Home
last modified time | relevance | path

Searched refs:snd_pcm_check_error (Results 1 – 2 of 2) sorted by relevance

/bsp/allwinner/libraries/sunxi-hal/hal/source/sound/component/aw-alsa-lib/
A Dpcm_local.h258 static inline int snd_pcm_check_error(snd_pcm_t *pcm, int err) in snd_pcm_check_error() function
A Dpcm.c1104 return xfer > 0 ? (snd_pcm_sframes_t) xfer : snd_pcm_check_error(pcm, err); in snd_pcm_read_areas()
1208 return xfer > 0 ? (snd_pcm_sframes_t) xfer : snd_pcm_check_error(pcm, err); in snd_pcm_write_areas()

Completed in 11 milliseconds