Lines Matching defs:tx_mask
403 static int cs35l56_asp_dai_set_tdm_slot(struct snd_soc_dai *dai, unsigned int tx_mask,
430 if (tx_mask == 0)
431 tx_mask = 0x3; // ASPRX1/RX2 in slots 0 and 1
440 cs35l56_make_tdm_config_word(0x3f3f3f, tx_mask));
442 dev_dbg(cs35l56->base.dev, "tdm slot width: %u count: %u tx_mask: %#x rx_mask: %#x\n",
443 cs35l56->asp_slot_width, cs35l56->asp_slot_count, tx_mask, rx_mask);
543 static int cs35l56_sdw_dai_set_tdm_slot(struct snd_soc_dai *dai, unsigned int tx_mask,
549 cs35l56->rx_mask = tx_mask;
550 cs35l56->tx_mask = rx_mask;
586 pconfig.ch_mask = cs35l56->tx_mask;