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 0ae48f73b0..2d31c65398 100644 --- a/hw/tsc210x.c +++ b/hw/tsc210x.c @@ -327,7 +327,7 @@ static void tsc2102_audio_rate_update(struct tsc210x_state_s *s) static void tsc2102_audio_output_update(struct tsc210x_state_s *s) { int enable; - audsettings_t fmt; + struct audsettings fmt; if (s->dac_voice[0]) { tsc210x_out_flush(s, s->codec.out.len); |