Diff between 5c90ef8d8247e857113f2ba220393f73634898b1 and 711814570bad07451e0c1c873f3b46c01a8d8d1f

Changed Files

File Additions Deletions Status
src/shared/lc3.h +3 -1 modified

Full Patch

diff --git a/src/shared/lc3.h b/src/shared/lc3.h
index 3a8c6f7..75bec05 100644
--- a/src/shared/lc3.h
+++ b/src/shared/lc3.h
@@ -4,6 +4,7 @@
  *  BlueZ - Bluetooth protocol stack for Linux
  *
  *  Copyright (C) 2022  Intel Corporation. All rights reserved.
+ *  Copyright 2024 NXP
  *
  */
 
@@ -67,7 +68,8 @@
 #define LC3_CONFIG_DURATION_7_5	0x00
 #define LC3_CONFIG_DURATION_10	0x01
 
-#define LC3_CONFIG_CHAN_ALLOC	(LC3_CONFIG_BASE + 2)
+#define LC3_CONFIG_CHAN_ALLOC		(LC3_CONFIG_BASE + 2)
+#define LC3_CONFIG_CHAN_ALLOC_LEN	0x05
 
 #define LC3_CONFIG_FRAME_LEN	(LC3_CONFIG_BASE + 3)