summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRussell King <rmk+kernel@arm.linux.org.uk>2013-07-11 10:25:16 +0100
committerRussell King <rmk+kernel@armlinux.org.uk>2020-10-12 21:52:51 +0100
commit084abafc6e1cbed8e89757dec8264162a8365106 (patch)
tree22ec42283c5f1a8e41df82367632d1525868a1a9
parentb8e71b991f91323b911c1808d798b588349d85aa (diff)
ALSA: ASoC: convert sa11x0 assabet driver to use generic ASoC dmaengine backend
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
-rw-r--r--sound/soc/sa11x0/assabet.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/sa11x0/assabet.c b/sound/soc/sa11x0/assabet.c
index 0dc5362c82a8..0e8bbb34ffb6 100644
--- a/sound/soc/sa11x0/assabet.c
+++ b/sound/soc/sa11x0/assabet.c
@@ -267,7 +267,7 @@ static struct snd_soc_dai_link assabet_asoc_dai = {
.name = "Assabet",
.stream_name = "assabet-ssp",
.codec_name = "uda134x-codec",
- .platform_name = "soc-dmaengine",
+ .platform_name = "sa11x0-ssp",
.cpu_dai_name = "sa11x0-ssp",
.codec_dai_name = "uda134x-hifi",
.ops = &assabet_asoc_ops,