14 #include <linux/module.h>
44 .stream_name =
"AC97 PCM",
45 .platform_name =
"samsung-audio",
46 .cpu_dai_name =
"samsung-ac97",
47 .codec_dai_name =
"wm9713-hifi",
48 .codec_name =
"wm9713-codec",
52 .name =
"SMDK WM9713",
54 .dai_link = &smdk_dai,
61 static int __init smdk_init(
void)
66 if (!smdk_snd_wm9713_device)
74 if (!smdk_snd_ac97_device) {
79 platform_set_drvdata(smdk_snd_ac97_device, &smdk);
96 static void __exit smdk_exit(
void)