aboutsummaryrefslogtreecommitdiff
path: root/hw/audio
AgeCommit message (Expand)AuthorFilesLines
2020-07-06audio: add deprecated_register_soundhwGerd Hoffmann1-1/+23
2020-06-19hw/audio/gus: Fix registers 32-bit accessAllan Peramaki2-2/+2
2020-06-15qdev: Convert uses of qdev_create() with CoccinelleMarkus Armbruster1-2/+2
2020-05-25hw/audio/gus: Use AUDIO_HOST_ENDIANNESS definition from 'audio/audio.h'Philippe Mathieu-Daudé1-7/+1
2020-05-25es1370: check total frame count against current framePrasad J Pandit1-2/+5
2020-05-15qdev: Unrealize must not failMarkus Armbruster1-1/+1
2020-05-15qom: Drop parameter @errp of object_property_add() & friendsMarkus Armbruster2-2/+2
2020-05-04Compress lines for immediate returnSimran Singhal2-7/+2
2020-03-25hw/audio/fmopl: fix segmentation faultVolker Rümelin1-2/+2
2020-03-16hw/audio/intel-hda: Use memory region alias to reduce .rodata by 4.34MBPhilippe Mathieu-Daudé1-14/+10
2020-03-16hw/audio/fmopl: Move ENV_CURVE to .heap to save 32KiB of .bssPhilippe Mathieu-Daudé1-1/+3
2020-03-09hw/audio/fmopl: Fix a typo twicePhilippe Mathieu-Daudé1-2/+2
2020-01-30add device_legacy_reset function to prepare for reset api changeDamien Hedde1-1/+1
2020-01-24qdev: set properties with device_class_set_props()Marc-André Lureau13-14/+14
2020-01-06hda-codec: fix recording rate controlVolker Rümelin1-2/+2
2020-01-06hda-codec: fix playback rate controlVolker Rümelin1-2/+2
2019-12-18hw/audio: Remove the "use_broken_id" hack from the AC97 deviceThomas Huth1-9/+0
2019-08-21audio: remove audio_MIN, audio_MAXKővágó, Zoltán10-31/+31
2019-08-21audio: add audiodev properties to frontendsKővágó, Zoltán11-1/+26
2019-08-16Include hw/qdev-properties.h lessMarkus Armbruster10-3/+10
2019-08-16Include hw/hw.h exactly where neededMarkus Armbruster11-11/+0
2019-08-16Include exec/memory.h slightly lessMarkus Armbruster1-0/+1
2019-08-16Include migration/vmstate.h lessMarkus Armbruster14-0/+14
2019-08-16Include hw/irq.h a lot lessMarkus Armbruster6-0/+6
2019-06-12Include qemu-common.h exactly where neededMarkus Armbruster1-1/+0
2019-06-12Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster14-0/+18
2019-06-06hw/audio/ac97: Use the QOM DEVICE() macro to access DeviceState.qdevPhilippe Mathieu-Daudé1-1/+1
2019-04-01Revert "audio: fix pc speaker init"Gerd Hoffmann1-15/+21
2019-03-22trace-events: Shorten file names in commentsMarkus Armbruster1-3/+3
2019-03-11audio: use qapi AudioFormat instead of audfmt_eKővágó, Zoltán11-32/+32
2019-03-07i2c: express dependencies with KconfigPaolo Bonzini1-0/+1
2019-03-07isa: express dependencies with kconfigPaolo Bonzini1-0/+2
2019-03-07build: convert sound.mak to KconfigPaolo Bonzini1-0/+8
2019-03-07build: convert pci.mak to KconfigPaolo Bonzini1-0/+6
2019-03-07kconfig: introduce kconfig filesPaolo Bonzini1-0/+35
2019-02-27i2c: have I2C receive operation return uint8_tCorey Minyard1-1/+1
2019-01-24audio: fix pc speaker initGerd Hoffmann1-20/+15
2019-01-09hw/audio/marvell: Don't include unnecessary i2c.h header fileThomas Huth1-1/+0
2018-11-27audio/hda: fix guest triggerable assertGerd Hoffmann1-0/+6
2018-11-26fmops: fix off-by-one in AR_TABLE and DR_TABLE array sizeGerd Hoffmann1-2/+2
2018-10-29audio: use TYPE_MV88W8618_AUDIO instead of hardcoded stringMao Zhongyi1-1/+0
2018-10-29audio: use object link instead of qdev property to pass wm8750 referenceMao Zhongyi1-7/+6
2018-10-29audio: use TYPE_WM8750 instead of a hardcoded stringMao Zhongyi1-1/+1
2018-10-29hw: AC97: make it more QOMconventionalLi Qiang1-4/+8
2018-10-19es1370: more fixes for ADC_FRAMEADR and ADC_FRAMECNTPaolo Bonzini1-2/+8
2018-10-02es1370: fix ADC_FRAMEADR and ADC_FRAMECNTPaolo Bonzini1-2/+8
2018-08-23fix "Missing break in switch" coverity reportsPaolo Bonzini3-3/+10
2018-08-23es1370: simplify MemoryRegionOpsPaolo Bonzini1-210/+25
2018-07-24audio/hda: Fix migrationDr. David Alan Gilbert1-1/+1
2018-07-03audio/hda: fix CID 1393631Gerd Hoffmann1-1/+1