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 "pcm.h"
32#include "control.h"
33#include "info.h"
34
35
36
37
38
39#define AC97_RESET 0x00
40#define AC97_MASTER 0x02
41#define AC97_HEADPHONE 0x04
42#define AC97_MASTER_MONO 0x06
43#define AC97_MASTER_TONE 0x08
44#define AC97_PC_BEEP 0x0a
45#define AC97_PHONE 0x0c
46#define AC97_MIC 0x0e
47#define AC97_LINE 0x10
48#define AC97_CD 0x12
49#define AC97_VIDEO 0x14
50#define AC97_AUX 0x16
51#define AC97_PCM 0x18
52#define AC97_REC_SEL 0x1a
53#define AC97_REC_GAIN 0x1c
54#define AC97_REC_GAIN_MIC 0x1e
55#define AC97_GENERAL_PURPOSE 0x20
56#define AC97_3D_CONTROL 0x22
57#define AC97_INT_PAGING 0x24
58#define AC97_POWERDOWN 0x26
59
60#define AC97_EXTENDED_ID 0x28
61#define AC97_EXTENDED_STATUS 0x2a
62#define AC97_PCM_FRONT_DAC_RATE 0x2c
63#define AC97_PCM_SURR_DAC_RATE 0x2e
64#define AC97_PCM_LFE_DAC_RATE 0x30
65#define AC97_PCM_LR_ADC_RATE 0x32
66#define AC97_PCM_MIC_ADC_RATE 0x34
67#define AC97_CENTER_LFE_MASTER 0x36
68#define AC97_SURROUND_MASTER 0x38
69#define AC97_SPDIF 0x3a
70
71#define AC97_EXTENDED_MID 0x3c
72#define AC97_EXTENDED_MSTATUS 0x3e
73#define AC97_LINE1_RATE 0x40
74#define AC97_LINE2_RATE 0x42
75#define AC97_HANDSET_RATE 0x44
76#define AC97_LINE1_LEVEL 0x46
77#define AC97_LINE2_LEVEL 0x48
78#define AC97_HANDSET_LEVEL 0x4a
79#define AC97_GPIO_CFG 0x4c
80#define AC97_GPIO_POLARITY 0x4e
81#define AC97_GPIO_STICKY 0x50
82#define AC97_GPIO_WAKEUP 0x52
83#define AC97_GPIO_STATUS 0x54
84#define AC97_MISC_AFE 0x56
85
86#define AC97_VENDOR_ID1 0x7c
87#define AC97_VENDOR_ID2 0x7e
88
89#define AC97_CODEC_CLASS_REV 0x60
90#define AC97_PCI_SVID 0x62
91#define AC97_PCI_SID 0x64
92#define AC97_FUNC_SELECT 0x66
93#define AC97_FUNC_INFO 0x68
94#define AC97_SENSE_INFO 0x6a
95
96
97#define AC97_SLOT_TAG 0
98#define AC97_SLOT_CMD_ADDR 1
99#define AC97_SLOT_CMD_DATA 2
100#define AC97_SLOT_PCM_LEFT 3
101#define AC97_SLOT_PCM_RIGHT 4
102#define AC97_SLOT_MODEM_LINE1 5
103#define AC97_SLOT_PCM_CENTER 6
104#define AC97_SLOT_MIC 6
105#define AC97_SLOT_SPDIF_LEFT1 6
106#define AC97_SLOT_PCM_SLEFT 7
107#define AC97_SLOT_PCM_LEFT_0 7
108#define AC97_SLOT_SPDIF_LEFT 7
109#define AC97_SLOT_PCM_SRIGHT 8
110#define AC97_SLOT_PCM_RIGHT_0 8
111#define AC97_SLOT_SPDIF_RIGHT 8
112#define AC97_SLOT_LFE 9
113#define AC97_SLOT_SPDIF_RIGHT1 9
114#define AC97_SLOT_MODEM_LINE2 10
115#define AC97_SLOT_PCM_LEFT_1 10
116#define AC97_SLOT_SPDIF_LEFT2 10
117#define AC97_SLOT_HANDSET 11
118#define AC97_SLOT_PCM_RIGHT_1 11
119#define AC97_SLOT_SPDIF_RIGHT2 11
120#define AC97_SLOT_MODEM_GPIO 12
121#define AC97_SLOT_PCM_CENTER_1 12
122
123
124#define AC97_BC_DEDICATED_MIC 0x0001
125#define AC97_BC_RESERVED1 0x0002
126#define AC97_BC_BASS_TREBLE 0x0004
127#define AC97_BC_SIM_STEREO 0x0008
128#define AC97_BC_HEADPHONE 0x0010
129#define AC97_BC_LOUDNESS 0x0020
130#define AC97_BC_16BIT_DAC 0x0000
131#define AC97_BC_18BIT_DAC 0x0040
132#define AC97_BC_20BIT_DAC 0x0080
133#define AC97_BC_DAC_MASK 0x00c0
134#define AC97_BC_16BIT_ADC 0x0000
135#define AC97_BC_18BIT_ADC 0x0100
136#define AC97_BC_20BIT_ADC 0x0200
137#define AC97_BC_ADC_MASK 0x0300
138
139
140#define AC97_GP_DRSS_MASK 0x0c00
141#define AC97_GP_DRSS_1011 0x0000
142#define AC97_GP_DRSS_78 0x0400
143
144
145#define AC97_PD_ADC_STATUS 0x0001
146#define AC97_PD_DAC_STATUS 0x0002
147#define AC97_PD_MIXER_STATUS 0x0004
148#define AC97_PD_VREF_STATUS 0x0008
149#define AC97_PD_PR0 0x0100
150#define AC97_PD_PR1 0x0200
151#define AC97_PD_PR2 0x0400
152#define AC97_PD_PR3 0x0800
153#define AC97_PD_PR4 0x1000
154#define AC97_PD_PR5 0x2000
155#define AC97_PD_PR6 0x4000
156#define AC97_PD_EAPD 0x8000
157
158
159#define AC97_EI_VRA 0x0001
160#define AC97_EI_DRA 0x0002
161#define AC97_EI_SPDIF 0x0004
162#define AC97_EI_VRM 0x0008
163#define AC97_EI_DACS_SLOT_MASK 0x0030
164#define AC97_EI_DACS_SLOT_SHIFT 4
165#define AC97_EI_CDAC 0x0040
166#define AC97_EI_SDAC 0x0080
167#define AC97_EI_LDAC 0x0100
168#define AC97_EI_AMAP 0x0200
169#define AC97_EI_REV_MASK 0x0c00
170#define AC97_EI_REV_22 0x0400
171#define AC97_EI_REV_23 0x0800
172#define AC97_EI_REV_SHIFT 10
173#define AC97_EI_ADDR_MASK 0xc000
174#define AC97_EI_ADDR_SHIFT 14
175
176
177#define AC97_EA_VRA 0x0001
178#define AC97_EA_DRA 0x0002
179#define AC97_EA_SPDIF 0x0004
180#define AC97_EA_VRM 0x0008
181#define AC97_EA_SPSA_SLOT_MASK 0x0030
182#define AC97_EA_SPSA_SLOT_SHIFT 4
183#define AC97_EA_SPSA_3_4 0x0000
184#define AC97_EA_SPSA_7_8 0x0010
185#define AC97_EA_SPSA_6_9 0x0020
186#define AC97_EA_SPSA_10_11 0x0030
187#define AC97_EA_CDAC 0x0040
188#define AC97_EA_SDAC 0x0080
189#define AC97_EA_LDAC 0x0100
190#define AC97_EA_MDAC 0x0200
191#define AC97_EA_SPCV 0x0400
192#define AC97_EA_PRI 0x0800
193#define AC97_EA_PRJ 0x1000
194#define AC97_EA_PRK 0x2000
195#define AC97_EA_PRL 0x4000
196
197
198#define AC97_SC_PRO 0x0001
199#define AC97_SC_NAUDIO 0x0002
200#define AC97_SC_COPY 0x0004
201#define AC97_SC_PRE 0x0008
202#define AC97_SC_CC_MASK 0x07f0
203#define AC97_SC_CC_SHIFT 4
204#define AC97_SC_L 0x0800
205#define AC97_SC_SPSR_MASK 0x3000
206#define AC97_SC_SPSR_SHIFT 12
207#define AC97_SC_SPSR_44K 0x0000
208#define AC97_SC_SPSR_48K 0x2000
209#define AC97_SC_SPSR_32K 0x3000
210#define AC97_SC_DRS 0x4000
211#define AC97_SC_V 0x8000
212
213
214#define AC97_PAGE_MASK 0x000f
215#define AC97_PAGE_VENDOR 0
216#define AC97_PAGE_1 1
217#define AC97_INT_ENABLE 0x0800
218#define AC97_INT_SENSE 0x1000
219#define AC97_INT_CAUSE_SENSE 0x2000
220#define AC97_INT_CAUSE_GPIO 0x4000
221#define AC97_INT_STATUS 0x8000
222
223
224#define AC97_MEI_LINE1 0x0001
225#define AC97_MEI_LINE2 0x0002
226#define AC97_MEI_HANDSET 0x0004
227#define AC97_MEI_CID1 0x0008
228#define AC97_MEI_CID2 0x0010
229#define AC97_MEI_ADDR_MASK 0xc000
230#define AC97_MEI_ADDR_SHIFT 14
231
232
233#define AC97_MEA_GPIO 0x0001
234#define AC97_MEA_MREF 0x0002
235#define AC97_MEA_ADC1 0x0004
236#define AC97_MEA_DAC1 0x0008
237#define AC97_MEA_ADC2 0x0010
238#define AC97_MEA_DAC2 0x0020
239#define AC97_MEA_HADC 0x0040
240#define AC97_MEA_HDAC 0x0080
241#define AC97_MEA_PRA 0x0100
242#define AC97_MEA_PRB 0x0200
243#define AC97_MEA_PRC 0x0400
244#define AC97_MEA_PRD 0x0800
245#define AC97_MEA_PRE 0x1000
246#define AC97_MEA_PRF 0x2000
247#define AC97_MEA_PRG 0x4000
248#define AC97_MEA_PRH 0x8000
249
250
251#define AC97_GPIO_LINE1_OH 0x0001
252#define AC97_GPIO_LINE1_RI 0x0002
253#define AC97_GPIO_LINE1_CID 0x0004
254#define AC97_GPIO_LINE1_LCS 0x0008
255#define AC97_GPIO_LINE1_PULSE 0x0010
256#define AC97_GPIO_LINE1_HL1R 0x0020
257#define AC97_GPIO_LINE1_HOHD 0x0040
258#define AC97_GPIO_LINE12_AC 0x0080
259#define AC97_GPIO_LINE12_DC 0x0100
260#define AC97_GPIO_LINE12_RS 0x0200
261#define AC97_GPIO_LINE2_OH 0x0400
262#define AC97_GPIO_LINE2_RI 0x0800
263#define AC97_GPIO_LINE2_CID 0x1000
264#define AC97_GPIO_LINE2_LCS 0x2000
265#define AC97_GPIO_LINE2_PULSE 0x4000
266#define AC97_GPIO_LINE2_HL1R 0x8000
267
268
269#define AC97_SIGMATEL_OUTSEL 0x64
270#define AC97_SIGMATEL_INSEL 0x66
271#define AC97_SIGMATEL_IOMISC 0x68
272#define AC97_SIGMATEL_ANALOG 0x6c
273#define AC97_SIGMATEL_DAC2INVERT 0x6e
274#define AC97_SIGMATEL_BIAS1 0x70
275#define AC97_SIGMATEL_BIAS2 0x72
276#define AC97_SIGMATEL_VARIOUS 0x72
277#define AC97_SIGMATEL_MULTICHN 0x74
278#define AC97_SIGMATEL_CIC1 0x76
279#define AC97_SIGMATEL_CIC2 0x78
280
281
282#define AC97_AD_TEST 0x5a
283#define AC97_AD_TEST2 0x5c
284#define AC97_AD_CODEC_CFG 0x70
285#define AC97_AD_JACK_SPDIF 0x72
286#define AC97_AD_SERIAL_CFG 0x74
287#define AC97_AD_MISC 0x76
288
289
290#define AC97_CSR_ACMODE 0x5e
291#define AC97_CSR_MISC_CRYSTAL 0x60
292#define AC97_CSR_SPDIF 0x68
293#define AC97_CSR_SERIAL 0x6a
294#define AC97_CSR_SPECF_ADDR 0x6c
295#define AC97_CSR_SPECF_DATA 0x6e
296#define AC97_CSR_BDI_STATUS 0x7a
297
298
299#define AC97_CXR_AUDIO_MISC 0x5c
300#define AC97_CXR_SPDIFEN (1<<3)
301#define AC97_CXR_COPYRGT (1<<2)
302#define AC97_CXR_SPDIF_MASK (3<<0)
303#define AC97_CXR_SPDIF_PCM 0x0
304#define AC97_CXR_SPDIF_AC3 0x2
305
306
307#define AC97_ALC650_SPDIF_INPUT_STATUS1 0x60
308
309#define AC97_ALC650_PRO 0x0001
310#define AC97_ALC650_NAUDIO 0x0002
311#define AC97_ALC650_COPY 0x0004
312#define AC97_ALC650_PRE 0x0038
313#define AC97_ALC650_PRE_SHIFT 3
314#define AC97_ALC650_MODE 0x00C0
315#define AC97_ALC650_MODE_SHIFT 6
316#define AC97_ALC650_CC_MASK 0x7f00
317#define AC97_ALC650_CC_SHIFT 8
318#define AC97_ALC650_L 0x8000
319
320#define AC97_ALC650_SPDIF_INPUT_STATUS2 0x62
321
322#define AC97_ALC650_SOUCE_MASK 0x000f
323#define AC97_ALC650_CHANNEL_MASK 0x00f0
324#define AC97_ALC650_CHANNEL_SHIFT 4
325#define AC97_ALC650_SPSR_MASK 0x0f00
326#define AC97_ALC650_SPSR_SHIFT 8
327#define AC97_ALC650_SPSR_44K 0x0000
328#define AC97_ALC650_SPSR_48K 0x0200
329#define AC97_ALC650_SPSR_32K 0x0300
330#define AC97_ALC650_CLOCK_ACCURACY 0x3000
331#define AC97_ALC650_CLOCK_SHIFT 12
332#define AC97_ALC650_CLOCK_LOCK 0x4000
333#define AC97_ALC650_V 0x8000
334
335#define AC97_ALC650_SURR_DAC_VOL 0x64
336#define AC97_ALC650_LFE_DAC_VOL 0x66
337#define AC97_ALC650_UNKNOWN1 0x68
338#define AC97_ALC650_MULTICH 0x6a
339#define AC97_ALC650_UNKNOWN2 0x6c
340#define AC97_ALC650_REVISION 0x6e
341#define AC97_ALC650_UNKNOWN3 0x70
342#define AC97_ALC650_UNKNOWN4 0x72
343#define AC97_ALC650_MISC 0x74
344#define AC97_ALC650_GPIO_SETUP 0x76
345#define AC97_ALC650_GPIO_STATUS 0x78
346#define AC97_ALC650_CLOCK 0x7a
347
348
349#define AC97_YMF7X3_DIT_CTRL 0x66
350#define AC97_YMF7X3_3D_MODE_SEL 0x68
351
352
353#define AC97_CM9738_VENDOR_CTRL 0x5a
354#define AC97_CM9739_MULTI_CHAN 0x64
355#define AC97_CM9739_SPDIF_IN_STATUS 0x68
356#define AC97_CM9739_SPDIF_CTRL 0x6c
357
358
359#define AC97_WM97XX_FMIXER_VOL 0x72
360#define AC97_WM9704_RMIXER_VOL 0x74
361#define AC97_WM9704_TEST 0x5a
362#define AC97_WM9704_RPCM_VOL 0x70
363#define AC97_WM9711_OUT3VOL 0x16
364
365
366
367#define AC97_SCAP_AUDIO (1<<0)
368#define AC97_SCAP_MODEM (1<<1)
369#define AC97_SCAP_SURROUND_DAC (1<<2)
370#define AC97_SCAP_CENTER_LFE_DAC (1<<3)
371#define AC97_SCAP_SKIP_AUDIO (1<<4)
372#define AC97_SCAP_SKIP_MODEM (1<<5)
373#define AC97_SCAP_INDEP_SDIN (1<<6)
374#define AC97_SCAP_INV_EAPD (1<<7)
375#define AC97_SCAP_DETECT_BY_VENDOR (1<<8)
376#define AC97_SCAP_NO_SPDIF (1<<9)
377#define AC97_SCAP_EAPD_LED (1<<10)
378#define AC97_SCAP_POWER_SAVE (1<<11)
379
380
381#define AC97_HAS_PC_BEEP (1<<0)
382#define AC97_AD_MULTI (1<<1)
383#define AC97_CS_SPDIF (1<<2)
384#define AC97_CX_SPDIF (1<<3)
385#define AC97_STEREO_MUTES (1<<4)
386#define AC97_DOUBLE_RATE (1<<5)
387#define AC97_HAS_NO_MASTER_VOL (1<<6)
388#define AC97_HAS_NO_PCM_VOL (1<<7)
389#define AC97_DEFAULT_POWER_OFF (1<<8)
390#define AC97_MODEM_PATCH (1<<9)
391#define AC97_HAS_NO_REC_GAIN (1<<10)
392#define AC97_HAS_NO_PHONE (1<<11)
393#define AC97_HAS_NO_PC_BEEP (1<<12)
394#define AC97_HAS_NO_VIDEO (1<<13)
395#define AC97_HAS_NO_CD (1<<14)
396#define AC97_HAS_NO_MIC (1<<15)
397#define AC97_HAS_NO_TONE (1<<16)
398#define AC97_HAS_NO_STD_PCM (1<<17)
399#define AC97_HAS_NO_AUX (1<<18)
400
401
402#define AC97_RATES_FRONT_DAC 0
403#define AC97_RATES_SURR_DAC 1
404#define AC97_RATES_LFE_DAC 2
405#define AC97_RATES_ADC 3
406#define AC97_RATES_MIC_ADC 4
407#define AC97_RATES_SPDIF 5
408
409
410
411
412
413struct snd_ac97;
414
415struct snd_ac97_build_ops {
416 int (*build_3d) (struct snd_ac97 *ac97);
417 int (*build_specific) (struct snd_ac97 *ac97);
418 int (*build_spdif) (struct snd_ac97 *ac97);
419 int (*build_post_spdif) (struct snd_ac97 *ac97);
420#ifdef CONFIG_PM
421 void (*suspend) (struct snd_ac97 *ac97);
422 void (*resume) (struct snd_ac97 *ac97);
423#endif
424 void (*update_jacks) (struct snd_ac97 *ac97);
425};
426
427struct snd_ac97_bus_ops {
428 void (*reset) (struct snd_ac97 *ac97);
429 void (*warm_reset)(struct snd_ac97 *ac97);
430 void (*write) (struct snd_ac97 *ac97, unsigned short reg, unsigned short val);
431 unsigned short (*read) (struct snd_ac97 *ac97, unsigned short reg);
432 void (*wait) (struct snd_ac97 *ac97);
433 void (*init) (struct snd_ac97 *ac97);
434};
435
436struct snd_ac97_bus {
437
438 struct snd_ac97_bus_ops *ops;
439 void *private_data;
440 void (*private_free) (struct snd_ac97_bus *bus);
441
442 struct snd_card *card;
443 unsigned short num;
444 unsigned short no_vra: 1,
445 dra: 1,
446 isdin: 1;
447 unsigned int clock;
448 spinlock_t bus_lock;
449 unsigned short used_slots[2][4];
450 unsigned short pcms_count;
451 struct ac97_pcm *pcms;
452 struct snd_ac97 *codec[4];
453 struct snd_info_entry *proc;
454};
455
456
457struct snd_ac97_res_table {
458 unsigned short reg;
459 unsigned short bits;
460};
461
462struct snd_ac97_template {
463 void *private_data;
464 void (*private_free) (struct snd_ac97 *ac97);
465 struct pci_dev *pci;
466 unsigned short num;
467 unsigned short addr;
468 unsigned int scaps;
469 const struct snd_ac97_res_table *res_table;
470};
471
472struct snd_ac97 {
473
474 struct snd_ac97_build_ops * build_ops;
475 void *private_data;
476 void (*private_free) (struct snd_ac97 *ac97);
477
478 struct snd_ac97_bus *bus;
479 struct pci_dev *pci;
480 struct snd_info_entry *proc;
481 struct snd_info_entry *proc_regs;
482 unsigned short subsystem_vendor;
483 unsigned short subsystem_device;
484 struct mutex reg_mutex;
485 struct mutex page_mutex;
486 unsigned short num;
487 unsigned short addr;
488 unsigned int id;
489 unsigned short caps;
490 unsigned short ext_id;
491 unsigned short ext_mid;
492 const struct snd_ac97_res_table *res_table;
493 unsigned int scaps;
494 unsigned int flags;
495 unsigned int rates[6];
496 unsigned int spdif_status;
497 unsigned short regs[0x80];
498 DECLARE_BITMAP(reg_accessed, 0x80);
499 union {
500 struct {
501 unsigned short unchained[3];
502 unsigned short chained[3];
503 unsigned short id[3];
504 unsigned short pcmreg[3];
505 unsigned short codec_cfg[3];
506 unsigned char swap_mic_linein;
507 } ad18xx;
508 unsigned int dev_flags;
509 } spec;
510
511 unsigned char indep_surround;
512 unsigned char channel_mode;
513
514#ifdef CONFIG_SND_AC97_POWER_SAVE
515 unsigned int power_up;
516 struct delayed_work power_work;
517#endif
518 struct device dev;
519};
520
521#define to_ac97_t(d) container_of(d, struct snd_ac97, dev)
522
523
524static inline int ac97_is_audio(struct snd_ac97 * ac97)
525{
526 return (ac97->scaps & AC97_SCAP_AUDIO);
527}
528static inline int ac97_is_modem(struct snd_ac97 * ac97)
529{
530 return (ac97->scaps & AC97_SCAP_MODEM);
531}
532static inline int ac97_is_rev22(struct snd_ac97 * ac97)
533{
534 return (ac97->ext_id & AC97_EI_REV_MASK) >= AC97_EI_REV_22;
535}
536static inline int ac97_can_amap(struct snd_ac97 * ac97)
537{
538 return (ac97->ext_id & AC97_EI_AMAP) != 0;
539}
540static inline int ac97_can_spdif(struct snd_ac97 * ac97)
541{
542 return (ac97->ext_id & AC97_EI_SPDIF) != 0;
543}
544
545
546
547int snd_ac97_bus(struct snd_card *card, int num, struct snd_ac97_bus_ops *ops,
548 void *private_data, struct snd_ac97_bus **rbus);
549
550int snd_ac97_mixer(struct snd_ac97_bus *bus, struct snd_ac97_template *template,
551 struct snd_ac97 **rac97);
552const char *snd_ac97_get_short_name(struct snd_ac97 *ac97);
553
554void snd_ac97_write(struct snd_ac97 *ac97, unsigned short reg, unsigned short value);
555unsigned short snd_ac97_read(struct snd_ac97 *ac97, unsigned short reg);
556void snd_ac97_write_cache(struct snd_ac97 *ac97, unsigned short reg, unsigned short value);
557int snd_ac97_update(struct snd_ac97 *ac97, unsigned short reg, unsigned short value);
558int snd_ac97_update_bits(struct snd_ac97 *ac97, unsigned short reg, unsigned short mask, unsigned short value);
559#ifdef CONFIG_SND_AC97_POWER_SAVE
560int snd_ac97_update_power(struct snd_ac97 *ac97, int reg, int powerup);
561#else
562static inline int snd_ac97_update_power(struct snd_ac97 *ac97, int reg,
563 int powerup)
564{
565 return 0;
566}
567#endif
568#ifdef CONFIG_PM
569void snd_ac97_suspend(struct snd_ac97 *ac97);
570void snd_ac97_resume(struct snd_ac97 *ac97);
571#endif
572
573
574enum {
575 AC97_TUNE_DEFAULT = -1,
576 AC97_TUNE_NONE = 0,
577 AC97_TUNE_HP_ONLY,
578 AC97_TUNE_SWAP_HP,
579 AC97_TUNE_SWAP_SURROUND,
580 AC97_TUNE_AD_SHARING,
581 AC97_TUNE_ALC_JACK,
582 AC97_TUNE_INV_EAPD,
583 AC97_TUNE_MUTE_LED,
584 AC97_TUNE_HP_MUTE_LED,
585};
586
587struct ac97_quirk {
588 unsigned short subvendor;
589 unsigned short subdevice;
590 unsigned short mask;
591 unsigned int codec_id;
592 const char *name;
593 int type;
594};
595
596int snd_ac97_tune_hardware(struct snd_ac97 *ac97, struct ac97_quirk *quirk, const char *override);
597int snd_ac97_set_rate(struct snd_ac97 *ac97, int reg, unsigned int rate);
598
599
600
601
602
603enum ac97_pcm_cfg {
604 AC97_PCM_CFG_FRONT = 2,
605 AC97_PCM_CFG_REAR = 10,
606 AC97_PCM_CFG_LFE = 11,
607 AC97_PCM_CFG_40 = 4,
608 AC97_PCM_CFG_51 = 6,
609 AC97_PCM_CFG_SPDIF = 20
610};
611
612struct ac97_pcm {
613 struct snd_ac97_bus *bus;
614 unsigned int stream: 1,
615 exclusive: 1,
616 copy_flag: 1,
617 spdif: 1;
618 unsigned short aslots;
619 unsigned short cur_dbl;
620 unsigned int rates;
621 struct {
622 unsigned short slots;
623 unsigned short rslots[4];
624 unsigned char rate_table[4];
625 struct snd_ac97 *codec[4];
626 } r[2];
627 unsigned long private_value;
628};
629
630int snd_ac97_pcm_assign(struct snd_ac97_bus *ac97,
631 unsigned short pcms_count,
632 const struct ac97_pcm *pcms);
633int snd_ac97_pcm_open(struct ac97_pcm *pcm, unsigned int rate,
634 enum ac97_pcm_cfg cfg, unsigned short slots);
635int snd_ac97_pcm_close(struct ac97_pcm *pcm);
636int snd_ac97_pcm_double_rate_rules(struct snd_pcm_runtime *runtime);
637
638
639extern struct bus_type ac97_bus_type;
640
641#endif
642