1 // SPDX-License-Identifier: GPL-2.0-or-later
3 * Copyright (c) by Jaroslav Kysela <perex@perex.cz>
4 * Routines for control of CS4231(A)/CS4232/InterWave & compatible chips
7 * - sometimes record brokes playback with WSS portion of
9 * - CS4231 (GUS MAX) - still trouble with occasional noises
10 * - broken initialization?
13 #include <linux/delay.h>
15 #include <linux/init.h>
16 #include <linux/interrupt.h>
17 #include <linux/slab.h>
18 #include <linux/ioport.h>
19 #include <linux/module.h>
21 #include <sound/core.h>
22 #include <sound/wss.h>
23 #include <sound/pcm_params.h>
24 #include <sound/tlv.h>
29 MODULE_AUTHOR("Jaroslav Kysela <perex@perex.cz>");
30 MODULE_DESCRIPTION("Routines for control of CS4231(A)/CS4232/InterWave & compatible chips");
31 MODULE_LICENSE("GPL");
34 #define SNDRV_DEBUG_MCE
41 static const unsigned char freq_bits
[14] = {
42 /* 5510 */ 0x00 | CS4231_XTAL2
,
43 /* 6620 */ 0x0E | CS4231_XTAL2
,
44 /* 8000 */ 0x00 | CS4231_XTAL1
,
45 /* 9600 */ 0x0E | CS4231_XTAL1
,
46 /* 11025 */ 0x02 | CS4231_XTAL2
,
47 /* 16000 */ 0x02 | CS4231_XTAL1
,
48 /* 18900 */ 0x04 | CS4231_XTAL2
,
49 /* 22050 */ 0x06 | CS4231_XTAL2
,
50 /* 27042 */ 0x04 | CS4231_XTAL1
,
51 /* 32000 */ 0x06 | CS4231_XTAL1
,
52 /* 33075 */ 0x0C | CS4231_XTAL2
,
53 /* 37800 */ 0x08 | CS4231_XTAL2
,
54 /* 44100 */ 0x0A | CS4231_XTAL2
,
55 /* 48000 */ 0x0C | CS4231_XTAL1
58 static const unsigned int rates
[14] = {
59 5510, 6620, 8000, 9600, 11025, 16000, 18900, 22050,
60 27042, 32000, 33075, 37800, 44100, 48000
63 static const struct snd_pcm_hw_constraint_list hw_constraints_rates
= {
64 .count
= ARRAY_SIZE(rates
),
69 static int snd_wss_xrate(struct snd_pcm_runtime
*runtime
)
71 return snd_pcm_hw_constraint_list(runtime
, 0, SNDRV_PCM_HW_PARAM_RATE
,
72 &hw_constraints_rates
);
75 static const unsigned char snd_wss_original_image
[32] =
77 0x00, /* 00/00 - lic */
78 0x00, /* 01/01 - ric */
79 0x9f, /* 02/02 - la1ic */
80 0x9f, /* 03/03 - ra1ic */
81 0x9f, /* 04/04 - la2ic */
82 0x9f, /* 05/05 - ra2ic */
83 0xbf, /* 06/06 - loc */
84 0xbf, /* 07/07 - roc */
85 0x20, /* 08/08 - pdfr */
86 CS4231_AUTOCALIB
, /* 09/09 - ic */
87 0x00, /* 0a/10 - pc */
88 0x00, /* 0b/11 - ti */
89 CS4231_MODE2
, /* 0c/12 - mi */
90 0xfc, /* 0d/13 - lbc */
91 0x00, /* 0e/14 - pbru */
92 0x00, /* 0f/15 - pbrl */
93 0x80, /* 10/16 - afei */
94 0x01, /* 11/17 - afeii */
95 0x9f, /* 12/18 - llic */
96 0x9f, /* 13/19 - rlic */
97 0x00, /* 14/20 - tlb */
98 0x00, /* 15/21 - thb */
99 0x00, /* 16/22 - la3mic/reserved */
100 0x00, /* 17/23 - ra3mic/reserved */
101 0x00, /* 18/24 - afs */
102 0x00, /* 19/25 - lamoc/version */
103 0xcf, /* 1a/26 - mioc */
104 0x00, /* 1b/27 - ramoc/reserved */
105 0x20, /* 1c/28 - cdfr */
106 0x00, /* 1d/29 - res4 */
107 0x00, /* 1e/30 - cbru */
108 0x00, /* 1f/31 - cbrl */
111 static const unsigned char snd_opti93x_original_image
[32] =
113 0x00, /* 00/00 - l_mixout_outctrl */
114 0x00, /* 01/01 - r_mixout_outctrl */
115 0x88, /* 02/02 - l_cd_inctrl */
116 0x88, /* 03/03 - r_cd_inctrl */
117 0x88, /* 04/04 - l_a1/fm_inctrl */
118 0x88, /* 05/05 - r_a1/fm_inctrl */
119 0x80, /* 06/06 - l_dac_inctrl */
120 0x80, /* 07/07 - r_dac_inctrl */
121 0x00, /* 08/08 - ply_dataform_reg */
122 0x00, /* 09/09 - if_conf */
123 0x00, /* 0a/10 - pin_ctrl */
124 0x00, /* 0b/11 - err_init_reg */
125 0x0a, /* 0c/12 - id_reg */
126 0x00, /* 0d/13 - reserved */
127 0x00, /* 0e/14 - ply_upcount_reg */
128 0x00, /* 0f/15 - ply_lowcount_reg */
129 0x88, /* 10/16 - reserved/l_a1_inctrl */
130 0x88, /* 11/17 - reserved/r_a1_inctrl */
131 0x88, /* 12/18 - l_line_inctrl */
132 0x88, /* 13/19 - r_line_inctrl */
133 0x88, /* 14/20 - l_mic_inctrl */
134 0x88, /* 15/21 - r_mic_inctrl */
135 0x80, /* 16/22 - l_out_outctrl */
136 0x80, /* 17/23 - r_out_outctrl */
137 0x00, /* 18/24 - reserved */
138 0x00, /* 19/25 - reserved */
139 0x00, /* 1a/26 - reserved */
140 0x00, /* 1b/27 - reserved */
141 0x00, /* 1c/28 - cap_dataform_reg */
142 0x00, /* 1d/29 - reserved */
143 0x00, /* 1e/30 - cap_upcount_reg */
144 0x00 /* 1f/31 - cap_lowcount_reg */
148 * Basic I/O functions
151 static inline void wss_outb(struct snd_wss
*chip
, u8 offset
, u8 val
)
153 outb(val
, chip
->port
+ offset
);
156 static inline u8
wss_inb(struct snd_wss
*chip
, u8 offset
)
158 return inb(chip
->port
+ offset
);
161 static void snd_wss_wait(struct snd_wss
*chip
)
166 timeout
> 0 && (wss_inb(chip
, CS4231P(REGSEL
)) & CS4231_INIT
);
171 static void snd_wss_dout(struct snd_wss
*chip
, unsigned char reg
,
177 timeout
> 0 && (wss_inb(chip
, CS4231P(REGSEL
)) & CS4231_INIT
);
180 wss_outb(chip
, CS4231P(REGSEL
), chip
->mce_bit
| reg
);
181 wss_outb(chip
, CS4231P(REG
), value
);
185 void snd_wss_out(struct snd_wss
*chip
, unsigned char reg
, unsigned char value
)
188 #ifdef CONFIG_SND_DEBUG
189 if (wss_inb(chip
, CS4231P(REGSEL
)) & CS4231_INIT
)
190 snd_printk(KERN_DEBUG
"out: auto calibration time out "
191 "- reg = 0x%x, value = 0x%x\n", reg
, value
);
193 wss_outb(chip
, CS4231P(REGSEL
), chip
->mce_bit
| reg
);
194 wss_outb(chip
, CS4231P(REG
), value
);
195 chip
->image
[reg
] = value
;
197 snd_printdd("codec out - reg 0x%x = 0x%x\n",
198 chip
->mce_bit
| reg
, value
);
200 EXPORT_SYMBOL(snd_wss_out
);
202 unsigned char snd_wss_in(struct snd_wss
*chip
, unsigned char reg
)
205 #ifdef CONFIG_SND_DEBUG
206 if (wss_inb(chip
, CS4231P(REGSEL
)) & CS4231_INIT
)
207 snd_printk(KERN_DEBUG
"in: auto calibration time out "
208 "- reg = 0x%x\n", reg
);
210 wss_outb(chip
, CS4231P(REGSEL
), chip
->mce_bit
| reg
);
212 return wss_inb(chip
, CS4231P(REG
));
214 EXPORT_SYMBOL(snd_wss_in
);
216 void snd_cs4236_ext_out(struct snd_wss
*chip
, unsigned char reg
,
219 wss_outb(chip
, CS4231P(REGSEL
), chip
->mce_bit
| 0x17);
220 wss_outb(chip
, CS4231P(REG
),
221 reg
| (chip
->image
[CS4236_EXT_REG
] & 0x01));
222 wss_outb(chip
, CS4231P(REG
), val
);
223 chip
->eimage
[CS4236_REG(reg
)] = val
;
225 printk(KERN_DEBUG
"ext out : reg = 0x%x, val = 0x%x\n", reg
, val
);
228 EXPORT_SYMBOL(snd_cs4236_ext_out
);
230 unsigned char snd_cs4236_ext_in(struct snd_wss
*chip
, unsigned char reg
)
232 wss_outb(chip
, CS4231P(REGSEL
), chip
->mce_bit
| 0x17);
233 wss_outb(chip
, CS4231P(REG
),
234 reg
| (chip
->image
[CS4236_EXT_REG
] & 0x01));
236 return wss_inb(chip
, CS4231P(REG
));
240 res
= wss_inb(chip
, CS4231P(REG
));
241 printk(KERN_DEBUG
"ext in : reg = 0x%x, val = 0x%x\n",
247 EXPORT_SYMBOL(snd_cs4236_ext_in
);
251 static void snd_wss_debug(struct snd_wss
*chip
)
254 "CS4231 REGS: INDEX = 0x%02x "
255 " STATUS = 0x%02x\n",
256 wss_inb(chip
, CS4231P(REGSEL
)),
257 wss_inb(chip
, CS4231P(STATUS
)));
259 " 0x00: left input = 0x%02x "
260 " 0x10: alt 1 (CFIG 2) = 0x%02x\n",
261 snd_wss_in(chip
, 0x00),
262 snd_wss_in(chip
, 0x10));
264 " 0x01: right input = 0x%02x "
265 " 0x11: alt 2 (CFIG 3) = 0x%02x\n",
266 snd_wss_in(chip
, 0x01),
267 snd_wss_in(chip
, 0x11));
269 " 0x02: GF1 left input = 0x%02x "
270 " 0x12: left line in = 0x%02x\n",
271 snd_wss_in(chip
, 0x02),
272 snd_wss_in(chip
, 0x12));
274 " 0x03: GF1 right input = 0x%02x "
275 " 0x13: right line in = 0x%02x\n",
276 snd_wss_in(chip
, 0x03),
277 snd_wss_in(chip
, 0x13));
279 " 0x04: CD left input = 0x%02x "
280 " 0x14: timer low = 0x%02x\n",
281 snd_wss_in(chip
, 0x04),
282 snd_wss_in(chip
, 0x14));
284 " 0x05: CD right input = 0x%02x "
285 " 0x15: timer high = 0x%02x\n",
286 snd_wss_in(chip
, 0x05),
287 snd_wss_in(chip
, 0x15));
289 " 0x06: left output = 0x%02x "
290 " 0x16: left MIC (PnP) = 0x%02x\n",
291 snd_wss_in(chip
, 0x06),
292 snd_wss_in(chip
, 0x16));
294 " 0x07: right output = 0x%02x "
295 " 0x17: right MIC (PnP) = 0x%02x\n",
296 snd_wss_in(chip
, 0x07),
297 snd_wss_in(chip
, 0x17));
299 " 0x08: playback format = 0x%02x "
300 " 0x18: IRQ status = 0x%02x\n",
301 snd_wss_in(chip
, 0x08),
302 snd_wss_in(chip
, 0x18));
304 " 0x09: iface (CFIG 1) = 0x%02x "
305 " 0x19: left line out = 0x%02x\n",
306 snd_wss_in(chip
, 0x09),
307 snd_wss_in(chip
, 0x19));
309 " 0x0a: pin control = 0x%02x "
310 " 0x1a: mono control = 0x%02x\n",
311 snd_wss_in(chip
, 0x0a),
312 snd_wss_in(chip
, 0x1a));
314 " 0x0b: init & status = 0x%02x "
315 " 0x1b: right line out = 0x%02x\n",
316 snd_wss_in(chip
, 0x0b),
317 snd_wss_in(chip
, 0x1b));
319 " 0x0c: revision & mode = 0x%02x "
320 " 0x1c: record format = 0x%02x\n",
321 snd_wss_in(chip
, 0x0c),
322 snd_wss_in(chip
, 0x1c));
324 " 0x0d: loopback = 0x%02x "
325 " 0x1d: var freq (PnP) = 0x%02x\n",
326 snd_wss_in(chip
, 0x0d),
327 snd_wss_in(chip
, 0x1d));
329 " 0x0e: ply upr count = 0x%02x "
330 " 0x1e: ply lwr count = 0x%02x\n",
331 snd_wss_in(chip
, 0x0e),
332 snd_wss_in(chip
, 0x1e));
334 " 0x0f: rec upr count = 0x%02x "
335 " 0x1f: rec lwr count = 0x%02x\n",
336 snd_wss_in(chip
, 0x0f),
337 snd_wss_in(chip
, 0x1f));
343 * CS4231 detection / MCE routines
346 static void snd_wss_busy_wait(struct snd_wss
*chip
)
350 /* huh.. looks like this sequence is proper for CS4231A chip (GUS MAX) */
351 for (timeout
= 5; timeout
> 0; timeout
--)
352 wss_inb(chip
, CS4231P(REGSEL
));
353 /* end of cleanup sequence */
354 for (timeout
= 25000;
355 timeout
> 0 && (wss_inb(chip
, CS4231P(REGSEL
)) & CS4231_INIT
);
360 void snd_wss_mce_up(struct snd_wss
*chip
)
366 #ifdef CONFIG_SND_DEBUG
367 if (wss_inb(chip
, CS4231P(REGSEL
)) & CS4231_INIT
)
368 snd_printk(KERN_DEBUG
369 "mce_up - auto calibration time out (0)\n");
371 spin_lock_irqsave(&chip
->reg_lock
, flags
);
372 chip
->mce_bit
|= CS4231_MCE
;
373 timeout
= wss_inb(chip
, CS4231P(REGSEL
));
375 snd_printk(KERN_DEBUG
"mce_up [0x%lx]: "
376 "serious init problem - codec still busy\n",
378 if (!(timeout
& CS4231_MCE
))
379 wss_outb(chip
, CS4231P(REGSEL
),
380 chip
->mce_bit
| (timeout
& 0x1f));
381 spin_unlock_irqrestore(&chip
->reg_lock
, flags
);
383 EXPORT_SYMBOL(snd_wss_mce_up
);
385 void snd_wss_mce_down(struct snd_wss
*chip
)
388 unsigned long end_time
;
390 int hw_mask
= WSS_HW_CS4231_MASK
| WSS_HW_CS4232_MASK
| WSS_HW_AD1848
;
392 snd_wss_busy_wait(chip
);
394 #ifdef CONFIG_SND_DEBUG
395 if (wss_inb(chip
, CS4231P(REGSEL
)) & CS4231_INIT
)
396 snd_printk(KERN_DEBUG
"mce_down [0x%lx] - "
397 "auto calibration time out (0)\n",
398 (long)CS4231P(REGSEL
));
400 spin_lock_irqsave(&chip
->reg_lock
, flags
);
401 chip
->mce_bit
&= ~CS4231_MCE
;
402 timeout
= wss_inb(chip
, CS4231P(REGSEL
));
403 wss_outb(chip
, CS4231P(REGSEL
), chip
->mce_bit
| (timeout
& 0x1f));
404 spin_unlock_irqrestore(&chip
->reg_lock
, flags
);
406 snd_printk(KERN_DEBUG
"mce_down [0x%lx]: "
407 "serious init problem - codec still busy\n",
409 if ((timeout
& CS4231_MCE
) == 0 || !(chip
->hardware
& hw_mask
))
413 * Wait for (possible -- during init auto-calibration may not be set)
414 * calibration process to start. Needs up to 5 sample periods on AD1848
415 * which at the slowest possible rate of 5.5125 kHz means 907 us.
419 snd_printdd("(1) jiffies = %lu\n", jiffies
);
421 /* check condition up to 250 ms */
422 end_time
= jiffies
+ msecs_to_jiffies(250);
423 while (snd_wss_in(chip
, CS4231_TEST_INIT
) &
424 CS4231_CALIB_IN_PROGRESS
) {
426 if (time_after(jiffies
, end_time
)) {
427 snd_printk(KERN_ERR
"mce_down - "
428 "auto calibration time out (2)\n");
434 snd_printdd("(2) jiffies = %lu\n", jiffies
);
436 /* check condition up to 100 ms */
437 end_time
= jiffies
+ msecs_to_jiffies(100);
438 while (wss_inb(chip
, CS4231P(REGSEL
)) & CS4231_INIT
) {
439 if (time_after(jiffies
, end_time
)) {
440 snd_printk(KERN_ERR
"mce_down - auto calibration time out (3)\n");
446 snd_printdd("(3) jiffies = %lu\n", jiffies
);
447 snd_printd("mce_down - exit = 0x%x\n", wss_inb(chip
, CS4231P(REGSEL
)));
449 EXPORT_SYMBOL(snd_wss_mce_down
);
451 static unsigned int snd_wss_get_count(unsigned char format
, unsigned int size
)
453 switch (format
& 0xe0) {
454 case CS4231_LINEAR_16
:
455 case CS4231_LINEAR_16_BIG
:
458 case CS4231_ADPCM_16
:
461 if (format
& CS4231_STEREO
)
466 static int snd_wss_trigger(struct snd_pcm_substream
*substream
,
469 struct snd_wss
*chip
= snd_pcm_substream_chip(substream
);
472 struct snd_pcm_substream
*s
;
476 case SNDRV_PCM_TRIGGER_START
:
477 case SNDRV_PCM_TRIGGER_RESUME
:
479 case SNDRV_PCM_TRIGGER_STOP
:
480 case SNDRV_PCM_TRIGGER_SUSPEND
:
487 snd_pcm_group_for_each_entry(s
, substream
) {
488 if (s
== chip
->playback_substream
) {
489 what
|= CS4231_PLAYBACK_ENABLE
;
490 snd_pcm_trigger_done(s
, substream
);
491 } else if (s
== chip
->capture_substream
) {
492 what
|= CS4231_RECORD_ENABLE
;
493 snd_pcm_trigger_done(s
, substream
);
496 spin_lock(&chip
->reg_lock
);
498 chip
->image
[CS4231_IFACE_CTRL
] |= what
;
500 chip
->trigger(chip
, what
, 1);
502 chip
->image
[CS4231_IFACE_CTRL
] &= ~what
;
504 chip
->trigger(chip
, what
, 0);
506 snd_wss_out(chip
, CS4231_IFACE_CTRL
, chip
->image
[CS4231_IFACE_CTRL
]);
507 spin_unlock(&chip
->reg_lock
);
518 static unsigned char snd_wss_get_rate(unsigned int rate
)
522 for (i
= 0; i
< ARRAY_SIZE(rates
); i
++)
523 if (rate
== rates
[i
])
526 return freq_bits
[ARRAY_SIZE(rates
) - 1];
529 static unsigned char snd_wss_get_format(struct snd_wss
*chip
,
530 snd_pcm_format_t format
,
533 unsigned char rformat
;
535 rformat
= CS4231_LINEAR_8
;
537 case SNDRV_PCM_FORMAT_MU_LAW
: rformat
= CS4231_ULAW_8
; break;
538 case SNDRV_PCM_FORMAT_A_LAW
: rformat
= CS4231_ALAW_8
; break;
539 case SNDRV_PCM_FORMAT_S16_LE
: rformat
= CS4231_LINEAR_16
; break;
540 case SNDRV_PCM_FORMAT_S16_BE
: rformat
= CS4231_LINEAR_16_BIG
; break;
541 case SNDRV_PCM_FORMAT_IMA_ADPCM
: rformat
= CS4231_ADPCM_16
; break;
544 rformat
|= CS4231_STEREO
;
546 snd_printk(KERN_DEBUG
"get_format: 0x%x (mode=0x%x)\n", format
, mode
);
551 static void snd_wss_calibrate_mute(struct snd_wss
*chip
, int mute
)
555 mute
= mute
? 0x80 : 0;
556 spin_lock_irqsave(&chip
->reg_lock
, flags
);
557 if (chip
->calibrate_mute
== mute
) {
558 spin_unlock_irqrestore(&chip
->reg_lock
, flags
);
562 snd_wss_dout(chip
, CS4231_LEFT_INPUT
,
563 chip
->image
[CS4231_LEFT_INPUT
]);
564 snd_wss_dout(chip
, CS4231_RIGHT_INPUT
,
565 chip
->image
[CS4231_RIGHT_INPUT
]);
566 snd_wss_dout(chip
, CS4231_LOOPBACK
,
567 chip
->image
[CS4231_LOOPBACK
]);
569 snd_wss_dout(chip
, CS4231_LEFT_INPUT
,
571 snd_wss_dout(chip
, CS4231_RIGHT_INPUT
,
573 snd_wss_dout(chip
, CS4231_LOOPBACK
,
577 snd_wss_dout(chip
, CS4231_AUX1_LEFT_INPUT
,
578 mute
| chip
->image
[CS4231_AUX1_LEFT_INPUT
]);
579 snd_wss_dout(chip
, CS4231_AUX1_RIGHT_INPUT
,
580 mute
| chip
->image
[CS4231_AUX1_RIGHT_INPUT
]);
581 snd_wss_dout(chip
, CS4231_AUX2_LEFT_INPUT
,
582 mute
| chip
->image
[CS4231_AUX2_LEFT_INPUT
]);
583 snd_wss_dout(chip
, CS4231_AUX2_RIGHT_INPUT
,
584 mute
| chip
->image
[CS4231_AUX2_RIGHT_INPUT
]);
585 snd_wss_dout(chip
, CS4231_LEFT_OUTPUT
,
586 mute
| chip
->image
[CS4231_LEFT_OUTPUT
]);
587 snd_wss_dout(chip
, CS4231_RIGHT_OUTPUT
,
588 mute
| chip
->image
[CS4231_RIGHT_OUTPUT
]);
589 if (!(chip
->hardware
& WSS_HW_AD1848_MASK
)) {
590 snd_wss_dout(chip
, CS4231_LEFT_LINE_IN
,
591 mute
| chip
->image
[CS4231_LEFT_LINE_IN
]);
592 snd_wss_dout(chip
, CS4231_RIGHT_LINE_IN
,
593 mute
| chip
->image
[CS4231_RIGHT_LINE_IN
]);
594 snd_wss_dout(chip
, CS4231_MONO_CTRL
,
595 mute
? 0xc0 : chip
->image
[CS4231_MONO_CTRL
]);
597 if (chip
->hardware
== WSS_HW_INTERWAVE
) {
598 snd_wss_dout(chip
, CS4231_LEFT_MIC_INPUT
,
599 mute
| chip
->image
[CS4231_LEFT_MIC_INPUT
]);
600 snd_wss_dout(chip
, CS4231_RIGHT_MIC_INPUT
,
601 mute
| chip
->image
[CS4231_RIGHT_MIC_INPUT
]);
602 snd_wss_dout(chip
, CS4231_LINE_LEFT_OUTPUT
,
603 mute
| chip
->image
[CS4231_LINE_LEFT_OUTPUT
]);
604 snd_wss_dout(chip
, CS4231_LINE_RIGHT_OUTPUT
,
605 mute
| chip
->image
[CS4231_LINE_RIGHT_OUTPUT
]);
607 chip
->calibrate_mute
= mute
;
608 spin_unlock_irqrestore(&chip
->reg_lock
, flags
);
611 static void snd_wss_playback_format(struct snd_wss
*chip
,
612 struct snd_pcm_hw_params
*params
,
618 mutex_lock(&chip
->mce_mutex
);
619 if (chip
->hardware
== WSS_HW_CS4231A
||
620 (chip
->hardware
& WSS_HW_CS4232_MASK
)) {
621 spin_lock_irqsave(&chip
->reg_lock
, flags
);
622 if ((chip
->image
[CS4231_PLAYBK_FORMAT
] & 0x0f) == (pdfr
& 0x0f)) { /* rate is same? */
623 snd_wss_out(chip
, CS4231_ALT_FEATURE_1
,
624 chip
->image
[CS4231_ALT_FEATURE_1
] | 0x10);
625 chip
->image
[CS4231_PLAYBK_FORMAT
] = pdfr
;
626 snd_wss_out(chip
, CS4231_PLAYBK_FORMAT
,
627 chip
->image
[CS4231_PLAYBK_FORMAT
]);
628 snd_wss_out(chip
, CS4231_ALT_FEATURE_1
,
629 chip
->image
[CS4231_ALT_FEATURE_1
] &= ~0x10);
630 udelay(100); /* Fixes audible clicks at least on GUS MAX */
633 spin_unlock_irqrestore(&chip
->reg_lock
, flags
);
634 } else if (chip
->hardware
== WSS_HW_AD1845
) {
635 unsigned rate
= params_rate(params
);
638 * Program the AD1845 correctly for the playback stream.
639 * Note that we do NOT need to toggle the MCE bit because
640 * the PLAYBACK_ENABLE bit of the Interface Configuration
643 * NOTE: We seem to need to write to the MSB before the LSB
644 * to get the correct sample frequency.
646 spin_lock_irqsave(&chip
->reg_lock
, flags
);
647 snd_wss_out(chip
, CS4231_PLAYBK_FORMAT
, (pdfr
& 0xf0));
648 snd_wss_out(chip
, AD1845_UPR_FREQ_SEL
, (rate
>> 8) & 0xff);
649 snd_wss_out(chip
, AD1845_LWR_FREQ_SEL
, rate
& 0xff);
651 spin_unlock_irqrestore(&chip
->reg_lock
, flags
);
654 snd_wss_mce_up(chip
);
655 spin_lock_irqsave(&chip
->reg_lock
, flags
);
656 if (chip
->hardware
!= WSS_HW_INTERWAVE
&& !chip
->single_dma
) {
657 if (chip
->image
[CS4231_IFACE_CTRL
] & CS4231_RECORD_ENABLE
)
658 pdfr
= (pdfr
& 0xf0) |
659 (chip
->image
[CS4231_REC_FORMAT
] & 0x0f);
661 chip
->image
[CS4231_PLAYBK_FORMAT
] = pdfr
;
663 snd_wss_out(chip
, CS4231_PLAYBK_FORMAT
, pdfr
);
664 spin_unlock_irqrestore(&chip
->reg_lock
, flags
);
665 if (chip
->hardware
== WSS_HW_OPL3SA2
)
666 udelay(100); /* this seems to help */
667 snd_wss_mce_down(chip
);
669 mutex_unlock(&chip
->mce_mutex
);
672 static void snd_wss_capture_format(struct snd_wss
*chip
,
673 struct snd_pcm_hw_params
*params
,
679 mutex_lock(&chip
->mce_mutex
);
680 if (chip
->hardware
== WSS_HW_CS4231A
||
681 (chip
->hardware
& WSS_HW_CS4232_MASK
)) {
682 spin_lock_irqsave(&chip
->reg_lock
, flags
);
683 if ((chip
->image
[CS4231_PLAYBK_FORMAT
] & 0x0f) == (cdfr
& 0x0f) || /* rate is same? */
684 (chip
->image
[CS4231_IFACE_CTRL
] & CS4231_PLAYBACK_ENABLE
)) {
685 snd_wss_out(chip
, CS4231_ALT_FEATURE_1
,
686 chip
->image
[CS4231_ALT_FEATURE_1
] | 0x20);
687 snd_wss_out(chip
, CS4231_REC_FORMAT
,
688 chip
->image
[CS4231_REC_FORMAT
] = cdfr
);
689 snd_wss_out(chip
, CS4231_ALT_FEATURE_1
,
690 chip
->image
[CS4231_ALT_FEATURE_1
] &= ~0x20);
693 spin_unlock_irqrestore(&chip
->reg_lock
, flags
);
694 } else if (chip
->hardware
== WSS_HW_AD1845
) {
695 unsigned rate
= params_rate(params
);
698 * Program the AD1845 correctly for the capture stream.
699 * Note that we do NOT need to toggle the MCE bit because
700 * the PLAYBACK_ENABLE bit of the Interface Configuration
703 * NOTE: We seem to need to write to the MSB before the LSB
704 * to get the correct sample frequency.
706 spin_lock_irqsave(&chip
->reg_lock
, flags
);
707 snd_wss_out(chip
, CS4231_REC_FORMAT
, (cdfr
& 0xf0));
708 snd_wss_out(chip
, AD1845_UPR_FREQ_SEL
, (rate
>> 8) & 0xff);
709 snd_wss_out(chip
, AD1845_LWR_FREQ_SEL
, rate
& 0xff);
711 spin_unlock_irqrestore(&chip
->reg_lock
, flags
);
714 snd_wss_mce_up(chip
);
715 spin_lock_irqsave(&chip
->reg_lock
, flags
);
716 if (chip
->hardware
!= WSS_HW_INTERWAVE
&&
717 !(chip
->image
[CS4231_IFACE_CTRL
] & CS4231_PLAYBACK_ENABLE
)) {
718 if (chip
->single_dma
)
719 snd_wss_out(chip
, CS4231_PLAYBK_FORMAT
, cdfr
);
721 snd_wss_out(chip
, CS4231_PLAYBK_FORMAT
,
722 (chip
->image
[CS4231_PLAYBK_FORMAT
] & 0xf0) |
724 spin_unlock_irqrestore(&chip
->reg_lock
, flags
);
725 snd_wss_mce_down(chip
);
726 snd_wss_mce_up(chip
);
727 spin_lock_irqsave(&chip
->reg_lock
, flags
);
729 if (chip
->hardware
& WSS_HW_AD1848_MASK
)
730 snd_wss_out(chip
, CS4231_PLAYBK_FORMAT
, cdfr
);
732 snd_wss_out(chip
, CS4231_REC_FORMAT
, cdfr
);
733 spin_unlock_irqrestore(&chip
->reg_lock
, flags
);
734 snd_wss_mce_down(chip
);
736 mutex_unlock(&chip
->mce_mutex
);
743 static unsigned long snd_wss_timer_resolution(struct snd_timer
*timer
)
745 struct snd_wss
*chip
= snd_timer_chip(timer
);
746 if (chip
->hardware
& WSS_HW_CS4236B_MASK
)
749 return chip
->image
[CS4231_PLAYBK_FORMAT
] & 1 ? 9969 : 9920;
752 static int snd_wss_timer_start(struct snd_timer
*timer
)
756 struct snd_wss
*chip
= snd_timer_chip(timer
);
757 spin_lock_irqsave(&chip
->reg_lock
, flags
);
758 ticks
= timer
->sticks
;
759 if ((chip
->image
[CS4231_ALT_FEATURE_1
] & CS4231_TIMER_ENABLE
) == 0 ||
760 (unsigned char)(ticks
>> 8) != chip
->image
[CS4231_TIMER_HIGH
] ||
761 (unsigned char)ticks
!= chip
->image
[CS4231_TIMER_LOW
]) {
762 chip
->image
[CS4231_TIMER_HIGH
] = (unsigned char) (ticks
>> 8);
763 snd_wss_out(chip
, CS4231_TIMER_HIGH
,
764 chip
->image
[CS4231_TIMER_HIGH
]);
765 chip
->image
[CS4231_TIMER_LOW
] = (unsigned char) ticks
;
766 snd_wss_out(chip
, CS4231_TIMER_LOW
,
767 chip
->image
[CS4231_TIMER_LOW
]);
768 snd_wss_out(chip
, CS4231_ALT_FEATURE_1
,
769 chip
->image
[CS4231_ALT_FEATURE_1
] |
770 CS4231_TIMER_ENABLE
);
772 spin_unlock_irqrestore(&chip
->reg_lock
, flags
);
776 static int snd_wss_timer_stop(struct snd_timer
*timer
)
779 struct snd_wss
*chip
= snd_timer_chip(timer
);
780 spin_lock_irqsave(&chip
->reg_lock
, flags
);
781 chip
->image
[CS4231_ALT_FEATURE_1
] &= ~CS4231_TIMER_ENABLE
;
782 snd_wss_out(chip
, CS4231_ALT_FEATURE_1
,
783 chip
->image
[CS4231_ALT_FEATURE_1
]);
784 spin_unlock_irqrestore(&chip
->reg_lock
, flags
);
788 static void snd_wss_init(struct snd_wss
*chip
)
792 snd_wss_calibrate_mute(chip
, 1);
793 snd_wss_mce_down(chip
);
795 #ifdef SNDRV_DEBUG_MCE
796 snd_printk(KERN_DEBUG
"init: (1)\n");
798 snd_wss_mce_up(chip
);
799 spin_lock_irqsave(&chip
->reg_lock
, flags
);
800 chip
->image
[CS4231_IFACE_CTRL
] &= ~(CS4231_PLAYBACK_ENABLE
|
801 CS4231_PLAYBACK_PIO
|
802 CS4231_RECORD_ENABLE
|
805 chip
->image
[CS4231_IFACE_CTRL
] |= CS4231_AUTOCALIB
;
806 snd_wss_out(chip
, CS4231_IFACE_CTRL
, chip
->image
[CS4231_IFACE_CTRL
]);
807 spin_unlock_irqrestore(&chip
->reg_lock
, flags
);
808 snd_wss_mce_down(chip
);
810 #ifdef SNDRV_DEBUG_MCE
811 snd_printk(KERN_DEBUG
"init: (2)\n");
814 snd_wss_mce_up(chip
);
815 spin_lock_irqsave(&chip
->reg_lock
, flags
);
816 chip
->image
[CS4231_IFACE_CTRL
] &= ~CS4231_AUTOCALIB
;
817 snd_wss_out(chip
, CS4231_IFACE_CTRL
, chip
->image
[CS4231_IFACE_CTRL
]);
819 CS4231_ALT_FEATURE_1
, chip
->image
[CS4231_ALT_FEATURE_1
]);
820 spin_unlock_irqrestore(&chip
->reg_lock
, flags
);
821 snd_wss_mce_down(chip
);
823 #ifdef SNDRV_DEBUG_MCE
824 snd_printk(KERN_DEBUG
"init: (3) - afei = 0x%x\n",
825 chip
->image
[CS4231_ALT_FEATURE_1
]);
828 spin_lock_irqsave(&chip
->reg_lock
, flags
);
829 snd_wss_out(chip
, CS4231_ALT_FEATURE_2
,
830 chip
->image
[CS4231_ALT_FEATURE_2
]);
831 spin_unlock_irqrestore(&chip
->reg_lock
, flags
);
833 snd_wss_mce_up(chip
);
834 spin_lock_irqsave(&chip
->reg_lock
, flags
);
835 snd_wss_out(chip
, CS4231_PLAYBK_FORMAT
,
836 chip
->image
[CS4231_PLAYBK_FORMAT
]);
837 spin_unlock_irqrestore(&chip
->reg_lock
, flags
);
838 snd_wss_mce_down(chip
);
840 #ifdef SNDRV_DEBUG_MCE
841 snd_printk(KERN_DEBUG
"init: (4)\n");
844 snd_wss_mce_up(chip
);
845 spin_lock_irqsave(&chip
->reg_lock
, flags
);
846 if (!(chip
->hardware
& WSS_HW_AD1848_MASK
))
847 snd_wss_out(chip
, CS4231_REC_FORMAT
,
848 chip
->image
[CS4231_REC_FORMAT
]);
849 spin_unlock_irqrestore(&chip
->reg_lock
, flags
);
850 snd_wss_mce_down(chip
);
851 snd_wss_calibrate_mute(chip
, 0);
853 #ifdef SNDRV_DEBUG_MCE
854 snd_printk(KERN_DEBUG
"init: (5)\n");
858 static int snd_wss_open(struct snd_wss
*chip
, unsigned int mode
)
862 mutex_lock(&chip
->open_mutex
);
863 if ((chip
->mode
& mode
) ||
864 ((chip
->mode
& WSS_MODE_OPEN
) && chip
->single_dma
)) {
865 mutex_unlock(&chip
->open_mutex
);
868 if (chip
->mode
& WSS_MODE_OPEN
) {
870 mutex_unlock(&chip
->open_mutex
);
873 /* ok. now enable and ack CODEC IRQ */
874 spin_lock_irqsave(&chip
->reg_lock
, flags
);
875 if (!(chip
->hardware
& WSS_HW_AD1848_MASK
)) {
876 snd_wss_out(chip
, CS4231_IRQ_STATUS
,
877 CS4231_PLAYBACK_IRQ
|
880 snd_wss_out(chip
, CS4231_IRQ_STATUS
, 0);
882 wss_outb(chip
, CS4231P(STATUS
), 0); /* clear IRQ */
883 wss_outb(chip
, CS4231P(STATUS
), 0); /* clear IRQ */
884 chip
->image
[CS4231_PIN_CTRL
] |= CS4231_IRQ_ENABLE
;
885 snd_wss_out(chip
, CS4231_PIN_CTRL
, chip
->image
[CS4231_PIN_CTRL
]);
886 if (!(chip
->hardware
& WSS_HW_AD1848_MASK
)) {
887 snd_wss_out(chip
, CS4231_IRQ_STATUS
,
888 CS4231_PLAYBACK_IRQ
|
891 snd_wss_out(chip
, CS4231_IRQ_STATUS
, 0);
893 spin_unlock_irqrestore(&chip
->reg_lock
, flags
);
896 mutex_unlock(&chip
->open_mutex
);
900 static void snd_wss_close(struct snd_wss
*chip
, unsigned int mode
)
904 mutex_lock(&chip
->open_mutex
);
906 if (chip
->mode
& WSS_MODE_OPEN
) {
907 mutex_unlock(&chip
->open_mutex
);
911 spin_lock_irqsave(&chip
->reg_lock
, flags
);
912 if (!(chip
->hardware
& WSS_HW_AD1848_MASK
))
913 snd_wss_out(chip
, CS4231_IRQ_STATUS
, 0);
914 wss_outb(chip
, CS4231P(STATUS
), 0); /* clear IRQ */
915 wss_outb(chip
, CS4231P(STATUS
), 0); /* clear IRQ */
916 chip
->image
[CS4231_PIN_CTRL
] &= ~CS4231_IRQ_ENABLE
;
917 snd_wss_out(chip
, CS4231_PIN_CTRL
, chip
->image
[CS4231_PIN_CTRL
]);
919 /* now disable record & playback */
921 if (chip
->image
[CS4231_IFACE_CTRL
] & (CS4231_PLAYBACK_ENABLE
| CS4231_PLAYBACK_PIO
|
922 CS4231_RECORD_ENABLE
| CS4231_RECORD_PIO
)) {
923 spin_unlock_irqrestore(&chip
->reg_lock
, flags
);
924 snd_wss_mce_up(chip
);
925 spin_lock_irqsave(&chip
->reg_lock
, flags
);
926 chip
->image
[CS4231_IFACE_CTRL
] &= ~(CS4231_PLAYBACK_ENABLE
| CS4231_PLAYBACK_PIO
|
927 CS4231_RECORD_ENABLE
| CS4231_RECORD_PIO
);
928 snd_wss_out(chip
, CS4231_IFACE_CTRL
,
929 chip
->image
[CS4231_IFACE_CTRL
]);
930 spin_unlock_irqrestore(&chip
->reg_lock
, flags
);
931 snd_wss_mce_down(chip
);
932 spin_lock_irqsave(&chip
->reg_lock
, flags
);
935 /* clear IRQ again */
936 if (!(chip
->hardware
& WSS_HW_AD1848_MASK
))
937 snd_wss_out(chip
, CS4231_IRQ_STATUS
, 0);
938 wss_outb(chip
, CS4231P(STATUS
), 0); /* clear IRQ */
939 wss_outb(chip
, CS4231P(STATUS
), 0); /* clear IRQ */
940 spin_unlock_irqrestore(&chip
->reg_lock
, flags
);
943 mutex_unlock(&chip
->open_mutex
);
950 static int snd_wss_timer_open(struct snd_timer
*timer
)
952 struct snd_wss
*chip
= snd_timer_chip(timer
);
953 snd_wss_open(chip
, WSS_MODE_TIMER
);
957 static int snd_wss_timer_close(struct snd_timer
*timer
)
959 struct snd_wss
*chip
= snd_timer_chip(timer
);
960 snd_wss_close(chip
, WSS_MODE_TIMER
);
964 static const struct snd_timer_hardware snd_wss_timer_table
=
966 .flags
= SNDRV_TIMER_HW_AUTO
,
969 .open
= snd_wss_timer_open
,
970 .close
= snd_wss_timer_close
,
971 .c_resolution
= snd_wss_timer_resolution
,
972 .start
= snd_wss_timer_start
,
973 .stop
= snd_wss_timer_stop
,
977 * ok.. exported functions..
980 static int snd_wss_playback_hw_params(struct snd_pcm_substream
*substream
,
981 struct snd_pcm_hw_params
*hw_params
)
983 struct snd_wss
*chip
= snd_pcm_substream_chip(substream
);
984 unsigned char new_pdfr
;
986 new_pdfr
= snd_wss_get_format(chip
, params_format(hw_params
),
987 params_channels(hw_params
)) |
988 snd_wss_get_rate(params_rate(hw_params
));
989 chip
->set_playback_format(chip
, hw_params
, new_pdfr
);
993 static int snd_wss_playback_prepare(struct snd_pcm_substream
*substream
)
995 struct snd_wss
*chip
= snd_pcm_substream_chip(substream
);
996 struct snd_pcm_runtime
*runtime
= substream
->runtime
;
998 unsigned int size
= snd_pcm_lib_buffer_bytes(substream
);
999 unsigned int count
= snd_pcm_lib_period_bytes(substream
);
1001 spin_lock_irqsave(&chip
->reg_lock
, flags
);
1002 chip
->p_dma_size
= size
;
1003 chip
->image
[CS4231_IFACE_CTRL
] &= ~(CS4231_PLAYBACK_ENABLE
| CS4231_PLAYBACK_PIO
);
1004 snd_dma_program(chip
->dma1
, runtime
->dma_addr
, size
, DMA_MODE_WRITE
| DMA_AUTOINIT
);
1005 count
= snd_wss_get_count(chip
->image
[CS4231_PLAYBK_FORMAT
], count
) - 1;
1006 snd_wss_out(chip
, CS4231_PLY_LWR_CNT
, (unsigned char) count
);
1007 snd_wss_out(chip
, CS4231_PLY_UPR_CNT
, (unsigned char) (count
>> 8));
1008 spin_unlock_irqrestore(&chip
->reg_lock
, flags
);
1010 snd_wss_debug(chip
);
1015 static int snd_wss_capture_hw_params(struct snd_pcm_substream
*substream
,
1016 struct snd_pcm_hw_params
*hw_params
)
1018 struct snd_wss
*chip
= snd_pcm_substream_chip(substream
);
1019 unsigned char new_cdfr
;
1021 new_cdfr
= snd_wss_get_format(chip
, params_format(hw_params
),
1022 params_channels(hw_params
)) |
1023 snd_wss_get_rate(params_rate(hw_params
));
1024 chip
->set_capture_format(chip
, hw_params
, new_cdfr
);
1028 static int snd_wss_capture_prepare(struct snd_pcm_substream
*substream
)
1030 struct snd_wss
*chip
= snd_pcm_substream_chip(substream
);
1031 struct snd_pcm_runtime
*runtime
= substream
->runtime
;
1032 unsigned long flags
;
1033 unsigned int size
= snd_pcm_lib_buffer_bytes(substream
);
1034 unsigned int count
= snd_pcm_lib_period_bytes(substream
);
1036 spin_lock_irqsave(&chip
->reg_lock
, flags
);
1037 chip
->c_dma_size
= size
;
1038 chip
->image
[CS4231_IFACE_CTRL
] &= ~(CS4231_RECORD_ENABLE
| CS4231_RECORD_PIO
);
1039 snd_dma_program(chip
->dma2
, runtime
->dma_addr
, size
, DMA_MODE_READ
| DMA_AUTOINIT
);
1040 if (chip
->hardware
& WSS_HW_AD1848_MASK
)
1041 count
= snd_wss_get_count(chip
->image
[CS4231_PLAYBK_FORMAT
],
1044 count
= snd_wss_get_count(chip
->image
[CS4231_REC_FORMAT
],
1047 if (chip
->single_dma
&& chip
->hardware
!= WSS_HW_INTERWAVE
) {
1048 snd_wss_out(chip
, CS4231_PLY_LWR_CNT
, (unsigned char) count
);
1049 snd_wss_out(chip
, CS4231_PLY_UPR_CNT
,
1050 (unsigned char) (count
>> 8));
1052 snd_wss_out(chip
, CS4231_REC_LWR_CNT
, (unsigned char) count
);
1053 snd_wss_out(chip
, CS4231_REC_UPR_CNT
,
1054 (unsigned char) (count
>> 8));
1056 spin_unlock_irqrestore(&chip
->reg_lock
, flags
);
1060 void snd_wss_overrange(struct snd_wss
*chip
)
1062 unsigned long flags
;
1065 spin_lock_irqsave(&chip
->reg_lock
, flags
);
1066 res
= snd_wss_in(chip
, CS4231_TEST_INIT
);
1067 spin_unlock_irqrestore(&chip
->reg_lock
, flags
);
1068 if (res
& (0x08 | 0x02)) /* detect overrange only above 0dB; may be user selectable? */
1069 chip
->capture_substream
->runtime
->overrange
++;
1071 EXPORT_SYMBOL(snd_wss_overrange
);
1073 irqreturn_t
snd_wss_interrupt(int irq
, void *dev_id
)
1075 struct snd_wss
*chip
= dev_id
;
1076 unsigned char status
;
1078 if (chip
->hardware
& WSS_HW_AD1848_MASK
)
1079 /* pretend it was the only possible irq for AD1848 */
1080 status
= CS4231_PLAYBACK_IRQ
;
1082 status
= snd_wss_in(chip
, CS4231_IRQ_STATUS
);
1083 if (status
& CS4231_TIMER_IRQ
) {
1085 snd_timer_interrupt(chip
->timer
, chip
->timer
->sticks
);
1087 if (chip
->single_dma
&& chip
->hardware
!= WSS_HW_INTERWAVE
) {
1088 if (status
& CS4231_PLAYBACK_IRQ
) {
1089 if (chip
->mode
& WSS_MODE_PLAY
) {
1090 if (chip
->playback_substream
)
1091 snd_pcm_period_elapsed(chip
->playback_substream
);
1093 if (chip
->mode
& WSS_MODE_RECORD
) {
1094 if (chip
->capture_substream
) {
1095 snd_wss_overrange(chip
);
1096 snd_pcm_period_elapsed(chip
->capture_substream
);
1101 if (status
& CS4231_PLAYBACK_IRQ
) {
1102 if (chip
->playback_substream
)
1103 snd_pcm_period_elapsed(chip
->playback_substream
);
1105 if (status
& CS4231_RECORD_IRQ
) {
1106 if (chip
->capture_substream
) {
1107 snd_wss_overrange(chip
);
1108 snd_pcm_period_elapsed(chip
->capture_substream
);
1113 spin_lock(&chip
->reg_lock
);
1114 status
= ~CS4231_ALL_IRQS
| ~status
;
1115 if (chip
->hardware
& WSS_HW_AD1848_MASK
)
1116 wss_outb(chip
, CS4231P(STATUS
), 0);
1118 snd_wss_out(chip
, CS4231_IRQ_STATUS
, status
);
1119 spin_unlock(&chip
->reg_lock
);
1122 EXPORT_SYMBOL(snd_wss_interrupt
);
1124 static snd_pcm_uframes_t
snd_wss_playback_pointer(struct snd_pcm_substream
*substream
)
1126 struct snd_wss
*chip
= snd_pcm_substream_chip(substream
);
1129 if (!(chip
->image
[CS4231_IFACE_CTRL
] & CS4231_PLAYBACK_ENABLE
))
1131 ptr
= snd_dma_pointer(chip
->dma1
, chip
->p_dma_size
);
1132 return bytes_to_frames(substream
->runtime
, ptr
);
1135 static snd_pcm_uframes_t
snd_wss_capture_pointer(struct snd_pcm_substream
*substream
)
1137 struct snd_wss
*chip
= snd_pcm_substream_chip(substream
);
1140 if (!(chip
->image
[CS4231_IFACE_CTRL
] & CS4231_RECORD_ENABLE
))
1142 ptr
= snd_dma_pointer(chip
->dma2
, chip
->c_dma_size
);
1143 return bytes_to_frames(substream
->runtime
, ptr
);
1150 static int snd_ad1848_probe(struct snd_wss
*chip
)
1152 unsigned long timeout
= jiffies
+ msecs_to_jiffies(1000);
1153 unsigned long flags
;
1155 unsigned short hardware
= 0;
1159 while (wss_inb(chip
, CS4231P(REGSEL
)) & CS4231_INIT
) {
1160 if (time_after(jiffies
, timeout
))
1164 spin_lock_irqsave(&chip
->reg_lock
, flags
);
1166 /* set CS423x MODE 1 */
1167 snd_wss_dout(chip
, CS4231_MISC_INFO
, 0);
1169 snd_wss_dout(chip
, CS4231_RIGHT_INPUT
, 0x45); /* 0x55 & ~0x10 */
1170 r
= snd_wss_in(chip
, CS4231_RIGHT_INPUT
);
1172 /* RMGE always high on AD1847 */
1173 if ((r
& ~CS4231_ENABLE_MIC_GAIN
) != 0x45) {
1177 hardware
= WSS_HW_AD1847
;
1179 snd_wss_dout(chip
, CS4231_LEFT_INPUT
, 0xaa);
1180 r
= snd_wss_in(chip
, CS4231_LEFT_INPUT
);
1181 /* L/RMGE always low on AT2320 */
1182 if ((r
| CS4231_ENABLE_MIC_GAIN
) != 0xaa) {
1188 /* clear pending IRQ */
1189 wss_inb(chip
, CS4231P(STATUS
));
1190 wss_outb(chip
, CS4231P(STATUS
), 0);
1193 if ((chip
->hardware
& WSS_HW_TYPE_MASK
) != WSS_HW_DETECT
)
1197 chip
->hardware
= hardware
;
1201 r
= snd_wss_in(chip
, CS4231_MISC_INFO
);
1203 /* set CS423x MODE 2 */
1204 snd_wss_dout(chip
, CS4231_MISC_INFO
, CS4231_MODE2
);
1205 for (i
= 0; i
< 16; i
++) {
1206 if (snd_wss_in(chip
, i
) != snd_wss_in(chip
, 16 + i
)) {
1207 /* we have more than 16 registers: check ID */
1208 if ((r
& 0xf) != 0xa)
1211 * on CMI8330, CS4231_VERSION is volume control and
1214 snd_wss_dout(chip
, CS4231_VERSION
, 0);
1215 r
= snd_wss_in(chip
, CS4231_VERSION
) & 0xe7;
1217 chip
->hardware
= WSS_HW_CMI8330
;
1222 chip
->hardware
= WSS_HW_CS4248
;
1224 chip
->hardware
= WSS_HW_AD1848
;
1226 snd_wss_dout(chip
, CS4231_MISC_INFO
, 0);
1228 spin_unlock_irqrestore(&chip
->reg_lock
, flags
);
1232 static int snd_wss_probe(struct snd_wss
*chip
)
1234 unsigned long flags
;
1235 int i
, id
, rev
, regnum
;
1239 id
= snd_ad1848_probe(chip
);
1243 hw
= chip
->hardware
;
1244 if ((hw
& WSS_HW_TYPE_MASK
) == WSS_HW_DETECT
) {
1245 for (i
= 0; i
< 50; i
++) {
1247 if (wss_inb(chip
, CS4231P(REGSEL
)) & CS4231_INIT
)
1250 spin_lock_irqsave(&chip
->reg_lock
, flags
);
1251 snd_wss_out(chip
, CS4231_MISC_INFO
,
1253 id
= snd_wss_in(chip
, CS4231_MISC_INFO
) & 0x0f;
1254 spin_unlock_irqrestore(&chip
->reg_lock
, flags
);
1256 break; /* this is valid value */
1259 snd_printdd("wss: port = 0x%lx, id = 0x%x\n", chip
->port
, id
);
1261 return -ENODEV
; /* no valid device found */
1263 rev
= snd_wss_in(chip
, CS4231_VERSION
) & 0xe7;
1264 snd_printdd("CS4231: VERSION (I25) = 0x%x\n", rev
);
1266 unsigned char tmp
= snd_wss_in(chip
, 23);
1267 snd_wss_out(chip
, 23, ~tmp
);
1268 if (snd_wss_in(chip
, 23) != tmp
)
1269 chip
->hardware
= WSS_HW_AD1845
;
1271 chip
->hardware
= WSS_HW_CS4231
;
1272 } else if (rev
== 0xa0) {
1273 chip
->hardware
= WSS_HW_CS4231A
;
1274 } else if (rev
== 0xa2) {
1275 chip
->hardware
= WSS_HW_CS4232
;
1276 } else if (rev
== 0xb2) {
1277 chip
->hardware
= WSS_HW_CS4232A
;
1278 } else if (rev
== 0x83) {
1279 chip
->hardware
= WSS_HW_CS4236
;
1280 } else if (rev
== 0x03) {
1281 chip
->hardware
= WSS_HW_CS4236B
;
1284 "unknown CS chip with version 0x%x\n", rev
);
1285 return -ENODEV
; /* unknown CS4231 chip? */
1288 spin_lock_irqsave(&chip
->reg_lock
, flags
);
1289 wss_inb(chip
, CS4231P(STATUS
)); /* clear any pendings IRQ */
1290 wss_outb(chip
, CS4231P(STATUS
), 0);
1292 spin_unlock_irqrestore(&chip
->reg_lock
, flags
);
1294 if (!(chip
->hardware
& WSS_HW_AD1848_MASK
))
1295 chip
->image
[CS4231_MISC_INFO
] = CS4231_MODE2
;
1296 switch (chip
->hardware
) {
1297 case WSS_HW_INTERWAVE
:
1298 chip
->image
[CS4231_MISC_INFO
] = CS4231_IW_MODE3
;
1301 case WSS_HW_CS4236B
:
1302 case WSS_HW_CS4237B
:
1303 case WSS_HW_CS4238B
:
1305 if (hw
== WSS_HW_DETECT3
)
1306 chip
->image
[CS4231_MISC_INFO
] = CS4231_4236_MODE3
;
1308 chip
->hardware
= WSS_HW_CS4236
;
1312 chip
->image
[CS4231_IFACE_CTRL
] =
1313 (chip
->image
[CS4231_IFACE_CTRL
] & ~CS4231_SINGLE_DMA
) |
1314 (chip
->single_dma
? CS4231_SINGLE_DMA
: 0);
1315 if (chip
->hardware
!= WSS_HW_OPTI93X
) {
1316 chip
->image
[CS4231_ALT_FEATURE_1
] = 0x80;
1317 chip
->image
[CS4231_ALT_FEATURE_2
] =
1318 chip
->hardware
== WSS_HW_INTERWAVE
? 0xc2 : 0x01;
1320 /* enable fine grained frequency selection */
1321 if (chip
->hardware
== WSS_HW_AD1845
)
1322 chip
->image
[AD1845_PWR_DOWN
] = 8;
1324 ptr
= (unsigned char *) &chip
->image
;
1325 regnum
= (chip
->hardware
& WSS_HW_AD1848_MASK
) ? 16 : 32;
1326 snd_wss_mce_down(chip
);
1327 spin_lock_irqsave(&chip
->reg_lock
, flags
);
1328 for (i
= 0; i
< regnum
; i
++) /* ok.. fill all registers */
1329 snd_wss_out(chip
, i
, *ptr
++);
1330 spin_unlock_irqrestore(&chip
->reg_lock
, flags
);
1331 snd_wss_mce_up(chip
);
1332 snd_wss_mce_down(chip
);
1336 /* ok.. try check hardware version for CS4236+ chips */
1337 if ((hw
& WSS_HW_TYPE_MASK
) == WSS_HW_DETECT
) {
1338 if (chip
->hardware
== WSS_HW_CS4236B
) {
1339 rev
= snd_cs4236_ext_in(chip
, CS4236_VERSION
);
1340 snd_cs4236_ext_out(chip
, CS4236_VERSION
, 0xff);
1341 id
= snd_cs4236_ext_in(chip
, CS4236_VERSION
);
1342 snd_cs4236_ext_out(chip
, CS4236_VERSION
, rev
);
1343 snd_printdd("CS4231: ext version; rev = 0x%x, id = 0x%x\n", rev
, id
);
1344 if ((id
& 0x1f) == 0x1d) { /* CS4235 */
1345 chip
->hardware
= WSS_HW_CS4235
;
1352 snd_printk(KERN_WARNING
1353 "unknown CS4235 chip "
1354 "(enhanced version = 0x%x)\n",
1357 } else if ((id
& 0x1f) == 0x0b) { /* CS4236/B */
1363 chip
->hardware
= WSS_HW_CS4236B
;
1366 snd_printk(KERN_WARNING
1367 "unknown CS4236 chip "
1368 "(enhanced version = 0x%x)\n",
1371 } else if ((id
& 0x1f) == 0x08) { /* CS4237B */
1372 chip
->hardware
= WSS_HW_CS4237B
;
1380 snd_printk(KERN_WARNING
1381 "unknown CS4237B chip "
1382 "(enhanced version = 0x%x)\n",
1385 } else if ((id
& 0x1f) == 0x09) { /* CS4238B */
1386 chip
->hardware
= WSS_HW_CS4238B
;
1393 snd_printk(KERN_WARNING
1394 "unknown CS4238B chip "
1395 "(enhanced version = 0x%x)\n",
1398 } else if ((id
& 0x1f) == 0x1e) { /* CS4239 */
1399 chip
->hardware
= WSS_HW_CS4239
;
1406 snd_printk(KERN_WARNING
1407 "unknown CS4239 chip "
1408 "(enhanced version = 0x%x)\n",
1412 snd_printk(KERN_WARNING
1413 "unknown CS4236/CS423xB chip "
1414 "(enhanced version = 0x%x)\n", id
);
1418 return 0; /* all things are ok.. */
1425 static const struct snd_pcm_hardware snd_wss_playback
=
1427 .info
= (SNDRV_PCM_INFO_MMAP
| SNDRV_PCM_INFO_INTERLEAVED
|
1428 SNDRV_PCM_INFO_MMAP_VALID
|
1429 SNDRV_PCM_INFO_SYNC_START
),
1430 .formats
= (SNDRV_PCM_FMTBIT_MU_LAW
| SNDRV_PCM_FMTBIT_A_LAW
| SNDRV_PCM_FMTBIT_IMA_ADPCM
|
1431 SNDRV_PCM_FMTBIT_U8
| SNDRV_PCM_FMTBIT_S16_LE
| SNDRV_PCM_FMTBIT_S16_BE
),
1432 .rates
= SNDRV_PCM_RATE_KNOT
| SNDRV_PCM_RATE_8000_48000
,
1437 .buffer_bytes_max
= (128*1024),
1438 .period_bytes_min
= 64,
1439 .period_bytes_max
= (128*1024),
1441 .periods_max
= 1024,
1445 static const struct snd_pcm_hardware snd_wss_capture
=
1447 .info
= (SNDRV_PCM_INFO_MMAP
| SNDRV_PCM_INFO_INTERLEAVED
|
1448 SNDRV_PCM_INFO_MMAP_VALID
|
1449 SNDRV_PCM_INFO_RESUME
|
1450 SNDRV_PCM_INFO_SYNC_START
),
1451 .formats
= (SNDRV_PCM_FMTBIT_MU_LAW
| SNDRV_PCM_FMTBIT_A_LAW
| SNDRV_PCM_FMTBIT_IMA_ADPCM
|
1452 SNDRV_PCM_FMTBIT_U8
| SNDRV_PCM_FMTBIT_S16_LE
| SNDRV_PCM_FMTBIT_S16_BE
),
1453 .rates
= SNDRV_PCM_RATE_KNOT
| SNDRV_PCM_RATE_8000_48000
,
1458 .buffer_bytes_max
= (128*1024),
1459 .period_bytes_min
= 64,
1460 .period_bytes_max
= (128*1024),
1462 .periods_max
= 1024,
1470 static int snd_wss_playback_open(struct snd_pcm_substream
*substream
)
1472 struct snd_wss
*chip
= snd_pcm_substream_chip(substream
);
1473 struct snd_pcm_runtime
*runtime
= substream
->runtime
;
1476 runtime
->hw
= snd_wss_playback
;
1478 /* hardware limitation of older chipsets */
1479 if (chip
->hardware
& WSS_HW_AD1848_MASK
)
1480 runtime
->hw
.formats
&= ~(SNDRV_PCM_FMTBIT_IMA_ADPCM
|
1481 SNDRV_PCM_FMTBIT_S16_BE
);
1483 /* hardware bug in InterWave chipset */
1484 if (chip
->hardware
== WSS_HW_INTERWAVE
&& chip
->dma1
> 3)
1485 runtime
->hw
.formats
&= ~SNDRV_PCM_FMTBIT_MU_LAW
;
1487 /* hardware limitation of cheap chips */
1488 if (chip
->hardware
== WSS_HW_CS4235
||
1489 chip
->hardware
== WSS_HW_CS4239
)
1490 runtime
->hw
.formats
= SNDRV_PCM_FMTBIT_U8
| SNDRV_PCM_FMTBIT_S16_LE
;
1492 snd_pcm_limit_isa_dma_size(chip
->dma1
, &runtime
->hw
.buffer_bytes_max
);
1493 snd_pcm_limit_isa_dma_size(chip
->dma1
, &runtime
->hw
.period_bytes_max
);
1495 if (chip
->claim_dma
) {
1496 if ((err
= chip
->claim_dma(chip
, chip
->dma_private_data
, chip
->dma1
)) < 0)
1500 err
= snd_wss_open(chip
, WSS_MODE_PLAY
);
1502 if (chip
->release_dma
)
1503 chip
->release_dma(chip
, chip
->dma_private_data
, chip
->dma1
);
1506 chip
->playback_substream
= substream
;
1507 snd_pcm_set_sync(substream
);
1508 chip
->rate_constraint(runtime
);
1512 static int snd_wss_capture_open(struct snd_pcm_substream
*substream
)
1514 struct snd_wss
*chip
= snd_pcm_substream_chip(substream
);
1515 struct snd_pcm_runtime
*runtime
= substream
->runtime
;
1518 runtime
->hw
= snd_wss_capture
;
1520 /* hardware limitation of older chipsets */
1521 if (chip
->hardware
& WSS_HW_AD1848_MASK
)
1522 runtime
->hw
.formats
&= ~(SNDRV_PCM_FMTBIT_IMA_ADPCM
|
1523 SNDRV_PCM_FMTBIT_S16_BE
);
1525 /* hardware limitation of cheap chips */
1526 if (chip
->hardware
== WSS_HW_CS4235
||
1527 chip
->hardware
== WSS_HW_CS4239
||
1528 chip
->hardware
== WSS_HW_OPTI93X
)
1529 runtime
->hw
.formats
= SNDRV_PCM_FMTBIT_U8
|
1530 SNDRV_PCM_FMTBIT_S16_LE
;
1532 snd_pcm_limit_isa_dma_size(chip
->dma2
, &runtime
->hw
.buffer_bytes_max
);
1533 snd_pcm_limit_isa_dma_size(chip
->dma2
, &runtime
->hw
.period_bytes_max
);
1535 if (chip
->claim_dma
) {
1536 if ((err
= chip
->claim_dma(chip
, chip
->dma_private_data
, chip
->dma2
)) < 0)
1540 err
= snd_wss_open(chip
, WSS_MODE_RECORD
);
1542 if (chip
->release_dma
)
1543 chip
->release_dma(chip
, chip
->dma_private_data
, chip
->dma2
);
1546 chip
->capture_substream
= substream
;
1547 snd_pcm_set_sync(substream
);
1548 chip
->rate_constraint(runtime
);
1552 static int snd_wss_playback_close(struct snd_pcm_substream
*substream
)
1554 struct snd_wss
*chip
= snd_pcm_substream_chip(substream
);
1556 chip
->playback_substream
= NULL
;
1557 snd_wss_close(chip
, WSS_MODE_PLAY
);
1561 static int snd_wss_capture_close(struct snd_pcm_substream
*substream
)
1563 struct snd_wss
*chip
= snd_pcm_substream_chip(substream
);
1565 chip
->capture_substream
= NULL
;
1566 snd_wss_close(chip
, WSS_MODE_RECORD
);
1570 static void snd_wss_thinkpad_twiddle(struct snd_wss
*chip
, int on
)
1574 if (!chip
->thinkpad_flag
)
1577 outb(0x1c, AD1848_THINKPAD_CTL_PORT1
);
1578 tmp
= inb(AD1848_THINKPAD_CTL_PORT2
);
1582 tmp
|= AD1848_THINKPAD_CS4248_ENABLE_BIT
;
1585 tmp
&= ~AD1848_THINKPAD_CS4248_ENABLE_BIT
;
1587 outb(tmp
, AD1848_THINKPAD_CTL_PORT2
);
1592 /* lowlevel suspend callback for CS4231 */
1593 static void snd_wss_suspend(struct snd_wss
*chip
)
1596 unsigned long flags
;
1598 spin_lock_irqsave(&chip
->reg_lock
, flags
);
1599 for (reg
= 0; reg
< 32; reg
++)
1600 chip
->image
[reg
] = snd_wss_in(chip
, reg
);
1601 spin_unlock_irqrestore(&chip
->reg_lock
, flags
);
1602 if (chip
->thinkpad_flag
)
1603 snd_wss_thinkpad_twiddle(chip
, 0);
1606 /* lowlevel resume callback for CS4231 */
1607 static void snd_wss_resume(struct snd_wss
*chip
)
1610 unsigned long flags
;
1613 if (chip
->thinkpad_flag
)
1614 snd_wss_thinkpad_twiddle(chip
, 1);
1615 snd_wss_mce_up(chip
);
1616 spin_lock_irqsave(&chip
->reg_lock
, flags
);
1617 for (reg
= 0; reg
< 32; reg
++) {
1619 case CS4231_VERSION
:
1622 snd_wss_out(chip
, reg
, chip
->image
[reg
]);
1626 /* Yamaha needs this to resume properly */
1627 if (chip
->hardware
== WSS_HW_OPL3SA2
)
1628 snd_wss_out(chip
, CS4231_PLAYBK_FORMAT
,
1629 chip
->image
[CS4231_PLAYBK_FORMAT
]);
1630 spin_unlock_irqrestore(&chip
->reg_lock
, flags
);
1632 snd_wss_mce_down(chip
);
1634 /* The following is a workaround to avoid freeze after resume on TP600E.
1635 This is the first half of copy of snd_wss_mce_down(), but doesn't
1636 include rescheduling. -- iwai
1638 snd_wss_busy_wait(chip
);
1639 spin_lock_irqsave(&chip
->reg_lock
, flags
);
1640 chip
->mce_bit
&= ~CS4231_MCE
;
1641 timeout
= wss_inb(chip
, CS4231P(REGSEL
));
1642 wss_outb(chip
, CS4231P(REGSEL
), chip
->mce_bit
| (timeout
& 0x1f));
1643 spin_unlock_irqrestore(&chip
->reg_lock
, flags
);
1644 if (timeout
== 0x80)
1645 snd_printk(KERN_ERR
"down [0x%lx]: serious init problem "
1646 "- codec still busy\n", chip
->port
);
1647 if ((timeout
& CS4231_MCE
) == 0 ||
1648 !(chip
->hardware
& (WSS_HW_CS4231_MASK
| WSS_HW_CS4232_MASK
))) {
1651 snd_wss_busy_wait(chip
);
1654 #endif /* CONFIG_PM */
1656 static int snd_wss_free(struct snd_wss
*chip
)
1658 release_and_free_resource(chip
->res_port
);
1659 release_and_free_resource(chip
->res_cport
);
1660 if (chip
->irq
>= 0) {
1661 disable_irq(chip
->irq
);
1662 if (!(chip
->hwshare
& WSS_HWSHARE_IRQ
))
1663 free_irq(chip
->irq
, (void *) chip
);
1665 if (!(chip
->hwshare
& WSS_HWSHARE_DMA1
) && chip
->dma1
>= 0) {
1666 snd_dma_disable(chip
->dma1
);
1667 free_dma(chip
->dma1
);
1669 if (!(chip
->hwshare
& WSS_HWSHARE_DMA2
) &&
1670 chip
->dma2
>= 0 && chip
->dma2
!= chip
->dma1
) {
1671 snd_dma_disable(chip
->dma2
);
1672 free_dma(chip
->dma2
);
1675 snd_device_free(chip
->card
, chip
->timer
);
1680 static int snd_wss_dev_free(struct snd_device
*device
)
1682 struct snd_wss
*chip
= device
->device_data
;
1683 return snd_wss_free(chip
);
1686 const char *snd_wss_chip_id(struct snd_wss
*chip
)
1688 switch (chip
->hardware
) {
1691 case WSS_HW_CS4231A
:
1695 case WSS_HW_CS4232A
:
1701 case WSS_HW_CS4236B
:
1703 case WSS_HW_CS4237B
:
1705 case WSS_HW_CS4238B
:
1709 case WSS_HW_INTERWAVE
:
1710 return "AMD InterWave";
1711 case WSS_HW_OPL3SA2
:
1712 return chip
->card
->shortname
;
1715 case WSS_HW_OPTI93X
:
1723 case WSS_HW_CMI8330
:
1724 return "CMI8330/C3D";
1729 EXPORT_SYMBOL(snd_wss_chip_id
);
1731 static int snd_wss_new(struct snd_card
*card
,
1732 unsigned short hardware
,
1733 unsigned short hwshare
,
1734 struct snd_wss
**rchip
)
1736 struct snd_wss
*chip
;
1739 chip
= kzalloc(sizeof(*chip
), GFP_KERNEL
);
1742 chip
->hardware
= hardware
;
1743 chip
->hwshare
= hwshare
;
1745 spin_lock_init(&chip
->reg_lock
);
1746 mutex_init(&chip
->mce_mutex
);
1747 mutex_init(&chip
->open_mutex
);
1749 chip
->rate_constraint
= snd_wss_xrate
;
1750 chip
->set_playback_format
= snd_wss_playback_format
;
1751 chip
->set_capture_format
= snd_wss_capture_format
;
1752 if (chip
->hardware
== WSS_HW_OPTI93X
)
1753 memcpy(&chip
->image
, &snd_opti93x_original_image
,
1754 sizeof(snd_opti93x_original_image
));
1756 memcpy(&chip
->image
, &snd_wss_original_image
,
1757 sizeof(snd_wss_original_image
));
1758 if (chip
->hardware
& WSS_HW_AD1848_MASK
) {
1759 chip
->image
[CS4231_PIN_CTRL
] = 0;
1760 chip
->image
[CS4231_TEST_INIT
] = 0;
1767 int snd_wss_create(struct snd_card
*card
,
1769 unsigned long cport
,
1770 int irq
, int dma1
, int dma2
,
1771 unsigned short hardware
,
1772 unsigned short hwshare
,
1773 struct snd_wss
**rchip
)
1775 static const struct snd_device_ops ops
= {
1776 .dev_free
= snd_wss_dev_free
,
1778 struct snd_wss
*chip
;
1781 err
= snd_wss_new(card
, hardware
, hwshare
, &chip
);
1789 chip
->res_port
= request_region(port
, 4, "WSS");
1790 if (!chip
->res_port
) {
1791 snd_printk(KERN_ERR
"wss: can't grab port 0x%lx\n", port
);
1796 if ((long)cport
>= 0) {
1797 chip
->res_cport
= request_region(cport
, 8, "CS4232 Control");
1798 if (!chip
->res_cport
) {
1800 "wss: can't grab control port 0x%lx\n", cport
);
1805 chip
->cport
= cport
;
1806 if (!(hwshare
& WSS_HWSHARE_IRQ
))
1807 if (request_irq(irq
, snd_wss_interrupt
, 0,
1808 "WSS", (void *) chip
)) {
1809 snd_printk(KERN_ERR
"wss: can't grab IRQ %d\n", irq
);
1814 card
->sync_irq
= chip
->irq
;
1815 if (!(hwshare
& WSS_HWSHARE_DMA1
) && request_dma(dma1
, "WSS - 1")) {
1816 snd_printk(KERN_ERR
"wss: can't grab DMA1 %d\n", dma1
);
1821 if (!(hwshare
& WSS_HWSHARE_DMA2
) && dma1
!= dma2
&&
1822 dma2
>= 0 && request_dma(dma2
, "WSS - 2")) {
1823 snd_printk(KERN_ERR
"wss: can't grab DMA2 %d\n", dma2
);
1827 if (dma1
== dma2
|| dma2
< 0) {
1828 chip
->single_dma
= 1;
1829 chip
->dma2
= chip
->dma1
;
1833 if (hardware
== WSS_HW_THINKPAD
) {
1834 chip
->thinkpad_flag
= 1;
1835 chip
->hardware
= WSS_HW_DETECT
; /* reset */
1836 snd_wss_thinkpad_twiddle(chip
, 1);
1840 if (snd_wss_probe(chip
) < 0) {
1847 if (chip
->hardware
& WSS_HW_CS4232_MASK
) {
1848 if (chip
->res_cport
== NULL
)
1849 snd_printk(KERN_ERR
"CS4232 control port features are "
1850 "not accessible\n");
1854 /* Register device */
1855 err
= snd_device_new(card
, SNDRV_DEV_LOWLEVEL
, chip
, &ops
);
1862 /* Power Management */
1863 chip
->suspend
= snd_wss_suspend
;
1864 chip
->resume
= snd_wss_resume
;
1870 EXPORT_SYMBOL(snd_wss_create
);
1872 static const struct snd_pcm_ops snd_wss_playback_ops
= {
1873 .open
= snd_wss_playback_open
,
1874 .close
= snd_wss_playback_close
,
1875 .hw_params
= snd_wss_playback_hw_params
,
1876 .prepare
= snd_wss_playback_prepare
,
1877 .trigger
= snd_wss_trigger
,
1878 .pointer
= snd_wss_playback_pointer
,
1881 static const struct snd_pcm_ops snd_wss_capture_ops
= {
1882 .open
= snd_wss_capture_open
,
1883 .close
= snd_wss_capture_close
,
1884 .hw_params
= snd_wss_capture_hw_params
,
1885 .prepare
= snd_wss_capture_prepare
,
1886 .trigger
= snd_wss_trigger
,
1887 .pointer
= snd_wss_capture_pointer
,
1890 int snd_wss_pcm(struct snd_wss
*chip
, int device
)
1892 struct snd_pcm
*pcm
;
1895 err
= snd_pcm_new(chip
->card
, "WSS", device
, 1, 1, &pcm
);
1899 snd_pcm_set_ops(pcm
, SNDRV_PCM_STREAM_PLAYBACK
, &snd_wss_playback_ops
);
1900 snd_pcm_set_ops(pcm
, SNDRV_PCM_STREAM_CAPTURE
, &snd_wss_capture_ops
);
1903 pcm
->private_data
= chip
;
1904 pcm
->info_flags
= 0;
1905 if (chip
->single_dma
)
1906 pcm
->info_flags
|= SNDRV_PCM_INFO_HALF_DUPLEX
;
1907 if (chip
->hardware
!= WSS_HW_INTERWAVE
)
1908 pcm
->info_flags
|= SNDRV_PCM_INFO_JOINT_DUPLEX
;
1909 strcpy(pcm
->name
, snd_wss_chip_id(chip
));
1911 snd_pcm_set_managed_buffer_all(pcm
, SNDRV_DMA_TYPE_DEV
, chip
->card
->dev
,
1912 64*1024, chip
->dma1
> 3 || chip
->dma2
> 3 ? 128*1024 : 64*1024);
1917 EXPORT_SYMBOL(snd_wss_pcm
);
1919 static void snd_wss_timer_free(struct snd_timer
*timer
)
1921 struct snd_wss
*chip
= timer
->private_data
;
1925 int snd_wss_timer(struct snd_wss
*chip
, int device
)
1927 struct snd_timer
*timer
;
1928 struct snd_timer_id tid
;
1931 /* Timer initialization */
1932 tid
.dev_class
= SNDRV_TIMER_CLASS_CARD
;
1933 tid
.dev_sclass
= SNDRV_TIMER_SCLASS_NONE
;
1934 tid
.card
= chip
->card
->number
;
1935 tid
.device
= device
;
1937 if ((err
= snd_timer_new(chip
->card
, "CS4231", &tid
, &timer
)) < 0)
1939 strcpy(timer
->name
, snd_wss_chip_id(chip
));
1940 timer
->private_data
= chip
;
1941 timer
->private_free
= snd_wss_timer_free
;
1942 timer
->hw
= snd_wss_timer_table
;
1943 chip
->timer
= timer
;
1946 EXPORT_SYMBOL(snd_wss_timer
);
1952 static int snd_wss_info_mux(struct snd_kcontrol
*kcontrol
,
1953 struct snd_ctl_elem_info
*uinfo
)
1955 static const char * const texts
[4] = {
1956 "Line", "Aux", "Mic", "Mix"
1958 static const char * const opl3sa_texts
[4] = {
1959 "Line", "CD", "Mic", "Mix"
1961 static const char * const gusmax_texts
[4] = {
1962 "Line", "Synth", "Mic", "Mix"
1964 const char * const *ptexts
= texts
;
1965 struct snd_wss
*chip
= snd_kcontrol_chip(kcontrol
);
1967 if (snd_BUG_ON(!chip
->card
))
1969 if (!strcmp(chip
->card
->driver
, "GUS MAX"))
1970 ptexts
= gusmax_texts
;
1971 switch (chip
->hardware
) {
1972 case WSS_HW_INTERWAVE
:
1973 ptexts
= gusmax_texts
;
1975 case WSS_HW_OPTI93X
:
1976 case WSS_HW_OPL3SA2
:
1977 ptexts
= opl3sa_texts
;
1980 return snd_ctl_enum_info(uinfo
, 2, 4, ptexts
);
1983 static int snd_wss_get_mux(struct snd_kcontrol
*kcontrol
,
1984 struct snd_ctl_elem_value
*ucontrol
)
1986 struct snd_wss
*chip
= snd_kcontrol_chip(kcontrol
);
1987 unsigned long flags
;
1989 spin_lock_irqsave(&chip
->reg_lock
, flags
);
1990 ucontrol
->value
.enumerated
.item
[0] = (chip
->image
[CS4231_LEFT_INPUT
] & CS4231_MIXS_ALL
) >> 6;
1991 ucontrol
->value
.enumerated
.item
[1] = (chip
->image
[CS4231_RIGHT_INPUT
] & CS4231_MIXS_ALL
) >> 6;
1992 spin_unlock_irqrestore(&chip
->reg_lock
, flags
);
1996 static int snd_wss_put_mux(struct snd_kcontrol
*kcontrol
,
1997 struct snd_ctl_elem_value
*ucontrol
)
1999 struct snd_wss
*chip
= snd_kcontrol_chip(kcontrol
);
2000 unsigned long flags
;
2001 unsigned short left
, right
;
2004 if (ucontrol
->value
.enumerated
.item
[0] > 3 ||
2005 ucontrol
->value
.enumerated
.item
[1] > 3)
2007 left
= ucontrol
->value
.enumerated
.item
[0] << 6;
2008 right
= ucontrol
->value
.enumerated
.item
[1] << 6;
2009 spin_lock_irqsave(&chip
->reg_lock
, flags
);
2010 left
= (chip
->image
[CS4231_LEFT_INPUT
] & ~CS4231_MIXS_ALL
) | left
;
2011 right
= (chip
->image
[CS4231_RIGHT_INPUT
] & ~CS4231_MIXS_ALL
) | right
;
2012 change
= left
!= chip
->image
[CS4231_LEFT_INPUT
] ||
2013 right
!= chip
->image
[CS4231_RIGHT_INPUT
];
2014 snd_wss_out(chip
, CS4231_LEFT_INPUT
, left
);
2015 snd_wss_out(chip
, CS4231_RIGHT_INPUT
, right
);
2016 spin_unlock_irqrestore(&chip
->reg_lock
, flags
);
2020 int snd_wss_info_single(struct snd_kcontrol
*kcontrol
,
2021 struct snd_ctl_elem_info
*uinfo
)
2023 int mask
= (kcontrol
->private_value
>> 16) & 0xff;
2025 uinfo
->type
= mask
== 1 ? SNDRV_CTL_ELEM_TYPE_BOOLEAN
: SNDRV_CTL_ELEM_TYPE_INTEGER
;
2027 uinfo
->value
.integer
.min
= 0;
2028 uinfo
->value
.integer
.max
= mask
;
2031 EXPORT_SYMBOL(snd_wss_info_single
);
2033 int snd_wss_get_single(struct snd_kcontrol
*kcontrol
,
2034 struct snd_ctl_elem_value
*ucontrol
)
2036 struct snd_wss
*chip
= snd_kcontrol_chip(kcontrol
);
2037 unsigned long flags
;
2038 int reg
= kcontrol
->private_value
& 0xff;
2039 int shift
= (kcontrol
->private_value
>> 8) & 0xff;
2040 int mask
= (kcontrol
->private_value
>> 16) & 0xff;
2041 int invert
= (kcontrol
->private_value
>> 24) & 0xff;
2043 spin_lock_irqsave(&chip
->reg_lock
, flags
);
2044 ucontrol
->value
.integer
.value
[0] = (chip
->image
[reg
] >> shift
) & mask
;
2045 spin_unlock_irqrestore(&chip
->reg_lock
, flags
);
2047 ucontrol
->value
.integer
.value
[0] = mask
- ucontrol
->value
.integer
.value
[0];
2050 EXPORT_SYMBOL(snd_wss_get_single
);
2052 int snd_wss_put_single(struct snd_kcontrol
*kcontrol
,
2053 struct snd_ctl_elem_value
*ucontrol
)
2055 struct snd_wss
*chip
= snd_kcontrol_chip(kcontrol
);
2056 unsigned long flags
;
2057 int reg
= kcontrol
->private_value
& 0xff;
2058 int shift
= (kcontrol
->private_value
>> 8) & 0xff;
2059 int mask
= (kcontrol
->private_value
>> 16) & 0xff;
2060 int invert
= (kcontrol
->private_value
>> 24) & 0xff;
2064 val
= (ucontrol
->value
.integer
.value
[0] & mask
);
2068 spin_lock_irqsave(&chip
->reg_lock
, flags
);
2069 val
= (chip
->image
[reg
] & ~(mask
<< shift
)) | val
;
2070 change
= val
!= chip
->image
[reg
];
2071 snd_wss_out(chip
, reg
, val
);
2072 spin_unlock_irqrestore(&chip
->reg_lock
, flags
);
2075 EXPORT_SYMBOL(snd_wss_put_single
);
2077 int snd_wss_info_double(struct snd_kcontrol
*kcontrol
,
2078 struct snd_ctl_elem_info
*uinfo
)
2080 int mask
= (kcontrol
->private_value
>> 24) & 0xff;
2082 uinfo
->type
= mask
== 1 ? SNDRV_CTL_ELEM_TYPE_BOOLEAN
: SNDRV_CTL_ELEM_TYPE_INTEGER
;
2084 uinfo
->value
.integer
.min
= 0;
2085 uinfo
->value
.integer
.max
= mask
;
2088 EXPORT_SYMBOL(snd_wss_info_double
);
2090 int snd_wss_get_double(struct snd_kcontrol
*kcontrol
,
2091 struct snd_ctl_elem_value
*ucontrol
)
2093 struct snd_wss
*chip
= snd_kcontrol_chip(kcontrol
);
2094 unsigned long flags
;
2095 int left_reg
= kcontrol
->private_value
& 0xff;
2096 int right_reg
= (kcontrol
->private_value
>> 8) & 0xff;
2097 int shift_left
= (kcontrol
->private_value
>> 16) & 0x07;
2098 int shift_right
= (kcontrol
->private_value
>> 19) & 0x07;
2099 int mask
= (kcontrol
->private_value
>> 24) & 0xff;
2100 int invert
= (kcontrol
->private_value
>> 22) & 1;
2102 spin_lock_irqsave(&chip
->reg_lock
, flags
);
2103 ucontrol
->value
.integer
.value
[0] = (chip
->image
[left_reg
] >> shift_left
) & mask
;
2104 ucontrol
->value
.integer
.value
[1] = (chip
->image
[right_reg
] >> shift_right
) & mask
;
2105 spin_unlock_irqrestore(&chip
->reg_lock
, flags
);
2107 ucontrol
->value
.integer
.value
[0] = mask
- ucontrol
->value
.integer
.value
[0];
2108 ucontrol
->value
.integer
.value
[1] = mask
- ucontrol
->value
.integer
.value
[1];
2112 EXPORT_SYMBOL(snd_wss_get_double
);
2114 int snd_wss_put_double(struct snd_kcontrol
*kcontrol
,
2115 struct snd_ctl_elem_value
*ucontrol
)
2117 struct snd_wss
*chip
= snd_kcontrol_chip(kcontrol
);
2118 unsigned long flags
;
2119 int left_reg
= kcontrol
->private_value
& 0xff;
2120 int right_reg
= (kcontrol
->private_value
>> 8) & 0xff;
2121 int shift_left
= (kcontrol
->private_value
>> 16) & 0x07;
2122 int shift_right
= (kcontrol
->private_value
>> 19) & 0x07;
2123 int mask
= (kcontrol
->private_value
>> 24) & 0xff;
2124 int invert
= (kcontrol
->private_value
>> 22) & 1;
2126 unsigned short val1
, val2
;
2128 val1
= ucontrol
->value
.integer
.value
[0] & mask
;
2129 val2
= ucontrol
->value
.integer
.value
[1] & mask
;
2134 val1
<<= shift_left
;
2135 val2
<<= shift_right
;
2136 spin_lock_irqsave(&chip
->reg_lock
, flags
);
2137 if (left_reg
!= right_reg
) {
2138 val1
= (chip
->image
[left_reg
] & ~(mask
<< shift_left
)) | val1
;
2139 val2
= (chip
->image
[right_reg
] & ~(mask
<< shift_right
)) | val2
;
2140 change
= val1
!= chip
->image
[left_reg
] ||
2141 val2
!= chip
->image
[right_reg
];
2142 snd_wss_out(chip
, left_reg
, val1
);
2143 snd_wss_out(chip
, right_reg
, val2
);
2145 mask
= (mask
<< shift_left
) | (mask
<< shift_right
);
2146 val1
= (chip
->image
[left_reg
] & ~mask
) | val1
| val2
;
2147 change
= val1
!= chip
->image
[left_reg
];
2148 snd_wss_out(chip
, left_reg
, val1
);
2150 spin_unlock_irqrestore(&chip
->reg_lock
, flags
);
2153 EXPORT_SYMBOL(snd_wss_put_double
);
2155 static const DECLARE_TLV_DB_SCALE(db_scale_6bit
, -9450, 150, 0);
2156 static const DECLARE_TLV_DB_SCALE(db_scale_5bit_12db_max
, -3450, 150, 0);
2157 static const DECLARE_TLV_DB_SCALE(db_scale_rec_gain
, 0, 150, 0);
2158 static const DECLARE_TLV_DB_SCALE(db_scale_4bit
, -4500, 300, 0);
2160 static const struct snd_kcontrol_new snd_wss_controls
[] = {
2161 WSS_DOUBLE("PCM Playback Switch", 0,
2162 CS4231_LEFT_OUTPUT
, CS4231_RIGHT_OUTPUT
, 7, 7, 1, 1),
2163 WSS_DOUBLE_TLV("PCM Playback Volume", 0,
2164 CS4231_LEFT_OUTPUT
, CS4231_RIGHT_OUTPUT
, 0, 0, 63, 1,
2166 WSS_DOUBLE("Aux Playback Switch", 0,
2167 CS4231_AUX1_LEFT_INPUT
, CS4231_AUX1_RIGHT_INPUT
, 7, 7, 1, 1),
2168 WSS_DOUBLE_TLV("Aux Playback Volume", 0,
2169 CS4231_AUX1_LEFT_INPUT
, CS4231_AUX1_RIGHT_INPUT
, 0, 0, 31, 1,
2170 db_scale_5bit_12db_max
),
2171 WSS_DOUBLE("Aux Playback Switch", 1,
2172 CS4231_AUX2_LEFT_INPUT
, CS4231_AUX2_RIGHT_INPUT
, 7, 7, 1, 1),
2173 WSS_DOUBLE_TLV("Aux Playback Volume", 1,
2174 CS4231_AUX2_LEFT_INPUT
, CS4231_AUX2_RIGHT_INPUT
, 0, 0, 31, 1,
2175 db_scale_5bit_12db_max
),
2176 WSS_DOUBLE_TLV("Capture Volume", 0, CS4231_LEFT_INPUT
, CS4231_RIGHT_INPUT
,
2177 0, 0, 15, 0, db_scale_rec_gain
),
2179 .iface
= SNDRV_CTL_ELEM_IFACE_MIXER
,
2180 .name
= "Capture Source",
2181 .info
= snd_wss_info_mux
,
2182 .get
= snd_wss_get_mux
,
2183 .put
= snd_wss_put_mux
,
2185 WSS_DOUBLE("Mic Boost (+20dB)", 0,
2186 CS4231_LEFT_INPUT
, CS4231_RIGHT_INPUT
, 5, 5, 1, 0),
2187 WSS_SINGLE("Loopback Capture Switch", 0,
2188 CS4231_LOOPBACK
, 0, 1, 0),
2189 WSS_SINGLE_TLV("Loopback Capture Volume", 0, CS4231_LOOPBACK
, 2, 63, 1,
2191 WSS_DOUBLE("Line Playback Switch", 0,
2192 CS4231_LEFT_LINE_IN
, CS4231_RIGHT_LINE_IN
, 7, 7, 1, 1),
2193 WSS_DOUBLE_TLV("Line Playback Volume", 0,
2194 CS4231_LEFT_LINE_IN
, CS4231_RIGHT_LINE_IN
, 0, 0, 31, 1,
2195 db_scale_5bit_12db_max
),
2196 WSS_SINGLE("Beep Playback Switch", 0,
2197 CS4231_MONO_CTRL
, 7, 1, 1),
2198 WSS_SINGLE_TLV("Beep Playback Volume", 0,
2199 CS4231_MONO_CTRL
, 0, 15, 1,
2201 WSS_SINGLE("Mono Output Playback Switch", 0,
2202 CS4231_MONO_CTRL
, 6, 1, 1),
2203 WSS_SINGLE("Beep Bypass Playback Switch", 0,
2204 CS4231_MONO_CTRL
, 5, 1, 0),
2207 int snd_wss_mixer(struct snd_wss
*chip
)
2209 struct snd_card
*card
;
2212 int count
= ARRAY_SIZE(snd_wss_controls
);
2214 if (snd_BUG_ON(!chip
|| !chip
->pcm
))
2219 strcpy(card
->mixername
, chip
->pcm
->name
);
2221 /* Use only the first 11 entries on AD1848 */
2222 if (chip
->hardware
& WSS_HW_AD1848_MASK
)
2224 /* There is no loopback on OPTI93X */
2225 else if (chip
->hardware
== WSS_HW_OPTI93X
)
2228 for (idx
= 0; idx
< count
; idx
++) {
2229 err
= snd_ctl_add(card
,
2230 snd_ctl_new1(&snd_wss_controls
[idx
],
2237 EXPORT_SYMBOL(snd_wss_mixer
);
2239 const struct snd_pcm_ops
*snd_wss_get_pcm_ops(int direction
)
2241 return direction
== SNDRV_PCM_STREAM_PLAYBACK
?
2242 &snd_wss_playback_ops
: &snd_wss_capture_ops
;
2244 EXPORT_SYMBOL(snd_wss_get_pcm_ops
);