mirror of https://github.com/thesofproject/sof.git
topology: cht: fix link id for nocodec DAI
Nocodec machine driver adds all the BE dai links with ID's linearly incrementing from 0. So the link ID should match with the SSP dai index. Signed-off-by: Ranjani Sridharan <ranjani.sridharan@linux.intel.com>
This commit is contained in:
parent
6b2ab3e5f4
commit
e56326ab48
|
@ -81,7 +81,7 @@ PCM_DUPLEX_ADD(Low Latency, 0, PIPELINE_PCM_1, PIPELINE_PCM_2)
|
|||
#
|
||||
# BE configurations - overrides config in ACPI if present
|
||||
#
|
||||
DAI_CONFIG(SSP, 2, 0, NoCodec-2,
|
||||
DAI_CONFIG(SSP, 2, 2, NoCodec-2,
|
||||
SSP_CONFIG(I2S, SSP_CLOCK(mclk, 19200000, codec_mclk_in),
|
||||
SSP_CLOCK(bclk, 2400000, codec_slave),
|
||||
SSP_CLOCK(fsync, 48000, codec_slave),
|
||||
|
|
Loading…
Reference in New Issue