Home
last modified time | relevance | path

Searched refs:snd_pcm_abort (Results 1 – 3 of 3) sorted by relevance

/third_party/alsa-utils/speaker-test/
Dspeaker-test.c929 snd_pcm_abort(pcm_handle); in signal_handler()
/third_party/alsa-lib/include/
Dpcm.h521 static __inline__ int snd_pcm_abort(snd_pcm_t *pcm) { return snd_pcm_nonblock(pcm, 2); } in snd_pcm_abort() function
/third_party/alsa-utils/aplay/
Daplay.c402 snd_pcm_abort(handle); in signal_handler()