Home
last modified time | relevance | path

Searched refs:component_chaining (Results 1 – 4 of 4) sorted by relevance

/linux-6.6.21/sound/soc/tegra/
Dtegra_audio_graph_card.c210 card->component_chaining = 1; in tegra_audio_graph_probe()
/linux-6.6.21/sound/soc/generic/
Daudio-graph-card.c210 if (card->component_chaining && !soc_component_is_pcm(cpus)) { in graph_dai_link_of_dpcm()
/linux-6.6.21/sound/soc/
Dsoc-pcm.c1422 fe->card->component_chaining ? in dpcm_path_get()
1527 if (fe->card->component_chaining && in dpcm_add_paths()
/linux-6.6.21/include/sound/
Dsoc.h1060 unsigned int component_chaining:1; member