mirror of
https://git.yoctoproject.org/poky
synced 2026-02-10 10:43:02 +01:00
On systems with two cards, the correct output profile does not get selected automatically even in the simple case where there is one available profile. This scenario is typical at least with HDMI audio (which is on a separate card). Fixes [YOCTO #8448] (From OE-Core rev: 4bd76b8b292a81ce12d316557ffc9c6a79a7b5c1) Signed-off-by: Jussi Kukkonen <jussi.kukkonen@intel.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
21 lines
942 B
BlitzBasic
21 lines
942 B
BlitzBasic
require pulseaudio.inc
|
|
|
|
SRC_URI = "http://freedesktop.org/software/pulseaudio/releases/${BP}.tar.xz \
|
|
file://0001-padsp-Make-it-compile-on-musl.patch \
|
|
file://0001-client-conf-Add-allow-autospawn-for-root.patch \
|
|
file://0001-conf-parser-add-support-for-.d-directories.patch \
|
|
file://fix-git-version-gen.patch \
|
|
file://volatiles.04_pulse \
|
|
file://0001-card-add-pa_card_profile.ports.patch \
|
|
file://0002-alsa-bluetooth-fail-if-user-requested-profile-doesn-.patch \
|
|
file://0003-card-move-profile-selection-after-pa_card_new.patch \
|
|
file://0004-alsa-set-availability-for-some-unavailable-profiles.patch \
|
|
"
|
|
SRC_URI[md5sum] = "b691e83b7434c678dffacfa3a027750e"
|
|
SRC_URI[sha256sum] = "b50640e0b80b1607600accfad2e45aabb79d379bf6354c9671efa2065477f6f6"
|
|
|
|
do_compile_prepend() {
|
|
mkdir -p ${S}/libltdl
|
|
cp ${STAGING_LIBDIR}/libltdl* ${S}/libltdl
|
|
}
|