2 * wm9081.c -- WM9081 ALSA SoC Audio driver
6 * Copyright 2009 Wolfson Microelectronics plc
8 * This program is free software; you can redistribute it and/or modify
9 * it under the terms of the GNU General Public License version 2 as
10 * published by the Free Software Foundation.
14 #include <linux/module.h>
15 #include <linux/moduleparam.h>
16 #include <linux/init.h>
17 #include <linux/delay.h>
19 #include <linux/i2c.h>
20 #include <linux/platform_device.h>
21 #include <linux/slab.h>
22 #include <sound/core.h>
23 #include <sound/pcm.h>
24 #include <sound/pcm_params.h>
25 #include <sound/soc.h>
26 #include <sound/initval.h>
27 #include <sound/tlv.h>
29 #include <sound/wm9081.h>
32 static u16 wm9081_reg_defaults
[] = {
33 0x0000, /* R0 - Software Reset */
35 0x00B9, /* R2 - Analogue Lineout */
36 0x00B9, /* R3 - Analogue Speaker PGA */
37 0x0001, /* R4 - VMID Control */
38 0x0068, /* R5 - Bias Control 1 */
40 0x0000, /* R7 - Analogue Mixer */
41 0x0000, /* R8 - Anti Pop Control */
42 0x01DB, /* R9 - Analogue Speaker 1 */
43 0x0018, /* R10 - Analogue Speaker 2 */
44 0x0180, /* R11 - Power Management */
45 0x0000, /* R12 - Clock Control 1 */
46 0x0038, /* R13 - Clock Control 2 */
47 0x4000, /* R14 - Clock Control 3 */
49 0x0000, /* R16 - FLL Control 1 */
50 0x0200, /* R17 - FLL Control 2 */
51 0x0000, /* R18 - FLL Control 3 */
52 0x0204, /* R19 - FLL Control 4 */
53 0x0000, /* R20 - FLL Control 5 */
55 0x0000, /* R22 - Audio Interface 1 */
56 0x0002, /* R23 - Audio Interface 2 */
57 0x0008, /* R24 - Audio Interface 3 */
58 0x0022, /* R25 - Audio Interface 4 */
59 0x0000, /* R26 - Interrupt Status */
60 0x0006, /* R27 - Interrupt Status Mask */
61 0x0000, /* R28 - Interrupt Polarity */
62 0x0000, /* R29 - Interrupt Control */
63 0x00C0, /* R30 - DAC Digital 1 */
64 0x0008, /* R31 - DAC Digital 2 */
65 0x09AF, /* R32 - DRC 1 */
66 0x4201, /* R33 - DRC 2 */
67 0x0000, /* R34 - DRC 3 */
68 0x0000, /* R35 - DRC 4 */
71 0x0000, /* R38 - Write Sequencer 1 */
72 0x0000, /* R39 - Write Sequencer 2 */
73 0x0002, /* R40 - MW Slave 1 */
75 0x0000, /* R42 - EQ 1 */
76 0x0000, /* R43 - EQ 2 */
77 0x0FCA, /* R44 - EQ 3 */
78 0x0400, /* R45 - EQ 4 */
79 0x00B8, /* R46 - EQ 5 */
80 0x1EB5, /* R47 - EQ 6 */
81 0xF145, /* R48 - EQ 7 */
82 0x0B75, /* R49 - EQ 8 */
83 0x01C5, /* R50 - EQ 9 */
84 0x169E, /* R51 - EQ 10 */
85 0xF829, /* R52 - EQ 11 */
86 0x07AD, /* R53 - EQ 12 */
87 0x1103, /* R54 - EQ 13 */
88 0x1C58, /* R55 - EQ 14 */
89 0xF373, /* R56 - EQ 15 */
90 0x0A54, /* R57 - EQ 16 */
91 0x0558, /* R58 - EQ 17 */
92 0x0564, /* R59 - EQ 18 */
93 0x0559, /* R60 - EQ 19 */
94 0x4000, /* R61 - EQ 20 */
100 } clk_sys_rates
[] = {
131 int div
; /* *10 due to .5s */
158 enum snd_soc_control_type control_type
;
169 struct wm9081_retune_mobile_config
*retune
;
172 static int wm9081_volatile_register(unsigned int reg
)
175 case WM9081_SOFTWARE_RESET
:
182 static int wm9081_reset(struct snd_soc_codec
*codec
)
184 return snd_soc_write(codec
, WM9081_SOFTWARE_RESET
, 0);
187 static const DECLARE_TLV_DB_SCALE(drc_in_tlv
, -4500, 75, 0);
188 static const DECLARE_TLV_DB_SCALE(drc_out_tlv
, -2250, 75, 0);
189 static const DECLARE_TLV_DB_SCALE(drc_min_tlv
, -1800, 600, 0);
190 static unsigned int drc_max_tlv
[] = {
191 TLV_DB_RANGE_HEAD(4),
192 0, 0, TLV_DB_SCALE_ITEM(1200, 0, 0),
193 1, 1, TLV_DB_SCALE_ITEM(1800, 0, 0),
194 2, 2, TLV_DB_SCALE_ITEM(2400, 0, 0),
195 3, 3, TLV_DB_SCALE_ITEM(3600, 0, 0),
197 static const DECLARE_TLV_DB_SCALE(drc_qr_tlv
, 1200, 600, 0);
198 static const DECLARE_TLV_DB_SCALE(drc_startup_tlv
, -300, 50, 0);
200 static const DECLARE_TLV_DB_SCALE(eq_tlv
, -1200, 100, 0);
202 static const DECLARE_TLV_DB_SCALE(in_tlv
, -600, 600, 0);
203 static const DECLARE_TLV_DB_SCALE(dac_tlv
, -7200, 75, 1);
204 static const DECLARE_TLV_DB_SCALE(out_tlv
, -5700, 100, 0);
206 static const char *drc_high_text
[] = {
215 static const struct soc_enum drc_high
=
216 SOC_ENUM_SINGLE(WM9081_DRC_3
, 3, 6, drc_high_text
);
218 static const char *drc_low_text
[] = {
226 static const struct soc_enum drc_low
=
227 SOC_ENUM_SINGLE(WM9081_DRC_3
, 0, 5, drc_low_text
);
229 static const char *drc_atk_text
[] = {
244 static const struct soc_enum drc_atk
=
245 SOC_ENUM_SINGLE(WM9081_DRC_2
, 12, 12, drc_atk_text
);
247 static const char *drc_dcy_text
[] = {
259 static const struct soc_enum drc_dcy
=
260 SOC_ENUM_SINGLE(WM9081_DRC_2
, 8, 9, drc_dcy_text
);
262 static const char *drc_qr_dcy_text
[] = {
268 static const struct soc_enum drc_qr_dcy
=
269 SOC_ENUM_SINGLE(WM9081_DRC_2
, 4, 3, drc_qr_dcy_text
);
271 static const char *dac_deemph_text
[] = {
278 static const struct soc_enum dac_deemph
=
279 SOC_ENUM_SINGLE(WM9081_DAC_DIGITAL_2
, 1, 4, dac_deemph_text
);
281 static const char *speaker_mode_text
[] = {
286 static const struct soc_enum speaker_mode
=
287 SOC_ENUM_SINGLE(WM9081_ANALOGUE_SPEAKER_2
, 6, 2, speaker_mode_text
);
289 static int speaker_mode_get(struct snd_kcontrol
*kcontrol
,
290 struct snd_ctl_elem_value
*ucontrol
)
292 struct snd_soc_codec
*codec
= snd_kcontrol_chip(kcontrol
);
295 reg
= snd_soc_read(codec
, WM9081_ANALOGUE_SPEAKER_2
);
296 if (reg
& WM9081_SPK_MODE
)
297 ucontrol
->value
.integer
.value
[0] = 1;
299 ucontrol
->value
.integer
.value
[0] = 0;
305 * Stop any attempts to change speaker mode while the speaker is enabled.
307 * We also have some special anti-pop controls dependant on speaker
308 * mode which must be changed along with the mode.
310 static int speaker_mode_put(struct snd_kcontrol
*kcontrol
,
311 struct snd_ctl_elem_value
*ucontrol
)
313 struct snd_soc_codec
*codec
= snd_kcontrol_chip(kcontrol
);
314 unsigned int reg_pwr
= snd_soc_read(codec
, WM9081_POWER_MANAGEMENT
);
315 unsigned int reg2
= snd_soc_read(codec
, WM9081_ANALOGUE_SPEAKER_2
);
317 /* Are we changing anything? */
318 if (ucontrol
->value
.integer
.value
[0] ==
319 ((reg2
& WM9081_SPK_MODE
) != 0))
322 /* Don't try to change modes while enabled */
323 if (reg_pwr
& WM9081_SPK_ENA
)
326 if (ucontrol
->value
.integer
.value
[0]) {
328 reg2
&= ~(WM9081_SPK_INV_MUTE
| WM9081_OUT_SPK_CTRL
);
329 reg2
|= WM9081_SPK_MODE
;
332 reg2
|= WM9081_SPK_INV_MUTE
| WM9081_OUT_SPK_CTRL
;
333 reg2
&= ~WM9081_SPK_MODE
;
336 snd_soc_write(codec
, WM9081_ANALOGUE_SPEAKER_2
, reg2
);
341 static const struct snd_kcontrol_new wm9081_snd_controls
[] = {
342 SOC_SINGLE_TLV("IN1 Volume", WM9081_ANALOGUE_MIXER
, 1, 1, 1, in_tlv
),
343 SOC_SINGLE_TLV("IN2 Volume", WM9081_ANALOGUE_MIXER
, 3, 1, 1, in_tlv
),
345 SOC_SINGLE_TLV("Playback Volume", WM9081_DAC_DIGITAL_1
, 1, 96, 0, dac_tlv
),
347 SOC_SINGLE("LINEOUT Switch", WM9081_ANALOGUE_LINEOUT
, 7, 1, 1),
348 SOC_SINGLE("LINEOUT ZC Switch", WM9081_ANALOGUE_LINEOUT
, 6, 1, 0),
349 SOC_SINGLE_TLV("LINEOUT Volume", WM9081_ANALOGUE_LINEOUT
, 0, 63, 0, out_tlv
),
351 SOC_SINGLE("DRC Switch", WM9081_DRC_1
, 15, 1, 0),
352 SOC_ENUM("DRC High Slope", drc_high
),
353 SOC_ENUM("DRC Low Slope", drc_low
),
354 SOC_SINGLE_TLV("DRC Input Volume", WM9081_DRC_4
, 5, 60, 1, drc_in_tlv
),
355 SOC_SINGLE_TLV("DRC Output Volume", WM9081_DRC_4
, 0, 30, 1, drc_out_tlv
),
356 SOC_SINGLE_TLV("DRC Minimum Volume", WM9081_DRC_2
, 2, 3, 1, drc_min_tlv
),
357 SOC_SINGLE_TLV("DRC Maximum Volume", WM9081_DRC_2
, 0, 3, 0, drc_max_tlv
),
358 SOC_ENUM("DRC Attack", drc_atk
),
359 SOC_ENUM("DRC Decay", drc_dcy
),
360 SOC_SINGLE("DRC Quick Release Switch", WM9081_DRC_1
, 2, 1, 0),
361 SOC_SINGLE_TLV("DRC Quick Release Volume", WM9081_DRC_2
, 6, 3, 0, drc_qr_tlv
),
362 SOC_ENUM("DRC Quick Release Decay", drc_qr_dcy
),
363 SOC_SINGLE_TLV("DRC Startup Volume", WM9081_DRC_1
, 6, 18, 0, drc_startup_tlv
),
365 SOC_SINGLE("EQ Switch", WM9081_EQ_1
, 0, 1, 0),
367 SOC_SINGLE("Speaker DC Volume", WM9081_ANALOGUE_SPEAKER_1
, 3, 5, 0),
368 SOC_SINGLE("Speaker AC Volume", WM9081_ANALOGUE_SPEAKER_1
, 0, 5, 0),
369 SOC_SINGLE("Speaker Switch", WM9081_ANALOGUE_SPEAKER_PGA
, 7, 1, 1),
370 SOC_SINGLE("Speaker ZC Switch", WM9081_ANALOGUE_SPEAKER_PGA
, 6, 1, 0),
371 SOC_SINGLE_TLV("Speaker Volume", WM9081_ANALOGUE_SPEAKER_PGA
, 0, 63, 0,
373 SOC_ENUM("DAC Deemphasis", dac_deemph
),
374 SOC_ENUM_EXT("Speaker Mode", speaker_mode
, speaker_mode_get
, speaker_mode_put
),
377 static const struct snd_kcontrol_new wm9081_eq_controls
[] = {
378 SOC_SINGLE_TLV("EQ1 Volume", WM9081_EQ_1
, 11, 24, 0, eq_tlv
),
379 SOC_SINGLE_TLV("EQ2 Volume", WM9081_EQ_1
, 6, 24, 0, eq_tlv
),
380 SOC_SINGLE_TLV("EQ3 Volume", WM9081_EQ_1
, 1, 24, 0, eq_tlv
),
381 SOC_SINGLE_TLV("EQ4 Volume", WM9081_EQ_2
, 11, 24, 0, eq_tlv
),
382 SOC_SINGLE_TLV("EQ5 Volume", WM9081_EQ_2
, 6, 24, 0, eq_tlv
),
385 static const struct snd_kcontrol_new mixer
[] = {
386 SOC_DAPM_SINGLE("IN1 Switch", WM9081_ANALOGUE_MIXER
, 0, 1, 0),
387 SOC_DAPM_SINGLE("IN2 Switch", WM9081_ANALOGUE_MIXER
, 2, 1, 0),
388 SOC_DAPM_SINGLE("Playback Switch", WM9081_ANALOGUE_MIXER
, 4, 1, 0),
391 static int speaker_event(struct snd_soc_dapm_widget
*w
,
392 struct snd_kcontrol
*kcontrol
, int event
)
394 struct snd_soc_codec
*codec
= w
->codec
;
395 unsigned int reg
= snd_soc_read(codec
, WM9081_POWER_MANAGEMENT
);
398 case SND_SOC_DAPM_POST_PMU
:
399 reg
|= WM9081_SPK_ENA
;
402 case SND_SOC_DAPM_PRE_PMD
:
403 reg
&= ~WM9081_SPK_ENA
;
407 snd_soc_write(codec
, WM9081_POWER_MANAGEMENT
, reg
);
420 /* The size in bits of the FLL divide multiplied by 10
421 * to allow rounding later */
422 #define FIXED_FLL_SIZE ((1 << 16) * 10)
431 { 64000, 128000, 3, 8 },
432 { 128000, 256000, 2, 4 },
433 { 256000, 1000000, 1, 2 },
434 { 1000000, 13500000, 0, 1 },
437 static int fll_factors(struct _fll_div
*fll_div
, unsigned int Fref
,
441 unsigned int K
, Ndiv
, Nmod
, target
;
445 /* Fref must be <=13.5MHz */
447 while ((Fref
/ div
) > 13500000) {
451 pr_err("Can't scale %dMHz input down to <=13.5MHz\n",
456 fll_div
->fll_clk_ref_div
= div
/ 2;
458 pr_debug("Fref=%u Fout=%u\n", Fref
, Fout
);
460 /* Apply the division for our remaining calculations */
463 /* Fvco should be 90-100MHz; don't check the upper bound */
466 while (target
< 90000000) {
470 pr_err("Unable to find FLL_OUTDIV for Fout=%uHz\n",
475 fll_div
->fll_outdiv
= div
;
477 pr_debug("Fvco=%dHz\n", target
);
479 /* Find an appropraite FLL_FRATIO and factor it out of the target */
480 for (i
= 0; i
< ARRAY_SIZE(fll_fratios
); i
++) {
481 if (fll_fratios
[i
].min
<= Fref
&& Fref
<= fll_fratios
[i
].max
) {
482 fll_div
->fll_fratio
= fll_fratios
[i
].fll_fratio
;
483 target
/= fll_fratios
[i
].ratio
;
487 if (i
== ARRAY_SIZE(fll_fratios
)) {
488 pr_err("Unable to find FLL_FRATIO for Fref=%uHz\n", Fref
);
492 /* Now, calculate N.K */
493 Ndiv
= target
/ Fref
;
496 Nmod
= target
% Fref
;
497 pr_debug("Nmod=%d\n", Nmod
);
499 /* Calculate fractional part - scale up so we can round. */
500 Kpart
= FIXED_FLL_SIZE
* (long long)Nmod
;
504 K
= Kpart
& 0xFFFFFFFF;
509 /* Move down to proper range now rounding is done */
512 pr_debug("N=%x K=%x FLL_FRATIO=%x FLL_OUTDIV=%x FLL_CLK_REF_DIV=%x\n",
513 fll_div
->n
, fll_div
->k
,
514 fll_div
->fll_fratio
, fll_div
->fll_outdiv
,
515 fll_div
->fll_clk_ref_div
);
520 static int wm9081_set_fll(struct snd_soc_codec
*codec
, int fll_id
,
521 unsigned int Fref
, unsigned int Fout
)
523 struct wm9081_priv
*wm9081
= snd_soc_codec_get_drvdata(codec
);
524 u16 reg1
, reg4
, reg5
;
525 struct _fll_div fll_div
;
530 if (Fref
== wm9081
->fll_fref
&& Fout
== wm9081
->fll_fout
)
533 /* Disable the FLL */
535 dev_dbg(codec
->dev
, "FLL disabled\n");
536 wm9081
->fll_fref
= 0;
537 wm9081
->fll_fout
= 0;
542 ret
= fll_factors(&fll_div
, Fref
, Fout
);
546 reg5
= snd_soc_read(codec
, WM9081_FLL_CONTROL_5
);
547 reg5
&= ~WM9081_FLL_CLK_SRC_MASK
;
550 case WM9081_SYSCLK_FLL_MCLK
:
555 dev_err(codec
->dev
, "Unknown FLL ID %d\n", fll_id
);
559 /* Disable CLK_SYS while we reconfigure */
560 clk_sys_reg
= snd_soc_read(codec
, WM9081_CLOCK_CONTROL_3
);
561 if (clk_sys_reg
& WM9081_CLK_SYS_ENA
)
562 snd_soc_write(codec
, WM9081_CLOCK_CONTROL_3
,
563 clk_sys_reg
& ~WM9081_CLK_SYS_ENA
);
565 /* Any FLL configuration change requires that the FLL be
567 reg1
= snd_soc_read(codec
, WM9081_FLL_CONTROL_1
);
568 reg1
&= ~WM9081_FLL_ENA
;
569 snd_soc_write(codec
, WM9081_FLL_CONTROL_1
, reg1
);
571 /* Apply the configuration */
573 reg1
|= WM9081_FLL_FRAC_MASK
;
575 reg1
&= ~WM9081_FLL_FRAC_MASK
;
576 snd_soc_write(codec
, WM9081_FLL_CONTROL_1
, reg1
);
578 snd_soc_write(codec
, WM9081_FLL_CONTROL_2
,
579 (fll_div
.fll_outdiv
<< WM9081_FLL_OUTDIV_SHIFT
) |
580 (fll_div
.fll_fratio
<< WM9081_FLL_FRATIO_SHIFT
));
581 snd_soc_write(codec
, WM9081_FLL_CONTROL_3
, fll_div
.k
);
583 reg4
= snd_soc_read(codec
, WM9081_FLL_CONTROL_4
);
584 reg4
&= ~WM9081_FLL_N_MASK
;
585 reg4
|= fll_div
.n
<< WM9081_FLL_N_SHIFT
;
586 snd_soc_write(codec
, WM9081_FLL_CONTROL_4
, reg4
);
588 reg5
&= ~WM9081_FLL_CLK_REF_DIV_MASK
;
589 reg5
|= fll_div
.fll_clk_ref_div
<< WM9081_FLL_CLK_REF_DIV_SHIFT
;
590 snd_soc_write(codec
, WM9081_FLL_CONTROL_5
, reg5
);
592 /* Set gain to the recommended value */
593 snd_soc_update_bits(codec
, WM9081_FLL_CONTROL_4
,
594 WM9081_FLL_GAIN_MASK
, 0);
597 snd_soc_write(codec
, WM9081_FLL_CONTROL_1
, reg1
| WM9081_FLL_ENA
);
599 /* Then bring CLK_SYS up again if it was disabled */
600 if (clk_sys_reg
& WM9081_CLK_SYS_ENA
)
601 snd_soc_write(codec
, WM9081_CLOCK_CONTROL_3
, clk_sys_reg
);
603 dev_dbg(codec
->dev
, "FLL enabled at %dHz->%dHz\n", Fref
, Fout
);
605 wm9081
->fll_fref
= Fref
;
606 wm9081
->fll_fout
= Fout
;
611 static int configure_clock(struct snd_soc_codec
*codec
)
613 struct wm9081_priv
*wm9081
= snd_soc_codec_get_drvdata(codec
);
614 int new_sysclk
, i
, target
;
620 switch (wm9081
->sysclk_source
) {
621 case WM9081_SYSCLK_MCLK
:
622 if (wm9081
->mclk_rate
> 12225000) {
624 wm9081
->sysclk_rate
= wm9081
->mclk_rate
/ 2;
626 wm9081
->sysclk_rate
= wm9081
->mclk_rate
;
628 wm9081_set_fll(codec
, WM9081_SYSCLK_FLL_MCLK
, 0, 0);
631 case WM9081_SYSCLK_FLL_MCLK
:
632 /* If we have a sample rate calculate a CLK_SYS that
633 * gives us a suitable DAC configuration, plus BCLK.
634 * Ideally we would check to see if we can clock
635 * directly from MCLK and only use the FLL if this is
636 * not the case, though care must be taken with free
639 if (wm9081
->master
&& wm9081
->bclk
) {
640 /* Make sure we can generate CLK_SYS and BCLK
641 * and that we've got 3MHz for optimal
643 for (i
= 0; i
< ARRAY_SIZE(clk_sys_rates
); i
++) {
644 target
= wm9081
->fs
* clk_sys_rates
[i
].ratio
;
646 if (target
>= wm9081
->bclk
&&
651 if (i
== ARRAY_SIZE(clk_sys_rates
))
654 } else if (wm9081
->fs
) {
655 for (i
= 0; i
< ARRAY_SIZE(clk_sys_rates
); i
++) {
656 new_sysclk
= clk_sys_rates
[i
].ratio
658 if (new_sysclk
> 3000000)
662 if (i
== ARRAY_SIZE(clk_sys_rates
))
666 new_sysclk
= 12288000;
669 ret
= wm9081_set_fll(codec
, WM9081_SYSCLK_FLL_MCLK
,
670 wm9081
->mclk_rate
, new_sysclk
);
672 wm9081
->sysclk_rate
= new_sysclk
;
674 /* Switch SYSCLK over to FLL */
677 wm9081
->sysclk_rate
= wm9081
->mclk_rate
;
685 reg
= snd_soc_read(codec
, WM9081_CLOCK_CONTROL_1
);
687 reg
|= WM9081_MCLKDIV2
;
689 reg
&= ~WM9081_MCLKDIV2
;
690 snd_soc_write(codec
, WM9081_CLOCK_CONTROL_1
, reg
);
692 reg
= snd_soc_read(codec
, WM9081_CLOCK_CONTROL_3
);
694 reg
|= WM9081_CLK_SRC_SEL
;
696 reg
&= ~WM9081_CLK_SRC_SEL
;
697 snd_soc_write(codec
, WM9081_CLOCK_CONTROL_3
, reg
);
699 dev_dbg(codec
->dev
, "CLK_SYS is %dHz\n", wm9081
->sysclk_rate
);
704 static int clk_sys_event(struct snd_soc_dapm_widget
*w
,
705 struct snd_kcontrol
*kcontrol
, int event
)
707 struct snd_soc_codec
*codec
= w
->codec
;
708 struct wm9081_priv
*wm9081
= snd_soc_codec_get_drvdata(codec
);
710 /* This should be done on init() for bypass paths */
711 switch (wm9081
->sysclk_source
) {
712 case WM9081_SYSCLK_MCLK
:
713 dev_dbg(codec
->dev
, "Using %dHz MCLK\n", wm9081
->mclk_rate
);
715 case WM9081_SYSCLK_FLL_MCLK
:
716 dev_dbg(codec
->dev
, "Using %dHz MCLK with FLL\n",
720 dev_err(codec
->dev
, "System clock not configured\n");
725 case SND_SOC_DAPM_PRE_PMU
:
726 configure_clock(codec
);
729 case SND_SOC_DAPM_POST_PMD
:
730 /* Disable the FLL if it's running */
731 wm9081_set_fll(codec
, 0, 0, 0);
738 static const struct snd_soc_dapm_widget wm9081_dapm_widgets
[] = {
739 SND_SOC_DAPM_INPUT("IN1"),
740 SND_SOC_DAPM_INPUT("IN2"),
742 SND_SOC_DAPM_DAC("DAC", "HiFi Playback", WM9081_POWER_MANAGEMENT
, 0, 0),
744 SND_SOC_DAPM_MIXER_NAMED_CTL("Mixer", SND_SOC_NOPM
, 0, 0,
745 mixer
, ARRAY_SIZE(mixer
)),
747 SND_SOC_DAPM_PGA("LINEOUT PGA", WM9081_POWER_MANAGEMENT
, 4, 0, NULL
, 0),
749 SND_SOC_DAPM_PGA_E("Speaker PGA", WM9081_POWER_MANAGEMENT
, 2, 0, NULL
, 0,
751 SND_SOC_DAPM_POST_PMU
| SND_SOC_DAPM_PRE_PMD
),
753 SND_SOC_DAPM_OUTPUT("LINEOUT"),
754 SND_SOC_DAPM_OUTPUT("SPKN"),
755 SND_SOC_DAPM_OUTPUT("SPKP"),
757 SND_SOC_DAPM_SUPPLY("CLK_SYS", WM9081_CLOCK_CONTROL_3
, 0, 0, clk_sys_event
,
758 SND_SOC_DAPM_PRE_PMU
| SND_SOC_DAPM_POST_PMD
),
759 SND_SOC_DAPM_SUPPLY("CLK_DSP", WM9081_CLOCK_CONTROL_3
, 1, 0, NULL
, 0),
760 SND_SOC_DAPM_SUPPLY("TOCLK", WM9081_CLOCK_CONTROL_3
, 2, 0, NULL
, 0),
764 static const struct snd_soc_dapm_route audio_paths
[] = {
765 { "DAC", NULL
, "CLK_SYS" },
766 { "DAC", NULL
, "CLK_DSP" },
768 { "Mixer", "IN1 Switch", "IN1" },
769 { "Mixer", "IN2 Switch", "IN2" },
770 { "Mixer", "Playback Switch", "DAC" },
772 { "LINEOUT PGA", NULL
, "Mixer" },
773 { "LINEOUT PGA", NULL
, "TOCLK" },
774 { "LINEOUT PGA", NULL
, "CLK_SYS" },
776 { "LINEOUT", NULL
, "LINEOUT PGA" },
778 { "Speaker PGA", NULL
, "Mixer" },
779 { "Speaker PGA", NULL
, "TOCLK" },
780 { "Speaker PGA", NULL
, "CLK_SYS" },
782 { "SPKN", NULL
, "Speaker PGA" },
783 { "SPKP", NULL
, "Speaker PGA" },
786 static int wm9081_set_bias_level(struct snd_soc_codec
*codec
,
787 enum snd_soc_bias_level level
)
792 case SND_SOC_BIAS_ON
:
795 case SND_SOC_BIAS_PREPARE
:
797 reg
= snd_soc_read(codec
, WM9081_VMID_CONTROL
);
798 reg
&= ~WM9081_VMID_SEL_MASK
;
800 snd_soc_write(codec
, WM9081_VMID_CONTROL
, reg
);
802 /* Normal bias current */
803 reg
= snd_soc_read(codec
, WM9081_BIAS_CONTROL_1
);
804 reg
&= ~WM9081_STBY_BIAS_ENA
;
805 snd_soc_write(codec
, WM9081_BIAS_CONTROL_1
, reg
);
808 case SND_SOC_BIAS_STANDBY
:
809 /* Initial cold start */
810 if (codec
->dapm
.bias_level
== SND_SOC_BIAS_OFF
) {
811 /* Disable LINEOUT discharge */
812 reg
= snd_soc_read(codec
, WM9081_ANTI_POP_CONTROL
);
813 reg
&= ~WM9081_LINEOUT_DISCH
;
814 snd_soc_write(codec
, WM9081_ANTI_POP_CONTROL
, reg
);
816 /* Select startup bias source */
817 reg
= snd_soc_read(codec
, WM9081_BIAS_CONTROL_1
);
818 reg
|= WM9081_BIAS_SRC
| WM9081_BIAS_ENA
;
819 snd_soc_write(codec
, WM9081_BIAS_CONTROL_1
, reg
);
821 /* VMID 2*4k; Soft VMID ramp enable */
822 reg
= snd_soc_read(codec
, WM9081_VMID_CONTROL
);
823 reg
|= WM9081_VMID_RAMP
| 0x6;
824 snd_soc_write(codec
, WM9081_VMID_CONTROL
, reg
);
828 /* Normal bias enable & soft start off */
829 reg
|= WM9081_BIAS_ENA
;
830 reg
&= ~WM9081_VMID_RAMP
;
831 snd_soc_write(codec
, WM9081_VMID_CONTROL
, reg
);
833 /* Standard bias source */
834 reg
= snd_soc_read(codec
, WM9081_BIAS_CONTROL_1
);
835 reg
&= ~WM9081_BIAS_SRC
;
836 snd_soc_write(codec
, WM9081_BIAS_CONTROL_1
, reg
);
840 reg
= snd_soc_read(codec
, WM9081_BIAS_CONTROL_1
);
841 reg
&= ~WM9081_VMID_SEL_MASK
;
843 snd_soc_write(codec
, WM9081_VMID_CONTROL
, reg
);
845 /* Standby bias current on */
846 reg
= snd_soc_read(codec
, WM9081_BIAS_CONTROL_1
);
847 reg
|= WM9081_STBY_BIAS_ENA
;
848 snd_soc_write(codec
, WM9081_BIAS_CONTROL_1
, reg
);
851 case SND_SOC_BIAS_OFF
:
852 /* Startup bias source */
853 reg
= snd_soc_read(codec
, WM9081_BIAS_CONTROL_1
);
854 reg
|= WM9081_BIAS_SRC
;
855 snd_soc_write(codec
, WM9081_BIAS_CONTROL_1
, reg
);
857 /* Disable VMID and biases with soft ramping */
858 reg
= snd_soc_read(codec
, WM9081_VMID_CONTROL
);
859 reg
&= ~(WM9081_VMID_SEL_MASK
| WM9081_BIAS_ENA
);
860 reg
|= WM9081_VMID_RAMP
;
861 snd_soc_write(codec
, WM9081_VMID_CONTROL
, reg
);
863 /* Actively discharge LINEOUT */
864 reg
= snd_soc_read(codec
, WM9081_ANTI_POP_CONTROL
);
865 reg
|= WM9081_LINEOUT_DISCH
;
866 snd_soc_write(codec
, WM9081_ANTI_POP_CONTROL
, reg
);
870 codec
->dapm
.bias_level
= level
;
875 static int wm9081_set_dai_fmt(struct snd_soc_dai
*dai
,
878 struct snd_soc_codec
*codec
= dai
->codec
;
879 struct wm9081_priv
*wm9081
= snd_soc_codec_get_drvdata(codec
);
880 unsigned int aif2
= snd_soc_read(codec
, WM9081_AUDIO_INTERFACE_2
);
882 aif2
&= ~(WM9081_AIF_BCLK_INV
| WM9081_AIF_LRCLK_INV
|
883 WM9081_BCLK_DIR
| WM9081_LRCLK_DIR
| WM9081_AIF_FMT_MASK
);
885 switch (fmt
& SND_SOC_DAIFMT_MASTER_MASK
) {
886 case SND_SOC_DAIFMT_CBS_CFS
:
889 case SND_SOC_DAIFMT_CBS_CFM
:
890 aif2
|= WM9081_LRCLK_DIR
;
893 case SND_SOC_DAIFMT_CBM_CFS
:
894 aif2
|= WM9081_BCLK_DIR
;
897 case SND_SOC_DAIFMT_CBM_CFM
:
898 aif2
|= WM9081_LRCLK_DIR
| WM9081_BCLK_DIR
;
905 switch (fmt
& SND_SOC_DAIFMT_FORMAT_MASK
) {
906 case SND_SOC_DAIFMT_DSP_B
:
907 aif2
|= WM9081_AIF_LRCLK_INV
;
908 case SND_SOC_DAIFMT_DSP_A
:
911 case SND_SOC_DAIFMT_I2S
:
914 case SND_SOC_DAIFMT_RIGHT_J
:
916 case SND_SOC_DAIFMT_LEFT_J
:
923 switch (fmt
& SND_SOC_DAIFMT_FORMAT_MASK
) {
924 case SND_SOC_DAIFMT_DSP_A
:
925 case SND_SOC_DAIFMT_DSP_B
:
926 /* frame inversion not valid for DSP modes */
927 switch (fmt
& SND_SOC_DAIFMT_INV_MASK
) {
928 case SND_SOC_DAIFMT_NB_NF
:
930 case SND_SOC_DAIFMT_IB_NF
:
931 aif2
|= WM9081_AIF_BCLK_INV
;
938 case SND_SOC_DAIFMT_I2S
:
939 case SND_SOC_DAIFMT_RIGHT_J
:
940 case SND_SOC_DAIFMT_LEFT_J
:
941 switch (fmt
& SND_SOC_DAIFMT_INV_MASK
) {
942 case SND_SOC_DAIFMT_NB_NF
:
944 case SND_SOC_DAIFMT_IB_IF
:
945 aif2
|= WM9081_AIF_BCLK_INV
| WM9081_AIF_LRCLK_INV
;
947 case SND_SOC_DAIFMT_IB_NF
:
948 aif2
|= WM9081_AIF_BCLK_INV
;
950 case SND_SOC_DAIFMT_NB_IF
:
951 aif2
|= WM9081_AIF_LRCLK_INV
;
961 snd_soc_write(codec
, WM9081_AUDIO_INTERFACE_2
, aif2
);
966 static int wm9081_hw_params(struct snd_pcm_substream
*substream
,
967 struct snd_pcm_hw_params
*params
,
968 struct snd_soc_dai
*dai
)
970 struct snd_soc_codec
*codec
= dai
->codec
;
971 struct wm9081_priv
*wm9081
= snd_soc_codec_get_drvdata(codec
);
972 int ret
, i
, best
, best_val
, cur_val
;
973 unsigned int clk_ctrl2
, aif1
, aif2
, aif3
, aif4
;
975 clk_ctrl2
= snd_soc_read(codec
, WM9081_CLOCK_CONTROL_2
);
976 clk_ctrl2
&= ~(WM9081_CLK_SYS_RATE_MASK
| WM9081_SAMPLE_RATE_MASK
);
978 aif1
= snd_soc_read(codec
, WM9081_AUDIO_INTERFACE_1
);
980 aif2
= snd_soc_read(codec
, WM9081_AUDIO_INTERFACE_2
);
981 aif2
&= ~WM9081_AIF_WL_MASK
;
983 aif3
= snd_soc_read(codec
, WM9081_AUDIO_INTERFACE_3
);
984 aif3
&= ~WM9081_BCLK_DIV_MASK
;
986 aif4
= snd_soc_read(codec
, WM9081_AUDIO_INTERFACE_4
);
987 aif4
&= ~WM9081_LRCLK_RATE_MASK
;
989 wm9081
->fs
= params_rate(params
);
991 if (wm9081
->tdm_width
) {
992 /* If TDM is set up then that fixes our BCLK. */
993 int slots
= ((aif1
& WM9081_AIFDAC_TDM_MODE_MASK
) >>
994 WM9081_AIFDAC_TDM_MODE_SHIFT
) + 1;
996 wm9081
->bclk
= wm9081
->fs
* wm9081
->tdm_width
* slots
;
998 /* Otherwise work out a BCLK from the sample size */
999 wm9081
->bclk
= 2 * wm9081
->fs
;
1001 switch (params_format(params
)) {
1002 case SNDRV_PCM_FORMAT_S16_LE
:
1005 case SNDRV_PCM_FORMAT_S20_3LE
:
1009 case SNDRV_PCM_FORMAT_S24_LE
:
1013 case SNDRV_PCM_FORMAT_S32_LE
:
1022 dev_dbg(codec
->dev
, "Target BCLK is %dHz\n", wm9081
->bclk
);
1024 ret
= configure_clock(codec
);
1028 /* Select nearest CLK_SYS_RATE */
1030 best_val
= abs((wm9081
->sysclk_rate
/ clk_sys_rates
[0].ratio
)
1032 for (i
= 1; i
< ARRAY_SIZE(clk_sys_rates
); i
++) {
1033 cur_val
= abs((wm9081
->sysclk_rate
/
1034 clk_sys_rates
[i
].ratio
) - wm9081
->fs
);
1035 if (cur_val
< best_val
) {
1040 dev_dbg(codec
->dev
, "Selected CLK_SYS_RATIO of %d\n",
1041 clk_sys_rates
[best
].ratio
);
1042 clk_ctrl2
|= (clk_sys_rates
[best
].clk_sys_rate
1043 << WM9081_CLK_SYS_RATE_SHIFT
);
1047 best_val
= abs(wm9081
->fs
- sample_rates
[0].rate
);
1048 for (i
= 1; i
< ARRAY_SIZE(sample_rates
); i
++) {
1050 cur_val
= abs(wm9081
->fs
- sample_rates
[i
].rate
);
1051 if (cur_val
< best_val
) {
1056 dev_dbg(codec
->dev
, "Selected SAMPLE_RATE of %dHz\n",
1057 sample_rates
[best
].rate
);
1058 clk_ctrl2
|= (sample_rates
[best
].sample_rate
1059 << WM9081_SAMPLE_RATE_SHIFT
);
1064 for (i
= 0; i
< ARRAY_SIZE(bclk_divs
); i
++) {
1065 cur_val
= ((wm9081
->sysclk_rate
* 10) / bclk_divs
[i
].div
)
1067 if (cur_val
< 0) /* Table is sorted */
1069 if (cur_val
< best_val
) {
1074 wm9081
->bclk
= (wm9081
->sysclk_rate
* 10) / bclk_divs
[best
].div
;
1075 dev_dbg(codec
->dev
, "Selected BCLK_DIV of %d for %dHz BCLK\n",
1076 bclk_divs
[best
].div
, wm9081
->bclk
);
1077 aif3
|= bclk_divs
[best
].bclk_div
;
1079 /* LRCLK is a simple fraction of BCLK */
1080 dev_dbg(codec
->dev
, "LRCLK_RATE is %d\n", wm9081
->bclk
/ wm9081
->fs
);
1081 aif4
|= wm9081
->bclk
/ wm9081
->fs
;
1083 /* Apply a ReTune Mobile configuration if it's in use */
1084 if (wm9081
->retune
) {
1085 struct wm9081_retune_mobile_config
*retune
= wm9081
->retune
;
1086 struct wm9081_retune_mobile_setting
*s
;
1090 best_val
= abs(retune
->configs
[0].rate
- wm9081
->fs
);
1091 for (i
= 0; i
< retune
->num_configs
; i
++) {
1092 cur_val
= abs(retune
->configs
[i
].rate
- wm9081
->fs
);
1093 if (cur_val
< best_val
) {
1098 s
= &retune
->configs
[best
];
1100 dev_dbg(codec
->dev
, "ReTune Mobile %s tuned for %dHz\n",
1103 /* If the EQ is enabled then disable it while we write out */
1104 eq1
= snd_soc_read(codec
, WM9081_EQ_1
) & WM9081_EQ_ENA
;
1105 if (eq1
& WM9081_EQ_ENA
)
1106 snd_soc_write(codec
, WM9081_EQ_1
, 0);
1108 /* Write out the other values */
1109 for (i
= 1; i
< ARRAY_SIZE(s
->config
); i
++)
1110 snd_soc_write(codec
, WM9081_EQ_1
+ i
, s
->config
[i
]);
1112 eq1
|= (s
->config
[0] & ~WM9081_EQ_ENA
);
1113 snd_soc_write(codec
, WM9081_EQ_1
, eq1
);
1116 snd_soc_write(codec
, WM9081_CLOCK_CONTROL_2
, clk_ctrl2
);
1117 snd_soc_write(codec
, WM9081_AUDIO_INTERFACE_2
, aif2
);
1118 snd_soc_write(codec
, WM9081_AUDIO_INTERFACE_3
, aif3
);
1119 snd_soc_write(codec
, WM9081_AUDIO_INTERFACE_4
, aif4
);
1124 static int wm9081_digital_mute(struct snd_soc_dai
*codec_dai
, int mute
)
1126 struct snd_soc_codec
*codec
= codec_dai
->codec
;
1129 reg
= snd_soc_read(codec
, WM9081_DAC_DIGITAL_2
);
1132 reg
|= WM9081_DAC_MUTE
;
1134 reg
&= ~WM9081_DAC_MUTE
;
1136 snd_soc_write(codec
, WM9081_DAC_DIGITAL_2
, reg
);
1141 static int wm9081_set_sysclk(struct snd_soc_dai
*codec_dai
,
1142 int clk_id
, unsigned int freq
, int dir
)
1144 struct snd_soc_codec
*codec
= codec_dai
->codec
;
1145 struct wm9081_priv
*wm9081
= snd_soc_codec_get_drvdata(codec
);
1148 case WM9081_SYSCLK_MCLK
:
1149 case WM9081_SYSCLK_FLL_MCLK
:
1150 wm9081
->sysclk_source
= clk_id
;
1151 wm9081
->mclk_rate
= freq
;
1161 static int wm9081_set_tdm_slot(struct snd_soc_dai
*dai
,
1162 unsigned int tx_mask
, unsigned int rx_mask
, int slots
, int slot_width
)
1164 struct snd_soc_codec
*codec
= dai
->codec
;
1165 struct wm9081_priv
*wm9081
= snd_soc_codec_get_drvdata(codec
);
1166 unsigned int aif1
= snd_soc_read(codec
, WM9081_AUDIO_INTERFACE_1
);
1168 aif1
&= ~(WM9081_AIFDAC_TDM_SLOT_MASK
| WM9081_AIFDAC_TDM_MODE_MASK
);
1170 if (slots
< 0 || slots
> 4)
1173 wm9081
->tdm_width
= slot_width
;
1178 aif1
|= (slots
- 1) << WM9081_AIFDAC_TDM_MODE_SHIFT
;
1196 snd_soc_write(codec
, WM9081_AUDIO_INTERFACE_1
, aif1
);
1201 #define WM9081_RATES SNDRV_PCM_RATE_8000_96000
1203 #define WM9081_FORMATS \
1204 (SNDRV_PCM_FMTBIT_S16_LE | SNDRV_PCM_FMTBIT_S20_3LE | \
1205 SNDRV_PCM_FMTBIT_S24_LE | SNDRV_PCM_FMTBIT_S32_LE)
1207 static struct snd_soc_dai_ops wm9081_dai_ops
= {
1208 .hw_params
= wm9081_hw_params
,
1209 .set_sysclk
= wm9081_set_sysclk
,
1210 .set_fmt
= wm9081_set_dai_fmt
,
1211 .digital_mute
= wm9081_digital_mute
,
1212 .set_tdm_slot
= wm9081_set_tdm_slot
,
1215 /* We report two channels because the CODEC processes a stereo signal, even
1216 * though it is only capable of handling a mono output.
1218 static struct snd_soc_dai_driver wm9081_dai
= {
1219 .name
= "wm9081-hifi",
1221 .stream_name
= "HiFi Playback",
1224 .rates
= WM9081_RATES
,
1225 .formats
= WM9081_FORMATS
,
1227 .ops
= &wm9081_dai_ops
,
1230 static int wm9081_probe(struct snd_soc_codec
*codec
)
1232 struct wm9081_priv
*wm9081
= snd_soc_codec_get_drvdata(codec
);
1233 struct snd_soc_dapm_context
*dapm
= &codec
->dapm
;
1237 codec
->control_data
= wm9081
->control_data
;
1238 ret
= snd_soc_codec_set_cache_io(codec
, 8, 16, wm9081
->control_type
);
1240 dev_err(codec
->dev
, "Failed to set cache I/O: %d\n", ret
);
1244 reg
= snd_soc_read(codec
, WM9081_SOFTWARE_RESET
);
1245 if (reg
!= 0x9081) {
1246 dev_err(codec
->dev
, "Device is not a WM9081: ID=0x%x\n", reg
);
1251 ret
= wm9081_reset(codec
);
1253 dev_err(codec
->dev
, "Failed to issue reset\n");
1257 wm9081_set_bias_level(codec
, SND_SOC_BIAS_STANDBY
);
1259 /* Enable zero cross by default */
1260 reg
= snd_soc_read(codec
, WM9081_ANALOGUE_LINEOUT
);
1261 snd_soc_write(codec
, WM9081_ANALOGUE_LINEOUT
, reg
| WM9081_LINEOUTZC
);
1262 reg
= snd_soc_read(codec
, WM9081_ANALOGUE_SPEAKER_PGA
);
1263 snd_soc_write(codec
, WM9081_ANALOGUE_SPEAKER_PGA
,
1264 reg
| WM9081_SPKPGAZC
);
1266 snd_soc_add_controls(codec
, wm9081_snd_controls
,
1267 ARRAY_SIZE(wm9081_snd_controls
));
1268 if (!wm9081
->retune
) {
1270 "No ReTune Mobile data, using normal EQ\n");
1271 snd_soc_add_controls(codec
, wm9081_eq_controls
,
1272 ARRAY_SIZE(wm9081_eq_controls
));
1275 snd_soc_dapm_new_controls(dapm
, wm9081_dapm_widgets
,
1276 ARRAY_SIZE(wm9081_dapm_widgets
));
1277 snd_soc_dapm_add_routes(dapm
, audio_paths
, ARRAY_SIZE(audio_paths
));
1282 static int wm9081_remove(struct snd_soc_codec
*codec
)
1284 wm9081_set_bias_level(codec
, SND_SOC_BIAS_OFF
);
1289 static int wm9081_suspend(struct snd_soc_codec
*codec
, pm_message_t state
)
1291 wm9081_set_bias_level(codec
, SND_SOC_BIAS_OFF
);
1296 static int wm9081_resume(struct snd_soc_codec
*codec
)
1298 u16
*reg_cache
= codec
->reg_cache
;
1301 for (i
= 0; i
< codec
->driver
->reg_cache_size
; i
++) {
1302 if (i
== WM9081_SOFTWARE_RESET
)
1305 snd_soc_write(codec
, i
, reg_cache
[i
]);
1308 wm9081_set_bias_level(codec
, SND_SOC_BIAS_STANDBY
);
1313 #define wm9081_suspend NULL
1314 #define wm9081_resume NULL
1317 static struct snd_soc_codec_driver soc_codec_dev_wm9081
= {
1318 .probe
= wm9081_probe
,
1319 .remove
= wm9081_remove
,
1320 .suspend
= wm9081_suspend
,
1321 .resume
= wm9081_resume
,
1322 .set_bias_level
= wm9081_set_bias_level
,
1323 .reg_cache_size
= ARRAY_SIZE(wm9081_reg_defaults
),
1324 .reg_word_size
= sizeof(u16
),
1325 .reg_cache_default
= wm9081_reg_defaults
,
1326 .volatile_register
= wm9081_volatile_register
,
1329 #if defined(CONFIG_I2C) || defined(CONFIG_I2C_MODULE)
1330 static __devinit
int wm9081_i2c_probe(struct i2c_client
*i2c
,
1331 const struct i2c_device_id
*id
)
1333 struct wm9081_priv
*wm9081
;
1336 wm9081
= kzalloc(sizeof(struct wm9081_priv
), GFP_KERNEL
);
1340 i2c_set_clientdata(i2c
, wm9081
);
1341 wm9081
->control_type
= SND_SOC_I2C
;
1342 wm9081
->control_data
= i2c
;
1344 ret
= snd_soc_register_codec(&i2c
->dev
,
1345 &soc_codec_dev_wm9081
, &wm9081_dai
, 1);
1351 static __devexit
int wm9081_i2c_remove(struct i2c_client
*client
)
1353 snd_soc_unregister_codec(&client
->dev
);
1354 kfree(i2c_get_clientdata(client
));
1358 static const struct i2c_device_id wm9081_i2c_id
[] = {
1362 MODULE_DEVICE_TABLE(i2c
, wm9081_i2c_id
);
1364 static struct i2c_driver wm9081_i2c_driver
= {
1366 .name
= "wm9081-codec",
1367 .owner
= THIS_MODULE
,
1369 .probe
= wm9081_i2c_probe
,
1370 .remove
= __devexit_p(wm9081_i2c_remove
),
1371 .id_table
= wm9081_i2c_id
,
1375 static int __init
wm9081_modinit(void)
1378 #if defined(CONFIG_I2C) || defined(CONFIG_I2C_MODULE)
1379 ret
= i2c_add_driver(&wm9081_i2c_driver
);
1381 printk(KERN_ERR
"Failed to register WM9081 I2C driver: %d\n",
1387 module_init(wm9081_modinit
);
1389 static void __exit
wm9081_exit(void)
1391 #if defined(CONFIG_I2C) || defined(CONFIG_I2C_MODULE)
1392 i2c_del_driver(&wm9081_i2c_driver
);
1395 module_exit(wm9081_exit
);
1398 MODULE_DESCRIPTION("ASoC WM9081 driver");
1399 MODULE_AUTHOR("Mark Brown <broonie@opensource.wolfsonmicro.com>");
1400 MODULE_LICENSE("GPL");