pulseaudio: guard the qcom-specific workaround with 'qcom' override

The override in the bbappend is Qualcomm-specific, it should not be
applied to other platforms, thus add the :qcom: override to prevent it
from being applied to other platforms.

Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
This commit is contained in:
Dmitry Baryshkov
2022-08-25 14:51:23 +03:00
parent 746275b4f3
commit e5a2eb2f44

View File

@@ -1,3 +1,3 @@
do_install:append() {
do_install:qcom:append() {
sed -i "s|^load-module module-udev-detect|load-module module-udev-detect tsched=0|" ${D}${sysconfdir}/pulse/default.pa
}