From: Mike Frysinger <vapier@gentoo.org>
To: alsa-devel@alsa-project.org, Liam Girdwood <lrg@slimlogic.co.uk>,
Mark Brown <broonie@opensource.wolfsonmicro.com>
Cc: device-drivers-devel@blackfin.uclinux.org
Subject: [PATCH] ASoC: ad73311: fix codec name
Date: Sun, 27 Mar 2011 00:44:11 -0400 [thread overview]
Message-ID: <1301201053-3841-2-git-send-email-vapier@gentoo.org> (raw)
In-Reply-To: <1301201053-3841-1-git-send-email-vapier@gentoo.org>
The codec name should not have a "-codec" suffix since this is not part of
a MFD. This was incorrectly changed during the multi-component updated.
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
---
sound/soc/codecs/ad73311.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/sound/soc/codecs/ad73311.c b/sound/soc/codecs/ad73311.c
index de799cd..8d793e9 100644
--- a/sound/soc/codecs/ad73311.c
+++ b/sound/soc/codecs/ad73311.c
@@ -55,7 +55,7 @@ static int __devexit ad73311_remove(struct platform_device *pdev)
static struct platform_driver ad73311_codec_driver = {
.driver = {
- .name = "ad73311-codec",
+ .name = "ad73311",
.owner = THIS_MODULE,
},
--
1.7.4.1
next prev parent reply other threads:[~2011-03-27 4:43 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-03-27 4:44 [PATCH] ASoC: SSM2602: fix codec name Mike Frysinger
2011-03-27 4:44 ` Mike Frysinger [this message]
2011-03-29 20:26 ` [PATCH] ASoC: ad73311: " Liam Girdwood
2011-03-27 4:44 ` [PATCH] ASoC: ad193x: " Mike Frysinger
2011-03-27 4:44 ` [PATCH] ASoC: ad1980: " Mike Frysinger
2011-03-29 20:26 ` [PATCH] ASoC: SSM2602: " Liam Girdwood
2011-03-29 22:18 ` 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=1301201053-3841-2-git-send-email-vapier@gentoo.org \
--to=vapier@gentoo.org \
--cc=alsa-devel@alsa-project.org \
--cc=broonie@opensource.wolfsonmicro.com \
--cc=device-drivers-devel@blackfin.uclinux.org \
--cc=lrg@slimlogic.co.uk \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).