mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-12-21 08:56:52 -05:00
Use S16 for default format
Use S16 (endian-dependent) for the default PCM format of dmix/dnsoop configurations.
This commit is contained in:
parent
5c91ee386d
commit
06044933cc
2 changed files with 2 additions and 2 deletions
|
|
@ -18,7 +18,7 @@ pcm.!dmix {
|
||||||
}
|
}
|
||||||
@args.FORMAT {
|
@args.FORMAT {
|
||||||
type string
|
type string
|
||||||
default S16_LE
|
default S16
|
||||||
}
|
}
|
||||||
@args.RATE {
|
@args.RATE {
|
||||||
type integer
|
type integer
|
||||||
|
|
|
||||||
|
|
@ -18,7 +18,7 @@ pcm.!dsnoop {
|
||||||
}
|
}
|
||||||
@args.FORMAT {
|
@args.FORMAT {
|
||||||
type string
|
type string
|
||||||
default S16_LE
|
default S16
|
||||||
}
|
}
|
||||||
@args.RATE {
|
@args.RATE {
|
||||||
type integer
|
type integer
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue