Commit 8dfd00f7 authored by Pierre-Louis Bossart's avatar Pierre-Louis Bossart Committed by Vinod Koul

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: default avatarPierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
Reviewed-by: default avatarRander Wang <rander.wang@intel.com>
Signed-off-by: default avatarBard Liao <yung-chuan.liao@linux.intel.com>
Link: https://lore.kernel.org/r/20240408063822.421963-1-yung-chuan.liao@linux.intel.comSigned-off-by: default avatarVinod Koul <vkoul@kernel.org>
parent 5b3f661b
...@@ -235,6 +235,7 @@ enum sdw_clk_stop_mode { ...@@ -235,6 +235,7 @@ enum sdw_clk_stop_mode {
* @BRA_flow_controlled: Slave implementation results in an OK_NotReady * @BRA_flow_controlled: Slave implementation results in an OK_NotReady
* response * response
* @simple_ch_prep_sm: If channel prepare sequence is required * @simple_ch_prep_sm: If channel prepare sequence is required
* @ch_prep_timeout: Port-specific timeout value, in milliseconds
* @imp_def_interrupts: If set, each bit corresponds to support for * @imp_def_interrupts: If set, each bit corresponds to support for
* implementation-defined interrupts * implementation-defined interrupts
* *
...@@ -249,6 +250,7 @@ struct sdw_dp0_prop { ...@@ -249,6 +250,7 @@ struct sdw_dp0_prop {
u32 *words; u32 *words;
bool BRA_flow_controlled; bool BRA_flow_controlled;
bool simple_ch_prep_sm; bool simple_ch_prep_sm;
u32 ch_prep_timeout;
bool imp_def_interrupts; bool imp_def_interrupts;
}; };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment