]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
ASoC: sta32x: change dai name to be in line with the sta350 driver.
authorThomas Niederprüm <niederp@physik.uni-kl.de>
Wed, 21 Jan 2015 23:02:02 +0000 (00:02 +0100)
committerMark Brown <broonie@kernel.org>
Tue, 27 Jan 2015 17:13:28 +0000 (17:13 +0000)
Signed-off-by: Thomas Niederprüm <niederp@physik.uni-kl.de>
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/codecs/sta32x.c

index e696efc6ec2511e649ef525f7632c68296ac957e..3a1343fa109b482860811baea1566d354e574399 100644 (file)
@@ -867,7 +867,7 @@ static const struct snd_soc_dai_ops sta32x_dai_ops = {
 };
 
 static struct snd_soc_dai_driver sta32x_dai = {
-       .name = "STA32X",
+       .name = "sta32x-hifi",
        .playback = {
                .stream_name = "Playback",
                .channels_min = 2,