Go to the documentation of this file. 1 #ifndef __SOUND_DELTA_H
2 #define __SOUND_DELTA_H
28 #define DELTA_DEVICE_DESC \
29 "{MidiMan M Audio,Delta 1010},"\
30 "{MidiMan M Audio,Delta 1010LT},"\
31 "{MidiMan M Audio,Delta DiO 2496},"\
32 "{MidiMan M Audio,Delta 66},"\
33 "{MidiMan M Audio,Delta 44},"\
34 "{MidiMan M Audio,Delta 410},"\
35 "{MidiMan M Audio,Audiophile 24/96},"\
37 "{Lionstracs,Mediastation},"\
40 #define ICE1712_SUBDEVICE_DELTA1010 0x121430d6
41 #define ICE1712_SUBDEVICE_DELTA1010E 0xff1430d6
42 #define ICE1712_SUBDEVICE_DELTADIO2496 0x121431d6
43 #define ICE1712_SUBDEVICE_DELTA66 0x121432d6
44 #define ICE1712_SUBDEVICE_DELTA66E 0xff1432d6
45 #define ICE1712_SUBDEVICE_DELTA44 0x121433d6
46 #define ICE1712_SUBDEVICE_AUDIOPHILE 0x121434d6
47 #define ICE1712_SUBDEVICE_DELTA410 0x121438d6
48 #define ICE1712_SUBDEVICE_DELTA1010LT 0x12143bd6
49 #define ICE1712_SUBDEVICE_VX442 0x12143cd6
50 #define ICE1712_SUBDEVICE_MEDIASTATION 0x694c0100
51 #define ICE1712_SUBDEVICE_EDIROLDA2496 0xce164010
62 #define ICE1712_DELTA_DFS 0x01
64 #define ICE1712_DELTA_SPDIF_IN_STAT 0x02
69 #define ICE1712_DELTA_SPDIF_OUT_STAT_CLOCK 0x04
74 #define ICE1712_DELTA_SPDIF_OUT_STAT_DATA 0x08
83 #define ICE1712_DELTA_SPDIF_INPUT_SELECT 0x10
92 #define ICE1712_DELTA_WORD_CLOCK_SELECT 0x10
96 #define ICE1712_DELTA_WORD_CLOCK_STATUS 0x20
104 #define ICE1712_DELTA_CODEC_SERIAL_DATA 0x10
106 #define ICE1712_DELTA_CODEC_SERIAL_CLOCK 0x20
109 #define ICE1712_DELTA_CODEC_CHIP_A 0x40
110 #define ICE1712_DELTA_CODEC_CHIP_B 0x80
123 #define ICE1712_DELTA_AP_CCLK 0x02
125 #define ICE1712_DELTA_AP_DIN 0x04
126 #define ICE1712_DELTA_AP_DOUT 0x08
127 #define ICE1712_DELTA_AP_CS_DIGITAL 0x10
129 #define ICE1712_DELTA_AP_CS_CODEC 0x20
135 #define ICE1712_DELTA_1010LT_CCLK 0x02
136 #define ICE1712_DELTA_1010LT_DIN 0x04
137 #define ICE1712_DELTA_1010LT_DOUT 0x08
138 #define ICE1712_DELTA_1010LT_CS 0x70
139 #define ICE1712_DELTA_1010LT_CS_CHIP_A 0x00
140 #define ICE1712_DELTA_1010LT_CS_CHIP_B 0x10
141 #define ICE1712_DELTA_1010LT_CS_CHIP_C 0x20
142 #define ICE1712_DELTA_1010LT_CS_CHIP_D 0x30
143 #define ICE1712_DELTA_1010LT_CS_CS8427 0x40
144 #define ICE1712_DELTA_1010LT_CS_NONE 0x50
145 #define ICE1712_DELTA_1010LT_WORDCLOCK 0x80
151 #define ICE1712_DELTA_66E_CCLK 0x02
152 #define ICE1712_DELTA_66E_DIN 0x04
153 #define ICE1712_DELTA_66E_DOUT 0x08
154 #define ICE1712_DELTA_66E_CS_CS8427 0x10
155 #define ICE1712_DELTA_66E_CS_CHIP_A 0x20
156 #define ICE1712_DELTA_66E_CS_CHIP_B 0x40
159 #define ICE1712_VX442_CCLK 0x02
160 #define ICE1712_VX442_DIN 0x04
161 #define ICE1712_VX442_DOUT 0x08
162 #define ICE1712_VX442_CS_DIGITAL 0x10
163 #define ICE1712_VX442_CODEC_CHIP_A 0x20
164 #define ICE1712_VX442_CODEC_CHIP_B 0x40