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

1 2

  /external/bluetooth/bluez/audio/
bluetooth.conf 1 # Please note that this ALSA configuration file fragment needs be enabled in
9 # "/etc/alsa/bluetooth.conf"
Makefile.am 22 if ALSA
23 alsadir = $(libdir)/alsa-lib
38 alsaconfdir = $(sysconfdir)/alsa
audio.conf 16 # SCO routing. Either PCM or HCI (in which case audio is routed to/from ALSA)
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 */
361 /* ALSA library is really picky on the fact hw_ptr is not null.
1153 /* This should never fail, ALSA API is really not
    [all...]
  /external/qemu/audio/
alsaaudio.c 2 * QEMU ALSA audio driver
25 #include <alsa/asoundlib.h>
29 #define AUDIO_CAP "alsa"
600 ALSAVoiceOut *alsa = (ALSAVoiceOut *) hw; local
612 avail = alsa_get_avail (alsa->handle);
627 dst = advance (alsa->pcm_buf, rpos << hw->info.shift);
632 written = FF(snd_pcm_writei) (alsa->handle, dst, len);
643 if (alsa_recover (alsa->handle)) {
678 ALSAVoiceOut *alsa = (ALSAVoiceOut *) hw; local
681 alsa_anal_close (&alsa->handle)
691 ALSAVoiceOut *alsa = (ALSAVoiceOut *) hw; local
765 ALSAVoiceOut *alsa = (ALSAVoiceOut *) hw; local
782 ALSAVoiceIn *alsa = (ALSAVoiceIn *) hw; local
834 ALSAVoiceIn *alsa = (ALSAVoiceIn *) hw; local
846 ALSAVoiceIn *alsa = (ALSAVoiceIn *) hw; local
957 ALSAVoiceIn *alsa = (ALSAVoiceIn *) hw; local
    [all...]
fmodaudio.c 529 {"alsa", FSOUND_OUTPUT_ALSA},
  /external/qemu/distrib/sdl-1.2.12/src/audio/alsa/
SDL_alsa_audio.h 29 #include <alsa/asoundlib.h>
SDL_alsa_audio.c 44 /* The tag name used by ALSA audio */
45 #define DRIVER_NAME "alsa"
47 /* The default ALSA audio driver */
247 DRIVER_NAME, "ALSA 0.9 PCM audio",
270 * "For Linux ALSA, this is FL-FR-RL-RR-C-LFE
487 fprintf(stderr, "ALSA: bufsize = %ld, fragments = %d\n", bufsize, fragments);
  /system/bluetooth/data/
audio.conf 14 # SCO routing. Either PCM or HCI (in which case audio is routed to/from ALSA)
  /external/bluetooth/bluez/
acinclude.m4 155 PKG_CHECK_MODULES(ALSA, alsa, alsa_found=yes, alsa_found=no)
252 AC_ARG_ENABLE(alsa, AC_HELP_STRING([--enable-alsa], [enable ALSA support]), [
360 AM_CONDITIONAL(ALSA, test "${alsa_enable}" = "yes" && test "${alsa_found}" = "yes")
ChangeLog 204 Fix invalid memory access of ALSA plugin.
408 Avoid memory copies in A2DP write routine for ALSA.
495 Add disconnect detection to ALSA plugin.
511 Make use of parameters selected in ALSA plugin.
608 Add support for auto-create through ALSA plugin.
609 Add support for ALSA plugin parameters.
873 Add disconnect timer support for the A2DP ALSA plugin.
894 Add connection caching for the A2DP ALSA plugin.
    [all...]
  /development/simulator/wrapsim/
DevAudio.c 11 #include <alsa/asoundlib.h>
  /external/qemu/android/utils/
debug.c 70 ** this is useful to get rid of debug messages from ALSA and esd
debug.h 84 ** this is useful to get rid of debug messages from ALSA and esd
  /external/qemu/distrib/
update-audio.sh 4 # we use a prebuilt package because we don't want to force the installation of the ALSA / EsounD / Whatever
  /external/qemu/android/config/
check-alsa.c 18 #include <alsa/asoundlib.h>
  /external/qemu/
android-configure.sh 323 cp -f android/config/check-alsa.c $TMPC
326 log "AudioProbe : ALSA seems to be usable on this system"
329 echo "the ALSA development files do not seem to be installed on this system"
336 log "AudioProbe : ALSA seems to be UNUSABLE on this system !!"
CHANGES.TXT 289 - Better handling of Audio on Linux for the EsounD and Alsa backends
410 - fix for audio-related Linux startup freezes when using the 'esd' and 'alsa'
445 - the 'esd' and 'alsa' libraries dump a lot of error messages to the console
812 are four different backends supported: EsounD, ALSA, OSS and SDL. they
819 alsa
    [all...]
  /external/qemu/distrib/sdl-1.2.12/
Makefile.android 67 SRCS += alsa/SDL_alsa_audio.c
android-configure.sh 539 DRIVERS_AUDIO_linux="ALSA ALSA_DYNAMIC OSS ESD_DYNAMIC ESD"
  /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...]
  /external/qemu/distrib/sdl-1.2.12/src/audio/nto/
SDL_nto_audio.c 391 /* if match found set format to equivalent ALSA format */
  /bionic/libc/kernel/
README.TXT 215 think any library/program that need to access ALSA, or Video4Linux, or
  /external/qemu/android/
help.c 805 " on some Linux systems, broken Esd/ALSA/driver implementations will\n"
    [all...]

Completed in 154 milliseconds

1 2