diff mbox

[10/10] ASoC: sta32x: change dai name to be in line with the sta350 driver.

Message ID 1421881322-27806-11-git-send-email-niederp@physik.uni-kl.de (mailing list archive)
State Accepted
Commit 3c9390ad0fa642f42e437feae1c75bdd21e8e1bc
Headers show

Commit Message

Thomas Niederprüm Jan. 21, 2015, 11:02 p.m. UTC
Signed-off-by: Thomas Niederprüm <niederp@physik.uni-kl.de>
---
 sound/soc/codecs/sta32x.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox

Patch

diff --git a/sound/soc/codecs/sta32x.c b/sound/soc/codecs/sta32x.c
index b2ce7cf..bc6edb1 100644
--- a/sound/soc/codecs/sta32x.c
+++ b/sound/soc/codecs/sta32x.c
@@ -868,7 +868,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,