Fix compile warnings

Fix trivial compile warnings.
This commit is contained in:
Takashi Iwai 2005-12-16 18:43:49 +00:00
parent 0ec2247972
commit 76f7af823b
6 changed files with 38 additions and 30 deletions

View file

@ -42,7 +42,7 @@ struct slave_params {
int buffer_time;
snd_pcm_sframes_t period_size;
snd_pcm_sframes_t buffer_size;
int periods;
unsigned int periods;
};
typedef struct {