aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTomas Vilda <tomas.vilda@gmail.com>2017-05-12 17:29:37 -0400
committerMark Brown <broonie@kernel.org>2017-05-14 06:08:16 -0400
commit51827c41c9ce07293b094691673e6ec23dfdc5e8 (patch)
treed7cc81b1f391c763b63d0dce33c7d8b307e326a5
parent2ea659a9ef488125eb46da6eb571de5eae5c43f6 (diff)
ASoC: tlv320dac31xx: Fix mistype in tlv320dac31xx codec
Signed-off-by: Tomas Vilda <tomas.vilda@gmail.com> Signed-off-by: Mark Brown <broonie@kernel.org>
-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 f8a90ba8cd71..d7d03c92cb8a 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 = {
1210 1210
1211static struct snd_soc_dai_driver dac31xx_dai_driver[] = { 1211static struct snd_soc_dai_driver dac31xx_dai_driver[] = {
1212 { 1212 {
1213 .name = "tlv32dac31xx-hifi", 1213 .name = "tlv320dac31xx-hifi",
1214 .playback = { 1214 .playback = {
1215 .stream_name = "Playback", 1215 .stream_name = "Playback",
1216 .channels_min = 2, 1216 .channels_min = 2,