mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-11-26 07:00:11 -05:00
- 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
15 lines
192 B
Text
15 lines
192 B
Text
#
|
|
# 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
|
|
hint.show off
|
|
}
|