mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-10-29 05:40:25 -04:00
- added ICE1724 configuration file.
This commit is contained in:
parent
1b41de0653
commit
974d22f969
2 changed files with 101 additions and 0 deletions
100
src/conf/cards/ICE1724.conf
Normal file
100
src/conf/cards/ICE1724.conf
Normal file
|
|
@ -0,0 +1,100 @@
|
|||
#
|
||||
# Configuration for the ICE1724 (Envy24HT) chip
|
||||
#
|
||||
|
||||
<confdir:pcm/front.conf>
|
||||
|
||||
ICE1724.pcm.front.0 {
|
||||
@args [ CARD ]
|
||||
@args.CARD {
|
||||
type string
|
||||
}
|
||||
type route
|
||||
ttable.0.0 1
|
||||
ttable.1.1 1
|
||||
slave.pcm {
|
||||
type hw
|
||||
card $CARD
|
||||
}
|
||||
}
|
||||
|
||||
<confdir:pcm/surround40.conf>
|
||||
|
||||
ICE1724.pcm.surround40.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
|
||||
slave.pcm {
|
||||
type hw
|
||||
card $CARD
|
||||
}
|
||||
}
|
||||
|
||||
<confdir:pcm/surround51.conf>
|
||||
|
||||
ICE1724.pcm.surround51.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
|
||||
slave.pcm {
|
||||
type hw
|
||||
card $CARD
|
||||
}
|
||||
}
|
||||
|
||||
<confdir:pcm/iec958.conf>
|
||||
|
||||
ICE1724.pcm.iec958.0 {
|
||||
@args [ CARD AES0 AES1 AES2 AES3 ]
|
||||
@args.CARD {
|
||||
type string
|
||||
}
|
||||
@args.AES0 {
|
||||
type integer
|
||||
}
|
||||
@args.AES1 {
|
||||
type integer
|
||||
}
|
||||
@args.AES2 {
|
||||
type integer
|
||||
}
|
||||
@args.AES3 {
|
||||
type integer
|
||||
}
|
||||
type hooks
|
||||
slave.pcm {
|
||||
type route
|
||||
ttable.0.6 1
|
||||
ttable.1.7 1
|
||||
slave.pcm {
|
||||
type hw
|
||||
card $CARD
|
||||
}
|
||||
}
|
||||
hooks.0 {
|
||||
type ctl_elems
|
||||
hook_args [
|
||||
{
|
||||
interface PCM
|
||||
name "IEC958 Playback PCM Stream"
|
||||
lock true
|
||||
preserve true
|
||||
value [ $AES0 $AES1 $AES2 $AES3 ]
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
@ -10,6 +10,7 @@ cfg_files = aliases.conf \
|
|||
FM801.conf \
|
||||
GUS.conf \
|
||||
ICE1712.conf \
|
||||
ICE1724.conf \
|
||||
ICH.conf \
|
||||
RME9636.conf \
|
||||
RME9652.conf \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue