aboutsummaryrefslogtreecommitdiffstats
path: root/hw/sb16.c
AgeCommit message (Expand)AuthorFilesLines
2009-05-14Remove any pretense that there can be more than one AudioStatemalc1-2/+1
2009-05-12Push AUD_init down to devicesPaul Brook1-6/+2
2009-02-05hw: remove error handling from qemu_malloc() callers (Avi Kivity)aliguori1-5/+0
2008-12-22Use the ARRAY_SIZE() macro where appropriate.malc1-4/+2
2008-12-03Make audio violate POSIX lessmalc1-4/+4
2008-01-14pthreads-based audio and miscellaneous audio clean-up (malc).balrog1-0/+6
2007-12-16qemu_put signedness fixes, by Andre Przywara.ths1-60/+60
2007-11-17Break up vl.h.pbrook1-1/+5
2007-04-07Unify IRQ handling.pbrook1-11/+13
2006-07-04audio endianness API changes (malc)bellard1-8/+8
2006-07-04sb16 fixes (WfW 3 appears to work with shipped drivers) (malc)bellard1-24/+60
2006-06-25C99 64 bit printfbellard1-1/+1
2005-11-20pcm endianness is now explicit (malc)bellard1-3/+6
2005-11-10spelling fix (malc)bellard1-1/+1
2005-11-05audio merge (malc)bellard1-23/+55
2005-10-30merged 15a_aqemu.patch audio patch (malc)bellard1-77/+189
2005-08-21commentbellard1-1/+1
2004-11-14audio fix (malc)bellard1-20/+45
2004-11-11audio fixes (malc)bellard1-2/+2
2004-11-09audio clean up (initial patch by malc)bellard1-7/+13
2004-11-07audio merge (malc)bellard1-591/+821
2004-10-09SDL Audio support and SB16 fixes (malc)bellard1-60/+305
2004-06-07audip fixes (malc)bellard1-8/+42
2004-04-16safer sb16 codebellard1-12/+22
2004-03-31win32 port (initial patch by kazu)bellard1-5/+0
2004-03-23removed most of global context uses - removed unneeded abort() which cause pr...bellard1-150/+138
2004-03-14io port API changebellard1-10/+10
2004-02-25use physical memory access functions for DMAbellard1-11/+10
2004-01-18sb16 patch (malc)bellard1-10/+23
2004-01-05use CPUStatebellard1-2/+2
2003-11-13Soundblaster 16 support (malc)bellard1-0/+723