Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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.

Signed-off-by: Kai Vehmanen <kai.vehmanen@linux.intel.com>
kv2019i committed Oct 21, 2024
1 parent 88bfd0e commit d5e83fe
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
@@ -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__ */

0 comments on commit d5e83fe

Please sign in to comment.