All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Fix WM9712 register cache entry
@ 2007-02-14 13:28 Liam Girdwood
  0 siblings, 0 replies; only message in thread
From: Liam Girdwood @ 2007-02-14 13:28 UTC (permalink / raw)
  To: alsa-devel; +Cc: Joe Sauer

[-- Attachment #1: Type: text/plain, Size: 237 bytes --]

This patch by Joe Sauer fixes the WM9712 codec register cache value for
register 0x08. Value should be 0x0f0f and not 0xf0f0.

Signed-off-by: Joe Sauer <jsauer@vernier.com>
Signed-off-by: Liam Girdwood <lg@opensource.wolfsonmicro.com>



[-- Attachment #2: asoc-wm9712-reg.patch --]
[-- Type: text/x-patch, Size: 491 bytes --]

diff -r ee0908962557 soc/codecs/wm9712.c
--- a/soc/codecs/wm9712.c	Wed Feb 14 13:26:17 2007 +0100
+++ b/soc/codecs/wm9712.c	Wed Feb 14 13:23:20 2007 +0000
@@ -39,7 +39,7 @@ static int ac97_write(struct snd_soc_cod
  */
 static const u16 wm9712_reg[] = {
 	0x6174, 0x8000, 0x8000, 0x8000, // 6
-	0xf0f0, 0xaaa0, 0xc008, 0x6808, // e
+	0x0f0f, 0xaaa0, 0xc008, 0x6808, // e
 	0xe808, 0xaaa0, 0xad00, 0x8000, // 16
 	0xe808, 0x3000, 0x8000, 0x0000, // 1e
 	0x0000, 0x0000, 0x0000, 0x000f, // 26

[-- Attachment #3: Type: text/plain, Size: 345 bytes --]

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV

[-- Attachment #4: Type: text/plain, Size: 161 bytes --]

_______________________________________________
Alsa-devel mailing list
Alsa-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/alsa-devel

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2007-02-14 13:28 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-02-14 13:28 [PATCH] Fix WM9712 register cache entry Liam Girdwood

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.