Searched refs:tplg_dev (Results 1 – 1 of 1) sorted by relevance
39 int tplg_dev; in sof_sdw_get_tplg_files() local55 tplg_dev = TPLG_DEVICE_SDCA_JACK; in sof_sdw_get_tplg_files()58 tplg_dev = TPLG_DEVICE_SDCA_AMP; in sof_sdw_get_tplg_files()64 tplg_dev = TPLG_DEVICE_SDCA_MIC; in sof_sdw_get_tplg_files()80 tplg_dev = TPLG_DEVICE_INTEL_PCH_DMIC; in sof_sdw_get_tplg_files()82 tplg_dev = TPLG_DEVICE_HDMI; in sof_sdw_get_tplg_files()92 if (tplg_mask & BIT(tplg_dev)) in sof_sdw_get_tplg_files()95 tplg_mask |= BIT(tplg_dev); in sof_sdw_get_tplg_files()102 switch (tplg_dev) { in sof_sdw_get_tplg_files()
Completed in 4 milliseconds