]> git.alsa-project.org Git - alsa-lib.git/commitdiff
topology: Remove BE or CC in comments of physical links C API template
authorMengdong Lin <mengdong.lin@linux.intel.com>
Sun, 6 Nov 2016 05:14:43 +0000 (13:14 +0800)
committerTakashi Iwai <tiwai@suse.de>
Tue, 8 Nov 2016 15:33:22 +0000 (16:33 +0100)
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>
include/topology.h

index 66dd084ff173128478037e4a7ae9ab9b613048a1..c52c580f5fb23d65fd927cc6ab0e44fdfa48dc6f 100644 (file)
@@ -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 */