aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sound/soc/omap/sdp3430.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/sound/soc/omap/sdp3430.c b/sound/soc/omap/sdp3430.c
index 19966a7c518e..b719e5db4f57 100644
--- a/sound/soc/omap/sdp3430.c
+++ b/sound/soc/omap/sdp3430.c
@@ -276,10 +276,17 @@ static struct snd_soc_card snd_soc_sdp3430 = {
276 .num_links = ARRAY_SIZE(sdp3430_dai), 276 .num_links = ARRAY_SIZE(sdp3430_dai),
277}; 277};
278 278
279/* twl4030 setup */
280static struct twl4030_setup_data twl4030_setup = {
281 .ramp_delay_value = 3,
282 .sysclk = 26000,
283};
284
279/* Audio subsystem */ 285/* Audio subsystem */
280static struct snd_soc_device sdp3430_snd_devdata = { 286static struct snd_soc_device sdp3430_snd_devdata = {
281 .card = &snd_soc_sdp3430, 287 .card = &snd_soc_sdp3430,
282 .codec_dev = &soc_codec_dev_twl4030, 288 .codec_dev = &soc_codec_dev_twl4030,
289 .codec_data = &twl4030_setup,
283}; 290};
284 291
285static struct platform_device *sdp3430_snd_device; 292static struct platform_device *sdp3430_snd_device;