Sign in
qemu
/
qemu
/
e1d6e0a4c0e23b30501b887211f1fa6e0eb799a3
/
hw
/
audio
/
sb16.c
73bcb24
Replaced get_tick_per_sec() by NANOSECONDS_PER_SECOND
by Rutuja Shah
· 9 years ago
f203c16
sb16: use IsaDma interface instead of global DMA_* functions
by Hervé Poussineau
· 9 years ago
6086a56
audio: Clean up includes
by Peter Maydell
· 9 years ago
8307c29
Remove macros IO_READ_PROTO and IO_WRITE_PROTO
by Nutan Shinde
· 9 years ago
3337d0b
sb16: remove useless mixer_write_indexw
by Paolo Bonzini
· 10 years ago
9939375
sb16: fix interrupt acknowledgement
by Paolo Bonzini
· 10 years ago
2ab5bf6
audio: don't use 'Yoda conditions'
by Gonglei
· 11 years ago
d49805a
savevm: Remove all the unneeded version_minimum_id_old (x86)
by Juan Quintela
· 11 years ago
c7bcc85
qdev: Remove hex8/32/64 property types
by Paolo Bonzini
· 11 years ago
bc72ad6
aio / timers: Switch entire codebase to the new timer API
by Alex Bligh
· 12 years ago
125ee0e
devices: Associate devices to their logical category
by Marcel Apfelbaum
· 12 years ago
db895a1
isa: Use realizefn for ISADevice
by Andreas Färber
· 12 years ago
36cd6f6
audio: remove the need for audio card CONFIG_* symbols
by Paolo Bonzini
· 12 years ago
399f05a
sb16: QOM'ify
by Andreas Färber
· 12 years ago
49ab747
hw: move target-independent files to subdirectories
by Paolo Bonzini
· 12 years ago
[Renamed from hw/sb16.c]
0d09e41
hw: move headers to include/
by Paolo Bonzini
· 12 years ago
83c9f4c
hw: include hw header files with full paths
by Paolo Bonzini
· 12 years ago
8c43a6f
Make all static TypeInfos const
by Andreas Färber
· 12 years ago
1de7afc
misc: move include files to include/qemu/
by Paolo Bonzini
· 12 years ago
4d5b97d
cleanup useless return sentence
by Amos Kong
· 12 years ago
83f7d43
qom: Unify type registration
by Andreas Färber
· 13 years ago
cf4dc46
Restore consistent formatting
by malc
· 13 years ago
39bffca
qdev: register all types natively through QEMU Object Model
by Anthony Liguori
· 13 years ago
8f04ee0
isa: pic: convert to QEMU Object Model
by Anthony Liguori
· 13 years ago
4a0f031
audio: remove unused parameter isa_pic
by Hervé Poussineau
· 13 years ago
48a18b3
isa: give ISABus/ISADevice to isa_create(), isa_bus_irqs() and isa_get_irq() functions
by Hervé Poussineau
· 13 years ago
42c1a22
sb16: Convert to isa_register_portio_list
by Richard Henderson
· 14 years ago
8acbc9b
Restore consistent formatting Signed-off-by: malc <av1474@comtv.ru>
by malc
· 13 years ago
7447545
change all other clock references to use nanosecond resolution accessors
by Paolo Bonzini
· 14 years ago
dee41d5
Keep track of ISA ports ISA device is using in qdev.
by Gleb Natapov
· 14 years ago
514d97d
dma/sb16: make clang analyzer not complain
by malc
· 15 years ago
be73cfe
savevm: Port to qdev.vmsd all devices that have qdev
by Juan Quintela
· 15 years ago
ebfd6f4
sb16: port to vmstate
by Juan Quintela
· 15 years ago
cd7aafc
sb16: remove highspeed reset code
by malc
· 15 years ago
4f4cc0e
audio: use muldiv64 where it makes sense
by malc
· 15 years ago
057fa65
audio: remove lsbindex/popcount in favour of host-utils's ctz32
by malc
· 15 years ago
6ee093c
Unexport ticks_per_sec variable. Create get_ticks_per_sec() function
by Juan Quintela
· 15 years ago
3122616
Fix formatting
by malc
· 15 years ago
f7b4f61
qdev/isa: convert soundblaster
by Gerd Hoffmann
· 15 years ago
f827497
Fix sb16 breakage due to unassigned s->irq
by malc
· 16 years ago
660cfb6
Fix formatting
by malc
· 16 years ago
3a38d43
Add isa_reserve_irq().
by Jes Sorensen
· 16 years ago
d999f7e
Restore consistent formatting of audio devices
by malc
· 16 years ago
1a7dafc
Remove any pretense that there can be more than one AudioState
by malc
· 16 years ago
22d83b1
Push AUD_init down to devices
by Paul Brook
· 16 years ago
487414f
hw: remove error handling from qemu_malloc() callers (Avi Kivity)
by aliguori
· 16 years ago
b1503cd
Use the ARRAY_SIZE() macro where appropriate.
by malc
· 16 years ago
1ea879e
Make audio violate POSIX less
by malc
· 16 years ago
ca9cc28
pthreads-based audio and miscellaneous audio clean-up (malc).
by balrog
· 17 years ago
bee8d68
qemu_put signedness fixes, by Andre Przywara.
by ths
· 17 years ago
87ecb68
Break up vl.h.
by pbrook
· 17 years ago
d537cf6
Unify IRQ handling.
by pbrook
· 18 years ago
d929eba
audio endianness API changes (malc)
by bellard
· 19 years ago
feea13e
sb16 fixes (WfW 3 appears to work with shipped drivers) (malc)
by bellard
· 19 years ago
26a7646
C99 64 bit printf
by bellard
· 19 years ago
546754d
pcm endianness is now explicit (malc)
by bellard
· 19 years ago
a0d01ed
spelling fix (malc)
by bellard
· 19 years ago
c0fe382
audio merge (malc)
by bellard
· 19 years ago
1d14ffa
merged 15a_aqemu.patch audio patch (malc)
by bellard
· 19 years ago
81eea5e
comment
by bellard
· 20 years ago
15b6147
audio fix (malc)
by bellard
· 20 years ago
7372f88
audio fixes (malc)
by bellard
· 20 years ago
fb06518
audio clean up (initial patch by malc)
by bellard
· 20 years ago
85571bc
audio merge (malc)
by bellard
· 20 years ago
d75d9f6
SDL Audio support and SB16 fixes (malc)
by bellard
· 20 years ago
d329a6f
audip fixes (malc)
by bellard
· 21 years ago
202a456
safer sb16 code
by bellard
· 21 years ago
67b915a
win32 port (initial patch by kazu)
by bellard
· 21 years ago
5e2a644
removed most of global context uses - removed unneeded abort() which cause problems during win95 hardware scan
by bellard
· 21 years ago
7d977de
io port API change
by bellard
· 21 years ago
f9e92e9
use physical memory access functions for DMA
by bellard
· 21 years ago
bc0b1dc
sb16 patch (malc)
by bellard
· 21 years ago
7138fcf
use CPUState
by bellard
· 21 years ago
2750332
Soundblaster 16 support (malc)
by bellard
· 21 years ago