diff options
Diffstat (limited to 'hw/intel-hda.h')
-rw-r--r-- | hw/intel-hda.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/hw/intel-hda.h b/hw/intel-hda.h index f52358709b..a1cca5b1bb 100644 --- a/hw/intel-hda.h +++ b/hw/intel-hda.h @@ -48,7 +48,6 @@ struct HDACodecDevice { void hda_codec_bus_init(DeviceState *dev, HDACodecBus *bus, hda_codec_response_func response, hda_codec_xfer_func xfer); -void hda_codec_register(DeviceInfo *info); HDACodecDevice *hda_codec_find(HDACodecBus *bus, uint32_t cad); void hda_codec_response(HDACodecDevice *dev, bool solicited, uint32_t response); |