]> Pileus Git - ~andy/linux/blob - sound/soc/codecs/wm8523.c
Merge branch 'for-3.1' into for-3.2
[~andy/linux] / sound / soc / codecs / wm8523.c
1 /*
2  * wm8523.c  --  WM8523 ALSA SoC Audio driver
3  *
4  * Copyright 2009 Wolfson Microelectronics plc
5  *
6  * Author: Mark Brown <broonie@opensource.wolfsonmicro.com>
7  *
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
14 #include <linux/module.h>
15 #include <linux/moduleparam.h>
16 #include <linux/init.h>
17 #include <linux/delay.h>
18 #include <linux/pm.h>
19 #include <linux/i2c.h>
20 #include <linux/platform_device.h>
21 #include <linux/regulator/consumer.h>
22 #include <linux/slab.h>
23 #include <linux/of_device.h>
24 #include <sound/core.h>
25 #include <sound/pcm.h>
26 #include <sound/pcm_params.h>
27 #include <sound/soc.h>
28 #include <sound/initval.h>
29 #include <sound/tlv.h>
30
31 #include "wm8523.h"
32
33 #define WM8523_NUM_SUPPLIES 2
34 static const char *wm8523_supply_names[WM8523_NUM_SUPPLIES] = {
35         "AVDD",
36         "LINEVDD",
37 };
38
39 #define WM8523_NUM_RATES 7
40
41 /* codec private data */
42 struct wm8523_priv {
43         enum snd_soc_control_type control_type;
44         struct regulator_bulk_data supplies[WM8523_NUM_SUPPLIES];
45         unsigned int sysclk;
46         unsigned int rate_constraint_list[WM8523_NUM_RATES];
47         struct snd_pcm_hw_constraint_list rate_constraint;
48 };
49
50 static const u16 wm8523_reg[WM8523_REGISTER_COUNT] = {
51         0x8523,     /* R0 - DEVICE_ID */
52         0x0001,     /* R1 - REVISION */
53         0x0000,     /* R2 - PSCTRL1 */
54         0x1812,     /* R3 - AIF_CTRL1 */
55         0x0000,     /* R4 - AIF_CTRL2 */
56         0x0001,     /* R5 - DAC_CTRL3 */
57         0x0190,     /* R6 - DAC_GAINL */
58         0x0190,     /* R7 - DAC_GAINR */
59         0x0000,     /* R8 - ZERO_DETECT */
60 };
61
62 static int wm8523_volatile_register(struct snd_soc_codec *codec, unsigned int reg)
63 {
64         switch (reg) {
65         case WM8523_DEVICE_ID:
66         case WM8523_REVISION:
67                 return 1;
68         default:
69                 return 0;
70         }
71 }
72
73 static int wm8523_reset(struct snd_soc_codec *codec)
74 {
75         return snd_soc_write(codec, WM8523_DEVICE_ID, 0);
76 }
77
78 static const DECLARE_TLV_DB_SCALE(dac_tlv, -10000, 25, 0);
79
80 static const char *wm8523_zd_count_text[] = {
81         "1024",
82         "2048",
83 };
84
85 static const struct soc_enum wm8523_zc_count =
86         SOC_ENUM_SINGLE(WM8523_ZERO_DETECT, 0, 2, wm8523_zd_count_text);
87
88 static const struct snd_kcontrol_new wm8523_snd_controls[] = {
89 SOC_DOUBLE_R_TLV("Playback Volume", WM8523_DAC_GAINL, WM8523_DAC_GAINR,
90                  0, 448, 0, dac_tlv),
91 SOC_SINGLE("ZC Switch", WM8523_DAC_CTRL3, 4, 1, 0),
92 SOC_SINGLE("Playback Deemphasis Switch", WM8523_AIF_CTRL1, 8, 1, 0),
93 SOC_DOUBLE("Playback Switch", WM8523_DAC_CTRL3, 2, 3, 1, 1),
94 SOC_SINGLE("Volume Ramp Up Switch", WM8523_DAC_CTRL3, 1, 1, 0),
95 SOC_SINGLE("Volume Ramp Down Switch", WM8523_DAC_CTRL3, 0, 1, 0),
96 SOC_ENUM("Zero Detect Count", wm8523_zc_count),
97 };
98
99 static const struct snd_soc_dapm_widget wm8523_dapm_widgets[] = {
100 SND_SOC_DAPM_DAC("DAC", "Playback", SND_SOC_NOPM, 0, 0),
101 SND_SOC_DAPM_OUTPUT("LINEVOUTL"),
102 SND_SOC_DAPM_OUTPUT("LINEVOUTR"),
103 };
104
105 static const struct snd_soc_dapm_route intercon[] = {
106         { "LINEVOUTL", NULL, "DAC" },
107         { "LINEVOUTR", NULL, "DAC" },
108 };
109
110 static int wm8523_add_widgets(struct snd_soc_codec *codec)
111 {
112         struct snd_soc_dapm_context *dapm = &codec->dapm;
113
114         snd_soc_dapm_new_controls(dapm, wm8523_dapm_widgets,
115                                   ARRAY_SIZE(wm8523_dapm_widgets));
116         snd_soc_dapm_add_routes(dapm, intercon, ARRAY_SIZE(intercon));
117
118         return 0;
119 }
120
121 static struct {
122         int value;
123         int ratio;
124 } lrclk_ratios[WM8523_NUM_RATES] = {
125         { 1, 128 },
126         { 2, 192 },
127         { 3, 256 },
128         { 4, 384 },
129         { 5, 512 },
130         { 6, 768 },
131         { 7, 1152 },
132 };
133
134 static int wm8523_startup(struct snd_pcm_substream *substream,
135                           struct snd_soc_dai *dai)
136 {
137         struct snd_soc_codec *codec = dai->codec;
138         struct wm8523_priv *wm8523 = snd_soc_codec_get_drvdata(codec);
139
140         /* The set of sample rates that can be supported depends on the
141          * MCLK supplied to the CODEC - enforce this.
142          */
143         if (!wm8523->sysclk) {
144                 dev_err(codec->dev,
145                         "No MCLK configured, call set_sysclk() on init\n");
146                 return -EINVAL;
147         }
148
149         snd_pcm_hw_constraint_list(substream->runtime, 0,
150                                    SNDRV_PCM_HW_PARAM_RATE,
151                                    &wm8523->rate_constraint);
152
153         return 0;
154 }
155
156 static int wm8523_hw_params(struct snd_pcm_substream *substream,
157                             struct snd_pcm_hw_params *params,
158                             struct snd_soc_dai *dai)
159 {
160         struct snd_soc_pcm_runtime *rtd = substream->private_data;
161         struct snd_soc_codec *codec = rtd->codec;
162         struct wm8523_priv *wm8523 = snd_soc_codec_get_drvdata(codec);
163         int i;
164         u16 aifctrl1 = snd_soc_read(codec, WM8523_AIF_CTRL1);
165         u16 aifctrl2 = snd_soc_read(codec, WM8523_AIF_CTRL2);
166
167         /* Find a supported LRCLK ratio */
168         for (i = 0; i < ARRAY_SIZE(lrclk_ratios); i++) {
169                 if (wm8523->sysclk / params_rate(params) ==
170                     lrclk_ratios[i].ratio)
171                         break;
172         }
173
174         /* Should never happen, should be handled by constraints */
175         if (i == ARRAY_SIZE(lrclk_ratios)) {
176                 dev_err(codec->dev, "MCLK/fs ratio %d unsupported\n",
177                         wm8523->sysclk / params_rate(params));
178                 return -EINVAL;
179         }
180
181         aifctrl2 &= ~WM8523_SR_MASK;
182         aifctrl2 |= lrclk_ratios[i].value;
183
184         aifctrl1 &= ~WM8523_WL_MASK;
185         switch (params_format(params)) {
186         case SNDRV_PCM_FORMAT_S16_LE:
187                 break;
188         case SNDRV_PCM_FORMAT_S20_3LE:
189                 aifctrl1 |= 0x8;
190                 break;
191         case SNDRV_PCM_FORMAT_S24_LE:
192                 aifctrl1 |= 0x10;
193                 break;
194         case SNDRV_PCM_FORMAT_S32_LE:
195                 aifctrl1 |= 0x18;
196                 break;
197         }
198
199         snd_soc_write(codec, WM8523_AIF_CTRL1, aifctrl1);
200         snd_soc_write(codec, WM8523_AIF_CTRL2, aifctrl2);
201
202         return 0;
203 }
204
205 static int wm8523_set_dai_sysclk(struct snd_soc_dai *codec_dai,
206                 int clk_id, unsigned int freq, int dir)
207 {
208         struct snd_soc_codec *codec = codec_dai->codec;
209         struct wm8523_priv *wm8523 = snd_soc_codec_get_drvdata(codec);
210         unsigned int val;
211         int i;
212
213         wm8523->sysclk = freq;
214
215         wm8523->rate_constraint.count = 0;
216         for (i = 0; i < ARRAY_SIZE(lrclk_ratios); i++) {
217                 val = freq / lrclk_ratios[i].ratio;
218                 /* Check that it's a standard rate since core can't
219                  * cope with others and having the odd rates confuses
220                  * constraint matching.
221                  */
222                 switch (val) {
223                 case 8000:
224                 case 11025:
225                 case 16000:
226                 case 22050:
227                 case 32000:
228                 case 44100:
229                 case 48000:
230                 case 64000:
231                 case 88200:
232                 case 96000:
233                 case 176400:
234                 case 192000:
235                         dev_dbg(codec->dev, "Supported sample rate: %dHz\n",
236                                 val);
237                         wm8523->rate_constraint_list[i] = val;
238                         wm8523->rate_constraint.count++;
239                         break;
240                 default:
241                         dev_dbg(codec->dev, "Skipping sample rate: %dHz\n",
242                                 val);
243                 }
244         }
245
246         /* Need at least one supported rate... */
247         if (wm8523->rate_constraint.count == 0)
248                 return -EINVAL;
249
250         return 0;
251 }
252
253
254 static int wm8523_set_dai_fmt(struct snd_soc_dai *codec_dai,
255                 unsigned int fmt)
256 {
257         struct snd_soc_codec *codec = codec_dai->codec;
258         u16 aifctrl1 = snd_soc_read(codec, WM8523_AIF_CTRL1);
259
260         aifctrl1 &= ~(WM8523_BCLK_INV_MASK | WM8523_LRCLK_INV_MASK |
261                       WM8523_FMT_MASK | WM8523_AIF_MSTR_MASK);
262
263         switch (fmt & SND_SOC_DAIFMT_MASTER_MASK) {
264         case SND_SOC_DAIFMT_CBM_CFM:
265                 aifctrl1 |= WM8523_AIF_MSTR;
266                 break;
267         case SND_SOC_DAIFMT_CBS_CFS:
268                 break;
269         default:
270                 return -EINVAL;
271         }
272
273         switch (fmt & SND_SOC_DAIFMT_FORMAT_MASK) {
274         case SND_SOC_DAIFMT_I2S:
275                 aifctrl1 |= 0x0002;
276                 break;
277         case SND_SOC_DAIFMT_RIGHT_J:
278                 break;
279         case SND_SOC_DAIFMT_LEFT_J:
280                 aifctrl1 |= 0x0001;
281                 break;
282         case SND_SOC_DAIFMT_DSP_A:
283                 aifctrl1 |= 0x0003;
284                 break;
285         case SND_SOC_DAIFMT_DSP_B:
286                 aifctrl1 |= 0x0023;
287                 break;
288         default:
289                 return -EINVAL;
290         }
291
292         switch (fmt & SND_SOC_DAIFMT_INV_MASK) {
293         case SND_SOC_DAIFMT_NB_NF:
294                 break;
295         case SND_SOC_DAIFMT_IB_IF:
296                 aifctrl1 |= WM8523_BCLK_INV | WM8523_LRCLK_INV;
297                 break;
298         case SND_SOC_DAIFMT_IB_NF:
299                 aifctrl1 |= WM8523_BCLK_INV;
300                 break;
301         case SND_SOC_DAIFMT_NB_IF:
302                 aifctrl1 |= WM8523_LRCLK_INV;
303                 break;
304         default:
305                 return -EINVAL;
306         }
307
308         snd_soc_write(codec, WM8523_AIF_CTRL1, aifctrl1);
309
310         return 0;
311 }
312
313 static int wm8523_set_bias_level(struct snd_soc_codec *codec,
314                                  enum snd_soc_bias_level level)
315 {
316         struct wm8523_priv *wm8523 = snd_soc_codec_get_drvdata(codec);
317         u16 *reg_cache = codec->reg_cache;
318         int ret, i;
319
320         switch (level) {
321         case SND_SOC_BIAS_ON:
322                 break;
323
324         case SND_SOC_BIAS_PREPARE:
325                 /* Full power on */
326                 snd_soc_update_bits(codec, WM8523_PSCTRL1,
327                                     WM8523_SYS_ENA_MASK, 3);
328                 break;
329
330         case SND_SOC_BIAS_STANDBY:
331                 if (codec->dapm.bias_level == SND_SOC_BIAS_OFF) {
332                         ret = regulator_bulk_enable(ARRAY_SIZE(wm8523->supplies),
333                                                     wm8523->supplies);
334                         if (ret != 0) {
335                                 dev_err(codec->dev,
336                                         "Failed to enable supplies: %d\n",
337                                         ret);
338                                 return ret;
339                         }
340
341                         /* Initial power up */
342                         snd_soc_update_bits(codec, WM8523_PSCTRL1,
343                                             WM8523_SYS_ENA_MASK, 1);
344
345                         /* Sync back default/cached values */
346                         for (i = WM8523_AIF_CTRL1;
347                              i < WM8523_MAX_REGISTER; i++)
348                                 snd_soc_write(codec, i, reg_cache[i]);
349
350
351                         msleep(100);
352                 }
353
354                 /* Power up to mute */
355                 snd_soc_update_bits(codec, WM8523_PSCTRL1,
356                                     WM8523_SYS_ENA_MASK, 2);
357
358                 break;
359
360         case SND_SOC_BIAS_OFF:
361                 /* The chip runs through the power down sequence for us. */
362                 snd_soc_update_bits(codec, WM8523_PSCTRL1,
363                                     WM8523_SYS_ENA_MASK, 0);
364                 msleep(100);
365
366                 regulator_bulk_disable(ARRAY_SIZE(wm8523->supplies),
367                                        wm8523->supplies);
368                 break;
369         }
370         codec->dapm.bias_level = level;
371         return 0;
372 }
373
374 #define WM8523_RATES SNDRV_PCM_RATE_8000_192000
375
376 #define WM8523_FORMATS (SNDRV_PCM_FMTBIT_S16_LE | SNDRV_PCM_FMTBIT_S20_3LE |\
377                         SNDRV_PCM_FMTBIT_S24_LE | SNDRV_PCM_FMTBIT_S32_LE)
378
379 static struct snd_soc_dai_ops wm8523_dai_ops = {
380         .startup        = wm8523_startup,
381         .hw_params      = wm8523_hw_params,
382         .set_sysclk     = wm8523_set_dai_sysclk,
383         .set_fmt        = wm8523_set_dai_fmt,
384 };
385
386 static struct snd_soc_dai_driver wm8523_dai = {
387         .name = "wm8523-hifi",
388         .playback = {
389                 .stream_name = "Playback",
390                 .channels_min = 2,  /* Mono modes not yet supported */
391                 .channels_max = 2,
392                 .rates = WM8523_RATES,
393                 .formats = WM8523_FORMATS,
394         },
395         .ops = &wm8523_dai_ops,
396 };
397
398 #ifdef CONFIG_PM
399 static int wm8523_suspend(struct snd_soc_codec *codec, pm_message_t state)
400 {
401         wm8523_set_bias_level(codec, SND_SOC_BIAS_OFF);
402         return 0;
403 }
404
405 static int wm8523_resume(struct snd_soc_codec *codec)
406 {
407         wm8523_set_bias_level(codec, SND_SOC_BIAS_STANDBY);
408         return 0;
409 }
410 #else
411 #define wm8523_suspend NULL
412 #define wm8523_resume NULL
413 #endif
414
415 static int wm8523_probe(struct snd_soc_codec *codec)
416 {
417         struct wm8523_priv *wm8523 = snd_soc_codec_get_drvdata(codec);
418         int ret, i;
419
420         codec->hw_write = (hw_write_t)i2c_master_send;
421         wm8523->rate_constraint.list = &wm8523->rate_constraint_list[0];
422         wm8523->rate_constraint.count =
423                 ARRAY_SIZE(wm8523->rate_constraint_list);
424
425         ret = snd_soc_codec_set_cache_io(codec, 8, 16, wm8523->control_type);
426         if (ret != 0) {
427                 dev_err(codec->dev, "Failed to set cache I/O: %d\n", ret);
428                 return ret;
429         }
430
431         for (i = 0; i < ARRAY_SIZE(wm8523->supplies); i++)
432                 wm8523->supplies[i].supply = wm8523_supply_names[i];
433
434         ret = regulator_bulk_get(codec->dev, ARRAY_SIZE(wm8523->supplies),
435                                  wm8523->supplies);
436         if (ret != 0) {
437                 dev_err(codec->dev, "Failed to request supplies: %d\n", ret);
438                 return ret;
439         }
440
441         ret = regulator_bulk_enable(ARRAY_SIZE(wm8523->supplies),
442                                     wm8523->supplies);
443         if (ret != 0) {
444                 dev_err(codec->dev, "Failed to enable supplies: %d\n", ret);
445                 goto err_get;
446         }
447
448         ret = snd_soc_read(codec, WM8523_DEVICE_ID);
449         if (ret < 0) {
450                 dev_err(codec->dev, "Failed to read ID register\n");
451                 goto err_enable;
452         }
453         if (ret != wm8523_reg[WM8523_DEVICE_ID]) {
454                 dev_err(codec->dev, "Device is not a WM8523, ID is %x\n", ret);
455                 ret = -EINVAL;
456                 goto err_enable;
457         }
458
459         ret = snd_soc_read(codec, WM8523_REVISION);
460         if (ret < 0) {
461                 dev_err(codec->dev, "Failed to read revision register\n");
462                 goto err_enable;
463         }
464         dev_info(codec->dev, "revision %c\n",
465                  (ret & WM8523_CHIP_REV_MASK) + 'A');
466
467         ret = wm8523_reset(codec);
468         if (ret < 0) {
469                 dev_err(codec->dev, "Failed to issue reset\n");
470                 goto err_enable;
471         }
472
473         /* Change some default settings - latch VU and enable ZC */
474         snd_soc_update_bits(codec, WM8523_DAC_GAINR,
475                             WM8523_DACR_VU, WM8523_DACR_VU);
476         snd_soc_update_bits(codec, WM8523_DAC_CTRL3, WM8523_ZC, WM8523_ZC);
477
478         wm8523_set_bias_level(codec, SND_SOC_BIAS_STANDBY);
479
480         /* Bias level configuration will have done an extra enable */
481         regulator_bulk_disable(ARRAY_SIZE(wm8523->supplies), wm8523->supplies);
482
483         snd_soc_add_controls(codec, wm8523_snd_controls,
484                              ARRAY_SIZE(wm8523_snd_controls));
485         wm8523_add_widgets(codec);
486
487         return 0;
488
489 err_enable:
490         regulator_bulk_disable(ARRAY_SIZE(wm8523->supplies), wm8523->supplies);
491 err_get:
492         regulator_bulk_free(ARRAY_SIZE(wm8523->supplies), wm8523->supplies);
493
494         return ret;
495 }
496
497 static int wm8523_remove(struct snd_soc_codec *codec)
498 {
499         struct wm8523_priv *wm8523 = snd_soc_codec_get_drvdata(codec);
500
501         wm8523_set_bias_level(codec, SND_SOC_BIAS_OFF);
502         regulator_bulk_free(ARRAY_SIZE(wm8523->supplies), wm8523->supplies);
503         return 0;
504 }
505
506 static struct snd_soc_codec_driver soc_codec_dev_wm8523 = {
507         .probe =        wm8523_probe,
508         .remove =       wm8523_remove,
509         .suspend =      wm8523_suspend,
510         .resume =       wm8523_resume,
511         .set_bias_level = wm8523_set_bias_level,
512         .reg_cache_size = WM8523_REGISTER_COUNT,
513         .reg_word_size = sizeof(u16),
514         .reg_cache_default = wm8523_reg,
515         .volatile_register = wm8523_volatile_register,
516 };
517
518 static const struct of_device_id wm8523_of_match[] = {
519         { .compatible = "wlf,wm8523" },
520         { },
521 };
522
523 #if defined(CONFIG_I2C) || defined(CONFIG_I2C_MODULE)
524 static __devinit int wm8523_i2c_probe(struct i2c_client *i2c,
525                                       const struct i2c_device_id *id)
526 {
527         struct wm8523_priv *wm8523;
528         int ret;
529
530         wm8523 = kzalloc(sizeof(struct wm8523_priv), GFP_KERNEL);
531         if (wm8523 == NULL)
532                 return -ENOMEM;
533
534         i2c_set_clientdata(i2c, wm8523);
535         wm8523->control_type = SND_SOC_I2C;
536
537         ret =  snd_soc_register_codec(&i2c->dev,
538                         &soc_codec_dev_wm8523, &wm8523_dai, 1);
539         if (ret < 0)
540                 kfree(wm8523);
541         return ret;
542
543 }
544
545 static __devexit int wm8523_i2c_remove(struct i2c_client *client)
546 {
547         snd_soc_unregister_codec(&client->dev);
548         kfree(i2c_get_clientdata(client));
549         return 0;
550 }
551
552 static const struct i2c_device_id wm8523_i2c_id[] = {
553         { "wm8523", 0 },
554         { }
555 };
556 MODULE_DEVICE_TABLE(i2c, wm8523_i2c_id);
557
558 static struct i2c_driver wm8523_i2c_driver = {
559         .driver = {
560                 .name = "wm8523",
561                 .owner = THIS_MODULE,
562                 .of_match_table = wm8523_of_match,
563         },
564         .probe =    wm8523_i2c_probe,
565         .remove =   __devexit_p(wm8523_i2c_remove),
566         .id_table = wm8523_i2c_id,
567 };
568 #endif
569
570 static int __init wm8523_modinit(void)
571 {
572         int ret;
573 #if defined(CONFIG_I2C) || defined(CONFIG_I2C_MODULE)
574         ret = i2c_add_driver(&wm8523_i2c_driver);
575         if (ret != 0) {
576                 printk(KERN_ERR "Failed to register WM8523 I2C driver: %d\n",
577                        ret);
578         }
579 #endif
580         return 0;
581 }
582 module_init(wm8523_modinit);
583
584 static void __exit wm8523_exit(void)
585 {
586 #if defined(CONFIG_I2C) || defined(CONFIG_I2C_MODULE)
587         i2c_del_driver(&wm8523_i2c_driver);
588 #endif
589 }
590 module_exit(wm8523_exit);
591
592 MODULE_DESCRIPTION("ASoC WM8523 driver");
593 MODULE_AUTHOR("Mark Brown <broonie@opensource.wolfsonmicro.com>");
594 MODULE_LICENSE("GPL");