All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] shared/lc3: Fix frame len in set 44_1 The frame len in set 44_1 shoule be 97.
@ 2025-12-11  3:02 michael_kong
  2025-12-11  4:01 ` bluez.test.bot
  0 siblings, 1 reply; 2+ messages in thread
From: michael_kong @ 2025-12-11  3:02 UTC (permalink / raw)
  To: linux-bluetooth; +Cc: michael_kong

---
 src/shared/lc3.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/shared/lc3.h b/src/shared/lc3.h
index a6f65eede..cb78b668d 100644
--- a/src/shared/lc3.h
+++ b/src/shared/lc3.h
@@ -206,7 +206,7 @@
 #define LC3_CONFIG_32_2_AC(_ac) \
 	LC3_CONFIG_32_AC(LC3_CONFIG_DURATION_10, LC3_CONFIG_FRAME_LEN_32_2, _ac)
 
-#define LC3_CONFIG_FRAME_LEN_44_1 98u
+#define LC3_CONFIG_FRAME_LEN_44_1 97u
 
 #define LC3_CONFIG_44_1 \
 	LC3_CONFIG_44(LC3_CONFIG_DURATION_7_5, LC3_CONFIG_FRAME_LEN_44_1)
-- 
2.29.1.windows.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2025-12-11  4:01 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-12-11  3:02 [PATCH] shared/lc3: Fix frame len in set 44_1 The frame len in set 44_1 shoule be 97 michael_kong
2025-12-11  4:01 ` bluez.test.bot

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.