AUDIO_STOP
if (ioctl(fd, AUDIO_STOP) == -1) {
if (ioctl(hdl->fd, AUDIO_STOP) == -1) {
case AUDIO_STOP:
if (cmd == AUDIO_START || cmd == AUDIO_STOP) {