Lines Matching refs:mach_params
998 struct snd_soc_acpi_mach_params *mach_params, in sof_card_codec_conf_alloc() argument
1007 adr_link = mach_params->links; in sof_card_codec_conf_alloc()
1041 struct snd_soc_acpi_mach_params *mach_params; in sof_card_dai_links_create() local
1060 mach_params = &mach->mach_params; in sof_card_dai_links_create()
1063 ret = sof_card_codec_conf_alloc(dev, mach_params, &codec_conf, &codec_conf_count); in sof_card_dai_links_create()
1087 ret = get_sdw_dailink_info(mach_params->links, in sof_card_dai_links_create()
1094 if (mach_params->codec_mask & IDISP_CODEC_MASK) in sof_card_dai_links_create()
1098 dmic_num = (sof_sdw_quirk & SOF_SDW_PCH_DMIC || mach_params->dmic_num) ? 2 : 0; in sof_card_dai_links_create()
1123 adr_link = mach_params->links; in sof_card_dai_links_create()
1424 if (mach->mach_params.dmic_num) { in mc_probe()
1428 mach->mach_params.dmic_num); in mc_probe()