| Commit message (Expand) | Author | Age | Files | Lines |
* | audio/via-ac97: Simplify code and set user_creatable to false | BALATON Zoltan | 2021-01-04 | 1 | -32/+19 |
* | vt82c686: Split off via-[am]c97 into separate file in hw/audio | BALATON Zoltan | 2021-01-04 | 2 | -0/+107 |
* | cs4231: Get rid of empty property array | Eduardo Habkost | 2020-12-15 | 1 | -5/+0 |
* | nomaintainer: Fix Lesser GPL version number | Chetan Pant | 2020-11-15 | 1 | -1/+1 |
* | Use OBJECT_DECLARE_SIMPLE_TYPE when possible | Eduardo Habkost | 2020-09-18 | 12 | -34/+12 |
* | qom: Remove module_obj_name parameter from OBJECT_DECLARE* macros | Eduardo Habkost | 2020-09-18 | 1 | -1/+1 |
* | Use OBJECT_DECLARE_TYPE where possible | Eduardo Habkost | 2020-09-09 | 1 | -4/+2 |
* | Use DECLARE_*CHECKER* macros | Eduardo Habkost | 2020-09-09 | 15 | -27/+32 |
* | Move QOM typedefs and add missing includes | Eduardo Habkost | 2020-09-09 | 15 | -28/+54 |
* | hda-audio: Set instance_size at base class | Eduardo Habkost | 2020-09-02 | 1 | -3/+1 |
* | meson: convert hw/audio | Marc-André Lureau | 2020-08-21 | 2 | -18/+14 |
* | trace: switch position of headers to what Meson requires | Paolo Bonzini | 2020-08-21 | 1 | -0/+1 |
* | audio: set default value for pcspk.iobase property | Gerd Hoffmann | 2020-07-06 | 1 | -1/+1 |
* | audio: deprecate -soundhw pcspk | Gerd Hoffmann | 2020-07-06 | 1 | -3/+21 |
* | audio: deprecate -soundhw hda | Gerd Hoffmann | 2020-07-06 | 1 | -0/+3 |
* | audio: deprecate -soundhw sb16 | Gerd Hoffmann | 2020-07-06 | 1 | -7/+2 |
* | audio: deprecate -soundhw gus | Gerd Hoffmann | 2020-07-06 | 1 | -7/+1 |
* | audio: deprecate -soundhw cs4231a | Gerd Hoffmann | 2020-07-06 | 1 | -7/+1 |
* | audio: deprecate -soundhw adlib | Gerd Hoffmann | 2020-07-06 | 1 | -7/+1 |
* | audio: deprecate -soundhw es1370 | Gerd Hoffmann | 2020-07-06 | 1 | -7/+2 |
* | audio: deprecate -soundhw ac97 | Gerd Hoffmann | 2020-07-06 | 1 | -7/+2 |
* | audio: add deprecated_register_soundhw | Gerd Hoffmann | 2020-07-06 | 1 | -1/+23 |
* | hw/audio/gus: Fix registers 32-bit access | Allan Peramaki | 2020-06-19 | 2 | -2/+2 |
* | qdev: Convert uses of qdev_create() with Coccinelle | Markus Armbruster | 2020-06-15 | 1 | -2/+2 |
* | hw/audio/gus: Use AUDIO_HOST_ENDIANNESS definition from 'audio/audio.h' | Philippe Mathieu-Daudé | 2020-05-25 | 1 | -7/+1 |
* | es1370: check total frame count against current frame | Prasad J Pandit | 2020-05-25 | 1 | -2/+5 |
* | qdev: Unrealize must not fail | Markus Armbruster | 2020-05-15 | 1 | -1/+1 |
* | qom: Drop parameter @errp of object_property_add() & friends | Markus Armbruster | 2020-05-15 | 2 | -2/+2 |
* | Compress lines for immediate return | Simran Singhal | 2020-05-04 | 2 | -7/+2 |
* | hw/audio/fmopl: fix segmentation fault | Volker Rümelin | 2020-03-25 | 1 | -2/+2 |
* | hw/audio/intel-hda: Use memory region alias to reduce .rodata by 4.34MB | Philippe Mathieu-Daudé | 2020-03-16 | 1 | -14/+10 |
* | hw/audio/fmopl: Move ENV_CURVE to .heap to save 32KiB of .bss | Philippe Mathieu-Daudé | 2020-03-16 | 1 | -1/+3 |
* | hw/audio/fmopl: Fix a typo twice | Philippe Mathieu-Daudé | 2020-03-09 | 1 | -2/+2 |
* | add device_legacy_reset function to prepare for reset api change | Damien Hedde | 2020-01-30 | 1 | -1/+1 |
* | qdev: set properties with device_class_set_props() | Marc-André Lureau | 2020-01-24 | 13 | -14/+14 |
* | hda-codec: fix recording rate control | Volker Rümelin | 2020-01-06 | 1 | -2/+2 |
* | hda-codec: fix playback rate control | Volker Rümelin | 2020-01-06 | 1 | -2/+2 |
* | hw/audio: Remove the "use_broken_id" hack from the AC97 device | Thomas Huth | 2019-12-18 | 1 | -9/+0 |
* | audio: remove audio_MIN, audio_MAX | Kővágó, Zoltán | 2019-08-21 | 10 | -31/+31 |
* | audio: add audiodev properties to frontends | Kővágó, Zoltán | 2019-08-21 | 11 | -1/+26 |
* | Include hw/qdev-properties.h less | Markus Armbruster | 2019-08-16 | 10 | -3/+10 |
* | Include hw/hw.h exactly where needed | Markus Armbruster | 2019-08-16 | 11 | -11/+0 |
* | Include exec/memory.h slightly less | Markus Armbruster | 2019-08-16 | 1 | -0/+1 |
* | Include migration/vmstate.h less | Markus Armbruster | 2019-08-16 | 14 | -0/+14 |
* | Include hw/irq.h a lot less | Markus Armbruster | 2019-08-16 | 6 | -0/+6 |
* | Include qemu-common.h exactly where needed | Markus Armbruster | 2019-06-12 | 1 | -1/+0 |
* | Include qemu/module.h where needed, drop it from qemu-common.h | Markus Armbruster | 2019-06-12 | 14 | -0/+18 |
* | hw/audio/ac97: Use the QOM DEVICE() macro to access DeviceState.qdev | Philippe Mathieu-Daudé | 2019-06-06 | 1 | -1/+1 |
* | Revert "audio: fix pc speaker init" | Gerd Hoffmann | 2019-04-01 | 1 | -15/+21 |
* | trace-events: Shorten file names in comments | Markus Armbruster | 2019-03-22 | 1 | -3/+3 |