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

1 2

  /device/samsung/crespo/alsa-lib/include/
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...]
sys.h 1 #warning This header is deprecated, use <alsa/asoundlib.h> instead.
2 #include <alsa/asoundlib.h>
asoundlib-head.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...]
  /device/samsung/crespo/alsa-lib/utils/
buildrpm 5 package=$source/../../alsa-lib-$version.tar.bz2
18 package=$source/../alsa-lib-$version.tar.bz2
37 if [ ! -r $source/alsa-lib.spec ]; then
43 cp -fv $source/alsa-lib.spec ${packagedir}/SPECS
45 $xrpmbuild -ba alsa-lib.spec
  /device/samsung/crespo/alsa-utils/
Android.mk 15 -DALSA_CONFIG_DIR=\"/system/usr/share/alsa\" \
16 -DALSA_PLUGIN_DIR=\"/system/usr/lib/alsa-lib\" \
22 device/samsung/crespo/alsa-lib/include
44 -DALSA_CONFIG_DIR=\"/system/usr/share/alsa\" \
45 -DALSA_PLUGIN_DIR=\"/system/usr/lib/alsa-lib\" \
51 device/samsung/crespo/alsa-lib/include
76 -DALSA_CONFIG_DIR=\"/system/usr/share/alsa\" \
77 -DALSA_PLUGIN_DIR=\"/system/usr/lib/alsa-lib\" \
83 device/samsung/crespo/alsa-lib/include
gitcompile 3 if test -d ../alsa-lib/utils && ! test -r `aclocal --print-ac-dir`/alsa.m4; then
4 alsa_m4_flags="-I ../alsa-lib/utils"
  /device/samsung/crespo/alsa-utils/utils/
buildrpm 5 package=$source/../alsa-utils-$version.tar.bz2
41 cp -fv $source/alsa-utils.spec ${packagedir}/SPECS
43 $xrpmbuild -ba alsa-utils.spec
  /external/qemu/distrib/sdl-1.2.12/src/audio/alsa/
SDL_alsa_audio.h 29 #include <alsa/asoundlib.h>
  /device/samsung/crespo/alsa-lib/
Android.mk 1 # external/alsa-lib/Android.mk
22 -DALSA_CONFIG_DIR=\"/system/usr/share/alsa\" \
23 -DALSA_PLUGIN_DIR=\"/system/usr/lib/alsa-lib\" \
  /device/samsung/crespo/libaudio/
Android.mk 1 # hardware/libaudio-alsa/Android.mk
23 LOCAL_C_INCLUDES += device/samsung/crespo/alsa-lib/include
  /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...]
  /device/samsung/crespo/alsa-lib/test/
client_event_filter.c 1 #include <alsa/asoundlib.h>
queue_timer.c 3 #include <alsa/asoundlib.h>
4 #include <alsa/seq.h>
39 fprintf(stderr, "failed to open ALSA sequencer interface\n");
48 fprintf(stderr, "failed to create ALSA sequencer port\n");
53 fprintf(stderr, "failed to create ALSA sequencer queue\n");
  /device/samsung/crespo/alsa-utils/alsactl/
utils.c 33 #include <alsa/asoundlib.h>
alsactl.c 3 * Copyright (c) by Abramo Bagnara <abramo@alsa-project.org>
30 #include <alsa/asoundlib.h>
  /development/simulator/wrapsim/
DevAudio.c 11 #include <alsa/asoundlib.h>
  /device/samsung/crespo/alsa-utils/iecset/
iecbits.c 2 iecdump - dump IEC958 status bits on ALSA
21 #include <alsa/asoundlib.h>
iecset.c 2 iecset - change IEC958 status bits on ALSA
22 #include <alsa/asoundlib.h>
  /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>
  /device/samsung/crespo/alsa-lib/src/pcm/scopes/
level.c 3 * Copyright (c) 2001 by Abramo Bagnara <abramo@alsa-project.org>
23 #include <alsa/asoundlib.h>
  /device/samsung/crespo/alsa-utils/alsaconf/
alsaconf.in 3 # ALSA Configurator
12 # based on the original version of Jan ONDREJ's alsaconf for ALSA 0.4.
82 xecho "ALSA configurator"
89 -u|--uid uid set the uid for the ALSA devices (default = 0) [obsoleted]
90 -g|--gid gid set the gid for the ALSA devices (default = 0) [obsoleted]
92 set the permission for ALSA devices (default = 0666) [obs.]
259 # check the snd_ prefix for ALSA module options
302 cfgfile="/etc/modules.d/alsa"
450 ALSA CONFIGURATOR
454 Advanced Linux Sound Architecture (ALSA) driver
    [all...]
  /external/qemu/
android-configure.sh 300 cp -f android/config/check-alsa.c $TMPC
303 log "AudioProbe : ALSA seems to be usable on this system"
306 echo "the ALSA development files do not seem to be installed on this system"
313 log "AudioProbe : ALSA seems to be UNUSABLE on this system !!"
  /device/samsung/crespo/alsa-lib/include/sound/
asequencer.h 2 * Main header file for the ALSA sequencer
574 #define SNDRV_SEQ_TIMER_ALSA 0 /* ALSA timer */
584 struct sndrv_timer_id id; /* ALSA's timer ID */
586 } alsa; member in union:sndrv_seq_queue_timer::__anon1385
  /device/samsung/crespo/alsa-utils/seq/aconnect/
aconnect.c 28 #include <alsa/asoundlib.h>
39 fprintf(stderr, "ALSA lib %s:%i:(%s) ", file, line, function);
49 printf(_("aconnect - ALSA sequencer connection manager\n"));
359 if (snd_seq_set_client_name(seq, "ALSA Connector") < 0) {

Completed in 1024 milliseconds

1 2