Lines Matching refs:rx_mask
160 * @rx_mask: bitmask representing active RX slots.
166 unsigned int *rx_mask)
168 if (*tx_mask || *rx_mask)
175 *rx_mask = (1 << slots) - 1;
184 * @rx_mask: bitmask representing active RX slots.
190 * slot in bit clock cycles. @tx_mask and @rx_mask are bitmasks specifying the
199 * @rx_mask and @slot_width will be ignored.
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);
217 dai->rx_mask = rx_mask;
221 ret = dai->driver->ops->set_tdm_slot(dai, tx_mask, rx_mask,