Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AESinkALSA: fix enumeration of cards without front devices #15774

Merged
merged 1 commit into from
Mar 28, 2019

Commits on Mar 19, 2019

  1. AESinkALSA: fix enumeration of cards without front devices

    ALSA cards don't have necessarily a front device, alsa-lib creates
    a default (plus sysdefault) PCM using plughw for cards without an
    alsa card conf file.
    
    So we shouldn't skip the sysdefault PCM in enumeration, otherwise
    the cards aren't listed.
    
    For cards with front/surround PCMs the sysdefault entry should
    be dropped though, as the surround mangling "@" entry also handles
    sysdefault and the separate entry in the device list would be
    confusing to users.
    HiassofT committed Mar 19, 2019
    Configuration menu
    Copy the full SHA
    6480ee3 View commit details
    Browse the repository at this point in the history