diff options
Diffstat (limited to 'hw/tsc210x.c')
-rw-r--r-- | hw/tsc210x.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/tsc210x.c b/hw/tsc210x.c index 6bbe24d2fe..e851ca10a6 100644 --- a/hw/tsc210x.c +++ b/hw/tsc210x.c @@ -331,7 +331,7 @@ static void tsc2102_audio_output_update(TSC210xState *s) s->codec.out.size = 0; AUD_set_active_out(s->dac_voice[0], 0); AUD_close_out(&s->card, s->dac_voice[0]); - s->dac_voice[0] = 0; + s->dac_voice[0] = NULL; } s->codec.cts = 0; |