diff options
author | Takashi Iwai <tiwai@suse.de> | 2015-01-12 22:29:57 +0100 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2015-01-12 22:29:57 +0100 |
commit | 61864d844c296933d40c02683252bbea5193b101 (patch) | |
tree | af106a2061e9b33dfbffdf761406cf5ff890ba2d /sound/usb/line6/revision.h | |
parent | d29b854fe9036a505af373ac485b2110ebae6ccd (diff) | |
download | linux-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.h | 4 |
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 |