mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-08 18:23:57 -06:00
audio: use TYPE_MV88W8618_AUDIO instead of hardcoded string
Cc: Jan Kiszka <jan.kiszka@web.de> Cc: Philippe Mathieu-Daudé <philmd@redhat.com> Cc: Peter Maydell <peter.maydell@linaro.org> Signed-off-by: Mao Zhongyi <maozhongyi@cmss.chinamobile.com> Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com> Message-id: 20181022074050.19638-4-maozhongyi@cmss.chinamobile.com Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
This commit is contained in:
parent
a8299ec1b2
commit
d436d4e7a5
3 changed files with 2 additions and 2 deletions
|
@ -17,6 +17,7 @@
|
|||
#include "hw/hw.h"
|
||||
|
||||
#define TYPE_WM8750 "wm8750"
|
||||
#define TYPE_MV88W8618_AUDIO "mv88w8618_audio"
|
||||
|
||||
typedef void data_req_cb(void *opaque, int free_out, int free_in);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue