From 6c535573008e474c471c100c5bfa5383308020f3 Mon Sep 17 00:00:00 2001 From: Alexander Tsoy Date: Sun, 18 Jun 2017 23:23:02 +0300 Subject: [PATCH] conf: USB-Audio: fix dsnoop args for Audiophile USB card Fixes: a9b129955659 ("USB-Audio.conf: fix definition for M-Audio AudioP...") Signed-off-by: Alexander Tsoy Signed-off-by: Takashi Iwai --- 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.11.0