From 0b6e77cd02acf5b70dd16915b2daa698a6022cc2 Mon Sep 17 00:00:00 2001 From: Jaroslav Kysela Date: Mon, 8 May 2000 20:24:38 +0000 Subject: [PATCH] Fixed device name... --- src/hwdep/hwdep.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 { -- 2.47.1