aboutsummaryrefslogtreecommitdiff
path: root/include/hw/audio
AgeCommit message (Expand)AuthorFilesLines
2024-04-09virtio-snd: rewrite invalid tx/rx message handlingManos Pitsidianakis1-1/+15
2024-03-12hw/audio/virtio-sound: return correct command response sizeVolker Rümelin1-0/+1
2024-01-30m68k: Clean up includesPeter Maydell1-1/+0
2023-11-07virtio-sound: implement audio output (TX)Manos Pitsidianakis1-0/+47
2023-11-07virtio-sound: handle control messages and streamsManos Pitsidianakis1-2/+111
2023-11-07Add virtio-sound device stubManos Pitsidianakis1-0/+79
2023-10-19hw/audio/pcspk: Inline pcspk_init()Philippe Mathieu-Daudé1-10/+0
2023-10-09Merge tag 'q800-for-8.2-pull-request' of https://github.com/vivier/qemu-m68k ...Stefan Hajnoczi1-0/+86
2023-10-06hw/audio/soundhw: Clean up global variable shadowingPhilippe Mathieu-Daudé1-1/+1
2023-10-06asc: generate silence if FIFO empty but engine still runningMark Cave-Ayland1-0/+2
2023-10-06audio: add Apple Sound Chip (ASC) emulationMark Cave-Ayland1-0/+84
2022-05-14introduce -audio as a replacement for -soundhwPaolo Bonzini1-2/+2
2022-05-14soundhw: extract soundhw help to a separate functionPaolo Bonzini1-0/+1
2022-05-07pc: remove -soundhw pcspkPaolo Bonzini1-3/+0
2020-07-10qom: Put name parameter before value / visitor parameterMarkus Armbruster1-1/+1
2020-07-06audio: set default value for pcspk.iobase propertyGerd Hoffmann1-5/+1
2020-07-06audio: rework pcspk_init()Gerd Hoffmann1-5/+1
2020-07-06audio: add deprecated_register_soundhwGerd Hoffmann1-0/+2
2020-06-15isa: Convert uses of isa_create() with CoccinelleMarkus Armbruster1-2/+3
2019-08-16Include hw/qdev-properties.h lessMarkus Armbruster1-0/+1
2019-08-16Include hw/hw.h exactly where neededMarkus Armbruster2-2/+0
2019-05-13Clean up header guards that don't match their file nameMarkus Armbruster1-2/+2
2018-10-29audio: use TYPE_MV88W8618_AUDIO instead of hardcoded stringMao Zhongyi1-0/+1
2018-02-02hw/audio/wm8750: move WM8750 declarations from i2c/i2c.h to audio/wm8750.hPhilippe Mathieu-Daudé1-0/+30
2017-05-19audio: Rename hw/audio/audio.h to hw/audio/soundhw.hEduardo Habkost1-0/+0
2017-05-19audio: Rename audio_init() to soundhw_init()Eduardo Habkost1-1/+1
2017-05-19audio: Move arch_init audio code to hw/audio/soundhw.cEduardo Habkost1-0/+3
2016-07-12Clean up decorations and whitespace around header guardsMarkus Armbruster1-1/+1
2016-07-12Clean up header guards that don't match their file nameMarkus Armbruster1-2/+2
2016-06-29pcspk: convert "pit" property type from ptr to linkEfimov Vasily1-1/+1
2013-06-07isa: QOM'ify ISADeviceAndreas Färber1-6/+8
2013-04-29audio: remove the need for audio card CONFIG_* symbolsPaolo Bonzini2-21/+4
2013-04-29pcspk: QOM'ifyAndreas Färber1-1/+3
2013-04-08hw: move headers to include/Paolo Bonzini2-0/+70