Home
last modified time | relevance | path

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 Daplay.c141 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 Daduplex.c190 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 Dpcm_asym.c47 if (stream == SND_PCM_STREAM_PLAYBACK) in _snd_pcm_asym_open()
A Dpcm_linear.c285 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 Dpcm_rate.c293 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 Dpcm_route.c770 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 Dpcm_local.h297 if (pcm->stream == SND_PCM_STREAM_PLAYBACK) in snd_pcm_mmap_avail()
A Dpcm_dmix.c838 if (stream != SND_PCM_STREAM_PLAYBACK) { in _snd_pcm_dmix_open()
A Dpcm_plug.c310 if (pcm->stream == SND_PCM_STREAM_PLAYBACK && in snd_pcm_plug_change_channels()
A Dpcm.c728 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 Dtt-aw-alsa-lib.c153 .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 Dpcm.h162 SND_PCM_STREAM_PLAYBACK = 0, enumerator

Completed in 36 milliseconds