mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-05 00:33:55 -06:00
Remove any pretense that there can be more than one AudioState
This commit is contained in:
parent
b36aa85c7b
commit
1a7dafce1d
16 changed files with 80 additions and 103 deletions
|
@ -1973,7 +1973,7 @@ struct omap_eac_s *omap_eac_init(struct omap_target_agent_s *ta,
|
|||
omap_eac_reset(s);
|
||||
|
||||
#ifdef HAS_AUDIO
|
||||
AUD_register_card(AUD_init(), "OMAP EAC", &s->codec.card);
|
||||
AUD_register_card("OMAP EAC", &s->codec.card);
|
||||
|
||||
iomemtype = cpu_register_io_memory(0, omap_eac_readfn,
|
||||
omap_eac_writefn, s);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue