mirror of https://github.com/thesofproject/sof.git
platform: mtl: fix SSP DAI count
Fix the SSP DAI count to 3. Signed-off-by: Kai Vehmanen <kai.vehmanen@linux.intel.com>
This commit is contained in:
parent
c5230a9f0d
commit
7111ed266d
|
@ -19,7 +19,7 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/** \brief Number of 'base' SSP ports available */
|
/** \brief Number of 'base' SSP ports available */
|
||||||
#define DAI_NUM_SSP_BASE 6
|
#define DAI_NUM_SSP_BASE 3
|
||||||
|
|
||||||
/* HD/A */
|
/* HD/A */
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue