comparison mixer.c @ 556:3d1e8b618594

using /dev/mixer as default
author arpi_esp
date Sat, 21 Apr 2001 00:15:19 +0000
parents 5cc44d8c20f2
children abd7391a31e3
comparison
equal deleted inserted replaced
555:5bfbe42747e5 556:3d1e8b618594
5 #include <fcntl.h> 5 #include <fcntl.h>
6 #include <stdio.h> 6 #include <stdio.h>
7 7
8 #include "mixer.h" 8 #include "mixer.h"
9 9
10 char * mixer_device=NULL; 10 char * mixer_device="/dev/mixer";
11 int mixer_usemaster=0; 11 int mixer_usemaster=0;
12 12
13 void mixer_getvolume( int *l,int *r ) 13 void mixer_getvolume( int *l,int *r )
14 { 14 {
15 int fd,v,cmd,devs; 15 int fd,v,cmd,devs;