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:
parent
074636ce09
commit
af01e26142
1 changed files with 2 additions and 2 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue