Home
last modified time | relevance | path

Searched refs:ext_fmt (Results 1 – 3 of 3) sorted by relevance

/linux-6.15/sound/soc/
H A Dsoc-core.c1453 unsigned int ext_fmt; in snd_soc_runtime_set_dai_fmt() local
1480 ext_fmt = rtd->dai_link->codecs[i].ext_fmt; in snd_soc_runtime_set_dai_fmt()
1481 ret = snd_soc_dai_set_fmt(codec_dai, dai_fmt | ext_fmt); in snd_soc_runtime_set_dai_fmt()
1491 ext_fmt = rtd->dai_link->cpus[i].ext_fmt; in snd_soc_runtime_set_dai_fmt()
1492 ret = snd_soc_dai_set_fmt(cpu_dai, dai_fmt | ext_fmt); in snd_soc_runtime_set_dai_fmt()
/linux-6.15/sound/soc/generic/
H A Daudio-graph-card2.c807 dlc->ext_fmt = graph_parse_bitframe(ep_cpu); in graph_link_init()
814 dlc->ext_fmt = graph_parse_bitframe(ep_codec); in graph_link_init()
/linux-6.15/include/sound/
H A Dsoc.h651 unsigned int ext_fmt; member