Skip to content

Commit 8c87a7c

Browse files
committed
kmod: add NVL support for module add/remove tests
Add snd_sof_pci_intel_nvl module Signed-off-by: Mateusz Redzynia <mateuszx.redzynia@intel.com>
1 parent d651139 commit 8c87a7c

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

tools/kmod/sof_insert.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,7 @@ insert_module snd_sof_pci_intel_tgl
119119
insert_module snd_sof_pci_intel_mtl
120120
insert_module snd_sof_pci_intel_lnl
121121
insert_module snd_sof_pci_intel_ptl
122+
insert_module snd_sof_pci_intel_nvl
122123

123124
# OF driver
124125
insert_module snd_sof_of

tools/kmod/sof_remove.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,7 @@ remove_module snd_sof_pci_intel_tgl
9999
remove_module snd_sof_pci_intel_icl
100100
remove_module snd_sof_pci_intel_cnl
101101

102+
remove_module snd_sof_pci_intel_nvl
102103
remove_module snd_sof_pci_intel_ptl
103104
remove_module snd_sof_pci_intel_lnl
104105
remove_module snd_sof_pci_intel_mtl

0 commit comments

Comments
 (0)