Lines Matching refs:tx_mask
159 * @tx_mask: bitmask representing active TX slots.
165 unsigned int *tx_mask,
168 if (*tx_mask || *rx_mask)
174 *tx_mask = (1 << slots) - 1;
183 * @tx_mask: bitmask representing active TX slots.
190 * slot in bit clock cycles. @tx_mask and @rx_mask are bitmasks specifying the
198 * TDM mode can be disabled by passing 0 for @slots. In this case @tx_mask,
204 unsigned int tx_mask, unsigned int rx_mask,
212 &tx_mask, &rx_mask);
214 snd_soc_xlate_tdm_slot_mask(slots, &tx_mask, &rx_mask);
216 dai->tx_mask = tx_mask;
221 ret = dai->driver->ops->set_tdm_slot(dai, tx_mask, rx_mask,