Searched refs:supported_mixers (Results 1 - 7 of 7) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/linux/
H A Dac97_codec.h207 * SOUND_MIXER_NRDEVICES because the supported_mixers has exactly
209 * before matching the given mixer against the bitmask in supported_mixers we
214 (CODEC)->supported_mixers & (1<<FOO) )
236 int supported_mixers; member in struct:ac97_codec
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/linux/
H A Dac97_codec.h207 * SOUND_MIXER_NRDEVICES because the supported_mixers has exactly
209 * before matching the given mixer against the bitmask in supported_mixers we
214 (CODEC)->supported_mixers & (1<<FOO) )
236 int supported_mixers; member in struct:ac97_codec
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/sound/
H A Dac97_codec.c522 val = codec->supported_mixers;
758 codec->supported_mixers = AC97_SUPPORTED_MASK;
762 codec->supported_mixers &= ~(SOUND_MASK_BASS|SOUND_MASK_TREBLE);
764 codec->supported_mixers &= ~SOUND_MASK_ALTPCM;
H A Dmaestro.c450 int supported_mixers; member in struct:ess_card::mixer_goo
602 #define supported_mixer(CARD,FOO) ( CARD->mix.supported_mixers & (1<<FOO) )
828 card->mix.supported_mixers = AC97_SUPPORTED_MASK;
845 card->mix.supported_mixers &= ~(SOUND_MASK_BASS|SOUND_MASK_TREBLE);
863 card->mix.supported_mixers &= ~(SOUND_MASK_MIC);
2011 val = card->mix.supported_mixers;
H A Dau1000.c2124 s->codec.supported_mixers |= SOUND_MASK_ALTPCM;
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/sound/emu10k1/
H A Dmain.c272 card->ac97_supported_mixers = card->ac97.supported_mixers;
710 card->ac97.supported_mixers |= SOUND_MASK_OGAIN;
733 card->ac97.supported_mixers |= SOUND_MASK_DIGITAL1;
H A Dmixer.c469 card->ac97.supported_mixers |= (1 << id);
483 card->ac97.supported_mixers &= ~(1 << id);
484 card->ac97.supported_mixers |= card->ac97_supported_mixers;

Completed in 119 milliseconds