File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -150,12 +150,14 @@ enum sdw_dpn_pkg_mode {
150
150
*
151
151
* @SDW_STREAM_PCM: PCM data stream
152
152
* @SDW_STREAM_PDM: PDM data stream
153
+ * @SDW_STREAM_BPT: BPT data stream
153
154
*
154
155
* spec doesn't define this, but is used in implementation
155
156
*/
156
157
enum sdw_stream_type {
157
158
SDW_STREAM_PCM = 0 ,
158
159
SDW_STREAM_PDM = 1 ,
160
+ SDW_STREAM_BPT = 2 ,
159
161
};
160
162
161
163
/**
@@ -879,7 +881,7 @@ struct sdw_port_config {
879
881
* @ch_count: Channel count of the stream
880
882
* @bps: Number of bits per audio sample
881
883
* @direction: Data direction
882
- * @type: Stream type PCM or PDM
884
+ * @type: Stream type PCM, PDM or BPT
883
885
*/
884
886
struct sdw_stream_config {
885
887
unsigned int frame_rate ;
@@ -929,7 +931,7 @@ struct sdw_stream_params {
929
931
* @name: SoundWire stream name
930
932
* @params: Stream parameters
931
933
* @state: Current state of the stream
932
- * @type: Stream type PCM or PDM
934
+ * @type: Stream type PCM, PDM or BPT
933
935
* @m_rt_count: Count of Master runtime(s) in this stream
934
936
* @master_list: List of Master runtime(s) in this stream.
935
937
* master_list can contain only one m_rt per Master instance
You can’t perform that action at this time.
0 commit comments