Searched refs:_ac97 (Results 1 – 1 of 1) sorted by relevance
2962 struct snd_ac97_template _ac97; in snd_trident_mixer() local2979 memset(&_ac97, 0, sizeof(_ac97)); in snd_trident_mixer()2980 _ac97.private_data = trident; in snd_trident_mixer()2984 if ((err = snd_ac97_mixer(trident->ac97_bus, &_ac97, &trident->ac97)) < 0) { in snd_trident_mixer()2998 _ac97.num = 1; in snd_trident_mixer()2999 err = snd_ac97_mixer(trident->ac97_bus, &_ac97, &trident->ac97_sec); in snd_trident_mixer()3006 err = snd_ac97_modem(trident->card, &_ac97, &mc97); in snd_trident_mixer()