Searched refs:HAVE_ALSA (Results 1 – 8 of 8) sorted by relevance
/third_party/pulseaudio/src/modules/ |
D | module-detect.c | 57 #ifdef HAVE_ALSA 241 #ifdef HAVE_ALSA in pa__init()
|
/third_party/pulseaudio/include/ |
D | config.h | 40 #define HAVE_ALSA 1 macro
|
/third_party/pulseaudio/src/daemon/ |
D | default.pa.in | 39 ifelse(@HAVE_ALSA@, 1, [dnl
|
/third_party/pulseaudio/ |
D | configure.ac | 831 [PKG_CHECK_MODULES(ASOUNDLIB, [ alsa >= 1.0.19 ], HAVE_ALSA=1, HAVE_ALSA=0)], 832 HAVE_ALSA=0) 834 AS_IF([test "x$enable_alsa" = "xyes" && test "x$HAVE_ALSA" = "x0"], 837 AS_IF([test "x$HAVE_ALSA" = "x1"], 845 AC_SUBST(HAVE_ALSA) subst 846 AM_CONDITIONAL([HAVE_ALSA], [test "x$HAVE_ALSA" = x1]) condition 847 AS_IF([test "x$HAVE_ALSA" = "x1"], AC_DEFINE([HAVE_ALSA], 1, [Have ALSA?])) definition 1125 AS_IF([test "x$enable_udev" != "xno" -a \( "x$HAVE_OSS" = "x1" -o "x$HAVE_ALSA" = "x1" \)], 1621 AS_IF([test "x$HAVE_ALSA" = "x1"], ENABLE_ALSA=yes, ENABLE_ALSA=no)
|
D | meson.build | 539 cdata.set('HAVE_ALSA', 1)
|
/third_party/libsnd/ |
D | configure.ac | 460 AC_DEFINE([HAVE_ALSA], [1], [Set to 1 if you have alsa]) definition
|
/third_party/pulseaudio/src/ |
D | Makefile.am | 30 if HAVE_ALSA 1345 if HAVE_ALSA
|
/third_party/flutter/skia/third_party/externals/sdl/cmake/ |
D | sdlchecks.cmake | 111 set(HAVE_ALSA TRUE) variable
|