From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NYyCb-0004hK-MV for qemu-devel@nongnu.org; Sun, 24 Jan 2010 03:52:13 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NYyCW-0004fn-78 for qemu-devel@nongnu.org; Sun, 24 Jan 2010 03:52:12 -0500 Received: from [199.232.76.173] (port=36411 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NYyCV-0004fa-UL for qemu-devel@nongnu.org; Sun, 24 Jan 2010 03:52:07 -0500 Received: from fmmailgate02.web.de ([217.72.192.227]:39549) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NYyCV-0000dU-6v for qemu-devel@nongnu.org; Sun, 24 Jan 2010 03:52:07 -0500 Message-ID: <4B5C0A35.9050307@web.de> Date: Sun, 24 Jan 2010 09:52:05 +0100 From: Jan Kiszka MIME-Version: 1.0 References: <4B5B371A.5030408@web.de> In-Reply-To: <4B5B371A.5030408@web.de> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="------------enigB7B87516301A2179F0452D98" Sender: jan.kiszka@web.de Subject: [Qemu-devel] Re: [PATCH] Musicpal: Fix wm8750 I2C address List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Anthony Liguori , malc Cc: qemu-devel , ondrej drbohlav This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --------------enigB7B87516301A2179F0452D98 Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: quoted-printable 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. Please merge into stable as well so that 0.12.3 will have a working Musicpal again. Thanks, Jan >=20 > Signed-off-by: Jan Kiszka > --- > hw/musicpal.c | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) >=20 > 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 > =20 > /* Wolfson 8750 I2C address */ > -#define MP_WM_ADDR 0x34 > +#define MP_WM_ADDR 0x1A > =20 > /* Ethernet register offsets */ > #define MP_ETH_SMIR 0x010 >=20 --------------enigB7B87516301A2179F0452D98 Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.9 (GNU/Linux) Comment: Using GnuPG with SUSE - http://enigmail.mozdev.org iEYEARECAAYFAktcCjUACgkQitSsb3rl5xTw8ACeN4154OPgC76T4RFAqAiRn2+g DW8AoLjCa3HID6KDCCme8q4rcY6r2ERI =nKwF -----END PGP SIGNATURE----- --------------enigB7B87516301A2179F0452D98--