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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/pci/ac97/
H A Dac97_patch.c1697 #define AC97_AD1986_LOSEL 0x1000 /* LINE_OUT amplifiers input select */ macro
2204 ucontrol->value.integer.value[0] = (val & AC97_AD1986_LOSEL) != 0;
2216 ret0 = snd_ac97_update_bits(ac97, AC97_AD_MISC3, AC97_AD1986_LOSEL,
2218 ? AC97_AD1986_LOSEL : 0);
2250 int sprd = (ac97->regs[AC97_AD_MISC3] & AC97_AD1986_LOSEL) != 0;

Completed in 91 milliseconds