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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/oss/dmasound/
H A Dtas_common.c92 CALL0(supported_mixers);
H A Dtas_common.h138 tas_hook_supported_mixers_t supported_mixers; member in struct:tas_driver_hooks_t
H A Dtas3001c.c844 .supported_mixers = (tas_hook_supported_mixers_t)tas3001c_supported_mixers,
H A Dtas3004.c1133 .supported_mixers = (tas_hook_supported_mixers_t)tas3004_supported_mixers,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dac97_codec.h240 * SOUND_MIXER_NRDEVICES because the supported_mixers has exactly
242 * before matching the given mixer against the bitmask in supported_mixers we
247 (CODEC)->supported_mixers & (1<<FOO) )
284 int supported_mixers; member in struct:ac97_codec
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/oss/
H A Dac97_codec.c560 val = codec->supported_mixers;
911 codec->supported_mixers = AC97_SUPPORTED_MASK;
915 codec->supported_mixers &= ~(SOUND_MASK_BASS|SOUND_MASK_TREBLE);
917 codec->supported_mixers &= ~SOUND_MASK_ALTPCM;
954 codec->supported_mixers &= ~SOUND_MASK_PCM;
1400 c->supported_mixers &= ~SOUND_MASK_PHONEOUT;
H A Dau1550_i2s.c125 (CODEC)->supported_mixers & (1<<FOO) )
129 int supported_mixers; member in struct:i2s_codec
267 .supported_mixers = WM8731_SUPPORTED_MASK,
744 val = codec->supported_mixers;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/oss/emu10k1/
H A Dmixer.c463 card->ac97->supported_mixers |= (1 << id);
477 card->ac97->supported_mixers &= ~(1 << id);
478 card->ac97->supported_mixers |= card->ac97_supported_mixers;
H A Dmain.c437 card->ac97_supported_mixers = card->ac97->supported_mixers;
893 card->ac97->supported_mixers |= SOUND_MASK_OGAIN;
916 card->ac97->supported_mixers |= SOUND_MASK_DIGITAL1;

Completed in 185 milliseconds