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

Extend use case search paths to use kernel driver name #78

Closed
wants to merge 2 commits into from

Commits on Feb 3, 2021

  1. ucm.conf: search for the card configuration basing on the driver name

    Use kernel driver name to lookup the card configuration files in
    addition to module-name based lookup and CardDriver-based lookup. This
    allows alsa to locate config files if the sound card driver is built
    into the kernel rather than as a module.
    
    Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
    lumag committed Feb 3, 2021
    Configuration menu
    Copy the full SHA
    74c1ea0 View commit details
    Browse the repository at this point in the history
  2. ucm2: driver: add symlink for qcom-apq8016-sbc driver

    Add the symlink for the qcom-apq8016-sbc driver allowing card config
    lookup if the corresponding driver is built into the kernel rather than
    as a module.
    
    Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
    lumag committed Feb 3, 2021
    Configuration menu
    Copy the full SHA
    01e3098 View commit details
    Browse the repository at this point in the history