2 * linux/sound/soc/codecs/tlv320aic32x4.c
4 * Copyright 2011 Vista Silicon S.L.
6 * Author: Javier Martin <javier.martin@vista-silicon.com>
8 * Based on sound/soc/codecs/wm8974 and TI driver for kernel 2.6.27.
10 * This program is free software; you can redistribute it and/or modify
11 * it under the terms of the GNU General Public License as published by
12 * the Free Software Foundation; either version 2 of the License, or
13 * (at your option) any later version.
15 * This program is distributed in the hope that it will be useful,
16 * but WITHOUT ANY WARRANTY; without even the implied warranty of
17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
18 * GNU General Public License for more details.
20 * You should have received a copy of the GNU General Public License
21 * along with this program; if not, write to the Free Software
22 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
26 #include <linux/module.h>
27 #include <linux/moduleparam.h>
28 #include <linux/init.h>
29 #include <linux/delay.h>
31 #include <linux/gpio.h>
32 #include <linux/i2c.h>
33 #include <linux/cdev.h>
34 #include <linux/slab.h>
36 #include <sound/tlv320aic32x4.h>
37 #include <sound/core.h>
38 #include <sound/pcm.h>
39 #include <sound/pcm_params.h>
40 #include <sound/soc.h>
41 #include <sound/soc-dapm.h>
42 #include <sound/initval.h>
43 #include <sound/tlv.h>
45 #include "tlv320aic32x4.h"
47 struct aic32x4_rate_divs
{
63 struct regmap
*regmap
;
71 /* 0dB min, 1dB steps */
72 static DECLARE_TLV_DB_SCALE(tlv_step_1
, 0, 100, 0);
73 /* 0dB min, 0.5dB steps */
74 static DECLARE_TLV_DB_SCALE(tlv_step_0_5
, 0, 50, 0);
76 static const struct snd_kcontrol_new aic32x4_snd_controls
[] = {
77 SOC_DOUBLE_R_TLV("PCM Playback Volume", AIC32X4_LDACVOL
,
78 AIC32X4_RDACVOL
, 0, 0x30, 0, tlv_step_0_5
),
79 SOC_DOUBLE_R_TLV("HP Driver Gain Volume", AIC32X4_HPLGAIN
,
80 AIC32X4_HPRGAIN
, 0, 0x1D, 0, tlv_step_1
),
81 SOC_DOUBLE_R_TLV("LO Driver Gain Volume", AIC32X4_LOLGAIN
,
82 AIC32X4_LORGAIN
, 0, 0x1D, 0, tlv_step_1
),
83 SOC_DOUBLE_R("HP DAC Playback Switch", AIC32X4_HPLGAIN
,
84 AIC32X4_HPRGAIN
, 6, 0x01, 1),
85 SOC_DOUBLE_R("LO DAC Playback Switch", AIC32X4_LOLGAIN
,
86 AIC32X4_LORGAIN
, 6, 0x01, 1),
87 SOC_DOUBLE_R("Mic PGA Switch", AIC32X4_LMICPGAVOL
,
88 AIC32X4_RMICPGAVOL
, 7, 0x01, 1),
90 SOC_SINGLE("ADCFGA Left Mute Switch", AIC32X4_ADCFGA
, 7, 1, 0),
91 SOC_SINGLE("ADCFGA Right Mute Switch", AIC32X4_ADCFGA
, 3, 1, 0),
93 SOC_DOUBLE_R_TLV("ADC Level Volume", AIC32X4_LADCVOL
,
94 AIC32X4_RADCVOL
, 0, 0x28, 0, tlv_step_0_5
),
95 SOC_DOUBLE_R_TLV("PGA Level Volume", AIC32X4_LMICPGAVOL
,
96 AIC32X4_RMICPGAVOL
, 0, 0x5f, 0, tlv_step_0_5
),
98 SOC_SINGLE("Auto-mute Switch", AIC32X4_DACMUTE
, 4, 7, 0),
100 SOC_SINGLE("AGC Left Switch", AIC32X4_LAGC1
, 7, 1, 0),
101 SOC_SINGLE("AGC Right Switch", AIC32X4_RAGC1
, 7, 1, 0),
102 SOC_DOUBLE_R("AGC Target Level", AIC32X4_LAGC1
, AIC32X4_RAGC1
,
104 SOC_DOUBLE_R("AGC Gain Hysteresis", AIC32X4_LAGC1
, AIC32X4_RAGC1
,
106 SOC_DOUBLE_R("AGC Hysteresis", AIC32X4_LAGC2
, AIC32X4_RAGC2
,
108 SOC_DOUBLE_R("AGC Noise Threshold", AIC32X4_LAGC2
, AIC32X4_RAGC2
,
110 SOC_DOUBLE_R("AGC Max PGA", AIC32X4_LAGC3
, AIC32X4_RAGC3
,
112 SOC_DOUBLE_R("AGC Attack Time", AIC32X4_LAGC4
, AIC32X4_RAGC4
,
114 SOC_DOUBLE_R("AGC Decay Time", AIC32X4_LAGC5
, AIC32X4_RAGC5
,
116 SOC_DOUBLE_R("AGC Noise Debounce", AIC32X4_LAGC6
, AIC32X4_RAGC6
,
118 SOC_DOUBLE_R("AGC Signal Debounce", AIC32X4_LAGC7
, AIC32X4_RAGC7
,
122 static const struct aic32x4_rate_divs aic32x4_divs
[] = {
124 {AIC32X4_FREQ_12000000
, 8000, 1, 7, 6800, 768, 5, 3, 128, 5, 18, 24},
125 {AIC32X4_FREQ_24000000
, 8000, 2, 7, 6800, 768, 15, 1, 64, 45, 4, 24},
126 {AIC32X4_FREQ_25000000
, 8000, 2, 7, 3728, 768, 15, 1, 64, 45, 4, 24},
128 {AIC32X4_FREQ_12000000
, 11025, 1, 7, 5264, 512, 8, 2, 128, 8, 8, 16},
129 {AIC32X4_FREQ_24000000
, 11025, 2, 7, 5264, 512, 16, 1, 64, 32, 4, 16},
131 {AIC32X4_FREQ_12000000
, 16000, 1, 7, 6800, 384, 5, 3, 128, 5, 9, 12},
132 {AIC32X4_FREQ_24000000
, 16000, 2, 7, 6800, 384, 15, 1, 64, 18, 5, 12},
133 {AIC32X4_FREQ_25000000
, 16000, 2, 7, 3728, 384, 15, 1, 64, 18, 5, 12},
135 {AIC32X4_FREQ_12000000
, 22050, 1, 7, 5264, 256, 4, 4, 128, 4, 8, 8},
136 {AIC32X4_FREQ_24000000
, 22050, 2, 7, 5264, 256, 16, 1, 64, 16, 4, 8},
137 {AIC32X4_FREQ_25000000
, 22050, 2, 7, 2253, 256, 16, 1, 64, 16, 4, 8},
139 {AIC32X4_FREQ_12000000
, 32000, 1, 7, 1680, 192, 2, 7, 64, 2, 21, 6},
140 {AIC32X4_FREQ_24000000
, 32000, 2, 7, 1680, 192, 7, 2, 64, 7, 6, 6},
142 {AIC32X4_FREQ_12000000
, 44100, 1, 7, 5264, 128, 2, 8, 128, 2, 8, 4},
143 {AIC32X4_FREQ_24000000
, 44100, 2, 7, 5264, 128, 8, 2, 64, 8, 4, 4},
144 {AIC32X4_FREQ_25000000
, 44100, 2, 7, 2253, 128, 8, 2, 64, 8, 4, 4},
146 {AIC32X4_FREQ_12000000
, 48000, 1, 8, 1920, 128, 2, 8, 128, 2, 8, 4},
147 {AIC32X4_FREQ_24000000
, 48000, 2, 8, 1920, 128, 8, 2, 64, 8, 4, 4},
148 {AIC32X4_FREQ_25000000
, 48000, 2, 7, 8643, 128, 8, 2, 64, 8, 4, 4}
151 static const struct snd_kcontrol_new hpl_output_mixer_controls
[] = {
152 SOC_DAPM_SINGLE("L_DAC Switch", AIC32X4_HPLROUTE
, 3, 1, 0),
153 SOC_DAPM_SINGLE("IN1_L Switch", AIC32X4_HPLROUTE
, 2, 1, 0),
156 static const struct snd_kcontrol_new hpr_output_mixer_controls
[] = {
157 SOC_DAPM_SINGLE("R_DAC Switch", AIC32X4_HPRROUTE
, 3, 1, 0),
158 SOC_DAPM_SINGLE("IN1_R Switch", AIC32X4_HPRROUTE
, 2, 1, 0),
161 static const struct snd_kcontrol_new lol_output_mixer_controls
[] = {
162 SOC_DAPM_SINGLE("L_DAC Switch", AIC32X4_LOLROUTE
, 3, 1, 0),
165 static const struct snd_kcontrol_new lor_output_mixer_controls
[] = {
166 SOC_DAPM_SINGLE("R_DAC Switch", AIC32X4_LORROUTE
, 3, 1, 0),
169 static const struct snd_kcontrol_new left_input_mixer_controls
[] = {
170 SOC_DAPM_SINGLE("IN1_L P Switch", AIC32X4_LMICPGAPIN
, 6, 1, 0),
171 SOC_DAPM_SINGLE("IN2_L P Switch", AIC32X4_LMICPGAPIN
, 4, 1, 0),
172 SOC_DAPM_SINGLE("IN3_L P Switch", AIC32X4_LMICPGAPIN
, 2, 1, 0),
175 static const struct snd_kcontrol_new right_input_mixer_controls
[] = {
176 SOC_DAPM_SINGLE("IN1_R P Switch", AIC32X4_RMICPGAPIN
, 6, 1, 0),
177 SOC_DAPM_SINGLE("IN2_R P Switch", AIC32X4_RMICPGAPIN
, 4, 1, 0),
178 SOC_DAPM_SINGLE("IN3_R P Switch", AIC32X4_RMICPGAPIN
, 2, 1, 0),
181 static const struct snd_soc_dapm_widget aic32x4_dapm_widgets
[] = {
182 SND_SOC_DAPM_DAC("Left DAC", "Left Playback", AIC32X4_DACSETUP
, 7, 0),
183 SND_SOC_DAPM_MIXER("HPL Output Mixer", SND_SOC_NOPM
, 0, 0,
184 &hpl_output_mixer_controls
[0],
185 ARRAY_SIZE(hpl_output_mixer_controls
)),
186 SND_SOC_DAPM_PGA("HPL Power", AIC32X4_OUTPWRCTL
, 5, 0, NULL
, 0),
188 SND_SOC_DAPM_MIXER("LOL Output Mixer", SND_SOC_NOPM
, 0, 0,
189 &lol_output_mixer_controls
[0],
190 ARRAY_SIZE(lol_output_mixer_controls
)),
191 SND_SOC_DAPM_PGA("LOL Power", AIC32X4_OUTPWRCTL
, 3, 0, NULL
, 0),
193 SND_SOC_DAPM_DAC("Right DAC", "Right Playback", AIC32X4_DACSETUP
, 6, 0),
194 SND_SOC_DAPM_MIXER("HPR Output Mixer", SND_SOC_NOPM
, 0, 0,
195 &hpr_output_mixer_controls
[0],
196 ARRAY_SIZE(hpr_output_mixer_controls
)),
197 SND_SOC_DAPM_PGA("HPR Power", AIC32X4_OUTPWRCTL
, 4, 0, NULL
, 0),
198 SND_SOC_DAPM_MIXER("LOR Output Mixer", SND_SOC_NOPM
, 0, 0,
199 &lor_output_mixer_controls
[0],
200 ARRAY_SIZE(lor_output_mixer_controls
)),
201 SND_SOC_DAPM_PGA("LOR Power", AIC32X4_OUTPWRCTL
, 2, 0, NULL
, 0),
202 SND_SOC_DAPM_MIXER("Left Input Mixer", SND_SOC_NOPM
, 0, 0,
203 &left_input_mixer_controls
[0],
204 ARRAY_SIZE(left_input_mixer_controls
)),
205 SND_SOC_DAPM_MIXER("Right Input Mixer", SND_SOC_NOPM
, 0, 0,
206 &right_input_mixer_controls
[0],
207 ARRAY_SIZE(right_input_mixer_controls
)),
208 SND_SOC_DAPM_ADC("Left ADC", "Left Capture", AIC32X4_ADCSETUP
, 7, 0),
209 SND_SOC_DAPM_ADC("Right ADC", "Right Capture", AIC32X4_ADCSETUP
, 6, 0),
210 SND_SOC_DAPM_MICBIAS("Mic Bias", AIC32X4_MICBIAS
, 6, 0),
212 SND_SOC_DAPM_OUTPUT("HPL"),
213 SND_SOC_DAPM_OUTPUT("HPR"),
214 SND_SOC_DAPM_OUTPUT("LOL"),
215 SND_SOC_DAPM_OUTPUT("LOR"),
216 SND_SOC_DAPM_INPUT("IN1_L"),
217 SND_SOC_DAPM_INPUT("IN1_R"),
218 SND_SOC_DAPM_INPUT("IN2_L"),
219 SND_SOC_DAPM_INPUT("IN2_R"),
220 SND_SOC_DAPM_INPUT("IN3_L"),
221 SND_SOC_DAPM_INPUT("IN3_R"),
224 static const struct snd_soc_dapm_route aic32x4_dapm_routes
[] = {
226 {"HPL Output Mixer", "L_DAC Switch", "Left DAC"},
227 {"HPL Output Mixer", "IN1_L Switch", "IN1_L"},
229 {"HPL Power", NULL
, "HPL Output Mixer"},
230 {"HPL", NULL
, "HPL Power"},
232 {"LOL Output Mixer", "L_DAC Switch", "Left DAC"},
234 {"LOL Power", NULL
, "LOL Output Mixer"},
235 {"LOL", NULL
, "LOL Power"},
238 {"HPR Output Mixer", "R_DAC Switch", "Right DAC"},
239 {"HPR Output Mixer", "IN1_R Switch", "IN1_R"},
241 {"HPR Power", NULL
, "HPR Output Mixer"},
242 {"HPR", NULL
, "HPR Power"},
244 {"LOR Output Mixer", "R_DAC Switch", "Right DAC"},
246 {"LOR Power", NULL
, "LOR Output Mixer"},
247 {"LOR", NULL
, "LOR Power"},
250 {"Left Input Mixer", "IN1_L P Switch", "IN1_L"},
251 {"Left Input Mixer", "IN2_L P Switch", "IN2_L"},
252 {"Left Input Mixer", "IN3_L P Switch", "IN3_L"},
254 {"Left ADC", NULL
, "Left Input Mixer"},
257 {"Right Input Mixer", "IN1_R P Switch", "IN1_R"},
258 {"Right Input Mixer", "IN2_R P Switch", "IN2_R"},
259 {"Right Input Mixer", "IN3_R P Switch", "IN3_R"},
261 {"Right ADC", NULL
, "Right Input Mixer"},
264 static const struct regmap_range_cfg aic32x4_regmap_pages
[] = {
267 .selector_mask
= 0xff,
270 .range_min
= AIC32X4_PAGE1
,
271 .range_max
= AIC32X4_PAGE1
+ 127,
275 static const struct regmap_config aic32x4_regmap
= {
279 .max_register
= AIC32X4_RMICPGAVOL
,
280 .ranges
= aic32x4_regmap_pages
,
281 .num_ranges
= ARRAY_SIZE(aic32x4_regmap_pages
),
284 static inline int aic32x4_get_divs(int mclk
, int rate
)
288 for (i
= 0; i
< ARRAY_SIZE(aic32x4_divs
); i
++) {
289 if ((aic32x4_divs
[i
].rate
== rate
)
290 && (aic32x4_divs
[i
].mclk
== mclk
)) {
294 printk(KERN_ERR
"aic32x4: master clock and sample rate is not supported\n");
298 static int aic32x4_set_dai_sysclk(struct snd_soc_dai
*codec_dai
,
299 int clk_id
, unsigned int freq
, int dir
)
301 struct snd_soc_codec
*codec
= codec_dai
->codec
;
302 struct aic32x4_priv
*aic32x4
= snd_soc_codec_get_drvdata(codec
);
305 case AIC32X4_FREQ_12000000
:
306 case AIC32X4_FREQ_24000000
:
307 case AIC32X4_FREQ_25000000
:
308 aic32x4
->sysclk
= freq
;
311 printk(KERN_ERR
"aic32x4: invalid frequency to set DAI system clock\n");
315 static int aic32x4_set_dai_fmt(struct snd_soc_dai
*codec_dai
, unsigned int fmt
)
317 struct snd_soc_codec
*codec
= codec_dai
->codec
;
322 iface_reg_1
= snd_soc_read(codec
, AIC32X4_IFACE1
);
323 iface_reg_1
= iface_reg_1
& ~(3 << 6 | 3 << 2);
324 iface_reg_2
= snd_soc_read(codec
, AIC32X4_IFACE2
);
326 iface_reg_3
= snd_soc_read(codec
, AIC32X4_IFACE3
);
327 iface_reg_3
= iface_reg_3
& ~(1 << 3);
329 /* set master/slave audio interface */
330 switch (fmt
& SND_SOC_DAIFMT_MASTER_MASK
) {
331 case SND_SOC_DAIFMT_CBM_CFM
:
332 iface_reg_1
|= AIC32X4_BCLKMASTER
| AIC32X4_WCLKMASTER
;
334 case SND_SOC_DAIFMT_CBS_CFS
:
337 printk(KERN_ERR
"aic32x4: invalid DAI master/slave interface\n");
341 switch (fmt
& SND_SOC_DAIFMT_FORMAT_MASK
) {
342 case SND_SOC_DAIFMT_I2S
:
344 case SND_SOC_DAIFMT_DSP_A
:
345 iface_reg_1
|= (AIC32X4_DSP_MODE
<< AIC32X4_PLLJ_SHIFT
);
346 iface_reg_3
|= (1 << 3); /* invert bit clock */
347 iface_reg_2
= 0x01; /* add offset 1 */
349 case SND_SOC_DAIFMT_DSP_B
:
350 iface_reg_1
|= (AIC32X4_DSP_MODE
<< AIC32X4_PLLJ_SHIFT
);
351 iface_reg_3
|= (1 << 3); /* invert bit clock */
353 case SND_SOC_DAIFMT_RIGHT_J
:
355 (AIC32X4_RIGHT_JUSTIFIED_MODE
<< AIC32X4_PLLJ_SHIFT
);
357 case SND_SOC_DAIFMT_LEFT_J
:
359 (AIC32X4_LEFT_JUSTIFIED_MODE
<< AIC32X4_PLLJ_SHIFT
);
362 printk(KERN_ERR
"aic32x4: invalid DAI interface format\n");
366 snd_soc_write(codec
, AIC32X4_IFACE1
, iface_reg_1
);
367 snd_soc_write(codec
, AIC32X4_IFACE2
, iface_reg_2
);
368 snd_soc_write(codec
, AIC32X4_IFACE3
, iface_reg_3
);
372 static int aic32x4_hw_params(struct snd_pcm_substream
*substream
,
373 struct snd_pcm_hw_params
*params
,
374 struct snd_soc_dai
*dai
)
376 struct snd_soc_codec
*codec
= dai
->codec
;
377 struct aic32x4_priv
*aic32x4
= snd_soc_codec_get_drvdata(codec
);
381 i
= aic32x4_get_divs(aic32x4
->sysclk
, params_rate(params
));
383 printk(KERN_ERR
"aic32x4: sampling rate not supported\n");
387 /* Use PLL as CODEC_CLKIN and DAC_MOD_CLK as BDIV_CLKIN */
388 snd_soc_write(codec
, AIC32X4_CLKMUX
, AIC32X4_PLLCLKIN
);
389 snd_soc_write(codec
, AIC32X4_IFACE3
, AIC32X4_DACMOD2BCLK
);
391 /* We will fix R value to 1 and will make P & J=K.D as varialble */
392 data
= snd_soc_read(codec
, AIC32X4_PLLPR
);
394 snd_soc_write(codec
, AIC32X4_PLLPR
,
395 (data
| (aic32x4_divs
[i
].p_val
<< 4) | 0x01));
397 snd_soc_write(codec
, AIC32X4_PLLJ
, aic32x4_divs
[i
].pll_j
);
399 snd_soc_write(codec
, AIC32X4_PLLDMSB
, (aic32x4_divs
[i
].pll_d
>> 8));
400 snd_soc_write(codec
, AIC32X4_PLLDLSB
,
401 (aic32x4_divs
[i
].pll_d
& 0xff));
403 /* NDAC divider value */
404 data
= snd_soc_read(codec
, AIC32X4_NDAC
);
406 snd_soc_write(codec
, AIC32X4_NDAC
, data
| aic32x4_divs
[i
].ndac
);
408 /* MDAC divider value */
409 data
= snd_soc_read(codec
, AIC32X4_MDAC
);
411 snd_soc_write(codec
, AIC32X4_MDAC
, data
| aic32x4_divs
[i
].mdac
);
413 /* DOSR MSB & LSB values */
414 snd_soc_write(codec
, AIC32X4_DOSRMSB
, aic32x4_divs
[i
].dosr
>> 8);
415 snd_soc_write(codec
, AIC32X4_DOSRLSB
,
416 (aic32x4_divs
[i
].dosr
& 0xff));
418 /* NADC divider value */
419 data
= snd_soc_read(codec
, AIC32X4_NADC
);
421 snd_soc_write(codec
, AIC32X4_NADC
, data
| aic32x4_divs
[i
].nadc
);
423 /* MADC divider value */
424 data
= snd_soc_read(codec
, AIC32X4_MADC
);
426 snd_soc_write(codec
, AIC32X4_MADC
, data
| aic32x4_divs
[i
].madc
);
429 snd_soc_write(codec
, AIC32X4_AOSR
, aic32x4_divs
[i
].aosr
);
432 data
= snd_soc_read(codec
, AIC32X4_BCLKN
);
434 snd_soc_write(codec
, AIC32X4_BCLKN
, data
| aic32x4_divs
[i
].blck_N
);
436 data
= snd_soc_read(codec
, AIC32X4_IFACE1
);
437 data
= data
& ~(3 << 4);
438 switch (params_format(params
)) {
439 case SNDRV_PCM_FORMAT_S16_LE
:
441 case SNDRV_PCM_FORMAT_S20_3LE
:
442 data
|= (AIC32X4_WORD_LEN_20BITS
<< AIC32X4_DOSRMSB_SHIFT
);
444 case SNDRV_PCM_FORMAT_S24_LE
:
445 data
|= (AIC32X4_WORD_LEN_24BITS
<< AIC32X4_DOSRMSB_SHIFT
);
447 case SNDRV_PCM_FORMAT_S32_LE
:
448 data
|= (AIC32X4_WORD_LEN_32BITS
<< AIC32X4_DOSRMSB_SHIFT
);
451 snd_soc_write(codec
, AIC32X4_IFACE1
, data
);
456 static int aic32x4_mute(struct snd_soc_dai
*dai
, int mute
)
458 struct snd_soc_codec
*codec
= dai
->codec
;
461 dac_reg
= snd_soc_read(codec
, AIC32X4_DACMUTE
) & ~AIC32X4_MUTEON
;
463 snd_soc_write(codec
, AIC32X4_DACMUTE
, dac_reg
| AIC32X4_MUTEON
);
465 snd_soc_write(codec
, AIC32X4_DACMUTE
, dac_reg
);
469 static int aic32x4_set_bias_level(struct snd_soc_codec
*codec
,
470 enum snd_soc_bias_level level
)
473 case SND_SOC_BIAS_ON
:
475 snd_soc_update_bits(codec
, AIC32X4_PLLPR
,
476 AIC32X4_PLLEN
, AIC32X4_PLLEN
);
478 /* Switch on NDAC Divider */
479 snd_soc_update_bits(codec
, AIC32X4_NDAC
,
480 AIC32X4_NDACEN
, AIC32X4_NDACEN
);
482 /* Switch on MDAC Divider */
483 snd_soc_update_bits(codec
, AIC32X4_MDAC
,
484 AIC32X4_MDACEN
, AIC32X4_MDACEN
);
486 /* Switch on NADC Divider */
487 snd_soc_update_bits(codec
, AIC32X4_NADC
,
488 AIC32X4_NADCEN
, AIC32X4_NADCEN
);
490 /* Switch on MADC Divider */
491 snd_soc_update_bits(codec
, AIC32X4_MADC
,
492 AIC32X4_MADCEN
, AIC32X4_MADCEN
);
494 /* Switch on BCLK_N Divider */
495 snd_soc_update_bits(codec
, AIC32X4_BCLKN
,
496 AIC32X4_BCLKEN
, AIC32X4_BCLKEN
);
498 case SND_SOC_BIAS_PREPARE
:
500 case SND_SOC_BIAS_STANDBY
:
502 snd_soc_update_bits(codec
, AIC32X4_PLLPR
,
505 /* Switch off NDAC Divider */
506 snd_soc_update_bits(codec
, AIC32X4_NDAC
,
509 /* Switch off MDAC Divider */
510 snd_soc_update_bits(codec
, AIC32X4_MDAC
,
513 /* Switch off NADC Divider */
514 snd_soc_update_bits(codec
, AIC32X4_NADC
,
517 /* Switch off MADC Divider */
518 snd_soc_update_bits(codec
, AIC32X4_MADC
,
521 /* Switch off BCLK_N Divider */
522 snd_soc_update_bits(codec
, AIC32X4_BCLKN
,
525 case SND_SOC_BIAS_OFF
:
528 codec
->dapm
.bias_level
= level
;
532 #define AIC32X4_RATES SNDRV_PCM_RATE_8000_48000
533 #define AIC32X4_FORMATS (SNDRV_PCM_FMTBIT_S16_LE | SNDRV_PCM_FMTBIT_S20_3LE \
534 | SNDRV_PCM_FMTBIT_S24_3LE | SNDRV_PCM_FMTBIT_S32_LE)
536 static const struct snd_soc_dai_ops aic32x4_ops
= {
537 .hw_params
= aic32x4_hw_params
,
538 .digital_mute
= aic32x4_mute
,
539 .set_fmt
= aic32x4_set_dai_fmt
,
540 .set_sysclk
= aic32x4_set_dai_sysclk
,
543 static struct snd_soc_dai_driver aic32x4_dai
= {
544 .name
= "tlv320aic32x4-hifi",
546 .stream_name
= "Playback",
549 .rates
= AIC32X4_RATES
,
550 .formats
= AIC32X4_FORMATS
,},
552 .stream_name
= "Capture",
555 .rates
= AIC32X4_RATES
,
556 .formats
= AIC32X4_FORMATS
,},
558 .symmetric_rates
= 1,
561 static int aic32x4_suspend(struct snd_soc_codec
*codec
)
563 aic32x4_set_bias_level(codec
, SND_SOC_BIAS_OFF
);
567 static int aic32x4_resume(struct snd_soc_codec
*codec
)
569 aic32x4_set_bias_level(codec
, SND_SOC_BIAS_STANDBY
);
573 static int aic32x4_probe(struct snd_soc_codec
*codec
)
575 struct aic32x4_priv
*aic32x4
= snd_soc_codec_get_drvdata(codec
);
578 snd_soc_codec_set_cache_io(codec
, 8, 8, SND_SOC_REGMAP
);
580 if (aic32x4
->rstn_gpio
>= 0) {
582 gpio_set_value(aic32x4
->rstn_gpio
, 1);
585 snd_soc_write(codec
, AIC32X4_RESET
, 0x01);
587 /* Power platform configuration */
588 if (aic32x4
->power_cfg
& AIC32X4_PWR_MICBIAS_2075_LDOIN
) {
589 snd_soc_write(codec
, AIC32X4_MICBIAS
, AIC32X4_MICBIAS_LDOIN
|
590 AIC32X4_MICBIAS_2075V
);
592 if (aic32x4
->power_cfg
& AIC32X4_PWR_AVDD_DVDD_WEAK_DISABLE
) {
593 snd_soc_write(codec
, AIC32X4_PWRCFG
, AIC32X4_AVDDWEAKDISABLE
);
596 tmp_reg
= (aic32x4
->power_cfg
& AIC32X4_PWR_AIC32X4_LDO_ENABLE
) ?
597 AIC32X4_LDOCTLEN
: 0;
598 snd_soc_write(codec
, AIC32X4_LDOCTL
, tmp_reg
);
600 tmp_reg
= snd_soc_read(codec
, AIC32X4_CMMODE
);
601 if (aic32x4
->power_cfg
& AIC32X4_PWR_CMMODE_LDOIN_RANGE_18_36
) {
602 tmp_reg
|= AIC32X4_LDOIN_18_36
;
604 if (aic32x4
->power_cfg
& AIC32X4_PWR_CMMODE_HP_LDOIN_POWERED
) {
605 tmp_reg
|= AIC32X4_LDOIN2HP
;
607 snd_soc_write(codec
, AIC32X4_CMMODE
, tmp_reg
);
609 /* Do DACs need to be swapped? */
610 if (aic32x4
->swapdacs
) {
611 snd_soc_write(codec
, AIC32X4_DACSETUP
, AIC32X4_LDAC2RCHN
| AIC32X4_RDAC2LCHN
);
613 snd_soc_write(codec
, AIC32X4_DACSETUP
, AIC32X4_LDAC2LCHN
| AIC32X4_RDAC2RCHN
);
616 /* Mic PGA routing */
617 if (aic32x4
->micpga_routing
& AIC32X4_MICPGA_ROUTE_LMIC_IN2R_10K
) {
618 snd_soc_write(codec
, AIC32X4_LMICPGANIN
, AIC32X4_LMICPGANIN_IN2R_10K
);
620 if (aic32x4
->micpga_routing
& AIC32X4_MICPGA_ROUTE_RMIC_IN1L_10K
) {
621 snd_soc_write(codec
, AIC32X4_RMICPGANIN
, AIC32X4_RMICPGANIN_IN1L_10K
);
624 aic32x4_set_bias_level(codec
, SND_SOC_BIAS_STANDBY
);
627 * Workaround: for an unknown reason, the ADC needs to be powered up
628 * and down for the first capture to work properly. It seems related to
629 * a HW BUG or some kind of behavior not documented in the datasheet.
631 tmp_reg
= snd_soc_read(codec
, AIC32X4_ADCSETUP
);
632 snd_soc_write(codec
, AIC32X4_ADCSETUP
, tmp_reg
|
633 AIC32X4_LADC_EN
| AIC32X4_RADC_EN
);
634 snd_soc_write(codec
, AIC32X4_ADCSETUP
, tmp_reg
);
639 static int aic32x4_remove(struct snd_soc_codec
*codec
)
641 aic32x4_set_bias_level(codec
, SND_SOC_BIAS_OFF
);
645 static struct snd_soc_codec_driver soc_codec_dev_aic32x4
= {
646 .probe
= aic32x4_probe
,
647 .remove
= aic32x4_remove
,
648 .suspend
= aic32x4_suspend
,
649 .resume
= aic32x4_resume
,
650 .set_bias_level
= aic32x4_set_bias_level
,
652 .controls
= aic32x4_snd_controls
,
653 .num_controls
= ARRAY_SIZE(aic32x4_snd_controls
),
654 .dapm_widgets
= aic32x4_dapm_widgets
,
655 .num_dapm_widgets
= ARRAY_SIZE(aic32x4_dapm_widgets
),
656 .dapm_routes
= aic32x4_dapm_routes
,
657 .num_dapm_routes
= ARRAY_SIZE(aic32x4_dapm_routes
),
660 static int aic32x4_i2c_probe(struct i2c_client
*i2c
,
661 const struct i2c_device_id
*id
)
663 struct aic32x4_pdata
*pdata
= i2c
->dev
.platform_data
;
664 struct aic32x4_priv
*aic32x4
;
667 aic32x4
= devm_kzalloc(&i2c
->dev
, sizeof(struct aic32x4_priv
),
672 aic32x4
->regmap
= devm_regmap_init_i2c(i2c
, &aic32x4_regmap
);
673 if (IS_ERR(aic32x4
->regmap
))
674 return PTR_ERR(aic32x4
->regmap
);
676 i2c_set_clientdata(i2c
, aic32x4
);
679 aic32x4
->power_cfg
= pdata
->power_cfg
;
680 aic32x4
->swapdacs
= pdata
->swapdacs
;
681 aic32x4
->micpga_routing
= pdata
->micpga_routing
;
682 aic32x4
->rstn_gpio
= pdata
->rstn_gpio
;
684 aic32x4
->power_cfg
= 0;
685 aic32x4
->swapdacs
= false;
686 aic32x4
->micpga_routing
= 0;
687 aic32x4
->rstn_gpio
= -1;
690 if (aic32x4
->rstn_gpio
>= 0) {
691 ret
= devm_gpio_request_one(&i2c
->dev
, aic32x4
->rstn_gpio
,
692 GPIOF_OUT_INIT_LOW
, "tlv320aic32x4 rstn");
697 ret
= snd_soc_register_codec(&i2c
->dev
,
698 &soc_codec_dev_aic32x4
, &aic32x4_dai
, 1);
702 static int aic32x4_i2c_remove(struct i2c_client
*client
)
704 snd_soc_unregister_codec(&client
->dev
);
708 static const struct i2c_device_id aic32x4_i2c_id
[] = {
709 { "tlv320aic32x4", 0 },
712 MODULE_DEVICE_TABLE(i2c
, aic32x4_i2c_id
);
714 static struct i2c_driver aic32x4_i2c_driver
= {
716 .name
= "tlv320aic32x4",
717 .owner
= THIS_MODULE
,
719 .probe
= aic32x4_i2c_probe
,
720 .remove
= aic32x4_i2c_remove
,
721 .id_table
= aic32x4_i2c_id
,
724 module_i2c_driver(aic32x4_i2c_driver
);
726 MODULE_DESCRIPTION("ASoC tlv320aic32x4 codec driver");
727 MODULE_AUTHOR("Javier Martin <javier.martin@vista-silicon.com>");
728 MODULE_LICENSE("GPL");