Skip to content

Commit 8664aeb

Browse files
committed
lib.sh: print snd_hda* module params
Useful to check snd_hda_* modules. Especially snd_hda_core module has gpu_bind parameter. Signed-off-by: Fred Oh <fred.oh@linux.intel.com>
1 parent 871ab5d commit 8664aeb

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

case-lib/lib.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -867,6 +867,9 @@ print_module_params()
867867

868868
# for all the *sof* modules
869869
grep -H ^ /sys/module/*sof*/parameters/* || true
870+
871+
# all snd_hda* modules
872+
grep -H ^ /sys/module/snd_hda*/parameters/* || true
870873
echo "----------------------------------------"
871874
}
872875

0 commit comments

Comments
 (0)