]> git.alsa-project.org Git - alsa-lib.git/commitdiff
topology: use inclusive language in documentation
authorPierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
Thu, 12 Nov 2020 16:29:40 +0000 (10:29 -0600)
committerTakashi Iwai <tiwai@suse.de>
Tue, 17 Nov 2020 13:01:30 +0000 (14:01 +0100)
Use codec_provider and codec_consumer for bclk and fsync

Signed-off-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
include/topology.h

index 4ade20df0751fadd39b65ddeeb10cd80beae3974..d1feee4d9e255f81b1501d61e443ba3b298258ee 100644 (file)
@@ -658,8 +658,8 @@ extern "C" {
  *
  *     id "1"                          # used for binding to the config
  *     format "I2S"                    # physical audio format.
- *     bclk   "master"                 # Platform is master of bit clock
- *     fsync  "slave"                  # Platform is slave of fsync
+ *     bclk   "codec_provider"         # Codec provides the bit clock
+ *     fsync  "codec_consumer"         # Codec follows the fsync
  * }
  * </pre>
  *