aboutsummaryrefslogtreecommitdiff
path: root/hw/audio
AgeCommit message (Expand)AuthorFilesLines
2023-10-10hw/audio/es1370: trace lost interruptsVolker Rümelin2-5/+12
2023-10-10hw/audio/es1370: change variable type and nameVolker Rümelin1-7/+8
2023-10-10hw/audio/es1370: block structure coding style fixesVolker Rümelin1-20/+16
2023-10-10hw/audio/es1370: remove #ifdef ES1370_VERBOSE to avoid bit rotVolker Rümelin1-12/+13
2023-10-10hw/audio/es1370: remove #ifdef ES1370_DEBUG to avoid bit rotVolker Rümelin1-69/+66
2023-10-10hw/audio/es1370: remove unused dolog macroVolker Rümelin1-7/+0
2023-10-10hw/audio/es1370: replace bit-rotted code with tracepointsVolker Rümelin2-37/+28
2023-10-10hw/audio/es1370: reset current sample counterVolker Rümelin1-1/+1
2023-10-09Merge tag 'q800-for-8.2-pull-request' of https://github.com/vivier/qemu-m68k ...Stefan Hajnoczi4-0/+741
2023-10-06hw/audio/soundhw: Clean up global variable shadowingPhilippe Mathieu-Daudé1-3/+3
2023-10-06asc: generate silence if FIFO empty but engine still runningMark Cave-Ayland1-0/+19
2023-10-06audio: add Apple Sound Chip (ASC) emulationMark Cave-Ayland4-0/+722
2023-10-03audio: propagate Error * out of audio_initMartin Kletzander11-20/+43
2023-09-22hw/audio/lm4549: Add errp error reporting to init functionMartin Kletzander3-3/+5
2023-09-22hw/audio: Simplify hda audio initMartin Kletzander3-18/+20
2023-09-08audio: spelling fixesMichael Tokarev4-9/+9
2023-06-20meson: Replace softmmu_ss -> system_ssPhilippe Mathieu-Daudé1-14/+14
2023-03-08hw/audio/via-ac97: Basic implementation of audio playbackBALATON Zoltan2-6/+455
2023-02-27hw/audio/ac97: Split off some definitions to a headerBALATON Zoltan2-42/+66
2023-02-27hw/audio/ac97: Replace container_of() by AC97() QOM cast macroPhilippe Mathieu-Daudé1-1/+1
2023-02-27hw/audio/es1370: Replace container_of() by ES1370() QOM cast macroPhilippe Mathieu-Daudé1-1/+2
2023-02-27hw/audio/es1370: Avoid forward-declaring ES1370StatePhilippe Mathieu-Daudé1-4/+3
2023-02-27hw/audio/hda-codec: Avoid forward-declaring HDAAudioStatePhilippe Mathieu-Daudé1-4/+3
2023-02-27hw: Replace isa_get_irq() by isa_bus_get_irq() when ISABus is availablePhilippe Mathieu-Daudé3-7/+10
2023-02-27hw/isa: Rename isa_get_dma() -> isa_bus_get_dma()Philippe Mathieu-Daudé3-4/+4
2023-01-08include/hw/pci: Split pci_device.h off pci.hMarkus Armbruster3-3/+3
2022-11-23hw/audio/intel-hda: Drop unnecessary prototypePeter Maydell1-2/+0
2022-11-23hw/audio/intel-hda: don't reset codecs twicePeter Maydell1-3/+1
2022-06-11hw/audio/cs4231a: Const'ify global tablesBernhard Beschow1-4/+4
2022-05-25hw/audio/ac97: Remove unneeded local variablesBALATON Zoltan1-53/+49
2022-05-25hw/audio/ac97: Remove unimplemented reset functionsBALATON Zoltan1-16/+1
2022-05-25hw/audio/ac97: Coding style fixes to avoid checkpatch errorsBALATON Zoltan1-373/+360
2022-05-14introduce -audio as a replacement for -soundhwPaolo Bonzini2-7/+10
2022-05-14soundhw: move help handling to vl.cPaolo Bonzini1-15/+9
2022-05-14soundhw: unify initialization for ISA and PCI soundhwPaolo Bonzini1-9/+14
2022-05-14soundhw: extract soundhw help to a separate functionPaolo Bonzini1-14/+19
2022-05-14soundhw: remove ability to create multiple soundcardsPaolo Bonzini1-56/+32
2022-05-07pc: remove -soundhw pcspkPaolo Bonzini2-33/+4
2022-03-22Merge tag 'pull-request-2022-03-21' of https://gitlab.com/thuth/qemu into sta...Peter Maydell1-3/+8
2022-03-21Use g_new() & friends where that makes obvious senseMarkus Armbruster1-1/+1
2022-03-21hw/audio/intel-hda: Restrict DMA engine to memories (not MMIO devices)Philippe Mathieu-Daudé1-1/+1
2022-03-21hw/audio/intel-hda: Do not ignore DMA overrun errorsPhilippe Mathieu-Daudé1-2/+7
2022-03-08hw/isa: Inline and remove one-line isa_init_irq()Bernhard Beschow3-3/+3
2022-01-28Remove unnecessary minimum_version_id_old fieldsPeter Maydell1-1/+0
2022-01-20hw: Move MARVELL_88W8618 Kconfig from audio/ to arm/Philippe Mathieu-Daudé1-3/+0
2022-01-13hw/audio/intel-hda: fix stream resetVolker Rümelin1-1/+1
2021-12-31pci: Let ld*_pci_dma() propagate MemTxResultPhilippe Mathieu-Daudé1-1/+1
2021-12-31pci: Let ld*_pci_dma() take MemTxAttrs argumentPhilippe Mathieu-Daudé1-1/+1
2021-12-31pci: Let st*_pci_dma() take MemTxAttrs argumentPhilippe Mathieu-Daudé1-4/+6
2021-12-31pci: Let pci_dma_rw() take MemTxAttrs argumentPhilippe Mathieu-Daudé1-1/+2