mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-11-04 13:30:08 -05:00
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>
This commit is contained in:
parent
f53ff68562
commit
2ef7a53c31
1 changed files with 19 additions and 0 deletions
|
|
@ -389,3 +389,22 @@ SectionGraph."dsp" {
|
||||||
"Analog Capture, , SSP0 CODEC IN"
|
"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"
|
||||||
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue