Lines Matching full:ac97
3 * linux/sound/pxa2xx-ac97.c -- AC97 support for the Intel PXA2xx chip.
17 #include <sound/ac97/controller.h>
151 * There is only 1 physical AC97 interface for pxa2xx, but it
156 .name = "pxa2xx-ac97",
158 .stream_name = "AC97 Playback",
164 .stream_name = "AC97 Capture",
172 .name = "pxa2xx-ac97-aux",
174 .stream_name = "AC97 Aux Playback",
180 .stream_name = "AC97 Aux Capture",
188 .name = "pxa2xx-ac97-mic",
190 .stream_name = "AC97 Mic Capture",
200 .name = "pxa-ac97",
212 { .compatible = "marvell,pxa250-ac97", },
213 { .compatible = "marvell,pxa270-ac97", },
214 { .compatible = "marvell,pxa300-ac97", },
230 dev_err(&pdev->dev, "PXA2xx has only one AC97 port.\n"); in pxa2xx_ac97_dev_probe()
246 dev_err(&pdev->dev, "PXA2xx AC97 hw probe error (%d)\n", ret); in pxa2xx_ac97_dev_probe()
291 .name = "pxa2xx-ac97",
300 MODULE_DESCRIPTION("AC97 driver for the Intel PXA2xx chip");
302 MODULE_ALIAS("platform:pxa2xx-ac97");