From: Jaroslav Kysela Date: Wed, 3 Feb 1999 11:10:30 +0000 (+0000) Subject: Fixed bug: /dev/loadC%i -> /dev/aloadC%i X-Git-Tag: v1.0.3~1489 X-Git-Url: https://git.alsa-project.org/?a=commitdiff_plain;h=013a463ae065af23ef98fdf989155ecac42d2942;p=alsa-lib.git Fixed bug: /dev/loadC%i -> /dev/aloadC%i --- 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) {