mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-07 09:43:56 -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
|
@ -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(),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue