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 8054163..4520394 100644
--- a/hw/audio/asc.c
+++ b/hw/audio/asc.c
@@ -695,7 +695,7 @@ static void asc_init(Object *obj)
sysbus_init_mmio(sbd, &s->asc);
}
-static Property asc_properties[] = {
+static const Property asc_properties[] = {
DEFINE_AUDIO_PROPERTIES(ASCState, card),
DEFINE_PROP_UINT8("asctype", ASCState, type, ASC_TYPE_ASC),
DEFINE_PROP_END_OF_LIST(),