summary refs log tree commit diff stats
path: root/hw/audio (follow)
Commit message (Expand)AuthorAgeFilesLines
* exec: Declare target_words_bigendian() in 'exec/tswap.h'Philippe Mathieu-Daudé2024-04-261-1/+1
* hw, target: Add ResetType argument to hold and exit phase methodsPeter Maydell2024-04-251-1/+1
* hw/audio/virtio-snd: Remove unused assignmentPhilippe Mathieu-Daudé2024-04-101-2/+6
* virtio-snd: rewrite invalid tx/rx message handlingManos Pitsidianakis2024-04-091-75/+62
* virtio-snd: Enhance error handling for invalid transfersZheyu Ma2024-04-091-4/+4
* hw/audio/virtio-sound: return correct command response sizeVolker Rümelin2024-03-121-2/+5
* hw/audio/sb16: Do not migrate qdev propertiesPhilippe Mathieu-Daudé2024-01-051-5/+5
* hw/audio: Constify VMStateRichard Henderson2023-12-2915-25/+25
* Merge tag 'ui-pull-request' of https://gitlab.com/marcandre.lureau/qemu into ...Stefan Hajnoczi2023-12-041-0/+1
|\
| * hw/audio/virtio-sound: mark the device as unmigratableVolker Rümelin2023-12-041-0/+1
* | virtio-sound: add realize() error cleanup pathManos Pitsidianakis2023-12-021-17/+22
* | virtio-snd: check AUD_register_card return valueManos Pitsidianakis2023-12-021-1/+3
* | hw/audio/hda-codec: reenable the audio mixerVolker Rümelin2023-12-021-6/+6
* | hw/audio/hda-codec: fix multiplication overflowVolker Rümelin2023-12-021-8/+21
* | hw/audio/virtio-snd-pci: fix the PCI class codeVolker Rümelin2023-12-021-0/+2
|/
* hw/audio/via-ac97: Route interrupts using via_isa_set_irq()BALATON Zoltan2023-11-281-4/+4
* hw/audio/virtio-snd.c: spelling: initalizeMichael Tokarev2023-11-151-1/+1
* hw/audio/es1370: Clean up commentPeter Maydell2023-11-131-2/+7
* virtio-sound: implement audio capture (RX)Manos Pitsidianakis2023-11-072-35/+230
* virtio-sound: implement audio output (TX)Manos Pitsidianakis2023-11-072-5/+285
* virtio-sound: handle VIRTIO_SND_R_PCM_RELEASEManos Pitsidianakis2023-11-072-1/+48
* virtio-sound: handle VIRTIO_SND_R_PCM_PREPAREManos Pitsidianakis2023-11-071-0/+24
* virtio-sound: handle VIRTIO_SND_R_PCM_SET_PARAMSManos Pitsidianakis2023-11-072-0/+35
* virtio-sound: handle VIRTIO_SND_R_PCM_{START,STOP}Manos Pitsidianakis2023-11-072-2/+48
* virtio-sound: handle VIRTIO_SND_R_PCM_INFO requestManos Pitsidianakis2023-11-072-0/+83
* virtio-sound: handle control messages and streamsManos Pitsidianakis2023-11-072-7/+484
* Add virtio-sound-pci deviceManos Pitsidianakis2023-11-072-0/+94
* Add virtio-sound device stubManos Pitsidianakis2023-11-074-0/+248
* hw/audio/es1370: trace lost interruptsVolker Rümelin2023-10-102-5/+12
* hw/audio/es1370: change variable type and nameVolker Rümelin2023-10-101-7/+8
* hw/audio/es1370: block structure coding style fixesVolker Rümelin2023-10-101-20/+16
* hw/audio/es1370: remove #ifdef ES1370_VERBOSE to avoid bit rotVolker Rümelin2023-10-101-12/+13
* hw/audio/es1370: remove #ifdef ES1370_DEBUG to avoid bit rotVolker Rümelin2023-10-101-69/+66
* hw/audio/es1370: remove unused dolog macroVolker Rümelin2023-10-101-7/+0
* hw/audio/es1370: replace bit-rotted code with tracepointsVolker Rümelin2023-10-102-37/+28
* hw/audio/es1370: reset current sample counterVolker Rümelin2023-10-101-1/+1
* Merge tag 'q800-for-8.2-pull-request' of https://github.com/vivier/qemu-m68k ...Stefan Hajnoczi2023-10-094-0/+741
|\
| * asc: generate silence if FIFO empty but engine still runningMark Cave-Ayland2023-10-061-0/+19
| * audio: add Apple Sound Chip (ASC) emulationMark Cave-Ayland2023-10-064-0/+722
* | hw/audio/soundhw: Clean up global variable shadowingPhilippe Mathieu-Daudé2023-10-061-3/+3
|/
* audio: propagate Error * out of audio_initMartin Kletzander2023-10-0311-20/+43
* hw/audio/lm4549: Add errp error reporting to init functionMartin Kletzander2023-09-223-3/+5
* hw/audio: Simplify hda audio initMartin Kletzander2023-09-223-18/+20
* audio: spelling fixesMichael Tokarev2023-09-084-9/+9
* meson: Replace softmmu_ss -> system_ssPhilippe Mathieu-Daudé2023-06-201-14/+14
* hw/audio/via-ac97: Basic implementation of audio playbackBALATON Zoltan2023-03-082-6/+455
* hw/audio/ac97: Split off some definitions to a headerBALATON Zoltan2023-02-272-42/+66
* hw/audio/ac97: Replace container_of() by AC97() QOM cast macroPhilippe Mathieu-Daudé2023-02-271-1/+1
* hw/audio/es1370: Replace container_of() by ES1370() QOM cast macroPhilippe Mathieu-Daudé2023-02-271-1/+2
* hw/audio/es1370: Avoid forward-declaring ES1370StatePhilippe Mathieu-Daudé2023-02-271-4/+3