Mark Brown | f1c0a02 | 2008-08-26 13:05:27 +0100 | [diff] [blame] | 1 | /* |
| 2 | * wm8903.c -- WM8903 ALSA SoC Audio driver |
| 3 | * |
| 4 | * Copyright 2008 Wolfson Microelectronics |
Stephen Warren | 7cfe561 | 2011-01-20 13:52:08 -0700 | [diff] [blame] | 5 | * Copyright 2011 NVIDIA, Inc. |
Mark Brown | f1c0a02 | 2008-08-26 13:05:27 +0100 | [diff] [blame] | 6 | * |
| 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 Brown | f1c0a02 | 2008-08-26 13:05:27 +0100 | [diff] [blame] | 15 | * - Digital microphone support. |
Mark Brown | f1c0a02 | 2008-08-26 13:05:27 +0100 | [diff] [blame] | 16 | */ |
| 17 | |
| 18 | #include <linux/module.h> |
| 19 | #include <linux/moduleparam.h> |
| 20 | #include <linux/init.h> |
Mark Brown | 8abd16a | 2010-03-15 18:25:26 +0000 | [diff] [blame] | 21 | #include <linux/completion.h> |
Mark Brown | f1c0a02 | 2008-08-26 13:05:27 +0100 | [diff] [blame] | 22 | #include <linux/delay.h> |
Stephen Warren | 7cfe561 | 2011-01-20 13:52:08 -0700 | [diff] [blame] | 23 | #include <linux/gpio.h> |
Mark Brown | f1c0a02 | 2008-08-26 13:05:27 +0100 | [diff] [blame] | 24 | #include <linux/pm.h> |
| 25 | #include <linux/i2c.h> |
Tejun Heo | 5a0e3ad | 2010-03-24 17:04:11 +0900 | [diff] [blame] | 26 | #include <linux/slab.h> |
Mark Brown | f1c0a02 | 2008-08-26 13:05:27 +0100 | [diff] [blame] | 27 | #include <sound/core.h> |
Mark Brown | 7245387 | 2010-03-15 21:22:58 +0000 | [diff] [blame] | 28 | #include <sound/jack.h> |
Mark Brown | f1c0a02 | 2008-08-26 13:05:27 +0100 | [diff] [blame] | 29 | #include <sound/pcm.h> |
| 30 | #include <sound/pcm_params.h> |
| 31 | #include <sound/tlv.h> |
| 32 | #include <sound/soc.h> |
Mark Brown | f1c0a02 | 2008-08-26 13:05:27 +0100 | [diff] [blame] | 33 | #include <sound/initval.h> |
Mark Brown | 8abd16a | 2010-03-15 18:25:26 +0000 | [diff] [blame] | 34 | #include <sound/wm8903.h> |
Mark Brown | 2bbb5d6 | 2010-12-05 12:50:12 +0000 | [diff] [blame] | 35 | #include <trace/events/asoc.h> |
Mark Brown | f1c0a02 | 2008-08-26 13:05:27 +0100 | [diff] [blame] | 36 | |
| 37 | #include "wm8903.h" |
| 38 | |
Mark Brown | f1c0a02 | 2008-08-26 13:05:27 +0100 | [diff] [blame] | 39 | /* Register defaults at reset */ |
| 40 | static u16 wm8903_reg_defaults[] = { |
| 41 | 0x8903, /* R0 - SW Reset and ID */ |
| 42 | 0x0000, /* R1 - Revision Number */ |
| 43 | 0x0000, /* R2 */ |
| 44 | 0x0000, /* R3 */ |
| 45 | 0x0018, /* R4 - Bias Control 0 */ |
| 46 | 0x0000, /* R5 - VMID Control 0 */ |
| 47 | 0x0000, /* R6 - Mic Bias Control 0 */ |
| 48 | 0x0000, /* R7 */ |
| 49 | 0x0001, /* R8 - Analogue DAC 0 */ |
| 50 | 0x0000, /* R9 */ |
| 51 | 0x0001, /* R10 - Analogue ADC 0 */ |
| 52 | 0x0000, /* R11 */ |
| 53 | 0x0000, /* R12 - Power Management 0 */ |
| 54 | 0x0000, /* R13 - Power Management 1 */ |
| 55 | 0x0000, /* R14 - Power Management 2 */ |
| 56 | 0x0000, /* R15 - Power Management 3 */ |
| 57 | 0x0000, /* R16 - Power Management 4 */ |
| 58 | 0x0000, /* R17 - Power Management 5 */ |
| 59 | 0x0000, /* R18 - Power Management 6 */ |
| 60 | 0x0000, /* R19 */ |
| 61 | 0x0400, /* R20 - Clock Rates 0 */ |
| 62 | 0x0D07, /* R21 - Clock Rates 1 */ |
| 63 | 0x0000, /* R22 - Clock Rates 2 */ |
| 64 | 0x0000, /* R23 */ |
| 65 | 0x0050, /* R24 - Audio Interface 0 */ |
| 66 | 0x0242, /* R25 - Audio Interface 1 */ |
| 67 | 0x0008, /* R26 - Audio Interface 2 */ |
| 68 | 0x0022, /* R27 - Audio Interface 3 */ |
| 69 | 0x0000, /* R28 */ |
| 70 | 0x0000, /* R29 */ |
| 71 | 0x00C0, /* R30 - DAC Digital Volume Left */ |
| 72 | 0x00C0, /* R31 - DAC Digital Volume Right */ |
| 73 | 0x0000, /* R32 - DAC Digital 0 */ |
| 74 | 0x0000, /* R33 - DAC Digital 1 */ |
| 75 | 0x0000, /* R34 */ |
| 76 | 0x0000, /* R35 */ |
| 77 | 0x00C0, /* R36 - ADC Digital Volume Left */ |
| 78 | 0x00C0, /* R37 - ADC Digital Volume Right */ |
| 79 | 0x0000, /* R38 - ADC Digital 0 */ |
| 80 | 0x0073, /* R39 - Digital Microphone 0 */ |
| 81 | 0x09BF, /* R40 - DRC 0 */ |
| 82 | 0x3241, /* R41 - DRC 1 */ |
| 83 | 0x0020, /* R42 - DRC 2 */ |
| 84 | 0x0000, /* R43 - DRC 3 */ |
| 85 | 0x0085, /* R44 - Analogue Left Input 0 */ |
| 86 | 0x0085, /* R45 - Analogue Right Input 0 */ |
| 87 | 0x0044, /* R46 - Analogue Left Input 1 */ |
| 88 | 0x0044, /* R47 - Analogue Right Input 1 */ |
| 89 | 0x0000, /* R48 */ |
| 90 | 0x0000, /* R49 */ |
| 91 | 0x0008, /* R50 - Analogue Left Mix 0 */ |
| 92 | 0x0004, /* R51 - Analogue Right Mix 0 */ |
| 93 | 0x0000, /* R52 - Analogue Spk Mix Left 0 */ |
| 94 | 0x0000, /* R53 - Analogue Spk Mix Left 1 */ |
| 95 | 0x0000, /* R54 - Analogue Spk Mix Right 0 */ |
| 96 | 0x0000, /* R55 - Analogue Spk Mix Right 1 */ |
| 97 | 0x0000, /* R56 */ |
| 98 | 0x002D, /* R57 - Analogue OUT1 Left */ |
| 99 | 0x002D, /* R58 - Analogue OUT1 Right */ |
| 100 | 0x0039, /* R59 - Analogue OUT2 Left */ |
| 101 | 0x0039, /* R60 - Analogue OUT2 Right */ |
| 102 | 0x0100, /* R61 */ |
| 103 | 0x0139, /* R62 - Analogue OUT3 Left */ |
| 104 | 0x0139, /* R63 - Analogue OUT3 Right */ |
| 105 | 0x0000, /* R64 */ |
| 106 | 0x0000, /* R65 - Analogue SPK Output Control 0 */ |
| 107 | 0x0000, /* R66 */ |
| 108 | 0x0010, /* R67 - DC Servo 0 */ |
| 109 | 0x0100, /* R68 */ |
| 110 | 0x00A4, /* R69 - DC Servo 2 */ |
| 111 | 0x0807, /* R70 */ |
| 112 | 0x0000, /* R71 */ |
| 113 | 0x0000, /* R72 */ |
| 114 | 0x0000, /* R73 */ |
| 115 | 0x0000, /* R74 */ |
| 116 | 0x0000, /* R75 */ |
| 117 | 0x0000, /* R76 */ |
| 118 | 0x0000, /* R77 */ |
| 119 | 0x0000, /* R78 */ |
| 120 | 0x000E, /* R79 */ |
| 121 | 0x0000, /* R80 */ |
| 122 | 0x0000, /* R81 */ |
| 123 | 0x0000, /* R82 */ |
| 124 | 0x0000, /* R83 */ |
| 125 | 0x0000, /* R84 */ |
| 126 | 0x0000, /* R85 */ |
| 127 | 0x0000, /* R86 */ |
| 128 | 0x0006, /* R87 */ |
| 129 | 0x0000, /* R88 */ |
| 130 | 0x0000, /* R89 */ |
| 131 | 0x0000, /* R90 - Analogue HP 0 */ |
| 132 | 0x0060, /* R91 */ |
| 133 | 0x0000, /* R92 */ |
| 134 | 0x0000, /* R93 */ |
| 135 | 0x0000, /* R94 - Analogue Lineout 0 */ |
| 136 | 0x0060, /* R95 */ |
| 137 | 0x0000, /* R96 */ |
| 138 | 0x0000, /* R97 */ |
| 139 | 0x0000, /* R98 - Charge Pump 0 */ |
| 140 | 0x1F25, /* R99 */ |
| 141 | 0x2B19, /* R100 */ |
| 142 | 0x01C0, /* R101 */ |
| 143 | 0x01EF, /* R102 */ |
| 144 | 0x2B00, /* R103 */ |
| 145 | 0x0000, /* R104 - Class W 0 */ |
| 146 | 0x01C0, /* R105 */ |
| 147 | 0x1C10, /* R106 */ |
| 148 | 0x0000, /* R107 */ |
| 149 | 0x0000, /* R108 - Write Sequencer 0 */ |
| 150 | 0x0000, /* R109 - Write Sequencer 1 */ |
| 151 | 0x0000, /* R110 - Write Sequencer 2 */ |
| 152 | 0x0000, /* R111 - Write Sequencer 3 */ |
| 153 | 0x0000, /* R112 - Write Sequencer 4 */ |
| 154 | 0x0000, /* R113 */ |
| 155 | 0x0000, /* R114 - Control Interface */ |
| 156 | 0x0000, /* R115 */ |
| 157 | 0x00A8, /* R116 - GPIO Control 1 */ |
| 158 | 0x00A8, /* R117 - GPIO Control 2 */ |
| 159 | 0x00A8, /* R118 - GPIO Control 3 */ |
| 160 | 0x0220, /* R119 - GPIO Control 4 */ |
| 161 | 0x01A0, /* R120 - GPIO Control 5 */ |
| 162 | 0x0000, /* R121 - Interrupt Status 1 */ |
| 163 | 0xFFFF, /* R122 - Interrupt Status 1 Mask */ |
| 164 | 0x0000, /* R123 - Interrupt Polarity 1 */ |
| 165 | 0x0000, /* R124 */ |
| 166 | 0x0003, /* R125 */ |
| 167 | 0x0000, /* R126 - Interrupt Control */ |
| 168 | 0x0000, /* R127 */ |
| 169 | 0x0005, /* R128 */ |
| 170 | 0x0000, /* R129 - Control Interface Test 1 */ |
| 171 | 0x0000, /* R130 */ |
| 172 | 0x0000, /* R131 */ |
| 173 | 0x0000, /* R132 */ |
| 174 | 0x0000, /* R133 */ |
| 175 | 0x0000, /* R134 */ |
| 176 | 0x03FF, /* R135 */ |
| 177 | 0x0007, /* R136 */ |
| 178 | 0x0040, /* R137 */ |
| 179 | 0x0000, /* R138 */ |
| 180 | 0x0000, /* R139 */ |
| 181 | 0x0000, /* R140 */ |
| 182 | 0x0000, /* R141 */ |
| 183 | 0x0000, /* R142 */ |
| 184 | 0x0000, /* R143 */ |
| 185 | 0x0000, /* R144 */ |
| 186 | 0x0000, /* R145 */ |
| 187 | 0x0000, /* R146 */ |
| 188 | 0x0000, /* R147 */ |
| 189 | 0x4000, /* R148 */ |
| 190 | 0x6810, /* R149 - Charge Pump Test 1 */ |
| 191 | 0x0004, /* R150 */ |
| 192 | 0x0000, /* R151 */ |
| 193 | 0x0000, /* R152 */ |
| 194 | 0x0000, /* R153 */ |
| 195 | 0x0000, /* R154 */ |
| 196 | 0x0000, /* R155 */ |
| 197 | 0x0000, /* R156 */ |
| 198 | 0x0000, /* R157 */ |
| 199 | 0x0000, /* R158 */ |
| 200 | 0x0000, /* R159 */ |
| 201 | 0x0000, /* R160 */ |
| 202 | 0x0000, /* R161 */ |
| 203 | 0x0000, /* R162 */ |
| 204 | 0x0000, /* R163 */ |
| 205 | 0x0028, /* R164 - Clock Rate Test 4 */ |
| 206 | 0x0004, /* R165 */ |
| 207 | 0x0000, /* R166 */ |
| 208 | 0x0060, /* R167 */ |
| 209 | 0x0000, /* R168 */ |
| 210 | 0x0000, /* R169 */ |
| 211 | 0x0000, /* R170 */ |
| 212 | 0x0000, /* R171 */ |
| 213 | 0x0000, /* R172 - Analogue Output Bias 0 */ |
| 214 | }; |
| 215 | |
Mark Brown | d58d5d5 | 2008-12-10 18:36:42 +0000 | [diff] [blame] | 216 | struct wm8903_priv { |
Stephen Warren | 7cfe561 | 2011-01-20 13:52:08 -0700 | [diff] [blame] | 217 | struct snd_soc_codec *codec; |
Liam Girdwood | f0fba2a | 2010-03-17 20:15:21 +0000 | [diff] [blame] | 218 | |
Mark Brown | d58d5d5 | 2008-12-10 18:36:42 +0000 | [diff] [blame] | 219 | int sysclk; |
Liam Girdwood | f0fba2a | 2010-03-17 20:15:21 +0000 | [diff] [blame] | 220 | int irq; |
Mark Brown | d58d5d5 | 2008-12-10 18:36:42 +0000 | [diff] [blame] | 221 | |
Mark Brown | 69fff9b | 2010-12-10 19:17:08 +0000 | [diff] [blame] | 222 | int fs; |
| 223 | int deemph; |
| 224 | |
Mark Brown | c5b6a9f | 2011-02-09 20:14:42 +0000 | [diff] [blame] | 225 | int dcs_pending; |
| 226 | int dcs_cache[4]; |
| 227 | |
Mark Brown | f2c1fe0 | 2010-12-10 19:17:07 +0000 | [diff] [blame] | 228 | /* Reference count */ |
Mark Brown | d58d5d5 | 2008-12-10 18:36:42 +0000 | [diff] [blame] | 229 | int class_w_users; |
Mark Brown | d58d5d5 | 2008-12-10 18:36:42 +0000 | [diff] [blame] | 230 | |
Mark Brown | 7245387 | 2010-03-15 21:22:58 +0000 | [diff] [blame] | 231 | struct snd_soc_jack *mic_jack; |
| 232 | int mic_det; |
| 233 | int mic_short; |
| 234 | int mic_last_report; |
| 235 | int mic_delay; |
Stephen Warren | 7cfe561 | 2011-01-20 13:52:08 -0700 | [diff] [blame] | 236 | |
| 237 | #ifdef CONFIG_GPIOLIB |
| 238 | struct gpio_chip gpio_chip; |
| 239 | #endif |
Mark Brown | d58d5d5 | 2008-12-10 18:36:42 +0000 | [diff] [blame] | 240 | }; |
| 241 | |
Dimitris Papastamos | d4754ec | 2011-01-13 12:20:37 +0000 | [diff] [blame] | 242 | static int wm8903_volatile_register(struct snd_soc_codec *codec, unsigned int reg) |
Mark Brown | f1c0a02 | 2008-08-26 13:05:27 +0100 | [diff] [blame] | 243 | { |
| 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 Brown | c5b6a9f | 2011-02-09 20:14:42 +0000 | [diff] [blame] | 249 | case WM8903_DC_SERVO_READBACK_1: |
| 250 | case WM8903_DC_SERVO_READBACK_2: |
| 251 | case WM8903_DC_SERVO_READBACK_3: |
| 252 | case WM8903_DC_SERVO_READBACK_4: |
Mark Brown | 8d50e44 | 2009-07-10 23:12:01 +0100 | [diff] [blame] | 253 | return 1; |
Mark Brown | f1c0a02 | 2008-08-26 13:05:27 +0100 | [diff] [blame] | 254 | |
| 255 | default: |
Mark Brown | f1c0a02 | 2008-08-26 13:05:27 +0100 | [diff] [blame] | 256 | return 0; |
Mark Brown | 8d50e44 | 2009-07-10 23:12:01 +0100 | [diff] [blame] | 257 | } |
Mark Brown | f1c0a02 | 2008-08-26 13:05:27 +0100 | [diff] [blame] | 258 | } |
| 259 | |
Mark Brown | f1c0a02 | 2008-08-26 13:05:27 +0100 | [diff] [blame] | 260 | static void wm8903_reset(struct snd_soc_codec *codec) |
| 261 | { |
Mark Brown | 8d50e44 | 2009-07-10 23:12:01 +0100 | [diff] [blame] | 262 | snd_soc_write(codec, WM8903_SW_RESET_AND_ID, 0); |
Mark Brown | d58d5d5 | 2008-12-10 18:36:42 +0000 | [diff] [blame] | 263 | memcpy(codec->reg_cache, wm8903_reg_defaults, |
| 264 | sizeof(wm8903_reg_defaults)); |
Mark Brown | f1c0a02 | 2008-08-26 13:05:27 +0100 | [diff] [blame] | 265 | } |
| 266 | |
Mark Brown | 42768a1 | 2009-04-22 18:39:39 +0100 | [diff] [blame] | 267 | static int wm8903_cp_event(struct snd_soc_dapm_widget *w, |
| 268 | struct snd_kcontrol *kcontrol, int event) |
| 269 | { |
| 270 | WARN_ON(event != SND_SOC_DAPM_POST_PMU); |
| 271 | mdelay(4); |
| 272 | |
| 273 | return 0; |
| 274 | } |
| 275 | |
Mark Brown | c5b6a9f | 2011-02-09 20:14:42 +0000 | [diff] [blame] | 276 | static int wm8903_dcs_event(struct snd_soc_dapm_widget *w, |
| 277 | struct snd_kcontrol *kcontrol, int event) |
| 278 | { |
| 279 | struct snd_soc_codec *codec = w->codec; |
| 280 | struct wm8903_priv *wm8903 = snd_soc_codec_get_drvdata(codec); |
| 281 | |
| 282 | switch (event) { |
| 283 | case SND_SOC_DAPM_POST_PMU: |
| 284 | wm8903->dcs_pending |= 1 << w->shift; |
| 285 | break; |
| 286 | case SND_SOC_DAPM_PRE_PMD: |
| 287 | snd_soc_update_bits(codec, WM8903_DC_SERVO_0, |
| 288 | 1 << w->shift, 0); |
| 289 | break; |
| 290 | } |
| 291 | |
| 292 | return 0; |
| 293 | } |
| 294 | |
| 295 | #define WM8903_DCS_MODE_WRITE_STOP 0 |
| 296 | #define WM8903_DCS_MODE_START_STOP 2 |
| 297 | |
| 298 | static void wm8903_seq_notifier(struct snd_soc_dapm_context *dapm, |
| 299 | enum snd_soc_dapm_type event, int subseq) |
| 300 | { |
| 301 | struct snd_soc_codec *codec = container_of(dapm, |
| 302 | struct snd_soc_codec, dapm); |
| 303 | struct wm8903_priv *wm8903 = snd_soc_codec_get_drvdata(codec); |
| 304 | int dcs_mode = WM8903_DCS_MODE_WRITE_STOP; |
| 305 | int i, val; |
| 306 | |
| 307 | /* Complete any pending DC servo starts */ |
| 308 | if (wm8903->dcs_pending) { |
| 309 | dev_dbg(codec->dev, "Starting DC servo for %x\n", |
| 310 | wm8903->dcs_pending); |
| 311 | |
| 312 | /* If we've no cached values then we need to do startup */ |
| 313 | for (i = 0; i < ARRAY_SIZE(wm8903->dcs_cache); i++) { |
| 314 | if (!(wm8903->dcs_pending & (1 << i))) |
| 315 | continue; |
| 316 | |
| 317 | if (wm8903->dcs_cache[i]) { |
| 318 | dev_dbg(codec->dev, |
| 319 | "Restore DC servo %d value %x\n", |
| 320 | 3 - i, wm8903->dcs_cache[i]); |
| 321 | |
| 322 | snd_soc_write(codec, WM8903_DC_SERVO_4 + i, |
| 323 | wm8903->dcs_cache[i] & 0xff); |
| 324 | } else { |
| 325 | dev_dbg(codec->dev, |
| 326 | "Calibrate DC servo %d\n", 3 - i); |
| 327 | dcs_mode = WM8903_DCS_MODE_START_STOP; |
| 328 | } |
| 329 | } |
| 330 | |
| 331 | /* Don't trust the cache for analogue */ |
| 332 | if (wm8903->class_w_users) |
| 333 | dcs_mode = WM8903_DCS_MODE_START_STOP; |
| 334 | |
| 335 | snd_soc_update_bits(codec, WM8903_DC_SERVO_2, |
| 336 | WM8903_DCS_MODE_MASK, dcs_mode); |
| 337 | |
| 338 | snd_soc_update_bits(codec, WM8903_DC_SERVO_0, |
| 339 | WM8903_DCS_ENA_MASK, wm8903->dcs_pending); |
| 340 | |
| 341 | switch (dcs_mode) { |
| 342 | case WM8903_DCS_MODE_WRITE_STOP: |
| 343 | break; |
| 344 | |
| 345 | case WM8903_DCS_MODE_START_STOP: |
| 346 | msleep(270); |
| 347 | |
| 348 | /* Cache the measured offsets for digital */ |
| 349 | if (wm8903->class_w_users) |
| 350 | break; |
| 351 | |
| 352 | for (i = 0; i < ARRAY_SIZE(wm8903->dcs_cache); i++) { |
| 353 | if (!(wm8903->dcs_pending & (1 << i))) |
| 354 | continue; |
| 355 | |
| 356 | val = snd_soc_read(codec, |
| 357 | WM8903_DC_SERVO_READBACK_1 + i); |
| 358 | dev_dbg(codec->dev, "DC servo %d: %x\n", |
| 359 | 3 - i, val); |
| 360 | wm8903->dcs_cache[i] = val; |
| 361 | } |
| 362 | break; |
| 363 | |
| 364 | default: |
| 365 | pr_warn("DCS mode %d delay not set\n", dcs_mode); |
| 366 | break; |
| 367 | } |
| 368 | |
| 369 | wm8903->dcs_pending = 0; |
| 370 | } |
| 371 | } |
| 372 | |
Mark Brown | f1c0a02 | 2008-08-26 13:05:27 +0100 | [diff] [blame] | 373 | /* |
Mark Brown | f1c0a02 | 2008-08-26 13:05:27 +0100 | [diff] [blame] | 374 | * When used with DAC outputs only the WM8903 charge pump supports |
| 375 | * operation in class W mode, providing very low power consumption |
| 376 | * when used with digital sources. Enable and disable this mode |
| 377 | * automatically depending on the mixer configuration. |
| 378 | * |
| 379 | * All the relevant controls are simple switches. |
| 380 | */ |
| 381 | static int wm8903_class_w_put(struct snd_kcontrol *kcontrol, |
| 382 | struct snd_ctl_elem_value *ucontrol) |
| 383 | { |
Jarkko Nikula | 9d03545 | 2011-05-13 19:16:52 +0300 | [diff] [blame] | 384 | struct snd_soc_dapm_widget_list *wlist = snd_kcontrol_chip(kcontrol); |
| 385 | struct snd_soc_dapm_widget *widget = wlist->widgets[0]; |
Mark Brown | f1c0a02 | 2008-08-26 13:05:27 +0100 | [diff] [blame] | 386 | struct snd_soc_codec *codec = widget->codec; |
Mark Brown | b2c812e | 2010-04-14 15:35:19 +0900 | [diff] [blame] | 387 | struct wm8903_priv *wm8903 = snd_soc_codec_get_drvdata(codec); |
Mark Brown | f1c0a02 | 2008-08-26 13:05:27 +0100 | [diff] [blame] | 388 | u16 reg; |
| 389 | int ret; |
| 390 | |
Mark Brown | 8d50e44 | 2009-07-10 23:12:01 +0100 | [diff] [blame] | 391 | reg = snd_soc_read(codec, WM8903_CLASS_W_0); |
Mark Brown | f1c0a02 | 2008-08-26 13:05:27 +0100 | [diff] [blame] | 392 | |
| 393 | /* Turn it off if we're about to enable bypass */ |
| 394 | if (ucontrol->value.integer.value[0]) { |
| 395 | if (wm8903->class_w_users == 0) { |
Liam Girdwood | f0fba2a | 2010-03-17 20:15:21 +0000 | [diff] [blame] | 396 | dev_dbg(codec->dev, "Disabling Class W\n"); |
Mark Brown | 8d50e44 | 2009-07-10 23:12:01 +0100 | [diff] [blame] | 397 | snd_soc_write(codec, WM8903_CLASS_W_0, reg & |
Mark Brown | f1c0a02 | 2008-08-26 13:05:27 +0100 | [diff] [blame] | 398 | ~(WM8903_CP_DYN_FREQ | WM8903_CP_DYN_V)); |
| 399 | } |
| 400 | wm8903->class_w_users++; |
| 401 | } |
| 402 | |
| 403 | /* Implement the change */ |
| 404 | ret = snd_soc_dapm_put_volsw(kcontrol, ucontrol); |
| 405 | |
| 406 | /* If we've just disabled the last bypass path turn Class W on */ |
| 407 | if (!ucontrol->value.integer.value[0]) { |
| 408 | if (wm8903->class_w_users == 1) { |
Liam Girdwood | f0fba2a | 2010-03-17 20:15:21 +0000 | [diff] [blame] | 409 | dev_dbg(codec->dev, "Enabling Class W\n"); |
Mark Brown | 8d50e44 | 2009-07-10 23:12:01 +0100 | [diff] [blame] | 410 | snd_soc_write(codec, WM8903_CLASS_W_0, reg | |
Mark Brown | f1c0a02 | 2008-08-26 13:05:27 +0100 | [diff] [blame] | 411 | WM8903_CP_DYN_FREQ | WM8903_CP_DYN_V); |
| 412 | } |
| 413 | wm8903->class_w_users--; |
| 414 | } |
| 415 | |
Liam Girdwood | f0fba2a | 2010-03-17 20:15:21 +0000 | [diff] [blame] | 416 | dev_dbg(codec->dev, "Bypass use count now %d\n", |
Mark Brown | f1c0a02 | 2008-08-26 13:05:27 +0100 | [diff] [blame] | 417 | wm8903->class_w_users); |
| 418 | |
| 419 | return ret; |
| 420 | } |
| 421 | |
| 422 | #define SOC_DAPM_SINGLE_W(xname, reg, shift, max, invert) \ |
| 423 | { .iface = SNDRV_CTL_ELEM_IFACE_MIXER, .name = xname, \ |
| 424 | .info = snd_soc_info_volsw, \ |
| 425 | .get = snd_soc_dapm_get_volsw, .put = wm8903_class_w_put, \ |
| 426 | .private_value = SOC_SINGLE_VALUE(reg, shift, max, invert) } |
| 427 | |
| 428 | |
Mark Brown | 69fff9b | 2010-12-10 19:17:08 +0000 | [diff] [blame] | 429 | static int wm8903_deemph[] = { 0, 32000, 44100, 48000 }; |
| 430 | |
| 431 | static int wm8903_set_deemph(struct snd_soc_codec *codec) |
| 432 | { |
| 433 | struct wm8903_priv *wm8903 = snd_soc_codec_get_drvdata(codec); |
| 434 | int val, i, best; |
| 435 | |
| 436 | /* If we're using deemphasis select the nearest available sample |
| 437 | * rate. |
| 438 | */ |
| 439 | if (wm8903->deemph) { |
| 440 | best = 1; |
| 441 | for (i = 2; i < ARRAY_SIZE(wm8903_deemph); i++) { |
| 442 | if (abs(wm8903_deemph[i] - wm8903->fs) < |
| 443 | abs(wm8903_deemph[best] - wm8903->fs)) |
| 444 | best = i; |
| 445 | } |
| 446 | |
| 447 | val = best << WM8903_DEEMPH_SHIFT; |
| 448 | } else { |
| 449 | best = 0; |
| 450 | val = 0; |
| 451 | } |
| 452 | |
| 453 | dev_dbg(codec->dev, "Set deemphasis %d (%dHz)\n", |
| 454 | best, wm8903_deemph[best]); |
| 455 | |
| 456 | return snd_soc_update_bits(codec, WM8903_DAC_DIGITAL_1, |
| 457 | WM8903_DEEMPH_MASK, val); |
| 458 | } |
| 459 | |
| 460 | static int wm8903_get_deemph(struct snd_kcontrol *kcontrol, |
| 461 | struct snd_ctl_elem_value *ucontrol) |
| 462 | { |
| 463 | struct snd_soc_codec *codec = snd_kcontrol_chip(kcontrol); |
| 464 | struct wm8903_priv *wm8903 = snd_soc_codec_get_drvdata(codec); |
| 465 | |
| 466 | ucontrol->value.enumerated.item[0] = wm8903->deemph; |
| 467 | |
| 468 | return 0; |
| 469 | } |
| 470 | |
| 471 | static int wm8903_put_deemph(struct snd_kcontrol *kcontrol, |
| 472 | struct snd_ctl_elem_value *ucontrol) |
| 473 | { |
| 474 | struct snd_soc_codec *codec = snd_kcontrol_chip(kcontrol); |
| 475 | struct wm8903_priv *wm8903 = snd_soc_codec_get_drvdata(codec); |
| 476 | int deemph = ucontrol->value.enumerated.item[0]; |
| 477 | int ret = 0; |
| 478 | |
| 479 | if (deemph > 1) |
| 480 | return -EINVAL; |
| 481 | |
| 482 | mutex_lock(&codec->mutex); |
| 483 | if (wm8903->deemph != deemph) { |
| 484 | wm8903->deemph = deemph; |
| 485 | |
| 486 | wm8903_set_deemph(codec); |
| 487 | |
| 488 | ret = 1; |
| 489 | } |
| 490 | mutex_unlock(&codec->mutex); |
| 491 | |
| 492 | return ret; |
| 493 | } |
| 494 | |
Mark Brown | f1c0a02 | 2008-08-26 13:05:27 +0100 | [diff] [blame] | 495 | /* ALSA can only do steps of .01dB */ |
| 496 | static const DECLARE_TLV_DB_SCALE(digital_tlv, -7200, 75, 1); |
| 497 | |
Mark Brown | 291ce18 | 2009-04-22 21:36:14 +0100 | [diff] [blame] | 498 | static const DECLARE_TLV_DB_SCALE(digital_sidetone_tlv, -3600, 300, 0); |
Mark Brown | f1c0a02 | 2008-08-26 13:05:27 +0100 | [diff] [blame] | 499 | static const DECLARE_TLV_DB_SCALE(out_tlv, -5700, 100, 0); |
| 500 | |
| 501 | static const DECLARE_TLV_DB_SCALE(drc_tlv_thresh, 0, 75, 0); |
| 502 | static const DECLARE_TLV_DB_SCALE(drc_tlv_amp, -2250, 75, 0); |
| 503 | static const DECLARE_TLV_DB_SCALE(drc_tlv_min, 0, 600, 0); |
| 504 | static const DECLARE_TLV_DB_SCALE(drc_tlv_max, 1200, 600, 0); |
| 505 | static const DECLARE_TLV_DB_SCALE(drc_tlv_startup, -300, 50, 0); |
| 506 | |
Mark Brown | 460f4aa | 2010-12-10 18:42:58 +0000 | [diff] [blame] | 507 | static const char *hpf_mode_text[] = { |
| 508 | "Hi-fi", "Voice 1", "Voice 2", "Voice 3" |
| 509 | }; |
| 510 | |
| 511 | static const struct soc_enum hpf_mode = |
| 512 | SOC_ENUM_SINGLE(WM8903_ADC_DIGITAL_0, 5, 4, hpf_mode_text); |
| 513 | |
Mark Brown | dcf9ada | 2010-12-10 19:17:06 +0000 | [diff] [blame] | 514 | static const char *osr_text[] = { |
| 515 | "Low power", "High performance" |
| 516 | }; |
| 517 | |
| 518 | static const struct soc_enum adc_osr = |
| 519 | SOC_ENUM_SINGLE(WM8903_ANALOGUE_ADC_0, 0, 2, osr_text); |
| 520 | |
| 521 | static const struct soc_enum dac_osr = |
| 522 | SOC_ENUM_SINGLE(WM8903_DAC_DIGITAL_1, 0, 2, osr_text); |
| 523 | |
Mark Brown | f1c0a02 | 2008-08-26 13:05:27 +0100 | [diff] [blame] | 524 | static const char *drc_slope_text[] = { |
| 525 | "1", "1/2", "1/4", "1/8", "1/16", "0" |
| 526 | }; |
| 527 | |
| 528 | static const struct soc_enum drc_slope_r0 = |
| 529 | SOC_ENUM_SINGLE(WM8903_DRC_2, 3, 6, drc_slope_text); |
| 530 | |
| 531 | static const struct soc_enum drc_slope_r1 = |
| 532 | SOC_ENUM_SINGLE(WM8903_DRC_2, 0, 6, drc_slope_text); |
| 533 | |
| 534 | static const char *drc_attack_text[] = { |
| 535 | "instantaneous", |
| 536 | "363us", "762us", "1.45ms", "2.9ms", "5.8ms", "11.6ms", "23.2ms", |
| 537 | "46.4ms", "92.8ms", "185.6ms" |
| 538 | }; |
| 539 | |
| 540 | static const struct soc_enum drc_attack = |
| 541 | SOC_ENUM_SINGLE(WM8903_DRC_1, 12, 11, drc_attack_text); |
| 542 | |
| 543 | static const char *drc_decay_text[] = { |
| 544 | "186ms", "372ms", "743ms", "1.49s", "2.97s", "5.94s", "11.89s", |
| 545 | "23.87s", "47.56s" |
| 546 | }; |
| 547 | |
| 548 | static const struct soc_enum drc_decay = |
| 549 | SOC_ENUM_SINGLE(WM8903_DRC_1, 8, 9, drc_decay_text); |
| 550 | |
| 551 | static const char *drc_ff_delay_text[] = { |
| 552 | "5 samples", "9 samples" |
| 553 | }; |
| 554 | |
| 555 | static const struct soc_enum drc_ff_delay = |
| 556 | SOC_ENUM_SINGLE(WM8903_DRC_0, 5, 2, drc_ff_delay_text); |
| 557 | |
| 558 | static const char *drc_qr_decay_text[] = { |
| 559 | "0.725ms", "1.45ms", "5.8ms" |
| 560 | }; |
| 561 | |
| 562 | static const struct soc_enum drc_qr_decay = |
| 563 | SOC_ENUM_SINGLE(WM8903_DRC_1, 4, 3, drc_qr_decay_text); |
| 564 | |
| 565 | static const char *drc_smoothing_text[] = { |
| 566 | "Low", "Medium", "High" |
| 567 | }; |
| 568 | |
| 569 | static const struct soc_enum drc_smoothing = |
| 570 | SOC_ENUM_SINGLE(WM8903_DRC_0, 11, 3, drc_smoothing_text); |
| 571 | |
| 572 | static const char *soft_mute_text[] = { |
| 573 | "Fast (fs/2)", "Slow (fs/32)" |
| 574 | }; |
| 575 | |
| 576 | static const struct soc_enum soft_mute = |
| 577 | SOC_ENUM_SINGLE(WM8903_DAC_DIGITAL_1, 10, 2, soft_mute_text); |
| 578 | |
| 579 | static const char *mute_mode_text[] = { |
| 580 | "Hard", "Soft" |
| 581 | }; |
| 582 | |
| 583 | static const struct soc_enum mute_mode = |
| 584 | SOC_ENUM_SINGLE(WM8903_DAC_DIGITAL_1, 9, 2, mute_mode_text); |
| 585 | |
Mark Brown | f1c0a02 | 2008-08-26 13:05:27 +0100 | [diff] [blame] | 586 | static const char *companding_text[] = { |
| 587 | "ulaw", "alaw" |
| 588 | }; |
| 589 | |
| 590 | static const struct soc_enum dac_companding = |
| 591 | SOC_ENUM_SINGLE(WM8903_AUDIO_INTERFACE_0, 0, 2, companding_text); |
| 592 | |
| 593 | static const struct soc_enum adc_companding = |
| 594 | SOC_ENUM_SINGLE(WM8903_AUDIO_INTERFACE_0, 2, 2, companding_text); |
| 595 | |
| 596 | static const char *input_mode_text[] = { |
| 597 | "Single-Ended", "Differential Line", "Differential Mic" |
| 598 | }; |
| 599 | |
| 600 | static const struct soc_enum linput_mode_enum = |
| 601 | SOC_ENUM_SINGLE(WM8903_ANALOGUE_LEFT_INPUT_1, 0, 3, input_mode_text); |
| 602 | |
| 603 | static const struct soc_enum rinput_mode_enum = |
| 604 | SOC_ENUM_SINGLE(WM8903_ANALOGUE_RIGHT_INPUT_1, 0, 3, input_mode_text); |
| 605 | |
| 606 | static const char *linput_mux_text[] = { |
| 607 | "IN1L", "IN2L", "IN3L" |
| 608 | }; |
| 609 | |
| 610 | static const struct soc_enum linput_enum = |
| 611 | SOC_ENUM_SINGLE(WM8903_ANALOGUE_LEFT_INPUT_1, 2, 3, linput_mux_text); |
| 612 | |
| 613 | static const struct soc_enum linput_inv_enum = |
| 614 | SOC_ENUM_SINGLE(WM8903_ANALOGUE_LEFT_INPUT_1, 4, 3, linput_mux_text); |
| 615 | |
| 616 | static const char *rinput_mux_text[] = { |
| 617 | "IN1R", "IN2R", "IN3R" |
| 618 | }; |
| 619 | |
| 620 | static const struct soc_enum rinput_enum = |
| 621 | SOC_ENUM_SINGLE(WM8903_ANALOGUE_RIGHT_INPUT_1, 2, 3, rinput_mux_text); |
| 622 | |
| 623 | static const struct soc_enum rinput_inv_enum = |
| 624 | SOC_ENUM_SINGLE(WM8903_ANALOGUE_RIGHT_INPUT_1, 4, 3, rinput_mux_text); |
| 625 | |
| 626 | |
Mark Brown | 291ce18 | 2009-04-22 21:36:14 +0100 | [diff] [blame] | 627 | static const char *sidetone_text[] = { |
| 628 | "None", "Left", "Right" |
| 629 | }; |
| 630 | |
| 631 | static const struct soc_enum lsidetone_enum = |
| 632 | SOC_ENUM_SINGLE(WM8903_DAC_DIGITAL_0, 2, 3, sidetone_text); |
| 633 | |
| 634 | static const struct soc_enum rsidetone_enum = |
| 635 | SOC_ENUM_SINGLE(WM8903_DAC_DIGITAL_0, 0, 3, sidetone_text); |
| 636 | |
Stephen Warren | 97945c4 | 2011-04-18 20:58:11 -0600 | [diff] [blame] | 637 | static const char *adcinput_text[] = { |
| 638 | "ADC", "DMIC" |
| 639 | }; |
| 640 | |
| 641 | static const struct soc_enum adcinput_enum = |
| 642 | SOC_ENUM_SINGLE(WM8903_CLOCK_RATE_TEST_4, 9, 2, adcinput_text); |
| 643 | |
Mark Brown | 1e113bf | 2011-02-09 13:47:08 +0000 | [diff] [blame] | 644 | static const char *aif_text[] = { |
| 645 | "Left", "Right" |
| 646 | }; |
| 647 | |
| 648 | static const struct soc_enum lcapture_enum = |
| 649 | SOC_ENUM_SINGLE(WM8903_AUDIO_INTERFACE_0, 7, 2, aif_text); |
| 650 | |
| 651 | static const struct soc_enum rcapture_enum = |
| 652 | SOC_ENUM_SINGLE(WM8903_AUDIO_INTERFACE_0, 6, 2, aif_text); |
| 653 | |
| 654 | static const struct soc_enum lplay_enum = |
| 655 | SOC_ENUM_SINGLE(WM8903_AUDIO_INTERFACE_0, 5, 2, aif_text); |
| 656 | |
| 657 | static const struct soc_enum rplay_enum = |
| 658 | SOC_ENUM_SINGLE(WM8903_AUDIO_INTERFACE_0, 4, 2, aif_text); |
| 659 | |
Mark Brown | f1c0a02 | 2008-08-26 13:05:27 +0100 | [diff] [blame] | 660 | static const struct snd_kcontrol_new wm8903_snd_controls[] = { |
| 661 | |
| 662 | /* Input PGAs - No TLV since the scale depends on PGA mode */ |
| 663 | SOC_SINGLE("Left Input PGA Switch", WM8903_ANALOGUE_LEFT_INPUT_0, |
Mark Brown | 5715952 | 2008-09-24 10:47:02 +0100 | [diff] [blame] | 664 | 7, 1, 1), |
Mark Brown | f1c0a02 | 2008-08-26 13:05:27 +0100 | [diff] [blame] | 665 | SOC_SINGLE("Left Input PGA Volume", WM8903_ANALOGUE_LEFT_INPUT_0, |
| 666 | 0, 31, 0), |
| 667 | SOC_SINGLE("Left Input PGA Common Mode Switch", WM8903_ANALOGUE_LEFT_INPUT_1, |
| 668 | 6, 1, 0), |
| 669 | |
| 670 | SOC_SINGLE("Right Input PGA Switch", WM8903_ANALOGUE_RIGHT_INPUT_0, |
Mark Brown | 5715952 | 2008-09-24 10:47:02 +0100 | [diff] [blame] | 671 | 7, 1, 1), |
Mark Brown | f1c0a02 | 2008-08-26 13:05:27 +0100 | [diff] [blame] | 672 | SOC_SINGLE("Right Input PGA Volume", WM8903_ANALOGUE_RIGHT_INPUT_0, |
| 673 | 0, 31, 0), |
| 674 | SOC_SINGLE("Right Input PGA Common Mode Switch", WM8903_ANALOGUE_RIGHT_INPUT_1, |
| 675 | 6, 1, 0), |
| 676 | |
| 677 | /* ADCs */ |
Mark Brown | dcf9ada | 2010-12-10 19:17:06 +0000 | [diff] [blame] | 678 | SOC_ENUM("ADC OSR", adc_osr), |
Mark Brown | 460f4aa | 2010-12-10 18:42:58 +0000 | [diff] [blame] | 679 | SOC_SINGLE("HPF Switch", WM8903_ADC_DIGITAL_0, 4, 1, 0), |
| 680 | SOC_ENUM("HPF Mode", hpf_mode), |
Mark Brown | f1c0a02 | 2008-08-26 13:05:27 +0100 | [diff] [blame] | 681 | SOC_SINGLE("DRC Switch", WM8903_DRC_0, 15, 1, 0), |
| 682 | SOC_ENUM("DRC Compressor Slope R0", drc_slope_r0), |
| 683 | SOC_ENUM("DRC Compressor Slope R1", drc_slope_r1), |
André Goddard Rosa | af901ca | 2009-11-14 13:09:05 -0200 | [diff] [blame] | 684 | SOC_SINGLE_TLV("DRC Compressor Threshold Volume", WM8903_DRC_3, 5, 124, 1, |
Mark Brown | f1c0a02 | 2008-08-26 13:05:27 +0100 | [diff] [blame] | 685 | drc_tlv_thresh), |
| 686 | SOC_SINGLE_TLV("DRC Volume", WM8903_DRC_3, 0, 30, 1, drc_tlv_amp), |
| 687 | SOC_SINGLE_TLV("DRC Minimum Gain Volume", WM8903_DRC_1, 2, 3, 1, drc_tlv_min), |
| 688 | SOC_SINGLE_TLV("DRC Maximum Gain Volume", WM8903_DRC_1, 0, 3, 0, drc_tlv_max), |
| 689 | SOC_ENUM("DRC Attack Rate", drc_attack), |
| 690 | SOC_ENUM("DRC Decay Rate", drc_decay), |
| 691 | SOC_ENUM("DRC FF Delay", drc_ff_delay), |
| 692 | SOC_SINGLE("DRC Anticlip Switch", WM8903_DRC_0, 1, 1, 0), |
| 693 | SOC_SINGLE("DRC QR Switch", WM8903_DRC_0, 2, 1, 0), |
André Goddard Rosa | af901ca | 2009-11-14 13:09:05 -0200 | [diff] [blame] | 694 | SOC_SINGLE_TLV("DRC QR Threshold Volume", WM8903_DRC_0, 6, 3, 0, drc_tlv_max), |
Mark Brown | f1c0a02 | 2008-08-26 13:05:27 +0100 | [diff] [blame] | 695 | SOC_ENUM("DRC QR Decay Rate", drc_qr_decay), |
| 696 | SOC_SINGLE("DRC Smoothing Switch", WM8903_DRC_0, 3, 1, 0), |
| 697 | SOC_SINGLE("DRC Smoothing Hysteresis Switch", WM8903_DRC_0, 0, 1, 0), |
André Goddard Rosa | af901ca | 2009-11-14 13:09:05 -0200 | [diff] [blame] | 698 | SOC_ENUM("DRC Smoothing Threshold", drc_smoothing), |
Mark Brown | f1c0a02 | 2008-08-26 13:05:27 +0100 | [diff] [blame] | 699 | SOC_SINGLE_TLV("DRC Startup Volume", WM8903_DRC_0, 6, 18, 0, drc_tlv_startup), |
| 700 | |
| 701 | SOC_DOUBLE_R_TLV("Digital Capture Volume", WM8903_ADC_DIGITAL_VOLUME_LEFT, |
Stephen Warren | 61bf35b | 2011-05-09 16:32:03 -0600 | [diff] [blame] | 702 | WM8903_ADC_DIGITAL_VOLUME_RIGHT, 1, 120, 0, digital_tlv), |
Mark Brown | f1c0a02 | 2008-08-26 13:05:27 +0100 | [diff] [blame] | 703 | SOC_ENUM("ADC Companding Mode", adc_companding), |
| 704 | SOC_SINGLE("ADC Companding Switch", WM8903_AUDIO_INTERFACE_0, 3, 1, 0), |
| 705 | |
Mark Brown | 291ce18 | 2009-04-22 21:36:14 +0100 | [diff] [blame] | 706 | SOC_DOUBLE_TLV("Digital Sidetone Volume", WM8903_DAC_DIGITAL_0, 4, 8, |
| 707 | 12, 0, digital_sidetone_tlv), |
| 708 | |
Mark Brown | f1c0a02 | 2008-08-26 13:05:27 +0100 | [diff] [blame] | 709 | /* DAC */ |
Mark Brown | dcf9ada | 2010-12-10 19:17:06 +0000 | [diff] [blame] | 710 | SOC_ENUM("DAC OSR", dac_osr), |
Mark Brown | f1c0a02 | 2008-08-26 13:05:27 +0100 | [diff] [blame] | 711 | SOC_DOUBLE_R_TLV("Digital Playback Volume", WM8903_DAC_DIGITAL_VOLUME_LEFT, |
| 712 | WM8903_DAC_DIGITAL_VOLUME_RIGHT, 1, 120, 0, digital_tlv), |
| 713 | SOC_ENUM("DAC Soft Mute Rate", soft_mute), |
| 714 | SOC_ENUM("DAC Mute Mode", mute_mode), |
| 715 | SOC_SINGLE("DAC Mono Switch", WM8903_DAC_DIGITAL_1, 12, 1, 0), |
Mark Brown | f1c0a02 | 2008-08-26 13:05:27 +0100 | [diff] [blame] | 716 | SOC_ENUM("DAC Companding Mode", dac_companding), |
| 717 | SOC_SINGLE("DAC Companding Switch", WM8903_AUDIO_INTERFACE_0, 1, 1, 0), |
Mark Brown | 69fff9b | 2010-12-10 19:17:08 +0000 | [diff] [blame] | 718 | SOC_SINGLE_BOOL_EXT("Playback Deemphasis Switch", 0, |
| 719 | wm8903_get_deemph, wm8903_put_deemph), |
Mark Brown | f1c0a02 | 2008-08-26 13:05:27 +0100 | [diff] [blame] | 720 | |
| 721 | /* Headphones */ |
| 722 | SOC_DOUBLE_R("Headphone Switch", |
| 723 | WM8903_ANALOGUE_OUT1_LEFT, WM8903_ANALOGUE_OUT1_RIGHT, |
| 724 | 8, 1, 1), |
| 725 | SOC_DOUBLE_R("Headphone ZC Switch", |
| 726 | WM8903_ANALOGUE_OUT1_LEFT, WM8903_ANALOGUE_OUT1_RIGHT, |
| 727 | 6, 1, 0), |
| 728 | SOC_DOUBLE_R_TLV("Headphone Volume", |
| 729 | WM8903_ANALOGUE_OUT1_LEFT, WM8903_ANALOGUE_OUT1_RIGHT, |
| 730 | 0, 63, 0, out_tlv), |
| 731 | |
| 732 | /* Line out */ |
| 733 | SOC_DOUBLE_R("Line Out Switch", |
| 734 | WM8903_ANALOGUE_OUT2_LEFT, WM8903_ANALOGUE_OUT2_RIGHT, |
| 735 | 8, 1, 1), |
| 736 | SOC_DOUBLE_R("Line Out ZC Switch", |
| 737 | WM8903_ANALOGUE_OUT2_LEFT, WM8903_ANALOGUE_OUT2_RIGHT, |
| 738 | 6, 1, 0), |
| 739 | SOC_DOUBLE_R_TLV("Line Out Volume", |
| 740 | WM8903_ANALOGUE_OUT2_LEFT, WM8903_ANALOGUE_OUT2_RIGHT, |
| 741 | 0, 63, 0, out_tlv), |
| 742 | |
| 743 | /* Speaker */ |
| 744 | SOC_DOUBLE_R("Speaker Switch", |
| 745 | WM8903_ANALOGUE_OUT3_LEFT, WM8903_ANALOGUE_OUT3_RIGHT, 8, 1, 1), |
| 746 | SOC_DOUBLE_R("Speaker ZC Switch", |
| 747 | WM8903_ANALOGUE_OUT3_LEFT, WM8903_ANALOGUE_OUT3_RIGHT, 6, 1, 0), |
| 748 | SOC_DOUBLE_R_TLV("Speaker Volume", |
| 749 | WM8903_ANALOGUE_OUT3_LEFT, WM8903_ANALOGUE_OUT3_RIGHT, |
| 750 | 0, 63, 0, out_tlv), |
| 751 | }; |
| 752 | |
Mark Brown | f1c0a02 | 2008-08-26 13:05:27 +0100 | [diff] [blame] | 753 | static const struct snd_kcontrol_new linput_mode_mux = |
| 754 | SOC_DAPM_ENUM("Left Input Mode Mux", linput_mode_enum); |
| 755 | |
| 756 | static const struct snd_kcontrol_new rinput_mode_mux = |
| 757 | SOC_DAPM_ENUM("Right Input Mode Mux", rinput_mode_enum); |
| 758 | |
| 759 | static const struct snd_kcontrol_new linput_mux = |
| 760 | SOC_DAPM_ENUM("Left Input Mux", linput_enum); |
| 761 | |
| 762 | static const struct snd_kcontrol_new linput_inv_mux = |
| 763 | SOC_DAPM_ENUM("Left Inverting Input Mux", linput_inv_enum); |
| 764 | |
| 765 | static const struct snd_kcontrol_new rinput_mux = |
| 766 | SOC_DAPM_ENUM("Right Input Mux", rinput_enum); |
| 767 | |
| 768 | static const struct snd_kcontrol_new rinput_inv_mux = |
| 769 | SOC_DAPM_ENUM("Right Inverting Input Mux", rinput_inv_enum); |
| 770 | |
Mark Brown | 291ce18 | 2009-04-22 21:36:14 +0100 | [diff] [blame] | 771 | static const struct snd_kcontrol_new lsidetone_mux = |
| 772 | SOC_DAPM_ENUM("DACL Sidetone Mux", lsidetone_enum); |
| 773 | |
| 774 | static const struct snd_kcontrol_new rsidetone_mux = |
| 775 | SOC_DAPM_ENUM("DACR Sidetone Mux", rsidetone_enum); |
| 776 | |
Stephen Warren | 97945c4 | 2011-04-18 20:58:11 -0600 | [diff] [blame] | 777 | static const struct snd_kcontrol_new adcinput_mux = |
| 778 | SOC_DAPM_ENUM("ADC Input", adcinput_enum); |
| 779 | |
Mark Brown | 1e113bf | 2011-02-09 13:47:08 +0000 | [diff] [blame] | 780 | static const struct snd_kcontrol_new lcapture_mux = |
| 781 | SOC_DAPM_ENUM("Left Capture Mux", lcapture_enum); |
| 782 | |
| 783 | static const struct snd_kcontrol_new rcapture_mux = |
| 784 | SOC_DAPM_ENUM("Right Capture Mux", rcapture_enum); |
| 785 | |
| 786 | static const struct snd_kcontrol_new lplay_mux = |
| 787 | SOC_DAPM_ENUM("Left Playback Mux", lplay_enum); |
| 788 | |
| 789 | static const struct snd_kcontrol_new rplay_mux = |
| 790 | SOC_DAPM_ENUM("Right Playback Mux", rplay_enum); |
| 791 | |
Mark Brown | f1c0a02 | 2008-08-26 13:05:27 +0100 | [diff] [blame] | 792 | static const struct snd_kcontrol_new left_output_mixer[] = { |
| 793 | SOC_DAPM_SINGLE("DACL Switch", WM8903_ANALOGUE_LEFT_MIX_0, 3, 1, 0), |
| 794 | SOC_DAPM_SINGLE("DACR Switch", WM8903_ANALOGUE_LEFT_MIX_0, 2, 1, 0), |
| 795 | SOC_DAPM_SINGLE_W("Left Bypass Switch", WM8903_ANALOGUE_LEFT_MIX_0, 1, 1, 0), |
Mark Brown | 4b4fffd | 2008-12-03 11:21:08 +0000 | [diff] [blame] | 796 | SOC_DAPM_SINGLE_W("Right Bypass Switch", WM8903_ANALOGUE_LEFT_MIX_0, 0, 1, 0), |
Mark Brown | f1c0a02 | 2008-08-26 13:05:27 +0100 | [diff] [blame] | 797 | }; |
| 798 | |
| 799 | static const struct snd_kcontrol_new right_output_mixer[] = { |
| 800 | SOC_DAPM_SINGLE("DACL Switch", WM8903_ANALOGUE_RIGHT_MIX_0, 3, 1, 0), |
| 801 | SOC_DAPM_SINGLE("DACR Switch", WM8903_ANALOGUE_RIGHT_MIX_0, 2, 1, 0), |
| 802 | SOC_DAPM_SINGLE_W("Left Bypass Switch", WM8903_ANALOGUE_RIGHT_MIX_0, 1, 1, 0), |
Mark Brown | 4b4fffd | 2008-12-03 11:21:08 +0000 | [diff] [blame] | 803 | SOC_DAPM_SINGLE_W("Right Bypass Switch", WM8903_ANALOGUE_RIGHT_MIX_0, 0, 1, 0), |
Mark Brown | f1c0a02 | 2008-08-26 13:05:27 +0100 | [diff] [blame] | 804 | }; |
| 805 | |
| 806 | static const struct snd_kcontrol_new left_speaker_mixer[] = { |
| 807 | SOC_DAPM_SINGLE("DACL Switch", WM8903_ANALOGUE_SPK_MIX_LEFT_0, 3, 1, 0), |
| 808 | SOC_DAPM_SINGLE("DACR Switch", WM8903_ANALOGUE_SPK_MIX_LEFT_0, 2, 1, 0), |
| 809 | SOC_DAPM_SINGLE("Left Bypass Switch", WM8903_ANALOGUE_SPK_MIX_LEFT_0, 1, 1, 0), |
| 810 | SOC_DAPM_SINGLE("Right Bypass Switch", WM8903_ANALOGUE_SPK_MIX_LEFT_0, |
Mark Brown | 4b4fffd | 2008-12-03 11:21:08 +0000 | [diff] [blame] | 811 | 0, 1, 0), |
Mark Brown | f1c0a02 | 2008-08-26 13:05:27 +0100 | [diff] [blame] | 812 | }; |
| 813 | |
| 814 | static const struct snd_kcontrol_new right_speaker_mixer[] = { |
| 815 | SOC_DAPM_SINGLE("DACL Switch", WM8903_ANALOGUE_SPK_MIX_RIGHT_0, 3, 1, 0), |
| 816 | SOC_DAPM_SINGLE("DACR Switch", WM8903_ANALOGUE_SPK_MIX_RIGHT_0, 2, 1, 0), |
| 817 | SOC_DAPM_SINGLE("Left Bypass Switch", WM8903_ANALOGUE_SPK_MIX_RIGHT_0, |
| 818 | 1, 1, 0), |
| 819 | SOC_DAPM_SINGLE("Right Bypass Switch", WM8903_ANALOGUE_SPK_MIX_RIGHT_0, |
Mark Brown | 4b4fffd | 2008-12-03 11:21:08 +0000 | [diff] [blame] | 820 | 0, 1, 0), |
Mark Brown | f1c0a02 | 2008-08-26 13:05:27 +0100 | [diff] [blame] | 821 | }; |
| 822 | |
| 823 | static const struct snd_soc_dapm_widget wm8903_dapm_widgets[] = { |
| 824 | SND_SOC_DAPM_INPUT("IN1L"), |
| 825 | SND_SOC_DAPM_INPUT("IN1R"), |
| 826 | SND_SOC_DAPM_INPUT("IN2L"), |
| 827 | SND_SOC_DAPM_INPUT("IN2R"), |
| 828 | SND_SOC_DAPM_INPUT("IN3L"), |
| 829 | SND_SOC_DAPM_INPUT("IN3R"), |
Stephen Warren | 97945c4 | 2011-04-18 20:58:11 -0600 | [diff] [blame] | 830 | SND_SOC_DAPM_INPUT("DMICDAT"), |
Mark Brown | f1c0a02 | 2008-08-26 13:05:27 +0100 | [diff] [blame] | 831 | |
| 832 | SND_SOC_DAPM_OUTPUT("HPOUTL"), |
| 833 | SND_SOC_DAPM_OUTPUT("HPOUTR"), |
| 834 | SND_SOC_DAPM_OUTPUT("LINEOUTL"), |
| 835 | SND_SOC_DAPM_OUTPUT("LINEOUTR"), |
| 836 | SND_SOC_DAPM_OUTPUT("LOP"), |
| 837 | SND_SOC_DAPM_OUTPUT("LON"), |
| 838 | SND_SOC_DAPM_OUTPUT("ROP"), |
| 839 | SND_SOC_DAPM_OUTPUT("RON"), |
| 840 | |
Mark Brown | 5032dc3 | 2011-11-27 12:20:08 +0000 | [diff] [blame] | 841 | SND_SOC_DAPM_SUPPLY("MICBIAS", WM8903_MIC_BIAS_CONTROL_0, 0, 0, NULL, 0), |
Mark Brown | f1c0a02 | 2008-08-26 13:05:27 +0100 | [diff] [blame] | 842 | |
| 843 | SND_SOC_DAPM_MUX("Left Input Mux", SND_SOC_NOPM, 0, 0, &linput_mux), |
| 844 | SND_SOC_DAPM_MUX("Left Input Inverting Mux", SND_SOC_NOPM, 0, 0, |
| 845 | &linput_inv_mux), |
| 846 | SND_SOC_DAPM_MUX("Left Input Mode Mux", SND_SOC_NOPM, 0, 0, &linput_mode_mux), |
| 847 | |
| 848 | SND_SOC_DAPM_MUX("Right Input Mux", SND_SOC_NOPM, 0, 0, &rinput_mux), |
| 849 | SND_SOC_DAPM_MUX("Right Input Inverting Mux", SND_SOC_NOPM, 0, 0, |
| 850 | &rinput_inv_mux), |
| 851 | SND_SOC_DAPM_MUX("Right Input Mode Mux", SND_SOC_NOPM, 0, 0, &rinput_mode_mux), |
| 852 | |
| 853 | SND_SOC_DAPM_PGA("Left Input PGA", WM8903_POWER_MANAGEMENT_0, 1, 0, NULL, 0), |
| 854 | SND_SOC_DAPM_PGA("Right Input PGA", WM8903_POWER_MANAGEMENT_0, 0, 0, NULL, 0), |
| 855 | |
Stephen Warren | 97945c4 | 2011-04-18 20:58:11 -0600 | [diff] [blame] | 856 | SND_SOC_DAPM_MUX("Left ADC Input", SND_SOC_NOPM, 0, 0, &adcinput_mux), |
| 857 | SND_SOC_DAPM_MUX("Right ADC Input", SND_SOC_NOPM, 0, 0, &adcinput_mux), |
| 858 | |
Mark Brown | 1e113bf | 2011-02-09 13:47:08 +0000 | [diff] [blame] | 859 | SND_SOC_DAPM_ADC("ADCL", NULL, WM8903_POWER_MANAGEMENT_6, 1, 0), |
| 860 | SND_SOC_DAPM_ADC("ADCR", NULL, WM8903_POWER_MANAGEMENT_6, 0, 0), |
| 861 | |
| 862 | SND_SOC_DAPM_MUX("Left Capture Mux", SND_SOC_NOPM, 0, 0, &lcapture_mux), |
| 863 | SND_SOC_DAPM_MUX("Right Capture Mux", SND_SOC_NOPM, 0, 0, &rcapture_mux), |
| 864 | |
| 865 | SND_SOC_DAPM_AIF_OUT("AIFTXL", "Left HiFi Capture", 0, SND_SOC_NOPM, 0, 0), |
| 866 | SND_SOC_DAPM_AIF_OUT("AIFTXR", "Right HiFi Capture", 0, SND_SOC_NOPM, 0, 0), |
Mark Brown | f1c0a02 | 2008-08-26 13:05:27 +0100 | [diff] [blame] | 867 | |
Mark Brown | 291ce18 | 2009-04-22 21:36:14 +0100 | [diff] [blame] | 868 | SND_SOC_DAPM_MUX("DACL Sidetone", SND_SOC_NOPM, 0, 0, &lsidetone_mux), |
| 869 | SND_SOC_DAPM_MUX("DACR Sidetone", SND_SOC_NOPM, 0, 0, &rsidetone_mux), |
| 870 | |
Mark Brown | 1e113bf | 2011-02-09 13:47:08 +0000 | [diff] [blame] | 871 | SND_SOC_DAPM_AIF_IN("AIFRXL", "Left Playback", 0, SND_SOC_NOPM, 0, 0), |
| 872 | SND_SOC_DAPM_AIF_IN("AIFRXR", "Right Playback", 0, SND_SOC_NOPM, 0, 0), |
| 873 | |
| 874 | SND_SOC_DAPM_MUX("Left Playback Mux", SND_SOC_NOPM, 0, 0, &lplay_mux), |
| 875 | SND_SOC_DAPM_MUX("Right Playback Mux", SND_SOC_NOPM, 0, 0, &rplay_mux), |
| 876 | |
| 877 | SND_SOC_DAPM_DAC("DACL", NULL, WM8903_POWER_MANAGEMENT_6, 3, 0), |
| 878 | SND_SOC_DAPM_DAC("DACR", NULL, WM8903_POWER_MANAGEMENT_6, 2, 0), |
Mark Brown | f1c0a02 | 2008-08-26 13:05:27 +0100 | [diff] [blame] | 879 | |
| 880 | SND_SOC_DAPM_MIXER("Left Output Mixer", WM8903_POWER_MANAGEMENT_1, 1, 0, |
| 881 | left_output_mixer, ARRAY_SIZE(left_output_mixer)), |
| 882 | SND_SOC_DAPM_MIXER("Right Output Mixer", WM8903_POWER_MANAGEMENT_1, 0, 0, |
| 883 | right_output_mixer, ARRAY_SIZE(right_output_mixer)), |
| 884 | |
| 885 | SND_SOC_DAPM_MIXER("Left Speaker Mixer", WM8903_POWER_MANAGEMENT_4, 1, 0, |
| 886 | left_speaker_mixer, ARRAY_SIZE(left_speaker_mixer)), |
| 887 | SND_SOC_DAPM_MIXER("Right Speaker Mixer", WM8903_POWER_MANAGEMENT_4, 0, 0, |
| 888 | right_speaker_mixer, ARRAY_SIZE(right_speaker_mixer)), |
| 889 | |
Dilan Lee | 1b877cb | 2011-04-07 11:08:38 -0600 | [diff] [blame] | 890 | SND_SOC_DAPM_PGA_S("Left Headphone Output PGA", 0, WM8903_POWER_MANAGEMENT_2, |
| 891 | 1, 0, NULL, 0), |
| 892 | SND_SOC_DAPM_PGA_S("Right Headphone Output PGA", 0, WM8903_POWER_MANAGEMENT_2, |
Mark Brown | 13a9983 | 2011-02-09 17:42:55 +0000 | [diff] [blame] | 893 | 0, 0, NULL, 0), |
Mark Brown | f1c0a02 | 2008-08-26 13:05:27 +0100 | [diff] [blame] | 894 | |
Dilan Lee | 1b877cb | 2011-04-07 11:08:38 -0600 | [diff] [blame] | 895 | SND_SOC_DAPM_PGA_S("Left Line Output PGA", 0, WM8903_POWER_MANAGEMENT_3, 1, 0, |
Mark Brown | 13a9983 | 2011-02-09 17:42:55 +0000 | [diff] [blame] | 896 | NULL, 0), |
Dilan Lee | 1b877cb | 2011-04-07 11:08:38 -0600 | [diff] [blame] | 897 | SND_SOC_DAPM_PGA_S("Right Line Output PGA", 0, WM8903_POWER_MANAGEMENT_3, 0, 0, |
Mark Brown | 13a9983 | 2011-02-09 17:42:55 +0000 | [diff] [blame] | 898 | NULL, 0), |
| 899 | |
| 900 | SND_SOC_DAPM_PGA_S("HPL_RMV_SHORT", 4, WM8903_ANALOGUE_HP_0, 7, 0, NULL, 0), |
| 901 | SND_SOC_DAPM_PGA_S("HPL_ENA_OUTP", 3, WM8903_ANALOGUE_HP_0, 6, 0, NULL, 0), |
Dilan Lee | 1b877cb | 2011-04-07 11:08:38 -0600 | [diff] [blame] | 902 | SND_SOC_DAPM_PGA_S("HPL_ENA_DLY", 2, WM8903_ANALOGUE_HP_0, 5, 0, NULL, 0), |
| 903 | SND_SOC_DAPM_PGA_S("HPL_ENA", 1, WM8903_ANALOGUE_HP_0, 4, 0, NULL, 0), |
Mark Brown | 13a9983 | 2011-02-09 17:42:55 +0000 | [diff] [blame] | 904 | SND_SOC_DAPM_PGA_S("HPR_RMV_SHORT", 4, WM8903_ANALOGUE_HP_0, 3, 0, NULL, 0), |
| 905 | SND_SOC_DAPM_PGA_S("HPR_ENA_OUTP", 3, WM8903_ANALOGUE_HP_0, 2, 0, NULL, 0), |
Dilan Lee | 1b877cb | 2011-04-07 11:08:38 -0600 | [diff] [blame] | 906 | SND_SOC_DAPM_PGA_S("HPR_ENA_DLY", 2, WM8903_ANALOGUE_HP_0, 1, 0, NULL, 0), |
| 907 | SND_SOC_DAPM_PGA_S("HPR_ENA", 1, WM8903_ANALOGUE_HP_0, 0, 0, NULL, 0), |
Mark Brown | 13a9983 | 2011-02-09 17:42:55 +0000 | [diff] [blame] | 908 | |
| 909 | SND_SOC_DAPM_PGA_S("LINEOUTL_RMV_SHORT", 4, WM8903_ANALOGUE_LINEOUT_0, 7, 0, |
| 910 | NULL, 0), |
| 911 | SND_SOC_DAPM_PGA_S("LINEOUTL_ENA_OUTP", 3, WM8903_ANALOGUE_LINEOUT_0, 6, 0, |
| 912 | NULL, 0), |
Dilan Lee | 1b877cb | 2011-04-07 11:08:38 -0600 | [diff] [blame] | 913 | SND_SOC_DAPM_PGA_S("LINEOUTL_ENA_DLY", 2, WM8903_ANALOGUE_LINEOUT_0, 5, 0, |
| 914 | NULL, 0), |
| 915 | SND_SOC_DAPM_PGA_S("LINEOUTL_ENA", 1, WM8903_ANALOGUE_LINEOUT_0, 4, 0, |
Mark Brown | 13a9983 | 2011-02-09 17:42:55 +0000 | [diff] [blame] | 916 | NULL, 0), |
| 917 | SND_SOC_DAPM_PGA_S("LINEOUTR_RMV_SHORT", 4, WM8903_ANALOGUE_LINEOUT_0, 3, 0, |
| 918 | NULL, 0), |
| 919 | SND_SOC_DAPM_PGA_S("LINEOUTR_ENA_OUTP", 3, WM8903_ANALOGUE_LINEOUT_0, 2, 0, |
| 920 | NULL, 0), |
Dilan Lee | 1b877cb | 2011-04-07 11:08:38 -0600 | [diff] [blame] | 921 | SND_SOC_DAPM_PGA_S("LINEOUTR_ENA_DLY", 2, WM8903_ANALOGUE_LINEOUT_0, 1, 0, |
| 922 | NULL, 0), |
| 923 | SND_SOC_DAPM_PGA_S("LINEOUTR_ENA", 1, WM8903_ANALOGUE_LINEOUT_0, 0, 0, |
Mark Brown | 13a9983 | 2011-02-09 17:42:55 +0000 | [diff] [blame] | 924 | NULL, 0), |
| 925 | |
Mark Brown | c5b6a9f | 2011-02-09 20:14:42 +0000 | [diff] [blame] | 926 | SND_SOC_DAPM_SUPPLY("DCS Master", WM8903_DC_SERVO_0, 4, 0, NULL, 0), |
| 927 | SND_SOC_DAPM_PGA_S("HPL_DCS", 3, SND_SOC_NOPM, 3, 0, wm8903_dcs_event, |
| 928 | SND_SOC_DAPM_POST_PMU | SND_SOC_DAPM_PRE_PMD), |
| 929 | SND_SOC_DAPM_PGA_S("HPR_DCS", 3, SND_SOC_NOPM, 2, 0, wm8903_dcs_event, |
| 930 | SND_SOC_DAPM_POST_PMU | SND_SOC_DAPM_PRE_PMD), |
| 931 | SND_SOC_DAPM_PGA_S("LINEOUTL_DCS", 3, SND_SOC_NOPM, 1, 0, wm8903_dcs_event, |
| 932 | SND_SOC_DAPM_POST_PMU | SND_SOC_DAPM_PRE_PMD), |
| 933 | SND_SOC_DAPM_PGA_S("LINEOUTR_DCS", 3, SND_SOC_NOPM, 0, 0, wm8903_dcs_event, |
| 934 | SND_SOC_DAPM_POST_PMU | SND_SOC_DAPM_PRE_PMD), |
Mark Brown | f1c0a02 | 2008-08-26 13:05:27 +0100 | [diff] [blame] | 935 | |
| 936 | SND_SOC_DAPM_PGA("Left Speaker PGA", WM8903_POWER_MANAGEMENT_5, 1, 0, |
| 937 | NULL, 0), |
| 938 | SND_SOC_DAPM_PGA("Right Speaker PGA", WM8903_POWER_MANAGEMENT_5, 0, 0, |
| 939 | NULL, 0), |
| 940 | |
Mark Brown | 42768a1 | 2009-04-22 18:39:39 +0100 | [diff] [blame] | 941 | SND_SOC_DAPM_SUPPLY("Charge Pump", WM8903_CHARGE_PUMP_0, 0, 0, |
| 942 | wm8903_cp_event, SND_SOC_DAPM_POST_PMU), |
Mark Brown | c2aef4f | 2009-04-22 20:04:44 +0100 | [diff] [blame] | 943 | SND_SOC_DAPM_SUPPLY("CLK_DSP", WM8903_CLOCK_RATES_2, 1, 0, NULL, 0), |
Mark Brown | 2c8be5a | 2011-02-09 17:42:56 +0000 | [diff] [blame] | 944 | SND_SOC_DAPM_SUPPLY("CLK_SYS", WM8903_CLOCK_RATES_2, 2, 0, NULL, 0), |
Mark Brown | f1c0a02 | 2008-08-26 13:05:27 +0100 | [diff] [blame] | 945 | }; |
| 946 | |
Mark Brown | ecd0151 | 2011-03-27 13:43:45 +0100 | [diff] [blame] | 947 | static const struct snd_soc_dapm_route wm8903_intercon[] = { |
Mark Brown | f1c0a02 | 2008-08-26 13:05:27 +0100 | [diff] [blame] | 948 | |
Mark Brown | 2c8be5a | 2011-02-09 17:42:56 +0000 | [diff] [blame] | 949 | { "CLK_DSP", NULL, "CLK_SYS" }, |
Mark Brown | 5032dc3 | 2011-11-27 12:20:08 +0000 | [diff] [blame] | 950 | { "MICBIAS", NULL, "CLK_SYS" }, |
Mark Brown | 2c8be5a | 2011-02-09 17:42:56 +0000 | [diff] [blame] | 951 | { "HPL_DCS", NULL, "CLK_SYS" }, |
| 952 | { "HPR_DCS", NULL, "CLK_SYS" }, |
| 953 | { "LINEOUTL_DCS", NULL, "CLK_SYS" }, |
| 954 | { "LINEOUTR_DCS", NULL, "CLK_SYS" }, |
| 955 | |
Mark Brown | f1c0a02 | 2008-08-26 13:05:27 +0100 | [diff] [blame] | 956 | { "Left Input Mux", "IN1L", "IN1L" }, |
| 957 | { "Left Input Mux", "IN2L", "IN2L" }, |
| 958 | { "Left Input Mux", "IN3L", "IN3L" }, |
| 959 | |
| 960 | { "Left Input Inverting Mux", "IN1L", "IN1L" }, |
| 961 | { "Left Input Inverting Mux", "IN2L", "IN2L" }, |
| 962 | { "Left Input Inverting Mux", "IN3L", "IN3L" }, |
| 963 | |
| 964 | { "Right Input Mux", "IN1R", "IN1R" }, |
| 965 | { "Right Input Mux", "IN2R", "IN2R" }, |
| 966 | { "Right Input Mux", "IN3R", "IN3R" }, |
| 967 | |
| 968 | { "Right Input Inverting Mux", "IN1R", "IN1R" }, |
| 969 | { "Right Input Inverting Mux", "IN2R", "IN2R" }, |
| 970 | { "Right Input Inverting Mux", "IN3R", "IN3R" }, |
| 971 | |
| 972 | { "Left Input Mode Mux", "Single-Ended", "Left Input Inverting Mux" }, |
| 973 | { "Left Input Mode Mux", "Differential Line", |
| 974 | "Left Input Mux" }, |
| 975 | { "Left Input Mode Mux", "Differential Line", |
| 976 | "Left Input Inverting Mux" }, |
| 977 | { "Left Input Mode Mux", "Differential Mic", |
| 978 | "Left Input Mux" }, |
| 979 | { "Left Input Mode Mux", "Differential Mic", |
| 980 | "Left Input Inverting Mux" }, |
| 981 | |
| 982 | { "Right Input Mode Mux", "Single-Ended", |
| 983 | "Right Input Inverting Mux" }, |
| 984 | { "Right Input Mode Mux", "Differential Line", |
| 985 | "Right Input Mux" }, |
| 986 | { "Right Input Mode Mux", "Differential Line", |
| 987 | "Right Input Inverting Mux" }, |
| 988 | { "Right Input Mode Mux", "Differential Mic", |
| 989 | "Right Input Mux" }, |
| 990 | { "Right Input Mode Mux", "Differential Mic", |
| 991 | "Right Input Inverting Mux" }, |
| 992 | |
| 993 | { "Left Input PGA", NULL, "Left Input Mode Mux" }, |
| 994 | { "Right Input PGA", NULL, "Right Input Mode Mux" }, |
| 995 | |
Stephen Warren | 97945c4 | 2011-04-18 20:58:11 -0600 | [diff] [blame] | 996 | { "Left ADC Input", "ADC", "Left Input PGA" }, |
| 997 | { "Left ADC Input", "DMIC", "DMICDAT" }, |
| 998 | { "Right ADC Input", "ADC", "Right Input PGA" }, |
| 999 | { "Right ADC Input", "DMIC", "DMICDAT" }, |
| 1000 | |
Mark Brown | 1e113bf | 2011-02-09 13:47:08 +0000 | [diff] [blame] | 1001 | { "Left Capture Mux", "Left", "ADCL" }, |
| 1002 | { "Left Capture Mux", "Right", "ADCR" }, |
| 1003 | |
| 1004 | { "Right Capture Mux", "Left", "ADCL" }, |
| 1005 | { "Right Capture Mux", "Right", "ADCR" }, |
| 1006 | |
| 1007 | { "AIFTXL", NULL, "Left Capture Mux" }, |
| 1008 | { "AIFTXR", NULL, "Right Capture Mux" }, |
| 1009 | |
Stephen Warren | 97945c4 | 2011-04-18 20:58:11 -0600 | [diff] [blame] | 1010 | { "ADCL", NULL, "Left ADC Input" }, |
Mark Brown | c2aef4f | 2009-04-22 20:04:44 +0100 | [diff] [blame] | 1011 | { "ADCL", NULL, "CLK_DSP" }, |
Stephen Warren | 97945c4 | 2011-04-18 20:58:11 -0600 | [diff] [blame] | 1012 | { "ADCR", NULL, "Right ADC Input" }, |
Mark Brown | c2aef4f | 2009-04-22 20:04:44 +0100 | [diff] [blame] | 1013 | { "ADCR", NULL, "CLK_DSP" }, |
| 1014 | |
Mark Brown | 1e113bf | 2011-02-09 13:47:08 +0000 | [diff] [blame] | 1015 | { "Left Playback Mux", "Left", "AIFRXL" }, |
| 1016 | { "Left Playback Mux", "Right", "AIFRXR" }, |
| 1017 | |
| 1018 | { "Right Playback Mux", "Left", "AIFRXL" }, |
| 1019 | { "Right Playback Mux", "Right", "AIFRXR" }, |
| 1020 | |
Mark Brown | 291ce18 | 2009-04-22 21:36:14 +0100 | [diff] [blame] | 1021 | { "DACL Sidetone", "Left", "ADCL" }, |
| 1022 | { "DACL Sidetone", "Right", "ADCR" }, |
| 1023 | { "DACR Sidetone", "Left", "ADCL" }, |
| 1024 | { "DACR Sidetone", "Right", "ADCR" }, |
| 1025 | |
Mark Brown | 1e113bf | 2011-02-09 13:47:08 +0000 | [diff] [blame] | 1026 | { "DACL", NULL, "Left Playback Mux" }, |
Mark Brown | 291ce18 | 2009-04-22 21:36:14 +0100 | [diff] [blame] | 1027 | { "DACL", NULL, "DACL Sidetone" }, |
Mark Brown | c2aef4f | 2009-04-22 20:04:44 +0100 | [diff] [blame] | 1028 | { "DACL", NULL, "CLK_DSP" }, |
Mark Brown | 1e113bf | 2011-02-09 13:47:08 +0000 | [diff] [blame] | 1029 | |
| 1030 | { "DACR", NULL, "Right Playback Mux" }, |
Mark Brown | 291ce18 | 2009-04-22 21:36:14 +0100 | [diff] [blame] | 1031 | { "DACR", NULL, "DACR Sidetone" }, |
Mark Brown | c2aef4f | 2009-04-22 20:04:44 +0100 | [diff] [blame] | 1032 | { "DACR", NULL, "CLK_DSP" }, |
Mark Brown | f1c0a02 | 2008-08-26 13:05:27 +0100 | [diff] [blame] | 1033 | |
| 1034 | { "Left Output Mixer", "Left Bypass Switch", "Left Input PGA" }, |
| 1035 | { "Left Output Mixer", "Right Bypass Switch", "Right Input PGA" }, |
| 1036 | { "Left Output Mixer", "DACL Switch", "DACL" }, |
| 1037 | { "Left Output Mixer", "DACR Switch", "DACR" }, |
| 1038 | |
| 1039 | { "Right Output Mixer", "Left Bypass Switch", "Left Input PGA" }, |
| 1040 | { "Right Output Mixer", "Right Bypass Switch", "Right Input PGA" }, |
| 1041 | { "Right Output Mixer", "DACL Switch", "DACL" }, |
| 1042 | { "Right Output Mixer", "DACR Switch", "DACR" }, |
| 1043 | |
| 1044 | { "Left Speaker Mixer", "Left Bypass Switch", "Left Input PGA" }, |
| 1045 | { "Left Speaker Mixer", "Right Bypass Switch", "Right Input PGA" }, |
| 1046 | { "Left Speaker Mixer", "DACL Switch", "DACL" }, |
| 1047 | { "Left Speaker Mixer", "DACR Switch", "DACR" }, |
| 1048 | |
| 1049 | { "Right Speaker Mixer", "Left Bypass Switch", "Left Input PGA" }, |
| 1050 | { "Right Speaker Mixer", "Right Bypass Switch", "Right Input PGA" }, |
| 1051 | { "Right Speaker Mixer", "DACL Switch", "DACL" }, |
| 1052 | { "Right Speaker Mixer", "DACR Switch", "DACR" }, |
| 1053 | |
| 1054 | { "Left Line Output PGA", NULL, "Left Output Mixer" }, |
| 1055 | { "Right Line Output PGA", NULL, "Right Output Mixer" }, |
| 1056 | |
| 1057 | { "Left Headphone Output PGA", NULL, "Left Output Mixer" }, |
| 1058 | { "Right Headphone Output PGA", NULL, "Right Output Mixer" }, |
| 1059 | |
| 1060 | { "Left Speaker PGA", NULL, "Left Speaker Mixer" }, |
| 1061 | { "Right Speaker PGA", NULL, "Right Speaker Mixer" }, |
| 1062 | |
Dilan Lee | 1b877cb | 2011-04-07 11:08:38 -0600 | [diff] [blame] | 1063 | { "HPL_ENA", NULL, "Left Headphone Output PGA" }, |
| 1064 | { "HPR_ENA", NULL, "Right Headphone Output PGA" }, |
| 1065 | { "HPL_ENA_DLY", NULL, "HPL_ENA" }, |
| 1066 | { "HPR_ENA_DLY", NULL, "HPR_ENA" }, |
| 1067 | { "LINEOUTL_ENA", NULL, "Left Line Output PGA" }, |
| 1068 | { "LINEOUTR_ENA", NULL, "Right Line Output PGA" }, |
| 1069 | { "LINEOUTL_ENA_DLY", NULL, "LINEOUTL_ENA" }, |
| 1070 | { "LINEOUTR_ENA_DLY", NULL, "LINEOUTR_ENA" }, |
Mark Brown | f1c0a02 | 2008-08-26 13:05:27 +0100 | [diff] [blame] | 1071 | |
Mark Brown | c5b6a9f | 2011-02-09 20:14:42 +0000 | [diff] [blame] | 1072 | { "HPL_DCS", NULL, "DCS Master" }, |
| 1073 | { "HPR_DCS", NULL, "DCS Master" }, |
| 1074 | { "LINEOUTL_DCS", NULL, "DCS Master" }, |
| 1075 | { "LINEOUTR_DCS", NULL, "DCS Master" }, |
| 1076 | |
Mark Brown | 13a9983 | 2011-02-09 17:42:55 +0000 | [diff] [blame] | 1077 | { "HPL_DCS", NULL, "HPL_ENA_DLY" }, |
| 1078 | { "HPR_DCS", NULL, "HPR_ENA_DLY" }, |
| 1079 | { "LINEOUTL_DCS", NULL, "LINEOUTL_ENA_DLY" }, |
| 1080 | { "LINEOUTR_DCS", NULL, "LINEOUTR_ENA_DLY" }, |
| 1081 | |
| 1082 | { "HPL_ENA_OUTP", NULL, "HPL_DCS" }, |
| 1083 | { "HPR_ENA_OUTP", NULL, "HPR_DCS" }, |
| 1084 | { "LINEOUTL_ENA_OUTP", NULL, "LINEOUTL_DCS" }, |
| 1085 | { "LINEOUTR_ENA_OUTP", NULL, "LINEOUTR_DCS" }, |
| 1086 | |
| 1087 | { "HPL_RMV_SHORT", NULL, "HPL_ENA_OUTP" }, |
| 1088 | { "HPR_RMV_SHORT", NULL, "HPR_ENA_OUTP" }, |
| 1089 | { "LINEOUTL_RMV_SHORT", NULL, "LINEOUTL_ENA_OUTP" }, |
| 1090 | { "LINEOUTR_RMV_SHORT", NULL, "LINEOUTR_ENA_OUTP" }, |
| 1091 | |
| 1092 | { "HPOUTL", NULL, "HPL_RMV_SHORT" }, |
| 1093 | { "HPOUTR", NULL, "HPR_RMV_SHORT" }, |
| 1094 | { "LINEOUTL", NULL, "LINEOUTL_RMV_SHORT" }, |
| 1095 | { "LINEOUTR", NULL, "LINEOUTR_RMV_SHORT" }, |
Mark Brown | f1c0a02 | 2008-08-26 13:05:27 +0100 | [diff] [blame] | 1096 | |
| 1097 | { "LOP", NULL, "Left Speaker PGA" }, |
| 1098 | { "LON", NULL, "Left Speaker PGA" }, |
| 1099 | |
| 1100 | { "ROP", NULL, "Right Speaker PGA" }, |
| 1101 | { "RON", NULL, "Right Speaker PGA" }, |
Mark Brown | 42768a1 | 2009-04-22 18:39:39 +0100 | [diff] [blame] | 1102 | |
| 1103 | { "Left Headphone Output PGA", NULL, "Charge Pump" }, |
| 1104 | { "Right Headphone Output PGA", NULL, "Charge Pump" }, |
| 1105 | { "Left Line Output PGA", NULL, "Charge Pump" }, |
| 1106 | { "Right Line Output PGA", NULL, "Charge Pump" }, |
Mark Brown | f1c0a02 | 2008-08-26 13:05:27 +0100 | [diff] [blame] | 1107 | }; |
| 1108 | |
Mark Brown | f1c0a02 | 2008-08-26 13:05:27 +0100 | [diff] [blame] | 1109 | static int wm8903_set_bias_level(struct snd_soc_codec *codec, |
| 1110 | enum snd_soc_bias_level level) |
| 1111 | { |
Mark Brown | f1c0a02 | 2008-08-26 13:05:27 +0100 | [diff] [blame] | 1112 | switch (level) { |
| 1113 | case SND_SOC_BIAS_ON: |
Mark Brown | 66daaa59 | 2011-02-10 13:32:58 +0000 | [diff] [blame] | 1114 | break; |
Mark Brown | 22f226d | 2011-02-10 14:01:38 +0000 | [diff] [blame] | 1115 | |
Mark Brown | f1c0a02 | 2008-08-26 13:05:27 +0100 | [diff] [blame] | 1116 | case SND_SOC_BIAS_PREPARE: |
Mark Brown | 66daaa59 | 2011-02-10 13:32:58 +0000 | [diff] [blame] | 1117 | snd_soc_update_bits(codec, WM8903_VMID_CONTROL_0, |
| 1118 | WM8903_VMID_RES_MASK, |
| 1119 | WM8903_VMID_RES_50K); |
Mark Brown | f1c0a02 | 2008-08-26 13:05:27 +0100 | [diff] [blame] | 1120 | break; |
| 1121 | |
| 1122 | case SND_SOC_BIAS_STANDBY: |
Liam Girdwood | ce6120c | 2010-11-05 15:53:46 +0200 | [diff] [blame] | 1123 | if (codec->dapm.bias_level == SND_SOC_BIAS_OFF) { |
Mark Brown | 22f226d | 2011-02-10 14:01:38 +0000 | [diff] [blame] | 1124 | snd_soc_update_bits(codec, WM8903_BIAS_CONTROL_0, |
| 1125 | WM8903_POBCTRL | WM8903_ISEL_MASK | |
| 1126 | WM8903_STARTUP_BIAS_ENA | |
| 1127 | WM8903_BIAS_ENA, |
| 1128 | WM8903_POBCTRL | |
| 1129 | (2 << WM8903_ISEL_SHIFT) | |
| 1130 | WM8903_STARTUP_BIAS_ENA); |
Mark Brown | 3b1228a | 2008-12-10 19:27:10 +0000 | [diff] [blame] | 1131 | |
Mark Brown | 22f226d | 2011-02-10 14:01:38 +0000 | [diff] [blame] | 1132 | snd_soc_update_bits(codec, |
| 1133 | WM8903_ANALOGUE_SPK_OUTPUT_CONTROL_0, |
| 1134 | WM8903_SPK_DISCHARGE, |
| 1135 | WM8903_SPK_DISCHARGE); |
Mark Brown | 4dbfe80 | 2009-04-22 20:32:40 +0100 | [diff] [blame] | 1136 | |
Mark Brown | 22f226d | 2011-02-10 14:01:38 +0000 | [diff] [blame] | 1137 | msleep(33); |
| 1138 | |
| 1139 | snd_soc_update_bits(codec, WM8903_POWER_MANAGEMENT_5, |
| 1140 | WM8903_SPKL_ENA | WM8903_SPKR_ENA, |
| 1141 | WM8903_SPKL_ENA | WM8903_SPKR_ENA); |
| 1142 | |
| 1143 | snd_soc_update_bits(codec, |
| 1144 | WM8903_ANALOGUE_SPK_OUTPUT_CONTROL_0, |
| 1145 | WM8903_SPK_DISCHARGE, 0); |
| 1146 | |
| 1147 | snd_soc_update_bits(codec, WM8903_VMID_CONTROL_0, |
| 1148 | WM8903_VMID_TIE_ENA | |
| 1149 | WM8903_BUFIO_ENA | |
| 1150 | WM8903_VMID_IO_ENA | |
| 1151 | WM8903_VMID_SOFT_MASK | |
| 1152 | WM8903_VMID_RES_MASK | |
| 1153 | WM8903_VMID_BUF_ENA, |
| 1154 | WM8903_VMID_TIE_ENA | |
| 1155 | WM8903_BUFIO_ENA | |
| 1156 | WM8903_VMID_IO_ENA | |
| 1157 | (2 << WM8903_VMID_SOFT_SHIFT) | |
| 1158 | WM8903_VMID_RES_250K | |
| 1159 | WM8903_VMID_BUF_ENA); |
| 1160 | |
| 1161 | msleep(129); |
| 1162 | |
| 1163 | snd_soc_update_bits(codec, WM8903_POWER_MANAGEMENT_5, |
| 1164 | WM8903_SPKL_ENA | WM8903_SPKR_ENA, |
| 1165 | 0); |
| 1166 | |
| 1167 | snd_soc_update_bits(codec, WM8903_VMID_CONTROL_0, |
| 1168 | WM8903_VMID_SOFT_MASK, 0); |
| 1169 | |
| 1170 | snd_soc_update_bits(codec, WM8903_VMID_CONTROL_0, |
| 1171 | WM8903_VMID_RES_MASK, |
| 1172 | WM8903_VMID_RES_50K); |
| 1173 | |
| 1174 | snd_soc_update_bits(codec, WM8903_BIAS_CONTROL_0, |
| 1175 | WM8903_BIAS_ENA | WM8903_POBCTRL, |
| 1176 | WM8903_BIAS_ENA); |
Mark Brown | f1c0a02 | 2008-08-26 13:05:27 +0100 | [diff] [blame] | 1177 | |
Mark Brown | f1c0a02 | 2008-08-26 13:05:27 +0100 | [diff] [blame] | 1178 | /* By default no bypass paths are enabled so |
| 1179 | * enable Class W support. |
| 1180 | */ |
Liam Girdwood | f0fba2a | 2010-03-17 20:15:21 +0000 | [diff] [blame] | 1181 | dev_dbg(codec->dev, "Enabling Class W\n"); |
Mark Brown | 524d769 | 2010-12-23 11:17:24 +0000 | [diff] [blame] | 1182 | snd_soc_update_bits(codec, WM8903_CLASS_W_0, |
| 1183 | WM8903_CP_DYN_FREQ | |
| 1184 | WM8903_CP_DYN_V, |
| 1185 | WM8903_CP_DYN_FREQ | |
| 1186 | WM8903_CP_DYN_V); |
Mark Brown | f1c0a02 | 2008-08-26 13:05:27 +0100 | [diff] [blame] | 1187 | } |
| 1188 | |
Mark Brown | 66daaa59 | 2011-02-10 13:32:58 +0000 | [diff] [blame] | 1189 | snd_soc_update_bits(codec, WM8903_VMID_CONTROL_0, |
| 1190 | WM8903_VMID_RES_MASK, |
| 1191 | WM8903_VMID_RES_250K); |
Mark Brown | f1c0a02 | 2008-08-26 13:05:27 +0100 | [diff] [blame] | 1192 | break; |
| 1193 | |
| 1194 | case SND_SOC_BIAS_OFF: |
Mark Brown | b4d06f4 | 2011-02-10 14:20:49 +0000 | [diff] [blame] | 1195 | snd_soc_update_bits(codec, WM8903_BIAS_CONTROL_0, |
| 1196 | WM8903_BIAS_ENA, 0); |
| 1197 | |
| 1198 | snd_soc_update_bits(codec, WM8903_VMID_CONTROL_0, |
| 1199 | WM8903_VMID_SOFT_MASK, |
| 1200 | 2 << WM8903_VMID_SOFT_SHIFT); |
| 1201 | |
| 1202 | snd_soc_update_bits(codec, WM8903_VMID_CONTROL_0, |
| 1203 | WM8903_VMID_BUF_ENA, 0); |
| 1204 | |
| 1205 | msleep(290); |
| 1206 | |
| 1207 | snd_soc_update_bits(codec, WM8903_VMID_CONTROL_0, |
| 1208 | WM8903_VMID_TIE_ENA | WM8903_BUFIO_ENA | |
| 1209 | WM8903_VMID_IO_ENA | WM8903_VMID_RES_MASK | |
| 1210 | WM8903_VMID_SOFT_MASK | |
| 1211 | WM8903_VMID_BUF_ENA, 0); |
| 1212 | |
| 1213 | snd_soc_update_bits(codec, WM8903_BIAS_CONTROL_0, |
| 1214 | WM8903_STARTUP_BIAS_ENA, 0); |
Mark Brown | f1c0a02 | 2008-08-26 13:05:27 +0100 | [diff] [blame] | 1215 | break; |
| 1216 | } |
| 1217 | |
Liam Girdwood | ce6120c | 2010-11-05 15:53:46 +0200 | [diff] [blame] | 1218 | codec->dapm.bias_level = level; |
Mark Brown | f1c0a02 | 2008-08-26 13:05:27 +0100 | [diff] [blame] | 1219 | |
| 1220 | return 0; |
| 1221 | } |
| 1222 | |
| 1223 | static int wm8903_set_dai_sysclk(struct snd_soc_dai *codec_dai, |
| 1224 | int clk_id, unsigned int freq, int dir) |
| 1225 | { |
| 1226 | struct snd_soc_codec *codec = codec_dai->codec; |
Mark Brown | b2c812e | 2010-04-14 15:35:19 +0900 | [diff] [blame] | 1227 | struct wm8903_priv *wm8903 = snd_soc_codec_get_drvdata(codec); |
Mark Brown | f1c0a02 | 2008-08-26 13:05:27 +0100 | [diff] [blame] | 1228 | |
| 1229 | wm8903->sysclk = freq; |
| 1230 | |
| 1231 | return 0; |
| 1232 | } |
| 1233 | |
| 1234 | static int wm8903_set_dai_fmt(struct snd_soc_dai *codec_dai, |
| 1235 | unsigned int fmt) |
| 1236 | { |
| 1237 | struct snd_soc_codec *codec = codec_dai->codec; |
Mark Brown | 8d50e44 | 2009-07-10 23:12:01 +0100 | [diff] [blame] | 1238 | u16 aif1 = snd_soc_read(codec, WM8903_AUDIO_INTERFACE_1); |
Mark Brown | f1c0a02 | 2008-08-26 13:05:27 +0100 | [diff] [blame] | 1239 | |
| 1240 | aif1 &= ~(WM8903_LRCLK_DIR | WM8903_BCLK_DIR | WM8903_AIF_FMT_MASK | |
| 1241 | WM8903_AIF_LRCLK_INV | WM8903_AIF_BCLK_INV); |
| 1242 | |
| 1243 | switch (fmt & SND_SOC_DAIFMT_MASTER_MASK) { |
| 1244 | case SND_SOC_DAIFMT_CBS_CFS: |
| 1245 | break; |
| 1246 | case SND_SOC_DAIFMT_CBS_CFM: |
| 1247 | aif1 |= WM8903_LRCLK_DIR; |
| 1248 | break; |
| 1249 | case SND_SOC_DAIFMT_CBM_CFM: |
| 1250 | aif1 |= WM8903_LRCLK_DIR | WM8903_BCLK_DIR; |
| 1251 | break; |
| 1252 | case SND_SOC_DAIFMT_CBM_CFS: |
| 1253 | aif1 |= WM8903_BCLK_DIR; |
| 1254 | break; |
| 1255 | default: |
| 1256 | return -EINVAL; |
| 1257 | } |
| 1258 | |
| 1259 | switch (fmt & SND_SOC_DAIFMT_FORMAT_MASK) { |
| 1260 | case SND_SOC_DAIFMT_DSP_A: |
| 1261 | aif1 |= 0x3; |
| 1262 | break; |
| 1263 | case SND_SOC_DAIFMT_DSP_B: |
| 1264 | aif1 |= 0x3 | WM8903_AIF_LRCLK_INV; |
| 1265 | break; |
| 1266 | case SND_SOC_DAIFMT_I2S: |
| 1267 | aif1 |= 0x2; |
| 1268 | break; |
| 1269 | case SND_SOC_DAIFMT_RIGHT_J: |
| 1270 | aif1 |= 0x1; |
| 1271 | break; |
| 1272 | case SND_SOC_DAIFMT_LEFT_J: |
| 1273 | break; |
| 1274 | default: |
| 1275 | return -EINVAL; |
| 1276 | } |
| 1277 | |
| 1278 | /* Clock inversion */ |
| 1279 | switch (fmt & SND_SOC_DAIFMT_FORMAT_MASK) { |
| 1280 | case SND_SOC_DAIFMT_DSP_A: |
| 1281 | case SND_SOC_DAIFMT_DSP_B: |
| 1282 | /* frame inversion not valid for DSP modes */ |
| 1283 | switch (fmt & SND_SOC_DAIFMT_INV_MASK) { |
| 1284 | case SND_SOC_DAIFMT_NB_NF: |
| 1285 | break; |
| 1286 | case SND_SOC_DAIFMT_IB_NF: |
| 1287 | aif1 |= WM8903_AIF_BCLK_INV; |
| 1288 | break; |
| 1289 | default: |
| 1290 | return -EINVAL; |
| 1291 | } |
| 1292 | break; |
| 1293 | case SND_SOC_DAIFMT_I2S: |
| 1294 | case SND_SOC_DAIFMT_RIGHT_J: |
| 1295 | case SND_SOC_DAIFMT_LEFT_J: |
| 1296 | switch (fmt & SND_SOC_DAIFMT_INV_MASK) { |
| 1297 | case SND_SOC_DAIFMT_NB_NF: |
| 1298 | break; |
| 1299 | case SND_SOC_DAIFMT_IB_IF: |
| 1300 | aif1 |= WM8903_AIF_BCLK_INV | WM8903_AIF_LRCLK_INV; |
| 1301 | break; |
| 1302 | case SND_SOC_DAIFMT_IB_NF: |
| 1303 | aif1 |= WM8903_AIF_BCLK_INV; |
| 1304 | break; |
| 1305 | case SND_SOC_DAIFMT_NB_IF: |
| 1306 | aif1 |= WM8903_AIF_LRCLK_INV; |
| 1307 | break; |
| 1308 | default: |
| 1309 | return -EINVAL; |
| 1310 | } |
| 1311 | break; |
| 1312 | default: |
| 1313 | return -EINVAL; |
| 1314 | } |
| 1315 | |
Mark Brown | 8d50e44 | 2009-07-10 23:12:01 +0100 | [diff] [blame] | 1316 | snd_soc_write(codec, WM8903_AUDIO_INTERFACE_1, aif1); |
Mark Brown | f1c0a02 | 2008-08-26 13:05:27 +0100 | [diff] [blame] | 1317 | |
| 1318 | return 0; |
| 1319 | } |
| 1320 | |
| 1321 | static int wm8903_digital_mute(struct snd_soc_dai *codec_dai, int mute) |
| 1322 | { |
| 1323 | struct snd_soc_codec *codec = codec_dai->codec; |
| 1324 | u16 reg; |
| 1325 | |
Mark Brown | 8d50e44 | 2009-07-10 23:12:01 +0100 | [diff] [blame] | 1326 | reg = snd_soc_read(codec, WM8903_DAC_DIGITAL_1); |
Mark Brown | f1c0a02 | 2008-08-26 13:05:27 +0100 | [diff] [blame] | 1327 | |
| 1328 | if (mute) |
| 1329 | reg |= WM8903_DAC_MUTE; |
| 1330 | else |
| 1331 | reg &= ~WM8903_DAC_MUTE; |
| 1332 | |
Mark Brown | 8d50e44 | 2009-07-10 23:12:01 +0100 | [diff] [blame] | 1333 | snd_soc_write(codec, WM8903_DAC_DIGITAL_1, reg); |
Mark Brown | f1c0a02 | 2008-08-26 13:05:27 +0100 | [diff] [blame] | 1334 | |
| 1335 | return 0; |
| 1336 | } |
| 1337 | |
| 1338 | /* Lookup table for CLK_SYS/fs ratio. 256fs or more is recommended |
| 1339 | * for optimal performance so we list the lower rates first and match |
| 1340 | * on the last match we find. */ |
| 1341 | static struct { |
| 1342 | int div; |
| 1343 | int rate; |
| 1344 | int mode; |
| 1345 | int mclk_div; |
| 1346 | } clk_sys_ratios[] = { |
| 1347 | { 64, 0x0, 0x0, 1 }, |
| 1348 | { 68, 0x0, 0x1, 1 }, |
| 1349 | { 125, 0x0, 0x2, 1 }, |
| 1350 | { 128, 0x1, 0x0, 1 }, |
| 1351 | { 136, 0x1, 0x1, 1 }, |
| 1352 | { 192, 0x2, 0x0, 1 }, |
| 1353 | { 204, 0x2, 0x1, 1 }, |
| 1354 | |
| 1355 | { 64, 0x0, 0x0, 2 }, |
| 1356 | { 68, 0x0, 0x1, 2 }, |
| 1357 | { 125, 0x0, 0x2, 2 }, |
| 1358 | { 128, 0x1, 0x0, 2 }, |
| 1359 | { 136, 0x1, 0x1, 2 }, |
| 1360 | { 192, 0x2, 0x0, 2 }, |
| 1361 | { 204, 0x2, 0x1, 2 }, |
| 1362 | |
| 1363 | { 250, 0x2, 0x2, 1 }, |
| 1364 | { 256, 0x3, 0x0, 1 }, |
| 1365 | { 272, 0x3, 0x1, 1 }, |
| 1366 | { 384, 0x4, 0x0, 1 }, |
| 1367 | { 408, 0x4, 0x1, 1 }, |
| 1368 | { 375, 0x4, 0x2, 1 }, |
| 1369 | { 512, 0x5, 0x0, 1 }, |
| 1370 | { 544, 0x5, 0x1, 1 }, |
| 1371 | { 500, 0x5, 0x2, 1 }, |
| 1372 | { 768, 0x6, 0x0, 1 }, |
| 1373 | { 816, 0x6, 0x1, 1 }, |
| 1374 | { 750, 0x6, 0x2, 1 }, |
| 1375 | { 1024, 0x7, 0x0, 1 }, |
| 1376 | { 1088, 0x7, 0x1, 1 }, |
| 1377 | { 1000, 0x7, 0x2, 1 }, |
| 1378 | { 1408, 0x8, 0x0, 1 }, |
| 1379 | { 1496, 0x8, 0x1, 1 }, |
| 1380 | { 1536, 0x9, 0x0, 1 }, |
| 1381 | { 1632, 0x9, 0x1, 1 }, |
| 1382 | { 1500, 0x9, 0x2, 1 }, |
| 1383 | |
| 1384 | { 250, 0x2, 0x2, 2 }, |
| 1385 | { 256, 0x3, 0x0, 2 }, |
| 1386 | { 272, 0x3, 0x1, 2 }, |
| 1387 | { 384, 0x4, 0x0, 2 }, |
| 1388 | { 408, 0x4, 0x1, 2 }, |
| 1389 | { 375, 0x4, 0x2, 2 }, |
| 1390 | { 512, 0x5, 0x0, 2 }, |
| 1391 | { 544, 0x5, 0x1, 2 }, |
| 1392 | { 500, 0x5, 0x2, 2 }, |
| 1393 | { 768, 0x6, 0x0, 2 }, |
| 1394 | { 816, 0x6, 0x1, 2 }, |
| 1395 | { 750, 0x6, 0x2, 2 }, |
| 1396 | { 1024, 0x7, 0x0, 2 }, |
| 1397 | { 1088, 0x7, 0x1, 2 }, |
| 1398 | { 1000, 0x7, 0x2, 2 }, |
| 1399 | { 1408, 0x8, 0x0, 2 }, |
| 1400 | { 1496, 0x8, 0x1, 2 }, |
| 1401 | { 1536, 0x9, 0x0, 2 }, |
| 1402 | { 1632, 0x9, 0x1, 2 }, |
| 1403 | { 1500, 0x9, 0x2, 2 }, |
| 1404 | }; |
| 1405 | |
| 1406 | /* CLK_SYS/BCLK ratios - multiplied by 10 due to .5s */ |
| 1407 | static struct { |
| 1408 | int ratio; |
| 1409 | int div; |
| 1410 | } bclk_divs[] = { |
| 1411 | { 10, 0 }, |
Mark Brown | f1c0a02 | 2008-08-26 13:05:27 +0100 | [diff] [blame] | 1412 | { 20, 2 }, |
| 1413 | { 30, 3 }, |
| 1414 | { 40, 4 }, |
| 1415 | { 50, 5 }, |
Mark Brown | f1c0a02 | 2008-08-26 13:05:27 +0100 | [diff] [blame] | 1416 | { 60, 7 }, |
| 1417 | { 80, 8 }, |
| 1418 | { 100, 9 }, |
Mark Brown | f1c0a02 | 2008-08-26 13:05:27 +0100 | [diff] [blame] | 1419 | { 120, 11 }, |
| 1420 | { 160, 12 }, |
| 1421 | { 200, 13 }, |
| 1422 | { 220, 14 }, |
| 1423 | { 240, 15 }, |
Mark Brown | f1c0a02 | 2008-08-26 13:05:27 +0100 | [diff] [blame] | 1424 | { 300, 17 }, |
| 1425 | { 320, 18 }, |
| 1426 | { 440, 19 }, |
| 1427 | { 480, 20 }, |
| 1428 | }; |
| 1429 | |
| 1430 | /* Sample rates for DSP */ |
| 1431 | static struct { |
| 1432 | int rate; |
| 1433 | int value; |
| 1434 | } sample_rates[] = { |
| 1435 | { 8000, 0 }, |
| 1436 | { 11025, 1 }, |
| 1437 | { 12000, 2 }, |
| 1438 | { 16000, 3 }, |
| 1439 | { 22050, 4 }, |
| 1440 | { 24000, 5 }, |
| 1441 | { 32000, 6 }, |
| 1442 | { 44100, 7 }, |
| 1443 | { 48000, 8 }, |
| 1444 | { 88200, 9 }, |
| 1445 | { 96000, 10 }, |
| 1446 | { 0, 0 }, |
| 1447 | }; |
| 1448 | |
Mark Brown | f1c0a02 | 2008-08-26 13:05:27 +0100 | [diff] [blame] | 1449 | static int wm8903_hw_params(struct snd_pcm_substream *substream, |
Mark Brown | dee89c4 | 2008-11-18 22:11:38 +0000 | [diff] [blame] | 1450 | struct snd_pcm_hw_params *params, |
| 1451 | struct snd_soc_dai *dai) |
Mark Brown | f1c0a02 | 2008-08-26 13:05:27 +0100 | [diff] [blame] | 1452 | { |
| 1453 | struct snd_soc_pcm_runtime *rtd = substream->private_data; |
Liam Girdwood | f0fba2a | 2010-03-17 20:15:21 +0000 | [diff] [blame] | 1454 | struct snd_soc_codec *codec =rtd->codec; |
Mark Brown | b2c812e | 2010-04-14 15:35:19 +0900 | [diff] [blame] | 1455 | struct wm8903_priv *wm8903 = snd_soc_codec_get_drvdata(codec); |
Mark Brown | f1c0a02 | 2008-08-26 13:05:27 +0100 | [diff] [blame] | 1456 | int fs = params_rate(params); |
| 1457 | int bclk; |
| 1458 | int bclk_div; |
| 1459 | int i; |
| 1460 | int dsp_config; |
| 1461 | int clk_config; |
| 1462 | int best_val; |
| 1463 | int cur_val; |
| 1464 | int clk_sys; |
| 1465 | |
Mark Brown | 8d50e44 | 2009-07-10 23:12:01 +0100 | [diff] [blame] | 1466 | u16 aif1 = snd_soc_read(codec, WM8903_AUDIO_INTERFACE_1); |
| 1467 | u16 aif2 = snd_soc_read(codec, WM8903_AUDIO_INTERFACE_2); |
| 1468 | u16 aif3 = snd_soc_read(codec, WM8903_AUDIO_INTERFACE_3); |
| 1469 | u16 clock0 = snd_soc_read(codec, WM8903_CLOCK_RATES_0); |
| 1470 | u16 clock1 = snd_soc_read(codec, WM8903_CLOCK_RATES_1); |
| 1471 | u16 dac_digital1 = snd_soc_read(codec, WM8903_DAC_DIGITAL_1); |
Mark Brown | f1c0a02 | 2008-08-26 13:05:27 +0100 | [diff] [blame] | 1472 | |
Mark Brown | 9e79261 | 2009-06-12 17:27:07 +0100 | [diff] [blame] | 1473 | /* Enable sloping stopband filter for low sample rates */ |
| 1474 | if (fs <= 24000) |
| 1475 | dac_digital1 |= WM8903_DAC_SB_FILT; |
| 1476 | else |
| 1477 | dac_digital1 &= ~WM8903_DAC_SB_FILT; |
| 1478 | |
Mark Brown | f1c0a02 | 2008-08-26 13:05:27 +0100 | [diff] [blame] | 1479 | /* Configure sample rate logic for DSP - choose nearest rate */ |
| 1480 | dsp_config = 0; |
| 1481 | best_val = abs(sample_rates[dsp_config].rate - fs); |
| 1482 | for (i = 1; i < ARRAY_SIZE(sample_rates); i++) { |
| 1483 | cur_val = abs(sample_rates[i].rate - fs); |
| 1484 | if (cur_val <= best_val) { |
| 1485 | dsp_config = i; |
| 1486 | best_val = cur_val; |
| 1487 | } |
| 1488 | } |
| 1489 | |
Liam Girdwood | f0fba2a | 2010-03-17 20:15:21 +0000 | [diff] [blame] | 1490 | dev_dbg(codec->dev, "DSP fs = %dHz\n", sample_rates[dsp_config].rate); |
Mark Brown | f1c0a02 | 2008-08-26 13:05:27 +0100 | [diff] [blame] | 1491 | clock1 &= ~WM8903_SAMPLE_RATE_MASK; |
| 1492 | clock1 |= sample_rates[dsp_config].value; |
| 1493 | |
| 1494 | aif1 &= ~WM8903_AIF_WL_MASK; |
| 1495 | bclk = 2 * fs; |
| 1496 | switch (params_format(params)) { |
| 1497 | case SNDRV_PCM_FORMAT_S16_LE: |
| 1498 | bclk *= 16; |
| 1499 | break; |
| 1500 | case SNDRV_PCM_FORMAT_S20_3LE: |
| 1501 | bclk *= 20; |
| 1502 | aif1 |= 0x4; |
| 1503 | break; |
| 1504 | case SNDRV_PCM_FORMAT_S24_LE: |
| 1505 | bclk *= 24; |
| 1506 | aif1 |= 0x8; |
| 1507 | break; |
| 1508 | case SNDRV_PCM_FORMAT_S32_LE: |
| 1509 | bclk *= 32; |
| 1510 | aif1 |= 0xc; |
| 1511 | break; |
| 1512 | default: |
| 1513 | return -EINVAL; |
| 1514 | } |
| 1515 | |
Liam Girdwood | f0fba2a | 2010-03-17 20:15:21 +0000 | [diff] [blame] | 1516 | dev_dbg(codec->dev, "MCLK = %dHz, target sample rate = %dHz\n", |
Mark Brown | f1c0a02 | 2008-08-26 13:05:27 +0100 | [diff] [blame] | 1517 | wm8903->sysclk, fs); |
| 1518 | |
| 1519 | /* We may not have an MCLK which allows us to generate exactly |
| 1520 | * the clock we want, particularly with USB derived inputs, so |
| 1521 | * approximate. |
| 1522 | */ |
| 1523 | clk_config = 0; |
| 1524 | best_val = abs((wm8903->sysclk / |
| 1525 | (clk_sys_ratios[0].mclk_div * |
| 1526 | clk_sys_ratios[0].div)) - fs); |
| 1527 | for (i = 1; i < ARRAY_SIZE(clk_sys_ratios); i++) { |
| 1528 | cur_val = abs((wm8903->sysclk / |
| 1529 | (clk_sys_ratios[i].mclk_div * |
| 1530 | clk_sys_ratios[i].div)) - fs); |
| 1531 | |
| 1532 | if (cur_val <= best_val) { |
| 1533 | clk_config = i; |
| 1534 | best_val = cur_val; |
| 1535 | } |
| 1536 | } |
| 1537 | |
| 1538 | if (clk_sys_ratios[clk_config].mclk_div == 2) { |
| 1539 | clock0 |= WM8903_MCLKDIV2; |
| 1540 | clk_sys = wm8903->sysclk / 2; |
| 1541 | } else { |
| 1542 | clock0 &= ~WM8903_MCLKDIV2; |
| 1543 | clk_sys = wm8903->sysclk; |
| 1544 | } |
| 1545 | |
| 1546 | clock1 &= ~(WM8903_CLK_SYS_RATE_MASK | |
| 1547 | WM8903_CLK_SYS_MODE_MASK); |
| 1548 | clock1 |= clk_sys_ratios[clk_config].rate << WM8903_CLK_SYS_RATE_SHIFT; |
| 1549 | clock1 |= clk_sys_ratios[clk_config].mode << WM8903_CLK_SYS_MODE_SHIFT; |
| 1550 | |
Liam Girdwood | f0fba2a | 2010-03-17 20:15:21 +0000 | [diff] [blame] | 1551 | dev_dbg(codec->dev, "CLK_SYS_RATE=%x, CLK_SYS_MODE=%x div=%d\n", |
Mark Brown | f1c0a02 | 2008-08-26 13:05:27 +0100 | [diff] [blame] | 1552 | clk_sys_ratios[clk_config].rate, |
| 1553 | clk_sys_ratios[clk_config].mode, |
| 1554 | clk_sys_ratios[clk_config].div); |
| 1555 | |
Liam Girdwood | f0fba2a | 2010-03-17 20:15:21 +0000 | [diff] [blame] | 1556 | dev_dbg(codec->dev, "Actual CLK_SYS = %dHz\n", clk_sys); |
Mark Brown | f1c0a02 | 2008-08-26 13:05:27 +0100 | [diff] [blame] | 1557 | |
| 1558 | /* We may not get quite the right frequency if using |
| 1559 | * approximate clocks so look for the closest match that is |
| 1560 | * higher than the target (we need to ensure that there enough |
| 1561 | * BCLKs to clock out the samples). |
| 1562 | */ |
| 1563 | bclk_div = 0; |
| 1564 | best_val = ((clk_sys * 10) / bclk_divs[0].ratio) - bclk; |
| 1565 | i = 1; |
| 1566 | while (i < ARRAY_SIZE(bclk_divs)) { |
| 1567 | cur_val = ((clk_sys * 10) / bclk_divs[i].ratio) - bclk; |
| 1568 | if (cur_val < 0) /* BCLK table is sorted */ |
| 1569 | break; |
| 1570 | bclk_div = i; |
| 1571 | best_val = cur_val; |
| 1572 | i++; |
| 1573 | } |
| 1574 | |
| 1575 | aif2 &= ~WM8903_BCLK_DIV_MASK; |
| 1576 | aif3 &= ~WM8903_LRCLK_RATE_MASK; |
| 1577 | |
Liam Girdwood | f0fba2a | 2010-03-17 20:15:21 +0000 | [diff] [blame] | 1578 | dev_dbg(codec->dev, "BCLK ratio %d for %dHz - actual BCLK = %dHz\n", |
Mark Brown | f1c0a02 | 2008-08-26 13:05:27 +0100 | [diff] [blame] | 1579 | bclk_divs[bclk_div].ratio / 10, bclk, |
| 1580 | (clk_sys * 10) / bclk_divs[bclk_div].ratio); |
| 1581 | |
| 1582 | aif2 |= bclk_divs[bclk_div].div; |
| 1583 | aif3 |= bclk / fs; |
| 1584 | |
Mark Brown | 69fff9b | 2010-12-10 19:17:08 +0000 | [diff] [blame] | 1585 | wm8903->fs = params_rate(params); |
| 1586 | wm8903_set_deemph(codec); |
| 1587 | |
Mark Brown | 8d50e44 | 2009-07-10 23:12:01 +0100 | [diff] [blame] | 1588 | snd_soc_write(codec, WM8903_CLOCK_RATES_0, clock0); |
| 1589 | snd_soc_write(codec, WM8903_CLOCK_RATES_1, clock1); |
| 1590 | snd_soc_write(codec, WM8903_AUDIO_INTERFACE_1, aif1); |
| 1591 | snd_soc_write(codec, WM8903_AUDIO_INTERFACE_2, aif2); |
| 1592 | snd_soc_write(codec, WM8903_AUDIO_INTERFACE_3, aif3); |
| 1593 | snd_soc_write(codec, WM8903_DAC_DIGITAL_1, dac_digital1); |
Mark Brown | f1c0a02 | 2008-08-26 13:05:27 +0100 | [diff] [blame] | 1594 | |
| 1595 | return 0; |
| 1596 | } |
| 1597 | |
Mark Brown | 7245387 | 2010-03-15 21:22:58 +0000 | [diff] [blame] | 1598 | /** |
| 1599 | * wm8903_mic_detect - Enable microphone detection via the WM8903 IRQ |
| 1600 | * |
| 1601 | * @codec: WM8903 codec |
| 1602 | * @jack: jack to report detection events on |
| 1603 | * @det: value to report for presence detection |
| 1604 | * @shrt: value to report for short detection |
| 1605 | * |
| 1606 | * Enable microphone detection via IRQ on the WM8903. If GPIOs are |
| 1607 | * being used to bring out signals to the processor then only platform |
| 1608 | * data configuration is needed for WM8903 and processor GPIOs should |
| 1609 | * be configured using snd_soc_jack_add_gpios() instead. |
| 1610 | * |
| 1611 | * The current threasholds for detection should be configured using |
| 1612 | * micdet_cfg in the platform data. Using this function will force on |
| 1613 | * the microphone bias for the device. |
| 1614 | */ |
| 1615 | int wm8903_mic_detect(struct snd_soc_codec *codec, struct snd_soc_jack *jack, |
| 1616 | int det, int shrt) |
| 1617 | { |
Mark Brown | b2c812e | 2010-04-14 15:35:19 +0900 | [diff] [blame] | 1618 | struct wm8903_priv *wm8903 = snd_soc_codec_get_drvdata(codec); |
Mark Brown | 6926686 | 2010-03-22 16:37:01 +0000 | [diff] [blame] | 1619 | int irq_mask = WM8903_MICDET_EINT | WM8903_MICSHRT_EINT; |
Mark Brown | 7245387 | 2010-03-15 21:22:58 +0000 | [diff] [blame] | 1620 | |
| 1621 | dev_dbg(codec->dev, "Enabling microphone detection: %x %x\n", |
| 1622 | det, shrt); |
| 1623 | |
| 1624 | /* Store the configuration */ |
| 1625 | wm8903->mic_jack = jack; |
| 1626 | wm8903->mic_det = det; |
| 1627 | wm8903->mic_short = shrt; |
| 1628 | |
| 1629 | /* Enable interrupts we've got a report configured for */ |
| 1630 | if (det) |
| 1631 | irq_mask &= ~WM8903_MICDET_EINT; |
| 1632 | if (shrt) |
| 1633 | irq_mask &= ~WM8903_MICSHRT_EINT; |
| 1634 | |
| 1635 | snd_soc_update_bits(codec, WM8903_INTERRUPT_STATUS_1_MASK, |
| 1636 | WM8903_MICDET_EINT | WM8903_MICSHRT_EINT, |
| 1637 | irq_mask); |
| 1638 | |
Stephen Warren | 3088e3b | 2011-02-10 15:37:14 -0700 | [diff] [blame] | 1639 | if (det || shrt) { |
Mark Brown | 6926686 | 2010-03-22 16:37:01 +0000 | [diff] [blame] | 1640 | /* Enable mic detection, this may not have been set through |
| 1641 | * platform data (eg, if the defaults are OK). */ |
| 1642 | snd_soc_update_bits(codec, WM8903_WRITE_SEQUENCER_0, |
| 1643 | WM8903_WSEQ_ENA, WM8903_WSEQ_ENA); |
| 1644 | snd_soc_update_bits(codec, WM8903_MIC_BIAS_CONTROL_0, |
| 1645 | WM8903_MICDET_ENA, WM8903_MICDET_ENA); |
| 1646 | } else { |
| 1647 | snd_soc_update_bits(codec, WM8903_MIC_BIAS_CONTROL_0, |
| 1648 | WM8903_MICDET_ENA, 0); |
| 1649 | } |
Mark Brown | 7245387 | 2010-03-15 21:22:58 +0000 | [diff] [blame] | 1650 | |
| 1651 | return 0; |
| 1652 | } |
| 1653 | EXPORT_SYMBOL_GPL(wm8903_mic_detect); |
| 1654 | |
Mark Brown | 8abd16a | 2010-03-15 18:25:26 +0000 | [diff] [blame] | 1655 | static irqreturn_t wm8903_irq(int irq, void *data) |
| 1656 | { |
Liam Girdwood | f0fba2a | 2010-03-17 20:15:21 +0000 | [diff] [blame] | 1657 | struct snd_soc_codec *codec = data; |
| 1658 | struct wm8903_priv *wm8903 = snd_soc_codec_get_drvdata(codec); |
Mark Brown | 7245387 | 2010-03-15 21:22:58 +0000 | [diff] [blame] | 1659 | int mic_report; |
| 1660 | int int_pol; |
| 1661 | int int_val = 0; |
| 1662 | int mask = ~snd_soc_read(codec, WM8903_INTERRUPT_STATUS_1_MASK); |
Mark Brown | 8abd16a | 2010-03-15 18:25:26 +0000 | [diff] [blame] | 1663 | |
Mark Brown | 7245387 | 2010-03-15 21:22:58 +0000 | [diff] [blame] | 1664 | int_val = snd_soc_read(codec, WM8903_INTERRUPT_STATUS_1) & mask; |
Mark Brown | 8abd16a | 2010-03-15 18:25:26 +0000 | [diff] [blame] | 1665 | |
Mark Brown | 7245387 | 2010-03-15 21:22:58 +0000 | [diff] [blame] | 1666 | if (int_val & WM8903_WSEQ_BUSY_EINT) { |
Mark Brown | b4d06f4 | 2011-02-10 14:20:49 +0000 | [diff] [blame] | 1667 | dev_warn(codec->dev, "Write sequencer done\n"); |
Mark Brown | 8abd16a | 2010-03-15 18:25:26 +0000 | [diff] [blame] | 1668 | } |
| 1669 | |
Mark Brown | 7245387 | 2010-03-15 21:22:58 +0000 | [diff] [blame] | 1670 | /* |
| 1671 | * The rest is microphone jack detection. We need to manually |
| 1672 | * invert the polarity of the interrupt after each event - to |
| 1673 | * simplify the code keep track of the last state we reported |
| 1674 | * and just invert the relevant bits in both the report and |
| 1675 | * the polarity register. |
| 1676 | */ |
| 1677 | mic_report = wm8903->mic_last_report; |
| 1678 | int_pol = snd_soc_read(codec, WM8903_INTERRUPT_POLARITY_1); |
| 1679 | |
Mark Brown | 1435b94 | 2010-12-23 01:56:20 +0000 | [diff] [blame] | 1680 | #ifndef CONFIG_SND_SOC_WM8903_MODULE |
Mark Brown | 2bbb5d6 | 2010-12-05 12:50:12 +0000 | [diff] [blame] | 1681 | if (int_val & (WM8903_MICSHRT_EINT | WM8903_MICDET_EINT)) |
| 1682 | trace_snd_soc_jack_irq(dev_name(codec->dev)); |
Mark Brown | 1435b94 | 2010-12-23 01:56:20 +0000 | [diff] [blame] | 1683 | #endif |
Mark Brown | 2bbb5d6 | 2010-12-05 12:50:12 +0000 | [diff] [blame] | 1684 | |
Mark Brown | 7245387 | 2010-03-15 21:22:58 +0000 | [diff] [blame] | 1685 | if (int_val & WM8903_MICSHRT_EINT) { |
| 1686 | dev_dbg(codec->dev, "Microphone short (pol=%x)\n", int_pol); |
| 1687 | |
| 1688 | mic_report ^= wm8903->mic_short; |
| 1689 | int_pol ^= WM8903_MICSHRT_INV; |
| 1690 | } |
| 1691 | |
| 1692 | if (int_val & WM8903_MICDET_EINT) { |
| 1693 | dev_dbg(codec->dev, "Microphone detect (pol=%x)\n", int_pol); |
| 1694 | |
| 1695 | mic_report ^= wm8903->mic_det; |
| 1696 | int_pol ^= WM8903_MICDET_INV; |
| 1697 | |
| 1698 | msleep(wm8903->mic_delay); |
| 1699 | } |
| 1700 | |
| 1701 | snd_soc_update_bits(codec, WM8903_INTERRUPT_POLARITY_1, |
| 1702 | WM8903_MICSHRT_INV | WM8903_MICDET_INV, int_pol); |
| 1703 | |
| 1704 | snd_soc_jack_report(wm8903->mic_jack, mic_report, |
| 1705 | wm8903->mic_short | wm8903->mic_det); |
| 1706 | |
| 1707 | wm8903->mic_last_report = mic_report; |
| 1708 | |
Mark Brown | 8abd16a | 2010-03-15 18:25:26 +0000 | [diff] [blame] | 1709 | return IRQ_HANDLED; |
| 1710 | } |
| 1711 | |
Mark Brown | f1c0a02 | 2008-08-26 13:05:27 +0100 | [diff] [blame] | 1712 | #define WM8903_PLAYBACK_RATES (SNDRV_PCM_RATE_8000 |\ |
| 1713 | SNDRV_PCM_RATE_11025 | \ |
| 1714 | SNDRV_PCM_RATE_16000 | \ |
| 1715 | SNDRV_PCM_RATE_22050 | \ |
| 1716 | SNDRV_PCM_RATE_32000 | \ |
| 1717 | SNDRV_PCM_RATE_44100 | \ |
| 1718 | SNDRV_PCM_RATE_48000 | \ |
| 1719 | SNDRV_PCM_RATE_88200 | \ |
| 1720 | SNDRV_PCM_RATE_96000) |
| 1721 | |
| 1722 | #define WM8903_CAPTURE_RATES (SNDRV_PCM_RATE_8000 |\ |
| 1723 | SNDRV_PCM_RATE_11025 | \ |
| 1724 | SNDRV_PCM_RATE_16000 | \ |
| 1725 | SNDRV_PCM_RATE_22050 | \ |
| 1726 | SNDRV_PCM_RATE_32000 | \ |
| 1727 | SNDRV_PCM_RATE_44100 | \ |
| 1728 | SNDRV_PCM_RATE_48000) |
| 1729 | |
| 1730 | #define WM8903_FORMATS (SNDRV_PCM_FMTBIT_S16_LE |\ |
| 1731 | SNDRV_PCM_FMTBIT_S20_3LE |\ |
| 1732 | SNDRV_PCM_FMTBIT_S24_LE) |
| 1733 | |
Lars-Peter Clausen | 85e7652 | 2011-11-23 11:40:40 +0100 | [diff] [blame] | 1734 | static const struct snd_soc_dai_ops wm8903_dai_ops = { |
Eric Miao | 6335d05 | 2009-03-03 09:41:00 +0800 | [diff] [blame] | 1735 | .hw_params = wm8903_hw_params, |
| 1736 | .digital_mute = wm8903_digital_mute, |
| 1737 | .set_fmt = wm8903_set_dai_fmt, |
| 1738 | .set_sysclk = wm8903_set_dai_sysclk, |
| 1739 | }; |
| 1740 | |
Liam Girdwood | f0fba2a | 2010-03-17 20:15:21 +0000 | [diff] [blame] | 1741 | static struct snd_soc_dai_driver wm8903_dai = { |
| 1742 | .name = "wm8903-hifi", |
Mark Brown | f1c0a02 | 2008-08-26 13:05:27 +0100 | [diff] [blame] | 1743 | .playback = { |
| 1744 | .stream_name = "Playback", |
| 1745 | .channels_min = 2, |
| 1746 | .channels_max = 2, |
| 1747 | .rates = WM8903_PLAYBACK_RATES, |
| 1748 | .formats = WM8903_FORMATS, |
| 1749 | }, |
| 1750 | .capture = { |
| 1751 | .stream_name = "Capture", |
| 1752 | .channels_min = 2, |
| 1753 | .channels_max = 2, |
| 1754 | .rates = WM8903_CAPTURE_RATES, |
| 1755 | .formats = WM8903_FORMATS, |
| 1756 | }, |
Eric Miao | 6335d05 | 2009-03-03 09:41:00 +0800 | [diff] [blame] | 1757 | .ops = &wm8903_dai_ops, |
Mark Brown | 0d960e8 | 2009-04-16 10:08:39 +0100 | [diff] [blame] | 1758 | .symmetric_rates = 1, |
Mark Brown | f1c0a02 | 2008-08-26 13:05:27 +0100 | [diff] [blame] | 1759 | }; |
Mark Brown | f1c0a02 | 2008-08-26 13:05:27 +0100 | [diff] [blame] | 1760 | |
Lars-Peter Clausen | 84b315e | 2011-12-02 10:18:28 +0100 | [diff] [blame^] | 1761 | static int wm8903_suspend(struct snd_soc_codec *codec) |
Mark Brown | f1c0a02 | 2008-08-26 13:05:27 +0100 | [diff] [blame] | 1762 | { |
Mark Brown | f1c0a02 | 2008-08-26 13:05:27 +0100 | [diff] [blame] | 1763 | wm8903_set_bias_level(codec, SND_SOC_BIAS_OFF); |
| 1764 | |
| 1765 | return 0; |
| 1766 | } |
| 1767 | |
Liam Girdwood | f0fba2a | 2010-03-17 20:15:21 +0000 | [diff] [blame] | 1768 | static int wm8903_resume(struct snd_soc_codec *codec) |
Mark Brown | f1c0a02 | 2008-08-26 13:05:27 +0100 | [diff] [blame] | 1769 | { |
Mark Brown | f1c0a02 | 2008-08-26 13:05:27 +0100 | [diff] [blame] | 1770 | int i; |
| 1771 | u16 *reg_cache = codec->reg_cache; |
Guennadi Liakhovetski | 40aa703 | 2010-01-22 18:00:03 +0100 | [diff] [blame] | 1772 | u16 *tmp_cache = kmemdup(reg_cache, sizeof(wm8903_reg_defaults), |
Mark Brown | f1c0a02 | 2008-08-26 13:05:27 +0100 | [diff] [blame] | 1773 | GFP_KERNEL); |
| 1774 | |
| 1775 | /* Bring the codec back up to standby first to minimise pop/clicks */ |
| 1776 | wm8903_set_bias_level(codec, SND_SOC_BIAS_STANDBY); |
Mark Brown | f1c0a02 | 2008-08-26 13:05:27 +0100 | [diff] [blame] | 1777 | |
| 1778 | /* Sync back everything else */ |
| 1779 | if (tmp_cache) { |
| 1780 | for (i = 2; i < ARRAY_SIZE(wm8903_reg_defaults); i++) |
| 1781 | if (tmp_cache[i] != reg_cache[i]) |
Mark Brown | 8d50e44 | 2009-07-10 23:12:01 +0100 | [diff] [blame] | 1782 | snd_soc_write(codec, i, tmp_cache[i]); |
Guennadi Liakhovetski | 40aa703 | 2010-01-22 18:00:03 +0100 | [diff] [blame] | 1783 | kfree(tmp_cache); |
Mark Brown | f1c0a02 | 2008-08-26 13:05:27 +0100 | [diff] [blame] | 1784 | } else { |
Liam Girdwood | f0fba2a | 2010-03-17 20:15:21 +0000 | [diff] [blame] | 1785 | dev_err(codec->dev, "Failed to allocate temporary cache\n"); |
Mark Brown | f1c0a02 | 2008-08-26 13:05:27 +0100 | [diff] [blame] | 1786 | } |
| 1787 | |
| 1788 | return 0; |
| 1789 | } |
| 1790 | |
Stephen Warren | 7cfe561 | 2011-01-20 13:52:08 -0700 | [diff] [blame] | 1791 | #ifdef CONFIG_GPIOLIB |
| 1792 | static inline struct wm8903_priv *gpio_to_wm8903(struct gpio_chip *chip) |
| 1793 | { |
| 1794 | return container_of(chip, struct wm8903_priv, gpio_chip); |
| 1795 | } |
| 1796 | |
| 1797 | static int wm8903_gpio_request(struct gpio_chip *chip, unsigned offset) |
| 1798 | { |
| 1799 | if (offset >= WM8903_NUM_GPIO) |
| 1800 | return -EINVAL; |
| 1801 | |
| 1802 | return 0; |
| 1803 | } |
| 1804 | |
| 1805 | static int wm8903_gpio_direction_in(struct gpio_chip *chip, unsigned offset) |
| 1806 | { |
| 1807 | struct wm8903_priv *wm8903 = gpio_to_wm8903(chip); |
| 1808 | struct snd_soc_codec *codec = wm8903->codec; |
| 1809 | unsigned int mask, val; |
| 1810 | |
| 1811 | mask = WM8903_GP1_FN_MASK | WM8903_GP1_DIR_MASK; |
| 1812 | val = (WM8903_GPn_FN_GPIO_INPUT << WM8903_GP1_FN_SHIFT) | |
| 1813 | WM8903_GP1_DIR; |
| 1814 | |
| 1815 | return snd_soc_update_bits(codec, WM8903_GPIO_CONTROL_1 + offset, |
| 1816 | mask, val); |
| 1817 | } |
| 1818 | |
| 1819 | static int wm8903_gpio_get(struct gpio_chip *chip, unsigned offset) |
| 1820 | { |
| 1821 | struct wm8903_priv *wm8903 = gpio_to_wm8903(chip); |
| 1822 | struct snd_soc_codec *codec = wm8903->codec; |
| 1823 | int reg; |
| 1824 | |
| 1825 | reg = snd_soc_read(codec, WM8903_GPIO_CONTROL_1 + offset); |
| 1826 | |
| 1827 | return (reg & WM8903_GP1_LVL_MASK) >> WM8903_GP1_LVL_SHIFT; |
| 1828 | } |
| 1829 | |
| 1830 | static int wm8903_gpio_direction_out(struct gpio_chip *chip, |
| 1831 | unsigned offset, int value) |
| 1832 | { |
| 1833 | struct wm8903_priv *wm8903 = gpio_to_wm8903(chip); |
| 1834 | struct snd_soc_codec *codec = wm8903->codec; |
| 1835 | unsigned int mask, val; |
| 1836 | |
| 1837 | mask = WM8903_GP1_FN_MASK | WM8903_GP1_DIR_MASK | WM8903_GP1_LVL_MASK; |
| 1838 | val = (WM8903_GPn_FN_GPIO_OUTPUT << WM8903_GP1_FN_SHIFT) | |
| 1839 | (value << WM8903_GP2_LVL_SHIFT); |
| 1840 | |
| 1841 | return snd_soc_update_bits(codec, WM8903_GPIO_CONTROL_1 + offset, |
| 1842 | mask, val); |
| 1843 | } |
| 1844 | |
| 1845 | static void wm8903_gpio_set(struct gpio_chip *chip, unsigned offset, int value) |
| 1846 | { |
| 1847 | struct wm8903_priv *wm8903 = gpio_to_wm8903(chip); |
| 1848 | struct snd_soc_codec *codec = wm8903->codec; |
| 1849 | |
| 1850 | snd_soc_update_bits(codec, WM8903_GPIO_CONTROL_1 + offset, |
Mark Brown | c805993 | 2011-01-31 13:41:17 +0000 | [diff] [blame] | 1851 | WM8903_GP1_LVL_MASK, |
| 1852 | !!value << WM8903_GP1_LVL_SHIFT); |
Stephen Warren | 7cfe561 | 2011-01-20 13:52:08 -0700 | [diff] [blame] | 1853 | } |
| 1854 | |
| 1855 | static struct gpio_chip wm8903_template_chip = { |
| 1856 | .label = "wm8903", |
| 1857 | .owner = THIS_MODULE, |
| 1858 | .request = wm8903_gpio_request, |
| 1859 | .direction_input = wm8903_gpio_direction_in, |
| 1860 | .get = wm8903_gpio_get, |
| 1861 | .direction_output = wm8903_gpio_direction_out, |
| 1862 | .set = wm8903_gpio_set, |
| 1863 | .can_sleep = 1, |
| 1864 | }; |
| 1865 | |
| 1866 | static void wm8903_init_gpio(struct snd_soc_codec *codec) |
| 1867 | { |
| 1868 | struct wm8903_priv *wm8903 = snd_soc_codec_get_drvdata(codec); |
| 1869 | struct wm8903_platform_data *pdata = dev_get_platdata(codec->dev); |
| 1870 | int ret; |
| 1871 | |
| 1872 | wm8903->gpio_chip = wm8903_template_chip; |
| 1873 | wm8903->gpio_chip.ngpio = WM8903_NUM_GPIO; |
| 1874 | wm8903->gpio_chip.dev = codec->dev; |
| 1875 | |
| 1876 | if (pdata && pdata->gpio_base) |
| 1877 | wm8903->gpio_chip.base = pdata->gpio_base; |
| 1878 | else |
| 1879 | wm8903->gpio_chip.base = -1; |
| 1880 | |
| 1881 | ret = gpiochip_add(&wm8903->gpio_chip); |
| 1882 | if (ret != 0) |
| 1883 | dev_err(codec->dev, "Failed to add GPIOs: %d\n", ret); |
| 1884 | } |
| 1885 | |
| 1886 | static void wm8903_free_gpio(struct snd_soc_codec *codec) |
| 1887 | { |
| 1888 | struct wm8903_priv *wm8903 = snd_soc_codec_get_drvdata(codec); |
| 1889 | int ret; |
| 1890 | |
| 1891 | ret = gpiochip_remove(&wm8903->gpio_chip); |
| 1892 | if (ret != 0) |
| 1893 | dev_err(codec->dev, "Failed to remove GPIOs: %d\n", ret); |
| 1894 | } |
| 1895 | #else |
| 1896 | static void wm8903_init_gpio(struct snd_soc_codec *codec) |
| 1897 | { |
| 1898 | } |
| 1899 | |
| 1900 | static void wm8903_free_gpio(struct snd_soc_codec *codec) |
| 1901 | { |
| 1902 | } |
| 1903 | #endif |
| 1904 | |
Liam Girdwood | f0fba2a | 2010-03-17 20:15:21 +0000 | [diff] [blame] | 1905 | static int wm8903_probe(struct snd_soc_codec *codec) |
Mark Brown | f1c0a02 | 2008-08-26 13:05:27 +0100 | [diff] [blame] | 1906 | { |
Liam Girdwood | f0fba2a | 2010-03-17 20:15:21 +0000 | [diff] [blame] | 1907 | struct wm8903_platform_data *pdata = dev_get_platdata(codec->dev); |
| 1908 | struct wm8903_priv *wm8903 = snd_soc_codec_get_drvdata(codec); |
Mark Brown | 73b34ea | 2010-03-15 17:46:02 +0000 | [diff] [blame] | 1909 | int ret, i; |
Mark Brown | 8abd16a | 2010-03-15 18:25:26 +0000 | [diff] [blame] | 1910 | int trigger, irq_pol; |
Mark Brown | f1c0a02 | 2008-08-26 13:05:27 +0100 | [diff] [blame] | 1911 | u16 val; |
| 1912 | |
Stephen Warren | 7cfe561 | 2011-01-20 13:52:08 -0700 | [diff] [blame] | 1913 | wm8903->codec = codec; |
Mark Brown | d58d5d5 | 2008-12-10 18:36:42 +0000 | [diff] [blame] | 1914 | |
Mark Brown | 8d50e44 | 2009-07-10 23:12:01 +0100 | [diff] [blame] | 1915 | ret = snd_soc_codec_set_cache_io(codec, 8, 16, SND_SOC_I2C); |
| 1916 | if (ret != 0) { |
Liam Girdwood | f0fba2a | 2010-03-17 20:15:21 +0000 | [diff] [blame] | 1917 | dev_err(codec->dev, "Failed to set cache I/O: %d\n", ret); |
| 1918 | return ret; |
Mark Brown | 8d50e44 | 2009-07-10 23:12:01 +0100 | [diff] [blame] | 1919 | } |
| 1920 | |
| 1921 | val = snd_soc_read(codec, WM8903_SW_RESET_AND_ID); |
Mark Brown | f1c0a02 | 2008-08-26 13:05:27 +0100 | [diff] [blame] | 1922 | if (val != wm8903_reg_defaults[WM8903_SW_RESET_AND_ID]) { |
Liam Girdwood | f0fba2a | 2010-03-17 20:15:21 +0000 | [diff] [blame] | 1923 | dev_err(codec->dev, |
Mark Brown | f1c0a02 | 2008-08-26 13:05:27 +0100 | [diff] [blame] | 1924 | "Device with ID register %x is not a WM8903\n", val); |
| 1925 | return -ENODEV; |
| 1926 | } |
| 1927 | |
Mark Brown | 8d50e44 | 2009-07-10 23:12:01 +0100 | [diff] [blame] | 1928 | val = snd_soc_read(codec, WM8903_REVISION_NUMBER); |
Mark Brown | 1d8d62d | 2011-02-09 13:47:07 +0000 | [diff] [blame] | 1929 | dev_info(codec->dev, "WM8903 revision %c\n", |
| 1930 | (val & WM8903_CHIP_REV_MASK) + 'A'); |
Mark Brown | f1c0a02 | 2008-08-26 13:05:27 +0100 | [diff] [blame] | 1931 | |
| 1932 | wm8903_reset(codec); |
| 1933 | |
Mark Brown | 37f88e8 | 2010-03-15 18:14:34 +0000 | [diff] [blame] | 1934 | /* Set up GPIOs and microphone detection */ |
Mark Brown | 73b34ea | 2010-03-15 17:46:02 +0000 | [diff] [blame] | 1935 | if (pdata) { |
Mark Brown | 905f695 | 2011-02-11 14:39:13 +0000 | [diff] [blame] | 1936 | bool mic_gpio = false; |
| 1937 | |
Mark Brown | 73b34ea | 2010-03-15 17:46:02 +0000 | [diff] [blame] | 1938 | for (i = 0; i < ARRAY_SIZE(pdata->gpio_cfg); i++) { |
Stephen Warren | 7cfe561 | 2011-01-20 13:52:08 -0700 | [diff] [blame] | 1939 | if (pdata->gpio_cfg[i] == WM8903_GPIO_NO_CONFIG) |
Mark Brown | 73b34ea | 2010-03-15 17:46:02 +0000 | [diff] [blame] | 1940 | continue; |
| 1941 | |
| 1942 | snd_soc_write(codec, WM8903_GPIO_CONTROL_1 + i, |
| 1943 | pdata->gpio_cfg[i] & 0xffff); |
Mark Brown | 905f695 | 2011-02-11 14:39:13 +0000 | [diff] [blame] | 1944 | |
| 1945 | val = (pdata->gpio_cfg[i] & WM8903_GP1_FN_MASK) |
| 1946 | >> WM8903_GP1_FN_SHIFT; |
| 1947 | |
| 1948 | switch (val) { |
| 1949 | case WM8903_GPn_FN_MICBIAS_CURRENT_DETECT: |
| 1950 | case WM8903_GPn_FN_MICBIAS_SHORT_DETECT: |
| 1951 | mic_gpio = true; |
| 1952 | break; |
| 1953 | default: |
| 1954 | break; |
| 1955 | } |
Mark Brown | 73b34ea | 2010-03-15 17:46:02 +0000 | [diff] [blame] | 1956 | } |
Mark Brown | 37f88e8 | 2010-03-15 18:14:34 +0000 | [diff] [blame] | 1957 | |
| 1958 | snd_soc_write(codec, WM8903_MIC_BIAS_CONTROL_0, |
| 1959 | pdata->micdet_cfg); |
| 1960 | |
| 1961 | /* Microphone detection needs the WSEQ clock */ |
| 1962 | if (pdata->micdet_cfg) |
| 1963 | snd_soc_update_bits(codec, WM8903_WRITE_SEQUENCER_0, |
| 1964 | WM8903_WSEQ_ENA, WM8903_WSEQ_ENA); |
| 1965 | |
Mark Brown | 905f695 | 2011-02-11 14:39:13 +0000 | [diff] [blame] | 1966 | /* If microphone detection is enabled by pdata but |
| 1967 | * detected via IRQ then interrupts can be lost before |
| 1968 | * the machine driver has set up microphone detection |
| 1969 | * IRQs as the IRQs are clear on read. The detection |
| 1970 | * will be enabled when the machine driver configures. |
| 1971 | */ |
| 1972 | WARN_ON(!mic_gpio && (pdata->micdet_cfg & WM8903_MICDET_ENA)); |
| 1973 | |
Mark Brown | 37f88e8 | 2010-03-15 18:14:34 +0000 | [diff] [blame] | 1974 | wm8903->mic_delay = pdata->micdet_delay; |
Mark Brown | 73b34ea | 2010-03-15 17:46:02 +0000 | [diff] [blame] | 1975 | } |
Mark Brown | 8abd16a | 2010-03-15 18:25:26 +0000 | [diff] [blame] | 1976 | |
Liam Girdwood | f0fba2a | 2010-03-17 20:15:21 +0000 | [diff] [blame] | 1977 | if (wm8903->irq) { |
Mark Brown | 8abd16a | 2010-03-15 18:25:26 +0000 | [diff] [blame] | 1978 | if (pdata && pdata->irq_active_low) { |
| 1979 | trigger = IRQF_TRIGGER_LOW; |
| 1980 | irq_pol = WM8903_IRQ_POL; |
| 1981 | } else { |
| 1982 | trigger = IRQF_TRIGGER_HIGH; |
| 1983 | irq_pol = 0; |
| 1984 | } |
| 1985 | |
| 1986 | snd_soc_update_bits(codec, WM8903_INTERRUPT_CONTROL, |
| 1987 | WM8903_IRQ_POL, irq_pol); |
| 1988 | |
Liam Girdwood | f0fba2a | 2010-03-17 20:15:21 +0000 | [diff] [blame] | 1989 | ret = request_threaded_irq(wm8903->irq, NULL, wm8903_irq, |
Mark Brown | 8abd16a | 2010-03-15 18:25:26 +0000 | [diff] [blame] | 1990 | trigger | IRQF_ONESHOT, |
Liam Girdwood | f0fba2a | 2010-03-17 20:15:21 +0000 | [diff] [blame] | 1991 | "wm8903", codec); |
Mark Brown | 8abd16a | 2010-03-15 18:25:26 +0000 | [diff] [blame] | 1992 | if (ret != 0) { |
Liam Girdwood | f0fba2a | 2010-03-17 20:15:21 +0000 | [diff] [blame] | 1993 | dev_err(codec->dev, "Failed to request IRQ: %d\n", |
Mark Brown | 8abd16a | 2010-03-15 18:25:26 +0000 | [diff] [blame] | 1994 | ret); |
Liam Girdwood | f0fba2a | 2010-03-17 20:15:21 +0000 | [diff] [blame] | 1995 | return ret; |
Mark Brown | 8abd16a | 2010-03-15 18:25:26 +0000 | [diff] [blame] | 1996 | } |
| 1997 | |
| 1998 | /* Enable write sequencer interrupts */ |
| 1999 | snd_soc_update_bits(codec, WM8903_INTERRUPT_STATUS_1_MASK, |
| 2000 | WM8903_IM_WSEQ_BUSY_EINT, 0); |
| 2001 | } |
Mark Brown | 73b34ea | 2010-03-15 17:46:02 +0000 | [diff] [blame] | 2002 | |
Mark Brown | f1c0a02 | 2008-08-26 13:05:27 +0100 | [diff] [blame] | 2003 | /* power on device */ |
| 2004 | wm8903_set_bias_level(codec, SND_SOC_BIAS_STANDBY); |
| 2005 | |
| 2006 | /* Latch volume update bits */ |
Mark Brown | 8d50e44 | 2009-07-10 23:12:01 +0100 | [diff] [blame] | 2007 | val = snd_soc_read(codec, WM8903_ADC_DIGITAL_VOLUME_LEFT); |
Mark Brown | f1c0a02 | 2008-08-26 13:05:27 +0100 | [diff] [blame] | 2008 | val |= WM8903_ADCVU; |
Mark Brown | 8d50e44 | 2009-07-10 23:12:01 +0100 | [diff] [blame] | 2009 | snd_soc_write(codec, WM8903_ADC_DIGITAL_VOLUME_LEFT, val); |
| 2010 | snd_soc_write(codec, WM8903_ADC_DIGITAL_VOLUME_RIGHT, val); |
Mark Brown | f1c0a02 | 2008-08-26 13:05:27 +0100 | [diff] [blame] | 2011 | |
Mark Brown | 8d50e44 | 2009-07-10 23:12:01 +0100 | [diff] [blame] | 2012 | val = snd_soc_read(codec, WM8903_DAC_DIGITAL_VOLUME_LEFT); |
Mark Brown | f1c0a02 | 2008-08-26 13:05:27 +0100 | [diff] [blame] | 2013 | val |= WM8903_DACVU; |
Mark Brown | 8d50e44 | 2009-07-10 23:12:01 +0100 | [diff] [blame] | 2014 | snd_soc_write(codec, WM8903_DAC_DIGITAL_VOLUME_LEFT, val); |
| 2015 | snd_soc_write(codec, WM8903_DAC_DIGITAL_VOLUME_RIGHT, val); |
Mark Brown | f1c0a02 | 2008-08-26 13:05:27 +0100 | [diff] [blame] | 2016 | |
Mark Brown | 8d50e44 | 2009-07-10 23:12:01 +0100 | [diff] [blame] | 2017 | val = snd_soc_read(codec, WM8903_ANALOGUE_OUT1_LEFT); |
Mark Brown | f1c0a02 | 2008-08-26 13:05:27 +0100 | [diff] [blame] | 2018 | val |= WM8903_HPOUTVU; |
Mark Brown | 8d50e44 | 2009-07-10 23:12:01 +0100 | [diff] [blame] | 2019 | snd_soc_write(codec, WM8903_ANALOGUE_OUT1_LEFT, val); |
| 2020 | snd_soc_write(codec, WM8903_ANALOGUE_OUT1_RIGHT, val); |
Mark Brown | f1c0a02 | 2008-08-26 13:05:27 +0100 | [diff] [blame] | 2021 | |
Mark Brown | 8d50e44 | 2009-07-10 23:12:01 +0100 | [diff] [blame] | 2022 | val = snd_soc_read(codec, WM8903_ANALOGUE_OUT2_LEFT); |
Mark Brown | f1c0a02 | 2008-08-26 13:05:27 +0100 | [diff] [blame] | 2023 | val |= WM8903_LINEOUTVU; |
Mark Brown | 8d50e44 | 2009-07-10 23:12:01 +0100 | [diff] [blame] | 2024 | snd_soc_write(codec, WM8903_ANALOGUE_OUT2_LEFT, val); |
| 2025 | snd_soc_write(codec, WM8903_ANALOGUE_OUT2_RIGHT, val); |
Mark Brown | f1c0a02 | 2008-08-26 13:05:27 +0100 | [diff] [blame] | 2026 | |
Mark Brown | 8d50e44 | 2009-07-10 23:12:01 +0100 | [diff] [blame] | 2027 | val = snd_soc_read(codec, WM8903_ANALOGUE_OUT3_LEFT); |
Mark Brown | f1c0a02 | 2008-08-26 13:05:27 +0100 | [diff] [blame] | 2028 | val |= WM8903_SPKVU; |
Mark Brown | 8d50e44 | 2009-07-10 23:12:01 +0100 | [diff] [blame] | 2029 | snd_soc_write(codec, WM8903_ANALOGUE_OUT3_LEFT, val); |
| 2030 | snd_soc_write(codec, WM8903_ANALOGUE_OUT3_RIGHT, val); |
Mark Brown | f1c0a02 | 2008-08-26 13:05:27 +0100 | [diff] [blame] | 2031 | |
| 2032 | /* Enable DAC soft mute by default */ |
Mark Brown | e12adab | 2011-02-09 17:42:57 +0000 | [diff] [blame] | 2033 | snd_soc_update_bits(codec, WM8903_DAC_DIGITAL_1, |
| 2034 | WM8903_DAC_MUTEMODE | WM8903_DAC_MUTE, |
| 2035 | WM8903_DAC_MUTEMODE | WM8903_DAC_MUTE); |
Mark Brown | f1c0a02 | 2008-08-26 13:05:27 +0100 | [diff] [blame] | 2036 | |
Liam Girdwood | f0fba2a | 2010-03-17 20:15:21 +0000 | [diff] [blame] | 2037 | snd_soc_add_controls(codec, wm8903_snd_controls, |
| 2038 | ARRAY_SIZE(wm8903_snd_controls)); |
Mark Brown | f1c0a02 | 2008-08-26 13:05:27 +0100 | [diff] [blame] | 2039 | |
Stephen Warren | 7cfe561 | 2011-01-20 13:52:08 -0700 | [diff] [blame] | 2040 | wm8903_init_gpio(codec); |
| 2041 | |
Mark Brown | f1c0a02 | 2008-08-26 13:05:27 +0100 | [diff] [blame] | 2042 | return ret; |
Liam Girdwood | f0fba2a | 2010-03-17 20:15:21 +0000 | [diff] [blame] | 2043 | } |
Mark Brown | f1c0a02 | 2008-08-26 13:05:27 +0100 | [diff] [blame] | 2044 | |
Liam Girdwood | f0fba2a | 2010-03-17 20:15:21 +0000 | [diff] [blame] | 2045 | /* power down chip */ |
| 2046 | static int wm8903_remove(struct snd_soc_codec *codec) |
| 2047 | { |
Stephen Warren | f99847a | 2011-08-04 16:44:44 -0600 | [diff] [blame] | 2048 | struct wm8903_priv *wm8903 = snd_soc_codec_get_drvdata(codec); |
| 2049 | |
Stephen Warren | 7cfe561 | 2011-01-20 13:52:08 -0700 | [diff] [blame] | 2050 | wm8903_free_gpio(codec); |
Liam Girdwood | f0fba2a | 2010-03-17 20:15:21 +0000 | [diff] [blame] | 2051 | wm8903_set_bias_level(codec, SND_SOC_BIAS_OFF); |
Stephen Warren | f99847a | 2011-08-04 16:44:44 -0600 | [diff] [blame] | 2052 | if (wm8903->irq) |
| 2053 | free_irq(wm8903->irq, codec); |
| 2054 | |
Liam Girdwood | f0fba2a | 2010-03-17 20:15:21 +0000 | [diff] [blame] | 2055 | return 0; |
| 2056 | } |
| 2057 | |
| 2058 | static struct snd_soc_codec_driver soc_codec_dev_wm8903 = { |
| 2059 | .probe = wm8903_probe, |
| 2060 | .remove = wm8903_remove, |
| 2061 | .suspend = wm8903_suspend, |
| 2062 | .resume = wm8903_resume, |
| 2063 | .set_bias_level = wm8903_set_bias_level, |
| 2064 | .reg_cache_size = ARRAY_SIZE(wm8903_reg_defaults), |
| 2065 | .reg_word_size = sizeof(u16), |
| 2066 | .reg_cache_default = wm8903_reg_defaults, |
| 2067 | .volatile_register = wm8903_volatile_register, |
Mark Brown | c5b6a9f | 2011-02-09 20:14:42 +0000 | [diff] [blame] | 2068 | .seq_notifier = wm8903_seq_notifier, |
Mark Brown | ecd0151 | 2011-03-27 13:43:45 +0100 | [diff] [blame] | 2069 | .dapm_widgets = wm8903_dapm_widgets, |
| 2070 | .num_dapm_widgets = ARRAY_SIZE(wm8903_dapm_widgets), |
| 2071 | .dapm_routes = wm8903_intercon, |
| 2072 | .num_dapm_routes = ARRAY_SIZE(wm8903_intercon), |
Liam Girdwood | f0fba2a | 2010-03-17 20:15:21 +0000 | [diff] [blame] | 2073 | }; |
| 2074 | |
| 2075 | #if defined(CONFIG_I2C) || defined(CONFIG_I2C_MODULE) |
| 2076 | static __devinit int wm8903_i2c_probe(struct i2c_client *i2c, |
| 2077 | const struct i2c_device_id *id) |
| 2078 | { |
| 2079 | struct wm8903_priv *wm8903; |
| 2080 | int ret; |
| 2081 | |
| 2082 | wm8903 = kzalloc(sizeof(struct wm8903_priv), GFP_KERNEL); |
| 2083 | if (wm8903 == NULL) |
| 2084 | return -ENOMEM; |
| 2085 | |
| 2086 | i2c_set_clientdata(i2c, wm8903); |
Liam Girdwood | f0fba2a | 2010-03-17 20:15:21 +0000 | [diff] [blame] | 2087 | wm8903->irq = i2c->irq; |
| 2088 | |
| 2089 | ret = snd_soc_register_codec(&i2c->dev, |
| 2090 | &soc_codec_dev_wm8903, &wm8903_dai, 1); |
| 2091 | if (ret < 0) |
| 2092 | kfree(wm8903); |
Mark Brown | f1c0a02 | 2008-08-26 13:05:27 +0100 | [diff] [blame] | 2093 | return ret; |
| 2094 | } |
| 2095 | |
Mark Brown | c6f2981 | 2009-02-18 21:25:40 +0000 | [diff] [blame] | 2096 | static __devexit int wm8903_i2c_remove(struct i2c_client *client) |
Mark Brown | f1c0a02 | 2008-08-26 13:05:27 +0100 | [diff] [blame] | 2097 | { |
Liam Girdwood | f0fba2a | 2010-03-17 20:15:21 +0000 | [diff] [blame] | 2098 | snd_soc_unregister_codec(&client->dev); |
| 2099 | kfree(i2c_get_clientdata(client)); |
Mark Brown | f1c0a02 | 2008-08-26 13:05:27 +0100 | [diff] [blame] | 2100 | return 0; |
| 2101 | } |
| 2102 | |
Mark Brown | f1c0a02 | 2008-08-26 13:05:27 +0100 | [diff] [blame] | 2103 | static const struct i2c_device_id wm8903_i2c_id[] = { |
Liam Girdwood | f0fba2a | 2010-03-17 20:15:21 +0000 | [diff] [blame] | 2104 | { "wm8903", 0 }, |
| 2105 | { } |
Mark Brown | f1c0a02 | 2008-08-26 13:05:27 +0100 | [diff] [blame] | 2106 | }; |
| 2107 | MODULE_DEVICE_TABLE(i2c, wm8903_i2c_id); |
| 2108 | |
| 2109 | static struct i2c_driver wm8903_i2c_driver = { |
| 2110 | .driver = { |
Mark Brown | 4b592c9 | 2011-02-09 13:47:06 +0000 | [diff] [blame] | 2111 | .name = "wm8903", |
Mark Brown | f1c0a02 | 2008-08-26 13:05:27 +0100 | [diff] [blame] | 2112 | .owner = THIS_MODULE, |
| 2113 | }, |
Liam Girdwood | f0fba2a | 2010-03-17 20:15:21 +0000 | [diff] [blame] | 2114 | .probe = wm8903_i2c_probe, |
| 2115 | .remove = __devexit_p(wm8903_i2c_remove), |
Mark Brown | f1c0a02 | 2008-08-26 13:05:27 +0100 | [diff] [blame] | 2116 | .id_table = wm8903_i2c_id, |
| 2117 | }; |
Liam Girdwood | f0fba2a | 2010-03-17 20:15:21 +0000 | [diff] [blame] | 2118 | #endif |
Mark Brown | f1c0a02 | 2008-08-26 13:05:27 +0100 | [diff] [blame] | 2119 | |
Takashi Iwai | c9b3a40 | 2008-12-10 07:47:22 +0100 | [diff] [blame] | 2120 | static int __init wm8903_modinit(void) |
Mark Brown | 64089b8 | 2008-12-08 19:17:58 +0000 | [diff] [blame] | 2121 | { |
Liam Girdwood | f0fba2a | 2010-03-17 20:15:21 +0000 | [diff] [blame] | 2122 | int ret = 0; |
| 2123 | #if defined(CONFIG_I2C) || defined(CONFIG_I2C_MODULE) |
| 2124 | ret = i2c_add_driver(&wm8903_i2c_driver); |
| 2125 | if (ret != 0) { |
| 2126 | printk(KERN_ERR "Failed to register wm8903 I2C driver: %d\n", |
| 2127 | ret); |
| 2128 | } |
| 2129 | #endif |
| 2130 | return ret; |
Mark Brown | 64089b8 | 2008-12-08 19:17:58 +0000 | [diff] [blame] | 2131 | } |
| 2132 | module_init(wm8903_modinit); |
| 2133 | |
| 2134 | static void __exit wm8903_exit(void) |
| 2135 | { |
Liam Girdwood | f0fba2a | 2010-03-17 20:15:21 +0000 | [diff] [blame] | 2136 | #if defined(CONFIG_I2C) || defined(CONFIG_I2C_MODULE) |
Mark Brown | d58d5d5 | 2008-12-10 18:36:42 +0000 | [diff] [blame] | 2137 | i2c_del_driver(&wm8903_i2c_driver); |
Liam Girdwood | f0fba2a | 2010-03-17 20:15:21 +0000 | [diff] [blame] | 2138 | #endif |
Mark Brown | 64089b8 | 2008-12-08 19:17:58 +0000 | [diff] [blame] | 2139 | } |
| 2140 | module_exit(wm8903_exit); |
| 2141 | |
Mark Brown | f1c0a02 | 2008-08-26 13:05:27 +0100 | [diff] [blame] | 2142 | MODULE_DESCRIPTION("ASoC WM8903 driver"); |
| 2143 | MODULE_AUTHOR("Mark Brown <broonie@opensource.wolfsonmicro.cm>"); |
| 2144 | MODULE_LICENSE("GPL"); |