diff options
author | Tomas Vilda <tomas.vilda@gmail.com> | 2017-05-13 00:29:37 +0300 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2017-05-14 19:08:16 +0900 |
commit | 51827c41c9ce07293b094691673e6ec23dfdc5e8 (patch) | |
tree | d7cc81b1f391c763b63d0dce33c7d8b307e326a5 /sound | |
parent | 2ea659a9ef488125eb46da6eb571de5eae5c43f6 (diff) | |
download | linux-51827c41c9ce07293b094691673e6ec23dfdc5e8.tar.gz linux-51827c41c9ce07293b094691673e6ec23dfdc5e8.tar.bz2 linux-51827c41c9ce07293b094691673e6ec23dfdc5e8.zip |
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.c | 2 |
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 = { static struct snd_soc_dai_driver dac31xx_dai_driver[] = { { - .name = "tlv32dac31xx-hifi", + .name = "tlv320dac31xx-hifi", .playback = { .stream_name = "Playback", .channels_min = 2, |