aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/soundwire
diff options
context:
space:
mode:
authorVinod Koul <vkoul@kernel.org>2020-03-20 19:25:14 +0530
committerVinod Koul <vkoul@kernel.org>2020-03-20 19:25:14 +0530
commit1ce7139436603dda9e155df0c3e275c87a725761 (patch)
tree044be412bde0c4db608c4949940cb488229f8b8d /include/linux/soundwire
parentsoundwire: cadence: clear FIFO to avoid pop noise issue on playback start (diff)
parentsoundwire: stream: Add read_only_wordlength flag to port properties (diff)
downloadlinux-dev-1ce7139436603dda9e155df0c3e275c87a725761.tar.xz
linux-dev-1ce7139436603dda9e155df0c3e275c87a725761.zip
Merge branch 'topic/ro_wordlength' into next
Diffstat (limited to 'include/linux/soundwire')
-rw-r--r--include/linux/soundwire/sdw.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/soundwire/sdw.h b/include/linux/soundwire/sdw.h
index ee349a4c5349..00f5826092e3 100644
--- a/include/linux/soundwire/sdw.h
+++ b/include/linux/soundwire/sdw.h
@@ -299,6 +299,7 @@ struct sdw_dpn_audio_mode {
* @max_async_buffer: Number of samples that this port can buffer in
* asynchronous modes
* @block_pack_mode: Type of block port mode supported
+ * @read_only_wordlength: Read Only wordlength field in DPN_BlockCtrl1 register
* @port_encoding: Payload Channel Sample encoding schemes supported
* @audio_modes: Audio modes supported
*/
@@ -322,6 +323,7 @@ struct sdw_dpn_prop {
u32 modes;
u32 max_async_buffer;
bool block_pack_mode;
+ bool read_only_wordlength;
u32 port_encoding;
struct sdw_dpn_audio_mode *audio_modes;
};