linux-bluetooth.vger.kernel.org archive mirror
 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

* RE: shared/lc3: Fix frame len in set 44_1 The frame len in set 44_1 shoule be 97.
  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
  0 siblings, 0 replies; 2+ messages in thread
From: bluez.test.bot @ 2025-12-11  4:01 UTC (permalink / raw)
  To: linux-bluetooth, kx960506

[-- Attachment #1: Type: text/plain, Size: 2701 bytes --]

This is automated email and please do not reply to this email!

Dear submitter,

Thank you for submitting the patches to the linux bluetooth mailing list.
This is a CI test results with your patch series:
PW Link:https://patchwork.kernel.org/project/bluetooth/list/?series=1032159

---Test result---

Test Summary:
CheckPatch                    PENDING   0.35 seconds
GitLint                       PENDING   0.31 seconds
BuildEll                      PASS      20.92 seconds
BluezMake                     PASS      671.12 seconds
MakeCheck                     FAIL      10.54 seconds
MakeDistcheck                 FAIL      214.28 seconds
CheckValgrind                 FAIL      256.76 seconds
CheckSmatch                   PASS      349.34 seconds
bluezmakeextell               PASS      180.96 seconds
IncrementalBuild              PENDING   0.42 seconds
ScanBuild                     PASS      1020.26 seconds

Details
##############################
Test: CheckPatch - PENDING
Desc: Run checkpatch.pl script
Output:

##############################
Test: GitLint - PENDING
Desc: Run gitlint
Output:

##############################
Test: MakeCheck - FAIL
Desc: Run Bluez Make Check
Output:

./test-driver: line 107: 31411 Aborted                 (core dumped) "$@" > $log_file 2>&1
make[3]: *** [Makefile:10316: test-suite.log] Error 1
make[2]: *** [Makefile:10424: check-TESTS] Error 2
make[1]: *** [Makefile:10874: check-am] Error 2
make: *** [Makefile:10876: check] Error 2
##############################
Test: MakeDistcheck - FAIL
Desc: Run Bluez Make Distcheck
Output:

../../test-driver: line 107: 52980 Aborted                 (core dumped) "$@" > $log_file 2>&1
make[4]: *** [Makefile:10316: test-suite.log] Error 1
make[3]: *** [Makefile:10424: check-TESTS] Error 2
make[2]: *** [Makefile:10874: check-am] Error 2
make[1]: *** [Makefile:10876: check] Error 2
make: *** [Makefile:10797: distcheck] Error 1
##############################
Test: CheckValgrind - FAIL
Desc: Run Bluez Make Check with Valgrind
Output:

tools/mgmt-tester.c: In function ‘main’:
tools/mgmt-tester.c:12984:5: note: variable tracking size limit exceeded with ‘-fvar-tracking-assignments’, retrying without
12984 | int main(int argc, char *argv[])
      |     ^~~~
./test-driver: line 107: 71964 Aborted                 (core dumped) "$@" > $log_file 2>&1
make[3]: *** [Makefile:10316: test-suite.log] Error 1
make[2]: *** [Makefile:10424: check-TESTS] Error 2
make[1]: *** [Makefile:10874: check-am] Error 2
make: *** [Makefile:10876: check] Error 2
##############################
Test: IncrementalBuild - PENDING
Desc: Incremental build with the patches in the series
Output:



---
Regards,
Linux Bluetooth


^ permalink raw reply	[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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).