mirror of https://github.com/thesofproject/sof.git
Merge pull request #880 from plbossart/fix/kmod_scripts
kmod_scripts: fix dependencies and add delays
This commit is contained in:
commit
cfaaa7ee53
|
@ -10,4 +10,5 @@ while [ $COUNTER -lt $MAXLOOPS ]; do
|
|||
./sof_bootone.sh
|
||||
dmesg > boot_$COUNTER.bootlog
|
||||
let COUNTER+=1
|
||||
sleep 6
|
||||
done
|
||||
|
|
|
@ -14,12 +14,12 @@ remove_module() {
|
|||
|
||||
remove_module sof_pci_dev
|
||||
remove_module sof_acpi_dev
|
||||
remove_module snd_soc_acpi_intel_match
|
||||
remove_module snd_sof_intel_byt
|
||||
remove_module snd_sof_intel_hsw
|
||||
remove_module snd_sof_intel_bdw
|
||||
remove_module snd_sof_intel_hda_common
|
||||
remove_module snd_sof_xtensa_dsp
|
||||
remove_module snd_soc_acpi_intel_match
|
||||
|
||||
remove_module snd_soc_sst_bytcr_rt5640
|
||||
remove_module snd_soc_sst_bytcr_rt5651
|
||||
|
@ -29,8 +29,8 @@ 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
|
||||
remove_module snd_sof_nocodec
|
||||
|
||||
remove_module snd_soc_rt5670
|
||||
remove_module snd_soc_rt5645
|
||||
|
|
Loading…
Reference in New Issue