Home
last modified time | relevance | path

Searched refs:alsa (Results 1 – 13 of 13) sorted by relevance

/external/qemu/audio/
Dalsaaudio.c376 ALSAVoiceOut *alsa = (ALSAVoiceOut *) hw; in alsa_poll_out() local
378 return alsa_poll_helper (alsa->handle, &alsa->pollhlp, POLLOUT); in alsa_poll_out()
383 ALSAVoiceIn *alsa = (ALSAVoiceIn *) hw; in alsa_poll_in() local
385 return alsa_poll_helper (alsa->handle, &alsa->pollhlp, POLLIN); in alsa_poll_in()
782 static void alsa_write_pending (ALSAVoiceOut *alsa) in alsa_write_pending() argument
784 HWVoiceOut *hw = &alsa->hw; in alsa_write_pending()
786 while (alsa->pending) { in alsa_write_pending()
787 int left_till_end_samples = hw->samples - alsa->wpos; in alsa_write_pending()
788 int len = audio_MIN (alsa->pending, left_till_end_samples); in alsa_write_pending()
789 char *src = advance (alsa->pcm_buf, alsa->wpos << hw->info.shift); in alsa_write_pending()
[all …]
/external/qemu/distrib/sdl-1.2.15/acinclude/
Dalsa.m43 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)],
30 AC_ARG_WITH(alsa-inc-prefix,
31 [ --with-alsa-inc-prefix=PFX Prefix where include libraries are (optional)],
[all …]
/external/tinycompress/
DREADME16 The library can found in alsa-project.org
17 Git: git clone git://git.alsa-project.org/tinycompress.git
18 Http: http://git.alsa-project.org/?p=tinycompress.git
21 Please send any enhancements/fixes to alsa developer mailing list at:
22 alsa-devel@alsa-project.org.
DNOTICE3 tinycompress library for compress audio offload in alsa
35 tinycompress library for compress audio offload in alsa
57 tinyplay command line player for compress audio offload in alsa
89 tinyplay command line player for compress audio offload in alsa
193 tinycompress library for compress audio offload in alsa
/external/chromium_org/third_party/libjingle/source/talk/sound/
Dalsasoundsystem.cc89 AlsaStream(AlsaSoundSystem *alsa, in AlsaStream() argument
95 : alsa_(alsa), in AlsaStream()
251 AlsaInputStream(AlsaSoundSystem *alsa, in AlsaInputStream() argument
257 : stream_(alsa, handle, frame_size, wait_timeout_ms, flags, freq), in AlsaInputStream()
357 AlsaOutputStream(AlsaSoundSystem *alsa, in AlsaOutputStream() argument
363 : stream_(alsa, handle, frame_size, wait_timeout_ms, flags, freq) { in AlsaOutputStream()
/external/chromium_org/media/
Dmedia.gyp65 'audio/alsa/alsa_input.cc',
66 'audio/alsa/alsa_input.h',
67 'audio/alsa/alsa_output.cc',
68 'audio/alsa/alsa_output.h',
69 'audio/alsa/alsa_util.cc',
70 'audio/alsa/alsa_util.h',
71 'audio/alsa/alsa_wrapper.cc',
72 'audio/alsa/alsa_wrapper.h',
73 'audio/alsa/audio_manager_alsa.cc',
74 'audio/alsa/audio_manager_alsa.h',
[all …]
/external/kernel-headers/original/linux/
Dmedia.h88 } alsa; member
/external/chromium_org/chrome/installer/linux/sysroot_scripts/
Dpackagelist.debian.wheezy.amd641 main/a/alsa-lib/libasound2_1.0.25-4_amd64.deb
2 main/a/alsa-lib/libasound2-dev_1.0.25-4_amd64.deb
Dpackagelist.debian.wheezy.i3861 main/a/alsa-lib/libasound2_1.0.25-4_i386.deb
2 main/a/alsa-lib/libasound2-dev_1.0.25-4_i386.deb
/external/qemu/distrib/sdl-1.2.15/
DREADME.Qtopia25 …e-video-fbcon --disable-video-dga --disable-arts --disable-esd --disable-alsa --disable-cdrom --d…
Dconfigure.in360 AC_ARG_ENABLE(alsa, optenable
361 AC_HELP_STRING([--enable-alsa], [support the ALSA audio API [[default=yes]]]),
370 AC_ARG_ENABLE(alsa-shared,
371 AC_HELP_STRING([--enable-alsa-shared], [dynamically load ALSA audio support [[default=yes]]]),
376 SOURCES="$SOURCES $srcdir/src/audio/alsa/*.c"
/external/qemu/
Dandroid-configure.sh466 probe_system_library PROBE_ALSA Alsa android/config/check-alsa.c libasound-dev
DCHANGES.TXT473 - fix for audio-related Linux startup freezes when using the 'esd' and 'alsa'
508 - the 'esd' and 'alsa' libraries dump a lot of error messages to the console
882 alsa