AUDDSpeakerChannel_Initialize
Default mainpageat91libusbdeviceaudio-speakerAUDDSpeakerChannel_Initialize
Description Source Call Graph
Start Line: 77
void AUDDSpeakerChannel_Initialize(AUDDSpeakerChannel *channel, unsigned char number, unsigned char muted)
{
    channel->number = number;
    channel->muted = muted;
}