Skip to content
Snippets Groups Projects
Commit 421e5342 authored by Frédéric Dalleau's avatar Frédéric Dalleau
Browse files

armhf-target: Modify PulseAudio configuration

On armhf, the following error prevents loopback of bluetooth audio.
W: [alsa-source-HiFi sgtl5000-0] alsa-source.c: Resume failed,
                         couldn't restore original sample settings.

The error can be avoided by modifying the 'alternate-sample-rate'
configuration settings to match 'default-sample-rate'.

Since the minimal image does not contain pulseaudio, add the
change in the armhf target overlay to obtain a target image
specific change.

Apertis: https://phabricator.apertis.org/T3687



Signed-off-by: default avatarFrédéric Dalleau <frederic.dalleau@collabora.com>
Reviewed-by: default avatarEmanuele Aina <emanuele.aina@collabora.co.uk>
Differential Revision: https://phabricator.apertis.org/D7410
parent a8159306
No related branches found
No related tags found
No related merge requests found
# On iMX6.q, the following error is visible preventing audio loopback
# to start
# W: [alsa-source-HiFi sgtl5000-0] alsa-source.c: Resume failed, couldn't restore original sample settings.
#
# Use this file to override the default value of alternate-sample-rate
# to match that of default-sample-rate
default-sample-format = s16le
default-sample-rate = 44100
alternate-sample-rate = 44100
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment