mirror of https://github.com/thesofproject/sof.git
topology: imx: sai: correct link name
Link name changed to be.wm8960-hifi align to that Correct clocks too Signed-off-by: Guido Roncarolo <guido.roncarolo@nxp.com>
This commit is contained in:
parent
d1dcdfedf6
commit
a9f2f85c35
|
@ -50,7 +50,7 @@ dnl period, priority, core, time_domain)
|
|||
# playback DAI is SAI1 using 2 periods
|
||||
# Buffers use s24le format, with 48 frame per 1000us on core 0 with priority 0
|
||||
DAI_ADD(sof/pipe-dai-playback.m4,
|
||||
1, SAI, 1, SAI1-Codec,
|
||||
1, SAI, 1, be.wm8960-hifi,
|
||||
PIPELINE_SOURCE_1, 2, s24le,
|
||||
1000, 0, 0)
|
||||
|
||||
|
@ -60,9 +60,9 @@ dnl PCM_PLAYBACK_ADD(name, pcm_id, playback)
|
|||
PCM_PLAYBACK_ADD(Port0, 0, PIPELINE_PCM_1)
|
||||
|
||||
dnl DAI_CONFIG(type, idx, link_id, name, sai_config)
|
||||
DAI_CONFIG(SAI, 1, 0, SAI1-Codec,
|
||||
SAI_CONFIG(I2S, SAI_CLOCK(mclk, 49152000, codec_mclk_in),
|
||||
SAI_CLOCK(bclk, 3072000, codec_slave),
|
||||
SAI_CLOCK(fsync, 48000, codec_slave),
|
||||
DAI_CONFIG(SAI, 1, 0, be.wm8960-hifi,
|
||||
SAI_CONFIG(I2S, SAI_CLOCK(mclk, 12288000, codec_mclk_in),
|
||||
SAI_CLOCK(bclk, 3072000, codec_master),
|
||||
SAI_CLOCK(fsync, 48000, codec_master),
|
||||
SAI_TDM(2, 32, 3, 3),
|
||||
SAI_CONFIG_DATA(SAI, 1, 0)))
|
||||
|
|
Loading…
Reference in New Issue