Dear Luiz,
Am 07.03.24 um 00:04 schrieb Luiz Augusto von Dentz:
From: Luiz Augusto von Dentz <luiz.von.dentz@xxxxxxxxx>
This summary could be:
Define macros for Audio Configurations
This adds defines for Audio Configurations so it can be used for
upcoming tests.
---
src/shared/lc3.h | 482 +++++++++++++++++++++++++++++++++++++++--------
1 file changed, 401 insertions(+), 81 deletions(-)
diff --git a/src/shared/lc3.h b/src/shared/lc3.h
index e0b2cdfc346d..41b29d4d1c8f 100644
--- a/src/shared/lc3.h
+++ b/src/shared/lc3.h
@@ -88,77 +88,200 @@
0x02, LC3_CONFIG_DURATION, _duration, \
0x03, LC3_CONFIG_FRAME_LEN, _len, _len >> 8)
+#define LC3_AC_BITS(_ac) (BIT(_ac) - 1)
I’d appreciate a comment, that AC means audio configuration.
[…]
Kind regards,
Paul