Skip to content

Commit

Permalink
platform: mtl: fix SSP DAI count
Browse files Browse the repository at this point in the history
Fix the SSP DAI count to 3.

Signed-off-by: Kai Vehmanen <kai.vehmanen@linux.intel.com>
  • Loading branch information
kv2019i committed Apr 17, 2024
1 parent c5230a9 commit 7111ed2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/platform/meteorlake/include/platform/lib/dai.h
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
*/

/** \brief Number of 'base' SSP ports available */
#define DAI_NUM_SSP_BASE 6
#define DAI_NUM_SSP_BASE 3

/* HD/A */

Expand Down

0 comments on commit 7111ed2

Please sign in to comment.