Skip to content
This repository has been archived by the owner on Jan 17, 2019. It is now read-only.

Commit

Permalink
Merge pull request #36 from keqiaozhang/modules
Browse files Browse the repository at this point in the history
kmod_scripts: add rt274 and tdf8532 support
  • Loading branch information
lgirdwood authored Jul 19, 2018
2 parents 942caa3 + e08ea66 commit a25f4b0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions kmod_scripts/sof_insert.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ modprobe snd_soc_rt5651
modprobe snd_soc_rt5640
modprobe snd_soc_da7213
modprobe snd_soc_pcm512x_i2c
modprobe snd_soc_tdf8532
modprobe snd_soc_rt274

modprobe sof_acpi_dev
modprobe sof_pci_dev
Expand Down
4 changes: 4 additions & 0 deletions kmod_scripts/sof_remove.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ remove_module snd_soc_sst_cht_bsw_rt5645
remove_module snd_soc_sst_cht_bsw_rt5670
remove_module snd_soc_sst_byt_cht_da7213
remove_module snd_soc_sst_bxt_pcm512x
remove_module snd_soc_sst_bxt_tdf8532
remove_module snd_soc_cnl_rt274
remove_module snd_sof_nocodec
remove_module snd_sof

Expand All @@ -38,4 +40,6 @@ remove_module snd_soc_rl6231
remove_module snd_soc_da7213
remove_module snd_soc_pcm512x_i2c
remove_module snd_soc_pcm512x
remove_module snd_soc_tdf8532
remove_module snd_soc_rt274
remove_module snd_soc_acpi

0 comments on commit a25f4b0

Please sign in to comment.