Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/sound/pci/ac97/
H A Dac97_patch.c1722 #define AC97_AD1986_LOSEL 0x1000 /* LINE_OUT amplifiers input select */ macro
2221 ucontrol->value.integer.value[0] = (val & AC97_AD1986_LOSEL) != 0; in snd_ac97_ad1986_lososel_get()
2233 ret0 = snd_ac97_update_bits(ac97, AC97_AD_MISC3, AC97_AD1986_LOSEL, in snd_ac97_ad1986_lososel_put()
2235 ? AC97_AD1986_LOSEL : 0); in snd_ac97_ad1986_lososel_put()
2267 int sprd = (ac97->regs[AC97_AD_MISC3] & AC97_AD1986_LOSEL) != 0; in snd_ac97_ad1986_spread_put()
/kernel/linux/linux-6.6/sound/pci/ac97/
H A 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()

Completed in 12 milliseconds