Searched refs:AC97_AD1986_LOSEL (Results 1 – 1 of 1) sorted by relevance
1779 #define AC97_AD1986_LOSEL 0x1000 /* LINE_OUT amplifiers input select */ macro2294 ucontrol->value.integer.value[0] = (val & AC97_AD1986_LOSEL) != 0; in snd_ac97_ad1986_lososel_get()2306 ret0 = snd_ac97_update_bits(ac97, AC97_AD_MISC3, AC97_AD1986_LOSEL, in snd_ac97_ad1986_lososel_put()2308 ? AC97_AD1986_LOSEL : 0); in snd_ac97_ad1986_lososel_put()2340 int sprd = (ac97->regs[AC97_AD_MISC3] & AC97_AD1986_LOSEL) != 0; in snd_ac97_ad1986_spread_put()