aboutsummaryrefslogtreecommitdiff
path: root/hw/audio/asc.c
diff options
context:
space:
mode:
Diffstat (limited to 'hw/audio/asc.c')
-rw-r--r--hw/audio/asc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/audio/asc.c b/hw/audio/asc.c
index cea7a1c..18382cc 100644
--- a/hw/audio/asc.c
+++ b/hw/audio/asc.c
@@ -699,7 +699,7 @@ static const Property asc_properties[] = {
DEFINE_PROP_UINT8("asctype", ASCState, type, ASC_TYPE_ASC),
};
-static void asc_class_init(ObjectClass *oc, void *data)
+static void asc_class_init(ObjectClass *oc, const void *data)
{
DeviceClass *dc = DEVICE_CLASS(oc);
ResettableClass *rc = RESETTABLE_CLASS(oc);