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

Commit a25f4b0

Browse files
authored
Merge pull request #36 from keqiaozhang/modules
kmod_scripts: add rt274 and tdf8532 support
2 parents 942caa3 + e08ea66 commit a25f4b0

2 files changed

Lines changed: 6 additions & 0 deletions

File tree

kmod_scripts/sof_insert.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ modprobe snd_soc_rt5651
66
modprobe snd_soc_rt5640
77
modprobe snd_soc_da7213
88
modprobe snd_soc_pcm512x_i2c
9+
modprobe snd_soc_tdf8532
10+
modprobe snd_soc_rt274
911

1012
modprobe sof_acpi_dev
1113
modprobe sof_pci_dev

kmod_scripts/sof_remove.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ remove_module snd_soc_sst_cht_bsw_rt5645
2727
remove_module snd_soc_sst_cht_bsw_rt5670
2828
remove_module snd_soc_sst_byt_cht_da7213
2929
remove_module snd_soc_sst_bxt_pcm512x
30+
remove_module snd_soc_sst_bxt_tdf8532
31+
remove_module snd_soc_cnl_rt274
3032
remove_module snd_sof_nocodec
3133
remove_module snd_sof
3234

@@ -38,4 +40,6 @@ remove_module snd_soc_rl6231
3840
remove_module snd_soc_da7213
3941
remove_module snd_soc_pcm512x_i2c
4042
remove_module snd_soc_pcm512x
43+
remove_module snd_soc_tdf8532
44+
remove_module snd_soc_rt274
4145
remove_module snd_soc_acpi

0 commit comments

Comments
 (0)