diff options
author | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2011-04-27 13:17:01 -0400 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2011-04-27 17:33:12 -0400 |
commit | b864a8c9dd93f08ccaa706e075810e9398e25680 (patch) | |
tree | c52a1968a739d9a5cbf4b8bb0fc197e899ff8294 | |
parent | 848dd8beef44df18f2eb61e00981b0692adb801b (diff) |
ASoC: Don't specify the DMA driver for Speyside baseband link
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Acked-by: Jassi Brar <jassisinghbrar@gmail.com>
Acked-by: Liam Girdwood <lrg@ti.com>
-rw-r--r-- | sound/soc/samsung/speyside.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sound/soc/samsung/speyside.c b/sound/soc/samsung/speyside.c index 337855a3f2fe..360a333cb7c0 100644 --- a/sound/soc/samsung/speyside.c +++ b/sound/soc/samsung/speyside.c | |||
@@ -183,7 +183,6 @@ static struct snd_soc_dai_link speyside_dai[] = { | |||
183 | .cpu_dai_name = "wm8915-aif2", | 183 | .cpu_dai_name = "wm8915-aif2", |
184 | .codec_dai_name = "wm1250-ev1", | 184 | .codec_dai_name = "wm1250-ev1", |
185 | .codec_name = "wm1250-ev1.1-0027", | 185 | .codec_name = "wm1250-ev1.1-0027", |
186 | .platform_name = "samsung-audio", | ||
187 | .ops = &speyside_ops, | 186 | .ops = &speyside_ops, |
188 | .ignore_suspend = 1, | 187 | .ignore_suspend = 1, |
189 | }, | 188 | }, |