Message ID | 20240313150706.1279036-1-luiz.dentz@gmail.com (mailing list archive) |
---|---|
State | Superseded |
Headers | show |
Series | [BlueZ,v2,1/4] client/player: Split unicast and broadcast presets | expand |
Context | Check | Description |
---|---|---|
tedd_an/pre-ci_am | success | Success |
tedd_an/CheckPatch | success | CheckPatch PASS |
tedd_an/GitLint | success | Gitlint PASS |
tedd_an/BuildEll | success | Build ELL PASS |
tedd_an/BluezMake | success | Bluez Make PASS |
tedd_an/MakeCheck | fail | BlueZ Make Check FAIL: |
tedd_an/MakeDistcheck | fail | Make Distcheck FAIL: Package cups was not found in the pkg-config search path. Perhaps you should add the directory containing `cups.pc' to the PKG_CONFIG_PATH environment variable No package 'cups' found In file included from ../../src/shared/bap.c:30: ../../src/shared/bap.h:13:10: fatal error: src/shared/bap-defs.h: No such file or directory 13 | #include "src/shared/bap-defs.h" | ^~~~~~~~~~~~~~~~~~~~~~~ compilation terminated. make[2]: *** [Makefile:8570: src/shared/libshared_mainloop_la-bap.lo] Error 1 make[2]: *** Waiting for unfinished jobs.... make[1]: *** [Makefile:4646: all] Error 2 make: *** [Makefile:12102: distcheck] Error 1 |
tedd_an/CheckValgrind | fail | Check Valgrind FAIL: tools/mgmt-tester.c: In function ‘main’: tools/mgmt-tester.c:12721:5: note: variable tracking size limit exceeded with ‘-fvar-tracking-assignments’, retrying without 12721 | int main(int argc, char *argv[]) | ^~~~ ./test-driver: line 107: 62238 Aborted (core dumped) "$@" > $log_file 2>&1 make[3]: *** [Makefile:11642: test-suite.log] Error 1 make[2]: *** [Makefile:11750: check-TESTS] Error 2 make[1]: *** [Makefile:12179: check-am] Error 2 make: *** [Makefile:12181: check] Error 2 |
tedd_an/CheckSmatch | success | CheckSparse PASS |
tedd_an/bluezmakeextell | success | Make External ELL PASS |
tedd_an/IncrementalBuild | success | Incremental Build PASS |
tedd_an/ScanBuild | success | Scan Build PASS |
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=834997 ---Test result--- Test Summary: CheckPatch FAIL 2.53 seconds GitLint PASS 1.20 seconds BuildEll PASS 23.93 seconds BluezMake PASS 1673.14 seconds MakeCheck FAIL 11.20 seconds MakeDistcheck FAIL 34.83 seconds CheckValgrind FAIL 234.62 seconds CheckSmatch PASS 343.96 seconds bluezmakeextell PASS 117.64 seconds IncrementalBuild PASS 6202.18 seconds ScanBuild PASS 963.67 seconds Details ############################## Test: CheckPatch - FAIL Desc: Run checkpatch.pl script Output: [BlueZ,v2,2/4] client/player: Use macros from lc3.h to define presets WARNING:REPEATED_WORD: Possible repeated word: 'for' #97: This makes use of macros for for lc3.h to define preset configuration /github/workspace/src/src/13591504.patch total: 0 errors, 1 warnings, 397 lines checked NOTE: For some of the reported defects, checkpatch may be able to mechanically convert to the typical style using --fix or --fix-inplace. /github/workspace/src/src/13591504.patch has style problems, please review. NOTE: Ignored message types: COMMIT_MESSAGE COMPLEX_MACRO CONST_STRUCT FILE_PATH_CHANGES MISSING_SIGN_OFF PREFER_PACKED SPDX_LICENSE_TAG SPLIT_STRING SSCANF_TO_KSTRTO NOTE: If any of the errors are false positives, please report them to the maintainer, see CHECKPATCH in MAINTAINERS. [BlueZ,v2,3/4] shared/lc3: Add definition for broadcast configurations WARNING:PREFER_DEFINED_ATTRIBUTE_MACRO: Prefer __packed over __attribute__((packed)) #126: FILE: src/shared/bap-defs.h:15: +#define __packed __attribute__((packed)) ERROR:POINTER_LOCATION: "foo * bar" should be "foo *bar" #532: FILE: src/shared/lc3.h:762: + _ac * LC3_CONFIG_FRAME_LEN_8_1, \ ERROR:POINTER_LOCATION: "foo * bar" should be "foo *bar" #540: FILE: src/shared/lc3.h:770: + _ac * LC3_CONFIG_FRAME_LEN_8_1, \ ERROR:POINTER_LOCATION: "foo * bar" should be "foo *bar" #546: FILE: src/shared/lc3.h:776: + _ac * LC3_CONFIG_FRAME_LEN_8_2, \ ERROR:POINTER_LOCATION: "foo * bar" should be "foo *bar" #554: FILE: src/shared/lc3.h:784: + _ac * LC3_CONFIG_FRAME_LEN_8_2, \ ERROR:POINTER_LOCATION: "foo * bar" should be "foo *bar" #560: FILE: src/shared/lc3.h:790: + _ac * LC3_CONFIG_FRAME_LEN_16_1, \ ERROR:POINTER_LOCATION: "foo * bar" should be "foo *bar" #568: FILE: src/shared/lc3.h:798: + _ac * LC3_CONFIG_FRAME_LEN_16_1, \ ERROR:POINTER_LOCATION: "foo * bar" should be "foo *bar" #574: FILE: src/shared/lc3.h:804: + _ac * LC3_CONFIG_FRAME_LEN_16_2, \ ERROR:POINTER_LOCATION: "foo * bar" should be "foo *bar" #582: FILE: src/shared/lc3.h:812: + _ac * LC3_CONFIG_FRAME_LEN_16_2, \ ERROR:POINTER_LOCATION: "foo * bar" should be "foo *bar" #588: FILE: src/shared/lc3.h:818: + _ac * LC3_CONFIG_FRAME_LEN_24_1, \ ERROR:POINTER_LOCATION: "foo * bar" should be "foo *bar" #596: FILE: src/shared/lc3.h:826: + _ac * LC3_CONFIG_FRAME_LEN_24_1, \ ERROR:POINTER_LOCATION: "foo * bar" should be "foo *bar" #602: FILE: src/shared/lc3.h:832: + _ac * LC3_CONFIG_FRAME_LEN_24_2, \ ERROR:POINTER_LOCATION: "foo * bar" should be "foo *bar" #610: FILE: src/shared/lc3.h:840: + _ac * LC3_CONFIG_FRAME_LEN_24_2, \ ERROR:POINTER_LOCATION: "foo * bar" should be "foo *bar" #630: FILE: src/shared/lc3.h:860: + _ac * LC3_CONFIG_FRAME_LEN_32_2, \ ERROR:POINTER_LOCATION: "foo * bar" should be "foo *bar" #638: FILE: src/shared/lc3.h:868: + _ac * LC3_CONFIG_FRAME_LEN_32_2, \ ERROR:POINTER_LOCATION: "foo * bar" should be "foo *bar" #646: FILE: src/shared/lc3.h:876: + _ac * LC3_CONFIG_FRAME_LEN_44_1, \ ERROR:POINTER_LOCATION: "foo * bar" should be "foo *bar" #655: FILE: src/shared/lc3.h:885: + _ac * LC3_CONFIG_FRAME_LEN_44_1, \ ERROR:POINTER_LOCATION: "foo * bar" should be "foo *bar" #663: FILE: src/shared/lc3.h:893: + _ac * LC3_CONFIG_FRAME_LEN_44_2, \ ERROR:POINTER_LOCATION: "foo * bar" should be "foo *bar" #672: FILE: src/shared/lc3.h:902: + _ac * LC3_CONFIG_FRAME_LEN_44_2, \ ERROR:POINTER_LOCATION: "foo * bar" should be "foo *bar" #679: FILE: src/shared/lc3.h:909: + _ac * LC3_CONFIG_FRAME_LEN_48_1,\ ERROR:POINTER_LOCATION: "foo * bar" should be "foo *bar" #687: FILE: src/shared/lc3.h:917: + _ac * LC3_CONFIG_FRAME_LEN_48_1, \ ERROR:POINTER_LOCATION: "foo * bar" should be "foo *bar" #694: FILE: src/shared/lc3.h:924: + _ac * LC3_CONFIG_FRAME_LEN_48_2, \ ERROR:POINTER_LOCATION: "foo * bar" should be "foo *bar" #702: FILE: src/shared/lc3.h:932: + _ac * LC3_CONFIG_FRAME_LEN_48_2, \ ERROR:POINTER_LOCATION: "foo * bar" should be "foo *bar" #709: FILE: src/shared/lc3.h:939: + _ac * LC3_CONFIG_FRAME_LEN_48_3, \ ERROR:POINTER_LOCATION: "foo * bar" should be "foo *bar" #717: FILE: src/shared/lc3.h:947: + _ac * LC3_CONFIG_FRAME_LEN_48_3, \ ERROR:POINTER_LOCATION: "foo * bar" should be "foo *bar" #724: FILE: src/shared/lc3.h:954: + _ac * LC3_CONFIG_FRAME_LEN_48_4, \ ERROR:POINTER_LOCATION: "foo * bar" should be "foo *bar" #732: FILE: src/shared/lc3.h:962: + _ac * LC3_CONFIG_FRAME_LEN_48_4, \ ERROR:POINTER_LOCATION: "foo * bar" should be "foo *bar" #739: FILE: src/shared/lc3.h:969: + _ac * LC3_CONFIG_FRAME_LEN_48_5, \ ERROR:POINTER_LOCATION: "foo * bar" should be "foo *bar" #747: FILE: src/shared/lc3.h:977: + _ac * LC3_CONFIG_FRAME_LEN_48_5, \ ERROR:POINTER_LOCATION: "foo * bar" should be "foo *bar" #754: FILE: src/shared/lc3.h:984: + _ac * LC3_CONFIG_FRAME_LEN_48_6, \ ERROR:POINTER_LOCATION: "foo * bar" should be "foo *bar" #762: FILE: src/shared/lc3.h:992: + _ac * LC3_CONFIG_FRAME_LEN_48_6, \ /github/workspace/src/src/13591505.patch total: 30 errors, 1 warnings, 633 lines checked NOTE: For some of the reported defects, checkpatch may be able to mechanically convert to the typical style using --fix or --fix-inplace. /github/workspace/src/src/13591505.patch has style problems, please review. NOTE: Ignored message types: COMMIT_MESSAGE COMPLEX_MACRO CONST_STRUCT FILE_PATH_CHANGES MISSING_SIGN_OFF PREFER_PACKED SPDX_LICENSE_TAG SPLIT_STRING SSCANF_TO_KSTRTO NOTE: If any of the errors are false positives, please report them to the maintainer, see CHECKPATCH in MAINTAINERS. [BlueZ,v2,4/4] client/player: Use QOS macros from lc3.h to define presets WARNING:REPEATED_WORD: Possible repeated word: 'for' #97: This makes use of QOS macros for for lc3.h to define preset /github/workspace/src/src/13591506.patch total: 0 errors, 1 warnings, 597 lines checked NOTE: For some of the reported defects, checkpatch may be able to mechanically convert to the typical style using --fix or --fix-inplace. /github/workspace/src/src/13591506.patch has style problems, please review. NOTE: Ignored message types: COMMIT_MESSAGE COMPLEX_MACRO CONST_STRUCT FILE_PATH_CHANGES MISSING_SIGN_OFF PREFER_PACKED SPDX_LICENSE_TAG SPLIT_STRING SSCANF_TO_KSTRTO NOTE: If any of the errors are false positives, please report them to the maintainer, see CHECKPATCH in MAINTAINERS. ############################## Test: MakeCheck - FAIL Desc: Run Bluez Make Check Output: ./test-driver: line 107: 31947 Aborted (core dumped) "$@" > $log_file 2>&1 make[3]: *** [Makefile:11642: test-suite.log] Error 1 make[2]: *** [Makefile:11750: check-TESTS] Error 2 make[1]: *** [Makefile:12179: check-am] Error 2 make: *** [Makefile:12181: check] Error 2 ############################## Test: MakeDistcheck - FAIL Desc: Run Bluez Make Distcheck Output: Package cups was not found in the pkg-config search path. Perhaps you should add the directory containing `cups.pc' to the PKG_CONFIG_PATH environment variable No package 'cups' found In file included from ../../src/shared/bap.c:30: ../../src/shared/bap.h:13:10: fatal error: src/shared/bap-defs.h: No such file or directory 13 | #include "src/shared/bap-defs.h" | ^~~~~~~~~~~~~~~~~~~~~~~ compilation terminated. make[2]: *** [Makefile:8570: src/shared/libshared_mainloop_la-bap.lo] Error 1 make[2]: *** Waiting for unfinished jobs.... make[1]: *** [Makefile:4646: all] Error 2 make: *** [Makefile:12102: 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:12721:5: note: variable tracking size limit exceeded with ‘-fvar-tracking-assignments’, retrying without 12721 | int main(int argc, char *argv[]) | ^~~~ ./test-driver: line 107: 62238 Aborted (core dumped) "$@" > $log_file 2>&1 make[3]: *** [Makefile:11642: test-suite.log] Error 1 make[2]: *** [Makefile:11750: check-TESTS] Error 2 make[1]: *** [Makefile:12179: check-am] Error 2 make: *** [Makefile:12181: check] Error 2 --- Regards, Linux Bluetooth
diff --git a/client/player.c b/client/player.c index a40bf66e3967..cb771447bf4b 100644 --- a/client/player.c +++ b/client/player.c @@ -1403,7 +1403,7 @@ static struct codec_preset sbc_presets[] = { .target_latency = 0x03, \ } -static struct codec_preset lc3_presets[] = { +static struct codec_preset lc3_ucast_presets[] = { /* Table 4.43: QoS configuration support setting requirements */ LC3_PRESET("8_1_1", LC3_PRESET_8KHZ(LC3_CONFIG_DURATION_7_5, 26u), @@ -1565,6 +1565,111 @@ static struct codec_preset lc3_presets[] = { LC3_10_UNFRAMED(2 * 120u, 1u, 20u, 10000u)), }; +static struct codec_preset lc3_bcast_presets[] = { + /* Table 6.4: Broadcast Audio Stream configuration support requirements + * for the Broadcast Source and Broadcast Sink + */ + LC3_PRESET("8_1_1", + LC3_PRESET_8KHZ(LC3_CONFIG_DURATION_7_5, 26u), + LC3_7_5_UNFRAMED(26u, 2u, 8u, 40000u)), + LC3_PRESET("8_2_1", + LC3_PRESET_8KHZ(LC3_CONFIG_DURATION_10, 30u), + LC3_10_UNFRAMED(30u, 2u, 10u, 40000u)), + LC3_PRESET("16_1_1", + LC3_PRESET_16KHZ(LC3_CONFIG_DURATION_7_5, 30u), + LC3_7_5_UNFRAMED(30u, 2u, 8u, 40000u)), + LC3_PRESET("16_2_1", + LC3_PRESET_16KHZ(LC3_CONFIG_DURATION_10, 40u), + LC3_10_UNFRAMED(40u, 2u, 10u, 40000u)), + LC3_PRESET("24_1_1", + LC3_PRESET_24KHZ(LC3_CONFIG_DURATION_7_5, 45u), + LC3_7_5_UNFRAMED(45u, 2u, 8u, 40000u)), + LC3_PRESET("24_2_1", + LC3_PRESET_24KHZ(LC3_CONFIG_DURATION_10, 60u), + LC3_10_UNFRAMED(60u, 2u, 10u, 40000u)), + LC3_PRESET("32_1_1", + LC3_PRESET_32KHZ(LC3_CONFIG_DURATION_7_5, 60u), + LC3_7_5_UNFRAMED(60u, 2u, 8u, 40000u)), + LC3_PRESET("32_2_1", + LC3_PRESET_32KHZ(LC3_CONFIG_DURATION_10, 80u), + LC3_10_UNFRAMED(80u, 2u, 10u, 40000u)), + LC3_PRESET("44_1_1", + LC3_PRESET_44KHZ(LC3_CONFIG_DURATION_7_5, 98u), + QOS_FRAMED_2M(8163u, 98u, 4u, 24u, 40000u)), + LC3_PRESET("44_2_1", + LC3_PRESET_44KHZ(LC3_CONFIG_DURATION_10, 130u), + QOS_FRAMED_2M(10884u, 130u, 4u, 31u, 40000u)), + LC3_PRESET("48_1_1", + LC3_PRESET_48KHZ(LC3_CONFIG_DURATION_7_5, 75u), + LC3_7_5_UNFRAMED(75u, 4u, 15u, 40000u)), + LC3_PRESET("48_2_1", + LC3_PRESET_48KHZ(LC3_CONFIG_DURATION_10, 100u), + LC3_10_UNFRAMED(100u, 4u, 20u, 40000u)), + LC3_PRESET("48_3_1", + LC3_PRESET_48KHZ(LC3_CONFIG_DURATION_7_5, 90u), + LC3_7_5_UNFRAMED(90u, 4u, 15u, 40000u)), + LC3_PRESET("48_4_1", + LC3_PRESET_48KHZ(LC3_CONFIG_DURATION_10, 120u), + LC3_10_UNFRAMED(120u, 4u, 20u, 40000u)), + LC3_PRESET("48_5_1", + LC3_PRESET_48KHZ(LC3_CONFIG_DURATION_7_5, 117u), + LC3_7_5_UNFRAMED(117u, 4u, 15u, 40000u)), + LC3_PRESET("48_6_1", + LC3_PRESET_48KHZ(LC3_CONFIG_DURATION_10, 155u), + LC3_10_UNFRAMED(155u, 4u, 20u, 40000u)), + /* Broadcast Audio Stream configuration settings for high-reliability + * audio data. + */ + LC3_PRESET_HR("8_1_2", + LC3_PRESET_8KHZ(LC3_CONFIG_DURATION_7_5, 26u), + LC3_7_5_UNFRAMED(26u, 4u, 45u, 40000u)), + LC3_PRESET_HR("8_2_2", + LC3_PRESET_8KHZ(LC3_CONFIG_DURATION_10, 30u), + LC3_10_UNFRAMED(30u, 4u, 60u, 40000u)), + LC3_PRESET_HR("16_1_2", + LC3_PRESET_16KHZ(LC3_CONFIG_DURATION_7_5, 30u), + LC3_7_5_UNFRAMED(30u, 4u, 45u, 40000u)), + LC3_PRESET_HR("16_2_2", + LC3_PRESET_16KHZ(LC3_CONFIG_DURATION_10, 40u), + LC3_10_UNFRAMED(40u, 4u, 60u, 40000u)), + LC3_PRESET_HR("24_1_2", + LC3_PRESET_24KHZ(LC3_CONFIG_DURATION_7_5, 45u), + LC3_7_5_UNFRAMED(45u, 4u, 45u, 40000u)), + LC3_PRESET_HR("24_2_2", + LC3_PRESET_24KHZ(LC3_CONFIG_DURATION_10, 60u), + LC3_10_UNFRAMED(60u, 4u, 60u, 40000u)), + LC3_PRESET_HR("32_1_2", + LC3_PRESET_32KHZ(LC3_CONFIG_DURATION_7_5, 60u), + LC3_7_5_UNFRAMED(60u, 4u, 45u, 40000u)), + LC3_PRESET_HR("32_2_2", + LC3_PRESET_32KHZ(LC3_CONFIG_DURATION_10, 80u), + LC3_10_UNFRAMED(80u, 4u, 60u, 40000u)), + LC3_PRESET_HR("44_1_2", + LC3_PRESET_44KHZ(LC3_CONFIG_DURATION_7_5, 98u), + QOS_FRAMED_2M(8163u, 4u, 13u, 54u, 40000u)), + LC3_PRESET_HR("44_2_2", + LC3_PRESET_44KHZ(LC3_CONFIG_DURATION_10, 130u), + QOS_FRAMED_2M(10884u, 130u, 4u, 60u, 40000u)), + LC3_PRESET_HR("48_1_2", + LC3_PRESET_48KHZ(LC3_CONFIG_DURATION_7_5, 75u), + LC3_7_5_UNFRAMED(75u, 4u, 50u, 40000u)), + LC3_PRESET_HR("48_2_2", + LC3_PRESET_48KHZ(LC3_CONFIG_DURATION_10, 100u), + LC3_10_UNFRAMED(100u, 4u, 65u, 40000u)), + LC3_PRESET_HR("48_3_2", + LC3_PRESET_48KHZ(LC3_CONFIG_DURATION_7_5, 90u), + LC3_7_5_UNFRAMED(90u, 4u, 50u, 40000u)), + LC3_PRESET_HR("48_4_2", + LC3_PRESET_48KHZ(LC3_CONFIG_DURATION_10, 120u), + LC3_10_UNFRAMED(120u, 4u, 65u, 40000u)), + LC3_PRESET_HR("48_5_2", + LC3_PRESET_48KHZ(LC3_CONFIG_DURATION_7_5, 117u), + LC3_7_5_UNFRAMED(117u, 4u, 50u, 40000u)), + LC3_PRESET_HR("48_6_2", + LC3_PRESET_48KHZ(LC3_CONFIG_DURATION_10, 155u), + LC3_10_UNFRAMED(155u, 4u, 65u, 40000u)), +}; + static void print_ltv(const char *str, void *user_data) { const char *label = user_data; @@ -1615,10 +1720,10 @@ static struct preset { } presets[] = { PRESET(A2DP_SOURCE_UUID, A2DP_CODEC_SBC, sbc_presets, 6), PRESET(A2DP_SINK_UUID, A2DP_CODEC_SBC, sbc_presets, 6), - PRESET(PAC_SINK_UUID, LC3_ID, lc3_presets, 3), - PRESET(PAC_SOURCE_UUID, LC3_ID, lc3_presets, 3), - PRESET(BCAA_SERVICE_UUID, LC3_ID, lc3_presets, 3), - PRESET(BAA_SERVICE_UUID, LC3_ID, lc3_presets, 3), + PRESET(PAC_SINK_UUID, LC3_ID, lc3_ucast_presets, 3), + PRESET(PAC_SOURCE_UUID, LC3_ID, lc3_ucast_presets, 3), + PRESET(BCAA_SERVICE_UUID, LC3_ID, lc3_bcast_presets, 3), + PRESET(BAA_SERVICE_UUID, LC3_ID, lc3_bcast_presets, 3), }; static void parse_vendor_codec(const char *codec, uint16_t *vid, uint16_t *cid)
From: Luiz Augusto von Dentz <luiz.von.dentz@intel.com> Although their name matches unicast and broadcast are not actually the same when it comes to RTN and Max Latency, so this splits their settings into 2 presets tables and fix the values for broadcast. --- client/player.c | 115 +++++++++++++++++++++++++++++++++++++++++++++--- 1 file changed, 110 insertions(+), 5 deletions(-)