summaryrefslogtreecommitdiff
path: root/drivers/alsa/hdsp.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/alsa/hdsp.h')
-rw-r--r--drivers/alsa/hdsp.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/drivers/alsa/hdsp.h b/drivers/alsa/hdsp.h
index cc2ad04..f62ac7d 100644
--- a/drivers/alsa/hdsp.h
+++ b/drivers/alsa/hdsp.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_hdsp_h__
#define __jack_hdsp_h__
@@ -23,10 +23,10 @@
#include <sys/time.h>
typedef struct {
- alsa_driver_t *driver;
+ alsa_driver_t *driver;
} hdsp_t;
jack_hardware_t *
-jack_alsa_hdsp_hw_new (alsa_driver_t *driver);
+jack_alsa_hdsp_hw_new(alsa_driver_t *driver);
#endif /* __jack_hdsp_h__*/