summaryrefslogtreecommitdiff
path: root/drivers/alsa/hammerfall.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/alsa/hammerfall.h')
-rw-r--r--drivers/alsa/hammerfall.h18
1 files changed, 9 insertions, 9 deletions
diff --git a/drivers/alsa/hammerfall.h b/drivers/alsa/hammerfall.h
index b10ce6a..9077114 100644
--- a/drivers/alsa/hammerfall.h
+++ b/drivers/alsa/hammerfall.h
@@ -1,6 +1,6 @@
/*
Copyright (C) 2001 Paul Davis
-
+
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
@@ -15,7 +15,7 @@
along with this program; if not, write to the Free Software
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
-*/
+ */
#ifndef __jack_hammerfall_h__
#define __jack_hammerfall_h__
@@ -23,14 +23,14 @@
#include <sys/time.h>
typedef struct {
- int lock_status[3];
- int sync_status[3];
- int said_that_spdif_is_fine;
- pthread_t monitor_thread;
- alsa_driver_t *driver;
- struct timespec monitor_interval;
+ int lock_status[3];
+ int sync_status[3];
+ int said_that_spdif_is_fine;
+ pthread_t monitor_thread;
+ alsa_driver_t *driver;
+ struct timespec monitor_interval;
} hammerfall_t;
-jack_hardware_t *jack_alsa_hammerfall_hw_new (alsa_driver_t *driver);
+jack_hardware_t *jack_alsa_hammerfall_hw_new(alsa_driver_t *driver);
#endif /* __jack_hammerfall_h__*/