Lines Matching refs:rx_mask
222 * @rx_mask: bitmask representing active RX slots.
228 unsigned int *rx_mask)
230 if (*tx_mask || *rx_mask)
237 *rx_mask = (1 << slots) - 1;
246 * @rx_mask: bitmask representing active RX slots.
252 * slot in bit clock cycles. @tx_mask and @rx_mask are bitmasks specifying the
261 * @rx_mask and @slot_width will be ignored.
266 unsigned int tx_mask, unsigned int rx_mask,
273 &rx_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,