aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/samsung/smdk_wm8580.c
diff options
context:
space:
mode:
authorJassi Brar <jassi.brar@samsung.com>2010-12-19 21:05:53 -0500
committerMark Brown <broonie@opensource.wolfsonmicro.com>2010-12-20 08:46:14 -0500
commite3bd3e182d0b936923445e03aa259b1d50d83a20 (patch)
tree683b4aabbe7cf5d60507a467673c287338d21b98 /sound/soc/samsung/smdk_wm8580.c
parentdc6ee063937f7d2e79cd1ae1596a6fe896ffa3f9 (diff)
ASoC: SMDKV210: Enable I2S device
Signed-off-by: Jassi Brar <jassi.brar@samsung.com> Acked-by: Liam Girdwood <lrg@slimlogic.co.uk> Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'sound/soc/samsung/smdk_wm8580.c')
-rw-r--r--sound/soc/samsung/smdk_wm8580.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sound/soc/samsung/smdk_wm8580.c b/sound/soc/samsung/smdk_wm8580.c
index c149f73adac8..f37b9da69690 100644
--- a/sound/soc/samsung/smdk_wm8580.c
+++ b/sound/soc/samsung/smdk_wm8580.c
@@ -254,7 +254,8 @@ static int __init smdk_audio_init(void)
254 int ret; 254 int ret;
255 char *str; 255 char *str;
256 256
257 if (machine_is_smdkc100() || machine_is_smdk6442()) { 257 if (machine_is_smdkc100() || machine_is_smdk6442()
258 || machine_is_smdkv210()) {
258 smdk.num_links = 3; 259 smdk.num_links = 3;
259 /* Secondary is at offset SAMSUNG_I2S_SECOFF from Primary */ 260 /* Secondary is at offset SAMSUNG_I2S_SECOFF from Primary */
260 str = (char *)smdk_dai[SEC_PLAYBACK].cpu_dai_name; 261 str = (char *)smdk_dai[SEC_PLAYBACK].cpu_dai_name;