hw/audio: Constify all Property

Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
This commit is contained in:
Richard Henderson 2024-12-13 15:05:59 +00:00
parent e15bd5dd05
commit ed1e71dac9
15 changed files with 16 additions and 16 deletions

View file

@ -625,7 +625,7 @@ static const VMStateDescription vmstate_pl041 = {
}
};
static Property pl041_device_properties[] = {
static const Property pl041_device_properties[] = {
DEFINE_AUDIO_PROPERTIES(PL041State, codec.card),
/* Non-compact FIFO depth property */
DEFINE_PROP_UINT32("nc_fifo_depth", PL041State, fifo_depth,