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: add more SoundWire codecs #1110

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions tools/kmod/sof_insert.sh
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,20 @@ 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
#inversion is intentional for cs42l43
insert_module snd_soc_cs42l43_sdw
insert_module snd_soc_cs42l43

insert_module snd_soc_sdw_mockup

Expand Down
13 changes: 12 additions & 1 deletion tools/kmod/sof_remove.sh
Original file line number Diff line number Diff line change
Expand Up @@ -205,6 +205,15 @@ 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

# inversion is intentional for cs42l43
remove_module snd_soc_cs42l43
remove_module snd_soc_cs42l43_sdw

remove_module snd_soc_rt274
remove_module snd_soc_rt286
remove_module snd_soc_rt298
Expand All @@ -215,12 +224,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 +244,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
Loading