mirror of https://github.com/thesofproject/sof.git
topology: sof-smart-amplifier: update speaker amp ssp DAI configuration
Speaker amp's SSP tdm & clock is configured for 32-bit, accordingly update DAI configuration to s32_le. Signed-off-by: Sathyanarayana Nujella <sathyanarayana.nujella@intel.com>
This commit is contained in:
parent
67f3b06d69
commit
12ce388775
|
@ -168,14 +168,14 @@ DAI_ADD(sof/pipe-dai-capture.m4,
|
|||
# Buffers use s32le format, 1000us deadline on core 0 with priority 0
|
||||
DAI_ADD(sof/pipe-dai-playback.m4,
|
||||
SMART_PB_PPL_ID, SSP, SMART_SSP_INDEX, SMART_SSP_NAME,
|
||||
SMART_PIPE_SOURCE, 2, s24le,
|
||||
SMART_PIPE_SOURCE, 2, s32le,
|
||||
1000, 0, 0, SCHEDULE_TIME_DOMAIN_TIMER)
|
||||
|
||||
# capture DAI is SSP(SSP_INDEX) using 2 periods
|
||||
# Buffers use s32le format, 1000us deadline on core 0 with priority 0
|
||||
DAI_ADD(sof/pipe-dai-capture.m4,
|
||||
SMART_REF_PPL_ID, SSP, SMART_SSP_INDEX, SMART_SSP_NAME,
|
||||
SMART_PIPE_SINK, 2, s24le,
|
||||
SMART_PIPE_SINK, 2, s32le,
|
||||
1000, 0, 0, SCHEDULE_TIME_DOMAIN_TIMER)
|
||||
')
|
||||
|
||||
|
@ -225,7 +225,7 @@ DAI_CONFIG(SSP, SMART_SSP_INDEX, SMART_BE_ID, SMART_SSP_NAME,
|
|||
SSP_CLOCK(bclk, 12288000, codec_slave),
|
||||
SSP_CLOCK(fsync, 48000, codec_slave),
|
||||
SSP_TDM(8, 32, 15, 255),
|
||||
SSP_CONFIG_DATA(SSP, SMART_SSP_INDEX, 24, 0, SMART_SSP_QUIRK)))
|
||||
SSP_CONFIG_DATA(SSP, SMART_SSP_INDEX, 32, 0, SMART_SSP_QUIRK)))
|
||||
')
|
||||
|
||||
DEBUG_END
|
||||
|
|
Loading…
Reference in New Issue