Skip to content

Commit

Permalink
lib.sh: print snd_hda* module params
Browse files Browse the repository at this point in the history
Useful to check snd_hda_* modules. Especially snd_hda_core module
has gpu_bind parameter.

Signed-off-by: Fred Oh <[email protected]>
  • Loading branch information
fredoh9 committed Dec 12, 2023
1 parent 871ab5d commit 8664aeb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions case-lib/lib.sh
Original file line number Diff line number Diff line change
Expand Up @@ -867,6 +867,9 @@ print_module_params()

# for all the *sof* modules
grep -H ^ /sys/module/*sof*/parameters/* || true

# all snd_hda* modules
grep -H ^ /sys/module/snd_hda*/parameters/* || true
echo "----------------------------------------"
}

Expand Down

0 comments on commit 8664aeb

Please sign in to comment.