Home
last modified time | relevance | path

Searched refs:tx_slot (Results 1 – 10 of 10) sorted by relevance

/sound/soc/codecs/
Dmax98504.c223 unsigned int tx_num, unsigned int *tx_slot, in max98504_set_channel_map() argument
231 if (tx_slot[i]) in max98504_set_channel_map()
Dadau7118.c124 unsigned int tx_num, unsigned int *tx_slot, in adau7118_set_channel_map() argument
137 ADAU7118_SPT_SLOT(tx_slot[chan])); in adau7118_set_channel_map()
Dwcd9335.c1985 unsigned int tx_num, unsigned int *tx_slot, in wcd9335_set_channel_map() argument
1993 if (!tx_slot || !rx_slot) { in wcd9335_set_channel_map()
1995 tx_slot, rx_slot); in wcd9335_set_channel_map()
2007 wcd->tx_chs[i].ch_num = tx_slot[i]; in wcd9335_set_channel_map()
2015 unsigned int *tx_num, unsigned int *tx_slot, in wcd9335_get_channel_map() argument
2043 if (!tx_slot || !tx_num) { in wcd9335_get_channel_map()
2045 tx_slot, tx_num); in wcd9335_get_channel_map()
2049 tx_slot[i++] = ch->ch_num; in wcd9335_get_channel_map()
Dlpass-va-macro.c853 unsigned int *tx_num, unsigned int *tx_slot, in va_macro_get_channel_map() argument
864 *tx_slot = va->active_ch_mask[dai->id]; in va_macro_get_channel_map()
Dwcd934x.c1927 unsigned int tx_num, unsigned int *tx_slot, in wcd934x_set_channel_map() argument
1941 if (!tx_slot || !rx_slot) { in wcd934x_set_channel_map()
1943 tx_slot, rx_slot); in wcd934x_set_channel_map()
1955 wcd->tx_chs[i].ch_num = tx_slot[i]; in wcd934x_set_channel_map()
1963 unsigned int *tx_num, unsigned int *tx_slot, in wcd934x_get_channel_map() argument
1991 if (!tx_slot || !tx_num) { in wcd934x_get_channel_map()
1993 tx_slot, tx_num); in wcd934x_get_channel_map()
1998 tx_slot[i++] = ch->ch_num; in wcd934x_get_channel_map()
Dlpass-wsa-macro.c989 unsigned int *tx_num, unsigned int *tx_slot, in wsa_macro_get_channel_map() argument
998 *tx_slot = wsa->active_ch_mask[dai->id]; in wsa_macro_get_channel_map()
1024 *tx_slot = mask; in wsa_macro_get_channel_map()
Dlpass-tx-macro.c1108 unsigned int *tx_num, unsigned int *tx_slot, in tx_macro_get_channel_map() argument
1118 *tx_slot = tx->active_ch_mask[dai->id]; in tx_macro_get_channel_map()
Dlpass-rx-macro.c1656 unsigned int *tx_num, unsigned int *tx_slot, in rx_macro_get_channel_map() argument
1707 *tx_slot = mask; in rx_macro_get_channel_map()
/sound/soc/
Dsoc-dai.c303 unsigned int tx_num, unsigned int *tx_slot, in snd_soc_dai_set_channel_map() argument
310 ret = dai->driver->ops->set_channel_map(dai, tx_num, tx_slot, in snd_soc_dai_set_channel_map()
327 unsigned int *tx_num, unsigned int *tx_slot, in snd_soc_dai_get_channel_map() argument
334 ret = dai->driver->ops->get_channel_map(dai, tx_num, tx_slot, in snd_soc_dai_get_channel_map()
/sound/soc/qcom/qdsp6/
Dq6afe-dai.c276 unsigned int tx_num, unsigned int *tx_slot, in q6tdm_set_channel_map() argument
288 if (!tx_slot) { in q6tdm_set_channel_map()
299 tdm->ch_mapping[i] = tx_slot[i]; in q6tdm_set_channel_map()
511 unsigned int tx_num, unsigned int *tx_slot, in q6slim_set_channel_map() argument
520 if (!tx_slot) { in q6slim_set_channel_map()
526 pcfg->slim.ch_mapping[i] = tx_slot[i]; in q6slim_set_channel_map()