bluez5: select BAP audio locations in SelectProperties

Do BAP audio location selection properly in SelectProperties, now that
BlueZ provides the supported locations there. Remove a previous
workaround.

The audio location in SelectProperties determines the audio channel
allocation, which determines the channel positions.
This commit is contained in:
Pauli Virtanen 2023-04-22 19:32:59 +03:00
parent 815501cc1f
commit 420f7cb48e
3 changed files with 97 additions and 117 deletions

View file

@ -630,7 +630,6 @@ struct spa_bt_transport {
unsigned int latency_us;
uint8_t bap_cig;
uint8_t bap_cis;
uint32_t bap_location;
uint32_t bap_interval;
struct spa_bt_iso_io *iso_io;