Home
last modified time | relevance | path

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

/linux/sound/soc/intel/boards/
H A Dsof_pcm512x.c215 SND_SOC_DAILINK_DEF(dmic_component,
291 links[id].codecs = dmic_component; in sof_card_dai_links_create()
292 links[id].num_codecs = ARRAY_SIZE(dmic_component); in sof_card_dai_links_create()
H A Dsof_board_helpers.c154 static struct snd_soc_dai_link_component dmic_component[] = { variable
257 link->codecs = dmic_component; in set_dmic_link()
258 link->num_codecs = ARRAY_SIZE(dmic_component); in set_dmic_link()
H A Dsof_es8336.c389 static struct snd_soc_dai_link_component dmic_component[] = { variable
492 links[id].codecs = dmic_component; in sof_card_dai_links_create()
493 links[id].num_codecs = ARRAY_SIZE(dmic_component); in sof_card_dai_links_create()
/linux/sound/soc/codecs/
H A Drt712-sdca.h22 struct snd_soc_component *dmic_component; member
H A Drt712-sdca.c1401 rt712->dmic_component = component; in rt712_sdca_dmic_probe()