Searched refs:pac97 (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/sound/pci/ac97/ |
H A D | ac97_patch.c | 3512 struct snd_ac97 *pac97; in snd_ac97_vt1617a_smart51_get() local 3514 pac97 = snd_kcontrol_chip(kcontrol); /* grab codec handle */ in snd_ac97_vt1617a_smart51_get() 3519 usSM51 = snd_ac97_read(pac97, 0x7a) >> 14; in snd_ac97_vt1617a_smart51_get() 3520 usMS = snd_ac97_read(pac97, 0x20) >> 8; in snd_ac97_vt1617a_smart51_get() 3532 struct snd_ac97 *pac97; in snd_ac97_vt1617a_smart51_put() local 3534 pac97 = snd_kcontrol_chip(kcontrol); /* grab codec handle */ in snd_ac97_vt1617a_smart51_put() 3542 usReg = snd_ac97_read(pac97, 0x7a); in snd_ac97_vt1617a_smart51_put() 3543 snd_ac97_write_cache(pac97, 0x7a, (usReg & 0x3FFF) + (usSM51 << 14)); in snd_ac97_vt1617a_smart51_put() 3544 usReg = snd_ac97_read(pac97, 0x20); in snd_ac97_vt1617a_smart51_put() 3545 snd_ac97_write_cache(pac97, in snd_ac97_vt1617a_smart51_put() 3680 struct snd_ac97 *pac97 = snd_kcontrol_chip(kcontrol); snd_ac97_vt1618_UAJ_get() local [all...] |
/kernel/linux/linux-6.6/sound/pci/ac97/ |
H A D | ac97_patch.c | 3535 struct snd_ac97 *pac97; in snd_ac97_vt1617a_smart51_get() local 3537 pac97 = snd_kcontrol_chip(kcontrol); /* grab codec handle */ in snd_ac97_vt1617a_smart51_get() 3542 usSM51 = snd_ac97_read(pac97, 0x7a) >> 14; in snd_ac97_vt1617a_smart51_get() 3543 usMS = snd_ac97_read(pac97, 0x20) >> 8; in snd_ac97_vt1617a_smart51_get() 3555 struct snd_ac97 *pac97; in snd_ac97_vt1617a_smart51_put() local 3557 pac97 = snd_kcontrol_chip(kcontrol); /* grab codec handle */ in snd_ac97_vt1617a_smart51_put() 3565 usReg = snd_ac97_read(pac97, 0x7a); in snd_ac97_vt1617a_smart51_put() 3566 snd_ac97_write_cache(pac97, 0x7a, (usReg & 0x3FFF) + (usSM51 << 14)); in snd_ac97_vt1617a_smart51_put() 3567 usReg = snd_ac97_read(pac97, 0x20); in snd_ac97_vt1617a_smart51_put() 3568 snd_ac97_write_cache(pac97, in snd_ac97_vt1617a_smart51_put() 3703 struct snd_ac97 *pac97 = snd_kcontrol_chip(kcontrol); snd_ac97_vt1618_UAJ_get() local [all...] |
Completed in 18 milliseconds