recording.c
changeset 8 96d16dfe787a
parent 0 af501b0c1716
child 9 c3fecc82ade6
equal deleted inserted replaced
7:a1aa30f0f904 8:96d16dfe787a
    84          */
    84          */
    85         status = ioctl (fd, SOUND_PCM_SYNC, 0);
    85         status = ioctl (fd, SOUND_PCM_SYNC, 0);
    86         if (status == -1)
    86         if (status == -1)
    87             perror ("SOUND_PCM_SYNC ioctl failed");
    87             perror ("SOUND_PCM_SYNC ioctl failed");
    88     }
    88     }
       
    89 
    89     return EXIT_SUCCESS;
    90     return EXIT_SUCCESS;
    90 }
    91 }