mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-10-29 05:40:25 -04:00
Added the support of side and surround71 PCM types.
This commit is contained in:
parent
2e15c60a94
commit
0e8bb7bad5
1 changed files with 35 additions and 0 deletions
|
|
@ -39,6 +39,19 @@ ICE1724.pcm.center_lfe.0 {
|
|||
subdevice 0
|
||||
}
|
||||
|
||||
<confdir:pcm/side.conf>
|
||||
|
||||
ICE1724.pcm.side.0 {
|
||||
@args [ CARD ]
|
||||
@args.CARD {
|
||||
type string
|
||||
}
|
||||
type hw
|
||||
card $CARD
|
||||
device 2
|
||||
subdevice 2
|
||||
}
|
||||
|
||||
<confdir:pcm/surround40.conf>
|
||||
|
||||
ICE1724.pcm.surround40.0 {
|
||||
|
|
@ -79,6 +92,28 @@ ICE1724.pcm.surround51.0 {
|
|||
}
|
||||
}
|
||||
|
||||
<confdir:pcm/surround71.conf>
|
||||
|
||||
ICE1724.pcm.surround71.0 {
|
||||
@args [ CARD ]
|
||||
@args.CARD {
|
||||
type string
|
||||
}
|
||||
type route
|
||||
ttable.0.0 1
|
||||
ttable.1.1 1
|
||||
ttable.2.4 1
|
||||
ttable.3.5 1
|
||||
ttable.4.2 1
|
||||
ttable.5.3 1
|
||||
ttable.6.6 1
|
||||
ttable.7.7 1
|
||||
slave.pcm {
|
||||
type hw
|
||||
card $CARD
|
||||
}
|
||||
}
|
||||
|
||||
<confdir:pcm/iec958.conf>
|
||||
|
||||
ICE1724.pcm.iec958.0 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue