Lines Matching full:ac97
3 * ac97.c -- ALSA Soc AC97 codec support
8 * Generic AC97 support.
28 { "AC97 Capture", NULL, "RX" },
29 { "TX", NULL, "AC97 Playback" },
36 struct snd_ac97 *ac97 = snd_soc_component_get_drvdata(component); in ac97_prepare() local
40 return snd_ac97_set_rate(ac97, reg, substream->runtime->rate); in ac97_prepare()
48 .name = "ac97-hifi",
50 .stream_name = "AC97 Playback",
56 .stream_name = "AC97 Capture",
66 struct snd_ac97 *ac97; in ac97_soc_probe() local
71 /* add codec as bus device for standard ac97 */ in ac97_soc_probe()
78 ret = snd_ac97_mixer(ac97_bus, &ac97_template, &ac97); in ac97_soc_probe()
82 snd_soc_component_set_drvdata(component, ac97); in ac97_soc_probe()
90 struct snd_ac97 *ac97 = snd_soc_component_get_drvdata(component); in ac97_soc_suspend() local
92 snd_ac97_suspend(ac97); in ac97_soc_suspend()
100 struct snd_ac97 *ac97 = snd_soc_component_get_drvdata(component); in ac97_soc_resume() local
102 snd_ac97_resume(ac97); in ac97_soc_resume()
132 .name = "ac97-codec",
140 MODULE_DESCRIPTION("Soc Generic AC97 driver");
143 MODULE_ALIAS("platform:ac97-codec");