aboutsummaryrefslogtreecommitdiff
path: root/hw/audio/asc.c
diff options
context:
space:
mode:
Diffstat (limited to 'hw/audio/asc.c')
-rw-r--r--hw/audio/asc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/audio/asc.c b/hw/audio/asc.c
index 87b5624..8054163 100644
--- a/hw/audio/asc.c
+++ b/hw/audio/asc.c
@@ -610,7 +610,7 @@ static void asc_fifo_init(ASCFIFOState *fs, int index)
g_free(name);
}
-static void asc_reset_hold(Object *obj)
+static void asc_reset_hold(Object *obj, ResetType type)
{
ASCState *s = ASC(obj);