mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-11-02 09:01:48 -05: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 {
|
@args.CARD {
|
||||||
type string
|
type string
|
||||||
}
|
}
|
||||||
type route
|
type hw
|
||||||
ttable.0.0 1
|
card $CARD
|
||||||
ttable.1.1 1
|
}
|
||||||
slave.pcm {
|
|
||||||
type hw
|
<confdir:pcm/rear.conf>
|
||||||
card $CARD
|
|
||||||
|
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>
|
<confdir:pcm/surround40.conf>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue