diff options
author | Paul Brook | 2009-05-12 13:33:04 +0200 |
---|---|---|
committer | Paul Brook | 2009-05-12 13:33:04 +0200 |
commit | 22d83b140e7b2dda555b7e3035050454f8764b7f (patch) | |
tree | b80cd7f2cbae7951323871218db3772dd8b3b8c7 /hw/omap2.c | |
parent | Make AUD_init failure fatal (diff) | |
download | qemu-22d83b140e7b2dda555b7e3035050454f8764b7f.tar.gz qemu-22d83b140e7b2dda555b7e3035050454f8764b7f.tar.xz qemu-22d83b140e7b2dda555b7e3035050454f8764b7f.zip |
Push AUD_init down to devices
Now we can safely call AUD_init multiple times we can push it down to
individual audio devices, rather than having to pass it from the board
init.
Signed-off-by: Paul Brook <paul@codesourcery.com>
Diffstat (limited to 'hw/omap2.c')
-rw-r--r-- | hw/omap2.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/hw/omap2.c b/hw/omap2.c index 1cbbf4977b..82ea618d33 100644 --- a/hw/omap2.c +++ b/hw/omap2.c @@ -1973,7 +1973,6 @@ struct omap_eac_s *omap_eac_init(struct omap_target_agent_s *ta, omap_eac_reset(s); #ifdef HAS_AUDIO - /* TODO: do AUD_init globally for machine */ AUD_register_card(AUD_init(), "OMAP EAC", &s->codec.card); iomemtype = cpu_register_io_memory(0, omap_eac_readfn, |