HomeSort by relevance Sort by last modified time
    Searched refs:alsa (Results 1 - 20 of 20) sorted by null

  /prebuilts/gcc/linux-x86/host/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...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/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...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/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...]
  /prebuilts/gcc/linux-x86/host/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>
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sys/
asoundlib.h 1 #warning This header is deprecated, use <alsa/asoundlib.h> instead.
2 #include <alsa/asoundlib.h>
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sys/
asoundlib.h 1 #warning This header is deprecated, use <alsa/asoundlib.h> instead.
2 #include <alsa/asoundlib.h>
  /external/qemu/distrib/sdl-1.2.15/acinclude/
alsa.m4 2 dnl Configure Paths for Alsa
3 dnl Some modifications by Richard Boulton <richard-alsa@tartarus.org>
6 dnl Last modification: alsa.m4,v 1.23 2004/01/16 18:14:22 tiwai Exp
9 dnl enables arguments --with-alsa-prefix=
10 dnl --with-alsa-enc-prefix=
14 dnl and the alsa libraries are not found, a fatal AC_MSG_ERROR() will result.
24 dnl Get the cflags and libraries for alsa
26 AC_ARG_WITH(alsa-prefix,
27 [ --with-alsa-prefix=PFX Prefix where Alsa library is installed(optional)]
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/audio/alsa/
SDL_alsa_audio.h 27 #include <alsa/asoundlib.h>
  /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...]
  /hardware/ti/wpan/tools/FM/service/src/jni/
Android.mk 21 ALSA_PATH := external/alsa-lib/
  /bionic/libc/kernel/common/linux/
media.h 85 } alsa; member in union:media_entity_desc::__anon351
  /external/kernel-headers/original/linux/
media.h 88 } alsa; member in union:media_entity_desc::__anon8509
  /hardware/samsung_slsi/exynos5/include/
media.h 85 } alsa; member in union:media_entity_desc::__anon19383
  /hardware/samsung_slsi/exynos5/original-kernel-headers/linux/
media.h 88 } alsa; member in union:media_entity_desc::__anon19798
  /external/qemu/android/config/
check-alsa.c 18 #include <alsa/asoundlib.h>
  /external/chromium/chrome/browser/chromeos/
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/
android-configure.sh 438 # $2: Library name (e.g. "Alsa")
439 # $3: Path to source file for probe program (e.g. android/config/check-alsa.c)
466 probe_system_library PROBE_ALSA Alsa android/config/check-alsa.c libasound-dev
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/
asequencer.h 2 * Main header file for the ALSA sequencer
682 #define SNDRV_SEQ_TIMER_ALSA 0 /* ALSA timer */
692 struct snd_timer_id id; /* ALSA's timer ID */
694 } alsa; member in union:snd_seq_queue_timer::__anon26210
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sound/
asequencer.h 2 * Main header file for the ALSA sequencer
682 #define SNDRV_SEQ_TIMER_ALSA 0 /* ALSA timer */
692 struct snd_timer_id id; /* ALSA's timer ID */
694 } alsa; member in union:snd_seq_queue_timer::__anon27722
    [all...]
  /external/srec/audio/AudioIn/UNIX/src/
audioin.c 60 #include <alsa/asoundlib.h>
102 Here a "frame" is an ALSA term. A frame is comprised of 1 sample if mono,
106 (see http://www.alsa-project.org/alsa-doc/alsa-lib/pcm.html) */
    [all...]

Completed in 991 milliseconds