1#ifndef __SOUND_VT1724_H
2#define __SOUND_VT1724_H
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25#include <sound/control.h>
26#include <sound/ac97_codec.h>
27#include <sound/rawmidi.h>
28#include <sound/i2c.h>
29#include <sound/pcm.h>
30
31#include "ice1712.h"
32
33enum {
34 ICE_EEP2_SYSCONF = 0,
35 ICE_EEP2_ACLINK,
36 ICE_EEP2_I2S,
37 ICE_EEP2_SPDIF,
38 ICE_EEP2_GPIO_DIR,
39 ICE_EEP2_GPIO_DIR1,
40 ICE_EEP2_GPIO_DIR2,
41 ICE_EEP2_GPIO_MASK,
42 ICE_EEP2_GPIO_MASK1,
43 ICE_EEP2_GPIO_MASK2,
44 ICE_EEP2_GPIO_STATE,
45 ICE_EEP2_GPIO_STATE1,
46 ICE_EEP2_GPIO_STATE2
47};
48
49
50
51
52
53#define ICEREG1724(ice, x) ((ice)->port + VT1724_REG_##x)
54
55#define VT1724_REG_CONTROL 0x00
56#define VT1724_RESET 0x80
57#define VT1724_REG_IRQMASK 0x01
58#define VT1724_IRQ_MPU_RX 0x80
59#define VT1724_IRQ_MPU_TX 0x20
60#define VT1724_IRQ_MTPCM 0x10
61#define VT1724_REG_IRQSTAT 0x02
62
63#define VT1724_REG_SYS_CFG 0x04
64#define VT1724_CFG_CLOCK 0xc0
65#define VT1724_CFG_CLOCK512 0x00
66#define VT1724_CFG_CLOCK384 0x40
67#define VT1724_CFG_MPU401 0x20
68#define VT1724_CFG_ADC_MASK 0x0c
69#define VT1724_CFG_DAC_MASK 0x03
70
71#define VT1724_REG_AC97_CFG 0x05
72#define VT1724_CFG_PRO_I2S 0x80
73#define VT1724_CFG_AC97_PACKED 0x01
74
75#define VT1724_REG_I2S_FEATURES 0x06
76#define VT1724_CFG_I2S_VOLUME 0x80
77#define VT1724_CFG_I2S_96KHZ 0x40
78#define VT1724_CFG_I2S_RESMASK 0x30
79#define VT1724_CFG_I2S_192KHZ 0x08
80#define VT1724_CFG_I2S_OTHER 0x07
81
82#define VT1724_REG_SPDIF_CFG 0x07
83#define VT1724_CFG_SPDIF_OUT_EN 0x80
84#define VT1724_CFG_SPDIF_OUT_INT 0x40
85#define VT1724_CFG_I2S_CHIPID 0x3c
86#define VT1724_CFG_SPDIF_IN 0x02
87#define VT1724_CFG_SPDIF_OUT 0x01
88
89
90
91
92
93#define VT1724_REG_MPU_TXFIFO 0x0a
94#define VT1724_REG_MPU_RXFIFO 0x0b
95
96#define VT1724_REG_MPU_DATA 0x0c
97#define VT1724_REG_MPU_CTRL 0x0d
98#define VT1724_MPU_UART 0x01
99#define VT1724_MPU_TX_EMPTY 0x02
100#define VT1724_MPU_TX_FULL 0x04
101#define VT1724_MPU_RX_EMPTY 0x08
102#define VT1724_MPU_RX_FULL 0x10
103
104#define VT1724_REG_MPU_FIFO_WM 0x0e
105#define VT1724_MPU_RX_FIFO 0x20
106#define VT1724_MPU_FIFO_MASK 0x1f
107
108#define VT1724_REG_I2C_DEV_ADDR 0x10
109#define VT1724_I2C_WRITE 0x01
110#define VT1724_REG_I2C_BYTE_ADDR 0x11
111#define VT1724_REG_I2C_DATA 0x12
112#define VT1724_REG_I2C_CTRL 0x13
113#define VT1724_I2C_EEPROM 0x80
114#define VT1724_I2C_BUSY 0x01
115
116#define VT1724_REG_GPIO_DATA 0x14
117#define VT1724_REG_GPIO_WRITE_MASK 0x16
118#define VT1724_REG_GPIO_DIRECTION 0x18
119
120
121#define VT1724_REG_POWERDOWN 0x1c
122#define VT1724_REG_GPIO_DATA_22 0x1e
123#define VT1724_REG_GPIO_WRITE_MASK_22 0x1f
124
125
126
127
128
129
130#define ICEMT1724(ice, x) ((ice)->profi_port + VT1724_MT_##x)
131
132#define VT1724_MT_IRQ 0x00
133#define VT1724_MULTI_PDMA4 0x80
134#define VT1724_MULTI_PDMA3 0x40
135#define VT1724_MULTI_PDMA2 0x20
136#define VT1724_MULTI_PDMA1 0x10
137#define VT1724_MULTI_FIFO_ERR 0x08
138#define VT1724_MULTI_RDMA1 0x04
139#define VT1724_MULTI_RDMA0 0x02
140#define VT1724_MULTI_PDMA0 0x01
141
142#define VT1724_MT_RATE 0x01
143#define VT1724_SPDIF_MASTER 0x10
144#define VT1724_MT_I2S_FORMAT 0x02
145#define VT1724_MT_I2S_MCLK_128X 0x08
146#define VT1724_MT_I2S_FORMAT_MASK 0x03
147#define VT1724_MT_I2S_FORMAT_I2S 0x00
148#define VT1724_MT_DMA_INT_MASK 0x03
149
150#define VT1724_MT_AC97_INDEX 0x04
151#define VT1724_MT_AC97_CMD 0x05
152#define VT1724_AC97_COLD 0x80
153#define VT1724_AC97_WARM 0x40
154#define VT1724_AC97_WRITE 0x20
155#define VT1724_AC97_READ 0x10
156#define VT1724_AC97_READY 0x08
157#define VT1724_AC97_ID_MASK 0x03
158#define VT1724_MT_AC97_DATA 0x06
159#define VT1724_MT_PLAYBACK_ADDR 0x10
160#define VT1724_MT_PLAYBACK_SIZE 0x14
161#define VT1724_MT_DMA_CONTROL 0x18
162#define VT1724_PDMA4_START 0x80
163#define VT1724_PDMA3_START 0x40
164#define VT1724_PDMA2_START 0x20
165#define VT1724_PDMA1_START 0x10
166#define VT1724_RDMA1_START 0x04
167#define VT1724_RDMA0_START 0x02
168#define VT1724_PDMA0_START 0x01
169#define VT1724_MT_BURST 0x19
170#define VT1724_MT_DMA_FIFO_ERR 0x1a
171#define VT1724_PDMA4_UNDERRUN 0x80
172#define VT1724_PDMA2_UNDERRUN 0x40
173#define VT1724_PDMA3_UNDERRUN 0x20
174#define VT1724_PDMA1_UNDERRUN 0x10
175#define VT1724_RDMA1_UNDERRUN 0x04
176#define VT1724_RDMA0_UNDERRUN 0x02
177#define VT1724_PDMA0_UNDERRUN 0x01
178#define VT1724_MT_DMA_PAUSE 0x1b
179#define VT1724_PDMA4_PAUSE 0x80
180#define VT1724_PDMA3_PAUSE 0x40
181#define VT1724_PDMA2_PAUSE 0x20
182#define VT1724_PDMA1_PAUSE 0x10
183#define VT1724_RDMA1_PAUSE 0x04
184#define VT1724_RDMA0_PAUSE 0x02
185#define VT1724_PDMA0_PAUSE 0x01
186#define VT1724_MT_PLAYBACK_COUNT 0x1c
187#define VT1724_MT_CAPTURE_ADDR 0x20
188#define VT1724_MT_CAPTURE_SIZE 0x24
189#define VT1724_MT_CAPTURE_COUNT 0x26
190
191#define VT1724_MT_ROUTE_PLAYBACK 0x2c
192
193#define VT1724_MT_RDMA1_ADDR 0x30
194#define VT1724_MT_RDMA1_SIZE 0x34
195#define VT1724_MT_RDMA1_COUNT 0x36
196
197#define VT1724_MT_SPDIF_CTRL 0x3c
198#define VT1724_MT_MONITOR_PEAKINDEX 0x3e
199#define VT1724_MT_MONITOR_PEAKDATA 0x3f
200
201
202#define VT1724_MT_PDMA4_ADDR 0x40
203#define VT1724_MT_PDMA4_SIZE 0x44
204#define VT1724_MT_PDMA4_COUNT 0x46
205#define VT1724_MT_PDMA3_ADDR 0x50
206#define VT1724_MT_PDMA3_SIZE 0x54
207#define VT1724_MT_PDMA3_COUNT 0x56
208#define VT1724_MT_PDMA2_ADDR 0x60
209#define VT1724_MT_PDMA2_SIZE 0x64
210#define VT1724_MT_PDMA2_COUNT 0x66
211#define VT1724_MT_PDMA1_ADDR 0x70
212#define VT1724_MT_PDMA1_SIZE 0x74
213#define VT1724_MT_PDMA1_COUNT 0x76
214
215
216unsigned char snd_vt1724_read_i2c(struct snd_ice1712 *ice, unsigned char dev, unsigned char addr);
217void snd_vt1724_write_i2c(struct snd_ice1712 *ice, unsigned char dev, unsigned char addr, unsigned char data);
218
219#endif
220