mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-10-29 05:40:25 -04:00
Use S16_LE as default for dmix
Use S16_LE as default format for dmix, instead of S16.
This commit is contained in:
parent
5bf3b31cf1
commit
dee6f010b7
1 changed files with 1 additions and 1 deletions
|
|
@ -18,7 +18,7 @@ pcm.!dmix {
|
|||
}
|
||||
@args.FORMAT {
|
||||
type string
|
||||
default S16
|
||||
default S16_LE
|
||||
}
|
||||
@args.RATE {
|
||||
type integer
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue