blob: 9961fe197694f674ff5514103f7504267d860189 [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,
Takashi Iwaifefd67f2009-07-30 18:03:05 +020043 STAC_LO_EVENT,
Takashi Iwai3d21d3f2009-07-29 14:32:56 +020044 STAC_MIC_EVENT,
Takashi Iwaic6e4c662008-11-25 11:58:19 +010045};
Matt4e550962005-07-04 17:51:39 +020046
Takashi Iwaif5fcc132006-11-24 17:07:44 +010047enum {
Takashi Iwai1607b8e2009-02-26 16:50:43 +010048 STAC_AUTO,
Takashi Iwaif5fcc132006-11-24 17:07:44 +010049 STAC_REF,
Tobin Davisbf277782008-02-03 20:31:47 +010050 STAC_9200_OQO,
Takashi Iwaidfe495d2007-08-23 19:04:28 +020051 STAC_9200_DELL_D21,
52 STAC_9200_DELL_D22,
53 STAC_9200_DELL_D23,
54 STAC_9200_DELL_M21,
55 STAC_9200_DELL_M22,
56 STAC_9200_DELL_M23,
57 STAC_9200_DELL_M24,
58 STAC_9200_DELL_M25,
59 STAC_9200_DELL_M26,
60 STAC_9200_DELL_M27,
Mauro Carvalho Chehab58eec422008-08-11 10:18:39 +020061 STAC_9200_M4,
62 STAC_9200_M4_2,
Takashi Iwai117f2572008-03-18 09:53:23 +010063 STAC_9200_PANASONIC,
Takashi Iwaif5fcc132006-11-24 17:07:44 +010064 STAC_9200_MODELS
65};
66
67enum {
Takashi Iwai1607b8e2009-02-26 16:50:43 +010068 STAC_9205_AUTO,
Takashi Iwaif5fcc132006-11-24 17:07:44 +010069 STAC_9205_REF,
Takashi Iwaidfe495d2007-08-23 19:04:28 +020070 STAC_9205_DELL_M42,
Tobin Davisae0a8ed2007-08-13 15:50:29 +020071 STAC_9205_DELL_M43,
72 STAC_9205_DELL_M44,
Takashi Iwaid9a42682009-01-22 17:40:18 +010073 STAC_9205_EAPD,
Takashi Iwaif5fcc132006-11-24 17:07:44 +010074 STAC_9205_MODELS
75};
76
77enum {
Takashi Iwai1607b8e2009-02-26 16:50:43 +010078 STAC_92HD73XX_AUTO,
Takashi Iwai9e43f0d2008-12-17 14:51:01 +010079 STAC_92HD73XX_NO_JD, /* no jack-detection */
Matthew Ranostaye1f0d662007-12-13 17:47:21 +010080 STAC_92HD73XX_REF,
Takashi Iwai661cd8f2008-11-25 15:18:29 +010081 STAC_DELL_M6_AMIC,
82 STAC_DELL_M6_DMIC,
83 STAC_DELL_M6_BOTH,
Matthew Ranostay6b3ab212008-11-03 08:12:43 -050084 STAC_DELL_EQ,
Matthew Ranostaye1f0d662007-12-13 17:47:21 +010085 STAC_92HD73XX_MODELS
86};
87
88enum {
Takashi Iwai1607b8e2009-02-26 16:50:43 +010089 STAC_92HD83XXX_AUTO,
Matthew Ranostayd0513fc2008-07-27 10:30:30 +020090 STAC_92HD83XXX_REF,
Matthew Ranostay32ed3f42009-01-22 20:53:29 -050091 STAC_92HD83XXX_PWR_REF,
Matthew Ranostay8bb0ac52009-02-12 16:50:01 -050092 STAC_DELL_S14,
Matthew Ranostayd0513fc2008-07-27 10:30:30 +020093 STAC_92HD83XXX_MODELS
94};
95
96enum {
Takashi Iwai1607b8e2009-02-26 16:50:43 +010097 STAC_92HD71BXX_AUTO,
Matthew Ranostaye035b842007-11-06 11:53:55 +010098 STAC_92HD71BXX_REF,
Matthew Ranostaya7662642008-02-21 07:51:14 +010099 STAC_DELL_M4_1,
100 STAC_DELL_M4_2,
Matthew Ranostay3a7abfd2008-11-20 21:21:43 -0500101 STAC_DELL_M4_3,
Matthew Ranostay6a14f582008-09-12 12:02:30 -0400102 STAC_HP_M4,
Takashi Iwai1b0652e2009-01-14 08:27:35 +0100103 STAC_HP_DV5,
Christoph Plattnerae6241f2009-03-08 23:19:05 +0100104 STAC_HP_HDX,
James Gardiner514bf542009-05-03 04:00:44 -0400105 STAC_HP_DV4_1222NR,
Matthew Ranostaye035b842007-11-06 11:53:55 +0100106 STAC_92HD71BXX_MODELS
107};
108
109enum {
Takashi Iwai1607b8e2009-02-26 16:50:43 +0100110 STAC_925x_AUTO,
Tobin Davis8e21c342007-01-08 11:04:17 +0100111 STAC_925x_REF,
Mauro Carvalho Chehab9cb36c22008-08-11 10:18:39 +0200112 STAC_M1,
113 STAC_M1_2,
114 STAC_M2,
Tobin Davis8e21c342007-01-08 11:04:17 +0100115 STAC_M2_2,
Mauro Carvalho Chehab9cb36c22008-08-11 10:18:39 +0200116 STAC_M3,
117 STAC_M5,
118 STAC_M6,
Tobin Davis8e21c342007-01-08 11:04:17 +0100119 STAC_925x_MODELS
120};
121
122enum {
Takashi Iwai1607b8e2009-02-26 16:50:43 +0100123 STAC_922X_AUTO,
Takashi Iwaif5fcc132006-11-24 17:07:44 +0100124 STAC_D945_REF,
125 STAC_D945GTP3,
126 STAC_D945GTP5,
Ivan N. Zlatev5d5d3bc2007-05-29 16:03:00 +0200127 STAC_INTEL_MAC_V1,
128 STAC_INTEL_MAC_V2,
129 STAC_INTEL_MAC_V3,
130 STAC_INTEL_MAC_V4,
131 STAC_INTEL_MAC_V5,
Nicolas Boichat536319a2008-07-21 22:18:01 +0800132 STAC_INTEL_MAC_AUTO, /* This model is selected if no module parameter
133 * is given, one of the above models will be
134 * chosen according to the subsystem id. */
Takashi Iwaidfe495d2007-08-23 19:04:28 +0200135 /* for backward compatibility */
Takashi Iwaif5fcc132006-11-24 17:07:44 +0100136 STAC_MACMINI,
Takashi Iwai3fc24d82007-02-16 13:27:18 +0100137 STAC_MACBOOK,
Nicolas Boichat6f0778d2007-03-15 12:38:15 +0100138 STAC_MACBOOK_PRO_V1,
139 STAC_MACBOOK_PRO_V2,
Sylvain FORETf16928f2007-04-27 14:22:36 +0200140 STAC_IMAC_INTEL,
Takashi Iwai0dae0f82007-05-21 12:41:29 +0200141 STAC_IMAC_INTEL_20,
Mauro Carvalho Chehab8c650082008-08-04 10:39:59 -0300142 STAC_ECS_202,
Takashi Iwaidfe495d2007-08-23 19:04:28 +0200143 STAC_922X_DELL_D81,
144 STAC_922X_DELL_D82,
145 STAC_922X_DELL_M81,
146 STAC_922X_DELL_M82,
Takashi Iwaif5fcc132006-11-24 17:07:44 +0100147 STAC_922X_MODELS
148};
149
150enum {
Takashi Iwai1607b8e2009-02-26 16:50:43 +0100151 STAC_927X_AUTO,
Takashi Iwaie28d8322008-12-17 13:48:29 +0100152 STAC_D965_REF_NO_JD, /* no jack-detection */
Takashi Iwaif5fcc132006-11-24 17:07:44 +0100153 STAC_D965_REF,
154 STAC_D965_3ST,
155 STAC_D965_5ST,
Takashi Iwai679d92e2009-05-24 19:00:08 +0200156 STAC_D965_5ST_NO_FP,
Tobin Davis4ff076e2007-08-07 11:48:12 +0200157 STAC_DELL_3ST,
Matthew Ranostay8e9068b2007-12-17 11:58:13 +0100158 STAC_DELL_BIOS,
Takashi Iwaif5fcc132006-11-24 17:07:44 +0100159 STAC_927X_MODELS
160};
Matt Porter403d1942005-11-29 15:00:51 +0100161
Takashi Iwai307282c2009-03-12 18:17:58 +0100162enum {
163 STAC_9872_AUTO,
164 STAC_9872_VAIO,
165 STAC_9872_MODELS
166};
167
Matthew Ranostay74aeaab2008-10-25 01:06:04 -0400168struct sigmatel_event {
169 hda_nid_t nid;
Takashi Iwaic6e4c662008-11-25 11:58:19 +0100170 unsigned char type;
171 unsigned char tag;
Matthew Ranostay74aeaab2008-10-25 01:06:04 -0400172 int data;
173};
174
175struct sigmatel_jack {
176 hda_nid_t nid;
177 int type;
178 struct snd_jack *jack;
179};
180
Takashi Iwai3d21d3f2009-07-29 14:32:56 +0200181struct sigmatel_mic_route {
182 hda_nid_t pin;
183 unsigned char mux_idx;
184 unsigned char dmux_idx;
185};
186
Matt2f2f4252005-04-13 14:45:30 +0200187struct sigmatel_spec {
Takashi Iwaic8b6bf9b2005-11-17 14:57:47 +0100188 struct snd_kcontrol_new *mixers[4];
Mattc7d4b2f2005-06-27 14:59:41 +0200189 unsigned int num_mixers;
190
Matt Porter403d1942005-11-29 15:00:51 +0100191 int board_config;
Matthew Ranostayc0cea0d2008-11-16 11:42:34 -0500192 unsigned int eapd_switch: 1;
Mattc7d4b2f2005-06-27 14:59:41 +0200193 unsigned int surr_switch: 1;
Matt Porter3cc08dc2006-01-23 15:27:49 +0100194 unsigned int alt_switch: 1;
Takashi Iwai82bc9552006-03-21 11:24:42 +0100195 unsigned int hp_detect: 1;
Matthew Ranostay00ef50c2008-09-27 18:13:47 -0400196 unsigned int spdif_mute: 1;
Takashi Iwai7c7767e2009-01-20 15:28:38 +0100197 unsigned int check_volume_offset:1;
Takashi Iwai3d21d3f2009-07-29 14:32:56 +0200198 unsigned int auto_mic:1;
Mattc7d4b2f2005-06-27 14:59:41 +0200199
Matthew Ranostay4fe51952008-01-29 15:28:44 +0100200 /* gpio lines */
Matthew Ranostay0fc9dec2008-04-14 13:32:54 +0200201 unsigned int eapd_mask;
Matthew Ranostay4fe51952008-01-29 15:28:44 +0100202 unsigned int gpio_mask;
203 unsigned int gpio_dir;
204 unsigned int gpio_data;
205 unsigned int gpio_mute;
Takashi Iwai86d190e2009-05-26 15:18:58 +0200206 unsigned int gpio_led;
Matthew Ranostay4fe51952008-01-29 15:28:44 +0100207
Matthew Ranostay8daaaa92008-08-15 07:45:52 +0200208 /* stream */
209 unsigned int stream_delay;
210
Matthew Ranostay4fe51952008-01-29 15:28:44 +0100211 /* analog loopback */
Takashi Iwaid78d7a92009-03-02 14:26:25 +0100212 struct snd_kcontrol_new *aloopback_ctl;
Matthew Ranostaye1f0d662007-12-13 17:47:21 +0100213 unsigned char aloopback_mask;
214 unsigned char aloopback_shift;
Takashi Iwai82599802007-07-31 15:56:24 +0200215
Matthew Ranostaya64135a2008-01-10 16:55:06 +0100216 /* power management */
217 unsigned int num_pwrs;
Matthew Ranostayd0513fc2008-07-27 10:30:30 +0200218 unsigned int *pwr_mapping;
Matthew Ranostaya64135a2008-01-10 16:55:06 +0100219 hda_nid_t *pwr_nids;
Matthew Ranostayb76c8502008-02-06 14:49:44 +0100220 hda_nid_t *dac_list;
Matthew Ranostaya64135a2008-01-10 16:55:06 +0100221
Matthew Ranostay74aeaab2008-10-25 01:06:04 -0400222 /* jack detection */
223 struct snd_array jacks;
224
225 /* events */
226 struct snd_array events;
227
Matt2f2f4252005-04-13 14:45:30 +0200228 /* playback */
Matthew Ranostayb22b4822008-01-22 12:32:30 +0100229 struct hda_input_mux *mono_mux;
Matthew Ranostay89385032008-09-11 09:49:39 -0400230 struct hda_input_mux *amp_mux;
Matthew Ranostayb22b4822008-01-22 12:32:30 +0100231 unsigned int cur_mmux;
Matt2f2f4252005-04-13 14:45:30 +0200232 struct hda_multi_out multiout;
Matt Porter3cc08dc2006-01-23 15:27:49 +0100233 hda_nid_t dac_nids[5];
Takashi Iwaic21ca4a2008-12-19 09:26:08 +0100234 hda_nid_t hp_dacs[5];
235 hda_nid_t speaker_dacs[5];
Matt2f2f4252005-04-13 14:45:30 +0200236
Takashi Iwai7c7767e2009-01-20 15:28:38 +0100237 int volume_offset;
238
Matt2f2f4252005-04-13 14:45:30 +0200239 /* capture */
240 hda_nid_t *adc_nids;
Matt2f2f4252005-04-13 14:45:30 +0200241 unsigned int num_adcs;
Mattdabbed62005-06-14 10:19:34 +0200242 hda_nid_t *mux_nids;
243 unsigned int num_muxes;
Matt Porter8b657272006-10-26 17:12:59 +0200244 hda_nid_t *dmic_nids;
245 unsigned int num_dmics;
Matthew Ranostaye1f0d662007-12-13 17:47:21 +0100246 hda_nid_t *dmux_nids;
Takashi Iwai16970552007-12-18 18:05:52 +0100247 unsigned int num_dmuxes;
Matthew Ranostayd9737752008-09-07 12:03:41 +0200248 hda_nid_t *smux_nids;
249 unsigned int num_smuxes;
Takashi Iwai6479c632009-07-28 18:20:25 +0200250
251 unsigned long *capvols; /* amp-volume attr: HDA_COMPOSE_AMP_VAL() */
252 unsigned long *capsws; /* amp-mute attr: HDA_COMPOSE_AMP_VAL() */
253 unsigned int num_caps; /* number of capture volume/switch elements */
254
Takashi Iwai3d21d3f2009-07-29 14:32:56 +0200255 struct sigmatel_mic_route ext_mic;
256 struct sigmatel_mic_route int_mic;
257
Matthew Ranostay65973632008-09-16 10:39:37 -0400258 const char **spdif_labels;
Matthew Ranostayd9737752008-09-07 12:03:41 +0200259
Mattdabbed62005-06-14 10:19:34 +0200260 hda_nid_t dig_in_nid;
Matthew Ranostayb22b4822008-01-22 12:32:30 +0100261 hda_nid_t mono_nid;
Matthew Ranostay1cd22242008-07-18 18:20:52 +0200262 hda_nid_t anabeep_nid;
263 hda_nid_t digbeep_nid;
Matt2f2f4252005-04-13 14:45:30 +0200264
Matt2f2f4252005-04-13 14:45:30 +0200265 /* pin widgets */
266 hda_nid_t *pin_nids;
267 unsigned int num_pins;
Matt2f2f4252005-04-13 14:45:30 +0200268
269 /* codec specific stuff */
270 struct hda_verb *init;
Takashi Iwaic8b6bf9b2005-11-17 14:57:47 +0100271 struct snd_kcontrol_new *mixer;
Matt2f2f4252005-04-13 14:45:30 +0200272
273 /* capture source */
Matt Porter8b657272006-10-26 17:12:59 +0200274 struct hda_input_mux *dinput_mux;
Matthew Ranostaye1f0d662007-12-13 17:47:21 +0100275 unsigned int cur_dmux[2];
Mattc7d4b2f2005-06-27 14:59:41 +0200276 struct hda_input_mux *input_mux;
Matt Porter3cc08dc2006-01-23 15:27:49 +0100277 unsigned int cur_mux[3];
Matthew Ranostayd9737752008-09-07 12:03:41 +0200278 struct hda_input_mux *sinput_mux;
279 unsigned int cur_smux[2];
Matthew Ranostay2a9c7812008-09-13 16:45:39 -0400280 unsigned int cur_amux;
281 hda_nid_t *amp_nids;
282 unsigned int num_amps;
Matthew Ranostay8daaaa92008-08-15 07:45:52 +0200283 unsigned int powerdown_adcs;
Matt2f2f4252005-04-13 14:45:30 +0200284
Matt Porter403d1942005-11-29 15:00:51 +0100285 /* i/o switches */
286 unsigned int io_switch[2];
Maxim Levitsky0fb87bb2007-09-03 15:29:04 +0200287 unsigned int clfe_swap;
Takashi Iwaic21ca4a2008-12-19 09:26:08 +0100288 hda_nid_t line_switch; /* shared line-in for input and output */
289 hda_nid_t mic_switch; /* shared mic-in for input and output */
290 hda_nid_t hp_switch; /* NID of HP as line-out */
Maxim Levitsky5f10c4a2007-09-03 15:29:37 +0200291 unsigned int aloopback;
Matt2f2f4252005-04-13 14:45:30 +0200292
Mattc7d4b2f2005-06-27 14:59:41 +0200293 struct hda_pcm pcm_rec[2]; /* PCM information */
294
295 /* dynamic controls and input_mux */
296 struct auto_pin_cfg autocfg;
Takashi Iwai603c4012008-07-30 15:01:44 +0200297 struct snd_array kctls;
Matt Porter8b657272006-10-26 17:12:59 +0200298 struct hda_input_mux private_dimux;
Mattc7d4b2f2005-06-27 14:59:41 +0200299 struct hda_input_mux private_imux;
Matthew Ranostayd9737752008-09-07 12:03:41 +0200300 struct hda_input_mux private_smux;
Matthew Ranostay89385032008-09-11 09:49:39 -0400301 struct hda_input_mux private_amp_mux;
Matthew Ranostayb22b4822008-01-22 12:32:30 +0100302 struct hda_input_mux private_mono_mux;
Matt2f2f4252005-04-13 14:45:30 +0200303};
304
305static hda_nid_t stac9200_adc_nids[1] = {
306 0x03,
307};
308
309static hda_nid_t stac9200_mux_nids[1] = {
310 0x0c,
311};
312
313static hda_nid_t stac9200_dac_nids[1] = {
314 0x02,
315};
316
Matthew Ranostaya64135a2008-01-10 16:55:06 +0100317static hda_nid_t stac92hd73xx_pwr_nids[8] = {
318 0x0a, 0x0b, 0x0c, 0xd, 0x0e,
319 0x0f, 0x10, 0x11
320};
321
Matthew Ranostay0ffa9802008-09-08 11:20:05 -0400322static hda_nid_t stac92hd73xx_slave_dig_outs[2] = {
323 0x26, 0,
324};
325
Matthew Ranostaye1f0d662007-12-13 17:47:21 +0100326static hda_nid_t stac92hd73xx_adc_nids[2] = {
327 0x1a, 0x1b
328};
329
Matthew Ranostay2a9c7812008-09-13 16:45:39 -0400330#define DELL_M6_AMP 2
331static hda_nid_t stac92hd73xx_amp_nids[3] = {
332 0x0b, 0x0c, 0x0e
Matthew Ranostay89385032008-09-11 09:49:39 -0400333};
334
Matthew Ranostaye1f0d662007-12-13 17:47:21 +0100335#define STAC92HD73XX_NUM_DMICS 2
336static hda_nid_t stac92hd73xx_dmic_nids[STAC92HD73XX_NUM_DMICS + 1] = {
337 0x13, 0x14, 0
338};
339
340#define STAC92HD73_DAC_COUNT 5
Matthew Ranostaye1f0d662007-12-13 17:47:21 +0100341
342static hda_nid_t stac92hd73xx_mux_nids[4] = {
343 0x28, 0x29, 0x2a, 0x2b,
344};
345
346static hda_nid_t stac92hd73xx_dmux_nids[2] = {
347 0x20, 0x21,
348};
349
Matthew Ranostayd9737752008-09-07 12:03:41 +0200350static hda_nid_t stac92hd73xx_smux_nids[2] = {
351 0x22, 0x23,
352};
353
Takashi Iwai6479c632009-07-28 18:20:25 +0200354#define STAC92HD73XX_NUM_CAPS 2
355static unsigned long stac92hd73xx_capvols[] = {
356 HDA_COMPOSE_AMP_VAL(0x20, 3, 0, HDA_OUTPUT),
357 HDA_COMPOSE_AMP_VAL(0x21, 3, 0, HDA_OUTPUT),
358};
359#define stac92hd73xx_capsws stac92hd73xx_capvols
360
Matthew Ranostayd0513fc2008-07-27 10:30:30 +0200361#define STAC92HD83XXX_NUM_DMICS 2
362static hda_nid_t stac92hd83xxx_dmic_nids[STAC92HD83XXX_NUM_DMICS + 1] = {
363 0x11, 0x12, 0
364};
365
Matthew Ranostayd0513fc2008-07-27 10:30:30 +0200366#define STAC92HD83_DAC_COUNT 3
Matthew Ranostayd0513fc2008-07-27 10:30:30 +0200367
368static hda_nid_t stac92hd83xxx_dmux_nids[2] = {
369 0x17, 0x18,
370};
371
372static hda_nid_t stac92hd83xxx_adc_nids[2] = {
373 0x15, 0x16,
374};
375
376static hda_nid_t stac92hd83xxx_pwr_nids[4] = {
377 0xa, 0xb, 0xd, 0xe,
378};
379
Matthew Ranostay0ffa9802008-09-08 11:20:05 -0400380static hda_nid_t stac92hd83xxx_slave_dig_outs[2] = {
381 0x1e, 0,
382};
383
Matthew Ranostayd0513fc2008-07-27 10:30:30 +0200384static unsigned int stac92hd83xxx_pwr_mapping[4] = {
Matthew Ranostay87e88a72009-01-22 20:38:42 -0500385 0x03, 0x0c, 0x20, 0x40,
Matthew Ranostayd0513fc2008-07-27 10:30:30 +0200386};
387
Takashi Iwai9248f262009-01-14 09:40:25 +0100388static hda_nid_t stac92hd83xxx_amp_nids[1] = {
Matthew Ranostayc15c5062009-01-13 13:30:07 -0500389 0xc,
390};
391
Takashi Iwai6479c632009-07-28 18:20:25 +0200392#define STAC92HD83XXX_NUM_CAPS 2
393static unsigned long stac92hd83xxx_capvols[] = {
394 HDA_COMPOSE_AMP_VAL(0x17, 3, 0, HDA_OUTPUT),
395 HDA_COMPOSE_AMP_VAL(0x18, 3, 0, HDA_OUTPUT),
396};
397#define stac92hd83xxx_capsws stac92hd83xxx_capvols
398
Matthew Ranostaya64135a2008-01-10 16:55:06 +0100399static hda_nid_t stac92hd71bxx_pwr_nids[3] = {
400 0x0a, 0x0d, 0x0f
401};
402
Matthew Ranostaye035b842007-11-06 11:53:55 +0100403static hda_nid_t stac92hd71bxx_adc_nids[2] = {
404 0x12, 0x13,
405};
406
407static hda_nid_t stac92hd71bxx_mux_nids[2] = {
408 0x1a, 0x1b
409};
410
Matthew Ranostay4b33c762008-10-10 09:07:23 -0400411static hda_nid_t stac92hd71bxx_dmux_nids[2] = {
412 0x1c, 0x1d,
Matthew Ranostaye1f0d662007-12-13 17:47:21 +0100413};
414
Matthew Ranostayd9737752008-09-07 12:03:41 +0200415static hda_nid_t stac92hd71bxx_smux_nids[2] = {
416 0x24, 0x25,
417};
418
Matthew Ranostaye035b842007-11-06 11:53:55 +0100419#define STAC92HD71BXX_NUM_DMICS 2
420static hda_nid_t stac92hd71bxx_dmic_nids[STAC92HD71BXX_NUM_DMICS + 1] = {
421 0x18, 0x19, 0
422};
423
Matthew Ranostay0ffa9802008-09-08 11:20:05 -0400424static hda_nid_t stac92hd71bxx_slave_dig_outs[2] = {
425 0x22, 0
426};
427
Takashi Iwai6479c632009-07-28 18:20:25 +0200428#define STAC92HD71BXX_NUM_CAPS 2
429static unsigned long stac92hd71bxx_capvols[] = {
430 HDA_COMPOSE_AMP_VAL(0x1c, 3, 0, HDA_OUTPUT),
431 HDA_COMPOSE_AMP_VAL(0x1d, 3, 0, HDA_OUTPUT),
432};
433#define stac92hd71bxx_capsws stac92hd71bxx_capvols
434
Tobin Davis8e21c342007-01-08 11:04:17 +0100435static hda_nid_t stac925x_adc_nids[1] = {
436 0x03,
437};
438
439static hda_nid_t stac925x_mux_nids[1] = {
440 0x0f,
441};
442
443static hda_nid_t stac925x_dac_nids[1] = {
444 0x02,
445};
446
Takashi Iwaif6e98522007-10-16 14:27:04 +0200447#define STAC925X_NUM_DMICS 1
448static hda_nid_t stac925x_dmic_nids[STAC925X_NUM_DMICS + 1] = {
449 0x15, 0
Tobin Davis2c11f952007-05-17 09:36:34 +0200450};
451
Takashi Iwai16970552007-12-18 18:05:52 +0100452static hda_nid_t stac925x_dmux_nids[1] = {
453 0x14,
454};
455
Takashi Iwai6479c632009-07-28 18:20:25 +0200456static unsigned long stac925x_capvols[] = {
457 HDA_COMPOSE_AMP_VAL(0x09, 3, 0, HDA_OUTPUT),
458};
459static unsigned long stac925x_capsws[] = {
460 HDA_COMPOSE_AMP_VAL(0x14, 3, 0, HDA_OUTPUT),
461};
462
Matt2f2f4252005-04-13 14:45:30 +0200463static hda_nid_t stac922x_adc_nids[2] = {
464 0x06, 0x07,
465};
466
467static hda_nid_t stac922x_mux_nids[2] = {
468 0x12, 0x13,
469};
470
Takashi Iwai6479c632009-07-28 18:20:25 +0200471#define STAC922X_NUM_CAPS 2
472static unsigned long stac922x_capvols[] = {
473 HDA_COMPOSE_AMP_VAL(0x17, 3, 0, HDA_INPUT),
474 HDA_COMPOSE_AMP_VAL(0x18, 3, 0, HDA_INPUT),
475};
476#define stac922x_capsws stac922x_capvols
477
Matthew Ranostay45c1d852009-02-04 17:49:41 -0500478static hda_nid_t stac927x_slave_dig_outs[2] = {
479 0x1f, 0,
480};
481
Matt Porter3cc08dc2006-01-23 15:27:49 +0100482static hda_nid_t stac927x_adc_nids[3] = {
483 0x07, 0x08, 0x09
484};
485
486static hda_nid_t stac927x_mux_nids[3] = {
487 0x15, 0x16, 0x17
488};
489
Matthew Ranostayd9737752008-09-07 12:03:41 +0200490static hda_nid_t stac927x_smux_nids[1] = {
491 0x21,
492};
493
Matthew Ranostayb76c8502008-02-06 14:49:44 +0100494static hda_nid_t stac927x_dac_nids[6] = {
495 0x02, 0x03, 0x04, 0x05, 0x06, 0
496};
497
Matthew Ranostaye1f0d662007-12-13 17:47:21 +0100498static hda_nid_t stac927x_dmux_nids[1] = {
499 0x1b,
500};
501
Matthew Ranostay7f168592007-10-18 17:38:17 +0200502#define STAC927X_NUM_DMICS 2
503static hda_nid_t stac927x_dmic_nids[STAC927X_NUM_DMICS + 1] = {
504 0x13, 0x14, 0
505};
506
Takashi Iwai6479c632009-07-28 18:20:25 +0200507#define STAC927X_NUM_CAPS 3
508static unsigned long stac927x_capvols[] = {
509 HDA_COMPOSE_AMP_VAL(0x18, 3, 0, HDA_INPUT),
510 HDA_COMPOSE_AMP_VAL(0x19, 3, 0, HDA_INPUT),
511 HDA_COMPOSE_AMP_VAL(0x1a, 3, 0, HDA_INPUT),
512};
513static unsigned long stac927x_capsws[] = {
514 HDA_COMPOSE_AMP_VAL(0x1b, 3, 0, HDA_OUTPUT),
515 HDA_COMPOSE_AMP_VAL(0x1c, 3, 0, HDA_OUTPUT),
516 HDA_COMPOSE_AMP_VAL(0x1d, 3, 0, HDA_OUTPUT),
517};
518
Matthew Ranostay65973632008-09-16 10:39:37 -0400519static const char *stac927x_spdif_labels[5] = {
520 "Digital Playback", "ADAT", "Analog Mux 1",
521 "Analog Mux 2", "Analog Mux 3"
522};
523
Matt Porterf3302a52006-07-31 12:49:34 +0200524static hda_nid_t stac9205_adc_nids[2] = {
525 0x12, 0x13
526};
527
528static hda_nid_t stac9205_mux_nids[2] = {
529 0x19, 0x1a
530};
531
Matthew Ranostaye1f0d662007-12-13 17:47:21 +0100532static hda_nid_t stac9205_dmux_nids[1] = {
Takashi Iwai16970552007-12-18 18:05:52 +0100533 0x1d,
Matthew Ranostaye1f0d662007-12-13 17:47:21 +0100534};
535
Matthew Ranostayd9737752008-09-07 12:03:41 +0200536static hda_nid_t stac9205_smux_nids[1] = {
537 0x21,
538};
539
Takashi Iwaif6e98522007-10-16 14:27:04 +0200540#define STAC9205_NUM_DMICS 2
541static hda_nid_t stac9205_dmic_nids[STAC9205_NUM_DMICS + 1] = {
542 0x17, 0x18, 0
Matt Porter8b657272006-10-26 17:12:59 +0200543};
544
Takashi Iwai6479c632009-07-28 18:20:25 +0200545#define STAC9205_NUM_CAPS 2
546static unsigned long stac9205_capvols[] = {
547 HDA_COMPOSE_AMP_VAL(0x1b, 3, 0, HDA_INPUT),
548 HDA_COMPOSE_AMP_VAL(0x1c, 3, 0, HDA_INPUT),
549};
550static unsigned long stac9205_capsws[] = {
551 HDA_COMPOSE_AMP_VAL(0x1d, 3, 0, HDA_OUTPUT),
552 HDA_COMPOSE_AMP_VAL(0x1e, 3, 0, HDA_OUTPUT),
553};
554
Mattc7d4b2f2005-06-27 14:59:41 +0200555static hda_nid_t stac9200_pin_nids[8] = {
Tobin Davis93ed1502006-09-01 21:03:12 +0200556 0x08, 0x09, 0x0d, 0x0e,
557 0x0f, 0x10, 0x11, 0x12,
Matt2f2f4252005-04-13 14:45:30 +0200558};
559
Tobin Davis8e21c342007-01-08 11:04:17 +0100560static hda_nid_t stac925x_pin_nids[8] = {
561 0x07, 0x08, 0x0a, 0x0b,
562 0x0c, 0x0d, 0x10, 0x11,
563};
564
Matt2f2f4252005-04-13 14:45:30 +0200565static hda_nid_t stac922x_pin_nids[10] = {
566 0x0a, 0x0b, 0x0c, 0x0d, 0x0e,
567 0x0f, 0x10, 0x11, 0x15, 0x1b,
568};
569
Matthew Ranostaya7662642008-02-21 07:51:14 +0100570static hda_nid_t stac92hd73xx_pin_nids[13] = {
Matthew Ranostaye1f0d662007-12-13 17:47:21 +0100571 0x0a, 0x0b, 0x0c, 0x0d, 0x0e,
572 0x0f, 0x10, 0x11, 0x12, 0x13,
Matthew Ranostayd9737752008-09-07 12:03:41 +0200573 0x14, 0x22, 0x23
Matthew Ranostaye1f0d662007-12-13 17:47:21 +0100574};
575
Matthew Ranostay8bb0ac52009-02-12 16:50:01 -0500576static hda_nid_t stac92hd83xxx_pin_nids[10] = {
Matthew Ranostayd0513fc2008-07-27 10:30:30 +0200577 0x0a, 0x0b, 0x0c, 0x0d, 0x0e,
Matthew Ranostay8bb0ac52009-02-12 16:50:01 -0500578 0x0f, 0x10, 0x11, 0x1f, 0x20,
Matthew Ranostayd0513fc2008-07-27 10:30:30 +0200579};
Herton Ronaldo Krzesinski616f89e2009-02-04 11:23:19 -0500580
581#define STAC92HD71BXX_NUM_PINS 13
582static hda_nid_t stac92hd71bxx_pin_nids_4port[STAC92HD71BXX_NUM_PINS] = {
583 0x0a, 0x0b, 0x0c, 0x0d, 0x00,
584 0x00, 0x14, 0x18, 0x19, 0x1e,
585 0x1f, 0x20, 0x27
586};
587static hda_nid_t stac92hd71bxx_pin_nids_6port[STAC92HD71BXX_NUM_PINS] = {
Matthew Ranostaye035b842007-11-06 11:53:55 +0100588 0x0a, 0x0b, 0x0c, 0x0d, 0x0e,
589 0x0f, 0x14, 0x18, 0x19, 0x1e,
Herton Ronaldo Krzesinski616f89e2009-02-04 11:23:19 -0500590 0x1f, 0x20, 0x27
Matthew Ranostaye035b842007-11-06 11:53:55 +0100591};
592
Matt Porter3cc08dc2006-01-23 15:27:49 +0100593static hda_nid_t stac927x_pin_nids[14] = {
594 0x0a, 0x0b, 0x0c, 0x0d, 0x0e,
595 0x0f, 0x10, 0x11, 0x12, 0x13,
596 0x14, 0x21, 0x22, 0x23,
597};
598
Matt Porterf3302a52006-07-31 12:49:34 +0200599static hda_nid_t stac9205_pin_nids[12] = {
600 0x0a, 0x0b, 0x0c, 0x0d, 0x0e,
601 0x0f, 0x14, 0x16, 0x17, 0x18,
602 0x21, 0x22,
Matt Porterf3302a52006-07-31 12:49:34 +0200603};
604
Matthew Ranostay89385032008-09-11 09:49:39 -0400605#define stac92xx_amp_volume_info snd_hda_mixer_amp_volume_info
606
607static int stac92xx_amp_volume_get(struct snd_kcontrol *kcontrol,
608 struct snd_ctl_elem_value *ucontrol)
609{
610 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
611 struct sigmatel_spec *spec = codec->spec;
612 hda_nid_t nid = spec->amp_nids[spec->cur_amux];
613
614 kcontrol->private_value ^= get_amp_nid(kcontrol);
615 kcontrol->private_value |= nid;
616
617 return snd_hda_mixer_amp_volume_get(kcontrol, ucontrol);
618}
619
620static int stac92xx_amp_volume_put(struct snd_kcontrol *kcontrol,
621 struct snd_ctl_elem_value *ucontrol)
622{
623 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
624 struct sigmatel_spec *spec = codec->spec;
625 hda_nid_t nid = spec->amp_nids[spec->cur_amux];
626
627 kcontrol->private_value ^= get_amp_nid(kcontrol);
628 kcontrol->private_value |= nid;
629
630 return snd_hda_mixer_amp_volume_put(kcontrol, ucontrol);
631}
632
Matt Porter8b657272006-10-26 17:12:59 +0200633static int stac92xx_dmux_enum_info(struct snd_kcontrol *kcontrol,
634 struct snd_ctl_elem_info *uinfo)
635{
636 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
637 struct sigmatel_spec *spec = codec->spec;
638 return snd_hda_input_mux_info(spec->dinput_mux, uinfo);
639}
640
641static int stac92xx_dmux_enum_get(struct snd_kcontrol *kcontrol,
642 struct snd_ctl_elem_value *ucontrol)
643{
644 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
645 struct sigmatel_spec *spec = codec->spec;
Matthew Ranostaye1f0d662007-12-13 17:47:21 +0100646 unsigned int dmux_idx = snd_ctl_get_ioffidx(kcontrol, &ucontrol->id);
Matt Porter8b657272006-10-26 17:12:59 +0200647
Matthew Ranostaye1f0d662007-12-13 17:47:21 +0100648 ucontrol->value.enumerated.item[0] = spec->cur_dmux[dmux_idx];
Matt Porter8b657272006-10-26 17:12:59 +0200649 return 0;
650}
651
652static int stac92xx_dmux_enum_put(struct snd_kcontrol *kcontrol,
653 struct snd_ctl_elem_value *ucontrol)
654{
655 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
656 struct sigmatel_spec *spec = codec->spec;
Matthew Ranostaye1f0d662007-12-13 17:47:21 +0100657 unsigned int dmux_idx = snd_ctl_get_ioffidx(kcontrol, &ucontrol->id);
Matt Porter8b657272006-10-26 17:12:59 +0200658
659 return snd_hda_input_mux_put(codec, spec->dinput_mux, ucontrol,
Matthew Ranostaye1f0d662007-12-13 17:47:21 +0100660 spec->dmux_nids[dmux_idx], &spec->cur_dmux[dmux_idx]);
Matt Porter8b657272006-10-26 17:12:59 +0200661}
662
Matthew Ranostayd9737752008-09-07 12:03:41 +0200663static int stac92xx_smux_enum_info(struct snd_kcontrol *kcontrol,
664 struct snd_ctl_elem_info *uinfo)
665{
666 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
667 struct sigmatel_spec *spec = codec->spec;
668 return snd_hda_input_mux_info(spec->sinput_mux, uinfo);
669}
670
671static int stac92xx_smux_enum_get(struct snd_kcontrol *kcontrol,
672 struct snd_ctl_elem_value *ucontrol)
673{
674 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
675 struct sigmatel_spec *spec = codec->spec;
676 unsigned int smux_idx = snd_ctl_get_ioffidx(kcontrol, &ucontrol->id);
677
678 ucontrol->value.enumerated.item[0] = spec->cur_smux[smux_idx];
679 return 0;
680}
681
682static int stac92xx_smux_enum_put(struct snd_kcontrol *kcontrol,
683 struct snd_ctl_elem_value *ucontrol)
684{
685 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
686 struct sigmatel_spec *spec = codec->spec;
Matthew Ranostay00ef50c2008-09-27 18:13:47 -0400687 struct hda_input_mux *smux = &spec->private_smux;
Matthew Ranostayd9737752008-09-07 12:03:41 +0200688 unsigned int smux_idx = snd_ctl_get_ioffidx(kcontrol, &ucontrol->id);
Matthew Ranostay00ef50c2008-09-27 18:13:47 -0400689 int err, val;
690 hda_nid_t nid;
Matthew Ranostayd9737752008-09-07 12:03:41 +0200691
Matthew Ranostay00ef50c2008-09-27 18:13:47 -0400692 err = snd_hda_input_mux_put(codec, spec->sinput_mux, ucontrol,
Matthew Ranostayd9737752008-09-07 12:03:41 +0200693 spec->smux_nids[smux_idx], &spec->cur_smux[smux_idx]);
Matthew Ranostay00ef50c2008-09-27 18:13:47 -0400694 if (err < 0)
695 return err;
696
697 if (spec->spdif_mute) {
698 if (smux_idx == 0)
699 nid = spec->multiout.dig_out_nid;
700 else
701 nid = codec->slave_dig_outs[smux_idx - 1];
702 if (spec->cur_smux[smux_idx] == smux->num_items - 1)
Takashi Iwaic9b46f92008-12-01 11:42:09 +0100703 val = HDA_AMP_MUTE;
Matthew Ranostay00ef50c2008-09-27 18:13:47 -0400704 else
Takashi Iwaic9b46f92008-12-01 11:42:09 +0100705 val = 0;
Matthew Ranostay00ef50c2008-09-27 18:13:47 -0400706 /* un/mute SPDIF out */
Takashi Iwaic9b46f92008-12-01 11:42:09 +0100707 snd_hda_codec_amp_stereo(codec, nid, HDA_OUTPUT, 0,
708 HDA_AMP_MUTE, val);
Matthew Ranostay00ef50c2008-09-27 18:13:47 -0400709 }
710 return 0;
Matthew Ranostayd9737752008-09-07 12:03:41 +0200711}
712
Nickolas Lloyd2fc99892009-05-15 15:33:30 +0200713static unsigned int stac92xx_vref_set(struct hda_codec *codec,
714 hda_nid_t nid, unsigned int new_vref)
715{
Takashi Iwaib8621512009-06-22 08:00:10 +0200716 int error;
Nickolas Lloyd2fc99892009-05-15 15:33:30 +0200717 unsigned int pincfg;
718 pincfg = snd_hda_codec_read(codec, nid, 0,
719 AC_VERB_GET_PIN_WIDGET_CONTROL, 0);
720
721 pincfg &= 0xff;
722 pincfg &= ~(AC_PINCTL_VREFEN | AC_PINCTL_IN_EN | AC_PINCTL_OUT_EN);
723 pincfg |= new_vref;
724
725 if (new_vref == AC_PINCTL_VREF_HIZ)
726 pincfg |= AC_PINCTL_OUT_EN;
727 else
728 pincfg |= AC_PINCTL_IN_EN;
729
730 error = snd_hda_codec_write_cache(codec, nid, 0,
731 AC_VERB_SET_PIN_WIDGET_CONTROL, pincfg);
732 if (error < 0)
733 return error;
734 else
735 return 1;
736}
737
738static unsigned int stac92xx_vref_get(struct hda_codec *codec, hda_nid_t nid)
739{
740 unsigned int vref;
741 vref = snd_hda_codec_read(codec, nid, 0,
742 AC_VERB_GET_PIN_WIDGET_CONTROL, 0);
743 vref &= AC_PINCTL_VREFEN;
744 return vref;
745}
746
Takashi Iwaic8b6bf9b2005-11-17 14:57:47 +0100747static int stac92xx_mux_enum_info(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_info *uinfo)
Matt2f2f4252005-04-13 14:45:30 +0200748{
749 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
750 struct sigmatel_spec *spec = codec->spec;
Mattc7d4b2f2005-06-27 14:59:41 +0200751 return snd_hda_input_mux_info(spec->input_mux, uinfo);
Matt2f2f4252005-04-13 14:45:30 +0200752}
753
Takashi Iwaic8b6bf9b2005-11-17 14:57:47 +0100754static int stac92xx_mux_enum_get(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol)
Matt2f2f4252005-04-13 14:45:30 +0200755{
756 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
757 struct sigmatel_spec *spec = codec->spec;
758 unsigned int adc_idx = snd_ctl_get_ioffidx(kcontrol, &ucontrol->id);
759
760 ucontrol->value.enumerated.item[0] = spec->cur_mux[adc_idx];
761 return 0;
762}
763
Takashi Iwaic8b6bf9b2005-11-17 14:57:47 +0100764static int stac92xx_mux_enum_put(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol)
Matt2f2f4252005-04-13 14:45:30 +0200765{
766 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
767 struct sigmatel_spec *spec = codec->spec;
768 unsigned int adc_idx = snd_ctl_get_ioffidx(kcontrol, &ucontrol->id);
769
Mattc7d4b2f2005-06-27 14:59:41 +0200770 return snd_hda_input_mux_put(codec, spec->input_mux, ucontrol,
Matt2f2f4252005-04-13 14:45:30 +0200771 spec->mux_nids[adc_idx], &spec->cur_mux[adc_idx]);
772}
773
Matthew Ranostayb22b4822008-01-22 12:32:30 +0100774static int stac92xx_mono_mux_enum_info(struct snd_kcontrol *kcontrol,
775 struct snd_ctl_elem_info *uinfo)
776{
777 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
778 struct sigmatel_spec *spec = codec->spec;
779 return snd_hda_input_mux_info(spec->mono_mux, uinfo);
780}
781
782static int stac92xx_mono_mux_enum_get(struct snd_kcontrol *kcontrol,
783 struct snd_ctl_elem_value *ucontrol)
784{
785 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
786 struct sigmatel_spec *spec = codec->spec;
787
788 ucontrol->value.enumerated.item[0] = spec->cur_mmux;
789 return 0;
790}
791
792static int stac92xx_mono_mux_enum_put(struct snd_kcontrol *kcontrol,
793 struct snd_ctl_elem_value *ucontrol)
794{
795 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
796 struct sigmatel_spec *spec = codec->spec;
797
798 return snd_hda_input_mux_put(codec, spec->mono_mux, ucontrol,
799 spec->mono_nid, &spec->cur_mmux);
800}
801
Matthew Ranostay89385032008-09-11 09:49:39 -0400802static int stac92xx_amp_mux_enum_info(struct snd_kcontrol *kcontrol,
803 struct snd_ctl_elem_info *uinfo)
804{
805 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
806 struct sigmatel_spec *spec = codec->spec;
807 return snd_hda_input_mux_info(spec->amp_mux, uinfo);
808}
809
810static int stac92xx_amp_mux_enum_get(struct snd_kcontrol *kcontrol,
811 struct snd_ctl_elem_value *ucontrol)
812{
813 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
814 struct sigmatel_spec *spec = codec->spec;
815
816 ucontrol->value.enumerated.item[0] = spec->cur_amux;
817 return 0;
818}
819
820static int stac92xx_amp_mux_enum_put(struct snd_kcontrol *kcontrol,
821 struct snd_ctl_elem_value *ucontrol)
822{
823 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
824 struct sigmatel_spec *spec = codec->spec;
825 struct snd_kcontrol *ctl =
826 snd_hda_find_mixer_ctl(codec, "Amp Capture Volume");
827 if (!ctl)
828 return -EINVAL;
829
830 snd_ctl_notify(codec->bus->card, SNDRV_CTL_EVENT_MASK_VALUE |
831 SNDRV_CTL_EVENT_MASK_INFO, &ctl->id);
832
833 return snd_hda_input_mux_put(codec, spec->amp_mux, ucontrol,
834 0, &spec->cur_amux);
835}
836
Maxim Levitsky5f10c4a2007-09-03 15:29:37 +0200837#define stac92xx_aloopback_info snd_ctl_boolean_mono_info
838
839static int stac92xx_aloopback_get(struct snd_kcontrol *kcontrol,
840 struct snd_ctl_elem_value *ucontrol)
841{
842 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
Matthew Ranostaye1f0d662007-12-13 17:47:21 +0100843 unsigned int idx = snd_ctl_get_ioffidx(kcontrol, &ucontrol->id);
Maxim Levitsky5f10c4a2007-09-03 15:29:37 +0200844 struct sigmatel_spec *spec = codec->spec;
845
Matthew Ranostaye1f0d662007-12-13 17:47:21 +0100846 ucontrol->value.integer.value[0] = !!(spec->aloopback &
847 (spec->aloopback_mask << idx));
Maxim Levitsky5f10c4a2007-09-03 15:29:37 +0200848 return 0;
849}
850
851static int stac92xx_aloopback_put(struct snd_kcontrol *kcontrol,
852 struct snd_ctl_elem_value *ucontrol)
853{
854 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
855 struct sigmatel_spec *spec = codec->spec;
Matthew Ranostaye1f0d662007-12-13 17:47:21 +0100856 unsigned int idx = snd_ctl_get_ioffidx(kcontrol, &ucontrol->id);
Maxim Levitsky5f10c4a2007-09-03 15:29:37 +0200857 unsigned int dac_mode;
Matthew Ranostaye1f0d662007-12-13 17:47:21 +0100858 unsigned int val, idx_val;
Maxim Levitsky5f10c4a2007-09-03 15:29:37 +0200859
Matthew Ranostaye1f0d662007-12-13 17:47:21 +0100860 idx_val = spec->aloopback_mask << idx;
861 if (ucontrol->value.integer.value[0])
862 val = spec->aloopback | idx_val;
863 else
864 val = spec->aloopback & ~idx_val;
Takashi Iwai68ea7b22007-11-15 15:54:38 +0100865 if (spec->aloopback == val)
Maxim Levitsky5f10c4a2007-09-03 15:29:37 +0200866 return 0;
867
Takashi Iwai68ea7b22007-11-15 15:54:38 +0100868 spec->aloopback = val;
Maxim Levitsky5f10c4a2007-09-03 15:29:37 +0200869
Matthew Ranostaye1f0d662007-12-13 17:47:21 +0100870 /* Only return the bits defined by the shift value of the
871 * first two bytes of the mask
872 */
Maxim Levitsky5f10c4a2007-09-03 15:29:37 +0200873 dac_mode = snd_hda_codec_read(codec, codec->afg, 0,
Matthew Ranostaye1f0d662007-12-13 17:47:21 +0100874 kcontrol->private_value & 0xFFFF, 0x0);
875 dac_mode >>= spec->aloopback_shift;
Maxim Levitsky5f10c4a2007-09-03 15:29:37 +0200876
Matthew Ranostaye1f0d662007-12-13 17:47:21 +0100877 if (spec->aloopback & idx_val) {
Maxim Levitsky5f10c4a2007-09-03 15:29:37 +0200878 snd_hda_power_up(codec);
Matthew Ranostaye1f0d662007-12-13 17:47:21 +0100879 dac_mode |= idx_val;
Maxim Levitsky5f10c4a2007-09-03 15:29:37 +0200880 } else {
881 snd_hda_power_down(codec);
Matthew Ranostaye1f0d662007-12-13 17:47:21 +0100882 dac_mode &= ~idx_val;
Maxim Levitsky5f10c4a2007-09-03 15:29:37 +0200883 }
884
885 snd_hda_codec_write_cache(codec, codec->afg, 0,
886 kcontrol->private_value >> 16, dac_mode);
887
888 return 1;
889}
890
Mattc7d4b2f2005-06-27 14:59:41 +0200891static struct hda_verb stac9200_core_init[] = {
Matt2f2f4252005-04-13 14:45:30 +0200892 /* set dac0mux for dac converter */
Mattc7d4b2f2005-06-27 14:59:41 +0200893 { 0x07, AC_VERB_SET_CONNECT_SEL, 0x00},
Matt2f2f4252005-04-13 14:45:30 +0200894 {}
895};
896
Takashi Iwai1194b5b2007-10-10 10:04:26 +0200897static struct hda_verb stac9200_eapd_init[] = {
898 /* set dac0mux for dac converter */
899 {0x07, AC_VERB_SET_CONNECT_SEL, 0x00},
900 {0x08, AC_VERB_SET_EAPD_BTLENABLE, 0x02},
901 {}
902};
903
Matthew Ranostaye1f0d662007-12-13 17:47:21 +0100904static struct hda_verb stac92hd73xx_6ch_core_init[] = {
905 /* set master volume and direct control */
906 { 0x1f, AC_VERB_SET_VOLUME_KNOB_CONTROL, 0xff},
Matthew Ranostaye1f0d662007-12-13 17:47:21 +0100907 /* setup adcs to point to mixer */
908 { 0x20, AC_VERB_SET_CONNECT_SEL, 0x0b},
909 { 0x21, AC_VERB_SET_CONNECT_SEL, 0x0b},
Matthew Ranostaye1f0d662007-12-13 17:47:21 +0100910 { 0x0f, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT},
911 { 0x10, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT},
912 { 0x11, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT},
913 /* setup import muxs */
914 { 0x28, AC_VERB_SET_CONNECT_SEL, 0x01},
915 { 0x29, AC_VERB_SET_CONNECT_SEL, 0x01},
916 { 0x2a, AC_VERB_SET_CONNECT_SEL, 0x01},
917 { 0x2b, AC_VERB_SET_CONNECT_SEL, 0x00},
918 {}
919};
920
Matthew Ranostayd654a662008-03-14 08:46:51 +0100921static struct hda_verb dell_eq_core_init[] = {
922 /* set master volume to max value without distortion
923 * and direct control */
924 { 0x1f, AC_VERB_SET_VOLUME_KNOB_CONTROL, 0xec},
Matthew Ranostayd654a662008-03-14 08:46:51 +0100925 /* setup adcs to point to mixer */
926 { 0x20, AC_VERB_SET_CONNECT_SEL, 0x0b},
927 { 0x21, AC_VERB_SET_CONNECT_SEL, 0x0b},
928 /* setup import muxs */
929 { 0x28, AC_VERB_SET_CONNECT_SEL, 0x01},
930 { 0x29, AC_VERB_SET_CONNECT_SEL, 0x01},
931 { 0x2a, AC_VERB_SET_CONNECT_SEL, 0x01},
932 { 0x2b, AC_VERB_SET_CONNECT_SEL, 0x00},
933 {}
934};
935
Matthew Ranostay52fe0f92008-02-29 12:08:20 +0100936static struct hda_verb dell_m6_core_init[] = {
Matthew Ranostay6b3ab212008-11-03 08:12:43 -0500937 { 0x1f, AC_VERB_SET_VOLUME_KNOB_CONTROL, 0xff},
Matthew Ranostay52fe0f92008-02-29 12:08:20 +0100938 /* setup adcs to point to mixer */
939 { 0x20, AC_VERB_SET_CONNECT_SEL, 0x0b},
940 { 0x21, AC_VERB_SET_CONNECT_SEL, 0x0b},
941 /* setup import muxs */
942 { 0x28, AC_VERB_SET_CONNECT_SEL, 0x01},
943 { 0x29, AC_VERB_SET_CONNECT_SEL, 0x01},
944 { 0x2a, AC_VERB_SET_CONNECT_SEL, 0x01},
945 { 0x2b, AC_VERB_SET_CONNECT_SEL, 0x00},
946 {}
947};
948
Matthew Ranostaye1f0d662007-12-13 17:47:21 +0100949static struct hda_verb stac92hd73xx_8ch_core_init[] = {
950 /* set master volume and direct control */
951 { 0x1f, AC_VERB_SET_VOLUME_KNOB_CONTROL, 0xff},
Matthew Ranostaye1f0d662007-12-13 17:47:21 +0100952 /* setup adcs to point to mixer */
953 { 0x20, AC_VERB_SET_CONNECT_SEL, 0x0b},
954 { 0x21, AC_VERB_SET_CONNECT_SEL, 0x0b},
Matthew Ranostaye1f0d662007-12-13 17:47:21 +0100955 { 0x0f, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT},
956 { 0x10, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT},
957 { 0x11, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT},
958 /* setup import muxs */
959 { 0x28, AC_VERB_SET_CONNECT_SEL, 0x01},
960 { 0x29, AC_VERB_SET_CONNECT_SEL, 0x01},
961 { 0x2a, AC_VERB_SET_CONNECT_SEL, 0x01},
962 { 0x2b, AC_VERB_SET_CONNECT_SEL, 0x03},
963 {}
964};
965
966static struct hda_verb stac92hd73xx_10ch_core_init[] = {
967 /* set master volume and direct control */
968 { 0x1f, AC_VERB_SET_VOLUME_KNOB_CONTROL, 0xff},
Matthew Ranostaye1f0d662007-12-13 17:47:21 +0100969 /* dac3 is connected to import3 mux */
970 { 0x18, AC_VERB_SET_AMP_GAIN_MUTE, 0xb07f},
Matthew Ranostaye1f0d662007-12-13 17:47:21 +0100971 /* setup adcs to point to mixer */
972 { 0x20, AC_VERB_SET_CONNECT_SEL, 0x0b},
973 { 0x21, AC_VERB_SET_CONNECT_SEL, 0x0b},
Matthew Ranostaye1f0d662007-12-13 17:47:21 +0100974 { 0x0f, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT},
975 { 0x10, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT},
976 { 0x11, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT},
977 /* setup import muxs */
978 { 0x28, AC_VERB_SET_CONNECT_SEL, 0x01},
979 { 0x29, AC_VERB_SET_CONNECT_SEL, 0x01},
980 { 0x2a, AC_VERB_SET_CONNECT_SEL, 0x01},
981 { 0x2b, AC_VERB_SET_CONNECT_SEL, 0x03},
982 {}
983};
984
Matthew Ranostayd0513fc2008-07-27 10:30:30 +0200985static struct hda_verb stac92hd83xxx_core_init[] = {
Matthew Ranostay8bb0ac52009-02-12 16:50:01 -0500986 { 0xa, AC_VERB_SET_CONNECT_SEL, 0x1},
987 { 0xb, AC_VERB_SET_CONNECT_SEL, 0x1},
988 { 0xd, AC_VERB_SET_CONNECT_SEL, 0x0},
Matthew Ranostayd0513fc2008-07-27 10:30:30 +0200989
990 /* power state controls amps */
991 { 0x01, AC_VERB_SET_EAPD, 1 << 2},
Herton Ronaldo Krzesinski574f3c42008-12-23 16:53:00 -0200992 {}
Matthew Ranostayd0513fc2008-07-27 10:30:30 +0200993};
994
Matthew Ranostaye035b842007-11-06 11:53:55 +0100995static struct hda_verb stac92hd71bxx_core_init[] = {
996 /* set master volume and direct control */
997 { 0x28, AC_VERB_SET_VOLUME_KNOB_CONTROL, 0xff},
Herton Ronaldo Krzesinski574f3c42008-12-23 16:53:00 -0200998 {}
Matthew Ranostay541eee82007-12-14 12:08:04 +0100999};
1000
Matthew Ranostayca8d33f2009-01-26 09:33:52 -05001001static struct hda_verb stac92hd71bxx_unmute_core_init[] = {
1002 /* unmute right and left channels for nodes 0x0f, 0xa, 0x0d */
1003 { 0x0f, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
Matthew Ranostaye035b842007-11-06 11:53:55 +01001004 { 0x0a, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
1005 { 0x0d, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
Matthew Ranostaye035b842007-11-06 11:53:55 +01001006 {}
1007};
1008
Tobin Davis8e21c342007-01-08 11:04:17 +01001009static struct hda_verb stac925x_core_init[] = {
1010 /* set dac0mux for dac converter */
1011 { 0x06, AC_VERB_SET_CONNECT_SEL, 0x00},
Takashi Iwaic9280d62009-01-15 17:31:00 +01001012 /* mute the master volume */
1013 { 0x0e, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_MUTE },
Tobin Davis8e21c342007-01-08 11:04:17 +01001014 {}
1015};
1016
Mattc7d4b2f2005-06-27 14:59:41 +02001017static struct hda_verb stac922x_core_init[] = {
Matt2f2f4252005-04-13 14:45:30 +02001018 /* set master volume and direct control */
Mattc7d4b2f2005-06-27 14:59:41 +02001019 { 0x16, AC_VERB_SET_VOLUME_KNOB_CONTROL, 0xff},
Matt2f2f4252005-04-13 14:45:30 +02001020 {}
1021};
1022
Tobin Davis93ed1502006-09-01 21:03:12 +02001023static struct hda_verb d965_core_init[] = {
Takashi Iwai19039bd2006-06-28 15:52:16 +02001024 /* set master volume and direct control */
Tobin Davis93ed1502006-09-01 21:03:12 +02001025 { 0x24, AC_VERB_SET_VOLUME_KNOB_CONTROL, 0xff},
Takashi Iwai19039bd2006-06-28 15:52:16 +02001026 /* unmute node 0x1b */
1027 { 0x1b, AC_VERB_SET_AMP_GAIN_MUTE, 0xb000},
1028 /* select node 0x03 as DAC */
1029 { 0x0b, AC_VERB_SET_CONNECT_SEL, 0x01},
1030 {}
1031};
1032
Matt Porter3cc08dc2006-01-23 15:27:49 +01001033static struct hda_verb stac927x_core_init[] = {
1034 /* set master volume and direct control */
1035 { 0x24, AC_VERB_SET_VOLUME_KNOB_CONTROL, 0xff},
Matthew Ranostay1cd22242008-07-18 18:20:52 +02001036 /* enable analog pc beep path */
1037 { 0x01, AC_VERB_SET_DIGI_CONVERT_2, 1 << 5},
Matt Porter3cc08dc2006-01-23 15:27:49 +01001038 {}
1039};
1040
Matt Porterf3302a52006-07-31 12:49:34 +02001041static struct hda_verb stac9205_core_init[] = {
1042 /* set master volume and direct control */
1043 { 0x24, AC_VERB_SET_VOLUME_KNOB_CONTROL, 0xff},
Matthew Ranostayd0513fc2008-07-27 10:30:30 +02001044 /* enable analog pc beep path */
1045 { 0x01, AC_VERB_SET_DIGI_CONVERT_2, 1 << 5},
Matt Porterf3302a52006-07-31 12:49:34 +02001046 {}
1047};
1048
Matthew Ranostayb22b4822008-01-22 12:32:30 +01001049#define STAC_MONO_MUX \
1050 { \
1051 .iface = SNDRV_CTL_ELEM_IFACE_MIXER, \
1052 .name = "Mono Mux", \
1053 .count = 1, \
1054 .info = stac92xx_mono_mux_enum_info, \
1055 .get = stac92xx_mono_mux_enum_get, \
1056 .put = stac92xx_mono_mux_enum_put, \
1057 }
1058
Matthew Ranostay89385032008-09-11 09:49:39 -04001059#define STAC_AMP_MUX \
1060 { \
1061 .iface = SNDRV_CTL_ELEM_IFACE_MIXER, \
1062 .name = "Amp Selector Capture Switch", \
1063 .count = 1, \
1064 .info = stac92xx_amp_mux_enum_info, \
1065 .get = stac92xx_amp_mux_enum_get, \
1066 .put = stac92xx_amp_mux_enum_put, \
1067 }
1068
1069#define STAC_AMP_VOL(xname, nid, chs, idx, dir) \
1070 { \
1071 .iface = SNDRV_CTL_ELEM_IFACE_MIXER, \
1072 .name = xname, \
1073 .index = 0, \
1074 .access = SNDRV_CTL_ELEM_ACCESS_READWRITE | \
1075 SNDRV_CTL_ELEM_ACCESS_TLV_READ | \
1076 SNDRV_CTL_ELEM_ACCESS_TLV_CALLBACK, \
1077 .info = stac92xx_amp_volume_info, \
1078 .get = stac92xx_amp_volume_get, \
1079 .put = stac92xx_amp_volume_put, \
1080 .tlv = { .c = snd_hda_mixer_amp_tlv }, \
1081 .private_value = HDA_COMPOSE_AMP_VAL(nid, chs, idx, dir) \
1082 }
1083
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01001084#define STAC_ANALOG_LOOPBACK(verb_read, verb_write, cnt) \
Maxim Levitsky5f10c4a2007-09-03 15:29:37 +02001085 { \
1086 .iface = SNDRV_CTL_ELEM_IFACE_MIXER, \
1087 .name = "Analog Loopback", \
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01001088 .count = cnt, \
Maxim Levitsky5f10c4a2007-09-03 15:29:37 +02001089 .info = stac92xx_aloopback_info, \
1090 .get = stac92xx_aloopback_get, \
1091 .put = stac92xx_aloopback_put, \
1092 .private_value = verb_read | (verb_write << 16), \
1093 }
1094
Nickolas Lloyd2fc99892009-05-15 15:33:30 +02001095#define DC_BIAS(xname, idx, nid) \
1096 { \
1097 .iface = SNDRV_CTL_ELEM_IFACE_MIXER, \
1098 .name = xname, \
1099 .index = idx, \
1100 .info = stac92xx_dc_bias_info, \
1101 .get = stac92xx_dc_bias_get, \
1102 .put = stac92xx_dc_bias_put, \
1103 .private_value = nid, \
1104 }
1105
Takashi Iwaic8b6bf9b2005-11-17 14:57:47 +01001106static struct snd_kcontrol_new stac9200_mixer[] = {
Matt2f2f4252005-04-13 14:45:30 +02001107 HDA_CODEC_VOLUME("Master Playback Volume", 0xb, 0, HDA_OUTPUT),
1108 HDA_CODEC_MUTE("Master Playback Switch", 0xb, 0, HDA_OUTPUT),
Matt2f2f4252005-04-13 14:45:30 +02001109 HDA_CODEC_VOLUME("Capture Volume", 0x0a, 0, HDA_OUTPUT),
1110 HDA_CODEC_MUTE("Capture Switch", 0x0a, 0, HDA_OUTPUT),
Matt2f2f4252005-04-13 14:45:30 +02001111 { } /* end */
1112};
1113
Matthew Ranostay2a9c7812008-09-13 16:45:39 -04001114#define DELL_M6_MIXER 6
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01001115static struct snd_kcontrol_new stac92hd73xx_6ch_mixer[] = {
Matthew Ranostay2a9c7812008-09-13 16:45:39 -04001116 /* start of config #1 */
1117 HDA_CODEC_VOLUME("Front Mic Mixer Capture Volume", 0x1d, 0, HDA_INPUT),
1118 HDA_CODEC_MUTE("Front Mic Mixer Capture Switch", 0x1d, 0, HDA_INPUT),
1119
1120 HDA_CODEC_VOLUME("Line In Mixer Capture Volume", 0x1d, 0x2, HDA_INPUT),
1121 HDA_CODEC_MUTE("Line In Mixer Capture Switch", 0x1d, 0x2, HDA_INPUT),
1122
1123 HDA_CODEC_VOLUME("CD Mixer Capture Volume", 0x1d, 0x4, HDA_INPUT),
1124 HDA_CODEC_MUTE("CD Mixer Capture Switch", 0x1d, 0x4, HDA_INPUT),
1125
1126 /* start of config #2 */
1127 HDA_CODEC_VOLUME("Mic Mixer Capture Volume", 0x1d, 0x1, HDA_INPUT),
1128 HDA_CODEC_MUTE("Mic Mixer Capture Switch", 0x1d, 0x1, HDA_INPUT),
1129
1130 HDA_CODEC_VOLUME("DAC Mixer Capture Volume", 0x1d, 0x3, HDA_INPUT),
1131 HDA_CODEC_MUTE("DAC Mixer Capture Switch", 0x1d, 0x3, HDA_INPUT),
1132
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01001133 { } /* end */
1134};
1135
Takashi Iwaid78d7a92009-03-02 14:26:25 +01001136static struct snd_kcontrol_new stac92hd73xx_6ch_loopback[] = {
1137 STAC_ANALOG_LOOPBACK(0xFA0, 0x7A1, 3),
1138 {}
1139};
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01001140
Takashi Iwaid78d7a92009-03-02 14:26:25 +01001141static struct snd_kcontrol_new stac92hd73xx_8ch_loopback[] = {
1142 STAC_ANALOG_LOOPBACK(0xFA0, 0x7A1, 4),
1143 {}
1144};
1145
1146static struct snd_kcontrol_new stac92hd73xx_10ch_loopback[] = {
1147 STAC_ANALOG_LOOPBACK(0xFA0, 0x7A1, 5),
1148 {}
1149};
1150
1151static struct snd_kcontrol_new stac92hd73xx_8ch_mixer[] = {
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01001152 HDA_CODEC_VOLUME("Front Mic Mixer Capture Volume", 0x1d, 0, HDA_INPUT),
1153 HDA_CODEC_MUTE("Front Mic Mixer Capture Switch", 0x1d, 0, HDA_INPUT),
1154
1155 HDA_CODEC_VOLUME("Mic Mixer Capture Volume", 0x1d, 0x1, HDA_INPUT),
1156 HDA_CODEC_MUTE("Mic Mixer Capture Switch", 0x1d, 0x1, HDA_INPUT),
1157
1158 HDA_CODEC_VOLUME("Line In Mixer Capture Volume", 0x1d, 0x2, HDA_INPUT),
1159 HDA_CODEC_MUTE("Line In Mixer Capture Switch", 0x1d, 0x2, HDA_INPUT),
1160
1161 HDA_CODEC_VOLUME("DAC Mixer Capture Volume", 0x1d, 0x3, HDA_INPUT),
1162 HDA_CODEC_MUTE("DAC Mixer Capture Switch", 0x1d, 0x3, HDA_INPUT),
1163
1164 HDA_CODEC_VOLUME("CD Mixer Capture Volume", 0x1d, 0x4, HDA_INPUT),
1165 HDA_CODEC_MUTE("CD Mixer Capture Switch", 0x1d, 0x4, HDA_INPUT),
1166 { } /* end */
1167};
1168
1169static struct snd_kcontrol_new stac92hd73xx_10ch_mixer[] = {
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01001170 HDA_CODEC_VOLUME("Front Mic Mixer Capture Volume", 0x1d, 0, HDA_INPUT),
1171 HDA_CODEC_MUTE("Front Mic Mixer Capture Switch", 0x1d, 0, HDA_INPUT),
1172
1173 HDA_CODEC_VOLUME("Mic Mixer Capture Volume", 0x1d, 0x1, HDA_INPUT),
1174 HDA_CODEC_MUTE("Mic Mixer Capture Switch", 0x1d, 0x1, HDA_INPUT),
1175
1176 HDA_CODEC_VOLUME("Line In Mixer Capture Volume", 0x1d, 0x2, HDA_INPUT),
1177 HDA_CODEC_MUTE("Line In Mixer Capture Switch", 0x1d, 0x2, HDA_INPUT),
1178
1179 HDA_CODEC_VOLUME("DAC Mixer Capture Volume", 0x1d, 0x3, HDA_INPUT),
1180 HDA_CODEC_MUTE("DAC Mixer Capture Switch", 0x1d, 0x3, HDA_INPUT),
1181
1182 HDA_CODEC_VOLUME("CD Mixer Capture Volume", 0x1d, 0x4, HDA_INPUT),
1183 HDA_CODEC_MUTE("CD Mixer Capture Switch", 0x1d, 0x4, HDA_INPUT),
1184 { } /* end */
1185};
1186
Matthew Ranostayd0513fc2008-07-27 10:30:30 +02001187
1188static struct snd_kcontrol_new stac92hd83xxx_mixer[] = {
Matthew Ranostay74b7ff42008-12-20 17:47:24 -05001189 HDA_CODEC_VOLUME("DAC0 Capture Volume", 0x1b, 0x3, HDA_INPUT),
1190 HDA_CODEC_MUTE("DAC0 Capture Switch", 0x1b, 0x3, HDA_INPUT),
Matthew Ranostayd0513fc2008-07-27 10:30:30 +02001191
Matthew Ranostay74b7ff42008-12-20 17:47:24 -05001192 HDA_CODEC_VOLUME("DAC1 Capture Volume", 0x1b, 0x4, HDA_INPUT),
1193 HDA_CODEC_MUTE("DAC1 Capture Switch", 0x1b, 0x4, HDA_INPUT),
Matthew Ranostayd0513fc2008-07-27 10:30:30 +02001194
Matthew Ranostay74b7ff42008-12-20 17:47:24 -05001195 HDA_CODEC_VOLUME("Front Mic Capture Volume", 0x1b, 0x0, HDA_INPUT),
1196 HDA_CODEC_MUTE("Front Mic Capture Switch", 0x1b, 0x0, HDA_INPUT),
Matthew Ranostayd0513fc2008-07-27 10:30:30 +02001197
Matthew Ranostay74b7ff42008-12-20 17:47:24 -05001198 HDA_CODEC_VOLUME("Line In Capture Volume", 0x1b, 0x2, HDA_INPUT),
1199 HDA_CODEC_MUTE("Line In Capture Switch", 0x1b, 0x2, HDA_INPUT),
Matthew Ranostayd0513fc2008-07-27 10:30:30 +02001200
1201 /*
Matthew Ranostay74b7ff42008-12-20 17:47:24 -05001202 HDA_CODEC_VOLUME("Mic Capture Volume", 0x1b, 0x1, HDA_INPUT),
1203 HDA_CODEC_MUTE("Mic Capture Switch", 0x1b 0x1, HDA_INPUT),
Matthew Ranostayd0513fc2008-07-27 10:30:30 +02001204 */
1205 { } /* end */
1206};
1207
Matthew Ranostay541eee82007-12-14 12:08:04 +01001208static struct snd_kcontrol_new stac92hd71bxx_analog_mixer[] = {
Matthew Ranostay687cb98e2008-10-11 13:52:43 -04001209 HDA_CODEC_MUTE("Import0 Mux Capture Switch", 0x17, 0x0, HDA_INPUT),
1210 HDA_CODEC_VOLUME("Import0 Mux Capture Volume", 0x17, 0x0, HDA_INPUT),
Matthew Ranostay4b33c762008-10-10 09:07:23 -04001211
Matthew Ranostay687cb98e2008-10-11 13:52:43 -04001212 HDA_CODEC_MUTE("Import1 Mux Capture Switch", 0x17, 0x1, HDA_INPUT),
1213 HDA_CODEC_VOLUME("Import1 Mux Capture Volume", 0x17, 0x1, HDA_INPUT),
Matthew Ranostay4b33c762008-10-10 09:07:23 -04001214
1215 HDA_CODEC_MUTE("DAC0 Capture Switch", 0x17, 0x3, HDA_INPUT),
1216 HDA_CODEC_VOLUME("DAC0 Capture Volume", 0x17, 0x3, HDA_INPUT),
1217
1218 HDA_CODEC_MUTE("DAC1 Capture Switch", 0x17, 0x4, HDA_INPUT),
1219 HDA_CODEC_VOLUME("DAC1 Capture Volume", 0x17, 0x4, HDA_INPUT),
Matthew Ranostaye035b842007-11-06 11:53:55 +01001220 { } /* end */
1221};
1222
Takashi Iwaid78d7a92009-03-02 14:26:25 +01001223static struct snd_kcontrol_new stac92hd71bxx_loopback[] = {
1224 STAC_ANALOG_LOOPBACK(0xFA0, 0x7A0, 2)
1225};
Matthew Ranostay541eee82007-12-14 12:08:04 +01001226
Tobin Davis8e21c342007-01-08 11:04:17 +01001227static struct snd_kcontrol_new stac925x_mixer[] = {
Takashi Iwaic9280d62009-01-15 17:31:00 +01001228 HDA_CODEC_VOLUME("Master Playback Volume", 0x0e, 0, HDA_OUTPUT),
1229 HDA_CODEC_MUTE("Master Playback Switch", 0x0e, 0, HDA_OUTPUT),
Maxim Levitsky9e05b7a2007-09-03 15:31:02 +02001230 { } /* end */
1231};
1232
Takashi Iwaid78d7a92009-03-02 14:26:25 +01001233static struct snd_kcontrol_new stac9205_loopback[] = {
1234 STAC_ANALOG_LOOPBACK(0xFE0, 0x7E0, 1),
1235 {}
1236};
1237
Takashi Iwaid78d7a92009-03-02 14:26:25 +01001238static struct snd_kcontrol_new stac927x_loopback[] = {
1239 STAC_ANALOG_LOOPBACK(0xFEB, 0x7EB, 1),
1240 {}
1241};
1242
Takashi Iwai16970552007-12-18 18:05:52 +01001243static struct snd_kcontrol_new stac_dmux_mixer = {
1244 .iface = SNDRV_CTL_ELEM_IFACE_MIXER,
1245 .name = "Digital Input Source",
1246 /* count set later */
1247 .info = stac92xx_dmux_enum_info,
1248 .get = stac92xx_dmux_enum_get,
1249 .put = stac92xx_dmux_enum_put,
1250};
1251
Matthew Ranostayd9737752008-09-07 12:03:41 +02001252static struct snd_kcontrol_new stac_smux_mixer = {
1253 .iface = SNDRV_CTL_ELEM_IFACE_MIXER,
Matthew Ranostaye3487972008-09-08 11:36:59 -04001254 .name = "IEC958 Playback Source",
Matthew Ranostayd9737752008-09-07 12:03:41 +02001255 /* count set later */
1256 .info = stac92xx_smux_enum_info,
1257 .get = stac92xx_smux_enum_get,
1258 .put = stac92xx_smux_enum_put,
1259};
1260
Takashi Iwai2134ea42008-01-10 16:53:55 +01001261static const char *slave_vols[] = {
1262 "Front Playback Volume",
1263 "Surround Playback Volume",
1264 "Center Playback Volume",
1265 "LFE Playback Volume",
1266 "Side Playback Volume",
1267 "Headphone Playback Volume",
Takashi Iwai2134ea42008-01-10 16:53:55 +01001268 "Speaker Playback Volume",
Takashi Iwai2134ea42008-01-10 16:53:55 +01001269 NULL
1270};
1271
1272static const char *slave_sws[] = {
1273 "Front Playback Switch",
1274 "Surround Playback Switch",
1275 "Center Playback Switch",
1276 "LFE Playback Switch",
1277 "Side Playback Switch",
1278 "Headphone Playback Switch",
Takashi Iwai2134ea42008-01-10 16:53:55 +01001279 "Speaker Playback Switch",
Takashi Iwaiedb54a52008-01-29 12:47:02 +01001280 "IEC958 Playback Switch",
Takashi Iwai2134ea42008-01-10 16:53:55 +01001281 NULL
1282};
1283
Takashi Iwai603c4012008-07-30 15:01:44 +02001284static void stac92xx_free_kctls(struct hda_codec *codec);
Takashi Iwaie4973e12008-11-18 09:32:42 +01001285static int stac92xx_add_jack(struct hda_codec *codec, hda_nid_t nid, int type);
Takashi Iwai603c4012008-07-30 15:01:44 +02001286
Matt2f2f4252005-04-13 14:45:30 +02001287static int stac92xx_build_controls(struct hda_codec *codec)
1288{
1289 struct sigmatel_spec *spec = codec->spec;
Takashi Iwaie4973e12008-11-18 09:32:42 +01001290 struct auto_pin_cfg *cfg = &spec->autocfg;
1291 hda_nid_t nid;
Matt2f2f4252005-04-13 14:45:30 +02001292 int err;
Mattc7d4b2f2005-06-27 14:59:41 +02001293 int i;
Matt2f2f4252005-04-13 14:45:30 +02001294
Takashi Iwai6479c632009-07-28 18:20:25 +02001295 if (spec->mixer) {
1296 err = snd_hda_add_new_ctls(codec, spec->mixer);
1297 if (err < 0)
1298 return err;
1299 }
Mattc7d4b2f2005-06-27 14:59:41 +02001300
1301 for (i = 0; i < spec->num_mixers; i++) {
1302 err = snd_hda_add_new_ctls(codec, spec->mixers[i]);
1303 if (err < 0)
1304 return err;
1305 }
Takashi Iwai3d21d3f2009-07-29 14:32:56 +02001306 if (!spec->auto_mic && spec->num_dmuxes > 0) {
Takashi Iwai16970552007-12-18 18:05:52 +01001307 stac_dmux_mixer.count = spec->num_dmuxes;
Takashi Iwaid13bd412008-07-30 15:01:45 +02001308 err = snd_hda_ctl_add(codec,
Takashi Iwai16970552007-12-18 18:05:52 +01001309 snd_ctl_new1(&stac_dmux_mixer, codec));
1310 if (err < 0)
1311 return err;
1312 }
Matthew Ranostayd9737752008-09-07 12:03:41 +02001313 if (spec->num_smuxes > 0) {
Matthew Ranostay00ef50c2008-09-27 18:13:47 -04001314 int wcaps = get_wcaps(codec, spec->multiout.dig_out_nid);
1315 struct hda_input_mux *smux = &spec->private_smux;
1316 /* check for mute support on SPDIF out */
1317 if (wcaps & AC_WCAP_OUT_AMP) {
1318 smux->items[smux->num_items].label = "Off";
1319 smux->items[smux->num_items].index = 0;
1320 smux->num_items++;
1321 spec->spdif_mute = 1;
1322 }
Matthew Ranostayd9737752008-09-07 12:03:41 +02001323 stac_smux_mixer.count = spec->num_smuxes;
Takashi Iwai4f2d23e2008-12-19 10:14:13 +01001324 err = snd_hda_ctl_add(codec,
Matthew Ranostayd9737752008-09-07 12:03:41 +02001325 snd_ctl_new1(&stac_smux_mixer, codec));
1326 if (err < 0)
1327 return err;
1328 }
Mattc7d4b2f2005-06-27 14:59:41 +02001329
Mattdabbed62005-06-14 10:19:34 +02001330 if (spec->multiout.dig_out_nid) {
1331 err = snd_hda_create_spdif_out_ctls(codec, spec->multiout.dig_out_nid);
1332 if (err < 0)
1333 return err;
Takashi Iwai9a081602008-02-12 18:37:26 +01001334 err = snd_hda_create_spdif_share_sw(codec,
1335 &spec->multiout);
1336 if (err < 0)
1337 return err;
1338 spec->multiout.share_spdif = 1;
Mattdabbed62005-06-14 10:19:34 +02001339 }
Harvey Harrisonda74ae32008-10-21 20:28:04 -07001340 if (spec->dig_in_nid && !(spec->gpio_dir & 0x01)) {
Mattdabbed62005-06-14 10:19:34 +02001341 err = snd_hda_create_spdif_in_ctls(codec, spec->dig_in_nid);
1342 if (err < 0)
1343 return err;
1344 }
Takashi Iwai2134ea42008-01-10 16:53:55 +01001345
1346 /* if we have no master control, let's create it */
1347 if (!snd_hda_find_mixer_ctl(codec, "Master Playback Volume")) {
Takashi Iwai1c82ed12008-02-18 13:05:50 +01001348 unsigned int vmaster_tlv[4];
Takashi Iwai2134ea42008-01-10 16:53:55 +01001349 snd_hda_set_vmaster_tlv(codec, spec->multiout.dac_nids[0],
Takashi Iwai1c82ed12008-02-18 13:05:50 +01001350 HDA_OUTPUT, vmaster_tlv);
Takashi Iwai7c7767e2009-01-20 15:28:38 +01001351 /* correct volume offset */
1352 vmaster_tlv[2] += vmaster_tlv[3] * spec->volume_offset;
Takashi Iwai2134ea42008-01-10 16:53:55 +01001353 err = snd_hda_add_vmaster(codec, "Master Playback Volume",
Takashi Iwai1c82ed12008-02-18 13:05:50 +01001354 vmaster_tlv, slave_vols);
Takashi Iwai2134ea42008-01-10 16:53:55 +01001355 if (err < 0)
1356 return err;
1357 }
1358 if (!snd_hda_find_mixer_ctl(codec, "Master Playback Switch")) {
1359 err = snd_hda_add_vmaster(codec, "Master Playback Switch",
1360 NULL, slave_sws);
1361 if (err < 0)
1362 return err;
1363 }
1364
Takashi Iwaid78d7a92009-03-02 14:26:25 +01001365 if (spec->aloopback_ctl &&
1366 snd_hda_get_bool_hint(codec, "loopback") == 1) {
1367 err = snd_hda_add_new_ctls(codec, spec->aloopback_ctl);
1368 if (err < 0)
1369 return err;
1370 }
1371
Takashi Iwai603c4012008-07-30 15:01:44 +02001372 stac92xx_free_kctls(codec); /* no longer needed */
Takashi Iwaie4973e12008-11-18 09:32:42 +01001373
1374 /* create jack input elements */
1375 if (spec->hp_detect) {
1376 for (i = 0; i < cfg->hp_outs; i++) {
1377 int type = SND_JACK_HEADPHONE;
1378 nid = cfg->hp_pins[i];
1379 /* jack detection */
1380 if (cfg->hp_outs == i)
1381 type |= SND_JACK_LINEOUT;
1382 err = stac92xx_add_jack(codec, nid, type);
1383 if (err < 0)
1384 return err;
1385 }
1386 }
1387 for (i = 0; i < cfg->line_outs; i++) {
1388 err = stac92xx_add_jack(codec, cfg->line_out_pins[i],
1389 SND_JACK_LINEOUT);
1390 if (err < 0)
1391 return err;
1392 }
1393 for (i = 0; i < AUTO_PIN_LAST; i++) {
1394 nid = cfg->input_pins[i];
1395 if (nid) {
1396 err = stac92xx_add_jack(codec, nid,
1397 SND_JACK_MICROPHONE);
1398 if (err < 0)
1399 return err;
1400 }
1401 }
1402
Mattdabbed62005-06-14 10:19:34 +02001403 return 0;
Matt2f2f4252005-04-13 14:45:30 +02001404}
1405
Matt Porter403d1942005-11-29 15:00:51 +01001406static unsigned int ref9200_pin_configs[8] = {
Mattdabbed62005-06-14 10:19:34 +02001407 0x01c47010, 0x01447010, 0x0221401f, 0x01114010,
Matt2f2f4252005-04-13 14:45:30 +02001408 0x02a19020, 0x01a19021, 0x90100140, 0x01813122,
1409};
1410
Mauro Carvalho Chehab58eec422008-08-11 10:18:39 +02001411static unsigned int gateway9200_m4_pin_configs[8] = {
1412 0x400000fe, 0x404500f4, 0x400100f0, 0x90110010,
1413 0x400100f1, 0x02a1902e, 0x500000f2, 0x500000f3,
1414};
1415static unsigned int gateway9200_m4_2_pin_configs[8] = {
1416 0x400000fe, 0x404500f4, 0x400100f0, 0x90110010,
1417 0x400100f1, 0x02a1902e, 0x500000f2, 0x500000f3,
1418};
1419
1420/*
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001421 STAC 9200 pin configs for
1422 102801A8
1423 102801DE
1424 102801E8
1425*/
1426static unsigned int dell9200_d21_pin_configs[8] = {
Takashi Iwaiaf6c0162007-09-05 23:46:03 +02001427 0x400001f0, 0x400001f1, 0x02214030, 0x01014010,
1428 0x02a19020, 0x01a19021, 0x90100140, 0x01813122,
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001429};
1430
1431/*
1432 STAC 9200 pin configs for
1433 102801C0
1434 102801C1
1435*/
1436static unsigned int dell9200_d22_pin_configs[8] = {
Takashi Iwaiaf6c0162007-09-05 23:46:03 +02001437 0x400001f0, 0x400001f1, 0x0221401f, 0x01014010,
1438 0x01813020, 0x02a19021, 0x90100140, 0x400001f2,
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001439};
1440
1441/*
1442 STAC 9200 pin configs for
1443 102801C4 (Dell Dimension E310)
1444 102801C5
1445 102801C7
1446 102801D9
1447 102801DA
1448 102801E3
1449*/
1450static unsigned int dell9200_d23_pin_configs[8] = {
Takashi Iwaiaf6c0162007-09-05 23:46:03 +02001451 0x400001f0, 0x400001f1, 0x0221401f, 0x01014010,
1452 0x01813020, 0x01a19021, 0x90100140, 0x400001f2,
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001453};
1454
1455
1456/*
1457 STAC 9200-32 pin configs for
1458 102801B5 (Dell Inspiron 630m)
1459 102801D8 (Dell Inspiron 640m)
1460*/
1461static unsigned int dell9200_m21_pin_configs[8] = {
Takashi Iwaiaf6c0162007-09-05 23:46:03 +02001462 0x40c003fa, 0x03441340, 0x0321121f, 0x90170310,
1463 0x408003fb, 0x03a11020, 0x401003fc, 0x403003fd,
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001464};
1465
1466/*
1467 STAC 9200-32 pin configs for
1468 102801C2 (Dell Latitude D620)
1469 102801C8
1470 102801CC (Dell Latitude D820)
1471 102801D4
1472 102801D6
1473*/
1474static unsigned int dell9200_m22_pin_configs[8] = {
Takashi Iwaiaf6c0162007-09-05 23:46:03 +02001475 0x40c003fa, 0x0144131f, 0x0321121f, 0x90170310,
1476 0x90a70321, 0x03a11020, 0x401003fb, 0x40f000fc,
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001477};
1478
1479/*
1480 STAC 9200-32 pin configs for
1481 102801CE (Dell XPS M1710)
1482 102801CF (Dell Precision M90)
1483*/
1484static unsigned int dell9200_m23_pin_configs[8] = {
1485 0x40c003fa, 0x01441340, 0x0421421f, 0x90170310,
1486 0x408003fb, 0x04a1102e, 0x90170311, 0x403003fc,
1487};
1488
1489/*
1490 STAC 9200-32 pin configs for
1491 102801C9
1492 102801CA
1493 102801CB (Dell Latitude 120L)
1494 102801D3
1495*/
1496static unsigned int dell9200_m24_pin_configs[8] = {
Takashi Iwaiaf6c0162007-09-05 23:46:03 +02001497 0x40c003fa, 0x404003fb, 0x0321121f, 0x90170310,
1498 0x408003fc, 0x03a11020, 0x401003fd, 0x403003fe,
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001499};
1500
1501/*
1502 STAC 9200-32 pin configs for
1503 102801BD (Dell Inspiron E1505n)
1504 102801EE
1505 102801EF
1506*/
1507static unsigned int dell9200_m25_pin_configs[8] = {
Takashi Iwaiaf6c0162007-09-05 23:46:03 +02001508 0x40c003fa, 0x01441340, 0x0421121f, 0x90170310,
1509 0x408003fb, 0x04a11020, 0x401003fc, 0x403003fd,
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001510};
1511
1512/*
1513 STAC 9200-32 pin configs for
1514 102801F5 (Dell Inspiron 1501)
1515 102801F6
1516*/
1517static unsigned int dell9200_m26_pin_configs[8] = {
Takashi Iwaiaf6c0162007-09-05 23:46:03 +02001518 0x40c003fa, 0x404003fb, 0x0421121f, 0x90170310,
1519 0x408003fc, 0x04a11020, 0x401003fd, 0x403003fe,
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001520};
1521
1522/*
1523 STAC 9200-32
1524 102801CD (Dell Inspiron E1705/9400)
1525*/
1526static unsigned int dell9200_m27_pin_configs[8] = {
Takashi Iwaiaf6c0162007-09-05 23:46:03 +02001527 0x40c003fa, 0x01441340, 0x0421121f, 0x90170310,
1528 0x90170310, 0x04a11020, 0x90170310, 0x40f003fc,
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001529};
1530
Tobin Davisbf277782008-02-03 20:31:47 +01001531static unsigned int oqo9200_pin_configs[8] = {
1532 0x40c000f0, 0x404000f1, 0x0221121f, 0x02211210,
1533 0x90170111, 0x90a70120, 0x400000f2, 0x400000f3,
1534};
1535
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001536
Takashi Iwaif5fcc132006-11-24 17:07:44 +01001537static unsigned int *stac9200_brd_tbl[STAC_9200_MODELS] = {
1538 [STAC_REF] = ref9200_pin_configs,
Tobin Davisbf277782008-02-03 20:31:47 +01001539 [STAC_9200_OQO] = oqo9200_pin_configs,
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001540 [STAC_9200_DELL_D21] = dell9200_d21_pin_configs,
1541 [STAC_9200_DELL_D22] = dell9200_d22_pin_configs,
1542 [STAC_9200_DELL_D23] = dell9200_d23_pin_configs,
1543 [STAC_9200_DELL_M21] = dell9200_m21_pin_configs,
1544 [STAC_9200_DELL_M22] = dell9200_m22_pin_configs,
1545 [STAC_9200_DELL_M23] = dell9200_m23_pin_configs,
1546 [STAC_9200_DELL_M24] = dell9200_m24_pin_configs,
1547 [STAC_9200_DELL_M25] = dell9200_m25_pin_configs,
1548 [STAC_9200_DELL_M26] = dell9200_m26_pin_configs,
1549 [STAC_9200_DELL_M27] = dell9200_m27_pin_configs,
Mauro Carvalho Chehab58eec422008-08-11 10:18:39 +02001550 [STAC_9200_M4] = gateway9200_m4_pin_configs,
1551 [STAC_9200_M4_2] = gateway9200_m4_2_pin_configs,
Takashi Iwai117f2572008-03-18 09:53:23 +01001552 [STAC_9200_PANASONIC] = ref9200_pin_configs,
Matt Porter403d1942005-11-29 15:00:51 +01001553};
1554
Takashi Iwaif5fcc132006-11-24 17:07:44 +01001555static const char *stac9200_models[STAC_9200_MODELS] = {
Takashi Iwai1607b8e2009-02-26 16:50:43 +01001556 [STAC_AUTO] = "auto",
Takashi Iwaif5fcc132006-11-24 17:07:44 +01001557 [STAC_REF] = "ref",
Tobin Davisbf277782008-02-03 20:31:47 +01001558 [STAC_9200_OQO] = "oqo",
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001559 [STAC_9200_DELL_D21] = "dell-d21",
1560 [STAC_9200_DELL_D22] = "dell-d22",
1561 [STAC_9200_DELL_D23] = "dell-d23",
1562 [STAC_9200_DELL_M21] = "dell-m21",
1563 [STAC_9200_DELL_M22] = "dell-m22",
1564 [STAC_9200_DELL_M23] = "dell-m23",
1565 [STAC_9200_DELL_M24] = "dell-m24",
1566 [STAC_9200_DELL_M25] = "dell-m25",
1567 [STAC_9200_DELL_M26] = "dell-m26",
1568 [STAC_9200_DELL_M27] = "dell-m27",
Mauro Carvalho Chehab58eec422008-08-11 10:18:39 +02001569 [STAC_9200_M4] = "gateway-m4",
1570 [STAC_9200_M4_2] = "gateway-m4-2",
Takashi Iwai117f2572008-03-18 09:53:23 +01001571 [STAC_9200_PANASONIC] = "panasonic",
Takashi Iwaif5fcc132006-11-24 17:07:44 +01001572};
1573
1574static struct snd_pci_quirk stac9200_cfg_tbl[] = {
1575 /* SigmaTel reference board */
1576 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x2668,
1577 "DFI LanParty", STAC_REF),
Matthew Ranostay577aa2c2009-01-22 22:55:44 -05001578 SND_PCI_QUIRK(PCI_VENDOR_ID_DFI, 0x3101,
1579 "DFI LanParty", STAC_REF),
Matt Portere7377072006-11-06 11:20:38 +01001580 /* Dell laptops have BIOS problem */
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001581 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01a8,
1582 "unknown Dell", STAC_9200_DELL_D21),
Takashi Iwaif5fcc132006-11-24 17:07:44 +01001583 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01b5,
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001584 "Dell Inspiron 630m", STAC_9200_DELL_M21),
1585 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01bd,
1586 "Dell Inspiron E1505n", STAC_9200_DELL_M25),
1587 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01c0,
1588 "unknown Dell", STAC_9200_DELL_D22),
1589 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01c1,
1590 "unknown Dell", STAC_9200_DELL_D22),
Takashi Iwaif5fcc132006-11-24 17:07:44 +01001591 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01c2,
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001592 "Dell Latitude D620", STAC_9200_DELL_M22),
1593 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01c5,
1594 "unknown Dell", STAC_9200_DELL_D23),
1595 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01c7,
1596 "unknown Dell", STAC_9200_DELL_D23),
1597 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01c8,
1598 "unknown Dell", STAC_9200_DELL_M22),
1599 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01c9,
1600 "unknown Dell", STAC_9200_DELL_M24),
1601 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01ca,
1602 "unknown Dell", STAC_9200_DELL_M24),
Takashi Iwaif5fcc132006-11-24 17:07:44 +01001603 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01cb,
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001604 "Dell Latitude 120L", STAC_9200_DELL_M24),
Cory T. Tusar877b8662007-01-30 17:30:55 +01001605 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01cc,
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001606 "Dell Latitude D820", STAC_9200_DELL_M22),
Mikael Nilsson46f02ca2007-02-13 12:46:16 +01001607 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01cd,
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001608 "Dell Inspiron E1705/9400", STAC_9200_DELL_M27),
Mikael Nilsson46f02ca2007-02-13 12:46:16 +01001609 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01ce,
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001610 "Dell XPS M1710", STAC_9200_DELL_M23),
Takashi Iwaif0f96742007-02-14 00:59:17 +01001611 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01cf,
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001612 "Dell Precision M90", STAC_9200_DELL_M23),
1613 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01d3,
1614 "unknown Dell", STAC_9200_DELL_M22),
1615 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01d4,
1616 "unknown Dell", STAC_9200_DELL_M22),
Daniel T Chen8286c532007-05-15 11:46:23 +02001617 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01d6,
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001618 "unknown Dell", STAC_9200_DELL_M22),
Tobin Davis49c605d2007-05-17 09:38:24 +02001619 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01d8,
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001620 "Dell Inspiron 640m", STAC_9200_DELL_M21),
1621 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01d9,
1622 "unknown Dell", STAC_9200_DELL_D23),
1623 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01da,
1624 "unknown Dell", STAC_9200_DELL_D23),
1625 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01de,
1626 "unknown Dell", STAC_9200_DELL_D21),
1627 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01e3,
1628 "unknown Dell", STAC_9200_DELL_D23),
1629 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01e8,
1630 "unknown Dell", STAC_9200_DELL_D21),
1631 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01ee,
1632 "unknown Dell", STAC_9200_DELL_M25),
1633 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01ef,
1634 "unknown Dell", STAC_9200_DELL_M25),
Tobin Davis49c605d2007-05-17 09:38:24 +02001635 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01f5,
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001636 "Dell Inspiron 1501", STAC_9200_DELL_M26),
1637 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01f6,
1638 "unknown Dell", STAC_9200_DELL_M26),
Tobin Davis49c605d2007-05-17 09:38:24 +02001639 /* Panasonic */
Takashi Iwai117f2572008-03-18 09:53:23 +01001640 SND_PCI_QUIRK(0x10f7, 0x8338, "Panasonic CF-74", STAC_9200_PANASONIC),
Takashi Iwai1194b5b2007-10-10 10:04:26 +02001641 /* Gateway machines needs EAPD to be set on resume */
Mauro Carvalho Chehab58eec422008-08-11 10:18:39 +02001642 SND_PCI_QUIRK(0x107b, 0x0205, "Gateway S-7110M", STAC_9200_M4),
1643 SND_PCI_QUIRK(0x107b, 0x0317, "Gateway MT3423, MX341*", STAC_9200_M4_2),
1644 SND_PCI_QUIRK(0x107b, 0x0318, "Gateway ML3019, MT3707", STAC_9200_M4_2),
Tobin Davisbf277782008-02-03 20:31:47 +01001645 /* OQO Mobile */
1646 SND_PCI_QUIRK(0x1106, 0x3288, "OQO Model 2", STAC_9200_OQO),
Matt Porter403d1942005-11-29 15:00:51 +01001647 {} /* terminator */
1648};
1649
Tobin Davis8e21c342007-01-08 11:04:17 +01001650static unsigned int ref925x_pin_configs[8] = {
1651 0x40c003f0, 0x424503f2, 0x01813022, 0x02a19021,
Matthew Ranostay09a99952008-01-24 11:49:21 +01001652 0x90a70320, 0x02214210, 0x01019020, 0x9033032e,
Tobin Davis8e21c342007-01-08 11:04:17 +01001653};
1654
Mauro Carvalho Chehab9cb36c22008-08-11 10:18:39 +02001655static unsigned int stac925xM1_pin_configs[8] = {
1656 0x40c003f4, 0x424503f2, 0x400000f3, 0x02a19020,
1657 0x40a000f0, 0x90100210, 0x400003f1, 0x9033032e,
Tobin Davis8e21c342007-01-08 11:04:17 +01001658};
1659
Mauro Carvalho Chehab9cb36c22008-08-11 10:18:39 +02001660static unsigned int stac925xM1_2_pin_configs[8] = {
1661 0x40c003f4, 0x424503f2, 0x400000f3, 0x02a19020,
1662 0x40a000f0, 0x90100210, 0x400003f1, 0x9033032e,
1663};
Mauro Carvalho Chehab58eec422008-08-11 10:18:39 +02001664
Mauro Carvalho Chehab9cb36c22008-08-11 10:18:39 +02001665static unsigned int stac925xM2_pin_configs[8] = {
1666 0x40c003f4, 0x424503f2, 0x400000f3, 0x02a19020,
1667 0x40a000f0, 0x90100210, 0x400003f1, 0x9033032e,
Tobin Davis2c11f952007-05-17 09:36:34 +02001668};
1669
Tobin Davis8e21c342007-01-08 11:04:17 +01001670static unsigned int stac925xM2_2_pin_configs[8] = {
Mauro Carvalho Chehab58eec422008-08-11 10:18:39 +02001671 0x40c003f4, 0x424503f2, 0x400000f3, 0x02a19020,
1672 0x40a000f0, 0x90100210, 0x400003f1, 0x9033032e,
1673};
1674
Mauro Carvalho Chehab9cb36c22008-08-11 10:18:39 +02001675static unsigned int stac925xM3_pin_configs[8] = {
1676 0x40c003f4, 0x424503f2, 0x400000f3, 0x02a19020,
1677 0x40a000f0, 0x90100210, 0x400003f1, 0x503303f3,
1678};
Mauro Carvalho Chehab58eec422008-08-11 10:18:39 +02001679
Mauro Carvalho Chehab9cb36c22008-08-11 10:18:39 +02001680static unsigned int stac925xM5_pin_configs[8] = {
1681 0x40c003f4, 0x424503f2, 0x400000f3, 0x02a19020,
1682 0x40a000f0, 0x90100210, 0x400003f1, 0x9033032e,
1683};
1684
Mauro Carvalho Chehab9cb36c22008-08-11 10:18:39 +02001685static unsigned int stac925xM6_pin_configs[8] = {
1686 0x40c003f4, 0x424503f2, 0x400000f3, 0x02a19020,
1687 0x40a000f0, 0x90100210, 0x400003f1, 0x90330320,
Tobin Davis8e21c342007-01-08 11:04:17 +01001688};
1689
1690static unsigned int *stac925x_brd_tbl[STAC_925x_MODELS] = {
1691 [STAC_REF] = ref925x_pin_configs,
Mauro Carvalho Chehab9cb36c22008-08-11 10:18:39 +02001692 [STAC_M1] = stac925xM1_pin_configs,
1693 [STAC_M1_2] = stac925xM1_2_pin_configs,
1694 [STAC_M2] = stac925xM2_pin_configs,
Tobin Davis8e21c342007-01-08 11:04:17 +01001695 [STAC_M2_2] = stac925xM2_2_pin_configs,
Mauro Carvalho Chehab9cb36c22008-08-11 10:18:39 +02001696 [STAC_M3] = stac925xM3_pin_configs,
1697 [STAC_M5] = stac925xM5_pin_configs,
1698 [STAC_M6] = stac925xM6_pin_configs,
Tobin Davis8e21c342007-01-08 11:04:17 +01001699};
1700
1701static const char *stac925x_models[STAC_925x_MODELS] = {
Takashi Iwai1607b8e2009-02-26 16:50:43 +01001702 [STAC_925x_AUTO] = "auto",
Tobin Davis8e21c342007-01-08 11:04:17 +01001703 [STAC_REF] = "ref",
Mauro Carvalho Chehab9cb36c22008-08-11 10:18:39 +02001704 [STAC_M1] = "m1",
1705 [STAC_M1_2] = "m1-2",
1706 [STAC_M2] = "m2",
Tobin Davis8e21c342007-01-08 11:04:17 +01001707 [STAC_M2_2] = "m2-2",
Mauro Carvalho Chehab9cb36c22008-08-11 10:18:39 +02001708 [STAC_M3] = "m3",
1709 [STAC_M5] = "m5",
1710 [STAC_M6] = "m6",
Tobin Davis8e21c342007-01-08 11:04:17 +01001711};
1712
Mauro Carvalho Chehab9cb36c22008-08-11 10:18:39 +02001713static struct snd_pci_quirk stac925x_codec_id_cfg_tbl[] = {
Mauro Carvalho Chehab58eec422008-08-11 10:18:39 +02001714 SND_PCI_QUIRK(0x107b, 0x0316, "Gateway M255", STAC_M2),
1715 SND_PCI_QUIRK(0x107b, 0x0366, "Gateway MP6954", STAC_M5),
1716 SND_PCI_QUIRK(0x107b, 0x0461, "Gateway NX560XL", STAC_M1),
1717 SND_PCI_QUIRK(0x107b, 0x0681, "Gateway NX860", STAC_M2),
Mauro Carvalho Chehab9cb36c22008-08-11 10:18:39 +02001718 SND_PCI_QUIRK(0x107b, 0x0367, "Gateway MX6453", STAC_M1_2),
Mauro Carvalho Chehab9cb36c22008-08-11 10:18:39 +02001719 /* Not sure about the brand name for those */
1720 SND_PCI_QUIRK(0x107b, 0x0281, "Gateway mobile", STAC_M1),
1721 SND_PCI_QUIRK(0x107b, 0x0507, "Gateway mobile", STAC_M3),
1722 SND_PCI_QUIRK(0x107b, 0x0281, "Gateway mobile", STAC_M6),
1723 SND_PCI_QUIRK(0x107b, 0x0685, "Gateway mobile", STAC_M2_2),
Mauro Carvalho Chehab9cb36c22008-08-11 10:18:39 +02001724 {} /* terminator */
Tobin Davis8e21c342007-01-08 11:04:17 +01001725};
1726
1727static struct snd_pci_quirk stac925x_cfg_tbl[] = {
1728 /* SigmaTel reference board */
1729 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x2668, "DFI LanParty", STAC_REF),
Matthew Ranostay577aa2c2009-01-22 22:55:44 -05001730 SND_PCI_QUIRK(PCI_VENDOR_ID_DFI, 0x3101, "DFI LanParty", STAC_REF),
Tobin Davis2c11f952007-05-17 09:36:34 +02001731 SND_PCI_QUIRK(0x8384, 0x7632, "Stac9202 Reference Board", STAC_REF),
Mauro Carvalho Chehab9cb36c22008-08-11 10:18:39 +02001732
1733 /* Default table for unknown ID */
1734 SND_PCI_QUIRK(0x1002, 0x437b, "Gateway mobile", STAC_M2_2),
1735
Tobin Davis8e21c342007-01-08 11:04:17 +01001736 {} /* terminator */
1737};
1738
Matthew Ranostaya7662642008-02-21 07:51:14 +01001739static unsigned int ref92hd73xx_pin_configs[13] = {
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01001740 0x02214030, 0x02a19040, 0x01a19020, 0x02214030,
1741 0x0181302e, 0x01014010, 0x01014020, 0x01014030,
1742 0x02319040, 0x90a000f0, 0x90a000f0, 0x01452050,
Matthew Ranostaya7662642008-02-21 07:51:14 +01001743 0x01452050,
1744};
1745
1746static unsigned int dell_m6_pin_configs[13] = {
1747 0x0321101f, 0x4f00000f, 0x4f0000f0, 0x90170110,
Matthew Ranostay7c2ba972008-04-16 13:13:59 +02001748 0x03a11020, 0x0321101f, 0x4f0000f0, 0x4f0000f0,
Matthew Ranostaya7662642008-02-21 07:51:14 +01001749 0x4f0000f0, 0x90a60160, 0x4f0000f0, 0x4f0000f0,
1750 0x4f0000f0,
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01001751};
1752
1753static unsigned int *stac92hd73xx_brd_tbl[STAC_92HD73XX_MODELS] = {
Matthew Ranostaya7662642008-02-21 07:51:14 +01001754 [STAC_92HD73XX_REF] = ref92hd73xx_pin_configs,
Takashi Iwai661cd8f2008-11-25 15:18:29 +01001755 [STAC_DELL_M6_AMIC] = dell_m6_pin_configs,
1756 [STAC_DELL_M6_DMIC] = dell_m6_pin_configs,
1757 [STAC_DELL_M6_BOTH] = dell_m6_pin_configs,
Matthew Ranostay6b3ab212008-11-03 08:12:43 -05001758 [STAC_DELL_EQ] = dell_m6_pin_configs,
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01001759};
1760
1761static const char *stac92hd73xx_models[STAC_92HD73XX_MODELS] = {
Takashi Iwai1607b8e2009-02-26 16:50:43 +01001762 [STAC_92HD73XX_AUTO] = "auto",
Takashi Iwai9e43f0d2008-12-17 14:51:01 +01001763 [STAC_92HD73XX_NO_JD] = "no-jd",
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01001764 [STAC_92HD73XX_REF] = "ref",
Takashi Iwai661cd8f2008-11-25 15:18:29 +01001765 [STAC_DELL_M6_AMIC] = "dell-m6-amic",
1766 [STAC_DELL_M6_DMIC] = "dell-m6-dmic",
1767 [STAC_DELL_M6_BOTH] = "dell-m6",
Matthew Ranostay6b3ab212008-11-03 08:12:43 -05001768 [STAC_DELL_EQ] = "dell-eq",
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01001769};
1770
1771static struct snd_pci_quirk stac92hd73xx_cfg_tbl[] = {
1772 /* SigmaTel reference board */
1773 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x2668,
Matthew Ranostaya7662642008-02-21 07:51:14 +01001774 "DFI LanParty", STAC_92HD73XX_REF),
Matthew Ranostay577aa2c2009-01-22 22:55:44 -05001775 SND_PCI_QUIRK(PCI_VENDOR_ID_DFI, 0x3101,
1776 "DFI LanParty", STAC_92HD73XX_REF),
Matthew Ranostaya7662642008-02-21 07:51:14 +01001777 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0254,
Takashi Iwai661cd8f2008-11-25 15:18:29 +01001778 "Dell Studio 1535", STAC_DELL_M6_DMIC),
Matthew Ranostaya7662642008-02-21 07:51:14 +01001779 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0255,
Takashi Iwai661cd8f2008-11-25 15:18:29 +01001780 "unknown Dell", STAC_DELL_M6_DMIC),
Matthew Ranostaya7662642008-02-21 07:51:14 +01001781 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0256,
Takashi Iwai661cd8f2008-11-25 15:18:29 +01001782 "unknown Dell", STAC_DELL_M6_BOTH),
Matthew Ranostaya7662642008-02-21 07:51:14 +01001783 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0257,
Takashi Iwai661cd8f2008-11-25 15:18:29 +01001784 "unknown Dell", STAC_DELL_M6_BOTH),
Matthew Ranostaya7662642008-02-21 07:51:14 +01001785 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x025e,
Takashi Iwai661cd8f2008-11-25 15:18:29 +01001786 "unknown Dell", STAC_DELL_M6_AMIC),
Matthew Ranostaya7662642008-02-21 07:51:14 +01001787 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x025f,
Takashi Iwai661cd8f2008-11-25 15:18:29 +01001788 "unknown Dell", STAC_DELL_M6_AMIC),
Matthew Ranostaya7662642008-02-21 07:51:14 +01001789 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0271,
Takashi Iwai661cd8f2008-11-25 15:18:29 +01001790 "unknown Dell", STAC_DELL_M6_DMIC),
1791 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0272,
1792 "unknown Dell", STAC_DELL_M6_DMIC),
Takashi Iwaib0fc5e02008-11-21 08:37:03 +01001793 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x029f,
Takashi Iwai661cd8f2008-11-25 15:18:29 +01001794 "Dell Studio 1537", STAC_DELL_M6_DMIC),
Joerg Schirottkefa620e92008-12-19 08:13:49 +01001795 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x02a0,
1796 "Dell Studio 17", STAC_DELL_M6_DMIC),
Takashi Iwai626f5ce2009-07-28 00:54:39 +02001797 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x02be,
1798 "Dell Studio 1555", STAC_DELL_M6_DMIC),
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01001799 {} /* terminator */
1800};
1801
Matthew Ranostay8bb0ac52009-02-12 16:50:01 -05001802static unsigned int ref92hd83xxx_pin_configs[10] = {
Matthew Ranostayd0513fc2008-07-27 10:30:30 +02001803 0x02214030, 0x02211010, 0x02a19020, 0x02170130,
1804 0x01014050, 0x01819040, 0x01014020, 0x90a3014e,
Matthew Ranostayd0513fc2008-07-27 10:30:30 +02001805 0x01451160, 0x98560170,
1806};
1807
Matthew Ranostay8bb0ac52009-02-12 16:50:01 -05001808static unsigned int dell_s14_pin_configs[10] = {
1809 0x02214030, 0x02211010, 0x02a19020, 0x01014050,
1810 0x40f000f0, 0x01819040, 0x40f000f0, 0x90a60160,
1811 0x40f000f0, 0x40f000f0,
1812};
1813
Matthew Ranostayd0513fc2008-07-27 10:30:30 +02001814static unsigned int *stac92hd83xxx_brd_tbl[STAC_92HD83XXX_MODELS] = {
1815 [STAC_92HD83XXX_REF] = ref92hd83xxx_pin_configs,
Matthew Ranostay32ed3f42009-01-22 20:53:29 -05001816 [STAC_92HD83XXX_PWR_REF] = ref92hd83xxx_pin_configs,
Matthew Ranostay8bb0ac52009-02-12 16:50:01 -05001817 [STAC_DELL_S14] = dell_s14_pin_configs,
Matthew Ranostayd0513fc2008-07-27 10:30:30 +02001818};
1819
1820static const char *stac92hd83xxx_models[STAC_92HD83XXX_MODELS] = {
Takashi Iwai1607b8e2009-02-26 16:50:43 +01001821 [STAC_92HD83XXX_AUTO] = "auto",
Matthew Ranostayd0513fc2008-07-27 10:30:30 +02001822 [STAC_92HD83XXX_REF] = "ref",
Matthew Ranostay32ed3f42009-01-22 20:53:29 -05001823 [STAC_92HD83XXX_PWR_REF] = "mic-ref",
Matthew Ranostay8bb0ac52009-02-12 16:50:01 -05001824 [STAC_DELL_S14] = "dell-s14",
Matthew Ranostayd0513fc2008-07-27 10:30:30 +02001825};
1826
1827static struct snd_pci_quirk stac92hd83xxx_cfg_tbl[] = {
1828 /* SigmaTel reference board */
1829 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x2668,
Takashi Iwaif9d088b2009-01-13 11:54:49 +01001830 "DFI LanParty", STAC_92HD83XXX_REF),
Matthew Ranostay577aa2c2009-01-22 22:55:44 -05001831 SND_PCI_QUIRK(PCI_VENDOR_ID_DFI, 0x3101,
1832 "DFI LanParty", STAC_92HD83XXX_REF),
Matthew Ranostay8bb0ac52009-02-12 16:50:01 -05001833 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x02ba,
1834 "unknown Dell", STAC_DELL_S14),
Herton Ronaldo Krzesinski574f3c42008-12-23 16:53:00 -02001835 {} /* terminator */
Matthew Ranostayd0513fc2008-07-27 10:30:30 +02001836};
1837
Herton Ronaldo Krzesinski616f89e2009-02-04 11:23:19 -05001838static unsigned int ref92hd71bxx_pin_configs[STAC92HD71BXX_NUM_PINS] = {
Matthew Ranostaye035b842007-11-06 11:53:55 +01001839 0x02214030, 0x02a19040, 0x01a19020, 0x01014010,
Matthew Ranostay4b33c762008-10-10 09:07:23 -04001840 0x0181302e, 0x01014010, 0x01019020, 0x90a000f0,
Herton Ronaldo Krzesinski616f89e2009-02-04 11:23:19 -05001841 0x90a000f0, 0x01452050, 0x01452050, 0x00000000,
1842 0x00000000
Matthew Ranostaye035b842007-11-06 11:53:55 +01001843};
1844
Herton Ronaldo Krzesinski616f89e2009-02-04 11:23:19 -05001845static unsigned int dell_m4_1_pin_configs[STAC92HD71BXX_NUM_PINS] = {
Matthew Ranostaya7662642008-02-21 07:51:14 +01001846 0x0421101f, 0x04a11221, 0x40f000f0, 0x90170110,
Matthew Ranostay07bcb312008-03-20 12:10:57 +01001847 0x23a1902e, 0x23014250, 0x40f000f0, 0x90a000f0,
Herton Ronaldo Krzesinski616f89e2009-02-04 11:23:19 -05001848 0x40f000f0, 0x4f0000f0, 0x4f0000f0, 0x00000000,
1849 0x00000000
Matthew Ranostaya7662642008-02-21 07:51:14 +01001850};
1851
Herton Ronaldo Krzesinski616f89e2009-02-04 11:23:19 -05001852static unsigned int dell_m4_2_pin_configs[STAC92HD71BXX_NUM_PINS] = {
Matthew Ranostaya7662642008-02-21 07:51:14 +01001853 0x0421101f, 0x04a11221, 0x90a70330, 0x90170110,
1854 0x23a1902e, 0x23014250, 0x40f000f0, 0x40f000f0,
Herton Ronaldo Krzesinski616f89e2009-02-04 11:23:19 -05001855 0x40f000f0, 0x044413b0, 0x044413b0, 0x00000000,
1856 0x00000000
Matthew Ranostaya7662642008-02-21 07:51:14 +01001857};
1858
Herton Ronaldo Krzesinski616f89e2009-02-04 11:23:19 -05001859static unsigned int dell_m4_3_pin_configs[STAC92HD71BXX_NUM_PINS] = {
Matthew Ranostay3a7abfd2008-11-20 21:21:43 -05001860 0x0421101f, 0x04a11221, 0x90a70330, 0x90170110,
1861 0x40f000f0, 0x40f000f0, 0x40f000f0, 0x90a000f0,
Herton Ronaldo Krzesinski616f89e2009-02-04 11:23:19 -05001862 0x40f000f0, 0x044413b0, 0x044413b0, 0x00000000,
1863 0x00000000
Matthew Ranostay3a7abfd2008-11-20 21:21:43 -05001864};
1865
Matthew Ranostaye035b842007-11-06 11:53:55 +01001866static unsigned int *stac92hd71bxx_brd_tbl[STAC_92HD71BXX_MODELS] = {
1867 [STAC_92HD71BXX_REF] = ref92hd71bxx_pin_configs,
Matthew Ranostaya7662642008-02-21 07:51:14 +01001868 [STAC_DELL_M4_1] = dell_m4_1_pin_configs,
1869 [STAC_DELL_M4_2] = dell_m4_2_pin_configs,
Matthew Ranostay3a7abfd2008-11-20 21:21:43 -05001870 [STAC_DELL_M4_3] = dell_m4_3_pin_configs,
Matthew Ranostay6a14f582008-09-12 12:02:30 -04001871 [STAC_HP_M4] = NULL,
Takashi Iwai1b0652e2009-01-14 08:27:35 +01001872 [STAC_HP_DV5] = NULL,
Christoph Plattnerae6241f2009-03-08 23:19:05 +01001873 [STAC_HP_HDX] = NULL,
James Gardiner514bf542009-05-03 04:00:44 -04001874 [STAC_HP_DV4_1222NR] = NULL,
Matthew Ranostaye035b842007-11-06 11:53:55 +01001875};
1876
1877static const char *stac92hd71bxx_models[STAC_92HD71BXX_MODELS] = {
Takashi Iwai1607b8e2009-02-26 16:50:43 +01001878 [STAC_92HD71BXX_AUTO] = "auto",
Matthew Ranostaye035b842007-11-06 11:53:55 +01001879 [STAC_92HD71BXX_REF] = "ref",
Matthew Ranostaya7662642008-02-21 07:51:14 +01001880 [STAC_DELL_M4_1] = "dell-m4-1",
1881 [STAC_DELL_M4_2] = "dell-m4-2",
Matthew Ranostay3a7abfd2008-11-20 21:21:43 -05001882 [STAC_DELL_M4_3] = "dell-m4-3",
Matthew Ranostay6a14f582008-09-12 12:02:30 -04001883 [STAC_HP_M4] = "hp-m4",
Takashi Iwai1b0652e2009-01-14 08:27:35 +01001884 [STAC_HP_DV5] = "hp-dv5",
Christoph Plattnerae6241f2009-03-08 23:19:05 +01001885 [STAC_HP_HDX] = "hp-hdx",
James Gardiner514bf542009-05-03 04:00:44 -04001886 [STAC_HP_DV4_1222NR] = "hp-dv4-1222nr",
Matthew Ranostaye035b842007-11-06 11:53:55 +01001887};
1888
1889static struct snd_pci_quirk stac92hd71bxx_cfg_tbl[] = {
1890 /* SigmaTel reference board */
1891 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x2668,
1892 "DFI LanParty", STAC_92HD71BXX_REF),
Matthew Ranostay577aa2c2009-01-22 22:55:44 -05001893 SND_PCI_QUIRK(PCI_VENDOR_ID_DFI, 0x3101,
1894 "DFI LanParty", STAC_92HD71BXX_REF),
James Gardiner514bf542009-05-03 04:00:44 -04001895 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x30fb,
1896 "HP dv4-1222nr", STAC_HP_DV4_1222NR),
Takashi Iwai58d83952009-03-13 17:04:34 +01001897 SND_PCI_QUIRK_MASK(PCI_VENDOR_ID_HP, 0xfff0, 0x3080,
1898 "HP", STAC_HP_DV5),
Takashi Iwai2ae466f2009-02-16 14:16:36 +01001899 SND_PCI_QUIRK_MASK(PCI_VENDOR_ID_HP, 0xfff0, 0x30f0,
1900 "HP dv4-7", STAC_HP_DV5),
1901 SND_PCI_QUIRK_MASK(PCI_VENDOR_ID_HP, 0xfff0, 0x3600,
1902 "HP dv4-7", STAC_HP_DV5),
Takashi Iwai6fce61a2009-03-10 07:48:57 +01001903 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x3610,
1904 "HP HDX", STAC_HP_HDX), /* HDX18 */
Matthew Ranostay9a9e2352008-09-26 10:37:03 -04001905 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x361a,
Takashi Iwai2ae466f2009-02-16 14:16:36 +01001906 "HP mini 1000", STAC_HP_M4),
Christoph Plattnerae6241f2009-03-08 23:19:05 +01001907 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x361b,
Takashi Iwai6fce61a2009-03-10 07:48:57 +01001908 "HP HDX", STAC_HP_HDX), /* HDX16 */
Matthew Ranostaya7662642008-02-21 07:51:14 +01001909 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0233,
1910 "unknown Dell", STAC_DELL_M4_1),
1911 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0234,
1912 "unknown Dell", STAC_DELL_M4_1),
1913 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0250,
1914 "unknown Dell", STAC_DELL_M4_1),
1915 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x024f,
1916 "unknown Dell", STAC_DELL_M4_1),
1917 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x024d,
1918 "unknown Dell", STAC_DELL_M4_1),
1919 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0251,
1920 "unknown Dell", STAC_DELL_M4_1),
1921 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0277,
1922 "unknown Dell", STAC_DELL_M4_1),
1923 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0263,
1924 "unknown Dell", STAC_DELL_M4_2),
1925 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0265,
1926 "unknown Dell", STAC_DELL_M4_2),
1927 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0262,
1928 "unknown Dell", STAC_DELL_M4_2),
1929 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0264,
1930 "unknown Dell", STAC_DELL_M4_2),
Matthew Ranostay3a7abfd2008-11-20 21:21:43 -05001931 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x02aa,
1932 "unknown Dell", STAC_DELL_M4_3),
Matthew Ranostaye035b842007-11-06 11:53:55 +01001933 {} /* terminator */
1934};
1935
Matt Porter403d1942005-11-29 15:00:51 +01001936static unsigned int ref922x_pin_configs[10] = {
1937 0x01014010, 0x01016011, 0x01012012, 0x0221401f,
1938 0x01813122, 0x01011014, 0x01441030, 0x01c41030,
Matt2f2f4252005-04-13 14:45:30 +02001939 0x40000100, 0x40000100,
1940};
1941
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001942/*
1943 STAC 922X pin configs for
1944 102801A7
1945 102801AB
1946 102801A9
1947 102801D1
1948 102801D2
1949*/
1950static unsigned int dell_922x_d81_pin_configs[10] = {
1951 0x02214030, 0x01a19021, 0x01111012, 0x01114010,
1952 0x02a19020, 0x01117011, 0x400001f0, 0x400001f1,
1953 0x01813122, 0x400001f2,
1954};
1955
1956/*
1957 STAC 922X pin configs for
1958 102801AC
1959 102801D0
1960*/
1961static unsigned int dell_922x_d82_pin_configs[10] = {
1962 0x02214030, 0x01a19021, 0x01111012, 0x01114010,
1963 0x02a19020, 0x01117011, 0x01451140, 0x400001f0,
1964 0x01813122, 0x400001f1,
1965};
1966
1967/*
1968 STAC 922X pin configs for
1969 102801BF
1970*/
1971static unsigned int dell_922x_m81_pin_configs[10] = {
1972 0x0321101f, 0x01112024, 0x01111222, 0x91174220,
1973 0x03a11050, 0x01116221, 0x90a70330, 0x01452340,
1974 0x40C003f1, 0x405003f0,
1975};
1976
1977/*
1978 STAC 9221 A1 pin configs for
1979 102801D7 (Dell XPS M1210)
1980*/
1981static unsigned int dell_922x_m82_pin_configs[10] = {
Jiang Zhe7f9310c2007-11-12 12:43:37 +01001982 0x02211211, 0x408103ff, 0x02a1123e, 0x90100310,
1983 0x408003f1, 0x0221121f, 0x03451340, 0x40c003f2,
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001984 0x508003f3, 0x405003f4,
1985};
1986
Matt Porter403d1942005-11-29 15:00:51 +01001987static unsigned int d945gtp3_pin_configs[10] = {
Matt Porter869264c2006-01-25 19:20:50 +01001988 0x0221401f, 0x01a19022, 0x01813021, 0x01014010,
Matt Porter403d1942005-11-29 15:00:51 +01001989 0x40000100, 0x40000100, 0x40000100, 0x40000100,
1990 0x02a19120, 0x40000100,
1991};
1992
1993static unsigned int d945gtp5_pin_configs[10] = {
Matt Porter869264c2006-01-25 19:20:50 +01001994 0x0221401f, 0x01011012, 0x01813024, 0x01014010,
1995 0x01a19021, 0x01016011, 0x01452130, 0x40000100,
Matt Porter403d1942005-11-29 15:00:51 +01001996 0x02a19320, 0x40000100,
1997};
1998
Ivan N. Zlatev5d5d3bc2007-05-29 16:03:00 +02001999static unsigned int intel_mac_v1_pin_configs[10] = {
2000 0x0121e21f, 0x400000ff, 0x9017e110, 0x400000fd,
2001 0x400000fe, 0x0181e020, 0x1145e030, 0x11c5e240,
Takashi Iwai3fc24d82007-02-16 13:27:18 +01002002 0x400000fc, 0x400000fb,
2003};
2004
Ivan N. Zlatev5d5d3bc2007-05-29 16:03:00 +02002005static unsigned int intel_mac_v2_pin_configs[10] = {
2006 0x0121e21f, 0x90a7012e, 0x9017e110, 0x400000fd,
2007 0x400000fe, 0x0181e020, 0x1145e230, 0x500000fa,
Sylvain FORETf16928f2007-04-27 14:22:36 +02002008 0x400000fc, 0x400000fb,
2009};
2010
Ivan N. Zlatev5d5d3bc2007-05-29 16:03:00 +02002011static unsigned int intel_mac_v3_pin_configs[10] = {
2012 0x0121e21f, 0x90a7012e, 0x9017e110, 0x400000fd,
2013 0x400000fe, 0x0181e020, 0x1145e230, 0x11c5e240,
2014 0x400000fc, 0x400000fb,
2015};
2016
2017static unsigned int intel_mac_v4_pin_configs[10] = {
2018 0x0321e21f, 0x03a1e02e, 0x9017e110, 0x9017e11f,
2019 0x400000fe, 0x0381e020, 0x1345e230, 0x13c5e240,
2020 0x400000fc, 0x400000fb,
2021};
2022
2023static unsigned int intel_mac_v5_pin_configs[10] = {
2024 0x0321e21f, 0x03a1e02e, 0x9017e110, 0x9017e11f,
2025 0x400000fe, 0x0381e020, 0x1345e230, 0x13c5e240,
2026 0x400000fc, 0x400000fb,
Takashi Iwai0dae0f82007-05-21 12:41:29 +02002027};
2028
Mauro Carvalho Chehab8c650082008-08-04 10:39:59 -03002029static unsigned int ecs202_pin_configs[10] = {
2030 0x0221401f, 0x02a19020, 0x01a19020, 0x01114010,
2031 0x408000f0, 0x01813022, 0x074510a0, 0x40c400f1,
2032 0x9037012e, 0x40e000f2,
2033};
Takashi Iwai76c08822007-06-19 12:17:42 +02002034
Takashi Iwai19039bd2006-06-28 15:52:16 +02002035static unsigned int *stac922x_brd_tbl[STAC_922X_MODELS] = {
Takashi Iwaif5fcc132006-11-24 17:07:44 +01002036 [STAC_D945_REF] = ref922x_pin_configs,
Takashi Iwai19039bd2006-06-28 15:52:16 +02002037 [STAC_D945GTP3] = d945gtp3_pin_configs,
2038 [STAC_D945GTP5] = d945gtp5_pin_configs,
Ivan N. Zlatev5d5d3bc2007-05-29 16:03:00 +02002039 [STAC_INTEL_MAC_V1] = intel_mac_v1_pin_configs,
2040 [STAC_INTEL_MAC_V2] = intel_mac_v2_pin_configs,
2041 [STAC_INTEL_MAC_V3] = intel_mac_v3_pin_configs,
2042 [STAC_INTEL_MAC_V4] = intel_mac_v4_pin_configs,
2043 [STAC_INTEL_MAC_V5] = intel_mac_v5_pin_configs,
Nicolas Boichat536319a2008-07-21 22:18:01 +08002044 [STAC_INTEL_MAC_AUTO] = intel_mac_v3_pin_configs,
Takashi Iwaidfe495d2007-08-23 19:04:28 +02002045 /* for backward compatibility */
Ivan N. Zlatev5d5d3bc2007-05-29 16:03:00 +02002046 [STAC_MACMINI] = intel_mac_v3_pin_configs,
2047 [STAC_MACBOOK] = intel_mac_v5_pin_configs,
2048 [STAC_MACBOOK_PRO_V1] = intel_mac_v3_pin_configs,
2049 [STAC_MACBOOK_PRO_V2] = intel_mac_v3_pin_configs,
2050 [STAC_IMAC_INTEL] = intel_mac_v2_pin_configs,
2051 [STAC_IMAC_INTEL_20] = intel_mac_v3_pin_configs,
Mauro Carvalho Chehab8c650082008-08-04 10:39:59 -03002052 [STAC_ECS_202] = ecs202_pin_configs,
Takashi Iwaidfe495d2007-08-23 19:04:28 +02002053 [STAC_922X_DELL_D81] = dell_922x_d81_pin_configs,
2054 [STAC_922X_DELL_D82] = dell_922x_d82_pin_configs,
2055 [STAC_922X_DELL_M81] = dell_922x_m81_pin_configs,
2056 [STAC_922X_DELL_M82] = dell_922x_m82_pin_configs,
Matt Porter403d1942005-11-29 15:00:51 +01002057};
2058
Takashi Iwaif5fcc132006-11-24 17:07:44 +01002059static const char *stac922x_models[STAC_922X_MODELS] = {
Takashi Iwai1607b8e2009-02-26 16:50:43 +01002060 [STAC_922X_AUTO] = "auto",
Takashi Iwaif5fcc132006-11-24 17:07:44 +01002061 [STAC_D945_REF] = "ref",
2062 [STAC_D945GTP5] = "5stack",
2063 [STAC_D945GTP3] = "3stack",
Ivan N. Zlatev5d5d3bc2007-05-29 16:03:00 +02002064 [STAC_INTEL_MAC_V1] = "intel-mac-v1",
2065 [STAC_INTEL_MAC_V2] = "intel-mac-v2",
2066 [STAC_INTEL_MAC_V3] = "intel-mac-v3",
2067 [STAC_INTEL_MAC_V4] = "intel-mac-v4",
2068 [STAC_INTEL_MAC_V5] = "intel-mac-v5",
Nicolas Boichat536319a2008-07-21 22:18:01 +08002069 [STAC_INTEL_MAC_AUTO] = "intel-mac-auto",
Takashi Iwaidfe495d2007-08-23 19:04:28 +02002070 /* for backward compatibility */
Takashi Iwaif5fcc132006-11-24 17:07:44 +01002071 [STAC_MACMINI] = "macmini",
Takashi Iwai3fc24d82007-02-16 13:27:18 +01002072 [STAC_MACBOOK] = "macbook",
Nicolas Boichat6f0778d2007-03-15 12:38:15 +01002073 [STAC_MACBOOK_PRO_V1] = "macbook-pro-v1",
2074 [STAC_MACBOOK_PRO_V2] = "macbook-pro",
Sylvain FORETf16928f2007-04-27 14:22:36 +02002075 [STAC_IMAC_INTEL] = "imac-intel",
Takashi Iwai0dae0f82007-05-21 12:41:29 +02002076 [STAC_IMAC_INTEL_20] = "imac-intel-20",
Mauro Carvalho Chehab8c650082008-08-04 10:39:59 -03002077 [STAC_ECS_202] = "ecs202",
Takashi Iwaidfe495d2007-08-23 19:04:28 +02002078 [STAC_922X_DELL_D81] = "dell-d81",
2079 [STAC_922X_DELL_D82] = "dell-d82",
2080 [STAC_922X_DELL_M81] = "dell-m81",
2081 [STAC_922X_DELL_M82] = "dell-m82",
Takashi Iwaif5fcc132006-11-24 17:07:44 +01002082};
2083
2084static struct snd_pci_quirk stac922x_cfg_tbl[] = {
2085 /* SigmaTel reference board */
2086 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x2668,
2087 "DFI LanParty", STAC_D945_REF),
Matthew Ranostay577aa2c2009-01-22 22:55:44 -05002088 SND_PCI_QUIRK(PCI_VENDOR_ID_DFI, 0x3101,
2089 "DFI LanParty", STAC_D945_REF),
Takashi Iwaif5fcc132006-11-24 17:07:44 +01002090 /* Intel 945G based systems */
2091 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x0101,
2092 "Intel D945G", STAC_D945GTP3),
2093 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x0202,
2094 "Intel D945G", STAC_D945GTP3),
2095 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x0606,
2096 "Intel D945G", STAC_D945GTP3),
2097 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x0601,
2098 "Intel D945G", STAC_D945GTP3),
2099 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x0111,
2100 "Intel D945G", STAC_D945GTP3),
2101 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x1115,
2102 "Intel D945G", STAC_D945GTP3),
2103 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x1116,
2104 "Intel D945G", STAC_D945GTP3),
2105 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x1117,
2106 "Intel D945G", STAC_D945GTP3),
2107 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x1118,
2108 "Intel D945G", STAC_D945GTP3),
2109 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x1119,
2110 "Intel D945G", STAC_D945GTP3),
2111 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x8826,
2112 "Intel D945G", STAC_D945GTP3),
2113 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x5049,
2114 "Intel D945G", STAC_D945GTP3),
2115 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x5055,
2116 "Intel D945G", STAC_D945GTP3),
2117 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x5048,
2118 "Intel D945G", STAC_D945GTP3),
2119 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x0110,
2120 "Intel D945G", STAC_D945GTP3),
2121 /* Intel D945G 5-stack systems */
2122 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x0404,
2123 "Intel D945G", STAC_D945GTP5),
2124 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x0303,
2125 "Intel D945G", STAC_D945GTP5),
2126 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x0013,
2127 "Intel D945G", STAC_D945GTP5),
2128 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x0417,
2129 "Intel D945G", STAC_D945GTP5),
2130 /* Intel 945P based systems */
2131 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x0b0b,
2132 "Intel D945P", STAC_D945GTP3),
2133 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x0112,
2134 "Intel D945P", STAC_D945GTP3),
2135 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x0d0d,
2136 "Intel D945P", STAC_D945GTP3),
2137 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x0909,
2138 "Intel D945P", STAC_D945GTP3),
2139 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x0505,
2140 "Intel D945P", STAC_D945GTP3),
2141 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x0707,
2142 "Intel D945P", STAC_D945GTP5),
Takashi Iwai8056d472009-01-23 09:09:43 +01002143 /* other intel */
2144 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x0204,
2145 "Intel D945", STAC_D945_REF),
Takashi Iwaif5fcc132006-11-24 17:07:44 +01002146 /* other systems */
Nicolas Boichat536319a2008-07-21 22:18:01 +08002147 /* Apple Intel Mac (Mac Mini, MacBook, MacBook Pro...) */
Takashi Iwaif5fcc132006-11-24 17:07:44 +01002148 SND_PCI_QUIRK(0x8384, 0x7680,
Nicolas Boichat536319a2008-07-21 22:18:01 +08002149 "Mac", STAC_INTEL_MAC_AUTO),
Takashi Iwaidfe495d2007-08-23 19:04:28 +02002150 /* Dell systems */
2151 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01a7,
2152 "unknown Dell", STAC_922X_DELL_D81),
2153 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01a9,
2154 "unknown Dell", STAC_922X_DELL_D81),
2155 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01ab,
2156 "unknown Dell", STAC_922X_DELL_D81),
2157 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01ac,
2158 "unknown Dell", STAC_922X_DELL_D82),
2159 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01bf,
2160 "unknown Dell", STAC_922X_DELL_M81),
2161 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01d0,
2162 "unknown Dell", STAC_922X_DELL_D82),
2163 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01d1,
2164 "unknown Dell", STAC_922X_DELL_D81),
2165 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01d2,
2166 "unknown Dell", STAC_922X_DELL_D81),
2167 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01d7,
2168 "Dell XPS M1210", STAC_922X_DELL_M82),
Mauro Carvalho Chehab8c650082008-08-04 10:39:59 -03002169 /* ECS/PC Chips boards */
Takashi Iwaidea0a502009-02-09 17:14:52 +01002170 SND_PCI_QUIRK_MASK(0x1019, 0xf000, 0x2000,
Herton Ronaldo Krzesinski8663ae52009-02-08 19:50:34 -02002171 "ECS/PC chips", STAC_ECS_202),
Matt Porter403d1942005-11-29 15:00:51 +01002172 {} /* terminator */
2173};
2174
Matt Porter3cc08dc2006-01-23 15:27:49 +01002175static unsigned int ref927x_pin_configs[14] = {
Tobin Davis93ed1502006-09-01 21:03:12 +02002176 0x02214020, 0x02a19080, 0x0181304e, 0x01014010,
2177 0x01a19040, 0x01011012, 0x01016011, 0x0101201f,
2178 0x183301f0, 0x18a001f0, 0x18a001f0, 0x01442070,
2179 0x01c42190, 0x40000100,
Matt Porter3cc08dc2006-01-23 15:27:49 +01002180};
2181
Tobin Davis93ed1502006-09-01 21:03:12 +02002182static unsigned int d965_3st_pin_configs[14] = {
Tobin Davis81d3dbd2006-08-22 19:44:45 +02002183 0x0221401f, 0x02a19120, 0x40000100, 0x01014011,
2184 0x01a19021, 0x01813024, 0x40000100, 0x40000100,
2185 0x40000100, 0x40000100, 0x40000100, 0x40000100,
2186 0x40000100, 0x40000100
2187};
2188
Tobin Davis93ed1502006-09-01 21:03:12 +02002189static unsigned int d965_5st_pin_configs[14] = {
2190 0x02214020, 0x02a19080, 0x0181304e, 0x01014010,
2191 0x01a19040, 0x01011012, 0x01016011, 0x40000100,
2192 0x40000100, 0x40000100, 0x40000100, 0x01442070,
2193 0x40000100, 0x40000100
2194};
2195
Takashi Iwai679d92e2009-05-24 19:00:08 +02002196static unsigned int d965_5st_no_fp_pin_configs[14] = {
2197 0x40000100, 0x40000100, 0x0181304e, 0x01014010,
2198 0x01a19040, 0x01011012, 0x01016011, 0x40000100,
2199 0x40000100, 0x40000100, 0x40000100, 0x01442070,
2200 0x40000100, 0x40000100
2201};
2202
Tobin Davis4ff076e2007-08-07 11:48:12 +02002203static unsigned int dell_3st_pin_configs[14] = {
2204 0x02211230, 0x02a11220, 0x01a19040, 0x01114210,
2205 0x01111212, 0x01116211, 0x01813050, 0x01112214,
Matthew Ranostay8e9068b2007-12-17 11:58:13 +01002206 0x403003fa, 0x90a60040, 0x90a60040, 0x404003fb,
Tobin Davis4ff076e2007-08-07 11:48:12 +02002207 0x40c003fc, 0x40000100
2208};
2209
Tobin Davis93ed1502006-09-01 21:03:12 +02002210static unsigned int *stac927x_brd_tbl[STAC_927X_MODELS] = {
Takashi Iwaie28d8322008-12-17 13:48:29 +01002211 [STAC_D965_REF_NO_JD] = ref927x_pin_configs,
Matthew Ranostay8e9068b2007-12-17 11:58:13 +01002212 [STAC_D965_REF] = ref927x_pin_configs,
2213 [STAC_D965_3ST] = d965_3st_pin_configs,
2214 [STAC_D965_5ST] = d965_5st_pin_configs,
Takashi Iwai679d92e2009-05-24 19:00:08 +02002215 [STAC_D965_5ST_NO_FP] = d965_5st_no_fp_pin_configs,
Matthew Ranostay8e9068b2007-12-17 11:58:13 +01002216 [STAC_DELL_3ST] = dell_3st_pin_configs,
2217 [STAC_DELL_BIOS] = NULL,
Matt Porter3cc08dc2006-01-23 15:27:49 +01002218};
2219
Takashi Iwaif5fcc132006-11-24 17:07:44 +01002220static const char *stac927x_models[STAC_927X_MODELS] = {
Takashi Iwai1607b8e2009-02-26 16:50:43 +01002221 [STAC_927X_AUTO] = "auto",
Takashi Iwaie28d8322008-12-17 13:48:29 +01002222 [STAC_D965_REF_NO_JD] = "ref-no-jd",
Matthew Ranostay8e9068b2007-12-17 11:58:13 +01002223 [STAC_D965_REF] = "ref",
2224 [STAC_D965_3ST] = "3stack",
2225 [STAC_D965_5ST] = "5stack",
Takashi Iwai679d92e2009-05-24 19:00:08 +02002226 [STAC_D965_5ST_NO_FP] = "5stack-no-fp",
Matthew Ranostay8e9068b2007-12-17 11:58:13 +01002227 [STAC_DELL_3ST] = "dell-3stack",
2228 [STAC_DELL_BIOS] = "dell-bios",
Takashi Iwaif5fcc132006-11-24 17:07:44 +01002229};
2230
2231static struct snd_pci_quirk stac927x_cfg_tbl[] = {
2232 /* SigmaTel reference board */
2233 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x2668,
2234 "DFI LanParty", STAC_D965_REF),
Matthew Ranostay577aa2c2009-01-22 22:55:44 -05002235 SND_PCI_QUIRK(PCI_VENDOR_ID_DFI, 0x3101,
2236 "DFI LanParty", STAC_D965_REF),
Tobin Davis81d3dbd2006-08-22 19:44:45 +02002237 /* Intel 946 based systems */
Takashi Iwaif5fcc132006-11-24 17:07:44 +01002238 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x3d01, "Intel D946", STAC_D965_3ST),
2239 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0xa301, "Intel D946", STAC_D965_3ST),
Tobin Davis93ed1502006-09-01 21:03:12 +02002240 /* 965 based 3 stack systems */
Takashi Iwaidea0a502009-02-09 17:14:52 +01002241 SND_PCI_QUIRK_MASK(PCI_VENDOR_ID_INTEL, 0xff00, 0x2100,
2242 "Intel D965", STAC_D965_3ST),
2243 SND_PCI_QUIRK_MASK(PCI_VENDOR_ID_INTEL, 0xff00, 0x2000,
2244 "Intel D965", STAC_D965_3ST),
Tobin Davis4ff076e2007-08-07 11:48:12 +02002245 /* Dell 3 stack systems */
Matthew Ranostay8e9068b2007-12-17 11:58:13 +01002246 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01f7, "Dell XPS M1730", STAC_DELL_3ST),
Takashi Iwaidfe495d2007-08-23 19:04:28 +02002247 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01dd, "Dell Dimension E520", STAC_DELL_3ST),
Tobin Davis4ff076e2007-08-07 11:48:12 +02002248 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01ed, "Dell ", STAC_DELL_3ST),
2249 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01f4, "Dell ", STAC_DELL_3ST),
Matthew Ranostay8e9068b2007-12-17 11:58:13 +01002250 /* Dell 3 stack systems with verb table in BIOS */
Matthew Ranostay2f32d902008-01-10 13:06:26 +01002251 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01f3, "Dell Inspiron 1420", STAC_DELL_BIOS),
2252 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0227, "Dell Vostro 1400 ", STAC_DELL_BIOS),
Matthew Ranostay8e9068b2007-12-17 11:58:13 +01002253 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x022e, "Dell ", STAC_DELL_BIOS),
Chengu Wang84d3dc22009-07-30 19:43:55 +08002254 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x022f, "Dell Inspiron 1525", STAC_DELL_BIOS),
Matthew Ranostay8e9068b2007-12-17 11:58:13 +01002255 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0242, "Dell ", STAC_DELL_BIOS),
2256 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0243, "Dell ", STAC_DELL_BIOS),
2257 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x02ff, "Dell ", STAC_DELL_BIOS),
2258 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0209, "Dell XPS 1330", STAC_DELL_BIOS),
Tobin Davis93ed1502006-09-01 21:03:12 +02002259 /* 965 based 5 stack systems */
Takashi Iwaidea0a502009-02-09 17:14:52 +01002260 SND_PCI_QUIRK_MASK(PCI_VENDOR_ID_INTEL, 0xff00, 0x2300,
2261 "Intel D965", STAC_D965_5ST),
2262 SND_PCI_QUIRK_MASK(PCI_VENDOR_ID_INTEL, 0xff00, 0x2500,
2263 "Intel D965", STAC_D965_5ST),
Matt Porter3cc08dc2006-01-23 15:27:49 +01002264 {} /* terminator */
2265};
2266
Matt Porterf3302a52006-07-31 12:49:34 +02002267static unsigned int ref9205_pin_configs[12] = {
2268 0x40000100, 0x40000100, 0x01016011, 0x01014010,
Matthew Ranostay09a99952008-01-24 11:49:21 +01002269 0x01813122, 0x01a19021, 0x01019020, 0x40000100,
Matt Porter8b657272006-10-26 17:12:59 +02002270 0x90a000f0, 0x90a000f0, 0x01441030, 0x01c41030
Matt Porterf3302a52006-07-31 12:49:34 +02002271};
2272
Takashi Iwaidfe495d2007-08-23 19:04:28 +02002273/*
2274 STAC 9205 pin configs for
2275 102801F1
2276 102801F2
2277 102801FC
2278 102801FD
2279 10280204
2280 1028021F
Matthew Ranostay3fa2ef72008-01-11 11:39:06 +01002281 10280228 (Dell Vostro 1500)
Takashi Iwaidfe495d2007-08-23 19:04:28 +02002282*/
2283static unsigned int dell_9205_m42_pin_configs[12] = {
2284 0x0321101F, 0x03A11020, 0x400003FA, 0x90170310,
2285 0x400003FB, 0x400003FC, 0x400003FD, 0x40F000F9,
2286 0x90A60330, 0x400003FF, 0x0144131F, 0x40C003FE,
2287};
2288
2289/*
2290 STAC 9205 pin configs for
2291 102801F9
2292 102801FA
2293 102801FE
2294 102801FF (Dell Precision M4300)
2295 10280206
2296 10280200
2297 10280201
2298*/
2299static unsigned int dell_9205_m43_pin_configs[12] = {
Tobin Davisae0a8ed2007-08-13 15:50:29 +02002300 0x0321101f, 0x03a11020, 0x90a70330, 0x90170310,
2301 0x400000fe, 0x400000ff, 0x400000fd, 0x40f000f9,
2302 0x400000fa, 0x400000fc, 0x0144131f, 0x40c003f8,
2303};
2304
Takashi Iwaidfe495d2007-08-23 19:04:28 +02002305static unsigned int dell_9205_m44_pin_configs[12] = {
Tobin Davisae0a8ed2007-08-13 15:50:29 +02002306 0x0421101f, 0x04a11020, 0x400003fa, 0x90170310,
2307 0x400003fb, 0x400003fc, 0x400003fd, 0x400003f9,
2308 0x90a60330, 0x400003ff, 0x01441340, 0x40c003fe,
2309};
2310
Takashi Iwaif5fcc132006-11-24 17:07:44 +01002311static unsigned int *stac9205_brd_tbl[STAC_9205_MODELS] = {
Tobin Davisae0a8ed2007-08-13 15:50:29 +02002312 [STAC_9205_REF] = ref9205_pin_configs,
Takashi Iwaidfe495d2007-08-23 19:04:28 +02002313 [STAC_9205_DELL_M42] = dell_9205_m42_pin_configs,
2314 [STAC_9205_DELL_M43] = dell_9205_m43_pin_configs,
2315 [STAC_9205_DELL_M44] = dell_9205_m44_pin_configs,
Takashi Iwaid9a42682009-01-22 17:40:18 +01002316 [STAC_9205_EAPD] = NULL,
Matt Porterf3302a52006-07-31 12:49:34 +02002317};
2318
Takashi Iwaif5fcc132006-11-24 17:07:44 +01002319static const char *stac9205_models[STAC_9205_MODELS] = {
Takashi Iwai1607b8e2009-02-26 16:50:43 +01002320 [STAC_9205_AUTO] = "auto",
Takashi Iwaif5fcc132006-11-24 17:07:44 +01002321 [STAC_9205_REF] = "ref",
Takashi Iwaidfe495d2007-08-23 19:04:28 +02002322 [STAC_9205_DELL_M42] = "dell-m42",
Tobin Davisae0a8ed2007-08-13 15:50:29 +02002323 [STAC_9205_DELL_M43] = "dell-m43",
2324 [STAC_9205_DELL_M44] = "dell-m44",
Takashi Iwaid9a42682009-01-22 17:40:18 +01002325 [STAC_9205_EAPD] = "eapd",
Takashi Iwaif5fcc132006-11-24 17:07:44 +01002326};
2327
2328static struct snd_pci_quirk stac9205_cfg_tbl[] = {
2329 /* SigmaTel reference board */
2330 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x2668,
2331 "DFI LanParty", STAC_9205_REF),
Herton Ronaldo Krzesinski02358fc2009-07-04 01:44:59 -03002332 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0xfb30,
2333 "SigmaTel", STAC_9205_REF),
Matthew Ranostay577aa2c2009-01-22 22:55:44 -05002334 SND_PCI_QUIRK(PCI_VENDOR_ID_DFI, 0x3101,
2335 "DFI LanParty", STAC_9205_REF),
Takashi Iwaid9a42682009-01-22 17:40:18 +01002336 /* Dell */
Takashi Iwaidfe495d2007-08-23 19:04:28 +02002337 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01f1,
2338 "unknown Dell", STAC_9205_DELL_M42),
2339 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01f2,
2340 "unknown Dell", STAC_9205_DELL_M42),
Tobin Davisae0a8ed2007-08-13 15:50:29 +02002341 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01f8,
Matthew Ranostayb44ef2f2007-09-18 00:52:38 +02002342 "Dell Precision", STAC_9205_DELL_M43),
Tobin Davisae0a8ed2007-08-13 15:50:29 +02002343 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01f9,
2344 "Dell Precision", STAC_9205_DELL_M43),
2345 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01fa,
2346 "Dell Precision", STAC_9205_DELL_M43),
Takashi Iwaidfe495d2007-08-23 19:04:28 +02002347 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01fc,
2348 "unknown Dell", STAC_9205_DELL_M42),
2349 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01fd,
2350 "unknown Dell", STAC_9205_DELL_M42),
Tobin Davisae0a8ed2007-08-13 15:50:29 +02002351 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01fe,
2352 "Dell Precision", STAC_9205_DELL_M43),
2353 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01ff,
Takashi Iwaidfe495d2007-08-23 19:04:28 +02002354 "Dell Precision M4300", STAC_9205_DELL_M43),
Takashi Iwaidfe495d2007-08-23 19:04:28 +02002355 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0204,
2356 "unknown Dell", STAC_9205_DELL_M42),
Takashi Iwai45499152008-06-12 16:27:24 +02002357 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0206,
2358 "Dell Precision", STAC_9205_DELL_M43),
2359 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x021b,
2360 "Dell Precision", STAC_9205_DELL_M43),
2361 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x021c,
2362 "Dell Precision", STAC_9205_DELL_M43),
Tobin Davisae0a8ed2007-08-13 15:50:29 +02002363 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x021f,
2364 "Dell Inspiron", STAC_9205_DELL_M44),
Matthew Ranostay3fa2ef72008-01-11 11:39:06 +01002365 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0228,
2366 "Dell Vostro 1500", STAC_9205_DELL_M42),
Takashi Iwaid9a42682009-01-22 17:40:18 +01002367 /* Gateway */
Hao Song42b95f02009-07-20 15:01:16 +08002368 SND_PCI_QUIRK(0x107b, 0x0560, "Gateway T6834c", STAC_9205_EAPD),
Takashi Iwaid9a42682009-01-22 17:40:18 +01002369 SND_PCI_QUIRK(0x107b, 0x0565, "Gateway T1616", STAC_9205_EAPD),
Matt Porterf3302a52006-07-31 12:49:34 +02002370 {} /* terminator */
2371};
2372
Takashi Iwai330ee992009-02-20 14:33:36 +01002373static void stac92xx_set_config_regs(struct hda_codec *codec,
2374 unsigned int *pincfgs)
Matt2f2f4252005-04-13 14:45:30 +02002375{
2376 int i;
2377 struct sigmatel_spec *spec = codec->spec;
Matt2f2f4252005-04-13 14:45:30 +02002378
Takashi Iwai330ee992009-02-20 14:33:36 +01002379 if (!pincfgs)
2380 return;
Richard Fish11b44bb2006-08-23 18:31:34 +02002381
Matthew Ranostay87d48362007-07-17 11:52:24 +02002382 for (i = 0; i < spec->num_pins; i++)
Takashi Iwai330ee992009-02-20 14:33:36 +01002383 if (spec->pin_nids[i] && pincfgs[i])
2384 snd_hda_codec_set_pincfg(codec, spec->pin_nids[i],
2385 pincfgs[i]);
Takashi Iwaiaf9f3412008-11-18 10:38:56 +01002386}
2387
Matt2f2f4252005-04-13 14:45:30 +02002388/*
2389 * Analog playback callbacks
2390 */
2391static int stac92xx_playback_pcm_open(struct hda_pcm_stream *hinfo,
2392 struct hda_codec *codec,
Takashi Iwaic8b6bf9b2005-11-17 14:57:47 +01002393 struct snd_pcm_substream *substream)
Matt2f2f4252005-04-13 14:45:30 +02002394{
2395 struct sigmatel_spec *spec = codec->spec;
Matthew Ranostay8daaaa92008-08-15 07:45:52 +02002396 if (spec->stream_delay)
2397 msleep(spec->stream_delay);
Takashi Iwai9a081602008-02-12 18:37:26 +01002398 return snd_hda_multi_out_analog_open(codec, &spec->multiout, substream,
2399 hinfo);
Matt2f2f4252005-04-13 14:45:30 +02002400}
2401
2402static int stac92xx_playback_pcm_prepare(struct hda_pcm_stream *hinfo,
2403 struct hda_codec *codec,
2404 unsigned int stream_tag,
2405 unsigned int format,
Takashi Iwaic8b6bf9b2005-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;
Matt Porter403d1942005-11-29 15:00:51 +01002409 return snd_hda_multi_out_analog_prepare(codec, &spec->multiout, stream_tag, format, substream);
Matt2f2f4252005-04-13 14:45:30 +02002410}
2411
2412static int stac92xx_playback_pcm_cleanup(struct hda_pcm_stream *hinfo,
2413 struct hda_codec *codec,
Takashi Iwaic8b6bf9b2005-11-17 14:57:47 +01002414 struct snd_pcm_substream *substream)
Matt2f2f4252005-04-13 14:45:30 +02002415{
2416 struct sigmatel_spec *spec = codec->spec;
2417 return snd_hda_multi_out_analog_cleanup(codec, &spec->multiout);
2418}
2419
2420/*
Mattdabbed62005-06-14 10:19:34 +02002421 * Digital playback callbacks
2422 */
2423static int stac92xx_dig_playback_pcm_open(struct hda_pcm_stream *hinfo,
2424 struct hda_codec *codec,
Takashi Iwaic8b6bf9b2005-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_open(codec, &spec->multiout);
2429}
2430
2431static int stac92xx_dig_playback_pcm_close(struct hda_pcm_stream *hinfo,
2432 struct hda_codec *codec,
Takashi Iwaic8b6bf9b2005-11-17 14:57:47 +01002433 struct snd_pcm_substream *substream)
Mattdabbed62005-06-14 10:19:34 +02002434{
2435 struct sigmatel_spec *spec = codec->spec;
2436 return snd_hda_multi_out_dig_close(codec, &spec->multiout);
2437}
2438
Takashi Iwai6b97eb42007-04-05 14:51:48 +02002439static int stac92xx_dig_playback_pcm_prepare(struct hda_pcm_stream *hinfo,
2440 struct hda_codec *codec,
2441 unsigned int stream_tag,
2442 unsigned int format,
2443 struct snd_pcm_substream *substream)
2444{
2445 struct sigmatel_spec *spec = codec->spec;
2446 return snd_hda_multi_out_dig_prepare(codec, &spec->multiout,
2447 stream_tag, format, substream);
2448}
2449
Takashi Iwai9411e212009-02-13 11:32:28 +01002450static int stac92xx_dig_playback_pcm_cleanup(struct hda_pcm_stream *hinfo,
2451 struct hda_codec *codec,
2452 struct snd_pcm_substream *substream)
2453{
2454 struct sigmatel_spec *spec = codec->spec;
2455 return snd_hda_multi_out_dig_cleanup(codec, &spec->multiout);
2456}
2457
Mattdabbed62005-06-14 10:19:34 +02002458
2459/*
Matt2f2f4252005-04-13 14:45:30 +02002460 * Analog capture callbacks
2461 */
2462static int stac92xx_capture_pcm_prepare(struct hda_pcm_stream *hinfo,
2463 struct hda_codec *codec,
2464 unsigned int stream_tag,
2465 unsigned int format,
Takashi Iwaic8b6bf9b2005-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 if (spec->powerdown_adcs) {
2472 msleep(40);
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_D0);
2475 }
2476 snd_hda_codec_setup_stream(codec, nid, stream_tag, 0, format);
Matt2f2f4252005-04-13 14:45:30 +02002477 return 0;
2478}
2479
2480static int stac92xx_capture_pcm_cleanup(struct hda_pcm_stream *hinfo,
2481 struct hda_codec *codec,
Takashi Iwaic8b6bf9b2005-11-17 14:57:47 +01002482 struct snd_pcm_substream *substream)
Matt2f2f4252005-04-13 14:45:30 +02002483{
2484 struct sigmatel_spec *spec = codec->spec;
Matthew Ranostay8daaaa92008-08-15 07:45:52 +02002485 hda_nid_t nid = spec->adc_nids[substream->number];
Matt2f2f4252005-04-13 14:45:30 +02002486
Matthew Ranostay8daaaa92008-08-15 07:45:52 +02002487 snd_hda_codec_cleanup_stream(codec, nid);
2488 if (spec->powerdown_adcs)
Takashi Iwai8c2f7672008-12-01 11:54:35 +01002489 snd_hda_codec_write(codec, nid, 0,
Matthew Ranostay8daaaa92008-08-15 07:45:52 +02002490 AC_VERB_SET_POWER_STATE, AC_PWRST_D3);
Matt2f2f4252005-04-13 14:45:30 +02002491 return 0;
2492}
2493
Mattdabbed62005-06-14 10:19:34 +02002494static struct hda_pcm_stream stac92xx_pcm_digital_playback = {
2495 .substreams = 1,
2496 .channels_min = 2,
2497 .channels_max = 2,
2498 /* NID is set in stac92xx_build_pcms */
2499 .ops = {
2500 .open = stac92xx_dig_playback_pcm_open,
Takashi Iwai6b97eb42007-04-05 14:51:48 +02002501 .close = stac92xx_dig_playback_pcm_close,
Takashi Iwai9411e212009-02-13 11:32:28 +01002502 .prepare = stac92xx_dig_playback_pcm_prepare,
2503 .cleanup = stac92xx_dig_playback_pcm_cleanup
Mattdabbed62005-06-14 10:19:34 +02002504 },
2505};
2506
2507static struct hda_pcm_stream stac92xx_pcm_digital_capture = {
2508 .substreams = 1,
2509 .channels_min = 2,
2510 .channels_max = 2,
2511 /* NID is set in stac92xx_build_pcms */
2512};
2513
Matt2f2f4252005-04-13 14:45:30 +02002514static struct hda_pcm_stream stac92xx_pcm_analog_playback = {
2515 .substreams = 1,
2516 .channels_min = 2,
Mattc7d4b2f2005-06-27 14:59:41 +02002517 .channels_max = 8,
Matt2f2f4252005-04-13 14:45:30 +02002518 .nid = 0x02, /* NID to query formats and rates */
2519 .ops = {
2520 .open = stac92xx_playback_pcm_open,
2521 .prepare = stac92xx_playback_pcm_prepare,
2522 .cleanup = stac92xx_playback_pcm_cleanup
2523 },
2524};
2525
Matt Porter3cc08dc2006-01-23 15:27:49 +01002526static struct hda_pcm_stream stac92xx_pcm_analog_alt_playback = {
2527 .substreams = 1,
2528 .channels_min = 2,
2529 .channels_max = 2,
2530 .nid = 0x06, /* NID to query formats and rates */
2531 .ops = {
2532 .open = stac92xx_playback_pcm_open,
2533 .prepare = stac92xx_playback_pcm_prepare,
2534 .cleanup = stac92xx_playback_pcm_cleanup
2535 },
2536};
2537
Matt2f2f4252005-04-13 14:45:30 +02002538static struct hda_pcm_stream stac92xx_pcm_analog_capture = {
Matt2f2f4252005-04-13 14:45:30 +02002539 .channels_min = 2,
2540 .channels_max = 2,
Maxim Levitsky9e05b7a2007-09-03 15:31:02 +02002541 /* NID + .substreams is set in stac92xx_build_pcms */
Matt2f2f4252005-04-13 14:45:30 +02002542 .ops = {
2543 .prepare = stac92xx_capture_pcm_prepare,
2544 .cleanup = stac92xx_capture_pcm_cleanup
2545 },
2546};
2547
2548static int stac92xx_build_pcms(struct hda_codec *codec)
2549{
2550 struct sigmatel_spec *spec = codec->spec;
2551 struct hda_pcm *info = spec->pcm_rec;
2552
2553 codec->num_pcms = 1;
2554 codec->pcm_info = info;
2555
Mattc7d4b2f2005-06-27 14:59:41 +02002556 info->name = "STAC92xx Analog";
Matt2f2f4252005-04-13 14:45:30 +02002557 info->stream[SNDRV_PCM_STREAM_PLAYBACK] = stac92xx_pcm_analog_playback;
Takashi Iwai00a602d2009-01-23 11:55:42 +01002558 info->stream[SNDRV_PCM_STREAM_PLAYBACK].nid =
2559 spec->multiout.dac_nids[0];
Matt2f2f4252005-04-13 14:45:30 +02002560 info->stream[SNDRV_PCM_STREAM_CAPTURE] = stac92xx_pcm_analog_capture;
Matt Porter3cc08dc2006-01-23 15:27:49 +01002561 info->stream[SNDRV_PCM_STREAM_CAPTURE].nid = spec->adc_nids[0];
Maxim Levitsky9e05b7a2007-09-03 15:31:02 +02002562 info->stream[SNDRV_PCM_STREAM_CAPTURE].substreams = spec->num_adcs;
Matt Porter3cc08dc2006-01-23 15:27:49 +01002563
2564 if (spec->alt_switch) {
2565 codec->num_pcms++;
2566 info++;
2567 info->name = "STAC92xx Analog Alt";
2568 info->stream[SNDRV_PCM_STREAM_PLAYBACK] = stac92xx_pcm_analog_alt_playback;
2569 }
Matt2f2f4252005-04-13 14:45:30 +02002570
Mattdabbed62005-06-14 10:19:34 +02002571 if (spec->multiout.dig_out_nid || spec->dig_in_nid) {
2572 codec->num_pcms++;
2573 info++;
2574 info->name = "STAC92xx Digital";
Takashi Iwai0852d7a2009-02-11 11:35:15 +01002575 info->pcm_type = spec->autocfg.dig_out_type[0];
Mattdabbed62005-06-14 10:19:34 +02002576 if (spec->multiout.dig_out_nid) {
2577 info->stream[SNDRV_PCM_STREAM_PLAYBACK] = stac92xx_pcm_digital_playback;
2578 info->stream[SNDRV_PCM_STREAM_PLAYBACK].nid = spec->multiout.dig_out_nid;
2579 }
2580 if (spec->dig_in_nid) {
2581 info->stream[SNDRV_PCM_STREAM_CAPTURE] = stac92xx_pcm_digital_capture;
2582 info->stream[SNDRV_PCM_STREAM_CAPTURE].nid = spec->dig_in_nid;
2583 }
2584 }
2585
Matt2f2f4252005-04-13 14:45:30 +02002586 return 0;
2587}
2588
Nickolas Lloyd7c922de2009-06-01 11:12:29 +02002589static unsigned int stac92xx_get_default_vref(struct hda_codec *codec,
2590 hda_nid_t nid)
Takashi Iwaic960a032006-03-23 17:06:28 +01002591{
Takashi Iwai1327a322009-03-23 13:07:47 +01002592 unsigned int pincap = snd_hda_query_pin_caps(codec, nid);
Takashi Iwaic960a032006-03-23 17:06:28 +01002593 pincap = (pincap & AC_PINCAP_VREF) >> AC_PINCAP_VREF_SHIFT;
2594 if (pincap & AC_PINCAP_VREF_100)
2595 return AC_PINCTL_VREF_100;
2596 if (pincap & AC_PINCAP_VREF_80)
2597 return AC_PINCTL_VREF_80;
2598 if (pincap & AC_PINCAP_VREF_50)
2599 return AC_PINCTL_VREF_50;
2600 if (pincap & AC_PINCAP_VREF_GRD)
2601 return AC_PINCTL_VREF_GRD;
2602 return 0;
2603}
2604
Matt Porter403d1942005-11-29 15:00:51 +01002605static void stac92xx_auto_set_pinctl(struct hda_codec *codec, hda_nid_t nid, int pin_type)
2606
2607{
Takashi Iwai82beb8f2007-08-10 17:09:26 +02002608 snd_hda_codec_write_cache(codec, nid, 0,
2609 AC_VERB_SET_PIN_WIDGET_CONTROL, pin_type);
Matt Porter403d1942005-11-29 15:00:51 +01002610}
2611
Matthew Ranostay7c2ba972008-04-16 13:13:59 +02002612#define stac92xx_hp_switch_info snd_ctl_boolean_mono_info
2613
2614static int stac92xx_hp_switch_get(struct snd_kcontrol *kcontrol,
2615 struct snd_ctl_elem_value *ucontrol)
2616{
2617 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
2618 struct sigmatel_spec *spec = codec->spec;
2619
Takashi Iwaid7a89432008-11-12 09:48:04 +01002620 ucontrol->value.integer.value[0] = !!spec->hp_switch;
Matthew Ranostay7c2ba972008-04-16 13:13:59 +02002621 return 0;
2622}
2623
Takashi Iwai62558ce2009-07-29 14:23:09 +02002624static void stac_issue_unsol_event(struct hda_codec *codec, hda_nid_t nid);
Takashi Iwaic6e4c662008-11-25 11:58:19 +01002625
Matthew Ranostay7c2ba972008-04-16 13:13:59 +02002626static int stac92xx_hp_switch_put(struct snd_kcontrol *kcontrol,
2627 struct snd_ctl_elem_value *ucontrol)
2628{
2629 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
2630 struct sigmatel_spec *spec = codec->spec;
Takashi Iwaid7a89432008-11-12 09:48:04 +01002631 int nid = kcontrol->private_value;
2632
2633 spec->hp_switch = ucontrol->value.integer.value[0] ? nid : 0;
Matthew Ranostay7c2ba972008-04-16 13:13:59 +02002634
2635 /* check to be sure that the ports are upto date with
2636 * switch changes
2637 */
Takashi Iwai62558ce2009-07-29 14:23:09 +02002638 stac_issue_unsol_event(codec, nid);
Matthew Ranostay7c2ba972008-04-16 13:13:59 +02002639
2640 return 1;
2641}
2642
Nickolas Lloyd7c922de2009-06-01 11:12:29 +02002643static int stac92xx_dc_bias_info(struct snd_kcontrol *kcontrol,
2644 struct snd_ctl_elem_info *uinfo)
2645{
2646 int i;
2647 static char *texts[] = {
2648 "Mic In", "Line In", "Line Out"
2649 };
2650
2651 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
2652 struct sigmatel_spec *spec = codec->spec;
2653 hda_nid_t nid = kcontrol->private_value;
2654
2655 if (nid == spec->mic_switch || nid == spec->line_switch)
2656 i = 3;
2657 else
2658 i = 2;
2659
2660 uinfo->type = SNDRV_CTL_ELEM_TYPE_ENUMERATED;
2661 uinfo->value.enumerated.items = i;
2662 uinfo->count = 1;
2663 if (uinfo->value.enumerated.item >= i)
2664 uinfo->value.enumerated.item = i-1;
2665 strcpy(uinfo->value.enumerated.name,
2666 texts[uinfo->value.enumerated.item]);
2667
2668 return 0;
2669}
2670
2671static int stac92xx_dc_bias_get(struct snd_kcontrol *kcontrol,
2672 struct snd_ctl_elem_value *ucontrol)
2673{
2674 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
2675 hda_nid_t nid = kcontrol->private_value;
2676 unsigned int vref = stac92xx_vref_get(codec, nid);
2677
2678 if (vref == stac92xx_get_default_vref(codec, nid))
2679 ucontrol->value.enumerated.item[0] = 0;
2680 else if (vref == AC_PINCTL_VREF_GRD)
2681 ucontrol->value.enumerated.item[0] = 1;
2682 else if (vref == AC_PINCTL_VREF_HIZ)
2683 ucontrol->value.enumerated.item[0] = 2;
2684
2685 return 0;
2686}
2687
2688static int stac92xx_dc_bias_put(struct snd_kcontrol *kcontrol,
2689 struct snd_ctl_elem_value *ucontrol)
2690{
2691 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
2692 unsigned int new_vref = 0;
Takashi Iwaib8621512009-06-22 08:00:10 +02002693 int error;
Nickolas Lloyd7c922de2009-06-01 11:12:29 +02002694 hda_nid_t nid = kcontrol->private_value;
2695
2696 if (ucontrol->value.enumerated.item[0] == 0)
2697 new_vref = stac92xx_get_default_vref(codec, nid);
2698 else if (ucontrol->value.enumerated.item[0] == 1)
2699 new_vref = AC_PINCTL_VREF_GRD;
2700 else if (ucontrol->value.enumerated.item[0] == 2)
2701 new_vref = AC_PINCTL_VREF_HIZ;
2702 else
2703 return 0;
2704
2705 if (new_vref != stac92xx_vref_get(codec, nid)) {
2706 error = stac92xx_vref_set(codec, nid, new_vref);
2707 return error;
2708 }
2709
2710 return 0;
2711}
2712
2713static int stac92xx_io_switch_info(struct snd_kcontrol *kcontrol,
2714 struct snd_ctl_elem_info *uinfo)
2715{
2716 static char *texts[2];
2717 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
2718 struct sigmatel_spec *spec = codec->spec;
2719
2720 if (kcontrol->private_value == spec->line_switch)
2721 texts[0] = "Line In";
2722 else
2723 texts[0] = "Mic In";
2724 texts[1] = "Line Out";
2725 uinfo->type = SNDRV_CTL_ELEM_TYPE_ENUMERATED;
2726 uinfo->value.enumerated.items = 2;
2727 uinfo->count = 1;
2728
2729 if (uinfo->value.enumerated.item >= 2)
2730 uinfo->value.enumerated.item = 1;
2731 strcpy(uinfo->value.enumerated.name,
2732 texts[uinfo->value.enumerated.item]);
2733
2734 return 0;
2735}
Matt Porter403d1942005-11-29 15:00:51 +01002736
2737static int stac92xx_io_switch_get(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol)
2738{
2739 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
2740 struct sigmatel_spec *spec = codec->spec;
Nickolas Lloyd7c922de2009-06-01 11:12:29 +02002741 hda_nid_t nid = kcontrol->private_value;
2742 int io_idx = (nid == spec->mic_switch) ? 1 : 0;
Matt Porter403d1942005-11-29 15:00:51 +01002743
Nickolas Lloyd7c922de2009-06-01 11:12:29 +02002744 ucontrol->value.enumerated.item[0] = spec->io_switch[io_idx];
Matt Porter403d1942005-11-29 15:00:51 +01002745 return 0;
2746}
2747
2748static int stac92xx_io_switch_put(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol)
2749{
2750 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
2751 struct sigmatel_spec *spec = codec->spec;
Nickolas Lloyd7c922de2009-06-01 11:12:29 +02002752 hda_nid_t nid = kcontrol->private_value;
2753 int io_idx = (nid == spec->mic_switch) ? 1 : 0;
2754 unsigned short val = !!ucontrol->value.enumerated.item[0];
Matt Porter403d1942005-11-29 15:00:51 +01002755
2756 spec->io_switch[io_idx] = val;
2757
2758 if (val)
2759 stac92xx_auto_set_pinctl(codec, nid, AC_PINCTL_OUT_EN);
Takashi Iwaic960a032006-03-23 17:06:28 +01002760 else {
2761 unsigned int pinctl = AC_PINCTL_IN_EN;
2762 if (io_idx) /* set VREF for mic */
Nickolas Lloyd7c922de2009-06-01 11:12:29 +02002763 pinctl |= stac92xx_get_default_vref(codec, nid);
Takashi Iwaic960a032006-03-23 17:06:28 +01002764 stac92xx_auto_set_pinctl(codec, nid, pinctl);
2765 }
Jiang Zhe40c1d302007-11-12 13:05:16 +01002766
2767 /* check the auto-mute again: we need to mute/unmute the speaker
2768 * appropriately according to the pin direction
2769 */
2770 if (spec->hp_detect)
Takashi Iwai62558ce2009-07-29 14:23:09 +02002771 stac_issue_unsol_event(codec, nid);
Jiang Zhe40c1d302007-11-12 13:05:16 +01002772
Matt Porter403d1942005-11-29 15:00:51 +01002773 return 1;
2774}
2775
Maxim Levitsky0fb87bb2007-09-03 15:29:04 +02002776#define stac92xx_clfe_switch_info snd_ctl_boolean_mono_info
2777
2778static int stac92xx_clfe_switch_get(struct snd_kcontrol *kcontrol,
2779 struct snd_ctl_elem_value *ucontrol)
2780{
2781 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
2782 struct sigmatel_spec *spec = codec->spec;
2783
2784 ucontrol->value.integer.value[0] = spec->clfe_swap;
2785 return 0;
2786}
2787
2788static int stac92xx_clfe_switch_put(struct snd_kcontrol *kcontrol,
2789 struct snd_ctl_elem_value *ucontrol)
2790{
2791 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
2792 struct sigmatel_spec *spec = codec->spec;
2793 hda_nid_t nid = kcontrol->private_value & 0xff;
Takashi Iwai68ea7b22007-11-15 15:54:38 +01002794 unsigned int val = !!ucontrol->value.integer.value[0];
Maxim Levitsky0fb87bb2007-09-03 15:29:04 +02002795
Takashi Iwai68ea7b22007-11-15 15:54:38 +01002796 if (spec->clfe_swap == val)
Maxim Levitsky0fb87bb2007-09-03 15:29:04 +02002797 return 0;
2798
Takashi Iwai68ea7b22007-11-15 15:54:38 +01002799 spec->clfe_swap = val;
Maxim Levitsky0fb87bb2007-09-03 15:29:04 +02002800
2801 snd_hda_codec_write_cache(codec, nid, 0, AC_VERB_SET_EAPD_BTLENABLE,
2802 spec->clfe_swap ? 0x4 : 0x0);
2803
2804 return 1;
2805}
2806
Matthew Ranostay7c2ba972008-04-16 13:13:59 +02002807#define STAC_CODEC_HP_SWITCH(xname) \
2808 { .iface = SNDRV_CTL_ELEM_IFACE_MIXER, \
2809 .name = xname, \
2810 .index = 0, \
2811 .info = stac92xx_hp_switch_info, \
2812 .get = stac92xx_hp_switch_get, \
2813 .put = stac92xx_hp_switch_put, \
2814 }
2815
Matt Porter403d1942005-11-29 15:00:51 +01002816#define STAC_CODEC_IO_SWITCH(xname, xpval) \
2817 { .iface = SNDRV_CTL_ELEM_IFACE_MIXER, \
2818 .name = xname, \
2819 .index = 0, \
2820 .info = stac92xx_io_switch_info, \
2821 .get = stac92xx_io_switch_get, \
2822 .put = stac92xx_io_switch_put, \
2823 .private_value = xpval, \
2824 }
2825
Maxim Levitsky0fb87bb2007-09-03 15:29:04 +02002826#define STAC_CODEC_CLFE_SWITCH(xname, xpval) \
2827 { .iface = SNDRV_CTL_ELEM_IFACE_MIXER, \
2828 .name = xname, \
2829 .index = 0, \
2830 .info = stac92xx_clfe_switch_info, \
2831 .get = stac92xx_clfe_switch_get, \
2832 .put = stac92xx_clfe_switch_put, \
2833 .private_value = xpval, \
2834 }
Matt Porter403d1942005-11-29 15:00:51 +01002835
Mattc7d4b2f2005-06-27 14:59:41 +02002836enum {
2837 STAC_CTL_WIDGET_VOL,
2838 STAC_CTL_WIDGET_MUTE,
Matthew Ranostay09a99952008-01-24 11:49:21 +01002839 STAC_CTL_WIDGET_MONO_MUX,
Matthew Ranostay89385032008-09-11 09:49:39 -04002840 STAC_CTL_WIDGET_AMP_MUX,
2841 STAC_CTL_WIDGET_AMP_VOL,
Matthew Ranostay7c2ba972008-04-16 13:13:59 +02002842 STAC_CTL_WIDGET_HP_SWITCH,
Matt Porter403d1942005-11-29 15:00:51 +01002843 STAC_CTL_WIDGET_IO_SWITCH,
Nickolas Lloyd2fc99892009-05-15 15:33:30 +02002844 STAC_CTL_WIDGET_CLFE_SWITCH,
2845 STAC_CTL_WIDGET_DC_BIAS
Mattc7d4b2f2005-06-27 14:59:41 +02002846};
2847
Takashi Iwaic8b6bf9b2005-11-17 14:57:47 +01002848static struct snd_kcontrol_new stac92xx_control_templates[] = {
Mattc7d4b2f2005-06-27 14:59:41 +02002849 HDA_CODEC_VOLUME(NULL, 0, 0, 0),
2850 HDA_CODEC_MUTE(NULL, 0, 0, 0),
Matthew Ranostay09a99952008-01-24 11:49:21 +01002851 STAC_MONO_MUX,
Matthew Ranostay89385032008-09-11 09:49:39 -04002852 STAC_AMP_MUX,
2853 STAC_AMP_VOL(NULL, 0, 0, 0, 0),
Matthew Ranostay7c2ba972008-04-16 13:13:59 +02002854 STAC_CODEC_HP_SWITCH(NULL),
Matt Porter403d1942005-11-29 15:00:51 +01002855 STAC_CODEC_IO_SWITCH(NULL, 0),
Maxim Levitsky0fb87bb2007-09-03 15:29:04 +02002856 STAC_CODEC_CLFE_SWITCH(NULL, 0),
Nickolas Lloyd2fc99892009-05-15 15:33:30 +02002857 DC_BIAS(NULL, 0, 0),
Mattc7d4b2f2005-06-27 14:59:41 +02002858};
2859
2860/* add dynamic controls */
Takashi Iwaie3c75962009-01-23 11:57:22 +01002861static struct snd_kcontrol_new *
2862stac_control_new(struct sigmatel_spec *spec,
2863 struct snd_kcontrol_new *ktemp,
2864 const char *name)
Mattc7d4b2f2005-06-27 14:59:41 +02002865{
Takashi Iwaic8b6bf9b2005-11-17 14:57:47 +01002866 struct snd_kcontrol_new *knew;
Mattc7d4b2f2005-06-27 14:59:41 +02002867
Takashi Iwai603c4012008-07-30 15:01:44 +02002868 snd_array_init(&spec->kctls, sizeof(*knew), 32);
2869 knew = snd_array_new(&spec->kctls);
2870 if (!knew)
Takashi Iwaie3c75962009-01-23 11:57:22 +01002871 return NULL;
Takashi Iwai4d4e9bb2008-11-12 16:45:04 +01002872 *knew = *ktemp;
Takashi Iwai82fe0c52005-06-30 10:54:33 +02002873 knew->name = kstrdup(name, GFP_KERNEL);
Takashi Iwaie3c75962009-01-23 11:57:22 +01002874 if (!knew->name) {
2875 /* roolback */
2876 memset(knew, 0, sizeof(*knew));
2877 spec->kctls.alloced--;
2878 return NULL;
2879 }
2880 return knew;
2881}
2882
2883static int stac92xx_add_control_temp(struct sigmatel_spec *spec,
2884 struct snd_kcontrol_new *ktemp,
2885 int idx, const char *name,
2886 unsigned long val)
2887{
2888 struct snd_kcontrol_new *knew = stac_control_new(spec, ktemp, name);
2889 if (!knew)
Mattc7d4b2f2005-06-27 14:59:41 +02002890 return -ENOMEM;
Takashi Iwaie3c75962009-01-23 11:57:22 +01002891 knew->index = idx;
Mattc7d4b2f2005-06-27 14:59:41 +02002892 knew->private_value = val;
Mattc7d4b2f2005-06-27 14:59:41 +02002893 return 0;
2894}
2895
Takashi Iwai4d4e9bb2008-11-12 16:45:04 +01002896static inline int stac92xx_add_control_idx(struct sigmatel_spec *spec,
2897 int type, int idx, const char *name,
2898 unsigned long val)
2899{
2900 return stac92xx_add_control_temp(spec,
2901 &stac92xx_control_templates[type],
2902 idx, name, val);
2903}
2904
Matthew Ranostay4682eee2008-08-15 07:43:24 +02002905
2906/* add dynamic controls */
Takashi Iwai4d4e9bb2008-11-12 16:45:04 +01002907static inline int stac92xx_add_control(struct sigmatel_spec *spec, int type,
2908 const char *name, unsigned long val)
Matthew Ranostay4682eee2008-08-15 07:43:24 +02002909{
2910 return stac92xx_add_control_idx(spec, type, 0, name, val);
2911}
2912
Takashi Iwaie3c75962009-01-23 11:57:22 +01002913static struct snd_kcontrol_new stac_input_src_temp = {
2914 .iface = SNDRV_CTL_ELEM_IFACE_MIXER,
2915 .name = "Input Source",
2916 .info = stac92xx_mux_enum_info,
2917 .get = stac92xx_mux_enum_get,
2918 .put = stac92xx_mux_enum_put,
2919};
2920
Nickolas Lloyd7c922de2009-06-01 11:12:29 +02002921static inline int stac92xx_add_jack_mode_control(struct hda_codec *codec,
2922 hda_nid_t nid, int idx)
2923{
2924 int def_conf = snd_hda_codec_get_pincfg(codec, nid);
2925 int control = 0;
2926 struct sigmatel_spec *spec = codec->spec;
2927 char name[22];
2928
2929 if (!((get_defcfg_connect(def_conf)) & AC_JACK_PORT_FIXED)) {
2930 if (stac92xx_get_default_vref(codec, nid) == AC_PINCTL_VREF_GRD
2931 && nid == spec->line_switch)
2932 control = STAC_CTL_WIDGET_IO_SWITCH;
2933 else if (snd_hda_query_pin_caps(codec, nid)
2934 & (AC_PINCAP_VREF_GRD << AC_PINCAP_VREF_SHIFT))
2935 control = STAC_CTL_WIDGET_DC_BIAS;
2936 else if (nid == spec->mic_switch)
2937 control = STAC_CTL_WIDGET_IO_SWITCH;
2938 }
2939
2940 if (control) {
2941 strcpy(name, auto_pin_cfg_labels[idx]);
2942 return stac92xx_add_control(codec->spec, control,
2943 strcat(name, " Jack Mode"), nid);
2944 }
2945
2946 return 0;
2947}
2948
Takashi Iwaie3c75962009-01-23 11:57:22 +01002949static int stac92xx_add_input_source(struct sigmatel_spec *spec)
2950{
2951 struct snd_kcontrol_new *knew;
2952 struct hda_input_mux *imux = &spec->private_imux;
2953
Takashi Iwai3d21d3f2009-07-29 14:32:56 +02002954 if (spec->auto_mic)
2955 return 0; /* no need for input source */
Takashi Iwaie3c75962009-01-23 11:57:22 +01002956 if (!spec->num_adcs || imux->num_items <= 1)
2957 return 0; /* no need for input source control */
2958 knew = stac_control_new(spec, &stac_input_src_temp,
2959 stac_input_src_temp.name);
2960 if (!knew)
2961 return -ENOMEM;
2962 knew->count = spec->num_adcs;
2963 return 0;
2964}
2965
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01002966/* check whether the line-input can be used as line-out */
2967static hda_nid_t check_line_out_switch(struct hda_codec *codec)
Matt Porter403d1942005-11-29 15:00:51 +01002968{
2969 struct sigmatel_spec *spec = codec->spec;
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01002970 struct auto_pin_cfg *cfg = &spec->autocfg;
2971 hda_nid_t nid;
2972 unsigned int pincap;
Matthew Ranostay8e9068b2007-12-17 11:58:13 +01002973
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01002974 if (cfg->line_out_type != AUTO_PIN_LINE_OUT)
2975 return 0;
2976 nid = cfg->input_pins[AUTO_PIN_LINE];
Takashi Iwai1327a322009-03-23 13:07:47 +01002977 pincap = snd_hda_query_pin_caps(codec, nid);
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01002978 if (pincap & AC_PINCAP_OUT)
2979 return nid;
Matt Porter403d1942005-11-29 15:00:51 +01002980 return 0;
2981}
2982
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01002983/* check whether the mic-input can be used as line-out */
2984static hda_nid_t check_mic_out_switch(struct hda_codec *codec)
2985{
2986 struct sigmatel_spec *spec = codec->spec;
2987 struct auto_pin_cfg *cfg = &spec->autocfg;
2988 unsigned int def_conf, pincap;
2989 unsigned int mic_pin;
2990
2991 if (cfg->line_out_type != AUTO_PIN_LINE_OUT)
2992 return 0;
2993 mic_pin = AUTO_PIN_MIC;
2994 for (;;) {
2995 hda_nid_t nid = cfg->input_pins[mic_pin];
Takashi Iwai330ee992009-02-20 14:33:36 +01002996 def_conf = snd_hda_codec_get_pincfg(codec, nid);
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01002997 /* some laptops have an internal analog microphone
2998 * which can't be used as a output */
2999 if (get_defcfg_connect(def_conf) != AC_JACK_PORT_FIXED) {
Takashi Iwai1327a322009-03-23 13:07:47 +01003000 pincap = snd_hda_query_pin_caps(codec, nid);
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01003001 if (pincap & AC_PINCAP_OUT)
3002 return nid;
3003 }
3004 if (mic_pin == AUTO_PIN_MIC)
3005 mic_pin = AUTO_PIN_FRONT_MIC;
3006 else
3007 break;
3008 }
3009 return 0;
3010}
Steve Longerbeam7b043892007-05-03 20:50:03 +02003011
3012static int is_in_dac_nids(struct sigmatel_spec *spec, hda_nid_t nid)
3013{
3014 int i;
3015
3016 for (i = 0; i < spec->multiout.num_dacs; i++) {
3017 if (spec->multiout.dac_nids[i] == nid)
3018 return 1;
3019 }
3020
3021 return 0;
3022}
3023
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01003024static int check_all_dac_nids(struct sigmatel_spec *spec, hda_nid_t nid)
3025{
3026 int i;
3027 if (is_in_dac_nids(spec, nid))
3028 return 1;
3029 for (i = 0; i < spec->autocfg.hp_outs; i++)
3030 if (spec->hp_dacs[i] == nid)
3031 return 1;
3032 for (i = 0; i < spec->autocfg.speaker_outs; i++)
3033 if (spec->speaker_dacs[i] == nid)
3034 return 1;
3035 return 0;
3036}
3037
3038static hda_nid_t get_unassigned_dac(struct hda_codec *codec, hda_nid_t nid)
3039{
3040 struct sigmatel_spec *spec = codec->spec;
3041 int j, conn_len;
3042 hda_nid_t conn[HDA_MAX_CONNECTIONS];
3043 unsigned int wcaps, wtype;
3044
3045 conn_len = snd_hda_get_connections(codec, nid, conn,
3046 HDA_MAX_CONNECTIONS);
3047 for (j = 0; j < conn_len; j++) {
Takashi Iwai14bafe32009-03-23 16:35:39 +01003048 wcaps = get_wcaps(codec, conn[j]);
Takashi Iwaia22d5432009-07-27 12:54:26 +02003049 wtype = get_wcaps_type(wcaps);
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01003050 /* we check only analog outputs */
3051 if (wtype != AC_WID_AUD_OUT || (wcaps & AC_WCAP_DIGITAL))
3052 continue;
3053 /* if this route has a free DAC, assign it */
3054 if (!check_all_dac_nids(spec, conn[j])) {
3055 if (conn_len > 1) {
3056 /* select this DAC in the pin's input mux */
3057 snd_hda_codec_write_cache(codec, nid, 0,
3058 AC_VERB_SET_CONNECT_SEL, j);
3059 }
3060 return conn[j];
3061 }
3062 }
Takashi Iwaiee58a7c2009-03-06 12:00:24 +01003063 /* if all DACs are already assigned, connect to the primary DAC */
3064 if (conn_len > 1) {
3065 for (j = 0; j < conn_len; j++) {
3066 if (conn[j] == spec->multiout.dac_nids[0]) {
3067 snd_hda_codec_write_cache(codec, nid, 0,
3068 AC_VERB_SET_CONNECT_SEL, j);
3069 break;
3070 }
3071 }
3072 }
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01003073 return 0;
3074}
3075
3076static int add_spec_dacs(struct sigmatel_spec *spec, hda_nid_t nid);
3077static int add_spec_extra_dacs(struct sigmatel_spec *spec, hda_nid_t nid);
3078
Matt Porter3cc08dc2006-01-23 15:27:49 +01003079/*
Steve Longerbeam7b043892007-05-03 20:50:03 +02003080 * Fill in the dac_nids table from the parsed pin configuration
3081 * This function only works when every pin in line_out_pins[]
3082 * contains atleast one DAC in its connection list. Some 92xx
3083 * codecs are not connected directly to a DAC, such as the 9200
3084 * and 9202/925x. For those, dac_nids[] must be hard-coded.
Matt Porter3cc08dc2006-01-23 15:27:49 +01003085 */
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01003086static int stac92xx_auto_fill_dac_nids(struct hda_codec *codec)
Mattc7d4b2f2005-06-27 14:59:41 +02003087{
3088 struct sigmatel_spec *spec = codec->spec;
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01003089 struct auto_pin_cfg *cfg = &spec->autocfg;
3090 int i;
3091 hda_nid_t nid, dac;
Steve Longerbeam7b043892007-05-03 20:50:03 +02003092
Mattc7d4b2f2005-06-27 14:59:41 +02003093 for (i = 0; i < cfg->line_outs; i++) {
3094 nid = cfg->line_out_pins[i];
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01003095 dac = get_unassigned_dac(codec, nid);
3096 if (!dac) {
Takashi Iwaidf802952007-07-02 19:18:00 +02003097 if (spec->multiout.num_dacs > 0) {
3098 /* we have already working output pins,
3099 * so let's drop the broken ones again
3100 */
3101 cfg->line_outs = spec->multiout.num_dacs;
3102 break;
3103 }
Steve Longerbeam7b043892007-05-03 20:50:03 +02003104 /* error out, no available DAC found */
3105 snd_printk(KERN_ERR
3106 "%s: No available DAC for pin 0x%x\n",
3107 __func__, nid);
3108 return -ENODEV;
3109 }
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01003110 add_spec_dacs(spec, dac);
3111 }
Steve Longerbeam7b043892007-05-03 20:50:03 +02003112
Takashi Iwai139e0712009-03-06 12:10:41 +01003113 for (i = 0; i < cfg->hp_outs; i++) {
3114 nid = cfg->hp_pins[i];
3115 dac = get_unassigned_dac(codec, nid);
3116 if (dac) {
3117 if (!spec->multiout.hp_nid)
3118 spec->multiout.hp_nid = dac;
3119 else
3120 add_spec_extra_dacs(spec, dac);
3121 }
3122 spec->hp_dacs[i] = dac;
3123 }
3124
3125 for (i = 0; i < cfg->speaker_outs; i++) {
3126 nid = cfg->speaker_pins[i];
3127 dac = get_unassigned_dac(codec, nid);
3128 if (dac)
3129 add_spec_extra_dacs(spec, dac);
3130 spec->speaker_dacs[i] = dac;
3131 }
3132
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01003133 /* add line-in as output */
3134 nid = check_line_out_switch(codec);
3135 if (nid) {
3136 dac = get_unassigned_dac(codec, nid);
3137 if (dac) {
3138 snd_printdd("STAC: Add line-in 0x%x as output %d\n",
3139 nid, cfg->line_outs);
3140 cfg->line_out_pins[cfg->line_outs] = nid;
3141 cfg->line_outs++;
3142 spec->line_switch = nid;
3143 add_spec_dacs(spec, dac);
3144 }
3145 }
3146 /* add mic as output */
3147 nid = check_mic_out_switch(codec);
3148 if (nid) {
3149 dac = get_unassigned_dac(codec, nid);
3150 if (dac) {
3151 snd_printdd("STAC: Add mic-in 0x%x as output %d\n",
3152 nid, cfg->line_outs);
3153 cfg->line_out_pins[cfg->line_outs] = nid;
3154 cfg->line_outs++;
3155 spec->mic_switch = nid;
3156 add_spec_dacs(spec, dac);
Steve Longerbeam7b043892007-05-03 20:50:03 +02003157 }
Mattc7d4b2f2005-06-27 14:59:41 +02003158 }
3159
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01003160 snd_printd("stac92xx: dac_nids=%d (0x%x/0x%x/0x%x/0x%x/0x%x)\n",
Steve Longerbeam7b043892007-05-03 20:50:03 +02003161 spec->multiout.num_dacs,
3162 spec->multiout.dac_nids[0],
3163 spec->multiout.dac_nids[1],
3164 spec->multiout.dac_nids[2],
3165 spec->multiout.dac_nids[3],
3166 spec->multiout.dac_nids[4]);
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01003167
Mattc7d4b2f2005-06-27 14:59:41 +02003168 return 0;
3169}
3170
Takashi Iwaieb06ed82006-09-20 17:10:27 +02003171/* create volume control/switch for the given prefx type */
Takashi Iwai668b9652009-03-06 10:13:24 +01003172static int create_controls_idx(struct hda_codec *codec, const char *pfx,
3173 int idx, hda_nid_t nid, int chs)
Takashi Iwaieb06ed82006-09-20 17:10:27 +02003174{
Takashi Iwai7c7767e2009-01-20 15:28:38 +01003175 struct sigmatel_spec *spec = codec->spec;
Takashi Iwaieb06ed82006-09-20 17:10:27 +02003176 char name[32];
3177 int err;
3178
Takashi Iwai7c7767e2009-01-20 15:28:38 +01003179 if (!spec->check_volume_offset) {
3180 unsigned int caps, step, nums, db_scale;
3181 caps = query_amp_caps(codec, nid, HDA_OUTPUT);
3182 step = (caps & AC_AMPCAP_STEP_SIZE) >>
3183 AC_AMPCAP_STEP_SIZE_SHIFT;
3184 step = (step + 1) * 25; /* in .01dB unit */
3185 nums = (caps & AC_AMPCAP_NUM_STEPS) >>
3186 AC_AMPCAP_NUM_STEPS_SHIFT;
3187 db_scale = nums * step;
3188 /* if dB scale is over -64dB, and finer enough,
3189 * let's reduce it to half
3190 */
3191 if (db_scale > 6400 && nums >= 0x1f)
3192 spec->volume_offset = nums / 2;
3193 spec->check_volume_offset = 1;
3194 }
3195
Takashi Iwaieb06ed82006-09-20 17:10:27 +02003196 sprintf(name, "%s Playback Volume", pfx);
Takashi Iwai668b9652009-03-06 10:13:24 +01003197 err = stac92xx_add_control_idx(spec, STAC_CTL_WIDGET_VOL, idx, name,
Takashi Iwai7c7767e2009-01-20 15:28:38 +01003198 HDA_COMPOSE_AMP_VAL_OFS(nid, chs, 0, HDA_OUTPUT,
3199 spec->volume_offset));
Takashi Iwaieb06ed82006-09-20 17:10:27 +02003200 if (err < 0)
3201 return err;
3202 sprintf(name, "%s Playback Switch", pfx);
Takashi Iwai668b9652009-03-06 10:13:24 +01003203 err = stac92xx_add_control_idx(spec, STAC_CTL_WIDGET_MUTE, idx, name,
Takashi Iwaieb06ed82006-09-20 17:10:27 +02003204 HDA_COMPOSE_AMP_VAL(nid, chs, 0, HDA_OUTPUT));
3205 if (err < 0)
3206 return err;
3207 return 0;
3208}
3209
Takashi Iwai668b9652009-03-06 10:13:24 +01003210#define create_controls(codec, pfx, nid, chs) \
3211 create_controls_idx(codec, pfx, 0, nid, chs)
3212
Matthew Ranostayae0afd82008-02-22 17:55:05 +01003213static int add_spec_dacs(struct sigmatel_spec *spec, hda_nid_t nid)
3214{
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01003215 if (spec->multiout.num_dacs > 4) {
Matthew Ranostayae0afd82008-02-22 17:55:05 +01003216 printk(KERN_WARNING "stac92xx: No space for DAC 0x%x\n", nid);
3217 return 1;
3218 } else {
3219 spec->multiout.dac_nids[spec->multiout.num_dacs] = nid;
3220 spec->multiout.num_dacs++;
3221 }
3222 return 0;
3223}
3224
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01003225static int add_spec_extra_dacs(struct sigmatel_spec *spec, hda_nid_t nid)
Matthew Ranostayae0afd82008-02-22 17:55:05 +01003226{
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01003227 int i;
3228 for (i = 0; i < ARRAY_SIZE(spec->multiout.extra_out_nid); i++) {
3229 if (!spec->multiout.extra_out_nid[i]) {
3230 spec->multiout.extra_out_nid[i] = nid;
3231 return 0;
3232 }
3233 }
3234 printk(KERN_WARNING "stac92xx: No space for extra DAC 0x%x\n", nid);
3235 return 1;
Matthew Ranostayae0afd82008-02-22 17:55:05 +01003236}
3237
Takashi Iwaidc04d1b2009-03-06 10:00:05 +01003238/* Create output controls
3239 * The mixer elements are named depending on the given type (AUTO_PIN_XXX_OUT)
3240 */
3241static int create_multi_out_ctls(struct hda_codec *codec, int num_outs,
3242 const hda_nid_t *pins,
3243 const hda_nid_t *dac_nids,
3244 int type)
Mattc7d4b2f2005-06-27 14:59:41 +02003245{
Takashi Iwai76624532008-12-19 10:09:47 +01003246 struct sigmatel_spec *spec = codec->spec;
Takashi Iwai19039bd2006-06-28 15:52:16 +02003247 static const char *chname[4] = {
3248 "Front", "Surround", NULL /*CLFE*/, "Side"
3249 };
Takashi Iwaidc04d1b2009-03-06 10:00:05 +01003250 hda_nid_t nid;
Takashi Iwai91589232008-12-19 15:59:40 +01003251 int i, err;
3252 unsigned int wid_caps;
Maxim Levitsky0fb87bb2007-09-03 15:29:04 +02003253
Takashi Iwaidc04d1b2009-03-06 10:00:05 +01003254 for (i = 0; i < num_outs && i < ARRAY_SIZE(chname); i++) {
Takashi Iwaiffd0e562009-04-16 12:20:24 +02003255 if (type == AUTO_PIN_HP_OUT && !spec->hp_detect) {
3256 wid_caps = get_wcaps(codec, pins[i]);
3257 if (wid_caps & AC_WCAP_UNSOL_CAP)
3258 spec->hp_detect = 1;
3259 }
Takashi Iwaidc04d1b2009-03-06 10:00:05 +01003260 nid = dac_nids[i];
3261 if (!nid)
3262 continue;
3263 if (type != AUTO_PIN_HP_OUT && i == 2) {
Mattc7d4b2f2005-06-27 14:59:41 +02003264 /* Center/LFE */
Takashi Iwai7c7767e2009-01-20 15:28:38 +01003265 err = create_controls(codec, "Center", nid, 1);
Takashi Iwaieb06ed82006-09-20 17:10:27 +02003266 if (err < 0)
Mattc7d4b2f2005-06-27 14:59:41 +02003267 return err;
Takashi Iwai7c7767e2009-01-20 15:28:38 +01003268 err = create_controls(codec, "LFE", nid, 2);
Takashi Iwaieb06ed82006-09-20 17:10:27 +02003269 if (err < 0)
Mattc7d4b2f2005-06-27 14:59:41 +02003270 return err;
Maxim Levitsky0fb87bb2007-09-03 15:29:04 +02003271
3272 wid_caps = get_wcaps(codec, nid);
3273
3274 if (wid_caps & AC_WCAP_LR_SWAP) {
3275 err = stac92xx_add_control(spec,
3276 STAC_CTL_WIDGET_CLFE_SWITCH,
3277 "Swap Center/LFE Playback Switch", nid);
3278
3279 if (err < 0)
3280 return err;
3281 }
3282
Mattc7d4b2f2005-06-27 14:59:41 +02003283 } else {
Takashi Iwaidc04d1b2009-03-06 10:00:05 +01003284 const char *name;
Takashi Iwai668b9652009-03-06 10:13:24 +01003285 int idx;
Takashi Iwaidc04d1b2009-03-06 10:00:05 +01003286 switch (type) {
3287 case AUTO_PIN_HP_OUT:
Takashi Iwai668b9652009-03-06 10:13:24 +01003288 name = "Headphone";
3289 idx = i;
Takashi Iwaidc04d1b2009-03-06 10:00:05 +01003290 break;
3291 case AUTO_PIN_SPEAKER_OUT:
Takashi Iwai668b9652009-03-06 10:13:24 +01003292 name = "Speaker";
3293 idx = i;
Takashi Iwaidc04d1b2009-03-06 10:00:05 +01003294 break;
3295 default:
3296 name = chname[i];
Takashi Iwai668b9652009-03-06 10:13:24 +01003297 idx = 0;
Takashi Iwaidc04d1b2009-03-06 10:00:05 +01003298 break;
Takashi Iwai76624532008-12-19 10:09:47 +01003299 }
Takashi Iwai668b9652009-03-06 10:13:24 +01003300 err = create_controls_idx(codec, name, idx, nid, 3);
Takashi Iwaieb06ed82006-09-20 17:10:27 +02003301 if (err < 0)
Mattc7d4b2f2005-06-27 14:59:41 +02003302 return err;
3303 }
3304 }
Takashi Iwaidc04d1b2009-03-06 10:00:05 +01003305 return 0;
3306}
3307
Takashi Iwai6479c632009-07-28 18:20:25 +02003308static int stac92xx_add_capvol_ctls(struct hda_codec *codec, unsigned long vol,
3309 unsigned long sw, int idx)
3310{
3311 int err;
3312 err = stac92xx_add_control_idx(codec->spec, STAC_CTL_WIDGET_VOL, idx,
Takashi Iwaibf677bd2009-07-30 09:24:29 +02003313 "Capture Volume", vol);
Takashi Iwai6479c632009-07-28 18:20:25 +02003314 if (err < 0)
3315 return err;
3316 err = stac92xx_add_control_idx(codec->spec, STAC_CTL_WIDGET_MUTE, idx,
Takashi Iwaibf677bd2009-07-30 09:24:29 +02003317 "Capture Switch", sw);
Takashi Iwai6479c632009-07-28 18:20:25 +02003318 if (err < 0)
3319 return err;
3320 return 0;
3321}
3322
Takashi Iwaidc04d1b2009-03-06 10:00:05 +01003323/* add playback controls from the parsed DAC table */
3324static int stac92xx_auto_create_multi_out_ctls(struct hda_codec *codec,
3325 const struct auto_pin_cfg *cfg)
3326{
3327 struct sigmatel_spec *spec = codec->spec;
Nickolas Lloyd7c922de2009-06-01 11:12:29 +02003328 hda_nid_t nid;
Takashi Iwaidc04d1b2009-03-06 10:00:05 +01003329 int err;
Nickolas Lloyd7c922de2009-06-01 11:12:29 +02003330 int idx;
Takashi Iwaidc04d1b2009-03-06 10:00:05 +01003331
3332 err = create_multi_out_ctls(codec, cfg->line_outs, cfg->line_out_pins,
3333 spec->multiout.dac_nids,
3334 cfg->line_out_type);
3335 if (err < 0)
3336 return err;
Mattc7d4b2f2005-06-27 14:59:41 +02003337
Takashi Iwaia9cb5c92008-11-24 07:51:11 +01003338 if (cfg->hp_outs > 1 && cfg->line_out_type == AUTO_PIN_LINE_OUT) {
Matthew Ranostay7c2ba972008-04-16 13:13:59 +02003339 err = stac92xx_add_control(spec,
3340 STAC_CTL_WIDGET_HP_SWITCH,
Takashi Iwaid7a89432008-11-12 09:48:04 +01003341 "Headphone as Line Out Switch",
3342 cfg->hp_pins[cfg->hp_outs - 1]);
Matthew Ranostay7c2ba972008-04-16 13:13:59 +02003343 if (err < 0)
3344 return err;
3345 }
3346
Nickolas Lloyd7c922de2009-06-01 11:12:29 +02003347 for (idx = AUTO_PIN_MIC; idx <= AUTO_PIN_FRONT_LINE; idx++) {
3348 nid = cfg->input_pins[idx];
3349 if (nid) {
3350 err = stac92xx_add_jack_mode_control(codec, nid, idx);
3351 if (err < 0)
3352 return err;
3353 }
Matthew Ranostayb5895dc2008-01-25 15:24:50 +01003354 }
Matt Porter403d1942005-11-29 15:00:51 +01003355
Mattc7d4b2f2005-06-27 14:59:41 +02003356 return 0;
3357}
3358
Takashi Iwaieb06ed82006-09-20 17:10:27 +02003359/* add playback controls for Speaker and HP outputs */
3360static int stac92xx_auto_create_hp_ctls(struct hda_codec *codec,
3361 struct auto_pin_cfg *cfg)
Mattc7d4b2f2005-06-27 14:59:41 +02003362{
3363 struct sigmatel_spec *spec = codec->spec;
Takashi Iwaidc04d1b2009-03-06 10:00:05 +01003364 int err;
Mattc7d4b2f2005-06-27 14:59:41 +02003365
Takashi Iwaidc04d1b2009-03-06 10:00:05 +01003366 err = create_multi_out_ctls(codec, cfg->hp_outs, cfg->hp_pins,
3367 spec->hp_dacs, AUTO_PIN_HP_OUT);
3368 if (err < 0)
3369 return err;
3370
3371 err = create_multi_out_ctls(codec, cfg->speaker_outs, cfg->speaker_pins,
3372 spec->speaker_dacs, AUTO_PIN_SPEAKER_OUT);
3373 if (err < 0)
3374 return err;
3375
Mattc7d4b2f2005-06-27 14:59:41 +02003376 return 0;
3377}
3378
Matthew Ranostayb22b4822008-01-22 12:32:30 +01003379/* labels for mono mux outputs */
Matthew Ranostayd0513fc2008-07-27 10:30:30 +02003380static const char *stac92xx_mono_labels[4] = {
3381 "DAC0", "DAC1", "Mixer", "DAC2"
Matthew Ranostayb22b4822008-01-22 12:32:30 +01003382};
3383
3384/* create mono mux for mono out on capable codecs */
3385static int stac92xx_auto_create_mono_output_ctls(struct hda_codec *codec)
3386{
3387 struct sigmatel_spec *spec = codec->spec;
3388 struct hda_input_mux *mono_mux = &spec->private_mono_mux;
3389 int i, num_cons;
3390 hda_nid_t con_lst[ARRAY_SIZE(stac92xx_mono_labels)];
3391
3392 num_cons = snd_hda_get_connections(codec,
3393 spec->mono_nid,
3394 con_lst,
3395 HDA_MAX_NUM_INPUTS);
Jaroslav Kysela16a433d2009-07-22 16:20:40 +02003396 if (num_cons <= 0 || num_cons > ARRAY_SIZE(stac92xx_mono_labels))
Matthew Ranostayb22b4822008-01-22 12:32:30 +01003397 return -EINVAL;
3398
3399 for (i = 0; i < num_cons; i++) {
3400 mono_mux->items[mono_mux->num_items].label =
3401 stac92xx_mono_labels[i];
3402 mono_mux->items[mono_mux->num_items].index = i;
3403 mono_mux->num_items++;
3404 }
Matthew Ranostay09a99952008-01-24 11:49:21 +01003405
3406 return stac92xx_add_control(spec, STAC_CTL_WIDGET_MONO_MUX,
3407 "Mono Mux", spec->mono_nid);
Matthew Ranostayb22b4822008-01-22 12:32:30 +01003408}
3409
Matthew Ranostay89385032008-09-11 09:49:39 -04003410/* labels for amp mux outputs */
3411static const char *stac92xx_amp_labels[3] = {
Matthew Ranostay4b33c762008-10-10 09:07:23 -04003412 "Front Microphone", "Microphone", "Line In",
Matthew Ranostay89385032008-09-11 09:49:39 -04003413};
3414
3415/* create amp out controls mux on capable codecs */
3416static int stac92xx_auto_create_amp_output_ctls(struct hda_codec *codec)
3417{
3418 struct sigmatel_spec *spec = codec->spec;
3419 struct hda_input_mux *amp_mux = &spec->private_amp_mux;
3420 int i, err;
3421
Matthew Ranostay2a9c7812008-09-13 16:45:39 -04003422 for (i = 0; i < spec->num_amps; i++) {
Matthew Ranostay89385032008-09-11 09:49:39 -04003423 amp_mux->items[amp_mux->num_items].label =
3424 stac92xx_amp_labels[i];
3425 amp_mux->items[amp_mux->num_items].index = i;
3426 amp_mux->num_items++;
3427 }
3428
Matthew Ranostay2a9c7812008-09-13 16:45:39 -04003429 if (spec->num_amps > 1) {
3430 err = stac92xx_add_control(spec, STAC_CTL_WIDGET_AMP_MUX,
3431 "Amp Selector Capture Switch", 0);
3432 if (err < 0)
3433 return err;
3434 }
Matthew Ranostay89385032008-09-11 09:49:39 -04003435 return stac92xx_add_control(spec, STAC_CTL_WIDGET_AMP_VOL,
3436 "Amp Capture Volume",
3437 HDA_COMPOSE_AMP_VAL(spec->amp_nids[0], 3, 0, HDA_INPUT));
3438}
3439
3440
Matthew Ranostay1cd22242008-07-18 18:20:52 +02003441/* create PC beep volume controls */
3442static int stac92xx_auto_create_beep_ctls(struct hda_codec *codec,
3443 hda_nid_t nid)
3444{
3445 struct sigmatel_spec *spec = codec->spec;
3446 u32 caps = query_amp_caps(codec, nid, HDA_OUTPUT);
3447 int err;
3448
3449 /* check for mute support for the the amp */
3450 if ((caps & AC_AMPCAP_MUTE) >> AC_AMPCAP_MUTE_SHIFT) {
3451 err = stac92xx_add_control(spec, STAC_CTL_WIDGET_MUTE,
3452 "PC Beep Playback Switch",
3453 HDA_COMPOSE_AMP_VAL(nid, 1, 0, HDA_OUTPUT));
3454 if (err < 0)
3455 return err;
3456 }
3457
3458 /* check to see if there is volume support for the amp */
3459 if ((caps & AC_AMPCAP_NUM_STEPS) >> AC_AMPCAP_NUM_STEPS_SHIFT) {
3460 err = stac92xx_add_control(spec, STAC_CTL_WIDGET_VOL,
3461 "PC Beep Playback Volume",
3462 HDA_COMPOSE_AMP_VAL(nid, 1, 0, HDA_OUTPUT));
3463 if (err < 0)
3464 return err;
3465 }
3466 return 0;
3467}
3468
Takashi Iwai4d4e9bb2008-11-12 16:45:04 +01003469#ifdef CONFIG_SND_HDA_INPUT_BEEP
3470#define stac92xx_dig_beep_switch_info snd_ctl_boolean_mono_info
3471
3472static int stac92xx_dig_beep_switch_get(struct snd_kcontrol *kcontrol,
3473 struct snd_ctl_elem_value *ucontrol)
3474{
3475 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
3476 ucontrol->value.integer.value[0] = codec->beep->enabled;
3477 return 0;
3478}
3479
3480static int stac92xx_dig_beep_switch_put(struct snd_kcontrol *kcontrol,
3481 struct snd_ctl_elem_value *ucontrol)
3482{
3483 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
3484 int enabled = !!ucontrol->value.integer.value[0];
3485 if (codec->beep->enabled != enabled) {
3486 codec->beep->enabled = enabled;
3487 return 1;
3488 }
3489 return 0;
3490}
3491
3492static struct snd_kcontrol_new stac92xx_dig_beep_ctrl = {
3493 .iface = SNDRV_CTL_ELEM_IFACE_MIXER,
3494 .info = stac92xx_dig_beep_switch_info,
3495 .get = stac92xx_dig_beep_switch_get,
3496 .put = stac92xx_dig_beep_switch_put,
3497};
3498
3499static int stac92xx_beep_switch_ctl(struct hda_codec *codec)
3500{
3501 return stac92xx_add_control_temp(codec->spec, &stac92xx_dig_beep_ctrl,
3502 0, "PC Beep Playback Switch", 0);
3503}
3504#endif
3505
Matthew Ranostay4682eee2008-08-15 07:43:24 +02003506static int stac92xx_auto_create_mux_input_ctls(struct hda_codec *codec)
3507{
3508 struct sigmatel_spec *spec = codec->spec;
3509 int wcaps, nid, i, err = 0;
3510
3511 for (i = 0; i < spec->num_muxes; i++) {
3512 nid = spec->mux_nids[i];
3513 wcaps = get_wcaps(codec, nid);
3514
3515 if (wcaps & AC_WCAP_OUT_AMP) {
3516 err = stac92xx_add_control_idx(spec,
3517 STAC_CTL_WIDGET_VOL, i, "Mux Capture Volume",
3518 HDA_COMPOSE_AMP_VAL(nid, 3, 0, HDA_OUTPUT));
3519 if (err < 0)
3520 return err;
3521 }
3522 }
3523 return 0;
3524};
3525
Matthew Ranostayd9737752008-09-07 12:03:41 +02003526static const char *stac92xx_spdif_labels[3] = {
Matthew Ranostay65973632008-09-16 10:39:37 -04003527 "Digital Playback", "Analog Mux 1", "Analog Mux 2",
Matthew Ranostayd9737752008-09-07 12:03:41 +02003528};
3529
3530static int stac92xx_auto_create_spdif_mux_ctls(struct hda_codec *codec)
3531{
3532 struct sigmatel_spec *spec = codec->spec;
3533 struct hda_input_mux *spdif_mux = &spec->private_smux;
Matthew Ranostay65973632008-09-16 10:39:37 -04003534 const char **labels = spec->spdif_labels;
Matthew Ranostayd9737752008-09-07 12:03:41 +02003535 int i, num_cons;
Matthew Ranostay65973632008-09-16 10:39:37 -04003536 hda_nid_t con_lst[HDA_MAX_NUM_INPUTS];
Matthew Ranostayd9737752008-09-07 12:03:41 +02003537
3538 num_cons = snd_hda_get_connections(codec,
3539 spec->smux_nids[0],
3540 con_lst,
3541 HDA_MAX_NUM_INPUTS);
Jaroslav Kysela16a433d2009-07-22 16:20:40 +02003542 if (num_cons <= 0)
Matthew Ranostayd9737752008-09-07 12:03:41 +02003543 return -EINVAL;
3544
Matthew Ranostay65973632008-09-16 10:39:37 -04003545 if (!labels)
3546 labels = stac92xx_spdif_labels;
3547
Matthew Ranostayd9737752008-09-07 12:03:41 +02003548 for (i = 0; i < num_cons; i++) {
Matthew Ranostay65973632008-09-16 10:39:37 -04003549 spdif_mux->items[spdif_mux->num_items].label = labels[i];
Matthew Ranostayd9737752008-09-07 12:03:41 +02003550 spdif_mux->items[spdif_mux->num_items].index = i;
3551 spdif_mux->num_items++;
3552 }
3553
3554 return 0;
3555}
3556
Matt Porter8b657272006-10-26 17:12:59 +02003557/* labels for dmic mux inputs */
Adrian Bunkddc2cec2006-11-20 12:03:44 +01003558static const char *stac92xx_dmic_labels[5] = {
Matt Porter8b657272006-10-26 17:12:59 +02003559 "Analog Inputs", "Digital Mic 1", "Digital Mic 2",
3560 "Digital Mic 3", "Digital Mic 4"
3561};
3562
Takashi Iwai3d21d3f2009-07-29 14:32:56 +02003563static int get_connection_index(struct hda_codec *codec, hda_nid_t mux,
3564 hda_nid_t nid)
3565{
3566 hda_nid_t conn[HDA_MAX_NUM_INPUTS];
3567 int i, nums;
3568
3569 nums = snd_hda_get_connections(codec, mux, conn, ARRAY_SIZE(conn));
3570 for (i = 0; i < nums; i++)
3571 if (conn[i] == nid)
3572 return i;
3573 return -1;
3574}
3575
Matt Porter8b657272006-10-26 17:12:59 +02003576/* create playback/capture controls for input pins on dmic capable codecs */
3577static int stac92xx_auto_create_dmic_input_ctls(struct hda_codec *codec,
3578 const struct auto_pin_cfg *cfg)
3579{
3580 struct sigmatel_spec *spec = codec->spec;
3581 struct hda_input_mux *dimux = &spec->private_dimux;
Takashi Iwai3d21d3f2009-07-29 14:32:56 +02003582 int err, i;
Matthew Ranostay0678acc2008-01-08 12:10:50 +01003583 char name[32];
Matt Porter8b657272006-10-26 17:12:59 +02003584
3585 dimux->items[dimux->num_items].label = stac92xx_dmic_labels[0];
3586 dimux->items[dimux->num_items].index = 0;
3587 dimux->num_items++;
3588
3589 for (i = 0; i < spec->num_dmics; i++) {
Matthew Ranostay0678acc2008-01-08 12:10:50 +01003590 hda_nid_t nid;
Matt Porter8b657272006-10-26 17:12:59 +02003591 int index;
Matthew Ranostay0678acc2008-01-08 12:10:50 +01003592 unsigned int wcaps;
Matt Porter8b657272006-10-26 17:12:59 +02003593 unsigned int def_conf;
3594
Takashi Iwai330ee992009-02-20 14:33:36 +01003595 def_conf = snd_hda_codec_get_pincfg(codec, spec->dmic_nids[i]);
Matt Porter8b657272006-10-26 17:12:59 +02003596 if (get_defcfg_connect(def_conf) == AC_JACK_PORT_NONE)
3597 continue;
3598
Matthew Ranostay0678acc2008-01-08 12:10:50 +01003599 nid = spec->dmic_nids[i];
Takashi Iwai3d21d3f2009-07-29 14:32:56 +02003600 index = get_connection_index(codec, spec->dmux_nids[0], nid);
3601 if (index < 0)
3602 continue;
3603
Matthew Ranostayd0513fc2008-07-27 10:30:30 +02003604 wcaps = get_wcaps(codec, nid) &
3605 (AC_WCAP_OUT_AMP | AC_WCAP_IN_AMP);
Matthew Ranostay0678acc2008-01-08 12:10:50 +01003606
Matthew Ranostayd0513fc2008-07-27 10:30:30 +02003607 if (wcaps) {
Matthew Ranostay0678acc2008-01-08 12:10:50 +01003608 sprintf(name, "%s Capture Volume",
3609 stac92xx_dmic_labels[dimux->num_items]);
3610
3611 err = stac92xx_add_control(spec,
3612 STAC_CTL_WIDGET_VOL,
3613 name,
Matthew Ranostayd0513fc2008-07-27 10:30:30 +02003614 HDA_COMPOSE_AMP_VAL(nid, 3, 0,
3615 (wcaps & AC_WCAP_OUT_AMP) ?
3616 HDA_OUTPUT : HDA_INPUT));
Matthew Ranostay0678acc2008-01-08 12:10:50 +01003617 if (err < 0)
3618 return err;
3619 }
3620
Matt Porter8b657272006-10-26 17:12:59 +02003621 dimux->items[dimux->num_items].label =
3622 stac92xx_dmic_labels[dimux->num_items];
3623 dimux->items[dimux->num_items].index = index;
3624 dimux->num_items++;
3625 }
3626
3627 return 0;
3628}
3629
Takashi Iwai3d21d3f2009-07-29 14:32:56 +02003630static int check_mic_pin(struct hda_codec *codec, hda_nid_t nid,
3631 hda_nid_t *fixed, hda_nid_t *ext)
3632{
3633 unsigned int cfg;
3634
3635 if (!nid)
3636 return 0;
3637 cfg = snd_hda_codec_get_pincfg(codec, nid);
3638 switch (get_defcfg_connect(cfg)) {
3639 case AC_JACK_PORT_FIXED:
3640 if (*fixed)
3641 return 1; /* already occupied */
3642 *fixed = nid;
3643 break;
3644 case AC_JACK_PORT_COMPLEX:
3645 if (*ext)
3646 return 1; /* already occupied */
3647 *ext = nid;
3648 break;
3649 }
3650 return 0;
3651}
3652
3653static int set_mic_route(struct hda_codec *codec,
3654 struct sigmatel_mic_route *mic,
3655 hda_nid_t pin)
3656{
3657 struct sigmatel_spec *spec = codec->spec;
3658 struct auto_pin_cfg *cfg = &spec->autocfg;
3659 int i;
3660
3661 mic->pin = pin;
3662 for (i = AUTO_PIN_MIC; i <= AUTO_PIN_FRONT_MIC; i++)
3663 if (pin == cfg->input_pins[i])
3664 break;
3665 if (i <= AUTO_PIN_FRONT_MIC) {
3666 /* analog pin */
3667 mic->dmux_idx = 0;
3668 i = get_connection_index(codec, spec->mux_nids[0], pin);
3669 if (i < 0)
3670 return -1;
3671 mic->mux_idx = i;
3672 } else {
3673 /* digital pin */
3674 mic->mux_idx = 0;
3675 i = get_connection_index(codec, spec->dmux_nids[0], pin);
3676 if (i < 0)
3677 return -1;
3678 mic->dmux_idx = i;
3679 }
3680 return 0;
3681}
3682
3683/* return non-zero if the device is for automatic mic switch */
3684static int stac_check_auto_mic(struct hda_codec *codec)
3685{
3686 struct sigmatel_spec *spec = codec->spec;
3687 struct auto_pin_cfg *cfg = &spec->autocfg;
3688 hda_nid_t fixed, ext;
3689 int i;
3690
3691 for (i = AUTO_PIN_LINE; i < AUTO_PIN_LAST; i++) {
3692 if (cfg->input_pins[i])
3693 return 0; /* must be exclusively mics */
3694 }
3695 fixed = ext = 0;
3696 for (i = AUTO_PIN_MIC; i <= AUTO_PIN_FRONT_MIC; i++)
3697 if (check_mic_pin(codec, cfg->input_pins[i], &fixed, &ext))
3698 return 0;
3699 for (i = 0; i < spec->num_dmics; i++)
3700 if (check_mic_pin(codec, spec->dmic_nids[i], &fixed, &ext))
3701 return 0;
3702 if (!fixed || !ext)
3703 return 0;
3704 if (!(get_wcaps(codec, ext) & AC_WCAP_UNSOL_CAP))
3705 return 0; /* no unsol support */
3706 if (set_mic_route(codec, &spec->ext_mic, ext) ||
3707 set_mic_route(codec, &spec->int_mic, fixed))
3708 return 0; /* something is wrong */
3709 return 1;
3710}
3711
Mattc7d4b2f2005-06-27 14:59:41 +02003712/* create playback/capture controls for input pins */
3713static int stac92xx_auto_create_analog_input_ctls(struct hda_codec *codec, const struct auto_pin_cfg *cfg)
3714{
3715 struct sigmatel_spec *spec = codec->spec;
Mattc7d4b2f2005-06-27 14:59:41 +02003716 struct hda_input_mux *imux = &spec->private_imux;
3717 hda_nid_t con_lst[HDA_MAX_NUM_INPUTS];
3718 int i, j, k;
3719
3720 for (i = 0; i < AUTO_PIN_LAST; i++) {
Takashi Iwai314634b2006-09-21 11:56:18 +02003721 int index;
Mattc7d4b2f2005-06-27 14:59:41 +02003722
Takashi Iwai314634b2006-09-21 11:56:18 +02003723 if (!cfg->input_pins[i])
3724 continue;
3725 index = -1;
3726 for (j = 0; j < spec->num_muxes; j++) {
3727 int num_cons;
3728 num_cons = snd_hda_get_connections(codec,
3729 spec->mux_nids[j],
3730 con_lst,
3731 HDA_MAX_NUM_INPUTS);
3732 for (k = 0; k < num_cons; k++)
3733 if (con_lst[k] == cfg->input_pins[i]) {
3734 index = k;
3735 goto found;
3736 }
Mattc7d4b2f2005-06-27 14:59:41 +02003737 }
Takashi Iwai314634b2006-09-21 11:56:18 +02003738 continue;
3739 found:
3740 imux->items[imux->num_items].label = auto_pin_cfg_labels[i];
3741 imux->items[imux->num_items].index = index;
3742 imux->num_items++;
Mattc7d4b2f2005-06-27 14:59:41 +02003743 }
3744
Steve Longerbeam7b043892007-05-03 20:50:03 +02003745 if (imux->num_items) {
Sam Revitch62fe78e2006-05-10 15:09:17 +02003746 /*
3747 * Set the current input for the muxes.
3748 * The STAC9221 has two input muxes with identical source
3749 * NID lists. Hopefully this won't get confused.
3750 */
3751 for (i = 0; i < spec->num_muxes; i++) {
Takashi Iwai82beb8f2007-08-10 17:09:26 +02003752 snd_hda_codec_write_cache(codec, spec->mux_nids[i], 0,
3753 AC_VERB_SET_CONNECT_SEL,
3754 imux->items[0].index);
Sam Revitch62fe78e2006-05-10 15:09:17 +02003755 }
3756 }
3757
Mattc7d4b2f2005-06-27 14:59:41 +02003758 return 0;
3759}
3760
Mattc7d4b2f2005-06-27 14:59:41 +02003761static void stac92xx_auto_init_multi_out(struct hda_codec *codec)
3762{
3763 struct sigmatel_spec *spec = codec->spec;
3764 int i;
3765
3766 for (i = 0; i < spec->autocfg.line_outs; i++) {
3767 hda_nid_t nid = spec->autocfg.line_out_pins[i];
3768 stac92xx_auto_set_pinctl(codec, nid, AC_PINCTL_OUT_EN);
3769 }
3770}
3771
3772static void stac92xx_auto_init_hp_out(struct hda_codec *codec)
3773{
3774 struct sigmatel_spec *spec = codec->spec;
Takashi Iwaieb06ed82006-09-20 17:10:27 +02003775 int i;
Mattc7d4b2f2005-06-27 14:59:41 +02003776
Takashi Iwaieb06ed82006-09-20 17:10:27 +02003777 for (i = 0; i < spec->autocfg.hp_outs; i++) {
3778 hda_nid_t pin;
3779 pin = spec->autocfg.hp_pins[i];
3780 if (pin) /* connect to front */
3781 stac92xx_auto_set_pinctl(codec, pin, AC_PINCTL_OUT_EN | AC_PINCTL_HP_EN);
3782 }
3783 for (i = 0; i < spec->autocfg.speaker_outs; i++) {
3784 hda_nid_t pin;
3785 pin = spec->autocfg.speaker_pins[i];
3786 if (pin) /* connect to front */
3787 stac92xx_auto_set_pinctl(codec, pin, AC_PINCTL_OUT_EN);
3788 }
Mattc7d4b2f2005-06-27 14:59:41 +02003789}
3790
Matt Porter3cc08dc2006-01-23 15:27:49 +01003791static 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 +02003792{
3793 struct sigmatel_spec *spec = codec->spec;
Takashi Iwaidc04d1b2009-03-06 10:00:05 +01003794 int hp_swap = 0;
Takashi Iwai6479c632009-07-28 18:20:25 +02003795 int i, err;
Mattc7d4b2f2005-06-27 14:59:41 +02003796
Matt Porter8b657272006-10-26 17:12:59 +02003797 if ((err = snd_hda_parse_pin_def_config(codec,
3798 &spec->autocfg,
3799 spec->dmic_nids)) < 0)
Mattc7d4b2f2005-06-27 14:59:41 +02003800 return err;
Takashi Iwai82bc9552006-03-21 11:24:42 +01003801 if (! spec->autocfg.line_outs)
Matt Porter869264c2006-01-25 19:20:50 +01003802 return 0; /* can't find valid pin config */
Takashi Iwai19039bd2006-06-28 15:52:16 +02003803
Jiang Zhebcecd9b2007-11-12 12:57:03 +01003804 /* If we have no real line-out pin and multiple hp-outs, HPs should
3805 * be set up as multi-channel outputs.
3806 */
3807 if (spec->autocfg.line_out_type == AUTO_PIN_SPEAKER_OUT &&
3808 spec->autocfg.hp_outs > 1) {
3809 /* Copy hp_outs to line_outs, backup line_outs in
3810 * speaker_outs so that the following routines can handle
3811 * HP pins as primary outputs.
3812 */
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01003813 snd_printdd("stac92xx: Enabling multi-HPs workaround\n");
Jiang Zhebcecd9b2007-11-12 12:57:03 +01003814 memcpy(spec->autocfg.speaker_pins, spec->autocfg.line_out_pins,
3815 sizeof(spec->autocfg.line_out_pins));
3816 spec->autocfg.speaker_outs = spec->autocfg.line_outs;
3817 memcpy(spec->autocfg.line_out_pins, spec->autocfg.hp_pins,
3818 sizeof(spec->autocfg.hp_pins));
3819 spec->autocfg.line_outs = spec->autocfg.hp_outs;
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01003820 spec->autocfg.line_out_type = AUTO_PIN_HP_OUT;
3821 spec->autocfg.hp_outs = 0;
Takashi Iwaidc04d1b2009-03-06 10:00:05 +01003822 hp_swap = 1;
Jiang Zhebcecd9b2007-11-12 12:57:03 +01003823 }
Matthew Ranostay09a99952008-01-24 11:49:21 +01003824 if (spec->autocfg.mono_out_pin) {
Matthew Ranostayd0513fc2008-07-27 10:30:30 +02003825 int dir = get_wcaps(codec, spec->autocfg.mono_out_pin) &
3826 (AC_WCAP_OUT_AMP | AC_WCAP_IN_AMP);
Matthew Ranostay09a99952008-01-24 11:49:21 +01003827 u32 caps = query_amp_caps(codec,
3828 spec->autocfg.mono_out_pin, dir);
3829 hda_nid_t conn_list[1];
3830
3831 /* get the mixer node and then the mono mux if it exists */
3832 if (snd_hda_get_connections(codec,
3833 spec->autocfg.mono_out_pin, conn_list, 1) &&
3834 snd_hda_get_connections(codec, conn_list[0],
Jaroslav Kysela16a433d2009-07-22 16:20:40 +02003835 conn_list, 1) > 0) {
Matthew Ranostay09a99952008-01-24 11:49:21 +01003836
3837 int wcaps = get_wcaps(codec, conn_list[0]);
Takashi Iwaia22d5432009-07-27 12:54:26 +02003838 int wid_type = get_wcaps_type(wcaps);
Matthew Ranostay09a99952008-01-24 11:49:21 +01003839 /* LR swap check, some stac925x have a mux that
3840 * changes the DACs output path instead of the
3841 * mono-mux path.
3842 */
3843 if (wid_type == AC_WID_AUD_SEL &&
3844 !(wcaps & AC_WCAP_LR_SWAP))
3845 spec->mono_nid = conn_list[0];
3846 }
Matthew Ranostayd0513fc2008-07-27 10:30:30 +02003847 if (dir) {
3848 hda_nid_t nid = spec->autocfg.mono_out_pin;
3849
3850 /* most mono outs have a least a mute/unmute switch */
3851 dir = (dir & AC_WCAP_OUT_AMP) ? HDA_OUTPUT : HDA_INPUT;
3852 err = stac92xx_add_control(spec, STAC_CTL_WIDGET_MUTE,
3853 "Mono Playback Switch",
3854 HDA_COMPOSE_AMP_VAL(nid, 1, 0, dir));
Matthew Ranostay09a99952008-01-24 11:49:21 +01003855 if (err < 0)
3856 return err;
Matthew Ranostayd0513fc2008-07-27 10:30:30 +02003857 /* check for volume support for the amp */
3858 if ((caps & AC_AMPCAP_NUM_STEPS)
3859 >> AC_AMPCAP_NUM_STEPS_SHIFT) {
3860 err = stac92xx_add_control(spec,
3861 STAC_CTL_WIDGET_VOL,
3862 "Mono Playback Volume",
3863 HDA_COMPOSE_AMP_VAL(nid, 1, 0, dir));
3864 if (err < 0)
3865 return err;
3866 }
Matthew Ranostay09a99952008-01-24 11:49:21 +01003867 }
3868
3869 stac92xx_auto_set_pinctl(codec, spec->autocfg.mono_out_pin,
3870 AC_PINCTL_OUT_EN);
3871 }
Jiang Zhebcecd9b2007-11-12 12:57:03 +01003872
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01003873 if (!spec->multiout.num_dacs) {
3874 err = stac92xx_auto_fill_dac_nids(codec);
3875 if (err < 0)
Takashi Iwai19039bd2006-06-28 15:52:16 +02003876 return err;
Takashi Iwaic9280d62009-01-15 17:31:00 +01003877 err = stac92xx_auto_create_multi_out_ctls(codec,
3878 &spec->autocfg);
3879 if (err < 0)
3880 return err;
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01003881 }
Mattc7d4b2f2005-06-27 14:59:41 +02003882
Matthew Ranostay1cd22242008-07-18 18:20:52 +02003883 /* setup analog beep controls */
3884 if (spec->anabeep_nid > 0) {
3885 err = stac92xx_auto_create_beep_ctls(codec,
3886 spec->anabeep_nid);
3887 if (err < 0)
3888 return err;
3889 }
3890
3891 /* setup digital beep controls and input device */
3892#ifdef CONFIG_SND_HDA_INPUT_BEEP
3893 if (spec->digbeep_nid > 0) {
3894 hda_nid_t nid = spec->digbeep_nid;
Takashi Iwai4d4e9bb2008-11-12 16:45:04 +01003895 unsigned int caps;
Matthew Ranostay1cd22242008-07-18 18:20:52 +02003896
3897 err = stac92xx_auto_create_beep_ctls(codec, nid);
3898 if (err < 0)
3899 return err;
3900 err = snd_hda_attach_beep_device(codec, nid);
3901 if (err < 0)
3902 return err;
Takashi Iwaifa797962009-05-19 12:50:04 +02003903 /* IDT/STAC codecs have linear beep tone parameter */
3904 codec->beep->linear_tone = 1;
Takashi Iwai4d4e9bb2008-11-12 16:45:04 +01003905 /* if no beep switch is available, make its own one */
3906 caps = query_amp_caps(codec, nid, HDA_OUTPUT);
3907 if (codec->beep &&
3908 !((caps & AC_AMPCAP_MUTE) >> AC_AMPCAP_MUTE_SHIFT)) {
3909 err = stac92xx_beep_switch_ctl(codec);
3910 if (err < 0)
3911 return err;
3912 }
Matthew Ranostay1cd22242008-07-18 18:20:52 +02003913 }
3914#endif
3915
Maxim Levitsky0fb87bb2007-09-03 15:29:04 +02003916 err = stac92xx_auto_create_hp_ctls(codec, &spec->autocfg);
Maxim Levitsky0fb87bb2007-09-03 15:29:04 +02003917 if (err < 0)
3918 return err;
3919
Takashi Iwaidc04d1b2009-03-06 10:00:05 +01003920 /* All output parsing done, now restore the swapped hp pins */
3921 if (hp_swap) {
3922 memcpy(spec->autocfg.hp_pins, spec->autocfg.line_out_pins,
3923 sizeof(spec->autocfg.hp_pins));
3924 spec->autocfg.hp_outs = spec->autocfg.line_outs;
3925 spec->autocfg.line_out_type = AUTO_PIN_HP_OUT;
3926 spec->autocfg.line_outs = 0;
3927 }
Maxim Levitsky0fb87bb2007-09-03 15:29:04 +02003928
Takashi Iwai3d21d3f2009-07-29 14:32:56 +02003929 if (stac_check_auto_mic(codec)) {
3930 spec->auto_mic = 1;
3931 /* only one capture for auto-mic */
3932 spec->num_adcs = 1;
3933 spec->num_caps = 1;
3934 spec->num_muxes = 1;
3935 }
3936
Takashi Iwai6479c632009-07-28 18:20:25 +02003937 for (i = 0; i < spec->num_caps; i++) {
3938 err = stac92xx_add_capvol_ctls(codec, spec->capvols[i],
3939 spec->capsws[i], i);
3940 if (err < 0)
3941 return err;
3942 }
3943
Takashi Iwaidc04d1b2009-03-06 10:00:05 +01003944 err = stac92xx_auto_create_analog_input_ctls(codec, &spec->autocfg);
Maxim Levitsky0fb87bb2007-09-03 15:29:04 +02003945 if (err < 0)
Mattc7d4b2f2005-06-27 14:59:41 +02003946 return err;
3947
Matthew Ranostayb22b4822008-01-22 12:32:30 +01003948 if (spec->mono_nid > 0) {
3949 err = stac92xx_auto_create_mono_output_ctls(codec);
3950 if (err < 0)
3951 return err;
3952 }
Matthew Ranostay2a9c7812008-09-13 16:45:39 -04003953 if (spec->num_amps > 0) {
Matthew Ranostay89385032008-09-11 09:49:39 -04003954 err = stac92xx_auto_create_amp_output_ctls(codec);
3955 if (err < 0)
3956 return err;
3957 }
Matthew Ranostay2a9c7812008-09-13 16:45:39 -04003958 if (spec->num_dmics > 0 && !spec->dinput_mux)
Matt Porter8b657272006-10-26 17:12:59 +02003959 if ((err = stac92xx_auto_create_dmic_input_ctls(codec,
3960 &spec->autocfg)) < 0)
3961 return err;
Matthew Ranostay4682eee2008-08-15 07:43:24 +02003962 if (spec->num_muxes > 0) {
3963 err = stac92xx_auto_create_mux_input_ctls(codec);
3964 if (err < 0)
3965 return err;
3966 }
Matthew Ranostayd9737752008-09-07 12:03:41 +02003967 if (spec->num_smuxes > 0) {
3968 err = stac92xx_auto_create_spdif_mux_ctls(codec);
3969 if (err < 0)
3970 return err;
3971 }
Matt Porter8b657272006-10-26 17:12:59 +02003972
Takashi Iwaie3c75962009-01-23 11:57:22 +01003973 err = stac92xx_add_input_source(spec);
3974 if (err < 0)
3975 return err;
3976
Mattc7d4b2f2005-06-27 14:59:41 +02003977 spec->multiout.max_channels = spec->multiout.num_dacs * 2;
Matt Porter403d1942005-11-29 15:00:51 +01003978 if (spec->multiout.max_channels > 2)
Mattc7d4b2f2005-06-27 14:59:41 +02003979 spec->surr_switch = 1;
Mattc7d4b2f2005-06-27 14:59:41 +02003980
Takashi Iwai0852d7a2009-02-11 11:35:15 +01003981 if (spec->autocfg.dig_outs)
Matt Porter3cc08dc2006-01-23 15:27:49 +01003982 spec->multiout.dig_out_nid = dig_out;
Matthew Ranostayd0513fc2008-07-27 10:30:30 +02003983 if (dig_in && spec->autocfg.dig_in_pin)
Matt Porter3cc08dc2006-01-23 15:27:49 +01003984 spec->dig_in_nid = dig_in;
Mattc7d4b2f2005-06-27 14:59:41 +02003985
Takashi Iwai603c4012008-07-30 15:01:44 +02003986 if (spec->kctls.list)
3987 spec->mixers[spec->num_mixers++] = spec->kctls.list;
Mattc7d4b2f2005-06-27 14:59:41 +02003988
3989 spec->input_mux = &spec->private_imux;
Matthew Ranostayf8ccbf62008-12-20 17:36:28 -05003990 if (!spec->dinput_mux)
3991 spec->dinput_mux = &spec->private_dimux;
Matthew Ranostayd9737752008-09-07 12:03:41 +02003992 spec->sinput_mux = &spec->private_smux;
Matthew Ranostayb22b4822008-01-22 12:32:30 +01003993 spec->mono_mux = &spec->private_mono_mux;
Matthew Ranostay89385032008-09-11 09:49:39 -04003994 spec->amp_mux = &spec->private_amp_mux;
Mattc7d4b2f2005-06-27 14:59:41 +02003995 return 1;
3996}
3997
Takashi Iwai82bc9552006-03-21 11:24:42 +01003998/* add playback controls for HP output */
3999static int stac9200_auto_create_hp_ctls(struct hda_codec *codec,
4000 struct auto_pin_cfg *cfg)
4001{
4002 struct sigmatel_spec *spec = codec->spec;
Takashi Iwaieb06ed82006-09-20 17:10:27 +02004003 hda_nid_t pin = cfg->hp_pins[0];
Takashi Iwai82bc9552006-03-21 11:24:42 +01004004 unsigned int wid_caps;
4005
4006 if (! pin)
4007 return 0;
4008
4009 wid_caps = get_wcaps(codec, pin);
Takashi Iwai505cb342006-03-27 12:51:52 +02004010 if (wid_caps & AC_WCAP_UNSOL_CAP)
Takashi Iwai82bc9552006-03-21 11:24:42 +01004011 spec->hp_detect = 1;
Takashi Iwai82bc9552006-03-21 11:24:42 +01004012
4013 return 0;
4014}
4015
Richard Fish160ea0d2006-09-06 13:58:25 +02004016/* add playback controls for LFE output */
4017static int stac9200_auto_create_lfe_ctls(struct hda_codec *codec,
4018 struct auto_pin_cfg *cfg)
4019{
4020 struct sigmatel_spec *spec = codec->spec;
4021 int err;
4022 hda_nid_t lfe_pin = 0x0;
4023 int i;
4024
4025 /*
4026 * search speaker outs and line outs for a mono speaker pin
4027 * with an amp. If one is found, add LFE controls
4028 * for it.
4029 */
4030 for (i = 0; i < spec->autocfg.speaker_outs && lfe_pin == 0x0; i++) {
4031 hda_nid_t pin = spec->autocfg.speaker_pins[i];
Takashi Iwai64ed0df2008-02-29 11:57:53 +01004032 unsigned int wcaps = get_wcaps(codec, pin);
Richard Fish160ea0d2006-09-06 13:58:25 +02004033 wcaps &= (AC_WCAP_STEREO | AC_WCAP_OUT_AMP);
4034 if (wcaps == AC_WCAP_OUT_AMP)
4035 /* found a mono speaker with an amp, must be lfe */
4036 lfe_pin = pin;
4037 }
4038
4039 /* if speaker_outs is 0, then speakers may be in line_outs */
4040 if (lfe_pin == 0 && spec->autocfg.speaker_outs == 0) {
4041 for (i = 0; i < spec->autocfg.line_outs && lfe_pin == 0x0; i++) {
4042 hda_nid_t pin = spec->autocfg.line_out_pins[i];
Takashi Iwai64ed0df2008-02-29 11:57:53 +01004043 unsigned int defcfg;
Takashi Iwai330ee992009-02-20 14:33:36 +01004044 defcfg = snd_hda_codec_get_pincfg(codec, pin);
Harvey Harrison8b551782008-02-29 11:56:48 +01004045 if (get_defcfg_device(defcfg) == AC_JACK_SPEAKER) {
Takashi Iwai64ed0df2008-02-29 11:57:53 +01004046 unsigned int wcaps = get_wcaps(codec, pin);
Richard Fish160ea0d2006-09-06 13:58:25 +02004047 wcaps &= (AC_WCAP_STEREO | AC_WCAP_OUT_AMP);
4048 if (wcaps == AC_WCAP_OUT_AMP)
4049 /* found a mono speaker with an amp,
4050 must be lfe */
4051 lfe_pin = pin;
4052 }
4053 }
4054 }
4055
4056 if (lfe_pin) {
Takashi Iwai7c7767e2009-01-20 15:28:38 +01004057 err = create_controls(codec, "LFE", lfe_pin, 1);
Richard Fish160ea0d2006-09-06 13:58:25 +02004058 if (err < 0)
4059 return err;
4060 }
4061
4062 return 0;
4063}
4064
Mattc7d4b2f2005-06-27 14:59:41 +02004065static int stac9200_parse_auto_config(struct hda_codec *codec)
4066{
4067 struct sigmatel_spec *spec = codec->spec;
4068 int err;
4069
Kailang Yangdf694da2005-12-05 19:42:22 +01004070 if ((err = snd_hda_parse_pin_def_config(codec, &spec->autocfg, NULL)) < 0)
Mattc7d4b2f2005-06-27 14:59:41 +02004071 return err;
4072
4073 if ((err = stac92xx_auto_create_analog_input_ctls(codec, &spec->autocfg)) < 0)
4074 return err;
4075
Takashi Iwai82bc9552006-03-21 11:24:42 +01004076 if ((err = stac9200_auto_create_hp_ctls(codec, &spec->autocfg)) < 0)
4077 return err;
4078
Richard Fish160ea0d2006-09-06 13:58:25 +02004079 if ((err = stac9200_auto_create_lfe_ctls(codec, &spec->autocfg)) < 0)
4080 return err;
4081
Takashi Iwai355a0ec2008-11-11 16:46:19 +01004082 if (spec->num_muxes > 0) {
4083 err = stac92xx_auto_create_mux_input_ctls(codec);
4084 if (err < 0)
4085 return err;
4086 }
4087
Takashi Iwaie3c75962009-01-23 11:57:22 +01004088 err = stac92xx_add_input_source(spec);
4089 if (err < 0)
4090 return err;
4091
Takashi Iwai0852d7a2009-02-11 11:35:15 +01004092 if (spec->autocfg.dig_outs)
Mattc7d4b2f2005-06-27 14:59:41 +02004093 spec->multiout.dig_out_nid = 0x05;
Takashi Iwai82bc9552006-03-21 11:24:42 +01004094 if (spec->autocfg.dig_in_pin)
Mattc7d4b2f2005-06-27 14:59:41 +02004095 spec->dig_in_nid = 0x04;
Mattc7d4b2f2005-06-27 14:59:41 +02004096
Takashi Iwai603c4012008-07-30 15:01:44 +02004097 if (spec->kctls.list)
4098 spec->mixers[spec->num_mixers++] = spec->kctls.list;
Mattc7d4b2f2005-06-27 14:59:41 +02004099
4100 spec->input_mux = &spec->private_imux;
Matt Porter8b657272006-10-26 17:12:59 +02004101 spec->dinput_mux = &spec->private_dimux;
Mattc7d4b2f2005-06-27 14:59:41 +02004102
4103 return 1;
4104}
4105
Sam Revitch62fe78e2006-05-10 15:09:17 +02004106/*
4107 * Early 2006 Intel Macintoshes with STAC9220X5 codecs seem to have a
4108 * funky external mute control using GPIO pins.
4109 */
4110
Takashi Iwai76e1ddf2008-01-15 11:39:08 +01004111static void stac_gpio_set(struct hda_codec *codec, unsigned int mask,
Matthew Ranostay4fe51952008-01-29 15:28:44 +01004112 unsigned int dir_mask, unsigned int data)
Sam Revitch62fe78e2006-05-10 15:09:17 +02004113{
4114 unsigned int gpiostate, gpiomask, gpiodir;
4115
4116 gpiostate = snd_hda_codec_read(codec, codec->afg, 0,
4117 AC_VERB_GET_GPIO_DATA, 0);
Matthew Ranostay4fe51952008-01-29 15:28:44 +01004118 gpiostate = (gpiostate & ~dir_mask) | (data & dir_mask);
Sam Revitch62fe78e2006-05-10 15:09:17 +02004119
4120 gpiomask = snd_hda_codec_read(codec, codec->afg, 0,
4121 AC_VERB_GET_GPIO_MASK, 0);
Takashi Iwai76e1ddf2008-01-15 11:39:08 +01004122 gpiomask |= mask;
Sam Revitch62fe78e2006-05-10 15:09:17 +02004123
4124 gpiodir = snd_hda_codec_read(codec, codec->afg, 0,
4125 AC_VERB_GET_GPIO_DIRECTION, 0);
Matthew Ranostay4fe51952008-01-29 15:28:44 +01004126 gpiodir |= dir_mask;
Sam Revitch62fe78e2006-05-10 15:09:17 +02004127
Takashi Iwai76e1ddf2008-01-15 11:39:08 +01004128 /* Configure GPIOx as CMOS */
Sam Revitch62fe78e2006-05-10 15:09:17 +02004129 snd_hda_codec_write(codec, codec->afg, 0, 0x7e7, 0);
4130
4131 snd_hda_codec_write(codec, codec->afg, 0,
4132 AC_VERB_SET_GPIO_MASK, gpiomask);
Takashi Iwai76e1ddf2008-01-15 11:39:08 +01004133 snd_hda_codec_read(codec, codec->afg, 0,
4134 AC_VERB_SET_GPIO_DIRECTION, gpiodir); /* sync */
Sam Revitch62fe78e2006-05-10 15:09:17 +02004135
4136 msleep(1);
4137
Takashi Iwai76e1ddf2008-01-15 11:39:08 +01004138 snd_hda_codec_read(codec, codec->afg, 0,
4139 AC_VERB_SET_GPIO_DATA, gpiostate); /* sync */
Sam Revitch62fe78e2006-05-10 15:09:17 +02004140}
4141
Takashi Iwai8c8145b2009-06-22 17:00:38 +02004142#ifdef CONFIG_SND_HDA_INPUT_JACK
Takashi Iwai95c09092009-04-14 16:15:29 +02004143static void stac92xx_free_jack_priv(struct snd_jack *jack)
4144{
4145 struct sigmatel_jack *jacks = jack->private_data;
4146 jacks->nid = 0;
4147 jacks->jack = NULL;
4148}
4149#endif
4150
Matthew Ranostay74aeaab2008-10-25 01:06:04 -04004151static int stac92xx_add_jack(struct hda_codec *codec,
4152 hda_nid_t nid, int type)
4153{
Takashi Iwai8c8145b2009-06-22 17:00:38 +02004154#ifdef CONFIG_SND_HDA_INPUT_JACK
Matthew Ranostay74aeaab2008-10-25 01:06:04 -04004155 struct sigmatel_spec *spec = codec->spec;
4156 struct sigmatel_jack *jack;
Takashi Iwai330ee992009-02-20 14:33:36 +01004157 int def_conf = snd_hda_codec_get_pincfg(codec, nid);
Matthew Ranostay74aeaab2008-10-25 01:06:04 -04004158 int connectivity = get_defcfg_connect(def_conf);
4159 char name[32];
Takashi Iwai95c09092009-04-14 16:15:29 +02004160 int err;
Matthew Ranostay74aeaab2008-10-25 01:06:04 -04004161
4162 if (connectivity && connectivity != AC_JACK_PORT_FIXED)
4163 return 0;
4164
4165 snd_array_init(&spec->jacks, sizeof(*jack), 32);
4166 jack = snd_array_new(&spec->jacks);
4167 if (!jack)
4168 return -ENOMEM;
4169 jack->nid = nid;
4170 jack->type = type;
4171
Takashi Iwai86de7412009-07-22 16:02:46 +02004172 snprintf(name, sizeof(name), "%s at %s %s Jack",
Matthew Ranostay74aeaab2008-10-25 01:06:04 -04004173 snd_hda_get_jack_type(def_conf),
4174 snd_hda_get_jack_connectivity(def_conf),
4175 snd_hda_get_jack_location(def_conf));
4176
Takashi Iwai95c09092009-04-14 16:15:29 +02004177 err = snd_jack_new(codec->bus->card, name, type, &jack->jack);
4178 if (err < 0) {
4179 jack->nid = 0;
4180 return err;
4181 }
4182 jack->jack->private_data = jack;
4183 jack->jack->private_free = stac92xx_free_jack_priv;
Takashi Iwaie4973e12008-11-18 09:32:42 +01004184#endif
Takashi Iwai95c09092009-04-14 16:15:29 +02004185 return 0;
Matthew Ranostay74aeaab2008-10-25 01:06:04 -04004186}
4187
Takashi Iwaic6e4c662008-11-25 11:58:19 +01004188static int stac_add_event(struct sigmatel_spec *spec, hda_nid_t nid,
4189 unsigned char type, int data)
Matthew Ranostay74aeaab2008-10-25 01:06:04 -04004190{
4191 struct sigmatel_event *event;
4192
4193 snd_array_init(&spec->events, sizeof(*event), 32);
4194 event = snd_array_new(&spec->events);
4195 if (!event)
4196 return -ENOMEM;
4197 event->nid = nid;
Takashi Iwaic6e4c662008-11-25 11:58:19 +01004198 event->type = type;
4199 event->tag = spec->events.used;
Matthew Ranostay74aeaab2008-10-25 01:06:04 -04004200 event->data = data;
4201
Takashi Iwaic6e4c662008-11-25 11:58:19 +01004202 return event->tag;
Matthew Ranostay74aeaab2008-10-25 01:06:04 -04004203}
4204
Takashi Iwaic6e4c662008-11-25 11:58:19 +01004205static struct sigmatel_event *stac_get_event(struct hda_codec *codec,
Takashi Iwai62558ce2009-07-29 14:23:09 +02004206 hda_nid_t nid)
Matthew Ranostay74aeaab2008-10-25 01:06:04 -04004207{
4208 struct sigmatel_spec *spec = codec->spec;
Takashi Iwaic6e4c662008-11-25 11:58:19 +01004209 struct sigmatel_event *event = spec->events.list;
4210 int i;
4211
4212 for (i = 0; i < spec->events.used; i++, event++) {
Takashi Iwai62558ce2009-07-29 14:23:09 +02004213 if (event->nid == nid)
Takashi Iwaic6e4c662008-11-25 11:58:19 +01004214 return event;
Matthew Ranostay74aeaab2008-10-25 01:06:04 -04004215 }
Takashi Iwaic6e4c662008-11-25 11:58:19 +01004216 return NULL;
4217}
4218
4219static struct sigmatel_event *stac_get_event_from_tag(struct hda_codec *codec,
4220 unsigned char tag)
4221{
4222 struct sigmatel_spec *spec = codec->spec;
4223 struct sigmatel_event *event = spec->events.list;
4224 int i;
4225
4226 for (i = 0; i < spec->events.used; i++, event++) {
4227 if (event->tag == tag)
4228 return event;
4229 }
4230 return NULL;
Matthew Ranostay74aeaab2008-10-25 01:06:04 -04004231}
4232
Takashi Iwai62558ce2009-07-29 14:23:09 +02004233/* check if given nid is a valid pin and no other events are assigned
4234 * to it. If OK, assign the event, set the unsol flag, and returns 1.
4235 * Otherwise, returns zero.
4236 */
4237static int enable_pin_detect(struct hda_codec *codec, hda_nid_t nid,
4238 unsigned int type)
Takashi Iwai314634b2006-09-21 11:56:18 +02004239{
Takashi Iwaic6e4c662008-11-25 11:58:19 +01004240 struct sigmatel_event *event;
4241 int tag;
4242
4243 if (!(get_wcaps(codec, nid) & AC_WCAP_UNSOL_CAP))
Takashi Iwai62558ce2009-07-29 14:23:09 +02004244 return 0;
4245 event = stac_get_event(codec, nid);
4246 if (event) {
4247 if (event->type != type)
4248 return 0;
Takashi Iwaic6e4c662008-11-25 11:58:19 +01004249 tag = event->tag;
Takashi Iwai62558ce2009-07-29 14:23:09 +02004250 } else {
Takashi Iwaic6e4c662008-11-25 11:58:19 +01004251 tag = stac_add_event(codec->spec, nid, type, 0);
Takashi Iwai62558ce2009-07-29 14:23:09 +02004252 if (tag < 0)
4253 return 0;
4254 }
Takashi Iwaic6e4c662008-11-25 11:58:19 +01004255 snd_hda_codec_write_cache(codec, nid, 0,
4256 AC_VERB_SET_UNSOLICITED_ENABLE,
4257 AC_USRSP_EN | tag);
Takashi Iwai62558ce2009-07-29 14:23:09 +02004258 return 1;
Takashi Iwai314634b2006-09-21 11:56:18 +02004259}
4260
Matthew Ranostaya64135a2008-01-10 16:55:06 +01004261static int is_nid_hp_pin(struct auto_pin_cfg *cfg, hda_nid_t nid)
4262{
4263 int i;
4264 for (i = 0; i < cfg->hp_outs; i++)
4265 if (cfg->hp_pins[i] == nid)
4266 return 1; /* nid is a HP-Out */
4267
4268 return 0; /* nid is not a HP-Out */
4269};
4270
Matthew Ranostayb76c8502008-02-06 14:49:44 +01004271static void stac92xx_power_down(struct hda_codec *codec)
4272{
4273 struct sigmatel_spec *spec = codec->spec;
4274
4275 /* power down inactive DACs */
4276 hda_nid_t *dac;
4277 for (dac = spec->dac_list; *dac; dac++)
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01004278 if (!check_all_dac_nids(spec, *dac))
Takashi Iwai8c2f7672008-12-01 11:54:35 +01004279 snd_hda_codec_write(codec, *dac, 0,
Matthew Ranostayb76c8502008-02-06 14:49:44 +01004280 AC_VERB_SET_POWER_STATE, AC_PWRST_D3);
4281}
4282
Takashi Iwaif73d3582008-11-25 08:21:51 +01004283static void stac_toggle_power_map(struct hda_codec *codec, hda_nid_t nid,
4284 int enable);
4285
Takashi Iwai6565e4f2009-03-02 14:38:35 +01004286/* override some hints from the hwdep entry */
4287static void stac_store_hints(struct hda_codec *codec)
4288{
4289 struct sigmatel_spec *spec = codec->spec;
4290 const char *p;
4291 int val;
4292
4293 val = snd_hda_get_bool_hint(codec, "hp_detect");
4294 if (val >= 0)
4295 spec->hp_detect = val;
4296 p = snd_hda_get_hint(codec, "gpio_mask");
4297 if (p) {
4298 spec->gpio_mask = simple_strtoul(p, NULL, 0);
4299 spec->eapd_mask = spec->gpio_dir = spec->gpio_data =
4300 spec->gpio_mask;
4301 }
4302 p = snd_hda_get_hint(codec, "gpio_dir");
4303 if (p)
4304 spec->gpio_dir = simple_strtoul(p, NULL, 0) & spec->gpio_mask;
4305 p = snd_hda_get_hint(codec, "gpio_data");
4306 if (p)
4307 spec->gpio_data = simple_strtoul(p, NULL, 0) & spec->gpio_mask;
4308 p = snd_hda_get_hint(codec, "eapd_mask");
4309 if (p)
4310 spec->eapd_mask = simple_strtoul(p, NULL, 0) & spec->gpio_mask;
4311 val = snd_hda_get_bool_hint(codec, "eapd_switch");
4312 if (val >= 0)
4313 spec->eapd_switch = val;
4314}
4315
Mattc7d4b2f2005-06-27 14:59:41 +02004316static int stac92xx_init(struct hda_codec *codec)
4317{
4318 struct sigmatel_spec *spec = codec->spec;
Takashi Iwai82bc9552006-03-21 11:24:42 +01004319 struct auto_pin_cfg *cfg = &spec->autocfg;
Takashi Iwaif73d3582008-11-25 08:21:51 +01004320 unsigned int gpio;
Takashi Iwaie4973e12008-11-18 09:32:42 +01004321 int i;
Mattc7d4b2f2005-06-27 14:59:41 +02004322
Mattc7d4b2f2005-06-27 14:59:41 +02004323 snd_hda_sequence_write(codec, spec->init);
4324
Matthew Ranostay8daaaa92008-08-15 07:45:52 +02004325 /* power down adcs initially */
4326 if (spec->powerdown_adcs)
4327 for (i = 0; i < spec->num_adcs; i++)
Takashi Iwai8c2f7672008-12-01 11:54:35 +01004328 snd_hda_codec_write(codec,
Matthew Ranostay8daaaa92008-08-15 07:45:52 +02004329 spec->adc_nids[i], 0,
4330 AC_VERB_SET_POWER_STATE, AC_PWRST_D3);
Takashi Iwaif73d3582008-11-25 08:21:51 +01004331
Takashi Iwai6565e4f2009-03-02 14:38:35 +01004332 /* override some hints */
4333 stac_store_hints(codec);
4334
Takashi Iwaif73d3582008-11-25 08:21:51 +01004335 /* set up GPIO */
4336 gpio = spec->gpio_data;
4337 /* turn on EAPD statically when spec->eapd_switch isn't set.
4338 * otherwise, unsol event will turn it on/off dynamically
4339 */
4340 if (!spec->eapd_switch)
4341 gpio |= spec->eapd_mask;
4342 stac_gpio_set(codec, spec->gpio_mask, spec->gpio_dir, gpio);
4343
Takashi Iwai82bc9552006-03-21 11:24:42 +01004344 /* set up pins */
4345 if (spec->hp_detect) {
Takashi Iwai505cb342006-03-27 12:51:52 +02004346 /* Enable unsolicited responses on the HP widget */
Matthew Ranostay74aeaab2008-10-25 01:06:04 -04004347 for (i = 0; i < cfg->hp_outs; i++) {
Matthew Ranostay74aeaab2008-10-25 01:06:04 -04004348 hda_nid_t nid = cfg->hp_pins[i];
Takashi Iwaic6e4c662008-11-25 11:58:19 +01004349 enable_pin_detect(codec, nid, STAC_HP_EVENT);
Matthew Ranostay74aeaab2008-10-25 01:06:04 -04004350 }
Takashi Iwaifefd67f2009-07-30 18:03:05 +02004351 if (cfg->line_out_type == AUTO_PIN_LINE_OUT) {
4352 /* enable pin-detect for line-outs as well */
Takashi Iwai15cfa2b2009-08-03 14:23:33 +02004353 for (i = 0; i < cfg->line_outs; i++) {
4354 hda_nid_t nid = cfg->line_out_pins[i];
Takashi Iwaifefd67f2009-07-30 18:03:05 +02004355 enable_pin_detect(codec, nid, STAC_LO_EVENT);
4356 }
4357 }
4358
Takashi Iwai0a07aca2007-03-13 10:40:23 +01004359 /* force to enable the first line-out; the others are set up
4360 * in unsol_event
4361 */
4362 stac92xx_auto_set_pinctl(codec, spec->autocfg.line_out_pins[0],
Matthew Ranostay74aeaab2008-10-25 01:06:04 -04004363 AC_PINCTL_OUT_EN);
Takashi Iwai82bc9552006-03-21 11:24:42 +01004364 /* fake event to set up pins */
Takashi Iwai62558ce2009-07-29 14:23:09 +02004365 stac_issue_unsol_event(codec, spec->autocfg.hp_pins[0]);
Takashi Iwai82bc9552006-03-21 11:24:42 +01004366 } else {
4367 stac92xx_auto_init_multi_out(codec);
4368 stac92xx_auto_init_hp_out(codec);
Takashi Iwai12dde4c2008-12-05 13:09:27 +01004369 for (i = 0; i < cfg->hp_outs; i++)
4370 stac_toggle_power_map(codec, cfg->hp_pins[i], 1);
Takashi Iwai82bc9552006-03-21 11:24:42 +01004371 }
Takashi Iwai3d21d3f2009-07-29 14:32:56 +02004372 if (spec->auto_mic) {
Takashi Iwai15b4f292009-07-29 16:32:55 +02004373 /* initialize connection to analog input */
4374 snd_hda_codec_write_cache(codec, spec->dmux_nids[0], 0,
4375 AC_VERB_SET_CONNECT_SEL, 0);
Takashi Iwai3d21d3f2009-07-29 14:32:56 +02004376 if (enable_pin_detect(codec, spec->ext_mic.pin, STAC_MIC_EVENT))
4377 stac_issue_unsol_event(codec, spec->ext_mic.pin);
4378 }
Takashi Iwai82bc9552006-03-21 11:24:42 +01004379 for (i = 0; i < AUTO_PIN_LAST; i++) {
Takashi Iwaic960a032006-03-23 17:06:28 +01004380 hda_nid_t nid = cfg->input_pins[i];
4381 if (nid) {
Takashi Iwai12dde4c2008-12-05 13:09:27 +01004382 unsigned int pinctl, conf;
Takashi Iwai4f1e6bc2008-11-11 16:47:24 +01004383 if (i == AUTO_PIN_MIC || i == AUTO_PIN_FRONT_MIC) {
4384 /* for mic pins, force to initialize */
Nickolas Lloyd7c922de2009-06-01 11:12:29 +02004385 pinctl = stac92xx_get_default_vref(codec, nid);
Takashi Iwai12dde4c2008-12-05 13:09:27 +01004386 pinctl |= AC_PINCTL_IN_EN;
4387 stac92xx_auto_set_pinctl(codec, nid, pinctl);
Takashi Iwai4f1e6bc2008-11-11 16:47:24 +01004388 } else {
4389 pinctl = snd_hda_codec_read(codec, nid, 0,
4390 AC_VERB_GET_PIN_WIDGET_CONTROL, 0);
4391 /* if PINCTL already set then skip */
Takashi Iwai5dd17cb92009-05-07 16:22:53 +02004392 /* Also, if both INPUT and OUTPUT are set,
4393 * it must be a BIOS bug; need to override, too
4394 */
4395 if (!(pinctl & AC_PINCTL_IN_EN) ||
4396 (pinctl & AC_PINCTL_OUT_EN)) {
4397 pinctl &= ~AC_PINCTL_OUT_EN;
Takashi Iwai12dde4c2008-12-05 13:09:27 +01004398 pinctl |= AC_PINCTL_IN_EN;
4399 stac92xx_auto_set_pinctl(codec, nid,
4400 pinctl);
4401 }
Takashi Iwai4f1e6bc2008-11-11 16:47:24 +01004402 }
Takashi Iwai330ee992009-02-20 14:33:36 +01004403 conf = snd_hda_codec_get_pincfg(codec, nid);
Takashi Iwai12dde4c2008-12-05 13:09:27 +01004404 if (get_defcfg_connect(conf) != AC_JACK_PORT_FIXED) {
Takashi Iwai62558ce2009-07-29 14:23:09 +02004405 if (enable_pin_detect(codec, nid,
4406 STAC_INSERT_EVENT))
4407 stac_issue_unsol_event(codec, nid);
Takashi Iwai12dde4c2008-12-05 13:09:27 +01004408 }
Takashi Iwaic960a032006-03-23 17:06:28 +01004409 }
Takashi Iwai82bc9552006-03-21 11:24:42 +01004410 }
Matthew Ranostaya64135a2008-01-10 16:55:06 +01004411 for (i = 0; i < spec->num_dmics; i++)
4412 stac92xx_auto_set_pinctl(codec, spec->dmic_nids[i],
4413 AC_PINCTL_IN_EN);
Takashi Iwai0852d7a2009-02-11 11:35:15 +01004414 if (cfg->dig_out_pins[0])
4415 stac92xx_auto_set_pinctl(codec, cfg->dig_out_pins[0],
Takashi Iwai82bc9552006-03-21 11:24:42 +01004416 AC_PINCTL_OUT_EN);
4417 if (cfg->dig_in_pin)
4418 stac92xx_auto_set_pinctl(codec, cfg->dig_in_pin,
4419 AC_PINCTL_IN_EN);
Takashi Iwaif73d3582008-11-25 08:21:51 +01004420 for (i = 0; i < spec->num_pwrs; i++) {
4421 hda_nid_t nid = spec->pwr_nids[i];
4422 int pinctl, def_conf;
Takashi Iwai82bc9552006-03-21 11:24:42 +01004423
Takashi Iwaieb632122008-12-19 16:39:48 +01004424 /* power on when no jack detection is available */
4425 if (!spec->hp_detect) {
4426 stac_toggle_power_map(codec, nid, 1);
4427 continue;
4428 }
4429
4430 if (is_nid_hp_pin(cfg, nid))
Takashi Iwaif73d3582008-11-25 08:21:51 +01004431 continue; /* already has an unsol event */
Sam Revitch62fe78e2006-05-10 15:09:17 +02004432
Takashi Iwaif73d3582008-11-25 08:21:51 +01004433 pinctl = snd_hda_codec_read(codec, nid, 0,
4434 AC_VERB_GET_PIN_WIDGET_CONTROL, 0);
4435 /* outputs are only ports capable of power management
4436 * any attempts on powering down a input port cause the
4437 * referenced VREF to act quirky.
4438 */
Takashi Iwaieb632122008-12-19 16:39:48 +01004439 if (pinctl & AC_PINCTL_IN_EN) {
4440 stac_toggle_power_map(codec, nid, 1);
Takashi Iwaif73d3582008-11-25 08:21:51 +01004441 continue;
Takashi Iwaieb632122008-12-19 16:39:48 +01004442 }
Takashi Iwai330ee992009-02-20 14:33:36 +01004443 def_conf = snd_hda_codec_get_pincfg(codec, nid);
Takashi Iwaif73d3582008-11-25 08:21:51 +01004444 def_conf = get_defcfg_connect(def_conf);
4445 /* skip any ports that don't have jacks since presence
4446 * detection is useless */
4447 if (def_conf != AC_JACK_PORT_COMPLEX) {
4448 if (def_conf != AC_JACK_PORT_NONE)
4449 stac_toggle_power_map(codec, nid, 1);
4450 continue;
4451 }
Takashi Iwai62558ce2009-07-29 14:23:09 +02004452 if (enable_pin_detect(codec, nid, STAC_PWR_EVENT))
4453 stac_issue_unsol_event(codec, nid);
Takashi Iwaif73d3582008-11-25 08:21:51 +01004454 }
4455 if (spec->dac_list)
4456 stac92xx_power_down(codec);
Mattc7d4b2f2005-06-27 14:59:41 +02004457 return 0;
4458}
4459
Matthew Ranostay74aeaab2008-10-25 01:06:04 -04004460static void stac92xx_free_jacks(struct hda_codec *codec)
4461{
Takashi Iwai8c8145b2009-06-22 17:00:38 +02004462#ifdef CONFIG_SND_HDA_INPUT_JACK
Takashi Iwaib94d3532008-11-21 09:08:06 +01004463 /* free jack instances manually when clearing/reconfiguring */
Matthew Ranostay74aeaab2008-10-25 01:06:04 -04004464 struct sigmatel_spec *spec = codec->spec;
Takashi Iwaib94d3532008-11-21 09:08:06 +01004465 if (!codec->bus->shutdown && spec->jacks.list) {
Matthew Ranostay74aeaab2008-10-25 01:06:04 -04004466 struct sigmatel_jack *jacks = spec->jacks.list;
4467 int i;
Takashi Iwai95c09092009-04-14 16:15:29 +02004468 for (i = 0; i < spec->jacks.used; i++, jacks++) {
4469 if (jacks->jack)
4470 snd_device_free(codec->bus->card, jacks->jack);
4471 }
Matthew Ranostay74aeaab2008-10-25 01:06:04 -04004472 }
4473 snd_array_free(&spec->jacks);
Takashi Iwaie4973e12008-11-18 09:32:42 +01004474#endif
Matthew Ranostay74aeaab2008-10-25 01:06:04 -04004475}
4476
Takashi Iwai603c4012008-07-30 15:01:44 +02004477static void stac92xx_free_kctls(struct hda_codec *codec)
4478{
4479 struct sigmatel_spec *spec = codec->spec;
4480
4481 if (spec->kctls.list) {
4482 struct snd_kcontrol_new *kctl = spec->kctls.list;
4483 int i;
4484 for (i = 0; i < spec->kctls.used; i++)
4485 kfree(kctl[i].name);
4486 }
4487 snd_array_free(&spec->kctls);
4488}
4489
Matt2f2f4252005-04-13 14:45:30 +02004490static void stac92xx_free(struct hda_codec *codec)
4491{
Mattc7d4b2f2005-06-27 14:59:41 +02004492 struct sigmatel_spec *spec = codec->spec;
Mattc7d4b2f2005-06-27 14:59:41 +02004493
4494 if (! spec)
4495 return;
4496
Matthew Ranostay74aeaab2008-10-25 01:06:04 -04004497 stac92xx_free_jacks(codec);
4498 snd_array_free(&spec->events);
Richard Fish11b44bb2006-08-23 18:31:34 +02004499
Mattc7d4b2f2005-06-27 14:59:41 +02004500 kfree(spec);
Matthew Ranostay1cd22242008-07-18 18:20:52 +02004501 snd_hda_detach_beep_device(codec);
Matt2f2f4252005-04-13 14:45:30 +02004502}
4503
Matt4e550962005-07-04 17:51:39 +02004504static void stac92xx_set_pinctl(struct hda_codec *codec, hda_nid_t nid,
4505 unsigned int flag)
4506{
Takashi Iwai8ce84192009-01-22 16:59:20 +01004507 unsigned int old_ctl, pin_ctl;
4508
4509 pin_ctl = snd_hda_codec_read(codec, nid,
Matt4e550962005-07-04 17:51:39 +02004510 0, AC_VERB_GET_PIN_WIDGET_CONTROL, 0x00);
Steve Longerbeam7b043892007-05-03 20:50:03 +02004511
Takashi Iwaif9acba42007-05-29 18:01:06 +02004512 if (pin_ctl & AC_PINCTL_IN_EN) {
4513 /*
4514 * we need to check the current set-up direction of
4515 * shared input pins since they can be switched via
4516 * "xxx as Output" mixer switch
4517 */
4518 struct sigmatel_spec *spec = codec->spec;
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01004519 if (nid == spec->line_switch || nid == spec->mic_switch)
Takashi Iwaif9acba42007-05-29 18:01:06 +02004520 return;
4521 }
4522
Takashi Iwai8ce84192009-01-22 16:59:20 +01004523 old_ctl = pin_ctl;
Steve Longerbeam7b043892007-05-03 20:50:03 +02004524 /* if setting pin direction bits, clear the current
4525 direction bits first */
4526 if (flag & (AC_PINCTL_IN_EN | AC_PINCTL_OUT_EN))
4527 pin_ctl &= ~(AC_PINCTL_IN_EN | AC_PINCTL_OUT_EN);
4528
Takashi Iwai8ce84192009-01-22 16:59:20 +01004529 pin_ctl |= flag;
4530 if (old_ctl != pin_ctl)
4531 snd_hda_codec_write_cache(codec, nid, 0,
4532 AC_VERB_SET_PIN_WIDGET_CONTROL,
4533 pin_ctl);
Matt4e550962005-07-04 17:51:39 +02004534}
4535
4536static void stac92xx_reset_pinctl(struct hda_codec *codec, hda_nid_t nid,
4537 unsigned int flag)
4538{
4539 unsigned int pin_ctl = snd_hda_codec_read(codec, nid,
4540 0, AC_VERB_GET_PIN_WIDGET_CONTROL, 0x00);
Takashi Iwai8ce84192009-01-22 16:59:20 +01004541 if (pin_ctl & flag)
4542 snd_hda_codec_write_cache(codec, nid, 0,
4543 AC_VERB_SET_PIN_WIDGET_CONTROL,
4544 pin_ctl & ~flag);
Matt4e550962005-07-04 17:51:39 +02004545}
4546
Takashi Iwaie6e3ea22008-12-05 12:54:56 +01004547static int get_pin_presence(struct hda_codec *codec, hda_nid_t nid)
Takashi Iwai314634b2006-09-21 11:56:18 +02004548{
4549 if (!nid)
4550 return 0;
4551 if (snd_hda_codec_read(codec, nid, 0, AC_VERB_GET_PIN_SENSE, 0x00)
Takashi Iwaie6e3ea22008-12-05 12:54:56 +01004552 & (1 << 31))
4553 return 1;
Takashi Iwai314634b2006-09-21 11:56:18 +02004554 return 0;
4555}
4556
Takashi Iwaifefd67f2009-07-30 18:03:05 +02004557static void stac92xx_line_out_detect(struct hda_codec *codec,
4558 int presence)
4559{
4560 struct sigmatel_spec *spec = codec->spec;
4561 struct auto_pin_cfg *cfg = &spec->autocfg;
4562 int i;
4563
4564 for (i = 0; i < cfg->line_outs; i++) {
4565 if (presence)
4566 break;
4567 presence = get_pin_presence(codec, cfg->line_out_pins[i]);
4568 if (presence) {
4569 unsigned int pinctl;
4570 pinctl = snd_hda_codec_read(codec,
4571 cfg->line_out_pins[i], 0,
4572 AC_VERB_GET_PIN_WIDGET_CONTROL, 0);
4573 if (pinctl & AC_PINCTL_IN_EN)
4574 presence = 0; /* mic- or line-input */
4575 }
4576 }
4577
4578 if (presence) {
4579 /* disable speakers */
4580 for (i = 0; i < cfg->speaker_outs; i++)
4581 stac92xx_reset_pinctl(codec, cfg->speaker_pins[i],
4582 AC_PINCTL_OUT_EN);
4583 if (spec->eapd_mask && spec->eapd_switch)
4584 stac_gpio_set(codec, spec->gpio_mask,
4585 spec->gpio_dir, spec->gpio_data &
4586 ~spec->eapd_mask);
4587 } else {
4588 /* enable speakers */
4589 for (i = 0; i < cfg->speaker_outs; i++)
4590 stac92xx_set_pinctl(codec, cfg->speaker_pins[i],
4591 AC_PINCTL_OUT_EN);
4592 if (spec->eapd_mask && spec->eapd_switch)
4593 stac_gpio_set(codec, spec->gpio_mask,
4594 spec->gpio_dir, spec->gpio_data |
4595 spec->eapd_mask);
4596 }
4597}
4598
Takashi Iwaid7a89432008-11-12 09:48:04 +01004599/* return non-zero if the hp-pin of the given array index isn't
4600 * a jack-detection target
4601 */
4602static int no_hp_sensing(struct sigmatel_spec *spec, int i)
4603{
4604 struct auto_pin_cfg *cfg = &spec->autocfg;
4605
4606 /* ignore sensing of shared line and mic jacks */
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01004607 if (cfg->hp_pins[i] == spec->line_switch)
Takashi Iwaid7a89432008-11-12 09:48:04 +01004608 return 1;
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01004609 if (cfg->hp_pins[i] == spec->mic_switch)
Takashi Iwaid7a89432008-11-12 09:48:04 +01004610 return 1;
4611 /* ignore if the pin is set as line-out */
4612 if (cfg->hp_pins[i] == spec->hp_switch)
4613 return 1;
4614 return 0;
4615}
4616
Takashi Iwaic6e4c662008-11-25 11:58:19 +01004617static void stac92xx_hp_detect(struct hda_codec *codec)
Matt4e550962005-07-04 17:51:39 +02004618{
4619 struct sigmatel_spec *spec = codec->spec;
4620 struct auto_pin_cfg *cfg = &spec->autocfg;
4621 int i, presence;
4622
Takashi Iwaieb06ed82006-09-20 17:10:27 +02004623 presence = 0;
Matthew Ranostay4fe51952008-01-29 15:28:44 +01004624 if (spec->gpio_mute)
4625 presence = !(snd_hda_codec_read(codec, codec->afg, 0,
4626 AC_VERB_GET_GPIO_DATA, 0) & spec->gpio_mute);
4627
Takashi Iwaieb06ed82006-09-20 17:10:27 +02004628 for (i = 0; i < cfg->hp_outs; i++) {
Takashi Iwai314634b2006-09-21 11:56:18 +02004629 if (presence)
4630 break;
Takashi Iwaid7a89432008-11-12 09:48:04 +01004631 if (no_hp_sensing(spec, i))
4632 continue;
Takashi Iwaie6e3ea22008-12-05 12:54:56 +01004633 presence = get_pin_presence(codec, cfg->hp_pins[i]);
4634 if (presence) {
4635 unsigned int pinctl;
4636 pinctl = snd_hda_codec_read(codec, cfg->hp_pins[i], 0,
4637 AC_VERB_GET_PIN_WIDGET_CONTROL, 0);
4638 if (pinctl & AC_PINCTL_IN_EN)
4639 presence = 0; /* mic- or line-input */
4640 }
Takashi Iwaieb06ed82006-09-20 17:10:27 +02004641 }
Matt4e550962005-07-04 17:51:39 +02004642
4643 if (presence) {
Takashi Iwaid7a89432008-11-12 09:48:04 +01004644 /* disable lineouts */
Matthew Ranostay7c2ba972008-04-16 13:13:59 +02004645 if (spec->hp_switch)
Takashi Iwaid7a89432008-11-12 09:48:04 +01004646 stac92xx_reset_pinctl(codec, spec->hp_switch,
4647 AC_PINCTL_OUT_EN);
Matt4e550962005-07-04 17:51:39 +02004648 for (i = 0; i < cfg->line_outs; i++)
4649 stac92xx_reset_pinctl(codec, cfg->line_out_pins[i],
4650 AC_PINCTL_OUT_EN);
Matt4e550962005-07-04 17:51:39 +02004651 } else {
Takashi Iwaid7a89432008-11-12 09:48:04 +01004652 /* enable lineouts */
Matthew Ranostay7c2ba972008-04-16 13:13:59 +02004653 if (spec->hp_switch)
Takashi Iwaid7a89432008-11-12 09:48:04 +01004654 stac92xx_set_pinctl(codec, spec->hp_switch,
4655 AC_PINCTL_OUT_EN);
Matt4e550962005-07-04 17:51:39 +02004656 for (i = 0; i < cfg->line_outs; i++)
4657 stac92xx_set_pinctl(codec, cfg->line_out_pins[i],
4658 AC_PINCTL_OUT_EN);
Matt4e550962005-07-04 17:51:39 +02004659 }
Takashi Iwaifefd67f2009-07-30 18:03:05 +02004660 stac92xx_line_out_detect(codec, presence);
Takashi Iwaid7a89432008-11-12 09:48:04 +01004661 /* toggle hp outs */
4662 for (i = 0; i < cfg->hp_outs; i++) {
4663 unsigned int val = AC_PINCTL_OUT_EN | AC_PINCTL_HP_EN;
4664 if (no_hp_sensing(spec, i))
4665 continue;
4666 if (presence)
4667 stac92xx_set_pinctl(codec, cfg->hp_pins[i], val);
Takashi Iwai8317e0b2009-01-14 07:56:51 +01004668#if 0 /* FIXME */
4669/* Resetting the pinctl like below may lead to (a sort of) regressions
4670 * on some devices since they use the HP pin actually for line/speaker
4671 * outs although the default pin config shows a different pin (that is
4672 * wrong and useless).
4673 *
4674 * So, it's basically a problem of default pin configs, likely a BIOS issue.
4675 * But, disabling the code below just works around it, and I'm too tired of
4676 * bug reports with such devices...
4677 */
Takashi Iwaid7a89432008-11-12 09:48:04 +01004678 else
4679 stac92xx_reset_pinctl(codec, cfg->hp_pins[i], val);
Takashi Iwai8317e0b2009-01-14 07:56:51 +01004680#endif /* FIXME */
Takashi Iwaid7a89432008-11-12 09:48:04 +01004681 }
Matt4e550962005-07-04 17:51:39 +02004682}
4683
Takashi Iwaif73d3582008-11-25 08:21:51 +01004684static void stac_toggle_power_map(struct hda_codec *codec, hda_nid_t nid,
4685 int enable)
Matthew Ranostaya64135a2008-01-10 16:55:06 +01004686{
4687 struct sigmatel_spec *spec = codec->spec;
Takashi Iwaif73d3582008-11-25 08:21:51 +01004688 unsigned int idx, val;
4689
4690 for (idx = 0; idx < spec->num_pwrs; idx++) {
4691 if (spec->pwr_nids[idx] == nid)
4692 break;
4693 }
4694 if (idx >= spec->num_pwrs)
4695 return;
Matthew Ranostayd0513fc2008-07-27 10:30:30 +02004696
4697 /* several codecs have two power down bits */
4698 if (spec->pwr_mapping)
4699 idx = spec->pwr_mapping[idx];
4700 else
4701 idx = 1 << idx;
Matthew Ranostaya64135a2008-01-10 16:55:06 +01004702
Takashi Iwaif73d3582008-11-25 08:21:51 +01004703 val = snd_hda_codec_read(codec, codec->afg, 0, 0x0fec, 0x0) & 0xff;
4704 if (enable)
Matthew Ranostaya64135a2008-01-10 16:55:06 +01004705 val &= ~idx;
4706 else
4707 val |= idx;
4708
4709 /* power down unused output ports */
4710 snd_hda_codec_write(codec, codec->afg, 0, 0x7ec, val);
Matthew Ranostay74aeaab2008-10-25 01:06:04 -04004711}
4712
Takashi Iwaif73d3582008-11-25 08:21:51 +01004713static void stac92xx_pin_sense(struct hda_codec *codec, hda_nid_t nid)
4714{
Takashi Iwaie6e3ea22008-12-05 12:54:56 +01004715 stac_toggle_power_map(codec, nid, get_pin_presence(codec, nid));
Takashi Iwaif73d3582008-11-25 08:21:51 +01004716}
Matthew Ranostaya64135a2008-01-10 16:55:06 +01004717
Matthew Ranostay74aeaab2008-10-25 01:06:04 -04004718static void stac92xx_report_jack(struct hda_codec *codec, hda_nid_t nid)
4719{
4720 struct sigmatel_spec *spec = codec->spec;
4721 struct sigmatel_jack *jacks = spec->jacks.list;
4722
4723 if (jacks) {
4724 int i;
4725 for (i = 0; i < spec->jacks.used; i++) {
4726 if (jacks->nid == nid) {
4727 unsigned int pin_ctl =
4728 snd_hda_codec_read(codec, nid,
4729 0, AC_VERB_GET_PIN_WIDGET_CONTROL,
4730 0x00);
4731 int type = jacks->type;
4732 if (type == (SND_JACK_LINEOUT
4733 | SND_JACK_HEADPHONE))
4734 type = (pin_ctl & AC_PINCTL_HP_EN)
4735 ? SND_JACK_HEADPHONE : SND_JACK_LINEOUT;
4736 snd_jack_report(jacks->jack,
Takashi Iwaie6e3ea22008-12-05 12:54:56 +01004737 get_pin_presence(codec, nid)
Matthew Ranostay74aeaab2008-10-25 01:06:04 -04004738 ? type : 0);
4739 }
4740 jacks++;
4741 }
4742 }
4743}
Matt2f2f4252005-04-13 14:45:30 +02004744
Takashi Iwai3d21d3f2009-07-29 14:32:56 +02004745static void stac92xx_mic_detect(struct hda_codec *codec)
4746{
4747 struct sigmatel_spec *spec = codec->spec;
4748 struct sigmatel_mic_route *mic;
4749
4750 if (get_pin_presence(codec, spec->ext_mic.pin))
4751 mic = &spec->ext_mic;
4752 else
4753 mic = &spec->int_mic;
4754 if (mic->dmux_idx)
4755 snd_hda_codec_write_cache(codec, spec->dmux_nids[0], 0,
4756 AC_VERB_SET_CONNECT_SEL,
4757 mic->dmux_idx);
4758 else
4759 snd_hda_codec_write_cache(codec, spec->mux_nids[0], 0,
4760 AC_VERB_SET_CONNECT_SEL,
4761 mic->mux_idx);
4762}
4763
Takashi Iwai62558ce2009-07-29 14:23:09 +02004764static void stac_issue_unsol_event(struct hda_codec *codec, hda_nid_t nid)
Takashi Iwaic6e4c662008-11-25 11:58:19 +01004765{
Takashi Iwai62558ce2009-07-29 14:23:09 +02004766 struct sigmatel_event *event = stac_get_event(codec, nid);
Takashi Iwaic6e4c662008-11-25 11:58:19 +01004767 if (!event)
4768 return;
4769 codec->patch_ops.unsol_event(codec, (unsigned)event->tag << 26);
4770}
4771
Takashi Iwai314634b2006-09-21 11:56:18 +02004772static void stac92xx_unsol_event(struct hda_codec *codec, unsigned int res)
4773{
Matthew Ranostaya64135a2008-01-10 16:55:06 +01004774 struct sigmatel_spec *spec = codec->spec;
Takashi Iwaic6e4c662008-11-25 11:58:19 +01004775 struct sigmatel_event *event;
4776 int tag, data;
Matthew Ranostaya64135a2008-01-10 16:55:06 +01004777
Takashi Iwaic6e4c662008-11-25 11:58:19 +01004778 tag = (res >> 26) & 0x7f;
4779 event = stac_get_event_from_tag(codec, tag);
4780 if (!event)
4781 return;
4782
4783 switch (event->type) {
Takashi Iwai314634b2006-09-21 11:56:18 +02004784 case STAC_HP_EVENT:
Takashi Iwaic6e4c662008-11-25 11:58:19 +01004785 stac92xx_hp_detect(codec);
Takashi Iwai3d21d3f2009-07-29 14:32:56 +02004786 break;
Takashi Iwaifefd67f2009-07-30 18:03:05 +02004787 case STAC_LO_EVENT:
4788 stac92xx_line_out_detect(codec, 0);
4789 break;
Takashi Iwai3d21d3f2009-07-29 14:32:56 +02004790 case STAC_MIC_EVENT:
4791 stac92xx_mic_detect(codec);
4792 break;
4793 }
4794
4795 switch (event->type) {
4796 case STAC_HP_EVENT:
Takashi Iwaifefd67f2009-07-30 18:03:05 +02004797 case STAC_LO_EVENT:
Takashi Iwai3d21d3f2009-07-29 14:32:56 +02004798 case STAC_MIC_EVENT:
Matthew Ranostay74aeaab2008-10-25 01:06:04 -04004799 case STAC_INSERT_EVENT:
Matthew Ranostaya64135a2008-01-10 16:55:06 +01004800 case STAC_PWR_EVENT:
Takashi Iwaic6e4c662008-11-25 11:58:19 +01004801 if (spec->num_pwrs > 0)
4802 stac92xx_pin_sense(codec, event->nid);
4803 stac92xx_report_jack(codec, event->nid);
Matthew Ranostayfd60cc82009-04-06 09:30:46 -04004804
4805 switch (codec->subsystem_id) {
4806 case 0x103c308f:
4807 if (event->nid == 0xb) {
4808 int pin = AC_PINCTL_IN_EN;
4809
4810 if (get_pin_presence(codec, 0xa)
4811 && get_pin_presence(codec, 0xb))
4812 pin |= AC_PINCTL_VREF_80;
4813 if (!get_pin_presence(codec, 0xb))
4814 pin |= AC_PINCTL_VREF_80;
4815
4816 /* toggle VREF state based on mic + hp pin
4817 * status
4818 */
4819 stac92xx_auto_set_pinctl(codec, 0x0a, pin);
4820 }
4821 }
Matthew Ranostay72474be2008-10-09 09:32:17 -04004822 break;
Takashi Iwaic6e4c662008-11-25 11:58:19 +01004823 case STAC_VREF_EVENT:
4824 data = snd_hda_codec_read(codec, codec->afg, 0,
4825 AC_VERB_GET_GPIO_DATA, 0);
Matthew Ranostay72474be2008-10-09 09:32:17 -04004826 /* toggle VREF state based on GPIOx status */
4827 snd_hda_codec_write(codec, codec->afg, 0, 0x7e0,
Takashi Iwaic6e4c662008-11-25 11:58:19 +01004828 !!(data & (1 << event->data)));
Matthew Ranostay72474be2008-10-09 09:32:17 -04004829 break;
Takashi Iwai314634b2006-09-21 11:56:18 +02004830 }
4831}
4832
Takashi Iwai2d34e1b2008-11-28 14:35:16 +01004833#ifdef CONFIG_PROC_FS
4834static void stac92hd_proc_hook(struct snd_info_buffer *buffer,
4835 struct hda_codec *codec, hda_nid_t nid)
4836{
4837 if (nid == codec->afg)
4838 snd_iprintf(buffer, "Power-Map: 0x%02x\n",
4839 snd_hda_codec_read(codec, nid, 0, 0x0fec, 0x0));
4840}
4841
4842static void analog_loop_proc_hook(struct snd_info_buffer *buffer,
4843 struct hda_codec *codec,
4844 unsigned int verb)
4845{
4846 snd_iprintf(buffer, "Analog Loopback: 0x%02x\n",
4847 snd_hda_codec_read(codec, codec->afg, 0, verb, 0));
4848}
4849
4850/* stac92hd71bxx, stac92hd73xx */
4851static void stac92hd7x_proc_hook(struct snd_info_buffer *buffer,
4852 struct hda_codec *codec, hda_nid_t nid)
4853{
4854 stac92hd_proc_hook(buffer, codec, nid);
4855 if (nid == codec->afg)
4856 analog_loop_proc_hook(buffer, codec, 0xfa0);
4857}
4858
4859static void stac9205_proc_hook(struct snd_info_buffer *buffer,
4860 struct hda_codec *codec, hda_nid_t nid)
4861{
4862 if (nid == codec->afg)
4863 analog_loop_proc_hook(buffer, codec, 0xfe0);
4864}
4865
4866static void stac927x_proc_hook(struct snd_info_buffer *buffer,
4867 struct hda_codec *codec, hda_nid_t nid)
4868{
4869 if (nid == codec->afg)
4870 analog_loop_proc_hook(buffer, codec, 0xfeb);
4871}
4872#else
4873#define stac92hd_proc_hook NULL
4874#define stac92hd7x_proc_hook NULL
4875#define stac9205_proc_hook NULL
4876#define stac927x_proc_hook NULL
4877#endif
4878
Takashi Iwaicb53c622007-08-10 17:21:45 +02004879#ifdef SND_HDA_NEEDS_RESUME
Mattff6fdc32005-06-27 15:06:52 +02004880static int stac92xx_resume(struct hda_codec *codec)
4881{
Takashi Iwaidc81bed2007-09-03 09:36:36 +02004882 struct sigmatel_spec *spec = codec->spec;
4883
Takashi Iwai2c885872008-11-18 09:36:55 +01004884 stac92xx_init(codec);
Takashi Iwai82beb8f2007-08-10 17:09:26 +02004885 snd_hda_codec_resume_amp(codec);
4886 snd_hda_codec_resume_cache(codec);
Takashi Iwai2c885872008-11-18 09:36:55 +01004887 /* fake event to set up pins again to override cached values */
Takashi Iwaidc81bed2007-09-03 09:36:36 +02004888 if (spec->hp_detect)
Takashi Iwai62558ce2009-07-29 14:23:09 +02004889 stac_issue_unsol_event(codec, spec->autocfg.hp_pins[0]);
Mattff6fdc32005-06-27 15:06:52 +02004890 return 0;
4891}
Matthew Ranostayc6798d22008-11-18 20:54:17 -05004892
Christoph Plattnerae6241f2009-03-08 23:19:05 +01004893/*
James Gardiner514bf542009-05-03 04:00:44 -04004894 * using power check for controlling mute led of HP notebooks
Christoph Plattnerae6241f2009-03-08 23:19:05 +01004895 * check for mute state only on Speakers (nid = 0x10)
4896 *
4897 * For this feature CONFIG_SND_HDA_POWER_SAVE is needed, otherwise
4898 * the LED is NOT working properly !
James Gardiner514bf542009-05-03 04:00:44 -04004899 *
4900 * Changed name to reflect that it now works for any designated
4901 * model, not just HP HDX.
Christoph Plattnerae6241f2009-03-08 23:19:05 +01004902 */
4903
4904#ifdef CONFIG_SND_HDA_POWER_SAVE
James Gardiner514bf542009-05-03 04:00:44 -04004905static int stac92xx_hp_check_power_status(struct hda_codec *codec,
Takashi Iwai6fce61a2009-03-10 07:48:57 +01004906 hda_nid_t nid)
Christoph Plattnerae6241f2009-03-08 23:19:05 +01004907{
4908 struct sigmatel_spec *spec = codec->spec;
Takashi Iwai6fce61a2009-03-10 07:48:57 +01004909
4910 if (nid == 0x10) {
4911 if (snd_hda_codec_amp_read(codec, nid, 0, HDA_OUTPUT, 0) &
Christoph Plattnerae6241f2009-03-08 23:19:05 +01004912 HDA_AMP_MUTE)
Takashi Iwai86d190e2009-05-26 15:18:58 +02004913 spec->gpio_data &= ~spec->gpio_led; /* orange */
Takashi Iwaiba84bfc2009-05-30 08:59:03 +02004914 else
4915 spec->gpio_data |= spec->gpio_led; /* white */
Takashi Iwai6fce61a2009-03-10 07:48:57 +01004916
4917 stac_gpio_set(codec, spec->gpio_mask,
4918 spec->gpio_dir,
Christoph Plattnerae6241f2009-03-08 23:19:05 +01004919 spec->gpio_data);
4920 }
4921
4922 return 0;
4923}
4924#endif
4925
Matthew Ranostayc6798d22008-11-18 20:54:17 -05004926static int stac92xx_suspend(struct hda_codec *codec, pm_message_t state)
4927{
4928 struct sigmatel_spec *spec = codec->spec;
Takashi Iwai05ff7e12009-07-22 12:39:24 +02004929 int i;
4930 hda_nid_t nid;
4931
4932 /* reset each pin before powering down DAC/ADC to avoid click noise */
4933 nid = codec->start_nid;
4934 for (i = 0; i < codec->num_nodes; i++, nid++) {
4935 unsigned int wcaps = get_wcaps(codec, nid);
Takashi Iwaia22d5432009-07-27 12:54:26 +02004936 unsigned int wid_type = get_wcaps_type(wcaps);
Takashi Iwai05ff7e12009-07-22 12:39:24 +02004937 if (wid_type == AC_WID_PIN)
4938 snd_hda_codec_read(codec, nid, 0,
4939 AC_VERB_SET_PIN_WIDGET_CONTROL, 0);
4940 }
4941
Matthew Ranostayc6798d22008-11-18 20:54:17 -05004942 if (spec->eapd_mask)
4943 stac_gpio_set(codec, spec->gpio_mask,
4944 spec->gpio_dir, spec->gpio_data &
4945 ~spec->eapd_mask);
4946 return 0;
4947}
Mattff6fdc32005-06-27 15:06:52 +02004948#endif
4949
Matt2f2f4252005-04-13 14:45:30 +02004950static struct hda_codec_ops stac92xx_patch_ops = {
4951 .build_controls = stac92xx_build_controls,
4952 .build_pcms = stac92xx_build_pcms,
4953 .init = stac92xx_init,
4954 .free = stac92xx_free,
Matt4e550962005-07-04 17:51:39 +02004955 .unsol_event = stac92xx_unsol_event,
Takashi Iwaicb53c622007-08-10 17:21:45 +02004956#ifdef SND_HDA_NEEDS_RESUME
Matthew Ranostayc6798d22008-11-18 20:54:17 -05004957 .suspend = stac92xx_suspend,
Mattff6fdc32005-06-27 15:06:52 +02004958 .resume = stac92xx_resume,
4959#endif
Matt2f2f4252005-04-13 14:45:30 +02004960};
4961
4962static int patch_stac9200(struct hda_codec *codec)
4963{
4964 struct sigmatel_spec *spec;
Mattc7d4b2f2005-06-27 14:59:41 +02004965 int err;
Matt2f2f4252005-04-13 14:45:30 +02004966
Takashi Iwaie560d8d2005-09-09 14:21:46 +02004967 spec = kzalloc(sizeof(*spec), GFP_KERNEL);
Matt2f2f4252005-04-13 14:45:30 +02004968 if (spec == NULL)
4969 return -ENOMEM;
4970
4971 codec->spec = spec;
Takashi Iwaia4eed132007-07-06 18:17:04 +02004972 spec->num_pins = ARRAY_SIZE(stac9200_pin_nids);
Richard Fish11b44bb2006-08-23 18:31:34 +02004973 spec->pin_nids = stac9200_pin_nids;
Takashi Iwaif5fcc132006-11-24 17:07:44 +01004974 spec->board_config = snd_hda_check_board_config(codec, STAC_9200_MODELS,
4975 stac9200_models,
4976 stac9200_cfg_tbl);
Takashi Iwai330ee992009-02-20 14:33:36 +01004977 if (spec->board_config < 0)
Takashi Iwai9a11f1a2009-07-28 16:01:20 +02004978 snd_printdd(KERN_INFO "hda_codec: %s: BIOS auto-probing.\n",
4979 codec->chip_name);
Takashi Iwai330ee992009-02-20 14:33:36 +01004980 else
4981 stac92xx_set_config_regs(codec,
Takashi Iwaiaf9f3412008-11-18 10:38:56 +01004982 stac9200_brd_tbl[spec->board_config]);
Matt2f2f4252005-04-13 14:45:30 +02004983
4984 spec->multiout.max_channels = 2;
4985 spec->multiout.num_dacs = 1;
4986 spec->multiout.dac_nids = stac9200_dac_nids;
4987 spec->adc_nids = stac9200_adc_nids;
4988 spec->mux_nids = stac9200_mux_nids;
Mattdabbed62005-06-14 10:19:34 +02004989 spec->num_muxes = 1;
Matt Porter8b657272006-10-26 17:12:59 +02004990 spec->num_dmics = 0;
Maxim Levitsky9e05b7a2007-09-03 15:31:02 +02004991 spec->num_adcs = 1;
Matthew Ranostaya64135a2008-01-10 16:55:06 +01004992 spec->num_pwrs = 0;
Mattc7d4b2f2005-06-27 14:59:41 +02004993
Mauro Carvalho Chehab58eec422008-08-11 10:18:39 +02004994 if (spec->board_config == STAC_9200_M4 ||
4995 spec->board_config == STAC_9200_M4_2 ||
Tobin Davisbf277782008-02-03 20:31:47 +01004996 spec->board_config == STAC_9200_OQO)
Takashi Iwai1194b5b2007-10-10 10:04:26 +02004997 spec->init = stac9200_eapd_init;
4998 else
4999 spec->init = stac9200_core_init;
Matt2f2f4252005-04-13 14:45:30 +02005000 spec->mixer = stac9200_mixer;
Mattc7d4b2f2005-06-27 14:59:41 +02005001
Takashi Iwai117f2572008-03-18 09:53:23 +01005002 if (spec->board_config == STAC_9200_PANASONIC) {
5003 spec->gpio_mask = spec->gpio_dir = 0x09;
5004 spec->gpio_data = 0x00;
5005 }
5006
Mattc7d4b2f2005-06-27 14:59:41 +02005007 err = stac9200_parse_auto_config(codec);
5008 if (err < 0) {
5009 stac92xx_free(codec);
5010 return err;
5011 }
Matt2f2f4252005-04-13 14:45:30 +02005012
Takashi Iwai2acc9dc2009-01-09 16:57:14 +01005013 /* CF-74 has no headphone detection, and the driver should *NOT*
5014 * do detection and HP/speaker toggle because the hardware does it.
5015 */
5016 if (spec->board_config == STAC_9200_PANASONIC)
5017 spec->hp_detect = 0;
5018
Matt2f2f4252005-04-13 14:45:30 +02005019 codec->patch_ops = stac92xx_patch_ops;
5020
5021 return 0;
5022}
5023
Tobin Davis8e21c342007-01-08 11:04:17 +01005024static int patch_stac925x(struct hda_codec *codec)
5025{
5026 struct sigmatel_spec *spec;
5027 int err;
5028
5029 spec = kzalloc(sizeof(*spec), GFP_KERNEL);
5030 if (spec == NULL)
5031 return -ENOMEM;
5032
5033 codec->spec = spec;
Takashi Iwaia4eed132007-07-06 18:17:04 +02005034 spec->num_pins = ARRAY_SIZE(stac925x_pin_nids);
Tobin Davis8e21c342007-01-08 11:04:17 +01005035 spec->pin_nids = stac925x_pin_nids;
Mauro Carvalho Chehab9cb36c22008-08-11 10:18:39 +02005036
5037 /* Check first for codec ID */
5038 spec->board_config = snd_hda_check_board_codec_sid_config(codec,
5039 STAC_925x_MODELS,
5040 stac925x_models,
5041 stac925x_codec_id_cfg_tbl);
5042
5043 /* Now checks for PCI ID, if codec ID is not found */
5044 if (spec->board_config < 0)
5045 spec->board_config = snd_hda_check_board_config(codec,
5046 STAC_925x_MODELS,
Tobin Davis8e21c342007-01-08 11:04:17 +01005047 stac925x_models,
5048 stac925x_cfg_tbl);
Takashi Iwai9e507ab2007-02-08 17:50:10 +01005049 again:
Takashi Iwai330ee992009-02-20 14:33:36 +01005050 if (spec->board_config < 0)
Takashi Iwai9a11f1a2009-07-28 16:01:20 +02005051 snd_printdd(KERN_INFO "hda_codec: %s: BIOS auto-probing.\n",
5052 codec->chip_name);
Takashi Iwai330ee992009-02-20 14:33:36 +01005053 else
5054 stac92xx_set_config_regs(codec,
Takashi Iwaiaf9f3412008-11-18 10:38:56 +01005055 stac925x_brd_tbl[spec->board_config]);
Tobin Davis8e21c342007-01-08 11:04:17 +01005056
5057 spec->multiout.max_channels = 2;
5058 spec->multiout.num_dacs = 1;
5059 spec->multiout.dac_nids = stac925x_dac_nids;
5060 spec->adc_nids = stac925x_adc_nids;
5061 spec->mux_nids = stac925x_mux_nids;
5062 spec->num_muxes = 1;
Maxim Levitsky9e05b7a2007-09-03 15:31:02 +02005063 spec->num_adcs = 1;
Matthew Ranostaya64135a2008-01-10 16:55:06 +01005064 spec->num_pwrs = 0;
Tobin Davis2c11f952007-05-17 09:36:34 +02005065 switch (codec->vendor_id) {
5066 case 0x83847632: /* STAC9202 */
5067 case 0x83847633: /* STAC9202D */
5068 case 0x83847636: /* STAC9251 */
5069 case 0x83847637: /* STAC9251D */
Takashi Iwaif6e98522007-10-16 14:27:04 +02005070 spec->num_dmics = STAC925X_NUM_DMICS;
Tobin Davis2c11f952007-05-17 09:36:34 +02005071 spec->dmic_nids = stac925x_dmic_nids;
Takashi Iwai16970552007-12-18 18:05:52 +01005072 spec->num_dmuxes = ARRAY_SIZE(stac925x_dmux_nids);
5073 spec->dmux_nids = stac925x_dmux_nids;
Tobin Davis2c11f952007-05-17 09:36:34 +02005074 break;
5075 default:
5076 spec->num_dmics = 0;
5077 break;
5078 }
Tobin Davis8e21c342007-01-08 11:04:17 +01005079
5080 spec->init = stac925x_core_init;
5081 spec->mixer = stac925x_mixer;
Takashi Iwai6479c632009-07-28 18:20:25 +02005082 spec->num_caps = 1;
5083 spec->capvols = stac925x_capvols;
5084 spec->capsws = stac925x_capsws;
Tobin Davis8e21c342007-01-08 11:04:17 +01005085
5086 err = stac92xx_parse_auto_config(codec, 0x8, 0x7);
Takashi Iwai9e507ab2007-02-08 17:50:10 +01005087 if (!err) {
5088 if (spec->board_config < 0) {
5089 printk(KERN_WARNING "hda_codec: No auto-config is "
5090 "available, default to model=ref\n");
5091 spec->board_config = STAC_925x_REF;
5092 goto again;
5093 }
5094 err = -EINVAL;
5095 }
Tobin Davis8e21c342007-01-08 11:04:17 +01005096 if (err < 0) {
5097 stac92xx_free(codec);
5098 return err;
5099 }
5100
5101 codec->patch_ops = stac92xx_patch_ops;
5102
5103 return 0;
5104}
5105
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01005106static struct hda_input_mux stac92hd73xx_dmux = {
5107 .num_items = 4,
5108 .items = {
5109 { "Analog Inputs", 0x0b },
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01005110 { "Digital Mic 1", 0x09 },
5111 { "Digital Mic 2", 0x0a },
Matthew Ranostay2a9c7812008-09-13 16:45:39 -04005112 { "CD", 0x08 },
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01005113 }
5114};
5115
5116static int patch_stac92hd73xx(struct hda_codec *codec)
5117{
5118 struct sigmatel_spec *spec;
5119 hda_nid_t conn[STAC92HD73_DAC_COUNT + 2];
5120 int err = 0;
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01005121 int num_dacs;
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01005122
5123 spec = kzalloc(sizeof(*spec), GFP_KERNEL);
5124 if (spec == NULL)
5125 return -ENOMEM;
5126
5127 codec->spec = spec;
Matthew Ranostaye99d32b2008-09-09 10:46:38 +02005128 codec->slave_dig_outs = stac92hd73xx_slave_dig_outs;
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01005129 spec->num_pins = ARRAY_SIZE(stac92hd73xx_pin_nids);
5130 spec->pin_nids = stac92hd73xx_pin_nids;
5131 spec->board_config = snd_hda_check_board_config(codec,
5132 STAC_92HD73XX_MODELS,
5133 stac92hd73xx_models,
5134 stac92hd73xx_cfg_tbl);
5135again:
Takashi Iwai330ee992009-02-20 14:33:36 +01005136 if (spec->board_config < 0)
Takashi Iwai9a11f1a2009-07-28 16:01:20 +02005137 snd_printdd(KERN_INFO "hda_codec: %s: BIOS auto-probing.\n",
5138 codec->chip_name);
Takashi Iwai330ee992009-02-20 14:33:36 +01005139 else
5140 stac92xx_set_config_regs(codec,
Takashi Iwaiaf9f3412008-11-18 10:38:56 +01005141 stac92hd73xx_brd_tbl[spec->board_config]);
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01005142
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01005143 num_dacs = snd_hda_get_connections(codec, 0x0a,
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01005144 conn, STAC92HD73_DAC_COUNT + 2) - 1;
5145
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01005146 if (num_dacs < 3 || num_dacs > 5) {
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01005147 printk(KERN_WARNING "hda_codec: Could not determine "
5148 "number of channels defaulting to DAC count\n");
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01005149 num_dacs = STAC92HD73_DAC_COUNT;
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01005150 }
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01005151 switch (num_dacs) {
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01005152 case 0x3: /* 6 Channel */
5153 spec->mixer = stac92hd73xx_6ch_mixer;
5154 spec->init = stac92hd73xx_6ch_core_init;
Takashi Iwaid78d7a92009-03-02 14:26:25 +01005155 spec->aloopback_ctl = stac92hd73xx_6ch_loopback;
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01005156 break;
5157 case 0x4: /* 8 Channel */
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01005158 spec->mixer = stac92hd73xx_8ch_mixer;
5159 spec->init = stac92hd73xx_8ch_core_init;
Takashi Iwaid78d7a92009-03-02 14:26:25 +01005160 spec->aloopback_ctl = stac92hd73xx_8ch_loopback;
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01005161 break;
5162 case 0x5: /* 10 Channel */
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01005163 spec->mixer = stac92hd73xx_10ch_mixer;
5164 spec->init = stac92hd73xx_10ch_core_init;
Takashi Iwaid78d7a92009-03-02 14:26:25 +01005165 spec->aloopback_ctl = stac92hd73xx_10ch_loopback;
5166 break;
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01005167 }
5168 spec->multiout.dac_nids = spec->dac_nids;
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01005169
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01005170 spec->aloopback_mask = 0x01;
5171 spec->aloopback_shift = 8;
5172
Matthew Ranostay1cd22242008-07-18 18:20:52 +02005173 spec->digbeep_nid = 0x1c;
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01005174 spec->mux_nids = stac92hd73xx_mux_nids;
5175 spec->adc_nids = stac92hd73xx_adc_nids;
5176 spec->dmic_nids = stac92hd73xx_dmic_nids;
5177 spec->dmux_nids = stac92hd73xx_dmux_nids;
Matthew Ranostayd9737752008-09-07 12:03:41 +02005178 spec->smux_nids = stac92hd73xx_smux_nids;
Matthew Ranostay89385032008-09-11 09:49:39 -04005179 spec->amp_nids = stac92hd73xx_amp_nids;
Matthew Ranostay2a9c7812008-09-13 16:45:39 -04005180 spec->num_amps = ARRAY_SIZE(stac92hd73xx_amp_nids);
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01005181
5182 spec->num_muxes = ARRAY_SIZE(stac92hd73xx_mux_nids);
5183 spec->num_adcs = ARRAY_SIZE(stac92hd73xx_adc_nids);
Takashi Iwai16970552007-12-18 18:05:52 +01005184 spec->num_dmuxes = ARRAY_SIZE(stac92hd73xx_dmux_nids);
Matthew Ranostay2a9c7812008-09-13 16:45:39 -04005185 memcpy(&spec->private_dimux, &stac92hd73xx_dmux,
5186 sizeof(stac92hd73xx_dmux));
5187
Takashi Iwai6479c632009-07-28 18:20:25 +02005188 spec->num_caps = STAC92HD73XX_NUM_CAPS;
5189 spec->capvols = stac92hd73xx_capvols;
5190 spec->capsws = stac92hd73xx_capsws;
5191
Matthew Ranostaya7662642008-02-21 07:51:14 +01005192 switch (spec->board_config) {
Matthew Ranostay6b3ab212008-11-03 08:12:43 -05005193 case STAC_DELL_EQ:
Matthew Ranostayd654a662008-03-14 08:46:51 +01005194 spec->init = dell_eq_core_init;
Matthew Ranostay6b3ab212008-11-03 08:12:43 -05005195 /* fallthru */
Takashi Iwai661cd8f2008-11-25 15:18:29 +01005196 case STAC_DELL_M6_AMIC:
5197 case STAC_DELL_M6_DMIC:
5198 case STAC_DELL_M6_BOTH:
Matthew Ranostay2a9c7812008-09-13 16:45:39 -04005199 spec->num_smuxes = 0;
Matthew Ranostay2a9c7812008-09-13 16:45:39 -04005200 spec->mixer = &stac92hd73xx_6ch_mixer[DELL_M6_MIXER];
5201 spec->amp_nids = &stac92hd73xx_amp_nids[DELL_M6_AMP];
Matthew Ranostayc0cea0d2008-11-16 11:42:34 -05005202 spec->eapd_switch = 0;
Matthew Ranostay2a9c7812008-09-13 16:45:39 -04005203 spec->num_amps = 1;
Matthew Ranostay6b3ab212008-11-03 08:12:43 -05005204
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01005205 if (spec->board_config != STAC_DELL_EQ)
Matthew Ranostay6b3ab212008-11-03 08:12:43 -05005206 spec->init = dell_m6_core_init;
Takashi Iwai661cd8f2008-11-25 15:18:29 +01005207 switch (spec->board_config) {
5208 case STAC_DELL_M6_AMIC: /* Analog Mics */
Takashi Iwai330ee992009-02-20 14:33:36 +01005209 snd_hda_codec_set_pincfg(codec, 0x0b, 0x90A70170);
Matthew Ranostaya7662642008-02-21 07:51:14 +01005210 spec->num_dmics = 0;
Matthew Ranostay2a9c7812008-09-13 16:45:39 -04005211 spec->private_dimux.num_items = 1;
Matthew Ranostaya7662642008-02-21 07:51:14 +01005212 break;
Takashi Iwai661cd8f2008-11-25 15:18:29 +01005213 case STAC_DELL_M6_DMIC: /* Digital Mics */
Takashi Iwai330ee992009-02-20 14:33:36 +01005214 snd_hda_codec_set_pincfg(codec, 0x13, 0x90A60160);
Matthew Ranostaya7662642008-02-21 07:51:14 +01005215 spec->num_dmics = 1;
Matthew Ranostay2a9c7812008-09-13 16:45:39 -04005216 spec->private_dimux.num_items = 2;
Matthew Ranostaya7662642008-02-21 07:51:14 +01005217 break;
Takashi Iwai661cd8f2008-11-25 15:18:29 +01005218 case STAC_DELL_M6_BOTH: /* Both */
Takashi Iwai330ee992009-02-20 14:33:36 +01005219 snd_hda_codec_set_pincfg(codec, 0x0b, 0x90A70170);
5220 snd_hda_codec_set_pincfg(codec, 0x13, 0x90A60160);
Matthew Ranostaya7662642008-02-21 07:51:14 +01005221 spec->num_dmics = 1;
Matthew Ranostay2a9c7812008-09-13 16:45:39 -04005222 spec->private_dimux.num_items = 2;
Matthew Ranostaya7662642008-02-21 07:51:14 +01005223 break;
5224 }
5225 break;
5226 default:
5227 spec->num_dmics = STAC92HD73XX_NUM_DMICS;
Matthew Ranostay2a9c7812008-09-13 16:45:39 -04005228 spec->num_smuxes = ARRAY_SIZE(stac92hd73xx_smux_nids);
Matthew Ranostayc0cea0d2008-11-16 11:42:34 -05005229 spec->eapd_switch = 1;
Matthew Ranostaya7662642008-02-21 07:51:14 +01005230 }
Matthew Ranostayb2c4f4d2008-09-26 10:06:40 -04005231 if (spec->board_config > STAC_92HD73XX_REF) {
5232 /* GPIO0 High = Enable EAPD */
5233 spec->eapd_mask = spec->gpio_mask = spec->gpio_dir = 0x1;
5234 spec->gpio_data = 0x01;
5235 }
Matthew Ranostay2a9c7812008-09-13 16:45:39 -04005236 spec->dinput_mux = &spec->private_dimux;
Matthew Ranostaya7662642008-02-21 07:51:14 +01005237
Matthew Ranostaya64135a2008-01-10 16:55:06 +01005238 spec->num_pwrs = ARRAY_SIZE(stac92hd73xx_pwr_nids);
5239 spec->pwr_nids = stac92hd73xx_pwr_nids;
5240
Matthew Ranostayd9737752008-09-07 12:03:41 +02005241 err = stac92xx_parse_auto_config(codec, 0x25, 0x27);
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01005242
5243 if (!err) {
5244 if (spec->board_config < 0) {
5245 printk(KERN_WARNING "hda_codec: No auto-config is "
5246 "available, default to model=ref\n");
5247 spec->board_config = STAC_92HD73XX_REF;
5248 goto again;
5249 }
5250 err = -EINVAL;
5251 }
5252
5253 if (err < 0) {
5254 stac92xx_free(codec);
5255 return err;
5256 }
5257
Takashi Iwai9e43f0d2008-12-17 14:51:01 +01005258 if (spec->board_config == STAC_92HD73XX_NO_JD)
5259 spec->hp_detect = 0;
5260
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01005261 codec->patch_ops = stac92xx_patch_ops;
5262
Takashi Iwai2d34e1b2008-11-28 14:35:16 +01005263 codec->proc_widget_hook = stac92hd7x_proc_hook;
5264
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01005265 return 0;
5266}
5267
Matthew Ranostayd0513fc2008-07-27 10:30:30 +02005268static struct hda_input_mux stac92hd83xxx_dmux = {
5269 .num_items = 3,
5270 .items = {
5271 { "Analog Inputs", 0x03 },
5272 { "Digital Mic 1", 0x04 },
5273 { "Digital Mic 2", 0x05 },
5274 }
5275};
5276
5277static int patch_stac92hd83xxx(struct hda_codec *codec)
5278{
5279 struct sigmatel_spec *spec;
Matthew Ranostay65557f32009-01-20 16:50:25 -05005280 hda_nid_t conn[STAC92HD83_DAC_COUNT + 1];
Matthew Ranostayd0513fc2008-07-27 10:30:30 +02005281 int err;
Matthew Ranostay65557f32009-01-20 16:50:25 -05005282 int num_dacs;
Matthew Ranostay8bb0ac52009-02-12 16:50:01 -05005283 hda_nid_t nid;
Matthew Ranostayd0513fc2008-07-27 10:30:30 +02005284
5285 spec = kzalloc(sizeof(*spec), GFP_KERNEL);
5286 if (spec == NULL)
5287 return -ENOMEM;
5288
5289 codec->spec = spec;
Matthew Ranostay0ffa9802008-09-08 11:20:05 -04005290 codec->slave_dig_outs = stac92hd83xxx_slave_dig_outs;
Matthew Ranostayd0513fc2008-07-27 10:30:30 +02005291 spec->mono_nid = 0x19;
5292 spec->digbeep_nid = 0x21;
5293 spec->dmic_nids = stac92hd83xxx_dmic_nids;
5294 spec->dmux_nids = stac92hd83xxx_dmux_nids;
5295 spec->adc_nids = stac92hd83xxx_adc_nids;
5296 spec->pwr_nids = stac92hd83xxx_pwr_nids;
Matthew Ranostayc15c5062009-01-13 13:30:07 -05005297 spec->amp_nids = stac92hd83xxx_amp_nids;
Matthew Ranostayd0513fc2008-07-27 10:30:30 +02005298 spec->pwr_mapping = stac92hd83xxx_pwr_mapping;
5299 spec->num_pwrs = ARRAY_SIZE(stac92hd83xxx_pwr_nids);
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01005300 spec->multiout.dac_nids = spec->dac_nids;
Matthew Ranostayd0513fc2008-07-27 10:30:30 +02005301
5302 spec->init = stac92hd83xxx_core_init;
Matthew Ranostayd0513fc2008-07-27 10:30:30 +02005303 spec->mixer = stac92hd83xxx_mixer;
5304 spec->num_pins = ARRAY_SIZE(stac92hd83xxx_pin_nids);
5305 spec->num_dmuxes = ARRAY_SIZE(stac92hd83xxx_dmux_nids);
5306 spec->num_adcs = ARRAY_SIZE(stac92hd83xxx_adc_nids);
Matthew Ranostayc15c5062009-01-13 13:30:07 -05005307 spec->num_amps = ARRAY_SIZE(stac92hd83xxx_amp_nids);
Matthew Ranostayd0513fc2008-07-27 10:30:30 +02005308 spec->num_dmics = STAC92HD83XXX_NUM_DMICS;
5309 spec->dinput_mux = &stac92hd83xxx_dmux;
5310 spec->pin_nids = stac92hd83xxx_pin_nids;
Takashi Iwai6479c632009-07-28 18:20:25 +02005311 spec->num_caps = STAC92HD83XXX_NUM_CAPS;
5312 spec->capvols = stac92hd83xxx_capvols;
5313 spec->capsws = stac92hd83xxx_capsws;
5314
Matthew Ranostayd0513fc2008-07-27 10:30:30 +02005315 spec->board_config = snd_hda_check_board_config(codec,
5316 STAC_92HD83XXX_MODELS,
5317 stac92hd83xxx_models,
5318 stac92hd83xxx_cfg_tbl);
5319again:
Takashi Iwai330ee992009-02-20 14:33:36 +01005320 if (spec->board_config < 0)
Takashi Iwai9a11f1a2009-07-28 16:01:20 +02005321 snd_printdd(KERN_INFO "hda_codec: %s: BIOS auto-probing.\n",
5322 codec->chip_name);
Takashi Iwai330ee992009-02-20 14:33:36 +01005323 else
5324 stac92xx_set_config_regs(codec,
Takashi Iwaiaf9f3412008-11-18 10:38:56 +01005325 stac92hd83xxx_brd_tbl[spec->board_config]);
Matthew Ranostayd0513fc2008-07-27 10:30:30 +02005326
Matthew Ranostay32ed3f42009-01-22 20:53:29 -05005327 switch (codec->vendor_id) {
5328 case 0x111d7604:
5329 case 0x111d7605:
Matthew Ranostayff2e7332009-04-01 14:49:48 -04005330 case 0x111d76d5:
Matthew Ranostay32ed3f42009-01-22 20:53:29 -05005331 if (spec->board_config == STAC_92HD83XXX_PWR_REF)
5332 break;
5333 spec->num_pwrs = 0;
5334 break;
5335 }
5336
Matthew Ranostayd0513fc2008-07-27 10:30:30 +02005337 err = stac92xx_parse_auto_config(codec, 0x1d, 0);
5338 if (!err) {
5339 if (spec->board_config < 0) {
5340 printk(KERN_WARNING "hda_codec: No auto-config is "
5341 "available, default to model=ref\n");
5342 spec->board_config = STAC_92HD83XXX_REF;
5343 goto again;
5344 }
5345 err = -EINVAL;
5346 }
5347
5348 if (err < 0) {
5349 stac92xx_free(codec);
5350 return err;
5351 }
5352
Matthew Ranostay8bb0ac52009-02-12 16:50:01 -05005353 switch (spec->board_config) {
5354 case STAC_DELL_S14:
5355 nid = 0xf;
5356 break;
5357 default:
5358 nid = 0xe;
5359 break;
5360 }
5361
5362 num_dacs = snd_hda_get_connections(codec, nid,
5363 conn, STAC92HD83_DAC_COUNT + 1) - 1;
Jaroslav Kysela16a433d2009-07-22 16:20:40 +02005364 if (num_dacs < 0)
5365 num_dacs = STAC92HD83_DAC_COUNT;
Matthew Ranostay8bb0ac52009-02-12 16:50:01 -05005366
5367 /* set port X to select the last DAC
5368 */
5369 snd_hda_codec_write_cache(codec, nid, 0,
5370 AC_VERB_SET_CONNECT_SEL, num_dacs);
5371
Matthew Ranostayd0513fc2008-07-27 10:30:30 +02005372 codec->patch_ops = stac92xx_patch_ops;
5373
Takashi Iwai2d34e1b2008-11-28 14:35:16 +01005374 codec->proc_widget_hook = stac92hd_proc_hook;
5375
Matthew Ranostayd0513fc2008-07-27 10:30:30 +02005376 return 0;
5377}
5378
Herton Ronaldo Krzesinski6df703a2009-02-04 11:34:22 -05005379static struct hda_input_mux stac92hd71bxx_dmux_nomixer = {
5380 .num_items = 3,
5381 .items = {
5382 { "Analog Inputs", 0x00 },
5383 { "Digital Mic 1", 0x02 },
5384 { "Digital Mic 2", 0x03 },
5385 }
5386};
5387
5388static struct hda_input_mux stac92hd71bxx_dmux_amixer = {
Matthew Ranostay4b33c762008-10-10 09:07:23 -04005389 .num_items = 4,
5390 .items = {
5391 { "Analog Inputs", 0x00 },
5392 { "Mixer", 0x01 },
5393 { "Digital Mic 1", 0x02 },
5394 { "Digital Mic 2", 0x03 },
5395 }
5396};
5397
Takashi Iwai330ee992009-02-20 14:33:36 +01005398/* get the pin connection (fixed, none, etc) */
5399static unsigned int stac_get_defcfg_connect(struct hda_codec *codec, int idx)
5400{
5401 struct sigmatel_spec *spec = codec->spec;
5402 unsigned int cfg;
5403
5404 cfg = snd_hda_codec_get_pincfg(codec, spec->pin_nids[idx]);
5405 return get_defcfg_connect(cfg);
5406}
5407
Herton Ronaldo Krzesinski6df703a2009-02-04 11:34:22 -05005408static int stac92hd71bxx_connected_ports(struct hda_codec *codec,
5409 hda_nid_t *nids, int num_nids)
5410{
5411 struct sigmatel_spec *spec = codec->spec;
5412 int idx, num;
5413 unsigned int def_conf;
5414
5415 for (num = 0; num < num_nids; num++) {
5416 for (idx = 0; idx < spec->num_pins; idx++)
5417 if (spec->pin_nids[idx] == nids[num])
5418 break;
5419 if (idx >= spec->num_pins)
5420 break;
Takashi Iwai330ee992009-02-20 14:33:36 +01005421 def_conf = stac_get_defcfg_connect(codec, idx);
Herton Ronaldo Krzesinski6df703a2009-02-04 11:34:22 -05005422 if (def_conf == AC_JACK_PORT_NONE)
5423 break;
5424 }
5425 return num;
5426}
5427
5428static int stac92hd71bxx_connected_smuxes(struct hda_codec *codec,
5429 hda_nid_t dig0pin)
5430{
5431 struct sigmatel_spec *spec = codec->spec;
5432 int idx;
5433
5434 for (idx = 0; idx < spec->num_pins; idx++)
5435 if (spec->pin_nids[idx] == dig0pin)
5436 break;
5437 if ((idx + 2) >= spec->num_pins)
5438 return 0;
5439
5440 /* dig1pin case */
Takashi Iwai330ee992009-02-20 14:33:36 +01005441 if (stac_get_defcfg_connect(codec, idx + 1) != AC_JACK_PORT_NONE)
Herton Ronaldo Krzesinski6df703a2009-02-04 11:34:22 -05005442 return 2;
5443
5444 /* dig0pin + dig2pin case */
Takashi Iwai330ee992009-02-20 14:33:36 +01005445 if (stac_get_defcfg_connect(codec, idx + 2) != AC_JACK_PORT_NONE)
Herton Ronaldo Krzesinski6df703a2009-02-04 11:34:22 -05005446 return 2;
Takashi Iwai330ee992009-02-20 14:33:36 +01005447 if (stac_get_defcfg_connect(codec, idx) != AC_JACK_PORT_NONE)
Herton Ronaldo Krzesinski6df703a2009-02-04 11:34:22 -05005448 return 1;
5449 else
5450 return 0;
5451}
5452
Matthew Ranostaye035b842007-11-06 11:53:55 +01005453static int patch_stac92hd71bxx(struct hda_codec *codec)
5454{
5455 struct sigmatel_spec *spec;
Matthew Ranostayca8d33f2009-01-26 09:33:52 -05005456 struct hda_verb *unmute_init = stac92hd71bxx_unmute_core_init;
Matthew Ranostaye035b842007-11-06 11:53:55 +01005457 int err = 0;
Herton Ronaldo Krzesinski6df703a2009-02-04 11:34:22 -05005458 unsigned int ndmic_nids = 0;
Matthew Ranostaye035b842007-11-06 11:53:55 +01005459
5460 spec = kzalloc(sizeof(*spec), GFP_KERNEL);
5461 if (spec == NULL)
5462 return -ENOMEM;
5463
5464 codec->spec = spec;
Matthew Ranostay8daaaa92008-08-15 07:45:52 +02005465 codec->patch_ops = stac92xx_patch_ops;
Herton Ronaldo Krzesinski616f89e2009-02-04 11:23:19 -05005466 spec->num_pins = STAC92HD71BXX_NUM_PINS;
5467 switch (codec->vendor_id) {
5468 case 0x111d76b6:
5469 case 0x111d76b7:
5470 spec->pin_nids = stac92hd71bxx_pin_nids_4port;
5471 break;
5472 case 0x111d7603:
5473 case 0x111d7608:
5474 /* On 92HD75Bx 0x27 isn't a pin nid */
5475 spec->num_pins--;
5476 /* fallthrough */
5477 default:
5478 spec->pin_nids = stac92hd71bxx_pin_nids_6port;
5479 }
Matthew Ranostayaafc4412008-06-13 18:04:33 +02005480 spec->num_pwrs = ARRAY_SIZE(stac92hd71bxx_pwr_nids);
Matthew Ranostaye035b842007-11-06 11:53:55 +01005481 spec->board_config = snd_hda_check_board_config(codec,
5482 STAC_92HD71BXX_MODELS,
5483 stac92hd71bxx_models,
5484 stac92hd71bxx_cfg_tbl);
5485again:
Takashi Iwai330ee992009-02-20 14:33:36 +01005486 if (spec->board_config < 0)
Takashi Iwai9a11f1a2009-07-28 16:01:20 +02005487 snd_printdd(KERN_INFO "hda_codec: %s: BIOS auto-probing.\n",
5488 codec->chip_name);
Takashi Iwai330ee992009-02-20 14:33:36 +01005489 else
5490 stac92xx_set_config_regs(codec,
Takashi Iwaiaf9f3412008-11-18 10:38:56 +01005491 stac92hd71bxx_brd_tbl[spec->board_config]);
Matthew Ranostaye035b842007-11-06 11:53:55 +01005492
Takashi Iwai41c3b642008-11-18 10:45:15 +01005493 if (spec->board_config > STAC_92HD71BXX_REF) {
5494 /* GPIO0 = EAPD */
5495 spec->gpio_mask = 0x01;
5496 spec->gpio_dir = 0x01;
5497 spec->gpio_data = 0x01;
5498 }
5499
Herton Ronaldo Krzesinski6df703a2009-02-04 11:34:22 -05005500 spec->dmic_nids = stac92hd71bxx_dmic_nids;
5501 spec->dmux_nids = stac92hd71bxx_dmux_nids;
5502
Takashi Iwai6479c632009-07-28 18:20:25 +02005503 spec->num_caps = STAC92HD71BXX_NUM_CAPS;
5504 spec->capvols = stac92hd71bxx_capvols;
5505 spec->capsws = stac92hd71bxx_capsws;
5506
Matthew Ranostay541eee82007-12-14 12:08:04 +01005507 switch (codec->vendor_id) {
5508 case 0x111d76b6: /* 4 Port without Analog Mixer */
5509 case 0x111d76b7:
Herton Ronaldo Krzesinski23c7b522009-02-08 19:51:28 -02005510 unmute_init++;
5511 /* fallthru */
Matthew Ranostay541eee82007-12-14 12:08:04 +01005512 case 0x111d76b4: /* 6 Port without Analog Mixer */
5513 case 0x111d76b5:
Herton Ronaldo Krzesinski6df703a2009-02-04 11:34:22 -05005514 memcpy(&spec->private_dimux, &stac92hd71bxx_dmux_nomixer,
5515 sizeof(stac92hd71bxx_dmux_nomixer));
Matthew Ranostay541eee82007-12-14 12:08:04 +01005516 spec->init = stac92hd71bxx_core_init;
Matthew Ranostay0ffa9802008-09-08 11:20:05 -04005517 codec->slave_dig_outs = stac92hd71bxx_slave_dig_outs;
Herton Ronaldo Krzesinski6df703a2009-02-04 11:34:22 -05005518 spec->num_dmics = stac92hd71bxx_connected_ports(codec,
5519 stac92hd71bxx_dmic_nids,
5520 STAC92HD71BXX_NUM_DMICS);
5521 if (spec->num_dmics) {
5522 spec->num_dmuxes = ARRAY_SIZE(stac92hd71bxx_dmux_nids);
5523 spec->dinput_mux = &spec->private_dimux;
5524 ndmic_nids = ARRAY_SIZE(stac92hd71bxx_dmic_nids) - 1;
5525 }
Matthew Ranostay541eee82007-12-14 12:08:04 +01005526 break;
Matthew Ranostayaafc4412008-06-13 18:04:33 +02005527 case 0x111d7608: /* 5 Port with Analog Mixer */
Herton Ronaldo Krzesinski6df703a2009-02-04 11:34:22 -05005528 spec->private_dimux.num_items--;
Takashi Iwai8e5f2622008-11-15 19:28:54 +01005529 switch (spec->board_config) {
5530 case STAC_HP_M4:
Matthew Ranostay72474be2008-10-09 09:32:17 -04005531 /* Enable VREF power saving on GPIO1 detect */
Takashi Iwaic6e4c662008-11-25 11:58:19 +01005532 err = stac_add_event(spec, codec->afg,
5533 STAC_VREF_EVENT, 0x02);
5534 if (err < 0)
5535 return err;
Takashi Iwaic5d08bb2008-11-18 10:55:36 +01005536 snd_hda_codec_write_cache(codec, codec->afg, 0,
Matthew Ranostay72474be2008-10-09 09:32:17 -04005537 AC_VERB_SET_GPIO_UNSOLICITED_RSP_MASK, 0x02);
5538 snd_hda_codec_write_cache(codec, codec->afg, 0,
Matthew Ranostay74aeaab2008-10-25 01:06:04 -04005539 AC_VERB_SET_UNSOLICITED_ENABLE,
Takashi Iwaic6e4c662008-11-25 11:58:19 +01005540 AC_USRSP_EN | err);
Matthew Ranostay72474be2008-10-09 09:32:17 -04005541 spec->gpio_mask |= 0x02;
5542 break;
5543 }
Matthew Ranostay8daaaa92008-08-15 07:45:52 +02005544 if ((codec->revision_id & 0xf) == 0 ||
Takashi Iwai8c2f7672008-12-01 11:54:35 +01005545 (codec->revision_id & 0xf) == 1)
Matthew Ranostay8daaaa92008-08-15 07:45:52 +02005546 spec->stream_delay = 40; /* 40 milliseconds */
Matthew Ranostay8daaaa92008-08-15 07:45:52 +02005547
Matthew Ranostayaafc4412008-06-13 18:04:33 +02005548 /* no output amps */
5549 spec->num_pwrs = 0;
Takashi Iwai71443b02009-07-29 18:41:29 +02005550 if (snd_hda_get_bool_hint(codec, "analog_mixer") == 1) {
Takashi Iwai50c62f02009-07-28 18:25:29 +02005551 spec->mixer = stac92hd71bxx_analog_mixer;
Takashi Iwai71443b02009-07-29 18:41:29 +02005552 memcpy(&spec->private_dimux, &stac92hd71bxx_dmux_amixer,
5553 sizeof(stac92hd71bxx_dmux_amixer));
5554 } else {
5555 memcpy(&spec->private_dimux,
5556 &stac92hd71bxx_dmux_nomixer,
5557 sizeof(stac92hd71bxx_dmux_nomixer));
5558 }
Matthew Ranostayaafc4412008-06-13 18:04:33 +02005559 /* disable VSW */
Takashi Iwai26a27982009-07-29 16:28:09 +02005560 spec->init = stac92hd71bxx_core_init;
Matthew Ranostayca8d33f2009-01-26 09:33:52 -05005561 unmute_init++;
Takashi Iwai330ee992009-02-20 14:33:36 +01005562 snd_hda_codec_set_pincfg(codec, 0x0f, 0x40f000f0);
5563 snd_hda_codec_set_pincfg(codec, 0x19, 0x40f000f3);
Herton Ronaldo Krzesinski6df703a2009-02-04 11:34:22 -05005564 stac92hd71bxx_dmic_nids[STAC92HD71BXX_NUM_DMICS - 1] = 0;
5565 spec->num_dmics = stac92hd71bxx_connected_ports(codec,
5566 stac92hd71bxx_dmic_nids,
5567 STAC92HD71BXX_NUM_DMICS - 1);
Takashi Iwai44179322009-07-28 17:03:49 +02005568 if (spec->num_dmics) {
5569 spec->num_dmuxes = ARRAY_SIZE(stac92hd71bxx_dmux_nids);
5570 spec->dinput_mux = &spec->private_dimux;
5571 ndmic_nids = ARRAY_SIZE(stac92hd71bxx_dmic_nids) - 2;
5572 }
Matthew Ranostayaafc4412008-06-13 18:04:33 +02005573 break;
5574 case 0x111d7603: /* 6 Port with Analog Mixer */
Takashi Iwai8c2f7672008-12-01 11:54:35 +01005575 if ((codec->revision_id & 0xf) == 1)
Matthew Ranostay8daaaa92008-08-15 07:45:52 +02005576 spec->stream_delay = 40; /* 40 milliseconds */
Matthew Ranostay8daaaa92008-08-15 07:45:52 +02005577
Matthew Ranostayaafc4412008-06-13 18:04:33 +02005578 /* no output amps */
5579 spec->num_pwrs = 0;
5580 /* fallthru */
Matthew Ranostay541eee82007-12-14 12:08:04 +01005581 default:
Takashi Iwai71443b02009-07-29 18:41:29 +02005582 if (snd_hda_get_bool_hint(codec, "analog_mixer") == 1) {
Takashi Iwai50c62f02009-07-28 18:25:29 +02005583 spec->mixer = stac92hd71bxx_analog_mixer;
Takashi Iwai71443b02009-07-29 18:41:29 +02005584 memcpy(&spec->private_dimux, &stac92hd71bxx_dmux_amixer,
5585 sizeof(stac92hd71bxx_dmux_amixer));
5586 } else {
5587 memcpy(&spec->private_dimux,
5588 &stac92hd71bxx_dmux_nomixer,
5589 sizeof(stac92hd71bxx_dmux_nomixer));
5590 }
Takashi Iwai26a27982009-07-29 16:28:09 +02005591 spec->init = stac92hd71bxx_core_init;
Matthew Ranostay0ffa9802008-09-08 11:20:05 -04005592 codec->slave_dig_outs = stac92hd71bxx_slave_dig_outs;
Herton Ronaldo Krzesinski6df703a2009-02-04 11:34:22 -05005593 spec->num_dmics = stac92hd71bxx_connected_ports(codec,
5594 stac92hd71bxx_dmic_nids,
5595 STAC92HD71BXX_NUM_DMICS);
Takashi Iwai44179322009-07-28 17:03:49 +02005596 if (spec->num_dmics) {
5597 spec->num_dmuxes = ARRAY_SIZE(stac92hd71bxx_dmux_nids);
5598 spec->dinput_mux = &spec->private_dimux;
5599 ndmic_nids = ARRAY_SIZE(stac92hd71bxx_dmic_nids) - 1;
5600 }
Matthew Ranostay541eee82007-12-14 12:08:04 +01005601 }
5602
Matthew Ranostayca8d33f2009-01-26 09:33:52 -05005603 if (get_wcaps(codec, 0xa) & AC_WCAP_IN_AMP)
5604 snd_hda_sequence_write_cache(codec, unmute_init);
5605
Takashi Iwaib20f3b82009-06-02 01:20:22 +02005606 /* Some HP machines seem to have unstable codec communications
5607 * especially with ATI fglrx driver. For recovering from the
5608 * CORB/RIRB stall, allow the BUS reset and keep always sync
5609 */
5610 if (spec->board_config == STAC_HP_DV5) {
5611 codec->bus->sync_write = 1;
5612 codec->bus->allow_bus_reset = 1;
5613 }
5614
Takashi Iwaid78d7a92009-03-02 14:26:25 +01005615 spec->aloopback_ctl = stac92hd71bxx_loopback;
Matthew Ranostay4b33c762008-10-10 09:07:23 -04005616 spec->aloopback_mask = 0x50;
Matthew Ranostay541eee82007-12-14 12:08:04 +01005617 spec->aloopback_shift = 0;
5618
Matthew Ranostay8daaaa92008-08-15 07:45:52 +02005619 spec->powerdown_adcs = 1;
Matthew Ranostay1cd22242008-07-18 18:20:52 +02005620 spec->digbeep_nid = 0x26;
Matthew Ranostaye035b842007-11-06 11:53:55 +01005621 spec->mux_nids = stac92hd71bxx_mux_nids;
5622 spec->adc_nids = stac92hd71bxx_adc_nids;
Matthew Ranostayd9737752008-09-07 12:03:41 +02005623 spec->smux_nids = stac92hd71bxx_smux_nids;
Matthew Ranostayaafc4412008-06-13 18:04:33 +02005624 spec->pwr_nids = stac92hd71bxx_pwr_nids;
Matthew Ranostaye035b842007-11-06 11:53:55 +01005625
5626 spec->num_muxes = ARRAY_SIZE(stac92hd71bxx_mux_nids);
5627 spec->num_adcs = ARRAY_SIZE(stac92hd71bxx_adc_nids);
Herton Ronaldo Krzesinski6df703a2009-02-04 11:34:22 -05005628 spec->num_smuxes = stac92hd71bxx_connected_smuxes(codec, 0x1e);
Matthew Ranostaye035b842007-11-06 11:53:55 +01005629
Matthew Ranostay6a14f582008-09-12 12:02:30 -04005630 switch (spec->board_config) {
5631 case STAC_HP_M4:
Matthew Ranostay6a14f582008-09-12 12:02:30 -04005632 /* enable internal microphone */
Takashi Iwai330ee992009-02-20 14:33:36 +01005633 snd_hda_codec_set_pincfg(codec, 0x0e, 0x01813040);
Matthew Ranostayb9aea712008-10-09 08:37:28 -04005634 stac92xx_auto_set_pinctl(codec, 0x0e,
5635 AC_PINCTL_IN_EN | AC_PINCTL_VREF_80);
Matthew Ranostay3a7abfd2008-11-20 21:21:43 -05005636 /* fallthru */
5637 case STAC_DELL_M4_2:
5638 spec->num_dmics = 0;
5639 spec->num_smuxes = 0;
5640 spec->num_dmuxes = 0;
5641 break;
5642 case STAC_DELL_M4_1:
5643 case STAC_DELL_M4_3:
5644 spec->num_dmics = 1;
5645 spec->num_smuxes = 0;
Takashi Iwaiea18aa42009-02-27 17:36:33 +01005646 spec->num_dmuxes = 1;
Matthew Ranostay6a14f582008-09-12 12:02:30 -04005647 break;
James Gardiner514bf542009-05-03 04:00:44 -04005648 case STAC_HP_DV4_1222NR:
5649 spec->num_dmics = 1;
5650 /* I don't know if it needs 1 or 2 smuxes - will wait for
5651 * bug reports to fix if needed
5652 */
5653 spec->num_smuxes = 1;
5654 spec->num_dmuxes = 1;
Takashi Iwai86d190e2009-05-26 15:18:58 +02005655 spec->gpio_led = 0x01;
James Gardiner514bf542009-05-03 04:00:44 -04005656 /* fallthrough */
Herton Ronaldo Krzesinskie2ea57a2009-02-16 10:23:00 +01005657 case STAC_HP_DV5:
Takashi Iwai330ee992009-02-20 14:33:36 +01005658 snd_hda_codec_set_pincfg(codec, 0x0d, 0x90170010);
Herton Ronaldo Krzesinskie2ea57a2009-02-16 10:23:00 +01005659 stac92xx_auto_set_pinctl(codec, 0x0d, AC_PINCTL_OUT_EN);
5660 break;
Christoph Plattnerae6241f2009-03-08 23:19:05 +01005661 case STAC_HP_HDX:
5662 spec->num_dmics = 1;
5663 spec->num_dmuxes = 1;
5664 spec->num_smuxes = 1;
Christoph Plattner443e26d2009-03-10 00:05:56 +01005665 /* orange/white mute led on GPIO3, orange=0, white=1 */
Takashi Iwai86d190e2009-05-26 15:18:58 +02005666 spec->gpio_led = 0x08;
5667 break;
5668 }
Christoph Plattner443e26d2009-03-10 00:05:56 +01005669
Takashi Iwai86d190e2009-05-26 15:18:58 +02005670#ifdef CONFIG_SND_HDA_POWER_SAVE
5671 if (spec->gpio_led) {
5672 spec->gpio_mask |= spec->gpio_led;
5673 spec->gpio_dir |= spec->gpio_led;
5674 spec->gpio_data |= spec->gpio_led;
Christoph Plattner443e26d2009-03-10 00:05:56 +01005675 /* register check_power_status callback. */
Takashi Iwai6fce61a2009-03-10 07:48:57 +01005676 codec->patch_ops.check_power_status =
Takashi Iwai86d190e2009-05-26 15:18:58 +02005677 stac92xx_hp_check_power_status;
5678 }
Christoph Plattner443e26d2009-03-10 00:05:56 +01005679#endif
Matthew Ranostay6a14f582008-09-12 12:02:30 -04005680
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01005681 spec->multiout.dac_nids = spec->dac_nids;
Matthew Ranostay4b33c762008-10-10 09:07:23 -04005682 if (spec->dinput_mux)
Herton Ronaldo Krzesinski6df703a2009-02-04 11:34:22 -05005683 spec->private_dimux.num_items += spec->num_dmics - ndmic_nids;
Matthew Ranostaye035b842007-11-06 11:53:55 +01005684
Herton Ronaldo Krzesinski29d4ab42009-02-04 11:37:27 -05005685 err = stac92xx_parse_auto_config(codec, 0x21, 0);
Matthew Ranostaye035b842007-11-06 11:53:55 +01005686 if (!err) {
5687 if (spec->board_config < 0) {
5688 printk(KERN_WARNING "hda_codec: No auto-config is "
5689 "available, default to model=ref\n");
5690 spec->board_config = STAC_92HD71BXX_REF;
5691 goto again;
5692 }
5693 err = -EINVAL;
5694 }
5695
5696 if (err < 0) {
5697 stac92xx_free(codec);
5698 return err;
5699 }
5700
Takashi Iwai2d34e1b2008-11-28 14:35:16 +01005701 codec->proc_widget_hook = stac92hd7x_proc_hook;
5702
Matthew Ranostaye035b842007-11-06 11:53:55 +01005703 return 0;
Takashi Iwai86d190e2009-05-26 15:18:58 +02005704}
Matthew Ranostaye035b842007-11-06 11:53:55 +01005705
Matt2f2f4252005-04-13 14:45:30 +02005706static int patch_stac922x(struct hda_codec *codec)
5707{
5708 struct sigmatel_spec *spec;
Mattc7d4b2f2005-06-27 14:59:41 +02005709 int err;
Matt2f2f4252005-04-13 14:45:30 +02005710
Takashi Iwaie560d8d2005-09-09 14:21:46 +02005711 spec = kzalloc(sizeof(*spec), GFP_KERNEL);
Matt2f2f4252005-04-13 14:45:30 +02005712 if (spec == NULL)
5713 return -ENOMEM;
5714
5715 codec->spec = spec;
Takashi Iwaia4eed132007-07-06 18:17:04 +02005716 spec->num_pins = ARRAY_SIZE(stac922x_pin_nids);
Richard Fish11b44bb2006-08-23 18:31:34 +02005717 spec->pin_nids = stac922x_pin_nids;
Takashi Iwaif5fcc132006-11-24 17:07:44 +01005718 spec->board_config = snd_hda_check_board_config(codec, STAC_922X_MODELS,
5719 stac922x_models,
5720 stac922x_cfg_tbl);
Nicolas Boichat536319a2008-07-21 22:18:01 +08005721 if (spec->board_config == STAC_INTEL_MAC_AUTO) {
Matthew Ranostay4fe51952008-01-29 15:28:44 +01005722 spec->gpio_mask = spec->gpio_dir = 0x03;
5723 spec->gpio_data = 0x03;
Takashi Iwai3fc24d82007-02-16 13:27:18 +01005724 /* Intel Macs have all same PCI SSID, so we need to check
5725 * codec SSID to distinguish the exact models
5726 */
Nicolas Boichat6f0778d2007-03-15 12:38:15 +01005727 printk(KERN_INFO "hda_codec: STAC922x, Apple subsys_id=%x\n", codec->subsystem_id);
Takashi Iwai3fc24d82007-02-16 13:27:18 +01005728 switch (codec->subsystem_id) {
Ivan N. Zlatev5d5d3bc2007-05-29 16:03:00 +02005729
5730 case 0x106b0800:
5731 spec->board_config = STAC_INTEL_MAC_V1;
Abhijit Bhopatkarc45e20e2007-04-17 11:57:16 +02005732 break;
Ivan N. Zlatev5d5d3bc2007-05-29 16:03:00 +02005733 case 0x106b0600:
5734 case 0x106b0700:
5735 spec->board_config = STAC_INTEL_MAC_V2;
Nicolas Boichat6f0778d2007-03-15 12:38:15 +01005736 break;
Ivan N. Zlatev5d5d3bc2007-05-29 16:03:00 +02005737 case 0x106b0e00:
5738 case 0x106b0f00:
5739 case 0x106b1600:
5740 case 0x106b1700:
5741 case 0x106b0200:
5742 case 0x106b1e00:
5743 spec->board_config = STAC_INTEL_MAC_V3;
Takashi Iwai3fc24d82007-02-16 13:27:18 +01005744 break;
Ivan N. Zlatev5d5d3bc2007-05-29 16:03:00 +02005745 case 0x106b1a00:
5746 case 0x00000100:
5747 spec->board_config = STAC_INTEL_MAC_V4;
Sylvain FORETf16928f2007-04-27 14:22:36 +02005748 break;
Ivan N. Zlatev5d5d3bc2007-05-29 16:03:00 +02005749 case 0x106b0a00:
5750 case 0x106b2200:
5751 spec->board_config = STAC_INTEL_MAC_V5;
Takashi Iwai0dae0f82007-05-21 12:41:29 +02005752 break;
Nicolas Boichat536319a2008-07-21 22:18:01 +08005753 default:
5754 spec->board_config = STAC_INTEL_MAC_V3;
5755 break;
Takashi Iwai3fc24d82007-02-16 13:27:18 +01005756 }
5757 }
5758
Takashi Iwai9e507ab2007-02-08 17:50:10 +01005759 again:
Takashi Iwai330ee992009-02-20 14:33:36 +01005760 if (spec->board_config < 0)
Takashi Iwai9a11f1a2009-07-28 16:01:20 +02005761 snd_printdd(KERN_INFO "hda_codec: %s: BIOS auto-probing.\n",
5762 codec->chip_name);
Takashi Iwai330ee992009-02-20 14:33:36 +01005763 else
5764 stac92xx_set_config_regs(codec,
Takashi Iwaiaf9f3412008-11-18 10:38:56 +01005765 stac922x_brd_tbl[spec->board_config]);
Matt2f2f4252005-04-13 14:45:30 +02005766
Matt2f2f4252005-04-13 14:45:30 +02005767 spec->adc_nids = stac922x_adc_nids;
5768 spec->mux_nids = stac922x_mux_nids;
Takashi Iwai25494132007-03-12 12:36:16 +01005769 spec->num_muxes = ARRAY_SIZE(stac922x_mux_nids);
Maxim Levitsky9e05b7a2007-09-03 15:31:02 +02005770 spec->num_adcs = ARRAY_SIZE(stac922x_adc_nids);
Matt Porter8b657272006-10-26 17:12:59 +02005771 spec->num_dmics = 0;
Matthew Ranostaya64135a2008-01-10 16:55:06 +01005772 spec->num_pwrs = 0;
Mattc7d4b2f2005-06-27 14:59:41 +02005773
5774 spec->init = stac922x_core_init;
Takashi Iwai6479c632009-07-28 18:20:25 +02005775
5776 spec->num_caps = STAC922X_NUM_CAPS;
5777 spec->capvols = stac922x_capvols;
5778 spec->capsws = stac922x_capsws;
Mattc7d4b2f2005-06-27 14:59:41 +02005779
5780 spec->multiout.dac_nids = spec->dac_nids;
Takashi Iwai19039bd2006-06-28 15:52:16 +02005781
Matt Porter3cc08dc2006-01-23 15:27:49 +01005782 err = stac92xx_parse_auto_config(codec, 0x08, 0x09);
Takashi Iwai9e507ab2007-02-08 17:50:10 +01005783 if (!err) {
5784 if (spec->board_config < 0) {
5785 printk(KERN_WARNING "hda_codec: No auto-config is "
5786 "available, default to model=ref\n");
5787 spec->board_config = STAC_D945_REF;
5788 goto again;
5789 }
5790 err = -EINVAL;
5791 }
Matt Porter3cc08dc2006-01-23 15:27:49 +01005792 if (err < 0) {
5793 stac92xx_free(codec);
5794 return err;
5795 }
5796
5797 codec->patch_ops = stac92xx_patch_ops;
5798
Takashi Iwai807a46362007-05-29 19:01:37 +02005799 /* Fix Mux capture level; max to 2 */
5800 snd_hda_override_amp_caps(codec, 0x12, HDA_OUTPUT,
5801 (0 << AC_AMPCAP_OFFSET_SHIFT) |
5802 (2 << AC_AMPCAP_NUM_STEPS_SHIFT) |
5803 (0x27 << AC_AMPCAP_STEP_SIZE_SHIFT) |
5804 (0 << AC_AMPCAP_MUTE_SHIFT));
5805
Matt Porter3cc08dc2006-01-23 15:27:49 +01005806 return 0;
5807}
5808
5809static int patch_stac927x(struct hda_codec *codec)
5810{
5811 struct sigmatel_spec *spec;
5812 int err;
5813
5814 spec = kzalloc(sizeof(*spec), GFP_KERNEL);
5815 if (spec == NULL)
5816 return -ENOMEM;
5817
5818 codec->spec = spec;
Matthew Ranostay45c1d852009-02-04 17:49:41 -05005819 codec->slave_dig_outs = stac927x_slave_dig_outs;
Takashi Iwaia4eed132007-07-06 18:17:04 +02005820 spec->num_pins = ARRAY_SIZE(stac927x_pin_nids);
Richard Fish11b44bb2006-08-23 18:31:34 +02005821 spec->pin_nids = stac927x_pin_nids;
Takashi Iwaif5fcc132006-11-24 17:07:44 +01005822 spec->board_config = snd_hda_check_board_config(codec, STAC_927X_MODELS,
5823 stac927x_models,
5824 stac927x_cfg_tbl);
Takashi Iwai9e507ab2007-02-08 17:50:10 +01005825 again:
Takashi Iwai330ee992009-02-20 14:33:36 +01005826 if (spec->board_config < 0)
Takashi Iwai9a11f1a2009-07-28 16:01:20 +02005827 snd_printdd(KERN_INFO "hda_codec: %s: BIOS auto-probing.\n",
5828 codec->chip_name);
Takashi Iwai330ee992009-02-20 14:33:36 +01005829 else
5830 stac92xx_set_config_regs(codec,
Takashi Iwaiaf9f3412008-11-18 10:38:56 +01005831 stac927x_brd_tbl[spec->board_config]);
Matt Porter3cc08dc2006-01-23 15:27:49 +01005832
Matthew Ranostay1cd22242008-07-18 18:20:52 +02005833 spec->digbeep_nid = 0x23;
Matthew Ranostay8e9068b2007-12-17 11:58:13 +01005834 spec->adc_nids = stac927x_adc_nids;
5835 spec->num_adcs = ARRAY_SIZE(stac927x_adc_nids);
5836 spec->mux_nids = stac927x_mux_nids;
5837 spec->num_muxes = ARRAY_SIZE(stac927x_mux_nids);
Matthew Ranostayd9737752008-09-07 12:03:41 +02005838 spec->smux_nids = stac927x_smux_nids;
5839 spec->num_smuxes = ARRAY_SIZE(stac927x_smux_nids);
Matthew Ranostay65973632008-09-16 10:39:37 -04005840 spec->spdif_labels = stac927x_spdif_labels;
Matthew Ranostayb76c8502008-02-06 14:49:44 +01005841 spec->dac_list = stac927x_dac_nids;
Matthew Ranostay8e9068b2007-12-17 11:58:13 +01005842 spec->multiout.dac_nids = spec->dac_nids;
5843
Tobin Davis81d3dbd2006-08-22 19:44:45 +02005844 switch (spec->board_config) {
Tobin Davis93ed1502006-09-01 21:03:12 +02005845 case STAC_D965_3ST:
Matthew Ranostay8e9068b2007-12-17 11:58:13 +01005846 case STAC_D965_5ST:
5847 /* GPIO0 High = Enable EAPD */
Matthew Ranostay0fc9dec2008-04-14 13:32:54 +02005848 spec->eapd_mask = spec->gpio_mask = spec->gpio_dir = 0x01;
Matthew Ranostay4fe51952008-01-29 15:28:44 +01005849 spec->gpio_data = 0x01;
Matthew Ranostay8e9068b2007-12-17 11:58:13 +01005850 spec->num_dmics = 0;
5851
Tobin Davis93ed1502006-09-01 21:03:12 +02005852 spec->init = d965_core_init;
Tobin Davis81d3dbd2006-08-22 19:44:45 +02005853 break;
Matthew Ranostay8e9068b2007-12-17 11:58:13 +01005854 case STAC_DELL_BIOS:
Matthew Ranostay780c8be2008-04-14 13:32:27 +02005855 switch (codec->subsystem_id) {
5856 case 0x10280209:
5857 case 0x1028022e:
5858 /* correct the device field to SPDIF out */
Takashi Iwai330ee992009-02-20 14:33:36 +01005859 snd_hda_codec_set_pincfg(codec, 0x21, 0x01442070);
Matthew Ranostay780c8be2008-04-14 13:32:27 +02005860 break;
Takashi Iwai86d190e2009-05-26 15:18:58 +02005861 }
Matthew Ranostay03d7ca12008-02-21 07:51:46 +01005862 /* configure the analog microphone on some laptops */
Takashi Iwai330ee992009-02-20 14:33:36 +01005863 snd_hda_codec_set_pincfg(codec, 0x0c, 0x90a79130);
Matthew Ranostay2f32d902008-01-10 13:06:26 +01005864 /* correct the front output jack as a hp out */
Takashi Iwai330ee992009-02-20 14:33:36 +01005865 snd_hda_codec_set_pincfg(codec, 0x0f, 0x0227011f);
Matthew Ranostayc481fca2008-01-07 12:18:28 +01005866 /* correct the front input jack as a mic */
Takashi Iwai330ee992009-02-20 14:33:36 +01005867 snd_hda_codec_set_pincfg(codec, 0x0e, 0x02a79130);
Matthew Ranostayc481fca2008-01-07 12:18:28 +01005868 /* fallthru */
Matthew Ranostay8e9068b2007-12-17 11:58:13 +01005869 case STAC_DELL_3ST:
5870 /* GPIO2 High = Enable EAPD */
Matthew Ranostay0fc9dec2008-04-14 13:32:54 +02005871 spec->eapd_mask = spec->gpio_mask = spec->gpio_dir = 0x04;
Matthew Ranostay4fe51952008-01-29 15:28:44 +01005872 spec->gpio_data = 0x04;
Chengu Wang84d3dc22009-07-30 19:43:55 +08005873 switch (codec->subsystem_id) {
5874 case 0x1028022f:
5875 /* correct EAPD to be GPIO0 */
5876 spec->eapd_mask = spec->gpio_mask = 0x01;
5877 spec->gpio_dir = spec->gpio_data = 0x01;
5878 break;
5879 };
Matthew Ranostay8e9068b2007-12-17 11:58:13 +01005880 spec->dmic_nids = stac927x_dmic_nids;
5881 spec->num_dmics = STAC927X_NUM_DMICS;
5882
Tobin Davis93ed1502006-09-01 21:03:12 +02005883 spec->init = d965_core_init;
Matthew Ranostay8e9068b2007-12-17 11:58:13 +01005884 spec->dmux_nids = stac927x_dmux_nids;
Takashi Iwai16970552007-12-18 18:05:52 +01005885 spec->num_dmuxes = ARRAY_SIZE(stac927x_dmux_nids);
Tobin Davis81d3dbd2006-08-22 19:44:45 +02005886 break;
5887 default:
Matthew Ranostayb2c4f4d2008-09-26 10:06:40 -04005888 if (spec->board_config > STAC_D965_REF) {
5889 /* GPIO0 High = Enable EAPD */
5890 spec->eapd_mask = spec->gpio_mask = 0x01;
5891 spec->gpio_dir = spec->gpio_data = 0x01;
5892 }
Matthew Ranostay8e9068b2007-12-17 11:58:13 +01005893 spec->num_dmics = 0;
5894
Tobin Davis81d3dbd2006-08-22 19:44:45 +02005895 spec->init = stac927x_core_init;
Tobin Davis81d3dbd2006-08-22 19:44:45 +02005896 }
Matt Porter3cc08dc2006-01-23 15:27:49 +01005897
Takashi Iwai6479c632009-07-28 18:20:25 +02005898 spec->num_caps = STAC927X_NUM_CAPS;
5899 spec->capvols = stac927x_capvols;
5900 spec->capsws = stac927x_capsws;
5901
Matthew Ranostaya64135a2008-01-10 16:55:06 +01005902 spec->num_pwrs = 0;
Takashi Iwaid78d7a92009-03-02 14:26:25 +01005903 spec->aloopback_ctl = stac927x_loopback;
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01005904 spec->aloopback_mask = 0x40;
5905 spec->aloopback_shift = 0;
Matthew Ranostayc0cea0d2008-11-16 11:42:34 -05005906 spec->eapd_switch = 1;
Matthew Ranostay8e9068b2007-12-17 11:58:13 +01005907
Matt Porter3cc08dc2006-01-23 15:27:49 +01005908 err = stac92xx_parse_auto_config(codec, 0x1e, 0x20);
Takashi Iwai9e507ab2007-02-08 17:50:10 +01005909 if (!err) {
5910 if (spec->board_config < 0) {
5911 printk(KERN_WARNING "hda_codec: No auto-config is "
5912 "available, default to model=ref\n");
5913 spec->board_config = STAC_D965_REF;
5914 goto again;
5915 }
5916 err = -EINVAL;
5917 }
Mattc7d4b2f2005-06-27 14:59:41 +02005918 if (err < 0) {
5919 stac92xx_free(codec);
5920 return err;
5921 }
Matt2f2f4252005-04-13 14:45:30 +02005922
5923 codec->patch_ops = stac92xx_patch_ops;
5924
Takashi Iwai2d34e1b2008-11-28 14:35:16 +01005925 codec->proc_widget_hook = stac927x_proc_hook;
5926
Takashi Iwai52987652008-01-16 16:09:47 +01005927 /*
5928 * !!FIXME!!
5929 * The STAC927x seem to require fairly long delays for certain
5930 * command sequences. With too short delays (even if the answer
5931 * is set to RIRB properly), it results in the silence output
5932 * on some hardwares like Dell.
5933 *
5934 * The below flag enables the longer delay (see get_response
5935 * in hda_intel.c).
5936 */
5937 codec->bus->needs_damn_long_delay = 1;
5938
Takashi Iwaie28d8322008-12-17 13:48:29 +01005939 /* no jack detecion for ref-no-jd model */
5940 if (spec->board_config == STAC_D965_REF_NO_JD)
5941 spec->hp_detect = 0;
5942
Matt2f2f4252005-04-13 14:45:30 +02005943 return 0;
5944}
5945
Matt Porterf3302a52006-07-31 12:49:34 +02005946static int patch_stac9205(struct hda_codec *codec)
5947{
5948 struct sigmatel_spec *spec;
Takashi Iwai82599802007-07-31 15:56:24 +02005949 int err;
Matt Porterf3302a52006-07-31 12:49:34 +02005950
5951 spec = kzalloc(sizeof(*spec), GFP_KERNEL);
5952 if (spec == NULL)
5953 return -ENOMEM;
5954
5955 codec->spec = spec;
Takashi Iwaia4eed132007-07-06 18:17:04 +02005956 spec->num_pins = ARRAY_SIZE(stac9205_pin_nids);
Richard Fish11b44bb2006-08-23 18:31:34 +02005957 spec->pin_nids = stac9205_pin_nids;
Takashi Iwaif5fcc132006-11-24 17:07:44 +01005958 spec->board_config = snd_hda_check_board_config(codec, STAC_9205_MODELS,
5959 stac9205_models,
5960 stac9205_cfg_tbl);
Takashi Iwai9e507ab2007-02-08 17:50:10 +01005961 again:
Takashi Iwai330ee992009-02-20 14:33:36 +01005962 if (spec->board_config < 0)
Takashi Iwai9a11f1a2009-07-28 16:01:20 +02005963 snd_printdd(KERN_INFO "hda_codec: %s: BIOS auto-probing.\n",
5964 codec->chip_name);
Takashi Iwai330ee992009-02-20 14:33:36 +01005965 else
5966 stac92xx_set_config_regs(codec,
Takashi Iwaiaf9f3412008-11-18 10:38:56 +01005967 stac9205_brd_tbl[spec->board_config]);
Matt Porterf3302a52006-07-31 12:49:34 +02005968
Matthew Ranostay1cd22242008-07-18 18:20:52 +02005969 spec->digbeep_nid = 0x23;
Matt Porterf3302a52006-07-31 12:49:34 +02005970 spec->adc_nids = stac9205_adc_nids;
Maxim Levitsky9e05b7a2007-09-03 15:31:02 +02005971 spec->num_adcs = ARRAY_SIZE(stac9205_adc_nids);
Matt Porterf3302a52006-07-31 12:49:34 +02005972 spec->mux_nids = stac9205_mux_nids;
Takashi Iwai25494132007-03-12 12:36:16 +01005973 spec->num_muxes = ARRAY_SIZE(stac9205_mux_nids);
Matthew Ranostayd9737752008-09-07 12:03:41 +02005974 spec->smux_nids = stac9205_smux_nids;
5975 spec->num_smuxes = ARRAY_SIZE(stac9205_smux_nids);
Matt Porter8b657272006-10-26 17:12:59 +02005976 spec->dmic_nids = stac9205_dmic_nids;
Takashi Iwaif6e98522007-10-16 14:27:04 +02005977 spec->num_dmics = STAC9205_NUM_DMICS;
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01005978 spec->dmux_nids = stac9205_dmux_nids;
Takashi Iwai16970552007-12-18 18:05:52 +01005979 spec->num_dmuxes = ARRAY_SIZE(stac9205_dmux_nids);
Matthew Ranostaya64135a2008-01-10 16:55:06 +01005980 spec->num_pwrs = 0;
Matt Porterf3302a52006-07-31 12:49:34 +02005981
5982 spec->init = stac9205_core_init;
Takashi Iwaid78d7a92009-03-02 14:26:25 +01005983 spec->aloopback_ctl = stac9205_loopback;
Matt Porterf3302a52006-07-31 12:49:34 +02005984
Takashi Iwai6479c632009-07-28 18:20:25 +02005985 spec->num_caps = STAC9205_NUM_CAPS;
5986 spec->capvols = stac9205_capvols;
5987 spec->capsws = stac9205_capsws;
5988
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01005989 spec->aloopback_mask = 0x40;
5990 spec->aloopback_shift = 0;
Takashi Iwaid9a42682009-01-22 17:40:18 +01005991 /* Turn on/off EAPD per HP plugging */
5992 if (spec->board_config != STAC_9205_EAPD)
5993 spec->eapd_switch = 1;
Matt Porterf3302a52006-07-31 12:49:34 +02005994 spec->multiout.dac_nids = spec->dac_nids;
Matthew Ranostay87d48362007-07-17 11:52:24 +02005995
Tobin Davisae0a8ed2007-08-13 15:50:29 +02005996 switch (spec->board_config){
Tobin Davisae0a8ed2007-08-13 15:50:29 +02005997 case STAC_9205_DELL_M43:
Matthew Ranostay87d48362007-07-17 11:52:24 +02005998 /* Enable SPDIF in/out */
Takashi Iwai330ee992009-02-20 14:33:36 +01005999 snd_hda_codec_set_pincfg(codec, 0x1f, 0x01441030);
6000 snd_hda_codec_set_pincfg(codec, 0x20, 0x1c410030);
Matt Porter33382402006-12-18 13:17:28 +01006001
Matthew Ranostay4fe51952008-01-29 15:28:44 +01006002 /* Enable unsol response for GPIO4/Dock HP connection */
Takashi Iwaic6e4c662008-11-25 11:58:19 +01006003 err = stac_add_event(spec, codec->afg, STAC_VREF_EVENT, 0x01);
6004 if (err < 0)
6005 return err;
Takashi Iwaic5d08bb2008-11-18 10:55:36 +01006006 snd_hda_codec_write_cache(codec, codec->afg, 0,
Matthew Ranostay4fe51952008-01-29 15:28:44 +01006007 AC_VERB_SET_GPIO_UNSOLICITED_RSP_MASK, 0x10);
6008 snd_hda_codec_write_cache(codec, codec->afg, 0,
Takashi Iwaic6e4c662008-11-25 11:58:19 +01006009 AC_VERB_SET_UNSOLICITED_ENABLE,
6010 AC_USRSP_EN | err);
Matthew Ranostay4fe51952008-01-29 15:28:44 +01006011
6012 spec->gpio_dir = 0x0b;
Matthew Ranostay0fc9dec2008-04-14 13:32:54 +02006013 spec->eapd_mask = 0x01;
Matthew Ranostay4fe51952008-01-29 15:28:44 +01006014 spec->gpio_mask = 0x1b;
6015 spec->gpio_mute = 0x10;
Matthew Ranostaye2e7d622008-01-24 15:32:15 +01006016 /* GPIO0 High = EAPD, GPIO1 Low = Headphone Mute,
Matthew Ranostay4fe51952008-01-29 15:28:44 +01006017 * GPIO3 Low = DRM
Matthew Ranostay87d48362007-07-17 11:52:24 +02006018 */
Matthew Ranostay4fe51952008-01-29 15:28:44 +01006019 spec->gpio_data = 0x01;
Tobin Davisae0a8ed2007-08-13 15:50:29 +02006020 break;
Matthew Ranostayb2c4f4d2008-09-26 10:06:40 -04006021 case STAC_9205_REF:
6022 /* SPDIF-In enabled */
6023 break;
Tobin Davisae0a8ed2007-08-13 15:50:29 +02006024 default:
6025 /* GPIO0 High = EAPD */
Matthew Ranostay0fc9dec2008-04-14 13:32:54 +02006026 spec->eapd_mask = spec->gpio_mask = spec->gpio_dir = 0x1;
Matthew Ranostay4fe51952008-01-29 15:28:44 +01006027 spec->gpio_data = 0x01;
Tobin Davisae0a8ed2007-08-13 15:50:29 +02006028 break;
6029 }
Matthew Ranostay87d48362007-07-17 11:52:24 +02006030
Matt Porterf3302a52006-07-31 12:49:34 +02006031 err = stac92xx_parse_auto_config(codec, 0x1f, 0x20);
Takashi Iwai9e507ab2007-02-08 17:50:10 +01006032 if (!err) {
6033 if (spec->board_config < 0) {
6034 printk(KERN_WARNING "hda_codec: No auto-config is "
6035 "available, default to model=ref\n");
6036 spec->board_config = STAC_9205_REF;
6037 goto again;
6038 }
6039 err = -EINVAL;
6040 }
Matt Porterf3302a52006-07-31 12:49:34 +02006041 if (err < 0) {
6042 stac92xx_free(codec);
6043 return err;
6044 }
6045
6046 codec->patch_ops = stac92xx_patch_ops;
6047
Takashi Iwai2d34e1b2008-11-28 14:35:16 +01006048 codec->proc_widget_hook = stac9205_proc_hook;
6049
Matt Porterf3302a52006-07-31 12:49:34 +02006050 return 0;
6051}
6052
Matt2f2f4252005-04-13 14:45:30 +02006053/*
Guillaume Munch6d859062006-08-22 17:15:47 +02006054 * STAC9872 hack
Takashi Iwaidb064e52006-03-16 16:04:58 +01006055 */
6056
Takashi Iwai1e137f92009-01-21 07:41:22 +01006057static struct hda_verb stac9872_core_init[] = {
Takashi Iwai1624cb92007-07-05 13:10:51 +02006058 {0x15, AC_VERB_SET_CONNECT_SEL, 0x1}, /* mic-sel: 0a,0d,14,02 */
Takashi Iwaidb064e52006-03-16 16:04:58 +01006059 {0x15, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE}, /* Mic-in -> 0x9 */
6060 {}
6061};
6062
Takashi Iwaicaa10b62009-01-20 17:19:01 +01006063static hda_nid_t stac9872_pin_nids[] = {
6064 0x0a, 0x0b, 0x0c, 0x0d, 0x0e, 0x0f,
6065 0x11, 0x13, 0x14,
6066};
6067
6068static hda_nid_t stac9872_adc_nids[] = {
6069 0x8 /*,0x6*/
6070};
6071
6072static hda_nid_t stac9872_mux_nids[] = {
6073 0x15
6074};
6075
Takashi Iwai6479c632009-07-28 18:20:25 +02006076static unsigned long stac9872_capvols[] = {
6077 HDA_COMPOSE_AMP_VAL(0x09, 3, 0, HDA_INPUT),
6078};
6079#define stac9872_capsws stac9872_capvols
6080
Takashi Iwai307282c2009-03-12 18:17:58 +01006081static unsigned int stac9872_vaio_pin_configs[9] = {
6082 0x03211020, 0x411111f0, 0x411111f0, 0x03a15030,
6083 0x411111f0, 0x90170110, 0x411111f0, 0x411111f0,
6084 0x90a7013e
6085};
6086
6087static const char *stac9872_models[STAC_9872_MODELS] = {
6088 [STAC_9872_AUTO] = "auto",
6089 [STAC_9872_VAIO] = "vaio",
6090};
6091
6092static unsigned int *stac9872_brd_tbl[STAC_9872_MODELS] = {
6093 [STAC_9872_VAIO] = stac9872_vaio_pin_configs,
6094};
6095
6096static struct snd_pci_quirk stac9872_cfg_tbl[] = {
Takashi Iwaib04add92009-07-20 08:01:36 +02006097 SND_PCI_QUIRK_MASK(0x104d, 0xfff0, 0x81e0,
6098 "Sony VAIO F/S", STAC_9872_VAIO),
Takashi Iwai307282c2009-03-12 18:17:58 +01006099 {} /* terminator */
6100};
6101
Guillaume Munch6d859062006-08-22 17:15:47 +02006102static int patch_stac9872(struct hda_codec *codec)
Takashi Iwaidb064e52006-03-16 16:04:58 +01006103{
6104 struct sigmatel_spec *spec;
Takashi Iwai1e137f92009-01-21 07:41:22 +01006105 int err;
Takashi Iwaidb064e52006-03-16 16:04:58 +01006106
Takashi Iwaidb064e52006-03-16 16:04:58 +01006107 spec = kzalloc(sizeof(*spec), GFP_KERNEL);
6108 if (spec == NULL)
6109 return -ENOMEM;
Takashi Iwaidb064e52006-03-16 16:04:58 +01006110 codec->spec = spec;
Takashi Iwaib04add92009-07-20 08:01:36 +02006111 spec->num_pins = ARRAY_SIZE(stac9872_pin_nids);
6112 spec->pin_nids = stac9872_pin_nids;
Takashi Iwaicaa10b62009-01-20 17:19:01 +01006113
6114 spec->board_config = snd_hda_check_board_config(codec, STAC_9872_MODELS,
6115 stac9872_models,
6116 stac9872_cfg_tbl);
Takashi Iwai307282c2009-03-12 18:17:58 +01006117 if (spec->board_config < 0)
Takashi Iwai9a11f1a2009-07-28 16:01:20 +02006118 snd_printdd(KERN_INFO "hda_codec: %s: BIOS auto-probing.\n",
6119 codec->chip_name);
Takashi Iwai307282c2009-03-12 18:17:58 +01006120 else
6121 stac92xx_set_config_regs(codec,
6122 stac9872_brd_tbl[spec->board_config]);
Takashi Iwaicaa10b62009-01-20 17:19:01 +01006123
Takashi Iwai1e137f92009-01-21 07:41:22 +01006124 spec->multiout.dac_nids = spec->dac_nids;
6125 spec->num_adcs = ARRAY_SIZE(stac9872_adc_nids);
6126 spec->adc_nids = stac9872_adc_nids;
6127 spec->num_muxes = ARRAY_SIZE(stac9872_mux_nids);
6128 spec->mux_nids = stac9872_mux_nids;
Takashi Iwai1e137f92009-01-21 07:41:22 +01006129 spec->init = stac9872_core_init;
Takashi Iwai6479c632009-07-28 18:20:25 +02006130 spec->num_caps = 1;
6131 spec->capvols = stac9872_capvols;
6132 spec->capsws = stac9872_capsws;
Takashi Iwaicaa10b62009-01-20 17:19:01 +01006133
Takashi Iwai1e137f92009-01-21 07:41:22 +01006134 err = stac92xx_parse_auto_config(codec, 0x10, 0x12);
6135 if (err < 0) {
6136 stac92xx_free(codec);
6137 return -EINVAL;
Takashi Iwaicaa10b62009-01-20 17:19:01 +01006138 }
Takashi Iwai1e137f92009-01-21 07:41:22 +01006139 spec->input_mux = &spec->private_imux;
6140 codec->patch_ops = stac92xx_patch_ops;
Takashi Iwaidb064e52006-03-16 16:04:58 +01006141 return 0;
6142}
6143
6144
6145/*
Matt2f2f4252005-04-13 14:45:30 +02006146 * patch entries
6147 */
Takashi Iwai1289e9e2008-11-27 15:47:11 +01006148static struct hda_codec_preset snd_hda_preset_sigmatel[] = {
Matt2f2f4252005-04-13 14:45:30 +02006149 { .id = 0x83847690, .name = "STAC9200", .patch = patch_stac9200 },
6150 { .id = 0x83847882, .name = "STAC9220 A1", .patch = patch_stac922x },
6151 { .id = 0x83847680, .name = "STAC9221 A1", .patch = patch_stac922x },
6152 { .id = 0x83847880, .name = "STAC9220 A2", .patch = patch_stac922x },
6153 { .id = 0x83847681, .name = "STAC9220D/9223D A2", .patch = patch_stac922x },
6154 { .id = 0x83847682, .name = "STAC9221 A2", .patch = patch_stac922x },
6155 { .id = 0x83847683, .name = "STAC9221D A2", .patch = patch_stac922x },
Matt Porter22a27c72006-07-06 18:49:10 +02006156 { .id = 0x83847618, .name = "STAC9227", .patch = patch_stac927x },
6157 { .id = 0x83847619, .name = "STAC9227", .patch = patch_stac927x },
6158 { .id = 0x83847616, .name = "STAC9228", .patch = patch_stac927x },
6159 { .id = 0x83847617, .name = "STAC9228", .patch = patch_stac927x },
6160 { .id = 0x83847614, .name = "STAC9229", .patch = patch_stac927x },
6161 { .id = 0x83847615, .name = "STAC9229", .patch = patch_stac927x },
Matt Porter3cc08dc2006-01-23 15:27:49 +01006162 { .id = 0x83847620, .name = "STAC9274", .patch = patch_stac927x },
6163 { .id = 0x83847621, .name = "STAC9274D", .patch = patch_stac927x },
6164 { .id = 0x83847622, .name = "STAC9273X", .patch = patch_stac927x },
6165 { .id = 0x83847623, .name = "STAC9273D", .patch = patch_stac927x },
6166 { .id = 0x83847624, .name = "STAC9272X", .patch = patch_stac927x },
6167 { .id = 0x83847625, .name = "STAC9272D", .patch = patch_stac927x },
6168 { .id = 0x83847626, .name = "STAC9271X", .patch = patch_stac927x },
6169 { .id = 0x83847627, .name = "STAC9271D", .patch = patch_stac927x },
6170 { .id = 0x83847628, .name = "STAC9274X5NH", .patch = patch_stac927x },
6171 { .id = 0x83847629, .name = "STAC9274D5NH", .patch = patch_stac927x },
Tobin Davis8e21c342007-01-08 11:04:17 +01006172 { .id = 0x83847632, .name = "STAC9202", .patch = patch_stac925x },
6173 { .id = 0x83847633, .name = "STAC9202D", .patch = patch_stac925x },
6174 { .id = 0x83847634, .name = "STAC9250", .patch = patch_stac925x },
6175 { .id = 0x83847635, .name = "STAC9250D", .patch = patch_stac925x },
6176 { .id = 0x83847636, .name = "STAC9251", .patch = patch_stac925x },
6177 { .id = 0x83847637, .name = "STAC9250D", .patch = patch_stac925x },
Takashi Iwai7bd3c0f2008-05-02 12:28:02 +02006178 { .id = 0x83847645, .name = "92HD206X", .patch = patch_stac927x },
6179 { .id = 0x83847646, .name = "92HD206D", .patch = patch_stac927x },
Guillaume Munch6d859062006-08-22 17:15:47 +02006180 /* The following does not take into account .id=0x83847661 when subsys =
6181 * 104D0C00 which is STAC9225s. Because of this, some SZ Notebooks are
6182 * currently not fully supported.
6183 */
6184 { .id = 0x83847661, .name = "CXD9872RD/K", .patch = patch_stac9872 },
6185 { .id = 0x83847662, .name = "STAC9872AK", .patch = patch_stac9872 },
6186 { .id = 0x83847664, .name = "CXD9872AKD", .patch = patch_stac9872 },
Simos Xenitellisa5c0f882009-06-10 16:33:31 +01006187 { .id = 0x83847698, .name = "STAC9205", .patch = patch_stac9205 },
Matt Porterf3302a52006-07-31 12:49:34 +02006188 { .id = 0x838476a0, .name = "STAC9205", .patch = patch_stac9205 },
6189 { .id = 0x838476a1, .name = "STAC9205D", .patch = patch_stac9205 },
6190 { .id = 0x838476a2, .name = "STAC9204", .patch = patch_stac9205 },
6191 { .id = 0x838476a3, .name = "STAC9204D", .patch = patch_stac9205 },
6192 { .id = 0x838476a4, .name = "STAC9255", .patch = patch_stac9205 },
6193 { .id = 0x838476a5, .name = "STAC9255D", .patch = patch_stac9205 },
6194 { .id = 0x838476a6, .name = "STAC9254", .patch = patch_stac9205 },
6195 { .id = 0x838476a7, .name = "STAC9254D", .patch = patch_stac9205 },
Matthew Ranostayaafc4412008-06-13 18:04:33 +02006196 { .id = 0x111d7603, .name = "92HD75B3X5", .patch = patch_stac92hd71bxx},
Matthew Ranostayd0513fc2008-07-27 10:30:30 +02006197 { .id = 0x111d7604, .name = "92HD83C1X5", .patch = patch_stac92hd83xxx},
6198 { .id = 0x111d7605, .name = "92HD81B1X5", .patch = patch_stac92hd83xxx},
Matthew Ranostayff2e7332009-04-01 14:49:48 -04006199 { .id = 0x111d76d5, .name = "92HD81B1C5", .patch = patch_stac92hd83xxx},
Matthew Ranostayaafc4412008-06-13 18:04:33 +02006200 { .id = 0x111d7608, .name = "92HD75B2X5", .patch = patch_stac92hd71bxx},
Matthew Ranostay541eee82007-12-14 12:08:04 +01006201 { .id = 0x111d7674, .name = "92HD73D1X5", .patch = patch_stac92hd73xx },
6202 { .id = 0x111d7675, .name = "92HD73C1X5", .patch = patch_stac92hd73xx },
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01006203 { .id = 0x111d7676, .name = "92HD73E1X5", .patch = patch_stac92hd73xx },
Matthew Ranostay541eee82007-12-14 12:08:04 +01006204 { .id = 0x111d76b0, .name = "92HD71B8X", .patch = patch_stac92hd71bxx },
6205 { .id = 0x111d76b1, .name = "92HD71B8X", .patch = patch_stac92hd71bxx },
6206 { .id = 0x111d76b2, .name = "92HD71B7X", .patch = patch_stac92hd71bxx },
6207 { .id = 0x111d76b3, .name = "92HD71B7X", .patch = patch_stac92hd71bxx },
6208 { .id = 0x111d76b4, .name = "92HD71B6X", .patch = patch_stac92hd71bxx },
6209 { .id = 0x111d76b5, .name = "92HD71B6X", .patch = patch_stac92hd71bxx },
6210 { .id = 0x111d76b6, .name = "92HD71B5X", .patch = patch_stac92hd71bxx },
6211 { .id = 0x111d76b7, .name = "92HD71B5X", .patch = patch_stac92hd71bxx },
Matt2f2f4252005-04-13 14:45:30 +02006212 {} /* terminator */
6213};
Takashi Iwai1289e9e2008-11-27 15:47:11 +01006214
6215MODULE_ALIAS("snd-hda-codec-id:8384*");
6216MODULE_ALIAS("snd-hda-codec-id:111d*");
6217
6218MODULE_LICENSE("GPL");
6219MODULE_DESCRIPTION("IDT/Sigmatel HD-audio codec");
6220
6221static struct hda_codec_preset_list sigmatel_list = {
6222 .preset = snd_hda_preset_sigmatel,
6223 .owner = THIS_MODULE,
6224};
6225
6226static int __init patch_sigmatel_init(void)
6227{
6228 return snd_hda_add_codec_preset(&sigmatel_list);
6229}
6230
6231static void __exit patch_sigmatel_exit(void)
6232{
6233 snd_hda_delete_codec_preset(&sigmatel_list);
6234}
6235
6236module_init(patch_sigmatel_init)
6237module_exit(patch_sigmatel_exit)