blob: 263d124de61176b1c1c5fe8cb718bed8a14e1a4f [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;
Takashi Iwai8dd78332009-06-02 01:16:07 +0200168 int err;
Takashi Iwaiaa2936f2009-05-26 16:07:57 +0200169
170 if (res)
171 *res = -1;
Takashi Iwai8dd78332009-06-02 01:16:07 +0200172 again:
Takashi Iwaiaa2936f2009-05-26 16:07:57 +0200173 snd_hda_power_up(codec);
174 mutex_lock(&bus->cmd_mutex);
Takashi Iwaiaa2936f2009-05-26 16:07:57 +0200175 err = bus->ops.command(bus, cmd);
Takashi Iwai8dd78332009-06-02 01:16:07 +0200176 if (!err && res)
177 *res = bus->ops.get_response(bus);
Takashi Iwaiaa2936f2009-05-26 16:07:57 +0200178 mutex_unlock(&bus->cmd_mutex);
179 snd_hda_power_down(codec);
Takashi Iwai8dd78332009-06-02 01:16:07 +0200180 if (res && *res == -1 && bus->rirb_error) {
181 if (bus->response_reset) {
182 snd_printd("hda_codec: resetting BUS due to "
183 "fatal communication error\n");
184 bus->ops.bus_reset(bus);
185 }
186 goto again;
187 }
188 /* clear reset-flag when the communication gets recovered */
189 if (!err)
190 bus->response_reset = 0;
Takashi Iwaiaa2936f2009-05-26 16:07:57 +0200191 return err;
192}
193
Linus Torvalds1da177e2005-04-16 15:20:36 -0700194/**
195 * snd_hda_codec_read - send a command and get the response
196 * @codec: the HDA codec
197 * @nid: NID to send the command
198 * @direct: direct flag
199 * @verb: the verb to send
200 * @parm: the parameter for the verb
201 *
202 * Send a single command and read the corresponding response.
203 *
204 * Returns the obtained response value, or -1 for an error.
205 */
Takashi Iwai0ba21762007-04-16 11:29:14 +0200206unsigned int snd_hda_codec_read(struct hda_codec *codec, hda_nid_t nid,
207 int direct,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700208 unsigned int verb, unsigned int parm)
209{
Takashi Iwaiaa2936f2009-05-26 16:07:57 +0200210 unsigned cmd = make_codec_cmd(codec, nid, direct, verb, parm);
211 unsigned int res;
212 codec_exec_verb(codec, cmd, &res);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700213 return res;
214}
Takashi Iwaiff7a3262008-11-28 15:17:06 +0100215EXPORT_SYMBOL_HDA(snd_hda_codec_read);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700216
217/**
218 * snd_hda_codec_write - send a single command without waiting for response
219 * @codec: the HDA codec
220 * @nid: NID to send the command
221 * @direct: direct flag
222 * @verb: the verb to send
223 * @parm: the parameter for the verb
224 *
225 * Send a single command without waiting for response.
226 *
227 * Returns 0 if successful, or a negative error code.
228 */
229int snd_hda_codec_write(struct hda_codec *codec, hda_nid_t nid, int direct,
230 unsigned int verb, unsigned int parm)
231{
Takashi Iwaiaa2936f2009-05-26 16:07:57 +0200232 unsigned int cmd = make_codec_cmd(codec, nid, direct, verb, parm);
Takashi Iwai33fa35e2008-11-06 16:50:40 +0100233 unsigned int res;
Takashi Iwaib20f3b82009-06-02 01:20:22 +0200234 return codec_exec_verb(codec, cmd,
235 codec->bus->sync_write ? &res : NULL);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700236}
Takashi Iwaiff7a3262008-11-28 15:17:06 +0100237EXPORT_SYMBOL_HDA(snd_hda_codec_write);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700238
239/**
240 * snd_hda_sequence_write - sequence writes
241 * @codec: the HDA codec
242 * @seq: VERB array to send
243 *
244 * Send the commands sequentially from the given array.
245 * The array must be terminated with NID=0.
246 */
247void snd_hda_sequence_write(struct hda_codec *codec, const struct hda_verb *seq)
248{
249 for (; seq->nid; seq++)
250 snd_hda_codec_write(codec, seq->nid, 0, seq->verb, seq->param);
251}
Takashi Iwaiff7a3262008-11-28 15:17:06 +0100252EXPORT_SYMBOL_HDA(snd_hda_sequence_write);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700253
254/**
255 * snd_hda_get_sub_nodes - get the range of sub nodes
256 * @codec: the HDA codec
257 * @nid: NID to parse
258 * @start_id: the pointer to store the start NID
259 *
260 * Parse the NID and store the start NID of its sub-nodes.
261 * Returns the number of sub-nodes.
262 */
Takashi Iwai0ba21762007-04-16 11:29:14 +0200263int snd_hda_get_sub_nodes(struct hda_codec *codec, hda_nid_t nid,
264 hda_nid_t *start_id)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700265{
266 unsigned int parm;
267
268 parm = snd_hda_param_read(codec, nid, AC_PAR_NODE_COUNT);
Danny Tholene8a7f132007-09-11 21:41:56 +0200269 if (parm == -1)
270 return 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700271 *start_id = (parm >> 16) & 0x7fff;
272 return (int)(parm & 0x7fff);
273}
Takashi Iwaiff7a3262008-11-28 15:17:06 +0100274EXPORT_SYMBOL_HDA(snd_hda_get_sub_nodes);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700275
276/**
277 * snd_hda_get_connections - get connection list
278 * @codec: the HDA codec
279 * @nid: NID to parse
280 * @conn_list: connection list array
281 * @max_conns: max. number of connections to store
282 *
283 * Parses the connection list of the given widget and stores the list
284 * of NIDs.
285 *
286 * Returns the number of connections, or a negative error code.
287 */
288int snd_hda_get_connections(struct hda_codec *codec, hda_nid_t nid,
289 hda_nid_t *conn_list, int max_conns)
290{
291 unsigned int parm;
Takashi Iwai54d17402005-11-21 16:33:22 +0100292 int i, conn_len, conns;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700293 unsigned int shift, num_elems, mask;
Takashi Iwai54d17402005-11-21 16:33:22 +0100294 hda_nid_t prev_nid;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700295
Takashi Iwaida3cec32008-08-08 17:12:14 +0200296 if (snd_BUG_ON(!conn_list || max_conns <= 0))
297 return -EINVAL;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700298
299 parm = snd_hda_param_read(codec, nid, AC_PAR_CONNLIST_LEN);
300 if (parm & AC_CLIST_LONG) {
301 /* long form */
302 shift = 16;
303 num_elems = 2;
304 } else {
305 /* short form */
306 shift = 8;
307 num_elems = 4;
308 }
309 conn_len = parm & AC_CLIST_LENGTH;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700310 mask = (1 << (shift-1)) - 1;
311
Takashi Iwai0ba21762007-04-16 11:29:14 +0200312 if (!conn_len)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700313 return 0; /* no connection */
314
315 if (conn_len == 1) {
316 /* single connection */
Takashi Iwai0ba21762007-04-16 11:29:14 +0200317 parm = snd_hda_codec_read(codec, nid, 0,
318 AC_VERB_GET_CONNECT_LIST, 0);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700319 conn_list[0] = parm & mask;
320 return 1;
321 }
322
323 /* multi connection */
324 conns = 0;
Takashi Iwai54d17402005-11-21 16:33:22 +0100325 prev_nid = 0;
326 for (i = 0; i < conn_len; i++) {
327 int range_val;
328 hda_nid_t val, n;
329
330 if (i % num_elems == 0)
331 parm = snd_hda_codec_read(codec, nid, 0,
332 AC_VERB_GET_CONNECT_LIST, i);
Takashi Iwai0ba21762007-04-16 11:29:14 +0200333 range_val = !!(parm & (1 << (shift-1))); /* ranges */
Takashi Iwai54d17402005-11-21 16:33:22 +0100334 val = parm & mask;
335 parm >>= shift;
336 if (range_val) {
337 /* ranges between the previous and this one */
Takashi Iwai0ba21762007-04-16 11:29:14 +0200338 if (!prev_nid || prev_nid >= val) {
339 snd_printk(KERN_WARNING "hda_codec: "
340 "invalid dep_range_val %x:%x\n",
341 prev_nid, val);
Takashi Iwai54d17402005-11-21 16:33:22 +0100342 continue;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700343 }
Takashi Iwai54d17402005-11-21 16:33:22 +0100344 for (n = prev_nid + 1; n <= val; n++) {
345 if (conns >= max_conns) {
Takashi Iwai0ba21762007-04-16 11:29:14 +0200346 snd_printk(KERN_ERR
347 "Too many connections\n");
Takashi Iwai54d17402005-11-21 16:33:22 +0100348 return -EINVAL;
349 }
350 conn_list[conns++] = n;
351 }
352 } else {
353 if (conns >= max_conns) {
354 snd_printk(KERN_ERR "Too many connections\n");
355 return -EINVAL;
356 }
357 conn_list[conns++] = val;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700358 }
Takashi Iwai54d17402005-11-21 16:33:22 +0100359 prev_nid = val;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700360 }
361 return conns;
362}
Takashi Iwaiff7a3262008-11-28 15:17:06 +0100363EXPORT_SYMBOL_HDA(snd_hda_get_connections);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700364
365
366/**
367 * snd_hda_queue_unsol_event - add an unsolicited event to queue
368 * @bus: the BUS
369 * @res: unsolicited event (lower 32bit of RIRB entry)
370 * @res_ex: codec addr and flags (upper 32bit or RIRB entry)
371 *
372 * Adds the given event to the queue. The events are processed in
373 * the workqueue asynchronously. Call this function in the interrupt
374 * hanlder when RIRB receives an unsolicited event.
375 *
376 * Returns 0 if successful, or a negative error code.
377 */
378int snd_hda_queue_unsol_event(struct hda_bus *bus, u32 res, u32 res_ex)
379{
380 struct hda_bus_unsolicited *unsol;
381 unsigned int wp;
382
Takashi Iwai0ba21762007-04-16 11:29:14 +0200383 unsol = bus->unsol;
384 if (!unsol)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700385 return 0;
386
387 wp = (unsol->wp + 1) % HDA_UNSOL_QUEUE_SIZE;
388 unsol->wp = wp;
389
390 wp <<= 1;
391 unsol->queue[wp] = res;
392 unsol->queue[wp + 1] = res_ex;
393
Takashi Iwai6acaed32009-01-12 10:09:24 +0100394 queue_work(bus->workq, &unsol->work);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700395
396 return 0;
397}
Takashi Iwaiff7a3262008-11-28 15:17:06 +0100398EXPORT_SYMBOL_HDA(snd_hda_queue_unsol_event);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700399
400/*
Wu Fengguang5c1d1a92008-10-07 14:17:53 +0800401 * process queued unsolicited events
Linus Torvalds1da177e2005-04-16 15:20:36 -0700402 */
David Howellsc4028952006-11-22 14:57:56 +0000403static void process_unsol_events(struct work_struct *work)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700404{
David Howellsc4028952006-11-22 14:57:56 +0000405 struct hda_bus_unsolicited *unsol =
406 container_of(work, struct hda_bus_unsolicited, work);
407 struct hda_bus *bus = unsol->bus;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700408 struct hda_codec *codec;
409 unsigned int rp, caddr, res;
410
411 while (unsol->rp != unsol->wp) {
412 rp = (unsol->rp + 1) % HDA_UNSOL_QUEUE_SIZE;
413 unsol->rp = rp;
414 rp <<= 1;
415 res = unsol->queue[rp];
416 caddr = unsol->queue[rp + 1];
Takashi Iwai0ba21762007-04-16 11:29:14 +0200417 if (!(caddr & (1 << 4))) /* no unsolicited event? */
Linus Torvalds1da177e2005-04-16 15:20:36 -0700418 continue;
419 codec = bus->caddr_tbl[caddr & 0x0f];
420 if (codec && codec->patch_ops.unsol_event)
421 codec->patch_ops.unsol_event(codec, res);
422 }
423}
424
425/*
426 * initialize unsolicited queue
427 */
Takashi Iwai6c1f45e2008-07-30 15:01:45 +0200428static int init_unsol_queue(struct hda_bus *bus)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700429{
430 struct hda_bus_unsolicited *unsol;
431
Takashi Iwai9f146bb2005-11-17 11:07:49 +0100432 if (bus->unsol) /* already initialized */
433 return 0;
434
Takashi Iwaie560d8d2005-09-09 14:21:46 +0200435 unsol = kzalloc(sizeof(*unsol), GFP_KERNEL);
Takashi Iwai0ba21762007-04-16 11:29:14 +0200436 if (!unsol) {
437 snd_printk(KERN_ERR "hda_codec: "
438 "can't allocate unsolicited queue\n");
Linus Torvalds1da177e2005-04-16 15:20:36 -0700439 return -ENOMEM;
440 }
David Howellsc4028952006-11-22 14:57:56 +0000441 INIT_WORK(&unsol->work, process_unsol_events);
442 unsol->bus = bus;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700443 bus->unsol = unsol;
444 return 0;
445}
446
447/*
448 * destructor
449 */
450static void snd_hda_codec_free(struct hda_codec *codec);
451
452static int snd_hda_bus_free(struct hda_bus *bus)
453{
Takashi Iwai0ba21762007-04-16 11:29:14 +0200454 struct hda_codec *codec, *n;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700455
Takashi Iwai0ba21762007-04-16 11:29:14 +0200456 if (!bus)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700457 return 0;
Takashi Iwai6acaed32009-01-12 10:09:24 +0100458 if (bus->workq)
459 flush_workqueue(bus->workq);
460 if (bus->unsol)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700461 kfree(bus->unsol);
Takashi Iwai0ba21762007-04-16 11:29:14 +0200462 list_for_each_entry_safe(codec, n, &bus->codec_list, list) {
Linus Torvalds1da177e2005-04-16 15:20:36 -0700463 snd_hda_codec_free(codec);
464 }
465 if (bus->ops.private_free)
466 bus->ops.private_free(bus);
Takashi Iwai6acaed32009-01-12 10:09:24 +0100467 if (bus->workq)
468 destroy_workqueue(bus->workq);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700469 kfree(bus);
470 return 0;
471}
472
Takashi Iwaic8b6bf92005-11-17 14:57:47 +0100473static int snd_hda_bus_dev_free(struct snd_device *device)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700474{
475 struct hda_bus *bus = device->device_data;
Takashi Iwaib94d35392008-11-21 09:08:06 +0100476 bus->shutdown = 1;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700477 return snd_hda_bus_free(bus);
478}
479
Takashi Iwaid7ffba12008-07-30 15:01:46 +0200480#ifdef CONFIG_SND_HDA_HWDEP
481static int snd_hda_bus_dev_register(struct snd_device *device)
482{
483 struct hda_bus *bus = device->device_data;
484 struct hda_codec *codec;
485 list_for_each_entry(codec, &bus->codec_list, list) {
486 snd_hda_hwdep_add_sysfs(codec);
487 }
488 return 0;
489}
490#else
491#define snd_hda_bus_dev_register NULL
492#endif
493
Linus Torvalds1da177e2005-04-16 15:20:36 -0700494/**
495 * snd_hda_bus_new - create a HDA bus
496 * @card: the card entry
497 * @temp: the template for hda_bus information
498 * @busp: the pointer to store the created bus instance
499 *
500 * Returns 0 if successful, or a negative error code.
501 */
Takashi Iwai1289e9e2008-11-27 15:47:11 +0100502int /*__devinit*/ snd_hda_bus_new(struct snd_card *card,
Takashi Iwai756e2b02007-04-16 11:27:07 +0200503 const struct hda_bus_template *temp,
504 struct hda_bus **busp)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700505{
506 struct hda_bus *bus;
507 int err;
Takashi Iwaic8b6bf92005-11-17 14:57:47 +0100508 static struct snd_device_ops dev_ops = {
Takashi Iwaid7ffba12008-07-30 15:01:46 +0200509 .dev_register = snd_hda_bus_dev_register,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700510 .dev_free = snd_hda_bus_dev_free,
511 };
512
Takashi Iwaida3cec32008-08-08 17:12:14 +0200513 if (snd_BUG_ON(!temp))
514 return -EINVAL;
515 if (snd_BUG_ON(!temp->ops.command || !temp->ops.get_response))
516 return -EINVAL;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700517
518 if (busp)
519 *busp = NULL;
520
Takashi Iwaie560d8d2005-09-09 14:21:46 +0200521 bus = kzalloc(sizeof(*bus), GFP_KERNEL);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700522 if (bus == NULL) {
523 snd_printk(KERN_ERR "can't allocate struct hda_bus\n");
524 return -ENOMEM;
525 }
526
527 bus->card = card;
528 bus->private_data = temp->private_data;
529 bus->pci = temp->pci;
530 bus->modelname = temp->modelname;
Takashi Iwaifee2fba2008-11-27 12:43:28 +0100531 bus->power_save = temp->power_save;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700532 bus->ops = temp->ops;
533
Ingo Molnar62932df2006-01-16 16:34:20 +0100534 mutex_init(&bus->cmd_mutex);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700535 INIT_LIST_HEAD(&bus->codec_list);
536
Takashi Iwaie8c0ee52009-02-05 07:34:28 +0100537 snprintf(bus->workq_name, sizeof(bus->workq_name),
538 "hd-audio%d", card->number);
539 bus->workq = create_singlethread_workqueue(bus->workq_name);
Takashi Iwai6acaed32009-01-12 10:09:24 +0100540 if (!bus->workq) {
Takashi Iwaie8c0ee52009-02-05 07:34:28 +0100541 snd_printk(KERN_ERR "cannot create workqueue %s\n",
542 bus->workq_name);
Takashi Iwai6acaed32009-01-12 10:09:24 +0100543 kfree(bus);
544 return -ENOMEM;
545 }
546
Takashi Iwai0ba21762007-04-16 11:29:14 +0200547 err = snd_device_new(card, SNDRV_DEV_BUS, bus, &dev_ops);
548 if (err < 0) {
Linus Torvalds1da177e2005-04-16 15:20:36 -0700549 snd_hda_bus_free(bus);
550 return err;
551 }
552 if (busp)
553 *busp = bus;
554 return 0;
555}
Takashi Iwaiff7a3262008-11-28 15:17:06 +0100556EXPORT_SYMBOL_HDA(snd_hda_bus_new);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700557
Takashi Iwai82467612007-07-27 19:15:54 +0200558#ifdef CONFIG_SND_HDA_GENERIC
559#define is_generic_config(codec) \
Takashi Iwaif44ac832008-07-30 15:01:45 +0200560 (codec->modelname && !strcmp(codec->modelname, "generic"))
Takashi Iwai82467612007-07-27 19:15:54 +0200561#else
562#define is_generic_config(codec) 0
563#endif
564
Takashi Iwai645f10c2008-11-28 15:07:37 +0100565#ifdef MODULE
Takashi Iwai1289e9e2008-11-27 15:47:11 +0100566#define HDA_MODREQ_MAX_COUNT 2 /* two request_modules()'s */
567#else
Takashi Iwai645f10c2008-11-28 15:07:37 +0100568#define HDA_MODREQ_MAX_COUNT 0 /* all presets are statically linked */
Takashi Iwai1289e9e2008-11-27 15:47:11 +0100569#endif
570
Linus Torvalds1da177e2005-04-16 15:20:36 -0700571/*
572 * find a matching codec preset
573 */
Takashi Iwai6c1f45e2008-07-30 15:01:45 +0200574static const struct hda_codec_preset *
Takashi Iwai756e2b02007-04-16 11:27:07 +0200575find_codec_preset(struct hda_codec *codec)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700576{
Takashi Iwai1289e9e2008-11-27 15:47:11 +0100577 struct hda_codec_preset_list *tbl;
578 const struct hda_codec_preset *preset;
579 int mod_requested = 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700580
Takashi Iwai82467612007-07-27 19:15:54 +0200581 if (is_generic_config(codec))
Takashi Iwaid5ad6302007-03-07 15:55:59 +0100582 return NULL; /* use the generic parser */
583
Takashi Iwai1289e9e2008-11-27 15:47:11 +0100584 again:
585 mutex_lock(&preset_mutex);
586 list_for_each_entry(tbl, &hda_preset_tables, list) {
587 if (!try_module_get(tbl->owner)) {
588 snd_printk(KERN_ERR "hda_codec: cannot module_get\n");
589 continue;
590 }
591 for (preset = tbl->preset; preset->id; preset++) {
Linus Torvalds1da177e2005-04-16 15:20:36 -0700592 u32 mask = preset->mask;
Marc Boucherca7cfae2008-01-22 15:32:25 +0100593 if (preset->afg && preset->afg != codec->afg)
594 continue;
595 if (preset->mfg && preset->mfg != codec->mfg)
596 continue;
Takashi Iwai0ba21762007-04-16 11:29:14 +0200597 if (!mask)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700598 mask = ~0;
Takashi Iwai9c7f8522006-06-28 15:08:22 +0200599 if (preset->id == (codec->vendor_id & mask) &&
Takashi Iwai0ba21762007-04-16 11:29:14 +0200600 (!preset->rev ||
Takashi Iwai1289e9e2008-11-27 15:47:11 +0100601 preset->rev == codec->revision_id)) {
602 mutex_unlock(&preset_mutex);
603 codec->owner = tbl->owner;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700604 return preset;
Takashi Iwai1289e9e2008-11-27 15:47:11 +0100605 }
Linus Torvalds1da177e2005-04-16 15:20:36 -0700606 }
Takashi Iwai1289e9e2008-11-27 15:47:11 +0100607 module_put(tbl->owner);
608 }
609 mutex_unlock(&preset_mutex);
610
611 if (mod_requested < HDA_MODREQ_MAX_COUNT) {
612 char name[32];
613 if (!mod_requested)
614 snprintf(name, sizeof(name), "snd-hda-codec-id:%08x",
615 codec->vendor_id);
616 else
617 snprintf(name, sizeof(name), "snd-hda-codec-id:%04x*",
618 (codec->vendor_id >> 16) & 0xffff);
619 request_module(name);
620 mod_requested++;
621 goto again;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700622 }
623 return NULL;
624}
625
626/*
Takashi Iwaif44ac832008-07-30 15:01:45 +0200627 * get_codec_name - store the codec name
Linus Torvalds1da177e2005-04-16 15:20:36 -0700628 */
Takashi Iwaif44ac832008-07-30 15:01:45 +0200629static int get_codec_name(struct hda_codec *codec)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700630{
631 const struct hda_vendor_id *c;
632 const char *vendor = NULL;
633 u16 vendor_id = codec->vendor_id >> 16;
Takashi Iwai812a2cc2009-05-16 10:00:49 +0200634 char tmp[16];
635
636 if (codec->vendor_name)
637 goto get_chip_name;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700638
639 for (c = hda_vendor_ids; c->id; c++) {
640 if (c->id == vendor_id) {
641 vendor = c->name;
642 break;
643 }
644 }
Takashi Iwai0ba21762007-04-16 11:29:14 +0200645 if (!vendor) {
Linus Torvalds1da177e2005-04-16 15:20:36 -0700646 sprintf(tmp, "Generic %04x", vendor_id);
647 vendor = tmp;
648 }
Takashi Iwai812a2cc2009-05-16 10:00:49 +0200649 codec->vendor_name = kstrdup(vendor, GFP_KERNEL);
650 if (!codec->vendor_name)
651 return -ENOMEM;
652
653 get_chip_name:
654 if (codec->chip_name)
655 return 0;
656
Linus Torvalds1da177e2005-04-16 15:20:36 -0700657 if (codec->preset && codec->preset->name)
Takashi Iwai812a2cc2009-05-16 10:00:49 +0200658 codec->chip_name = kstrdup(codec->preset->name, GFP_KERNEL);
659 else {
660 sprintf(tmp, "ID %x", codec->vendor_id & 0xffff);
661 codec->chip_name = kstrdup(tmp, GFP_KERNEL);
662 }
663 if (!codec->chip_name)
Takashi Iwaif44ac832008-07-30 15:01:45 +0200664 return -ENOMEM;
665 return 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700666}
667
668/*
Sasha Khapyorsky673b6832005-08-11 11:00:16 +0200669 * look for an AFG and MFG nodes
Linus Torvalds1da177e2005-04-16 15:20:36 -0700670 */
Takashi Iwai1289e9e2008-11-27 15:47:11 +0100671static void /*__devinit*/ setup_fg_nodes(struct hda_codec *codec)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700672{
Takashi Iwai93e82ae2009-04-17 18:04:41 +0200673 int i, total_nodes, function_id;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700674 hda_nid_t nid;
675
676 total_nodes = snd_hda_get_sub_nodes(codec, AC_NODE_ROOT, &nid);
677 for (i = 0; i < total_nodes; i++, nid++) {
Takashi Iwai93e82ae2009-04-17 18:04:41 +0200678 function_id = snd_hda_param_read(codec, nid,
Pascal de Bruijn234b4342009-03-23 11:15:59 +0100679 AC_PAR_FUNCTION_TYPE) & 0xff;
Takashi Iwai93e82ae2009-04-17 18:04:41 +0200680 switch (function_id) {
Sasha Khapyorsky673b6832005-08-11 11:00:16 +0200681 case AC_GRP_AUDIO_FUNCTION:
682 codec->afg = nid;
Takashi Iwai93e82ae2009-04-17 18:04:41 +0200683 codec->function_id = function_id;
Sasha Khapyorsky673b6832005-08-11 11:00:16 +0200684 break;
685 case AC_GRP_MODEM_FUNCTION:
686 codec->mfg = nid;
Takashi Iwai93e82ae2009-04-17 18:04:41 +0200687 codec->function_id = function_id;
Sasha Khapyorsky673b6832005-08-11 11:00:16 +0200688 break;
689 default:
690 break;
691 }
Linus Torvalds1da177e2005-04-16 15:20:36 -0700692 }
Linus Torvalds1da177e2005-04-16 15:20:36 -0700693}
694
695/*
Takashi Iwai54d17402005-11-21 16:33:22 +0100696 * read widget caps for each widget and store in cache
697 */
698static int read_widget_caps(struct hda_codec *codec, hda_nid_t fg_node)
699{
700 int i;
701 hda_nid_t nid;
702
703 codec->num_nodes = snd_hda_get_sub_nodes(codec, fg_node,
704 &codec->start_nid);
705 codec->wcaps = kmalloc(codec->num_nodes * 4, GFP_KERNEL);
Takashi Iwai0ba21762007-04-16 11:29:14 +0200706 if (!codec->wcaps)
Takashi Iwai54d17402005-11-21 16:33:22 +0100707 return -ENOMEM;
708 nid = codec->start_nid;
709 for (i = 0; i < codec->num_nodes; i++, nid++)
710 codec->wcaps[i] = snd_hda_param_read(codec, nid,
711 AC_PAR_AUDIO_WIDGET_CAP);
712 return 0;
713}
714
Takashi Iwai3be14142009-02-20 14:11:16 +0100715/* read all pin default configurations and save codec->init_pins */
716static int read_pin_defaults(struct hda_codec *codec)
717{
718 int i;
719 hda_nid_t nid = codec->start_nid;
720
721 for (i = 0; i < codec->num_nodes; i++, nid++) {
722 struct hda_pincfg *pin;
723 unsigned int wcaps = get_wcaps(codec, nid);
724 unsigned int wid_type = (wcaps & AC_WCAP_TYPE) >>
725 AC_WCAP_TYPE_SHIFT;
726 if (wid_type != AC_WID_PIN)
727 continue;
728 pin = snd_array_new(&codec->init_pins);
729 if (!pin)
730 return -ENOMEM;
731 pin->nid = nid;
732 pin->cfg = snd_hda_codec_read(codec, nid, 0,
733 AC_VERB_GET_CONFIG_DEFAULT, 0);
734 }
735 return 0;
736}
737
738/* look up the given pin config list and return the item matching with NID */
739static struct hda_pincfg *look_up_pincfg(struct hda_codec *codec,
740 struct snd_array *array,
741 hda_nid_t nid)
742{
743 int i;
744 for (i = 0; i < array->used; i++) {
745 struct hda_pincfg *pin = snd_array_elem(array, i);
746 if (pin->nid == nid)
747 return pin;
748 }
749 return NULL;
750}
751
752/* write a config value for the given NID */
753static void set_pincfg(struct hda_codec *codec, hda_nid_t nid,
754 unsigned int cfg)
755{
756 int i;
757 for (i = 0; i < 4; i++) {
758 snd_hda_codec_write(codec, nid, 0,
759 AC_VERB_SET_CONFIG_DEFAULT_BYTES_0 + i,
760 cfg & 0xff);
761 cfg >>= 8;
762 }
763}
764
765/* set the current pin config value for the given NID.
766 * the value is cached, and read via snd_hda_codec_get_pincfg()
767 */
768int snd_hda_add_pincfg(struct hda_codec *codec, struct snd_array *list,
769 hda_nid_t nid, unsigned int cfg)
770{
771 struct hda_pincfg *pin;
Takashi Iwai5e7b8e02009-02-23 09:45:59 +0100772 unsigned int oldcfg;
Takashi Iwai3be14142009-02-20 14:11:16 +0100773
Takashi Iwai5e7b8e02009-02-23 09:45:59 +0100774 oldcfg = snd_hda_codec_get_pincfg(codec, nid);
Takashi Iwai3be14142009-02-20 14:11:16 +0100775 pin = look_up_pincfg(codec, list, nid);
776 if (!pin) {
777 pin = snd_array_new(list);
778 if (!pin)
779 return -ENOMEM;
780 pin->nid = nid;
781 }
782 pin->cfg = cfg;
Takashi Iwai5e7b8e02009-02-23 09:45:59 +0100783
784 /* change only when needed; e.g. if the pincfg is already present
785 * in user_pins[], don't write it
786 */
787 cfg = snd_hda_codec_get_pincfg(codec, nid);
788 if (oldcfg != cfg)
789 set_pincfg(codec, nid, cfg);
Takashi Iwai3be14142009-02-20 14:11:16 +0100790 return 0;
791}
792
793int snd_hda_codec_set_pincfg(struct hda_codec *codec,
794 hda_nid_t nid, unsigned int cfg)
795{
Takashi Iwai346ff702009-02-23 09:42:57 +0100796 return snd_hda_add_pincfg(codec, &codec->driver_pins, nid, cfg);
Takashi Iwai3be14142009-02-20 14:11:16 +0100797}
798EXPORT_SYMBOL_HDA(snd_hda_codec_set_pincfg);
799
800/* get the current pin config value of the given pin NID */
801unsigned int snd_hda_codec_get_pincfg(struct hda_codec *codec, hda_nid_t nid)
802{
803 struct hda_pincfg *pin;
804
Takashi Iwai3be14142009-02-20 14:11:16 +0100805#ifdef CONFIG_SND_HDA_HWDEP
Takashi Iwai346ff702009-02-23 09:42:57 +0100806 pin = look_up_pincfg(codec, &codec->user_pins, nid);
Takashi Iwai3be14142009-02-20 14:11:16 +0100807 if (pin)
808 return pin->cfg;
809#endif
Takashi Iwai5e7b8e02009-02-23 09:45:59 +0100810 pin = look_up_pincfg(codec, &codec->driver_pins, nid);
811 if (pin)
812 return pin->cfg;
Takashi Iwai3be14142009-02-20 14:11:16 +0100813 pin = look_up_pincfg(codec, &codec->init_pins, nid);
814 if (pin)
815 return pin->cfg;
816 return 0;
817}
818EXPORT_SYMBOL_HDA(snd_hda_codec_get_pincfg);
819
820/* restore all current pin configs */
821static void restore_pincfgs(struct hda_codec *codec)
822{
823 int i;
824 for (i = 0; i < codec->init_pins.used; i++) {
825 struct hda_pincfg *pin = snd_array_elem(&codec->init_pins, i);
826 set_pincfg(codec, pin->nid,
827 snd_hda_codec_get_pincfg(codec, pin->nid));
828 }
829}
Takashi Iwai54d17402005-11-21 16:33:22 +0100830
Takashi Iwai01751f52007-08-10 16:59:39 +0200831static void init_hda_cache(struct hda_cache_rec *cache,
832 unsigned int record_size);
Takashi Iwai1fcaee62007-08-23 00:01:09 +0200833static void free_hda_cache(struct hda_cache_rec *cache);
Takashi Iwai01751f52007-08-10 16:59:39 +0200834
Takashi Iwai3be14142009-02-20 14:11:16 +0100835/* restore the initial pin cfgs and release all pincfg lists */
836static void restore_init_pincfgs(struct hda_codec *codec)
837{
Takashi Iwai346ff702009-02-23 09:42:57 +0100838 /* first free driver_pins and user_pins, then call restore_pincfg
Takashi Iwai3be14142009-02-20 14:11:16 +0100839 * so that only the values in init_pins are restored
840 */
Takashi Iwai346ff702009-02-23 09:42:57 +0100841 snd_array_free(&codec->driver_pins);
Takashi Iwai3be14142009-02-20 14:11:16 +0100842#ifdef CONFIG_SND_HDA_HWDEP
Takashi Iwai346ff702009-02-23 09:42:57 +0100843 snd_array_free(&codec->user_pins);
Takashi Iwai3be14142009-02-20 14:11:16 +0100844#endif
845 restore_pincfgs(codec);
846 snd_array_free(&codec->init_pins);
847}
848
Takashi Iwai54d17402005-11-21 16:33:22 +0100849/*
Linus Torvalds1da177e2005-04-16 15:20:36 -0700850 * codec destructor
851 */
852static void snd_hda_codec_free(struct hda_codec *codec)
853{
Takashi Iwai0ba21762007-04-16 11:29:14 +0200854 if (!codec)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700855 return;
Takashi Iwai3be14142009-02-20 14:11:16 +0100856 restore_init_pincfgs(codec);
Takashi Iwaicb53c622007-08-10 17:21:45 +0200857#ifdef CONFIG_SND_HDA_POWER_SAVE
858 cancel_delayed_work(&codec->power_work);
Takashi Iwai6acaed32009-01-12 10:09:24 +0100859 flush_workqueue(codec->bus->workq);
Takashi Iwaicb53c622007-08-10 17:21:45 +0200860#endif
Linus Torvalds1da177e2005-04-16 15:20:36 -0700861 list_del(&codec->list);
Takashi Iwaid13bd412008-07-30 15:01:45 +0200862 snd_array_free(&codec->mixers);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700863 codec->bus->caddr_tbl[codec->addr] = NULL;
864 if (codec->patch_ops.free)
865 codec->patch_ops.free(codec);
Takashi Iwai1289e9e2008-11-27 15:47:11 +0100866 module_put(codec->owner);
Takashi Iwai01751f52007-08-10 16:59:39 +0200867 free_hda_cache(&codec->amp_cache);
Takashi Iwaib3ac5632007-08-10 17:03:40 +0200868 free_hda_cache(&codec->cmd_cache);
Takashi Iwai812a2cc2009-05-16 10:00:49 +0200869 kfree(codec->vendor_name);
870 kfree(codec->chip_name);
Takashi Iwaif44ac832008-07-30 15:01:45 +0200871 kfree(codec->modelname);
Takashi Iwai54d17402005-11-21 16:33:22 +0100872 kfree(codec->wcaps);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700873 kfree(codec);
874}
875
Takashi Iwaibb6ac722009-03-13 09:02:42 +0100876static void hda_set_power_state(struct hda_codec *codec, hda_nid_t fg,
877 unsigned int power_state);
878
Linus Torvalds1da177e2005-04-16 15:20:36 -0700879/**
880 * snd_hda_codec_new - create a HDA codec
881 * @bus: the bus to assign
882 * @codec_addr: the codec address
883 * @codecp: the pointer to store the generated codec
884 *
885 * Returns 0 if successful, or a negative error code.
886 */
Takashi Iwai1289e9e2008-11-27 15:47:11 +0100887int /*__devinit*/ snd_hda_codec_new(struct hda_bus *bus, unsigned int codec_addr,
Takashi Iwaia1e21c92009-06-17 09:33:52 +0200888 struct hda_codec **codecp)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700889{
890 struct hda_codec *codec;
Jaroslav Kyselaba443682008-08-13 20:55:32 +0200891 char component[31];
Linus Torvalds1da177e2005-04-16 15:20:36 -0700892 int err;
893
Takashi Iwaida3cec32008-08-08 17:12:14 +0200894 if (snd_BUG_ON(!bus))
895 return -EINVAL;
896 if (snd_BUG_ON(codec_addr > HDA_MAX_CODEC_ADDRESS))
897 return -EINVAL;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700898
899 if (bus->caddr_tbl[codec_addr]) {
Takashi Iwai0ba21762007-04-16 11:29:14 +0200900 snd_printk(KERN_ERR "hda_codec: "
901 "address 0x%x is already occupied\n", codec_addr);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700902 return -EBUSY;
903 }
904
Takashi Iwaie560d8d2005-09-09 14:21:46 +0200905 codec = kzalloc(sizeof(*codec), GFP_KERNEL);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700906 if (codec == NULL) {
907 snd_printk(KERN_ERR "can't allocate struct hda_codec\n");
908 return -ENOMEM;
909 }
910
911 codec->bus = bus;
912 codec->addr = codec_addr;
Ingo Molnar62932df2006-01-16 16:34:20 +0100913 mutex_init(&codec->spdif_mutex);
Wu Fengguang5a9e02e2009-01-09 16:45:24 +0800914 mutex_init(&codec->control_mutex);
Takashi Iwai01751f52007-08-10 16:59:39 +0200915 init_hda_cache(&codec->amp_cache, sizeof(struct hda_amp_info));
Takashi Iwaib3ac5632007-08-10 17:03:40 +0200916 init_hda_cache(&codec->cmd_cache, sizeof(struct hda_cache_head));
Takashi Iwaid13bd412008-07-30 15:01:45 +0200917 snd_array_init(&codec->mixers, sizeof(struct snd_kcontrol *), 32);
Takashi Iwai3be14142009-02-20 14:11:16 +0100918 snd_array_init(&codec->init_pins, sizeof(struct hda_pincfg), 16);
Takashi Iwai346ff702009-02-23 09:42:57 +0100919 snd_array_init(&codec->driver_pins, sizeof(struct hda_pincfg), 16);
Takashi Iwai6c1f45e2008-07-30 15:01:45 +0200920 if (codec->bus->modelname) {
921 codec->modelname = kstrdup(codec->bus->modelname, GFP_KERNEL);
922 if (!codec->modelname) {
923 snd_hda_codec_free(codec);
924 return -ENODEV;
925 }
926 }
Linus Torvalds1da177e2005-04-16 15:20:36 -0700927
Takashi Iwaicb53c622007-08-10 17:21:45 +0200928#ifdef CONFIG_SND_HDA_POWER_SAVE
929 INIT_DELAYED_WORK(&codec->power_work, hda_power_work);
930 /* snd_hda_codec_new() marks the codec as power-up, and leave it as is.
931 * the caller has to power down appropriatley after initialization
932 * phase.
933 */
934 hda_keep_power_on(codec);
935#endif
936
Linus Torvalds1da177e2005-04-16 15:20:36 -0700937 list_add_tail(&codec->list, &bus->codec_list);
938 bus->caddr_tbl[codec_addr] = codec;
939
Takashi Iwai0ba21762007-04-16 11:29:14 +0200940 codec->vendor_id = snd_hda_param_read(codec, AC_NODE_ROOT,
941 AC_PAR_VENDOR_ID);
Takashi Iwai111d3af2006-02-16 18:17:58 +0100942 if (codec->vendor_id == -1)
943 /* read again, hopefully the access method was corrected
944 * in the last read...
945 */
946 codec->vendor_id = snd_hda_param_read(codec, AC_NODE_ROOT,
947 AC_PAR_VENDOR_ID);
Takashi Iwai0ba21762007-04-16 11:29:14 +0200948 codec->subsystem_id = snd_hda_param_read(codec, AC_NODE_ROOT,
949 AC_PAR_SUBSYSTEM_ID);
950 codec->revision_id = snd_hda_param_read(codec, AC_NODE_ROOT,
951 AC_PAR_REV_ID);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700952
Sasha Khapyorsky673b6832005-08-11 11:00:16 +0200953 setup_fg_nodes(codec);
Takashi Iwai0ba21762007-04-16 11:29:14 +0200954 if (!codec->afg && !codec->mfg) {
Sasha Khapyorsky673b6832005-08-11 11:00:16 +0200955 snd_printdd("hda_codec: no AFG or MFG node found\n");
Takashi Iwai3be14142009-02-20 14:11:16 +0100956 err = -ENODEV;
957 goto error;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700958 }
959
Takashi Iwai3be14142009-02-20 14:11:16 +0100960 err = read_widget_caps(codec, codec->afg ? codec->afg : codec->mfg);
961 if (err < 0) {
Takashi Iwai54d17402005-11-21 16:33:22 +0100962 snd_printk(KERN_ERR "hda_codec: cannot malloc\n");
Takashi Iwai3be14142009-02-20 14:11:16 +0100963 goto error;
Takashi Iwai54d17402005-11-21 16:33:22 +0100964 }
Takashi Iwai3be14142009-02-20 14:11:16 +0100965 err = read_pin_defaults(codec);
966 if (err < 0)
967 goto error;
Takashi Iwai54d17402005-11-21 16:33:22 +0100968
Takashi Iwai0ba21762007-04-16 11:29:14 +0200969 if (!codec->subsystem_id) {
Takashi Iwai86284e42005-10-11 15:05:54 +0200970 hda_nid_t nid = codec->afg ? codec->afg : codec->mfg;
Takashi Iwai0ba21762007-04-16 11:29:14 +0200971 codec->subsystem_id =
972 snd_hda_codec_read(codec, nid, 0,
973 AC_VERB_GET_SUBSYSTEM_ID, 0);
Takashi Iwai86284e42005-10-11 15:05:54 +0200974 }
975
Takashi Iwaibb6ac722009-03-13 09:02:42 +0100976 /* power-up all before initialization */
977 hda_set_power_state(codec,
978 codec->afg ? codec->afg : codec->mfg,
979 AC_PWRST_D0);
980
Takashi Iwai6c1f45e2008-07-30 15:01:45 +0200981 snd_hda_codec_proc_new(codec);
982
Takashi Iwai6c1f45e2008-07-30 15:01:45 +0200983 snd_hda_create_hwdep(codec);
Takashi Iwai6c1f45e2008-07-30 15:01:45 +0200984
985 sprintf(component, "HDA:%08x,%08x,%08x", codec->vendor_id,
986 codec->subsystem_id, codec->revision_id);
987 snd_component_add(codec->bus->card, component);
988
989 if (codecp)
990 *codecp = codec;
991 return 0;
Takashi Iwai3be14142009-02-20 14:11:16 +0100992
993 error:
994 snd_hda_codec_free(codec);
995 return err;
Takashi Iwai6c1f45e2008-07-30 15:01:45 +0200996}
Takashi Iwaiff7a3262008-11-28 15:17:06 +0100997EXPORT_SYMBOL_HDA(snd_hda_codec_new);
Takashi Iwai6c1f45e2008-07-30 15:01:45 +0200998
999int snd_hda_codec_configure(struct hda_codec *codec)
1000{
1001 int err;
1002
Takashi Iwaid5ad6302007-03-07 15:55:59 +01001003 codec->preset = find_codec_preset(codec);
Takashi Iwai812a2cc2009-05-16 10:00:49 +02001004 if (!codec->vendor_name || !codec->chip_name) {
Takashi Iwaif44ac832008-07-30 15:01:45 +02001005 err = get_codec_name(codec);
1006 if (err < 0)
1007 return err;
1008 }
Takashi Iwai43ea1d42007-04-26 19:12:08 +02001009 /* audio codec should override the mixer name */
Takashi Iwaif44ac832008-07-30 15:01:45 +02001010 if (codec->afg || !*codec->bus->card->mixername)
Takashi Iwai812a2cc2009-05-16 10:00:49 +02001011 snprintf(codec->bus->card->mixername,
1012 sizeof(codec->bus->card->mixername),
1013 "%s %s", codec->vendor_name, codec->chip_name);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001014
Takashi Iwai82467612007-07-27 19:15:54 +02001015 if (is_generic_config(codec)) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07001016 err = snd_hda_parse_generic_codec(codec);
Takashi Iwai82467612007-07-27 19:15:54 +02001017 goto patched;
1018 }
Takashi Iwai82467612007-07-27 19:15:54 +02001019 if (codec->preset && codec->preset->patch) {
1020 err = codec->preset->patch(codec);
1021 goto patched;
1022 }
1023
1024 /* call the default parser */
Takashi Iwai82467612007-07-27 19:15:54 +02001025 err = snd_hda_parse_generic_codec(codec);
Takashi Iwai35a1e0c2007-10-19 08:13:40 +02001026 if (err < 0)
1027 printk(KERN_ERR "hda-codec: No codec parser is available\n");
Takashi Iwai82467612007-07-27 19:15:54 +02001028
1029 patched:
Takashi Iwai6c1f45e2008-07-30 15:01:45 +02001030 if (!err && codec->patch_ops.unsol_event)
1031 err = init_unsol_queue(codec->bus);
1032 return err;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001033}
Takashi Iwaia1e21c92009-06-17 09:33:52 +02001034EXPORT_SYMBOL_HDA(snd_hda_codec_configure);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001035
1036/**
1037 * snd_hda_codec_setup_stream - set up the codec for streaming
1038 * @codec: the CODEC to set up
1039 * @nid: the NID to set up
1040 * @stream_tag: stream tag to pass, it's between 0x1 and 0xf.
1041 * @channel_id: channel id to pass, zero based.
1042 * @format: stream format.
1043 */
Takashi Iwai0ba21762007-04-16 11:29:14 +02001044void snd_hda_codec_setup_stream(struct hda_codec *codec, hda_nid_t nid,
1045 u32 stream_tag,
Linus Torvalds1da177e2005-04-16 15:20:36 -07001046 int channel_id, int format)
1047{
Takashi Iwai0ba21762007-04-16 11:29:14 +02001048 if (!nid)
Takashi Iwaid21b37e2005-04-20 13:45:55 +02001049 return;
1050
Takashi Iwai0ba21762007-04-16 11:29:14 +02001051 snd_printdd("hda_codec_setup_stream: "
1052 "NID=0x%x, stream=0x%x, channel=%d, format=0x%x\n",
Linus Torvalds1da177e2005-04-16 15:20:36 -07001053 nid, stream_tag, channel_id, format);
1054 snd_hda_codec_write(codec, nid, 0, AC_VERB_SET_CHANNEL_STREAMID,
1055 (stream_tag << 4) | channel_id);
1056 msleep(1);
1057 snd_hda_codec_write(codec, nid, 0, AC_VERB_SET_STREAM_FORMAT, format);
1058}
Takashi Iwaiff7a3262008-11-28 15:17:06 +01001059EXPORT_SYMBOL_HDA(snd_hda_codec_setup_stream);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001060
Takashi Iwai888afa12008-03-18 09:57:50 +01001061void snd_hda_codec_cleanup_stream(struct hda_codec *codec, hda_nid_t nid)
1062{
1063 if (!nid)
1064 return;
1065
1066 snd_printdd("hda_codec_cleanup_stream: NID=0x%x\n", nid);
1067 snd_hda_codec_write(codec, nid, 0, AC_VERB_SET_CHANNEL_STREAMID, 0);
1068#if 0 /* keep the format */
1069 msleep(1);
1070 snd_hda_codec_write(codec, nid, 0, AC_VERB_SET_STREAM_FORMAT, 0);
1071#endif
1072}
Takashi Iwaiff7a3262008-11-28 15:17:06 +01001073EXPORT_SYMBOL_HDA(snd_hda_codec_cleanup_stream);
Takashi Iwai888afa12008-03-18 09:57:50 +01001074
Linus Torvalds1da177e2005-04-16 15:20:36 -07001075/*
1076 * amp access functions
1077 */
1078
Takashi Iwai4a19fae2005-06-08 14:43:58 +02001079/* FIXME: more better hash key? */
1080#define HDA_HASH_KEY(nid,dir,idx) (u32)((nid) + ((idx) << 16) + ((dir) << 24))
Takashi Iwai1327a322009-03-23 13:07:47 +01001081#define HDA_HASH_PINCAP_KEY(nid) (u32)((nid) + (0x02 << 24))
Takashi Iwai92c7c8a2009-03-24 07:32:14 +01001082#define HDA_HASH_PARPCM_KEY(nid) (u32)((nid) + (0x03 << 24))
1083#define HDA_HASH_PARSTR_KEY(nid) (u32)((nid) + (0x04 << 24))
Linus Torvalds1da177e2005-04-16 15:20:36 -07001084#define INFO_AMP_CAPS (1<<0)
Takashi Iwai4a19fae2005-06-08 14:43:58 +02001085#define INFO_AMP_VOL(ch) (1 << (1 + (ch)))
Linus Torvalds1da177e2005-04-16 15:20:36 -07001086
1087/* initialize the hash table */
Takashi Iwai1289e9e2008-11-27 15:47:11 +01001088static void /*__devinit*/ init_hda_cache(struct hda_cache_rec *cache,
Takashi Iwai01751f52007-08-10 16:59:39 +02001089 unsigned int record_size)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001090{
Takashi Iwai01751f52007-08-10 16:59:39 +02001091 memset(cache, 0, sizeof(*cache));
1092 memset(cache->hash, 0xff, sizeof(cache->hash));
Takashi Iwai603c4012008-07-30 15:01:44 +02001093 snd_array_init(&cache->buf, record_size, 64);
Takashi Iwai01751f52007-08-10 16:59:39 +02001094}
1095
Takashi Iwai1fcaee62007-08-23 00:01:09 +02001096static void free_hda_cache(struct hda_cache_rec *cache)
Takashi Iwai01751f52007-08-10 16:59:39 +02001097{
Takashi Iwai603c4012008-07-30 15:01:44 +02001098 snd_array_free(&cache->buf);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001099}
1100
1101/* query the hash. allocate an entry if not found. */
Takashi Iwai01751f52007-08-10 16:59:39 +02001102static struct hda_cache_head *get_alloc_hash(struct hda_cache_rec *cache,
1103 u32 key)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001104{
Takashi Iwai01751f52007-08-10 16:59:39 +02001105 u16 idx = key % (u16)ARRAY_SIZE(cache->hash);
1106 u16 cur = cache->hash[idx];
1107 struct hda_cache_head *info;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001108
1109 while (cur != 0xffff) {
Takashi Iwaif43aa022008-11-10 16:24:26 +01001110 info = snd_array_elem(&cache->buf, cur);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001111 if (info->key == key)
1112 return info;
1113 cur = info->next;
1114 }
1115
1116 /* add a new hash entry */
Takashi Iwai603c4012008-07-30 15:01:44 +02001117 info = snd_array_new(&cache->buf);
Takashi Iwaic2174292008-11-07 00:23:30 +01001118 if (!info)
1119 return NULL;
Takashi Iwaif43aa022008-11-10 16:24:26 +01001120 cur = snd_array_index(&cache->buf, info);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001121 info->key = key;
Takashi Iwai01751f52007-08-10 16:59:39 +02001122 info->val = 0;
1123 info->next = cache->hash[idx];
1124 cache->hash[idx] = cur;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001125
1126 return info;
1127}
1128
Takashi Iwai01751f52007-08-10 16:59:39 +02001129/* query and allocate an amp hash entry */
1130static inline struct hda_amp_info *
1131get_alloc_amp_hash(struct hda_codec *codec, u32 key)
1132{
1133 return (struct hda_amp_info *)get_alloc_hash(&codec->amp_cache, key);
1134}
1135
Linus Torvalds1da177e2005-04-16 15:20:36 -07001136/*
1137 * query AMP capabilities for the given widget and direction
1138 */
Matthew Ranostay09a99952008-01-24 11:49:21 +01001139u32 query_amp_caps(struct hda_codec *codec, hda_nid_t nid, int direction)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001140{
Takashi Iwai0ba21762007-04-16 11:29:14 +02001141 struct hda_amp_info *info;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001142
Takashi Iwai0ba21762007-04-16 11:29:14 +02001143 info = get_alloc_amp_hash(codec, HDA_HASH_KEY(nid, direction, 0));
1144 if (!info)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001145 return 0;
Takashi Iwai01751f52007-08-10 16:59:39 +02001146 if (!(info->head.val & INFO_AMP_CAPS)) {
Takashi Iwai0ba21762007-04-16 11:29:14 +02001147 if (!(get_wcaps(codec, nid) & AC_WCAP_AMP_OVRD))
Linus Torvalds1da177e2005-04-16 15:20:36 -07001148 nid = codec->afg;
Takashi Iwai0ba21762007-04-16 11:29:14 +02001149 info->amp_caps = snd_hda_param_read(codec, nid,
1150 direction == HDA_OUTPUT ?
1151 AC_PAR_AMP_OUT_CAP :
1152 AC_PAR_AMP_IN_CAP);
Takashi Iwaib75e53f2007-05-10 16:56:09 +02001153 if (info->amp_caps)
Takashi Iwai01751f52007-08-10 16:59:39 +02001154 info->head.val |= INFO_AMP_CAPS;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001155 }
1156 return info->amp_caps;
1157}
Takashi Iwaiff7a3262008-11-28 15:17:06 +01001158EXPORT_SYMBOL_HDA(query_amp_caps);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001159
Takashi Iwai897cc182007-05-29 19:01:37 +02001160int snd_hda_override_amp_caps(struct hda_codec *codec, hda_nid_t nid, int dir,
1161 unsigned int caps)
1162{
1163 struct hda_amp_info *info;
1164
1165 info = get_alloc_amp_hash(codec, HDA_HASH_KEY(nid, dir, 0));
1166 if (!info)
1167 return -EINVAL;
1168 info->amp_caps = caps;
Takashi Iwai01751f52007-08-10 16:59:39 +02001169 info->head.val |= INFO_AMP_CAPS;
Takashi Iwai897cc182007-05-29 19:01:37 +02001170 return 0;
1171}
Takashi Iwaiff7a3262008-11-28 15:17:06 +01001172EXPORT_SYMBOL_HDA(snd_hda_override_amp_caps);
Takashi Iwai897cc182007-05-29 19:01:37 +02001173
Takashi Iwai92c7c8a2009-03-24 07:32:14 +01001174static unsigned int
1175query_caps_hash(struct hda_codec *codec, hda_nid_t nid, u32 key,
1176 unsigned int (*func)(struct hda_codec *, hda_nid_t))
Takashi Iwai1327a322009-03-23 13:07:47 +01001177{
1178 struct hda_amp_info *info;
1179
Takashi Iwai92c7c8a2009-03-24 07:32:14 +01001180 info = get_alloc_amp_hash(codec, key);
Takashi Iwai1327a322009-03-23 13:07:47 +01001181 if (!info)
1182 return 0;
1183 if (!info->head.val) {
Takashi Iwai1327a322009-03-23 13:07:47 +01001184 info->head.val |= INFO_AMP_CAPS;
Takashi Iwai92c7c8a2009-03-24 07:32:14 +01001185 info->amp_caps = func(codec, nid);
Takashi Iwai1327a322009-03-23 13:07:47 +01001186 }
1187 return info->amp_caps;
1188}
Takashi Iwai92c7c8a2009-03-24 07:32:14 +01001189
1190static unsigned int read_pin_cap(struct hda_codec *codec, hda_nid_t nid)
1191{
1192 return snd_hda_param_read(codec, nid, AC_PAR_PIN_CAP);
1193}
1194
1195u32 snd_hda_query_pin_caps(struct hda_codec *codec, hda_nid_t nid)
1196{
1197 return query_caps_hash(codec, nid, HDA_HASH_PINCAP_KEY(nid),
1198 read_pin_cap);
1199}
Takashi Iwai1327a322009-03-23 13:07:47 +01001200EXPORT_SYMBOL_HDA(snd_hda_query_pin_caps);
1201
Linus Torvalds1da177e2005-04-16 15:20:36 -07001202/*
1203 * read the current volume to info
Takashi Iwai4a19fae2005-06-08 14:43:58 +02001204 * if the cache exists, read the cache value.
Linus Torvalds1da177e2005-04-16 15:20:36 -07001205 */
Takashi Iwai0ba21762007-04-16 11:29:14 +02001206static unsigned int get_vol_mute(struct hda_codec *codec,
1207 struct hda_amp_info *info, hda_nid_t nid,
1208 int ch, int direction, int index)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001209{
1210 u32 val, parm;
1211
Takashi Iwai01751f52007-08-10 16:59:39 +02001212 if (info->head.val & INFO_AMP_VOL(ch))
Takashi Iwai4a19fae2005-06-08 14:43:58 +02001213 return info->vol[ch];
Linus Torvalds1da177e2005-04-16 15:20:36 -07001214
1215 parm = ch ? AC_AMP_GET_RIGHT : AC_AMP_GET_LEFT;
1216 parm |= direction == HDA_OUTPUT ? AC_AMP_GET_OUTPUT : AC_AMP_GET_INPUT;
1217 parm |= index;
Takashi Iwai0ba21762007-04-16 11:29:14 +02001218 val = snd_hda_codec_read(codec, nid, 0,
1219 AC_VERB_GET_AMP_GAIN_MUTE, parm);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001220 info->vol[ch] = val & 0xff;
Takashi Iwai01751f52007-08-10 16:59:39 +02001221 info->head.val |= INFO_AMP_VOL(ch);
Takashi Iwai4a19fae2005-06-08 14:43:58 +02001222 return info->vol[ch];
Linus Torvalds1da177e2005-04-16 15:20:36 -07001223}
1224
1225/*
Takashi Iwai4a19fae2005-06-08 14:43:58 +02001226 * write the current volume in info to the h/w and update the cache
Linus Torvalds1da177e2005-04-16 15:20:36 -07001227 */
Takashi Iwai4a19fae2005-06-08 14:43:58 +02001228static void put_vol_mute(struct hda_codec *codec, struct hda_amp_info *info,
Takashi Iwai0ba21762007-04-16 11:29:14 +02001229 hda_nid_t nid, int ch, int direction, int index,
1230 int val)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001231{
1232 u32 parm;
1233
1234 parm = ch ? AC_AMP_SET_RIGHT : AC_AMP_SET_LEFT;
1235 parm |= direction == HDA_OUTPUT ? AC_AMP_SET_OUTPUT : AC_AMP_SET_INPUT;
1236 parm |= index << AC_AMP_SET_INDEX_SHIFT;
1237 parm |= val;
1238 snd_hda_codec_write(codec, nid, 0, AC_VERB_SET_AMP_GAIN_MUTE, parm);
Takashi Iwai4a19fae2005-06-08 14:43:58 +02001239 info->vol[ch] = val;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001240}
1241
1242/*
Takashi Iwai4a19fae2005-06-08 14:43:58 +02001243 * read AMP value. The volume is between 0 to 0x7f, 0x80 = mute bit.
Linus Torvalds1da177e2005-04-16 15:20:36 -07001244 */
Takashi Iwai834be882006-03-01 14:16:17 +01001245int snd_hda_codec_amp_read(struct hda_codec *codec, hda_nid_t nid, int ch,
1246 int direction, int index)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001247{
Takashi Iwai0ba21762007-04-16 11:29:14 +02001248 struct hda_amp_info *info;
1249 info = get_alloc_amp_hash(codec, HDA_HASH_KEY(nid, direction, index));
1250 if (!info)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001251 return 0;
Takashi Iwai4a19fae2005-06-08 14:43:58 +02001252 return get_vol_mute(codec, info, nid, ch, direction, index);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001253}
Takashi Iwaiff7a3262008-11-28 15:17:06 +01001254EXPORT_SYMBOL_HDA(snd_hda_codec_amp_read);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001255
Takashi Iwai4a19fae2005-06-08 14:43:58 +02001256/*
1257 * update the AMP value, mask = bit mask to set, val = the value
1258 */
Takashi Iwai834be882006-03-01 14:16:17 +01001259int snd_hda_codec_amp_update(struct hda_codec *codec, hda_nid_t nid, int ch,
1260 int direction, int idx, int mask, int val)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001261{
Takashi Iwai0ba21762007-04-16 11:29:14 +02001262 struct hda_amp_info *info;
Takashi Iwai4a19fae2005-06-08 14:43:58 +02001263
Takashi Iwai0ba21762007-04-16 11:29:14 +02001264 info = get_alloc_amp_hash(codec, HDA_HASH_KEY(nid, direction, idx));
1265 if (!info)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001266 return 0;
Takashi Iwai4a19fae2005-06-08 14:43:58 +02001267 val &= mask;
1268 val |= get_vol_mute(codec, info, nid, ch, direction, idx) & ~mask;
Takashi Iwai82beb8f2007-08-10 17:09:26 +02001269 if (info->vol[ch] == val)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001270 return 0;
Takashi Iwai4a19fae2005-06-08 14:43:58 +02001271 put_vol_mute(codec, info, nid, ch, direction, idx, val);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001272 return 1;
1273}
Takashi Iwaiff7a3262008-11-28 15:17:06 +01001274EXPORT_SYMBOL_HDA(snd_hda_codec_amp_update);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001275
Takashi Iwai47fd8302007-08-10 17:11:07 +02001276/*
1277 * update the AMP stereo with the same mask and value
1278 */
1279int snd_hda_codec_amp_stereo(struct hda_codec *codec, hda_nid_t nid,
1280 int direction, int idx, int mask, int val)
1281{
1282 int ch, ret = 0;
1283 for (ch = 0; ch < 2; ch++)
1284 ret |= snd_hda_codec_amp_update(codec, nid, ch, direction,
1285 idx, mask, val);
1286 return ret;
1287}
Takashi Iwaiff7a3262008-11-28 15:17:06 +01001288EXPORT_SYMBOL_HDA(snd_hda_codec_amp_stereo);
Takashi Iwai47fd8302007-08-10 17:11:07 +02001289
Takashi Iwaicb53c622007-08-10 17:21:45 +02001290#ifdef SND_HDA_NEEDS_RESUME
Takashi Iwaib3ac5632007-08-10 17:03:40 +02001291/* resume the all amp commands from the cache */
1292void snd_hda_codec_resume_amp(struct hda_codec *codec)
1293{
Takashi Iwai603c4012008-07-30 15:01:44 +02001294 struct hda_amp_info *buffer = codec->amp_cache.buf.list;
Takashi Iwaib3ac5632007-08-10 17:03:40 +02001295 int i;
1296
Takashi Iwai603c4012008-07-30 15:01:44 +02001297 for (i = 0; i < codec->amp_cache.buf.used; i++, buffer++) {
Takashi Iwaib3ac5632007-08-10 17:03:40 +02001298 u32 key = buffer->head.key;
1299 hda_nid_t nid;
1300 unsigned int idx, dir, ch;
1301 if (!key)
1302 continue;
1303 nid = key & 0xff;
1304 idx = (key >> 16) & 0xff;
1305 dir = (key >> 24) & 0xff;
1306 for (ch = 0; ch < 2; ch++) {
1307 if (!(buffer->head.val & INFO_AMP_VOL(ch)))
1308 continue;
1309 put_vol_mute(codec, buffer, nid, ch, dir, idx,
1310 buffer->vol[ch]);
1311 }
1312 }
1313}
Takashi Iwaiff7a3262008-11-28 15:17:06 +01001314EXPORT_SYMBOL_HDA(snd_hda_codec_resume_amp);
Takashi Iwaicb53c622007-08-10 17:21:45 +02001315#endif /* SND_HDA_NEEDS_RESUME */
Linus Torvalds1da177e2005-04-16 15:20:36 -07001316
Linus Torvalds1da177e2005-04-16 15:20:36 -07001317/* volume */
Takashi Iwai0ba21762007-04-16 11:29:14 +02001318int snd_hda_mixer_amp_volume_info(struct snd_kcontrol *kcontrol,
1319 struct snd_ctl_elem_info *uinfo)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001320{
1321 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
1322 u16 nid = get_amp_nid(kcontrol);
1323 u8 chs = get_amp_channels(kcontrol);
1324 int dir = get_amp_direction(kcontrol);
Takashi Iwai29fdbec2009-01-20 13:07:55 +01001325 unsigned int ofs = get_amp_offset(kcontrol);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001326 u32 caps;
1327
1328 caps = query_amp_caps(codec, nid, dir);
Takashi Iwai0ba21762007-04-16 11:29:14 +02001329 /* num steps */
1330 caps = (caps & AC_AMPCAP_NUM_STEPS) >> AC_AMPCAP_NUM_STEPS_SHIFT;
1331 if (!caps) {
1332 printk(KERN_WARNING "hda_codec: "
Takashi Iwai9c8f2ab2008-01-11 16:12:23 +01001333 "num_steps = 0 for NID=0x%x (ctl = %s)\n", nid,
1334 kcontrol->id.name);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001335 return -EINVAL;
1336 }
Takashi Iwai29fdbec2009-01-20 13:07:55 +01001337 if (ofs < caps)
1338 caps -= ofs;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001339 uinfo->type = SNDRV_CTL_ELEM_TYPE_INTEGER;
1340 uinfo->count = chs == 3 ? 2 : 1;
1341 uinfo->value.integer.min = 0;
1342 uinfo->value.integer.max = caps;
1343 return 0;
1344}
Takashi Iwaiff7a3262008-11-28 15:17:06 +01001345EXPORT_SYMBOL_HDA(snd_hda_mixer_amp_volume_info);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001346
Takashi Iwai29fdbec2009-01-20 13:07:55 +01001347
1348static inline unsigned int
1349read_amp_value(struct hda_codec *codec, hda_nid_t nid,
1350 int ch, int dir, int idx, unsigned int ofs)
1351{
1352 unsigned int val;
1353 val = snd_hda_codec_amp_read(codec, nid, ch, dir, idx);
1354 val &= HDA_AMP_VOLMASK;
1355 if (val >= ofs)
1356 val -= ofs;
1357 else
1358 val = 0;
1359 return val;
1360}
1361
1362static inline int
1363update_amp_value(struct hda_codec *codec, hda_nid_t nid,
1364 int ch, int dir, int idx, unsigned int ofs,
1365 unsigned int val)
1366{
1367 if (val > 0)
1368 val += ofs;
1369 return snd_hda_codec_amp_update(codec, nid, ch, dir, idx,
1370 HDA_AMP_VOLMASK, val);
1371}
1372
Takashi Iwai0ba21762007-04-16 11:29:14 +02001373int snd_hda_mixer_amp_volume_get(struct snd_kcontrol *kcontrol,
1374 struct snd_ctl_elem_value *ucontrol)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001375{
1376 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
1377 hda_nid_t nid = get_amp_nid(kcontrol);
1378 int chs = get_amp_channels(kcontrol);
1379 int dir = get_amp_direction(kcontrol);
1380 int idx = get_amp_index(kcontrol);
Takashi Iwai29fdbec2009-01-20 13:07:55 +01001381 unsigned int ofs = get_amp_offset(kcontrol);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001382 long *valp = ucontrol->value.integer.value;
1383
1384 if (chs & 1)
Takashi Iwai29fdbec2009-01-20 13:07:55 +01001385 *valp++ = read_amp_value(codec, nid, 0, dir, idx, ofs);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001386 if (chs & 2)
Takashi Iwai29fdbec2009-01-20 13:07:55 +01001387 *valp = read_amp_value(codec, nid, 1, dir, idx, ofs);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001388 return 0;
1389}
Takashi Iwaiff7a3262008-11-28 15:17:06 +01001390EXPORT_SYMBOL_HDA(snd_hda_mixer_amp_volume_get);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001391
Takashi Iwai0ba21762007-04-16 11:29:14 +02001392int snd_hda_mixer_amp_volume_put(struct snd_kcontrol *kcontrol,
1393 struct snd_ctl_elem_value *ucontrol)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001394{
1395 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
1396 hda_nid_t nid = get_amp_nid(kcontrol);
1397 int chs = get_amp_channels(kcontrol);
1398 int dir = get_amp_direction(kcontrol);
1399 int idx = get_amp_index(kcontrol);
Takashi Iwai29fdbec2009-01-20 13:07:55 +01001400 unsigned int ofs = get_amp_offset(kcontrol);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001401 long *valp = ucontrol->value.integer.value;
1402 int change = 0;
1403
Takashi Iwaicb53c622007-08-10 17:21:45 +02001404 snd_hda_power_up(codec);
Nicolas Grazianob9f5a892005-07-29 12:17:20 +02001405 if (chs & 1) {
Takashi Iwai29fdbec2009-01-20 13:07:55 +01001406 change = update_amp_value(codec, nid, 0, dir, idx, ofs, *valp);
Nicolas Grazianob9f5a892005-07-29 12:17:20 +02001407 valp++;
1408 }
Takashi Iwai4a19fae2005-06-08 14:43:58 +02001409 if (chs & 2)
Takashi Iwai29fdbec2009-01-20 13:07:55 +01001410 change |= update_amp_value(codec, nid, 1, dir, idx, ofs, *valp);
Takashi Iwaicb53c622007-08-10 17:21:45 +02001411 snd_hda_power_down(codec);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001412 return change;
1413}
Takashi Iwaiff7a3262008-11-28 15:17:06 +01001414EXPORT_SYMBOL_HDA(snd_hda_mixer_amp_volume_put);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001415
Jaroslav Kysela302e9c52006-07-05 17:39:49 +02001416int snd_hda_mixer_amp_tlv(struct snd_kcontrol *kcontrol, int op_flag,
1417 unsigned int size, unsigned int __user *_tlv)
1418{
1419 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
1420 hda_nid_t nid = get_amp_nid(kcontrol);
1421 int dir = get_amp_direction(kcontrol);
Takashi Iwai29fdbec2009-01-20 13:07:55 +01001422 unsigned int ofs = get_amp_offset(kcontrol);
Jaroslav Kysela302e9c52006-07-05 17:39:49 +02001423 u32 caps, val1, val2;
1424
1425 if (size < 4 * sizeof(unsigned int))
1426 return -ENOMEM;
1427 caps = query_amp_caps(codec, nid, dir);
Takashi Iwai0ba21762007-04-16 11:29:14 +02001428 val2 = (caps & AC_AMPCAP_STEP_SIZE) >> AC_AMPCAP_STEP_SIZE_SHIFT;
1429 val2 = (val2 + 1) * 25;
Jaroslav Kysela302e9c52006-07-05 17:39:49 +02001430 val1 = -((caps & AC_AMPCAP_OFFSET) >> AC_AMPCAP_OFFSET_SHIFT);
Takashi Iwai29fdbec2009-01-20 13:07:55 +01001431 val1 += ofs;
Jaroslav Kysela302e9c52006-07-05 17:39:49 +02001432 val1 = ((int)val1) * ((int)val2);
Jaroslav Kysela302e9c52006-07-05 17:39:49 +02001433 if (put_user(SNDRV_CTL_TLVT_DB_SCALE, _tlv))
1434 return -EFAULT;
1435 if (put_user(2 * sizeof(unsigned int), _tlv + 1))
1436 return -EFAULT;
1437 if (put_user(val1, _tlv + 2))
1438 return -EFAULT;
1439 if (put_user(val2, _tlv + 3))
1440 return -EFAULT;
1441 return 0;
1442}
Takashi Iwaiff7a3262008-11-28 15:17:06 +01001443EXPORT_SYMBOL_HDA(snd_hda_mixer_amp_tlv);
Jaroslav Kysela302e9c52006-07-05 17:39:49 +02001444
Takashi Iwai2134ea42008-01-10 16:53:55 +01001445/*
1446 * set (static) TLV for virtual master volume; recalculated as max 0dB
1447 */
1448void snd_hda_set_vmaster_tlv(struct hda_codec *codec, hda_nid_t nid, int dir,
1449 unsigned int *tlv)
1450{
1451 u32 caps;
1452 int nums, step;
1453
1454 caps = query_amp_caps(codec, nid, dir);
1455 nums = (caps & AC_AMPCAP_NUM_STEPS) >> AC_AMPCAP_NUM_STEPS_SHIFT;
1456 step = (caps & AC_AMPCAP_STEP_SIZE) >> AC_AMPCAP_STEP_SIZE_SHIFT;
1457 step = (step + 1) * 25;
1458 tlv[0] = SNDRV_CTL_TLVT_DB_SCALE;
1459 tlv[1] = 2 * sizeof(unsigned int);
1460 tlv[2] = -nums * step;
1461 tlv[3] = step;
1462}
Takashi Iwaiff7a3262008-11-28 15:17:06 +01001463EXPORT_SYMBOL_HDA(snd_hda_set_vmaster_tlv);
Takashi Iwai2134ea42008-01-10 16:53:55 +01001464
1465/* find a mixer control element with the given name */
Takashi Iwai09f99702008-02-04 12:31:13 +01001466static struct snd_kcontrol *
1467_snd_hda_find_mixer_ctl(struct hda_codec *codec,
1468 const char *name, int idx)
Takashi Iwai2134ea42008-01-10 16:53:55 +01001469{
1470 struct snd_ctl_elem_id id;
1471 memset(&id, 0, sizeof(id));
1472 id.iface = SNDRV_CTL_ELEM_IFACE_MIXER;
Takashi Iwai09f99702008-02-04 12:31:13 +01001473 id.index = idx;
Takashi Iwai18cb7102009-04-16 10:22:24 +02001474 if (snd_BUG_ON(strlen(name) >= sizeof(id.name)))
1475 return NULL;
Takashi Iwai2134ea42008-01-10 16:53:55 +01001476 strcpy(id.name, name);
1477 return snd_ctl_find_id(codec->bus->card, &id);
1478}
1479
Takashi Iwai09f99702008-02-04 12:31:13 +01001480struct snd_kcontrol *snd_hda_find_mixer_ctl(struct hda_codec *codec,
1481 const char *name)
1482{
1483 return _snd_hda_find_mixer_ctl(codec, name, 0);
1484}
Takashi Iwaiff7a3262008-11-28 15:17:06 +01001485EXPORT_SYMBOL_HDA(snd_hda_find_mixer_ctl);
Takashi Iwai09f99702008-02-04 12:31:13 +01001486
Takashi Iwaid13bd412008-07-30 15:01:45 +02001487/* Add a control element and assign to the codec */
1488int snd_hda_ctl_add(struct hda_codec *codec, struct snd_kcontrol *kctl)
1489{
1490 int err;
1491 struct snd_kcontrol **knewp;
1492
1493 err = snd_ctl_add(codec->bus->card, kctl);
1494 if (err < 0)
1495 return err;
1496 knewp = snd_array_new(&codec->mixers);
1497 if (!knewp)
1498 return -ENOMEM;
1499 *knewp = kctl;
1500 return 0;
1501}
Takashi Iwaiff7a3262008-11-28 15:17:06 +01001502EXPORT_SYMBOL_HDA(snd_hda_ctl_add);
Takashi Iwaid13bd412008-07-30 15:01:45 +02001503
1504/* Clear all controls assigned to the given codec */
1505void snd_hda_ctls_clear(struct hda_codec *codec)
1506{
1507 int i;
1508 struct snd_kcontrol **kctls = codec->mixers.list;
1509 for (i = 0; i < codec->mixers.used; i++)
1510 snd_ctl_remove(codec->bus->card, kctls[i]);
1511 snd_array_free(&codec->mixers);
1512}
1513
Takashi Iwaia65d6292009-02-23 16:57:04 +01001514/* pseudo device locking
1515 * toggle card->shutdown to allow/disallow the device access (as a hack)
1516 */
1517static int hda_lock_devices(struct snd_card *card)
Takashi Iwai6c1f45e2008-07-30 15:01:45 +02001518{
Takashi Iwaia65d6292009-02-23 16:57:04 +01001519 spin_lock(&card->files_lock);
1520 if (card->shutdown) {
1521 spin_unlock(&card->files_lock);
1522 return -EINVAL;
1523 }
1524 card->shutdown = 1;
1525 spin_unlock(&card->files_lock);
1526 return 0;
1527}
1528
1529static void hda_unlock_devices(struct snd_card *card)
1530{
1531 spin_lock(&card->files_lock);
1532 card->shutdown = 0;
1533 spin_unlock(&card->files_lock);
1534}
1535
1536int snd_hda_codec_reset(struct hda_codec *codec)
1537{
1538 struct snd_card *card = codec->bus->card;
1539 int i, pcm;
1540
1541 if (hda_lock_devices(card) < 0)
1542 return -EBUSY;
1543 /* check whether the codec isn't used by any mixer or PCM streams */
1544 if (!list_empty(&card->ctl_files)) {
1545 hda_unlock_devices(card);
1546 return -EBUSY;
1547 }
1548 for (pcm = 0; pcm < codec->num_pcms; pcm++) {
1549 struct hda_pcm *cpcm = &codec->pcm_info[pcm];
1550 if (!cpcm->pcm)
1551 continue;
1552 if (cpcm->pcm->streams[0].substream_opened ||
1553 cpcm->pcm->streams[1].substream_opened) {
1554 hda_unlock_devices(card);
1555 return -EBUSY;
1556 }
1557 }
1558
1559 /* OK, let it free */
Takashi Iwai6c1f45e2008-07-30 15:01:45 +02001560
1561#ifdef CONFIG_SND_HDA_POWER_SAVE
1562 cancel_delayed_work(&codec->power_work);
Takashi Iwai6acaed32009-01-12 10:09:24 +01001563 flush_workqueue(codec->bus->workq);
Takashi Iwai6c1f45e2008-07-30 15:01:45 +02001564#endif
1565 snd_hda_ctls_clear(codec);
1566 /* relase PCMs */
1567 for (i = 0; i < codec->num_pcms; i++) {
Takashi Iwai529bd6c2008-11-27 14:17:01 +01001568 if (codec->pcm_info[i].pcm) {
Takashi Iwaia65d6292009-02-23 16:57:04 +01001569 snd_device_free(card, codec->pcm_info[i].pcm);
Takashi Iwai529bd6c2008-11-27 14:17:01 +01001570 clear_bit(codec->pcm_info[i].device,
1571 codec->bus->pcm_dev_bits);
1572 }
Takashi Iwai6c1f45e2008-07-30 15:01:45 +02001573 }
1574 if (codec->patch_ops.free)
1575 codec->patch_ops.free(codec);
Takashi Iwai56d17712008-11-28 14:36:23 +01001576 codec->proc_widget_hook = NULL;
Takashi Iwai6c1f45e2008-07-30 15:01:45 +02001577 codec->spec = NULL;
1578 free_hda_cache(&codec->amp_cache);
1579 free_hda_cache(&codec->cmd_cache);
Takashi Iwai827057f2008-12-19 10:12:02 +01001580 init_hda_cache(&codec->amp_cache, sizeof(struct hda_amp_info));
1581 init_hda_cache(&codec->cmd_cache, sizeof(struct hda_cache_head));
Takashi Iwai346ff702009-02-23 09:42:57 +01001582 /* free only driver_pins so that init_pins + user_pins are restored */
1583 snd_array_free(&codec->driver_pins);
Takashi Iwai3be14142009-02-20 14:11:16 +01001584 restore_pincfgs(codec);
Takashi Iwai6c1f45e2008-07-30 15:01:45 +02001585 codec->num_pcms = 0;
1586 codec->pcm_info = NULL;
1587 codec->preset = NULL;
Takashi Iwaid1f1af22009-03-02 10:35:29 +01001588 memset(&codec->patch_ops, 0, sizeof(codec->patch_ops));
1589 codec->slave_dig_outs = NULL;
1590 codec->spdif_status_reset = 0;
Takashi Iwai1289e9e2008-11-27 15:47:11 +01001591 module_put(codec->owner);
1592 codec->owner = NULL;
Takashi Iwaia65d6292009-02-23 16:57:04 +01001593
1594 /* allow device access again */
1595 hda_unlock_devices(card);
1596 return 0;
Takashi Iwai6c1f45e2008-07-30 15:01:45 +02001597}
1598
Takashi Iwai2134ea42008-01-10 16:53:55 +01001599/* create a virtual master control and add slaves */
1600int snd_hda_add_vmaster(struct hda_codec *codec, char *name,
1601 unsigned int *tlv, const char **slaves)
1602{
1603 struct snd_kcontrol *kctl;
1604 const char **s;
1605 int err;
1606
Takashi Iwai2f085542008-02-22 18:43:50 +01001607 for (s = slaves; *s && !snd_hda_find_mixer_ctl(codec, *s); s++)
1608 ;
1609 if (!*s) {
1610 snd_printdd("No slave found for %s\n", name);
1611 return 0;
1612 }
Takashi Iwai2134ea42008-01-10 16:53:55 +01001613 kctl = snd_ctl_make_virtual_master(name, tlv);
1614 if (!kctl)
1615 return -ENOMEM;
Takashi Iwaid13bd412008-07-30 15:01:45 +02001616 err = snd_hda_ctl_add(codec, kctl);
Takashi Iwai2134ea42008-01-10 16:53:55 +01001617 if (err < 0)
1618 return err;
1619
1620 for (s = slaves; *s; s++) {
1621 struct snd_kcontrol *sctl;
Takashi Iwai7a411ee2009-03-06 10:08:14 +01001622 int i = 0;
1623 for (;;) {
1624 sctl = _snd_hda_find_mixer_ctl(codec, *s, i);
1625 if (!sctl) {
1626 if (!i)
1627 snd_printdd("Cannot find slave %s, "
1628 "skipped\n", *s);
1629 break;
1630 }
1631 err = snd_ctl_add_slave(kctl, sctl);
1632 if (err < 0)
1633 return err;
1634 i++;
Takashi Iwai2134ea42008-01-10 16:53:55 +01001635 }
Takashi Iwai2134ea42008-01-10 16:53:55 +01001636 }
1637 return 0;
1638}
Takashi Iwaiff7a3262008-11-28 15:17:06 +01001639EXPORT_SYMBOL_HDA(snd_hda_add_vmaster);
Takashi Iwai2134ea42008-01-10 16:53:55 +01001640
Linus Torvalds1da177e2005-04-16 15:20:36 -07001641/* switch */
Takashi Iwai0ba21762007-04-16 11:29:14 +02001642int snd_hda_mixer_amp_switch_info(struct snd_kcontrol *kcontrol,
1643 struct snd_ctl_elem_info *uinfo)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001644{
1645 int chs = get_amp_channels(kcontrol);
1646
1647 uinfo->type = SNDRV_CTL_ELEM_TYPE_BOOLEAN;
1648 uinfo->count = chs == 3 ? 2 : 1;
1649 uinfo->value.integer.min = 0;
1650 uinfo->value.integer.max = 1;
1651 return 0;
1652}
Takashi Iwaiff7a3262008-11-28 15:17:06 +01001653EXPORT_SYMBOL_HDA(snd_hda_mixer_amp_switch_info);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001654
Takashi Iwai0ba21762007-04-16 11:29:14 +02001655int snd_hda_mixer_amp_switch_get(struct snd_kcontrol *kcontrol,
1656 struct snd_ctl_elem_value *ucontrol)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001657{
1658 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
1659 hda_nid_t nid = get_amp_nid(kcontrol);
1660 int chs = get_amp_channels(kcontrol);
1661 int dir = get_amp_direction(kcontrol);
1662 int idx = get_amp_index(kcontrol);
1663 long *valp = ucontrol->value.integer.value;
1664
1665 if (chs & 1)
Takashi Iwai0ba21762007-04-16 11:29:14 +02001666 *valp++ = (snd_hda_codec_amp_read(codec, nid, 0, dir, idx) &
Takashi Iwai47fd8302007-08-10 17:11:07 +02001667 HDA_AMP_MUTE) ? 0 : 1;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001668 if (chs & 2)
Takashi Iwai0ba21762007-04-16 11:29:14 +02001669 *valp = (snd_hda_codec_amp_read(codec, nid, 1, dir, idx) &
Takashi Iwai47fd8302007-08-10 17:11:07 +02001670 HDA_AMP_MUTE) ? 0 : 1;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001671 return 0;
1672}
Takashi Iwaiff7a3262008-11-28 15:17:06 +01001673EXPORT_SYMBOL_HDA(snd_hda_mixer_amp_switch_get);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001674
Takashi Iwai0ba21762007-04-16 11:29:14 +02001675int snd_hda_mixer_amp_switch_put(struct snd_kcontrol *kcontrol,
1676 struct snd_ctl_elem_value *ucontrol)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001677{
1678 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
1679 hda_nid_t nid = get_amp_nid(kcontrol);
1680 int chs = get_amp_channels(kcontrol);
1681 int dir = get_amp_direction(kcontrol);
1682 int idx = get_amp_index(kcontrol);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001683 long *valp = ucontrol->value.integer.value;
1684 int change = 0;
1685
Takashi Iwaicb53c622007-08-10 17:21:45 +02001686 snd_hda_power_up(codec);
Nicolas Grazianob9f5a892005-07-29 12:17:20 +02001687 if (chs & 1) {
Takashi Iwai4a19fae2005-06-08 14:43:58 +02001688 change = snd_hda_codec_amp_update(codec, nid, 0, dir, idx,
Takashi Iwai47fd8302007-08-10 17:11:07 +02001689 HDA_AMP_MUTE,
1690 *valp ? 0 : HDA_AMP_MUTE);
Nicolas Grazianob9f5a892005-07-29 12:17:20 +02001691 valp++;
1692 }
Takashi Iwai4a19fae2005-06-08 14:43:58 +02001693 if (chs & 2)
1694 change |= snd_hda_codec_amp_update(codec, nid, 1, dir, idx,
Takashi Iwai47fd8302007-08-10 17:11:07 +02001695 HDA_AMP_MUTE,
1696 *valp ? 0 : HDA_AMP_MUTE);
Takashi Iwaicb53c622007-08-10 17:21:45 +02001697#ifdef CONFIG_SND_HDA_POWER_SAVE
1698 if (codec->patch_ops.check_power_status)
1699 codec->patch_ops.check_power_status(codec, nid);
1700#endif
1701 snd_hda_power_down(codec);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001702 return change;
1703}
Takashi Iwaiff7a3262008-11-28 15:17:06 +01001704EXPORT_SYMBOL_HDA(snd_hda_mixer_amp_switch_put);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001705
1706/*
Takashi Iwai985be542005-11-02 18:26:49 +01001707 * bound volume controls
1708 *
1709 * bind multiple volumes (# indices, from 0)
1710 */
1711
1712#define AMP_VAL_IDX_SHIFT 19
1713#define AMP_VAL_IDX_MASK (0x0f<<19)
1714
Takashi Iwai0ba21762007-04-16 11:29:14 +02001715int snd_hda_mixer_bind_switch_get(struct snd_kcontrol *kcontrol,
1716 struct snd_ctl_elem_value *ucontrol)
Takashi Iwai985be542005-11-02 18:26:49 +01001717{
1718 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
1719 unsigned long pval;
1720 int err;
1721
Wu Fengguang5a9e02e2009-01-09 16:45:24 +08001722 mutex_lock(&codec->control_mutex);
Takashi Iwai985be542005-11-02 18:26:49 +01001723 pval = kcontrol->private_value;
1724 kcontrol->private_value = pval & ~AMP_VAL_IDX_MASK; /* index 0 */
1725 err = snd_hda_mixer_amp_switch_get(kcontrol, ucontrol);
1726 kcontrol->private_value = pval;
Wu Fengguang5a9e02e2009-01-09 16:45:24 +08001727 mutex_unlock(&codec->control_mutex);
Takashi Iwai985be542005-11-02 18:26:49 +01001728 return err;
1729}
Takashi Iwaiff7a3262008-11-28 15:17:06 +01001730EXPORT_SYMBOL_HDA(snd_hda_mixer_bind_switch_get);
Takashi Iwai985be542005-11-02 18:26:49 +01001731
Takashi Iwai0ba21762007-04-16 11:29:14 +02001732int snd_hda_mixer_bind_switch_put(struct snd_kcontrol *kcontrol,
1733 struct snd_ctl_elem_value *ucontrol)
Takashi Iwai985be542005-11-02 18:26:49 +01001734{
1735 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
1736 unsigned long pval;
1737 int i, indices, err = 0, change = 0;
1738
Wu Fengguang5a9e02e2009-01-09 16:45:24 +08001739 mutex_lock(&codec->control_mutex);
Takashi Iwai985be542005-11-02 18:26:49 +01001740 pval = kcontrol->private_value;
1741 indices = (pval & AMP_VAL_IDX_MASK) >> AMP_VAL_IDX_SHIFT;
1742 for (i = 0; i < indices; i++) {
Takashi Iwai0ba21762007-04-16 11:29:14 +02001743 kcontrol->private_value = (pval & ~AMP_VAL_IDX_MASK) |
1744 (i << AMP_VAL_IDX_SHIFT);
Takashi Iwai985be542005-11-02 18:26:49 +01001745 err = snd_hda_mixer_amp_switch_put(kcontrol, ucontrol);
1746 if (err < 0)
1747 break;
1748 change |= err;
1749 }
1750 kcontrol->private_value = pval;
Wu Fengguang5a9e02e2009-01-09 16:45:24 +08001751 mutex_unlock(&codec->control_mutex);
Takashi Iwai985be542005-11-02 18:26:49 +01001752 return err < 0 ? err : change;
1753}
Takashi Iwaiff7a3262008-11-28 15:17:06 +01001754EXPORT_SYMBOL_HDA(snd_hda_mixer_bind_switch_put);
Takashi Iwai985be542005-11-02 18:26:49 +01001755
1756/*
Takashi Iwai532d5382007-07-27 19:02:40 +02001757 * generic bound volume/swtich controls
1758 */
1759int snd_hda_mixer_bind_ctls_info(struct snd_kcontrol *kcontrol,
1760 struct snd_ctl_elem_info *uinfo)
1761{
1762 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
1763 struct hda_bind_ctls *c;
1764 int err;
1765
Wu Fengguang5a9e02e2009-01-09 16:45:24 +08001766 mutex_lock(&codec->control_mutex);
Serge A. Suchkov14c65f92008-02-22 18:43:16 +01001767 c = (struct hda_bind_ctls *)kcontrol->private_value;
Takashi Iwai532d5382007-07-27 19:02:40 +02001768 kcontrol->private_value = *c->values;
1769 err = c->ops->info(kcontrol, uinfo);
1770 kcontrol->private_value = (long)c;
Wu Fengguang5a9e02e2009-01-09 16:45:24 +08001771 mutex_unlock(&codec->control_mutex);
Takashi Iwai532d5382007-07-27 19:02:40 +02001772 return err;
1773}
Takashi Iwaiff7a3262008-11-28 15:17:06 +01001774EXPORT_SYMBOL_HDA(snd_hda_mixer_bind_ctls_info);
Takashi Iwai532d5382007-07-27 19:02:40 +02001775
1776int snd_hda_mixer_bind_ctls_get(struct snd_kcontrol *kcontrol,
1777 struct snd_ctl_elem_value *ucontrol)
1778{
1779 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
1780 struct hda_bind_ctls *c;
1781 int err;
1782
Wu Fengguang5a9e02e2009-01-09 16:45:24 +08001783 mutex_lock(&codec->control_mutex);
Serge A. Suchkov14c65f92008-02-22 18:43:16 +01001784 c = (struct hda_bind_ctls *)kcontrol->private_value;
Takashi Iwai532d5382007-07-27 19:02:40 +02001785 kcontrol->private_value = *c->values;
1786 err = c->ops->get(kcontrol, ucontrol);
1787 kcontrol->private_value = (long)c;
Wu Fengguang5a9e02e2009-01-09 16:45:24 +08001788 mutex_unlock(&codec->control_mutex);
Takashi Iwai532d5382007-07-27 19:02:40 +02001789 return err;
1790}
Takashi Iwaiff7a3262008-11-28 15:17:06 +01001791EXPORT_SYMBOL_HDA(snd_hda_mixer_bind_ctls_get);
Takashi Iwai532d5382007-07-27 19:02:40 +02001792
1793int snd_hda_mixer_bind_ctls_put(struct snd_kcontrol *kcontrol,
1794 struct snd_ctl_elem_value *ucontrol)
1795{
1796 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
1797 struct hda_bind_ctls *c;
1798 unsigned long *vals;
1799 int err = 0, change = 0;
1800
Wu Fengguang5a9e02e2009-01-09 16:45:24 +08001801 mutex_lock(&codec->control_mutex);
Serge A. Suchkov14c65f92008-02-22 18:43:16 +01001802 c = (struct hda_bind_ctls *)kcontrol->private_value;
Takashi Iwai532d5382007-07-27 19:02:40 +02001803 for (vals = c->values; *vals; vals++) {
1804 kcontrol->private_value = *vals;
1805 err = c->ops->put(kcontrol, ucontrol);
1806 if (err < 0)
1807 break;
1808 change |= err;
1809 }
1810 kcontrol->private_value = (long)c;
Wu Fengguang5a9e02e2009-01-09 16:45:24 +08001811 mutex_unlock(&codec->control_mutex);
Takashi Iwai532d5382007-07-27 19:02:40 +02001812 return err < 0 ? err : change;
1813}
Takashi Iwaiff7a3262008-11-28 15:17:06 +01001814EXPORT_SYMBOL_HDA(snd_hda_mixer_bind_ctls_put);
Takashi Iwai532d5382007-07-27 19:02:40 +02001815
1816int snd_hda_mixer_bind_tlv(struct snd_kcontrol *kcontrol, int op_flag,
1817 unsigned int size, unsigned int __user *tlv)
1818{
1819 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
1820 struct hda_bind_ctls *c;
1821 int err;
1822
Wu Fengguang5a9e02e2009-01-09 16:45:24 +08001823 mutex_lock(&codec->control_mutex);
Serge A. Suchkov14c65f92008-02-22 18:43:16 +01001824 c = (struct hda_bind_ctls *)kcontrol->private_value;
Takashi Iwai532d5382007-07-27 19:02:40 +02001825 kcontrol->private_value = *c->values;
1826 err = c->ops->tlv(kcontrol, op_flag, size, tlv);
1827 kcontrol->private_value = (long)c;
Wu Fengguang5a9e02e2009-01-09 16:45:24 +08001828 mutex_unlock(&codec->control_mutex);
Takashi Iwai532d5382007-07-27 19:02:40 +02001829 return err;
1830}
Takashi Iwaiff7a3262008-11-28 15:17:06 +01001831EXPORT_SYMBOL_HDA(snd_hda_mixer_bind_tlv);
Takashi Iwai532d5382007-07-27 19:02:40 +02001832
1833struct hda_ctl_ops snd_hda_bind_vol = {
1834 .info = snd_hda_mixer_amp_volume_info,
1835 .get = snd_hda_mixer_amp_volume_get,
1836 .put = snd_hda_mixer_amp_volume_put,
1837 .tlv = snd_hda_mixer_amp_tlv
1838};
Takashi Iwaiff7a3262008-11-28 15:17:06 +01001839EXPORT_SYMBOL_HDA(snd_hda_bind_vol);
Takashi Iwai532d5382007-07-27 19:02:40 +02001840
1841struct hda_ctl_ops snd_hda_bind_sw = {
1842 .info = snd_hda_mixer_amp_switch_info,
1843 .get = snd_hda_mixer_amp_switch_get,
1844 .put = snd_hda_mixer_amp_switch_put,
1845 .tlv = snd_hda_mixer_amp_tlv
1846};
Takashi Iwaiff7a3262008-11-28 15:17:06 +01001847EXPORT_SYMBOL_HDA(snd_hda_bind_sw);
Takashi Iwai532d5382007-07-27 19:02:40 +02001848
1849/*
Linus Torvalds1da177e2005-04-16 15:20:36 -07001850 * SPDIF out controls
1851 */
1852
Takashi Iwai0ba21762007-04-16 11:29:14 +02001853static int snd_hda_spdif_mask_info(struct snd_kcontrol *kcontrol,
1854 struct snd_ctl_elem_info *uinfo)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001855{
1856 uinfo->type = SNDRV_CTL_ELEM_TYPE_IEC958;
1857 uinfo->count = 1;
1858 return 0;
1859}
1860
Takashi Iwai0ba21762007-04-16 11:29:14 +02001861static int snd_hda_spdif_cmask_get(struct snd_kcontrol *kcontrol,
1862 struct snd_ctl_elem_value *ucontrol)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001863{
1864 ucontrol->value.iec958.status[0] = IEC958_AES0_PROFESSIONAL |
1865 IEC958_AES0_NONAUDIO |
1866 IEC958_AES0_CON_EMPHASIS_5015 |
1867 IEC958_AES0_CON_NOT_COPYRIGHT;
1868 ucontrol->value.iec958.status[1] = IEC958_AES1_CON_CATEGORY |
1869 IEC958_AES1_CON_ORIGINAL;
1870 return 0;
1871}
1872
Takashi Iwai0ba21762007-04-16 11:29:14 +02001873static int snd_hda_spdif_pmask_get(struct snd_kcontrol *kcontrol,
1874 struct snd_ctl_elem_value *ucontrol)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001875{
1876 ucontrol->value.iec958.status[0] = IEC958_AES0_PROFESSIONAL |
1877 IEC958_AES0_NONAUDIO |
1878 IEC958_AES0_PRO_EMPHASIS_5015;
1879 return 0;
1880}
1881
Takashi Iwai0ba21762007-04-16 11:29:14 +02001882static int snd_hda_spdif_default_get(struct snd_kcontrol *kcontrol,
1883 struct snd_ctl_elem_value *ucontrol)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001884{
1885 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
1886
1887 ucontrol->value.iec958.status[0] = codec->spdif_status & 0xff;
1888 ucontrol->value.iec958.status[1] = (codec->spdif_status >> 8) & 0xff;
1889 ucontrol->value.iec958.status[2] = (codec->spdif_status >> 16) & 0xff;
1890 ucontrol->value.iec958.status[3] = (codec->spdif_status >> 24) & 0xff;
1891
1892 return 0;
1893}
1894
1895/* convert from SPDIF status bits to HDA SPDIF bits
1896 * bit 0 (DigEn) is always set zero (to be filled later)
1897 */
1898static unsigned short convert_from_spdif_status(unsigned int sbits)
1899{
1900 unsigned short val = 0;
1901
1902 if (sbits & IEC958_AES0_PROFESSIONAL)
Takashi Iwai0ba21762007-04-16 11:29:14 +02001903 val |= AC_DIG1_PROFESSIONAL;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001904 if (sbits & IEC958_AES0_NONAUDIO)
Takashi Iwai0ba21762007-04-16 11:29:14 +02001905 val |= AC_DIG1_NONAUDIO;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001906 if (sbits & IEC958_AES0_PROFESSIONAL) {
Takashi Iwai0ba21762007-04-16 11:29:14 +02001907 if ((sbits & IEC958_AES0_PRO_EMPHASIS) ==
1908 IEC958_AES0_PRO_EMPHASIS_5015)
1909 val |= AC_DIG1_EMPHASIS;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001910 } else {
Takashi Iwai0ba21762007-04-16 11:29:14 +02001911 if ((sbits & IEC958_AES0_CON_EMPHASIS) ==
1912 IEC958_AES0_CON_EMPHASIS_5015)
1913 val |= AC_DIG1_EMPHASIS;
1914 if (!(sbits & IEC958_AES0_CON_NOT_COPYRIGHT))
1915 val |= AC_DIG1_COPYRIGHT;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001916 if (sbits & (IEC958_AES1_CON_ORIGINAL << 8))
Takashi Iwai0ba21762007-04-16 11:29:14 +02001917 val |= AC_DIG1_LEVEL;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001918 val |= sbits & (IEC958_AES1_CON_CATEGORY << 8);
1919 }
1920 return val;
1921}
1922
1923/* convert to SPDIF status bits from HDA SPDIF bits
1924 */
1925static unsigned int convert_to_spdif_status(unsigned short val)
1926{
1927 unsigned int sbits = 0;
1928
Takashi Iwai0ba21762007-04-16 11:29:14 +02001929 if (val & AC_DIG1_NONAUDIO)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001930 sbits |= IEC958_AES0_NONAUDIO;
Takashi Iwai0ba21762007-04-16 11:29:14 +02001931 if (val & AC_DIG1_PROFESSIONAL)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001932 sbits |= IEC958_AES0_PROFESSIONAL;
1933 if (sbits & IEC958_AES0_PROFESSIONAL) {
Takashi Iwai0ba21762007-04-16 11:29:14 +02001934 if (sbits & AC_DIG1_EMPHASIS)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001935 sbits |= IEC958_AES0_PRO_EMPHASIS_5015;
1936 } else {
Takashi Iwai0ba21762007-04-16 11:29:14 +02001937 if (val & AC_DIG1_EMPHASIS)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001938 sbits |= IEC958_AES0_CON_EMPHASIS_5015;
Takashi Iwai0ba21762007-04-16 11:29:14 +02001939 if (!(val & AC_DIG1_COPYRIGHT))
Linus Torvalds1da177e2005-04-16 15:20:36 -07001940 sbits |= IEC958_AES0_CON_NOT_COPYRIGHT;
Takashi Iwai0ba21762007-04-16 11:29:14 +02001941 if (val & AC_DIG1_LEVEL)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001942 sbits |= (IEC958_AES1_CON_ORIGINAL << 8);
1943 sbits |= val & (0x7f << 8);
1944 }
1945 return sbits;
1946}
1947
Takashi Iwai2f728532008-09-25 16:32:41 +02001948/* set digital convert verbs both for the given NID and its slaves */
1949static void set_dig_out(struct hda_codec *codec, hda_nid_t nid,
1950 int verb, int val)
1951{
1952 hda_nid_t *d;
1953
Takashi Iwai9e976972008-11-25 08:17:20 +01001954 snd_hda_codec_write_cache(codec, nid, 0, verb, val);
Takashi Iwai2f728532008-09-25 16:32:41 +02001955 d = codec->slave_dig_outs;
1956 if (!d)
1957 return;
1958 for (; *d; d++)
Takashi Iwai9e976972008-11-25 08:17:20 +01001959 snd_hda_codec_write_cache(codec, *d, 0, verb, val);
Takashi Iwai2f728532008-09-25 16:32:41 +02001960}
1961
1962static inline void set_dig_out_convert(struct hda_codec *codec, hda_nid_t nid,
1963 int dig1, int dig2)
1964{
1965 if (dig1 != -1)
1966 set_dig_out(codec, nid, AC_VERB_SET_DIGI_CONVERT_1, dig1);
1967 if (dig2 != -1)
1968 set_dig_out(codec, nid, AC_VERB_SET_DIGI_CONVERT_2, dig2);
1969}
1970
Takashi Iwai0ba21762007-04-16 11:29:14 +02001971static int snd_hda_spdif_default_put(struct snd_kcontrol *kcontrol,
1972 struct snd_ctl_elem_value *ucontrol)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001973{
1974 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
1975 hda_nid_t nid = kcontrol->private_value;
1976 unsigned short val;
1977 int change;
1978
Ingo Molnar62932df2006-01-16 16:34:20 +01001979 mutex_lock(&codec->spdif_mutex);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001980 codec->spdif_status = ucontrol->value.iec958.status[0] |
1981 ((unsigned int)ucontrol->value.iec958.status[1] << 8) |
1982 ((unsigned int)ucontrol->value.iec958.status[2] << 16) |
1983 ((unsigned int)ucontrol->value.iec958.status[3] << 24);
1984 val = convert_from_spdif_status(codec->spdif_status);
1985 val |= codec->spdif_ctls & 1;
1986 change = codec->spdif_ctls != val;
1987 codec->spdif_ctls = val;
1988
Takashi Iwai2f728532008-09-25 16:32:41 +02001989 if (change)
1990 set_dig_out_convert(codec, nid, val & 0xff, (val >> 8) & 0xff);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001991
Ingo Molnar62932df2006-01-16 16:34:20 +01001992 mutex_unlock(&codec->spdif_mutex);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001993 return change;
1994}
1995
Takashi Iwaia5ce8892007-07-23 15:42:26 +02001996#define snd_hda_spdif_out_switch_info snd_ctl_boolean_mono_info
Linus Torvalds1da177e2005-04-16 15:20:36 -07001997
Takashi Iwai0ba21762007-04-16 11:29:14 +02001998static int snd_hda_spdif_out_switch_get(struct snd_kcontrol *kcontrol,
1999 struct snd_ctl_elem_value *ucontrol)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002000{
2001 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
2002
Takashi Iwai0ba21762007-04-16 11:29:14 +02002003 ucontrol->value.integer.value[0] = codec->spdif_ctls & AC_DIG1_ENABLE;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002004 return 0;
2005}
2006
Takashi Iwai0ba21762007-04-16 11:29:14 +02002007static int snd_hda_spdif_out_switch_put(struct snd_kcontrol *kcontrol,
2008 struct snd_ctl_elem_value *ucontrol)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002009{
2010 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
2011 hda_nid_t nid = kcontrol->private_value;
2012 unsigned short val;
2013 int change;
2014
Ingo Molnar62932df2006-01-16 16:34:20 +01002015 mutex_lock(&codec->spdif_mutex);
Takashi Iwai0ba21762007-04-16 11:29:14 +02002016 val = codec->spdif_ctls & ~AC_DIG1_ENABLE;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002017 if (ucontrol->value.integer.value[0])
Takashi Iwai0ba21762007-04-16 11:29:14 +02002018 val |= AC_DIG1_ENABLE;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002019 change = codec->spdif_ctls != val;
Takashi Iwai82beb8f2007-08-10 17:09:26 +02002020 if (change) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07002021 codec->spdif_ctls = val;
Takashi Iwai2f728532008-09-25 16:32:41 +02002022 set_dig_out_convert(codec, nid, val & 0xff, -1);
Takashi Iwai0ba21762007-04-16 11:29:14 +02002023 /* unmute amp switch (if any) */
2024 if ((get_wcaps(codec, nid) & AC_WCAP_OUT_AMP) &&
Takashi Iwai47fd8302007-08-10 17:11:07 +02002025 (val & AC_DIG1_ENABLE))
2026 snd_hda_codec_amp_stereo(codec, nid, HDA_OUTPUT, 0,
2027 HDA_AMP_MUTE, 0);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002028 }
Ingo Molnar62932df2006-01-16 16:34:20 +01002029 mutex_unlock(&codec->spdif_mutex);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002030 return change;
2031}
2032
Takashi Iwaic8b6bf92005-11-17 14:57:47 +01002033static struct snd_kcontrol_new dig_mixes[] = {
Linus Torvalds1da177e2005-04-16 15:20:36 -07002034 {
2035 .access = SNDRV_CTL_ELEM_ACCESS_READ,
2036 .iface = SNDRV_CTL_ELEM_IFACE_MIXER,
2037 .name = SNDRV_CTL_NAME_IEC958("",PLAYBACK,CON_MASK),
2038 .info = snd_hda_spdif_mask_info,
2039 .get = snd_hda_spdif_cmask_get,
2040 },
2041 {
2042 .access = SNDRV_CTL_ELEM_ACCESS_READ,
2043 .iface = SNDRV_CTL_ELEM_IFACE_MIXER,
2044 .name = SNDRV_CTL_NAME_IEC958("",PLAYBACK,PRO_MASK),
2045 .info = snd_hda_spdif_mask_info,
2046 .get = snd_hda_spdif_pmask_get,
2047 },
2048 {
2049 .iface = SNDRV_CTL_ELEM_IFACE_MIXER,
2050 .name = SNDRV_CTL_NAME_IEC958("",PLAYBACK,DEFAULT),
2051 .info = snd_hda_spdif_mask_info,
2052 .get = snd_hda_spdif_default_get,
2053 .put = snd_hda_spdif_default_put,
2054 },
2055 {
2056 .iface = SNDRV_CTL_ELEM_IFACE_MIXER,
2057 .name = SNDRV_CTL_NAME_IEC958("",PLAYBACK,SWITCH),
2058 .info = snd_hda_spdif_out_switch_info,
2059 .get = snd_hda_spdif_out_switch_get,
2060 .put = snd_hda_spdif_out_switch_put,
2061 },
2062 { } /* end */
2063};
2064
Takashi Iwai09f99702008-02-04 12:31:13 +01002065#define SPDIF_MAX_IDX 4 /* 4 instances should be enough to probe */
2066
Linus Torvalds1da177e2005-04-16 15:20:36 -07002067/**
2068 * snd_hda_create_spdif_out_ctls - create Output SPDIF-related controls
2069 * @codec: the HDA codec
2070 * @nid: audio out widget NID
2071 *
2072 * Creates controls related with the SPDIF output.
2073 * Called from each patch supporting the SPDIF out.
2074 *
2075 * Returns 0 if successful, or a negative error code.
2076 */
Takashi Iwai12f288b2007-08-02 15:51:59 +02002077int snd_hda_create_spdif_out_ctls(struct hda_codec *codec, hda_nid_t nid)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002078{
2079 int err;
Takashi Iwaic8b6bf92005-11-17 14:57:47 +01002080 struct snd_kcontrol *kctl;
2081 struct snd_kcontrol_new *dig_mix;
Takashi Iwai09f99702008-02-04 12:31:13 +01002082 int idx;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002083
Takashi Iwai09f99702008-02-04 12:31:13 +01002084 for (idx = 0; idx < SPDIF_MAX_IDX; idx++) {
2085 if (!_snd_hda_find_mixer_ctl(codec, "IEC958 Playback Switch",
2086 idx))
2087 break;
2088 }
2089 if (idx >= SPDIF_MAX_IDX) {
2090 printk(KERN_ERR "hda_codec: too many IEC958 outputs\n");
2091 return -EBUSY;
2092 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07002093 for (dig_mix = dig_mixes; dig_mix->name; dig_mix++) {
2094 kctl = snd_ctl_new1(dig_mix, codec);
Takashi Iwaib91f0802008-11-04 08:43:08 +01002095 if (!kctl)
2096 return -ENOMEM;
Takashi Iwai09f99702008-02-04 12:31:13 +01002097 kctl->id.index = idx;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002098 kctl->private_value = nid;
Takashi Iwaid13bd412008-07-30 15:01:45 +02002099 err = snd_hda_ctl_add(codec, kctl);
Takashi Iwai0ba21762007-04-16 11:29:14 +02002100 if (err < 0)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002101 return err;
2102 }
Takashi Iwai0ba21762007-04-16 11:29:14 +02002103 codec->spdif_ctls =
Andrew Paprocki3982d172007-12-19 12:13:44 +01002104 snd_hda_codec_read(codec, nid, 0,
2105 AC_VERB_GET_DIGI_CONVERT_1, 0);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002106 codec->spdif_status = convert_to_spdif_status(codec->spdif_ctls);
2107 return 0;
2108}
Takashi Iwaiff7a3262008-11-28 15:17:06 +01002109EXPORT_SYMBOL_HDA(snd_hda_create_spdif_out_ctls);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002110
2111/*
Takashi Iwai9a081602008-02-12 18:37:26 +01002112 * SPDIF sharing with analog output
2113 */
2114static int spdif_share_sw_get(struct snd_kcontrol *kcontrol,
2115 struct snd_ctl_elem_value *ucontrol)
2116{
2117 struct hda_multi_out *mout = snd_kcontrol_chip(kcontrol);
2118 ucontrol->value.integer.value[0] = mout->share_spdif;
2119 return 0;
2120}
2121
2122static int spdif_share_sw_put(struct snd_kcontrol *kcontrol,
2123 struct snd_ctl_elem_value *ucontrol)
2124{
2125 struct hda_multi_out *mout = snd_kcontrol_chip(kcontrol);
2126 mout->share_spdif = !!ucontrol->value.integer.value[0];
2127 return 0;
2128}
2129
2130static struct snd_kcontrol_new spdif_share_sw = {
2131 .iface = SNDRV_CTL_ELEM_IFACE_MIXER,
2132 .name = "IEC958 Default PCM Playback Switch",
2133 .info = snd_ctl_boolean_mono_info,
2134 .get = spdif_share_sw_get,
2135 .put = spdif_share_sw_put,
2136};
2137
2138int snd_hda_create_spdif_share_sw(struct hda_codec *codec,
2139 struct hda_multi_out *mout)
2140{
2141 if (!mout->dig_out_nid)
2142 return 0;
2143 /* ATTENTION: here mout is passed as private_data, instead of codec */
Takashi Iwaid13bd412008-07-30 15:01:45 +02002144 return snd_hda_ctl_add(codec,
Takashi Iwai9a081602008-02-12 18:37:26 +01002145 snd_ctl_new1(&spdif_share_sw, mout));
2146}
Takashi Iwaiff7a3262008-11-28 15:17:06 +01002147EXPORT_SYMBOL_HDA(snd_hda_create_spdif_share_sw);
Takashi Iwai9a081602008-02-12 18:37:26 +01002148
2149/*
Linus Torvalds1da177e2005-04-16 15:20:36 -07002150 * SPDIF input
2151 */
2152
2153#define snd_hda_spdif_in_switch_info snd_hda_spdif_out_switch_info
2154
Takashi Iwai0ba21762007-04-16 11:29:14 +02002155static int snd_hda_spdif_in_switch_get(struct snd_kcontrol *kcontrol,
2156 struct snd_ctl_elem_value *ucontrol)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002157{
2158 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
2159
2160 ucontrol->value.integer.value[0] = codec->spdif_in_enable;
2161 return 0;
2162}
2163
Takashi Iwai0ba21762007-04-16 11:29:14 +02002164static int snd_hda_spdif_in_switch_put(struct snd_kcontrol *kcontrol,
2165 struct snd_ctl_elem_value *ucontrol)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002166{
2167 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
2168 hda_nid_t nid = kcontrol->private_value;
2169 unsigned int val = !!ucontrol->value.integer.value[0];
2170 int change;
2171
Ingo Molnar62932df2006-01-16 16:34:20 +01002172 mutex_lock(&codec->spdif_mutex);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002173 change = codec->spdif_in_enable != val;
Takashi Iwai82beb8f2007-08-10 17:09:26 +02002174 if (change) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07002175 codec->spdif_in_enable = val;
Takashi Iwai82beb8f2007-08-10 17:09:26 +02002176 snd_hda_codec_write_cache(codec, nid, 0,
2177 AC_VERB_SET_DIGI_CONVERT_1, val);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002178 }
Ingo Molnar62932df2006-01-16 16:34:20 +01002179 mutex_unlock(&codec->spdif_mutex);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002180 return change;
2181}
2182
Takashi Iwai0ba21762007-04-16 11:29:14 +02002183static int snd_hda_spdif_in_status_get(struct snd_kcontrol *kcontrol,
2184 struct snd_ctl_elem_value *ucontrol)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002185{
2186 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
2187 hda_nid_t nid = kcontrol->private_value;
2188 unsigned short val;
2189 unsigned int sbits;
2190
Andrew Paprocki3982d172007-12-19 12:13:44 +01002191 val = snd_hda_codec_read(codec, nid, 0, AC_VERB_GET_DIGI_CONVERT_1, 0);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002192 sbits = convert_to_spdif_status(val);
2193 ucontrol->value.iec958.status[0] = sbits;
2194 ucontrol->value.iec958.status[1] = sbits >> 8;
2195 ucontrol->value.iec958.status[2] = sbits >> 16;
2196 ucontrol->value.iec958.status[3] = sbits >> 24;
2197 return 0;
2198}
2199
Takashi Iwaic8b6bf92005-11-17 14:57:47 +01002200static struct snd_kcontrol_new dig_in_ctls[] = {
Linus Torvalds1da177e2005-04-16 15:20:36 -07002201 {
2202 .iface = SNDRV_CTL_ELEM_IFACE_MIXER,
2203 .name = SNDRV_CTL_NAME_IEC958("",CAPTURE,SWITCH),
2204 .info = snd_hda_spdif_in_switch_info,
2205 .get = snd_hda_spdif_in_switch_get,
2206 .put = snd_hda_spdif_in_switch_put,
2207 },
2208 {
2209 .access = SNDRV_CTL_ELEM_ACCESS_READ,
2210 .iface = SNDRV_CTL_ELEM_IFACE_MIXER,
2211 .name = SNDRV_CTL_NAME_IEC958("",CAPTURE,DEFAULT),
2212 .info = snd_hda_spdif_mask_info,
2213 .get = snd_hda_spdif_in_status_get,
2214 },
2215 { } /* end */
2216};
2217
2218/**
2219 * snd_hda_create_spdif_in_ctls - create Input SPDIF-related controls
2220 * @codec: the HDA codec
2221 * @nid: audio in widget NID
2222 *
2223 * Creates controls related with the SPDIF input.
2224 * Called from each patch supporting the SPDIF in.
2225 *
2226 * Returns 0 if successful, or a negative error code.
2227 */
Takashi Iwai12f288b2007-08-02 15:51:59 +02002228int snd_hda_create_spdif_in_ctls(struct hda_codec *codec, hda_nid_t nid)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002229{
2230 int err;
Takashi Iwaic8b6bf92005-11-17 14:57:47 +01002231 struct snd_kcontrol *kctl;
2232 struct snd_kcontrol_new *dig_mix;
Takashi Iwai09f99702008-02-04 12:31:13 +01002233 int idx;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002234
Takashi Iwai09f99702008-02-04 12:31:13 +01002235 for (idx = 0; idx < SPDIF_MAX_IDX; idx++) {
2236 if (!_snd_hda_find_mixer_ctl(codec, "IEC958 Capture Switch",
2237 idx))
2238 break;
2239 }
2240 if (idx >= SPDIF_MAX_IDX) {
2241 printk(KERN_ERR "hda_codec: too many IEC958 inputs\n");
2242 return -EBUSY;
2243 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07002244 for (dig_mix = dig_in_ctls; dig_mix->name; dig_mix++) {
2245 kctl = snd_ctl_new1(dig_mix, codec);
Takashi Iwaic8dcdf82009-02-06 16:21:20 +01002246 if (!kctl)
2247 return -ENOMEM;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002248 kctl->private_value = nid;
Takashi Iwaid13bd412008-07-30 15:01:45 +02002249 err = snd_hda_ctl_add(codec, kctl);
Takashi Iwai0ba21762007-04-16 11:29:14 +02002250 if (err < 0)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002251 return err;
2252 }
Takashi Iwai0ba21762007-04-16 11:29:14 +02002253 codec->spdif_in_enable =
Andrew Paprocki3982d172007-12-19 12:13:44 +01002254 snd_hda_codec_read(codec, nid, 0,
2255 AC_VERB_GET_DIGI_CONVERT_1, 0) &
Takashi Iwai0ba21762007-04-16 11:29:14 +02002256 AC_DIG1_ENABLE;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002257 return 0;
2258}
Takashi Iwaiff7a3262008-11-28 15:17:06 +01002259EXPORT_SYMBOL_HDA(snd_hda_create_spdif_in_ctls);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002260
Takashi Iwaicb53c622007-08-10 17:21:45 +02002261#ifdef SND_HDA_NEEDS_RESUME
Takashi Iwai82beb8f2007-08-10 17:09:26 +02002262/*
2263 * command cache
2264 */
Linus Torvalds1da177e2005-04-16 15:20:36 -07002265
Takashi Iwaib3ac5632007-08-10 17:03:40 +02002266/* build a 32bit cache key with the widget id and the command parameter */
2267#define build_cmd_cache_key(nid, verb) ((verb << 8) | nid)
2268#define get_cmd_cache_nid(key) ((key) & 0xff)
2269#define get_cmd_cache_cmd(key) (((key) >> 8) & 0xffff)
2270
2271/**
2272 * snd_hda_codec_write_cache - send a single command with caching
2273 * @codec: the HDA codec
2274 * @nid: NID to send the command
2275 * @direct: direct flag
2276 * @verb: the verb to send
2277 * @parm: the parameter for the verb
2278 *
2279 * Send a single command without waiting for response.
2280 *
2281 * Returns 0 if successful, or a negative error code.
2282 */
2283int snd_hda_codec_write_cache(struct hda_codec *codec, hda_nid_t nid,
2284 int direct, unsigned int verb, unsigned int parm)
2285{
Takashi Iwaiaa2936f2009-05-26 16:07:57 +02002286 int err = snd_hda_codec_write(codec, nid, direct, verb, parm);
2287 struct hda_cache_head *c;
2288 u32 key;
Takashi Iwai33fa35e2008-11-06 16:50:40 +01002289
Takashi Iwaiaa2936f2009-05-26 16:07:57 +02002290 if (err < 0)
2291 return err;
2292 /* parm may contain the verb stuff for get/set amp */
2293 verb = verb | (parm >> 8);
2294 parm &= 0xff;
2295 key = build_cmd_cache_key(nid, verb);
2296 mutex_lock(&codec->bus->cmd_mutex);
2297 c = get_alloc_hash(&codec->cmd_cache, key);
2298 if (c)
2299 c->val = parm;
2300 mutex_unlock(&codec->bus->cmd_mutex);
2301 return 0;
Takashi Iwaib3ac5632007-08-10 17:03:40 +02002302}
Takashi Iwaiff7a3262008-11-28 15:17:06 +01002303EXPORT_SYMBOL_HDA(snd_hda_codec_write_cache);
Takashi Iwaib3ac5632007-08-10 17:03:40 +02002304
2305/* resume the all commands from the cache */
2306void snd_hda_codec_resume_cache(struct hda_codec *codec)
2307{
Takashi Iwai603c4012008-07-30 15:01:44 +02002308 struct hda_cache_head *buffer = codec->cmd_cache.buf.list;
Takashi Iwaib3ac5632007-08-10 17:03:40 +02002309 int i;
2310
Takashi Iwai603c4012008-07-30 15:01:44 +02002311 for (i = 0; i < codec->cmd_cache.buf.used; i++, buffer++) {
Takashi Iwaib3ac5632007-08-10 17:03:40 +02002312 u32 key = buffer->key;
2313 if (!key)
2314 continue;
2315 snd_hda_codec_write(codec, get_cmd_cache_nid(key), 0,
2316 get_cmd_cache_cmd(key), buffer->val);
2317 }
2318}
Takashi Iwaiff7a3262008-11-28 15:17:06 +01002319EXPORT_SYMBOL_HDA(snd_hda_codec_resume_cache);
Takashi Iwaib3ac5632007-08-10 17:03:40 +02002320
2321/**
2322 * snd_hda_sequence_write_cache - sequence writes with caching
2323 * @codec: the HDA codec
2324 * @seq: VERB array to send
2325 *
2326 * Send the commands sequentially from the given array.
2327 * Thte commands are recorded on cache for power-save and resume.
2328 * The array must be terminated with NID=0.
2329 */
2330void snd_hda_sequence_write_cache(struct hda_codec *codec,
2331 const struct hda_verb *seq)
2332{
2333 for (; seq->nid; seq++)
2334 snd_hda_codec_write_cache(codec, seq->nid, 0, seq->verb,
2335 seq->param);
2336}
Takashi Iwaiff7a3262008-11-28 15:17:06 +01002337EXPORT_SYMBOL_HDA(snd_hda_sequence_write_cache);
Takashi Iwaicb53c622007-08-10 17:21:45 +02002338#endif /* SND_HDA_NEEDS_RESUME */
Takashi Iwaib3ac5632007-08-10 17:03:40 +02002339
Takashi Iwai54d17402005-11-21 16:33:22 +01002340/*
2341 * set power state of the codec
2342 */
2343static void hda_set_power_state(struct hda_codec *codec, hda_nid_t fg,
2344 unsigned int power_state)
2345{
Takashi Iwaicb53c622007-08-10 17:21:45 +02002346 hda_nid_t nid;
2347 int i;
Takashi Iwai54d17402005-11-21 16:33:22 +01002348
2349 snd_hda_codec_write(codec, fg, 0, AC_VERB_SET_POWER_STATE,
2350 power_state);
Marc Boucherd2595d82008-01-22 15:23:30 +01002351 msleep(10); /* partial workaround for "azx_get_response timeout" */
Takashi Iwai54d17402005-11-21 16:33:22 +01002352
Takashi Iwaicb53c622007-08-10 17:21:45 +02002353 nid = codec->start_nid;
2354 for (i = 0; i < codec->num_nodes; i++, nid++) {
Takashi Iwai7eba5c92007-11-14 14:53:42 +01002355 unsigned int wcaps = get_wcaps(codec, nid);
2356 if (wcaps & AC_WCAP_POWER) {
2357 unsigned int wid_type = (wcaps & AC_WCAP_TYPE) >>
2358 AC_WCAP_TYPE_SHIFT;
Takashi Iwaia3b48c82009-04-21 13:37:29 +02002359 if (power_state == AC_PWRST_D3 &&
2360 wid_type == AC_WID_PIN) {
Takashi Iwai7eba5c92007-11-14 14:53:42 +01002361 unsigned int pincap;
2362 /*
2363 * don't power down the widget if it controls
2364 * eapd and EAPD_BTLENABLE is set.
2365 */
Takashi Iwai14bafe32009-03-23 16:35:39 +01002366 pincap = snd_hda_query_pin_caps(codec, nid);
Takashi Iwai7eba5c92007-11-14 14:53:42 +01002367 if (pincap & AC_PINCAP_EAPD) {
2368 int eapd = snd_hda_codec_read(codec,
2369 nid, 0,
2370 AC_VERB_GET_EAPD_BTLENABLE, 0);
2371 eapd &= 0x02;
Takashi Iwaia3b48c82009-04-21 13:37:29 +02002372 if (eapd)
Takashi Iwai7eba5c92007-11-14 14:53:42 +01002373 continue;
2374 }
Takashi Iwai1194b5b2007-10-10 10:04:26 +02002375 }
Takashi Iwai54d17402005-11-21 16:33:22 +01002376 snd_hda_codec_write(codec, nid, 0,
2377 AC_VERB_SET_POWER_STATE,
2378 power_state);
Takashi Iwai1194b5b2007-10-10 10:04:26 +02002379 }
Takashi Iwai54d17402005-11-21 16:33:22 +01002380 }
2381
Takashi Iwaicb53c622007-08-10 17:21:45 +02002382 if (power_state == AC_PWRST_D0) {
2383 unsigned long end_time;
2384 int state;
Takashi Iwai54d17402005-11-21 16:33:22 +01002385 msleep(10);
Takashi Iwaicb53c622007-08-10 17:21:45 +02002386 /* wait until the codec reachs to D0 */
2387 end_time = jiffies + msecs_to_jiffies(500);
2388 do {
2389 state = snd_hda_codec_read(codec, fg, 0,
2390 AC_VERB_GET_POWER_STATE, 0);
2391 if (state == power_state)
2392 break;
2393 msleep(1);
2394 } while (time_after_eq(end_time, jiffies));
2395 }
Takashi Iwai54d17402005-11-21 16:33:22 +01002396}
2397
Takashi Iwai11aeff02008-07-30 15:01:46 +02002398#ifdef CONFIG_SND_HDA_HWDEP
2399/* execute additional init verbs */
2400static void hda_exec_init_verbs(struct hda_codec *codec)
2401{
2402 if (codec->init_verbs.list)
2403 snd_hda_sequence_write(codec, codec->init_verbs.list);
2404}
2405#else
2406static inline void hda_exec_init_verbs(struct hda_codec *codec) {}
2407#endif
2408
Takashi Iwaicb53c622007-08-10 17:21:45 +02002409#ifdef SND_HDA_NEEDS_RESUME
2410/*
2411 * call suspend and power-down; used both from PM and power-save
2412 */
2413static void hda_call_codec_suspend(struct hda_codec *codec)
2414{
2415 if (codec->patch_ops.suspend)
2416 codec->patch_ops.suspend(codec, PMSG_SUSPEND);
2417 hda_set_power_state(codec,
2418 codec->afg ? codec->afg : codec->mfg,
2419 AC_PWRST_D3);
2420#ifdef CONFIG_SND_HDA_POWER_SAVE
2421 cancel_delayed_work(&codec->power_work);
Takashi Iwai95e99fd2007-08-13 15:29:04 +02002422 codec->power_on = 0;
Takashi Iwaia221e282007-08-16 16:35:33 +02002423 codec->power_transition = 0;
Takashi Iwaicb53c622007-08-10 17:21:45 +02002424#endif
2425}
2426
2427/*
2428 * kick up codec; used both from PM and power-save
2429 */
2430static void hda_call_codec_resume(struct hda_codec *codec)
2431{
2432 hda_set_power_state(codec,
2433 codec->afg ? codec->afg : codec->mfg,
2434 AC_PWRST_D0);
Takashi Iwai3be14142009-02-20 14:11:16 +01002435 restore_pincfgs(codec); /* restore all current pin configs */
Takashi Iwai11aeff02008-07-30 15:01:46 +02002436 hda_exec_init_verbs(codec);
Takashi Iwaicb53c622007-08-10 17:21:45 +02002437 if (codec->patch_ops.resume)
2438 codec->patch_ops.resume(codec);
2439 else {
Takashi Iwai9d99f312007-08-14 15:15:52 +02002440 if (codec->patch_ops.init)
2441 codec->patch_ops.init(codec);
Takashi Iwaicb53c622007-08-10 17:21:45 +02002442 snd_hda_codec_resume_amp(codec);
2443 snd_hda_codec_resume_cache(codec);
2444 }
2445}
2446#endif /* SND_HDA_NEEDS_RESUME */
2447
Takashi Iwai54d17402005-11-21 16:33:22 +01002448
Linus Torvalds1da177e2005-04-16 15:20:36 -07002449/**
2450 * snd_hda_build_controls - build mixer controls
2451 * @bus: the BUS
2452 *
2453 * Creates mixer controls for each codec included in the bus.
2454 *
2455 * Returns 0 if successful, otherwise a negative error code.
2456 */
Takashi Iwai1289e9e2008-11-27 15:47:11 +01002457int /*__devinit*/ snd_hda_build_controls(struct hda_bus *bus)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002458{
Takashi Iwai0ba21762007-04-16 11:29:14 +02002459 struct hda_codec *codec;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002460
Takashi Iwai0ba21762007-04-16 11:29:14 +02002461 list_for_each_entry(codec, &bus->codec_list, list) {
Takashi Iwai6c1f45e2008-07-30 15:01:45 +02002462 int err = snd_hda_codec_build_controls(codec);
Takashi Iwaif93d4612009-03-02 10:44:15 +01002463 if (err < 0) {
2464 printk(KERN_ERR "hda_codec: cannot build controls"
2465 "for #%d (error %d)\n", codec->addr, err);
2466 err = snd_hda_codec_reset(codec);
2467 if (err < 0) {
2468 printk(KERN_ERR
2469 "hda_codec: cannot revert codec\n");
2470 return err;
2471 }
2472 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07002473 }
Takashi Iwai6c1f45e2008-07-30 15:01:45 +02002474 return 0;
2475}
Takashi Iwaiff7a3262008-11-28 15:17:06 +01002476EXPORT_SYMBOL_HDA(snd_hda_build_controls);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002477
Takashi Iwai6c1f45e2008-07-30 15:01:45 +02002478int snd_hda_codec_build_controls(struct hda_codec *codec)
2479{
2480 int err = 0;
Takashi Iwai11aeff02008-07-30 15:01:46 +02002481 hda_exec_init_verbs(codec);
Takashi Iwai6c1f45e2008-07-30 15:01:45 +02002482 /* continue to initialize... */
2483 if (codec->patch_ops.init)
2484 err = codec->patch_ops.init(codec);
2485 if (!err && codec->patch_ops.build_controls)
2486 err = codec->patch_ops.build_controls(codec);
Takashi Iwai6c1f45e2008-07-30 15:01:45 +02002487 if (err < 0)
2488 return err;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002489 return 0;
2490}
2491
Linus Torvalds1da177e2005-04-16 15:20:36 -07002492/*
2493 * stream formats
2494 */
Takashi Iwaibefdf312005-08-22 13:57:55 +02002495struct hda_rate_tbl {
2496 unsigned int hz;
2497 unsigned int alsa_bits;
2498 unsigned int hda_fmt;
2499};
2500
2501static struct hda_rate_tbl rate_bits[] = {
Linus Torvalds1da177e2005-04-16 15:20:36 -07002502 /* rate in Hz, ALSA rate bitmask, HDA format value */
Nicolas Graziano9d8f53f2005-08-22 13:47:16 +02002503
2504 /* autodetected value used in snd_hda_query_supported_pcm */
Linus Torvalds1da177e2005-04-16 15:20:36 -07002505 { 8000, SNDRV_PCM_RATE_8000, 0x0500 }, /* 1/6 x 48 */
2506 { 11025, SNDRV_PCM_RATE_11025, 0x4300 }, /* 1/4 x 44 */
2507 { 16000, SNDRV_PCM_RATE_16000, 0x0200 }, /* 1/3 x 48 */
2508 { 22050, SNDRV_PCM_RATE_22050, 0x4100 }, /* 1/2 x 44 */
2509 { 32000, SNDRV_PCM_RATE_32000, 0x0a00 }, /* 2/3 x 48 */
2510 { 44100, SNDRV_PCM_RATE_44100, 0x4000 }, /* 44 */
2511 { 48000, SNDRV_PCM_RATE_48000, 0x0000 }, /* 48 */
2512 { 88200, SNDRV_PCM_RATE_88200, 0x4800 }, /* 2 x 44 */
2513 { 96000, SNDRV_PCM_RATE_96000, 0x0800 }, /* 2 x 48 */
2514 { 176400, SNDRV_PCM_RATE_176400, 0x5800 },/* 4 x 44 */
2515 { 192000, SNDRV_PCM_RATE_192000, 0x1800 }, /* 4 x 48 */
Takashi Iwaia961f9f2007-04-12 13:08:09 +02002516#define AC_PAR_PCM_RATE_BITS 11
2517 /* up to bits 10, 384kHZ isn't supported properly */
2518
2519 /* not autodetected value */
2520 { 9600, SNDRV_PCM_RATE_KNOT, 0x0400 }, /* 1/5 x 48 */
Nicolas Graziano9d8f53f2005-08-22 13:47:16 +02002521
Takashi Iwaibefdf312005-08-22 13:57:55 +02002522 { 0 } /* terminator */
Linus Torvalds1da177e2005-04-16 15:20:36 -07002523};
2524
2525/**
2526 * snd_hda_calc_stream_format - calculate format bitset
2527 * @rate: the sample rate
2528 * @channels: the number of channels
2529 * @format: the PCM format (SNDRV_PCM_FORMAT_XXX)
2530 * @maxbps: the max. bps
2531 *
2532 * Calculate the format bitset from the given rate, channels and th PCM format.
2533 *
2534 * Return zero if invalid.
2535 */
2536unsigned int snd_hda_calc_stream_format(unsigned int rate,
2537 unsigned int channels,
2538 unsigned int format,
2539 unsigned int maxbps)
2540{
2541 int i;
2542 unsigned int val = 0;
2543
Takashi Iwaibefdf312005-08-22 13:57:55 +02002544 for (i = 0; rate_bits[i].hz; i++)
2545 if (rate_bits[i].hz == rate) {
2546 val = rate_bits[i].hda_fmt;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002547 break;
2548 }
Takashi Iwai0ba21762007-04-16 11:29:14 +02002549 if (!rate_bits[i].hz) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07002550 snd_printdd("invalid rate %d\n", rate);
2551 return 0;
2552 }
2553
2554 if (channels == 0 || channels > 8) {
2555 snd_printdd("invalid channels %d\n", channels);
2556 return 0;
2557 }
2558 val |= channels - 1;
2559
2560 switch (snd_pcm_format_width(format)) {
2561 case 8: val |= 0x00; break;
2562 case 16: val |= 0x10; break;
2563 case 20:
2564 case 24:
2565 case 32:
2566 if (maxbps >= 32)
2567 val |= 0x40;
2568 else if (maxbps >= 24)
2569 val |= 0x30;
2570 else
2571 val |= 0x20;
2572 break;
2573 default:
Takashi Iwai0ba21762007-04-16 11:29:14 +02002574 snd_printdd("invalid format width %d\n",
2575 snd_pcm_format_width(format));
Linus Torvalds1da177e2005-04-16 15:20:36 -07002576 return 0;
2577 }
2578
2579 return val;
2580}
Takashi Iwaiff7a3262008-11-28 15:17:06 +01002581EXPORT_SYMBOL_HDA(snd_hda_calc_stream_format);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002582
Takashi Iwai92c7c8a2009-03-24 07:32:14 +01002583static unsigned int get_pcm_param(struct hda_codec *codec, hda_nid_t nid)
2584{
2585 unsigned int val = 0;
2586 if (nid != codec->afg &&
2587 (get_wcaps(codec, nid) & AC_WCAP_FORMAT_OVRD))
2588 val = snd_hda_param_read(codec, nid, AC_PAR_PCM);
2589 if (!val || val == -1)
2590 val = snd_hda_param_read(codec, codec->afg, AC_PAR_PCM);
2591 if (!val || val == -1)
2592 return 0;
2593 return val;
2594}
2595
2596static unsigned int query_pcm_param(struct hda_codec *codec, hda_nid_t nid)
2597{
2598 return query_caps_hash(codec, nid, HDA_HASH_PARPCM_KEY(nid),
2599 get_pcm_param);
2600}
2601
2602static unsigned int get_stream_param(struct hda_codec *codec, hda_nid_t nid)
2603{
2604 unsigned int streams = snd_hda_param_read(codec, nid, AC_PAR_STREAM);
2605 if (!streams || streams == -1)
2606 streams = snd_hda_param_read(codec, codec->afg, AC_PAR_STREAM);
2607 if (!streams || streams == -1)
2608 return 0;
2609 return streams;
2610}
2611
2612static unsigned int query_stream_param(struct hda_codec *codec, hda_nid_t nid)
2613{
2614 return query_caps_hash(codec, nid, HDA_HASH_PARSTR_KEY(nid),
2615 get_stream_param);
2616}
2617
Linus Torvalds1da177e2005-04-16 15:20:36 -07002618/**
2619 * snd_hda_query_supported_pcm - query the supported PCM rates and formats
2620 * @codec: the HDA codec
2621 * @nid: NID to query
2622 * @ratesp: the pointer to store the detected rate bitflags
2623 * @formatsp: the pointer to store the detected formats
2624 * @bpsp: the pointer to store the detected format widths
2625 *
2626 * Queries the supported PCM rates and formats. The NULL @ratesp, @formatsp
2627 * or @bsps argument is ignored.
2628 *
2629 * Returns 0 if successful, otherwise a negative error code.
2630 */
Takashi Iwai986862bd2008-11-27 12:40:13 +01002631static int snd_hda_query_supported_pcm(struct hda_codec *codec, hda_nid_t nid,
Linus Torvalds1da177e2005-04-16 15:20:36 -07002632 u32 *ratesp, u64 *formatsp, unsigned int *bpsp)
2633{
Jaroslav Kyselaee504712009-03-17 14:30:31 +01002634 unsigned int i, val, wcaps;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002635
Jaroslav Kyselaee504712009-03-17 14:30:31 +01002636 wcaps = get_wcaps(codec, nid);
Takashi Iwai92c7c8a2009-03-24 07:32:14 +01002637 val = query_pcm_param(codec, nid);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002638
2639 if (ratesp) {
2640 u32 rates = 0;
Takashi Iwaia961f9f2007-04-12 13:08:09 +02002641 for (i = 0; i < AC_PAR_PCM_RATE_BITS; i++) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07002642 if (val & (1 << i))
Takashi Iwaibefdf312005-08-22 13:57:55 +02002643 rates |= rate_bits[i].alsa_bits;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002644 }
Jaroslav Kyselaee504712009-03-17 14:30:31 +01002645 if (rates == 0) {
2646 snd_printk(KERN_ERR "hda_codec: rates == 0 "
2647 "(nid=0x%x, val=0x%x, ovrd=%i)\n",
2648 nid, val,
2649 (wcaps & AC_WCAP_FORMAT_OVRD) ? 1 : 0);
2650 return -EIO;
2651 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07002652 *ratesp = rates;
2653 }
2654
2655 if (formatsp || bpsp) {
2656 u64 formats = 0;
Jaroslav Kyselaee504712009-03-17 14:30:31 +01002657 unsigned int streams, bps;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002658
Takashi Iwai92c7c8a2009-03-24 07:32:14 +01002659 streams = query_stream_param(codec, nid);
2660 if (!streams)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002661 return -EIO;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002662
2663 bps = 0;
2664 if (streams & AC_SUPFMT_PCM) {
2665 if (val & AC_SUPPCM_BITS_8) {
2666 formats |= SNDRV_PCM_FMTBIT_U8;
2667 bps = 8;
2668 }
2669 if (val & AC_SUPPCM_BITS_16) {
2670 formats |= SNDRV_PCM_FMTBIT_S16_LE;
2671 bps = 16;
2672 }
2673 if (wcaps & AC_WCAP_DIGITAL) {
2674 if (val & AC_SUPPCM_BITS_32)
2675 formats |= SNDRV_PCM_FMTBIT_IEC958_SUBFRAME_LE;
2676 if (val & (AC_SUPPCM_BITS_20|AC_SUPPCM_BITS_24))
2677 formats |= SNDRV_PCM_FMTBIT_S32_LE;
2678 if (val & AC_SUPPCM_BITS_24)
2679 bps = 24;
2680 else if (val & AC_SUPPCM_BITS_20)
2681 bps = 20;
Takashi Iwai0ba21762007-04-16 11:29:14 +02002682 } else if (val & (AC_SUPPCM_BITS_20|AC_SUPPCM_BITS_24|
2683 AC_SUPPCM_BITS_32)) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07002684 formats |= SNDRV_PCM_FMTBIT_S32_LE;
2685 if (val & AC_SUPPCM_BITS_32)
2686 bps = 32;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002687 else if (val & AC_SUPPCM_BITS_24)
2688 bps = 24;
Nicolas Graziano33ef76512006-09-19 14:23:14 +02002689 else if (val & AC_SUPPCM_BITS_20)
2690 bps = 20;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002691 }
2692 }
Takashi Iwaib5025c52009-07-01 18:05:27 +02002693 if (streams & AC_SUPFMT_FLOAT32) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07002694 formats |= SNDRV_PCM_FMTBIT_FLOAT_LE;
2695 bps = 32;
Takashi Iwaib5025c52009-07-01 18:05:27 +02002696 }
2697 if (streams == AC_SUPFMT_AC3) {
Takashi Iwai0ba21762007-04-16 11:29:14 +02002698 /* should be exclusive */
Linus Torvalds1da177e2005-04-16 15:20:36 -07002699 /* temporary hack: we have still no proper support
2700 * for the direct AC3 stream...
2701 */
2702 formats |= SNDRV_PCM_FMTBIT_U8;
2703 bps = 8;
2704 }
Jaroslav Kyselaee504712009-03-17 14:30:31 +01002705 if (formats == 0) {
2706 snd_printk(KERN_ERR "hda_codec: formats == 0 "
2707 "(nid=0x%x, val=0x%x, ovrd=%i, "
2708 "streams=0x%x)\n",
2709 nid, val,
2710 (wcaps & AC_WCAP_FORMAT_OVRD) ? 1 : 0,
2711 streams);
2712 return -EIO;
2713 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07002714 if (formatsp)
2715 *formatsp = formats;
2716 if (bpsp)
2717 *bpsp = bps;
2718 }
2719
2720 return 0;
2721}
2722
2723/**
Takashi Iwai0ba21762007-04-16 11:29:14 +02002724 * snd_hda_is_supported_format - check whether the given node supports
2725 * the format val
Linus Torvalds1da177e2005-04-16 15:20:36 -07002726 *
2727 * Returns 1 if supported, 0 if not.
2728 */
2729int snd_hda_is_supported_format(struct hda_codec *codec, hda_nid_t nid,
2730 unsigned int format)
2731{
2732 int i;
2733 unsigned int val = 0, rate, stream;
2734
Takashi Iwai92c7c8a2009-03-24 07:32:14 +01002735 val = query_pcm_param(codec, nid);
2736 if (!val)
2737 return 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002738
2739 rate = format & 0xff00;
Takashi Iwaia961f9f2007-04-12 13:08:09 +02002740 for (i = 0; i < AC_PAR_PCM_RATE_BITS; i++)
Takashi Iwaibefdf312005-08-22 13:57:55 +02002741 if (rate_bits[i].hda_fmt == rate) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07002742 if (val & (1 << i))
2743 break;
2744 return 0;
2745 }
Takashi Iwaia961f9f2007-04-12 13:08:09 +02002746 if (i >= AC_PAR_PCM_RATE_BITS)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002747 return 0;
2748
Takashi Iwai92c7c8a2009-03-24 07:32:14 +01002749 stream = query_stream_param(codec, nid);
2750 if (!stream)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002751 return 0;
2752
2753 if (stream & AC_SUPFMT_PCM) {
2754 switch (format & 0xf0) {
2755 case 0x00:
Takashi Iwai0ba21762007-04-16 11:29:14 +02002756 if (!(val & AC_SUPPCM_BITS_8))
Linus Torvalds1da177e2005-04-16 15:20:36 -07002757 return 0;
2758 break;
2759 case 0x10:
Takashi Iwai0ba21762007-04-16 11:29:14 +02002760 if (!(val & AC_SUPPCM_BITS_16))
Linus Torvalds1da177e2005-04-16 15:20:36 -07002761 return 0;
2762 break;
2763 case 0x20:
Takashi Iwai0ba21762007-04-16 11:29:14 +02002764 if (!(val & AC_SUPPCM_BITS_20))
Linus Torvalds1da177e2005-04-16 15:20:36 -07002765 return 0;
2766 break;
2767 case 0x30:
Takashi Iwai0ba21762007-04-16 11:29:14 +02002768 if (!(val & AC_SUPPCM_BITS_24))
Linus Torvalds1da177e2005-04-16 15:20:36 -07002769 return 0;
2770 break;
2771 case 0x40:
Takashi Iwai0ba21762007-04-16 11:29:14 +02002772 if (!(val & AC_SUPPCM_BITS_32))
Linus Torvalds1da177e2005-04-16 15:20:36 -07002773 return 0;
2774 break;
2775 default:
2776 return 0;
2777 }
2778 } else {
2779 /* FIXME: check for float32 and AC3? */
2780 }
2781
2782 return 1;
2783}
Takashi Iwaiff7a3262008-11-28 15:17:06 +01002784EXPORT_SYMBOL_HDA(snd_hda_is_supported_format);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002785
2786/*
2787 * PCM stuff
2788 */
2789static int hda_pcm_default_open_close(struct hda_pcm_stream *hinfo,
2790 struct hda_codec *codec,
Takashi Iwaic8b6bf92005-11-17 14:57:47 +01002791 struct snd_pcm_substream *substream)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002792{
2793 return 0;
2794}
2795
2796static int hda_pcm_default_prepare(struct hda_pcm_stream *hinfo,
2797 struct hda_codec *codec,
2798 unsigned int stream_tag,
2799 unsigned int format,
Takashi Iwaic8b6bf92005-11-17 14:57:47 +01002800 struct snd_pcm_substream *substream)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002801{
2802 snd_hda_codec_setup_stream(codec, hinfo->nid, stream_tag, 0, format);
2803 return 0;
2804}
2805
2806static int hda_pcm_default_cleanup(struct hda_pcm_stream *hinfo,
2807 struct hda_codec *codec,
Takashi Iwaic8b6bf92005-11-17 14:57:47 +01002808 struct snd_pcm_substream *substream)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002809{
Takashi Iwai888afa12008-03-18 09:57:50 +01002810 snd_hda_codec_cleanup_stream(codec, hinfo->nid);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002811 return 0;
2812}
2813
Takashi Iwai6c1f45e2008-07-30 15:01:45 +02002814static int set_pcm_default_values(struct hda_codec *codec,
2815 struct hda_pcm_stream *info)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002816{
Jaroslav Kyselaee504712009-03-17 14:30:31 +01002817 int err;
2818
Takashi Iwai0ba21762007-04-16 11:29:14 +02002819 /* query support PCM information from the given NID */
2820 if (info->nid && (!info->rates || !info->formats)) {
Jaroslav Kyselaee504712009-03-17 14:30:31 +01002821 err = snd_hda_query_supported_pcm(codec, info->nid,
Takashi Iwai0ba21762007-04-16 11:29:14 +02002822 info->rates ? NULL : &info->rates,
2823 info->formats ? NULL : &info->formats,
2824 info->maxbps ? NULL : &info->maxbps);
Jaroslav Kyselaee504712009-03-17 14:30:31 +01002825 if (err < 0)
2826 return err;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002827 }
2828 if (info->ops.open == NULL)
2829 info->ops.open = hda_pcm_default_open_close;
2830 if (info->ops.close == NULL)
2831 info->ops.close = hda_pcm_default_open_close;
2832 if (info->ops.prepare == NULL) {
Takashi Iwaida3cec32008-08-08 17:12:14 +02002833 if (snd_BUG_ON(!info->nid))
2834 return -EINVAL;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002835 info->ops.prepare = hda_pcm_default_prepare;
2836 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07002837 if (info->ops.cleanup == NULL) {
Takashi Iwaida3cec32008-08-08 17:12:14 +02002838 if (snd_BUG_ON(!info->nid))
2839 return -EINVAL;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002840 info->ops.cleanup = hda_pcm_default_cleanup;
2841 }
2842 return 0;
2843}
2844
Takashi Iwai176d5332008-07-30 15:01:44 +02002845/*
Takashi Iwai529bd6c2008-11-27 14:17:01 +01002846 * get the empty PCM device number to assign
2847 */
2848static int get_empty_pcm_device(struct hda_bus *bus, int type)
2849{
2850 static const char *dev_name[HDA_PCM_NTYPES] = {
2851 "Audio", "SPDIF", "HDMI", "Modem"
2852 };
2853 /* starting device index for each PCM type */
2854 static int dev_idx[HDA_PCM_NTYPES] = {
2855 [HDA_PCM_TYPE_AUDIO] = 0,
2856 [HDA_PCM_TYPE_SPDIF] = 1,
2857 [HDA_PCM_TYPE_HDMI] = 3,
2858 [HDA_PCM_TYPE_MODEM] = 6
2859 };
2860 /* normal audio device indices; not linear to keep compatibility */
2861 static int audio_idx[4] = { 0, 2, 4, 5 };
2862 int i, dev;
2863
2864 switch (type) {
2865 case HDA_PCM_TYPE_AUDIO:
2866 for (i = 0; i < ARRAY_SIZE(audio_idx); i++) {
2867 dev = audio_idx[i];
2868 if (!test_bit(dev, bus->pcm_dev_bits))
Takashi Iwai82ad39f2009-03-03 15:00:35 +01002869 goto ok;
Takashi Iwai529bd6c2008-11-27 14:17:01 +01002870 }
Takashi Iwai82ad39f2009-03-03 15:00:35 +01002871 snd_printk(KERN_WARNING "Too many audio devices\n");
2872 return -EAGAIN;
Takashi Iwai529bd6c2008-11-27 14:17:01 +01002873 case HDA_PCM_TYPE_SPDIF:
2874 case HDA_PCM_TYPE_HDMI:
2875 case HDA_PCM_TYPE_MODEM:
2876 dev = dev_idx[type];
2877 if (test_bit(dev, bus->pcm_dev_bits)) {
2878 snd_printk(KERN_WARNING "%s already defined\n",
2879 dev_name[type]);
2880 return -EAGAIN;
2881 }
2882 break;
2883 default:
2884 snd_printk(KERN_WARNING "Invalid PCM type %d\n", type);
2885 return -EINVAL;
2886 }
Takashi Iwai82ad39f2009-03-03 15:00:35 +01002887 ok:
Takashi Iwai529bd6c2008-11-27 14:17:01 +01002888 set_bit(dev, bus->pcm_dev_bits);
2889 return dev;
2890}
2891
2892/*
Takashi Iwai176d5332008-07-30 15:01:44 +02002893 * attach a new PCM stream
2894 */
Takashi Iwai529bd6c2008-11-27 14:17:01 +01002895static int snd_hda_attach_pcm(struct hda_codec *codec, struct hda_pcm *pcm)
Takashi Iwai176d5332008-07-30 15:01:44 +02002896{
Takashi Iwai33fa35e2008-11-06 16:50:40 +01002897 struct hda_bus *bus = codec->bus;
Takashi Iwai176d5332008-07-30 15:01:44 +02002898 struct hda_pcm_stream *info;
2899 int stream, err;
2900
Takashi Iwaib91f0802008-11-04 08:43:08 +01002901 if (snd_BUG_ON(!pcm->name))
Takashi Iwai176d5332008-07-30 15:01:44 +02002902 return -EINVAL;
2903 for (stream = 0; stream < 2; stream++) {
2904 info = &pcm->stream[stream];
2905 if (info->substreams) {
2906 err = set_pcm_default_values(codec, info);
2907 if (err < 0)
2908 return err;
2909 }
2910 }
Takashi Iwai33fa35e2008-11-06 16:50:40 +01002911 return bus->ops.attach_pcm(bus, codec, pcm);
Takashi Iwai176d5332008-07-30 15:01:44 +02002912}
2913
Takashi Iwai529bd6c2008-11-27 14:17:01 +01002914/* assign all PCMs of the given codec */
2915int snd_hda_codec_build_pcms(struct hda_codec *codec)
2916{
2917 unsigned int pcm;
2918 int err;
2919
2920 if (!codec->num_pcms) {
2921 if (!codec->patch_ops.build_pcms)
2922 return 0;
2923 err = codec->patch_ops.build_pcms(codec);
Takashi Iwai6e655bf2009-03-02 10:46:03 +01002924 if (err < 0) {
2925 printk(KERN_ERR "hda_codec: cannot build PCMs"
2926 "for #%d (error %d)\n", codec->addr, err);
2927 err = snd_hda_codec_reset(codec);
2928 if (err < 0) {
2929 printk(KERN_ERR
2930 "hda_codec: cannot revert codec\n");
2931 return err;
2932 }
2933 }
Takashi Iwai529bd6c2008-11-27 14:17:01 +01002934 }
2935 for (pcm = 0; pcm < codec->num_pcms; pcm++) {
2936 struct hda_pcm *cpcm = &codec->pcm_info[pcm];
2937 int dev;
2938
2939 if (!cpcm->stream[0].substreams && !cpcm->stream[1].substreams)
Takashi Iwai41b5b012009-01-20 18:21:23 +01002940 continue; /* no substreams assigned */
Takashi Iwai529bd6c2008-11-27 14:17:01 +01002941
2942 if (!cpcm->pcm) {
2943 dev = get_empty_pcm_device(codec->bus, cpcm->pcm_type);
2944 if (dev < 0)
Takashi Iwai6e655bf2009-03-02 10:46:03 +01002945 continue; /* no fatal error */
Takashi Iwai529bd6c2008-11-27 14:17:01 +01002946 cpcm->device = dev;
2947 err = snd_hda_attach_pcm(codec, cpcm);
Takashi Iwai6e655bf2009-03-02 10:46:03 +01002948 if (err < 0) {
2949 printk(KERN_ERR "hda_codec: cannot attach "
2950 "PCM stream %d for codec #%d\n",
2951 dev, codec->addr);
2952 continue; /* no fatal error */
2953 }
Takashi Iwai529bd6c2008-11-27 14:17:01 +01002954 }
2955 }
2956 return 0;
2957}
2958
Linus Torvalds1da177e2005-04-16 15:20:36 -07002959/**
2960 * snd_hda_build_pcms - build PCM information
2961 * @bus: the BUS
2962 *
2963 * Create PCM information for each codec included in the bus.
2964 *
2965 * The build_pcms codec patch is requested to set up codec->num_pcms and
2966 * codec->pcm_info properly. The array is referred by the top-level driver
2967 * to create its PCM instances.
2968 * The allocated codec->pcm_info should be released in codec->patch_ops.free
2969 * callback.
2970 *
2971 * At least, substreams, channels_min and channels_max must be filled for
2972 * each stream. substreams = 0 indicates that the stream doesn't exist.
2973 * When rates and/or formats are zero, the supported values are queried
2974 * from the given nid. The nid is used also by the default ops.prepare
2975 * and ops.cleanup callbacks.
2976 *
2977 * The driver needs to call ops.open in its open callback. Similarly,
2978 * ops.close is supposed to be called in the close callback.
2979 * ops.prepare should be called in the prepare or hw_params callback
2980 * with the proper parameters for set up.
2981 * ops.cleanup should be called in hw_free for clean up of streams.
2982 *
2983 * This function returns 0 if successfull, or a negative error code.
2984 */
Takashi Iwai529bd6c2008-11-27 14:17:01 +01002985int __devinit snd_hda_build_pcms(struct hda_bus *bus)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002986{
Takashi Iwai0ba21762007-04-16 11:29:14 +02002987 struct hda_codec *codec;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002988
Takashi Iwai0ba21762007-04-16 11:29:14 +02002989 list_for_each_entry(codec, &bus->codec_list, list) {
Takashi Iwai529bd6c2008-11-27 14:17:01 +01002990 int err = snd_hda_codec_build_pcms(codec);
2991 if (err < 0)
2992 return err;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002993 }
2994 return 0;
2995}
Takashi Iwaiff7a3262008-11-28 15:17:06 +01002996EXPORT_SYMBOL_HDA(snd_hda_build_pcms);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002997
Linus Torvalds1da177e2005-04-16 15:20:36 -07002998/**
2999 * snd_hda_check_board_config - compare the current codec with the config table
3000 * @codec: the HDA codec
Takashi Iwaif5fcc132006-11-24 17:07:44 +01003001 * @num_configs: number of config enums
3002 * @models: array of model name strings
Linus Torvalds1da177e2005-04-16 15:20:36 -07003003 * @tbl: configuration table, terminated by null entries
3004 *
3005 * Compares the modelname or PCI subsystem id of the current codec with the
3006 * given configuration table. If a matching entry is found, returns its
3007 * config value (supposed to be 0 or positive).
3008 *
3009 * If no entries are matching, the function returns a negative value.
3010 */
Takashi Iwai12f288b2007-08-02 15:51:59 +02003011int snd_hda_check_board_config(struct hda_codec *codec,
3012 int num_configs, const char **models,
3013 const struct snd_pci_quirk *tbl)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003014{
Takashi Iwaif44ac832008-07-30 15:01:45 +02003015 if (codec->modelname && models) {
Takashi Iwaif5fcc132006-11-24 17:07:44 +01003016 int i;
3017 for (i = 0; i < num_configs; i++) {
3018 if (models[i] &&
Takashi Iwaif44ac832008-07-30 15:01:45 +02003019 !strcmp(codec->modelname, models[i])) {
Takashi Iwaif5fcc132006-11-24 17:07:44 +01003020 snd_printd(KERN_INFO "hda_codec: model '%s' is "
3021 "selected\n", models[i]);
3022 return i;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003023 }
3024 }
3025 }
3026
Takashi Iwaif5fcc132006-11-24 17:07:44 +01003027 if (!codec->bus->pci || !tbl)
3028 return -1;
3029
3030 tbl = snd_pci_quirk_lookup(codec->bus->pci, tbl);
3031 if (!tbl)
3032 return -1;
3033 if (tbl->value >= 0 && tbl->value < num_configs) {
Takashi Iwai62cf8722008-05-20 12:15:15 +02003034#ifdef CONFIG_SND_DEBUG_VERBOSE
Takashi Iwaif5fcc132006-11-24 17:07:44 +01003035 char tmp[10];
3036 const char *model = NULL;
3037 if (models)
3038 model = models[tbl->value];
3039 if (!model) {
3040 sprintf(tmp, "#%d", tbl->value);
3041 model = tmp;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003042 }
Takashi Iwaif5fcc132006-11-24 17:07:44 +01003043 snd_printdd(KERN_INFO "hda_codec: model '%s' is selected "
3044 "for config %x:%x (%s)\n",
3045 model, tbl->subvendor, tbl->subdevice,
3046 (tbl->name ? tbl->name : "Unknown device"));
3047#endif
3048 return tbl->value;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003049 }
3050 return -1;
3051}
Takashi Iwaiff7a3262008-11-28 15:17:06 +01003052EXPORT_SYMBOL_HDA(snd_hda_check_board_config);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003053
3054/**
Mauro Carvalho Chehab2eda3442008-08-11 10:18:39 +02003055 * snd_hda_check_board_codec_sid_config - compare the current codec
3056 subsystem ID with the
3057 config table
3058
3059 This is important for Gateway notebooks with SB450 HDA Audio
3060 where the vendor ID of the PCI device is:
3061 ATI Technologies Inc SB450 HDA Audio [1002:437b]
3062 and the vendor/subvendor are found only at the codec.
3063
3064 * @codec: the HDA codec
3065 * @num_configs: number of config enums
3066 * @models: array of model name strings
3067 * @tbl: configuration table, terminated by null entries
3068 *
3069 * Compares the modelname or PCI subsystem id of the current codec with the
3070 * given configuration table. If a matching entry is found, returns its
3071 * config value (supposed to be 0 or positive).
3072 *
3073 * If no entries are matching, the function returns a negative value.
3074 */
3075int snd_hda_check_board_codec_sid_config(struct hda_codec *codec,
3076 int num_configs, const char **models,
3077 const struct snd_pci_quirk *tbl)
3078{
3079 const struct snd_pci_quirk *q;
3080
3081 /* Search for codec ID */
3082 for (q = tbl; q->subvendor; q++) {
3083 unsigned long vendorid = (q->subdevice) | (q->subvendor << 16);
3084
3085 if (vendorid == codec->subsystem_id)
3086 break;
3087 }
3088
3089 if (!q->subvendor)
3090 return -1;
3091
3092 tbl = q;
3093
3094 if (tbl->value >= 0 && tbl->value < num_configs) {
3095#ifdef CONFIG_SND_DEBUG_DETECT
3096 char tmp[10];
3097 const char *model = NULL;
3098 if (models)
3099 model = models[tbl->value];
3100 if (!model) {
3101 sprintf(tmp, "#%d", tbl->value);
3102 model = tmp;
3103 }
3104 snd_printdd(KERN_INFO "hda_codec: model '%s' is selected "
3105 "for config %x:%x (%s)\n",
3106 model, tbl->subvendor, tbl->subdevice,
3107 (tbl->name ? tbl->name : "Unknown device"));
3108#endif
3109 return tbl->value;
3110 }
3111 return -1;
3112}
3113EXPORT_SYMBOL_HDA(snd_hda_check_board_codec_sid_config);
3114
3115/**
Linus Torvalds1da177e2005-04-16 15:20:36 -07003116 * snd_hda_add_new_ctls - create controls from the array
3117 * @codec: the HDA codec
Takashi Iwaic8b6bf92005-11-17 14:57:47 +01003118 * @knew: the array of struct snd_kcontrol_new
Linus Torvalds1da177e2005-04-16 15:20:36 -07003119 *
3120 * This helper function creates and add new controls in the given array.
3121 * The array must be terminated with an empty entry as terminator.
3122 *
3123 * Returns 0 if successful, or a negative error code.
3124 */
Takashi Iwai12f288b2007-08-02 15:51:59 +02003125int snd_hda_add_new_ctls(struct hda_codec *codec, struct snd_kcontrol_new *knew)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003126{
Takashi Iwaicb53c622007-08-10 17:21:45 +02003127 int err;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003128
3129 for (; knew->name; knew++) {
Takashi Iwai54d17402005-11-21 16:33:22 +01003130 struct snd_kcontrol *kctl;
3131 kctl = snd_ctl_new1(knew, codec);
Takashi Iwai0ba21762007-04-16 11:29:14 +02003132 if (!kctl)
Takashi Iwai54d17402005-11-21 16:33:22 +01003133 return -ENOMEM;
Takashi Iwaid13bd412008-07-30 15:01:45 +02003134 err = snd_hda_ctl_add(codec, kctl);
Takashi Iwai54d17402005-11-21 16:33:22 +01003135 if (err < 0) {
Takashi Iwai0ba21762007-04-16 11:29:14 +02003136 if (!codec->addr)
Takashi Iwai54d17402005-11-21 16:33:22 +01003137 return err;
3138 kctl = snd_ctl_new1(knew, codec);
Takashi Iwai0ba21762007-04-16 11:29:14 +02003139 if (!kctl)
Takashi Iwai54d17402005-11-21 16:33:22 +01003140 return -ENOMEM;
3141 kctl->id.device = codec->addr;
Takashi Iwaid13bd412008-07-30 15:01:45 +02003142 err = snd_hda_ctl_add(codec, kctl);
Takashi Iwai0ba21762007-04-16 11:29:14 +02003143 if (err < 0)
Takashi Iwai54d17402005-11-21 16:33:22 +01003144 return err;
3145 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07003146 }
3147 return 0;
3148}
Takashi Iwaiff7a3262008-11-28 15:17:06 +01003149EXPORT_SYMBOL_HDA(snd_hda_add_new_ctls);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003150
Takashi Iwaicb53c622007-08-10 17:21:45 +02003151#ifdef CONFIG_SND_HDA_POWER_SAVE
3152static void hda_set_power_state(struct hda_codec *codec, hda_nid_t fg,
3153 unsigned int power_state);
3154
3155static void hda_power_work(struct work_struct *work)
3156{
3157 struct hda_codec *codec =
3158 container_of(work, struct hda_codec, power_work.work);
Takashi Iwai33fa35e2008-11-06 16:50:40 +01003159 struct hda_bus *bus = codec->bus;
Takashi Iwaicb53c622007-08-10 17:21:45 +02003160
Maxim Levitsky2e492462007-09-03 15:26:57 +02003161 if (!codec->power_on || codec->power_count) {
3162 codec->power_transition = 0;
Takashi Iwaicb53c622007-08-10 17:21:45 +02003163 return;
Maxim Levitsky2e492462007-09-03 15:26:57 +02003164 }
Takashi Iwaicb53c622007-08-10 17:21:45 +02003165
3166 hda_call_codec_suspend(codec);
Takashi Iwai33fa35e2008-11-06 16:50:40 +01003167 if (bus->ops.pm_notify)
3168 bus->ops.pm_notify(bus);
Takashi Iwaicb53c622007-08-10 17:21:45 +02003169}
3170
3171static void hda_keep_power_on(struct hda_codec *codec)
3172{
3173 codec->power_count++;
3174 codec->power_on = 1;
3175}
3176
3177void snd_hda_power_up(struct hda_codec *codec)
3178{
Takashi Iwai33fa35e2008-11-06 16:50:40 +01003179 struct hda_bus *bus = codec->bus;
3180
Takashi Iwaicb53c622007-08-10 17:21:45 +02003181 codec->power_count++;
Takashi Iwaia221e282007-08-16 16:35:33 +02003182 if (codec->power_on || codec->power_transition)
Takashi Iwaicb53c622007-08-10 17:21:45 +02003183 return;
3184
3185 codec->power_on = 1;
Takashi Iwai33fa35e2008-11-06 16:50:40 +01003186 if (bus->ops.pm_notify)
3187 bus->ops.pm_notify(bus);
Takashi Iwaicb53c622007-08-10 17:21:45 +02003188 hda_call_codec_resume(codec);
3189 cancel_delayed_work(&codec->power_work);
Takashi Iwaia221e282007-08-16 16:35:33 +02003190 codec->power_transition = 0;
Takashi Iwaicb53c622007-08-10 17:21:45 +02003191}
Takashi Iwaiff7a3262008-11-28 15:17:06 +01003192EXPORT_SYMBOL_HDA(snd_hda_power_up);
Takashi Iwai1289e9e2008-11-27 15:47:11 +01003193
3194#define power_save(codec) \
3195 ((codec)->bus->power_save ? *(codec)->bus->power_save : 0)
Takashi Iwaicb53c622007-08-10 17:21:45 +02003196
Takashi Iwaifee2fba2008-11-27 12:43:28 +01003197#define power_save(codec) \
3198 ((codec)->bus->power_save ? *(codec)->bus->power_save : 0)
3199
Takashi Iwaicb53c622007-08-10 17:21:45 +02003200void snd_hda_power_down(struct hda_codec *codec)
3201{
3202 --codec->power_count;
Takashi Iwaia221e282007-08-16 16:35:33 +02003203 if (!codec->power_on || codec->power_count || codec->power_transition)
Takashi Iwaicb53c622007-08-10 17:21:45 +02003204 return;
Takashi Iwaifee2fba2008-11-27 12:43:28 +01003205 if (power_save(codec)) {
Takashi Iwaia221e282007-08-16 16:35:33 +02003206 codec->power_transition = 1; /* avoid reentrance */
Takashi Iwaic107b412009-01-13 17:46:37 +01003207 queue_delayed_work(codec->bus->workq, &codec->power_work,
Takashi Iwaifee2fba2008-11-27 12:43:28 +01003208 msecs_to_jiffies(power_save(codec) * 1000));
Takashi Iwaia221e282007-08-16 16:35:33 +02003209 }
Takashi Iwaicb53c622007-08-10 17:21:45 +02003210}
Takashi Iwaiff7a3262008-11-28 15:17:06 +01003211EXPORT_SYMBOL_HDA(snd_hda_power_down);
Takashi Iwaicb53c622007-08-10 17:21:45 +02003212
3213int snd_hda_check_amp_list_power(struct hda_codec *codec,
3214 struct hda_loopback_check *check,
3215 hda_nid_t nid)
3216{
3217 struct hda_amp_list *p;
3218 int ch, v;
3219
3220 if (!check->amplist)
3221 return 0;
3222 for (p = check->amplist; p->nid; p++) {
3223 if (p->nid == nid)
3224 break;
3225 }
3226 if (!p->nid)
3227 return 0; /* nothing changed */
3228
3229 for (p = check->amplist; p->nid; p++) {
3230 for (ch = 0; ch < 2; ch++) {
3231 v = snd_hda_codec_amp_read(codec, p->nid, ch, p->dir,
3232 p->idx);
3233 if (!(v & HDA_AMP_MUTE) && v > 0) {
3234 if (!check->power_on) {
3235 check->power_on = 1;
3236 snd_hda_power_up(codec);
3237 }
3238 return 1;
3239 }
3240 }
3241 }
3242 if (check->power_on) {
3243 check->power_on = 0;
3244 snd_hda_power_down(codec);
3245 }
3246 return 0;
3247}
Takashi Iwaiff7a3262008-11-28 15:17:06 +01003248EXPORT_SYMBOL_HDA(snd_hda_check_amp_list_power);
Takashi Iwaicb53c622007-08-10 17:21:45 +02003249#endif
Linus Torvalds1da177e2005-04-16 15:20:36 -07003250
Takashi Iwaic8b6bf92005-11-17 14:57:47 +01003251/*
Takashi Iwaid2a6d7d2005-11-17 11:06:29 +01003252 * Channel mode helper
3253 */
Takashi Iwai0ba21762007-04-16 11:29:14 +02003254int snd_hda_ch_mode_info(struct hda_codec *codec,
3255 struct snd_ctl_elem_info *uinfo,
3256 const struct hda_channel_mode *chmode,
3257 int num_chmodes)
Takashi Iwaid2a6d7d2005-11-17 11:06:29 +01003258{
3259 uinfo->type = SNDRV_CTL_ELEM_TYPE_ENUMERATED;
3260 uinfo->count = 1;
3261 uinfo->value.enumerated.items = num_chmodes;
3262 if (uinfo->value.enumerated.item >= num_chmodes)
3263 uinfo->value.enumerated.item = num_chmodes - 1;
3264 sprintf(uinfo->value.enumerated.name, "%dch",
3265 chmode[uinfo->value.enumerated.item].channels);
3266 return 0;
3267}
Takashi Iwaiff7a3262008-11-28 15:17:06 +01003268EXPORT_SYMBOL_HDA(snd_hda_ch_mode_info);
Takashi Iwaid2a6d7d2005-11-17 11:06:29 +01003269
Takashi Iwai0ba21762007-04-16 11:29:14 +02003270int snd_hda_ch_mode_get(struct hda_codec *codec,
3271 struct snd_ctl_elem_value *ucontrol,
3272 const struct hda_channel_mode *chmode,
3273 int num_chmodes,
Takashi Iwaid2a6d7d2005-11-17 11:06:29 +01003274 int max_channels)
3275{
3276 int i;
3277
3278 for (i = 0; i < num_chmodes; i++) {
3279 if (max_channels == chmode[i].channels) {
3280 ucontrol->value.enumerated.item[0] = i;
3281 break;
3282 }
3283 }
3284 return 0;
3285}
Takashi Iwaiff7a3262008-11-28 15:17:06 +01003286EXPORT_SYMBOL_HDA(snd_hda_ch_mode_get);
Takashi Iwaid2a6d7d2005-11-17 11:06:29 +01003287
Takashi Iwai0ba21762007-04-16 11:29:14 +02003288int snd_hda_ch_mode_put(struct hda_codec *codec,
3289 struct snd_ctl_elem_value *ucontrol,
3290 const struct hda_channel_mode *chmode,
3291 int num_chmodes,
Takashi Iwaid2a6d7d2005-11-17 11:06:29 +01003292 int *max_channelsp)
3293{
3294 unsigned int mode;
3295
3296 mode = ucontrol->value.enumerated.item[0];
Takashi Iwai68ea7b22007-11-15 15:54:38 +01003297 if (mode >= num_chmodes)
3298 return -EINVAL;
Takashi Iwai82beb8f2007-08-10 17:09:26 +02003299 if (*max_channelsp == chmode[mode].channels)
Takashi Iwaid2a6d7d2005-11-17 11:06:29 +01003300 return 0;
3301 /* change the current channel setting */
3302 *max_channelsp = chmode[mode].channels;
3303 if (chmode[mode].sequence)
Takashi Iwai82beb8f2007-08-10 17:09:26 +02003304 snd_hda_sequence_write_cache(codec, chmode[mode].sequence);
Takashi Iwaid2a6d7d2005-11-17 11:06:29 +01003305 return 1;
3306}
Takashi Iwaiff7a3262008-11-28 15:17:06 +01003307EXPORT_SYMBOL_HDA(snd_hda_ch_mode_put);
Takashi Iwaid2a6d7d2005-11-17 11:06:29 +01003308
Linus Torvalds1da177e2005-04-16 15:20:36 -07003309/*
3310 * input MUX helper
3311 */
Takashi Iwai0ba21762007-04-16 11:29:14 +02003312int snd_hda_input_mux_info(const struct hda_input_mux *imux,
3313 struct snd_ctl_elem_info *uinfo)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003314{
3315 unsigned int index;
3316
3317 uinfo->type = SNDRV_CTL_ELEM_TYPE_ENUMERATED;
3318 uinfo->count = 1;
3319 uinfo->value.enumerated.items = imux->num_items;
Takashi Iwai5513b0c2007-10-09 11:58:41 +02003320 if (!imux->num_items)
3321 return 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003322 index = uinfo->value.enumerated.item;
3323 if (index >= imux->num_items)
3324 index = imux->num_items - 1;
3325 strcpy(uinfo->value.enumerated.name, imux->items[index].label);
3326 return 0;
3327}
Takashi Iwaiff7a3262008-11-28 15:17:06 +01003328EXPORT_SYMBOL_HDA(snd_hda_input_mux_info);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003329
Takashi Iwai0ba21762007-04-16 11:29:14 +02003330int snd_hda_input_mux_put(struct hda_codec *codec,
3331 const struct hda_input_mux *imux,
3332 struct snd_ctl_elem_value *ucontrol,
3333 hda_nid_t nid,
Linus Torvalds1da177e2005-04-16 15:20:36 -07003334 unsigned int *cur_val)
3335{
3336 unsigned int idx;
3337
Takashi Iwai5513b0c2007-10-09 11:58:41 +02003338 if (!imux->num_items)
3339 return 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003340 idx = ucontrol->value.enumerated.item[0];
3341 if (idx >= imux->num_items)
3342 idx = imux->num_items - 1;
Takashi Iwai82beb8f2007-08-10 17:09:26 +02003343 if (*cur_val == idx)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003344 return 0;
Takashi Iwai82beb8f2007-08-10 17:09:26 +02003345 snd_hda_codec_write_cache(codec, nid, 0, AC_VERB_SET_CONNECT_SEL,
3346 imux->items[idx].index);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003347 *cur_val = idx;
3348 return 1;
3349}
Takashi Iwaiff7a3262008-11-28 15:17:06 +01003350EXPORT_SYMBOL_HDA(snd_hda_input_mux_put);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003351
3352
3353/*
3354 * Multi-channel / digital-out PCM helper functions
3355 */
3356
Takashi Iwai6b97eb42007-04-05 14:51:48 +02003357/* setup SPDIF output stream */
3358static void setup_dig_out_stream(struct hda_codec *codec, hda_nid_t nid,
3359 unsigned int stream_tag, unsigned int format)
3360{
3361 /* turn off SPDIF once; otherwise the IEC958 bits won't be updated */
Takashi Iwai2f728532008-09-25 16:32:41 +02003362 if (codec->spdif_status_reset && (codec->spdif_ctls & AC_DIG1_ENABLE))
3363 set_dig_out_convert(codec, nid,
3364 codec->spdif_ctls & ~AC_DIG1_ENABLE & 0xff,
3365 -1);
Takashi Iwai6b97eb42007-04-05 14:51:48 +02003366 snd_hda_codec_setup_stream(codec, nid, stream_tag, 0, format);
Takashi Iwai2f728532008-09-25 16:32:41 +02003367 if (codec->slave_dig_outs) {
3368 hda_nid_t *d;
3369 for (d = codec->slave_dig_outs; *d; d++)
3370 snd_hda_codec_setup_stream(codec, *d, stream_tag, 0,
3371 format);
Matthew Ranostayde51ca12008-09-07 14:31:40 -04003372 }
Takashi Iwai2f728532008-09-25 16:32:41 +02003373 /* turn on again (if needed) */
3374 if (codec->spdif_status_reset && (codec->spdif_ctls & AC_DIG1_ENABLE))
3375 set_dig_out_convert(codec, nid,
3376 codec->spdif_ctls & 0xff, -1);
3377}
Matthew Ranostayde51ca12008-09-07 14:31:40 -04003378
Takashi Iwai2f728532008-09-25 16:32:41 +02003379static void cleanup_dig_out_stream(struct hda_codec *codec, hda_nid_t nid)
3380{
3381 snd_hda_codec_cleanup_stream(codec, nid);
3382 if (codec->slave_dig_outs) {
3383 hda_nid_t *d;
3384 for (d = codec->slave_dig_outs; *d; d++)
3385 snd_hda_codec_cleanup_stream(codec, *d);
3386 }
Takashi Iwai6b97eb42007-04-05 14:51:48 +02003387}
3388
Linus Torvalds1da177e2005-04-16 15:20:36 -07003389/*
3390 * open the digital out in the exclusive mode
3391 */
Takashi Iwai0ba21762007-04-16 11:29:14 +02003392int snd_hda_multi_out_dig_open(struct hda_codec *codec,
3393 struct hda_multi_out *mout)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003394{
Ingo Molnar62932df2006-01-16 16:34:20 +01003395 mutex_lock(&codec->spdif_mutex);
Takashi Iwai5930ca42007-04-16 11:23:56 +02003396 if (mout->dig_out_used == HDA_DIG_ANALOG_DUP)
3397 /* already opened as analog dup; reset it once */
Takashi Iwai2f728532008-09-25 16:32:41 +02003398 cleanup_dig_out_stream(codec, mout->dig_out_nid);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003399 mout->dig_out_used = HDA_DIG_EXCLUSIVE;
Ingo Molnar62932df2006-01-16 16:34:20 +01003400 mutex_unlock(&codec->spdif_mutex);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003401 return 0;
3402}
Takashi Iwaiff7a3262008-11-28 15:17:06 +01003403EXPORT_SYMBOL_HDA(snd_hda_multi_out_dig_open);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003404
Takashi Iwai6b97eb42007-04-05 14:51:48 +02003405int snd_hda_multi_out_dig_prepare(struct hda_codec *codec,
3406 struct hda_multi_out *mout,
3407 unsigned int stream_tag,
3408 unsigned int format,
3409 struct snd_pcm_substream *substream)
3410{
3411 mutex_lock(&codec->spdif_mutex);
3412 setup_dig_out_stream(codec, mout->dig_out_nid, stream_tag, format);
3413 mutex_unlock(&codec->spdif_mutex);
3414 return 0;
3415}
Takashi Iwaiff7a3262008-11-28 15:17:06 +01003416EXPORT_SYMBOL_HDA(snd_hda_multi_out_dig_prepare);
Takashi Iwai6b97eb42007-04-05 14:51:48 +02003417
Takashi Iwai9411e212009-02-13 11:32:28 +01003418int snd_hda_multi_out_dig_cleanup(struct hda_codec *codec,
3419 struct hda_multi_out *mout)
3420{
3421 mutex_lock(&codec->spdif_mutex);
3422 cleanup_dig_out_stream(codec, mout->dig_out_nid);
3423 mutex_unlock(&codec->spdif_mutex);
3424 return 0;
3425}
3426EXPORT_SYMBOL_HDA(snd_hda_multi_out_dig_cleanup);
3427
Linus Torvalds1da177e2005-04-16 15:20:36 -07003428/*
3429 * release the digital out
3430 */
Takashi Iwai0ba21762007-04-16 11:29:14 +02003431int snd_hda_multi_out_dig_close(struct hda_codec *codec,
3432 struct hda_multi_out *mout)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003433{
Ingo Molnar62932df2006-01-16 16:34:20 +01003434 mutex_lock(&codec->spdif_mutex);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003435 mout->dig_out_used = 0;
Ingo Molnar62932df2006-01-16 16:34:20 +01003436 mutex_unlock(&codec->spdif_mutex);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003437 return 0;
3438}
Takashi Iwaiff7a3262008-11-28 15:17:06 +01003439EXPORT_SYMBOL_HDA(snd_hda_multi_out_dig_close);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003440
3441/*
3442 * set up more restrictions for analog out
3443 */
Takashi Iwai0ba21762007-04-16 11:29:14 +02003444int snd_hda_multi_out_analog_open(struct hda_codec *codec,
3445 struct hda_multi_out *mout,
Takashi Iwai9a081602008-02-12 18:37:26 +01003446 struct snd_pcm_substream *substream,
3447 struct hda_pcm_stream *hinfo)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003448{
Takashi Iwai9a081602008-02-12 18:37:26 +01003449 struct snd_pcm_runtime *runtime = substream->runtime;
3450 runtime->hw.channels_max = mout->max_channels;
3451 if (mout->dig_out_nid) {
3452 if (!mout->analog_rates) {
3453 mout->analog_rates = hinfo->rates;
3454 mout->analog_formats = hinfo->formats;
3455 mout->analog_maxbps = hinfo->maxbps;
3456 } else {
3457 runtime->hw.rates = mout->analog_rates;
3458 runtime->hw.formats = mout->analog_formats;
3459 hinfo->maxbps = mout->analog_maxbps;
3460 }
3461 if (!mout->spdif_rates) {
3462 snd_hda_query_supported_pcm(codec, mout->dig_out_nid,
3463 &mout->spdif_rates,
3464 &mout->spdif_formats,
3465 &mout->spdif_maxbps);
3466 }
3467 mutex_lock(&codec->spdif_mutex);
3468 if (mout->share_spdif) {
3469 runtime->hw.rates &= mout->spdif_rates;
3470 runtime->hw.formats &= mout->spdif_formats;
3471 if (mout->spdif_maxbps < hinfo->maxbps)
3472 hinfo->maxbps = mout->spdif_maxbps;
3473 }
Frederik Deweerdteaa99852008-04-14 13:11:44 +02003474 mutex_unlock(&codec->spdif_mutex);
Takashi Iwai9a081602008-02-12 18:37:26 +01003475 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07003476 return snd_pcm_hw_constraint_step(substream->runtime, 0,
3477 SNDRV_PCM_HW_PARAM_CHANNELS, 2);
3478}
Takashi Iwaiff7a3262008-11-28 15:17:06 +01003479EXPORT_SYMBOL_HDA(snd_hda_multi_out_analog_open);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003480
3481/*
3482 * set up the i/o for analog out
3483 * when the digital out is available, copy the front out to digital out, too.
3484 */
Takashi Iwai0ba21762007-04-16 11:29:14 +02003485int snd_hda_multi_out_analog_prepare(struct hda_codec *codec,
3486 struct hda_multi_out *mout,
Linus Torvalds1da177e2005-04-16 15:20:36 -07003487 unsigned int stream_tag,
3488 unsigned int format,
Takashi Iwaic8b6bf92005-11-17 14:57:47 +01003489 struct snd_pcm_substream *substream)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003490{
3491 hda_nid_t *nids = mout->dac_nids;
3492 int chs = substream->runtime->channels;
3493 int i;
3494
Ingo Molnar62932df2006-01-16 16:34:20 +01003495 mutex_lock(&codec->spdif_mutex);
Takashi Iwai9a081602008-02-12 18:37:26 +01003496 if (mout->dig_out_nid && mout->share_spdif &&
3497 mout->dig_out_used != HDA_DIG_EXCLUSIVE) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07003498 if (chs == 2 &&
Takashi Iwai0ba21762007-04-16 11:29:14 +02003499 snd_hda_is_supported_format(codec, mout->dig_out_nid,
3500 format) &&
3501 !(codec->spdif_status & IEC958_AES0_NONAUDIO)) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07003502 mout->dig_out_used = HDA_DIG_ANALOG_DUP;
Takashi Iwai6b97eb42007-04-05 14:51:48 +02003503 setup_dig_out_stream(codec, mout->dig_out_nid,
3504 stream_tag, format);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003505 } else {
3506 mout->dig_out_used = 0;
Takashi Iwai2f728532008-09-25 16:32:41 +02003507 cleanup_dig_out_stream(codec, mout->dig_out_nid);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003508 }
3509 }
Ingo Molnar62932df2006-01-16 16:34:20 +01003510 mutex_unlock(&codec->spdif_mutex);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003511
3512 /* front */
Takashi Iwai0ba21762007-04-16 11:29:14 +02003513 snd_hda_codec_setup_stream(codec, nids[HDA_FRONT], stream_tag,
3514 0, format);
Takashi Iwaid29240c2007-10-26 12:35:56 +02003515 if (!mout->no_share_stream &&
3516 mout->hp_nid && mout->hp_nid != nids[HDA_FRONT])
Linus Torvalds1da177e2005-04-16 15:20:36 -07003517 /* headphone out will just decode front left/right (stereo) */
Takashi Iwai0ba21762007-04-16 11:29:14 +02003518 snd_hda_codec_setup_stream(codec, mout->hp_nid, stream_tag,
3519 0, format);
Takashi Iwai82bc9552006-03-21 11:24:42 +01003520 /* extra outputs copied from front */
3521 for (i = 0; i < ARRAY_SIZE(mout->extra_out_nid); i++)
Takashi Iwaid29240c2007-10-26 12:35:56 +02003522 if (!mout->no_share_stream && mout->extra_out_nid[i])
Takashi Iwai82bc9552006-03-21 11:24:42 +01003523 snd_hda_codec_setup_stream(codec,
3524 mout->extra_out_nid[i],
3525 stream_tag, 0, format);
3526
Linus Torvalds1da177e2005-04-16 15:20:36 -07003527 /* surrounds */
3528 for (i = 1; i < mout->num_dacs; i++) {
Takashi Iwai4b3acaf2005-06-10 19:48:10 +02003529 if (chs >= (i + 1) * 2) /* independent out */
Takashi Iwai0ba21762007-04-16 11:29:14 +02003530 snd_hda_codec_setup_stream(codec, nids[i], stream_tag,
3531 i * 2, format);
Takashi Iwaid29240c2007-10-26 12:35:56 +02003532 else if (!mout->no_share_stream) /* copy front */
Takashi Iwai0ba21762007-04-16 11:29:14 +02003533 snd_hda_codec_setup_stream(codec, nids[i], stream_tag,
3534 0, format);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003535 }
3536 return 0;
3537}
Takashi Iwaiff7a3262008-11-28 15:17:06 +01003538EXPORT_SYMBOL_HDA(snd_hda_multi_out_analog_prepare);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003539
3540/*
3541 * clean up the setting for analog out
3542 */
Takashi Iwai0ba21762007-04-16 11:29:14 +02003543int snd_hda_multi_out_analog_cleanup(struct hda_codec *codec,
3544 struct hda_multi_out *mout)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003545{
3546 hda_nid_t *nids = mout->dac_nids;
3547 int i;
3548
3549 for (i = 0; i < mout->num_dacs; i++)
Takashi Iwai888afa12008-03-18 09:57:50 +01003550 snd_hda_codec_cleanup_stream(codec, nids[i]);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003551 if (mout->hp_nid)
Takashi Iwai888afa12008-03-18 09:57:50 +01003552 snd_hda_codec_cleanup_stream(codec, mout->hp_nid);
Takashi Iwai82bc9552006-03-21 11:24:42 +01003553 for (i = 0; i < ARRAY_SIZE(mout->extra_out_nid); i++)
3554 if (mout->extra_out_nid[i])
Takashi Iwai888afa12008-03-18 09:57:50 +01003555 snd_hda_codec_cleanup_stream(codec,
3556 mout->extra_out_nid[i]);
Ingo Molnar62932df2006-01-16 16:34:20 +01003557 mutex_lock(&codec->spdif_mutex);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003558 if (mout->dig_out_nid && mout->dig_out_used == HDA_DIG_ANALOG_DUP) {
Takashi Iwai2f728532008-09-25 16:32:41 +02003559 cleanup_dig_out_stream(codec, mout->dig_out_nid);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003560 mout->dig_out_used = 0;
3561 }
Ingo Molnar62932df2006-01-16 16:34:20 +01003562 mutex_unlock(&codec->spdif_mutex);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003563 return 0;
3564}
Takashi Iwaiff7a3262008-11-28 15:17:06 +01003565EXPORT_SYMBOL_HDA(snd_hda_multi_out_analog_cleanup);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003566
Takashi Iwaie9edcee2005-06-13 14:16:38 +02003567/*
Wu Fengguang6b345002008-10-07 14:21:41 +08003568 * Helper for automatic pin configuration
Takashi Iwaie9edcee2005-06-13 14:16:38 +02003569 */
Kailang Yangdf694da2005-12-05 19:42:22 +01003570
Takashi Iwai12f288b2007-08-02 15:51:59 +02003571static int is_in_nid_list(hda_nid_t nid, hda_nid_t *list)
Kailang Yangdf694da2005-12-05 19:42:22 +01003572{
3573 for (; *list; list++)
3574 if (*list == nid)
3575 return 1;
3576 return 0;
3577}
3578
Steve Longerbeam81937d32007-05-08 15:33:03 +02003579
3580/*
3581 * Sort an associated group of pins according to their sequence numbers.
3582 */
3583static void sort_pins_by_sequence(hda_nid_t * pins, short * sequences,
3584 int num_pins)
3585{
3586 int i, j;
3587 short seq;
3588 hda_nid_t nid;
3589
3590 for (i = 0; i < num_pins; i++) {
3591 for (j = i + 1; j < num_pins; j++) {
3592 if (sequences[i] > sequences[j]) {
3593 seq = sequences[i];
3594 sequences[i] = sequences[j];
3595 sequences[j] = seq;
3596 nid = pins[i];
3597 pins[i] = pins[j];
3598 pins[j] = nid;
3599 }
3600 }
3601 }
3602}
3603
3604
Takashi Iwai82bc9552006-03-21 11:24:42 +01003605/*
3606 * Parse all pin widgets and store the useful pin nids to cfg
3607 *
3608 * The number of line-outs or any primary output is stored in line_outs,
3609 * and the corresponding output pins are assigned to line_out_pins[],
3610 * in the order of front, rear, CLFE, side, ...
3611 *
3612 * If more extra outputs (speaker and headphone) are found, the pins are
Takashi Iwaieb06ed82006-09-20 17:10:27 +02003613 * assisnged to hp_pins[] and speaker_pins[], respectively. If no line-out jack
Takashi Iwai82bc9552006-03-21 11:24:42 +01003614 * is detected, one of speaker of HP pins is assigned as the primary
3615 * output, i.e. to line_out_pins[0]. So, line_outs is always positive
3616 * if any analog output exists.
3617 *
3618 * The analog input pins are assigned to input_pins array.
3619 * The digital input/output pins are assigned to dig_in_pin and dig_out_pin,
3620 * respectively.
3621 */
Takashi Iwai12f288b2007-08-02 15:51:59 +02003622int snd_hda_parse_pin_def_config(struct hda_codec *codec,
3623 struct auto_pin_cfg *cfg,
3624 hda_nid_t *ignore_nids)
Takashi Iwaie9edcee2005-06-13 14:16:38 +02003625{
Takashi Iwai0ef6ce72008-01-22 15:35:37 +01003626 hda_nid_t nid, end_nid;
Steve Longerbeam81937d32007-05-08 15:33:03 +02003627 short seq, assoc_line_out, assoc_speaker;
3628 short sequences_line_out[ARRAY_SIZE(cfg->line_out_pins)];
3629 short sequences_speaker[ARRAY_SIZE(cfg->speaker_pins)];
Takashi Iwaif889fa92007-10-31 15:49:32 +01003630 short sequences_hp[ARRAY_SIZE(cfg->hp_pins)];
Takashi Iwaie9edcee2005-06-13 14:16:38 +02003631
3632 memset(cfg, 0, sizeof(*cfg));
3633
Steve Longerbeam81937d32007-05-08 15:33:03 +02003634 memset(sequences_line_out, 0, sizeof(sequences_line_out));
3635 memset(sequences_speaker, 0, sizeof(sequences_speaker));
Takashi Iwaif889fa92007-10-31 15:49:32 +01003636 memset(sequences_hp, 0, sizeof(sequences_hp));
Steve Longerbeam81937d32007-05-08 15:33:03 +02003637 assoc_line_out = assoc_speaker = 0;
Takashi Iwaie9edcee2005-06-13 14:16:38 +02003638
Takashi Iwai0ef6ce72008-01-22 15:35:37 +01003639 end_nid = codec->start_nid + codec->num_nodes;
3640 for (nid = codec->start_nid; nid < end_nid; nid++) {
Takashi Iwai54d17402005-11-21 16:33:22 +01003641 unsigned int wid_caps = get_wcaps(codec, nid);
Takashi Iwai0ba21762007-04-16 11:29:14 +02003642 unsigned int wid_type =
3643 (wid_caps & AC_WCAP_TYPE) >> AC_WCAP_TYPE_SHIFT;
Takashi Iwaie9edcee2005-06-13 14:16:38 +02003644 unsigned int def_conf;
3645 short assoc, loc;
3646
3647 /* read all default configuration for pin complex */
3648 if (wid_type != AC_WID_PIN)
3649 continue;
Kailang Yangdf694da2005-12-05 19:42:22 +01003650 /* ignore the given nids (e.g. pc-beep returns error) */
3651 if (ignore_nids && is_in_nid_list(nid, ignore_nids))
3652 continue;
3653
Takashi Iwaic17a1ab2009-02-23 09:28:12 +01003654 def_conf = snd_hda_codec_get_pincfg(codec, nid);
Takashi Iwaie9edcee2005-06-13 14:16:38 +02003655 if (get_defcfg_connect(def_conf) == AC_JACK_PORT_NONE)
3656 continue;
3657 loc = get_defcfg_location(def_conf);
3658 switch (get_defcfg_device(def_conf)) {
3659 case AC_JACK_LINE_OUT:
Takashi Iwaie9edcee2005-06-13 14:16:38 +02003660 seq = get_defcfg_sequence(def_conf);
3661 assoc = get_defcfg_association(def_conf);
Matthew Ranostay90da78b2008-01-24 11:48:01 +01003662
3663 if (!(wid_caps & AC_WCAP_STEREO))
3664 if (!cfg->mono_out_pin)
3665 cfg->mono_out_pin = nid;
Takashi Iwai0ba21762007-04-16 11:29:14 +02003666 if (!assoc)
Takashi Iwaie9edcee2005-06-13 14:16:38 +02003667 continue;
Takashi Iwai0ba21762007-04-16 11:29:14 +02003668 if (!assoc_line_out)
Takashi Iwaie9edcee2005-06-13 14:16:38 +02003669 assoc_line_out = assoc;
3670 else if (assoc_line_out != assoc)
3671 continue;
3672 if (cfg->line_outs >= ARRAY_SIZE(cfg->line_out_pins))
3673 continue;
3674 cfg->line_out_pins[cfg->line_outs] = nid;
Steve Longerbeam81937d32007-05-08 15:33:03 +02003675 sequences_line_out[cfg->line_outs] = seq;
Takashi Iwaie9edcee2005-06-13 14:16:38 +02003676 cfg->line_outs++;
3677 break;
Takashi Iwai8d88bc32005-11-17 11:09:23 +01003678 case AC_JACK_SPEAKER:
Steve Longerbeam81937d32007-05-08 15:33:03 +02003679 seq = get_defcfg_sequence(def_conf);
3680 assoc = get_defcfg_association(def_conf);
3681 if (! assoc)
3682 continue;
3683 if (! assoc_speaker)
3684 assoc_speaker = assoc;
3685 else if (assoc_speaker != assoc)
3686 continue;
Takashi Iwai82bc9552006-03-21 11:24:42 +01003687 if (cfg->speaker_outs >= ARRAY_SIZE(cfg->speaker_pins))
3688 continue;
3689 cfg->speaker_pins[cfg->speaker_outs] = nid;
Steve Longerbeam81937d32007-05-08 15:33:03 +02003690 sequences_speaker[cfg->speaker_outs] = seq;
Takashi Iwai82bc9552006-03-21 11:24:42 +01003691 cfg->speaker_outs++;
Takashi Iwai8d88bc32005-11-17 11:09:23 +01003692 break;
Takashi Iwaie9edcee2005-06-13 14:16:38 +02003693 case AC_JACK_HP_OUT:
Takashi Iwaif889fa92007-10-31 15:49:32 +01003694 seq = get_defcfg_sequence(def_conf);
3695 assoc = get_defcfg_association(def_conf);
Takashi Iwaieb06ed82006-09-20 17:10:27 +02003696 if (cfg->hp_outs >= ARRAY_SIZE(cfg->hp_pins))
3697 continue;
3698 cfg->hp_pins[cfg->hp_outs] = nid;
Takashi Iwaif889fa92007-10-31 15:49:32 +01003699 sequences_hp[cfg->hp_outs] = (assoc << 4) | seq;
Takashi Iwaieb06ed82006-09-20 17:10:27 +02003700 cfg->hp_outs++;
Takashi Iwaie9edcee2005-06-13 14:16:38 +02003701 break;
Takashi Iwai314634b2006-09-21 11:56:18 +02003702 case AC_JACK_MIC_IN: {
3703 int preferred, alt;
3704 if (loc == AC_JACK_LOC_FRONT) {
3705 preferred = AUTO_PIN_FRONT_MIC;
3706 alt = AUTO_PIN_MIC;
3707 } else {
3708 preferred = AUTO_PIN_MIC;
3709 alt = AUTO_PIN_FRONT_MIC;
3710 }
3711 if (!cfg->input_pins[preferred])
3712 cfg->input_pins[preferred] = nid;
3713 else if (!cfg->input_pins[alt])
3714 cfg->input_pins[alt] = nid;
Takashi Iwaie9edcee2005-06-13 14:16:38 +02003715 break;
Takashi Iwai314634b2006-09-21 11:56:18 +02003716 }
Takashi Iwaie9edcee2005-06-13 14:16:38 +02003717 case AC_JACK_LINE_IN:
3718 if (loc == AC_JACK_LOC_FRONT)
3719 cfg->input_pins[AUTO_PIN_FRONT_LINE] = nid;
3720 else
3721 cfg->input_pins[AUTO_PIN_LINE] = nid;
3722 break;
3723 case AC_JACK_CD:
3724 cfg->input_pins[AUTO_PIN_CD] = nid;
3725 break;
3726 case AC_JACK_AUX:
3727 cfg->input_pins[AUTO_PIN_AUX] = nid;
3728 break;
3729 case AC_JACK_SPDIF_OUT:
Takashi Iwai1b52ae72009-01-20 17:17:29 +01003730 case AC_JACK_DIG_OTHER_OUT:
Takashi Iwai0852d7a2009-02-11 11:35:15 +01003731 if (cfg->dig_outs >= ARRAY_SIZE(cfg->dig_out_pins))
3732 continue;
3733 cfg->dig_out_pins[cfg->dig_outs] = nid;
3734 cfg->dig_out_type[cfg->dig_outs] =
3735 (loc == AC_JACK_LOC_HDMI) ?
3736 HDA_PCM_TYPE_HDMI : HDA_PCM_TYPE_SPDIF;
3737 cfg->dig_outs++;
Takashi Iwaie9edcee2005-06-13 14:16:38 +02003738 break;
3739 case AC_JACK_SPDIF_IN:
Takashi Iwai1b52ae72009-01-20 17:17:29 +01003740 case AC_JACK_DIG_OTHER_IN:
Takashi Iwaie9edcee2005-06-13 14:16:38 +02003741 cfg->dig_in_pin = nid;
Takashi Iwai2297bd62009-01-20 18:24:13 +01003742 if (loc == AC_JACK_LOC_HDMI)
3743 cfg->dig_in_type = HDA_PCM_TYPE_HDMI;
3744 else
3745 cfg->dig_in_type = HDA_PCM_TYPE_SPDIF;
Takashi Iwaie9edcee2005-06-13 14:16:38 +02003746 break;
3747 }
3748 }
3749
Takashi Iwai5832fcf2008-02-12 18:30:12 +01003750 /* FIX-UP:
3751 * If no line-out is defined but multiple HPs are found,
3752 * some of them might be the real line-outs.
3753 */
3754 if (!cfg->line_outs && cfg->hp_outs > 1) {
3755 int i = 0;
3756 while (i < cfg->hp_outs) {
3757 /* The real HPs should have the sequence 0x0f */
3758 if ((sequences_hp[i] & 0x0f) == 0x0f) {
3759 i++;
3760 continue;
3761 }
3762 /* Move it to the line-out table */
3763 cfg->line_out_pins[cfg->line_outs] = cfg->hp_pins[i];
3764 sequences_line_out[cfg->line_outs] = sequences_hp[i];
3765 cfg->line_outs++;
3766 cfg->hp_outs--;
3767 memmove(cfg->hp_pins + i, cfg->hp_pins + i + 1,
3768 sizeof(cfg->hp_pins[0]) * (cfg->hp_outs - i));
3769 memmove(sequences_hp + i - 1, sequences_hp + i,
3770 sizeof(sequences_hp[0]) * (cfg->hp_outs - i));
3771 }
3772 }
3773
Takashi Iwaie9edcee2005-06-13 14:16:38 +02003774 /* sort by sequence */
Steve Longerbeam81937d32007-05-08 15:33:03 +02003775 sort_pins_by_sequence(cfg->line_out_pins, sequences_line_out,
3776 cfg->line_outs);
3777 sort_pins_by_sequence(cfg->speaker_pins, sequences_speaker,
3778 cfg->speaker_outs);
Takashi Iwaif889fa92007-10-31 15:49:32 +01003779 sort_pins_by_sequence(cfg->hp_pins, sequences_hp,
3780 cfg->hp_outs);
Steve Longerbeam81937d32007-05-08 15:33:03 +02003781
Takashi Iwaif889fa92007-10-31 15:49:32 +01003782 /* if we have only one mic, make it AUTO_PIN_MIC */
3783 if (!cfg->input_pins[AUTO_PIN_MIC] &&
3784 cfg->input_pins[AUTO_PIN_FRONT_MIC]) {
3785 cfg->input_pins[AUTO_PIN_MIC] =
3786 cfg->input_pins[AUTO_PIN_FRONT_MIC];
3787 cfg->input_pins[AUTO_PIN_FRONT_MIC] = 0;
3788 }
3789 /* ditto for line-in */
3790 if (!cfg->input_pins[AUTO_PIN_LINE] &&
3791 cfg->input_pins[AUTO_PIN_FRONT_LINE]) {
3792 cfg->input_pins[AUTO_PIN_LINE] =
3793 cfg->input_pins[AUTO_PIN_FRONT_LINE];
3794 cfg->input_pins[AUTO_PIN_FRONT_LINE] = 0;
3795 }
3796
Steve Longerbeam81937d32007-05-08 15:33:03 +02003797 /*
3798 * FIX-UP: if no line-outs are detected, try to use speaker or HP pin
3799 * as a primary output
3800 */
3801 if (!cfg->line_outs) {
3802 if (cfg->speaker_outs) {
3803 cfg->line_outs = cfg->speaker_outs;
3804 memcpy(cfg->line_out_pins, cfg->speaker_pins,
3805 sizeof(cfg->speaker_pins));
3806 cfg->speaker_outs = 0;
3807 memset(cfg->speaker_pins, 0, sizeof(cfg->speaker_pins));
3808 cfg->line_out_type = AUTO_PIN_SPEAKER_OUT;
3809 } else if (cfg->hp_outs) {
3810 cfg->line_outs = cfg->hp_outs;
3811 memcpy(cfg->line_out_pins, cfg->hp_pins,
3812 sizeof(cfg->hp_pins));
3813 cfg->hp_outs = 0;
3814 memset(cfg->hp_pins, 0, sizeof(cfg->hp_pins));
3815 cfg->line_out_type = AUTO_PIN_HP_OUT;
3816 }
3817 }
Takashi Iwaie9edcee2005-06-13 14:16:38 +02003818
Takashi Iwaicb8e2f82005-07-29 11:54:32 +02003819 /* Reorder the surround channels
3820 * ALSA sequence is front/surr/clfe/side
3821 * HDA sequence is:
3822 * 4-ch: front/surr => OK as it is
3823 * 6-ch: front/clfe/surr
Takashi Iwai9422db42007-04-20 16:11:43 +02003824 * 8-ch: front/clfe/rear/side|fc
Takashi Iwaicb8e2f82005-07-29 11:54:32 +02003825 */
3826 switch (cfg->line_outs) {
3827 case 3:
Takashi Iwaicb8e2f82005-07-29 11:54:32 +02003828 case 4:
3829 nid = cfg->line_out_pins[1];
Takashi Iwai9422db42007-04-20 16:11:43 +02003830 cfg->line_out_pins[1] = cfg->line_out_pins[2];
Takashi Iwaicb8e2f82005-07-29 11:54:32 +02003831 cfg->line_out_pins[2] = nid;
3832 break;
Takashi Iwaie9edcee2005-06-13 14:16:38 +02003833 }
3834
Takashi Iwai82bc9552006-03-21 11:24:42 +01003835 /*
3836 * debug prints of the parsed results
3837 */
3838 snd_printd("autoconfig: line_outs=%d (0x%x/0x%x/0x%x/0x%x/0x%x)\n",
3839 cfg->line_outs, cfg->line_out_pins[0], cfg->line_out_pins[1],
3840 cfg->line_out_pins[2], cfg->line_out_pins[3],
3841 cfg->line_out_pins[4]);
3842 snd_printd(" speaker_outs=%d (0x%x/0x%x/0x%x/0x%x/0x%x)\n",
3843 cfg->speaker_outs, cfg->speaker_pins[0],
3844 cfg->speaker_pins[1], cfg->speaker_pins[2],
3845 cfg->speaker_pins[3], cfg->speaker_pins[4]);
Takashi Iwaieb06ed82006-09-20 17:10:27 +02003846 snd_printd(" hp_outs=%d (0x%x/0x%x/0x%x/0x%x/0x%x)\n",
3847 cfg->hp_outs, cfg->hp_pins[0],
3848 cfg->hp_pins[1], cfg->hp_pins[2],
3849 cfg->hp_pins[3], cfg->hp_pins[4]);
Matthew Ranostay90da78b2008-01-24 11:48:01 +01003850 snd_printd(" mono: mono_out=0x%x\n", cfg->mono_out_pin);
Takashi Iwai0852d7a2009-02-11 11:35:15 +01003851 if (cfg->dig_outs)
3852 snd_printd(" dig-out=0x%x/0x%x\n",
3853 cfg->dig_out_pins[0], cfg->dig_out_pins[1]);
Takashi Iwai82bc9552006-03-21 11:24:42 +01003854 snd_printd(" inputs: mic=0x%x, fmic=0x%x, line=0x%x, fline=0x%x,"
3855 " cd=0x%x, aux=0x%x\n",
3856 cfg->input_pins[AUTO_PIN_MIC],
3857 cfg->input_pins[AUTO_PIN_FRONT_MIC],
3858 cfg->input_pins[AUTO_PIN_LINE],
3859 cfg->input_pins[AUTO_PIN_FRONT_LINE],
3860 cfg->input_pins[AUTO_PIN_CD],
3861 cfg->input_pins[AUTO_PIN_AUX]);
Takashi Iwai32d2c7f2009-02-11 11:33:13 +01003862 if (cfg->dig_in_pin)
Takashi Iwai89ce9e82009-01-20 17:15:57 +01003863 snd_printd(" dig-in=0x%x\n", cfg->dig_in_pin);
Takashi Iwai82bc9552006-03-21 11:24:42 +01003864
Takashi Iwaie9edcee2005-06-13 14:16:38 +02003865 return 0;
3866}
Takashi Iwaiff7a3262008-11-28 15:17:06 +01003867EXPORT_SYMBOL_HDA(snd_hda_parse_pin_def_config);
Takashi Iwaie9edcee2005-06-13 14:16:38 +02003868
Takashi Iwai4a471b72005-12-07 13:56:29 +01003869/* labels for input pins */
3870const char *auto_pin_cfg_labels[AUTO_PIN_LAST] = {
3871 "Mic", "Front Mic", "Line", "Front Line", "CD", "Aux"
3872};
Takashi Iwaiff7a3262008-11-28 15:17:06 +01003873EXPORT_SYMBOL_HDA(auto_pin_cfg_labels);
Takashi Iwai4a471b72005-12-07 13:56:29 +01003874
3875
Linus Torvalds1da177e2005-04-16 15:20:36 -07003876#ifdef CONFIG_PM
3877/*
3878 * power management
3879 */
3880
3881/**
3882 * snd_hda_suspend - suspend the codecs
3883 * @bus: the HDA bus
Linus Torvalds1da177e2005-04-16 15:20:36 -07003884 *
3885 * Returns 0 if successful.
3886 */
Takashi Iwai8dd78332009-06-02 01:16:07 +02003887int snd_hda_suspend(struct hda_bus *bus)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003888{
Takashi Iwai0ba21762007-04-16 11:29:14 +02003889 struct hda_codec *codec;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003890
Takashi Iwai0ba21762007-04-16 11:29:14 +02003891 list_for_each_entry(codec, &bus->codec_list, list) {
Takashi Iwai0b7a2e92007-08-14 15:18:26 +02003892#ifdef CONFIG_SND_HDA_POWER_SAVE
3893 if (!codec->power_on)
3894 continue;
3895#endif
Takashi Iwaicb53c622007-08-10 17:21:45 +02003896 hda_call_codec_suspend(codec);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003897 }
3898 return 0;
3899}
Takashi Iwaiff7a3262008-11-28 15:17:06 +01003900EXPORT_SYMBOL_HDA(snd_hda_suspend);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003901
3902/**
3903 * snd_hda_resume - resume the codecs
3904 * @bus: the HDA bus
Linus Torvalds1da177e2005-04-16 15:20:36 -07003905 *
3906 * Returns 0 if successful.
Takashi Iwaicb53c622007-08-10 17:21:45 +02003907 *
3908 * This fucntion is defined only when POWER_SAVE isn't set.
3909 * In the power-save mode, the codec is resumed dynamically.
Linus Torvalds1da177e2005-04-16 15:20:36 -07003910 */
3911int snd_hda_resume(struct hda_bus *bus)
3912{
Takashi Iwai0ba21762007-04-16 11:29:14 +02003913 struct hda_codec *codec;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003914
Takashi Iwai0ba21762007-04-16 11:29:14 +02003915 list_for_each_entry(codec, &bus->codec_list, list) {
Maxim Levitskyd804ad92007-09-03 15:28:04 +02003916 if (snd_hda_codec_needs_resume(codec))
3917 hda_call_codec_resume(codec);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003918 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07003919 return 0;
3920}
Takashi Iwaiff7a3262008-11-28 15:17:06 +01003921EXPORT_SYMBOL_HDA(snd_hda_resume);
Takashi Iwai1289e9e2008-11-27 15:47:11 +01003922#endif /* CONFIG_PM */
Takashi Iwaib2e18592008-07-30 15:01:44 +02003923
3924/*
3925 * generic arrays
3926 */
3927
3928/* get a new element from the given array
3929 * if it exceeds the pre-allocated array size, re-allocate the array
3930 */
3931void *snd_array_new(struct snd_array *array)
3932{
3933 if (array->used >= array->alloced) {
3934 int num = array->alloced + array->alloc_align;
Takashi Iwaib910d9a2008-11-07 00:26:52 +01003935 void *nlist;
3936 if (snd_BUG_ON(num >= 4096))
3937 return NULL;
3938 nlist = kcalloc(num + 1, array->elem_size, GFP_KERNEL);
Takashi Iwaib2e18592008-07-30 15:01:44 +02003939 if (!nlist)
3940 return NULL;
3941 if (array->list) {
3942 memcpy(nlist, array->list,
3943 array->elem_size * array->alloced);
3944 kfree(array->list);
3945 }
3946 array->list = nlist;
3947 array->alloced = num;
3948 }
Takashi Iwaif43aa022008-11-10 16:24:26 +01003949 return snd_array_elem(array, array->used++);
Takashi Iwaib2e18592008-07-30 15:01:44 +02003950}
Takashi Iwaiff7a3262008-11-28 15:17:06 +01003951EXPORT_SYMBOL_HDA(snd_array_new);
Takashi Iwaib2e18592008-07-30 15:01:44 +02003952
3953/* free the given array elements */
3954void snd_array_free(struct snd_array *array)
3955{
3956 kfree(array->list);
3957 array->used = 0;
3958 array->alloced = 0;
3959 array->list = NULL;
3960}
Takashi Iwaiff7a3262008-11-28 15:17:06 +01003961EXPORT_SYMBOL_HDA(snd_array_free);
Takashi Iwaib2022262008-11-21 21:24:03 +01003962
3963/*
3964 * used by hda_proc.c and hda_eld.c
3965 */
3966void snd_print_pcm_rates(int pcm, char *buf, int buflen)
3967{
3968 static unsigned int rates[] = {
3969 8000, 11025, 16000, 22050, 32000, 44100, 48000, 88200,
3970 96000, 176400, 192000, 384000
3971 };
3972 int i, j;
3973
3974 for (i = 0, j = 0; i < ARRAY_SIZE(rates); i++)
3975 if (pcm & (1 << i))
3976 j += snprintf(buf + j, buflen - j, " %d", rates[i]);
3977
3978 buf[j] = '\0'; /* necessary when j == 0 */
3979}
Takashi Iwaiff7a3262008-11-28 15:17:06 +01003980EXPORT_SYMBOL_HDA(snd_print_pcm_rates);
Takashi Iwaib2022262008-11-21 21:24:03 +01003981
3982void snd_print_pcm_bits(int pcm, char *buf, int buflen)
3983{
3984 static unsigned int bits[] = { 8, 16, 20, 24, 32 };
3985 int i, j;
3986
3987 for (i = 0, j = 0; i < ARRAY_SIZE(bits); i++)
3988 if (pcm & (AC_SUPPCM_BITS_8 << i))
3989 j += snprintf(buf + j, buflen - j, " %d", bits[i]);
3990
3991 buf[j] = '\0'; /* necessary when j == 0 */
3992}
Takashi Iwaiff7a3262008-11-28 15:17:06 +01003993EXPORT_SYMBOL_HDA(snd_print_pcm_bits);
Takashi Iwai1289e9e2008-11-27 15:47:11 +01003994
3995MODULE_DESCRIPTION("HDA codec core");
3996MODULE_LICENSE("GPL");