summary refs log tree commit diff stats
path: root/hw/audio/asc.c
diff options
context:
space:
mode:
authorRichard Henderson <richard.henderson@linaro.org>2024-12-13 15:05:59 +0000
committerRichard Henderson <richard.henderson@linaro.org>2024-12-15 12:54:30 -0600
commited1e71dac96a3bf2236ece81916d4fc1ccbce029 (patch)
tree3296edaeb14d5fbaed44779b98c3c92aaa90271c /hw/audio/asc.c
parente15bd5dd059a8833dd30da2b78ab4f43e917f216 (diff)
downloadfocaccia-qemu-ed1e71dac96a3bf2236ece81916d4fc1ccbce029.tar.gz
focaccia-qemu-ed1e71dac96a3bf2236ece81916d4fc1ccbce029.zip
hw/audio: Constify all Property
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
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 805416372c..452039418d 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(),