qemu/hw/audio
Philippe Mathieu-Daudé de6cd7599b meson: Replace softmmu_ss -> system_ss
We use the user_ss[] array to hold the user emulation sources,
and the softmmu_ss[] array to hold the system emulation ones.
Hold the latter in the 'system_ss[]' array for parity with user
emulation.

Mechanical change doing:

  $ sed -i -e s/softmmu_ss/system_ss/g $(git grep -l softmmu_ss)

Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20230613133347.82210-10-philmd@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
2023-06-20 10:01:30 +02:00
..
ac97.c hw/audio/ac97: Split off some definitions to a header 2023-02-27 22:29:02 +01:00
ac97.h hw/audio/ac97: Split off some definitions to a header 2023-02-27 22:29:02 +01:00
adlib.c
cs4231.c
cs4231a.c hw: Replace isa_get_irq() by isa_bus_get_irq() when ISABus is available 2023-02-27 22:29:02 +01:00
es1370.c hw/audio/es1370: Replace container_of() by ES1370() QOM cast macro 2023-02-27 22:29:02 +01:00
fmopl.c
fmopl.h
gus.c hw: Replace isa_get_irq() by isa_bus_get_irq() when ISABus is available 2023-02-27 22:29:02 +01:00
gusemu.h
gusemu_hal.c
gusemu_mixer.c
gustate.h
hda-codec-common.h
hda-codec.c hw/audio/hda-codec: Avoid forward-declaring HDAAudioState 2023-02-27 22:29:02 +01:00
intel-hda-defs.h
intel-hda.c
intel-hda.h
Kconfig
lm4549.c
lm4549.h
marvell_88w8618.c
meson.build meson: Replace softmmu_ss -> system_ss 2023-06-20 10:01:30 +02:00
pcspk.c
pl041.c
pl041.h
pl041.hx
sb16.c hw: Replace isa_get_irq() by isa_bus_get_irq() when ISABus is available 2023-02-27 22:29:02 +01:00
soundhw.c
trace-events hw/audio/via-ac97: Basic implementation of audio playback 2023-03-08 00:37:48 +01:00
trace.h
via-ac97.c hw/audio/via-ac97: Basic implementation of audio playback 2023-03-08 00:37:48 +01:00
wm8750.c