Home
last modified time | relevance | path

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

/linux/sound/soc/intel/common/
H A Dsof-function-topology-lib.c45 int tplg_dev; in sof_sdw_get_tplg_files() local
61 tplg_dev = TPLG_DEVICE_SDCA_JACK; in sof_sdw_get_tplg_files()
64 tplg_dev = TPLG_DEVICE_SDCA_AMP; in sof_sdw_get_tplg_files()
70 tplg_dev = TPLG_DEVICE_SDCA_MIC; in sof_sdw_get_tplg_files()
86 tplg_dev = TPLG_DEVICE_INTEL_PCH_DMIC; in sof_sdw_get_tplg_files()
88 tplg_dev = TPLG_DEVICE_HDMI; in sof_sdw_get_tplg_files()
91 tplg_dev = TPLG_DEVICE_LOOPBACK_VIRTUAL; in sof_sdw_get_tplg_files()
97 tplg_mask |= BIT(tplg_dev); in sof_sdw_get_tplg_files()
109 if (tplg_mask & BIT(tplg_dev)) in sof_sdw_get_tplg_files()
112 tplg_mask |= BIT(tplg_dev); in sof_sdw_get_tplg_files()
[all …]