From 013a463ae065af23ef98fdf989155ecac42d2942 Mon Sep 17 00:00:00 2001 From: Jaroslav Kysela Date: Wed, 3 Feb 1999 11:10:30 +0000 Subject: [PATCH] Fixed bug: /dev/loadC%i -> /dev/aloadC%i --- src/control/cards.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/control/cards.c b/src/control/cards.c index 5d37b282..6ced16b1 100644 --- a/src/control/cards.c +++ b/src/control/cards.c @@ -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) { -- 2.11.0