blob: cccc316743fa682680bdf2d1d6e70b9cf8cc2ef7 [file] [log] [blame]
Peter Ujfalusifff84912012-08-14 12:07:56 +03001/*
2 * omap-twl4030.c -- SoC audio for TI SoC based boards with twl4030 codec
3 *
4 * Copyright (C) 2012 Texas Instruments Incorporated - http://www.ti.com
5 * All rights reserved.
6 *
7 * Author: Peter Ujfalusi <peter.ujfalusi@ti.com>
8 *
9 * This driver replaces the following machine drivers:
10 * omap3beagle (Author: Steve Sakoman <steve@sakoman.com>)
11 * omap3evm (Author: Anuj Aggarwal <anuj.aggarwal@ti.com>)
12 * overo (Author: Steve Sakoman <steve@sakoman.com>)
13 * igep0020 (Author: Enric Balletbo i Serra <eballetbo@iseebcn.com>)
Peter Ujfalusibd0b2862012-12-31 11:51:48 +010014 * zoom2 (Author: Misael Lopez Cruz <misael.lopez@ti.com>)
15 * sdp3430 (Author: Misael Lopez Cruz <misael.lopez@ti.com>)
Peter Ujfalusifff84912012-08-14 12:07:56 +030016 *
17 * This program is free software; you can redistribute it and/or
18 * modify it under the terms of the GNU General Public License
19 * version 2 as published by the Free Software Foundation.
20 *
21 * This program is distributed in the hope that it will be useful, but
22 * WITHOUT ANY WARRANTY; without even the implied warranty of
23 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
24 * General Public License for more details.
25 *
26 * You should have received a copy of the GNU General Public License
27 * along with this program; if not, write to the Free Software
28 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
29 * 02110-1301 USA
30 *
31 */
32
33#include <linux/platform_device.h>
34#include <linux/platform_data/omap-twl4030.h>
35#include <linux/module.h>
36#include <linux/of.h>
Peter Ujfalusibd0b2862012-12-31 11:51:48 +010037#include <linux/gpio.h>
38#include <linux/of_gpio.h>
Peter Ujfalusifff84912012-08-14 12:07:56 +030039
40#include <sound/core.h>
41#include <sound/pcm.h>
42#include <sound/soc.h>
Peter Ujfalusibd0b2862012-12-31 11:51:48 +010043#include <sound/jack.h>
Peter Ujfalusifff84912012-08-14 12:07:56 +030044
45#include "omap-mcbsp.h"
Peter Ujfalusifff84912012-08-14 12:07:56 +030046
Peter Ujfalusibd0b2862012-12-31 11:51:48 +010047struct omap_twl4030 {
48 int jack_detect; /* board can detect jack events */
49 struct snd_soc_jack hs_jack;
50};
51
Peter Ujfalusifff84912012-08-14 12:07:56 +030052static int omap_twl4030_hw_params(struct snd_pcm_substream *substream,
53 struct snd_pcm_hw_params *params)
54{
55 struct snd_soc_pcm_runtime *rtd = substream->private_data;
Peter Ujfalusifff84912012-08-14 12:07:56 +030056 unsigned int fmt;
Peter Ujfalusifff84912012-08-14 12:07:56 +030057
58 switch (params_channels(params)) {
59 case 2: /* Stereo I2S mode */
60 fmt = SND_SOC_DAIFMT_I2S |
61 SND_SOC_DAIFMT_NB_NF |
62 SND_SOC_DAIFMT_CBM_CFM;
63 break;
64 case 4: /* Four channel TDM mode */
65 fmt = SND_SOC_DAIFMT_DSP_A |
66 SND_SOC_DAIFMT_IB_NF |
67 SND_SOC_DAIFMT_CBM_CFM;
68 break;
69 default:
70 return -EINVAL;
71 }
72
Lars-Peter Clausendc1b36b2015-01-06 15:17:21 +010073 return snd_soc_runtime_set_dai_fmt(rtd, fmt);
Peter Ujfalusifff84912012-08-14 12:07:56 +030074}
75
Bhumika Goyal2261cf12017-03-18 19:34:11 +053076static const struct snd_soc_ops omap_twl4030_ops = {
Peter Ujfalusifff84912012-08-14 12:07:56 +030077 .hw_params = omap_twl4030_hw_params,
78};
79
Peter Ujfalusibd0b2862012-12-31 11:51:48 +010080static const struct snd_soc_dapm_widget dapm_widgets[] = {
81 SND_SOC_DAPM_SPK("Earpiece Spk", NULL),
82 SND_SOC_DAPM_SPK("Handsfree Spk", NULL),
83 SND_SOC_DAPM_HP("Headset Stereophone", NULL),
84 SND_SOC_DAPM_SPK("Ext Spk", NULL),
85 SND_SOC_DAPM_SPK("Carkit Spk", NULL),
86
87 SND_SOC_DAPM_MIC("Main Mic", NULL),
88 SND_SOC_DAPM_MIC("Sub Mic", NULL),
89 SND_SOC_DAPM_MIC("Headset Mic", NULL),
90 SND_SOC_DAPM_MIC("Carkit Mic", NULL),
91 SND_SOC_DAPM_MIC("Digital0 Mic", NULL),
92 SND_SOC_DAPM_MIC("Digital1 Mic", NULL),
93 SND_SOC_DAPM_LINE("Line In", NULL),
94};
95
96static const struct snd_soc_dapm_route audio_map[] = {
97 /* Headset Stereophone: HSOL, HSOR */
98 {"Headset Stereophone", NULL, "HSOL"},
99 {"Headset Stereophone", NULL, "HSOR"},
100 /* External Speakers: HFL, HFR */
101 {"Handsfree Spk", NULL, "HFL"},
102 {"Handsfree Spk", NULL, "HFR"},
103 /* External Speakers: PredrivL, PredrivR */
104 {"Ext Spk", NULL, "PREDRIVEL"},
105 {"Ext Spk", NULL, "PREDRIVER"},
106 /* Carkit speakers: CARKITL, CARKITR */
107 {"Carkit Spk", NULL, "CARKITL"},
108 {"Carkit Spk", NULL, "CARKITR"},
109 /* Earpiece */
110 {"Earpiece Spk", NULL, "EARPIECE"},
111
112 /* External Mics: MAINMIC, SUBMIC with bias */
113 {"MAINMIC", NULL, "Main Mic"},
114 {"Main Mic", NULL, "Mic Bias 1"},
115 {"SUBMIC", NULL, "Sub Mic"},
116 {"Sub Mic", NULL, "Mic Bias 2"},
117 /* Headset Mic: HSMIC with bias */
118 {"HSMIC", NULL, "Headset Mic"},
119 {"Headset Mic", NULL, "Headset Mic Bias"},
120 /* Digital Mics: DIGIMIC0, DIGIMIC1 with bias */
121 {"DIGIMIC0", NULL, "Digital0 Mic"},
122 {"Digital0 Mic", NULL, "Mic Bias 1"},
123 {"DIGIMIC1", NULL, "Digital1 Mic"},
124 {"Digital1 Mic", NULL, "Mic Bias 2"},
125 /* Carkit In: CARKITMIC */
126 {"CARKITMIC", NULL, "Carkit Mic"},
127 /* Aux In: AUXL, AUXR */
128 {"AUXL", NULL, "Line In"},
129 {"AUXR", NULL, "Line In"},
130};
131
132/* Headset jack detection DAPM pins */
133static struct snd_soc_jack_pin hs_jack_pins[] = {
134 {
135 .pin = "Headset Mic",
136 .mask = SND_JACK_MICROPHONE,
137 },
138 {
139 .pin = "Headset Stereophone",
140 .mask = SND_JACK_HEADPHONE,
141 },
142};
143
144/* Headset jack detection gpios */
145static struct snd_soc_jack_gpio hs_jack_gpios[] = {
146 {
147 .name = "hsdet-gpio",
148 .report = SND_JACK_HEADSET,
149 .debounce_time = 200,
150 },
151};
152
153static inline void twl4030_disconnect_pin(struct snd_soc_dapm_context *dapm,
154 int connected, char *pin)
155{
156 if (!connected)
157 snd_soc_dapm_disable_pin(dapm, pin);
158}
159
160static int omap_twl4030_init(struct snd_soc_pcm_runtime *rtd)
161{
Lars-Peter Clausen0596f702014-05-19 11:41:46 +0200162 struct snd_soc_card *card = rtd->card;
Lars-Peter Clausena9843112015-04-27 12:15:02 +0200163 struct snd_soc_dapm_context *dapm = &card->dapm;
Peter Ujfalusibd0b2862012-12-31 11:51:48 +0100164 struct omap_tw4030_pdata *pdata = dev_get_platdata(card->dev);
165 struct omap_twl4030 *priv = snd_soc_card_get_drvdata(card);
166 int ret = 0;
167
168 /* Headset jack detection only if it is supported */
169 if (priv->jack_detect > 0) {
170 hs_jack_gpios[0].gpio = priv->jack_detect;
171
Lars-Peter Clausenda21cf62015-03-04 10:33:27 +0100172 ret = snd_soc_card_jack_new(rtd->card, "Headset Jack",
173 SND_JACK_HEADSET, &priv->hs_jack,
174 hs_jack_pins,
175 ARRAY_SIZE(hs_jack_pins));
Peter Ujfalusibd0b2862012-12-31 11:51:48 +0100176 if (ret)
177 return ret;
178
179 ret = snd_soc_jack_add_gpios(&priv->hs_jack,
180 ARRAY_SIZE(hs_jack_gpios),
181 hs_jack_gpios);
182 if (ret)
183 return ret;
184 }
185
186 /*
187 * NULL pdata means we booted with DT. In this case the routing is
188 * provided and the card is fully routed, no need to mark pins.
189 */
190 if (!pdata || !pdata->custom_routing)
191 return ret;
192
193 /* Disable not connected paths if not used */
194 twl4030_disconnect_pin(dapm, pdata->has_ear, "Earpiece Spk");
195 twl4030_disconnect_pin(dapm, pdata->has_hf, "Handsfree Spk");
196 twl4030_disconnect_pin(dapm, pdata->has_hs, "Headset Stereophone");
197 twl4030_disconnect_pin(dapm, pdata->has_predriv, "Ext Spk");
198 twl4030_disconnect_pin(dapm, pdata->has_carkit, "Carkit Spk");
199
200 twl4030_disconnect_pin(dapm, pdata->has_mainmic, "Main Mic");
201 twl4030_disconnect_pin(dapm, pdata->has_submic, "Sub Mic");
202 twl4030_disconnect_pin(dapm, pdata->has_hsmic, "Headset Mic");
203 twl4030_disconnect_pin(dapm, pdata->has_carkitmic, "Carkit Mic");
204 twl4030_disconnect_pin(dapm, pdata->has_digimic0, "Digital0 Mic");
205 twl4030_disconnect_pin(dapm, pdata->has_digimic1, "Digital1 Mic");
206 twl4030_disconnect_pin(dapm, pdata->has_linein, "Line In");
207
208 return ret;
209}
210
Peter Ujfalusifff84912012-08-14 12:07:56 +0300211/* Digital audio interface glue - connects codec <--> CPU */
212static struct snd_soc_dai_link omap_twl4030_dai_links[] = {
213 {
Peter Ujfalusibd0b2862012-12-31 11:51:48 +0100214 .name = "TWL4030 HiFi",
215 .stream_name = "TWL4030 HiFi",
Peter Ujfalusifff84912012-08-14 12:07:56 +0300216 .cpu_dai_name = "omap-mcbsp.2",
217 .codec_dai_name = "twl4030-hifi",
Peter Ujfalusidc568f82014-04-16 15:46:22 +0300218 .platform_name = "omap-mcbsp.2",
Peter Ujfalusifff84912012-08-14 12:07:56 +0300219 .codec_name = "twl4030-codec",
Peter Ujfalusibd0b2862012-12-31 11:51:48 +0100220 .init = omap_twl4030_init,
Peter Ujfalusifff84912012-08-14 12:07:56 +0300221 .ops = &omap_twl4030_ops,
222 },
Peter Ujfalusibd0b2862012-12-31 11:51:48 +0100223 {
224 .name = "TWL4030 Voice",
225 .stream_name = "TWL4030 Voice",
226 .cpu_dai_name = "omap-mcbsp.3",
227 .codec_dai_name = "twl4030-voice",
Peter Ujfalusifdaf42c2014-08-29 13:30:23 +0300228 .platform_name = "omap-mcbsp.3",
Peter Ujfalusibd0b2862012-12-31 11:51:48 +0100229 .codec_name = "twl4030-codec",
230 .dai_fmt = SND_SOC_DAIFMT_DSP_A | SND_SOC_DAIFMT_IB_NF |
231 SND_SOC_DAIFMT_CBM_CFM,
232 },
Peter Ujfalusifff84912012-08-14 12:07:56 +0300233};
234
235/* Audio machine driver */
236static struct snd_soc_card omap_twl4030_card = {
237 .owner = THIS_MODULE,
238 .dai_link = omap_twl4030_dai_links,
239 .num_links = ARRAY_SIZE(omap_twl4030_dai_links),
Peter Ujfalusibd0b2862012-12-31 11:51:48 +0100240
241 .dapm_widgets = dapm_widgets,
242 .num_dapm_widgets = ARRAY_SIZE(dapm_widgets),
243 .dapm_routes = audio_map,
244 .num_dapm_routes = ARRAY_SIZE(audio_map),
Peter Ujfalusifff84912012-08-14 12:07:56 +0300245};
246
Bill Pemberton7ff60002012-12-07 09:26:29 -0500247static int omap_twl4030_probe(struct platform_device *pdev)
Peter Ujfalusifff84912012-08-14 12:07:56 +0300248{
249 struct omap_tw4030_pdata *pdata = dev_get_platdata(&pdev->dev);
250 struct device_node *node = pdev->dev.of_node;
251 struct snd_soc_card *card = &omap_twl4030_card;
Peter Ujfalusibd0b2862012-12-31 11:51:48 +0100252 struct omap_twl4030 *priv;
Peter Ujfalusifff84912012-08-14 12:07:56 +0300253 int ret = 0;
254
255 card->dev = &pdev->dev;
256
Peter Ujfalusibd0b2862012-12-31 11:51:48 +0100257 priv = devm_kzalloc(&pdev->dev, sizeof(struct omap_twl4030), GFP_KERNEL);
258 if (priv == NULL)
259 return -ENOMEM;
260
Peter Ujfalusifff84912012-08-14 12:07:56 +0300261 if (node) {
262 struct device_node *dai_node;
Peter Ujfalusibd0b2862012-12-31 11:51:48 +0100263 struct property *prop;
Peter Ujfalusifff84912012-08-14 12:07:56 +0300264
265 if (snd_soc_of_parse_card_name(card, "ti,model")) {
266 dev_err(&pdev->dev, "Card name is not provided\n");
267 return -ENODEV;
268 }
269
270 dai_node = of_parse_phandle(node, "ti,mcbsp", 0);
271 if (!dai_node) {
272 dev_err(&pdev->dev, "McBSP node is not provided\n");
273 return -EINVAL;
274 }
275 omap_twl4030_dai_links[0].cpu_dai_name = NULL;
276 omap_twl4030_dai_links[0].cpu_of_node = dai_node;
277
Peter Ujfalusidc568f82014-04-16 15:46:22 +0300278 omap_twl4030_dai_links[0].platform_name = NULL;
279 omap_twl4030_dai_links[0].platform_of_node = dai_node;
280
Peter Ujfalusibd0b2862012-12-31 11:51:48 +0100281 dai_node = of_parse_phandle(node, "ti,mcbsp-voice", 0);
282 if (!dai_node) {
283 card->num_links = 1;
284 } else {
285 omap_twl4030_dai_links[1].cpu_dai_name = NULL;
286 omap_twl4030_dai_links[1].cpu_of_node = dai_node;
Peter Ujfalusidc568f82014-04-16 15:46:22 +0300287
288 omap_twl4030_dai_links[1].platform_name = NULL;
289 omap_twl4030_dai_links[1].platform_of_node = dai_node;
Peter Ujfalusibd0b2862012-12-31 11:51:48 +0100290 }
291
292 priv->jack_detect = of_get_named_gpio(node,
293 "ti,jack-det-gpio", 0);
294
295 /* Optional: audio routing can be provided */
296 prop = of_find_property(node, "ti,audio-routing", NULL);
297 if (prop) {
298 ret = snd_soc_of_parse_audio_routing(card,
299 "ti,audio-routing");
300 if (ret)
301 return ret;
302
303 card->fully_routed = 1;
304 }
Peter Ujfalusifff84912012-08-14 12:07:56 +0300305 } else if (pdata) {
306 if (pdata->card_name) {
307 card->name = pdata->card_name;
308 } else {
309 dev_err(&pdev->dev, "Card name is not provided\n");
310 return -ENODEV;
311 }
Peter Ujfalusibd0b2862012-12-31 11:51:48 +0100312
313 if (!pdata->voice_connected)
314 card->num_links = 1;
315
316 priv->jack_detect = pdata->jack_detect;
Peter Ujfalusifff84912012-08-14 12:07:56 +0300317 } else {
318 dev_err(&pdev->dev, "Missing pdata\n");
319 return -ENODEV;
320 }
321
Peter Ujfalusibd0b2862012-12-31 11:51:48 +0100322 snd_soc_card_set_drvdata(card, priv);
Sachin Kamat67a48b82013-09-17 09:53:59 +0530323 ret = devm_snd_soc_register_card(&pdev->dev, card);
Peter Ujfalusifff84912012-08-14 12:07:56 +0300324 if (ret) {
Sachin Kamat67a48b82013-09-17 09:53:59 +0530325 dev_err(&pdev->dev, "devm_snd_soc_register_card() failed: %d\n",
Peter Ujfalusifff84912012-08-14 12:07:56 +0300326 ret);
327 return ret;
328 }
329
330 return 0;
331}
332
Peter Ujfalusifff84912012-08-14 12:07:56 +0300333static const struct of_device_id omap_twl4030_of_match[] = {
334 {.compatible = "ti,omap-twl4030", },
335 { },
336};
337MODULE_DEVICE_TABLE(of, omap_twl4030_of_match);
338
339static struct platform_driver omap_twl4030_driver = {
340 .driver = {
341 .name = "omap-twl4030",
Peter Ujfalusifff84912012-08-14 12:07:56 +0300342 .pm = &snd_soc_pm_ops,
343 .of_match_table = omap_twl4030_of_match,
344 },
345 .probe = omap_twl4030_probe,
Peter Ujfalusifff84912012-08-14 12:07:56 +0300346};
347
348module_platform_driver(omap_twl4030_driver);
349
350MODULE_AUTHOR("Peter Ujfalusi <peter.ujfalusi@ti.com>");
351MODULE_DESCRIPTION("ALSA SoC for TI SoC based boards with twl4030 codec");
352MODULE_LICENSE("GPL");
353MODULE_ALIAS("platform:omap-twl4030");