pulseaudio: ccmp25: avoid speaker mute

based on commit 951f20d36b, this fix
avoids muting the speaker control.
Despite the original commit is for Headphone, it also applies, for the
ccmp25, to the Speaker control.
While on it, reword the files so the change applies to all stm platforms
by using the common machine.

https://onedigi.atlassian.net/browse/DEL-9227

Signed-off-by: Isaac Hermida <isaac.hermida@digi.com>
This commit is contained in:
Isaac Hermida 2024-09-18 11:55:58 +02:00
parent ef26e935d0
commit 97dc7ddd36
2 changed files with 2 additions and 2 deletions

View File

@ -39,7 +39,7 @@ SRC_URI:append:ccimx6ulsbc = " \
file://0001-pulseaudio-keep-headphones-volume-in-platforms-witho.patch \
"
SRC_URI:append:ccmp1 = " \
SRC_URI:append:stm32mpcommon = " \
file://daemon.conf \
file://0001-pulseaudio-keep-headphones-volume-in-platforms-witho.patch \
"
@ -105,7 +105,7 @@ do_install:append() {
}
# Pulse audio configuration files installation
do_install:append:ccmp1() {
do_install:append:stm32mpcommon() {
if [ -e "${WORKDIR}/daemon.conf" ]; then
install -m 0644 ${WORKDIR}/daemon.conf ${D}/${sysconfdir}/pulse/daemon.conf
fi