summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMengdong Lin <mengdong.lin@linux.intel.com>2016-11-25 13:20:02 +0800
committerTakashi Iwai <tiwai@suse.de>2016-11-25 10:23:53 +0100
commit2ef7a53c31de47f5f33127a89054a661a31bd310 (patch)
tree801c108624dec34bd7fe13056a2f77fbb23e2ec6
parentf53ff68562d68057860562dc63ad80b4ffa191e1 (diff)
downloadalsa-lib-2ef7a53c31de47f5f33127a89054a661a31bd310.tar.gz
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 <mengdong.lin@linux.intel.com> Signed-off-by: Takashi Iwai <tiwai@suse.de>
-rw-r--r--src/conf/topology/broadwell/broadwell.conf19
1 files changed, 19 insertions, 0 deletions
diff --git a/src/conf/topology/broadwell/broadwell.conf b/src/conf/topology/broadwell/broadwell.conf
index eb89377d..b8405d93 100644
--- a/src/conf/topology/broadwell/broadwell.conf
+++ b/src/conf/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"
+}