Home
last modified time | relevance | path

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

/linux-6.15/sound/pci/ac97/
H A Dac97_patch.c3532 struct snd_ac97 *pac97; in snd_ac97_vt1617a_smart51_get() local
3534 pac97 = snd_kcontrol_chip(kcontrol); /* grab codec handle */ in snd_ac97_vt1617a_smart51_get()
3539 usSM51 = snd_ac97_read(pac97, 0x7a) >> 14; in snd_ac97_vt1617a_smart51_get()
3540 usMS = snd_ac97_read(pac97, 0x20) >> 8; in snd_ac97_vt1617a_smart51_get()
3552 struct snd_ac97 *pac97; in snd_ac97_vt1617a_smart51_put() local
3562 usReg = snd_ac97_read(pac97, 0x7a); in snd_ac97_vt1617a_smart51_put()
3564 usReg = snd_ac97_read(pac97, 0x20); in snd_ac97_vt1617a_smart51_put()
3700 struct snd_ac97 *pac97 = snd_kcontrol_chip(kcontrol); in snd_ac97_vt1618_UAJ_get() local
3702 mutex_lock(&pac97->page_mutex); in snd_ac97_vt1618_UAJ_get()
3707 uaj = snd_ac97_read(pac97, 0x60) & in snd_ac97_vt1618_UAJ_get()
[all …]