Searched refs:_ac97 (Results 1 - 1 of 1) sorted by path

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

Completed in 184 milliseconds