Skip to content

Commit

Permalink
platform: tigerlake: increase ALH group count
Browse files Browse the repository at this point in the history
The PCM bidirectional FIFO count is 6 for Tigerlake hardware.

Link: thesofproject#9571
Signed-off-by: Kai Vehmanen <[email protected]>
  • Loading branch information
kv2019i committed Oct 21, 2024
1 parent 88bfd0e commit c204754
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/platform/tigerlake/include/platform/lib/dai.h
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,10 @@
/* ALH */

/** \brief Number of ALH bi-directional links */
#define DAI_NUM_ALH_BI_DIR_LINKS 16
#define DAI_NUM_ALH_BI_DIR_LINKS 24

/** \brief Number of contiguous ALH bi-dir links */
#define DAI_NUM_ALH_BI_DIR_LINKS_GROUP 4
#define DAI_NUM_ALH_BI_DIR_LINKS_GROUP 6

#endif /* __PLATFORM_LIB_DAI_H__ */

Expand Down

0 comments on commit c204754

Please sign in to comment.