summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRussell King <rmk+kernel@arm.linux.org.uk>2013-07-11 10:25:16 +0100
committerRussell King (Oracle) <rmk+kernel@armlinux.org.uk>2024-01-08 10:29:18 +0000
commit3166064ca001049def74269d5fbae437314b7cc1 (patch)
treea55ebc06ebd6eacf687552c1c8fb4a6b8c7d1462
parentb70e1cdebfc013b1241be06302f1ea0ea076dff4 (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,