borine

Results 214 comments of borine

In answer to your earlier question, I think it is not essential for Battery to appear last. I do like the idea of ALSA simple controls attaching a priority to...

> And such scenario will break current #master of bluealsa-ctl Hmm, could BlueALSA treat such case as if it were 2 different devices with same alias? So in case where...

I am struggling with this at the moment. 2 issues, I think not directly related. 1. So far I have been unable to achieve simultaneous SRC and SNK faststream connections...

The GIO critical message was introduced by commit f7da96296bf1180b313d1fa3776c5506c977831f This patch appears to fix it (only very limited testing done though): ```diff diff --git a/src/bluealsa-dbus.c b/src/bluealsa-dbus.c index 0d245c6..ac349c7 100644 ---...

> maybe the label could be litttttle bit shorter Some ideas: 1. Change the control type to switch instead of enum; then the same name can be used for both...

It turns out we can use the element index for softvol controls instead of having different names for playback and capture. I've added a commit that demonstrates this. It uses...

I've increased the SCO timeout to 100ms to make debugging easier. I need to read through the BT protocol layer interactions to understand the traces for Alt-3. That will take...

I've obtained a ASUS USB_BT500 adapter (usbid 0b05:190e) which has a realtek chip: ``` hciconfig -a hci0: Type: Primary Bus: USB BD Address: 04:42:1A:55:44:96 ACL MTU: 1021:5 SCO MTU: 255:11...

update on the firmware naming issue: this is a bug in the linux btrtl driver and was fixed in commit https://github.com/torvalds/linux/commit/9fd2e2949b43dea869f7fce0f8f51df44f635d59 which appears in linux 5.14. So for linux 5.13...

To answer some of the comment points above: > Accepted packet types bitmask in HCI Setup Sync Connection only sets 3-EV3, 2-EV5, 3-EV5 to true, yet actual connection is using...