Home
last modified time | relevance | path

Searched refs:for_each_rtd_ch_maps (Results 1 – 5 of 5) sorted by relevance

/linux-6.15/sound/soc/sdw_utils/
H A Dsoc_sdw_cs_amp.c103 for_each_rtd_ch_maps(rtd, i, ch_map) { in asoc_sdw_cs_spk_feedback_rtd_init()
/linux-6.15/
H A D.clang-format429 - 'for_each_rtd_ch_maps'
/linux-6.15/sound/soc/
H A Dsoc-pcm.c1134 for_each_rtd_ch_maps(rtd, j, ch_maps) in __soc_pcm_hw_params()
2816 for_each_rtd_ch_maps(rtd, i, ch_maps) { in soc_get_playback_capture()
H A Dsoc-dapm.c4505 for_each_rtd_ch_maps(rtd, i, ch_maps) { in snd_soc_dapm_connect_dai_link_widgets()
/linux-6.15/include/sound/
H A Dsoc.h1214 #define for_each_rtd_ch_maps(rtd, i, ch_maps) for_each_link_ch_maps(rtd->dai_link, i, ch_maps) macro