mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 00:03:54 -06:00
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:
parent
e15bd5dd05
commit
ed1e71dac9
15 changed files with 16 additions and 16 deletions
|
@ -215,7 +215,7 @@ static const VMStateDescription vmstate_spk = {
|
|||
}
|
||||
};
|
||||
|
||||
static Property pcspk_properties[] = {
|
||||
static const Property pcspk_properties[] = {
|
||||
DEFINE_AUDIO_PROPERTIES(PCSpkState, card),
|
||||
DEFINE_PROP_UINT32("iobase", PCSpkState, iobase, 0x61),
|
||||
DEFINE_PROP_BOOL("migrate", PCSpkState, migrate, true),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue