blob: 9793775d57986ad24bc24f96310380feb2a38820 [file] [log] [blame]
Mark Brownf1c0a022008-08-26 13:05:27 +01001/*
2 * wm8903.c -- WM8903 ALSA SoC Audio driver
3 *
4 * Copyright 2008 Wolfson Microelectronics
Stephen Warren7cfe5612011-01-20 13:52:08 -07005 * Copyright 2011 NVIDIA, Inc.
Mark Brownf1c0a022008-08-26 13:05:27 +01006 *
7 * Author: Mark Brown <broonie@opensource.wolfsonmicro.com>
8 *
9 * This program is free software; you can redistribute it and/or modify
10 * it under the terms of the GNU General Public License version 2 as
11 * published by the Free Software Foundation.
12 *
13 * TODO:
14 * - TDM mode configuration.
Mark Brownf1c0a022008-08-26 13:05:27 +010015 * - Digital microphone support.
Mark Brownf1c0a022008-08-26 13:05:27 +010016 */
17
18#include <linux/module.h>
19#include <linux/moduleparam.h>
20#include <linux/init.h>
Mark Brown8abd16a2010-03-15 18:25:26 +000021#include <linux/completion.h>
Mark Brownf1c0a022008-08-26 13:05:27 +010022#include <linux/delay.h>
Stephen Warren7cfe5612011-01-20 13:52:08 -070023#include <linux/gpio.h>
Mark Brownf1c0a022008-08-26 13:05:27 +010024#include <linux/pm.h>
25#include <linux/i2c.h>
26#include <linux/platform_device.h>
Tejun Heo5a0e3ad2010-03-24 17:04:11 +090027#include <linux/slab.h>
Mark Brownf1c0a022008-08-26 13:05:27 +010028#include <sound/core.h>
Mark Brown72453872010-03-15 21:22:58 +000029#include <sound/jack.h>
Mark Brownf1c0a022008-08-26 13:05:27 +010030#include <sound/pcm.h>
31#include <sound/pcm_params.h>
32#include <sound/tlv.h>
33#include <sound/soc.h>
Mark Brownf1c0a022008-08-26 13:05:27 +010034#include <sound/initval.h>
Mark Brown8abd16a2010-03-15 18:25:26 +000035#include <sound/wm8903.h>
Mark Brown2bbb5d62010-12-05 12:50:12 +000036#include <trace/events/asoc.h>
Mark Brownf1c0a022008-08-26 13:05:27 +010037
38#include "wm8903.h"
39
Mark Brownf1c0a022008-08-26 13:05:27 +010040/* Register defaults at reset */
41static u16 wm8903_reg_defaults[] = {
42 0x8903, /* R0 - SW Reset and ID */
43 0x0000, /* R1 - Revision Number */
44 0x0000, /* R2 */
45 0x0000, /* R3 */
46 0x0018, /* R4 - Bias Control 0 */
47 0x0000, /* R5 - VMID Control 0 */
48 0x0000, /* R6 - Mic Bias Control 0 */
49 0x0000, /* R7 */
50 0x0001, /* R8 - Analogue DAC 0 */
51 0x0000, /* R9 */
52 0x0001, /* R10 - Analogue ADC 0 */
53 0x0000, /* R11 */
54 0x0000, /* R12 - Power Management 0 */
55 0x0000, /* R13 - Power Management 1 */
56 0x0000, /* R14 - Power Management 2 */
57 0x0000, /* R15 - Power Management 3 */
58 0x0000, /* R16 - Power Management 4 */
59 0x0000, /* R17 - Power Management 5 */
60 0x0000, /* R18 - Power Management 6 */
61 0x0000, /* R19 */
62 0x0400, /* R20 - Clock Rates 0 */
63 0x0D07, /* R21 - Clock Rates 1 */
64 0x0000, /* R22 - Clock Rates 2 */
65 0x0000, /* R23 */
66 0x0050, /* R24 - Audio Interface 0 */
67 0x0242, /* R25 - Audio Interface 1 */
68 0x0008, /* R26 - Audio Interface 2 */
69 0x0022, /* R27 - Audio Interface 3 */
70 0x0000, /* R28 */
71 0x0000, /* R29 */
72 0x00C0, /* R30 - DAC Digital Volume Left */
73 0x00C0, /* R31 - DAC Digital Volume Right */
74 0x0000, /* R32 - DAC Digital 0 */
75 0x0000, /* R33 - DAC Digital 1 */
76 0x0000, /* R34 */
77 0x0000, /* R35 */
78 0x00C0, /* R36 - ADC Digital Volume Left */
79 0x00C0, /* R37 - ADC Digital Volume Right */
80 0x0000, /* R38 - ADC Digital 0 */
81 0x0073, /* R39 - Digital Microphone 0 */
82 0x09BF, /* R40 - DRC 0 */
83 0x3241, /* R41 - DRC 1 */
84 0x0020, /* R42 - DRC 2 */
85 0x0000, /* R43 - DRC 3 */
86 0x0085, /* R44 - Analogue Left Input 0 */
87 0x0085, /* R45 - Analogue Right Input 0 */
88 0x0044, /* R46 - Analogue Left Input 1 */
89 0x0044, /* R47 - Analogue Right Input 1 */
90 0x0000, /* R48 */
91 0x0000, /* R49 */
92 0x0008, /* R50 - Analogue Left Mix 0 */
93 0x0004, /* R51 - Analogue Right Mix 0 */
94 0x0000, /* R52 - Analogue Spk Mix Left 0 */
95 0x0000, /* R53 - Analogue Spk Mix Left 1 */
96 0x0000, /* R54 - Analogue Spk Mix Right 0 */
97 0x0000, /* R55 - Analogue Spk Mix Right 1 */
98 0x0000, /* R56 */
99 0x002D, /* R57 - Analogue OUT1 Left */
100 0x002D, /* R58 - Analogue OUT1 Right */
101 0x0039, /* R59 - Analogue OUT2 Left */
102 0x0039, /* R60 - Analogue OUT2 Right */
103 0x0100, /* R61 */
104 0x0139, /* R62 - Analogue OUT3 Left */
105 0x0139, /* R63 - Analogue OUT3 Right */
106 0x0000, /* R64 */
107 0x0000, /* R65 - Analogue SPK Output Control 0 */
108 0x0000, /* R66 */
109 0x0010, /* R67 - DC Servo 0 */
110 0x0100, /* R68 */
111 0x00A4, /* R69 - DC Servo 2 */
112 0x0807, /* R70 */
113 0x0000, /* R71 */
114 0x0000, /* R72 */
115 0x0000, /* R73 */
116 0x0000, /* R74 */
117 0x0000, /* R75 */
118 0x0000, /* R76 */
119 0x0000, /* R77 */
120 0x0000, /* R78 */
121 0x000E, /* R79 */
122 0x0000, /* R80 */
123 0x0000, /* R81 */
124 0x0000, /* R82 */
125 0x0000, /* R83 */
126 0x0000, /* R84 */
127 0x0000, /* R85 */
128 0x0000, /* R86 */
129 0x0006, /* R87 */
130 0x0000, /* R88 */
131 0x0000, /* R89 */
132 0x0000, /* R90 - Analogue HP 0 */
133 0x0060, /* R91 */
134 0x0000, /* R92 */
135 0x0000, /* R93 */
136 0x0000, /* R94 - Analogue Lineout 0 */
137 0x0060, /* R95 */
138 0x0000, /* R96 */
139 0x0000, /* R97 */
140 0x0000, /* R98 - Charge Pump 0 */
141 0x1F25, /* R99 */
142 0x2B19, /* R100 */
143 0x01C0, /* R101 */
144 0x01EF, /* R102 */
145 0x2B00, /* R103 */
146 0x0000, /* R104 - Class W 0 */
147 0x01C0, /* R105 */
148 0x1C10, /* R106 */
149 0x0000, /* R107 */
150 0x0000, /* R108 - Write Sequencer 0 */
151 0x0000, /* R109 - Write Sequencer 1 */
152 0x0000, /* R110 - Write Sequencer 2 */
153 0x0000, /* R111 - Write Sequencer 3 */
154 0x0000, /* R112 - Write Sequencer 4 */
155 0x0000, /* R113 */
156 0x0000, /* R114 - Control Interface */
157 0x0000, /* R115 */
158 0x00A8, /* R116 - GPIO Control 1 */
159 0x00A8, /* R117 - GPIO Control 2 */
160 0x00A8, /* R118 - GPIO Control 3 */
161 0x0220, /* R119 - GPIO Control 4 */
162 0x01A0, /* R120 - GPIO Control 5 */
163 0x0000, /* R121 - Interrupt Status 1 */
164 0xFFFF, /* R122 - Interrupt Status 1 Mask */
165 0x0000, /* R123 - Interrupt Polarity 1 */
166 0x0000, /* R124 */
167 0x0003, /* R125 */
168 0x0000, /* R126 - Interrupt Control */
169 0x0000, /* R127 */
170 0x0005, /* R128 */
171 0x0000, /* R129 - Control Interface Test 1 */
172 0x0000, /* R130 */
173 0x0000, /* R131 */
174 0x0000, /* R132 */
175 0x0000, /* R133 */
176 0x0000, /* R134 */
177 0x03FF, /* R135 */
178 0x0007, /* R136 */
179 0x0040, /* R137 */
180 0x0000, /* R138 */
181 0x0000, /* R139 */
182 0x0000, /* R140 */
183 0x0000, /* R141 */
184 0x0000, /* R142 */
185 0x0000, /* R143 */
186 0x0000, /* R144 */
187 0x0000, /* R145 */
188 0x0000, /* R146 */
189 0x0000, /* R147 */
190 0x4000, /* R148 */
191 0x6810, /* R149 - Charge Pump Test 1 */
192 0x0004, /* R150 */
193 0x0000, /* R151 */
194 0x0000, /* R152 */
195 0x0000, /* R153 */
196 0x0000, /* R154 */
197 0x0000, /* R155 */
198 0x0000, /* R156 */
199 0x0000, /* R157 */
200 0x0000, /* R158 */
201 0x0000, /* R159 */
202 0x0000, /* R160 */
203 0x0000, /* R161 */
204 0x0000, /* R162 */
205 0x0000, /* R163 */
206 0x0028, /* R164 - Clock Rate Test 4 */
207 0x0004, /* R165 */
208 0x0000, /* R166 */
209 0x0060, /* R167 */
210 0x0000, /* R168 */
211 0x0000, /* R169 */
212 0x0000, /* R170 */
213 0x0000, /* R171 */
214 0x0000, /* R172 - Analogue Output Bias 0 */
215};
216
Mark Brownd58d5d52008-12-10 18:36:42 +0000217struct wm8903_priv {
Stephen Warren7cfe5612011-01-20 13:52:08 -0700218 struct snd_soc_codec *codec;
Liam Girdwoodf0fba2a2010-03-17 20:15:21 +0000219
Mark Brownd58d5d52008-12-10 18:36:42 +0000220 int sysclk;
Liam Girdwoodf0fba2a2010-03-17 20:15:21 +0000221 int irq;
Mark Brownd58d5d52008-12-10 18:36:42 +0000222
Mark Brown69fff9b2010-12-10 19:17:08 +0000223 int fs;
224 int deemph;
225
Mark Brownf2c1fe02010-12-10 19:17:07 +0000226 /* Reference count */
Mark Brownd58d5d52008-12-10 18:36:42 +0000227 int class_w_users;
Mark Brownd58d5d52008-12-10 18:36:42 +0000228
Mark Brown8abd16a2010-03-15 18:25:26 +0000229 struct completion wseq;
230
Mark Brown72453872010-03-15 21:22:58 +0000231 struct snd_soc_jack *mic_jack;
232 int mic_det;
233 int mic_short;
234 int mic_last_report;
235 int mic_delay;
Stephen Warren7cfe5612011-01-20 13:52:08 -0700236
237#ifdef CONFIG_GPIOLIB
238 struct gpio_chip gpio_chip;
239#endif
Mark Brownd58d5d52008-12-10 18:36:42 +0000240};
241
Dimitris Papastamosd4754ec2011-01-13 12:20:37 +0000242static int wm8903_volatile_register(struct snd_soc_codec *codec, unsigned int reg)
Mark Brownf1c0a022008-08-26 13:05:27 +0100243{
244 switch (reg) {
245 case WM8903_SW_RESET_AND_ID:
246 case WM8903_REVISION_NUMBER:
247 case WM8903_INTERRUPT_STATUS_1:
248 case WM8903_WRITE_SEQUENCER_4:
Mark Brown13a99832011-02-09 17:42:55 +0000249 case WM8903_POWER_MANAGEMENT_3:
250 case WM8903_POWER_MANAGEMENT_2:
Mark Brown8d50e442009-07-10 23:12:01 +0100251 return 1;
Mark Brownf1c0a022008-08-26 13:05:27 +0100252
253 default:
Mark Brownf1c0a022008-08-26 13:05:27 +0100254 return 0;
Mark Brown8d50e442009-07-10 23:12:01 +0100255 }
Mark Brownf1c0a022008-08-26 13:05:27 +0100256}
257
258static int wm8903_run_sequence(struct snd_soc_codec *codec, unsigned int start)
259{
260 u16 reg[5];
Mark Brownb2c812e2010-04-14 15:35:19 +0900261 struct wm8903_priv *wm8903 = snd_soc_codec_get_drvdata(codec);
Mark Brownf1c0a022008-08-26 13:05:27 +0100262
263 BUG_ON(start > 48);
264
Mark Brown37f88e82010-03-15 18:14:34 +0000265 /* Enable the sequencer if it's not already on */
Mark Brown8d50e442009-07-10 23:12:01 +0100266 reg[0] = snd_soc_read(codec, WM8903_WRITE_SEQUENCER_0);
Mark Brown37f88e82010-03-15 18:14:34 +0000267 snd_soc_write(codec, WM8903_WRITE_SEQUENCER_0,
268 reg[0] | WM8903_WSEQ_ENA);
Mark Brownf1c0a022008-08-26 13:05:27 +0100269
Liam Girdwoodf0fba2a2010-03-17 20:15:21 +0000270 dev_dbg(codec->dev, "Starting sequence at %d\n", start);
Mark Brownf1c0a022008-08-26 13:05:27 +0100271
Mark Brown8d50e442009-07-10 23:12:01 +0100272 snd_soc_write(codec, WM8903_WRITE_SEQUENCER_3,
Mark Brownf1c0a022008-08-26 13:05:27 +0100273 start | WM8903_WSEQ_START);
274
275 /* Wait for it to complete. If we have the interrupt wired up then
Mark Brown8abd16a2010-03-15 18:25:26 +0000276 * that will break us out of the poll early.
Mark Brownf1c0a022008-08-26 13:05:27 +0100277 */
278 do {
Mark Brown8abd16a2010-03-15 18:25:26 +0000279 wait_for_completion_timeout(&wm8903->wseq,
280 msecs_to_jiffies(10));
Mark Brownf1c0a022008-08-26 13:05:27 +0100281
Mark Brown8d50e442009-07-10 23:12:01 +0100282 reg[4] = snd_soc_read(codec, WM8903_WRITE_SEQUENCER_4);
Mark Brownf1c0a022008-08-26 13:05:27 +0100283 } while (reg[4] & WM8903_WSEQ_BUSY);
284
Liam Girdwoodf0fba2a2010-03-17 20:15:21 +0000285 dev_dbg(codec->dev, "Sequence complete\n");
Mark Brownf1c0a022008-08-26 13:05:27 +0100286
Mark Brown37f88e82010-03-15 18:14:34 +0000287 /* Disable the sequencer again if we enabled it */
288 snd_soc_write(codec, WM8903_WRITE_SEQUENCER_0, reg[0]);
Mark Brownf1c0a022008-08-26 13:05:27 +0100289
290 return 0;
291}
292
293static void wm8903_sync_reg_cache(struct snd_soc_codec *codec, u16 *cache)
294{
295 int i;
296
297 /* There really ought to be something better we can do here :/ */
298 for (i = 0; i < ARRAY_SIZE(wm8903_reg_defaults); i++)
Mark Brown8d50e442009-07-10 23:12:01 +0100299 cache[i] = codec->hw_read(codec, i);
Mark Brownf1c0a022008-08-26 13:05:27 +0100300}
301
302static void wm8903_reset(struct snd_soc_codec *codec)
303{
Mark Brown8d50e442009-07-10 23:12:01 +0100304 snd_soc_write(codec, WM8903_SW_RESET_AND_ID, 0);
Mark Brownd58d5d52008-12-10 18:36:42 +0000305 memcpy(codec->reg_cache, wm8903_reg_defaults,
306 sizeof(wm8903_reg_defaults));
Mark Brownf1c0a022008-08-26 13:05:27 +0100307}
308
Mark Brown42768a12009-04-22 18:39:39 +0100309static int wm8903_cp_event(struct snd_soc_dapm_widget *w,
310 struct snd_kcontrol *kcontrol, int event)
311{
312 WARN_ON(event != SND_SOC_DAPM_POST_PMU);
313 mdelay(4);
314
315 return 0;
316}
317
Mark Brownf1c0a022008-08-26 13:05:27 +0100318/*
Mark Brownf1c0a022008-08-26 13:05:27 +0100319 * When used with DAC outputs only the WM8903 charge pump supports
320 * operation in class W mode, providing very low power consumption
321 * when used with digital sources. Enable and disable this mode
322 * automatically depending on the mixer configuration.
323 *
324 * All the relevant controls are simple switches.
325 */
326static int wm8903_class_w_put(struct snd_kcontrol *kcontrol,
327 struct snd_ctl_elem_value *ucontrol)
328{
329 struct snd_soc_dapm_widget *widget = snd_kcontrol_chip(kcontrol);
330 struct snd_soc_codec *codec = widget->codec;
Mark Brownb2c812e2010-04-14 15:35:19 +0900331 struct wm8903_priv *wm8903 = snd_soc_codec_get_drvdata(codec);
Mark Brownf1c0a022008-08-26 13:05:27 +0100332 u16 reg;
333 int ret;
334
Mark Brown8d50e442009-07-10 23:12:01 +0100335 reg = snd_soc_read(codec, WM8903_CLASS_W_0);
Mark Brownf1c0a022008-08-26 13:05:27 +0100336
337 /* Turn it off if we're about to enable bypass */
338 if (ucontrol->value.integer.value[0]) {
339 if (wm8903->class_w_users == 0) {
Liam Girdwoodf0fba2a2010-03-17 20:15:21 +0000340 dev_dbg(codec->dev, "Disabling Class W\n");
Mark Brown8d50e442009-07-10 23:12:01 +0100341 snd_soc_write(codec, WM8903_CLASS_W_0, reg &
Mark Brownf1c0a022008-08-26 13:05:27 +0100342 ~(WM8903_CP_DYN_FREQ | WM8903_CP_DYN_V));
343 }
344 wm8903->class_w_users++;
345 }
346
347 /* Implement the change */
348 ret = snd_soc_dapm_put_volsw(kcontrol, ucontrol);
349
350 /* If we've just disabled the last bypass path turn Class W on */
351 if (!ucontrol->value.integer.value[0]) {
352 if (wm8903->class_w_users == 1) {
Liam Girdwoodf0fba2a2010-03-17 20:15:21 +0000353 dev_dbg(codec->dev, "Enabling Class W\n");
Mark Brown8d50e442009-07-10 23:12:01 +0100354 snd_soc_write(codec, WM8903_CLASS_W_0, reg |
Mark Brownf1c0a022008-08-26 13:05:27 +0100355 WM8903_CP_DYN_FREQ | WM8903_CP_DYN_V);
356 }
357 wm8903->class_w_users--;
358 }
359
Liam Girdwoodf0fba2a2010-03-17 20:15:21 +0000360 dev_dbg(codec->dev, "Bypass use count now %d\n",
Mark Brownf1c0a022008-08-26 13:05:27 +0100361 wm8903->class_w_users);
362
363 return ret;
364}
365
366#define SOC_DAPM_SINGLE_W(xname, reg, shift, max, invert) \
367{ .iface = SNDRV_CTL_ELEM_IFACE_MIXER, .name = xname, \
368 .info = snd_soc_info_volsw, \
369 .get = snd_soc_dapm_get_volsw, .put = wm8903_class_w_put, \
370 .private_value = SOC_SINGLE_VALUE(reg, shift, max, invert) }
371
372
Mark Brown69fff9b2010-12-10 19:17:08 +0000373static int wm8903_deemph[] = { 0, 32000, 44100, 48000 };
374
375static int wm8903_set_deemph(struct snd_soc_codec *codec)
376{
377 struct wm8903_priv *wm8903 = snd_soc_codec_get_drvdata(codec);
378 int val, i, best;
379
380 /* If we're using deemphasis select the nearest available sample
381 * rate.
382 */
383 if (wm8903->deemph) {
384 best = 1;
385 for (i = 2; i < ARRAY_SIZE(wm8903_deemph); i++) {
386 if (abs(wm8903_deemph[i] - wm8903->fs) <
387 abs(wm8903_deemph[best] - wm8903->fs))
388 best = i;
389 }
390
391 val = best << WM8903_DEEMPH_SHIFT;
392 } else {
393 best = 0;
394 val = 0;
395 }
396
397 dev_dbg(codec->dev, "Set deemphasis %d (%dHz)\n",
398 best, wm8903_deemph[best]);
399
400 return snd_soc_update_bits(codec, WM8903_DAC_DIGITAL_1,
401 WM8903_DEEMPH_MASK, val);
402}
403
404static int wm8903_get_deemph(struct snd_kcontrol *kcontrol,
405 struct snd_ctl_elem_value *ucontrol)
406{
407 struct snd_soc_codec *codec = snd_kcontrol_chip(kcontrol);
408 struct wm8903_priv *wm8903 = snd_soc_codec_get_drvdata(codec);
409
410 ucontrol->value.enumerated.item[0] = wm8903->deemph;
411
412 return 0;
413}
414
415static int wm8903_put_deemph(struct snd_kcontrol *kcontrol,
416 struct snd_ctl_elem_value *ucontrol)
417{
418 struct snd_soc_codec *codec = snd_kcontrol_chip(kcontrol);
419 struct wm8903_priv *wm8903 = snd_soc_codec_get_drvdata(codec);
420 int deemph = ucontrol->value.enumerated.item[0];
421 int ret = 0;
422
423 if (deemph > 1)
424 return -EINVAL;
425
426 mutex_lock(&codec->mutex);
427 if (wm8903->deemph != deemph) {
428 wm8903->deemph = deemph;
429
430 wm8903_set_deemph(codec);
431
432 ret = 1;
433 }
434 mutex_unlock(&codec->mutex);
435
436 return ret;
437}
438
Mark Brownf1c0a022008-08-26 13:05:27 +0100439/* ALSA can only do steps of .01dB */
440static const DECLARE_TLV_DB_SCALE(digital_tlv, -7200, 75, 1);
441
Mark Brown291ce182009-04-22 21:36:14 +0100442static const DECLARE_TLV_DB_SCALE(digital_sidetone_tlv, -3600, 300, 0);
Mark Brownf1c0a022008-08-26 13:05:27 +0100443static const DECLARE_TLV_DB_SCALE(out_tlv, -5700, 100, 0);
444
445static const DECLARE_TLV_DB_SCALE(drc_tlv_thresh, 0, 75, 0);
446static const DECLARE_TLV_DB_SCALE(drc_tlv_amp, -2250, 75, 0);
447static const DECLARE_TLV_DB_SCALE(drc_tlv_min, 0, 600, 0);
448static const DECLARE_TLV_DB_SCALE(drc_tlv_max, 1200, 600, 0);
449static const DECLARE_TLV_DB_SCALE(drc_tlv_startup, -300, 50, 0);
450
Mark Brown460f4aa2010-12-10 18:42:58 +0000451static const char *hpf_mode_text[] = {
452 "Hi-fi", "Voice 1", "Voice 2", "Voice 3"
453};
454
455static const struct soc_enum hpf_mode =
456 SOC_ENUM_SINGLE(WM8903_ADC_DIGITAL_0, 5, 4, hpf_mode_text);
457
Mark Browndcf9ada2010-12-10 19:17:06 +0000458static const char *osr_text[] = {
459 "Low power", "High performance"
460};
461
462static const struct soc_enum adc_osr =
463 SOC_ENUM_SINGLE(WM8903_ANALOGUE_ADC_0, 0, 2, osr_text);
464
465static const struct soc_enum dac_osr =
466 SOC_ENUM_SINGLE(WM8903_DAC_DIGITAL_1, 0, 2, osr_text);
467
Mark Brownf1c0a022008-08-26 13:05:27 +0100468static const char *drc_slope_text[] = {
469 "1", "1/2", "1/4", "1/8", "1/16", "0"
470};
471
472static const struct soc_enum drc_slope_r0 =
473 SOC_ENUM_SINGLE(WM8903_DRC_2, 3, 6, drc_slope_text);
474
475static const struct soc_enum drc_slope_r1 =
476 SOC_ENUM_SINGLE(WM8903_DRC_2, 0, 6, drc_slope_text);
477
478static const char *drc_attack_text[] = {
479 "instantaneous",
480 "363us", "762us", "1.45ms", "2.9ms", "5.8ms", "11.6ms", "23.2ms",
481 "46.4ms", "92.8ms", "185.6ms"
482};
483
484static const struct soc_enum drc_attack =
485 SOC_ENUM_SINGLE(WM8903_DRC_1, 12, 11, drc_attack_text);
486
487static const char *drc_decay_text[] = {
488 "186ms", "372ms", "743ms", "1.49s", "2.97s", "5.94s", "11.89s",
489 "23.87s", "47.56s"
490};
491
492static const struct soc_enum drc_decay =
493 SOC_ENUM_SINGLE(WM8903_DRC_1, 8, 9, drc_decay_text);
494
495static const char *drc_ff_delay_text[] = {
496 "5 samples", "9 samples"
497};
498
499static const struct soc_enum drc_ff_delay =
500 SOC_ENUM_SINGLE(WM8903_DRC_0, 5, 2, drc_ff_delay_text);
501
502static const char *drc_qr_decay_text[] = {
503 "0.725ms", "1.45ms", "5.8ms"
504};
505
506static const struct soc_enum drc_qr_decay =
507 SOC_ENUM_SINGLE(WM8903_DRC_1, 4, 3, drc_qr_decay_text);
508
509static const char *drc_smoothing_text[] = {
510 "Low", "Medium", "High"
511};
512
513static const struct soc_enum drc_smoothing =
514 SOC_ENUM_SINGLE(WM8903_DRC_0, 11, 3, drc_smoothing_text);
515
516static const char *soft_mute_text[] = {
517 "Fast (fs/2)", "Slow (fs/32)"
518};
519
520static const struct soc_enum soft_mute =
521 SOC_ENUM_SINGLE(WM8903_DAC_DIGITAL_1, 10, 2, soft_mute_text);
522
523static const char *mute_mode_text[] = {
524 "Hard", "Soft"
525};
526
527static const struct soc_enum mute_mode =
528 SOC_ENUM_SINGLE(WM8903_DAC_DIGITAL_1, 9, 2, mute_mode_text);
529
Mark Brownf1c0a022008-08-26 13:05:27 +0100530static const char *companding_text[] = {
531 "ulaw", "alaw"
532};
533
534static const struct soc_enum dac_companding =
535 SOC_ENUM_SINGLE(WM8903_AUDIO_INTERFACE_0, 0, 2, companding_text);
536
537static const struct soc_enum adc_companding =
538 SOC_ENUM_SINGLE(WM8903_AUDIO_INTERFACE_0, 2, 2, companding_text);
539
540static const char *input_mode_text[] = {
541 "Single-Ended", "Differential Line", "Differential Mic"
542};
543
544static const struct soc_enum linput_mode_enum =
545 SOC_ENUM_SINGLE(WM8903_ANALOGUE_LEFT_INPUT_1, 0, 3, input_mode_text);
546
547static const struct soc_enum rinput_mode_enum =
548 SOC_ENUM_SINGLE(WM8903_ANALOGUE_RIGHT_INPUT_1, 0, 3, input_mode_text);
549
550static const char *linput_mux_text[] = {
551 "IN1L", "IN2L", "IN3L"
552};
553
554static const struct soc_enum linput_enum =
555 SOC_ENUM_SINGLE(WM8903_ANALOGUE_LEFT_INPUT_1, 2, 3, linput_mux_text);
556
557static const struct soc_enum linput_inv_enum =
558 SOC_ENUM_SINGLE(WM8903_ANALOGUE_LEFT_INPUT_1, 4, 3, linput_mux_text);
559
560static const char *rinput_mux_text[] = {
561 "IN1R", "IN2R", "IN3R"
562};
563
564static const struct soc_enum rinput_enum =
565 SOC_ENUM_SINGLE(WM8903_ANALOGUE_RIGHT_INPUT_1, 2, 3, rinput_mux_text);
566
567static const struct soc_enum rinput_inv_enum =
568 SOC_ENUM_SINGLE(WM8903_ANALOGUE_RIGHT_INPUT_1, 4, 3, rinput_mux_text);
569
570
Mark Brown291ce182009-04-22 21:36:14 +0100571static const char *sidetone_text[] = {
572 "None", "Left", "Right"
573};
574
575static const struct soc_enum lsidetone_enum =
576 SOC_ENUM_SINGLE(WM8903_DAC_DIGITAL_0, 2, 3, sidetone_text);
577
578static const struct soc_enum rsidetone_enum =
579 SOC_ENUM_SINGLE(WM8903_DAC_DIGITAL_0, 0, 3, sidetone_text);
580
Mark Brown1e113bf2011-02-09 13:47:08 +0000581static const char *aif_text[] = {
582 "Left", "Right"
583};
584
585static const struct soc_enum lcapture_enum =
586 SOC_ENUM_SINGLE(WM8903_AUDIO_INTERFACE_0, 7, 2, aif_text);
587
588static const struct soc_enum rcapture_enum =
589 SOC_ENUM_SINGLE(WM8903_AUDIO_INTERFACE_0, 6, 2, aif_text);
590
591static const struct soc_enum lplay_enum =
592 SOC_ENUM_SINGLE(WM8903_AUDIO_INTERFACE_0, 5, 2, aif_text);
593
594static const struct soc_enum rplay_enum =
595 SOC_ENUM_SINGLE(WM8903_AUDIO_INTERFACE_0, 4, 2, aif_text);
596
Mark Brownf1c0a022008-08-26 13:05:27 +0100597static const struct snd_kcontrol_new wm8903_snd_controls[] = {
598
599/* Input PGAs - No TLV since the scale depends on PGA mode */
600SOC_SINGLE("Left Input PGA Switch", WM8903_ANALOGUE_LEFT_INPUT_0,
Mark Brown57159522008-09-24 10:47:02 +0100601 7, 1, 1),
Mark Brownf1c0a022008-08-26 13:05:27 +0100602SOC_SINGLE("Left Input PGA Volume", WM8903_ANALOGUE_LEFT_INPUT_0,
603 0, 31, 0),
604SOC_SINGLE("Left Input PGA Common Mode Switch", WM8903_ANALOGUE_LEFT_INPUT_1,
605 6, 1, 0),
606
607SOC_SINGLE("Right Input PGA Switch", WM8903_ANALOGUE_RIGHT_INPUT_0,
Mark Brown57159522008-09-24 10:47:02 +0100608 7, 1, 1),
Mark Brownf1c0a022008-08-26 13:05:27 +0100609SOC_SINGLE("Right Input PGA Volume", WM8903_ANALOGUE_RIGHT_INPUT_0,
610 0, 31, 0),
611SOC_SINGLE("Right Input PGA Common Mode Switch", WM8903_ANALOGUE_RIGHT_INPUT_1,
612 6, 1, 0),
613
614/* ADCs */
Mark Browndcf9ada2010-12-10 19:17:06 +0000615SOC_ENUM("ADC OSR", adc_osr),
Mark Brown460f4aa2010-12-10 18:42:58 +0000616SOC_SINGLE("HPF Switch", WM8903_ADC_DIGITAL_0, 4, 1, 0),
617SOC_ENUM("HPF Mode", hpf_mode),
Mark Brownf1c0a022008-08-26 13:05:27 +0100618SOC_SINGLE("DRC Switch", WM8903_DRC_0, 15, 1, 0),
619SOC_ENUM("DRC Compressor Slope R0", drc_slope_r0),
620SOC_ENUM("DRC Compressor Slope R1", drc_slope_r1),
André Goddard Rosaaf901ca2009-11-14 13:09:05 -0200621SOC_SINGLE_TLV("DRC Compressor Threshold Volume", WM8903_DRC_3, 5, 124, 1,
Mark Brownf1c0a022008-08-26 13:05:27 +0100622 drc_tlv_thresh),
623SOC_SINGLE_TLV("DRC Volume", WM8903_DRC_3, 0, 30, 1, drc_tlv_amp),
624SOC_SINGLE_TLV("DRC Minimum Gain Volume", WM8903_DRC_1, 2, 3, 1, drc_tlv_min),
625SOC_SINGLE_TLV("DRC Maximum Gain Volume", WM8903_DRC_1, 0, 3, 0, drc_tlv_max),
626SOC_ENUM("DRC Attack Rate", drc_attack),
627SOC_ENUM("DRC Decay Rate", drc_decay),
628SOC_ENUM("DRC FF Delay", drc_ff_delay),
629SOC_SINGLE("DRC Anticlip Switch", WM8903_DRC_0, 1, 1, 0),
630SOC_SINGLE("DRC QR Switch", WM8903_DRC_0, 2, 1, 0),
André Goddard Rosaaf901ca2009-11-14 13:09:05 -0200631SOC_SINGLE_TLV("DRC QR Threshold Volume", WM8903_DRC_0, 6, 3, 0, drc_tlv_max),
Mark Brownf1c0a022008-08-26 13:05:27 +0100632SOC_ENUM("DRC QR Decay Rate", drc_qr_decay),
633SOC_SINGLE("DRC Smoothing Switch", WM8903_DRC_0, 3, 1, 0),
634SOC_SINGLE("DRC Smoothing Hysteresis Switch", WM8903_DRC_0, 0, 1, 0),
André Goddard Rosaaf901ca2009-11-14 13:09:05 -0200635SOC_ENUM("DRC Smoothing Threshold", drc_smoothing),
Mark Brownf1c0a022008-08-26 13:05:27 +0100636SOC_SINGLE_TLV("DRC Startup Volume", WM8903_DRC_0, 6, 18, 0, drc_tlv_startup),
637
638SOC_DOUBLE_R_TLV("Digital Capture Volume", WM8903_ADC_DIGITAL_VOLUME_LEFT,
639 WM8903_ADC_DIGITAL_VOLUME_RIGHT, 1, 96, 0, digital_tlv),
640SOC_ENUM("ADC Companding Mode", adc_companding),
641SOC_SINGLE("ADC Companding Switch", WM8903_AUDIO_INTERFACE_0, 3, 1, 0),
642
Mark Brown291ce182009-04-22 21:36:14 +0100643SOC_DOUBLE_TLV("Digital Sidetone Volume", WM8903_DAC_DIGITAL_0, 4, 8,
644 12, 0, digital_sidetone_tlv),
645
Mark Brownf1c0a022008-08-26 13:05:27 +0100646/* DAC */
Mark Browndcf9ada2010-12-10 19:17:06 +0000647SOC_ENUM("DAC OSR", dac_osr),
Mark Brownf1c0a022008-08-26 13:05:27 +0100648SOC_DOUBLE_R_TLV("Digital Playback Volume", WM8903_DAC_DIGITAL_VOLUME_LEFT,
649 WM8903_DAC_DIGITAL_VOLUME_RIGHT, 1, 120, 0, digital_tlv),
650SOC_ENUM("DAC Soft Mute Rate", soft_mute),
651SOC_ENUM("DAC Mute Mode", mute_mode),
652SOC_SINGLE("DAC Mono Switch", WM8903_DAC_DIGITAL_1, 12, 1, 0),
Mark Brownf1c0a022008-08-26 13:05:27 +0100653SOC_ENUM("DAC Companding Mode", dac_companding),
654SOC_SINGLE("DAC Companding Switch", WM8903_AUDIO_INTERFACE_0, 1, 1, 0),
Mark Brown69fff9b2010-12-10 19:17:08 +0000655SOC_SINGLE_BOOL_EXT("Playback Deemphasis Switch", 0,
656 wm8903_get_deemph, wm8903_put_deemph),
Mark Brownf1c0a022008-08-26 13:05:27 +0100657
658/* Headphones */
659SOC_DOUBLE_R("Headphone Switch",
660 WM8903_ANALOGUE_OUT1_LEFT, WM8903_ANALOGUE_OUT1_RIGHT,
661 8, 1, 1),
662SOC_DOUBLE_R("Headphone ZC Switch",
663 WM8903_ANALOGUE_OUT1_LEFT, WM8903_ANALOGUE_OUT1_RIGHT,
664 6, 1, 0),
665SOC_DOUBLE_R_TLV("Headphone Volume",
666 WM8903_ANALOGUE_OUT1_LEFT, WM8903_ANALOGUE_OUT1_RIGHT,
667 0, 63, 0, out_tlv),
668
669/* Line out */
670SOC_DOUBLE_R("Line Out Switch",
671 WM8903_ANALOGUE_OUT2_LEFT, WM8903_ANALOGUE_OUT2_RIGHT,
672 8, 1, 1),
673SOC_DOUBLE_R("Line Out ZC Switch",
674 WM8903_ANALOGUE_OUT2_LEFT, WM8903_ANALOGUE_OUT2_RIGHT,
675 6, 1, 0),
676SOC_DOUBLE_R_TLV("Line Out Volume",
677 WM8903_ANALOGUE_OUT2_LEFT, WM8903_ANALOGUE_OUT2_RIGHT,
678 0, 63, 0, out_tlv),
679
680/* Speaker */
681SOC_DOUBLE_R("Speaker Switch",
682 WM8903_ANALOGUE_OUT3_LEFT, WM8903_ANALOGUE_OUT3_RIGHT, 8, 1, 1),
683SOC_DOUBLE_R("Speaker ZC Switch",
684 WM8903_ANALOGUE_OUT3_LEFT, WM8903_ANALOGUE_OUT3_RIGHT, 6, 1, 0),
685SOC_DOUBLE_R_TLV("Speaker Volume",
686 WM8903_ANALOGUE_OUT3_LEFT, WM8903_ANALOGUE_OUT3_RIGHT,
687 0, 63, 0, out_tlv),
688};
689
Mark Brownf1c0a022008-08-26 13:05:27 +0100690static const struct snd_kcontrol_new linput_mode_mux =
691 SOC_DAPM_ENUM("Left Input Mode Mux", linput_mode_enum);
692
693static const struct snd_kcontrol_new rinput_mode_mux =
694 SOC_DAPM_ENUM("Right Input Mode Mux", rinput_mode_enum);
695
696static const struct snd_kcontrol_new linput_mux =
697 SOC_DAPM_ENUM("Left Input Mux", linput_enum);
698
699static const struct snd_kcontrol_new linput_inv_mux =
700 SOC_DAPM_ENUM("Left Inverting Input Mux", linput_inv_enum);
701
702static const struct snd_kcontrol_new rinput_mux =
703 SOC_DAPM_ENUM("Right Input Mux", rinput_enum);
704
705static const struct snd_kcontrol_new rinput_inv_mux =
706 SOC_DAPM_ENUM("Right Inverting Input Mux", rinput_inv_enum);
707
Mark Brown291ce182009-04-22 21:36:14 +0100708static const struct snd_kcontrol_new lsidetone_mux =
709 SOC_DAPM_ENUM("DACL Sidetone Mux", lsidetone_enum);
710
711static const struct snd_kcontrol_new rsidetone_mux =
712 SOC_DAPM_ENUM("DACR Sidetone Mux", rsidetone_enum);
713
Mark Brown1e113bf2011-02-09 13:47:08 +0000714static const struct snd_kcontrol_new lcapture_mux =
715 SOC_DAPM_ENUM("Left Capture Mux", lcapture_enum);
716
717static const struct snd_kcontrol_new rcapture_mux =
718 SOC_DAPM_ENUM("Right Capture Mux", rcapture_enum);
719
720static const struct snd_kcontrol_new lplay_mux =
721 SOC_DAPM_ENUM("Left Playback Mux", lplay_enum);
722
723static const struct snd_kcontrol_new rplay_mux =
724 SOC_DAPM_ENUM("Right Playback Mux", rplay_enum);
725
Mark Brownf1c0a022008-08-26 13:05:27 +0100726static const struct snd_kcontrol_new left_output_mixer[] = {
727SOC_DAPM_SINGLE("DACL Switch", WM8903_ANALOGUE_LEFT_MIX_0, 3, 1, 0),
728SOC_DAPM_SINGLE("DACR Switch", WM8903_ANALOGUE_LEFT_MIX_0, 2, 1, 0),
729SOC_DAPM_SINGLE_W("Left Bypass Switch", WM8903_ANALOGUE_LEFT_MIX_0, 1, 1, 0),
Mark Brown4b4fffd2008-12-03 11:21:08 +0000730SOC_DAPM_SINGLE_W("Right Bypass Switch", WM8903_ANALOGUE_LEFT_MIX_0, 0, 1, 0),
Mark Brownf1c0a022008-08-26 13:05:27 +0100731};
732
733static const struct snd_kcontrol_new right_output_mixer[] = {
734SOC_DAPM_SINGLE("DACL Switch", WM8903_ANALOGUE_RIGHT_MIX_0, 3, 1, 0),
735SOC_DAPM_SINGLE("DACR Switch", WM8903_ANALOGUE_RIGHT_MIX_0, 2, 1, 0),
736SOC_DAPM_SINGLE_W("Left Bypass Switch", WM8903_ANALOGUE_RIGHT_MIX_0, 1, 1, 0),
Mark Brown4b4fffd2008-12-03 11:21:08 +0000737SOC_DAPM_SINGLE_W("Right Bypass Switch", WM8903_ANALOGUE_RIGHT_MIX_0, 0, 1, 0),
Mark Brownf1c0a022008-08-26 13:05:27 +0100738};
739
740static const struct snd_kcontrol_new left_speaker_mixer[] = {
741SOC_DAPM_SINGLE("DACL Switch", WM8903_ANALOGUE_SPK_MIX_LEFT_0, 3, 1, 0),
742SOC_DAPM_SINGLE("DACR Switch", WM8903_ANALOGUE_SPK_MIX_LEFT_0, 2, 1, 0),
743SOC_DAPM_SINGLE("Left Bypass Switch", WM8903_ANALOGUE_SPK_MIX_LEFT_0, 1, 1, 0),
744SOC_DAPM_SINGLE("Right Bypass Switch", WM8903_ANALOGUE_SPK_MIX_LEFT_0,
Mark Brown4b4fffd2008-12-03 11:21:08 +0000745 0, 1, 0),
Mark Brownf1c0a022008-08-26 13:05:27 +0100746};
747
748static const struct snd_kcontrol_new right_speaker_mixer[] = {
749SOC_DAPM_SINGLE("DACL Switch", WM8903_ANALOGUE_SPK_MIX_RIGHT_0, 3, 1, 0),
750SOC_DAPM_SINGLE("DACR Switch", WM8903_ANALOGUE_SPK_MIX_RIGHT_0, 2, 1, 0),
751SOC_DAPM_SINGLE("Left Bypass Switch", WM8903_ANALOGUE_SPK_MIX_RIGHT_0,
752 1, 1, 0),
753SOC_DAPM_SINGLE("Right Bypass Switch", WM8903_ANALOGUE_SPK_MIX_RIGHT_0,
Mark Brown4b4fffd2008-12-03 11:21:08 +0000754 0, 1, 0),
Mark Brownf1c0a022008-08-26 13:05:27 +0100755};
756
757static const struct snd_soc_dapm_widget wm8903_dapm_widgets[] = {
758SND_SOC_DAPM_INPUT("IN1L"),
759SND_SOC_DAPM_INPUT("IN1R"),
760SND_SOC_DAPM_INPUT("IN2L"),
761SND_SOC_DAPM_INPUT("IN2R"),
762SND_SOC_DAPM_INPUT("IN3L"),
763SND_SOC_DAPM_INPUT("IN3R"),
764
765SND_SOC_DAPM_OUTPUT("HPOUTL"),
766SND_SOC_DAPM_OUTPUT("HPOUTR"),
767SND_SOC_DAPM_OUTPUT("LINEOUTL"),
768SND_SOC_DAPM_OUTPUT("LINEOUTR"),
769SND_SOC_DAPM_OUTPUT("LOP"),
770SND_SOC_DAPM_OUTPUT("LON"),
771SND_SOC_DAPM_OUTPUT("ROP"),
772SND_SOC_DAPM_OUTPUT("RON"),
773
774SND_SOC_DAPM_MICBIAS("Mic Bias", WM8903_MIC_BIAS_CONTROL_0, 0, 0),
775
776SND_SOC_DAPM_MUX("Left Input Mux", SND_SOC_NOPM, 0, 0, &linput_mux),
777SND_SOC_DAPM_MUX("Left Input Inverting Mux", SND_SOC_NOPM, 0, 0,
778 &linput_inv_mux),
779SND_SOC_DAPM_MUX("Left Input Mode Mux", SND_SOC_NOPM, 0, 0, &linput_mode_mux),
780
781SND_SOC_DAPM_MUX("Right Input Mux", SND_SOC_NOPM, 0, 0, &rinput_mux),
782SND_SOC_DAPM_MUX("Right Input Inverting Mux", SND_SOC_NOPM, 0, 0,
783 &rinput_inv_mux),
784SND_SOC_DAPM_MUX("Right Input Mode Mux", SND_SOC_NOPM, 0, 0, &rinput_mode_mux),
785
786SND_SOC_DAPM_PGA("Left Input PGA", WM8903_POWER_MANAGEMENT_0, 1, 0, NULL, 0),
787SND_SOC_DAPM_PGA("Right Input PGA", WM8903_POWER_MANAGEMENT_0, 0, 0, NULL, 0),
788
Mark Brown1e113bf2011-02-09 13:47:08 +0000789SND_SOC_DAPM_ADC("ADCL", NULL, WM8903_POWER_MANAGEMENT_6, 1, 0),
790SND_SOC_DAPM_ADC("ADCR", NULL, WM8903_POWER_MANAGEMENT_6, 0, 0),
791
792SND_SOC_DAPM_MUX("Left Capture Mux", SND_SOC_NOPM, 0, 0, &lcapture_mux),
793SND_SOC_DAPM_MUX("Right Capture Mux", SND_SOC_NOPM, 0, 0, &rcapture_mux),
794
795SND_SOC_DAPM_AIF_OUT("AIFTXL", "Left HiFi Capture", 0, SND_SOC_NOPM, 0, 0),
796SND_SOC_DAPM_AIF_OUT("AIFTXR", "Right HiFi Capture", 0, SND_SOC_NOPM, 0, 0),
Mark Brownf1c0a022008-08-26 13:05:27 +0100797
Mark Brown291ce182009-04-22 21:36:14 +0100798SND_SOC_DAPM_MUX("DACL Sidetone", SND_SOC_NOPM, 0, 0, &lsidetone_mux),
799SND_SOC_DAPM_MUX("DACR Sidetone", SND_SOC_NOPM, 0, 0, &rsidetone_mux),
800
Mark Brown1e113bf2011-02-09 13:47:08 +0000801SND_SOC_DAPM_AIF_IN("AIFRXL", "Left Playback", 0, SND_SOC_NOPM, 0, 0),
802SND_SOC_DAPM_AIF_IN("AIFRXR", "Right Playback", 0, SND_SOC_NOPM, 0, 0),
803
804SND_SOC_DAPM_MUX("Left Playback Mux", SND_SOC_NOPM, 0, 0, &lplay_mux),
805SND_SOC_DAPM_MUX("Right Playback Mux", SND_SOC_NOPM, 0, 0, &rplay_mux),
806
807SND_SOC_DAPM_DAC("DACL", NULL, WM8903_POWER_MANAGEMENT_6, 3, 0),
808SND_SOC_DAPM_DAC("DACR", NULL, WM8903_POWER_MANAGEMENT_6, 2, 0),
Mark Brownf1c0a022008-08-26 13:05:27 +0100809
810SND_SOC_DAPM_MIXER("Left Output Mixer", WM8903_POWER_MANAGEMENT_1, 1, 0,
811 left_output_mixer, ARRAY_SIZE(left_output_mixer)),
812SND_SOC_DAPM_MIXER("Right Output Mixer", WM8903_POWER_MANAGEMENT_1, 0, 0,
813 right_output_mixer, ARRAY_SIZE(right_output_mixer)),
814
815SND_SOC_DAPM_MIXER("Left Speaker Mixer", WM8903_POWER_MANAGEMENT_4, 1, 0,
816 left_speaker_mixer, ARRAY_SIZE(left_speaker_mixer)),
817SND_SOC_DAPM_MIXER("Right Speaker Mixer", WM8903_POWER_MANAGEMENT_4, 0, 0,
818 right_speaker_mixer, ARRAY_SIZE(right_speaker_mixer)),
819
Mark Brown13a99832011-02-09 17:42:55 +0000820SND_SOC_DAPM_PGA_S("Left Headphone Output PGA", 0, WM8903_ANALOGUE_HP_0,
821 4, 0, NULL, 0),
822SND_SOC_DAPM_PGA_S("Right Headphone Output PGA", 0, WM8903_ANALOGUE_HP_0,
823 0, 0, NULL, 0),
Mark Brownf1c0a022008-08-26 13:05:27 +0100824
Mark Brown13a99832011-02-09 17:42:55 +0000825SND_SOC_DAPM_PGA_S("Left Line Output PGA", 0, WM8903_ANALOGUE_LINEOUT_0, 4, 0,
826 NULL, 0),
827SND_SOC_DAPM_PGA_S("Right Line Output PGA", 0, WM8903_ANALOGUE_LINEOUT_0, 0, 0,
828 NULL, 0),
829
830SND_SOC_DAPM_PGA_S("HPL_RMV_SHORT", 4, WM8903_ANALOGUE_HP_0, 7, 0, NULL, 0),
831SND_SOC_DAPM_PGA_S("HPL_ENA_OUTP", 3, WM8903_ANALOGUE_HP_0, 6, 0, NULL, 0),
832SND_SOC_DAPM_PGA_S("HPL_ENA_DLY", 1, WM8903_ANALOGUE_HP_0, 5, 0, NULL, 0),
833SND_SOC_DAPM_PGA_S("HPR_RMV_SHORT", 4, WM8903_ANALOGUE_HP_0, 3, 0, NULL, 0),
834SND_SOC_DAPM_PGA_S("HPR_ENA_OUTP", 3, WM8903_ANALOGUE_HP_0, 2, 0, NULL, 0),
835SND_SOC_DAPM_PGA_S("HPR_ENA_DLY", 1, WM8903_ANALOGUE_HP_0, 1, 0, NULL, 0),
836
837SND_SOC_DAPM_PGA_S("LINEOUTL_RMV_SHORT", 4, WM8903_ANALOGUE_LINEOUT_0, 7, 0,
838 NULL, 0),
839SND_SOC_DAPM_PGA_S("LINEOUTL_ENA_OUTP", 3, WM8903_ANALOGUE_LINEOUT_0, 6, 0,
840 NULL, 0),
841SND_SOC_DAPM_PGA_S("LINEOUTL_ENA_DLY", 1, WM8903_ANALOGUE_LINEOUT_0, 5, 0,
842 NULL, 0),
843SND_SOC_DAPM_PGA_S("LINEOUTR_RMV_SHORT", 4, WM8903_ANALOGUE_LINEOUT_0, 3, 0,
844 NULL, 0),
845SND_SOC_DAPM_PGA_S("LINEOUTR_ENA_OUTP", 3, WM8903_ANALOGUE_LINEOUT_0, 2, 0,
846 NULL, 0),
847SND_SOC_DAPM_PGA_S("LINEOUTR_ENA_DLY", 1, WM8903_ANALOGUE_LINEOUT_0, 1, 0,
848 NULL, 0),
849
850SND_SOC_DAPM_PGA_S("HPL_DCS", 3, WM8903_DC_SERVO_0, 3, 0, NULL, 0),
851SND_SOC_DAPM_PGA_S("HPR_DCS", 3, WM8903_DC_SERVO_0, 2, 0, NULL, 0),
852SND_SOC_DAPM_PGA_S("LINEOUTL_DCS", 3, WM8903_DC_SERVO_0, 1, 0, NULL, 0),
853SND_SOC_DAPM_PGA_S("LINEOUTR_DCS", 3, WM8903_DC_SERVO_0, 0, 0, NULL, 0),
Mark Brownf1c0a022008-08-26 13:05:27 +0100854
855SND_SOC_DAPM_PGA("Left Speaker PGA", WM8903_POWER_MANAGEMENT_5, 1, 0,
856 NULL, 0),
857SND_SOC_DAPM_PGA("Right Speaker PGA", WM8903_POWER_MANAGEMENT_5, 0, 0,
858 NULL, 0),
859
Mark Brown42768a12009-04-22 18:39:39 +0100860SND_SOC_DAPM_SUPPLY("Charge Pump", WM8903_CHARGE_PUMP_0, 0, 0,
861 wm8903_cp_event, SND_SOC_DAPM_POST_PMU),
Mark Brownc2aef4f2009-04-22 20:04:44 +0100862SND_SOC_DAPM_SUPPLY("CLK_DSP", WM8903_CLOCK_RATES_2, 1, 0, NULL, 0),
Mark Brownf1c0a022008-08-26 13:05:27 +0100863};
864
865static const struct snd_soc_dapm_route intercon[] = {
866
867 { "Left Input Mux", "IN1L", "IN1L" },
868 { "Left Input Mux", "IN2L", "IN2L" },
869 { "Left Input Mux", "IN3L", "IN3L" },
870
871 { "Left Input Inverting Mux", "IN1L", "IN1L" },
872 { "Left Input Inverting Mux", "IN2L", "IN2L" },
873 { "Left Input Inverting Mux", "IN3L", "IN3L" },
874
875 { "Right Input Mux", "IN1R", "IN1R" },
876 { "Right Input Mux", "IN2R", "IN2R" },
877 { "Right Input Mux", "IN3R", "IN3R" },
878
879 { "Right Input Inverting Mux", "IN1R", "IN1R" },
880 { "Right Input Inverting Mux", "IN2R", "IN2R" },
881 { "Right Input Inverting Mux", "IN3R", "IN3R" },
882
883 { "Left Input Mode Mux", "Single-Ended", "Left Input Inverting Mux" },
884 { "Left Input Mode Mux", "Differential Line",
885 "Left Input Mux" },
886 { "Left Input Mode Mux", "Differential Line",
887 "Left Input Inverting Mux" },
888 { "Left Input Mode Mux", "Differential Mic",
889 "Left Input Mux" },
890 { "Left Input Mode Mux", "Differential Mic",
891 "Left Input Inverting Mux" },
892
893 { "Right Input Mode Mux", "Single-Ended",
894 "Right Input Inverting Mux" },
895 { "Right Input Mode Mux", "Differential Line",
896 "Right Input Mux" },
897 { "Right Input Mode Mux", "Differential Line",
898 "Right Input Inverting Mux" },
899 { "Right Input Mode Mux", "Differential Mic",
900 "Right Input Mux" },
901 { "Right Input Mode Mux", "Differential Mic",
902 "Right Input Inverting Mux" },
903
904 { "Left Input PGA", NULL, "Left Input Mode Mux" },
905 { "Right Input PGA", NULL, "Right Input Mode Mux" },
906
Mark Brown1e113bf2011-02-09 13:47:08 +0000907 { "Left Capture Mux", "Left", "ADCL" },
908 { "Left Capture Mux", "Right", "ADCR" },
909
910 { "Right Capture Mux", "Left", "ADCL" },
911 { "Right Capture Mux", "Right", "ADCR" },
912
913 { "AIFTXL", NULL, "Left Capture Mux" },
914 { "AIFTXR", NULL, "Right Capture Mux" },
915
Mark Brownf1c0a022008-08-26 13:05:27 +0100916 { "ADCL", NULL, "Left Input PGA" },
Mark Brownc2aef4f2009-04-22 20:04:44 +0100917 { "ADCL", NULL, "CLK_DSP" },
Mark Brownf1c0a022008-08-26 13:05:27 +0100918 { "ADCR", NULL, "Right Input PGA" },
Mark Brownc2aef4f2009-04-22 20:04:44 +0100919 { "ADCR", NULL, "CLK_DSP" },
920
Mark Brown1e113bf2011-02-09 13:47:08 +0000921 { "Left Playback Mux", "Left", "AIFRXL" },
922 { "Left Playback Mux", "Right", "AIFRXR" },
923
924 { "Right Playback Mux", "Left", "AIFRXL" },
925 { "Right Playback Mux", "Right", "AIFRXR" },
926
Mark Brown291ce182009-04-22 21:36:14 +0100927 { "DACL Sidetone", "Left", "ADCL" },
928 { "DACL Sidetone", "Right", "ADCR" },
929 { "DACR Sidetone", "Left", "ADCL" },
930 { "DACR Sidetone", "Right", "ADCR" },
931
Mark Brown1e113bf2011-02-09 13:47:08 +0000932 { "DACL", NULL, "Left Playback Mux" },
Mark Brown291ce182009-04-22 21:36:14 +0100933 { "DACL", NULL, "DACL Sidetone" },
Mark Brownc2aef4f2009-04-22 20:04:44 +0100934 { "DACL", NULL, "CLK_DSP" },
Mark Brown1e113bf2011-02-09 13:47:08 +0000935
936 { "DACR", NULL, "Right Playback Mux" },
Mark Brown291ce182009-04-22 21:36:14 +0100937 { "DACR", NULL, "DACR Sidetone" },
Mark Brownc2aef4f2009-04-22 20:04:44 +0100938 { "DACR", NULL, "CLK_DSP" },
Mark Brownf1c0a022008-08-26 13:05:27 +0100939
940 { "Left Output Mixer", "Left Bypass Switch", "Left Input PGA" },
941 { "Left Output Mixer", "Right Bypass Switch", "Right Input PGA" },
942 { "Left Output Mixer", "DACL Switch", "DACL" },
943 { "Left Output Mixer", "DACR Switch", "DACR" },
944
945 { "Right Output Mixer", "Left Bypass Switch", "Left Input PGA" },
946 { "Right Output Mixer", "Right Bypass Switch", "Right Input PGA" },
947 { "Right Output Mixer", "DACL Switch", "DACL" },
948 { "Right Output Mixer", "DACR Switch", "DACR" },
949
950 { "Left Speaker Mixer", "Left Bypass Switch", "Left Input PGA" },
951 { "Left Speaker Mixer", "Right Bypass Switch", "Right Input PGA" },
952 { "Left Speaker Mixer", "DACL Switch", "DACL" },
953 { "Left Speaker Mixer", "DACR Switch", "DACR" },
954
955 { "Right Speaker Mixer", "Left Bypass Switch", "Left Input PGA" },
956 { "Right Speaker Mixer", "Right Bypass Switch", "Right Input PGA" },
957 { "Right Speaker Mixer", "DACL Switch", "DACL" },
958 { "Right Speaker Mixer", "DACR Switch", "DACR" },
959
960 { "Left Line Output PGA", NULL, "Left Output Mixer" },
961 { "Right Line Output PGA", NULL, "Right Output Mixer" },
962
963 { "Left Headphone Output PGA", NULL, "Left Output Mixer" },
964 { "Right Headphone Output PGA", NULL, "Right Output Mixer" },
965
966 { "Left Speaker PGA", NULL, "Left Speaker Mixer" },
967 { "Right Speaker PGA", NULL, "Right Speaker Mixer" },
968
Mark Brown13a99832011-02-09 17:42:55 +0000969 { "HPL_ENA_DLY", NULL, "Left Headphone Output PGA" },
970 { "HPR_ENA_DLY", NULL, "Right Headphone Output PGA" },
971 { "LINEOUTL_ENA_DLY", NULL, "Left Line Output PGA" },
972 { "LINEOUTR_ENA_DLY", NULL, "Right Line Output PGA" },
Mark Brownf1c0a022008-08-26 13:05:27 +0100973
Mark Brown13a99832011-02-09 17:42:55 +0000974 { "HPL_DCS", NULL, "HPL_ENA_DLY" },
975 { "HPR_DCS", NULL, "HPR_ENA_DLY" },
976 { "LINEOUTL_DCS", NULL, "LINEOUTL_ENA_DLY" },
977 { "LINEOUTR_DCS", NULL, "LINEOUTR_ENA_DLY" },
978
979 { "HPL_ENA_OUTP", NULL, "HPL_DCS" },
980 { "HPR_ENA_OUTP", NULL, "HPR_DCS" },
981 { "LINEOUTL_ENA_OUTP", NULL, "LINEOUTL_DCS" },
982 { "LINEOUTR_ENA_OUTP", NULL, "LINEOUTR_DCS" },
983
984 { "HPL_RMV_SHORT", NULL, "HPL_ENA_OUTP" },
985 { "HPR_RMV_SHORT", NULL, "HPR_ENA_OUTP" },
986 { "LINEOUTL_RMV_SHORT", NULL, "LINEOUTL_ENA_OUTP" },
987 { "LINEOUTR_RMV_SHORT", NULL, "LINEOUTR_ENA_OUTP" },
988
989 { "HPOUTL", NULL, "HPL_RMV_SHORT" },
990 { "HPOUTR", NULL, "HPR_RMV_SHORT" },
991 { "LINEOUTL", NULL, "LINEOUTL_RMV_SHORT" },
992 { "LINEOUTR", NULL, "LINEOUTR_RMV_SHORT" },
Mark Brownf1c0a022008-08-26 13:05:27 +0100993
994 { "LOP", NULL, "Left Speaker PGA" },
995 { "LON", NULL, "Left Speaker PGA" },
996
997 { "ROP", NULL, "Right Speaker PGA" },
998 { "RON", NULL, "Right Speaker PGA" },
Mark Brown42768a12009-04-22 18:39:39 +0100999
1000 { "Left Headphone Output PGA", NULL, "Charge Pump" },
1001 { "Right Headphone Output PGA", NULL, "Charge Pump" },
1002 { "Left Line Output PGA", NULL, "Charge Pump" },
1003 { "Right Line Output PGA", NULL, "Charge Pump" },
Mark Brownf1c0a022008-08-26 13:05:27 +01001004};
1005
1006static int wm8903_add_widgets(struct snd_soc_codec *codec)
1007{
Liam Girdwoodce6120c2010-11-05 15:53:46 +02001008 struct snd_soc_dapm_context *dapm = &codec->dapm;
Mark Brownf1c0a022008-08-26 13:05:27 +01001009
Liam Girdwoodce6120c2010-11-05 15:53:46 +02001010 snd_soc_dapm_new_controls(dapm, wm8903_dapm_widgets,
1011 ARRAY_SIZE(wm8903_dapm_widgets));
1012 snd_soc_dapm_add_routes(dapm, intercon, ARRAY_SIZE(intercon));
Mark Brownf1c0a022008-08-26 13:05:27 +01001013
Mark Brownf1c0a022008-08-26 13:05:27 +01001014 return 0;
1015}
1016
1017static int wm8903_set_bias_level(struct snd_soc_codec *codec,
1018 enum snd_soc_bias_level level)
1019{
Mark Brown524d7692010-12-23 11:17:24 +00001020 u16 reg;
Mark Brownf1c0a022008-08-26 13:05:27 +01001021
1022 switch (level) {
1023 case SND_SOC_BIAS_ON:
1024 case SND_SOC_BIAS_PREPARE:
Mark Brown8d50e442009-07-10 23:12:01 +01001025 reg = snd_soc_read(codec, WM8903_VMID_CONTROL_0);
Mark Brownf1c0a022008-08-26 13:05:27 +01001026 reg &= ~(WM8903_VMID_RES_MASK);
1027 reg |= WM8903_VMID_RES_50K;
Mark Brown8d50e442009-07-10 23:12:01 +01001028 snd_soc_write(codec, WM8903_VMID_CONTROL_0, reg);
Mark Brownf1c0a022008-08-26 13:05:27 +01001029 break;
1030
1031 case SND_SOC_BIAS_STANDBY:
Liam Girdwoodce6120c2010-11-05 15:53:46 +02001032 if (codec->dapm.bias_level == SND_SOC_BIAS_OFF) {
Mark Brown8d50e442009-07-10 23:12:01 +01001033 snd_soc_write(codec, WM8903_CLOCK_RATES_2,
Mark Brown3b1228a2008-12-10 19:27:10 +00001034 WM8903_CLK_SYS_ENA);
1035
Mark Brown4dbfe802009-04-22 20:32:40 +01001036 /* Change DC servo dither level in startup sequence */
Mark Brown8d50e442009-07-10 23:12:01 +01001037 snd_soc_write(codec, WM8903_WRITE_SEQUENCER_0, 0x11);
1038 snd_soc_write(codec, WM8903_WRITE_SEQUENCER_1, 0x1257);
1039 snd_soc_write(codec, WM8903_WRITE_SEQUENCER_2, 0x2);
Mark Brown4dbfe802009-04-22 20:32:40 +01001040
Mark Brownf1c0a022008-08-26 13:05:27 +01001041 wm8903_run_sequence(codec, 0);
1042 wm8903_sync_reg_cache(codec, codec->reg_cache);
1043
Mark Brownf1c0a022008-08-26 13:05:27 +01001044 /* By default no bypass paths are enabled so
1045 * enable Class W support.
1046 */
Liam Girdwoodf0fba2a2010-03-17 20:15:21 +00001047 dev_dbg(codec->dev, "Enabling Class W\n");
Mark Brown524d7692010-12-23 11:17:24 +00001048 snd_soc_update_bits(codec, WM8903_CLASS_W_0,
1049 WM8903_CP_DYN_FREQ |
1050 WM8903_CP_DYN_V,
1051 WM8903_CP_DYN_FREQ |
1052 WM8903_CP_DYN_V);
Mark Brownf1c0a022008-08-26 13:05:27 +01001053 }
1054
Mark Brown8d50e442009-07-10 23:12:01 +01001055 reg = snd_soc_read(codec, WM8903_VMID_CONTROL_0);
Mark Brownf1c0a022008-08-26 13:05:27 +01001056 reg &= ~(WM8903_VMID_RES_MASK);
1057 reg |= WM8903_VMID_RES_250K;
Mark Brown8d50e442009-07-10 23:12:01 +01001058 snd_soc_write(codec, WM8903_VMID_CONTROL_0, reg);
Mark Brownf1c0a022008-08-26 13:05:27 +01001059 break;
1060
1061 case SND_SOC_BIAS_OFF:
1062 wm8903_run_sequence(codec, 32);
Mark Brown8d50e442009-07-10 23:12:01 +01001063 reg = snd_soc_read(codec, WM8903_CLOCK_RATES_2);
Mark Brown3b1228a2008-12-10 19:27:10 +00001064 reg &= ~WM8903_CLK_SYS_ENA;
Mark Brown8d50e442009-07-10 23:12:01 +01001065 snd_soc_write(codec, WM8903_CLOCK_RATES_2, reg);
Mark Brownf1c0a022008-08-26 13:05:27 +01001066 break;
1067 }
1068
Liam Girdwoodce6120c2010-11-05 15:53:46 +02001069 codec->dapm.bias_level = level;
Mark Brownf1c0a022008-08-26 13:05:27 +01001070
1071 return 0;
1072}
1073
1074static int wm8903_set_dai_sysclk(struct snd_soc_dai *codec_dai,
1075 int clk_id, unsigned int freq, int dir)
1076{
1077 struct snd_soc_codec *codec = codec_dai->codec;
Mark Brownb2c812e2010-04-14 15:35:19 +09001078 struct wm8903_priv *wm8903 = snd_soc_codec_get_drvdata(codec);
Mark Brownf1c0a022008-08-26 13:05:27 +01001079
1080 wm8903->sysclk = freq;
1081
1082 return 0;
1083}
1084
1085static int wm8903_set_dai_fmt(struct snd_soc_dai *codec_dai,
1086 unsigned int fmt)
1087{
1088 struct snd_soc_codec *codec = codec_dai->codec;
Mark Brown8d50e442009-07-10 23:12:01 +01001089 u16 aif1 = snd_soc_read(codec, WM8903_AUDIO_INTERFACE_1);
Mark Brownf1c0a022008-08-26 13:05:27 +01001090
1091 aif1 &= ~(WM8903_LRCLK_DIR | WM8903_BCLK_DIR | WM8903_AIF_FMT_MASK |
1092 WM8903_AIF_LRCLK_INV | WM8903_AIF_BCLK_INV);
1093
1094 switch (fmt & SND_SOC_DAIFMT_MASTER_MASK) {
1095 case SND_SOC_DAIFMT_CBS_CFS:
1096 break;
1097 case SND_SOC_DAIFMT_CBS_CFM:
1098 aif1 |= WM8903_LRCLK_DIR;
1099 break;
1100 case SND_SOC_DAIFMT_CBM_CFM:
1101 aif1 |= WM8903_LRCLK_DIR | WM8903_BCLK_DIR;
1102 break;
1103 case SND_SOC_DAIFMT_CBM_CFS:
1104 aif1 |= WM8903_BCLK_DIR;
1105 break;
1106 default:
1107 return -EINVAL;
1108 }
1109
1110 switch (fmt & SND_SOC_DAIFMT_FORMAT_MASK) {
1111 case SND_SOC_DAIFMT_DSP_A:
1112 aif1 |= 0x3;
1113 break;
1114 case SND_SOC_DAIFMT_DSP_B:
1115 aif1 |= 0x3 | WM8903_AIF_LRCLK_INV;
1116 break;
1117 case SND_SOC_DAIFMT_I2S:
1118 aif1 |= 0x2;
1119 break;
1120 case SND_SOC_DAIFMT_RIGHT_J:
1121 aif1 |= 0x1;
1122 break;
1123 case SND_SOC_DAIFMT_LEFT_J:
1124 break;
1125 default:
1126 return -EINVAL;
1127 }
1128
1129 /* Clock inversion */
1130 switch (fmt & SND_SOC_DAIFMT_FORMAT_MASK) {
1131 case SND_SOC_DAIFMT_DSP_A:
1132 case SND_SOC_DAIFMT_DSP_B:
1133 /* frame inversion not valid for DSP modes */
1134 switch (fmt & SND_SOC_DAIFMT_INV_MASK) {
1135 case SND_SOC_DAIFMT_NB_NF:
1136 break;
1137 case SND_SOC_DAIFMT_IB_NF:
1138 aif1 |= WM8903_AIF_BCLK_INV;
1139 break;
1140 default:
1141 return -EINVAL;
1142 }
1143 break;
1144 case SND_SOC_DAIFMT_I2S:
1145 case SND_SOC_DAIFMT_RIGHT_J:
1146 case SND_SOC_DAIFMT_LEFT_J:
1147 switch (fmt & SND_SOC_DAIFMT_INV_MASK) {
1148 case SND_SOC_DAIFMT_NB_NF:
1149 break;
1150 case SND_SOC_DAIFMT_IB_IF:
1151 aif1 |= WM8903_AIF_BCLK_INV | WM8903_AIF_LRCLK_INV;
1152 break;
1153 case SND_SOC_DAIFMT_IB_NF:
1154 aif1 |= WM8903_AIF_BCLK_INV;
1155 break;
1156 case SND_SOC_DAIFMT_NB_IF:
1157 aif1 |= WM8903_AIF_LRCLK_INV;
1158 break;
1159 default:
1160 return -EINVAL;
1161 }
1162 break;
1163 default:
1164 return -EINVAL;
1165 }
1166
Mark Brown8d50e442009-07-10 23:12:01 +01001167 snd_soc_write(codec, WM8903_AUDIO_INTERFACE_1, aif1);
Mark Brownf1c0a022008-08-26 13:05:27 +01001168
1169 return 0;
1170}
1171
1172static int wm8903_digital_mute(struct snd_soc_dai *codec_dai, int mute)
1173{
1174 struct snd_soc_codec *codec = codec_dai->codec;
1175 u16 reg;
1176
Mark Brown8d50e442009-07-10 23:12:01 +01001177 reg = snd_soc_read(codec, WM8903_DAC_DIGITAL_1);
Mark Brownf1c0a022008-08-26 13:05:27 +01001178
1179 if (mute)
1180 reg |= WM8903_DAC_MUTE;
1181 else
1182 reg &= ~WM8903_DAC_MUTE;
1183
Mark Brown8d50e442009-07-10 23:12:01 +01001184 snd_soc_write(codec, WM8903_DAC_DIGITAL_1, reg);
Mark Brownf1c0a022008-08-26 13:05:27 +01001185
1186 return 0;
1187}
1188
1189/* Lookup table for CLK_SYS/fs ratio. 256fs or more is recommended
1190 * for optimal performance so we list the lower rates first and match
1191 * on the last match we find. */
1192static struct {
1193 int div;
1194 int rate;
1195 int mode;
1196 int mclk_div;
1197} clk_sys_ratios[] = {
1198 { 64, 0x0, 0x0, 1 },
1199 { 68, 0x0, 0x1, 1 },
1200 { 125, 0x0, 0x2, 1 },
1201 { 128, 0x1, 0x0, 1 },
1202 { 136, 0x1, 0x1, 1 },
1203 { 192, 0x2, 0x0, 1 },
1204 { 204, 0x2, 0x1, 1 },
1205
1206 { 64, 0x0, 0x0, 2 },
1207 { 68, 0x0, 0x1, 2 },
1208 { 125, 0x0, 0x2, 2 },
1209 { 128, 0x1, 0x0, 2 },
1210 { 136, 0x1, 0x1, 2 },
1211 { 192, 0x2, 0x0, 2 },
1212 { 204, 0x2, 0x1, 2 },
1213
1214 { 250, 0x2, 0x2, 1 },
1215 { 256, 0x3, 0x0, 1 },
1216 { 272, 0x3, 0x1, 1 },
1217 { 384, 0x4, 0x0, 1 },
1218 { 408, 0x4, 0x1, 1 },
1219 { 375, 0x4, 0x2, 1 },
1220 { 512, 0x5, 0x0, 1 },
1221 { 544, 0x5, 0x1, 1 },
1222 { 500, 0x5, 0x2, 1 },
1223 { 768, 0x6, 0x0, 1 },
1224 { 816, 0x6, 0x1, 1 },
1225 { 750, 0x6, 0x2, 1 },
1226 { 1024, 0x7, 0x0, 1 },
1227 { 1088, 0x7, 0x1, 1 },
1228 { 1000, 0x7, 0x2, 1 },
1229 { 1408, 0x8, 0x0, 1 },
1230 { 1496, 0x8, 0x1, 1 },
1231 { 1536, 0x9, 0x0, 1 },
1232 { 1632, 0x9, 0x1, 1 },
1233 { 1500, 0x9, 0x2, 1 },
1234
1235 { 250, 0x2, 0x2, 2 },
1236 { 256, 0x3, 0x0, 2 },
1237 { 272, 0x3, 0x1, 2 },
1238 { 384, 0x4, 0x0, 2 },
1239 { 408, 0x4, 0x1, 2 },
1240 { 375, 0x4, 0x2, 2 },
1241 { 512, 0x5, 0x0, 2 },
1242 { 544, 0x5, 0x1, 2 },
1243 { 500, 0x5, 0x2, 2 },
1244 { 768, 0x6, 0x0, 2 },
1245 { 816, 0x6, 0x1, 2 },
1246 { 750, 0x6, 0x2, 2 },
1247 { 1024, 0x7, 0x0, 2 },
1248 { 1088, 0x7, 0x1, 2 },
1249 { 1000, 0x7, 0x2, 2 },
1250 { 1408, 0x8, 0x0, 2 },
1251 { 1496, 0x8, 0x1, 2 },
1252 { 1536, 0x9, 0x0, 2 },
1253 { 1632, 0x9, 0x1, 2 },
1254 { 1500, 0x9, 0x2, 2 },
1255};
1256
1257/* CLK_SYS/BCLK ratios - multiplied by 10 due to .5s */
1258static struct {
1259 int ratio;
1260 int div;
1261} bclk_divs[] = {
1262 { 10, 0 },
Mark Brownf1c0a022008-08-26 13:05:27 +01001263 { 20, 2 },
1264 { 30, 3 },
1265 { 40, 4 },
1266 { 50, 5 },
Mark Brownf1c0a022008-08-26 13:05:27 +01001267 { 60, 7 },
1268 { 80, 8 },
1269 { 100, 9 },
Mark Brownf1c0a022008-08-26 13:05:27 +01001270 { 120, 11 },
1271 { 160, 12 },
1272 { 200, 13 },
1273 { 220, 14 },
1274 { 240, 15 },
Mark Brownf1c0a022008-08-26 13:05:27 +01001275 { 300, 17 },
1276 { 320, 18 },
1277 { 440, 19 },
1278 { 480, 20 },
1279};
1280
1281/* Sample rates for DSP */
1282static struct {
1283 int rate;
1284 int value;
1285} sample_rates[] = {
1286 { 8000, 0 },
1287 { 11025, 1 },
1288 { 12000, 2 },
1289 { 16000, 3 },
1290 { 22050, 4 },
1291 { 24000, 5 },
1292 { 32000, 6 },
1293 { 44100, 7 },
1294 { 48000, 8 },
1295 { 88200, 9 },
1296 { 96000, 10 },
1297 { 0, 0 },
1298};
1299
Mark Brownf1c0a022008-08-26 13:05:27 +01001300static int wm8903_hw_params(struct snd_pcm_substream *substream,
Mark Browndee89c42008-11-18 22:11:38 +00001301 struct snd_pcm_hw_params *params,
1302 struct snd_soc_dai *dai)
Mark Brownf1c0a022008-08-26 13:05:27 +01001303{
1304 struct snd_soc_pcm_runtime *rtd = substream->private_data;
Liam Girdwoodf0fba2a2010-03-17 20:15:21 +00001305 struct snd_soc_codec *codec =rtd->codec;
Mark Brownb2c812e2010-04-14 15:35:19 +09001306 struct wm8903_priv *wm8903 = snd_soc_codec_get_drvdata(codec);
Mark Brownf1c0a022008-08-26 13:05:27 +01001307 int fs = params_rate(params);
1308 int bclk;
1309 int bclk_div;
1310 int i;
1311 int dsp_config;
1312 int clk_config;
1313 int best_val;
1314 int cur_val;
1315 int clk_sys;
1316
Mark Brown8d50e442009-07-10 23:12:01 +01001317 u16 aif1 = snd_soc_read(codec, WM8903_AUDIO_INTERFACE_1);
1318 u16 aif2 = snd_soc_read(codec, WM8903_AUDIO_INTERFACE_2);
1319 u16 aif3 = snd_soc_read(codec, WM8903_AUDIO_INTERFACE_3);
1320 u16 clock0 = snd_soc_read(codec, WM8903_CLOCK_RATES_0);
1321 u16 clock1 = snd_soc_read(codec, WM8903_CLOCK_RATES_1);
1322 u16 dac_digital1 = snd_soc_read(codec, WM8903_DAC_DIGITAL_1);
Mark Brownf1c0a022008-08-26 13:05:27 +01001323
Mark Brown9e792612009-06-12 17:27:07 +01001324 /* Enable sloping stopband filter for low sample rates */
1325 if (fs <= 24000)
1326 dac_digital1 |= WM8903_DAC_SB_FILT;
1327 else
1328 dac_digital1 &= ~WM8903_DAC_SB_FILT;
1329
Mark Brownf1c0a022008-08-26 13:05:27 +01001330 /* Configure sample rate logic for DSP - choose nearest rate */
1331 dsp_config = 0;
1332 best_val = abs(sample_rates[dsp_config].rate - fs);
1333 for (i = 1; i < ARRAY_SIZE(sample_rates); i++) {
1334 cur_val = abs(sample_rates[i].rate - fs);
1335 if (cur_val <= best_val) {
1336 dsp_config = i;
1337 best_val = cur_val;
1338 }
1339 }
1340
Liam Girdwoodf0fba2a2010-03-17 20:15:21 +00001341 dev_dbg(codec->dev, "DSP fs = %dHz\n", sample_rates[dsp_config].rate);
Mark Brownf1c0a022008-08-26 13:05:27 +01001342 clock1 &= ~WM8903_SAMPLE_RATE_MASK;
1343 clock1 |= sample_rates[dsp_config].value;
1344
1345 aif1 &= ~WM8903_AIF_WL_MASK;
1346 bclk = 2 * fs;
1347 switch (params_format(params)) {
1348 case SNDRV_PCM_FORMAT_S16_LE:
1349 bclk *= 16;
1350 break;
1351 case SNDRV_PCM_FORMAT_S20_3LE:
1352 bclk *= 20;
1353 aif1 |= 0x4;
1354 break;
1355 case SNDRV_PCM_FORMAT_S24_LE:
1356 bclk *= 24;
1357 aif1 |= 0x8;
1358 break;
1359 case SNDRV_PCM_FORMAT_S32_LE:
1360 bclk *= 32;
1361 aif1 |= 0xc;
1362 break;
1363 default:
1364 return -EINVAL;
1365 }
1366
Liam Girdwoodf0fba2a2010-03-17 20:15:21 +00001367 dev_dbg(codec->dev, "MCLK = %dHz, target sample rate = %dHz\n",
Mark Brownf1c0a022008-08-26 13:05:27 +01001368 wm8903->sysclk, fs);
1369
1370 /* We may not have an MCLK which allows us to generate exactly
1371 * the clock we want, particularly with USB derived inputs, so
1372 * approximate.
1373 */
1374 clk_config = 0;
1375 best_val = abs((wm8903->sysclk /
1376 (clk_sys_ratios[0].mclk_div *
1377 clk_sys_ratios[0].div)) - fs);
1378 for (i = 1; i < ARRAY_SIZE(clk_sys_ratios); i++) {
1379 cur_val = abs((wm8903->sysclk /
1380 (clk_sys_ratios[i].mclk_div *
1381 clk_sys_ratios[i].div)) - fs);
1382
1383 if (cur_val <= best_val) {
1384 clk_config = i;
1385 best_val = cur_val;
1386 }
1387 }
1388
1389 if (clk_sys_ratios[clk_config].mclk_div == 2) {
1390 clock0 |= WM8903_MCLKDIV2;
1391 clk_sys = wm8903->sysclk / 2;
1392 } else {
1393 clock0 &= ~WM8903_MCLKDIV2;
1394 clk_sys = wm8903->sysclk;
1395 }
1396
1397 clock1 &= ~(WM8903_CLK_SYS_RATE_MASK |
1398 WM8903_CLK_SYS_MODE_MASK);
1399 clock1 |= clk_sys_ratios[clk_config].rate << WM8903_CLK_SYS_RATE_SHIFT;
1400 clock1 |= clk_sys_ratios[clk_config].mode << WM8903_CLK_SYS_MODE_SHIFT;
1401
Liam Girdwoodf0fba2a2010-03-17 20:15:21 +00001402 dev_dbg(codec->dev, "CLK_SYS_RATE=%x, CLK_SYS_MODE=%x div=%d\n",
Mark Brownf1c0a022008-08-26 13:05:27 +01001403 clk_sys_ratios[clk_config].rate,
1404 clk_sys_ratios[clk_config].mode,
1405 clk_sys_ratios[clk_config].div);
1406
Liam Girdwoodf0fba2a2010-03-17 20:15:21 +00001407 dev_dbg(codec->dev, "Actual CLK_SYS = %dHz\n", clk_sys);
Mark Brownf1c0a022008-08-26 13:05:27 +01001408
1409 /* We may not get quite the right frequency if using
1410 * approximate clocks so look for the closest match that is
1411 * higher than the target (we need to ensure that there enough
1412 * BCLKs to clock out the samples).
1413 */
1414 bclk_div = 0;
1415 best_val = ((clk_sys * 10) / bclk_divs[0].ratio) - bclk;
1416 i = 1;
1417 while (i < ARRAY_SIZE(bclk_divs)) {
1418 cur_val = ((clk_sys * 10) / bclk_divs[i].ratio) - bclk;
1419 if (cur_val < 0) /* BCLK table is sorted */
1420 break;
1421 bclk_div = i;
1422 best_val = cur_val;
1423 i++;
1424 }
1425
1426 aif2 &= ~WM8903_BCLK_DIV_MASK;
1427 aif3 &= ~WM8903_LRCLK_RATE_MASK;
1428
Liam Girdwoodf0fba2a2010-03-17 20:15:21 +00001429 dev_dbg(codec->dev, "BCLK ratio %d for %dHz - actual BCLK = %dHz\n",
Mark Brownf1c0a022008-08-26 13:05:27 +01001430 bclk_divs[bclk_div].ratio / 10, bclk,
1431 (clk_sys * 10) / bclk_divs[bclk_div].ratio);
1432
1433 aif2 |= bclk_divs[bclk_div].div;
1434 aif3 |= bclk / fs;
1435
Mark Brown69fff9b2010-12-10 19:17:08 +00001436 wm8903->fs = params_rate(params);
1437 wm8903_set_deemph(codec);
1438
Mark Brown8d50e442009-07-10 23:12:01 +01001439 snd_soc_write(codec, WM8903_CLOCK_RATES_0, clock0);
1440 snd_soc_write(codec, WM8903_CLOCK_RATES_1, clock1);
1441 snd_soc_write(codec, WM8903_AUDIO_INTERFACE_1, aif1);
1442 snd_soc_write(codec, WM8903_AUDIO_INTERFACE_2, aif2);
1443 snd_soc_write(codec, WM8903_AUDIO_INTERFACE_3, aif3);
1444 snd_soc_write(codec, WM8903_DAC_DIGITAL_1, dac_digital1);
Mark Brownf1c0a022008-08-26 13:05:27 +01001445
1446 return 0;
1447}
1448
Mark Brown72453872010-03-15 21:22:58 +00001449/**
1450 * wm8903_mic_detect - Enable microphone detection via the WM8903 IRQ
1451 *
1452 * @codec: WM8903 codec
1453 * @jack: jack to report detection events on
1454 * @det: value to report for presence detection
1455 * @shrt: value to report for short detection
1456 *
1457 * Enable microphone detection via IRQ on the WM8903. If GPIOs are
1458 * being used to bring out signals to the processor then only platform
1459 * data configuration is needed for WM8903 and processor GPIOs should
1460 * be configured using snd_soc_jack_add_gpios() instead.
1461 *
1462 * The current threasholds for detection should be configured using
1463 * micdet_cfg in the platform data. Using this function will force on
1464 * the microphone bias for the device.
1465 */
1466int wm8903_mic_detect(struct snd_soc_codec *codec, struct snd_soc_jack *jack,
1467 int det, int shrt)
1468{
Mark Brownb2c812e2010-04-14 15:35:19 +09001469 struct wm8903_priv *wm8903 = snd_soc_codec_get_drvdata(codec);
Mark Brown69266862010-03-22 16:37:01 +00001470 int irq_mask = WM8903_MICDET_EINT | WM8903_MICSHRT_EINT;
Mark Brown72453872010-03-15 21:22:58 +00001471
1472 dev_dbg(codec->dev, "Enabling microphone detection: %x %x\n",
1473 det, shrt);
1474
1475 /* Store the configuration */
1476 wm8903->mic_jack = jack;
1477 wm8903->mic_det = det;
1478 wm8903->mic_short = shrt;
1479
1480 /* Enable interrupts we've got a report configured for */
1481 if (det)
1482 irq_mask &= ~WM8903_MICDET_EINT;
1483 if (shrt)
1484 irq_mask &= ~WM8903_MICSHRT_EINT;
1485
1486 snd_soc_update_bits(codec, WM8903_INTERRUPT_STATUS_1_MASK,
1487 WM8903_MICDET_EINT | WM8903_MICSHRT_EINT,
1488 irq_mask);
1489
Mark Brown69266862010-03-22 16:37:01 +00001490 if (det && shrt) {
1491 /* Enable mic detection, this may not have been set through
1492 * platform data (eg, if the defaults are OK). */
1493 snd_soc_update_bits(codec, WM8903_WRITE_SEQUENCER_0,
1494 WM8903_WSEQ_ENA, WM8903_WSEQ_ENA);
1495 snd_soc_update_bits(codec, WM8903_MIC_BIAS_CONTROL_0,
1496 WM8903_MICDET_ENA, WM8903_MICDET_ENA);
1497 } else {
1498 snd_soc_update_bits(codec, WM8903_MIC_BIAS_CONTROL_0,
1499 WM8903_MICDET_ENA, 0);
1500 }
Mark Brown72453872010-03-15 21:22:58 +00001501
1502 return 0;
1503}
1504EXPORT_SYMBOL_GPL(wm8903_mic_detect);
1505
Mark Brown8abd16a2010-03-15 18:25:26 +00001506static irqreturn_t wm8903_irq(int irq, void *data)
1507{
Liam Girdwoodf0fba2a2010-03-17 20:15:21 +00001508 struct snd_soc_codec *codec = data;
1509 struct wm8903_priv *wm8903 = snd_soc_codec_get_drvdata(codec);
Mark Brown72453872010-03-15 21:22:58 +00001510 int mic_report;
1511 int int_pol;
1512 int int_val = 0;
1513 int mask = ~snd_soc_read(codec, WM8903_INTERRUPT_STATUS_1_MASK);
Mark Brown8abd16a2010-03-15 18:25:26 +00001514
Mark Brown72453872010-03-15 21:22:58 +00001515 int_val = snd_soc_read(codec, WM8903_INTERRUPT_STATUS_1) & mask;
Mark Brown8abd16a2010-03-15 18:25:26 +00001516
Mark Brown72453872010-03-15 21:22:58 +00001517 if (int_val & WM8903_WSEQ_BUSY_EINT) {
Mark Brown8abd16a2010-03-15 18:25:26 +00001518 dev_dbg(codec->dev, "Write sequencer done\n");
1519 complete(&wm8903->wseq);
1520 }
1521
Mark Brown72453872010-03-15 21:22:58 +00001522 /*
1523 * The rest is microphone jack detection. We need to manually
1524 * invert the polarity of the interrupt after each event - to
1525 * simplify the code keep track of the last state we reported
1526 * and just invert the relevant bits in both the report and
1527 * the polarity register.
1528 */
1529 mic_report = wm8903->mic_last_report;
1530 int_pol = snd_soc_read(codec, WM8903_INTERRUPT_POLARITY_1);
1531
Mark Brown1435b942010-12-23 01:56:20 +00001532#ifndef CONFIG_SND_SOC_WM8903_MODULE
Mark Brown2bbb5d62010-12-05 12:50:12 +00001533 if (int_val & (WM8903_MICSHRT_EINT | WM8903_MICDET_EINT))
1534 trace_snd_soc_jack_irq(dev_name(codec->dev));
Mark Brown1435b942010-12-23 01:56:20 +00001535#endif
Mark Brown2bbb5d62010-12-05 12:50:12 +00001536
Mark Brown72453872010-03-15 21:22:58 +00001537 if (int_val & WM8903_MICSHRT_EINT) {
1538 dev_dbg(codec->dev, "Microphone short (pol=%x)\n", int_pol);
1539
1540 mic_report ^= wm8903->mic_short;
1541 int_pol ^= WM8903_MICSHRT_INV;
1542 }
1543
1544 if (int_val & WM8903_MICDET_EINT) {
1545 dev_dbg(codec->dev, "Microphone detect (pol=%x)\n", int_pol);
1546
1547 mic_report ^= wm8903->mic_det;
1548 int_pol ^= WM8903_MICDET_INV;
1549
1550 msleep(wm8903->mic_delay);
1551 }
1552
1553 snd_soc_update_bits(codec, WM8903_INTERRUPT_POLARITY_1,
1554 WM8903_MICSHRT_INV | WM8903_MICDET_INV, int_pol);
1555
1556 snd_soc_jack_report(wm8903->mic_jack, mic_report,
1557 wm8903->mic_short | wm8903->mic_det);
1558
1559 wm8903->mic_last_report = mic_report;
1560
Mark Brown8abd16a2010-03-15 18:25:26 +00001561 return IRQ_HANDLED;
1562}
1563
Mark Brownf1c0a022008-08-26 13:05:27 +01001564#define WM8903_PLAYBACK_RATES (SNDRV_PCM_RATE_8000 |\
1565 SNDRV_PCM_RATE_11025 | \
1566 SNDRV_PCM_RATE_16000 | \
1567 SNDRV_PCM_RATE_22050 | \
1568 SNDRV_PCM_RATE_32000 | \
1569 SNDRV_PCM_RATE_44100 | \
1570 SNDRV_PCM_RATE_48000 | \
1571 SNDRV_PCM_RATE_88200 | \
1572 SNDRV_PCM_RATE_96000)
1573
1574#define WM8903_CAPTURE_RATES (SNDRV_PCM_RATE_8000 |\
1575 SNDRV_PCM_RATE_11025 | \
1576 SNDRV_PCM_RATE_16000 | \
1577 SNDRV_PCM_RATE_22050 | \
1578 SNDRV_PCM_RATE_32000 | \
1579 SNDRV_PCM_RATE_44100 | \
1580 SNDRV_PCM_RATE_48000)
1581
1582#define WM8903_FORMATS (SNDRV_PCM_FMTBIT_S16_LE |\
1583 SNDRV_PCM_FMTBIT_S20_3LE |\
1584 SNDRV_PCM_FMTBIT_S24_LE)
1585
Eric Miao6335d052009-03-03 09:41:00 +08001586static struct snd_soc_dai_ops wm8903_dai_ops = {
Eric Miao6335d052009-03-03 09:41:00 +08001587 .hw_params = wm8903_hw_params,
1588 .digital_mute = wm8903_digital_mute,
1589 .set_fmt = wm8903_set_dai_fmt,
1590 .set_sysclk = wm8903_set_dai_sysclk,
1591};
1592
Liam Girdwoodf0fba2a2010-03-17 20:15:21 +00001593static struct snd_soc_dai_driver wm8903_dai = {
1594 .name = "wm8903-hifi",
Mark Brownf1c0a022008-08-26 13:05:27 +01001595 .playback = {
1596 .stream_name = "Playback",
1597 .channels_min = 2,
1598 .channels_max = 2,
1599 .rates = WM8903_PLAYBACK_RATES,
1600 .formats = WM8903_FORMATS,
1601 },
1602 .capture = {
1603 .stream_name = "Capture",
1604 .channels_min = 2,
1605 .channels_max = 2,
1606 .rates = WM8903_CAPTURE_RATES,
1607 .formats = WM8903_FORMATS,
1608 },
Eric Miao6335d052009-03-03 09:41:00 +08001609 .ops = &wm8903_dai_ops,
Mark Brown0d960e82009-04-16 10:08:39 +01001610 .symmetric_rates = 1,
Mark Brownf1c0a022008-08-26 13:05:27 +01001611};
Mark Brownf1c0a022008-08-26 13:05:27 +01001612
Liam Girdwoodf0fba2a2010-03-17 20:15:21 +00001613static int wm8903_suspend(struct snd_soc_codec *codec, pm_message_t state)
Mark Brownf1c0a022008-08-26 13:05:27 +01001614{
Mark Brownf1c0a022008-08-26 13:05:27 +01001615 wm8903_set_bias_level(codec, SND_SOC_BIAS_OFF);
1616
1617 return 0;
1618}
1619
Liam Girdwoodf0fba2a2010-03-17 20:15:21 +00001620static int wm8903_resume(struct snd_soc_codec *codec)
Mark Brownf1c0a022008-08-26 13:05:27 +01001621{
Mark Brownf1c0a022008-08-26 13:05:27 +01001622 int i;
1623 u16 *reg_cache = codec->reg_cache;
Guennadi Liakhovetski40aa7032010-01-22 18:00:03 +01001624 u16 *tmp_cache = kmemdup(reg_cache, sizeof(wm8903_reg_defaults),
Mark Brownf1c0a022008-08-26 13:05:27 +01001625 GFP_KERNEL);
1626
1627 /* Bring the codec back up to standby first to minimise pop/clicks */
1628 wm8903_set_bias_level(codec, SND_SOC_BIAS_STANDBY);
Mark Brownf1c0a022008-08-26 13:05:27 +01001629
1630 /* Sync back everything else */
1631 if (tmp_cache) {
1632 for (i = 2; i < ARRAY_SIZE(wm8903_reg_defaults); i++)
1633 if (tmp_cache[i] != reg_cache[i])
Mark Brown8d50e442009-07-10 23:12:01 +01001634 snd_soc_write(codec, i, tmp_cache[i]);
Guennadi Liakhovetski40aa7032010-01-22 18:00:03 +01001635 kfree(tmp_cache);
Mark Brownf1c0a022008-08-26 13:05:27 +01001636 } else {
Liam Girdwoodf0fba2a2010-03-17 20:15:21 +00001637 dev_err(codec->dev, "Failed to allocate temporary cache\n");
Mark Brownf1c0a022008-08-26 13:05:27 +01001638 }
1639
1640 return 0;
1641}
1642
Stephen Warren7cfe5612011-01-20 13:52:08 -07001643#ifdef CONFIG_GPIOLIB
1644static inline struct wm8903_priv *gpio_to_wm8903(struct gpio_chip *chip)
1645{
1646 return container_of(chip, struct wm8903_priv, gpio_chip);
1647}
1648
1649static int wm8903_gpio_request(struct gpio_chip *chip, unsigned offset)
1650{
1651 if (offset >= WM8903_NUM_GPIO)
1652 return -EINVAL;
1653
1654 return 0;
1655}
1656
1657static int wm8903_gpio_direction_in(struct gpio_chip *chip, unsigned offset)
1658{
1659 struct wm8903_priv *wm8903 = gpio_to_wm8903(chip);
1660 struct snd_soc_codec *codec = wm8903->codec;
1661 unsigned int mask, val;
1662
1663 mask = WM8903_GP1_FN_MASK | WM8903_GP1_DIR_MASK;
1664 val = (WM8903_GPn_FN_GPIO_INPUT << WM8903_GP1_FN_SHIFT) |
1665 WM8903_GP1_DIR;
1666
1667 return snd_soc_update_bits(codec, WM8903_GPIO_CONTROL_1 + offset,
1668 mask, val);
1669}
1670
1671static int wm8903_gpio_get(struct gpio_chip *chip, unsigned offset)
1672{
1673 struct wm8903_priv *wm8903 = gpio_to_wm8903(chip);
1674 struct snd_soc_codec *codec = wm8903->codec;
1675 int reg;
1676
1677 reg = snd_soc_read(codec, WM8903_GPIO_CONTROL_1 + offset);
1678
1679 return (reg & WM8903_GP1_LVL_MASK) >> WM8903_GP1_LVL_SHIFT;
1680}
1681
1682static int wm8903_gpio_direction_out(struct gpio_chip *chip,
1683 unsigned offset, int value)
1684{
1685 struct wm8903_priv *wm8903 = gpio_to_wm8903(chip);
1686 struct snd_soc_codec *codec = wm8903->codec;
1687 unsigned int mask, val;
1688
1689 mask = WM8903_GP1_FN_MASK | WM8903_GP1_DIR_MASK | WM8903_GP1_LVL_MASK;
1690 val = (WM8903_GPn_FN_GPIO_OUTPUT << WM8903_GP1_FN_SHIFT) |
1691 (value << WM8903_GP2_LVL_SHIFT);
1692
1693 return snd_soc_update_bits(codec, WM8903_GPIO_CONTROL_1 + offset,
1694 mask, val);
1695}
1696
1697static void wm8903_gpio_set(struct gpio_chip *chip, unsigned offset, int value)
1698{
1699 struct wm8903_priv *wm8903 = gpio_to_wm8903(chip);
1700 struct snd_soc_codec *codec = wm8903->codec;
1701
1702 snd_soc_update_bits(codec, WM8903_GPIO_CONTROL_1 + offset,
Mark Brownc8059932011-01-31 13:41:17 +00001703 WM8903_GP1_LVL_MASK,
1704 !!value << WM8903_GP1_LVL_SHIFT);
Stephen Warren7cfe5612011-01-20 13:52:08 -07001705}
1706
1707static struct gpio_chip wm8903_template_chip = {
1708 .label = "wm8903",
1709 .owner = THIS_MODULE,
1710 .request = wm8903_gpio_request,
1711 .direction_input = wm8903_gpio_direction_in,
1712 .get = wm8903_gpio_get,
1713 .direction_output = wm8903_gpio_direction_out,
1714 .set = wm8903_gpio_set,
1715 .can_sleep = 1,
1716};
1717
1718static void wm8903_init_gpio(struct snd_soc_codec *codec)
1719{
1720 struct wm8903_priv *wm8903 = snd_soc_codec_get_drvdata(codec);
1721 struct wm8903_platform_data *pdata = dev_get_platdata(codec->dev);
1722 int ret;
1723
1724 wm8903->gpio_chip = wm8903_template_chip;
1725 wm8903->gpio_chip.ngpio = WM8903_NUM_GPIO;
1726 wm8903->gpio_chip.dev = codec->dev;
1727
1728 if (pdata && pdata->gpio_base)
1729 wm8903->gpio_chip.base = pdata->gpio_base;
1730 else
1731 wm8903->gpio_chip.base = -1;
1732
1733 ret = gpiochip_add(&wm8903->gpio_chip);
1734 if (ret != 0)
1735 dev_err(codec->dev, "Failed to add GPIOs: %d\n", ret);
1736}
1737
1738static void wm8903_free_gpio(struct snd_soc_codec *codec)
1739{
1740 struct wm8903_priv *wm8903 = snd_soc_codec_get_drvdata(codec);
1741 int ret;
1742
1743 ret = gpiochip_remove(&wm8903->gpio_chip);
1744 if (ret != 0)
1745 dev_err(codec->dev, "Failed to remove GPIOs: %d\n", ret);
1746}
1747#else
1748static void wm8903_init_gpio(struct snd_soc_codec *codec)
1749{
1750}
1751
1752static void wm8903_free_gpio(struct snd_soc_codec *codec)
1753{
1754}
1755#endif
1756
Liam Girdwoodf0fba2a2010-03-17 20:15:21 +00001757static int wm8903_probe(struct snd_soc_codec *codec)
Mark Brownf1c0a022008-08-26 13:05:27 +01001758{
Liam Girdwoodf0fba2a2010-03-17 20:15:21 +00001759 struct wm8903_platform_data *pdata = dev_get_platdata(codec->dev);
1760 struct wm8903_priv *wm8903 = snd_soc_codec_get_drvdata(codec);
Mark Brown73b34ea2010-03-15 17:46:02 +00001761 int ret, i;
Mark Brown8abd16a2010-03-15 18:25:26 +00001762 int trigger, irq_pol;
Mark Brownf1c0a022008-08-26 13:05:27 +01001763 u16 val;
1764
Stephen Warren7cfe5612011-01-20 13:52:08 -07001765 wm8903->codec = codec;
Mark Brown8abd16a2010-03-15 18:25:26 +00001766 init_completion(&wm8903->wseq);
Mark Brownd58d5d52008-12-10 18:36:42 +00001767
Mark Brown8d50e442009-07-10 23:12:01 +01001768 ret = snd_soc_codec_set_cache_io(codec, 8, 16, SND_SOC_I2C);
1769 if (ret != 0) {
Liam Girdwoodf0fba2a2010-03-17 20:15:21 +00001770 dev_err(codec->dev, "Failed to set cache I/O: %d\n", ret);
1771 return ret;
Mark Brown8d50e442009-07-10 23:12:01 +01001772 }
1773
1774 val = snd_soc_read(codec, WM8903_SW_RESET_AND_ID);
Mark Brownf1c0a022008-08-26 13:05:27 +01001775 if (val != wm8903_reg_defaults[WM8903_SW_RESET_AND_ID]) {
Liam Girdwoodf0fba2a2010-03-17 20:15:21 +00001776 dev_err(codec->dev,
Mark Brownf1c0a022008-08-26 13:05:27 +01001777 "Device with ID register %x is not a WM8903\n", val);
1778 return -ENODEV;
1779 }
1780
Mark Brown8d50e442009-07-10 23:12:01 +01001781 val = snd_soc_read(codec, WM8903_REVISION_NUMBER);
Mark Brown1d8d62d2011-02-09 13:47:07 +00001782 dev_info(codec->dev, "WM8903 revision %c\n",
1783 (val & WM8903_CHIP_REV_MASK) + 'A');
Mark Brownf1c0a022008-08-26 13:05:27 +01001784
1785 wm8903_reset(codec);
1786
Mark Brown37f88e82010-03-15 18:14:34 +00001787 /* Set up GPIOs and microphone detection */
Mark Brown73b34ea2010-03-15 17:46:02 +00001788 if (pdata) {
1789 for (i = 0; i < ARRAY_SIZE(pdata->gpio_cfg); i++) {
Stephen Warren7cfe5612011-01-20 13:52:08 -07001790 if (pdata->gpio_cfg[i] == WM8903_GPIO_NO_CONFIG)
Mark Brown73b34ea2010-03-15 17:46:02 +00001791 continue;
1792
1793 snd_soc_write(codec, WM8903_GPIO_CONTROL_1 + i,
1794 pdata->gpio_cfg[i] & 0xffff);
1795 }
Mark Brown37f88e82010-03-15 18:14:34 +00001796
1797 snd_soc_write(codec, WM8903_MIC_BIAS_CONTROL_0,
1798 pdata->micdet_cfg);
1799
1800 /* Microphone detection needs the WSEQ clock */
1801 if (pdata->micdet_cfg)
1802 snd_soc_update_bits(codec, WM8903_WRITE_SEQUENCER_0,
1803 WM8903_WSEQ_ENA, WM8903_WSEQ_ENA);
1804
1805 wm8903->mic_delay = pdata->micdet_delay;
Mark Brown73b34ea2010-03-15 17:46:02 +00001806 }
Mark Brown8abd16a2010-03-15 18:25:26 +00001807
Liam Girdwoodf0fba2a2010-03-17 20:15:21 +00001808 if (wm8903->irq) {
Mark Brown8abd16a2010-03-15 18:25:26 +00001809 if (pdata && pdata->irq_active_low) {
1810 trigger = IRQF_TRIGGER_LOW;
1811 irq_pol = WM8903_IRQ_POL;
1812 } else {
1813 trigger = IRQF_TRIGGER_HIGH;
1814 irq_pol = 0;
1815 }
1816
1817 snd_soc_update_bits(codec, WM8903_INTERRUPT_CONTROL,
1818 WM8903_IRQ_POL, irq_pol);
1819
Liam Girdwoodf0fba2a2010-03-17 20:15:21 +00001820 ret = request_threaded_irq(wm8903->irq, NULL, wm8903_irq,
Mark Brown8abd16a2010-03-15 18:25:26 +00001821 trigger | IRQF_ONESHOT,
Liam Girdwoodf0fba2a2010-03-17 20:15:21 +00001822 "wm8903", codec);
Mark Brown8abd16a2010-03-15 18:25:26 +00001823 if (ret != 0) {
Liam Girdwoodf0fba2a2010-03-17 20:15:21 +00001824 dev_err(codec->dev, "Failed to request IRQ: %d\n",
Mark Brown8abd16a2010-03-15 18:25:26 +00001825 ret);
Liam Girdwoodf0fba2a2010-03-17 20:15:21 +00001826 return ret;
Mark Brown8abd16a2010-03-15 18:25:26 +00001827 }
1828
1829 /* Enable write sequencer interrupts */
1830 snd_soc_update_bits(codec, WM8903_INTERRUPT_STATUS_1_MASK,
1831 WM8903_IM_WSEQ_BUSY_EINT, 0);
1832 }
Mark Brown73b34ea2010-03-15 17:46:02 +00001833
Mark Brownf1c0a022008-08-26 13:05:27 +01001834 /* power on device */
1835 wm8903_set_bias_level(codec, SND_SOC_BIAS_STANDBY);
1836
1837 /* Latch volume update bits */
Mark Brown8d50e442009-07-10 23:12:01 +01001838 val = snd_soc_read(codec, WM8903_ADC_DIGITAL_VOLUME_LEFT);
Mark Brownf1c0a022008-08-26 13:05:27 +01001839 val |= WM8903_ADCVU;
Mark Brown8d50e442009-07-10 23:12:01 +01001840 snd_soc_write(codec, WM8903_ADC_DIGITAL_VOLUME_LEFT, val);
1841 snd_soc_write(codec, WM8903_ADC_DIGITAL_VOLUME_RIGHT, val);
Mark Brownf1c0a022008-08-26 13:05:27 +01001842
Mark Brown8d50e442009-07-10 23:12:01 +01001843 val = snd_soc_read(codec, WM8903_DAC_DIGITAL_VOLUME_LEFT);
Mark Brownf1c0a022008-08-26 13:05:27 +01001844 val |= WM8903_DACVU;
Mark Brown8d50e442009-07-10 23:12:01 +01001845 snd_soc_write(codec, WM8903_DAC_DIGITAL_VOLUME_LEFT, val);
1846 snd_soc_write(codec, WM8903_DAC_DIGITAL_VOLUME_RIGHT, val);
Mark Brownf1c0a022008-08-26 13:05:27 +01001847
Mark Brown8d50e442009-07-10 23:12:01 +01001848 val = snd_soc_read(codec, WM8903_ANALOGUE_OUT1_LEFT);
Mark Brownf1c0a022008-08-26 13:05:27 +01001849 val |= WM8903_HPOUTVU;
Mark Brown8d50e442009-07-10 23:12:01 +01001850 snd_soc_write(codec, WM8903_ANALOGUE_OUT1_LEFT, val);
1851 snd_soc_write(codec, WM8903_ANALOGUE_OUT1_RIGHT, val);
Mark Brownf1c0a022008-08-26 13:05:27 +01001852
Mark Brown8d50e442009-07-10 23:12:01 +01001853 val = snd_soc_read(codec, WM8903_ANALOGUE_OUT2_LEFT);
Mark Brownf1c0a022008-08-26 13:05:27 +01001854 val |= WM8903_LINEOUTVU;
Mark Brown8d50e442009-07-10 23:12:01 +01001855 snd_soc_write(codec, WM8903_ANALOGUE_OUT2_LEFT, val);
1856 snd_soc_write(codec, WM8903_ANALOGUE_OUT2_RIGHT, val);
Mark Brownf1c0a022008-08-26 13:05:27 +01001857
Mark Brown8d50e442009-07-10 23:12:01 +01001858 val = snd_soc_read(codec, WM8903_ANALOGUE_OUT3_LEFT);
Mark Brownf1c0a022008-08-26 13:05:27 +01001859 val |= WM8903_SPKVU;
Mark Brown8d50e442009-07-10 23:12:01 +01001860 snd_soc_write(codec, WM8903_ANALOGUE_OUT3_LEFT, val);
1861 snd_soc_write(codec, WM8903_ANALOGUE_OUT3_RIGHT, val);
Mark Brownf1c0a022008-08-26 13:05:27 +01001862
1863 /* Enable DAC soft mute by default */
Mark Brown8d50e442009-07-10 23:12:01 +01001864 val = snd_soc_read(codec, WM8903_DAC_DIGITAL_1);
Mark Brownf1c0a022008-08-26 13:05:27 +01001865 val |= WM8903_DAC_MUTEMODE;
Mark Brown8d50e442009-07-10 23:12:01 +01001866 snd_soc_write(codec, WM8903_DAC_DIGITAL_1, val);
Mark Brownf1c0a022008-08-26 13:05:27 +01001867
Liam Girdwoodf0fba2a2010-03-17 20:15:21 +00001868 snd_soc_add_controls(codec, wm8903_snd_controls,
1869 ARRAY_SIZE(wm8903_snd_controls));
1870 wm8903_add_widgets(codec);
Mark Brownf1c0a022008-08-26 13:05:27 +01001871
Stephen Warren7cfe5612011-01-20 13:52:08 -07001872 wm8903_init_gpio(codec);
1873
Mark Brownf1c0a022008-08-26 13:05:27 +01001874 return ret;
Liam Girdwoodf0fba2a2010-03-17 20:15:21 +00001875}
Mark Brownf1c0a022008-08-26 13:05:27 +01001876
Liam Girdwoodf0fba2a2010-03-17 20:15:21 +00001877/* power down chip */
1878static int wm8903_remove(struct snd_soc_codec *codec)
1879{
Stephen Warren7cfe5612011-01-20 13:52:08 -07001880 wm8903_free_gpio(codec);
Liam Girdwoodf0fba2a2010-03-17 20:15:21 +00001881 wm8903_set_bias_level(codec, SND_SOC_BIAS_OFF);
1882 return 0;
1883}
1884
1885static struct snd_soc_codec_driver soc_codec_dev_wm8903 = {
1886 .probe = wm8903_probe,
1887 .remove = wm8903_remove,
1888 .suspend = wm8903_suspend,
1889 .resume = wm8903_resume,
1890 .set_bias_level = wm8903_set_bias_level,
1891 .reg_cache_size = ARRAY_SIZE(wm8903_reg_defaults),
1892 .reg_word_size = sizeof(u16),
1893 .reg_cache_default = wm8903_reg_defaults,
1894 .volatile_register = wm8903_volatile_register,
1895};
1896
1897#if defined(CONFIG_I2C) || defined(CONFIG_I2C_MODULE)
1898static __devinit int wm8903_i2c_probe(struct i2c_client *i2c,
1899 const struct i2c_device_id *id)
1900{
1901 struct wm8903_priv *wm8903;
1902 int ret;
1903
1904 wm8903 = kzalloc(sizeof(struct wm8903_priv), GFP_KERNEL);
1905 if (wm8903 == NULL)
1906 return -ENOMEM;
1907
1908 i2c_set_clientdata(i2c, wm8903);
Liam Girdwoodf0fba2a2010-03-17 20:15:21 +00001909 wm8903->irq = i2c->irq;
1910
1911 ret = snd_soc_register_codec(&i2c->dev,
1912 &soc_codec_dev_wm8903, &wm8903_dai, 1);
1913 if (ret < 0)
1914 kfree(wm8903);
Mark Brownf1c0a022008-08-26 13:05:27 +01001915 return ret;
1916}
1917
Mark Brownc6f29812009-02-18 21:25:40 +00001918static __devexit int wm8903_i2c_remove(struct i2c_client *client)
Mark Brownf1c0a022008-08-26 13:05:27 +01001919{
Liam Girdwoodf0fba2a2010-03-17 20:15:21 +00001920 snd_soc_unregister_codec(&client->dev);
1921 kfree(i2c_get_clientdata(client));
Mark Brownf1c0a022008-08-26 13:05:27 +01001922 return 0;
1923}
1924
Mark Brownf1c0a022008-08-26 13:05:27 +01001925static const struct i2c_device_id wm8903_i2c_id[] = {
Liam Girdwoodf0fba2a2010-03-17 20:15:21 +00001926 { "wm8903", 0 },
1927 { }
Mark Brownf1c0a022008-08-26 13:05:27 +01001928};
1929MODULE_DEVICE_TABLE(i2c, wm8903_i2c_id);
1930
1931static struct i2c_driver wm8903_i2c_driver = {
1932 .driver = {
Mark Brown4b592c92011-02-09 13:47:06 +00001933 .name = "wm8903",
Mark Brownf1c0a022008-08-26 13:05:27 +01001934 .owner = THIS_MODULE,
1935 },
Liam Girdwoodf0fba2a2010-03-17 20:15:21 +00001936 .probe = wm8903_i2c_probe,
1937 .remove = __devexit_p(wm8903_i2c_remove),
Mark Brownf1c0a022008-08-26 13:05:27 +01001938 .id_table = wm8903_i2c_id,
1939};
Liam Girdwoodf0fba2a2010-03-17 20:15:21 +00001940#endif
Mark Brownf1c0a022008-08-26 13:05:27 +01001941
Takashi Iwaic9b3a402008-12-10 07:47:22 +01001942static int __init wm8903_modinit(void)
Mark Brown64089b82008-12-08 19:17:58 +00001943{
Liam Girdwoodf0fba2a2010-03-17 20:15:21 +00001944 int ret = 0;
1945#if defined(CONFIG_I2C) || defined(CONFIG_I2C_MODULE)
1946 ret = i2c_add_driver(&wm8903_i2c_driver);
1947 if (ret != 0) {
1948 printk(KERN_ERR "Failed to register wm8903 I2C driver: %d\n",
1949 ret);
1950 }
1951#endif
1952 return ret;
Mark Brown64089b82008-12-08 19:17:58 +00001953}
1954module_init(wm8903_modinit);
1955
1956static void __exit wm8903_exit(void)
1957{
Liam Girdwoodf0fba2a2010-03-17 20:15:21 +00001958#if defined(CONFIG_I2C) || defined(CONFIG_I2C_MODULE)
Mark Brownd58d5d52008-12-10 18:36:42 +00001959 i2c_del_driver(&wm8903_i2c_driver);
Liam Girdwoodf0fba2a2010-03-17 20:15:21 +00001960#endif
Mark Brown64089b82008-12-08 19:17:58 +00001961}
1962module_exit(wm8903_exit);
1963
Mark Brownf1c0a022008-08-26 13:05:27 +01001964MODULE_DESCRIPTION("ASoC WM8903 driver");
1965MODULE_AUTHOR("Mark Brown <broonie@opensource.wolfsonmicro.cm>");
1966MODULE_LICENSE("GPL");