Home
last modified time | relevance | path

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

/linux-6.1.9/sound/pci/ac97/
Dac97_patch.c1750 #define AC97_AD1986_LOSEL 0x1000 /* LINE_OUT amplifiers input select */ macro
2252 ucontrol->value.integer.value[0] = (val & AC97_AD1986_LOSEL) != 0; in snd_ac97_ad1986_lososel_get()
2264 ret0 = snd_ac97_update_bits(ac97, AC97_AD_MISC3, AC97_AD1986_LOSEL, in snd_ac97_ad1986_lososel_put()
2266 ? AC97_AD1986_LOSEL : 0); in snd_ac97_ad1986_lososel_put()
2298 int sprd = (ac97->regs[AC97_AD_MISC3] & AC97_AD1986_LOSEL) != 0; in snd_ac97_ad1986_spread_put()