summaryrefslogtreecommitdiffstats
path: root/hw/audio
Commit message (Expand)AuthorAgeFilesLines
* audio: remove audio_MIN, audio_MAXKővágó, Zoltán2019-08-2110-31/+31
* audio: add audiodev properties to frontendsKővágó, Zoltán2019-08-2111-1/+26
* Include hw/qdev-properties.h lessMarkus Armbruster2019-08-1610-3/+10
* Include hw/hw.h exactly where neededMarkus Armbruster2019-08-1611-11/+0Star
* Include exec/memory.h slightly lessMarkus Armbruster2019-08-161-0/+1
* Include migration/vmstate.h lessMarkus Armbruster2019-08-1614-0/+14
* Include hw/irq.h a lot lessMarkus Armbruster2019-08-166-0/+6
* Include qemu-common.h exactly where neededMarkus Armbruster2019-06-121-1/+0Star
* Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster2019-06-1214-0/+18
* hw/audio/ac97: Use the QOM DEVICE() macro to access DeviceState.qdevPhilippe Mathieu-Daudé2019-06-061-1/+1
* Revert "audio: fix pc speaker init"Gerd Hoffmann2019-04-011-15/+21
* trace-events: Shorten file names in commentsMarkus Armbruster2019-03-221-3/+3
* audio: use qapi AudioFormat instead of audfmt_eKővágó, Zoltán2019-03-1111-32/+32
* i2c: express dependencies with KconfigPaolo Bonzini2019-03-071-0/+1
* isa: express dependencies with kconfigPaolo Bonzini2019-03-071-0/+2
* build: convert sound.mak to KconfigPaolo Bonzini2019-03-071-0/+8
* build: convert pci.mak to KconfigPaolo Bonzini2019-03-071-0/+6
* kconfig: introduce kconfig filesPaolo Bonzini2019-03-071-0/+35
* i2c: have I2C receive operation return uint8_tCorey Minyard2019-02-281-1/+1
* audio: fix pc speaker initGerd Hoffmann2019-01-241-20/+15Star
* hw/audio/marvell: Don't include unnecessary i2c.h header fileThomas Huth2019-01-091-1/+0Star
* audio/hda: fix guest triggerable assertGerd Hoffmann2018-11-271-0/+6
* fmops: fix off-by-one in AR_TABLE and DR_TABLE array sizeGerd Hoffmann2018-11-261-2/+2
* audio: use TYPE_MV88W8618_AUDIO instead of hardcoded stringMao Zhongyi2018-10-291-1/+0Star
* audio: use object link instead of qdev property to pass wm8750 referenceMao Zhongyi2018-10-291-7/+6Star
* audio: use TYPE_WM8750 instead of a hardcoded stringMao Zhongyi2018-10-291-1/+1
* hw: AC97: make it more QOMconventionalLi Qiang2018-10-291-4/+8
* es1370: more fixes for ADC_FRAMEADR and ADC_FRAMECNTPaolo Bonzini2018-10-191-2/+8
* es1370: fix ADC_FRAMEADR and ADC_FRAMECNTPaolo Bonzini2018-10-021-2/+8
* fix "Missing break in switch" coverity reportsPaolo Bonzini2018-08-233-3/+10
* es1370: simplify MemoryRegionOpsPaolo Bonzini2018-08-231-210/+25Star
* audio/hda: Fix migrationDr. David Alan Gilbert2018-07-241-1/+1
* audio/hda: fix CID 1393631Gerd Hoffmann2018-07-031-1/+1
* audio/hda: adjust larger gaps fasterGerd Hoffmann2018-07-031-0/+3
* audio/hda: drop atomicsGerd Hoffmann2018-07-021-16/+15Star
* audio/hda: enable new timer code by default.Gerd Hoffmann2018-06-251-1/+1
* audio/hda: detect output buffer overrunsGerd Hoffmann2018-06-252-0/+10
* audio/hda: tweak timer adjust logicGerd Hoffmann2018-06-252-7/+14
* audio/hda: turn some dprintfs into trace pointsGerd Hoffmann2018-06-252-5/+8
* audio/hda: create millisecond timers that handle IOGerd Hoffmann2018-06-252-33/+237
* hw/i2c: Use DeviceClass::realize instead of I2CSlaveClass::initPhilippe Mathieu-Daudé2018-06-011-5/+3Star
* hw/audio: Fix crashes when devices are used on ISA bus without DMAThomas Huth2018-03-263-4/+20
* hw/audio/sb16.c: change dolog() to qemu_log_mask()John Arbuckle2018-02-021-36/+43
* hw/audio/wm8750: move WM8750 declarations from i2c/i2c.h to audio/wm8750.hPhilippe Mathieu-Daudé2018-02-022-4/+3Star
* Replace all occurances of __FUNCTION__ with __func__Alistair Francis2018-01-223-21/+21
* misc: remove old i386 dependencyPhilippe Mathieu-Daudé2017-12-181-1/+0Star
* misc: remove headers implicitly includedPhilippe Mathieu-Daudé2017-12-181-1/+0Star
* hw: use "qemu/osdep.h" as first #include in source filesPhilippe Mathieu-Daudé2017-12-181-1/+0Star
* pci: Add INTERFACE_CONVENTIONAL_PCI_DEVICE to Conventional PCI devicesEduardo Habkost2017-10-153-0/+12
* migration: pre_save return intDr. David Alan Gilbert2017-09-271-1/+3