17 #include <linux/module.h>
26 .stream_name =
"AC97 HiFi",
27 .cpu_dai_name =
"txx9aclc-ac97",
28 .codec_dai_name =
"ac97-hifi",
29 .platform_name =
"txx9aclc-pcm-audio",
30 .codec_name =
"ac97-codec",
34 .name =
"Generic TXx9 ACLC Audio",
36 .dai_link = &txx9aclc_generic_dai,
49 platform_set_drvdata(soc_pdev, &txx9aclc_generic_card);
66 .remove =
__exit_p(txx9aclc_generic_remove),
68 .name =
"txx9aclc-generic",
73 static int __init txx9aclc_generic_init(
void)
76 txx9aclc_generic_probe);
79 static void __exit txx9aclc_generic_exit(
void)