Home
last modified time | relevance | path

Searched refs:soundcard (Results 1 – 7 of 7) sorted by relevance

/external/autotest/client/common_lib/cros/manual/
Daudio_helper.py25 soundcard = None
29 soundcard = dut.run(cmd, ignore_status=True).stdout.strip().split()[0]
31 soundcard = None
33 if soundcard:
34 soundcard = "card{}".format(soundcard)
35 logging.info('---audio card %s', soundcard)
38 return soundcard
74 def get_audio_stream_state(dut, soundcard): argument
89 "awk -v N=2 '{print $N}'" % soundcard)
/external/python/cpython3/Doc/library/
Dossaudiodev.rst28 from its <soundcard.h>:
53 driver; see ``<sys/soundcard.h>`` on either Linux or FreeBSD for a listing.
196 Return a bitmask of the audio output formats supported by the soundcard. Some
429 some soundcard's mixers.
/external/python/cpython2/Doc/library/
Dossaudiodev.rst30 from its <soundcard.h>:
51 driver; see ``<sys/soundcard.h>`` on either Linux or FreeBSD for a listing.
181 Return a bitmask of the audio output formats supported by the soundcard. Some
410 some soundcard's mixers.
/external/speex/libspeexdsp/
Decho_diagnostic.m57 …y be (not sure) excessive clock drift. Is the capture and playback done on the same soundcard?\n');
/external/speex/
Dconfig.h.in63 /* Define to 1 if you have the <sys/soundcard.h> header file. */
Dconfigure.ac139 AC_CHECK_HEADERS(sys/soundcard.h sys/audioio.h)
Dconfigure12647 for ac_header in sys/soundcard.h sys/audioio.h