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

ASoC: Intel: soc-acpi-intel-rpl-match: add missing empty item #5192

Merged

Commits on Sep 28, 2024

  1. ASoC: Intel: soc-acpi-intel-rpl-match: add missing empty item

    There is no links_num in struct snd_soc_acpi_mach {}, and we test
    !link->num_adr as a condition to end the loop in hda_sdw_machine_select().
    So an empty item in struct snd_soc_acpi_link_adr array is required.
    
    Fixes: 65ab45b ("ASoC: Intel: soc-acpi: Add match entries for some cs42l43 laptops")
    Signed-off-by: Bard Liao <yung-chuan.liao@linux.intel.com>
    bardliao committed Sep 28, 2024
    Configuration menu
    Copy the full SHA
    1e44b14 View commit details
    Browse the repository at this point in the history