blob: 2d8883fbde2b4166bf165e144b40d72db8ec73e4 [file] [log] [blame]
Linus Torvalds1da177e2005-04-16 15:20:36 -07001/*
2 * Universal Interface for Intel High Definition Audio Codec
3 *
4 * Copyright (c) 2004 Takashi Iwai <tiwai@suse.de>
5 *
6 *
7 * This driver is free software; you can redistribute it and/or modify
8 * it under the terms of the GNU General Public License as published by
9 * the Free Software Foundation; either version 2 of the License, or
10 * (at your option) any later version.
11 *
12 * This driver is distributed in the hope that it will be useful,
13 * but WITHOUT ANY WARRANTY; without even the implied warranty of
14 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15 * GNU General Public License for more details.
16 *
17 * You should have received a copy of the GNU General Public License
18 * along with this program; if not, write to the Free Software
19 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
20 */
21
Takashi Iwai18478e82012-03-09 17:51:10 +010022#include <linux/mm.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -070023#include <linux/init.h>
24#include <linux/delay.h>
25#include <linux/slab.h>
Ingo Molnar62932df2006-01-16 16:34:20 +010026#include <linux/mutex.h>
Paul Gortmakerda155d52011-07-15 12:38:28 -040027#include <linux/module.h>
Takashi Iwaif4d6a552013-12-05 11:55:05 +010028#include <linux/async.h>
Takashi Iwaicc72da72015-02-19 16:00:22 +010029#include <linux/pm.h>
30#include <linux/pm_runtime.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -070031#include <sound/core.h>
32#include "hda_codec.h"
33#include <sound/asoundef.h>
Jaroslav Kysela302e9c52006-07-05 17:39:49 +020034#include <sound/tlv.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -070035#include <sound/initval.h>
Takashi Iwaicd372fb2011-03-03 14:40:14 +010036#include <sound/jack.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -070037#include "hda_local.h"
Jaroslav Kysela123c07a2009-10-21 14:48:23 +020038#include "hda_beep.h"
Takashi Iwai1835a0f2011-10-27 22:12:46 +020039#include "hda_jack.h"
Takashi Iwai28073142007-07-27 18:58:06 +020040#include <sound/hda_hwdep.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -070041
Takashi Iwai83012a72012-08-24 18:38:08 +020042#ifdef CONFIG_PM
Takashi Iwai7639a062015-03-03 10:07:24 +010043#define codec_in_pm(codec) atomic_read(&(codec)->core.in_pm)
Takashi Iwaicc72da72015-02-19 16:00:22 +010044#define hda_codec_is_power_on(codec) \
45 (!pm_runtime_suspended(hda_codec_dev(codec)))
Takashi Iwaicb53c622007-08-10 17:21:45 +020046#else
Takashi Iwaid846b172012-11-24 11:58:24 +010047#define codec_in_pm(codec) 0
Takashi Iwaie581f3d2011-07-26 10:19:20 +020048#define hda_codec_is_power_on(codec) 1
Takashi Iwaicb53c622007-08-10 17:21:45 +020049#endif
50
Takashi Iwai7639a062015-03-03 10:07:24 +010051#define codec_has_epss(codec) \
52 ((codec)->core.power_caps & AC_PWRST_EPSS)
53#define codec_has_clkstop(codec) \
54 ((codec)->core.power_caps & AC_PWRST_CLKSTOP)
55
Takashi Iwaid5191e52009-11-16 14:58:17 +010056/**
57 * snd_hda_get_jack_location - Give a location string of the jack
58 * @cfg: pin default config value
59 *
60 * Parse the pin default config value and returns the string of the
61 * jack location, e.g. "Rear", "Front", etc.
62 */
Matthew Ranostay50a9f792008-10-25 01:05:45 -040063const char *snd_hda_get_jack_location(u32 cfg)
64{
65 static char *bases[7] = {
66 "N/A", "Rear", "Front", "Left", "Right", "Top", "Bottom",
67 };
68 static unsigned char specials_idx[] = {
69 0x07, 0x08,
70 0x17, 0x18, 0x19,
71 0x37, 0x38
72 };
73 static char *specials[] = {
74 "Rear Panel", "Drive Bar",
75 "Riser", "HDMI", "ATAPI",
76 "Mobile-In", "Mobile-Out"
77 };
78 int i;
79 cfg = (cfg & AC_DEFCFG_LOCATION) >> AC_DEFCFG_LOCATION_SHIFT;
80 if ((cfg & 0x0f) < 7)
81 return bases[cfg & 0x0f];
82 for (i = 0; i < ARRAY_SIZE(specials_idx); i++) {
83 if (cfg == specials_idx[i])
84 return specials[i];
85 }
86 return "UNKNOWN";
87}
Takashi Iwai2698ea92013-12-18 07:45:52 +010088EXPORT_SYMBOL_GPL(snd_hda_get_jack_location);
Matthew Ranostay50a9f792008-10-25 01:05:45 -040089
Takashi Iwaid5191e52009-11-16 14:58:17 +010090/**
91 * snd_hda_get_jack_connectivity - Give a connectivity string of the jack
92 * @cfg: pin default config value
93 *
94 * Parse the pin default config value and returns the string of the
95 * jack connectivity, i.e. external or internal connection.
96 */
Matthew Ranostay50a9f792008-10-25 01:05:45 -040097const char *snd_hda_get_jack_connectivity(u32 cfg)
98{
99 static char *jack_locations[4] = { "Ext", "Int", "Sep", "Oth" };
100
101 return jack_locations[(cfg >> (AC_DEFCFG_LOCATION_SHIFT + 4)) & 3];
102}
Takashi Iwai2698ea92013-12-18 07:45:52 +0100103EXPORT_SYMBOL_GPL(snd_hda_get_jack_connectivity);
Matthew Ranostay50a9f792008-10-25 01:05:45 -0400104
Takashi Iwaid5191e52009-11-16 14:58:17 +0100105/**
106 * snd_hda_get_jack_type - Give a type string of the jack
107 * @cfg: pin default config value
108 *
109 * Parse the pin default config value and returns the string of the
110 * jack type, i.e. the purpose of the jack, such as Line-Out or CD.
111 */
Matthew Ranostay50a9f792008-10-25 01:05:45 -0400112const char *snd_hda_get_jack_type(u32 cfg)
113{
114 static char *jack_types[16] = {
115 "Line Out", "Speaker", "HP Out", "CD",
116 "SPDIF Out", "Digital Out", "Modem Line", "Modem Hand",
117 "Line In", "Aux", "Mic", "Telephony",
David Henningssonaeb3a972013-04-04 11:47:13 +0200118 "SPDIF In", "Digital In", "Reserved", "Other"
Matthew Ranostay50a9f792008-10-25 01:05:45 -0400119 };
120
121 return jack_types[(cfg & AC_DEFCFG_DEVICE)
122 >> AC_DEFCFG_DEVICE_SHIFT];
123}
Takashi Iwai2698ea92013-12-18 07:45:52 +0100124EXPORT_SYMBOL_GPL(snd_hda_get_jack_type);
Matthew Ranostay50a9f792008-10-25 01:05:45 -0400125
Takashi Iwai33fa35e2008-11-06 16:50:40 +0100126/*
Takashi Iwai05852442015-03-03 15:40:08 +0100127 * Send and receive a verb - passed to exec_verb override for hdac_device
Takashi Iwaiaa2936f2009-05-26 16:07:57 +0200128 */
Takashi Iwai05852442015-03-03 15:40:08 +0100129static int codec_exec_verb(struct hdac_device *dev, unsigned int cmd,
130 unsigned int flags, unsigned int *res)
Takashi Iwaiaa2936f2009-05-26 16:07:57 +0200131{
Takashi Iwai05852442015-03-03 15:40:08 +0100132 struct hda_codec *codec = container_of(dev, struct hda_codec, core);
Takashi Iwaiaa2936f2009-05-26 16:07:57 +0200133 struct hda_bus *bus = codec->bus;
Takashi Iwai8dd78332009-06-02 01:16:07 +0200134 int err;
Takashi Iwaiaa2936f2009-05-26 16:07:57 +0200135
Wu Fengguang6430aee2009-07-17 16:49:19 +0800136 if (cmd == ~0)
137 return -1;
138
Takashi Iwai8dd78332009-06-02 01:16:07 +0200139 again:
Takashi Iwai664c7152015-04-08 11:43:14 +0200140 snd_hda_power_up_pm(codec);
Takashi Iwaid068ebc2015-03-02 23:22:59 +0100141 mutex_lock(&bus->core.cmd_mutex);
Takashi Iwai63e51fd2013-06-06 14:20:19 +0200142 if (flags & HDA_RW_NO_RESPONSE_FALLBACK)
143 bus->no_response_fallback = 1;
Takashi Iwaid068ebc2015-03-02 23:22:59 +0100144 err = snd_hdac_bus_exec_verb_unlocked(&bus->core, codec->core.addr,
145 cmd, res);
Takashi Iwai63e51fd2013-06-06 14:20:19 +0200146 bus->no_response_fallback = 0;
Takashi Iwaid068ebc2015-03-02 23:22:59 +0100147 mutex_unlock(&bus->core.cmd_mutex);
Takashi Iwai664c7152015-04-08 11:43:14 +0200148 snd_hda_power_down_pm(codec);
Takashi Iwaicad372f2015-03-25 17:57:00 +0100149 if (!codec_in_pm(codec) && res && err == -EAGAIN) {
Takashi Iwai8dd78332009-06-02 01:16:07 +0200150 if (bus->response_reset) {
Takashi Iwai4e76a882014-02-25 12:21:03 +0100151 codec_dbg(codec,
152 "resetting BUS due to fatal communication error\n");
Takashi Iwai0a505752015-04-16 23:25:02 +0200153 snd_hda_bus_reset(bus);
Takashi Iwai8dd78332009-06-02 01:16:07 +0200154 }
155 goto again;
156 }
157 /* clear reset-flag when the communication gets recovered */
Takashi Iwaid846b172012-11-24 11:58:24 +0100158 if (!err || codec_in_pm(codec))
Takashi Iwai8dd78332009-06-02 01:16:07 +0200159 bus->response_reset = 0;
Takashi Iwaiaa2936f2009-05-26 16:07:57 +0200160 return err;
161}
162
Linus Torvalds1da177e2005-04-16 15:20:36 -0700163/**
164 * snd_hda_codec_read - send a command and get the response
165 * @codec: the HDA codec
166 * @nid: NID to send the command
Takashi Iwaie7ecc272013-06-06 14:00:23 +0200167 * @flags: optional bit flags
Linus Torvalds1da177e2005-04-16 15:20:36 -0700168 * @verb: the verb to send
169 * @parm: the parameter for the verb
170 *
171 * Send a single command and read the corresponding response.
172 *
173 * Returns the obtained response value, or -1 for an error.
174 */
Takashi Iwai0ba21762007-04-16 11:29:14 +0200175unsigned int snd_hda_codec_read(struct hda_codec *codec, hda_nid_t nid,
Takashi Iwaie7ecc272013-06-06 14:00:23 +0200176 int flags,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700177 unsigned int verb, unsigned int parm)
178{
Takashi Iwai7639a062015-03-03 10:07:24 +0100179 unsigned int cmd = snd_hdac_make_cmd(&codec->core, nid, verb, parm);
Takashi Iwaiaa2936f2009-05-26 16:07:57 +0200180 unsigned int res;
Takashi Iwai05852442015-03-03 15:40:08 +0100181 if (snd_hdac_exec_verb(&codec->core, cmd, flags, &res))
Greg Thelen9857edf2011-06-13 07:45:45 -0700182 return -1;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700183 return res;
184}
Takashi Iwai2698ea92013-12-18 07:45:52 +0100185EXPORT_SYMBOL_GPL(snd_hda_codec_read);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700186
187/**
188 * snd_hda_codec_write - send a single command without waiting for response
189 * @codec: the HDA codec
190 * @nid: NID to send the command
Takashi Iwaie7ecc272013-06-06 14:00:23 +0200191 * @flags: optional bit flags
Linus Torvalds1da177e2005-04-16 15:20:36 -0700192 * @verb: the verb to send
193 * @parm: the parameter for the verb
194 *
195 * Send a single command without waiting for response.
196 *
197 * Returns 0 if successful, or a negative error code.
198 */
Takashi Iwaie7ecc272013-06-06 14:00:23 +0200199int snd_hda_codec_write(struct hda_codec *codec, hda_nid_t nid, int flags,
200 unsigned int verb, unsigned int parm)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700201{
Takashi Iwai7639a062015-03-03 10:07:24 +0100202 unsigned int cmd = snd_hdac_make_cmd(&codec->core, nid, verb, parm);
Takashi Iwai05852442015-03-03 15:40:08 +0100203 return snd_hdac_exec_verb(&codec->core, cmd, flags, NULL);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700204}
Takashi Iwai2698ea92013-12-18 07:45:52 +0100205EXPORT_SYMBOL_GPL(snd_hda_codec_write);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700206
207/**
208 * snd_hda_sequence_write - sequence writes
209 * @codec: the HDA codec
210 * @seq: VERB array to send
211 *
212 * Send the commands sequentially from the given array.
213 * The array must be terminated with NID=0.
214 */
215void snd_hda_sequence_write(struct hda_codec *codec, const struct hda_verb *seq)
216{
217 for (; seq->nid; seq++)
218 snd_hda_codec_write(codec, seq->nid, 0, seq->verb, seq->param);
219}
Takashi Iwai2698ea92013-12-18 07:45:52 +0100220EXPORT_SYMBOL_GPL(snd_hda_sequence_write);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700221
Takashi Iwaiee8e7652013-01-03 15:25:11 +0100222/* connection list element */
223struct hda_conn_list {
224 struct list_head list;
225 int len;
226 hda_nid_t nid;
227 hda_nid_t conns[0];
228};
229
Takashi Iwaib2f934a2011-07-04 16:23:26 +0200230/* look up the cached results */
Takashi Iwaiee8e7652013-01-03 15:25:11 +0100231static struct hda_conn_list *
232lookup_conn_list(struct hda_codec *codec, hda_nid_t nid)
Takashi Iwaib2f934a2011-07-04 16:23:26 +0200233{
Takashi Iwaiee8e7652013-01-03 15:25:11 +0100234 struct hda_conn_list *p;
235 list_for_each_entry(p, &codec->conn_list, list) {
236 if (p->nid == nid)
Takashi Iwaib2f934a2011-07-04 16:23:26 +0200237 return p;
Takashi Iwaib2f934a2011-07-04 16:23:26 +0200238 }
239 return NULL;
240}
Takashi Iwaia12d3e12011-04-07 15:55:15 +0200241
Takashi Iwaiee8e7652013-01-03 15:25:11 +0100242static int add_conn_list(struct hda_codec *codec, hda_nid_t nid, int len,
243 const hda_nid_t *list)
244{
245 struct hda_conn_list *p;
246
247 p = kmalloc(sizeof(*p) + len * sizeof(hda_nid_t), GFP_KERNEL);
248 if (!p)
249 return -ENOMEM;
250 p->len = len;
251 p->nid = nid;
252 memcpy(p->conns, list, len * sizeof(hda_nid_t));
253 list_add(&p->list, &codec->conn_list);
254 return 0;
255}
256
257static void remove_conn_list(struct hda_codec *codec)
258{
259 while (!list_empty(&codec->conn_list)) {
260 struct hda_conn_list *p;
261 p = list_first_entry(&codec->conn_list, typeof(*p), list);
262 list_del(&p->list);
263 kfree(p);
264 }
265}
266
Takashi Iwai09cf03b2012-05-19 17:21:25 +0200267/* read the connection and add to the cache */
268static int read_and_add_raw_conns(struct hda_codec *codec, hda_nid_t nid)
Takashi Iwaia12d3e12011-04-07 15:55:15 +0200269{
Takashi Iwai4eea3092013-02-07 18:18:19 +0100270 hda_nid_t list[32];
271 hda_nid_t *result = list;
Takashi Iwai09cf03b2012-05-19 17:21:25 +0200272 int len;
Takashi Iwaia12d3e12011-04-07 15:55:15 +0200273
Takashi Iwai09cf03b2012-05-19 17:21:25 +0200274 len = snd_hda_get_raw_connections(codec, nid, list, ARRAY_SIZE(list));
Takashi Iwai4eea3092013-02-07 18:18:19 +0100275 if (len == -ENOSPC) {
276 len = snd_hda_get_num_raw_conns(codec, nid);
277 result = kmalloc(sizeof(hda_nid_t) * len, GFP_KERNEL);
278 if (!result)
279 return -ENOMEM;
280 len = snd_hda_get_raw_connections(codec, nid, result, len);
281 }
282 if (len >= 0)
283 len = snd_hda_override_conn_list(codec, nid, len, result);
284 if (result != list)
285 kfree(result);
286 return len;
Takashi Iwaia12d3e12011-04-07 15:55:15 +0200287}
Takashi Iwaidce20792011-06-24 14:10:28 +0200288
289/**
Takashi Iwaiee8e7652013-01-03 15:25:11 +0100290 * snd_hda_get_conn_list - get connection list
291 * @codec: the HDA codec
292 * @nid: NID to parse
Takashi Iwaiee8e7652013-01-03 15:25:11 +0100293 * @listp: the pointer to store NID list
294 *
295 * Parses the connection list of the given widget and stores the pointer
296 * to the list of NIDs.
297 *
298 * Returns the number of connections, or a negative error code.
299 *
300 * Note that the returned pointer isn't protected against the list
301 * modification. If snd_hda_override_conn_list() might be called
302 * concurrently, protect with a mutex appropriately.
303 */
304int snd_hda_get_conn_list(struct hda_codec *codec, hda_nid_t nid,
305 const hda_nid_t **listp)
306{
307 bool added = false;
308
309 for (;;) {
310 int err;
311 const struct hda_conn_list *p;
312
313 /* if the connection-list is already cached, read it */
314 p = lookup_conn_list(codec, nid);
315 if (p) {
316 if (listp)
317 *listp = p->conns;
318 return p->len;
319 }
320 if (snd_BUG_ON(added))
321 return -EINVAL;
322
323 err = read_and_add_raw_conns(codec, nid);
324 if (err < 0)
325 return err;
326 added = true;
327 }
328}
Takashi Iwai2698ea92013-12-18 07:45:52 +0100329EXPORT_SYMBOL_GPL(snd_hda_get_conn_list);
Takashi Iwaiee8e7652013-01-03 15:25:11 +0100330
331/**
Takashi Iwaidce20792011-06-24 14:10:28 +0200332 * snd_hda_get_connections - copy connection list
Linus Torvalds1da177e2005-04-16 15:20:36 -0700333 * @codec: the HDA codec
334 * @nid: NID to parse
Takashi Iwai09cf03b2012-05-19 17:21:25 +0200335 * @conn_list: connection list array; when NULL, checks only the size
Linus Torvalds1da177e2005-04-16 15:20:36 -0700336 * @max_conns: max. number of connections to store
337 *
338 * Parses the connection list of the given widget and stores the list
339 * of NIDs.
340 *
341 * Returns the number of connections, or a negative error code.
342 */
343int snd_hda_get_connections(struct hda_codec *codec, hda_nid_t nid,
Takashi Iwai09cf03b2012-05-19 17:21:25 +0200344 hda_nid_t *conn_list, int max_conns)
Takashi Iwaia12d3e12011-04-07 15:55:15 +0200345{
Takashi Iwaiee8e7652013-01-03 15:25:11 +0100346 const hda_nid_t *list;
347 int len = snd_hda_get_conn_list(codec, nid, &list);
Takashi Iwaia12d3e12011-04-07 15:55:15 +0200348
Takashi Iwaiee8e7652013-01-03 15:25:11 +0100349 if (len > 0 && conn_list) {
350 if (len > max_conns) {
Takashi Iwai4e76a882014-02-25 12:21:03 +0100351 codec_err(codec, "Too many connections %d for NID 0x%x\n",
Takashi Iwai09cf03b2012-05-19 17:21:25 +0200352 len, nid);
Takashi Iwai09cf03b2012-05-19 17:21:25 +0200353 return -EINVAL;
354 }
Takashi Iwaiee8e7652013-01-03 15:25:11 +0100355 memcpy(conn_list, list, len * sizeof(hda_nid_t));
Takashi Iwaidce20792011-06-24 14:10:28 +0200356 }
Takashi Iwai09cf03b2012-05-19 17:21:25 +0200357
Takashi Iwaiee8e7652013-01-03 15:25:11 +0100358 return len;
Takashi Iwaia12d3e12011-04-07 15:55:15 +0200359}
Takashi Iwai2698ea92013-12-18 07:45:52 +0100360EXPORT_SYMBOL_GPL(snd_hda_get_connections);
Takashi Iwaia12d3e12011-04-07 15:55:15 +0200361
Linus Torvalds1da177e2005-04-16 15:20:36 -0700362/**
Takashi Iwaib2f934a2011-07-04 16:23:26 +0200363 * snd_hda_override_conn_list - add/modify the connection-list to cache
364 * @codec: the HDA codec
365 * @nid: NID to parse
366 * @len: number of connection list entries
367 * @list: the list of connection entries
368 *
369 * Add or modify the given connection-list to the cache. If the corresponding
370 * cache already exists, invalidate it and append a new one.
371 *
372 * Returns zero or a negative error code.
373 */
374int snd_hda_override_conn_list(struct hda_codec *codec, hda_nid_t nid, int len,
375 const hda_nid_t *list)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700376{
Takashi Iwaiee8e7652013-01-03 15:25:11 +0100377 struct hda_conn_list *p;
Takashi Iwaib2f934a2011-07-04 16:23:26 +0200378
Takashi Iwaiee8e7652013-01-03 15:25:11 +0100379 p = lookup_conn_list(codec, nid);
380 if (p) {
381 list_del(&p->list);
382 kfree(p);
383 }
Takashi Iwaib2f934a2011-07-04 16:23:26 +0200384
Takashi Iwaiee8e7652013-01-03 15:25:11 +0100385 return add_conn_list(codec, nid, len, list);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700386}
Takashi Iwai2698ea92013-12-18 07:45:52 +0100387EXPORT_SYMBOL_GPL(snd_hda_override_conn_list);
Takashi Iwaib2f934a2011-07-04 16:23:26 +0200388
389/**
Takashi Iwai8d087c72011-06-28 12:45:47 +0200390 * snd_hda_get_conn_index - get the connection index of the given NID
391 * @codec: the HDA codec
392 * @mux: NID containing the list
393 * @nid: NID to select
394 * @recursive: 1 when searching NID recursively, otherwise 0
395 *
396 * Parses the connection list of the widget @mux and checks whether the
397 * widget @nid is present. If it is, return the connection index.
398 * Otherwise it returns -1.
399 */
400int snd_hda_get_conn_index(struct hda_codec *codec, hda_nid_t mux,
401 hda_nid_t nid, int recursive)
402{
Takashi Iwaiee8e7652013-01-03 15:25:11 +0100403 const hda_nid_t *conn;
Takashi Iwai8d087c72011-06-28 12:45:47 +0200404 int i, nums;
405
Takashi Iwaiee8e7652013-01-03 15:25:11 +0100406 nums = snd_hda_get_conn_list(codec, mux, &conn);
Takashi Iwai8d087c72011-06-28 12:45:47 +0200407 for (i = 0; i < nums; i++)
408 if (conn[i] == nid)
409 return i;
410 if (!recursive)
411 return -1;
Takashi Iwaid94ddd82012-12-20 14:42:42 +0100412 if (recursive > 10) {
Takashi Iwai4e76a882014-02-25 12:21:03 +0100413 codec_dbg(codec, "too deep connection for 0x%x\n", nid);
Takashi Iwai8d087c72011-06-28 12:45:47 +0200414 return -1;
415 }
416 recursive++;
Takashi Iwai99e14c92011-09-13 10:33:16 +0200417 for (i = 0; i < nums; i++) {
418 unsigned int type = get_wcaps_type(get_wcaps(codec, conn[i]));
419 if (type == AC_WID_PIN || type == AC_WID_AUD_OUT)
420 continue;
Takashi Iwai8d087c72011-06-28 12:45:47 +0200421 if (snd_hda_get_conn_index(codec, conn[i], nid, recursive) >= 0)
422 return i;
Takashi Iwai99e14c92011-09-13 10:33:16 +0200423 }
Takashi Iwai8d087c72011-06-28 12:45:47 +0200424 return -1;
425}
Takashi Iwai2698ea92013-12-18 07:45:52 +0100426EXPORT_SYMBOL_GPL(snd_hda_get_conn_index);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700427
Mengdong Linf1aa0682013-08-26 21:35:21 -0400428
429/* return DEVLIST_LEN parameter of the given widget */
430static unsigned int get_num_devices(struct hda_codec *codec, hda_nid_t nid)
431{
432 unsigned int wcaps = get_wcaps(codec, nid);
433 unsigned int parm;
434
435 if (!codec->dp_mst || !(wcaps & AC_WCAP_DIGITAL) ||
436 get_wcaps_type(wcaps) != AC_WID_PIN)
437 return 0;
438
Takashi Iwaicad372f2015-03-25 17:57:00 +0100439 if (_snd_hdac_read_parm(&codec->core, nid, AC_PAR_DEVLIST_LEN, &parm))
440 return 0; /* error */
Mengdong Linf1aa0682013-08-26 21:35:21 -0400441 return parm & AC_DEV_LIST_LEN_MASK;
442}
443
444/**
445 * snd_hda_get_devices - copy device list without cache
446 * @codec: the HDA codec
447 * @nid: NID of the pin to parse
448 * @dev_list: device list array
449 * @max_devices: max. number of devices to store
450 *
451 * Copy the device list. This info is dynamic and so not cached.
452 * Currently called only from hda_proc.c, so not exported.
453 */
454int snd_hda_get_devices(struct hda_codec *codec, hda_nid_t nid,
455 u8 *dev_list, int max_devices)
456{
457 unsigned int parm;
458 int i, dev_len, devices;
459
460 parm = get_num_devices(codec, nid);
461 if (!parm) /* not multi-stream capable */
462 return 0;
463
464 dev_len = parm + 1;
465 dev_len = dev_len < max_devices ? dev_len : max_devices;
466
467 devices = 0;
468 while (devices < dev_len) {
Takashi Iwaicad372f2015-03-25 17:57:00 +0100469 if (snd_hdac_read(&codec->core, nid,
470 AC_VERB_GET_DEVICE_LIST, devices, &parm))
471 break; /* error */
Mengdong Linf1aa0682013-08-26 21:35:21 -0400472
473 for (i = 0; i < 8; i++) {
474 dev_list[devices] = (u8)parm;
475 parm >>= 4;
476 devices++;
477 if (devices >= dev_len)
478 break;
479 }
480 }
481 return devices;
482}
483
Linus Torvalds1da177e2005-04-16 15:20:36 -0700484/*
Takashi Iwai54d17402005-11-21 16:33:22 +0100485 * read widget caps for each widget and store in cache
486 */
487static int read_widget_caps(struct hda_codec *codec, hda_nid_t fg_node)
488{
489 int i;
490 hda_nid_t nid;
491
Takashi Iwai7639a062015-03-03 10:07:24 +0100492 codec->wcaps = kmalloc(codec->core.num_nodes * 4, GFP_KERNEL);
Takashi Iwai0ba21762007-04-16 11:29:14 +0200493 if (!codec->wcaps)
Takashi Iwai54d17402005-11-21 16:33:22 +0100494 return -ENOMEM;
Takashi Iwai7639a062015-03-03 10:07:24 +0100495 nid = codec->core.start_nid;
496 for (i = 0; i < codec->core.num_nodes; i++, nid++)
Takashi Iwai9ba17b42015-03-03 23:29:47 +0100497 codec->wcaps[i] = snd_hdac_read_parm_uncached(&codec->core,
498 nid, AC_PAR_AUDIO_WIDGET_CAP);
Takashi Iwai54d17402005-11-21 16:33:22 +0100499 return 0;
500}
501
Takashi Iwai3be14142009-02-20 14:11:16 +0100502/* read all pin default configurations and save codec->init_pins */
503static int read_pin_defaults(struct hda_codec *codec)
504{
Takashi Iwai7639a062015-03-03 10:07:24 +0100505 hda_nid_t nid;
Takashi Iwai3be14142009-02-20 14:11:16 +0100506
Takashi Iwai7639a062015-03-03 10:07:24 +0100507 for_each_hda_codec_node(nid, codec) {
Takashi Iwai3be14142009-02-20 14:11:16 +0100508 struct hda_pincfg *pin;
509 unsigned int wcaps = get_wcaps(codec, nid);
Takashi Iwaia22d5432009-07-27 12:54:26 +0200510 unsigned int wid_type = get_wcaps_type(wcaps);
Takashi Iwai3be14142009-02-20 14:11:16 +0100511 if (wid_type != AC_WID_PIN)
512 continue;
513 pin = snd_array_new(&codec->init_pins);
514 if (!pin)
515 return -ENOMEM;
516 pin->nid = nid;
517 pin->cfg = snd_hda_codec_read(codec, nid, 0,
518 AC_VERB_GET_CONFIG_DEFAULT, 0);
Takashi Iwaiac0547d2010-07-05 16:50:13 +0200519 pin->ctrl = snd_hda_codec_read(codec, nid, 0,
520 AC_VERB_GET_PIN_WIDGET_CONTROL,
521 0);
Takashi Iwai3be14142009-02-20 14:11:16 +0100522 }
523 return 0;
524}
525
526/* look up the given pin config list and return the item matching with NID */
527static struct hda_pincfg *look_up_pincfg(struct hda_codec *codec,
528 struct snd_array *array,
529 hda_nid_t nid)
530{
531 int i;
532 for (i = 0; i < array->used; i++) {
533 struct hda_pincfg *pin = snd_array_elem(array, i);
534 if (pin->nid == nid)
535 return pin;
536 }
537 return NULL;
538}
539
Takashi Iwai3be14142009-02-20 14:11:16 +0100540/* set the current pin config value for the given NID.
541 * the value is cached, and read via snd_hda_codec_get_pincfg()
542 */
543int snd_hda_add_pincfg(struct hda_codec *codec, struct snd_array *list,
544 hda_nid_t nid, unsigned int cfg)
545{
546 struct hda_pincfg *pin;
547
Takashi Iwaid5657ec2013-04-18 09:59:28 +0200548 /* the check below may be invalid when pins are added by a fixup
549 * dynamically (e.g. via snd_hda_codec_update_widgets()), so disabled
550 * for now
551 */
552 /*
Takashi Iwaib82855a2009-12-27 11:24:56 +0100553 if (get_wcaps_type(get_wcaps(codec, nid)) != AC_WID_PIN)
554 return -EINVAL;
Takashi Iwaid5657ec2013-04-18 09:59:28 +0200555 */
Takashi Iwaib82855a2009-12-27 11:24:56 +0100556
Takashi Iwai3be14142009-02-20 14:11:16 +0100557 pin = look_up_pincfg(codec, list, nid);
558 if (!pin) {
559 pin = snd_array_new(list);
560 if (!pin)
561 return -ENOMEM;
562 pin->nid = nid;
563 }
564 pin->cfg = cfg;
Takashi Iwai3be14142009-02-20 14:11:16 +0100565 return 0;
566}
567
Takashi Iwaid5191e52009-11-16 14:58:17 +0100568/**
569 * snd_hda_codec_set_pincfg - Override a pin default configuration
570 * @codec: the HDA codec
571 * @nid: NID to set the pin config
572 * @cfg: the pin default config value
573 *
574 * Override a pin default configuration value in the cache.
575 * This value can be read by snd_hda_codec_get_pincfg() in a higher
576 * priority than the real hardware value.
577 */
Takashi Iwai3be14142009-02-20 14:11:16 +0100578int snd_hda_codec_set_pincfg(struct hda_codec *codec,
579 hda_nid_t nid, unsigned int cfg)
580{
Takashi Iwai346ff702009-02-23 09:42:57 +0100581 return snd_hda_add_pincfg(codec, &codec->driver_pins, nid, cfg);
Takashi Iwai3be14142009-02-20 14:11:16 +0100582}
Takashi Iwai2698ea92013-12-18 07:45:52 +0100583EXPORT_SYMBOL_GPL(snd_hda_codec_set_pincfg);
Takashi Iwai3be14142009-02-20 14:11:16 +0100584
Takashi Iwaid5191e52009-11-16 14:58:17 +0100585/**
586 * snd_hda_codec_get_pincfg - Obtain a pin-default configuration
587 * @codec: the HDA codec
588 * @nid: NID to get the pin config
589 *
590 * Get the current pin config value of the given pin NID.
591 * If the pincfg value is cached or overridden via sysfs or driver,
592 * returns the cached value.
593 */
Takashi Iwai3be14142009-02-20 14:11:16 +0100594unsigned int snd_hda_codec_get_pincfg(struct hda_codec *codec, hda_nid_t nid)
595{
596 struct hda_pincfg *pin;
597
Takashi Iwai648a8d22014-02-25 10:38:13 +0100598#ifdef CONFIG_SND_HDA_RECONFIG
Takashi Iwai09b70e82013-01-10 18:21:56 +0100599 {
600 unsigned int cfg = 0;
601 mutex_lock(&codec->user_mutex);
602 pin = look_up_pincfg(codec, &codec->user_pins, nid);
603 if (pin)
604 cfg = pin->cfg;
605 mutex_unlock(&codec->user_mutex);
606 if (cfg)
607 return cfg;
608 }
Takashi Iwai3be14142009-02-20 14:11:16 +0100609#endif
Takashi Iwai5e7b8e02009-02-23 09:45:59 +0100610 pin = look_up_pincfg(codec, &codec->driver_pins, nid);
611 if (pin)
612 return pin->cfg;
Takashi Iwai3be14142009-02-20 14:11:16 +0100613 pin = look_up_pincfg(codec, &codec->init_pins, nid);
614 if (pin)
615 return pin->cfg;
616 return 0;
617}
Takashi Iwai2698ea92013-12-18 07:45:52 +0100618EXPORT_SYMBOL_GPL(snd_hda_codec_get_pincfg);
Takashi Iwai3be14142009-02-20 14:11:16 +0100619
Takashi Iwai95a962c2014-10-29 16:03:58 +0100620/**
621 * snd_hda_codec_set_pin_target - remember the current pinctl target value
622 * @codec: the HDA codec
623 * @nid: pin NID
624 * @val: assigned pinctl value
625 *
626 * This function stores the given value to a pinctl target value in the
627 * pincfg table. This isn't always as same as the actually written value
628 * but can be referred at any time via snd_hda_codec_get_pin_target().
629 */
Takashi Iwaid7fdc002013-01-10 08:38:04 +0100630int snd_hda_codec_set_pin_target(struct hda_codec *codec, hda_nid_t nid,
631 unsigned int val)
632{
633 struct hda_pincfg *pin;
634
635 pin = look_up_pincfg(codec, &codec->init_pins, nid);
636 if (!pin)
637 return -EINVAL;
638 pin->target = val;
639 return 0;
640}
Takashi Iwai2698ea92013-12-18 07:45:52 +0100641EXPORT_SYMBOL_GPL(snd_hda_codec_set_pin_target);
Takashi Iwaid7fdc002013-01-10 08:38:04 +0100642
Takashi Iwai95a962c2014-10-29 16:03:58 +0100643/**
644 * snd_hda_codec_get_pin_target - return the current pinctl target value
645 * @codec: the HDA codec
646 * @nid: pin NID
647 */
Takashi Iwaid7fdc002013-01-10 08:38:04 +0100648int snd_hda_codec_get_pin_target(struct hda_codec *codec, hda_nid_t nid)
649{
650 struct hda_pincfg *pin;
651
652 pin = look_up_pincfg(codec, &codec->init_pins, nid);
653 if (!pin)
654 return 0;
655 return pin->target;
656}
Takashi Iwai2698ea92013-12-18 07:45:52 +0100657EXPORT_SYMBOL_GPL(snd_hda_codec_get_pin_target);
Takashi Iwaid7fdc002013-01-10 08:38:04 +0100658
Takashi Iwai92ee6162009-12-27 11:18:59 +0100659/**
660 * snd_hda_shutup_pins - Shut up all pins
661 * @codec: the HDA codec
662 *
663 * Clear all pin controls to shup up before suspend for avoiding click noise.
664 * The controls aren't cached so that they can be resumed properly.
665 */
666void snd_hda_shutup_pins(struct hda_codec *codec)
667{
668 int i;
Takashi Iwaiac0547d2010-07-05 16:50:13 +0200669 /* don't shut up pins when unloading the driver; otherwise it breaks
670 * the default pin setup at the next load of the driver
671 */
672 if (codec->bus->shutdown)
673 return;
Takashi Iwai92ee6162009-12-27 11:18:59 +0100674 for (i = 0; i < codec->init_pins.used; i++) {
675 struct hda_pincfg *pin = snd_array_elem(&codec->init_pins, i);
676 /* use read here for syncing after issuing each verb */
677 snd_hda_codec_read(codec, pin->nid, 0,
678 AC_VERB_SET_PIN_WIDGET_CONTROL, 0);
679 }
Takashi Iwaiac0547d2010-07-05 16:50:13 +0200680 codec->pins_shutup = 1;
Takashi Iwai92ee6162009-12-27 11:18:59 +0100681}
Takashi Iwai2698ea92013-12-18 07:45:52 +0100682EXPORT_SYMBOL_GPL(snd_hda_shutup_pins);
Takashi Iwai92ee6162009-12-27 11:18:59 +0100683
Takashi Iwai2a439522011-07-26 09:52:50 +0200684#ifdef CONFIG_PM
Takashi Iwaiac0547d2010-07-05 16:50:13 +0200685/* Restore the pin controls cleared previously via snd_hda_shutup_pins() */
686static void restore_shutup_pins(struct hda_codec *codec)
687{
688 int i;
689 if (!codec->pins_shutup)
690 return;
691 if (codec->bus->shutdown)
692 return;
693 for (i = 0; i < codec->init_pins.used; i++) {
694 struct hda_pincfg *pin = snd_array_elem(&codec->init_pins, i);
695 snd_hda_codec_write(codec, pin->nid, 0,
696 AC_VERB_SET_PIN_WIDGET_CONTROL,
697 pin->ctrl);
698 }
699 codec->pins_shutup = 0;
700}
Mike Waychison1c7276c2011-04-20 12:04:36 -0700701#endif
Takashi Iwaiac0547d2010-07-05 16:50:13 +0200702
David Henningsson26a6cb62012-10-09 15:04:21 +0200703static void hda_jackpoll_work(struct work_struct *work)
704{
705 struct hda_codec *codec =
706 container_of(work, struct hda_codec, jackpoll_work.work);
David Henningsson26a6cb62012-10-09 15:04:21 +0200707
708 snd_hda_jack_set_dirty_all(codec);
709 snd_hda_jack_poll_all(codec);
Wang Xingchao18e60622013-07-25 23:34:45 -0400710
711 if (!codec->jackpoll_interval)
712 return;
713
Takashi Iwai2f35c632015-02-27 22:43:26 +0100714 schedule_delayed_work(&codec->jackpoll_work,
715 codec->jackpoll_interval);
David Henningsson26a6cb62012-10-09 15:04:21 +0200716}
717
Takashi Iwai3fdf1462012-11-22 08:16:31 +0100718/* release all pincfg lists */
719static void free_init_pincfgs(struct hda_codec *codec)
Takashi Iwai3be14142009-02-20 14:11:16 +0100720{
Takashi Iwai346ff702009-02-23 09:42:57 +0100721 snd_array_free(&codec->driver_pins);
Takashi Iwai648a8d22014-02-25 10:38:13 +0100722#ifdef CONFIG_SND_HDA_RECONFIG
Takashi Iwai346ff702009-02-23 09:42:57 +0100723 snd_array_free(&codec->user_pins);
Takashi Iwai3be14142009-02-20 14:11:16 +0100724#endif
Takashi Iwai3be14142009-02-20 14:11:16 +0100725 snd_array_free(&codec->init_pins);
726}
727
Takashi Iwai54d17402005-11-21 16:33:22 +0100728/*
Takashi Iwaieb541332010-08-06 13:48:11 +0200729 * audio-converter setup caches
730 */
731struct hda_cvt_setup {
732 hda_nid_t nid;
733 u8 stream_tag;
734 u8 channel_id;
735 u16 format_id;
736 unsigned char active; /* cvt is currently used */
737 unsigned char dirty; /* setups should be cleared */
738};
739
740/* get or create a cache entry for the given audio converter NID */
741static struct hda_cvt_setup *
742get_hda_cvt_setup(struct hda_codec *codec, hda_nid_t nid)
743{
744 struct hda_cvt_setup *p;
745 int i;
746
747 for (i = 0; i < codec->cvt_setups.used; i++) {
748 p = snd_array_elem(&codec->cvt_setups, i);
749 if (p->nid == nid)
750 return p;
751 }
752 p = snd_array_new(&codec->cvt_setups);
753 if (p)
754 p->nid = nid;
755 return p;
756}
757
758/*
Takashi Iwaibbbc7e82015-02-27 17:43:19 +0100759 * PCM device
760 */
761static void release_pcm(struct kref *kref)
762{
763 struct hda_pcm *pcm = container_of(kref, struct hda_pcm, kref);
764
765 if (pcm->pcm)
766 snd_device_free(pcm->codec->card, pcm->pcm);
767 clear_bit(pcm->device, pcm->codec->bus->pcm_dev_bits);
768 kfree(pcm->name);
769 kfree(pcm);
770}
771
772void snd_hda_codec_pcm_put(struct hda_pcm *pcm)
773{
774 kref_put(&pcm->kref, release_pcm);
775}
776EXPORT_SYMBOL_GPL(snd_hda_codec_pcm_put);
777
778struct hda_pcm *snd_hda_codec_pcm_new(struct hda_codec *codec,
779 const char *fmt, ...)
780{
781 struct hda_pcm *pcm;
782 va_list args;
783
784 va_start(args, fmt);
785 pcm = kzalloc(sizeof(*pcm), GFP_KERNEL);
786 if (!pcm)
787 return NULL;
788
789 pcm->codec = codec;
790 kref_init(&pcm->kref);
791 pcm->name = kvasprintf(GFP_KERNEL, fmt, args);
792 if (!pcm->name) {
793 kfree(pcm);
794 return NULL;
795 }
796
797 list_add_tail(&pcm->list, &codec->pcm_list_head);
798 return pcm;
799}
800EXPORT_SYMBOL_GPL(snd_hda_codec_pcm_new);
801
Takashi Iwai9a6246f2015-02-27 18:17:28 +0100802/*
803 * codec destructor
804 */
Takashi Iwaibbbc7e82015-02-27 17:43:19 +0100805static void codec_release_pcms(struct hda_codec *codec)
806{
807 struct hda_pcm *pcm, *n;
808
809 list_for_each_entry_safe(pcm, n, &codec->pcm_list_head, list) {
810 list_del_init(&pcm->list);
Takashi Iwai9a6246f2015-02-27 18:17:28 +0100811 if (pcm->pcm)
812 snd_device_disconnect(codec->card, pcm->pcm);
Takashi Iwaibbbc7e82015-02-27 17:43:19 +0100813 snd_hda_codec_pcm_put(pcm);
814 }
815}
816
Takashi Iwai9a6246f2015-02-27 18:17:28 +0100817void snd_hda_codec_cleanup_for_unbind(struct hda_codec *codec)
818{
Takashi Iwaic4c25332015-03-03 17:22:12 +0100819 if (codec->registered) {
820 /* pm_runtime_put() is called in snd_hdac_device_exit() */
821 pm_runtime_get_noresume(hda_codec_dev(codec));
822 pm_runtime_disable(hda_codec_dev(codec));
823 codec->registered = 0;
824 }
825
Takashi Iwai9a6246f2015-02-27 18:17:28 +0100826 cancel_delayed_work_sync(&codec->jackpoll_work);
Takashi Iwai9a6246f2015-02-27 18:17:28 +0100827 if (!codec->in_freeing)
828 snd_hda_ctls_clear(codec);
829 codec_release_pcms(codec);
830 snd_hda_detach_beep_device(codec);
831 memset(&codec->patch_ops, 0, sizeof(codec->patch_ops));
832 snd_hda_jack_tbl_clear(codec);
833 codec->proc_widget_hook = NULL;
834 codec->spec = NULL;
835
Takashi Iwai9a6246f2015-02-27 18:17:28 +0100836 /* free only driver_pins so that init_pins + user_pins are restored */
837 snd_array_free(&codec->driver_pins);
838 snd_array_free(&codec->cvt_setups);
839 snd_array_free(&codec->spdif_out);
840 snd_array_free(&codec->verbs);
841 codec->preset = NULL;
842 codec->slave_dig_outs = NULL;
843 codec->spdif_status_reset = 0;
844 snd_array_free(&codec->mixers);
845 snd_array_free(&codec->nids);
846 remove_conn_list(codec);
Takashi Iwai4d75faa02015-02-25 14:42:38 +0100847 snd_hdac_regmap_exit(&codec->core);
Takashi Iwai9a6246f2015-02-27 18:17:28 +0100848}
849
Takashi Iwaid8193872012-08-31 07:54:38 -0700850static unsigned int hda_set_power_state(struct hda_codec *codec,
Takashi Iwaibb6ac722009-03-13 09:02:42 +0100851 unsigned int power_state);
852
Takashi Iwaic4c25332015-03-03 17:22:12 +0100853/* also called from hda_bind.c */
854void snd_hda_codec_register(struct hda_codec *codec)
855{
856 if (codec->registered)
857 return;
858 if (device_is_registered(hda_codec_dev(codec))) {
859 snd_hda_register_beep_device(codec);
860 pm_runtime_enable(hda_codec_dev(codec));
861 /* it was powered up in snd_hda_codec_new(), now all done */
862 snd_hda_power_down(codec);
863 codec->registered = 1;
864 }
865}
866
Takashi Iwai13aeaf62014-02-25 07:53:47 +0100867static int snd_hda_codec_dev_register(struct snd_device *device)
868{
Takashi Iwaic4c25332015-03-03 17:22:12 +0100869 snd_hda_codec_register(device->device_data);
Takashi Iwaid604b392014-02-28 13:42:09 +0100870 return 0;
Takashi Iwai13aeaf62014-02-25 07:53:47 +0100871}
872
873static int snd_hda_codec_dev_disconnect(struct snd_device *device)
874{
875 struct hda_codec *codec = device->device_data;
876
Takashi Iwaid604b392014-02-28 13:42:09 +0100877 snd_hda_detach_beep_device(codec);
Takashi Iwai13aeaf62014-02-25 07:53:47 +0100878 return 0;
879}
880
Takashi Iwai2565c892014-02-19 11:41:09 +0100881static int snd_hda_codec_dev_free(struct snd_device *device)
882{
Takashi Iwaid56db742015-02-27 23:25:35 +0100883 struct hda_codec *codec = device->device_data;
884
885 codec->in_freeing = 1;
Takashi Iwai3256be62015-02-24 14:59:42 +0100886 snd_hdac_device_unregister(&codec->core);
Takashi Iwaid56db742015-02-27 23:25:35 +0100887 put_device(hda_codec_dev(codec));
Takashi Iwai2565c892014-02-19 11:41:09 +0100888 return 0;
889}
890
Takashi Iwai13aeaf62014-02-25 07:53:47 +0100891static void snd_hda_codec_dev_release(struct device *dev)
892{
Takashi Iwaid56db742015-02-27 23:25:35 +0100893 struct hda_codec *codec = dev_to_hda_codec(dev);
894
895 free_init_pincfgs(codec);
Takashi Iwai7639a062015-03-03 10:07:24 +0100896 snd_hdac_device_exit(&codec->core);
Takashi Iwaid56db742015-02-27 23:25:35 +0100897 snd_hda_sysfs_clear(codec);
Takashi Iwaid56db742015-02-27 23:25:35 +0100898 kfree(codec->modelname);
899 kfree(codec->wcaps);
Takashi Iwaid56db742015-02-27 23:25:35 +0100900 kfree(codec);
Takashi Iwai13aeaf62014-02-25 07:53:47 +0100901}
902
Linus Torvalds1da177e2005-04-16 15:20:36 -0700903/**
904 * snd_hda_codec_new - create a HDA codec
905 * @bus: the bus to assign
906 * @codec_addr: the codec address
907 * @codecp: the pointer to store the generated codec
908 *
909 * Returns 0 if successful, or a negative error code.
910 */
Takashi Iwai6efdd852015-02-27 16:09:22 +0100911int snd_hda_codec_new(struct hda_bus *bus, struct snd_card *card,
912 unsigned int codec_addr, struct hda_codec **codecp)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700913{
914 struct hda_codec *codec;
Jaroslav Kyselaba443682008-08-13 20:55:32 +0200915 char component[31];
Takashi Iwaid8193872012-08-31 07:54:38 -0700916 hda_nid_t fg;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700917 int err;
Takashi Iwai2565c892014-02-19 11:41:09 +0100918 static struct snd_device_ops dev_ops = {
Takashi Iwai13aeaf62014-02-25 07:53:47 +0100919 .dev_register = snd_hda_codec_dev_register,
920 .dev_disconnect = snd_hda_codec_dev_disconnect,
Takashi Iwai2565c892014-02-19 11:41:09 +0100921 .dev_free = snd_hda_codec_dev_free,
922 };
Linus Torvalds1da177e2005-04-16 15:20:36 -0700923
Takashi Iwaida3cec32008-08-08 17:12:14 +0200924 if (snd_BUG_ON(!bus))
925 return -EINVAL;
926 if (snd_BUG_ON(codec_addr > HDA_MAX_CODEC_ADDRESS))
927 return -EINVAL;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700928
Takashi Iwaie560d8d2005-09-09 14:21:46 +0200929 codec = kzalloc(sizeof(*codec), GFP_KERNEL);
Takashi Iwaif4de8fe2015-02-27 16:17:18 +0100930 if (!codec)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700931 return -ENOMEM;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700932
Takashi Iwai7639a062015-03-03 10:07:24 +0100933 sprintf(component, "hdaudioC%dD%d", card->number, codec_addr);
934 err = snd_hdac_device_init(&codec->core, &bus->core, component,
935 codec_addr);
936 if (err < 0) {
937 kfree(codec);
938 return err;
939 }
Takashi Iwaid068ebc2015-03-02 23:22:59 +0100940
Takashi Iwai7639a062015-03-03 10:07:24 +0100941 codec->core.dev.release = snd_hda_codec_dev_release;
942 codec->core.type = HDA_DEV_LEGACY;
Takashi Iwai05852442015-03-03 15:40:08 +0100943 codec->core.exec_verb = codec_exec_verb;
Takashi Iwai13aeaf62014-02-25 07:53:47 +0100944
Linus Torvalds1da177e2005-04-16 15:20:36 -0700945 codec->bus = bus;
Takashi Iwai6efdd852015-02-27 16:09:22 +0100946 codec->card = card;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700947 codec->addr = codec_addr;
Ingo Molnar62932df2006-01-16 16:34:20 +0100948 mutex_init(&codec->spdif_mutex);
Wu Fengguang5a9e02e2009-01-09 16:45:24 +0800949 mutex_init(&codec->control_mutex);
Jaroslav Kysela5b0cb1d2009-12-08 16:13:32 +0100950 snd_array_init(&codec->mixers, sizeof(struct hda_nid_item), 32);
951 snd_array_init(&codec->nids, sizeof(struct hda_nid_item), 32);
Takashi Iwai3be14142009-02-20 14:11:16 +0100952 snd_array_init(&codec->init_pins, sizeof(struct hda_pincfg), 16);
Takashi Iwai346ff702009-02-23 09:42:57 +0100953 snd_array_init(&codec->driver_pins, sizeof(struct hda_pincfg), 16);
Takashi Iwaieb541332010-08-06 13:48:11 +0200954 snd_array_init(&codec->cvt_setups, sizeof(struct hda_cvt_setup), 8);
Stephen Warren7c935972011-06-01 11:14:17 -0600955 snd_array_init(&codec->spdif_out, sizeof(struct hda_spdif_out), 16);
Takashi Iwai361dab32012-05-09 14:35:27 +0200956 snd_array_init(&codec->jacktbl, sizeof(struct hda_jack_tbl), 16);
Takashi Iwaic9ce6b22012-12-18 18:12:44 +0100957 snd_array_init(&codec->verbs, sizeof(struct hda_verb *), 8);
Takashi Iwaiee8e7652013-01-03 15:25:11 +0100958 INIT_LIST_HEAD(&codec->conn_list);
Takashi Iwaibbbc7e82015-02-27 17:43:19 +0100959 INIT_LIST_HEAD(&codec->pcm_list_head);
Takashi Iwaiee8e7652013-01-03 15:25:11 +0100960
David Henningsson26a6cb62012-10-09 15:04:21 +0200961 INIT_DELAYED_WORK(&codec->jackpoll_work, hda_jackpoll_work);
Mengdong Lin7f132922013-11-29 01:48:45 -0500962 codec->depop_delay = -1;
David Henningssonf5662e12014-07-22 14:09:34 +0200963 codec->fixup_id = HDA_FIXUP_ID_NOT_SET;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700964
Takashi Iwai83012a72012-08-24 18:38:08 +0200965#ifdef CONFIG_PM
Takashi Iwaicc72da72015-02-19 16:00:22 +0100966 codec->power_jiffies = jiffies;
Takashi Iwaicb53c622007-08-10 17:21:45 +0200967#endif
968
Takashi Iwai648a8d22014-02-25 10:38:13 +0100969 snd_hda_sysfs_init(codec);
970
Takashi Iwaic382a9f2012-05-07 15:01:02 +0200971 if (codec->bus->modelname) {
972 codec->modelname = kstrdup(codec->bus->modelname, GFP_KERNEL);
973 if (!codec->modelname) {
Takashi Iwai13aeaf62014-02-25 07:53:47 +0100974 err = -ENODEV;
975 goto error;
Takashi Iwaic382a9f2012-05-07 15:01:02 +0200976 }
977 }
978
Takashi Iwai7639a062015-03-03 10:07:24 +0100979 fg = codec->core.afg ? codec->core.afg : codec->core.mfg;
Takashi Iwaid8193872012-08-31 07:54:38 -0700980 err = read_widget_caps(codec, fg);
Takashi Iwaif4de8fe2015-02-27 16:17:18 +0100981 if (err < 0)
Takashi Iwai3be14142009-02-20 14:11:16 +0100982 goto error;
Takashi Iwai3be14142009-02-20 14:11:16 +0100983 err = read_pin_defaults(codec);
984 if (err < 0)
985 goto error;
Takashi Iwai54d17402005-11-21 16:33:22 +0100986
Takashi Iwaibb6ac722009-03-13 09:02:42 +0100987 /* power-up all before initialization */
Takashi Iwaid8193872012-08-31 07:54:38 -0700988 hda_set_power_state(codec, AC_PWRST_D0);
Takashi Iwaibb6ac722009-03-13 09:02:42 +0100989
Takashi Iwai6c1f45e2008-07-30 15:01:45 +0200990 snd_hda_codec_proc_new(codec);
991
Takashi Iwai6c1f45e2008-07-30 15:01:45 +0200992 snd_hda_create_hwdep(codec);
Takashi Iwai6c1f45e2008-07-30 15:01:45 +0200993
Takashi Iwai7639a062015-03-03 10:07:24 +0100994 sprintf(component, "HDA:%08x,%08x,%08x", codec->core.vendor_id,
995 codec->core.subsystem_id, codec->core.revision_id);
Takashi Iwai6efdd852015-02-27 16:09:22 +0100996 snd_component_add(card, component);
Takashi Iwai6c1f45e2008-07-30 15:01:45 +0200997
Takashi Iwai6efdd852015-02-27 16:09:22 +0100998 err = snd_device_new(card, SNDRV_DEV_CODEC, codec, &dev_ops);
Takashi Iwai2565c892014-02-19 11:41:09 +0100999 if (err < 0)
1000 goto error;
1001
Takashi Iwai6c1f45e2008-07-30 15:01:45 +02001002 if (codecp)
1003 *codecp = codec;
1004 return 0;
Takashi Iwai3be14142009-02-20 14:11:16 +01001005
1006 error:
Takashi Iwaid56db742015-02-27 23:25:35 +01001007 put_device(hda_codec_dev(codec));
Takashi Iwai3be14142009-02-20 14:11:16 +01001008 return err;
Takashi Iwai6c1f45e2008-07-30 15:01:45 +02001009}
Takashi Iwai2698ea92013-12-18 07:45:52 +01001010EXPORT_SYMBOL_GPL(snd_hda_codec_new);
Takashi Iwai6c1f45e2008-07-30 15:01:45 +02001011
Takashi Iwai95a962c2014-10-29 16:03:58 +01001012/**
1013 * snd_hda_codec_update_widgets - Refresh widget caps and pin defaults
1014 * @codec: the HDA codec
1015 *
1016 * Forcibly refresh the all widget caps and the init pin configurations of
1017 * the given codec.
1018 */
Mengdong Lina15d05d2013-02-08 17:09:31 -05001019int snd_hda_codec_update_widgets(struct hda_codec *codec)
1020{
1021 hda_nid_t fg;
1022 int err;
1023
Takashi Iwai7639a062015-03-03 10:07:24 +01001024 err = snd_hdac_refresh_widgets(&codec->core);
1025 if (err < 0)
1026 return err;
1027
Mengdong Lina15d05d2013-02-08 17:09:31 -05001028 /* Assume the function group node does not change,
1029 * only the widget nodes may change.
1030 */
1031 kfree(codec->wcaps);
Takashi Iwai7639a062015-03-03 10:07:24 +01001032 fg = codec->core.afg ? codec->core.afg : codec->core.mfg;
Mengdong Lina15d05d2013-02-08 17:09:31 -05001033 err = read_widget_caps(codec, fg);
Takashi Iwaif4de8fe2015-02-27 16:17:18 +01001034 if (err < 0)
Mengdong Lina15d05d2013-02-08 17:09:31 -05001035 return err;
Mengdong Lina15d05d2013-02-08 17:09:31 -05001036
1037 snd_array_free(&codec->init_pins);
1038 err = read_pin_defaults(codec);
1039
1040 return err;
1041}
Takashi Iwai2698ea92013-12-18 07:45:52 +01001042EXPORT_SYMBOL_GPL(snd_hda_codec_update_widgets);
Mengdong Lina15d05d2013-02-08 17:09:31 -05001043
Takashi Iwaied360812012-08-08 17:12:52 +02001044/* update the stream-id if changed */
1045static void update_pcm_stream_id(struct hda_codec *codec,
1046 struct hda_cvt_setup *p, hda_nid_t nid,
1047 u32 stream_tag, int channel_id)
1048{
1049 unsigned int oldval, newval;
1050
1051 if (p->stream_tag != stream_tag || p->channel_id != channel_id) {
1052 oldval = snd_hda_codec_read(codec, nid, 0, AC_VERB_GET_CONV, 0);
1053 newval = (stream_tag << 4) | channel_id;
1054 if (oldval != newval)
1055 snd_hda_codec_write(codec, nid, 0,
1056 AC_VERB_SET_CHANNEL_STREAMID,
1057 newval);
1058 p->stream_tag = stream_tag;
1059 p->channel_id = channel_id;
1060 }
1061}
1062
1063/* update the format-id if changed */
1064static void update_pcm_format(struct hda_codec *codec, struct hda_cvt_setup *p,
1065 hda_nid_t nid, int format)
1066{
1067 unsigned int oldval;
1068
1069 if (p->format_id != format) {
1070 oldval = snd_hda_codec_read(codec, nid, 0,
1071 AC_VERB_GET_STREAM_FORMAT, 0);
1072 if (oldval != format) {
1073 msleep(1);
1074 snd_hda_codec_write(codec, nid, 0,
1075 AC_VERB_SET_STREAM_FORMAT,
1076 format);
1077 }
1078 p->format_id = format;
1079 }
1080}
1081
Linus Torvalds1da177e2005-04-16 15:20:36 -07001082/**
1083 * snd_hda_codec_setup_stream - set up the codec for streaming
1084 * @codec: the CODEC to set up
1085 * @nid: the NID to set up
1086 * @stream_tag: stream tag to pass, it's between 0x1 and 0xf.
1087 * @channel_id: channel id to pass, zero based.
1088 * @format: stream format.
1089 */
Takashi Iwai0ba21762007-04-16 11:29:14 +02001090void snd_hda_codec_setup_stream(struct hda_codec *codec, hda_nid_t nid,
1091 u32 stream_tag,
Linus Torvalds1da177e2005-04-16 15:20:36 -07001092 int channel_id, int format)
1093{
Takashi Iwai3f50ac62010-08-20 09:44:36 +02001094 struct hda_codec *c;
Takashi Iwaieb541332010-08-06 13:48:11 +02001095 struct hda_cvt_setup *p;
Takashi Iwai62b7e5e2010-10-22 17:15:47 +02001096 int type;
Takashi Iwaieb541332010-08-06 13:48:11 +02001097 int i;
1098
Takashi Iwai0ba21762007-04-16 11:29:14 +02001099 if (!nid)
Takashi Iwaid21b37e2005-04-20 13:45:55 +02001100 return;
1101
Takashi Iwai4e76a882014-02-25 12:21:03 +01001102 codec_dbg(codec,
1103 "hda_codec_setup_stream: NID=0x%x, stream=0x%x, channel=%d, format=0x%x\n",
1104 nid, stream_tag, channel_id, format);
Takashi Iwaieb541332010-08-06 13:48:11 +02001105 p = get_hda_cvt_setup(codec, nid);
Takashi Iwai6c35ae32013-05-10 13:39:50 +02001106 if (!p)
Takashi Iwaieb541332010-08-06 13:48:11 +02001107 return;
Takashi Iwaied360812012-08-08 17:12:52 +02001108
Takashi Iwaie6feb5d2015-03-16 21:32:11 +01001109 if (codec->patch_ops.stream_pm)
1110 codec->patch_ops.stream_pm(codec, nid, true);
Takashi Iwaied360812012-08-08 17:12:52 +02001111 if (codec->pcm_format_first)
1112 update_pcm_format(codec, p, nid, format);
1113 update_pcm_stream_id(codec, p, nid, stream_tag, channel_id);
1114 if (!codec->pcm_format_first)
1115 update_pcm_format(codec, p, nid, format);
1116
Takashi Iwaieb541332010-08-06 13:48:11 +02001117 p->active = 1;
1118 p->dirty = 0;
1119
1120 /* make other inactive cvts with the same stream-tag dirty */
Takashi Iwai62b7e5e2010-10-22 17:15:47 +02001121 type = get_wcaps_type(get_wcaps(codec, nid));
Takashi Iwaid068ebc2015-03-02 23:22:59 +01001122 list_for_each_codec(c, codec->bus) {
Takashi Iwai3f50ac62010-08-20 09:44:36 +02001123 for (i = 0; i < c->cvt_setups.used; i++) {
1124 p = snd_array_elem(&c->cvt_setups, i);
Takashi Iwai62b7e5e2010-10-22 17:15:47 +02001125 if (!p->active && p->stream_tag == stream_tag &&
David Henningsson54c2a892012-02-01 12:05:41 +01001126 get_wcaps_type(get_wcaps(c, p->nid)) == type)
Takashi Iwai3f50ac62010-08-20 09:44:36 +02001127 p->dirty = 1;
1128 }
Takashi Iwaieb541332010-08-06 13:48:11 +02001129 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07001130}
Takashi Iwai2698ea92013-12-18 07:45:52 +01001131EXPORT_SYMBOL_GPL(snd_hda_codec_setup_stream);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001132
Takashi Iwaif0cea792010-08-13 11:56:53 +02001133static void really_cleanup_stream(struct hda_codec *codec,
1134 struct hda_cvt_setup *q);
1135
Takashi Iwaid5191e52009-11-16 14:58:17 +01001136/**
Takashi Iwaif0cea792010-08-13 11:56:53 +02001137 * __snd_hda_codec_cleanup_stream - clean up the codec for closing
Takashi Iwaid5191e52009-11-16 14:58:17 +01001138 * @codec: the CODEC to clean up
1139 * @nid: the NID to clean up
Takashi Iwaif0cea792010-08-13 11:56:53 +02001140 * @do_now: really clean up the stream instead of clearing the active flag
Takashi Iwaid5191e52009-11-16 14:58:17 +01001141 */
Takashi Iwaif0cea792010-08-13 11:56:53 +02001142void __snd_hda_codec_cleanup_stream(struct hda_codec *codec, hda_nid_t nid,
1143 int do_now)
Takashi Iwai888afa12008-03-18 09:57:50 +01001144{
Takashi Iwaieb541332010-08-06 13:48:11 +02001145 struct hda_cvt_setup *p;
1146
Takashi Iwai888afa12008-03-18 09:57:50 +01001147 if (!nid)
1148 return;
1149
Takashi Iwai0e7adbe2010-10-25 10:37:11 +02001150 if (codec->no_sticky_stream)
1151 do_now = 1;
1152
Takashi Iwai4e76a882014-02-25 12:21:03 +01001153 codec_dbg(codec, "hda_codec_cleanup_stream: NID=0x%x\n", nid);
Takashi Iwaieb541332010-08-06 13:48:11 +02001154 p = get_hda_cvt_setup(codec, nid);
Takashi Iwai6c35ae32013-05-10 13:39:50 +02001155 if (p) {
Takashi Iwaif0cea792010-08-13 11:56:53 +02001156 /* here we just clear the active flag when do_now isn't set;
1157 * actual clean-ups will be done later in
1158 * purify_inactive_streams() called from snd_hda_codec_prpapre()
1159 */
1160 if (do_now)
1161 really_cleanup_stream(codec, p);
1162 else
1163 p->active = 0;
1164 }
Takashi Iwai888afa12008-03-18 09:57:50 +01001165}
Takashi Iwai2698ea92013-12-18 07:45:52 +01001166EXPORT_SYMBOL_GPL(__snd_hda_codec_cleanup_stream);
Takashi Iwai888afa12008-03-18 09:57:50 +01001167
Takashi Iwaieb541332010-08-06 13:48:11 +02001168static void really_cleanup_stream(struct hda_codec *codec,
1169 struct hda_cvt_setup *q)
1170{
1171 hda_nid_t nid = q->nid;
Takashi Iwai218264a2011-09-27 17:33:45 +02001172 if (q->stream_tag || q->channel_id)
1173 snd_hda_codec_write(codec, nid, 0, AC_VERB_SET_CHANNEL_STREAMID, 0);
1174 if (q->format_id)
1175 snd_hda_codec_write(codec, nid, 0, AC_VERB_SET_STREAM_FORMAT, 0
1176);
Takashi Iwaieb541332010-08-06 13:48:11 +02001177 memset(q, 0, sizeof(*q));
1178 q->nid = nid;
Takashi Iwaie6feb5d2015-03-16 21:32:11 +01001179 if (codec->patch_ops.stream_pm)
1180 codec->patch_ops.stream_pm(codec, nid, false);
Takashi Iwaieb541332010-08-06 13:48:11 +02001181}
1182
1183/* clean up the all conflicting obsolete streams */
1184static void purify_inactive_streams(struct hda_codec *codec)
1185{
Takashi Iwai3f50ac62010-08-20 09:44:36 +02001186 struct hda_codec *c;
Takashi Iwaieb541332010-08-06 13:48:11 +02001187 int i;
1188
Takashi Iwaid068ebc2015-03-02 23:22:59 +01001189 list_for_each_codec(c, codec->bus) {
Takashi Iwai3f50ac62010-08-20 09:44:36 +02001190 for (i = 0; i < c->cvt_setups.used; i++) {
1191 struct hda_cvt_setup *p;
1192 p = snd_array_elem(&c->cvt_setups, i);
1193 if (p->dirty)
1194 really_cleanup_stream(c, p);
1195 }
Takashi Iwaieb541332010-08-06 13:48:11 +02001196 }
1197}
1198
Takashi Iwai2a439522011-07-26 09:52:50 +02001199#ifdef CONFIG_PM
Takashi Iwaieb541332010-08-06 13:48:11 +02001200/* clean up all streams; called from suspend */
1201static void hda_cleanup_all_streams(struct hda_codec *codec)
1202{
1203 int i;
1204
1205 for (i = 0; i < codec->cvt_setups.used; i++) {
1206 struct hda_cvt_setup *p = snd_array_elem(&codec->cvt_setups, i);
1207 if (p->stream_tag)
1208 really_cleanup_stream(codec, p);
1209 }
1210}
Mike Waychison1c7276c2011-04-20 12:04:36 -07001211#endif
Takashi Iwaieb541332010-08-06 13:48:11 +02001212
Linus Torvalds1da177e2005-04-16 15:20:36 -07001213/*
1214 * amp access functions
1215 */
1216
Takashi Iwaid5191e52009-11-16 14:58:17 +01001217/**
1218 * query_amp_caps - query AMP capabilities
1219 * @codec: the HD-auio codec
1220 * @nid: the NID to query
1221 * @direction: either #HDA_INPUT or #HDA_OUTPUT
1222 *
1223 * Query AMP capabilities for the given widget and direction.
1224 * Returns the obtained capability bits.
1225 *
1226 * When cap bits have been already read, this doesn't read again but
1227 * returns the cached value.
Linus Torvalds1da177e2005-04-16 15:20:36 -07001228 */
Matthew Ranostay09a99952008-01-24 11:49:21 +01001229u32 query_amp_caps(struct hda_codec *codec, hda_nid_t nid, int direction)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001230{
Takashi Iwaifaa75f82015-02-26 08:54:56 +01001231 if (!(get_wcaps(codec, nid) & AC_WCAP_AMP_OVRD))
1232 nid = codec->core.afg;
1233 return snd_hda_param_read(codec, nid,
1234 direction == HDA_OUTPUT ?
1235 AC_PAR_AMP_OUT_CAP : AC_PAR_AMP_IN_CAP);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001236}
Takashi Iwai2698ea92013-12-18 07:45:52 +01001237EXPORT_SYMBOL_GPL(query_amp_caps);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001238
Takashi Iwaid5191e52009-11-16 14:58:17 +01001239/**
David Henningsson861a04e2014-09-23 10:38:17 +02001240 * snd_hda_check_amp_caps - query AMP capabilities
1241 * @codec: the HD-audio codec
1242 * @nid: the NID to query
1243 * @dir: either #HDA_INPUT or #HDA_OUTPUT
Takashi Iwaia11e9b12014-10-29 15:06:01 +01001244 * @bits: bit mask to check the result
David Henningsson861a04e2014-09-23 10:38:17 +02001245 *
1246 * Check whether the widget has the given amp capability for the direction.
1247 */
1248bool snd_hda_check_amp_caps(struct hda_codec *codec, hda_nid_t nid,
1249 int dir, unsigned int bits)
1250{
1251 if (!nid)
1252 return false;
1253 if (get_wcaps(codec, nid) & (1 << (dir + 1)))
1254 if (query_amp_caps(codec, nid, dir) & bits)
1255 return true;
1256 return false;
1257}
1258EXPORT_SYMBOL_GPL(snd_hda_check_amp_caps);
1259
1260/**
Takashi Iwaid5191e52009-11-16 14:58:17 +01001261 * snd_hda_override_amp_caps - Override the AMP capabilities
1262 * @codec: the CODEC to clean up
1263 * @nid: the NID to clean up
Takashi Iwaia11e9b12014-10-29 15:06:01 +01001264 * @dir: either #HDA_INPUT or #HDA_OUTPUT
Takashi Iwaid5191e52009-11-16 14:58:17 +01001265 * @caps: the capability bits to set
1266 *
1267 * Override the cached AMP caps bits value by the given one.
1268 * This function is useful if the driver needs to adjust the AMP ranges,
1269 * e.g. limit to 0dB, etc.
1270 *
1271 * Returns zero if successful or a negative error code.
1272 */
Takashi Iwai897cc182007-05-29 19:01:37 +02001273int snd_hda_override_amp_caps(struct hda_codec *codec, hda_nid_t nid, int dir,
1274 unsigned int caps)
1275{
Takashi Iwaifaa75f82015-02-26 08:54:56 +01001276 unsigned int parm;
1277
1278 snd_hda_override_wcaps(codec, nid,
1279 get_wcaps(codec, nid) | AC_WCAP_AMP_OVRD);
1280 parm = dir == HDA_OUTPUT ? AC_PAR_AMP_OUT_CAP : AC_PAR_AMP_IN_CAP;
1281 return snd_hdac_override_parm(&codec->core, nid, parm, caps);
Takashi Iwai897cc182007-05-29 19:01:37 +02001282}
Takashi Iwai2698ea92013-12-18 07:45:52 +01001283EXPORT_SYMBOL_GPL(snd_hda_override_amp_caps);
Takashi Iwai897cc182007-05-29 19:01:37 +02001284
Takashi Iwaid5191e52009-11-16 14:58:17 +01001285/**
1286 * snd_hda_codec_amp_stereo - update the AMP stereo values
1287 * @codec: HD-audio codec
1288 * @nid: NID to read the AMP value
1289 * @direction: #HDA_INPUT or #HDA_OUTPUT
1290 * @idx: the index value (only for input direction)
1291 * @mask: bit mask to set
1292 * @val: the bits value to set
1293 *
1294 * Update the AMP values like snd_hda_codec_amp_update(), but for a
1295 * stereo widget with the same mask and value.
Takashi Iwai47fd8302007-08-10 17:11:07 +02001296 */
1297int snd_hda_codec_amp_stereo(struct hda_codec *codec, hda_nid_t nid,
1298 int direction, int idx, int mask, int val)
1299{
1300 int ch, ret = 0;
Takashi Iwai467126462010-03-29 09:19:38 +02001301
1302 if (snd_BUG_ON(mask & ~0xff))
1303 mask &= 0xff;
Takashi Iwai47fd8302007-08-10 17:11:07 +02001304 for (ch = 0; ch < 2; ch++)
1305 ret |= snd_hda_codec_amp_update(codec, nid, ch, direction,
1306 idx, mask, val);
1307 return ret;
1308}
Takashi Iwai2698ea92013-12-18 07:45:52 +01001309EXPORT_SYMBOL_GPL(snd_hda_codec_amp_stereo);
Takashi Iwai47fd8302007-08-10 17:11:07 +02001310
Takashi Iwai95a962c2014-10-29 16:03:58 +01001311/**
1312 * snd_hda_codec_amp_init - initialize the AMP value
1313 * @codec: the HDA codec
1314 * @nid: NID to read the AMP value
1315 * @ch: channel (left=0 or right=1)
1316 * @dir: #HDA_INPUT or #HDA_OUTPUT
1317 * @idx: the index value (only for input direction)
1318 * @mask: bit mask to set
1319 * @val: the bits value to set
1320 *
1321 * Works like snd_hda_codec_amp_update() but it writes the value only at
Takashi Iwai280e57d2012-12-14 10:32:21 +01001322 * the first access. If the amp was already initialized / updated beforehand,
1323 * this does nothing.
1324 */
1325int snd_hda_codec_amp_init(struct hda_codec *codec, hda_nid_t nid, int ch,
1326 int dir, int idx, int mask, int val)
1327{
Takashi Iwaieeecd9d2015-02-25 15:18:50 +01001328 int orig;
1329
1330 if (!codec->core.regmap)
1331 return -EINVAL;
1332 regcache_cache_only(codec->core.regmap, true);
1333 orig = snd_hda_codec_amp_read(codec, nid, ch, dir, idx);
1334 regcache_cache_only(codec->core.regmap, false);
1335 if (orig >= 0)
1336 return 0;
1337 return snd_hda_codec_amp_update(codec, nid, ch, dir, idx, mask, val);
Takashi Iwai280e57d2012-12-14 10:32:21 +01001338}
Takashi Iwai2698ea92013-12-18 07:45:52 +01001339EXPORT_SYMBOL_GPL(snd_hda_codec_amp_init);
Takashi Iwai280e57d2012-12-14 10:32:21 +01001340
Takashi Iwai95a962c2014-10-29 16:03:58 +01001341/**
1342 * snd_hda_codec_amp_init_stereo - initialize the stereo AMP value
1343 * @codec: the HDA codec
1344 * @nid: NID to read the AMP value
1345 * @dir: #HDA_INPUT or #HDA_OUTPUT
1346 * @idx: the index value (only for input direction)
1347 * @mask: bit mask to set
1348 * @val: the bits value to set
1349 *
1350 * Call snd_hda_codec_amp_init() for both stereo channels.
1351 */
Takashi Iwai280e57d2012-12-14 10:32:21 +01001352int snd_hda_codec_amp_init_stereo(struct hda_codec *codec, hda_nid_t nid,
1353 int dir, int idx, int mask, int val)
1354{
1355 int ch, ret = 0;
1356
1357 if (snd_BUG_ON(mask & ~0xff))
1358 mask &= 0xff;
1359 for (ch = 0; ch < 2; ch++)
1360 ret |= snd_hda_codec_amp_init(codec, nid, ch, dir,
1361 idx, mask, val);
1362 return ret;
1363}
Takashi Iwai2698ea92013-12-18 07:45:52 +01001364EXPORT_SYMBOL_GPL(snd_hda_codec_amp_init_stereo);
Takashi Iwai280e57d2012-12-14 10:32:21 +01001365
Takashi Iwaiafbd9b82010-07-08 18:40:37 +02001366static u32 get_amp_max_value(struct hda_codec *codec, hda_nid_t nid, int dir,
1367 unsigned int ofs)
1368{
1369 u32 caps = query_amp_caps(codec, nid, dir);
1370 /* get num steps */
1371 caps = (caps & AC_AMPCAP_NUM_STEPS) >> AC_AMPCAP_NUM_STEPS_SHIFT;
1372 if (ofs < caps)
1373 caps -= ofs;
1374 return caps;
1375}
1376
Takashi Iwaid5191e52009-11-16 14:58:17 +01001377/**
1378 * snd_hda_mixer_amp_volume_info - Info callback for a standard AMP mixer
Takashi Iwaia11e9b12014-10-29 15:06:01 +01001379 * @kcontrol: referred ctl element
1380 * @uinfo: pointer to get/store the data
Takashi Iwaid5191e52009-11-16 14:58:17 +01001381 *
1382 * The control element is supposed to have the private_value field
1383 * set up via HDA_COMPOSE_AMP_VAL*() or related macros.
1384 */
Takashi Iwai0ba21762007-04-16 11:29:14 +02001385int snd_hda_mixer_amp_volume_info(struct snd_kcontrol *kcontrol,
1386 struct snd_ctl_elem_info *uinfo)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001387{
1388 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
1389 u16 nid = get_amp_nid(kcontrol);
1390 u8 chs = get_amp_channels(kcontrol);
1391 int dir = get_amp_direction(kcontrol);
Takashi Iwai29fdbec2009-01-20 13:07:55 +01001392 unsigned int ofs = get_amp_offset(kcontrol);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001393
Takashi Iwaiafbd9b82010-07-08 18:40:37 +02001394 uinfo->type = SNDRV_CTL_ELEM_TYPE_INTEGER;
1395 uinfo->count = chs == 3 ? 2 : 1;
1396 uinfo->value.integer.min = 0;
1397 uinfo->value.integer.max = get_amp_max_value(codec, nid, dir, ofs);
1398 if (!uinfo->value.integer.max) {
Takashi Iwai4e76a882014-02-25 12:21:03 +01001399 codec_warn(codec,
1400 "num_steps = 0 for NID=0x%x (ctl = %s)\n",
1401 nid, kcontrol->id.name);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001402 return -EINVAL;
1403 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07001404 return 0;
1405}
Takashi Iwai2698ea92013-12-18 07:45:52 +01001406EXPORT_SYMBOL_GPL(snd_hda_mixer_amp_volume_info);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001407
Takashi Iwai29fdbec2009-01-20 13:07:55 +01001408
1409static inline unsigned int
1410read_amp_value(struct hda_codec *codec, hda_nid_t nid,
1411 int ch, int dir, int idx, unsigned int ofs)
1412{
1413 unsigned int val;
1414 val = snd_hda_codec_amp_read(codec, nid, ch, dir, idx);
1415 val &= HDA_AMP_VOLMASK;
1416 if (val >= ofs)
1417 val -= ofs;
1418 else
1419 val = 0;
1420 return val;
1421}
1422
1423static inline int
1424update_amp_value(struct hda_codec *codec, hda_nid_t nid,
1425 int ch, int dir, int idx, unsigned int ofs,
1426 unsigned int val)
1427{
Takashi Iwaiafbd9b82010-07-08 18:40:37 +02001428 unsigned int maxval;
1429
Takashi Iwai29fdbec2009-01-20 13:07:55 +01001430 if (val > 0)
1431 val += ofs;
Takashi Iwai7ccc3ef2010-07-26 17:00:15 +02001432 /* ofs = 0: raw max value */
1433 maxval = get_amp_max_value(codec, nid, dir, 0);
Takashi Iwaiafbd9b82010-07-08 18:40:37 +02001434 if (val > maxval)
1435 val = maxval;
Takashi Iwaieeecd9d2015-02-25 15:18:50 +01001436 return snd_hda_codec_amp_update(codec, nid, ch, dir, idx,
1437 HDA_AMP_VOLMASK, val);
Takashi Iwai29fdbec2009-01-20 13:07:55 +01001438}
1439
Takashi Iwaid5191e52009-11-16 14:58:17 +01001440/**
1441 * snd_hda_mixer_amp_volume_get - Get callback for a standard AMP mixer volume
Takashi Iwaia11e9b12014-10-29 15:06:01 +01001442 * @kcontrol: ctl element
1443 * @ucontrol: pointer to get/store the data
Takashi Iwaid5191e52009-11-16 14:58:17 +01001444 *
1445 * The control element is supposed to have the private_value field
1446 * set up via HDA_COMPOSE_AMP_VAL*() or related macros.
1447 */
Takashi Iwai0ba21762007-04-16 11:29:14 +02001448int snd_hda_mixer_amp_volume_get(struct snd_kcontrol *kcontrol,
1449 struct snd_ctl_elem_value *ucontrol)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001450{
1451 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
1452 hda_nid_t nid = get_amp_nid(kcontrol);
1453 int chs = get_amp_channels(kcontrol);
1454 int dir = get_amp_direction(kcontrol);
1455 int idx = get_amp_index(kcontrol);
Takashi Iwai29fdbec2009-01-20 13:07:55 +01001456 unsigned int ofs = get_amp_offset(kcontrol);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001457 long *valp = ucontrol->value.integer.value;
1458
1459 if (chs & 1)
Takashi Iwai29fdbec2009-01-20 13:07:55 +01001460 *valp++ = read_amp_value(codec, nid, 0, dir, idx, ofs);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001461 if (chs & 2)
Takashi Iwai29fdbec2009-01-20 13:07:55 +01001462 *valp = read_amp_value(codec, nid, 1, dir, idx, ofs);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001463 return 0;
1464}
Takashi Iwai2698ea92013-12-18 07:45:52 +01001465EXPORT_SYMBOL_GPL(snd_hda_mixer_amp_volume_get);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001466
Takashi Iwaid5191e52009-11-16 14:58:17 +01001467/**
1468 * snd_hda_mixer_amp_volume_put - Put callback for a standard AMP mixer volume
Takashi Iwaia11e9b12014-10-29 15:06:01 +01001469 * @kcontrol: ctl element
1470 * @ucontrol: pointer to get/store the data
Takashi Iwaid5191e52009-11-16 14:58:17 +01001471 *
1472 * The control element is supposed to have the private_value field
1473 * set up via HDA_COMPOSE_AMP_VAL*() or related macros.
1474 */
Takashi Iwai0ba21762007-04-16 11:29:14 +02001475int snd_hda_mixer_amp_volume_put(struct snd_kcontrol *kcontrol,
1476 struct snd_ctl_elem_value *ucontrol)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001477{
1478 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
1479 hda_nid_t nid = get_amp_nid(kcontrol);
1480 int chs = get_amp_channels(kcontrol);
1481 int dir = get_amp_direction(kcontrol);
1482 int idx = get_amp_index(kcontrol);
Takashi Iwai29fdbec2009-01-20 13:07:55 +01001483 unsigned int ofs = get_amp_offset(kcontrol);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001484 long *valp = ucontrol->value.integer.value;
1485 int change = 0;
1486
Nicolas Grazianob9f5a892005-07-29 12:17:20 +02001487 if (chs & 1) {
Takashi Iwai29fdbec2009-01-20 13:07:55 +01001488 change = update_amp_value(codec, nid, 0, dir, idx, ofs, *valp);
Nicolas Grazianob9f5a892005-07-29 12:17:20 +02001489 valp++;
1490 }
Takashi Iwai4a19fae2005-06-08 14:43:58 +02001491 if (chs & 2)
Takashi Iwai29fdbec2009-01-20 13:07:55 +01001492 change |= update_amp_value(codec, nid, 1, dir, idx, ofs, *valp);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001493 return change;
1494}
Takashi Iwai2698ea92013-12-18 07:45:52 +01001495EXPORT_SYMBOL_GPL(snd_hda_mixer_amp_volume_put);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001496
Takashi Iwaid5191e52009-11-16 14:58:17 +01001497/**
1498 * snd_hda_mixer_amp_volume_put - TLV callback for a standard AMP mixer volume
Takashi Iwaia11e9b12014-10-29 15:06:01 +01001499 * @kcontrol: ctl element
1500 * @op_flag: operation flag
1501 * @size: byte size of input TLV
1502 * @_tlv: TLV data
Takashi Iwaid5191e52009-11-16 14:58:17 +01001503 *
1504 * The control element is supposed to have the private_value field
1505 * set up via HDA_COMPOSE_AMP_VAL*() or related macros.
1506 */
Jaroslav Kysela302e9c52006-07-05 17:39:49 +02001507int snd_hda_mixer_amp_tlv(struct snd_kcontrol *kcontrol, int op_flag,
1508 unsigned int size, unsigned int __user *_tlv)
1509{
1510 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
1511 hda_nid_t nid = get_amp_nid(kcontrol);
1512 int dir = get_amp_direction(kcontrol);
Takashi Iwai29fdbec2009-01-20 13:07:55 +01001513 unsigned int ofs = get_amp_offset(kcontrol);
Clemens Ladischde8c85f2010-10-15 10:32:50 +02001514 bool min_mute = get_amp_min_mute(kcontrol);
Jaroslav Kysela302e9c52006-07-05 17:39:49 +02001515 u32 caps, val1, val2;
1516
1517 if (size < 4 * sizeof(unsigned int))
1518 return -ENOMEM;
1519 caps = query_amp_caps(codec, nid, dir);
Takashi Iwai0ba21762007-04-16 11:29:14 +02001520 val2 = (caps & AC_AMPCAP_STEP_SIZE) >> AC_AMPCAP_STEP_SIZE_SHIFT;
1521 val2 = (val2 + 1) * 25;
Jaroslav Kysela302e9c52006-07-05 17:39:49 +02001522 val1 = -((caps & AC_AMPCAP_OFFSET) >> AC_AMPCAP_OFFSET_SHIFT);
Takashi Iwai29fdbec2009-01-20 13:07:55 +01001523 val1 += ofs;
Jaroslav Kysela302e9c52006-07-05 17:39:49 +02001524 val1 = ((int)val1) * ((int)val2);
Takashi Iwai38681372012-02-27 15:00:58 +01001525 if (min_mute || (caps & AC_AMPCAP_MIN_MUTE))
Takashi Iwaic08d9162010-10-17 10:40:53 +02001526 val2 |= TLV_DB_SCALE_MUTE;
Jaroslav Kysela302e9c52006-07-05 17:39:49 +02001527 if (put_user(SNDRV_CTL_TLVT_DB_SCALE, _tlv))
1528 return -EFAULT;
1529 if (put_user(2 * sizeof(unsigned int), _tlv + 1))
1530 return -EFAULT;
1531 if (put_user(val1, _tlv + 2))
1532 return -EFAULT;
1533 if (put_user(val2, _tlv + 3))
1534 return -EFAULT;
1535 return 0;
1536}
Takashi Iwai2698ea92013-12-18 07:45:52 +01001537EXPORT_SYMBOL_GPL(snd_hda_mixer_amp_tlv);
Jaroslav Kysela302e9c52006-07-05 17:39:49 +02001538
Takashi Iwaid5191e52009-11-16 14:58:17 +01001539/**
1540 * snd_hda_set_vmaster_tlv - Set TLV for a virtual master control
1541 * @codec: HD-audio codec
1542 * @nid: NID of a reference widget
1543 * @dir: #HDA_INPUT or #HDA_OUTPUT
1544 * @tlv: TLV data to be stored, at least 4 elements
1545 *
1546 * Set (static) TLV data for a virtual master volume using the AMP caps
1547 * obtained from the reference NID.
1548 * The volume range is recalculated as if the max volume is 0dB.
Takashi Iwai2134ea42008-01-10 16:53:55 +01001549 */
1550void snd_hda_set_vmaster_tlv(struct hda_codec *codec, hda_nid_t nid, int dir,
1551 unsigned int *tlv)
1552{
1553 u32 caps;
1554 int nums, step;
1555
1556 caps = query_amp_caps(codec, nid, dir);
1557 nums = (caps & AC_AMPCAP_NUM_STEPS) >> AC_AMPCAP_NUM_STEPS_SHIFT;
1558 step = (caps & AC_AMPCAP_STEP_SIZE) >> AC_AMPCAP_STEP_SIZE_SHIFT;
1559 step = (step + 1) * 25;
1560 tlv[0] = SNDRV_CTL_TLVT_DB_SCALE;
1561 tlv[1] = 2 * sizeof(unsigned int);
1562 tlv[2] = -nums * step;
1563 tlv[3] = step;
1564}
Takashi Iwai2698ea92013-12-18 07:45:52 +01001565EXPORT_SYMBOL_GPL(snd_hda_set_vmaster_tlv);
Takashi Iwai2134ea42008-01-10 16:53:55 +01001566
1567/* find a mixer control element with the given name */
Takashi Iwai09f99702008-02-04 12:31:13 +01001568static struct snd_kcontrol *
Takashi Iwaidcda5802012-10-12 17:24:51 +02001569find_mixer_ctl(struct hda_codec *codec, const char *name, int dev, int idx)
Takashi Iwai2134ea42008-01-10 16:53:55 +01001570{
1571 struct snd_ctl_elem_id id;
1572 memset(&id, 0, sizeof(id));
1573 id.iface = SNDRV_CTL_ELEM_IFACE_MIXER;
Takashi Iwaidcda5802012-10-12 17:24:51 +02001574 id.device = dev;
Takashi Iwai09f99702008-02-04 12:31:13 +01001575 id.index = idx;
Takashi Iwai18cb7102009-04-16 10:22:24 +02001576 if (snd_BUG_ON(strlen(name) >= sizeof(id.name)))
1577 return NULL;
Takashi Iwai2134ea42008-01-10 16:53:55 +01001578 strcpy(id.name, name);
Takashi Iwai6efdd852015-02-27 16:09:22 +01001579 return snd_ctl_find_id(codec->card, &id);
Takashi Iwai2134ea42008-01-10 16:53:55 +01001580}
1581
Takashi Iwaid5191e52009-11-16 14:58:17 +01001582/**
1583 * snd_hda_find_mixer_ctl - Find a mixer control element with the given name
1584 * @codec: HD-audio codec
1585 * @name: ctl id name string
1586 *
1587 * Get the control element with the given id string and IFACE_MIXER.
1588 */
Takashi Iwai09f99702008-02-04 12:31:13 +01001589struct snd_kcontrol *snd_hda_find_mixer_ctl(struct hda_codec *codec,
1590 const char *name)
1591{
Takashi Iwaidcda5802012-10-12 17:24:51 +02001592 return find_mixer_ctl(codec, name, 0, 0);
Takashi Iwai09f99702008-02-04 12:31:13 +01001593}
Takashi Iwai2698ea92013-12-18 07:45:52 +01001594EXPORT_SYMBOL_GPL(snd_hda_find_mixer_ctl);
Takashi Iwai09f99702008-02-04 12:31:13 +01001595
Takashi Iwaidcda5802012-10-12 17:24:51 +02001596static int find_empty_mixer_ctl_idx(struct hda_codec *codec, const char *name,
Takashi Iwaiea9b43a2013-02-12 17:02:41 +01001597 int start_idx)
Takashi Iwai1afe2062010-12-23 10:17:52 +01001598{
Takashi Iwaiea9b43a2013-02-12 17:02:41 +01001599 int i, idx;
1600 /* 16 ctlrs should be large enough */
1601 for (i = 0, idx = start_idx; i < 16; i++, idx++) {
1602 if (!find_mixer_ctl(codec, name, 0, idx))
Takashi Iwai1afe2062010-12-23 10:17:52 +01001603 return idx;
1604 }
1605 return -EBUSY;
1606}
1607
Takashi Iwaid5191e52009-11-16 14:58:17 +01001608/**
Jaroslav Kysela5b0cb1d2009-12-08 16:13:32 +01001609 * snd_hda_ctl_add - Add a control element and assign to the codec
Takashi Iwaid5191e52009-11-16 14:58:17 +01001610 * @codec: HD-audio codec
1611 * @nid: corresponding NID (optional)
1612 * @kctl: the control element to assign
1613 *
1614 * Add the given control element to an array inside the codec instance.
1615 * All control elements belonging to a codec are supposed to be added
1616 * by this function so that a proper clean-up works at the free or
1617 * reconfiguration time.
1618 *
1619 * If non-zero @nid is passed, the NID is assigned to the control element.
1620 * The assignment is shown in the codec proc file.
1621 *
1622 * snd_hda_ctl_add() checks the control subdev id field whether
1623 * #HDA_SUBDEV_NID_FLAG bit is set. If set (and @nid is zero), the lower
Jaroslav Kysela9e3fd872009-12-08 17:45:25 +01001624 * bits value is taken as the NID to assign. The #HDA_NID_ITEM_AMP bit
1625 * specifies if kctl->private_value is a HDA amplifier value.
Takashi Iwaid5191e52009-11-16 14:58:17 +01001626 */
Jaroslav Kysela3911a4c2009-11-11 13:43:01 +01001627int snd_hda_ctl_add(struct hda_codec *codec, hda_nid_t nid,
1628 struct snd_kcontrol *kctl)
Takashi Iwaid13bd412008-07-30 15:01:45 +02001629{
1630 int err;
Jaroslav Kysela9e3fd872009-12-08 17:45:25 +01001631 unsigned short flags = 0;
Jaroslav Kysela3911a4c2009-11-11 13:43:01 +01001632 struct hda_nid_item *item;
Takashi Iwaid13bd412008-07-30 15:01:45 +02001633
Jaroslav Kysela5e26dfd2009-12-10 13:57:01 +01001634 if (kctl->id.subdevice & HDA_SUBDEV_AMP_FLAG) {
Jaroslav Kysela9e3fd872009-12-08 17:45:25 +01001635 flags |= HDA_NID_ITEM_AMP;
Jaroslav Kysela5e26dfd2009-12-10 13:57:01 +01001636 if (nid == 0)
1637 nid = get_amp_nid_(kctl->private_value);
1638 }
Jaroslav Kysela9e3fd872009-12-08 17:45:25 +01001639 if ((kctl->id.subdevice & HDA_SUBDEV_NID_FLAG) != 0 && nid == 0)
1640 nid = kctl->id.subdevice & 0xffff;
Jaroslav Kysela5e26dfd2009-12-10 13:57:01 +01001641 if (kctl->id.subdevice & (HDA_SUBDEV_NID_FLAG|HDA_SUBDEV_AMP_FLAG))
Jaroslav Kysela4d02d1b2009-11-12 10:15:48 +01001642 kctl->id.subdevice = 0;
Takashi Iwai6efdd852015-02-27 16:09:22 +01001643 err = snd_ctl_add(codec->card, kctl);
Takashi Iwaid13bd412008-07-30 15:01:45 +02001644 if (err < 0)
1645 return err;
Jaroslav Kysela3911a4c2009-11-11 13:43:01 +01001646 item = snd_array_new(&codec->mixers);
1647 if (!item)
Takashi Iwaid13bd412008-07-30 15:01:45 +02001648 return -ENOMEM;
Jaroslav Kysela3911a4c2009-11-11 13:43:01 +01001649 item->kctl = kctl;
1650 item->nid = nid;
Jaroslav Kysela9e3fd872009-12-08 17:45:25 +01001651 item->flags = flags;
Takashi Iwaid13bd412008-07-30 15:01:45 +02001652 return 0;
1653}
Takashi Iwai2698ea92013-12-18 07:45:52 +01001654EXPORT_SYMBOL_GPL(snd_hda_ctl_add);
Takashi Iwaid13bd412008-07-30 15:01:45 +02001655
Takashi Iwaid5191e52009-11-16 14:58:17 +01001656/**
Jaroslav Kysela5b0cb1d2009-12-08 16:13:32 +01001657 * snd_hda_add_nid - Assign a NID to a control element
1658 * @codec: HD-audio codec
1659 * @nid: corresponding NID (optional)
1660 * @kctl: the control element to assign
1661 * @index: index to kctl
1662 *
1663 * Add the given control element to an array inside the codec instance.
1664 * This function is used when #snd_hda_ctl_add cannot be used for 1:1
1665 * NID:KCTL mapping - for example "Capture Source" selector.
1666 */
1667int snd_hda_add_nid(struct hda_codec *codec, struct snd_kcontrol *kctl,
1668 unsigned int index, hda_nid_t nid)
1669{
1670 struct hda_nid_item *item;
1671
1672 if (nid > 0) {
1673 item = snd_array_new(&codec->nids);
1674 if (!item)
1675 return -ENOMEM;
1676 item->kctl = kctl;
1677 item->index = index;
1678 item->nid = nid;
1679 return 0;
1680 }
Takashi Iwai4e76a882014-02-25 12:21:03 +01001681 codec_err(codec, "no NID for mapping control %s:%d:%d\n",
1682 kctl->id.name, kctl->id.index, index);
Jaroslav Kysela5b0cb1d2009-12-08 16:13:32 +01001683 return -EINVAL;
1684}
Takashi Iwai2698ea92013-12-18 07:45:52 +01001685EXPORT_SYMBOL_GPL(snd_hda_add_nid);
Jaroslav Kysela5b0cb1d2009-12-08 16:13:32 +01001686
1687/**
Takashi Iwaid5191e52009-11-16 14:58:17 +01001688 * snd_hda_ctls_clear - Clear all controls assigned to the given codec
1689 * @codec: HD-audio codec
1690 */
Takashi Iwaid13bd412008-07-30 15:01:45 +02001691void snd_hda_ctls_clear(struct hda_codec *codec)
1692{
1693 int i;
Jaroslav Kysela3911a4c2009-11-11 13:43:01 +01001694 struct hda_nid_item *items = codec->mixers.list;
Takashi Iwaid13bd412008-07-30 15:01:45 +02001695 for (i = 0; i < codec->mixers.used; i++)
Takashi Iwai6efdd852015-02-27 16:09:22 +01001696 snd_ctl_remove(codec->card, items[i].kctl);
Takashi Iwaid13bd412008-07-30 15:01:45 +02001697 snd_array_free(&codec->mixers);
Jaroslav Kysela5b0cb1d2009-12-08 16:13:32 +01001698 snd_array_free(&codec->nids);
Takashi Iwaid13bd412008-07-30 15:01:45 +02001699}
1700
Takashi Iwai95a962c2014-10-29 16:03:58 +01001701/**
1702 * snd_hda_lock_devices - pseudo device locking
1703 * @bus: the BUS
1704 *
Takashi Iwaia65d6292009-02-23 16:57:04 +01001705 * toggle card->shutdown to allow/disallow the device access (as a hack)
1706 */
Takashi Iwaid3d020b2012-04-26 12:11:44 +02001707int snd_hda_lock_devices(struct hda_bus *bus)
Takashi Iwai6c1f45e2008-07-30 15:01:45 +02001708{
Takashi Iwaid3d020b2012-04-26 12:11:44 +02001709 struct snd_card *card = bus->card;
1710 struct hda_codec *codec;
1711
Takashi Iwaia65d6292009-02-23 16:57:04 +01001712 spin_lock(&card->files_lock);
Takashi Iwaid3d020b2012-04-26 12:11:44 +02001713 if (card->shutdown)
1714 goto err_unlock;
Takashi Iwaia65d6292009-02-23 16:57:04 +01001715 card->shutdown = 1;
Takashi Iwaid3d020b2012-04-26 12:11:44 +02001716 if (!list_empty(&card->ctl_files))
1717 goto err_clear;
1718
Takashi Iwaid068ebc2015-03-02 23:22:59 +01001719 list_for_each_codec(codec, bus) {
Takashi Iwaibbbc7e82015-02-27 17:43:19 +01001720 struct hda_pcm *cpcm;
1721 list_for_each_entry(cpcm, &codec->pcm_list_head, list) {
Takashi Iwaid3d020b2012-04-26 12:11:44 +02001722 if (!cpcm->pcm)
1723 continue;
1724 if (cpcm->pcm->streams[0].substream_opened ||
1725 cpcm->pcm->streams[1].substream_opened)
1726 goto err_clear;
1727 }
1728 }
Takashi Iwaia65d6292009-02-23 16:57:04 +01001729 spin_unlock(&card->files_lock);
1730 return 0;
Takashi Iwaia65d6292009-02-23 16:57:04 +01001731
Takashi Iwaid3d020b2012-04-26 12:11:44 +02001732 err_clear:
1733 card->shutdown = 0;
1734 err_unlock:
1735 spin_unlock(&card->files_lock);
1736 return -EINVAL;
1737}
Takashi Iwai2698ea92013-12-18 07:45:52 +01001738EXPORT_SYMBOL_GPL(snd_hda_lock_devices);
Takashi Iwaid3d020b2012-04-26 12:11:44 +02001739
Takashi Iwai95a962c2014-10-29 16:03:58 +01001740/**
1741 * snd_hda_unlock_devices - pseudo device unlocking
1742 * @bus: the BUS
1743 */
Takashi Iwaid3d020b2012-04-26 12:11:44 +02001744void snd_hda_unlock_devices(struct hda_bus *bus)
Takashi Iwaia65d6292009-02-23 16:57:04 +01001745{
Takashi Iwaid3d020b2012-04-26 12:11:44 +02001746 struct snd_card *card = bus->card;
1747
Takashi Iwaia65d6292009-02-23 16:57:04 +01001748 spin_lock(&card->files_lock);
1749 card->shutdown = 0;
1750 spin_unlock(&card->files_lock);
1751}
Takashi Iwai2698ea92013-12-18 07:45:52 +01001752EXPORT_SYMBOL_GPL(snd_hda_unlock_devices);
Takashi Iwaia65d6292009-02-23 16:57:04 +01001753
Takashi Iwaid5191e52009-11-16 14:58:17 +01001754/**
1755 * snd_hda_codec_reset - Clear all objects assigned to the codec
1756 * @codec: HD-audio codec
1757 *
1758 * This frees the all PCM and control elements assigned to the codec, and
1759 * clears the caches and restores the pin default configurations.
1760 *
1761 * When a device is being used, it returns -EBSY. If successfully freed,
1762 * returns zero.
1763 */
Takashi Iwaia65d6292009-02-23 16:57:04 +01001764int snd_hda_codec_reset(struct hda_codec *codec)
1765{
Takashi Iwaid3d020b2012-04-26 12:11:44 +02001766 struct hda_bus *bus = codec->bus;
Takashi Iwaia65d6292009-02-23 16:57:04 +01001767
Takashi Iwaid3d020b2012-04-26 12:11:44 +02001768 if (snd_hda_lock_devices(bus) < 0)
Takashi Iwaia65d6292009-02-23 16:57:04 +01001769 return -EBUSY;
Takashi Iwaia65d6292009-02-23 16:57:04 +01001770
1771 /* OK, let it free */
Takashi Iwai3256be62015-02-24 14:59:42 +01001772 snd_hdac_device_unregister(&codec->core);
Takashi Iwaid8a766a2015-02-17 15:25:37 +01001773
Takashi Iwaia65d6292009-02-23 16:57:04 +01001774 /* allow device access again */
Takashi Iwaid3d020b2012-04-26 12:11:44 +02001775 snd_hda_unlock_devices(bus);
Takashi Iwaia65d6292009-02-23 16:57:04 +01001776 return 0;
Takashi Iwai6c1f45e2008-07-30 15:01:45 +02001777}
1778
Takashi Iwai6194b992014-06-06 18:12:16 +02001779typedef int (*map_slave_func_t)(struct hda_codec *, void *, struct snd_kcontrol *);
Takashi Iwaiaeb4b882011-11-10 12:28:38 +01001780
1781/* apply the function to all matching slave ctls in the mixer list */
1782static int map_slaves(struct hda_codec *codec, const char * const *slaves,
Takashi Iwai9322ca52012-02-03 14:28:01 +01001783 const char *suffix, map_slave_func_t func, void *data)
Takashi Iwaiaeb4b882011-11-10 12:28:38 +01001784{
1785 struct hda_nid_item *items;
1786 const char * const *s;
1787 int i, err;
1788
1789 items = codec->mixers.list;
1790 for (i = 0; i < codec->mixers.used; i++) {
1791 struct snd_kcontrol *sctl = items[i].kctl;
Takashi Iwaica16ec02013-10-28 12:00:35 +01001792 if (!sctl || sctl->id.iface != SNDRV_CTL_ELEM_IFACE_MIXER)
Takashi Iwaiaeb4b882011-11-10 12:28:38 +01001793 continue;
1794 for (s = slaves; *s; s++) {
Takashi Iwai9322ca52012-02-03 14:28:01 +01001795 char tmpname[sizeof(sctl->id.name)];
1796 const char *name = *s;
1797 if (suffix) {
1798 snprintf(tmpname, sizeof(tmpname), "%s %s",
1799 name, suffix);
1800 name = tmpname;
1801 }
Takashi Iwai9322ca52012-02-03 14:28:01 +01001802 if (!strcmp(sctl->id.name, name)) {
Takashi Iwai6194b992014-06-06 18:12:16 +02001803 err = func(codec, data, sctl);
Takashi Iwaiaeb4b882011-11-10 12:28:38 +01001804 if (err)
1805 return err;
1806 break;
1807 }
1808 }
1809 }
1810 return 0;
1811}
1812
Takashi Iwai6194b992014-06-06 18:12:16 +02001813static int check_slave_present(struct hda_codec *codec,
1814 void *data, struct snd_kcontrol *sctl)
Takashi Iwaiaeb4b882011-11-10 12:28:38 +01001815{
1816 return 1;
1817}
1818
Takashi Iwai18478e82012-03-09 17:51:10 +01001819/* guess the value corresponding to 0dB */
Takashi Iwai6194b992014-06-06 18:12:16 +02001820static int get_kctl_0dB_offset(struct hda_codec *codec,
1821 struct snd_kcontrol *kctl, int *step_to_check)
Takashi Iwai18478e82012-03-09 17:51:10 +01001822{
1823 int _tlv[4];
1824 const int *tlv = NULL;
1825 int val = -1;
1826
1827 if (kctl->vd[0].access & SNDRV_CTL_ELEM_ACCESS_TLV_CALLBACK) {
1828 /* FIXME: set_fs() hack for obtaining user-space TLV data */
1829 mm_segment_t fs = get_fs();
1830 set_fs(get_ds());
1831 if (!kctl->tlv.c(kctl, 0, sizeof(_tlv), _tlv))
1832 tlv = _tlv;
1833 set_fs(fs);
1834 } else if (kctl->vd[0].access & SNDRV_CTL_ELEM_ACCESS_TLV_READ)
1835 tlv = kctl->tlv.p;
Takashi Iwaia4e7a122013-11-04 15:44:09 +01001836 if (tlv && tlv[0] == SNDRV_CTL_TLVT_DB_SCALE) {
1837 int step = tlv[3];
1838 step &= ~TLV_DB_SCALE_MUTE;
1839 if (!step)
1840 return -1;
Takashi Iwai485e3e02013-11-04 15:51:00 +01001841 if (*step_to_check && *step_to_check != step) {
Takashi Iwai6194b992014-06-06 18:12:16 +02001842 codec_err(codec, "Mismatching dB step for vmaster slave (%d!=%d)\n",
Takashi Iwai4e76a882014-02-25 12:21:03 +01001843- *step_to_check, step);
Takashi Iwai485e3e02013-11-04 15:51:00 +01001844 return -1;
1845 }
1846 *step_to_check = step;
Takashi Iwaia4e7a122013-11-04 15:44:09 +01001847 val = -tlv[2] / step;
1848 }
Takashi Iwai18478e82012-03-09 17:51:10 +01001849 return val;
1850}
1851
1852/* call kctl->put with the given value(s) */
1853static int put_kctl_with_value(struct snd_kcontrol *kctl, int val)
1854{
1855 struct snd_ctl_elem_value *ucontrol;
1856 ucontrol = kzalloc(sizeof(*ucontrol), GFP_KERNEL);
1857 if (!ucontrol)
1858 return -ENOMEM;
1859 ucontrol->value.integer.value[0] = val;
1860 ucontrol->value.integer.value[1] = val;
1861 kctl->put(kctl, ucontrol);
1862 kfree(ucontrol);
1863 return 0;
1864}
1865
1866/* initialize the slave volume with 0dB */
Takashi Iwai6194b992014-06-06 18:12:16 +02001867static int init_slave_0dB(struct hda_codec *codec,
1868 void *data, struct snd_kcontrol *slave)
Takashi Iwai18478e82012-03-09 17:51:10 +01001869{
Takashi Iwai6194b992014-06-06 18:12:16 +02001870 int offset = get_kctl_0dB_offset(codec, slave, data);
Takashi Iwai18478e82012-03-09 17:51:10 +01001871 if (offset > 0)
1872 put_kctl_with_value(slave, offset);
1873 return 0;
1874}
1875
1876/* unmute the slave */
Takashi Iwai6194b992014-06-06 18:12:16 +02001877static int init_slave_unmute(struct hda_codec *codec,
1878 void *data, struct snd_kcontrol *slave)
Takashi Iwai18478e82012-03-09 17:51:10 +01001879{
1880 return put_kctl_with_value(slave, 1);
1881}
1882
Takashi Iwaie8750942014-06-30 14:02:39 +02001883static int add_slave(struct hda_codec *codec,
1884 void *data, struct snd_kcontrol *slave)
1885{
1886 return snd_ctl_add_slave(data, slave);
1887}
1888
Takashi Iwaid5191e52009-11-16 14:58:17 +01001889/**
Takashi Iwai95a962c2014-10-29 16:03:58 +01001890 * __snd_hda_add_vmaster - create a virtual master control and add slaves
Takashi Iwaid5191e52009-11-16 14:58:17 +01001891 * @codec: HD-audio codec
1892 * @name: vmaster control name
1893 * @tlv: TLV data (optional)
1894 * @slaves: slave control names (optional)
Takashi Iwai9322ca52012-02-03 14:28:01 +01001895 * @suffix: suffix string to each slave name (optional)
Takashi Iwai18478e82012-03-09 17:51:10 +01001896 * @init_slave_vol: initialize slaves to unmute/0dB
Takashi Iwai29e58532012-03-12 12:25:03 +01001897 * @ctl_ret: store the vmaster kcontrol in return
Takashi Iwaid5191e52009-11-16 14:58:17 +01001898 *
1899 * Create a virtual master control with the given name. The TLV data
1900 * must be either NULL or a valid data.
1901 *
1902 * @slaves is a NULL-terminated array of strings, each of which is a
1903 * slave control name. All controls with these names are assigned to
1904 * the new virtual master control.
1905 *
1906 * This function returns zero if successful or a negative error code.
1907 */
Takashi Iwai18478e82012-03-09 17:51:10 +01001908int __snd_hda_add_vmaster(struct hda_codec *codec, char *name,
Takashi Iwai9322ca52012-02-03 14:28:01 +01001909 unsigned int *tlv, const char * const *slaves,
Takashi Iwai29e58532012-03-12 12:25:03 +01001910 const char *suffix, bool init_slave_vol,
1911 struct snd_kcontrol **ctl_ret)
Takashi Iwai2134ea42008-01-10 16:53:55 +01001912{
1913 struct snd_kcontrol *kctl;
Takashi Iwai2134ea42008-01-10 16:53:55 +01001914 int err;
1915
Takashi Iwai29e58532012-03-12 12:25:03 +01001916 if (ctl_ret)
1917 *ctl_ret = NULL;
1918
Takashi Iwai9322ca52012-02-03 14:28:01 +01001919 err = map_slaves(codec, slaves, suffix, check_slave_present, NULL);
Takashi Iwaiaeb4b882011-11-10 12:28:38 +01001920 if (err != 1) {
Takashi Iwai4e76a882014-02-25 12:21:03 +01001921 codec_dbg(codec, "No slave found for %s\n", name);
Takashi Iwai2f085542008-02-22 18:43:50 +01001922 return 0;
1923 }
Takashi Iwai2134ea42008-01-10 16:53:55 +01001924 kctl = snd_ctl_make_virtual_master(name, tlv);
1925 if (!kctl)
1926 return -ENOMEM;
Jaroslav Kysela3911a4c2009-11-11 13:43:01 +01001927 err = snd_hda_ctl_add(codec, 0, kctl);
Takashi Iwai2134ea42008-01-10 16:53:55 +01001928 if (err < 0)
1929 return err;
Norberto Lopes28aedaf2010-02-28 20:16:53 +01001930
Takashi Iwaie8750942014-06-30 14:02:39 +02001931 err = map_slaves(codec, slaves, suffix, add_slave, kctl);
Takashi Iwaiaeb4b882011-11-10 12:28:38 +01001932 if (err < 0)
1933 return err;
Takashi Iwai18478e82012-03-09 17:51:10 +01001934
1935 /* init with master mute & zero volume */
1936 put_kctl_with_value(kctl, 0);
Takashi Iwai485e3e02013-11-04 15:51:00 +01001937 if (init_slave_vol) {
1938 int step = 0;
Takashi Iwai18478e82012-03-09 17:51:10 +01001939 map_slaves(codec, slaves, suffix,
Takashi Iwai485e3e02013-11-04 15:51:00 +01001940 tlv ? init_slave_0dB : init_slave_unmute, &step);
1941 }
Takashi Iwai18478e82012-03-09 17:51:10 +01001942
Takashi Iwai29e58532012-03-12 12:25:03 +01001943 if (ctl_ret)
1944 *ctl_ret = kctl;
Takashi Iwai2134ea42008-01-10 16:53:55 +01001945 return 0;
1946}
Takashi Iwai2698ea92013-12-18 07:45:52 +01001947EXPORT_SYMBOL_GPL(__snd_hda_add_vmaster);
Takashi Iwai2134ea42008-01-10 16:53:55 +01001948
Takashi Iwaid2f344b2012-03-12 16:59:58 +01001949/*
1950 * mute-LED control using vmaster
1951 */
1952static int vmaster_mute_mode_info(struct snd_kcontrol *kcontrol,
1953 struct snd_ctl_elem_info *uinfo)
1954{
1955 static const char * const texts[] = {
David Henningssonc86c2d42013-01-03 14:12:29 +01001956 "On", "Off", "Follow Master"
Takashi Iwaid2f344b2012-03-12 16:59:58 +01001957 };
Takashi Iwaid2f344b2012-03-12 16:59:58 +01001958
Takashi Iwai3ff72212014-10-20 18:17:28 +02001959 return snd_ctl_enum_info(uinfo, 1, 3, texts);
Takashi Iwaid2f344b2012-03-12 16:59:58 +01001960}
1961
1962static int vmaster_mute_mode_get(struct snd_kcontrol *kcontrol,
1963 struct snd_ctl_elem_value *ucontrol)
1964{
1965 struct hda_vmaster_mute_hook *hook = snd_kcontrol_chip(kcontrol);
1966 ucontrol->value.enumerated.item[0] = hook->mute_mode;
1967 return 0;
1968}
1969
1970static int vmaster_mute_mode_put(struct snd_kcontrol *kcontrol,
1971 struct snd_ctl_elem_value *ucontrol)
1972{
1973 struct hda_vmaster_mute_hook *hook = snd_kcontrol_chip(kcontrol);
1974 unsigned int old_mode = hook->mute_mode;
1975
1976 hook->mute_mode = ucontrol->value.enumerated.item[0];
1977 if (hook->mute_mode > HDA_VMUTE_FOLLOW_MASTER)
1978 hook->mute_mode = HDA_VMUTE_FOLLOW_MASTER;
1979 if (old_mode == hook->mute_mode)
1980 return 0;
1981 snd_hda_sync_vmaster_hook(hook);
1982 return 1;
1983}
1984
1985static struct snd_kcontrol_new vmaster_mute_mode = {
1986 .iface = SNDRV_CTL_ELEM_IFACE_MIXER,
1987 .name = "Mute-LED Mode",
1988 .info = vmaster_mute_mode_info,
1989 .get = vmaster_mute_mode_get,
1990 .put = vmaster_mute_mode_put,
1991};
1992
Takashi Iwai95a962c2014-10-29 16:03:58 +01001993/**
1994 * snd_hda_add_vmaster_hook - Add a vmaster hook for mute-LED
1995 * @codec: the HDA codec
1996 * @hook: the vmaster hook object
1997 * @expose_enum_ctl: flag to create an enum ctl
1998 *
1999 * Add a mute-LED hook with the given vmaster switch kctl.
2000 * When @expose_enum_ctl is set, "Mute-LED Mode" control is automatically
2001 * created and associated with the given hook.
Takashi Iwaid2f344b2012-03-12 16:59:58 +01002002 */
2003int snd_hda_add_vmaster_hook(struct hda_codec *codec,
Takashi Iwaif29735c2012-03-13 07:55:10 +01002004 struct hda_vmaster_mute_hook *hook,
2005 bool expose_enum_ctl)
Takashi Iwaid2f344b2012-03-12 16:59:58 +01002006{
2007 struct snd_kcontrol *kctl;
2008
2009 if (!hook->hook || !hook->sw_kctl)
2010 return 0;
2011 snd_ctl_add_vmaster_hook(hook->sw_kctl, hook->hook, codec);
2012 hook->codec = codec;
2013 hook->mute_mode = HDA_VMUTE_FOLLOW_MASTER;
Takashi Iwaif29735c2012-03-13 07:55:10 +01002014 if (!expose_enum_ctl)
2015 return 0;
Takashi Iwaid2f344b2012-03-12 16:59:58 +01002016 kctl = snd_ctl_new1(&vmaster_mute_mode, hook);
2017 if (!kctl)
2018 return -ENOMEM;
2019 return snd_hda_ctl_add(codec, 0, kctl);
2020}
Takashi Iwai2698ea92013-12-18 07:45:52 +01002021EXPORT_SYMBOL_GPL(snd_hda_add_vmaster_hook);
Takashi Iwaid2f344b2012-03-12 16:59:58 +01002022
Takashi Iwai95a962c2014-10-29 16:03:58 +01002023/**
2024 * snd_hda_sync_vmaster_hook - Sync vmaster hook
2025 * @hook: the vmaster hook
2026 *
2027 * Call the hook with the current value for synchronization.
2028 * Should be called in init callback.
Takashi Iwaid2f344b2012-03-12 16:59:58 +01002029 */
2030void snd_hda_sync_vmaster_hook(struct hda_vmaster_mute_hook *hook)
2031{
2032 if (!hook->hook || !hook->codec)
2033 return;
Takashi Iwai594813f2013-04-17 18:16:05 +02002034 /* don't call vmaster hook in the destructor since it might have
2035 * been already destroyed
2036 */
2037 if (hook->codec->bus->shutdown)
2038 return;
Takashi Iwaid2f344b2012-03-12 16:59:58 +01002039 switch (hook->mute_mode) {
2040 case HDA_VMUTE_FOLLOW_MASTER:
2041 snd_ctl_sync_vmaster_hook(hook->sw_kctl);
2042 break;
2043 default:
2044 hook->hook(hook->codec, hook->mute_mode);
2045 break;
2046 }
2047}
Takashi Iwai2698ea92013-12-18 07:45:52 +01002048EXPORT_SYMBOL_GPL(snd_hda_sync_vmaster_hook);
Takashi Iwaid2f344b2012-03-12 16:59:58 +01002049
2050
Takashi Iwaid5191e52009-11-16 14:58:17 +01002051/**
2052 * snd_hda_mixer_amp_switch_info - Info callback for a standard AMP mixer switch
Takashi Iwaia11e9b12014-10-29 15:06:01 +01002053 * @kcontrol: referred ctl element
2054 * @uinfo: pointer to get/store the data
Takashi Iwaid5191e52009-11-16 14:58:17 +01002055 *
2056 * The control element is supposed to have the private_value field
2057 * set up via HDA_COMPOSE_AMP_VAL*() or related macros.
2058 */
Takashi Iwai0ba21762007-04-16 11:29:14 +02002059int snd_hda_mixer_amp_switch_info(struct snd_kcontrol *kcontrol,
2060 struct snd_ctl_elem_info *uinfo)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002061{
2062 int chs = get_amp_channels(kcontrol);
2063
2064 uinfo->type = SNDRV_CTL_ELEM_TYPE_BOOLEAN;
2065 uinfo->count = chs == 3 ? 2 : 1;
2066 uinfo->value.integer.min = 0;
2067 uinfo->value.integer.max = 1;
2068 return 0;
2069}
Takashi Iwai2698ea92013-12-18 07:45:52 +01002070EXPORT_SYMBOL_GPL(snd_hda_mixer_amp_switch_info);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002071
Takashi Iwaid5191e52009-11-16 14:58:17 +01002072/**
2073 * snd_hda_mixer_amp_switch_get - Get callback for a standard AMP mixer switch
Takashi Iwaia11e9b12014-10-29 15:06:01 +01002074 * @kcontrol: ctl element
2075 * @ucontrol: pointer to get/store the data
Takashi Iwaid5191e52009-11-16 14:58:17 +01002076 *
2077 * The control element is supposed to have the private_value field
2078 * set up via HDA_COMPOSE_AMP_VAL*() or related macros.
2079 */
Takashi Iwai0ba21762007-04-16 11:29:14 +02002080int snd_hda_mixer_amp_switch_get(struct snd_kcontrol *kcontrol,
2081 struct snd_ctl_elem_value *ucontrol)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002082{
2083 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
2084 hda_nid_t nid = get_amp_nid(kcontrol);
2085 int chs = get_amp_channels(kcontrol);
2086 int dir = get_amp_direction(kcontrol);
2087 int idx = get_amp_index(kcontrol);
2088 long *valp = ucontrol->value.integer.value;
2089
2090 if (chs & 1)
Takashi Iwai0ba21762007-04-16 11:29:14 +02002091 *valp++ = (snd_hda_codec_amp_read(codec, nid, 0, dir, idx) &
Takashi Iwai47fd8302007-08-10 17:11:07 +02002092 HDA_AMP_MUTE) ? 0 : 1;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002093 if (chs & 2)
Takashi Iwai0ba21762007-04-16 11:29:14 +02002094 *valp = (snd_hda_codec_amp_read(codec, nid, 1, dir, idx) &
Takashi Iwai47fd8302007-08-10 17:11:07 +02002095 HDA_AMP_MUTE) ? 0 : 1;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002096 return 0;
2097}
Takashi Iwai2698ea92013-12-18 07:45:52 +01002098EXPORT_SYMBOL_GPL(snd_hda_mixer_amp_switch_get);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002099
Takashi Iwaid5191e52009-11-16 14:58:17 +01002100/**
2101 * snd_hda_mixer_amp_switch_put - Put callback for a standard AMP mixer switch
Takashi Iwaia11e9b12014-10-29 15:06:01 +01002102 * @kcontrol: ctl element
2103 * @ucontrol: pointer to get/store the data
Takashi Iwaid5191e52009-11-16 14:58:17 +01002104 *
2105 * The control element is supposed to have the private_value field
2106 * set up via HDA_COMPOSE_AMP_VAL*() or related macros.
2107 */
Takashi Iwai0ba21762007-04-16 11:29:14 +02002108int snd_hda_mixer_amp_switch_put(struct snd_kcontrol *kcontrol,
2109 struct snd_ctl_elem_value *ucontrol)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002110{
2111 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
2112 hda_nid_t nid = get_amp_nid(kcontrol);
2113 int chs = get_amp_channels(kcontrol);
2114 int dir = get_amp_direction(kcontrol);
2115 int idx = get_amp_index(kcontrol);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002116 long *valp = ucontrol->value.integer.value;
2117 int change = 0;
2118
Nicolas Grazianob9f5a892005-07-29 12:17:20 +02002119 if (chs & 1) {
Takashi Iwaieeecd9d2015-02-25 15:18:50 +01002120 change = snd_hda_codec_amp_update(codec, nid, 0, dir, idx,
2121 HDA_AMP_MUTE,
2122 *valp ? 0 : HDA_AMP_MUTE);
Nicolas Grazianob9f5a892005-07-29 12:17:20 +02002123 valp++;
2124 }
Takashi Iwai4a19fae2005-06-08 14:43:58 +02002125 if (chs & 2)
Takashi Iwaieeecd9d2015-02-25 15:18:50 +01002126 change |= snd_hda_codec_amp_update(codec, nid, 1, dir, idx,
2127 HDA_AMP_MUTE,
2128 *valp ? 0 : HDA_AMP_MUTE);
Takashi Iwai9e5341b2010-09-21 09:57:06 +02002129 hda_call_check_power_status(codec, nid);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002130 return change;
2131}
Takashi Iwai2698ea92013-12-18 07:45:52 +01002132EXPORT_SYMBOL_GPL(snd_hda_mixer_amp_switch_put);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002133
2134/*
Takashi Iwai985be542005-11-02 18:26:49 +01002135 * bound volume controls
2136 *
2137 * bind multiple volumes (# indices, from 0)
2138 */
2139
2140#define AMP_VAL_IDX_SHIFT 19
2141#define AMP_VAL_IDX_MASK (0x0f<<19)
2142
Takashi Iwaid5191e52009-11-16 14:58:17 +01002143/**
2144 * snd_hda_mixer_bind_switch_get - Get callback for a bound volume control
Takashi Iwaia11e9b12014-10-29 15:06:01 +01002145 * @kcontrol: ctl element
2146 * @ucontrol: pointer to get/store the data
Takashi Iwaid5191e52009-11-16 14:58:17 +01002147 *
2148 * The control element is supposed to have the private_value field
2149 * set up via HDA_BIND_MUTE*() macros.
2150 */
Takashi Iwai0ba21762007-04-16 11:29:14 +02002151int snd_hda_mixer_bind_switch_get(struct snd_kcontrol *kcontrol,
2152 struct snd_ctl_elem_value *ucontrol)
Takashi Iwai985be542005-11-02 18:26:49 +01002153{
2154 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
2155 unsigned long pval;
2156 int err;
2157
Wu Fengguang5a9e02e2009-01-09 16:45:24 +08002158 mutex_lock(&codec->control_mutex);
Takashi Iwai985be542005-11-02 18:26:49 +01002159 pval = kcontrol->private_value;
2160 kcontrol->private_value = pval & ~AMP_VAL_IDX_MASK; /* index 0 */
2161 err = snd_hda_mixer_amp_switch_get(kcontrol, ucontrol);
2162 kcontrol->private_value = pval;
Wu Fengguang5a9e02e2009-01-09 16:45:24 +08002163 mutex_unlock(&codec->control_mutex);
Takashi Iwai985be542005-11-02 18:26:49 +01002164 return err;
2165}
Takashi Iwai2698ea92013-12-18 07:45:52 +01002166EXPORT_SYMBOL_GPL(snd_hda_mixer_bind_switch_get);
Takashi Iwai985be542005-11-02 18:26:49 +01002167
Takashi Iwaid5191e52009-11-16 14:58:17 +01002168/**
2169 * snd_hda_mixer_bind_switch_put - Put callback for a bound volume control
Takashi Iwaia11e9b12014-10-29 15:06:01 +01002170 * @kcontrol: ctl element
2171 * @ucontrol: pointer to get/store the data
Takashi Iwaid5191e52009-11-16 14:58:17 +01002172 *
2173 * The control element is supposed to have the private_value field
2174 * set up via HDA_BIND_MUTE*() macros.
2175 */
Takashi Iwai0ba21762007-04-16 11:29:14 +02002176int snd_hda_mixer_bind_switch_put(struct snd_kcontrol *kcontrol,
2177 struct snd_ctl_elem_value *ucontrol)
Takashi Iwai985be542005-11-02 18:26:49 +01002178{
2179 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
2180 unsigned long pval;
2181 int i, indices, err = 0, change = 0;
2182
Wu Fengguang5a9e02e2009-01-09 16:45:24 +08002183 mutex_lock(&codec->control_mutex);
Takashi Iwai985be542005-11-02 18:26:49 +01002184 pval = kcontrol->private_value;
2185 indices = (pval & AMP_VAL_IDX_MASK) >> AMP_VAL_IDX_SHIFT;
2186 for (i = 0; i < indices; i++) {
Takashi Iwai0ba21762007-04-16 11:29:14 +02002187 kcontrol->private_value = (pval & ~AMP_VAL_IDX_MASK) |
2188 (i << AMP_VAL_IDX_SHIFT);
Takashi Iwai985be542005-11-02 18:26:49 +01002189 err = snd_hda_mixer_amp_switch_put(kcontrol, ucontrol);
2190 if (err < 0)
2191 break;
2192 change |= err;
2193 }
2194 kcontrol->private_value = pval;
Wu Fengguang5a9e02e2009-01-09 16:45:24 +08002195 mutex_unlock(&codec->control_mutex);
Takashi Iwai985be542005-11-02 18:26:49 +01002196 return err < 0 ? err : change;
2197}
Takashi Iwai2698ea92013-12-18 07:45:52 +01002198EXPORT_SYMBOL_GPL(snd_hda_mixer_bind_switch_put);
Takashi Iwai985be542005-11-02 18:26:49 +01002199
Takashi Iwaid5191e52009-11-16 14:58:17 +01002200/**
2201 * snd_hda_mixer_bind_ctls_info - Info callback for a generic bound control
Takashi Iwaia11e9b12014-10-29 15:06:01 +01002202 * @kcontrol: referred ctl element
2203 * @uinfo: pointer to get/store the data
Takashi Iwaid5191e52009-11-16 14:58:17 +01002204 *
2205 * The control element is supposed to have the private_value field
2206 * set up via HDA_BIND_VOL() or HDA_BIND_SW() macros.
Takashi Iwai532d5382007-07-27 19:02:40 +02002207 */
2208int snd_hda_mixer_bind_ctls_info(struct snd_kcontrol *kcontrol,
2209 struct snd_ctl_elem_info *uinfo)
2210{
2211 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
2212 struct hda_bind_ctls *c;
2213 int err;
2214
Wu Fengguang5a9e02e2009-01-09 16:45:24 +08002215 mutex_lock(&codec->control_mutex);
Serge A. Suchkov14c65f92008-02-22 18:43:16 +01002216 c = (struct hda_bind_ctls *)kcontrol->private_value;
Takashi Iwai532d5382007-07-27 19:02:40 +02002217 kcontrol->private_value = *c->values;
2218 err = c->ops->info(kcontrol, uinfo);
2219 kcontrol->private_value = (long)c;
Wu Fengguang5a9e02e2009-01-09 16:45:24 +08002220 mutex_unlock(&codec->control_mutex);
Takashi Iwai532d5382007-07-27 19:02:40 +02002221 return err;
2222}
Takashi Iwai2698ea92013-12-18 07:45:52 +01002223EXPORT_SYMBOL_GPL(snd_hda_mixer_bind_ctls_info);
Takashi Iwai532d5382007-07-27 19:02:40 +02002224
Takashi Iwaid5191e52009-11-16 14:58:17 +01002225/**
2226 * snd_hda_mixer_bind_ctls_get - Get callback for a generic bound control
Takashi Iwaia11e9b12014-10-29 15:06:01 +01002227 * @kcontrol: ctl element
2228 * @ucontrol: pointer to get/store the data
Takashi Iwaid5191e52009-11-16 14:58:17 +01002229 *
2230 * The control element is supposed to have the private_value field
2231 * set up via HDA_BIND_VOL() or HDA_BIND_SW() macros.
2232 */
Takashi Iwai532d5382007-07-27 19:02:40 +02002233int snd_hda_mixer_bind_ctls_get(struct snd_kcontrol *kcontrol,
2234 struct snd_ctl_elem_value *ucontrol)
2235{
2236 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
2237 struct hda_bind_ctls *c;
2238 int err;
2239
Wu Fengguang5a9e02e2009-01-09 16:45:24 +08002240 mutex_lock(&codec->control_mutex);
Serge A. Suchkov14c65f92008-02-22 18:43:16 +01002241 c = (struct hda_bind_ctls *)kcontrol->private_value;
Takashi Iwai532d5382007-07-27 19:02:40 +02002242 kcontrol->private_value = *c->values;
2243 err = c->ops->get(kcontrol, ucontrol);
2244 kcontrol->private_value = (long)c;
Wu Fengguang5a9e02e2009-01-09 16:45:24 +08002245 mutex_unlock(&codec->control_mutex);
Takashi Iwai532d5382007-07-27 19:02:40 +02002246 return err;
2247}
Takashi Iwai2698ea92013-12-18 07:45:52 +01002248EXPORT_SYMBOL_GPL(snd_hda_mixer_bind_ctls_get);
Takashi Iwai532d5382007-07-27 19:02:40 +02002249
Takashi Iwaid5191e52009-11-16 14:58:17 +01002250/**
2251 * snd_hda_mixer_bind_ctls_put - Put callback for a generic bound control
Takashi Iwaia11e9b12014-10-29 15:06:01 +01002252 * @kcontrol: ctl element
2253 * @ucontrol: pointer to get/store the data
Takashi Iwaid5191e52009-11-16 14:58:17 +01002254 *
2255 * The control element is supposed to have the private_value field
2256 * set up via HDA_BIND_VOL() or HDA_BIND_SW() macros.
2257 */
Takashi Iwai532d5382007-07-27 19:02:40 +02002258int snd_hda_mixer_bind_ctls_put(struct snd_kcontrol *kcontrol,
2259 struct snd_ctl_elem_value *ucontrol)
2260{
2261 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
2262 struct hda_bind_ctls *c;
2263 unsigned long *vals;
2264 int err = 0, change = 0;
2265
Wu Fengguang5a9e02e2009-01-09 16:45:24 +08002266 mutex_lock(&codec->control_mutex);
Serge A. Suchkov14c65f92008-02-22 18:43:16 +01002267 c = (struct hda_bind_ctls *)kcontrol->private_value;
Takashi Iwai532d5382007-07-27 19:02:40 +02002268 for (vals = c->values; *vals; vals++) {
2269 kcontrol->private_value = *vals;
2270 err = c->ops->put(kcontrol, ucontrol);
2271 if (err < 0)
2272 break;
2273 change |= err;
2274 }
2275 kcontrol->private_value = (long)c;
Wu Fengguang5a9e02e2009-01-09 16:45:24 +08002276 mutex_unlock(&codec->control_mutex);
Takashi Iwai532d5382007-07-27 19:02:40 +02002277 return err < 0 ? err : change;
2278}
Takashi Iwai2698ea92013-12-18 07:45:52 +01002279EXPORT_SYMBOL_GPL(snd_hda_mixer_bind_ctls_put);
Takashi Iwai532d5382007-07-27 19:02:40 +02002280
Takashi Iwaid5191e52009-11-16 14:58:17 +01002281/**
2282 * snd_hda_mixer_bind_tlv - TLV callback for a generic bound control
Takashi Iwaia11e9b12014-10-29 15:06:01 +01002283 * @kcontrol: ctl element
2284 * @op_flag: operation flag
2285 * @size: byte size of input TLV
2286 * @tlv: TLV data
Takashi Iwaid5191e52009-11-16 14:58:17 +01002287 *
2288 * The control element is supposed to have the private_value field
2289 * set up via HDA_BIND_VOL() macro.
2290 */
Takashi Iwai532d5382007-07-27 19:02:40 +02002291int snd_hda_mixer_bind_tlv(struct snd_kcontrol *kcontrol, int op_flag,
2292 unsigned int size, unsigned int __user *tlv)
2293{
2294 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
2295 struct hda_bind_ctls *c;
2296 int err;
2297
Wu Fengguang5a9e02e2009-01-09 16:45:24 +08002298 mutex_lock(&codec->control_mutex);
Serge A. Suchkov14c65f92008-02-22 18:43:16 +01002299 c = (struct hda_bind_ctls *)kcontrol->private_value;
Takashi Iwai532d5382007-07-27 19:02:40 +02002300 kcontrol->private_value = *c->values;
2301 err = c->ops->tlv(kcontrol, op_flag, size, tlv);
2302 kcontrol->private_value = (long)c;
Wu Fengguang5a9e02e2009-01-09 16:45:24 +08002303 mutex_unlock(&codec->control_mutex);
Takashi Iwai532d5382007-07-27 19:02:40 +02002304 return err;
2305}
Takashi Iwai2698ea92013-12-18 07:45:52 +01002306EXPORT_SYMBOL_GPL(snd_hda_mixer_bind_tlv);
Takashi Iwai532d5382007-07-27 19:02:40 +02002307
2308struct hda_ctl_ops snd_hda_bind_vol = {
2309 .info = snd_hda_mixer_amp_volume_info,
2310 .get = snd_hda_mixer_amp_volume_get,
2311 .put = snd_hda_mixer_amp_volume_put,
2312 .tlv = snd_hda_mixer_amp_tlv
2313};
Takashi Iwai2698ea92013-12-18 07:45:52 +01002314EXPORT_SYMBOL_GPL(snd_hda_bind_vol);
Takashi Iwai532d5382007-07-27 19:02:40 +02002315
2316struct hda_ctl_ops snd_hda_bind_sw = {
2317 .info = snd_hda_mixer_amp_switch_info,
2318 .get = snd_hda_mixer_amp_switch_get,
2319 .put = snd_hda_mixer_amp_switch_put,
2320 .tlv = snd_hda_mixer_amp_tlv
2321};
Takashi Iwai2698ea92013-12-18 07:45:52 +01002322EXPORT_SYMBOL_GPL(snd_hda_bind_sw);
Takashi Iwai532d5382007-07-27 19:02:40 +02002323
2324/*
Linus Torvalds1da177e2005-04-16 15:20:36 -07002325 * SPDIF out controls
2326 */
2327
Takashi Iwai0ba21762007-04-16 11:29:14 +02002328static int snd_hda_spdif_mask_info(struct snd_kcontrol *kcontrol,
2329 struct snd_ctl_elem_info *uinfo)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002330{
2331 uinfo->type = SNDRV_CTL_ELEM_TYPE_IEC958;
2332 uinfo->count = 1;
2333 return 0;
2334}
2335
Takashi Iwai0ba21762007-04-16 11:29:14 +02002336static int snd_hda_spdif_cmask_get(struct snd_kcontrol *kcontrol,
2337 struct snd_ctl_elem_value *ucontrol)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002338{
2339 ucontrol->value.iec958.status[0] = IEC958_AES0_PROFESSIONAL |
2340 IEC958_AES0_NONAUDIO |
2341 IEC958_AES0_CON_EMPHASIS_5015 |
2342 IEC958_AES0_CON_NOT_COPYRIGHT;
2343 ucontrol->value.iec958.status[1] = IEC958_AES1_CON_CATEGORY |
2344 IEC958_AES1_CON_ORIGINAL;
2345 return 0;
2346}
2347
Takashi Iwai0ba21762007-04-16 11:29:14 +02002348static int snd_hda_spdif_pmask_get(struct snd_kcontrol *kcontrol,
2349 struct snd_ctl_elem_value *ucontrol)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002350{
2351 ucontrol->value.iec958.status[0] = IEC958_AES0_PROFESSIONAL |
2352 IEC958_AES0_NONAUDIO |
2353 IEC958_AES0_PRO_EMPHASIS_5015;
2354 return 0;
2355}
2356
Takashi Iwai0ba21762007-04-16 11:29:14 +02002357static int snd_hda_spdif_default_get(struct snd_kcontrol *kcontrol,
2358 struct snd_ctl_elem_value *ucontrol)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002359{
2360 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
Stephen Warren7c935972011-06-01 11:14:17 -06002361 int idx = kcontrol->private_value;
Takashi Iwaie3245cd2012-05-10 10:21:29 +02002362 struct hda_spdif_out *spdif;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002363
Takashi Iwaie3245cd2012-05-10 10:21:29 +02002364 mutex_lock(&codec->spdif_mutex);
2365 spdif = snd_array_elem(&codec->spdif_out, idx);
Stephen Warren7c935972011-06-01 11:14:17 -06002366 ucontrol->value.iec958.status[0] = spdif->status & 0xff;
2367 ucontrol->value.iec958.status[1] = (spdif->status >> 8) & 0xff;
2368 ucontrol->value.iec958.status[2] = (spdif->status >> 16) & 0xff;
2369 ucontrol->value.iec958.status[3] = (spdif->status >> 24) & 0xff;
Takashi Iwaie3245cd2012-05-10 10:21:29 +02002370 mutex_unlock(&codec->spdif_mutex);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002371
2372 return 0;
2373}
2374
2375/* convert from SPDIF status bits to HDA SPDIF bits
2376 * bit 0 (DigEn) is always set zero (to be filled later)
2377 */
2378static unsigned short convert_from_spdif_status(unsigned int sbits)
2379{
2380 unsigned short val = 0;
2381
2382 if (sbits & IEC958_AES0_PROFESSIONAL)
Takashi Iwai0ba21762007-04-16 11:29:14 +02002383 val |= AC_DIG1_PROFESSIONAL;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002384 if (sbits & IEC958_AES0_NONAUDIO)
Takashi Iwai0ba21762007-04-16 11:29:14 +02002385 val |= AC_DIG1_NONAUDIO;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002386 if (sbits & IEC958_AES0_PROFESSIONAL) {
Takashi Iwai0ba21762007-04-16 11:29:14 +02002387 if ((sbits & IEC958_AES0_PRO_EMPHASIS) ==
2388 IEC958_AES0_PRO_EMPHASIS_5015)
2389 val |= AC_DIG1_EMPHASIS;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002390 } else {
Takashi Iwai0ba21762007-04-16 11:29:14 +02002391 if ((sbits & IEC958_AES0_CON_EMPHASIS) ==
2392 IEC958_AES0_CON_EMPHASIS_5015)
2393 val |= AC_DIG1_EMPHASIS;
2394 if (!(sbits & IEC958_AES0_CON_NOT_COPYRIGHT))
2395 val |= AC_DIG1_COPYRIGHT;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002396 if (sbits & (IEC958_AES1_CON_ORIGINAL << 8))
Takashi Iwai0ba21762007-04-16 11:29:14 +02002397 val |= AC_DIG1_LEVEL;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002398 val |= sbits & (IEC958_AES1_CON_CATEGORY << 8);
2399 }
2400 return val;
2401}
2402
2403/* convert to SPDIF status bits from HDA SPDIF bits
2404 */
2405static unsigned int convert_to_spdif_status(unsigned short val)
2406{
2407 unsigned int sbits = 0;
2408
Takashi Iwai0ba21762007-04-16 11:29:14 +02002409 if (val & AC_DIG1_NONAUDIO)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002410 sbits |= IEC958_AES0_NONAUDIO;
Takashi Iwai0ba21762007-04-16 11:29:14 +02002411 if (val & AC_DIG1_PROFESSIONAL)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002412 sbits |= IEC958_AES0_PROFESSIONAL;
2413 if (sbits & IEC958_AES0_PROFESSIONAL) {
Takashi Iwaia686fd12013-03-20 15:42:00 +01002414 if (val & AC_DIG1_EMPHASIS)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002415 sbits |= IEC958_AES0_PRO_EMPHASIS_5015;
2416 } else {
Takashi Iwai0ba21762007-04-16 11:29:14 +02002417 if (val & AC_DIG1_EMPHASIS)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002418 sbits |= IEC958_AES0_CON_EMPHASIS_5015;
Takashi Iwai0ba21762007-04-16 11:29:14 +02002419 if (!(val & AC_DIG1_COPYRIGHT))
Linus Torvalds1da177e2005-04-16 15:20:36 -07002420 sbits |= IEC958_AES0_CON_NOT_COPYRIGHT;
Takashi Iwai0ba21762007-04-16 11:29:14 +02002421 if (val & AC_DIG1_LEVEL)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002422 sbits |= (IEC958_AES1_CON_ORIGINAL << 8);
2423 sbits |= val & (0x7f << 8);
2424 }
2425 return sbits;
2426}
2427
Takashi Iwai2f728532008-09-25 16:32:41 +02002428/* set digital convert verbs both for the given NID and its slaves */
2429static void set_dig_out(struct hda_codec *codec, hda_nid_t nid,
Takashi Iwaia551d912015-02-26 12:34:49 +01002430 int mask, int val)
Takashi Iwai2f728532008-09-25 16:32:41 +02002431{
Takashi Iwaidda14412011-05-02 11:29:30 +02002432 const hda_nid_t *d;
Takashi Iwai2f728532008-09-25 16:32:41 +02002433
Takashi Iwaia551d912015-02-26 12:34:49 +01002434 snd_hdac_regmap_update(&codec->core, nid, AC_VERB_SET_DIGI_CONVERT_1,
2435 mask, val);
Takashi Iwai2f728532008-09-25 16:32:41 +02002436 d = codec->slave_dig_outs;
2437 if (!d)
2438 return;
2439 for (; *d; d++)
Takashi Iwaia551d912015-02-26 12:34:49 +01002440 snd_hdac_regmap_update(&codec->core, nid,
2441 AC_VERB_SET_DIGI_CONVERT_1, mask, val);
Takashi Iwai2f728532008-09-25 16:32:41 +02002442}
2443
2444static inline void set_dig_out_convert(struct hda_codec *codec, hda_nid_t nid,
2445 int dig1, int dig2)
2446{
Takashi Iwaia551d912015-02-26 12:34:49 +01002447 unsigned int mask = 0;
2448 unsigned int val = 0;
2449
2450 if (dig1 != -1) {
2451 mask |= 0xff;
2452 val = dig1;
2453 }
2454 if (dig2 != -1) {
2455 mask |= 0xff00;
2456 val |= dig2 << 8;
2457 }
2458 set_dig_out(codec, nid, mask, val);
Takashi Iwai2f728532008-09-25 16:32:41 +02002459}
2460
Takashi Iwai0ba21762007-04-16 11:29:14 +02002461static int snd_hda_spdif_default_put(struct snd_kcontrol *kcontrol,
2462 struct snd_ctl_elem_value *ucontrol)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002463{
2464 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
Stephen Warren7c935972011-06-01 11:14:17 -06002465 int idx = kcontrol->private_value;
Takashi Iwaie3245cd2012-05-10 10:21:29 +02002466 struct hda_spdif_out *spdif;
2467 hda_nid_t nid;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002468 unsigned short val;
2469 int change;
2470
Ingo Molnar62932df2006-01-16 16:34:20 +01002471 mutex_lock(&codec->spdif_mutex);
Takashi Iwaie3245cd2012-05-10 10:21:29 +02002472 spdif = snd_array_elem(&codec->spdif_out, idx);
2473 nid = spdif->nid;
Stephen Warren7c935972011-06-01 11:14:17 -06002474 spdif->status = ucontrol->value.iec958.status[0] |
Linus Torvalds1da177e2005-04-16 15:20:36 -07002475 ((unsigned int)ucontrol->value.iec958.status[1] << 8) |
2476 ((unsigned int)ucontrol->value.iec958.status[2] << 16) |
2477 ((unsigned int)ucontrol->value.iec958.status[3] << 24);
Stephen Warren7c935972011-06-01 11:14:17 -06002478 val = convert_from_spdif_status(spdif->status);
2479 val |= spdif->ctls & 1;
2480 change = spdif->ctls != val;
2481 spdif->ctls = val;
Stephen Warren74b654c2011-06-01 11:14:18 -06002482 if (change && nid != (u16)-1)
Takashi Iwai2f728532008-09-25 16:32:41 +02002483 set_dig_out_convert(codec, nid, val & 0xff, (val >> 8) & 0xff);
Ingo Molnar62932df2006-01-16 16:34:20 +01002484 mutex_unlock(&codec->spdif_mutex);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002485 return change;
2486}
2487
Takashi Iwaia5ce8892007-07-23 15:42:26 +02002488#define snd_hda_spdif_out_switch_info snd_ctl_boolean_mono_info
Linus Torvalds1da177e2005-04-16 15:20:36 -07002489
Takashi Iwai0ba21762007-04-16 11:29:14 +02002490static int snd_hda_spdif_out_switch_get(struct snd_kcontrol *kcontrol,
2491 struct snd_ctl_elem_value *ucontrol)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002492{
2493 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
Stephen Warren7c935972011-06-01 11:14:17 -06002494 int idx = kcontrol->private_value;
Takashi Iwaie3245cd2012-05-10 10:21:29 +02002495 struct hda_spdif_out *spdif;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002496
Takashi Iwaie3245cd2012-05-10 10:21:29 +02002497 mutex_lock(&codec->spdif_mutex);
2498 spdif = snd_array_elem(&codec->spdif_out, idx);
Stephen Warren7c935972011-06-01 11:14:17 -06002499 ucontrol->value.integer.value[0] = spdif->ctls & AC_DIG1_ENABLE;
Takashi Iwaie3245cd2012-05-10 10:21:29 +02002500 mutex_unlock(&codec->spdif_mutex);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002501 return 0;
2502}
2503
Stephen Warren74b654c2011-06-01 11:14:18 -06002504static inline void set_spdif_ctls(struct hda_codec *codec, hda_nid_t nid,
2505 int dig1, int dig2)
2506{
2507 set_dig_out_convert(codec, nid, dig1, dig2);
2508 /* unmute amp switch (if any) */
2509 if ((get_wcaps(codec, nid) & AC_WCAP_OUT_AMP) &&
2510 (dig1 & AC_DIG1_ENABLE))
2511 snd_hda_codec_amp_stereo(codec, nid, HDA_OUTPUT, 0,
2512 HDA_AMP_MUTE, 0);
2513}
2514
Takashi Iwai0ba21762007-04-16 11:29:14 +02002515static int snd_hda_spdif_out_switch_put(struct snd_kcontrol *kcontrol,
2516 struct snd_ctl_elem_value *ucontrol)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002517{
2518 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
Stephen Warren7c935972011-06-01 11:14:17 -06002519 int idx = kcontrol->private_value;
Takashi Iwaie3245cd2012-05-10 10:21:29 +02002520 struct hda_spdif_out *spdif;
2521 hda_nid_t nid;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002522 unsigned short val;
2523 int change;
2524
Ingo Molnar62932df2006-01-16 16:34:20 +01002525 mutex_lock(&codec->spdif_mutex);
Takashi Iwaie3245cd2012-05-10 10:21:29 +02002526 spdif = snd_array_elem(&codec->spdif_out, idx);
2527 nid = spdif->nid;
Stephen Warren7c935972011-06-01 11:14:17 -06002528 val = spdif->ctls & ~AC_DIG1_ENABLE;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002529 if (ucontrol->value.integer.value[0])
Takashi Iwai0ba21762007-04-16 11:29:14 +02002530 val |= AC_DIG1_ENABLE;
Stephen Warren7c935972011-06-01 11:14:17 -06002531 change = spdif->ctls != val;
Stephen Warren74b654c2011-06-01 11:14:18 -06002532 spdif->ctls = val;
2533 if (change && nid != (u16)-1)
2534 set_spdif_ctls(codec, nid, val & 0xff, -1);
Ingo Molnar62932df2006-01-16 16:34:20 +01002535 mutex_unlock(&codec->spdif_mutex);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002536 return change;
2537}
2538
Takashi Iwaic8b6bf92005-11-17 14:57:47 +01002539static struct snd_kcontrol_new dig_mixes[] = {
Linus Torvalds1da177e2005-04-16 15:20:36 -07002540 {
2541 .access = SNDRV_CTL_ELEM_ACCESS_READ,
2542 .iface = SNDRV_CTL_ELEM_IFACE_MIXER,
Norberto Lopes28aedaf2010-02-28 20:16:53 +01002543 .name = SNDRV_CTL_NAME_IEC958("", PLAYBACK, CON_MASK),
Linus Torvalds1da177e2005-04-16 15:20:36 -07002544 .info = snd_hda_spdif_mask_info,
2545 .get = snd_hda_spdif_cmask_get,
2546 },
2547 {
2548 .access = SNDRV_CTL_ELEM_ACCESS_READ,
2549 .iface = SNDRV_CTL_ELEM_IFACE_MIXER,
Norberto Lopes28aedaf2010-02-28 20:16:53 +01002550 .name = SNDRV_CTL_NAME_IEC958("", PLAYBACK, PRO_MASK),
Linus Torvalds1da177e2005-04-16 15:20:36 -07002551 .info = snd_hda_spdif_mask_info,
2552 .get = snd_hda_spdif_pmask_get,
2553 },
2554 {
2555 .iface = SNDRV_CTL_ELEM_IFACE_MIXER,
Norberto Lopes28aedaf2010-02-28 20:16:53 +01002556 .name = SNDRV_CTL_NAME_IEC958("", PLAYBACK, DEFAULT),
Linus Torvalds1da177e2005-04-16 15:20:36 -07002557 .info = snd_hda_spdif_mask_info,
2558 .get = snd_hda_spdif_default_get,
2559 .put = snd_hda_spdif_default_put,
2560 },
2561 {
2562 .iface = SNDRV_CTL_ELEM_IFACE_MIXER,
Norberto Lopes28aedaf2010-02-28 20:16:53 +01002563 .name = SNDRV_CTL_NAME_IEC958("", PLAYBACK, SWITCH),
Linus Torvalds1da177e2005-04-16 15:20:36 -07002564 .info = snd_hda_spdif_out_switch_info,
2565 .get = snd_hda_spdif_out_switch_get,
2566 .put = snd_hda_spdif_out_switch_put,
2567 },
2568 { } /* end */
2569};
2570
2571/**
Takashi Iwaidcda5802012-10-12 17:24:51 +02002572 * snd_hda_create_dig_out_ctls - create Output SPDIF-related controls
Linus Torvalds1da177e2005-04-16 15:20:36 -07002573 * @codec: the HDA codec
Takashi Iwaidcda5802012-10-12 17:24:51 +02002574 * @associated_nid: NID that new ctls associated with
2575 * @cvt_nid: converter NID
2576 * @type: HDA_PCM_TYPE_*
2577 * Creates controls related with the digital output.
2578 * Called from each patch supporting the digital out.
Linus Torvalds1da177e2005-04-16 15:20:36 -07002579 *
2580 * Returns 0 if successful, or a negative error code.
2581 */
Takashi Iwaidcda5802012-10-12 17:24:51 +02002582int snd_hda_create_dig_out_ctls(struct hda_codec *codec,
2583 hda_nid_t associated_nid,
2584 hda_nid_t cvt_nid,
2585 int type)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002586{
2587 int err;
Takashi Iwaic8b6bf92005-11-17 14:57:47 +01002588 struct snd_kcontrol *kctl;
2589 struct snd_kcontrol_new *dig_mix;
Takashi Iwaiea9b43a2013-02-12 17:02:41 +01002590 int idx = 0;
Takashi Iwaia551d912015-02-26 12:34:49 +01002591 int val = 0;
Takashi Iwaiea9b43a2013-02-12 17:02:41 +01002592 const int spdif_index = 16;
Stephen Warren7c935972011-06-01 11:14:17 -06002593 struct hda_spdif_out *spdif;
Takashi Iwaiea9b43a2013-02-12 17:02:41 +01002594 struct hda_bus *bus = codec->bus;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002595
Takashi Iwaiea9b43a2013-02-12 17:02:41 +01002596 if (bus->primary_dig_out_type == HDA_PCM_TYPE_HDMI &&
Takashi Iwaidcda5802012-10-12 17:24:51 +02002597 type == HDA_PCM_TYPE_SPDIF) {
Takashi Iwaiea9b43a2013-02-12 17:02:41 +01002598 idx = spdif_index;
2599 } else if (bus->primary_dig_out_type == HDA_PCM_TYPE_SPDIF &&
Takashi Iwaidcda5802012-10-12 17:24:51 +02002600 type == HDA_PCM_TYPE_HDMI) {
Takashi Iwaiea9b43a2013-02-12 17:02:41 +01002601 /* suppose a single SPDIF device */
2602 for (dig_mix = dig_mixes; dig_mix->name; dig_mix++) {
2603 kctl = find_mixer_ctl(codec, dig_mix->name, 0, 0);
2604 if (!kctl)
2605 break;
2606 kctl->id.index = spdif_index;
Takashi Iwaidcda5802012-10-12 17:24:51 +02002607 }
Takashi Iwaiea9b43a2013-02-12 17:02:41 +01002608 bus->primary_dig_out_type = HDA_PCM_TYPE_HDMI;
Takashi Iwaidcda5802012-10-12 17:24:51 +02002609 }
Takashi Iwaiea9b43a2013-02-12 17:02:41 +01002610 if (!bus->primary_dig_out_type)
2611 bus->primary_dig_out_type = type;
Takashi Iwaidcda5802012-10-12 17:24:51 +02002612
Takashi Iwaiea9b43a2013-02-12 17:02:41 +01002613 idx = find_empty_mixer_ctl_idx(codec, "IEC958 Playback Switch", idx);
Takashi Iwai1afe2062010-12-23 10:17:52 +01002614 if (idx < 0) {
Takashi Iwai4e76a882014-02-25 12:21:03 +01002615 codec_err(codec, "too many IEC958 outputs\n");
Takashi Iwai09f99702008-02-04 12:31:13 +01002616 return -EBUSY;
2617 }
Stephen Warren7c935972011-06-01 11:14:17 -06002618 spdif = snd_array_new(&codec->spdif_out);
Mengdong Lin25336e82013-03-07 14:10:25 -05002619 if (!spdif)
2620 return -ENOMEM;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002621 for (dig_mix = dig_mixes; dig_mix->name; dig_mix++) {
2622 kctl = snd_ctl_new1(dig_mix, codec);
Takashi Iwaib91f0802008-11-04 08:43:08 +01002623 if (!kctl)
2624 return -ENOMEM;
Takashi Iwai09f99702008-02-04 12:31:13 +01002625 kctl->id.index = idx;
Stephen Warren7c935972011-06-01 11:14:17 -06002626 kctl->private_value = codec->spdif_out.used - 1;
Stephen Warren74b654c2011-06-01 11:14:18 -06002627 err = snd_hda_ctl_add(codec, associated_nid, kctl);
Takashi Iwai0ba21762007-04-16 11:29:14 +02002628 if (err < 0)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002629 return err;
2630 }
Stephen Warren74b654c2011-06-01 11:14:18 -06002631 spdif->nid = cvt_nid;
Takashi Iwaia551d912015-02-26 12:34:49 +01002632 snd_hdac_regmap_read(&codec->core, cvt_nid,
2633 AC_VERB_GET_DIGI_CONVERT_1, &val);
2634 spdif->ctls = val;
Stephen Warren7c935972011-06-01 11:14:17 -06002635 spdif->status = convert_to_spdif_status(spdif->ctls);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002636 return 0;
2637}
Takashi Iwai2698ea92013-12-18 07:45:52 +01002638EXPORT_SYMBOL_GPL(snd_hda_create_dig_out_ctls);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002639
Takashi Iwai95a962c2014-10-29 16:03:58 +01002640/**
2641 * snd_hda_spdif_out_of_nid - get the hda_spdif_out entry from the given NID
2642 * @codec: the HDA codec
2643 * @nid: widget NID
2644 *
Takashi Iwaie3245cd2012-05-10 10:21:29 +02002645 * call within spdif_mutex lock
2646 */
Stephen Warren7c935972011-06-01 11:14:17 -06002647struct hda_spdif_out *snd_hda_spdif_out_of_nid(struct hda_codec *codec,
2648 hda_nid_t nid)
2649{
2650 int i;
2651 for (i = 0; i < codec->spdif_out.used; i++) {
2652 struct hda_spdif_out *spdif =
2653 snd_array_elem(&codec->spdif_out, i);
2654 if (spdif->nid == nid)
2655 return spdif;
2656 }
2657 return NULL;
2658}
Takashi Iwai2698ea92013-12-18 07:45:52 +01002659EXPORT_SYMBOL_GPL(snd_hda_spdif_out_of_nid);
Stephen Warren7c935972011-06-01 11:14:17 -06002660
Takashi Iwai95a962c2014-10-29 16:03:58 +01002661/**
2662 * snd_hda_spdif_ctls_unassign - Unassign the given SPDIF ctl
2663 * @codec: the HDA codec
2664 * @idx: the SPDIF ctl index
2665 *
2666 * Unassign the widget from the given SPDIF control.
2667 */
Stephen Warren74b654c2011-06-01 11:14:18 -06002668void snd_hda_spdif_ctls_unassign(struct hda_codec *codec, int idx)
2669{
Takashi Iwaie3245cd2012-05-10 10:21:29 +02002670 struct hda_spdif_out *spdif;
Stephen Warren74b654c2011-06-01 11:14:18 -06002671
2672 mutex_lock(&codec->spdif_mutex);
Takashi Iwaie3245cd2012-05-10 10:21:29 +02002673 spdif = snd_array_elem(&codec->spdif_out, idx);
Stephen Warren74b654c2011-06-01 11:14:18 -06002674 spdif->nid = (u16)-1;
2675 mutex_unlock(&codec->spdif_mutex);
2676}
Takashi Iwai2698ea92013-12-18 07:45:52 +01002677EXPORT_SYMBOL_GPL(snd_hda_spdif_ctls_unassign);
Stephen Warren74b654c2011-06-01 11:14:18 -06002678
Takashi Iwai95a962c2014-10-29 16:03:58 +01002679/**
2680 * snd_hda_spdif_ctls_assign - Assign the SPDIF controls to the given NID
2681 * @codec: the HDA codec
2682 * @idx: the SPDIF ctl idx
2683 * @nid: widget NID
2684 *
2685 * Assign the widget to the SPDIF control with the given index.
2686 */
Stephen Warren74b654c2011-06-01 11:14:18 -06002687void snd_hda_spdif_ctls_assign(struct hda_codec *codec, int idx, hda_nid_t nid)
2688{
Takashi Iwaie3245cd2012-05-10 10:21:29 +02002689 struct hda_spdif_out *spdif;
Stephen Warren74b654c2011-06-01 11:14:18 -06002690 unsigned short val;
2691
2692 mutex_lock(&codec->spdif_mutex);
Takashi Iwaie3245cd2012-05-10 10:21:29 +02002693 spdif = snd_array_elem(&codec->spdif_out, idx);
Stephen Warren74b654c2011-06-01 11:14:18 -06002694 if (spdif->nid != nid) {
2695 spdif->nid = nid;
2696 val = spdif->ctls;
2697 set_spdif_ctls(codec, nid, val & 0xff, (val >> 8) & 0xff);
2698 }
2699 mutex_unlock(&codec->spdif_mutex);
2700}
Takashi Iwai2698ea92013-12-18 07:45:52 +01002701EXPORT_SYMBOL_GPL(snd_hda_spdif_ctls_assign);
Stephen Warren74b654c2011-06-01 11:14:18 -06002702
Linus Torvalds1da177e2005-04-16 15:20:36 -07002703/*
Takashi Iwai9a081602008-02-12 18:37:26 +01002704 * SPDIF sharing with analog output
2705 */
2706static int spdif_share_sw_get(struct snd_kcontrol *kcontrol,
2707 struct snd_ctl_elem_value *ucontrol)
2708{
2709 struct hda_multi_out *mout = snd_kcontrol_chip(kcontrol);
2710 ucontrol->value.integer.value[0] = mout->share_spdif;
2711 return 0;
2712}
2713
2714static int spdif_share_sw_put(struct snd_kcontrol *kcontrol,
2715 struct snd_ctl_elem_value *ucontrol)
2716{
2717 struct hda_multi_out *mout = snd_kcontrol_chip(kcontrol);
2718 mout->share_spdif = !!ucontrol->value.integer.value[0];
2719 return 0;
2720}
2721
2722static struct snd_kcontrol_new spdif_share_sw = {
2723 .iface = SNDRV_CTL_ELEM_IFACE_MIXER,
2724 .name = "IEC958 Default PCM Playback Switch",
2725 .info = snd_ctl_boolean_mono_info,
2726 .get = spdif_share_sw_get,
2727 .put = spdif_share_sw_put,
2728};
2729
Takashi Iwaid5191e52009-11-16 14:58:17 +01002730/**
2731 * snd_hda_create_spdif_share_sw - create Default PCM switch
2732 * @codec: the HDA codec
2733 * @mout: multi-out instance
2734 */
Takashi Iwai9a081602008-02-12 18:37:26 +01002735int snd_hda_create_spdif_share_sw(struct hda_codec *codec,
2736 struct hda_multi_out *mout)
2737{
Mengdong Lin4c7a5482013-03-07 14:11:05 -05002738 struct snd_kcontrol *kctl;
2739
Takashi Iwai9a081602008-02-12 18:37:26 +01002740 if (!mout->dig_out_nid)
2741 return 0;
Mengdong Lin4c7a5482013-03-07 14:11:05 -05002742
2743 kctl = snd_ctl_new1(&spdif_share_sw, mout);
2744 if (!kctl)
2745 return -ENOMEM;
Takashi Iwai9a081602008-02-12 18:37:26 +01002746 /* ATTENTION: here mout is passed as private_data, instead of codec */
Mengdong Lin4c7a5482013-03-07 14:11:05 -05002747 return snd_hda_ctl_add(codec, mout->dig_out_nid, kctl);
Takashi Iwai9a081602008-02-12 18:37:26 +01002748}
Takashi Iwai2698ea92013-12-18 07:45:52 +01002749EXPORT_SYMBOL_GPL(snd_hda_create_spdif_share_sw);
Takashi Iwai9a081602008-02-12 18:37:26 +01002750
2751/*
Linus Torvalds1da177e2005-04-16 15:20:36 -07002752 * SPDIF input
2753 */
2754
2755#define snd_hda_spdif_in_switch_info snd_hda_spdif_out_switch_info
2756
Takashi Iwai0ba21762007-04-16 11:29:14 +02002757static int snd_hda_spdif_in_switch_get(struct snd_kcontrol *kcontrol,
2758 struct snd_ctl_elem_value *ucontrol)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002759{
2760 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
2761
2762 ucontrol->value.integer.value[0] = codec->spdif_in_enable;
2763 return 0;
2764}
2765
Takashi Iwai0ba21762007-04-16 11:29:14 +02002766static int snd_hda_spdif_in_switch_put(struct snd_kcontrol *kcontrol,
2767 struct snd_ctl_elem_value *ucontrol)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002768{
2769 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
2770 hda_nid_t nid = kcontrol->private_value;
2771 unsigned int val = !!ucontrol->value.integer.value[0];
2772 int change;
2773
Ingo Molnar62932df2006-01-16 16:34:20 +01002774 mutex_lock(&codec->spdif_mutex);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002775 change = codec->spdif_in_enable != val;
Takashi Iwai82beb8f2007-08-10 17:09:26 +02002776 if (change) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07002777 codec->spdif_in_enable = val;
Takashi Iwaia551d912015-02-26 12:34:49 +01002778 snd_hdac_regmap_write(&codec->core, nid,
2779 AC_VERB_SET_DIGI_CONVERT_1, val);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002780 }
Ingo Molnar62932df2006-01-16 16:34:20 +01002781 mutex_unlock(&codec->spdif_mutex);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002782 return change;
2783}
2784
Takashi Iwai0ba21762007-04-16 11:29:14 +02002785static int snd_hda_spdif_in_status_get(struct snd_kcontrol *kcontrol,
2786 struct snd_ctl_elem_value *ucontrol)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002787{
2788 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
2789 hda_nid_t nid = kcontrol->private_value;
Takashi Iwaia551d912015-02-26 12:34:49 +01002790 unsigned int val;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002791 unsigned int sbits;
2792
Takashi Iwaia551d912015-02-26 12:34:49 +01002793 snd_hdac_regmap_read(&codec->core, nid,
2794 AC_VERB_GET_DIGI_CONVERT_1, &val);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002795 sbits = convert_to_spdif_status(val);
2796 ucontrol->value.iec958.status[0] = sbits;
2797 ucontrol->value.iec958.status[1] = sbits >> 8;
2798 ucontrol->value.iec958.status[2] = sbits >> 16;
2799 ucontrol->value.iec958.status[3] = sbits >> 24;
2800 return 0;
2801}
2802
Takashi Iwaic8b6bf92005-11-17 14:57:47 +01002803static struct snd_kcontrol_new dig_in_ctls[] = {
Linus Torvalds1da177e2005-04-16 15:20:36 -07002804 {
2805 .iface = SNDRV_CTL_ELEM_IFACE_MIXER,
Norberto Lopes28aedaf2010-02-28 20:16:53 +01002806 .name = SNDRV_CTL_NAME_IEC958("", CAPTURE, SWITCH),
Linus Torvalds1da177e2005-04-16 15:20:36 -07002807 .info = snd_hda_spdif_in_switch_info,
2808 .get = snd_hda_spdif_in_switch_get,
2809 .put = snd_hda_spdif_in_switch_put,
2810 },
2811 {
2812 .access = SNDRV_CTL_ELEM_ACCESS_READ,
2813 .iface = SNDRV_CTL_ELEM_IFACE_MIXER,
Norberto Lopes28aedaf2010-02-28 20:16:53 +01002814 .name = SNDRV_CTL_NAME_IEC958("", CAPTURE, DEFAULT),
Linus Torvalds1da177e2005-04-16 15:20:36 -07002815 .info = snd_hda_spdif_mask_info,
2816 .get = snd_hda_spdif_in_status_get,
2817 },
2818 { } /* end */
2819};
2820
2821/**
2822 * snd_hda_create_spdif_in_ctls - create Input SPDIF-related controls
2823 * @codec: the HDA codec
2824 * @nid: audio in widget NID
2825 *
2826 * Creates controls related with the SPDIF input.
2827 * Called from each patch supporting the SPDIF in.
2828 *
2829 * Returns 0 if successful, or a negative error code.
2830 */
Takashi Iwai12f288b2007-08-02 15:51:59 +02002831int snd_hda_create_spdif_in_ctls(struct hda_codec *codec, hda_nid_t nid)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002832{
2833 int err;
Takashi Iwaic8b6bf92005-11-17 14:57:47 +01002834 struct snd_kcontrol *kctl;
2835 struct snd_kcontrol_new *dig_mix;
Takashi Iwai09f99702008-02-04 12:31:13 +01002836 int idx;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002837
Takashi Iwaidcda5802012-10-12 17:24:51 +02002838 idx = find_empty_mixer_ctl_idx(codec, "IEC958 Capture Switch", 0);
Takashi Iwai1afe2062010-12-23 10:17:52 +01002839 if (idx < 0) {
Takashi Iwai4e76a882014-02-25 12:21:03 +01002840 codec_err(codec, "too many IEC958 inputs\n");
Takashi Iwai09f99702008-02-04 12:31:13 +01002841 return -EBUSY;
2842 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07002843 for (dig_mix = dig_in_ctls; dig_mix->name; dig_mix++) {
2844 kctl = snd_ctl_new1(dig_mix, codec);
Takashi Iwaic8dcdf82009-02-06 16:21:20 +01002845 if (!kctl)
2846 return -ENOMEM;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002847 kctl->private_value = nid;
Jaroslav Kysela3911a4c2009-11-11 13:43:01 +01002848 err = snd_hda_ctl_add(codec, nid, kctl);
Takashi Iwai0ba21762007-04-16 11:29:14 +02002849 if (err < 0)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002850 return err;
2851 }
Takashi Iwai0ba21762007-04-16 11:29:14 +02002852 codec->spdif_in_enable =
Andrew Paprocki3982d172007-12-19 12:13:44 +01002853 snd_hda_codec_read(codec, nid, 0,
2854 AC_VERB_GET_DIGI_CONVERT_1, 0) &
Takashi Iwai0ba21762007-04-16 11:29:14 +02002855 AC_DIG1_ENABLE;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002856 return 0;
2857}
Takashi Iwai2698ea92013-12-18 07:45:52 +01002858EXPORT_SYMBOL_GPL(snd_hda_create_spdif_in_ctls);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002859
Takashi Iwai95a962c2014-10-29 16:03:58 +01002860/**
2861 * snd_hda_codec_set_power_to_all - Set the power state to all widgets
2862 * @codec: the HDA codec
2863 * @fg: function group (not used now)
2864 * @power_state: the power state to set (AC_PWRST_*)
2865 *
2866 * Set the given power state to all widgets that have the power control.
2867 * If the codec has power_filter set, it evaluates the power state and
2868 * filter out if it's unchanged as D3.
2869 */
Takashi Iwai4d7fbdb2011-07-26 10:33:10 +02002870void snd_hda_codec_set_power_to_all(struct hda_codec *codec, hda_nid_t fg,
Takashi Iwai9419ab62013-01-24 17:23:35 +01002871 unsigned int power_state)
Takashi Iwai54d17402005-11-21 16:33:22 +01002872{
Takashi Iwai7639a062015-03-03 10:07:24 +01002873 hda_nid_t nid;
Takashi Iwai54d17402005-11-21 16:33:22 +01002874
Takashi Iwai7639a062015-03-03 10:07:24 +01002875 for_each_hda_codec_node(nid, codec) {
Takashi Iwai7eba5c92007-11-14 14:53:42 +01002876 unsigned int wcaps = get_wcaps(codec, nid);
Takashi Iwai9419ab62013-01-24 17:23:35 +01002877 unsigned int state = power_state;
Takashi Iwai4d7fbdb2011-07-26 10:33:10 +02002878 if (!(wcaps & AC_WCAP_POWER))
2879 continue;
Takashi Iwai9419ab62013-01-24 17:23:35 +01002880 if (codec->power_filter) {
2881 state = codec->power_filter(codec, nid, power_state);
2882 if (state != power_state && power_state == AC_PWRST_D3)
Takashi Iwai4d7fbdb2011-07-26 10:33:10 +02002883 continue;
Takashi Iwai1194b5b2007-10-10 10:04:26 +02002884 }
Takashi Iwai4d7fbdb2011-07-26 10:33:10 +02002885 snd_hda_codec_write(codec, nid, 0, AC_VERB_SET_POWER_STATE,
Takashi Iwai9419ab62013-01-24 17:23:35 +01002886 state);
Takashi Iwai54d17402005-11-21 16:33:22 +01002887 }
Takashi Iwai54d17402005-11-21 16:33:22 +01002888}
Takashi Iwai2698ea92013-12-18 07:45:52 +01002889EXPORT_SYMBOL_GPL(snd_hda_codec_set_power_to_all);
Takashi Iwai4d7fbdb2011-07-26 10:33:10 +02002890
2891/*
Takashi Iwai432c6412012-08-28 09:59:20 -07002892 * wait until the state is reached, returns the current state
2893 */
2894static unsigned int hda_sync_power_state(struct hda_codec *codec,
2895 hda_nid_t fg,
2896 unsigned int power_state)
2897{
2898 unsigned long end_time = jiffies + msecs_to_jiffies(500);
2899 unsigned int state, actual_state;
2900
2901 for (;;) {
2902 state = snd_hda_codec_read(codec, fg, 0,
2903 AC_VERB_GET_POWER_STATE, 0);
2904 if (state & AC_PWRST_ERROR)
2905 break;
2906 actual_state = (state >> 4) & 0x0f;
2907 if (actual_state == power_state)
2908 break;
2909 if (time_after_eq(jiffies, end_time))
2910 break;
2911 /* wait until the codec reachs to the target state */
2912 msleep(1);
2913 }
2914 return state;
2915}
2916
Takashi Iwai95a962c2014-10-29 16:03:58 +01002917/**
2918 * snd_hda_codec_eapd_power_filter - A power filter callback for EAPD
2919 * @codec: the HDA codec
2920 * @nid: widget NID
2921 * @power_state: power state to evalue
2922 *
2923 * Don't power down the widget if it controls eapd and EAPD_BTLENABLE is set.
2924 * This can be used a codec power_filter callback.
2925 */
Takashi Iwaiba615b82013-03-13 14:47:21 +01002926unsigned int snd_hda_codec_eapd_power_filter(struct hda_codec *codec,
2927 hda_nid_t nid,
2928 unsigned int power_state)
Takashi Iwai9419ab62013-01-24 17:23:35 +01002929{
Takashi Iwai7639a062015-03-03 10:07:24 +01002930 if (nid == codec->core.afg || nid == codec->core.mfg)
Takashi Iwaidfc6e462014-01-13 16:09:57 +01002931 return power_state;
Takashi Iwai9419ab62013-01-24 17:23:35 +01002932 if (power_state == AC_PWRST_D3 &&
2933 get_wcaps_type(get_wcaps(codec, nid)) == AC_WID_PIN &&
2934 (snd_hda_query_pin_caps(codec, nid) & AC_PINCAP_EAPD)) {
2935 int eapd = snd_hda_codec_read(codec, nid, 0,
2936 AC_VERB_GET_EAPD_BTLENABLE, 0);
2937 if (eapd & 0x02)
2938 return AC_PWRST_D0;
2939 }
2940 return power_state;
2941}
Takashi Iwai2698ea92013-12-18 07:45:52 +01002942EXPORT_SYMBOL_GPL(snd_hda_codec_eapd_power_filter);
Takashi Iwai9419ab62013-01-24 17:23:35 +01002943
Takashi Iwai432c6412012-08-28 09:59:20 -07002944/*
Takashi Iwai08fa20a2012-08-31 07:46:56 -07002945 * set power state of the codec, and return the power state
Takashi Iwai4d7fbdb2011-07-26 10:33:10 +02002946 */
Takashi Iwaid8193872012-08-31 07:54:38 -07002947static unsigned int hda_set_power_state(struct hda_codec *codec,
Takashi Iwai08fa20a2012-08-31 07:46:56 -07002948 unsigned int power_state)
Takashi Iwai4d7fbdb2011-07-26 10:33:10 +02002949{
Takashi Iwai7639a062015-03-03 10:07:24 +01002950 hda_nid_t fg = codec->core.afg ? codec->core.afg : codec->core.mfg;
Wang Xingchao09617ce2012-06-08 10:26:08 +08002951 int count;
2952 unsigned int state;
Takashi Iwai63e51fd2013-06-06 14:20:19 +02002953 int flags = 0;
Wang Xingchao09617ce2012-06-08 10:26:08 +08002954
Takashi Iwai4d7fbdb2011-07-26 10:33:10 +02002955 /* this delay seems necessary to avoid click noise at power-down */
Wang Xingchao0f4ccbb2012-06-07 16:51:33 +08002956 if (power_state == AC_PWRST_D3) {
Mengdong Lin7f132922013-11-29 01:48:45 -05002957 if (codec->depop_delay < 0)
Takashi Iwai7639a062015-03-03 10:07:24 +01002958 msleep(codec_has_epss(codec) ? 10 : 100);
Mengdong Lin7f132922013-11-29 01:48:45 -05002959 else if (codec->depop_delay > 0)
2960 msleep(codec->depop_delay);
Takashi Iwai63e51fd2013-06-06 14:20:19 +02002961 flags = HDA_RW_NO_RESPONSE_FALLBACK;
Wang Xingchao0f4ccbb2012-06-07 16:51:33 +08002962 }
Wang Xingchao09617ce2012-06-08 10:26:08 +08002963
2964 /* repeat power states setting at most 10 times*/
2965 for (count = 0; count < 10; count++) {
Takashi Iwai432c6412012-08-28 09:59:20 -07002966 if (codec->patch_ops.set_power_state)
2967 codec->patch_ops.set_power_state(codec, fg,
2968 power_state);
2969 else {
Takashi Iwaidfc6e462014-01-13 16:09:57 +01002970 state = power_state;
2971 if (codec->power_filter)
2972 state = codec->power_filter(codec, fg, state);
2973 if (state == power_state || power_state != AC_PWRST_D3)
2974 snd_hda_codec_read(codec, fg, flags,
2975 AC_VERB_SET_POWER_STATE,
2976 state);
Takashi Iwai9419ab62013-01-24 17:23:35 +01002977 snd_hda_codec_set_power_to_all(codec, fg, power_state);
Takashi Iwai432c6412012-08-28 09:59:20 -07002978 }
2979 state = hda_sync_power_state(codec, fg, power_state);
Wang Xingchao09617ce2012-06-08 10:26:08 +08002980 if (!(state & AC_PWRST_ERROR))
2981 break;
2982 }
Mengdong Linb8dfc4622012-08-23 17:32:30 +08002983
Takashi Iwai08fa20a2012-08-31 07:46:56 -07002984 return state;
Takashi Iwai4d7fbdb2011-07-26 10:33:10 +02002985}
Takashi Iwai54d17402005-11-21 16:33:22 +01002986
Takashi Iwaib9c590b2013-01-24 17:27:32 +01002987/* sync power states of all widgets;
2988 * this is called at the end of codec parsing
2989 */
2990static void sync_power_up_states(struct hda_codec *codec)
2991{
Takashi Iwai7639a062015-03-03 10:07:24 +01002992 hda_nid_t nid;
Takashi Iwaib9c590b2013-01-24 17:27:32 +01002993
Takashi Iwaiba615b82013-03-13 14:47:21 +01002994 /* don't care if no filter is used */
2995 if (!codec->power_filter)
Takashi Iwaib9c590b2013-01-24 17:27:32 +01002996 return;
2997
Takashi Iwai7639a062015-03-03 10:07:24 +01002998 for_each_hda_codec_node(nid, codec) {
Takashi Iwaib9c590b2013-01-24 17:27:32 +01002999 unsigned int wcaps = get_wcaps(codec, nid);
Takashi Iwai9040d102013-01-24 17:47:17 +01003000 unsigned int target;
Takashi Iwaib9c590b2013-01-24 17:27:32 +01003001 if (!(wcaps & AC_WCAP_POWER))
3002 continue;
3003 target = codec->power_filter(codec, nid, AC_PWRST_D0);
3004 if (target == AC_PWRST_D0)
3005 continue;
Takashi Iwai9040d102013-01-24 17:47:17 +01003006 if (!snd_hda_check_power_state(codec, nid, target))
Takashi Iwaib9c590b2013-01-24 17:27:32 +01003007 snd_hda_codec_write(codec, nid, 0,
3008 AC_VERB_SET_POWER_STATE, target);
3009 }
3010}
3011
Takashi Iwai648a8d22014-02-25 10:38:13 +01003012#ifdef CONFIG_SND_HDA_RECONFIG
Takashi Iwai11aeff02008-07-30 15:01:46 +02003013/* execute additional init verbs */
3014static void hda_exec_init_verbs(struct hda_codec *codec)
3015{
3016 if (codec->init_verbs.list)
3017 snd_hda_sequence_write(codec, codec->init_verbs.list);
3018}
3019#else
3020static inline void hda_exec_init_verbs(struct hda_codec *codec) {}
3021#endif
3022
Takashi Iwai2a439522011-07-26 09:52:50 +02003023#ifdef CONFIG_PM
Takashi Iwaicc72da72015-02-19 16:00:22 +01003024/* update the power on/off account with the current jiffies */
3025static void update_power_acct(struct hda_codec *codec, bool on)
3026{
3027 unsigned long delta = jiffies - codec->power_jiffies;
3028
3029 if (on)
3030 codec->power_on_acct += delta;
3031 else
3032 codec->power_off_acct += delta;
3033 codec->power_jiffies += delta;
3034}
3035
3036void snd_hda_update_power_acct(struct hda_codec *codec)
3037{
3038 update_power_acct(codec, hda_codec_is_power_on(codec));
3039}
3040
Takashi Iwaicb53c622007-08-10 17:21:45 +02003041/*
3042 * call suspend and power-down; used both from PM and power-save
Takashi Iwai08fa20a2012-08-31 07:46:56 -07003043 * this function returns the power state in the end
Takashi Iwaicb53c622007-08-10 17:21:45 +02003044 */
Takashi Iwaicc72da72015-02-19 16:00:22 +01003045static unsigned int hda_call_codec_suspend(struct hda_codec *codec)
Takashi Iwaicb53c622007-08-10 17:21:45 +02003046{
Takashi Iwai08fa20a2012-08-31 07:46:56 -07003047 unsigned int state;
3048
Takashi Iwai7639a062015-03-03 10:07:24 +01003049 atomic_inc(&codec->core.in_pm);
Takashi Iwai989c3182012-11-19 14:14:58 +01003050
Takashi Iwaicb53c622007-08-10 17:21:45 +02003051 if (codec->patch_ops.suspend)
Takashi Iwai68cb2b52012-07-02 15:20:37 +02003052 codec->patch_ops.suspend(codec);
Takashi Iwaieb541332010-08-06 13:48:11 +02003053 hda_cleanup_all_streams(codec);
Takashi Iwaid8193872012-08-31 07:54:38 -07003054 state = hda_set_power_state(codec, AC_PWRST_D3);
Takashi Iwaicc72da72015-02-19 16:00:22 +01003055 update_power_acct(codec, true);
Takashi Iwai7639a062015-03-03 10:07:24 +01003056 atomic_dec(&codec->core.in_pm);
Takashi Iwai08fa20a2012-08-31 07:46:56 -07003057 return state;
Takashi Iwaicb53c622007-08-10 17:21:45 +02003058}
3059
3060/*
3061 * kick up codec; used both from PM and power-save
3062 */
3063static void hda_call_codec_resume(struct hda_codec *codec)
3064{
Takashi Iwai7639a062015-03-03 10:07:24 +01003065 atomic_inc(&codec->core.in_pm);
Takashi Iwai989c3182012-11-19 14:14:58 +01003066
Takashi Iwaieeecd9d2015-02-25 15:18:50 +01003067 if (codec->core.regmap)
3068 regcache_mark_dirty(codec->core.regmap);
3069
Takashi Iwaicc72da72015-02-19 16:00:22 +01003070 codec->power_jiffies = jiffies;
Takashi Iwaicc72da72015-02-19 16:00:22 +01003071
Takashi Iwaid8193872012-08-31 07:54:38 -07003072 hda_set_power_state(codec, AC_PWRST_D0);
Takashi Iwaiac0547d2010-07-05 16:50:13 +02003073 restore_shutup_pins(codec);
Takashi Iwai11aeff02008-07-30 15:01:46 +02003074 hda_exec_init_verbs(codec);
Takashi Iwai31614bb2013-01-23 15:58:40 +01003075 snd_hda_jack_set_dirty_all(codec);
Takashi Iwaicb53c622007-08-10 17:21:45 +02003076 if (codec->patch_ops.resume)
3077 codec->patch_ops.resume(codec);
3078 else {
Takashi Iwai9d99f312007-08-14 15:15:52 +02003079 if (codec->patch_ops.init)
3080 codec->patch_ops.init(codec);
Takashi Iwaieeecd9d2015-02-25 15:18:50 +01003081 if (codec->core.regmap)
3082 regcache_sync(codec->core.regmap);
Takashi Iwaicb53c622007-08-10 17:21:45 +02003083 }
David Henningsson26a6cb62012-10-09 15:04:21 +02003084
3085 if (codec->jackpoll_interval)
3086 hda_jackpoll_work(&codec->jackpoll_work.work);
Takashi Iwai31614bb2013-01-23 15:58:40 +01003087 else
David Henningsson26a6cb62012-10-09 15:04:21 +02003088 snd_hda_jack_report_sync(codec);
Takashi Iwai7639a062015-03-03 10:07:24 +01003089 atomic_dec(&codec->core.in_pm);
Takashi Iwaicb53c622007-08-10 17:21:45 +02003090}
Takashi Iwai59ed1ea2015-02-18 15:39:59 +01003091
Takashi Iwaicc72da72015-02-19 16:00:22 +01003092static int hda_codec_runtime_suspend(struct device *dev)
Takashi Iwai59ed1ea2015-02-18 15:39:59 +01003093{
3094 struct hda_codec *codec = dev_to_hda_codec(dev);
Takashi Iwaibbbc7e82015-02-27 17:43:19 +01003095 struct hda_pcm *pcm;
Takashi Iwaicc72da72015-02-19 16:00:22 +01003096 unsigned int state;
Takashi Iwai59ed1ea2015-02-18 15:39:59 +01003097
3098 cancel_delayed_work_sync(&codec->jackpoll_work);
Takashi Iwaibbbc7e82015-02-27 17:43:19 +01003099 list_for_each_entry(pcm, &codec->pcm_list_head, list)
3100 snd_pcm_suspend_all(pcm->pcm);
Takashi Iwaicc72da72015-02-19 16:00:22 +01003101 state = hda_call_codec_suspend(codec);
Takashi Iwai7639a062015-03-03 10:07:24 +01003102 if (codec_has_clkstop(codec) && codec_has_epss(codec) &&
3103 (state & AC_PWRST_CLK_STOP_OK))
3104 snd_hdac_codec_link_down(&codec->core);
Takashi Iwai59ed1ea2015-02-18 15:39:59 +01003105 return 0;
3106}
3107
Takashi Iwaicc72da72015-02-19 16:00:22 +01003108static int hda_codec_runtime_resume(struct device *dev)
Takashi Iwai59ed1ea2015-02-18 15:39:59 +01003109{
Takashi Iwai55ed9cd2015-02-19 17:35:32 +01003110 struct hda_codec *codec = dev_to_hda_codec(dev);
3111
Takashi Iwai7639a062015-03-03 10:07:24 +01003112 snd_hdac_codec_link_up(&codec->core);
Takashi Iwai55ed9cd2015-02-19 17:35:32 +01003113 hda_call_codec_resume(codec);
Takashi Iwaicc72da72015-02-19 16:00:22 +01003114 pm_runtime_mark_last_busy(dev);
Takashi Iwai59ed1ea2015-02-18 15:39:59 +01003115 return 0;
3116}
Takashi Iwai2a439522011-07-26 09:52:50 +02003117#endif /* CONFIG_PM */
Takashi Iwaicb53c622007-08-10 17:21:45 +02003118
Takashi Iwai59ed1ea2015-02-18 15:39:59 +01003119/* referred in hda_bind.c */
3120const struct dev_pm_ops hda_codec_driver_pm = {
Takashi Iwaicc72da72015-02-19 16:00:22 +01003121 SET_SYSTEM_SLEEP_PM_OPS(pm_runtime_force_suspend,
3122 pm_runtime_force_resume)
3123 SET_RUNTIME_PM_OPS(hda_codec_runtime_suspend, hda_codec_runtime_resume,
3124 NULL)
Takashi Iwai59ed1ea2015-02-18 15:39:59 +01003125};
Takashi Iwai54d17402005-11-21 16:33:22 +01003126
Takashi Iwai9c9a5172012-07-31 11:35:35 +02003127/*
3128 * add standard channel maps if not specified
3129 */
3130static int add_std_chmaps(struct hda_codec *codec)
3131{
Takashi Iwaibbbc7e82015-02-27 17:43:19 +01003132 struct hda_pcm *pcm;
3133 int str, err;
Takashi Iwai9c9a5172012-07-31 11:35:35 +02003134
Takashi Iwaibbbc7e82015-02-27 17:43:19 +01003135 list_for_each_entry(pcm, &codec->pcm_list_head, list) {
Takashi Iwai9c9a5172012-07-31 11:35:35 +02003136 for (str = 0; str < 2; str++) {
Takashi Iwaibbbc7e82015-02-27 17:43:19 +01003137 struct hda_pcm_stream *hinfo = &pcm->stream[str];
Takashi Iwai9c9a5172012-07-31 11:35:35 +02003138 struct snd_pcm_chmap *chmap;
Takashi Iwaiee81abb2012-11-08 17:12:10 +01003139 const struct snd_pcm_chmap_elem *elem;
Takashi Iwai9c9a5172012-07-31 11:35:35 +02003140
Sudip Mukherjee751e2212015-04-02 16:51:43 +05303141 if (!pcm || pcm->own_chmap ||
3142 !hinfo->substreams)
Takashi Iwai9c9a5172012-07-31 11:35:35 +02003143 continue;
Takashi Iwaiee81abb2012-11-08 17:12:10 +01003144 elem = hinfo->chmap ? hinfo->chmap : snd_pcm_std_chmaps;
Takashi Iwaibbbc7e82015-02-27 17:43:19 +01003145 err = snd_pcm_add_chmap_ctls(pcm->pcm, str, elem,
Takashi Iwai9c9a5172012-07-31 11:35:35 +02003146 hinfo->channels_max,
3147 0, &chmap);
3148 if (err < 0)
3149 return err;
3150 chmap->channel_mask = SND_PCM_CHMAP_MASK_2468;
3151 }
3152 }
3153 return 0;
3154}
3155
Takashi Iwaiee81abb2012-11-08 17:12:10 +01003156/* default channel maps for 2.1 speakers;
3157 * since HD-audio supports only stereo, odd number channels are omitted
3158 */
3159const struct snd_pcm_chmap_elem snd_pcm_2_1_chmaps[] = {
3160 { .channels = 2,
3161 .map = { SNDRV_CHMAP_FL, SNDRV_CHMAP_FR } },
3162 { .channels = 4,
3163 .map = { SNDRV_CHMAP_FL, SNDRV_CHMAP_FR,
3164 SNDRV_CHMAP_LFE, SNDRV_CHMAP_LFE } },
3165 { }
3166};
3167EXPORT_SYMBOL_GPL(snd_pcm_2_1_chmaps);
3168
Takashi Iwai6c1f45e2008-07-30 15:01:45 +02003169int snd_hda_codec_build_controls(struct hda_codec *codec)
3170{
3171 int err = 0;
Takashi Iwai11aeff02008-07-30 15:01:46 +02003172 hda_exec_init_verbs(codec);
Takashi Iwai6c1f45e2008-07-30 15:01:45 +02003173 /* continue to initialize... */
3174 if (codec->patch_ops.init)
3175 err = codec->patch_ops.init(codec);
3176 if (!err && codec->patch_ops.build_controls)
3177 err = codec->patch_ops.build_controls(codec);
Takashi Iwai6c1f45e2008-07-30 15:01:45 +02003178 if (err < 0)
3179 return err;
Takashi Iwai9c9a5172012-07-31 11:35:35 +02003180
3181 /* we create chmaps here instead of build_pcms */
3182 err = add_std_chmaps(codec);
3183 if (err < 0)
3184 return err;
3185
David Henningsson26a6cb62012-10-09 15:04:21 +02003186 if (codec->jackpoll_interval)
3187 hda_jackpoll_work(&codec->jackpoll_work.work);
3188 else
3189 snd_hda_jack_report_sync(codec); /* call at the last init point */
Takashi Iwaib9c590b2013-01-24 17:27:32 +01003190 sync_power_up_states(codec);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003191 return 0;
3192}
3193
Linus Torvalds1da177e2005-04-16 15:20:36 -07003194/*
Linus Torvalds1da177e2005-04-16 15:20:36 -07003195 * PCM stuff
3196 */
3197static int hda_pcm_default_open_close(struct hda_pcm_stream *hinfo,
3198 struct hda_codec *codec,
Takashi Iwaic8b6bf92005-11-17 14:57:47 +01003199 struct snd_pcm_substream *substream)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003200{
3201 return 0;
3202}
3203
3204static int hda_pcm_default_prepare(struct hda_pcm_stream *hinfo,
3205 struct hda_codec *codec,
3206 unsigned int stream_tag,
3207 unsigned int format,
Takashi Iwaic8b6bf92005-11-17 14:57:47 +01003208 struct snd_pcm_substream *substream)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003209{
3210 snd_hda_codec_setup_stream(codec, hinfo->nid, stream_tag, 0, format);
3211 return 0;
3212}
3213
3214static int hda_pcm_default_cleanup(struct hda_pcm_stream *hinfo,
3215 struct hda_codec *codec,
Takashi Iwaic8b6bf92005-11-17 14:57:47 +01003216 struct snd_pcm_substream *substream)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003217{
Takashi Iwai888afa12008-03-18 09:57:50 +01003218 snd_hda_codec_cleanup_stream(codec, hinfo->nid);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003219 return 0;
3220}
3221
Takashi Iwai6c1f45e2008-07-30 15:01:45 +02003222static int set_pcm_default_values(struct hda_codec *codec,
3223 struct hda_pcm_stream *info)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003224{
Jaroslav Kyselaee504712009-03-17 14:30:31 +01003225 int err;
3226
Takashi Iwai0ba21762007-04-16 11:29:14 +02003227 /* query support PCM information from the given NID */
3228 if (info->nid && (!info->rates || !info->formats)) {
Jaroslav Kyselaee504712009-03-17 14:30:31 +01003229 err = snd_hda_query_supported_pcm(codec, info->nid,
Takashi Iwai0ba21762007-04-16 11:29:14 +02003230 info->rates ? NULL : &info->rates,
3231 info->formats ? NULL : &info->formats,
3232 info->maxbps ? NULL : &info->maxbps);
Jaroslav Kyselaee504712009-03-17 14:30:31 +01003233 if (err < 0)
3234 return err;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003235 }
3236 if (info->ops.open == NULL)
3237 info->ops.open = hda_pcm_default_open_close;
3238 if (info->ops.close == NULL)
3239 info->ops.close = hda_pcm_default_open_close;
3240 if (info->ops.prepare == NULL) {
Takashi Iwaida3cec32008-08-08 17:12:14 +02003241 if (snd_BUG_ON(!info->nid))
3242 return -EINVAL;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003243 info->ops.prepare = hda_pcm_default_prepare;
3244 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07003245 if (info->ops.cleanup == NULL) {
Takashi Iwaida3cec32008-08-08 17:12:14 +02003246 if (snd_BUG_ON(!info->nid))
3247 return -EINVAL;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003248 info->ops.cleanup = hda_pcm_default_cleanup;
3249 }
3250 return 0;
3251}
3252
Takashi Iwaieb541332010-08-06 13:48:11 +02003253/*
3254 * codec prepare/cleanup entries
3255 */
Takashi Iwai95a962c2014-10-29 16:03:58 +01003256/**
3257 * snd_hda_codec_prepare - Prepare a stream
3258 * @codec: the HDA codec
3259 * @hinfo: PCM information
3260 * @stream: stream tag to assign
3261 * @format: format id to assign
3262 * @substream: PCM substream to assign
3263 *
3264 * Calls the prepare callback set by the codec with the given arguments.
3265 * Clean up the inactive streams when successful.
3266 */
Takashi Iwaieb541332010-08-06 13:48:11 +02003267int snd_hda_codec_prepare(struct hda_codec *codec,
3268 struct hda_pcm_stream *hinfo,
3269 unsigned int stream,
3270 unsigned int format,
3271 struct snd_pcm_substream *substream)
3272{
3273 int ret;
Takashi Iwai3f50ac62010-08-20 09:44:36 +02003274 mutex_lock(&codec->bus->prepare_mutex);
Takashi Iwai61ca4102015-02-27 17:57:55 +01003275 if (hinfo->ops.prepare)
3276 ret = hinfo->ops.prepare(hinfo, codec, stream, format,
3277 substream);
3278 else
3279 ret = -ENODEV;
Takashi Iwaieb541332010-08-06 13:48:11 +02003280 if (ret >= 0)
3281 purify_inactive_streams(codec);
Takashi Iwai3f50ac62010-08-20 09:44:36 +02003282 mutex_unlock(&codec->bus->prepare_mutex);
Takashi Iwaieb541332010-08-06 13:48:11 +02003283 return ret;
3284}
Takashi Iwai2698ea92013-12-18 07:45:52 +01003285EXPORT_SYMBOL_GPL(snd_hda_codec_prepare);
Takashi Iwaieb541332010-08-06 13:48:11 +02003286
Takashi Iwai95a962c2014-10-29 16:03:58 +01003287/**
3288 * snd_hda_codec_cleanup - Prepare a stream
3289 * @codec: the HDA codec
3290 * @hinfo: PCM information
3291 * @substream: PCM substream
3292 *
3293 * Calls the cleanup callback set by the codec with the given arguments.
3294 */
Takashi Iwaieb541332010-08-06 13:48:11 +02003295void snd_hda_codec_cleanup(struct hda_codec *codec,
3296 struct hda_pcm_stream *hinfo,
3297 struct snd_pcm_substream *substream)
3298{
Takashi Iwai3f50ac62010-08-20 09:44:36 +02003299 mutex_lock(&codec->bus->prepare_mutex);
Takashi Iwai61ca4102015-02-27 17:57:55 +01003300 if (hinfo->ops.cleanup)
3301 hinfo->ops.cleanup(hinfo, codec, substream);
Takashi Iwai3f50ac62010-08-20 09:44:36 +02003302 mutex_unlock(&codec->bus->prepare_mutex);
Takashi Iwaieb541332010-08-06 13:48:11 +02003303}
Takashi Iwai2698ea92013-12-18 07:45:52 +01003304EXPORT_SYMBOL_GPL(snd_hda_codec_cleanup);
Takashi Iwaieb541332010-08-06 13:48:11 +02003305
Takashi Iwaid5191e52009-11-16 14:58:17 +01003306/* global */
Jaroslav Kyselae3303232009-11-10 14:53:02 +01003307const char *snd_hda_pcm_type_name[HDA_PCM_NTYPES] = {
3308 "Audio", "SPDIF", "HDMI", "Modem"
3309};
3310
Takashi Iwai176d5332008-07-30 15:01:44 +02003311/*
Takashi Iwai529bd6c2008-11-27 14:17:01 +01003312 * get the empty PCM device number to assign
3313 */
Takashi Iwai36bb00d2013-06-06 12:10:24 +02003314static int get_empty_pcm_device(struct hda_bus *bus, unsigned int type)
Takashi Iwai529bd6c2008-11-27 14:17:01 +01003315{
Wu Fengguangf5d6def52009-10-30 11:38:26 +01003316 /* audio device indices; not linear to keep compatibility */
Takashi Iwai36bb00d2013-06-06 12:10:24 +02003317 /* assigned to static slots up to dev#10; if more needed, assign
3318 * the later slot dynamically (when CONFIG_SND_DYNAMIC_MINORS=y)
3319 */
Wu Fengguangf5d6def52009-10-30 11:38:26 +01003320 static int audio_idx[HDA_PCM_NTYPES][5] = {
3321 [HDA_PCM_TYPE_AUDIO] = { 0, 2, 4, 5, -1 },
3322 [HDA_PCM_TYPE_SPDIF] = { 1, -1 },
Wu Fengguang92608ba2009-10-30 11:40:03 +01003323 [HDA_PCM_TYPE_HDMI] = { 3, 7, 8, 9, -1 },
Wu Fengguangf5d6def52009-10-30 11:38:26 +01003324 [HDA_PCM_TYPE_MODEM] = { 6, -1 },
Takashi Iwai529bd6c2008-11-27 14:17:01 +01003325 };
Wu Fengguangf5d6def52009-10-30 11:38:26 +01003326 int i;
Takashi Iwai529bd6c2008-11-27 14:17:01 +01003327
Wu Fengguangf5d6def52009-10-30 11:38:26 +01003328 if (type >= HDA_PCM_NTYPES) {
Takashi Iwai4e76a882014-02-25 12:21:03 +01003329 dev_err(bus->card->dev, "Invalid PCM type %d\n", type);
Takashi Iwai529bd6c2008-11-27 14:17:01 +01003330 return -EINVAL;
3331 }
Wu Fengguangf5d6def52009-10-30 11:38:26 +01003332
Takashi Iwai36bb00d2013-06-06 12:10:24 +02003333 for (i = 0; audio_idx[type][i] >= 0; i++) {
3334#ifndef CONFIG_SND_DYNAMIC_MINORS
3335 if (audio_idx[type][i] >= 8)
3336 break;
3337#endif
Wu Fengguangf5d6def52009-10-30 11:38:26 +01003338 if (!test_and_set_bit(audio_idx[type][i], bus->pcm_dev_bits))
3339 return audio_idx[type][i];
Takashi Iwai36bb00d2013-06-06 12:10:24 +02003340 }
Wu Fengguangf5d6def52009-10-30 11:38:26 +01003341
Takashi Iwai36bb00d2013-06-06 12:10:24 +02003342#ifdef CONFIG_SND_DYNAMIC_MINORS
Takashi Iwai01b65bf2011-11-24 14:31:46 +01003343 /* non-fixed slots starting from 10 */
3344 for (i = 10; i < 32; i++) {
3345 if (!test_and_set_bit(i, bus->pcm_dev_bits))
3346 return i;
3347 }
Takashi Iwai36bb00d2013-06-06 12:10:24 +02003348#endif
Takashi Iwai01b65bf2011-11-24 14:31:46 +01003349
Takashi Iwai4e76a882014-02-25 12:21:03 +01003350 dev_warn(bus->card->dev, "Too many %s devices\n",
Norberto Lopes28aedaf2010-02-28 20:16:53 +01003351 snd_hda_pcm_type_name[type]);
Takashi Iwai36bb00d2013-06-06 12:10:24 +02003352#ifndef CONFIG_SND_DYNAMIC_MINORS
Takashi Iwai4e76a882014-02-25 12:21:03 +01003353 dev_warn(bus->card->dev,
3354 "Consider building the kernel with CONFIG_SND_DYNAMIC_MINORS=y\n");
Takashi Iwai36bb00d2013-06-06 12:10:24 +02003355#endif
Wu Fengguangf5d6def52009-10-30 11:38:26 +01003356 return -EAGAIN;
Takashi Iwai529bd6c2008-11-27 14:17:01 +01003357}
3358
Takashi Iwai1a4ba302015-02-24 11:50:11 +01003359/* call build_pcms ops of the given codec and set up the default parameters */
3360int snd_hda_codec_parse_pcms(struct hda_codec *codec)
Takashi Iwai176d5332008-07-30 15:01:44 +02003361{
Takashi Iwaibbbc7e82015-02-27 17:43:19 +01003362 struct hda_pcm *cpcm;
Takashi Iwai1a4ba302015-02-24 11:50:11 +01003363 int err;
Takashi Iwai176d5332008-07-30 15:01:44 +02003364
Takashi Iwaibbbc7e82015-02-27 17:43:19 +01003365 if (!list_empty(&codec->pcm_list_head))
Takashi Iwai1a4ba302015-02-24 11:50:11 +01003366 return 0; /* already parsed */
3367
3368 if (!codec->patch_ops.build_pcms)
3369 return 0;
3370
3371 err = codec->patch_ops.build_pcms(codec);
3372 if (err < 0) {
3373 codec_err(codec, "cannot build PCMs for #%d (error %d)\n",
Takashi Iwaid068ebc2015-03-02 23:22:59 +01003374 codec->core.addr, err);
Takashi Iwai1a4ba302015-02-24 11:50:11 +01003375 return err;
3376 }
3377
Takashi Iwaibbbc7e82015-02-27 17:43:19 +01003378 list_for_each_entry(cpcm, &codec->pcm_list_head, list) {
Takashi Iwai1a4ba302015-02-24 11:50:11 +01003379 int stream;
3380
3381 for (stream = 0; stream < 2; stream++) {
3382 struct hda_pcm_stream *info = &cpcm->stream[stream];
3383
3384 if (!info->substreams)
3385 continue;
Takashi Iwai176d5332008-07-30 15:01:44 +02003386 err = set_pcm_default_values(codec, info);
Takashi Iwai1a4ba302015-02-24 11:50:11 +01003387 if (err < 0) {
3388 codec_warn(codec,
3389 "fail to setup default for PCM %s\n",
3390 cpcm->name);
Takashi Iwai176d5332008-07-30 15:01:44 +02003391 return err;
Takashi Iwai1a4ba302015-02-24 11:50:11 +01003392 }
Takashi Iwai176d5332008-07-30 15:01:44 +02003393 }
3394 }
Takashi Iwai1a4ba302015-02-24 11:50:11 +01003395
3396 return 0;
Takashi Iwai176d5332008-07-30 15:01:44 +02003397}
3398
Takashi Iwai529bd6c2008-11-27 14:17:01 +01003399/* assign all PCMs of the given codec */
3400int snd_hda_codec_build_pcms(struct hda_codec *codec)
3401{
Takashi Iwai1a4ba302015-02-24 11:50:11 +01003402 struct hda_bus *bus = codec->bus;
Takashi Iwaibbbc7e82015-02-27 17:43:19 +01003403 struct hda_pcm *cpcm;
Takashi Iwai1a4ba302015-02-24 11:50:11 +01003404 int dev, err;
Takashi Iwai529bd6c2008-11-27 14:17:01 +01003405
Takashi Iwai1a4ba302015-02-24 11:50:11 +01003406 err = snd_hda_codec_parse_pcms(codec);
3407 if (err < 0) {
3408 snd_hda_codec_reset(codec);
3409 return err;
Takashi Iwai529bd6c2008-11-27 14:17:01 +01003410 }
Takashi Iwai1a4ba302015-02-24 11:50:11 +01003411
3412 /* attach a new PCM streams */
Takashi Iwaibbbc7e82015-02-27 17:43:19 +01003413 list_for_each_entry(cpcm, &codec->pcm_list_head, list) {
Takashi Iwai1a4ba302015-02-24 11:50:11 +01003414 if (cpcm->pcm)
3415 continue; /* already attached */
Takashi Iwai529bd6c2008-11-27 14:17:01 +01003416 if (!cpcm->stream[0].substreams && !cpcm->stream[1].substreams)
Takashi Iwai41b5b012009-01-20 18:21:23 +01003417 continue; /* no substreams assigned */
Takashi Iwai529bd6c2008-11-27 14:17:01 +01003418
Takashi Iwai1a4ba302015-02-24 11:50:11 +01003419 dev = get_empty_pcm_device(bus, cpcm->pcm_type);
3420 if (dev < 0)
3421 continue; /* no fatal error */
3422 cpcm->device = dev;
Takashi Iwai0a505752015-04-16 23:25:02 +02003423 err = snd_hda_attach_pcm_stream(bus, codec, cpcm);
Takashi Iwai1a4ba302015-02-24 11:50:11 +01003424 if (err < 0) {
3425 codec_err(codec,
3426 "cannot attach PCM stream %d for codec #%d\n",
Takashi Iwaid068ebc2015-03-02 23:22:59 +01003427 dev, codec->core.addr);
Takashi Iwai1a4ba302015-02-24 11:50:11 +01003428 continue; /* no fatal error */
Takashi Iwai529bd6c2008-11-27 14:17:01 +01003429 }
3430 }
Takashi Iwai1a4ba302015-02-24 11:50:11 +01003431
Takashi Iwai529bd6c2008-11-27 14:17:01 +01003432 return 0;
3433}
3434
Linus Torvalds1da177e2005-04-16 15:20:36 -07003435/**
Linus Torvalds1da177e2005-04-16 15:20:36 -07003436 * snd_hda_add_new_ctls - create controls from the array
3437 * @codec: the HDA codec
Takashi Iwaic8b6bf92005-11-17 14:57:47 +01003438 * @knew: the array of struct snd_kcontrol_new
Linus Torvalds1da177e2005-04-16 15:20:36 -07003439 *
3440 * This helper function creates and add new controls in the given array.
3441 * The array must be terminated with an empty entry as terminator.
3442 *
3443 * Returns 0 if successful, or a negative error code.
3444 */
Takashi Iwai031024e2011-05-02 11:29:30 +02003445int snd_hda_add_new_ctls(struct hda_codec *codec,
3446 const struct snd_kcontrol_new *knew)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003447{
Jaroslav Kysela4d02d1b2009-11-12 10:15:48 +01003448 int err;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003449
3450 for (; knew->name; knew++) {
Takashi Iwai54d17402005-11-21 16:33:22 +01003451 struct snd_kcontrol *kctl;
Takashi Iwai1afe2062010-12-23 10:17:52 +01003452 int addr = 0, idx = 0;
Jaroslav Kysela5b0cb1d2009-12-08 16:13:32 +01003453 if (knew->iface == -1) /* skip this codec private value */
3454 continue;
Takashi Iwai1afe2062010-12-23 10:17:52 +01003455 for (;;) {
Takashi Iwai54d17402005-11-21 16:33:22 +01003456 kctl = snd_ctl_new1(knew, codec);
Takashi Iwai0ba21762007-04-16 11:29:14 +02003457 if (!kctl)
Takashi Iwai54d17402005-11-21 16:33:22 +01003458 return -ENOMEM;
Takashi Iwai1afe2062010-12-23 10:17:52 +01003459 if (addr > 0)
3460 kctl->id.device = addr;
3461 if (idx > 0)
3462 kctl->id.index = idx;
Jaroslav Kysela3911a4c2009-11-11 13:43:01 +01003463 err = snd_hda_ctl_add(codec, 0, kctl);
Takashi Iwai1afe2062010-12-23 10:17:52 +01003464 if (!err)
3465 break;
3466 /* try first with another device index corresponding to
3467 * the codec addr; if it still fails (or it's the
3468 * primary codec), then try another control index
3469 */
Takashi Iwaid068ebc2015-03-02 23:22:59 +01003470 if (!addr && codec->core.addr)
3471 addr = codec->core.addr;
Takashi Iwai1afe2062010-12-23 10:17:52 +01003472 else if (!idx && !knew->index) {
3473 idx = find_empty_mixer_ctl_idx(codec,
Takashi Iwaidcda5802012-10-12 17:24:51 +02003474 knew->name, 0);
Takashi Iwai1afe2062010-12-23 10:17:52 +01003475 if (idx <= 0)
3476 return err;
3477 } else
Takashi Iwai54d17402005-11-21 16:33:22 +01003478 return err;
3479 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07003480 }
3481 return 0;
3482}
Takashi Iwai2698ea92013-12-18 07:45:52 +01003483EXPORT_SYMBOL_GPL(snd_hda_add_new_ctls);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003484
Takashi Iwai83012a72012-08-24 18:38:08 +02003485#ifdef CONFIG_PM
Takashi Iwaibb573922015-02-20 09:26:04 +01003486static void codec_set_power_save(struct hda_codec *codec, int delay)
Takashi Iwaicc72da72015-02-19 16:00:22 +01003487{
3488 struct device *dev = hda_codec_dev(codec);
Takashi Iwaicc72da72015-02-19 16:00:22 +01003489
Takashi Iwaicc72da72015-02-19 16:00:22 +01003490 if (delay > 0) {
3491 pm_runtime_set_autosuspend_delay(dev, delay);
3492 pm_runtime_use_autosuspend(dev);
3493 pm_runtime_allow(dev);
3494 if (!pm_runtime_suspended(dev))
3495 pm_runtime_mark_last_busy(dev);
3496 } else {
3497 pm_runtime_dont_use_autosuspend(dev);
3498 pm_runtime_forbid(dev);
3499 }
3500}
Takashi Iwaibb573922015-02-20 09:26:04 +01003501
3502/**
3503 * snd_hda_set_power_save - reprogram autosuspend for the given delay
3504 * @bus: HD-audio bus
3505 * @delay: autosuspend delay in msec, 0 = off
3506 *
3507 * Synchronize the runtime PM autosuspend state from the power_save option.
3508 */
3509void snd_hda_set_power_save(struct hda_bus *bus, int delay)
3510{
3511 struct hda_codec *c;
3512
Takashi Iwaid068ebc2015-03-02 23:22:59 +01003513 list_for_each_codec(c, bus)
Takashi Iwaibb573922015-02-20 09:26:04 +01003514 codec_set_power_save(c, delay);
3515}
3516EXPORT_SYMBOL_GPL(snd_hda_set_power_save);
Takashi Iwaicb53c622007-08-10 17:21:45 +02003517
Takashi Iwaid5191e52009-11-16 14:58:17 +01003518/**
3519 * snd_hda_check_amp_list_power - Check the amp list and update the power
3520 * @codec: HD-audio codec
3521 * @check: the object containing an AMP list and the status
3522 * @nid: NID to check / update
3523 *
3524 * Check whether the given NID is in the amp list. If it's in the list,
3525 * check the current AMP status, and update the the power-status according
3526 * to the mute status.
3527 *
3528 * This function is supposed to be set or called from the check_power_status
3529 * patch ops.
Norberto Lopes28aedaf2010-02-28 20:16:53 +01003530 */
Takashi Iwaicb53c622007-08-10 17:21:45 +02003531int snd_hda_check_amp_list_power(struct hda_codec *codec,
3532 struct hda_loopback_check *check,
3533 hda_nid_t nid)
3534{
Takashi Iwai031024e2011-05-02 11:29:30 +02003535 const struct hda_amp_list *p;
Takashi Iwaicb53c622007-08-10 17:21:45 +02003536 int ch, v;
3537
3538 if (!check->amplist)
3539 return 0;
3540 for (p = check->amplist; p->nid; p++) {
3541 if (p->nid == nid)
3542 break;
3543 }
3544 if (!p->nid)
3545 return 0; /* nothing changed */
3546
3547 for (p = check->amplist; p->nid; p++) {
3548 for (ch = 0; ch < 2; ch++) {
3549 v = snd_hda_codec_amp_read(codec, p->nid, ch, p->dir,
3550 p->idx);
3551 if (!(v & HDA_AMP_MUTE) && v > 0) {
3552 if (!check->power_on) {
3553 check->power_on = 1;
Takashi Iwai664c7152015-04-08 11:43:14 +02003554 snd_hda_power_up_pm(codec);
Takashi Iwaicb53c622007-08-10 17:21:45 +02003555 }
3556 return 1;
3557 }
3558 }
3559 }
3560 if (check->power_on) {
3561 check->power_on = 0;
Takashi Iwai664c7152015-04-08 11:43:14 +02003562 snd_hda_power_down_pm(codec);
Takashi Iwaicb53c622007-08-10 17:21:45 +02003563 }
3564 return 0;
3565}
Takashi Iwai2698ea92013-12-18 07:45:52 +01003566EXPORT_SYMBOL_GPL(snd_hda_check_amp_list_power);
Takashi Iwaicb53c622007-08-10 17:21:45 +02003567#endif
Linus Torvalds1da177e2005-04-16 15:20:36 -07003568
Takashi Iwaic8b6bf92005-11-17 14:57:47 +01003569/*
Linus Torvalds1da177e2005-04-16 15:20:36 -07003570 * input MUX helper
3571 */
Takashi Iwaid5191e52009-11-16 14:58:17 +01003572
3573/**
3574 * snd_hda_input_mux_info_info - Info callback helper for the input-mux enum
Takashi Iwaia11e9b12014-10-29 15:06:01 +01003575 * @imux: imux helper object
3576 * @uinfo: pointer to get/store the data
Takashi Iwaid5191e52009-11-16 14:58:17 +01003577 */
Takashi Iwai0ba21762007-04-16 11:29:14 +02003578int snd_hda_input_mux_info(const struct hda_input_mux *imux,
3579 struct snd_ctl_elem_info *uinfo)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003580{
3581 unsigned int index;
3582
3583 uinfo->type = SNDRV_CTL_ELEM_TYPE_ENUMERATED;
3584 uinfo->count = 1;
3585 uinfo->value.enumerated.items = imux->num_items;
Takashi Iwai5513b0c2007-10-09 11:58:41 +02003586 if (!imux->num_items)
3587 return 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003588 index = uinfo->value.enumerated.item;
3589 if (index >= imux->num_items)
3590 index = imux->num_items - 1;
3591 strcpy(uinfo->value.enumerated.name, imux->items[index].label);
3592 return 0;
3593}
Takashi Iwai2698ea92013-12-18 07:45:52 +01003594EXPORT_SYMBOL_GPL(snd_hda_input_mux_info);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003595
Takashi Iwaid5191e52009-11-16 14:58:17 +01003596/**
3597 * snd_hda_input_mux_info_put - Put callback helper for the input-mux enum
Takashi Iwaia11e9b12014-10-29 15:06:01 +01003598 * @codec: the HDA codec
3599 * @imux: imux helper object
3600 * @ucontrol: pointer to get/store the data
3601 * @nid: input mux NID
3602 * @cur_val: pointer to get/store the current imux value
Takashi Iwaid5191e52009-11-16 14:58:17 +01003603 */
Takashi Iwai0ba21762007-04-16 11:29:14 +02003604int snd_hda_input_mux_put(struct hda_codec *codec,
3605 const struct hda_input_mux *imux,
3606 struct snd_ctl_elem_value *ucontrol,
3607 hda_nid_t nid,
Linus Torvalds1da177e2005-04-16 15:20:36 -07003608 unsigned int *cur_val)
3609{
3610 unsigned int idx;
3611
Takashi Iwai5513b0c2007-10-09 11:58:41 +02003612 if (!imux->num_items)
3613 return 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003614 idx = ucontrol->value.enumerated.item[0];
3615 if (idx >= imux->num_items)
3616 idx = imux->num_items - 1;
Takashi Iwai82beb8f2007-08-10 17:09:26 +02003617 if (*cur_val == idx)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003618 return 0;
Takashi Iwai82beb8f2007-08-10 17:09:26 +02003619 snd_hda_codec_write_cache(codec, nid, 0, AC_VERB_SET_CONNECT_SEL,
3620 imux->items[idx].index);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003621 *cur_val = idx;
3622 return 1;
3623}
Takashi Iwai2698ea92013-12-18 07:45:52 +01003624EXPORT_SYMBOL_GPL(snd_hda_input_mux_put);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003625
3626
Takashi Iwaia11e9b12014-10-29 15:06:01 +01003627/**
3628 * snd_hda_enum_helper_info - Helper for simple enum ctls
3629 * @kcontrol: ctl element
3630 * @uinfo: pointer to get/store the data
3631 * @num_items: number of enum items
3632 * @texts: enum item string array
3633 *
Takashi Iwaidda415d2012-11-30 18:34:38 +01003634 * process kcontrol info callback of a simple string enum array
3635 * when @num_items is 0 or @texts is NULL, assume a boolean enum array
3636 */
3637int snd_hda_enum_helper_info(struct snd_kcontrol *kcontrol,
3638 struct snd_ctl_elem_info *uinfo,
3639 int num_items, const char * const *texts)
3640{
3641 static const char * const texts_default[] = {
3642 "Disabled", "Enabled"
3643 };
3644
3645 if (!texts || !num_items) {
3646 num_items = 2;
3647 texts = texts_default;
3648 }
3649
Takashi Iwai3ff72212014-10-20 18:17:28 +02003650 return snd_ctl_enum_info(uinfo, 1, num_items, texts);
Takashi Iwaidda415d2012-11-30 18:34:38 +01003651}
Takashi Iwai2698ea92013-12-18 07:45:52 +01003652EXPORT_SYMBOL_GPL(snd_hda_enum_helper_info);
Takashi Iwaidda415d2012-11-30 18:34:38 +01003653
3654/*
Linus Torvalds1da177e2005-04-16 15:20:36 -07003655 * Multi-channel / digital-out PCM helper functions
3656 */
3657
Takashi Iwai6b97eb42007-04-05 14:51:48 +02003658/* setup SPDIF output stream */
3659static void setup_dig_out_stream(struct hda_codec *codec, hda_nid_t nid,
3660 unsigned int stream_tag, unsigned int format)
3661{
Laurence Darby3bef1c32012-11-03 17:00:06 +00003662 struct hda_spdif_out *spdif;
3663 unsigned int curr_fmt;
3664 bool reset;
Stephen Warren7c935972011-06-01 11:14:17 -06003665
Laurence Darby3bef1c32012-11-03 17:00:06 +00003666 spdif = snd_hda_spdif_out_of_nid(codec, nid);
3667 curr_fmt = snd_hda_codec_read(codec, nid, 0,
3668 AC_VERB_GET_STREAM_FORMAT, 0);
3669 reset = codec->spdif_status_reset &&
3670 (spdif->ctls & AC_DIG1_ENABLE) &&
3671 curr_fmt != format;
3672
3673 /* turn off SPDIF if needed; otherwise the IEC958 bits won't be
3674 updated */
3675 if (reset)
Norberto Lopes28aedaf2010-02-28 20:16:53 +01003676 set_dig_out_convert(codec, nid,
Stephen Warren7c935972011-06-01 11:14:17 -06003677 spdif->ctls & ~AC_DIG1_ENABLE & 0xff,
Takashi Iwai2f728532008-09-25 16:32:41 +02003678 -1);
Takashi Iwai6b97eb42007-04-05 14:51:48 +02003679 snd_hda_codec_setup_stream(codec, nid, stream_tag, 0, format);
Takashi Iwai2f728532008-09-25 16:32:41 +02003680 if (codec->slave_dig_outs) {
Takashi Iwaidda14412011-05-02 11:29:30 +02003681 const hda_nid_t *d;
Takashi Iwai2f728532008-09-25 16:32:41 +02003682 for (d = codec->slave_dig_outs; *d; d++)
3683 snd_hda_codec_setup_stream(codec, *d, stream_tag, 0,
3684 format);
Matthew Ranostayde51ca12008-09-07 14:31:40 -04003685 }
Takashi Iwai2f728532008-09-25 16:32:41 +02003686 /* turn on again (if needed) */
Laurence Darby3bef1c32012-11-03 17:00:06 +00003687 if (reset)
Takashi Iwai2f728532008-09-25 16:32:41 +02003688 set_dig_out_convert(codec, nid,
Stephen Warren7c935972011-06-01 11:14:17 -06003689 spdif->ctls & 0xff, -1);
Takashi Iwai2f728532008-09-25 16:32:41 +02003690}
Matthew Ranostayde51ca12008-09-07 14:31:40 -04003691
Takashi Iwai2f728532008-09-25 16:32:41 +02003692static void cleanup_dig_out_stream(struct hda_codec *codec, hda_nid_t nid)
3693{
3694 snd_hda_codec_cleanup_stream(codec, nid);
3695 if (codec->slave_dig_outs) {
Takashi Iwaidda14412011-05-02 11:29:30 +02003696 const hda_nid_t *d;
Takashi Iwai2f728532008-09-25 16:32:41 +02003697 for (d = codec->slave_dig_outs; *d; d++)
3698 snd_hda_codec_cleanup_stream(codec, *d);
3699 }
Takashi Iwai6b97eb42007-04-05 14:51:48 +02003700}
3701
Takashi Iwaid5191e52009-11-16 14:58:17 +01003702/**
Takashi Iwaid5191e52009-11-16 14:58:17 +01003703 * snd_hda_multi_out_dig_open - open the digital out in the exclusive mode
Takashi Iwaia11e9b12014-10-29 15:06:01 +01003704 * @codec: the HDA codec
3705 * @mout: hda_multi_out object
Linus Torvalds1da177e2005-04-16 15:20:36 -07003706 */
Takashi Iwai0ba21762007-04-16 11:29:14 +02003707int snd_hda_multi_out_dig_open(struct hda_codec *codec,
3708 struct hda_multi_out *mout)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003709{
Ingo Molnar62932df2006-01-16 16:34:20 +01003710 mutex_lock(&codec->spdif_mutex);
Takashi Iwai5930ca42007-04-16 11:23:56 +02003711 if (mout->dig_out_used == HDA_DIG_ANALOG_DUP)
3712 /* already opened as analog dup; reset it once */
Takashi Iwai2f728532008-09-25 16:32:41 +02003713 cleanup_dig_out_stream(codec, mout->dig_out_nid);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003714 mout->dig_out_used = HDA_DIG_EXCLUSIVE;
Ingo Molnar62932df2006-01-16 16:34:20 +01003715 mutex_unlock(&codec->spdif_mutex);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003716 return 0;
3717}
Takashi Iwai2698ea92013-12-18 07:45:52 +01003718EXPORT_SYMBOL_GPL(snd_hda_multi_out_dig_open);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003719
Takashi Iwaid5191e52009-11-16 14:58:17 +01003720/**
3721 * snd_hda_multi_out_dig_prepare - prepare the digital out stream
Takashi Iwaia11e9b12014-10-29 15:06:01 +01003722 * @codec: the HDA codec
3723 * @mout: hda_multi_out object
3724 * @stream_tag: stream tag to assign
3725 * @format: format id to assign
3726 * @substream: PCM substream to assign
Takashi Iwaid5191e52009-11-16 14:58:17 +01003727 */
Takashi Iwai6b97eb42007-04-05 14:51:48 +02003728int snd_hda_multi_out_dig_prepare(struct hda_codec *codec,
3729 struct hda_multi_out *mout,
3730 unsigned int stream_tag,
3731 unsigned int format,
3732 struct snd_pcm_substream *substream)
3733{
3734 mutex_lock(&codec->spdif_mutex);
3735 setup_dig_out_stream(codec, mout->dig_out_nid, stream_tag, format);
3736 mutex_unlock(&codec->spdif_mutex);
3737 return 0;
3738}
Takashi Iwai2698ea92013-12-18 07:45:52 +01003739EXPORT_SYMBOL_GPL(snd_hda_multi_out_dig_prepare);
Takashi Iwai6b97eb42007-04-05 14:51:48 +02003740
Takashi Iwaid5191e52009-11-16 14:58:17 +01003741/**
3742 * snd_hda_multi_out_dig_cleanup - clean-up the digital out stream
Takashi Iwaia11e9b12014-10-29 15:06:01 +01003743 * @codec: the HDA codec
3744 * @mout: hda_multi_out object
Takashi Iwaid5191e52009-11-16 14:58:17 +01003745 */
Takashi Iwai9411e212009-02-13 11:32:28 +01003746int snd_hda_multi_out_dig_cleanup(struct hda_codec *codec,
3747 struct hda_multi_out *mout)
3748{
3749 mutex_lock(&codec->spdif_mutex);
3750 cleanup_dig_out_stream(codec, mout->dig_out_nid);
3751 mutex_unlock(&codec->spdif_mutex);
3752 return 0;
3753}
Takashi Iwai2698ea92013-12-18 07:45:52 +01003754EXPORT_SYMBOL_GPL(snd_hda_multi_out_dig_cleanup);
Takashi Iwai9411e212009-02-13 11:32:28 +01003755
Takashi Iwaid5191e52009-11-16 14:58:17 +01003756/**
3757 * snd_hda_multi_out_dig_close - release the digital out stream
Takashi Iwaia11e9b12014-10-29 15:06:01 +01003758 * @codec: the HDA codec
3759 * @mout: hda_multi_out object
Linus Torvalds1da177e2005-04-16 15:20:36 -07003760 */
Takashi Iwai0ba21762007-04-16 11:29:14 +02003761int snd_hda_multi_out_dig_close(struct hda_codec *codec,
3762 struct hda_multi_out *mout)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003763{
Ingo Molnar62932df2006-01-16 16:34:20 +01003764 mutex_lock(&codec->spdif_mutex);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003765 mout->dig_out_used = 0;
Ingo Molnar62932df2006-01-16 16:34:20 +01003766 mutex_unlock(&codec->spdif_mutex);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003767 return 0;
3768}
Takashi Iwai2698ea92013-12-18 07:45:52 +01003769EXPORT_SYMBOL_GPL(snd_hda_multi_out_dig_close);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003770
Takashi Iwaid5191e52009-11-16 14:58:17 +01003771/**
3772 * snd_hda_multi_out_analog_open - open analog outputs
Takashi Iwaia11e9b12014-10-29 15:06:01 +01003773 * @codec: the HDA codec
3774 * @mout: hda_multi_out object
3775 * @substream: PCM substream to assign
3776 * @hinfo: PCM information to assign
Takashi Iwaid5191e52009-11-16 14:58:17 +01003777 *
3778 * Open analog outputs and set up the hw-constraints.
3779 * If the digital outputs can be opened as slave, open the digital
3780 * outputs, too.
Linus Torvalds1da177e2005-04-16 15:20:36 -07003781 */
Takashi Iwai0ba21762007-04-16 11:29:14 +02003782int snd_hda_multi_out_analog_open(struct hda_codec *codec,
3783 struct hda_multi_out *mout,
Takashi Iwai9a081602008-02-12 18:37:26 +01003784 struct snd_pcm_substream *substream,
3785 struct hda_pcm_stream *hinfo)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003786{
Takashi Iwai9a081602008-02-12 18:37:26 +01003787 struct snd_pcm_runtime *runtime = substream->runtime;
3788 runtime->hw.channels_max = mout->max_channels;
3789 if (mout->dig_out_nid) {
3790 if (!mout->analog_rates) {
3791 mout->analog_rates = hinfo->rates;
3792 mout->analog_formats = hinfo->formats;
3793 mout->analog_maxbps = hinfo->maxbps;
3794 } else {
3795 runtime->hw.rates = mout->analog_rates;
3796 runtime->hw.formats = mout->analog_formats;
3797 hinfo->maxbps = mout->analog_maxbps;
3798 }
3799 if (!mout->spdif_rates) {
3800 snd_hda_query_supported_pcm(codec, mout->dig_out_nid,
3801 &mout->spdif_rates,
3802 &mout->spdif_formats,
3803 &mout->spdif_maxbps);
3804 }
3805 mutex_lock(&codec->spdif_mutex);
3806 if (mout->share_spdif) {
Takashi Iwai022b4662009-07-03 23:03:30 +02003807 if ((runtime->hw.rates & mout->spdif_rates) &&
3808 (runtime->hw.formats & mout->spdif_formats)) {
3809 runtime->hw.rates &= mout->spdif_rates;
3810 runtime->hw.formats &= mout->spdif_formats;
3811 if (mout->spdif_maxbps < hinfo->maxbps)
3812 hinfo->maxbps = mout->spdif_maxbps;
3813 } else {
3814 mout->share_spdif = 0;
3815 /* FIXME: need notify? */
3816 }
Takashi Iwai9a081602008-02-12 18:37:26 +01003817 }
Frederik Deweerdteaa99852008-04-14 13:11:44 +02003818 mutex_unlock(&codec->spdif_mutex);
Takashi Iwai9a081602008-02-12 18:37:26 +01003819 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07003820 return snd_pcm_hw_constraint_step(substream->runtime, 0,
3821 SNDRV_PCM_HW_PARAM_CHANNELS, 2);
3822}
Takashi Iwai2698ea92013-12-18 07:45:52 +01003823EXPORT_SYMBOL_GPL(snd_hda_multi_out_analog_open);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003824
Takashi Iwaid5191e52009-11-16 14:58:17 +01003825/**
3826 * snd_hda_multi_out_analog_prepare - Preapre the analog outputs.
Takashi Iwaia11e9b12014-10-29 15:06:01 +01003827 * @codec: the HDA codec
3828 * @mout: hda_multi_out object
3829 * @stream_tag: stream tag to assign
3830 * @format: format id to assign
3831 * @substream: PCM substream to assign
Takashi Iwaid5191e52009-11-16 14:58:17 +01003832 *
3833 * Set up the i/o for analog out.
3834 * When the digital out is available, copy the front out to digital out, too.
Linus Torvalds1da177e2005-04-16 15:20:36 -07003835 */
Takashi Iwai0ba21762007-04-16 11:29:14 +02003836int snd_hda_multi_out_analog_prepare(struct hda_codec *codec,
3837 struct hda_multi_out *mout,
Linus Torvalds1da177e2005-04-16 15:20:36 -07003838 unsigned int stream_tag,
3839 unsigned int format,
Takashi Iwaic8b6bf92005-11-17 14:57:47 +01003840 struct snd_pcm_substream *substream)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003841{
Takashi Iwaidda14412011-05-02 11:29:30 +02003842 const hda_nid_t *nids = mout->dac_nids;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003843 int chs = substream->runtime->channels;
Takashi Iwaie3245cd2012-05-10 10:21:29 +02003844 struct hda_spdif_out *spdif;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003845 int i;
3846
Ingo Molnar62932df2006-01-16 16:34:20 +01003847 mutex_lock(&codec->spdif_mutex);
Takashi Iwaie3245cd2012-05-10 10:21:29 +02003848 spdif = snd_hda_spdif_out_of_nid(codec, mout->dig_out_nid);
Takashi Iwai9a081602008-02-12 18:37:26 +01003849 if (mout->dig_out_nid && mout->share_spdif &&
3850 mout->dig_out_used != HDA_DIG_EXCLUSIVE) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07003851 if (chs == 2 &&
Takashi Iwai0ba21762007-04-16 11:29:14 +02003852 snd_hda_is_supported_format(codec, mout->dig_out_nid,
3853 format) &&
Stephen Warren7c935972011-06-01 11:14:17 -06003854 !(spdif->status & IEC958_AES0_NONAUDIO)) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07003855 mout->dig_out_used = HDA_DIG_ANALOG_DUP;
Takashi Iwai6b97eb42007-04-05 14:51:48 +02003856 setup_dig_out_stream(codec, mout->dig_out_nid,
3857 stream_tag, format);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003858 } else {
3859 mout->dig_out_used = 0;
Takashi Iwai2f728532008-09-25 16:32:41 +02003860 cleanup_dig_out_stream(codec, mout->dig_out_nid);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003861 }
3862 }
Ingo Molnar62932df2006-01-16 16:34:20 +01003863 mutex_unlock(&codec->spdif_mutex);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003864
3865 /* front */
Takashi Iwai0ba21762007-04-16 11:29:14 +02003866 snd_hda_codec_setup_stream(codec, nids[HDA_FRONT], stream_tag,
3867 0, format);
Takashi Iwaid29240c2007-10-26 12:35:56 +02003868 if (!mout->no_share_stream &&
3869 mout->hp_nid && mout->hp_nid != nids[HDA_FRONT])
Linus Torvalds1da177e2005-04-16 15:20:36 -07003870 /* headphone out will just decode front left/right (stereo) */
Takashi Iwai0ba21762007-04-16 11:29:14 +02003871 snd_hda_codec_setup_stream(codec, mout->hp_nid, stream_tag,
3872 0, format);
Takashi Iwai82bc9552006-03-21 11:24:42 +01003873 /* extra outputs copied from front */
Takashi Iwaia06dbfc2011-08-23 18:16:13 +02003874 for (i = 0; i < ARRAY_SIZE(mout->hp_out_nid); i++)
3875 if (!mout->no_share_stream && mout->hp_out_nid[i])
3876 snd_hda_codec_setup_stream(codec,
3877 mout->hp_out_nid[i],
3878 stream_tag, 0, format);
Takashi Iwai82bc9552006-03-21 11:24:42 +01003879
Linus Torvalds1da177e2005-04-16 15:20:36 -07003880 /* surrounds */
3881 for (i = 1; i < mout->num_dacs; i++) {
Takashi Iwai4b3acaf2005-06-10 19:48:10 +02003882 if (chs >= (i + 1) * 2) /* independent out */
Takashi Iwai0ba21762007-04-16 11:29:14 +02003883 snd_hda_codec_setup_stream(codec, nids[i], stream_tag,
3884 i * 2, format);
Takashi Iwaid29240c2007-10-26 12:35:56 +02003885 else if (!mout->no_share_stream) /* copy front */
Takashi Iwai0ba21762007-04-16 11:29:14 +02003886 snd_hda_codec_setup_stream(codec, nids[i], stream_tag,
3887 0, format);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003888 }
David Henningssoncd4035e2013-10-10 09:01:25 +02003889
3890 /* extra surrounds */
3891 for (i = 0; i < ARRAY_SIZE(mout->extra_out_nid); i++) {
3892 int ch = 0;
3893 if (!mout->extra_out_nid[i])
3894 break;
3895 if (chs >= (i + 1) * 2)
3896 ch = i * 2;
3897 else if (!mout->no_share_stream)
3898 break;
3899 snd_hda_codec_setup_stream(codec, mout->extra_out_nid[i],
3900 stream_tag, ch, format);
3901 }
3902
Linus Torvalds1da177e2005-04-16 15:20:36 -07003903 return 0;
3904}
Takashi Iwai2698ea92013-12-18 07:45:52 +01003905EXPORT_SYMBOL_GPL(snd_hda_multi_out_analog_prepare);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003906
Takashi Iwaid5191e52009-11-16 14:58:17 +01003907/**
3908 * snd_hda_multi_out_analog_cleanup - clean up the setting for analog out
Takashi Iwaia11e9b12014-10-29 15:06:01 +01003909 * @codec: the HDA codec
3910 * @mout: hda_multi_out object
Linus Torvalds1da177e2005-04-16 15:20:36 -07003911 */
Takashi Iwai0ba21762007-04-16 11:29:14 +02003912int snd_hda_multi_out_analog_cleanup(struct hda_codec *codec,
3913 struct hda_multi_out *mout)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003914{
Takashi Iwaidda14412011-05-02 11:29:30 +02003915 const hda_nid_t *nids = mout->dac_nids;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003916 int i;
3917
3918 for (i = 0; i < mout->num_dacs; i++)
Takashi Iwai888afa12008-03-18 09:57:50 +01003919 snd_hda_codec_cleanup_stream(codec, nids[i]);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003920 if (mout->hp_nid)
Takashi Iwai888afa12008-03-18 09:57:50 +01003921 snd_hda_codec_cleanup_stream(codec, mout->hp_nid);
Takashi Iwaia06dbfc2011-08-23 18:16:13 +02003922 for (i = 0; i < ARRAY_SIZE(mout->hp_out_nid); i++)
3923 if (mout->hp_out_nid[i])
3924 snd_hda_codec_cleanup_stream(codec,
3925 mout->hp_out_nid[i]);
Takashi Iwai82bc9552006-03-21 11:24:42 +01003926 for (i = 0; i < ARRAY_SIZE(mout->extra_out_nid); i++)
3927 if (mout->extra_out_nid[i])
Takashi Iwai888afa12008-03-18 09:57:50 +01003928 snd_hda_codec_cleanup_stream(codec,
3929 mout->extra_out_nid[i]);
Ingo Molnar62932df2006-01-16 16:34:20 +01003930 mutex_lock(&codec->spdif_mutex);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003931 if (mout->dig_out_nid && mout->dig_out_used == HDA_DIG_ANALOG_DUP) {
Takashi Iwai2f728532008-09-25 16:32:41 +02003932 cleanup_dig_out_stream(codec, mout->dig_out_nid);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003933 mout->dig_out_used = 0;
3934 }
Ingo Molnar62932df2006-01-16 16:34:20 +01003935 mutex_unlock(&codec->spdif_mutex);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003936 return 0;
3937}
Takashi Iwai2698ea92013-12-18 07:45:52 +01003938EXPORT_SYMBOL_GPL(snd_hda_multi_out_analog_cleanup);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003939
Takashi Iwai47408602012-04-20 13:06:53 +02003940/**
3941 * snd_hda_get_default_vref - Get the default (mic) VREF pin bits
Takashi Iwaia11e9b12014-10-29 15:06:01 +01003942 * @codec: the HDA codec
3943 * @pin: referred pin NID
Takashi Iwai47408602012-04-20 13:06:53 +02003944 *
3945 * Guess the suitable VREF pin bits to be set as the pin-control value.
3946 * Note: the function doesn't set the AC_PINCTL_IN_EN bit.
3947 */
3948unsigned int snd_hda_get_default_vref(struct hda_codec *codec, hda_nid_t pin)
3949{
3950 unsigned int pincap;
3951 unsigned int oldval;
3952 oldval = snd_hda_codec_read(codec, pin, 0,
3953 AC_VERB_GET_PIN_WIDGET_CONTROL, 0);
3954 pincap = snd_hda_query_pin_caps(codec, pin);
3955 pincap = (pincap & AC_PINCAP_VREF) >> AC_PINCAP_VREF_SHIFT;
3956 /* Exception: if the default pin setup is vref50, we give it priority */
3957 if ((pincap & AC_PINCAP_VREF_80) && oldval != PIN_VREF50)
3958 return AC_PINCTL_VREF_80;
3959 else if (pincap & AC_PINCAP_VREF_50)
3960 return AC_PINCTL_VREF_50;
3961 else if (pincap & AC_PINCAP_VREF_100)
3962 return AC_PINCTL_VREF_100;
3963 else if (pincap & AC_PINCAP_VREF_GRD)
3964 return AC_PINCTL_VREF_GRD;
3965 return AC_PINCTL_VREF_HIZ;
3966}
Takashi Iwai2698ea92013-12-18 07:45:52 +01003967EXPORT_SYMBOL_GPL(snd_hda_get_default_vref);
Takashi Iwai47408602012-04-20 13:06:53 +02003968
Takashi Iwaia11e9b12014-10-29 15:06:01 +01003969/**
3970 * snd_hda_correct_pin_ctl - correct the pin ctl value for matching with the pin cap
3971 * @codec: the HDA codec
3972 * @pin: referred pin NID
3973 * @val: pin ctl value to audit
3974 */
Takashi Iwai62f3a2f2013-01-10 08:56:46 +01003975unsigned int snd_hda_correct_pin_ctl(struct hda_codec *codec,
3976 hda_nid_t pin, unsigned int val)
3977{
3978 static unsigned int cap_lists[][2] = {
3979 { AC_PINCTL_VREF_100, AC_PINCAP_VREF_100 },
3980 { AC_PINCTL_VREF_80, AC_PINCAP_VREF_80 },
3981 { AC_PINCTL_VREF_50, AC_PINCAP_VREF_50 },
3982 { AC_PINCTL_VREF_GRD, AC_PINCAP_VREF_GRD },
3983 };
3984 unsigned int cap;
3985
3986 if (!val)
3987 return 0;
3988 cap = snd_hda_query_pin_caps(codec, pin);
3989 if (!cap)
3990 return val; /* don't know what to do... */
3991
3992 if (val & AC_PINCTL_OUT_EN) {
3993 if (!(cap & AC_PINCAP_OUT))
3994 val &= ~(AC_PINCTL_OUT_EN | AC_PINCTL_HP_EN);
3995 else if ((val & AC_PINCTL_HP_EN) && !(cap & AC_PINCAP_HP_DRV))
3996 val &= ~AC_PINCTL_HP_EN;
3997 }
3998
3999 if (val & AC_PINCTL_IN_EN) {
4000 if (!(cap & AC_PINCAP_IN))
4001 val &= ~(AC_PINCTL_IN_EN | AC_PINCTL_VREFEN);
4002 else {
4003 unsigned int vcap, vref;
4004 int i;
4005 vcap = (cap & AC_PINCAP_VREF) >> AC_PINCAP_VREF_SHIFT;
4006 vref = val & AC_PINCTL_VREFEN;
4007 for (i = 0; i < ARRAY_SIZE(cap_lists); i++) {
4008 if (vref == cap_lists[i][0] &&
4009 !(vcap & cap_lists[i][1])) {
4010 if (i == ARRAY_SIZE(cap_lists) - 1)
4011 vref = AC_PINCTL_VREF_HIZ;
4012 else
4013 vref = cap_lists[i + 1][0];
4014 }
4015 }
4016 val &= ~AC_PINCTL_VREFEN;
4017 val |= vref;
4018 }
4019 }
4020
4021 return val;
4022}
Takashi Iwai2698ea92013-12-18 07:45:52 +01004023EXPORT_SYMBOL_GPL(snd_hda_correct_pin_ctl);
Takashi Iwai62f3a2f2013-01-10 08:56:46 +01004024
Takashi Iwaia11e9b12014-10-29 15:06:01 +01004025/**
4026 * _snd_hda_pin_ctl - Helper to set pin ctl value
4027 * @codec: the HDA codec
4028 * @pin: referred pin NID
4029 * @val: pin control value to set
4030 * @cached: access over codec pinctl cache or direct write
4031 *
4032 * This function is a helper to set a pin ctl value more safely.
4033 * It corrects the pin ctl value via snd_hda_correct_pin_ctl(), stores the
4034 * value in pin target array via snd_hda_codec_set_pin_target(), then
4035 * actually writes the value via either snd_hda_codec_update_cache() or
4036 * snd_hda_codec_write() depending on @cached flag.
4037 */
Takashi Iwaicdd03ce2012-04-20 12:34:50 +02004038int _snd_hda_set_pin_ctl(struct hda_codec *codec, hda_nid_t pin,
4039 unsigned int val, bool cached)
4040{
Takashi Iwai62f3a2f2013-01-10 08:56:46 +01004041 val = snd_hda_correct_pin_ctl(codec, pin, val);
Takashi Iwaid7fdc002013-01-10 08:38:04 +01004042 snd_hda_codec_set_pin_target(codec, pin, val);
Takashi Iwaicdd03ce2012-04-20 12:34:50 +02004043 if (cached)
4044 return snd_hda_codec_update_cache(codec, pin, 0,
4045 AC_VERB_SET_PIN_WIDGET_CONTROL, val);
4046 else
4047 return snd_hda_codec_write(codec, pin, 0,
4048 AC_VERB_SET_PIN_WIDGET_CONTROL, val);
4049}
Takashi Iwai2698ea92013-12-18 07:45:52 +01004050EXPORT_SYMBOL_GPL(_snd_hda_set_pin_ctl);
Takashi Iwaicdd03ce2012-04-20 12:34:50 +02004051
Takashi Iwai990061c2010-09-09 22:08:44 +02004052/**
4053 * snd_hda_add_imux_item - Add an item to input_mux
Takashi Iwaia11e9b12014-10-29 15:06:01 +01004054 * @codec: the HDA codec
4055 * @imux: imux helper object
4056 * @label: the name of imux item to assign
4057 * @index: index number of imux item to assign
4058 * @type_idx: pointer to store the resultant label index
Takashi Iwai990061c2010-09-09 22:08:44 +02004059 *
4060 * When the same label is used already in the existing items, the number
4061 * suffix is appended to the label. This label index number is stored
4062 * to type_idx when non-NULL pointer is given.
4063 */
Takashi Iwai6194b992014-06-06 18:12:16 +02004064int snd_hda_add_imux_item(struct hda_codec *codec,
4065 struct hda_input_mux *imux, const char *label,
Takashi Iwai10a20af2010-09-09 16:28:02 +02004066 int index, int *type_idx)
4067{
4068 int i, label_idx = 0;
4069 if (imux->num_items >= HDA_MAX_NUM_INPUTS) {
Takashi Iwai6194b992014-06-06 18:12:16 +02004070 codec_err(codec, "hda_codec: Too many imux items!\n");
Takashi Iwai10a20af2010-09-09 16:28:02 +02004071 return -EINVAL;
4072 }
4073 for (i = 0; i < imux->num_items; i++) {
4074 if (!strncmp(label, imux->items[i].label, strlen(label)))
4075 label_idx++;
4076 }
4077 if (type_idx)
4078 *type_idx = label_idx;
4079 if (label_idx > 0)
4080 snprintf(imux->items[imux->num_items].label,
4081 sizeof(imux->items[imux->num_items].label),
4082 "%s %d", label, label_idx);
4083 else
4084 strlcpy(imux->items[imux->num_items].label, label,
4085 sizeof(imux->items[imux->num_items].label));
4086 imux->items[imux->num_items].index = index;
4087 imux->num_items++;
4088 return 0;
4089}
Takashi Iwai2698ea92013-12-18 07:45:52 +01004090EXPORT_SYMBOL_GPL(snd_hda_add_imux_item);
Takashi Iwaid7b1ae92010-08-30 13:00:16 +02004091
Linus Torvalds1da177e2005-04-16 15:20:36 -07004092/**
Takashi Iwai0a505752015-04-16 23:25:02 +02004093 * snd_hda_bus_reset_codecs - Reset the bus
Takashi Iwai59ed1ea2015-02-18 15:39:59 +01004094 * @bus: HD-audio bus
Linus Torvalds1da177e2005-04-16 15:20:36 -07004095 */
Takashi Iwai0a505752015-04-16 23:25:02 +02004096void snd_hda_bus_reset_codecs(struct hda_bus *bus)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004097{
Takashi Iwai0ba21762007-04-16 11:29:14 +02004098 struct hda_codec *codec;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004099
Takashi Iwaid068ebc2015-03-02 23:22:59 +01004100 list_for_each_codec(codec, bus) {
Takashi Iwai59ed1ea2015-02-18 15:39:59 +01004101 /* FIXME: maybe a better way needed for forced reset */
David Henningsson26a6cb62012-10-09 15:04:21 +02004102 cancel_delayed_work_sync(&codec->jackpoll_work);
Takashi Iwai59ed1ea2015-02-18 15:39:59 +01004103#ifdef CONFIG_PM
Mengdong Lin0e24dbb2013-11-26 23:00:51 -05004104 if (hda_codec_is_power_on(codec)) {
Takashi Iwaicc72da72015-02-19 16:00:22 +01004105 hda_call_codec_suspend(codec);
Mengdong Lin12edb892013-11-26 23:32:23 -05004106 hda_call_codec_resume(codec);
Takashi Iwai59ed1ea2015-02-18 15:39:59 +01004107 }
4108#endif
Linus Torvalds1da177e2005-04-16 15:20:36 -07004109 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07004110}
Takashi Iwaib2e18592008-07-30 15:01:44 +02004111
Takashi Iwaid5191e52009-11-16 14:58:17 +01004112/**
Takashi Iwaid5191e52009-11-16 14:58:17 +01004113 * snd_print_pcm_bits - Print the supported PCM fmt bits to the string buffer
4114 * @pcm: PCM caps bits
4115 * @buf: the string buffer to write
4116 * @buflen: the max buffer length
4117 *
4118 * used by hda_proc.c and hda_eld.c
4119 */
Takashi Iwaib2022262008-11-21 21:24:03 +01004120void snd_print_pcm_bits(int pcm, char *buf, int buflen)
4121{
4122 static unsigned int bits[] = { 8, 16, 20, 24, 32 };
4123 int i, j;
4124
4125 for (i = 0, j = 0; i < ARRAY_SIZE(bits); i++)
4126 if (pcm & (AC_SUPPCM_BITS_8 << i))
4127 j += snprintf(buf + j, buflen - j, " %d", bits[i]);
4128
4129 buf[j] = '\0'; /* necessary when j == 0 */
4130}
Takashi Iwai2698ea92013-12-18 07:45:52 +01004131EXPORT_SYMBOL_GPL(snd_print_pcm_bits);
Takashi Iwai1289e9e2008-11-27 15:47:11 +01004132
4133MODULE_DESCRIPTION("HDA codec core");
4134MODULE_LICENSE("GPL");