From: Takashi Iwai Date: Mon, 17 Sep 2007 13:03:52 +0000 (+0200) Subject: Fix subdevice number to 0 for dmix/dsnoop X-Git-Tag: v1.0.15rc3~3 X-Git-Url: https://git.alsa-project.org/?a=commitdiff_plain;h=d3339d7b8b706773529484801a2705b495f4cd66;p=alsa-lib.git Fix subdevice number to 0 for dmix/dsnoop The dmix and dsnoop plugins need a fixed substream number instead of the next-available one (-1) as the default number. Now it's set to 0. --- diff --git a/src/conf/pcm/dmix.conf b/src/conf/pcm/dmix.conf index 1bd3efef..4108ddb6 100644 --- a/src/conf/pcm/dmix.conf +++ b/src/conf/pcm/dmix.conf @@ -20,7 +20,7 @@ pcm.!dmix { } @args.SUBDEV { type integer - default -1 + default 0 } @args.FORMAT { type string diff --git a/src/conf/pcm/dsnoop.conf b/src/conf/pcm/dsnoop.conf index c461f0c9..49cfca98 100644 --- a/src/conf/pcm/dsnoop.conf +++ b/src/conf/pcm/dsnoop.conf @@ -20,7 +20,7 @@ pcm.!dsnoop { } @args.SUBDEV { type integer - default -1 + default 0 } @args.FORMAT { type string