-
Notifications
You must be signed in to change notification settings - Fork 140
[RFC] soundwire: add runtime BPT support #5604
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
base: topic/sof-dev
Are you sure you want to change the base?
Changes from all commits
a92d4cb
6216cf4
1d62423
06cf176
283f407
1e46802
61c7a7d
7a5ec92
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -985,6 +985,7 @@ struct sdw_stream_runtime { | |||||
| * @stream_refcount: number of streams currently using this bus | ||||||
| * @btp_stream_refcount: number of BTP streams currently using this bus (should | ||||||
| * be zero or one, multiple streams per link is not supported). | ||||||
| * @bpt_hstop: The hstop of the BPT stream. | ||||||
|
||||||
| * @bpt_hstop: The hstop of the BPT stream. | |
| * @bpt_hstop: The bpt_hstop of the BTP stream. |
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.
BPT is the right terminology. Also hstop is a terminology of SoundWire. I will leave it as it is.
Uh oh!
There was an error while loading. Please reload this page.