blob: 1ebb36ca2e007bf30cce4f9f5044c89d2070c870 [file] [log] [blame]
Matt2f2f4252005-04-13 14:45:30 +02001/*
2 * Universal Interface for Intel High Definition Audio Codec
3 *
4 * HD audio interface patch for SigmaTel STAC92xx
5 *
6 * Copyright (c) 2005 Embedded Alley Solutions, Inc.
Matt Porter403d1942005-11-29 15:00:51 +01007 * Matt Porter <mporter@embeddedalley.com>
Matt2f2f4252005-04-13 14:45:30 +02008 *
9 * Based on patch_cmedia.c and patch_realtek.c
10 * Copyright (c) 2004 Takashi Iwai <tiwai@suse.de>
11 *
12 * This driver is free software; you can redistribute it and/or modify
13 * it under the terms of the GNU General Public License as published by
14 * the Free Software Foundation; either version 2 of the License, or
15 * (at your option) any later version.
16 *
17 * This driver is distributed in the hope that it will be useful,
18 * but WITHOUT ANY WARRANTY; without even the implied warranty of
19 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
20 * GNU General Public License for more details.
21 *
22 * You should have received a copy of the GNU General Public License
23 * along with this program; if not, write to the Free Software
24 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
25 */
26
Matt2f2f4252005-04-13 14:45:30 +020027#include <linux/init.h>
28#include <linux/delay.h>
29#include <linux/slab.h>
30#include <linux/pci.h>
31#include <sound/core.h>
Mattc7d4b2f2005-06-27 14:59:41 +020032#include <sound/asoundef.h>
Matthew Ranostay45a6ac12008-10-15 14:45:38 -040033#include <sound/jack.h>
Matt2f2f4252005-04-13 14:45:30 +020034#include "hda_codec.h"
35#include "hda_local.h"
Matthew Ranostay1cd22242008-07-18 18:20:52 +020036#include "hda_beep.h"
Matt2f2f4252005-04-13 14:45:30 +020037
Takashi Iwaic6e4c662008-11-25 11:58:19 +010038enum {
39 STAC_VREF_EVENT = 1,
40 STAC_INSERT_EVENT,
41 STAC_PWR_EVENT,
42 STAC_HP_EVENT,
43};
Matt4e550962005-07-04 17:51:39 +020044
Takashi Iwaif5fcc132006-11-24 17:07:44 +010045enum {
46 STAC_REF,
Tobin Davisbf277782008-02-03 20:31:47 +010047 STAC_9200_OQO,
Takashi Iwaidfe495d2007-08-23 19:04:28 +020048 STAC_9200_DELL_D21,
49 STAC_9200_DELL_D22,
50 STAC_9200_DELL_D23,
51 STAC_9200_DELL_M21,
52 STAC_9200_DELL_M22,
53 STAC_9200_DELL_M23,
54 STAC_9200_DELL_M24,
55 STAC_9200_DELL_M25,
56 STAC_9200_DELL_M26,
57 STAC_9200_DELL_M27,
Mauro Carvalho Chehab58eec422008-08-11 10:18:39 +020058 STAC_9200_M4,
59 STAC_9200_M4_2,
Takashi Iwai117f2572008-03-18 09:53:23 +010060 STAC_9200_PANASONIC,
Takashi Iwaif5fcc132006-11-24 17:07:44 +010061 STAC_9200_MODELS
62};
63
64enum {
65 STAC_9205_REF,
Takashi Iwaidfe495d2007-08-23 19:04:28 +020066 STAC_9205_DELL_M42,
Tobin Davisae0a8ed2007-08-13 15:50:29 +020067 STAC_9205_DELL_M43,
68 STAC_9205_DELL_M44,
Takashi Iwaid9a42682009-01-22 17:40:18 +010069 STAC_9205_EAPD,
Takashi Iwaif5fcc132006-11-24 17:07:44 +010070 STAC_9205_MODELS
71};
72
73enum {
Takashi Iwai9e43f0d2008-12-17 14:51:01 +010074 STAC_92HD73XX_NO_JD, /* no jack-detection */
Matthew Ranostaye1f0d662007-12-13 17:47:21 +010075 STAC_92HD73XX_REF,
Takashi Iwai661cd8f2008-11-25 15:18:29 +010076 STAC_DELL_M6_AMIC,
77 STAC_DELL_M6_DMIC,
78 STAC_DELL_M6_BOTH,
Matthew Ranostay6b3ab212008-11-03 08:12:43 -050079 STAC_DELL_EQ,
Matthew Ranostaye1f0d662007-12-13 17:47:21 +010080 STAC_92HD73XX_MODELS
81};
82
83enum {
Matthew Ranostayd0513fc2008-07-27 10:30:30 +020084 STAC_92HD83XXX_REF,
Matthew Ranostay32ed3f42009-01-22 20:53:29 -050085 STAC_92HD83XXX_PWR_REF,
Matthew Ranostay8bb0ac52009-02-12 16:50:01 -050086 STAC_DELL_S14,
Matthew Ranostayd0513fc2008-07-27 10:30:30 +020087 STAC_92HD83XXX_MODELS
88};
89
90enum {
Matthew Ranostaye035b842007-11-06 11:53:55 +010091 STAC_92HD71BXX_REF,
Matthew Ranostaya7662642008-02-21 07:51:14 +010092 STAC_DELL_M4_1,
93 STAC_DELL_M4_2,
Matthew Ranostay3a7abfd2008-11-20 21:21:43 -050094 STAC_DELL_M4_3,
Matthew Ranostay6a14f582008-09-12 12:02:30 -040095 STAC_HP_M4,
Takashi Iwai1b0652e2009-01-14 08:27:35 +010096 STAC_HP_DV5,
Matthew Ranostaye035b842007-11-06 11:53:55 +010097 STAC_92HD71BXX_MODELS
98};
99
100enum {
Tobin Davis8e21c342007-01-08 11:04:17 +0100101 STAC_925x_REF,
Mauro Carvalho Chehab9cb36c22008-08-11 10:18:39 +0200102 STAC_M1,
103 STAC_M1_2,
104 STAC_M2,
Tobin Davis8e21c342007-01-08 11:04:17 +0100105 STAC_M2_2,
Mauro Carvalho Chehab9cb36c22008-08-11 10:18:39 +0200106 STAC_M3,
107 STAC_M5,
108 STAC_M6,
Tobin Davis8e21c342007-01-08 11:04:17 +0100109 STAC_925x_MODELS
110};
111
112enum {
Takashi Iwaif5fcc132006-11-24 17:07:44 +0100113 STAC_D945_REF,
114 STAC_D945GTP3,
115 STAC_D945GTP5,
Ivan N. Zlatev5d5d3bc2007-05-29 16:03:00 +0200116 STAC_INTEL_MAC_V1,
117 STAC_INTEL_MAC_V2,
118 STAC_INTEL_MAC_V3,
119 STAC_INTEL_MAC_V4,
120 STAC_INTEL_MAC_V5,
Nicolas Boichat536319a2008-07-21 22:18:01 +0800121 STAC_INTEL_MAC_AUTO, /* This model is selected if no module parameter
122 * is given, one of the above models will be
123 * chosen according to the subsystem id. */
Takashi Iwaidfe495d2007-08-23 19:04:28 +0200124 /* for backward compatibility */
Takashi Iwaif5fcc132006-11-24 17:07:44 +0100125 STAC_MACMINI,
Takashi Iwai3fc24d82007-02-16 13:27:18 +0100126 STAC_MACBOOK,
Nicolas Boichat6f0778d2007-03-15 12:38:15 +0100127 STAC_MACBOOK_PRO_V1,
128 STAC_MACBOOK_PRO_V2,
Sylvain FORETf16928f2007-04-27 14:22:36 +0200129 STAC_IMAC_INTEL,
Takashi Iwai0dae0f82007-05-21 12:41:29 +0200130 STAC_IMAC_INTEL_20,
Mauro Carvalho Chehab8c650082008-08-04 10:39:59 -0300131 STAC_ECS_202,
Takashi Iwaidfe495d2007-08-23 19:04:28 +0200132 STAC_922X_DELL_D81,
133 STAC_922X_DELL_D82,
134 STAC_922X_DELL_M81,
135 STAC_922X_DELL_M82,
Takashi Iwaif5fcc132006-11-24 17:07:44 +0100136 STAC_922X_MODELS
137};
138
139enum {
Takashi Iwaie28d8322008-12-17 13:48:29 +0100140 STAC_D965_REF_NO_JD, /* no jack-detection */
Takashi Iwaif5fcc132006-11-24 17:07:44 +0100141 STAC_D965_REF,
142 STAC_D965_3ST,
143 STAC_D965_5ST,
Tobin Davis4ff076e2007-08-07 11:48:12 +0200144 STAC_DELL_3ST,
Matthew Ranostay8e9068b2007-12-17 11:58:13 +0100145 STAC_DELL_BIOS,
Takashi Iwaif5fcc132006-11-24 17:07:44 +0100146 STAC_927X_MODELS
147};
Matt Porter403d1942005-11-29 15:00:51 +0100148
Matthew Ranostay74aeaab2008-10-25 01:06:04 -0400149struct sigmatel_event {
150 hda_nid_t nid;
Takashi Iwaic6e4c662008-11-25 11:58:19 +0100151 unsigned char type;
152 unsigned char tag;
Matthew Ranostay74aeaab2008-10-25 01:06:04 -0400153 int data;
154};
155
156struct sigmatel_jack {
157 hda_nid_t nid;
158 int type;
159 struct snd_jack *jack;
160};
161
Matt2f2f4252005-04-13 14:45:30 +0200162struct sigmatel_spec {
Takashi Iwaic8b6bf92005-11-17 14:57:47 +0100163 struct snd_kcontrol_new *mixers[4];
Mattc7d4b2f2005-06-27 14:59:41 +0200164 unsigned int num_mixers;
165
Matt Porter403d1942005-11-29 15:00:51 +0100166 int board_config;
Matthew Ranostayc0cea0d2008-11-16 11:42:34 -0500167 unsigned int eapd_switch: 1;
Mattc7d4b2f2005-06-27 14:59:41 +0200168 unsigned int surr_switch: 1;
Matt Porter3cc08dc2006-01-23 15:27:49 +0100169 unsigned int alt_switch: 1;
Takashi Iwai82bc9552006-03-21 11:24:42 +0100170 unsigned int hp_detect: 1;
Matthew Ranostay00ef50c2008-09-27 18:13:47 -0400171 unsigned int spdif_mute: 1;
Takashi Iwai7c7767e2009-01-20 15:28:38 +0100172 unsigned int check_volume_offset:1;
Mattc7d4b2f2005-06-27 14:59:41 +0200173
Matthew Ranostay4fe51952008-01-29 15:28:44 +0100174 /* gpio lines */
Matthew Ranostay0fc9dec2008-04-14 13:32:54 +0200175 unsigned int eapd_mask;
Matthew Ranostay4fe51952008-01-29 15:28:44 +0100176 unsigned int gpio_mask;
177 unsigned int gpio_dir;
178 unsigned int gpio_data;
179 unsigned int gpio_mute;
180
Matthew Ranostay8daaaa92008-08-15 07:45:52 +0200181 /* stream */
182 unsigned int stream_delay;
183
Matthew Ranostay4fe51952008-01-29 15:28:44 +0100184 /* analog loopback */
Matthew Ranostaye1f0d662007-12-13 17:47:21 +0100185 unsigned char aloopback_mask;
186 unsigned char aloopback_shift;
Takashi Iwai82599802007-07-31 15:56:24 +0200187
Matthew Ranostaya64135a2008-01-10 16:55:06 +0100188 /* power management */
189 unsigned int num_pwrs;
Matthew Ranostayd0513fc2008-07-27 10:30:30 +0200190 unsigned int *pwr_mapping;
Matthew Ranostaya64135a2008-01-10 16:55:06 +0100191 hda_nid_t *pwr_nids;
Matthew Ranostayb76c8502008-02-06 14:49:44 +0100192 hda_nid_t *dac_list;
Matthew Ranostaya64135a2008-01-10 16:55:06 +0100193
Matthew Ranostay74aeaab2008-10-25 01:06:04 -0400194 /* jack detection */
195 struct snd_array jacks;
196
197 /* events */
198 struct snd_array events;
199
Matt2f2f4252005-04-13 14:45:30 +0200200 /* playback */
Matthew Ranostayb22b4822008-01-22 12:32:30 +0100201 struct hda_input_mux *mono_mux;
Matthew Ranostay89385032008-09-11 09:49:39 -0400202 struct hda_input_mux *amp_mux;
Matthew Ranostayb22b4822008-01-22 12:32:30 +0100203 unsigned int cur_mmux;
Matt2f2f4252005-04-13 14:45:30 +0200204 struct hda_multi_out multiout;
Matt Porter3cc08dc2006-01-23 15:27:49 +0100205 hda_nid_t dac_nids[5];
Takashi Iwaic21ca4a2008-12-19 09:26:08 +0100206 hda_nid_t hp_dacs[5];
207 hda_nid_t speaker_dacs[5];
Matt2f2f4252005-04-13 14:45:30 +0200208
Takashi Iwai7c7767e2009-01-20 15:28:38 +0100209 int volume_offset;
210
Matt2f2f4252005-04-13 14:45:30 +0200211 /* capture */
212 hda_nid_t *adc_nids;
Matt2f2f4252005-04-13 14:45:30 +0200213 unsigned int num_adcs;
Mattdabbed62005-06-14 10:19:34 +0200214 hda_nid_t *mux_nids;
215 unsigned int num_muxes;
Matt Porter8b657272006-10-26 17:12:59 +0200216 hda_nid_t *dmic_nids;
217 unsigned int num_dmics;
Matthew Ranostaye1f0d662007-12-13 17:47:21 +0100218 hda_nid_t *dmux_nids;
Takashi Iwai1697055e2007-12-18 18:05:52 +0100219 unsigned int num_dmuxes;
Matthew Ranostayd9737752008-09-07 12:03:41 +0200220 hda_nid_t *smux_nids;
221 unsigned int num_smuxes;
Matthew Ranostay65973632008-09-16 10:39:37 -0400222 const char **spdif_labels;
Matthew Ranostayd9737752008-09-07 12:03:41 +0200223
Mattdabbed62005-06-14 10:19:34 +0200224 hda_nid_t dig_in_nid;
Matthew Ranostayb22b4822008-01-22 12:32:30 +0100225 hda_nid_t mono_nid;
Matthew Ranostay1cd22242008-07-18 18:20:52 +0200226 hda_nid_t anabeep_nid;
227 hda_nid_t digbeep_nid;
Matt2f2f4252005-04-13 14:45:30 +0200228
Matt2f2f4252005-04-13 14:45:30 +0200229 /* pin widgets */
230 hda_nid_t *pin_nids;
231 unsigned int num_pins;
Matt2f2f4252005-04-13 14:45:30 +0200232 unsigned int *pin_configs;
Matt2f2f4252005-04-13 14:45:30 +0200233
234 /* codec specific stuff */
235 struct hda_verb *init;
Takashi Iwaic8b6bf92005-11-17 14:57:47 +0100236 struct snd_kcontrol_new *mixer;
Matt2f2f4252005-04-13 14:45:30 +0200237
238 /* capture source */
Matt Porter8b657272006-10-26 17:12:59 +0200239 struct hda_input_mux *dinput_mux;
Matthew Ranostaye1f0d662007-12-13 17:47:21 +0100240 unsigned int cur_dmux[2];
Mattc7d4b2f2005-06-27 14:59:41 +0200241 struct hda_input_mux *input_mux;
Matt Porter3cc08dc2006-01-23 15:27:49 +0100242 unsigned int cur_mux[3];
Matthew Ranostayd9737752008-09-07 12:03:41 +0200243 struct hda_input_mux *sinput_mux;
244 unsigned int cur_smux[2];
Matthew Ranostay2a9c7812008-09-13 16:45:39 -0400245 unsigned int cur_amux;
246 hda_nid_t *amp_nids;
247 unsigned int num_amps;
Matthew Ranostay8daaaa92008-08-15 07:45:52 +0200248 unsigned int powerdown_adcs;
Matt2f2f4252005-04-13 14:45:30 +0200249
Matt Porter403d1942005-11-29 15:00:51 +0100250 /* i/o switches */
251 unsigned int io_switch[2];
Maxim Levitsky0fb87bb2007-09-03 15:29:04 +0200252 unsigned int clfe_swap;
Takashi Iwaic21ca4a2008-12-19 09:26:08 +0100253 hda_nid_t line_switch; /* shared line-in for input and output */
254 hda_nid_t mic_switch; /* shared mic-in for input and output */
255 hda_nid_t hp_switch; /* NID of HP as line-out */
Maxim Levitsky5f10c4a2007-09-03 15:29:37 +0200256 unsigned int aloopback;
Matt2f2f4252005-04-13 14:45:30 +0200257
Mattc7d4b2f2005-06-27 14:59:41 +0200258 struct hda_pcm pcm_rec[2]; /* PCM information */
259
260 /* dynamic controls and input_mux */
261 struct auto_pin_cfg autocfg;
Takashi Iwai603c4012008-07-30 15:01:44 +0200262 struct snd_array kctls;
Matt Porter8b657272006-10-26 17:12:59 +0200263 struct hda_input_mux private_dimux;
Mattc7d4b2f2005-06-27 14:59:41 +0200264 struct hda_input_mux private_imux;
Matthew Ranostayd9737752008-09-07 12:03:41 +0200265 struct hda_input_mux private_smux;
Matthew Ranostay89385032008-09-11 09:49:39 -0400266 struct hda_input_mux private_amp_mux;
Matthew Ranostayb22b4822008-01-22 12:32:30 +0100267 struct hda_input_mux private_mono_mux;
Matt2f2f4252005-04-13 14:45:30 +0200268};
269
270static hda_nid_t stac9200_adc_nids[1] = {
271 0x03,
272};
273
274static hda_nid_t stac9200_mux_nids[1] = {
275 0x0c,
276};
277
278static hda_nid_t stac9200_dac_nids[1] = {
279 0x02,
280};
281
Matthew Ranostaya64135a2008-01-10 16:55:06 +0100282static hda_nid_t stac92hd73xx_pwr_nids[8] = {
283 0x0a, 0x0b, 0x0c, 0xd, 0x0e,
284 0x0f, 0x10, 0x11
285};
286
Matthew Ranostay0ffa9802008-09-08 11:20:05 -0400287static hda_nid_t stac92hd73xx_slave_dig_outs[2] = {
288 0x26, 0,
289};
290
Matthew Ranostaye1f0d662007-12-13 17:47:21 +0100291static hda_nid_t stac92hd73xx_adc_nids[2] = {
292 0x1a, 0x1b
293};
294
Matthew Ranostay2a9c7812008-09-13 16:45:39 -0400295#define DELL_M6_AMP 2
296static hda_nid_t stac92hd73xx_amp_nids[3] = {
297 0x0b, 0x0c, 0x0e
Matthew Ranostay89385032008-09-11 09:49:39 -0400298};
299
Matthew Ranostaye1f0d662007-12-13 17:47:21 +0100300#define STAC92HD73XX_NUM_DMICS 2
301static hda_nid_t stac92hd73xx_dmic_nids[STAC92HD73XX_NUM_DMICS + 1] = {
302 0x13, 0x14, 0
303};
304
305#define STAC92HD73_DAC_COUNT 5
Matthew Ranostaye1f0d662007-12-13 17:47:21 +0100306
307static hda_nid_t stac92hd73xx_mux_nids[4] = {
308 0x28, 0x29, 0x2a, 0x2b,
309};
310
311static hda_nid_t stac92hd73xx_dmux_nids[2] = {
312 0x20, 0x21,
313};
314
Matthew Ranostayd9737752008-09-07 12:03:41 +0200315static hda_nid_t stac92hd73xx_smux_nids[2] = {
316 0x22, 0x23,
317};
318
Matthew Ranostayd0513fc2008-07-27 10:30:30 +0200319#define STAC92HD83XXX_NUM_DMICS 2
320static hda_nid_t stac92hd83xxx_dmic_nids[STAC92HD83XXX_NUM_DMICS + 1] = {
321 0x11, 0x12, 0
322};
323
Matthew Ranostayd0513fc2008-07-27 10:30:30 +0200324#define STAC92HD83_DAC_COUNT 3
Matthew Ranostayd0513fc2008-07-27 10:30:30 +0200325
326static hda_nid_t stac92hd83xxx_dmux_nids[2] = {
327 0x17, 0x18,
328};
329
330static hda_nid_t stac92hd83xxx_adc_nids[2] = {
331 0x15, 0x16,
332};
333
334static hda_nid_t stac92hd83xxx_pwr_nids[4] = {
335 0xa, 0xb, 0xd, 0xe,
336};
337
Matthew Ranostay0ffa9802008-09-08 11:20:05 -0400338static hda_nid_t stac92hd83xxx_slave_dig_outs[2] = {
339 0x1e, 0,
340};
341
Matthew Ranostayd0513fc2008-07-27 10:30:30 +0200342static unsigned int stac92hd83xxx_pwr_mapping[4] = {
Matthew Ranostay87e88a72009-01-22 20:38:42 -0500343 0x03, 0x0c, 0x20, 0x40,
Matthew Ranostayd0513fc2008-07-27 10:30:30 +0200344};
345
Takashi Iwai9248f262009-01-14 09:40:25 +0100346static hda_nid_t stac92hd83xxx_amp_nids[1] = {
Matthew Ranostayc15c5062009-01-13 13:30:07 -0500347 0xc,
348};
349
Matthew Ranostaya64135a2008-01-10 16:55:06 +0100350static hda_nid_t stac92hd71bxx_pwr_nids[3] = {
351 0x0a, 0x0d, 0x0f
352};
353
Matthew Ranostaye035b842007-11-06 11:53:55 +0100354static hda_nid_t stac92hd71bxx_adc_nids[2] = {
355 0x12, 0x13,
356};
357
358static hda_nid_t stac92hd71bxx_mux_nids[2] = {
359 0x1a, 0x1b
360};
361
Matthew Ranostay4b33c762008-10-10 09:07:23 -0400362static hda_nid_t stac92hd71bxx_dmux_nids[2] = {
363 0x1c, 0x1d,
Matthew Ranostaye1f0d662007-12-13 17:47:21 +0100364};
365
Matthew Ranostayd9737752008-09-07 12:03:41 +0200366static hda_nid_t stac92hd71bxx_smux_nids[2] = {
367 0x24, 0x25,
368};
369
Matthew Ranostaye035b842007-11-06 11:53:55 +0100370#define STAC92HD71BXX_NUM_DMICS 2
371static hda_nid_t stac92hd71bxx_dmic_nids[STAC92HD71BXX_NUM_DMICS + 1] = {
372 0x18, 0x19, 0
373};
374
Matthew Ranostay0ffa9802008-09-08 11:20:05 -0400375static hda_nid_t stac92hd71bxx_slave_dig_outs[2] = {
376 0x22, 0
377};
378
Tobin Davis8e21c342007-01-08 11:04:17 +0100379static hda_nid_t stac925x_adc_nids[1] = {
380 0x03,
381};
382
383static hda_nid_t stac925x_mux_nids[1] = {
384 0x0f,
385};
386
387static hda_nid_t stac925x_dac_nids[1] = {
388 0x02,
389};
390
Takashi Iwaif6e98522007-10-16 14:27:04 +0200391#define STAC925X_NUM_DMICS 1
392static hda_nid_t stac925x_dmic_nids[STAC925X_NUM_DMICS + 1] = {
393 0x15, 0
Tobin Davis2c11f952007-05-17 09:36:34 +0200394};
395
Takashi Iwai1697055e2007-12-18 18:05:52 +0100396static hda_nid_t stac925x_dmux_nids[1] = {
397 0x14,
398};
399
Matt2f2f4252005-04-13 14:45:30 +0200400static hda_nid_t stac922x_adc_nids[2] = {
401 0x06, 0x07,
402};
403
404static hda_nid_t stac922x_mux_nids[2] = {
405 0x12, 0x13,
406};
407
Matthew Ranostay45c1d852009-02-04 17:49:41 -0500408static hda_nid_t stac927x_slave_dig_outs[2] = {
409 0x1f, 0,
410};
411
Matt Porter3cc08dc2006-01-23 15:27:49 +0100412static hda_nid_t stac927x_adc_nids[3] = {
413 0x07, 0x08, 0x09
414};
415
416static hda_nid_t stac927x_mux_nids[3] = {
417 0x15, 0x16, 0x17
418};
419
Matthew Ranostayd9737752008-09-07 12:03:41 +0200420static hda_nid_t stac927x_smux_nids[1] = {
421 0x21,
422};
423
Matthew Ranostayb76c8502008-02-06 14:49:44 +0100424static hda_nid_t stac927x_dac_nids[6] = {
425 0x02, 0x03, 0x04, 0x05, 0x06, 0
426};
427
Matthew Ranostaye1f0d662007-12-13 17:47:21 +0100428static hda_nid_t stac927x_dmux_nids[1] = {
429 0x1b,
430};
431
Matthew Ranostay7f168592007-10-18 17:38:17 +0200432#define STAC927X_NUM_DMICS 2
433static hda_nid_t stac927x_dmic_nids[STAC927X_NUM_DMICS + 1] = {
434 0x13, 0x14, 0
435};
436
Matthew Ranostay65973632008-09-16 10:39:37 -0400437static const char *stac927x_spdif_labels[5] = {
438 "Digital Playback", "ADAT", "Analog Mux 1",
439 "Analog Mux 2", "Analog Mux 3"
440};
441
Matt Porterf3302a52006-07-31 12:49:34 +0200442static hda_nid_t stac9205_adc_nids[2] = {
443 0x12, 0x13
444};
445
446static hda_nid_t stac9205_mux_nids[2] = {
447 0x19, 0x1a
448};
449
Matthew Ranostaye1f0d662007-12-13 17:47:21 +0100450static hda_nid_t stac9205_dmux_nids[1] = {
Takashi Iwai1697055e2007-12-18 18:05:52 +0100451 0x1d,
Matthew Ranostaye1f0d662007-12-13 17:47:21 +0100452};
453
Matthew Ranostayd9737752008-09-07 12:03:41 +0200454static hda_nid_t stac9205_smux_nids[1] = {
455 0x21,
456};
457
Takashi Iwaif6e98522007-10-16 14:27:04 +0200458#define STAC9205_NUM_DMICS 2
459static hda_nid_t stac9205_dmic_nids[STAC9205_NUM_DMICS + 1] = {
460 0x17, 0x18, 0
Matt Porter8b657272006-10-26 17:12:59 +0200461};
462
Mattc7d4b2f2005-06-27 14:59:41 +0200463static hda_nid_t stac9200_pin_nids[8] = {
Tobin Davis93ed1502006-09-01 21:03:12 +0200464 0x08, 0x09, 0x0d, 0x0e,
465 0x0f, 0x10, 0x11, 0x12,
Matt2f2f4252005-04-13 14:45:30 +0200466};
467
Tobin Davis8e21c342007-01-08 11:04:17 +0100468static hda_nid_t stac925x_pin_nids[8] = {
469 0x07, 0x08, 0x0a, 0x0b,
470 0x0c, 0x0d, 0x10, 0x11,
471};
472
Matt2f2f4252005-04-13 14:45:30 +0200473static hda_nid_t stac922x_pin_nids[10] = {
474 0x0a, 0x0b, 0x0c, 0x0d, 0x0e,
475 0x0f, 0x10, 0x11, 0x15, 0x1b,
476};
477
Matthew Ranostaya7662642008-02-21 07:51:14 +0100478static hda_nid_t stac92hd73xx_pin_nids[13] = {
Matthew Ranostaye1f0d662007-12-13 17:47:21 +0100479 0x0a, 0x0b, 0x0c, 0x0d, 0x0e,
480 0x0f, 0x10, 0x11, 0x12, 0x13,
Matthew Ranostayd9737752008-09-07 12:03:41 +0200481 0x14, 0x22, 0x23
Matthew Ranostaye1f0d662007-12-13 17:47:21 +0100482};
483
Matthew Ranostay8bb0ac52009-02-12 16:50:01 -0500484static hda_nid_t stac92hd83xxx_pin_nids[10] = {
Matthew Ranostayd0513fc2008-07-27 10:30:30 +0200485 0x0a, 0x0b, 0x0c, 0x0d, 0x0e,
Matthew Ranostay8bb0ac52009-02-12 16:50:01 -0500486 0x0f, 0x10, 0x11, 0x1f, 0x20,
Matthew Ranostayd0513fc2008-07-27 10:30:30 +0200487};
Herton Ronaldo Krzesinski616f89e2009-02-04 11:23:19 -0500488
489#define STAC92HD71BXX_NUM_PINS 13
490static hda_nid_t stac92hd71bxx_pin_nids_4port[STAC92HD71BXX_NUM_PINS] = {
491 0x0a, 0x0b, 0x0c, 0x0d, 0x00,
492 0x00, 0x14, 0x18, 0x19, 0x1e,
493 0x1f, 0x20, 0x27
494};
495static hda_nid_t stac92hd71bxx_pin_nids_6port[STAC92HD71BXX_NUM_PINS] = {
Matthew Ranostaye035b842007-11-06 11:53:55 +0100496 0x0a, 0x0b, 0x0c, 0x0d, 0x0e,
497 0x0f, 0x14, 0x18, 0x19, 0x1e,
Herton Ronaldo Krzesinski616f89e2009-02-04 11:23:19 -0500498 0x1f, 0x20, 0x27
Matthew Ranostaye035b842007-11-06 11:53:55 +0100499};
500
Matt Porter3cc08dc2006-01-23 15:27:49 +0100501static hda_nid_t stac927x_pin_nids[14] = {
502 0x0a, 0x0b, 0x0c, 0x0d, 0x0e,
503 0x0f, 0x10, 0x11, 0x12, 0x13,
504 0x14, 0x21, 0x22, 0x23,
505};
506
Matt Porterf3302a52006-07-31 12:49:34 +0200507static hda_nid_t stac9205_pin_nids[12] = {
508 0x0a, 0x0b, 0x0c, 0x0d, 0x0e,
509 0x0f, 0x14, 0x16, 0x17, 0x18,
510 0x21, 0x22,
Matt Porterf3302a52006-07-31 12:49:34 +0200511};
512
Matthew Ranostay89385032008-09-11 09:49:39 -0400513#define stac92xx_amp_volume_info snd_hda_mixer_amp_volume_info
514
515static int stac92xx_amp_volume_get(struct snd_kcontrol *kcontrol,
516 struct snd_ctl_elem_value *ucontrol)
517{
518 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
519 struct sigmatel_spec *spec = codec->spec;
520 hda_nid_t nid = spec->amp_nids[spec->cur_amux];
521
522 kcontrol->private_value ^= get_amp_nid(kcontrol);
523 kcontrol->private_value |= nid;
524
525 return snd_hda_mixer_amp_volume_get(kcontrol, ucontrol);
526}
527
528static int stac92xx_amp_volume_put(struct snd_kcontrol *kcontrol,
529 struct snd_ctl_elem_value *ucontrol)
530{
531 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
532 struct sigmatel_spec *spec = codec->spec;
533 hda_nid_t nid = spec->amp_nids[spec->cur_amux];
534
535 kcontrol->private_value ^= get_amp_nid(kcontrol);
536 kcontrol->private_value |= nid;
537
538 return snd_hda_mixer_amp_volume_put(kcontrol, ucontrol);
539}
540
Matt Porter8b657272006-10-26 17:12:59 +0200541static int stac92xx_dmux_enum_info(struct snd_kcontrol *kcontrol,
542 struct snd_ctl_elem_info *uinfo)
543{
544 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
545 struct sigmatel_spec *spec = codec->spec;
546 return snd_hda_input_mux_info(spec->dinput_mux, uinfo);
547}
548
549static int stac92xx_dmux_enum_get(struct snd_kcontrol *kcontrol,
550 struct snd_ctl_elem_value *ucontrol)
551{
552 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
553 struct sigmatel_spec *spec = codec->spec;
Matthew Ranostaye1f0d662007-12-13 17:47:21 +0100554 unsigned int dmux_idx = snd_ctl_get_ioffidx(kcontrol, &ucontrol->id);
Matt Porter8b657272006-10-26 17:12:59 +0200555
Matthew Ranostaye1f0d662007-12-13 17:47:21 +0100556 ucontrol->value.enumerated.item[0] = spec->cur_dmux[dmux_idx];
Matt Porter8b657272006-10-26 17:12:59 +0200557 return 0;
558}
559
560static int stac92xx_dmux_enum_put(struct snd_kcontrol *kcontrol,
561 struct snd_ctl_elem_value *ucontrol)
562{
563 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
564 struct sigmatel_spec *spec = codec->spec;
Matthew Ranostaye1f0d662007-12-13 17:47:21 +0100565 unsigned int dmux_idx = snd_ctl_get_ioffidx(kcontrol, &ucontrol->id);
Matt Porter8b657272006-10-26 17:12:59 +0200566
567 return snd_hda_input_mux_put(codec, spec->dinput_mux, ucontrol,
Matthew Ranostaye1f0d662007-12-13 17:47:21 +0100568 spec->dmux_nids[dmux_idx], &spec->cur_dmux[dmux_idx]);
Matt Porter8b657272006-10-26 17:12:59 +0200569}
570
Matthew Ranostayd9737752008-09-07 12:03:41 +0200571static int stac92xx_smux_enum_info(struct snd_kcontrol *kcontrol,
572 struct snd_ctl_elem_info *uinfo)
573{
574 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
575 struct sigmatel_spec *spec = codec->spec;
576 return snd_hda_input_mux_info(spec->sinput_mux, uinfo);
577}
578
579static int stac92xx_smux_enum_get(struct snd_kcontrol *kcontrol,
580 struct snd_ctl_elem_value *ucontrol)
581{
582 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
583 struct sigmatel_spec *spec = codec->spec;
584 unsigned int smux_idx = snd_ctl_get_ioffidx(kcontrol, &ucontrol->id);
585
586 ucontrol->value.enumerated.item[0] = spec->cur_smux[smux_idx];
587 return 0;
588}
589
590static int stac92xx_smux_enum_put(struct snd_kcontrol *kcontrol,
591 struct snd_ctl_elem_value *ucontrol)
592{
593 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
594 struct sigmatel_spec *spec = codec->spec;
Matthew Ranostay00ef50c2008-09-27 18:13:47 -0400595 struct hda_input_mux *smux = &spec->private_smux;
Matthew Ranostayd9737752008-09-07 12:03:41 +0200596 unsigned int smux_idx = snd_ctl_get_ioffidx(kcontrol, &ucontrol->id);
Matthew Ranostay00ef50c2008-09-27 18:13:47 -0400597 int err, val;
598 hda_nid_t nid;
Matthew Ranostayd9737752008-09-07 12:03:41 +0200599
Matthew Ranostay00ef50c2008-09-27 18:13:47 -0400600 err = snd_hda_input_mux_put(codec, spec->sinput_mux, ucontrol,
Matthew Ranostayd9737752008-09-07 12:03:41 +0200601 spec->smux_nids[smux_idx], &spec->cur_smux[smux_idx]);
Matthew Ranostay00ef50c2008-09-27 18:13:47 -0400602 if (err < 0)
603 return err;
604
605 if (spec->spdif_mute) {
606 if (smux_idx == 0)
607 nid = spec->multiout.dig_out_nid;
608 else
609 nid = codec->slave_dig_outs[smux_idx - 1];
610 if (spec->cur_smux[smux_idx] == smux->num_items - 1)
Takashi Iwaic9b46f92008-12-01 11:42:09 +0100611 val = HDA_AMP_MUTE;
Matthew Ranostay00ef50c2008-09-27 18:13:47 -0400612 else
Takashi Iwaic9b46f92008-12-01 11:42:09 +0100613 val = 0;
Matthew Ranostay00ef50c2008-09-27 18:13:47 -0400614 /* un/mute SPDIF out */
Takashi Iwaic9b46f92008-12-01 11:42:09 +0100615 snd_hda_codec_amp_stereo(codec, nid, HDA_OUTPUT, 0,
616 HDA_AMP_MUTE, val);
Matthew Ranostay00ef50c2008-09-27 18:13:47 -0400617 }
618 return 0;
Matthew Ranostayd9737752008-09-07 12:03:41 +0200619}
620
Takashi Iwaic8b6bf92005-11-17 14:57:47 +0100621static int stac92xx_mux_enum_info(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_info *uinfo)
Matt2f2f4252005-04-13 14:45:30 +0200622{
623 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
624 struct sigmatel_spec *spec = codec->spec;
Mattc7d4b2f2005-06-27 14:59:41 +0200625 return snd_hda_input_mux_info(spec->input_mux, uinfo);
Matt2f2f4252005-04-13 14:45:30 +0200626}
627
Takashi Iwaic8b6bf92005-11-17 14:57:47 +0100628static int stac92xx_mux_enum_get(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol)
Matt2f2f4252005-04-13 14:45:30 +0200629{
630 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
631 struct sigmatel_spec *spec = codec->spec;
632 unsigned int adc_idx = snd_ctl_get_ioffidx(kcontrol, &ucontrol->id);
633
634 ucontrol->value.enumerated.item[0] = spec->cur_mux[adc_idx];
635 return 0;
636}
637
Takashi Iwaic8b6bf92005-11-17 14:57:47 +0100638static int stac92xx_mux_enum_put(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol)
Matt2f2f4252005-04-13 14:45:30 +0200639{
640 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
641 struct sigmatel_spec *spec = codec->spec;
642 unsigned int adc_idx = snd_ctl_get_ioffidx(kcontrol, &ucontrol->id);
643
Mattc7d4b2f2005-06-27 14:59:41 +0200644 return snd_hda_input_mux_put(codec, spec->input_mux, ucontrol,
Matt2f2f4252005-04-13 14:45:30 +0200645 spec->mux_nids[adc_idx], &spec->cur_mux[adc_idx]);
646}
647
Matthew Ranostayb22b4822008-01-22 12:32:30 +0100648static int stac92xx_mono_mux_enum_info(struct snd_kcontrol *kcontrol,
649 struct snd_ctl_elem_info *uinfo)
650{
651 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
652 struct sigmatel_spec *spec = codec->spec;
653 return snd_hda_input_mux_info(spec->mono_mux, uinfo);
654}
655
656static int stac92xx_mono_mux_enum_get(struct snd_kcontrol *kcontrol,
657 struct snd_ctl_elem_value *ucontrol)
658{
659 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
660 struct sigmatel_spec *spec = codec->spec;
661
662 ucontrol->value.enumerated.item[0] = spec->cur_mmux;
663 return 0;
664}
665
666static int stac92xx_mono_mux_enum_put(struct snd_kcontrol *kcontrol,
667 struct snd_ctl_elem_value *ucontrol)
668{
669 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
670 struct sigmatel_spec *spec = codec->spec;
671
672 return snd_hda_input_mux_put(codec, spec->mono_mux, ucontrol,
673 spec->mono_nid, &spec->cur_mmux);
674}
675
Matthew Ranostay89385032008-09-11 09:49:39 -0400676static int stac92xx_amp_mux_enum_info(struct snd_kcontrol *kcontrol,
677 struct snd_ctl_elem_info *uinfo)
678{
679 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
680 struct sigmatel_spec *spec = codec->spec;
681 return snd_hda_input_mux_info(spec->amp_mux, uinfo);
682}
683
684static int stac92xx_amp_mux_enum_get(struct snd_kcontrol *kcontrol,
685 struct snd_ctl_elem_value *ucontrol)
686{
687 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
688 struct sigmatel_spec *spec = codec->spec;
689
690 ucontrol->value.enumerated.item[0] = spec->cur_amux;
691 return 0;
692}
693
694static int stac92xx_amp_mux_enum_put(struct snd_kcontrol *kcontrol,
695 struct snd_ctl_elem_value *ucontrol)
696{
697 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
698 struct sigmatel_spec *spec = codec->spec;
699 struct snd_kcontrol *ctl =
700 snd_hda_find_mixer_ctl(codec, "Amp Capture Volume");
701 if (!ctl)
702 return -EINVAL;
703
704 snd_ctl_notify(codec->bus->card, SNDRV_CTL_EVENT_MASK_VALUE |
705 SNDRV_CTL_EVENT_MASK_INFO, &ctl->id);
706
707 return snd_hda_input_mux_put(codec, spec->amp_mux, ucontrol,
708 0, &spec->cur_amux);
709}
710
Maxim Levitsky5f10c4a2007-09-03 15:29:37 +0200711#define stac92xx_aloopback_info snd_ctl_boolean_mono_info
712
713static int stac92xx_aloopback_get(struct snd_kcontrol *kcontrol,
714 struct snd_ctl_elem_value *ucontrol)
715{
716 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
Matthew Ranostaye1f0d662007-12-13 17:47:21 +0100717 unsigned int idx = snd_ctl_get_ioffidx(kcontrol, &ucontrol->id);
Maxim Levitsky5f10c4a2007-09-03 15:29:37 +0200718 struct sigmatel_spec *spec = codec->spec;
719
Matthew Ranostaye1f0d662007-12-13 17:47:21 +0100720 ucontrol->value.integer.value[0] = !!(spec->aloopback &
721 (spec->aloopback_mask << idx));
Maxim Levitsky5f10c4a2007-09-03 15:29:37 +0200722 return 0;
723}
724
725static int stac92xx_aloopback_put(struct snd_kcontrol *kcontrol,
726 struct snd_ctl_elem_value *ucontrol)
727{
728 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
729 struct sigmatel_spec *spec = codec->spec;
Matthew Ranostaye1f0d662007-12-13 17:47:21 +0100730 unsigned int idx = snd_ctl_get_ioffidx(kcontrol, &ucontrol->id);
Maxim Levitsky5f10c4a2007-09-03 15:29:37 +0200731 unsigned int dac_mode;
Matthew Ranostaye1f0d662007-12-13 17:47:21 +0100732 unsigned int val, idx_val;
Maxim Levitsky5f10c4a2007-09-03 15:29:37 +0200733
Matthew Ranostaye1f0d662007-12-13 17:47:21 +0100734 idx_val = spec->aloopback_mask << idx;
735 if (ucontrol->value.integer.value[0])
736 val = spec->aloopback | idx_val;
737 else
738 val = spec->aloopback & ~idx_val;
Takashi Iwai68ea7b22007-11-15 15:54:38 +0100739 if (spec->aloopback == val)
Maxim Levitsky5f10c4a2007-09-03 15:29:37 +0200740 return 0;
741
Takashi Iwai68ea7b22007-11-15 15:54:38 +0100742 spec->aloopback = val;
Maxim Levitsky5f10c4a2007-09-03 15:29:37 +0200743
Matthew Ranostaye1f0d662007-12-13 17:47:21 +0100744 /* Only return the bits defined by the shift value of the
745 * first two bytes of the mask
746 */
Maxim Levitsky5f10c4a2007-09-03 15:29:37 +0200747 dac_mode = snd_hda_codec_read(codec, codec->afg, 0,
Matthew Ranostaye1f0d662007-12-13 17:47:21 +0100748 kcontrol->private_value & 0xFFFF, 0x0);
749 dac_mode >>= spec->aloopback_shift;
Maxim Levitsky5f10c4a2007-09-03 15:29:37 +0200750
Matthew Ranostaye1f0d662007-12-13 17:47:21 +0100751 if (spec->aloopback & idx_val) {
Maxim Levitsky5f10c4a2007-09-03 15:29:37 +0200752 snd_hda_power_up(codec);
Matthew Ranostaye1f0d662007-12-13 17:47:21 +0100753 dac_mode |= idx_val;
Maxim Levitsky5f10c4a2007-09-03 15:29:37 +0200754 } else {
755 snd_hda_power_down(codec);
Matthew Ranostaye1f0d662007-12-13 17:47:21 +0100756 dac_mode &= ~idx_val;
Maxim Levitsky5f10c4a2007-09-03 15:29:37 +0200757 }
758
759 snd_hda_codec_write_cache(codec, codec->afg, 0,
760 kcontrol->private_value >> 16, dac_mode);
761
762 return 1;
763}
764
Mattc7d4b2f2005-06-27 14:59:41 +0200765static struct hda_verb stac9200_core_init[] = {
Matt2f2f4252005-04-13 14:45:30 +0200766 /* set dac0mux for dac converter */
Mattc7d4b2f2005-06-27 14:59:41 +0200767 { 0x07, AC_VERB_SET_CONNECT_SEL, 0x00},
Matt2f2f4252005-04-13 14:45:30 +0200768 {}
769};
770
Takashi Iwai1194b5b2007-10-10 10:04:26 +0200771static struct hda_verb stac9200_eapd_init[] = {
772 /* set dac0mux for dac converter */
773 {0x07, AC_VERB_SET_CONNECT_SEL, 0x00},
774 {0x08, AC_VERB_SET_EAPD_BTLENABLE, 0x02},
775 {}
776};
777
Matthew Ranostaye1f0d662007-12-13 17:47:21 +0100778static struct hda_verb stac92hd73xx_6ch_core_init[] = {
779 /* set master volume and direct control */
780 { 0x1f, AC_VERB_SET_VOLUME_KNOB_CONTROL, 0xff},
Matthew Ranostaye1f0d662007-12-13 17:47:21 +0100781 /* setup adcs to point to mixer */
782 { 0x20, AC_VERB_SET_CONNECT_SEL, 0x0b},
783 { 0x21, AC_VERB_SET_CONNECT_SEL, 0x0b},
Matthew Ranostaye1f0d662007-12-13 17:47:21 +0100784 { 0x0f, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT},
785 { 0x10, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT},
786 { 0x11, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT},
787 /* setup import muxs */
788 { 0x28, AC_VERB_SET_CONNECT_SEL, 0x01},
789 { 0x29, AC_VERB_SET_CONNECT_SEL, 0x01},
790 { 0x2a, AC_VERB_SET_CONNECT_SEL, 0x01},
791 { 0x2b, AC_VERB_SET_CONNECT_SEL, 0x00},
792 {}
793};
794
Matthew Ranostayd654a662008-03-14 08:46:51 +0100795static struct hda_verb dell_eq_core_init[] = {
796 /* set master volume to max value without distortion
797 * and direct control */
798 { 0x1f, AC_VERB_SET_VOLUME_KNOB_CONTROL, 0xec},
Matthew Ranostayd654a662008-03-14 08:46:51 +0100799 /* setup adcs to point to mixer */
800 { 0x20, AC_VERB_SET_CONNECT_SEL, 0x0b},
801 { 0x21, AC_VERB_SET_CONNECT_SEL, 0x0b},
802 /* setup import muxs */
803 { 0x28, AC_VERB_SET_CONNECT_SEL, 0x01},
804 { 0x29, AC_VERB_SET_CONNECT_SEL, 0x01},
805 { 0x2a, AC_VERB_SET_CONNECT_SEL, 0x01},
806 { 0x2b, AC_VERB_SET_CONNECT_SEL, 0x00},
807 {}
808};
809
Matthew Ranostay52fe0f92008-02-29 12:08:20 +0100810static struct hda_verb dell_m6_core_init[] = {
Matthew Ranostay6b3ab212008-11-03 08:12:43 -0500811 { 0x1f, AC_VERB_SET_VOLUME_KNOB_CONTROL, 0xff},
Matthew Ranostay52fe0f92008-02-29 12:08:20 +0100812 /* setup adcs to point to mixer */
813 { 0x20, AC_VERB_SET_CONNECT_SEL, 0x0b},
814 { 0x21, AC_VERB_SET_CONNECT_SEL, 0x0b},
815 /* setup import muxs */
816 { 0x28, AC_VERB_SET_CONNECT_SEL, 0x01},
817 { 0x29, AC_VERB_SET_CONNECT_SEL, 0x01},
818 { 0x2a, AC_VERB_SET_CONNECT_SEL, 0x01},
819 { 0x2b, AC_VERB_SET_CONNECT_SEL, 0x00},
820 {}
821};
822
Matthew Ranostaye1f0d662007-12-13 17:47:21 +0100823static struct hda_verb stac92hd73xx_8ch_core_init[] = {
824 /* set master volume and direct control */
825 { 0x1f, AC_VERB_SET_VOLUME_KNOB_CONTROL, 0xff},
Matthew Ranostaye1f0d662007-12-13 17:47:21 +0100826 /* setup adcs to point to mixer */
827 { 0x20, AC_VERB_SET_CONNECT_SEL, 0x0b},
828 { 0x21, AC_VERB_SET_CONNECT_SEL, 0x0b},
Matthew Ranostaye1f0d662007-12-13 17:47:21 +0100829 { 0x0f, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT},
830 { 0x10, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT},
831 { 0x11, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT},
832 /* setup import muxs */
833 { 0x28, AC_VERB_SET_CONNECT_SEL, 0x01},
834 { 0x29, AC_VERB_SET_CONNECT_SEL, 0x01},
835 { 0x2a, AC_VERB_SET_CONNECT_SEL, 0x01},
836 { 0x2b, AC_VERB_SET_CONNECT_SEL, 0x03},
837 {}
838};
839
840static struct hda_verb stac92hd73xx_10ch_core_init[] = {
841 /* set master volume and direct control */
842 { 0x1f, AC_VERB_SET_VOLUME_KNOB_CONTROL, 0xff},
Matthew Ranostaye1f0d662007-12-13 17:47:21 +0100843 /* dac3 is connected to import3 mux */
844 { 0x18, AC_VERB_SET_AMP_GAIN_MUTE, 0xb07f},
Matthew Ranostaye1f0d662007-12-13 17:47:21 +0100845 /* setup adcs to point to mixer */
846 { 0x20, AC_VERB_SET_CONNECT_SEL, 0x0b},
847 { 0x21, AC_VERB_SET_CONNECT_SEL, 0x0b},
Matthew Ranostaye1f0d662007-12-13 17:47:21 +0100848 { 0x0f, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT},
849 { 0x10, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT},
850 { 0x11, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT},
851 /* setup import muxs */
852 { 0x28, AC_VERB_SET_CONNECT_SEL, 0x01},
853 { 0x29, AC_VERB_SET_CONNECT_SEL, 0x01},
854 { 0x2a, AC_VERB_SET_CONNECT_SEL, 0x01},
855 { 0x2b, AC_VERB_SET_CONNECT_SEL, 0x03},
856 {}
857};
858
Matthew Ranostayd0513fc2008-07-27 10:30:30 +0200859static struct hda_verb stac92hd83xxx_core_init[] = {
Matthew Ranostay8bb0ac52009-02-12 16:50:01 -0500860 { 0xa, AC_VERB_SET_CONNECT_SEL, 0x1},
861 { 0xb, AC_VERB_SET_CONNECT_SEL, 0x1},
862 { 0xd, AC_VERB_SET_CONNECT_SEL, 0x0},
Matthew Ranostayd0513fc2008-07-27 10:30:30 +0200863
864 /* power state controls amps */
865 { 0x01, AC_VERB_SET_EAPD, 1 << 2},
Herton Ronaldo Krzesinski574f3c42008-12-23 16:53:00 -0200866 {}
Matthew Ranostayd0513fc2008-07-27 10:30:30 +0200867};
868
Matthew Ranostaye035b842007-11-06 11:53:55 +0100869static struct hda_verb stac92hd71bxx_core_init[] = {
870 /* set master volume and direct control */
871 { 0x28, AC_VERB_SET_VOLUME_KNOB_CONTROL, 0xff},
Herton Ronaldo Krzesinski574f3c42008-12-23 16:53:00 -0200872 {}
Matthew Ranostay541eee82007-12-14 12:08:04 +0100873};
874
Matthew Ranostayca8d33f2009-01-26 09:33:52 -0500875#define HD_DISABLE_PORTF 1
Matthew Ranostay541eee82007-12-14 12:08:04 +0100876static struct hda_verb stac92hd71bxx_analog_core_init[] = {
Matthew Ranostayaafc4412008-06-13 18:04:33 +0200877 /* start of config #1 */
878
879 /* connect port 0f to audio mixer */
880 { 0x0f, AC_VERB_SET_CONNECT_SEL, 0x2},
Matthew Ranostayaafc4412008-06-13 18:04:33 +0200881 /* start of config #2 */
882
Matthew Ranostay541eee82007-12-14 12:08:04 +0100883 /* set master volume and direct control */
884 { 0x28, AC_VERB_SET_VOLUME_KNOB_CONTROL, 0xff},
Matthew Ranostayca8d33f2009-01-26 09:33:52 -0500885 {}
886};
887
888static struct hda_verb stac92hd71bxx_unmute_core_init[] = {
889 /* unmute right and left channels for nodes 0x0f, 0xa, 0x0d */
890 { 0x0f, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
Matthew Ranostaye035b842007-11-06 11:53:55 +0100891 { 0x0a, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
892 { 0x0d, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
Matthew Ranostaye035b842007-11-06 11:53:55 +0100893 {}
894};
895
Tobin Davis8e21c342007-01-08 11:04:17 +0100896static struct hda_verb stac925x_core_init[] = {
897 /* set dac0mux for dac converter */
898 { 0x06, AC_VERB_SET_CONNECT_SEL, 0x00},
Takashi Iwaic9280d62009-01-15 17:31:00 +0100899 /* mute the master volume */
900 { 0x0e, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_MUTE },
Tobin Davis8e21c342007-01-08 11:04:17 +0100901 {}
902};
903
Mattc7d4b2f2005-06-27 14:59:41 +0200904static struct hda_verb stac922x_core_init[] = {
Matt2f2f4252005-04-13 14:45:30 +0200905 /* set master volume and direct control */
Mattc7d4b2f2005-06-27 14:59:41 +0200906 { 0x16, AC_VERB_SET_VOLUME_KNOB_CONTROL, 0xff},
Matt2f2f4252005-04-13 14:45:30 +0200907 {}
908};
909
Tobin Davis93ed1502006-09-01 21:03:12 +0200910static struct hda_verb d965_core_init[] = {
Takashi Iwai19039bd2006-06-28 15:52:16 +0200911 /* set master volume and direct control */
Tobin Davis93ed1502006-09-01 21:03:12 +0200912 { 0x24, AC_VERB_SET_VOLUME_KNOB_CONTROL, 0xff},
Takashi Iwai19039bd2006-06-28 15:52:16 +0200913 /* unmute node 0x1b */
914 { 0x1b, AC_VERB_SET_AMP_GAIN_MUTE, 0xb000},
915 /* select node 0x03 as DAC */
916 { 0x0b, AC_VERB_SET_CONNECT_SEL, 0x01},
917 {}
918};
919
Matt Porter3cc08dc2006-01-23 15:27:49 +0100920static struct hda_verb stac927x_core_init[] = {
921 /* set master volume and direct control */
922 { 0x24, AC_VERB_SET_VOLUME_KNOB_CONTROL, 0xff},
Matthew Ranostay1cd22242008-07-18 18:20:52 +0200923 /* enable analog pc beep path */
924 { 0x01, AC_VERB_SET_DIGI_CONVERT_2, 1 << 5},
Matt Porter3cc08dc2006-01-23 15:27:49 +0100925 {}
926};
927
Matt Porterf3302a52006-07-31 12:49:34 +0200928static struct hda_verb stac9205_core_init[] = {
929 /* set master volume and direct control */
930 { 0x24, AC_VERB_SET_VOLUME_KNOB_CONTROL, 0xff},
Matthew Ranostayd0513fc2008-07-27 10:30:30 +0200931 /* enable analog pc beep path */
932 { 0x01, AC_VERB_SET_DIGI_CONVERT_2, 1 << 5},
Matt Porterf3302a52006-07-31 12:49:34 +0200933 {}
934};
935
Matthew Ranostayb22b4822008-01-22 12:32:30 +0100936#define STAC_MONO_MUX \
937 { \
938 .iface = SNDRV_CTL_ELEM_IFACE_MIXER, \
939 .name = "Mono Mux", \
940 .count = 1, \
941 .info = stac92xx_mono_mux_enum_info, \
942 .get = stac92xx_mono_mux_enum_get, \
943 .put = stac92xx_mono_mux_enum_put, \
944 }
945
Matthew Ranostay89385032008-09-11 09:49:39 -0400946#define STAC_AMP_MUX \
947 { \
948 .iface = SNDRV_CTL_ELEM_IFACE_MIXER, \
949 .name = "Amp Selector Capture Switch", \
950 .count = 1, \
951 .info = stac92xx_amp_mux_enum_info, \
952 .get = stac92xx_amp_mux_enum_get, \
953 .put = stac92xx_amp_mux_enum_put, \
954 }
955
956#define STAC_AMP_VOL(xname, nid, chs, idx, dir) \
957 { \
958 .iface = SNDRV_CTL_ELEM_IFACE_MIXER, \
959 .name = xname, \
960 .index = 0, \
961 .access = SNDRV_CTL_ELEM_ACCESS_READWRITE | \
962 SNDRV_CTL_ELEM_ACCESS_TLV_READ | \
963 SNDRV_CTL_ELEM_ACCESS_TLV_CALLBACK, \
964 .info = stac92xx_amp_volume_info, \
965 .get = stac92xx_amp_volume_get, \
966 .put = stac92xx_amp_volume_put, \
967 .tlv = { .c = snd_hda_mixer_amp_tlv }, \
968 .private_value = HDA_COMPOSE_AMP_VAL(nid, chs, idx, dir) \
969 }
970
Matthew Ranostaye1f0d662007-12-13 17:47:21 +0100971#define STAC_ANALOG_LOOPBACK(verb_read, verb_write, cnt) \
Maxim Levitsky5f10c4a2007-09-03 15:29:37 +0200972 { \
973 .iface = SNDRV_CTL_ELEM_IFACE_MIXER, \
974 .name = "Analog Loopback", \
Matthew Ranostaye1f0d662007-12-13 17:47:21 +0100975 .count = cnt, \
Maxim Levitsky5f10c4a2007-09-03 15:29:37 +0200976 .info = stac92xx_aloopback_info, \
977 .get = stac92xx_aloopback_get, \
978 .put = stac92xx_aloopback_put, \
979 .private_value = verb_read | (verb_write << 16), \
980 }
981
Takashi Iwaic8b6bf92005-11-17 14:57:47 +0100982static struct snd_kcontrol_new stac9200_mixer[] = {
Matt2f2f4252005-04-13 14:45:30 +0200983 HDA_CODEC_VOLUME("Master Playback Volume", 0xb, 0, HDA_OUTPUT),
984 HDA_CODEC_MUTE("Master Playback Switch", 0xb, 0, HDA_OUTPUT),
Matt2f2f4252005-04-13 14:45:30 +0200985 HDA_CODEC_VOLUME("Capture Volume", 0x0a, 0, HDA_OUTPUT),
986 HDA_CODEC_MUTE("Capture Switch", 0x0a, 0, HDA_OUTPUT),
Matt2f2f4252005-04-13 14:45:30 +0200987 { } /* end */
988};
989
Matthew Ranostay2a9c7812008-09-13 16:45:39 -0400990#define DELL_M6_MIXER 6
Matthew Ranostaye1f0d662007-12-13 17:47:21 +0100991static struct snd_kcontrol_new stac92hd73xx_6ch_mixer[] = {
Matthew Ranostay2a9c7812008-09-13 16:45:39 -0400992 /* start of config #1 */
993 HDA_CODEC_VOLUME("Front Mic Mixer Capture Volume", 0x1d, 0, HDA_INPUT),
994 HDA_CODEC_MUTE("Front Mic Mixer Capture Switch", 0x1d, 0, HDA_INPUT),
995
996 HDA_CODEC_VOLUME("Line In Mixer Capture Volume", 0x1d, 0x2, HDA_INPUT),
997 HDA_CODEC_MUTE("Line In Mixer Capture Switch", 0x1d, 0x2, HDA_INPUT),
998
999 HDA_CODEC_VOLUME("CD Mixer Capture Volume", 0x1d, 0x4, HDA_INPUT),
1000 HDA_CODEC_MUTE("CD Mixer Capture Switch", 0x1d, 0x4, HDA_INPUT),
1001
1002 /* start of config #2 */
1003 HDA_CODEC_VOLUME("Mic Mixer Capture Volume", 0x1d, 0x1, HDA_INPUT),
1004 HDA_CODEC_MUTE("Mic Mixer Capture Switch", 0x1d, 0x1, HDA_INPUT),
1005
1006 HDA_CODEC_VOLUME("DAC Mixer Capture Volume", 0x1d, 0x3, HDA_INPUT),
1007 HDA_CODEC_MUTE("DAC Mixer Capture Switch", 0x1d, 0x3, HDA_INPUT),
1008
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01001009 STAC_ANALOG_LOOPBACK(0xFA0, 0x7A1, 3),
1010
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01001011 HDA_CODEC_VOLUME_IDX("Capture Volume", 0x0, 0x20, 0x0, HDA_OUTPUT),
1012 HDA_CODEC_MUTE_IDX("Capture Switch", 0x0, 0x20, 0x0, HDA_OUTPUT),
1013
1014 HDA_CODEC_VOLUME_IDX("Capture Volume", 0x1, 0x21, 0x0, HDA_OUTPUT),
1015 HDA_CODEC_MUTE_IDX("Capture Switch", 0x1, 0x21, 0x0, HDA_OUTPUT),
1016
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01001017 { } /* end */
1018};
1019
1020static struct snd_kcontrol_new stac92hd73xx_8ch_mixer[] = {
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01001021 STAC_ANALOG_LOOPBACK(0xFA0, 0x7A1, 4),
1022
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01001023 HDA_CODEC_VOLUME_IDX("Capture Volume", 0x0, 0x20, 0x0, HDA_OUTPUT),
1024 HDA_CODEC_MUTE_IDX("Capture Switch", 0x0, 0x20, 0x0, HDA_OUTPUT),
1025
1026 HDA_CODEC_VOLUME_IDX("Capture Volume", 0x1, 0x21, 0x0, HDA_OUTPUT),
1027 HDA_CODEC_MUTE_IDX("Capture Switch", 0x1, 0x21, 0x0, HDA_OUTPUT),
1028
1029 HDA_CODEC_VOLUME("Front Mic Mixer Capture Volume", 0x1d, 0, HDA_INPUT),
1030 HDA_CODEC_MUTE("Front Mic Mixer Capture Switch", 0x1d, 0, HDA_INPUT),
1031
1032 HDA_CODEC_VOLUME("Mic Mixer Capture Volume", 0x1d, 0x1, HDA_INPUT),
1033 HDA_CODEC_MUTE("Mic Mixer Capture Switch", 0x1d, 0x1, HDA_INPUT),
1034
1035 HDA_CODEC_VOLUME("Line In Mixer Capture Volume", 0x1d, 0x2, HDA_INPUT),
1036 HDA_CODEC_MUTE("Line In Mixer Capture Switch", 0x1d, 0x2, HDA_INPUT),
1037
1038 HDA_CODEC_VOLUME("DAC Mixer Capture Volume", 0x1d, 0x3, HDA_INPUT),
1039 HDA_CODEC_MUTE("DAC Mixer Capture Switch", 0x1d, 0x3, HDA_INPUT),
1040
1041 HDA_CODEC_VOLUME("CD Mixer Capture Volume", 0x1d, 0x4, HDA_INPUT),
1042 HDA_CODEC_MUTE("CD Mixer Capture Switch", 0x1d, 0x4, HDA_INPUT),
1043 { } /* end */
1044};
1045
1046static struct snd_kcontrol_new stac92hd73xx_10ch_mixer[] = {
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01001047 STAC_ANALOG_LOOPBACK(0xFA0, 0x7A1, 5),
1048
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01001049 HDA_CODEC_VOLUME_IDX("Capture Volume", 0x0, 0x20, 0x0, HDA_OUTPUT),
1050 HDA_CODEC_MUTE_IDX("Capture Switch", 0x0, 0x20, 0x0, HDA_OUTPUT),
1051
1052 HDA_CODEC_VOLUME_IDX("Capture Volume", 0x1, 0x21, 0x0, HDA_OUTPUT),
1053 HDA_CODEC_MUTE_IDX("Capture Switch", 0x1, 0x21, 0x0, HDA_OUTPUT),
1054
1055 HDA_CODEC_VOLUME("Front Mic Mixer Capture Volume", 0x1d, 0, HDA_INPUT),
1056 HDA_CODEC_MUTE("Front Mic Mixer Capture Switch", 0x1d, 0, HDA_INPUT),
1057
1058 HDA_CODEC_VOLUME("Mic Mixer Capture Volume", 0x1d, 0x1, HDA_INPUT),
1059 HDA_CODEC_MUTE("Mic Mixer Capture Switch", 0x1d, 0x1, HDA_INPUT),
1060
1061 HDA_CODEC_VOLUME("Line In Mixer Capture Volume", 0x1d, 0x2, HDA_INPUT),
1062 HDA_CODEC_MUTE("Line In Mixer Capture Switch", 0x1d, 0x2, HDA_INPUT),
1063
1064 HDA_CODEC_VOLUME("DAC Mixer Capture Volume", 0x1d, 0x3, HDA_INPUT),
1065 HDA_CODEC_MUTE("DAC Mixer Capture Switch", 0x1d, 0x3, HDA_INPUT),
1066
1067 HDA_CODEC_VOLUME("CD Mixer Capture Volume", 0x1d, 0x4, HDA_INPUT),
1068 HDA_CODEC_MUTE("CD Mixer Capture Switch", 0x1d, 0x4, HDA_INPUT),
1069 { } /* end */
1070};
1071
Matthew Ranostayd0513fc2008-07-27 10:30:30 +02001072
1073static struct snd_kcontrol_new stac92hd83xxx_mixer[] = {
1074 HDA_CODEC_VOLUME_IDX("Capture Volume", 0x0, 0x17, 0x0, HDA_OUTPUT),
1075 HDA_CODEC_MUTE_IDX("Capture Switch", 0x0, 0x17, 0x0, HDA_OUTPUT),
1076
1077 HDA_CODEC_VOLUME_IDX("Capture Volume", 0x1, 0x18, 0x0, HDA_OUTPUT),
1078 HDA_CODEC_MUTE_IDX("Capture Switch", 0x1, 0x18, 0x0, HDA_OUTPUT),
1079
Matthew Ranostay74b7ff42008-12-20 17:47:24 -05001080 HDA_CODEC_VOLUME("DAC0 Capture Volume", 0x1b, 0x3, HDA_INPUT),
1081 HDA_CODEC_MUTE("DAC0 Capture Switch", 0x1b, 0x3, HDA_INPUT),
Matthew Ranostayd0513fc2008-07-27 10:30:30 +02001082
Matthew Ranostay74b7ff42008-12-20 17:47:24 -05001083 HDA_CODEC_VOLUME("DAC1 Capture Volume", 0x1b, 0x4, HDA_INPUT),
1084 HDA_CODEC_MUTE("DAC1 Capture Switch", 0x1b, 0x4, HDA_INPUT),
Matthew Ranostayd0513fc2008-07-27 10:30:30 +02001085
Matthew Ranostay74b7ff42008-12-20 17:47:24 -05001086 HDA_CODEC_VOLUME("Front Mic Capture Volume", 0x1b, 0x0, HDA_INPUT),
1087 HDA_CODEC_MUTE("Front Mic Capture Switch", 0x1b, 0x0, HDA_INPUT),
Matthew Ranostayd0513fc2008-07-27 10:30:30 +02001088
Matthew Ranostay74b7ff42008-12-20 17:47:24 -05001089 HDA_CODEC_VOLUME("Line In Capture Volume", 0x1b, 0x2, HDA_INPUT),
1090 HDA_CODEC_MUTE("Line In Capture Switch", 0x1b, 0x2, HDA_INPUT),
Matthew Ranostayd0513fc2008-07-27 10:30:30 +02001091
1092 /*
Matthew Ranostay74b7ff42008-12-20 17:47:24 -05001093 HDA_CODEC_VOLUME("Mic Capture Volume", 0x1b, 0x1, HDA_INPUT),
1094 HDA_CODEC_MUTE("Mic Capture Switch", 0x1b 0x1, HDA_INPUT),
Matthew Ranostayd0513fc2008-07-27 10:30:30 +02001095 */
1096 { } /* end */
1097};
1098
Matthew Ranostay541eee82007-12-14 12:08:04 +01001099static struct snd_kcontrol_new stac92hd71bxx_analog_mixer[] = {
Matthew Ranostay4b33c762008-10-10 09:07:23 -04001100 STAC_ANALOG_LOOPBACK(0xFA0, 0x7A0, 2),
Matthew Ranostaye035b842007-11-06 11:53:55 +01001101
Matthew Ranostay9b359472007-11-07 13:03:12 +01001102 HDA_CODEC_VOLUME_IDX("Capture Volume", 0x0, 0x1c, 0x0, HDA_OUTPUT),
1103 HDA_CODEC_MUTE_IDX("Capture Switch", 0x0, 0x1c, 0x0, HDA_OUTPUT),
Matthew Ranostay9b359472007-11-07 13:03:12 +01001104
1105 HDA_CODEC_VOLUME_IDX("Capture Volume", 0x1, 0x1d, 0x0, HDA_OUTPUT),
1106 HDA_CODEC_MUTE_IDX("Capture Switch", 0x1, 0x1d, 0x0, HDA_OUTPUT),
Matthew Ranostay1cd22242008-07-18 18:20:52 +02001107 /* analog pc-beep replaced with digital beep support */
1108 /*
Matthew Ranostayf7c5dda2008-07-10 17:49:11 +02001109 HDA_CODEC_VOLUME("PC Beep Volume", 0x17, 0x2, HDA_INPUT),
1110 HDA_CODEC_MUTE("PC Beep Switch", 0x17, 0x2, HDA_INPUT),
Matthew Ranostay1cd22242008-07-18 18:20:52 +02001111 */
Matthew Ranostayf7c5dda2008-07-10 17:49:11 +02001112
Matthew Ranostay687cb982008-10-11 13:52:43 -04001113 HDA_CODEC_MUTE("Import0 Mux Capture Switch", 0x17, 0x0, HDA_INPUT),
1114 HDA_CODEC_VOLUME("Import0 Mux Capture Volume", 0x17, 0x0, HDA_INPUT),
Matthew Ranostay4b33c762008-10-10 09:07:23 -04001115
Matthew Ranostay687cb982008-10-11 13:52:43 -04001116 HDA_CODEC_MUTE("Import1 Mux Capture Switch", 0x17, 0x1, HDA_INPUT),
1117 HDA_CODEC_VOLUME("Import1 Mux Capture Volume", 0x17, 0x1, HDA_INPUT),
Matthew Ranostay4b33c762008-10-10 09:07:23 -04001118
1119 HDA_CODEC_MUTE("DAC0 Capture Switch", 0x17, 0x3, HDA_INPUT),
1120 HDA_CODEC_VOLUME("DAC0 Capture Volume", 0x17, 0x3, HDA_INPUT),
1121
1122 HDA_CODEC_MUTE("DAC1 Capture Switch", 0x17, 0x4, HDA_INPUT),
1123 HDA_CODEC_VOLUME("DAC1 Capture Volume", 0x17, 0x4, HDA_INPUT),
Matthew Ranostaye035b842007-11-06 11:53:55 +01001124 { } /* end */
1125};
1126
Matthew Ranostay541eee82007-12-14 12:08:04 +01001127static struct snd_kcontrol_new stac92hd71bxx_mixer[] = {
Matthew Ranostay541eee82007-12-14 12:08:04 +01001128 STAC_ANALOG_LOOPBACK(0xFA0, 0x7A0, 2),
1129
Matthew Ranostay541eee82007-12-14 12:08:04 +01001130 HDA_CODEC_VOLUME_IDX("Capture Volume", 0x0, 0x1c, 0x0, HDA_OUTPUT),
1131 HDA_CODEC_MUTE_IDX("Capture Switch", 0x0, 0x1c, 0x0, HDA_OUTPUT),
Matthew Ranostay541eee82007-12-14 12:08:04 +01001132
1133 HDA_CODEC_VOLUME_IDX("Capture Volume", 0x1, 0x1d, 0x0, HDA_OUTPUT),
1134 HDA_CODEC_MUTE_IDX("Capture Switch", 0x1, 0x1d, 0x0, HDA_OUTPUT),
Matthew Ranostay541eee82007-12-14 12:08:04 +01001135 { } /* end */
1136};
1137
Tobin Davis8e21c342007-01-08 11:04:17 +01001138static struct snd_kcontrol_new stac925x_mixer[] = {
Takashi Iwaic9280d62009-01-15 17:31:00 +01001139 HDA_CODEC_VOLUME("Master Playback Volume", 0x0e, 0, HDA_OUTPUT),
1140 HDA_CODEC_MUTE("Master Playback Switch", 0x0e, 0, HDA_OUTPUT),
Tobin Davis8e21c342007-01-08 11:04:17 +01001141 HDA_CODEC_VOLUME("Capture Volume", 0x09, 0, HDA_OUTPUT),
Mauro Carvalho Chehab587755f2008-05-25 18:20:06 +02001142 HDA_CODEC_MUTE("Capture Switch", 0x14, 0, HDA_OUTPUT),
Tobin Davis8e21c342007-01-08 11:04:17 +01001143 { } /* end */
1144};
1145
Takashi Iwaid1d985f2006-11-23 19:27:12 +01001146static struct snd_kcontrol_new stac9205_mixer[] = {
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01001147 STAC_ANALOG_LOOPBACK(0xFE0, 0x7E0, 1),
Maxim Levitsky9e05b7a2007-09-03 15:31:02 +02001148
1149 HDA_CODEC_VOLUME_IDX("Capture Volume", 0x0, 0x1b, 0x0, HDA_INPUT),
1150 HDA_CODEC_MUTE_IDX("Capture Switch", 0x0, 0x1d, 0x0, HDA_OUTPUT),
Maxim Levitsky9e05b7a2007-09-03 15:31:02 +02001151
1152 HDA_CODEC_VOLUME_IDX("Capture Volume", 0x1, 0x1c, 0x0, HDA_INPUT),
1153 HDA_CODEC_MUTE_IDX("Capture Switch", 0x1, 0x1e, 0x0, HDA_OUTPUT),
Maxim Levitsky9e05b7a2007-09-03 15:31:02 +02001154 { } /* end */
1155};
1156
1157/* This needs to be generated dynamically based on sequence */
1158static struct snd_kcontrol_new stac922x_mixer[] = {
Maxim Levitsky9e05b7a2007-09-03 15:31:02 +02001159 HDA_CODEC_VOLUME_IDX("Capture Volume", 0x0, 0x17, 0x0, HDA_INPUT),
1160 HDA_CODEC_MUTE_IDX("Capture Switch", 0x0, 0x17, 0x0, HDA_INPUT),
Maxim Levitsky9e05b7a2007-09-03 15:31:02 +02001161
1162 HDA_CODEC_VOLUME_IDX("Capture Volume", 0x1, 0x18, 0x0, HDA_INPUT),
1163 HDA_CODEC_MUTE_IDX("Capture Switch", 0x1, 0x18, 0x0, HDA_INPUT),
Maxim Levitsky9e05b7a2007-09-03 15:31:02 +02001164 { } /* end */
1165};
1166
1167
1168static struct snd_kcontrol_new stac927x_mixer[] = {
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01001169 STAC_ANALOG_LOOPBACK(0xFEB, 0x7EB, 1),
Maxim Levitsky9e05b7a2007-09-03 15:31:02 +02001170
1171 HDA_CODEC_VOLUME_IDX("Capture Volume", 0x0, 0x18, 0x0, HDA_INPUT),
1172 HDA_CODEC_MUTE_IDX("Capture Switch", 0x0, 0x1b, 0x0, HDA_OUTPUT),
Maxim Levitsky9e05b7a2007-09-03 15:31:02 +02001173
1174 HDA_CODEC_VOLUME_IDX("Capture Volume", 0x1, 0x19, 0x0, HDA_INPUT),
1175 HDA_CODEC_MUTE_IDX("Capture Switch", 0x1, 0x1c, 0x0, HDA_OUTPUT),
Maxim Levitsky9e05b7a2007-09-03 15:31:02 +02001176
1177 HDA_CODEC_VOLUME_IDX("Capture Volume", 0x2, 0x1A, 0x0, HDA_INPUT),
1178 HDA_CODEC_MUTE_IDX("Capture Switch", 0x2, 0x1d, 0x0, HDA_OUTPUT),
Matt Porterf3302a52006-07-31 12:49:34 +02001179 { } /* end */
1180};
1181
Takashi Iwai1697055e2007-12-18 18:05:52 +01001182static struct snd_kcontrol_new stac_dmux_mixer = {
1183 .iface = SNDRV_CTL_ELEM_IFACE_MIXER,
1184 .name = "Digital Input Source",
1185 /* count set later */
1186 .info = stac92xx_dmux_enum_info,
1187 .get = stac92xx_dmux_enum_get,
1188 .put = stac92xx_dmux_enum_put,
1189};
1190
Matthew Ranostayd9737752008-09-07 12:03:41 +02001191static struct snd_kcontrol_new stac_smux_mixer = {
1192 .iface = SNDRV_CTL_ELEM_IFACE_MIXER,
Matthew Ranostaye3487972008-09-08 11:36:59 -04001193 .name = "IEC958 Playback Source",
Matthew Ranostayd9737752008-09-07 12:03:41 +02001194 /* count set later */
1195 .info = stac92xx_smux_enum_info,
1196 .get = stac92xx_smux_enum_get,
1197 .put = stac92xx_smux_enum_put,
1198};
1199
Takashi Iwai2134ea42008-01-10 16:53:55 +01001200static const char *slave_vols[] = {
1201 "Front Playback Volume",
1202 "Surround Playback Volume",
1203 "Center Playback Volume",
1204 "LFE Playback Volume",
1205 "Side Playback Volume",
1206 "Headphone Playback Volume",
1207 "Headphone Playback Volume",
1208 "Speaker Playback Volume",
1209 "External Speaker Playback Volume",
1210 "Speaker2 Playback Volume",
1211 NULL
1212};
1213
1214static const char *slave_sws[] = {
1215 "Front Playback Switch",
1216 "Surround Playback Switch",
1217 "Center Playback Switch",
1218 "LFE Playback Switch",
1219 "Side Playback Switch",
1220 "Headphone Playback Switch",
1221 "Headphone Playback Switch",
1222 "Speaker Playback Switch",
1223 "External Speaker Playback Switch",
1224 "Speaker2 Playback Switch",
Takashi Iwaiedb54a52008-01-29 12:47:02 +01001225 "IEC958 Playback Switch",
Takashi Iwai2134ea42008-01-10 16:53:55 +01001226 NULL
1227};
1228
Takashi Iwai603c4012008-07-30 15:01:44 +02001229static void stac92xx_free_kctls(struct hda_codec *codec);
Takashi Iwaie4973e12008-11-18 09:32:42 +01001230static int stac92xx_add_jack(struct hda_codec *codec, hda_nid_t nid, int type);
Takashi Iwai603c4012008-07-30 15:01:44 +02001231
Matt2f2f4252005-04-13 14:45:30 +02001232static int stac92xx_build_controls(struct hda_codec *codec)
1233{
1234 struct sigmatel_spec *spec = codec->spec;
Takashi Iwaie4973e12008-11-18 09:32:42 +01001235 struct auto_pin_cfg *cfg = &spec->autocfg;
1236 hda_nid_t nid;
Matt2f2f4252005-04-13 14:45:30 +02001237 int err;
Mattc7d4b2f2005-06-27 14:59:41 +02001238 int i;
Matt2f2f4252005-04-13 14:45:30 +02001239
1240 err = snd_hda_add_new_ctls(codec, spec->mixer);
1241 if (err < 0)
1242 return err;
Mattc7d4b2f2005-06-27 14:59:41 +02001243
1244 for (i = 0; i < spec->num_mixers; i++) {
1245 err = snd_hda_add_new_ctls(codec, spec->mixers[i]);
1246 if (err < 0)
1247 return err;
1248 }
Takashi Iwai1697055e2007-12-18 18:05:52 +01001249 if (spec->num_dmuxes > 0) {
1250 stac_dmux_mixer.count = spec->num_dmuxes;
Takashi Iwaid13bd412008-07-30 15:01:45 +02001251 err = snd_hda_ctl_add(codec,
Takashi Iwai1697055e2007-12-18 18:05:52 +01001252 snd_ctl_new1(&stac_dmux_mixer, codec));
1253 if (err < 0)
1254 return err;
1255 }
Matthew Ranostayd9737752008-09-07 12:03:41 +02001256 if (spec->num_smuxes > 0) {
Matthew Ranostay00ef50c2008-09-27 18:13:47 -04001257 int wcaps = get_wcaps(codec, spec->multiout.dig_out_nid);
1258 struct hda_input_mux *smux = &spec->private_smux;
1259 /* check for mute support on SPDIF out */
1260 if (wcaps & AC_WCAP_OUT_AMP) {
1261 smux->items[smux->num_items].label = "Off";
1262 smux->items[smux->num_items].index = 0;
1263 smux->num_items++;
1264 spec->spdif_mute = 1;
1265 }
Matthew Ranostayd9737752008-09-07 12:03:41 +02001266 stac_smux_mixer.count = spec->num_smuxes;
Takashi Iwai4f2d23e2008-12-19 10:14:13 +01001267 err = snd_hda_ctl_add(codec,
Matthew Ranostayd9737752008-09-07 12:03:41 +02001268 snd_ctl_new1(&stac_smux_mixer, codec));
1269 if (err < 0)
1270 return err;
1271 }
Mattc7d4b2f2005-06-27 14:59:41 +02001272
Mattdabbed62005-06-14 10:19:34 +02001273 if (spec->multiout.dig_out_nid) {
1274 err = snd_hda_create_spdif_out_ctls(codec, spec->multiout.dig_out_nid);
1275 if (err < 0)
1276 return err;
Takashi Iwai9a081602008-02-12 18:37:26 +01001277 err = snd_hda_create_spdif_share_sw(codec,
1278 &spec->multiout);
1279 if (err < 0)
1280 return err;
1281 spec->multiout.share_spdif = 1;
Mattdabbed62005-06-14 10:19:34 +02001282 }
Harvey Harrisonda74ae32008-10-21 20:28:04 -07001283 if (spec->dig_in_nid && !(spec->gpio_dir & 0x01)) {
Mattdabbed62005-06-14 10:19:34 +02001284 err = snd_hda_create_spdif_in_ctls(codec, spec->dig_in_nid);
1285 if (err < 0)
1286 return err;
1287 }
Takashi Iwai2134ea42008-01-10 16:53:55 +01001288
1289 /* if we have no master control, let's create it */
1290 if (!snd_hda_find_mixer_ctl(codec, "Master Playback Volume")) {
Takashi Iwai1c82ed12008-02-18 13:05:50 +01001291 unsigned int vmaster_tlv[4];
Takashi Iwai2134ea42008-01-10 16:53:55 +01001292 snd_hda_set_vmaster_tlv(codec, spec->multiout.dac_nids[0],
Takashi Iwai1c82ed12008-02-18 13:05:50 +01001293 HDA_OUTPUT, vmaster_tlv);
Takashi Iwai7c7767e2009-01-20 15:28:38 +01001294 /* correct volume offset */
1295 vmaster_tlv[2] += vmaster_tlv[3] * spec->volume_offset;
Takashi Iwai2134ea42008-01-10 16:53:55 +01001296 err = snd_hda_add_vmaster(codec, "Master Playback Volume",
Takashi Iwai1c82ed12008-02-18 13:05:50 +01001297 vmaster_tlv, slave_vols);
Takashi Iwai2134ea42008-01-10 16:53:55 +01001298 if (err < 0)
1299 return err;
1300 }
1301 if (!snd_hda_find_mixer_ctl(codec, "Master Playback Switch")) {
1302 err = snd_hda_add_vmaster(codec, "Master Playback Switch",
1303 NULL, slave_sws);
1304 if (err < 0)
1305 return err;
1306 }
1307
Takashi Iwai603c4012008-07-30 15:01:44 +02001308 stac92xx_free_kctls(codec); /* no longer needed */
Takashi Iwaie4973e12008-11-18 09:32:42 +01001309
1310 /* create jack input elements */
1311 if (spec->hp_detect) {
1312 for (i = 0; i < cfg->hp_outs; i++) {
1313 int type = SND_JACK_HEADPHONE;
1314 nid = cfg->hp_pins[i];
1315 /* jack detection */
1316 if (cfg->hp_outs == i)
1317 type |= SND_JACK_LINEOUT;
1318 err = stac92xx_add_jack(codec, nid, type);
1319 if (err < 0)
1320 return err;
1321 }
1322 }
1323 for (i = 0; i < cfg->line_outs; i++) {
1324 err = stac92xx_add_jack(codec, cfg->line_out_pins[i],
1325 SND_JACK_LINEOUT);
1326 if (err < 0)
1327 return err;
1328 }
1329 for (i = 0; i < AUTO_PIN_LAST; i++) {
1330 nid = cfg->input_pins[i];
1331 if (nid) {
1332 err = stac92xx_add_jack(codec, nid,
1333 SND_JACK_MICROPHONE);
1334 if (err < 0)
1335 return err;
1336 }
1337 }
1338
Mattdabbed62005-06-14 10:19:34 +02001339 return 0;
Matt2f2f4252005-04-13 14:45:30 +02001340}
1341
Matt Porter403d1942005-11-29 15:00:51 +01001342static unsigned int ref9200_pin_configs[8] = {
Mattdabbed62005-06-14 10:19:34 +02001343 0x01c47010, 0x01447010, 0x0221401f, 0x01114010,
Matt2f2f4252005-04-13 14:45:30 +02001344 0x02a19020, 0x01a19021, 0x90100140, 0x01813122,
1345};
1346
Mauro Carvalho Chehab58eec422008-08-11 10:18:39 +02001347static unsigned int gateway9200_m4_pin_configs[8] = {
1348 0x400000fe, 0x404500f4, 0x400100f0, 0x90110010,
1349 0x400100f1, 0x02a1902e, 0x500000f2, 0x500000f3,
1350};
1351static unsigned int gateway9200_m4_2_pin_configs[8] = {
1352 0x400000fe, 0x404500f4, 0x400100f0, 0x90110010,
1353 0x400100f1, 0x02a1902e, 0x500000f2, 0x500000f3,
1354};
1355
1356/*
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001357 STAC 9200 pin configs for
1358 102801A8
1359 102801DE
1360 102801E8
1361*/
1362static unsigned int dell9200_d21_pin_configs[8] = {
Takashi Iwaiaf6c0162007-09-05 23:46:03 +02001363 0x400001f0, 0x400001f1, 0x02214030, 0x01014010,
1364 0x02a19020, 0x01a19021, 0x90100140, 0x01813122,
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001365};
1366
1367/*
1368 STAC 9200 pin configs for
1369 102801C0
1370 102801C1
1371*/
1372static unsigned int dell9200_d22_pin_configs[8] = {
Takashi Iwaiaf6c0162007-09-05 23:46:03 +02001373 0x400001f0, 0x400001f1, 0x0221401f, 0x01014010,
1374 0x01813020, 0x02a19021, 0x90100140, 0x400001f2,
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001375};
1376
1377/*
1378 STAC 9200 pin configs for
1379 102801C4 (Dell Dimension E310)
1380 102801C5
1381 102801C7
1382 102801D9
1383 102801DA
1384 102801E3
1385*/
1386static unsigned int dell9200_d23_pin_configs[8] = {
Takashi Iwaiaf6c0162007-09-05 23:46:03 +02001387 0x400001f0, 0x400001f1, 0x0221401f, 0x01014010,
1388 0x01813020, 0x01a19021, 0x90100140, 0x400001f2,
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001389};
1390
1391
1392/*
1393 STAC 9200-32 pin configs for
1394 102801B5 (Dell Inspiron 630m)
1395 102801D8 (Dell Inspiron 640m)
1396*/
1397static unsigned int dell9200_m21_pin_configs[8] = {
Takashi Iwaiaf6c0162007-09-05 23:46:03 +02001398 0x40c003fa, 0x03441340, 0x0321121f, 0x90170310,
1399 0x408003fb, 0x03a11020, 0x401003fc, 0x403003fd,
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001400};
1401
1402/*
1403 STAC 9200-32 pin configs for
1404 102801C2 (Dell Latitude D620)
1405 102801C8
1406 102801CC (Dell Latitude D820)
1407 102801D4
1408 102801D6
1409*/
1410static unsigned int dell9200_m22_pin_configs[8] = {
Takashi Iwaiaf6c0162007-09-05 23:46:03 +02001411 0x40c003fa, 0x0144131f, 0x0321121f, 0x90170310,
1412 0x90a70321, 0x03a11020, 0x401003fb, 0x40f000fc,
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001413};
1414
1415/*
1416 STAC 9200-32 pin configs for
1417 102801CE (Dell XPS M1710)
1418 102801CF (Dell Precision M90)
1419*/
1420static unsigned int dell9200_m23_pin_configs[8] = {
1421 0x40c003fa, 0x01441340, 0x0421421f, 0x90170310,
1422 0x408003fb, 0x04a1102e, 0x90170311, 0x403003fc,
1423};
1424
1425/*
1426 STAC 9200-32 pin configs for
1427 102801C9
1428 102801CA
1429 102801CB (Dell Latitude 120L)
1430 102801D3
1431*/
1432static unsigned int dell9200_m24_pin_configs[8] = {
Takashi Iwaiaf6c0162007-09-05 23:46:03 +02001433 0x40c003fa, 0x404003fb, 0x0321121f, 0x90170310,
1434 0x408003fc, 0x03a11020, 0x401003fd, 0x403003fe,
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001435};
1436
1437/*
1438 STAC 9200-32 pin configs for
1439 102801BD (Dell Inspiron E1505n)
1440 102801EE
1441 102801EF
1442*/
1443static unsigned int dell9200_m25_pin_configs[8] = {
Takashi Iwaiaf6c0162007-09-05 23:46:03 +02001444 0x40c003fa, 0x01441340, 0x0421121f, 0x90170310,
1445 0x408003fb, 0x04a11020, 0x401003fc, 0x403003fd,
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001446};
1447
1448/*
1449 STAC 9200-32 pin configs for
1450 102801F5 (Dell Inspiron 1501)
1451 102801F6
1452*/
1453static unsigned int dell9200_m26_pin_configs[8] = {
Takashi Iwaiaf6c0162007-09-05 23:46:03 +02001454 0x40c003fa, 0x404003fb, 0x0421121f, 0x90170310,
1455 0x408003fc, 0x04a11020, 0x401003fd, 0x403003fe,
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001456};
1457
1458/*
1459 STAC 9200-32
1460 102801CD (Dell Inspiron E1705/9400)
1461*/
1462static unsigned int dell9200_m27_pin_configs[8] = {
Takashi Iwaiaf6c0162007-09-05 23:46:03 +02001463 0x40c003fa, 0x01441340, 0x0421121f, 0x90170310,
1464 0x90170310, 0x04a11020, 0x90170310, 0x40f003fc,
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001465};
1466
Tobin Davisbf277782008-02-03 20:31:47 +01001467static unsigned int oqo9200_pin_configs[8] = {
1468 0x40c000f0, 0x404000f1, 0x0221121f, 0x02211210,
1469 0x90170111, 0x90a70120, 0x400000f2, 0x400000f3,
1470};
1471
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001472
Takashi Iwaif5fcc132006-11-24 17:07:44 +01001473static unsigned int *stac9200_brd_tbl[STAC_9200_MODELS] = {
1474 [STAC_REF] = ref9200_pin_configs,
Tobin Davisbf277782008-02-03 20:31:47 +01001475 [STAC_9200_OQO] = oqo9200_pin_configs,
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001476 [STAC_9200_DELL_D21] = dell9200_d21_pin_configs,
1477 [STAC_9200_DELL_D22] = dell9200_d22_pin_configs,
1478 [STAC_9200_DELL_D23] = dell9200_d23_pin_configs,
1479 [STAC_9200_DELL_M21] = dell9200_m21_pin_configs,
1480 [STAC_9200_DELL_M22] = dell9200_m22_pin_configs,
1481 [STAC_9200_DELL_M23] = dell9200_m23_pin_configs,
1482 [STAC_9200_DELL_M24] = dell9200_m24_pin_configs,
1483 [STAC_9200_DELL_M25] = dell9200_m25_pin_configs,
1484 [STAC_9200_DELL_M26] = dell9200_m26_pin_configs,
1485 [STAC_9200_DELL_M27] = dell9200_m27_pin_configs,
Mauro Carvalho Chehab58eec422008-08-11 10:18:39 +02001486 [STAC_9200_M4] = gateway9200_m4_pin_configs,
1487 [STAC_9200_M4_2] = gateway9200_m4_2_pin_configs,
Takashi Iwai117f2572008-03-18 09:53:23 +01001488 [STAC_9200_PANASONIC] = ref9200_pin_configs,
Matt Porter403d1942005-11-29 15:00:51 +01001489};
1490
Takashi Iwaif5fcc132006-11-24 17:07:44 +01001491static const char *stac9200_models[STAC_9200_MODELS] = {
1492 [STAC_REF] = "ref",
Tobin Davisbf277782008-02-03 20:31:47 +01001493 [STAC_9200_OQO] = "oqo",
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001494 [STAC_9200_DELL_D21] = "dell-d21",
1495 [STAC_9200_DELL_D22] = "dell-d22",
1496 [STAC_9200_DELL_D23] = "dell-d23",
1497 [STAC_9200_DELL_M21] = "dell-m21",
1498 [STAC_9200_DELL_M22] = "dell-m22",
1499 [STAC_9200_DELL_M23] = "dell-m23",
1500 [STAC_9200_DELL_M24] = "dell-m24",
1501 [STAC_9200_DELL_M25] = "dell-m25",
1502 [STAC_9200_DELL_M26] = "dell-m26",
1503 [STAC_9200_DELL_M27] = "dell-m27",
Mauro Carvalho Chehab58eec422008-08-11 10:18:39 +02001504 [STAC_9200_M4] = "gateway-m4",
1505 [STAC_9200_M4_2] = "gateway-m4-2",
Takashi Iwai117f2572008-03-18 09:53:23 +01001506 [STAC_9200_PANASONIC] = "panasonic",
Takashi Iwaif5fcc132006-11-24 17:07:44 +01001507};
1508
1509static struct snd_pci_quirk stac9200_cfg_tbl[] = {
1510 /* SigmaTel reference board */
1511 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x2668,
1512 "DFI LanParty", STAC_REF),
Matthew Ranostay577aa2c2009-01-22 22:55:44 -05001513 SND_PCI_QUIRK(PCI_VENDOR_ID_DFI, 0x3101,
1514 "DFI LanParty", STAC_REF),
Matt Portere7377072006-11-06 11:20:38 +01001515 /* Dell laptops have BIOS problem */
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001516 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01a8,
1517 "unknown Dell", STAC_9200_DELL_D21),
Takashi Iwaif5fcc132006-11-24 17:07:44 +01001518 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01b5,
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001519 "Dell Inspiron 630m", STAC_9200_DELL_M21),
1520 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01bd,
1521 "Dell Inspiron E1505n", STAC_9200_DELL_M25),
1522 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01c0,
1523 "unknown Dell", STAC_9200_DELL_D22),
1524 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01c1,
1525 "unknown Dell", STAC_9200_DELL_D22),
Takashi Iwaif5fcc132006-11-24 17:07:44 +01001526 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01c2,
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001527 "Dell Latitude D620", STAC_9200_DELL_M22),
1528 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01c5,
1529 "unknown Dell", STAC_9200_DELL_D23),
1530 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01c7,
1531 "unknown Dell", STAC_9200_DELL_D23),
1532 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01c8,
1533 "unknown Dell", STAC_9200_DELL_M22),
1534 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01c9,
1535 "unknown Dell", STAC_9200_DELL_M24),
1536 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01ca,
1537 "unknown Dell", STAC_9200_DELL_M24),
Takashi Iwaif5fcc132006-11-24 17:07:44 +01001538 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01cb,
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001539 "Dell Latitude 120L", STAC_9200_DELL_M24),
Cory T. Tusar877b8662007-01-30 17:30:55 +01001540 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01cc,
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001541 "Dell Latitude D820", STAC_9200_DELL_M22),
Mikael Nilsson46f02ca2007-02-13 12:46:16 +01001542 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01cd,
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001543 "Dell Inspiron E1705/9400", STAC_9200_DELL_M27),
Mikael Nilsson46f02ca2007-02-13 12:46:16 +01001544 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01ce,
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001545 "Dell XPS M1710", STAC_9200_DELL_M23),
Takashi Iwaif0f96742007-02-14 00:59:17 +01001546 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01cf,
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001547 "Dell Precision M90", STAC_9200_DELL_M23),
1548 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01d3,
1549 "unknown Dell", STAC_9200_DELL_M22),
1550 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01d4,
1551 "unknown Dell", STAC_9200_DELL_M22),
Daniel T Chen8286c532007-05-15 11:46:23 +02001552 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01d6,
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001553 "unknown Dell", STAC_9200_DELL_M22),
Tobin Davis49c605d2007-05-17 09:38:24 +02001554 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01d8,
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001555 "Dell Inspiron 640m", STAC_9200_DELL_M21),
1556 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01d9,
1557 "unknown Dell", STAC_9200_DELL_D23),
1558 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01da,
1559 "unknown Dell", STAC_9200_DELL_D23),
1560 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01de,
1561 "unknown Dell", STAC_9200_DELL_D21),
1562 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01e3,
1563 "unknown Dell", STAC_9200_DELL_D23),
1564 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01e8,
1565 "unknown Dell", STAC_9200_DELL_D21),
1566 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01ee,
1567 "unknown Dell", STAC_9200_DELL_M25),
1568 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01ef,
1569 "unknown Dell", STAC_9200_DELL_M25),
Tobin Davis49c605d2007-05-17 09:38:24 +02001570 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01f5,
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001571 "Dell Inspiron 1501", STAC_9200_DELL_M26),
1572 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01f6,
1573 "unknown Dell", STAC_9200_DELL_M26),
Tobin Davis49c605d2007-05-17 09:38:24 +02001574 /* Panasonic */
Takashi Iwai117f2572008-03-18 09:53:23 +01001575 SND_PCI_QUIRK(0x10f7, 0x8338, "Panasonic CF-74", STAC_9200_PANASONIC),
Takashi Iwai1194b5b2007-10-10 10:04:26 +02001576 /* Gateway machines needs EAPD to be set on resume */
Mauro Carvalho Chehab58eec422008-08-11 10:18:39 +02001577 SND_PCI_QUIRK(0x107b, 0x0205, "Gateway S-7110M", STAC_9200_M4),
1578 SND_PCI_QUIRK(0x107b, 0x0317, "Gateway MT3423, MX341*", STAC_9200_M4_2),
1579 SND_PCI_QUIRK(0x107b, 0x0318, "Gateway ML3019, MT3707", STAC_9200_M4_2),
Tobin Davisbf277782008-02-03 20:31:47 +01001580 /* OQO Mobile */
1581 SND_PCI_QUIRK(0x1106, 0x3288, "OQO Model 2", STAC_9200_OQO),
Matt Porter403d1942005-11-29 15:00:51 +01001582 {} /* terminator */
1583};
1584
Tobin Davis8e21c342007-01-08 11:04:17 +01001585static unsigned int ref925x_pin_configs[8] = {
1586 0x40c003f0, 0x424503f2, 0x01813022, 0x02a19021,
Matthew Ranostay09a99952008-01-24 11:49:21 +01001587 0x90a70320, 0x02214210, 0x01019020, 0x9033032e,
Tobin Davis8e21c342007-01-08 11:04:17 +01001588};
1589
Mauro Carvalho Chehab9cb36c22008-08-11 10:18:39 +02001590static unsigned int stac925xM1_pin_configs[8] = {
1591 0x40c003f4, 0x424503f2, 0x400000f3, 0x02a19020,
1592 0x40a000f0, 0x90100210, 0x400003f1, 0x9033032e,
Tobin Davis8e21c342007-01-08 11:04:17 +01001593};
1594
Mauro Carvalho Chehab9cb36c22008-08-11 10:18:39 +02001595static unsigned int stac925xM1_2_pin_configs[8] = {
1596 0x40c003f4, 0x424503f2, 0x400000f3, 0x02a19020,
1597 0x40a000f0, 0x90100210, 0x400003f1, 0x9033032e,
1598};
Mauro Carvalho Chehab58eec422008-08-11 10:18:39 +02001599
Mauro Carvalho Chehab9cb36c22008-08-11 10:18:39 +02001600static unsigned int stac925xM2_pin_configs[8] = {
1601 0x40c003f4, 0x424503f2, 0x400000f3, 0x02a19020,
1602 0x40a000f0, 0x90100210, 0x400003f1, 0x9033032e,
Tobin Davis2c11f952007-05-17 09:36:34 +02001603};
1604
Tobin Davis8e21c342007-01-08 11:04:17 +01001605static unsigned int stac925xM2_2_pin_configs[8] = {
Mauro Carvalho Chehab58eec422008-08-11 10:18:39 +02001606 0x40c003f4, 0x424503f2, 0x400000f3, 0x02a19020,
1607 0x40a000f0, 0x90100210, 0x400003f1, 0x9033032e,
1608};
1609
Mauro Carvalho Chehab9cb36c22008-08-11 10:18:39 +02001610static unsigned int stac925xM3_pin_configs[8] = {
1611 0x40c003f4, 0x424503f2, 0x400000f3, 0x02a19020,
1612 0x40a000f0, 0x90100210, 0x400003f1, 0x503303f3,
1613};
Mauro Carvalho Chehab58eec422008-08-11 10:18:39 +02001614
Mauro Carvalho Chehab9cb36c22008-08-11 10:18:39 +02001615static unsigned int stac925xM5_pin_configs[8] = {
1616 0x40c003f4, 0x424503f2, 0x400000f3, 0x02a19020,
1617 0x40a000f0, 0x90100210, 0x400003f1, 0x9033032e,
1618};
1619
Mauro Carvalho Chehab9cb36c22008-08-11 10:18:39 +02001620static unsigned int stac925xM6_pin_configs[8] = {
1621 0x40c003f4, 0x424503f2, 0x400000f3, 0x02a19020,
1622 0x40a000f0, 0x90100210, 0x400003f1, 0x90330320,
Tobin Davis8e21c342007-01-08 11:04:17 +01001623};
1624
1625static unsigned int *stac925x_brd_tbl[STAC_925x_MODELS] = {
1626 [STAC_REF] = ref925x_pin_configs,
Mauro Carvalho Chehab9cb36c22008-08-11 10:18:39 +02001627 [STAC_M1] = stac925xM1_pin_configs,
1628 [STAC_M1_2] = stac925xM1_2_pin_configs,
1629 [STAC_M2] = stac925xM2_pin_configs,
Tobin Davis8e21c342007-01-08 11:04:17 +01001630 [STAC_M2_2] = stac925xM2_2_pin_configs,
Mauro Carvalho Chehab9cb36c22008-08-11 10:18:39 +02001631 [STAC_M3] = stac925xM3_pin_configs,
1632 [STAC_M5] = stac925xM5_pin_configs,
1633 [STAC_M6] = stac925xM6_pin_configs,
Tobin Davis8e21c342007-01-08 11:04:17 +01001634};
1635
1636static const char *stac925x_models[STAC_925x_MODELS] = {
1637 [STAC_REF] = "ref",
Mauro Carvalho Chehab9cb36c22008-08-11 10:18:39 +02001638 [STAC_M1] = "m1",
1639 [STAC_M1_2] = "m1-2",
1640 [STAC_M2] = "m2",
Tobin Davis8e21c342007-01-08 11:04:17 +01001641 [STAC_M2_2] = "m2-2",
Mauro Carvalho Chehab9cb36c22008-08-11 10:18:39 +02001642 [STAC_M3] = "m3",
1643 [STAC_M5] = "m5",
1644 [STAC_M6] = "m6",
Tobin Davis8e21c342007-01-08 11:04:17 +01001645};
1646
Mauro Carvalho Chehab9cb36c22008-08-11 10:18:39 +02001647static struct snd_pci_quirk stac925x_codec_id_cfg_tbl[] = {
Mauro Carvalho Chehab58eec422008-08-11 10:18:39 +02001648 SND_PCI_QUIRK(0x107b, 0x0316, "Gateway M255", STAC_M2),
1649 SND_PCI_QUIRK(0x107b, 0x0366, "Gateway MP6954", STAC_M5),
1650 SND_PCI_QUIRK(0x107b, 0x0461, "Gateway NX560XL", STAC_M1),
1651 SND_PCI_QUIRK(0x107b, 0x0681, "Gateway NX860", STAC_M2),
Mauro Carvalho Chehab9cb36c22008-08-11 10:18:39 +02001652 SND_PCI_QUIRK(0x107b, 0x0367, "Gateway MX6453", STAC_M1_2),
Mauro Carvalho Chehab9cb36c22008-08-11 10:18:39 +02001653 /* Not sure about the brand name for those */
1654 SND_PCI_QUIRK(0x107b, 0x0281, "Gateway mobile", STAC_M1),
1655 SND_PCI_QUIRK(0x107b, 0x0507, "Gateway mobile", STAC_M3),
1656 SND_PCI_QUIRK(0x107b, 0x0281, "Gateway mobile", STAC_M6),
1657 SND_PCI_QUIRK(0x107b, 0x0685, "Gateway mobile", STAC_M2_2),
Mauro Carvalho Chehab9cb36c22008-08-11 10:18:39 +02001658 {} /* terminator */
Tobin Davis8e21c342007-01-08 11:04:17 +01001659};
1660
1661static struct snd_pci_quirk stac925x_cfg_tbl[] = {
1662 /* SigmaTel reference board */
1663 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x2668, "DFI LanParty", STAC_REF),
Matthew Ranostay577aa2c2009-01-22 22:55:44 -05001664 SND_PCI_QUIRK(PCI_VENDOR_ID_DFI, 0x3101, "DFI LanParty", STAC_REF),
Tobin Davis2c11f952007-05-17 09:36:34 +02001665 SND_PCI_QUIRK(0x8384, 0x7632, "Stac9202 Reference Board", STAC_REF),
Mauro Carvalho Chehab9cb36c22008-08-11 10:18:39 +02001666
1667 /* Default table for unknown ID */
1668 SND_PCI_QUIRK(0x1002, 0x437b, "Gateway mobile", STAC_M2_2),
1669
Tobin Davis8e21c342007-01-08 11:04:17 +01001670 {} /* terminator */
1671};
1672
Matthew Ranostaya7662642008-02-21 07:51:14 +01001673static unsigned int ref92hd73xx_pin_configs[13] = {
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01001674 0x02214030, 0x02a19040, 0x01a19020, 0x02214030,
1675 0x0181302e, 0x01014010, 0x01014020, 0x01014030,
1676 0x02319040, 0x90a000f0, 0x90a000f0, 0x01452050,
Matthew Ranostaya7662642008-02-21 07:51:14 +01001677 0x01452050,
1678};
1679
1680static unsigned int dell_m6_pin_configs[13] = {
1681 0x0321101f, 0x4f00000f, 0x4f0000f0, 0x90170110,
Matthew Ranostay7c2ba972008-04-16 13:13:59 +02001682 0x03a11020, 0x0321101f, 0x4f0000f0, 0x4f0000f0,
Matthew Ranostaya7662642008-02-21 07:51:14 +01001683 0x4f0000f0, 0x90a60160, 0x4f0000f0, 0x4f0000f0,
1684 0x4f0000f0,
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01001685};
1686
1687static unsigned int *stac92hd73xx_brd_tbl[STAC_92HD73XX_MODELS] = {
Matthew Ranostaya7662642008-02-21 07:51:14 +01001688 [STAC_92HD73XX_REF] = ref92hd73xx_pin_configs,
Takashi Iwai661cd8f2008-11-25 15:18:29 +01001689 [STAC_DELL_M6_AMIC] = dell_m6_pin_configs,
1690 [STAC_DELL_M6_DMIC] = dell_m6_pin_configs,
1691 [STAC_DELL_M6_BOTH] = dell_m6_pin_configs,
Matthew Ranostay6b3ab212008-11-03 08:12:43 -05001692 [STAC_DELL_EQ] = dell_m6_pin_configs,
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01001693};
1694
1695static const char *stac92hd73xx_models[STAC_92HD73XX_MODELS] = {
Takashi Iwai9e43f0d2008-12-17 14:51:01 +01001696 [STAC_92HD73XX_NO_JD] = "no-jd",
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01001697 [STAC_92HD73XX_REF] = "ref",
Takashi Iwai661cd8f2008-11-25 15:18:29 +01001698 [STAC_DELL_M6_AMIC] = "dell-m6-amic",
1699 [STAC_DELL_M6_DMIC] = "dell-m6-dmic",
1700 [STAC_DELL_M6_BOTH] = "dell-m6",
Matthew Ranostay6b3ab212008-11-03 08:12:43 -05001701 [STAC_DELL_EQ] = "dell-eq",
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01001702};
1703
1704static struct snd_pci_quirk stac92hd73xx_cfg_tbl[] = {
1705 /* SigmaTel reference board */
1706 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x2668,
Matthew Ranostaya7662642008-02-21 07:51:14 +01001707 "DFI LanParty", STAC_92HD73XX_REF),
Matthew Ranostay577aa2c2009-01-22 22:55:44 -05001708 SND_PCI_QUIRK(PCI_VENDOR_ID_DFI, 0x3101,
1709 "DFI LanParty", STAC_92HD73XX_REF),
Matthew Ranostaya7662642008-02-21 07:51:14 +01001710 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0254,
Takashi Iwai661cd8f2008-11-25 15:18:29 +01001711 "Dell Studio 1535", STAC_DELL_M6_DMIC),
Matthew Ranostaya7662642008-02-21 07:51:14 +01001712 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0255,
Takashi Iwai661cd8f2008-11-25 15:18:29 +01001713 "unknown Dell", STAC_DELL_M6_DMIC),
Matthew Ranostaya7662642008-02-21 07:51:14 +01001714 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0256,
Takashi Iwai661cd8f2008-11-25 15:18:29 +01001715 "unknown Dell", STAC_DELL_M6_BOTH),
Matthew Ranostaya7662642008-02-21 07:51:14 +01001716 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0257,
Takashi Iwai661cd8f2008-11-25 15:18:29 +01001717 "unknown Dell", STAC_DELL_M6_BOTH),
Matthew Ranostaya7662642008-02-21 07:51:14 +01001718 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x025e,
Takashi Iwai661cd8f2008-11-25 15:18:29 +01001719 "unknown Dell", STAC_DELL_M6_AMIC),
Matthew Ranostaya7662642008-02-21 07:51:14 +01001720 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x025f,
Takashi Iwai661cd8f2008-11-25 15:18:29 +01001721 "unknown Dell", STAC_DELL_M6_AMIC),
Matthew Ranostaya7662642008-02-21 07:51:14 +01001722 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0271,
Takashi Iwai661cd8f2008-11-25 15:18:29 +01001723 "unknown Dell", STAC_DELL_M6_DMIC),
1724 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0272,
1725 "unknown Dell", STAC_DELL_M6_DMIC),
Takashi Iwaib0fc5e02008-11-21 08:37:03 +01001726 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x029f,
Takashi Iwai661cd8f2008-11-25 15:18:29 +01001727 "Dell Studio 1537", STAC_DELL_M6_DMIC),
Joerg Schirottkefa620e92008-12-19 08:13:49 +01001728 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x02a0,
1729 "Dell Studio 17", STAC_DELL_M6_DMIC),
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01001730 {} /* terminator */
1731};
1732
Matthew Ranostay8bb0ac52009-02-12 16:50:01 -05001733static unsigned int ref92hd83xxx_pin_configs[10] = {
Matthew Ranostayd0513fc2008-07-27 10:30:30 +02001734 0x02214030, 0x02211010, 0x02a19020, 0x02170130,
1735 0x01014050, 0x01819040, 0x01014020, 0x90a3014e,
Matthew Ranostayd0513fc2008-07-27 10:30:30 +02001736 0x01451160, 0x98560170,
1737};
1738
Matthew Ranostay8bb0ac52009-02-12 16:50:01 -05001739static unsigned int dell_s14_pin_configs[10] = {
1740 0x02214030, 0x02211010, 0x02a19020, 0x01014050,
1741 0x40f000f0, 0x01819040, 0x40f000f0, 0x90a60160,
1742 0x40f000f0, 0x40f000f0,
1743};
1744
Matthew Ranostayd0513fc2008-07-27 10:30:30 +02001745static unsigned int *stac92hd83xxx_brd_tbl[STAC_92HD83XXX_MODELS] = {
1746 [STAC_92HD83XXX_REF] = ref92hd83xxx_pin_configs,
Matthew Ranostay32ed3f42009-01-22 20:53:29 -05001747 [STAC_92HD83XXX_PWR_REF] = ref92hd83xxx_pin_configs,
Matthew Ranostay8bb0ac52009-02-12 16:50:01 -05001748 [STAC_DELL_S14] = dell_s14_pin_configs,
Matthew Ranostayd0513fc2008-07-27 10:30:30 +02001749};
1750
1751static const char *stac92hd83xxx_models[STAC_92HD83XXX_MODELS] = {
1752 [STAC_92HD83XXX_REF] = "ref",
Matthew Ranostay32ed3f42009-01-22 20:53:29 -05001753 [STAC_92HD83XXX_PWR_REF] = "mic-ref",
Matthew Ranostay8bb0ac52009-02-12 16:50:01 -05001754 [STAC_DELL_S14] = "dell-s14",
Matthew Ranostayd0513fc2008-07-27 10:30:30 +02001755};
1756
1757static struct snd_pci_quirk stac92hd83xxx_cfg_tbl[] = {
1758 /* SigmaTel reference board */
1759 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x2668,
Takashi Iwaif9d088b2009-01-13 11:54:49 +01001760 "DFI LanParty", STAC_92HD83XXX_REF),
Matthew Ranostay577aa2c2009-01-22 22:55:44 -05001761 SND_PCI_QUIRK(PCI_VENDOR_ID_DFI, 0x3101,
1762 "DFI LanParty", STAC_92HD83XXX_REF),
Matthew Ranostay8bb0ac52009-02-12 16:50:01 -05001763 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x02ba,
1764 "unknown Dell", STAC_DELL_S14),
Herton Ronaldo Krzesinski574f3c42008-12-23 16:53:00 -02001765 {} /* terminator */
Matthew Ranostayd0513fc2008-07-27 10:30:30 +02001766};
1767
Herton Ronaldo Krzesinski616f89e2009-02-04 11:23:19 -05001768static unsigned int ref92hd71bxx_pin_configs[STAC92HD71BXX_NUM_PINS] = {
Matthew Ranostaye035b842007-11-06 11:53:55 +01001769 0x02214030, 0x02a19040, 0x01a19020, 0x01014010,
Matthew Ranostay4b33c762008-10-10 09:07:23 -04001770 0x0181302e, 0x01014010, 0x01019020, 0x90a000f0,
Herton Ronaldo Krzesinski616f89e2009-02-04 11:23:19 -05001771 0x90a000f0, 0x01452050, 0x01452050, 0x00000000,
1772 0x00000000
Matthew Ranostaye035b842007-11-06 11:53:55 +01001773};
1774
Herton Ronaldo Krzesinski616f89e2009-02-04 11:23:19 -05001775static unsigned int dell_m4_1_pin_configs[STAC92HD71BXX_NUM_PINS] = {
Matthew Ranostaya7662642008-02-21 07:51:14 +01001776 0x0421101f, 0x04a11221, 0x40f000f0, 0x90170110,
Matthew Ranostay07bcb312008-03-20 12:10:57 +01001777 0x23a1902e, 0x23014250, 0x40f000f0, 0x90a000f0,
Herton Ronaldo Krzesinski616f89e2009-02-04 11:23:19 -05001778 0x40f000f0, 0x4f0000f0, 0x4f0000f0, 0x00000000,
1779 0x00000000
Matthew Ranostaya7662642008-02-21 07:51:14 +01001780};
1781
Herton Ronaldo Krzesinski616f89e2009-02-04 11:23:19 -05001782static unsigned int dell_m4_2_pin_configs[STAC92HD71BXX_NUM_PINS] = {
Matthew Ranostaya7662642008-02-21 07:51:14 +01001783 0x0421101f, 0x04a11221, 0x90a70330, 0x90170110,
1784 0x23a1902e, 0x23014250, 0x40f000f0, 0x40f000f0,
Herton Ronaldo Krzesinski616f89e2009-02-04 11:23:19 -05001785 0x40f000f0, 0x044413b0, 0x044413b0, 0x00000000,
1786 0x00000000
Matthew Ranostaya7662642008-02-21 07:51:14 +01001787};
1788
Herton Ronaldo Krzesinski616f89e2009-02-04 11:23:19 -05001789static unsigned int dell_m4_3_pin_configs[STAC92HD71BXX_NUM_PINS] = {
Matthew Ranostay3a7abfd2008-11-20 21:21:43 -05001790 0x0421101f, 0x04a11221, 0x90a70330, 0x90170110,
1791 0x40f000f0, 0x40f000f0, 0x40f000f0, 0x90a000f0,
Herton Ronaldo Krzesinski616f89e2009-02-04 11:23:19 -05001792 0x40f000f0, 0x044413b0, 0x044413b0, 0x00000000,
1793 0x00000000
Matthew Ranostay3a7abfd2008-11-20 21:21:43 -05001794};
1795
Matthew Ranostaye035b842007-11-06 11:53:55 +01001796static unsigned int *stac92hd71bxx_brd_tbl[STAC_92HD71BXX_MODELS] = {
1797 [STAC_92HD71BXX_REF] = ref92hd71bxx_pin_configs,
Matthew Ranostaya7662642008-02-21 07:51:14 +01001798 [STAC_DELL_M4_1] = dell_m4_1_pin_configs,
1799 [STAC_DELL_M4_2] = dell_m4_2_pin_configs,
Matthew Ranostay3a7abfd2008-11-20 21:21:43 -05001800 [STAC_DELL_M4_3] = dell_m4_3_pin_configs,
Matthew Ranostay6a14f582008-09-12 12:02:30 -04001801 [STAC_HP_M4] = NULL,
Takashi Iwai1b0652e2009-01-14 08:27:35 +01001802 [STAC_HP_DV5] = NULL,
Matthew Ranostaye035b842007-11-06 11:53:55 +01001803};
1804
1805static const char *stac92hd71bxx_models[STAC_92HD71BXX_MODELS] = {
1806 [STAC_92HD71BXX_REF] = "ref",
Matthew Ranostaya7662642008-02-21 07:51:14 +01001807 [STAC_DELL_M4_1] = "dell-m4-1",
1808 [STAC_DELL_M4_2] = "dell-m4-2",
Matthew Ranostay3a7abfd2008-11-20 21:21:43 -05001809 [STAC_DELL_M4_3] = "dell-m4-3",
Matthew Ranostay6a14f582008-09-12 12:02:30 -04001810 [STAC_HP_M4] = "hp-m4",
Takashi Iwai1b0652e2009-01-14 08:27:35 +01001811 [STAC_HP_DV5] = "hp-dv5",
Matthew Ranostaye035b842007-11-06 11:53:55 +01001812};
1813
1814static struct snd_pci_quirk stac92hd71bxx_cfg_tbl[] = {
1815 /* SigmaTel reference board */
1816 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x2668,
1817 "DFI LanParty", STAC_92HD71BXX_REF),
Matthew Ranostay577aa2c2009-01-22 22:55:44 -05001818 SND_PCI_QUIRK(PCI_VENDOR_ID_DFI, 0x3101,
1819 "DFI LanParty", STAC_92HD71BXX_REF),
Takashi Iwai80bf2722008-11-18 10:48:41 +01001820 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x30f2,
1821 "HP dv5", STAC_HP_M4),
1822 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x30f4,
1823 "HP dv7", STAC_HP_M4),
Takashi Iwaie0c0e942009-01-22 12:58:11 +01001824 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x30f7,
1825 "HP dv4", STAC_HP_DV5),
Takashi Iwai69dfaef2008-12-20 16:57:50 +01001826 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x30fc,
1827 "HP dv7", STAC_HP_M4),
Takashi Iwai42de55c2009-01-30 15:49:58 +01001828 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x3600,
1829 "HP dv5", STAC_HP_DV5),
Giuseppe Bilottadafb70c2009-01-13 08:58:49 -05001830 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x3603,
Takashi Iwai1b0652e2009-01-14 08:27:35 +01001831 "HP dv5", STAC_HP_DV5),
Matthew Ranostay9a9e2352008-09-26 10:37:03 -04001832 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x361a,
1833 "unknown HP", STAC_HP_M4),
Matthew Ranostaya7662642008-02-21 07:51:14 +01001834 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0233,
1835 "unknown Dell", STAC_DELL_M4_1),
1836 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0234,
1837 "unknown Dell", STAC_DELL_M4_1),
1838 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0250,
1839 "unknown Dell", STAC_DELL_M4_1),
1840 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x024f,
1841 "unknown Dell", STAC_DELL_M4_1),
1842 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x024d,
1843 "unknown Dell", STAC_DELL_M4_1),
1844 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0251,
1845 "unknown Dell", STAC_DELL_M4_1),
1846 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0277,
1847 "unknown Dell", STAC_DELL_M4_1),
1848 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0263,
1849 "unknown Dell", STAC_DELL_M4_2),
1850 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0265,
1851 "unknown Dell", STAC_DELL_M4_2),
1852 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0262,
1853 "unknown Dell", STAC_DELL_M4_2),
1854 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0264,
1855 "unknown Dell", STAC_DELL_M4_2),
Matthew Ranostay3a7abfd2008-11-20 21:21:43 -05001856 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x02aa,
1857 "unknown Dell", STAC_DELL_M4_3),
Matthew Ranostaye035b842007-11-06 11:53:55 +01001858 {} /* terminator */
1859};
1860
Matt Porter403d1942005-11-29 15:00:51 +01001861static unsigned int ref922x_pin_configs[10] = {
1862 0x01014010, 0x01016011, 0x01012012, 0x0221401f,
1863 0x01813122, 0x01011014, 0x01441030, 0x01c41030,
Matt2f2f4252005-04-13 14:45:30 +02001864 0x40000100, 0x40000100,
1865};
1866
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001867/*
1868 STAC 922X pin configs for
1869 102801A7
1870 102801AB
1871 102801A9
1872 102801D1
1873 102801D2
1874*/
1875static unsigned int dell_922x_d81_pin_configs[10] = {
1876 0x02214030, 0x01a19021, 0x01111012, 0x01114010,
1877 0x02a19020, 0x01117011, 0x400001f0, 0x400001f1,
1878 0x01813122, 0x400001f2,
1879};
1880
1881/*
1882 STAC 922X pin configs for
1883 102801AC
1884 102801D0
1885*/
1886static unsigned int dell_922x_d82_pin_configs[10] = {
1887 0x02214030, 0x01a19021, 0x01111012, 0x01114010,
1888 0x02a19020, 0x01117011, 0x01451140, 0x400001f0,
1889 0x01813122, 0x400001f1,
1890};
1891
1892/*
1893 STAC 922X pin configs for
1894 102801BF
1895*/
1896static unsigned int dell_922x_m81_pin_configs[10] = {
1897 0x0321101f, 0x01112024, 0x01111222, 0x91174220,
1898 0x03a11050, 0x01116221, 0x90a70330, 0x01452340,
1899 0x40C003f1, 0x405003f0,
1900};
1901
1902/*
1903 STAC 9221 A1 pin configs for
1904 102801D7 (Dell XPS M1210)
1905*/
1906static unsigned int dell_922x_m82_pin_configs[10] = {
Jiang Zhe7f9310c2007-11-12 12:43:37 +01001907 0x02211211, 0x408103ff, 0x02a1123e, 0x90100310,
1908 0x408003f1, 0x0221121f, 0x03451340, 0x40c003f2,
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001909 0x508003f3, 0x405003f4,
1910};
1911
Matt Porter403d1942005-11-29 15:00:51 +01001912static unsigned int d945gtp3_pin_configs[10] = {
Matt Porter869264c2006-01-25 19:20:50 +01001913 0x0221401f, 0x01a19022, 0x01813021, 0x01014010,
Matt Porter403d1942005-11-29 15:00:51 +01001914 0x40000100, 0x40000100, 0x40000100, 0x40000100,
1915 0x02a19120, 0x40000100,
1916};
1917
1918static unsigned int d945gtp5_pin_configs[10] = {
Matt Porter869264c2006-01-25 19:20:50 +01001919 0x0221401f, 0x01011012, 0x01813024, 0x01014010,
1920 0x01a19021, 0x01016011, 0x01452130, 0x40000100,
Matt Porter403d1942005-11-29 15:00:51 +01001921 0x02a19320, 0x40000100,
1922};
1923
Ivan N. Zlatev5d5d3bc2007-05-29 16:03:00 +02001924static unsigned int intel_mac_v1_pin_configs[10] = {
1925 0x0121e21f, 0x400000ff, 0x9017e110, 0x400000fd,
1926 0x400000fe, 0x0181e020, 0x1145e030, 0x11c5e240,
Takashi Iwai3fc24d82007-02-16 13:27:18 +01001927 0x400000fc, 0x400000fb,
1928};
1929
Ivan N. Zlatev5d5d3bc2007-05-29 16:03:00 +02001930static unsigned int intel_mac_v2_pin_configs[10] = {
1931 0x0121e21f, 0x90a7012e, 0x9017e110, 0x400000fd,
1932 0x400000fe, 0x0181e020, 0x1145e230, 0x500000fa,
Sylvain FORETf16928f2007-04-27 14:22:36 +02001933 0x400000fc, 0x400000fb,
1934};
1935
Ivan N. Zlatev5d5d3bc2007-05-29 16:03:00 +02001936static unsigned int intel_mac_v3_pin_configs[10] = {
1937 0x0121e21f, 0x90a7012e, 0x9017e110, 0x400000fd,
1938 0x400000fe, 0x0181e020, 0x1145e230, 0x11c5e240,
1939 0x400000fc, 0x400000fb,
1940};
1941
1942static unsigned int intel_mac_v4_pin_configs[10] = {
1943 0x0321e21f, 0x03a1e02e, 0x9017e110, 0x9017e11f,
1944 0x400000fe, 0x0381e020, 0x1345e230, 0x13c5e240,
1945 0x400000fc, 0x400000fb,
1946};
1947
1948static unsigned int intel_mac_v5_pin_configs[10] = {
1949 0x0321e21f, 0x03a1e02e, 0x9017e110, 0x9017e11f,
1950 0x400000fe, 0x0381e020, 0x1345e230, 0x13c5e240,
1951 0x400000fc, 0x400000fb,
Takashi Iwai0dae0f82007-05-21 12:41:29 +02001952};
1953
Mauro Carvalho Chehab8c650082008-08-04 10:39:59 -03001954static unsigned int ecs202_pin_configs[10] = {
1955 0x0221401f, 0x02a19020, 0x01a19020, 0x01114010,
1956 0x408000f0, 0x01813022, 0x074510a0, 0x40c400f1,
1957 0x9037012e, 0x40e000f2,
1958};
Takashi Iwai76c08822007-06-19 12:17:42 +02001959
Takashi Iwai19039bd2006-06-28 15:52:16 +02001960static unsigned int *stac922x_brd_tbl[STAC_922X_MODELS] = {
Takashi Iwaif5fcc132006-11-24 17:07:44 +01001961 [STAC_D945_REF] = ref922x_pin_configs,
Takashi Iwai19039bd2006-06-28 15:52:16 +02001962 [STAC_D945GTP3] = d945gtp3_pin_configs,
1963 [STAC_D945GTP5] = d945gtp5_pin_configs,
Ivan N. Zlatev5d5d3bc2007-05-29 16:03:00 +02001964 [STAC_INTEL_MAC_V1] = intel_mac_v1_pin_configs,
1965 [STAC_INTEL_MAC_V2] = intel_mac_v2_pin_configs,
1966 [STAC_INTEL_MAC_V3] = intel_mac_v3_pin_configs,
1967 [STAC_INTEL_MAC_V4] = intel_mac_v4_pin_configs,
1968 [STAC_INTEL_MAC_V5] = intel_mac_v5_pin_configs,
Nicolas Boichat536319a2008-07-21 22:18:01 +08001969 [STAC_INTEL_MAC_AUTO] = intel_mac_v3_pin_configs,
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001970 /* for backward compatibility */
Ivan N. Zlatev5d5d3bc2007-05-29 16:03:00 +02001971 [STAC_MACMINI] = intel_mac_v3_pin_configs,
1972 [STAC_MACBOOK] = intel_mac_v5_pin_configs,
1973 [STAC_MACBOOK_PRO_V1] = intel_mac_v3_pin_configs,
1974 [STAC_MACBOOK_PRO_V2] = intel_mac_v3_pin_configs,
1975 [STAC_IMAC_INTEL] = intel_mac_v2_pin_configs,
1976 [STAC_IMAC_INTEL_20] = intel_mac_v3_pin_configs,
Mauro Carvalho Chehab8c650082008-08-04 10:39:59 -03001977 [STAC_ECS_202] = ecs202_pin_configs,
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001978 [STAC_922X_DELL_D81] = dell_922x_d81_pin_configs,
1979 [STAC_922X_DELL_D82] = dell_922x_d82_pin_configs,
1980 [STAC_922X_DELL_M81] = dell_922x_m81_pin_configs,
1981 [STAC_922X_DELL_M82] = dell_922x_m82_pin_configs,
Matt Porter403d1942005-11-29 15:00:51 +01001982};
1983
Takashi Iwaif5fcc132006-11-24 17:07:44 +01001984static const char *stac922x_models[STAC_922X_MODELS] = {
1985 [STAC_D945_REF] = "ref",
1986 [STAC_D945GTP5] = "5stack",
1987 [STAC_D945GTP3] = "3stack",
Ivan N. Zlatev5d5d3bc2007-05-29 16:03:00 +02001988 [STAC_INTEL_MAC_V1] = "intel-mac-v1",
1989 [STAC_INTEL_MAC_V2] = "intel-mac-v2",
1990 [STAC_INTEL_MAC_V3] = "intel-mac-v3",
1991 [STAC_INTEL_MAC_V4] = "intel-mac-v4",
1992 [STAC_INTEL_MAC_V5] = "intel-mac-v5",
Nicolas Boichat536319a2008-07-21 22:18:01 +08001993 [STAC_INTEL_MAC_AUTO] = "intel-mac-auto",
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001994 /* for backward compatibility */
Takashi Iwaif5fcc132006-11-24 17:07:44 +01001995 [STAC_MACMINI] = "macmini",
Takashi Iwai3fc24d82007-02-16 13:27:18 +01001996 [STAC_MACBOOK] = "macbook",
Nicolas Boichat6f0778d2007-03-15 12:38:15 +01001997 [STAC_MACBOOK_PRO_V1] = "macbook-pro-v1",
1998 [STAC_MACBOOK_PRO_V2] = "macbook-pro",
Sylvain FORETf16928f2007-04-27 14:22:36 +02001999 [STAC_IMAC_INTEL] = "imac-intel",
Takashi Iwai0dae0f82007-05-21 12:41:29 +02002000 [STAC_IMAC_INTEL_20] = "imac-intel-20",
Mauro Carvalho Chehab8c650082008-08-04 10:39:59 -03002001 [STAC_ECS_202] = "ecs202",
Takashi Iwaidfe495d2007-08-23 19:04:28 +02002002 [STAC_922X_DELL_D81] = "dell-d81",
2003 [STAC_922X_DELL_D82] = "dell-d82",
2004 [STAC_922X_DELL_M81] = "dell-m81",
2005 [STAC_922X_DELL_M82] = "dell-m82",
Takashi Iwaif5fcc132006-11-24 17:07:44 +01002006};
2007
2008static struct snd_pci_quirk stac922x_cfg_tbl[] = {
2009 /* SigmaTel reference board */
2010 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x2668,
2011 "DFI LanParty", STAC_D945_REF),
Matthew Ranostay577aa2c2009-01-22 22:55:44 -05002012 SND_PCI_QUIRK(PCI_VENDOR_ID_DFI, 0x3101,
2013 "DFI LanParty", STAC_D945_REF),
Takashi Iwaif5fcc132006-11-24 17:07:44 +01002014 /* Intel 945G based systems */
2015 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x0101,
2016 "Intel D945G", STAC_D945GTP3),
2017 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x0202,
2018 "Intel D945G", STAC_D945GTP3),
2019 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x0606,
2020 "Intel D945G", STAC_D945GTP3),
2021 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x0601,
2022 "Intel D945G", STAC_D945GTP3),
2023 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x0111,
2024 "Intel D945G", STAC_D945GTP3),
2025 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x1115,
2026 "Intel D945G", STAC_D945GTP3),
2027 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x1116,
2028 "Intel D945G", STAC_D945GTP3),
2029 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x1117,
2030 "Intel D945G", STAC_D945GTP3),
2031 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x1118,
2032 "Intel D945G", STAC_D945GTP3),
2033 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x1119,
2034 "Intel D945G", STAC_D945GTP3),
2035 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x8826,
2036 "Intel D945G", STAC_D945GTP3),
2037 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x5049,
2038 "Intel D945G", STAC_D945GTP3),
2039 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x5055,
2040 "Intel D945G", STAC_D945GTP3),
2041 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x5048,
2042 "Intel D945G", STAC_D945GTP3),
2043 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x0110,
2044 "Intel D945G", STAC_D945GTP3),
2045 /* Intel D945G 5-stack systems */
2046 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x0404,
2047 "Intel D945G", STAC_D945GTP5),
2048 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x0303,
2049 "Intel D945G", STAC_D945GTP5),
2050 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x0013,
2051 "Intel D945G", STAC_D945GTP5),
2052 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x0417,
2053 "Intel D945G", STAC_D945GTP5),
2054 /* Intel 945P based systems */
2055 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x0b0b,
2056 "Intel D945P", STAC_D945GTP3),
2057 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x0112,
2058 "Intel D945P", STAC_D945GTP3),
2059 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x0d0d,
2060 "Intel D945P", STAC_D945GTP3),
2061 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x0909,
2062 "Intel D945P", STAC_D945GTP3),
2063 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x0505,
2064 "Intel D945P", STAC_D945GTP3),
2065 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x0707,
2066 "Intel D945P", STAC_D945GTP5),
Takashi Iwai8056d472009-01-23 09:09:43 +01002067 /* other intel */
2068 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x0204,
2069 "Intel D945", STAC_D945_REF),
Takashi Iwaif5fcc132006-11-24 17:07:44 +01002070 /* other systems */
Nicolas Boichat536319a2008-07-21 22:18:01 +08002071 /* Apple Intel Mac (Mac Mini, MacBook, MacBook Pro...) */
Takashi Iwaif5fcc132006-11-24 17:07:44 +01002072 SND_PCI_QUIRK(0x8384, 0x7680,
Nicolas Boichat536319a2008-07-21 22:18:01 +08002073 "Mac", STAC_INTEL_MAC_AUTO),
Takashi Iwaidfe495d2007-08-23 19:04:28 +02002074 /* Dell systems */
2075 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01a7,
2076 "unknown Dell", STAC_922X_DELL_D81),
2077 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01a9,
2078 "unknown Dell", STAC_922X_DELL_D81),
2079 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01ab,
2080 "unknown Dell", STAC_922X_DELL_D81),
2081 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01ac,
2082 "unknown Dell", STAC_922X_DELL_D82),
2083 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01bf,
2084 "unknown Dell", STAC_922X_DELL_M81),
2085 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01d0,
2086 "unknown Dell", STAC_922X_DELL_D82),
2087 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01d1,
2088 "unknown Dell", STAC_922X_DELL_D81),
2089 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01d2,
2090 "unknown Dell", STAC_922X_DELL_D81),
2091 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01d7,
2092 "Dell XPS M1210", STAC_922X_DELL_M82),
Mauro Carvalho Chehab8c650082008-08-04 10:39:59 -03002093 /* ECS/PC Chips boards */
Takashi Iwaidea0a502009-02-09 17:14:52 +01002094 SND_PCI_QUIRK_MASK(0x1019, 0xf000, 0x2000,
Herton Ronaldo Krzesinski8663ae52009-02-08 19:50:34 -02002095 "ECS/PC chips", STAC_ECS_202),
Matt Porter403d1942005-11-29 15:00:51 +01002096 {} /* terminator */
2097};
2098
Matt Porter3cc08dc2006-01-23 15:27:49 +01002099static unsigned int ref927x_pin_configs[14] = {
Tobin Davis93ed1502006-09-01 21:03:12 +02002100 0x02214020, 0x02a19080, 0x0181304e, 0x01014010,
2101 0x01a19040, 0x01011012, 0x01016011, 0x0101201f,
2102 0x183301f0, 0x18a001f0, 0x18a001f0, 0x01442070,
2103 0x01c42190, 0x40000100,
Matt Porter3cc08dc2006-01-23 15:27:49 +01002104};
2105
Tobin Davis93ed1502006-09-01 21:03:12 +02002106static unsigned int d965_3st_pin_configs[14] = {
Tobin Davis81d3dbd2006-08-22 19:44:45 +02002107 0x0221401f, 0x02a19120, 0x40000100, 0x01014011,
2108 0x01a19021, 0x01813024, 0x40000100, 0x40000100,
2109 0x40000100, 0x40000100, 0x40000100, 0x40000100,
2110 0x40000100, 0x40000100
2111};
2112
Tobin Davis93ed1502006-09-01 21:03:12 +02002113static unsigned int d965_5st_pin_configs[14] = {
2114 0x02214020, 0x02a19080, 0x0181304e, 0x01014010,
2115 0x01a19040, 0x01011012, 0x01016011, 0x40000100,
2116 0x40000100, 0x40000100, 0x40000100, 0x01442070,
2117 0x40000100, 0x40000100
2118};
2119
Tobin Davis4ff076e2007-08-07 11:48:12 +02002120static unsigned int dell_3st_pin_configs[14] = {
2121 0x02211230, 0x02a11220, 0x01a19040, 0x01114210,
2122 0x01111212, 0x01116211, 0x01813050, 0x01112214,
Matthew Ranostay8e9068b2007-12-17 11:58:13 +01002123 0x403003fa, 0x90a60040, 0x90a60040, 0x404003fb,
Tobin Davis4ff076e2007-08-07 11:48:12 +02002124 0x40c003fc, 0x40000100
2125};
2126
Tobin Davis93ed1502006-09-01 21:03:12 +02002127static unsigned int *stac927x_brd_tbl[STAC_927X_MODELS] = {
Takashi Iwaie28d8322008-12-17 13:48:29 +01002128 [STAC_D965_REF_NO_JD] = ref927x_pin_configs,
Matthew Ranostay8e9068b2007-12-17 11:58:13 +01002129 [STAC_D965_REF] = ref927x_pin_configs,
2130 [STAC_D965_3ST] = d965_3st_pin_configs,
2131 [STAC_D965_5ST] = d965_5st_pin_configs,
2132 [STAC_DELL_3ST] = dell_3st_pin_configs,
2133 [STAC_DELL_BIOS] = NULL,
Matt Porter3cc08dc2006-01-23 15:27:49 +01002134};
2135
Takashi Iwaif5fcc132006-11-24 17:07:44 +01002136static const char *stac927x_models[STAC_927X_MODELS] = {
Takashi Iwaie28d8322008-12-17 13:48:29 +01002137 [STAC_D965_REF_NO_JD] = "ref-no-jd",
Matthew Ranostay8e9068b2007-12-17 11:58:13 +01002138 [STAC_D965_REF] = "ref",
2139 [STAC_D965_3ST] = "3stack",
2140 [STAC_D965_5ST] = "5stack",
2141 [STAC_DELL_3ST] = "dell-3stack",
2142 [STAC_DELL_BIOS] = "dell-bios",
Takashi Iwaif5fcc132006-11-24 17:07:44 +01002143};
2144
2145static struct snd_pci_quirk stac927x_cfg_tbl[] = {
2146 /* SigmaTel reference board */
2147 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x2668,
2148 "DFI LanParty", STAC_D965_REF),
Matthew Ranostay577aa2c2009-01-22 22:55:44 -05002149 SND_PCI_QUIRK(PCI_VENDOR_ID_DFI, 0x3101,
2150 "DFI LanParty", STAC_D965_REF),
Tobin Davis81d3dbd2006-08-22 19:44:45 +02002151 /* Intel 946 based systems */
Takashi Iwaif5fcc132006-11-24 17:07:44 +01002152 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x3d01, "Intel D946", STAC_D965_3ST),
2153 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0xa301, "Intel D946", STAC_D965_3ST),
Tobin Davis93ed1502006-09-01 21:03:12 +02002154 /* 965 based 3 stack systems */
Takashi Iwaidea0a502009-02-09 17:14:52 +01002155 SND_PCI_QUIRK_MASK(PCI_VENDOR_ID_INTEL, 0xff00, 0x2100,
2156 "Intel D965", STAC_D965_3ST),
2157 SND_PCI_QUIRK_MASK(PCI_VENDOR_ID_INTEL, 0xff00, 0x2000,
2158 "Intel D965", STAC_D965_3ST),
Tobin Davis4ff076e2007-08-07 11:48:12 +02002159 /* Dell 3 stack systems */
Matthew Ranostay8e9068b2007-12-17 11:58:13 +01002160 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01f7, "Dell XPS M1730", STAC_DELL_3ST),
Takashi Iwaidfe495d2007-08-23 19:04:28 +02002161 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01dd, "Dell Dimension E520", STAC_DELL_3ST),
Tobin Davis4ff076e2007-08-07 11:48:12 +02002162 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01ed, "Dell ", STAC_DELL_3ST),
2163 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01f4, "Dell ", STAC_DELL_3ST),
Matthew Ranostay8e9068b2007-12-17 11:58:13 +01002164 /* Dell 3 stack systems with verb table in BIOS */
Matthew Ranostay2f32d902008-01-10 13:06:26 +01002165 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01f3, "Dell Inspiron 1420", STAC_DELL_BIOS),
2166 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0227, "Dell Vostro 1400 ", STAC_DELL_BIOS),
Matthew Ranostay8e9068b2007-12-17 11:58:13 +01002167 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x022e, "Dell ", STAC_DELL_BIOS),
Takashi Iwai24918b62008-09-30 12:58:54 +02002168 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x022f, "Dell Inspiron 1525", STAC_DELL_3ST),
Matthew Ranostay8e9068b2007-12-17 11:58:13 +01002169 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0242, "Dell ", STAC_DELL_BIOS),
2170 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0243, "Dell ", STAC_DELL_BIOS),
2171 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x02ff, "Dell ", STAC_DELL_BIOS),
2172 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0209, "Dell XPS 1330", STAC_DELL_BIOS),
Tobin Davis93ed1502006-09-01 21:03:12 +02002173 /* 965 based 5 stack systems */
Takashi Iwaidea0a502009-02-09 17:14:52 +01002174 SND_PCI_QUIRK_MASK(PCI_VENDOR_ID_INTEL, 0xff00, 0x2300,
2175 "Intel D965", STAC_D965_5ST),
2176 SND_PCI_QUIRK_MASK(PCI_VENDOR_ID_INTEL, 0xff00, 0x2500,
2177 "Intel D965", STAC_D965_5ST),
Matt Porter3cc08dc2006-01-23 15:27:49 +01002178 {} /* terminator */
2179};
2180
Matt Porterf3302a52006-07-31 12:49:34 +02002181static unsigned int ref9205_pin_configs[12] = {
2182 0x40000100, 0x40000100, 0x01016011, 0x01014010,
Matthew Ranostay09a99952008-01-24 11:49:21 +01002183 0x01813122, 0x01a19021, 0x01019020, 0x40000100,
Matt Porter8b657272006-10-26 17:12:59 +02002184 0x90a000f0, 0x90a000f0, 0x01441030, 0x01c41030
Matt Porterf3302a52006-07-31 12:49:34 +02002185};
2186
Takashi Iwaidfe495d2007-08-23 19:04:28 +02002187/*
2188 STAC 9205 pin configs for
2189 102801F1
2190 102801F2
2191 102801FC
2192 102801FD
2193 10280204
2194 1028021F
Matthew Ranostay3fa2ef72008-01-11 11:39:06 +01002195 10280228 (Dell Vostro 1500)
Takashi Iwaidfe495d2007-08-23 19:04:28 +02002196*/
2197static unsigned int dell_9205_m42_pin_configs[12] = {
2198 0x0321101F, 0x03A11020, 0x400003FA, 0x90170310,
2199 0x400003FB, 0x400003FC, 0x400003FD, 0x40F000F9,
2200 0x90A60330, 0x400003FF, 0x0144131F, 0x40C003FE,
2201};
2202
2203/*
2204 STAC 9205 pin configs for
2205 102801F9
2206 102801FA
2207 102801FE
2208 102801FF (Dell Precision M4300)
2209 10280206
2210 10280200
2211 10280201
2212*/
2213static unsigned int dell_9205_m43_pin_configs[12] = {
Tobin Davisae0a8ed2007-08-13 15:50:29 +02002214 0x0321101f, 0x03a11020, 0x90a70330, 0x90170310,
2215 0x400000fe, 0x400000ff, 0x400000fd, 0x40f000f9,
2216 0x400000fa, 0x400000fc, 0x0144131f, 0x40c003f8,
2217};
2218
Takashi Iwaidfe495d2007-08-23 19:04:28 +02002219static unsigned int dell_9205_m44_pin_configs[12] = {
Tobin Davisae0a8ed2007-08-13 15:50:29 +02002220 0x0421101f, 0x04a11020, 0x400003fa, 0x90170310,
2221 0x400003fb, 0x400003fc, 0x400003fd, 0x400003f9,
2222 0x90a60330, 0x400003ff, 0x01441340, 0x40c003fe,
2223};
2224
Takashi Iwaif5fcc132006-11-24 17:07:44 +01002225static unsigned int *stac9205_brd_tbl[STAC_9205_MODELS] = {
Tobin Davisae0a8ed2007-08-13 15:50:29 +02002226 [STAC_9205_REF] = ref9205_pin_configs,
Takashi Iwaidfe495d2007-08-23 19:04:28 +02002227 [STAC_9205_DELL_M42] = dell_9205_m42_pin_configs,
2228 [STAC_9205_DELL_M43] = dell_9205_m43_pin_configs,
2229 [STAC_9205_DELL_M44] = dell_9205_m44_pin_configs,
Takashi Iwaid9a42682009-01-22 17:40:18 +01002230 [STAC_9205_EAPD] = NULL,
Matt Porterf3302a52006-07-31 12:49:34 +02002231};
2232
Takashi Iwaif5fcc132006-11-24 17:07:44 +01002233static const char *stac9205_models[STAC_9205_MODELS] = {
2234 [STAC_9205_REF] = "ref",
Takashi Iwaidfe495d2007-08-23 19:04:28 +02002235 [STAC_9205_DELL_M42] = "dell-m42",
Tobin Davisae0a8ed2007-08-13 15:50:29 +02002236 [STAC_9205_DELL_M43] = "dell-m43",
2237 [STAC_9205_DELL_M44] = "dell-m44",
Takashi Iwaid9a42682009-01-22 17:40:18 +01002238 [STAC_9205_EAPD] = "eapd",
Takashi Iwaif5fcc132006-11-24 17:07:44 +01002239};
2240
2241static struct snd_pci_quirk stac9205_cfg_tbl[] = {
2242 /* SigmaTel reference board */
2243 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x2668,
2244 "DFI LanParty", STAC_9205_REF),
Matthew Ranostay577aa2c2009-01-22 22:55:44 -05002245 SND_PCI_QUIRK(PCI_VENDOR_ID_DFI, 0x3101,
2246 "DFI LanParty", STAC_9205_REF),
Takashi Iwaid9a42682009-01-22 17:40:18 +01002247 /* Dell */
Takashi Iwaidfe495d2007-08-23 19:04:28 +02002248 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01f1,
2249 "unknown Dell", STAC_9205_DELL_M42),
2250 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01f2,
2251 "unknown Dell", STAC_9205_DELL_M42),
Tobin Davisae0a8ed2007-08-13 15:50:29 +02002252 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01f8,
Matthew Ranostayb44ef2f2007-09-18 00:52:38 +02002253 "Dell Precision", STAC_9205_DELL_M43),
Tobin Davisae0a8ed2007-08-13 15:50:29 +02002254 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01f9,
2255 "Dell Precision", STAC_9205_DELL_M43),
2256 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01fa,
2257 "Dell Precision", STAC_9205_DELL_M43),
Takashi Iwaidfe495d2007-08-23 19:04:28 +02002258 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01fc,
2259 "unknown Dell", STAC_9205_DELL_M42),
2260 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01fd,
2261 "unknown Dell", STAC_9205_DELL_M42),
Tobin Davisae0a8ed2007-08-13 15:50:29 +02002262 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01fe,
2263 "Dell Precision", STAC_9205_DELL_M43),
2264 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01ff,
Takashi Iwaidfe495d2007-08-23 19:04:28 +02002265 "Dell Precision M4300", STAC_9205_DELL_M43),
Takashi Iwaidfe495d2007-08-23 19:04:28 +02002266 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0204,
2267 "unknown Dell", STAC_9205_DELL_M42),
Takashi Iwai45499152008-06-12 16:27:24 +02002268 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0206,
2269 "Dell Precision", STAC_9205_DELL_M43),
2270 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x021b,
2271 "Dell Precision", STAC_9205_DELL_M43),
2272 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x021c,
2273 "Dell Precision", STAC_9205_DELL_M43),
Tobin Davisae0a8ed2007-08-13 15:50:29 +02002274 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x021f,
2275 "Dell Inspiron", STAC_9205_DELL_M44),
Matthew Ranostay3fa2ef72008-01-11 11:39:06 +01002276 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0228,
2277 "Dell Vostro 1500", STAC_9205_DELL_M42),
Takashi Iwaid9a42682009-01-22 17:40:18 +01002278 /* Gateway */
2279 SND_PCI_QUIRK(0x107b, 0x0565, "Gateway T1616", STAC_9205_EAPD),
Matt Porterf3302a52006-07-31 12:49:34 +02002280 {} /* terminator */
2281};
2282
Richard Fish11b44bb2006-08-23 18:31:34 +02002283static int stac92xx_save_bios_config_regs(struct hda_codec *codec)
2284{
2285 int i;
2286 struct sigmatel_spec *spec = codec->spec;
2287
Takashi Iwaiaf9f3412008-11-18 10:38:56 +01002288 kfree(spec->pin_configs);
2289 spec->pin_configs = kcalloc(spec->num_pins, sizeof(*spec->pin_configs),
2290 GFP_KERNEL);
2291 if (!spec->pin_configs)
2292 return -ENOMEM;
Richard Fish11b44bb2006-08-23 18:31:34 +02002293
2294 for (i = 0; i < spec->num_pins; i++) {
2295 hda_nid_t nid = spec->pin_nids[i];
2296 unsigned int pin_cfg;
Herton Ronaldo Krzesinski616f89e2009-02-04 11:23:19 -05002297
2298 if (!nid)
2299 continue;
Richard Fish11b44bb2006-08-23 18:31:34 +02002300 pin_cfg = snd_hda_codec_read(codec, nid, 0,
2301 AC_VERB_GET_CONFIG_DEFAULT, 0x00);
2302 snd_printdd(KERN_INFO "hda_codec: pin nid %2.2x bios pin config %8.8x\n",
2303 nid, pin_cfg);
Takashi Iwaiaf9f3412008-11-18 10:38:56 +01002304 spec->pin_configs[i] = pin_cfg;
Richard Fish11b44bb2006-08-23 18:31:34 +02002305 }
2306
2307 return 0;
2308}
2309
Matthew Ranostay87d48362007-07-17 11:52:24 +02002310static void stac92xx_set_config_reg(struct hda_codec *codec,
2311 hda_nid_t pin_nid, unsigned int pin_config)
2312{
2313 int i;
2314 snd_hda_codec_write(codec, pin_nid, 0,
2315 AC_VERB_SET_CONFIG_DEFAULT_BYTES_0,
2316 pin_config & 0x000000ff);
2317 snd_hda_codec_write(codec, pin_nid, 0,
2318 AC_VERB_SET_CONFIG_DEFAULT_BYTES_1,
2319 (pin_config & 0x0000ff00) >> 8);
2320 snd_hda_codec_write(codec, pin_nid, 0,
2321 AC_VERB_SET_CONFIG_DEFAULT_BYTES_2,
2322 (pin_config & 0x00ff0000) >> 16);
2323 snd_hda_codec_write(codec, pin_nid, 0,
2324 AC_VERB_SET_CONFIG_DEFAULT_BYTES_3,
2325 pin_config >> 24);
2326 i = snd_hda_codec_read(codec, pin_nid, 0,
2327 AC_VERB_GET_CONFIG_DEFAULT,
2328 0x00);
2329 snd_printdd(KERN_INFO "hda_codec: pin nid %2.2x pin config %8.8x\n",
2330 pin_nid, i);
2331}
2332
Matt2f2f4252005-04-13 14:45:30 +02002333static void stac92xx_set_config_regs(struct hda_codec *codec)
2334{
2335 int i;
2336 struct sigmatel_spec *spec = codec->spec;
Matt2f2f4252005-04-13 14:45:30 +02002337
Matthew Ranostay87d48362007-07-17 11:52:24 +02002338 if (!spec->pin_configs)
2339 return;
Richard Fish11b44bb2006-08-23 18:31:34 +02002340
Matthew Ranostay87d48362007-07-17 11:52:24 +02002341 for (i = 0; i < spec->num_pins; i++)
Herton Ronaldo Krzesinski616f89e2009-02-04 11:23:19 -05002342 if (spec->pin_nids[i] && spec->pin_configs[i])
2343 stac92xx_set_config_reg(codec, spec->pin_nids[i],
2344 spec->pin_configs[i]);
Matt2f2f4252005-04-13 14:45:30 +02002345}
Matt2f2f4252005-04-13 14:45:30 +02002346
Takashi Iwaiaf9f3412008-11-18 10:38:56 +01002347static int stac_save_pin_cfgs(struct hda_codec *codec, unsigned int *pins)
2348{
2349 struct sigmatel_spec *spec = codec->spec;
2350
2351 if (!pins)
2352 return stac92xx_save_bios_config_regs(codec);
2353
2354 kfree(spec->pin_configs);
2355 spec->pin_configs = kmemdup(pins,
2356 spec->num_pins * sizeof(*pins),
2357 GFP_KERNEL);
2358 if (!spec->pin_configs)
2359 return -ENOMEM;
2360
2361 stac92xx_set_config_regs(codec);
2362 return 0;
2363}
2364
2365static void stac_change_pin_config(struct hda_codec *codec, hda_nid_t nid,
2366 unsigned int cfg)
2367{
2368 struct sigmatel_spec *spec = codec->spec;
2369 int i;
2370
2371 for (i = 0; i < spec->num_pins; i++) {
2372 if (spec->pin_nids[i] == nid) {
2373 spec->pin_configs[i] = cfg;
2374 stac92xx_set_config_reg(codec, nid, cfg);
2375 break;
2376 }
2377 }
2378}
2379
Matt2f2f4252005-04-13 14:45:30 +02002380/*
2381 * Analog playback callbacks
2382 */
2383static int stac92xx_playback_pcm_open(struct hda_pcm_stream *hinfo,
2384 struct hda_codec *codec,
Takashi Iwaic8b6bf92005-11-17 14:57:47 +01002385 struct snd_pcm_substream *substream)
Matt2f2f4252005-04-13 14:45:30 +02002386{
2387 struct sigmatel_spec *spec = codec->spec;
Matthew Ranostay8daaaa92008-08-15 07:45:52 +02002388 if (spec->stream_delay)
2389 msleep(spec->stream_delay);
Takashi Iwai9a081602008-02-12 18:37:26 +01002390 return snd_hda_multi_out_analog_open(codec, &spec->multiout, substream,
2391 hinfo);
Matt2f2f4252005-04-13 14:45:30 +02002392}
2393
2394static int stac92xx_playback_pcm_prepare(struct hda_pcm_stream *hinfo,
2395 struct hda_codec *codec,
2396 unsigned int stream_tag,
2397 unsigned int format,
Takashi Iwaic8b6bf92005-11-17 14:57:47 +01002398 struct snd_pcm_substream *substream)
Matt2f2f4252005-04-13 14:45:30 +02002399{
2400 struct sigmatel_spec *spec = codec->spec;
Matt Porter403d1942005-11-29 15:00:51 +01002401 return snd_hda_multi_out_analog_prepare(codec, &spec->multiout, stream_tag, format, substream);
Matt2f2f4252005-04-13 14:45:30 +02002402}
2403
2404static int stac92xx_playback_pcm_cleanup(struct hda_pcm_stream *hinfo,
2405 struct hda_codec *codec,
Takashi Iwaic8b6bf92005-11-17 14:57:47 +01002406 struct snd_pcm_substream *substream)
Matt2f2f4252005-04-13 14:45:30 +02002407{
2408 struct sigmatel_spec *spec = codec->spec;
2409 return snd_hda_multi_out_analog_cleanup(codec, &spec->multiout);
2410}
2411
2412/*
Mattdabbed62005-06-14 10:19:34 +02002413 * Digital playback callbacks
2414 */
2415static int stac92xx_dig_playback_pcm_open(struct hda_pcm_stream *hinfo,
2416 struct hda_codec *codec,
Takashi Iwaic8b6bf92005-11-17 14:57:47 +01002417 struct snd_pcm_substream *substream)
Mattdabbed62005-06-14 10:19:34 +02002418{
2419 struct sigmatel_spec *spec = codec->spec;
2420 return snd_hda_multi_out_dig_open(codec, &spec->multiout);
2421}
2422
2423static int stac92xx_dig_playback_pcm_close(struct hda_pcm_stream *hinfo,
2424 struct hda_codec *codec,
Takashi Iwaic8b6bf92005-11-17 14:57:47 +01002425 struct snd_pcm_substream *substream)
Mattdabbed62005-06-14 10:19:34 +02002426{
2427 struct sigmatel_spec *spec = codec->spec;
2428 return snd_hda_multi_out_dig_close(codec, &spec->multiout);
2429}
2430
Takashi Iwai6b97eb42007-04-05 14:51:48 +02002431static int stac92xx_dig_playback_pcm_prepare(struct hda_pcm_stream *hinfo,
2432 struct hda_codec *codec,
2433 unsigned int stream_tag,
2434 unsigned int format,
2435 struct snd_pcm_substream *substream)
2436{
2437 struct sigmatel_spec *spec = codec->spec;
2438 return snd_hda_multi_out_dig_prepare(codec, &spec->multiout,
2439 stream_tag, format, substream);
2440}
2441
Mattdabbed62005-06-14 10:19:34 +02002442
2443/*
Matt2f2f4252005-04-13 14:45:30 +02002444 * Analog capture callbacks
2445 */
2446static int stac92xx_capture_pcm_prepare(struct hda_pcm_stream *hinfo,
2447 struct hda_codec *codec,
2448 unsigned int stream_tag,
2449 unsigned int format,
Takashi Iwaic8b6bf92005-11-17 14:57:47 +01002450 struct snd_pcm_substream *substream)
Matt2f2f4252005-04-13 14:45:30 +02002451{
2452 struct sigmatel_spec *spec = codec->spec;
Matthew Ranostay8daaaa92008-08-15 07:45:52 +02002453 hda_nid_t nid = spec->adc_nids[substream->number];
Matt2f2f4252005-04-13 14:45:30 +02002454
Matthew Ranostay8daaaa92008-08-15 07:45:52 +02002455 if (spec->powerdown_adcs) {
2456 msleep(40);
Takashi Iwai8c2f7672008-12-01 11:54:35 +01002457 snd_hda_codec_write(codec, nid, 0,
Matthew Ranostay8daaaa92008-08-15 07:45:52 +02002458 AC_VERB_SET_POWER_STATE, AC_PWRST_D0);
2459 }
2460 snd_hda_codec_setup_stream(codec, nid, stream_tag, 0, format);
Matt2f2f4252005-04-13 14:45:30 +02002461 return 0;
2462}
2463
2464static int stac92xx_capture_pcm_cleanup(struct hda_pcm_stream *hinfo,
2465 struct hda_codec *codec,
Takashi Iwaic8b6bf92005-11-17 14:57:47 +01002466 struct snd_pcm_substream *substream)
Matt2f2f4252005-04-13 14:45:30 +02002467{
2468 struct sigmatel_spec *spec = codec->spec;
Matthew Ranostay8daaaa92008-08-15 07:45:52 +02002469 hda_nid_t nid = spec->adc_nids[substream->number];
Matt2f2f4252005-04-13 14:45:30 +02002470
Matthew Ranostay8daaaa92008-08-15 07:45:52 +02002471 snd_hda_codec_cleanup_stream(codec, nid);
2472 if (spec->powerdown_adcs)
Takashi Iwai8c2f7672008-12-01 11:54:35 +01002473 snd_hda_codec_write(codec, nid, 0,
Matthew Ranostay8daaaa92008-08-15 07:45:52 +02002474 AC_VERB_SET_POWER_STATE, AC_PWRST_D3);
Matt2f2f4252005-04-13 14:45:30 +02002475 return 0;
2476}
2477
Mattdabbed62005-06-14 10:19:34 +02002478static struct hda_pcm_stream stac92xx_pcm_digital_playback = {
2479 .substreams = 1,
2480 .channels_min = 2,
2481 .channels_max = 2,
2482 /* NID is set in stac92xx_build_pcms */
2483 .ops = {
2484 .open = stac92xx_dig_playback_pcm_open,
Takashi Iwai6b97eb42007-04-05 14:51:48 +02002485 .close = stac92xx_dig_playback_pcm_close,
2486 .prepare = stac92xx_dig_playback_pcm_prepare
Mattdabbed62005-06-14 10:19:34 +02002487 },
2488};
2489
2490static struct hda_pcm_stream stac92xx_pcm_digital_capture = {
2491 .substreams = 1,
2492 .channels_min = 2,
2493 .channels_max = 2,
2494 /* NID is set in stac92xx_build_pcms */
2495};
2496
Matt2f2f4252005-04-13 14:45:30 +02002497static struct hda_pcm_stream stac92xx_pcm_analog_playback = {
2498 .substreams = 1,
2499 .channels_min = 2,
Mattc7d4b2f2005-06-27 14:59:41 +02002500 .channels_max = 8,
Matt2f2f4252005-04-13 14:45:30 +02002501 .nid = 0x02, /* NID to query formats and rates */
2502 .ops = {
2503 .open = stac92xx_playback_pcm_open,
2504 .prepare = stac92xx_playback_pcm_prepare,
2505 .cleanup = stac92xx_playback_pcm_cleanup
2506 },
2507};
2508
Matt Porter3cc08dc2006-01-23 15:27:49 +01002509static struct hda_pcm_stream stac92xx_pcm_analog_alt_playback = {
2510 .substreams = 1,
2511 .channels_min = 2,
2512 .channels_max = 2,
2513 .nid = 0x06, /* NID to query formats and rates */
2514 .ops = {
2515 .open = stac92xx_playback_pcm_open,
2516 .prepare = stac92xx_playback_pcm_prepare,
2517 .cleanup = stac92xx_playback_pcm_cleanup
2518 },
2519};
2520
Matt2f2f4252005-04-13 14:45:30 +02002521static struct hda_pcm_stream stac92xx_pcm_analog_capture = {
Matt2f2f4252005-04-13 14:45:30 +02002522 .channels_min = 2,
2523 .channels_max = 2,
Maxim Levitsky9e05b7a2007-09-03 15:31:02 +02002524 /* NID + .substreams is set in stac92xx_build_pcms */
Matt2f2f4252005-04-13 14:45:30 +02002525 .ops = {
2526 .prepare = stac92xx_capture_pcm_prepare,
2527 .cleanup = stac92xx_capture_pcm_cleanup
2528 },
2529};
2530
2531static int stac92xx_build_pcms(struct hda_codec *codec)
2532{
2533 struct sigmatel_spec *spec = codec->spec;
2534 struct hda_pcm *info = spec->pcm_rec;
2535
2536 codec->num_pcms = 1;
2537 codec->pcm_info = info;
2538
Mattc7d4b2f2005-06-27 14:59:41 +02002539 info->name = "STAC92xx Analog";
Matt2f2f4252005-04-13 14:45:30 +02002540 info->stream[SNDRV_PCM_STREAM_PLAYBACK] = stac92xx_pcm_analog_playback;
Takashi Iwai00a602d2009-01-23 11:55:42 +01002541 info->stream[SNDRV_PCM_STREAM_PLAYBACK].nid =
2542 spec->multiout.dac_nids[0];
Matt2f2f4252005-04-13 14:45:30 +02002543 info->stream[SNDRV_PCM_STREAM_CAPTURE] = stac92xx_pcm_analog_capture;
Matt Porter3cc08dc2006-01-23 15:27:49 +01002544 info->stream[SNDRV_PCM_STREAM_CAPTURE].nid = spec->adc_nids[0];
Maxim Levitsky9e05b7a2007-09-03 15:31:02 +02002545 info->stream[SNDRV_PCM_STREAM_CAPTURE].substreams = spec->num_adcs;
Matt Porter3cc08dc2006-01-23 15:27:49 +01002546
2547 if (spec->alt_switch) {
2548 codec->num_pcms++;
2549 info++;
2550 info->name = "STAC92xx Analog Alt";
2551 info->stream[SNDRV_PCM_STREAM_PLAYBACK] = stac92xx_pcm_analog_alt_playback;
2552 }
Matt2f2f4252005-04-13 14:45:30 +02002553
Mattdabbed62005-06-14 10:19:34 +02002554 if (spec->multiout.dig_out_nid || spec->dig_in_nid) {
2555 codec->num_pcms++;
2556 info++;
2557 info->name = "STAC92xx Digital";
Takashi Iwai0852d7a2009-02-11 11:35:15 +01002558 info->pcm_type = spec->autocfg.dig_out_type[0];
Mattdabbed62005-06-14 10:19:34 +02002559 if (spec->multiout.dig_out_nid) {
2560 info->stream[SNDRV_PCM_STREAM_PLAYBACK] = stac92xx_pcm_digital_playback;
2561 info->stream[SNDRV_PCM_STREAM_PLAYBACK].nid = spec->multiout.dig_out_nid;
2562 }
2563 if (spec->dig_in_nid) {
2564 info->stream[SNDRV_PCM_STREAM_CAPTURE] = stac92xx_pcm_digital_capture;
2565 info->stream[SNDRV_PCM_STREAM_CAPTURE].nid = spec->dig_in_nid;
2566 }
2567 }
2568
Matt2f2f4252005-04-13 14:45:30 +02002569 return 0;
2570}
2571
Takashi Iwaic960a032006-03-23 17:06:28 +01002572static unsigned int stac92xx_get_vref(struct hda_codec *codec, hda_nid_t nid)
2573{
2574 unsigned int pincap = snd_hda_param_read(codec, nid,
2575 AC_PAR_PIN_CAP);
2576 pincap = (pincap & AC_PINCAP_VREF) >> AC_PINCAP_VREF_SHIFT;
2577 if (pincap & AC_PINCAP_VREF_100)
2578 return AC_PINCTL_VREF_100;
2579 if (pincap & AC_PINCAP_VREF_80)
2580 return AC_PINCTL_VREF_80;
2581 if (pincap & AC_PINCAP_VREF_50)
2582 return AC_PINCTL_VREF_50;
2583 if (pincap & AC_PINCAP_VREF_GRD)
2584 return AC_PINCTL_VREF_GRD;
2585 return 0;
2586}
2587
Matt Porter403d1942005-11-29 15:00:51 +01002588static void stac92xx_auto_set_pinctl(struct hda_codec *codec, hda_nid_t nid, int pin_type)
2589
2590{
Takashi Iwai82beb8f2007-08-10 17:09:26 +02002591 snd_hda_codec_write_cache(codec, nid, 0,
2592 AC_VERB_SET_PIN_WIDGET_CONTROL, pin_type);
Matt Porter403d1942005-11-29 15:00:51 +01002593}
2594
Matthew Ranostay7c2ba972008-04-16 13:13:59 +02002595#define stac92xx_hp_switch_info snd_ctl_boolean_mono_info
2596
2597static int stac92xx_hp_switch_get(struct snd_kcontrol *kcontrol,
2598 struct snd_ctl_elem_value *ucontrol)
2599{
2600 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
2601 struct sigmatel_spec *spec = codec->spec;
2602
Takashi Iwaid7a89432008-11-12 09:48:04 +01002603 ucontrol->value.integer.value[0] = !!spec->hp_switch;
Matthew Ranostay7c2ba972008-04-16 13:13:59 +02002604 return 0;
2605}
2606
Takashi Iwaic6e4c662008-11-25 11:58:19 +01002607static void stac_issue_unsol_event(struct hda_codec *codec, hda_nid_t nid,
2608 unsigned char type);
2609
Matthew Ranostay7c2ba972008-04-16 13:13:59 +02002610static int stac92xx_hp_switch_put(struct snd_kcontrol *kcontrol,
2611 struct snd_ctl_elem_value *ucontrol)
2612{
2613 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
2614 struct sigmatel_spec *spec = codec->spec;
Takashi Iwaid7a89432008-11-12 09:48:04 +01002615 int nid = kcontrol->private_value;
2616
2617 spec->hp_switch = ucontrol->value.integer.value[0] ? nid : 0;
Matthew Ranostay7c2ba972008-04-16 13:13:59 +02002618
2619 /* check to be sure that the ports are upto date with
2620 * switch changes
2621 */
Takashi Iwaic6e4c662008-11-25 11:58:19 +01002622 stac_issue_unsol_event(codec, nid, STAC_HP_EVENT);
Matthew Ranostay7c2ba972008-04-16 13:13:59 +02002623
2624 return 1;
2625}
2626
Takashi Iwaia5ce8892007-07-23 15:42:26 +02002627#define stac92xx_io_switch_info snd_ctl_boolean_mono_info
Matt Porter403d1942005-11-29 15:00:51 +01002628
2629static int stac92xx_io_switch_get(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol)
2630{
2631 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
2632 struct sigmatel_spec *spec = codec->spec;
2633 int io_idx = kcontrol-> private_value & 0xff;
2634
2635 ucontrol->value.integer.value[0] = spec->io_switch[io_idx];
2636 return 0;
2637}
2638
2639static int stac92xx_io_switch_put(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol)
2640{
2641 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
2642 struct sigmatel_spec *spec = codec->spec;
2643 hda_nid_t nid = kcontrol->private_value >> 8;
2644 int io_idx = kcontrol-> private_value & 0xff;
Takashi Iwai68ea7b22007-11-15 15:54:38 +01002645 unsigned short val = !!ucontrol->value.integer.value[0];
Matt Porter403d1942005-11-29 15:00:51 +01002646
2647 spec->io_switch[io_idx] = val;
2648
2649 if (val)
2650 stac92xx_auto_set_pinctl(codec, nid, AC_PINCTL_OUT_EN);
Takashi Iwaic960a032006-03-23 17:06:28 +01002651 else {
2652 unsigned int pinctl = AC_PINCTL_IN_EN;
2653 if (io_idx) /* set VREF for mic */
2654 pinctl |= stac92xx_get_vref(codec, nid);
2655 stac92xx_auto_set_pinctl(codec, nid, pinctl);
2656 }
Jiang Zhe40c1d302007-11-12 13:05:16 +01002657
2658 /* check the auto-mute again: we need to mute/unmute the speaker
2659 * appropriately according to the pin direction
2660 */
2661 if (spec->hp_detect)
Takashi Iwaic6e4c662008-11-25 11:58:19 +01002662 stac_issue_unsol_event(codec, nid, STAC_HP_EVENT);
Jiang Zhe40c1d302007-11-12 13:05:16 +01002663
Matt Porter403d1942005-11-29 15:00:51 +01002664 return 1;
2665}
2666
Maxim Levitsky0fb87bb2007-09-03 15:29:04 +02002667#define stac92xx_clfe_switch_info snd_ctl_boolean_mono_info
2668
2669static int stac92xx_clfe_switch_get(struct snd_kcontrol *kcontrol,
2670 struct snd_ctl_elem_value *ucontrol)
2671{
2672 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
2673 struct sigmatel_spec *spec = codec->spec;
2674
2675 ucontrol->value.integer.value[0] = spec->clfe_swap;
2676 return 0;
2677}
2678
2679static int stac92xx_clfe_switch_put(struct snd_kcontrol *kcontrol,
2680 struct snd_ctl_elem_value *ucontrol)
2681{
2682 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
2683 struct sigmatel_spec *spec = codec->spec;
2684 hda_nid_t nid = kcontrol->private_value & 0xff;
Takashi Iwai68ea7b22007-11-15 15:54:38 +01002685 unsigned int val = !!ucontrol->value.integer.value[0];
Maxim Levitsky0fb87bb2007-09-03 15:29:04 +02002686
Takashi Iwai68ea7b22007-11-15 15:54:38 +01002687 if (spec->clfe_swap == val)
Maxim Levitsky0fb87bb2007-09-03 15:29:04 +02002688 return 0;
2689
Takashi Iwai68ea7b22007-11-15 15:54:38 +01002690 spec->clfe_swap = val;
Maxim Levitsky0fb87bb2007-09-03 15:29:04 +02002691
2692 snd_hda_codec_write_cache(codec, nid, 0, AC_VERB_SET_EAPD_BTLENABLE,
2693 spec->clfe_swap ? 0x4 : 0x0);
2694
2695 return 1;
2696}
2697
Matthew Ranostay7c2ba972008-04-16 13:13:59 +02002698#define STAC_CODEC_HP_SWITCH(xname) \
2699 { .iface = SNDRV_CTL_ELEM_IFACE_MIXER, \
2700 .name = xname, \
2701 .index = 0, \
2702 .info = stac92xx_hp_switch_info, \
2703 .get = stac92xx_hp_switch_get, \
2704 .put = stac92xx_hp_switch_put, \
2705 }
2706
Matt Porter403d1942005-11-29 15:00:51 +01002707#define STAC_CODEC_IO_SWITCH(xname, xpval) \
2708 { .iface = SNDRV_CTL_ELEM_IFACE_MIXER, \
2709 .name = xname, \
2710 .index = 0, \
2711 .info = stac92xx_io_switch_info, \
2712 .get = stac92xx_io_switch_get, \
2713 .put = stac92xx_io_switch_put, \
2714 .private_value = xpval, \
2715 }
2716
Maxim Levitsky0fb87bb2007-09-03 15:29:04 +02002717#define STAC_CODEC_CLFE_SWITCH(xname, xpval) \
2718 { .iface = SNDRV_CTL_ELEM_IFACE_MIXER, \
2719 .name = xname, \
2720 .index = 0, \
2721 .info = stac92xx_clfe_switch_info, \
2722 .get = stac92xx_clfe_switch_get, \
2723 .put = stac92xx_clfe_switch_put, \
2724 .private_value = xpval, \
2725 }
Matt Porter403d1942005-11-29 15:00:51 +01002726
Mattc7d4b2f2005-06-27 14:59:41 +02002727enum {
2728 STAC_CTL_WIDGET_VOL,
2729 STAC_CTL_WIDGET_MUTE,
Matthew Ranostay09a99952008-01-24 11:49:21 +01002730 STAC_CTL_WIDGET_MONO_MUX,
Matthew Ranostay89385032008-09-11 09:49:39 -04002731 STAC_CTL_WIDGET_AMP_MUX,
2732 STAC_CTL_WIDGET_AMP_VOL,
Matthew Ranostay7c2ba972008-04-16 13:13:59 +02002733 STAC_CTL_WIDGET_HP_SWITCH,
Matt Porter403d1942005-11-29 15:00:51 +01002734 STAC_CTL_WIDGET_IO_SWITCH,
Maxim Levitsky0fb87bb2007-09-03 15:29:04 +02002735 STAC_CTL_WIDGET_CLFE_SWITCH
Mattc7d4b2f2005-06-27 14:59:41 +02002736};
2737
Takashi Iwaic8b6bf92005-11-17 14:57:47 +01002738static struct snd_kcontrol_new stac92xx_control_templates[] = {
Mattc7d4b2f2005-06-27 14:59:41 +02002739 HDA_CODEC_VOLUME(NULL, 0, 0, 0),
2740 HDA_CODEC_MUTE(NULL, 0, 0, 0),
Matthew Ranostay09a99952008-01-24 11:49:21 +01002741 STAC_MONO_MUX,
Matthew Ranostay89385032008-09-11 09:49:39 -04002742 STAC_AMP_MUX,
2743 STAC_AMP_VOL(NULL, 0, 0, 0, 0),
Matthew Ranostay7c2ba972008-04-16 13:13:59 +02002744 STAC_CODEC_HP_SWITCH(NULL),
Matt Porter403d1942005-11-29 15:00:51 +01002745 STAC_CODEC_IO_SWITCH(NULL, 0),
Maxim Levitsky0fb87bb2007-09-03 15:29:04 +02002746 STAC_CODEC_CLFE_SWITCH(NULL, 0),
Mattc7d4b2f2005-06-27 14:59:41 +02002747};
2748
2749/* add dynamic controls */
Takashi Iwaie3c75962009-01-23 11:57:22 +01002750static struct snd_kcontrol_new *
2751stac_control_new(struct sigmatel_spec *spec,
2752 struct snd_kcontrol_new *ktemp,
2753 const char *name)
Mattc7d4b2f2005-06-27 14:59:41 +02002754{
Takashi Iwaic8b6bf92005-11-17 14:57:47 +01002755 struct snd_kcontrol_new *knew;
Mattc7d4b2f2005-06-27 14:59:41 +02002756
Takashi Iwai603c4012008-07-30 15:01:44 +02002757 snd_array_init(&spec->kctls, sizeof(*knew), 32);
2758 knew = snd_array_new(&spec->kctls);
2759 if (!knew)
Takashi Iwaie3c75962009-01-23 11:57:22 +01002760 return NULL;
Takashi Iwai4d4e9bb2008-11-12 16:45:04 +01002761 *knew = *ktemp;
Takashi Iwai82fe0c52005-06-30 10:54:33 +02002762 knew->name = kstrdup(name, GFP_KERNEL);
Takashi Iwaie3c75962009-01-23 11:57:22 +01002763 if (!knew->name) {
2764 /* roolback */
2765 memset(knew, 0, sizeof(*knew));
2766 spec->kctls.alloced--;
2767 return NULL;
2768 }
2769 return knew;
2770}
2771
2772static int stac92xx_add_control_temp(struct sigmatel_spec *spec,
2773 struct snd_kcontrol_new *ktemp,
2774 int idx, const char *name,
2775 unsigned long val)
2776{
2777 struct snd_kcontrol_new *knew = stac_control_new(spec, ktemp, name);
2778 if (!knew)
Mattc7d4b2f2005-06-27 14:59:41 +02002779 return -ENOMEM;
Takashi Iwaie3c75962009-01-23 11:57:22 +01002780 knew->index = idx;
Mattc7d4b2f2005-06-27 14:59:41 +02002781 knew->private_value = val;
Mattc7d4b2f2005-06-27 14:59:41 +02002782 return 0;
2783}
2784
Takashi Iwai4d4e9bb2008-11-12 16:45:04 +01002785static inline int stac92xx_add_control_idx(struct sigmatel_spec *spec,
2786 int type, int idx, const char *name,
2787 unsigned long val)
2788{
2789 return stac92xx_add_control_temp(spec,
2790 &stac92xx_control_templates[type],
2791 idx, name, val);
2792}
2793
Matthew Ranostay4682eee2008-08-15 07:43:24 +02002794
2795/* add dynamic controls */
Takashi Iwai4d4e9bb2008-11-12 16:45:04 +01002796static inline int stac92xx_add_control(struct sigmatel_spec *spec, int type,
2797 const char *name, unsigned long val)
Matthew Ranostay4682eee2008-08-15 07:43:24 +02002798{
2799 return stac92xx_add_control_idx(spec, type, 0, name, val);
2800}
2801
Takashi Iwaie3c75962009-01-23 11:57:22 +01002802static struct snd_kcontrol_new stac_input_src_temp = {
2803 .iface = SNDRV_CTL_ELEM_IFACE_MIXER,
2804 .name = "Input Source",
2805 .info = stac92xx_mux_enum_info,
2806 .get = stac92xx_mux_enum_get,
2807 .put = stac92xx_mux_enum_put,
2808};
2809
2810static int stac92xx_add_input_source(struct sigmatel_spec *spec)
2811{
2812 struct snd_kcontrol_new *knew;
2813 struct hda_input_mux *imux = &spec->private_imux;
2814
2815 if (!spec->num_adcs || imux->num_items <= 1)
2816 return 0; /* no need for input source control */
2817 knew = stac_control_new(spec, &stac_input_src_temp,
2818 stac_input_src_temp.name);
2819 if (!knew)
2820 return -ENOMEM;
2821 knew->count = spec->num_adcs;
2822 return 0;
2823}
2824
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01002825/* check whether the line-input can be used as line-out */
2826static hda_nid_t check_line_out_switch(struct hda_codec *codec)
Matt Porter403d1942005-11-29 15:00:51 +01002827{
2828 struct sigmatel_spec *spec = codec->spec;
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01002829 struct auto_pin_cfg *cfg = &spec->autocfg;
2830 hda_nid_t nid;
2831 unsigned int pincap;
Matthew Ranostay8e9068b2007-12-17 11:58:13 +01002832
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01002833 if (cfg->line_out_type != AUTO_PIN_LINE_OUT)
2834 return 0;
2835 nid = cfg->input_pins[AUTO_PIN_LINE];
2836 pincap = snd_hda_param_read(codec, nid, AC_PAR_PIN_CAP);
2837 if (pincap & AC_PINCAP_OUT)
2838 return nid;
Matt Porter403d1942005-11-29 15:00:51 +01002839 return 0;
2840}
2841
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01002842/* check whether the mic-input can be used as line-out */
2843static hda_nid_t check_mic_out_switch(struct hda_codec *codec)
2844{
2845 struct sigmatel_spec *spec = codec->spec;
2846 struct auto_pin_cfg *cfg = &spec->autocfg;
2847 unsigned int def_conf, pincap;
2848 unsigned int mic_pin;
2849
2850 if (cfg->line_out_type != AUTO_PIN_LINE_OUT)
2851 return 0;
2852 mic_pin = AUTO_PIN_MIC;
2853 for (;;) {
2854 hda_nid_t nid = cfg->input_pins[mic_pin];
2855 def_conf = snd_hda_codec_read(codec, nid, 0,
2856 AC_VERB_GET_CONFIG_DEFAULT, 0);
2857 /* some laptops have an internal analog microphone
2858 * which can't be used as a output */
2859 if (get_defcfg_connect(def_conf) != AC_JACK_PORT_FIXED) {
2860 pincap = snd_hda_param_read(codec, nid, AC_PAR_PIN_CAP);
2861 if (pincap & AC_PINCAP_OUT)
2862 return nid;
2863 }
2864 if (mic_pin == AUTO_PIN_MIC)
2865 mic_pin = AUTO_PIN_FRONT_MIC;
2866 else
2867 break;
2868 }
2869 return 0;
2870}
Steve Longerbeam7b043892007-05-03 20:50:03 +02002871
2872static int is_in_dac_nids(struct sigmatel_spec *spec, hda_nid_t nid)
2873{
2874 int i;
2875
2876 for (i = 0; i < spec->multiout.num_dacs; i++) {
2877 if (spec->multiout.dac_nids[i] == nid)
2878 return 1;
2879 }
2880
2881 return 0;
2882}
2883
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01002884static int check_all_dac_nids(struct sigmatel_spec *spec, hda_nid_t nid)
2885{
2886 int i;
2887 if (is_in_dac_nids(spec, nid))
2888 return 1;
2889 for (i = 0; i < spec->autocfg.hp_outs; i++)
2890 if (spec->hp_dacs[i] == nid)
2891 return 1;
2892 for (i = 0; i < spec->autocfg.speaker_outs; i++)
2893 if (spec->speaker_dacs[i] == nid)
2894 return 1;
2895 return 0;
2896}
2897
2898static hda_nid_t get_unassigned_dac(struct hda_codec *codec, hda_nid_t nid)
2899{
2900 struct sigmatel_spec *spec = codec->spec;
2901 int j, conn_len;
2902 hda_nid_t conn[HDA_MAX_CONNECTIONS];
2903 unsigned int wcaps, wtype;
2904
2905 conn_len = snd_hda_get_connections(codec, nid, conn,
2906 HDA_MAX_CONNECTIONS);
2907 for (j = 0; j < conn_len; j++) {
2908 wcaps = snd_hda_param_read(codec, conn[j],
2909 AC_PAR_AUDIO_WIDGET_CAP);
2910 wtype = (wcaps & AC_WCAP_TYPE) >> AC_WCAP_TYPE_SHIFT;
2911 /* we check only analog outputs */
2912 if (wtype != AC_WID_AUD_OUT || (wcaps & AC_WCAP_DIGITAL))
2913 continue;
2914 /* if this route has a free DAC, assign it */
2915 if (!check_all_dac_nids(spec, conn[j])) {
2916 if (conn_len > 1) {
2917 /* select this DAC in the pin's input mux */
2918 snd_hda_codec_write_cache(codec, nid, 0,
2919 AC_VERB_SET_CONNECT_SEL, j);
2920 }
2921 return conn[j];
2922 }
2923 }
2924 return 0;
2925}
2926
2927static int add_spec_dacs(struct sigmatel_spec *spec, hda_nid_t nid);
2928static int add_spec_extra_dacs(struct sigmatel_spec *spec, hda_nid_t nid);
2929
Matt Porter3cc08dc2006-01-23 15:27:49 +01002930/*
Steve Longerbeam7b043892007-05-03 20:50:03 +02002931 * Fill in the dac_nids table from the parsed pin configuration
2932 * This function only works when every pin in line_out_pins[]
2933 * contains atleast one DAC in its connection list. Some 92xx
2934 * codecs are not connected directly to a DAC, such as the 9200
2935 * and 9202/925x. For those, dac_nids[] must be hard-coded.
Matt Porter3cc08dc2006-01-23 15:27:49 +01002936 */
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01002937static int stac92xx_auto_fill_dac_nids(struct hda_codec *codec)
Mattc7d4b2f2005-06-27 14:59:41 +02002938{
2939 struct sigmatel_spec *spec = codec->spec;
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01002940 struct auto_pin_cfg *cfg = &spec->autocfg;
2941 int i;
2942 hda_nid_t nid, dac;
Steve Longerbeam7b043892007-05-03 20:50:03 +02002943
Mattc7d4b2f2005-06-27 14:59:41 +02002944 for (i = 0; i < cfg->line_outs; i++) {
2945 nid = cfg->line_out_pins[i];
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01002946 dac = get_unassigned_dac(codec, nid);
2947 if (!dac) {
Takashi Iwaidf802952007-07-02 19:18:00 +02002948 if (spec->multiout.num_dacs > 0) {
2949 /* we have already working output pins,
2950 * so let's drop the broken ones again
2951 */
2952 cfg->line_outs = spec->multiout.num_dacs;
2953 break;
2954 }
Steve Longerbeam7b043892007-05-03 20:50:03 +02002955 /* error out, no available DAC found */
2956 snd_printk(KERN_ERR
2957 "%s: No available DAC for pin 0x%x\n",
2958 __func__, nid);
2959 return -ENODEV;
2960 }
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01002961 add_spec_dacs(spec, dac);
2962 }
Steve Longerbeam7b043892007-05-03 20:50:03 +02002963
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01002964 /* add line-in as output */
2965 nid = check_line_out_switch(codec);
2966 if (nid) {
2967 dac = get_unassigned_dac(codec, nid);
2968 if (dac) {
2969 snd_printdd("STAC: Add line-in 0x%x as output %d\n",
2970 nid, cfg->line_outs);
2971 cfg->line_out_pins[cfg->line_outs] = nid;
2972 cfg->line_outs++;
2973 spec->line_switch = nid;
2974 add_spec_dacs(spec, dac);
2975 }
2976 }
2977 /* add mic as output */
2978 nid = check_mic_out_switch(codec);
2979 if (nid) {
2980 dac = get_unassigned_dac(codec, nid);
2981 if (dac) {
2982 snd_printdd("STAC: Add mic-in 0x%x as output %d\n",
2983 nid, cfg->line_outs);
2984 cfg->line_out_pins[cfg->line_outs] = nid;
2985 cfg->line_outs++;
2986 spec->mic_switch = nid;
2987 add_spec_dacs(spec, dac);
Steve Longerbeam7b043892007-05-03 20:50:03 +02002988 }
Mattc7d4b2f2005-06-27 14:59:41 +02002989 }
2990
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01002991 for (i = 0; i < cfg->hp_outs; i++) {
2992 nid = cfg->hp_pins[i];
2993 dac = get_unassigned_dac(codec, nid);
2994 if (dac) {
2995 if (!spec->multiout.hp_nid)
2996 spec->multiout.hp_nid = dac;
2997 else
2998 add_spec_extra_dacs(spec, dac);
2999 }
3000 spec->hp_dacs[i] = dac;
3001 }
3002
3003 for (i = 0; i < cfg->speaker_outs; i++) {
3004 nid = cfg->speaker_pins[i];
3005 dac = get_unassigned_dac(codec, nid);
3006 if (dac)
3007 add_spec_extra_dacs(spec, dac);
3008 spec->speaker_dacs[i] = dac;
3009 }
3010
3011 snd_printd("stac92xx: dac_nids=%d (0x%x/0x%x/0x%x/0x%x/0x%x)\n",
Steve Longerbeam7b043892007-05-03 20:50:03 +02003012 spec->multiout.num_dacs,
3013 spec->multiout.dac_nids[0],
3014 spec->multiout.dac_nids[1],
3015 spec->multiout.dac_nids[2],
3016 spec->multiout.dac_nids[3],
3017 spec->multiout.dac_nids[4]);
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01003018
Mattc7d4b2f2005-06-27 14:59:41 +02003019 return 0;
3020}
3021
Takashi Iwaieb06ed82006-09-20 17:10:27 +02003022/* create volume control/switch for the given prefx type */
Takashi Iwai7c7767e2009-01-20 15:28:38 +01003023static int create_controls(struct hda_codec *codec, const char *pfx,
3024 hda_nid_t nid, int chs)
Takashi Iwaieb06ed82006-09-20 17:10:27 +02003025{
Takashi Iwai7c7767e2009-01-20 15:28:38 +01003026 struct sigmatel_spec *spec = codec->spec;
Takashi Iwaieb06ed82006-09-20 17:10:27 +02003027 char name[32];
3028 int err;
3029
Takashi Iwai7c7767e2009-01-20 15:28:38 +01003030 if (!spec->check_volume_offset) {
3031 unsigned int caps, step, nums, db_scale;
3032 caps = query_amp_caps(codec, nid, HDA_OUTPUT);
3033 step = (caps & AC_AMPCAP_STEP_SIZE) >>
3034 AC_AMPCAP_STEP_SIZE_SHIFT;
3035 step = (step + 1) * 25; /* in .01dB unit */
3036 nums = (caps & AC_AMPCAP_NUM_STEPS) >>
3037 AC_AMPCAP_NUM_STEPS_SHIFT;
3038 db_scale = nums * step;
3039 /* if dB scale is over -64dB, and finer enough,
3040 * let's reduce it to half
3041 */
3042 if (db_scale > 6400 && nums >= 0x1f)
3043 spec->volume_offset = nums / 2;
3044 spec->check_volume_offset = 1;
3045 }
3046
Takashi Iwaieb06ed82006-09-20 17:10:27 +02003047 sprintf(name, "%s Playback Volume", pfx);
3048 err = stac92xx_add_control(spec, STAC_CTL_WIDGET_VOL, name,
Takashi Iwai7c7767e2009-01-20 15:28:38 +01003049 HDA_COMPOSE_AMP_VAL_OFS(nid, chs, 0, HDA_OUTPUT,
3050 spec->volume_offset));
Takashi Iwaieb06ed82006-09-20 17:10:27 +02003051 if (err < 0)
3052 return err;
3053 sprintf(name, "%s Playback Switch", pfx);
3054 err = stac92xx_add_control(spec, STAC_CTL_WIDGET_MUTE, name,
3055 HDA_COMPOSE_AMP_VAL(nid, chs, 0, HDA_OUTPUT));
3056 if (err < 0)
3057 return err;
3058 return 0;
3059}
3060
Matthew Ranostayae0afd82008-02-22 17:55:05 +01003061static int add_spec_dacs(struct sigmatel_spec *spec, hda_nid_t nid)
3062{
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01003063 if (spec->multiout.num_dacs > 4) {
Matthew Ranostayae0afd82008-02-22 17:55:05 +01003064 printk(KERN_WARNING "stac92xx: No space for DAC 0x%x\n", nid);
3065 return 1;
3066 } else {
3067 spec->multiout.dac_nids[spec->multiout.num_dacs] = nid;
3068 spec->multiout.num_dacs++;
3069 }
3070 return 0;
3071}
3072
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01003073static int add_spec_extra_dacs(struct sigmatel_spec *spec, hda_nid_t nid)
Matthew Ranostayae0afd82008-02-22 17:55:05 +01003074{
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01003075 int i;
3076 for (i = 0; i < ARRAY_SIZE(spec->multiout.extra_out_nid); i++) {
3077 if (!spec->multiout.extra_out_nid[i]) {
3078 spec->multiout.extra_out_nid[i] = nid;
3079 return 0;
3080 }
3081 }
3082 printk(KERN_WARNING "stac92xx: No space for extra DAC 0x%x\n", nid);
3083 return 1;
Matthew Ranostayae0afd82008-02-22 17:55:05 +01003084}
3085
Takashi Iwai76624532008-12-19 10:09:47 +01003086static int is_unique_dac(struct sigmatel_spec *spec, hda_nid_t nid)
3087{
3088 int i;
3089
3090 if (spec->autocfg.line_outs != 1)
3091 return 0;
3092 if (spec->multiout.hp_nid == nid)
3093 return 0;
3094 for (i = 0; i < ARRAY_SIZE(spec->multiout.extra_out_nid); i++)
3095 if (spec->multiout.extra_out_nid[i] == nid)
3096 return 0;
3097 return 1;
3098}
3099
Mattc7d4b2f2005-06-27 14:59:41 +02003100/* add playback controls from the parsed DAC table */
Maxim Levitsky0fb87bb2007-09-03 15:29:04 +02003101static int stac92xx_auto_create_multi_out_ctls(struct hda_codec *codec,
Takashi Iwai19039bd2006-06-28 15:52:16 +02003102 const struct auto_pin_cfg *cfg)
Mattc7d4b2f2005-06-27 14:59:41 +02003103{
Takashi Iwai76624532008-12-19 10:09:47 +01003104 struct sigmatel_spec *spec = codec->spec;
Takashi Iwai19039bd2006-06-28 15:52:16 +02003105 static const char *chname[4] = {
3106 "Front", "Surround", NULL /*CLFE*/, "Side"
3107 };
Matthew Ranostayd21995e2008-10-13 13:22:45 -04003108 hda_nid_t nid = 0;
Takashi Iwai91589232008-12-19 15:59:40 +01003109 int i, err;
3110 unsigned int wid_caps;
Maxim Levitsky0fb87bb2007-09-03 15:29:04 +02003111
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01003112 for (i = 0; i < cfg->line_outs && spec->multiout.dac_nids[i]; i++) {
Mattc7d4b2f2005-06-27 14:59:41 +02003113 nid = spec->multiout.dac_nids[i];
Mattc7d4b2f2005-06-27 14:59:41 +02003114 if (i == 2) {
3115 /* Center/LFE */
Takashi Iwai7c7767e2009-01-20 15:28:38 +01003116 err = create_controls(codec, "Center", nid, 1);
Takashi Iwaieb06ed82006-09-20 17:10:27 +02003117 if (err < 0)
Mattc7d4b2f2005-06-27 14:59:41 +02003118 return err;
Takashi Iwai7c7767e2009-01-20 15:28:38 +01003119 err = create_controls(codec, "LFE", nid, 2);
Takashi Iwaieb06ed82006-09-20 17:10:27 +02003120 if (err < 0)
Mattc7d4b2f2005-06-27 14:59:41 +02003121 return err;
Maxim Levitsky0fb87bb2007-09-03 15:29:04 +02003122
3123 wid_caps = get_wcaps(codec, nid);
3124
3125 if (wid_caps & AC_WCAP_LR_SWAP) {
3126 err = stac92xx_add_control(spec,
3127 STAC_CTL_WIDGET_CLFE_SWITCH,
3128 "Swap Center/LFE Playback Switch", nid);
3129
3130 if (err < 0)
3131 return err;
3132 }
3133
Mattc7d4b2f2005-06-27 14:59:41 +02003134 } else {
Takashi Iwai76624532008-12-19 10:09:47 +01003135 const char *name = chname[i];
3136 /* if it's a single DAC, assign a better name */
3137 if (!i && is_unique_dac(spec, nid)) {
3138 switch (cfg->line_out_type) {
3139 case AUTO_PIN_HP_OUT:
3140 name = "Headphone";
3141 break;
3142 case AUTO_PIN_SPEAKER_OUT:
3143 name = "Speaker";
3144 break;
3145 }
3146 }
Takashi Iwai7c7767e2009-01-20 15:28:38 +01003147 err = create_controls(codec, name, nid, 3);
Takashi Iwaieb06ed82006-09-20 17:10:27 +02003148 if (err < 0)
Mattc7d4b2f2005-06-27 14:59:41 +02003149 return err;
3150 }
3151 }
3152
Takashi Iwaia9cb5c92008-11-24 07:51:11 +01003153 if (cfg->hp_outs > 1 && cfg->line_out_type == AUTO_PIN_LINE_OUT) {
Matthew Ranostay7c2ba972008-04-16 13:13:59 +02003154 err = stac92xx_add_control(spec,
3155 STAC_CTL_WIDGET_HP_SWITCH,
Takashi Iwaid7a89432008-11-12 09:48:04 +01003156 "Headphone as Line Out Switch",
3157 cfg->hp_pins[cfg->hp_outs - 1]);
Matthew Ranostay7c2ba972008-04-16 13:13:59 +02003158 if (err < 0)
3159 return err;
3160 }
3161
Matthew Ranostayb5895dc2008-01-25 15:24:50 +01003162 if (spec->line_switch) {
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01003163 err = stac92xx_add_control(spec, STAC_CTL_WIDGET_IO_SWITCH,
3164 "Line In as Output Switch",
3165 spec->line_switch << 8);
3166 if (err < 0)
3167 return err;
Matthew Ranostayb5895dc2008-01-25 15:24:50 +01003168 }
Matt Porter403d1942005-11-29 15:00:51 +01003169
Matthew Ranostayb5895dc2008-01-25 15:24:50 +01003170 if (spec->mic_switch) {
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01003171 err = stac92xx_add_control(spec, STAC_CTL_WIDGET_IO_SWITCH,
3172 "Mic as Output Switch",
3173 (spec->mic_switch << 8) | 1);
3174 if (err < 0)
3175 return err;
Matthew Ranostayb5895dc2008-01-25 15:24:50 +01003176 }
Matt Porter403d1942005-11-29 15:00:51 +01003177
Mattc7d4b2f2005-06-27 14:59:41 +02003178 return 0;
3179}
3180
Takashi Iwaieb06ed82006-09-20 17:10:27 +02003181/* add playback controls for Speaker and HP outputs */
3182static int stac92xx_auto_create_hp_ctls(struct hda_codec *codec,
3183 struct auto_pin_cfg *cfg)
Mattc7d4b2f2005-06-27 14:59:41 +02003184{
3185 struct sigmatel_spec *spec = codec->spec;
Mattc7d4b2f2005-06-27 14:59:41 +02003186 hda_nid_t nid;
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01003187 int i, err, nums;
Mattc7d4b2f2005-06-27 14:59:41 +02003188
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01003189 nums = 0;
Takashi Iwaieb06ed82006-09-20 17:10:27 +02003190 for (i = 0; i < cfg->hp_outs; i++) {
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01003191 static const char *pfxs[] = {
3192 "Headphone", "Headphone2", "Headphone3",
3193 };
Takashi Iwaieb06ed82006-09-20 17:10:27 +02003194 unsigned int wid_caps = get_wcaps(codec, cfg->hp_pins[i]);
3195 if (wid_caps & AC_WCAP_UNSOL_CAP)
3196 spec->hp_detect = 1;
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01003197 if (nums >= ARRAY_SIZE(pfxs))
Mattc7d4b2f2005-06-27 14:59:41 +02003198 continue;
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01003199 nid = spec->hp_dacs[i];
3200 if (!nid)
3201 continue;
Takashi Iwai7c7767e2009-01-20 15:28:38 +01003202 err = create_controls(codec, pfxs[nums++], nid, 3);
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01003203 if (err < 0)
3204 return err;
Takashi Iwaieb06ed82006-09-20 17:10:27 +02003205 }
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01003206 nums = 0;
Takashi Iwaieb06ed82006-09-20 17:10:27 +02003207 for (i = 0; i < cfg->speaker_outs; i++) {
Takashi Iwaieb06ed82006-09-20 17:10:27 +02003208 static const char *pfxs[] = {
3209 "Speaker", "External Speaker", "Speaker2",
3210 };
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01003211 if (nums >= ARRAY_SIZE(pfxs))
3212 continue;
3213 nid = spec->speaker_dacs[i];
3214 if (!nid)
3215 continue;
Takashi Iwai7c7767e2009-01-20 15:28:38 +01003216 err = create_controls(codec, pfxs[nums++], nid, 3);
Takashi Iwaieb06ed82006-09-20 17:10:27 +02003217 if (err < 0)
3218 return err;
3219 }
Mattc7d4b2f2005-06-27 14:59:41 +02003220 return 0;
3221}
3222
Matthew Ranostayb22b4822008-01-22 12:32:30 +01003223/* labels for mono mux outputs */
Matthew Ranostayd0513fc2008-07-27 10:30:30 +02003224static const char *stac92xx_mono_labels[4] = {
3225 "DAC0", "DAC1", "Mixer", "DAC2"
Matthew Ranostayb22b4822008-01-22 12:32:30 +01003226};
3227
3228/* create mono mux for mono out on capable codecs */
3229static int stac92xx_auto_create_mono_output_ctls(struct hda_codec *codec)
3230{
3231 struct sigmatel_spec *spec = codec->spec;
3232 struct hda_input_mux *mono_mux = &spec->private_mono_mux;
3233 int i, num_cons;
3234 hda_nid_t con_lst[ARRAY_SIZE(stac92xx_mono_labels)];
3235
3236 num_cons = snd_hda_get_connections(codec,
3237 spec->mono_nid,
3238 con_lst,
3239 HDA_MAX_NUM_INPUTS);
3240 if (!num_cons || num_cons > ARRAY_SIZE(stac92xx_mono_labels))
3241 return -EINVAL;
3242
3243 for (i = 0; i < num_cons; i++) {
3244 mono_mux->items[mono_mux->num_items].label =
3245 stac92xx_mono_labels[i];
3246 mono_mux->items[mono_mux->num_items].index = i;
3247 mono_mux->num_items++;
3248 }
Matthew Ranostay09a99952008-01-24 11:49:21 +01003249
3250 return stac92xx_add_control(spec, STAC_CTL_WIDGET_MONO_MUX,
3251 "Mono Mux", spec->mono_nid);
Matthew Ranostayb22b4822008-01-22 12:32:30 +01003252}
3253
Matthew Ranostay89385032008-09-11 09:49:39 -04003254/* labels for amp mux outputs */
3255static const char *stac92xx_amp_labels[3] = {
Matthew Ranostay4b33c762008-10-10 09:07:23 -04003256 "Front Microphone", "Microphone", "Line In",
Matthew Ranostay89385032008-09-11 09:49:39 -04003257};
3258
3259/* create amp out controls mux on capable codecs */
3260static int stac92xx_auto_create_amp_output_ctls(struct hda_codec *codec)
3261{
3262 struct sigmatel_spec *spec = codec->spec;
3263 struct hda_input_mux *amp_mux = &spec->private_amp_mux;
3264 int i, err;
3265
Matthew Ranostay2a9c7812008-09-13 16:45:39 -04003266 for (i = 0; i < spec->num_amps; i++) {
Matthew Ranostay89385032008-09-11 09:49:39 -04003267 amp_mux->items[amp_mux->num_items].label =
3268 stac92xx_amp_labels[i];
3269 amp_mux->items[amp_mux->num_items].index = i;
3270 amp_mux->num_items++;
3271 }
3272
Matthew Ranostay2a9c7812008-09-13 16:45:39 -04003273 if (spec->num_amps > 1) {
3274 err = stac92xx_add_control(spec, STAC_CTL_WIDGET_AMP_MUX,
3275 "Amp Selector Capture Switch", 0);
3276 if (err < 0)
3277 return err;
3278 }
Matthew Ranostay89385032008-09-11 09:49:39 -04003279 return stac92xx_add_control(spec, STAC_CTL_WIDGET_AMP_VOL,
3280 "Amp Capture Volume",
3281 HDA_COMPOSE_AMP_VAL(spec->amp_nids[0], 3, 0, HDA_INPUT));
3282}
3283
3284
Matthew Ranostay1cd22242008-07-18 18:20:52 +02003285/* create PC beep volume controls */
3286static int stac92xx_auto_create_beep_ctls(struct hda_codec *codec,
3287 hda_nid_t nid)
3288{
3289 struct sigmatel_spec *spec = codec->spec;
3290 u32 caps = query_amp_caps(codec, nid, HDA_OUTPUT);
3291 int err;
3292
3293 /* check for mute support for the the amp */
3294 if ((caps & AC_AMPCAP_MUTE) >> AC_AMPCAP_MUTE_SHIFT) {
3295 err = stac92xx_add_control(spec, STAC_CTL_WIDGET_MUTE,
3296 "PC Beep Playback Switch",
3297 HDA_COMPOSE_AMP_VAL(nid, 1, 0, HDA_OUTPUT));
3298 if (err < 0)
3299 return err;
3300 }
3301
3302 /* check to see if there is volume support for the amp */
3303 if ((caps & AC_AMPCAP_NUM_STEPS) >> AC_AMPCAP_NUM_STEPS_SHIFT) {
3304 err = stac92xx_add_control(spec, STAC_CTL_WIDGET_VOL,
3305 "PC Beep Playback Volume",
3306 HDA_COMPOSE_AMP_VAL(nid, 1, 0, HDA_OUTPUT));
3307 if (err < 0)
3308 return err;
3309 }
3310 return 0;
3311}
3312
Takashi Iwai4d4e9bb2008-11-12 16:45:04 +01003313#ifdef CONFIG_SND_HDA_INPUT_BEEP
3314#define stac92xx_dig_beep_switch_info snd_ctl_boolean_mono_info
3315
3316static int stac92xx_dig_beep_switch_get(struct snd_kcontrol *kcontrol,
3317 struct snd_ctl_elem_value *ucontrol)
3318{
3319 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
3320 ucontrol->value.integer.value[0] = codec->beep->enabled;
3321 return 0;
3322}
3323
3324static int stac92xx_dig_beep_switch_put(struct snd_kcontrol *kcontrol,
3325 struct snd_ctl_elem_value *ucontrol)
3326{
3327 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
3328 int enabled = !!ucontrol->value.integer.value[0];
3329 if (codec->beep->enabled != enabled) {
3330 codec->beep->enabled = enabled;
3331 return 1;
3332 }
3333 return 0;
3334}
3335
3336static struct snd_kcontrol_new stac92xx_dig_beep_ctrl = {
3337 .iface = SNDRV_CTL_ELEM_IFACE_MIXER,
3338 .info = stac92xx_dig_beep_switch_info,
3339 .get = stac92xx_dig_beep_switch_get,
3340 .put = stac92xx_dig_beep_switch_put,
3341};
3342
3343static int stac92xx_beep_switch_ctl(struct hda_codec *codec)
3344{
3345 return stac92xx_add_control_temp(codec->spec, &stac92xx_dig_beep_ctrl,
3346 0, "PC Beep Playback Switch", 0);
3347}
3348#endif
3349
Matthew Ranostay4682eee2008-08-15 07:43:24 +02003350static int stac92xx_auto_create_mux_input_ctls(struct hda_codec *codec)
3351{
3352 struct sigmatel_spec *spec = codec->spec;
3353 int wcaps, nid, i, err = 0;
3354
3355 for (i = 0; i < spec->num_muxes; i++) {
3356 nid = spec->mux_nids[i];
3357 wcaps = get_wcaps(codec, nid);
3358
3359 if (wcaps & AC_WCAP_OUT_AMP) {
3360 err = stac92xx_add_control_idx(spec,
3361 STAC_CTL_WIDGET_VOL, i, "Mux Capture Volume",
3362 HDA_COMPOSE_AMP_VAL(nid, 3, 0, HDA_OUTPUT));
3363 if (err < 0)
3364 return err;
3365 }
3366 }
3367 return 0;
3368};
3369
Matthew Ranostayd9737752008-09-07 12:03:41 +02003370static const char *stac92xx_spdif_labels[3] = {
Matthew Ranostay65973632008-09-16 10:39:37 -04003371 "Digital Playback", "Analog Mux 1", "Analog Mux 2",
Matthew Ranostayd9737752008-09-07 12:03:41 +02003372};
3373
3374static int stac92xx_auto_create_spdif_mux_ctls(struct hda_codec *codec)
3375{
3376 struct sigmatel_spec *spec = codec->spec;
3377 struct hda_input_mux *spdif_mux = &spec->private_smux;
Matthew Ranostay65973632008-09-16 10:39:37 -04003378 const char **labels = spec->spdif_labels;
Matthew Ranostayd9737752008-09-07 12:03:41 +02003379 int i, num_cons;
Matthew Ranostay65973632008-09-16 10:39:37 -04003380 hda_nid_t con_lst[HDA_MAX_NUM_INPUTS];
Matthew Ranostayd9737752008-09-07 12:03:41 +02003381
3382 num_cons = snd_hda_get_connections(codec,
3383 spec->smux_nids[0],
3384 con_lst,
3385 HDA_MAX_NUM_INPUTS);
Matthew Ranostay65973632008-09-16 10:39:37 -04003386 if (!num_cons)
Matthew Ranostayd9737752008-09-07 12:03:41 +02003387 return -EINVAL;
3388
Matthew Ranostay65973632008-09-16 10:39:37 -04003389 if (!labels)
3390 labels = stac92xx_spdif_labels;
3391
Matthew Ranostayd9737752008-09-07 12:03:41 +02003392 for (i = 0; i < num_cons; i++) {
Matthew Ranostay65973632008-09-16 10:39:37 -04003393 spdif_mux->items[spdif_mux->num_items].label = labels[i];
Matthew Ranostayd9737752008-09-07 12:03:41 +02003394 spdif_mux->items[spdif_mux->num_items].index = i;
3395 spdif_mux->num_items++;
3396 }
3397
3398 return 0;
3399}
3400
Matt Porter8b657272006-10-26 17:12:59 +02003401/* labels for dmic mux inputs */
Adrian Bunkddc2cec2006-11-20 12:03:44 +01003402static const char *stac92xx_dmic_labels[5] = {
Matt Porter8b657272006-10-26 17:12:59 +02003403 "Analog Inputs", "Digital Mic 1", "Digital Mic 2",
3404 "Digital Mic 3", "Digital Mic 4"
3405};
3406
3407/* create playback/capture controls for input pins on dmic capable codecs */
3408static int stac92xx_auto_create_dmic_input_ctls(struct hda_codec *codec,
3409 const struct auto_pin_cfg *cfg)
3410{
3411 struct sigmatel_spec *spec = codec->spec;
3412 struct hda_input_mux *dimux = &spec->private_dimux;
3413 hda_nid_t con_lst[HDA_MAX_NUM_INPUTS];
Matthew Ranostay0678acc2008-01-08 12:10:50 +01003414 int err, i, j;
3415 char name[32];
Matt Porter8b657272006-10-26 17:12:59 +02003416
3417 dimux->items[dimux->num_items].label = stac92xx_dmic_labels[0];
3418 dimux->items[dimux->num_items].index = 0;
3419 dimux->num_items++;
3420
3421 for (i = 0; i < spec->num_dmics; i++) {
Matthew Ranostay0678acc2008-01-08 12:10:50 +01003422 hda_nid_t nid;
Matt Porter8b657272006-10-26 17:12:59 +02003423 int index;
3424 int num_cons;
Matthew Ranostay0678acc2008-01-08 12:10:50 +01003425 unsigned int wcaps;
Matt Porter8b657272006-10-26 17:12:59 +02003426 unsigned int def_conf;
3427
3428 def_conf = snd_hda_codec_read(codec,
3429 spec->dmic_nids[i],
3430 0,
3431 AC_VERB_GET_CONFIG_DEFAULT,
3432 0);
3433 if (get_defcfg_connect(def_conf) == AC_JACK_PORT_NONE)
3434 continue;
3435
Matthew Ranostay0678acc2008-01-08 12:10:50 +01003436 nid = spec->dmic_nids[i];
Matt Porter8b657272006-10-26 17:12:59 +02003437 num_cons = snd_hda_get_connections(codec,
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01003438 spec->dmux_nids[0],
Matt Porter8b657272006-10-26 17:12:59 +02003439 con_lst,
3440 HDA_MAX_NUM_INPUTS);
3441 for (j = 0; j < num_cons; j++)
Matthew Ranostay0678acc2008-01-08 12:10:50 +01003442 if (con_lst[j] == nid) {
Matt Porter8b657272006-10-26 17:12:59 +02003443 index = j;
3444 goto found;
3445 }
3446 continue;
3447found:
Matthew Ranostayd0513fc2008-07-27 10:30:30 +02003448 wcaps = get_wcaps(codec, nid) &
3449 (AC_WCAP_OUT_AMP | AC_WCAP_IN_AMP);
Matthew Ranostay0678acc2008-01-08 12:10:50 +01003450
Matthew Ranostayd0513fc2008-07-27 10:30:30 +02003451 if (wcaps) {
Matthew Ranostay0678acc2008-01-08 12:10:50 +01003452 sprintf(name, "%s Capture Volume",
3453 stac92xx_dmic_labels[dimux->num_items]);
3454
3455 err = stac92xx_add_control(spec,
3456 STAC_CTL_WIDGET_VOL,
3457 name,
Matthew Ranostayd0513fc2008-07-27 10:30:30 +02003458 HDA_COMPOSE_AMP_VAL(nid, 3, 0,
3459 (wcaps & AC_WCAP_OUT_AMP) ?
3460 HDA_OUTPUT : HDA_INPUT));
Matthew Ranostay0678acc2008-01-08 12:10:50 +01003461 if (err < 0)
3462 return err;
3463 }
3464
Matt Porter8b657272006-10-26 17:12:59 +02003465 dimux->items[dimux->num_items].label =
3466 stac92xx_dmic_labels[dimux->num_items];
3467 dimux->items[dimux->num_items].index = index;
3468 dimux->num_items++;
3469 }
3470
3471 return 0;
3472}
3473
Mattc7d4b2f2005-06-27 14:59:41 +02003474/* create playback/capture controls for input pins */
3475static int stac92xx_auto_create_analog_input_ctls(struct hda_codec *codec, const struct auto_pin_cfg *cfg)
3476{
3477 struct sigmatel_spec *spec = codec->spec;
Mattc7d4b2f2005-06-27 14:59:41 +02003478 struct hda_input_mux *imux = &spec->private_imux;
3479 hda_nid_t con_lst[HDA_MAX_NUM_INPUTS];
3480 int i, j, k;
3481
3482 for (i = 0; i < AUTO_PIN_LAST; i++) {
Takashi Iwai314634b2006-09-21 11:56:18 +02003483 int index;
Mattc7d4b2f2005-06-27 14:59:41 +02003484
Takashi Iwai314634b2006-09-21 11:56:18 +02003485 if (!cfg->input_pins[i])
3486 continue;
3487 index = -1;
3488 for (j = 0; j < spec->num_muxes; j++) {
3489 int num_cons;
3490 num_cons = snd_hda_get_connections(codec,
3491 spec->mux_nids[j],
3492 con_lst,
3493 HDA_MAX_NUM_INPUTS);
3494 for (k = 0; k < num_cons; k++)
3495 if (con_lst[k] == cfg->input_pins[i]) {
3496 index = k;
3497 goto found;
3498 }
Mattc7d4b2f2005-06-27 14:59:41 +02003499 }
Takashi Iwai314634b2006-09-21 11:56:18 +02003500 continue;
3501 found:
3502 imux->items[imux->num_items].label = auto_pin_cfg_labels[i];
3503 imux->items[imux->num_items].index = index;
3504 imux->num_items++;
Mattc7d4b2f2005-06-27 14:59:41 +02003505 }
3506
Steve Longerbeam7b043892007-05-03 20:50:03 +02003507 if (imux->num_items) {
Sam Revitch62fe78e2006-05-10 15:09:17 +02003508 /*
3509 * Set the current input for the muxes.
3510 * The STAC9221 has two input muxes with identical source
3511 * NID lists. Hopefully this won't get confused.
3512 */
3513 for (i = 0; i < spec->num_muxes; i++) {
Takashi Iwai82beb8f2007-08-10 17:09:26 +02003514 snd_hda_codec_write_cache(codec, spec->mux_nids[i], 0,
3515 AC_VERB_SET_CONNECT_SEL,
3516 imux->items[0].index);
Sam Revitch62fe78e2006-05-10 15:09:17 +02003517 }
3518 }
3519
Mattc7d4b2f2005-06-27 14:59:41 +02003520 return 0;
3521}
3522
Mattc7d4b2f2005-06-27 14:59:41 +02003523static void stac92xx_auto_init_multi_out(struct hda_codec *codec)
3524{
3525 struct sigmatel_spec *spec = codec->spec;
3526 int i;
3527
3528 for (i = 0; i < spec->autocfg.line_outs; i++) {
3529 hda_nid_t nid = spec->autocfg.line_out_pins[i];
3530 stac92xx_auto_set_pinctl(codec, nid, AC_PINCTL_OUT_EN);
3531 }
3532}
3533
3534static void stac92xx_auto_init_hp_out(struct hda_codec *codec)
3535{
3536 struct sigmatel_spec *spec = codec->spec;
Takashi Iwaieb06ed82006-09-20 17:10:27 +02003537 int i;
Mattc7d4b2f2005-06-27 14:59:41 +02003538
Takashi Iwaieb06ed82006-09-20 17:10:27 +02003539 for (i = 0; i < spec->autocfg.hp_outs; i++) {
3540 hda_nid_t pin;
3541 pin = spec->autocfg.hp_pins[i];
3542 if (pin) /* connect to front */
3543 stac92xx_auto_set_pinctl(codec, pin, AC_PINCTL_OUT_EN | AC_PINCTL_HP_EN);
3544 }
3545 for (i = 0; i < spec->autocfg.speaker_outs; i++) {
3546 hda_nid_t pin;
3547 pin = spec->autocfg.speaker_pins[i];
3548 if (pin) /* connect to front */
3549 stac92xx_auto_set_pinctl(codec, pin, AC_PINCTL_OUT_EN);
3550 }
Mattc7d4b2f2005-06-27 14:59:41 +02003551}
3552
Matt Porter3cc08dc2006-01-23 15:27:49 +01003553static int stac92xx_parse_auto_config(struct hda_codec *codec, hda_nid_t dig_out, hda_nid_t dig_in)
Mattc7d4b2f2005-06-27 14:59:41 +02003554{
3555 struct sigmatel_spec *spec = codec->spec;
3556 int err;
3557
Matt Porter8b657272006-10-26 17:12:59 +02003558 if ((err = snd_hda_parse_pin_def_config(codec,
3559 &spec->autocfg,
3560 spec->dmic_nids)) < 0)
Mattc7d4b2f2005-06-27 14:59:41 +02003561 return err;
Takashi Iwai82bc9552006-03-21 11:24:42 +01003562 if (! spec->autocfg.line_outs)
Matt Porter869264c2006-01-25 19:20:50 +01003563 return 0; /* can't find valid pin config */
Takashi Iwai19039bd2006-06-28 15:52:16 +02003564
Jiang Zhebcecd9b2007-11-12 12:57:03 +01003565 /* If we have no real line-out pin and multiple hp-outs, HPs should
3566 * be set up as multi-channel outputs.
3567 */
3568 if (spec->autocfg.line_out_type == AUTO_PIN_SPEAKER_OUT &&
3569 spec->autocfg.hp_outs > 1) {
3570 /* Copy hp_outs to line_outs, backup line_outs in
3571 * speaker_outs so that the following routines can handle
3572 * HP pins as primary outputs.
3573 */
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01003574 snd_printdd("stac92xx: Enabling multi-HPs workaround\n");
Jiang Zhebcecd9b2007-11-12 12:57:03 +01003575 memcpy(spec->autocfg.speaker_pins, spec->autocfg.line_out_pins,
3576 sizeof(spec->autocfg.line_out_pins));
3577 spec->autocfg.speaker_outs = spec->autocfg.line_outs;
3578 memcpy(spec->autocfg.line_out_pins, spec->autocfg.hp_pins,
3579 sizeof(spec->autocfg.hp_pins));
3580 spec->autocfg.line_outs = spec->autocfg.hp_outs;
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01003581 spec->autocfg.line_out_type = AUTO_PIN_HP_OUT;
3582 spec->autocfg.hp_outs = 0;
Jiang Zhebcecd9b2007-11-12 12:57:03 +01003583 }
Matthew Ranostay09a99952008-01-24 11:49:21 +01003584 if (spec->autocfg.mono_out_pin) {
Matthew Ranostayd0513fc2008-07-27 10:30:30 +02003585 int dir = get_wcaps(codec, spec->autocfg.mono_out_pin) &
3586 (AC_WCAP_OUT_AMP | AC_WCAP_IN_AMP);
Matthew Ranostay09a99952008-01-24 11:49:21 +01003587 u32 caps = query_amp_caps(codec,
3588 spec->autocfg.mono_out_pin, dir);
3589 hda_nid_t conn_list[1];
3590
3591 /* get the mixer node and then the mono mux if it exists */
3592 if (snd_hda_get_connections(codec,
3593 spec->autocfg.mono_out_pin, conn_list, 1) &&
3594 snd_hda_get_connections(codec, conn_list[0],
3595 conn_list, 1)) {
3596
3597 int wcaps = get_wcaps(codec, conn_list[0]);
3598 int wid_type = (wcaps & AC_WCAP_TYPE)
3599 >> AC_WCAP_TYPE_SHIFT;
3600 /* LR swap check, some stac925x have a mux that
3601 * changes the DACs output path instead of the
3602 * mono-mux path.
3603 */
3604 if (wid_type == AC_WID_AUD_SEL &&
3605 !(wcaps & AC_WCAP_LR_SWAP))
3606 spec->mono_nid = conn_list[0];
3607 }
Matthew Ranostayd0513fc2008-07-27 10:30:30 +02003608 if (dir) {
3609 hda_nid_t nid = spec->autocfg.mono_out_pin;
3610
3611 /* most mono outs have a least a mute/unmute switch */
3612 dir = (dir & AC_WCAP_OUT_AMP) ? HDA_OUTPUT : HDA_INPUT;
3613 err = stac92xx_add_control(spec, STAC_CTL_WIDGET_MUTE,
3614 "Mono Playback Switch",
3615 HDA_COMPOSE_AMP_VAL(nid, 1, 0, dir));
Matthew Ranostay09a99952008-01-24 11:49:21 +01003616 if (err < 0)
3617 return err;
Matthew Ranostayd0513fc2008-07-27 10:30:30 +02003618 /* check for volume support for the amp */
3619 if ((caps & AC_AMPCAP_NUM_STEPS)
3620 >> AC_AMPCAP_NUM_STEPS_SHIFT) {
3621 err = stac92xx_add_control(spec,
3622 STAC_CTL_WIDGET_VOL,
3623 "Mono Playback Volume",
3624 HDA_COMPOSE_AMP_VAL(nid, 1, 0, dir));
3625 if (err < 0)
3626 return err;
3627 }
Matthew Ranostay09a99952008-01-24 11:49:21 +01003628 }
3629
3630 stac92xx_auto_set_pinctl(codec, spec->autocfg.mono_out_pin,
3631 AC_PINCTL_OUT_EN);
3632 }
Jiang Zhebcecd9b2007-11-12 12:57:03 +01003633
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01003634 if (!spec->multiout.num_dacs) {
3635 err = stac92xx_auto_fill_dac_nids(codec);
3636 if (err < 0)
Takashi Iwai19039bd2006-06-28 15:52:16 +02003637 return err;
Takashi Iwaic9280d62009-01-15 17:31:00 +01003638 err = stac92xx_auto_create_multi_out_ctls(codec,
3639 &spec->autocfg);
3640 if (err < 0)
3641 return err;
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01003642 }
Mattc7d4b2f2005-06-27 14:59:41 +02003643
Matthew Ranostay1cd22242008-07-18 18:20:52 +02003644 /* setup analog beep controls */
3645 if (spec->anabeep_nid > 0) {
3646 err = stac92xx_auto_create_beep_ctls(codec,
3647 spec->anabeep_nid);
3648 if (err < 0)
3649 return err;
3650 }
3651
3652 /* setup digital beep controls and input device */
3653#ifdef CONFIG_SND_HDA_INPUT_BEEP
3654 if (spec->digbeep_nid > 0) {
3655 hda_nid_t nid = spec->digbeep_nid;
Takashi Iwai4d4e9bb2008-11-12 16:45:04 +01003656 unsigned int caps;
Matthew Ranostay1cd22242008-07-18 18:20:52 +02003657
3658 err = stac92xx_auto_create_beep_ctls(codec, nid);
3659 if (err < 0)
3660 return err;
3661 err = snd_hda_attach_beep_device(codec, nid);
3662 if (err < 0)
3663 return err;
Takashi Iwai4d4e9bb2008-11-12 16:45:04 +01003664 /* if no beep switch is available, make its own one */
3665 caps = query_amp_caps(codec, nid, HDA_OUTPUT);
3666 if (codec->beep &&
3667 !((caps & AC_AMPCAP_MUTE) >> AC_AMPCAP_MUTE_SHIFT)) {
3668 err = stac92xx_beep_switch_ctl(codec);
3669 if (err < 0)
3670 return err;
3671 }
Matthew Ranostay1cd22242008-07-18 18:20:52 +02003672 }
3673#endif
3674
Maxim Levitsky0fb87bb2007-09-03 15:29:04 +02003675 err = stac92xx_auto_create_hp_ctls(codec, &spec->autocfg);
3676
3677 if (err < 0)
3678 return err;
3679
3680 err = stac92xx_auto_create_analog_input_ctls(codec, &spec->autocfg);
3681
3682 if (err < 0)
Mattc7d4b2f2005-06-27 14:59:41 +02003683 return err;
3684
Matthew Ranostayb22b4822008-01-22 12:32:30 +01003685 if (spec->mono_nid > 0) {
3686 err = stac92xx_auto_create_mono_output_ctls(codec);
3687 if (err < 0)
3688 return err;
3689 }
Matthew Ranostay2a9c7812008-09-13 16:45:39 -04003690 if (spec->num_amps > 0) {
Matthew Ranostay89385032008-09-11 09:49:39 -04003691 err = stac92xx_auto_create_amp_output_ctls(codec);
3692 if (err < 0)
3693 return err;
3694 }
Matthew Ranostay2a9c7812008-09-13 16:45:39 -04003695 if (spec->num_dmics > 0 && !spec->dinput_mux)
Matt Porter8b657272006-10-26 17:12:59 +02003696 if ((err = stac92xx_auto_create_dmic_input_ctls(codec,
3697 &spec->autocfg)) < 0)
3698 return err;
Matthew Ranostay4682eee2008-08-15 07:43:24 +02003699 if (spec->num_muxes > 0) {
3700 err = stac92xx_auto_create_mux_input_ctls(codec);
3701 if (err < 0)
3702 return err;
3703 }
Matthew Ranostayd9737752008-09-07 12:03:41 +02003704 if (spec->num_smuxes > 0) {
3705 err = stac92xx_auto_create_spdif_mux_ctls(codec);
3706 if (err < 0)
3707 return err;
3708 }
Matt Porter8b657272006-10-26 17:12:59 +02003709
Takashi Iwaie3c75962009-01-23 11:57:22 +01003710 err = stac92xx_add_input_source(spec);
3711 if (err < 0)
3712 return err;
3713
Mattc7d4b2f2005-06-27 14:59:41 +02003714 spec->multiout.max_channels = spec->multiout.num_dacs * 2;
Matt Porter403d1942005-11-29 15:00:51 +01003715 if (spec->multiout.max_channels > 2)
Mattc7d4b2f2005-06-27 14:59:41 +02003716 spec->surr_switch = 1;
Mattc7d4b2f2005-06-27 14:59:41 +02003717
Takashi Iwai0852d7a2009-02-11 11:35:15 +01003718 if (spec->autocfg.dig_outs)
Matt Porter3cc08dc2006-01-23 15:27:49 +01003719 spec->multiout.dig_out_nid = dig_out;
Matthew Ranostayd0513fc2008-07-27 10:30:30 +02003720 if (dig_in && spec->autocfg.dig_in_pin)
Matt Porter3cc08dc2006-01-23 15:27:49 +01003721 spec->dig_in_nid = dig_in;
Mattc7d4b2f2005-06-27 14:59:41 +02003722
Takashi Iwai603c4012008-07-30 15:01:44 +02003723 if (spec->kctls.list)
3724 spec->mixers[spec->num_mixers++] = spec->kctls.list;
Mattc7d4b2f2005-06-27 14:59:41 +02003725
3726 spec->input_mux = &spec->private_imux;
Matthew Ranostayf8ccbf62008-12-20 17:36:28 -05003727 if (!spec->dinput_mux)
3728 spec->dinput_mux = &spec->private_dimux;
Matthew Ranostayd9737752008-09-07 12:03:41 +02003729 spec->sinput_mux = &spec->private_smux;
Matthew Ranostayb22b4822008-01-22 12:32:30 +01003730 spec->mono_mux = &spec->private_mono_mux;
Matthew Ranostay89385032008-09-11 09:49:39 -04003731 spec->amp_mux = &spec->private_amp_mux;
Mattc7d4b2f2005-06-27 14:59:41 +02003732 return 1;
3733}
3734
Takashi Iwai82bc9552006-03-21 11:24:42 +01003735/* add playback controls for HP output */
3736static int stac9200_auto_create_hp_ctls(struct hda_codec *codec,
3737 struct auto_pin_cfg *cfg)
3738{
3739 struct sigmatel_spec *spec = codec->spec;
Takashi Iwaieb06ed82006-09-20 17:10:27 +02003740 hda_nid_t pin = cfg->hp_pins[0];
Takashi Iwai82bc9552006-03-21 11:24:42 +01003741 unsigned int wid_caps;
3742
3743 if (! pin)
3744 return 0;
3745
3746 wid_caps = get_wcaps(codec, pin);
Takashi Iwai505cb342006-03-27 12:51:52 +02003747 if (wid_caps & AC_WCAP_UNSOL_CAP)
Takashi Iwai82bc9552006-03-21 11:24:42 +01003748 spec->hp_detect = 1;
Takashi Iwai82bc9552006-03-21 11:24:42 +01003749
3750 return 0;
3751}
3752
Richard Fish160ea0d2006-09-06 13:58:25 +02003753/* add playback controls for LFE output */
3754static int stac9200_auto_create_lfe_ctls(struct hda_codec *codec,
3755 struct auto_pin_cfg *cfg)
3756{
3757 struct sigmatel_spec *spec = codec->spec;
3758 int err;
3759 hda_nid_t lfe_pin = 0x0;
3760 int i;
3761
3762 /*
3763 * search speaker outs and line outs for a mono speaker pin
3764 * with an amp. If one is found, add LFE controls
3765 * for it.
3766 */
3767 for (i = 0; i < spec->autocfg.speaker_outs && lfe_pin == 0x0; i++) {
3768 hda_nid_t pin = spec->autocfg.speaker_pins[i];
Takashi Iwai64ed0df2008-02-29 11:57:53 +01003769 unsigned int wcaps = get_wcaps(codec, pin);
Richard Fish160ea0d2006-09-06 13:58:25 +02003770 wcaps &= (AC_WCAP_STEREO | AC_WCAP_OUT_AMP);
3771 if (wcaps == AC_WCAP_OUT_AMP)
3772 /* found a mono speaker with an amp, must be lfe */
3773 lfe_pin = pin;
3774 }
3775
3776 /* if speaker_outs is 0, then speakers may be in line_outs */
3777 if (lfe_pin == 0 && spec->autocfg.speaker_outs == 0) {
3778 for (i = 0; i < spec->autocfg.line_outs && lfe_pin == 0x0; i++) {
3779 hda_nid_t pin = spec->autocfg.line_out_pins[i];
Takashi Iwai64ed0df2008-02-29 11:57:53 +01003780 unsigned int defcfg;
Harvey Harrison8b551782008-02-29 11:56:48 +01003781 defcfg = snd_hda_codec_read(codec, pin, 0,
Richard Fish160ea0d2006-09-06 13:58:25 +02003782 AC_VERB_GET_CONFIG_DEFAULT,
3783 0x00);
Harvey Harrison8b551782008-02-29 11:56:48 +01003784 if (get_defcfg_device(defcfg) == AC_JACK_SPEAKER) {
Takashi Iwai64ed0df2008-02-29 11:57:53 +01003785 unsigned int wcaps = get_wcaps(codec, pin);
Richard Fish160ea0d2006-09-06 13:58:25 +02003786 wcaps &= (AC_WCAP_STEREO | AC_WCAP_OUT_AMP);
3787 if (wcaps == AC_WCAP_OUT_AMP)
3788 /* found a mono speaker with an amp,
3789 must be lfe */
3790 lfe_pin = pin;
3791 }
3792 }
3793 }
3794
3795 if (lfe_pin) {
Takashi Iwai7c7767e2009-01-20 15:28:38 +01003796 err = create_controls(codec, "LFE", lfe_pin, 1);
Richard Fish160ea0d2006-09-06 13:58:25 +02003797 if (err < 0)
3798 return err;
3799 }
3800
3801 return 0;
3802}
3803
Mattc7d4b2f2005-06-27 14:59:41 +02003804static int stac9200_parse_auto_config(struct hda_codec *codec)
3805{
3806 struct sigmatel_spec *spec = codec->spec;
3807 int err;
3808
Kailang Yangdf694da2005-12-05 19:42:22 +01003809 if ((err = snd_hda_parse_pin_def_config(codec, &spec->autocfg, NULL)) < 0)
Mattc7d4b2f2005-06-27 14:59:41 +02003810 return err;
3811
3812 if ((err = stac92xx_auto_create_analog_input_ctls(codec, &spec->autocfg)) < 0)
3813 return err;
3814
Takashi Iwai82bc9552006-03-21 11:24:42 +01003815 if ((err = stac9200_auto_create_hp_ctls(codec, &spec->autocfg)) < 0)
3816 return err;
3817
Richard Fish160ea0d2006-09-06 13:58:25 +02003818 if ((err = stac9200_auto_create_lfe_ctls(codec, &spec->autocfg)) < 0)
3819 return err;
3820
Takashi Iwai355a0ec2008-11-11 16:46:19 +01003821 if (spec->num_muxes > 0) {
3822 err = stac92xx_auto_create_mux_input_ctls(codec);
3823 if (err < 0)
3824 return err;
3825 }
3826
Takashi Iwaie3c75962009-01-23 11:57:22 +01003827 err = stac92xx_add_input_source(spec);
3828 if (err < 0)
3829 return err;
3830
Takashi Iwai0852d7a2009-02-11 11:35:15 +01003831 if (spec->autocfg.dig_outs)
Mattc7d4b2f2005-06-27 14:59:41 +02003832 spec->multiout.dig_out_nid = 0x05;
Takashi Iwai82bc9552006-03-21 11:24:42 +01003833 if (spec->autocfg.dig_in_pin)
Mattc7d4b2f2005-06-27 14:59:41 +02003834 spec->dig_in_nid = 0x04;
Mattc7d4b2f2005-06-27 14:59:41 +02003835
Takashi Iwai603c4012008-07-30 15:01:44 +02003836 if (spec->kctls.list)
3837 spec->mixers[spec->num_mixers++] = spec->kctls.list;
Mattc7d4b2f2005-06-27 14:59:41 +02003838
3839 spec->input_mux = &spec->private_imux;
Matt Porter8b657272006-10-26 17:12:59 +02003840 spec->dinput_mux = &spec->private_dimux;
Mattc7d4b2f2005-06-27 14:59:41 +02003841
3842 return 1;
3843}
3844
Sam Revitch62fe78e2006-05-10 15:09:17 +02003845/*
3846 * Early 2006 Intel Macintoshes with STAC9220X5 codecs seem to have a
3847 * funky external mute control using GPIO pins.
3848 */
3849
Takashi Iwai76e1ddf2008-01-15 11:39:08 +01003850static void stac_gpio_set(struct hda_codec *codec, unsigned int mask,
Matthew Ranostay4fe51952008-01-29 15:28:44 +01003851 unsigned int dir_mask, unsigned int data)
Sam Revitch62fe78e2006-05-10 15:09:17 +02003852{
3853 unsigned int gpiostate, gpiomask, gpiodir;
3854
3855 gpiostate = snd_hda_codec_read(codec, codec->afg, 0,
3856 AC_VERB_GET_GPIO_DATA, 0);
Matthew Ranostay4fe51952008-01-29 15:28:44 +01003857 gpiostate = (gpiostate & ~dir_mask) | (data & dir_mask);
Sam Revitch62fe78e2006-05-10 15:09:17 +02003858
3859 gpiomask = snd_hda_codec_read(codec, codec->afg, 0,
3860 AC_VERB_GET_GPIO_MASK, 0);
Takashi Iwai76e1ddf2008-01-15 11:39:08 +01003861 gpiomask |= mask;
Sam Revitch62fe78e2006-05-10 15:09:17 +02003862
3863 gpiodir = snd_hda_codec_read(codec, codec->afg, 0,
3864 AC_VERB_GET_GPIO_DIRECTION, 0);
Matthew Ranostay4fe51952008-01-29 15:28:44 +01003865 gpiodir |= dir_mask;
Sam Revitch62fe78e2006-05-10 15:09:17 +02003866
Takashi Iwai76e1ddf2008-01-15 11:39:08 +01003867 /* Configure GPIOx as CMOS */
Sam Revitch62fe78e2006-05-10 15:09:17 +02003868 snd_hda_codec_write(codec, codec->afg, 0, 0x7e7, 0);
3869
3870 snd_hda_codec_write(codec, codec->afg, 0,
3871 AC_VERB_SET_GPIO_MASK, gpiomask);
Takashi Iwai76e1ddf2008-01-15 11:39:08 +01003872 snd_hda_codec_read(codec, codec->afg, 0,
3873 AC_VERB_SET_GPIO_DIRECTION, gpiodir); /* sync */
Sam Revitch62fe78e2006-05-10 15:09:17 +02003874
3875 msleep(1);
3876
Takashi Iwai76e1ddf2008-01-15 11:39:08 +01003877 snd_hda_codec_read(codec, codec->afg, 0,
3878 AC_VERB_SET_GPIO_DATA, gpiostate); /* sync */
Sam Revitch62fe78e2006-05-10 15:09:17 +02003879}
3880
Matthew Ranostay74aeaab2008-10-25 01:06:04 -04003881static int stac92xx_add_jack(struct hda_codec *codec,
3882 hda_nid_t nid, int type)
3883{
Takashi Iwaie4973e12008-11-18 09:32:42 +01003884#ifdef CONFIG_SND_JACK
Matthew Ranostay74aeaab2008-10-25 01:06:04 -04003885 struct sigmatel_spec *spec = codec->spec;
3886 struct sigmatel_jack *jack;
3887 int def_conf = snd_hda_codec_read(codec, nid,
3888 0, AC_VERB_GET_CONFIG_DEFAULT, 0);
3889 int connectivity = get_defcfg_connect(def_conf);
3890 char name[32];
3891
3892 if (connectivity && connectivity != AC_JACK_PORT_FIXED)
3893 return 0;
3894
3895 snd_array_init(&spec->jacks, sizeof(*jack), 32);
3896 jack = snd_array_new(&spec->jacks);
3897 if (!jack)
3898 return -ENOMEM;
3899 jack->nid = nid;
3900 jack->type = type;
3901
3902 sprintf(name, "%s at %s %s Jack",
3903 snd_hda_get_jack_type(def_conf),
3904 snd_hda_get_jack_connectivity(def_conf),
3905 snd_hda_get_jack_location(def_conf));
3906
3907 return snd_jack_new(codec->bus->card, name, type, &jack->jack);
Takashi Iwaie4973e12008-11-18 09:32:42 +01003908#else
3909 return 0;
3910#endif
Matthew Ranostay74aeaab2008-10-25 01:06:04 -04003911}
3912
Takashi Iwaic6e4c662008-11-25 11:58:19 +01003913static int stac_add_event(struct sigmatel_spec *spec, hda_nid_t nid,
3914 unsigned char type, int data)
Matthew Ranostay74aeaab2008-10-25 01:06:04 -04003915{
3916 struct sigmatel_event *event;
3917
3918 snd_array_init(&spec->events, sizeof(*event), 32);
3919 event = snd_array_new(&spec->events);
3920 if (!event)
3921 return -ENOMEM;
3922 event->nid = nid;
Takashi Iwaic6e4c662008-11-25 11:58:19 +01003923 event->type = type;
3924 event->tag = spec->events.used;
Matthew Ranostay74aeaab2008-10-25 01:06:04 -04003925 event->data = data;
3926
Takashi Iwaic6e4c662008-11-25 11:58:19 +01003927 return event->tag;
Matthew Ranostay74aeaab2008-10-25 01:06:04 -04003928}
3929
Takashi Iwaic6e4c662008-11-25 11:58:19 +01003930static struct sigmatel_event *stac_get_event(struct hda_codec *codec,
3931 hda_nid_t nid, unsigned char type)
Matthew Ranostay74aeaab2008-10-25 01:06:04 -04003932{
3933 struct sigmatel_spec *spec = codec->spec;
Takashi Iwaic6e4c662008-11-25 11:58:19 +01003934 struct sigmatel_event *event = spec->events.list;
3935 int i;
3936
3937 for (i = 0; i < spec->events.used; i++, event++) {
3938 if (event->nid == nid && event->type == type)
3939 return event;
Matthew Ranostay74aeaab2008-10-25 01:06:04 -04003940 }
Takashi Iwaic6e4c662008-11-25 11:58:19 +01003941 return NULL;
3942}
3943
3944static struct sigmatel_event *stac_get_event_from_tag(struct hda_codec *codec,
3945 unsigned char tag)
3946{
3947 struct sigmatel_spec *spec = codec->spec;
3948 struct sigmatel_event *event = spec->events.list;
3949 int i;
3950
3951 for (i = 0; i < spec->events.used; i++, event++) {
3952 if (event->tag == tag)
3953 return event;
3954 }
3955 return NULL;
Matthew Ranostay74aeaab2008-10-25 01:06:04 -04003956}
3957
Takashi Iwai314634b2006-09-21 11:56:18 +02003958static void enable_pin_detect(struct hda_codec *codec, hda_nid_t nid,
Takashi Iwaic6e4c662008-11-25 11:58:19 +01003959 unsigned int type)
Takashi Iwai314634b2006-09-21 11:56:18 +02003960{
Takashi Iwaic6e4c662008-11-25 11:58:19 +01003961 struct sigmatel_event *event;
3962 int tag;
3963
3964 if (!(get_wcaps(codec, nid) & AC_WCAP_UNSOL_CAP))
3965 return;
3966 event = stac_get_event(codec, nid, type);
3967 if (event)
3968 tag = event->tag;
3969 else
3970 tag = stac_add_event(codec->spec, nid, type, 0);
3971 if (tag < 0)
3972 return;
3973 snd_hda_codec_write_cache(codec, nid, 0,
3974 AC_VERB_SET_UNSOLICITED_ENABLE,
3975 AC_USRSP_EN | tag);
Takashi Iwai314634b2006-09-21 11:56:18 +02003976}
3977
Matthew Ranostaya64135a2008-01-10 16:55:06 +01003978static int is_nid_hp_pin(struct auto_pin_cfg *cfg, hda_nid_t nid)
3979{
3980 int i;
3981 for (i = 0; i < cfg->hp_outs; i++)
3982 if (cfg->hp_pins[i] == nid)
3983 return 1; /* nid is a HP-Out */
3984
3985 return 0; /* nid is not a HP-Out */
3986};
3987
Matthew Ranostayb76c8502008-02-06 14:49:44 +01003988static void stac92xx_power_down(struct hda_codec *codec)
3989{
3990 struct sigmatel_spec *spec = codec->spec;
3991
3992 /* power down inactive DACs */
3993 hda_nid_t *dac;
3994 for (dac = spec->dac_list; *dac; dac++)
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01003995 if (!check_all_dac_nids(spec, *dac))
Takashi Iwai8c2f7672008-12-01 11:54:35 +01003996 snd_hda_codec_write(codec, *dac, 0,
Matthew Ranostayb76c8502008-02-06 14:49:44 +01003997 AC_VERB_SET_POWER_STATE, AC_PWRST_D3);
3998}
3999
Takashi Iwaif73d3582008-11-25 08:21:51 +01004000static void stac_toggle_power_map(struct hda_codec *codec, hda_nid_t nid,
4001 int enable);
4002
Mattc7d4b2f2005-06-27 14:59:41 +02004003static int stac92xx_init(struct hda_codec *codec)
4004{
4005 struct sigmatel_spec *spec = codec->spec;
Takashi Iwai82bc9552006-03-21 11:24:42 +01004006 struct auto_pin_cfg *cfg = &spec->autocfg;
Takashi Iwaif73d3582008-11-25 08:21:51 +01004007 unsigned int gpio;
Takashi Iwaie4973e12008-11-18 09:32:42 +01004008 int i;
Mattc7d4b2f2005-06-27 14:59:41 +02004009
Mattc7d4b2f2005-06-27 14:59:41 +02004010 snd_hda_sequence_write(codec, spec->init);
4011
Matthew Ranostay8daaaa92008-08-15 07:45:52 +02004012 /* power down adcs initially */
4013 if (spec->powerdown_adcs)
4014 for (i = 0; i < spec->num_adcs; i++)
Takashi Iwai8c2f7672008-12-01 11:54:35 +01004015 snd_hda_codec_write(codec,
Matthew Ranostay8daaaa92008-08-15 07:45:52 +02004016 spec->adc_nids[i], 0,
4017 AC_VERB_SET_POWER_STATE, AC_PWRST_D3);
Takashi Iwaif73d3582008-11-25 08:21:51 +01004018
4019 /* set up GPIO */
4020 gpio = spec->gpio_data;
4021 /* turn on EAPD statically when spec->eapd_switch isn't set.
4022 * otherwise, unsol event will turn it on/off dynamically
4023 */
4024 if (!spec->eapd_switch)
4025 gpio |= spec->eapd_mask;
4026 stac_gpio_set(codec, spec->gpio_mask, spec->gpio_dir, gpio);
4027
Takashi Iwai82bc9552006-03-21 11:24:42 +01004028 /* set up pins */
4029 if (spec->hp_detect) {
Takashi Iwai505cb342006-03-27 12:51:52 +02004030 /* Enable unsolicited responses on the HP widget */
Matthew Ranostay74aeaab2008-10-25 01:06:04 -04004031 for (i = 0; i < cfg->hp_outs; i++) {
Matthew Ranostay74aeaab2008-10-25 01:06:04 -04004032 hda_nid_t nid = cfg->hp_pins[i];
Takashi Iwaic6e4c662008-11-25 11:58:19 +01004033 enable_pin_detect(codec, nid, STAC_HP_EVENT);
Matthew Ranostay74aeaab2008-10-25 01:06:04 -04004034 }
Takashi Iwai0a07acaf2007-03-13 10:40:23 +01004035 /* force to enable the first line-out; the others are set up
4036 * in unsol_event
4037 */
4038 stac92xx_auto_set_pinctl(codec, spec->autocfg.line_out_pins[0],
Matthew Ranostay74aeaab2008-10-25 01:06:04 -04004039 AC_PINCTL_OUT_EN);
Takashi Iwai82bc9552006-03-21 11:24:42 +01004040 /* fake event to set up pins */
Takashi Iwaic6e4c662008-11-25 11:58:19 +01004041 stac_issue_unsol_event(codec, spec->autocfg.hp_pins[0],
4042 STAC_HP_EVENT);
Takashi Iwai82bc9552006-03-21 11:24:42 +01004043 } else {
4044 stac92xx_auto_init_multi_out(codec);
4045 stac92xx_auto_init_hp_out(codec);
Takashi Iwai12dde4c2008-12-05 13:09:27 +01004046 for (i = 0; i < cfg->hp_outs; i++)
4047 stac_toggle_power_map(codec, cfg->hp_pins[i], 1);
Takashi Iwai82bc9552006-03-21 11:24:42 +01004048 }
4049 for (i = 0; i < AUTO_PIN_LAST; i++) {
Takashi Iwaic960a032006-03-23 17:06:28 +01004050 hda_nid_t nid = cfg->input_pins[i];
4051 if (nid) {
Takashi Iwai12dde4c2008-12-05 13:09:27 +01004052 unsigned int pinctl, conf;
Takashi Iwai4f1e6bc2008-11-11 16:47:24 +01004053 if (i == AUTO_PIN_MIC || i == AUTO_PIN_FRONT_MIC) {
4054 /* for mic pins, force to initialize */
4055 pinctl = stac92xx_get_vref(codec, nid);
Takashi Iwai12dde4c2008-12-05 13:09:27 +01004056 pinctl |= AC_PINCTL_IN_EN;
4057 stac92xx_auto_set_pinctl(codec, nid, pinctl);
Takashi Iwai4f1e6bc2008-11-11 16:47:24 +01004058 } else {
4059 pinctl = snd_hda_codec_read(codec, nid, 0,
4060 AC_VERB_GET_PIN_WIDGET_CONTROL, 0);
4061 /* if PINCTL already set then skip */
Takashi Iwai12dde4c2008-12-05 13:09:27 +01004062 if (!(pinctl & AC_PINCTL_IN_EN)) {
4063 pinctl |= AC_PINCTL_IN_EN;
4064 stac92xx_auto_set_pinctl(codec, nid,
4065 pinctl);
4066 }
Takashi Iwai4f1e6bc2008-11-11 16:47:24 +01004067 }
Takashi Iwai12dde4c2008-12-05 13:09:27 +01004068 conf = snd_hda_codec_read(codec, nid, 0,
4069 AC_VERB_GET_CONFIG_DEFAULT, 0);
4070 if (get_defcfg_connect(conf) != AC_JACK_PORT_FIXED) {
4071 enable_pin_detect(codec, nid,
4072 STAC_INSERT_EVENT);
4073 stac_issue_unsol_event(codec, nid,
4074 STAC_INSERT_EVENT);
4075 }
Takashi Iwaic960a032006-03-23 17:06:28 +01004076 }
Takashi Iwai82bc9552006-03-21 11:24:42 +01004077 }
Matthew Ranostaya64135a2008-01-10 16:55:06 +01004078 for (i = 0; i < spec->num_dmics; i++)
4079 stac92xx_auto_set_pinctl(codec, spec->dmic_nids[i],
4080 AC_PINCTL_IN_EN);
Takashi Iwai0852d7a2009-02-11 11:35:15 +01004081 if (cfg->dig_out_pins[0])
4082 stac92xx_auto_set_pinctl(codec, cfg->dig_out_pins[0],
Takashi Iwai82bc9552006-03-21 11:24:42 +01004083 AC_PINCTL_OUT_EN);
4084 if (cfg->dig_in_pin)
4085 stac92xx_auto_set_pinctl(codec, cfg->dig_in_pin,
4086 AC_PINCTL_IN_EN);
Takashi Iwaif73d3582008-11-25 08:21:51 +01004087 for (i = 0; i < spec->num_pwrs; i++) {
4088 hda_nid_t nid = spec->pwr_nids[i];
4089 int pinctl, def_conf;
Takashi Iwai82bc9552006-03-21 11:24:42 +01004090
Takashi Iwaieb632122008-12-19 16:39:48 +01004091 /* power on when no jack detection is available */
4092 if (!spec->hp_detect) {
4093 stac_toggle_power_map(codec, nid, 1);
4094 continue;
4095 }
4096
4097 if (is_nid_hp_pin(cfg, nid))
Takashi Iwaif73d3582008-11-25 08:21:51 +01004098 continue; /* already has an unsol event */
Sam Revitch62fe78e2006-05-10 15:09:17 +02004099
Takashi Iwaif73d3582008-11-25 08:21:51 +01004100 pinctl = snd_hda_codec_read(codec, nid, 0,
4101 AC_VERB_GET_PIN_WIDGET_CONTROL, 0);
4102 /* outputs are only ports capable of power management
4103 * any attempts on powering down a input port cause the
4104 * referenced VREF to act quirky.
4105 */
Takashi Iwaieb632122008-12-19 16:39:48 +01004106 if (pinctl & AC_PINCTL_IN_EN) {
4107 stac_toggle_power_map(codec, nid, 1);
Takashi Iwaif73d3582008-11-25 08:21:51 +01004108 continue;
Takashi Iwaieb632122008-12-19 16:39:48 +01004109 }
Takashi Iwaif73d3582008-11-25 08:21:51 +01004110 def_conf = snd_hda_codec_read(codec, nid, 0,
4111 AC_VERB_GET_CONFIG_DEFAULT, 0);
4112 def_conf = get_defcfg_connect(def_conf);
4113 /* skip any ports that don't have jacks since presence
4114 * detection is useless */
4115 if (def_conf != AC_JACK_PORT_COMPLEX) {
4116 if (def_conf != AC_JACK_PORT_NONE)
4117 stac_toggle_power_map(codec, nid, 1);
4118 continue;
4119 }
Takashi Iwai12dde4c2008-12-05 13:09:27 +01004120 if (!stac_get_event(codec, nid, STAC_INSERT_EVENT)) {
4121 enable_pin_detect(codec, nid, STAC_PWR_EVENT);
4122 stac_issue_unsol_event(codec, nid, STAC_PWR_EVENT);
4123 }
Takashi Iwaif73d3582008-11-25 08:21:51 +01004124 }
4125 if (spec->dac_list)
4126 stac92xx_power_down(codec);
Mattc7d4b2f2005-06-27 14:59:41 +02004127 return 0;
4128}
4129
Matthew Ranostay74aeaab2008-10-25 01:06:04 -04004130static void stac92xx_free_jacks(struct hda_codec *codec)
4131{
Takashi Iwaie4973e12008-11-18 09:32:42 +01004132#ifdef CONFIG_SND_JACK
Takashi Iwaib94d3532008-11-21 09:08:06 +01004133 /* free jack instances manually when clearing/reconfiguring */
Matthew Ranostay74aeaab2008-10-25 01:06:04 -04004134 struct sigmatel_spec *spec = codec->spec;
Takashi Iwaib94d3532008-11-21 09:08:06 +01004135 if (!codec->bus->shutdown && spec->jacks.list) {
Matthew Ranostay74aeaab2008-10-25 01:06:04 -04004136 struct sigmatel_jack *jacks = spec->jacks.list;
4137 int i;
4138 for (i = 0; i < spec->jacks.used; i++)
4139 snd_device_free(codec->bus->card, &jacks[i].jack);
4140 }
4141 snd_array_free(&spec->jacks);
Takashi Iwaie4973e12008-11-18 09:32:42 +01004142#endif
Matthew Ranostay74aeaab2008-10-25 01:06:04 -04004143}
4144
Takashi Iwai603c4012008-07-30 15:01:44 +02004145static void stac92xx_free_kctls(struct hda_codec *codec)
4146{
4147 struct sigmatel_spec *spec = codec->spec;
4148
4149 if (spec->kctls.list) {
4150 struct snd_kcontrol_new *kctl = spec->kctls.list;
4151 int i;
4152 for (i = 0; i < spec->kctls.used; i++)
4153 kfree(kctl[i].name);
4154 }
4155 snd_array_free(&spec->kctls);
4156}
4157
Matt2f2f4252005-04-13 14:45:30 +02004158static void stac92xx_free(struct hda_codec *codec)
4159{
Mattc7d4b2f2005-06-27 14:59:41 +02004160 struct sigmatel_spec *spec = codec->spec;
Mattc7d4b2f2005-06-27 14:59:41 +02004161
4162 if (! spec)
4163 return;
4164
Takashi Iwaiaf9f3412008-11-18 10:38:56 +01004165 kfree(spec->pin_configs);
Matthew Ranostay74aeaab2008-10-25 01:06:04 -04004166 stac92xx_free_jacks(codec);
4167 snd_array_free(&spec->events);
Richard Fish11b44bb2006-08-23 18:31:34 +02004168
Mattc7d4b2f2005-06-27 14:59:41 +02004169 kfree(spec);
Matthew Ranostay1cd22242008-07-18 18:20:52 +02004170 snd_hda_detach_beep_device(codec);
Matt2f2f4252005-04-13 14:45:30 +02004171}
4172
Matt4e550962005-07-04 17:51:39 +02004173static void stac92xx_set_pinctl(struct hda_codec *codec, hda_nid_t nid,
4174 unsigned int flag)
4175{
Takashi Iwai8ce841982009-01-22 16:59:20 +01004176 unsigned int old_ctl, pin_ctl;
4177
4178 pin_ctl = snd_hda_codec_read(codec, nid,
Matt4e550962005-07-04 17:51:39 +02004179 0, AC_VERB_GET_PIN_WIDGET_CONTROL, 0x00);
Steve Longerbeam7b043892007-05-03 20:50:03 +02004180
Takashi Iwaif9acba42007-05-29 18:01:06 +02004181 if (pin_ctl & AC_PINCTL_IN_EN) {
4182 /*
4183 * we need to check the current set-up direction of
4184 * shared input pins since they can be switched via
4185 * "xxx as Output" mixer switch
4186 */
4187 struct sigmatel_spec *spec = codec->spec;
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01004188 if (nid == spec->line_switch || nid == spec->mic_switch)
Takashi Iwaif9acba42007-05-29 18:01:06 +02004189 return;
4190 }
4191
Takashi Iwai8ce841982009-01-22 16:59:20 +01004192 old_ctl = pin_ctl;
Steve Longerbeam7b043892007-05-03 20:50:03 +02004193 /* if setting pin direction bits, clear the current
4194 direction bits first */
4195 if (flag & (AC_PINCTL_IN_EN | AC_PINCTL_OUT_EN))
4196 pin_ctl &= ~(AC_PINCTL_IN_EN | AC_PINCTL_OUT_EN);
4197
Takashi Iwai8ce841982009-01-22 16:59:20 +01004198 pin_ctl |= flag;
4199 if (old_ctl != pin_ctl)
4200 snd_hda_codec_write_cache(codec, nid, 0,
4201 AC_VERB_SET_PIN_WIDGET_CONTROL,
4202 pin_ctl);
Matt4e550962005-07-04 17:51:39 +02004203}
4204
4205static void stac92xx_reset_pinctl(struct hda_codec *codec, hda_nid_t nid,
4206 unsigned int flag)
4207{
4208 unsigned int pin_ctl = snd_hda_codec_read(codec, nid,
4209 0, AC_VERB_GET_PIN_WIDGET_CONTROL, 0x00);
Takashi Iwai8ce841982009-01-22 16:59:20 +01004210 if (pin_ctl & flag)
4211 snd_hda_codec_write_cache(codec, nid, 0,
4212 AC_VERB_SET_PIN_WIDGET_CONTROL,
4213 pin_ctl & ~flag);
Matt4e550962005-07-04 17:51:39 +02004214}
4215
Takashi Iwaie6e3ea22008-12-05 12:54:56 +01004216static int get_pin_presence(struct hda_codec *codec, hda_nid_t nid)
Takashi Iwai314634b2006-09-21 11:56:18 +02004217{
4218 if (!nid)
4219 return 0;
4220 if (snd_hda_codec_read(codec, nid, 0, AC_VERB_GET_PIN_SENSE, 0x00)
Takashi Iwaie6e3ea22008-12-05 12:54:56 +01004221 & (1 << 31))
4222 return 1;
Takashi Iwai314634b2006-09-21 11:56:18 +02004223 return 0;
4224}
4225
Takashi Iwaid7a89432008-11-12 09:48:04 +01004226/* return non-zero if the hp-pin of the given array index isn't
4227 * a jack-detection target
4228 */
4229static int no_hp_sensing(struct sigmatel_spec *spec, int i)
4230{
4231 struct auto_pin_cfg *cfg = &spec->autocfg;
4232
4233 /* ignore sensing of shared line and mic jacks */
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01004234 if (cfg->hp_pins[i] == spec->line_switch)
Takashi Iwaid7a89432008-11-12 09:48:04 +01004235 return 1;
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01004236 if (cfg->hp_pins[i] == spec->mic_switch)
Takashi Iwaid7a89432008-11-12 09:48:04 +01004237 return 1;
4238 /* ignore if the pin is set as line-out */
4239 if (cfg->hp_pins[i] == spec->hp_switch)
4240 return 1;
4241 return 0;
4242}
4243
Takashi Iwaic6e4c662008-11-25 11:58:19 +01004244static void stac92xx_hp_detect(struct hda_codec *codec)
Matt4e550962005-07-04 17:51:39 +02004245{
4246 struct sigmatel_spec *spec = codec->spec;
4247 struct auto_pin_cfg *cfg = &spec->autocfg;
4248 int i, presence;
4249
Takashi Iwaieb06ed82006-09-20 17:10:27 +02004250 presence = 0;
Matthew Ranostay4fe51952008-01-29 15:28:44 +01004251 if (spec->gpio_mute)
4252 presence = !(snd_hda_codec_read(codec, codec->afg, 0,
4253 AC_VERB_GET_GPIO_DATA, 0) & spec->gpio_mute);
4254
Takashi Iwaieb06ed82006-09-20 17:10:27 +02004255 for (i = 0; i < cfg->hp_outs; i++) {
Takashi Iwai314634b2006-09-21 11:56:18 +02004256 if (presence)
4257 break;
Takashi Iwaid7a89432008-11-12 09:48:04 +01004258 if (no_hp_sensing(spec, i))
4259 continue;
Takashi Iwaie6e3ea22008-12-05 12:54:56 +01004260 presence = get_pin_presence(codec, cfg->hp_pins[i]);
4261 if (presence) {
4262 unsigned int pinctl;
4263 pinctl = snd_hda_codec_read(codec, cfg->hp_pins[i], 0,
4264 AC_VERB_GET_PIN_WIDGET_CONTROL, 0);
4265 if (pinctl & AC_PINCTL_IN_EN)
4266 presence = 0; /* mic- or line-input */
4267 }
Takashi Iwaieb06ed82006-09-20 17:10:27 +02004268 }
Matt4e550962005-07-04 17:51:39 +02004269
4270 if (presence) {
Takashi Iwaid7a89432008-11-12 09:48:04 +01004271 /* disable lineouts */
Matthew Ranostay7c2ba972008-04-16 13:13:59 +02004272 if (spec->hp_switch)
Takashi Iwaid7a89432008-11-12 09:48:04 +01004273 stac92xx_reset_pinctl(codec, spec->hp_switch,
4274 AC_PINCTL_OUT_EN);
Matt4e550962005-07-04 17:51:39 +02004275 for (i = 0; i < cfg->line_outs; i++)
4276 stac92xx_reset_pinctl(codec, cfg->line_out_pins[i],
4277 AC_PINCTL_OUT_EN);
Takashi Iwaieb06ed82006-09-20 17:10:27 +02004278 for (i = 0; i < cfg->speaker_outs; i++)
4279 stac92xx_reset_pinctl(codec, cfg->speaker_pins[i],
4280 AC_PINCTL_OUT_EN);
Matthew Ranostayc0cea0d2008-11-16 11:42:34 -05004281 if (spec->eapd_mask && spec->eapd_switch)
Matthew Ranostay0fc9dec2008-04-14 13:32:54 +02004282 stac_gpio_set(codec, spec->gpio_mask,
4283 spec->gpio_dir, spec->gpio_data &
4284 ~spec->eapd_mask);
Matt4e550962005-07-04 17:51:39 +02004285 } else {
Takashi Iwaid7a89432008-11-12 09:48:04 +01004286 /* enable lineouts */
Matthew Ranostay7c2ba972008-04-16 13:13:59 +02004287 if (spec->hp_switch)
Takashi Iwaid7a89432008-11-12 09:48:04 +01004288 stac92xx_set_pinctl(codec, spec->hp_switch,
4289 AC_PINCTL_OUT_EN);
Matt4e550962005-07-04 17:51:39 +02004290 for (i = 0; i < cfg->line_outs; i++)
4291 stac92xx_set_pinctl(codec, cfg->line_out_pins[i],
4292 AC_PINCTL_OUT_EN);
Takashi Iwaieb06ed82006-09-20 17:10:27 +02004293 for (i = 0; i < cfg->speaker_outs; i++)
4294 stac92xx_set_pinctl(codec, cfg->speaker_pins[i],
4295 AC_PINCTL_OUT_EN);
Matthew Ranostayc0cea0d2008-11-16 11:42:34 -05004296 if (spec->eapd_mask && spec->eapd_switch)
Matthew Ranostay0fc9dec2008-04-14 13:32:54 +02004297 stac_gpio_set(codec, spec->gpio_mask,
4298 spec->gpio_dir, spec->gpio_data |
4299 spec->eapd_mask);
Matt4e550962005-07-04 17:51:39 +02004300 }
Takashi Iwaid7a89432008-11-12 09:48:04 +01004301 /* toggle hp outs */
4302 for (i = 0; i < cfg->hp_outs; i++) {
4303 unsigned int val = AC_PINCTL_OUT_EN | AC_PINCTL_HP_EN;
4304 if (no_hp_sensing(spec, i))
4305 continue;
4306 if (presence)
4307 stac92xx_set_pinctl(codec, cfg->hp_pins[i], val);
Takashi Iwai8317e0b2009-01-14 07:56:51 +01004308#if 0 /* FIXME */
4309/* Resetting the pinctl like below may lead to (a sort of) regressions
4310 * on some devices since they use the HP pin actually for line/speaker
4311 * outs although the default pin config shows a different pin (that is
4312 * wrong and useless).
4313 *
4314 * So, it's basically a problem of default pin configs, likely a BIOS issue.
4315 * But, disabling the code below just works around it, and I'm too tired of
4316 * bug reports with such devices...
4317 */
Takashi Iwaid7a89432008-11-12 09:48:04 +01004318 else
4319 stac92xx_reset_pinctl(codec, cfg->hp_pins[i], val);
Takashi Iwai8317e0b2009-01-14 07:56:51 +01004320#endif /* FIXME */
Takashi Iwaid7a89432008-11-12 09:48:04 +01004321 }
Matt4e550962005-07-04 17:51:39 +02004322}
4323
Takashi Iwaif73d3582008-11-25 08:21:51 +01004324static void stac_toggle_power_map(struct hda_codec *codec, hda_nid_t nid,
4325 int enable)
Matthew Ranostaya64135a2008-01-10 16:55:06 +01004326{
4327 struct sigmatel_spec *spec = codec->spec;
Takashi Iwaif73d3582008-11-25 08:21:51 +01004328 unsigned int idx, val;
4329
4330 for (idx = 0; idx < spec->num_pwrs; idx++) {
4331 if (spec->pwr_nids[idx] == nid)
4332 break;
4333 }
4334 if (idx >= spec->num_pwrs)
4335 return;
Matthew Ranostayd0513fc2008-07-27 10:30:30 +02004336
4337 /* several codecs have two power down bits */
4338 if (spec->pwr_mapping)
4339 idx = spec->pwr_mapping[idx];
4340 else
4341 idx = 1 << idx;
Matthew Ranostaya64135a2008-01-10 16:55:06 +01004342
Takashi Iwaif73d3582008-11-25 08:21:51 +01004343 val = snd_hda_codec_read(codec, codec->afg, 0, 0x0fec, 0x0) & 0xff;
4344 if (enable)
Matthew Ranostaya64135a2008-01-10 16:55:06 +01004345 val &= ~idx;
4346 else
4347 val |= idx;
4348
4349 /* power down unused output ports */
4350 snd_hda_codec_write(codec, codec->afg, 0, 0x7ec, val);
Matthew Ranostay74aeaab2008-10-25 01:06:04 -04004351}
4352
Takashi Iwaif73d3582008-11-25 08:21:51 +01004353static void stac92xx_pin_sense(struct hda_codec *codec, hda_nid_t nid)
4354{
Takashi Iwaie6e3ea22008-12-05 12:54:56 +01004355 stac_toggle_power_map(codec, nid, get_pin_presence(codec, nid));
Takashi Iwaif73d3582008-11-25 08:21:51 +01004356}
Matthew Ranostaya64135a2008-01-10 16:55:06 +01004357
Matthew Ranostay74aeaab2008-10-25 01:06:04 -04004358static void stac92xx_report_jack(struct hda_codec *codec, hda_nid_t nid)
4359{
4360 struct sigmatel_spec *spec = codec->spec;
4361 struct sigmatel_jack *jacks = spec->jacks.list;
4362
4363 if (jacks) {
4364 int i;
4365 for (i = 0; i < spec->jacks.used; i++) {
4366 if (jacks->nid == nid) {
4367 unsigned int pin_ctl =
4368 snd_hda_codec_read(codec, nid,
4369 0, AC_VERB_GET_PIN_WIDGET_CONTROL,
4370 0x00);
4371 int type = jacks->type;
4372 if (type == (SND_JACK_LINEOUT
4373 | SND_JACK_HEADPHONE))
4374 type = (pin_ctl & AC_PINCTL_HP_EN)
4375 ? SND_JACK_HEADPHONE : SND_JACK_LINEOUT;
4376 snd_jack_report(jacks->jack,
Takashi Iwaie6e3ea22008-12-05 12:54:56 +01004377 get_pin_presence(codec, nid)
Matthew Ranostay74aeaab2008-10-25 01:06:04 -04004378 ? type : 0);
4379 }
4380 jacks++;
4381 }
4382 }
4383}
Matt2f2f4252005-04-13 14:45:30 +02004384
Takashi Iwaic6e4c662008-11-25 11:58:19 +01004385static void stac_issue_unsol_event(struct hda_codec *codec, hda_nid_t nid,
4386 unsigned char type)
4387{
4388 struct sigmatel_event *event = stac_get_event(codec, nid, type);
4389 if (!event)
4390 return;
4391 codec->patch_ops.unsol_event(codec, (unsigned)event->tag << 26);
4392}
4393
Takashi Iwai314634b2006-09-21 11:56:18 +02004394static void stac92xx_unsol_event(struct hda_codec *codec, unsigned int res)
4395{
Matthew Ranostaya64135a2008-01-10 16:55:06 +01004396 struct sigmatel_spec *spec = codec->spec;
Takashi Iwaic6e4c662008-11-25 11:58:19 +01004397 struct sigmatel_event *event;
4398 int tag, data;
Matthew Ranostaya64135a2008-01-10 16:55:06 +01004399
Takashi Iwaic6e4c662008-11-25 11:58:19 +01004400 tag = (res >> 26) & 0x7f;
4401 event = stac_get_event_from_tag(codec, tag);
4402 if (!event)
4403 return;
4404
4405 switch (event->type) {
Takashi Iwai314634b2006-09-21 11:56:18 +02004406 case STAC_HP_EVENT:
Takashi Iwaic6e4c662008-11-25 11:58:19 +01004407 stac92xx_hp_detect(codec);
Matthew Ranostaya64135a2008-01-10 16:55:06 +01004408 /* fallthru */
Matthew Ranostay74aeaab2008-10-25 01:06:04 -04004409 case STAC_INSERT_EVENT:
Matthew Ranostaya64135a2008-01-10 16:55:06 +01004410 case STAC_PWR_EVENT:
Takashi Iwaic6e4c662008-11-25 11:58:19 +01004411 if (spec->num_pwrs > 0)
4412 stac92xx_pin_sense(codec, event->nid);
4413 stac92xx_report_jack(codec, event->nid);
Matthew Ranostay72474be2008-10-09 09:32:17 -04004414 break;
Takashi Iwaic6e4c662008-11-25 11:58:19 +01004415 case STAC_VREF_EVENT:
4416 data = snd_hda_codec_read(codec, codec->afg, 0,
4417 AC_VERB_GET_GPIO_DATA, 0);
Matthew Ranostay72474be2008-10-09 09:32:17 -04004418 /* toggle VREF state based on GPIOx status */
4419 snd_hda_codec_write(codec, codec->afg, 0, 0x7e0,
Takashi Iwaic6e4c662008-11-25 11:58:19 +01004420 !!(data & (1 << event->data)));
Matthew Ranostay72474be2008-10-09 09:32:17 -04004421 break;
Takashi Iwai314634b2006-09-21 11:56:18 +02004422 }
4423}
4424
Takashi Iwai2d34e1b2008-11-28 14:35:16 +01004425#ifdef CONFIG_PROC_FS
4426static void stac92hd_proc_hook(struct snd_info_buffer *buffer,
4427 struct hda_codec *codec, hda_nid_t nid)
4428{
4429 if (nid == codec->afg)
4430 snd_iprintf(buffer, "Power-Map: 0x%02x\n",
4431 snd_hda_codec_read(codec, nid, 0, 0x0fec, 0x0));
4432}
4433
4434static void analog_loop_proc_hook(struct snd_info_buffer *buffer,
4435 struct hda_codec *codec,
4436 unsigned int verb)
4437{
4438 snd_iprintf(buffer, "Analog Loopback: 0x%02x\n",
4439 snd_hda_codec_read(codec, codec->afg, 0, verb, 0));
4440}
4441
4442/* stac92hd71bxx, stac92hd73xx */
4443static void stac92hd7x_proc_hook(struct snd_info_buffer *buffer,
4444 struct hda_codec *codec, hda_nid_t nid)
4445{
4446 stac92hd_proc_hook(buffer, codec, nid);
4447 if (nid == codec->afg)
4448 analog_loop_proc_hook(buffer, codec, 0xfa0);
4449}
4450
4451static void stac9205_proc_hook(struct snd_info_buffer *buffer,
4452 struct hda_codec *codec, hda_nid_t nid)
4453{
4454 if (nid == codec->afg)
4455 analog_loop_proc_hook(buffer, codec, 0xfe0);
4456}
4457
4458static void stac927x_proc_hook(struct snd_info_buffer *buffer,
4459 struct hda_codec *codec, hda_nid_t nid)
4460{
4461 if (nid == codec->afg)
4462 analog_loop_proc_hook(buffer, codec, 0xfeb);
4463}
4464#else
4465#define stac92hd_proc_hook NULL
4466#define stac92hd7x_proc_hook NULL
4467#define stac9205_proc_hook NULL
4468#define stac927x_proc_hook NULL
4469#endif
4470
Takashi Iwaicb53c622007-08-10 17:21:45 +02004471#ifdef SND_HDA_NEEDS_RESUME
Mattff6fdc32005-06-27 15:06:52 +02004472static int stac92xx_resume(struct hda_codec *codec)
4473{
Takashi Iwaidc81bed2007-09-03 09:36:36 +02004474 struct sigmatel_spec *spec = codec->spec;
4475
Richard Fish11b44bb2006-08-23 18:31:34 +02004476 stac92xx_set_config_regs(codec);
Takashi Iwai2c885872008-11-18 09:36:55 +01004477 stac92xx_init(codec);
Takashi Iwai82beb8f2007-08-10 17:09:26 +02004478 snd_hda_codec_resume_amp(codec);
4479 snd_hda_codec_resume_cache(codec);
Takashi Iwai2c885872008-11-18 09:36:55 +01004480 /* fake event to set up pins again to override cached values */
Takashi Iwaidc81bed2007-09-03 09:36:36 +02004481 if (spec->hp_detect)
Takashi Iwaic6e4c662008-11-25 11:58:19 +01004482 stac_issue_unsol_event(codec, spec->autocfg.hp_pins[0],
4483 STAC_HP_EVENT);
Mattff6fdc32005-06-27 15:06:52 +02004484 return 0;
4485}
Matthew Ranostayc6798d22008-11-18 20:54:17 -05004486
4487static int stac92xx_suspend(struct hda_codec *codec, pm_message_t state)
4488{
4489 struct sigmatel_spec *spec = codec->spec;
4490 if (spec->eapd_mask)
4491 stac_gpio_set(codec, spec->gpio_mask,
4492 spec->gpio_dir, spec->gpio_data &
4493 ~spec->eapd_mask);
4494 return 0;
4495}
Mattff6fdc32005-06-27 15:06:52 +02004496#endif
4497
Matt2f2f4252005-04-13 14:45:30 +02004498static struct hda_codec_ops stac92xx_patch_ops = {
4499 .build_controls = stac92xx_build_controls,
4500 .build_pcms = stac92xx_build_pcms,
4501 .init = stac92xx_init,
4502 .free = stac92xx_free,
Matt4e550962005-07-04 17:51:39 +02004503 .unsol_event = stac92xx_unsol_event,
Takashi Iwaicb53c622007-08-10 17:21:45 +02004504#ifdef SND_HDA_NEEDS_RESUME
Matthew Ranostayc6798d22008-11-18 20:54:17 -05004505 .suspend = stac92xx_suspend,
Mattff6fdc32005-06-27 15:06:52 +02004506 .resume = stac92xx_resume,
4507#endif
Matt2f2f4252005-04-13 14:45:30 +02004508};
4509
4510static int patch_stac9200(struct hda_codec *codec)
4511{
4512 struct sigmatel_spec *spec;
Mattc7d4b2f2005-06-27 14:59:41 +02004513 int err;
Matt2f2f4252005-04-13 14:45:30 +02004514
Takashi Iwaie560d8d2005-09-09 14:21:46 +02004515 spec = kzalloc(sizeof(*spec), GFP_KERNEL);
Matt2f2f4252005-04-13 14:45:30 +02004516 if (spec == NULL)
4517 return -ENOMEM;
4518
4519 codec->spec = spec;
Takashi Iwaia4eed132007-07-06 18:17:04 +02004520 spec->num_pins = ARRAY_SIZE(stac9200_pin_nids);
Richard Fish11b44bb2006-08-23 18:31:34 +02004521 spec->pin_nids = stac9200_pin_nids;
Takashi Iwaif5fcc132006-11-24 17:07:44 +01004522 spec->board_config = snd_hda_check_board_config(codec, STAC_9200_MODELS,
4523 stac9200_models,
4524 stac9200_cfg_tbl);
Richard Fish11b44bb2006-08-23 18:31:34 +02004525 if (spec->board_config < 0) {
4526 snd_printdd(KERN_INFO "hda_codec: Unknown model for STAC9200, using BIOS defaults\n");
4527 err = stac92xx_save_bios_config_regs(codec);
Takashi Iwaiaf9f3412008-11-18 10:38:56 +01004528 } else
4529 err = stac_save_pin_cfgs(codec,
4530 stac9200_brd_tbl[spec->board_config]);
4531 if (err < 0) {
4532 stac92xx_free(codec);
4533 return err;
Matt Porter403d1942005-11-29 15:00:51 +01004534 }
Matt2f2f4252005-04-13 14:45:30 +02004535
4536 spec->multiout.max_channels = 2;
4537 spec->multiout.num_dacs = 1;
4538 spec->multiout.dac_nids = stac9200_dac_nids;
4539 spec->adc_nids = stac9200_adc_nids;
4540 spec->mux_nids = stac9200_mux_nids;
Mattdabbed62005-06-14 10:19:34 +02004541 spec->num_muxes = 1;
Matt Porter8b657272006-10-26 17:12:59 +02004542 spec->num_dmics = 0;
Maxim Levitsky9e05b7a2007-09-03 15:31:02 +02004543 spec->num_adcs = 1;
Matthew Ranostaya64135a2008-01-10 16:55:06 +01004544 spec->num_pwrs = 0;
Mattc7d4b2f2005-06-27 14:59:41 +02004545
Mauro Carvalho Chehab58eec422008-08-11 10:18:39 +02004546 if (spec->board_config == STAC_9200_M4 ||
4547 spec->board_config == STAC_9200_M4_2 ||
Tobin Davisbf277782008-02-03 20:31:47 +01004548 spec->board_config == STAC_9200_OQO)
Takashi Iwai1194b5b2007-10-10 10:04:26 +02004549 spec->init = stac9200_eapd_init;
4550 else
4551 spec->init = stac9200_core_init;
Matt2f2f4252005-04-13 14:45:30 +02004552 spec->mixer = stac9200_mixer;
Mattc7d4b2f2005-06-27 14:59:41 +02004553
Takashi Iwai117f2572008-03-18 09:53:23 +01004554 if (spec->board_config == STAC_9200_PANASONIC) {
4555 spec->gpio_mask = spec->gpio_dir = 0x09;
4556 spec->gpio_data = 0x00;
4557 }
4558
Mattc7d4b2f2005-06-27 14:59:41 +02004559 err = stac9200_parse_auto_config(codec);
4560 if (err < 0) {
4561 stac92xx_free(codec);
4562 return err;
4563 }
Matt2f2f4252005-04-13 14:45:30 +02004564
Takashi Iwai2acc9dc2009-01-09 16:57:14 +01004565 /* CF-74 has no headphone detection, and the driver should *NOT*
4566 * do detection and HP/speaker toggle because the hardware does it.
4567 */
4568 if (spec->board_config == STAC_9200_PANASONIC)
4569 spec->hp_detect = 0;
4570
Matt2f2f4252005-04-13 14:45:30 +02004571 codec->patch_ops = stac92xx_patch_ops;
4572
4573 return 0;
4574}
4575
Tobin Davis8e21c342007-01-08 11:04:17 +01004576static int patch_stac925x(struct hda_codec *codec)
4577{
4578 struct sigmatel_spec *spec;
4579 int err;
4580
4581 spec = kzalloc(sizeof(*spec), GFP_KERNEL);
4582 if (spec == NULL)
4583 return -ENOMEM;
4584
4585 codec->spec = spec;
Takashi Iwaia4eed132007-07-06 18:17:04 +02004586 spec->num_pins = ARRAY_SIZE(stac925x_pin_nids);
Tobin Davis8e21c342007-01-08 11:04:17 +01004587 spec->pin_nids = stac925x_pin_nids;
Mauro Carvalho Chehab9cb36c22008-08-11 10:18:39 +02004588
4589 /* Check first for codec ID */
4590 spec->board_config = snd_hda_check_board_codec_sid_config(codec,
4591 STAC_925x_MODELS,
4592 stac925x_models,
4593 stac925x_codec_id_cfg_tbl);
4594
4595 /* Now checks for PCI ID, if codec ID is not found */
4596 if (spec->board_config < 0)
4597 spec->board_config = snd_hda_check_board_config(codec,
4598 STAC_925x_MODELS,
Tobin Davis8e21c342007-01-08 11:04:17 +01004599 stac925x_models,
4600 stac925x_cfg_tbl);
Takashi Iwai9e507ab2007-02-08 17:50:10 +01004601 again:
Tobin Davis8e21c342007-01-08 11:04:17 +01004602 if (spec->board_config < 0) {
Mauro Carvalho Chehab9cb36c22008-08-11 10:18:39 +02004603 snd_printdd(KERN_INFO "hda_codec: Unknown model for STAC925x,"
Tobin Davis2c11f952007-05-17 09:36:34 +02004604 "using BIOS defaults\n");
Tobin Davis8e21c342007-01-08 11:04:17 +01004605 err = stac92xx_save_bios_config_regs(codec);
Takashi Iwaiaf9f3412008-11-18 10:38:56 +01004606 } else
4607 err = stac_save_pin_cfgs(codec,
4608 stac925x_brd_tbl[spec->board_config]);
4609 if (err < 0) {
4610 stac92xx_free(codec);
4611 return err;
Tobin Davis8e21c342007-01-08 11:04:17 +01004612 }
4613
4614 spec->multiout.max_channels = 2;
4615 spec->multiout.num_dacs = 1;
4616 spec->multiout.dac_nids = stac925x_dac_nids;
4617 spec->adc_nids = stac925x_adc_nids;
4618 spec->mux_nids = stac925x_mux_nids;
4619 spec->num_muxes = 1;
Maxim Levitsky9e05b7a2007-09-03 15:31:02 +02004620 spec->num_adcs = 1;
Matthew Ranostaya64135a2008-01-10 16:55:06 +01004621 spec->num_pwrs = 0;
Tobin Davis2c11f952007-05-17 09:36:34 +02004622 switch (codec->vendor_id) {
4623 case 0x83847632: /* STAC9202 */
4624 case 0x83847633: /* STAC9202D */
4625 case 0x83847636: /* STAC9251 */
4626 case 0x83847637: /* STAC9251D */
Takashi Iwaif6e98522007-10-16 14:27:04 +02004627 spec->num_dmics = STAC925X_NUM_DMICS;
Tobin Davis2c11f952007-05-17 09:36:34 +02004628 spec->dmic_nids = stac925x_dmic_nids;
Takashi Iwai1697055e2007-12-18 18:05:52 +01004629 spec->num_dmuxes = ARRAY_SIZE(stac925x_dmux_nids);
4630 spec->dmux_nids = stac925x_dmux_nids;
Tobin Davis2c11f952007-05-17 09:36:34 +02004631 break;
4632 default:
4633 spec->num_dmics = 0;
4634 break;
4635 }
Tobin Davis8e21c342007-01-08 11:04:17 +01004636
4637 spec->init = stac925x_core_init;
4638 spec->mixer = stac925x_mixer;
4639
4640 err = stac92xx_parse_auto_config(codec, 0x8, 0x7);
Takashi Iwai9e507ab2007-02-08 17:50:10 +01004641 if (!err) {
4642 if (spec->board_config < 0) {
4643 printk(KERN_WARNING "hda_codec: No auto-config is "
4644 "available, default to model=ref\n");
4645 spec->board_config = STAC_925x_REF;
4646 goto again;
4647 }
4648 err = -EINVAL;
4649 }
Tobin Davis8e21c342007-01-08 11:04:17 +01004650 if (err < 0) {
4651 stac92xx_free(codec);
4652 return err;
4653 }
4654
4655 codec->patch_ops = stac92xx_patch_ops;
4656
4657 return 0;
4658}
4659
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01004660static struct hda_input_mux stac92hd73xx_dmux = {
4661 .num_items = 4,
4662 .items = {
4663 { "Analog Inputs", 0x0b },
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01004664 { "Digital Mic 1", 0x09 },
4665 { "Digital Mic 2", 0x0a },
Matthew Ranostay2a9c7812008-09-13 16:45:39 -04004666 { "CD", 0x08 },
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01004667 }
4668};
4669
4670static int patch_stac92hd73xx(struct hda_codec *codec)
4671{
4672 struct sigmatel_spec *spec;
4673 hda_nid_t conn[STAC92HD73_DAC_COUNT + 2];
4674 int err = 0;
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01004675 int num_dacs;
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01004676
4677 spec = kzalloc(sizeof(*spec), GFP_KERNEL);
4678 if (spec == NULL)
4679 return -ENOMEM;
4680
4681 codec->spec = spec;
Matthew Ranostaye99d32b2008-09-09 10:46:38 +02004682 codec->slave_dig_outs = stac92hd73xx_slave_dig_outs;
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01004683 spec->num_pins = ARRAY_SIZE(stac92hd73xx_pin_nids);
4684 spec->pin_nids = stac92hd73xx_pin_nids;
4685 spec->board_config = snd_hda_check_board_config(codec,
4686 STAC_92HD73XX_MODELS,
4687 stac92hd73xx_models,
4688 stac92hd73xx_cfg_tbl);
4689again:
4690 if (spec->board_config < 0) {
4691 snd_printdd(KERN_INFO "hda_codec: Unknown model for"
4692 " STAC92HD73XX, using BIOS defaults\n");
4693 err = stac92xx_save_bios_config_regs(codec);
Takashi Iwaiaf9f3412008-11-18 10:38:56 +01004694 } else
4695 err = stac_save_pin_cfgs(codec,
4696 stac92hd73xx_brd_tbl[spec->board_config]);
4697 if (err < 0) {
4698 stac92xx_free(codec);
4699 return err;
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01004700 }
4701
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01004702 num_dacs = snd_hda_get_connections(codec, 0x0a,
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01004703 conn, STAC92HD73_DAC_COUNT + 2) - 1;
4704
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01004705 if (num_dacs < 3 || num_dacs > 5) {
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01004706 printk(KERN_WARNING "hda_codec: Could not determine "
4707 "number of channels defaulting to DAC count\n");
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01004708 num_dacs = STAC92HD73_DAC_COUNT;
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01004709 }
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01004710 switch (num_dacs) {
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01004711 case 0x3: /* 6 Channel */
4712 spec->mixer = stac92hd73xx_6ch_mixer;
4713 spec->init = stac92hd73xx_6ch_core_init;
4714 break;
4715 case 0x4: /* 8 Channel */
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01004716 spec->mixer = stac92hd73xx_8ch_mixer;
4717 spec->init = stac92hd73xx_8ch_core_init;
4718 break;
4719 case 0x5: /* 10 Channel */
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01004720 spec->mixer = stac92hd73xx_10ch_mixer;
4721 spec->init = stac92hd73xx_10ch_core_init;
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01004722 }
4723 spec->multiout.dac_nids = spec->dac_nids;
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01004724
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01004725 spec->aloopback_mask = 0x01;
4726 spec->aloopback_shift = 8;
4727
Matthew Ranostay1cd22242008-07-18 18:20:52 +02004728 spec->digbeep_nid = 0x1c;
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01004729 spec->mux_nids = stac92hd73xx_mux_nids;
4730 spec->adc_nids = stac92hd73xx_adc_nids;
4731 spec->dmic_nids = stac92hd73xx_dmic_nids;
4732 spec->dmux_nids = stac92hd73xx_dmux_nids;
Matthew Ranostayd9737752008-09-07 12:03:41 +02004733 spec->smux_nids = stac92hd73xx_smux_nids;
Matthew Ranostay89385032008-09-11 09:49:39 -04004734 spec->amp_nids = stac92hd73xx_amp_nids;
Matthew Ranostay2a9c7812008-09-13 16:45:39 -04004735 spec->num_amps = ARRAY_SIZE(stac92hd73xx_amp_nids);
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01004736
4737 spec->num_muxes = ARRAY_SIZE(stac92hd73xx_mux_nids);
4738 spec->num_adcs = ARRAY_SIZE(stac92hd73xx_adc_nids);
Takashi Iwai1697055e2007-12-18 18:05:52 +01004739 spec->num_dmuxes = ARRAY_SIZE(stac92hd73xx_dmux_nids);
Matthew Ranostay2a9c7812008-09-13 16:45:39 -04004740 memcpy(&spec->private_dimux, &stac92hd73xx_dmux,
4741 sizeof(stac92hd73xx_dmux));
4742
Matthew Ranostaya7662642008-02-21 07:51:14 +01004743 switch (spec->board_config) {
Matthew Ranostay6b3ab212008-11-03 08:12:43 -05004744 case STAC_DELL_EQ:
Matthew Ranostayd654a662008-03-14 08:46:51 +01004745 spec->init = dell_eq_core_init;
Matthew Ranostay6b3ab212008-11-03 08:12:43 -05004746 /* fallthru */
Takashi Iwai661cd8f2008-11-25 15:18:29 +01004747 case STAC_DELL_M6_AMIC:
4748 case STAC_DELL_M6_DMIC:
4749 case STAC_DELL_M6_BOTH:
Matthew Ranostay2a9c7812008-09-13 16:45:39 -04004750 spec->num_smuxes = 0;
Matthew Ranostay2a9c7812008-09-13 16:45:39 -04004751 spec->mixer = &stac92hd73xx_6ch_mixer[DELL_M6_MIXER];
4752 spec->amp_nids = &stac92hd73xx_amp_nids[DELL_M6_AMP];
Matthew Ranostayc0cea0d2008-11-16 11:42:34 -05004753 spec->eapd_switch = 0;
Matthew Ranostay2a9c7812008-09-13 16:45:39 -04004754 spec->num_amps = 1;
Matthew Ranostay6b3ab212008-11-03 08:12:43 -05004755
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01004756 if (spec->board_config != STAC_DELL_EQ)
Matthew Ranostay6b3ab212008-11-03 08:12:43 -05004757 spec->init = dell_m6_core_init;
Takashi Iwai661cd8f2008-11-25 15:18:29 +01004758 switch (spec->board_config) {
4759 case STAC_DELL_M6_AMIC: /* Analog Mics */
Matthew Ranostaya7662642008-02-21 07:51:14 +01004760 stac92xx_set_config_reg(codec, 0x0b, 0x90A70170);
4761 spec->num_dmics = 0;
Matthew Ranostay2a9c7812008-09-13 16:45:39 -04004762 spec->private_dimux.num_items = 1;
Matthew Ranostaya7662642008-02-21 07:51:14 +01004763 break;
Takashi Iwai661cd8f2008-11-25 15:18:29 +01004764 case STAC_DELL_M6_DMIC: /* Digital Mics */
Matthew Ranostaya7662642008-02-21 07:51:14 +01004765 stac92xx_set_config_reg(codec, 0x13, 0x90A60160);
4766 spec->num_dmics = 1;
Matthew Ranostay2a9c7812008-09-13 16:45:39 -04004767 spec->private_dimux.num_items = 2;
Matthew Ranostaya7662642008-02-21 07:51:14 +01004768 break;
Takashi Iwai661cd8f2008-11-25 15:18:29 +01004769 case STAC_DELL_M6_BOTH: /* Both */
Matthew Ranostaya7662642008-02-21 07:51:14 +01004770 stac92xx_set_config_reg(codec, 0x0b, 0x90A70170);
4771 stac92xx_set_config_reg(codec, 0x13, 0x90A60160);
4772 spec->num_dmics = 1;
Matthew Ranostay2a9c7812008-09-13 16:45:39 -04004773 spec->private_dimux.num_items = 2;
Matthew Ranostaya7662642008-02-21 07:51:14 +01004774 break;
4775 }
4776 break;
4777 default:
4778 spec->num_dmics = STAC92HD73XX_NUM_DMICS;
Matthew Ranostay2a9c7812008-09-13 16:45:39 -04004779 spec->num_smuxes = ARRAY_SIZE(stac92hd73xx_smux_nids);
Matthew Ranostayc0cea0d2008-11-16 11:42:34 -05004780 spec->eapd_switch = 1;
Matthew Ranostaya7662642008-02-21 07:51:14 +01004781 }
Matthew Ranostayb2c4f4d2008-09-26 10:06:40 -04004782 if (spec->board_config > STAC_92HD73XX_REF) {
4783 /* GPIO0 High = Enable EAPD */
4784 spec->eapd_mask = spec->gpio_mask = spec->gpio_dir = 0x1;
4785 spec->gpio_data = 0x01;
4786 }
Matthew Ranostay2a9c7812008-09-13 16:45:39 -04004787 spec->dinput_mux = &spec->private_dimux;
Matthew Ranostaya7662642008-02-21 07:51:14 +01004788
Matthew Ranostaya64135a2008-01-10 16:55:06 +01004789 spec->num_pwrs = ARRAY_SIZE(stac92hd73xx_pwr_nids);
4790 spec->pwr_nids = stac92hd73xx_pwr_nids;
4791
Matthew Ranostayd9737752008-09-07 12:03:41 +02004792 err = stac92xx_parse_auto_config(codec, 0x25, 0x27);
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01004793
4794 if (!err) {
4795 if (spec->board_config < 0) {
4796 printk(KERN_WARNING "hda_codec: No auto-config is "
4797 "available, default to model=ref\n");
4798 spec->board_config = STAC_92HD73XX_REF;
4799 goto again;
4800 }
4801 err = -EINVAL;
4802 }
4803
4804 if (err < 0) {
4805 stac92xx_free(codec);
4806 return err;
4807 }
4808
Takashi Iwai9e43f0d2008-12-17 14:51:01 +01004809 if (spec->board_config == STAC_92HD73XX_NO_JD)
4810 spec->hp_detect = 0;
4811
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01004812 codec->patch_ops = stac92xx_patch_ops;
4813
Takashi Iwai2d34e1b2008-11-28 14:35:16 +01004814 codec->proc_widget_hook = stac92hd7x_proc_hook;
4815
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01004816 return 0;
4817}
4818
Matthew Ranostayd0513fc2008-07-27 10:30:30 +02004819static struct hda_input_mux stac92hd83xxx_dmux = {
4820 .num_items = 3,
4821 .items = {
4822 { "Analog Inputs", 0x03 },
4823 { "Digital Mic 1", 0x04 },
4824 { "Digital Mic 2", 0x05 },
4825 }
4826};
4827
4828static int patch_stac92hd83xxx(struct hda_codec *codec)
4829{
4830 struct sigmatel_spec *spec;
Matthew Ranostay65557f32009-01-20 16:50:25 -05004831 hda_nid_t conn[STAC92HD83_DAC_COUNT + 1];
Matthew Ranostayd0513fc2008-07-27 10:30:30 +02004832 int err;
Matthew Ranostay65557f32009-01-20 16:50:25 -05004833 int num_dacs;
Matthew Ranostay8bb0ac52009-02-12 16:50:01 -05004834 hda_nid_t nid;
Matthew Ranostayd0513fc2008-07-27 10:30:30 +02004835
4836 spec = kzalloc(sizeof(*spec), GFP_KERNEL);
4837 if (spec == NULL)
4838 return -ENOMEM;
4839
4840 codec->spec = spec;
Matthew Ranostay0ffa9802008-09-08 11:20:05 -04004841 codec->slave_dig_outs = stac92hd83xxx_slave_dig_outs;
Matthew Ranostayd0513fc2008-07-27 10:30:30 +02004842 spec->mono_nid = 0x19;
4843 spec->digbeep_nid = 0x21;
4844 spec->dmic_nids = stac92hd83xxx_dmic_nids;
4845 spec->dmux_nids = stac92hd83xxx_dmux_nids;
4846 spec->adc_nids = stac92hd83xxx_adc_nids;
4847 spec->pwr_nids = stac92hd83xxx_pwr_nids;
Matthew Ranostayc15c5062009-01-13 13:30:07 -05004848 spec->amp_nids = stac92hd83xxx_amp_nids;
Matthew Ranostayd0513fc2008-07-27 10:30:30 +02004849 spec->pwr_mapping = stac92hd83xxx_pwr_mapping;
4850 spec->num_pwrs = ARRAY_SIZE(stac92hd83xxx_pwr_nids);
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01004851 spec->multiout.dac_nids = spec->dac_nids;
Matthew Ranostayd0513fc2008-07-27 10:30:30 +02004852
4853 spec->init = stac92hd83xxx_core_init;
Matthew Ranostayd0513fc2008-07-27 10:30:30 +02004854 spec->mixer = stac92hd83xxx_mixer;
4855 spec->num_pins = ARRAY_SIZE(stac92hd83xxx_pin_nids);
4856 spec->num_dmuxes = ARRAY_SIZE(stac92hd83xxx_dmux_nids);
4857 spec->num_adcs = ARRAY_SIZE(stac92hd83xxx_adc_nids);
Matthew Ranostayc15c5062009-01-13 13:30:07 -05004858 spec->num_amps = ARRAY_SIZE(stac92hd83xxx_amp_nids);
Matthew Ranostayd0513fc2008-07-27 10:30:30 +02004859 spec->num_dmics = STAC92HD83XXX_NUM_DMICS;
4860 spec->dinput_mux = &stac92hd83xxx_dmux;
4861 spec->pin_nids = stac92hd83xxx_pin_nids;
4862 spec->board_config = snd_hda_check_board_config(codec,
4863 STAC_92HD83XXX_MODELS,
4864 stac92hd83xxx_models,
4865 stac92hd83xxx_cfg_tbl);
4866again:
4867 if (spec->board_config < 0) {
4868 snd_printdd(KERN_INFO "hda_codec: Unknown model for"
4869 " STAC92HD83XXX, using BIOS defaults\n");
4870 err = stac92xx_save_bios_config_regs(codec);
Takashi Iwaiaf9f3412008-11-18 10:38:56 +01004871 } else
4872 err = stac_save_pin_cfgs(codec,
4873 stac92hd83xxx_brd_tbl[spec->board_config]);
4874 if (err < 0) {
4875 stac92xx_free(codec);
4876 return err;
Matthew Ranostayd0513fc2008-07-27 10:30:30 +02004877 }
4878
Matthew Ranostay32ed3f42009-01-22 20:53:29 -05004879 switch (codec->vendor_id) {
4880 case 0x111d7604:
4881 case 0x111d7605:
4882 if (spec->board_config == STAC_92HD83XXX_PWR_REF)
4883 break;
4884 spec->num_pwrs = 0;
4885 break;
4886 }
4887
Matthew Ranostayd0513fc2008-07-27 10:30:30 +02004888 err = stac92xx_parse_auto_config(codec, 0x1d, 0);
4889 if (!err) {
4890 if (spec->board_config < 0) {
4891 printk(KERN_WARNING "hda_codec: No auto-config is "
4892 "available, default to model=ref\n");
4893 spec->board_config = STAC_92HD83XXX_REF;
4894 goto again;
4895 }
4896 err = -EINVAL;
4897 }
4898
4899 if (err < 0) {
4900 stac92xx_free(codec);
4901 return err;
4902 }
4903
Matthew Ranostay8bb0ac52009-02-12 16:50:01 -05004904 switch (spec->board_config) {
4905 case STAC_DELL_S14:
4906 nid = 0xf;
4907 break;
4908 default:
4909 nid = 0xe;
4910 break;
4911 }
4912
4913 num_dacs = snd_hda_get_connections(codec, nid,
4914 conn, STAC92HD83_DAC_COUNT + 1) - 1;
4915
4916 /* set port X to select the last DAC
4917 */
4918 snd_hda_codec_write_cache(codec, nid, 0,
4919 AC_VERB_SET_CONNECT_SEL, num_dacs);
4920
Matthew Ranostayd0513fc2008-07-27 10:30:30 +02004921 codec->patch_ops = stac92xx_patch_ops;
4922
Takashi Iwai2d34e1b2008-11-28 14:35:16 +01004923 codec->proc_widget_hook = stac92hd_proc_hook;
4924
Matthew Ranostayd0513fc2008-07-27 10:30:30 +02004925 return 0;
4926}
4927
Herton Ronaldo Krzesinski6df703a2009-02-04 11:34:22 -05004928static struct hda_input_mux stac92hd71bxx_dmux_nomixer = {
4929 .num_items = 3,
4930 .items = {
4931 { "Analog Inputs", 0x00 },
4932 { "Digital Mic 1", 0x02 },
4933 { "Digital Mic 2", 0x03 },
4934 }
4935};
4936
4937static struct hda_input_mux stac92hd71bxx_dmux_amixer = {
Matthew Ranostay4b33c762008-10-10 09:07:23 -04004938 .num_items = 4,
4939 .items = {
4940 { "Analog Inputs", 0x00 },
4941 { "Mixer", 0x01 },
4942 { "Digital Mic 1", 0x02 },
4943 { "Digital Mic 2", 0x03 },
4944 }
4945};
4946
Herton Ronaldo Krzesinski6df703a2009-02-04 11:34:22 -05004947static int stac92hd71bxx_connected_ports(struct hda_codec *codec,
4948 hda_nid_t *nids, int num_nids)
4949{
4950 struct sigmatel_spec *spec = codec->spec;
4951 int idx, num;
4952 unsigned int def_conf;
4953
4954 for (num = 0; num < num_nids; num++) {
4955 for (idx = 0; idx < spec->num_pins; idx++)
4956 if (spec->pin_nids[idx] == nids[num])
4957 break;
4958 if (idx >= spec->num_pins)
4959 break;
4960 def_conf = get_defcfg_connect(spec->pin_configs[idx]);
4961 if (def_conf == AC_JACK_PORT_NONE)
4962 break;
4963 }
4964 return num;
4965}
4966
4967static int stac92hd71bxx_connected_smuxes(struct hda_codec *codec,
4968 hda_nid_t dig0pin)
4969{
4970 struct sigmatel_spec *spec = codec->spec;
4971 int idx;
4972
4973 for (idx = 0; idx < spec->num_pins; idx++)
4974 if (spec->pin_nids[idx] == dig0pin)
4975 break;
4976 if ((idx + 2) >= spec->num_pins)
4977 return 0;
4978
4979 /* dig1pin case */
4980 if (get_defcfg_connect(spec->pin_configs[idx+1]) != AC_JACK_PORT_NONE)
4981 return 2;
4982
4983 /* dig0pin + dig2pin case */
4984 if (get_defcfg_connect(spec->pin_configs[idx+2]) != AC_JACK_PORT_NONE)
4985 return 2;
4986 if (get_defcfg_connect(spec->pin_configs[idx]) != AC_JACK_PORT_NONE)
4987 return 1;
4988 else
4989 return 0;
4990}
4991
Matthew Ranostaye035b842007-11-06 11:53:55 +01004992static int patch_stac92hd71bxx(struct hda_codec *codec)
4993{
4994 struct sigmatel_spec *spec;
Matthew Ranostayca8d33f2009-01-26 09:33:52 -05004995 struct hda_verb *unmute_init = stac92hd71bxx_unmute_core_init;
Matthew Ranostaye035b842007-11-06 11:53:55 +01004996 int err = 0;
Herton Ronaldo Krzesinski6df703a2009-02-04 11:34:22 -05004997 unsigned int ndmic_nids = 0;
Matthew Ranostaye035b842007-11-06 11:53:55 +01004998
4999 spec = kzalloc(sizeof(*spec), GFP_KERNEL);
5000 if (spec == NULL)
5001 return -ENOMEM;
5002
5003 codec->spec = spec;
Matthew Ranostay8daaaa92008-08-15 07:45:52 +02005004 codec->patch_ops = stac92xx_patch_ops;
Herton Ronaldo Krzesinski616f89e2009-02-04 11:23:19 -05005005 spec->num_pins = STAC92HD71BXX_NUM_PINS;
5006 switch (codec->vendor_id) {
5007 case 0x111d76b6:
5008 case 0x111d76b7:
5009 spec->pin_nids = stac92hd71bxx_pin_nids_4port;
5010 break;
5011 case 0x111d7603:
5012 case 0x111d7608:
5013 /* On 92HD75Bx 0x27 isn't a pin nid */
5014 spec->num_pins--;
5015 /* fallthrough */
5016 default:
5017 spec->pin_nids = stac92hd71bxx_pin_nids_6port;
5018 }
Matthew Ranostayaafc4412008-06-13 18:04:33 +02005019 spec->num_pwrs = ARRAY_SIZE(stac92hd71bxx_pwr_nids);
Matthew Ranostaye035b842007-11-06 11:53:55 +01005020 spec->board_config = snd_hda_check_board_config(codec,
5021 STAC_92HD71BXX_MODELS,
5022 stac92hd71bxx_models,
5023 stac92hd71bxx_cfg_tbl);
5024again:
5025 if (spec->board_config < 0) {
5026 snd_printdd(KERN_INFO "hda_codec: Unknown model for"
5027 " STAC92HD71BXX, using BIOS defaults\n");
5028 err = stac92xx_save_bios_config_regs(codec);
Takashi Iwaiaf9f3412008-11-18 10:38:56 +01005029 } else
5030 err = stac_save_pin_cfgs(codec,
5031 stac92hd71bxx_brd_tbl[spec->board_config]);
5032 if (err < 0) {
5033 stac92xx_free(codec);
5034 return err;
Matthew Ranostaye035b842007-11-06 11:53:55 +01005035 }
5036
Takashi Iwai41c3b642008-11-18 10:45:15 +01005037 if (spec->board_config > STAC_92HD71BXX_REF) {
5038 /* GPIO0 = EAPD */
5039 spec->gpio_mask = 0x01;
5040 spec->gpio_dir = 0x01;
5041 spec->gpio_data = 0x01;
5042 }
5043
Herton Ronaldo Krzesinski6df703a2009-02-04 11:34:22 -05005044 spec->dmic_nids = stac92hd71bxx_dmic_nids;
5045 spec->dmux_nids = stac92hd71bxx_dmux_nids;
5046
Matthew Ranostay541eee82007-12-14 12:08:04 +01005047 switch (codec->vendor_id) {
5048 case 0x111d76b6: /* 4 Port without Analog Mixer */
5049 case 0x111d76b7:
Herton Ronaldo Krzesinski23c7b522009-02-08 19:51:28 -02005050 unmute_init++;
5051 /* fallthru */
Matthew Ranostay541eee82007-12-14 12:08:04 +01005052 case 0x111d76b4: /* 6 Port without Analog Mixer */
5053 case 0x111d76b5:
Herton Ronaldo Krzesinski6df703a2009-02-04 11:34:22 -05005054 memcpy(&spec->private_dimux, &stac92hd71bxx_dmux_nomixer,
5055 sizeof(stac92hd71bxx_dmux_nomixer));
Matthew Ranostay541eee82007-12-14 12:08:04 +01005056 spec->mixer = stac92hd71bxx_mixer;
5057 spec->init = stac92hd71bxx_core_init;
Matthew Ranostay0ffa9802008-09-08 11:20:05 -04005058 codec->slave_dig_outs = stac92hd71bxx_slave_dig_outs;
Herton Ronaldo Krzesinski6df703a2009-02-04 11:34:22 -05005059 spec->num_dmics = stac92hd71bxx_connected_ports(codec,
5060 stac92hd71bxx_dmic_nids,
5061 STAC92HD71BXX_NUM_DMICS);
5062 if (spec->num_dmics) {
5063 spec->num_dmuxes = ARRAY_SIZE(stac92hd71bxx_dmux_nids);
5064 spec->dinput_mux = &spec->private_dimux;
5065 ndmic_nids = ARRAY_SIZE(stac92hd71bxx_dmic_nids) - 1;
5066 }
Matthew Ranostay541eee82007-12-14 12:08:04 +01005067 break;
Matthew Ranostayaafc4412008-06-13 18:04:33 +02005068 case 0x111d7608: /* 5 Port with Analog Mixer */
Herton Ronaldo Krzesinski6df703a2009-02-04 11:34:22 -05005069 memcpy(&spec->private_dimux, &stac92hd71bxx_dmux_amixer,
5070 sizeof(stac92hd71bxx_dmux_amixer));
5071 spec->private_dimux.num_items--;
Takashi Iwai8e5f2622008-11-15 19:28:54 +01005072 switch (spec->board_config) {
5073 case STAC_HP_M4:
Matthew Ranostay72474be2008-10-09 09:32:17 -04005074 /* Enable VREF power saving on GPIO1 detect */
Takashi Iwaic6e4c662008-11-25 11:58:19 +01005075 err = stac_add_event(spec, codec->afg,
5076 STAC_VREF_EVENT, 0x02);
5077 if (err < 0)
5078 return err;
Takashi Iwaic5d08bb2008-11-18 10:55:36 +01005079 snd_hda_codec_write_cache(codec, codec->afg, 0,
Matthew Ranostay72474be2008-10-09 09:32:17 -04005080 AC_VERB_SET_GPIO_UNSOLICITED_RSP_MASK, 0x02);
5081 snd_hda_codec_write_cache(codec, codec->afg, 0,
Matthew Ranostay74aeaab2008-10-25 01:06:04 -04005082 AC_VERB_SET_UNSOLICITED_ENABLE,
Takashi Iwaic6e4c662008-11-25 11:58:19 +01005083 AC_USRSP_EN | err);
Matthew Ranostay72474be2008-10-09 09:32:17 -04005084 spec->gpio_mask |= 0x02;
5085 break;
5086 }
Matthew Ranostay8daaaa92008-08-15 07:45:52 +02005087 if ((codec->revision_id & 0xf) == 0 ||
Takashi Iwai8c2f7672008-12-01 11:54:35 +01005088 (codec->revision_id & 0xf) == 1)
Matthew Ranostay8daaaa92008-08-15 07:45:52 +02005089 spec->stream_delay = 40; /* 40 milliseconds */
Matthew Ranostay8daaaa92008-08-15 07:45:52 +02005090
Matthew Ranostayaafc4412008-06-13 18:04:33 +02005091 /* no output amps */
5092 spec->num_pwrs = 0;
5093 spec->mixer = stac92hd71bxx_analog_mixer;
Matthew Ranostay4b33c762008-10-10 09:07:23 -04005094 spec->dinput_mux = &spec->private_dimux;
Matthew Ranostayaafc4412008-06-13 18:04:33 +02005095
5096 /* disable VSW */
5097 spec->init = &stac92hd71bxx_analog_core_init[HD_DISABLE_PORTF];
Matthew Ranostayca8d33f2009-01-26 09:33:52 -05005098 unmute_init++;
Herton Ronaldo Krzesinski616f89e2009-02-04 11:23:19 -05005099 stac_change_pin_config(codec, 0x0f, 0x40f000f0);
5100 stac_change_pin_config(codec, 0x19, 0x40f000f3);
Herton Ronaldo Krzesinski6df703a2009-02-04 11:34:22 -05005101 stac92hd71bxx_dmic_nids[STAC92HD71BXX_NUM_DMICS - 1] = 0;
5102 spec->num_dmics = stac92hd71bxx_connected_ports(codec,
5103 stac92hd71bxx_dmic_nids,
5104 STAC92HD71BXX_NUM_DMICS - 1);
5105 spec->num_dmuxes = ARRAY_SIZE(stac92hd71bxx_dmux_nids);
5106 ndmic_nids = ARRAY_SIZE(stac92hd71bxx_dmic_nids) - 2;
Matthew Ranostayaafc4412008-06-13 18:04:33 +02005107 break;
5108 case 0x111d7603: /* 6 Port with Analog Mixer */
Takashi Iwai8c2f7672008-12-01 11:54:35 +01005109 if ((codec->revision_id & 0xf) == 1)
Matthew Ranostay8daaaa92008-08-15 07:45:52 +02005110 spec->stream_delay = 40; /* 40 milliseconds */
Matthew Ranostay8daaaa92008-08-15 07:45:52 +02005111
Matthew Ranostayaafc4412008-06-13 18:04:33 +02005112 /* no output amps */
5113 spec->num_pwrs = 0;
5114 /* fallthru */
Matthew Ranostay541eee82007-12-14 12:08:04 +01005115 default:
Herton Ronaldo Krzesinski6df703a2009-02-04 11:34:22 -05005116 memcpy(&spec->private_dimux, &stac92hd71bxx_dmux_amixer,
5117 sizeof(stac92hd71bxx_dmux_amixer));
Matthew Ranostay4b33c762008-10-10 09:07:23 -04005118 spec->dinput_mux = &spec->private_dimux;
Matthew Ranostay541eee82007-12-14 12:08:04 +01005119 spec->mixer = stac92hd71bxx_analog_mixer;
5120 spec->init = stac92hd71bxx_analog_core_init;
Matthew Ranostay0ffa9802008-09-08 11:20:05 -04005121 codec->slave_dig_outs = stac92hd71bxx_slave_dig_outs;
Herton Ronaldo Krzesinski6df703a2009-02-04 11:34:22 -05005122 spec->num_dmics = stac92hd71bxx_connected_ports(codec,
5123 stac92hd71bxx_dmic_nids,
5124 STAC92HD71BXX_NUM_DMICS);
5125 spec->num_dmuxes = ARRAY_SIZE(stac92hd71bxx_dmux_nids);
5126 ndmic_nids = ARRAY_SIZE(stac92hd71bxx_dmic_nids) - 1;
Matthew Ranostay541eee82007-12-14 12:08:04 +01005127 }
5128
Matthew Ranostayca8d33f2009-01-26 09:33:52 -05005129 if (get_wcaps(codec, 0xa) & AC_WCAP_IN_AMP)
5130 snd_hda_sequence_write_cache(codec, unmute_init);
5131
Matthew Ranostay4b33c762008-10-10 09:07:23 -04005132 spec->aloopback_mask = 0x50;
Matthew Ranostay541eee82007-12-14 12:08:04 +01005133 spec->aloopback_shift = 0;
5134
Matthew Ranostay8daaaa92008-08-15 07:45:52 +02005135 spec->powerdown_adcs = 1;
Matthew Ranostay1cd22242008-07-18 18:20:52 +02005136 spec->digbeep_nid = 0x26;
Matthew Ranostaye035b842007-11-06 11:53:55 +01005137 spec->mux_nids = stac92hd71bxx_mux_nids;
5138 spec->adc_nids = stac92hd71bxx_adc_nids;
Matthew Ranostayd9737752008-09-07 12:03:41 +02005139 spec->smux_nids = stac92hd71bxx_smux_nids;
Matthew Ranostayaafc4412008-06-13 18:04:33 +02005140 spec->pwr_nids = stac92hd71bxx_pwr_nids;
Matthew Ranostaye035b842007-11-06 11:53:55 +01005141
5142 spec->num_muxes = ARRAY_SIZE(stac92hd71bxx_mux_nids);
5143 spec->num_adcs = ARRAY_SIZE(stac92hd71bxx_adc_nids);
Herton Ronaldo Krzesinski6df703a2009-02-04 11:34:22 -05005144 spec->num_smuxes = stac92hd71bxx_connected_smuxes(codec, 0x1e);
Matthew Ranostaye035b842007-11-06 11:53:55 +01005145
Matthew Ranostay6a14f582008-09-12 12:02:30 -04005146 switch (spec->board_config) {
5147 case STAC_HP_M4:
Matthew Ranostay6a14f582008-09-12 12:02:30 -04005148 /* enable internal microphone */
Takashi Iwaiaf9f3412008-11-18 10:38:56 +01005149 stac_change_pin_config(codec, 0x0e, 0x01813040);
Matthew Ranostayb9aea712008-10-09 08:37:28 -04005150 stac92xx_auto_set_pinctl(codec, 0x0e,
5151 AC_PINCTL_IN_EN | AC_PINCTL_VREF_80);
Matthew Ranostay3a7abfd2008-11-20 21:21:43 -05005152 /* fallthru */
5153 case STAC_DELL_M4_2:
5154 spec->num_dmics = 0;
5155 spec->num_smuxes = 0;
5156 spec->num_dmuxes = 0;
5157 break;
5158 case STAC_DELL_M4_1:
5159 case STAC_DELL_M4_3:
5160 spec->num_dmics = 1;
5161 spec->num_smuxes = 0;
5162 spec->num_dmuxes = 0;
Matthew Ranostay6a14f582008-09-12 12:02:30 -04005163 break;
Matthew Ranostay6a14f582008-09-12 12:02:30 -04005164 };
5165
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01005166 spec->multiout.dac_nids = spec->dac_nids;
Matthew Ranostay4b33c762008-10-10 09:07:23 -04005167 if (spec->dinput_mux)
Herton Ronaldo Krzesinski6df703a2009-02-04 11:34:22 -05005168 spec->private_dimux.num_items += spec->num_dmics - ndmic_nids;
Matthew Ranostaye035b842007-11-06 11:53:55 +01005169
Herton Ronaldo Krzesinski29d4ab42009-02-04 11:37:27 -05005170 err = stac92xx_parse_auto_config(codec, 0x21, 0);
Matthew Ranostaye035b842007-11-06 11:53:55 +01005171 if (!err) {
5172 if (spec->board_config < 0) {
5173 printk(KERN_WARNING "hda_codec: No auto-config is "
5174 "available, default to model=ref\n");
5175 spec->board_config = STAC_92HD71BXX_REF;
5176 goto again;
5177 }
5178 err = -EINVAL;
5179 }
5180
5181 if (err < 0) {
5182 stac92xx_free(codec);
5183 return err;
5184 }
5185
Takashi Iwai2d34e1b2008-11-28 14:35:16 +01005186 codec->proc_widget_hook = stac92hd7x_proc_hook;
5187
Matthew Ranostaye035b842007-11-06 11:53:55 +01005188 return 0;
5189};
5190
Matt2f2f4252005-04-13 14:45:30 +02005191static int patch_stac922x(struct hda_codec *codec)
5192{
5193 struct sigmatel_spec *spec;
Mattc7d4b2f2005-06-27 14:59:41 +02005194 int err;
Matt2f2f4252005-04-13 14:45:30 +02005195
Takashi Iwaie560d8d2005-09-09 14:21:46 +02005196 spec = kzalloc(sizeof(*spec), GFP_KERNEL);
Matt2f2f4252005-04-13 14:45:30 +02005197 if (spec == NULL)
5198 return -ENOMEM;
5199
5200 codec->spec = spec;
Takashi Iwaia4eed132007-07-06 18:17:04 +02005201 spec->num_pins = ARRAY_SIZE(stac922x_pin_nids);
Richard Fish11b44bb2006-08-23 18:31:34 +02005202 spec->pin_nids = stac922x_pin_nids;
Takashi Iwaif5fcc132006-11-24 17:07:44 +01005203 spec->board_config = snd_hda_check_board_config(codec, STAC_922X_MODELS,
5204 stac922x_models,
5205 stac922x_cfg_tbl);
Nicolas Boichat536319a2008-07-21 22:18:01 +08005206 if (spec->board_config == STAC_INTEL_MAC_AUTO) {
Matthew Ranostay4fe51952008-01-29 15:28:44 +01005207 spec->gpio_mask = spec->gpio_dir = 0x03;
5208 spec->gpio_data = 0x03;
Takashi Iwai3fc24d82007-02-16 13:27:18 +01005209 /* Intel Macs have all same PCI SSID, so we need to check
5210 * codec SSID to distinguish the exact models
5211 */
Nicolas Boichat6f0778d2007-03-15 12:38:15 +01005212 printk(KERN_INFO "hda_codec: STAC922x, Apple subsys_id=%x\n", codec->subsystem_id);
Takashi Iwai3fc24d82007-02-16 13:27:18 +01005213 switch (codec->subsystem_id) {
Ivan N. Zlatev5d5d3bc2007-05-29 16:03:00 +02005214
5215 case 0x106b0800:
5216 spec->board_config = STAC_INTEL_MAC_V1;
Abhijit Bhopatkarc45e20e2007-04-17 11:57:16 +02005217 break;
Ivan N. Zlatev5d5d3bc2007-05-29 16:03:00 +02005218 case 0x106b0600:
5219 case 0x106b0700:
5220 spec->board_config = STAC_INTEL_MAC_V2;
Nicolas Boichat6f0778d2007-03-15 12:38:15 +01005221 break;
Ivan N. Zlatev5d5d3bc2007-05-29 16:03:00 +02005222 case 0x106b0e00:
5223 case 0x106b0f00:
5224 case 0x106b1600:
5225 case 0x106b1700:
5226 case 0x106b0200:
5227 case 0x106b1e00:
5228 spec->board_config = STAC_INTEL_MAC_V3;
Takashi Iwai3fc24d82007-02-16 13:27:18 +01005229 break;
Ivan N. Zlatev5d5d3bc2007-05-29 16:03:00 +02005230 case 0x106b1a00:
5231 case 0x00000100:
5232 spec->board_config = STAC_INTEL_MAC_V4;
Sylvain FORETf16928f2007-04-27 14:22:36 +02005233 break;
Ivan N. Zlatev5d5d3bc2007-05-29 16:03:00 +02005234 case 0x106b0a00:
5235 case 0x106b2200:
5236 spec->board_config = STAC_INTEL_MAC_V5;
Takashi Iwai0dae0f82007-05-21 12:41:29 +02005237 break;
Nicolas Boichat536319a2008-07-21 22:18:01 +08005238 default:
5239 spec->board_config = STAC_INTEL_MAC_V3;
5240 break;
Takashi Iwai3fc24d82007-02-16 13:27:18 +01005241 }
5242 }
5243
Takashi Iwai9e507ab2007-02-08 17:50:10 +01005244 again:
Richard Fish11b44bb2006-08-23 18:31:34 +02005245 if (spec->board_config < 0) {
5246 snd_printdd(KERN_INFO "hda_codec: Unknown model for STAC922x, "
5247 "using BIOS defaults\n");
5248 err = stac92xx_save_bios_config_regs(codec);
Takashi Iwaiaf9f3412008-11-18 10:38:56 +01005249 } else
5250 err = stac_save_pin_cfgs(codec,
5251 stac922x_brd_tbl[spec->board_config]);
5252 if (err < 0) {
5253 stac92xx_free(codec);
5254 return err;
Matt Porter403d1942005-11-29 15:00:51 +01005255 }
Matt2f2f4252005-04-13 14:45:30 +02005256
Matt2f2f4252005-04-13 14:45:30 +02005257 spec->adc_nids = stac922x_adc_nids;
5258 spec->mux_nids = stac922x_mux_nids;
Takashi Iwai25494132007-03-12 12:36:16 +01005259 spec->num_muxes = ARRAY_SIZE(stac922x_mux_nids);
Maxim Levitsky9e05b7a2007-09-03 15:31:02 +02005260 spec->num_adcs = ARRAY_SIZE(stac922x_adc_nids);
Matt Porter8b657272006-10-26 17:12:59 +02005261 spec->num_dmics = 0;
Matthew Ranostaya64135a2008-01-10 16:55:06 +01005262 spec->num_pwrs = 0;
Mattc7d4b2f2005-06-27 14:59:41 +02005263
5264 spec->init = stac922x_core_init;
Matt2f2f4252005-04-13 14:45:30 +02005265 spec->mixer = stac922x_mixer;
Mattc7d4b2f2005-06-27 14:59:41 +02005266
5267 spec->multiout.dac_nids = spec->dac_nids;
Takashi Iwai19039bd2006-06-28 15:52:16 +02005268
Matt Porter3cc08dc2006-01-23 15:27:49 +01005269 err = stac92xx_parse_auto_config(codec, 0x08, 0x09);
Takashi Iwai9e507ab2007-02-08 17:50:10 +01005270 if (!err) {
5271 if (spec->board_config < 0) {
5272 printk(KERN_WARNING "hda_codec: No auto-config is "
5273 "available, default to model=ref\n");
5274 spec->board_config = STAC_D945_REF;
5275 goto again;
5276 }
5277 err = -EINVAL;
5278 }
Matt Porter3cc08dc2006-01-23 15:27:49 +01005279 if (err < 0) {
5280 stac92xx_free(codec);
5281 return err;
5282 }
5283
5284 codec->patch_ops = stac92xx_patch_ops;
5285
Takashi Iwai807a46362007-05-29 19:01:37 +02005286 /* Fix Mux capture level; max to 2 */
5287 snd_hda_override_amp_caps(codec, 0x12, HDA_OUTPUT,
5288 (0 << AC_AMPCAP_OFFSET_SHIFT) |
5289 (2 << AC_AMPCAP_NUM_STEPS_SHIFT) |
5290 (0x27 << AC_AMPCAP_STEP_SIZE_SHIFT) |
5291 (0 << AC_AMPCAP_MUTE_SHIFT));
5292
Matt Porter3cc08dc2006-01-23 15:27:49 +01005293 return 0;
5294}
5295
5296static int patch_stac927x(struct hda_codec *codec)
5297{
5298 struct sigmatel_spec *spec;
5299 int err;
5300
5301 spec = kzalloc(sizeof(*spec), GFP_KERNEL);
5302 if (spec == NULL)
5303 return -ENOMEM;
5304
5305 codec->spec = spec;
Matthew Ranostay45c1d852009-02-04 17:49:41 -05005306 codec->slave_dig_outs = stac927x_slave_dig_outs;
Takashi Iwaia4eed132007-07-06 18:17:04 +02005307 spec->num_pins = ARRAY_SIZE(stac927x_pin_nids);
Richard Fish11b44bb2006-08-23 18:31:34 +02005308 spec->pin_nids = stac927x_pin_nids;
Takashi Iwaif5fcc132006-11-24 17:07:44 +01005309 spec->board_config = snd_hda_check_board_config(codec, STAC_927X_MODELS,
5310 stac927x_models,
5311 stac927x_cfg_tbl);
Takashi Iwai9e507ab2007-02-08 17:50:10 +01005312 again:
Herton Ronaldo Krzesinskic98041f2009-02-11 20:33:15 -02005313 if (spec->board_config < 0) {
5314 snd_printdd(KERN_INFO "hda_codec: Unknown model for"
5315 "STAC927x, using BIOS defaults\n");
Richard Fish11b44bb2006-08-23 18:31:34 +02005316 err = stac92xx_save_bios_config_regs(codec);
Takashi Iwaiaf9f3412008-11-18 10:38:56 +01005317 } else
5318 err = stac_save_pin_cfgs(codec,
5319 stac927x_brd_tbl[spec->board_config]);
5320 if (err < 0) {
5321 stac92xx_free(codec);
5322 return err;
Matt Porter3cc08dc2006-01-23 15:27:49 +01005323 }
5324
Matthew Ranostay1cd22242008-07-18 18:20:52 +02005325 spec->digbeep_nid = 0x23;
Matthew Ranostay8e9068b2007-12-17 11:58:13 +01005326 spec->adc_nids = stac927x_adc_nids;
5327 spec->num_adcs = ARRAY_SIZE(stac927x_adc_nids);
5328 spec->mux_nids = stac927x_mux_nids;
5329 spec->num_muxes = ARRAY_SIZE(stac927x_mux_nids);
Matthew Ranostayd9737752008-09-07 12:03:41 +02005330 spec->smux_nids = stac927x_smux_nids;
5331 spec->num_smuxes = ARRAY_SIZE(stac927x_smux_nids);
Matthew Ranostay65973632008-09-16 10:39:37 -04005332 spec->spdif_labels = stac927x_spdif_labels;
Matthew Ranostayb76c8502008-02-06 14:49:44 +01005333 spec->dac_list = stac927x_dac_nids;
Matthew Ranostay8e9068b2007-12-17 11:58:13 +01005334 spec->multiout.dac_nids = spec->dac_nids;
5335
Tobin Davis81d3dbd2006-08-22 19:44:45 +02005336 switch (spec->board_config) {
Tobin Davis93ed1502006-09-01 21:03:12 +02005337 case STAC_D965_3ST:
Matthew Ranostay8e9068b2007-12-17 11:58:13 +01005338 case STAC_D965_5ST:
5339 /* GPIO0 High = Enable EAPD */
Matthew Ranostay0fc9dec2008-04-14 13:32:54 +02005340 spec->eapd_mask = spec->gpio_mask = spec->gpio_dir = 0x01;
Matthew Ranostay4fe51952008-01-29 15:28:44 +01005341 spec->gpio_data = 0x01;
Matthew Ranostay8e9068b2007-12-17 11:58:13 +01005342 spec->num_dmics = 0;
5343
Tobin Davis93ed1502006-09-01 21:03:12 +02005344 spec->init = d965_core_init;
Maxim Levitsky9e05b7a2007-09-03 15:31:02 +02005345 spec->mixer = stac927x_mixer;
Tobin Davis81d3dbd2006-08-22 19:44:45 +02005346 break;
Matthew Ranostay8e9068b2007-12-17 11:58:13 +01005347 case STAC_DELL_BIOS:
Matthew Ranostay780c8be2008-04-14 13:32:27 +02005348 switch (codec->subsystem_id) {
5349 case 0x10280209:
5350 case 0x1028022e:
5351 /* correct the device field to SPDIF out */
Takashi Iwaiaf9f3412008-11-18 10:38:56 +01005352 stac_change_pin_config(codec, 0x21, 0x01442070);
Matthew Ranostay780c8be2008-04-14 13:32:27 +02005353 break;
5354 };
Matthew Ranostay03d7ca12008-02-21 07:51:46 +01005355 /* configure the analog microphone on some laptops */
Takashi Iwaiaf9f3412008-11-18 10:38:56 +01005356 stac_change_pin_config(codec, 0x0c, 0x90a79130);
Matthew Ranostay2f32d902008-01-10 13:06:26 +01005357 /* correct the front output jack as a hp out */
Takashi Iwaiaf9f3412008-11-18 10:38:56 +01005358 stac_change_pin_config(codec, 0x0f, 0x0227011f);
Matthew Ranostayc481fca2008-01-07 12:18:28 +01005359 /* correct the front input jack as a mic */
Takashi Iwaiaf9f3412008-11-18 10:38:56 +01005360 stac_change_pin_config(codec, 0x0e, 0x02a79130);
Matthew Ranostayc481fca2008-01-07 12:18:28 +01005361 /* fallthru */
Matthew Ranostay8e9068b2007-12-17 11:58:13 +01005362 case STAC_DELL_3ST:
5363 /* GPIO2 High = Enable EAPD */
Matthew Ranostay0fc9dec2008-04-14 13:32:54 +02005364 spec->eapd_mask = spec->gpio_mask = spec->gpio_dir = 0x04;
Matthew Ranostay4fe51952008-01-29 15:28:44 +01005365 spec->gpio_data = 0x04;
Matthew Ranostay8e9068b2007-12-17 11:58:13 +01005366 spec->dmic_nids = stac927x_dmic_nids;
5367 spec->num_dmics = STAC927X_NUM_DMICS;
5368
Tobin Davis93ed1502006-09-01 21:03:12 +02005369 spec->init = d965_core_init;
Maxim Levitsky9e05b7a2007-09-03 15:31:02 +02005370 spec->mixer = stac927x_mixer;
Matthew Ranostay8e9068b2007-12-17 11:58:13 +01005371 spec->dmux_nids = stac927x_dmux_nids;
Takashi Iwai1697055e2007-12-18 18:05:52 +01005372 spec->num_dmuxes = ARRAY_SIZE(stac927x_dmux_nids);
Tobin Davis81d3dbd2006-08-22 19:44:45 +02005373 break;
5374 default:
Matthew Ranostayb2c4f4d2008-09-26 10:06:40 -04005375 if (spec->board_config > STAC_D965_REF) {
5376 /* GPIO0 High = Enable EAPD */
5377 spec->eapd_mask = spec->gpio_mask = 0x01;
5378 spec->gpio_dir = spec->gpio_data = 0x01;
5379 }
Matthew Ranostay8e9068b2007-12-17 11:58:13 +01005380 spec->num_dmics = 0;
5381
Tobin Davis81d3dbd2006-08-22 19:44:45 +02005382 spec->init = stac927x_core_init;
5383 spec->mixer = stac927x_mixer;
5384 }
Matt Porter3cc08dc2006-01-23 15:27:49 +01005385
Matthew Ranostaya64135a2008-01-10 16:55:06 +01005386 spec->num_pwrs = 0;
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01005387 spec->aloopback_mask = 0x40;
5388 spec->aloopback_shift = 0;
Matthew Ranostayc0cea0d2008-11-16 11:42:34 -05005389 spec->eapd_switch = 1;
Matthew Ranostay8e9068b2007-12-17 11:58:13 +01005390
Matt Porter3cc08dc2006-01-23 15:27:49 +01005391 err = stac92xx_parse_auto_config(codec, 0x1e, 0x20);
Takashi Iwai9e507ab2007-02-08 17:50:10 +01005392 if (!err) {
5393 if (spec->board_config < 0) {
5394 printk(KERN_WARNING "hda_codec: No auto-config is "
5395 "available, default to model=ref\n");
5396 spec->board_config = STAC_D965_REF;
5397 goto again;
5398 }
5399 err = -EINVAL;
5400 }
Mattc7d4b2f2005-06-27 14:59:41 +02005401 if (err < 0) {
5402 stac92xx_free(codec);
5403 return err;
5404 }
Matt2f2f4252005-04-13 14:45:30 +02005405
5406 codec->patch_ops = stac92xx_patch_ops;
5407
Takashi Iwai2d34e1b2008-11-28 14:35:16 +01005408 codec->proc_widget_hook = stac927x_proc_hook;
5409
Takashi Iwai52987652008-01-16 16:09:47 +01005410 /*
5411 * !!FIXME!!
5412 * The STAC927x seem to require fairly long delays for certain
5413 * command sequences. With too short delays (even if the answer
5414 * is set to RIRB properly), it results in the silence output
5415 * on some hardwares like Dell.
5416 *
5417 * The below flag enables the longer delay (see get_response
5418 * in hda_intel.c).
5419 */
5420 codec->bus->needs_damn_long_delay = 1;
5421
Takashi Iwaie28d8322008-12-17 13:48:29 +01005422 /* no jack detecion for ref-no-jd model */
5423 if (spec->board_config == STAC_D965_REF_NO_JD)
5424 spec->hp_detect = 0;
5425
Matt2f2f4252005-04-13 14:45:30 +02005426 return 0;
5427}
5428
Matt Porterf3302a52006-07-31 12:49:34 +02005429static int patch_stac9205(struct hda_codec *codec)
5430{
5431 struct sigmatel_spec *spec;
Takashi Iwai82599802007-07-31 15:56:24 +02005432 int err;
Matt Porterf3302a52006-07-31 12:49:34 +02005433
5434 spec = kzalloc(sizeof(*spec), GFP_KERNEL);
5435 if (spec == NULL)
5436 return -ENOMEM;
5437
5438 codec->spec = spec;
Takashi Iwaia4eed132007-07-06 18:17:04 +02005439 spec->num_pins = ARRAY_SIZE(stac9205_pin_nids);
Richard Fish11b44bb2006-08-23 18:31:34 +02005440 spec->pin_nids = stac9205_pin_nids;
Takashi Iwaif5fcc132006-11-24 17:07:44 +01005441 spec->board_config = snd_hda_check_board_config(codec, STAC_9205_MODELS,
5442 stac9205_models,
5443 stac9205_cfg_tbl);
Takashi Iwai9e507ab2007-02-08 17:50:10 +01005444 again:
Richard Fish11b44bb2006-08-23 18:31:34 +02005445 if (spec->board_config < 0) {
5446 snd_printdd(KERN_INFO "hda_codec: Unknown model for STAC9205, using BIOS defaults\n");
5447 err = stac92xx_save_bios_config_regs(codec);
Takashi Iwaiaf9f3412008-11-18 10:38:56 +01005448 } else
5449 err = stac_save_pin_cfgs(codec,
5450 stac9205_brd_tbl[spec->board_config]);
5451 if (err < 0) {
5452 stac92xx_free(codec);
5453 return err;
Matt Porterf3302a52006-07-31 12:49:34 +02005454 }
5455
Matthew Ranostay1cd22242008-07-18 18:20:52 +02005456 spec->digbeep_nid = 0x23;
Matt Porterf3302a52006-07-31 12:49:34 +02005457 spec->adc_nids = stac9205_adc_nids;
Maxim Levitsky9e05b7a2007-09-03 15:31:02 +02005458 spec->num_adcs = ARRAY_SIZE(stac9205_adc_nids);
Matt Porterf3302a52006-07-31 12:49:34 +02005459 spec->mux_nids = stac9205_mux_nids;
Takashi Iwai25494132007-03-12 12:36:16 +01005460 spec->num_muxes = ARRAY_SIZE(stac9205_mux_nids);
Matthew Ranostayd9737752008-09-07 12:03:41 +02005461 spec->smux_nids = stac9205_smux_nids;
5462 spec->num_smuxes = ARRAY_SIZE(stac9205_smux_nids);
Matt Porter8b657272006-10-26 17:12:59 +02005463 spec->dmic_nids = stac9205_dmic_nids;
Takashi Iwaif6e98522007-10-16 14:27:04 +02005464 spec->num_dmics = STAC9205_NUM_DMICS;
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01005465 spec->dmux_nids = stac9205_dmux_nids;
Takashi Iwai1697055e2007-12-18 18:05:52 +01005466 spec->num_dmuxes = ARRAY_SIZE(stac9205_dmux_nids);
Matthew Ranostaya64135a2008-01-10 16:55:06 +01005467 spec->num_pwrs = 0;
Matt Porterf3302a52006-07-31 12:49:34 +02005468
5469 spec->init = stac9205_core_init;
5470 spec->mixer = stac9205_mixer;
5471
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01005472 spec->aloopback_mask = 0x40;
5473 spec->aloopback_shift = 0;
Takashi Iwaid9a42682009-01-22 17:40:18 +01005474 /* Turn on/off EAPD per HP plugging */
5475 if (spec->board_config != STAC_9205_EAPD)
5476 spec->eapd_switch = 1;
Matt Porterf3302a52006-07-31 12:49:34 +02005477 spec->multiout.dac_nids = spec->dac_nids;
Matthew Ranostay87d48362007-07-17 11:52:24 +02005478
Tobin Davisae0a8ed2007-08-13 15:50:29 +02005479 switch (spec->board_config){
Tobin Davisae0a8ed2007-08-13 15:50:29 +02005480 case STAC_9205_DELL_M43:
Matthew Ranostay87d48362007-07-17 11:52:24 +02005481 /* Enable SPDIF in/out */
Takashi Iwaiaf9f3412008-11-18 10:38:56 +01005482 stac_change_pin_config(codec, 0x1f, 0x01441030);
5483 stac_change_pin_config(codec, 0x20, 0x1c410030);
Matt Porter33382402006-12-18 13:17:28 +01005484
Matthew Ranostay4fe51952008-01-29 15:28:44 +01005485 /* Enable unsol response for GPIO4/Dock HP connection */
Takashi Iwaic6e4c662008-11-25 11:58:19 +01005486 err = stac_add_event(spec, codec->afg, STAC_VREF_EVENT, 0x01);
5487 if (err < 0)
5488 return err;
Takashi Iwaic5d08bb2008-11-18 10:55:36 +01005489 snd_hda_codec_write_cache(codec, codec->afg, 0,
Matthew Ranostay4fe51952008-01-29 15:28:44 +01005490 AC_VERB_SET_GPIO_UNSOLICITED_RSP_MASK, 0x10);
5491 snd_hda_codec_write_cache(codec, codec->afg, 0,
Takashi Iwaic6e4c662008-11-25 11:58:19 +01005492 AC_VERB_SET_UNSOLICITED_ENABLE,
5493 AC_USRSP_EN | err);
Matthew Ranostay4fe51952008-01-29 15:28:44 +01005494
5495 spec->gpio_dir = 0x0b;
Matthew Ranostay0fc9dec2008-04-14 13:32:54 +02005496 spec->eapd_mask = 0x01;
Matthew Ranostay4fe51952008-01-29 15:28:44 +01005497 spec->gpio_mask = 0x1b;
5498 spec->gpio_mute = 0x10;
Matthew Ranostaye2e7d622008-01-24 15:32:15 +01005499 /* GPIO0 High = EAPD, GPIO1 Low = Headphone Mute,
Matthew Ranostay4fe51952008-01-29 15:28:44 +01005500 * GPIO3 Low = DRM
Matthew Ranostay87d48362007-07-17 11:52:24 +02005501 */
Matthew Ranostay4fe51952008-01-29 15:28:44 +01005502 spec->gpio_data = 0x01;
Tobin Davisae0a8ed2007-08-13 15:50:29 +02005503 break;
Matthew Ranostayb2c4f4d2008-09-26 10:06:40 -04005504 case STAC_9205_REF:
5505 /* SPDIF-In enabled */
5506 break;
Tobin Davisae0a8ed2007-08-13 15:50:29 +02005507 default:
5508 /* GPIO0 High = EAPD */
Matthew Ranostay0fc9dec2008-04-14 13:32:54 +02005509 spec->eapd_mask = spec->gpio_mask = spec->gpio_dir = 0x1;
Matthew Ranostay4fe51952008-01-29 15:28:44 +01005510 spec->gpio_data = 0x01;
Tobin Davisae0a8ed2007-08-13 15:50:29 +02005511 break;
5512 }
Matthew Ranostay87d48362007-07-17 11:52:24 +02005513
Matt Porterf3302a52006-07-31 12:49:34 +02005514 err = stac92xx_parse_auto_config(codec, 0x1f, 0x20);
Takashi Iwai9e507ab2007-02-08 17:50:10 +01005515 if (!err) {
5516 if (spec->board_config < 0) {
5517 printk(KERN_WARNING "hda_codec: No auto-config is "
5518 "available, default to model=ref\n");
5519 spec->board_config = STAC_9205_REF;
5520 goto again;
5521 }
5522 err = -EINVAL;
5523 }
Matt Porterf3302a52006-07-31 12:49:34 +02005524 if (err < 0) {
5525 stac92xx_free(codec);
5526 return err;
5527 }
5528
5529 codec->patch_ops = stac92xx_patch_ops;
5530
Takashi Iwai2d34e1b2008-11-28 14:35:16 +01005531 codec->proc_widget_hook = stac9205_proc_hook;
5532
Matt Porterf3302a52006-07-31 12:49:34 +02005533 return 0;
5534}
5535
Matt2f2f4252005-04-13 14:45:30 +02005536/*
Guillaume Munch6d859062006-08-22 17:15:47 +02005537 * STAC9872 hack
Takashi Iwaidb064e52006-03-16 16:04:58 +01005538 */
5539
Takashi Iwai1e137f92009-01-21 07:41:22 +01005540static struct hda_verb stac9872_core_init[] = {
Takashi Iwai1624cb92007-07-05 13:10:51 +02005541 {0x15, AC_VERB_SET_CONNECT_SEL, 0x1}, /* mic-sel: 0a,0d,14,02 */
Takashi Iwaidb064e52006-03-16 16:04:58 +01005542 {0x15, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE}, /* Mic-in -> 0x9 */
5543 {}
5544};
5545
Takashi Iwaicaa10b62009-01-20 17:19:01 +01005546static struct snd_kcontrol_new stac9872_mixer[] = {
5547 HDA_CODEC_VOLUME("Capture Volume", 0x09, 0, HDA_INPUT),
5548 HDA_CODEC_MUTE("Capture Switch", 0x09, 0, HDA_INPUT),
Takashi Iwaicaa10b62009-01-20 17:19:01 +01005549 { } /* end */
5550};
5551
5552static hda_nid_t stac9872_pin_nids[] = {
5553 0x0a, 0x0b, 0x0c, 0x0d, 0x0e, 0x0f,
5554 0x11, 0x13, 0x14,
5555};
5556
5557static hda_nid_t stac9872_adc_nids[] = {
5558 0x8 /*,0x6*/
5559};
5560
5561static hda_nid_t stac9872_mux_nids[] = {
5562 0x15
5563};
5564
Guillaume Munch6d859062006-08-22 17:15:47 +02005565static int patch_stac9872(struct hda_codec *codec)
Takashi Iwaidb064e52006-03-16 16:04:58 +01005566{
5567 struct sigmatel_spec *spec;
Takashi Iwai1e137f92009-01-21 07:41:22 +01005568 int err;
Takashi Iwaidb064e52006-03-16 16:04:58 +01005569
Takashi Iwaidb064e52006-03-16 16:04:58 +01005570 spec = kzalloc(sizeof(*spec), GFP_KERNEL);
5571 if (spec == NULL)
5572 return -ENOMEM;
Takashi Iwaidb064e52006-03-16 16:04:58 +01005573 codec->spec = spec;
Takashi Iwaicaa10b62009-01-20 17:19:01 +01005574
Takashi Iwai1e137f92009-01-21 07:41:22 +01005575#if 0 /* no model right now */
Takashi Iwaicaa10b62009-01-20 17:19:01 +01005576 spec->board_config = snd_hda_check_board_config(codec, STAC_9872_MODELS,
5577 stac9872_models,
5578 stac9872_cfg_tbl);
Takashi Iwai1e137f92009-01-21 07:41:22 +01005579#endif
Takashi Iwaicaa10b62009-01-20 17:19:01 +01005580
Takashi Iwai1e137f92009-01-21 07:41:22 +01005581 spec->num_pins = ARRAY_SIZE(stac9872_pin_nids);
5582 spec->pin_nids = stac9872_pin_nids;
5583 spec->multiout.dac_nids = spec->dac_nids;
5584 spec->num_adcs = ARRAY_SIZE(stac9872_adc_nids);
5585 spec->adc_nids = stac9872_adc_nids;
5586 spec->num_muxes = ARRAY_SIZE(stac9872_mux_nids);
5587 spec->mux_nids = stac9872_mux_nids;
5588 spec->mixer = stac9872_mixer;
5589 spec->init = stac9872_core_init;
Takashi Iwaicaa10b62009-01-20 17:19:01 +01005590
Takashi Iwai1e137f92009-01-21 07:41:22 +01005591 err = stac92xx_parse_auto_config(codec, 0x10, 0x12);
5592 if (err < 0) {
5593 stac92xx_free(codec);
5594 return -EINVAL;
Takashi Iwaicaa10b62009-01-20 17:19:01 +01005595 }
Takashi Iwai1e137f92009-01-21 07:41:22 +01005596 spec->input_mux = &spec->private_imux;
5597 codec->patch_ops = stac92xx_patch_ops;
Takashi Iwaidb064e52006-03-16 16:04:58 +01005598 return 0;
5599}
5600
5601
5602/*
Matt2f2f4252005-04-13 14:45:30 +02005603 * patch entries
5604 */
Takashi Iwai1289e9e2008-11-27 15:47:11 +01005605static struct hda_codec_preset snd_hda_preset_sigmatel[] = {
Matt2f2f4252005-04-13 14:45:30 +02005606 { .id = 0x83847690, .name = "STAC9200", .patch = patch_stac9200 },
5607 { .id = 0x83847882, .name = "STAC9220 A1", .patch = patch_stac922x },
5608 { .id = 0x83847680, .name = "STAC9221 A1", .patch = patch_stac922x },
5609 { .id = 0x83847880, .name = "STAC9220 A2", .patch = patch_stac922x },
5610 { .id = 0x83847681, .name = "STAC9220D/9223D A2", .patch = patch_stac922x },
5611 { .id = 0x83847682, .name = "STAC9221 A2", .patch = patch_stac922x },
5612 { .id = 0x83847683, .name = "STAC9221D A2", .patch = patch_stac922x },
Matt Porter22a27c72006-07-06 18:49:10 +02005613 { .id = 0x83847618, .name = "STAC9227", .patch = patch_stac927x },
5614 { .id = 0x83847619, .name = "STAC9227", .patch = patch_stac927x },
5615 { .id = 0x83847616, .name = "STAC9228", .patch = patch_stac927x },
5616 { .id = 0x83847617, .name = "STAC9228", .patch = patch_stac927x },
5617 { .id = 0x83847614, .name = "STAC9229", .patch = patch_stac927x },
5618 { .id = 0x83847615, .name = "STAC9229", .patch = patch_stac927x },
Matt Porter3cc08dc2006-01-23 15:27:49 +01005619 { .id = 0x83847620, .name = "STAC9274", .patch = patch_stac927x },
5620 { .id = 0x83847621, .name = "STAC9274D", .patch = patch_stac927x },
5621 { .id = 0x83847622, .name = "STAC9273X", .patch = patch_stac927x },
5622 { .id = 0x83847623, .name = "STAC9273D", .patch = patch_stac927x },
5623 { .id = 0x83847624, .name = "STAC9272X", .patch = patch_stac927x },
5624 { .id = 0x83847625, .name = "STAC9272D", .patch = patch_stac927x },
5625 { .id = 0x83847626, .name = "STAC9271X", .patch = patch_stac927x },
5626 { .id = 0x83847627, .name = "STAC9271D", .patch = patch_stac927x },
5627 { .id = 0x83847628, .name = "STAC9274X5NH", .patch = patch_stac927x },
5628 { .id = 0x83847629, .name = "STAC9274D5NH", .patch = patch_stac927x },
Tobin Davis8e21c342007-01-08 11:04:17 +01005629 { .id = 0x83847632, .name = "STAC9202", .patch = patch_stac925x },
5630 { .id = 0x83847633, .name = "STAC9202D", .patch = patch_stac925x },
5631 { .id = 0x83847634, .name = "STAC9250", .patch = patch_stac925x },
5632 { .id = 0x83847635, .name = "STAC9250D", .patch = patch_stac925x },
5633 { .id = 0x83847636, .name = "STAC9251", .patch = patch_stac925x },
5634 { .id = 0x83847637, .name = "STAC9250D", .patch = patch_stac925x },
Takashi Iwai7bd3c0f2008-05-02 12:28:02 +02005635 { .id = 0x83847645, .name = "92HD206X", .patch = patch_stac927x },
5636 { .id = 0x83847646, .name = "92HD206D", .patch = patch_stac927x },
Guillaume Munch6d859062006-08-22 17:15:47 +02005637 /* The following does not take into account .id=0x83847661 when subsys =
5638 * 104D0C00 which is STAC9225s. Because of this, some SZ Notebooks are
5639 * currently not fully supported.
5640 */
5641 { .id = 0x83847661, .name = "CXD9872RD/K", .patch = patch_stac9872 },
5642 { .id = 0x83847662, .name = "STAC9872AK", .patch = patch_stac9872 },
5643 { .id = 0x83847664, .name = "CXD9872AKD", .patch = patch_stac9872 },
Matt Porterf3302a52006-07-31 12:49:34 +02005644 { .id = 0x838476a0, .name = "STAC9205", .patch = patch_stac9205 },
5645 { .id = 0x838476a1, .name = "STAC9205D", .patch = patch_stac9205 },
5646 { .id = 0x838476a2, .name = "STAC9204", .patch = patch_stac9205 },
5647 { .id = 0x838476a3, .name = "STAC9204D", .patch = patch_stac9205 },
5648 { .id = 0x838476a4, .name = "STAC9255", .patch = patch_stac9205 },
5649 { .id = 0x838476a5, .name = "STAC9255D", .patch = patch_stac9205 },
5650 { .id = 0x838476a6, .name = "STAC9254", .patch = patch_stac9205 },
5651 { .id = 0x838476a7, .name = "STAC9254D", .patch = patch_stac9205 },
Matthew Ranostayaafc4412008-06-13 18:04:33 +02005652 { .id = 0x111d7603, .name = "92HD75B3X5", .patch = patch_stac92hd71bxx},
Matthew Ranostayd0513fc2008-07-27 10:30:30 +02005653 { .id = 0x111d7604, .name = "92HD83C1X5", .patch = patch_stac92hd83xxx},
5654 { .id = 0x111d7605, .name = "92HD81B1X5", .patch = patch_stac92hd83xxx},
Matthew Ranostayaafc4412008-06-13 18:04:33 +02005655 { .id = 0x111d7608, .name = "92HD75B2X5", .patch = patch_stac92hd71bxx},
Matthew Ranostay541eee82007-12-14 12:08:04 +01005656 { .id = 0x111d7674, .name = "92HD73D1X5", .patch = patch_stac92hd73xx },
5657 { .id = 0x111d7675, .name = "92HD73C1X5", .patch = patch_stac92hd73xx },
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01005658 { .id = 0x111d7676, .name = "92HD73E1X5", .patch = patch_stac92hd73xx },
Matthew Ranostay541eee82007-12-14 12:08:04 +01005659 { .id = 0x111d76b0, .name = "92HD71B8X", .patch = patch_stac92hd71bxx },
5660 { .id = 0x111d76b1, .name = "92HD71B8X", .patch = patch_stac92hd71bxx },
5661 { .id = 0x111d76b2, .name = "92HD71B7X", .patch = patch_stac92hd71bxx },
5662 { .id = 0x111d76b3, .name = "92HD71B7X", .patch = patch_stac92hd71bxx },
5663 { .id = 0x111d76b4, .name = "92HD71B6X", .patch = patch_stac92hd71bxx },
5664 { .id = 0x111d76b5, .name = "92HD71B6X", .patch = patch_stac92hd71bxx },
5665 { .id = 0x111d76b6, .name = "92HD71B5X", .patch = patch_stac92hd71bxx },
5666 { .id = 0x111d76b7, .name = "92HD71B5X", .patch = patch_stac92hd71bxx },
Matt2f2f4252005-04-13 14:45:30 +02005667 {} /* terminator */
5668};
Takashi Iwai1289e9e2008-11-27 15:47:11 +01005669
5670MODULE_ALIAS("snd-hda-codec-id:8384*");
5671MODULE_ALIAS("snd-hda-codec-id:111d*");
5672
5673MODULE_LICENSE("GPL");
5674MODULE_DESCRIPTION("IDT/Sigmatel HD-audio codec");
5675
5676static struct hda_codec_preset_list sigmatel_list = {
5677 .preset = snd_hda_preset_sigmatel,
5678 .owner = THIS_MODULE,
5679};
5680
5681static int __init patch_sigmatel_init(void)
5682{
5683 return snd_hda_add_codec_preset(&sigmatel_list);
5684}
5685
5686static void __exit patch_sigmatel_exit(void)
5687{
5688 snd_hda_delete_codec_preset(&sigmatel_list);
5689}
5690
5691module_init(patch_sigmatel_init)
5692module_exit(patch_sigmatel_exit)