aboutsummaryrefslogtreecommitdiff
path: root/hw/audio/hda-codec.c
AgeCommit message (Expand)AuthorFilesLines
2020-09-18Use OBJECT_DECLARE_SIMPLE_TYPE when possibleEduardo Habkost1-2/+1
2020-09-09Use DECLARE_*CHECKER* macrosEduardo Habkost1-1/+2
2020-09-09Move QOM typedefs and add missing includesEduardo Habkost1-0/+1
2020-09-02hda-audio: Set instance_size at base classEduardo Habkost1-3/+1
2020-01-24qdev: set properties with device_class_set_props()Marc-André Lureau1-1/+1
2020-01-06hda-codec: fix recording rate controlVolker Rümelin1-2/+2
2020-01-06hda-codec: fix playback rate controlVolker Rümelin1-2/+2
2019-08-21audio: remove audio_MIN, audio_MAXKővágó, Zoltán1-8/+8
2019-08-21audio: add audiodev properties to frontendsKővágó, Zoltán1-0/+1
2019-08-16Include hw/qdev-properties.h lessMarkus Armbruster1-0/+1
2019-08-16Include hw/hw.h exactly where neededMarkus Armbruster1-1/+0
2019-08-16Include migration/vmstate.h lessMarkus Armbruster1-0/+1
2019-06-12Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster1-0/+1
2019-03-11audio: use qapi AudioFormat instead of audfmt_eKővágó, Zoltán1-9/+9
2018-07-24audio/hda: Fix migrationDr. David Alan Gilbert1-1/+1
2018-07-03audio/hda: fix CID 1393631Gerd Hoffmann1-1/+1
2018-07-03audio/hda: adjust larger gaps fasterGerd Hoffmann1-0/+3
2018-07-02audio/hda: drop atomicsGerd Hoffmann1-16/+15
2018-06-25audio/hda: enable new timer code by default.Gerd Hoffmann1-1/+1
2018-06-25audio/hda: detect output buffer overrunsGerd Hoffmann1-0/+9
2018-06-25audio/hda: tweak timer adjust logicGerd Hoffmann1-7/+13
2018-06-25audio/hda: turn some dprintfs into trace pointsGerd Hoffmann1-5/+4
2018-06-25audio/hda: create millisecond timers that handle IOGerd Hoffmann1-26/+237
2018-01-22Replace all occurances of __FUNCTION__ with __func__Alistair Francis1-5/+5
2017-05-04hw/audio: convert exit callback in HDACodecDeviceClass to voidZihan Yang1-2/+1
2016-02-02audio: Clean up includesPeter Maydell1-0/+1
2014-08-15audio: don't use 'Yoda conditions'Gonglei1-1/+2
2014-06-16savevm: Remove all the unneeded version_minimum_id_old (x86)Juan Quintela1-2/+2
2014-04-29hda-audio: fix non-mixer codecsGerd Hoffmann1-0/+3
2014-02-24hda-audio: qom cleanupsGerd Hoffmann1-28/+32
2014-01-20hda-codec: disable streams on resetGerd Hoffmann1-0/+18
2013-09-24audio: remove CONFIG_MIXEMU configure optionBandan Das1-30/+0
2013-09-24hda-codec: make mixemu selectable at runtimeBandan Das1-4/+60
2013-09-24hda-codec: refactor common definitions into a header fileBandan Das1-423/+1
2013-07-29devices: Associate devices to their logical categoryMarcel Apfelbaum1-0/+3
2013-04-08hw: move private headers to hw/ subdirectories.Paolo Bonzini1-2/+2
2013-04-08hw: move target-independent files to subdirectoriesPaolo Bonzini1-0/+1098