qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH] Musicpal: Fix wm8750 I2C address


From: Anthony Liguori
Subject: Re: [Qemu-devel] [PATCH] Musicpal: Fix wm8750 I2C address
Date: Tue, 26 Jan 2010 16:21:03 -0600
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.5) Gecko/20091209 Fedora/3.0-4.fc12 Lightning/1.0pre Thunderbird/3.0

On 01/23/2010 11:51 AM, Jan Kiszka wrote:
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<address@hidden>
Applied to stable.  Thanks.

Regards,

Anthony Liguori
---
  hw/musicpal.c |    2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/hw/musicpal.c b/hw/musicpal.c
index 4a33e28..e424a7d 100644
--- a/hw/musicpal.c
+++ b/hw/musicpal.c
@@ -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






reply via email to

[Prev in Thread] Current Thread [Next in Thread]