aboutsummaryrefslogtreecommitdiff
path: root/hw/audio
AgeCommit message (Expand)Author
2019-01-24audio: fix pc speaker initGerd Hoffmann
2019-01-09hw/audio/marvell: Don't include unnecessary i2c.h header fileThomas Huth
2018-11-27audio/hda: fix guest triggerable assertGerd Hoffmann
2018-11-26fmops: fix off-by-one in AR_TABLE and DR_TABLE array sizeGerd Hoffmann
2018-10-29audio: use TYPE_MV88W8618_AUDIO instead of hardcoded stringMao Zhongyi
2018-10-29audio: use object link instead of qdev property to pass wm8750 referenceMao Zhongyi
2018-10-29audio: use TYPE_WM8750 instead of a hardcoded stringMao Zhongyi
2018-10-29hw: AC97: make it more QOMconventionalLi Qiang
2018-10-19es1370: more fixes for ADC_FRAMEADR and ADC_FRAMECNTPaolo Bonzini
2018-10-02es1370: fix ADC_FRAMEADR and ADC_FRAMECNTPaolo Bonzini
2018-08-23fix "Missing break in switch" coverity reportsPaolo Bonzini
2018-08-23es1370: simplify MemoryRegionOpsPaolo Bonzini
2018-07-24audio/hda: Fix migrationDr. David Alan Gilbert
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