Skip to content

regression: aplay -L missing pulse in 1.2.1 #3

@higuita

Description

@higuita

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"
    }
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions