mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-10-29 05:40:25 -04:00
Added some examples
This commit is contained in:
parent
a42a452c1c
commit
206f489fe1
1 changed files with 28 additions and 0 deletions
|
|
@ -141,3 +141,31 @@ host host where the server is located (if map to local address
|
||||||
[socket] PF_LOCAL socket name to listen/connect
|
[socket] PF_LOCAL socket name to listen/connect
|
||||||
[port] PF_INET port number to listen/connect
|
[port] PF_INET port number to listen/connect
|
||||||
|
|
||||||
|
Some examples:
|
||||||
|
|
||||||
|
pcmtype.hw {
|
||||||
|
open _snd_pcm_hw_open
|
||||||
|
}
|
||||||
|
|
||||||
|
pcmtype.plug {
|
||||||
|
open _snd_pcm_plug_open
|
||||||
|
}
|
||||||
|
|
||||||
|
pcm.trident {
|
||||||
|
type hw
|
||||||
|
card 0
|
||||||
|
device 0
|
||||||
|
}
|
||||||
|
|
||||||
|
pcm.ice1712 {
|
||||||
|
type hw
|
||||||
|
card 1
|
||||||
|
device 0
|
||||||
|
}
|
||||||
|
|
||||||
|
pcm.ice1712_spdif {
|
||||||
|
type plug
|
||||||
|
ttable.0.8 1
|
||||||
|
ttable.1.9 1
|
||||||
|
sname ice1712
|
||||||
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue