summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhilipp Zabel <p.zabel@pengutronix.de>2020-02-25 18:03:02 +0100
committerMichael Olbrich <m.olbrich@pengutronix.de>2020-02-26 18:46:51 +0100
commite2449d211f56c15f56b8598f5c6134a1a505cc94 (patch)
treee7568007413133979f65abe2fd3f4df2124ccda5
parentd599a14d236bf39a43ebf532f24290514f835a62 (diff)
downloadptxdist-e2449d211f56c15f56b8598f5c6134a1a505cc94.tar.gz
ptxdist-e2449d211f56c15f56b8598f5c6134a1a505cc94.tar.xz
alsa-lib: add missing use-case-manager -> mixer dependencyptxdist-2020.03.0
Fixes the following build failure if ALSA_LIB_UCM is enabled but ALSA_LIB_MIXER is disabled: CCLD libasound.la .../arm-v7a-linux-gnueabihf/bin/ld: ucm/.libs/libucm.a(main.o): in function `snd_use_case_parse_selem_id': .../alsa-lib-1.2.1.2/src/ucm/main.c:1968: undefined reference to `snd_mixer_selem_id_parse' Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de> Acked-by: Juergen Borleis <jbe@pengutronix.de> Message-Id: <20200225170302.1037-1-p.zabel@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
-rw-r--r--rules/alsa-lib.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/rules/alsa-lib.in b/rules/alsa-lib.in
index ae859fee3..23c6c9b1c 100644
--- a/rules/alsa-lib.in
+++ b/rules/alsa-lib.in
@@ -8,6 +8,7 @@ menuconfig ALSA_LIB
select LIBC_PTHREAD
select LIBC_RT
select GCCLIBS_GCC_S
+ select ALSA_LIB_MIXER if ALSA_LIB_UCM
help
This is the userspace library to the kernel's "Advanced Linux Sound Architecture" feature