diff options
author | Peter Ujfalusi <peter.ujfalusi@ti.com> | 2011-09-22 04:05:53 -0400 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2011-09-22 12:20:22 -0400 |
commit | d13f1fe04412b2319a79ff456cf73cc59692f6fb (patch) | |
tree | 2c9038ba1e374bcc61807abf754f80193816308f /sound/soc/codecs/twl6040.c | |
parent | fdb625ffd26cc3f6bd171fa61854083540bc28f8 (diff) |
ASoC: twl6040/sdp4430: Change legacy DAI name
Change the legacy DAI name from "twl6040-hifi" to "twl6040-legacy" to
be more intuitive.
Signed-off-by: Peter Ujfalusi <peter.ujfalusi@ti.com>
Acked-by: Liam Girdwood <lrg@ti.com>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'sound/soc/codecs/twl6040.c')
-rw-r--r-- | sound/soc/codecs/twl6040.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/codecs/twl6040.c b/sound/soc/codecs/twl6040.c index 3908b88dd10a..760701e89fa7 100644 --- a/sound/soc/codecs/twl6040.c +++ b/sound/soc/codecs/twl6040.c | |||
@@ -1444,7 +1444,7 @@ static struct snd_soc_dai_ops twl6040_dai_ops = { | |||
1444 | 1444 | ||
1445 | static struct snd_soc_dai_driver twl6040_dai[] = { | 1445 | static struct snd_soc_dai_driver twl6040_dai[] = { |
1446 | { | 1446 | { |
1447 | .name = "twl6040-hifi", | 1447 | .name = "twl6040-legacy", |
1448 | .playback = { | 1448 | .playback = { |
1449 | .stream_name = "Playback", | 1449 | .stream_name = "Playback", |
1450 | .channels_min = 1, | 1450 | .channels_min = 1, |