Home
last modified time | relevance | path

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

/Linux-v5.10/sound/soc/intel/boards/
Dsof_sdw.c819 struct snd_soc_codec_conf *c_conf; in sof_card_codec_conf_alloc() local
839 c_conf = devm_kzalloc(dev, num_codecs * sizeof(*c_conf), GFP_KERNEL); in sof_card_codec_conf_alloc()
840 if (!c_conf) in sof_card_codec_conf_alloc()
843 *codec_conf = c_conf; in sof_card_codec_conf_alloc()