diff options
author | Lars-Peter Clausen <lars@metafoo.de> | 2013-12-03 21:53:03 +0400 |
---|---|---|
committer | Mark Brown <broonie@linaro.org> | 2013-12-03 22:07:49 +0400 |
commit | 0406a40a095ca039e5f5ec63783342253c573d06 (patch) | |
tree | 989ce34a4e22dd1ddc649e96ac82b789862f4639 /sound/soc/jz4740/qi_lb60.c | |
parent | b84c9ce809c91b3c613c967abcee90ebd6582092 (diff) | |
download | linux-0406a40a095ca039e5f5ec63783342253c573d06.tar.xz |
ASoC: jz4740: Use the generic dmaengine PCM driver
Now that there is a dmaengine driver for the jz4740 DMA core we can use the
generic dmaengine PCM driver. This allows us to remove the custom jz4740-pcm
code completely.
Signed-off-by: Lars-Peter Clausen <lars@metafoo.de>
Signed-off-by: Mark Brown <broonie@linaro.org>
Diffstat (limited to 'sound/soc/jz4740/qi_lb60.c')
-rw-r--r-- | sound/soc/jz4740/qi_lb60.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/jz4740/qi_lb60.c b/sound/soc/jz4740/qi_lb60.c index 55fd6b5df55f..82b5f37cd2c7 100644 --- a/sound/soc/jz4740/qi_lb60.c +++ b/sound/soc/jz4740/qi_lb60.c @@ -73,7 +73,7 @@ static struct snd_soc_dai_link qi_lb60_dai = { .name = "jz4740", .stream_name = "jz4740", .cpu_dai_name = "jz4740-i2s", - .platform_name = "jz4740-pcm-audio", + .platform_name = "jz4740-i2s", .codec_dai_name = "jz4740-hifi", .codec_name = "jz4740-codec", .init = qi_lb60_codec_init, |