Name
snd_pcm_close -- close a PCM handle
Synopsis
int snd_pcm_close
(snd_pcm_t *handle);
Description
Frees all resources allocated with audio handle and closes the
connection to the kernel sound audio interface. Function returns zero
if successful, otherwise it returns an error code.