From: Tomas Vilda Date: Fri, 12 May 2017 21:29:37 +0000 (+0300) Subject: ASoC: tlv320dac31xx: Fix mistype in tlv320dac31xx codec X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=51827c41c9ce07293b094691673e6ec23dfdc5e8;p=linux.git ASoC: tlv320dac31xx: Fix mistype in tlv320dac31xx codec Signed-off-by: Tomas Vilda Signed-off-by: Mark Brown --- 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,