Skip to content

Commit 5124961

Browse files
bardliaogolowanow
authored andcommitted
sof_remove.sh: remove snd_hda_codec_intelhdmi before snd_hda_codec_hdmi
snd_hda_codec_intelhdmi was added recently by commit 73cd0490819d ("ALSA: hda/hdmi: Split vendor codec drivers") and it is used by snd_hda_codec_hdmi. Need to remove it first to avoud error. Signed-off-by: Bard Liao <yung-chuan.liao@linux.intel.com>
1 parent 34b6e0a commit 5124961

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tools/kmod/sof_remove.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -301,6 +301,7 @@ remove_module snd_soc_max98390
301301

302302
remove_module snd_soc_hdac_hda
303303
remove_module snd_soc_hdac_hdmi
304+
remove_module snd_hda_codec_intelhdmi
304305
remove_module snd_hda_codec_hdmi
305306
remove_module snd_soc_dmic
306307

0 commit comments

Comments
 (0)