Home
last modified time | relevance | path

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

/linux-5.19.10/sound/pci/trident/
Dtrident.h385 struct snd_ac97 *ac97_sec; member
Dtrident_main.c2953 err = snd_ac97_mixer(trident->ac97_bus, &_ac97, &trident->ac97_sec); in snd_trident_mixer()
3036 if (trident->ac97_sec && (trident->ac97_sec->ext_id & AC97_EI_SPDIF)) in snd_trident_mixer()
3850 snd_ac97_suspend(trident->ac97_sec); in snd_trident_suspend()
3872 snd_ac97_resume(trident->ac97_sec); in snd_trident_resume()
/linux-5.19.10/sound/pci/
Dfm801.c207 struct snd_ac97 *ac97_sec; member
1053 err = snd_ac97_mixer(chip->ac97_bus, &ac97, &chip->ac97_sec); in snd_fm801_mixer()
1365 snd_ac97_suspend(chip->ac97_sec); in snd_fm801_suspend()
1384 snd_ac97_resume(chip->ac97_sec); in snd_fm801_resume()