-
Notifications
You must be signed in to change notification settings - Fork 45
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
kmod: Add modules useful for imx platforms #1236
base: main
Are you sure you want to change the base?
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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
unless simple_card depends on utils ? @AnneOnciulescu pls confirm.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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.