Added atiixp-modem and intel8x0-modem definitions.

This commit is contained in:
Takashi Iwai 2004-07-12 16:22:26 +00:00
parent 0e8bb7bad5
commit e871cdc005
4 changed files with 40 additions and 0 deletions

View 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
}

View 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
}

View file

@ -141,6 +141,7 @@ ICH.pcm.iec958.0 {
lock true
preserve true
value 0
optional true
}
{
name "IEC958 Playback Default"

View file

@ -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 \