13 #include <linux/module.h>
15 #include <linux/device.h>
16 #include <linux/i2c.h>
32 .stream_name =
"HiFi",
33 .codec_dai_name =
"wm9712-hifi",
34 .codec_name =
"wm9712-codec",
35 .cpu_dai_name =
"imx-ssi.0",
36 .platform_name =
"imx-fiq-pcm-audio.0",
37 .ops = &imx_phycore_hifi_ops,
42 .name =
"PhyCORE-ac97-audio",
44 .dai_link = imx_phycore_dai_ac97,
51 static int __init imx_phycore_init(
void)
55 if (machine_is_pca100()) {
66 }
else if (machine_is_pcm043()) {
83 if (!imx_phycore_snd_ac97_device)
86 platform_set_drvdata(imx_phycore_snd_ac97_device, &imx_phycore);
92 if (!imx_phycore_snd_device) {
114 static void __exit imx_phycore_exit(
void)