1#ifndef __SOUND_AC97_CODEC_H
2#define __SOUND_AC97_CODEC_H
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28#include <linux/bitops.h>
29#include <linux/device.h>
30#include <linux/workqueue.h>
31#include <sound/ac97/regs.h>
32#include <sound/pcm.h>
33#include <sound/control.h>
34#include <sound/info.h>
35
36
37#define AC97_BUS_MAX_DEVICES 4
38
39
40#define AC97_SIGMATEL_OUTSEL 0x64
41#define AC97_SIGMATEL_INSEL 0x66
42#define AC97_SIGMATEL_IOMISC 0x68
43#define AC97_SIGMATEL_ANALOG 0x6c
44#define AC97_SIGMATEL_DAC2INVERT 0x6e
45#define AC97_SIGMATEL_BIAS1 0x70
46#define AC97_SIGMATEL_BIAS2 0x72
47#define AC97_SIGMATEL_VARIOUS 0x72
48#define AC97_SIGMATEL_MULTICHN 0x74
49#define AC97_SIGMATEL_CIC1 0x76
50#define AC97_SIGMATEL_CIC2 0x78
51
52
53#define AC97_AD_TEST 0x5a
54#define AC97_AD_TEST2 0x5c
55#define AC97_AD_HPFD_SHIFT 12
56#define AC97_AD_CODEC_CFG 0x70
57#define AC97_AD_JACK_SPDIF 0x72
58#define AC97_AD_SERIAL_CFG 0x74
59#define AC97_AD_MISC 0x76
60#define AC97_AD_VREFD_SHIFT 2
61
62
63#define AC97_CSR_ACMODE 0x5e
64#define AC97_CSR_MISC_CRYSTAL 0x60
65#define AC97_CSR_SPDIF 0x68
66#define AC97_CSR_SERIAL 0x6a
67#define AC97_CSR_SPECF_ADDR 0x6c
68#define AC97_CSR_SPECF_DATA 0x6e
69#define AC97_CSR_BDI_STATUS 0x7a
70
71
72#define AC97_CXR_AUDIO_MISC 0x5c
73#define AC97_CXR_SPDIFEN (1<<3)
74#define AC97_CXR_COPYRGT (1<<2)
75#define AC97_CXR_SPDIF_MASK (3<<0)
76#define AC97_CXR_SPDIF_PCM 0x0
77#define AC97_CXR_SPDIF_AC3 0x2
78
79
80#define AC97_ALC650_SPDIF_INPUT_STATUS1 0x60
81
82#define AC97_ALC650_PRO 0x0001
83#define AC97_ALC650_NAUDIO 0x0002
84#define AC97_ALC650_COPY 0x0004
85#define AC97_ALC650_PRE 0x0038
86#define AC97_ALC650_PRE_SHIFT 3
87#define AC97_ALC650_MODE 0x00C0
88#define AC97_ALC650_MODE_SHIFT 6
89#define AC97_ALC650_CC_MASK 0x7f00
90#define AC97_ALC650_CC_SHIFT 8
91#define AC97_ALC650_L 0x8000
92
93#define AC97_ALC650_SPDIF_INPUT_STATUS2 0x62
94
95#define AC97_ALC650_SOUCE_MASK 0x000f
96#define AC97_ALC650_CHANNEL_MASK 0x00f0
97#define AC97_ALC650_CHANNEL_SHIFT 4
98#define AC97_ALC650_SPSR_MASK 0x0f00
99#define AC97_ALC650_SPSR_SHIFT 8
100#define AC97_ALC650_SPSR_44K 0x0000
101#define AC97_ALC650_SPSR_48K 0x0200
102#define AC97_ALC650_SPSR_32K 0x0300
103#define AC97_ALC650_CLOCK_ACCURACY 0x3000
104#define AC97_ALC650_CLOCK_SHIFT 12
105#define AC97_ALC650_CLOCK_LOCK 0x4000
106#define AC97_ALC650_V 0x8000
107
108#define AC97_ALC650_SURR_DAC_VOL 0x64
109#define AC97_ALC650_LFE_DAC_VOL 0x66
110#define AC97_ALC650_UNKNOWN1 0x68
111#define AC97_ALC650_MULTICH 0x6a
112#define AC97_ALC650_UNKNOWN2 0x6c
113#define AC97_ALC650_REVISION 0x6e
114#define AC97_ALC650_UNKNOWN3 0x70
115#define AC97_ALC650_UNKNOWN4 0x72
116#define AC97_ALC650_MISC 0x74
117#define AC97_ALC650_GPIO_SETUP 0x76
118#define AC97_ALC650_GPIO_STATUS 0x78
119#define AC97_ALC650_CLOCK 0x7a
120
121
122#define AC97_YMF7X3_DIT_CTRL 0x66
123#define AC97_YMF7X3_3D_MODE_SEL 0x68
124
125
126#define AC97_CM9738_VENDOR_CTRL 0x5a
127#define AC97_CM9739_MULTI_CHAN 0x64
128#define AC97_CM9739_SPDIF_IN_STATUS 0x68
129#define AC97_CM9739_SPDIF_CTRL 0x6c
130
131
132#define AC97_WM97XX_FMIXER_VOL 0x72
133#define AC97_WM9704_RMIXER_VOL 0x74
134#define AC97_WM9704_TEST 0x5a
135#define AC97_WM9704_RPCM_VOL 0x70
136#define AC97_WM9711_OUT3VOL 0x16
137
138
139
140#define AC97_SCAP_AUDIO (1<<0)
141#define AC97_SCAP_MODEM (1<<1)
142#define AC97_SCAP_SURROUND_DAC (1<<2)
143#define AC97_SCAP_CENTER_LFE_DAC (1<<3)
144#define AC97_SCAP_SKIP_AUDIO (1<<4)
145#define AC97_SCAP_SKIP_MODEM (1<<5)
146#define AC97_SCAP_INDEP_SDIN (1<<6)
147#define AC97_SCAP_INV_EAPD (1<<7)
148#define AC97_SCAP_DETECT_BY_VENDOR (1<<8)
149#define AC97_SCAP_NO_SPDIF (1<<9)
150#define AC97_SCAP_EAPD_LED (1<<10)
151#define AC97_SCAP_POWER_SAVE (1<<11)
152
153
154#define AC97_HAS_PC_BEEP (1<<0)
155#define AC97_AD_MULTI (1<<1)
156#define AC97_CS_SPDIF (1<<2)
157#define AC97_CX_SPDIF (1<<3)
158#define AC97_STEREO_MUTES (1<<4)
159#define AC97_DOUBLE_RATE (1<<5)
160#define AC97_HAS_NO_MASTER_VOL (1<<6)
161#define AC97_HAS_NO_PCM_VOL (1<<7)
162#define AC97_DEFAULT_POWER_OFF (1<<8)
163#define AC97_MODEM_PATCH (1<<9)
164#define AC97_HAS_NO_REC_GAIN (1<<10)
165#define AC97_HAS_NO_PHONE (1<<11)
166#define AC97_HAS_NO_PC_BEEP (1<<12)
167#define AC97_HAS_NO_VIDEO (1<<13)
168#define AC97_HAS_NO_CD (1<<14)
169#define AC97_HAS_NO_MIC (1<<15)
170#define AC97_HAS_NO_TONE (1<<16)
171#define AC97_HAS_NO_STD_PCM (1<<17)
172#define AC97_HAS_NO_AUX (1<<18)
173#define AC97_HAS_8CH (1<<19)
174
175
176#define AC97_RATES_FRONT_DAC 0
177#define AC97_RATES_SURR_DAC 1
178#define AC97_RATES_LFE_DAC 2
179#define AC97_RATES_ADC 3
180#define AC97_RATES_MIC_ADC 4
181#define AC97_RATES_SPDIF 5
182
183#define AC97_NUM_GPIOS 16
184
185
186
187
188struct snd_ac97;
189struct snd_ac97_gpio_priv;
190struct snd_pcm_chmap;
191
192struct snd_ac97_build_ops {
193 int (*build_3d) (struct snd_ac97 *ac97);
194 int (*build_specific) (struct snd_ac97 *ac97);
195 int (*build_spdif) (struct snd_ac97 *ac97);
196 int (*build_post_spdif) (struct snd_ac97 *ac97);
197#ifdef CONFIG_PM
198 void (*suspend) (struct snd_ac97 *ac97);
199 void (*resume) (struct snd_ac97 *ac97);
200#endif
201 void (*update_jacks) (struct snd_ac97 *ac97);
202};
203
204struct snd_ac97_bus_ops {
205 void (*reset) (struct snd_ac97 *ac97);
206 void (*warm_reset)(struct snd_ac97 *ac97);
207 void (*write) (struct snd_ac97 *ac97, unsigned short reg, unsigned short val);
208 unsigned short (*read) (struct snd_ac97 *ac97, unsigned short reg);
209 void (*wait) (struct snd_ac97 *ac97);
210 void (*init) (struct snd_ac97 *ac97);
211};
212
213struct snd_ac97_bus {
214
215 struct snd_ac97_bus_ops *ops;
216 void *private_data;
217 void (*private_free) (struct snd_ac97_bus *bus);
218
219 struct snd_card *card;
220 unsigned short num;
221 unsigned short no_vra: 1,
222 dra: 1,
223 isdin: 1;
224 unsigned int clock;
225 spinlock_t bus_lock;
226 unsigned short used_slots[2][4];
227 unsigned short pcms_count;
228 struct ac97_pcm *pcms;
229 struct snd_ac97 *codec[4];
230 struct snd_info_entry *proc;
231};
232
233
234struct snd_ac97_res_table {
235 unsigned short reg;
236 unsigned short bits;
237};
238
239struct snd_ac97_template {
240 void *private_data;
241 void (*private_free) (struct snd_ac97 *ac97);
242 struct pci_dev *pci;
243 unsigned short num;
244 unsigned short addr;
245 unsigned int scaps;
246 const struct snd_ac97_res_table *res_table;
247};
248
249struct snd_ac97 {
250
251 const struct snd_ac97_build_ops *build_ops;
252 void *private_data;
253 void (*private_free) (struct snd_ac97 *ac97);
254
255 struct snd_ac97_bus *bus;
256 struct pci_dev *pci;
257 struct snd_info_entry *proc;
258 struct snd_info_entry *proc_regs;
259 unsigned short subsystem_vendor;
260 unsigned short subsystem_device;
261 struct mutex reg_mutex;
262 struct mutex page_mutex;
263 unsigned short num;
264 unsigned short addr;
265 unsigned int id;
266 unsigned short caps;
267 unsigned short ext_id;
268 unsigned short ext_mid;
269 const struct snd_ac97_res_table *res_table;
270 unsigned int scaps;
271 unsigned int flags;
272 unsigned int rates[6];
273 unsigned int spdif_status;
274 unsigned short regs[0x80];
275 DECLARE_BITMAP(reg_accessed, 0x80);
276 union {
277 struct {
278 unsigned short unchained[3];
279 unsigned short chained[3];
280 unsigned short id[3];
281 unsigned short pcmreg[3];
282 unsigned short codec_cfg[3];
283 unsigned char swap_mic_linein;
284 unsigned char lo_as_master;
285 } ad18xx;
286 unsigned int dev_flags;
287 } spec;
288
289 unsigned char indep_surround;
290 unsigned char channel_mode;
291
292#ifdef CONFIG_SND_AC97_POWER_SAVE
293 unsigned int power_up;
294 struct delayed_work power_work;
295#endif
296 struct device dev;
297 struct snd_ac97_gpio_priv *gpio_priv;
298
299 struct snd_pcm_chmap *chmaps[2];
300};
301
302#define to_ac97_t(d) container_of(d, struct snd_ac97, dev)
303
304
305static inline int ac97_is_audio(struct snd_ac97 * ac97)
306{
307 return (ac97->scaps & AC97_SCAP_AUDIO);
308}
309static inline int ac97_is_modem(struct snd_ac97 * ac97)
310{
311 return (ac97->scaps & AC97_SCAP_MODEM);
312}
313static inline int ac97_is_rev22(struct snd_ac97 * ac97)
314{
315 return (ac97->ext_id & AC97_EI_REV_MASK) >= AC97_EI_REV_22;
316}
317static inline int ac97_can_amap(struct snd_ac97 * ac97)
318{
319 return (ac97->ext_id & AC97_EI_AMAP) != 0;
320}
321static inline int ac97_can_spdif(struct snd_ac97 * ac97)
322{
323 return (ac97->ext_id & AC97_EI_SPDIF) != 0;
324}
325
326
327
328int snd_ac97_bus(struct snd_card *card, int num, struct snd_ac97_bus_ops *ops,
329 void *private_data, struct snd_ac97_bus **rbus);
330
331int snd_ac97_mixer(struct snd_ac97_bus *bus, struct snd_ac97_template *template,
332 struct snd_ac97 **rac97);
333const char *snd_ac97_get_short_name(struct snd_ac97 *ac97);
334
335void snd_ac97_write(struct snd_ac97 *ac97, unsigned short reg, unsigned short value);
336unsigned short snd_ac97_read(struct snd_ac97 *ac97, unsigned short reg);
337void snd_ac97_write_cache(struct snd_ac97 *ac97, unsigned short reg, unsigned short value);
338int snd_ac97_update(struct snd_ac97 *ac97, unsigned short reg, unsigned short value);
339int snd_ac97_update_bits(struct snd_ac97 *ac97, unsigned short reg, unsigned short mask, unsigned short value);
340#ifdef CONFIG_SND_AC97_POWER_SAVE
341int snd_ac97_update_power(struct snd_ac97 *ac97, int reg, int powerup);
342#else
343static inline int snd_ac97_update_power(struct snd_ac97 *ac97, int reg,
344 int powerup)
345{
346 return 0;
347}
348#endif
349#ifdef CONFIG_PM
350void snd_ac97_suspend(struct snd_ac97 *ac97);
351void snd_ac97_resume(struct snd_ac97 *ac97);
352#endif
353int snd_ac97_reset(struct snd_ac97 *ac97, bool try_warm, unsigned int id,
354 unsigned int id_mask);
355
356
357enum {
358 AC97_TUNE_DEFAULT = -1,
359 AC97_TUNE_NONE = 0,
360 AC97_TUNE_HP_ONLY,
361 AC97_TUNE_SWAP_HP,
362 AC97_TUNE_SWAP_SURROUND,
363 AC97_TUNE_AD_SHARING,
364 AC97_TUNE_ALC_JACK,
365 AC97_TUNE_INV_EAPD,
366 AC97_TUNE_MUTE_LED,
367 AC97_TUNE_HP_MUTE_LED,
368};
369
370struct ac97_quirk {
371 unsigned short subvendor;
372 unsigned short subdevice;
373 unsigned short mask;
374 unsigned int codec_id;
375 const char *name;
376 int type;
377};
378
379int snd_ac97_tune_hardware(struct snd_ac97 *ac97,
380 const struct ac97_quirk *quirk,
381 const char *override);
382int snd_ac97_set_rate(struct snd_ac97 *ac97, int reg, unsigned int rate);
383
384
385
386
387
388enum ac97_pcm_cfg {
389 AC97_PCM_CFG_FRONT = 2,
390 AC97_PCM_CFG_REAR = 10,
391 AC97_PCM_CFG_LFE = 11,
392 AC97_PCM_CFG_40 = 4,
393 AC97_PCM_CFG_51 = 6,
394 AC97_PCM_CFG_SPDIF = 20
395};
396
397struct ac97_pcm {
398 struct snd_ac97_bus *bus;
399 unsigned int stream: 1,
400 exclusive: 1,
401 copy_flag: 1,
402 spdif: 1;
403 unsigned short aslots;
404 unsigned short cur_dbl;
405 unsigned int rates;
406 struct {
407 unsigned short slots;
408 unsigned short rslots[4];
409 unsigned char rate_table[4];
410 struct snd_ac97 *codec[4];
411 } r[2];
412 unsigned long private_value;
413};
414
415int snd_ac97_pcm_assign(struct snd_ac97_bus *ac97,
416 unsigned short pcms_count,
417 const struct ac97_pcm *pcms);
418int snd_ac97_pcm_open(struct ac97_pcm *pcm, unsigned int rate,
419 enum ac97_pcm_cfg cfg, unsigned short slots);
420int snd_ac97_pcm_close(struct ac97_pcm *pcm);
421int snd_ac97_pcm_double_rate_rules(struct snd_pcm_runtime *runtime);
422
423
424extern struct bus_type ac97_bus_type;
425
426
427static inline void snd_ac97_dev_add_pdata(struct snd_ac97 *ac97, void *data)
428{
429 ac97->dev.platform_data = data;
430}
431
432#endif
433