Skip to content

Commit

Permalink
kmod: add more SoundWire codecs
Browse files Browse the repository at this point in the history
rt722-sdca, rt1017-sdca and CirrusLogic missing

Note for for CirrusLogic we may have additional dependencies on MFD
stuff.

Signed-off-by: Pierre-Louis Bossart <[email protected]>
  • Loading branch information
plbossart committed Oct 6, 2023
1 parent a3c7d55 commit 1c37867
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
9 changes: 9 additions & 0 deletions tools/kmod/sof_insert.sh
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,19 @@ insert_module snd_soc_rt712_sdca
insert_module snd_soc_rt712_sdca_dmic
insert_module snd_soc_rt715
insert_module snd_soc_rt715_sdca
insert_module snd_soc_rt722_sdca
insert_module snd_soc_rt1308
insert_module snd_soc_rt1308_sdw
insert_module snd_soc_rt1316_sdw
insert_module snd_soc_rt1318_sdw
insert_module snd_soc_rt1017_sdw

insert_module snd_soc_cs35l56
insert_module snd_soc_cs35l56_sdw
insert_module snd_soc_cs42l42
insert_module snd_soc_cs42l42_sdw
insert_module snd_soc_cs42l43
insert_module snd_soc_cs42l43_sdw

insert_module snd_soc_sdw_mockup

Expand Down
11 changes: 10 additions & 1 deletion tools/kmod/sof_remove.sh
Original file line number Diff line number Diff line change
Expand Up @@ -205,6 +205,13 @@ remove_module snd_soc_da7219
remove_module snd_soc_pcm512x_i2c
remove_module snd_soc_pcm512x

remove_module snd_soc_cs35l56_sdw
remove_module snd_soc_cs35l56
remove_module snd_soc_cs42l42_sdw
remove_module snd_soc_cs42l42
remove_module snd_soc_cs42l43_sdw
remove_module snd_soc_cs42l43

remove_module snd_soc_rt274
remove_module snd_soc_rt286
remove_module snd_soc_rt298
Expand All @@ -215,12 +222,13 @@ remove_module snd_soc_rt712_sdca
remove_module snd_soc_rt712_sdca_dmic
remove_module snd_soc_rt715
remove_module snd_soc_rt715_sdca
remove_module snd_soc_rt722_sdca
remove_module snd_soc_rt1308
remove_module snd_soc_rt1308_sdw
remove_module snd_soc_rt1316_sdw
remove_module snd_soc_rt1318_sdw
remove_module snd_soc_sdw_mockup
remove_module snd_soc_rt1011
remove_module snd_soc_rt1017-sdca
remove_module snd_soc_rt5640
remove_module snd_soc_rt5645
remove_module snd_soc_rt5651
Expand All @@ -234,6 +242,7 @@ remove_module snd_soc_rt5682
remove_module snd_soc_rt5682s
remove_module snd_soc_rl6231
remove_module snd_soc_rl6347a
remove_module snd_soc_sdw_mockup

remove_module snd_soc_wm8804_i2c
remove_module snd_soc_wm8804
Expand Down

0 comments on commit 1c37867

Please sign in to comment.