mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-08 02:03:56 -06:00
hw/audio: Constify VMState
Signed-off-by: Richard Henderson <richard.henderson@linaro.org> Message-Id: <20231221031652.119827-24-richard.henderson@linaro.org>
This commit is contained in:
parent
993676279e
commit
856a6fe4f4
15 changed files with 25 additions and 25 deletions
|
@ -637,7 +637,7 @@ static const VMStateDescription vmstate_cs4231a = {
|
|||
.minimum_version_id = 1,
|
||||
.pre_load = cs4231a_pre_load,
|
||||
.post_load = cs4231a_post_load,
|
||||
.fields = (VMStateField[]) {
|
||||
.fields = (const VMStateField[]) {
|
||||
VMSTATE_UINT32_ARRAY (regs, CSState, CS_REGS),
|
||||
VMSTATE_BUFFER (dregs, CSState),
|
||||
VMSTATE_INT32 (dma_running, CSState),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue