aboutsummaryrefslogtreecommitdiff
path: root/hw/sb16.c
Commit message (Expand)AuthorAgeFilesLines
* audio: use muldiv64 where it makes sensemalc2009-09-181-2/+2
* audio: remove lsbindex/popcount in favour of host-utils's ctz32malc2009-09-121-2/+3
* Unexport ticks_per_sec variable. Create get_ticks_per_sec() functionJuan Quintela2009-09-111-2/+2
* Fix formattingmalc2009-09-101-5/+5
* qdev/isa: convert soundblasterGerd Hoffmann2009-09-101-24/+39
* Fix sb16 breakage due to unassigned s->irqmalc2009-08-281-0/+1
* Fix formattingmalc2009-08-281-1/+1
* Add isa_reserve_irq().Jes Sorensen2009-08-271-13/+12
* Restore consistent formatting of audio devicesmalc2009-06-201-4/+4
* Remove any pretense that there can be more than one AudioStatemalc2009-05-141-2/+1
* Push AUD_init down to devicesPaul Brook2009-05-121-6/+2
* hw: remove error handling from qemu_malloc() callers (Avi Kivity)aliguori2009-02-051-5/+0
* Use the ARRAY_SIZE() macro where appropriate.malc2008-12-221-4/+2
* Make audio violate POSIX lessmalc2008-12-031-4/+4
* pthreads-based audio and miscellaneous audio clean-up (malc).balrog2008-01-141-0/+6
* qemu_put signedness fixes, by Andre Przywara.ths2007-12-161-60/+60
* Break up vl.h.pbrook2007-11-171-1/+5
* Unify IRQ handling.pbrook2007-04-071-11/+13
* audio endianness API changes (malc)bellard2006-07-041-8/+8
* sb16 fixes (WfW 3 appears to work with shipped drivers) (malc)bellard2006-07-041-24/+60
* C99 64 bit printfbellard2006-06-251-1/+1
* pcm endianness is now explicit (malc)bellard2005-11-201-3/+6
* spelling fix (malc)bellard2005-11-101-1/+1
* audio merge (malc)bellard2005-11-051-23/+55
* merged 15a_aqemu.patch audio patch (malc)bellard2005-10-301-77/+189
* commentbellard2005-08-211-1/+1
* audio fix (malc)bellard2004-11-141-20/+45
* audio fixes (malc)bellard2004-11-111-2/+2
* audio clean up (initial patch by malc)bellard2004-11-091-7/+13
* audio merge (malc)bellard2004-11-071-591/+821
* SDL Audio support and SB16 fixes (malc)bellard2004-10-091-60/+305
* audip fixes (malc)bellard2004-06-071-8/+42
* safer sb16 codebellard2004-04-161-12/+22
* win32 port (initial patch by kazu)bellard2004-03-311-5/+0
* removed most of global context uses - removed unneeded abort() which cause pr...bellard2004-03-231-150/+138
* io port API changebellard2004-03-141-10/+10
* use physical memory access functions for DMAbellard2004-02-251-11/+10
* sb16 patch (malc)bellard2004-01-181-10/+23
* use CPUStatebellard2004-01-051-2/+2
* Soundblaster 16 support (malc)bellard2003-11-131-0/+723