Home
last modified time | relevance | path

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

/openbmc/linux/sound/pci/trident/
H A Dtrident_main.c2913 struct snd_ac97_template _ac97; in snd_trident_mixer() local
2931 memset(&_ac97, 0, sizeof(_ac97)); in snd_trident_mixer()
2932 _ac97.private_data = trident; in snd_trident_mixer()
2936 err = snd_ac97_mixer(trident->ac97_bus, &_ac97, &trident->ac97); in snd_trident_mixer()
2952 _ac97.num = 1; in snd_trident_mixer()
2953 err = snd_ac97_mixer(trident->ac97_bus, &_ac97, &trident->ac97_sec); in snd_trident_mixer()
2960 err = snd_ac97_modem(trident->card, &_ac97, &mc97); in snd_trident_mixer()