From ab809e84a722f8fa1bcdeac5e3ebae10d90fb788 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20F=C3=A4rber?= Date: Fri, 23 Aug 2013 20:05:16 +0200 Subject: intel-hda: Pass size to hda_codec_bus_init() MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit To be passed to qbus_create_inplace(). Reviewed-by: Wenchao Xia Signed-off-by: Andreas Färber --- hw/audio/intel-hda.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hw/audio/intel-hda.h') diff --git a/hw/audio/intel-hda.h b/hw/audio/intel-hda.h index 2544f0a..d784bcf 100644 --- a/hw/audio/intel-hda.h +++ b/hw/audio/intel-hda.h @@ -48,7 +48,7 @@ struct HDACodecDevice { uint32_t cad; /* codec address */ }; -void hda_codec_bus_init(DeviceState *dev, HDACodecBus *bus, +void hda_codec_bus_init(DeviceState *dev, HDACodecBus *bus, size_t bus_size, hda_codec_response_func response, hda_codec_xfer_func xfer); HDACodecDevice *hda_codec_find(HDACodecBus *bus, uint32_t cad); -- cgit v1.1