mixer: reduce differences with master branch

This commit is contained in:
Alexandre Ratchov 2017-05-31 15:44:26 +02:00
parent 4db8183fe5
commit e204a83de6
2 changed files with 2 additions and 2 deletions

View File

@ -273,7 +273,7 @@ siomix_sun_getfd(const char *str, unsigned int mode, int nbio)
{
const char *p;
char path[DEVPATH_MAX];
unsigned int devnum;
unsigned int devnum;
int fd, flags;
p = _sndio_parsetype(str, "rsnd");

View File

@ -133,7 +133,7 @@ struct ctlslot {
};
/*
* audio device with plenty of slots and knobs
* audio device with plenty of slots
*/
struct dev {
struct dev *next;