Lines Matching refs:tx_mask
221 * @tx_mask: bitmask representing active TX slots.
227 unsigned int *tx_mask,
230 if (*tx_mask || *rx_mask)
236 *tx_mask = (1 << slots) - 1;
245 * @tx_mask: bitmask representing active TX slots.
252 * slot in bit clock cycles. @tx_mask and @rx_mask are bitmasks specifying the
260 * TDM mode can be disabled by passing 0 for @slots. In this case @tx_mask,
266 unsigned int tx_mask, unsigned int rx_mask,
272 &tx_mask,
279 &tx_mask, &rx_mask);
281 snd_soc_xlate_tdm_slot_mask(slots, &tx_mask, &rx_mask);
288 ret = dai->driver->ops->set_tdm_slot(dai, tx_mask, rx_mask,