mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-11-01 22:58:49 -04:00
- added the indepdent front, rear, center_lfe support.
This commit is contained in:
parent
0d810e14e1
commit
1872af49ca
1 changed files with 27 additions and 6 deletions
|
|
@ -9,13 +9,34 @@ ICE1724.pcm.front.0 {
|
|||
@args.CARD {
|
||||
type string
|
||||
}
|
||||
type route
|
||||
ttable.0.0 1
|
||||
ttable.1.1 1
|
||||
slave.pcm {
|
||||
type hw
|
||||
card $CARD
|
||||
type hw
|
||||
card $CARD
|
||||
}
|
||||
|
||||
<confdir:pcm/rear.conf>
|
||||
|
||||
ICE1724.pcm.rear.0 {
|
||||
@args [ CARD ]
|
||||
@args.CARD {
|
||||
type string
|
||||
}
|
||||
type hw
|
||||
card $CARD
|
||||
device 2
|
||||
subdevice 1
|
||||
}
|
||||
|
||||
<confdir:pcm/center_lfe.conf>
|
||||
|
||||
ICE1724.pcm.center_lfe.0 {
|
||||
@args [ CARD ]
|
||||
@args.CARD {
|
||||
type string
|
||||
}
|
||||
type hw
|
||||
card $CARD
|
||||
device 2
|
||||
subdevice 0
|
||||
}
|
||||
|
||||
<confdir:pcm/surround40.conf>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue