Searched refs:SND_PCM_STREAM_PLAYBACK (Results 1 – 12 of 12) sorted by relevance
| /bsp/allwinner/libraries/sunxi-hal/hal/source/sound/component/aw-alsa-utils/ |
| A D | aplay.c | 141 ret = snd_pcm_open(&handle, card_name, SND_PCM_STREAM_PLAYBACK, mode); in aplay() 199 ret = snd_pcm_open(&mgr->handle, g_pcm_name, SND_PCM_STREAM_PLAYBACK, 0); in play_builtin_music() 220 SND_PCM_STREAM_PLAYBACK, 0); in play_builtin_music() 322 ret = snd_pcm_open(&mgr->handle, g_pcm_name, SND_PCM_STREAM_PLAYBACK, 0); in play_fs_music() 346 SND_PCM_STREAM_PLAYBACK, 0); in play_fs_music()
|
| A D | aduplex.c | 190 ret = snd_pcm_open(&mgr->handle, pcm_name, SND_PCM_STREAM_PLAYBACK, 0); in playback_fs_wav() 449 ret = snd_pcm_open(&handle, card_name, SND_PCM_STREAM_PLAYBACK, mode); in aplay()
|
| /bsp/allwinner/libraries/sunxi-hal/hal/source/sound/component/aw-alsa-lib/ |
| A D | pcm_asym.c | 47 if (stream == SND_PCM_STREAM_PLAYBACK) in _snd_pcm_asym_open()
|
| A D | pcm_linear.c | 285 if (pcm->stream == SND_PCM_STREAM_PLAYBACK) { in snd_pcm_linear_hw_params() 294 if (pcm->stream == SND_PCM_STREAM_PLAYBACK) in snd_pcm_linear_hw_params()
|
| A D | pcm_rate.c | 293 if (pcm->stream == SND_PCM_STREAM_PLAYBACK) { in snd_pcm_rate_hw_params() 747 if (pcm->stream != SND_PCM_STREAM_PLAYBACK) in snd_pcm_rate_sync_hwptr0() 781 if (pcm->stream != SND_PCM_STREAM_PLAYBACK) in snd_pcm_rate_sync_hwptr0() 860 if (pcm->stream == SND_PCM_STREAM_PLAYBACK) { in snd_pcm_rate_delay() 1258 if (pcm->stream == SND_PCM_STREAM_PLAYBACK) { in snd_pcm_rate_mmap_commit() 1310 if (pcm->stream == SND_PCM_STREAM_PLAYBACK) { in snd_pcm_rate_drain() 1688 if (stream != SND_PCM_STREAM_PLAYBACK) { in _snd_pcm_rate_open()
|
| A D | pcm_route.c | 770 if (pcm->stream == SND_PCM_STREAM_PLAYBACK) { in snd_pcm_route_hw_params() 907 if (stream == SND_PCM_STREAM_PLAYBACK) { in route_load_ttable()
|
| A D | pcm_local.h | 297 if (pcm->stream == SND_PCM_STREAM_PLAYBACK) in snd_pcm_mmap_avail()
|
| A D | pcm_dmix.c | 838 if (stream != SND_PCM_STREAM_PLAYBACK) { in _snd_pcm_dmix_open()
|
| A D | pcm_plug.c | 310 if (pcm->stream == SND_PCM_STREAM_PLAYBACK && in snd_pcm_plug_change_channels()
|
| A D | pcm.c | 728 if (snd_pcm_stream(pcm) == SND_PCM_STREAM_PLAYBACK) in snd_pcm_recover()
|
| /bsp/allwinner/libraries/sunxi-hal/hal/source/sound/component/aw-alsa-lib/test/ |
| A D | tt-aw-alsa-lib.c | 153 .stream = SND_PCM_STREAM_PLAYBACK, 182 (g_hw_params.stream == SND_PCM_STREAM_PLAYBACK) ? in open_close_test() 190 (g_hw_params.stream == SND_PCM_STREAM_PLAYBACK) ? in open_close_test() 207 g_hw_params.stream = SND_PCM_STREAM_PLAYBACK; in play_open_close() 472 sw_params, (g_hw_params.stream == SND_PCM_STREAM_PLAYBACK) ? in sw_params_test() 581 snd_pcm_open(&handle, "audiocodec", SND_PCM_STREAM_PLAYBACK, 0); in pcm_state_test()
|
| /bsp/allwinner/libraries/sunxi-hal/include/hal/aw-alsa-lib/ |
| A D | pcm.h | 162 SND_PCM_STREAM_PLAYBACK = 0, enumerator
|
Completed in 36 milliseconds