mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-10-29 05:40:25 -04:00
Added dsnoop definition
This commit is contained in:
parent
af01a330d6
commit
49ebb948c8
1 changed files with 24 additions and 0 deletions
|
|
@ -200,6 +200,30 @@ pcm.dmix {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
pcm.dsnoop {
|
||||||
|
@args [ SLAVE FORMAT RATE ]
|
||||||
|
@args.SLAVE {
|
||||||
|
type string
|
||||||
|
default "hw:0,0"
|
||||||
|
}
|
||||||
|
@args.FORMAT {
|
||||||
|
type string
|
||||||
|
default S16_LE
|
||||||
|
}
|
||||||
|
@args.RATE {
|
||||||
|
type integer
|
||||||
|
default 48000
|
||||||
|
}
|
||||||
|
type dsnoop
|
||||||
|
ipc_key 5778293
|
||||||
|
ipc_key_add_uid yes
|
||||||
|
slave {
|
||||||
|
pcm $SLAVE
|
||||||
|
format $FORMAT
|
||||||
|
rate $RATE
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
pcm.shm {
|
pcm.shm {
|
||||||
@args [ SOCKET PCM ]
|
@args [ SOCKET PCM ]
|
||||||
@args.SOCKET {
|
@args.SOCKET {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue