]> git.alsa-project.org Git - alsa-lib.git/commitdiff
Fix subdevice number to 0 for dmix/dsnoop
authorTakashi Iwai <tiwai@suse.de>
Mon, 17 Sep 2007 13:03:52 +0000 (15:03 +0200)
committerTakashi Iwai <tiwai@suse.de>
Mon, 17 Sep 2007 13:03:52 +0000 (15:03 +0200)
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.

src/conf/pcm/dmix.conf
src/conf/pcm/dsnoop.conf

index 1bd3efef7e5e0d856a13c394b9df83a5244a1a3e..4108ddb64aa79aeb780b97a6d767613a485bba2d 100644 (file)
@@ -20,7 +20,7 @@ pcm.!dmix {
        }
        @args.SUBDEV {
                type integer
-               default -1
+               default 0
        }
        @args.FORMAT {
                type string
index c461f0c9c18e44d02f9352ac3f30189eb8d6c7f9..49cfca98c2622b95a75ed125cd23dec3567037c8 100644 (file)
@@ -20,7 +20,7 @@ pcm.!dsnoop {
        }
        @args.SUBDEV {
                type integer
-               default -1
+               default 0
        }
        @args.FORMAT {
                type string