regression: aplay -L missing pulse in 1.2.1

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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
_______________________________________________
Alsa-devel mailing list
Alsa-devel@xxxxxxxxxxxxxxxx
https://mailman.alsa-project.org/mailman/listinfo/alsa-devel



[Index of Archives]     [ALSA User]     [Linux Audio Users]     [Pulse Audio]     [Kernel Archive]     [Asterisk PBX]     [Photo Sharing]     [Linux Sound]     [Video 4 Linux]     [Gimp]     [Yosemite News]

  Powered by Linux