From e55cd317a25d0dcb966cdbbdf7d78ad97ed2bf2e Mon Sep 17 00:00:00 2001 From: Zhang Keqiao Date: Tue, 10 Jul 2018 10:47:14 +0800 Subject: [PATCH] topology: fix id for sof_cnl_rt274 topology Codec SSP id doesn't match with machine driver, so change the id to 1 to fix the topology loading issue. Signed-off-by: Zhang Keqiao --- topology/sof-cnl-rt274.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/topology/sof-cnl-rt274.m4 b/topology/sof-cnl-rt274.m4 index e416ce3f6..a2e6d52cb 100644 --- a/topology/sof-cnl-rt274.m4 +++ b/topology/sof-cnl-rt274.m4 @@ -63,7 +63,7 @@ PCM_DUPLEX_ADD(Passthrough, 3, 0, 0, PIPELINE_PCM_1, PIPELINE_PCM_2) # # BE configurations - overrides config in ACPI if present # -DAI_CONFIG(SSP, 0, 0, SSP0-Codec, +DAI_CONFIG(SSP, 0, 1, SSP0-Codec, SSP_CONFIG(DSP_B, SSP_CLOCK(mclk, 24000000, codec_mclk_in), SSP_CLOCK(bclk, 4800000, codec_slave), SSP_CLOCK(fsync, 48000, codec_slave),