All of lore.kernel.org
 help / color / mirror / Atom feed
From: Peter Ujfalusi <peter.ujfalusi@ti.com>
To: Mark Brown <broonie@opensource.wolfsonmicro.com>,
	Liam Girdwood <lrg@ti.com>
Cc: alsa-devel@alsa-project.org, Misael Lopez Cruz <misael.lopez@ti.com>
Subject: [PATCH v2 09/10] ASoC: twl6040/sdp4430: Change legacy DAI name
Date: Thu, 22 Sep 2011 11:05:53 +0300	[thread overview]
Message-ID: <1316678754-11935-10-git-send-email-peter.ujfalusi@ti.com> (raw)
In-Reply-To: <1316678754-11935-1-git-send-email-peter.ujfalusi@ti.com>

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>
---
 sound/soc/codecs/twl6040.c |    2 +-
 sound/soc/omap/sdp4430.c   |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/sound/soc/codecs/twl6040.c b/sound/soc/codecs/twl6040.c
index 3908b88..760701e 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 = {
 
 static struct snd_soc_dai_driver twl6040_dai[] = {
 {
-	.name = "twl6040-hifi",
+	.name = "twl6040-legacy",
 	.playback = {
 		.stream_name = "Playback",
 		.channels_min = 1,
diff --git a/sound/soc/omap/sdp4430.c b/sound/soc/omap/sdp4430.c
index a951774..4200eb4 100644
--- a/sound/soc/omap/sdp4430.c
+++ b/sound/soc/omap/sdp4430.c
@@ -166,7 +166,7 @@ static struct snd_soc_dai_link sdp4430_dai = {
 	.name = "TWL6040",
 	.stream_name = "TWL6040",
 	.cpu_dai_name = "omap-mcpdm",
-	.codec_dai_name = "twl6040-hifi",
+	.codec_dai_name = "twl6040-legacy",
 	.platform_name = "omap-pcm-audio",
 	.codec_name = "twl6040-codec",
 	.init = sdp4430_twl6040_init,
-- 
1.7.6.1

  parent reply	other threads:[~2011-09-22  8:06 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-09-22  8:05 [PATCH v2 00/10] ASoC: twl6040: Cleanups and fixes Peter Ujfalusi
2011-09-22  8:05 ` [PATCH v2 01/10] ASoC: twl6040: Lower the power on gain values at startup Peter Ujfalusi
2011-09-22 16:21   ` Mark Brown
2011-09-22  8:05 ` [PATCH v2 02/10] ASoC: twl6040: Fix comments for register names Peter Ujfalusi
2011-09-22  8:05 ` [PATCH v2 03/10] ASoC: twl6040: Remove strings "NULL" from DAPM route Peter Ujfalusi
2011-09-22  8:05 ` [PATCH v2 04/10] ASoC: twl6040: Introduce SW only shadow register Peter Ujfalusi
2011-09-22  8:05 ` [PATCH v2 05/10] ASoC: twl6040: Earphone path correction Peter Ujfalusi
2011-09-22  8:05 ` [PATCH v2 06/10] ASoC: twl6040: Use consistent names for Handsfree path Peter Ujfalusi
2011-09-22  8:05 ` [PATCH v2 07/10] ASoC: twl6040: Use consistent names for Headset path Peter Ujfalusi
2011-09-22  8:05 ` [PATCH v2 08/10] ASoC: twl6040: Support for AUX L/R output Peter Ujfalusi
2011-09-22  8:05 ` Peter Ujfalusi [this message]
2011-09-22  8:05 ` [PATCH v2 10/10] ASoC/MFD: twl6040: Combine bit definitions for Headset control registers Peter Ujfalusi

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1316678754-11935-10-git-send-email-peter.ujfalusi@ti.com \
    --to=peter.ujfalusi@ti.com \
    --cc=alsa-devel@alsa-project.org \
    --cc=broonie@opensource.wolfsonmicro.com \
    --cc=lrg@ti.com \
    --cc=misael.lopez@ti.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.