Home
last modified time | relevance | path

Searched refs:HAVE_ALSA (Results 1 – 8 of 8) sorted by relevance

/third_party/pulseaudio/src/modules/
Dmodule-detect.c57 #ifdef HAVE_ALSA
241 #ifdef HAVE_ALSA in pa__init()
/third_party/pulseaudio/include/
Dconfig.h40 #define HAVE_ALSA 1 macro
/third_party/pulseaudio/src/daemon/
Ddefault.pa.in39 ifelse(@HAVE_ALSA@, 1, [dnl
/third_party/pulseaudio/
Dconfigure.ac831 [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)
Dmeson.build539 cdata.set('HAVE_ALSA', 1)
/third_party/libsnd/
Dconfigure.ac460 AC_DEFINE([HAVE_ALSA], [1], [Set to 1 if you have alsa]) definition
/third_party/pulseaudio/src/
DMakefile.am30 if HAVE_ALSA
1345 if HAVE_ALSA
/third_party/flutter/skia/third_party/externals/sdl/cmake/
Dsdlchecks.cmake111 set(HAVE_ALSA TRUE) variable