diff mbox

[alsa-lib,1/2] USB-Audio: fix dsnoop args for Audiophile USB card

Message ID 20170618202303.29269-1-alexander@tsoy.me (mailing list archive)
State New, archived
Headers show

Commit Message

Alexander Tsoy June 18, 2017, 8:23 p.m. UTC
Fixes: a9b129955659 ("USB-Audio.conf: fix definition for M-Audio AudioP...")
Signed-off-by: Alexander Tsoy <alexander@tsoy.me>
---
 src/conf/cards/USB-Audio.conf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Takashi Iwai June 20, 2017, 6:13 a.m. UTC | #1
On Sun, 18 Jun 2017 22:23:02 +0200,
Alexander Tsoy wrote:
> 
> Fixes: a9b129955659 ("USB-Audio.conf: fix definition for M-Audio AudioP...")
> Signed-off-by: Alexander Tsoy <alexander@tsoy.me>

Applied, thanks.


Takashi


> ---
>  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
> 
> _______________________________________________
> Alsa-devel mailing list
> Alsa-devel@alsa-project.org
> http://mailman.alsa-project.org/mailman/listinfo/alsa-devel
>
diff mbox

Patch

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 ]
 		}
 	}
 }