-
Notifications
You must be signed in to change notification settings - Fork 132
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
ASoC: SOF: ipc4-topology: Improve the information in prepare_copier p… #5286
base: topic/sof-dev
Are you sure you want to change the base?
ASoC: SOF: ipc4-topology: Improve the information in prepare_copier p… #5286
Conversation
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.
More debug is always helpful.
sound/soc/sof/ipc4-topology.c
Outdated
struct sof_ipc4_pipeline *pipeline; | ||
|
||
dev_dbg(sdev->dev, | ||
"Host copier %s, type %d, , ChainDMA: %s, stream_tag: %d\n", |
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.
Is the second comma in type %d, ,
redundant?
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.
Oh, yes, I will fix it asap
d301dbd
to
f1b7eb2
Compare
…rints It is useful to know the explicit type and if the copier (host/dai) is configured to use ChainDMA or not and also the stream_tag for the host copier. Change the prints to carry more information for debugging purposes. Signed-off-by: Peter Ujfalusi <[email protected]>
Changes since v1:
|
…rints
It is useful to know the explicit type and if the copier (host/dai) is configured to use ChainDMA or not and also the stream_tag for the host copier.
Change the prints to carry more information for debugging purposes.