This commit is contained in:
Gerolf Ziegenhain 2016-10-04 16:50:10 +02:00
parent 592de3d5a9
commit bc66ce5855
1 changed files with 1 additions and 1 deletions

View File

@ -204,13 +204,13 @@ int beep_test(void)
static char *device = "hw:0,0"; /* playback device */
snd_output_t *output = NULL;
snd_pcm_t *handle;
int beep_test(void)
{
int err;
double p1,p2,f1,f2;
unsigned int i,j;
snd_pcm_t *handle;
snd_pcm_sframes_t frames;