device/community/soc-qcom-msm8916: install alsa-ucm-conf (MR 1307)

Newer versions of alsa-lib now require a top-level ALSA UCM
configuration (/usr/share/alsa/ucm2/ucm.conf):

    ALSA lib parser.c:2159:(load_toplevel_config) Unable to find the top-level configuration file '/usr/share/alsa/ucm2/ucm.conf'.
    ALSA lib main.c:983:(snd_use_case_mgr_open) error: failed to import hw:0 use case configuration -2
    alsaucm: error failed to open sound card hw:0: No such file or directory

The upstream ALSA UCM configurations are provided by Alpine's
"alsa-ucm-conf" package, so make sure to install it additionally.
This commit is contained in:
Minecrell 2020-06-15 16:11:57 +02:00 committed by Bart Ribbers
parent 074636ce09
commit af01e26142
No known key found for this signature in database
GPG key ID: 699D16185DAFAE61

View file

@ -2,12 +2,12 @@
pkgname=soc-qcom-msm8916
pkgdesc="Common package for Qualcomm MSM8916 devices"
pkgver=7
pkgrel=0
pkgrel=1
url="https://postmarketos.org"
license="BSD-3-Clause"
arch="aarch64 armv7"
options="!check !archcheck !tracedeps pmb:cross-native"
depends="mesa-dri-gallium"
depends="alsa-ucm-conf mesa-dri-gallium"
subpackages="$pkgname-modem"
_ucm_commit="cd0962fe12ae6ed49dcfff252d007a49bde867bd"