Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Marijn Suijten
pulseaudio
Commits
9d289743
Commit
9d289743
authored
Nov 02, 2020
by
Marijn Suijten
🦀
1
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fixup! fixup! bluetooth: Delay A2DP Absolute Volume setup until property is available
parent
a20e7638
Pipeline
#222095
failed with stages
in 5 minutes and 44 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
2 deletions
+4
-2
src/modules/bluetooth/bluez5-util.c
src/modules/bluetooth/bluez5-util.c
+4
-2
No files found.
src/modules/bluetooth/bluez5-util.c
View file @
9d289743
...
@@ -710,8 +710,10 @@ static void bluez5_transport_request_volume(pa_bluetooth_transport *t) {
...
@@ -710,8 +710,10 @@ static void bluez5_transport_request_volume(pa_bluetooth_transport *t) {
void
pa_bluetooth_transport_setup_a2dp_absolute_volume
(
pa_bluetooth_transport
*
t
)
{
void
pa_bluetooth_transport_setup_a2dp_absolute_volume
(
pa_bluetooth_transport
*
t
)
{
pa_assert
(
t
);
pa_assert
(
t
);
/* A2DP Absolute Volume control (AVRCP 1.4) is optional */
bluez5_transport_request_volume
(
t
);
if
(
pa_bluetooth_profile_is_a2dp_sink
(
t
->
profile
)
||
pa_bluetooth_profile_is_a2dp_source
(
t
->
profile
))
/* A2DP Absolute Volume control (AVRCP 1.4) is optional */
bluez5_transport_request_volume
(
t
);
}
}
bool
pa_bluetooth_device_any_transport_connected
(
const
pa_bluetooth_device
*
d
)
{
bool
pa_bluetooth_device_any_transport_connected
(
const
pa_bluetooth_device
*
d
)
{
...
...
Marijn Suijten
🦀
@MarijnS95
mentioned in merge request
pulseaudio/pulseaudio!288 (closed)
·
Nov 02, 2020
mentioned in merge request
pulseaudio/pulseaudio!288 (closed)
mentioned in merge request pulseaudio/pulseaudio!288
Toggle commit list
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment