Before 1.2, aplay -L showed a pulse pcm. After the commit
b0f9c35
pulse is missing from the pcm list. This may break some apps, war thunder (used fmod) game stopped seeing pulse and only tried to use alsa directly
if i comment out the below line in /usr/share/alsa/alsa.conf.d/50-pulseaudio.conf
@args [ DEVICE ]
aplay -L show again the pulse pcm
another workaround is to add this to the /etc/asound.conf :
pcm.!pulse {
type pulse
hint {
show on
description "PulseAudio Sound Server"
}
}