Musicpal: Fix wm8750 I2C address
authorJan Kiszka <jan.kiszka@web.de>
Sat, 23 Jan 2010 17:51:22 +0000 (18:51 +0100)
committermalc <av1474@comtv.ru>
Sat, 23 Jan 2010 18:18:41 +0000 (21:18 +0300)
Commit b3a219883e uncovered that we attached the Wolfson with an I2C
address shifted left by one. Fixing this makes sound work again for
the Musicpal.

Signed-off-by: Jan Kiszka <jan.kiszka@web.de>
Signed-off-by: malc <av1474@comtv.ru>
hw/musicpal.c

index 4a33e28..e424a7d 100644 (file)
@@ -67,7 +67,7 @@
 #define MP_AUDIO_IRQ            30
 
 /* Wolfson 8750 I2C address */
-#define MP_WM_ADDR              0x34
+#define MP_WM_ADDR              0x1A
 
 /* Ethernet register offsets */
 #define MP_ETH_SMIR             0x010