diff options
author | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2011-04-27 13:25:34 -0400 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2011-04-28 07:11:06 -0400 |
commit | 9b1b937c77f94f8c94874351a2d5ba92cd99f1ec (patch) | |
tree | f982b426aec94ae429dc3ccd725222a1e7a6a34e /sound/soc/samsung | |
parent | 3784019af3da88014c7222f2cec2e5afff8a6b4f (diff) |
ASoC: Don't specify the DMA driver for Goni 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>
Diffstat (limited to 'sound/soc/samsung')
-rw-r--r-- | sound/soc/samsung/goni_wm8994.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sound/soc/samsung/goni_wm8994.c b/sound/soc/samsung/goni_wm8994.c index 0e80daee8b6f..eb6d72ed55a7 100644 --- a/sound/soc/samsung/goni_wm8994.c +++ b/sound/soc/samsung/goni_wm8994.c | |||
@@ -246,7 +246,6 @@ static struct snd_soc_dai_link goni_dai[] = { | |||
246 | .stream_name = "Voice", | 246 | .stream_name = "Voice", |
247 | .cpu_dai_name = "goni-voice-dai", | 247 | .cpu_dai_name = "goni-voice-dai", |
248 | .codec_dai_name = "wm8994-aif2", | 248 | .codec_dai_name = "wm8994-aif2", |
249 | .platform_name = "samsung-audio", | ||
250 | .codec_name = "wm8994-codec.0-001a", | 249 | .codec_name = "wm8994-codec.0-001a", |
251 | .ops = &goni_voice_ops, | 250 | .ops = &goni_voice_ops, |
252 | }, | 251 | }, |