Lines Matching refs:mach_params
1153 struct snd_soc_acpi_mach_params *mach_params, in sof_card_codec_conf_alloc() argument
1162 adr_link = mach_params->links; in sof_card_codec_conf_alloc()
1196 struct snd_soc_acpi_mach_params *mach_params; in sof_card_dai_links_create() local
1215 mach_params = &mach->mach_params; in sof_card_dai_links_create()
1218 ret = sof_card_codec_conf_alloc(dev, mach_params, &codec_conf, &codec_conf_count); in sof_card_dai_links_create()
1226 if (mach_params->codec_mask & IDISP_CODEC_MASK) { in sof_card_dai_links_create()
1246 ret = get_sdw_dailink_info(dev, mach_params->links, in sof_card_dai_links_create()
1254 dmic_num = (sof_sdw_quirk & SOF_SDW_PCH_DMIC || mach_params->dmic_num) ? 2 : 0; in sof_card_dai_links_create()
1279 adr_link = mach_params->links; in sof_card_dai_links_create()
1579 if (mach->mach_params.dmic_num) { in mc_probe()
1583 mach->mach_params.dmic_num); in mc_probe()