mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-11-04 13:30:08 -05:00
Added atiixp-modem and intel8x0-modem definitions.
This commit is contained in:
parent
0e8bb7bad5
commit
e871cdc005
4 changed files with 40 additions and 0 deletions
22
src/conf/cards/ATIIXP-MODEM.conf
Normal file
22
src/conf/cards/ATIIXP-MODEM.conf
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
#
|
||||
# Configuration for the ATI IXP 150/200/250 modem controllers
|
||||
#
|
||||
|
||||
<confdir:pcm/modem.conf>
|
||||
|
||||
ATIIXP-MODEM.pcm.modem.0 {
|
||||
@args [ CARD ]
|
||||
@args.CARD {
|
||||
type string
|
||||
}
|
||||
type route
|
||||
slave.pcm {
|
||||
type hw
|
||||
card $CARD
|
||||
device 0
|
||||
}
|
||||
slave.channels 2
|
||||
slave.format S16_LE
|
||||
ttable.0.1 1
|
||||
ttable.1.0 0
|
||||
}
|
||||
15
src/conf/cards/ICH-MODEM.conf
Normal file
15
src/conf/cards/ICH-MODEM.conf
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
#
|
||||
# Configuration for the Intel/AMD modem controllers
|
||||
#
|
||||
|
||||
<confdir:pcm/modem.conf>
|
||||
|
||||
ICH-MODEM.pcm.modem.0 {
|
||||
@args [ CARD ]
|
||||
@args.CARD {
|
||||
type string
|
||||
}
|
||||
type hw
|
||||
card $CARD
|
||||
device 0
|
||||
}
|
||||
|
|
@ -141,6 +141,7 @@ ICH.pcm.iec958.0 {
|
|||
lock true
|
||||
preserve true
|
||||
value 0
|
||||
optional true
|
||||
}
|
||||
{
|
||||
name "IEC958 Playback Default"
|
||||
|
|
|
|||
|
|
@ -2,6 +2,7 @@ alsadir = $(datadir)/alsa/cards
|
|||
cfg_files = aliases.conf \
|
||||
ATIIXP.conf \
|
||||
ATIIXP-SPDMA.conf \
|
||||
ATIIXP-MODEM.conf \
|
||||
AU8810.conf \
|
||||
AU8820.conf \
|
||||
AU8830.conf \
|
||||
|
|
@ -21,6 +22,7 @@ cfg_files = aliases.conf \
|
|||
ICE1712.conf \
|
||||
ICE1724.conf \
|
||||
ICH.conf \
|
||||
ICH-MODEM.conf \
|
||||
NFORCE.conf \
|
||||
RME9636.conf \
|
||||
RME9652.conf \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue