summaryrefslogtreecommitdiffstats
path: root/sound
diff options
context:
space:
mode:
authorTomas Vilda <tomas.vilda@gmail.com>2017-05-13 00:29:37 +0300
committerMark Brown <broonie@kernel.org>2017-05-14 19:08:16 +0900
commit51827c41c9ce07293b094691673e6ec23dfdc5e8 (patch)
treed7cc81b1f391c763b63d0dce33c7d8b307e326a5 /sound
parent2ea659a9ef488125eb46da6eb571de5eae5c43f6 (diff)
downloadlinux-0-day-51827c41c9ce07293b094691673e6ec23dfdc5e8.tar.gz
linux-0-day-51827c41c9ce07293b094691673e6ec23dfdc5e8.tar.xz
ASoC: tlv320dac31xx: Fix mistype in tlv320dac31xx codec
Signed-off-by: Tomas Vilda <tomas.vilda@gmail.com> Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound')
-rw-r--r--sound/soc/codecs/tlv320aic31xx.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/codecs/tlv320aic31xx.c b/sound/soc/codecs/tlv320aic31xx.c
index f8a90ba8cd718..d7d03c92cb8a6 100644
--- a/sound/soc/codecs/tlv320aic31xx.c
+++ b/sound/soc/codecs/tlv320aic31xx.c
@@ -1210,7 +1210,7 @@ static const struct snd_soc_dai_ops aic31xx_dai_ops = {
static struct snd_soc_dai_driver dac31xx_dai_driver[] = {
{
- .name = "tlv32dac31xx-hifi",
+ .name = "tlv320dac31xx-hifi",
.playback = {
.stream_name = "Playback",
.channels_min = 2,