Lines Matching defs:ac97
3 * ac97.c -- ALSA Soc AC97 codec support
36 struct snd_ac97 *ac97 = snd_soc_component_get_drvdata(component);
40 return snd_ac97_set_rate(ac97, reg, substream->runtime->rate);
48 .name = "ac97-hifi",
66 struct snd_ac97 *ac97;
71 /* add codec as bus device for standard ac97 */
78 ret = snd_ac97_mixer(ac97_bus, &ac97_template, &ac97);
82 snd_soc_component_set_drvdata(component, ac97);
90 struct snd_ac97 *ac97 = snd_soc_component_get_drvdata(component);
92 snd_ac97_suspend(ac97);
100 struct snd_ac97 *ac97 = snd_soc_component_get_drvdata(component);
102 snd_ac97_resume(ac97);
132 .name = "ac97-codec",
143 MODULE_ALIAS("platform:ac97-codec");