blob: d1d5fb9d7afb9a09d89c7a7ff94399a97a659c87 [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
Linus Torvalds1da177e2005-04-16 15:20:36 -070022#include <linux/init.h>
23#include <linux/delay.h>
24#include <linux/slab.h>
25#include <linux/pci.h>
Ingo Molnar62932df2006-01-16 16:34:20 +010026#include <linux/mutex.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -070027#include <sound/core.h>
28#include "hda_codec.h"
29#include <sound/asoundef.h>
Jaroslav Kysela302e9c52006-07-05 17:39:49 +020030#include <sound/tlv.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -070031#include <sound/initval.h>
32#include "hda_local.h"
Takashi Iwai28073142007-07-27 18:58:06 +020033#include <sound/hda_hwdep.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -070034
Linus Torvalds1da177e2005-04-16 15:20:36 -070035/*
36 * vendor / preset table
37 */
38
39struct hda_vendor_id {
40 unsigned int id;
41 const char *name;
42};
43
44/* codec vendor labels */
45static struct hda_vendor_id hda_vendor_ids[] = {
Takashi Iwaic8cd1282008-02-13 16:59:29 +010046 { 0x1002, "ATI" },
Takashi Iwaia9226252006-09-17 22:05:54 +020047 { 0x1057, "Motorola" },
Takashi Iwaic8cd1282008-02-13 16:59:29 +010048 { 0x1095, "Silicon Image" },
Takashi Iwai31117b72008-12-16 14:43:21 +010049 { 0x10de, "Nvidia" },
Takashi Iwaic8cd1282008-02-13 16:59:29 +010050 { 0x10ec, "Realtek" },
Takashi Iwai4e01f542009-04-16 08:53:34 +020051 { 0x1102, "Creative" },
Joseph Chanc577b8a2006-11-29 15:29:40 +010052 { 0x1106, "VIA" },
Matthew Ranostay7f168592007-10-18 17:38:17 +020053 { 0x111d, "IDT" },
Takashi Iwaic8cd1282008-02-13 16:59:29 +010054 { 0x11c1, "LSI" },
Takashi Iwai54b903e2005-05-15 14:30:10 +020055 { 0x11d4, "Analog Devices" },
Linus Torvalds1da177e2005-04-16 15:20:36 -070056 { 0x13f6, "C-Media" },
Takashi Iwaia9226252006-09-17 22:05:54 +020057 { 0x14f1, "Conexant" },
Takashi Iwaic8cd1282008-02-13 16:59:29 +010058 { 0x17e8, "Chrontel" },
59 { 0x1854, "LG" },
Mark Brown8199de32008-10-28 14:50:13 +000060 { 0x1aec, "Wolfson Microelectronics" },
Linus Torvalds1da177e2005-04-16 15:20:36 -070061 { 0x434d, "C-Media" },
Takashi Iwai74c61132008-12-18 09:11:33 +010062 { 0x8086, "Intel" },
Matt2f2f4252005-04-13 14:45:30 +020063 { 0x8384, "SigmaTel" },
Linus Torvalds1da177e2005-04-16 15:20:36 -070064 {} /* terminator */
65};
66
Takashi Iwai1289e9e2008-11-27 15:47:11 +010067static DEFINE_MUTEX(preset_mutex);
68static LIST_HEAD(hda_preset_tables);
69
70int snd_hda_add_codec_preset(struct hda_codec_preset_list *preset)
71{
72 mutex_lock(&preset_mutex);
73 list_add_tail(&preset->list, &hda_preset_tables);
74 mutex_unlock(&preset_mutex);
75 return 0;
76}
Takashi Iwaiff7a3262008-11-28 15:17:06 +010077EXPORT_SYMBOL_HDA(snd_hda_add_codec_preset);
Takashi Iwai1289e9e2008-11-27 15:47:11 +010078
79int snd_hda_delete_codec_preset(struct hda_codec_preset_list *preset)
80{
81 mutex_lock(&preset_mutex);
82 list_del(&preset->list);
83 mutex_unlock(&preset_mutex);
84 return 0;
85}
Takashi Iwaiff7a3262008-11-28 15:17:06 +010086EXPORT_SYMBOL_HDA(snd_hda_delete_codec_preset);
Linus Torvalds1da177e2005-04-16 15:20:36 -070087
Takashi Iwaicb53c622007-08-10 17:21:45 +020088#ifdef CONFIG_SND_HDA_POWER_SAVE
89static void hda_power_work(struct work_struct *work);
90static void hda_keep_power_on(struct hda_codec *codec);
91#else
92static inline void hda_keep_power_on(struct hda_codec *codec) {}
93#endif
94
Matthew Ranostay50a9f792008-10-25 01:05:45 -040095const char *snd_hda_get_jack_location(u32 cfg)
96{
97 static char *bases[7] = {
98 "N/A", "Rear", "Front", "Left", "Right", "Top", "Bottom",
99 };
100 static unsigned char specials_idx[] = {
101 0x07, 0x08,
102 0x17, 0x18, 0x19,
103 0x37, 0x38
104 };
105 static char *specials[] = {
106 "Rear Panel", "Drive Bar",
107 "Riser", "HDMI", "ATAPI",
108 "Mobile-In", "Mobile-Out"
109 };
110 int i;
111 cfg = (cfg & AC_DEFCFG_LOCATION) >> AC_DEFCFG_LOCATION_SHIFT;
112 if ((cfg & 0x0f) < 7)
113 return bases[cfg & 0x0f];
114 for (i = 0; i < ARRAY_SIZE(specials_idx); i++) {
115 if (cfg == specials_idx[i])
116 return specials[i];
117 }
118 return "UNKNOWN";
119}
Takashi Iwaiff7a3262008-11-28 15:17:06 +0100120EXPORT_SYMBOL_HDA(snd_hda_get_jack_location);
Matthew Ranostay50a9f792008-10-25 01:05:45 -0400121
122const char *snd_hda_get_jack_connectivity(u32 cfg)
123{
124 static char *jack_locations[4] = { "Ext", "Int", "Sep", "Oth" };
125
126 return jack_locations[(cfg >> (AC_DEFCFG_LOCATION_SHIFT + 4)) & 3];
127}
Takashi Iwaiff7a3262008-11-28 15:17:06 +0100128EXPORT_SYMBOL_HDA(snd_hda_get_jack_connectivity);
Matthew Ranostay50a9f792008-10-25 01:05:45 -0400129
130const char *snd_hda_get_jack_type(u32 cfg)
131{
132 static char *jack_types[16] = {
133 "Line Out", "Speaker", "HP Out", "CD",
134 "SPDIF Out", "Digital Out", "Modem Line", "Modem Hand",
135 "Line In", "Aux", "Mic", "Telephony",
136 "SPDIF In", "Digitial In", "Reserved", "Other"
137 };
138
139 return jack_types[(cfg & AC_DEFCFG_DEVICE)
140 >> AC_DEFCFG_DEVICE_SHIFT];
141}
Takashi Iwaiff7a3262008-11-28 15:17:06 +0100142EXPORT_SYMBOL_HDA(snd_hda_get_jack_type);
Matthew Ranostay50a9f792008-10-25 01:05:45 -0400143
Takashi Iwai33fa35e2008-11-06 16:50:40 +0100144/*
145 * Compose a 32bit command word to be sent to the HD-audio controller
146 */
147static inline unsigned int
148make_codec_cmd(struct hda_codec *codec, hda_nid_t nid, int direct,
149 unsigned int verb, unsigned int parm)
150{
151 u32 val;
152
153 val = (u32)(codec->addr & 0x0f) << 28;
154 val |= (u32)direct << 27;
155 val |= (u32)nid << 20;
156 val |= verb << 8;
157 val |= parm;
158 return val;
159}
160
Takashi Iwaiaa2936f2009-05-26 16:07:57 +0200161/*
162 * Send and receive a verb
163 */
164static int codec_exec_verb(struct hda_codec *codec, unsigned int cmd,
165 unsigned int *res)
166{
167 struct hda_bus *bus = codec->bus;
168 int err, repeated = 0;
169
170 if (res)
171 *res = -1;
172 snd_hda_power_up(codec);
173 mutex_lock(&bus->cmd_mutex);
174 again:
175 err = bus->ops.command(bus, cmd);
176 if (!err) {
177 if (res) {
178 *res = bus->ops.get_response(bus);
179 if (*res == -1 && bus->rirb_error) {
180 if (repeated++ < 1) {
181 snd_printd(KERN_WARNING "hda_codec: "
182 "Trying verb 0x%08x again\n", cmd);
183 goto again;
184 }
185 }
186 }
187 }
188 mutex_unlock(&bus->cmd_mutex);
189 snd_hda_power_down(codec);
190 return err;
191}
192
Linus Torvalds1da177e2005-04-16 15:20:36 -0700193/**
194 * snd_hda_codec_read - send a command and get the response
195 * @codec: the HDA codec
196 * @nid: NID to send the command
197 * @direct: direct flag
198 * @verb: the verb to send
199 * @parm: the parameter for the verb
200 *
201 * Send a single command and read the corresponding response.
202 *
203 * Returns the obtained response value, or -1 for an error.
204 */
Takashi Iwai0ba21762007-04-16 11:29:14 +0200205unsigned int snd_hda_codec_read(struct hda_codec *codec, hda_nid_t nid,
206 int direct,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700207 unsigned int verb, unsigned int parm)
208{
Takashi Iwaiaa2936f2009-05-26 16:07:57 +0200209 unsigned cmd = make_codec_cmd(codec, nid, direct, verb, parm);
210 unsigned int res;
211 codec_exec_verb(codec, cmd, &res);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700212 return res;
213}
Takashi Iwaiff7a3262008-11-28 15:17:06 +0100214EXPORT_SYMBOL_HDA(snd_hda_codec_read);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700215
Takashi Iwaiaa2936f2009-05-26 16:07:57 +0200216/* Define the below to send and receive verbs synchronously.
217 * If you often get any codec communication errors, this is worth to try.
218 */
219/* #define SND_HDA_SUPPORT_SYNC_WRITE */
220
Linus Torvalds1da177e2005-04-16 15:20:36 -0700221/**
222 * snd_hda_codec_write - send a single command without waiting for response
223 * @codec: the HDA codec
224 * @nid: NID to send the command
225 * @direct: direct flag
226 * @verb: the verb to send
227 * @parm: the parameter for the verb
228 *
229 * Send a single command without waiting for response.
230 *
231 * Returns 0 if successful, or a negative error code.
232 */
233int snd_hda_codec_write(struct hda_codec *codec, hda_nid_t nid, int direct,
234 unsigned int verb, unsigned int parm)
235{
Takashi Iwaiaa2936f2009-05-26 16:07:57 +0200236 unsigned int cmd = make_codec_cmd(codec, nid, direct, verb, parm);
237#ifdef SND_HDA_SUPPORT_SYNC_WRITE
Takashi Iwai33fa35e2008-11-06 16:50:40 +0100238 unsigned int res;
Takashi Iwaiaa2936f2009-05-26 16:07:57 +0200239 return codec_exec_verb(codec, cmd, &res);
240#else
241 return codec_exec_verb(codec, cmd, NULL);
242#endif
Linus Torvalds1da177e2005-04-16 15:20:36 -0700243}
Takashi Iwaiff7a3262008-11-28 15:17:06 +0100244EXPORT_SYMBOL_HDA(snd_hda_codec_write);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700245
246/**
247 * snd_hda_sequence_write - sequence writes
248 * @codec: the HDA codec
249 * @seq: VERB array to send
250 *
251 * Send the commands sequentially from the given array.
252 * The array must be terminated with NID=0.
253 */
254void snd_hda_sequence_write(struct hda_codec *codec, const struct hda_verb *seq)
255{
256 for (; seq->nid; seq++)
257 snd_hda_codec_write(codec, seq->nid, 0, seq->verb, seq->param);
258}
Takashi Iwaiff7a3262008-11-28 15:17:06 +0100259EXPORT_SYMBOL_HDA(snd_hda_sequence_write);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700260
261/**
262 * snd_hda_get_sub_nodes - get the range of sub nodes
263 * @codec: the HDA codec
264 * @nid: NID to parse
265 * @start_id: the pointer to store the start NID
266 *
267 * Parse the NID and store the start NID of its sub-nodes.
268 * Returns the number of sub-nodes.
269 */
Takashi Iwai0ba21762007-04-16 11:29:14 +0200270int snd_hda_get_sub_nodes(struct hda_codec *codec, hda_nid_t nid,
271 hda_nid_t *start_id)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700272{
273 unsigned int parm;
274
275 parm = snd_hda_param_read(codec, nid, AC_PAR_NODE_COUNT);
Danny Tholene8a7f132007-09-11 21:41:56 +0200276 if (parm == -1)
277 return 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700278 *start_id = (parm >> 16) & 0x7fff;
279 return (int)(parm & 0x7fff);
280}
Takashi Iwaiff7a3262008-11-28 15:17:06 +0100281EXPORT_SYMBOL_HDA(snd_hda_get_sub_nodes);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700282
283/**
284 * snd_hda_get_connections - get connection list
285 * @codec: the HDA codec
286 * @nid: NID to parse
287 * @conn_list: connection list array
288 * @max_conns: max. number of connections to store
289 *
290 * Parses the connection list of the given widget and stores the list
291 * of NIDs.
292 *
293 * Returns the number of connections, or a negative error code.
294 */
295int snd_hda_get_connections(struct hda_codec *codec, hda_nid_t nid,
296 hda_nid_t *conn_list, int max_conns)
297{
298 unsigned int parm;
Takashi Iwai54d17402005-11-21 16:33:22 +0100299 int i, conn_len, conns;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700300 unsigned int shift, num_elems, mask;
Takashi Iwai54d17402005-11-21 16:33:22 +0100301 hda_nid_t prev_nid;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700302
Takashi Iwaida3cec32008-08-08 17:12:14 +0200303 if (snd_BUG_ON(!conn_list || max_conns <= 0))
304 return -EINVAL;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700305
306 parm = snd_hda_param_read(codec, nid, AC_PAR_CONNLIST_LEN);
307 if (parm & AC_CLIST_LONG) {
308 /* long form */
309 shift = 16;
310 num_elems = 2;
311 } else {
312 /* short form */
313 shift = 8;
314 num_elems = 4;
315 }
316 conn_len = parm & AC_CLIST_LENGTH;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700317 mask = (1 << (shift-1)) - 1;
318
Takashi Iwai0ba21762007-04-16 11:29:14 +0200319 if (!conn_len)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700320 return 0; /* no connection */
321
322 if (conn_len == 1) {
323 /* single connection */
Takashi Iwai0ba21762007-04-16 11:29:14 +0200324 parm = snd_hda_codec_read(codec, nid, 0,
325 AC_VERB_GET_CONNECT_LIST, 0);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700326 conn_list[0] = parm & mask;
327 return 1;
328 }
329
330 /* multi connection */
331 conns = 0;
Takashi Iwai54d17402005-11-21 16:33:22 +0100332 prev_nid = 0;
333 for (i = 0; i < conn_len; i++) {
334 int range_val;
335 hda_nid_t val, n;
336
337 if (i % num_elems == 0)
338 parm = snd_hda_codec_read(codec, nid, 0,
339 AC_VERB_GET_CONNECT_LIST, i);
Takashi Iwai0ba21762007-04-16 11:29:14 +0200340 range_val = !!(parm & (1 << (shift-1))); /* ranges */
Takashi Iwai54d17402005-11-21 16:33:22 +0100341 val = parm & mask;
342 parm >>= shift;
343 if (range_val) {
344 /* ranges between the previous and this one */
Takashi Iwai0ba21762007-04-16 11:29:14 +0200345 if (!prev_nid || prev_nid >= val) {
346 snd_printk(KERN_WARNING "hda_codec: "
347 "invalid dep_range_val %x:%x\n",
348 prev_nid, val);
Takashi Iwai54d17402005-11-21 16:33:22 +0100349 continue;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700350 }
Takashi Iwai54d17402005-11-21 16:33:22 +0100351 for (n = prev_nid + 1; n <= val; n++) {
352 if (conns >= max_conns) {
Takashi Iwai0ba21762007-04-16 11:29:14 +0200353 snd_printk(KERN_ERR
354 "Too many connections\n");
Takashi Iwai54d17402005-11-21 16:33:22 +0100355 return -EINVAL;
356 }
357 conn_list[conns++] = n;
358 }
359 } else {
360 if (conns >= max_conns) {
361 snd_printk(KERN_ERR "Too many connections\n");
362 return -EINVAL;
363 }
364 conn_list[conns++] = val;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700365 }
Takashi Iwai54d17402005-11-21 16:33:22 +0100366 prev_nid = val;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700367 }
368 return conns;
369}
Takashi Iwaiff7a3262008-11-28 15:17:06 +0100370EXPORT_SYMBOL_HDA(snd_hda_get_connections);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700371
372
373/**
374 * snd_hda_queue_unsol_event - add an unsolicited event to queue
375 * @bus: the BUS
376 * @res: unsolicited event (lower 32bit of RIRB entry)
377 * @res_ex: codec addr and flags (upper 32bit or RIRB entry)
378 *
379 * Adds the given event to the queue. The events are processed in
380 * the workqueue asynchronously. Call this function in the interrupt
381 * hanlder when RIRB receives an unsolicited event.
382 *
383 * Returns 0 if successful, or a negative error code.
384 */
385int snd_hda_queue_unsol_event(struct hda_bus *bus, u32 res, u32 res_ex)
386{
387 struct hda_bus_unsolicited *unsol;
388 unsigned int wp;
389
Takashi Iwai0ba21762007-04-16 11:29:14 +0200390 unsol = bus->unsol;
391 if (!unsol)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700392 return 0;
393
394 wp = (unsol->wp + 1) % HDA_UNSOL_QUEUE_SIZE;
395 unsol->wp = wp;
396
397 wp <<= 1;
398 unsol->queue[wp] = res;
399 unsol->queue[wp + 1] = res_ex;
400
Takashi Iwai6acaed32009-01-12 10:09:24 +0100401 queue_work(bus->workq, &unsol->work);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700402
403 return 0;
404}
Takashi Iwaiff7a3262008-11-28 15:17:06 +0100405EXPORT_SYMBOL_HDA(snd_hda_queue_unsol_event);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700406
407/*
Wu Fengguang5c1d1a92008-10-07 14:17:53 +0800408 * process queued unsolicited events
Linus Torvalds1da177e2005-04-16 15:20:36 -0700409 */
David Howellsc4028952006-11-22 14:57:56 +0000410static void process_unsol_events(struct work_struct *work)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700411{
David Howellsc4028952006-11-22 14:57:56 +0000412 struct hda_bus_unsolicited *unsol =
413 container_of(work, struct hda_bus_unsolicited, work);
414 struct hda_bus *bus = unsol->bus;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700415 struct hda_codec *codec;
416 unsigned int rp, caddr, res;
417
418 while (unsol->rp != unsol->wp) {
419 rp = (unsol->rp + 1) % HDA_UNSOL_QUEUE_SIZE;
420 unsol->rp = rp;
421 rp <<= 1;
422 res = unsol->queue[rp];
423 caddr = unsol->queue[rp + 1];
Takashi Iwai0ba21762007-04-16 11:29:14 +0200424 if (!(caddr & (1 << 4))) /* no unsolicited event? */
Linus Torvalds1da177e2005-04-16 15:20:36 -0700425 continue;
426 codec = bus->caddr_tbl[caddr & 0x0f];
427 if (codec && codec->patch_ops.unsol_event)
428 codec->patch_ops.unsol_event(codec, res);
429 }
430}
431
432/*
433 * initialize unsolicited queue
434 */
Takashi Iwai6c1f45e2008-07-30 15:01:45 +0200435static int init_unsol_queue(struct hda_bus *bus)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700436{
437 struct hda_bus_unsolicited *unsol;
438
Takashi Iwai9f146bb2005-11-17 11:07:49 +0100439 if (bus->unsol) /* already initialized */
440 return 0;
441
Takashi Iwaie560d8d2005-09-09 14:21:46 +0200442 unsol = kzalloc(sizeof(*unsol), GFP_KERNEL);
Takashi Iwai0ba21762007-04-16 11:29:14 +0200443 if (!unsol) {
444 snd_printk(KERN_ERR "hda_codec: "
445 "can't allocate unsolicited queue\n");
Linus Torvalds1da177e2005-04-16 15:20:36 -0700446 return -ENOMEM;
447 }
David Howellsc4028952006-11-22 14:57:56 +0000448 INIT_WORK(&unsol->work, process_unsol_events);
449 unsol->bus = bus;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700450 bus->unsol = unsol;
451 return 0;
452}
453
454/*
455 * destructor
456 */
457static void snd_hda_codec_free(struct hda_codec *codec);
458
459static int snd_hda_bus_free(struct hda_bus *bus)
460{
Takashi Iwai0ba21762007-04-16 11:29:14 +0200461 struct hda_codec *codec, *n;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700462
Takashi Iwai0ba21762007-04-16 11:29:14 +0200463 if (!bus)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700464 return 0;
Takashi Iwai6acaed32009-01-12 10:09:24 +0100465 if (bus->workq)
466 flush_workqueue(bus->workq);
467 if (bus->unsol)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700468 kfree(bus->unsol);
Takashi Iwai0ba21762007-04-16 11:29:14 +0200469 list_for_each_entry_safe(codec, n, &bus->codec_list, list) {
Linus Torvalds1da177e2005-04-16 15:20:36 -0700470 snd_hda_codec_free(codec);
471 }
472 if (bus->ops.private_free)
473 bus->ops.private_free(bus);
Takashi Iwai6acaed32009-01-12 10:09:24 +0100474 if (bus->workq)
475 destroy_workqueue(bus->workq);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700476 kfree(bus);
477 return 0;
478}
479
Takashi Iwaic8b6bf92005-11-17 14:57:47 +0100480static int snd_hda_bus_dev_free(struct snd_device *device)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700481{
482 struct hda_bus *bus = device->device_data;
Takashi Iwaib94d35392008-11-21 09:08:06 +0100483 bus->shutdown = 1;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700484 return snd_hda_bus_free(bus);
485}
486
Takashi Iwaid7ffba12008-07-30 15:01:46 +0200487#ifdef CONFIG_SND_HDA_HWDEP
488static int snd_hda_bus_dev_register(struct snd_device *device)
489{
490 struct hda_bus *bus = device->device_data;
491 struct hda_codec *codec;
492 list_for_each_entry(codec, &bus->codec_list, list) {
493 snd_hda_hwdep_add_sysfs(codec);
494 }
495 return 0;
496}
497#else
498#define snd_hda_bus_dev_register NULL
499#endif
500
Linus Torvalds1da177e2005-04-16 15:20:36 -0700501/**
502 * snd_hda_bus_new - create a HDA bus
503 * @card: the card entry
504 * @temp: the template for hda_bus information
505 * @busp: the pointer to store the created bus instance
506 *
507 * Returns 0 if successful, or a negative error code.
508 */
Takashi Iwai1289e9e2008-11-27 15:47:11 +0100509int /*__devinit*/ snd_hda_bus_new(struct snd_card *card,
Takashi Iwai756e2b02007-04-16 11:27:07 +0200510 const struct hda_bus_template *temp,
511 struct hda_bus **busp)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700512{
513 struct hda_bus *bus;
514 int err;
Takashi Iwaic8b6bf92005-11-17 14:57:47 +0100515 static struct snd_device_ops dev_ops = {
Takashi Iwaid7ffba12008-07-30 15:01:46 +0200516 .dev_register = snd_hda_bus_dev_register,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700517 .dev_free = snd_hda_bus_dev_free,
518 };
519
Takashi Iwaida3cec32008-08-08 17:12:14 +0200520 if (snd_BUG_ON(!temp))
521 return -EINVAL;
522 if (snd_BUG_ON(!temp->ops.command || !temp->ops.get_response))
523 return -EINVAL;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700524
525 if (busp)
526 *busp = NULL;
527
Takashi Iwaie560d8d2005-09-09 14:21:46 +0200528 bus = kzalloc(sizeof(*bus), GFP_KERNEL);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700529 if (bus == NULL) {
530 snd_printk(KERN_ERR "can't allocate struct hda_bus\n");
531 return -ENOMEM;
532 }
533
534 bus->card = card;
535 bus->private_data = temp->private_data;
536 bus->pci = temp->pci;
537 bus->modelname = temp->modelname;
Takashi Iwaifee2fba2008-11-27 12:43:28 +0100538 bus->power_save = temp->power_save;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700539 bus->ops = temp->ops;
540
Ingo Molnar62932df2006-01-16 16:34:20 +0100541 mutex_init(&bus->cmd_mutex);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700542 INIT_LIST_HEAD(&bus->codec_list);
543
Takashi Iwaie8c0ee52009-02-05 07:34:28 +0100544 snprintf(bus->workq_name, sizeof(bus->workq_name),
545 "hd-audio%d", card->number);
546 bus->workq = create_singlethread_workqueue(bus->workq_name);
Takashi Iwai6acaed32009-01-12 10:09:24 +0100547 if (!bus->workq) {
Takashi Iwaie8c0ee52009-02-05 07:34:28 +0100548 snd_printk(KERN_ERR "cannot create workqueue %s\n",
549 bus->workq_name);
Takashi Iwai6acaed32009-01-12 10:09:24 +0100550 kfree(bus);
551 return -ENOMEM;
552 }
553
Takashi Iwai0ba21762007-04-16 11:29:14 +0200554 err = snd_device_new(card, SNDRV_DEV_BUS, bus, &dev_ops);
555 if (err < 0) {
Linus Torvalds1da177e2005-04-16 15:20:36 -0700556 snd_hda_bus_free(bus);
557 return err;
558 }
559 if (busp)
560 *busp = bus;
561 return 0;
562}
Takashi Iwaiff7a3262008-11-28 15:17:06 +0100563EXPORT_SYMBOL_HDA(snd_hda_bus_new);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700564
Takashi Iwai82467612007-07-27 19:15:54 +0200565#ifdef CONFIG_SND_HDA_GENERIC
566#define is_generic_config(codec) \
Takashi Iwaif44ac832008-07-30 15:01:45 +0200567 (codec->modelname && !strcmp(codec->modelname, "generic"))
Takashi Iwai82467612007-07-27 19:15:54 +0200568#else
569#define is_generic_config(codec) 0
570#endif
571
Takashi Iwai645f10c2008-11-28 15:07:37 +0100572#ifdef MODULE
Takashi Iwai1289e9e2008-11-27 15:47:11 +0100573#define HDA_MODREQ_MAX_COUNT 2 /* two request_modules()'s */
574#else
Takashi Iwai645f10c2008-11-28 15:07:37 +0100575#define HDA_MODREQ_MAX_COUNT 0 /* all presets are statically linked */
Takashi Iwai1289e9e2008-11-27 15:47:11 +0100576#endif
577
Linus Torvalds1da177e2005-04-16 15:20:36 -0700578/*
579 * find a matching codec preset
580 */
Takashi Iwai6c1f45e2008-07-30 15:01:45 +0200581static const struct hda_codec_preset *
Takashi Iwai756e2b02007-04-16 11:27:07 +0200582find_codec_preset(struct hda_codec *codec)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700583{
Takashi Iwai1289e9e2008-11-27 15:47:11 +0100584 struct hda_codec_preset_list *tbl;
585 const struct hda_codec_preset *preset;
586 int mod_requested = 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700587
Takashi Iwai82467612007-07-27 19:15:54 +0200588 if (is_generic_config(codec))
Takashi Iwaid5ad6302007-03-07 15:55:59 +0100589 return NULL; /* use the generic parser */
590
Takashi Iwai1289e9e2008-11-27 15:47:11 +0100591 again:
592 mutex_lock(&preset_mutex);
593 list_for_each_entry(tbl, &hda_preset_tables, list) {
594 if (!try_module_get(tbl->owner)) {
595 snd_printk(KERN_ERR "hda_codec: cannot module_get\n");
596 continue;
597 }
598 for (preset = tbl->preset; preset->id; preset++) {
Linus Torvalds1da177e2005-04-16 15:20:36 -0700599 u32 mask = preset->mask;
Marc Boucherca7cfae2008-01-22 15:32:25 +0100600 if (preset->afg && preset->afg != codec->afg)
601 continue;
602 if (preset->mfg && preset->mfg != codec->mfg)
603 continue;
Takashi Iwai0ba21762007-04-16 11:29:14 +0200604 if (!mask)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700605 mask = ~0;
Takashi Iwai9c7f8522006-06-28 15:08:22 +0200606 if (preset->id == (codec->vendor_id & mask) &&
Takashi Iwai0ba21762007-04-16 11:29:14 +0200607 (!preset->rev ||
Takashi Iwai1289e9e2008-11-27 15:47:11 +0100608 preset->rev == codec->revision_id)) {
609 mutex_unlock(&preset_mutex);
610 codec->owner = tbl->owner;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700611 return preset;
Takashi Iwai1289e9e2008-11-27 15:47:11 +0100612 }
Linus Torvalds1da177e2005-04-16 15:20:36 -0700613 }
Takashi Iwai1289e9e2008-11-27 15:47:11 +0100614 module_put(tbl->owner);
615 }
616 mutex_unlock(&preset_mutex);
617
618 if (mod_requested < HDA_MODREQ_MAX_COUNT) {
619 char name[32];
620 if (!mod_requested)
621 snprintf(name, sizeof(name), "snd-hda-codec-id:%08x",
622 codec->vendor_id);
623 else
624 snprintf(name, sizeof(name), "snd-hda-codec-id:%04x*",
625 (codec->vendor_id >> 16) & 0xffff);
626 request_module(name);
627 mod_requested++;
628 goto again;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700629 }
630 return NULL;
631}
632
633/*
Takashi Iwaif44ac832008-07-30 15:01:45 +0200634 * get_codec_name - store the codec name
Linus Torvalds1da177e2005-04-16 15:20:36 -0700635 */
Takashi Iwaif44ac832008-07-30 15:01:45 +0200636static int get_codec_name(struct hda_codec *codec)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700637{
638 const struct hda_vendor_id *c;
639 const char *vendor = NULL;
640 u16 vendor_id = codec->vendor_id >> 16;
Takashi Iwai812a2cc2009-05-16 10:00:49 +0200641 char tmp[16];
642
643 if (codec->vendor_name)
644 goto get_chip_name;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700645
646 for (c = hda_vendor_ids; c->id; c++) {
647 if (c->id == vendor_id) {
648 vendor = c->name;
649 break;
650 }
651 }
Takashi Iwai0ba21762007-04-16 11:29:14 +0200652 if (!vendor) {
Linus Torvalds1da177e2005-04-16 15:20:36 -0700653 sprintf(tmp, "Generic %04x", vendor_id);
654 vendor = tmp;
655 }
Takashi Iwai812a2cc2009-05-16 10:00:49 +0200656 codec->vendor_name = kstrdup(vendor, GFP_KERNEL);
657 if (!codec->vendor_name)
658 return -ENOMEM;
659
660 get_chip_name:
661 if (codec->chip_name)
662 return 0;
663
Linus Torvalds1da177e2005-04-16 15:20:36 -0700664 if (codec->preset && codec->preset->name)
Takashi Iwai812a2cc2009-05-16 10:00:49 +0200665 codec->chip_name = kstrdup(codec->preset->name, GFP_KERNEL);
666 else {
667 sprintf(tmp, "ID %x", codec->vendor_id & 0xffff);
668 codec->chip_name = kstrdup(tmp, GFP_KERNEL);
669 }
670 if (!codec->chip_name)
Takashi Iwaif44ac832008-07-30 15:01:45 +0200671 return -ENOMEM;
672 return 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700673}
674
675/*
Sasha Khapyorsky673b6832005-08-11 11:00:16 +0200676 * look for an AFG and MFG nodes
Linus Torvalds1da177e2005-04-16 15:20:36 -0700677 */
Takashi Iwai1289e9e2008-11-27 15:47:11 +0100678static void /*__devinit*/ setup_fg_nodes(struct hda_codec *codec)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700679{
Takashi Iwai93e82ae2009-04-17 18:04:41 +0200680 int i, total_nodes, function_id;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700681 hda_nid_t nid;
682
683 total_nodes = snd_hda_get_sub_nodes(codec, AC_NODE_ROOT, &nid);
684 for (i = 0; i < total_nodes; i++, nid++) {
Takashi Iwai93e82ae2009-04-17 18:04:41 +0200685 function_id = snd_hda_param_read(codec, nid,
Pascal de Bruijn234b4342009-03-23 11:15:59 +0100686 AC_PAR_FUNCTION_TYPE) & 0xff;
Takashi Iwai93e82ae2009-04-17 18:04:41 +0200687 switch (function_id) {
Sasha Khapyorsky673b6832005-08-11 11:00:16 +0200688 case AC_GRP_AUDIO_FUNCTION:
689 codec->afg = nid;
Takashi Iwai93e82ae2009-04-17 18:04:41 +0200690 codec->function_id = function_id;
Sasha Khapyorsky673b6832005-08-11 11:00:16 +0200691 break;
692 case AC_GRP_MODEM_FUNCTION:
693 codec->mfg = nid;
Takashi Iwai93e82ae2009-04-17 18:04:41 +0200694 codec->function_id = function_id;
Sasha Khapyorsky673b6832005-08-11 11:00:16 +0200695 break;
696 default:
697 break;
698 }
Linus Torvalds1da177e2005-04-16 15:20:36 -0700699 }
Linus Torvalds1da177e2005-04-16 15:20:36 -0700700}
701
702/*
Takashi Iwai54d17402005-11-21 16:33:22 +0100703 * read widget caps for each widget and store in cache
704 */
705static int read_widget_caps(struct hda_codec *codec, hda_nid_t fg_node)
706{
707 int i;
708 hda_nid_t nid;
709
710 codec->num_nodes = snd_hda_get_sub_nodes(codec, fg_node,
711 &codec->start_nid);
712 codec->wcaps = kmalloc(codec->num_nodes * 4, GFP_KERNEL);
Takashi Iwai0ba21762007-04-16 11:29:14 +0200713 if (!codec->wcaps)
Takashi Iwai54d17402005-11-21 16:33:22 +0100714 return -ENOMEM;
715 nid = codec->start_nid;
716 for (i = 0; i < codec->num_nodes; i++, nid++)
717 codec->wcaps[i] = snd_hda_param_read(codec, nid,
718 AC_PAR_AUDIO_WIDGET_CAP);
719 return 0;
720}
721
Takashi Iwai3be14142009-02-20 14:11:16 +0100722/* read all pin default configurations and save codec->init_pins */
723static int read_pin_defaults(struct hda_codec *codec)
724{
725 int i;
726 hda_nid_t nid = codec->start_nid;
727
728 for (i = 0; i < codec->num_nodes; i++, nid++) {
729 struct hda_pincfg *pin;
730 unsigned int wcaps = get_wcaps(codec, nid);
731 unsigned int wid_type = (wcaps & AC_WCAP_TYPE) >>
732 AC_WCAP_TYPE_SHIFT;
733 if (wid_type != AC_WID_PIN)
734 continue;
735 pin = snd_array_new(&codec->init_pins);
736 if (!pin)
737 return -ENOMEM;
738 pin->nid = nid;
739 pin->cfg = snd_hda_codec_read(codec, nid, 0,
740 AC_VERB_GET_CONFIG_DEFAULT, 0);
741 }
742 return 0;
743}
744
745/* look up the given pin config list and return the item matching with NID */
746static struct hda_pincfg *look_up_pincfg(struct hda_codec *codec,
747 struct snd_array *array,
748 hda_nid_t nid)
749{
750 int i;
751 for (i = 0; i < array->used; i++) {
752 struct hda_pincfg *pin = snd_array_elem(array, i);
753 if (pin->nid == nid)
754 return pin;
755 }
756 return NULL;
757}
758
759/* write a config value for the given NID */
760static void set_pincfg(struct hda_codec *codec, hda_nid_t nid,
761 unsigned int cfg)
762{
763 int i;
764 for (i = 0; i < 4; i++) {
765 snd_hda_codec_write(codec, nid, 0,
766 AC_VERB_SET_CONFIG_DEFAULT_BYTES_0 + i,
767 cfg & 0xff);
768 cfg >>= 8;
769 }
770}
771
772/* set the current pin config value for the given NID.
773 * the value is cached, and read via snd_hda_codec_get_pincfg()
774 */
775int snd_hda_add_pincfg(struct hda_codec *codec, struct snd_array *list,
776 hda_nid_t nid, unsigned int cfg)
777{
778 struct hda_pincfg *pin;
Takashi Iwai5e7b8e02009-02-23 09:45:59 +0100779 unsigned int oldcfg;
Takashi Iwai3be14142009-02-20 14:11:16 +0100780
Takashi Iwai5e7b8e02009-02-23 09:45:59 +0100781 oldcfg = snd_hda_codec_get_pincfg(codec, nid);
Takashi Iwai3be14142009-02-20 14:11:16 +0100782 pin = look_up_pincfg(codec, list, nid);
783 if (!pin) {
784 pin = snd_array_new(list);
785 if (!pin)
786 return -ENOMEM;
787 pin->nid = nid;
788 }
789 pin->cfg = cfg;
Takashi Iwai5e7b8e02009-02-23 09:45:59 +0100790
791 /* change only when needed; e.g. if the pincfg is already present
792 * in user_pins[], don't write it
793 */
794 cfg = snd_hda_codec_get_pincfg(codec, nid);
795 if (oldcfg != cfg)
796 set_pincfg(codec, nid, cfg);
Takashi Iwai3be14142009-02-20 14:11:16 +0100797 return 0;
798}
799
800int snd_hda_codec_set_pincfg(struct hda_codec *codec,
801 hda_nid_t nid, unsigned int cfg)
802{
Takashi Iwai346ff702009-02-23 09:42:57 +0100803 return snd_hda_add_pincfg(codec, &codec->driver_pins, nid, cfg);
Takashi Iwai3be14142009-02-20 14:11:16 +0100804}
805EXPORT_SYMBOL_HDA(snd_hda_codec_set_pincfg);
806
807/* get the current pin config value of the given pin NID */
808unsigned int snd_hda_codec_get_pincfg(struct hda_codec *codec, hda_nid_t nid)
809{
810 struct hda_pincfg *pin;
811
Takashi Iwai3be14142009-02-20 14:11:16 +0100812#ifdef CONFIG_SND_HDA_HWDEP
Takashi Iwai346ff702009-02-23 09:42:57 +0100813 pin = look_up_pincfg(codec, &codec->user_pins, nid);
Takashi Iwai3be14142009-02-20 14:11:16 +0100814 if (pin)
815 return pin->cfg;
816#endif
Takashi Iwai5e7b8e02009-02-23 09:45:59 +0100817 pin = look_up_pincfg(codec, &codec->driver_pins, nid);
818 if (pin)
819 return pin->cfg;
Takashi Iwai3be14142009-02-20 14:11:16 +0100820 pin = look_up_pincfg(codec, &codec->init_pins, nid);
821 if (pin)
822 return pin->cfg;
823 return 0;
824}
825EXPORT_SYMBOL_HDA(snd_hda_codec_get_pincfg);
826
827/* restore all current pin configs */
828static void restore_pincfgs(struct hda_codec *codec)
829{
830 int i;
831 for (i = 0; i < codec->init_pins.used; i++) {
832 struct hda_pincfg *pin = snd_array_elem(&codec->init_pins, i);
833 set_pincfg(codec, pin->nid,
834 snd_hda_codec_get_pincfg(codec, pin->nid));
835 }
836}
Takashi Iwai54d17402005-11-21 16:33:22 +0100837
Takashi Iwai01751f52007-08-10 16:59:39 +0200838static void init_hda_cache(struct hda_cache_rec *cache,
839 unsigned int record_size);
Takashi Iwai1fcaee62007-08-23 00:01:09 +0200840static void free_hda_cache(struct hda_cache_rec *cache);
Takashi Iwai01751f52007-08-10 16:59:39 +0200841
Takashi Iwai3be14142009-02-20 14:11:16 +0100842/* restore the initial pin cfgs and release all pincfg lists */
843static void restore_init_pincfgs(struct hda_codec *codec)
844{
Takashi Iwai346ff702009-02-23 09:42:57 +0100845 /* first free driver_pins and user_pins, then call restore_pincfg
Takashi Iwai3be14142009-02-20 14:11:16 +0100846 * so that only the values in init_pins are restored
847 */
Takashi Iwai346ff702009-02-23 09:42:57 +0100848 snd_array_free(&codec->driver_pins);
Takashi Iwai3be14142009-02-20 14:11:16 +0100849#ifdef CONFIG_SND_HDA_HWDEP
Takashi Iwai346ff702009-02-23 09:42:57 +0100850 snd_array_free(&codec->user_pins);
Takashi Iwai3be14142009-02-20 14:11:16 +0100851#endif
852 restore_pincfgs(codec);
853 snd_array_free(&codec->init_pins);
854}
855
Takashi Iwai54d17402005-11-21 16:33:22 +0100856/*
Linus Torvalds1da177e2005-04-16 15:20:36 -0700857 * codec destructor
858 */
859static void snd_hda_codec_free(struct hda_codec *codec)
860{
Takashi Iwai0ba21762007-04-16 11:29:14 +0200861 if (!codec)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700862 return;
Takashi Iwai3be14142009-02-20 14:11:16 +0100863 restore_init_pincfgs(codec);
Takashi Iwaicb53c622007-08-10 17:21:45 +0200864#ifdef CONFIG_SND_HDA_POWER_SAVE
865 cancel_delayed_work(&codec->power_work);
Takashi Iwai6acaed32009-01-12 10:09:24 +0100866 flush_workqueue(codec->bus->workq);
Takashi Iwaicb53c622007-08-10 17:21:45 +0200867#endif
Linus Torvalds1da177e2005-04-16 15:20:36 -0700868 list_del(&codec->list);
Takashi Iwaid13bd412008-07-30 15:01:45 +0200869 snd_array_free(&codec->mixers);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700870 codec->bus->caddr_tbl[codec->addr] = NULL;
871 if (codec->patch_ops.free)
872 codec->patch_ops.free(codec);
Takashi Iwai1289e9e2008-11-27 15:47:11 +0100873 module_put(codec->owner);
Takashi Iwai01751f52007-08-10 16:59:39 +0200874 free_hda_cache(&codec->amp_cache);
Takashi Iwaib3ac5632007-08-10 17:03:40 +0200875 free_hda_cache(&codec->cmd_cache);
Takashi Iwai812a2cc2009-05-16 10:00:49 +0200876 kfree(codec->vendor_name);
877 kfree(codec->chip_name);
Takashi Iwaif44ac832008-07-30 15:01:45 +0200878 kfree(codec->modelname);
Takashi Iwai54d17402005-11-21 16:33:22 +0100879 kfree(codec->wcaps);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700880 kfree(codec);
881}
882
Takashi Iwaibb6ac722009-03-13 09:02:42 +0100883static void hda_set_power_state(struct hda_codec *codec, hda_nid_t fg,
884 unsigned int power_state);
885
Linus Torvalds1da177e2005-04-16 15:20:36 -0700886/**
887 * snd_hda_codec_new - create a HDA codec
888 * @bus: the bus to assign
889 * @codec_addr: the codec address
890 * @codecp: the pointer to store the generated codec
891 *
892 * Returns 0 if successful, or a negative error code.
893 */
Takashi Iwai1289e9e2008-11-27 15:47:11 +0100894int /*__devinit*/ snd_hda_codec_new(struct hda_bus *bus, unsigned int codec_addr,
Takashi Iwaid4d9cd032008-12-19 15:19:11 +0100895 int do_init, struct hda_codec **codecp)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700896{
897 struct hda_codec *codec;
Jaroslav Kyselaba443682008-08-13 20:55:32 +0200898 char component[31];
Linus Torvalds1da177e2005-04-16 15:20:36 -0700899 int err;
900
Takashi Iwaida3cec32008-08-08 17:12:14 +0200901 if (snd_BUG_ON(!bus))
902 return -EINVAL;
903 if (snd_BUG_ON(codec_addr > HDA_MAX_CODEC_ADDRESS))
904 return -EINVAL;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700905
906 if (bus->caddr_tbl[codec_addr]) {
Takashi Iwai0ba21762007-04-16 11:29:14 +0200907 snd_printk(KERN_ERR "hda_codec: "
908 "address 0x%x is already occupied\n", codec_addr);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700909 return -EBUSY;
910 }
911
Takashi Iwaie560d8d2005-09-09 14:21:46 +0200912 codec = kzalloc(sizeof(*codec), GFP_KERNEL);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700913 if (codec == NULL) {
914 snd_printk(KERN_ERR "can't allocate struct hda_codec\n");
915 return -ENOMEM;
916 }
917
918 codec->bus = bus;
919 codec->addr = codec_addr;
Ingo Molnar62932df2006-01-16 16:34:20 +0100920 mutex_init(&codec->spdif_mutex);
Wu Fengguang5a9e02e2009-01-09 16:45:24 +0800921 mutex_init(&codec->control_mutex);
Takashi Iwai01751f52007-08-10 16:59:39 +0200922 init_hda_cache(&codec->amp_cache, sizeof(struct hda_amp_info));
Takashi Iwaib3ac5632007-08-10 17:03:40 +0200923 init_hda_cache(&codec->cmd_cache, sizeof(struct hda_cache_head));
Takashi Iwaid13bd412008-07-30 15:01:45 +0200924 snd_array_init(&codec->mixers, sizeof(struct snd_kcontrol *), 32);
Takashi Iwai3be14142009-02-20 14:11:16 +0100925 snd_array_init(&codec->init_pins, sizeof(struct hda_pincfg), 16);
Takashi Iwai346ff702009-02-23 09:42:57 +0100926 snd_array_init(&codec->driver_pins, sizeof(struct hda_pincfg), 16);
Takashi Iwai6c1f45e2008-07-30 15:01:45 +0200927 if (codec->bus->modelname) {
928 codec->modelname = kstrdup(codec->bus->modelname, GFP_KERNEL);
929 if (!codec->modelname) {
930 snd_hda_codec_free(codec);
931 return -ENODEV;
932 }
933 }
Linus Torvalds1da177e2005-04-16 15:20:36 -0700934
Takashi Iwaicb53c622007-08-10 17:21:45 +0200935#ifdef CONFIG_SND_HDA_POWER_SAVE
936 INIT_DELAYED_WORK(&codec->power_work, hda_power_work);
937 /* snd_hda_codec_new() marks the codec as power-up, and leave it as is.
938 * the caller has to power down appropriatley after initialization
939 * phase.
940 */
941 hda_keep_power_on(codec);
942#endif
943
Linus Torvalds1da177e2005-04-16 15:20:36 -0700944 list_add_tail(&codec->list, &bus->codec_list);
945 bus->caddr_tbl[codec_addr] = codec;
946
Takashi Iwai0ba21762007-04-16 11:29:14 +0200947 codec->vendor_id = snd_hda_param_read(codec, AC_NODE_ROOT,
948 AC_PAR_VENDOR_ID);
Takashi Iwai111d3af2006-02-16 18:17:58 +0100949 if (codec->vendor_id == -1)
950 /* read again, hopefully the access method was corrected
951 * in the last read...
952 */
953 codec->vendor_id = snd_hda_param_read(codec, AC_NODE_ROOT,
954 AC_PAR_VENDOR_ID);
Takashi Iwai0ba21762007-04-16 11:29:14 +0200955 codec->subsystem_id = snd_hda_param_read(codec, AC_NODE_ROOT,
956 AC_PAR_SUBSYSTEM_ID);
957 codec->revision_id = snd_hda_param_read(codec, AC_NODE_ROOT,
958 AC_PAR_REV_ID);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700959
Sasha Khapyorsky673b6832005-08-11 11:00:16 +0200960 setup_fg_nodes(codec);
Takashi Iwai0ba21762007-04-16 11:29:14 +0200961 if (!codec->afg && !codec->mfg) {
Sasha Khapyorsky673b6832005-08-11 11:00:16 +0200962 snd_printdd("hda_codec: no AFG or MFG node found\n");
Takashi Iwai3be14142009-02-20 14:11:16 +0100963 err = -ENODEV;
964 goto error;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700965 }
966
Takashi Iwai3be14142009-02-20 14:11:16 +0100967 err = read_widget_caps(codec, codec->afg ? codec->afg : codec->mfg);
968 if (err < 0) {
Takashi Iwai54d17402005-11-21 16:33:22 +0100969 snd_printk(KERN_ERR "hda_codec: cannot malloc\n");
Takashi Iwai3be14142009-02-20 14:11:16 +0100970 goto error;
Takashi Iwai54d17402005-11-21 16:33:22 +0100971 }
Takashi Iwai3be14142009-02-20 14:11:16 +0100972 err = read_pin_defaults(codec);
973 if (err < 0)
974 goto error;
Takashi Iwai54d17402005-11-21 16:33:22 +0100975
Takashi Iwai0ba21762007-04-16 11:29:14 +0200976 if (!codec->subsystem_id) {
Takashi Iwai86284e42005-10-11 15:05:54 +0200977 hda_nid_t nid = codec->afg ? codec->afg : codec->mfg;
Takashi Iwai0ba21762007-04-16 11:29:14 +0200978 codec->subsystem_id =
979 snd_hda_codec_read(codec, nid, 0,
980 AC_VERB_GET_SUBSYSTEM_ID, 0);
Takashi Iwai86284e42005-10-11 15:05:54 +0200981 }
Takashi Iwaif44ac832008-07-30 15:01:45 +0200982 if (bus->modelname)
983 codec->modelname = kstrdup(bus->modelname, GFP_KERNEL);
Takashi Iwai86284e42005-10-11 15:05:54 +0200984
Takashi Iwaibb6ac722009-03-13 09:02:42 +0100985 /* power-up all before initialization */
986 hda_set_power_state(codec,
987 codec->afg ? codec->afg : codec->mfg,
988 AC_PWRST_D0);
989
Takashi Iwaid4d9cd032008-12-19 15:19:11 +0100990 if (do_init) {
991 err = snd_hda_codec_configure(codec);
Takashi Iwai3be14142009-02-20 14:11:16 +0100992 if (err < 0)
993 goto error;
Takashi Iwai6c1f45e2008-07-30 15:01:45 +0200994 }
995 snd_hda_codec_proc_new(codec);
996
Takashi Iwai6c1f45e2008-07-30 15:01:45 +0200997 snd_hda_create_hwdep(codec);
Takashi Iwai6c1f45e2008-07-30 15:01:45 +0200998
999 sprintf(component, "HDA:%08x,%08x,%08x", codec->vendor_id,
1000 codec->subsystem_id, codec->revision_id);
1001 snd_component_add(codec->bus->card, component);
1002
1003 if (codecp)
1004 *codecp = codec;
1005 return 0;
Takashi Iwai3be14142009-02-20 14:11:16 +01001006
1007 error:
1008 snd_hda_codec_free(codec);
1009 return err;
Takashi Iwai6c1f45e2008-07-30 15:01:45 +02001010}
Takashi Iwaiff7a3262008-11-28 15:17:06 +01001011EXPORT_SYMBOL_HDA(snd_hda_codec_new);
Takashi Iwai6c1f45e2008-07-30 15:01:45 +02001012
1013int snd_hda_codec_configure(struct hda_codec *codec)
1014{
1015 int err;
1016
Takashi Iwaid5ad6302007-03-07 15:55:59 +01001017 codec->preset = find_codec_preset(codec);
Takashi Iwai812a2cc2009-05-16 10:00:49 +02001018 if (!codec->vendor_name || !codec->chip_name) {
Takashi Iwaif44ac832008-07-30 15:01:45 +02001019 err = get_codec_name(codec);
1020 if (err < 0)
1021 return err;
1022 }
Takashi Iwai43ea1d42007-04-26 19:12:08 +02001023 /* audio codec should override the mixer name */
Takashi Iwaif44ac832008-07-30 15:01:45 +02001024 if (codec->afg || !*codec->bus->card->mixername)
Takashi Iwai812a2cc2009-05-16 10:00:49 +02001025 snprintf(codec->bus->card->mixername,
1026 sizeof(codec->bus->card->mixername),
1027 "%s %s", codec->vendor_name, codec->chip_name);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001028
Takashi Iwai82467612007-07-27 19:15:54 +02001029 if (is_generic_config(codec)) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07001030 err = snd_hda_parse_generic_codec(codec);
Takashi Iwai82467612007-07-27 19:15:54 +02001031 goto patched;
1032 }
Takashi Iwai82467612007-07-27 19:15:54 +02001033 if (codec->preset && codec->preset->patch) {
1034 err = codec->preset->patch(codec);
1035 goto patched;
1036 }
1037
1038 /* call the default parser */
Takashi Iwai82467612007-07-27 19:15:54 +02001039 err = snd_hda_parse_generic_codec(codec);
Takashi Iwai35a1e0c2007-10-19 08:13:40 +02001040 if (err < 0)
1041 printk(KERN_ERR "hda-codec: No codec parser is available\n");
Takashi Iwai82467612007-07-27 19:15:54 +02001042
1043 patched:
Takashi Iwai6c1f45e2008-07-30 15:01:45 +02001044 if (!err && codec->patch_ops.unsol_event)
1045 err = init_unsol_queue(codec->bus);
1046 return err;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001047}
1048
1049/**
1050 * snd_hda_codec_setup_stream - set up the codec for streaming
1051 * @codec: the CODEC to set up
1052 * @nid: the NID to set up
1053 * @stream_tag: stream tag to pass, it's between 0x1 and 0xf.
1054 * @channel_id: channel id to pass, zero based.
1055 * @format: stream format.
1056 */
Takashi Iwai0ba21762007-04-16 11:29:14 +02001057void snd_hda_codec_setup_stream(struct hda_codec *codec, hda_nid_t nid,
1058 u32 stream_tag,
Linus Torvalds1da177e2005-04-16 15:20:36 -07001059 int channel_id, int format)
1060{
Takashi Iwai0ba21762007-04-16 11:29:14 +02001061 if (!nid)
Takashi Iwaid21b37e2005-04-20 13:45:55 +02001062 return;
1063
Takashi Iwai0ba21762007-04-16 11:29:14 +02001064 snd_printdd("hda_codec_setup_stream: "
1065 "NID=0x%x, stream=0x%x, channel=%d, format=0x%x\n",
Linus Torvalds1da177e2005-04-16 15:20:36 -07001066 nid, stream_tag, channel_id, format);
1067 snd_hda_codec_write(codec, nid, 0, AC_VERB_SET_CHANNEL_STREAMID,
1068 (stream_tag << 4) | channel_id);
1069 msleep(1);
1070 snd_hda_codec_write(codec, nid, 0, AC_VERB_SET_STREAM_FORMAT, format);
1071}
Takashi Iwaiff7a3262008-11-28 15:17:06 +01001072EXPORT_SYMBOL_HDA(snd_hda_codec_setup_stream);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001073
Takashi Iwai888afa12008-03-18 09:57:50 +01001074void snd_hda_codec_cleanup_stream(struct hda_codec *codec, hda_nid_t nid)
1075{
1076 if (!nid)
1077 return;
1078
1079 snd_printdd("hda_codec_cleanup_stream: NID=0x%x\n", nid);
1080 snd_hda_codec_write(codec, nid, 0, AC_VERB_SET_CHANNEL_STREAMID, 0);
1081#if 0 /* keep the format */
1082 msleep(1);
1083 snd_hda_codec_write(codec, nid, 0, AC_VERB_SET_STREAM_FORMAT, 0);
1084#endif
1085}
Takashi Iwaiff7a3262008-11-28 15:17:06 +01001086EXPORT_SYMBOL_HDA(snd_hda_codec_cleanup_stream);
Takashi Iwai888afa12008-03-18 09:57:50 +01001087
Linus Torvalds1da177e2005-04-16 15:20:36 -07001088/*
1089 * amp access functions
1090 */
1091
Takashi Iwai4a19fae2005-06-08 14:43:58 +02001092/* FIXME: more better hash key? */
1093#define HDA_HASH_KEY(nid,dir,idx) (u32)((nid) + ((idx) << 16) + ((dir) << 24))
Takashi Iwai1327a322009-03-23 13:07:47 +01001094#define HDA_HASH_PINCAP_KEY(nid) (u32)((nid) + (0x02 << 24))
Takashi Iwai92c7c8a2009-03-24 07:32:14 +01001095#define HDA_HASH_PARPCM_KEY(nid) (u32)((nid) + (0x03 << 24))
1096#define HDA_HASH_PARSTR_KEY(nid) (u32)((nid) + (0x04 << 24))
Linus Torvalds1da177e2005-04-16 15:20:36 -07001097#define INFO_AMP_CAPS (1<<0)
Takashi Iwai4a19fae2005-06-08 14:43:58 +02001098#define INFO_AMP_VOL(ch) (1 << (1 + (ch)))
Linus Torvalds1da177e2005-04-16 15:20:36 -07001099
1100/* initialize the hash table */
Takashi Iwai1289e9e2008-11-27 15:47:11 +01001101static void /*__devinit*/ init_hda_cache(struct hda_cache_rec *cache,
Takashi Iwai01751f52007-08-10 16:59:39 +02001102 unsigned int record_size)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001103{
Takashi Iwai01751f52007-08-10 16:59:39 +02001104 memset(cache, 0, sizeof(*cache));
1105 memset(cache->hash, 0xff, sizeof(cache->hash));
Takashi Iwai603c4012008-07-30 15:01:44 +02001106 snd_array_init(&cache->buf, record_size, 64);
Takashi Iwai01751f52007-08-10 16:59:39 +02001107}
1108
Takashi Iwai1fcaee62007-08-23 00:01:09 +02001109static void free_hda_cache(struct hda_cache_rec *cache)
Takashi Iwai01751f52007-08-10 16:59:39 +02001110{
Takashi Iwai603c4012008-07-30 15:01:44 +02001111 snd_array_free(&cache->buf);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001112}
1113
1114/* query the hash. allocate an entry if not found. */
Takashi Iwai01751f52007-08-10 16:59:39 +02001115static struct hda_cache_head *get_alloc_hash(struct hda_cache_rec *cache,
1116 u32 key)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001117{
Takashi Iwai01751f52007-08-10 16:59:39 +02001118 u16 idx = key % (u16)ARRAY_SIZE(cache->hash);
1119 u16 cur = cache->hash[idx];
1120 struct hda_cache_head *info;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001121
1122 while (cur != 0xffff) {
Takashi Iwaif43aa022008-11-10 16:24:26 +01001123 info = snd_array_elem(&cache->buf, cur);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001124 if (info->key == key)
1125 return info;
1126 cur = info->next;
1127 }
1128
1129 /* add a new hash entry */
Takashi Iwai603c4012008-07-30 15:01:44 +02001130 info = snd_array_new(&cache->buf);
Takashi Iwaic2174292008-11-07 00:23:30 +01001131 if (!info)
1132 return NULL;
Takashi Iwaif43aa022008-11-10 16:24:26 +01001133 cur = snd_array_index(&cache->buf, info);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001134 info->key = key;
Takashi Iwai01751f52007-08-10 16:59:39 +02001135 info->val = 0;
1136 info->next = cache->hash[idx];
1137 cache->hash[idx] = cur;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001138
1139 return info;
1140}
1141
Takashi Iwai01751f52007-08-10 16:59:39 +02001142/* query and allocate an amp hash entry */
1143static inline struct hda_amp_info *
1144get_alloc_amp_hash(struct hda_codec *codec, u32 key)
1145{
1146 return (struct hda_amp_info *)get_alloc_hash(&codec->amp_cache, key);
1147}
1148
Linus Torvalds1da177e2005-04-16 15:20:36 -07001149/*
1150 * query AMP capabilities for the given widget and direction
1151 */
Matthew Ranostay09a99952008-01-24 11:49:21 +01001152u32 query_amp_caps(struct hda_codec *codec, hda_nid_t nid, int direction)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001153{
Takashi Iwai0ba21762007-04-16 11:29:14 +02001154 struct hda_amp_info *info;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001155
Takashi Iwai0ba21762007-04-16 11:29:14 +02001156 info = get_alloc_amp_hash(codec, HDA_HASH_KEY(nid, direction, 0));
1157 if (!info)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001158 return 0;
Takashi Iwai01751f52007-08-10 16:59:39 +02001159 if (!(info->head.val & INFO_AMP_CAPS)) {
Takashi Iwai0ba21762007-04-16 11:29:14 +02001160 if (!(get_wcaps(codec, nid) & AC_WCAP_AMP_OVRD))
Linus Torvalds1da177e2005-04-16 15:20:36 -07001161 nid = codec->afg;
Takashi Iwai0ba21762007-04-16 11:29:14 +02001162 info->amp_caps = snd_hda_param_read(codec, nid,
1163 direction == HDA_OUTPUT ?
1164 AC_PAR_AMP_OUT_CAP :
1165 AC_PAR_AMP_IN_CAP);
Takashi Iwaib75e53f2007-05-10 16:56:09 +02001166 if (info->amp_caps)
Takashi Iwai01751f52007-08-10 16:59:39 +02001167 info->head.val |= INFO_AMP_CAPS;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001168 }
1169 return info->amp_caps;
1170}
Takashi Iwaiff7a3262008-11-28 15:17:06 +01001171EXPORT_SYMBOL_HDA(query_amp_caps);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001172
Takashi Iwai897cc182007-05-29 19:01:37 +02001173int snd_hda_override_amp_caps(struct hda_codec *codec, hda_nid_t nid, int dir,
1174 unsigned int caps)
1175{
1176 struct hda_amp_info *info;
1177
1178 info = get_alloc_amp_hash(codec, HDA_HASH_KEY(nid, dir, 0));
1179 if (!info)
1180 return -EINVAL;
1181 info->amp_caps = caps;
Takashi Iwai01751f52007-08-10 16:59:39 +02001182 info->head.val |= INFO_AMP_CAPS;
Takashi Iwai897cc182007-05-29 19:01:37 +02001183 return 0;
1184}
Takashi Iwaiff7a3262008-11-28 15:17:06 +01001185EXPORT_SYMBOL_HDA(snd_hda_override_amp_caps);
Takashi Iwai897cc182007-05-29 19:01:37 +02001186
Takashi Iwai92c7c8a2009-03-24 07:32:14 +01001187static unsigned int
1188query_caps_hash(struct hda_codec *codec, hda_nid_t nid, u32 key,
1189 unsigned int (*func)(struct hda_codec *, hda_nid_t))
Takashi Iwai1327a322009-03-23 13:07:47 +01001190{
1191 struct hda_amp_info *info;
1192
Takashi Iwai92c7c8a2009-03-24 07:32:14 +01001193 info = get_alloc_amp_hash(codec, key);
Takashi Iwai1327a322009-03-23 13:07:47 +01001194 if (!info)
1195 return 0;
1196 if (!info->head.val) {
Takashi Iwai1327a322009-03-23 13:07:47 +01001197 info->head.val |= INFO_AMP_CAPS;
Takashi Iwai92c7c8a2009-03-24 07:32:14 +01001198 info->amp_caps = func(codec, nid);
Takashi Iwai1327a322009-03-23 13:07:47 +01001199 }
1200 return info->amp_caps;
1201}
Takashi Iwai92c7c8a2009-03-24 07:32:14 +01001202
1203static unsigned int read_pin_cap(struct hda_codec *codec, hda_nid_t nid)
1204{
1205 return snd_hda_param_read(codec, nid, AC_PAR_PIN_CAP);
1206}
1207
1208u32 snd_hda_query_pin_caps(struct hda_codec *codec, hda_nid_t nid)
1209{
1210 return query_caps_hash(codec, nid, HDA_HASH_PINCAP_KEY(nid),
1211 read_pin_cap);
1212}
Takashi Iwai1327a322009-03-23 13:07:47 +01001213EXPORT_SYMBOL_HDA(snd_hda_query_pin_caps);
1214
Linus Torvalds1da177e2005-04-16 15:20:36 -07001215/*
1216 * read the current volume to info
Takashi Iwai4a19fae2005-06-08 14:43:58 +02001217 * if the cache exists, read the cache value.
Linus Torvalds1da177e2005-04-16 15:20:36 -07001218 */
Takashi Iwai0ba21762007-04-16 11:29:14 +02001219static unsigned int get_vol_mute(struct hda_codec *codec,
1220 struct hda_amp_info *info, hda_nid_t nid,
1221 int ch, int direction, int index)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001222{
1223 u32 val, parm;
1224
Takashi Iwai01751f52007-08-10 16:59:39 +02001225 if (info->head.val & INFO_AMP_VOL(ch))
Takashi Iwai4a19fae2005-06-08 14:43:58 +02001226 return info->vol[ch];
Linus Torvalds1da177e2005-04-16 15:20:36 -07001227
1228 parm = ch ? AC_AMP_GET_RIGHT : AC_AMP_GET_LEFT;
1229 parm |= direction == HDA_OUTPUT ? AC_AMP_GET_OUTPUT : AC_AMP_GET_INPUT;
1230 parm |= index;
Takashi Iwai0ba21762007-04-16 11:29:14 +02001231 val = snd_hda_codec_read(codec, nid, 0,
1232 AC_VERB_GET_AMP_GAIN_MUTE, parm);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001233 info->vol[ch] = val & 0xff;
Takashi Iwai01751f52007-08-10 16:59:39 +02001234 info->head.val |= INFO_AMP_VOL(ch);
Takashi Iwai4a19fae2005-06-08 14:43:58 +02001235 return info->vol[ch];
Linus Torvalds1da177e2005-04-16 15:20:36 -07001236}
1237
1238/*
Takashi Iwai4a19fae2005-06-08 14:43:58 +02001239 * write the current volume in info to the h/w and update the cache
Linus Torvalds1da177e2005-04-16 15:20:36 -07001240 */
Takashi Iwai4a19fae2005-06-08 14:43:58 +02001241static void put_vol_mute(struct hda_codec *codec, struct hda_amp_info *info,
Takashi Iwai0ba21762007-04-16 11:29:14 +02001242 hda_nid_t nid, int ch, int direction, int index,
1243 int val)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001244{
1245 u32 parm;
1246
1247 parm = ch ? AC_AMP_SET_RIGHT : AC_AMP_SET_LEFT;
1248 parm |= direction == HDA_OUTPUT ? AC_AMP_SET_OUTPUT : AC_AMP_SET_INPUT;
1249 parm |= index << AC_AMP_SET_INDEX_SHIFT;
1250 parm |= val;
1251 snd_hda_codec_write(codec, nid, 0, AC_VERB_SET_AMP_GAIN_MUTE, parm);
Takashi Iwai4a19fae2005-06-08 14:43:58 +02001252 info->vol[ch] = val;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001253}
1254
1255/*
Takashi Iwai4a19fae2005-06-08 14:43:58 +02001256 * read AMP value. The volume is between 0 to 0x7f, 0x80 = mute bit.
Linus Torvalds1da177e2005-04-16 15:20:36 -07001257 */
Takashi Iwai834be882006-03-01 14:16:17 +01001258int snd_hda_codec_amp_read(struct hda_codec *codec, hda_nid_t nid, int ch,
1259 int direction, int index)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001260{
Takashi Iwai0ba21762007-04-16 11:29:14 +02001261 struct hda_amp_info *info;
1262 info = get_alloc_amp_hash(codec, HDA_HASH_KEY(nid, direction, index));
1263 if (!info)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001264 return 0;
Takashi Iwai4a19fae2005-06-08 14:43:58 +02001265 return get_vol_mute(codec, info, nid, ch, direction, index);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001266}
Takashi Iwaiff7a3262008-11-28 15:17:06 +01001267EXPORT_SYMBOL_HDA(snd_hda_codec_amp_read);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001268
Takashi Iwai4a19fae2005-06-08 14:43:58 +02001269/*
1270 * update the AMP value, mask = bit mask to set, val = the value
1271 */
Takashi Iwai834be882006-03-01 14:16:17 +01001272int snd_hda_codec_amp_update(struct hda_codec *codec, hda_nid_t nid, int ch,
1273 int direction, int idx, int mask, int val)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001274{
Takashi Iwai0ba21762007-04-16 11:29:14 +02001275 struct hda_amp_info *info;
Takashi Iwai4a19fae2005-06-08 14:43:58 +02001276
Takashi Iwai0ba21762007-04-16 11:29:14 +02001277 info = get_alloc_amp_hash(codec, HDA_HASH_KEY(nid, direction, idx));
1278 if (!info)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001279 return 0;
Takashi Iwai4a19fae2005-06-08 14:43:58 +02001280 val &= mask;
1281 val |= get_vol_mute(codec, info, nid, ch, direction, idx) & ~mask;
Takashi Iwai82beb8f2007-08-10 17:09:26 +02001282 if (info->vol[ch] == val)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001283 return 0;
Takashi Iwai4a19fae2005-06-08 14:43:58 +02001284 put_vol_mute(codec, info, nid, ch, direction, idx, val);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001285 return 1;
1286}
Takashi Iwaiff7a3262008-11-28 15:17:06 +01001287EXPORT_SYMBOL_HDA(snd_hda_codec_amp_update);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001288
Takashi Iwai47fd8302007-08-10 17:11:07 +02001289/*
1290 * update the AMP stereo with the same mask and value
1291 */
1292int snd_hda_codec_amp_stereo(struct hda_codec *codec, hda_nid_t nid,
1293 int direction, int idx, int mask, int val)
1294{
1295 int ch, ret = 0;
1296 for (ch = 0; ch < 2; ch++)
1297 ret |= snd_hda_codec_amp_update(codec, nid, ch, direction,
1298 idx, mask, val);
1299 return ret;
1300}
Takashi Iwaiff7a3262008-11-28 15:17:06 +01001301EXPORT_SYMBOL_HDA(snd_hda_codec_amp_stereo);
Takashi Iwai47fd8302007-08-10 17:11:07 +02001302
Takashi Iwaicb53c622007-08-10 17:21:45 +02001303#ifdef SND_HDA_NEEDS_RESUME
Takashi Iwaib3ac5632007-08-10 17:03:40 +02001304/* resume the all amp commands from the cache */
1305void snd_hda_codec_resume_amp(struct hda_codec *codec)
1306{
Takashi Iwai603c4012008-07-30 15:01:44 +02001307 struct hda_amp_info *buffer = codec->amp_cache.buf.list;
Takashi Iwaib3ac5632007-08-10 17:03:40 +02001308 int i;
1309
Takashi Iwai603c4012008-07-30 15:01:44 +02001310 for (i = 0; i < codec->amp_cache.buf.used; i++, buffer++) {
Takashi Iwaib3ac5632007-08-10 17:03:40 +02001311 u32 key = buffer->head.key;
1312 hda_nid_t nid;
1313 unsigned int idx, dir, ch;
1314 if (!key)
1315 continue;
1316 nid = key & 0xff;
1317 idx = (key >> 16) & 0xff;
1318 dir = (key >> 24) & 0xff;
1319 for (ch = 0; ch < 2; ch++) {
1320 if (!(buffer->head.val & INFO_AMP_VOL(ch)))
1321 continue;
1322 put_vol_mute(codec, buffer, nid, ch, dir, idx,
1323 buffer->vol[ch]);
1324 }
1325 }
1326}
Takashi Iwaiff7a3262008-11-28 15:17:06 +01001327EXPORT_SYMBOL_HDA(snd_hda_codec_resume_amp);
Takashi Iwaicb53c622007-08-10 17:21:45 +02001328#endif /* SND_HDA_NEEDS_RESUME */
Linus Torvalds1da177e2005-04-16 15:20:36 -07001329
Linus Torvalds1da177e2005-04-16 15:20:36 -07001330/* volume */
Takashi Iwai0ba21762007-04-16 11:29:14 +02001331int snd_hda_mixer_amp_volume_info(struct snd_kcontrol *kcontrol,
1332 struct snd_ctl_elem_info *uinfo)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001333{
1334 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
1335 u16 nid = get_amp_nid(kcontrol);
1336 u8 chs = get_amp_channels(kcontrol);
1337 int dir = get_amp_direction(kcontrol);
Takashi Iwai29fdbec2009-01-20 13:07:55 +01001338 unsigned int ofs = get_amp_offset(kcontrol);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001339 u32 caps;
1340
1341 caps = query_amp_caps(codec, nid, dir);
Takashi Iwai0ba21762007-04-16 11:29:14 +02001342 /* num steps */
1343 caps = (caps & AC_AMPCAP_NUM_STEPS) >> AC_AMPCAP_NUM_STEPS_SHIFT;
1344 if (!caps) {
1345 printk(KERN_WARNING "hda_codec: "
Takashi Iwai9c8f2ab2008-01-11 16:12:23 +01001346 "num_steps = 0 for NID=0x%x (ctl = %s)\n", nid,
1347 kcontrol->id.name);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001348 return -EINVAL;
1349 }
Takashi Iwai29fdbec2009-01-20 13:07:55 +01001350 if (ofs < caps)
1351 caps -= ofs;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001352 uinfo->type = SNDRV_CTL_ELEM_TYPE_INTEGER;
1353 uinfo->count = chs == 3 ? 2 : 1;
1354 uinfo->value.integer.min = 0;
1355 uinfo->value.integer.max = caps;
1356 return 0;
1357}
Takashi Iwaiff7a3262008-11-28 15:17:06 +01001358EXPORT_SYMBOL_HDA(snd_hda_mixer_amp_volume_info);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001359
Takashi Iwai29fdbec2009-01-20 13:07:55 +01001360
1361static inline unsigned int
1362read_amp_value(struct hda_codec *codec, hda_nid_t nid,
1363 int ch, int dir, int idx, unsigned int ofs)
1364{
1365 unsigned int val;
1366 val = snd_hda_codec_amp_read(codec, nid, ch, dir, idx);
1367 val &= HDA_AMP_VOLMASK;
1368 if (val >= ofs)
1369 val -= ofs;
1370 else
1371 val = 0;
1372 return val;
1373}
1374
1375static inline int
1376update_amp_value(struct hda_codec *codec, hda_nid_t nid,
1377 int ch, int dir, int idx, unsigned int ofs,
1378 unsigned int val)
1379{
1380 if (val > 0)
1381 val += ofs;
1382 return snd_hda_codec_amp_update(codec, nid, ch, dir, idx,
1383 HDA_AMP_VOLMASK, val);
1384}
1385
Takashi Iwai0ba21762007-04-16 11:29:14 +02001386int snd_hda_mixer_amp_volume_get(struct snd_kcontrol *kcontrol,
1387 struct snd_ctl_elem_value *ucontrol)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001388{
1389 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
1390 hda_nid_t nid = get_amp_nid(kcontrol);
1391 int chs = get_amp_channels(kcontrol);
1392 int dir = get_amp_direction(kcontrol);
1393 int idx = get_amp_index(kcontrol);
Takashi Iwai29fdbec2009-01-20 13:07:55 +01001394 unsigned int ofs = get_amp_offset(kcontrol);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001395 long *valp = ucontrol->value.integer.value;
1396
1397 if (chs & 1)
Takashi Iwai29fdbec2009-01-20 13:07:55 +01001398 *valp++ = read_amp_value(codec, nid, 0, dir, idx, ofs);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001399 if (chs & 2)
Takashi Iwai29fdbec2009-01-20 13:07:55 +01001400 *valp = read_amp_value(codec, nid, 1, dir, idx, ofs);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001401 return 0;
1402}
Takashi Iwaiff7a3262008-11-28 15:17:06 +01001403EXPORT_SYMBOL_HDA(snd_hda_mixer_amp_volume_get);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001404
Takashi Iwai0ba21762007-04-16 11:29:14 +02001405int snd_hda_mixer_amp_volume_put(struct snd_kcontrol *kcontrol,
1406 struct snd_ctl_elem_value *ucontrol)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001407{
1408 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
1409 hda_nid_t nid = get_amp_nid(kcontrol);
1410 int chs = get_amp_channels(kcontrol);
1411 int dir = get_amp_direction(kcontrol);
1412 int idx = get_amp_index(kcontrol);
Takashi Iwai29fdbec2009-01-20 13:07:55 +01001413 unsigned int ofs = get_amp_offset(kcontrol);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001414 long *valp = ucontrol->value.integer.value;
1415 int change = 0;
1416
Takashi Iwaicb53c622007-08-10 17:21:45 +02001417 snd_hda_power_up(codec);
Nicolas Grazianob9f5a892005-07-29 12:17:20 +02001418 if (chs & 1) {
Takashi Iwai29fdbec2009-01-20 13:07:55 +01001419 change = update_amp_value(codec, nid, 0, dir, idx, ofs, *valp);
Nicolas Grazianob9f5a892005-07-29 12:17:20 +02001420 valp++;
1421 }
Takashi Iwai4a19fae2005-06-08 14:43:58 +02001422 if (chs & 2)
Takashi Iwai29fdbec2009-01-20 13:07:55 +01001423 change |= update_amp_value(codec, nid, 1, dir, idx, ofs, *valp);
Takashi Iwaicb53c622007-08-10 17:21:45 +02001424 snd_hda_power_down(codec);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001425 return change;
1426}
Takashi Iwaiff7a3262008-11-28 15:17:06 +01001427EXPORT_SYMBOL_HDA(snd_hda_mixer_amp_volume_put);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001428
Jaroslav Kysela302e9c52006-07-05 17:39:49 +02001429int snd_hda_mixer_amp_tlv(struct snd_kcontrol *kcontrol, int op_flag,
1430 unsigned int size, unsigned int __user *_tlv)
1431{
1432 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
1433 hda_nid_t nid = get_amp_nid(kcontrol);
1434 int dir = get_amp_direction(kcontrol);
Takashi Iwai29fdbec2009-01-20 13:07:55 +01001435 unsigned int ofs = get_amp_offset(kcontrol);
Jaroslav Kysela302e9c52006-07-05 17:39:49 +02001436 u32 caps, val1, val2;
1437
1438 if (size < 4 * sizeof(unsigned int))
1439 return -ENOMEM;
1440 caps = query_amp_caps(codec, nid, dir);
Takashi Iwai0ba21762007-04-16 11:29:14 +02001441 val2 = (caps & AC_AMPCAP_STEP_SIZE) >> AC_AMPCAP_STEP_SIZE_SHIFT;
1442 val2 = (val2 + 1) * 25;
Jaroslav Kysela302e9c52006-07-05 17:39:49 +02001443 val1 = -((caps & AC_AMPCAP_OFFSET) >> AC_AMPCAP_OFFSET_SHIFT);
Takashi Iwai29fdbec2009-01-20 13:07:55 +01001444 val1 += ofs;
Jaroslav Kysela302e9c52006-07-05 17:39:49 +02001445 val1 = ((int)val1) * ((int)val2);
Jaroslav Kysela302e9c52006-07-05 17:39:49 +02001446 if (put_user(SNDRV_CTL_TLVT_DB_SCALE, _tlv))
1447 return -EFAULT;
1448 if (put_user(2 * sizeof(unsigned int), _tlv + 1))
1449 return -EFAULT;
1450 if (put_user(val1, _tlv + 2))
1451 return -EFAULT;
1452 if (put_user(val2, _tlv + 3))
1453 return -EFAULT;
1454 return 0;
1455}
Takashi Iwaiff7a3262008-11-28 15:17:06 +01001456EXPORT_SYMBOL_HDA(snd_hda_mixer_amp_tlv);
Jaroslav Kysela302e9c52006-07-05 17:39:49 +02001457
Takashi Iwai2134ea42008-01-10 16:53:55 +01001458/*
1459 * set (static) TLV for virtual master volume; recalculated as max 0dB
1460 */
1461void snd_hda_set_vmaster_tlv(struct hda_codec *codec, hda_nid_t nid, int dir,
1462 unsigned int *tlv)
1463{
1464 u32 caps;
1465 int nums, step;
1466
1467 caps = query_amp_caps(codec, nid, dir);
1468 nums = (caps & AC_AMPCAP_NUM_STEPS) >> AC_AMPCAP_NUM_STEPS_SHIFT;
1469 step = (caps & AC_AMPCAP_STEP_SIZE) >> AC_AMPCAP_STEP_SIZE_SHIFT;
1470 step = (step + 1) * 25;
1471 tlv[0] = SNDRV_CTL_TLVT_DB_SCALE;
1472 tlv[1] = 2 * sizeof(unsigned int);
1473 tlv[2] = -nums * step;
1474 tlv[3] = step;
1475}
Takashi Iwaiff7a3262008-11-28 15:17:06 +01001476EXPORT_SYMBOL_HDA(snd_hda_set_vmaster_tlv);
Takashi Iwai2134ea42008-01-10 16:53:55 +01001477
1478/* find a mixer control element with the given name */
Takashi Iwai09f99702008-02-04 12:31:13 +01001479static struct snd_kcontrol *
1480_snd_hda_find_mixer_ctl(struct hda_codec *codec,
1481 const char *name, int idx)
Takashi Iwai2134ea42008-01-10 16:53:55 +01001482{
1483 struct snd_ctl_elem_id id;
1484 memset(&id, 0, sizeof(id));
1485 id.iface = SNDRV_CTL_ELEM_IFACE_MIXER;
Takashi Iwai09f99702008-02-04 12:31:13 +01001486 id.index = idx;
Takashi Iwai18cb7102009-04-16 10:22:24 +02001487 if (snd_BUG_ON(strlen(name) >= sizeof(id.name)))
1488 return NULL;
Takashi Iwai2134ea42008-01-10 16:53:55 +01001489 strcpy(id.name, name);
1490 return snd_ctl_find_id(codec->bus->card, &id);
1491}
1492
Takashi Iwai09f99702008-02-04 12:31:13 +01001493struct snd_kcontrol *snd_hda_find_mixer_ctl(struct hda_codec *codec,
1494 const char *name)
1495{
1496 return _snd_hda_find_mixer_ctl(codec, name, 0);
1497}
Takashi Iwaiff7a3262008-11-28 15:17:06 +01001498EXPORT_SYMBOL_HDA(snd_hda_find_mixer_ctl);
Takashi Iwai09f99702008-02-04 12:31:13 +01001499
Takashi Iwaid13bd412008-07-30 15:01:45 +02001500/* Add a control element and assign to the codec */
1501int snd_hda_ctl_add(struct hda_codec *codec, struct snd_kcontrol *kctl)
1502{
1503 int err;
1504 struct snd_kcontrol **knewp;
1505
1506 err = snd_ctl_add(codec->bus->card, kctl);
1507 if (err < 0)
1508 return err;
1509 knewp = snd_array_new(&codec->mixers);
1510 if (!knewp)
1511 return -ENOMEM;
1512 *knewp = kctl;
1513 return 0;
1514}
Takashi Iwaiff7a3262008-11-28 15:17:06 +01001515EXPORT_SYMBOL_HDA(snd_hda_ctl_add);
Takashi Iwaid13bd412008-07-30 15:01:45 +02001516
1517/* Clear all controls assigned to the given codec */
1518void snd_hda_ctls_clear(struct hda_codec *codec)
1519{
1520 int i;
1521 struct snd_kcontrol **kctls = codec->mixers.list;
1522 for (i = 0; i < codec->mixers.used; i++)
1523 snd_ctl_remove(codec->bus->card, kctls[i]);
1524 snd_array_free(&codec->mixers);
1525}
1526
Takashi Iwaia65d6292009-02-23 16:57:04 +01001527/* pseudo device locking
1528 * toggle card->shutdown to allow/disallow the device access (as a hack)
1529 */
1530static int hda_lock_devices(struct snd_card *card)
Takashi Iwai6c1f45e2008-07-30 15:01:45 +02001531{
Takashi Iwaia65d6292009-02-23 16:57:04 +01001532 spin_lock(&card->files_lock);
1533 if (card->shutdown) {
1534 spin_unlock(&card->files_lock);
1535 return -EINVAL;
1536 }
1537 card->shutdown = 1;
1538 spin_unlock(&card->files_lock);
1539 return 0;
1540}
1541
1542static void hda_unlock_devices(struct snd_card *card)
1543{
1544 spin_lock(&card->files_lock);
1545 card->shutdown = 0;
1546 spin_unlock(&card->files_lock);
1547}
1548
1549int snd_hda_codec_reset(struct hda_codec *codec)
1550{
1551 struct snd_card *card = codec->bus->card;
1552 int i, pcm;
1553
1554 if (hda_lock_devices(card) < 0)
1555 return -EBUSY;
1556 /* check whether the codec isn't used by any mixer or PCM streams */
1557 if (!list_empty(&card->ctl_files)) {
1558 hda_unlock_devices(card);
1559 return -EBUSY;
1560 }
1561 for (pcm = 0; pcm < codec->num_pcms; pcm++) {
1562 struct hda_pcm *cpcm = &codec->pcm_info[pcm];
1563 if (!cpcm->pcm)
1564 continue;
1565 if (cpcm->pcm->streams[0].substream_opened ||
1566 cpcm->pcm->streams[1].substream_opened) {
1567 hda_unlock_devices(card);
1568 return -EBUSY;
1569 }
1570 }
1571
1572 /* OK, let it free */
Takashi Iwai6c1f45e2008-07-30 15:01:45 +02001573
1574#ifdef CONFIG_SND_HDA_POWER_SAVE
1575 cancel_delayed_work(&codec->power_work);
Takashi Iwai6acaed32009-01-12 10:09:24 +01001576 flush_workqueue(codec->bus->workq);
Takashi Iwai6c1f45e2008-07-30 15:01:45 +02001577#endif
1578 snd_hda_ctls_clear(codec);
1579 /* relase PCMs */
1580 for (i = 0; i < codec->num_pcms; i++) {
Takashi Iwai529bd6c2008-11-27 14:17:01 +01001581 if (codec->pcm_info[i].pcm) {
Takashi Iwaia65d6292009-02-23 16:57:04 +01001582 snd_device_free(card, codec->pcm_info[i].pcm);
Takashi Iwai529bd6c2008-11-27 14:17:01 +01001583 clear_bit(codec->pcm_info[i].device,
1584 codec->bus->pcm_dev_bits);
1585 }
Takashi Iwai6c1f45e2008-07-30 15:01:45 +02001586 }
1587 if (codec->patch_ops.free)
1588 codec->patch_ops.free(codec);
Takashi Iwai56d17712008-11-28 14:36:23 +01001589 codec->proc_widget_hook = NULL;
Takashi Iwai6c1f45e2008-07-30 15:01:45 +02001590 codec->spec = NULL;
1591 free_hda_cache(&codec->amp_cache);
1592 free_hda_cache(&codec->cmd_cache);
Takashi Iwai827057f2008-12-19 10:12:02 +01001593 init_hda_cache(&codec->amp_cache, sizeof(struct hda_amp_info));
1594 init_hda_cache(&codec->cmd_cache, sizeof(struct hda_cache_head));
Takashi Iwai346ff702009-02-23 09:42:57 +01001595 /* free only driver_pins so that init_pins + user_pins are restored */
1596 snd_array_free(&codec->driver_pins);
Takashi Iwai3be14142009-02-20 14:11:16 +01001597 restore_pincfgs(codec);
Takashi Iwai6c1f45e2008-07-30 15:01:45 +02001598 codec->num_pcms = 0;
1599 codec->pcm_info = NULL;
1600 codec->preset = NULL;
Takashi Iwaid1f1af22009-03-02 10:35:29 +01001601 memset(&codec->patch_ops, 0, sizeof(codec->patch_ops));
1602 codec->slave_dig_outs = NULL;
1603 codec->spdif_status_reset = 0;
Takashi Iwai1289e9e2008-11-27 15:47:11 +01001604 module_put(codec->owner);
1605 codec->owner = NULL;
Takashi Iwaia65d6292009-02-23 16:57:04 +01001606
1607 /* allow device access again */
1608 hda_unlock_devices(card);
1609 return 0;
Takashi Iwai6c1f45e2008-07-30 15:01:45 +02001610}
1611
Takashi Iwai2134ea42008-01-10 16:53:55 +01001612/* create a virtual master control and add slaves */
1613int snd_hda_add_vmaster(struct hda_codec *codec, char *name,
1614 unsigned int *tlv, const char **slaves)
1615{
1616 struct snd_kcontrol *kctl;
1617 const char **s;
1618 int err;
1619
Takashi Iwai2f085542008-02-22 18:43:50 +01001620 for (s = slaves; *s && !snd_hda_find_mixer_ctl(codec, *s); s++)
1621 ;
1622 if (!*s) {
1623 snd_printdd("No slave found for %s\n", name);
1624 return 0;
1625 }
Takashi Iwai2134ea42008-01-10 16:53:55 +01001626 kctl = snd_ctl_make_virtual_master(name, tlv);
1627 if (!kctl)
1628 return -ENOMEM;
Takashi Iwaid13bd412008-07-30 15:01:45 +02001629 err = snd_hda_ctl_add(codec, kctl);
Takashi Iwai2134ea42008-01-10 16:53:55 +01001630 if (err < 0)
1631 return err;
1632
1633 for (s = slaves; *s; s++) {
1634 struct snd_kcontrol *sctl;
Takashi Iwai7a411ee2009-03-06 10:08:14 +01001635 int i = 0;
1636 for (;;) {
1637 sctl = _snd_hda_find_mixer_ctl(codec, *s, i);
1638 if (!sctl) {
1639 if (!i)
1640 snd_printdd("Cannot find slave %s, "
1641 "skipped\n", *s);
1642 break;
1643 }
1644 err = snd_ctl_add_slave(kctl, sctl);
1645 if (err < 0)
1646 return err;
1647 i++;
Takashi Iwai2134ea42008-01-10 16:53:55 +01001648 }
Takashi Iwai2134ea42008-01-10 16:53:55 +01001649 }
1650 return 0;
1651}
Takashi Iwaiff7a3262008-11-28 15:17:06 +01001652EXPORT_SYMBOL_HDA(snd_hda_add_vmaster);
Takashi Iwai2134ea42008-01-10 16:53:55 +01001653
Linus Torvalds1da177e2005-04-16 15:20:36 -07001654/* switch */
Takashi Iwai0ba21762007-04-16 11:29:14 +02001655int snd_hda_mixer_amp_switch_info(struct snd_kcontrol *kcontrol,
1656 struct snd_ctl_elem_info *uinfo)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001657{
1658 int chs = get_amp_channels(kcontrol);
1659
1660 uinfo->type = SNDRV_CTL_ELEM_TYPE_BOOLEAN;
1661 uinfo->count = chs == 3 ? 2 : 1;
1662 uinfo->value.integer.min = 0;
1663 uinfo->value.integer.max = 1;
1664 return 0;
1665}
Takashi Iwaiff7a3262008-11-28 15:17:06 +01001666EXPORT_SYMBOL_HDA(snd_hda_mixer_amp_switch_info);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001667
Takashi Iwai0ba21762007-04-16 11:29:14 +02001668int snd_hda_mixer_amp_switch_get(struct snd_kcontrol *kcontrol,
1669 struct snd_ctl_elem_value *ucontrol)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001670{
1671 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
1672 hda_nid_t nid = get_amp_nid(kcontrol);
1673 int chs = get_amp_channels(kcontrol);
1674 int dir = get_amp_direction(kcontrol);
1675 int idx = get_amp_index(kcontrol);
1676 long *valp = ucontrol->value.integer.value;
1677
1678 if (chs & 1)
Takashi Iwai0ba21762007-04-16 11:29:14 +02001679 *valp++ = (snd_hda_codec_amp_read(codec, nid, 0, dir, idx) &
Takashi Iwai47fd8302007-08-10 17:11:07 +02001680 HDA_AMP_MUTE) ? 0 : 1;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001681 if (chs & 2)
Takashi Iwai0ba21762007-04-16 11:29:14 +02001682 *valp = (snd_hda_codec_amp_read(codec, nid, 1, dir, idx) &
Takashi Iwai47fd8302007-08-10 17:11:07 +02001683 HDA_AMP_MUTE) ? 0 : 1;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001684 return 0;
1685}
Takashi Iwaiff7a3262008-11-28 15:17:06 +01001686EXPORT_SYMBOL_HDA(snd_hda_mixer_amp_switch_get);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001687
Takashi Iwai0ba21762007-04-16 11:29:14 +02001688int snd_hda_mixer_amp_switch_put(struct snd_kcontrol *kcontrol,
1689 struct snd_ctl_elem_value *ucontrol)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001690{
1691 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
1692 hda_nid_t nid = get_amp_nid(kcontrol);
1693 int chs = get_amp_channels(kcontrol);
1694 int dir = get_amp_direction(kcontrol);
1695 int idx = get_amp_index(kcontrol);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001696 long *valp = ucontrol->value.integer.value;
1697 int change = 0;
1698
Takashi Iwaicb53c622007-08-10 17:21:45 +02001699 snd_hda_power_up(codec);
Nicolas Grazianob9f5a892005-07-29 12:17:20 +02001700 if (chs & 1) {
Takashi Iwai4a19fae2005-06-08 14:43:58 +02001701 change = snd_hda_codec_amp_update(codec, nid, 0, dir, idx,
Takashi Iwai47fd8302007-08-10 17:11:07 +02001702 HDA_AMP_MUTE,
1703 *valp ? 0 : HDA_AMP_MUTE);
Nicolas Grazianob9f5a892005-07-29 12:17:20 +02001704 valp++;
1705 }
Takashi Iwai4a19fae2005-06-08 14:43:58 +02001706 if (chs & 2)
1707 change |= snd_hda_codec_amp_update(codec, nid, 1, dir, idx,
Takashi Iwai47fd8302007-08-10 17:11:07 +02001708 HDA_AMP_MUTE,
1709 *valp ? 0 : HDA_AMP_MUTE);
Takashi Iwaicb53c622007-08-10 17:21:45 +02001710#ifdef CONFIG_SND_HDA_POWER_SAVE
1711 if (codec->patch_ops.check_power_status)
1712 codec->patch_ops.check_power_status(codec, nid);
1713#endif
1714 snd_hda_power_down(codec);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001715 return change;
1716}
Takashi Iwaiff7a3262008-11-28 15:17:06 +01001717EXPORT_SYMBOL_HDA(snd_hda_mixer_amp_switch_put);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001718
1719/*
Takashi Iwai985be542005-11-02 18:26:49 +01001720 * bound volume controls
1721 *
1722 * bind multiple volumes (# indices, from 0)
1723 */
1724
1725#define AMP_VAL_IDX_SHIFT 19
1726#define AMP_VAL_IDX_MASK (0x0f<<19)
1727
Takashi Iwai0ba21762007-04-16 11:29:14 +02001728int snd_hda_mixer_bind_switch_get(struct snd_kcontrol *kcontrol,
1729 struct snd_ctl_elem_value *ucontrol)
Takashi Iwai985be542005-11-02 18:26:49 +01001730{
1731 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
1732 unsigned long pval;
1733 int err;
1734
Wu Fengguang5a9e02e2009-01-09 16:45:24 +08001735 mutex_lock(&codec->control_mutex);
Takashi Iwai985be542005-11-02 18:26:49 +01001736 pval = kcontrol->private_value;
1737 kcontrol->private_value = pval & ~AMP_VAL_IDX_MASK; /* index 0 */
1738 err = snd_hda_mixer_amp_switch_get(kcontrol, ucontrol);
1739 kcontrol->private_value = pval;
Wu Fengguang5a9e02e2009-01-09 16:45:24 +08001740 mutex_unlock(&codec->control_mutex);
Takashi Iwai985be542005-11-02 18:26:49 +01001741 return err;
1742}
Takashi Iwaiff7a3262008-11-28 15:17:06 +01001743EXPORT_SYMBOL_HDA(snd_hda_mixer_bind_switch_get);
Takashi Iwai985be542005-11-02 18:26:49 +01001744
Takashi Iwai0ba21762007-04-16 11:29:14 +02001745int snd_hda_mixer_bind_switch_put(struct snd_kcontrol *kcontrol,
1746 struct snd_ctl_elem_value *ucontrol)
Takashi Iwai985be542005-11-02 18:26:49 +01001747{
1748 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
1749 unsigned long pval;
1750 int i, indices, err = 0, change = 0;
1751
Wu Fengguang5a9e02e2009-01-09 16:45:24 +08001752 mutex_lock(&codec->control_mutex);
Takashi Iwai985be542005-11-02 18:26:49 +01001753 pval = kcontrol->private_value;
1754 indices = (pval & AMP_VAL_IDX_MASK) >> AMP_VAL_IDX_SHIFT;
1755 for (i = 0; i < indices; i++) {
Takashi Iwai0ba21762007-04-16 11:29:14 +02001756 kcontrol->private_value = (pval & ~AMP_VAL_IDX_MASK) |
1757 (i << AMP_VAL_IDX_SHIFT);
Takashi Iwai985be542005-11-02 18:26:49 +01001758 err = snd_hda_mixer_amp_switch_put(kcontrol, ucontrol);
1759 if (err < 0)
1760 break;
1761 change |= err;
1762 }
1763 kcontrol->private_value = pval;
Wu Fengguang5a9e02e2009-01-09 16:45:24 +08001764 mutex_unlock(&codec->control_mutex);
Takashi Iwai985be542005-11-02 18:26:49 +01001765 return err < 0 ? err : change;
1766}
Takashi Iwaiff7a3262008-11-28 15:17:06 +01001767EXPORT_SYMBOL_HDA(snd_hda_mixer_bind_switch_put);
Takashi Iwai985be542005-11-02 18:26:49 +01001768
1769/*
Takashi Iwai532d5382007-07-27 19:02:40 +02001770 * generic bound volume/swtich controls
1771 */
1772int snd_hda_mixer_bind_ctls_info(struct snd_kcontrol *kcontrol,
1773 struct snd_ctl_elem_info *uinfo)
1774{
1775 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
1776 struct hda_bind_ctls *c;
1777 int err;
1778
Wu Fengguang5a9e02e2009-01-09 16:45:24 +08001779 mutex_lock(&codec->control_mutex);
Serge A. Suchkov14c65f92008-02-22 18:43:16 +01001780 c = (struct hda_bind_ctls *)kcontrol->private_value;
Takashi Iwai532d5382007-07-27 19:02:40 +02001781 kcontrol->private_value = *c->values;
1782 err = c->ops->info(kcontrol, uinfo);
1783 kcontrol->private_value = (long)c;
Wu Fengguang5a9e02e2009-01-09 16:45:24 +08001784 mutex_unlock(&codec->control_mutex);
Takashi Iwai532d5382007-07-27 19:02:40 +02001785 return err;
1786}
Takashi Iwaiff7a3262008-11-28 15:17:06 +01001787EXPORT_SYMBOL_HDA(snd_hda_mixer_bind_ctls_info);
Takashi Iwai532d5382007-07-27 19:02:40 +02001788
1789int snd_hda_mixer_bind_ctls_get(struct snd_kcontrol *kcontrol,
1790 struct snd_ctl_elem_value *ucontrol)
1791{
1792 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
1793 struct hda_bind_ctls *c;
1794 int err;
1795
Wu Fengguang5a9e02e2009-01-09 16:45:24 +08001796 mutex_lock(&codec->control_mutex);
Serge A. Suchkov14c65f92008-02-22 18:43:16 +01001797 c = (struct hda_bind_ctls *)kcontrol->private_value;
Takashi Iwai532d5382007-07-27 19:02:40 +02001798 kcontrol->private_value = *c->values;
1799 err = c->ops->get(kcontrol, ucontrol);
1800 kcontrol->private_value = (long)c;
Wu Fengguang5a9e02e2009-01-09 16:45:24 +08001801 mutex_unlock(&codec->control_mutex);
Takashi Iwai532d5382007-07-27 19:02:40 +02001802 return err;
1803}
Takashi Iwaiff7a3262008-11-28 15:17:06 +01001804EXPORT_SYMBOL_HDA(snd_hda_mixer_bind_ctls_get);
Takashi Iwai532d5382007-07-27 19:02:40 +02001805
1806int snd_hda_mixer_bind_ctls_put(struct snd_kcontrol *kcontrol,
1807 struct snd_ctl_elem_value *ucontrol)
1808{
1809 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
1810 struct hda_bind_ctls *c;
1811 unsigned long *vals;
1812 int err = 0, change = 0;
1813
Wu Fengguang5a9e02e2009-01-09 16:45:24 +08001814 mutex_lock(&codec->control_mutex);
Serge A. Suchkov14c65f92008-02-22 18:43:16 +01001815 c = (struct hda_bind_ctls *)kcontrol->private_value;
Takashi Iwai532d5382007-07-27 19:02:40 +02001816 for (vals = c->values; *vals; vals++) {
1817 kcontrol->private_value = *vals;
1818 err = c->ops->put(kcontrol, ucontrol);
1819 if (err < 0)
1820 break;
1821 change |= err;
1822 }
1823 kcontrol->private_value = (long)c;
Wu Fengguang5a9e02e2009-01-09 16:45:24 +08001824 mutex_unlock(&codec->control_mutex);
Takashi Iwai532d5382007-07-27 19:02:40 +02001825 return err < 0 ? err : change;
1826}
Takashi Iwaiff7a3262008-11-28 15:17:06 +01001827EXPORT_SYMBOL_HDA(snd_hda_mixer_bind_ctls_put);
Takashi Iwai532d5382007-07-27 19:02:40 +02001828
1829int snd_hda_mixer_bind_tlv(struct snd_kcontrol *kcontrol, int op_flag,
1830 unsigned int size, unsigned int __user *tlv)
1831{
1832 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
1833 struct hda_bind_ctls *c;
1834 int err;
1835
Wu Fengguang5a9e02e2009-01-09 16:45:24 +08001836 mutex_lock(&codec->control_mutex);
Serge A. Suchkov14c65f92008-02-22 18:43:16 +01001837 c = (struct hda_bind_ctls *)kcontrol->private_value;
Takashi Iwai532d5382007-07-27 19:02:40 +02001838 kcontrol->private_value = *c->values;
1839 err = c->ops->tlv(kcontrol, op_flag, size, tlv);
1840 kcontrol->private_value = (long)c;
Wu Fengguang5a9e02e2009-01-09 16:45:24 +08001841 mutex_unlock(&codec->control_mutex);
Takashi Iwai532d5382007-07-27 19:02:40 +02001842 return err;
1843}
Takashi Iwaiff7a3262008-11-28 15:17:06 +01001844EXPORT_SYMBOL_HDA(snd_hda_mixer_bind_tlv);
Takashi Iwai532d5382007-07-27 19:02:40 +02001845
1846struct hda_ctl_ops snd_hda_bind_vol = {
1847 .info = snd_hda_mixer_amp_volume_info,
1848 .get = snd_hda_mixer_amp_volume_get,
1849 .put = snd_hda_mixer_amp_volume_put,
1850 .tlv = snd_hda_mixer_amp_tlv
1851};
Takashi Iwaiff7a3262008-11-28 15:17:06 +01001852EXPORT_SYMBOL_HDA(snd_hda_bind_vol);
Takashi Iwai532d5382007-07-27 19:02:40 +02001853
1854struct hda_ctl_ops snd_hda_bind_sw = {
1855 .info = snd_hda_mixer_amp_switch_info,
1856 .get = snd_hda_mixer_amp_switch_get,
1857 .put = snd_hda_mixer_amp_switch_put,
1858 .tlv = snd_hda_mixer_amp_tlv
1859};
Takashi Iwaiff7a3262008-11-28 15:17:06 +01001860EXPORT_SYMBOL_HDA(snd_hda_bind_sw);
Takashi Iwai532d5382007-07-27 19:02:40 +02001861
1862/*
Linus Torvalds1da177e2005-04-16 15:20:36 -07001863 * SPDIF out controls
1864 */
1865
Takashi Iwai0ba21762007-04-16 11:29:14 +02001866static int snd_hda_spdif_mask_info(struct snd_kcontrol *kcontrol,
1867 struct snd_ctl_elem_info *uinfo)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001868{
1869 uinfo->type = SNDRV_CTL_ELEM_TYPE_IEC958;
1870 uinfo->count = 1;
1871 return 0;
1872}
1873
Takashi Iwai0ba21762007-04-16 11:29:14 +02001874static int snd_hda_spdif_cmask_get(struct snd_kcontrol *kcontrol,
1875 struct snd_ctl_elem_value *ucontrol)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001876{
1877 ucontrol->value.iec958.status[0] = IEC958_AES0_PROFESSIONAL |
1878 IEC958_AES0_NONAUDIO |
1879 IEC958_AES0_CON_EMPHASIS_5015 |
1880 IEC958_AES0_CON_NOT_COPYRIGHT;
1881 ucontrol->value.iec958.status[1] = IEC958_AES1_CON_CATEGORY |
1882 IEC958_AES1_CON_ORIGINAL;
1883 return 0;
1884}
1885
Takashi Iwai0ba21762007-04-16 11:29:14 +02001886static int snd_hda_spdif_pmask_get(struct snd_kcontrol *kcontrol,
1887 struct snd_ctl_elem_value *ucontrol)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001888{
1889 ucontrol->value.iec958.status[0] = IEC958_AES0_PROFESSIONAL |
1890 IEC958_AES0_NONAUDIO |
1891 IEC958_AES0_PRO_EMPHASIS_5015;
1892 return 0;
1893}
1894
Takashi Iwai0ba21762007-04-16 11:29:14 +02001895static int snd_hda_spdif_default_get(struct snd_kcontrol *kcontrol,
1896 struct snd_ctl_elem_value *ucontrol)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001897{
1898 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
1899
1900 ucontrol->value.iec958.status[0] = codec->spdif_status & 0xff;
1901 ucontrol->value.iec958.status[1] = (codec->spdif_status >> 8) & 0xff;
1902 ucontrol->value.iec958.status[2] = (codec->spdif_status >> 16) & 0xff;
1903 ucontrol->value.iec958.status[3] = (codec->spdif_status >> 24) & 0xff;
1904
1905 return 0;
1906}
1907
1908/* convert from SPDIF status bits to HDA SPDIF bits
1909 * bit 0 (DigEn) is always set zero (to be filled later)
1910 */
1911static unsigned short convert_from_spdif_status(unsigned int sbits)
1912{
1913 unsigned short val = 0;
1914
1915 if (sbits & IEC958_AES0_PROFESSIONAL)
Takashi Iwai0ba21762007-04-16 11:29:14 +02001916 val |= AC_DIG1_PROFESSIONAL;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001917 if (sbits & IEC958_AES0_NONAUDIO)
Takashi Iwai0ba21762007-04-16 11:29:14 +02001918 val |= AC_DIG1_NONAUDIO;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001919 if (sbits & IEC958_AES0_PROFESSIONAL) {
Takashi Iwai0ba21762007-04-16 11:29:14 +02001920 if ((sbits & IEC958_AES0_PRO_EMPHASIS) ==
1921 IEC958_AES0_PRO_EMPHASIS_5015)
1922 val |= AC_DIG1_EMPHASIS;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001923 } else {
Takashi Iwai0ba21762007-04-16 11:29:14 +02001924 if ((sbits & IEC958_AES0_CON_EMPHASIS) ==
1925 IEC958_AES0_CON_EMPHASIS_5015)
1926 val |= AC_DIG1_EMPHASIS;
1927 if (!(sbits & IEC958_AES0_CON_NOT_COPYRIGHT))
1928 val |= AC_DIG1_COPYRIGHT;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001929 if (sbits & (IEC958_AES1_CON_ORIGINAL << 8))
Takashi Iwai0ba21762007-04-16 11:29:14 +02001930 val |= AC_DIG1_LEVEL;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001931 val |= sbits & (IEC958_AES1_CON_CATEGORY << 8);
1932 }
1933 return val;
1934}
1935
1936/* convert to SPDIF status bits from HDA SPDIF bits
1937 */
1938static unsigned int convert_to_spdif_status(unsigned short val)
1939{
1940 unsigned int sbits = 0;
1941
Takashi Iwai0ba21762007-04-16 11:29:14 +02001942 if (val & AC_DIG1_NONAUDIO)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001943 sbits |= IEC958_AES0_NONAUDIO;
Takashi Iwai0ba21762007-04-16 11:29:14 +02001944 if (val & AC_DIG1_PROFESSIONAL)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001945 sbits |= IEC958_AES0_PROFESSIONAL;
1946 if (sbits & IEC958_AES0_PROFESSIONAL) {
Takashi Iwai0ba21762007-04-16 11:29:14 +02001947 if (sbits & AC_DIG1_EMPHASIS)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001948 sbits |= IEC958_AES0_PRO_EMPHASIS_5015;
1949 } else {
Takashi Iwai0ba21762007-04-16 11:29:14 +02001950 if (val & AC_DIG1_EMPHASIS)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001951 sbits |= IEC958_AES0_CON_EMPHASIS_5015;
Takashi Iwai0ba21762007-04-16 11:29:14 +02001952 if (!(val & AC_DIG1_COPYRIGHT))
Linus Torvalds1da177e2005-04-16 15:20:36 -07001953 sbits |= IEC958_AES0_CON_NOT_COPYRIGHT;
Takashi Iwai0ba21762007-04-16 11:29:14 +02001954 if (val & AC_DIG1_LEVEL)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001955 sbits |= (IEC958_AES1_CON_ORIGINAL << 8);
1956 sbits |= val & (0x7f << 8);
1957 }
1958 return sbits;
1959}
1960
Takashi Iwai2f728532008-09-25 16:32:41 +02001961/* set digital convert verbs both for the given NID and its slaves */
1962static void set_dig_out(struct hda_codec *codec, hda_nid_t nid,
1963 int verb, int val)
1964{
1965 hda_nid_t *d;
1966
Takashi Iwai9e976972008-11-25 08:17:20 +01001967 snd_hda_codec_write_cache(codec, nid, 0, verb, val);
Takashi Iwai2f728532008-09-25 16:32:41 +02001968 d = codec->slave_dig_outs;
1969 if (!d)
1970 return;
1971 for (; *d; d++)
Takashi Iwai9e976972008-11-25 08:17:20 +01001972 snd_hda_codec_write_cache(codec, *d, 0, verb, val);
Takashi Iwai2f728532008-09-25 16:32:41 +02001973}
1974
1975static inline void set_dig_out_convert(struct hda_codec *codec, hda_nid_t nid,
1976 int dig1, int dig2)
1977{
1978 if (dig1 != -1)
1979 set_dig_out(codec, nid, AC_VERB_SET_DIGI_CONVERT_1, dig1);
1980 if (dig2 != -1)
1981 set_dig_out(codec, nid, AC_VERB_SET_DIGI_CONVERT_2, dig2);
1982}
1983
Takashi Iwai0ba21762007-04-16 11:29:14 +02001984static int snd_hda_spdif_default_put(struct snd_kcontrol *kcontrol,
1985 struct snd_ctl_elem_value *ucontrol)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001986{
1987 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
1988 hda_nid_t nid = kcontrol->private_value;
1989 unsigned short val;
1990 int change;
1991
Ingo Molnar62932df2006-01-16 16:34:20 +01001992 mutex_lock(&codec->spdif_mutex);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001993 codec->spdif_status = ucontrol->value.iec958.status[0] |
1994 ((unsigned int)ucontrol->value.iec958.status[1] << 8) |
1995 ((unsigned int)ucontrol->value.iec958.status[2] << 16) |
1996 ((unsigned int)ucontrol->value.iec958.status[3] << 24);
1997 val = convert_from_spdif_status(codec->spdif_status);
1998 val |= codec->spdif_ctls & 1;
1999 change = codec->spdif_ctls != val;
2000 codec->spdif_ctls = val;
2001
Takashi Iwai2f728532008-09-25 16:32:41 +02002002 if (change)
2003 set_dig_out_convert(codec, nid, val & 0xff, (val >> 8) & 0xff);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002004
Ingo Molnar62932df2006-01-16 16:34:20 +01002005 mutex_unlock(&codec->spdif_mutex);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002006 return change;
2007}
2008
Takashi Iwaia5ce8892007-07-23 15:42:26 +02002009#define snd_hda_spdif_out_switch_info snd_ctl_boolean_mono_info
Linus Torvalds1da177e2005-04-16 15:20:36 -07002010
Takashi Iwai0ba21762007-04-16 11:29:14 +02002011static int snd_hda_spdif_out_switch_get(struct snd_kcontrol *kcontrol,
2012 struct snd_ctl_elem_value *ucontrol)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002013{
2014 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
2015
Takashi Iwai0ba21762007-04-16 11:29:14 +02002016 ucontrol->value.integer.value[0] = codec->spdif_ctls & AC_DIG1_ENABLE;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002017 return 0;
2018}
2019
Takashi Iwai0ba21762007-04-16 11:29:14 +02002020static int snd_hda_spdif_out_switch_put(struct snd_kcontrol *kcontrol,
2021 struct snd_ctl_elem_value *ucontrol)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002022{
2023 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
2024 hda_nid_t nid = kcontrol->private_value;
2025 unsigned short val;
2026 int change;
2027
Ingo Molnar62932df2006-01-16 16:34:20 +01002028 mutex_lock(&codec->spdif_mutex);
Takashi Iwai0ba21762007-04-16 11:29:14 +02002029 val = codec->spdif_ctls & ~AC_DIG1_ENABLE;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002030 if (ucontrol->value.integer.value[0])
Takashi Iwai0ba21762007-04-16 11:29:14 +02002031 val |= AC_DIG1_ENABLE;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002032 change = codec->spdif_ctls != val;
Takashi Iwai82beb8f2007-08-10 17:09:26 +02002033 if (change) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07002034 codec->spdif_ctls = val;
Takashi Iwai2f728532008-09-25 16:32:41 +02002035 set_dig_out_convert(codec, nid, val & 0xff, -1);
Takashi Iwai0ba21762007-04-16 11:29:14 +02002036 /* unmute amp switch (if any) */
2037 if ((get_wcaps(codec, nid) & AC_WCAP_OUT_AMP) &&
Takashi Iwai47fd8302007-08-10 17:11:07 +02002038 (val & AC_DIG1_ENABLE))
2039 snd_hda_codec_amp_stereo(codec, nid, HDA_OUTPUT, 0,
2040 HDA_AMP_MUTE, 0);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002041 }
Ingo Molnar62932df2006-01-16 16:34:20 +01002042 mutex_unlock(&codec->spdif_mutex);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002043 return change;
2044}
2045
Takashi Iwaic8b6bf92005-11-17 14:57:47 +01002046static struct snd_kcontrol_new dig_mixes[] = {
Linus Torvalds1da177e2005-04-16 15:20:36 -07002047 {
2048 .access = SNDRV_CTL_ELEM_ACCESS_READ,
2049 .iface = SNDRV_CTL_ELEM_IFACE_MIXER,
2050 .name = SNDRV_CTL_NAME_IEC958("",PLAYBACK,CON_MASK),
2051 .info = snd_hda_spdif_mask_info,
2052 .get = snd_hda_spdif_cmask_get,
2053 },
2054 {
2055 .access = SNDRV_CTL_ELEM_ACCESS_READ,
2056 .iface = SNDRV_CTL_ELEM_IFACE_MIXER,
2057 .name = SNDRV_CTL_NAME_IEC958("",PLAYBACK,PRO_MASK),
2058 .info = snd_hda_spdif_mask_info,
2059 .get = snd_hda_spdif_pmask_get,
2060 },
2061 {
2062 .iface = SNDRV_CTL_ELEM_IFACE_MIXER,
2063 .name = SNDRV_CTL_NAME_IEC958("",PLAYBACK,DEFAULT),
2064 .info = snd_hda_spdif_mask_info,
2065 .get = snd_hda_spdif_default_get,
2066 .put = snd_hda_spdif_default_put,
2067 },
2068 {
2069 .iface = SNDRV_CTL_ELEM_IFACE_MIXER,
2070 .name = SNDRV_CTL_NAME_IEC958("",PLAYBACK,SWITCH),
2071 .info = snd_hda_spdif_out_switch_info,
2072 .get = snd_hda_spdif_out_switch_get,
2073 .put = snd_hda_spdif_out_switch_put,
2074 },
2075 { } /* end */
2076};
2077
Takashi Iwai09f99702008-02-04 12:31:13 +01002078#define SPDIF_MAX_IDX 4 /* 4 instances should be enough to probe */
2079
Linus Torvalds1da177e2005-04-16 15:20:36 -07002080/**
2081 * snd_hda_create_spdif_out_ctls - create Output SPDIF-related controls
2082 * @codec: the HDA codec
2083 * @nid: audio out widget NID
2084 *
2085 * Creates controls related with the SPDIF output.
2086 * Called from each patch supporting the SPDIF out.
2087 *
2088 * Returns 0 if successful, or a negative error code.
2089 */
Takashi Iwai12f288b2007-08-02 15:51:59 +02002090int snd_hda_create_spdif_out_ctls(struct hda_codec *codec, hda_nid_t nid)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002091{
2092 int err;
Takashi Iwaic8b6bf92005-11-17 14:57:47 +01002093 struct snd_kcontrol *kctl;
2094 struct snd_kcontrol_new *dig_mix;
Takashi Iwai09f99702008-02-04 12:31:13 +01002095 int idx;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002096
Takashi Iwai09f99702008-02-04 12:31:13 +01002097 for (idx = 0; idx < SPDIF_MAX_IDX; idx++) {
2098 if (!_snd_hda_find_mixer_ctl(codec, "IEC958 Playback Switch",
2099 idx))
2100 break;
2101 }
2102 if (idx >= SPDIF_MAX_IDX) {
2103 printk(KERN_ERR "hda_codec: too many IEC958 outputs\n");
2104 return -EBUSY;
2105 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07002106 for (dig_mix = dig_mixes; dig_mix->name; dig_mix++) {
2107 kctl = snd_ctl_new1(dig_mix, codec);
Takashi Iwaib91f0802008-11-04 08:43:08 +01002108 if (!kctl)
2109 return -ENOMEM;
Takashi Iwai09f99702008-02-04 12:31:13 +01002110 kctl->id.index = idx;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002111 kctl->private_value = nid;
Takashi Iwaid13bd412008-07-30 15:01:45 +02002112 err = snd_hda_ctl_add(codec, kctl);
Takashi Iwai0ba21762007-04-16 11:29:14 +02002113 if (err < 0)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002114 return err;
2115 }
Takashi Iwai0ba21762007-04-16 11:29:14 +02002116 codec->spdif_ctls =
Andrew Paprocki3982d172007-12-19 12:13:44 +01002117 snd_hda_codec_read(codec, nid, 0,
2118 AC_VERB_GET_DIGI_CONVERT_1, 0);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002119 codec->spdif_status = convert_to_spdif_status(codec->spdif_ctls);
2120 return 0;
2121}
Takashi Iwaiff7a3262008-11-28 15:17:06 +01002122EXPORT_SYMBOL_HDA(snd_hda_create_spdif_out_ctls);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002123
2124/*
Takashi Iwai9a081602008-02-12 18:37:26 +01002125 * SPDIF sharing with analog output
2126 */
2127static int spdif_share_sw_get(struct snd_kcontrol *kcontrol,
2128 struct snd_ctl_elem_value *ucontrol)
2129{
2130 struct hda_multi_out *mout = snd_kcontrol_chip(kcontrol);
2131 ucontrol->value.integer.value[0] = mout->share_spdif;
2132 return 0;
2133}
2134
2135static int spdif_share_sw_put(struct snd_kcontrol *kcontrol,
2136 struct snd_ctl_elem_value *ucontrol)
2137{
2138 struct hda_multi_out *mout = snd_kcontrol_chip(kcontrol);
2139 mout->share_spdif = !!ucontrol->value.integer.value[0];
2140 return 0;
2141}
2142
2143static struct snd_kcontrol_new spdif_share_sw = {
2144 .iface = SNDRV_CTL_ELEM_IFACE_MIXER,
2145 .name = "IEC958 Default PCM Playback Switch",
2146 .info = snd_ctl_boolean_mono_info,
2147 .get = spdif_share_sw_get,
2148 .put = spdif_share_sw_put,
2149};
2150
2151int snd_hda_create_spdif_share_sw(struct hda_codec *codec,
2152 struct hda_multi_out *mout)
2153{
2154 if (!mout->dig_out_nid)
2155 return 0;
2156 /* ATTENTION: here mout is passed as private_data, instead of codec */
Takashi Iwaid13bd412008-07-30 15:01:45 +02002157 return snd_hda_ctl_add(codec,
Takashi Iwai9a081602008-02-12 18:37:26 +01002158 snd_ctl_new1(&spdif_share_sw, mout));
2159}
Takashi Iwaiff7a3262008-11-28 15:17:06 +01002160EXPORT_SYMBOL_HDA(snd_hda_create_spdif_share_sw);
Takashi Iwai9a081602008-02-12 18:37:26 +01002161
2162/*
Linus Torvalds1da177e2005-04-16 15:20:36 -07002163 * SPDIF input
2164 */
2165
2166#define snd_hda_spdif_in_switch_info snd_hda_spdif_out_switch_info
2167
Takashi Iwai0ba21762007-04-16 11:29:14 +02002168static int snd_hda_spdif_in_switch_get(struct snd_kcontrol *kcontrol,
2169 struct snd_ctl_elem_value *ucontrol)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002170{
2171 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
2172
2173 ucontrol->value.integer.value[0] = codec->spdif_in_enable;
2174 return 0;
2175}
2176
Takashi Iwai0ba21762007-04-16 11:29:14 +02002177static int snd_hda_spdif_in_switch_put(struct snd_kcontrol *kcontrol,
2178 struct snd_ctl_elem_value *ucontrol)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002179{
2180 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
2181 hda_nid_t nid = kcontrol->private_value;
2182 unsigned int val = !!ucontrol->value.integer.value[0];
2183 int change;
2184
Ingo Molnar62932df2006-01-16 16:34:20 +01002185 mutex_lock(&codec->spdif_mutex);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002186 change = codec->spdif_in_enable != val;
Takashi Iwai82beb8f2007-08-10 17:09:26 +02002187 if (change) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07002188 codec->spdif_in_enable = val;
Takashi Iwai82beb8f2007-08-10 17:09:26 +02002189 snd_hda_codec_write_cache(codec, nid, 0,
2190 AC_VERB_SET_DIGI_CONVERT_1, val);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002191 }
Ingo Molnar62932df2006-01-16 16:34:20 +01002192 mutex_unlock(&codec->spdif_mutex);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002193 return change;
2194}
2195
Takashi Iwai0ba21762007-04-16 11:29:14 +02002196static int snd_hda_spdif_in_status_get(struct snd_kcontrol *kcontrol,
2197 struct snd_ctl_elem_value *ucontrol)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002198{
2199 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
2200 hda_nid_t nid = kcontrol->private_value;
2201 unsigned short val;
2202 unsigned int sbits;
2203
Andrew Paprocki3982d172007-12-19 12:13:44 +01002204 val = snd_hda_codec_read(codec, nid, 0, AC_VERB_GET_DIGI_CONVERT_1, 0);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002205 sbits = convert_to_spdif_status(val);
2206 ucontrol->value.iec958.status[0] = sbits;
2207 ucontrol->value.iec958.status[1] = sbits >> 8;
2208 ucontrol->value.iec958.status[2] = sbits >> 16;
2209 ucontrol->value.iec958.status[3] = sbits >> 24;
2210 return 0;
2211}
2212
Takashi Iwaic8b6bf92005-11-17 14:57:47 +01002213static struct snd_kcontrol_new dig_in_ctls[] = {
Linus Torvalds1da177e2005-04-16 15:20:36 -07002214 {
2215 .iface = SNDRV_CTL_ELEM_IFACE_MIXER,
2216 .name = SNDRV_CTL_NAME_IEC958("",CAPTURE,SWITCH),
2217 .info = snd_hda_spdif_in_switch_info,
2218 .get = snd_hda_spdif_in_switch_get,
2219 .put = snd_hda_spdif_in_switch_put,
2220 },
2221 {
2222 .access = SNDRV_CTL_ELEM_ACCESS_READ,
2223 .iface = SNDRV_CTL_ELEM_IFACE_MIXER,
2224 .name = SNDRV_CTL_NAME_IEC958("",CAPTURE,DEFAULT),
2225 .info = snd_hda_spdif_mask_info,
2226 .get = snd_hda_spdif_in_status_get,
2227 },
2228 { } /* end */
2229};
2230
2231/**
2232 * snd_hda_create_spdif_in_ctls - create Input SPDIF-related controls
2233 * @codec: the HDA codec
2234 * @nid: audio in widget NID
2235 *
2236 * Creates controls related with the SPDIF input.
2237 * Called from each patch supporting the SPDIF in.
2238 *
2239 * Returns 0 if successful, or a negative error code.
2240 */
Takashi Iwai12f288b2007-08-02 15:51:59 +02002241int snd_hda_create_spdif_in_ctls(struct hda_codec *codec, hda_nid_t nid)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002242{
2243 int err;
Takashi Iwaic8b6bf92005-11-17 14:57:47 +01002244 struct snd_kcontrol *kctl;
2245 struct snd_kcontrol_new *dig_mix;
Takashi Iwai09f99702008-02-04 12:31:13 +01002246 int idx;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002247
Takashi Iwai09f99702008-02-04 12:31:13 +01002248 for (idx = 0; idx < SPDIF_MAX_IDX; idx++) {
2249 if (!_snd_hda_find_mixer_ctl(codec, "IEC958 Capture Switch",
2250 idx))
2251 break;
2252 }
2253 if (idx >= SPDIF_MAX_IDX) {
2254 printk(KERN_ERR "hda_codec: too many IEC958 inputs\n");
2255 return -EBUSY;
2256 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07002257 for (dig_mix = dig_in_ctls; dig_mix->name; dig_mix++) {
2258 kctl = snd_ctl_new1(dig_mix, codec);
Takashi Iwaic8dcdf82009-02-06 16:21:20 +01002259 if (!kctl)
2260 return -ENOMEM;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002261 kctl->private_value = nid;
Takashi Iwaid13bd412008-07-30 15:01:45 +02002262 err = snd_hda_ctl_add(codec, kctl);
Takashi Iwai0ba21762007-04-16 11:29:14 +02002263 if (err < 0)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002264 return err;
2265 }
Takashi Iwai0ba21762007-04-16 11:29:14 +02002266 codec->spdif_in_enable =
Andrew Paprocki3982d172007-12-19 12:13:44 +01002267 snd_hda_codec_read(codec, nid, 0,
2268 AC_VERB_GET_DIGI_CONVERT_1, 0) &
Takashi Iwai0ba21762007-04-16 11:29:14 +02002269 AC_DIG1_ENABLE;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002270 return 0;
2271}
Takashi Iwaiff7a3262008-11-28 15:17:06 +01002272EXPORT_SYMBOL_HDA(snd_hda_create_spdif_in_ctls);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002273
Takashi Iwaicb53c622007-08-10 17:21:45 +02002274#ifdef SND_HDA_NEEDS_RESUME
Takashi Iwai82beb8f2007-08-10 17:09:26 +02002275/*
2276 * command cache
2277 */
Linus Torvalds1da177e2005-04-16 15:20:36 -07002278
Takashi Iwaib3ac5632007-08-10 17:03:40 +02002279/* build a 32bit cache key with the widget id and the command parameter */
2280#define build_cmd_cache_key(nid, verb) ((verb << 8) | nid)
2281#define get_cmd_cache_nid(key) ((key) & 0xff)
2282#define get_cmd_cache_cmd(key) (((key) >> 8) & 0xffff)
2283
2284/**
2285 * snd_hda_codec_write_cache - send a single command with caching
2286 * @codec: the HDA codec
2287 * @nid: NID to send the command
2288 * @direct: direct flag
2289 * @verb: the verb to send
2290 * @parm: the parameter for the verb
2291 *
2292 * Send a single command without waiting for response.
2293 *
2294 * Returns 0 if successful, or a negative error code.
2295 */
2296int snd_hda_codec_write_cache(struct hda_codec *codec, hda_nid_t nid,
2297 int direct, unsigned int verb, unsigned int parm)
2298{
Takashi Iwaiaa2936f2009-05-26 16:07:57 +02002299 int err = snd_hda_codec_write(codec, nid, direct, verb, parm);
2300 struct hda_cache_head *c;
2301 u32 key;
Takashi Iwai33fa35e2008-11-06 16:50:40 +01002302
Takashi Iwaiaa2936f2009-05-26 16:07:57 +02002303 if (err < 0)
2304 return err;
2305 /* parm may contain the verb stuff for get/set amp */
2306 verb = verb | (parm >> 8);
2307 parm &= 0xff;
2308 key = build_cmd_cache_key(nid, verb);
2309 mutex_lock(&codec->bus->cmd_mutex);
2310 c = get_alloc_hash(&codec->cmd_cache, key);
2311 if (c)
2312 c->val = parm;
2313 mutex_unlock(&codec->bus->cmd_mutex);
2314 return 0;
Takashi Iwaib3ac5632007-08-10 17:03:40 +02002315}
Takashi Iwaiff7a3262008-11-28 15:17:06 +01002316EXPORT_SYMBOL_HDA(snd_hda_codec_write_cache);
Takashi Iwaib3ac5632007-08-10 17:03:40 +02002317
2318/* resume the all commands from the cache */
2319void snd_hda_codec_resume_cache(struct hda_codec *codec)
2320{
Takashi Iwai603c4012008-07-30 15:01:44 +02002321 struct hda_cache_head *buffer = codec->cmd_cache.buf.list;
Takashi Iwaib3ac5632007-08-10 17:03:40 +02002322 int i;
2323
Takashi Iwai603c4012008-07-30 15:01:44 +02002324 for (i = 0; i < codec->cmd_cache.buf.used; i++, buffer++) {
Takashi Iwaib3ac5632007-08-10 17:03:40 +02002325 u32 key = buffer->key;
2326 if (!key)
2327 continue;
2328 snd_hda_codec_write(codec, get_cmd_cache_nid(key), 0,
2329 get_cmd_cache_cmd(key), buffer->val);
2330 }
2331}
Takashi Iwaiff7a3262008-11-28 15:17:06 +01002332EXPORT_SYMBOL_HDA(snd_hda_codec_resume_cache);
Takashi Iwaib3ac5632007-08-10 17:03:40 +02002333
2334/**
2335 * snd_hda_sequence_write_cache - sequence writes with caching
2336 * @codec: the HDA codec
2337 * @seq: VERB array to send
2338 *
2339 * Send the commands sequentially from the given array.
2340 * Thte commands are recorded on cache for power-save and resume.
2341 * The array must be terminated with NID=0.
2342 */
2343void snd_hda_sequence_write_cache(struct hda_codec *codec,
2344 const struct hda_verb *seq)
2345{
2346 for (; seq->nid; seq++)
2347 snd_hda_codec_write_cache(codec, seq->nid, 0, seq->verb,
2348 seq->param);
2349}
Takashi Iwaiff7a3262008-11-28 15:17:06 +01002350EXPORT_SYMBOL_HDA(snd_hda_sequence_write_cache);
Takashi Iwaicb53c622007-08-10 17:21:45 +02002351#endif /* SND_HDA_NEEDS_RESUME */
Takashi Iwaib3ac5632007-08-10 17:03:40 +02002352
Takashi Iwai54d17402005-11-21 16:33:22 +01002353/*
2354 * set power state of the codec
2355 */
2356static void hda_set_power_state(struct hda_codec *codec, hda_nid_t fg,
2357 unsigned int power_state)
2358{
Takashi Iwaicb53c622007-08-10 17:21:45 +02002359 hda_nid_t nid;
2360 int i;
Takashi Iwai54d17402005-11-21 16:33:22 +01002361
2362 snd_hda_codec_write(codec, fg, 0, AC_VERB_SET_POWER_STATE,
2363 power_state);
Marc Boucherd2595d82008-01-22 15:23:30 +01002364 msleep(10); /* partial workaround for "azx_get_response timeout" */
Takashi Iwai54d17402005-11-21 16:33:22 +01002365
Takashi Iwaicb53c622007-08-10 17:21:45 +02002366 nid = codec->start_nid;
2367 for (i = 0; i < codec->num_nodes; i++, nid++) {
Takashi Iwai7eba5c92007-11-14 14:53:42 +01002368 unsigned int wcaps = get_wcaps(codec, nid);
2369 if (wcaps & AC_WCAP_POWER) {
2370 unsigned int wid_type = (wcaps & AC_WCAP_TYPE) >>
2371 AC_WCAP_TYPE_SHIFT;
Takashi Iwaia3b48c82009-04-21 13:37:29 +02002372 if (power_state == AC_PWRST_D3 &&
2373 wid_type == AC_WID_PIN) {
Takashi Iwai7eba5c92007-11-14 14:53:42 +01002374 unsigned int pincap;
2375 /*
2376 * don't power down the widget if it controls
2377 * eapd and EAPD_BTLENABLE is set.
2378 */
Takashi Iwai14bafe32009-03-23 16:35:39 +01002379 pincap = snd_hda_query_pin_caps(codec, nid);
Takashi Iwai7eba5c92007-11-14 14:53:42 +01002380 if (pincap & AC_PINCAP_EAPD) {
2381 int eapd = snd_hda_codec_read(codec,
2382 nid, 0,
2383 AC_VERB_GET_EAPD_BTLENABLE, 0);
2384 eapd &= 0x02;
Takashi Iwaia3b48c82009-04-21 13:37:29 +02002385 if (eapd)
Takashi Iwai7eba5c92007-11-14 14:53:42 +01002386 continue;
2387 }
Takashi Iwai1194b5b2007-10-10 10:04:26 +02002388 }
Takashi Iwai54d17402005-11-21 16:33:22 +01002389 snd_hda_codec_write(codec, nid, 0,
2390 AC_VERB_SET_POWER_STATE,
2391 power_state);
Takashi Iwai1194b5b2007-10-10 10:04:26 +02002392 }
Takashi Iwai54d17402005-11-21 16:33:22 +01002393 }
2394
Takashi Iwaicb53c622007-08-10 17:21:45 +02002395 if (power_state == AC_PWRST_D0) {
2396 unsigned long end_time;
2397 int state;
Takashi Iwai54d17402005-11-21 16:33:22 +01002398 msleep(10);
Takashi Iwaicb53c622007-08-10 17:21:45 +02002399 /* wait until the codec reachs to D0 */
2400 end_time = jiffies + msecs_to_jiffies(500);
2401 do {
2402 state = snd_hda_codec_read(codec, fg, 0,
2403 AC_VERB_GET_POWER_STATE, 0);
2404 if (state == power_state)
2405 break;
2406 msleep(1);
2407 } while (time_after_eq(end_time, jiffies));
2408 }
Takashi Iwai54d17402005-11-21 16:33:22 +01002409}
2410
Takashi Iwai11aeff02008-07-30 15:01:46 +02002411#ifdef CONFIG_SND_HDA_HWDEP
2412/* execute additional init verbs */
2413static void hda_exec_init_verbs(struct hda_codec *codec)
2414{
2415 if (codec->init_verbs.list)
2416 snd_hda_sequence_write(codec, codec->init_verbs.list);
2417}
2418#else
2419static inline void hda_exec_init_verbs(struct hda_codec *codec) {}
2420#endif
2421
Takashi Iwaicb53c622007-08-10 17:21:45 +02002422#ifdef SND_HDA_NEEDS_RESUME
2423/*
2424 * call suspend and power-down; used both from PM and power-save
2425 */
2426static void hda_call_codec_suspend(struct hda_codec *codec)
2427{
2428 if (codec->patch_ops.suspend)
2429 codec->patch_ops.suspend(codec, PMSG_SUSPEND);
2430 hda_set_power_state(codec,
2431 codec->afg ? codec->afg : codec->mfg,
2432 AC_PWRST_D3);
2433#ifdef CONFIG_SND_HDA_POWER_SAVE
2434 cancel_delayed_work(&codec->power_work);
Takashi Iwai95e99fd2007-08-13 15:29:04 +02002435 codec->power_on = 0;
Takashi Iwaia221e282007-08-16 16:35:33 +02002436 codec->power_transition = 0;
Takashi Iwaicb53c622007-08-10 17:21:45 +02002437#endif
2438}
2439
2440/*
2441 * kick up codec; used both from PM and power-save
2442 */
2443static void hda_call_codec_resume(struct hda_codec *codec)
2444{
2445 hda_set_power_state(codec,
2446 codec->afg ? codec->afg : codec->mfg,
2447 AC_PWRST_D0);
Takashi Iwai3be14142009-02-20 14:11:16 +01002448 restore_pincfgs(codec); /* restore all current pin configs */
Takashi Iwai11aeff02008-07-30 15:01:46 +02002449 hda_exec_init_verbs(codec);
Takashi Iwaicb53c622007-08-10 17:21:45 +02002450 if (codec->patch_ops.resume)
2451 codec->patch_ops.resume(codec);
2452 else {
Takashi Iwai9d99f312007-08-14 15:15:52 +02002453 if (codec->patch_ops.init)
2454 codec->patch_ops.init(codec);
Takashi Iwaicb53c622007-08-10 17:21:45 +02002455 snd_hda_codec_resume_amp(codec);
2456 snd_hda_codec_resume_cache(codec);
2457 }
2458}
2459#endif /* SND_HDA_NEEDS_RESUME */
2460
Takashi Iwai54d17402005-11-21 16:33:22 +01002461
Linus Torvalds1da177e2005-04-16 15:20:36 -07002462/**
2463 * snd_hda_build_controls - build mixer controls
2464 * @bus: the BUS
2465 *
2466 * Creates mixer controls for each codec included in the bus.
2467 *
2468 * Returns 0 if successful, otherwise a negative error code.
2469 */
Takashi Iwai1289e9e2008-11-27 15:47:11 +01002470int /*__devinit*/ snd_hda_build_controls(struct hda_bus *bus)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002471{
Takashi Iwai0ba21762007-04-16 11:29:14 +02002472 struct hda_codec *codec;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002473
Takashi Iwai0ba21762007-04-16 11:29:14 +02002474 list_for_each_entry(codec, &bus->codec_list, list) {
Takashi Iwai6c1f45e2008-07-30 15:01:45 +02002475 int err = snd_hda_codec_build_controls(codec);
Takashi Iwaif93d4612009-03-02 10:44:15 +01002476 if (err < 0) {
2477 printk(KERN_ERR "hda_codec: cannot build controls"
2478 "for #%d (error %d)\n", codec->addr, err);
2479 err = snd_hda_codec_reset(codec);
2480 if (err < 0) {
2481 printk(KERN_ERR
2482 "hda_codec: cannot revert codec\n");
2483 return err;
2484 }
2485 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07002486 }
Takashi Iwai6c1f45e2008-07-30 15:01:45 +02002487 return 0;
2488}
Takashi Iwaiff7a3262008-11-28 15:17:06 +01002489EXPORT_SYMBOL_HDA(snd_hda_build_controls);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002490
Takashi Iwai6c1f45e2008-07-30 15:01:45 +02002491int snd_hda_codec_build_controls(struct hda_codec *codec)
2492{
2493 int err = 0;
Takashi Iwai11aeff02008-07-30 15:01:46 +02002494 hda_exec_init_verbs(codec);
Takashi Iwai6c1f45e2008-07-30 15:01:45 +02002495 /* continue to initialize... */
2496 if (codec->patch_ops.init)
2497 err = codec->patch_ops.init(codec);
2498 if (!err && codec->patch_ops.build_controls)
2499 err = codec->patch_ops.build_controls(codec);
Takashi Iwai6c1f45e2008-07-30 15:01:45 +02002500 if (err < 0)
2501 return err;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002502 return 0;
2503}
2504
Linus Torvalds1da177e2005-04-16 15:20:36 -07002505/*
2506 * stream formats
2507 */
Takashi Iwaibefdf312005-08-22 13:57:55 +02002508struct hda_rate_tbl {
2509 unsigned int hz;
2510 unsigned int alsa_bits;
2511 unsigned int hda_fmt;
2512};
2513
2514static struct hda_rate_tbl rate_bits[] = {
Linus Torvalds1da177e2005-04-16 15:20:36 -07002515 /* rate in Hz, ALSA rate bitmask, HDA format value */
Nicolas Graziano9d8f53f2005-08-22 13:47:16 +02002516
2517 /* autodetected value used in snd_hda_query_supported_pcm */
Linus Torvalds1da177e2005-04-16 15:20:36 -07002518 { 8000, SNDRV_PCM_RATE_8000, 0x0500 }, /* 1/6 x 48 */
2519 { 11025, SNDRV_PCM_RATE_11025, 0x4300 }, /* 1/4 x 44 */
2520 { 16000, SNDRV_PCM_RATE_16000, 0x0200 }, /* 1/3 x 48 */
2521 { 22050, SNDRV_PCM_RATE_22050, 0x4100 }, /* 1/2 x 44 */
2522 { 32000, SNDRV_PCM_RATE_32000, 0x0a00 }, /* 2/3 x 48 */
2523 { 44100, SNDRV_PCM_RATE_44100, 0x4000 }, /* 44 */
2524 { 48000, SNDRV_PCM_RATE_48000, 0x0000 }, /* 48 */
2525 { 88200, SNDRV_PCM_RATE_88200, 0x4800 }, /* 2 x 44 */
2526 { 96000, SNDRV_PCM_RATE_96000, 0x0800 }, /* 2 x 48 */
2527 { 176400, SNDRV_PCM_RATE_176400, 0x5800 },/* 4 x 44 */
2528 { 192000, SNDRV_PCM_RATE_192000, 0x1800 }, /* 4 x 48 */
Takashi Iwaia961f9f2007-04-12 13:08:09 +02002529#define AC_PAR_PCM_RATE_BITS 11
2530 /* up to bits 10, 384kHZ isn't supported properly */
2531
2532 /* not autodetected value */
2533 { 9600, SNDRV_PCM_RATE_KNOT, 0x0400 }, /* 1/5 x 48 */
Nicolas Graziano9d8f53f2005-08-22 13:47:16 +02002534
Takashi Iwaibefdf312005-08-22 13:57:55 +02002535 { 0 } /* terminator */
Linus Torvalds1da177e2005-04-16 15:20:36 -07002536};
2537
2538/**
2539 * snd_hda_calc_stream_format - calculate format bitset
2540 * @rate: the sample rate
2541 * @channels: the number of channels
2542 * @format: the PCM format (SNDRV_PCM_FORMAT_XXX)
2543 * @maxbps: the max. bps
2544 *
2545 * Calculate the format bitset from the given rate, channels and th PCM format.
2546 *
2547 * Return zero if invalid.
2548 */
2549unsigned int snd_hda_calc_stream_format(unsigned int rate,
2550 unsigned int channels,
2551 unsigned int format,
2552 unsigned int maxbps)
2553{
2554 int i;
2555 unsigned int val = 0;
2556
Takashi Iwaibefdf312005-08-22 13:57:55 +02002557 for (i = 0; rate_bits[i].hz; i++)
2558 if (rate_bits[i].hz == rate) {
2559 val = rate_bits[i].hda_fmt;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002560 break;
2561 }
Takashi Iwai0ba21762007-04-16 11:29:14 +02002562 if (!rate_bits[i].hz) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07002563 snd_printdd("invalid rate %d\n", rate);
2564 return 0;
2565 }
2566
2567 if (channels == 0 || channels > 8) {
2568 snd_printdd("invalid channels %d\n", channels);
2569 return 0;
2570 }
2571 val |= channels - 1;
2572
2573 switch (snd_pcm_format_width(format)) {
2574 case 8: val |= 0x00; break;
2575 case 16: val |= 0x10; break;
2576 case 20:
2577 case 24:
2578 case 32:
2579 if (maxbps >= 32)
2580 val |= 0x40;
2581 else if (maxbps >= 24)
2582 val |= 0x30;
2583 else
2584 val |= 0x20;
2585 break;
2586 default:
Takashi Iwai0ba21762007-04-16 11:29:14 +02002587 snd_printdd("invalid format width %d\n",
2588 snd_pcm_format_width(format));
Linus Torvalds1da177e2005-04-16 15:20:36 -07002589 return 0;
2590 }
2591
2592 return val;
2593}
Takashi Iwaiff7a3262008-11-28 15:17:06 +01002594EXPORT_SYMBOL_HDA(snd_hda_calc_stream_format);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002595
Takashi Iwai92c7c8a2009-03-24 07:32:14 +01002596static unsigned int get_pcm_param(struct hda_codec *codec, hda_nid_t nid)
2597{
2598 unsigned int val = 0;
2599 if (nid != codec->afg &&
2600 (get_wcaps(codec, nid) & AC_WCAP_FORMAT_OVRD))
2601 val = snd_hda_param_read(codec, nid, AC_PAR_PCM);
2602 if (!val || val == -1)
2603 val = snd_hda_param_read(codec, codec->afg, AC_PAR_PCM);
2604 if (!val || val == -1)
2605 return 0;
2606 return val;
2607}
2608
2609static unsigned int query_pcm_param(struct hda_codec *codec, hda_nid_t nid)
2610{
2611 return query_caps_hash(codec, nid, HDA_HASH_PARPCM_KEY(nid),
2612 get_pcm_param);
2613}
2614
2615static unsigned int get_stream_param(struct hda_codec *codec, hda_nid_t nid)
2616{
2617 unsigned int streams = snd_hda_param_read(codec, nid, AC_PAR_STREAM);
2618 if (!streams || streams == -1)
2619 streams = snd_hda_param_read(codec, codec->afg, AC_PAR_STREAM);
2620 if (!streams || streams == -1)
2621 return 0;
2622 return streams;
2623}
2624
2625static unsigned int query_stream_param(struct hda_codec *codec, hda_nid_t nid)
2626{
2627 return query_caps_hash(codec, nid, HDA_HASH_PARSTR_KEY(nid),
2628 get_stream_param);
2629}
2630
Linus Torvalds1da177e2005-04-16 15:20:36 -07002631/**
2632 * snd_hda_query_supported_pcm - query the supported PCM rates and formats
2633 * @codec: the HDA codec
2634 * @nid: NID to query
2635 * @ratesp: the pointer to store the detected rate bitflags
2636 * @formatsp: the pointer to store the detected formats
2637 * @bpsp: the pointer to store the detected format widths
2638 *
2639 * Queries the supported PCM rates and formats. The NULL @ratesp, @formatsp
2640 * or @bsps argument is ignored.
2641 *
2642 * Returns 0 if successful, otherwise a negative error code.
2643 */
Takashi Iwai986862bd2008-11-27 12:40:13 +01002644static int snd_hda_query_supported_pcm(struct hda_codec *codec, hda_nid_t nid,
Linus Torvalds1da177e2005-04-16 15:20:36 -07002645 u32 *ratesp, u64 *formatsp, unsigned int *bpsp)
2646{
Jaroslav Kyselaee504712009-03-17 14:30:31 +01002647 unsigned int i, val, wcaps;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002648
Jaroslav Kyselaee504712009-03-17 14:30:31 +01002649 wcaps = get_wcaps(codec, nid);
Takashi Iwai92c7c8a2009-03-24 07:32:14 +01002650 val = query_pcm_param(codec, nid);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002651
2652 if (ratesp) {
2653 u32 rates = 0;
Takashi Iwaia961f9f2007-04-12 13:08:09 +02002654 for (i = 0; i < AC_PAR_PCM_RATE_BITS; i++) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07002655 if (val & (1 << i))
Takashi Iwaibefdf312005-08-22 13:57:55 +02002656 rates |= rate_bits[i].alsa_bits;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002657 }
Jaroslav Kyselaee504712009-03-17 14:30:31 +01002658 if (rates == 0) {
2659 snd_printk(KERN_ERR "hda_codec: rates == 0 "
2660 "(nid=0x%x, val=0x%x, ovrd=%i)\n",
2661 nid, val,
2662 (wcaps & AC_WCAP_FORMAT_OVRD) ? 1 : 0);
2663 return -EIO;
2664 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07002665 *ratesp = rates;
2666 }
2667
2668 if (formatsp || bpsp) {
2669 u64 formats = 0;
Jaroslav Kyselaee504712009-03-17 14:30:31 +01002670 unsigned int streams, bps;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002671
Takashi Iwai92c7c8a2009-03-24 07:32:14 +01002672 streams = query_stream_param(codec, nid);
2673 if (!streams)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002674 return -EIO;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002675
2676 bps = 0;
2677 if (streams & AC_SUPFMT_PCM) {
2678 if (val & AC_SUPPCM_BITS_8) {
2679 formats |= SNDRV_PCM_FMTBIT_U8;
2680 bps = 8;
2681 }
2682 if (val & AC_SUPPCM_BITS_16) {
2683 formats |= SNDRV_PCM_FMTBIT_S16_LE;
2684 bps = 16;
2685 }
2686 if (wcaps & AC_WCAP_DIGITAL) {
2687 if (val & AC_SUPPCM_BITS_32)
2688 formats |= SNDRV_PCM_FMTBIT_IEC958_SUBFRAME_LE;
2689 if (val & (AC_SUPPCM_BITS_20|AC_SUPPCM_BITS_24))
2690 formats |= SNDRV_PCM_FMTBIT_S32_LE;
2691 if (val & AC_SUPPCM_BITS_24)
2692 bps = 24;
2693 else if (val & AC_SUPPCM_BITS_20)
2694 bps = 20;
Takashi Iwai0ba21762007-04-16 11:29:14 +02002695 } else if (val & (AC_SUPPCM_BITS_20|AC_SUPPCM_BITS_24|
2696 AC_SUPPCM_BITS_32)) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07002697 formats |= SNDRV_PCM_FMTBIT_S32_LE;
2698 if (val & AC_SUPPCM_BITS_32)
2699 bps = 32;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002700 else if (val & AC_SUPPCM_BITS_24)
2701 bps = 24;
Nicolas Graziano33ef76512006-09-19 14:23:14 +02002702 else if (val & AC_SUPPCM_BITS_20)
2703 bps = 20;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002704 }
2705 }
Takashi Iwai0ba21762007-04-16 11:29:14 +02002706 else if (streams == AC_SUPFMT_FLOAT32) {
2707 /* should be exclusive */
Linus Torvalds1da177e2005-04-16 15:20:36 -07002708 formats |= SNDRV_PCM_FMTBIT_FLOAT_LE;
2709 bps = 32;
Takashi Iwai0ba21762007-04-16 11:29:14 +02002710 } else if (streams == AC_SUPFMT_AC3) {
2711 /* should be exclusive */
Linus Torvalds1da177e2005-04-16 15:20:36 -07002712 /* temporary hack: we have still no proper support
2713 * for the direct AC3 stream...
2714 */
2715 formats |= SNDRV_PCM_FMTBIT_U8;
2716 bps = 8;
2717 }
Jaroslav Kyselaee504712009-03-17 14:30:31 +01002718 if (formats == 0) {
2719 snd_printk(KERN_ERR "hda_codec: formats == 0 "
2720 "(nid=0x%x, val=0x%x, ovrd=%i, "
2721 "streams=0x%x)\n",
2722 nid, val,
2723 (wcaps & AC_WCAP_FORMAT_OVRD) ? 1 : 0,
2724 streams);
2725 return -EIO;
2726 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07002727 if (formatsp)
2728 *formatsp = formats;
2729 if (bpsp)
2730 *bpsp = bps;
2731 }
2732
2733 return 0;
2734}
2735
2736/**
Takashi Iwai0ba21762007-04-16 11:29:14 +02002737 * snd_hda_is_supported_format - check whether the given node supports
2738 * the format val
Linus Torvalds1da177e2005-04-16 15:20:36 -07002739 *
2740 * Returns 1 if supported, 0 if not.
2741 */
2742int snd_hda_is_supported_format(struct hda_codec *codec, hda_nid_t nid,
2743 unsigned int format)
2744{
2745 int i;
2746 unsigned int val = 0, rate, stream;
2747
Takashi Iwai92c7c8a2009-03-24 07:32:14 +01002748 val = query_pcm_param(codec, nid);
2749 if (!val)
2750 return 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002751
2752 rate = format & 0xff00;
Takashi Iwaia961f9f2007-04-12 13:08:09 +02002753 for (i = 0; i < AC_PAR_PCM_RATE_BITS; i++)
Takashi Iwaibefdf312005-08-22 13:57:55 +02002754 if (rate_bits[i].hda_fmt == rate) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07002755 if (val & (1 << i))
2756 break;
2757 return 0;
2758 }
Takashi Iwaia961f9f2007-04-12 13:08:09 +02002759 if (i >= AC_PAR_PCM_RATE_BITS)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002760 return 0;
2761
Takashi Iwai92c7c8a2009-03-24 07:32:14 +01002762 stream = query_stream_param(codec, nid);
2763 if (!stream)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002764 return 0;
2765
2766 if (stream & AC_SUPFMT_PCM) {
2767 switch (format & 0xf0) {
2768 case 0x00:
Takashi Iwai0ba21762007-04-16 11:29:14 +02002769 if (!(val & AC_SUPPCM_BITS_8))
Linus Torvalds1da177e2005-04-16 15:20:36 -07002770 return 0;
2771 break;
2772 case 0x10:
Takashi Iwai0ba21762007-04-16 11:29:14 +02002773 if (!(val & AC_SUPPCM_BITS_16))
Linus Torvalds1da177e2005-04-16 15:20:36 -07002774 return 0;
2775 break;
2776 case 0x20:
Takashi Iwai0ba21762007-04-16 11:29:14 +02002777 if (!(val & AC_SUPPCM_BITS_20))
Linus Torvalds1da177e2005-04-16 15:20:36 -07002778 return 0;
2779 break;
2780 case 0x30:
Takashi Iwai0ba21762007-04-16 11:29:14 +02002781 if (!(val & AC_SUPPCM_BITS_24))
Linus Torvalds1da177e2005-04-16 15:20:36 -07002782 return 0;
2783 break;
2784 case 0x40:
Takashi Iwai0ba21762007-04-16 11:29:14 +02002785 if (!(val & AC_SUPPCM_BITS_32))
Linus Torvalds1da177e2005-04-16 15:20:36 -07002786 return 0;
2787 break;
2788 default:
2789 return 0;
2790 }
2791 } else {
2792 /* FIXME: check for float32 and AC3? */
2793 }
2794
2795 return 1;
2796}
Takashi Iwaiff7a3262008-11-28 15:17:06 +01002797EXPORT_SYMBOL_HDA(snd_hda_is_supported_format);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002798
2799/*
2800 * PCM stuff
2801 */
2802static int hda_pcm_default_open_close(struct hda_pcm_stream *hinfo,
2803 struct hda_codec *codec,
Takashi Iwaic8b6bf92005-11-17 14:57:47 +01002804 struct snd_pcm_substream *substream)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002805{
2806 return 0;
2807}
2808
2809static int hda_pcm_default_prepare(struct hda_pcm_stream *hinfo,
2810 struct hda_codec *codec,
2811 unsigned int stream_tag,
2812 unsigned int format,
Takashi Iwaic8b6bf92005-11-17 14:57:47 +01002813 struct snd_pcm_substream *substream)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002814{
2815 snd_hda_codec_setup_stream(codec, hinfo->nid, stream_tag, 0, format);
2816 return 0;
2817}
2818
2819static int hda_pcm_default_cleanup(struct hda_pcm_stream *hinfo,
2820 struct hda_codec *codec,
Takashi Iwaic8b6bf92005-11-17 14:57:47 +01002821 struct snd_pcm_substream *substream)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002822{
Takashi Iwai888afa12008-03-18 09:57:50 +01002823 snd_hda_codec_cleanup_stream(codec, hinfo->nid);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002824 return 0;
2825}
2826
Takashi Iwai6c1f45e2008-07-30 15:01:45 +02002827static int set_pcm_default_values(struct hda_codec *codec,
2828 struct hda_pcm_stream *info)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002829{
Jaroslav Kyselaee504712009-03-17 14:30:31 +01002830 int err;
2831
Takashi Iwai0ba21762007-04-16 11:29:14 +02002832 /* query support PCM information from the given NID */
2833 if (info->nid && (!info->rates || !info->formats)) {
Jaroslav Kyselaee504712009-03-17 14:30:31 +01002834 err = snd_hda_query_supported_pcm(codec, info->nid,
Takashi Iwai0ba21762007-04-16 11:29:14 +02002835 info->rates ? NULL : &info->rates,
2836 info->formats ? NULL : &info->formats,
2837 info->maxbps ? NULL : &info->maxbps);
Jaroslav Kyselaee504712009-03-17 14:30:31 +01002838 if (err < 0)
2839 return err;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002840 }
2841 if (info->ops.open == NULL)
2842 info->ops.open = hda_pcm_default_open_close;
2843 if (info->ops.close == NULL)
2844 info->ops.close = hda_pcm_default_open_close;
2845 if (info->ops.prepare == NULL) {
Takashi Iwaida3cec32008-08-08 17:12:14 +02002846 if (snd_BUG_ON(!info->nid))
2847 return -EINVAL;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002848 info->ops.prepare = hda_pcm_default_prepare;
2849 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07002850 if (info->ops.cleanup == NULL) {
Takashi Iwaida3cec32008-08-08 17:12:14 +02002851 if (snd_BUG_ON(!info->nid))
2852 return -EINVAL;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002853 info->ops.cleanup = hda_pcm_default_cleanup;
2854 }
2855 return 0;
2856}
2857
Takashi Iwai176d5332008-07-30 15:01:44 +02002858/*
Takashi Iwai529bd6c2008-11-27 14:17:01 +01002859 * get the empty PCM device number to assign
2860 */
2861static int get_empty_pcm_device(struct hda_bus *bus, int type)
2862{
2863 static const char *dev_name[HDA_PCM_NTYPES] = {
2864 "Audio", "SPDIF", "HDMI", "Modem"
2865 };
2866 /* starting device index for each PCM type */
2867 static int dev_idx[HDA_PCM_NTYPES] = {
2868 [HDA_PCM_TYPE_AUDIO] = 0,
2869 [HDA_PCM_TYPE_SPDIF] = 1,
2870 [HDA_PCM_TYPE_HDMI] = 3,
2871 [HDA_PCM_TYPE_MODEM] = 6
2872 };
2873 /* normal audio device indices; not linear to keep compatibility */
2874 static int audio_idx[4] = { 0, 2, 4, 5 };
2875 int i, dev;
2876
2877 switch (type) {
2878 case HDA_PCM_TYPE_AUDIO:
2879 for (i = 0; i < ARRAY_SIZE(audio_idx); i++) {
2880 dev = audio_idx[i];
2881 if (!test_bit(dev, bus->pcm_dev_bits))
Takashi Iwai82ad39f2009-03-03 15:00:35 +01002882 goto ok;
Takashi Iwai529bd6c2008-11-27 14:17:01 +01002883 }
Takashi Iwai82ad39f2009-03-03 15:00:35 +01002884 snd_printk(KERN_WARNING "Too many audio devices\n");
2885 return -EAGAIN;
Takashi Iwai529bd6c2008-11-27 14:17:01 +01002886 case HDA_PCM_TYPE_SPDIF:
2887 case HDA_PCM_TYPE_HDMI:
2888 case HDA_PCM_TYPE_MODEM:
2889 dev = dev_idx[type];
2890 if (test_bit(dev, bus->pcm_dev_bits)) {
2891 snd_printk(KERN_WARNING "%s already defined\n",
2892 dev_name[type]);
2893 return -EAGAIN;
2894 }
2895 break;
2896 default:
2897 snd_printk(KERN_WARNING "Invalid PCM type %d\n", type);
2898 return -EINVAL;
2899 }
Takashi Iwai82ad39f2009-03-03 15:00:35 +01002900 ok:
Takashi Iwai529bd6c2008-11-27 14:17:01 +01002901 set_bit(dev, bus->pcm_dev_bits);
2902 return dev;
2903}
2904
2905/*
Takashi Iwai176d5332008-07-30 15:01:44 +02002906 * attach a new PCM stream
2907 */
Takashi Iwai529bd6c2008-11-27 14:17:01 +01002908static int snd_hda_attach_pcm(struct hda_codec *codec, struct hda_pcm *pcm)
Takashi Iwai176d5332008-07-30 15:01:44 +02002909{
Takashi Iwai33fa35e2008-11-06 16:50:40 +01002910 struct hda_bus *bus = codec->bus;
Takashi Iwai176d5332008-07-30 15:01:44 +02002911 struct hda_pcm_stream *info;
2912 int stream, err;
2913
Takashi Iwaib91f0802008-11-04 08:43:08 +01002914 if (snd_BUG_ON(!pcm->name))
Takashi Iwai176d5332008-07-30 15:01:44 +02002915 return -EINVAL;
2916 for (stream = 0; stream < 2; stream++) {
2917 info = &pcm->stream[stream];
2918 if (info->substreams) {
2919 err = set_pcm_default_values(codec, info);
2920 if (err < 0)
2921 return err;
2922 }
2923 }
Takashi Iwai33fa35e2008-11-06 16:50:40 +01002924 return bus->ops.attach_pcm(bus, codec, pcm);
Takashi Iwai176d5332008-07-30 15:01:44 +02002925}
2926
Takashi Iwai529bd6c2008-11-27 14:17:01 +01002927/* assign all PCMs of the given codec */
2928int snd_hda_codec_build_pcms(struct hda_codec *codec)
2929{
2930 unsigned int pcm;
2931 int err;
2932
2933 if (!codec->num_pcms) {
2934 if (!codec->patch_ops.build_pcms)
2935 return 0;
2936 err = codec->patch_ops.build_pcms(codec);
Takashi Iwai6e655bf2009-03-02 10:46:03 +01002937 if (err < 0) {
2938 printk(KERN_ERR "hda_codec: cannot build PCMs"
2939 "for #%d (error %d)\n", codec->addr, err);
2940 err = snd_hda_codec_reset(codec);
2941 if (err < 0) {
2942 printk(KERN_ERR
2943 "hda_codec: cannot revert codec\n");
2944 return err;
2945 }
2946 }
Takashi Iwai529bd6c2008-11-27 14:17:01 +01002947 }
2948 for (pcm = 0; pcm < codec->num_pcms; pcm++) {
2949 struct hda_pcm *cpcm = &codec->pcm_info[pcm];
2950 int dev;
2951
2952 if (!cpcm->stream[0].substreams && !cpcm->stream[1].substreams)
Takashi Iwai41b5b012009-01-20 18:21:23 +01002953 continue; /* no substreams assigned */
Takashi Iwai529bd6c2008-11-27 14:17:01 +01002954
2955 if (!cpcm->pcm) {
2956 dev = get_empty_pcm_device(codec->bus, cpcm->pcm_type);
2957 if (dev < 0)
Takashi Iwai6e655bf2009-03-02 10:46:03 +01002958 continue; /* no fatal error */
Takashi Iwai529bd6c2008-11-27 14:17:01 +01002959 cpcm->device = dev;
2960 err = snd_hda_attach_pcm(codec, cpcm);
Takashi Iwai6e655bf2009-03-02 10:46:03 +01002961 if (err < 0) {
2962 printk(KERN_ERR "hda_codec: cannot attach "
2963 "PCM stream %d for codec #%d\n",
2964 dev, codec->addr);
2965 continue; /* no fatal error */
2966 }
Takashi Iwai529bd6c2008-11-27 14:17:01 +01002967 }
2968 }
2969 return 0;
2970}
2971
Linus Torvalds1da177e2005-04-16 15:20:36 -07002972/**
2973 * snd_hda_build_pcms - build PCM information
2974 * @bus: the BUS
2975 *
2976 * Create PCM information for each codec included in the bus.
2977 *
2978 * The build_pcms codec patch is requested to set up codec->num_pcms and
2979 * codec->pcm_info properly. The array is referred by the top-level driver
2980 * to create its PCM instances.
2981 * The allocated codec->pcm_info should be released in codec->patch_ops.free
2982 * callback.
2983 *
2984 * At least, substreams, channels_min and channels_max must be filled for
2985 * each stream. substreams = 0 indicates that the stream doesn't exist.
2986 * When rates and/or formats are zero, the supported values are queried
2987 * from the given nid. The nid is used also by the default ops.prepare
2988 * and ops.cleanup callbacks.
2989 *
2990 * The driver needs to call ops.open in its open callback. Similarly,
2991 * ops.close is supposed to be called in the close callback.
2992 * ops.prepare should be called in the prepare or hw_params callback
2993 * with the proper parameters for set up.
2994 * ops.cleanup should be called in hw_free for clean up of streams.
2995 *
2996 * This function returns 0 if successfull, or a negative error code.
2997 */
Takashi Iwai529bd6c2008-11-27 14:17:01 +01002998int __devinit snd_hda_build_pcms(struct hda_bus *bus)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002999{
Takashi Iwai0ba21762007-04-16 11:29:14 +02003000 struct hda_codec *codec;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003001
Takashi Iwai0ba21762007-04-16 11:29:14 +02003002 list_for_each_entry(codec, &bus->codec_list, list) {
Takashi Iwai529bd6c2008-11-27 14:17:01 +01003003 int err = snd_hda_codec_build_pcms(codec);
3004 if (err < 0)
3005 return err;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003006 }
3007 return 0;
3008}
Takashi Iwaiff7a3262008-11-28 15:17:06 +01003009EXPORT_SYMBOL_HDA(snd_hda_build_pcms);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003010
Linus Torvalds1da177e2005-04-16 15:20:36 -07003011/**
3012 * snd_hda_check_board_config - compare the current codec with the config table
3013 * @codec: the HDA codec
Takashi Iwaif5fcc132006-11-24 17:07:44 +01003014 * @num_configs: number of config enums
3015 * @models: array of model name strings
Linus Torvalds1da177e2005-04-16 15:20:36 -07003016 * @tbl: configuration table, terminated by null entries
3017 *
3018 * Compares the modelname or PCI subsystem id of the current codec with the
3019 * given configuration table. If a matching entry is found, returns its
3020 * config value (supposed to be 0 or positive).
3021 *
3022 * If no entries are matching, the function returns a negative value.
3023 */
Takashi Iwai12f288b2007-08-02 15:51:59 +02003024int snd_hda_check_board_config(struct hda_codec *codec,
3025 int num_configs, const char **models,
3026 const struct snd_pci_quirk *tbl)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003027{
Takashi Iwaif44ac832008-07-30 15:01:45 +02003028 if (codec->modelname && models) {
Takashi Iwaif5fcc132006-11-24 17:07:44 +01003029 int i;
3030 for (i = 0; i < num_configs; i++) {
3031 if (models[i] &&
Takashi Iwaif44ac832008-07-30 15:01:45 +02003032 !strcmp(codec->modelname, models[i])) {
Takashi Iwaif5fcc132006-11-24 17:07:44 +01003033 snd_printd(KERN_INFO "hda_codec: model '%s' is "
3034 "selected\n", models[i]);
3035 return i;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003036 }
3037 }
3038 }
3039
Takashi Iwaif5fcc132006-11-24 17:07:44 +01003040 if (!codec->bus->pci || !tbl)
3041 return -1;
3042
3043 tbl = snd_pci_quirk_lookup(codec->bus->pci, tbl);
3044 if (!tbl)
3045 return -1;
3046 if (tbl->value >= 0 && tbl->value < num_configs) {
Takashi Iwai62cf8722008-05-20 12:15:15 +02003047#ifdef CONFIG_SND_DEBUG_VERBOSE
Takashi Iwaif5fcc132006-11-24 17:07:44 +01003048 char tmp[10];
3049 const char *model = NULL;
3050 if (models)
3051 model = models[tbl->value];
3052 if (!model) {
3053 sprintf(tmp, "#%d", tbl->value);
3054 model = tmp;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003055 }
Takashi Iwaif5fcc132006-11-24 17:07:44 +01003056 snd_printdd(KERN_INFO "hda_codec: model '%s' is selected "
3057 "for config %x:%x (%s)\n",
3058 model, tbl->subvendor, tbl->subdevice,
3059 (tbl->name ? tbl->name : "Unknown device"));
3060#endif
3061 return tbl->value;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003062 }
3063 return -1;
3064}
Takashi Iwaiff7a3262008-11-28 15:17:06 +01003065EXPORT_SYMBOL_HDA(snd_hda_check_board_config);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003066
3067/**
Mauro Carvalho Chehab2eda3442008-08-11 10:18:39 +02003068 * snd_hda_check_board_codec_sid_config - compare the current codec
3069 subsystem ID with the
3070 config table
3071
3072 This is important for Gateway notebooks with SB450 HDA Audio
3073 where the vendor ID of the PCI device is:
3074 ATI Technologies Inc SB450 HDA Audio [1002:437b]
3075 and the vendor/subvendor are found only at the codec.
3076
3077 * @codec: the HDA codec
3078 * @num_configs: number of config enums
3079 * @models: array of model name strings
3080 * @tbl: configuration table, terminated by null entries
3081 *
3082 * Compares the modelname or PCI subsystem id of the current codec with the
3083 * given configuration table. If a matching entry is found, returns its
3084 * config value (supposed to be 0 or positive).
3085 *
3086 * If no entries are matching, the function returns a negative value.
3087 */
3088int snd_hda_check_board_codec_sid_config(struct hda_codec *codec,
3089 int num_configs, const char **models,
3090 const struct snd_pci_quirk *tbl)
3091{
3092 const struct snd_pci_quirk *q;
3093
3094 /* Search for codec ID */
3095 for (q = tbl; q->subvendor; q++) {
3096 unsigned long vendorid = (q->subdevice) | (q->subvendor << 16);
3097
3098 if (vendorid == codec->subsystem_id)
3099 break;
3100 }
3101
3102 if (!q->subvendor)
3103 return -1;
3104
3105 tbl = q;
3106
3107 if (tbl->value >= 0 && tbl->value < num_configs) {
3108#ifdef CONFIG_SND_DEBUG_DETECT
3109 char tmp[10];
3110 const char *model = NULL;
3111 if (models)
3112 model = models[tbl->value];
3113 if (!model) {
3114 sprintf(tmp, "#%d", tbl->value);
3115 model = tmp;
3116 }
3117 snd_printdd(KERN_INFO "hda_codec: model '%s' is selected "
3118 "for config %x:%x (%s)\n",
3119 model, tbl->subvendor, tbl->subdevice,
3120 (tbl->name ? tbl->name : "Unknown device"));
3121#endif
3122 return tbl->value;
3123 }
3124 return -1;
3125}
3126EXPORT_SYMBOL_HDA(snd_hda_check_board_codec_sid_config);
3127
3128/**
Linus Torvalds1da177e2005-04-16 15:20:36 -07003129 * snd_hda_add_new_ctls - create controls from the array
3130 * @codec: the HDA codec
Takashi Iwaic8b6bf92005-11-17 14:57:47 +01003131 * @knew: the array of struct snd_kcontrol_new
Linus Torvalds1da177e2005-04-16 15:20:36 -07003132 *
3133 * This helper function creates and add new controls in the given array.
3134 * The array must be terminated with an empty entry as terminator.
3135 *
3136 * Returns 0 if successful, or a negative error code.
3137 */
Takashi Iwai12f288b2007-08-02 15:51:59 +02003138int snd_hda_add_new_ctls(struct hda_codec *codec, struct snd_kcontrol_new *knew)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003139{
Takashi Iwaicb53c622007-08-10 17:21:45 +02003140 int err;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003141
3142 for (; knew->name; knew++) {
Takashi Iwai54d17402005-11-21 16:33:22 +01003143 struct snd_kcontrol *kctl;
3144 kctl = snd_ctl_new1(knew, codec);
Takashi Iwai0ba21762007-04-16 11:29:14 +02003145 if (!kctl)
Takashi Iwai54d17402005-11-21 16:33:22 +01003146 return -ENOMEM;
Takashi Iwaid13bd412008-07-30 15:01:45 +02003147 err = snd_hda_ctl_add(codec, kctl);
Takashi Iwai54d17402005-11-21 16:33:22 +01003148 if (err < 0) {
Takashi Iwai0ba21762007-04-16 11:29:14 +02003149 if (!codec->addr)
Takashi Iwai54d17402005-11-21 16:33:22 +01003150 return err;
3151 kctl = snd_ctl_new1(knew, codec);
Takashi Iwai0ba21762007-04-16 11:29:14 +02003152 if (!kctl)
Takashi Iwai54d17402005-11-21 16:33:22 +01003153 return -ENOMEM;
3154 kctl->id.device = codec->addr;
Takashi Iwaid13bd412008-07-30 15:01:45 +02003155 err = snd_hda_ctl_add(codec, kctl);
Takashi Iwai0ba21762007-04-16 11:29:14 +02003156 if (err < 0)
Takashi Iwai54d17402005-11-21 16:33:22 +01003157 return err;
3158 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07003159 }
3160 return 0;
3161}
Takashi Iwaiff7a3262008-11-28 15:17:06 +01003162EXPORT_SYMBOL_HDA(snd_hda_add_new_ctls);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003163
Takashi Iwaicb53c622007-08-10 17:21:45 +02003164#ifdef CONFIG_SND_HDA_POWER_SAVE
3165static void hda_set_power_state(struct hda_codec *codec, hda_nid_t fg,
3166 unsigned int power_state);
3167
3168static void hda_power_work(struct work_struct *work)
3169{
3170 struct hda_codec *codec =
3171 container_of(work, struct hda_codec, power_work.work);
Takashi Iwai33fa35e2008-11-06 16:50:40 +01003172 struct hda_bus *bus = codec->bus;
Takashi Iwaicb53c622007-08-10 17:21:45 +02003173
Maxim Levitsky2e492462007-09-03 15:26:57 +02003174 if (!codec->power_on || codec->power_count) {
3175 codec->power_transition = 0;
Takashi Iwaicb53c622007-08-10 17:21:45 +02003176 return;
Maxim Levitsky2e492462007-09-03 15:26:57 +02003177 }
Takashi Iwaicb53c622007-08-10 17:21:45 +02003178
3179 hda_call_codec_suspend(codec);
Takashi Iwai33fa35e2008-11-06 16:50:40 +01003180 if (bus->ops.pm_notify)
3181 bus->ops.pm_notify(bus);
Takashi Iwaicb53c622007-08-10 17:21:45 +02003182}
3183
3184static void hda_keep_power_on(struct hda_codec *codec)
3185{
3186 codec->power_count++;
3187 codec->power_on = 1;
3188}
3189
3190void snd_hda_power_up(struct hda_codec *codec)
3191{
Takashi Iwai33fa35e2008-11-06 16:50:40 +01003192 struct hda_bus *bus = codec->bus;
3193
Takashi Iwaicb53c622007-08-10 17:21:45 +02003194 codec->power_count++;
Takashi Iwaia221e282007-08-16 16:35:33 +02003195 if (codec->power_on || codec->power_transition)
Takashi Iwaicb53c622007-08-10 17:21:45 +02003196 return;
3197
3198 codec->power_on = 1;
Takashi Iwai33fa35e2008-11-06 16:50:40 +01003199 if (bus->ops.pm_notify)
3200 bus->ops.pm_notify(bus);
Takashi Iwaicb53c622007-08-10 17:21:45 +02003201 hda_call_codec_resume(codec);
3202 cancel_delayed_work(&codec->power_work);
Takashi Iwaia221e282007-08-16 16:35:33 +02003203 codec->power_transition = 0;
Takashi Iwaicb53c622007-08-10 17:21:45 +02003204}
Takashi Iwaiff7a3262008-11-28 15:17:06 +01003205EXPORT_SYMBOL_HDA(snd_hda_power_up);
Takashi Iwai1289e9e2008-11-27 15:47:11 +01003206
3207#define power_save(codec) \
3208 ((codec)->bus->power_save ? *(codec)->bus->power_save : 0)
Takashi Iwaicb53c622007-08-10 17:21:45 +02003209
Takashi Iwaifee2fba2008-11-27 12:43:28 +01003210#define power_save(codec) \
3211 ((codec)->bus->power_save ? *(codec)->bus->power_save : 0)
3212
Takashi Iwaicb53c622007-08-10 17:21:45 +02003213void snd_hda_power_down(struct hda_codec *codec)
3214{
3215 --codec->power_count;
Takashi Iwaia221e282007-08-16 16:35:33 +02003216 if (!codec->power_on || codec->power_count || codec->power_transition)
Takashi Iwaicb53c622007-08-10 17:21:45 +02003217 return;
Takashi Iwaifee2fba2008-11-27 12:43:28 +01003218 if (power_save(codec)) {
Takashi Iwaia221e282007-08-16 16:35:33 +02003219 codec->power_transition = 1; /* avoid reentrance */
Takashi Iwaic107b412009-01-13 17:46:37 +01003220 queue_delayed_work(codec->bus->workq, &codec->power_work,
Takashi Iwaifee2fba2008-11-27 12:43:28 +01003221 msecs_to_jiffies(power_save(codec) * 1000));
Takashi Iwaia221e282007-08-16 16:35:33 +02003222 }
Takashi Iwaicb53c622007-08-10 17:21:45 +02003223}
Takashi Iwaiff7a3262008-11-28 15:17:06 +01003224EXPORT_SYMBOL_HDA(snd_hda_power_down);
Takashi Iwaicb53c622007-08-10 17:21:45 +02003225
3226int snd_hda_check_amp_list_power(struct hda_codec *codec,
3227 struct hda_loopback_check *check,
3228 hda_nid_t nid)
3229{
3230 struct hda_amp_list *p;
3231 int ch, v;
3232
3233 if (!check->amplist)
3234 return 0;
3235 for (p = check->amplist; p->nid; p++) {
3236 if (p->nid == nid)
3237 break;
3238 }
3239 if (!p->nid)
3240 return 0; /* nothing changed */
3241
3242 for (p = check->amplist; p->nid; p++) {
3243 for (ch = 0; ch < 2; ch++) {
3244 v = snd_hda_codec_amp_read(codec, p->nid, ch, p->dir,
3245 p->idx);
3246 if (!(v & HDA_AMP_MUTE) && v > 0) {
3247 if (!check->power_on) {
3248 check->power_on = 1;
3249 snd_hda_power_up(codec);
3250 }
3251 return 1;
3252 }
3253 }
3254 }
3255 if (check->power_on) {
3256 check->power_on = 0;
3257 snd_hda_power_down(codec);
3258 }
3259 return 0;
3260}
Takashi Iwaiff7a3262008-11-28 15:17:06 +01003261EXPORT_SYMBOL_HDA(snd_hda_check_amp_list_power);
Takashi Iwaicb53c622007-08-10 17:21:45 +02003262#endif
Linus Torvalds1da177e2005-04-16 15:20:36 -07003263
Takashi Iwaic8b6bf92005-11-17 14:57:47 +01003264/*
Takashi Iwaid2a6d7d2005-11-17 11:06:29 +01003265 * Channel mode helper
3266 */
Takashi Iwai0ba21762007-04-16 11:29:14 +02003267int snd_hda_ch_mode_info(struct hda_codec *codec,
3268 struct snd_ctl_elem_info *uinfo,
3269 const struct hda_channel_mode *chmode,
3270 int num_chmodes)
Takashi Iwaid2a6d7d2005-11-17 11:06:29 +01003271{
3272 uinfo->type = SNDRV_CTL_ELEM_TYPE_ENUMERATED;
3273 uinfo->count = 1;
3274 uinfo->value.enumerated.items = num_chmodes;
3275 if (uinfo->value.enumerated.item >= num_chmodes)
3276 uinfo->value.enumerated.item = num_chmodes - 1;
3277 sprintf(uinfo->value.enumerated.name, "%dch",
3278 chmode[uinfo->value.enumerated.item].channels);
3279 return 0;
3280}
Takashi Iwaiff7a3262008-11-28 15:17:06 +01003281EXPORT_SYMBOL_HDA(snd_hda_ch_mode_info);
Takashi Iwaid2a6d7d2005-11-17 11:06:29 +01003282
Takashi Iwai0ba21762007-04-16 11:29:14 +02003283int snd_hda_ch_mode_get(struct hda_codec *codec,
3284 struct snd_ctl_elem_value *ucontrol,
3285 const struct hda_channel_mode *chmode,
3286 int num_chmodes,
Takashi Iwaid2a6d7d2005-11-17 11:06:29 +01003287 int max_channels)
3288{
3289 int i;
3290
3291 for (i = 0; i < num_chmodes; i++) {
3292 if (max_channels == chmode[i].channels) {
3293 ucontrol->value.enumerated.item[0] = i;
3294 break;
3295 }
3296 }
3297 return 0;
3298}
Takashi Iwaiff7a3262008-11-28 15:17:06 +01003299EXPORT_SYMBOL_HDA(snd_hda_ch_mode_get);
Takashi Iwaid2a6d7d2005-11-17 11:06:29 +01003300
Takashi Iwai0ba21762007-04-16 11:29:14 +02003301int snd_hda_ch_mode_put(struct hda_codec *codec,
3302 struct snd_ctl_elem_value *ucontrol,
3303 const struct hda_channel_mode *chmode,
3304 int num_chmodes,
Takashi Iwaid2a6d7d2005-11-17 11:06:29 +01003305 int *max_channelsp)
3306{
3307 unsigned int mode;
3308
3309 mode = ucontrol->value.enumerated.item[0];
Takashi Iwai68ea7b22007-11-15 15:54:38 +01003310 if (mode >= num_chmodes)
3311 return -EINVAL;
Takashi Iwai82beb8f2007-08-10 17:09:26 +02003312 if (*max_channelsp == chmode[mode].channels)
Takashi Iwaid2a6d7d2005-11-17 11:06:29 +01003313 return 0;
3314 /* change the current channel setting */
3315 *max_channelsp = chmode[mode].channels;
3316 if (chmode[mode].sequence)
Takashi Iwai82beb8f2007-08-10 17:09:26 +02003317 snd_hda_sequence_write_cache(codec, chmode[mode].sequence);
Takashi Iwaid2a6d7d2005-11-17 11:06:29 +01003318 return 1;
3319}
Takashi Iwaiff7a3262008-11-28 15:17:06 +01003320EXPORT_SYMBOL_HDA(snd_hda_ch_mode_put);
Takashi Iwaid2a6d7d2005-11-17 11:06:29 +01003321
Linus Torvalds1da177e2005-04-16 15:20:36 -07003322/*
3323 * input MUX helper
3324 */
Takashi Iwai0ba21762007-04-16 11:29:14 +02003325int snd_hda_input_mux_info(const struct hda_input_mux *imux,
3326 struct snd_ctl_elem_info *uinfo)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003327{
3328 unsigned int index;
3329
3330 uinfo->type = SNDRV_CTL_ELEM_TYPE_ENUMERATED;
3331 uinfo->count = 1;
3332 uinfo->value.enumerated.items = imux->num_items;
Takashi Iwai5513b0c2007-10-09 11:58:41 +02003333 if (!imux->num_items)
3334 return 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003335 index = uinfo->value.enumerated.item;
3336 if (index >= imux->num_items)
3337 index = imux->num_items - 1;
3338 strcpy(uinfo->value.enumerated.name, imux->items[index].label);
3339 return 0;
3340}
Takashi Iwaiff7a3262008-11-28 15:17:06 +01003341EXPORT_SYMBOL_HDA(snd_hda_input_mux_info);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003342
Takashi Iwai0ba21762007-04-16 11:29:14 +02003343int snd_hda_input_mux_put(struct hda_codec *codec,
3344 const struct hda_input_mux *imux,
3345 struct snd_ctl_elem_value *ucontrol,
3346 hda_nid_t nid,
Linus Torvalds1da177e2005-04-16 15:20:36 -07003347 unsigned int *cur_val)
3348{
3349 unsigned int idx;
3350
Takashi Iwai5513b0c2007-10-09 11:58:41 +02003351 if (!imux->num_items)
3352 return 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003353 idx = ucontrol->value.enumerated.item[0];
3354 if (idx >= imux->num_items)
3355 idx = imux->num_items - 1;
Takashi Iwai82beb8f2007-08-10 17:09:26 +02003356 if (*cur_val == idx)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003357 return 0;
Takashi Iwai82beb8f2007-08-10 17:09:26 +02003358 snd_hda_codec_write_cache(codec, nid, 0, AC_VERB_SET_CONNECT_SEL,
3359 imux->items[idx].index);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003360 *cur_val = idx;
3361 return 1;
3362}
Takashi Iwaiff7a3262008-11-28 15:17:06 +01003363EXPORT_SYMBOL_HDA(snd_hda_input_mux_put);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003364
3365
3366/*
3367 * Multi-channel / digital-out PCM helper functions
3368 */
3369
Takashi Iwai6b97eb42007-04-05 14:51:48 +02003370/* setup SPDIF output stream */
3371static void setup_dig_out_stream(struct hda_codec *codec, hda_nid_t nid,
3372 unsigned int stream_tag, unsigned int format)
3373{
3374 /* turn off SPDIF once; otherwise the IEC958 bits won't be updated */
Takashi Iwai2f728532008-09-25 16:32:41 +02003375 if (codec->spdif_status_reset && (codec->spdif_ctls & AC_DIG1_ENABLE))
3376 set_dig_out_convert(codec, nid,
3377 codec->spdif_ctls & ~AC_DIG1_ENABLE & 0xff,
3378 -1);
Takashi Iwai6b97eb42007-04-05 14:51:48 +02003379 snd_hda_codec_setup_stream(codec, nid, stream_tag, 0, format);
Takashi Iwai2f728532008-09-25 16:32:41 +02003380 if (codec->slave_dig_outs) {
3381 hda_nid_t *d;
3382 for (d = codec->slave_dig_outs; *d; d++)
3383 snd_hda_codec_setup_stream(codec, *d, stream_tag, 0,
3384 format);
Matthew Ranostayde51ca12008-09-07 14:31:40 -04003385 }
Takashi Iwai2f728532008-09-25 16:32:41 +02003386 /* turn on again (if needed) */
3387 if (codec->spdif_status_reset && (codec->spdif_ctls & AC_DIG1_ENABLE))
3388 set_dig_out_convert(codec, nid,
3389 codec->spdif_ctls & 0xff, -1);
3390}
Matthew Ranostayde51ca12008-09-07 14:31:40 -04003391
Takashi Iwai2f728532008-09-25 16:32:41 +02003392static void cleanup_dig_out_stream(struct hda_codec *codec, hda_nid_t nid)
3393{
3394 snd_hda_codec_cleanup_stream(codec, nid);
3395 if (codec->slave_dig_outs) {
3396 hda_nid_t *d;
3397 for (d = codec->slave_dig_outs; *d; d++)
3398 snd_hda_codec_cleanup_stream(codec, *d);
3399 }
Takashi Iwai6b97eb42007-04-05 14:51:48 +02003400}
3401
Linus Torvalds1da177e2005-04-16 15:20:36 -07003402/*
3403 * open the digital out in the exclusive mode
3404 */
Takashi Iwai0ba21762007-04-16 11:29:14 +02003405int snd_hda_multi_out_dig_open(struct hda_codec *codec,
3406 struct hda_multi_out *mout)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003407{
Ingo Molnar62932df2006-01-16 16:34:20 +01003408 mutex_lock(&codec->spdif_mutex);
Takashi Iwai5930ca42007-04-16 11:23:56 +02003409 if (mout->dig_out_used == HDA_DIG_ANALOG_DUP)
3410 /* already opened as analog dup; reset it once */
Takashi Iwai2f728532008-09-25 16:32:41 +02003411 cleanup_dig_out_stream(codec, mout->dig_out_nid);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003412 mout->dig_out_used = HDA_DIG_EXCLUSIVE;
Ingo Molnar62932df2006-01-16 16:34:20 +01003413 mutex_unlock(&codec->spdif_mutex);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003414 return 0;
3415}
Takashi Iwaiff7a3262008-11-28 15:17:06 +01003416EXPORT_SYMBOL_HDA(snd_hda_multi_out_dig_open);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003417
Takashi Iwai6b97eb42007-04-05 14:51:48 +02003418int snd_hda_multi_out_dig_prepare(struct hda_codec *codec,
3419 struct hda_multi_out *mout,
3420 unsigned int stream_tag,
3421 unsigned int format,
3422 struct snd_pcm_substream *substream)
3423{
3424 mutex_lock(&codec->spdif_mutex);
3425 setup_dig_out_stream(codec, mout->dig_out_nid, stream_tag, format);
3426 mutex_unlock(&codec->spdif_mutex);
3427 return 0;
3428}
Takashi Iwaiff7a3262008-11-28 15:17:06 +01003429EXPORT_SYMBOL_HDA(snd_hda_multi_out_dig_prepare);
Takashi Iwai6b97eb42007-04-05 14:51:48 +02003430
Takashi Iwai9411e212009-02-13 11:32:28 +01003431int snd_hda_multi_out_dig_cleanup(struct hda_codec *codec,
3432 struct hda_multi_out *mout)
3433{
3434 mutex_lock(&codec->spdif_mutex);
3435 cleanup_dig_out_stream(codec, mout->dig_out_nid);
3436 mutex_unlock(&codec->spdif_mutex);
3437 return 0;
3438}
3439EXPORT_SYMBOL_HDA(snd_hda_multi_out_dig_cleanup);
3440
Linus Torvalds1da177e2005-04-16 15:20:36 -07003441/*
3442 * release the digital out
3443 */
Takashi Iwai0ba21762007-04-16 11:29:14 +02003444int snd_hda_multi_out_dig_close(struct hda_codec *codec,
3445 struct hda_multi_out *mout)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003446{
Ingo Molnar62932df2006-01-16 16:34:20 +01003447 mutex_lock(&codec->spdif_mutex);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003448 mout->dig_out_used = 0;
Ingo Molnar62932df2006-01-16 16:34:20 +01003449 mutex_unlock(&codec->spdif_mutex);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003450 return 0;
3451}
Takashi Iwaiff7a3262008-11-28 15:17:06 +01003452EXPORT_SYMBOL_HDA(snd_hda_multi_out_dig_close);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003453
3454/*
3455 * set up more restrictions for analog out
3456 */
Takashi Iwai0ba21762007-04-16 11:29:14 +02003457int snd_hda_multi_out_analog_open(struct hda_codec *codec,
3458 struct hda_multi_out *mout,
Takashi Iwai9a081602008-02-12 18:37:26 +01003459 struct snd_pcm_substream *substream,
3460 struct hda_pcm_stream *hinfo)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003461{
Takashi Iwai9a081602008-02-12 18:37:26 +01003462 struct snd_pcm_runtime *runtime = substream->runtime;
3463 runtime->hw.channels_max = mout->max_channels;
3464 if (mout->dig_out_nid) {
3465 if (!mout->analog_rates) {
3466 mout->analog_rates = hinfo->rates;
3467 mout->analog_formats = hinfo->formats;
3468 mout->analog_maxbps = hinfo->maxbps;
3469 } else {
3470 runtime->hw.rates = mout->analog_rates;
3471 runtime->hw.formats = mout->analog_formats;
3472 hinfo->maxbps = mout->analog_maxbps;
3473 }
3474 if (!mout->spdif_rates) {
3475 snd_hda_query_supported_pcm(codec, mout->dig_out_nid,
3476 &mout->spdif_rates,
3477 &mout->spdif_formats,
3478 &mout->spdif_maxbps);
3479 }
3480 mutex_lock(&codec->spdif_mutex);
3481 if (mout->share_spdif) {
3482 runtime->hw.rates &= mout->spdif_rates;
3483 runtime->hw.formats &= mout->spdif_formats;
3484 if (mout->spdif_maxbps < hinfo->maxbps)
3485 hinfo->maxbps = mout->spdif_maxbps;
3486 }
Frederik Deweerdteaa99852008-04-14 13:11:44 +02003487 mutex_unlock(&codec->spdif_mutex);
Takashi Iwai9a081602008-02-12 18:37:26 +01003488 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07003489 return snd_pcm_hw_constraint_step(substream->runtime, 0,
3490 SNDRV_PCM_HW_PARAM_CHANNELS, 2);
3491}
Takashi Iwaiff7a3262008-11-28 15:17:06 +01003492EXPORT_SYMBOL_HDA(snd_hda_multi_out_analog_open);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003493
3494/*
3495 * set up the i/o for analog out
3496 * when the digital out is available, copy the front out to digital out, too.
3497 */
Takashi Iwai0ba21762007-04-16 11:29:14 +02003498int snd_hda_multi_out_analog_prepare(struct hda_codec *codec,
3499 struct hda_multi_out *mout,
Linus Torvalds1da177e2005-04-16 15:20:36 -07003500 unsigned int stream_tag,
3501 unsigned int format,
Takashi Iwaic8b6bf92005-11-17 14:57:47 +01003502 struct snd_pcm_substream *substream)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003503{
3504 hda_nid_t *nids = mout->dac_nids;
3505 int chs = substream->runtime->channels;
3506 int i;
3507
Ingo Molnar62932df2006-01-16 16:34:20 +01003508 mutex_lock(&codec->spdif_mutex);
Takashi Iwai9a081602008-02-12 18:37:26 +01003509 if (mout->dig_out_nid && mout->share_spdif &&
3510 mout->dig_out_used != HDA_DIG_EXCLUSIVE) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07003511 if (chs == 2 &&
Takashi Iwai0ba21762007-04-16 11:29:14 +02003512 snd_hda_is_supported_format(codec, mout->dig_out_nid,
3513 format) &&
3514 !(codec->spdif_status & IEC958_AES0_NONAUDIO)) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07003515 mout->dig_out_used = HDA_DIG_ANALOG_DUP;
Takashi Iwai6b97eb42007-04-05 14:51:48 +02003516 setup_dig_out_stream(codec, mout->dig_out_nid,
3517 stream_tag, format);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003518 } else {
3519 mout->dig_out_used = 0;
Takashi Iwai2f728532008-09-25 16:32:41 +02003520 cleanup_dig_out_stream(codec, mout->dig_out_nid);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003521 }
3522 }
Ingo Molnar62932df2006-01-16 16:34:20 +01003523 mutex_unlock(&codec->spdif_mutex);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003524
3525 /* front */
Takashi Iwai0ba21762007-04-16 11:29:14 +02003526 snd_hda_codec_setup_stream(codec, nids[HDA_FRONT], stream_tag,
3527 0, format);
Takashi Iwaid29240c2007-10-26 12:35:56 +02003528 if (!mout->no_share_stream &&
3529 mout->hp_nid && mout->hp_nid != nids[HDA_FRONT])
Linus Torvalds1da177e2005-04-16 15:20:36 -07003530 /* headphone out will just decode front left/right (stereo) */
Takashi Iwai0ba21762007-04-16 11:29:14 +02003531 snd_hda_codec_setup_stream(codec, mout->hp_nid, stream_tag,
3532 0, format);
Takashi Iwai82bc9552006-03-21 11:24:42 +01003533 /* extra outputs copied from front */
3534 for (i = 0; i < ARRAY_SIZE(mout->extra_out_nid); i++)
Takashi Iwaid29240c2007-10-26 12:35:56 +02003535 if (!mout->no_share_stream && mout->extra_out_nid[i])
Takashi Iwai82bc9552006-03-21 11:24:42 +01003536 snd_hda_codec_setup_stream(codec,
3537 mout->extra_out_nid[i],
3538 stream_tag, 0, format);
3539
Linus Torvalds1da177e2005-04-16 15:20:36 -07003540 /* surrounds */
3541 for (i = 1; i < mout->num_dacs; i++) {
Takashi Iwai4b3acaf2005-06-10 19:48:10 +02003542 if (chs >= (i + 1) * 2) /* independent out */
Takashi Iwai0ba21762007-04-16 11:29:14 +02003543 snd_hda_codec_setup_stream(codec, nids[i], stream_tag,
3544 i * 2, format);
Takashi Iwaid29240c2007-10-26 12:35:56 +02003545 else if (!mout->no_share_stream) /* copy front */
Takashi Iwai0ba21762007-04-16 11:29:14 +02003546 snd_hda_codec_setup_stream(codec, nids[i], stream_tag,
3547 0, format);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003548 }
3549 return 0;
3550}
Takashi Iwaiff7a3262008-11-28 15:17:06 +01003551EXPORT_SYMBOL_HDA(snd_hda_multi_out_analog_prepare);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003552
3553/*
3554 * clean up the setting for analog out
3555 */
Takashi Iwai0ba21762007-04-16 11:29:14 +02003556int snd_hda_multi_out_analog_cleanup(struct hda_codec *codec,
3557 struct hda_multi_out *mout)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003558{
3559 hda_nid_t *nids = mout->dac_nids;
3560 int i;
3561
3562 for (i = 0; i < mout->num_dacs; i++)
Takashi Iwai888afa12008-03-18 09:57:50 +01003563 snd_hda_codec_cleanup_stream(codec, nids[i]);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003564 if (mout->hp_nid)
Takashi Iwai888afa12008-03-18 09:57:50 +01003565 snd_hda_codec_cleanup_stream(codec, mout->hp_nid);
Takashi Iwai82bc9552006-03-21 11:24:42 +01003566 for (i = 0; i < ARRAY_SIZE(mout->extra_out_nid); i++)
3567 if (mout->extra_out_nid[i])
Takashi Iwai888afa12008-03-18 09:57:50 +01003568 snd_hda_codec_cleanup_stream(codec,
3569 mout->extra_out_nid[i]);
Ingo Molnar62932df2006-01-16 16:34:20 +01003570 mutex_lock(&codec->spdif_mutex);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003571 if (mout->dig_out_nid && mout->dig_out_used == HDA_DIG_ANALOG_DUP) {
Takashi Iwai2f728532008-09-25 16:32:41 +02003572 cleanup_dig_out_stream(codec, mout->dig_out_nid);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003573 mout->dig_out_used = 0;
3574 }
Ingo Molnar62932df2006-01-16 16:34:20 +01003575 mutex_unlock(&codec->spdif_mutex);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003576 return 0;
3577}
Takashi Iwaiff7a3262008-11-28 15:17:06 +01003578EXPORT_SYMBOL_HDA(snd_hda_multi_out_analog_cleanup);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003579
Takashi Iwaie9edcee2005-06-13 14:16:38 +02003580/*
Wu Fengguang6b345002008-10-07 14:21:41 +08003581 * Helper for automatic pin configuration
Takashi Iwaie9edcee2005-06-13 14:16:38 +02003582 */
Kailang Yangdf694da2005-12-05 19:42:22 +01003583
Takashi Iwai12f288b2007-08-02 15:51:59 +02003584static int is_in_nid_list(hda_nid_t nid, hda_nid_t *list)
Kailang Yangdf694da2005-12-05 19:42:22 +01003585{
3586 for (; *list; list++)
3587 if (*list == nid)
3588 return 1;
3589 return 0;
3590}
3591
Steve Longerbeam81937d32007-05-08 15:33:03 +02003592
3593/*
3594 * Sort an associated group of pins according to their sequence numbers.
3595 */
3596static void sort_pins_by_sequence(hda_nid_t * pins, short * sequences,
3597 int num_pins)
3598{
3599 int i, j;
3600 short seq;
3601 hda_nid_t nid;
3602
3603 for (i = 0; i < num_pins; i++) {
3604 for (j = i + 1; j < num_pins; j++) {
3605 if (sequences[i] > sequences[j]) {
3606 seq = sequences[i];
3607 sequences[i] = sequences[j];
3608 sequences[j] = seq;
3609 nid = pins[i];
3610 pins[i] = pins[j];
3611 pins[j] = nid;
3612 }
3613 }
3614 }
3615}
3616
3617
Takashi Iwai82bc9552006-03-21 11:24:42 +01003618/*
3619 * Parse all pin widgets and store the useful pin nids to cfg
3620 *
3621 * The number of line-outs or any primary output is stored in line_outs,
3622 * and the corresponding output pins are assigned to line_out_pins[],
3623 * in the order of front, rear, CLFE, side, ...
3624 *
3625 * If more extra outputs (speaker and headphone) are found, the pins are
Takashi Iwaieb06ed82006-09-20 17:10:27 +02003626 * assisnged to hp_pins[] and speaker_pins[], respectively. If no line-out jack
Takashi Iwai82bc9552006-03-21 11:24:42 +01003627 * is detected, one of speaker of HP pins is assigned as the primary
3628 * output, i.e. to line_out_pins[0]. So, line_outs is always positive
3629 * if any analog output exists.
3630 *
3631 * The analog input pins are assigned to input_pins array.
3632 * The digital input/output pins are assigned to dig_in_pin and dig_out_pin,
3633 * respectively.
3634 */
Takashi Iwai12f288b2007-08-02 15:51:59 +02003635int snd_hda_parse_pin_def_config(struct hda_codec *codec,
3636 struct auto_pin_cfg *cfg,
3637 hda_nid_t *ignore_nids)
Takashi Iwaie9edcee2005-06-13 14:16:38 +02003638{
Takashi Iwai0ef6ce72008-01-22 15:35:37 +01003639 hda_nid_t nid, end_nid;
Steve Longerbeam81937d32007-05-08 15:33:03 +02003640 short seq, assoc_line_out, assoc_speaker;
3641 short sequences_line_out[ARRAY_SIZE(cfg->line_out_pins)];
3642 short sequences_speaker[ARRAY_SIZE(cfg->speaker_pins)];
Takashi Iwaif889fa92007-10-31 15:49:32 +01003643 short sequences_hp[ARRAY_SIZE(cfg->hp_pins)];
Takashi Iwaie9edcee2005-06-13 14:16:38 +02003644
3645 memset(cfg, 0, sizeof(*cfg));
3646
Steve Longerbeam81937d32007-05-08 15:33:03 +02003647 memset(sequences_line_out, 0, sizeof(sequences_line_out));
3648 memset(sequences_speaker, 0, sizeof(sequences_speaker));
Takashi Iwaif889fa92007-10-31 15:49:32 +01003649 memset(sequences_hp, 0, sizeof(sequences_hp));
Steve Longerbeam81937d32007-05-08 15:33:03 +02003650 assoc_line_out = assoc_speaker = 0;
Takashi Iwaie9edcee2005-06-13 14:16:38 +02003651
Takashi Iwai0ef6ce72008-01-22 15:35:37 +01003652 end_nid = codec->start_nid + codec->num_nodes;
3653 for (nid = codec->start_nid; nid < end_nid; nid++) {
Takashi Iwai54d17402005-11-21 16:33:22 +01003654 unsigned int wid_caps = get_wcaps(codec, nid);
Takashi Iwai0ba21762007-04-16 11:29:14 +02003655 unsigned int wid_type =
3656 (wid_caps & AC_WCAP_TYPE) >> AC_WCAP_TYPE_SHIFT;
Takashi Iwaie9edcee2005-06-13 14:16:38 +02003657 unsigned int def_conf;
3658 short assoc, loc;
3659
3660 /* read all default configuration for pin complex */
3661 if (wid_type != AC_WID_PIN)
3662 continue;
Kailang Yangdf694da2005-12-05 19:42:22 +01003663 /* ignore the given nids (e.g. pc-beep returns error) */
3664 if (ignore_nids && is_in_nid_list(nid, ignore_nids))
3665 continue;
3666
Takashi Iwaic17a1ab2009-02-23 09:28:12 +01003667 def_conf = snd_hda_codec_get_pincfg(codec, nid);
Takashi Iwaie9edcee2005-06-13 14:16:38 +02003668 if (get_defcfg_connect(def_conf) == AC_JACK_PORT_NONE)
3669 continue;
3670 loc = get_defcfg_location(def_conf);
3671 switch (get_defcfg_device(def_conf)) {
3672 case AC_JACK_LINE_OUT:
Takashi Iwaie9edcee2005-06-13 14:16:38 +02003673 seq = get_defcfg_sequence(def_conf);
3674 assoc = get_defcfg_association(def_conf);
Matthew Ranostay90da78b2008-01-24 11:48:01 +01003675
3676 if (!(wid_caps & AC_WCAP_STEREO))
3677 if (!cfg->mono_out_pin)
3678 cfg->mono_out_pin = nid;
Takashi Iwai0ba21762007-04-16 11:29:14 +02003679 if (!assoc)
Takashi Iwaie9edcee2005-06-13 14:16:38 +02003680 continue;
Takashi Iwai0ba21762007-04-16 11:29:14 +02003681 if (!assoc_line_out)
Takashi Iwaie9edcee2005-06-13 14:16:38 +02003682 assoc_line_out = assoc;
3683 else if (assoc_line_out != assoc)
3684 continue;
3685 if (cfg->line_outs >= ARRAY_SIZE(cfg->line_out_pins))
3686 continue;
3687 cfg->line_out_pins[cfg->line_outs] = nid;
Steve Longerbeam81937d32007-05-08 15:33:03 +02003688 sequences_line_out[cfg->line_outs] = seq;
Takashi Iwaie9edcee2005-06-13 14:16:38 +02003689 cfg->line_outs++;
3690 break;
Takashi Iwai8d88bc32005-11-17 11:09:23 +01003691 case AC_JACK_SPEAKER:
Steve Longerbeam81937d32007-05-08 15:33:03 +02003692 seq = get_defcfg_sequence(def_conf);
3693 assoc = get_defcfg_association(def_conf);
3694 if (! assoc)
3695 continue;
3696 if (! assoc_speaker)
3697 assoc_speaker = assoc;
3698 else if (assoc_speaker != assoc)
3699 continue;
Takashi Iwai82bc9552006-03-21 11:24:42 +01003700 if (cfg->speaker_outs >= ARRAY_SIZE(cfg->speaker_pins))
3701 continue;
3702 cfg->speaker_pins[cfg->speaker_outs] = nid;
Steve Longerbeam81937d32007-05-08 15:33:03 +02003703 sequences_speaker[cfg->speaker_outs] = seq;
Takashi Iwai82bc9552006-03-21 11:24:42 +01003704 cfg->speaker_outs++;
Takashi Iwai8d88bc32005-11-17 11:09:23 +01003705 break;
Takashi Iwaie9edcee2005-06-13 14:16:38 +02003706 case AC_JACK_HP_OUT:
Takashi Iwaif889fa92007-10-31 15:49:32 +01003707 seq = get_defcfg_sequence(def_conf);
3708 assoc = get_defcfg_association(def_conf);
Takashi Iwaieb06ed82006-09-20 17:10:27 +02003709 if (cfg->hp_outs >= ARRAY_SIZE(cfg->hp_pins))
3710 continue;
3711 cfg->hp_pins[cfg->hp_outs] = nid;
Takashi Iwaif889fa92007-10-31 15:49:32 +01003712 sequences_hp[cfg->hp_outs] = (assoc << 4) | seq;
Takashi Iwaieb06ed82006-09-20 17:10:27 +02003713 cfg->hp_outs++;
Takashi Iwaie9edcee2005-06-13 14:16:38 +02003714 break;
Takashi Iwai314634b2006-09-21 11:56:18 +02003715 case AC_JACK_MIC_IN: {
3716 int preferred, alt;
3717 if (loc == AC_JACK_LOC_FRONT) {
3718 preferred = AUTO_PIN_FRONT_MIC;
3719 alt = AUTO_PIN_MIC;
3720 } else {
3721 preferred = AUTO_PIN_MIC;
3722 alt = AUTO_PIN_FRONT_MIC;
3723 }
3724 if (!cfg->input_pins[preferred])
3725 cfg->input_pins[preferred] = nid;
3726 else if (!cfg->input_pins[alt])
3727 cfg->input_pins[alt] = nid;
Takashi Iwaie9edcee2005-06-13 14:16:38 +02003728 break;
Takashi Iwai314634b2006-09-21 11:56:18 +02003729 }
Takashi Iwaie9edcee2005-06-13 14:16:38 +02003730 case AC_JACK_LINE_IN:
3731 if (loc == AC_JACK_LOC_FRONT)
3732 cfg->input_pins[AUTO_PIN_FRONT_LINE] = nid;
3733 else
3734 cfg->input_pins[AUTO_PIN_LINE] = nid;
3735 break;
3736 case AC_JACK_CD:
3737 cfg->input_pins[AUTO_PIN_CD] = nid;
3738 break;
3739 case AC_JACK_AUX:
3740 cfg->input_pins[AUTO_PIN_AUX] = nid;
3741 break;
3742 case AC_JACK_SPDIF_OUT:
Takashi Iwai1b52ae72009-01-20 17:17:29 +01003743 case AC_JACK_DIG_OTHER_OUT:
Takashi Iwai0852d7a2009-02-11 11:35:15 +01003744 if (cfg->dig_outs >= ARRAY_SIZE(cfg->dig_out_pins))
3745 continue;
3746 cfg->dig_out_pins[cfg->dig_outs] = nid;
3747 cfg->dig_out_type[cfg->dig_outs] =
3748 (loc == AC_JACK_LOC_HDMI) ?
3749 HDA_PCM_TYPE_HDMI : HDA_PCM_TYPE_SPDIF;
3750 cfg->dig_outs++;
Takashi Iwaie9edcee2005-06-13 14:16:38 +02003751 break;
3752 case AC_JACK_SPDIF_IN:
Takashi Iwai1b52ae72009-01-20 17:17:29 +01003753 case AC_JACK_DIG_OTHER_IN:
Takashi Iwaie9edcee2005-06-13 14:16:38 +02003754 cfg->dig_in_pin = nid;
Takashi Iwai2297bd62009-01-20 18:24:13 +01003755 if (loc == AC_JACK_LOC_HDMI)
3756 cfg->dig_in_type = HDA_PCM_TYPE_HDMI;
3757 else
3758 cfg->dig_in_type = HDA_PCM_TYPE_SPDIF;
Takashi Iwaie9edcee2005-06-13 14:16:38 +02003759 break;
3760 }
3761 }
3762
Takashi Iwai5832fcf2008-02-12 18:30:12 +01003763 /* FIX-UP:
3764 * If no line-out is defined but multiple HPs are found,
3765 * some of them might be the real line-outs.
3766 */
3767 if (!cfg->line_outs && cfg->hp_outs > 1) {
3768 int i = 0;
3769 while (i < cfg->hp_outs) {
3770 /* The real HPs should have the sequence 0x0f */
3771 if ((sequences_hp[i] & 0x0f) == 0x0f) {
3772 i++;
3773 continue;
3774 }
3775 /* Move it to the line-out table */
3776 cfg->line_out_pins[cfg->line_outs] = cfg->hp_pins[i];
3777 sequences_line_out[cfg->line_outs] = sequences_hp[i];
3778 cfg->line_outs++;
3779 cfg->hp_outs--;
3780 memmove(cfg->hp_pins + i, cfg->hp_pins + i + 1,
3781 sizeof(cfg->hp_pins[0]) * (cfg->hp_outs - i));
3782 memmove(sequences_hp + i - 1, sequences_hp + i,
3783 sizeof(sequences_hp[0]) * (cfg->hp_outs - i));
3784 }
3785 }
3786
Takashi Iwaie9edcee2005-06-13 14:16:38 +02003787 /* sort by sequence */
Steve Longerbeam81937d32007-05-08 15:33:03 +02003788 sort_pins_by_sequence(cfg->line_out_pins, sequences_line_out,
3789 cfg->line_outs);
3790 sort_pins_by_sequence(cfg->speaker_pins, sequences_speaker,
3791 cfg->speaker_outs);
Takashi Iwaif889fa92007-10-31 15:49:32 +01003792 sort_pins_by_sequence(cfg->hp_pins, sequences_hp,
3793 cfg->hp_outs);
Steve Longerbeam81937d32007-05-08 15:33:03 +02003794
Takashi Iwaif889fa92007-10-31 15:49:32 +01003795 /* if we have only one mic, make it AUTO_PIN_MIC */
3796 if (!cfg->input_pins[AUTO_PIN_MIC] &&
3797 cfg->input_pins[AUTO_PIN_FRONT_MIC]) {
3798 cfg->input_pins[AUTO_PIN_MIC] =
3799 cfg->input_pins[AUTO_PIN_FRONT_MIC];
3800 cfg->input_pins[AUTO_PIN_FRONT_MIC] = 0;
3801 }
3802 /* ditto for line-in */
3803 if (!cfg->input_pins[AUTO_PIN_LINE] &&
3804 cfg->input_pins[AUTO_PIN_FRONT_LINE]) {
3805 cfg->input_pins[AUTO_PIN_LINE] =
3806 cfg->input_pins[AUTO_PIN_FRONT_LINE];
3807 cfg->input_pins[AUTO_PIN_FRONT_LINE] = 0;
3808 }
3809
Steve Longerbeam81937d32007-05-08 15:33:03 +02003810 /*
3811 * FIX-UP: if no line-outs are detected, try to use speaker or HP pin
3812 * as a primary output
3813 */
3814 if (!cfg->line_outs) {
3815 if (cfg->speaker_outs) {
3816 cfg->line_outs = cfg->speaker_outs;
3817 memcpy(cfg->line_out_pins, cfg->speaker_pins,
3818 sizeof(cfg->speaker_pins));
3819 cfg->speaker_outs = 0;
3820 memset(cfg->speaker_pins, 0, sizeof(cfg->speaker_pins));
3821 cfg->line_out_type = AUTO_PIN_SPEAKER_OUT;
3822 } else if (cfg->hp_outs) {
3823 cfg->line_outs = cfg->hp_outs;
3824 memcpy(cfg->line_out_pins, cfg->hp_pins,
3825 sizeof(cfg->hp_pins));
3826 cfg->hp_outs = 0;
3827 memset(cfg->hp_pins, 0, sizeof(cfg->hp_pins));
3828 cfg->line_out_type = AUTO_PIN_HP_OUT;
3829 }
3830 }
Takashi Iwaie9edcee2005-06-13 14:16:38 +02003831
Takashi Iwaicb8e2f82005-07-29 11:54:32 +02003832 /* Reorder the surround channels
3833 * ALSA sequence is front/surr/clfe/side
3834 * HDA sequence is:
3835 * 4-ch: front/surr => OK as it is
3836 * 6-ch: front/clfe/surr
Takashi Iwai9422db42007-04-20 16:11:43 +02003837 * 8-ch: front/clfe/rear/side|fc
Takashi Iwaicb8e2f82005-07-29 11:54:32 +02003838 */
3839 switch (cfg->line_outs) {
3840 case 3:
Takashi Iwaicb8e2f82005-07-29 11:54:32 +02003841 case 4:
3842 nid = cfg->line_out_pins[1];
Takashi Iwai9422db42007-04-20 16:11:43 +02003843 cfg->line_out_pins[1] = cfg->line_out_pins[2];
Takashi Iwaicb8e2f82005-07-29 11:54:32 +02003844 cfg->line_out_pins[2] = nid;
3845 break;
Takashi Iwaie9edcee2005-06-13 14:16:38 +02003846 }
3847
Takashi Iwai82bc9552006-03-21 11:24:42 +01003848 /*
3849 * debug prints of the parsed results
3850 */
3851 snd_printd("autoconfig: line_outs=%d (0x%x/0x%x/0x%x/0x%x/0x%x)\n",
3852 cfg->line_outs, cfg->line_out_pins[0], cfg->line_out_pins[1],
3853 cfg->line_out_pins[2], cfg->line_out_pins[3],
3854 cfg->line_out_pins[4]);
3855 snd_printd(" speaker_outs=%d (0x%x/0x%x/0x%x/0x%x/0x%x)\n",
3856 cfg->speaker_outs, cfg->speaker_pins[0],
3857 cfg->speaker_pins[1], cfg->speaker_pins[2],
3858 cfg->speaker_pins[3], cfg->speaker_pins[4]);
Takashi Iwaieb06ed82006-09-20 17:10:27 +02003859 snd_printd(" hp_outs=%d (0x%x/0x%x/0x%x/0x%x/0x%x)\n",
3860 cfg->hp_outs, cfg->hp_pins[0],
3861 cfg->hp_pins[1], cfg->hp_pins[2],
3862 cfg->hp_pins[3], cfg->hp_pins[4]);
Matthew Ranostay90da78b2008-01-24 11:48:01 +01003863 snd_printd(" mono: mono_out=0x%x\n", cfg->mono_out_pin);
Takashi Iwai0852d7a2009-02-11 11:35:15 +01003864 if (cfg->dig_outs)
3865 snd_printd(" dig-out=0x%x/0x%x\n",
3866 cfg->dig_out_pins[0], cfg->dig_out_pins[1]);
Takashi Iwai82bc9552006-03-21 11:24:42 +01003867 snd_printd(" inputs: mic=0x%x, fmic=0x%x, line=0x%x, fline=0x%x,"
3868 " cd=0x%x, aux=0x%x\n",
3869 cfg->input_pins[AUTO_PIN_MIC],
3870 cfg->input_pins[AUTO_PIN_FRONT_MIC],
3871 cfg->input_pins[AUTO_PIN_LINE],
3872 cfg->input_pins[AUTO_PIN_FRONT_LINE],
3873 cfg->input_pins[AUTO_PIN_CD],
3874 cfg->input_pins[AUTO_PIN_AUX]);
Takashi Iwai32d2c7f2009-02-11 11:33:13 +01003875 if (cfg->dig_in_pin)
Takashi Iwai89ce9e82009-01-20 17:15:57 +01003876 snd_printd(" dig-in=0x%x\n", cfg->dig_in_pin);
Takashi Iwai82bc9552006-03-21 11:24:42 +01003877
Takashi Iwaie9edcee2005-06-13 14:16:38 +02003878 return 0;
3879}
Takashi Iwaiff7a3262008-11-28 15:17:06 +01003880EXPORT_SYMBOL_HDA(snd_hda_parse_pin_def_config);
Takashi Iwaie9edcee2005-06-13 14:16:38 +02003881
Takashi Iwai4a471b72005-12-07 13:56:29 +01003882/* labels for input pins */
3883const char *auto_pin_cfg_labels[AUTO_PIN_LAST] = {
3884 "Mic", "Front Mic", "Line", "Front Line", "CD", "Aux"
3885};
Takashi Iwaiff7a3262008-11-28 15:17:06 +01003886EXPORT_SYMBOL_HDA(auto_pin_cfg_labels);
Takashi Iwai4a471b72005-12-07 13:56:29 +01003887
3888
Linus Torvalds1da177e2005-04-16 15:20:36 -07003889#ifdef CONFIG_PM
3890/*
3891 * power management
3892 */
3893
3894/**
3895 * snd_hda_suspend - suspend the codecs
3896 * @bus: the HDA bus
3897 * @state: suspsend state
3898 *
3899 * Returns 0 if successful.
3900 */
3901int snd_hda_suspend(struct hda_bus *bus, pm_message_t state)
3902{
Takashi Iwai0ba21762007-04-16 11:29:14 +02003903 struct hda_codec *codec;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003904
Takashi Iwai0ba21762007-04-16 11:29:14 +02003905 list_for_each_entry(codec, &bus->codec_list, list) {
Takashi Iwai0b7a2e92007-08-14 15:18:26 +02003906#ifdef CONFIG_SND_HDA_POWER_SAVE
3907 if (!codec->power_on)
3908 continue;
3909#endif
Takashi Iwaicb53c622007-08-10 17:21:45 +02003910 hda_call_codec_suspend(codec);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003911 }
3912 return 0;
3913}
Takashi Iwaiff7a3262008-11-28 15:17:06 +01003914EXPORT_SYMBOL_HDA(snd_hda_suspend);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003915
3916/**
3917 * snd_hda_resume - resume the codecs
3918 * @bus: the HDA bus
Linus Torvalds1da177e2005-04-16 15:20:36 -07003919 *
3920 * Returns 0 if successful.
Takashi Iwaicb53c622007-08-10 17:21:45 +02003921 *
3922 * This fucntion is defined only when POWER_SAVE isn't set.
3923 * In the power-save mode, the codec is resumed dynamically.
Linus Torvalds1da177e2005-04-16 15:20:36 -07003924 */
3925int snd_hda_resume(struct hda_bus *bus)
3926{
Takashi Iwai0ba21762007-04-16 11:29:14 +02003927 struct hda_codec *codec;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003928
Takashi Iwai0ba21762007-04-16 11:29:14 +02003929 list_for_each_entry(codec, &bus->codec_list, list) {
Maxim Levitskyd804ad92007-09-03 15:28:04 +02003930 if (snd_hda_codec_needs_resume(codec))
3931 hda_call_codec_resume(codec);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003932 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07003933 return 0;
3934}
Takashi Iwaiff7a3262008-11-28 15:17:06 +01003935EXPORT_SYMBOL_HDA(snd_hda_resume);
Takashi Iwai1289e9e2008-11-27 15:47:11 +01003936#endif /* CONFIG_PM */
Takashi Iwaib2e18592008-07-30 15:01:44 +02003937
3938/*
3939 * generic arrays
3940 */
3941
3942/* get a new element from the given array
3943 * if it exceeds the pre-allocated array size, re-allocate the array
3944 */
3945void *snd_array_new(struct snd_array *array)
3946{
3947 if (array->used >= array->alloced) {
3948 int num = array->alloced + array->alloc_align;
Takashi Iwaib910d9a2008-11-07 00:26:52 +01003949 void *nlist;
3950 if (snd_BUG_ON(num >= 4096))
3951 return NULL;
3952 nlist = kcalloc(num + 1, array->elem_size, GFP_KERNEL);
Takashi Iwaib2e18592008-07-30 15:01:44 +02003953 if (!nlist)
3954 return NULL;
3955 if (array->list) {
3956 memcpy(nlist, array->list,
3957 array->elem_size * array->alloced);
3958 kfree(array->list);
3959 }
3960 array->list = nlist;
3961 array->alloced = num;
3962 }
Takashi Iwaif43aa022008-11-10 16:24:26 +01003963 return snd_array_elem(array, array->used++);
Takashi Iwaib2e18592008-07-30 15:01:44 +02003964}
Takashi Iwaiff7a3262008-11-28 15:17:06 +01003965EXPORT_SYMBOL_HDA(snd_array_new);
Takashi Iwaib2e18592008-07-30 15:01:44 +02003966
3967/* free the given array elements */
3968void snd_array_free(struct snd_array *array)
3969{
3970 kfree(array->list);
3971 array->used = 0;
3972 array->alloced = 0;
3973 array->list = NULL;
3974}
Takashi Iwaiff7a3262008-11-28 15:17:06 +01003975EXPORT_SYMBOL_HDA(snd_array_free);
Takashi Iwaib2022262008-11-21 21:24:03 +01003976
3977/*
3978 * used by hda_proc.c and hda_eld.c
3979 */
3980void snd_print_pcm_rates(int pcm, char *buf, int buflen)
3981{
3982 static unsigned int rates[] = {
3983 8000, 11025, 16000, 22050, 32000, 44100, 48000, 88200,
3984 96000, 176400, 192000, 384000
3985 };
3986 int i, j;
3987
3988 for (i = 0, j = 0; i < ARRAY_SIZE(rates); i++)
3989 if (pcm & (1 << i))
3990 j += snprintf(buf + j, buflen - j, " %d", rates[i]);
3991
3992 buf[j] = '\0'; /* necessary when j == 0 */
3993}
Takashi Iwaiff7a3262008-11-28 15:17:06 +01003994EXPORT_SYMBOL_HDA(snd_print_pcm_rates);
Takashi Iwaib2022262008-11-21 21:24:03 +01003995
3996void snd_print_pcm_bits(int pcm, char *buf, int buflen)
3997{
3998 static unsigned int bits[] = { 8, 16, 20, 24, 32 };
3999 int i, j;
4000
4001 for (i = 0, j = 0; i < ARRAY_SIZE(bits); i++)
4002 if (pcm & (AC_SUPPCM_BITS_8 << i))
4003 j += snprintf(buf + j, buflen - j, " %d", bits[i]);
4004
4005 buf[j] = '\0'; /* necessary when j == 0 */
4006}
Takashi Iwaiff7a3262008-11-28 15:17:06 +01004007EXPORT_SYMBOL_HDA(snd_print_pcm_bits);
Takashi Iwai1289e9e2008-11-27 15:47:11 +01004008
4009MODULE_DESCRIPTION("HDA codec core");
4010MODULE_LICENSE("GPL");