Age | Commit message (Expand) | Author | Files | Lines |
2023-12-29 | hw/audio: Constify VMState | Richard Henderson | 1 | -4/+4 |
2023-12-02 | hw/audio/hda-codec: reenable the audio mixer | Volker Rümelin | 1 | -6/+6 |
2023-12-02 | hw/audio/hda-codec: fix multiplication overflow | Volker Rümelin | 1 | -8/+21 |
2023-10-03 | audio: propagate Error * out of audio_init | Martin Kletzander | 1 | -1/+4 |
2023-09-22 | hw/audio: Simplify hda audio init | Martin Kletzander | 1 | -14/+18 |
2023-02-27 | hw/audio/hda-codec: Avoid forward-declaring HDAAudioState | Philippe Mathieu-Daudé | 1 | -4/+3 |
2020-09-18 | Use OBJECT_DECLARE_SIMPLE_TYPE when possible | Eduardo Habkost | 1 | -2/+1 |
2020-09-09 | Use DECLARE_*CHECKER* macros | Eduardo Habkost | 1 | -1/+2 |
2020-09-09 | Move QOM typedefs and add missing includes | Eduardo Habkost | 1 | -0/+1 |
2020-09-02 | hda-audio: Set instance_size at base class | Eduardo Habkost | 1 | -3/+1 |
2020-01-24 | qdev: set properties with device_class_set_props() | Marc-André Lureau | 1 | -1/+1 |
2020-01-06 | hda-codec: fix recording rate control | Volker Rümelin | 1 | -2/+2 |
2020-01-06 | hda-codec: fix playback rate control | Volker Rümelin | 1 | -2/+2 |
2019-08-21 | audio: remove audio_MIN, audio_MAX | Kővágó, Zoltán | 1 | -8/+8 |
2019-08-21 | audio: add audiodev properties to frontends | Kővágó, Zoltán | 1 | -0/+1 |
2019-08-16 | Include hw/qdev-properties.h less | Markus Armbruster | 1 | -0/+1 |
2019-08-16 | Include hw/hw.h exactly where needed | Markus Armbruster | 1 | -1/+0 |
2019-08-16 | Include migration/vmstate.h less | Markus Armbruster | 1 | -0/+1 |
2019-06-12 | Include qemu/module.h where needed, drop it from qemu-common.h | Markus Armbruster | 1 | -0/+1 |
2019-03-11 | audio: use qapi AudioFormat instead of audfmt_e | Kővágó, Zoltán | 1 | -9/+9 |
2018-07-24 | audio/hda: Fix migration | Dr. David Alan Gilbert | 1 | -1/+1 |
2018-07-03 | audio/hda: fix CID 1393631 | Gerd Hoffmann | 1 | -1/+1 |
2018-07-03 | audio/hda: adjust larger gaps faster | Gerd Hoffmann | 1 | -0/+3 |
2018-07-02 | audio/hda: drop atomics | Gerd Hoffmann | 1 | -16/+15 |
2018-06-25 | audio/hda: enable new timer code by default. | Gerd Hoffmann | 1 | -1/+1 |
2018-06-25 | audio/hda: detect output buffer overruns | Gerd Hoffmann | 1 | -0/+9 |
2018-06-25 | audio/hda: tweak timer adjust logic | Gerd Hoffmann | 1 | -7/+13 |
2018-06-25 | audio/hda: turn some dprintfs into trace points | Gerd Hoffmann | 1 | -5/+4 |
2018-06-25 | audio/hda: create millisecond timers that handle IO | Gerd Hoffmann | 1 | -26/+237 |
2018-01-22 | Replace all occurances of __FUNCTION__ with __func__ | Alistair Francis | 1 | -5/+5 |
2017-05-04 | hw/audio: convert exit callback in HDACodecDeviceClass to void | Zihan Yang | 1 | -2/+1 |
2016-02-02 | audio: Clean up includes | Peter Maydell | 1 | -0/+1 |
2014-08-15 | audio: don't use 'Yoda conditions' | Gonglei | 1 | -1/+2 |
2014-06-16 | savevm: Remove all the unneeded version_minimum_id_old (x86) | Juan Quintela | 1 | -2/+2 |
2014-04-29 | hda-audio: fix non-mixer codecs | Gerd Hoffmann | 1 | -0/+3 |
2014-02-24 | hda-audio: qom cleanups | Gerd Hoffmann | 1 | -28/+32 |
2014-01-20 | hda-codec: disable streams on reset | Gerd Hoffmann | 1 | -0/+18 |
2013-09-24 | audio: remove CONFIG_MIXEMU configure option | Bandan Das | 1 | -30/+0 |
2013-09-24 | hda-codec: make mixemu selectable at runtime | Bandan Das | 1 | -4/+60 |
2013-09-24 | hda-codec: refactor common definitions into a header file | Bandan Das | 1 | -423/+1 |
2013-07-29 | devices: Associate devices to their logical category | Marcel Apfelbaum | 1 | -0/+3 |
2013-04-08 | hw: move private headers to hw/ subdirectories. | Paolo Bonzini | 1 | -2/+2 |
2013-04-08 | hw: move target-independent files to subdirectories | Paolo Bonzini | 1 | -0/+1098 |