aboutsummaryrefslogtreecommitdiff
path: root/hw/audio
AgeCommit message (Expand)Author
2018-07-03audio/hda: fix CID 1393631Gerd Hoffmann
2018-07-03audio/hda: adjust larger gaps fasterGerd Hoffmann
2018-07-02audio/hda: drop atomicsGerd Hoffmann
2018-06-25audio/hda: enable new timer code by default.Gerd Hoffmann
2018-06-25audio/hda: detect output buffer overrunsGerd Hoffmann
2018-06-25audio/hda: tweak timer adjust logicGerd Hoffmann
2018-06-25audio/hda: turn some dprintfs into trace pointsGerd Hoffmann
2018-06-25audio/hda: create millisecond timers that handle IOGerd Hoffmann
2018-06-01hw/i2c: Use DeviceClass::realize instead of I2CSlaveClass::initPhilippe Mathieu-Daudé
2018-03-26hw/audio: Fix crashes when devices are used on ISA bus without DMAThomas Huth
2018-02-02hw/audio/sb16.c: change dolog() to qemu_log_mask()John Arbuckle
2018-02-02hw/audio/wm8750: move WM8750 declarations from i2c/i2c.h to audio/wm8750.hPhilippe Mathieu-Daudé
2018-01-22Replace all occurances of __FUNCTION__ with __func__Alistair Francis
2017-12-18misc: remove old i386 dependencyPhilippe Mathieu-Daudé
2017-12-18misc: remove headers implicitly includedPhilippe Mathieu-Daudé
2017-12-18hw: use "qemu/osdep.h" as first #include in source filesPhilippe Mathieu-Daudé
2017-10-15pci: Add INTERFACE_CONVENTIONAL_PCI_DEVICE to Conventional PCI devicesEduardo Habkost
2017-09-27migration: pre_save return intDr. David Alan Gilbert
2017-09-18audio: intel-hda: do not use old_mmio accessesMatt Parker
2017-09-18wm8750: add record buffer underrun checkGerd Hoffmann
2017-08-31pcspk: use QEMU_ALIGN_DOWNMarc-André Lureau
2017-08-01trace-events: fix code style: print 0x before hex numbersVladimir Sementsov-Ogievskiy
2017-07-31docs: fix broken paths to docs/devel/tracing.txtPhilippe Mathieu-Daudé
2017-07-17audio/adlib: remove limitation of one adlib cardHervé Poussineau
2017-07-17audio/fmopl: modify timer callback to give opaque and channel parameters in t...Hervé Poussineau
2017-05-19audio: Rename hw/audio/audio.h to hw/audio/soundhw.hEduardo Habkost
2017-05-19audio: Rename audio_init() to soundhw_init()Eduardo Habkost
2017-05-19audio: Move arch_init audio code to hw/audio/soundhw.cEduardo Habkost
2017-05-17qdev: Replace cannot_instantiate_with_device_add_yet with !user_creatableEduardo Habkost
2017-05-04audio: Use ARRAY_SIZE from qemu/osdep.hJuan Quintela
2017-05-04audio: un-export OPLResetChipJuan Quintela
2017-05-04audio: Remove unused typedefsJuan Quintela
2017-05-04audio: UpdateHandler is not used anymoreJuan Quintela
2017-05-04audio: IRQHandler is not used anymoreJuan Quintela
2017-05-04audio: OPLSetUpdateHandler is not used anywhereJuan Quintela
2017-05-04audio: OPLSetIRQHandler is not used anywhereJuan Quintela
2017-05-04audio: GUSsample is int16_tJuan Quintela
2017-05-04audio: GUSword is uint16_tJuan Quintela
2017-05-04audio: GUSword is uint16_tJuan Quintela
2017-05-04audio: remove GUScharJuan Quintela
2017-05-04audio: GUSbyte is uint8_tJuan Quintela
2017-05-04audio: Remove unused fieldsJuan Quintela
2017-05-04audio: Remove type fieldJuan Quintela
2017-05-04audio: Remove Unused OPL_TYPE_*Juan Quintela
2017-05-04audio: Unfold OPLSAMPLEJuan Quintela
2017-05-04audio: Remove INT32Juan Quintela
2017-05-04audio: remove INT16Juan Quintela
2017-05-04audio: Remove INT8Juan Quintela
2017-05-04audio: remove UINT32Juan Quintela
2017-05-04audio: remove UINT16Juan Quintela