summary refs log tree commit diff stats
path: root/hw/audio/es1370.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/es1370.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/es1370.c')
-rw-r--r--hw/audio/es1370.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/audio/es1370.c b/hw/audio/es1370.c
index 9a508e7b81..6170425a5a 100644
--- a/hw/audio/es1370.c
+++ b/hw/audio/es1370.c
@@ -868,7 +868,7 @@ static void es1370_exit(PCIDevice *dev)
     AUD_remove_card(&s->card);
 }
 
-static Property es1370_properties[] = {
+static const Property es1370_properties[] = {
     DEFINE_AUDIO_PROPERTIES(ES1370State, card),
     DEFINE_PROP_END_OF_LIST(),
 };