drivers: intel: ssp: Correct FIFO depth value for CAVS25 platforms
The actual FIFO depth in Tiger Lake platforms is 32 and not 16. Signed-off-by: Peter Ujfalusi <peter.ujfalusi@linux.intel.com>
This commit is contained in:
parent
e8e907b5a5
commit
d75127caa4
1 changed files with 4 additions and 0 deletions
|
@ -29,7 +29,11 @@
|
||||||
#define DAI_INTEL_SSP_DEFAULT_IDX 1
|
#define DAI_INTEL_SSP_DEFAULT_IDX 1
|
||||||
|
|
||||||
/* the SSP port fifo depth */
|
/* the SSP port fifo depth */
|
||||||
|
#if (CONFIG_BOARD_INTEL_ADSP_CAVS25 || CONFIG_BOARD_INTEL_ADSP_CAVS25_TGPH)
|
||||||
|
#define DAI_INTEL_SSP_FIFO_DEPTH 32
|
||||||
|
#else
|
||||||
#define DAI_INTEL_SSP_FIFO_DEPTH 16
|
#define DAI_INTEL_SSP_FIFO_DEPTH 16
|
||||||
|
#endif
|
||||||
|
|
||||||
/* the watermark for the SSP fifo depth setting */
|
/* the watermark for the SSP fifo depth setting */
|
||||||
#define DAI_INTEL_SSP_FIFO_WATERMARK 8
|
#define DAI_INTEL_SSP_FIFO_WATERMARK 8
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue