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.
This commit is contained in:
Takashi Iwai 2007-09-17 15:03:52 +02:00
parent 8f5fa1a4aa
commit d3339d7b8b
2 changed files with 2 additions and 2 deletions

View file

@ -20,7 +20,7 @@ pcm.!dmix {
}
@args.SUBDEV {
type integer
default -1
default 0
}
@args.FORMAT {
type string

View file

@ -20,7 +20,7 @@ pcm.!dsnoop {
}
@args.SUBDEV {
type integer
default -1
default 0
}
@args.FORMAT {
type string