From: Jaroslav Kysela Date: Mon, 8 May 2000 20:24:38 +0000 (+0000) Subject: Fixed device name... X-Git-Tag: v1.0.3~1275 X-Git-Url: https://git.alsa-project.org/?a=commitdiff_plain;h=0b6e77cd02acf5b70dd16915b2daa698a6022cc2;p=alsa-lib.git Fixed device name... --- diff --git a/src/hwdep/hwdep.c b/src/hwdep/hwdep.c index 42af50cd..dfcbb936 100644 --- a/src/hwdep/hwdep.c +++ b/src/hwdep/hwdep.c @@ -28,7 +28,7 @@ #include #include "asoundlib.h" -#define SND_FILE_HWDEP "/dev/snd/hwdepC%iD%i" +#define SND_FILE_HWDEP "/dev/snd/hwC%iD%i" #define SND_HWDEP_VERSION_MAX SND_PROTOCOL_VERSION(1, 0, 0) struct snd_hwdep {