summaryrefslogtreecommitdiffstats
path: root/hw/audio/hda-codec.c
Commit message (Expand)AuthorAgeFilesLines
* Use OBJECT_DECLARE_SIMPLE_TYPE when possibleEduardo Habkost2020-09-181-2/+1Star
* Use DECLARE_*CHECKER* macrosEduardo Habkost2020-09-091-1/+2
* Move QOM typedefs and add missing includesEduardo Habkost2020-09-091-0/+1
* hda-audio: Set instance_size at base classEduardo Habkost2020-09-021-3/+1Star
* qdev: set properties with device_class_set_props()Marc-André Lureau2020-01-241-1/+1
* hda-codec: fix recording rate controlVolker Rümelin2020-01-061-2/+2
* hda-codec: fix playback rate controlVolker Rümelin2020-01-061-2/+2
* audio: remove audio_MIN, audio_MAXKővágó, Zoltán2019-08-211-8/+8
* audio: add audiodev properties to frontendsKővágó, Zoltán2019-08-211-0/+1
* Include hw/qdev-properties.h lessMarkus Armbruster2019-08-161-0/+1
* Include hw/hw.h exactly where neededMarkus Armbruster2019-08-161-1/+0Star
* Include migration/vmstate.h lessMarkus Armbruster2019-08-161-0/+1
* Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster2019-06-121-0/+1
* audio: use qapi AudioFormat instead of audfmt_eKővágó, Zoltán2019-03-111-9/+9
* 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
* audio/hda: drop atomicsGerd Hoffmann2018-07-021-16/+15Star
* audio/hda: enable new timer code by default.Gerd Hoffmann2018-06-251-1/+1
* audio/hda: detect output buffer overrunsGerd Hoffmann2018-06-251-0/+9
* audio/hda: tweak timer adjust logicGerd Hoffmann2018-06-251-7/+13
* audio/hda: turn some dprintfs into trace pointsGerd Hoffmann2018-06-251-5/+4Star
* audio/hda: create millisecond timers that handle IOGerd Hoffmann2018-06-251-26/+237
* Replace all occurances of __FUNCTION__ with __func__Alistair Francis2018-01-221-5/+5
* hw/audio: convert exit callback in HDACodecDeviceClass to voidZihan Yang2017-05-041-2/+1Star
* audio: Clean up includesPeter Maydell2016-02-021-0/+1
* audio: don't use 'Yoda conditions'Gonglei2014-08-151-1/+2
* savevm: Remove all the unneeded version_minimum_id_old (x86)Juan Quintela2014-06-161-2/+2
* hda-audio: fix non-mixer codecsGerd Hoffmann2014-04-291-0/+3
* hda-audio: qom cleanupsGerd Hoffmann2014-02-241-28/+32
* hda-codec: disable streams on resetGerd Hoffmann2014-01-201-0/+18
* audio: remove CONFIG_MIXEMU configure optionBandan Das2013-09-241-30/+0Star
* hda-codec: make mixemu selectable at runtimeBandan Das2013-09-241-4/+60
* hda-codec: refactor common definitions into a header fileBandan Das2013-09-241-423/+1Star
* devices: Associate devices to their logical categoryMarcel Apfelbaum2013-07-291-0/+3
* hw: move private headers to hw/ subdirectories.Paolo Bonzini2013-04-081-2/+2
* hw: move target-independent files to subdirectoriesPaolo Bonzini2013-04-081-0/+1098