summary refs log tree commit diff stats
path: root/hw/omap2.c
diff options
context:
space:
mode:
Diffstat (limited to 'hw/omap2.c')
-rw-r--r--hw/omap2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/omap2.c b/hw/omap2.c
index aee26a0296..58debaf552 100644
--- a/hw/omap2.c
+++ b/hw/omap2.c
@@ -1610,7 +1610,7 @@ static void omap_eac_volume_update(struct omap_eac_s *s)
 
 static void omap_eac_format_update(struct omap_eac_s *s)
 {
-    audsettings_t fmt;
+    struct audsettings fmt;
 
     /* The hardware buffers at most one sample */
     if (s->codec.rxlen)