Message ID | 20200903201024.1109914-4-pierre-louis.bossart@linux.intel.com |
---|---|
State | Superseded |
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..fcf9361d 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_follower" # Codec follows the fsync * } * </pre> *
Use codec_provider and codec_follower 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(-)