Free resources allocated with audio handle
#include <sys/asoundlib.h> int snd_pcm_close( snd_pcm_t * handle );
libasound.so
The snd_pcm_close() function frees all resources allocated with audio handle and closes the connection to the sound audio interface.
Zero on success, or a negative value on error.
See the Closing the audio device section in the Playing Audio Data chapter.
| Safety: | |
|---|---|
| Cancellation point | No |
| Interrupt handler | No |
| Signal handler | Yes |
| Thread | Yes |
snd_pcm_open(), snd_pcm_open_preferred()