Browse Source

let mixer sleep a bit before loading to ensure device is set up

sbg
tumbili 10 years ago committed by Mark Charlebois
parent
commit
909508f8f9
  1. 3
      src/systemcmds/mixer/mixer.cpp

3
src/systemcmds/mixer/mixer.cpp

@ -100,6 +100,9 @@ usage(const char *reason) @@ -100,6 +100,9 @@ usage(const char *reason)
static int
load(const char *devname, const char *fname)
{
// sleep a while to ensure device has been set up
usleep(20000);
int dev;
char buf[2048];

Loading…
Cancel
Save