summaryrefslogtreecommitdiffstats
path: root/sound/usb/line6/revision.h
diff options
context:
space:
mode:
authorTakashi Iwai <tiwai@suse.de>2015-01-12 22:29:57 +0100
committerTakashi Iwai <tiwai@suse.de>2015-01-12 22:29:57 +0100
commit61864d844c296933d40c02683252bbea5193b101 (patch)
treeaf106a2061e9b33dfbffdf761406cf5ff890ba2d /sound/usb/line6/revision.h
parentd29b854fe9036a505af373ac485b2110ebae6ccd (diff)
downloadlinux-61864d844c296933d40c02683252bbea5193b101.tar.gz
linux-61864d844c296933d40c02683252bbea5193b101.tar.bz2
linux-61864d844c296933d40c02683252bbea5193b101.zip
ALSA: move line6 usb driver into sound/usb
Promote line6 driver from staging to sound/usb/line6 directory, and maintain through sound subsystem tree. This commit just moves the code and adapts Makefile / Kconfig. The further renames and misc cleanups will follow. Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/usb/line6/revision.h')
-rw-r--r--sound/usb/line6/revision.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/sound/usb/line6/revision.h b/sound/usb/line6/revision.h
new file mode 100644
index 000000000000..b4eee2b73831
--- /dev/null
+++ b/sound/usb/line6/revision.h
@@ -0,0 +1,4 @@
+#ifndef DRIVER_REVISION
+/* current subversion revision */
+#define DRIVER_REVISION " (904)"
+#endif