Use S16 for default format

Use S16 (endian-dependent) for the default PCM format of dmix/dnsoop
configurations.
This commit is contained in:
Takashi Iwai 2005-03-29 16:35:28 +00:00
parent 5c91ee386d
commit 06044933cc
2 changed files with 2 additions and 2 deletions

View file

@ -18,7 +18,7 @@ pcm.!dmix {
}
@args.FORMAT {
type string
default S16_LE
default S16
}
@args.RATE {
type integer

View file

@ -18,7 +18,7 @@ pcm.!dsnoop {
}
@args.FORMAT {
type string
default S16_LE
default S16
}
@args.RATE {
type integer