Wim Taymans
3659d70aef
acp: complain louder when profile files are missing
2021-02-04 10:31:55 +01:00
Pauli Virtanen
4cf0826b4f
bluez5: connect to SBC endpoints in order of preference
...
High sampling frequencies should be preferred. SBC-XQ should also
prefer dual channel.
2021-02-04 00:05:34 +02:00
Pauli Virtanen
fdbcaeb20f
bluez5: fix bug in endpoint sort function
2021-02-03 23:00:33 +02:00
Raghavendra
ec1861c5d9
libcamera: fix the build and capture issues with latest libcamera version.
2021-02-03 16:57:09 +05:30
Pauli Virtanen
0346b477ad
bluez5: make routes compatible with default-route
...
default-route wants to have SPA_PARAM_ROUTE_devices and
card.profile.devices before it will restore routes. Add these
also for bluez5-devices.
Fixes restoring volumes on Bluetooth profile change.
2021-02-03 10:49:30 +00:00
Huang-Huang
ab4223601f
bluez5: fix type of 'Codec' on remote endpoint
...
Vendor codec(LDAC, aptX) uses codec ID 0xff, use uint8 to fill it.
2021-02-03 00:01:29 +08:00
Wim Taymans
2b44f42845
pass the complete buffer size to snprintf
...
There is no reason to pass size-1, snprintf will always put a \0
at the end.
2021-02-02 12:09:29 +01:00
Wim Taymans
41063578a5
bluez5: use for_each_safe when items can be removed
...
Removing items when iterating a list of only allowed when using the
_safe versions of for_each
2021-02-02 11:48:47 +01:00
Wim Taymans
47b6ce84b2
channelmix: initialize with float
2021-02-02 11:01:01 +01:00
Wim Taymans
9d74bd61a7
bluez5: fix debug line
2021-02-02 11:00:16 +01:00
Pauli Virtanen
f841bc0b5b
bluez5: remove pipewire device when bluez device disappears
...
The pipewire device holds a pointer to the device, and should be removed
when BlueZ removes the underlying device.
2021-02-02 09:56:30 +00:00
Pauli Virtanen
4d9e9fcc33
bluez5: emit events on profile change and handle them
...
BlueZ may connect transports long after DEVICE_PROFILE_TRANSPORT_SEC has
passed on already existing devices. When this occurs, the bluez5
pipewire device should notify that the profile enumeration has changed.
Ignore these events during A2DP codec switch, and handle any changes
when the switch completes.
2021-02-02 09:56:29 +00:00
Pauli Virtanen
8ffde47080
bluez5: deal with device removal while we're switching the codec
...
Don't remove devices when there's a codec switch active, but check if
they should be removed once it completes.
2021-02-02 09:56:29 +00:00
Pauli Virtanen
5d97351970
bluez5: expose different A2DP codecs as separate profiles
...
The codecs probably should become a separate param later on, but this
workaround at least makes existing UIs work.
2021-02-02 09:56:29 +00:00
Pauli Virtanen
0c74b90f0e
bluez5: helper functions for querying codecs on device
2021-02-02 09:56:29 +00:00
Pauli Virtanen
b642c7f209
bluez5: support device capability checks beyond A2DP caps + split sbc-xq to separate codec
...
We would like to have BT device codec capability checks beyond what's
possible based on A2DP caps.
Split SBC-XQ to a separate codec, and enable it in the device-dependent
check (although currently it just uses the config option).
2021-02-02 09:56:29 +00:00
Pauli Virtanen
e860f2bb4e
bluez5: basic codec-switching framework
2021-02-02 09:56:29 +00:00
Pauli Virtanen
0908588d0c
bluez5: add codec check_caps + check vendor codec id for ldac & aptx
2021-02-02 09:56:29 +00:00
Pauli Virtanen
ce335b6d88
bluez5: keep track of remote endpoints
2021-02-02 09:56:29 +00:00
Wim Taymans
be6410909f
audioadapter: remove some unused code
2021-02-01 15:16:39 +01:00
Huang-Huang
b9f2e6a8c4
bluez5: disable HSP AG by default in native backend
2021-02-01 03:39:49 +08:00
Huang-Huang
f6cc45f736
bluez5: allow headset roles selecting
2021-01-31 18:12:07 +00:00
Huang-Huang
b66e67db14
bluez5: unregister HSP dbus object paths when current HSP/HFP registration fails
2021-02-01 00:01:23 +08:00
Huang-Huang
c778bd734c
a2dp: improve codec specific transport socket send buffer size setting
2021-01-31 09:01:40 +08:00
Wim Taymans
28376d1db2
bluez: avoid warning
2021-01-30 19:31:52 +01:00
Pauli Virtanen
494194c4bf
bluez5: allow selecting codecs to use in config file
...
For debugging, it may be useful to disable some of the codecs. Enable
configuring this in config file, to make it more convenient for users,
who may not know how to recompile/install pipewire.
2021-01-30 17:23:07 +00:00
Wim Taymans
f43bcca35e
media-session: implement route selection and restore
...
Disable automatic port configuration in acp and move the logic
to the session manager.
Implement initial port selection and restore on profile activation.
Implement route switch when unavailable
Implement port settings save.
2021-01-29 16:59:17 +01:00
Wim Taymans
2a1875fc35
bluez: disable pause on idle by default
2021-01-29 15:37:32 +01:00
Wim Taymans
ab5059cd07
alsa: add array of devices in EnumProfile
...
So that we can enumerate the possible Routes per device for
this profile as well.
2021-01-29 15:27:25 +01:00
Jonas Holmberg
0ccad38df1
alsa-pcm: Fix target calculation
...
Use threshold instead of last_threshold so that early wakeup is detected
in handle_capture() when duration changes.
2021-01-28 16:18:35 +00:00
Wim Taymans
b2e4f1358d
bluez5: clean up some profile names
2021-01-27 20:50:23 +01:00
Wim Taymans
7fa1833310
bluez5: use function to get profile name
2021-01-27 20:39:02 +01:00
Wim Taymans
3312757706
acp: use auto-profile and auto-port properties
...
Also disable initial automatic profile selection when auto-profile
is set to false
2021-01-27 13:48:10 +01:00
Wim Taymans
64b078d7bb
acp: fix port and profile name lookup
2021-01-27 13:48:10 +01:00
Wim Taymans
cdce04bdb1
jack-device: set node.description
...
Some apps crash when it's not set
2021-01-27 13:48:10 +01:00
Jonas Holmberg
30848ada6b
alsa-pcm: Change resync warning to info
...
Do not print a warning when a client with custom latency disconnects.
2021-01-26 15:46:23 +01:00
Wim Taymans
fbb5dad6d1
alsa: bundle param changes
...
Only poll events and set_param can cause a param changed events.
Keep track of all the changes in the param user data and at the
end of the poll/set_param emit one notification for all changed
params.
2021-01-25 17:06:54 +01:00
Wim Taymans
30d568403c
bluez5: mark profiles as available
2021-01-25 15:53:36 +01:00
Wim Taymans
26d5fe373e
bluez5: fix mute
...
Actually remember the mute state and use this when reporting our
state.
See #559
2021-01-25 15:21:23 +01:00
Wim Taymans
b3f728b1a0
bluez5: set device.bus to bluetooth
2021-01-25 13:07:31 +01:00
Pauli Virtanen
8b4fbac187
sco-sink: msbc timeout should follow processed samples
...
Remove wrong adjustment to the write timeout with mSBC.
The time between writes should be the 7.5ms at which we encode, which is
correct even when the frames get fragmented to incommensurate tx packets
(on USB BT adapters).
Fixes sound on RTL8176B. This adapter has large reported write_mtu, so
the wrong delay affected it.
2021-01-22 23:11:17 +02:00
Wim Taymans
1eb9d73814
bluez5: skip routes without a profile
2021-01-22 17:35:27 +01:00
Frédéric Danis
f464d8c596
bluez5: Fix NULL dereference in backend-native
...
Fixes : #602
2021-01-22 15:28:21 +00:00
Wim Taymans
73896bfa83
alsa: rework batch handling a bit
...
By default, use a 512 period for batch and use 512 headroom
Add a property to disable special batch handling.
2021-01-21 17:14:51 +01:00
Wim Taymans
af092a9a7e
v4l2: respect allowed data types
...
Check if we can do DmaBuf as the data type before we attempt this.
Otherwise we don't get any data in clients that can't deal with
DmaBuf.
2021-01-21 16:04:37 +01:00
Wim Taymans
d82066e49f
acp: sync with pulseaudio
2021-01-19 10:52:28 +01:00
Wim Taymans
88727afbd2
resample: take already queued sample into account
...
When asking for samples, take into account the amount of samples
we already have converted.
2021-01-18 15:09:54 +01:00
Wim Taymans
51d44e9154
test: improve resampler test
...
Test with different amount of input samples.
2021-01-18 15:08:23 +01:00
Wim Taymans
d9a63dc69f
alsa: disable pause-on-idle by default
...
snd_pcm_drop() causes pops and cracks. It is better to just let the
sink consume silence until it gets suspended.
2021-01-18 11:13:48 +01:00
Wim Taymans
19be555fa6
audioadapter: run the converter after follower drained
...
When the follower drained, rerun the converter again to let it drain
as well.
2021-01-18 10:29:50 +01:00