summaryrefslogtreecommitdiffstats
path: root/hw/audio
Commit message (Expand)AuthorAgeFilesLines
* hw/audio/gus: Fix registers 32-bit accessAllan Peramaki2020-06-192-2/+2
* qdev: Convert uses of qdev_create() with CoccinelleMarkus Armbruster2020-06-151-2/+2
* hw/audio/gus: Use AUDIO_HOST_ENDIANNESS definition from 'audio/audio.h'Philippe Mathieu-Daudé2020-05-251-7/+1Star
* es1370: check total frame count against current framePrasad J Pandit2020-05-251-2/+5
* qdev: Unrealize must not failMarkus Armbruster2020-05-151-1/+1
* qom: Drop parameter @errp of object_property_add() & friendsMarkus Armbruster2020-05-152-2/+2
* Compress lines for immediate returnSimran Singhal2020-05-042-7/+2Star
* hw/audio/fmopl: fix segmentation faultVolker Rümelin2020-03-251-2/+2
* hw/audio/intel-hda: Use memory region alias to reduce .rodata by 4.34MBPhilippe Mathieu-Daudé2020-03-161-14/+10Star
* hw/audio/fmopl: Move ENV_CURVE to .heap to save 32KiB of .bssPhilippe Mathieu-Daudé2020-03-161-1/+3
* hw/audio/fmopl: Fix a typo twicePhilippe Mathieu-Daudé2020-03-091-2/+2
* add device_legacy_reset function to prepare for reset api changeDamien Hedde2020-01-301-1/+1
* qdev: set properties with device_class_set_props()Marc-André Lureau2020-01-2413-14/+14
* hda-codec: fix recording rate controlVolker Rümelin2020-01-061-2/+2
* hda-codec: fix playback rate controlVolker Rümelin2020-01-061-2/+2
* hw/audio: Remove the "use_broken_id" hack from the AC97 deviceThomas Huth2019-12-181-9/+0Star
* 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