#include <asm/io.h>
#include <linux/delay.h>
#include <linux/interrupt.h>
#include <linux/init.h>
#include <linux/slab.h>
#include <sound/core.h>
#include <sound/cs8427.h>
#include <sound/asoundef.h>
#include "ice1712.h"
#include "ews.h"
#include <sound/cs8403.h>
Go to the source code of this file.
#define DMX6FIRE_CONTROL |
( |
|
xname, |
|
|
|
xshift, |
|
|
|
xinvert |
|
) |
| |
Value:
.name = xname,\
.get = snd_ice1712_6fire_control_get,\
.put = snd_ice1712_6fire_control_put,\
.private_value = xshift | (xinvert << 8),\
}
Definition at line 942 of file ews.c.
#define EWS88D_CONTROL |
( |
|
xiface, |
|
|
|
xname, |
|
|
|
xshift, |
|
|
|
xinvert, |
|
|
|
xaccess |
|
) |
| |
Value:{ .iface = xiface,\
.name = xname,\
.access = xaccess,\
.get = snd_ice1712_ews88d_control_get,\
.put = snd_ice1712_ews88d_control_put,\
.private_value = xshift | (xinvert << 8),\
}
Definition at line 804 of file ews.c.
#define PCF9554_REG_CONFIG 3 |
#define PCF9554_REG_INPUT 0 |
#define PCF9554_REG_OUTPUT 1 |
#define PCF9554_REG_POLARITY 2 |
Definition at line 37 of file ews.c.
- Enumerator:
EWS_I2C_CS8404 |
|
EWS_I2C_PCF1 |
|
EWS_I2C_PCF2 |
|
EWS_I2C_88D |
|
EWS_I2C_6FIRE |
|
Definition at line 40 of file ews.c.