Skip to content

Commit 8dfd00f

Browse files
plbossartvinodkoul
authored andcommitted
soundwire: reconcile dp0_prop and dpn_prop
The definitions for DP0 are missing a set of fields that are required to reuse the same configuration code as DPn. Signed-off-by: Pierre-Louis Bossart <[email protected]> Reviewed-by: Rander Wang <[email protected]> Signed-off-by: Bard Liao <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Vinod Koul <[email protected]>
1 parent 5b3f661 commit 8dfd00f

File tree

1 file changed

+2
-0
lines changed
  • include/linux/soundwire

1 file changed

+2
-0
lines changed

include/linux/soundwire/sdw.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -235,6 +235,7 @@ enum sdw_clk_stop_mode {
235235
* @BRA_flow_controlled: Slave implementation results in an OK_NotReady
236236
* response
237237
* @simple_ch_prep_sm: If channel prepare sequence is required
238+
* @ch_prep_timeout: Port-specific timeout value, in milliseconds
238239
* @imp_def_interrupts: If set, each bit corresponds to support for
239240
* implementation-defined interrupts
240241
*
@@ -249,6 +250,7 @@ struct sdw_dp0_prop {
249250
u32 *words;
250251
bool BRA_flow_controlled;
251252
bool simple_ch_prep_sm;
253+
u32 ch_prep_timeout;
252254
bool imp_def_interrupts;
253255
};
254256

0 commit comments

Comments
 (0)