alsa-lib/src/conf/cards/ATIIXP-MODEM.conf
Jaroslav Kysela d7916981bf pcm config files cleanups and name hint extension
- remove device 0/subdevice 0 from configuration files (it's default)
- name_hint
  - fixed parsing slaves
  - obtain device numbers directly from 'type hw' configurations to
    avoid poluting of configurations scripts with hint.device lines
2006-10-12 16:27:23 +02:00

22 lines
302 B
Text

#
# 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
}
slave.channels 2
slave.format S16_LE
ttable.0.1 1
ttable.1.0 0
hint.show off
}