qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH v2 3/3] audio: use TYPE_MV88W8618_AUDIO instead


From: maozy
Subject: Re: [Qemu-devel] [PATCH v2 3/3] audio: use TYPE_MV88W8618_AUDIO instead of hardcoded string
Date: Fri, 12 Oct 2018 17:58:29 +0800
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.0

Sorry for the noise, there is something wrong with this patch,
I will fix it and resend this patchset.

Thanks,
Mao

On 10/12/18 4:30 PM, Mao Zhongyi wrote:
Cc: Jan Kiszka <address@hidden>
Cc: Philippe Mathieu-Daudé <address@hidden>
Cc: Peter Maydell <address@hidden>
To: address@hidden

Signed-off-by: Mao Zhongyi <address@hidden>
---
  hw/arm/musicpal.c | 2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/hw/arm/musicpal.c b/hw/arm/musicpal.c
index ac266f9253..9648b3af44 100644
--- a/hw/arm/musicpal.c
+++ b/hw/arm/musicpal.c
@@ -1693,7 +1693,7 @@ static void musicpal_init(MachineState *machine)
      }
wm8750_dev = i2c_create_slave(i2c, TYPE_WM8750, MP_WM_ADDR);
-    dev = qdev_create(NULL, "mv88w8618_audio");
+    dev = qdev_create(NULL, TYPE_MV88W8618_AUDIO);
      s = SYS_BUS_DEVICE(dev);
      object_property_set_link(OBJECT(dev), OBJECT(wm8750_dev),
                               TYPE_WM8750, NULL);






reply via email to

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