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 D | pcm_plugin_generic.c | 95 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 D | pcm_dsnoop.c | 431 if (stream != SND_PCM_STREAM_CAPTURE) { in _snd_pcm_dsnoop_open()
|
| A D | pcm_rate.c | 1275 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 D | pcm_plug.c | 316 } 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 D | arecord.c | 123 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 D | common.c | 111 if (snd_pcm_stream(handle) == SND_PCM_STREAM_CAPTURE) { in set_param()
|
| A D | aduplex.c | 263 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 D | arecord_mad.c | 200 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 D | pcm.h | 164 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 D | tt-aw-alsa-lib.c | 213 g_hw_params.stream = SND_PCM_STREAM_CAPTURE; in capture_open_close()
|
Completed in 25 milliseconds