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

  /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...]
  /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>
  /external/qemu/distrib/sdl-1.2.12/src/audio/alsa/
SDL_alsa_audio.h 29 #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...]
  /external/qemu/android/config/
check-alsa.c 18 #include <alsa/asoundlib.h>
  /external/bluetooth/bluez/audio/
ctl_bluetooth.c 31 #include <alsa/asoundlib.h>
32 #include <alsa/control_external.h>
pcm_bluetooth.c 40 #include <alsa/asoundlib.h>
41 #include <alsa/pcm_external.h>
131 struct bluetooth_alsa_config alsa_config; /* ALSA resource file parameters */
363 /* ALSA library is really picky on the fact hw_ptr is not null.
1159 /* This should never fail, ALSA API is really not
    [all...]
  /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 408 # $2: Library name (e.g. "Alsa")
409 # $3: Path to source file for probe program (e.g. android/config/check-alsa.c)
436 probe_system_library PROBE_ALSA Alsa android/config/check-alsa.c libasound-dev
  /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 157 milliseconds