#ifndef lint static char rcsid[] = "$Id: speed.c,v 1.1 1997/02/28 14:02:29 tommy Exp $"; #endif #include #include #include "play.h" int set_speed(int fd, int dsp_speed) { return ioctl(fd, SNDCTL_DSP_SPEED, &dsp_speed); }