summaryrefslogtreecommitdiff
path: root/drivers/alsa/usx2y.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/alsa/usx2y.h')
-rw-r--r--drivers/alsa/usx2y.h18
1 files changed, 9 insertions, 9 deletions
diff --git a/drivers/alsa/usx2y.h b/drivers/alsa/usx2y.h
index 8876d94..853f307 100644
--- a/drivers/alsa/usx2y.h
+++ b/drivers/alsa/usx2y.h
@@ -1,7 +1,7 @@
/*
Copyright (C) 2001 Paul Davis
Copyright (C) 2004 Karsten Wiese, Rui Nuno Capela
-
+
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
@@ -16,14 +16,14 @@
along with this program; if not, write to the Free Software
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
-*/
+ */
#ifndef __jack_usx2y_h__
#define __jack_usx2y_h__
-#define USX2Y_MAXPACK 50
-#define USX2Y_MAXBUFFERMS 100
-#define USX2Y_MAXSTRIDE 3
+#define USX2Y_MAXPACK 50
+#define USX2Y_MAXBUFFERMS 100
+#define USX2Y_MAXSTRIDE 3
#define USX2Y_SSS (((USX2Y_MAXPACK * USX2Y_MAXBUFFERMS * USX2Y_MAXSTRIDE + 4096) / 4096) * 4096)
@@ -34,9 +34,9 @@ struct snd_usX2Y_hwdep_pcm_shm {
volatile int playback_iso_head;
int playback_iso_start;
struct {
- int frame,
- offset,
- length;
+ int frame,
+ offset,
+ length;
} captured_iso[128];
volatile int captured_iso_head;
volatile unsigned captured_iso_frames;
@@ -56,6 +56,6 @@ typedef struct {
} usx2y_t;
jack_hardware_t *
-jack_alsa_usx2y_hw_new (alsa_driver_t *driver);
+jack_alsa_usx2y_hw_new(alsa_driver_t *driver);
#endif /* __jack_usx2y_h__*/