From: Thomas Niederprüm Date: Wed, 21 Jan 2015 23:02:02 +0000 (+0100) Subject: ASoC: sta32x: change dai name to be in line with the sta350 driver. X-Git-Tag: firefly_0821_release~176^2~2367^2~13^2~2^3 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=3c9390ad0fa642f42e437feae1c75bdd21e8e1bc;p=firefly-linux-kernel-4.4.55.git ASoC: sta32x: change dai name to be in line with the sta350 driver. Signed-off-by: Thomas Niederprüm Signed-off-by: Mark Brown --- diff --git a/sound/soc/codecs/sta32x.c b/sound/soc/codecs/sta32x.c index e696efc6ec25..3a1343fa109b 100644 --- a/sound/soc/codecs/sta32x.c +++ b/sound/soc/codecs/sta32x.c @@ -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,