blob: 318c3a720216cd4471b18ec12540675e21b2b66a [file] [log] [blame]
Frank Mandarinodb2a4162006-10-06 18:31:09 +02001/*
2 * soc-core.c -- ALSA SoC Audio Layer
3 *
4 * Copyright 2005 Wolfson Microelectronics PLC.
Liam Girdwood0664d882006-12-18 14:39:02 +01005 * Copyright 2005 Openedhand Ltd.
Liam Girdwoodf0fba2a2010-03-17 20:15:21 +00006 * Copyright (C) 2010 Slimlogic Ltd.
7 * Copyright (C) 2010 Texas Instruments Inc.
Liam Girdwood0664d882006-12-18 14:39:02 +01008 *
Liam Girdwoodd3311242008-10-12 13:17:36 +01009 * Author: Liam Girdwood <lrg@slimlogic.co.uk>
Liam Girdwood0664d882006-12-18 14:39:02 +010010 * with code, comments and ideas from :-
11 * Richard Purdie <richard@openedhand.com>
Frank Mandarinodb2a4162006-10-06 18:31:09 +020012 *
13 * This program is free software; you can redistribute it and/or modify it
14 * under the terms of the GNU General Public License as published by the
15 * Free Software Foundation; either version 2 of the License, or (at your
16 * option) any later version.
17 *
Frank Mandarinodb2a4162006-10-06 18:31:09 +020018 * TODO:
19 * o Add hw rules to enforce rates, etc.
20 * o More testing with other codecs/machines.
21 * o Add more codecs and platforms to ensure good API coverage.
22 * o Support TDM on PCM and I2S
23 */
24
25#include <linux/module.h>
26#include <linux/moduleparam.h>
27#include <linux/init.h>
28#include <linux/delay.h>
29#include <linux/pm.h>
30#include <linux/bitops.h>
Troy Kisky12ef1932008-10-13 17:42:14 -070031#include <linux/debugfs.h>
Frank Mandarinodb2a4162006-10-06 18:31:09 +020032#include <linux/platform_device.h>
Tejun Heo5a0e3ad2010-03-24 17:04:11 +090033#include <linux/slab.h>
Marek Vasut474828a2009-07-22 13:01:03 +020034#include <sound/ac97_codec.h>
Frank Mandarinodb2a4162006-10-06 18:31:09 +020035#include <sound/core.h>
Mark Brown3028eb82010-12-05 12:22:46 +000036#include <sound/jack.h>
Frank Mandarinodb2a4162006-10-06 18:31:09 +020037#include <sound/pcm.h>
38#include <sound/pcm_params.h>
39#include <sound/soc.h>
Frank Mandarinodb2a4162006-10-06 18:31:09 +020040#include <sound/initval.h>
41
Mark Browna8b1d342010-11-03 18:05:58 -040042#define CREATE_TRACE_POINTS
43#include <trace/events/asoc.h>
44
Liam Girdwoodf0fba2a2010-03-17 20:15:21 +000045#define NAME_SIZE 32
46
Frank Mandarinodb2a4162006-10-06 18:31:09 +020047static DEFINE_MUTEX(pcm_mutex);
Frank Mandarinodb2a4162006-10-06 18:31:09 +020048static DECLARE_WAIT_QUEUE_HEAD(soc_pm_waitq);
49
Mark Brown384c89e2008-12-03 17:34:03 +000050#ifdef CONFIG_DEBUG_FS
Mark Brown8a9dab12011-01-10 22:25:21 +000051struct dentry *snd_soc_debugfs_root;
52EXPORT_SYMBOL_GPL(snd_soc_debugfs_root);
Mark Brown384c89e2008-12-03 17:34:03 +000053#endif
54
Mark Brownc5af3a22008-11-28 13:29:45 +000055static DEFINE_MUTEX(client_mutex);
56static LIST_HEAD(card_list);
Mark Brown91151712008-11-30 23:31:24 +000057static LIST_HEAD(dai_list);
Mark Brown12a48a8c2008-12-03 19:40:30 +000058static LIST_HEAD(platform_list);
Mark Brown0d0cf002008-12-10 14:32:45 +000059static LIST_HEAD(codec_list);
Mark Brownc5af3a22008-11-28 13:29:45 +000060
61static int snd_soc_register_card(struct snd_soc_card *card);
62static int snd_soc_unregister_card(struct snd_soc_card *card);
Liam Girdwoodf0fba2a2010-03-17 20:15:21 +000063static int soc_new_pcm(struct snd_soc_pcm_runtime *rtd, int num);
Mark Brownc5af3a22008-11-28 13:29:45 +000064
Frank Mandarinodb2a4162006-10-06 18:31:09 +020065/*
66 * This is a timeout to do a DAPM powerdown after a stream is closed().
67 * It can be used to eliminate pops between different playback streams, e.g.
68 * between two audio tracks.
69 */
70static int pmdown_time = 5000;
71module_param(pmdown_time, int, 0);
72MODULE_PARM_DESC(pmdown_time, "DAPM stream powerdown time (msecs)");
73
Mark Brown2624d5f2009-11-03 21:56:13 +000074/* codec register dump */
75static ssize_t soc_codec_reg_show(struct snd_soc_codec *codec, char *buf)
76{
Mark Brown5164d742010-07-14 16:14:33 +010077 int ret, i, step = 1, count = 0;
Mark Brown2624d5f2009-11-03 21:56:13 +000078
Liam Girdwoodf0fba2a2010-03-17 20:15:21 +000079 if (!codec->driver->reg_cache_size)
Mark Brown2624d5f2009-11-03 21:56:13 +000080 return 0;
81
Liam Girdwoodf0fba2a2010-03-17 20:15:21 +000082 if (codec->driver->reg_cache_step)
83 step = codec->driver->reg_cache_step;
Mark Brown2624d5f2009-11-03 21:56:13 +000084
85 count += sprintf(buf, "%s registers\n", codec->name);
Liam Girdwoodf0fba2a2010-03-17 20:15:21 +000086 for (i = 0; i < codec->driver->reg_cache_size; i += step) {
Dimitris Papastamos1500b7b2011-01-13 12:20:38 +000087 if (codec->readable_register && !codec->readable_register(codec, i))
Mark Brown2624d5f2009-11-03 21:56:13 +000088 continue;
89
90 count += sprintf(buf + count, "%2x: ", i);
91 if (count >= PAGE_SIZE - 1)
92 break;
93
Liam Girdwoodf0fba2a2010-03-17 20:15:21 +000094 if (codec->driver->display_register) {
95 count += codec->driver->display_register(codec, buf + count,
Mark Brown2624d5f2009-11-03 21:56:13 +000096 PAGE_SIZE - count, i);
Mark Brown5164d742010-07-14 16:14:33 +010097 } else {
98 /* If the read fails it's almost certainly due to
99 * the register being volatile and the device being
100 * powered off.
101 */
Dimitris Papastamose4f078d2010-12-07 16:30:38 +0000102 ret = snd_soc_read(codec, i);
Mark Brown5164d742010-07-14 16:14:33 +0100103 if (ret >= 0)
104 count += snprintf(buf + count,
105 PAGE_SIZE - count,
106 "%4x", ret);
107 else
108 count += snprintf(buf + count,
109 PAGE_SIZE - count,
110 "<no data: %d>", ret);
111 }
Mark Brown2624d5f2009-11-03 21:56:13 +0000112
113 if (count >= PAGE_SIZE - 1)
114 break;
115
116 count += snprintf(buf + count, PAGE_SIZE - count, "\n");
117 if (count >= PAGE_SIZE - 1)
118 break;
119 }
120
121 /* Truncate count; min() would cause a warning */
122 if (count >= PAGE_SIZE)
123 count = PAGE_SIZE - 1;
124
125 return count;
126}
127static ssize_t codec_reg_show(struct device *dev,
128 struct device_attribute *attr, char *buf)
129{
Liam Girdwoodf0fba2a2010-03-17 20:15:21 +0000130 struct snd_soc_pcm_runtime *rtd =
131 container_of(dev, struct snd_soc_pcm_runtime, dev);
132
133 return soc_codec_reg_show(rtd->codec, buf);
Mark Brown2624d5f2009-11-03 21:56:13 +0000134}
135
136static DEVICE_ATTR(codec_reg, 0444, codec_reg_show, NULL);
137
Mark Browndbe21402010-02-12 11:37:24 +0000138static ssize_t pmdown_time_show(struct device *dev,
139 struct device_attribute *attr, char *buf)
140{
Liam Girdwoodf0fba2a2010-03-17 20:15:21 +0000141 struct snd_soc_pcm_runtime *rtd =
142 container_of(dev, struct snd_soc_pcm_runtime, dev);
Mark Browndbe21402010-02-12 11:37:24 +0000143
Liam Girdwoodf0fba2a2010-03-17 20:15:21 +0000144 return sprintf(buf, "%ld\n", rtd->pmdown_time);
Mark Browndbe21402010-02-12 11:37:24 +0000145}
146
147static ssize_t pmdown_time_set(struct device *dev,
148 struct device_attribute *attr,
149 const char *buf, size_t count)
150{
Liam Girdwoodf0fba2a2010-03-17 20:15:21 +0000151 struct snd_soc_pcm_runtime *rtd =
152 container_of(dev, struct snd_soc_pcm_runtime, dev);
Mark Brownc593b522010-10-27 20:11:17 -0700153 int ret;
Mark Browndbe21402010-02-12 11:37:24 +0000154
Mark Brownc593b522010-10-27 20:11:17 -0700155 ret = strict_strtol(buf, 10, &rtd->pmdown_time);
156 if (ret)
157 return ret;
Mark Browndbe21402010-02-12 11:37:24 +0000158
159 return count;
160}
161
162static DEVICE_ATTR(pmdown_time, 0644, pmdown_time_show, pmdown_time_set);
163
Mark Brown2624d5f2009-11-03 21:56:13 +0000164#ifdef CONFIG_DEBUG_FS
165static int codec_reg_open_file(struct inode *inode, struct file *file)
166{
167 file->private_data = inode->i_private;
168 return 0;
169}
170
171static ssize_t codec_reg_read_file(struct file *file, char __user *user_buf,
172 size_t count, loff_t *ppos)
173{
174 ssize_t ret;
175 struct snd_soc_codec *codec = file->private_data;
176 char *buf = kmalloc(PAGE_SIZE, GFP_KERNEL);
177 if (!buf)
178 return -ENOMEM;
179 ret = soc_codec_reg_show(codec, buf);
180 if (ret >= 0)
181 ret = simple_read_from_buffer(user_buf, count, ppos, buf, ret);
182 kfree(buf);
183 return ret;
184}
185
186static ssize_t codec_reg_write_file(struct file *file,
187 const char __user *user_buf, size_t count, loff_t *ppos)
188{
189 char buf[32];
190 int buf_size;
191 char *start = buf;
192 unsigned long reg, value;
193 int step = 1;
194 struct snd_soc_codec *codec = file->private_data;
195
196 buf_size = min(count, (sizeof(buf)-1));
197 if (copy_from_user(buf, user_buf, buf_size))
198 return -EFAULT;
199 buf[buf_size] = 0;
200
Liam Girdwoodf0fba2a2010-03-17 20:15:21 +0000201 if (codec->driver->reg_cache_step)
202 step = codec->driver->reg_cache_step;
Mark Brown2624d5f2009-11-03 21:56:13 +0000203
204 while (*start == ' ')
205 start++;
206 reg = simple_strtoul(start, &start, 16);
Liam Girdwoodf0fba2a2010-03-17 20:15:21 +0000207 if ((reg >= codec->driver->reg_cache_size) || (reg % step))
Mark Brown2624d5f2009-11-03 21:56:13 +0000208 return -EINVAL;
209 while (*start == ' ')
210 start++;
211 if (strict_strtoul(start, 16, &value))
212 return -EINVAL;
Mark Brown0d51a9c2011-01-06 16:04:57 +0000213
214 /* Userspace has been fiddling around behind the kernel's back */
215 add_taint(TAINT_USER);
216
Dimitris Papastamose4f078d2010-12-07 16:30:38 +0000217 snd_soc_write(codec, reg, value);
Mark Brown2624d5f2009-11-03 21:56:13 +0000218 return buf_size;
219}
220
221static const struct file_operations codec_reg_fops = {
222 .open = codec_reg_open_file,
223 .read = codec_reg_read_file,
224 .write = codec_reg_write_file,
Arnd Bergmann6038f372010-08-15 18:52:59 +0200225 .llseek = default_llseek,
Mark Brown2624d5f2009-11-03 21:56:13 +0000226};
227
228static void soc_init_codec_debugfs(struct snd_soc_codec *codec)
229{
Jarkko Nikulad6ce4cf2010-11-05 20:35:20 +0200230 struct dentry *debugfs_card_root = codec->card->debugfs_card_root;
231
232 codec->debugfs_codec_root = debugfs_create_dir(codec->name,
233 debugfs_card_root);
Mark Brown2624d5f2009-11-03 21:56:13 +0000234 if (!codec->debugfs_codec_root) {
235 printk(KERN_WARNING
236 "ASoC: Failed to create codec debugfs directory\n");
237 return;
238 }
239
240 codec->debugfs_reg = debugfs_create_file("codec_reg", 0644,
241 codec->debugfs_codec_root,
242 codec, &codec_reg_fops);
243 if (!codec->debugfs_reg)
244 printk(KERN_WARNING
245 "ASoC: Failed to create codec register debugfs file\n");
246
Liam Girdwoodce6120c2010-11-05 15:53:46 +0200247 codec->dapm.debugfs_dapm = debugfs_create_dir("dapm",
Mark Brown2624d5f2009-11-03 21:56:13 +0000248 codec->debugfs_codec_root);
Liam Girdwoodce6120c2010-11-05 15:53:46 +0200249 if (!codec->dapm.debugfs_dapm)
Mark Brown2624d5f2009-11-03 21:56:13 +0000250 printk(KERN_WARNING
251 "Failed to create DAPM debugfs directory\n");
252
Liam Girdwoodce6120c2010-11-05 15:53:46 +0200253 snd_soc_dapm_debugfs_init(&codec->dapm);
Mark Brown2624d5f2009-11-03 21:56:13 +0000254}
255
256static void soc_cleanup_codec_debugfs(struct snd_soc_codec *codec)
257{
258 debugfs_remove_recursive(codec->debugfs_codec_root);
259}
260
Mark Brownc3c5a192010-09-15 18:15:14 +0100261static ssize_t codec_list_read_file(struct file *file, char __user *user_buf,
262 size_t count, loff_t *ppos)
263{
264 char *buf = kmalloc(PAGE_SIZE, GFP_KERNEL);
Mark Brown2b194f9d2010-10-13 10:52:16 +0100265 ssize_t len, ret = 0;
Mark Brownc3c5a192010-09-15 18:15:14 +0100266 struct snd_soc_codec *codec;
267
268 if (!buf)
269 return -ENOMEM;
270
Mark Brown2b194f9d2010-10-13 10:52:16 +0100271 list_for_each_entry(codec, &codec_list, list) {
272 len = snprintf(buf + ret, PAGE_SIZE - ret, "%s\n",
273 codec->name);
274 if (len >= 0)
275 ret += len;
276 if (ret > PAGE_SIZE) {
277 ret = PAGE_SIZE;
278 break;
279 }
280 }
Mark Brownc3c5a192010-09-15 18:15:14 +0100281
282 if (ret >= 0)
283 ret = simple_read_from_buffer(user_buf, count, ppos, buf, ret);
284
285 kfree(buf);
286
287 return ret;
288}
289
290static const struct file_operations codec_list_fops = {
291 .read = codec_list_read_file,
292 .llseek = default_llseek,/* read accesses f_pos */
293};
294
Mark Brownf3208782010-09-15 18:19:07 +0100295static ssize_t dai_list_read_file(struct file *file, char __user *user_buf,
296 size_t count, loff_t *ppos)
297{
298 char *buf = kmalloc(PAGE_SIZE, GFP_KERNEL);
Mark Brown2b194f9d2010-10-13 10:52:16 +0100299 ssize_t len, ret = 0;
Mark Brownf3208782010-09-15 18:19:07 +0100300 struct snd_soc_dai *dai;
301
302 if (!buf)
303 return -ENOMEM;
304
Mark Brown2b194f9d2010-10-13 10:52:16 +0100305 list_for_each_entry(dai, &dai_list, list) {
306 len = snprintf(buf + ret, PAGE_SIZE - ret, "%s\n", dai->name);
307 if (len >= 0)
308 ret += len;
309 if (ret > PAGE_SIZE) {
310 ret = PAGE_SIZE;
311 break;
312 }
313 }
Mark Brownf3208782010-09-15 18:19:07 +0100314
Mark Brown2b194f9d2010-10-13 10:52:16 +0100315 ret = simple_read_from_buffer(user_buf, count, ppos, buf, ret);
Mark Brownf3208782010-09-15 18:19:07 +0100316
317 kfree(buf);
318
319 return ret;
320}
321
322static const struct file_operations dai_list_fops = {
323 .read = dai_list_read_file,
324 .llseek = default_llseek,/* read accesses f_pos */
325};
326
Mark Brown19c7ac22010-09-15 18:22:40 +0100327static ssize_t platform_list_read_file(struct file *file,
328 char __user *user_buf,
329 size_t count, loff_t *ppos)
330{
331 char *buf = kmalloc(PAGE_SIZE, GFP_KERNEL);
Mark Brown2b194f9d2010-10-13 10:52:16 +0100332 ssize_t len, ret = 0;
Mark Brown19c7ac22010-09-15 18:22:40 +0100333 struct snd_soc_platform *platform;
334
335 if (!buf)
336 return -ENOMEM;
337
Mark Brown2b194f9d2010-10-13 10:52:16 +0100338 list_for_each_entry(platform, &platform_list, list) {
339 len = snprintf(buf + ret, PAGE_SIZE - ret, "%s\n",
340 platform->name);
341 if (len >= 0)
342 ret += len;
343 if (ret > PAGE_SIZE) {
344 ret = PAGE_SIZE;
345 break;
346 }
347 }
Mark Brown19c7ac22010-09-15 18:22:40 +0100348
Mark Brown2b194f9d2010-10-13 10:52:16 +0100349 ret = simple_read_from_buffer(user_buf, count, ppos, buf, ret);
Mark Brown19c7ac22010-09-15 18:22:40 +0100350
351 kfree(buf);
352
353 return ret;
354}
355
356static const struct file_operations platform_list_fops = {
357 .read = platform_list_read_file,
358 .llseek = default_llseek,/* read accesses f_pos */
359};
360
Jarkko Nikulaa6052152010-11-05 20:35:19 +0200361static void soc_init_card_debugfs(struct snd_soc_card *card)
362{
363 card->debugfs_card_root = debugfs_create_dir(card->name,
Mark Brown8a9dab12011-01-10 22:25:21 +0000364 snd_soc_debugfs_root);
Jarkko Nikula3a45b862010-11-05 20:35:21 +0200365 if (!card->debugfs_card_root) {
Jarkko Nikulaa6052152010-11-05 20:35:19 +0200366 dev_warn(card->dev,
367 "ASoC: Failed to create codec debugfs directory\n");
Jarkko Nikula3a45b862010-11-05 20:35:21 +0200368 return;
369 }
370
371 card->debugfs_pop_time = debugfs_create_u32("dapm_pop_time", 0644,
372 card->debugfs_card_root,
373 &card->pop_time);
374 if (!card->debugfs_pop_time)
375 dev_warn(card->dev,
376 "Failed to create pop time debugfs file\n");
Jarkko Nikulaa6052152010-11-05 20:35:19 +0200377}
378
379static void soc_cleanup_card_debugfs(struct snd_soc_card *card)
380{
381 debugfs_remove_recursive(card->debugfs_card_root);
382}
383
Mark Brown2624d5f2009-11-03 21:56:13 +0000384#else
385
386static inline void soc_init_codec_debugfs(struct snd_soc_codec *codec)
387{
388}
389
390static inline void soc_cleanup_codec_debugfs(struct snd_soc_codec *codec)
391{
392}
Axel Linb95fccb2010-11-09 17:06:44 +0800393
394static inline void soc_init_card_debugfs(struct snd_soc_card *card)
395{
396}
397
398static inline void soc_cleanup_card_debugfs(struct snd_soc_card *card)
399{
400}
Mark Brown2624d5f2009-11-03 21:56:13 +0000401#endif
402
Frank Mandarinodb2a4162006-10-06 18:31:09 +0200403#ifdef CONFIG_SND_SOC_AC97_BUS
404/* unregister ac97 codec */
405static int soc_ac97_dev_unregister(struct snd_soc_codec *codec)
406{
407 if (codec->ac97->dev.bus)
408 device_unregister(&codec->ac97->dev);
409 return 0;
410}
411
412/* stop no dev release warning */
413static void soc_ac97_device_release(struct device *dev){}
414
415/* register ac97 codec to bus */
416static int soc_ac97_dev_register(struct snd_soc_codec *codec)
417{
418 int err;
419
420 codec->ac97->dev.bus = &ac97_bus_type;
Mark Brown4ac5c612009-04-01 19:35:01 +0100421 codec->ac97->dev.parent = codec->card->dev;
Frank Mandarinodb2a4162006-10-06 18:31:09 +0200422 codec->ac97->dev.release = soc_ac97_device_release;
423
Kay Sieversbb072bf2008-11-02 03:50:35 +0100424 dev_set_name(&codec->ac97->dev, "%d-%d:%s",
Liam Girdwoodf0fba2a2010-03-17 20:15:21 +0000425 codec->card->snd_card->number, 0, codec->name);
Frank Mandarinodb2a4162006-10-06 18:31:09 +0200426 err = device_register(&codec->ac97->dev);
427 if (err < 0) {
428 snd_printk(KERN_ERR "Can't register ac97 bus\n");
429 codec->ac97->dev.bus = NULL;
430 return err;
431 }
432 return 0;
433}
434#endif
435
Mark Brown06f409d2009-04-07 18:10:13 +0100436static int soc_pcm_apply_symmetry(struct snd_pcm_substream *substream)
437{
438 struct snd_soc_pcm_runtime *rtd = substream->private_data;
Liam Girdwoodf0fba2a2010-03-17 20:15:21 +0000439 struct snd_soc_dai *cpu_dai = rtd->cpu_dai;
440 struct snd_soc_dai *codec_dai = rtd->codec_dai;
Mark Brown06f409d2009-04-07 18:10:13 +0100441 int ret;
442
Liam Girdwoodf0fba2a2010-03-17 20:15:21 +0000443 if (codec_dai->driver->symmetric_rates || cpu_dai->driver->symmetric_rates ||
444 rtd->dai_link->symmetric_rates) {
445 dev_dbg(&rtd->dev, "Symmetry forces %dHz rate\n",
446 rtd->rate);
Mark Brown06f409d2009-04-07 18:10:13 +0100447
448 ret = snd_pcm_hw_constraint_minmax(substream->runtime,
449 SNDRV_PCM_HW_PARAM_RATE,
Liam Girdwoodf0fba2a2010-03-17 20:15:21 +0000450 rtd->rate,
451 rtd->rate);
Mark Brown06f409d2009-04-07 18:10:13 +0100452 if (ret < 0) {
Liam Girdwoodf0fba2a2010-03-17 20:15:21 +0000453 dev_err(&rtd->dev,
Mark Brown06f409d2009-04-07 18:10:13 +0100454 "Unable to apply rate symmetry constraint: %d\n", ret);
455 return ret;
456 }
457 }
458
459 return 0;
460}
461
Frank Mandarinodb2a4162006-10-06 18:31:09 +0200462/*
463 * Called by ALSA when a PCM substream is opened, the runtime->hw record is
464 * then initialized and any private data can be allocated. This also calls
465 * startup for the cpu DAI, platform, machine and codec DAI.
466 */
467static int soc_pcm_open(struct snd_pcm_substream *substream)
468{
469 struct snd_soc_pcm_runtime *rtd = substream->private_data;
Frank Mandarinodb2a4162006-10-06 18:31:09 +0200470 struct snd_pcm_runtime *runtime = substream->runtime;
Liam Girdwoodf0fba2a2010-03-17 20:15:21 +0000471 struct snd_soc_platform *platform = rtd->platform;
472 struct snd_soc_dai *cpu_dai = rtd->cpu_dai;
473 struct snd_soc_dai *codec_dai = rtd->codec_dai;
474 struct snd_soc_dai_driver *cpu_dai_drv = cpu_dai->driver;
475 struct snd_soc_dai_driver *codec_dai_drv = codec_dai->driver;
Frank Mandarinodb2a4162006-10-06 18:31:09 +0200476 int ret = 0;
477
478 mutex_lock(&pcm_mutex);
479
480 /* startup the audio subsystem */
Liam Girdwoodf0fba2a2010-03-17 20:15:21 +0000481 if (cpu_dai->driver->ops->startup) {
482 ret = cpu_dai->driver->ops->startup(substream, cpu_dai);
Frank Mandarinodb2a4162006-10-06 18:31:09 +0200483 if (ret < 0) {
484 printk(KERN_ERR "asoc: can't open interface %s\n",
Liam Girdwoodcb666e52007-02-02 17:13:49 +0100485 cpu_dai->name);
Frank Mandarinodb2a4162006-10-06 18:31:09 +0200486 goto out;
487 }
488 }
489
Liam Girdwoodf0fba2a2010-03-17 20:15:21 +0000490 if (platform->driver->ops->open) {
491 ret = platform->driver->ops->open(substream);
Frank Mandarinodb2a4162006-10-06 18:31:09 +0200492 if (ret < 0) {
493 printk(KERN_ERR "asoc: can't open platform %s\n", platform->name);
494 goto platform_err;
495 }
496 }
497
Liam Girdwoodf0fba2a2010-03-17 20:15:21 +0000498 if (codec_dai->driver->ops->startup) {
499 ret = codec_dai->driver->ops->startup(substream, codec_dai);
Liam Girdwoodcb666e52007-02-02 17:13:49 +0100500 if (ret < 0) {
501 printk(KERN_ERR "asoc: can't open codec %s\n",
502 codec_dai->name);
503 goto codec_dai_err;
504 }
505 }
506
Liam Girdwoodf0fba2a2010-03-17 20:15:21 +0000507 if (rtd->dai_link->ops && rtd->dai_link->ops->startup) {
508 ret = rtd->dai_link->ops->startup(substream);
Frank Mandarinodb2a4162006-10-06 18:31:09 +0200509 if (ret < 0) {
Liam Girdwoodf0fba2a2010-03-17 20:15:21 +0000510 printk(KERN_ERR "asoc: %s startup failed\n", rtd->dai_link->name);
Frank Mandarinodb2a4162006-10-06 18:31:09 +0200511 goto machine_err;
512 }
513 }
514
Mark Browna00f90f2010-12-02 16:24:24 +0000515 /* Check that the codec and cpu DAIs are compatible */
Frank Mandarinodb2a4162006-10-06 18:31:09 +0200516 if (substream->stream == SNDRV_PCM_STREAM_PLAYBACK) {
517 runtime->hw.rate_min =
Liam Girdwoodf0fba2a2010-03-17 20:15:21 +0000518 max(codec_dai_drv->playback.rate_min,
519 cpu_dai_drv->playback.rate_min);
Frank Mandarinodb2a4162006-10-06 18:31:09 +0200520 runtime->hw.rate_max =
Liam Girdwoodf0fba2a2010-03-17 20:15:21 +0000521 min(codec_dai_drv->playback.rate_max,
522 cpu_dai_drv->playback.rate_max);
Frank Mandarinodb2a4162006-10-06 18:31:09 +0200523 runtime->hw.channels_min =
Liam Girdwoodf0fba2a2010-03-17 20:15:21 +0000524 max(codec_dai_drv->playback.channels_min,
525 cpu_dai_drv->playback.channels_min);
Frank Mandarinodb2a4162006-10-06 18:31:09 +0200526 runtime->hw.channels_max =
Liam Girdwoodf0fba2a2010-03-17 20:15:21 +0000527 min(codec_dai_drv->playback.channels_max,
528 cpu_dai_drv->playback.channels_max);
Liam Girdwoodcb666e52007-02-02 17:13:49 +0100529 runtime->hw.formats =
Liam Girdwoodf0fba2a2010-03-17 20:15:21 +0000530 codec_dai_drv->playback.formats & cpu_dai_drv->playback.formats;
Liam Girdwoodcb666e52007-02-02 17:13:49 +0100531 runtime->hw.rates =
Liam Girdwoodf0fba2a2010-03-17 20:15:21 +0000532 codec_dai_drv->playback.rates & cpu_dai_drv->playback.rates;
533 if (codec_dai_drv->playback.rates
Jassi Brard9ad6292010-03-12 13:38:52 +0900534 & (SNDRV_PCM_RATE_KNOT | SNDRV_PCM_RATE_CONTINUOUS))
Liam Girdwoodf0fba2a2010-03-17 20:15:21 +0000535 runtime->hw.rates |= cpu_dai_drv->playback.rates;
536 if (cpu_dai_drv->playback.rates
Jassi Brard9ad6292010-03-12 13:38:52 +0900537 & (SNDRV_PCM_RATE_KNOT | SNDRV_PCM_RATE_CONTINUOUS))
Liam Girdwoodf0fba2a2010-03-17 20:15:21 +0000538 runtime->hw.rates |= codec_dai_drv->playback.rates;
Frank Mandarinodb2a4162006-10-06 18:31:09 +0200539 } else {
540 runtime->hw.rate_min =
Liam Girdwoodf0fba2a2010-03-17 20:15:21 +0000541 max(codec_dai_drv->capture.rate_min,
542 cpu_dai_drv->capture.rate_min);
Frank Mandarinodb2a4162006-10-06 18:31:09 +0200543 runtime->hw.rate_max =
Liam Girdwoodf0fba2a2010-03-17 20:15:21 +0000544 min(codec_dai_drv->capture.rate_max,
545 cpu_dai_drv->capture.rate_max);
Frank Mandarinodb2a4162006-10-06 18:31:09 +0200546 runtime->hw.channels_min =
Liam Girdwoodf0fba2a2010-03-17 20:15:21 +0000547 max(codec_dai_drv->capture.channels_min,
548 cpu_dai_drv->capture.channels_min);
Frank Mandarinodb2a4162006-10-06 18:31:09 +0200549 runtime->hw.channels_max =
Liam Girdwoodf0fba2a2010-03-17 20:15:21 +0000550 min(codec_dai_drv->capture.channels_max,
551 cpu_dai_drv->capture.channels_max);
Liam Girdwoodcb666e52007-02-02 17:13:49 +0100552 runtime->hw.formats =
Liam Girdwoodf0fba2a2010-03-17 20:15:21 +0000553 codec_dai_drv->capture.formats & cpu_dai_drv->capture.formats;
Liam Girdwoodcb666e52007-02-02 17:13:49 +0100554 runtime->hw.rates =
Liam Girdwoodf0fba2a2010-03-17 20:15:21 +0000555 codec_dai_drv->capture.rates & cpu_dai_drv->capture.rates;
556 if (codec_dai_drv->capture.rates
Jassi Brard9ad6292010-03-12 13:38:52 +0900557 & (SNDRV_PCM_RATE_KNOT | SNDRV_PCM_RATE_CONTINUOUS))
Liam Girdwoodf0fba2a2010-03-17 20:15:21 +0000558 runtime->hw.rates |= cpu_dai_drv->capture.rates;
559 if (cpu_dai_drv->capture.rates
Jassi Brard9ad6292010-03-12 13:38:52 +0900560 & (SNDRV_PCM_RATE_KNOT | SNDRV_PCM_RATE_CONTINUOUS))
Liam Girdwoodf0fba2a2010-03-17 20:15:21 +0000561 runtime->hw.rates |= codec_dai_drv->capture.rates;
Frank Mandarinodb2a4162006-10-06 18:31:09 +0200562 }
563
564 snd_pcm_limit_hw_rates(runtime);
565 if (!runtime->hw.rates) {
566 printk(KERN_ERR "asoc: %s <-> %s No matching rates\n",
Liam Girdwoodcb666e52007-02-02 17:13:49 +0100567 codec_dai->name, cpu_dai->name);
Jassi Brarbb1c0472010-02-25 11:24:53 +0900568 goto config_err;
Frank Mandarinodb2a4162006-10-06 18:31:09 +0200569 }
570 if (!runtime->hw.formats) {
571 printk(KERN_ERR "asoc: %s <-> %s No matching formats\n",
Liam Girdwoodcb666e52007-02-02 17:13:49 +0100572 codec_dai->name, cpu_dai->name);
Jassi Brarbb1c0472010-02-25 11:24:53 +0900573 goto config_err;
Frank Mandarinodb2a4162006-10-06 18:31:09 +0200574 }
575 if (!runtime->hw.channels_min || !runtime->hw.channels_max) {
576 printk(KERN_ERR "asoc: %s <-> %s No matching channels\n",
Liam Girdwoodf0fba2a2010-03-17 20:15:21 +0000577 codec_dai->name, cpu_dai->name);
Jassi Brarbb1c0472010-02-25 11:24:53 +0900578 goto config_err;
Frank Mandarinodb2a4162006-10-06 18:31:09 +0200579 }
580
Mark Brown06f409d2009-04-07 18:10:13 +0100581 /* Symmetry only applies if we've already got an active stream. */
582 if (cpu_dai->active || codec_dai->active) {
583 ret = soc_pcm_apply_symmetry(substream);
584 if (ret != 0)
Jassi Brarbb1c0472010-02-25 11:24:53 +0900585 goto config_err;
Mark Brown06f409d2009-04-07 18:10:13 +0100586 }
587
Liam Girdwoodf0fba2a2010-03-17 20:15:21 +0000588 pr_debug("asoc: %s <-> %s info:\n",
589 codec_dai->name, cpu_dai->name);
Mark Brownf24368c2008-10-21 21:45:08 +0100590 pr_debug("asoc: rate mask 0x%x\n", runtime->hw.rates);
591 pr_debug("asoc: min ch %d max ch %d\n", runtime->hw.channels_min,
592 runtime->hw.channels_max);
593 pr_debug("asoc: min rate %d max rate %d\n", runtime->hw.rate_min,
594 runtime->hw.rate_max);
Frank Mandarinodb2a4162006-10-06 18:31:09 +0200595
Jassi Brar14dc5732010-02-26 09:12:32 +0900596 if (substream->stream == SNDRV_PCM_STREAM_PLAYBACK) {
Liam Girdwoodf0fba2a2010-03-17 20:15:21 +0000597 cpu_dai->playback_active++;
598 codec_dai->playback_active++;
Jassi Brar14dc5732010-02-26 09:12:32 +0900599 } else {
Liam Girdwoodf0fba2a2010-03-17 20:15:21 +0000600 cpu_dai->capture_active++;
601 codec_dai->capture_active++;
Jassi Brar14dc5732010-02-26 09:12:32 +0900602 }
603 cpu_dai->active++;
604 codec_dai->active++;
Liam Girdwoodf0fba2a2010-03-17 20:15:21 +0000605 rtd->codec->active++;
Frank Mandarinodb2a4162006-10-06 18:31:09 +0200606 mutex_unlock(&pcm_mutex);
607 return 0;
608
Jassi Brarbb1c0472010-02-25 11:24:53 +0900609config_err:
Liam Girdwoodf0fba2a2010-03-17 20:15:21 +0000610 if (rtd->dai_link->ops && rtd->dai_link->ops->shutdown)
611 rtd->dai_link->ops->shutdown(substream);
Frank Mandarinodb2a4162006-10-06 18:31:09 +0200612
Jassi Brarbb1c0472010-02-25 11:24:53 +0900613machine_err:
Liam Girdwoodf0fba2a2010-03-17 20:15:21 +0000614 if (codec_dai->driver->ops->shutdown)
615 codec_dai->driver->ops->shutdown(substream, codec_dai);
Jassi Brarbb1c0472010-02-25 11:24:53 +0900616
Liam Girdwoodcb666e52007-02-02 17:13:49 +0100617codec_dai_err:
Liam Girdwoodf0fba2a2010-03-17 20:15:21 +0000618 if (platform->driver->ops->close)
619 platform->driver->ops->close(substream);
Frank Mandarinodb2a4162006-10-06 18:31:09 +0200620
621platform_err:
Liam Girdwoodf0fba2a2010-03-17 20:15:21 +0000622 if (cpu_dai->driver->ops->shutdown)
623 cpu_dai->driver->ops->shutdown(substream, cpu_dai);
Frank Mandarinodb2a4162006-10-06 18:31:09 +0200624out:
625 mutex_unlock(&pcm_mutex);
626 return ret;
627}
628
629/*
Robert P. J. Day3a4fa0a2007-10-19 23:10:43 +0200630 * Power down the audio subsystem pmdown_time msecs after close is called.
Frank Mandarinodb2a4162006-10-06 18:31:09 +0200631 * This is to ensure there are no pops or clicks in between any music tracks
632 * due to DAPM power cycling.
633 */
Andrew Morton4484bb22006-12-15 09:30:07 +0100634static void close_delayed_work(struct work_struct *work)
Frank Mandarinodb2a4162006-10-06 18:31:09 +0200635{
Liam Girdwoodf0fba2a2010-03-17 20:15:21 +0000636 struct snd_soc_pcm_runtime *rtd =
637 container_of(work, struct snd_soc_pcm_runtime, delayed_work.work);
638 struct snd_soc_dai *codec_dai = rtd->codec_dai;
Frank Mandarinodb2a4162006-10-06 18:31:09 +0200639
640 mutex_lock(&pcm_mutex);
Frank Mandarinodb2a4162006-10-06 18:31:09 +0200641
Liam Girdwoodf0fba2a2010-03-17 20:15:21 +0000642 pr_debug("pop wq checking: %s status: %s waiting: %s\n",
643 codec_dai->driver->playback.stream_name,
644 codec_dai->playback_active ? "active" : "inactive",
645 codec_dai->pop_wait ? "yes" : "no");
Frank Mandarinodb2a4162006-10-06 18:31:09 +0200646
Liam Girdwoodf0fba2a2010-03-17 20:15:21 +0000647 /* are we waiting on this codec DAI stream */
648 if (codec_dai->pop_wait == 1) {
649 codec_dai->pop_wait = 0;
650 snd_soc_dapm_stream_event(rtd,
651 codec_dai->driver->playback.stream_name,
652 SND_SOC_DAPM_STREAM_STOP);
Frank Mandarinodb2a4162006-10-06 18:31:09 +0200653 }
Liam Girdwoodf0fba2a2010-03-17 20:15:21 +0000654
Frank Mandarinodb2a4162006-10-06 18:31:09 +0200655 mutex_unlock(&pcm_mutex);
656}
657
658/*
659 * Called by ALSA when a PCM substream is closed. Private data can be
660 * freed here. The cpu DAI, codec DAI, machine and platform are also
661 * shutdown.
662 */
663static int soc_codec_close(struct snd_pcm_substream *substream)
664{
665 struct snd_soc_pcm_runtime *rtd = substream->private_data;
Liam Girdwoodf0fba2a2010-03-17 20:15:21 +0000666 struct snd_soc_platform *platform = rtd->platform;
667 struct snd_soc_dai *cpu_dai = rtd->cpu_dai;
668 struct snd_soc_dai *codec_dai = rtd->codec_dai;
669 struct snd_soc_codec *codec = rtd->codec;
Frank Mandarinodb2a4162006-10-06 18:31:09 +0200670
671 mutex_lock(&pcm_mutex);
672
Jassi Brar14dc5732010-02-26 09:12:32 +0900673 if (substream->stream == SNDRV_PCM_STREAM_PLAYBACK) {
Liam Girdwoodf0fba2a2010-03-17 20:15:21 +0000674 cpu_dai->playback_active--;
675 codec_dai->playback_active--;
Jassi Brar14dc5732010-02-26 09:12:32 +0900676 } else {
Liam Girdwoodf0fba2a2010-03-17 20:15:21 +0000677 cpu_dai->capture_active--;
678 codec_dai->capture_active--;
Frank Mandarinodb2a4162006-10-06 18:31:09 +0200679 }
Jassi Brar14dc5732010-02-26 09:12:32 +0900680
681 cpu_dai->active--;
682 codec_dai->active--;
Frank Mandarinodb2a4162006-10-06 18:31:09 +0200683 codec->active--;
684
Mark Brown6010b2d2008-09-06 18:33:24 +0100685 /* Muting the DAC suppresses artifacts caused during digital
686 * shutdown, for example from stopping clocks.
687 */
688 if (substream->stream == SNDRV_PCM_STREAM_PLAYBACK)
689 snd_soc_dai_digital_mute(codec_dai, 1);
690
Liam Girdwoodf0fba2a2010-03-17 20:15:21 +0000691 if (cpu_dai->driver->ops->shutdown)
692 cpu_dai->driver->ops->shutdown(substream, cpu_dai);
Frank Mandarinodb2a4162006-10-06 18:31:09 +0200693
Liam Girdwoodf0fba2a2010-03-17 20:15:21 +0000694 if (codec_dai->driver->ops->shutdown)
695 codec_dai->driver->ops->shutdown(substream, codec_dai);
Frank Mandarinodb2a4162006-10-06 18:31:09 +0200696
Liam Girdwoodf0fba2a2010-03-17 20:15:21 +0000697 if (rtd->dai_link->ops && rtd->dai_link->ops->shutdown)
698 rtd->dai_link->ops->shutdown(substream);
Frank Mandarinodb2a4162006-10-06 18:31:09 +0200699
Liam Girdwoodf0fba2a2010-03-17 20:15:21 +0000700 if (platform->driver->ops->close)
701 platform->driver->ops->close(substream);
702 cpu_dai->runtime = NULL;
Frank Mandarinodb2a4162006-10-06 18:31:09 +0200703
704 if (substream->stream == SNDRV_PCM_STREAM_PLAYBACK) {
705 /* start delayed pop wq here for playback streams */
Liam Girdwoodcb666e52007-02-02 17:13:49 +0100706 codec_dai->pop_wait = 1;
Liam Girdwoodf0fba2a2010-03-17 20:15:21 +0000707 schedule_delayed_work(&rtd->delayed_work,
708 msecs_to_jiffies(rtd->pmdown_time));
Frank Mandarinodb2a4162006-10-06 18:31:09 +0200709 } else {
710 /* capture streams can be powered down now */
Liam Girdwoodf0fba2a2010-03-17 20:15:21 +0000711 snd_soc_dapm_stream_event(rtd,
712 codec_dai->driver->capture.stream_name,
Liam Girdwood0b4d2212008-01-10 14:36:20 +0100713 SND_SOC_DAPM_STREAM_STOP);
Frank Mandarinodb2a4162006-10-06 18:31:09 +0200714 }
715
716 mutex_unlock(&pcm_mutex);
717 return 0;
718}
719
720/*
721 * Called by ALSA when the PCM substream is prepared, can set format, sample
722 * rate, etc. This function is non atomic and can be called multiple times,
723 * it can refer to the runtime info.
724 */
725static int soc_pcm_prepare(struct snd_pcm_substream *substream)
726{
727 struct snd_soc_pcm_runtime *rtd = substream->private_data;
Liam Girdwoodf0fba2a2010-03-17 20:15:21 +0000728 struct snd_soc_platform *platform = rtd->platform;
729 struct snd_soc_dai *cpu_dai = rtd->cpu_dai;
730 struct snd_soc_dai *codec_dai = rtd->codec_dai;
Frank Mandarinodb2a4162006-10-06 18:31:09 +0200731 int ret = 0;
732
733 mutex_lock(&pcm_mutex);
Liam Girdwoodcb666e52007-02-02 17:13:49 +0100734
Liam Girdwoodf0fba2a2010-03-17 20:15:21 +0000735 if (rtd->dai_link->ops && rtd->dai_link->ops->prepare) {
736 ret = rtd->dai_link->ops->prepare(substream);
Liam Girdwoodcb666e52007-02-02 17:13:49 +0100737 if (ret < 0) {
738 printk(KERN_ERR "asoc: machine prepare error\n");
739 goto out;
740 }
741 }
742
Liam Girdwoodf0fba2a2010-03-17 20:15:21 +0000743 if (platform->driver->ops->prepare) {
744 ret = platform->driver->ops->prepare(substream);
Liam Girdwooda71a4682006-10-19 20:35:56 +0200745 if (ret < 0) {
746 printk(KERN_ERR "asoc: platform prepare error\n");
Frank Mandarinodb2a4162006-10-06 18:31:09 +0200747 goto out;
Liam Girdwooda71a4682006-10-19 20:35:56 +0200748 }
Frank Mandarinodb2a4162006-10-06 18:31:09 +0200749 }
750
Liam Girdwoodf0fba2a2010-03-17 20:15:21 +0000751 if (codec_dai->driver->ops->prepare) {
752 ret = codec_dai->driver->ops->prepare(substream, codec_dai);
Liam Girdwooda71a4682006-10-19 20:35:56 +0200753 if (ret < 0) {
754 printk(KERN_ERR "asoc: codec DAI prepare error\n");
Frank Mandarinodb2a4162006-10-06 18:31:09 +0200755 goto out;
Liam Girdwooda71a4682006-10-19 20:35:56 +0200756 }
Frank Mandarinodb2a4162006-10-06 18:31:09 +0200757 }
758
Liam Girdwoodf0fba2a2010-03-17 20:15:21 +0000759 if (cpu_dai->driver->ops->prepare) {
760 ret = cpu_dai->driver->ops->prepare(substream, cpu_dai);
Liam Girdwoodcb666e52007-02-02 17:13:49 +0100761 if (ret < 0) {
762 printk(KERN_ERR "asoc: cpu DAI prepare error\n");
763 goto out;
764 }
765 }
Frank Mandarinodb2a4162006-10-06 18:31:09 +0200766
Mark Brownd45f6212008-10-14 13:58:36 +0100767 /* cancel any delayed stream shutdown that is pending */
768 if (substream->stream == SNDRV_PCM_STREAM_PLAYBACK &&
769 codec_dai->pop_wait) {
770 codec_dai->pop_wait = 0;
Liam Girdwoodf0fba2a2010-03-17 20:15:21 +0000771 cancel_delayed_work(&rtd->delayed_work);
Mark Brownd45f6212008-10-14 13:58:36 +0100772 }
773
Mark Brown452c5ea2009-05-17 21:41:23 +0100774 if (substream->stream == SNDRV_PCM_STREAM_PLAYBACK)
Liam Girdwoodf0fba2a2010-03-17 20:15:21 +0000775 snd_soc_dapm_stream_event(rtd,
776 codec_dai->driver->playback.stream_name,
Mark Brown452c5ea2009-05-17 21:41:23 +0100777 SND_SOC_DAPM_STREAM_START);
778 else
Liam Girdwoodf0fba2a2010-03-17 20:15:21 +0000779 snd_soc_dapm_stream_event(rtd,
780 codec_dai->driver->capture.stream_name,
Mark Brown452c5ea2009-05-17 21:41:23 +0100781 SND_SOC_DAPM_STREAM_START);
Mark Brownd45f6212008-10-14 13:58:36 +0100782
Mark Brown452c5ea2009-05-17 21:41:23 +0100783 snd_soc_dai_digital_mute(codec_dai, 0);
Frank Mandarinodb2a4162006-10-06 18:31:09 +0200784
785out:
786 mutex_unlock(&pcm_mutex);
787 return ret;
788}
789
790/*
791 * Called by ALSA when the hardware params are set by application. This
792 * function can also be called multiple times and can allocate buffers
793 * (using snd_pcm_lib_* ). It's non-atomic.
794 */
795static int soc_pcm_hw_params(struct snd_pcm_substream *substream,
796 struct snd_pcm_hw_params *params)
797{
798 struct snd_soc_pcm_runtime *rtd = substream->private_data;
Liam Girdwoodf0fba2a2010-03-17 20:15:21 +0000799 struct snd_soc_platform *platform = rtd->platform;
800 struct snd_soc_dai *cpu_dai = rtd->cpu_dai;
801 struct snd_soc_dai *codec_dai = rtd->codec_dai;
Frank Mandarinodb2a4162006-10-06 18:31:09 +0200802 int ret = 0;
803
804 mutex_lock(&pcm_mutex);
805
Liam Girdwoodf0fba2a2010-03-17 20:15:21 +0000806 if (rtd->dai_link->ops && rtd->dai_link->ops->hw_params) {
807 ret = rtd->dai_link->ops->hw_params(substream, params);
Frank Mandarinodb2a4162006-10-06 18:31:09 +0200808 if (ret < 0) {
Liam Girdwoodcb666e52007-02-02 17:13:49 +0100809 printk(KERN_ERR "asoc: machine hw_params failed\n");
Frank Mandarinodb2a4162006-10-06 18:31:09 +0200810 goto out;
811 }
812 }
813
Liam Girdwoodf0fba2a2010-03-17 20:15:21 +0000814 if (codec_dai->driver->ops->hw_params) {
815 ret = codec_dai->driver->ops->hw_params(substream, params, codec_dai);
Liam Girdwoodcb666e52007-02-02 17:13:49 +0100816 if (ret < 0) {
817 printk(KERN_ERR "asoc: can't set codec %s hw params\n",
818 codec_dai->name);
819 goto codec_err;
820 }
821 }
822
Liam Girdwoodf0fba2a2010-03-17 20:15:21 +0000823 if (cpu_dai->driver->ops->hw_params) {
824 ret = cpu_dai->driver->ops->hw_params(substream, params, cpu_dai);
Frank Mandarinodb2a4162006-10-06 18:31:09 +0200825 if (ret < 0) {
Mark Brown3ff3f642008-05-19 12:32:25 +0200826 printk(KERN_ERR "asoc: interface %s hw params failed\n",
Liam Girdwoodcb666e52007-02-02 17:13:49 +0100827 cpu_dai->name);
Frank Mandarinodb2a4162006-10-06 18:31:09 +0200828 goto interface_err;
829 }
830 }
831
Liam Girdwoodf0fba2a2010-03-17 20:15:21 +0000832 if (platform->driver->ops->hw_params) {
833 ret = platform->driver->ops->hw_params(substream, params);
Frank Mandarinodb2a4162006-10-06 18:31:09 +0200834 if (ret < 0) {
Mark Brown3ff3f642008-05-19 12:32:25 +0200835 printk(KERN_ERR "asoc: platform %s hw params failed\n",
Frank Mandarinodb2a4162006-10-06 18:31:09 +0200836 platform->name);
837 goto platform_err;
838 }
839 }
840
Liam Girdwoodf0fba2a2010-03-17 20:15:21 +0000841 rtd->rate = params_rate(params);
Mark Brown06f409d2009-04-07 18:10:13 +0100842
Frank Mandarinodb2a4162006-10-06 18:31:09 +0200843out:
844 mutex_unlock(&pcm_mutex);
845 return ret;
846
Frank Mandarinodb2a4162006-10-06 18:31:09 +0200847platform_err:
Liam Girdwoodf0fba2a2010-03-17 20:15:21 +0000848 if (cpu_dai->driver->ops->hw_free)
849 cpu_dai->driver->ops->hw_free(substream, cpu_dai);
Frank Mandarinodb2a4162006-10-06 18:31:09 +0200850
851interface_err:
Liam Girdwoodf0fba2a2010-03-17 20:15:21 +0000852 if (codec_dai->driver->ops->hw_free)
853 codec_dai->driver->ops->hw_free(substream, codec_dai);
Liam Girdwoodcb666e52007-02-02 17:13:49 +0100854
855codec_err:
Liam Girdwoodf0fba2a2010-03-17 20:15:21 +0000856 if (rtd->dai_link->ops && rtd->dai_link->ops->hw_free)
857 rtd->dai_link->ops->hw_free(substream);
Frank Mandarinodb2a4162006-10-06 18:31:09 +0200858
859 mutex_unlock(&pcm_mutex);
860 return ret;
861}
862
863/*
Mark Browna00f90f2010-12-02 16:24:24 +0000864 * Frees resources allocated by hw_params, can be called multiple times
Frank Mandarinodb2a4162006-10-06 18:31:09 +0200865 */
866static int soc_pcm_hw_free(struct snd_pcm_substream *substream)
867{
868 struct snd_soc_pcm_runtime *rtd = substream->private_data;
Liam Girdwoodf0fba2a2010-03-17 20:15:21 +0000869 struct snd_soc_platform *platform = rtd->platform;
870 struct snd_soc_dai *cpu_dai = rtd->cpu_dai;
871 struct snd_soc_dai *codec_dai = rtd->codec_dai;
872 struct snd_soc_codec *codec = rtd->codec;
Frank Mandarinodb2a4162006-10-06 18:31:09 +0200873
874 mutex_lock(&pcm_mutex);
875
876 /* apply codec digital mute */
Liam Girdwood8c6529d2008-07-08 13:19:13 +0100877 if (!codec->active)
878 snd_soc_dai_digital_mute(codec_dai, 1);
Frank Mandarinodb2a4162006-10-06 18:31:09 +0200879
880 /* free any machine hw params */
Liam Girdwoodf0fba2a2010-03-17 20:15:21 +0000881 if (rtd->dai_link->ops && rtd->dai_link->ops->hw_free)
882 rtd->dai_link->ops->hw_free(substream);
Frank Mandarinodb2a4162006-10-06 18:31:09 +0200883
884 /* free any DMA resources */
Liam Girdwoodf0fba2a2010-03-17 20:15:21 +0000885 if (platform->driver->ops->hw_free)
886 platform->driver->ops->hw_free(substream);
Frank Mandarinodb2a4162006-10-06 18:31:09 +0200887
Mark Browna00f90f2010-12-02 16:24:24 +0000888 /* now free hw params for the DAIs */
Liam Girdwoodf0fba2a2010-03-17 20:15:21 +0000889 if (codec_dai->driver->ops->hw_free)
890 codec_dai->driver->ops->hw_free(substream, codec_dai);
Frank Mandarinodb2a4162006-10-06 18:31:09 +0200891
Liam Girdwoodf0fba2a2010-03-17 20:15:21 +0000892 if (cpu_dai->driver->ops->hw_free)
893 cpu_dai->driver->ops->hw_free(substream, cpu_dai);
Frank Mandarinodb2a4162006-10-06 18:31:09 +0200894
895 mutex_unlock(&pcm_mutex);
896 return 0;
897}
898
899static int soc_pcm_trigger(struct snd_pcm_substream *substream, int cmd)
900{
901 struct snd_soc_pcm_runtime *rtd = substream->private_data;
Liam Girdwoodf0fba2a2010-03-17 20:15:21 +0000902 struct snd_soc_platform *platform = rtd->platform;
903 struct snd_soc_dai *cpu_dai = rtd->cpu_dai;
904 struct snd_soc_dai *codec_dai = rtd->codec_dai;
Frank Mandarinodb2a4162006-10-06 18:31:09 +0200905 int ret;
906
Liam Girdwoodf0fba2a2010-03-17 20:15:21 +0000907 if (codec_dai->driver->ops->trigger) {
908 ret = codec_dai->driver->ops->trigger(substream, cmd, codec_dai);
Frank Mandarinodb2a4162006-10-06 18:31:09 +0200909 if (ret < 0)
910 return ret;
911 }
912
Liam Girdwoodf0fba2a2010-03-17 20:15:21 +0000913 if (platform->driver->ops->trigger) {
914 ret = platform->driver->ops->trigger(substream, cmd);
Frank Mandarinodb2a4162006-10-06 18:31:09 +0200915 if (ret < 0)
916 return ret;
917 }
918
Liam Girdwoodf0fba2a2010-03-17 20:15:21 +0000919 if (cpu_dai->driver->ops->trigger) {
920 ret = cpu_dai->driver->ops->trigger(substream, cmd, cpu_dai);
Frank Mandarinodb2a4162006-10-06 18:31:09 +0200921 if (ret < 0)
922 return ret;
923 }
924 return 0;
925}
926
Peter Ujfalusi377b6f62010-03-03 15:08:06 +0200927/*
928 * soc level wrapper for pointer callback
Peter Ujfalusi258020d2010-03-03 15:08:07 +0200929 * If cpu_dai, codec_dai, platform driver has the delay callback, than
930 * the runtime->delay will be updated accordingly.
Peter Ujfalusi377b6f62010-03-03 15:08:06 +0200931 */
932static snd_pcm_uframes_t soc_pcm_pointer(struct snd_pcm_substream *substream)
933{
934 struct snd_soc_pcm_runtime *rtd = substream->private_data;
Liam Girdwoodf0fba2a2010-03-17 20:15:21 +0000935 struct snd_soc_platform *platform = rtd->platform;
936 struct snd_soc_dai *cpu_dai = rtd->cpu_dai;
937 struct snd_soc_dai *codec_dai = rtd->codec_dai;
Peter Ujfalusi258020d2010-03-03 15:08:07 +0200938 struct snd_pcm_runtime *runtime = substream->runtime;
Peter Ujfalusi377b6f62010-03-03 15:08:06 +0200939 snd_pcm_uframes_t offset = 0;
Peter Ujfalusi258020d2010-03-03 15:08:07 +0200940 snd_pcm_sframes_t delay = 0;
Peter Ujfalusi377b6f62010-03-03 15:08:06 +0200941
Liam Girdwoodf0fba2a2010-03-17 20:15:21 +0000942 if (platform->driver->ops->pointer)
943 offset = platform->driver->ops->pointer(substream);
Peter Ujfalusi377b6f62010-03-03 15:08:06 +0200944
Liam Girdwoodf0fba2a2010-03-17 20:15:21 +0000945 if (cpu_dai->driver->ops->delay)
946 delay += cpu_dai->driver->ops->delay(substream, cpu_dai);
Peter Ujfalusi258020d2010-03-03 15:08:07 +0200947
Liam Girdwoodf0fba2a2010-03-17 20:15:21 +0000948 if (codec_dai->driver->ops->delay)
949 delay += codec_dai->driver->ops->delay(substream, codec_dai);
Peter Ujfalusi258020d2010-03-03 15:08:07 +0200950
Liam Girdwoodf0fba2a2010-03-17 20:15:21 +0000951 if (platform->driver->delay)
952 delay += platform->driver->delay(substream, codec_dai);
Peter Ujfalusi258020d2010-03-03 15:08:07 +0200953
954 runtime->delay = delay;
955
Peter Ujfalusi377b6f62010-03-03 15:08:06 +0200956 return offset;
957}
958
Frank Mandarinodb2a4162006-10-06 18:31:09 +0200959/* ASoC PCM operations */
960static struct snd_pcm_ops soc_pcm_ops = {
961 .open = soc_pcm_open,
962 .close = soc_codec_close,
963 .hw_params = soc_pcm_hw_params,
964 .hw_free = soc_pcm_hw_free,
965 .prepare = soc_pcm_prepare,
966 .trigger = soc_pcm_trigger,
Peter Ujfalusi377b6f62010-03-03 15:08:06 +0200967 .pointer = soc_pcm_pointer,
Frank Mandarinodb2a4162006-10-06 18:31:09 +0200968};
969
970#ifdef CONFIG_PM
971/* powers down audio subsystem for suspend */
Mark Brown416356f2009-06-30 19:05:15 +0100972static int soc_suspend(struct device *dev)
Frank Mandarinodb2a4162006-10-06 18:31:09 +0200973{
Mark Brown416356f2009-06-30 19:05:15 +0100974 struct platform_device *pdev = to_platform_device(dev);
Liam Girdwoodf0fba2a2010-03-17 20:15:21 +0000975 struct snd_soc_card *card = platform_get_drvdata(pdev);
Jarkko Nikula2eea3922010-11-25 17:47:38 +0200976 struct snd_soc_codec *codec;
Frank Mandarinodb2a4162006-10-06 18:31:09 +0200977 int i;
978
Daniel Macke3509ff2009-06-03 17:44:49 +0200979 /* If the initialization of this soc device failed, there is no codec
980 * associated with it. Just bail out in this case.
981 */
Liam Girdwoodf0fba2a2010-03-17 20:15:21 +0000982 if (list_empty(&card->codec_dev_list))
Daniel Macke3509ff2009-06-03 17:44:49 +0200983 return 0;
984
Andy Green6ed25972008-06-13 16:24:05 +0100985 /* Due to the resume being scheduled into a workqueue we could
986 * suspend before that's finished - wait for it to complete.
987 */
Liam Girdwoodf0fba2a2010-03-17 20:15:21 +0000988 snd_power_lock(card->snd_card);
989 snd_power_wait(card->snd_card, SNDRV_CTL_POWER_D0);
990 snd_power_unlock(card->snd_card);
Andy Green6ed25972008-06-13 16:24:05 +0100991
992 /* we're going to block userspace touching us until resume completes */
Liam Girdwoodf0fba2a2010-03-17 20:15:21 +0000993 snd_power_change_state(card->snd_card, SNDRV_CTL_POWER_D3hot);
Andy Green6ed25972008-06-13 16:24:05 +0100994
Mark Browna00f90f2010-12-02 16:24:24 +0000995 /* mute any active DACs */
Liam Girdwoodf0fba2a2010-03-17 20:15:21 +0000996 for (i = 0; i < card->num_rtd; i++) {
997 struct snd_soc_dai *dai = card->rtd[i].codec_dai;
998 struct snd_soc_dai_driver *drv = dai->driver;
Mark Brown3efab7d2010-05-09 13:25:43 +0100999
Liam Girdwoodf0fba2a2010-03-17 20:15:21 +00001000 if (card->rtd[i].dai_link->ignore_suspend)
Mark Brown3efab7d2010-05-09 13:25:43 +01001001 continue;
1002
Liam Girdwoodf0fba2a2010-03-17 20:15:21 +00001003 if (drv->ops->digital_mute && dai->playback_active)
1004 drv->ops->digital_mute(dai, 1);
Frank Mandarinodb2a4162006-10-06 18:31:09 +02001005 }
1006
Liam Girdwood4ccab3e2008-01-10 14:39:01 +01001007 /* suspend all pcms */
Liam Girdwoodf0fba2a2010-03-17 20:15:21 +00001008 for (i = 0; i < card->num_rtd; i++) {
1009 if (card->rtd[i].dai_link->ignore_suspend)
Mark Brown3efab7d2010-05-09 13:25:43 +01001010 continue;
1011
Liam Girdwoodf0fba2a2010-03-17 20:15:21 +00001012 snd_pcm_suspend_all(card->rtd[i].pcm);
Mark Brown3efab7d2010-05-09 13:25:43 +01001013 }
Liam Girdwood4ccab3e2008-01-10 14:39:01 +01001014
Mark Brown87506542008-11-18 20:50:34 +00001015 if (card->suspend_pre)
Mark Brown416356f2009-06-30 19:05:15 +01001016 card->suspend_pre(pdev, PMSG_SUSPEND);
Frank Mandarinodb2a4162006-10-06 18:31:09 +02001017
Liam Girdwoodf0fba2a2010-03-17 20:15:21 +00001018 for (i = 0; i < card->num_rtd; i++) {
1019 struct snd_soc_dai *cpu_dai = card->rtd[i].cpu_dai;
1020 struct snd_soc_platform *platform = card->rtd[i].platform;
Mark Brown3efab7d2010-05-09 13:25:43 +01001021
Liam Girdwoodf0fba2a2010-03-17 20:15:21 +00001022 if (card->rtd[i].dai_link->ignore_suspend)
Mark Brown3efab7d2010-05-09 13:25:43 +01001023 continue;
1024
Liam Girdwoodf0fba2a2010-03-17 20:15:21 +00001025 if (cpu_dai->driver->suspend && !cpu_dai->driver->ac97_control)
1026 cpu_dai->driver->suspend(cpu_dai);
1027 if (platform->driver->suspend && !platform->suspended) {
1028 platform->driver->suspend(cpu_dai);
1029 platform->suspended = 1;
Mark Brown1547aba2010-05-07 21:11:40 +01001030 }
1031 }
Frank Mandarinodb2a4162006-10-06 18:31:09 +02001032
Liam Girdwoodf0fba2a2010-03-17 20:15:21 +00001033 /* close any waiting streams and save state */
1034 for (i = 0; i < card->num_rtd; i++) {
Tejun Heo5b84ba22010-12-11 17:51:26 +01001035 flush_delayed_work_sync(&card->rtd[i].delayed_work);
Liam Girdwoodce6120c2010-11-05 15:53:46 +02001036 card->rtd[i].codec->dapm.suspend_bias_level = card->rtd[i].codec->dapm.bias_level;
Liam Girdwoodf0fba2a2010-03-17 20:15:21 +00001037 }
Mark Brown3efab7d2010-05-09 13:25:43 +01001038
Liam Girdwoodf0fba2a2010-03-17 20:15:21 +00001039 for (i = 0; i < card->num_rtd; i++) {
1040 struct snd_soc_dai_driver *driver = card->rtd[i].codec_dai->driver;
1041
1042 if (card->rtd[i].dai_link->ignore_suspend)
Mark Brown3efab7d2010-05-09 13:25:43 +01001043 continue;
1044
Liam Girdwoodf0fba2a2010-03-17 20:15:21 +00001045 if (driver->playback.stream_name != NULL)
1046 snd_soc_dapm_stream_event(&card->rtd[i], driver->playback.stream_name,
1047 SND_SOC_DAPM_STREAM_SUSPEND);
1048
1049 if (driver->capture.stream_name != NULL)
1050 snd_soc_dapm_stream_event(&card->rtd[i], driver->capture.stream_name,
1051 SND_SOC_DAPM_STREAM_SUSPEND);
1052 }
1053
1054 /* suspend all CODECs */
Jarkko Nikula2eea3922010-11-25 17:47:38 +02001055 list_for_each_entry(codec, &card->codec_dev_list, card_list) {
Liam Girdwoodf0fba2a2010-03-17 20:15:21 +00001056 /* If there are paths active then the CODEC will be held with
1057 * bias _ON and should not be suspended. */
1058 if (!codec->suspended && codec->driver->suspend) {
Liam Girdwoodce6120c2010-11-05 15:53:46 +02001059 switch (codec->dapm.bias_level) {
Liam Girdwoodf0fba2a2010-03-17 20:15:21 +00001060 case SND_SOC_BIAS_STANDBY:
1061 case SND_SOC_BIAS_OFF:
1062 codec->driver->suspend(codec, PMSG_SUSPEND);
1063 codec->suspended = 1;
1064 break;
1065 default:
1066 dev_dbg(codec->dev, "CODEC is on over suspend\n");
1067 break;
1068 }
1069 }
1070 }
1071
1072 for (i = 0; i < card->num_rtd; i++) {
1073 struct snd_soc_dai *cpu_dai = card->rtd[i].cpu_dai;
1074
1075 if (card->rtd[i].dai_link->ignore_suspend)
1076 continue;
1077
1078 if (cpu_dai->driver->suspend && cpu_dai->driver->ac97_control)
1079 cpu_dai->driver->suspend(cpu_dai);
Frank Mandarinodb2a4162006-10-06 18:31:09 +02001080 }
1081
Mark Brown87506542008-11-18 20:50:34 +00001082 if (card->suspend_post)
Mark Brown416356f2009-06-30 19:05:15 +01001083 card->suspend_post(pdev, PMSG_SUSPEND);
Frank Mandarinodb2a4162006-10-06 18:31:09 +02001084
1085 return 0;
1086}
1087
Andy Green6ed25972008-06-13 16:24:05 +01001088/* deferred resume work, so resume can complete before we finished
1089 * setting our codec back up, which can be very slow on I2C
1090 */
1091static void soc_resume_deferred(struct work_struct *work)
Frank Mandarinodb2a4162006-10-06 18:31:09 +02001092{
Liam Girdwoodf0fba2a2010-03-17 20:15:21 +00001093 struct snd_soc_card *card =
1094 container_of(work, struct snd_soc_card, deferred_resume_work);
1095 struct platform_device *pdev = to_platform_device(card->dev);
Jarkko Nikula2eea3922010-11-25 17:47:38 +02001096 struct snd_soc_codec *codec;
Frank Mandarinodb2a4162006-10-06 18:31:09 +02001097 int i;
1098
Andy Green6ed25972008-06-13 16:24:05 +01001099 /* our power state is still SNDRV_CTL_POWER_D3hot from suspend time,
1100 * so userspace apps are blocked from touching us
1101 */
1102
Liam Girdwoodf0fba2a2010-03-17 20:15:21 +00001103 dev_dbg(card->dev, "starting resume work\n");
Andy Green6ed25972008-06-13 16:24:05 +01001104
Mark Brown99497882010-05-07 20:24:05 +01001105 /* Bring us up into D2 so that DAPM starts enabling things */
Liam Girdwoodf0fba2a2010-03-17 20:15:21 +00001106 snd_power_change_state(card->snd_card, SNDRV_CTL_POWER_D2);
Mark Brown99497882010-05-07 20:24:05 +01001107
Mark Brown87506542008-11-18 20:50:34 +00001108 if (card->resume_pre)
1109 card->resume_pre(pdev);
Frank Mandarinodb2a4162006-10-06 18:31:09 +02001110
Liam Girdwoodf0fba2a2010-03-17 20:15:21 +00001111 /* resume AC97 DAIs */
1112 for (i = 0; i < card->num_rtd; i++) {
1113 struct snd_soc_dai *cpu_dai = card->rtd[i].cpu_dai;
Mark Brown3efab7d2010-05-09 13:25:43 +01001114
Liam Girdwoodf0fba2a2010-03-17 20:15:21 +00001115 if (card->rtd[i].dai_link->ignore_suspend)
Mark Brown3efab7d2010-05-09 13:25:43 +01001116 continue;
1117
Liam Girdwoodf0fba2a2010-03-17 20:15:21 +00001118 if (cpu_dai->driver->resume && cpu_dai->driver->ac97_control)
1119 cpu_dai->driver->resume(cpu_dai);
Frank Mandarinodb2a4162006-10-06 18:31:09 +02001120 }
1121
Jarkko Nikula2eea3922010-11-25 17:47:38 +02001122 list_for_each_entry(codec, &card->codec_dev_list, card_list) {
Liam Girdwoodf0fba2a2010-03-17 20:15:21 +00001123 /* If the CODEC was idle over suspend then it will have been
1124 * left with bias OFF or STANDBY and suspended so we must now
1125 * resume. Otherwise the suspend was suppressed.
1126 */
1127 if (codec->driver->resume && codec->suspended) {
Liam Girdwoodce6120c2010-11-05 15:53:46 +02001128 switch (codec->dapm.bias_level) {
Liam Girdwoodf0fba2a2010-03-17 20:15:21 +00001129 case SND_SOC_BIAS_STANDBY:
1130 case SND_SOC_BIAS_OFF:
1131 codec->driver->resume(codec);
1132 codec->suspended = 0;
1133 break;
1134 default:
1135 dev_dbg(codec->dev, "CODEC was on over suspend\n");
1136 break;
1137 }
Mark Brown1547aba2010-05-07 21:11:40 +01001138 }
1139 }
Frank Mandarinodb2a4162006-10-06 18:31:09 +02001140
Liam Girdwoodf0fba2a2010-03-17 20:15:21 +00001141 for (i = 0; i < card->num_rtd; i++) {
1142 struct snd_soc_dai_driver *driver = card->rtd[i].codec_dai->driver;
Mark Brown3efab7d2010-05-09 13:25:43 +01001143
Liam Girdwoodf0fba2a2010-03-17 20:15:21 +00001144 if (card->rtd[i].dai_link->ignore_suspend)
Mark Brown3efab7d2010-05-09 13:25:43 +01001145 continue;
1146
Liam Girdwoodf0fba2a2010-03-17 20:15:21 +00001147 if (driver->playback.stream_name != NULL)
1148 snd_soc_dapm_stream_event(&card->rtd[i], driver->playback.stream_name,
Frank Mandarinodb2a4162006-10-06 18:31:09 +02001149 SND_SOC_DAPM_STREAM_RESUME);
Liam Girdwoodf0fba2a2010-03-17 20:15:21 +00001150
1151 if (driver->capture.stream_name != NULL)
1152 snd_soc_dapm_stream_event(&card->rtd[i], driver->capture.stream_name,
Frank Mandarinodb2a4162006-10-06 18:31:09 +02001153 SND_SOC_DAPM_STREAM_RESUME);
1154 }
1155
Mark Brown3ff3f642008-05-19 12:32:25 +02001156 /* unmute any active DACs */
Liam Girdwoodf0fba2a2010-03-17 20:15:21 +00001157 for (i = 0; i < card->num_rtd; i++) {
1158 struct snd_soc_dai *dai = card->rtd[i].codec_dai;
1159 struct snd_soc_dai_driver *drv = dai->driver;
Mark Brown3efab7d2010-05-09 13:25:43 +01001160
Liam Girdwoodf0fba2a2010-03-17 20:15:21 +00001161 if (card->rtd[i].dai_link->ignore_suspend)
Mark Brown3efab7d2010-05-09 13:25:43 +01001162 continue;
1163
Liam Girdwoodf0fba2a2010-03-17 20:15:21 +00001164 if (drv->ops->digital_mute && dai->playback_active)
1165 drv->ops->digital_mute(dai, 0);
Frank Mandarinodb2a4162006-10-06 18:31:09 +02001166 }
1167
Liam Girdwoodf0fba2a2010-03-17 20:15:21 +00001168 for (i = 0; i < card->num_rtd; i++) {
1169 struct snd_soc_dai *cpu_dai = card->rtd[i].cpu_dai;
1170 struct snd_soc_platform *platform = card->rtd[i].platform;
Mark Brown3efab7d2010-05-09 13:25:43 +01001171
Liam Girdwoodf0fba2a2010-03-17 20:15:21 +00001172 if (card->rtd[i].dai_link->ignore_suspend)
Mark Brown3efab7d2010-05-09 13:25:43 +01001173 continue;
1174
Liam Girdwoodf0fba2a2010-03-17 20:15:21 +00001175 if (cpu_dai->driver->resume && !cpu_dai->driver->ac97_control)
1176 cpu_dai->driver->resume(cpu_dai);
1177 if (platform->driver->resume && platform->suspended) {
1178 platform->driver->resume(cpu_dai);
1179 platform->suspended = 0;
1180 }
Frank Mandarinodb2a4162006-10-06 18:31:09 +02001181 }
1182
Mark Brown87506542008-11-18 20:50:34 +00001183 if (card->resume_post)
1184 card->resume_post(pdev);
Frank Mandarinodb2a4162006-10-06 18:31:09 +02001185
Liam Girdwoodf0fba2a2010-03-17 20:15:21 +00001186 dev_dbg(card->dev, "resume work completed\n");
Andy Green6ed25972008-06-13 16:24:05 +01001187
1188 /* userspace can access us now we are back as we were before */
Liam Girdwoodf0fba2a2010-03-17 20:15:21 +00001189 snd_power_change_state(card->snd_card, SNDRV_CTL_POWER_D0);
Andy Green6ed25972008-06-13 16:24:05 +01001190}
1191
1192/* powers up audio subsystem after a suspend */
Mark Brown416356f2009-06-30 19:05:15 +01001193static int soc_resume(struct device *dev)
Andy Green6ed25972008-06-13 16:24:05 +01001194{
Mark Brown416356f2009-06-30 19:05:15 +01001195 struct platform_device *pdev = to_platform_device(dev);
Liam Girdwoodf0fba2a2010-03-17 20:15:21 +00001196 struct snd_soc_card *card = platform_get_drvdata(pdev);
1197 int i;
Peter Ujfalusib9dd94a2010-02-22 13:27:13 +02001198
Mark Brown64ab9ba2009-03-31 11:27:03 +01001199 /* AC97 devices might have other drivers hanging off them so
1200 * need to resume immediately. Other drivers don't have that
1201 * problem and may take a substantial amount of time to resume
1202 * due to I/O costs and anti-pop so handle them out of line.
1203 */
Liam Girdwoodf0fba2a2010-03-17 20:15:21 +00001204 for (i = 0; i < card->num_rtd; i++) {
1205 struct snd_soc_dai *cpu_dai = card->rtd[i].cpu_dai;
1206 if (cpu_dai->driver->ac97_control) {
1207 dev_dbg(dev, "Resuming AC97 immediately\n");
1208 soc_resume_deferred(&card->deferred_resume_work);
1209 } else {
1210 dev_dbg(dev, "Scheduling resume work\n");
1211 if (!schedule_work(&card->deferred_resume_work))
1212 dev_err(dev, "resume work item may be lost\n");
1213 }
Mark Brown64ab9ba2009-03-31 11:27:03 +01001214 }
Andy Green6ed25972008-06-13 16:24:05 +01001215
Frank Mandarinodb2a4162006-10-06 18:31:09 +02001216 return 0;
1217}
Frank Mandarinodb2a4162006-10-06 18:31:09 +02001218#else
1219#define soc_suspend NULL
1220#define soc_resume NULL
1221#endif
1222
Barry Song02a06d32009-10-16 18:13:38 +08001223static struct snd_soc_dai_ops null_dai_ops = {
1224};
1225
Liam Girdwoodf0fba2a2010-03-17 20:15:21 +00001226static int soc_bind_dai_link(struct snd_soc_card *card, int num)
Frank Mandarinodb2a4162006-10-06 18:31:09 +02001227{
Liam Girdwoodf0fba2a2010-03-17 20:15:21 +00001228 struct snd_soc_dai_link *dai_link = &card->dai_link[num];
1229 struct snd_soc_pcm_runtime *rtd = &card->rtd[num];
Mark Brownfe3e78e2009-11-03 22:13:13 +00001230 struct snd_soc_codec *codec;
Mark Brown435c5e22008-12-04 15:32:53 +00001231 struct snd_soc_platform *platform;
Liam Girdwoodf0fba2a2010-03-17 20:15:21 +00001232 struct snd_soc_dai *codec_dai, *cpu_dai;
Frank Mandarinodb2a4162006-10-06 18:31:09 +02001233
Liam Girdwoodf0fba2a2010-03-17 20:15:21 +00001234 if (rtd->complete)
1235 return 1;
1236 dev_dbg(card->dev, "binding %s at idx %d\n", dai_link->name, num);
Mark Brown63084192008-12-02 15:08:03 +00001237
Liam Girdwoodf0fba2a2010-03-17 20:15:21 +00001238 /* do we already have the CPU DAI for this link ? */
1239 if (rtd->cpu_dai) {
1240 goto find_codec;
1241 }
1242 /* no, then find CPU DAI from registered DAIs*/
1243 list_for_each_entry(cpu_dai, &dai_list, list) {
1244 if (!strcmp(cpu_dai->name, dai_link->cpu_dai_name)) {
1245
1246 if (!try_module_get(cpu_dai->dev->driver->owner))
1247 return -ENODEV;
1248
1249 rtd->cpu_dai = cpu_dai;
1250 goto find_codec;
Mark Brown435c5e22008-12-04 15:32:53 +00001251 }
Liam Girdwoodf0fba2a2010-03-17 20:15:21 +00001252 }
1253 dev_dbg(card->dev, "CPU DAI %s not registered\n",
1254 dai_link->cpu_dai_name);
1255
1256find_codec:
1257 /* do we already have the CODEC for this link ? */
1258 if (rtd->codec) {
1259 goto find_platform;
Mark Brownc5af3a22008-11-28 13:29:45 +00001260 }
1261
Liam Girdwoodf0fba2a2010-03-17 20:15:21 +00001262 /* no, then find CODEC from registered CODECs*/
1263 list_for_each_entry(codec, &codec_list, list) {
1264 if (!strcmp(codec->name, dai_link->codec_name)) {
1265 rtd->codec = codec;
Mark Brown6b05eda2008-12-08 19:26:48 +00001266
Liam Girdwoodf0fba2a2010-03-17 20:15:21 +00001267 /* CODEC found, so find CODEC DAI from registered DAIs from this CODEC*/
1268 list_for_each_entry(codec_dai, &dai_list, list) {
1269 if (codec->dev == codec_dai->dev &&
1270 !strcmp(codec_dai->name, dai_link->codec_dai_name)) {
1271 rtd->codec_dai = codec_dai;
1272 goto find_platform;
Mark Brown6b05eda2008-12-08 19:26:48 +00001273 }
Liam Girdwoodf0fba2a2010-03-17 20:15:21 +00001274 }
1275 dev_dbg(card->dev, "CODEC DAI %s not registered\n",
1276 dai_link->codec_dai_name);
1277
1278 goto find_platform;
1279 }
1280 }
1281 dev_dbg(card->dev, "CODEC %s not registered\n",
1282 dai_link->codec_name);
1283
1284find_platform:
1285 /* do we already have the CODEC DAI for this link ? */
1286 if (rtd->platform) {
1287 goto out;
1288 }
1289 /* no, then find CPU DAI from registered DAIs*/
1290 list_for_each_entry(platform, &platform_list, list) {
1291 if (!strcmp(platform->name, dai_link->platform_name)) {
Liam Girdwoodf0fba2a2010-03-17 20:15:21 +00001292 rtd->platform = platform;
1293 goto out;
1294 }
1295 }
1296
1297 dev_dbg(card->dev, "platform %s not registered\n",
1298 dai_link->platform_name);
1299 return 0;
1300
1301out:
1302 /* mark rtd as complete if we found all 4 of our client devices */
1303 if (rtd->codec && rtd->codec_dai && rtd->platform && rtd->cpu_dai) {
1304 rtd->complete = 1;
1305 card->num_rtd++;
1306 }
1307 return 1;
1308}
1309
Jarkko Nikula589c3562010-12-06 16:27:07 +02001310static void soc_remove_codec(struct snd_soc_codec *codec)
1311{
1312 int err;
1313
1314 if (codec->driver->remove) {
1315 err = codec->driver->remove(codec);
1316 if (err < 0)
1317 dev_err(codec->dev,
1318 "asoc: failed to remove %s: %d\n",
1319 codec->name, err);
1320 }
1321
1322 /* Make sure all DAPM widgets are freed */
1323 snd_soc_dapm_free(&codec->dapm);
1324
1325 soc_cleanup_codec_debugfs(codec);
1326 codec->probed = 0;
1327 list_del(&codec->card_list);
1328 module_put(codec->dev->driver->owner);
1329}
1330
Liam Girdwoodf0fba2a2010-03-17 20:15:21 +00001331static void soc_remove_dai_link(struct snd_soc_card *card, int num)
1332{
1333 struct snd_soc_pcm_runtime *rtd = &card->rtd[num];
1334 struct snd_soc_codec *codec = rtd->codec;
1335 struct snd_soc_platform *platform = rtd->platform;
1336 struct snd_soc_dai *codec_dai = rtd->codec_dai, *cpu_dai = rtd->cpu_dai;
1337 int err;
1338
1339 /* unregister the rtd device */
1340 if (rtd->dev_registered) {
1341 device_remove_file(&rtd->dev, &dev_attr_pmdown_time);
Jarkko Nikula589c3562010-12-06 16:27:07 +02001342 device_remove_file(&rtd->dev, &dev_attr_codec_reg);
Liam Girdwoodf0fba2a2010-03-17 20:15:21 +00001343 device_unregister(&rtd->dev);
1344 rtd->dev_registered = 0;
1345 }
1346
1347 /* remove the CODEC DAI */
1348 if (codec_dai && codec_dai->probed) {
1349 if (codec_dai->driver->remove) {
1350 err = codec_dai->driver->remove(codec_dai);
1351 if (err < 0)
1352 printk(KERN_ERR "asoc: failed to remove %s\n", codec_dai->name);
1353 }
1354 codec_dai->probed = 0;
1355 list_del(&codec_dai->card_list);
1356 }
1357
1358 /* remove the platform */
1359 if (platform && platform->probed) {
1360 if (platform->driver->remove) {
1361 err = platform->driver->remove(platform);
1362 if (err < 0)
1363 printk(KERN_ERR "asoc: failed to remove %s\n", platform->name);
1364 }
1365 platform->probed = 0;
1366 list_del(&platform->card_list);
1367 module_put(platform->dev->driver->owner);
1368 }
1369
1370 /* remove the CODEC */
Jarkko Nikula589c3562010-12-06 16:27:07 +02001371 if (codec && codec->probed)
1372 soc_remove_codec(codec);
Liam Girdwoodf0fba2a2010-03-17 20:15:21 +00001373
1374 /* remove the cpu_dai */
1375 if (cpu_dai && cpu_dai->probed) {
1376 if (cpu_dai->driver->remove) {
1377 err = cpu_dai->driver->remove(cpu_dai);
1378 if (err < 0)
1379 printk(KERN_ERR "asoc: failed to remove %s\n", cpu_dai->name);
1380 }
1381 cpu_dai->probed = 0;
1382 list_del(&cpu_dai->card_list);
1383 module_put(cpu_dai->dev->driver->owner);
1384 }
1385}
1386
Jarkko Nikulaead9b912010-11-13 20:40:44 +02001387static void soc_set_name_prefix(struct snd_soc_card *card,
1388 struct snd_soc_codec *codec)
1389{
1390 int i;
1391
Dimitris Papastamosff819b82010-12-02 14:53:03 +00001392 if (card->codec_conf == NULL)
Jarkko Nikulaead9b912010-11-13 20:40:44 +02001393 return;
1394
Dimitris Papastamosff819b82010-12-02 14:53:03 +00001395 for (i = 0; i < card->num_configs; i++) {
1396 struct snd_soc_codec_conf *map = &card->codec_conf[i];
Jarkko Nikulaead9b912010-11-13 20:40:44 +02001397 if (map->dev_name && !strcmp(codec->name, map->dev_name)) {
1398 codec->name_prefix = map->name_prefix;
1399 break;
1400 }
1401 }
1402}
1403
Jarkko Nikula589c3562010-12-06 16:27:07 +02001404static int soc_probe_codec(struct snd_soc_card *card,
1405 struct snd_soc_codec *codec)
1406{
1407 int ret = 0;
1408
1409 codec->card = card;
1410 codec->dapm.card = card;
1411 soc_set_name_prefix(card, codec);
1412
1413 if (codec->driver->probe) {
1414 ret = codec->driver->probe(codec);
1415 if (ret < 0) {
1416 dev_err(codec->dev,
1417 "asoc: failed to probe CODEC %s: %d\n",
1418 codec->name, ret);
1419 return ret;
1420 }
1421 }
1422
1423 soc_init_codec_debugfs(codec);
1424
1425 /* mark codec as probed and add to card codec list */
Harsha Priyaf6c2ed52011-01-05 11:34:51 +05301426 if (!try_module_get(codec->dev->driver->owner))
1427 return -ENODEV;
1428
Jarkko Nikula589c3562010-12-06 16:27:07 +02001429 codec->probed = 1;
1430 list_add(&codec->card_list, &card->codec_dev_list);
Jarkko Nikula7be31be82010-12-14 12:18:32 +02001431 list_add(&codec->dapm.list, &card->dapm_list);
Jarkko Nikula589c3562010-12-06 16:27:07 +02001432
1433 return ret;
1434}
1435
Liam Girdwoodf0fba2a2010-03-17 20:15:21 +00001436static void rtd_release(struct device *dev) {}
1437
Jarkko Nikula589c3562010-12-06 16:27:07 +02001438static int soc_post_component_init(struct snd_soc_card *card,
1439 struct snd_soc_codec *codec,
1440 int num, int dailess)
1441{
1442 struct snd_soc_dai_link *dai_link = NULL;
1443 struct snd_soc_aux_dev *aux_dev = NULL;
1444 struct snd_soc_pcm_runtime *rtd;
1445 const char *temp, *name;
1446 int ret = 0;
1447
1448 if (!dailess) {
1449 dai_link = &card->dai_link[num];
1450 rtd = &card->rtd[num];
1451 name = dai_link->name;
1452 } else {
1453 aux_dev = &card->aux_dev[num];
1454 rtd = &card->rtd_aux[num];
1455 name = aux_dev->name;
1456 }
1457
1458 /* machine controls, routes and widgets are not prefixed */
1459 temp = codec->name_prefix;
1460 codec->name_prefix = NULL;
1461
1462 /* do machine specific initialization */
1463 if (!dailess && dai_link->init)
1464 ret = dai_link->init(rtd);
1465 else if (dailess && aux_dev->init)
1466 ret = aux_dev->init(&codec->dapm);
1467 if (ret < 0) {
1468 dev_err(card->dev, "asoc: failed to init %s: %d\n", name, ret);
1469 return ret;
1470 }
1471 codec->name_prefix = temp;
1472
1473 /* Make sure all DAPM widgets are instantiated */
1474 snd_soc_dapm_new_widgets(&codec->dapm);
1475 snd_soc_dapm_sync(&codec->dapm);
1476
1477 /* register the rtd device */
1478 rtd->codec = codec;
1479 rtd->card = card;
1480 rtd->dev.parent = card->dev;
1481 rtd->dev.release = rtd_release;
1482 rtd->dev.init_name = name;
1483 ret = device_register(&rtd->dev);
1484 if (ret < 0) {
1485 dev_err(card->dev,
1486 "asoc: failed to register runtime device: %d\n", ret);
1487 return ret;
1488 }
1489 rtd->dev_registered = 1;
1490
1491 /* add DAPM sysfs entries for this codec */
1492 ret = snd_soc_dapm_sys_add(&rtd->dev);
1493 if (ret < 0)
1494 dev_err(codec->dev,
1495 "asoc: failed to add codec dapm sysfs entries: %d\n",
1496 ret);
1497
1498 /* add codec sysfs entries */
1499 ret = device_create_file(&rtd->dev, &dev_attr_codec_reg);
1500 if (ret < 0)
1501 dev_err(codec->dev,
1502 "asoc: failed to add codec sysfs files: %d\n", ret);
1503
1504 return 0;
1505}
1506
Liam Girdwoodf0fba2a2010-03-17 20:15:21 +00001507static int soc_probe_dai_link(struct snd_soc_card *card, int num)
1508{
1509 struct snd_soc_dai_link *dai_link = &card->dai_link[num];
1510 struct snd_soc_pcm_runtime *rtd = &card->rtd[num];
1511 struct snd_soc_codec *codec = rtd->codec;
1512 struct snd_soc_platform *platform = rtd->platform;
1513 struct snd_soc_dai *codec_dai = rtd->codec_dai, *cpu_dai = rtd->cpu_dai;
1514 int ret;
1515
1516 dev_dbg(card->dev, "probe %s dai link %d\n", card->name, num);
1517
1518 /* config components */
1519 codec_dai->codec = codec;
Liam Girdwoodf0fba2a2010-03-17 20:15:21 +00001520 cpu_dai->platform = platform;
Liam Girdwoodf0fba2a2010-03-17 20:15:21 +00001521 codec_dai->card = card;
1522 cpu_dai->card = card;
1523
1524 /* set default power off timeout */
1525 rtd->pmdown_time = pmdown_time;
1526
1527 /* probe the cpu_dai */
1528 if (!cpu_dai->probed) {
1529 if (cpu_dai->driver->probe) {
1530 ret = cpu_dai->driver->probe(cpu_dai);
1531 if (ret < 0) {
1532 printk(KERN_ERR "asoc: failed to probe CPU DAI %s\n",
1533 cpu_dai->name);
1534 return ret;
1535 }
1536 }
1537 cpu_dai->probed = 1;
1538 /* mark cpu_dai as probed and add to card cpu_dai list */
1539 list_add(&cpu_dai->card_list, &card->dai_dev_list);
1540 }
1541
1542 /* probe the CODEC */
1543 if (!codec->probed) {
Jarkko Nikula589c3562010-12-06 16:27:07 +02001544 ret = soc_probe_codec(card, codec);
1545 if (ret < 0)
1546 return ret;
Liam Girdwoodf0fba2a2010-03-17 20:15:21 +00001547 }
1548
1549 /* probe the platform */
1550 if (!platform->probed) {
1551 if (platform->driver->probe) {
1552 ret = platform->driver->probe(platform);
1553 if (ret < 0) {
1554 printk(KERN_ERR "asoc: failed to probe platform %s\n",
1555 platform->name);
1556 return ret;
1557 }
1558 }
1559 /* mark platform as probed and add to card platform list */
Harsha Priyaf6c2ed52011-01-05 11:34:51 +05301560
1561 if (!try_module_get(platform->dev->driver->owner))
1562 return -ENODEV;
1563
Liam Girdwoodf0fba2a2010-03-17 20:15:21 +00001564 platform->probed = 1;
1565 list_add(&platform->card_list, &card->platform_dev_list);
1566 }
1567
1568 /* probe the CODEC DAI */
1569 if (!codec_dai->probed) {
1570 if (codec_dai->driver->probe) {
1571 ret = codec_dai->driver->probe(codec_dai);
1572 if (ret < 0) {
1573 printk(KERN_ERR "asoc: failed to probe CODEC DAI %s\n",
1574 codec_dai->name);
1575 return ret;
Mark Brown6b05eda2008-12-08 19:26:48 +00001576 }
1577 }
1578
Liam Girdwoodf0fba2a2010-03-17 20:15:21 +00001579 /* mark cpu_dai as probed and add to card cpu_dai list */
1580 codec_dai->probed = 1;
1581 list_add(&codec_dai->card_list, &card->dai_dev_list);
Frank Mandarinodb2a4162006-10-06 18:31:09 +02001582 }
1583
Liam Girdwoodf0fba2a2010-03-17 20:15:21 +00001584 /* DAPM dai link stream work */
1585 INIT_DELAYED_WORK(&rtd->delayed_work, close_delayed_work);
1586
Jarkko Nikula589c3562010-12-06 16:27:07 +02001587 ret = soc_post_component_init(card, codec, num, 0);
1588 if (ret)
Liam Girdwoodf0fba2a2010-03-17 20:15:21 +00001589 return ret;
Frank Mandarinodb2a4162006-10-06 18:31:09 +02001590
Liam Girdwoodf0fba2a2010-03-17 20:15:21 +00001591 ret = device_create_file(&rtd->dev, &dev_attr_pmdown_time);
1592 if (ret < 0)
1593 printk(KERN_WARNING "asoc: failed to add pmdown_time sysfs\n");
1594
Liam Girdwoodf0fba2a2010-03-17 20:15:21 +00001595 /* create the pcm */
1596 ret = soc_new_pcm(rtd, num);
1597 if (ret < 0) {
1598 printk(KERN_ERR "asoc: can't create pcm %s\n", dai_link->stream_name);
1599 return ret;
1600 }
1601
1602 /* add platform data for AC97 devices */
1603 if (rtd->codec_dai->driver->ac97_control)
1604 snd_ac97_dev_add_pdata(codec->ac97, rtd->cpu_dai->ac97_pdata);
1605
1606 return 0;
1607}
1608
1609#ifdef CONFIG_SND_SOC_AC97_BUS
1610static int soc_register_ac97_dai_link(struct snd_soc_pcm_runtime *rtd)
1611{
1612 int ret;
1613
1614 /* Only instantiate AC97 if not already done by the adaptor
1615 * for the generic AC97 subsystem.
1616 */
1617 if (rtd->codec_dai->driver->ac97_control && !rtd->codec->ac97_registered) {
Mika Westerberg0562f782010-10-13 11:30:32 +03001618 /*
1619 * It is possible that the AC97 device is already registered to
1620 * the device subsystem. This happens when the device is created
1621 * via snd_ac97_mixer(). Currently only SoC codec that does so
1622 * is the generic AC97 glue but others migh emerge.
1623 *
1624 * In those cases we don't try to register the device again.
1625 */
1626 if (!rtd->codec->ac97_created)
1627 return 0;
Liam Girdwoodf0fba2a2010-03-17 20:15:21 +00001628
1629 ret = soc_ac97_dev_register(rtd->codec);
1630 if (ret < 0) {
1631 printk(KERN_ERR "asoc: AC97 device register failed\n");
1632 return ret;
1633 }
1634
1635 rtd->codec->ac97_registered = 1;
1636 }
1637 return 0;
1638}
1639
1640static void soc_unregister_ac97_dai_link(struct snd_soc_codec *codec)
1641{
1642 if (codec->ac97_registered) {
1643 soc_ac97_dev_unregister(codec);
1644 codec->ac97_registered = 0;
1645 }
1646}
1647#endif
1648
Jarkko Nikula2eea3922010-11-25 17:47:38 +02001649static int soc_probe_aux_dev(struct snd_soc_card *card, int num)
1650{
1651 struct snd_soc_aux_dev *aux_dev = &card->aux_dev[num];
Jarkko Nikula2eea3922010-11-25 17:47:38 +02001652 struct snd_soc_codec *codec;
Jarkko Nikula676ad982010-12-03 09:18:22 +02001653 int ret = -ENODEV;
Jarkko Nikula2eea3922010-11-25 17:47:38 +02001654
1655 /* find CODEC from registered CODECs*/
1656 list_for_each_entry(codec, &codec_list, list) {
1657 if (!strcmp(codec->name, aux_dev->codec_name)) {
1658 if (codec->probed) {
1659 dev_err(codec->dev,
1660 "asoc: codec already probed");
1661 ret = -EBUSY;
1662 goto out;
1663 }
Jarkko Nikula676ad982010-12-03 09:18:22 +02001664 goto found;
Jarkko Nikula2eea3922010-11-25 17:47:38 +02001665 }
1666 }
Jarkko Nikula676ad982010-12-03 09:18:22 +02001667 /* codec not found */
1668 dev_err(card->dev, "asoc: codec %s not found", aux_dev->codec_name);
1669 goto out;
Jarkko Nikula2eea3922010-11-25 17:47:38 +02001670
Jarkko Nikula676ad982010-12-03 09:18:22 +02001671found:
Jarkko Nikula2eea3922010-11-25 17:47:38 +02001672 if (!try_module_get(codec->dev->driver->owner))
1673 return -ENODEV;
1674
Jarkko Nikula589c3562010-12-06 16:27:07 +02001675 ret = soc_probe_codec(card, codec);
1676 if (ret < 0)
Jarkko Nikula2eea3922010-11-25 17:47:38 +02001677 return ret;
Jarkko Nikula2eea3922010-11-25 17:47:38 +02001678
Jarkko Nikula589c3562010-12-06 16:27:07 +02001679 ret = soc_post_component_init(card, codec, num, 1);
Jarkko Nikula2eea3922010-11-25 17:47:38 +02001680
1681out:
1682 return ret;
1683}
1684
1685static void soc_remove_aux_dev(struct snd_soc_card *card, int num)
1686{
1687 struct snd_soc_pcm_runtime *rtd = &card->rtd_aux[num];
1688 struct snd_soc_codec *codec = rtd->codec;
Jarkko Nikula2eea3922010-11-25 17:47:38 +02001689
1690 /* unregister the rtd device */
1691 if (rtd->dev_registered) {
Jarkko Nikula589c3562010-12-06 16:27:07 +02001692 device_remove_file(&rtd->dev, &dev_attr_codec_reg);
Jarkko Nikula2eea3922010-11-25 17:47:38 +02001693 device_unregister(&rtd->dev);
1694 rtd->dev_registered = 0;
1695 }
1696
Jarkko Nikula589c3562010-12-06 16:27:07 +02001697 if (codec && codec->probed)
1698 soc_remove_codec(codec);
Jarkko Nikula2eea3922010-11-25 17:47:38 +02001699}
1700
Dimitris Papastamosfdf0f542010-12-02 16:11:06 +00001701static int snd_soc_init_codec_cache(struct snd_soc_codec *codec,
1702 enum snd_soc_compress_type compress_type)
1703{
1704 int ret;
1705
1706 if (codec->cache_init)
1707 return 0;
1708
1709 /* override the compress_type if necessary */
1710 if (compress_type && codec->compress_type != compress_type)
1711 codec->compress_type = compress_type;
Dimitris Papastamosfdf0f542010-12-02 16:11:06 +00001712 ret = snd_soc_cache_init(codec);
1713 if (ret < 0) {
1714 dev_err(codec->dev, "Failed to set cache compression type: %d\n",
1715 ret);
1716 return ret;
1717 }
1718 codec->cache_init = 1;
1719 return 0;
1720}
1721
Liam Girdwoodf0fba2a2010-03-17 20:15:21 +00001722static void snd_soc_instantiate_card(struct snd_soc_card *card)
1723{
1724 struct platform_device *pdev = to_platform_device(card->dev);
Dimitris Papastamosfdf0f542010-12-02 16:11:06 +00001725 struct snd_soc_codec *codec;
1726 struct snd_soc_codec_conf *codec_conf;
1727 enum snd_soc_compress_type compress_type;
Liam Girdwoodf0fba2a2010-03-17 20:15:21 +00001728 int ret, i;
1729
1730 mutex_lock(&card->mutex);
1731
1732 if (card->instantiated) {
1733 mutex_unlock(&card->mutex);
1734 return;
1735 }
1736
1737 /* bind DAIs */
1738 for (i = 0; i < card->num_links; i++)
1739 soc_bind_dai_link(card, i);
1740
1741 /* bind completed ? */
1742 if (card->num_rtd != card->num_links) {
1743 mutex_unlock(&card->mutex);
1744 return;
1745 }
1746
Dimitris Papastamosfdf0f542010-12-02 16:11:06 +00001747 /* initialize the register cache for each available codec */
1748 list_for_each_entry(codec, &codec_list, list) {
1749 if (codec->cache_init)
1750 continue;
Dimitris Papastamos861f2fa2011-01-11 11:43:51 +00001751 /* by default we don't override the compress_type */
1752 compress_type = 0;
Dimitris Papastamosfdf0f542010-12-02 16:11:06 +00001753 /* check to see if we need to override the compress_type */
1754 for (i = 0; i < card->num_configs; ++i) {
1755 codec_conf = &card->codec_conf[i];
1756 if (!strcmp(codec->name, codec_conf->dev_name)) {
1757 compress_type = codec_conf->compress_type;
1758 if (compress_type && compress_type
1759 != codec->compress_type)
1760 break;
1761 }
1762 }
Dimitris Papastamosfdf0f542010-12-02 16:11:06 +00001763 ret = snd_soc_init_codec_cache(codec, compress_type);
1764 if (ret < 0) {
1765 mutex_unlock(&card->mutex);
1766 return;
1767 }
1768 }
1769
Liam Girdwoodf0fba2a2010-03-17 20:15:21 +00001770 /* card bind complete so register a sound card */
1771 ret = snd_card_create(SNDRV_DEFAULT_IDX1, SNDRV_DEFAULT_STR1,
1772 card->owner, 0, &card->snd_card);
1773 if (ret < 0) {
1774 printk(KERN_ERR "asoc: can't create sound card for card %s\n",
1775 card->name);
1776 mutex_unlock(&card->mutex);
1777 return;
1778 }
1779 card->snd_card->dev = card->dev;
1780
Randy Dunlap1301a962008-06-17 19:19:34 +01001781#ifdef CONFIG_PM
Andy Green6ed25972008-06-13 16:24:05 +01001782 /* deferred resume work */
Mark Brown63084192008-12-02 15:08:03 +00001783 INIT_WORK(&card->deferred_resume_work, soc_resume_deferred);
Randy Dunlap1301a962008-06-17 19:19:34 +01001784#endif
Andy Green6ed25972008-06-13 16:24:05 +01001785
Liam Girdwoodf0fba2a2010-03-17 20:15:21 +00001786 /* initialise the sound card only once */
1787 if (card->probe) {
1788 ret = card->probe(pdev);
1789 if (ret < 0)
1790 goto card_probe_error;
1791 }
1792
Mark Brownfe3e78e2009-11-03 22:13:13 +00001793 for (i = 0; i < card->num_links; i++) {
Liam Girdwoodf0fba2a2010-03-17 20:15:21 +00001794 ret = soc_probe_dai_link(card, i);
1795 if (ret < 0) {
Mark Brown321de0d2010-09-21 15:09:37 +01001796 pr_err("asoc: failed to instantiate card %s: %d\n",
1797 card->name, ret);
Liam Girdwoodf0fba2a2010-03-17 20:15:21 +00001798 goto probe_dai_err;
1799 }
1800 }
1801
Jarkko Nikula2eea3922010-11-25 17:47:38 +02001802 for (i = 0; i < card->num_aux_devs; i++) {
1803 ret = soc_probe_aux_dev(card, i);
1804 if (ret < 0) {
1805 pr_err("asoc: failed to add auxiliary devices %s: %d\n",
1806 card->name, ret);
1807 goto probe_aux_dev_err;
1808 }
1809 }
1810
Liam Girdwoodf0fba2a2010-03-17 20:15:21 +00001811 snprintf(card->snd_card->shortname, sizeof(card->snd_card->shortname),
1812 "%s", card->name);
1813 snprintf(card->snd_card->longname, sizeof(card->snd_card->longname),
1814 "%s", card->name);
1815
1816 ret = snd_card_register(card->snd_card);
1817 if (ret < 0) {
1818 printk(KERN_ERR "asoc: failed to register soundcard for %s\n", card->name);
Axel Lin6b3ed782010-12-07 16:12:29 +08001819 goto probe_aux_dev_err;
Liam Girdwoodf0fba2a2010-03-17 20:15:21 +00001820 }
1821
1822#ifdef CONFIG_SND_SOC_AC97_BUS
1823 /* register any AC97 codecs */
1824 for (i = 0; i < card->num_rtd; i++) {
Axel Lin6b3ed782010-12-07 16:12:29 +08001825 ret = soc_register_ac97_dai_link(&card->rtd[i]);
1826 if (ret < 0) {
1827 printk(KERN_ERR "asoc: failed to register AC97 %s\n", card->name);
1828 while (--i >= 0)
Mark Brown7d8316d2010-12-13 17:03:27 +00001829 soc_unregister_ac97_dai_link(card->rtd[i].codec);
Axel Lin6b3ed782010-12-07 16:12:29 +08001830 goto probe_aux_dev_err;
Mark Brownfe3e78e2009-11-03 22:13:13 +00001831 }
Axel Lin6b3ed782010-12-07 16:12:29 +08001832 }
Mark Brownfe3e78e2009-11-03 22:13:13 +00001833#endif
1834
Mark Brown435c5e22008-12-04 15:32:53 +00001835 card->instantiated = 1;
Liam Girdwoodf0fba2a2010-03-17 20:15:21 +00001836 mutex_unlock(&card->mutex);
Mark Brown435c5e22008-12-04 15:32:53 +00001837 return;
Frank Mandarinodb2a4162006-10-06 18:31:09 +02001838
Jarkko Nikula2eea3922010-11-25 17:47:38 +02001839probe_aux_dev_err:
1840 for (i = 0; i < card->num_aux_devs; i++)
1841 soc_remove_aux_dev(card, i);
1842
Liam Girdwoodf0fba2a2010-03-17 20:15:21 +00001843probe_dai_err:
1844 for (i = 0; i < card->num_links; i++)
1845 soc_remove_dai_link(card, i);
Mark Brownfe3e78e2009-11-03 22:13:13 +00001846
Liam Girdwoodf0fba2a2010-03-17 20:15:21 +00001847card_probe_error:
Mark Brown87506542008-11-18 20:50:34 +00001848 if (card->remove)
1849 card->remove(pdev);
Liam Girdwoodf0fba2a2010-03-17 20:15:21 +00001850
1851 snd_card_free(card->snd_card);
1852
1853 mutex_unlock(&card->mutex);
Mark Brown435c5e22008-12-04 15:32:53 +00001854}
Frank Mandarinodb2a4162006-10-06 18:31:09 +02001855
Mark Brown435c5e22008-12-04 15:32:53 +00001856/*
Uwe Kleine-König421f91d2010-06-11 12:17:00 +02001857 * Attempt to initialise any uninitialised cards. Must be called with
Mark Brown435c5e22008-12-04 15:32:53 +00001858 * client_mutex.
1859 */
1860static void snd_soc_instantiate_cards(void)
1861{
1862 struct snd_soc_card *card;
1863 list_for_each_entry(card, &card_list, list)
1864 snd_soc_instantiate_card(card);
1865}
1866
1867/* probes a new socdev */
1868static int soc_probe(struct platform_device *pdev)
1869{
Liam Girdwoodf0fba2a2010-03-17 20:15:21 +00001870 struct snd_soc_card *card = platform_get_drvdata(pdev);
Mark Brown435c5e22008-12-04 15:32:53 +00001871 int ret = 0;
Mark Brown435c5e22008-12-04 15:32:53 +00001872
1873 /* Bodge while we unpick instantiation */
1874 card->dev = &pdev->dev;
Liam Girdwoodf0fba2a2010-03-17 20:15:21 +00001875 INIT_LIST_HEAD(&card->dai_dev_list);
1876 INIT_LIST_HEAD(&card->codec_dev_list);
1877 INIT_LIST_HEAD(&card->platform_dev_list);
Jarkko Nikula97c866d2010-12-14 12:18:31 +02001878 INIT_LIST_HEAD(&card->widgets);
Jarkko Nikula8ddab3f2010-12-14 12:18:30 +02001879 INIT_LIST_HEAD(&card->paths);
Jarkko Nikula7be31be82010-12-14 12:18:32 +02001880 INIT_LIST_HEAD(&card->dapm_list);
Liam Girdwoodf0fba2a2010-03-17 20:15:21 +00001881
Jarkko Nikulaa6052152010-11-05 20:35:19 +02001882 soc_init_card_debugfs(card);
1883
Mark Brown435c5e22008-12-04 15:32:53 +00001884 ret = snd_soc_register_card(card);
1885 if (ret != 0) {
1886 dev_err(&pdev->dev, "Failed to register card\n");
1887 return ret;
1888 }
1889
1890 return 0;
Frank Mandarinodb2a4162006-10-06 18:31:09 +02001891}
1892
Vinod Koulb0e26482011-01-13 22:48:02 +05301893static int soc_cleanup_card_resources(struct snd_soc_card *card)
1894{
1895 struct platform_device *pdev = to_platform_device(card->dev);
1896 int i;
1897
1898 /* make sure any delayed work runs */
1899 for (i = 0; i < card->num_rtd; i++) {
1900 struct snd_soc_pcm_runtime *rtd = &card->rtd[i];
1901 flush_delayed_work_sync(&rtd->delayed_work);
1902 }
1903
1904 /* remove auxiliary devices */
1905 for (i = 0; i < card->num_aux_devs; i++)
1906 soc_remove_aux_dev(card, i);
1907
1908 /* remove and free each DAI */
1909 for (i = 0; i < card->num_rtd; i++)
1910 soc_remove_dai_link(card, i);
1911
1912 soc_cleanup_card_debugfs(card);
1913
1914 /* remove the card */
1915 if (card->remove)
1916 card->remove(pdev);
1917
1918 kfree(card->rtd);
1919 snd_card_free(card->snd_card);
1920 return 0;
1921
1922}
1923
Frank Mandarinodb2a4162006-10-06 18:31:09 +02001924/* removes a socdev */
1925static int soc_remove(struct platform_device *pdev)
1926{
Liam Girdwoodf0fba2a2010-03-17 20:15:21 +00001927 struct snd_soc_card *card = platform_get_drvdata(pdev);
Frank Mandarinodb2a4162006-10-06 18:31:09 +02001928
Mark Brownc5af3a22008-11-28 13:29:45 +00001929 snd_soc_unregister_card(card);
Frank Mandarinodb2a4162006-10-06 18:31:09 +02001930 return 0;
1931}
1932
Mark Brown416356f2009-06-30 19:05:15 +01001933static int soc_poweroff(struct device *dev)
Mark Brown51737472009-06-22 13:16:51 +01001934{
Mark Brown416356f2009-06-30 19:05:15 +01001935 struct platform_device *pdev = to_platform_device(dev);
Liam Girdwoodf0fba2a2010-03-17 20:15:21 +00001936 struct snd_soc_card *card = platform_get_drvdata(pdev);
1937 int i;
Mark Brown51737472009-06-22 13:16:51 +01001938
1939 if (!card->instantiated)
Mark Brown416356f2009-06-30 19:05:15 +01001940 return 0;
Mark Brown51737472009-06-22 13:16:51 +01001941
1942 /* Flush out pmdown_time work - we actually do want to run it
1943 * now, we're shutting down so no imminent restart. */
Liam Girdwoodf0fba2a2010-03-17 20:15:21 +00001944 for (i = 0; i < card->num_rtd; i++) {
1945 struct snd_soc_pcm_runtime *rtd = &card->rtd[i];
Tejun Heo5b84ba22010-12-11 17:51:26 +01001946 flush_delayed_work_sync(&rtd->delayed_work);
Liam Girdwoodf0fba2a2010-03-17 20:15:21 +00001947 }
Mark Brown51737472009-06-22 13:16:51 +01001948
Liam Girdwoodf0fba2a2010-03-17 20:15:21 +00001949 snd_soc_dapm_shutdown(card);
Mark Brown416356f2009-06-30 19:05:15 +01001950
1951 return 0;
Mark Brown51737472009-06-22 13:16:51 +01001952}
1953
Alexey Dobriyan47145212009-12-14 18:00:08 -08001954static const struct dev_pm_ops soc_pm_ops = {
Mark Brown416356f2009-06-30 19:05:15 +01001955 .suspend = soc_suspend,
1956 .resume = soc_resume,
1957 .poweroff = soc_poweroff,
1958};
1959
Frank Mandarinodb2a4162006-10-06 18:31:09 +02001960/* ASoC platform driver */
1961static struct platform_driver soc_driver = {
1962 .driver = {
1963 .name = "soc-audio",
Kay Sievers8b45a202008-04-14 13:33:36 +02001964 .owner = THIS_MODULE,
Mark Brown416356f2009-06-30 19:05:15 +01001965 .pm = &soc_pm_ops,
Frank Mandarinodb2a4162006-10-06 18:31:09 +02001966 },
1967 .probe = soc_probe,
1968 .remove = soc_remove,
Frank Mandarinodb2a4162006-10-06 18:31:09 +02001969};
1970
1971/* create a new pcm */
Liam Girdwoodf0fba2a2010-03-17 20:15:21 +00001972static int soc_new_pcm(struct snd_soc_pcm_runtime *rtd, int num)
Frank Mandarinodb2a4162006-10-06 18:31:09 +02001973{
Liam Girdwoodf0fba2a2010-03-17 20:15:21 +00001974 struct snd_soc_codec *codec = rtd->codec;
1975 struct snd_soc_platform *platform = rtd->platform;
1976 struct snd_soc_dai *codec_dai = rtd->codec_dai;
1977 struct snd_soc_dai *cpu_dai = rtd->cpu_dai;
Frank Mandarinodb2a4162006-10-06 18:31:09 +02001978 struct snd_pcm *pcm;
1979 char new_name[64];
1980 int ret = 0, playback = 0, capture = 0;
1981
Frank Mandarinodb2a4162006-10-06 18:31:09 +02001982 /* check client and interface hw capabilities */
Mark Brown40ca1142009-12-24 13:44:28 +00001983 snprintf(new_name, sizeof(new_name), "%s %s-%d",
Liam Girdwoodf0fba2a2010-03-17 20:15:21 +00001984 rtd->dai_link->stream_name, codec_dai->name, num);
Frank Mandarinodb2a4162006-10-06 18:31:09 +02001985
Liam Girdwoodf0fba2a2010-03-17 20:15:21 +00001986 if (codec_dai->driver->playback.channels_min)
Frank Mandarinodb2a4162006-10-06 18:31:09 +02001987 playback = 1;
Liam Girdwoodf0fba2a2010-03-17 20:15:21 +00001988 if (codec_dai->driver->capture.channels_min)
Frank Mandarinodb2a4162006-10-06 18:31:09 +02001989 capture = 1;
1990
Liam Girdwoodf0fba2a2010-03-17 20:15:21 +00001991 dev_dbg(rtd->card->dev, "registered pcm #%d %s\n",num,new_name);
1992 ret = snd_pcm_new(rtd->card->snd_card, new_name,
1993 num, playback, capture, &pcm);
Frank Mandarinodb2a4162006-10-06 18:31:09 +02001994 if (ret < 0) {
Liam Girdwoodf0fba2a2010-03-17 20:15:21 +00001995 printk(KERN_ERR "asoc: can't create pcm for codec %s\n", codec->name);
Frank Mandarinodb2a4162006-10-06 18:31:09 +02001996 return ret;
1997 }
1998
Liam Girdwoodf0fba2a2010-03-17 20:15:21 +00001999 rtd->pcm = pcm;
Frank Mandarinodb2a4162006-10-06 18:31:09 +02002000 pcm->private_data = rtd;
Liam Girdwoodf0fba2a2010-03-17 20:15:21 +00002001 soc_pcm_ops.mmap = platform->driver->ops->mmap;
2002 soc_pcm_ops.pointer = platform->driver->ops->pointer;
2003 soc_pcm_ops.ioctl = platform->driver->ops->ioctl;
2004 soc_pcm_ops.copy = platform->driver->ops->copy;
2005 soc_pcm_ops.silence = platform->driver->ops->silence;
2006 soc_pcm_ops.ack = platform->driver->ops->ack;
2007 soc_pcm_ops.page = platform->driver->ops->page;
Frank Mandarinodb2a4162006-10-06 18:31:09 +02002008
2009 if (playback)
2010 snd_pcm_set_ops(pcm, SNDRV_PCM_STREAM_PLAYBACK, &soc_pcm_ops);
2011
2012 if (capture)
2013 snd_pcm_set_ops(pcm, SNDRV_PCM_STREAM_CAPTURE, &soc_pcm_ops);
2014
Liam Girdwoodf0fba2a2010-03-17 20:15:21 +00002015 ret = platform->driver->pcm_new(rtd->card->snd_card, codec_dai, pcm);
Frank Mandarinodb2a4162006-10-06 18:31:09 +02002016 if (ret < 0) {
2017 printk(KERN_ERR "asoc: platform pcm constructor failed\n");
Frank Mandarinodb2a4162006-10-06 18:31:09 +02002018 return ret;
2019 }
2020
Liam Girdwoodf0fba2a2010-03-17 20:15:21 +00002021 pcm->private_free = platform->driver->pcm_free;
Frank Mandarinodb2a4162006-10-06 18:31:09 +02002022 printk(KERN_INFO "asoc: %s <-> %s mapping ok\n", codec_dai->name,
2023 cpu_dai->name);
2024 return ret;
2025}
2026
Mark Brown096e49d2009-07-05 15:12:22 +01002027/**
2028 * snd_soc_codec_volatile_register: Report if a register is volatile.
2029 *
2030 * @codec: CODEC to query.
2031 * @reg: Register to query.
2032 *
2033 * Boolean function indiciating if a CODEC register is volatile.
2034 */
2035int snd_soc_codec_volatile_register(struct snd_soc_codec *codec, int reg)
2036{
Dimitris Papastamos1500b7b2011-01-13 12:20:38 +00002037 if (codec->volatile_register)
2038 return codec->volatile_register(codec, reg);
Mark Brown096e49d2009-07-05 15:12:22 +01002039 else
2040 return 0;
2041}
2042EXPORT_SYMBOL_GPL(snd_soc_codec_volatile_register);
2043
Frank Mandarinodb2a4162006-10-06 18:31:09 +02002044/**
2045 * snd_soc_new_ac97_codec - initailise AC97 device
2046 * @codec: audio codec
2047 * @ops: AC97 bus operations
2048 * @num: AC97 codec number
2049 *
2050 * Initialises AC97 codec resources for use by ad-hoc devices only.
2051 */
2052int snd_soc_new_ac97_codec(struct snd_soc_codec *codec,
2053 struct snd_ac97_bus_ops *ops, int num)
2054{
2055 mutex_lock(&codec->mutex);
2056
2057 codec->ac97 = kzalloc(sizeof(struct snd_ac97), GFP_KERNEL);
2058 if (codec->ac97 == NULL) {
2059 mutex_unlock(&codec->mutex);
2060 return -ENOMEM;
2061 }
2062
2063 codec->ac97->bus = kzalloc(sizeof(struct snd_ac97_bus), GFP_KERNEL);
2064 if (codec->ac97->bus == NULL) {
2065 kfree(codec->ac97);
2066 codec->ac97 = NULL;
2067 mutex_unlock(&codec->mutex);
2068 return -ENOMEM;
2069 }
2070
2071 codec->ac97->bus->ops = ops;
2072 codec->ac97->num = num;
Mika Westerberg0562f782010-10-13 11:30:32 +03002073
2074 /*
2075 * Mark the AC97 device to be created by us. This way we ensure that the
2076 * device will be registered with the device subsystem later on.
2077 */
2078 codec->ac97_created = 1;
2079
Frank Mandarinodb2a4162006-10-06 18:31:09 +02002080 mutex_unlock(&codec->mutex);
2081 return 0;
2082}
2083EXPORT_SYMBOL_GPL(snd_soc_new_ac97_codec);
2084
2085/**
2086 * snd_soc_free_ac97_codec - free AC97 codec device
2087 * @codec: audio codec
2088 *
2089 * Frees AC97 codec device resources.
2090 */
2091void snd_soc_free_ac97_codec(struct snd_soc_codec *codec)
2092{
2093 mutex_lock(&codec->mutex);
Liam Girdwoodf0fba2a2010-03-17 20:15:21 +00002094#ifdef CONFIG_SND_SOC_AC97_BUS
2095 soc_unregister_ac97_dai_link(codec);
2096#endif
Frank Mandarinodb2a4162006-10-06 18:31:09 +02002097 kfree(codec->ac97->bus);
2098 kfree(codec->ac97);
2099 codec->ac97 = NULL;
Mika Westerberg0562f782010-10-13 11:30:32 +03002100 codec->ac97_created = 0;
Frank Mandarinodb2a4162006-10-06 18:31:09 +02002101 mutex_unlock(&codec->mutex);
2102}
2103EXPORT_SYMBOL_GPL(snd_soc_free_ac97_codec);
2104
Mark Brownc3753702010-11-01 15:41:57 -04002105unsigned int snd_soc_read(struct snd_soc_codec *codec, unsigned int reg)
2106{
2107 unsigned int ret;
2108
Mark Brownc3acec22010-12-02 16:15:29 +00002109 ret = codec->read(codec, reg);
Mark Brownc3753702010-11-01 15:41:57 -04002110 dev_dbg(codec->dev, "read %x => %x\n", reg, ret);
Mark Browna8b1d342010-11-03 18:05:58 -04002111 trace_snd_soc_reg_read(codec, reg, ret);
Mark Brownc3753702010-11-01 15:41:57 -04002112
2113 return ret;
2114}
2115EXPORT_SYMBOL_GPL(snd_soc_read);
2116
2117unsigned int snd_soc_write(struct snd_soc_codec *codec,
2118 unsigned int reg, unsigned int val)
2119{
2120 dev_dbg(codec->dev, "write %x = %x\n", reg, val);
Mark Browna8b1d342010-11-03 18:05:58 -04002121 trace_snd_soc_reg_write(codec, reg, val);
Mark Brownc3acec22010-12-02 16:15:29 +00002122 return codec->write(codec, reg, val);
Mark Brownc3753702010-11-01 15:41:57 -04002123}
2124EXPORT_SYMBOL_GPL(snd_soc_write);
2125
Frank Mandarinodb2a4162006-10-06 18:31:09 +02002126/**
2127 * snd_soc_update_bits - update codec register bits
2128 * @codec: audio codec
2129 * @reg: codec register
2130 * @mask: register mask
2131 * @value: new value
2132 *
2133 * Writes new register value.
2134 *
Timur Tabi180c3292011-01-10 15:58:13 -06002135 * Returns 1 for change, 0 for no change, or negative error code.
Frank Mandarinodb2a4162006-10-06 18:31:09 +02002136 */
2137int snd_soc_update_bits(struct snd_soc_codec *codec, unsigned short reg,
Daniel Ribeiro46f58222009-06-07 02:49:11 -03002138 unsigned int mask, unsigned int value)
Frank Mandarinodb2a4162006-10-06 18:31:09 +02002139{
2140 int change;
Daniel Ribeiro46f58222009-06-07 02:49:11 -03002141 unsigned int old, new;
Timur Tabi180c3292011-01-10 15:58:13 -06002142 int ret;
Frank Mandarinodb2a4162006-10-06 18:31:09 +02002143
Timur Tabi180c3292011-01-10 15:58:13 -06002144 ret = snd_soc_read(codec, reg);
2145 if (ret < 0)
2146 return ret;
2147
2148 old = ret;
Frank Mandarinodb2a4162006-10-06 18:31:09 +02002149 new = (old & ~mask) | value;
2150 change = old != new;
Timur Tabi180c3292011-01-10 15:58:13 -06002151 if (change) {
2152 ret = snd_soc_write(codec, reg, new);
2153 if (ret < 0)
2154 return ret;
2155 }
Frank Mandarinodb2a4162006-10-06 18:31:09 +02002156
Frank Mandarinodb2a4162006-10-06 18:31:09 +02002157 return change;
2158}
2159EXPORT_SYMBOL_GPL(snd_soc_update_bits);
2160
2161/**
Eero Nurkkala6c508c62009-10-30 13:34:03 +02002162 * snd_soc_update_bits_locked - update codec register bits
2163 * @codec: audio codec
2164 * @reg: codec register
2165 * @mask: register mask
2166 * @value: new value
2167 *
2168 * Writes new register value, and takes the codec mutex.
2169 *
2170 * Returns 1 for change else 0.
2171 */
Mark Browndd1b3d52009-12-04 14:22:03 +00002172int snd_soc_update_bits_locked(struct snd_soc_codec *codec,
2173 unsigned short reg, unsigned int mask,
2174 unsigned int value)
Eero Nurkkala6c508c62009-10-30 13:34:03 +02002175{
2176 int change;
2177
2178 mutex_lock(&codec->mutex);
2179 change = snd_soc_update_bits(codec, reg, mask, value);
2180 mutex_unlock(&codec->mutex);
2181
2182 return change;
2183}
Mark Browndd1b3d52009-12-04 14:22:03 +00002184EXPORT_SYMBOL_GPL(snd_soc_update_bits_locked);
Eero Nurkkala6c508c62009-10-30 13:34:03 +02002185
2186/**
Frank Mandarinodb2a4162006-10-06 18:31:09 +02002187 * snd_soc_test_bits - test register for change
2188 * @codec: audio codec
2189 * @reg: codec register
2190 * @mask: register mask
2191 * @value: new value
2192 *
2193 * Tests a register with a new value and checks if the new value is
2194 * different from the old value.
2195 *
2196 * Returns 1 for change else 0.
2197 */
2198int snd_soc_test_bits(struct snd_soc_codec *codec, unsigned short reg,
Daniel Ribeiro46f58222009-06-07 02:49:11 -03002199 unsigned int mask, unsigned int value)
Frank Mandarinodb2a4162006-10-06 18:31:09 +02002200{
2201 int change;
Daniel Ribeiro46f58222009-06-07 02:49:11 -03002202 unsigned int old, new;
Frank Mandarinodb2a4162006-10-06 18:31:09 +02002203
Frank Mandarinodb2a4162006-10-06 18:31:09 +02002204 old = snd_soc_read(codec, reg);
2205 new = (old & ~mask) | value;
2206 change = old != new;
Frank Mandarinodb2a4162006-10-06 18:31:09 +02002207
2208 return change;
2209}
2210EXPORT_SYMBOL_GPL(snd_soc_test_bits);
2211
2212/**
Frank Mandarinodb2a4162006-10-06 18:31:09 +02002213 * snd_soc_set_runtime_hwparams - set the runtime hardware parameters
2214 * @substream: the pcm substream
2215 * @hw: the hardware parameters
2216 *
2217 * Sets the substream runtime hardware parameters.
2218 */
2219int snd_soc_set_runtime_hwparams(struct snd_pcm_substream *substream,
2220 const struct snd_pcm_hardware *hw)
2221{
2222 struct snd_pcm_runtime *runtime = substream->runtime;
2223 runtime->hw.info = hw->info;
2224 runtime->hw.formats = hw->formats;
2225 runtime->hw.period_bytes_min = hw->period_bytes_min;
2226 runtime->hw.period_bytes_max = hw->period_bytes_max;
2227 runtime->hw.periods_min = hw->periods_min;
2228 runtime->hw.periods_max = hw->periods_max;
2229 runtime->hw.buffer_bytes_max = hw->buffer_bytes_max;
2230 runtime->hw.fifo_size = hw->fifo_size;
2231 return 0;
2232}
2233EXPORT_SYMBOL_GPL(snd_soc_set_runtime_hwparams);
2234
2235/**
2236 * snd_soc_cnew - create new control
2237 * @_template: control template
2238 * @data: control private data
Mark Brownac11a2b2009-01-01 12:18:17 +00002239 * @long_name: control long name
Frank Mandarinodb2a4162006-10-06 18:31:09 +02002240 *
2241 * Create a new mixer control from a template control.
2242 *
2243 * Returns 0 for success, else error.
2244 */
2245struct snd_kcontrol *snd_soc_cnew(const struct snd_kcontrol_new *_template,
2246 void *data, char *long_name)
2247{
2248 struct snd_kcontrol_new template;
2249
2250 memcpy(&template, _template, sizeof(template));
2251 if (long_name)
2252 template.name = long_name;
Frank Mandarinodb2a4162006-10-06 18:31:09 +02002253 template.index = 0;
2254
2255 return snd_ctl_new1(&template, data);
2256}
2257EXPORT_SYMBOL_GPL(snd_soc_cnew);
2258
2259/**
Ian Molton3e8e1952009-01-09 00:23:21 +00002260 * snd_soc_add_controls - add an array of controls to a codec.
2261 * Convienience function to add a list of controls. Many codecs were
2262 * duplicating this code.
2263 *
2264 * @codec: codec to add controls to
2265 * @controls: array of controls to add
2266 * @num_controls: number of elements in the array
2267 *
2268 * Return 0 for success, else error.
2269 */
2270int snd_soc_add_controls(struct snd_soc_codec *codec,
2271 const struct snd_kcontrol_new *controls, int num_controls)
2272{
Liam Girdwoodf0fba2a2010-03-17 20:15:21 +00002273 struct snd_card *card = codec->card->snd_card;
Jarkko Nikulaead9b912010-11-13 20:40:44 +02002274 char prefixed_name[44], *name;
Ian Molton3e8e1952009-01-09 00:23:21 +00002275 int err, i;
2276
2277 for (i = 0; i < num_controls; i++) {
2278 const struct snd_kcontrol_new *control = &controls[i];
Jarkko Nikulaead9b912010-11-13 20:40:44 +02002279 if (codec->name_prefix) {
2280 snprintf(prefixed_name, sizeof(prefixed_name), "%s %s",
2281 codec->name_prefix, control->name);
2282 name = prefixed_name;
2283 } else {
2284 name = control->name;
2285 }
2286 err = snd_ctl_add(card, snd_soc_cnew(control, codec, name));
Ian Molton3e8e1952009-01-09 00:23:21 +00002287 if (err < 0) {
Mark Brown082100d2010-09-20 19:03:28 +01002288 dev_err(codec->dev, "%s: Failed to add %s: %d\n",
Jarkko Nikulaead9b912010-11-13 20:40:44 +02002289 codec->name, name, err);
Ian Molton3e8e1952009-01-09 00:23:21 +00002290 return err;
2291 }
2292 }
2293
2294 return 0;
2295}
2296EXPORT_SYMBOL_GPL(snd_soc_add_controls);
2297
2298/**
Frank Mandarinodb2a4162006-10-06 18:31:09 +02002299 * snd_soc_info_enum_double - enumerated double mixer info callback
2300 * @kcontrol: mixer control
2301 * @uinfo: control element information
2302 *
2303 * Callback to provide information about a double enumerated
2304 * mixer control.
2305 *
2306 * Returns 0 for success.
2307 */
2308int snd_soc_info_enum_double(struct snd_kcontrol *kcontrol,
2309 struct snd_ctl_elem_info *uinfo)
2310{
2311 struct soc_enum *e = (struct soc_enum *)kcontrol->private_value;
2312
2313 uinfo->type = SNDRV_CTL_ELEM_TYPE_ENUMERATED;
2314 uinfo->count = e->shift_l == e->shift_r ? 1 : 2;
Jon Smirlf8ba0b72008-07-29 11:42:27 +01002315 uinfo->value.enumerated.items = e->max;
Frank Mandarinodb2a4162006-10-06 18:31:09 +02002316
Jon Smirlf8ba0b72008-07-29 11:42:27 +01002317 if (uinfo->value.enumerated.item > e->max - 1)
2318 uinfo->value.enumerated.item = e->max - 1;
Frank Mandarinodb2a4162006-10-06 18:31:09 +02002319 strcpy(uinfo->value.enumerated.name,
2320 e->texts[uinfo->value.enumerated.item]);
2321 return 0;
2322}
2323EXPORT_SYMBOL_GPL(snd_soc_info_enum_double);
2324
2325/**
2326 * snd_soc_get_enum_double - enumerated double mixer get callback
2327 * @kcontrol: mixer control
Mark Brownac11a2b2009-01-01 12:18:17 +00002328 * @ucontrol: control element information
Frank Mandarinodb2a4162006-10-06 18:31:09 +02002329 *
2330 * Callback to get the value of a double enumerated mixer.
2331 *
2332 * Returns 0 for success.
2333 */
2334int snd_soc_get_enum_double(struct snd_kcontrol *kcontrol,
2335 struct snd_ctl_elem_value *ucontrol)
2336{
2337 struct snd_soc_codec *codec = snd_kcontrol_chip(kcontrol);
2338 struct soc_enum *e = (struct soc_enum *)kcontrol->private_value;
Daniel Ribeiro46f58222009-06-07 02:49:11 -03002339 unsigned int val, bitmask;
Frank Mandarinodb2a4162006-10-06 18:31:09 +02002340
Jon Smirlf8ba0b72008-07-29 11:42:27 +01002341 for (bitmask = 1; bitmask < e->max; bitmask <<= 1)
Frank Mandarinodb2a4162006-10-06 18:31:09 +02002342 ;
2343 val = snd_soc_read(codec, e->reg);
Mark Brown3ff3f642008-05-19 12:32:25 +02002344 ucontrol->value.enumerated.item[0]
2345 = (val >> e->shift_l) & (bitmask - 1);
Frank Mandarinodb2a4162006-10-06 18:31:09 +02002346 if (e->shift_l != e->shift_r)
2347 ucontrol->value.enumerated.item[1] =
2348 (val >> e->shift_r) & (bitmask - 1);
2349
2350 return 0;
2351}
2352EXPORT_SYMBOL_GPL(snd_soc_get_enum_double);
2353
2354/**
2355 * snd_soc_put_enum_double - enumerated double mixer put callback
2356 * @kcontrol: mixer control
Mark Brownac11a2b2009-01-01 12:18:17 +00002357 * @ucontrol: control element information
Frank Mandarinodb2a4162006-10-06 18:31:09 +02002358 *
2359 * Callback to set the value of a double enumerated mixer.
2360 *
2361 * Returns 0 for success.
2362 */
2363int snd_soc_put_enum_double(struct snd_kcontrol *kcontrol,
2364 struct snd_ctl_elem_value *ucontrol)
2365{
2366 struct snd_soc_codec *codec = snd_kcontrol_chip(kcontrol);
2367 struct soc_enum *e = (struct soc_enum *)kcontrol->private_value;
Daniel Ribeiro46f58222009-06-07 02:49:11 -03002368 unsigned int val;
2369 unsigned int mask, bitmask;
Frank Mandarinodb2a4162006-10-06 18:31:09 +02002370
Jon Smirlf8ba0b72008-07-29 11:42:27 +01002371 for (bitmask = 1; bitmask < e->max; bitmask <<= 1)
Frank Mandarinodb2a4162006-10-06 18:31:09 +02002372 ;
Jon Smirlf8ba0b72008-07-29 11:42:27 +01002373 if (ucontrol->value.enumerated.item[0] > e->max - 1)
Frank Mandarinodb2a4162006-10-06 18:31:09 +02002374 return -EINVAL;
2375 val = ucontrol->value.enumerated.item[0] << e->shift_l;
2376 mask = (bitmask - 1) << e->shift_l;
2377 if (e->shift_l != e->shift_r) {
Jon Smirlf8ba0b72008-07-29 11:42:27 +01002378 if (ucontrol->value.enumerated.item[1] > e->max - 1)
Frank Mandarinodb2a4162006-10-06 18:31:09 +02002379 return -EINVAL;
2380 val |= ucontrol->value.enumerated.item[1] << e->shift_r;
2381 mask |= (bitmask - 1) << e->shift_r;
2382 }
2383
Eero Nurkkala6c508c62009-10-30 13:34:03 +02002384 return snd_soc_update_bits_locked(codec, e->reg, mask, val);
Frank Mandarinodb2a4162006-10-06 18:31:09 +02002385}
2386EXPORT_SYMBOL_GPL(snd_soc_put_enum_double);
2387
2388/**
Peter Ujfalusi2e72f8e2009-01-05 09:54:57 +02002389 * snd_soc_get_value_enum_double - semi enumerated double mixer get callback
2390 * @kcontrol: mixer control
2391 * @ucontrol: control element information
2392 *
2393 * Callback to get the value of a double semi enumerated mixer.
2394 *
2395 * Semi enumerated mixer: the enumerated items are referred as values. Can be
2396 * used for handling bitfield coded enumeration for example.
2397 *
2398 * Returns 0 for success.
2399 */
2400int snd_soc_get_value_enum_double(struct snd_kcontrol *kcontrol,
2401 struct snd_ctl_elem_value *ucontrol)
2402{
2403 struct snd_soc_codec *codec = snd_kcontrol_chip(kcontrol);
Peter Ujfalusi74155552009-01-08 13:34:29 +02002404 struct soc_enum *e = (struct soc_enum *)kcontrol->private_value;
Daniel Ribeiro46f58222009-06-07 02:49:11 -03002405 unsigned int reg_val, val, mux;
Peter Ujfalusi2e72f8e2009-01-05 09:54:57 +02002406
2407 reg_val = snd_soc_read(codec, e->reg);
2408 val = (reg_val >> e->shift_l) & e->mask;
2409 for (mux = 0; mux < e->max; mux++) {
2410 if (val == e->values[mux])
2411 break;
2412 }
2413 ucontrol->value.enumerated.item[0] = mux;
2414 if (e->shift_l != e->shift_r) {
2415 val = (reg_val >> e->shift_r) & e->mask;
2416 for (mux = 0; mux < e->max; mux++) {
2417 if (val == e->values[mux])
2418 break;
2419 }
2420 ucontrol->value.enumerated.item[1] = mux;
2421 }
2422
2423 return 0;
2424}
2425EXPORT_SYMBOL_GPL(snd_soc_get_value_enum_double);
2426
2427/**
2428 * snd_soc_put_value_enum_double - semi enumerated double mixer put callback
2429 * @kcontrol: mixer control
2430 * @ucontrol: control element information
2431 *
2432 * Callback to set the value of a double semi enumerated mixer.
2433 *
2434 * Semi enumerated mixer: the enumerated items are referred as values. Can be
2435 * used for handling bitfield coded enumeration for example.
2436 *
2437 * Returns 0 for success.
2438 */
2439int snd_soc_put_value_enum_double(struct snd_kcontrol *kcontrol,
2440 struct snd_ctl_elem_value *ucontrol)
2441{
2442 struct snd_soc_codec *codec = snd_kcontrol_chip(kcontrol);
Peter Ujfalusi74155552009-01-08 13:34:29 +02002443 struct soc_enum *e = (struct soc_enum *)kcontrol->private_value;
Daniel Ribeiro46f58222009-06-07 02:49:11 -03002444 unsigned int val;
2445 unsigned int mask;
Peter Ujfalusi2e72f8e2009-01-05 09:54:57 +02002446
2447 if (ucontrol->value.enumerated.item[0] > e->max - 1)
2448 return -EINVAL;
2449 val = e->values[ucontrol->value.enumerated.item[0]] << e->shift_l;
2450 mask = e->mask << e->shift_l;
2451 if (e->shift_l != e->shift_r) {
2452 if (ucontrol->value.enumerated.item[1] > e->max - 1)
2453 return -EINVAL;
2454 val |= e->values[ucontrol->value.enumerated.item[1]] << e->shift_r;
2455 mask |= e->mask << e->shift_r;
2456 }
2457
Eero Nurkkala6c508c62009-10-30 13:34:03 +02002458 return snd_soc_update_bits_locked(codec, e->reg, mask, val);
Peter Ujfalusi2e72f8e2009-01-05 09:54:57 +02002459}
2460EXPORT_SYMBOL_GPL(snd_soc_put_value_enum_double);
2461
2462/**
Frank Mandarinodb2a4162006-10-06 18:31:09 +02002463 * snd_soc_info_enum_ext - external enumerated single mixer info callback
2464 * @kcontrol: mixer control
2465 * @uinfo: control element information
2466 *
2467 * Callback to provide information about an external enumerated
2468 * single mixer.
2469 *
2470 * Returns 0 for success.
2471 */
2472int snd_soc_info_enum_ext(struct snd_kcontrol *kcontrol,
2473 struct snd_ctl_elem_info *uinfo)
2474{
2475 struct soc_enum *e = (struct soc_enum *)kcontrol->private_value;
2476
2477 uinfo->type = SNDRV_CTL_ELEM_TYPE_ENUMERATED;
2478 uinfo->count = 1;
Jon Smirlf8ba0b72008-07-29 11:42:27 +01002479 uinfo->value.enumerated.items = e->max;
Frank Mandarinodb2a4162006-10-06 18:31:09 +02002480
Jon Smirlf8ba0b72008-07-29 11:42:27 +01002481 if (uinfo->value.enumerated.item > e->max - 1)
2482 uinfo->value.enumerated.item = e->max - 1;
Frank Mandarinodb2a4162006-10-06 18:31:09 +02002483 strcpy(uinfo->value.enumerated.name,
2484 e->texts[uinfo->value.enumerated.item]);
2485 return 0;
2486}
2487EXPORT_SYMBOL_GPL(snd_soc_info_enum_ext);
2488
2489/**
2490 * snd_soc_info_volsw_ext - external single mixer info callback
2491 * @kcontrol: mixer control
2492 * @uinfo: control element information
2493 *
2494 * Callback to provide information about a single external mixer control.
2495 *
2496 * Returns 0 for success.
2497 */
2498int snd_soc_info_volsw_ext(struct snd_kcontrol *kcontrol,
2499 struct snd_ctl_elem_info *uinfo)
2500{
Philipp Zabela7a4ac82008-01-10 14:37:42 +01002501 int max = kcontrol->private_value;
Frank Mandarinodb2a4162006-10-06 18:31:09 +02002502
Mark Brownfd5dfad2009-04-15 21:37:46 +01002503 if (max == 1 && !strstr(kcontrol->id.name, " Volume"))
Philipp Zabela7a4ac82008-01-10 14:37:42 +01002504 uinfo->type = SNDRV_CTL_ELEM_TYPE_BOOLEAN;
2505 else
2506 uinfo->type = SNDRV_CTL_ELEM_TYPE_INTEGER;
2507
Frank Mandarinodb2a4162006-10-06 18:31:09 +02002508 uinfo->count = 1;
2509 uinfo->value.integer.min = 0;
Philipp Zabela7a4ac82008-01-10 14:37:42 +01002510 uinfo->value.integer.max = max;
Frank Mandarinodb2a4162006-10-06 18:31:09 +02002511 return 0;
2512}
2513EXPORT_SYMBOL_GPL(snd_soc_info_volsw_ext);
2514
2515/**
Frank Mandarinodb2a4162006-10-06 18:31:09 +02002516 * snd_soc_info_volsw - single mixer info callback
2517 * @kcontrol: mixer control
2518 * @uinfo: control element information
2519 *
2520 * Callback to provide information about a single mixer control.
2521 *
2522 * Returns 0 for success.
2523 */
2524int snd_soc_info_volsw(struct snd_kcontrol *kcontrol,
2525 struct snd_ctl_elem_info *uinfo)
2526{
Jon Smirl4eaa9812008-07-29 11:42:26 +01002527 struct soc_mixer_control *mc =
2528 (struct soc_mixer_control *)kcontrol->private_value;
Peter Ujfalusid11bb4a2010-05-10 14:39:24 +03002529 int platform_max;
Mark Brown762b8df2008-10-30 12:37:08 +00002530 unsigned int shift = mc->shift;
Jon Smirl815ecf8d2008-07-29 10:22:24 -04002531 unsigned int rshift = mc->rshift;
Frank Mandarinodb2a4162006-10-06 18:31:09 +02002532
Peter Ujfalusid11bb4a2010-05-10 14:39:24 +03002533 if (!mc->platform_max)
2534 mc->platform_max = mc->max;
2535 platform_max = mc->platform_max;
2536
2537 if (platform_max == 1 && !strstr(kcontrol->id.name, " Volume"))
Philipp Zabela7a4ac82008-01-10 14:37:42 +01002538 uinfo->type = SNDRV_CTL_ELEM_TYPE_BOOLEAN;
2539 else
2540 uinfo->type = SNDRV_CTL_ELEM_TYPE_INTEGER;
2541
Frank Mandarinodb2a4162006-10-06 18:31:09 +02002542 uinfo->count = shift == rshift ? 1 : 2;
2543 uinfo->value.integer.min = 0;
Peter Ujfalusid11bb4a2010-05-10 14:39:24 +03002544 uinfo->value.integer.max = platform_max;
Frank Mandarinodb2a4162006-10-06 18:31:09 +02002545 return 0;
2546}
2547EXPORT_SYMBOL_GPL(snd_soc_info_volsw);
2548
2549/**
2550 * snd_soc_get_volsw - single mixer get callback
2551 * @kcontrol: mixer control
Mark Brownac11a2b2009-01-01 12:18:17 +00002552 * @ucontrol: control element information
Frank Mandarinodb2a4162006-10-06 18:31:09 +02002553 *
2554 * Callback to get the value of a single mixer control.
2555 *
2556 * Returns 0 for success.
2557 */
2558int snd_soc_get_volsw(struct snd_kcontrol *kcontrol,
2559 struct snd_ctl_elem_value *ucontrol)
2560{
Jon Smirl4eaa9812008-07-29 11:42:26 +01002561 struct soc_mixer_control *mc =
2562 (struct soc_mixer_control *)kcontrol->private_value;
Frank Mandarinodb2a4162006-10-06 18:31:09 +02002563 struct snd_soc_codec *codec = snd_kcontrol_chip(kcontrol);
Jon Smirl815ecf8d2008-07-29 10:22:24 -04002564 unsigned int reg = mc->reg;
2565 unsigned int shift = mc->shift;
2566 unsigned int rshift = mc->rshift;
Jon Smirl4eaa9812008-07-29 11:42:26 +01002567 int max = mc->max;
Jon Smirl815ecf8d2008-07-29 10:22:24 -04002568 unsigned int mask = (1 << fls(max)) - 1;
2569 unsigned int invert = mc->invert;
Frank Mandarinodb2a4162006-10-06 18:31:09 +02002570
2571 ucontrol->value.integer.value[0] =
2572 (snd_soc_read(codec, reg) >> shift) & mask;
2573 if (shift != rshift)
2574 ucontrol->value.integer.value[1] =
2575 (snd_soc_read(codec, reg) >> rshift) & mask;
2576 if (invert) {
2577 ucontrol->value.integer.value[0] =
Philipp Zabela7a4ac82008-01-10 14:37:42 +01002578 max - ucontrol->value.integer.value[0];
Frank Mandarinodb2a4162006-10-06 18:31:09 +02002579 if (shift != rshift)
2580 ucontrol->value.integer.value[1] =
Philipp Zabela7a4ac82008-01-10 14:37:42 +01002581 max - ucontrol->value.integer.value[1];
Frank Mandarinodb2a4162006-10-06 18:31:09 +02002582 }
2583
2584 return 0;
2585}
2586EXPORT_SYMBOL_GPL(snd_soc_get_volsw);
2587
2588/**
2589 * snd_soc_put_volsw - single mixer put callback
2590 * @kcontrol: mixer control
Mark Brownac11a2b2009-01-01 12:18:17 +00002591 * @ucontrol: control element information
Frank Mandarinodb2a4162006-10-06 18:31:09 +02002592 *
2593 * Callback to set the value of a single mixer control.
2594 *
2595 * Returns 0 for success.
2596 */
2597int snd_soc_put_volsw(struct snd_kcontrol *kcontrol,
2598 struct snd_ctl_elem_value *ucontrol)
2599{
Jon Smirl4eaa9812008-07-29 11:42:26 +01002600 struct soc_mixer_control *mc =
2601 (struct soc_mixer_control *)kcontrol->private_value;
Frank Mandarinodb2a4162006-10-06 18:31:09 +02002602 struct snd_soc_codec *codec = snd_kcontrol_chip(kcontrol);
Jon Smirl815ecf8d2008-07-29 10:22:24 -04002603 unsigned int reg = mc->reg;
2604 unsigned int shift = mc->shift;
2605 unsigned int rshift = mc->rshift;
Jon Smirl4eaa9812008-07-29 11:42:26 +01002606 int max = mc->max;
Jon Smirl815ecf8d2008-07-29 10:22:24 -04002607 unsigned int mask = (1 << fls(max)) - 1;
2608 unsigned int invert = mc->invert;
Daniel Ribeiro46f58222009-06-07 02:49:11 -03002609 unsigned int val, val2, val_mask;
Frank Mandarinodb2a4162006-10-06 18:31:09 +02002610
2611 val = (ucontrol->value.integer.value[0] & mask);
2612 if (invert)
Philipp Zabela7a4ac82008-01-10 14:37:42 +01002613 val = max - val;
Frank Mandarinodb2a4162006-10-06 18:31:09 +02002614 val_mask = mask << shift;
2615 val = val << shift;
2616 if (shift != rshift) {
2617 val2 = (ucontrol->value.integer.value[1] & mask);
2618 if (invert)
Philipp Zabela7a4ac82008-01-10 14:37:42 +01002619 val2 = max - val2;
Frank Mandarinodb2a4162006-10-06 18:31:09 +02002620 val_mask |= mask << rshift;
2621 val |= val2 << rshift;
2622 }
Eero Nurkkala6c508c62009-10-30 13:34:03 +02002623 return snd_soc_update_bits_locked(codec, reg, val_mask, val);
Frank Mandarinodb2a4162006-10-06 18:31:09 +02002624}
2625EXPORT_SYMBOL_GPL(snd_soc_put_volsw);
2626
2627/**
2628 * snd_soc_info_volsw_2r - double mixer info callback
2629 * @kcontrol: mixer control
2630 * @uinfo: control element information
2631 *
2632 * Callback to provide information about a double mixer control that
2633 * spans 2 codec registers.
2634 *
2635 * Returns 0 for success.
2636 */
2637int snd_soc_info_volsw_2r(struct snd_kcontrol *kcontrol,
2638 struct snd_ctl_elem_info *uinfo)
2639{
Jon Smirl4eaa9812008-07-29 11:42:26 +01002640 struct soc_mixer_control *mc =
2641 (struct soc_mixer_control *)kcontrol->private_value;
Peter Ujfalusid11bb4a2010-05-10 14:39:24 +03002642 int platform_max;
Frank Mandarinodb2a4162006-10-06 18:31:09 +02002643
Peter Ujfalusid11bb4a2010-05-10 14:39:24 +03002644 if (!mc->platform_max)
2645 mc->platform_max = mc->max;
2646 platform_max = mc->platform_max;
2647
2648 if (platform_max == 1 && !strstr(kcontrol->id.name, " Volume"))
Philipp Zabela7a4ac82008-01-10 14:37:42 +01002649 uinfo->type = SNDRV_CTL_ELEM_TYPE_BOOLEAN;
2650 else
2651 uinfo->type = SNDRV_CTL_ELEM_TYPE_INTEGER;
2652
Frank Mandarinodb2a4162006-10-06 18:31:09 +02002653 uinfo->count = 2;
2654 uinfo->value.integer.min = 0;
Peter Ujfalusid11bb4a2010-05-10 14:39:24 +03002655 uinfo->value.integer.max = platform_max;
Frank Mandarinodb2a4162006-10-06 18:31:09 +02002656 return 0;
2657}
2658EXPORT_SYMBOL_GPL(snd_soc_info_volsw_2r);
2659
2660/**
2661 * snd_soc_get_volsw_2r - double mixer get callback
2662 * @kcontrol: mixer control
Mark Brownac11a2b2009-01-01 12:18:17 +00002663 * @ucontrol: control element information
Frank Mandarinodb2a4162006-10-06 18:31:09 +02002664 *
2665 * Callback to get the value of a double mixer control that spans 2 registers.
2666 *
2667 * Returns 0 for success.
2668 */
2669int snd_soc_get_volsw_2r(struct snd_kcontrol *kcontrol,
2670 struct snd_ctl_elem_value *ucontrol)
2671{
Jon Smirl4eaa9812008-07-29 11:42:26 +01002672 struct soc_mixer_control *mc =
2673 (struct soc_mixer_control *)kcontrol->private_value;
Frank Mandarinodb2a4162006-10-06 18:31:09 +02002674 struct snd_soc_codec *codec = snd_kcontrol_chip(kcontrol);
Jon Smirl815ecf8d2008-07-29 10:22:24 -04002675 unsigned int reg = mc->reg;
2676 unsigned int reg2 = mc->rreg;
2677 unsigned int shift = mc->shift;
Jon Smirl4eaa9812008-07-29 11:42:26 +01002678 int max = mc->max;
Daniel Ribeiro46f58222009-06-07 02:49:11 -03002679 unsigned int mask = (1 << fls(max)) - 1;
Jon Smirl815ecf8d2008-07-29 10:22:24 -04002680 unsigned int invert = mc->invert;
Frank Mandarinodb2a4162006-10-06 18:31:09 +02002681
2682 ucontrol->value.integer.value[0] =
2683 (snd_soc_read(codec, reg) >> shift) & mask;
2684 ucontrol->value.integer.value[1] =
2685 (snd_soc_read(codec, reg2) >> shift) & mask;
2686 if (invert) {
2687 ucontrol->value.integer.value[0] =
Philipp Zabela7a4ac82008-01-10 14:37:42 +01002688 max - ucontrol->value.integer.value[0];
Frank Mandarinodb2a4162006-10-06 18:31:09 +02002689 ucontrol->value.integer.value[1] =
Philipp Zabela7a4ac82008-01-10 14:37:42 +01002690 max - ucontrol->value.integer.value[1];
Frank Mandarinodb2a4162006-10-06 18:31:09 +02002691 }
2692
2693 return 0;
2694}
2695EXPORT_SYMBOL_GPL(snd_soc_get_volsw_2r);
2696
2697/**
2698 * snd_soc_put_volsw_2r - double mixer set callback
2699 * @kcontrol: mixer control
Mark Brownac11a2b2009-01-01 12:18:17 +00002700 * @ucontrol: control element information
Frank Mandarinodb2a4162006-10-06 18:31:09 +02002701 *
2702 * Callback to set the value of a double mixer control that spans 2 registers.
2703 *
2704 * Returns 0 for success.
2705 */
2706int snd_soc_put_volsw_2r(struct snd_kcontrol *kcontrol,
2707 struct snd_ctl_elem_value *ucontrol)
2708{
Jon Smirl4eaa9812008-07-29 11:42:26 +01002709 struct soc_mixer_control *mc =
2710 (struct soc_mixer_control *)kcontrol->private_value;
Frank Mandarinodb2a4162006-10-06 18:31:09 +02002711 struct snd_soc_codec *codec = snd_kcontrol_chip(kcontrol);
Jon Smirl815ecf8d2008-07-29 10:22:24 -04002712 unsigned int reg = mc->reg;
2713 unsigned int reg2 = mc->rreg;
2714 unsigned int shift = mc->shift;
Jon Smirl4eaa9812008-07-29 11:42:26 +01002715 int max = mc->max;
Jon Smirl815ecf8d2008-07-29 10:22:24 -04002716 unsigned int mask = (1 << fls(max)) - 1;
2717 unsigned int invert = mc->invert;
Frank Mandarinodb2a4162006-10-06 18:31:09 +02002718 int err;
Daniel Ribeiro46f58222009-06-07 02:49:11 -03002719 unsigned int val, val2, val_mask;
Frank Mandarinodb2a4162006-10-06 18:31:09 +02002720
2721 val_mask = mask << shift;
2722 val = (ucontrol->value.integer.value[0] & mask);
2723 val2 = (ucontrol->value.integer.value[1] & mask);
2724
2725 if (invert) {
Philipp Zabela7a4ac82008-01-10 14:37:42 +01002726 val = max - val;
2727 val2 = max - val2;
Frank Mandarinodb2a4162006-10-06 18:31:09 +02002728 }
2729
2730 val = val << shift;
2731 val2 = val2 << shift;
2732
Eero Nurkkala6c508c62009-10-30 13:34:03 +02002733 err = snd_soc_update_bits_locked(codec, reg, val_mask, val);
Mark Brown3ff3f642008-05-19 12:32:25 +02002734 if (err < 0)
Frank Mandarinodb2a4162006-10-06 18:31:09 +02002735 return err;
2736
Eero Nurkkala6c508c62009-10-30 13:34:03 +02002737 err = snd_soc_update_bits_locked(codec, reg2, val_mask, val2);
Frank Mandarinodb2a4162006-10-06 18:31:09 +02002738 return err;
2739}
2740EXPORT_SYMBOL_GPL(snd_soc_put_volsw_2r);
2741
Mark Browne13ac2e2008-05-28 17:58:05 +01002742/**
2743 * snd_soc_info_volsw_s8 - signed mixer info callback
2744 * @kcontrol: mixer control
2745 * @uinfo: control element information
2746 *
2747 * Callback to provide information about a signed mixer control.
2748 *
2749 * Returns 0 for success.
2750 */
2751int snd_soc_info_volsw_s8(struct snd_kcontrol *kcontrol,
2752 struct snd_ctl_elem_info *uinfo)
2753{
Jon Smirl4eaa9812008-07-29 11:42:26 +01002754 struct soc_mixer_control *mc =
2755 (struct soc_mixer_control *)kcontrol->private_value;
Peter Ujfalusid11bb4a2010-05-10 14:39:24 +03002756 int platform_max;
Jon Smirl4eaa9812008-07-29 11:42:26 +01002757 int min = mc->min;
Mark Browne13ac2e2008-05-28 17:58:05 +01002758
Peter Ujfalusid11bb4a2010-05-10 14:39:24 +03002759 if (!mc->platform_max)
2760 mc->platform_max = mc->max;
2761 platform_max = mc->platform_max;
2762
Mark Browne13ac2e2008-05-28 17:58:05 +01002763 uinfo->type = SNDRV_CTL_ELEM_TYPE_INTEGER;
2764 uinfo->count = 2;
2765 uinfo->value.integer.min = 0;
Peter Ujfalusid11bb4a2010-05-10 14:39:24 +03002766 uinfo->value.integer.max = platform_max - min;
Mark Browne13ac2e2008-05-28 17:58:05 +01002767 return 0;
2768}
2769EXPORT_SYMBOL_GPL(snd_soc_info_volsw_s8);
2770
2771/**
2772 * snd_soc_get_volsw_s8 - signed mixer get callback
2773 * @kcontrol: mixer control
Mark Brownac11a2b2009-01-01 12:18:17 +00002774 * @ucontrol: control element information
Mark Browne13ac2e2008-05-28 17:58:05 +01002775 *
2776 * Callback to get the value of a signed mixer control.
2777 *
2778 * Returns 0 for success.
2779 */
2780int snd_soc_get_volsw_s8(struct snd_kcontrol *kcontrol,
2781 struct snd_ctl_elem_value *ucontrol)
2782{
Jon Smirl4eaa9812008-07-29 11:42:26 +01002783 struct soc_mixer_control *mc =
2784 (struct soc_mixer_control *)kcontrol->private_value;
Mark Browne13ac2e2008-05-28 17:58:05 +01002785 struct snd_soc_codec *codec = snd_kcontrol_chip(kcontrol);
Jon Smirl815ecf8d2008-07-29 10:22:24 -04002786 unsigned int reg = mc->reg;
Jon Smirl4eaa9812008-07-29 11:42:26 +01002787 int min = mc->min;
Mark Browne13ac2e2008-05-28 17:58:05 +01002788 int val = snd_soc_read(codec, reg);
2789
2790 ucontrol->value.integer.value[0] =
2791 ((signed char)(val & 0xff))-min;
2792 ucontrol->value.integer.value[1] =
2793 ((signed char)((val >> 8) & 0xff))-min;
2794 return 0;
2795}
2796EXPORT_SYMBOL_GPL(snd_soc_get_volsw_s8);
2797
2798/**
2799 * snd_soc_put_volsw_sgn - signed mixer put callback
2800 * @kcontrol: mixer control
Mark Brownac11a2b2009-01-01 12:18:17 +00002801 * @ucontrol: control element information
Mark Browne13ac2e2008-05-28 17:58:05 +01002802 *
2803 * Callback to set the value of a signed mixer control.
2804 *
2805 * Returns 0 for success.
2806 */
2807int snd_soc_put_volsw_s8(struct snd_kcontrol *kcontrol,
2808 struct snd_ctl_elem_value *ucontrol)
2809{
Jon Smirl4eaa9812008-07-29 11:42:26 +01002810 struct soc_mixer_control *mc =
2811 (struct soc_mixer_control *)kcontrol->private_value;
Mark Browne13ac2e2008-05-28 17:58:05 +01002812 struct snd_soc_codec *codec = snd_kcontrol_chip(kcontrol);
Jon Smirl815ecf8d2008-07-29 10:22:24 -04002813 unsigned int reg = mc->reg;
Jon Smirl4eaa9812008-07-29 11:42:26 +01002814 int min = mc->min;
Daniel Ribeiro46f58222009-06-07 02:49:11 -03002815 unsigned int val;
Mark Browne13ac2e2008-05-28 17:58:05 +01002816
2817 val = (ucontrol->value.integer.value[0]+min) & 0xff;
2818 val |= ((ucontrol->value.integer.value[1]+min) & 0xff) << 8;
2819
Eero Nurkkala6c508c62009-10-30 13:34:03 +02002820 return snd_soc_update_bits_locked(codec, reg, 0xffff, val);
Mark Browne13ac2e2008-05-28 17:58:05 +01002821}
2822EXPORT_SYMBOL_GPL(snd_soc_put_volsw_s8);
2823
Liam Girdwood8c6529d2008-07-08 13:19:13 +01002824/**
Peter Ujfalusi637d3842010-05-07 14:05:49 +03002825 * snd_soc_limit_volume - Set new limit to an existing volume control.
2826 *
2827 * @codec: where to look for the control
2828 * @name: Name of the control
2829 * @max: new maximum limit
2830 *
2831 * Return 0 for success, else error.
2832 */
2833int snd_soc_limit_volume(struct snd_soc_codec *codec,
2834 const char *name, int max)
2835{
Liam Girdwoodf0fba2a2010-03-17 20:15:21 +00002836 struct snd_card *card = codec->card->snd_card;
Peter Ujfalusi637d3842010-05-07 14:05:49 +03002837 struct snd_kcontrol *kctl;
2838 struct soc_mixer_control *mc;
2839 int found = 0;
2840 int ret = -EINVAL;
2841
2842 /* Sanity check for name and max */
2843 if (unlikely(!name || max <= 0))
2844 return -EINVAL;
2845
2846 list_for_each_entry(kctl, &card->controls, list) {
2847 if (!strncmp(kctl->id.name, name, sizeof(kctl->id.name))) {
2848 found = 1;
2849 break;
2850 }
2851 }
2852 if (found) {
2853 mc = (struct soc_mixer_control *)kctl->private_value;
2854 if (max <= mc->max) {
Peter Ujfalusid11bb4a2010-05-10 14:39:24 +03002855 mc->platform_max = max;
Peter Ujfalusi637d3842010-05-07 14:05:49 +03002856 ret = 0;
2857 }
2858 }
2859 return ret;
2860}
2861EXPORT_SYMBOL_GPL(snd_soc_limit_volume);
2862
2863/**
apatard@mandriva.comb6f4bb32010-05-15 17:30:01 +02002864 * snd_soc_info_volsw_2r_sx - double with tlv and variable data size
2865 * mixer info callback
2866 * @kcontrol: mixer control
2867 * @uinfo: control element information
2868 *
2869 * Returns 0 for success.
2870 */
2871int snd_soc_info_volsw_2r_sx(struct snd_kcontrol *kcontrol,
2872 struct snd_ctl_elem_info *uinfo)
2873{
2874 struct soc_mixer_control *mc =
2875 (struct soc_mixer_control *)kcontrol->private_value;
2876 int max = mc->max;
2877 int min = mc->min;
2878
2879 uinfo->type = SNDRV_CTL_ELEM_TYPE_INTEGER;
2880 uinfo->count = 2;
2881 uinfo->value.integer.min = 0;
2882 uinfo->value.integer.max = max-min;
2883
2884 return 0;
2885}
2886EXPORT_SYMBOL_GPL(snd_soc_info_volsw_2r_sx);
2887
2888/**
2889 * snd_soc_get_volsw_2r_sx - double with tlv and variable data size
2890 * mixer get callback
2891 * @kcontrol: mixer control
2892 * @uinfo: control element information
2893 *
2894 * Returns 0 for success.
2895 */
2896int snd_soc_get_volsw_2r_sx(struct snd_kcontrol *kcontrol,
2897 struct snd_ctl_elem_value *ucontrol)
2898{
2899 struct soc_mixer_control *mc =
2900 (struct soc_mixer_control *)kcontrol->private_value;
2901 struct snd_soc_codec *codec = snd_kcontrol_chip(kcontrol);
2902 unsigned int mask = (1<<mc->shift)-1;
2903 int min = mc->min;
2904 int val = snd_soc_read(codec, mc->reg) & mask;
2905 int valr = snd_soc_read(codec, mc->rreg) & mask;
2906
Stuart Longland20630c72010-06-18 12:56:10 +10002907 ucontrol->value.integer.value[0] = ((val & 0xff)-min) & mask;
2908 ucontrol->value.integer.value[1] = ((valr & 0xff)-min) & mask;
apatard@mandriva.comb6f4bb32010-05-15 17:30:01 +02002909 return 0;
2910}
2911EXPORT_SYMBOL_GPL(snd_soc_get_volsw_2r_sx);
2912
2913/**
2914 * snd_soc_put_volsw_2r_sx - double with tlv and variable data size
2915 * mixer put callback
2916 * @kcontrol: mixer control
2917 * @uinfo: control element information
2918 *
2919 * Returns 0 for success.
2920 */
2921int snd_soc_put_volsw_2r_sx(struct snd_kcontrol *kcontrol,
2922 struct snd_ctl_elem_value *ucontrol)
2923{
2924 struct soc_mixer_control *mc =
2925 (struct soc_mixer_control *)kcontrol->private_value;
2926 struct snd_soc_codec *codec = snd_kcontrol_chip(kcontrol);
2927 unsigned int mask = (1<<mc->shift)-1;
2928 int min = mc->min;
2929 int ret;
2930 unsigned int val, valr, oval, ovalr;
2931
2932 val = ((ucontrol->value.integer.value[0]+min) & 0xff);
2933 val &= mask;
2934 valr = ((ucontrol->value.integer.value[1]+min) & 0xff);
2935 valr &= mask;
2936
2937 oval = snd_soc_read(codec, mc->reg) & mask;
2938 ovalr = snd_soc_read(codec, mc->rreg) & mask;
2939
2940 ret = 0;
2941 if (oval != val) {
2942 ret = snd_soc_write(codec, mc->reg, val);
2943 if (ret < 0)
Mark Brownf1df5ae2010-06-15 15:14:31 +01002944 return ret;
apatard@mandriva.comb6f4bb32010-05-15 17:30:01 +02002945 }
2946 if (ovalr != valr) {
2947 ret = snd_soc_write(codec, mc->rreg, valr);
2948 if (ret < 0)
Mark Brownf1df5ae2010-06-15 15:14:31 +01002949 return ret;
apatard@mandriva.comb6f4bb32010-05-15 17:30:01 +02002950 }
2951
2952 return 0;
2953}
2954EXPORT_SYMBOL_GPL(snd_soc_put_volsw_2r_sx);
2955
2956/**
Liam Girdwood8c6529d2008-07-08 13:19:13 +01002957 * snd_soc_dai_set_sysclk - configure DAI system or master clock.
2958 * @dai: DAI
2959 * @clk_id: DAI specific clock ID
2960 * @freq: new clock frequency in Hz
2961 * @dir: new clock direction - input/output.
2962 *
2963 * Configures the DAI master (MCLK) or system (SYSCLK) clocking.
2964 */
2965int snd_soc_dai_set_sysclk(struct snd_soc_dai *dai, int clk_id,
2966 unsigned int freq, int dir)
2967{
Liam Girdwoodf0fba2a2010-03-17 20:15:21 +00002968 if (dai->driver && dai->driver->ops->set_sysclk)
2969 return dai->driver->ops->set_sysclk(dai, clk_id, freq, dir);
Liam Girdwood8c6529d2008-07-08 13:19:13 +01002970 else
2971 return -EINVAL;
2972}
2973EXPORT_SYMBOL_GPL(snd_soc_dai_set_sysclk);
2974
2975/**
2976 * snd_soc_dai_set_clkdiv - configure DAI clock dividers.
2977 * @dai: DAI
Mark Brownac11a2b2009-01-01 12:18:17 +00002978 * @div_id: DAI specific clock divider ID
Liam Girdwood8c6529d2008-07-08 13:19:13 +01002979 * @div: new clock divisor.
2980 *
2981 * Configures the clock dividers. This is used to derive the best DAI bit and
2982 * frame clocks from the system or master clock. It's best to set the DAI bit
2983 * and frame clocks as low as possible to save system power.
2984 */
2985int snd_soc_dai_set_clkdiv(struct snd_soc_dai *dai,
2986 int div_id, int div)
2987{
Liam Girdwoodf0fba2a2010-03-17 20:15:21 +00002988 if (dai->driver && dai->driver->ops->set_clkdiv)
2989 return dai->driver->ops->set_clkdiv(dai, div_id, div);
Liam Girdwood8c6529d2008-07-08 13:19:13 +01002990 else
2991 return -EINVAL;
2992}
2993EXPORT_SYMBOL_GPL(snd_soc_dai_set_clkdiv);
2994
2995/**
2996 * snd_soc_dai_set_pll - configure DAI PLL.
2997 * @dai: DAI
2998 * @pll_id: DAI specific PLL ID
Mark Brown85488032009-09-05 18:52:16 +01002999 * @source: DAI specific source for the PLL
Liam Girdwood8c6529d2008-07-08 13:19:13 +01003000 * @freq_in: PLL input clock frequency in Hz
3001 * @freq_out: requested PLL output clock frequency in Hz
3002 *
3003 * Configures and enables PLL to generate output clock based on input clock.
3004 */
Mark Brown85488032009-09-05 18:52:16 +01003005int snd_soc_dai_set_pll(struct snd_soc_dai *dai, int pll_id, int source,
3006 unsigned int freq_in, unsigned int freq_out)
Liam Girdwood8c6529d2008-07-08 13:19:13 +01003007{
Liam Girdwoodf0fba2a2010-03-17 20:15:21 +00003008 if (dai->driver && dai->driver->ops->set_pll)
3009 return dai->driver->ops->set_pll(dai, pll_id, source,
Mark Brown85488032009-09-05 18:52:16 +01003010 freq_in, freq_out);
Liam Girdwood8c6529d2008-07-08 13:19:13 +01003011 else
3012 return -EINVAL;
3013}
3014EXPORT_SYMBOL_GPL(snd_soc_dai_set_pll);
3015
3016/**
3017 * snd_soc_dai_set_fmt - configure DAI hardware audio format.
3018 * @dai: DAI
Liam Girdwood8c6529d2008-07-08 13:19:13 +01003019 * @fmt: SND_SOC_DAIFMT_ format value.
3020 *
3021 * Configures the DAI hardware format and clocking.
3022 */
3023int snd_soc_dai_set_fmt(struct snd_soc_dai *dai, unsigned int fmt)
3024{
Liam Girdwoodf0fba2a2010-03-17 20:15:21 +00003025 if (dai->driver && dai->driver->ops->set_fmt)
3026 return dai->driver->ops->set_fmt(dai, fmt);
Liam Girdwood8c6529d2008-07-08 13:19:13 +01003027 else
3028 return -EINVAL;
3029}
3030EXPORT_SYMBOL_GPL(snd_soc_dai_set_fmt);
3031
3032/**
3033 * snd_soc_dai_set_tdm_slot - configure DAI TDM.
3034 * @dai: DAI
Daniel Ribeiroa5479e32009-06-15 21:44:31 -03003035 * @tx_mask: bitmask representing active TX slots.
3036 * @rx_mask: bitmask representing active RX slots.
Liam Girdwood8c6529d2008-07-08 13:19:13 +01003037 * @slots: Number of slots in use.
Daniel Ribeiroa5479e32009-06-15 21:44:31 -03003038 * @slot_width: Width in bits for each slot.
Liam Girdwood8c6529d2008-07-08 13:19:13 +01003039 *
3040 * Configures a DAI for TDM operation. Both mask and slots are codec and DAI
3041 * specific.
3042 */
3043int snd_soc_dai_set_tdm_slot(struct snd_soc_dai *dai,
Daniel Ribeiroa5479e32009-06-15 21:44:31 -03003044 unsigned int tx_mask, unsigned int rx_mask, int slots, int slot_width)
Liam Girdwood8c6529d2008-07-08 13:19:13 +01003045{
Liam Girdwoodf0fba2a2010-03-17 20:15:21 +00003046 if (dai->driver && dai->driver->ops->set_tdm_slot)
3047 return dai->driver->ops->set_tdm_slot(dai, tx_mask, rx_mask,
Daniel Ribeiroa5479e32009-06-15 21:44:31 -03003048 slots, slot_width);
Liam Girdwood8c6529d2008-07-08 13:19:13 +01003049 else
3050 return -EINVAL;
3051}
3052EXPORT_SYMBOL_GPL(snd_soc_dai_set_tdm_slot);
3053
3054/**
Barry Song472df3c2009-09-12 01:16:29 +08003055 * snd_soc_dai_set_channel_map - configure DAI audio channel map
3056 * @dai: DAI
3057 * @tx_num: how many TX channels
3058 * @tx_slot: pointer to an array which imply the TX slot number channel
3059 * 0~num-1 uses
3060 * @rx_num: how many RX channels
3061 * @rx_slot: pointer to an array which imply the RX slot number channel
3062 * 0~num-1 uses
3063 *
3064 * configure the relationship between channel number and TDM slot number.
3065 */
3066int snd_soc_dai_set_channel_map(struct snd_soc_dai *dai,
3067 unsigned int tx_num, unsigned int *tx_slot,
3068 unsigned int rx_num, unsigned int *rx_slot)
3069{
Liam Girdwoodf0fba2a2010-03-17 20:15:21 +00003070 if (dai->driver && dai->driver->ops->set_channel_map)
3071 return dai->driver->ops->set_channel_map(dai, tx_num, tx_slot,
Barry Song472df3c2009-09-12 01:16:29 +08003072 rx_num, rx_slot);
3073 else
3074 return -EINVAL;
3075}
3076EXPORT_SYMBOL_GPL(snd_soc_dai_set_channel_map);
3077
3078/**
Liam Girdwood8c6529d2008-07-08 13:19:13 +01003079 * snd_soc_dai_set_tristate - configure DAI system or master clock.
3080 * @dai: DAI
3081 * @tristate: tristate enable
3082 *
3083 * Tristates the DAI so that others can use it.
3084 */
3085int snd_soc_dai_set_tristate(struct snd_soc_dai *dai, int tristate)
3086{
Liam Girdwoodf0fba2a2010-03-17 20:15:21 +00003087 if (dai->driver && dai->driver->ops->set_tristate)
3088 return dai->driver->ops->set_tristate(dai, tristate);
Liam Girdwood8c6529d2008-07-08 13:19:13 +01003089 else
3090 return -EINVAL;
3091}
3092EXPORT_SYMBOL_GPL(snd_soc_dai_set_tristate);
3093
3094/**
3095 * snd_soc_dai_digital_mute - configure DAI system or master clock.
3096 * @dai: DAI
3097 * @mute: mute enable
3098 *
3099 * Mutes the DAI DAC.
3100 */
3101int snd_soc_dai_digital_mute(struct snd_soc_dai *dai, int mute)
3102{
Liam Girdwoodf0fba2a2010-03-17 20:15:21 +00003103 if (dai->driver && dai->driver->ops->digital_mute)
3104 return dai->driver->ops->digital_mute(dai, mute);
Liam Girdwood8c6529d2008-07-08 13:19:13 +01003105 else
3106 return -EINVAL;
3107}
3108EXPORT_SYMBOL_GPL(snd_soc_dai_digital_mute);
3109
Mark Brownc5af3a22008-11-28 13:29:45 +00003110/**
3111 * snd_soc_register_card - Register a card with the ASoC core
3112 *
Mark Brownac11a2b2009-01-01 12:18:17 +00003113 * @card: Card to register
Mark Brownc5af3a22008-11-28 13:29:45 +00003114 *
3115 * Note that currently this is an internal only function: it will be
3116 * exposed to machine drivers after further backporting of ASoC v2
3117 * registration APIs.
3118 */
3119static int snd_soc_register_card(struct snd_soc_card *card)
3120{
Liam Girdwoodf0fba2a2010-03-17 20:15:21 +00003121 int i;
3122
Mark Brownc5af3a22008-11-28 13:29:45 +00003123 if (!card->name || !card->dev)
3124 return -EINVAL;
3125
Jarkko Nikula2eea3922010-11-25 17:47:38 +02003126 card->rtd = kzalloc(sizeof(struct snd_soc_pcm_runtime) *
3127 (card->num_links + card->num_aux_devs),
3128 GFP_KERNEL);
Liam Girdwoodf0fba2a2010-03-17 20:15:21 +00003129 if (card->rtd == NULL)
3130 return -ENOMEM;
Jarkko Nikula2eea3922010-11-25 17:47:38 +02003131 card->rtd_aux = &card->rtd[card->num_links];
Liam Girdwoodf0fba2a2010-03-17 20:15:21 +00003132
3133 for (i = 0; i < card->num_links; i++)
3134 card->rtd[i].dai_link = &card->dai_link[i];
3135
Mark Brownc5af3a22008-11-28 13:29:45 +00003136 INIT_LIST_HEAD(&card->list);
3137 card->instantiated = 0;
Liam Girdwoodf0fba2a2010-03-17 20:15:21 +00003138 mutex_init(&card->mutex);
Mark Brownc5af3a22008-11-28 13:29:45 +00003139
3140 mutex_lock(&client_mutex);
3141 list_add(&card->list, &card_list);
Mark Brown435c5e22008-12-04 15:32:53 +00003142 snd_soc_instantiate_cards();
Mark Brownc5af3a22008-11-28 13:29:45 +00003143 mutex_unlock(&client_mutex);
3144
3145 dev_dbg(card->dev, "Registered card '%s'\n", card->name);
3146
3147 return 0;
3148}
3149
3150/**
3151 * snd_soc_unregister_card - Unregister a card with the ASoC core
3152 *
Mark Brownac11a2b2009-01-01 12:18:17 +00003153 * @card: Card to unregister
Mark Brownc5af3a22008-11-28 13:29:45 +00003154 *
3155 * Note that currently this is an internal only function: it will be
3156 * exposed to machine drivers after further backporting of ASoC v2
3157 * registration APIs.
3158 */
3159static int snd_soc_unregister_card(struct snd_soc_card *card)
3160{
Vinod Koulb0e26482011-01-13 22:48:02 +05303161 if (card->instantiated)
3162 soc_cleanup_card_resources(card);
Mark Brownc5af3a22008-11-28 13:29:45 +00003163 mutex_lock(&client_mutex);
3164 list_del(&card->list);
3165 mutex_unlock(&client_mutex);
Mark Brownc5af3a22008-11-28 13:29:45 +00003166 dev_dbg(card->dev, "Unregistered card '%s'\n", card->name);
3167
3168 return 0;
3169}
3170
Liam Girdwoodf0fba2a2010-03-17 20:15:21 +00003171/*
3172 * Simplify DAI link configuration by removing ".-1" from device names
3173 * and sanitizing names.
3174 */
Dimitris Papastamos0b9a2142010-12-06 15:49:20 +00003175static char *fmt_single_name(struct device *dev, int *id)
Liam Girdwoodf0fba2a2010-03-17 20:15:21 +00003176{
3177 char *found, name[NAME_SIZE];
3178 int id1, id2;
3179
3180 if (dev_name(dev) == NULL)
3181 return NULL;
3182
Dimitris Papastamos58818a72010-12-06 15:42:17 +00003183 strlcpy(name, dev_name(dev), NAME_SIZE);
Liam Girdwoodf0fba2a2010-03-17 20:15:21 +00003184
3185 /* are we a "%s.%d" name (platform and SPI components) */
3186 found = strstr(name, dev->driver->name);
3187 if (found) {
3188 /* get ID */
3189 if (sscanf(&found[strlen(dev->driver->name)], ".%d", id) == 1) {
3190
3191 /* discard ID from name if ID == -1 */
3192 if (*id == -1)
3193 found[strlen(dev->driver->name)] = '\0';
3194 }
3195
3196 } else {
3197 /* I2C component devices are named "bus-addr" */
3198 if (sscanf(name, "%x-%x", &id1, &id2) == 2) {
3199 char tmp[NAME_SIZE];
3200
3201 /* create unique ID number from I2C addr and bus */
Jarkko Nikula05899442010-10-19 11:10:45 +03003202 *id = ((id1 & 0xffff) << 16) + id2;
Liam Girdwoodf0fba2a2010-03-17 20:15:21 +00003203
3204 /* sanitize component name for DAI link creation */
3205 snprintf(tmp, NAME_SIZE, "%s.%s", dev->driver->name, name);
Dimitris Papastamos58818a72010-12-06 15:42:17 +00003206 strlcpy(name, tmp, NAME_SIZE);
Liam Girdwoodf0fba2a2010-03-17 20:15:21 +00003207 } else
3208 *id = 0;
3209 }
3210
3211 return kstrdup(name, GFP_KERNEL);
3212}
3213
3214/*
3215 * Simplify DAI link naming for single devices with multiple DAIs by removing
3216 * any ".-1" and using the DAI name (instead of device name).
3217 */
3218static inline char *fmt_multiple_name(struct device *dev,
3219 struct snd_soc_dai_driver *dai_drv)
3220{
3221 if (dai_drv->name == NULL) {
3222 printk(KERN_ERR "asoc: error - multiple DAI %s registered with no name\n",
3223 dev_name(dev));
3224 return NULL;
3225 }
3226
3227 return kstrdup(dai_drv->name, GFP_KERNEL);
3228}
3229
Mark Brown91151712008-11-30 23:31:24 +00003230/**
3231 * snd_soc_register_dai - Register a DAI with the ASoC core
3232 *
Mark Brownac11a2b2009-01-01 12:18:17 +00003233 * @dai: DAI to register
Mark Brown91151712008-11-30 23:31:24 +00003234 */
Liam Girdwoodf0fba2a2010-03-17 20:15:21 +00003235int snd_soc_register_dai(struct device *dev,
3236 struct snd_soc_dai_driver *dai_drv)
Mark Brown91151712008-11-30 23:31:24 +00003237{
Liam Girdwoodf0fba2a2010-03-17 20:15:21 +00003238 struct snd_soc_dai *dai;
Mark Brown91151712008-11-30 23:31:24 +00003239
Liam Girdwoodf0fba2a2010-03-17 20:15:21 +00003240 dev_dbg(dev, "dai register %s\n", dev_name(dev));
Mark Brown91151712008-11-30 23:31:24 +00003241
Liam Girdwoodf0fba2a2010-03-17 20:15:21 +00003242 dai = kzalloc(sizeof(struct snd_soc_dai), GFP_KERNEL);
3243 if (dai == NULL)
3244 return -ENOMEM;
Eric Miao6335d052009-03-03 09:41:00 +08003245
Liam Girdwoodf0fba2a2010-03-17 20:15:21 +00003246 /* create DAI component name */
3247 dai->name = fmt_single_name(dev, &dai->id);
3248 if (dai->name == NULL) {
3249 kfree(dai);
3250 return -ENOMEM;
3251 }
3252
3253 dai->dev = dev;
3254 dai->driver = dai_drv;
3255 if (!dai->driver->ops)
3256 dai->driver->ops = &null_dai_ops;
Mark Brown91151712008-11-30 23:31:24 +00003257
3258 mutex_lock(&client_mutex);
3259 list_add(&dai->list, &dai_list);
Mark Brown435c5e22008-12-04 15:32:53 +00003260 snd_soc_instantiate_cards();
Mark Brown91151712008-11-30 23:31:24 +00003261 mutex_unlock(&client_mutex);
3262
3263 pr_debug("Registered DAI '%s'\n", dai->name);
3264
3265 return 0;
3266}
3267EXPORT_SYMBOL_GPL(snd_soc_register_dai);
3268
3269/**
3270 * snd_soc_unregister_dai - Unregister a DAI from the ASoC core
3271 *
Mark Brownac11a2b2009-01-01 12:18:17 +00003272 * @dai: DAI to unregister
Mark Brown91151712008-11-30 23:31:24 +00003273 */
Liam Girdwoodf0fba2a2010-03-17 20:15:21 +00003274void snd_soc_unregister_dai(struct device *dev)
Mark Brown91151712008-11-30 23:31:24 +00003275{
Liam Girdwoodf0fba2a2010-03-17 20:15:21 +00003276 struct snd_soc_dai *dai;
3277
3278 list_for_each_entry(dai, &dai_list, list) {
3279 if (dev == dai->dev)
3280 goto found;
3281 }
3282 return;
3283
3284found:
Mark Brown91151712008-11-30 23:31:24 +00003285 mutex_lock(&client_mutex);
3286 list_del(&dai->list);
3287 mutex_unlock(&client_mutex);
3288
3289 pr_debug("Unregistered DAI '%s'\n", dai->name);
Liam Girdwoodf0fba2a2010-03-17 20:15:21 +00003290 kfree(dai->name);
3291 kfree(dai);
Mark Brown91151712008-11-30 23:31:24 +00003292}
3293EXPORT_SYMBOL_GPL(snd_soc_unregister_dai);
3294
3295/**
3296 * snd_soc_register_dais - Register multiple DAIs with the ASoC core
3297 *
Mark Brownac11a2b2009-01-01 12:18:17 +00003298 * @dai: Array of DAIs to register
3299 * @count: Number of DAIs
Mark Brown91151712008-11-30 23:31:24 +00003300 */
Liam Girdwoodf0fba2a2010-03-17 20:15:21 +00003301int snd_soc_register_dais(struct device *dev,
3302 struct snd_soc_dai_driver *dai_drv, size_t count)
Mark Brown91151712008-11-30 23:31:24 +00003303{
Liam Girdwoodf0fba2a2010-03-17 20:15:21 +00003304 struct snd_soc_dai *dai;
3305 int i, ret = 0;
3306
Liam Girdwood720ffa42010-08-18 00:30:30 +01003307 dev_dbg(dev, "dai register %s #%Zu\n", dev_name(dev), count);
Mark Brown91151712008-11-30 23:31:24 +00003308
3309 for (i = 0; i < count; i++) {
Liam Girdwoodf0fba2a2010-03-17 20:15:21 +00003310
3311 dai = kzalloc(sizeof(struct snd_soc_dai), GFP_KERNEL);
Axel Linc46e0072010-11-03 15:04:45 +08003312 if (dai == NULL) {
3313 ret = -ENOMEM;
3314 goto err;
3315 }
Liam Girdwoodf0fba2a2010-03-17 20:15:21 +00003316
3317 /* create DAI component name */
3318 dai->name = fmt_multiple_name(dev, &dai_drv[i]);
3319 if (dai->name == NULL) {
3320 kfree(dai);
3321 ret = -EINVAL;
Mark Brown91151712008-11-30 23:31:24 +00003322 goto err;
Liam Girdwoodf0fba2a2010-03-17 20:15:21 +00003323 }
3324
3325 dai->dev = dev;
Liam Girdwoodf0fba2a2010-03-17 20:15:21 +00003326 dai->driver = &dai_drv[i];
Mark Brown0f9141c2010-10-12 15:43:21 +01003327 if (dai->driver->id)
3328 dai->id = dai->driver->id;
3329 else
3330 dai->id = i;
Liam Girdwoodf0fba2a2010-03-17 20:15:21 +00003331 if (!dai->driver->ops)
3332 dai->driver->ops = &null_dai_ops;
3333
3334 mutex_lock(&client_mutex);
3335 list_add(&dai->list, &dai_list);
3336 mutex_unlock(&client_mutex);
3337
3338 pr_debug("Registered DAI '%s'\n", dai->name);
Mark Brown91151712008-11-30 23:31:24 +00003339 }
3340
Axel Lin1dcb4f32010-12-06 16:48:03 +08003341 mutex_lock(&client_mutex);
Liam Girdwoodf0fba2a2010-03-17 20:15:21 +00003342 snd_soc_instantiate_cards();
Axel Lin1dcb4f32010-12-06 16:48:03 +08003343 mutex_unlock(&client_mutex);
Mark Brown91151712008-11-30 23:31:24 +00003344 return 0;
3345
3346err:
3347 for (i--; i >= 0; i--)
Liam Girdwoodf0fba2a2010-03-17 20:15:21 +00003348 snd_soc_unregister_dai(dev);
Mark Brown91151712008-11-30 23:31:24 +00003349
3350 return ret;
3351}
3352EXPORT_SYMBOL_GPL(snd_soc_register_dais);
3353
3354/**
3355 * snd_soc_unregister_dais - Unregister multiple DAIs from the ASoC core
3356 *
Mark Brownac11a2b2009-01-01 12:18:17 +00003357 * @dai: Array of DAIs to unregister
3358 * @count: Number of DAIs
Mark Brown91151712008-11-30 23:31:24 +00003359 */
Liam Girdwoodf0fba2a2010-03-17 20:15:21 +00003360void snd_soc_unregister_dais(struct device *dev, size_t count)
Mark Brown91151712008-11-30 23:31:24 +00003361{
3362 int i;
3363
3364 for (i = 0; i < count; i++)
Liam Girdwoodf0fba2a2010-03-17 20:15:21 +00003365 snd_soc_unregister_dai(dev);
Mark Brown91151712008-11-30 23:31:24 +00003366}
3367EXPORT_SYMBOL_GPL(snd_soc_unregister_dais);
3368
Mark Brown12a48a8c2008-12-03 19:40:30 +00003369/**
3370 * snd_soc_register_platform - Register a platform with the ASoC core
3371 *
Mark Brownac11a2b2009-01-01 12:18:17 +00003372 * @platform: platform to register
Mark Brown12a48a8c2008-12-03 19:40:30 +00003373 */
Liam Girdwoodf0fba2a2010-03-17 20:15:21 +00003374int snd_soc_register_platform(struct device *dev,
3375 struct snd_soc_platform_driver *platform_drv)
Mark Brown12a48a8c2008-12-03 19:40:30 +00003376{
Liam Girdwoodf0fba2a2010-03-17 20:15:21 +00003377 struct snd_soc_platform *platform;
Mark Brown12a48a8c2008-12-03 19:40:30 +00003378
Liam Girdwoodf0fba2a2010-03-17 20:15:21 +00003379 dev_dbg(dev, "platform register %s\n", dev_name(dev));
3380
3381 platform = kzalloc(sizeof(struct snd_soc_platform), GFP_KERNEL);
3382 if (platform == NULL)
3383 return -ENOMEM;
3384
3385 /* create platform component name */
3386 platform->name = fmt_single_name(dev, &platform->id);
3387 if (platform->name == NULL) {
3388 kfree(platform);
3389 return -ENOMEM;
3390 }
3391
3392 platform->dev = dev;
3393 platform->driver = platform_drv;
Mark Brown12a48a8c2008-12-03 19:40:30 +00003394
3395 mutex_lock(&client_mutex);
3396 list_add(&platform->list, &platform_list);
Mark Brown435c5e22008-12-04 15:32:53 +00003397 snd_soc_instantiate_cards();
Mark Brown12a48a8c2008-12-03 19:40:30 +00003398 mutex_unlock(&client_mutex);
3399
3400 pr_debug("Registered platform '%s'\n", platform->name);
3401
3402 return 0;
3403}
3404EXPORT_SYMBOL_GPL(snd_soc_register_platform);
3405
3406/**
3407 * snd_soc_unregister_platform - Unregister a platform from the ASoC core
3408 *
Mark Brownac11a2b2009-01-01 12:18:17 +00003409 * @platform: platform to unregister
Mark Brown12a48a8c2008-12-03 19:40:30 +00003410 */
Liam Girdwoodf0fba2a2010-03-17 20:15:21 +00003411void snd_soc_unregister_platform(struct device *dev)
Mark Brown12a48a8c2008-12-03 19:40:30 +00003412{
Liam Girdwoodf0fba2a2010-03-17 20:15:21 +00003413 struct snd_soc_platform *platform;
3414
3415 list_for_each_entry(platform, &platform_list, list) {
3416 if (dev == platform->dev)
3417 goto found;
3418 }
3419 return;
3420
3421found:
Mark Brown12a48a8c2008-12-03 19:40:30 +00003422 mutex_lock(&client_mutex);
3423 list_del(&platform->list);
3424 mutex_unlock(&client_mutex);
3425
3426 pr_debug("Unregistered platform '%s'\n", platform->name);
Liam Girdwoodf0fba2a2010-03-17 20:15:21 +00003427 kfree(platform->name);
3428 kfree(platform);
Mark Brown12a48a8c2008-12-03 19:40:30 +00003429}
3430EXPORT_SYMBOL_GPL(snd_soc_unregister_platform);
3431
Mark Brown151ab222009-05-09 16:22:58 +01003432static u64 codec_format_map[] = {
3433 SNDRV_PCM_FMTBIT_S16_LE | SNDRV_PCM_FMTBIT_S16_BE,
3434 SNDRV_PCM_FMTBIT_U16_LE | SNDRV_PCM_FMTBIT_U16_BE,
3435 SNDRV_PCM_FMTBIT_S24_LE | SNDRV_PCM_FMTBIT_S24_BE,
3436 SNDRV_PCM_FMTBIT_U24_LE | SNDRV_PCM_FMTBIT_U24_BE,
3437 SNDRV_PCM_FMTBIT_S32_LE | SNDRV_PCM_FMTBIT_S32_BE,
3438 SNDRV_PCM_FMTBIT_U32_LE | SNDRV_PCM_FMTBIT_U32_BE,
3439 SNDRV_PCM_FMTBIT_S24_3LE | SNDRV_PCM_FMTBIT_U24_3BE,
3440 SNDRV_PCM_FMTBIT_U24_3LE | SNDRV_PCM_FMTBIT_U24_3BE,
3441 SNDRV_PCM_FMTBIT_S20_3LE | SNDRV_PCM_FMTBIT_S20_3BE,
3442 SNDRV_PCM_FMTBIT_U20_3LE | SNDRV_PCM_FMTBIT_U20_3BE,
3443 SNDRV_PCM_FMTBIT_S18_3LE | SNDRV_PCM_FMTBIT_S18_3BE,
3444 SNDRV_PCM_FMTBIT_U18_3LE | SNDRV_PCM_FMTBIT_U18_3BE,
3445 SNDRV_PCM_FMTBIT_FLOAT_LE | SNDRV_PCM_FMTBIT_FLOAT_BE,
3446 SNDRV_PCM_FMTBIT_FLOAT64_LE | SNDRV_PCM_FMTBIT_FLOAT64_BE,
3447 SNDRV_PCM_FMTBIT_IEC958_SUBFRAME_LE
3448 | SNDRV_PCM_FMTBIT_IEC958_SUBFRAME_BE,
3449};
3450
3451/* Fix up the DAI formats for endianness: codecs don't actually see
3452 * the endianness of the data but we're using the CPU format
3453 * definitions which do need to include endianness so we ensure that
3454 * codec DAIs always have both big and little endian variants set.
3455 */
3456static void fixup_codec_formats(struct snd_soc_pcm_stream *stream)
3457{
3458 int i;
3459
3460 for (i = 0; i < ARRAY_SIZE(codec_format_map); i++)
3461 if (stream->formats & codec_format_map[i])
3462 stream->formats |= codec_format_map[i];
3463}
3464
Mark Brown0d0cf002008-12-10 14:32:45 +00003465/**
3466 * snd_soc_register_codec - Register a codec with the ASoC core
3467 *
Mark Brownac11a2b2009-01-01 12:18:17 +00003468 * @codec: codec to register
Mark Brown0d0cf002008-12-10 14:32:45 +00003469 */
Liam Girdwoodf0fba2a2010-03-17 20:15:21 +00003470int snd_soc_register_codec(struct device *dev,
Mark Brown001ae4c2010-12-02 16:21:08 +00003471 const struct snd_soc_codec_driver *codec_drv,
3472 struct snd_soc_dai_driver *dai_drv,
3473 int num_dai)
Mark Brown0d0cf002008-12-10 14:32:45 +00003474{
Dimitris Papastamos3335ddc2010-12-02 16:11:05 +00003475 size_t reg_size;
Liam Girdwoodf0fba2a2010-03-17 20:15:21 +00003476 struct snd_soc_codec *codec;
3477 int ret, i;
Mark Brown151ab222009-05-09 16:22:58 +01003478
Liam Girdwoodf0fba2a2010-03-17 20:15:21 +00003479 dev_dbg(dev, "codec register %s\n", dev_name(dev));
Mark Brown0d0cf002008-12-10 14:32:45 +00003480
Liam Girdwoodf0fba2a2010-03-17 20:15:21 +00003481 codec = kzalloc(sizeof(struct snd_soc_codec), GFP_KERNEL);
3482 if (codec == NULL)
3483 return -ENOMEM;
Mark Brown0d0cf002008-12-10 14:32:45 +00003484
Liam Girdwoodf0fba2a2010-03-17 20:15:21 +00003485 /* create CODEC component name */
3486 codec->name = fmt_single_name(dev, &codec->id);
3487 if (codec->name == NULL) {
3488 kfree(codec);
3489 return -ENOMEM;
Mark Brown151ab222009-05-09 16:22:58 +01003490 }
3491
Dimitris Papastamos23bbce32010-12-02 14:53:01 +00003492 if (codec_drv->compress_type)
3493 codec->compress_type = codec_drv->compress_type;
3494 else
3495 codec->compress_type = SND_SOC_FLAT_COMPRESSION;
3496
Mark Brownc3acec22010-12-02 16:15:29 +00003497 codec->write = codec_drv->write;
3498 codec->read = codec_drv->read;
Dimitris Papastamos1500b7b2011-01-13 12:20:38 +00003499 codec->volatile_register = codec_drv->volatile_register;
3500 codec->readable_register = codec_drv->readable_register;
Liam Girdwoodce6120c2010-11-05 15:53:46 +02003501 codec->dapm.bias_level = SND_SOC_BIAS_OFF;
3502 codec->dapm.dev = dev;
3503 codec->dapm.codec = codec;
Liam Girdwoodf0fba2a2010-03-17 20:15:21 +00003504 codec->dev = dev;
3505 codec->driver = codec_drv;
Liam Girdwoodf0fba2a2010-03-17 20:15:21 +00003506 codec->num_dai = num_dai;
3507 mutex_init(&codec->mutex);
Liam Girdwoodf0fba2a2010-03-17 20:15:21 +00003508
Dimitris Papastamos7a30a3d2010-11-11 10:04:57 +00003509 /* allocate CODEC register cache */
3510 if (codec_drv->reg_cache_size && codec_drv->reg_word_size) {
Dimitris Papastamos3335ddc2010-12-02 16:11:05 +00003511 reg_size = codec_drv->reg_cache_size * codec_drv->reg_word_size;
Dimitris Papastamosaea170a2011-01-12 10:38:58 +00003512 codec->reg_size = reg_size;
Dimitris Papastamos3335ddc2010-12-02 16:11:05 +00003513 /* it is necessary to make a copy of the default register cache
3514 * because in the case of using a compression type that requires
3515 * the default register cache to be marked as __devinitconst the
3516 * kernel might have freed the array by the time we initialize
3517 * the cache.
3518 */
Dimitris Papastamos2aa86322011-01-10 10:10:56 +00003519 if (codec_drv->reg_cache_default) {
3520 codec->reg_def_copy = kmemdup(codec_drv->reg_cache_default,
3521 reg_size, GFP_KERNEL);
3522 if (!codec->reg_def_copy) {
3523 ret = -ENOMEM;
3524 goto fail;
3525 }
Dimitris Papastamos7a30a3d2010-11-11 10:04:57 +00003526 }
3527 }
3528
Dimitris Papastamos1500b7b2011-01-13 12:20:38 +00003529 if (codec_drv->reg_access_size && codec_drv->reg_access_default) {
3530 if (!codec->volatile_register)
3531 codec->volatile_register = snd_soc_default_volatile_register;
3532 if (!codec->readable_register)
3533 codec->readable_register = snd_soc_default_readable_register;
3534 }
3535
Liam Girdwoodf0fba2a2010-03-17 20:15:21 +00003536 for (i = 0; i < num_dai; i++) {
3537 fixup_codec_formats(&dai_drv[i].playback);
3538 fixup_codec_formats(&dai_drv[i].capture);
3539 }
3540
Mark Brown26b01cc2010-08-18 20:20:55 +01003541 /* register any DAIs */
3542 if (num_dai) {
3543 ret = snd_soc_register_dais(dev, dai_drv, num_dai);
3544 if (ret < 0)
Dimitris Papastamosfdf0f542010-12-02 16:11:06 +00003545 goto fail;
Mark Brown26b01cc2010-08-18 20:20:55 +01003546 }
Liam Girdwoodf0fba2a2010-03-17 20:15:21 +00003547
Mark Brown0d0cf002008-12-10 14:32:45 +00003548 mutex_lock(&client_mutex);
3549 list_add(&codec->list, &codec_list);
3550 snd_soc_instantiate_cards();
3551 mutex_unlock(&client_mutex);
3552
3553 pr_debug("Registered codec '%s'\n", codec->name);
Mark Brown0d0cf002008-12-10 14:32:45 +00003554 return 0;
Liam Girdwoodf0fba2a2010-03-17 20:15:21 +00003555
Dimitris Papastamosfdf0f542010-12-02 16:11:06 +00003556fail:
Dimitris Papastamos3335ddc2010-12-02 16:11:05 +00003557 kfree(codec->reg_def_copy);
3558 codec->reg_def_copy = NULL;
Liam Girdwoodf0fba2a2010-03-17 20:15:21 +00003559 kfree(codec->name);
3560 kfree(codec);
3561 return ret;
Mark Brown0d0cf002008-12-10 14:32:45 +00003562}
3563EXPORT_SYMBOL_GPL(snd_soc_register_codec);
3564
3565/**
3566 * snd_soc_unregister_codec - Unregister a codec from the ASoC core
3567 *
Mark Brownac11a2b2009-01-01 12:18:17 +00003568 * @codec: codec to unregister
Mark Brown0d0cf002008-12-10 14:32:45 +00003569 */
Liam Girdwoodf0fba2a2010-03-17 20:15:21 +00003570void snd_soc_unregister_codec(struct device *dev)
Mark Brown0d0cf002008-12-10 14:32:45 +00003571{
Liam Girdwoodf0fba2a2010-03-17 20:15:21 +00003572 struct snd_soc_codec *codec;
3573 int i;
3574
3575 list_for_each_entry(codec, &codec_list, list) {
3576 if (dev == codec->dev)
3577 goto found;
3578 }
3579 return;
3580
3581found:
Mark Brown26b01cc2010-08-18 20:20:55 +01003582 if (codec->num_dai)
3583 for (i = 0; i < codec->num_dai; i++)
3584 snd_soc_unregister_dai(dev);
Liam Girdwoodf0fba2a2010-03-17 20:15:21 +00003585
Mark Brown0d0cf002008-12-10 14:32:45 +00003586 mutex_lock(&client_mutex);
3587 list_del(&codec->list);
3588 mutex_unlock(&client_mutex);
3589
3590 pr_debug("Unregistered codec '%s'\n", codec->name);
Liam Girdwoodf0fba2a2010-03-17 20:15:21 +00003591
Dimitris Papastamos7a30a3d2010-11-11 10:04:57 +00003592 snd_soc_cache_exit(codec);
Dimitris Papastamos3335ddc2010-12-02 16:11:05 +00003593 kfree(codec->reg_def_copy);
Dimitris Papastamos1aafcd42010-10-21 13:19:45 +01003594 kfree(codec->name);
Liam Girdwoodf0fba2a2010-03-17 20:15:21 +00003595 kfree(codec);
Mark Brown0d0cf002008-12-10 14:32:45 +00003596}
3597EXPORT_SYMBOL_GPL(snd_soc_unregister_codec);
3598
Takashi Iwaic9b3a402008-12-10 07:47:22 +01003599static int __init snd_soc_init(void)
Frank Mandarinodb2a4162006-10-06 18:31:09 +02003600{
Mark Brown384c89e2008-12-03 17:34:03 +00003601#ifdef CONFIG_DEBUG_FS
Mark Brown8a9dab12011-01-10 22:25:21 +00003602 snd_soc_debugfs_root = debugfs_create_dir("asoc", NULL);
3603 if (IS_ERR(snd_soc_debugfs_root) || !snd_soc_debugfs_root) {
Mark Brown384c89e2008-12-03 17:34:03 +00003604 printk(KERN_WARNING
3605 "ASoC: Failed to create debugfs directory\n");
Mark Brown8a9dab12011-01-10 22:25:21 +00003606 snd_soc_debugfs_root = NULL;
Mark Brown384c89e2008-12-03 17:34:03 +00003607 }
Mark Brownc3c5a192010-09-15 18:15:14 +01003608
Mark Brown8a9dab12011-01-10 22:25:21 +00003609 if (!debugfs_create_file("codecs", 0444, snd_soc_debugfs_root, NULL,
Mark Brownc3c5a192010-09-15 18:15:14 +01003610 &codec_list_fops))
3611 pr_warn("ASoC: Failed to create CODEC list debugfs file\n");
3612
Mark Brown8a9dab12011-01-10 22:25:21 +00003613 if (!debugfs_create_file("dais", 0444, snd_soc_debugfs_root, NULL,
Mark Brownf3208782010-09-15 18:19:07 +01003614 &dai_list_fops))
3615 pr_warn("ASoC: Failed to create DAI list debugfs file\n");
Mark Brown19c7ac22010-09-15 18:22:40 +01003616
Mark Brown8a9dab12011-01-10 22:25:21 +00003617 if (!debugfs_create_file("platforms", 0444, snd_soc_debugfs_root, NULL,
Mark Brown19c7ac22010-09-15 18:22:40 +01003618 &platform_list_fops))
3619 pr_warn("ASoC: Failed to create platform list debugfs file\n");
Mark Brown384c89e2008-12-03 17:34:03 +00003620#endif
3621
Frank Mandarinodb2a4162006-10-06 18:31:09 +02003622 return platform_driver_register(&soc_driver);
3623}
Mark Brown4abe8e12010-10-12 17:41:03 +01003624module_init(snd_soc_init);
Frank Mandarinodb2a4162006-10-06 18:31:09 +02003625
Mark Brown7d8c16a2008-11-30 22:11:24 +00003626static void __exit snd_soc_exit(void)
Frank Mandarinodb2a4162006-10-06 18:31:09 +02003627{
Mark Brown384c89e2008-12-03 17:34:03 +00003628#ifdef CONFIG_DEBUG_FS
Mark Brown8a9dab12011-01-10 22:25:21 +00003629 debugfs_remove_recursive(snd_soc_debugfs_root);
Mark Brown384c89e2008-12-03 17:34:03 +00003630#endif
Mark Brown3ff3f642008-05-19 12:32:25 +02003631 platform_driver_unregister(&soc_driver);
Frank Mandarinodb2a4162006-10-06 18:31:09 +02003632}
Frank Mandarinodb2a4162006-10-06 18:31:09 +02003633module_exit(snd_soc_exit);
3634
3635/* Module information */
Liam Girdwoodd3311242008-10-12 13:17:36 +01003636MODULE_AUTHOR("Liam Girdwood, lrg@slimlogic.co.uk");
Frank Mandarinodb2a4162006-10-06 18:31:09 +02003637MODULE_DESCRIPTION("ALSA SoC Core");
3638MODULE_LICENSE("GPL");
Kay Sievers8b45a202008-04-14 13:33:36 +02003639MODULE_ALIAS("platform:soc-audio");