Skip to content

Commit

Permalink
kmod: Add modules useful for imx platforms
Browse files Browse the repository at this point in the history
Add snd_soc_simple_card module for insert/remove testing.
Also, snd_sof_utils was missing from sof_insert.sh.

Signed-off-by: Anne Onciulescu <[email protected]>
  • Loading branch information
AnneOnciulescu committed Oct 11, 2024
1 parent 83f5e41 commit fb6929e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tools/kmod/sof_insert.sh
Original file line number Diff line number Diff line change
Expand Up @@ -83,9 +83,11 @@ insert_module snd_soc_es8316
insert_module snd_soc_es8326

insert_module snd_soc_wm8960
insert_module snd_soc_simple_card

# core SOF driver
insert_module snd_sof
insert_module snd_sof_utils

# insert top-level ACPI/PCI SOF drivers. They will register SOF components and
# load machine drivers as needed. Do not insert any other sort of audio module,
Expand Down
1 change: 1 addition & 0 deletions tools/kmod/sof_remove.sh
Original file line number Diff line number Diff line change
Expand Up @@ -295,6 +295,7 @@ remove_module snd_hda_codec_realtek
remove_module snd_hda_codec_generic

remove_module snd_soc_wm8960
remove_module snd_soc_simple_card

#-------------------------------------------
# Remaining core SOF parts
Expand Down

0 comments on commit fb6929e

Please sign in to comment.