Bochs/bochs/iodev/sound
Volker Ruppert 51688143aa Some work on the lowlevel sound support
- ALSA driver is now default on Linux (if present)
- SDL sound driver is now default if no platform-specific driver is available
  and the SDL gui is enabled
- soundlnx.cc: sendwavepacket() now exits with error if device is not opened
- soundmod.cc: exit beep loop if sendwavepacket() returns error
2013-08-04 14:35:06 +00:00
..
es1370.cc Moved ALSA sound support to a separate sound driver object 2013-07-14 15:14:53 +00:00
es1370.h ES1370: implemented wave output to file (raw and VOC format) 2013-07-13 17:37:48 +00:00
Makefile.in Moved ALSA sound support to a separate sound driver object 2013-07-14 15:14:53 +00:00
sb16.cc Moved ALSA sound support to a separate sound driver object 2013-07-14 15:14:53 +00:00
sb16.h ES1370: implemented wave output to file (raw and VOC format) 2013-07-13 17:37:48 +00:00
soundalsa.cc Moved ALSA sound support to a separate sound driver object 2013-07-14 15:14:53 +00:00
soundalsa.h Moved ALSA sound support to a separate sound driver object 2013-07-14 15:14:53 +00:00
soundlnx.cc Some work on the lowlevel sound support 2013-08-04 14:35:06 +00:00
soundlnx.h Moved ALSA sound support to a separate sound driver object 2013-07-14 15:14:53 +00:00
soundmod.cc Some work on the lowlevel sound support 2013-08-04 14:35:06 +00:00
soundmod.h Moved ALSA sound support to a separate sound driver object 2013-07-14 15:14:53 +00:00
soundosx.cc Allow to specify the platform-default sound driver directly 2013-07-25 18:47:11 +00:00
soundosx.h Added global sound control option in bochsrc and config interface 2013-06-24 19:19:12 +00:00
soundsdl.cc Allow to specify the platform-default sound driver directly 2013-07-25 18:47:11 +00:00
soundsdl.h Added global sound control option in bochsrc and config interface 2013-06-24 19:19:12 +00:00
soundwin.cc Allow to specify the platform-default sound driver directly 2013-07-25 18:47:11 +00:00
soundwin.h Added global sound control option in bochsrc and config interface 2013-06-24 19:19:12 +00:00