diff mbox

[13/13] topology: Remove BE or CC in comments of physical links C API template

Message ID fdbdaafa8fd1f7cce5184a13428cb05f9a43a26c.1478407716.git.mengdong.lin@linux.intel.com (mailing list archive)
State New, archived
Headers show

Commit Message

mengdong.lin@linux.intel.com Nov. 6, 2016, 5:14 a.m. UTC
From: Mengdong Lin <mengdong.lin@linux.intel.com>

No longer use BE or CC in comments of C API template for physical links.
This template can be used by Backend or Codec-to-Codec DAI links but not
only for them.

Signed-off-by: Mengdong Lin <mengdong.lin@linux.intel.com>
diff mbox

Patch

diff --git a/include/topology.h b/include/topology.h
index 66dd084..c52c580 100644
--- a/include/topology.h
+++ b/include/topology.h
@@ -988,7 +988,7 @@  struct snd_tplg_hw_config_template {
  */
 struct snd_tplg_link_template {
 	const char *name;	/*!< link name, used to match */
-	int id;	/*!< unique ID - used to match with existing BE and CC links */
+	int id;	/*!< unique ID - used to match with existing physical links */
 	const char *stream_name;        /*!< link stream name, used to match */
 
 	int num_streams;	/*!< number of configs */