summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMengdong Lin <mengdong.lin@linux.intel.com>2016-11-25 13:20:02 +0800
committerJaroslav Kysela <perex@perex.cz>2019-11-13 11:20:46 +0100
commit9021d58176902c41a8c4300d744390b6f8e38ac7 (patch)
tree7cfbf369adfa512be8799c96ce7ff2fca4a4bb77
parent6abbe1847bfc2e2c10c853e32b882ab2f5634fc0 (diff)
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--topology/broadwell/broadwell.conf19
1 files changed, 19 insertions, 0 deletions
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"
+}