Sophie

Sophie

distrib > * > 2008.0 > x86_64 > by-pkgid > fa7d2f9ae5ab22a899495a347de4c518 > files > 2

libalsa2-1.0.15-0.rc1.4mdv2008.0.src.rpm

changeset:   2329:fb2a23edc632
tag:         tip
user:        tiwai
date:        Mon Sep 17 15:03:52 2007 +0200
files:       src/conf/pcm/dmix.conf src/conf/pcm/dsnoop.conf
description:
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 -r 5e72b6913eb3 -r fb2a23edc632 src/conf/pcm/dmix.conf
--- a/src/conf/pcm/dmix.conf	Wed Sep 12 15:02:03 2007 +0200
+++ b/src/conf/pcm/dmix.conf	Mon Sep 17 15:03:52 2007 +0200
@@ -20,7 +20,7 @@ pcm.!dmix {
 	}
 	@args.SUBDEV {
 		type integer
-		default -1
+		default 0
 	}
 	@args.FORMAT {
 		type string
diff -r 5e72b6913eb3 -r fb2a23edc632 src/conf/pcm/dsnoop.conf
--- a/src/conf/pcm/dsnoop.conf	Wed Sep 12 15:02:03 2007 +0200
+++ b/src/conf/pcm/dsnoop.conf	Mon Sep 17 15:03:52 2007 +0200
@@ -20,7 +20,7 @@ pcm.!dsnoop {
 	}
 	@args.SUBDEV {
 		type integer
-		default -1
+		default 0
 	}
 	@args.FORMAT {
 		type string