mbox series

[BlueZ,0/2] Introduce option to limit A2DP channels

Message ID 20241107220121.97417-1-VAnPushkarev@salutedevices.com (mailing list archive)
Headers show
Series Introduce option to limit A2DP channels | expand

Message

Victor Pushkarev Nov. 7, 2024, 10:01 p.m. UTC
This patch adds feature to limit the number of active A2DP connections.

This may be necessary to prevent audio mixing problem when playing from
multiple sources using the A2DP profile.

Victor Pushkarev (2):
  main.conf: Introduce option to limit A2DP channels
  a2dp: Reject incoming connection when channel limit is exceeded

 profiles/audio/a2dp.c  |  9 +++++++++
 profiles/audio/media.c | 11 +++++++++++
 src/btd.h              |  6 ++++++
 src/main.c             | 15 +++++++++++++++
 src/main.conf          |  5 +++++
 5 files changed, 46 insertions(+)