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

/linux-4.1.27/sound/pci/ac97/
H A Dac97_patch.c1737 #define AC97_AD1986_LOSEL 0x1000 /* LINE_OUT amplifiers input select */ macro
2236 ucontrol->value.integer.value[0] = (val & AC97_AD1986_LOSEL) != 0; snd_ac97_ad1986_lososel_get()
2248 ret0 = snd_ac97_update_bits(ac97, AC97_AD_MISC3, AC97_AD1986_LOSEL, snd_ac97_ad1986_lososel_put()
2250 ? AC97_AD1986_LOSEL : 0); snd_ac97_ad1986_lososel_put()
2282 int sprd = (ac97->regs[AC97_AD_MISC3] & AC97_AD1986_LOSEL) != 0; snd_ac97_ad1986_spread_put()

Completed in 81 milliseconds