kmod: Add modules useful for imx platforms#1236
Conversation
Add snd_soc_simple_card module for insert/remove testing. Also, snd_sof_utils was missing from sof_insert.sh. Signed-off-by: Anne Onciulescu <anne.onciulescu@gmail.com>
|
Can one of the admins verify this patch?
|
|
|
||
| # core SOF driver | ||
| insert_module snd_sof | ||
| insert_module snd_sof_utils |
There was a problem hiding this comment.
This should be at least a separate commit. Maybe even a separate PR if there's any debate about snd_soc_simple_card?
There was a problem hiding this comment.
unless simple_card depends on utils ? @AnneOnciulescu pls confirm.
There was a problem hiding this comment.
The commit message says "Also, snd_sof_utils was missing from sof_insert.sh." which is a pretty clear sign this is a separate bug fix.
|
SOFCI TEST |
|
Unrelated to this PR and off-topic but these are NOT the "usual LNL failures" More info in (possibly unrelated too) |
Add snd_soc_simple_card module for insert/remove testing. Also, snd_sof_utils was missing from sof_insert.sh.