Home
last modified time | relevance | path

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

/sound/soc/
Dsoc-dai.c240 unsigned int tx_num, unsigned int *tx_slot, in snd_soc_dai_set_channel_map() argument
247 ret = dai->driver->ops->set_channel_map(dai, tx_num, tx_slot, in snd_soc_dai_set_channel_map()
264 unsigned int *tx_num, unsigned int *tx_slot, in snd_soc_dai_get_channel_map() argument
271 ret = dai->driver->ops->get_channel_map(dai, tx_num, tx_slot, in snd_soc_dai_get_channel_map()
/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()
Dwcd934x.c1843 unsigned int tx_num, unsigned int *tx_slot, in wcd934x_set_channel_map() argument
1857 if (!tx_slot || !rx_slot) { in wcd934x_set_channel_map()
1859 tx_slot, rx_slot); in wcd934x_set_channel_map()
1871 wcd->tx_chs[i].ch_num = tx_slot[i]; in wcd934x_set_channel_map()
1879 unsigned int *tx_num, unsigned int *tx_slot, in wcd934x_get_channel_map() argument
1907 if (!tx_slot || !tx_num) { in wcd934x_get_channel_map()
1909 tx_slot, tx_num); in wcd934x_get_channel_map()
1914 tx_slot[i++] = ch->ch_num; in wcd934x_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()
510 unsigned int tx_num, unsigned int *tx_slot, in q6slim_set_channel_map() argument
519 if (!tx_slot) { in q6slim_set_channel_map()
525 pcfg->slim.ch_mapping[i] = tx_slot[i]; in q6slim_set_channel_map()