OSDN Git Service

Fixed bug: /dev/loadC%i -> /dev/aloadC%i
authorJaroslav Kysela <perex@perex.cz>
Wed, 3 Feb 1999 11:10:30 +0000 (11:10 +0000)
committerJaroslav Kysela <perex@perex.cz>
Wed, 3 Feb 1999 11:10:30 +0000 (11:10 +0000)
src/control/cards.c

index 5d37b28..6ced16b 100644 (file)
@@ -29,7 +29,7 @@
 #include "asoundlib.h"
 
 #define SND_FILE_CONTROL       "/dev/snd/controlC%i"
-#define SND_FILE_LOAD          "/dev/loadC%i"
+#define SND_FILE_LOAD          "/dev/aloadC%i"
 
 int snd_card_load(int card)
 {