mirror of https://github.com/thesofproject/sof.git
topology: sof-cml-rt5682-max98357a: change BE id to align with machine
driver The BE id for amplifier pipeline should be changed to 6 to align with machine driver (The commit ASoC: Intel: sof-rt5682: correct naming for dmic16k). Cc: Sathya Prakash M R <sathya.prakash.m.r@intel.com> Signed-off-by: Keyon Jie <yang.jie@linux.intel.com>
This commit is contained in:
parent
d1ae32a322
commit
b56fcbc44a
|
@ -49,8 +49,8 @@ PCM_PLAYBACK_ADD(Speakers, 5, PIPELINE_PCM_7)
|
|||
# BE configurations for Speakers - overrides config in ACPI if present
|
||||
#
|
||||
|
||||
#SSP 1 (ID: 5)
|
||||
DAI_CONFIG(SSP, 1, 5, SSP1-Codec,
|
||||
#SSP 1 (ID: 6)
|
||||
DAI_CONFIG(SSP, 1, 6, SSP1-Codec,
|
||||
SSP_CONFIG(I2S, SSP_CLOCK(mclk, 24000000, codec_mclk_in),
|
||||
SSP_CLOCK(bclk, 1500000, codec_slave),
|
||||
SSP_CLOCK(fsync, 46875, codec_slave),
|
||||
|
|
Loading…
Reference in New Issue