Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 6ab97f25 authored by Takashi Iwai's avatar Takashi Iwai
Browse files

ALSA: jack: Remove MODULE_*() macros



The jack interface is statically included in sound core.  Having
doubly module information is rather confusing.

Signed-off-by: default avatarTakashi Iwai <tiwai@suse.de>
parent 98d8fc6c
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -372,7 +372,3 @@ void snd_jack_report(struct snd_jack *jack, int status)

}
EXPORT_SYMBOL(snd_jack_report);

MODULE_AUTHOR("Mark Brown <broonie@opensource.wolfsonmicro.com>");
MODULE_DESCRIPTION("Jack detection support for ALSA");
MODULE_LICENSE("GPL");