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

kmod: sof_remove: add snd_soc_sof_da7219 #1107

Merged
merged 4 commits into from
Apr 11, 2024

Commits on Apr 10, 2024

  1. kmod: sof_remove: add snd_soc_sof_da7219

    Machine driver sof_da7219_max98373 has been renamed as
    snd_soc_sof_da7219. Add the new module to the script and keep the old
    one for backward compatibility.
    
    Signed-off-by: Brent Lu <[email protected]>
    brentlu committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    f93eb56 View commit details
    Browse the repository at this point in the history
  2. kmod: sof_remove: add snd_soc_intel_sof_nuvoton_common

    An new helper module has been created for nuvoton speaker amplifier.
    Add the new module to the script.
    
    Signed-off-by: Brent Lu <[email protected]>
    brentlu committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    2ab6bd8 View commit details
    Browse the repository at this point in the history
  3. kmod: sof_remove: add snd_soc_intel_sof_cirrus_common

    An new helper module has been created for cirrus logic speaker
    amplifier. Add the new module to the script.
    
    Signed-off-by: Brent Lu <[email protected]>
    brentlu committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    689497d View commit details
    Browse the repository at this point in the history
  4. kmod: fix acpi-intel-match dependency

    Kernel module snd_soc_acpi_intel_match is required by
    snd_soc_intel_sof_board_helpers to detect codec type and need to be
    removed before snd_soc_acpi module.
    
    RMMOD	snd_soc_acpi_intel_match
    rmmod: ERROR: Module snd_soc_acpi_intel_match is in use by: snd_soc_intel_sof_board_helpers
    
    snd_soc_acpi_intel_match   110592  1 snd_soc_intel_sof_board_helpers
    snd_soc_acpi           16384  1 snd_soc_acpi_intel_match
    
    Signed-off-by: Brent Lu <[email protected]>
    brentlu committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    9aeccab View commit details
    Browse the repository at this point in the history