Searched refs:AOS_PCM_STREAM_PLAYBACK (Results 1 – 5 of 5) sorted by relevance
/AliOS-Things-master/components/a2sa/src/framework/ |
A D | sound_pcm.c | 83 …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 D | sound_example_lb.c | 48 ret = aos_pcm_open(&pb_pcm, "default", AOS_PCM_STREAM_PLAYBACK, 0); in sound_loopback_thread()
|
A D | sound_example_wav.c | 72 ret = aos_pcm_open(&pcm, "default", AOS_PCM_STREAM_PLAYBACK, 0); in play_sample()
|
/AliOS-Things-master/components/uvoice/audio/hal/haas100/ |
A D | uvoice_pcm.c | 73 ret = aos_pcm_open(&pb_pcm, "default", AOS_PCM_STREAM_PLAYBACK, 0); in uvoice_pcm_open()
|
/AliOS-Things-master/components/a2sa/include/ |
A D | sound_pcm.h | 49 AOS_PCM_STREAM_PLAYBACK = 0, /**< Playback stream */ enumerator
|
Completed in 7 milliseconds