HomeSort by relevance Sort by last modified time
    Searched full:alsa (Results 1 - 25 of 81) sorted by null

1 2 3 4

  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/sys/
asoundlib.h 1 #warning This header is deprecated, use <alsa/asoundlib.h> instead.
2 #include <alsa/asoundlib.h>
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/alsa/
asoundlib.h 3 * \brief Application interface library for the ALSA driver
5 * \author Abramo Bagnara <abramo@alsa-project.org>
9 * Application interface library for the ALSA driver
42 #include <alsa/asoundef.h>
43 #include <alsa/version.h>
44 #include <alsa/global.h>
45 #include <alsa/input.h>
46 #include <alsa/output.h>
47 #include <alsa/error.h>
48 #include <alsa/conf.h
    [all...]
seq_midi_event.h 3 * \brief Application interface library for the ALSA driver
5 * \author Abramo Bagnara <abramo@alsa-project.org>
9 * Application interface library for the ALSA driver
error.h 3 * \brief Application interface library for the ALSA driver
5 * \author Abramo Bagnara <abramo@alsa-project.org>
9 * Application interface library for the ALSA driver
56 * A function of this type is called by the ALSA library when an error occurs.
input.h 3 * \brief Application interface library for the ALSA driver
5 * \author Abramo Bagnara <abramo@alsa-project.org>
9 * Application interface library for the ALSA driver
51 * The ALSA library uses a pointer to this structure as a handle to an
output.h 3 * \brief Application interface library for the ALSA driver
5 * \author Abramo Bagnara <abramo@alsa-project.org>
9 * Application interface library for the ALSA driver
51 * The ALSA library uses a pointer to this structure as a handle to an
global.h 3 * \brief Application interface library for the ALSA driver
5 * \author Abramo Bagnara <abramo@alsa-project.org>
9 * Application interface library for the ALSA driver
42 * The ALSA library implementation uses these macros and functions.
108 * The ALSA library uses a pointer to this structure as a handle to an async
conf.h 3 * \brief Application interface library for the ALSA driver
5 * \author Abramo Bagnara <abramo@alsa-project.org>
9 * Application interface library for the ALSA driver
38 * modify and write the contents of ALSA configuration files.
66 * The ALSA library uses a pointer to this structure as a handle to a
73 * The ALSA library uses this pointer type as a handle to a configuration
81 * The ALSA library uses this structure to save private update information.
conv.h 3 * \brief Application interface library for the ALSA driver
5 * \author Abramo Bagnara <abramo@alsa-project.org>
9 * Application interface library for the ALSA driver
mixer_abst.h 3 * \brief Mixer abstract implementation interface library for the ALSA library
7 * Mixer abstact implementation interface library for the ALSA library
alisp.h 2 * ALSA lisp implementation
hwdep.h 3 * \brief Application interface library for the ALSA driver
5 * \author Abramo Bagnara <abramo@alsa-project.org>
9 * Application interface library for the ALSA driver
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/lib/pkgconfig/
alsa.pc 6 Name: alsa
7 Description: Advanced Linux Sound Architecture (ALSA) - Library
12 # -I${includedir}/alsa below is just for backward compatibility
14 Cflags: -I${includedir} -I${includedir}/alsa
  /external/bluetooth/bluez/audio/
bluetooth.conf 1 # Please note that this ALSA configuration file fragment needs be enabled in
9 # "/etc/alsa/bluetooth.conf"
audio.conf 16 # SCO routing. Either PCM or HCI (in which case audio is routed to/from ALSA)
  /external/tinyalsa/
README 1 tinyalsa: a small library to interface with ALSA in the Linux kernel
  /external/qemu/audio/
alsaaudio.c 2 * QEMU ALSA audio driver
25 #include <alsa/asoundlib.h>
34 #define AUDIO_CAP "alsa"
270 /* XXX: ALSA example uses initial count, not the one returned by
301 audio_run ("alsa run (prepared)");
305 audio_run ("alsa run (running)");
376 ALSAVoiceOut *alsa = (ALSAVoiceOut *) hw; local
378 return alsa_poll_helper (alsa->handle, &alsa->pollhlp, POLLOUT);
383 ALSAVoiceIn *alsa = (ALSAVoiceIn *) hw local
847 ALSAVoiceOut *alsa = (ALSAVoiceOut *) hw; local
866 ALSAVoiceOut *alsa = (ALSAVoiceOut *) hw; local
879 ALSAVoiceOut *alsa = (ALSAVoiceOut *) hw; local
954 ALSAVoiceOut *alsa = (ALSAVoiceOut *) hw; local
984 ALSAVoiceIn *alsa = (ALSAVoiceIn *) hw; local
1037 ALSAVoiceIn *alsa = (ALSAVoiceIn *) hw; local
1049 ALSAVoiceIn *alsa = (ALSAVoiceIn *) hw; local
1182 ALSAVoiceIn *alsa = (ALSAVoiceIn *) hw; local
    [all...]
  /external/chromium/chrome/browser/chromeos/
audio_mixer_alsa.h 50 // Try to connect to the ALSA mixer through their simple controls interface,
79 // In ALSA, the mixer element's 'switch' is turned off to mute.
90 // ALSA can report it has a volume switch and we can turn it off, but it has
97 // Cached contexts for use in ALSA calls.
audio_mixer_alsa.cc 10 #include <alsa/asoundlib.h>
23 // Connect to the ALSA mixer using their simple element API. Init is performed
31 typedef long alsa_long_t; // 'long' is required for ALSA API calls.
45 // We'll fail until the ALSA modules have been loaded; see
274 LOG(ERROR) << "ALSA mixer " << card << " open error: " << snd_strerror(err);
279 LOG(ERROR) << "ALSA Attach to card " << card << " failed: "
295 LOG(WARNING) << "ALSA PCM open: " << snd_strerror(err);
299 LOG(ERROR) << "ALSA mixer register error: " << snd_strerror(err);
305 LOG(ERROR) << "ALSA mixer " << card << " load error: %s"
311 VLOG(1) << "Opened ALSA mixer " << card << " OK"
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/audio/alsa/
SDL_alsa_audio.h 29 #include <alsa/asoundlib.h>
  /external/bluetooth/bluez/
acinclude.m4 131 PKG_CHECK_MODULES(ALSA, alsa, alsa_found=yes, alsa_found=no)
272 AC_ARG_ENABLE(alsa, AC_HELP_STRING([--enable-alsa], [enable ALSA support]), [
379 AM_CONDITIONAL(ALSA, test "${alsa_enable}" = "yes" && test "${alsa_found}" = "yes")
  /external/chromium/third_party/libjingle/overrides/
config.h 18 /* Define to 1 if you have the <alsa/asoundlib.h> header file. */
120 /* Defined when alsa support is enabled */
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/alsa/sound/
asound_fm.h 5 * Advanced Linux Sound Architecture - ALSA
7 * Interface file between ALSA driver & user space
  /system/bluetooth/data/
audio.conf 18 # SCO routing. Either PCM or HCI (in which case audio is routed to/from ALSA)
  /system/media/audio_utils/include/audio_utils/
echo_reference.h 31 // default ALSA gettimeofday() format

Completed in 184 milliseconds

1 2 3 4