blob: de67e74dca0c0a81a73c5faa32d8faf1eda81937 [file] [log] [blame]
Mark Brown0e0e16a2008-08-04 12:06:45 +01001/*
2 * wm8900.c -- WM8900 ALSA Soc Audio driver
3 *
4 * Copyright 2007, 2008 Wolfson Microelectronics PLC.
5 *
6 * Author: Mark Brown <broonie@opensource.wolfsonmicro.com>
7 *
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.
11 *
12 * TODO:
13 * - Tristating.
14 * - TDM.
15 * - Jack detect.
16 * - FLL source configuration, currently only MCLK is supported.
17 */
18
19#include <linux/module.h>
20#include <linux/moduleparam.h>
Mark Brown0e0e16a2008-08-04 12:06:45 +010021#include <linux/kernel.h>
22#include <linux/init.h>
23#include <linux/delay.h>
24#include <linux/pm.h>
25#include <linux/i2c.h>
Mark Brown49992622012-09-11 09:25:41 +080026#include <linux/regmap.h>
Liam Girdwoodf0fba2a2010-03-17 20:15:21 +000027#include <linux/spi/spi.h>
Tejun Heo5a0e3ad2010-03-24 17:04:11 +090028#include <linux/slab.h>
Mark Brown0e0e16a2008-08-04 12:06:45 +010029#include <sound/core.h>
30#include <sound/pcm.h>
31#include <sound/pcm_params.h>
32#include <sound/soc.h>
Mark Brown0e0e16a2008-08-04 12:06:45 +010033#include <sound/initval.h>
34#include <sound/tlv.h>
35
36#include "wm8900.h"
37
38/* WM8900 register space */
39#define WM8900_REG_RESET 0x0
40#define WM8900_REG_ID 0x0
41#define WM8900_REG_POWER1 0x1
42#define WM8900_REG_POWER2 0x2
43#define WM8900_REG_POWER3 0x3
44#define WM8900_REG_AUDIO1 0x4
45#define WM8900_REG_AUDIO2 0x5
46#define WM8900_REG_CLOCKING1 0x6
47#define WM8900_REG_CLOCKING2 0x7
48#define WM8900_REG_AUDIO3 0x8
49#define WM8900_REG_AUDIO4 0x9
50#define WM8900_REG_DACCTRL 0xa
51#define WM8900_REG_LDAC_DV 0xb
52#define WM8900_REG_RDAC_DV 0xc
53#define WM8900_REG_SIDETONE 0xd
54#define WM8900_REG_ADCCTRL 0xe
55#define WM8900_REG_LADC_DV 0xf
56#define WM8900_REG_RADC_DV 0x10
57#define WM8900_REG_GPIO 0x12
58#define WM8900_REG_INCTL 0x15
59#define WM8900_REG_LINVOL 0x16
60#define WM8900_REG_RINVOL 0x17
61#define WM8900_REG_INBOOSTMIX1 0x18
62#define WM8900_REG_INBOOSTMIX2 0x19
63#define WM8900_REG_ADCPATH 0x1a
64#define WM8900_REG_AUXBOOST 0x1b
65#define WM8900_REG_ADDCTL 0x1e
66#define WM8900_REG_FLLCTL1 0x24
67#define WM8900_REG_FLLCTL2 0x25
68#define WM8900_REG_FLLCTL3 0x26
69#define WM8900_REG_FLLCTL4 0x27
70#define WM8900_REG_FLLCTL5 0x28
71#define WM8900_REG_FLLCTL6 0x29
72#define WM8900_REG_LOUTMIXCTL1 0x2c
73#define WM8900_REG_ROUTMIXCTL1 0x2d
74#define WM8900_REG_BYPASS1 0x2e
75#define WM8900_REG_BYPASS2 0x2f
76#define WM8900_REG_AUXOUT_CTL 0x30
77#define WM8900_REG_LOUT1CTL 0x33
78#define WM8900_REG_ROUT1CTL 0x34
79#define WM8900_REG_LOUT2CTL 0x35
80#define WM8900_REG_ROUT2CTL 0x36
81#define WM8900_REG_HPCTL1 0x3a
82#define WM8900_REG_OUTBIASCTL 0x73
83
84#define WM8900_MAXREG 0x80
85
86#define WM8900_REG_ADDCTL_OUT1_DIS 0x80
87#define WM8900_REG_ADDCTL_OUT2_DIS 0x40
88#define WM8900_REG_ADDCTL_VMID_DIS 0x20
89#define WM8900_REG_ADDCTL_BIAS_SRC 0x10
90#define WM8900_REG_ADDCTL_VMID_SOFTST 0x04
91#define WM8900_REG_ADDCTL_TEMP_SD 0x02
92
93#define WM8900_REG_GPIO_TEMP_ENA 0x2
94
95#define WM8900_REG_POWER1_STARTUP_BIAS_ENA 0x0100
96#define WM8900_REG_POWER1_BIAS_ENA 0x0008
97#define WM8900_REG_POWER1_VMID_BUF_ENA 0x0004
98#define WM8900_REG_POWER1_FLL_ENA 0x0040
99
100#define WM8900_REG_POWER2_SYSCLK_ENA 0x8000
101#define WM8900_REG_POWER2_ADCL_ENA 0x0002
102#define WM8900_REG_POWER2_ADCR_ENA 0x0001
103
104#define WM8900_REG_POWER3_DACL_ENA 0x0002
105#define WM8900_REG_POWER3_DACR_ENA 0x0001
106
107#define WM8900_REG_AUDIO1_AIF_FMT_MASK 0x0018
108#define WM8900_REG_AUDIO1_LRCLK_INV 0x0080
109#define WM8900_REG_AUDIO1_BCLK_INV 0x0100
110
111#define WM8900_REG_CLOCKING1_BCLK_DIR 0x1
112#define WM8900_REG_CLOCKING1_MCLK_SRC 0x100
Axel Linde5035b2011-10-16 23:29:12 +0800113#define WM8900_REG_CLOCKING1_BCLK_MASK 0x01e
114#define WM8900_REG_CLOCKING1_OPCLK_MASK 0x7000
Mark Brown0e0e16a2008-08-04 12:06:45 +0100115
116#define WM8900_REG_CLOCKING2_ADC_CLKDIV 0xe0
117#define WM8900_REG_CLOCKING2_DAC_CLKDIV 0x1c
118
119#define WM8900_REG_DACCTRL_MUTE 0x004
Mark Brown21002e22009-06-12 17:27:52 +0100120#define WM8900_REG_DACCTRL_DAC_SB_FILT 0x100
Mark Brown0e0e16a2008-08-04 12:06:45 +0100121#define WM8900_REG_DACCTRL_AIF_LRCLKRATE 0x400
122
123#define WM8900_REG_AUDIO3_ADCLRC_DIR 0x0800
124
125#define WM8900_REG_AUDIO4_DACLRC_DIR 0x0800
126
127#define WM8900_REG_FLLCTL1_OSC_ENA 0x100
128
129#define WM8900_REG_FLLCTL6_FLL_SLOW_LOCK_REF 0x100
130
131#define WM8900_REG_HPCTL1_HP_IPSTAGE_ENA 0x80
132#define WM8900_REG_HPCTL1_HP_OPSTAGE_ENA 0x40
133#define WM8900_REG_HPCTL1_HP_CLAMP_IP 0x20
134#define WM8900_REG_HPCTL1_HP_CLAMP_OP 0x10
135#define WM8900_REG_HPCTL1_HP_SHORT 0x08
136#define WM8900_REG_HPCTL1_HP_SHORT2 0x04
137
Axel Linde5035b2011-10-16 23:29:12 +0800138#define WM8900_LRC_MASK 0x03ff
Mark Brown0e0e16a2008-08-04 12:06:45 +0100139
Mark Brown0e0e16a2008-08-04 12:06:45 +0100140struct wm8900_priv {
Mark Brown49992622012-09-11 09:25:41 +0800141 struct regmap *regmap;
Mark Brown78e19a32008-12-10 15:38:36 +0000142
Mark Brown0e0e16a2008-08-04 12:06:45 +0100143 u32 fll_in; /* FLL input frequency */
144 u32 fll_out; /* FLL output frequency */
145};
146
147/*
148 * wm8900 register cache. We can't read the entire register space and we
149 * have slow control buses so we cache the registers.
150 */
Mark Brown49992622012-09-11 09:25:41 +0800151static const struct reg_default wm8900_reg_defaults[] = {
152 { 1, 0x0000 },
153 { 2, 0xc000 },
154 { 3, 0x0000 },
155 { 4, 0x4050 },
156 { 5, 0x4000 },
157 { 6, 0x0008 },
158 { 7, 0x0000 },
159 { 8, 0x0040 },
160 { 9, 0x0040 },
161 { 10, 0x1004 },
162 { 11, 0x00c0 },
163 { 12, 0x00c0 },
164 { 13, 0x0000 },
165 { 14, 0x0100 },
166 { 15, 0x00c0 },
167 { 16, 0x00c0 },
168 { 17, 0x0000 },
169 { 18, 0xb001 },
170 { 19, 0x0000 },
171 { 20, 0x0000 },
172 { 21, 0x0044 },
173 { 22, 0x004c },
174 { 23, 0x004c },
175 { 24, 0x0044 },
176 { 25, 0x0044 },
177 { 26, 0x0000 },
178 { 27, 0x0044 },
179 { 28, 0x0000 },
180 { 29, 0x0000 },
181 { 30, 0x0002 },
182 { 31, 0x0000 },
183 { 32, 0x0000 },
184 { 33, 0x0000 },
185 { 34, 0x0000 },
186 { 35, 0x0000 },
187 { 36, 0x0008 },
188 { 37, 0x0000 },
189 { 38, 0x0000 },
190 { 39, 0x0008 },
191 { 40, 0x0097 },
192 { 41, 0x0100 },
193 { 42, 0x0000 },
194 { 43, 0x0000 },
195 { 44, 0x0050 },
196 { 45, 0x0050 },
197 { 46, 0x0055 },
198 { 47, 0x0055 },
199 { 48, 0x0055 },
200 { 49, 0x0000 },
201 { 50, 0x0000 },
202 { 51, 0x0079 },
203 { 52, 0x0079 },
204 { 53, 0x0079 },
205 { 54, 0x0079 },
206 { 55, 0x0000 },
Mark Brown0e0e16a2008-08-04 12:06:45 +0100207};
208
Mark Brown49992622012-09-11 09:25:41 +0800209static bool wm8900_volatile_register(struct device *dev, unsigned int reg)
Mark Brown0e0e16a2008-08-04 12:06:45 +0100210{
211 switch (reg) {
212 case WM8900_REG_ID:
Mark Brown49992622012-09-11 09:25:41 +0800213 return true;
Mark Brown0e0e16a2008-08-04 12:06:45 +0100214 default:
Mark Brown49992622012-09-11 09:25:41 +0800215 return false;
Mark Brown0e0e16a2008-08-04 12:06:45 +0100216 }
217}
218
219static void wm8900_reset(struct snd_soc_codec *codec)
220{
Mark Brown8d50e442009-07-10 23:12:01 +0100221 snd_soc_write(codec, WM8900_REG_RESET, 0);
Mark Brown0e0e16a2008-08-04 12:06:45 +0100222}
223
224static int wm8900_hp_event(struct snd_soc_dapm_widget *w,
225 struct snd_kcontrol *kcontrol, int event)
226{
227 struct snd_soc_codec *codec = w->codec;
Mark Brown8d50e442009-07-10 23:12:01 +0100228 u16 hpctl1 = snd_soc_read(codec, WM8900_REG_HPCTL1);
Mark Brown0e0e16a2008-08-04 12:06:45 +0100229
230 switch (event) {
231 case SND_SOC_DAPM_PRE_PMU:
232 /* Clamp headphone outputs */
233 hpctl1 = WM8900_REG_HPCTL1_HP_CLAMP_IP |
234 WM8900_REG_HPCTL1_HP_CLAMP_OP;
Mark Brown8d50e442009-07-10 23:12:01 +0100235 snd_soc_write(codec, WM8900_REG_HPCTL1, hpctl1);
Mark Brown0e0e16a2008-08-04 12:06:45 +0100236 break;
237
238 case SND_SOC_DAPM_POST_PMU:
239 /* Enable the input stage */
240 hpctl1 &= ~WM8900_REG_HPCTL1_HP_CLAMP_IP;
241 hpctl1 |= WM8900_REG_HPCTL1_HP_SHORT |
242 WM8900_REG_HPCTL1_HP_SHORT2 |
243 WM8900_REG_HPCTL1_HP_IPSTAGE_ENA;
Mark Brown8d50e442009-07-10 23:12:01 +0100244 snd_soc_write(codec, WM8900_REG_HPCTL1, hpctl1);
Mark Brown0e0e16a2008-08-04 12:06:45 +0100245
246 msleep(400);
247
248 /* Enable the output stage */
249 hpctl1 &= ~WM8900_REG_HPCTL1_HP_CLAMP_OP;
250 hpctl1 |= WM8900_REG_HPCTL1_HP_OPSTAGE_ENA;
Mark Brown8d50e442009-07-10 23:12:01 +0100251 snd_soc_write(codec, WM8900_REG_HPCTL1, hpctl1);
Mark Brown0e0e16a2008-08-04 12:06:45 +0100252
253 /* Remove the shorts */
254 hpctl1 &= ~WM8900_REG_HPCTL1_HP_SHORT2;
Mark Brown8d50e442009-07-10 23:12:01 +0100255 snd_soc_write(codec, WM8900_REG_HPCTL1, hpctl1);
Mark Brown0e0e16a2008-08-04 12:06:45 +0100256 hpctl1 &= ~WM8900_REG_HPCTL1_HP_SHORT;
Mark Brown8d50e442009-07-10 23:12:01 +0100257 snd_soc_write(codec, WM8900_REG_HPCTL1, hpctl1);
Mark Brown0e0e16a2008-08-04 12:06:45 +0100258 break;
259
260 case SND_SOC_DAPM_PRE_PMD:
261 /* Short the output */
262 hpctl1 |= WM8900_REG_HPCTL1_HP_SHORT;
Mark Brown8d50e442009-07-10 23:12:01 +0100263 snd_soc_write(codec, WM8900_REG_HPCTL1, hpctl1);
Mark Brown0e0e16a2008-08-04 12:06:45 +0100264
265 /* Disable the output stage */
266 hpctl1 &= ~WM8900_REG_HPCTL1_HP_OPSTAGE_ENA;
Mark Brown8d50e442009-07-10 23:12:01 +0100267 snd_soc_write(codec, WM8900_REG_HPCTL1, hpctl1);
Mark Brown0e0e16a2008-08-04 12:06:45 +0100268
269 /* Clamp the outputs and power down input */
270 hpctl1 |= WM8900_REG_HPCTL1_HP_CLAMP_IP |
271 WM8900_REG_HPCTL1_HP_CLAMP_OP;
272 hpctl1 &= ~WM8900_REG_HPCTL1_HP_IPSTAGE_ENA;
Mark Brown8d50e442009-07-10 23:12:01 +0100273 snd_soc_write(codec, WM8900_REG_HPCTL1, hpctl1);
Mark Brown0e0e16a2008-08-04 12:06:45 +0100274 break;
275
276 case SND_SOC_DAPM_POST_PMD:
277 /* Disable everything */
Mark Brown8d50e442009-07-10 23:12:01 +0100278 snd_soc_write(codec, WM8900_REG_HPCTL1, 0);
Mark Brown0e0e16a2008-08-04 12:06:45 +0100279 break;
280
281 default:
282 BUG();
283 }
284
285 return 0;
286}
287
288static const DECLARE_TLV_DB_SCALE(out_pga_tlv, -5700, 100, 0);
289
290static const DECLARE_TLV_DB_SCALE(out_mix_tlv, -1500, 300, 0);
291
292static const DECLARE_TLV_DB_SCALE(in_boost_tlv, -1200, 600, 0);
293
294static const DECLARE_TLV_DB_SCALE(in_pga_tlv, -1200, 100, 0);
295
296static const DECLARE_TLV_DB_SCALE(dac_boost_tlv, 0, 600, 0);
297
298static const DECLARE_TLV_DB_SCALE(dac_tlv, -7200, 75, 1);
299
300static const DECLARE_TLV_DB_SCALE(adc_svol_tlv, -3600, 300, 0);
301
302static const DECLARE_TLV_DB_SCALE(adc_tlv, -7200, 75, 1);
303
304static const char *mic_bias_level_txt[] = { "0.9*AVDD", "0.65*AVDD" };
305
306static const struct soc_enum mic_bias_level =
307SOC_ENUM_SINGLE(WM8900_REG_INCTL, 8, 2, mic_bias_level_txt);
308
309static const char *dac_mute_rate_txt[] = { "Fast", "Slow" };
310
311static const struct soc_enum dac_mute_rate =
312SOC_ENUM_SINGLE(WM8900_REG_DACCTRL, 7, 2, dac_mute_rate_txt);
313
314static const char *dac_deemphasis_txt[] = {
315 "Disabled", "32kHz", "44.1kHz", "48kHz"
316};
317
318static const struct soc_enum dac_deemphasis =
319SOC_ENUM_SINGLE(WM8900_REG_DACCTRL, 4, 4, dac_deemphasis_txt);
320
321static const char *adc_hpf_cut_txt[] = {
322 "Hi-fi mode", "Voice mode 1", "Voice mode 2", "Voice mode 3"
323};
324
325static const struct soc_enum adc_hpf_cut =
326SOC_ENUM_SINGLE(WM8900_REG_ADCCTRL, 5, 4, adc_hpf_cut_txt);
327
328static const char *lr_txt[] = {
329 "Left", "Right"
330};
331
332static const struct soc_enum aifl_src =
333SOC_ENUM_SINGLE(WM8900_REG_AUDIO1, 15, 2, lr_txt);
334
335static const struct soc_enum aifr_src =
336SOC_ENUM_SINGLE(WM8900_REG_AUDIO1, 14, 2, lr_txt);
337
338static const struct soc_enum dacl_src =
339SOC_ENUM_SINGLE(WM8900_REG_AUDIO2, 15, 2, lr_txt);
340
341static const struct soc_enum dacr_src =
342SOC_ENUM_SINGLE(WM8900_REG_AUDIO2, 14, 2, lr_txt);
343
344static const char *sidetone_txt[] = {
345 "Disabled", "Left ADC", "Right ADC"
346};
347
348static const struct soc_enum dacl_sidetone =
349SOC_ENUM_SINGLE(WM8900_REG_SIDETONE, 2, 3, sidetone_txt);
350
351static const struct soc_enum dacr_sidetone =
352SOC_ENUM_SINGLE(WM8900_REG_SIDETONE, 0, 3, sidetone_txt);
353
354static const struct snd_kcontrol_new wm8900_snd_controls[] = {
355SOC_ENUM("Mic Bias Level", mic_bias_level),
356
357SOC_SINGLE_TLV("Left Input PGA Volume", WM8900_REG_LINVOL, 0, 31, 0,
358 in_pga_tlv),
359SOC_SINGLE("Left Input PGA Switch", WM8900_REG_LINVOL, 6, 1, 1),
360SOC_SINGLE("Left Input PGA ZC Switch", WM8900_REG_LINVOL, 7, 1, 0),
361
362SOC_SINGLE_TLV("Right Input PGA Volume", WM8900_REG_RINVOL, 0, 31, 0,
363 in_pga_tlv),
364SOC_SINGLE("Right Input PGA Switch", WM8900_REG_RINVOL, 6, 1, 1),
365SOC_SINGLE("Right Input PGA ZC Switch", WM8900_REG_RINVOL, 7, 1, 0),
366
367SOC_SINGLE("DAC Soft Mute Switch", WM8900_REG_DACCTRL, 6, 1, 1),
368SOC_ENUM("DAC Mute Rate", dac_mute_rate),
369SOC_SINGLE("DAC Mono Switch", WM8900_REG_DACCTRL, 9, 1, 0),
370SOC_ENUM("DAC Deemphasis", dac_deemphasis),
Mark Brown0e0e16a2008-08-04 12:06:45 +0100371SOC_SINGLE("DAC Sigma-Delta Modulator Clock Switch", WM8900_REG_DACCTRL,
372 12, 1, 0),
373
374SOC_SINGLE("ADC HPF Switch", WM8900_REG_ADCCTRL, 8, 1, 0),
375SOC_ENUM("ADC HPF Cut-Off", adc_hpf_cut),
376SOC_DOUBLE("ADC Invert Switch", WM8900_REG_ADCCTRL, 1, 0, 1, 0),
377SOC_SINGLE_TLV("Left ADC Sidetone Volume", WM8900_REG_SIDETONE, 9, 12, 0,
378 adc_svol_tlv),
379SOC_SINGLE_TLV("Right ADC Sidetone Volume", WM8900_REG_SIDETONE, 5, 12, 0,
380 adc_svol_tlv),
381SOC_ENUM("Left Digital Audio Source", aifl_src),
382SOC_ENUM("Right Digital Audio Source", aifr_src),
383
384SOC_SINGLE_TLV("DAC Input Boost Volume", WM8900_REG_AUDIO2, 10, 4, 0,
385 dac_boost_tlv),
386SOC_ENUM("Left DAC Source", dacl_src),
387SOC_ENUM("Right DAC Source", dacr_src),
388SOC_ENUM("Left DAC Sidetone", dacl_sidetone),
389SOC_ENUM("Right DAC Sidetone", dacr_sidetone),
390SOC_DOUBLE("DAC Invert Switch", WM8900_REG_DACCTRL, 1, 0, 1, 0),
391
392SOC_DOUBLE_R_TLV("Digital Playback Volume",
393 WM8900_REG_LDAC_DV, WM8900_REG_RDAC_DV,
394 1, 96, 0, dac_tlv),
395SOC_DOUBLE_R_TLV("Digital Capture Volume",
396 WM8900_REG_LADC_DV, WM8900_REG_RADC_DV, 1, 119, 0, adc_tlv),
397
398SOC_SINGLE_TLV("LINPUT3 Bypass Volume", WM8900_REG_LOUTMIXCTL1, 4, 7, 0,
399 out_mix_tlv),
400SOC_SINGLE_TLV("RINPUT3 Bypass Volume", WM8900_REG_ROUTMIXCTL1, 4, 7, 0,
401 out_mix_tlv),
402SOC_SINGLE_TLV("Left AUX Bypass Volume", WM8900_REG_AUXOUT_CTL, 4, 7, 0,
403 out_mix_tlv),
404SOC_SINGLE_TLV("Right AUX Bypass Volume", WM8900_REG_AUXOUT_CTL, 0, 7, 0,
405 out_mix_tlv),
406
407SOC_SINGLE_TLV("LeftIn to RightOut Mixer Volume", WM8900_REG_BYPASS1, 0, 7, 0,
408 out_mix_tlv),
409SOC_SINGLE_TLV("LeftIn to LeftOut Mixer Volume", WM8900_REG_BYPASS1, 4, 7, 0,
410 out_mix_tlv),
411SOC_SINGLE_TLV("RightIn to LeftOut Mixer Volume", WM8900_REG_BYPASS2, 0, 7, 0,
412 out_mix_tlv),
413SOC_SINGLE_TLV("RightIn to RightOut Mixer Volume", WM8900_REG_BYPASS2, 4, 7, 0,
414 out_mix_tlv),
415
416SOC_SINGLE_TLV("IN2L Boost Volume", WM8900_REG_INBOOSTMIX1, 0, 3, 0,
417 in_boost_tlv),
418SOC_SINGLE_TLV("IN3L Boost Volume", WM8900_REG_INBOOSTMIX1, 4, 3, 0,
419 in_boost_tlv),
420SOC_SINGLE_TLV("IN2R Boost Volume", WM8900_REG_INBOOSTMIX2, 0, 3, 0,
421 in_boost_tlv),
422SOC_SINGLE_TLV("IN3R Boost Volume", WM8900_REG_INBOOSTMIX2, 4, 3, 0,
423 in_boost_tlv),
424SOC_SINGLE_TLV("Left AUX Boost Volume", WM8900_REG_AUXBOOST, 4, 3, 0,
425 in_boost_tlv),
426SOC_SINGLE_TLV("Right AUX Boost Volume", WM8900_REG_AUXBOOST, 0, 3, 0,
427 in_boost_tlv),
428
429SOC_DOUBLE_R_TLV("LINEOUT1 Volume", WM8900_REG_LOUT1CTL, WM8900_REG_ROUT1CTL,
430 0, 63, 0, out_pga_tlv),
431SOC_DOUBLE_R("LINEOUT1 Switch", WM8900_REG_LOUT1CTL, WM8900_REG_ROUT1CTL,
432 6, 1, 1),
433SOC_DOUBLE_R("LINEOUT1 ZC Switch", WM8900_REG_LOUT1CTL, WM8900_REG_ROUT1CTL,
434 7, 1, 0),
435
436SOC_DOUBLE_R_TLV("LINEOUT2 Volume",
437 WM8900_REG_LOUT2CTL, WM8900_REG_ROUT2CTL,
438 0, 63, 0, out_pga_tlv),
439SOC_DOUBLE_R("LINEOUT2 Switch",
440 WM8900_REG_LOUT2CTL, WM8900_REG_ROUT2CTL, 6, 1, 1),
441SOC_DOUBLE_R("LINEOUT2 ZC Switch",
442 WM8900_REG_LOUT2CTL, WM8900_REG_ROUT2CTL, 7, 1, 0),
443SOC_SINGLE("LINEOUT2 LP -12dB", WM8900_REG_LOUTMIXCTL1,
444 0, 1, 1),
445
446};
447
Mark Brown0e0e16a2008-08-04 12:06:45 +0100448static const struct snd_kcontrol_new wm8900_dapm_loutput2_control =
449SOC_DAPM_SINGLE("LINEOUT2L Switch", WM8900_REG_POWER3, 6, 1, 0);
450
451static const struct snd_kcontrol_new wm8900_dapm_routput2_control =
452SOC_DAPM_SINGLE("LINEOUT2R Switch", WM8900_REG_POWER3, 5, 1, 0);
453
454static const struct snd_kcontrol_new wm8900_loutmix_controls[] = {
455SOC_DAPM_SINGLE("LINPUT3 Bypass Switch", WM8900_REG_LOUTMIXCTL1, 7, 1, 0),
456SOC_DAPM_SINGLE("AUX Bypass Switch", WM8900_REG_AUXOUT_CTL, 7, 1, 0),
457SOC_DAPM_SINGLE("Left Input Mixer Switch", WM8900_REG_BYPASS1, 7, 1, 0),
458SOC_DAPM_SINGLE("Right Input Mixer Switch", WM8900_REG_BYPASS2, 3, 1, 0),
459SOC_DAPM_SINGLE("DACL Switch", WM8900_REG_LOUTMIXCTL1, 8, 1, 0),
460};
461
462static const struct snd_kcontrol_new wm8900_routmix_controls[] = {
463SOC_DAPM_SINGLE("RINPUT3 Bypass Switch", WM8900_REG_ROUTMIXCTL1, 7, 1, 0),
464SOC_DAPM_SINGLE("AUX Bypass Switch", WM8900_REG_AUXOUT_CTL, 3, 1, 0),
465SOC_DAPM_SINGLE("Left Input Mixer Switch", WM8900_REG_BYPASS1, 3, 1, 0),
466SOC_DAPM_SINGLE("Right Input Mixer Switch", WM8900_REG_BYPASS2, 7, 1, 0),
467SOC_DAPM_SINGLE("DACR Switch", WM8900_REG_ROUTMIXCTL1, 8, 1, 0),
468};
469
470static const struct snd_kcontrol_new wm8900_linmix_controls[] = {
471SOC_DAPM_SINGLE("LINPUT2 Switch", WM8900_REG_INBOOSTMIX1, 2, 1, 1),
472SOC_DAPM_SINGLE("LINPUT3 Switch", WM8900_REG_INBOOSTMIX1, 6, 1, 1),
473SOC_DAPM_SINGLE("AUX Switch", WM8900_REG_AUXBOOST, 6, 1, 1),
474SOC_DAPM_SINGLE("Input PGA Switch", WM8900_REG_ADCPATH, 6, 1, 0),
475};
476
477static const struct snd_kcontrol_new wm8900_rinmix_controls[] = {
478SOC_DAPM_SINGLE("RINPUT2 Switch", WM8900_REG_INBOOSTMIX2, 2, 1, 1),
479SOC_DAPM_SINGLE("RINPUT3 Switch", WM8900_REG_INBOOSTMIX2, 6, 1, 1),
480SOC_DAPM_SINGLE("AUX Switch", WM8900_REG_AUXBOOST, 2, 1, 1),
481SOC_DAPM_SINGLE("Input PGA Switch", WM8900_REG_ADCPATH, 2, 1, 0),
482};
483
484static const struct snd_kcontrol_new wm8900_linpga_controls[] = {
485SOC_DAPM_SINGLE("LINPUT1 Switch", WM8900_REG_INCTL, 6, 1, 0),
486SOC_DAPM_SINGLE("LINPUT2 Switch", WM8900_REG_INCTL, 5, 1, 0),
487SOC_DAPM_SINGLE("LINPUT3 Switch", WM8900_REG_INCTL, 4, 1, 0),
488};
489
490static const struct snd_kcontrol_new wm8900_rinpga_controls[] = {
491SOC_DAPM_SINGLE("RINPUT1 Switch", WM8900_REG_INCTL, 2, 1, 0),
492SOC_DAPM_SINGLE("RINPUT2 Switch", WM8900_REG_INCTL, 1, 1, 0),
493SOC_DAPM_SINGLE("RINPUT3 Switch", WM8900_REG_INCTL, 0, 1, 0),
494};
495
Mark Brown7e94ca42012-09-11 09:26:09 +0800496static const char *wm8900_lp_mux[] = { "Disabled", "Enabled" };
Mark Brown0e0e16a2008-08-04 12:06:45 +0100497
498static const struct soc_enum wm8900_lineout2_lp_mux =
Mark Brown7e94ca42012-09-11 09:26:09 +0800499SOC_ENUM_SINGLE(WM8900_REG_LOUTMIXCTL1, 1, 2, wm8900_lp_mux);
Mark Brown0e0e16a2008-08-04 12:06:45 +0100500
501static const struct snd_kcontrol_new wm8900_lineout2_lp =
502SOC_DAPM_ENUM("Route", wm8900_lineout2_lp_mux);
503
504static const struct snd_soc_dapm_widget wm8900_dapm_widgets[] = {
505
506/* Externally visible pins */
507SND_SOC_DAPM_OUTPUT("LINEOUT1L"),
508SND_SOC_DAPM_OUTPUT("LINEOUT1R"),
509SND_SOC_DAPM_OUTPUT("LINEOUT2L"),
510SND_SOC_DAPM_OUTPUT("LINEOUT2R"),
511SND_SOC_DAPM_OUTPUT("HP_L"),
512SND_SOC_DAPM_OUTPUT("HP_R"),
513
514SND_SOC_DAPM_INPUT("RINPUT1"),
515SND_SOC_DAPM_INPUT("LINPUT1"),
516SND_SOC_DAPM_INPUT("RINPUT2"),
517SND_SOC_DAPM_INPUT("LINPUT2"),
518SND_SOC_DAPM_INPUT("RINPUT3"),
519SND_SOC_DAPM_INPUT("LINPUT3"),
520SND_SOC_DAPM_INPUT("AUX"),
521
522SND_SOC_DAPM_VMID("VMID"),
523
524/* Input */
525SND_SOC_DAPM_MIXER("Left Input PGA", WM8900_REG_POWER2, 3, 0,
526 wm8900_linpga_controls,
527 ARRAY_SIZE(wm8900_linpga_controls)),
528SND_SOC_DAPM_MIXER("Right Input PGA", WM8900_REG_POWER2, 2, 0,
529 wm8900_rinpga_controls,
530 ARRAY_SIZE(wm8900_rinpga_controls)),
531
532SND_SOC_DAPM_MIXER("Left Input Mixer", WM8900_REG_POWER2, 5, 0,
533 wm8900_linmix_controls,
534 ARRAY_SIZE(wm8900_linmix_controls)),
535SND_SOC_DAPM_MIXER("Right Input Mixer", WM8900_REG_POWER2, 4, 0,
536 wm8900_rinmix_controls,
537 ARRAY_SIZE(wm8900_rinmix_controls)),
538
Mark Brown8a709d92011-10-27 09:45:42 +0200539SND_SOC_DAPM_SUPPLY("Mic Bias", WM8900_REG_POWER1, 4, 0, NULL, 0),
Mark Brown0e0e16a2008-08-04 12:06:45 +0100540
541SND_SOC_DAPM_ADC("ADCL", "Left HiFi Capture", WM8900_REG_POWER2, 1, 0),
542SND_SOC_DAPM_ADC("ADCR", "Right HiFi Capture", WM8900_REG_POWER2, 0, 0),
543
544/* Output */
545SND_SOC_DAPM_DAC("DACL", "Left HiFi Playback", WM8900_REG_POWER3, 1, 0),
546SND_SOC_DAPM_DAC("DACR", "Right HiFi Playback", WM8900_REG_POWER3, 0, 0),
547
548SND_SOC_DAPM_PGA_E("Headphone Amplifier", WM8900_REG_POWER3, 7, 0, NULL, 0,
549 wm8900_hp_event,
550 SND_SOC_DAPM_PRE_PMU | SND_SOC_DAPM_POST_PMU |
551 SND_SOC_DAPM_PRE_PMD | SND_SOC_DAPM_POST_PMD),
552
553SND_SOC_DAPM_PGA("LINEOUT1L PGA", WM8900_REG_POWER2, 8, 0, NULL, 0),
554SND_SOC_DAPM_PGA("LINEOUT1R PGA", WM8900_REG_POWER2, 7, 0, NULL, 0),
555
556SND_SOC_DAPM_MUX("LINEOUT2 LP", SND_SOC_NOPM, 0, 0, &wm8900_lineout2_lp),
557SND_SOC_DAPM_PGA("LINEOUT2L PGA", WM8900_REG_POWER3, 6, 0, NULL, 0),
558SND_SOC_DAPM_PGA("LINEOUT2R PGA", WM8900_REG_POWER3, 5, 0, NULL, 0),
559
560SND_SOC_DAPM_MIXER("Left Output Mixer", WM8900_REG_POWER3, 3, 0,
561 wm8900_loutmix_controls,
562 ARRAY_SIZE(wm8900_loutmix_controls)),
563SND_SOC_DAPM_MIXER("Right Output Mixer", WM8900_REG_POWER3, 2, 0,
564 wm8900_routmix_controls,
565 ARRAY_SIZE(wm8900_routmix_controls)),
566};
567
568/* Target, Path, Source */
Mark Brown46ce9042011-12-08 16:53:47 +0800569static const struct snd_soc_dapm_route wm8900_dapm_routes[] = {
Mark Brown0e0e16a2008-08-04 12:06:45 +0100570/* Inputs */
571{"Left Input PGA", "LINPUT1 Switch", "LINPUT1"},
572{"Left Input PGA", "LINPUT2 Switch", "LINPUT2"},
573{"Left Input PGA", "LINPUT3 Switch", "LINPUT3"},
574
575{"Right Input PGA", "RINPUT1 Switch", "RINPUT1"},
576{"Right Input PGA", "RINPUT2 Switch", "RINPUT2"},
577{"Right Input PGA", "RINPUT3 Switch", "RINPUT3"},
578
579{"Left Input Mixer", "LINPUT2 Switch", "LINPUT2"},
580{"Left Input Mixer", "LINPUT3 Switch", "LINPUT3"},
581{"Left Input Mixer", "AUX Switch", "AUX"},
582{"Left Input Mixer", "Input PGA Switch", "Left Input PGA"},
583
584{"Right Input Mixer", "RINPUT2 Switch", "RINPUT2"},
585{"Right Input Mixer", "RINPUT3 Switch", "RINPUT3"},
586{"Right Input Mixer", "AUX Switch", "AUX"},
587{"Right Input Mixer", "Input PGA Switch", "Right Input PGA"},
588
589{"ADCL", NULL, "Left Input Mixer"},
590{"ADCR", NULL, "Right Input Mixer"},
591
592/* Outputs */
593{"LINEOUT1L", NULL, "LINEOUT1L PGA"},
594{"LINEOUT1L PGA", NULL, "Left Output Mixer"},
595{"LINEOUT1R", NULL, "LINEOUT1R PGA"},
596{"LINEOUT1R PGA", NULL, "Right Output Mixer"},
597
598{"LINEOUT2L PGA", NULL, "Left Output Mixer"},
599{"LINEOUT2 LP", "Disabled", "LINEOUT2L PGA"},
600{"LINEOUT2 LP", "Enabled", "Left Output Mixer"},
601{"LINEOUT2L", NULL, "LINEOUT2 LP"},
602
603{"LINEOUT2R PGA", NULL, "Right Output Mixer"},
604{"LINEOUT2 LP", "Disabled", "LINEOUT2R PGA"},
605{"LINEOUT2 LP", "Enabled", "Right Output Mixer"},
606{"LINEOUT2R", NULL, "LINEOUT2 LP"},
607
608{"Left Output Mixer", "LINPUT3 Bypass Switch", "LINPUT3"},
609{"Left Output Mixer", "AUX Bypass Switch", "AUX"},
610{"Left Output Mixer", "Left Input Mixer Switch", "Left Input Mixer"},
611{"Left Output Mixer", "Right Input Mixer Switch", "Right Input Mixer"},
612{"Left Output Mixer", "DACL Switch", "DACL"},
613
614{"Right Output Mixer", "RINPUT3 Bypass Switch", "RINPUT3"},
615{"Right Output Mixer", "AUX Bypass Switch", "AUX"},
616{"Right Output Mixer", "Left Input Mixer Switch", "Left Input Mixer"},
617{"Right Output Mixer", "Right Input Mixer Switch", "Right Input Mixer"},
618{"Right Output Mixer", "DACR Switch", "DACR"},
619
620/* Note that the headphone output stage needs to be connected
621 * externally to LINEOUT2 via DC blocking capacitors. Other
622 * configurations are not supported.
623 *
624 * Note also that left and right headphone paths are treated as a
625 * mono path.
626 */
627{"Headphone Amplifier", NULL, "LINEOUT2 LP"},
628{"Headphone Amplifier", NULL, "LINEOUT2 LP"},
629{"HP_L", NULL, "Headphone Amplifier"},
630{"HP_R", NULL, "Headphone Amplifier"},
631};
632
Mark Brown0e0e16a2008-08-04 12:06:45 +0100633static int wm8900_hw_params(struct snd_pcm_substream *substream,
Mark Browndee89c42008-11-18 22:11:38 +0000634 struct snd_pcm_hw_params *params,
635 struct snd_soc_dai *dai)
Mark Brown0e0e16a2008-08-04 12:06:45 +0100636{
Mark Browne6968a12012-04-04 15:58:16 +0100637 struct snd_soc_codec *codec = dai->codec;
Mark Brown0e0e16a2008-08-04 12:06:45 +0100638 u16 reg;
639
Mark Brown8d50e442009-07-10 23:12:01 +0100640 reg = snd_soc_read(codec, WM8900_REG_AUDIO1) & ~0x60;
Mark Brown0e0e16a2008-08-04 12:06:45 +0100641
642 switch (params_format(params)) {
643 case SNDRV_PCM_FORMAT_S16_LE:
644 break;
645 case SNDRV_PCM_FORMAT_S20_3LE:
646 reg |= 0x20;
647 break;
648 case SNDRV_PCM_FORMAT_S24_LE:
649 reg |= 0x40;
650 break;
651 case SNDRV_PCM_FORMAT_S32_LE:
652 reg |= 0x60;
653 break;
654 default:
655 return -EINVAL;
656 }
657
Mark Brown8d50e442009-07-10 23:12:01 +0100658 snd_soc_write(codec, WM8900_REG_AUDIO1, reg);
Mark Brown0e0e16a2008-08-04 12:06:45 +0100659
Mark Brown21002e22009-06-12 17:27:52 +0100660 if (substream->stream == SNDRV_PCM_STREAM_PLAYBACK) {
Mark Brown8d50e442009-07-10 23:12:01 +0100661 reg = snd_soc_read(codec, WM8900_REG_DACCTRL);
Mark Brown21002e22009-06-12 17:27:52 +0100662
663 if (params_rate(params) <= 24000)
664 reg |= WM8900_REG_DACCTRL_DAC_SB_FILT;
665 else
666 reg &= ~WM8900_REG_DACCTRL_DAC_SB_FILT;
667
Mark Brown8d50e442009-07-10 23:12:01 +0100668 snd_soc_write(codec, WM8900_REG_DACCTRL, reg);
Mark Brown21002e22009-06-12 17:27:52 +0100669 }
670
Mark Brown0e0e16a2008-08-04 12:06:45 +0100671 return 0;
672}
673
674/* FLL divisors */
675struct _fll_div {
676 u16 fll_ratio;
677 u16 fllclk_div;
678 u16 fll_slow_lock_ref;
679 u16 n;
680 u16 k;
681};
682
683/* The size in bits of the FLL divide multiplied by 10
684 * to allow rounding later */
685#define FIXED_FLL_SIZE ((1 << 16) * 10)
686
687static int fll_factors(struct _fll_div *fll_div, unsigned int Fref,
688 unsigned int Fout)
689{
690 u64 Kpart;
691 unsigned int K, Ndiv, Nmod, target;
692 unsigned int div;
693
Takashi Iwai246e8842013-11-05 18:39:57 +0100694 if (WARN_ON(!Fout))
695 return -EINVAL;
Mark Brown0e0e16a2008-08-04 12:06:45 +0100696
697 /* The FLL must run at 90-100MHz which is then scaled down to
698 * the output value by FLLCLK_DIV. */
699 target = Fout;
700 div = 1;
701 while (target < 90000000) {
702 div *= 2;
703 target *= 2;
704 }
705
706 if (target > 100000000)
Roel Kluin449bd542009-05-27 17:08:39 -0700707 printk(KERN_WARNING "wm8900: FLL rate %u out of range, Fref=%u"
708 " Fout=%u\n", target, Fref, Fout);
Mark Brown0e0e16a2008-08-04 12:06:45 +0100709 if (div > 32) {
710 printk(KERN_ERR "wm8900: Invalid FLL division rate %u, "
Roel Kluin449bd542009-05-27 17:08:39 -0700711 "Fref=%u, Fout=%u, target=%u\n",
Mark Brown0e0e16a2008-08-04 12:06:45 +0100712 div, Fref, Fout, target);
713 return -EINVAL;
714 }
715
716 fll_div->fllclk_div = div >> 2;
717
718 if (Fref < 48000)
719 fll_div->fll_slow_lock_ref = 1;
720 else
721 fll_div->fll_slow_lock_ref = 0;
722
723 Ndiv = target / Fref;
724
725 if (Fref < 1000000)
726 fll_div->fll_ratio = 8;
727 else
728 fll_div->fll_ratio = 1;
729
730 fll_div->n = Ndiv / fll_div->fll_ratio;
731 Nmod = (target / fll_div->fll_ratio) % Fref;
732
733 /* Calculate fractional part - scale up so we can round. */
734 Kpart = FIXED_FLL_SIZE * (long long)Nmod;
735
736 do_div(Kpart, Fref);
737
738 K = Kpart & 0xFFFFFFFF;
739
740 if ((K % 10) >= 5)
741 K += 5;
742
743 /* Move down to proper range now rounding is done */
744 fll_div->k = K / 10;
745
Takashi Iwai246e8842013-11-05 18:39:57 +0100746 if (WARN_ON(target != Fout * (fll_div->fllclk_div << 2)) ||
747 WARN_ON(!K && target != Fref * fll_div->fll_ratio * fll_div->n))
748 return -EINVAL;
Mark Brown0e0e16a2008-08-04 12:06:45 +0100749
750 return 0;
751}
752
753static int wm8900_set_fll(struct snd_soc_codec *codec,
754 int fll_id, unsigned int freq_in, unsigned int freq_out)
755{
Mark Brownb2c812e2010-04-14 15:35:19 +0900756 struct wm8900_priv *wm8900 = snd_soc_codec_get_drvdata(codec);
Mark Brown0e0e16a2008-08-04 12:06:45 +0100757 struct _fll_div fll_div;
Mark Brown0e0e16a2008-08-04 12:06:45 +0100758
759 if (wm8900->fll_in == freq_in && wm8900->fll_out == freq_out)
760 return 0;
761
762 /* The digital side should be disabled during any change. */
Axel Lin29c6a012011-10-16 23:30:21 +0800763 snd_soc_update_bits(codec, WM8900_REG_POWER1,
764 WM8900_REG_POWER1_FLL_ENA, 0);
Mark Brown0e0e16a2008-08-04 12:06:45 +0100765
766 /* Disable the FLL? */
767 if (!freq_in || !freq_out) {
Axel Lin29c6a012011-10-16 23:30:21 +0800768 snd_soc_update_bits(codec, WM8900_REG_CLOCKING1,
769 WM8900_REG_CLOCKING1_MCLK_SRC, 0);
770 snd_soc_update_bits(codec, WM8900_REG_FLLCTL1,
771 WM8900_REG_FLLCTL1_OSC_ENA, 0);
Mark Brown0e0e16a2008-08-04 12:06:45 +0100772 wm8900->fll_in = freq_in;
773 wm8900->fll_out = freq_out;
774
775 return 0;
776 }
777
778 if (fll_factors(&fll_div, freq_in, freq_out) != 0)
779 goto reenable;
780
781 wm8900->fll_in = freq_in;
782 wm8900->fll_out = freq_out;
783
784 /* The osclilator *MUST* be enabled before we enable the
785 * digital circuit. */
Mark Brown8d50e442009-07-10 23:12:01 +0100786 snd_soc_write(codec, WM8900_REG_FLLCTL1,
Mark Brown0e0e16a2008-08-04 12:06:45 +0100787 fll_div.fll_ratio | WM8900_REG_FLLCTL1_OSC_ENA);
788
Mark Brown8d50e442009-07-10 23:12:01 +0100789 snd_soc_write(codec, WM8900_REG_FLLCTL4, fll_div.n >> 5);
790 snd_soc_write(codec, WM8900_REG_FLLCTL5,
Mark Brown0e0e16a2008-08-04 12:06:45 +0100791 (fll_div.fllclk_div << 6) | (fll_div.n & 0x1f));
792
793 if (fll_div.k) {
Mark Brown8d50e442009-07-10 23:12:01 +0100794 snd_soc_write(codec, WM8900_REG_FLLCTL2,
Mark Brown0e0e16a2008-08-04 12:06:45 +0100795 (fll_div.k >> 8) | 0x100);
Mark Brown8d50e442009-07-10 23:12:01 +0100796 snd_soc_write(codec, WM8900_REG_FLLCTL3, fll_div.k & 0xff);
Mark Brown0e0e16a2008-08-04 12:06:45 +0100797 } else
Mark Brown8d50e442009-07-10 23:12:01 +0100798 snd_soc_write(codec, WM8900_REG_FLLCTL2, 0);
Mark Brown0e0e16a2008-08-04 12:06:45 +0100799
800 if (fll_div.fll_slow_lock_ref)
Mark Brown8d50e442009-07-10 23:12:01 +0100801 snd_soc_write(codec, WM8900_REG_FLLCTL6,
Mark Brown0e0e16a2008-08-04 12:06:45 +0100802 WM8900_REG_FLLCTL6_FLL_SLOW_LOCK_REF);
803 else
Mark Brown8d50e442009-07-10 23:12:01 +0100804 snd_soc_write(codec, WM8900_REG_FLLCTL6, 0);
Mark Brown0e0e16a2008-08-04 12:06:45 +0100805
Axel Lin29c6a012011-10-16 23:30:21 +0800806 snd_soc_update_bits(codec, WM8900_REG_POWER1,
807 WM8900_REG_POWER1_FLL_ENA,
808 WM8900_REG_POWER1_FLL_ENA);
Mark Brown0e0e16a2008-08-04 12:06:45 +0100809
810reenable:
Axel Lin29c6a012011-10-16 23:30:21 +0800811 snd_soc_update_bits(codec, WM8900_REG_CLOCKING1,
812 WM8900_REG_CLOCKING1_MCLK_SRC,
813 WM8900_REG_CLOCKING1_MCLK_SRC);
Mark Brown0e0e16a2008-08-04 12:06:45 +0100814 return 0;
815}
816
Mark Brown85488032009-09-05 18:52:16 +0100817static int wm8900_set_dai_pll(struct snd_soc_dai *codec_dai, int pll_id,
818 int source, unsigned int freq_in, unsigned int freq_out)
Mark Brown0e0e16a2008-08-04 12:06:45 +0100819{
820 return wm8900_set_fll(codec_dai->codec, pll_id, freq_in, freq_out);
821}
822
823static int wm8900_set_dai_clkdiv(struct snd_soc_dai *codec_dai,
824 int div_id, int div)
825{
826 struct snd_soc_codec *codec = codec_dai->codec;
Mark Brown0e0e16a2008-08-04 12:06:45 +0100827
828 switch (div_id) {
829 case WM8900_BCLK_DIV:
Axel Lin29c6a012011-10-16 23:30:21 +0800830 snd_soc_update_bits(codec, WM8900_REG_CLOCKING1,
831 WM8900_REG_CLOCKING1_BCLK_MASK, div);
Mark Brown0e0e16a2008-08-04 12:06:45 +0100832 break;
833 case WM8900_OPCLK_DIV:
Axel Lin29c6a012011-10-16 23:30:21 +0800834 snd_soc_update_bits(codec, WM8900_REG_CLOCKING1,
835 WM8900_REG_CLOCKING1_OPCLK_MASK, div);
Mark Brown0e0e16a2008-08-04 12:06:45 +0100836 break;
837 case WM8900_DAC_LRCLK:
Axel Lin29c6a012011-10-16 23:30:21 +0800838 snd_soc_update_bits(codec, WM8900_REG_AUDIO4,
839 WM8900_LRC_MASK, div);
Mark Brown0e0e16a2008-08-04 12:06:45 +0100840 break;
841 case WM8900_ADC_LRCLK:
Axel Lin29c6a012011-10-16 23:30:21 +0800842 snd_soc_update_bits(codec, WM8900_REG_AUDIO3,
843 WM8900_LRC_MASK, div);
Mark Brown0e0e16a2008-08-04 12:06:45 +0100844 break;
845 case WM8900_DAC_CLKDIV:
Axel Lin29c6a012011-10-16 23:30:21 +0800846 snd_soc_update_bits(codec, WM8900_REG_CLOCKING2,
847 WM8900_REG_CLOCKING2_DAC_CLKDIV, div);
Mark Brown0e0e16a2008-08-04 12:06:45 +0100848 break;
849 case WM8900_ADC_CLKDIV:
Axel Lin29c6a012011-10-16 23:30:21 +0800850 snd_soc_update_bits(codec, WM8900_REG_CLOCKING2,
851 WM8900_REG_CLOCKING2_ADC_CLKDIV, div);
Mark Brown0e0e16a2008-08-04 12:06:45 +0100852 break;
853 case WM8900_LRCLK_MODE:
Axel Lin29c6a012011-10-16 23:30:21 +0800854 snd_soc_update_bits(codec, WM8900_REG_DACCTRL,
855 WM8900_REG_DACCTRL_AIF_LRCLKRATE, div);
Mark Brown0e0e16a2008-08-04 12:06:45 +0100856 break;
857 default:
858 return -EINVAL;
859 }
860
861 return 0;
862}
863
864
865static int wm8900_set_dai_fmt(struct snd_soc_dai *codec_dai,
866 unsigned int fmt)
867{
868 struct snd_soc_codec *codec = codec_dai->codec;
869 unsigned int clocking1, aif1, aif3, aif4;
870
Mark Brown8d50e442009-07-10 23:12:01 +0100871 clocking1 = snd_soc_read(codec, WM8900_REG_CLOCKING1);
872 aif1 = snd_soc_read(codec, WM8900_REG_AUDIO1);
873 aif3 = snd_soc_read(codec, WM8900_REG_AUDIO3);
874 aif4 = snd_soc_read(codec, WM8900_REG_AUDIO4);
Mark Brown0e0e16a2008-08-04 12:06:45 +0100875
876 /* set master/slave audio interface */
877 switch (fmt & SND_SOC_DAIFMT_MASTER_MASK) {
878 case SND_SOC_DAIFMT_CBS_CFS:
879 clocking1 &= ~WM8900_REG_CLOCKING1_BCLK_DIR;
880 aif3 &= ~WM8900_REG_AUDIO3_ADCLRC_DIR;
881 aif4 &= ~WM8900_REG_AUDIO4_DACLRC_DIR;
882 break;
883 case SND_SOC_DAIFMT_CBS_CFM:
884 clocking1 &= ~WM8900_REG_CLOCKING1_BCLK_DIR;
885 aif3 |= WM8900_REG_AUDIO3_ADCLRC_DIR;
886 aif4 |= WM8900_REG_AUDIO4_DACLRC_DIR;
887 break;
888 case SND_SOC_DAIFMT_CBM_CFM:
889 clocking1 |= WM8900_REG_CLOCKING1_BCLK_DIR;
890 aif3 |= WM8900_REG_AUDIO3_ADCLRC_DIR;
891 aif4 |= WM8900_REG_AUDIO4_DACLRC_DIR;
892 break;
893 case SND_SOC_DAIFMT_CBM_CFS:
894 clocking1 |= WM8900_REG_CLOCKING1_BCLK_DIR;
895 aif3 &= ~WM8900_REG_AUDIO3_ADCLRC_DIR;
896 aif4 &= ~WM8900_REG_AUDIO4_DACLRC_DIR;
897 break;
898 default:
899 return -EINVAL;
900 }
901
902 switch (fmt & SND_SOC_DAIFMT_FORMAT_MASK) {
903 case SND_SOC_DAIFMT_DSP_A:
904 aif1 |= WM8900_REG_AUDIO1_AIF_FMT_MASK;
905 aif1 &= ~WM8900_REG_AUDIO1_LRCLK_INV;
906 break;
907 case SND_SOC_DAIFMT_DSP_B:
908 aif1 |= WM8900_REG_AUDIO1_AIF_FMT_MASK;
909 aif1 |= WM8900_REG_AUDIO1_LRCLK_INV;
910 break;
911 case SND_SOC_DAIFMT_I2S:
912 aif1 &= ~WM8900_REG_AUDIO1_AIF_FMT_MASK;
913 aif1 |= 0x10;
914 break;
915 case SND_SOC_DAIFMT_RIGHT_J:
916 aif1 &= ~WM8900_REG_AUDIO1_AIF_FMT_MASK;
917 break;
918 case SND_SOC_DAIFMT_LEFT_J:
919 aif1 &= ~WM8900_REG_AUDIO1_AIF_FMT_MASK;
920 aif1 |= 0x8;
921 break;
922 default:
923 return -EINVAL;
924 }
925
926 /* Clock inversion */
927 switch (fmt & SND_SOC_DAIFMT_FORMAT_MASK) {
928 case SND_SOC_DAIFMT_DSP_A:
929 case SND_SOC_DAIFMT_DSP_B:
930 /* frame inversion not valid for DSP modes */
931 switch (fmt & SND_SOC_DAIFMT_INV_MASK) {
932 case SND_SOC_DAIFMT_NB_NF:
933 aif1 &= ~WM8900_REG_AUDIO1_BCLK_INV;
934 break;
935 case SND_SOC_DAIFMT_IB_NF:
936 aif1 |= WM8900_REG_AUDIO1_BCLK_INV;
937 break;
938 default:
939 return -EINVAL;
940 }
941 break;
942 case SND_SOC_DAIFMT_I2S:
943 case SND_SOC_DAIFMT_RIGHT_J:
944 case SND_SOC_DAIFMT_LEFT_J:
945 switch (fmt & SND_SOC_DAIFMT_INV_MASK) {
946 case SND_SOC_DAIFMT_NB_NF:
947 aif1 &= ~WM8900_REG_AUDIO1_BCLK_INV;
948 aif1 &= ~WM8900_REG_AUDIO1_LRCLK_INV;
949 break;
950 case SND_SOC_DAIFMT_IB_IF:
951 aif1 |= WM8900_REG_AUDIO1_BCLK_INV;
952 aif1 |= WM8900_REG_AUDIO1_LRCLK_INV;
953 break;
954 case SND_SOC_DAIFMT_IB_NF:
955 aif1 |= WM8900_REG_AUDIO1_BCLK_INV;
956 aif1 &= ~WM8900_REG_AUDIO1_LRCLK_INV;
957 break;
958 case SND_SOC_DAIFMT_NB_IF:
959 aif1 &= ~WM8900_REG_AUDIO1_BCLK_INV;
960 aif1 |= WM8900_REG_AUDIO1_LRCLK_INV;
961 break;
962 default:
963 return -EINVAL;
964 }
965 break;
966 default:
967 return -EINVAL;
968 }
969
Mark Brown8d50e442009-07-10 23:12:01 +0100970 snd_soc_write(codec, WM8900_REG_CLOCKING1, clocking1);
971 snd_soc_write(codec, WM8900_REG_AUDIO1, aif1);
972 snd_soc_write(codec, WM8900_REG_AUDIO3, aif3);
973 snd_soc_write(codec, WM8900_REG_AUDIO4, aif4);
Mark Brown0e0e16a2008-08-04 12:06:45 +0100974
975 return 0;
976}
977
978static int wm8900_digital_mute(struct snd_soc_dai *codec_dai, int mute)
979{
980 struct snd_soc_codec *codec = codec_dai->codec;
981 u16 reg;
982
Mark Brown8d50e442009-07-10 23:12:01 +0100983 reg = snd_soc_read(codec, WM8900_REG_DACCTRL);
Mark Brown0e0e16a2008-08-04 12:06:45 +0100984
985 if (mute)
986 reg |= WM8900_REG_DACCTRL_MUTE;
987 else
988 reg &= ~WM8900_REG_DACCTRL_MUTE;
989
Mark Brown8d50e442009-07-10 23:12:01 +0100990 snd_soc_write(codec, WM8900_REG_DACCTRL, reg);
Mark Brown0e0e16a2008-08-04 12:06:45 +0100991
992 return 0;
993}
994
995#define WM8900_RATES (SNDRV_PCM_RATE_8000 | SNDRV_PCM_RATE_11025 |\
996 SNDRV_PCM_RATE_16000 | SNDRV_PCM_RATE_22050 |\
997 SNDRV_PCM_RATE_44100 | SNDRV_PCM_RATE_48000)
998
999#define WM8900_PCM_FORMATS \
1000 (SNDRV_PCM_FORMAT_S16_LE | SNDRV_PCM_FORMAT_S20_3LE | \
1001 SNDRV_PCM_FORMAT_S24_LE)
1002
Lars-Peter Clausen85e76522011-11-23 11:40:40 +01001003static const struct snd_soc_dai_ops wm8900_dai_ops = {
Eric Miao6335d052009-03-03 09:41:00 +08001004 .hw_params = wm8900_hw_params,
1005 .set_clkdiv = wm8900_set_dai_clkdiv,
1006 .set_pll = wm8900_set_dai_pll,
1007 .set_fmt = wm8900_set_dai_fmt,
1008 .digital_mute = wm8900_digital_mute,
1009};
1010
Liam Girdwoodf0fba2a2010-03-17 20:15:21 +00001011static struct snd_soc_dai_driver wm8900_dai = {
1012 .name = "wm8900-hifi",
Mark Brown0e0e16a2008-08-04 12:06:45 +01001013 .playback = {
1014 .stream_name = "HiFi Playback",
1015 .channels_min = 1,
1016 .channels_max = 2,
1017 .rates = WM8900_RATES,
1018 .formats = WM8900_PCM_FORMATS,
1019 },
1020 .capture = {
1021 .stream_name = "HiFi Capture",
1022 .channels_min = 1,
1023 .channels_max = 2,
1024 .rates = WM8900_RATES,
1025 .formats = WM8900_PCM_FORMATS,
1026 },
Eric Miao6335d052009-03-03 09:41:00 +08001027 .ops = &wm8900_dai_ops,
Mark Brown0e0e16a2008-08-04 12:06:45 +01001028};
Mark Brown0e0e16a2008-08-04 12:06:45 +01001029
1030static int wm8900_set_bias_level(struct snd_soc_codec *codec,
1031 enum snd_soc_bias_level level)
1032{
1033 u16 reg;
1034
1035 switch (level) {
1036 case SND_SOC_BIAS_ON:
1037 /* Enable thermal shutdown */
Axel Lin29c6a012011-10-16 23:30:21 +08001038 snd_soc_update_bits(codec, WM8900_REG_GPIO,
1039 WM8900_REG_GPIO_TEMP_ENA,
1040 WM8900_REG_GPIO_TEMP_ENA);
1041 snd_soc_update_bits(codec, WM8900_REG_ADDCTL,
1042 WM8900_REG_ADDCTL_TEMP_SD,
1043 WM8900_REG_ADDCTL_TEMP_SD);
Mark Brown0e0e16a2008-08-04 12:06:45 +01001044 break;
1045
1046 case SND_SOC_BIAS_PREPARE:
1047 break;
1048
1049 case SND_SOC_BIAS_STANDBY:
1050 /* Charge capacitors if initial power up */
Liam Girdwoodce6120c2010-11-05 15:53:46 +02001051 if (codec->dapm.bias_level == SND_SOC_BIAS_OFF) {
Mark Brown0e0e16a2008-08-04 12:06:45 +01001052 /* STARTUP_BIAS_ENA on */
Mark Brown8d50e442009-07-10 23:12:01 +01001053 snd_soc_write(codec, WM8900_REG_POWER1,
Mark Brown0e0e16a2008-08-04 12:06:45 +01001054 WM8900_REG_POWER1_STARTUP_BIAS_ENA);
1055
1056 /* Startup bias mode */
Mark Brown8d50e442009-07-10 23:12:01 +01001057 snd_soc_write(codec, WM8900_REG_ADDCTL,
Mark Brown0e0e16a2008-08-04 12:06:45 +01001058 WM8900_REG_ADDCTL_BIAS_SRC |
1059 WM8900_REG_ADDCTL_VMID_SOFTST);
1060
1061 /* VMID 2x50k */
Mark Brown8d50e442009-07-10 23:12:01 +01001062 snd_soc_write(codec, WM8900_REG_POWER1,
Mark Brown0e0e16a2008-08-04 12:06:45 +01001063 WM8900_REG_POWER1_STARTUP_BIAS_ENA | 0x1);
1064
1065 /* Allow capacitors to charge */
1066 schedule_timeout_interruptible(msecs_to_jiffies(400));
1067
1068 /* Enable bias */
Mark Brown8d50e442009-07-10 23:12:01 +01001069 snd_soc_write(codec, WM8900_REG_POWER1,
Mark Brown0e0e16a2008-08-04 12:06:45 +01001070 WM8900_REG_POWER1_STARTUP_BIAS_ENA |
1071 WM8900_REG_POWER1_BIAS_ENA | 0x1);
1072
Mark Brown8d50e442009-07-10 23:12:01 +01001073 snd_soc_write(codec, WM8900_REG_ADDCTL, 0);
Mark Brown0e0e16a2008-08-04 12:06:45 +01001074
Mark Brown8d50e442009-07-10 23:12:01 +01001075 snd_soc_write(codec, WM8900_REG_POWER1,
Mark Brown0e0e16a2008-08-04 12:06:45 +01001076 WM8900_REG_POWER1_BIAS_ENA | 0x1);
1077 }
1078
Mark Brown8d50e442009-07-10 23:12:01 +01001079 reg = snd_soc_read(codec, WM8900_REG_POWER1);
1080 snd_soc_write(codec, WM8900_REG_POWER1,
Mark Brown0e0e16a2008-08-04 12:06:45 +01001081 (reg & WM8900_REG_POWER1_FLL_ENA) |
1082 WM8900_REG_POWER1_BIAS_ENA | 0x1);
Mark Brown8d50e442009-07-10 23:12:01 +01001083 snd_soc_write(codec, WM8900_REG_POWER2,
Mark Brown0e0e16a2008-08-04 12:06:45 +01001084 WM8900_REG_POWER2_SYSCLK_ENA);
Mark Brown8d50e442009-07-10 23:12:01 +01001085 snd_soc_write(codec, WM8900_REG_POWER3, 0);
Mark Brown0e0e16a2008-08-04 12:06:45 +01001086 break;
1087
1088 case SND_SOC_BIAS_OFF:
1089 /* Startup bias enable */
Mark Brown8d50e442009-07-10 23:12:01 +01001090 reg = snd_soc_read(codec, WM8900_REG_POWER1);
1091 snd_soc_write(codec, WM8900_REG_POWER1,
Mark Brown0e0e16a2008-08-04 12:06:45 +01001092 reg & WM8900_REG_POWER1_STARTUP_BIAS_ENA);
Mark Brown8d50e442009-07-10 23:12:01 +01001093 snd_soc_write(codec, WM8900_REG_ADDCTL,
Mark Brown0e0e16a2008-08-04 12:06:45 +01001094 WM8900_REG_ADDCTL_BIAS_SRC |
1095 WM8900_REG_ADDCTL_VMID_SOFTST);
1096
1097 /* Discharge caps */
Mark Brown8d50e442009-07-10 23:12:01 +01001098 snd_soc_write(codec, WM8900_REG_POWER1,
Mark Brown0e0e16a2008-08-04 12:06:45 +01001099 WM8900_REG_POWER1_STARTUP_BIAS_ENA);
1100 schedule_timeout_interruptible(msecs_to_jiffies(500));
1101
1102 /* Remove clamp */
Mark Brown8d50e442009-07-10 23:12:01 +01001103 snd_soc_write(codec, WM8900_REG_HPCTL1, 0);
Mark Brown0e0e16a2008-08-04 12:06:45 +01001104
1105 /* Power down */
Mark Brown8d50e442009-07-10 23:12:01 +01001106 snd_soc_write(codec, WM8900_REG_ADDCTL, 0);
1107 snd_soc_write(codec, WM8900_REG_POWER1, 0);
1108 snd_soc_write(codec, WM8900_REG_POWER2, 0);
1109 snd_soc_write(codec, WM8900_REG_POWER3, 0);
Mark Brown0e0e16a2008-08-04 12:06:45 +01001110
1111 /* Need to let things settle before stopping the clock
1112 * to ensure that restart works, see "Stopping the
1113 * master clock" in the datasheet. */
1114 schedule_timeout_interruptible(msecs_to_jiffies(1));
Mark Brown8d50e442009-07-10 23:12:01 +01001115 snd_soc_write(codec, WM8900_REG_POWER2,
Mark Brown0e0e16a2008-08-04 12:06:45 +01001116 WM8900_REG_POWER2_SYSCLK_ENA);
1117 break;
1118 }
Liam Girdwoodce6120c2010-11-05 15:53:46 +02001119 codec->dapm.bias_level = level;
Mark Brown0e0e16a2008-08-04 12:06:45 +01001120 return 0;
1121}
1122
Lars-Peter Clausen84b315e2011-12-02 10:18:28 +01001123static int wm8900_suspend(struct snd_soc_codec *codec)
Mark Brown0e0e16a2008-08-04 12:06:45 +01001124{
Mark Brownb2c812e2010-04-14 15:35:19 +09001125 struct wm8900_priv *wm8900 = snd_soc_codec_get_drvdata(codec);
Mark Brown0e0e16a2008-08-04 12:06:45 +01001126 int fll_out = wm8900->fll_out;
1127 int fll_in = wm8900->fll_in;
1128 int ret;
1129
1130 /* Stop the FLL in an orderly fashion */
1131 ret = wm8900_set_fll(codec, 0, 0, 0);
1132 if (ret != 0) {
Liam Girdwoodf0fba2a2010-03-17 20:15:21 +00001133 dev_err(codec->dev, "Failed to stop FLL\n");
Mark Brown0e0e16a2008-08-04 12:06:45 +01001134 return ret;
1135 }
1136
1137 wm8900->fll_out = fll_out;
1138 wm8900->fll_in = fll_in;
1139
1140 wm8900_set_bias_level(codec, SND_SOC_BIAS_OFF);
1141
1142 return 0;
1143}
1144
Liam Girdwoodf0fba2a2010-03-17 20:15:21 +00001145static int wm8900_resume(struct snd_soc_codec *codec)
Mark Brown0e0e16a2008-08-04 12:06:45 +01001146{
Mark Brownb2c812e2010-04-14 15:35:19 +09001147 struct wm8900_priv *wm8900 = snd_soc_codec_get_drvdata(codec);
Mark Brown49992622012-09-11 09:25:41 +08001148 int ret;
Mark Brown0e0e16a2008-08-04 12:06:45 +01001149
1150 wm8900_reset(codec);
Mark Brown49992622012-09-11 09:25:41 +08001151
1152 ret = regcache_sync(wm8900->regmap);
1153 if (ret != 0) {
1154 dev_err(codec->dev, "Failed to restore cache: %d\n", ret);
1155 return ret;
1156 }
1157
Mark Brown0e0e16a2008-08-04 12:06:45 +01001158 wm8900_set_bias_level(codec, SND_SOC_BIAS_STANDBY);
1159
1160 /* Restart the FLL? */
1161 if (wm8900->fll_out) {
1162 int fll_out = wm8900->fll_out;
1163 int fll_in = wm8900->fll_in;
1164
1165 wm8900->fll_in = 0;
1166 wm8900->fll_out = 0;
1167
1168 ret = wm8900_set_fll(codec, 0, fll_in, fll_out);
1169 if (ret != 0) {
Liam Girdwoodf0fba2a2010-03-17 20:15:21 +00001170 dev_err(codec->dev, "Failed to restart FLL\n");
Mark Brown0e0e16a2008-08-04 12:06:45 +01001171 return ret;
1172 }
1173 }
1174
Mark Brown0e0e16a2008-08-04 12:06:45 +01001175 return 0;
1176}
1177
Liam Girdwoodf0fba2a2010-03-17 20:15:21 +00001178static int wm8900_probe(struct snd_soc_codec *codec)
Mark Brown0e0e16a2008-08-04 12:06:45 +01001179{
Liam Girdwoodf0fba2a2010-03-17 20:15:21 +00001180 int ret = 0, reg;
Mark Brown78e19a32008-12-10 15:38:36 +00001181
Mark Brown49992622012-09-11 09:25:41 +08001182 ret = snd_soc_codec_set_cache_io(codec, 8, 16, SND_SOC_REGMAP);
Mark Brown8d50e442009-07-10 23:12:01 +01001183 if (ret != 0) {
Liam Girdwoodf0fba2a2010-03-17 20:15:21 +00001184 dev_err(codec->dev, "Failed to set cache I/O: %d\n", ret);
1185 return ret;
Mark Brown8d50e442009-07-10 23:12:01 +01001186 }
1187
1188 reg = snd_soc_read(codec, WM8900_REG_ID);
Mark Brown0e0e16a2008-08-04 12:06:45 +01001189 if (reg != 0x8900) {
Liam Girdwoodf0fba2a2010-03-17 20:15:21 +00001190 dev_err(codec->dev, "Device is not a WM8900 - ID %x\n", reg);
1191 return -ENODEV;
Mark Brown0e0e16a2008-08-04 12:06:45 +01001192 }
1193
Mark Brown0e0e16a2008-08-04 12:06:45 +01001194 wm8900_reset(codec);
1195
Mark Brown78e19a32008-12-10 15:38:36 +00001196 /* Turn the chip on */
1197 wm8900_set_bias_level(codec, SND_SOC_BIAS_STANDBY);
1198
Mark Brown0e0e16a2008-08-04 12:06:45 +01001199 /* Latch the volume update bits */
Axel Lin29c6a012011-10-16 23:30:21 +08001200 snd_soc_update_bits(codec, WM8900_REG_LINVOL, 0x100, 0x100);
1201 snd_soc_update_bits(codec, WM8900_REG_RINVOL, 0x100, 0x100);
1202 snd_soc_update_bits(codec, WM8900_REG_LOUT1CTL, 0x100, 0x100);
1203 snd_soc_update_bits(codec, WM8900_REG_ROUT1CTL, 0x100, 0x100);
1204 snd_soc_update_bits(codec, WM8900_REG_LOUT2CTL, 0x100, 0x100);
1205 snd_soc_update_bits(codec, WM8900_REG_ROUT2CTL, 0x100, 0x100);
1206 snd_soc_update_bits(codec, WM8900_REG_LDAC_DV, 0x100, 0x100);
1207 snd_soc_update_bits(codec, WM8900_REG_RDAC_DV, 0x100, 0x100);
1208 snd_soc_update_bits(codec, WM8900_REG_LADC_DV, 0x100, 0x100);
1209 snd_soc_update_bits(codec, WM8900_REG_RADC_DV, 0x100, 0x100);
Mark Brown0e0e16a2008-08-04 12:06:45 +01001210
1211 /* Set the DAC and mixer output bias */
Mark Brown8d50e442009-07-10 23:12:01 +01001212 snd_soc_write(codec, WM8900_REG_OUTBIASCTL, 0x81);
Mark Brown0e0e16a2008-08-04 12:06:45 +01001213
Liam Girdwoodf0fba2a2010-03-17 20:15:21 +00001214 return 0;
1215}
Mark Brown78e19a32008-12-10 15:38:36 +00001216
Liam Girdwoodf0fba2a2010-03-17 20:15:21 +00001217/* power down chip */
1218static int wm8900_remove(struct snd_soc_codec *codec)
1219{
1220 wm8900_set_bias_level(codec, SND_SOC_BIAS_OFF);
1221 return 0;
1222}
Mark Brown78e19a32008-12-10 15:38:36 +00001223
Liam Girdwoodf0fba2a2010-03-17 20:15:21 +00001224static struct snd_soc_codec_driver soc_codec_dev_wm8900 = {
1225 .probe = wm8900_probe,
1226 .remove = wm8900_remove,
1227 .suspend = wm8900_suspend,
1228 .resume = wm8900_resume,
1229 .set_bias_level = wm8900_set_bias_level,
Mark Brown46ce9042011-12-08 16:53:47 +08001230
1231 .controls = wm8900_snd_controls,
1232 .num_controls = ARRAY_SIZE(wm8900_snd_controls),
1233 .dapm_widgets = wm8900_dapm_widgets,
1234 .num_dapm_widgets = ARRAY_SIZE(wm8900_dapm_widgets),
1235 .dapm_routes = wm8900_dapm_routes,
1236 .num_dapm_routes = ARRAY_SIZE(wm8900_dapm_routes),
Liam Girdwoodf0fba2a2010-03-17 20:15:21 +00001237};
Mark Brown78e19a32008-12-10 15:38:36 +00001238
Mark Brown49992622012-09-11 09:25:41 +08001239static const struct regmap_config wm8900_regmap = {
1240 .reg_bits = 8,
1241 .val_bits = 16,
1242 .max_register = WM8900_MAXREG,
1243
1244 .reg_defaults = wm8900_reg_defaults,
1245 .num_reg_defaults = ARRAY_SIZE(wm8900_reg_defaults),
1246 .cache_type = REGCACHE_RBTREE,
1247
1248 .volatile_reg = wm8900_volatile_register,
1249};
1250
Liam Girdwoodf0fba2a2010-03-17 20:15:21 +00001251#if defined(CONFIG_SPI_MASTER)
Bill Pemberton7a79e942012-12-07 09:26:37 -05001252static int wm8900_spi_probe(struct spi_device *spi)
Liam Girdwoodf0fba2a2010-03-17 20:15:21 +00001253{
1254 struct wm8900_priv *wm8900;
1255 int ret;
1256
Mark Brown6a58870d2012-09-11 09:19:19 +08001257 wm8900 = devm_kzalloc(&spi->dev, sizeof(struct wm8900_priv),
1258 GFP_KERNEL);
Liam Girdwoodf0fba2a2010-03-17 20:15:21 +00001259 if (wm8900 == NULL)
1260 return -ENOMEM;
1261
Mark Brown49992622012-09-11 09:25:41 +08001262 wm8900->regmap = devm_regmap_init_spi(spi, &wm8900_regmap);
1263 if (IS_ERR(wm8900->regmap))
1264 return PTR_ERR(wm8900->regmap);
1265
Liam Girdwoodf0fba2a2010-03-17 20:15:21 +00001266 spi_set_drvdata(spi, wm8900);
1267
1268 ret = snd_soc_register_codec(&spi->dev,
1269 &soc_codec_dev_wm8900, &wm8900_dai, 1);
Mark Brown6a58870d2012-09-11 09:19:19 +08001270
Mark Brown78e19a32008-12-10 15:38:36 +00001271 return ret;
Liam Girdwoodf0fba2a2010-03-17 20:15:21 +00001272}
Mark Brown78e19a32008-12-10 15:38:36 +00001273
Bill Pemberton7a79e942012-12-07 09:26:37 -05001274static int wm8900_spi_remove(struct spi_device *spi)
Liam Girdwoodf0fba2a2010-03-17 20:15:21 +00001275{
1276 snd_soc_unregister_codec(&spi->dev);
Liam Girdwoodf0fba2a2010-03-17 20:15:21 +00001277 return 0;
1278}
1279
1280static struct spi_driver wm8900_spi_driver = {
1281 .driver = {
Mark Brown091edcc2011-12-02 22:08:49 +00001282 .name = "wm8900",
Liam Girdwoodf0fba2a2010-03-17 20:15:21 +00001283 .owner = THIS_MODULE,
1284 },
1285 .probe = wm8900_spi_probe,
Bill Pemberton7a79e942012-12-07 09:26:37 -05001286 .remove = wm8900_spi_remove,
Liam Girdwoodf0fba2a2010-03-17 20:15:21 +00001287};
1288#endif /* CONFIG_SPI_MASTER */
1289
1290#if defined(CONFIG_I2C) || defined(CONFIG_I2C_MODULE)
Bill Pemberton7a79e942012-12-07 09:26:37 -05001291static int wm8900_i2c_probe(struct i2c_client *i2c,
1292 const struct i2c_device_id *id)
Liam Girdwoodf0fba2a2010-03-17 20:15:21 +00001293{
1294 struct wm8900_priv *wm8900;
1295 int ret;
1296
Mark Brown6a58870d2012-09-11 09:19:19 +08001297 wm8900 = devm_kzalloc(&i2c->dev, sizeof(struct wm8900_priv),
1298 GFP_KERNEL);
Liam Girdwoodf0fba2a2010-03-17 20:15:21 +00001299 if (wm8900 == NULL)
1300 return -ENOMEM;
1301
Mark Brown49992622012-09-11 09:25:41 +08001302 wm8900->regmap = devm_regmap_init_i2c(i2c, &wm8900_regmap);
1303 if (IS_ERR(wm8900->regmap))
1304 return PTR_ERR(wm8900->regmap);
1305
Liam Girdwoodf0fba2a2010-03-17 20:15:21 +00001306 i2c_set_clientdata(i2c, wm8900);
Liam Girdwoodf0fba2a2010-03-17 20:15:21 +00001307
1308 ret = snd_soc_register_codec(&i2c->dev,
1309 &soc_codec_dev_wm8900, &wm8900_dai, 1);
Mark Brown6a58870d2012-09-11 09:19:19 +08001310
Mark Brown78e19a32008-12-10 15:38:36 +00001311 return ret;
Mark Brown0e0e16a2008-08-04 12:06:45 +01001312}
1313
Bill Pemberton7a79e942012-12-07 09:26:37 -05001314static int wm8900_i2c_remove(struct i2c_client *client)
Mark Brown0e0e16a2008-08-04 12:06:45 +01001315{
Liam Girdwoodf0fba2a2010-03-17 20:15:21 +00001316 snd_soc_unregister_codec(&client->dev);
Mark Brown0e0e16a2008-08-04 12:06:45 +01001317 return 0;
1318}
1319
Jean Delvare8ae6a552008-10-15 19:58:12 +02001320static const struct i2c_device_id wm8900_i2c_id[] = {
1321 { "wm8900", 0 },
1322 { }
1323};
1324MODULE_DEVICE_TABLE(i2c, wm8900_i2c_id);
Mark Brown0e0e16a2008-08-04 12:06:45 +01001325
Mark Brown0e0e16a2008-08-04 12:06:45 +01001326static struct i2c_driver wm8900_i2c_driver = {
1327 .driver = {
Mark Brown091edcc2011-12-02 22:08:49 +00001328 .name = "wm8900",
Mark Brown0e0e16a2008-08-04 12:06:45 +01001329 .owner = THIS_MODULE,
1330 },
Liam Girdwoodf0fba2a2010-03-17 20:15:21 +00001331 .probe = wm8900_i2c_probe,
Bill Pemberton7a79e942012-12-07 09:26:37 -05001332 .remove = wm8900_i2c_remove,
Jean Delvare8ae6a552008-10-15 19:58:12 +02001333 .id_table = wm8900_i2c_id,
Mark Brown0e0e16a2008-08-04 12:06:45 +01001334};
Liam Girdwoodf0fba2a2010-03-17 20:15:21 +00001335#endif
Mark Brown0e0e16a2008-08-04 12:06:45 +01001336
Takashi Iwaic9b3a402008-12-10 07:47:22 +01001337static int __init wm8900_modinit(void)
Mark Brown64089b82008-12-08 19:17:58 +00001338{
Liam Girdwoodf0fba2a2010-03-17 20:15:21 +00001339 int ret = 0;
1340#if defined(CONFIG_I2C) || defined(CONFIG_I2C_MODULE)
1341 ret = i2c_add_driver(&wm8900_i2c_driver);
1342 if (ret != 0) {
1343 printk(KERN_ERR "Failed to register wm8900 I2C driver: %d\n",
1344 ret);
1345 }
1346#endif
1347#if defined(CONFIG_SPI_MASTER)
1348 ret = spi_register_driver(&wm8900_spi_driver);
1349 if (ret != 0) {
1350 printk(KERN_ERR "Failed to register wm8900 SPI driver: %d\n",
1351 ret);
1352 }
1353#endif
1354 return ret;
Mark Brown64089b82008-12-08 19:17:58 +00001355}
1356module_init(wm8900_modinit);
1357
1358static void __exit wm8900_exit(void)
1359{
Liam Girdwoodf0fba2a2010-03-17 20:15:21 +00001360#if defined(CONFIG_I2C) || defined(CONFIG_I2C_MODULE)
Mark Brownf0752332008-12-09 12:51:56 +00001361 i2c_del_driver(&wm8900_i2c_driver);
Liam Girdwoodf0fba2a2010-03-17 20:15:21 +00001362#endif
1363#if defined(CONFIG_SPI_MASTER)
1364 spi_unregister_driver(&wm8900_spi_driver);
1365#endif
Mark Brown64089b82008-12-08 19:17:58 +00001366}
1367module_exit(wm8900_exit);
1368
Mark Brown0e0e16a2008-08-04 12:06:45 +01001369MODULE_DESCRIPTION("ASoC WM8900 driver");
1370MODULE_AUTHOR("Mark Brown <broonie@opensource.wolfonmicro.com>");
1371MODULE_LICENSE("GPL");