aboutsummaryrefslogtreecommitdiff
path: root/hw/audio/es1370.c
AgeCommit message (Expand)Author
2024-09-13hw: Use device_class_set_legacy_reset() instead of opencodingPeter Maydell
2023-12-29hw/audio: Constify VMStateRichard Henderson
2023-11-13hw/audio/es1370: Clean up commentPeter Maydell
2023-10-10hw/audio/es1370: trace lost interruptsVolker Rümelin
2023-10-10hw/audio/es1370: change variable type and nameVolker Rümelin
2023-10-10hw/audio/es1370: block structure coding style fixesVolker Rümelin
2023-10-10hw/audio/es1370: remove #ifdef ES1370_VERBOSE to avoid bit rotVolker Rümelin
2023-10-10hw/audio/es1370: remove #ifdef ES1370_DEBUG to avoid bit rotVolker Rümelin
2023-10-10hw/audio/es1370: remove unused dolog macroVolker Rümelin
2023-10-10hw/audio/es1370: replace bit-rotted code with tracepointsVolker Rümelin
2023-10-10hw/audio/es1370: reset current sample counterVolker Rümelin
2023-10-03audio: propagate Error * out of audio_initMartin Kletzander
2023-02-27hw/audio/es1370: Replace container_of() by ES1370() QOM cast macroPhilippe Mathieu-Daudé
2023-02-27hw/audio/es1370: Avoid forward-declaring ES1370StatePhilippe Mathieu-Daudé
2023-01-08include/hw/pci: Split pci_device.h off pci.hMarkus Armbruster
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-07-06audio: deprecate -soundhw es1370Gerd Hoffmann
2020-05-25es1370: check total frame count against current framePrasad J Pandit
2020-01-24qdev: set properties with device_class_set_props()Marc-André Lureau
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/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-10-19es1370: more fixes for ADC_FRAMEADR and ADC_FRAMECNTPaolo Bonzini
2018-10-02es1370: fix ADC_FRAMEADR and ADC_FRAMECNTPaolo Bonzini
2018-08-23es1370: simplify MemoryRegionOpsPaolo Bonzini
2017-10-15pci: Add INTERFACE_CONVENTIONAL_PCI_DEVICE to Conventional PCI devicesEduardo Habkost
2017-05-19audio: Rename hw/audio/audio.h to hw/audio/soundhw.hEduardo Habkost
2017-01-11es1370: wire up reset via DeviceClassGerd Hoffmann
2017-01-11audio: es1370: add exit functionLi Qiang
2016-02-11ES1370: QOMifyCao jin
2016-02-02audio: Clean up includesPeter Maydell
2015-10-19Remove macros IO_READ_PROTO and IO_WRITE_PROTONutan Shinde
2015-02-26pci: Trivial device model conversions to realizeMarkus Armbruster
2014-08-18memory: remove memory_region_destroyPaolo Bonzini
2014-06-16savevm: Remove all the unneeded version_minimum_id_old (x86)Juan Quintela
2013-10-14hw: set interrupts using pci irq wrappersMarcel Apfelbaum
2013-07-29devices: Associate devices to their logical categoryMarcel Apfelbaum
2013-07-04hw/a*: pass owner to memory_region_init* functionsPaolo Bonzini
2013-07-04memory: add owner argument to initialization functionsPaolo Bonzini
2013-04-29audio: remove the need for audio card CONFIG_* symbolsPaolo Bonzini
2013-04-08hw: move target-independent files to subdirectoriesPaolo Bonzini