[alsa-devel] regression: aplay -L missing pulse in 1.2.1

GitHub issues - opened github at alsa-project.org
Sun Dec 1 03:03:08 CET 2019


alsa-project/alsa-plugins issue #3 was opened from higuita:

Before 1.2, `aplay -L` showed a pulse pcm. After the commit 
https://github.com/alsa-project/alsa-plugins/commit/b0f9c353c7cc9cffb77e7a7b00545ad00f4599fb
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"
    }
}
```

Issue URL     : https://github.com/alsa-project/alsa-plugins/issues/3
Repository URL: https://github.com/alsa-project/alsa-plugins


More information about the Alsa-devel mailing list