From: Ian Lartey <ian@opensource.wolfsonmicro.com>
To: lrg@slimlogic.co.uk, broonie@opensource.wolfsonmicro.com
Cc: alsa-devel@alsa-project.org, patches@opensource.wolfsonmicro.com,
Ian Lartey <ian@opensource.wolfsonmicro.com>
Subject: [PATCH 2/3] ASoC: Make codec dai naming for WM8741 consistent
Date: Fri, 20 Aug 2010 17:18:44 +0100 [thread overview]
Message-ID: <1282321125-15761-2-git-send-email-ian@opensource.wolfsonmicro.com> (raw)
In-Reply-To: <1282321125-15761-1-git-send-email-ian@opensource.wolfsonmicro.com>
Signed-off-by: Ian Lartey <ian@opensource.wolfsonmicro.com>
---
sound/soc/codecs/wm8741.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/sound/soc/codecs/wm8741.c b/sound/soc/codecs/wm8741.c
index 782fe53..fdd24da 100644
--- a/sound/soc/codecs/wm8741.c
+++ b/sound/soc/codecs/wm8741.c
@@ -311,7 +311,7 @@ static struct snd_soc_dai_ops wm8741_dai_ops = {
};
static struct snd_soc_dai_driver wm8741_dai = {
- .name = "WM8741",
+ .name = "wm8741",
.playback = {
.stream_name = "Playback",
.channels_min = 2, /* Mono modes not yet supported */
--
1.7.0.4
next prev parent reply other threads:[~2010-08-20 16:19 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-08-20 16:18 [PATCH 1/3] ASoC: pxa2xx-i2s is the proper name of the I2S DAI, not pxa-i2s Ian Lartey
2010-08-20 16:18 ` Ian Lartey [this message]
2010-08-20 16:18 ` [PATCH 3/3] ASoC: Enable autoloading of pxa2xx CPU I2S driver with module alias Ian Lartey
2010-08-23 12:33 ` [PATCH 1/3] ASoC: pxa2xx-i2s is the proper name of the I2S DAI, not pxa-i2s Liam Girdwood
2010-08-23 12:37 ` Mark Brown
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=1282321125-15761-2-git-send-email-ian@opensource.wolfsonmicro.com \
--to=ian@opensource.wolfsonmicro.com \
--cc=alsa-devel@alsa-project.org \
--cc=broonie@opensource.wolfsonmicro.com \
--cc=lrg@slimlogic.co.uk \
--cc=patches@opensource.wolfsonmicro.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.