From: Mengdong Lin Date: Fri, 25 Nov 2016 05:20:02 +0000 (+0800) Subject: topology: Update physical link configurations in Broadwell text conf file X-Git-Tag: v1.2.1~2 X-Git-Url: https://git.alsa-project.org/?a=commitdiff_plain;h=9021d58176902c41a8c4300d744390b6f8e38ac7;p=alsa-topology-conf.git topology: Update physical link configurations in Broadwell text conf file To make this conf file a better example, add configurations for the physical link "Codec", same as that defined by Intel Broadwell upstream machine driver. Signed-off-by: Mengdong Lin Signed-off-by: Takashi Iwai --- diff --git a/topology/broadwell/broadwell.conf b/topology/broadwell/broadwell.conf index eb89377..b8405d9 100644 --- a/topology/broadwell/broadwell.conf +++ b/topology/broadwell/broadwell.conf @@ -389,3 +389,22 @@ SectionGraph."dsp" { "Analog Capture, , SSP0 CODEC IN" ] } + +SectionHWConfig."CodecHWConfig" { + id "1" + format "I2S" # physical audio format. + bclk "master" # Platform is master of bit clock + fsync "master" # platform is master of fsync +} + +SectionLink."Codec" { + + # used for binding to the physical link + id "0" + + hw_configs [ + "CodecHWConfig" + ] + + default_hw_conf_id "1" +}