summaryrefslogtreecommitdiffstats
path: root/sound
diff options
context:
space:
mode:
authorThomas Niederprüm <niederp@physik.uni-kl.de>2015-01-22 00:02:02 +0100
committerMark Brown <broonie@kernel.org>2015-01-27 17:13:28 +0000
commit3c9390ad0fa642f42e437feae1c75bdd21e8e1bc (patch)
tree920b8123cb4402fb2dc4354bce8533022daf016c /sound
parent6fad62599982319a2631daa99906c6b45cacdaff (diff)
downloadop-kernel-dev-3c9390ad0fa642f42e437feae1c75bdd21e8e1bc.zip
op-kernel-dev-3c9390ad0fa642f42e437feae1c75bdd21e8e1bc.tar.gz
ASoC: sta32x: change dai name to be in line with the sta350 driver.
Signed-off-by: Thomas Niederprüm <niederp@physik.uni-kl.de> Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound')
-rw-r--r--sound/soc/codecs/sta32x.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/codecs/sta32x.c b/sound/soc/codecs/sta32x.c
index e696efc..3a1343f 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,
OpenPOWER on IntegriCloud