2 * omap3pandora.c -- SoC audio for Pandora Handheld Console
4 * Author: GraÅžvydas Ignotas <notasas@gmail.com>
6 * This program is free software; you can redistribute it and/or
7 * modify it under the terms of the GNU General Public License
8 * version 2 as published by the Free Software Foundation.
10 * This program is distributed in the hope that it will be useful, but
11 * WITHOUT ANY WARRANTY; without even the implied warranty of
12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
13 * General Public License for more details.
15 * You should have received a copy of the GNU General Public License
16 * along with this program; if not, write to the Free Software
17 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
22 #include <linux/clk.h>
23 #include <linux/platform_device.h>
24 #include <linux/gpio.h>
25 #include <linux/delay.h>
26 #include <linux/regulator/consumer.h>
27 #include <linux/module.h>
29 #include <sound/core.h>
30 #include <sound/pcm.h>
31 #include <sound/soc.h>
33 #include <asm/mach-types.h>
34 #include <linux/platform_data/asoc-ti-mcbsp.h>
36 #include "omap-mcbsp.h"
38 #define OMAP3_PANDORA_DAC_POWER_GPIO 118
39 #define OMAP3_PANDORA_AMP_POWER_GPIO 14
41 #define PREFIX "ASoC omap3pandora: "
43 static struct regulator
*omap3pandora_dac_reg
;
45 static int omap3pandora_hw_params(struct snd_pcm_substream
*substream
,
46 struct snd_pcm_hw_params
*params
)
48 struct snd_soc_pcm_runtime
*rtd
= substream
->private_data
;
49 struct snd_soc_dai
*codec_dai
= rtd
->codec_dai
;
50 struct snd_soc_dai
*cpu_dai
= rtd
->cpu_dai
;
53 /* Set the codec system clock for DAC and ADC */
54 ret
= snd_soc_dai_set_sysclk(codec_dai
, 0, 26000000,
57 pr_err(PREFIX
"can't set codec system clock\n");
61 /* Set McBSP clock to external */
62 ret
= snd_soc_dai_set_sysclk(cpu_dai
, OMAP_MCBSP_SYSCLK_CLKS_EXT
,
63 256 * params_rate(params
),
66 pr_err(PREFIX
"can't set cpu system clock\n");
70 ret
= snd_soc_dai_set_clkdiv(cpu_dai
, OMAP_MCBSP_CLKGDV
, 8);
72 pr_err(PREFIX
"can't set SRG clock divider\n");
79 static int omap3pandora_dac_event(struct snd_soc_dapm_widget
*w
,
80 struct snd_kcontrol
*k
, int event
)
85 * The PCM1773 DAC datasheet requires 1ms delay between switching
86 * VCC power on/off and /PD pin high/low
88 if (SND_SOC_DAPM_EVENT_ON(event
)) {
89 ret
= regulator_enable(omap3pandora_dac_reg
);
91 dev_err(w
->dapm
->dev
, "Failed to power DAC: %d\n", ret
);
95 gpio_set_value(OMAP3_PANDORA_DAC_POWER_GPIO
, 1);
97 gpio_set_value(OMAP3_PANDORA_DAC_POWER_GPIO
, 0);
99 regulator_disable(omap3pandora_dac_reg
);
105 static int omap3pandora_hp_event(struct snd_soc_dapm_widget
*w
,
106 struct snd_kcontrol
*k
, int event
)
108 if (SND_SOC_DAPM_EVENT_ON(event
))
109 gpio_set_value(OMAP3_PANDORA_AMP_POWER_GPIO
, 1);
111 gpio_set_value(OMAP3_PANDORA_AMP_POWER_GPIO
, 0);
117 * Audio paths on Pandora board:
119 * |O| ---> PCM DAC +-> AMP -> Headphone Jack
120 * |M| A +--------> Line Out
122 * |P| <--- TWL4030 <--------- Line In and MICs
124 static const struct snd_soc_dapm_widget omap3pandora_out_dapm_widgets
[] = {
125 SND_SOC_DAPM_DAC_E("PCM DAC", "HiFi Playback", SND_SOC_NOPM
,
126 0, 0, omap3pandora_dac_event
,
127 SND_SOC_DAPM_POST_PMU
| SND_SOC_DAPM_PRE_PMD
),
128 SND_SOC_DAPM_PGA_E("Headphone Amplifier", SND_SOC_NOPM
,
129 0, 0, NULL
, 0, omap3pandora_hp_event
,
130 SND_SOC_DAPM_POST_PMU
| SND_SOC_DAPM_PRE_PMD
),
131 SND_SOC_DAPM_HP("Headphone Jack", NULL
),
132 SND_SOC_DAPM_LINE("Line Out", NULL
),
135 static const struct snd_soc_dapm_widget omap3pandora_in_dapm_widgets
[] = {
136 SND_SOC_DAPM_MIC("Mic (internal)", NULL
),
137 SND_SOC_DAPM_MIC("Mic (external)", NULL
),
138 SND_SOC_DAPM_LINE("Line In", NULL
),
141 static const struct snd_soc_dapm_route omap3pandora_out_map
[] = {
142 {"PCM DAC", NULL
, "APLL Enable"},
143 {"Headphone Amplifier", NULL
, "PCM DAC"},
144 {"Line Out", NULL
, "PCM DAC"},
145 {"Headphone Jack", NULL
, "Headphone Amplifier"},
148 static const struct snd_soc_dapm_route omap3pandora_in_map
[] = {
149 {"AUXL", NULL
, "Line In"},
150 {"AUXR", NULL
, "Line In"},
152 {"MAINMIC", NULL
, "Mic (internal)"},
153 {"Mic (internal)", NULL
, "Mic Bias 1"},
155 {"SUBMIC", NULL
, "Mic (external)"},
156 {"Mic (external)", NULL
, "Mic Bias 2"},
159 static int omap3pandora_out_init(struct snd_soc_pcm_runtime
*rtd
)
161 struct snd_soc_codec
*codec
= rtd
->codec
;
162 struct snd_soc_dapm_context
*dapm
= &codec
->dapm
;
165 /* All TWL4030 output pins are floating */
166 snd_soc_dapm_nc_pin(dapm
, "EARPIECE");
167 snd_soc_dapm_nc_pin(dapm
, "PREDRIVEL");
168 snd_soc_dapm_nc_pin(dapm
, "PREDRIVER");
169 snd_soc_dapm_nc_pin(dapm
, "HSOL");
170 snd_soc_dapm_nc_pin(dapm
, "HSOR");
171 snd_soc_dapm_nc_pin(dapm
, "CARKITL");
172 snd_soc_dapm_nc_pin(dapm
, "CARKITR");
173 snd_soc_dapm_nc_pin(dapm
, "HFL");
174 snd_soc_dapm_nc_pin(dapm
, "HFR");
175 snd_soc_dapm_nc_pin(dapm
, "VIBRA");
177 ret
= snd_soc_dapm_new_controls(dapm
, omap3pandora_out_dapm_widgets
,
178 ARRAY_SIZE(omap3pandora_out_dapm_widgets
));
182 return snd_soc_dapm_add_routes(dapm
, omap3pandora_out_map
,
183 ARRAY_SIZE(omap3pandora_out_map
));
186 static int omap3pandora_in_init(struct snd_soc_pcm_runtime
*rtd
)
188 struct snd_soc_codec
*codec
= rtd
->codec
;
189 struct snd_soc_dapm_context
*dapm
= &codec
->dapm
;
193 snd_soc_dapm_nc_pin(dapm
, "HSMIC");
194 snd_soc_dapm_nc_pin(dapm
, "CARKITMIC");
195 snd_soc_dapm_nc_pin(dapm
, "DIGIMIC0");
196 snd_soc_dapm_nc_pin(dapm
, "DIGIMIC1");
198 ret
= snd_soc_dapm_new_controls(dapm
, omap3pandora_in_dapm_widgets
,
199 ARRAY_SIZE(omap3pandora_in_dapm_widgets
));
203 return snd_soc_dapm_add_routes(dapm
, omap3pandora_in_map
,
204 ARRAY_SIZE(omap3pandora_in_map
));
207 static struct snd_soc_ops omap3pandora_ops
= {
208 .hw_params
= omap3pandora_hw_params
,
211 /* Digital audio interface glue - connects codec <--> CPU */
212 static struct snd_soc_dai_link omap3pandora_dai
[] = {
215 .stream_name
= "HiFi Out",
216 .cpu_dai_name
= "omap-mcbsp.2",
217 .codec_dai_name
= "twl4030-hifi",
218 .platform_name
= "omap-pcm-audio",
219 .codec_name
= "twl4030-codec",
220 .dai_fmt
= SND_SOC_DAIFMT_I2S
| SND_SOC_DAIFMT_NB_NF
|
221 SND_SOC_DAIFMT_CBS_CFS
,
222 .ops
= &omap3pandora_ops
,
223 .init
= omap3pandora_out_init
,
226 .stream_name
= "Line/Mic In",
227 .cpu_dai_name
= "omap-mcbsp.4",
228 .codec_dai_name
= "twl4030-hifi",
229 .platform_name
= "omap-pcm-audio",
230 .codec_name
= "twl4030-codec",
231 .dai_fmt
= SND_SOC_DAIFMT_I2S
| SND_SOC_DAIFMT_NB_NF
|
232 SND_SOC_DAIFMT_CBS_CFS
,
233 .ops
= &omap3pandora_ops
,
234 .init
= omap3pandora_in_init
,
239 static struct snd_soc_card snd_soc_card_omap3pandora
= {
240 .name
= "omap3pandora",
241 .owner
= THIS_MODULE
,
242 .dai_link
= omap3pandora_dai
,
243 .num_links
= ARRAY_SIZE(omap3pandora_dai
),
246 static struct platform_device
*omap3pandora_snd_device
;
248 static int __init
omap3pandora_soc_init(void)
252 if (!machine_is_omap3_pandora())
255 pr_info("OMAP3 Pandora SoC init\n");
257 ret
= gpio_request(OMAP3_PANDORA_DAC_POWER_GPIO
, "dac_power");
259 pr_err(PREFIX
"Failed to get DAC power GPIO\n");
263 ret
= gpio_direction_output(OMAP3_PANDORA_DAC_POWER_GPIO
, 0);
265 pr_err(PREFIX
"Failed to set DAC power GPIO direction\n");
269 ret
= gpio_request(OMAP3_PANDORA_AMP_POWER_GPIO
, "amp_power");
271 pr_err(PREFIX
"Failed to get amp power GPIO\n");
275 ret
= gpio_direction_output(OMAP3_PANDORA_AMP_POWER_GPIO
, 0);
277 pr_err(PREFIX
"Failed to set amp power GPIO direction\n");
281 omap3pandora_snd_device
= platform_device_alloc("soc-audio", -1);
282 if (omap3pandora_snd_device
== NULL
) {
283 pr_err(PREFIX
"Platform device allocation failed\n");
288 platform_set_drvdata(omap3pandora_snd_device
, &snd_soc_card_omap3pandora
);
290 ret
= platform_device_add(omap3pandora_snd_device
);
292 pr_err(PREFIX
"Unable to add platform device\n");
296 omap3pandora_dac_reg
= regulator_get(&omap3pandora_snd_device
->dev
, "vcc");
297 if (IS_ERR(omap3pandora_dac_reg
)) {
298 pr_err(PREFIX
"Failed to get DAC regulator from %s: %ld\n",
299 dev_name(&omap3pandora_snd_device
->dev
),
300 PTR_ERR(omap3pandora_dac_reg
));
301 ret
= PTR_ERR(omap3pandora_dac_reg
);
308 platform_device_del(omap3pandora_snd_device
);
310 platform_device_put(omap3pandora_snd_device
);
312 gpio_free(OMAP3_PANDORA_AMP_POWER_GPIO
);
314 gpio_free(OMAP3_PANDORA_DAC_POWER_GPIO
);
317 module_init(omap3pandora_soc_init
);
319 static void __exit
omap3pandora_soc_exit(void)
321 regulator_put(omap3pandora_dac_reg
);
322 platform_device_unregister(omap3pandora_snd_device
);
323 gpio_free(OMAP3_PANDORA_AMP_POWER_GPIO
);
324 gpio_free(OMAP3_PANDORA_DAC_POWER_GPIO
);
326 module_exit(omap3pandora_soc_exit
);
328 MODULE_AUTHOR("Grazvydas Ignotas <notasas@gmail.com>");
329 MODULE_DESCRIPTION("ALSA SoC OMAP3 Pandora");
330 MODULE_LICENSE("GPL");