diff options
author | Vinod Koul <vkoul@kernel.org> | 2020-03-20 19:25:14 +0530 |
---|---|---|
committer | Vinod Koul <vkoul@kernel.org> | 2020-03-20 19:25:14 +0530 |
commit | 1ce7139436603dda9e155df0c3e275c87a725761 (patch) | |
tree | 044be412bde0c4db608c4949940cb488229f8b8d /include/linux/soundwire | |
parent | b468a785bd3e0a0591c84cbde5787f58be38c3e4 (diff) | |
parent | a9107de4b03604ce0d279315c91b31b8065ee4ea (diff) | |
download | linux-1ce7139436603dda9e155df0c3e275c87a725761.tar.gz linux-1ce7139436603dda9e155df0c3e275c87a725761.tar.bz2 linux-1ce7139436603dda9e155df0c3e275c87a725761.zip |
Merge branch 'topic/ro_wordlength' into next
Diffstat (limited to 'include/linux/soundwire')
-rw-r--r-- | include/linux/soundwire/sdw.h | 2 |
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; }; |