Lines Matching full:this
16 Use this property to set the SAI MCLK as output or as input.
17 By default, if this property is not specified, MCLK will be
24 Use this property to specify the watermark value for the TX
25 FIFO. This value needs to be in FIFO words (NOT BYTES). This
31 Use this property to specify the watermark value for the RX
32 FIFO. This value needs to be in FIFO words (NOT BYTES). This
40 Use this property to set the FIFO depth that will be reported
41 to other applications calling dai_get_properties(). This value
45 the FIFO depth. This is needed because some applications (e.g: SOF)
46 use this value to compute the DMA burst size, in which case
49 for tx/rx-fifo-watermark uses DEFAULT_FIFO_DEPTH instead of this
51 use this property, in which case the reported value will be
56 Use this property to specify the index of the DAI. At the
57 moment, this is only used by SOF to fetch the "struct device"
59 through an IPC. If this property is not specified, the DAI
67 Use this property to specify which synchronization mode to use
71 If this property is not specified, the transmitter will be set to ASYNC.
72 If one side is SYNC then the other MUST be ASYNC. Failing to meet this
80 Use this property to specify which synchronization mode to use
84 If this property is not specified, the receiver will be set to ASYNC.
85 If one side is SYNC then the other MUST be ASYNC. Failing to meet this
90 Use this property to specify which transmission data line the SAI should
97 The indexing of the data line starts at 0. If this property is not specified
99 Please note that "channel" and "data line" are synnonyms in this context.
103 Use this property to specify which receive transmission data line the SAI should
109 The indexing of the data line starts at 0. If this property is not specified
111 Please note that "channel" and "data line" are synnonyms in this context.