From 7bc9c63c9da678a7e6fceb095d56c634afd22c56 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sun, 15 Dec 2019 18:09:03 +0000 Subject: gentoo resync : 15.12.2019 --- .../alsa-lib-1.2.1.1-ucm_add_asoundlib_h.patch | 25 ++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 media-libs/alsa-lib/files/alsa-lib-1.2.1.1-ucm_add_asoundlib_h.patch (limited to 'media-libs/alsa-lib/files') diff --git a/media-libs/alsa-lib/files/alsa-lib-1.2.1.1-ucm_add_asoundlib_h.patch b/media-libs/alsa-lib/files/alsa-lib-1.2.1.1-ucm_add_asoundlib_h.patch new file mode 100644 index 000000000000..3c6072b8c3dc --- /dev/null +++ b/media-libs/alsa-lib/files/alsa-lib-1.2.1.1-ucm_add_asoundlib_h.patch @@ -0,0 +1,25 @@ +From: Jaroslav Kysela +Date: Sat, 23 Nov 2019 14:38:35 +0000 (+0100) +Subject: ucm: use-case.h - add include +X-Git-Url: https://git.alsa-project.org/?p=alsa-lib.git;a=commitdiff_plain;h=1a4b362115b5e1bb4f5b888919ffd11736adbf0c + +ucm: use-case.h - add include + +It is required for snd_ctl_elem_id_t and snd_mixer_selem_id_t. + +Signed-off-by: Jaroslav Kysela +--- + +diff --git a/include/use-case.h b/include/use-case.h +index 8a37121..80073ef 100644 +--- a/include/use-case.h ++++ b/include/use-case.h +@@ -42,6 +42,8 @@ + extern "C" { + #endif + ++#include ++ + /** + * \defgroup ucm Use Case Interface + * The ALSA Use Case manager interface. -- cgit v1.2.3