index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
audio
Age
Commit message (
Expand
)
Author
Files
Lines
2024-05-09
misc: Use QEMU header path relative to include/ directory
Philippe Mathieu-Daudé
1
-1
/
+1
2024-04-26
exec: Declare target_words_bigendian() in 'exec/tswap.h'
Philippe Mathieu-Daudé
1
-1
/
+1
2024-04-25
hw, target: Add ResetType argument to hold and exit phase methods
Peter Maydell
1
-1
/
+1
2024-04-10
hw/audio/virtio-snd: Remove unused assignment
Philippe Mathieu-Daudé
1
-2
/
+6
2024-04-09
virtio-snd: rewrite invalid tx/rx message handling
Manos Pitsidianakis
1
-75
/
+62
2024-04-09
virtio-snd: Enhance error handling for invalid transfers
Zheyu Ma
1
-4
/
+4
2024-03-12
hw/audio/virtio-sound: return correct command response size
Volker Rümelin
1
-2
/
+5
2024-01-05
hw/audio/sb16: Do not migrate qdev properties
Philippe Mathieu-Daudé
1
-5
/
+5
2023-12-29
hw/audio: Constify VMState
Richard Henderson
15
-25
/
+25
2023-12-04
Merge tag 'ui-pull-request' of https://gitlab.com/marcandre.lureau/qemu into ...
Stefan Hajnoczi
1
-0
/
+1
2023-12-04
hw/audio/virtio-sound: mark the device as unmigratable
Volker Rümelin
1
-0
/
+1
2023-12-02
virtio-sound: add realize() error cleanup path
Manos Pitsidianakis
1
-17
/
+22
2023-12-02
virtio-snd: check AUD_register_card return value
Manos Pitsidianakis
1
-1
/
+3
2023-12-02
hw/audio/hda-codec: reenable the audio mixer
Volker Rümelin
1
-6
/
+6
2023-12-02
hw/audio/hda-codec: fix multiplication overflow
Volker Rümelin
1
-8
/
+21
2023-12-02
hw/audio/virtio-snd-pci: fix the PCI class code
Volker Rümelin
1
-0
/
+2
2023-11-28
hw/audio/via-ac97: Route interrupts using via_isa_set_irq()
BALATON Zoltan
1
-4
/
+4
2023-11-15
hw/audio/virtio-snd.c: spelling: initalize
Michael Tokarev
1
-1
/
+1
2023-11-13
hw/audio/es1370: Clean up comment
Peter Maydell
1
-2
/
+7
2023-11-07
virtio-sound: implement audio capture (RX)
Manos Pitsidianakis
2
-35
/
+230
2023-11-07
virtio-sound: implement audio output (TX)
Manos Pitsidianakis
2
-5
/
+285
2023-11-07
virtio-sound: handle VIRTIO_SND_R_PCM_RELEASE
Manos Pitsidianakis
2
-1
/
+48
2023-11-07
virtio-sound: handle VIRTIO_SND_R_PCM_PREPARE
Manos Pitsidianakis
1
-0
/
+24
2023-11-07
virtio-sound: handle VIRTIO_SND_R_PCM_SET_PARAMS
Manos Pitsidianakis
2
-0
/
+35
2023-11-07
virtio-sound: handle VIRTIO_SND_R_PCM_{START,STOP}
Manos Pitsidianakis
2
-2
/
+48
2023-11-07
virtio-sound: handle VIRTIO_SND_R_PCM_INFO request
Manos Pitsidianakis
2
-0
/
+83
2023-11-07
virtio-sound: handle control messages and streams
Manos Pitsidianakis
2
-7
/
+484
2023-11-07
Add virtio-sound-pci device
Manos Pitsidianakis
2
-0
/
+94
2023-11-07
Add virtio-sound device stub
Manos Pitsidianakis
4
-0
/
+248
2023-10-10
hw/audio/es1370: trace lost interrupts
Volker Rümelin
2
-5
/
+12
2023-10-10
hw/audio/es1370: change variable type and name
Volker Rümelin
1
-7
/
+8
2023-10-10
hw/audio/es1370: block structure coding style fixes
Volker Rümelin
1
-20
/
+16
2023-10-10
hw/audio/es1370: remove #ifdef ES1370_VERBOSE to avoid bit rot
Volker Rümelin
1
-12
/
+13
2023-10-10
hw/audio/es1370: remove #ifdef ES1370_DEBUG to avoid bit rot
Volker Rümelin
1
-69
/
+66
2023-10-10
hw/audio/es1370: remove unused dolog macro
Volker Rümelin
1
-7
/
+0
2023-10-10
hw/audio/es1370: replace bit-rotted code with tracepoints
Volker Rümelin
2
-37
/
+28
2023-10-10
hw/audio/es1370: reset current sample counter
Volker Rümelin
1
-1
/
+1
2023-10-09
Merge tag 'q800-for-8.2-pull-request' of https://github.com/vivier/qemu-m68k ...
Stefan Hajnoczi
4
-0
/
+741
2023-10-06
hw/audio/soundhw: Clean up global variable shadowing
Philippe Mathieu-Daudé
1
-3
/
+3
2023-10-06
asc: generate silence if FIFO empty but engine still running
Mark Cave-Ayland
1
-0
/
+19
2023-10-06
audio: add Apple Sound Chip (ASC) emulation
Mark Cave-Ayland
4
-0
/
+722
2023-10-03
audio: propagate Error * out of audio_init
Martin Kletzander
11
-20
/
+43
2023-09-22
hw/audio/lm4549: Add errp error reporting to init function
Martin Kletzander
3
-3
/
+5
2023-09-22
hw/audio: Simplify hda audio init
Martin Kletzander
3
-18
/
+20
2023-09-08
audio: spelling fixes
Michael Tokarev
4
-9
/
+9
2023-06-20
meson: Replace softmmu_ss -> system_ss
Philippe Mathieu-Daudé
1
-14
/
+14
2023-03-08
hw/audio/via-ac97: Basic implementation of audio playback
BALATON Zoltan
2
-6
/
+455
2023-02-27
hw/audio/ac97: Split off some definitions to a header
BALATON Zoltan
2
-42
/
+66
2023-02-27
hw/audio/ac97: Replace container_of() by AC97() QOM cast macro
Philippe Mathieu-Daudé
1
-1
/
+1
2023-02-27
hw/audio/es1370: Replace container_of() by ES1370() QOM cast macro
Philippe Mathieu-Daudé
1
-1
/
+2
[next]