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

@ -77,6 +77,6 @@ struct _snd_mixer {
};
struct _snd_mixer_selem_id {
unsigned char name[60];
char name[60];
unsigned int index;
};