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 5b3f661 commit 8dfd00fCopy full SHA for 8dfd00f
include/linux/soundwire/sdw.h
@@ -235,6 +235,7 @@ enum sdw_clk_stop_mode {
235
* @BRA_flow_controlled: Slave implementation results in an OK_NotReady
236
* response
237
* @simple_ch_prep_sm: If channel prepare sequence is required
238
+ * @ch_prep_timeout: Port-specific timeout value, in milliseconds
239
* @imp_def_interrupts: If set, each bit corresponds to support for
240
* implementation-defined interrupts
241
*
@@ -249,6 +250,7 @@ struct sdw_dp0_prop {
249
250
u32 *words;
251
bool BRA_flow_controlled;
252
bool simple_ch_prep_sm;
253
+ u32 ch_prep_timeout;
254
bool imp_def_interrupts;
255
};
256
0 commit comments