summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMengdong Lin <mengdong.lin@linux.intel.com>2016-11-06 13:14:43 +0800
committerTakashi Iwai <tiwai@suse.de>2016-11-08 16:33:22 +0100
commit4597577750b66b08e3e3340f13861fdc480252e7 (patch)
tree6af8b16e9e3c1b1c333959a17c3492f2bb0b4a38
parenta182ab29c677311e288b7bba115f497c194187f7 (diff)
downloadalsa-lib-4597577750b66b08e3e3340f13861fdc480252e7.tar.gz
topology: Remove BE or CC in comments of physical links C API template
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> Signed-off-by: Takashi Iwai <tiwai@suse.de>
-rw-r--r--include/topology.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/topology.h b/include/topology.h
index 66dd084f..c52c580f 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 */