[Gta04-owner] [PATCH 2/3] si47xx: fix a copy/paste error in codec name
John Ogness
gta04 at ogness.net
Sun Sep 4 15:49:50 CEST 2011
This driver used sound/soc/codecs/wm8728.c as a template, but
forgot to replace the codec name.
Signed-off-by: John Ogness <john.ogness at linutronix.de>
---
sound/soc/codecs/si47xx.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
commit b7b197ba7c81e5899a8d8fa7fa091c84309406eb
Author: John Ogness <john.ogness at linutronix.de>
Date: Sun Sep 4 15:30:51 2011 +0200
si47xx: fix typo in codec name
diff --git a/sound/soc/codecs/si47xx.c b/sound/soc/codecs/si47xx.c
index 5da1abf..be5d54d 100644
--- a/sound/soc/codecs/si47xx.c
+++ b/sound/soc/codecs/si47xx.c
@@ -257,7 +257,7 @@ static int si47xx_init(struct snd_soc_device *socdev,
struct snd_soc_codec *codec = socdev->card->codec;
int ret = 0;
- codec->name = "WM8728";
+ codec->name = "Si47xx";
codec->owner = THIS_MODULE;
codec->set_bias_level = si47xx_set_bias_level;
codec->dai = &si47xx_dai;
More information about the Gta04-owner
mailing list