Home
last modified time | relevance | path

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

/openbmc/linux/include/sound/
H A Dsimple_card_utils.h90 #define simple_props_to_codec_conf(props, i) ((props)->codec_conf + i) macro
111 ((conf) = simple_props_to_codec_conf(props, i)); \
/openbmc/linux/sound/soc/generic/
H A Daudio-graph-card.c218 struct snd_soc_codec_conf *cconf = simple_props_to_codec_conf(dai_props, 0); in graph_dai_link_of_dpcm()
H A Dsimple-card.c261 cconf = simple_props_to_codec_conf(dai_props, 0); in simple_dai_link_of_dpcm()
H A Daudio-graph-card2.c486 struct snd_soc_codec_conf *cconf = simple_props_to_codec_conf(dai_props, idx); in __graph_parse_node()