Home
last modified time | relevance | path

Searched refs:SND_PCM_STREAM_CAPTURE (Results 1 – 10 of 10) sorted by relevance

/bsp/allwinner/libraries/sunxi-hal/hal/source/sound/component/aw-alsa-lib/
A Dpcm_plugin_generic.c95 if (pcm->stream == SND_PCM_STREAM_CAPTURE && in snd_pcm_plugin_delay()
292 if (pcm->stream == SND_PCM_STREAM_CAPTURE && in snd_pcm_plugin_avail_update()
376 if (pcm->stream == SND_PCM_STREAM_CAPTURE) { in snd_pcm_plugin_mmap_commit()
441 if (pcm->stream == SND_PCM_STREAM_CAPTURE && in snd_pcm_plugin_may_wait_for_avail_min()
A Dpcm_dsnoop.c431 if (stream != SND_PCM_STREAM_CAPTURE) { in _snd_pcm_dsnoop_open()
A Dpcm_rate.c1275 if (pcm->stream == SND_PCM_STREAM_CAPTURE) in snd_pcm_rate_avail_update()
1380 if (pcm->stream == SND_PCM_STREAM_CAPTURE) in snd_pcm_rate_start()
A Dpcm_plug.c316 } else if (pcm->stream == SND_PCM_STREAM_CAPTURE && in snd_pcm_plug_change_channels()
/bsp/allwinner/libraries/sunxi-hal/hal/source/sound/component/aw-alsa-utils/
A Darecord.c123 ret = snd_pcm_open(&handle, card_name, SND_PCM_STREAM_CAPTURE, mode); in arecord()
214 ret = snd_pcm_open(&mgr->handle, g_pcm_name, SND_PCM_STREAM_CAPTURE, 0); in capture_fs_wav()
A Dcommon.c111 if (snd_pcm_stream(handle) == SND_PCM_STREAM_CAPTURE) { in set_param()
A Daduplex.c263 ret = snd_pcm_open(&mgr->handle, pcm_name, SND_PCM_STREAM_CAPTURE, 0); in capture_fs_wav()
388 ret = snd_pcm_open(&handle, card_name, SND_PCM_STREAM_CAPTURE, mode); in arecord()
A Darecord_mad.c200 ret = snd_pcm_open(&handle, g_pcm_name, SND_PCM_STREAM_CAPTURE, mode); in capture_then_play()
/bsp/allwinner/libraries/sunxi-hal/include/hal/aw-alsa-lib/
A Dpcm.h164 SND_PCM_STREAM_CAPTURE, enumerator
165 SND_PCM_STREAM_LAST = SND_PCM_STREAM_CAPTURE
/bsp/allwinner/libraries/sunxi-hal/hal/source/sound/component/aw-alsa-lib/test/
A Dtt-aw-alsa-lib.c213 g_hw_params.stream = SND_PCM_STREAM_CAPTURE; in capture_open_close()

Completed in 25 milliseconds