Searched defs:snd_tplg_link_template (Results 1 – 1 of 1) sorted by relevance
1067 struct snd_tplg_link_template { struct1068 const char *name; /*!< link name, used to match */1069 int id; /*!< unique ID - used to match with existing physical links */1070 const char *stream_name; /*!< link stream name, used to match */1072 int num_streams; /*!< number of configs */1073 struct snd_tplg_stream_template *stream; /*!< supported configs */1075 struct snd_tplg_hw_config_template *hw_config; /*!< supported HW configs */1099 struct snd_tplg_link_template *link; /*!< physical DAI Links */ argument