Home
last modified time | relevance | path

Searched refs:AOS_PCM_STREAM_PLAYBACK (Results 1 – 5 of 5) sorted by relevance

/AliOS-Things-master/components/a2sa/src/framework/
A Dsound_pcm.c83 …ntf(fn, sizeof(fn), "/dev/pcmC%uD%u%c", card, device, (stream == AOS_PCM_STREAM_PLAYBACK) ? 'p' : … in aos_pcm_open()
104 …ntf(fn, sizeof(fn), "/dev/pcmC%uD%u%c", card, device, (stream == AOS_PCM_STREAM_PLAYBACK) ? 'p' : … in aos_pcm_open()
124 …, "%s:%d, open %s device failed", __func__, __LINE__, (stream == AOS_PCM_STREAM_PLAYBACK) ? "playb… in aos_pcm_open()
532 if(pcm->stream != AOS_PCM_STREAM_PLAYBACK) { in aos_pcm_writei()
563 if(pcm->stream != AOS_PCM_STREAM_PLAYBACK) { in aos_pcm_writen()
/AliOS-Things-master/components/a2sa/example/
A Dsound_example_lb.c48 ret = aos_pcm_open(&pb_pcm, "default", AOS_PCM_STREAM_PLAYBACK, 0); in sound_loopback_thread()
A Dsound_example_wav.c72 ret = aos_pcm_open(&pcm, "default", AOS_PCM_STREAM_PLAYBACK, 0); in play_sample()
/AliOS-Things-master/components/uvoice/audio/hal/haas100/
A Duvoice_pcm.c73 ret = aos_pcm_open(&pb_pcm, "default", AOS_PCM_STREAM_PLAYBACK, 0); in uvoice_pcm_open()
/AliOS-Things-master/components/a2sa/include/
A Dsound_pcm.h49 AOS_PCM_STREAM_PLAYBACK = 0, /**< Playback stream */ enumerator

Completed in 7 milliseconds