Lines Matching full:ac97
3 * ac97.c -- ALSA Soc AC97 codec support
8 * Generic AC97 support.
29 { "AC97 Capture", NULL, "RX" },
30 { "TX", NULL, "AC97 Playback" },
37 struct snd_ac97 *ac97 = snd_soc_component_get_drvdata(component); in ac97_prepare() local
41 return snd_ac97_set_rate(ac97, reg, substream->runtime->rate); in ac97_prepare()
49 .name = "ac97-hifi",
51 .stream_name = "AC97 Playback",
57 .stream_name = "AC97 Capture",
67 struct snd_ac97 *ac97; in ac97_soc_probe() local
72 /* add codec as bus device for standard ac97 */ in ac97_soc_probe()
79 ret = snd_ac97_mixer(ac97_bus, &ac97_template, &ac97); in ac97_soc_probe()
83 snd_soc_component_set_drvdata(component, ac97); in ac97_soc_probe()
91 struct snd_ac97 *ac97 = snd_soc_component_get_drvdata(component); in ac97_soc_suspend() local
93 snd_ac97_suspend(ac97); in ac97_soc_suspend()
101 struct snd_ac97 *ac97 = snd_soc_component_get_drvdata(component); in ac97_soc_resume() local
103 snd_ac97_resume(ac97); in ac97_soc_resume()
141 .name = "ac97-codec",
150 MODULE_DESCRIPTION("Soc Generic AC97 driver");
153 MODULE_ALIAS("platform:ac97-codec");