1#
2# Configuration for the ATI IXP 150/200/250 modem controllers
3#
4
5<confdir:pcm/modem.conf>
6
7ATIIXP-MODEM.pcm.modem.0 {
8	@args [ CARD ]
9	@args.CARD {
10		type string
11	}
12	type route
13	slave.pcm {
14		type hw
15		card $CARD
16	}
17	slave.channels 2
18	slave.format S16_LE
19	ttable.0.1 1
20	ttable.1.0 0
21	hint.show off
22}
23