Message ID | 20250416-bass_modify-v1-1-6f4a85c2c7e4@amlogic.com (mailing list archive) |
---|---|
State | New |
Headers | show |
Series | [BlueZ,bluez] bass: remove the device of BIS source when modify operation. | expand |
Context | Check | Description |
---|---|---|
tedd_an/pre-ci_am | success | Success |
tedd_an/BuildEll | success | Build ELL PASS |
tedd_an/BluezMake | success | Bluez Make PASS |
tedd_an/MakeCheck | success | Bluez Make Check PASS |
tedd_an/MakeDistcheck | success | Make Distcheck PASS |
tedd_an/CheckValgrind | success | Check Valgrind PASS |
tedd_an/CheckSmatch | success | CheckSparse PASS |
tedd_an/bluezmakeextell | success | Make External ELL 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=953925 ---Test result--- Test Summary: CheckPatch PENDING 0.30 seconds GitLint PENDING 0.33 seconds BuildEll PASS 20.50 seconds BluezMake PASS 2619.23 seconds MakeCheck PASS 20.29 seconds MakeDistcheck PASS 199.27 seconds CheckValgrind PASS 276.10 seconds CheckSmatch PASS 326.07 seconds bluezmakeextell PASS 130.09 seconds IncrementalBuild PENDING 0.32 seconds ScanBuild PASS 906.75 seconds Details ############################## Test: CheckPatch - PENDING Desc: Run checkpatch.pl script Output: ############################## Test: GitLint - PENDING Desc: Run gitlint Output: ############################## Test: IncrementalBuild - PENDING Desc: Incremental build with the patches in the series Output: --- Regards, Linux Bluetooth
diff --git a/profiles/audio/bass.c b/profiles/audio/bass.c index c36f43277..4bbb1bf17 100644 --- a/profiles/audio/bass.c +++ b/profiles/audio/bass.c @@ -1427,6 +1427,9 @@ static int handle_mod_src_req(struct bt_bcast_src *bcast_src, bt_bass_set_pa_sync(dg->src, BT_BASS_NOT_SYNCHRONIZED_TO_PA); + + /* Remove device of BIS source*/ + btd_adapter_remove_device(device_get_adapter(dg->device), dg->device); } else { bass_update_bis_sync(dg, bcast_src); }