conf: Add hint descriptions to ctl, hwdep, seq and timer devices

Signed-off-by: Takashi Iwai <tiwai@suse.de>
This commit is contained in:
Takashi Iwai 2015-04-30 15:02:04 +02:00
parent 7d9972c6ad
commit 434f2f021f

View file

@ -345,6 +345,7 @@ ctl.sysdefault {
name defaults.ctl.card name defaults.ctl.card
} }
} }
hint.description "Default control device"
} }
ctl.default ctl.sysdefault ctl.default ctl.sysdefault
@ -366,6 +367,7 @@ ctl.hw {
} }
type hw type hw
card $CARD card $CARD
hint.description "Direct control device"
} }
ctl.shm { ctl.shm {
@ -408,6 +410,7 @@ rawmidi.default {
name defaults.rawmidi.device name defaults.rawmidi.device
} }
} }
hint.description "Default raw MIDI device"
} }
rawmidi.hw { rawmidi.hw {
@ -469,6 +472,7 @@ rawmidi.virtual {
seq.default { seq.default {
type hw type hw
hint.description "Default sequencer device"
} }
seq.hw { seq.hw {
@ -502,6 +506,7 @@ hwdep.default {
name defaults.hwdep.device name defaults.hwdep.device
} }
} }
hint.description "Default hardware dependent device"
} }
hwdep.hw { hwdep.hw {
@ -536,6 +541,10 @@ hwdep.hw {
type hw type hw
card $CARD card $CARD
device $DEV device $DEV
hint {
description "Direct hardware dependent device"
device $DEV
}
} }
# #
@ -572,7 +581,7 @@ timer.default {
@func refer @func refer
name defaults.timer.subdevice name defaults.timer.subdevice
} }
hint.description "Default direct hardware timer device" hint.description "Default timer device"
} }
timer.hw { timer.hw {
@ -618,4 +627,8 @@ timer.hw {
card $CARD card $CARD
device $DEV device $DEV
subdevice $SUBDEV subdevice $SUBDEV
hint {
description "Direct timer device"
device $DEV
}
} }