blob: 4388de9b81f2323b3225ff5cfb8bfb3826915409 [file] [log] [blame]
Misael Lopez Cruz5e64d6a2010-05-17 19:53:10 -05001/*
Peter Ujfalusi13f81d62011-12-07 15:54:50 +02002 * omap-abe-twl6040.c -- SoC audio for TI OMAP based boards with ABE and
3 * twl6040 codec
Misael Lopez Cruz5e64d6a2010-05-17 19:53:10 -05004 *
Peter Ujfalusi8747a6b2011-12-07 15:31:26 +02005 * Author: Misael Lopez Cruz <misael.lopez@ti.com>
Misael Lopez Cruz5e64d6a2010-05-17 19:53:10 -05006 *
7 * This program is free software; you can redistribute it and/or
8 * modify it under the terms of the GNU General Public License
9 * version 2 as published by the Free Software Foundation.
10 *
11 * This program is distributed in the hope that it will be useful, but
12 * WITHOUT ANY WARRANTY; without even the implied warranty of
13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
14 * General Public License for more details.
15 *
16 * You should have received a copy of the GNU General Public License
17 * along with this program; if not, write to the Free Software
18 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
19 * 02110-1301 USA
20 *
21 */
22
23#include <linux/clk.h>
24#include <linux/platform_device.h>
Misael Lopez Cruzfb34d3d2011-05-01 21:27:00 -050025#include <linux/mfd/twl6040.h>
Peter Ujfalusid1be1d22011-12-08 11:07:42 +020026#include <linux/platform_data/omap-abe-twl6040.h>
Paul Gortmakerda155d52011-07-15 12:38:28 -040027#include <linux/module.h>
Misael Lopez Cruzfb34d3d2011-05-01 21:27:00 -050028
Misael Lopez Cruz5e64d6a2010-05-17 19:53:10 -050029#include <sound/core.h>
30#include <sound/pcm.h>
31#include <sound/soc.h>
Jorge Eduardo Candelaria96dc2272010-12-10 20:45:19 -060032#include <sound/jack.h>
Misael Lopez Cruz5e64d6a2010-05-17 19:53:10 -050033
34#include <asm/mach-types.h>
35#include <plat/hardware.h>
36#include <plat/mux.h>
37
Peter Ujfalusi6524c8e2011-11-28 15:45:43 +020038#include "omap-dmic.h"
Misael Lopez Cruzf5f9d7b2011-07-05 19:50:45 +030039#include "omap-mcpdm.h"
Misael Lopez Cruz5e64d6a2010-05-17 19:53:10 -050040#include "omap-pcm.h"
41#include "../codecs/twl6040.h"
42
Peter Ujfalusi13f81d62011-12-07 15:54:50 +020043static int omap_abe_hw_params(struct snd_pcm_substream *substream,
Misael Lopez Cruz5e64d6a2010-05-17 19:53:10 -050044 struct snd_pcm_hw_params *params)
45{
46 struct snd_soc_pcm_runtime *rtd = substream->private_data;
Liam Girdwoodf0fba2a2010-03-17 20:15:21 +000047 struct snd_soc_dai *codec_dai = rtd->codec_dai;
Peter Ujfalusi62ba98c2012-01-24 12:36:10 +020048 struct snd_soc_codec *codec = rtd->codec;
49 struct snd_soc_card *card = codec->card;
50 struct omap_abe_twl6040_data *pdata = dev_get_platdata(card->dev);
Misael Lopez Cruz5e64d6a2010-05-17 19:53:10 -050051 int clk_id, freq;
52 int ret;
53
Peter Ujfalusiaf958c72011-06-27 17:03:14 +030054 clk_id = twl6040_get_clk_id(rtd->codec);
55 if (clk_id == TWL6040_SYSCLK_SEL_HPPLL)
Peter Ujfalusi62ba98c2012-01-24 12:36:10 +020056 freq = pdata->mclk_freq;
Peter Ujfalusiaf958c72011-06-27 17:03:14 +030057 else if (clk_id == TWL6040_SYSCLK_SEL_LPPLL)
Misael Lopez Cruz5e64d6a2010-05-17 19:53:10 -050058 freq = 32768;
Peter Ujfalusiaf958c72011-06-27 17:03:14 +030059 else
60 return -EINVAL;
Misael Lopez Cruz5e64d6a2010-05-17 19:53:10 -050061
62 /* set the codec mclk */
63 ret = snd_soc_dai_set_sysclk(codec_dai, clk_id, freq,
64 SND_SOC_CLOCK_IN);
65 if (ret) {
66 printk(KERN_ERR "can't set codec system clock\n");
67 return ret;
68 }
Liam Girdwoodf0fba2a2010-03-17 20:15:21 +000069 return ret;
Misael Lopez Cruz5e64d6a2010-05-17 19:53:10 -050070}
71
Peter Ujfalusi13f81d62011-12-07 15:54:50 +020072static struct snd_soc_ops omap_abe_ops = {
73 .hw_params = omap_abe_hw_params,
Misael Lopez Cruz5e64d6a2010-05-17 19:53:10 -050074};
75
Peter Ujfalusi13f81d62011-12-07 15:54:50 +020076static int omap_abe_dmic_hw_params(struct snd_pcm_substream *substream,
Peter Ujfalusi6524c8e2011-11-28 15:45:43 +020077 struct snd_pcm_hw_params *params)
78{
79 struct snd_soc_pcm_runtime *rtd = substream->private_data;
80 struct snd_soc_dai *cpu_dai = rtd->cpu_dai;
81 int ret = 0;
82
83 ret = snd_soc_dai_set_sysclk(cpu_dai, OMAP_DMIC_SYSCLK_PAD_CLKS,
84 19200000, SND_SOC_CLOCK_IN);
85 if (ret < 0) {
86 printk(KERN_ERR "can't set DMIC cpu system clock\n");
87 return ret;
88 }
89 ret = snd_soc_dai_set_sysclk(cpu_dai, OMAP_DMIC_ABE_DMIC_CLK, 2400000,
90 SND_SOC_CLOCK_OUT);
91 if (ret < 0) {
92 printk(KERN_ERR "can't set DMIC output clock\n");
93 return ret;
94 }
95 return 0;
96}
97
Peter Ujfalusi13f81d62011-12-07 15:54:50 +020098static struct snd_soc_ops omap_abe_dmic_ops = {
99 .hw_params = omap_abe_dmic_hw_params,
Peter Ujfalusi6524c8e2011-11-28 15:45:43 +0200100};
101
Jorge Eduardo Candelaria96dc2272010-12-10 20:45:19 -0600102/* Headset jack */
103static struct snd_soc_jack hs_jack;
104
105/*Headset jack detection DAPM pins */
106static struct snd_soc_jack_pin hs_jack_pins[] = {
107 {
108 .pin = "Headset Mic",
109 .mask = SND_JACK_MICROPHONE,
110 },
111 {
112 .pin = "Headset Stereophone",
113 .mask = SND_JACK_HEADPHONE,
114 },
115};
116
Misael Lopez Cruz5e64d6a2010-05-17 19:53:10 -0500117/* SDP4430 machine DAPM */
Peter Ujfalusi13f81d62011-12-07 15:54:50 +0200118static const struct snd_soc_dapm_widget twl6040_dapm_widgets[] = {
Peter Ujfalusib3208832011-12-22 12:55:49 +0200119 /* Outputs */
Misael Lopez Cruz5e64d6a2010-05-17 19:53:10 -0500120 SND_SOC_DAPM_HP("Headset Stereophone", NULL),
Jorge Eduardo Candelaria7254e2b2010-05-18 12:44:17 -0500121 SND_SOC_DAPM_SPK("Earphone Spk", NULL),
Peter Ujfalusib3208832011-12-22 12:55:49 +0200122 SND_SOC_DAPM_SPK("Ext Spk", NULL),
123 SND_SOC_DAPM_LINE("Line Out", NULL),
124 SND_SOC_DAPM_SPK("Vibrator", NULL),
125
126 /* Inputs */
127 SND_SOC_DAPM_MIC("Headset Mic", NULL),
128 SND_SOC_DAPM_MIC("Main Handset Mic", NULL),
129 SND_SOC_DAPM_MIC("Sub Handset Mic", NULL),
130 SND_SOC_DAPM_LINE("Line In", NULL),
Peter Ujfalusi7d09f9e2012-04-24 12:41:32 +0300131
132 /* Digital microphones */
133 SND_SOC_DAPM_MIC("Digital Mic", NULL),
Misael Lopez Cruz5e64d6a2010-05-17 19:53:10 -0500134};
135
136static const struct snd_soc_dapm_route audio_map[] = {
Peter Ujfalusib3208832011-12-22 12:55:49 +0200137 /* Routings for outputs */
Misael Lopez Cruz5e64d6a2010-05-17 19:53:10 -0500138 {"Headset Stereophone", NULL, "HSOL"},
139 {"Headset Stereophone", NULL, "HSOR"},
Jorge Eduardo Candelaria7254e2b2010-05-18 12:44:17 -0500140
Jorge Eduardo Candelaria7254e2b2010-05-18 12:44:17 -0500141 {"Earphone Spk", NULL, "EP"},
Jorge Eduardo Candelaria23ac3b62010-12-08 10:55:05 -0600142
Peter Ujfalusib3208832011-12-22 12:55:49 +0200143 {"Ext Spk", NULL, "HFL"},
144 {"Ext Spk", NULL, "HFR"},
145
146 {"Line Out", NULL, "AUXL"},
147 {"Line Out", NULL, "AUXR"},
148
149 {"Vibrator", NULL, "VIBRAL"},
150 {"Vibrator", NULL, "VIBRAR"},
151
152 /* Routings for inputs */
153 {"HSMIC", NULL, "Headset Mic"},
154 {"Headset Mic", NULL, "Headset Mic Bias"},
155
156 {"MAINMIC", NULL, "Main Handset Mic"},
157 {"Main Handset Mic", NULL, "Main Mic Bias"},
158
159 {"SUBMIC", NULL, "Sub Handset Mic"},
160 {"Sub Handset Mic", NULL, "Main Mic Bias"},
161
162 {"AFML", NULL, "Line In"},
163 {"AFMR", NULL, "Line In"},
Misael Lopez Cruz5e64d6a2010-05-17 19:53:10 -0500164};
165
Peter Ujfalusi4ca07cb2011-12-22 13:58:01 +0200166static inline void twl6040_disconnect_pin(struct snd_soc_dapm_context *dapm,
167 int connected, char *pin)
168{
169 if (!connected)
170 snd_soc_dapm_disable_pin(dapm, pin);
171}
172
Peter Ujfalusi13f81d62011-12-07 15:54:50 +0200173static int omap_abe_twl6040_init(struct snd_soc_pcm_runtime *rtd)
Misael Lopez Cruz5e64d6a2010-05-17 19:53:10 -0500174{
Liam Girdwoodf0fba2a2010-03-17 20:15:21 +0000175 struct snd_soc_codec *codec = rtd->codec;
Peter Ujfalusi4ca07cb2011-12-22 13:58:01 +0200176 struct snd_soc_card *card = codec->card;
177 struct snd_soc_dapm_context *dapm = &codec->dapm;
178 struct omap_abe_twl6040_data *pdata = dev_get_platdata(card->dev);
179 int hs_trim;
180 int ret = 0;
181
182 /* Disable not connected paths if not used */
183 twl6040_disconnect_pin(dapm, pdata->has_hs, "Headset Stereophone");
184 twl6040_disconnect_pin(dapm, pdata->has_hf, "Ext Spk");
185 twl6040_disconnect_pin(dapm, pdata->has_ep, "Earphone Spk");
186 twl6040_disconnect_pin(dapm, pdata->has_aux, "Line Out");
187 twl6040_disconnect_pin(dapm, pdata->has_vibra, "Vinrator");
188 twl6040_disconnect_pin(dapm, pdata->has_hsmic, "Headset Mic");
189 twl6040_disconnect_pin(dapm, pdata->has_mainmic, "Main Handset Mic");
190 twl6040_disconnect_pin(dapm, pdata->has_submic, "Sub Handset Mic");
191 twl6040_disconnect_pin(dapm, pdata->has_afm, "Line In");
Misael Lopez Cruz5e64d6a2010-05-17 19:53:10 -0500192
Peter Ujfalusi7bf3d922011-09-26 16:05:59 +0300193 /*
194 * Configure McPDM offset cancellation based on the HSOTRIM value from
195 * twl6040.
196 */
197 hs_trim = twl6040_get_trim_value(codec, TWL6040_TRIM_HSOTRIM);
198 omap_mcpdm_configure_dn_offsets(rtd, TWL6040_HSF_TRIM_LEFT(hs_trim),
199 TWL6040_HSF_TRIM_RIGHT(hs_trim));
200
Peter Ujfalusi4ca07cb2011-12-22 13:58:01 +0200201 /* Headset jack detection only if it is supported */
202 if (pdata->jack_detection) {
203 ret = snd_soc_jack_new(codec, "Headset Jack",
204 SND_JACK_HEADSET, &hs_jack);
205 if (ret)
206 return ret;
Jorge Eduardo Candelaria96dc2272010-12-10 20:45:19 -0600207
Peter Ujfalusi4ca07cb2011-12-22 13:58:01 +0200208 ret = snd_soc_jack_add_pins(&hs_jack, ARRAY_SIZE(hs_jack_pins),
209 hs_jack_pins);
Jorge Eduardo Candelaria96dc2272010-12-10 20:45:19 -0600210 twl6040_hs_jack_detect(codec, &hs_jack, SND_JACK_HEADSET);
Peter Ujfalusi4ca07cb2011-12-22 13:58:01 +0200211 }
Misael Lopez Cruz5e64d6a2010-05-17 19:53:10 -0500212
213 return ret;
214}
215
Peter Ujfalusi6524c8e2011-11-28 15:45:43 +0200216static const struct snd_soc_dapm_route dmic_audio_map[] = {
Peter Ujfalusi778cee72011-12-22 12:47:21 +0200217 {"DMic", NULL, "Digital Mic"},
218 {"Digital Mic", NULL, "Digital Mic1 Bias"},
Peter Ujfalusi6524c8e2011-11-28 15:45:43 +0200219};
220
Peter Ujfalusi13f81d62011-12-07 15:54:50 +0200221static int omap_abe_dmic_init(struct snd_soc_pcm_runtime *rtd)
Peter Ujfalusi6524c8e2011-11-28 15:45:43 +0200222{
223 struct snd_soc_codec *codec = rtd->codec;
224 struct snd_soc_dapm_context *dapm = &codec->dapm;
Peter Ujfalusi6524c8e2011-11-28 15:45:43 +0200225
226 return snd_soc_dapm_add_routes(dapm, dmic_audio_map,
227 ARRAY_SIZE(dmic_audio_map));
228}
229
Misael Lopez Cruz5e64d6a2010-05-17 19:53:10 -0500230/* Digital audio interface glue - connects codec <--> CPU */
Peter Ujfalusic2f98952012-04-24 12:36:25 +0300231static struct snd_soc_dai_link abe_twl6040_dai_links[] = {
Peter Ujfalusi6524c8e2011-11-28 15:45:43 +0200232 {
233 .name = "TWL6040",
234 .stream_name = "TWL6040",
235 .cpu_dai_name = "omap-mcpdm",
236 .codec_dai_name = "twl6040-legacy",
237 .platform_name = "omap-pcm-audio",
238 .codec_name = "twl6040-codec",
Peter Ujfalusi13f81d62011-12-07 15:54:50 +0200239 .init = omap_abe_twl6040_init,
240 .ops = &omap_abe_ops,
Peter Ujfalusi6524c8e2011-11-28 15:45:43 +0200241 },
242 {
243 .name = "DMIC",
244 .stream_name = "DMIC Capture",
245 .cpu_dai_name = "omap-dmic",
246 .codec_dai_name = "dmic-hifi",
247 .platform_name = "omap-pcm-audio",
248 .codec_name = "dmic-codec",
Peter Ujfalusi13f81d62011-12-07 15:54:50 +0200249 .init = omap_abe_dmic_init,
250 .ops = &omap_abe_dmic_ops,
Peter Ujfalusi6524c8e2011-11-28 15:45:43 +0200251 },
Misael Lopez Cruz5e64d6a2010-05-17 19:53:10 -0500252};
253
254/* Audio machine driver */
Peter Ujfalusi13f81d62011-12-07 15:54:50 +0200255static struct snd_soc_card omap_abe_card = {
Axel Linb425b882011-12-22 11:08:59 +0800256 .owner = THIS_MODULE,
Peter Ujfalusifc8e5b42011-10-10 15:34:15 +0300257
Peter Ujfalusi13f81d62011-12-07 15:54:50 +0200258 .dapm_widgets = twl6040_dapm_widgets,
259 .num_dapm_widgets = ARRAY_SIZE(twl6040_dapm_widgets),
Peter Ujfalusifc8e5b42011-10-10 15:34:15 +0300260 .dapm_routes = audio_map,
261 .num_dapm_routes = ARRAY_SIZE(audio_map),
Misael Lopez Cruz5e64d6a2010-05-17 19:53:10 -0500262};
263
Peter Ujfalusid1be1d22011-12-08 11:07:42 +0200264static __devinit int omap_abe_probe(struct platform_device *pdev)
Misael Lopez Cruz5e64d6a2010-05-17 19:53:10 -0500265{
Peter Ujfalusid1be1d22011-12-08 11:07:42 +0200266 struct omap_abe_twl6040_data *pdata = dev_get_platdata(&pdev->dev);
267 struct snd_soc_card *card = &omap_abe_card;
Peter Ujfalusic2f98952012-04-24 12:36:25 +0300268 int num_links = 0;
Misael Lopez Cruz5e64d6a2010-05-17 19:53:10 -0500269 int ret;
270
Peter Ujfalusid1be1d22011-12-08 11:07:42 +0200271 card->dev = &pdev->dev;
Misael Lopez Cruz5e64d6a2010-05-17 19:53:10 -0500272
Peter Ujfalusid1be1d22011-12-08 11:07:42 +0200273 if (!pdata) {
274 dev_err(&pdev->dev, "Missing pdata\n");
275 return -ENODEV;
Misael Lopez Cruz5e64d6a2010-05-17 19:53:10 -0500276 }
277
Peter Ujfalusid1be1d22011-12-08 11:07:42 +0200278 if (pdata->card_name) {
279 card->name = pdata->card_name;
280 } else {
281 dev_err(&pdev->dev, "Card name is not provided\n");
282 return -ENODEV;
283 }
Misael Lopez Cruz5e64d6a2010-05-17 19:53:10 -0500284
Peter Ujfalusi62ba98c2012-01-24 12:36:10 +0200285 if (!pdata->mclk_freq) {
286 dev_err(&pdev->dev, "MCLK frequency missing\n");
287 return -ENODEV;
288 }
289
Peter Ujfalusic2f98952012-04-24 12:36:25 +0300290 if (pdata->has_dmic)
291 num_links = 2;
292 else
293 num_links = 1;
294
295 card->dai_link = abe_twl6040_dai_links;
296 card->num_links = num_links;
Peter Ujfalusi8d946dd2011-12-22 13:10:02 +0200297
Peter Ujfalusid1be1d22011-12-08 11:07:42 +0200298 ret = snd_soc_register_card(card);
Misael Lopez Cruz5e64d6a2010-05-17 19:53:10 -0500299 if (ret)
Peter Ujfalusid1be1d22011-12-08 11:07:42 +0200300 dev_err(&pdev->dev, "snd_soc_register_card() failed: %d\n",
301 ret);
Misael Lopez Cruz5e64d6a2010-05-17 19:53:10 -0500302
Misael Lopez Cruz5e64d6a2010-05-17 19:53:10 -0500303 return ret;
304}
Misael Lopez Cruz5e64d6a2010-05-17 19:53:10 -0500305
Peter Ujfalusid1be1d22011-12-08 11:07:42 +0200306static int __devexit omap_abe_remove(struct platform_device *pdev)
Misael Lopez Cruz5e64d6a2010-05-17 19:53:10 -0500307{
Peter Ujfalusid1be1d22011-12-08 11:07:42 +0200308 struct snd_soc_card *card = platform_get_drvdata(pdev);
309
310 snd_soc_unregister_card(card);
311
312 return 0;
Misael Lopez Cruz5e64d6a2010-05-17 19:53:10 -0500313}
Peter Ujfalusid1be1d22011-12-08 11:07:42 +0200314
315static struct platform_driver omap_abe_driver = {
316 .driver = {
317 .name = "omap-abe-twl6040",
318 .owner = THIS_MODULE,
319 .pm = &snd_soc_pm_ops,
320 },
321 .probe = omap_abe_probe,
322 .remove = __devexit_p(omap_abe_remove),
323};
324
325module_platform_driver(omap_abe_driver);
Misael Lopez Cruz5e64d6a2010-05-17 19:53:10 -0500326
Peter Ujfalusi8747a6b2011-12-07 15:31:26 +0200327MODULE_AUTHOR("Misael Lopez Cruz <misael.lopez@ti.com>");
Peter Ujfalusi13f81d62011-12-07 15:54:50 +0200328MODULE_DESCRIPTION("ALSA SoC for OMAP boards with ABE and twl6040 codec");
Misael Lopez Cruz5e64d6a2010-05-17 19:53:10 -0500329MODULE_LICENSE("GPL");
Peter Ujfalusid1be1d22011-12-08 11:07:42 +0200330MODULE_ALIAS("platform:omap-abe-twl6040");