Message ID | 20200918212832.249184-4-pierre-louis.bossart@linux.intel.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | alsa-lib/ASoC: use inclusive language for bclk/fsync/topology | expand |
diff --git a/include/topology.h b/include/topology.h index 4ade20df..d1feee4d 100644 --- a/include/topology.h +++ b/include/topology.h @@ -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> *
Use codec_provider and codec_consumer for bclk and fsync Signed-off-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com> --- include/topology.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)