summaryrefslogtreecommitdiff
path: root/drivers/alsa/ice1712.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/alsa/ice1712.h')
-rw-r--r--drivers/alsa/ice1712.h48
1 files changed, 24 insertions, 24 deletions
diff --git a/drivers/alsa/ice1712.h b/drivers/alsa/ice1712.h
index 8dab29f..f68df57 100644
--- a/drivers/alsa/ice1712.h
+++ b/drivers/alsa/ice1712.h
@@ -1,11 +1,11 @@
/*
Copyright (C) 2002 Anthony Van Groningen
- Parts based on source code taken from the
+ Parts based on source code taken from the
"Env24 chipset (ICE1712) control utility" that is
Copyright (C) 2000 by Jaroslav Kysela <perex@suse.cz>
-
+
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
@@ -20,7 +20,7 @@
along with this program; if not, write to the Free Software
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
-*/
+ */
#ifndef __jack_ice1712_h__
#define __jack_ice1712_h__
@@ -36,31 +36,31 @@
#define MULTITRACK_PEAK_NAME "Multi Track Peak"
typedef struct {
- unsigned int subvendor; /* PCI[2c-2f] */
- unsigned char size; /* size of EEPROM image in bytes */
- unsigned char version; /* must be 1 */
- unsigned char codec; /* codec configuration PCI[60] */
- unsigned char aclink; /* ACLink configuration PCI[61] */
- unsigned char i2sID; /* PCI[62] */
- unsigned char spdif; /* S/PDIF configuration PCI[63] */
- unsigned char gpiomask; /* GPIO initial mask, 0 = write, 1 = don't */
- unsigned char gpiostate; /* GPIO initial state */
- unsigned char gpiodir; /* GPIO direction state */
- unsigned short ac97main;
- unsigned short ac97pcm;
- unsigned short ac97rec;
- unsigned char ac97recsrc;
- unsigned char dacID[4]; /* I2S IDs for DACs */
- unsigned char adcID[4]; /* I2S IDs for ADCs */
- unsigned char extra[4];
+ unsigned int subvendor; /* PCI[2c-2f] */
+ unsigned char size; /* size of EEPROM image in bytes */
+ unsigned char version; /* must be 1 */
+ unsigned char codec; /* codec configuration PCI[60] */
+ unsigned char aclink; /* ACLink configuration PCI[61] */
+ unsigned char i2sID; /* PCI[62] */
+ unsigned char spdif; /* S/PDIF configuration PCI[63] */
+ unsigned char gpiomask; /* GPIO initial mask, 0 = write, 1 = don't */
+ unsigned char gpiostate; /* GPIO initial state */
+ unsigned char gpiodir; /* GPIO direction state */
+ unsigned short ac97main;
+ unsigned short ac97pcm;
+ unsigned short ac97rec;
+ unsigned char ac97recsrc;
+ unsigned char dacID[4]; /* I2S IDs for DACs */
+ unsigned char adcID[4]; /* I2S IDs for ADCs */
+ unsigned char extra[4];
} ice1712_eeprom_t;
typedef struct {
- alsa_driver_t *driver;
- ice1712_eeprom_t *eeprom;
- unsigned long active_channels;
+ alsa_driver_t *driver;
+ ice1712_eeprom_t *eeprom;
+ unsigned long active_channels;
} ice1712_t;
-jack_hardware_t *jack_alsa_ice1712_hw_new (alsa_driver_t *driver);
+jack_hardware_t *jack_alsa_ice1712_hw_new(alsa_driver_t *driver);
#endif /* __jack_ice1712_h__*/