diff options
author | Philippe Mathieu-Daudé <f4bug@amsat.org> | 2017-09-19 09:30:53 -0300 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2018-02-02 08:19:25 +0100 |
commit | 7ab14c5ace7bce758dcf40c63f1eb4b44d915426 (patch) | |
tree | d2b43685635b8a2aee29650a51ee8416db1f817d /hw/audio/marvell_88w8618.c | |
parent | b05631954d6dfe93340d516660397e2c1a2a5dd6 (diff) |
hw/audio/wm8750: move WM8750 declarations from i2c/i2c.h to audio/wm8750.h
while here use TYPE_WM8750 and declare a data_req_cb() typedef.
Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Message-id: 20170919123053.32675-1-f4bug@amsat.org
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Diffstat (limited to 'hw/audio/marvell_88w8618.c')
-rw-r--r-- | hw/audio/marvell_88w8618.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/audio/marvell_88w8618.c b/hw/audio/marvell_88w8618.c index 4f65f8c199..e546892d3c 100644 --- a/hw/audio/marvell_88w8618.c +++ b/hw/audio/marvell_88w8618.c @@ -13,6 +13,7 @@ #include "hw/sysbus.h" #include "hw/hw.h" #include "hw/i2c/i2c.h" +#include "hw/audio/wm8750.h" #include "audio/audio.h" #define MP_AUDIO_SIZE 0x00001000 |