summaryrefslogtreecommitdiff
path: root/hw/audio/hda-codec.c
AgeCommit message (Expand)Author
2020-09-18Use OBJECT_DECLARE_SIMPLE_TYPE when possibleEduardo Habkost
2020-09-09Use DECLARE_*CHECKER* macrosEduardo Habkost
2020-09-09Move QOM typedefs and add missing includesEduardo Habkost
2020-09-02hda-audio: Set instance_size at base classEduardo Habkost
2020-01-24qdev: set properties with device_class_set_props()Marc-André Lureau
2020-01-06hda-codec: fix recording rate controlVolker Rümelin
2020-01-06hda-codec: fix playback rate controlVolker Rümelin
2019-08-21audio: remove audio_MIN, audio_MAXKővágó, Zoltán
2019-08-21audio: add audiodev properties to frontendsKővágó, Zoltán
2019-08-16Include hw/qdev-properties.h lessMarkus Armbruster
2019-08-16Include hw/hw.h exactly where neededMarkus Armbruster
2019-08-16Include migration/vmstate.h lessMarkus Armbruster
2019-06-12Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster
2019-03-11audio: use qapi AudioFormat instead of audfmt_eKővágó, Zoltán
2018-07-24audio/hda: Fix migrationDr. David Alan Gilbert
2018-07-03audio/hda: fix CID 1393631Gerd Hoffmann
2018-07-03audio/hda: adjust larger gaps fasterGerd Hoffmann
2018-07-02audio/hda: drop atomicsGerd Hoffmann
2018-06-25audio/hda: enable new timer code by default.Gerd Hoffmann
2018-06-25audio/hda: detect output buffer overrunsGerd Hoffmann
2018-06-25audio/hda: tweak timer adjust logicGerd Hoffmann
2018-06-25audio/hda: turn some dprintfs into trace pointsGerd Hoffmann
2018-06-25audio/hda: create millisecond timers that handle IOGerd Hoffmann
2018-01-22Replace all occurances of __FUNCTION__ with __func__Alistair Francis
2017-05-04hw/audio: convert exit callback in HDACodecDeviceClass to voidZihan Yang
2016-02-02audio: Clean up includesPeter Maydell
2014-08-15audio: don't use 'Yoda conditions'Gonglei
2014-06-16savevm: Remove all the unneeded version_minimum_id_old (x86)Juan Quintela
2014-04-29hda-audio: fix non-mixer codecsGerd Hoffmann
2014-02-24hda-audio: qom cleanupsGerd Hoffmann
2014-01-20hda-codec: disable streams on resetGerd Hoffmann
2013-09-24audio: remove CONFIG_MIXEMU configure optionBandan Das
2013-09-24hda-codec: make mixemu selectable at runtimeBandan Das
2013-09-24hda-codec: refactor common definitions into a header fileBandan Das
2013-07-29devices: Associate devices to their logical categoryMarcel Apfelbaum
2013-04-08hw: move private headers to hw/ subdirectories.Paolo Bonzini
2013-04-08hw: move target-independent files to subdirectoriesPaolo Bonzini