Lines Matching refs:alsa
2 dnl Some modifications by Richard Boulton <richard-alsa@tartarus.org>
5 dnl Last modification: $Id: alsa.m4,v 1.24 2004/09/15 18:48:07 tiwai Exp $
11 dnl enables arguments --with-alsa-prefix=
12 dnl --with-alsa-inc-prefix=
16 dnl and the alsa libraries are not found, a fatal AC_MSG_ERROR() will result.
28 dnl Get the cflags and libraries for alsa
30 AC_ARG_WITH(alsa-prefix,
31 AS_HELP_STRING([--with-alsa-prefix=PFX], [Prefix where Alsa library is installed(optional)]),
34 AC_ARG_WITH(alsa-inc-prefix,
35 AS_HELP_STRING([--with-alsa-inc-prefix=PFX], [Prefix where include libraries are (optional)]),
38 AC_ARG_ENABLE(alsa-topology,
65 dnl add the alsa library
87 #include <alsa/asoundlib.h>
131 #include <alsa/asoundlib.h>
132 #include <alsa/topology.h>
190 dnl add the alsa topology library; must be at the end