mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-10-29 05:40:25 -04:00
Updated
This commit is contained in:
parent
46b52167df
commit
521ccc49bb
1 changed files with 27 additions and 0 deletions
|
|
@ -79,6 +79,15 @@ sname Slave name
|
|||
binding Bindings table
|
||||
.N Slave channel for client channel N
|
||||
|
||||
- meter Meter PCM
|
||||
Fields:
|
||||
sname Slave name
|
||||
[frequency] Updates per second
|
||||
scope Scopes
|
||||
.N Scope #N
|
||||
.type Scope type
|
||||
[.PARAMS] Scope params
|
||||
|
||||
- mix Mix PCM (NYI)
|
||||
Fields:
|
||||
sname Server name
|
||||
|
|
@ -133,6 +142,11 @@ Fields:
|
|||
[lib] Library file
|
||||
open Open function
|
||||
|
||||
- scopetype PCM scope type
|
||||
Fields:
|
||||
[lib] Library file
|
||||
open Open function
|
||||
|
||||
- server Server
|
||||
Fields:
|
||||
host host where the server is located (if map to local address
|
||||
|
|
@ -169,6 +183,19 @@ pcm.ice1712_spdif {
|
|||
sname ice1712
|
||||
}
|
||||
|
||||
pcm.m {
|
||||
type meter
|
||||
sname plug:trident
|
||||
frequency 50
|
||||
scope.0 {
|
||||
type level
|
||||
}
|
||||
}
|
||||
|
||||
scopetype.level {
|
||||
lib /home/abramo/scopes/liblevel.so
|
||||
}
|
||||
|
||||
Special PCM names:
|
||||
hw:#card,#dev,#subdev
|
||||
hw:#card,#dev
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue