[alsa-devel] [PATCH alsa-lib 1/2] USB-Audio: fix dsnoop args for Audiophile USB card
Alexander Tsoy
alexander at tsoy.me
Sun Jun 18 22:23:02 CEST 2017
Fixes: a9b129955659 ("USB-Audio.conf: fix definition for M-Audio AudioP...")
Signed-off-by: Alexander Tsoy <alexander at tsoy.me>
---
src/conf/cards/USB-Audio.conf | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/conf/cards/USB-Audio.conf b/src/conf/cards/USB-Audio.conf
index e365f297..f72ef121 100644
--- a/src/conf/cards/USB-Audio.conf
+++ b/src/conf/cards/USB-Audio.conf
@@ -90,7 +90,7 @@ USB-Audio."Audiophile USB (tm)".pcm.default {
type plug
slave.pcm {
@func concat
- strings [ "dsnoop:DEVICE=1,CARD=" $CARD ]
+ strings [ "dsnoop:DEV=1,CARD=" $CARD ]
}
}
}
--
2.13.0
More information about the Alsa-devel
mailing list