Searched refs:snd_soc_dai_set_channel_map (Results 1 - 11 of 11) sorted by relevance
/kernel/linux/linux-5.10/sound/soc/qcom/ |
H A D | apq8096.c | 50 ret = snd_soc_dai_set_channel_map(cpu_dai, 0, NULL, in msm_snd_hw_params() 53 ret = snd_soc_dai_set_channel_map(cpu_dai, tx_ch_cnt, tx_ch, in msm_snd_hw_params() 83 snd_soc_dai_set_channel_map(codec_dai, ARRAY_SIZE(tx_ch), in apq8096_init()
|
H A D | sdm845.c | 76 ret = snd_soc_dai_set_channel_map(cpu_dai, 0, NULL, in sdm845_slim_snd_hw_params() 79 ret = snd_soc_dai_set_channel_map(cpu_dai, tx_ch_cnt, in sdm845_slim_snd_hw_params() 115 ret = snd_soc_dai_set_channel_map(cpu_dai, 0, NULL, in sdm845_tdm_snd_hw_params() 131 ret = snd_soc_dai_set_channel_map(cpu_dai, channels, in sdm845_tdm_snd_hw_params() 280 rval = snd_soc_dai_set_channel_map(codec_dai, in sdm845_dai_init()
|
/kernel/linux/linux-6.6/sound/soc/qcom/ |
H A D | apq8096.c | 50 ret = snd_soc_dai_set_channel_map(cpu_dai, 0, NULL, in msm_snd_hw_params() 53 ret = snd_soc_dai_set_channel_map(cpu_dai, tx_ch_cnt, tx_ch, in msm_snd_hw_params() 83 snd_soc_dai_set_channel_map(codec_dai, ARRAY_SIZE(tx_ch), in apq8096_init()
|
H A D | sdm845.c | 88 ret = snd_soc_dai_set_channel_map(cpu_dai, 0, NULL, in sdm845_slim_snd_hw_params() 91 ret = snd_soc_dai_set_channel_map(cpu_dai, tx_ch_cnt, in sdm845_slim_snd_hw_params() 127 ret = snd_soc_dai_set_channel_map(cpu_dai, 0, NULL, in sdm845_tdm_snd_hw_params() 143 ret = snd_soc_dai_set_channel_map(cpu_dai, channels, in sdm845_tdm_snd_hw_params() 299 rval = snd_soc_dai_set_channel_map(codec_dai, in sdm845_dai_init()
|
/kernel/linux/linux-6.6/sound/soc/intel/boards/ |
H A D | sof_cirrus_common.c | 126 ret = snd_soc_dai_set_channel_map(codec_dai, 0, NULL, in cs35l41_hw_params()
|
/kernel/linux/linux-5.10/sound/soc/ |
H A D | soc-dai.c | 228 * snd_soc_dai_set_channel_map - configure DAI audio channel map 239 int snd_soc_dai_set_channel_map(struct snd_soc_dai *dai, in snd_soc_dai_set_channel_map() function 251 EXPORT_SYMBOL_GPL(snd_soc_dai_set_channel_map); variable
|
/kernel/linux/linux-6.6/sound/soc/ |
H A D | soc-dai.c | 295 * snd_soc_dai_set_channel_map - configure DAI audio channel map 306 int snd_soc_dai_set_channel_map(struct snd_soc_dai *dai, in snd_soc_dai_set_channel_map() function 318 EXPORT_SYMBOL_GPL(snd_soc_dai_set_channel_map); variable
|
/kernel/linux/linux-5.10/include/sound/ |
H A D | soc-dai.h | 131 int snd_soc_dai_set_channel_map(struct snd_soc_dai *dai,
|
/kernel/linux/linux-5.10/sound/soc/samsung/ |
H A D | tm2_wm5110.c | 341 ret = snd_soc_dai_set_channel_map(amp_pdm_dai, ARRAY_SIZE(ch_map), in tm2_late_probe()
|
/kernel/linux/linux-6.6/include/sound/ |
H A D | soc-dai.h | 190 int snd_soc_dai_set_channel_map(struct snd_soc_dai *dai,
|
/kernel/linux/linux-6.6/sound/soc/samsung/ |
H A D | tm2_wm5110.c | 341 ret = snd_soc_dai_set_channel_map(amp_pdm_dai, ARRAY_SIZE(ch_map), in tm2_late_probe()
|
Completed in 9 milliseconds