18 Sep
2020
18 Sep
'20
11:28 p.m.
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(-)
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> *
--
2.25.1