Commit baa3cb67 authored by Jaroslav Kysela's avatar Jaroslav Kysela

[ALSA] add module aliases for rtctimer and seq-dummy

RTC timer driver,ALSA sequencer
Add snd-timer-1 and snd-seq-client-63 module aliases for the
snd-rtctimer and snd-seq-dummy modules.
Signed-off-by: default avatarClemens Ladisch <clemens@ladisch.de>
parent 231dd680
......@@ -183,4 +183,6 @@ MODULE_PARM_DESC(rtctimer_freq, "timer frequency in Hz");
MODULE_LICENSE("GPL");
MODULE_ALIAS("snd-timer-" __stringify(SNDRV_TIMER_GLOBAL_RTC));
#endif /* CONFIG_RTC || CONFIG_RTC_MODULE */
......@@ -63,6 +63,7 @@
MODULE_AUTHOR("Takashi Iwai <tiwai@suse.de>");
MODULE_DESCRIPTION("ALSA sequencer MIDI-through client");
MODULE_LICENSE("GPL");
MODULE_ALIAS("snd-seq-client-" __stringify(SNDRV_SEQ_CLIENT_DUMMY));
static int ports = 1;
static int duplex = 0;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment