24 #include <linux/module.h>
29 #include <mach/hardware.h>
39 unsigned int mclk_rate;
47 mclk_rate = rate * 64 * 4;
49 mclk_rate = rate * 64 * 2;
61 .hw_params = edb93xx_hw_params,
66 .stream_name =
"CS4271 HiFi",
67 .platform_name =
"ep93xx-pcm-audio",
68 .cpu_dai_name =
"ep93xx-i2s",
69 .codec_name =
"spi0.0",
70 .codec_dai_name =
"cs4271-hifi",
79 .dai_link = &edb93xx_dai,
96 dev_err(&pdev->
dev,
"snd_soc_register_card() failed: %d\n",
116 .name =
"edb93xx-audio",
119 .probe = edb93xx_probe,