We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6613476 commit 0707496Copy full SHA for 0707496
Documentation/driver-api/soundwire/stream.rst
@@ -324,12 +324,12 @@ framework, this stream state is linked to .hw_params() operation.
324
325
int sdw_stream_add_master(struct sdw_bus * bus,
326
struct sdw_stream_config * stream_config,
327
- struct sdw_ports_config * ports_config,
+ const struct sdw_ports_config * ports_config,
328
struct sdw_stream_runtime * stream);
329
330
int sdw_stream_add_slave(struct sdw_slave * slave,
331
332
333
334
335
0 commit comments