Subversion Repositories svnkaklik

Rev

Rev 654 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log

Rev 654 Rev 662
Line 6... Line 6...
6
#include <stdlib.h>
6
#include <stdlib.h>
7
#include <string.h>
7
#include <string.h>
8
#include <sched.h>
8
#include <sched.h>
9
#include <errno.h>
9
#include <errno.h>
10
#include <getopt.h>
10
#include <getopt.h>
11
#include "../include/asoundlib.h"
11
#include <alsa/asoundlib.h>
12
#include <sys/time.h>
12
#include <sys/time.h>
13
#include <math.h>
13
#include <math.h>
14
 
14
 
15
static char *device = "plughw:0,0";			/* playback device */
15
static char *device = "plughw:0,0";			/* playback device */
16
static snd_pcm_format_t format = SND_PCM_FORMAT_S16;	/* sample format */
16
static snd_pcm_format_t format = SND_PCM_FORMAT_S16;	/* sample format */