summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Forney <mforney@mforney.org>2016-10-18 20:25:13 -0700
committerMichael Forney <mforney@mforney.org>2016-10-18 20:36:05 -0700
commitcbb1784a81b40d7c74e3fc689aec2fed5f699f40 (patch)
treefe1b492cf9d739de5722735c47707029315b0885
parent1c7ff25b968510a7c6c767c130af945c0b7c7927 (diff)
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.
-rw-r--r--media/alsa-lib/config.h14
1 files 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"