From cbb1784a81b40d7c74e3fc689aec2fed5f699f40 Mon Sep 17 00:00:00 2001 From: Michael Forney Date: Tue, 18 Oct 2016 20:25:13 -0700 Subject: alsa-lib: Add defines for PCM plugins We are already building these and including them in pcm_symbols_list.c, but we need the defines too so that pcm_plug will use them. --- media/alsa-lib/config.h | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/media/alsa-lib/config.h b/media/alsa-lib/config.h index bce1f1f0..82f9e706 100644 --- a/media/alsa-lib/config.h +++ b/media/alsa-lib/config.h @@ -9,13 +9,13 @@ /* #undef BUILD_HWDEP */ #define BUILD_MIXER "1" #define BUILD_PCM "1" -/* #undef BUILD_PCM_PLUGIN_ADPCM */ -/* #undef BUILD_PCM_PLUGIN_ALAW */ -/* #undef BUILD_PCM_PLUGIN_LFLOAT */ -/* #undef BUILD_PCM_PLUGIN_MMAP_EMUL */ -/* #undef BUILD_PCM_PLUGIN_MULAW */ -/* #undef BUILD_PCM_PLUGIN_RATE */ -/* #undef BUILD_PCM_PLUGIN_ROUTE */ +#define BUILD_PCM_PLUGIN_ADPCM 1 +#define BUILD_PCM_PLUGIN_ALAW 1 +#define BUILD_PCM_PLUGIN_LFLOAT 1 +#define BUILD_PCM_PLUGIN_MMAP_EMUL 1 +#define BUILD_PCM_PLUGIN_MULAW 1 +#define BUILD_PCM_PLUGIN_RATE 1 +#define BUILD_PCM_PLUGIN_ROUTE 1 /* #undef BUILD_RAWMIDI */ #define BUILD_SEQ "1" #define BUILD_TOPOLOGY "1" -- cgit v1.2.3