Home
last modified time | relevance | path

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

/Linux-v5.15/include/sound/
Dsimple_card_utils.h83 #define simple_props_to_codec_conf(props, i) ((props)->codec_conf + i) macro
104 ((conf) = simple_props_to_codec_conf(props, i)); \
/Linux-v5.15/sound/soc/generic/
Daudio-graph-card.c319 struct snd_soc_codec_conf *cconf = simple_props_to_codec_conf(dai_props, 0); in graph_dai_link_of_dpcm()
Dsimple-card.c223 cconf = simple_props_to_codec_conf(dai_props, 0); in simple_dai_link_of_dpcm()