-
Notifications
You must be signed in to change notification settings - Fork 51
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: sof_remove.sh: add snd_sof_ipc_test, snd_sof_probes support #187
kmod: sof_remove.sh: add snd_sof_ipc_test, snd_sof_probes support #187
Conversation
This patch depends on thesofproject/linux#1841 and thesofproject/kconfig#31. |
e16c595
to
3340162
Compare
@fredoh9 how about add the file system detect for setup default debugfs |
3340162
to
3a96a48
Compare
3a96a48
to
e37957e
Compare
This is good to have. We don't change the root of debugfs often. But to minimize test failures in between the transition, this is good idea. |
e37957e
to
b3fe9b0
Compare
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.
LGTM, @aiChaoSONG please take review for this
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.
LGTM, Please rebase, and then let's get this merged.
When multiclient changes are merged, snd_sof_ipc_test is first client module to test ipc flood test. 2nd client is snf_sof_probes whilch support Probe feature. The client modules need to be removed before snd_sof. Signed-off-by: Fred Oh <[email protected]>
b3fe9b0
to
b4c6764
Compare
When multiclient changes are merged, snd_sof_ipc_test is first client
module to test ipc flood test. 2nd client is snf_sof_probes whilch support
Probe feature. The client modules need to be removed before snd_sof.
Signed-off-by: Fred Oh [email protected]