From dec9744d7ecf9789957e16ed2d3e0e41041f6fe8 Mon Sep 17 00:00:00 2001 From: Peter Ujfalusi Date: Fri, 22 May 2009 10:13:16 +0300 Subject: [PATCH] --- yaml --- r: 148296 b: refs/heads/master c: 7385ba44f8bcea15bf0d75ae2814f0cec63140b9 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/sound/soc/omap/sdp3430.c | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index 60736d7759a9..312fc39a6883 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 9da28c7b38170882b1c43d7d133ddce34e25f161 +refs/heads/master: 7385ba44f8bcea15bf0d75ae2814f0cec63140b9 diff --git a/trunk/sound/soc/omap/sdp3430.c b/trunk/sound/soc/omap/sdp3430.c index 19966a7c518e..b719e5db4f57 100644 --- a/trunk/sound/soc/omap/sdp3430.c +++ b/trunk/sound/soc/omap/sdp3430.c @@ -276,10 +276,17 @@ static struct snd_soc_card snd_soc_sdp3430 = { .num_links = ARRAY_SIZE(sdp3430_dai), }; +/* twl4030 setup */ +static struct twl4030_setup_data twl4030_setup = { + .ramp_delay_value = 3, + .sysclk = 26000, +}; + /* Audio subsystem */ static struct snd_soc_device sdp3430_snd_devdata = { .card = &snd_soc_sdp3430, .codec_dev = &soc_codec_dev_twl4030, + .codec_data = &twl4030_setup, }; static struct platform_device *sdp3430_snd_device;