Skip to content

Commit

Permalink
kmod: add snd_soc_ipc_test support
Browse files Browse the repository at this point in the history
When multiclient changes are merged, snd_soc_ipc_test is first client
module. Add/remove snd_soc_ipc_test module to kmod scripts.

Signed-off-by: Fred Oh <[email protected]>
  • Loading branch information
fredoh9 committed Apr 13, 2020
1 parent e700eb3 commit e16c595
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions tools/kmod/sof_insert.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ insert_module snd_soc_rt5677
insert_module snd_soc_rt5677_spi
insert_module snd_soc_rt5682
insert_module snd_soc_rt5682_sdw
insert_module snd_soc_ipc_test

insert_module snd_soc_pcm512x_i2c
insert_module snd_soc_wm8804_i2c
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 @@ -51,6 +51,7 @@ remove_module snd_soc_skl_hda_dsp
remove_module snd_soc_sdw_rt700
remove_module snd_soc_sdw_rt711_rt1308_rt715
remove_module snd_soc_sof_sdw
remove_module snd_soc_sof_ipc_test

remove_module snd_sof
remove_module snd_sof_nocodec
Expand Down

0 comments on commit e16c595

Please sign in to comment.