Searched refs:_ac97 (Results 1 – 1 of 1) sorted by relevance
2881 struct snd_ac97_template _ac97; in snd_trident_mixer() local2899 memset(&_ac97, 0, sizeof(_ac97)); in snd_trident_mixer()2900 _ac97.private_data = trident; in snd_trident_mixer()2904 err = snd_ac97_mixer(trident->ac97_bus, &_ac97, &trident->ac97); in snd_trident_mixer()2920 _ac97.num = 1; in snd_trident_mixer()2921 err = snd_ac97_mixer(trident->ac97_bus, &_ac97, &trident->ac97_sec); in snd_trident_mixer()2928 err = snd_ac97_modem(trident->card, &_ac97, &mc97); in snd_trident_mixer()