summaryrefslogtreecommitdiff
path: root/drivers/staging/line6/revision.h
diff options
context:
space:
mode:
authorMarkus Grabner <grabner@icg.tugraz.at>2011-12-10 01:12:32 (GMT)
committerGreg Kroah-Hartman <gregkh@suse.de>2011-12-10 03:26:09 (GMT)
commit6b02a17ee5cd5d200dbe4a285a4e750f70884967 (patch)
tree4f8a0f63d324ddbb284911a47303282ef0ef0c08 /drivers/staging/line6/revision.h
parent665f3f506b1c2684d6f78d6d03c038d1712e561d (diff)
downloadlinux-fsl-qoriq-6b02a17ee5cd5d200dbe4a285a4e750f70884967.tar.xz
staging: line6: fixed ALSA/PCM interaction
The PCM subsystem in the Line6 driver is mainly used for PCM playback and capture by ALSA, but also has other tasks, most notably providing a low-latency software monitor for devices which don't support hardware monitoring (e.g., the TonePort series). This patch makes ALSA "play nicely" with the other components, i.e., prevents it from resetting the isochronous USB transfer while other PCM tasks (software monitoring) are running. Signed-off-by: Markus Grabner <grabner@icg.tugraz.at> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/staging/line6/revision.h')
-rw-r--r--drivers/staging/line6/revision.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/line6/revision.h b/drivers/staging/line6/revision.h
index 350d0df..b4eee2b 100644
--- a/drivers/staging/line6/revision.h
+++ b/drivers/staging/line6/revision.h
@@ -1,4 +1,4 @@
#ifndef DRIVER_REVISION
/* current subversion revision */
-#define DRIVER_REVISION " (revision 690)"
+#define DRIVER_REVISION " (904)"
#endif