blob: aa376b59c006227f0f9be4a6349abb8ac4dff6d5 [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>
Vitaliy Kulikov5bdaaad2009-11-04 07:57:45 +010031#include <linux/dmi.h>
Matt2f2f4252005-04-13 14:45:30 +020032#include <sound/core.h>
Mattc7d4b2f2005-06-27 14:59:41 +020033#include <sound/asoundef.h>
Matthew Ranostay45a6ac12008-10-15 14:45:38 -040034#include <sound/jack.h>
Clemens Ladischa74ccea2010-10-22 15:52:34 +020035#include <sound/tlv.h>
Matt2f2f4252005-04-13 14:45:30 +020036#include "hda_codec.h"
37#include "hda_local.h"
Matthew Ranostay1cd22242008-07-18 18:20:52 +020038#include "hda_beep.h"
Matt2f2f4252005-04-13 14:45:30 +020039
Takashi Iwaic6e4c662008-11-25 11:58:19 +010040enum {
41 STAC_VREF_EVENT = 1,
42 STAC_INSERT_EVENT,
43 STAC_PWR_EVENT,
44 STAC_HP_EVENT,
Takashi Iwaifefd67f2009-07-30 18:03:05 +020045 STAC_LO_EVENT,
Takashi Iwai3d21d3f2009-07-29 14:32:56 +020046 STAC_MIC_EVENT,
Takashi Iwaic6e4c662008-11-25 11:58:19 +010047};
Matt4e550962005-07-04 17:51:39 +020048
Takashi Iwaif5fcc132006-11-24 17:07:44 +010049enum {
Takashi Iwai1607b8e2009-02-26 16:50:43 +010050 STAC_AUTO,
Takashi Iwaif5fcc132006-11-24 17:07:44 +010051 STAC_REF,
Tobin Davisbf277782008-02-03 20:31:47 +010052 STAC_9200_OQO,
Takashi Iwaidfe495d2007-08-23 19:04:28 +020053 STAC_9200_DELL_D21,
54 STAC_9200_DELL_D22,
55 STAC_9200_DELL_D23,
56 STAC_9200_DELL_M21,
57 STAC_9200_DELL_M22,
58 STAC_9200_DELL_M23,
59 STAC_9200_DELL_M24,
60 STAC_9200_DELL_M25,
61 STAC_9200_DELL_M26,
62 STAC_9200_DELL_M27,
Mauro Carvalho Chehab58eec422008-08-11 10:18:39 +020063 STAC_9200_M4,
64 STAC_9200_M4_2,
Takashi Iwai117f2572008-03-18 09:53:23 +010065 STAC_9200_PANASONIC,
Takashi Iwaif5fcc132006-11-24 17:07:44 +010066 STAC_9200_MODELS
67};
68
69enum {
Takashi Iwai1607b8e2009-02-26 16:50:43 +010070 STAC_9205_AUTO,
Takashi Iwaif5fcc132006-11-24 17:07:44 +010071 STAC_9205_REF,
Takashi Iwaidfe495d2007-08-23 19:04:28 +020072 STAC_9205_DELL_M42,
Tobin Davisae0a8ed2007-08-13 15:50:29 +020073 STAC_9205_DELL_M43,
74 STAC_9205_DELL_M44,
Takashi Iwaid9a42682009-01-22 17:40:18 +010075 STAC_9205_EAPD,
Takashi Iwaif5fcc132006-11-24 17:07:44 +010076 STAC_9205_MODELS
77};
78
79enum {
Takashi Iwai1607b8e2009-02-26 16:50:43 +010080 STAC_92HD73XX_AUTO,
Takashi Iwai9e43f0d2008-12-17 14:51:01 +010081 STAC_92HD73XX_NO_JD, /* no jack-detection */
Matthew Ranostaye1f0d662007-12-13 17:47:21 +010082 STAC_92HD73XX_REF,
Wu Fengguangae709442009-08-19 17:05:11 +080083 STAC_92HD73XX_INTEL,
Takashi Iwai661cd8f2008-11-25 15:18:29 +010084 STAC_DELL_M6_AMIC,
85 STAC_DELL_M6_DMIC,
86 STAC_DELL_M6_BOTH,
Matthew Ranostay6b3ab212008-11-03 08:12:43 -050087 STAC_DELL_EQ,
Takashi Iwai842ae632009-09-02 07:43:08 +020088 STAC_ALIENWARE_M17X,
Matthew Ranostaye1f0d662007-12-13 17:47:21 +010089 STAC_92HD73XX_MODELS
90};
91
92enum {
Takashi Iwai1607b8e2009-02-26 16:50:43 +010093 STAC_92HD83XXX_AUTO,
Matthew Ranostayd0513fc2008-07-27 10:30:30 +020094 STAC_92HD83XXX_REF,
Matthew Ranostay32ed3f42009-01-22 20:53:29 -050095 STAC_92HD83XXX_PWR_REF,
Matthew Ranostay8bb0ac52009-02-12 16:50:01 -050096 STAC_DELL_S14,
Takashi Iwaib4e81872009-11-18 17:20:24 +010097 STAC_92HD83XXX_HP,
Vitaliy Kulikov0c27c182011-07-22 17:50:37 -050098 STAC_92HD83XXX_HP_cNB11_INTQUAD,
Steven Eastland48315592010-08-06 15:07:35 -060099 STAC_HP_DV7_4000,
Matthew Ranostayd0513fc2008-07-27 10:30:30 +0200100 STAC_92HD83XXX_MODELS
101};
102
103enum {
Takashi Iwai1607b8e2009-02-26 16:50:43 +0100104 STAC_92HD71BXX_AUTO,
Matthew Ranostaye035b842007-11-06 11:53:55 +0100105 STAC_92HD71BXX_REF,
Matthew Ranostaya7662642008-02-21 07:51:14 +0100106 STAC_DELL_M4_1,
107 STAC_DELL_M4_2,
Matthew Ranostay3a7abfd2008-11-20 21:21:43 -0500108 STAC_DELL_M4_3,
Matthew Ranostay6a14f582008-09-12 12:02:30 -0400109 STAC_HP_M4,
Takashi Iwai2a6ce6e2010-05-12 10:16:20 +0200110 STAC_HP_DV4,
Takashi Iwai1b0652e2009-01-14 08:27:35 +0100111 STAC_HP_DV5,
Christoph Plattnerae6241f2009-03-08 23:19:05 +0100112 STAC_HP_HDX,
James Gardiner514bf542009-05-03 04:00:44 -0400113 STAC_HP_DV4_1222NR,
Matthew Ranostaye035b842007-11-06 11:53:55 +0100114 STAC_92HD71BXX_MODELS
115};
116
117enum {
Takashi Iwai1607b8e2009-02-26 16:50:43 +0100118 STAC_925x_AUTO,
Tobin Davis8e21c342007-01-08 11:04:17 +0100119 STAC_925x_REF,
Mauro Carvalho Chehab9cb36c22008-08-11 10:18:39 +0200120 STAC_M1,
121 STAC_M1_2,
122 STAC_M2,
Tobin Davis8e21c342007-01-08 11:04:17 +0100123 STAC_M2_2,
Mauro Carvalho Chehab9cb36c22008-08-11 10:18:39 +0200124 STAC_M3,
125 STAC_M5,
126 STAC_M6,
Tobin Davis8e21c342007-01-08 11:04:17 +0100127 STAC_925x_MODELS
128};
129
130enum {
Takashi Iwai1607b8e2009-02-26 16:50:43 +0100131 STAC_922X_AUTO,
Takashi Iwaif5fcc132006-11-24 17:07:44 +0100132 STAC_D945_REF,
133 STAC_D945GTP3,
134 STAC_D945GTP5,
Ivan N. Zlatev5d5d3bc2007-05-29 16:03:00 +0200135 STAC_INTEL_MAC_V1,
136 STAC_INTEL_MAC_V2,
137 STAC_INTEL_MAC_V3,
138 STAC_INTEL_MAC_V4,
139 STAC_INTEL_MAC_V5,
Nicolas Boichat536319a2008-07-21 22:18:01 +0800140 STAC_INTEL_MAC_AUTO, /* This model is selected if no module parameter
141 * is given, one of the above models will be
142 * chosen according to the subsystem id. */
Takashi Iwaidfe495d2007-08-23 19:04:28 +0200143 /* for backward compatibility */
Takashi Iwaif5fcc132006-11-24 17:07:44 +0100144 STAC_MACMINI,
Takashi Iwai3fc24d82007-02-16 13:27:18 +0100145 STAC_MACBOOK,
Nicolas Boichat6f0778d2007-03-15 12:38:15 +0100146 STAC_MACBOOK_PRO_V1,
147 STAC_MACBOOK_PRO_V2,
Sylvain FORETf16928f2007-04-27 14:22:36 +0200148 STAC_IMAC_INTEL,
Takashi Iwai0dae0f82007-05-21 12:41:29 +0200149 STAC_IMAC_INTEL_20,
Mauro Carvalho Chehab8c650082008-08-04 10:39:59 -0300150 STAC_ECS_202,
Takashi Iwaidfe495d2007-08-23 19:04:28 +0200151 STAC_922X_DELL_D81,
152 STAC_922X_DELL_D82,
153 STAC_922X_DELL_M81,
154 STAC_922X_DELL_M82,
Takashi Iwaif5fcc132006-11-24 17:07:44 +0100155 STAC_922X_MODELS
156};
157
158enum {
Takashi Iwai1607b8e2009-02-26 16:50:43 +0100159 STAC_927X_AUTO,
Takashi Iwaie28d8322008-12-17 13:48:29 +0100160 STAC_D965_REF_NO_JD, /* no jack-detection */
Takashi Iwaif5fcc132006-11-24 17:07:44 +0100161 STAC_D965_REF,
162 STAC_D965_3ST,
163 STAC_D965_5ST,
Takashi Iwai679d92e2009-05-24 19:00:08 +0200164 STAC_D965_5ST_NO_FP,
Tobin Davis4ff076e2007-08-07 11:48:12 +0200165 STAC_DELL_3ST,
Matthew Ranostay8e9068b2007-12-17 11:58:13 +0100166 STAC_DELL_BIOS,
Takashi Iwai54930532009-10-11 17:38:29 +0200167 STAC_927X_VOLKNOB,
Takashi Iwaif5fcc132006-11-24 17:07:44 +0100168 STAC_927X_MODELS
169};
Matt Porter403d1942005-11-29 15:00:51 +0100170
Takashi Iwai307282c2009-03-12 18:17:58 +0100171enum {
172 STAC_9872_AUTO,
173 STAC_9872_VAIO,
174 STAC_9872_MODELS
175};
176
Matthew Ranostay74aeaab2008-10-25 01:06:04 -0400177struct sigmatel_event {
178 hda_nid_t nid;
Takashi Iwaic6e4c662008-11-25 11:58:19 +0100179 unsigned char type;
180 unsigned char tag;
Matthew Ranostay74aeaab2008-10-25 01:06:04 -0400181 int data;
182};
183
Takashi Iwai3d21d3f2009-07-29 14:32:56 +0200184struct sigmatel_mic_route {
185 hda_nid_t pin;
Takashi Iwai02d33322009-10-01 16:38:11 +0200186 signed char mux_idx;
187 signed char dmux_idx;
Takashi Iwai3d21d3f2009-07-29 14:32:56 +0200188};
189
Vitaliy Kulikov699d8992011-03-10 13:43:35 -0600190#define MAX_PINS_NUM 16
191#define MAX_ADCS_NUM 4
192#define MAX_DMICS_NUM 4
193
Matt2f2f4252005-04-13 14:45:30 +0200194struct sigmatel_spec {
Takashi Iwaic8b6bf92005-11-17 14:57:47 +0100195 struct snd_kcontrol_new *mixers[4];
Mattc7d4b2f2005-06-27 14:59:41 +0200196 unsigned int num_mixers;
197
Matt Porter403d1942005-11-29 15:00:51 +0100198 int board_config;
Matthew Ranostayc0cea0d2008-11-16 11:42:34 -0500199 unsigned int eapd_switch: 1;
Mattc7d4b2f2005-06-27 14:59:41 +0200200 unsigned int surr_switch: 1;
Matt Porter3cc08dc2006-01-23 15:27:49 +0100201 unsigned int alt_switch: 1;
Takashi Iwai82bc9552006-03-21 11:24:42 +0100202 unsigned int hp_detect: 1;
Matthew Ranostay00ef50c2008-09-27 18:13:47 -0400203 unsigned int spdif_mute: 1;
Takashi Iwai7c7767e2009-01-20 15:28:38 +0100204 unsigned int check_volume_offset:1;
Takashi Iwai3d21d3f2009-07-29 14:32:56 +0200205 unsigned int auto_mic:1;
Daniel J Blueman1b0e3722010-08-03 11:09:13 +0100206 unsigned int linear_tone_beep:1;
Mattc7d4b2f2005-06-27 14:59:41 +0200207
Matthew Ranostay4fe5195c2008-01-29 15:28:44 +0100208 /* gpio lines */
Matthew Ranostay0fc9dec2008-04-14 13:32:54 +0200209 unsigned int eapd_mask;
Matthew Ranostay4fe5195c2008-01-29 15:28:44 +0100210 unsigned int gpio_mask;
211 unsigned int gpio_dir;
212 unsigned int gpio_data;
213 unsigned int gpio_mute;
Takashi Iwai86d190e2009-05-26 15:18:58 +0200214 unsigned int gpio_led;
Vitaliy Kulikovc357aab2009-12-11 07:51:54 +0100215 unsigned int gpio_led_polarity;
Vitaliy Kulikov45eebda2011-07-26 16:56:20 -0500216 unsigned int vref_led;
Matthew Ranostay4fe5195c2008-01-29 15:28:44 +0100217
Matthew Ranostay8daaaa92008-08-15 07:45:52 +0200218 /* stream */
219 unsigned int stream_delay;
220
Matthew Ranostay4fe5195c2008-01-29 15:28:44 +0100221 /* analog loopback */
Takashi Iwai2b635362011-05-02 12:33:43 +0200222 const struct snd_kcontrol_new *aloopback_ctl;
Matthew Ranostaye1f0d662007-12-13 17:47:21 +0100223 unsigned char aloopback_mask;
224 unsigned char aloopback_shift;
Takashi Iwai82599802007-07-31 15:56:24 +0200225
Matthew Ranostaya64135a2008-01-10 16:55:06 +0100226 /* power management */
227 unsigned int num_pwrs;
Takashi Iwai2b635362011-05-02 12:33:43 +0200228 const unsigned int *pwr_mapping;
229 const hda_nid_t *pwr_nids;
230 const hda_nid_t *dac_list;
Matthew Ranostaya64135a2008-01-10 16:55:06 +0100231
Matthew Ranostay74aeaab2008-10-25 01:06:04 -0400232 /* events */
233 struct snd_array events;
234
Matt2f2f4252005-04-13 14:45:30 +0200235 /* playback */
Matthew Ranostayb22b4822008-01-22 12:32:30 +0100236 struct hda_input_mux *mono_mux;
237 unsigned int cur_mmux;
Matt2f2f4252005-04-13 14:45:30 +0200238 struct hda_multi_out multiout;
Matt Porter3cc08dc2006-01-23 15:27:49 +0100239 hda_nid_t dac_nids[5];
Takashi Iwaic21ca4a2008-12-19 09:26:08 +0100240 hda_nid_t hp_dacs[5];
241 hda_nid_t speaker_dacs[5];
Matt2f2f4252005-04-13 14:45:30 +0200242
Takashi Iwai7c7767e2009-01-20 15:28:38 +0100243 int volume_offset;
244
Matt2f2f4252005-04-13 14:45:30 +0200245 /* capture */
Takashi Iwai2b635362011-05-02 12:33:43 +0200246 const hda_nid_t *adc_nids;
Matt2f2f4252005-04-13 14:45:30 +0200247 unsigned int num_adcs;
Takashi Iwai2b635362011-05-02 12:33:43 +0200248 const hda_nid_t *mux_nids;
Mattdabbed62005-06-14 10:19:34 +0200249 unsigned int num_muxes;
Takashi Iwai2b635362011-05-02 12:33:43 +0200250 const hda_nid_t *dmic_nids;
Matt Porter8b657272006-10-26 17:12:59 +0200251 unsigned int num_dmics;
Takashi Iwai2b635362011-05-02 12:33:43 +0200252 const hda_nid_t *dmux_nids;
Takashi Iwai1697055e2007-12-18 18:05:52 +0100253 unsigned int num_dmuxes;
Takashi Iwai2b635362011-05-02 12:33:43 +0200254 const hda_nid_t *smux_nids;
Matthew Ranostayd9737752008-09-07 12:03:41 +0200255 unsigned int num_smuxes;
Takashi Iwai5207e102009-07-30 13:09:08 +0200256 unsigned int num_analog_muxes;
Takashi Iwai6479c632009-07-28 18:20:25 +0200257
Takashi Iwai2b635362011-05-02 12:33:43 +0200258 const unsigned long *capvols; /* amp-volume attr: HDA_COMPOSE_AMP_VAL() */
259 const unsigned long *capsws; /* amp-mute attr: HDA_COMPOSE_AMP_VAL() */
Takashi Iwai6479c632009-07-28 18:20:25 +0200260 unsigned int num_caps; /* number of capture volume/switch elements */
261
Takashi Iwai3d21d3f2009-07-29 14:32:56 +0200262 struct sigmatel_mic_route ext_mic;
263 struct sigmatel_mic_route int_mic;
Charles Chin99077902010-09-17 10:22:32 +0200264 struct sigmatel_mic_route dock_mic;
Takashi Iwai3d21d3f2009-07-29 14:32:56 +0200265
Takashi Iwaiea734962011-01-17 11:29:34 +0100266 const char * const *spdif_labels;
Matthew Ranostayd9737752008-09-07 12:03:41 +0200267
Mattdabbed62005-06-14 10:19:34 +0200268 hda_nid_t dig_in_nid;
Matthew Ranostayb22b4822008-01-22 12:32:30 +0100269 hda_nid_t mono_nid;
Matthew Ranostay1cd22242008-07-18 18:20:52 +0200270 hda_nid_t anabeep_nid;
271 hda_nid_t digbeep_nid;
Matt2f2f4252005-04-13 14:45:30 +0200272
Matt2f2f4252005-04-13 14:45:30 +0200273 /* pin widgets */
Takashi Iwai2b635362011-05-02 12:33:43 +0200274 const hda_nid_t *pin_nids;
Matt2f2f4252005-04-13 14:45:30 +0200275 unsigned int num_pins;
Matt2f2f4252005-04-13 14:45:30 +0200276
277 /* codec specific stuff */
Takashi Iwai2b635362011-05-02 12:33:43 +0200278 const struct hda_verb *init;
279 const struct snd_kcontrol_new *mixer;
Matt2f2f4252005-04-13 14:45:30 +0200280
281 /* capture source */
Matt Porter8b657272006-10-26 17:12:59 +0200282 struct hda_input_mux *dinput_mux;
Matthew Ranostaye1f0d662007-12-13 17:47:21 +0100283 unsigned int cur_dmux[2];
Mattc7d4b2f2005-06-27 14:59:41 +0200284 struct hda_input_mux *input_mux;
Matt Porter3cc08dc2006-01-23 15:27:49 +0100285 unsigned int cur_mux[3];
Matthew Ranostayd9737752008-09-07 12:03:41 +0200286 struct hda_input_mux *sinput_mux;
287 unsigned int cur_smux[2];
Matthew Ranostay2a9c7812008-09-13 16:45:39 -0400288 unsigned int cur_amux;
289 hda_nid_t *amp_nids;
Matthew Ranostay8daaaa92008-08-15 07:45:52 +0200290 unsigned int powerdown_adcs;
Matt2f2f4252005-04-13 14:45:30 +0200291
Matt Porter403d1942005-11-29 15:00:51 +0100292 /* i/o switches */
293 unsigned int io_switch[2];
Maxim Levitsky0fb87bb2007-09-03 15:29:04 +0200294 unsigned int clfe_swap;
Takashi Iwaic21ca4a2008-12-19 09:26:08 +0100295 hda_nid_t line_switch; /* shared line-in for input and output */
296 hda_nid_t mic_switch; /* shared mic-in for input and output */
297 hda_nid_t hp_switch; /* NID of HP as line-out */
Maxim Levitsky5f10c4a2007-09-03 15:29:37 +0200298 unsigned int aloopback;
Matt2f2f4252005-04-13 14:45:30 +0200299
Mattc7d4b2f2005-06-27 14:59:41 +0200300 struct hda_pcm pcm_rec[2]; /* PCM information */
301
302 /* dynamic controls and input_mux */
303 struct auto_pin_cfg autocfg;
Takashi Iwai603c4012008-07-30 15:01:44 +0200304 struct snd_array kctls;
Matt Porter8b657272006-10-26 17:12:59 +0200305 struct hda_input_mux private_dimux;
Mattc7d4b2f2005-06-27 14:59:41 +0200306 struct hda_input_mux private_imux;
Matthew Ranostayd9737752008-09-07 12:03:41 +0200307 struct hda_input_mux private_smux;
Matthew Ranostayb22b4822008-01-22 12:32:30 +0100308 struct hda_input_mux private_mono_mux;
Vitaliy Kulikov699d8992011-03-10 13:43:35 -0600309
310 /* auto spec */
311 unsigned auto_pin_cnt;
312 hda_nid_t auto_pin_nids[MAX_PINS_NUM];
313 unsigned auto_adc_cnt;
314 hda_nid_t auto_adc_nids[MAX_ADCS_NUM];
315 hda_nid_t auto_mux_nids[MAX_ADCS_NUM];
316 hda_nid_t auto_dmux_nids[MAX_ADCS_NUM];
317 unsigned long auto_capvols[MAX_ADCS_NUM];
318 unsigned auto_dmic_cnt;
319 hda_nid_t auto_dmic_nids[MAX_DMICS_NUM];
Matt2f2f4252005-04-13 14:45:30 +0200320};
321
Takashi Iwai2b635362011-05-02 12:33:43 +0200322static const hda_nid_t stac9200_adc_nids[1] = {
Matt2f2f4252005-04-13 14:45:30 +0200323 0x03,
324};
325
Takashi Iwai2b635362011-05-02 12:33:43 +0200326static const hda_nid_t stac9200_mux_nids[1] = {
Matt2f2f4252005-04-13 14:45:30 +0200327 0x0c,
328};
329
Takashi Iwai2b635362011-05-02 12:33:43 +0200330static const hda_nid_t stac9200_dac_nids[1] = {
Matt2f2f4252005-04-13 14:45:30 +0200331 0x02,
332};
333
Takashi Iwai2b635362011-05-02 12:33:43 +0200334static const hda_nid_t stac92hd73xx_pwr_nids[8] = {
Matthew Ranostaya64135a2008-01-10 16:55:06 +0100335 0x0a, 0x0b, 0x0c, 0xd, 0x0e,
336 0x0f, 0x10, 0x11
337};
338
Takashi Iwai2b635362011-05-02 12:33:43 +0200339static const hda_nid_t stac92hd73xx_slave_dig_outs[2] = {
Matthew Ranostay0ffa9802008-09-08 11:20:05 -0400340 0x26, 0,
341};
342
Takashi Iwai2b635362011-05-02 12:33:43 +0200343static const hda_nid_t stac92hd73xx_adc_nids[2] = {
Matthew Ranostaye1f0d662007-12-13 17:47:21 +0100344 0x1a, 0x1b
345};
346
347#define STAC92HD73XX_NUM_DMICS 2
Takashi Iwai2b635362011-05-02 12:33:43 +0200348static const hda_nid_t stac92hd73xx_dmic_nids[STAC92HD73XX_NUM_DMICS + 1] = {
Matthew Ranostaye1f0d662007-12-13 17:47:21 +0100349 0x13, 0x14, 0
350};
351
352#define STAC92HD73_DAC_COUNT 5
Matthew Ranostaye1f0d662007-12-13 17:47:21 +0100353
Takashi Iwai2b635362011-05-02 12:33:43 +0200354static const hda_nid_t stac92hd73xx_mux_nids[2] = {
Takashi Iwaie2aec172009-09-02 01:00:05 +0200355 0x20, 0x21,
Matthew Ranostaye1f0d662007-12-13 17:47:21 +0100356};
357
Takashi Iwai2b635362011-05-02 12:33:43 +0200358static const hda_nid_t stac92hd73xx_dmux_nids[2] = {
Matthew Ranostaye1f0d662007-12-13 17:47:21 +0100359 0x20, 0x21,
360};
361
Takashi Iwai2b635362011-05-02 12:33:43 +0200362static const hda_nid_t stac92hd73xx_smux_nids[2] = {
Matthew Ranostayd9737752008-09-07 12:03:41 +0200363 0x22, 0x23,
364};
365
Takashi Iwai6479c632009-07-28 18:20:25 +0200366#define STAC92HD73XX_NUM_CAPS 2
Takashi Iwai2b635362011-05-02 12:33:43 +0200367static const unsigned long stac92hd73xx_capvols[] = {
Takashi Iwai6479c632009-07-28 18:20:25 +0200368 HDA_COMPOSE_AMP_VAL(0x20, 3, 0, HDA_OUTPUT),
369 HDA_COMPOSE_AMP_VAL(0x21, 3, 0, HDA_OUTPUT),
370};
371#define stac92hd73xx_capsws stac92hd73xx_capvols
372
Matthew Ranostayd0513fc2008-07-27 10:30:30 +0200373#define STAC92HD83_DAC_COUNT 3
Matthew Ranostayd0513fc2008-07-27 10:30:30 +0200374
Takashi Iwai2b635362011-05-02 12:33:43 +0200375static const hda_nid_t stac92hd83xxx_pwr_nids[4] = {
Matthew Ranostayd0513fc2008-07-27 10:30:30 +0200376 0xa, 0xb, 0xd, 0xe,
377};
378
Takashi Iwai2b635362011-05-02 12:33:43 +0200379static const hda_nid_t stac92hd83xxx_slave_dig_outs[2] = {
Matthew Ranostay0ffa9802008-09-08 11:20:05 -0400380 0x1e, 0,
381};
382
Takashi Iwai2b635362011-05-02 12:33:43 +0200383static const unsigned int stac92hd83xxx_pwr_mapping[4] = {
Matthew Ranostay87e88a72009-01-22 20:38:42 -0500384 0x03, 0x0c, 0x20, 0x40,
Matthew Ranostayd0513fc2008-07-27 10:30:30 +0200385};
386
Takashi Iwai2b635362011-05-02 12:33:43 +0200387static const hda_nid_t stac92hd83xxx_dmic_nids[] = {
Vitaliy Kulikov699d8992011-03-10 13:43:35 -0600388 0x11, 0x20,
Vitaliy Kulikovab5a6eb2010-09-08 09:00:17 +0200389};
390
Takashi Iwai2b635362011-05-02 12:33:43 +0200391static const hda_nid_t stac92hd71bxx_pwr_nids[3] = {
Matthew Ranostaya64135a2008-01-10 16:55:06 +0100392 0x0a, 0x0d, 0x0f
393};
394
Takashi Iwai2b635362011-05-02 12:33:43 +0200395static const hda_nid_t stac92hd71bxx_adc_nids[2] = {
Matthew Ranostaye035b842007-11-06 11:53:55 +0100396 0x12, 0x13,
397};
398
Takashi Iwai2b635362011-05-02 12:33:43 +0200399static const hda_nid_t stac92hd71bxx_mux_nids[2] = {
Matthew Ranostaye035b842007-11-06 11:53:55 +0100400 0x1a, 0x1b
401};
402
Takashi Iwai2b635362011-05-02 12:33:43 +0200403static const hda_nid_t stac92hd71bxx_dmux_nids[2] = {
Matthew Ranostay4b33c762008-10-10 09:07:23 -0400404 0x1c, 0x1d,
Matthew Ranostaye1f0d662007-12-13 17:47:21 +0100405};
406
Takashi Iwai2b635362011-05-02 12:33:43 +0200407static const hda_nid_t stac92hd71bxx_smux_nids[2] = {
Matthew Ranostayd9737752008-09-07 12:03:41 +0200408 0x24, 0x25,
409};
410
Matthew Ranostaye035b842007-11-06 11:53:55 +0100411#define STAC92HD71BXX_NUM_DMICS 2
Takashi Iwai2b635362011-05-02 12:33:43 +0200412static const hda_nid_t stac92hd71bxx_dmic_nids[STAC92HD71BXX_NUM_DMICS + 1] = {
Matthew Ranostaye035b842007-11-06 11:53:55 +0100413 0x18, 0x19, 0
414};
415
Takashi Iwai2b635362011-05-02 12:33:43 +0200416static const hda_nid_t stac92hd71bxx_dmic_5port_nids[STAC92HD71BXX_NUM_DMICS] = {
417 0x18, 0
418};
419
420static const hda_nid_t stac92hd71bxx_slave_dig_outs[2] = {
Matthew Ranostay0ffa9802008-09-08 11:20:05 -0400421 0x22, 0
422};
423
Takashi Iwai6479c632009-07-28 18:20:25 +0200424#define STAC92HD71BXX_NUM_CAPS 2
Takashi Iwai2b635362011-05-02 12:33:43 +0200425static const unsigned long stac92hd71bxx_capvols[] = {
Takashi Iwai6479c632009-07-28 18:20:25 +0200426 HDA_COMPOSE_AMP_VAL(0x1c, 3, 0, HDA_OUTPUT),
427 HDA_COMPOSE_AMP_VAL(0x1d, 3, 0, HDA_OUTPUT),
428};
429#define stac92hd71bxx_capsws stac92hd71bxx_capvols
430
Takashi Iwai2b635362011-05-02 12:33:43 +0200431static const hda_nid_t stac925x_adc_nids[1] = {
Tobin Davis8e21c342007-01-08 11:04:17 +0100432 0x03,
433};
434
Takashi Iwai2b635362011-05-02 12:33:43 +0200435static const hda_nid_t stac925x_mux_nids[1] = {
Tobin Davis8e21c342007-01-08 11:04:17 +0100436 0x0f,
437};
438
Takashi Iwai2b635362011-05-02 12:33:43 +0200439static const hda_nid_t stac925x_dac_nids[1] = {
Tobin Davis8e21c342007-01-08 11:04:17 +0100440 0x02,
441};
442
Takashi Iwaif6e98522007-10-16 14:27:04 +0200443#define STAC925X_NUM_DMICS 1
Takashi Iwai2b635362011-05-02 12:33:43 +0200444static const hda_nid_t stac925x_dmic_nids[STAC925X_NUM_DMICS + 1] = {
Takashi Iwaif6e98522007-10-16 14:27:04 +0200445 0x15, 0
Tobin Davis2c11f952007-05-17 09:36:34 +0200446};
447
Takashi Iwai2b635362011-05-02 12:33:43 +0200448static const hda_nid_t stac925x_dmux_nids[1] = {
Takashi Iwai1697055e2007-12-18 18:05:52 +0100449 0x14,
450};
451
Takashi Iwai2b635362011-05-02 12:33:43 +0200452static const unsigned long stac925x_capvols[] = {
Takashi Iwai6479c632009-07-28 18:20:25 +0200453 HDA_COMPOSE_AMP_VAL(0x09, 3, 0, HDA_OUTPUT),
454};
Takashi Iwai2b635362011-05-02 12:33:43 +0200455static const unsigned long stac925x_capsws[] = {
Takashi Iwai6479c632009-07-28 18:20:25 +0200456 HDA_COMPOSE_AMP_VAL(0x14, 3, 0, HDA_OUTPUT),
457};
458
Takashi Iwai2b635362011-05-02 12:33:43 +0200459static const hda_nid_t stac922x_adc_nids[2] = {
Matt2f2f4252005-04-13 14:45:30 +0200460 0x06, 0x07,
461};
462
Takashi Iwai2b635362011-05-02 12:33:43 +0200463static const hda_nid_t stac922x_mux_nids[2] = {
Matt2f2f4252005-04-13 14:45:30 +0200464 0x12, 0x13,
465};
466
Takashi Iwai6479c632009-07-28 18:20:25 +0200467#define STAC922X_NUM_CAPS 2
Takashi Iwai2b635362011-05-02 12:33:43 +0200468static const unsigned long stac922x_capvols[] = {
Takashi Iwai6479c632009-07-28 18:20:25 +0200469 HDA_COMPOSE_AMP_VAL(0x17, 3, 0, HDA_INPUT),
470 HDA_COMPOSE_AMP_VAL(0x18, 3, 0, HDA_INPUT),
471};
472#define stac922x_capsws stac922x_capvols
473
Takashi Iwai2b635362011-05-02 12:33:43 +0200474static const hda_nid_t stac927x_slave_dig_outs[2] = {
Matthew Ranostay45c1d852009-02-04 17:49:41 -0500475 0x1f, 0,
476};
477
Takashi Iwai2b635362011-05-02 12:33:43 +0200478static const hda_nid_t stac927x_adc_nids[3] = {
Matt Porter3cc08dc2006-01-23 15:27:49 +0100479 0x07, 0x08, 0x09
480};
481
Takashi Iwai2b635362011-05-02 12:33:43 +0200482static const hda_nid_t stac927x_mux_nids[3] = {
Matt Porter3cc08dc2006-01-23 15:27:49 +0100483 0x15, 0x16, 0x17
484};
485
Takashi Iwai2b635362011-05-02 12:33:43 +0200486static const hda_nid_t stac927x_smux_nids[1] = {
Matthew Ranostayd9737752008-09-07 12:03:41 +0200487 0x21,
488};
489
Takashi Iwai2b635362011-05-02 12:33:43 +0200490static const hda_nid_t stac927x_dac_nids[6] = {
Matthew Ranostayb76c8502008-02-06 14:49:44 +0100491 0x02, 0x03, 0x04, 0x05, 0x06, 0
492};
493
Takashi Iwai2b635362011-05-02 12:33:43 +0200494static const hda_nid_t stac927x_dmux_nids[1] = {
Matthew Ranostaye1f0d662007-12-13 17:47:21 +0100495 0x1b,
496};
497
Matthew Ranostay7f168592007-10-18 17:38:17 +0200498#define STAC927X_NUM_DMICS 2
Takashi Iwai2b635362011-05-02 12:33:43 +0200499static const hda_nid_t stac927x_dmic_nids[STAC927X_NUM_DMICS + 1] = {
Matthew Ranostay7f168592007-10-18 17:38:17 +0200500 0x13, 0x14, 0
501};
502
Takashi Iwai6479c632009-07-28 18:20:25 +0200503#define STAC927X_NUM_CAPS 3
Takashi Iwai2b635362011-05-02 12:33:43 +0200504static const unsigned long stac927x_capvols[] = {
Takashi Iwai6479c632009-07-28 18:20:25 +0200505 HDA_COMPOSE_AMP_VAL(0x18, 3, 0, HDA_INPUT),
506 HDA_COMPOSE_AMP_VAL(0x19, 3, 0, HDA_INPUT),
507 HDA_COMPOSE_AMP_VAL(0x1a, 3, 0, HDA_INPUT),
508};
Takashi Iwai2b635362011-05-02 12:33:43 +0200509static const unsigned long stac927x_capsws[] = {
Takashi Iwai6479c632009-07-28 18:20:25 +0200510 HDA_COMPOSE_AMP_VAL(0x1b, 3, 0, HDA_OUTPUT),
511 HDA_COMPOSE_AMP_VAL(0x1c, 3, 0, HDA_OUTPUT),
512 HDA_COMPOSE_AMP_VAL(0x1d, 3, 0, HDA_OUTPUT),
513};
514
Takashi Iwaiea734962011-01-17 11:29:34 +0100515static const char * const stac927x_spdif_labels[5] = {
Matthew Ranostay65973632008-09-16 10:39:37 -0400516 "Digital Playback", "ADAT", "Analog Mux 1",
517 "Analog Mux 2", "Analog Mux 3"
518};
519
Takashi Iwai2b635362011-05-02 12:33:43 +0200520static const hda_nid_t stac9205_adc_nids[2] = {
Matt Porterf3302a52006-07-31 12:49:34 +0200521 0x12, 0x13
522};
523
Takashi Iwai2b635362011-05-02 12:33:43 +0200524static const hda_nid_t stac9205_mux_nids[2] = {
Matt Porterf3302a52006-07-31 12:49:34 +0200525 0x19, 0x1a
526};
527
Takashi Iwai2b635362011-05-02 12:33:43 +0200528static const hda_nid_t stac9205_dmux_nids[1] = {
Takashi Iwai1697055e2007-12-18 18:05:52 +0100529 0x1d,
Matthew Ranostaye1f0d662007-12-13 17:47:21 +0100530};
531
Takashi Iwai2b635362011-05-02 12:33:43 +0200532static const hda_nid_t stac9205_smux_nids[1] = {
Matthew Ranostayd9737752008-09-07 12:03:41 +0200533 0x21,
534};
535
Takashi Iwaif6e98522007-10-16 14:27:04 +0200536#define STAC9205_NUM_DMICS 2
Takashi Iwai2b635362011-05-02 12:33:43 +0200537static const hda_nid_t stac9205_dmic_nids[STAC9205_NUM_DMICS + 1] = {
Takashi Iwaif6e98522007-10-16 14:27:04 +0200538 0x17, 0x18, 0
Matt Porter8b657272006-10-26 17:12:59 +0200539};
540
Takashi Iwai6479c632009-07-28 18:20:25 +0200541#define STAC9205_NUM_CAPS 2
Takashi Iwai2b635362011-05-02 12:33:43 +0200542static const unsigned long stac9205_capvols[] = {
Takashi Iwai6479c632009-07-28 18:20:25 +0200543 HDA_COMPOSE_AMP_VAL(0x1b, 3, 0, HDA_INPUT),
544 HDA_COMPOSE_AMP_VAL(0x1c, 3, 0, HDA_INPUT),
545};
Takashi Iwai2b635362011-05-02 12:33:43 +0200546static const unsigned long stac9205_capsws[] = {
Takashi Iwai6479c632009-07-28 18:20:25 +0200547 HDA_COMPOSE_AMP_VAL(0x1d, 3, 0, HDA_OUTPUT),
548 HDA_COMPOSE_AMP_VAL(0x1e, 3, 0, HDA_OUTPUT),
549};
550
Takashi Iwai2b635362011-05-02 12:33:43 +0200551static const hda_nid_t stac9200_pin_nids[8] = {
Tobin Davis93ed1502006-09-01 21:03:12 +0200552 0x08, 0x09, 0x0d, 0x0e,
553 0x0f, 0x10, 0x11, 0x12,
Matt2f2f4252005-04-13 14:45:30 +0200554};
555
Takashi Iwai2b635362011-05-02 12:33:43 +0200556static const hda_nid_t stac925x_pin_nids[8] = {
Tobin Davis8e21c342007-01-08 11:04:17 +0100557 0x07, 0x08, 0x0a, 0x0b,
558 0x0c, 0x0d, 0x10, 0x11,
559};
560
Takashi Iwai2b635362011-05-02 12:33:43 +0200561static const hda_nid_t stac922x_pin_nids[10] = {
Matt2f2f4252005-04-13 14:45:30 +0200562 0x0a, 0x0b, 0x0c, 0x0d, 0x0e,
563 0x0f, 0x10, 0x11, 0x15, 0x1b,
564};
565
Takashi Iwai2b635362011-05-02 12:33:43 +0200566static const hda_nid_t stac92hd73xx_pin_nids[13] = {
Matthew Ranostaye1f0d662007-12-13 17:47:21 +0100567 0x0a, 0x0b, 0x0c, 0x0d, 0x0e,
568 0x0f, 0x10, 0x11, 0x12, 0x13,
Matthew Ranostayd9737752008-09-07 12:03:41 +0200569 0x14, 0x22, 0x23
Matthew Ranostaye1f0d662007-12-13 17:47:21 +0100570};
571
Herton Ronaldo Krzesinski616f89e2009-02-04 11:23:19 -0500572#define STAC92HD71BXX_NUM_PINS 13
Takashi Iwai2b635362011-05-02 12:33:43 +0200573static const hda_nid_t stac92hd71bxx_pin_nids_4port[STAC92HD71BXX_NUM_PINS] = {
Herton Ronaldo Krzesinski616f89e2009-02-04 11:23:19 -0500574 0x0a, 0x0b, 0x0c, 0x0d, 0x00,
575 0x00, 0x14, 0x18, 0x19, 0x1e,
576 0x1f, 0x20, 0x27
577};
Takashi Iwai2b635362011-05-02 12:33:43 +0200578static const hda_nid_t stac92hd71bxx_pin_nids_6port[STAC92HD71BXX_NUM_PINS] = {
Matthew Ranostaye035b842007-11-06 11:53:55 +0100579 0x0a, 0x0b, 0x0c, 0x0d, 0x0e,
580 0x0f, 0x14, 0x18, 0x19, 0x1e,
Herton Ronaldo Krzesinski616f89e2009-02-04 11:23:19 -0500581 0x1f, 0x20, 0x27
Matthew Ranostaye035b842007-11-06 11:53:55 +0100582};
583
Takashi Iwai2b635362011-05-02 12:33:43 +0200584static const hda_nid_t stac927x_pin_nids[14] = {
Matt Porter3cc08dc2006-01-23 15:27:49 +0100585 0x0a, 0x0b, 0x0c, 0x0d, 0x0e,
586 0x0f, 0x10, 0x11, 0x12, 0x13,
587 0x14, 0x21, 0x22, 0x23,
588};
589
Takashi Iwai2b635362011-05-02 12:33:43 +0200590static const hda_nid_t stac9205_pin_nids[12] = {
Matt Porterf3302a52006-07-31 12:49:34 +0200591 0x0a, 0x0b, 0x0c, 0x0d, 0x0e,
592 0x0f, 0x14, 0x16, 0x17, 0x18,
593 0x21, 0x22,
Matt Porterf3302a52006-07-31 12:49:34 +0200594};
595
Matt Porter8b657272006-10-26 17:12:59 +0200596static int stac92xx_dmux_enum_info(struct snd_kcontrol *kcontrol,
597 struct snd_ctl_elem_info *uinfo)
598{
599 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
600 struct sigmatel_spec *spec = codec->spec;
601 return snd_hda_input_mux_info(spec->dinput_mux, uinfo);
602}
603
604static int stac92xx_dmux_enum_get(struct snd_kcontrol *kcontrol,
605 struct snd_ctl_elem_value *ucontrol)
606{
607 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
608 struct sigmatel_spec *spec = codec->spec;
Matthew Ranostaye1f0d662007-12-13 17:47:21 +0100609 unsigned int dmux_idx = snd_ctl_get_ioffidx(kcontrol, &ucontrol->id);
Matt Porter8b657272006-10-26 17:12:59 +0200610
Matthew Ranostaye1f0d662007-12-13 17:47:21 +0100611 ucontrol->value.enumerated.item[0] = spec->cur_dmux[dmux_idx];
Matt Porter8b657272006-10-26 17:12:59 +0200612 return 0;
613}
614
615static int stac92xx_dmux_enum_put(struct snd_kcontrol *kcontrol,
616 struct snd_ctl_elem_value *ucontrol)
617{
618 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
619 struct sigmatel_spec *spec = codec->spec;
Matthew Ranostaye1f0d662007-12-13 17:47:21 +0100620 unsigned int dmux_idx = snd_ctl_get_ioffidx(kcontrol, &ucontrol->id);
Matt Porter8b657272006-10-26 17:12:59 +0200621
622 return snd_hda_input_mux_put(codec, spec->dinput_mux, ucontrol,
Matthew Ranostaye1f0d662007-12-13 17:47:21 +0100623 spec->dmux_nids[dmux_idx], &spec->cur_dmux[dmux_idx]);
Matt Porter8b657272006-10-26 17:12:59 +0200624}
625
Matthew Ranostayd9737752008-09-07 12:03:41 +0200626static int stac92xx_smux_enum_info(struct snd_kcontrol *kcontrol,
627 struct snd_ctl_elem_info *uinfo)
628{
629 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
630 struct sigmatel_spec *spec = codec->spec;
631 return snd_hda_input_mux_info(spec->sinput_mux, uinfo);
632}
633
634static int stac92xx_smux_enum_get(struct snd_kcontrol *kcontrol,
635 struct snd_ctl_elem_value *ucontrol)
636{
637 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
638 struct sigmatel_spec *spec = codec->spec;
639 unsigned int smux_idx = snd_ctl_get_ioffidx(kcontrol, &ucontrol->id);
640
641 ucontrol->value.enumerated.item[0] = spec->cur_smux[smux_idx];
642 return 0;
643}
644
645static int stac92xx_smux_enum_put(struct snd_kcontrol *kcontrol,
646 struct snd_ctl_elem_value *ucontrol)
647{
648 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
649 struct sigmatel_spec *spec = codec->spec;
Matthew Ranostay00ef50c2008-09-27 18:13:47 -0400650 struct hda_input_mux *smux = &spec->private_smux;
Matthew Ranostayd9737752008-09-07 12:03:41 +0200651 unsigned int smux_idx = snd_ctl_get_ioffidx(kcontrol, &ucontrol->id);
Matthew Ranostay00ef50c2008-09-27 18:13:47 -0400652 int err, val;
653 hda_nid_t nid;
Matthew Ranostayd9737752008-09-07 12:03:41 +0200654
Matthew Ranostay00ef50c2008-09-27 18:13:47 -0400655 err = snd_hda_input_mux_put(codec, spec->sinput_mux, ucontrol,
Matthew Ranostayd9737752008-09-07 12:03:41 +0200656 spec->smux_nids[smux_idx], &spec->cur_smux[smux_idx]);
Matthew Ranostay00ef50c2008-09-27 18:13:47 -0400657 if (err < 0)
658 return err;
659
660 if (spec->spdif_mute) {
661 if (smux_idx == 0)
662 nid = spec->multiout.dig_out_nid;
663 else
664 nid = codec->slave_dig_outs[smux_idx - 1];
665 if (spec->cur_smux[smux_idx] == smux->num_items - 1)
Takashi Iwaic9b46f92008-12-01 11:42:09 +0100666 val = HDA_AMP_MUTE;
Matthew Ranostay00ef50c2008-09-27 18:13:47 -0400667 else
Takashi Iwaic9b46f92008-12-01 11:42:09 +0100668 val = 0;
Matthew Ranostay00ef50c2008-09-27 18:13:47 -0400669 /* un/mute SPDIF out */
Takashi Iwaic9b46f92008-12-01 11:42:09 +0100670 snd_hda_codec_amp_stereo(codec, nid, HDA_OUTPUT, 0,
671 HDA_AMP_MUTE, val);
Matthew Ranostay00ef50c2008-09-27 18:13:47 -0400672 }
673 return 0;
Matthew Ranostayd9737752008-09-07 12:03:41 +0200674}
675
Vitaliy Kulikov45eebda2011-07-26 16:56:20 -0500676static int stac_vrefout_set(struct hda_codec *codec,
677 hda_nid_t nid, unsigned int new_vref)
678{
679 int error, pinctl;
680
681 snd_printdd("%s, nid %x ctl %x\n", __func__, nid, new_vref);
682 pinctl = snd_hda_codec_read(codec, nid, 0,
683 AC_VERB_GET_PIN_WIDGET_CONTROL, 0);
684
685 if (pinctl < 0)
686 return pinctl;
687
688 pinctl &= 0xff;
689 pinctl &= ~AC_PINCTL_VREFEN;
690 pinctl |= (new_vref & AC_PINCTL_VREFEN);
691
692 error = snd_hda_codec_write_cache(codec, nid, 0,
693 AC_VERB_SET_PIN_WIDGET_CONTROL, pinctl);
694 if (error < 0)
695 return error;
696
697 return 1;
698}
699
Nickolas Lloyd2fc99892009-05-15 15:33:30 +0200700static unsigned int stac92xx_vref_set(struct hda_codec *codec,
701 hda_nid_t nid, unsigned int new_vref)
702{
Takashi Iwaib8621512009-06-22 08:00:10 +0200703 int error;
Nickolas Lloyd2fc99892009-05-15 15:33:30 +0200704 unsigned int pincfg;
705 pincfg = snd_hda_codec_read(codec, nid, 0,
706 AC_VERB_GET_PIN_WIDGET_CONTROL, 0);
707
708 pincfg &= 0xff;
709 pincfg &= ~(AC_PINCTL_VREFEN | AC_PINCTL_IN_EN | AC_PINCTL_OUT_EN);
710 pincfg |= new_vref;
711
712 if (new_vref == AC_PINCTL_VREF_HIZ)
713 pincfg |= AC_PINCTL_OUT_EN;
714 else
715 pincfg |= AC_PINCTL_IN_EN;
716
717 error = snd_hda_codec_write_cache(codec, nid, 0,
718 AC_VERB_SET_PIN_WIDGET_CONTROL, pincfg);
719 if (error < 0)
720 return error;
721 else
722 return 1;
723}
724
725static unsigned int stac92xx_vref_get(struct hda_codec *codec, hda_nid_t nid)
726{
727 unsigned int vref;
728 vref = snd_hda_codec_read(codec, nid, 0,
729 AC_VERB_GET_PIN_WIDGET_CONTROL, 0);
730 vref &= AC_PINCTL_VREFEN;
731 return vref;
732}
733
Takashi Iwaic8b6bf92005-11-17 14:57:47 +0100734static int stac92xx_mux_enum_info(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_info *uinfo)
Matt2f2f4252005-04-13 14:45:30 +0200735{
736 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
737 struct sigmatel_spec *spec = codec->spec;
Mattc7d4b2f2005-06-27 14:59:41 +0200738 return snd_hda_input_mux_info(spec->input_mux, uinfo);
Matt2f2f4252005-04-13 14:45:30 +0200739}
740
Takashi Iwaic8b6bf92005-11-17 14:57:47 +0100741static int stac92xx_mux_enum_get(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol)
Matt2f2f4252005-04-13 14:45:30 +0200742{
743 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
744 struct sigmatel_spec *spec = codec->spec;
745 unsigned int adc_idx = snd_ctl_get_ioffidx(kcontrol, &ucontrol->id);
746
747 ucontrol->value.enumerated.item[0] = spec->cur_mux[adc_idx];
748 return 0;
749}
750
Takashi Iwaic8b6bf92005-11-17 14:57:47 +0100751static int stac92xx_mux_enum_put(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol)
Matt2f2f4252005-04-13 14:45:30 +0200752{
753 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
754 struct sigmatel_spec *spec = codec->spec;
755 unsigned int adc_idx = snd_ctl_get_ioffidx(kcontrol, &ucontrol->id);
Takashi Iwai5207e102009-07-30 13:09:08 +0200756 const struct hda_input_mux *imux = spec->input_mux;
Vitaliy Kulikov094a4242011-03-09 19:47:43 -0600757 unsigned int idx, prev_idx, didx;
Matt2f2f4252005-04-13 14:45:30 +0200758
Takashi Iwai5207e102009-07-30 13:09:08 +0200759 idx = ucontrol->value.enumerated.item[0];
760 if (idx >= imux->num_items)
761 idx = imux->num_items - 1;
762 prev_idx = spec->cur_mux[adc_idx];
763 if (prev_idx == idx)
764 return 0;
765 if (idx < spec->num_analog_muxes) {
766 snd_hda_codec_write_cache(codec, spec->mux_nids[adc_idx], 0,
767 AC_VERB_SET_CONNECT_SEL,
768 imux->items[idx].index);
Vitaliy Kulikov094a4242011-03-09 19:47:43 -0600769 if (prev_idx >= spec->num_analog_muxes &&
770 spec->mux_nids[adc_idx] != spec->dmux_nids[adc_idx]) {
Takashi Iwai5207e102009-07-30 13:09:08 +0200771 imux = spec->dinput_mux;
772 /* 0 = analog */
773 snd_hda_codec_write_cache(codec,
774 spec->dmux_nids[adc_idx], 0,
775 AC_VERB_SET_CONNECT_SEL,
776 imux->items[0].index);
777 }
778 } else {
779 imux = spec->dinput_mux;
Vitaliy Kulikov094a4242011-03-09 19:47:43 -0600780 /* first dimux item is hardcoded to select analog imux,
781 * so lets skip it
782 */
783 didx = idx - spec->num_analog_muxes + 1;
Takashi Iwai5207e102009-07-30 13:09:08 +0200784 snd_hda_codec_write_cache(codec, spec->dmux_nids[adc_idx], 0,
785 AC_VERB_SET_CONNECT_SEL,
Vitaliy Kulikov094a4242011-03-09 19:47:43 -0600786 imux->items[didx].index);
Takashi Iwai5207e102009-07-30 13:09:08 +0200787 }
788 spec->cur_mux[adc_idx] = idx;
789 return 1;
Matt2f2f4252005-04-13 14:45:30 +0200790}
791
Matthew Ranostayb22b4822008-01-22 12:32:30 +0100792static int stac92xx_mono_mux_enum_info(struct snd_kcontrol *kcontrol,
793 struct snd_ctl_elem_info *uinfo)
794{
795 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
796 struct sigmatel_spec *spec = codec->spec;
797 return snd_hda_input_mux_info(spec->mono_mux, uinfo);
798}
799
800static int stac92xx_mono_mux_enum_get(struct snd_kcontrol *kcontrol,
801 struct snd_ctl_elem_value *ucontrol)
802{
803 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
804 struct sigmatel_spec *spec = codec->spec;
805
806 ucontrol->value.enumerated.item[0] = spec->cur_mmux;
807 return 0;
808}
809
810static int stac92xx_mono_mux_enum_put(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 return snd_hda_input_mux_put(codec, spec->mono_mux, ucontrol,
817 spec->mono_nid, &spec->cur_mmux);
818}
819
Maxim Levitsky5f10c4a2007-09-03 15:29:37 +0200820#define stac92xx_aloopback_info snd_ctl_boolean_mono_info
821
822static int stac92xx_aloopback_get(struct snd_kcontrol *kcontrol,
823 struct snd_ctl_elem_value *ucontrol)
824{
825 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
Matthew Ranostaye1f0d662007-12-13 17:47:21 +0100826 unsigned int idx = snd_ctl_get_ioffidx(kcontrol, &ucontrol->id);
Maxim Levitsky5f10c4a2007-09-03 15:29:37 +0200827 struct sigmatel_spec *spec = codec->spec;
828
Matthew Ranostaye1f0d662007-12-13 17:47:21 +0100829 ucontrol->value.integer.value[0] = !!(spec->aloopback &
830 (spec->aloopback_mask << idx));
Maxim Levitsky5f10c4a2007-09-03 15:29:37 +0200831 return 0;
832}
833
834static int stac92xx_aloopback_put(struct snd_kcontrol *kcontrol,
835 struct snd_ctl_elem_value *ucontrol)
836{
837 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
838 struct sigmatel_spec *spec = codec->spec;
Matthew Ranostaye1f0d662007-12-13 17:47:21 +0100839 unsigned int idx = snd_ctl_get_ioffidx(kcontrol, &ucontrol->id);
Maxim Levitsky5f10c4a2007-09-03 15:29:37 +0200840 unsigned int dac_mode;
Matthew Ranostaye1f0d662007-12-13 17:47:21 +0100841 unsigned int val, idx_val;
Maxim Levitsky5f10c4a2007-09-03 15:29:37 +0200842
Matthew Ranostaye1f0d662007-12-13 17:47:21 +0100843 idx_val = spec->aloopback_mask << idx;
844 if (ucontrol->value.integer.value[0])
845 val = spec->aloopback | idx_val;
846 else
847 val = spec->aloopback & ~idx_val;
Takashi Iwai68ea7b22007-11-15 15:54:38 +0100848 if (spec->aloopback == val)
Maxim Levitsky5f10c4a2007-09-03 15:29:37 +0200849 return 0;
850
Takashi Iwai68ea7b22007-11-15 15:54:38 +0100851 spec->aloopback = val;
Maxim Levitsky5f10c4a2007-09-03 15:29:37 +0200852
Matthew Ranostaye1f0d662007-12-13 17:47:21 +0100853 /* Only return the bits defined by the shift value of the
854 * first two bytes of the mask
855 */
Maxim Levitsky5f10c4a2007-09-03 15:29:37 +0200856 dac_mode = snd_hda_codec_read(codec, codec->afg, 0,
Matthew Ranostaye1f0d662007-12-13 17:47:21 +0100857 kcontrol->private_value & 0xFFFF, 0x0);
858 dac_mode >>= spec->aloopback_shift;
Maxim Levitsky5f10c4a2007-09-03 15:29:37 +0200859
Matthew Ranostaye1f0d662007-12-13 17:47:21 +0100860 if (spec->aloopback & idx_val) {
Maxim Levitsky5f10c4a2007-09-03 15:29:37 +0200861 snd_hda_power_up(codec);
Matthew Ranostaye1f0d662007-12-13 17:47:21 +0100862 dac_mode |= idx_val;
Maxim Levitsky5f10c4a2007-09-03 15:29:37 +0200863 } else {
864 snd_hda_power_down(codec);
Matthew Ranostaye1f0d662007-12-13 17:47:21 +0100865 dac_mode &= ~idx_val;
Maxim Levitsky5f10c4a2007-09-03 15:29:37 +0200866 }
867
868 snd_hda_codec_write_cache(codec, codec->afg, 0,
869 kcontrol->private_value >> 16, dac_mode);
870
871 return 1;
872}
873
Takashi Iwai2b635362011-05-02 12:33:43 +0200874static const struct hda_verb stac9200_core_init[] = {
Matt2f2f4252005-04-13 14:45:30 +0200875 /* set dac0mux for dac converter */
Mattc7d4b2f2005-06-27 14:59:41 +0200876 { 0x07, AC_VERB_SET_CONNECT_SEL, 0x00},
Matt2f2f4252005-04-13 14:45:30 +0200877 {}
878};
879
Takashi Iwai2b635362011-05-02 12:33:43 +0200880static const struct hda_verb stac9200_eapd_init[] = {
Takashi Iwai1194b5b2007-10-10 10:04:26 +0200881 /* set dac0mux for dac converter */
882 {0x07, AC_VERB_SET_CONNECT_SEL, 0x00},
883 {0x08, AC_VERB_SET_EAPD_BTLENABLE, 0x02},
884 {}
885};
886
Takashi Iwai2b635362011-05-02 12:33:43 +0200887static const struct hda_verb dell_eq_core_init[] = {
Matthew Ranostayd654a662008-03-14 08:46:51 +0100888 /* set master volume to max value without distortion
889 * and direct control */
890 { 0x1f, AC_VERB_SET_VOLUME_KNOB_CONTROL, 0xec},
Matthew Ranostayd654a662008-03-14 08:46:51 +0100891 {}
892};
893
Takashi Iwai2b635362011-05-02 12:33:43 +0200894static const struct hda_verb stac92hd73xx_core_init[] = {
Matthew Ranostaye1f0d662007-12-13 17:47:21 +0100895 /* set master volume and direct control */
896 { 0x1f, AC_VERB_SET_VOLUME_KNOB_CONTROL, 0xff},
Matthew Ranostaye1f0d662007-12-13 17:47:21 +0100897 {}
898};
899
Takashi Iwai2b635362011-05-02 12:33:43 +0200900static const struct hda_verb stac92hd83xxx_core_init[] = {
Matthew Ranostayd0513fc2008-07-27 10:30:30 +0200901 /* power state controls amps */
902 { 0x01, AC_VERB_SET_EAPD, 1 << 2},
Herton Ronaldo Krzesinski574f3c42008-12-23 16:53:00 -0200903 {}
Matthew Ranostayd0513fc2008-07-27 10:30:30 +0200904};
905
Takashi Iwai2b635362011-05-02 12:33:43 +0200906static const struct hda_verb stac92hd71bxx_core_init[] = {
Matthew Ranostaye035b842007-11-06 11:53:55 +0100907 /* set master volume and direct control */
908 { 0x28, AC_VERB_SET_VOLUME_KNOB_CONTROL, 0xff},
Herton Ronaldo Krzesinski574f3c42008-12-23 16:53:00 -0200909 {}
Matthew Ranostay541eee82007-12-14 12:08:04 +0100910};
911
Takashi Iwai2b635362011-05-02 12:33:43 +0200912static const struct hda_verb stac92hd71bxx_unmute_core_init[] = {
Matthew Ranostayca8d33f2009-01-26 09:33:52 -0500913 /* unmute right and left channels for nodes 0x0f, 0xa, 0x0d */
914 { 0x0f, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
Matthew Ranostaye035b842007-11-06 11:53:55 +0100915 { 0x0a, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
916 { 0x0d, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
Matthew Ranostaye035b842007-11-06 11:53:55 +0100917 {}
918};
919
Takashi Iwai2b635362011-05-02 12:33:43 +0200920static const struct hda_verb stac925x_core_init[] = {
Tobin Davis8e21c342007-01-08 11:04:17 +0100921 /* set dac0mux for dac converter */
922 { 0x06, AC_VERB_SET_CONNECT_SEL, 0x00},
Takashi Iwaic9280d62009-01-15 17:31:00 +0100923 /* mute the master volume */
924 { 0x0e, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_MUTE },
Tobin Davis8e21c342007-01-08 11:04:17 +0100925 {}
926};
927
Takashi Iwai2b635362011-05-02 12:33:43 +0200928static const struct hda_verb stac922x_core_init[] = {
Matt2f2f4252005-04-13 14:45:30 +0200929 /* set master volume and direct control */
Mattc7d4b2f2005-06-27 14:59:41 +0200930 { 0x16, AC_VERB_SET_VOLUME_KNOB_CONTROL, 0xff},
Matt2f2f4252005-04-13 14:45:30 +0200931 {}
932};
933
Takashi Iwai2b635362011-05-02 12:33:43 +0200934static const struct hda_verb d965_core_init[] = {
Takashi Iwai19039bd2006-06-28 15:52:16 +0200935 /* set master volume and direct control */
Tobin Davis93ed1502006-09-01 21:03:12 +0200936 { 0x24, AC_VERB_SET_VOLUME_KNOB_CONTROL, 0xff},
Takashi Iwai19039bd2006-06-28 15:52:16 +0200937 /* unmute node 0x1b */
938 { 0x1b, AC_VERB_SET_AMP_GAIN_MUTE, 0xb000},
939 /* select node 0x03 as DAC */
940 { 0x0b, AC_VERB_SET_CONNECT_SEL, 0x01},
941 {}
942};
943
Takashi Iwai2b635362011-05-02 12:33:43 +0200944static const struct hda_verb dell_3st_core_init[] = {
Takashi Iwaiccca7cd2009-10-13 15:32:21 +0200945 /* don't set delta bit */
946 {0x24, AC_VERB_SET_VOLUME_KNOB_CONTROL, 0x7f},
947 /* unmute node 0x1b */
948 {0x1b, AC_VERB_SET_AMP_GAIN_MUTE, 0xb000},
949 /* select node 0x03 as DAC */
950 {0x0b, AC_VERB_SET_CONNECT_SEL, 0x01},
951 {}
952};
953
Takashi Iwai2b635362011-05-02 12:33:43 +0200954static const struct hda_verb stac927x_core_init[] = {
Matt Porter3cc08dc2006-01-23 15:27:49 +0100955 /* set master volume and direct control */
956 { 0x24, AC_VERB_SET_VOLUME_KNOB_CONTROL, 0xff},
Matthew Ranostay1cd22242008-07-18 18:20:52 +0200957 /* enable analog pc beep path */
958 { 0x01, AC_VERB_SET_DIGI_CONVERT_2, 1 << 5},
Matt Porter3cc08dc2006-01-23 15:27:49 +0100959 {}
960};
961
Takashi Iwai2b635362011-05-02 12:33:43 +0200962static const struct hda_verb stac927x_volknob_core_init[] = {
Takashi Iwai54930532009-10-11 17:38:29 +0200963 /* don't set delta bit */
964 {0x24, AC_VERB_SET_VOLUME_KNOB_CONTROL, 0x7f},
965 /* enable analog pc beep path */
966 {0x01, AC_VERB_SET_DIGI_CONVERT_2, 1 << 5},
967 {}
968};
969
Takashi Iwai2b635362011-05-02 12:33:43 +0200970static const struct hda_verb stac9205_core_init[] = {
Matt Porterf3302a52006-07-31 12:49:34 +0200971 /* set master volume and direct control */
972 { 0x24, AC_VERB_SET_VOLUME_KNOB_CONTROL, 0xff},
Matthew Ranostayd0513fc2008-07-27 10:30:30 +0200973 /* enable analog pc beep path */
974 { 0x01, AC_VERB_SET_DIGI_CONVERT_2, 1 << 5},
Matt Porterf3302a52006-07-31 12:49:34 +0200975 {}
976};
977
Matthew Ranostayb22b4822008-01-22 12:32:30 +0100978#define STAC_MONO_MUX \
979 { \
980 .iface = SNDRV_CTL_ELEM_IFACE_MIXER, \
981 .name = "Mono Mux", \
982 .count = 1, \
983 .info = stac92xx_mono_mux_enum_info, \
984 .get = stac92xx_mono_mux_enum_get, \
985 .put = stac92xx_mono_mux_enum_put, \
986 }
987
Matthew Ranostaye1f0d662007-12-13 17:47:21 +0100988#define STAC_ANALOG_LOOPBACK(verb_read, verb_write, cnt) \
Maxim Levitsky5f10c4a2007-09-03 15:29:37 +0200989 { \
990 .iface = SNDRV_CTL_ELEM_IFACE_MIXER, \
991 .name = "Analog Loopback", \
Matthew Ranostaye1f0d662007-12-13 17:47:21 +0100992 .count = cnt, \
Maxim Levitsky5f10c4a2007-09-03 15:29:37 +0200993 .info = stac92xx_aloopback_info, \
994 .get = stac92xx_aloopback_get, \
995 .put = stac92xx_aloopback_put, \
996 .private_value = verb_read | (verb_write << 16), \
997 }
998
Nickolas Lloyd2fc99892009-05-15 15:33:30 +0200999#define DC_BIAS(xname, idx, nid) \
1000 { \
1001 .iface = SNDRV_CTL_ELEM_IFACE_MIXER, \
1002 .name = xname, \
1003 .index = idx, \
1004 .info = stac92xx_dc_bias_info, \
1005 .get = stac92xx_dc_bias_get, \
1006 .put = stac92xx_dc_bias_put, \
1007 .private_value = nid, \
1008 }
1009
Takashi Iwai2b635362011-05-02 12:33:43 +02001010static const struct snd_kcontrol_new stac9200_mixer[] = {
Clemens Ladischde8c85f2010-10-15 10:32:50 +02001011 HDA_CODEC_VOLUME_MIN_MUTE("Master Playback Volume", 0xb, 0, HDA_OUTPUT),
Matt2f2f4252005-04-13 14:45:30 +02001012 HDA_CODEC_MUTE("Master Playback Switch", 0xb, 0, HDA_OUTPUT),
Matt2f2f4252005-04-13 14:45:30 +02001013 HDA_CODEC_VOLUME("Capture Volume", 0x0a, 0, HDA_OUTPUT),
1014 HDA_CODEC_MUTE("Capture Switch", 0x0a, 0, HDA_OUTPUT),
Matt2f2f4252005-04-13 14:45:30 +02001015 { } /* end */
1016};
1017
Takashi Iwai2b635362011-05-02 12:33:43 +02001018static const struct snd_kcontrol_new stac92hd73xx_6ch_loopback[] = {
Takashi Iwaid78d7a92009-03-02 14:26:25 +01001019 STAC_ANALOG_LOOPBACK(0xFA0, 0x7A1, 3),
1020 {}
1021};
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01001022
Takashi Iwai2b635362011-05-02 12:33:43 +02001023static const struct snd_kcontrol_new stac92hd73xx_8ch_loopback[] = {
Takashi Iwaid78d7a92009-03-02 14:26:25 +01001024 STAC_ANALOG_LOOPBACK(0xFA0, 0x7A1, 4),
1025 {}
1026};
1027
Takashi Iwai2b635362011-05-02 12:33:43 +02001028static const struct snd_kcontrol_new stac92hd73xx_10ch_loopback[] = {
Takashi Iwaid78d7a92009-03-02 14:26:25 +01001029 STAC_ANALOG_LOOPBACK(0xFA0, 0x7A1, 5),
1030 {}
1031};
1032
Matthew Ranostayd0513fc2008-07-27 10:30:30 +02001033
Takashi Iwai2b635362011-05-02 12:33:43 +02001034static const struct snd_kcontrol_new stac92hd71bxx_loopback[] = {
Takashi Iwaid78d7a92009-03-02 14:26:25 +01001035 STAC_ANALOG_LOOPBACK(0xFA0, 0x7A0, 2)
1036};
Matthew Ranostay541eee82007-12-14 12:08:04 +01001037
Takashi Iwai2b635362011-05-02 12:33:43 +02001038static const struct snd_kcontrol_new stac925x_mixer[] = {
Clemens Ladischde8c85f2010-10-15 10:32:50 +02001039 HDA_CODEC_VOLUME_MIN_MUTE("Master Playback Volume", 0xe, 0, HDA_OUTPUT),
Takashi Iwaic9280d62009-01-15 17:31:00 +01001040 HDA_CODEC_MUTE("Master Playback Switch", 0x0e, 0, HDA_OUTPUT),
Maxim Levitsky9e05b7a2007-09-03 15:31:02 +02001041 { } /* end */
1042};
1043
Takashi Iwai2b635362011-05-02 12:33:43 +02001044static const struct snd_kcontrol_new stac9205_loopback[] = {
Takashi Iwaid78d7a92009-03-02 14:26:25 +01001045 STAC_ANALOG_LOOPBACK(0xFE0, 0x7E0, 1),
1046 {}
1047};
1048
Takashi Iwai2b635362011-05-02 12:33:43 +02001049static const struct snd_kcontrol_new stac927x_loopback[] = {
Takashi Iwaid78d7a92009-03-02 14:26:25 +01001050 STAC_ANALOG_LOOPBACK(0xFEB, 0x7EB, 1),
1051 {}
1052};
1053
Takashi Iwai1697055e2007-12-18 18:05:52 +01001054static struct snd_kcontrol_new stac_dmux_mixer = {
1055 .iface = SNDRV_CTL_ELEM_IFACE_MIXER,
1056 .name = "Digital Input Source",
1057 /* count set later */
1058 .info = stac92xx_dmux_enum_info,
1059 .get = stac92xx_dmux_enum_get,
1060 .put = stac92xx_dmux_enum_put,
1061};
1062
Matthew Ranostayd9737752008-09-07 12:03:41 +02001063static struct snd_kcontrol_new stac_smux_mixer = {
1064 .iface = SNDRV_CTL_ELEM_IFACE_MIXER,
Matthew Ranostaye3487972008-09-08 11:36:59 -04001065 .name = "IEC958 Playback Source",
Matthew Ranostayd9737752008-09-07 12:03:41 +02001066 /* count set later */
1067 .info = stac92xx_smux_enum_info,
1068 .get = stac92xx_smux_enum_get,
1069 .put = stac92xx_smux_enum_put,
1070};
1071
Takashi Iwaiea734962011-01-17 11:29:34 +01001072static const char * const slave_vols[] = {
Takashi Iwai2134ea42008-01-10 16:53:55 +01001073 "Front Playback Volume",
1074 "Surround Playback Volume",
1075 "Center Playback Volume",
1076 "LFE Playback Volume",
1077 "Side Playback Volume",
1078 "Headphone Playback Volume",
Takashi Iwai2134ea42008-01-10 16:53:55 +01001079 "Speaker Playback Volume",
Takashi Iwai2134ea42008-01-10 16:53:55 +01001080 NULL
1081};
1082
Takashi Iwaiea734962011-01-17 11:29:34 +01001083static const char * const slave_sws[] = {
Takashi Iwai2134ea42008-01-10 16:53:55 +01001084 "Front Playback Switch",
1085 "Surround Playback Switch",
1086 "Center Playback Switch",
1087 "LFE Playback Switch",
1088 "Side Playback Switch",
1089 "Headphone Playback Switch",
Takashi Iwai2134ea42008-01-10 16:53:55 +01001090 "Speaker Playback Switch",
Takashi Iwaiedb54a52008-01-29 12:47:02 +01001091 "IEC958 Playback Switch",
Takashi Iwai2134ea42008-01-10 16:53:55 +01001092 NULL
1093};
1094
Takashi Iwai603c4012008-07-30 15:01:44 +02001095static void stac92xx_free_kctls(struct hda_codec *codec);
Takashi Iwaie4973e12008-11-18 09:32:42 +01001096static int stac92xx_add_jack(struct hda_codec *codec, hda_nid_t nid, int type);
Takashi Iwai603c4012008-07-30 15:01:44 +02001097
Matt2f2f4252005-04-13 14:45:30 +02001098static int stac92xx_build_controls(struct hda_codec *codec)
1099{
1100 struct sigmatel_spec *spec = codec->spec;
Takashi Iwaie4973e12008-11-18 09:32:42 +01001101 struct auto_pin_cfg *cfg = &spec->autocfg;
1102 hda_nid_t nid;
Matt2f2f4252005-04-13 14:45:30 +02001103 int err;
Mattc7d4b2f2005-06-27 14:59:41 +02001104 int i;
Matt2f2f4252005-04-13 14:45:30 +02001105
Takashi Iwai6479c632009-07-28 18:20:25 +02001106 if (spec->mixer) {
1107 err = snd_hda_add_new_ctls(codec, spec->mixer);
1108 if (err < 0)
1109 return err;
1110 }
Mattc7d4b2f2005-06-27 14:59:41 +02001111
1112 for (i = 0; i < spec->num_mixers; i++) {
1113 err = snd_hda_add_new_ctls(codec, spec->mixers[i]);
1114 if (err < 0)
1115 return err;
1116 }
Takashi Iwai5207e102009-07-30 13:09:08 +02001117 if (!spec->auto_mic && spec->num_dmuxes > 0 &&
1118 snd_hda_get_bool_hint(codec, "separate_dmux") == 1) {
Takashi Iwai1697055e2007-12-18 18:05:52 +01001119 stac_dmux_mixer.count = spec->num_dmuxes;
Jaroslav Kysela3911a4c2009-11-11 13:43:01 +01001120 err = snd_hda_ctl_add(codec, 0,
Takashi Iwai1697055e2007-12-18 18:05:52 +01001121 snd_ctl_new1(&stac_dmux_mixer, codec));
1122 if (err < 0)
1123 return err;
1124 }
Matthew Ranostayd9737752008-09-07 12:03:41 +02001125 if (spec->num_smuxes > 0) {
Matthew Ranostay00ef50c2008-09-27 18:13:47 -04001126 int wcaps = get_wcaps(codec, spec->multiout.dig_out_nid);
1127 struct hda_input_mux *smux = &spec->private_smux;
1128 /* check for mute support on SPDIF out */
1129 if (wcaps & AC_WCAP_OUT_AMP) {
Takashi Iwai10a20af2010-09-09 16:28:02 +02001130 snd_hda_add_imux_item(smux, "Off", 0, NULL);
Matthew Ranostay00ef50c2008-09-27 18:13:47 -04001131 spec->spdif_mute = 1;
1132 }
Matthew Ranostayd9737752008-09-07 12:03:41 +02001133 stac_smux_mixer.count = spec->num_smuxes;
Jaroslav Kysela3911a4c2009-11-11 13:43:01 +01001134 err = snd_hda_ctl_add(codec, 0,
Matthew Ranostayd9737752008-09-07 12:03:41 +02001135 snd_ctl_new1(&stac_smux_mixer, codec));
1136 if (err < 0)
1137 return err;
1138 }
Mattc7d4b2f2005-06-27 14:59:41 +02001139
Mattdabbed62005-06-14 10:19:34 +02001140 if (spec->multiout.dig_out_nid) {
Stephen Warren74b654c2011-06-01 11:14:18 -06001141 err = snd_hda_create_spdif_out_ctls(codec,
1142 spec->multiout.dig_out_nid,
1143 spec->multiout.dig_out_nid);
Mattdabbed62005-06-14 10:19:34 +02001144 if (err < 0)
1145 return err;
Takashi Iwai9a081602008-02-12 18:37:26 +01001146 err = snd_hda_create_spdif_share_sw(codec,
1147 &spec->multiout);
1148 if (err < 0)
1149 return err;
1150 spec->multiout.share_spdif = 1;
Mattdabbed62005-06-14 10:19:34 +02001151 }
Harvey Harrisonda74ae32008-10-21 20:28:04 -07001152 if (spec->dig_in_nid && !(spec->gpio_dir & 0x01)) {
Mattdabbed62005-06-14 10:19:34 +02001153 err = snd_hda_create_spdif_in_ctls(codec, spec->dig_in_nid);
1154 if (err < 0)
1155 return err;
1156 }
Takashi Iwai2134ea42008-01-10 16:53:55 +01001157
1158 /* if we have no master control, let's create it */
1159 if (!snd_hda_find_mixer_ctl(codec, "Master Playback Volume")) {
Takashi Iwai1c82ed12008-02-18 13:05:50 +01001160 unsigned int vmaster_tlv[4];
Takashi Iwai2134ea42008-01-10 16:53:55 +01001161 snd_hda_set_vmaster_tlv(codec, spec->multiout.dac_nids[0],
Takashi Iwai1c82ed12008-02-18 13:05:50 +01001162 HDA_OUTPUT, vmaster_tlv);
Takashi Iwai7c7767e2009-01-20 15:28:38 +01001163 /* correct volume offset */
1164 vmaster_tlv[2] += vmaster_tlv[3] * spec->volume_offset;
Clemens Ladischde8c85f2010-10-15 10:32:50 +02001165 /* minimum value is actually mute */
Clemens Ladischa74ccea2010-10-22 15:52:34 +02001166 vmaster_tlv[3] |= TLV_DB_SCALE_MUTE;
Takashi Iwai2134ea42008-01-10 16:53:55 +01001167 err = snd_hda_add_vmaster(codec, "Master Playback Volume",
Takashi Iwai1c82ed12008-02-18 13:05:50 +01001168 vmaster_tlv, slave_vols);
Takashi Iwai2134ea42008-01-10 16:53:55 +01001169 if (err < 0)
1170 return err;
1171 }
1172 if (!snd_hda_find_mixer_ctl(codec, "Master Playback Switch")) {
1173 err = snd_hda_add_vmaster(codec, "Master Playback Switch",
1174 NULL, slave_sws);
1175 if (err < 0)
1176 return err;
1177 }
1178
Takashi Iwaid78d7a92009-03-02 14:26:25 +01001179 if (spec->aloopback_ctl &&
1180 snd_hda_get_bool_hint(codec, "loopback") == 1) {
1181 err = snd_hda_add_new_ctls(codec, spec->aloopback_ctl);
1182 if (err < 0)
1183 return err;
1184 }
1185
Takashi Iwai603c4012008-07-30 15:01:44 +02001186 stac92xx_free_kctls(codec); /* no longer needed */
Takashi Iwaie4973e12008-11-18 09:32:42 +01001187
1188 /* create jack input elements */
1189 if (spec->hp_detect) {
1190 for (i = 0; i < cfg->hp_outs; i++) {
1191 int type = SND_JACK_HEADPHONE;
1192 nid = cfg->hp_pins[i];
1193 /* jack detection */
1194 if (cfg->hp_outs == i)
1195 type |= SND_JACK_LINEOUT;
1196 err = stac92xx_add_jack(codec, nid, type);
1197 if (err < 0)
1198 return err;
1199 }
1200 }
1201 for (i = 0; i < cfg->line_outs; i++) {
1202 err = stac92xx_add_jack(codec, cfg->line_out_pins[i],
1203 SND_JACK_LINEOUT);
1204 if (err < 0)
1205 return err;
1206 }
Takashi Iwaieea7dc92010-08-30 13:06:15 +02001207 for (i = 0; i < cfg->num_inputs; i++) {
1208 nid = cfg->inputs[i].pin;
1209 err = stac92xx_add_jack(codec, nid, SND_JACK_MICROPHONE);
1210 if (err < 0)
1211 return err;
Takashi Iwaie4973e12008-11-18 09:32:42 +01001212 }
1213
Mattdabbed62005-06-14 10:19:34 +02001214 return 0;
Matt2f2f4252005-04-13 14:45:30 +02001215}
1216
Takashi Iwai2b635362011-05-02 12:33:43 +02001217static const unsigned int ref9200_pin_configs[8] = {
Mattdabbed62005-06-14 10:19:34 +02001218 0x01c47010, 0x01447010, 0x0221401f, 0x01114010,
Matt2f2f4252005-04-13 14:45:30 +02001219 0x02a19020, 0x01a19021, 0x90100140, 0x01813122,
1220};
1221
Takashi Iwai2b635362011-05-02 12:33:43 +02001222static const unsigned int gateway9200_m4_pin_configs[8] = {
Mauro Carvalho Chehab58eec422008-08-11 10:18:39 +02001223 0x400000fe, 0x404500f4, 0x400100f0, 0x90110010,
1224 0x400100f1, 0x02a1902e, 0x500000f2, 0x500000f3,
1225};
Takashi Iwai2b635362011-05-02 12:33:43 +02001226static const unsigned int gateway9200_m4_2_pin_configs[8] = {
Mauro Carvalho Chehab58eec422008-08-11 10:18:39 +02001227 0x400000fe, 0x404500f4, 0x400100f0, 0x90110010,
1228 0x400100f1, 0x02a1902e, 0x500000f2, 0x500000f3,
1229};
1230
1231/*
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001232 STAC 9200 pin configs for
1233 102801A8
1234 102801DE
1235 102801E8
1236*/
Takashi Iwai2b635362011-05-02 12:33:43 +02001237static const unsigned int dell9200_d21_pin_configs[8] = {
Takashi Iwaiaf6c0162007-09-05 23:46:03 +02001238 0x400001f0, 0x400001f1, 0x02214030, 0x01014010,
1239 0x02a19020, 0x01a19021, 0x90100140, 0x01813122,
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001240};
1241
1242/*
1243 STAC 9200 pin configs for
1244 102801C0
1245 102801C1
1246*/
Takashi Iwai2b635362011-05-02 12:33:43 +02001247static const unsigned int dell9200_d22_pin_configs[8] = {
Takashi Iwaiaf6c0162007-09-05 23:46:03 +02001248 0x400001f0, 0x400001f1, 0x0221401f, 0x01014010,
1249 0x01813020, 0x02a19021, 0x90100140, 0x400001f2,
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001250};
1251
1252/*
1253 STAC 9200 pin configs for
1254 102801C4 (Dell Dimension E310)
1255 102801C5
1256 102801C7
1257 102801D9
1258 102801DA
1259 102801E3
1260*/
Takashi Iwai2b635362011-05-02 12:33:43 +02001261static const unsigned int dell9200_d23_pin_configs[8] = {
Takashi Iwaiaf6c0162007-09-05 23:46:03 +02001262 0x400001f0, 0x400001f1, 0x0221401f, 0x01014010,
1263 0x01813020, 0x01a19021, 0x90100140, 0x400001f2,
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001264};
1265
1266
1267/*
1268 STAC 9200-32 pin configs for
1269 102801B5 (Dell Inspiron 630m)
1270 102801D8 (Dell Inspiron 640m)
1271*/
Takashi Iwai2b635362011-05-02 12:33:43 +02001272static const unsigned int dell9200_m21_pin_configs[8] = {
Takashi Iwaiaf6c0162007-09-05 23:46:03 +02001273 0x40c003fa, 0x03441340, 0x0321121f, 0x90170310,
1274 0x408003fb, 0x03a11020, 0x401003fc, 0x403003fd,
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001275};
1276
1277/*
1278 STAC 9200-32 pin configs for
1279 102801C2 (Dell Latitude D620)
1280 102801C8
1281 102801CC (Dell Latitude D820)
1282 102801D4
1283 102801D6
1284*/
Takashi Iwai2b635362011-05-02 12:33:43 +02001285static const unsigned int dell9200_m22_pin_configs[8] = {
Takashi Iwaiaf6c0162007-09-05 23:46:03 +02001286 0x40c003fa, 0x0144131f, 0x0321121f, 0x90170310,
1287 0x90a70321, 0x03a11020, 0x401003fb, 0x40f000fc,
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001288};
1289
1290/*
1291 STAC 9200-32 pin configs for
1292 102801CE (Dell XPS M1710)
1293 102801CF (Dell Precision M90)
1294*/
Takashi Iwai2b635362011-05-02 12:33:43 +02001295static const unsigned int dell9200_m23_pin_configs[8] = {
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001296 0x40c003fa, 0x01441340, 0x0421421f, 0x90170310,
1297 0x408003fb, 0x04a1102e, 0x90170311, 0x403003fc,
1298};
1299
1300/*
1301 STAC 9200-32 pin configs for
1302 102801C9
1303 102801CA
1304 102801CB (Dell Latitude 120L)
1305 102801D3
1306*/
Takashi Iwai2b635362011-05-02 12:33:43 +02001307static const unsigned int dell9200_m24_pin_configs[8] = {
Takashi Iwaiaf6c0162007-09-05 23:46:03 +02001308 0x40c003fa, 0x404003fb, 0x0321121f, 0x90170310,
1309 0x408003fc, 0x03a11020, 0x401003fd, 0x403003fe,
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001310};
1311
1312/*
1313 STAC 9200-32 pin configs for
1314 102801BD (Dell Inspiron E1505n)
1315 102801EE
1316 102801EF
1317*/
Takashi Iwai2b635362011-05-02 12:33:43 +02001318static const unsigned int dell9200_m25_pin_configs[8] = {
Takashi Iwaiaf6c0162007-09-05 23:46:03 +02001319 0x40c003fa, 0x01441340, 0x0421121f, 0x90170310,
1320 0x408003fb, 0x04a11020, 0x401003fc, 0x403003fd,
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001321};
1322
1323/*
1324 STAC 9200-32 pin configs for
1325 102801F5 (Dell Inspiron 1501)
1326 102801F6
1327*/
Takashi Iwai2b635362011-05-02 12:33:43 +02001328static const unsigned int dell9200_m26_pin_configs[8] = {
Takashi Iwaiaf6c0162007-09-05 23:46:03 +02001329 0x40c003fa, 0x404003fb, 0x0421121f, 0x90170310,
1330 0x408003fc, 0x04a11020, 0x401003fd, 0x403003fe,
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001331};
1332
1333/*
1334 STAC 9200-32
1335 102801CD (Dell Inspiron E1705/9400)
1336*/
Takashi Iwai2b635362011-05-02 12:33:43 +02001337static const unsigned int dell9200_m27_pin_configs[8] = {
Takashi Iwaiaf6c0162007-09-05 23:46:03 +02001338 0x40c003fa, 0x01441340, 0x0421121f, 0x90170310,
1339 0x90170310, 0x04a11020, 0x90170310, 0x40f003fc,
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001340};
1341
Takashi Iwai2b635362011-05-02 12:33:43 +02001342static const unsigned int oqo9200_pin_configs[8] = {
Tobin Davisbf277782008-02-03 20:31:47 +01001343 0x40c000f0, 0x404000f1, 0x0221121f, 0x02211210,
1344 0x90170111, 0x90a70120, 0x400000f2, 0x400000f3,
1345};
1346
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001347
Takashi Iwai2b635362011-05-02 12:33:43 +02001348static const unsigned int *stac9200_brd_tbl[STAC_9200_MODELS] = {
Takashi Iwaif5fcc132006-11-24 17:07:44 +01001349 [STAC_REF] = ref9200_pin_configs,
Tobin Davisbf277782008-02-03 20:31:47 +01001350 [STAC_9200_OQO] = oqo9200_pin_configs,
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001351 [STAC_9200_DELL_D21] = dell9200_d21_pin_configs,
1352 [STAC_9200_DELL_D22] = dell9200_d22_pin_configs,
1353 [STAC_9200_DELL_D23] = dell9200_d23_pin_configs,
1354 [STAC_9200_DELL_M21] = dell9200_m21_pin_configs,
1355 [STAC_9200_DELL_M22] = dell9200_m22_pin_configs,
1356 [STAC_9200_DELL_M23] = dell9200_m23_pin_configs,
1357 [STAC_9200_DELL_M24] = dell9200_m24_pin_configs,
1358 [STAC_9200_DELL_M25] = dell9200_m25_pin_configs,
1359 [STAC_9200_DELL_M26] = dell9200_m26_pin_configs,
1360 [STAC_9200_DELL_M27] = dell9200_m27_pin_configs,
Mauro Carvalho Chehab58eec422008-08-11 10:18:39 +02001361 [STAC_9200_M4] = gateway9200_m4_pin_configs,
1362 [STAC_9200_M4_2] = gateway9200_m4_2_pin_configs,
Takashi Iwai117f2572008-03-18 09:53:23 +01001363 [STAC_9200_PANASONIC] = ref9200_pin_configs,
Matt Porter403d1942005-11-29 15:00:51 +01001364};
1365
Takashi Iwaiea734962011-01-17 11:29:34 +01001366static const char * const stac9200_models[STAC_9200_MODELS] = {
Takashi Iwai1607b8e2009-02-26 16:50:43 +01001367 [STAC_AUTO] = "auto",
Takashi Iwaif5fcc132006-11-24 17:07:44 +01001368 [STAC_REF] = "ref",
Tobin Davisbf277782008-02-03 20:31:47 +01001369 [STAC_9200_OQO] = "oqo",
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001370 [STAC_9200_DELL_D21] = "dell-d21",
1371 [STAC_9200_DELL_D22] = "dell-d22",
1372 [STAC_9200_DELL_D23] = "dell-d23",
1373 [STAC_9200_DELL_M21] = "dell-m21",
1374 [STAC_9200_DELL_M22] = "dell-m22",
1375 [STAC_9200_DELL_M23] = "dell-m23",
1376 [STAC_9200_DELL_M24] = "dell-m24",
1377 [STAC_9200_DELL_M25] = "dell-m25",
1378 [STAC_9200_DELL_M26] = "dell-m26",
1379 [STAC_9200_DELL_M27] = "dell-m27",
Mauro Carvalho Chehab58eec422008-08-11 10:18:39 +02001380 [STAC_9200_M4] = "gateway-m4",
1381 [STAC_9200_M4_2] = "gateway-m4-2",
Takashi Iwai117f2572008-03-18 09:53:23 +01001382 [STAC_9200_PANASONIC] = "panasonic",
Takashi Iwaif5fcc132006-11-24 17:07:44 +01001383};
1384
Takashi Iwai2b635362011-05-02 12:33:43 +02001385static const struct snd_pci_quirk stac9200_cfg_tbl[] = {
Takashi Iwaif5fcc132006-11-24 17:07:44 +01001386 /* SigmaTel reference board */
1387 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x2668,
1388 "DFI LanParty", STAC_REF),
Matthew Ranostay577aa2c2009-01-22 22:55:44 -05001389 SND_PCI_QUIRK(PCI_VENDOR_ID_DFI, 0x3101,
1390 "DFI LanParty", STAC_REF),
Matt Portere7377072006-11-06 11:20:38 +01001391 /* Dell laptops have BIOS problem */
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001392 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01a8,
1393 "unknown Dell", STAC_9200_DELL_D21),
Takashi Iwaif5fcc132006-11-24 17:07:44 +01001394 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01b5,
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001395 "Dell Inspiron 630m", STAC_9200_DELL_M21),
1396 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01bd,
1397 "Dell Inspiron E1505n", STAC_9200_DELL_M25),
1398 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01c0,
1399 "unknown Dell", STAC_9200_DELL_D22),
1400 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01c1,
1401 "unknown Dell", STAC_9200_DELL_D22),
Takashi Iwaif5fcc132006-11-24 17:07:44 +01001402 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01c2,
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001403 "Dell Latitude D620", STAC_9200_DELL_M22),
1404 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01c5,
1405 "unknown Dell", STAC_9200_DELL_D23),
1406 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01c7,
1407 "unknown Dell", STAC_9200_DELL_D23),
1408 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01c8,
1409 "unknown Dell", STAC_9200_DELL_M22),
1410 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01c9,
1411 "unknown Dell", STAC_9200_DELL_M24),
1412 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01ca,
1413 "unknown Dell", STAC_9200_DELL_M24),
Takashi Iwaif5fcc132006-11-24 17:07:44 +01001414 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01cb,
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001415 "Dell Latitude 120L", STAC_9200_DELL_M24),
Cory T. Tusar877b8662007-01-30 17:30:55 +01001416 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01cc,
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001417 "Dell Latitude D820", STAC_9200_DELL_M22),
Mikael Nilsson46f02ca2007-02-13 12:46:16 +01001418 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01cd,
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001419 "Dell Inspiron E1705/9400", STAC_9200_DELL_M27),
Mikael Nilsson46f02ca2007-02-13 12:46:16 +01001420 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01ce,
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001421 "Dell XPS M1710", STAC_9200_DELL_M23),
Takashi Iwaif0f96742007-02-14 00:59:17 +01001422 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01cf,
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001423 "Dell Precision M90", STAC_9200_DELL_M23),
1424 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01d3,
1425 "unknown Dell", STAC_9200_DELL_M22),
1426 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01d4,
1427 "unknown Dell", STAC_9200_DELL_M22),
Daniel T Chen8286c532007-05-15 11:46:23 +02001428 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01d6,
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001429 "unknown Dell", STAC_9200_DELL_M22),
Tobin Davis49c605d2007-05-17 09:38:24 +02001430 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01d8,
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001431 "Dell Inspiron 640m", STAC_9200_DELL_M21),
1432 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01d9,
1433 "unknown Dell", STAC_9200_DELL_D23),
1434 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01da,
1435 "unknown Dell", STAC_9200_DELL_D23),
1436 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01de,
1437 "unknown Dell", STAC_9200_DELL_D21),
1438 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01e3,
1439 "unknown Dell", STAC_9200_DELL_D23),
1440 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01e8,
1441 "unknown Dell", STAC_9200_DELL_D21),
1442 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01ee,
1443 "unknown Dell", STAC_9200_DELL_M25),
1444 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01ef,
1445 "unknown Dell", STAC_9200_DELL_M25),
Tobin Davis49c605d2007-05-17 09:38:24 +02001446 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01f5,
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001447 "Dell Inspiron 1501", STAC_9200_DELL_M26),
1448 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01f6,
1449 "unknown Dell", STAC_9200_DELL_M26),
Tobin Davis49c605d2007-05-17 09:38:24 +02001450 /* Panasonic */
Takashi Iwai117f2572008-03-18 09:53:23 +01001451 SND_PCI_QUIRK(0x10f7, 0x8338, "Panasonic CF-74", STAC_9200_PANASONIC),
Takashi Iwai1194b5b2007-10-10 10:04:26 +02001452 /* Gateway machines needs EAPD to be set on resume */
Mauro Carvalho Chehab58eec422008-08-11 10:18:39 +02001453 SND_PCI_QUIRK(0x107b, 0x0205, "Gateway S-7110M", STAC_9200_M4),
1454 SND_PCI_QUIRK(0x107b, 0x0317, "Gateway MT3423, MX341*", STAC_9200_M4_2),
1455 SND_PCI_QUIRK(0x107b, 0x0318, "Gateway ML3019, MT3707", STAC_9200_M4_2),
Tobin Davisbf277782008-02-03 20:31:47 +01001456 /* OQO Mobile */
1457 SND_PCI_QUIRK(0x1106, 0x3288, "OQO Model 2", STAC_9200_OQO),
Matt Porter403d1942005-11-29 15:00:51 +01001458 {} /* terminator */
1459};
1460
Takashi Iwai2b635362011-05-02 12:33:43 +02001461static const unsigned int ref925x_pin_configs[8] = {
Tobin Davis8e21c342007-01-08 11:04:17 +01001462 0x40c003f0, 0x424503f2, 0x01813022, 0x02a19021,
Matthew Ranostay09a99952008-01-24 11:49:21 +01001463 0x90a70320, 0x02214210, 0x01019020, 0x9033032e,
Tobin Davis8e21c342007-01-08 11:04:17 +01001464};
1465
Takashi Iwai2b635362011-05-02 12:33:43 +02001466static const unsigned int stac925xM1_pin_configs[8] = {
Mauro Carvalho Chehab9cb36c22008-08-11 10:18:39 +02001467 0x40c003f4, 0x424503f2, 0x400000f3, 0x02a19020,
1468 0x40a000f0, 0x90100210, 0x400003f1, 0x9033032e,
Tobin Davis8e21c342007-01-08 11:04:17 +01001469};
1470
Takashi Iwai2b635362011-05-02 12:33:43 +02001471static const unsigned int stac925xM1_2_pin_configs[8] = {
Mauro Carvalho Chehab9cb36c22008-08-11 10:18:39 +02001472 0x40c003f4, 0x424503f2, 0x400000f3, 0x02a19020,
1473 0x40a000f0, 0x90100210, 0x400003f1, 0x9033032e,
1474};
Mauro Carvalho Chehab58eec422008-08-11 10:18:39 +02001475
Takashi Iwai2b635362011-05-02 12:33:43 +02001476static const unsigned int stac925xM2_pin_configs[8] = {
Mauro Carvalho Chehab9cb36c22008-08-11 10:18:39 +02001477 0x40c003f4, 0x424503f2, 0x400000f3, 0x02a19020,
1478 0x40a000f0, 0x90100210, 0x400003f1, 0x9033032e,
Tobin Davis2c11f952007-05-17 09:36:34 +02001479};
1480
Takashi Iwai2b635362011-05-02 12:33:43 +02001481static const unsigned int stac925xM2_2_pin_configs[8] = {
Mauro Carvalho Chehab58eec422008-08-11 10:18:39 +02001482 0x40c003f4, 0x424503f2, 0x400000f3, 0x02a19020,
1483 0x40a000f0, 0x90100210, 0x400003f1, 0x9033032e,
1484};
1485
Takashi Iwai2b635362011-05-02 12:33:43 +02001486static const unsigned int stac925xM3_pin_configs[8] = {
Mauro Carvalho Chehab9cb36c22008-08-11 10:18:39 +02001487 0x40c003f4, 0x424503f2, 0x400000f3, 0x02a19020,
1488 0x40a000f0, 0x90100210, 0x400003f1, 0x503303f3,
1489};
Mauro Carvalho Chehab58eec422008-08-11 10:18:39 +02001490
Takashi Iwai2b635362011-05-02 12:33:43 +02001491static const unsigned int stac925xM5_pin_configs[8] = {
Mauro Carvalho Chehab9cb36c22008-08-11 10:18:39 +02001492 0x40c003f4, 0x424503f2, 0x400000f3, 0x02a19020,
1493 0x40a000f0, 0x90100210, 0x400003f1, 0x9033032e,
1494};
1495
Takashi Iwai2b635362011-05-02 12:33:43 +02001496static const unsigned int stac925xM6_pin_configs[8] = {
Mauro Carvalho Chehab9cb36c22008-08-11 10:18:39 +02001497 0x40c003f4, 0x424503f2, 0x400000f3, 0x02a19020,
1498 0x40a000f0, 0x90100210, 0x400003f1, 0x90330320,
Tobin Davis8e21c342007-01-08 11:04:17 +01001499};
1500
Takashi Iwai2b635362011-05-02 12:33:43 +02001501static const unsigned int *stac925x_brd_tbl[STAC_925x_MODELS] = {
Tobin Davis8e21c342007-01-08 11:04:17 +01001502 [STAC_REF] = ref925x_pin_configs,
Mauro Carvalho Chehab9cb36c22008-08-11 10:18:39 +02001503 [STAC_M1] = stac925xM1_pin_configs,
1504 [STAC_M1_2] = stac925xM1_2_pin_configs,
1505 [STAC_M2] = stac925xM2_pin_configs,
Tobin Davis8e21c342007-01-08 11:04:17 +01001506 [STAC_M2_2] = stac925xM2_2_pin_configs,
Mauro Carvalho Chehab9cb36c22008-08-11 10:18:39 +02001507 [STAC_M3] = stac925xM3_pin_configs,
1508 [STAC_M5] = stac925xM5_pin_configs,
1509 [STAC_M6] = stac925xM6_pin_configs,
Tobin Davis8e21c342007-01-08 11:04:17 +01001510};
1511
Takashi Iwaiea734962011-01-17 11:29:34 +01001512static const char * const stac925x_models[STAC_925x_MODELS] = {
Takashi Iwai1607b8e2009-02-26 16:50:43 +01001513 [STAC_925x_AUTO] = "auto",
Tobin Davis8e21c342007-01-08 11:04:17 +01001514 [STAC_REF] = "ref",
Mauro Carvalho Chehab9cb36c22008-08-11 10:18:39 +02001515 [STAC_M1] = "m1",
1516 [STAC_M1_2] = "m1-2",
1517 [STAC_M2] = "m2",
Tobin Davis8e21c342007-01-08 11:04:17 +01001518 [STAC_M2_2] = "m2-2",
Mauro Carvalho Chehab9cb36c22008-08-11 10:18:39 +02001519 [STAC_M3] = "m3",
1520 [STAC_M5] = "m5",
1521 [STAC_M6] = "m6",
Tobin Davis8e21c342007-01-08 11:04:17 +01001522};
1523
Takashi Iwai2b635362011-05-02 12:33:43 +02001524static const struct snd_pci_quirk stac925x_codec_id_cfg_tbl[] = {
Mauro Carvalho Chehab58eec422008-08-11 10:18:39 +02001525 SND_PCI_QUIRK(0x107b, 0x0316, "Gateway M255", STAC_M2),
1526 SND_PCI_QUIRK(0x107b, 0x0366, "Gateway MP6954", STAC_M5),
1527 SND_PCI_QUIRK(0x107b, 0x0461, "Gateway NX560XL", STAC_M1),
1528 SND_PCI_QUIRK(0x107b, 0x0681, "Gateway NX860", STAC_M2),
Mauro Carvalho Chehab9cb36c22008-08-11 10:18:39 +02001529 SND_PCI_QUIRK(0x107b, 0x0367, "Gateway MX6453", STAC_M1_2),
Mauro Carvalho Chehab9cb36c22008-08-11 10:18:39 +02001530 /* Not sure about the brand name for those */
1531 SND_PCI_QUIRK(0x107b, 0x0281, "Gateway mobile", STAC_M1),
1532 SND_PCI_QUIRK(0x107b, 0x0507, "Gateway mobile", STAC_M3),
1533 SND_PCI_QUIRK(0x107b, 0x0281, "Gateway mobile", STAC_M6),
1534 SND_PCI_QUIRK(0x107b, 0x0685, "Gateway mobile", STAC_M2_2),
Mauro Carvalho Chehab9cb36c22008-08-11 10:18:39 +02001535 {} /* terminator */
Tobin Davis8e21c342007-01-08 11:04:17 +01001536};
1537
Takashi Iwai2b635362011-05-02 12:33:43 +02001538static const struct snd_pci_quirk stac925x_cfg_tbl[] = {
Tobin Davis8e21c342007-01-08 11:04:17 +01001539 /* SigmaTel reference board */
1540 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x2668, "DFI LanParty", STAC_REF),
Matthew Ranostay577aa2c2009-01-22 22:55:44 -05001541 SND_PCI_QUIRK(PCI_VENDOR_ID_DFI, 0x3101, "DFI LanParty", STAC_REF),
Tobin Davis2c11f952007-05-17 09:36:34 +02001542 SND_PCI_QUIRK(0x8384, 0x7632, "Stac9202 Reference Board", STAC_REF),
Mauro Carvalho Chehab9cb36c22008-08-11 10:18:39 +02001543
1544 /* Default table for unknown ID */
1545 SND_PCI_QUIRK(0x1002, 0x437b, "Gateway mobile", STAC_M2_2),
1546
Tobin Davis8e21c342007-01-08 11:04:17 +01001547 {} /* terminator */
1548};
1549
Takashi Iwai2b635362011-05-02 12:33:43 +02001550static const unsigned int ref92hd73xx_pin_configs[13] = {
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01001551 0x02214030, 0x02a19040, 0x01a19020, 0x02214030,
1552 0x0181302e, 0x01014010, 0x01014020, 0x01014030,
1553 0x02319040, 0x90a000f0, 0x90a000f0, 0x01452050,
Matthew Ranostaya7662642008-02-21 07:51:14 +01001554 0x01452050,
1555};
1556
Takashi Iwai2b635362011-05-02 12:33:43 +02001557static const unsigned int dell_m6_pin_configs[13] = {
Matthew Ranostaya7662642008-02-21 07:51:14 +01001558 0x0321101f, 0x4f00000f, 0x4f0000f0, 0x90170110,
Matthew Ranostay7c2ba972008-04-16 13:13:59 +02001559 0x03a11020, 0x0321101f, 0x4f0000f0, 0x4f0000f0,
Matthew Ranostaya7662642008-02-21 07:51:14 +01001560 0x4f0000f0, 0x90a60160, 0x4f0000f0, 0x4f0000f0,
1561 0x4f0000f0,
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01001562};
1563
Takashi Iwai2b635362011-05-02 12:33:43 +02001564static const unsigned int alienware_m17x_pin_configs[13] = {
Takashi Iwai842ae632009-09-02 07:43:08 +02001565 0x0321101f, 0x0321101f, 0x03a11020, 0x03014020,
1566 0x90170110, 0x4f0000f0, 0x4f0000f0, 0x4f0000f0,
1567 0x4f0000f0, 0x90a60160, 0x4f0000f0, 0x4f0000f0,
1568 0x904601b0,
1569};
1570
Takashi Iwai2b635362011-05-02 12:33:43 +02001571static const unsigned int intel_dg45id_pin_configs[13] = {
Alexey Fisher52dc4382009-12-12 11:16:41 +02001572 0x02214230, 0x02A19240, 0x01013214, 0x01014210,
Wu Fengguang4d26f442010-05-07 08:47:54 +08001573 0x01A19250, 0x01011212, 0x01016211
Alexey Fisher52dc4382009-12-12 11:16:41 +02001574};
1575
Takashi Iwai2b635362011-05-02 12:33:43 +02001576static const unsigned int *stac92hd73xx_brd_tbl[STAC_92HD73XX_MODELS] = {
Matthew Ranostaya7662642008-02-21 07:51:14 +01001577 [STAC_92HD73XX_REF] = ref92hd73xx_pin_configs,
Takashi Iwai661cd8f2008-11-25 15:18:29 +01001578 [STAC_DELL_M6_AMIC] = dell_m6_pin_configs,
1579 [STAC_DELL_M6_DMIC] = dell_m6_pin_configs,
1580 [STAC_DELL_M6_BOTH] = dell_m6_pin_configs,
Matthew Ranostay6b3ab212008-11-03 08:12:43 -05001581 [STAC_DELL_EQ] = dell_m6_pin_configs,
Takashi Iwai842ae632009-09-02 07:43:08 +02001582 [STAC_ALIENWARE_M17X] = alienware_m17x_pin_configs,
Alexey Fisher52dc4382009-12-12 11:16:41 +02001583 [STAC_92HD73XX_INTEL] = intel_dg45id_pin_configs,
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01001584};
1585
Takashi Iwaiea734962011-01-17 11:29:34 +01001586static const char * const stac92hd73xx_models[STAC_92HD73XX_MODELS] = {
Takashi Iwai1607b8e2009-02-26 16:50:43 +01001587 [STAC_92HD73XX_AUTO] = "auto",
Takashi Iwai9e43f0d2008-12-17 14:51:01 +01001588 [STAC_92HD73XX_NO_JD] = "no-jd",
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01001589 [STAC_92HD73XX_REF] = "ref",
Wu Fengguangae709442009-08-19 17:05:11 +08001590 [STAC_92HD73XX_INTEL] = "intel",
Takashi Iwai661cd8f2008-11-25 15:18:29 +01001591 [STAC_DELL_M6_AMIC] = "dell-m6-amic",
1592 [STAC_DELL_M6_DMIC] = "dell-m6-dmic",
1593 [STAC_DELL_M6_BOTH] = "dell-m6",
Matthew Ranostay6b3ab212008-11-03 08:12:43 -05001594 [STAC_DELL_EQ] = "dell-eq",
Takashi Iwai842ae632009-09-02 07:43:08 +02001595 [STAC_ALIENWARE_M17X] = "alienware",
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01001596};
1597
Takashi Iwai2b635362011-05-02 12:33:43 +02001598static const struct snd_pci_quirk stac92hd73xx_cfg_tbl[] = {
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01001599 /* SigmaTel reference board */
1600 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x2668,
Matthew Ranostaya7662642008-02-21 07:51:14 +01001601 "DFI LanParty", STAC_92HD73XX_REF),
Matthew Ranostay577aa2c2009-01-22 22:55:44 -05001602 SND_PCI_QUIRK(PCI_VENDOR_ID_DFI, 0x3101,
1603 "DFI LanParty", STAC_92HD73XX_REF),
Wu Fengguangae709442009-08-19 17:05:11 +08001604 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x5002,
1605 "Intel DG45ID", STAC_92HD73XX_INTEL),
1606 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x5003,
1607 "Intel DG45FC", STAC_92HD73XX_INTEL),
Matthew Ranostaya7662642008-02-21 07:51:14 +01001608 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0254,
Takashi Iwai661cd8f2008-11-25 15:18:29 +01001609 "Dell Studio 1535", STAC_DELL_M6_DMIC),
Matthew Ranostaya7662642008-02-21 07:51:14 +01001610 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0255,
Takashi Iwai661cd8f2008-11-25 15:18:29 +01001611 "unknown Dell", STAC_DELL_M6_DMIC),
Matthew Ranostaya7662642008-02-21 07:51:14 +01001612 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0256,
Takashi Iwai661cd8f2008-11-25 15:18:29 +01001613 "unknown Dell", STAC_DELL_M6_BOTH),
Matthew Ranostaya7662642008-02-21 07:51:14 +01001614 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0257,
Takashi Iwai661cd8f2008-11-25 15:18:29 +01001615 "unknown Dell", STAC_DELL_M6_BOTH),
Matthew Ranostaya7662642008-02-21 07:51:14 +01001616 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x025e,
Takashi Iwai661cd8f2008-11-25 15:18:29 +01001617 "unknown Dell", STAC_DELL_M6_AMIC),
Matthew Ranostaya7662642008-02-21 07:51:14 +01001618 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x025f,
Takashi Iwai661cd8f2008-11-25 15:18:29 +01001619 "unknown Dell", STAC_DELL_M6_AMIC),
Matthew Ranostaya7662642008-02-21 07:51:14 +01001620 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0271,
Takashi Iwai661cd8f2008-11-25 15:18:29 +01001621 "unknown Dell", STAC_DELL_M6_DMIC),
1622 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0272,
1623 "unknown Dell", STAC_DELL_M6_DMIC),
Takashi Iwaib0fc5e02008-11-21 08:37:03 +01001624 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x029f,
Takashi Iwai661cd8f2008-11-25 15:18:29 +01001625 "Dell Studio 1537", STAC_DELL_M6_DMIC),
Joerg Schirottkefa620e92008-12-19 08:13:49 +01001626 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x02a0,
1627 "Dell Studio 17", STAC_DELL_M6_DMIC),
Takashi Iwai626f5ce2009-07-28 00:54:39 +02001628 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x02be,
1629 "Dell Studio 1555", STAC_DELL_M6_DMIC),
Daniel J Blueman8ef58372009-11-14 18:20:04 +00001630 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x02bd,
1631 "Dell Studio 1557", STAC_DELL_M6_DMIC),
Daniel T Chenaac78da2010-04-21 20:41:52 -04001632 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x02fe,
1633 "Dell Studio XPS 1645", STAC_DELL_M6_BOTH),
Daniel T Chen5c1bccf2010-04-22 17:54:45 -04001634 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0413,
David Henningssone033ebf2011-05-16 12:09:29 +02001635 "Dell Studio 1558", STAC_DELL_M6_DMIC),
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01001636 {} /* terminator */
1637};
1638
Takashi Iwai2b635362011-05-02 12:33:43 +02001639static const struct snd_pci_quirk stac92hd73xx_codec_id_cfg_tbl[] = {
Takashi Iwai842ae632009-09-02 07:43:08 +02001640 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x02a1,
1641 "Alienware M17x", STAC_ALIENWARE_M17X),
Daniel T Chen0defe092010-12-01 19:16:07 -05001642 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x043a,
1643 "Alienware M17x", STAC_ALIENWARE_M17X),
Takashi Iwai842ae632009-09-02 07:43:08 +02001644 {} /* terminator */
1645};
1646
Takashi Iwai2b635362011-05-02 12:33:43 +02001647static const unsigned int ref92hd83xxx_pin_configs[10] = {
Matthew Ranostayd0513fc2008-07-27 10:30:30 +02001648 0x02214030, 0x02211010, 0x02a19020, 0x02170130,
1649 0x01014050, 0x01819040, 0x01014020, 0x90a3014e,
Matthew Ranostayd0513fc2008-07-27 10:30:30 +02001650 0x01451160, 0x98560170,
1651};
1652
Takashi Iwai2b635362011-05-02 12:33:43 +02001653static const unsigned int dell_s14_pin_configs[10] = {
Takashi Iwai69b56552009-09-15 12:37:42 +02001654 0x0221403f, 0x0221101f, 0x02a19020, 0x90170110,
1655 0x40f000f0, 0x40f000f0, 0x40f000f0, 0x90a60160,
Matthew Ranostay8bb0ac52009-02-12 16:50:01 -05001656 0x40f000f0, 0x40f000f0,
1657};
1658
Takashi Iwai2b635362011-05-02 12:33:43 +02001659static const unsigned int hp_dv7_4000_pin_configs[10] = {
Steven Eastland48315592010-08-06 15:07:35 -06001660 0x03a12050, 0x0321201f, 0x40f000f0, 0x90170110,
1661 0x40f000f0, 0x40f000f0, 0x90170110, 0xd5a30140,
1662 0x40f000f0, 0x40f000f0,
1663};
1664
Vitaliy Kulikov0c27c182011-07-22 17:50:37 -05001665static const unsigned int hp_cNB11_intquad_pin_configs[10] = {
1666 0x40f000f0, 0x0221101f, 0x02a11020, 0x92170110,
1667 0x40f000f0, 0x92170110, 0x40f000f0, 0xd5a30130,
1668 0x40f000f0, 0x40f000f0,
1669};
1670
Takashi Iwai2b635362011-05-02 12:33:43 +02001671static const unsigned int *stac92hd83xxx_brd_tbl[STAC_92HD83XXX_MODELS] = {
Matthew Ranostayd0513fc2008-07-27 10:30:30 +02001672 [STAC_92HD83XXX_REF] = ref92hd83xxx_pin_configs,
Matthew Ranostay32ed3f42009-01-22 20:53:29 -05001673 [STAC_92HD83XXX_PWR_REF] = ref92hd83xxx_pin_configs,
Matthew Ranostay8bb0ac52009-02-12 16:50:01 -05001674 [STAC_DELL_S14] = dell_s14_pin_configs,
Vitaliy Kulikov0c27c182011-07-22 17:50:37 -05001675 [STAC_92HD83XXX_HP_cNB11_INTQUAD] = hp_cNB11_intquad_pin_configs,
Steven Eastland48315592010-08-06 15:07:35 -06001676 [STAC_HP_DV7_4000] = hp_dv7_4000_pin_configs,
Matthew Ranostayd0513fc2008-07-27 10:30:30 +02001677};
1678
Takashi Iwaiea734962011-01-17 11:29:34 +01001679static const char * const stac92hd83xxx_models[STAC_92HD83XXX_MODELS] = {
Takashi Iwai1607b8e2009-02-26 16:50:43 +01001680 [STAC_92HD83XXX_AUTO] = "auto",
Matthew Ranostayd0513fc2008-07-27 10:30:30 +02001681 [STAC_92HD83XXX_REF] = "ref",
Matthew Ranostay32ed3f42009-01-22 20:53:29 -05001682 [STAC_92HD83XXX_PWR_REF] = "mic-ref",
Matthew Ranostay8bb0ac52009-02-12 16:50:01 -05001683 [STAC_DELL_S14] = "dell-s14",
Takashi Iwaib4e81872009-11-18 17:20:24 +01001684 [STAC_92HD83XXX_HP] = "hp",
Vitaliy Kulikov0c27c182011-07-22 17:50:37 -05001685 [STAC_92HD83XXX_HP_cNB11_INTQUAD] = "hp_cNB11_intquad",
Steven Eastland48315592010-08-06 15:07:35 -06001686 [STAC_HP_DV7_4000] = "hp-dv7-4000",
Matthew Ranostayd0513fc2008-07-27 10:30:30 +02001687};
1688
Takashi Iwai2b635362011-05-02 12:33:43 +02001689static const struct snd_pci_quirk stac92hd83xxx_cfg_tbl[] = {
Matthew Ranostayd0513fc2008-07-27 10:30:30 +02001690 /* SigmaTel reference board */
1691 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x2668,
Takashi Iwaif9d088b2009-01-13 11:54:49 +01001692 "DFI LanParty", STAC_92HD83XXX_REF),
Matthew Ranostay577aa2c2009-01-22 22:55:44 -05001693 SND_PCI_QUIRK(PCI_VENDOR_ID_DFI, 0x3101,
1694 "DFI LanParty", STAC_92HD83XXX_REF),
Matthew Ranostay8bb0ac52009-02-12 16:50:01 -05001695 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x02ba,
1696 "unknown Dell", STAC_DELL_S14),
Takashi Iwaib4e81872009-11-18 17:20:24 +01001697 SND_PCI_QUIRK_MASK(PCI_VENDOR_ID_HP, 0xff00, 0x3600,
Vitaliy Kulikov0c27c182011-07-22 17:50:37 -05001698 "HP", STAC_92HD83XXX_HP),
1699 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x1656,
1700 "HP", STAC_92HD83XXX_HP_cNB11_INTQUAD),
1701 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x1657,
1702 "HP", STAC_92HD83XXX_HP_cNB11_INTQUAD),
1703 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x1658,
1704 "HP", STAC_92HD83XXX_HP_cNB11_INTQUAD),
1705 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x1659,
1706 "HP", STAC_92HD83XXX_HP_cNB11_INTQUAD),
1707 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x165A,
1708 "HP", STAC_92HD83XXX_HP_cNB11_INTQUAD),
1709 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x165B,
1710 "HP", STAC_92HD83XXX_HP_cNB11_INTQUAD),
1711 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x3388,
1712 "HP", STAC_92HD83XXX_HP_cNB11_INTQUAD),
1713 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x3389,
1714 "HP", STAC_92HD83XXX_HP_cNB11_INTQUAD),
1715 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x355B,
1716 "HP", STAC_92HD83XXX_HP_cNB11_INTQUAD),
1717 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x355C,
1718 "HP", STAC_92HD83XXX_HP_cNB11_INTQUAD),
1719 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x355D,
1720 "HP", STAC_92HD83XXX_HP_cNB11_INTQUAD),
1721 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x355E,
1722 "HP", STAC_92HD83XXX_HP_cNB11_INTQUAD),
1723 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x355F,
1724 "HP", STAC_92HD83XXX_HP_cNB11_INTQUAD),
1725 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x3560,
1726 "HP", STAC_92HD83XXX_HP_cNB11_INTQUAD),
1727 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x358B,
1728 "HP", STAC_92HD83XXX_HP_cNB11_INTQUAD),
1729 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x358C,
1730 "HP", STAC_92HD83XXX_HP_cNB11_INTQUAD),
1731 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x358D,
1732 "HP", STAC_92HD83XXX_HP_cNB11_INTQUAD),
1733 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x3591,
1734 "HP", STAC_92HD83XXX_HP_cNB11_INTQUAD),
1735 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x3592,
1736 "HP", STAC_92HD83XXX_HP_cNB11_INTQUAD),
1737 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x3593,
1738 "HP", STAC_92HD83XXX_HP_cNB11_INTQUAD),
Herton Ronaldo Krzesinski574f3c42008-12-23 16:53:00 -02001739 {} /* terminator */
Matthew Ranostayd0513fc2008-07-27 10:30:30 +02001740};
1741
Takashi Iwai2b635362011-05-02 12:33:43 +02001742static const unsigned int ref92hd71bxx_pin_configs[STAC92HD71BXX_NUM_PINS] = {
Matthew Ranostaye035b842007-11-06 11:53:55 +01001743 0x02214030, 0x02a19040, 0x01a19020, 0x01014010,
Matthew Ranostay4b33c762008-10-10 09:07:23 -04001744 0x0181302e, 0x01014010, 0x01019020, 0x90a000f0,
Herton Ronaldo Krzesinski616f89e2009-02-04 11:23:19 -05001745 0x90a000f0, 0x01452050, 0x01452050, 0x00000000,
1746 0x00000000
Matthew Ranostaye035b842007-11-06 11:53:55 +01001747};
1748
Takashi Iwai2b635362011-05-02 12:33:43 +02001749static const unsigned int dell_m4_1_pin_configs[STAC92HD71BXX_NUM_PINS] = {
Matthew Ranostaya7662642008-02-21 07:51:14 +01001750 0x0421101f, 0x04a11221, 0x40f000f0, 0x90170110,
Matthew Ranostay07bcb312008-03-20 12:10:57 +01001751 0x23a1902e, 0x23014250, 0x40f000f0, 0x90a000f0,
Herton Ronaldo Krzesinski616f89e2009-02-04 11:23:19 -05001752 0x40f000f0, 0x4f0000f0, 0x4f0000f0, 0x00000000,
1753 0x00000000
Matthew Ranostaya7662642008-02-21 07:51:14 +01001754};
1755
Takashi Iwai2b635362011-05-02 12:33:43 +02001756static const unsigned int dell_m4_2_pin_configs[STAC92HD71BXX_NUM_PINS] = {
Matthew Ranostaya7662642008-02-21 07:51:14 +01001757 0x0421101f, 0x04a11221, 0x90a70330, 0x90170110,
1758 0x23a1902e, 0x23014250, 0x40f000f0, 0x40f000f0,
Herton Ronaldo Krzesinski616f89e2009-02-04 11:23:19 -05001759 0x40f000f0, 0x044413b0, 0x044413b0, 0x00000000,
1760 0x00000000
Matthew Ranostaya7662642008-02-21 07:51:14 +01001761};
1762
Takashi Iwai2b635362011-05-02 12:33:43 +02001763static const unsigned int dell_m4_3_pin_configs[STAC92HD71BXX_NUM_PINS] = {
Matthew Ranostay3a7abfd2008-11-20 21:21:43 -05001764 0x0421101f, 0x04a11221, 0x90a70330, 0x90170110,
1765 0x40f000f0, 0x40f000f0, 0x40f000f0, 0x90a000f0,
Herton Ronaldo Krzesinski616f89e2009-02-04 11:23:19 -05001766 0x40f000f0, 0x044413b0, 0x044413b0, 0x00000000,
1767 0x00000000
Matthew Ranostay3a7abfd2008-11-20 21:21:43 -05001768};
1769
Takashi Iwai2b635362011-05-02 12:33:43 +02001770static const unsigned int *stac92hd71bxx_brd_tbl[STAC_92HD71BXX_MODELS] = {
Matthew Ranostaye035b842007-11-06 11:53:55 +01001771 [STAC_92HD71BXX_REF] = ref92hd71bxx_pin_configs,
Matthew Ranostaya7662642008-02-21 07:51:14 +01001772 [STAC_DELL_M4_1] = dell_m4_1_pin_configs,
1773 [STAC_DELL_M4_2] = dell_m4_2_pin_configs,
Matthew Ranostay3a7abfd2008-11-20 21:21:43 -05001774 [STAC_DELL_M4_3] = dell_m4_3_pin_configs,
Matthew Ranostay6a14f582008-09-12 12:02:30 -04001775 [STAC_HP_M4] = NULL,
Takashi Iwai2a6ce6e2010-05-12 10:16:20 +02001776 [STAC_HP_DV4] = NULL,
Takashi Iwai1b0652e2009-01-14 08:27:35 +01001777 [STAC_HP_DV5] = NULL,
Christoph Plattnerae6241f2009-03-08 23:19:05 +01001778 [STAC_HP_HDX] = NULL,
James Gardiner514bf542009-05-03 04:00:44 -04001779 [STAC_HP_DV4_1222NR] = NULL,
Matthew Ranostaye035b842007-11-06 11:53:55 +01001780};
1781
Takashi Iwaiea734962011-01-17 11:29:34 +01001782static const char * const stac92hd71bxx_models[STAC_92HD71BXX_MODELS] = {
Takashi Iwai1607b8e2009-02-26 16:50:43 +01001783 [STAC_92HD71BXX_AUTO] = "auto",
Matthew Ranostaye035b842007-11-06 11:53:55 +01001784 [STAC_92HD71BXX_REF] = "ref",
Matthew Ranostaya7662642008-02-21 07:51:14 +01001785 [STAC_DELL_M4_1] = "dell-m4-1",
1786 [STAC_DELL_M4_2] = "dell-m4-2",
Matthew Ranostay3a7abfd2008-11-20 21:21:43 -05001787 [STAC_DELL_M4_3] = "dell-m4-3",
Matthew Ranostay6a14f582008-09-12 12:02:30 -04001788 [STAC_HP_M4] = "hp-m4",
Takashi Iwai2a6ce6e2010-05-12 10:16:20 +02001789 [STAC_HP_DV4] = "hp-dv4",
Takashi Iwai1b0652e2009-01-14 08:27:35 +01001790 [STAC_HP_DV5] = "hp-dv5",
Christoph Plattnerae6241f2009-03-08 23:19:05 +01001791 [STAC_HP_HDX] = "hp-hdx",
James Gardiner514bf542009-05-03 04:00:44 -04001792 [STAC_HP_DV4_1222NR] = "hp-dv4-1222nr",
Matthew Ranostaye035b842007-11-06 11:53:55 +01001793};
1794
Takashi Iwai2b635362011-05-02 12:33:43 +02001795static const struct snd_pci_quirk stac92hd71bxx_cfg_tbl[] = {
Matthew Ranostaye035b842007-11-06 11:53:55 +01001796 /* SigmaTel reference board */
1797 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x2668,
1798 "DFI LanParty", STAC_92HD71BXX_REF),
Matthew Ranostay577aa2c2009-01-22 22:55:44 -05001799 SND_PCI_QUIRK(PCI_VENDOR_ID_DFI, 0x3101,
1800 "DFI LanParty", STAC_92HD71BXX_REF),
James Gardiner514bf542009-05-03 04:00:44 -04001801 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x30fb,
1802 "HP dv4-1222nr", STAC_HP_DV4_1222NR),
Vitaliy Kulikov5bdaaad2009-11-04 07:57:45 +01001803 SND_PCI_QUIRK_MASK(PCI_VENDOR_ID_HP, 0xfff0, 0x1720,
1804 "HP", STAC_HP_DV5),
Takashi Iwai58d83952009-03-13 17:04:34 +01001805 SND_PCI_QUIRK_MASK(PCI_VENDOR_ID_HP, 0xfff0, 0x3080,
1806 "HP", STAC_HP_DV5),
Takashi Iwai2ae466f2009-02-16 14:16:36 +01001807 SND_PCI_QUIRK_MASK(PCI_VENDOR_ID_HP, 0xfff0, 0x30f0,
Takashi Iwai2a6ce6e2010-05-12 10:16:20 +02001808 "HP dv4-7", STAC_HP_DV4),
Takashi Iwai2ae466f2009-02-16 14:16:36 +01001809 SND_PCI_QUIRK_MASK(PCI_VENDOR_ID_HP, 0xfff0, 0x3600,
1810 "HP dv4-7", STAC_HP_DV5),
Takashi Iwai6fce61a2009-03-10 07:48:57 +01001811 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x3610,
1812 "HP HDX", STAC_HP_HDX), /* HDX18 */
Matthew Ranostay9a9e2352008-09-26 10:37:03 -04001813 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x361a,
Takashi Iwai2ae466f2009-02-16 14:16:36 +01001814 "HP mini 1000", STAC_HP_M4),
Christoph Plattnerae6241f2009-03-08 23:19:05 +01001815 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x361b,
Takashi Iwai6fce61a2009-03-10 07:48:57 +01001816 "HP HDX", STAC_HP_HDX), /* HDX16 */
Takashi Iwai6e34c032009-09-14 15:42:18 +02001817 SND_PCI_QUIRK_MASK(PCI_VENDOR_ID_HP, 0xfff0, 0x3620,
1818 "HP dv6", STAC_HP_DV5),
Kunal Gangakhedkare3d25302010-03-20 23:08:01 +05301819 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x3061,
1820 "HP dv6", STAC_HP_DV5), /* HP dv6-1110ax */
Luke Yelavich9b2167d2010-10-06 15:45:46 +11001821 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x363e,
1822 "HP DV6", STAC_HP_DV5),
Takashi Iwai1972d022009-08-06 08:44:43 +02001823 SND_PCI_QUIRK_MASK(PCI_VENDOR_ID_HP, 0xfff0, 0x7010,
1824 "HP", STAC_HP_DV5),
Matthew Ranostaya7662642008-02-21 07:51:14 +01001825 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0233,
1826 "unknown Dell", STAC_DELL_M4_1),
1827 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0234,
1828 "unknown Dell", STAC_DELL_M4_1),
1829 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0250,
1830 "unknown Dell", STAC_DELL_M4_1),
1831 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x024f,
1832 "unknown Dell", STAC_DELL_M4_1),
1833 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x024d,
1834 "unknown Dell", STAC_DELL_M4_1),
1835 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0251,
1836 "unknown Dell", STAC_DELL_M4_1),
1837 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0277,
1838 "unknown Dell", STAC_DELL_M4_1),
1839 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0263,
1840 "unknown Dell", STAC_DELL_M4_2),
1841 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0265,
1842 "unknown Dell", STAC_DELL_M4_2),
1843 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0262,
1844 "unknown Dell", STAC_DELL_M4_2),
1845 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0264,
1846 "unknown Dell", STAC_DELL_M4_2),
Matthew Ranostay3a7abfd2008-11-20 21:21:43 -05001847 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x02aa,
1848 "unknown Dell", STAC_DELL_M4_3),
Matthew Ranostaye035b842007-11-06 11:53:55 +01001849 {} /* terminator */
1850};
1851
Takashi Iwai2b635362011-05-02 12:33:43 +02001852static const unsigned int ref922x_pin_configs[10] = {
Matt Porter403d1942005-11-29 15:00:51 +01001853 0x01014010, 0x01016011, 0x01012012, 0x0221401f,
1854 0x01813122, 0x01011014, 0x01441030, 0x01c41030,
Matt2f2f4252005-04-13 14:45:30 +02001855 0x40000100, 0x40000100,
1856};
1857
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001858/*
1859 STAC 922X pin configs for
1860 102801A7
1861 102801AB
1862 102801A9
1863 102801D1
1864 102801D2
1865*/
Takashi Iwai2b635362011-05-02 12:33:43 +02001866static const unsigned int dell_922x_d81_pin_configs[10] = {
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001867 0x02214030, 0x01a19021, 0x01111012, 0x01114010,
1868 0x02a19020, 0x01117011, 0x400001f0, 0x400001f1,
1869 0x01813122, 0x400001f2,
1870};
1871
1872/*
1873 STAC 922X pin configs for
1874 102801AC
1875 102801D0
1876*/
Takashi Iwai2b635362011-05-02 12:33:43 +02001877static const unsigned int dell_922x_d82_pin_configs[10] = {
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001878 0x02214030, 0x01a19021, 0x01111012, 0x01114010,
1879 0x02a19020, 0x01117011, 0x01451140, 0x400001f0,
1880 0x01813122, 0x400001f1,
1881};
1882
1883/*
1884 STAC 922X pin configs for
1885 102801BF
1886*/
Takashi Iwai2b635362011-05-02 12:33:43 +02001887static const unsigned int dell_922x_m81_pin_configs[10] = {
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001888 0x0321101f, 0x01112024, 0x01111222, 0x91174220,
1889 0x03a11050, 0x01116221, 0x90a70330, 0x01452340,
1890 0x40C003f1, 0x405003f0,
1891};
1892
1893/*
1894 STAC 9221 A1 pin configs for
1895 102801D7 (Dell XPS M1210)
1896*/
Takashi Iwai2b635362011-05-02 12:33:43 +02001897static const unsigned int dell_922x_m82_pin_configs[10] = {
Jiang Zhe7f9310c2007-11-12 12:43:37 +01001898 0x02211211, 0x408103ff, 0x02a1123e, 0x90100310,
1899 0x408003f1, 0x0221121f, 0x03451340, 0x40c003f2,
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001900 0x508003f3, 0x405003f4,
1901};
1902
Takashi Iwai2b635362011-05-02 12:33:43 +02001903static const unsigned int d945gtp3_pin_configs[10] = {
Matt Porter869264c2006-01-25 19:20:50 +01001904 0x0221401f, 0x01a19022, 0x01813021, 0x01014010,
Matt Porter403d1942005-11-29 15:00:51 +01001905 0x40000100, 0x40000100, 0x40000100, 0x40000100,
1906 0x02a19120, 0x40000100,
1907};
1908
Takashi Iwai2b635362011-05-02 12:33:43 +02001909static const unsigned int d945gtp5_pin_configs[10] = {
Matt Porter869264c2006-01-25 19:20:50 +01001910 0x0221401f, 0x01011012, 0x01813024, 0x01014010,
1911 0x01a19021, 0x01016011, 0x01452130, 0x40000100,
Matt Porter403d1942005-11-29 15:00:51 +01001912 0x02a19320, 0x40000100,
1913};
1914
Takashi Iwai2b635362011-05-02 12:33:43 +02001915static const unsigned int intel_mac_v1_pin_configs[10] = {
Ivan N. Zlatev5d5d3bc2007-05-29 16:03:00 +02001916 0x0121e21f, 0x400000ff, 0x9017e110, 0x400000fd,
1917 0x400000fe, 0x0181e020, 0x1145e030, 0x11c5e240,
Takashi Iwai3fc24d82007-02-16 13:27:18 +01001918 0x400000fc, 0x400000fb,
1919};
1920
Takashi Iwai2b635362011-05-02 12:33:43 +02001921static const unsigned int intel_mac_v2_pin_configs[10] = {
Ivan N. Zlatev5d5d3bc2007-05-29 16:03:00 +02001922 0x0121e21f, 0x90a7012e, 0x9017e110, 0x400000fd,
1923 0x400000fe, 0x0181e020, 0x1145e230, 0x500000fa,
Sylvain FORETf16928f2007-04-27 14:22:36 +02001924 0x400000fc, 0x400000fb,
1925};
1926
Takashi Iwai2b635362011-05-02 12:33:43 +02001927static const unsigned int intel_mac_v3_pin_configs[10] = {
Ivan N. Zlatev5d5d3bc2007-05-29 16:03:00 +02001928 0x0121e21f, 0x90a7012e, 0x9017e110, 0x400000fd,
1929 0x400000fe, 0x0181e020, 0x1145e230, 0x11c5e240,
1930 0x400000fc, 0x400000fb,
1931};
1932
Takashi Iwai2b635362011-05-02 12:33:43 +02001933static const unsigned int intel_mac_v4_pin_configs[10] = {
Ivan N. Zlatev5d5d3bc2007-05-29 16:03:00 +02001934 0x0321e21f, 0x03a1e02e, 0x9017e110, 0x9017e11f,
1935 0x400000fe, 0x0381e020, 0x1345e230, 0x13c5e240,
1936 0x400000fc, 0x400000fb,
1937};
1938
Takashi Iwai2b635362011-05-02 12:33:43 +02001939static const unsigned int intel_mac_v5_pin_configs[10] = {
Ivan N. Zlatev5d5d3bc2007-05-29 16:03:00 +02001940 0x0321e21f, 0x03a1e02e, 0x9017e110, 0x9017e11f,
1941 0x400000fe, 0x0381e020, 0x1345e230, 0x13c5e240,
1942 0x400000fc, 0x400000fb,
Takashi Iwai0dae0f82007-05-21 12:41:29 +02001943};
1944
Takashi Iwai2b635362011-05-02 12:33:43 +02001945static const unsigned int ecs202_pin_configs[10] = {
Mauro Carvalho Chehab8c650082008-08-04 10:39:59 -03001946 0x0221401f, 0x02a19020, 0x01a19020, 0x01114010,
1947 0x408000f0, 0x01813022, 0x074510a0, 0x40c400f1,
1948 0x9037012e, 0x40e000f2,
1949};
Takashi Iwai76c08822007-06-19 12:17:42 +02001950
Takashi Iwai2b635362011-05-02 12:33:43 +02001951static const unsigned int *stac922x_brd_tbl[STAC_922X_MODELS] = {
Takashi Iwaif5fcc132006-11-24 17:07:44 +01001952 [STAC_D945_REF] = ref922x_pin_configs,
Takashi Iwai19039bd2006-06-28 15:52:16 +02001953 [STAC_D945GTP3] = d945gtp3_pin_configs,
1954 [STAC_D945GTP5] = d945gtp5_pin_configs,
Ivan N. Zlatev5d5d3bc2007-05-29 16:03:00 +02001955 [STAC_INTEL_MAC_V1] = intel_mac_v1_pin_configs,
1956 [STAC_INTEL_MAC_V2] = intel_mac_v2_pin_configs,
1957 [STAC_INTEL_MAC_V3] = intel_mac_v3_pin_configs,
1958 [STAC_INTEL_MAC_V4] = intel_mac_v4_pin_configs,
1959 [STAC_INTEL_MAC_V5] = intel_mac_v5_pin_configs,
Nicolas Boichat536319a2008-07-21 22:18:01 +08001960 [STAC_INTEL_MAC_AUTO] = intel_mac_v3_pin_configs,
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001961 /* for backward compatibility */
Ivan N. Zlatev5d5d3bc2007-05-29 16:03:00 +02001962 [STAC_MACMINI] = intel_mac_v3_pin_configs,
1963 [STAC_MACBOOK] = intel_mac_v5_pin_configs,
1964 [STAC_MACBOOK_PRO_V1] = intel_mac_v3_pin_configs,
1965 [STAC_MACBOOK_PRO_V2] = intel_mac_v3_pin_configs,
1966 [STAC_IMAC_INTEL] = intel_mac_v2_pin_configs,
1967 [STAC_IMAC_INTEL_20] = intel_mac_v3_pin_configs,
Mauro Carvalho Chehab8c650082008-08-04 10:39:59 -03001968 [STAC_ECS_202] = ecs202_pin_configs,
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001969 [STAC_922X_DELL_D81] = dell_922x_d81_pin_configs,
1970 [STAC_922X_DELL_D82] = dell_922x_d82_pin_configs,
1971 [STAC_922X_DELL_M81] = dell_922x_m81_pin_configs,
1972 [STAC_922X_DELL_M82] = dell_922x_m82_pin_configs,
Matt Porter403d1942005-11-29 15:00:51 +01001973};
1974
Takashi Iwaiea734962011-01-17 11:29:34 +01001975static const char * const stac922x_models[STAC_922X_MODELS] = {
Takashi Iwai1607b8e2009-02-26 16:50:43 +01001976 [STAC_922X_AUTO] = "auto",
Takashi Iwaif5fcc132006-11-24 17:07:44 +01001977 [STAC_D945_REF] = "ref",
1978 [STAC_D945GTP5] = "5stack",
1979 [STAC_D945GTP3] = "3stack",
Ivan N. Zlatev5d5d3bc2007-05-29 16:03:00 +02001980 [STAC_INTEL_MAC_V1] = "intel-mac-v1",
1981 [STAC_INTEL_MAC_V2] = "intel-mac-v2",
1982 [STAC_INTEL_MAC_V3] = "intel-mac-v3",
1983 [STAC_INTEL_MAC_V4] = "intel-mac-v4",
1984 [STAC_INTEL_MAC_V5] = "intel-mac-v5",
Nicolas Boichat536319a2008-07-21 22:18:01 +08001985 [STAC_INTEL_MAC_AUTO] = "intel-mac-auto",
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001986 /* for backward compatibility */
Takashi Iwaif5fcc132006-11-24 17:07:44 +01001987 [STAC_MACMINI] = "macmini",
Takashi Iwai3fc24d82007-02-16 13:27:18 +01001988 [STAC_MACBOOK] = "macbook",
Nicolas Boichat6f0778d2007-03-15 12:38:15 +01001989 [STAC_MACBOOK_PRO_V1] = "macbook-pro-v1",
1990 [STAC_MACBOOK_PRO_V2] = "macbook-pro",
Sylvain FORETf16928f2007-04-27 14:22:36 +02001991 [STAC_IMAC_INTEL] = "imac-intel",
Takashi Iwai0dae0f82007-05-21 12:41:29 +02001992 [STAC_IMAC_INTEL_20] = "imac-intel-20",
Mauro Carvalho Chehab8c650082008-08-04 10:39:59 -03001993 [STAC_ECS_202] = "ecs202",
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001994 [STAC_922X_DELL_D81] = "dell-d81",
1995 [STAC_922X_DELL_D82] = "dell-d82",
1996 [STAC_922X_DELL_M81] = "dell-m81",
1997 [STAC_922X_DELL_M82] = "dell-m82",
Takashi Iwaif5fcc132006-11-24 17:07:44 +01001998};
1999
Takashi Iwai2b635362011-05-02 12:33:43 +02002000static const struct snd_pci_quirk stac922x_cfg_tbl[] = {
Takashi Iwaif5fcc132006-11-24 17:07:44 +01002001 /* SigmaTel reference board */
2002 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x2668,
2003 "DFI LanParty", STAC_D945_REF),
Matthew Ranostay577aa2c2009-01-22 22:55:44 -05002004 SND_PCI_QUIRK(PCI_VENDOR_ID_DFI, 0x3101,
2005 "DFI LanParty", STAC_D945_REF),
Takashi Iwaif5fcc132006-11-24 17:07:44 +01002006 /* Intel 945G based systems */
2007 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x0101,
2008 "Intel D945G", STAC_D945GTP3),
2009 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x0202,
2010 "Intel D945G", STAC_D945GTP3),
2011 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x0606,
2012 "Intel D945G", STAC_D945GTP3),
2013 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x0601,
2014 "Intel D945G", STAC_D945GTP3),
2015 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x0111,
2016 "Intel D945G", STAC_D945GTP3),
2017 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x1115,
2018 "Intel D945G", STAC_D945GTP3),
2019 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x1116,
2020 "Intel D945G", STAC_D945GTP3),
2021 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x1117,
2022 "Intel D945G", STAC_D945GTP3),
2023 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x1118,
2024 "Intel D945G", STAC_D945GTP3),
2025 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x1119,
2026 "Intel D945G", STAC_D945GTP3),
2027 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x8826,
2028 "Intel D945G", STAC_D945GTP3),
2029 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x5049,
2030 "Intel D945G", STAC_D945GTP3),
2031 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x5055,
2032 "Intel D945G", STAC_D945GTP3),
2033 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x5048,
2034 "Intel D945G", STAC_D945GTP3),
2035 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x0110,
2036 "Intel D945G", STAC_D945GTP3),
2037 /* Intel D945G 5-stack systems */
2038 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x0404,
2039 "Intel D945G", STAC_D945GTP5),
2040 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x0303,
2041 "Intel D945G", STAC_D945GTP5),
2042 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x0013,
2043 "Intel D945G", STAC_D945GTP5),
2044 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x0417,
2045 "Intel D945G", STAC_D945GTP5),
2046 /* Intel 945P based systems */
2047 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x0b0b,
2048 "Intel D945P", STAC_D945GTP3),
2049 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x0112,
2050 "Intel D945P", STAC_D945GTP3),
2051 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x0d0d,
2052 "Intel D945P", STAC_D945GTP3),
2053 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x0909,
2054 "Intel D945P", STAC_D945GTP3),
2055 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x0505,
2056 "Intel D945P", STAC_D945GTP3),
2057 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x0707,
2058 "Intel D945P", STAC_D945GTP5),
Takashi Iwai8056d472009-01-23 09:09:43 +01002059 /* other intel */
2060 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x0204,
2061 "Intel D945", STAC_D945_REF),
Takashi Iwaif5fcc132006-11-24 17:07:44 +01002062 /* other systems */
Nicolas Boichat536319a2008-07-21 22:18:01 +08002063 /* Apple Intel Mac (Mac Mini, MacBook, MacBook Pro...) */
Takashi Iwaif5fcc132006-11-24 17:07:44 +01002064 SND_PCI_QUIRK(0x8384, 0x7680,
Nicolas Boichat536319a2008-07-21 22:18:01 +08002065 "Mac", STAC_INTEL_MAC_AUTO),
Takashi Iwaidfe495d2007-08-23 19:04:28 +02002066 /* Dell systems */
2067 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01a7,
2068 "unknown Dell", STAC_922X_DELL_D81),
2069 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01a9,
2070 "unknown Dell", STAC_922X_DELL_D81),
2071 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01ab,
2072 "unknown Dell", STAC_922X_DELL_D81),
2073 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01ac,
2074 "unknown Dell", STAC_922X_DELL_D82),
2075 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01bf,
2076 "unknown Dell", STAC_922X_DELL_M81),
2077 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01d0,
2078 "unknown Dell", STAC_922X_DELL_D82),
2079 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01d1,
2080 "unknown Dell", STAC_922X_DELL_D81),
2081 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01d2,
2082 "unknown Dell", STAC_922X_DELL_D81),
2083 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01d7,
2084 "Dell XPS M1210", STAC_922X_DELL_M82),
Mauro Carvalho Chehab8c650082008-08-04 10:39:59 -03002085 /* ECS/PC Chips boards */
Takashi Iwaidea0a502009-02-09 17:14:52 +01002086 SND_PCI_QUIRK_MASK(0x1019, 0xf000, 0x2000,
Herton Ronaldo Krzesinski8663ae52009-02-08 19:50:34 -02002087 "ECS/PC chips", STAC_ECS_202),
Matt Porter403d1942005-11-29 15:00:51 +01002088 {} /* terminator */
2089};
2090
Takashi Iwai2b635362011-05-02 12:33:43 +02002091static const unsigned int ref927x_pin_configs[14] = {
Tobin Davis93ed1502006-09-01 21:03:12 +02002092 0x02214020, 0x02a19080, 0x0181304e, 0x01014010,
2093 0x01a19040, 0x01011012, 0x01016011, 0x0101201f,
2094 0x183301f0, 0x18a001f0, 0x18a001f0, 0x01442070,
2095 0x01c42190, 0x40000100,
Matt Porter3cc08dc2006-01-23 15:27:49 +01002096};
2097
Takashi Iwai2b635362011-05-02 12:33:43 +02002098static const unsigned int d965_3st_pin_configs[14] = {
Tobin Davis81d3dbd2006-08-22 19:44:45 +02002099 0x0221401f, 0x02a19120, 0x40000100, 0x01014011,
2100 0x01a19021, 0x01813024, 0x40000100, 0x40000100,
2101 0x40000100, 0x40000100, 0x40000100, 0x40000100,
2102 0x40000100, 0x40000100
2103};
2104
Takashi Iwai2b635362011-05-02 12:33:43 +02002105static const unsigned int d965_5st_pin_configs[14] = {
Tobin Davis93ed1502006-09-01 21:03:12 +02002106 0x02214020, 0x02a19080, 0x0181304e, 0x01014010,
2107 0x01a19040, 0x01011012, 0x01016011, 0x40000100,
2108 0x40000100, 0x40000100, 0x40000100, 0x01442070,
2109 0x40000100, 0x40000100
2110};
2111
Takashi Iwai2b635362011-05-02 12:33:43 +02002112static const unsigned int d965_5st_no_fp_pin_configs[14] = {
Takashi Iwai679d92e2009-05-24 19:00:08 +02002113 0x40000100, 0x40000100, 0x0181304e, 0x01014010,
2114 0x01a19040, 0x01011012, 0x01016011, 0x40000100,
2115 0x40000100, 0x40000100, 0x40000100, 0x01442070,
2116 0x40000100, 0x40000100
2117};
2118
Takashi Iwai2b635362011-05-02 12:33:43 +02002119static const unsigned int dell_3st_pin_configs[14] = {
Tobin Davis4ff076e2007-08-07 11:48:12 +02002120 0x02211230, 0x02a11220, 0x01a19040, 0x01114210,
2121 0x01111212, 0x01116211, 0x01813050, 0x01112214,
Matthew Ranostay8e9068b2007-12-17 11:58:13 +01002122 0x403003fa, 0x90a60040, 0x90a60040, 0x404003fb,
Tobin Davis4ff076e2007-08-07 11:48:12 +02002123 0x40c003fc, 0x40000100
2124};
2125
Takashi Iwai2b635362011-05-02 12:33:43 +02002126static const unsigned int *stac927x_brd_tbl[STAC_927X_MODELS] = {
Takashi Iwaie28d8322008-12-17 13:48:29 +01002127 [STAC_D965_REF_NO_JD] = ref927x_pin_configs,
Matthew Ranostay8e9068b2007-12-17 11:58:13 +01002128 [STAC_D965_REF] = ref927x_pin_configs,
2129 [STAC_D965_3ST] = d965_3st_pin_configs,
2130 [STAC_D965_5ST] = d965_5st_pin_configs,
Takashi Iwai679d92e2009-05-24 19:00:08 +02002131 [STAC_D965_5ST_NO_FP] = d965_5st_no_fp_pin_configs,
Matthew Ranostay8e9068b2007-12-17 11:58:13 +01002132 [STAC_DELL_3ST] = dell_3st_pin_configs,
2133 [STAC_DELL_BIOS] = NULL,
Takashi Iwai54930532009-10-11 17:38:29 +02002134 [STAC_927X_VOLKNOB] = NULL,
Matt Porter3cc08dc2006-01-23 15:27:49 +01002135};
2136
Takashi Iwaiea734962011-01-17 11:29:34 +01002137static const char * const stac927x_models[STAC_927X_MODELS] = {
Takashi Iwai1607b8e2009-02-26 16:50:43 +01002138 [STAC_927X_AUTO] = "auto",
Takashi Iwaie28d8322008-12-17 13:48:29 +01002139 [STAC_D965_REF_NO_JD] = "ref-no-jd",
Matthew Ranostay8e9068b2007-12-17 11:58:13 +01002140 [STAC_D965_REF] = "ref",
2141 [STAC_D965_3ST] = "3stack",
2142 [STAC_D965_5ST] = "5stack",
Takashi Iwai679d92e2009-05-24 19:00:08 +02002143 [STAC_D965_5ST_NO_FP] = "5stack-no-fp",
Matthew Ranostay8e9068b2007-12-17 11:58:13 +01002144 [STAC_DELL_3ST] = "dell-3stack",
2145 [STAC_DELL_BIOS] = "dell-bios",
Takashi Iwai54930532009-10-11 17:38:29 +02002146 [STAC_927X_VOLKNOB] = "volknob",
Takashi Iwaif5fcc132006-11-24 17:07:44 +01002147};
2148
Takashi Iwai2b635362011-05-02 12:33:43 +02002149static const struct snd_pci_quirk stac927x_cfg_tbl[] = {
Takashi Iwaif5fcc132006-11-24 17:07:44 +01002150 /* SigmaTel reference board */
2151 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x2668,
2152 "DFI LanParty", STAC_D965_REF),
Matthew Ranostay577aa2c2009-01-22 22:55:44 -05002153 SND_PCI_QUIRK(PCI_VENDOR_ID_DFI, 0x3101,
2154 "DFI LanParty", STAC_D965_REF),
Tobin Davis81d3dbd2006-08-22 19:44:45 +02002155 /* Intel 946 based systems */
Takashi Iwaif5fcc132006-11-24 17:07:44 +01002156 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x3d01, "Intel D946", STAC_D965_3ST),
2157 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0xa301, "Intel D946", STAC_D965_3ST),
Tobin Davis93ed1502006-09-01 21:03:12 +02002158 /* 965 based 3 stack systems */
Takashi Iwaidea0a502009-02-09 17:14:52 +01002159 SND_PCI_QUIRK_MASK(PCI_VENDOR_ID_INTEL, 0xff00, 0x2100,
2160 "Intel D965", STAC_D965_3ST),
2161 SND_PCI_QUIRK_MASK(PCI_VENDOR_ID_INTEL, 0xff00, 0x2000,
2162 "Intel D965", STAC_D965_3ST),
Tobin Davis4ff076e2007-08-07 11:48:12 +02002163 /* Dell 3 stack systems */
Takashi Iwaidfe495d2007-08-23 19:04:28 +02002164 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01dd, "Dell Dimension E520", STAC_DELL_3ST),
Tobin Davis4ff076e2007-08-07 11:48:12 +02002165 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01ed, "Dell ", STAC_DELL_3ST),
2166 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01f4, "Dell ", STAC_DELL_3ST),
Matthew Ranostay8e9068b2007-12-17 11:58:13 +01002167 /* Dell 3 stack systems with verb table in BIOS */
Matthew Ranostay2f32d902008-01-10 13:06:26 +01002168 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01f3, "Dell Inspiron 1420", STAC_DELL_BIOS),
Daniel T Chen66668b62010-05-23 20:47:45 -04002169 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01f7, "Dell XPS M1730", STAC_DELL_BIOS),
Matthew Ranostay2f32d902008-01-10 13:06:26 +01002170 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0227, "Dell Vostro 1400 ", STAC_DELL_BIOS),
Matthew Ranostay8e9068b2007-12-17 11:58:13 +01002171 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x022e, "Dell ", STAC_DELL_BIOS),
Chengu Wang84d3dc22009-07-30 19:43:55 +08002172 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x022f, "Dell Inspiron 1525", STAC_DELL_BIOS),
Matthew Ranostay8e9068b2007-12-17 11:58:13 +01002173 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0242, "Dell ", STAC_DELL_BIOS),
2174 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0243, "Dell ", STAC_DELL_BIOS),
2175 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x02ff, "Dell ", STAC_DELL_BIOS),
2176 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0209, "Dell XPS 1330", STAC_DELL_BIOS),
Tobin Davis93ed1502006-09-01 21:03:12 +02002177 /* 965 based 5 stack systems */
Takashi Iwaidea0a502009-02-09 17:14:52 +01002178 SND_PCI_QUIRK_MASK(PCI_VENDOR_ID_INTEL, 0xff00, 0x2300,
2179 "Intel D965", STAC_D965_5ST),
2180 SND_PCI_QUIRK_MASK(PCI_VENDOR_ID_INTEL, 0xff00, 0x2500,
2181 "Intel D965", STAC_D965_5ST),
Takashi Iwai54930532009-10-11 17:38:29 +02002182 /* volume-knob fixes */
2183 SND_PCI_QUIRK_VENDOR(0x10cf, "FSC", STAC_927X_VOLKNOB),
Matt Porter3cc08dc2006-01-23 15:27:49 +01002184 {} /* terminator */
2185};
2186
Takashi Iwai2b635362011-05-02 12:33:43 +02002187static const unsigned int ref9205_pin_configs[12] = {
Matt Porterf3302a52006-07-31 12:49:34 +02002188 0x40000100, 0x40000100, 0x01016011, 0x01014010,
Matthew Ranostay09a99952008-01-24 11:49:21 +01002189 0x01813122, 0x01a19021, 0x01019020, 0x40000100,
Matt Porter8b657272006-10-26 17:12:59 +02002190 0x90a000f0, 0x90a000f0, 0x01441030, 0x01c41030
Matt Porterf3302a52006-07-31 12:49:34 +02002191};
2192
Takashi Iwaidfe495d2007-08-23 19:04:28 +02002193/*
2194 STAC 9205 pin configs for
2195 102801F1
2196 102801F2
2197 102801FC
2198 102801FD
2199 10280204
2200 1028021F
Matthew Ranostay3fa2ef72008-01-11 11:39:06 +01002201 10280228 (Dell Vostro 1500)
Anisse Astier95e70e82009-12-23 17:28:45 +01002202 10280229 (Dell Vostro 1700)
Takashi Iwaidfe495d2007-08-23 19:04:28 +02002203*/
Takashi Iwai2b635362011-05-02 12:33:43 +02002204static const unsigned int dell_9205_m42_pin_configs[12] = {
Takashi Iwaidfe495d2007-08-23 19:04:28 +02002205 0x0321101F, 0x03A11020, 0x400003FA, 0x90170310,
2206 0x400003FB, 0x400003FC, 0x400003FD, 0x40F000F9,
2207 0x90A60330, 0x400003FF, 0x0144131F, 0x40C003FE,
2208};
2209
2210/*
2211 STAC 9205 pin configs for
2212 102801F9
2213 102801FA
2214 102801FE
2215 102801FF (Dell Precision M4300)
2216 10280206
2217 10280200
2218 10280201
2219*/
Takashi Iwai2b635362011-05-02 12:33:43 +02002220static const unsigned int dell_9205_m43_pin_configs[12] = {
Tobin Davisae0a8ed2007-08-13 15:50:29 +02002221 0x0321101f, 0x03a11020, 0x90a70330, 0x90170310,
2222 0x400000fe, 0x400000ff, 0x400000fd, 0x40f000f9,
2223 0x400000fa, 0x400000fc, 0x0144131f, 0x40c003f8,
2224};
2225
Takashi Iwai2b635362011-05-02 12:33:43 +02002226static const unsigned int dell_9205_m44_pin_configs[12] = {
Tobin Davisae0a8ed2007-08-13 15:50:29 +02002227 0x0421101f, 0x04a11020, 0x400003fa, 0x90170310,
2228 0x400003fb, 0x400003fc, 0x400003fd, 0x400003f9,
2229 0x90a60330, 0x400003ff, 0x01441340, 0x40c003fe,
2230};
2231
Takashi Iwai2b635362011-05-02 12:33:43 +02002232static const unsigned int *stac9205_brd_tbl[STAC_9205_MODELS] = {
Tobin Davisae0a8ed2007-08-13 15:50:29 +02002233 [STAC_9205_REF] = ref9205_pin_configs,
Takashi Iwaidfe495d2007-08-23 19:04:28 +02002234 [STAC_9205_DELL_M42] = dell_9205_m42_pin_configs,
2235 [STAC_9205_DELL_M43] = dell_9205_m43_pin_configs,
2236 [STAC_9205_DELL_M44] = dell_9205_m44_pin_configs,
Takashi Iwaid9a42682009-01-22 17:40:18 +01002237 [STAC_9205_EAPD] = NULL,
Matt Porterf3302a52006-07-31 12:49:34 +02002238};
2239
Takashi Iwaiea734962011-01-17 11:29:34 +01002240static const char * const stac9205_models[STAC_9205_MODELS] = {
Takashi Iwai1607b8e2009-02-26 16:50:43 +01002241 [STAC_9205_AUTO] = "auto",
Takashi Iwaif5fcc132006-11-24 17:07:44 +01002242 [STAC_9205_REF] = "ref",
Takashi Iwaidfe495d2007-08-23 19:04:28 +02002243 [STAC_9205_DELL_M42] = "dell-m42",
Tobin Davisae0a8ed2007-08-13 15:50:29 +02002244 [STAC_9205_DELL_M43] = "dell-m43",
2245 [STAC_9205_DELL_M44] = "dell-m44",
Takashi Iwaid9a42682009-01-22 17:40:18 +01002246 [STAC_9205_EAPD] = "eapd",
Takashi Iwaif5fcc132006-11-24 17:07:44 +01002247};
2248
Takashi Iwai2b635362011-05-02 12:33:43 +02002249static const struct snd_pci_quirk stac9205_cfg_tbl[] = {
Takashi Iwaif5fcc132006-11-24 17:07:44 +01002250 /* SigmaTel reference board */
2251 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x2668,
2252 "DFI LanParty", STAC_9205_REF),
Herton Ronaldo Krzesinski02358fc2009-07-04 01:44:59 -03002253 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0xfb30,
2254 "SigmaTel", STAC_9205_REF),
Matthew Ranostay577aa2c2009-01-22 22:55:44 -05002255 SND_PCI_QUIRK(PCI_VENDOR_ID_DFI, 0x3101,
2256 "DFI LanParty", STAC_9205_REF),
Takashi Iwaid9a42682009-01-22 17:40:18 +01002257 /* Dell */
Takashi Iwaidfe495d2007-08-23 19:04:28 +02002258 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01f1,
2259 "unknown Dell", STAC_9205_DELL_M42),
2260 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01f2,
2261 "unknown Dell", STAC_9205_DELL_M42),
Tobin Davisae0a8ed2007-08-13 15:50:29 +02002262 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01f8,
Matthew Ranostayb44ef2f2007-09-18 00:52:38 +02002263 "Dell Precision", STAC_9205_DELL_M43),
Tobin Davisae0a8ed2007-08-13 15:50:29 +02002264 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01f9,
2265 "Dell Precision", STAC_9205_DELL_M43),
2266 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01fa,
2267 "Dell Precision", STAC_9205_DELL_M43),
Takashi Iwaidfe495d2007-08-23 19:04:28 +02002268 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01fc,
2269 "unknown Dell", STAC_9205_DELL_M42),
2270 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01fd,
2271 "unknown Dell", STAC_9205_DELL_M42),
Tobin Davisae0a8ed2007-08-13 15:50:29 +02002272 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01fe,
2273 "Dell Precision", STAC_9205_DELL_M43),
2274 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01ff,
Takashi Iwaidfe495d2007-08-23 19:04:28 +02002275 "Dell Precision M4300", STAC_9205_DELL_M43),
Takashi Iwaidfe495d2007-08-23 19:04:28 +02002276 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0204,
2277 "unknown Dell", STAC_9205_DELL_M42),
Takashi Iwai45499152008-06-12 16:27:24 +02002278 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0206,
2279 "Dell Precision", STAC_9205_DELL_M43),
2280 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x021b,
2281 "Dell Precision", STAC_9205_DELL_M43),
2282 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x021c,
2283 "Dell Precision", STAC_9205_DELL_M43),
Tobin Davisae0a8ed2007-08-13 15:50:29 +02002284 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x021f,
2285 "Dell Inspiron", STAC_9205_DELL_M44),
Matthew Ranostay3fa2ef72008-01-11 11:39:06 +01002286 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0228,
2287 "Dell Vostro 1500", STAC_9205_DELL_M42),
Anisse Astier95e70e82009-12-23 17:28:45 +01002288 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0229,
2289 "Dell Vostro 1700", STAC_9205_DELL_M42),
Takashi Iwaid9a42682009-01-22 17:40:18 +01002290 /* Gateway */
Hao Song42b95f02009-07-20 15:01:16 +08002291 SND_PCI_QUIRK(0x107b, 0x0560, "Gateway T6834c", STAC_9205_EAPD),
Takashi Iwaid9a42682009-01-22 17:40:18 +01002292 SND_PCI_QUIRK(0x107b, 0x0565, "Gateway T1616", STAC_9205_EAPD),
Matt Porterf3302a52006-07-31 12:49:34 +02002293 {} /* terminator */
2294};
2295
Takashi Iwai330ee992009-02-20 14:33:36 +01002296static void stac92xx_set_config_regs(struct hda_codec *codec,
Takashi Iwai2b635362011-05-02 12:33:43 +02002297 const unsigned int *pincfgs)
Matt2f2f4252005-04-13 14:45:30 +02002298{
2299 int i;
2300 struct sigmatel_spec *spec = codec->spec;
Matt2f2f4252005-04-13 14:45:30 +02002301
Takashi Iwai330ee992009-02-20 14:33:36 +01002302 if (!pincfgs)
2303 return;
Richard Fish11b44bb2006-08-23 18:31:34 +02002304
Matthew Ranostay87d48362007-07-17 11:52:24 +02002305 for (i = 0; i < spec->num_pins; i++)
Takashi Iwai330ee992009-02-20 14:33:36 +01002306 if (spec->pin_nids[i] && pincfgs[i])
2307 snd_hda_codec_set_pincfg(codec, spec->pin_nids[i],
2308 pincfgs[i]);
Takashi Iwaiaf9f341a2008-11-18 10:38:56 +01002309}
2310
Matt2f2f4252005-04-13 14:45:30 +02002311/*
2312 * Analog playback callbacks
2313 */
2314static int stac92xx_playback_pcm_open(struct hda_pcm_stream *hinfo,
2315 struct hda_codec *codec,
Takashi Iwaic8b6bf92005-11-17 14:57:47 +01002316 struct snd_pcm_substream *substream)
Matt2f2f4252005-04-13 14:45:30 +02002317{
2318 struct sigmatel_spec *spec = codec->spec;
Matthew Ranostay8daaaa92008-08-15 07:45:52 +02002319 if (spec->stream_delay)
2320 msleep(spec->stream_delay);
Takashi Iwai9a081602008-02-12 18:37:26 +01002321 return snd_hda_multi_out_analog_open(codec, &spec->multiout, substream,
2322 hinfo);
Matt2f2f4252005-04-13 14:45:30 +02002323}
2324
2325static int stac92xx_playback_pcm_prepare(struct hda_pcm_stream *hinfo,
2326 struct hda_codec *codec,
2327 unsigned int stream_tag,
2328 unsigned int format,
Takashi Iwaic8b6bf92005-11-17 14:57:47 +01002329 struct snd_pcm_substream *substream)
Matt2f2f4252005-04-13 14:45:30 +02002330{
2331 struct sigmatel_spec *spec = codec->spec;
Matt Porter403d1942005-11-29 15:00:51 +01002332 return snd_hda_multi_out_analog_prepare(codec, &spec->multiout, stream_tag, format, substream);
Matt2f2f4252005-04-13 14:45:30 +02002333}
2334
2335static int stac92xx_playback_pcm_cleanup(struct hda_pcm_stream *hinfo,
2336 struct hda_codec *codec,
Takashi Iwaic8b6bf92005-11-17 14:57:47 +01002337 struct snd_pcm_substream *substream)
Matt2f2f4252005-04-13 14:45:30 +02002338{
2339 struct sigmatel_spec *spec = codec->spec;
2340 return snd_hda_multi_out_analog_cleanup(codec, &spec->multiout);
2341}
2342
2343/*
Mattdabbed62005-06-14 10:19:34 +02002344 * Digital playback callbacks
2345 */
2346static int stac92xx_dig_playback_pcm_open(struct hda_pcm_stream *hinfo,
2347 struct hda_codec *codec,
Takashi Iwaic8b6bf92005-11-17 14:57:47 +01002348 struct snd_pcm_substream *substream)
Mattdabbed62005-06-14 10:19:34 +02002349{
2350 struct sigmatel_spec *spec = codec->spec;
2351 return snd_hda_multi_out_dig_open(codec, &spec->multiout);
2352}
2353
2354static int stac92xx_dig_playback_pcm_close(struct hda_pcm_stream *hinfo,
2355 struct hda_codec *codec,
Takashi Iwaic8b6bf92005-11-17 14:57:47 +01002356 struct snd_pcm_substream *substream)
Mattdabbed62005-06-14 10:19:34 +02002357{
2358 struct sigmatel_spec *spec = codec->spec;
2359 return snd_hda_multi_out_dig_close(codec, &spec->multiout);
2360}
2361
Takashi Iwai6b97eb42007-04-05 14:51:48 +02002362static int stac92xx_dig_playback_pcm_prepare(struct hda_pcm_stream *hinfo,
2363 struct hda_codec *codec,
2364 unsigned int stream_tag,
2365 unsigned int format,
2366 struct snd_pcm_substream *substream)
2367{
2368 struct sigmatel_spec *spec = codec->spec;
2369 return snd_hda_multi_out_dig_prepare(codec, &spec->multiout,
2370 stream_tag, format, substream);
2371}
2372
Takashi Iwai9411e212009-02-13 11:32:28 +01002373static int stac92xx_dig_playback_pcm_cleanup(struct hda_pcm_stream *hinfo,
2374 struct hda_codec *codec,
2375 struct snd_pcm_substream *substream)
2376{
2377 struct sigmatel_spec *spec = codec->spec;
2378 return snd_hda_multi_out_dig_cleanup(codec, &spec->multiout);
2379}
2380
Mattdabbed62005-06-14 10:19:34 +02002381
2382/*
Matt2f2f4252005-04-13 14:45:30 +02002383 * Analog capture callbacks
2384 */
2385static int stac92xx_capture_pcm_prepare(struct hda_pcm_stream *hinfo,
2386 struct hda_codec *codec,
2387 unsigned int stream_tag,
2388 unsigned int format,
Takashi Iwaic8b6bf92005-11-17 14:57:47 +01002389 struct snd_pcm_substream *substream)
Matt2f2f4252005-04-13 14:45:30 +02002390{
2391 struct sigmatel_spec *spec = codec->spec;
Matthew Ranostay8daaaa92008-08-15 07:45:52 +02002392 hda_nid_t nid = spec->adc_nids[substream->number];
Matt2f2f4252005-04-13 14:45:30 +02002393
Matthew Ranostay8daaaa92008-08-15 07:45:52 +02002394 if (spec->powerdown_adcs) {
2395 msleep(40);
Takashi Iwai8c2f7672008-12-01 11:54:35 +01002396 snd_hda_codec_write(codec, nid, 0,
Matthew Ranostay8daaaa92008-08-15 07:45:52 +02002397 AC_VERB_SET_POWER_STATE, AC_PWRST_D0);
2398 }
2399 snd_hda_codec_setup_stream(codec, nid, stream_tag, 0, format);
Matt2f2f4252005-04-13 14:45:30 +02002400 return 0;
2401}
2402
2403static int stac92xx_capture_pcm_cleanup(struct hda_pcm_stream *hinfo,
2404 struct hda_codec *codec,
Takashi Iwaic8b6bf92005-11-17 14:57:47 +01002405 struct snd_pcm_substream *substream)
Matt2f2f4252005-04-13 14:45:30 +02002406{
2407 struct sigmatel_spec *spec = codec->spec;
Matthew Ranostay8daaaa92008-08-15 07:45:52 +02002408 hda_nid_t nid = spec->adc_nids[substream->number];
Matt2f2f4252005-04-13 14:45:30 +02002409
Matthew Ranostay8daaaa92008-08-15 07:45:52 +02002410 snd_hda_codec_cleanup_stream(codec, nid);
2411 if (spec->powerdown_adcs)
Takashi Iwai8c2f7672008-12-01 11:54:35 +01002412 snd_hda_codec_write(codec, nid, 0,
Matthew Ranostay8daaaa92008-08-15 07:45:52 +02002413 AC_VERB_SET_POWER_STATE, AC_PWRST_D3);
Matt2f2f4252005-04-13 14:45:30 +02002414 return 0;
2415}
2416
Takashi Iwai2b635362011-05-02 12:33:43 +02002417static const struct hda_pcm_stream stac92xx_pcm_digital_playback = {
Mattdabbed62005-06-14 10:19:34 +02002418 .substreams = 1,
2419 .channels_min = 2,
2420 .channels_max = 2,
2421 /* NID is set in stac92xx_build_pcms */
2422 .ops = {
2423 .open = stac92xx_dig_playback_pcm_open,
Takashi Iwai6b97eb42007-04-05 14:51:48 +02002424 .close = stac92xx_dig_playback_pcm_close,
Takashi Iwai9411e212009-02-13 11:32:28 +01002425 .prepare = stac92xx_dig_playback_pcm_prepare,
2426 .cleanup = stac92xx_dig_playback_pcm_cleanup
Mattdabbed62005-06-14 10:19:34 +02002427 },
2428};
2429
Takashi Iwai2b635362011-05-02 12:33:43 +02002430static const struct hda_pcm_stream stac92xx_pcm_digital_capture = {
Mattdabbed62005-06-14 10:19:34 +02002431 .substreams = 1,
2432 .channels_min = 2,
2433 .channels_max = 2,
2434 /* NID is set in stac92xx_build_pcms */
2435};
2436
Takashi Iwai2b635362011-05-02 12:33:43 +02002437static const struct hda_pcm_stream stac92xx_pcm_analog_playback = {
Matt2f2f4252005-04-13 14:45:30 +02002438 .substreams = 1,
2439 .channels_min = 2,
Mattc7d4b2f2005-06-27 14:59:41 +02002440 .channels_max = 8,
Matt2f2f4252005-04-13 14:45:30 +02002441 .nid = 0x02, /* NID to query formats and rates */
2442 .ops = {
2443 .open = stac92xx_playback_pcm_open,
2444 .prepare = stac92xx_playback_pcm_prepare,
2445 .cleanup = stac92xx_playback_pcm_cleanup
2446 },
2447};
2448
Takashi Iwai2b635362011-05-02 12:33:43 +02002449static const struct hda_pcm_stream stac92xx_pcm_analog_alt_playback = {
Matt Porter3cc08dc2006-01-23 15:27:49 +01002450 .substreams = 1,
2451 .channels_min = 2,
2452 .channels_max = 2,
2453 .nid = 0x06, /* NID to query formats and rates */
2454 .ops = {
2455 .open = stac92xx_playback_pcm_open,
2456 .prepare = stac92xx_playback_pcm_prepare,
2457 .cleanup = stac92xx_playback_pcm_cleanup
2458 },
2459};
2460
Takashi Iwai2b635362011-05-02 12:33:43 +02002461static const struct hda_pcm_stream stac92xx_pcm_analog_capture = {
Matt2f2f4252005-04-13 14:45:30 +02002462 .channels_min = 2,
2463 .channels_max = 2,
Maxim Levitsky9e05b7a2007-09-03 15:31:02 +02002464 /* NID + .substreams is set in stac92xx_build_pcms */
Matt2f2f4252005-04-13 14:45:30 +02002465 .ops = {
2466 .prepare = stac92xx_capture_pcm_prepare,
2467 .cleanup = stac92xx_capture_pcm_cleanup
2468 },
2469};
2470
2471static int stac92xx_build_pcms(struct hda_codec *codec)
2472{
2473 struct sigmatel_spec *spec = codec->spec;
2474 struct hda_pcm *info = spec->pcm_rec;
2475
2476 codec->num_pcms = 1;
2477 codec->pcm_info = info;
2478
Mattc7d4b2f2005-06-27 14:59:41 +02002479 info->name = "STAC92xx Analog";
Matt2f2f4252005-04-13 14:45:30 +02002480 info->stream[SNDRV_PCM_STREAM_PLAYBACK] = stac92xx_pcm_analog_playback;
Takashi Iwai00a602d2009-01-23 11:55:42 +01002481 info->stream[SNDRV_PCM_STREAM_PLAYBACK].nid =
2482 spec->multiout.dac_nids[0];
Matt2f2f4252005-04-13 14:45:30 +02002483 info->stream[SNDRV_PCM_STREAM_CAPTURE] = stac92xx_pcm_analog_capture;
Matt Porter3cc08dc2006-01-23 15:27:49 +01002484 info->stream[SNDRV_PCM_STREAM_CAPTURE].nid = spec->adc_nids[0];
Maxim Levitsky9e05b7a2007-09-03 15:31:02 +02002485 info->stream[SNDRV_PCM_STREAM_CAPTURE].substreams = spec->num_adcs;
Matt Porter3cc08dc2006-01-23 15:27:49 +01002486
2487 if (spec->alt_switch) {
2488 codec->num_pcms++;
2489 info++;
2490 info->name = "STAC92xx Analog Alt";
2491 info->stream[SNDRV_PCM_STREAM_PLAYBACK] = stac92xx_pcm_analog_alt_playback;
2492 }
Matt2f2f4252005-04-13 14:45:30 +02002493
Mattdabbed62005-06-14 10:19:34 +02002494 if (spec->multiout.dig_out_nid || spec->dig_in_nid) {
2495 codec->num_pcms++;
2496 info++;
2497 info->name = "STAC92xx Digital";
Takashi Iwai0852d7a2009-02-11 11:35:15 +01002498 info->pcm_type = spec->autocfg.dig_out_type[0];
Mattdabbed62005-06-14 10:19:34 +02002499 if (spec->multiout.dig_out_nid) {
2500 info->stream[SNDRV_PCM_STREAM_PLAYBACK] = stac92xx_pcm_digital_playback;
2501 info->stream[SNDRV_PCM_STREAM_PLAYBACK].nid = spec->multiout.dig_out_nid;
2502 }
2503 if (spec->dig_in_nid) {
2504 info->stream[SNDRV_PCM_STREAM_CAPTURE] = stac92xx_pcm_digital_capture;
2505 info->stream[SNDRV_PCM_STREAM_CAPTURE].nid = spec->dig_in_nid;
2506 }
2507 }
2508
Matt2f2f4252005-04-13 14:45:30 +02002509 return 0;
2510}
2511
Nickolas Lloyd7c922de2009-06-01 11:12:29 +02002512static unsigned int stac92xx_get_default_vref(struct hda_codec *codec,
2513 hda_nid_t nid)
Takashi Iwaic960a032006-03-23 17:06:28 +01002514{
Takashi Iwai1327a322009-03-23 13:07:47 +01002515 unsigned int pincap = snd_hda_query_pin_caps(codec, nid);
Takashi Iwaic960a032006-03-23 17:06:28 +01002516 pincap = (pincap & AC_PINCAP_VREF) >> AC_PINCAP_VREF_SHIFT;
2517 if (pincap & AC_PINCAP_VREF_100)
2518 return AC_PINCTL_VREF_100;
2519 if (pincap & AC_PINCAP_VREF_80)
2520 return AC_PINCTL_VREF_80;
2521 if (pincap & AC_PINCAP_VREF_50)
2522 return AC_PINCTL_VREF_50;
2523 if (pincap & AC_PINCAP_VREF_GRD)
2524 return AC_PINCTL_VREF_GRD;
2525 return 0;
2526}
2527
Matt Porter403d1942005-11-29 15:00:51 +01002528static void stac92xx_auto_set_pinctl(struct hda_codec *codec, hda_nid_t nid, int pin_type)
2529
2530{
Takashi Iwai82beb8f2007-08-10 17:09:26 +02002531 snd_hda_codec_write_cache(codec, nid, 0,
2532 AC_VERB_SET_PIN_WIDGET_CONTROL, pin_type);
Matt Porter403d1942005-11-29 15:00:51 +01002533}
2534
Matthew Ranostay7c2ba972008-04-16 13:13:59 +02002535#define stac92xx_hp_switch_info snd_ctl_boolean_mono_info
2536
2537static int stac92xx_hp_switch_get(struct snd_kcontrol *kcontrol,
2538 struct snd_ctl_elem_value *ucontrol)
2539{
2540 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
2541 struct sigmatel_spec *spec = codec->spec;
2542
Takashi Iwaid7a89432008-11-12 09:48:04 +01002543 ucontrol->value.integer.value[0] = !!spec->hp_switch;
Matthew Ranostay7c2ba972008-04-16 13:13:59 +02002544 return 0;
2545}
2546
Takashi Iwai62558ce2009-07-29 14:23:09 +02002547static void stac_issue_unsol_event(struct hda_codec *codec, hda_nid_t nid);
Takashi Iwaic6e4c662008-11-25 11:58:19 +01002548
Matthew Ranostay7c2ba972008-04-16 13:13:59 +02002549static int stac92xx_hp_switch_put(struct snd_kcontrol *kcontrol,
2550 struct snd_ctl_elem_value *ucontrol)
2551{
2552 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
2553 struct sigmatel_spec *spec = codec->spec;
Takashi Iwaid7a89432008-11-12 09:48:04 +01002554 int nid = kcontrol->private_value;
2555
2556 spec->hp_switch = ucontrol->value.integer.value[0] ? nid : 0;
Matthew Ranostay7c2ba972008-04-16 13:13:59 +02002557
Lucas De Marchi25985ed2011-03-30 22:57:33 -03002558 /* check to be sure that the ports are up to date with
Matthew Ranostay7c2ba972008-04-16 13:13:59 +02002559 * switch changes
2560 */
Takashi Iwai62558ce2009-07-29 14:23:09 +02002561 stac_issue_unsol_event(codec, nid);
Matthew Ranostay7c2ba972008-04-16 13:13:59 +02002562
2563 return 1;
2564}
2565
Nickolas Lloyd7c922de2009-06-01 11:12:29 +02002566static int stac92xx_dc_bias_info(struct snd_kcontrol *kcontrol,
2567 struct snd_ctl_elem_info *uinfo)
2568{
2569 int i;
Takashi Iwai2b635362011-05-02 12:33:43 +02002570 static const char * const texts[] = {
Nickolas Lloyd7c922de2009-06-01 11:12:29 +02002571 "Mic In", "Line In", "Line Out"
2572 };
2573
2574 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
2575 struct sigmatel_spec *spec = codec->spec;
2576 hda_nid_t nid = kcontrol->private_value;
2577
2578 if (nid == spec->mic_switch || nid == spec->line_switch)
2579 i = 3;
2580 else
2581 i = 2;
2582
2583 uinfo->type = SNDRV_CTL_ELEM_TYPE_ENUMERATED;
2584 uinfo->value.enumerated.items = i;
2585 uinfo->count = 1;
2586 if (uinfo->value.enumerated.item >= i)
2587 uinfo->value.enumerated.item = i-1;
2588 strcpy(uinfo->value.enumerated.name,
2589 texts[uinfo->value.enumerated.item]);
2590
2591 return 0;
2592}
2593
2594static int stac92xx_dc_bias_get(struct snd_kcontrol *kcontrol,
2595 struct snd_ctl_elem_value *ucontrol)
2596{
2597 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
2598 hda_nid_t nid = kcontrol->private_value;
2599 unsigned int vref = stac92xx_vref_get(codec, nid);
2600
2601 if (vref == stac92xx_get_default_vref(codec, nid))
2602 ucontrol->value.enumerated.item[0] = 0;
2603 else if (vref == AC_PINCTL_VREF_GRD)
2604 ucontrol->value.enumerated.item[0] = 1;
2605 else if (vref == AC_PINCTL_VREF_HIZ)
2606 ucontrol->value.enumerated.item[0] = 2;
2607
2608 return 0;
2609}
2610
2611static int stac92xx_dc_bias_put(struct snd_kcontrol *kcontrol,
2612 struct snd_ctl_elem_value *ucontrol)
2613{
2614 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
2615 unsigned int new_vref = 0;
Takashi Iwaib8621512009-06-22 08:00:10 +02002616 int error;
Nickolas Lloyd7c922de2009-06-01 11:12:29 +02002617 hda_nid_t nid = kcontrol->private_value;
2618
2619 if (ucontrol->value.enumerated.item[0] == 0)
2620 new_vref = stac92xx_get_default_vref(codec, nid);
2621 else if (ucontrol->value.enumerated.item[0] == 1)
2622 new_vref = AC_PINCTL_VREF_GRD;
2623 else if (ucontrol->value.enumerated.item[0] == 2)
2624 new_vref = AC_PINCTL_VREF_HIZ;
2625 else
2626 return 0;
2627
2628 if (new_vref != stac92xx_vref_get(codec, nid)) {
2629 error = stac92xx_vref_set(codec, nid, new_vref);
2630 return error;
2631 }
2632
2633 return 0;
2634}
2635
2636static int stac92xx_io_switch_info(struct snd_kcontrol *kcontrol,
2637 struct snd_ctl_elem_info *uinfo)
2638{
Takashi Iwai2b635362011-05-02 12:33:43 +02002639 char *texts[2];
Nickolas Lloyd7c922de2009-06-01 11:12:29 +02002640 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
2641 struct sigmatel_spec *spec = codec->spec;
2642
2643 if (kcontrol->private_value == spec->line_switch)
2644 texts[0] = "Line In";
2645 else
2646 texts[0] = "Mic In";
2647 texts[1] = "Line Out";
2648 uinfo->type = SNDRV_CTL_ELEM_TYPE_ENUMERATED;
2649 uinfo->value.enumerated.items = 2;
2650 uinfo->count = 1;
2651
2652 if (uinfo->value.enumerated.item >= 2)
2653 uinfo->value.enumerated.item = 1;
2654 strcpy(uinfo->value.enumerated.name,
2655 texts[uinfo->value.enumerated.item]);
2656
2657 return 0;
2658}
Matt Porter403d1942005-11-29 15:00:51 +01002659
2660static int stac92xx_io_switch_get(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol)
2661{
2662 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
2663 struct sigmatel_spec *spec = codec->spec;
Nickolas Lloyd7c922de2009-06-01 11:12:29 +02002664 hda_nid_t nid = kcontrol->private_value;
2665 int io_idx = (nid == spec->mic_switch) ? 1 : 0;
Matt Porter403d1942005-11-29 15:00:51 +01002666
Nickolas Lloyd7c922de2009-06-01 11:12:29 +02002667 ucontrol->value.enumerated.item[0] = spec->io_switch[io_idx];
Matt Porter403d1942005-11-29 15:00:51 +01002668 return 0;
2669}
2670
2671static int stac92xx_io_switch_put(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol)
2672{
2673 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
2674 struct sigmatel_spec *spec = codec->spec;
Nickolas Lloyd7c922de2009-06-01 11:12:29 +02002675 hda_nid_t nid = kcontrol->private_value;
2676 int io_idx = (nid == spec->mic_switch) ? 1 : 0;
2677 unsigned short val = !!ucontrol->value.enumerated.item[0];
Matt Porter403d1942005-11-29 15:00:51 +01002678
2679 spec->io_switch[io_idx] = val;
2680
2681 if (val)
2682 stac92xx_auto_set_pinctl(codec, nid, AC_PINCTL_OUT_EN);
Takashi Iwaic960a032006-03-23 17:06:28 +01002683 else {
2684 unsigned int pinctl = AC_PINCTL_IN_EN;
2685 if (io_idx) /* set VREF for mic */
Nickolas Lloyd7c922de2009-06-01 11:12:29 +02002686 pinctl |= stac92xx_get_default_vref(codec, nid);
Takashi Iwaic960a032006-03-23 17:06:28 +01002687 stac92xx_auto_set_pinctl(codec, nid, pinctl);
2688 }
Jiang Zhe40c1d302007-11-12 13:05:16 +01002689
2690 /* check the auto-mute again: we need to mute/unmute the speaker
2691 * appropriately according to the pin direction
2692 */
2693 if (spec->hp_detect)
Takashi Iwai62558ce2009-07-29 14:23:09 +02002694 stac_issue_unsol_event(codec, nid);
Jiang Zhe40c1d302007-11-12 13:05:16 +01002695
Matt Porter403d1942005-11-29 15:00:51 +01002696 return 1;
2697}
2698
Maxim Levitsky0fb87bb2007-09-03 15:29:04 +02002699#define stac92xx_clfe_switch_info snd_ctl_boolean_mono_info
2700
2701static int stac92xx_clfe_switch_get(struct snd_kcontrol *kcontrol,
2702 struct snd_ctl_elem_value *ucontrol)
2703{
2704 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
2705 struct sigmatel_spec *spec = codec->spec;
2706
2707 ucontrol->value.integer.value[0] = spec->clfe_swap;
2708 return 0;
2709}
2710
2711static int stac92xx_clfe_switch_put(struct snd_kcontrol *kcontrol,
2712 struct snd_ctl_elem_value *ucontrol)
2713{
2714 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
2715 struct sigmatel_spec *spec = codec->spec;
2716 hda_nid_t nid = kcontrol->private_value & 0xff;
Takashi Iwai68ea7b22007-11-15 15:54:38 +01002717 unsigned int val = !!ucontrol->value.integer.value[0];
Maxim Levitsky0fb87bb2007-09-03 15:29:04 +02002718
Takashi Iwai68ea7b22007-11-15 15:54:38 +01002719 if (spec->clfe_swap == val)
Maxim Levitsky0fb87bb2007-09-03 15:29:04 +02002720 return 0;
2721
Takashi Iwai68ea7b22007-11-15 15:54:38 +01002722 spec->clfe_swap = val;
Maxim Levitsky0fb87bb2007-09-03 15:29:04 +02002723
2724 snd_hda_codec_write_cache(codec, nid, 0, AC_VERB_SET_EAPD_BTLENABLE,
2725 spec->clfe_swap ? 0x4 : 0x0);
2726
2727 return 1;
2728}
2729
Matthew Ranostay7c2ba972008-04-16 13:13:59 +02002730#define STAC_CODEC_HP_SWITCH(xname) \
2731 { .iface = SNDRV_CTL_ELEM_IFACE_MIXER, \
2732 .name = xname, \
2733 .index = 0, \
2734 .info = stac92xx_hp_switch_info, \
2735 .get = stac92xx_hp_switch_get, \
2736 .put = stac92xx_hp_switch_put, \
2737 }
2738
Matt Porter403d1942005-11-29 15:00:51 +01002739#define STAC_CODEC_IO_SWITCH(xname, xpval) \
2740 { .iface = SNDRV_CTL_ELEM_IFACE_MIXER, \
2741 .name = xname, \
2742 .index = 0, \
2743 .info = stac92xx_io_switch_info, \
2744 .get = stac92xx_io_switch_get, \
2745 .put = stac92xx_io_switch_put, \
2746 .private_value = xpval, \
2747 }
2748
Maxim Levitsky0fb87bb2007-09-03 15:29:04 +02002749#define STAC_CODEC_CLFE_SWITCH(xname, xpval) \
2750 { .iface = SNDRV_CTL_ELEM_IFACE_MIXER, \
2751 .name = xname, \
2752 .index = 0, \
2753 .info = stac92xx_clfe_switch_info, \
2754 .get = stac92xx_clfe_switch_get, \
2755 .put = stac92xx_clfe_switch_put, \
2756 .private_value = xpval, \
2757 }
Matt Porter403d1942005-11-29 15:00:51 +01002758
Mattc7d4b2f2005-06-27 14:59:41 +02002759enum {
2760 STAC_CTL_WIDGET_VOL,
2761 STAC_CTL_WIDGET_MUTE,
Jaroslav Kysela123c07a2009-10-21 14:48:23 +02002762 STAC_CTL_WIDGET_MUTE_BEEP,
Matthew Ranostay09a99952008-01-24 11:49:21 +01002763 STAC_CTL_WIDGET_MONO_MUX,
Matthew Ranostay7c2ba972008-04-16 13:13:59 +02002764 STAC_CTL_WIDGET_HP_SWITCH,
Matt Porter403d1942005-11-29 15:00:51 +01002765 STAC_CTL_WIDGET_IO_SWITCH,
Nickolas Lloyd2fc99892009-05-15 15:33:30 +02002766 STAC_CTL_WIDGET_CLFE_SWITCH,
2767 STAC_CTL_WIDGET_DC_BIAS
Mattc7d4b2f2005-06-27 14:59:41 +02002768};
2769
Takashi Iwai2b635362011-05-02 12:33:43 +02002770static const struct snd_kcontrol_new stac92xx_control_templates[] = {
Mattc7d4b2f2005-06-27 14:59:41 +02002771 HDA_CODEC_VOLUME(NULL, 0, 0, 0),
2772 HDA_CODEC_MUTE(NULL, 0, 0, 0),
Jaroslav Kysela123c07a2009-10-21 14:48:23 +02002773 HDA_CODEC_MUTE_BEEP(NULL, 0, 0, 0),
Matthew Ranostay09a99952008-01-24 11:49:21 +01002774 STAC_MONO_MUX,
Matthew Ranostay7c2ba972008-04-16 13:13:59 +02002775 STAC_CODEC_HP_SWITCH(NULL),
Matt Porter403d1942005-11-29 15:00:51 +01002776 STAC_CODEC_IO_SWITCH(NULL, 0),
Maxim Levitsky0fb87bb2007-09-03 15:29:04 +02002777 STAC_CODEC_CLFE_SWITCH(NULL, 0),
Nickolas Lloyd2fc99892009-05-15 15:33:30 +02002778 DC_BIAS(NULL, 0, 0),
Mattc7d4b2f2005-06-27 14:59:41 +02002779};
2780
2781/* add dynamic controls */
Takashi Iwaie3c75962009-01-23 11:57:22 +01002782static struct snd_kcontrol_new *
2783stac_control_new(struct sigmatel_spec *spec,
Takashi Iwai2b635362011-05-02 12:33:43 +02002784 const struct snd_kcontrol_new *ktemp,
Jaroslav Kysela4d02d1b2009-11-12 10:15:48 +01002785 const char *name,
Jaroslav Kysela5e26dfd2009-12-10 13:57:01 +01002786 unsigned int subdev)
Mattc7d4b2f2005-06-27 14:59:41 +02002787{
Takashi Iwaic8b6bf92005-11-17 14:57:47 +01002788 struct snd_kcontrol_new *knew;
Mattc7d4b2f2005-06-27 14:59:41 +02002789
Takashi Iwai603c4012008-07-30 15:01:44 +02002790 snd_array_init(&spec->kctls, sizeof(*knew), 32);
2791 knew = snd_array_new(&spec->kctls);
2792 if (!knew)
Takashi Iwaie3c75962009-01-23 11:57:22 +01002793 return NULL;
Takashi Iwai4d4e9bb2008-11-12 16:45:04 +01002794 *knew = *ktemp;
Takashi Iwai82fe0c52005-06-30 10:54:33 +02002795 knew->name = kstrdup(name, GFP_KERNEL);
Takashi Iwaie3c75962009-01-23 11:57:22 +01002796 if (!knew->name) {
2797 /* roolback */
2798 memset(knew, 0, sizeof(*knew));
2799 spec->kctls.alloced--;
2800 return NULL;
2801 }
Jaroslav Kysela5e26dfd2009-12-10 13:57:01 +01002802 knew->subdevice = subdev;
Takashi Iwaie3c75962009-01-23 11:57:22 +01002803 return knew;
2804}
2805
2806static int stac92xx_add_control_temp(struct sigmatel_spec *spec,
Takashi Iwai2b635362011-05-02 12:33:43 +02002807 const struct snd_kcontrol_new *ktemp,
Takashi Iwaie3c75962009-01-23 11:57:22 +01002808 int idx, const char *name,
2809 unsigned long val)
2810{
Jaroslav Kysela4d02d1b2009-11-12 10:15:48 +01002811 struct snd_kcontrol_new *knew = stac_control_new(spec, ktemp, name,
Jaroslav Kysela5e26dfd2009-12-10 13:57:01 +01002812 HDA_SUBDEV_AMP_FLAG);
Takashi Iwaie3c75962009-01-23 11:57:22 +01002813 if (!knew)
Mattc7d4b2f2005-06-27 14:59:41 +02002814 return -ENOMEM;
Takashi Iwaie3c75962009-01-23 11:57:22 +01002815 knew->index = idx;
Mattc7d4b2f2005-06-27 14:59:41 +02002816 knew->private_value = val;
Mattc7d4b2f2005-06-27 14:59:41 +02002817 return 0;
2818}
2819
Takashi Iwai4d4e9bb2008-11-12 16:45:04 +01002820static inline int stac92xx_add_control_idx(struct sigmatel_spec *spec,
2821 int type, int idx, const char *name,
2822 unsigned long val)
2823{
2824 return stac92xx_add_control_temp(spec,
2825 &stac92xx_control_templates[type],
2826 idx, name, val);
2827}
2828
Matthew Ranostay4682eee2008-08-15 07:43:24 +02002829
2830/* add dynamic controls */
Takashi Iwai4d4e9bb2008-11-12 16:45:04 +01002831static inline int stac92xx_add_control(struct sigmatel_spec *spec, int type,
2832 const char *name, unsigned long val)
Matthew Ranostay4682eee2008-08-15 07:43:24 +02002833{
2834 return stac92xx_add_control_idx(spec, type, 0, name, val);
2835}
2836
Takashi Iwai2b635362011-05-02 12:33:43 +02002837static const struct snd_kcontrol_new stac_input_src_temp = {
Takashi Iwaie3c75962009-01-23 11:57:22 +01002838 .iface = SNDRV_CTL_ELEM_IFACE_MIXER,
2839 .name = "Input Source",
2840 .info = stac92xx_mux_enum_info,
2841 .get = stac92xx_mux_enum_get,
2842 .put = stac92xx_mux_enum_put,
2843};
2844
Nickolas Lloyd7c922de2009-06-01 11:12:29 +02002845static inline int stac92xx_add_jack_mode_control(struct hda_codec *codec,
2846 hda_nid_t nid, int idx)
2847{
2848 int def_conf = snd_hda_codec_get_pincfg(codec, nid);
2849 int control = 0;
2850 struct sigmatel_spec *spec = codec->spec;
2851 char name[22];
2852
Takashi Iwai99ae28b2010-09-17 14:42:34 +02002853 if (snd_hda_get_input_pin_attr(def_conf) != INPUT_PIN_ATTR_INT) {
Nickolas Lloyd7c922de2009-06-01 11:12:29 +02002854 if (stac92xx_get_default_vref(codec, nid) == AC_PINCTL_VREF_GRD
2855 && nid == spec->line_switch)
2856 control = STAC_CTL_WIDGET_IO_SWITCH;
2857 else if (snd_hda_query_pin_caps(codec, nid)
2858 & (AC_PINCAP_VREF_GRD << AC_PINCAP_VREF_SHIFT))
2859 control = STAC_CTL_WIDGET_DC_BIAS;
2860 else if (nid == spec->mic_switch)
2861 control = STAC_CTL_WIDGET_IO_SWITCH;
2862 }
2863
2864 if (control) {
Takashi Iwai10a20af2010-09-09 16:28:02 +02002865 strcpy(name, hda_get_input_pin_label(codec, nid, 1));
Nickolas Lloyd7c922de2009-06-01 11:12:29 +02002866 return stac92xx_add_control(codec->spec, control,
2867 strcat(name, " Jack Mode"), nid);
2868 }
2869
2870 return 0;
2871}
2872
Takashi Iwaie3c75962009-01-23 11:57:22 +01002873static int stac92xx_add_input_source(struct sigmatel_spec *spec)
2874{
2875 struct snd_kcontrol_new *knew;
2876 struct hda_input_mux *imux = &spec->private_imux;
2877
Takashi Iwai3d21d3f2009-07-29 14:32:56 +02002878 if (spec->auto_mic)
2879 return 0; /* no need for input source */
Takashi Iwaie3c75962009-01-23 11:57:22 +01002880 if (!spec->num_adcs || imux->num_items <= 1)
2881 return 0; /* no need for input source control */
2882 knew = stac_control_new(spec, &stac_input_src_temp,
Jaroslav Kysela4d02d1b2009-11-12 10:15:48 +01002883 stac_input_src_temp.name, 0);
Takashi Iwaie3c75962009-01-23 11:57:22 +01002884 if (!knew)
2885 return -ENOMEM;
2886 knew->count = spec->num_adcs;
2887 return 0;
2888}
2889
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01002890/* check whether the line-input can be used as line-out */
2891static hda_nid_t check_line_out_switch(struct hda_codec *codec)
Matt Porter403d1942005-11-29 15:00:51 +01002892{
2893 struct sigmatel_spec *spec = codec->spec;
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01002894 struct auto_pin_cfg *cfg = &spec->autocfg;
2895 hda_nid_t nid;
2896 unsigned int pincap;
Takashi Iwaieea7dc92010-08-30 13:06:15 +02002897 int i;
Matthew Ranostay8e9068b2007-12-17 11:58:13 +01002898
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01002899 if (cfg->line_out_type != AUTO_PIN_LINE_OUT)
2900 return 0;
Takashi Iwaieea7dc92010-08-30 13:06:15 +02002901 for (i = 0; i < cfg->num_inputs; i++) {
Takashi Iwai86e29592010-09-09 14:50:17 +02002902 if (cfg->inputs[i].type == AUTO_PIN_LINE_IN) {
Takashi Iwaieea7dc92010-08-30 13:06:15 +02002903 nid = cfg->inputs[i].pin;
Takashi Iwai1327a322009-03-23 13:07:47 +01002904 pincap = snd_hda_query_pin_caps(codec, nid);
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01002905 if (pincap & AC_PINCAP_OUT)
2906 return nid;
2907 }
Takashi Iwaieea7dc92010-08-30 13:06:15 +02002908 }
Matt Porter403d1942005-11-29 15:00:51 +01002909 return 0;
2910}
2911
Takashi Iwaieea7dc92010-08-30 13:06:15 +02002912static hda_nid_t get_unassigned_dac(struct hda_codec *codec, hda_nid_t nid);
2913
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01002914/* check whether the mic-input can be used as line-out */
Takashi Iwaieea7dc92010-08-30 13:06:15 +02002915static hda_nid_t check_mic_out_switch(struct hda_codec *codec, hda_nid_t *dac)
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01002916{
2917 struct sigmatel_spec *spec = codec->spec;
2918 struct auto_pin_cfg *cfg = &spec->autocfg;
2919 unsigned int def_conf, pincap;
Takashi Iwai86e29592010-09-09 14:50:17 +02002920 int i;
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01002921
Takashi Iwaieea7dc92010-08-30 13:06:15 +02002922 *dac = 0;
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01002923 if (cfg->line_out_type != AUTO_PIN_LINE_OUT)
2924 return 0;
Takashi Iwaieea7dc92010-08-30 13:06:15 +02002925 for (i = 0; i < cfg->num_inputs; i++) {
2926 hda_nid_t nid = cfg->inputs[i].pin;
Takashi Iwai86e29592010-09-09 14:50:17 +02002927 if (cfg->inputs[i].type != AUTO_PIN_MIC)
Takashi Iwaieea7dc92010-08-30 13:06:15 +02002928 continue;
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01002929 def_conf = snd_hda_codec_get_pincfg(codec, nid);
2930 /* some laptops have an internal analog microphone
2931 * which can't be used as a output */
Takashi Iwai99ae28b2010-09-17 14:42:34 +02002932 if (snd_hda_get_input_pin_attr(def_conf) != INPUT_PIN_ATTR_INT) {
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01002933 pincap = snd_hda_query_pin_caps(codec, nid);
Takashi Iwaieea7dc92010-08-30 13:06:15 +02002934 if (pincap & AC_PINCAP_OUT) {
2935 *dac = get_unassigned_dac(codec, nid);
2936 if (*dac)
2937 return nid;
2938 }
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01002939 }
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01002940 }
2941 return 0;
2942}
Steve Longerbeam7b0438992007-05-03 20:50:03 +02002943
2944static int is_in_dac_nids(struct sigmatel_spec *spec, hda_nid_t nid)
2945{
2946 int i;
2947
2948 for (i = 0; i < spec->multiout.num_dacs; i++) {
2949 if (spec->multiout.dac_nids[i] == nid)
2950 return 1;
2951 }
2952
2953 return 0;
2954}
2955
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01002956static int check_all_dac_nids(struct sigmatel_spec *spec, hda_nid_t nid)
2957{
2958 int i;
2959 if (is_in_dac_nids(spec, nid))
2960 return 1;
2961 for (i = 0; i < spec->autocfg.hp_outs; i++)
2962 if (spec->hp_dacs[i] == nid)
2963 return 1;
2964 for (i = 0; i < spec->autocfg.speaker_outs; i++)
2965 if (spec->speaker_dacs[i] == nid)
2966 return 1;
2967 return 0;
2968}
2969
2970static hda_nid_t get_unassigned_dac(struct hda_codec *codec, hda_nid_t nid)
2971{
2972 struct sigmatel_spec *spec = codec->spec;
2973 int j, conn_len;
2974 hda_nid_t conn[HDA_MAX_CONNECTIONS];
2975 unsigned int wcaps, wtype;
2976
2977 conn_len = snd_hda_get_connections(codec, nid, conn,
2978 HDA_MAX_CONNECTIONS);
Charles Chin36706002010-01-29 12:05:51 +01002979 /* 92HD88: trace back up the link of nids to find the DAC */
2980 while (conn_len == 1 && (get_wcaps_type(get_wcaps(codec, conn[0]))
2981 != AC_WID_AUD_OUT)) {
2982 nid = conn[0];
2983 conn_len = snd_hda_get_connections(codec, nid, conn,
2984 HDA_MAX_CONNECTIONS);
2985 }
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01002986 for (j = 0; j < conn_len; j++) {
Takashi Iwai14bafe32009-03-23 16:35:39 +01002987 wcaps = get_wcaps(codec, conn[j]);
Takashi Iwaia22d5432009-07-27 12:54:26 +02002988 wtype = get_wcaps_type(wcaps);
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01002989 /* we check only analog outputs */
2990 if (wtype != AC_WID_AUD_OUT || (wcaps & AC_WCAP_DIGITAL))
2991 continue;
2992 /* if this route has a free DAC, assign it */
2993 if (!check_all_dac_nids(spec, conn[j])) {
2994 if (conn_len > 1) {
2995 /* select this DAC in the pin's input mux */
2996 snd_hda_codec_write_cache(codec, nid, 0,
2997 AC_VERB_SET_CONNECT_SEL, j);
2998 }
2999 return conn[j];
3000 }
3001 }
Takashi Iwaiee58a7c2009-03-06 12:00:24 +01003002 /* if all DACs are already assigned, connect to the primary DAC */
3003 if (conn_len > 1) {
3004 for (j = 0; j < conn_len; j++) {
3005 if (conn[j] == spec->multiout.dac_nids[0]) {
3006 snd_hda_codec_write_cache(codec, nid, 0,
3007 AC_VERB_SET_CONNECT_SEL, j);
3008 break;
3009 }
3010 }
3011 }
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01003012 return 0;
3013}
3014
3015static int add_spec_dacs(struct sigmatel_spec *spec, hda_nid_t nid);
3016static int add_spec_extra_dacs(struct sigmatel_spec *spec, hda_nid_t nid);
3017
Matt Porter3cc08dc2006-01-23 15:27:49 +01003018/*
Steve Longerbeam7b0438992007-05-03 20:50:03 +02003019 * Fill in the dac_nids table from the parsed pin configuration
3020 * This function only works when every pin in line_out_pins[]
3021 * contains atleast one DAC in its connection list. Some 92xx
3022 * codecs are not connected directly to a DAC, such as the 9200
3023 * and 9202/925x. For those, dac_nids[] must be hard-coded.
Matt Porter3cc08dc2006-01-23 15:27:49 +01003024 */
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01003025static int stac92xx_auto_fill_dac_nids(struct hda_codec *codec)
Mattc7d4b2f2005-06-27 14:59:41 +02003026{
3027 struct sigmatel_spec *spec = codec->spec;
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01003028 struct auto_pin_cfg *cfg = &spec->autocfg;
3029 int i;
3030 hda_nid_t nid, dac;
Steve Longerbeam7b0438992007-05-03 20:50:03 +02003031
Mattc7d4b2f2005-06-27 14:59:41 +02003032 for (i = 0; i < cfg->line_outs; i++) {
3033 nid = cfg->line_out_pins[i];
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01003034 dac = get_unassigned_dac(codec, nid);
3035 if (!dac) {
Takashi Iwaidf802952007-07-02 19:18:00 +02003036 if (spec->multiout.num_dacs > 0) {
3037 /* we have already working output pins,
3038 * so let's drop the broken ones again
3039 */
3040 cfg->line_outs = spec->multiout.num_dacs;
3041 break;
3042 }
Steve Longerbeam7b0438992007-05-03 20:50:03 +02003043 /* error out, no available DAC found */
3044 snd_printk(KERN_ERR
3045 "%s: No available DAC for pin 0x%x\n",
3046 __func__, nid);
3047 return -ENODEV;
3048 }
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01003049 add_spec_dacs(spec, dac);
3050 }
Steve Longerbeam7b0438992007-05-03 20:50:03 +02003051
Takashi Iwai139e0712009-03-06 12:10:41 +01003052 for (i = 0; i < cfg->hp_outs; i++) {
3053 nid = cfg->hp_pins[i];
3054 dac = get_unassigned_dac(codec, nid);
3055 if (dac) {
3056 if (!spec->multiout.hp_nid)
3057 spec->multiout.hp_nid = dac;
3058 else
3059 add_spec_extra_dacs(spec, dac);
3060 }
3061 spec->hp_dacs[i] = dac;
3062 }
3063
3064 for (i = 0; i < cfg->speaker_outs; i++) {
3065 nid = cfg->speaker_pins[i];
3066 dac = get_unassigned_dac(codec, nid);
3067 if (dac)
3068 add_spec_extra_dacs(spec, dac);
3069 spec->speaker_dacs[i] = dac;
3070 }
3071
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01003072 /* add line-in as output */
3073 nid = check_line_out_switch(codec);
3074 if (nid) {
3075 dac = get_unassigned_dac(codec, nid);
3076 if (dac) {
3077 snd_printdd("STAC: Add line-in 0x%x as output %d\n",
3078 nid, cfg->line_outs);
3079 cfg->line_out_pins[cfg->line_outs] = nid;
3080 cfg->line_outs++;
3081 spec->line_switch = nid;
3082 add_spec_dacs(spec, dac);
3083 }
3084 }
3085 /* add mic as output */
Takashi Iwaieea7dc92010-08-30 13:06:15 +02003086 nid = check_mic_out_switch(codec, &dac);
3087 if (nid && dac) {
3088 snd_printdd("STAC: Add mic-in 0x%x as output %d\n",
3089 nid, cfg->line_outs);
3090 cfg->line_out_pins[cfg->line_outs] = nid;
3091 cfg->line_outs++;
3092 spec->mic_switch = nid;
3093 add_spec_dacs(spec, dac);
Mattc7d4b2f2005-06-27 14:59:41 +02003094 }
3095
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01003096 snd_printd("stac92xx: dac_nids=%d (0x%x/0x%x/0x%x/0x%x/0x%x)\n",
Steve Longerbeam7b0438992007-05-03 20:50:03 +02003097 spec->multiout.num_dacs,
3098 spec->multiout.dac_nids[0],
3099 spec->multiout.dac_nids[1],
3100 spec->multiout.dac_nids[2],
3101 spec->multiout.dac_nids[3],
3102 spec->multiout.dac_nids[4]);
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01003103
Mattc7d4b2f2005-06-27 14:59:41 +02003104 return 0;
3105}
3106
Takashi Iwaieb06ed82006-09-20 17:10:27 +02003107/* create volume control/switch for the given prefx type */
Takashi Iwai668b9652009-03-06 10:13:24 +01003108static int create_controls_idx(struct hda_codec *codec, const char *pfx,
3109 int idx, hda_nid_t nid, int chs)
Takashi Iwaieb06ed82006-09-20 17:10:27 +02003110{
Takashi Iwai7c7767e2009-01-20 15:28:38 +01003111 struct sigmatel_spec *spec = codec->spec;
Takashi Iwaieb06ed82006-09-20 17:10:27 +02003112 char name[32];
3113 int err;
3114
Takashi Iwai7c7767e2009-01-20 15:28:38 +01003115 if (!spec->check_volume_offset) {
3116 unsigned int caps, step, nums, db_scale;
3117 caps = query_amp_caps(codec, nid, HDA_OUTPUT);
3118 step = (caps & AC_AMPCAP_STEP_SIZE) >>
3119 AC_AMPCAP_STEP_SIZE_SHIFT;
3120 step = (step + 1) * 25; /* in .01dB unit */
3121 nums = (caps & AC_AMPCAP_NUM_STEPS) >>
3122 AC_AMPCAP_NUM_STEPS_SHIFT;
3123 db_scale = nums * step;
3124 /* if dB scale is over -64dB, and finer enough,
3125 * let's reduce it to half
3126 */
3127 if (db_scale > 6400 && nums >= 0x1f)
3128 spec->volume_offset = nums / 2;
3129 spec->check_volume_offset = 1;
3130 }
3131
Takashi Iwaieb06ed82006-09-20 17:10:27 +02003132 sprintf(name, "%s Playback Volume", pfx);
Takashi Iwai668b9652009-03-06 10:13:24 +01003133 err = stac92xx_add_control_idx(spec, STAC_CTL_WIDGET_VOL, idx, name,
Takashi Iwai7c7767e2009-01-20 15:28:38 +01003134 HDA_COMPOSE_AMP_VAL_OFS(nid, chs, 0, HDA_OUTPUT,
3135 spec->volume_offset));
Takashi Iwaieb06ed82006-09-20 17:10:27 +02003136 if (err < 0)
3137 return err;
3138 sprintf(name, "%s Playback Switch", pfx);
Takashi Iwai668b9652009-03-06 10:13:24 +01003139 err = stac92xx_add_control_idx(spec, STAC_CTL_WIDGET_MUTE, idx, name,
Takashi Iwaieb06ed82006-09-20 17:10:27 +02003140 HDA_COMPOSE_AMP_VAL(nid, chs, 0, HDA_OUTPUT));
3141 if (err < 0)
3142 return err;
3143 return 0;
3144}
3145
Takashi Iwai668b9652009-03-06 10:13:24 +01003146#define create_controls(codec, pfx, nid, chs) \
3147 create_controls_idx(codec, pfx, 0, nid, chs)
3148
Matthew Ranostayae0afd82008-02-22 17:55:05 +01003149static int add_spec_dacs(struct sigmatel_spec *spec, hda_nid_t nid)
3150{
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01003151 if (spec->multiout.num_dacs > 4) {
Matthew Ranostayae0afd82008-02-22 17:55:05 +01003152 printk(KERN_WARNING "stac92xx: No space for DAC 0x%x\n", nid);
3153 return 1;
3154 } else {
Takashi Iwaidda14412011-05-02 11:29:30 +02003155 snd_BUG_ON(spec->multiout.dac_nids != spec->dac_nids);
3156 spec->dac_nids[spec->multiout.num_dacs] = nid;
Matthew Ranostayae0afd82008-02-22 17:55:05 +01003157 spec->multiout.num_dacs++;
3158 }
3159 return 0;
3160}
3161
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01003162static int add_spec_extra_dacs(struct sigmatel_spec *spec, hda_nid_t nid)
Matthew Ranostayae0afd82008-02-22 17:55:05 +01003163{
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01003164 int i;
3165 for (i = 0; i < ARRAY_SIZE(spec->multiout.extra_out_nid); i++) {
3166 if (!spec->multiout.extra_out_nid[i]) {
3167 spec->multiout.extra_out_nid[i] = nid;
3168 return 0;
3169 }
3170 }
3171 printk(KERN_WARNING "stac92xx: No space for extra DAC 0x%x\n", nid);
3172 return 1;
Matthew Ranostayae0afd82008-02-22 17:55:05 +01003173}
3174
Takashi Iwaidc04d1b2009-03-06 10:00:05 +01003175/* Create output controls
3176 * The mixer elements are named depending on the given type (AUTO_PIN_XXX_OUT)
3177 */
3178static int create_multi_out_ctls(struct hda_codec *codec, int num_outs,
3179 const hda_nid_t *pins,
3180 const hda_nid_t *dac_nids,
3181 int type)
Mattc7d4b2f2005-06-27 14:59:41 +02003182{
Takashi Iwai76624532008-12-19 10:09:47 +01003183 struct sigmatel_spec *spec = codec->spec;
Takashi Iwaiea734962011-01-17 11:29:34 +01003184 static const char * const chname[4] = {
Takashi Iwai19039bd2006-06-28 15:52:16 +02003185 "Front", "Surround", NULL /*CLFE*/, "Side"
3186 };
Takashi Iwaidc04d1b2009-03-06 10:00:05 +01003187 hda_nid_t nid;
Takashi Iwai91589232008-12-19 15:59:40 +01003188 int i, err;
3189 unsigned int wid_caps;
Maxim Levitsky0fb87bb2007-09-03 15:29:04 +02003190
Takashi Iwaidc04d1b2009-03-06 10:00:05 +01003191 for (i = 0; i < num_outs && i < ARRAY_SIZE(chname); i++) {
Takashi Iwaiffd0e562009-04-16 12:20:24 +02003192 if (type == AUTO_PIN_HP_OUT && !spec->hp_detect) {
Takashi Iwaie35d9d62011-05-17 11:28:16 +02003193 if (is_jack_detectable(codec, pins[i]))
Takashi Iwaiffd0e562009-04-16 12:20:24 +02003194 spec->hp_detect = 1;
3195 }
Takashi Iwaidc04d1b2009-03-06 10:00:05 +01003196 nid = dac_nids[i];
3197 if (!nid)
3198 continue;
3199 if (type != AUTO_PIN_HP_OUT && i == 2) {
Mattc7d4b2f2005-06-27 14:59:41 +02003200 /* Center/LFE */
Takashi Iwai7c7767e2009-01-20 15:28:38 +01003201 err = create_controls(codec, "Center", nid, 1);
Takashi Iwaieb06ed82006-09-20 17:10:27 +02003202 if (err < 0)
Mattc7d4b2f2005-06-27 14:59:41 +02003203 return err;
Takashi Iwai7c7767e2009-01-20 15:28:38 +01003204 err = create_controls(codec, "LFE", nid, 2);
Takashi Iwaieb06ed82006-09-20 17:10:27 +02003205 if (err < 0)
Mattc7d4b2f2005-06-27 14:59:41 +02003206 return err;
Maxim Levitsky0fb87bb2007-09-03 15:29:04 +02003207
3208 wid_caps = get_wcaps(codec, nid);
3209
3210 if (wid_caps & AC_WCAP_LR_SWAP) {
3211 err = stac92xx_add_control(spec,
3212 STAC_CTL_WIDGET_CLFE_SWITCH,
3213 "Swap Center/LFE Playback Switch", nid);
3214
3215 if (err < 0)
3216 return err;
3217 }
3218
Mattc7d4b2f2005-06-27 14:59:41 +02003219 } else {
Takashi Iwaidc04d1b2009-03-06 10:00:05 +01003220 const char *name;
Takashi Iwai668b9652009-03-06 10:13:24 +01003221 int idx;
Takashi Iwaidc04d1b2009-03-06 10:00:05 +01003222 switch (type) {
3223 case AUTO_PIN_HP_OUT:
Takashi Iwai668b9652009-03-06 10:13:24 +01003224 name = "Headphone";
3225 idx = i;
Takashi Iwaidc04d1b2009-03-06 10:00:05 +01003226 break;
3227 case AUTO_PIN_SPEAKER_OUT:
Takashi Iwai668b9652009-03-06 10:13:24 +01003228 name = "Speaker";
3229 idx = i;
Takashi Iwaidc04d1b2009-03-06 10:00:05 +01003230 break;
3231 default:
3232 name = chname[i];
Takashi Iwai668b9652009-03-06 10:13:24 +01003233 idx = 0;
Takashi Iwaidc04d1b2009-03-06 10:00:05 +01003234 break;
Takashi Iwai76624532008-12-19 10:09:47 +01003235 }
Takashi Iwai668b9652009-03-06 10:13:24 +01003236 err = create_controls_idx(codec, name, idx, nid, 3);
Takashi Iwaieb06ed82006-09-20 17:10:27 +02003237 if (err < 0)
Mattc7d4b2f2005-06-27 14:59:41 +02003238 return err;
3239 }
3240 }
Takashi Iwaidc04d1b2009-03-06 10:00:05 +01003241 return 0;
3242}
3243
Takashi Iwai6479c632009-07-28 18:20:25 +02003244static int stac92xx_add_capvol_ctls(struct hda_codec *codec, unsigned long vol,
3245 unsigned long sw, int idx)
3246{
3247 int err;
3248 err = stac92xx_add_control_idx(codec->spec, STAC_CTL_WIDGET_VOL, idx,
Takashi Iwaibf677bd82009-07-30 09:24:29 +02003249 "Capture Volume", vol);
Takashi Iwai6479c632009-07-28 18:20:25 +02003250 if (err < 0)
3251 return err;
3252 err = stac92xx_add_control_idx(codec->spec, STAC_CTL_WIDGET_MUTE, idx,
Takashi Iwaibf677bd82009-07-30 09:24:29 +02003253 "Capture Switch", sw);
Takashi Iwai6479c632009-07-28 18:20:25 +02003254 if (err < 0)
3255 return err;
3256 return 0;
3257}
3258
Takashi Iwaidc04d1b2009-03-06 10:00:05 +01003259/* add playback controls from the parsed DAC table */
3260static int stac92xx_auto_create_multi_out_ctls(struct hda_codec *codec,
3261 const struct auto_pin_cfg *cfg)
3262{
3263 struct sigmatel_spec *spec = codec->spec;
Nickolas Lloyd7c922de2009-06-01 11:12:29 +02003264 hda_nid_t nid;
Takashi Iwaidc04d1b2009-03-06 10:00:05 +01003265 int err;
Nickolas Lloyd7c922de2009-06-01 11:12:29 +02003266 int idx;
Takashi Iwaidc04d1b2009-03-06 10:00:05 +01003267
3268 err = create_multi_out_ctls(codec, cfg->line_outs, cfg->line_out_pins,
3269 spec->multiout.dac_nids,
3270 cfg->line_out_type);
3271 if (err < 0)
3272 return err;
Mattc7d4b2f2005-06-27 14:59:41 +02003273
Takashi Iwaia9cb5c92008-11-24 07:51:11 +01003274 if (cfg->hp_outs > 1 && cfg->line_out_type == AUTO_PIN_LINE_OUT) {
Matthew Ranostay7c2ba972008-04-16 13:13:59 +02003275 err = stac92xx_add_control(spec,
3276 STAC_CTL_WIDGET_HP_SWITCH,
Takashi Iwaid7a89432008-11-12 09:48:04 +01003277 "Headphone as Line Out Switch",
3278 cfg->hp_pins[cfg->hp_outs - 1]);
Matthew Ranostay7c2ba972008-04-16 13:13:59 +02003279 if (err < 0)
3280 return err;
3281 }
3282
Takashi Iwaieea7dc92010-08-30 13:06:15 +02003283 for (idx = 0; idx < cfg->num_inputs; idx++) {
Takashi Iwai86e29592010-09-09 14:50:17 +02003284 if (cfg->inputs[idx].type > AUTO_PIN_LINE_IN)
Takashi Iwaieea7dc92010-08-30 13:06:15 +02003285 break;
3286 nid = cfg->inputs[idx].pin;
3287 err = stac92xx_add_jack_mode_control(codec, nid, idx);
3288 if (err < 0)
3289 return err;
Matthew Ranostayb5895dc2008-01-25 15:24:50 +01003290 }
Matt Porter403d1942005-11-29 15:00:51 +01003291
Mattc7d4b2f2005-06-27 14:59:41 +02003292 return 0;
3293}
3294
Takashi Iwaieb06ed82006-09-20 17:10:27 +02003295/* add playback controls for Speaker and HP outputs */
3296static int stac92xx_auto_create_hp_ctls(struct hda_codec *codec,
3297 struct auto_pin_cfg *cfg)
Mattc7d4b2f2005-06-27 14:59:41 +02003298{
3299 struct sigmatel_spec *spec = codec->spec;
Takashi Iwaidc04d1b2009-03-06 10:00:05 +01003300 int err;
Mattc7d4b2f2005-06-27 14:59:41 +02003301
Takashi Iwaidc04d1b2009-03-06 10:00:05 +01003302 err = create_multi_out_ctls(codec, cfg->hp_outs, cfg->hp_pins,
3303 spec->hp_dacs, AUTO_PIN_HP_OUT);
3304 if (err < 0)
3305 return err;
3306
3307 err = create_multi_out_ctls(codec, cfg->speaker_outs, cfg->speaker_pins,
3308 spec->speaker_dacs, AUTO_PIN_SPEAKER_OUT);
3309 if (err < 0)
3310 return err;
3311
Mattc7d4b2f2005-06-27 14:59:41 +02003312 return 0;
3313}
3314
Matthew Ranostayb22b4822008-01-22 12:32:30 +01003315/* labels for mono mux outputs */
Takashi Iwaiea734962011-01-17 11:29:34 +01003316static const char * const stac92xx_mono_labels[4] = {
Matthew Ranostayd0513fc2008-07-27 10:30:30 +02003317 "DAC0", "DAC1", "Mixer", "DAC2"
Matthew Ranostayb22b4822008-01-22 12:32:30 +01003318};
3319
3320/* create mono mux for mono out on capable codecs */
3321static int stac92xx_auto_create_mono_output_ctls(struct hda_codec *codec)
3322{
3323 struct sigmatel_spec *spec = codec->spec;
3324 struct hda_input_mux *mono_mux = &spec->private_mono_mux;
3325 int i, num_cons;
3326 hda_nid_t con_lst[ARRAY_SIZE(stac92xx_mono_labels)];
3327
3328 num_cons = snd_hda_get_connections(codec,
3329 spec->mono_nid,
3330 con_lst,
3331 HDA_MAX_NUM_INPUTS);
Jaroslav Kysela16a433d2009-07-22 16:20:40 +02003332 if (num_cons <= 0 || num_cons > ARRAY_SIZE(stac92xx_mono_labels))
Matthew Ranostayb22b4822008-01-22 12:32:30 +01003333 return -EINVAL;
3334
Takashi Iwai10a20af2010-09-09 16:28:02 +02003335 for (i = 0; i < num_cons; i++)
3336 snd_hda_add_imux_item(mono_mux, stac92xx_mono_labels[i], i,
3337 NULL);
Matthew Ranostay09a99952008-01-24 11:49:21 +01003338
3339 return stac92xx_add_control(spec, STAC_CTL_WIDGET_MONO_MUX,
3340 "Mono Mux", spec->mono_nid);
Matthew Ranostayb22b4822008-01-22 12:32:30 +01003341}
3342
Matthew Ranostay1cd22242008-07-18 18:20:52 +02003343/* create PC beep volume controls */
3344static int stac92xx_auto_create_beep_ctls(struct hda_codec *codec,
3345 hda_nid_t nid)
3346{
3347 struct sigmatel_spec *spec = codec->spec;
3348 u32 caps = query_amp_caps(codec, nid, HDA_OUTPUT);
Jaroslav Kysela123c07a2009-10-21 14:48:23 +02003349 int err, type = STAC_CTL_WIDGET_MUTE_BEEP;
3350
3351 if (spec->anabeep_nid == nid)
3352 type = STAC_CTL_WIDGET_MUTE;
Matthew Ranostay1cd22242008-07-18 18:20:52 +02003353
3354 /* check for mute support for the the amp */
3355 if ((caps & AC_AMPCAP_MUTE) >> AC_AMPCAP_MUTE_SHIFT) {
Jaroslav Kysela123c07a2009-10-21 14:48:23 +02003356 err = stac92xx_add_control(spec, type,
Jaroslav Kyselad355c82a2009-11-03 15:47:25 +01003357 "Beep Playback Switch",
Matthew Ranostay1cd22242008-07-18 18:20:52 +02003358 HDA_COMPOSE_AMP_VAL(nid, 1, 0, HDA_OUTPUT));
3359 if (err < 0)
3360 return err;
3361 }
3362
3363 /* check to see if there is volume support for the amp */
3364 if ((caps & AC_AMPCAP_NUM_STEPS) >> AC_AMPCAP_NUM_STEPS_SHIFT) {
3365 err = stac92xx_add_control(spec, STAC_CTL_WIDGET_VOL,
Jaroslav Kyselad355c82a2009-11-03 15:47:25 +01003366 "Beep Playback Volume",
Matthew Ranostay1cd22242008-07-18 18:20:52 +02003367 HDA_COMPOSE_AMP_VAL(nid, 1, 0, HDA_OUTPUT));
3368 if (err < 0)
3369 return err;
3370 }
3371 return 0;
3372}
3373
Takashi Iwai4d4e9bb2008-11-12 16:45:04 +01003374#ifdef CONFIG_SND_HDA_INPUT_BEEP
3375#define stac92xx_dig_beep_switch_info snd_ctl_boolean_mono_info
3376
3377static int stac92xx_dig_beep_switch_get(struct snd_kcontrol *kcontrol,
3378 struct snd_ctl_elem_value *ucontrol)
3379{
3380 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
3381 ucontrol->value.integer.value[0] = codec->beep->enabled;
3382 return 0;
3383}
3384
3385static int stac92xx_dig_beep_switch_put(struct snd_kcontrol *kcontrol,
3386 struct snd_ctl_elem_value *ucontrol)
3387{
3388 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
Jaroslav Kysela123c07a2009-10-21 14:48:23 +02003389 return snd_hda_enable_beep_device(codec, ucontrol->value.integer.value[0]);
Takashi Iwai4d4e9bb2008-11-12 16:45:04 +01003390}
3391
Takashi Iwai2b635362011-05-02 12:33:43 +02003392static const struct snd_kcontrol_new stac92xx_dig_beep_ctrl = {
Takashi Iwai4d4e9bb2008-11-12 16:45:04 +01003393 .iface = SNDRV_CTL_ELEM_IFACE_MIXER,
3394 .info = stac92xx_dig_beep_switch_info,
3395 .get = stac92xx_dig_beep_switch_get,
3396 .put = stac92xx_dig_beep_switch_put,
3397};
3398
3399static int stac92xx_beep_switch_ctl(struct hda_codec *codec)
3400{
3401 return stac92xx_add_control_temp(codec->spec, &stac92xx_dig_beep_ctrl,
Jaroslav Kyselad355c82a2009-11-03 15:47:25 +01003402 0, "Beep Playback Switch", 0);
Takashi Iwai4d4e9bb2008-11-12 16:45:04 +01003403}
3404#endif
3405
Matthew Ranostay4682eee2008-08-15 07:43:24 +02003406static int stac92xx_auto_create_mux_input_ctls(struct hda_codec *codec)
3407{
3408 struct sigmatel_spec *spec = codec->spec;
Takashi Iwai667067d2009-08-13 18:14:42 +02003409 int i, j, err = 0;
Matthew Ranostay4682eee2008-08-15 07:43:24 +02003410
3411 for (i = 0; i < spec->num_muxes; i++) {
Takashi Iwai667067d2009-08-13 18:14:42 +02003412 hda_nid_t nid;
3413 unsigned int wcaps;
3414 unsigned long val;
3415
Matthew Ranostay4682eee2008-08-15 07:43:24 +02003416 nid = spec->mux_nids[i];
3417 wcaps = get_wcaps(codec, nid);
Takashi Iwai667067d2009-08-13 18:14:42 +02003418 if (!(wcaps & AC_WCAP_OUT_AMP))
3419 continue;
Matthew Ranostay4682eee2008-08-15 07:43:24 +02003420
Takashi Iwai667067d2009-08-13 18:14:42 +02003421 /* check whether already the same control was created as
3422 * normal Capture Volume.
3423 */
3424 val = HDA_COMPOSE_AMP_VAL(nid, 3, 0, HDA_OUTPUT);
3425 for (j = 0; j < spec->num_caps; j++) {
3426 if (spec->capvols[j] == val)
3427 break;
Matthew Ranostay4682eee2008-08-15 07:43:24 +02003428 }
Takashi Iwai667067d2009-08-13 18:14:42 +02003429 if (j < spec->num_caps)
3430 continue;
3431
3432 err = stac92xx_add_control_idx(spec, STAC_CTL_WIDGET_VOL, i,
3433 "Mux Capture Volume", val);
3434 if (err < 0)
3435 return err;
Matthew Ranostay4682eee2008-08-15 07:43:24 +02003436 }
3437 return 0;
3438};
3439
Takashi Iwaiea734962011-01-17 11:29:34 +01003440static const char * const stac92xx_spdif_labels[3] = {
Matthew Ranostay65973632008-09-16 10:39:37 -04003441 "Digital Playback", "Analog Mux 1", "Analog Mux 2",
Matthew Ranostayd9737752008-09-07 12:03:41 +02003442};
3443
3444static int stac92xx_auto_create_spdif_mux_ctls(struct hda_codec *codec)
3445{
3446 struct sigmatel_spec *spec = codec->spec;
3447 struct hda_input_mux *spdif_mux = &spec->private_smux;
Takashi Iwaiea734962011-01-17 11:29:34 +01003448 const char * const *labels = spec->spdif_labels;
Matthew Ranostayd9737752008-09-07 12:03:41 +02003449 int i, num_cons;
Matthew Ranostay65973632008-09-16 10:39:37 -04003450 hda_nid_t con_lst[HDA_MAX_NUM_INPUTS];
Matthew Ranostayd9737752008-09-07 12:03:41 +02003451
3452 num_cons = snd_hda_get_connections(codec,
3453 spec->smux_nids[0],
3454 con_lst,
3455 HDA_MAX_NUM_INPUTS);
Jaroslav Kysela16a433d2009-07-22 16:20:40 +02003456 if (num_cons <= 0)
Matthew Ranostayd9737752008-09-07 12:03:41 +02003457 return -EINVAL;
3458
Matthew Ranostay65973632008-09-16 10:39:37 -04003459 if (!labels)
3460 labels = stac92xx_spdif_labels;
3461
Takashi Iwai10a20af2010-09-09 16:28:02 +02003462 for (i = 0; i < num_cons; i++)
3463 snd_hda_add_imux_item(spdif_mux, labels[i], i, NULL);
Matthew Ranostayd9737752008-09-07 12:03:41 +02003464
3465 return 0;
3466}
3467
Matt Porter8b657272006-10-26 17:12:59 +02003468/* labels for dmic mux inputs */
Takashi Iwaiea734962011-01-17 11:29:34 +01003469static const char * const stac92xx_dmic_labels[5] = {
Matt Porter8b657272006-10-26 17:12:59 +02003470 "Analog Inputs", "Digital Mic 1", "Digital Mic 2",
3471 "Digital Mic 3", "Digital Mic 4"
3472};
3473
Vitaliy Kulikov699d8992011-03-10 13:43:35 -06003474static hda_nid_t get_connected_node(struct hda_codec *codec, hda_nid_t mux,
3475 int idx)
3476{
3477 hda_nid_t conn[HDA_MAX_NUM_INPUTS];
3478 int nums;
3479 nums = snd_hda_get_connections(codec, mux, conn, ARRAY_SIZE(conn));
3480 if (idx >= 0 && idx < nums)
3481 return conn[idx];
3482 return 0;
3483}
3484
Takashi Iwai8d087c72011-06-28 12:45:47 +02003485/* look for NID recursively */
3486#define get_connection_index(codec, mux, nid) \
3487 snd_hda_get_conn_index(codec, mux, nid, 1)
Takashi Iwai3d21d3f2009-07-29 14:32:56 +02003488
Takashi Iwai667067d2009-08-13 18:14:42 +02003489/* create a volume assigned to the given pin (only if supported) */
Takashi Iwai96f845d2009-08-29 00:49:36 +02003490/* return 1 if the volume control is created */
Takashi Iwai667067d2009-08-13 18:14:42 +02003491static int create_elem_capture_vol(struct hda_codec *codec, hda_nid_t nid,
Takashi Iwaieea7dc92010-08-30 13:06:15 +02003492 const char *label, int idx, int direction)
Takashi Iwai667067d2009-08-13 18:14:42 +02003493{
3494 unsigned int caps, nums;
3495 char name[32];
Takashi Iwai96f845d2009-08-29 00:49:36 +02003496 int err;
Takashi Iwai667067d2009-08-13 18:14:42 +02003497
Takashi Iwai96f845d2009-08-29 00:49:36 +02003498 if (direction == HDA_OUTPUT)
3499 caps = AC_WCAP_OUT_AMP;
3500 else
3501 caps = AC_WCAP_IN_AMP;
3502 if (!(get_wcaps(codec, nid) & caps))
Takashi Iwai667067d2009-08-13 18:14:42 +02003503 return 0;
Takashi Iwai96f845d2009-08-29 00:49:36 +02003504 caps = query_amp_caps(codec, nid, direction);
Takashi Iwai667067d2009-08-13 18:14:42 +02003505 nums = (caps & AC_AMPCAP_NUM_STEPS) >> AC_AMPCAP_NUM_STEPS_SHIFT;
3506 if (!nums)
3507 return 0;
3508 snprintf(name, sizeof(name), "%s Capture Volume", label);
Takashi Iwaieea7dc92010-08-30 13:06:15 +02003509 err = stac92xx_add_control_idx(codec->spec, STAC_CTL_WIDGET_VOL, idx, name,
3510 HDA_COMPOSE_AMP_VAL(nid, 3, 0, direction));
Takashi Iwai96f845d2009-08-29 00:49:36 +02003511 if (err < 0)
3512 return err;
3513 return 1;
Takashi Iwai667067d2009-08-13 18:14:42 +02003514}
3515
Matt Porter8b657272006-10-26 17:12:59 +02003516/* create playback/capture controls for input pins on dmic capable codecs */
3517static int stac92xx_auto_create_dmic_input_ctls(struct hda_codec *codec,
3518 const struct auto_pin_cfg *cfg)
3519{
3520 struct sigmatel_spec *spec = codec->spec;
Takashi Iwai5207e102009-07-30 13:09:08 +02003521 struct hda_input_mux *imux = &spec->private_imux;
Matt Porter8b657272006-10-26 17:12:59 +02003522 struct hda_input_mux *dimux = &spec->private_dimux;
Vitaliy Kulikov263d0322010-09-08 08:56:03 +02003523 int err, i;
Takashi Iwai5207e102009-07-30 13:09:08 +02003524 unsigned int def_conf;
Matt Porter8b657272006-10-26 17:12:59 +02003525
Takashi Iwai10a20af2010-09-09 16:28:02 +02003526 snd_hda_add_imux_item(dimux, stac92xx_dmic_labels[0], 0, NULL);
Takashi Iwai5207e102009-07-30 13:09:08 +02003527
Matt Porter8b657272006-10-26 17:12:59 +02003528 for (i = 0; i < spec->num_dmics; i++) {
Matthew Ranostay0678acc2008-01-08 12:10:50 +01003529 hda_nid_t nid;
Takashi Iwai10a20af2010-09-09 16:28:02 +02003530 int index, type_idx;
Takashi Iwai5207e102009-07-30 13:09:08 +02003531 const char *label;
Matt Porter8b657272006-10-26 17:12:59 +02003532
Takashi Iwai667067d2009-08-13 18:14:42 +02003533 nid = spec->dmic_nids[i];
3534 if (get_wcaps_type(get_wcaps(codec, nid)) != AC_WID_PIN)
3535 continue;
3536 def_conf = snd_hda_codec_get_pincfg(codec, nid);
Matt Porter8b657272006-10-26 17:12:59 +02003537 if (get_defcfg_connect(def_conf) == AC_JACK_PORT_NONE)
3538 continue;
3539
Takashi Iwai3d21d3f2009-07-29 14:32:56 +02003540 index = get_connection_index(codec, spec->dmux_nids[0], nid);
3541 if (index < 0)
3542 continue;
3543
Takashi Iwai10a20af2010-09-09 16:28:02 +02003544 label = hda_get_input_pin_label(codec, nid, 1);
3545 snd_hda_add_imux_item(dimux, label, index, &type_idx);
Takashi Iwai2d7ec122010-12-23 10:16:05 +01003546 if (snd_hda_get_bool_hint(codec, "separate_dmux") != 1)
3547 snd_hda_add_imux_item(imux, label, index, &type_idx);
Takashi Iwai5207e102009-07-30 13:09:08 +02003548
Takashi Iwai10a20af2010-09-09 16:28:02 +02003549 err = create_elem_capture_vol(codec, nid, label, type_idx,
3550 HDA_INPUT);
Takashi Iwai667067d2009-08-13 18:14:42 +02003551 if (err < 0)
3552 return err;
Takashi Iwai96f845d2009-08-29 00:49:36 +02003553 if (!err) {
3554 err = create_elem_capture_vol(codec, nid, label,
Takashi Iwai10a20af2010-09-09 16:28:02 +02003555 type_idx, HDA_OUTPUT);
Takashi Iwai96f845d2009-08-29 00:49:36 +02003556 if (err < 0)
3557 return err;
Vitaliy Kulikov699d8992011-03-10 13:43:35 -06003558 if (!err) {
3559 nid = get_connected_node(codec,
3560 spec->dmux_nids[0], index);
3561 if (nid)
3562 err = create_elem_capture_vol(codec,
3563 nid, label,
3564 type_idx, HDA_INPUT);
3565 if (err < 0)
3566 return err;
3567 }
Takashi Iwai96f845d2009-08-29 00:49:36 +02003568 }
Matt Porter8b657272006-10-26 17:12:59 +02003569 }
3570
3571 return 0;
3572}
3573
Takashi Iwai3d21d3f2009-07-29 14:32:56 +02003574static int check_mic_pin(struct hda_codec *codec, hda_nid_t nid,
Charles Chin99077902010-09-17 10:22:32 +02003575 hda_nid_t *fixed, hda_nid_t *ext, hda_nid_t *dock)
Takashi Iwai3d21d3f2009-07-29 14:32:56 +02003576{
3577 unsigned int cfg;
Takashi Iwai1f83ac52011-05-17 12:29:09 +02003578 unsigned int type;
Takashi Iwai3d21d3f2009-07-29 14:32:56 +02003579
3580 if (!nid)
3581 return 0;
3582 cfg = snd_hda_codec_get_pincfg(codec, nid);
Takashi Iwai1f83ac52011-05-17 12:29:09 +02003583 type = get_defcfg_device(cfg);
Takashi Iwai99ae28b2010-09-17 14:42:34 +02003584 switch (snd_hda_get_input_pin_attr(cfg)) {
3585 case INPUT_PIN_ATTR_INT:
Takashi Iwai3d21d3f2009-07-29 14:32:56 +02003586 if (*fixed)
3587 return 1; /* already occupied */
Takashi Iwai1f83ac52011-05-17 12:29:09 +02003588 if (type != AC_JACK_MIC_IN)
3589 return 1; /* invalid type */
Takashi Iwai3d21d3f2009-07-29 14:32:56 +02003590 *fixed = nid;
3591 break;
Takashi Iwai99ae28b2010-09-17 14:42:34 +02003592 case INPUT_PIN_ATTR_UNUSED:
3593 break;
3594 case INPUT_PIN_ATTR_DOCK:
3595 if (*dock)
3596 return 1; /* already occupied */
Takashi Iwai1f83ac52011-05-17 12:29:09 +02003597 if (type != AC_JACK_MIC_IN && type != AC_JACK_LINE_IN)
3598 return 1; /* invalid type */
Takashi Iwai99ae28b2010-09-17 14:42:34 +02003599 *dock = nid;
3600 break;
3601 default:
Takashi Iwai3d21d3f2009-07-29 14:32:56 +02003602 if (*ext)
3603 return 1; /* already occupied */
Takashi Iwai1f83ac52011-05-17 12:29:09 +02003604 if (type != AC_JACK_MIC_IN)
3605 return 1; /* invalid type */
Takashi Iwai3d21d3f2009-07-29 14:32:56 +02003606 *ext = nid;
3607 break;
3608 }
3609 return 0;
3610}
3611
3612static int set_mic_route(struct hda_codec *codec,
3613 struct sigmatel_mic_route *mic,
3614 hda_nid_t pin)
3615{
3616 struct sigmatel_spec *spec = codec->spec;
3617 struct auto_pin_cfg *cfg = &spec->autocfg;
3618 int i;
3619
3620 mic->pin = pin;
Charles Chin99077902010-09-17 10:22:32 +02003621 if (pin == 0)
3622 return 0;
Takashi Iwaieea7dc92010-08-30 13:06:15 +02003623 for (i = 0; i < cfg->num_inputs; i++) {
3624 if (pin == cfg->inputs[i].pin)
Takashi Iwai3d21d3f2009-07-29 14:32:56 +02003625 break;
Takashi Iwaieea7dc92010-08-30 13:06:15 +02003626 }
Takashi Iwai86e29592010-09-09 14:50:17 +02003627 if (i < cfg->num_inputs && cfg->inputs[i].type == AUTO_PIN_MIC) {
Takashi Iwai3d21d3f2009-07-29 14:32:56 +02003628 /* analog pin */
Takashi Iwai3d21d3f2009-07-29 14:32:56 +02003629 i = get_connection_index(codec, spec->mux_nids[0], pin);
3630 if (i < 0)
3631 return -1;
3632 mic->mux_idx = i;
Takashi Iwai02d33322009-10-01 16:38:11 +02003633 mic->dmux_idx = -1;
3634 if (spec->dmux_nids)
3635 mic->dmux_idx = get_connection_index(codec,
3636 spec->dmux_nids[0],
3637 spec->mux_nids[0]);
Takashi Iwaida2a2aa2009-08-10 07:44:09 +02003638 } else if (spec->dmux_nids) {
Takashi Iwai3d21d3f2009-07-29 14:32:56 +02003639 /* digital pin */
Takashi Iwai3d21d3f2009-07-29 14:32:56 +02003640 i = get_connection_index(codec, spec->dmux_nids[0], pin);
3641 if (i < 0)
3642 return -1;
3643 mic->dmux_idx = i;
Takashi Iwai02d33322009-10-01 16:38:11 +02003644 mic->mux_idx = -1;
3645 if (spec->mux_nids)
3646 mic->mux_idx = get_connection_index(codec,
3647 spec->mux_nids[0],
3648 spec->dmux_nids[0]);
Takashi Iwai3d21d3f2009-07-29 14:32:56 +02003649 }
3650 return 0;
3651}
3652
3653/* return non-zero if the device is for automatic mic switch */
3654static int stac_check_auto_mic(struct hda_codec *codec)
3655{
3656 struct sigmatel_spec *spec = codec->spec;
3657 struct auto_pin_cfg *cfg = &spec->autocfg;
Charles Chin99077902010-09-17 10:22:32 +02003658 hda_nid_t fixed, ext, dock;
Takashi Iwai3d21d3f2009-07-29 14:32:56 +02003659 int i;
3660
Charles Chin99077902010-09-17 10:22:32 +02003661 fixed = ext = dock = 0;
Takashi Iwaieea7dc92010-08-30 13:06:15 +02003662 for (i = 0; i < cfg->num_inputs; i++)
Charles Chin99077902010-09-17 10:22:32 +02003663 if (check_mic_pin(codec, cfg->inputs[i].pin,
3664 &fixed, &ext, &dock))
Takashi Iwai3d21d3f2009-07-29 14:32:56 +02003665 return 0;
3666 for (i = 0; i < spec->num_dmics; i++)
Charles Chin99077902010-09-17 10:22:32 +02003667 if (check_mic_pin(codec, spec->dmic_nids[i],
3668 &fixed, &ext, &dock))
Takashi Iwai3d21d3f2009-07-29 14:32:56 +02003669 return 0;
Takashi Iwai80c67852011-01-13 08:08:08 +01003670 if (!fixed || (!ext && !dock))
Charles Chin99077902010-09-17 10:22:32 +02003671 return 0; /* no input to switch */
Takashi Iwaie35d9d62011-05-17 11:28:16 +02003672 if (!is_jack_detectable(codec, ext))
Takashi Iwai3d21d3f2009-07-29 14:32:56 +02003673 return 0; /* no unsol support */
3674 if (set_mic_route(codec, &spec->ext_mic, ext) ||
Charles Chin99077902010-09-17 10:22:32 +02003675 set_mic_route(codec, &spec->int_mic, fixed) ||
3676 set_mic_route(codec, &spec->dock_mic, dock))
Takashi Iwai3d21d3f2009-07-29 14:32:56 +02003677 return 0; /* something is wrong */
3678 return 1;
3679}
3680
Mattc7d4b2f2005-06-27 14:59:41 +02003681/* create playback/capture controls for input pins */
3682static int stac92xx_auto_create_analog_input_ctls(struct hda_codec *codec, const struct auto_pin_cfg *cfg)
3683{
3684 struct sigmatel_spec *spec = codec->spec;
Mattc7d4b2f2005-06-27 14:59:41 +02003685 struct hda_input_mux *imux = &spec->private_imux;
Takashi Iwai667067d2009-08-13 18:14:42 +02003686 int i, j;
Vitaliy Kulikov263d0322010-09-08 08:56:03 +02003687 const char *label;
Mattc7d4b2f2005-06-27 14:59:41 +02003688
Takashi Iwaieea7dc92010-08-30 13:06:15 +02003689 for (i = 0; i < cfg->num_inputs; i++) {
3690 hda_nid_t nid = cfg->inputs[i].pin;
Takashi Iwai10a20af2010-09-09 16:28:02 +02003691 int index, err, type_idx;
Mattc7d4b2f2005-06-27 14:59:41 +02003692
Takashi Iwai314634b2006-09-21 11:56:18 +02003693 index = -1;
3694 for (j = 0; j < spec->num_muxes; j++) {
Takashi Iwai667067d2009-08-13 18:14:42 +02003695 index = get_connection_index(codec, spec->mux_nids[j],
3696 nid);
3697 if (index >= 0)
3698 break;
Mattc7d4b2f2005-06-27 14:59:41 +02003699 }
Takashi Iwai667067d2009-08-13 18:14:42 +02003700 if (index < 0)
3701 continue;
3702
Takashi Iwai10a20af2010-09-09 16:28:02 +02003703 label = hda_get_autocfg_input_label(codec, cfg, i);
3704 snd_hda_add_imux_item(imux, label, index, &type_idx);
Vitaliy Kulikov263d0322010-09-08 08:56:03 +02003705
Takashi Iwai667067d2009-08-13 18:14:42 +02003706 err = create_elem_capture_vol(codec, nid,
Vitaliy Kulikov263d0322010-09-08 08:56:03 +02003707 label, type_idx,
Takashi Iwai96f845d2009-08-29 00:49:36 +02003708 HDA_INPUT);
Takashi Iwai667067d2009-08-13 18:14:42 +02003709 if (err < 0)
3710 return err;
Mattc7d4b2f2005-06-27 14:59:41 +02003711 }
Takashi Iwai5207e102009-07-30 13:09:08 +02003712 spec->num_analog_muxes = imux->num_items;
Mattc7d4b2f2005-06-27 14:59:41 +02003713
Steve Longerbeam7b0438992007-05-03 20:50:03 +02003714 if (imux->num_items) {
Sam Revitch62fe78e2006-05-10 15:09:17 +02003715 /*
3716 * Set the current input for the muxes.
3717 * The STAC9221 has two input muxes with identical source
3718 * NID lists. Hopefully this won't get confused.
3719 */
3720 for (i = 0; i < spec->num_muxes; i++) {
Takashi Iwai82beb8f2007-08-10 17:09:26 +02003721 snd_hda_codec_write_cache(codec, spec->mux_nids[i], 0,
3722 AC_VERB_SET_CONNECT_SEL,
3723 imux->items[0].index);
Sam Revitch62fe78e2006-05-10 15:09:17 +02003724 }
3725 }
3726
Mattc7d4b2f2005-06-27 14:59:41 +02003727 return 0;
3728}
3729
Mattc7d4b2f2005-06-27 14:59:41 +02003730static void stac92xx_auto_init_multi_out(struct hda_codec *codec)
3731{
3732 struct sigmatel_spec *spec = codec->spec;
3733 int i;
3734
3735 for (i = 0; i < spec->autocfg.line_outs; i++) {
3736 hda_nid_t nid = spec->autocfg.line_out_pins[i];
3737 stac92xx_auto_set_pinctl(codec, nid, AC_PINCTL_OUT_EN);
3738 }
3739}
3740
3741static void stac92xx_auto_init_hp_out(struct hda_codec *codec)
3742{
3743 struct sigmatel_spec *spec = codec->spec;
Takashi Iwaieb06ed82006-09-20 17:10:27 +02003744 int i;
Mattc7d4b2f2005-06-27 14:59:41 +02003745
Takashi Iwaieb06ed82006-09-20 17:10:27 +02003746 for (i = 0; i < spec->autocfg.hp_outs; i++) {
3747 hda_nid_t pin;
3748 pin = spec->autocfg.hp_pins[i];
3749 if (pin) /* connect to front */
3750 stac92xx_auto_set_pinctl(codec, pin, AC_PINCTL_OUT_EN | AC_PINCTL_HP_EN);
3751 }
3752 for (i = 0; i < spec->autocfg.speaker_outs; i++) {
3753 hda_nid_t pin;
3754 pin = spec->autocfg.speaker_pins[i];
3755 if (pin) /* connect to front */
3756 stac92xx_auto_set_pinctl(codec, pin, AC_PINCTL_OUT_EN);
3757 }
Mattc7d4b2f2005-06-27 14:59:41 +02003758}
3759
Takashi Iwai8af3aeb2009-11-18 14:23:37 +01003760static int is_dual_headphones(struct hda_codec *codec)
3761{
3762 struct sigmatel_spec *spec = codec->spec;
3763 int i, valid_hps;
3764
3765 if (spec->autocfg.line_out_type != AUTO_PIN_SPEAKER_OUT ||
3766 spec->autocfg.hp_outs <= 1)
3767 return 0;
3768 valid_hps = 0;
3769 for (i = 0; i < spec->autocfg.hp_outs; i++) {
3770 hda_nid_t nid = spec->autocfg.hp_pins[i];
3771 unsigned int cfg = snd_hda_codec_get_pincfg(codec, nid);
3772 if (get_defcfg_location(cfg) & AC_JACK_LOC_SEPARATE)
3773 continue;
3774 valid_hps++;
3775 }
3776 return (valid_hps > 1);
3777}
3778
3779
Matt Porter3cc08dc2006-01-23 15:27:49 +01003780static 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 +02003781{
3782 struct sigmatel_spec *spec = codec->spec;
Takashi Iwaidc04d1b2009-03-06 10:00:05 +01003783 int hp_swap = 0;
Takashi Iwai6479c632009-07-28 18:20:25 +02003784 int i, err;
Mattc7d4b2f2005-06-27 14:59:41 +02003785
Matt Porter8b657272006-10-26 17:12:59 +02003786 if ((err = snd_hda_parse_pin_def_config(codec,
3787 &spec->autocfg,
3788 spec->dmic_nids)) < 0)
Mattc7d4b2f2005-06-27 14:59:41 +02003789 return err;
Takashi Iwai82bc9552006-03-21 11:24:42 +01003790 if (! spec->autocfg.line_outs)
Matt Porter869264c2006-01-25 19:20:50 +01003791 return 0; /* can't find valid pin config */
Takashi Iwai19039bd2006-06-28 15:52:16 +02003792
Jiang Zhebcecd9b2007-11-12 12:57:03 +01003793 /* If we have no real line-out pin and multiple hp-outs, HPs should
3794 * be set up as multi-channel outputs.
3795 */
Takashi Iwai8af3aeb2009-11-18 14:23:37 +01003796 if (is_dual_headphones(codec)) {
Jiang Zhebcecd9b2007-11-12 12:57:03 +01003797 /* Copy hp_outs to line_outs, backup line_outs in
3798 * speaker_outs so that the following routines can handle
3799 * HP pins as primary outputs.
3800 */
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01003801 snd_printdd("stac92xx: Enabling multi-HPs workaround\n");
Jiang Zhebcecd9b2007-11-12 12:57:03 +01003802 memcpy(spec->autocfg.speaker_pins, spec->autocfg.line_out_pins,
3803 sizeof(spec->autocfg.line_out_pins));
3804 spec->autocfg.speaker_outs = spec->autocfg.line_outs;
3805 memcpy(spec->autocfg.line_out_pins, spec->autocfg.hp_pins,
3806 sizeof(spec->autocfg.hp_pins));
3807 spec->autocfg.line_outs = spec->autocfg.hp_outs;
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01003808 spec->autocfg.line_out_type = AUTO_PIN_HP_OUT;
3809 spec->autocfg.hp_outs = 0;
Takashi Iwaidc04d1b2009-03-06 10:00:05 +01003810 hp_swap = 1;
Jiang Zhebcecd9b2007-11-12 12:57:03 +01003811 }
Matthew Ranostay09a99952008-01-24 11:49:21 +01003812 if (spec->autocfg.mono_out_pin) {
Matthew Ranostayd0513fc2008-07-27 10:30:30 +02003813 int dir = get_wcaps(codec, spec->autocfg.mono_out_pin) &
3814 (AC_WCAP_OUT_AMP | AC_WCAP_IN_AMP);
Matthew Ranostay09a99952008-01-24 11:49:21 +01003815 u32 caps = query_amp_caps(codec,
3816 spec->autocfg.mono_out_pin, dir);
3817 hda_nid_t conn_list[1];
3818
3819 /* get the mixer node and then the mono mux if it exists */
3820 if (snd_hda_get_connections(codec,
3821 spec->autocfg.mono_out_pin, conn_list, 1) &&
3822 snd_hda_get_connections(codec, conn_list[0],
Jaroslav Kysela16a433d2009-07-22 16:20:40 +02003823 conn_list, 1) > 0) {
Matthew Ranostay09a99952008-01-24 11:49:21 +01003824
3825 int wcaps = get_wcaps(codec, conn_list[0]);
Takashi Iwaia22d5432009-07-27 12:54:26 +02003826 int wid_type = get_wcaps_type(wcaps);
Matthew Ranostay09a99952008-01-24 11:49:21 +01003827 /* LR swap check, some stac925x have a mux that
3828 * changes the DACs output path instead of the
3829 * mono-mux path.
3830 */
3831 if (wid_type == AC_WID_AUD_SEL &&
3832 !(wcaps & AC_WCAP_LR_SWAP))
3833 spec->mono_nid = conn_list[0];
3834 }
Matthew Ranostayd0513fc2008-07-27 10:30:30 +02003835 if (dir) {
3836 hda_nid_t nid = spec->autocfg.mono_out_pin;
3837
3838 /* most mono outs have a least a mute/unmute switch */
3839 dir = (dir & AC_WCAP_OUT_AMP) ? HDA_OUTPUT : HDA_INPUT;
3840 err = stac92xx_add_control(spec, STAC_CTL_WIDGET_MUTE,
3841 "Mono Playback Switch",
3842 HDA_COMPOSE_AMP_VAL(nid, 1, 0, dir));
Matthew Ranostay09a99952008-01-24 11:49:21 +01003843 if (err < 0)
3844 return err;
Matthew Ranostayd0513fc2008-07-27 10:30:30 +02003845 /* check for volume support for the amp */
3846 if ((caps & AC_AMPCAP_NUM_STEPS)
3847 >> AC_AMPCAP_NUM_STEPS_SHIFT) {
3848 err = stac92xx_add_control(spec,
3849 STAC_CTL_WIDGET_VOL,
3850 "Mono Playback Volume",
3851 HDA_COMPOSE_AMP_VAL(nid, 1, 0, dir));
3852 if (err < 0)
3853 return err;
3854 }
Matthew Ranostay09a99952008-01-24 11:49:21 +01003855 }
3856
3857 stac92xx_auto_set_pinctl(codec, spec->autocfg.mono_out_pin,
3858 AC_PINCTL_OUT_EN);
3859 }
Jiang Zhebcecd9b2007-11-12 12:57:03 +01003860
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01003861 if (!spec->multiout.num_dacs) {
3862 err = stac92xx_auto_fill_dac_nids(codec);
3863 if (err < 0)
Takashi Iwai19039bd2006-06-28 15:52:16 +02003864 return err;
Takashi Iwaic9280d62009-01-15 17:31:00 +01003865 err = stac92xx_auto_create_multi_out_ctls(codec,
3866 &spec->autocfg);
3867 if (err < 0)
3868 return err;
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01003869 }
Mattc7d4b2f2005-06-27 14:59:41 +02003870
Matthew Ranostay1cd22242008-07-18 18:20:52 +02003871 /* setup analog beep controls */
3872 if (spec->anabeep_nid > 0) {
3873 err = stac92xx_auto_create_beep_ctls(codec,
3874 spec->anabeep_nid);
3875 if (err < 0)
3876 return err;
3877 }
3878
3879 /* setup digital beep controls and input device */
3880#ifdef CONFIG_SND_HDA_INPUT_BEEP
3881 if (spec->digbeep_nid > 0) {
3882 hda_nid_t nid = spec->digbeep_nid;
Takashi Iwai4d4e9bb2008-11-12 16:45:04 +01003883 unsigned int caps;
Matthew Ranostay1cd22242008-07-18 18:20:52 +02003884
3885 err = stac92xx_auto_create_beep_ctls(codec, nid);
3886 if (err < 0)
3887 return err;
3888 err = snd_hda_attach_beep_device(codec, nid);
3889 if (err < 0)
3890 return err;
Takashi Iwaid8d881d2009-12-22 07:52:49 +01003891 if (codec->beep) {
3892 /* IDT/STAC codecs have linear beep tone parameter */
Daniel J Blueman1b0e3722010-08-03 11:09:13 +01003893 codec->beep->linear_tone = spec->linear_tone_beep;
Takashi Iwaid8d881d2009-12-22 07:52:49 +01003894 /* if no beep switch is available, make its own one */
3895 caps = query_amp_caps(codec, nid, HDA_OUTPUT);
3896 if (!(caps & AC_AMPCAP_MUTE)) {
3897 err = stac92xx_beep_switch_ctl(codec);
3898 if (err < 0)
3899 return err;
3900 }
Takashi Iwai4d4e9bb2008-11-12 16:45:04 +01003901 }
Matthew Ranostay1cd22242008-07-18 18:20:52 +02003902 }
3903#endif
3904
Maxim Levitsky0fb87bb2007-09-03 15:29:04 +02003905 err = stac92xx_auto_create_hp_ctls(codec, &spec->autocfg);
Maxim Levitsky0fb87bb2007-09-03 15:29:04 +02003906 if (err < 0)
3907 return err;
3908
Takashi Iwaidc04d1b2009-03-06 10:00:05 +01003909 /* All output parsing done, now restore the swapped hp pins */
3910 if (hp_swap) {
3911 memcpy(spec->autocfg.hp_pins, spec->autocfg.line_out_pins,
3912 sizeof(spec->autocfg.hp_pins));
3913 spec->autocfg.hp_outs = spec->autocfg.line_outs;
3914 spec->autocfg.line_out_type = AUTO_PIN_HP_OUT;
3915 spec->autocfg.line_outs = 0;
3916 }
Maxim Levitsky0fb87bb2007-09-03 15:29:04 +02003917
Takashi Iwai3d21d3f2009-07-29 14:32:56 +02003918 if (stac_check_auto_mic(codec)) {
3919 spec->auto_mic = 1;
3920 /* only one capture for auto-mic */
3921 spec->num_adcs = 1;
3922 spec->num_caps = 1;
3923 spec->num_muxes = 1;
3924 }
3925
Takashi Iwai6479c632009-07-28 18:20:25 +02003926 for (i = 0; i < spec->num_caps; i++) {
3927 err = stac92xx_add_capvol_ctls(codec, spec->capvols[i],
3928 spec->capsws[i], i);
3929 if (err < 0)
3930 return err;
3931 }
3932
Takashi Iwaidc04d1b2009-03-06 10:00:05 +01003933 err = stac92xx_auto_create_analog_input_ctls(codec, &spec->autocfg);
Maxim Levitsky0fb87bb2007-09-03 15:29:04 +02003934 if (err < 0)
Mattc7d4b2f2005-06-27 14:59:41 +02003935 return err;
3936
Matthew Ranostayb22b4822008-01-22 12:32:30 +01003937 if (spec->mono_nid > 0) {
3938 err = stac92xx_auto_create_mono_output_ctls(codec);
3939 if (err < 0)
3940 return err;
3941 }
Matthew Ranostay2a9c7812008-09-13 16:45:39 -04003942 if (spec->num_dmics > 0 && !spec->dinput_mux)
Matt Porter8b657272006-10-26 17:12:59 +02003943 if ((err = stac92xx_auto_create_dmic_input_ctls(codec,
3944 &spec->autocfg)) < 0)
3945 return err;
Matthew Ranostay4682eee2008-08-15 07:43:24 +02003946 if (spec->num_muxes > 0) {
3947 err = stac92xx_auto_create_mux_input_ctls(codec);
3948 if (err < 0)
3949 return err;
3950 }
Matthew Ranostayd9737752008-09-07 12:03:41 +02003951 if (spec->num_smuxes > 0) {
3952 err = stac92xx_auto_create_spdif_mux_ctls(codec);
3953 if (err < 0)
3954 return err;
3955 }
Matt Porter8b657272006-10-26 17:12:59 +02003956
Takashi Iwaie3c75962009-01-23 11:57:22 +01003957 err = stac92xx_add_input_source(spec);
3958 if (err < 0)
3959 return err;
3960
Mattc7d4b2f2005-06-27 14:59:41 +02003961 spec->multiout.max_channels = spec->multiout.num_dacs * 2;
Matt Porter403d1942005-11-29 15:00:51 +01003962 if (spec->multiout.max_channels > 2)
Mattc7d4b2f2005-06-27 14:59:41 +02003963 spec->surr_switch = 1;
Mattc7d4b2f2005-06-27 14:59:41 +02003964
Takashi Iwai0852d7a2009-02-11 11:35:15 +01003965 if (spec->autocfg.dig_outs)
Matt Porter3cc08dc2006-01-23 15:27:49 +01003966 spec->multiout.dig_out_nid = dig_out;
Matthew Ranostayd0513fc2008-07-27 10:30:30 +02003967 if (dig_in && spec->autocfg.dig_in_pin)
Matt Porter3cc08dc2006-01-23 15:27:49 +01003968 spec->dig_in_nid = dig_in;
Mattc7d4b2f2005-06-27 14:59:41 +02003969
Takashi Iwai603c4012008-07-30 15:01:44 +02003970 if (spec->kctls.list)
3971 spec->mixers[spec->num_mixers++] = spec->kctls.list;
Mattc7d4b2f2005-06-27 14:59:41 +02003972
3973 spec->input_mux = &spec->private_imux;
Matthew Ranostayf8ccbf62008-12-20 17:36:28 -05003974 if (!spec->dinput_mux)
3975 spec->dinput_mux = &spec->private_dimux;
Matthew Ranostayd9737752008-09-07 12:03:41 +02003976 spec->sinput_mux = &spec->private_smux;
Matthew Ranostayb22b4822008-01-22 12:32:30 +01003977 spec->mono_mux = &spec->private_mono_mux;
Mattc7d4b2f2005-06-27 14:59:41 +02003978 return 1;
3979}
3980
Takashi Iwai82bc9552006-03-21 11:24:42 +01003981/* add playback controls for HP output */
3982static int stac9200_auto_create_hp_ctls(struct hda_codec *codec,
3983 struct auto_pin_cfg *cfg)
3984{
3985 struct sigmatel_spec *spec = codec->spec;
Takashi Iwaieb06ed82006-09-20 17:10:27 +02003986 hda_nid_t pin = cfg->hp_pins[0];
Takashi Iwai82bc9552006-03-21 11:24:42 +01003987
3988 if (! pin)
3989 return 0;
3990
Takashi Iwaie35d9d62011-05-17 11:28:16 +02003991 if (is_jack_detectable(codec, pin))
Takashi Iwai82bc9552006-03-21 11:24:42 +01003992 spec->hp_detect = 1;
Takashi Iwai82bc9552006-03-21 11:24:42 +01003993
3994 return 0;
3995}
3996
Richard Fish160ea0d2006-09-06 13:58:25 +02003997/* add playback controls for LFE output */
3998static int stac9200_auto_create_lfe_ctls(struct hda_codec *codec,
3999 struct auto_pin_cfg *cfg)
4000{
4001 struct sigmatel_spec *spec = codec->spec;
4002 int err;
4003 hda_nid_t lfe_pin = 0x0;
4004 int i;
4005
4006 /*
4007 * search speaker outs and line outs for a mono speaker pin
4008 * with an amp. If one is found, add LFE controls
4009 * for it.
4010 */
4011 for (i = 0; i < spec->autocfg.speaker_outs && lfe_pin == 0x0; i++) {
4012 hda_nid_t pin = spec->autocfg.speaker_pins[i];
Takashi Iwai64ed0df2008-02-29 11:57:53 +01004013 unsigned int wcaps = get_wcaps(codec, pin);
Richard Fish160ea0d2006-09-06 13:58:25 +02004014 wcaps &= (AC_WCAP_STEREO | AC_WCAP_OUT_AMP);
4015 if (wcaps == AC_WCAP_OUT_AMP)
4016 /* found a mono speaker with an amp, must be lfe */
4017 lfe_pin = pin;
4018 }
4019
4020 /* if speaker_outs is 0, then speakers may be in line_outs */
4021 if (lfe_pin == 0 && spec->autocfg.speaker_outs == 0) {
4022 for (i = 0; i < spec->autocfg.line_outs && lfe_pin == 0x0; i++) {
4023 hda_nid_t pin = spec->autocfg.line_out_pins[i];
Takashi Iwai64ed0df2008-02-29 11:57:53 +01004024 unsigned int defcfg;
Takashi Iwai330ee992009-02-20 14:33:36 +01004025 defcfg = snd_hda_codec_get_pincfg(codec, pin);
Harvey Harrison8b551782008-02-29 11:56:48 +01004026 if (get_defcfg_device(defcfg) == AC_JACK_SPEAKER) {
Takashi Iwai64ed0df2008-02-29 11:57:53 +01004027 unsigned int wcaps = get_wcaps(codec, pin);
Richard Fish160ea0d2006-09-06 13:58:25 +02004028 wcaps &= (AC_WCAP_STEREO | AC_WCAP_OUT_AMP);
4029 if (wcaps == AC_WCAP_OUT_AMP)
4030 /* found a mono speaker with an amp,
4031 must be lfe */
4032 lfe_pin = pin;
4033 }
4034 }
4035 }
4036
4037 if (lfe_pin) {
Takashi Iwai7c7767e2009-01-20 15:28:38 +01004038 err = create_controls(codec, "LFE", lfe_pin, 1);
Richard Fish160ea0d2006-09-06 13:58:25 +02004039 if (err < 0)
4040 return err;
4041 }
4042
4043 return 0;
4044}
4045
Mattc7d4b2f2005-06-27 14:59:41 +02004046static int stac9200_parse_auto_config(struct hda_codec *codec)
4047{
4048 struct sigmatel_spec *spec = codec->spec;
4049 int err;
4050
Kailang Yangdf694da2005-12-05 19:42:22 +01004051 if ((err = snd_hda_parse_pin_def_config(codec, &spec->autocfg, NULL)) < 0)
Mattc7d4b2f2005-06-27 14:59:41 +02004052 return err;
4053
4054 if ((err = stac92xx_auto_create_analog_input_ctls(codec, &spec->autocfg)) < 0)
4055 return err;
4056
Takashi Iwai82bc9552006-03-21 11:24:42 +01004057 if ((err = stac9200_auto_create_hp_ctls(codec, &spec->autocfg)) < 0)
4058 return err;
4059
Richard Fish160ea0d2006-09-06 13:58:25 +02004060 if ((err = stac9200_auto_create_lfe_ctls(codec, &spec->autocfg)) < 0)
4061 return err;
4062
Takashi Iwai355a0ec2008-11-11 16:46:19 +01004063 if (spec->num_muxes > 0) {
4064 err = stac92xx_auto_create_mux_input_ctls(codec);
4065 if (err < 0)
4066 return err;
4067 }
4068
Takashi Iwaie3c75962009-01-23 11:57:22 +01004069 err = stac92xx_add_input_source(spec);
4070 if (err < 0)
4071 return err;
4072
Takashi Iwai0852d7a2009-02-11 11:35:15 +01004073 if (spec->autocfg.dig_outs)
Mattc7d4b2f2005-06-27 14:59:41 +02004074 spec->multiout.dig_out_nid = 0x05;
Takashi Iwai82bc9552006-03-21 11:24:42 +01004075 if (spec->autocfg.dig_in_pin)
Mattc7d4b2f2005-06-27 14:59:41 +02004076 spec->dig_in_nid = 0x04;
Mattc7d4b2f2005-06-27 14:59:41 +02004077
Takashi Iwai603c4012008-07-30 15:01:44 +02004078 if (spec->kctls.list)
4079 spec->mixers[spec->num_mixers++] = spec->kctls.list;
Mattc7d4b2f2005-06-27 14:59:41 +02004080
4081 spec->input_mux = &spec->private_imux;
Matt Porter8b657272006-10-26 17:12:59 +02004082 spec->dinput_mux = &spec->private_dimux;
Mattc7d4b2f2005-06-27 14:59:41 +02004083
4084 return 1;
4085}
4086
Sam Revitch62fe78e2006-05-10 15:09:17 +02004087/*
4088 * Early 2006 Intel Macintoshes with STAC9220X5 codecs seem to have a
4089 * funky external mute control using GPIO pins.
4090 */
4091
Takashi Iwai76e1ddf2008-01-15 11:39:08 +01004092static void stac_gpio_set(struct hda_codec *codec, unsigned int mask,
Matthew Ranostay4fe5195c2008-01-29 15:28:44 +01004093 unsigned int dir_mask, unsigned int data)
Sam Revitch62fe78e2006-05-10 15:09:17 +02004094{
4095 unsigned int gpiostate, gpiomask, gpiodir;
4096
Vitaliy Kulikov45eebda2011-07-26 16:56:20 -05004097 snd_printdd("%s msk %x dir %x gpio %x\n", __func__, mask, dir_mask, data);
4098
Sam Revitch62fe78e2006-05-10 15:09:17 +02004099 gpiostate = snd_hda_codec_read(codec, codec->afg, 0,
4100 AC_VERB_GET_GPIO_DATA, 0);
Matthew Ranostay4fe5195c2008-01-29 15:28:44 +01004101 gpiostate = (gpiostate & ~dir_mask) | (data & dir_mask);
Sam Revitch62fe78e2006-05-10 15:09:17 +02004102
4103 gpiomask = snd_hda_codec_read(codec, codec->afg, 0,
4104 AC_VERB_GET_GPIO_MASK, 0);
Takashi Iwai76e1ddf2008-01-15 11:39:08 +01004105 gpiomask |= mask;
Sam Revitch62fe78e2006-05-10 15:09:17 +02004106
4107 gpiodir = snd_hda_codec_read(codec, codec->afg, 0,
4108 AC_VERB_GET_GPIO_DIRECTION, 0);
Matthew Ranostay4fe5195c2008-01-29 15:28:44 +01004109 gpiodir |= dir_mask;
Sam Revitch62fe78e2006-05-10 15:09:17 +02004110
Takashi Iwai76e1ddf2008-01-15 11:39:08 +01004111 /* Configure GPIOx as CMOS */
Sam Revitch62fe78e2006-05-10 15:09:17 +02004112 snd_hda_codec_write(codec, codec->afg, 0, 0x7e7, 0);
4113
4114 snd_hda_codec_write(codec, codec->afg, 0,
4115 AC_VERB_SET_GPIO_MASK, gpiomask);
Takashi Iwai76e1ddf2008-01-15 11:39:08 +01004116 snd_hda_codec_read(codec, codec->afg, 0,
4117 AC_VERB_SET_GPIO_DIRECTION, gpiodir); /* sync */
Sam Revitch62fe78e2006-05-10 15:09:17 +02004118
4119 msleep(1);
4120
Takashi Iwai76e1ddf2008-01-15 11:39:08 +01004121 snd_hda_codec_read(codec, codec->afg, 0,
4122 AC_VERB_SET_GPIO_DATA, gpiostate); /* sync */
Sam Revitch62fe78e2006-05-10 15:09:17 +02004123}
4124
Matthew Ranostay74aeaab2008-10-25 01:06:04 -04004125static int stac92xx_add_jack(struct hda_codec *codec,
4126 hda_nid_t nid, int type)
4127{
Takashi Iwai8c8145b2009-06-22 17:00:38 +02004128#ifdef CONFIG_SND_HDA_INPUT_JACK
Takashi Iwai330ee992009-02-20 14:33:36 +01004129 int def_conf = snd_hda_codec_get_pincfg(codec, nid);
Matthew Ranostay74aeaab2008-10-25 01:06:04 -04004130 int connectivity = get_defcfg_connect(def_conf);
4131 char name[32];
Takashi Iwai95c09092009-04-14 16:15:29 +02004132 int err;
Matthew Ranostay74aeaab2008-10-25 01:06:04 -04004133
4134 if (connectivity && connectivity != AC_JACK_PORT_FIXED)
4135 return 0;
4136
Takashi Iwai86de7412009-07-22 16:02:46 +02004137 snprintf(name, sizeof(name), "%s at %s %s Jack",
Matthew Ranostay74aeaab2008-10-25 01:06:04 -04004138 snd_hda_get_jack_type(def_conf),
4139 snd_hda_get_jack_connectivity(def_conf),
4140 snd_hda_get_jack_location(def_conf));
4141
Takashi Iwaicd372fb2011-03-03 14:40:14 +01004142 err = snd_hda_input_jack_add(codec, nid, type, name);
4143 if (err < 0)
Takashi Iwai95c09092009-04-14 16:15:29 +02004144 return err;
Takashi Iwaicd372fb2011-03-03 14:40:14 +01004145#endif /* CONFIG_SND_HDA_INPUT_JACK */
Takashi Iwai95c09092009-04-14 16:15:29 +02004146 return 0;
Matthew Ranostay74aeaab2008-10-25 01:06:04 -04004147}
4148
Takashi Iwaic6e4c662008-11-25 11:58:19 +01004149static int stac_add_event(struct sigmatel_spec *spec, hda_nid_t nid,
4150 unsigned char type, int data)
Matthew Ranostay74aeaab2008-10-25 01:06:04 -04004151{
4152 struct sigmatel_event *event;
4153
4154 snd_array_init(&spec->events, sizeof(*event), 32);
4155 event = snd_array_new(&spec->events);
4156 if (!event)
4157 return -ENOMEM;
4158 event->nid = nid;
Takashi Iwaic6e4c662008-11-25 11:58:19 +01004159 event->type = type;
4160 event->tag = spec->events.used;
Matthew Ranostay74aeaab2008-10-25 01:06:04 -04004161 event->data = data;
4162
Takashi Iwaic6e4c662008-11-25 11:58:19 +01004163 return event->tag;
Matthew Ranostay74aeaab2008-10-25 01:06:04 -04004164}
4165
Takashi Iwaic6e4c662008-11-25 11:58:19 +01004166static struct sigmatel_event *stac_get_event(struct hda_codec *codec,
Takashi Iwai62558ce2009-07-29 14:23:09 +02004167 hda_nid_t nid)
Matthew Ranostay74aeaab2008-10-25 01:06:04 -04004168{
4169 struct sigmatel_spec *spec = codec->spec;
Takashi Iwaic6e4c662008-11-25 11:58:19 +01004170 struct sigmatel_event *event = spec->events.list;
4171 int i;
4172
4173 for (i = 0; i < spec->events.used; i++, event++) {
Takashi Iwai62558ce2009-07-29 14:23:09 +02004174 if (event->nid == nid)
Takashi Iwaic6e4c662008-11-25 11:58:19 +01004175 return event;
Matthew Ranostay74aeaab2008-10-25 01:06:04 -04004176 }
Takashi Iwaic6e4c662008-11-25 11:58:19 +01004177 return NULL;
4178}
4179
4180static struct sigmatel_event *stac_get_event_from_tag(struct hda_codec *codec,
4181 unsigned char tag)
4182{
4183 struct sigmatel_spec *spec = codec->spec;
4184 struct sigmatel_event *event = spec->events.list;
4185 int i;
4186
4187 for (i = 0; i < spec->events.used; i++, event++) {
4188 if (event->tag == tag)
4189 return event;
4190 }
4191 return NULL;
Matthew Ranostay74aeaab2008-10-25 01:06:04 -04004192}
4193
Takashi Iwai62558ce2009-07-29 14:23:09 +02004194/* check if given nid is a valid pin and no other events are assigned
4195 * to it. If OK, assign the event, set the unsol flag, and returns 1.
4196 * Otherwise, returns zero.
4197 */
4198static int enable_pin_detect(struct hda_codec *codec, hda_nid_t nid,
4199 unsigned int type)
Takashi Iwai314634b2006-09-21 11:56:18 +02004200{
Takashi Iwaic6e4c662008-11-25 11:58:19 +01004201 struct sigmatel_event *event;
4202 int tag;
4203
Takashi Iwaie35d9d62011-05-17 11:28:16 +02004204 if (!is_jack_detectable(codec, nid))
Takashi Iwai62558ce2009-07-29 14:23:09 +02004205 return 0;
4206 event = stac_get_event(codec, nid);
4207 if (event) {
4208 if (event->type != type)
4209 return 0;
Takashi Iwaic6e4c662008-11-25 11:58:19 +01004210 tag = event->tag;
Takashi Iwai62558ce2009-07-29 14:23:09 +02004211 } else {
Takashi Iwaic6e4c662008-11-25 11:58:19 +01004212 tag = stac_add_event(codec->spec, nid, type, 0);
Takashi Iwai62558ce2009-07-29 14:23:09 +02004213 if (tag < 0)
4214 return 0;
4215 }
Takashi Iwaic6e4c662008-11-25 11:58:19 +01004216 snd_hda_codec_write_cache(codec, nid, 0,
4217 AC_VERB_SET_UNSOLICITED_ENABLE,
4218 AC_USRSP_EN | tag);
Takashi Iwai62558ce2009-07-29 14:23:09 +02004219 return 1;
Takashi Iwai314634b2006-09-21 11:56:18 +02004220}
4221
Matthew Ranostaya64135a2008-01-10 16:55:06 +01004222static int is_nid_hp_pin(struct auto_pin_cfg *cfg, hda_nid_t nid)
4223{
4224 int i;
4225 for (i = 0; i < cfg->hp_outs; i++)
4226 if (cfg->hp_pins[i] == nid)
4227 return 1; /* nid is a HP-Out */
4228
4229 return 0; /* nid is not a HP-Out */
4230};
4231
Matthew Ranostayb76c8502008-02-06 14:49:44 +01004232static void stac92xx_power_down(struct hda_codec *codec)
4233{
4234 struct sigmatel_spec *spec = codec->spec;
4235
4236 /* power down inactive DACs */
Takashi Iwai2b635362011-05-02 12:33:43 +02004237 const hda_nid_t *dac;
Matthew Ranostayb76c8502008-02-06 14:49:44 +01004238 for (dac = spec->dac_list; *dac; dac++)
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01004239 if (!check_all_dac_nids(spec, *dac))
Takashi Iwai8c2f7672008-12-01 11:54:35 +01004240 snd_hda_codec_write(codec, *dac, 0,
Matthew Ranostayb76c8502008-02-06 14:49:44 +01004241 AC_VERB_SET_POWER_STATE, AC_PWRST_D3);
4242}
4243
Takashi Iwaif73d3582008-11-25 08:21:51 +01004244static void stac_toggle_power_map(struct hda_codec *codec, hda_nid_t nid,
4245 int enable);
4246
Takashi Iwai014c41f2009-12-27 13:53:24 +01004247static inline int get_int_hint(struct hda_codec *codec, const char *key,
4248 int *valp)
4249{
4250 const char *p;
4251 p = snd_hda_get_hint(codec, key);
4252 if (p) {
4253 unsigned long val;
4254 if (!strict_strtoul(p, 0, &val)) {
4255 *valp = val;
4256 return 1;
4257 }
4258 }
4259 return 0;
4260}
4261
Takashi Iwai6565e4f2009-03-02 14:38:35 +01004262/* override some hints from the hwdep entry */
4263static void stac_store_hints(struct hda_codec *codec)
4264{
4265 struct sigmatel_spec *spec = codec->spec;
Takashi Iwai6565e4f2009-03-02 14:38:35 +01004266 int val;
4267
4268 val = snd_hda_get_bool_hint(codec, "hp_detect");
4269 if (val >= 0)
4270 spec->hp_detect = val;
Takashi Iwai014c41f2009-12-27 13:53:24 +01004271 if (get_int_hint(codec, "gpio_mask", &spec->gpio_mask)) {
Takashi Iwai6565e4f2009-03-02 14:38:35 +01004272 spec->eapd_mask = spec->gpio_dir = spec->gpio_data =
4273 spec->gpio_mask;
4274 }
Takashi Iwai014c41f2009-12-27 13:53:24 +01004275 if (get_int_hint(codec, "gpio_dir", &spec->gpio_dir))
4276 spec->gpio_mask &= spec->gpio_mask;
4277 if (get_int_hint(codec, "gpio_data", &spec->gpio_data))
4278 spec->gpio_dir &= spec->gpio_mask;
4279 if (get_int_hint(codec, "eapd_mask", &spec->eapd_mask))
4280 spec->eapd_mask &= spec->gpio_mask;
4281 if (get_int_hint(codec, "gpio_mute", &spec->gpio_mute))
4282 spec->gpio_mute &= spec->gpio_mask;
Takashi Iwai6565e4f2009-03-02 14:38:35 +01004283 val = snd_hda_get_bool_hint(codec, "eapd_switch");
4284 if (val >= 0)
4285 spec->eapd_switch = val;
Takashi Iwai014c41f2009-12-27 13:53:24 +01004286 get_int_hint(codec, "gpio_led_polarity", &spec->gpio_led_polarity);
4287 if (get_int_hint(codec, "gpio_led", &spec->gpio_led)) {
Vitaliy Kulikov45eebda2011-07-26 16:56:20 -05004288 if (spec->gpio_led <= 8) {
4289 spec->gpio_mask |= spec->gpio_led;
4290 spec->gpio_dir |= spec->gpio_led;
4291 if (spec->gpio_led_polarity)
4292 spec->gpio_data |= spec->gpio_led;
4293 }
Takashi Iwai043958e2009-12-26 10:36:12 +01004294 }
Takashi Iwai6565e4f2009-03-02 14:38:35 +01004295}
4296
Mattc7d4b2f2005-06-27 14:59:41 +02004297static int stac92xx_init(struct hda_codec *codec)
4298{
4299 struct sigmatel_spec *spec = codec->spec;
Takashi Iwai82bc9552006-03-21 11:24:42 +01004300 struct auto_pin_cfg *cfg = &spec->autocfg;
Takashi Iwaif73d3582008-11-25 08:21:51 +01004301 unsigned int gpio;
Takashi Iwaie4973e12008-11-18 09:32:42 +01004302 int i;
Mattc7d4b2f2005-06-27 14:59:41 +02004303
Mattc7d4b2f2005-06-27 14:59:41 +02004304 snd_hda_sequence_write(codec, spec->init);
4305
Matthew Ranostay8daaaa92008-08-15 07:45:52 +02004306 /* power down adcs initially */
4307 if (spec->powerdown_adcs)
4308 for (i = 0; i < spec->num_adcs; i++)
Takashi Iwai8c2f7672008-12-01 11:54:35 +01004309 snd_hda_codec_write(codec,
Matthew Ranostay8daaaa92008-08-15 07:45:52 +02004310 spec->adc_nids[i], 0,
4311 AC_VERB_SET_POWER_STATE, AC_PWRST_D3);
Takashi Iwaif73d3582008-11-25 08:21:51 +01004312
Takashi Iwai6565e4f2009-03-02 14:38:35 +01004313 /* override some hints */
4314 stac_store_hints(codec);
4315
Takashi Iwaif73d3582008-11-25 08:21:51 +01004316 /* set up GPIO */
4317 gpio = spec->gpio_data;
4318 /* turn on EAPD statically when spec->eapd_switch isn't set.
4319 * otherwise, unsol event will turn it on/off dynamically
4320 */
4321 if (!spec->eapd_switch)
4322 gpio |= spec->eapd_mask;
4323 stac_gpio_set(codec, spec->gpio_mask, spec->gpio_dir, gpio);
4324
Takashi Iwai82bc9552006-03-21 11:24:42 +01004325 /* set up pins */
4326 if (spec->hp_detect) {
Takashi Iwai505cb342006-03-27 12:51:52 +02004327 /* Enable unsolicited responses on the HP widget */
Matthew Ranostay74aeaab2008-10-25 01:06:04 -04004328 for (i = 0; i < cfg->hp_outs; i++) {
Matthew Ranostay74aeaab2008-10-25 01:06:04 -04004329 hda_nid_t nid = cfg->hp_pins[i];
Takashi Iwaic6e4c662008-11-25 11:58:19 +01004330 enable_pin_detect(codec, nid, STAC_HP_EVENT);
Matthew Ranostay74aeaab2008-10-25 01:06:04 -04004331 }
Takashi Iwai1c4bdf92009-08-13 08:23:24 +02004332 if (cfg->line_out_type == AUTO_PIN_LINE_OUT &&
4333 cfg->speaker_outs > 0) {
Takashi Iwaifefd67f2009-07-30 18:03:05 +02004334 /* enable pin-detect for line-outs as well */
Takashi Iwai15cfa2b2009-08-03 14:23:33 +02004335 for (i = 0; i < cfg->line_outs; i++) {
4336 hda_nid_t nid = cfg->line_out_pins[i];
Takashi Iwaifefd67f2009-07-30 18:03:05 +02004337 enable_pin_detect(codec, nid, STAC_LO_EVENT);
4338 }
4339 }
4340
Takashi Iwai0a07acaf2007-03-13 10:40:23 +01004341 /* force to enable the first line-out; the others are set up
4342 * in unsol_event
4343 */
4344 stac92xx_auto_set_pinctl(codec, spec->autocfg.line_out_pins[0],
Matthew Ranostay74aeaab2008-10-25 01:06:04 -04004345 AC_PINCTL_OUT_EN);
Takashi Iwai82bc9552006-03-21 11:24:42 +01004346 /* fake event to set up pins */
Takashi Iwai5f380eb2009-09-14 15:36:14 +02004347 if (cfg->hp_pins[0])
4348 stac_issue_unsol_event(codec, cfg->hp_pins[0]);
4349 else if (cfg->line_out_pins[0])
4350 stac_issue_unsol_event(codec, cfg->line_out_pins[0]);
Takashi Iwai82bc9552006-03-21 11:24:42 +01004351 } else {
4352 stac92xx_auto_init_multi_out(codec);
4353 stac92xx_auto_init_hp_out(codec);
Takashi Iwai12dde4c2008-12-05 13:09:27 +01004354 for (i = 0; i < cfg->hp_outs; i++)
4355 stac_toggle_power_map(codec, cfg->hp_pins[i], 1);
Takashi Iwai82bc9552006-03-21 11:24:42 +01004356 }
Takashi Iwai3d21d3f2009-07-29 14:32:56 +02004357 if (spec->auto_mic) {
Takashi Iwai15b4f292009-07-29 16:32:55 +02004358 /* initialize connection to analog input */
Takashi Iwaida2a2aa2009-08-10 07:44:09 +02004359 if (spec->dmux_nids)
4360 snd_hda_codec_write_cache(codec, spec->dmux_nids[0], 0,
Takashi Iwai15b4f292009-07-29 16:32:55 +02004361 AC_VERB_SET_CONNECT_SEL, 0);
Takashi Iwai3d21d3f2009-07-29 14:32:56 +02004362 if (enable_pin_detect(codec, spec->ext_mic.pin, STAC_MIC_EVENT))
4363 stac_issue_unsol_event(codec, spec->ext_mic.pin);
Charles Chin99077902010-09-17 10:22:32 +02004364 if (enable_pin_detect(codec, spec->dock_mic.pin,
4365 STAC_MIC_EVENT))
4366 stac_issue_unsol_event(codec, spec->dock_mic.pin);
Takashi Iwai3d21d3f2009-07-29 14:32:56 +02004367 }
Takashi Iwaieea7dc92010-08-30 13:06:15 +02004368 for (i = 0; i < cfg->num_inputs; i++) {
4369 hda_nid_t nid = cfg->inputs[i].pin;
4370 int type = cfg->inputs[i].type;
4371 unsigned int pinctl, conf;
Takashi Iwai86e29592010-09-09 14:50:17 +02004372 if (type == AUTO_PIN_MIC) {
Takashi Iwaieea7dc92010-08-30 13:06:15 +02004373 /* for mic pins, force to initialize */
4374 pinctl = stac92xx_get_default_vref(codec, nid);
4375 pinctl |= AC_PINCTL_IN_EN;
4376 stac92xx_auto_set_pinctl(codec, nid, pinctl);
4377 } else {
4378 pinctl = snd_hda_codec_read(codec, nid, 0,
4379 AC_VERB_GET_PIN_WIDGET_CONTROL, 0);
4380 /* if PINCTL already set then skip */
4381 /* Also, if both INPUT and OUTPUT are set,
4382 * it must be a BIOS bug; need to override, too
4383 */
4384 if (!(pinctl & AC_PINCTL_IN_EN) ||
4385 (pinctl & AC_PINCTL_OUT_EN)) {
4386 pinctl &= ~AC_PINCTL_OUT_EN;
Takashi Iwai12dde4c2008-12-05 13:09:27 +01004387 pinctl |= AC_PINCTL_IN_EN;
4388 stac92xx_auto_set_pinctl(codec, nid, pinctl);
Takashi Iwai4f1e6bc2008-11-11 16:47:24 +01004389 }
Takashi Iwaieea7dc92010-08-30 13:06:15 +02004390 }
4391 conf = snd_hda_codec_get_pincfg(codec, nid);
4392 if (get_defcfg_connect(conf) != AC_JACK_PORT_FIXED) {
4393 if (enable_pin_detect(codec, nid, STAC_INSERT_EVENT))
4394 stac_issue_unsol_event(codec, nid);
Takashi Iwaic960a032006-03-23 17:06:28 +01004395 }
Takashi Iwai82bc9552006-03-21 11:24:42 +01004396 }
Matthew Ranostaya64135a2008-01-10 16:55:06 +01004397 for (i = 0; i < spec->num_dmics; i++)
4398 stac92xx_auto_set_pinctl(codec, spec->dmic_nids[i],
4399 AC_PINCTL_IN_EN);
Takashi Iwai0852d7a2009-02-11 11:35:15 +01004400 if (cfg->dig_out_pins[0])
4401 stac92xx_auto_set_pinctl(codec, cfg->dig_out_pins[0],
Takashi Iwai82bc9552006-03-21 11:24:42 +01004402 AC_PINCTL_OUT_EN);
4403 if (cfg->dig_in_pin)
4404 stac92xx_auto_set_pinctl(codec, cfg->dig_in_pin,
4405 AC_PINCTL_IN_EN);
Takashi Iwaif73d3582008-11-25 08:21:51 +01004406 for (i = 0; i < spec->num_pwrs; i++) {
4407 hda_nid_t nid = spec->pwr_nids[i];
4408 int pinctl, def_conf;
Takashi Iwai82bc9552006-03-21 11:24:42 +01004409
Takashi Iwaieb632122008-12-19 16:39:48 +01004410 /* power on when no jack detection is available */
4411 if (!spec->hp_detect) {
4412 stac_toggle_power_map(codec, nid, 1);
4413 continue;
4414 }
4415
4416 if (is_nid_hp_pin(cfg, nid))
Takashi Iwaif73d3582008-11-25 08:21:51 +01004417 continue; /* already has an unsol event */
Sam Revitch62fe78e2006-05-10 15:09:17 +02004418
Takashi Iwaif73d3582008-11-25 08:21:51 +01004419 pinctl = snd_hda_codec_read(codec, nid, 0,
4420 AC_VERB_GET_PIN_WIDGET_CONTROL, 0);
4421 /* outputs are only ports capable of power management
4422 * any attempts on powering down a input port cause the
4423 * referenced VREF to act quirky.
4424 */
Takashi Iwaieb632122008-12-19 16:39:48 +01004425 if (pinctl & AC_PINCTL_IN_EN) {
4426 stac_toggle_power_map(codec, nid, 1);
Takashi Iwaif73d3582008-11-25 08:21:51 +01004427 continue;
Takashi Iwaieb632122008-12-19 16:39:48 +01004428 }
Takashi Iwai330ee992009-02-20 14:33:36 +01004429 def_conf = snd_hda_codec_get_pincfg(codec, nid);
Takashi Iwaif73d3582008-11-25 08:21:51 +01004430 def_conf = get_defcfg_connect(def_conf);
4431 /* skip any ports that don't have jacks since presence
4432 * detection is useless */
4433 if (def_conf != AC_JACK_PORT_COMPLEX) {
4434 if (def_conf != AC_JACK_PORT_NONE)
4435 stac_toggle_power_map(codec, nid, 1);
4436 continue;
4437 }
Takashi Iwai62558ce2009-07-29 14:23:09 +02004438 if (enable_pin_detect(codec, nid, STAC_PWR_EVENT))
4439 stac_issue_unsol_event(codec, nid);
Takashi Iwaif73d3582008-11-25 08:21:51 +01004440 }
Takashi Iwaic21bd022010-02-08 15:16:08 +01004441
Takashi Iwaic21bd022010-02-08 15:16:08 +01004442 /* sync mute LED */
Takashi Iwai9e5341b2010-09-21 09:57:06 +02004443 if (spec->gpio_led)
4444 hda_call_check_power_status(codec, 0x01);
Takashi Iwaif73d3582008-11-25 08:21:51 +01004445 if (spec->dac_list)
4446 stac92xx_power_down(codec);
Mattc7d4b2f2005-06-27 14:59:41 +02004447 return 0;
4448}
4449
Takashi Iwai603c4012008-07-30 15:01:44 +02004450static void stac92xx_free_kctls(struct hda_codec *codec)
4451{
4452 struct sigmatel_spec *spec = codec->spec;
4453
4454 if (spec->kctls.list) {
4455 struct snd_kcontrol_new *kctl = spec->kctls.list;
4456 int i;
4457 for (i = 0; i < spec->kctls.used; i++)
4458 kfree(kctl[i].name);
4459 }
4460 snd_array_free(&spec->kctls);
4461}
4462
Vitaliy Kulikov45eebda2011-07-26 16:56:20 -05004463static void stac92xx_shutup_pins(struct hda_codec *codec)
4464{
4465 unsigned int i, def_conf;
4466
4467 if (codec->bus->shutdown)
4468 return;
4469 for (i = 0; i < codec->init_pins.used; i++) {
4470 struct hda_pincfg *pin = snd_array_elem(&codec->init_pins, i);
4471 def_conf = snd_hda_codec_get_pincfg(codec, pin->nid);
4472 if (get_defcfg_connect(def_conf) != AC_JACK_PORT_NONE)
4473 snd_hda_codec_write(codec, pin->nid, 0,
4474 AC_VERB_SET_PIN_WIDGET_CONTROL, 0);
4475 }
4476}
4477
Takashi Iwai167eae52009-11-06 15:47:50 +01004478static void stac92xx_shutup(struct hda_codec *codec)
4479{
4480 struct sigmatel_spec *spec = codec->spec;
Takashi Iwai167eae52009-11-06 15:47:50 +01004481
Vitaliy Kulikov45eebda2011-07-26 16:56:20 -05004482 stac92xx_shutup_pins(codec);
Takashi Iwai167eae52009-11-06 15:47:50 +01004483
4484 if (spec->eapd_mask)
4485 stac_gpio_set(codec, spec->gpio_mask,
4486 spec->gpio_dir, spec->gpio_data &
4487 ~spec->eapd_mask);
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
Takashi Iwai167eae52009-11-06 15:47:50 +01004497 stac92xx_shutup(codec);
Takashi Iwaicd372fb2011-03-03 14:40:14 +01004498 snd_hda_input_jack_free(codec);
Matthew Ranostay74aeaab2008-10-25 01:06:04 -04004499 snd_array_free(&spec->events);
Richard Fish11b44bb2006-08-23 18:31:34 +02004500
Mattc7d4b2f2005-06-27 14:59:41 +02004501 kfree(spec);
Matthew Ranostay1cd22242008-07-18 18:20:52 +02004502 snd_hda_detach_beep_device(codec);
Matt2f2f4252005-04-13 14:45:30 +02004503}
4504
Matt4e550962005-07-04 17:51:39 +02004505static void stac92xx_set_pinctl(struct hda_codec *codec, hda_nid_t nid,
4506 unsigned int flag)
4507{
Takashi Iwai8ce84192009-01-22 16:59:20 +01004508 unsigned int old_ctl, pin_ctl;
4509
4510 pin_ctl = snd_hda_codec_read(codec, nid,
Matt4e550962005-07-04 17:51:39 +02004511 0, AC_VERB_GET_PIN_WIDGET_CONTROL, 0x00);
Steve Longerbeam7b0438992007-05-03 20:50:03 +02004512
Takashi Iwaif9acba42007-05-29 18:01:06 +02004513 if (pin_ctl & AC_PINCTL_IN_EN) {
4514 /*
4515 * we need to check the current set-up direction of
4516 * shared input pins since they can be switched via
4517 * "xxx as Output" mixer switch
4518 */
4519 struct sigmatel_spec *spec = codec->spec;
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01004520 if (nid == spec->line_switch || nid == spec->mic_switch)
Takashi Iwaif9acba42007-05-29 18:01:06 +02004521 return;
4522 }
4523
Takashi Iwai8ce84192009-01-22 16:59:20 +01004524 old_ctl = pin_ctl;
Steve Longerbeam7b0438992007-05-03 20:50:03 +02004525 /* if setting pin direction bits, clear the current
4526 direction bits first */
4527 if (flag & (AC_PINCTL_IN_EN | AC_PINCTL_OUT_EN))
4528 pin_ctl &= ~(AC_PINCTL_IN_EN | AC_PINCTL_OUT_EN);
4529
Takashi Iwai8ce84192009-01-22 16:59:20 +01004530 pin_ctl |= flag;
4531 if (old_ctl != pin_ctl)
4532 snd_hda_codec_write_cache(codec, nid, 0,
4533 AC_VERB_SET_PIN_WIDGET_CONTROL,
4534 pin_ctl);
Matt4e550962005-07-04 17:51:39 +02004535}
4536
4537static void stac92xx_reset_pinctl(struct hda_codec *codec, hda_nid_t nid,
4538 unsigned int flag)
4539{
4540 unsigned int pin_ctl = snd_hda_codec_read(codec, nid,
4541 0, AC_VERB_GET_PIN_WIDGET_CONTROL, 0x00);
Takashi Iwai8ce84192009-01-22 16:59:20 +01004542 if (pin_ctl & flag)
4543 snd_hda_codec_write_cache(codec, nid, 0,
4544 AC_VERB_SET_PIN_WIDGET_CONTROL,
4545 pin_ctl & ~flag);
Matt4e550962005-07-04 17:51:39 +02004546}
4547
Takashi Iwaid56757a2009-11-18 08:00:14 +01004548static inline int get_pin_presence(struct hda_codec *codec, hda_nid_t nid)
Takashi Iwai314634b2006-09-21 11:56:18 +02004549{
4550 if (!nid)
4551 return 0;
Takashi Iwaia252c812009-12-25 22:56:20 +01004552 return snd_hda_jack_detect(codec, nid);
Takashi Iwai314634b2006-09-21 11:56:18 +02004553}
4554
Takashi Iwaifefd67f2009-07-30 18:03:05 +02004555static void stac92xx_line_out_detect(struct hda_codec *codec,
4556 int presence)
4557{
4558 struct sigmatel_spec *spec = codec->spec;
4559 struct auto_pin_cfg *cfg = &spec->autocfg;
4560 int i;
4561
4562 for (i = 0; i < cfg->line_outs; i++) {
4563 if (presence)
4564 break;
4565 presence = get_pin_presence(codec, cfg->line_out_pins[i]);
4566 if (presence) {
4567 unsigned int pinctl;
4568 pinctl = snd_hda_codec_read(codec,
4569 cfg->line_out_pins[i], 0,
4570 AC_VERB_GET_PIN_WIDGET_CONTROL, 0);
4571 if (pinctl & AC_PINCTL_IN_EN)
4572 presence = 0; /* mic- or line-input */
4573 }
4574 }
4575
4576 if (presence) {
4577 /* disable speakers */
4578 for (i = 0; i < cfg->speaker_outs; i++)
4579 stac92xx_reset_pinctl(codec, cfg->speaker_pins[i],
4580 AC_PINCTL_OUT_EN);
4581 if (spec->eapd_mask && spec->eapd_switch)
4582 stac_gpio_set(codec, spec->gpio_mask,
4583 spec->gpio_dir, spec->gpio_data &
4584 ~spec->eapd_mask);
4585 } else {
4586 /* enable speakers */
4587 for (i = 0; i < cfg->speaker_outs; i++)
4588 stac92xx_set_pinctl(codec, cfg->speaker_pins[i],
4589 AC_PINCTL_OUT_EN);
4590 if (spec->eapd_mask && spec->eapd_switch)
4591 stac_gpio_set(codec, spec->gpio_mask,
4592 spec->gpio_dir, spec->gpio_data |
4593 spec->eapd_mask);
4594 }
4595}
4596
Takashi Iwaid7a89432008-11-12 09:48:04 +01004597/* return non-zero if the hp-pin of the given array index isn't
4598 * a jack-detection target
4599 */
4600static int no_hp_sensing(struct sigmatel_spec *spec, int i)
4601{
4602 struct auto_pin_cfg *cfg = &spec->autocfg;
4603
4604 /* ignore sensing of shared line and mic jacks */
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01004605 if (cfg->hp_pins[i] == spec->line_switch)
Takashi Iwaid7a89432008-11-12 09:48:04 +01004606 return 1;
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01004607 if (cfg->hp_pins[i] == spec->mic_switch)
Takashi Iwaid7a89432008-11-12 09:48:04 +01004608 return 1;
4609 /* ignore if the pin is set as line-out */
4610 if (cfg->hp_pins[i] == spec->hp_switch)
4611 return 1;
4612 return 0;
4613}
4614
Takashi Iwaic6e4c662008-11-25 11:58:19 +01004615static void stac92xx_hp_detect(struct hda_codec *codec)
Matt4e550962005-07-04 17:51:39 +02004616{
4617 struct sigmatel_spec *spec = codec->spec;
4618 struct auto_pin_cfg *cfg = &spec->autocfg;
4619 int i, presence;
4620
Takashi Iwaieb06ed82006-09-20 17:10:27 +02004621 presence = 0;
Matthew Ranostay4fe5195c2008-01-29 15:28:44 +01004622 if (spec->gpio_mute)
4623 presence = !(snd_hda_codec_read(codec, codec->afg, 0,
4624 AC_VERB_GET_GPIO_DATA, 0) & spec->gpio_mute);
4625
Takashi Iwaieb06ed82006-09-20 17:10:27 +02004626 for (i = 0; i < cfg->hp_outs; i++) {
Takashi Iwai314634b2006-09-21 11:56:18 +02004627 if (presence)
4628 break;
Takashi Iwaid7a89432008-11-12 09:48:04 +01004629 if (no_hp_sensing(spec, i))
4630 continue;
Takashi Iwaie6e3ea22008-12-05 12:54:56 +01004631 presence = get_pin_presence(codec, cfg->hp_pins[i]);
4632 if (presence) {
4633 unsigned int pinctl;
4634 pinctl = snd_hda_codec_read(codec, cfg->hp_pins[i], 0,
4635 AC_VERB_GET_PIN_WIDGET_CONTROL, 0);
4636 if (pinctl & AC_PINCTL_IN_EN)
4637 presence = 0; /* mic- or line-input */
4638 }
Takashi Iwaieb06ed82006-09-20 17:10:27 +02004639 }
Matt4e550962005-07-04 17:51:39 +02004640
4641 if (presence) {
Takashi Iwaid7a89432008-11-12 09:48:04 +01004642 /* disable lineouts */
Matthew Ranostay7c2ba972008-04-16 13:13:59 +02004643 if (spec->hp_switch)
Takashi Iwaid7a89432008-11-12 09:48:04 +01004644 stac92xx_reset_pinctl(codec, spec->hp_switch,
4645 AC_PINCTL_OUT_EN);
Matt4e550962005-07-04 17:51:39 +02004646 for (i = 0; i < cfg->line_outs; i++)
4647 stac92xx_reset_pinctl(codec, cfg->line_out_pins[i],
4648 AC_PINCTL_OUT_EN);
Matt4e550962005-07-04 17:51:39 +02004649 } else {
Takashi Iwaid7a89432008-11-12 09:48:04 +01004650 /* enable lineouts */
Matthew Ranostay7c2ba972008-04-16 13:13:59 +02004651 if (spec->hp_switch)
Takashi Iwaid7a89432008-11-12 09:48:04 +01004652 stac92xx_set_pinctl(codec, spec->hp_switch,
4653 AC_PINCTL_OUT_EN);
Matt4e550962005-07-04 17:51:39 +02004654 for (i = 0; i < cfg->line_outs; i++)
4655 stac92xx_set_pinctl(codec, cfg->line_out_pins[i],
4656 AC_PINCTL_OUT_EN);
Matt4e550962005-07-04 17:51:39 +02004657 }
Takashi Iwaifefd67f2009-07-30 18:03:05 +02004658 stac92xx_line_out_detect(codec, presence);
Takashi Iwaid7a89432008-11-12 09:48:04 +01004659 /* toggle hp outs */
4660 for (i = 0; i < cfg->hp_outs; i++) {
4661 unsigned int val = AC_PINCTL_OUT_EN | AC_PINCTL_HP_EN;
4662 if (no_hp_sensing(spec, i))
4663 continue;
4664 if (presence)
4665 stac92xx_set_pinctl(codec, cfg->hp_pins[i], val);
Takashi Iwai8317e0b2009-01-14 07:56:51 +01004666#if 0 /* FIXME */
4667/* Resetting the pinctl like below may lead to (a sort of) regressions
4668 * on some devices since they use the HP pin actually for line/speaker
4669 * outs although the default pin config shows a different pin (that is
4670 * wrong and useless).
4671 *
4672 * So, it's basically a problem of default pin configs, likely a BIOS issue.
4673 * But, disabling the code below just works around it, and I'm too tired of
4674 * bug reports with such devices...
4675 */
Takashi Iwaid7a89432008-11-12 09:48:04 +01004676 else
4677 stac92xx_reset_pinctl(codec, cfg->hp_pins[i], val);
Takashi Iwai8317e0b2009-01-14 07:56:51 +01004678#endif /* FIXME */
Takashi Iwaid7a89432008-11-12 09:48:04 +01004679 }
Matt4e550962005-07-04 17:51:39 +02004680}
4681
Takashi Iwaif73d3582008-11-25 08:21:51 +01004682static void stac_toggle_power_map(struct hda_codec *codec, hda_nid_t nid,
4683 int enable)
Matthew Ranostaya64135a2008-01-10 16:55:06 +01004684{
4685 struct sigmatel_spec *spec = codec->spec;
Takashi Iwaif73d3582008-11-25 08:21:51 +01004686 unsigned int idx, val;
4687
4688 for (idx = 0; idx < spec->num_pwrs; idx++) {
4689 if (spec->pwr_nids[idx] == nid)
4690 break;
4691 }
4692 if (idx >= spec->num_pwrs)
4693 return;
Matthew Ranostayd0513fc2008-07-27 10:30:30 +02004694
4695 /* several codecs have two power down bits */
4696 if (spec->pwr_mapping)
4697 idx = spec->pwr_mapping[idx];
4698 else
4699 idx = 1 << idx;
Matthew Ranostaya64135a2008-01-10 16:55:06 +01004700
Takashi Iwaif73d3582008-11-25 08:21:51 +01004701 val = snd_hda_codec_read(codec, codec->afg, 0, 0x0fec, 0x0) & 0xff;
4702 if (enable)
Matthew Ranostaya64135a2008-01-10 16:55:06 +01004703 val &= ~idx;
4704 else
4705 val |= idx;
4706
4707 /* power down unused output ports */
4708 snd_hda_codec_write(codec, codec->afg, 0, 0x7ec, val);
Matthew Ranostay74aeaab2008-10-25 01:06:04 -04004709}
4710
Takashi Iwaif73d3582008-11-25 08:21:51 +01004711static void stac92xx_pin_sense(struct hda_codec *codec, hda_nid_t nid)
4712{
Takashi Iwaie6e3ea22008-12-05 12:54:56 +01004713 stac_toggle_power_map(codec, nid, get_pin_presence(codec, nid));
Takashi Iwaif73d3582008-11-25 08:21:51 +01004714}
Matthew Ranostaya64135a2008-01-10 16:55:06 +01004715
Vitaliy Kulikovab5a6eb2010-09-08 09:00:17 +02004716/* get the pin connection (fixed, none, etc) */
4717static unsigned int stac_get_defcfg_connect(struct hda_codec *codec, int idx)
4718{
4719 struct sigmatel_spec *spec = codec->spec;
4720 unsigned int cfg;
4721
4722 cfg = snd_hda_codec_get_pincfg(codec, spec->pin_nids[idx]);
4723 return get_defcfg_connect(cfg);
4724}
4725
4726static int stac92xx_connected_ports(struct hda_codec *codec,
Takashi Iwai2b635362011-05-02 12:33:43 +02004727 const hda_nid_t *nids, int num_nids)
Vitaliy Kulikovab5a6eb2010-09-08 09:00:17 +02004728{
4729 struct sigmatel_spec *spec = codec->spec;
4730 int idx, num;
4731 unsigned int def_conf;
4732
4733 for (num = 0; num < num_nids; num++) {
4734 for (idx = 0; idx < spec->num_pins; idx++)
4735 if (spec->pin_nids[idx] == nids[num])
4736 break;
4737 if (idx >= spec->num_pins)
4738 break;
4739 def_conf = stac_get_defcfg_connect(codec, idx);
4740 if (def_conf == AC_JACK_PORT_NONE)
4741 break;
4742 }
4743 return num;
4744}
4745
Takashi Iwai3d21d3f2009-07-29 14:32:56 +02004746static void stac92xx_mic_detect(struct hda_codec *codec)
4747{
4748 struct sigmatel_spec *spec = codec->spec;
4749 struct sigmatel_mic_route *mic;
4750
4751 if (get_pin_presence(codec, spec->ext_mic.pin))
4752 mic = &spec->ext_mic;
Charles Chin99077902010-09-17 10:22:32 +02004753 else if (get_pin_presence(codec, spec->dock_mic.pin))
4754 mic = &spec->dock_mic;
Takashi Iwai3d21d3f2009-07-29 14:32:56 +02004755 else
4756 mic = &spec->int_mic;
Takashi Iwai02d33322009-10-01 16:38:11 +02004757 if (mic->dmux_idx >= 0)
Takashi Iwai3d21d3f2009-07-29 14:32:56 +02004758 snd_hda_codec_write_cache(codec, spec->dmux_nids[0], 0,
4759 AC_VERB_SET_CONNECT_SEL,
4760 mic->dmux_idx);
Takashi Iwai02d33322009-10-01 16:38:11 +02004761 if (mic->mux_idx >= 0)
Takashi Iwai3d21d3f2009-07-29 14:32:56 +02004762 snd_hda_codec_write_cache(codec, spec->mux_nids[0], 0,
4763 AC_VERB_SET_CONNECT_SEL,
4764 mic->mux_idx);
4765}
4766
Takashi Iwai62558ce2009-07-29 14:23:09 +02004767static void stac_issue_unsol_event(struct hda_codec *codec, hda_nid_t nid)
Takashi Iwaic6e4c662008-11-25 11:58:19 +01004768{
Takashi Iwai62558ce2009-07-29 14:23:09 +02004769 struct sigmatel_event *event = stac_get_event(codec, nid);
Takashi Iwaic6e4c662008-11-25 11:58:19 +01004770 if (!event)
4771 return;
4772 codec->patch_ops.unsol_event(codec, (unsigned)event->tag << 26);
4773}
4774
Takashi Iwai314634b2006-09-21 11:56:18 +02004775static void stac92xx_unsol_event(struct hda_codec *codec, unsigned int res)
4776{
Matthew Ranostaya64135a2008-01-10 16:55:06 +01004777 struct sigmatel_spec *spec = codec->spec;
Takashi Iwaic6e4c662008-11-25 11:58:19 +01004778 struct sigmatel_event *event;
4779 int tag, data;
Matthew Ranostaya64135a2008-01-10 16:55:06 +01004780
Takashi Iwaic6e4c662008-11-25 11:58:19 +01004781 tag = (res >> 26) & 0x7f;
4782 event = stac_get_event_from_tag(codec, tag);
4783 if (!event)
4784 return;
4785
4786 switch (event->type) {
Takashi Iwai314634b2006-09-21 11:56:18 +02004787 case STAC_HP_EVENT:
Takashi Iwaifefd67f2009-07-30 18:03:05 +02004788 case STAC_LO_EVENT:
Takashi Iwai16ffe322009-08-04 13:40:54 +02004789 stac92xx_hp_detect(codec);
Takashi Iwaifefd67f2009-07-30 18:03:05 +02004790 break;
Takashi Iwai3d21d3f2009-07-29 14:32:56 +02004791 case STAC_MIC_EVENT:
4792 stac92xx_mic_detect(codec);
4793 break;
4794 }
4795
4796 switch (event->type) {
4797 case STAC_HP_EVENT:
Takashi Iwaifefd67f2009-07-30 18:03:05 +02004798 case STAC_LO_EVENT:
Takashi Iwai3d21d3f2009-07-29 14:32:56 +02004799 case STAC_MIC_EVENT:
Matthew Ranostay74aeaab2008-10-25 01:06:04 -04004800 case STAC_INSERT_EVENT:
Matthew Ranostaya64135a2008-01-10 16:55:06 +01004801 case STAC_PWR_EVENT:
Takashi Iwaic6e4c662008-11-25 11:58:19 +01004802 if (spec->num_pwrs > 0)
4803 stac92xx_pin_sense(codec, event->nid);
Takashi Iwaicd372fb2011-03-03 14:40:14 +01004804 snd_hda_input_jack_report(codec, event->nid);
Matthew Ranostayfd60cc82009-04-06 09:30:46 -04004805
4806 switch (codec->subsystem_id) {
4807 case 0x103c308f:
4808 if (event->nid == 0xb) {
4809 int pin = AC_PINCTL_IN_EN;
4810
4811 if (get_pin_presence(codec, 0xa)
4812 && get_pin_presence(codec, 0xb))
4813 pin |= AC_PINCTL_VREF_80;
4814 if (!get_pin_presence(codec, 0xb))
4815 pin |= AC_PINCTL_VREF_80;
4816
4817 /* toggle VREF state based on mic + hp pin
4818 * status
4819 */
4820 stac92xx_auto_set_pinctl(codec, 0x0a, pin);
4821 }
4822 }
Matthew Ranostay72474be2008-10-09 09:32:17 -04004823 break;
Takashi Iwaic6e4c662008-11-25 11:58:19 +01004824 case STAC_VREF_EVENT:
4825 data = snd_hda_codec_read(codec, codec->afg, 0,
4826 AC_VERB_GET_GPIO_DATA, 0);
Matthew Ranostay72474be2008-10-09 09:32:17 -04004827 /* toggle VREF state based on GPIOx status */
4828 snd_hda_codec_write(codec, codec->afg, 0, 0x7e0,
Takashi Iwaic6e4c662008-11-25 11:58:19 +01004829 !!(data & (1 << event->data)));
Matthew Ranostay72474be2008-10-09 09:32:17 -04004830 break;
Takashi Iwai314634b2006-09-21 11:56:18 +02004831 }
4832}
4833
Kunal Gangakhedkard38cce72010-01-15 21:01:47 +05304834static int hp_blike_system(u32 subsystem_id);
4835
4836static void set_hp_led_gpio(struct hda_codec *codec)
4837{
4838 struct sigmatel_spec *spec = codec->spec;
Takashi Iwai07f80442010-02-08 15:06:13 +01004839 unsigned int gpio;
4840
Takashi Iwai26ebe0a2010-05-11 08:36:29 +02004841 if (spec->gpio_led)
4842 return;
4843
Takashi Iwai07f80442010-02-08 15:06:13 +01004844 gpio = snd_hda_param_read(codec, codec->afg, AC_PAR_GPIO_CAP);
4845 gpio &= AC_GPIO_IO_COUNT;
4846 if (gpio > 3)
4847 spec->gpio_led = 0x08; /* GPIO 3 */
4848 else
4849 spec->gpio_led = 0x01; /* GPIO 0 */
Kunal Gangakhedkard38cce72010-01-15 21:01:47 +05304850}
4851
Vitaliy Kulikovc357aab2009-12-11 07:51:54 +01004852/*
4853 * This method searches for the mute LED GPIO configuration
4854 * provided as OEM string in SMBIOS. The format of that string
4855 * is HP_Mute_LED_P_G or HP_Mute_LED_P
4856 * where P can be 0 or 1 and defines mute LED GPIO control state (low/high)
4857 * that corresponds to the NOT muted state of the master volume
4858 * and G is the index of the GPIO to use as the mute LED control (0..9)
4859 * If _G portion is missing it is assigned based on the codec ID
4860 *
4861 * So, HP B-series like systems may have HP_Mute_LED_0 (current models)
4862 * or HP_Mute_LED_0_3 (future models) OEM SMBIOS strings
Kunal Gangakhedkard38cce72010-01-15 21:01:47 +05304863 *
4864 *
4865 * The dv-series laptops don't seem to have the HP_Mute_LED* strings in
4866 * SMBIOS - at least the ones I have seen do not have them - which include
4867 * my own system (HP Pavilion dv6-1110ax) and my cousin's
4868 * HP Pavilion dv9500t CTO.
4869 * Need more information on whether it is true across the entire series.
4870 * -- kunal
Vitaliy Kulikovc357aab2009-12-11 07:51:54 +01004871 */
Takashi Iwaidce17d42010-02-09 09:25:26 +01004872static int find_mute_led_gpio(struct hda_codec *codec, int default_polarity)
Vitaliy Kulikovc357aab2009-12-11 07:51:54 +01004873{
4874 struct sigmatel_spec *spec = codec->spec;
4875 const struct dmi_device *dev = NULL;
4876
4877 if ((codec->subsystem_id >> 16) == PCI_VENDOR_ID_HP) {
4878 while ((dev = dmi_find_device(DMI_DEV_TYPE_OEM_STRING,
4879 NULL, dev))) {
Vitaliy Kulikov45eebda2011-07-26 16:56:20 -05004880 if (sscanf(dev->name, "HP_Mute_LED_%d_%x",
Kunal Gangakhedkard38cce72010-01-15 21:01:47 +05304881 &spec->gpio_led_polarity,
4882 &spec->gpio_led) == 2) {
Vitaliy Kulikov45eebda2011-07-26 16:56:20 -05004883 if (spec->gpio_led < 4)
4884 spec->gpio_led = 1 << spec->gpio_led;
Vitaliy Kulikovc357aab2009-12-11 07:51:54 +01004885 return 1;
4886 }
4887 if (sscanf(dev->name, "HP_Mute_LED_%d",
Kunal Gangakhedkard38cce72010-01-15 21:01:47 +05304888 &spec->gpio_led_polarity) == 1) {
4889 set_hp_led_gpio(codec);
4890 return 1;
Vitaliy Kulikovc357aab2009-12-11 07:51:54 +01004891 }
4892 }
Kunal Gangakhedkard38cce72010-01-15 21:01:47 +05304893
4894 /*
4895 * Fallback case - if we don't find the DMI strings,
4896 * we statically set the GPIO - if not a B-series system.
4897 */
4898 if (!hp_blike_system(codec->subsystem_id)) {
4899 set_hp_led_gpio(codec);
Takashi Iwaidce17d42010-02-09 09:25:26 +01004900 spec->gpio_led_polarity = default_polarity;
Kunal Gangakhedkard38cce72010-01-15 21:01:47 +05304901 return 1;
4902 }
Vitaliy Kulikovc357aab2009-12-11 07:51:54 +01004903 }
4904 return 0;
4905}
4906
4907static int hp_blike_system(u32 subsystem_id)
Randy Dunlap78987bd2009-11-05 09:22:30 -08004908{
4909 switch (subsystem_id) {
Vitaliy Kulikovc357aab2009-12-11 07:51:54 +01004910 case 0x103c1520:
4911 case 0x103c1521:
4912 case 0x103c1523:
4913 case 0x103c1524:
4914 case 0x103c1525:
Randy Dunlap78987bd2009-11-05 09:22:30 -08004915 case 0x103c1722:
4916 case 0x103c1723:
4917 case 0x103c1724:
4918 case 0x103c1725:
4919 case 0x103c1726:
4920 case 0x103c1727:
4921 case 0x103c1728:
4922 case 0x103c1729:
Vitaliy Kulikovc357aab2009-12-11 07:51:54 +01004923 case 0x103c172a:
4924 case 0x103c172b:
4925 case 0x103c307e:
4926 case 0x103c307f:
4927 case 0x103c3080:
4928 case 0x103c3081:
4929 case 0x103c7007:
4930 case 0x103c7008:
Randy Dunlap78987bd2009-11-05 09:22:30 -08004931 return 1;
4932 }
4933 return 0;
4934}
4935
Takashi Iwai2d34e1b2008-11-28 14:35:16 +01004936#ifdef CONFIG_PROC_FS
4937static void stac92hd_proc_hook(struct snd_info_buffer *buffer,
4938 struct hda_codec *codec, hda_nid_t nid)
4939{
4940 if (nid == codec->afg)
4941 snd_iprintf(buffer, "Power-Map: 0x%02x\n",
4942 snd_hda_codec_read(codec, nid, 0, 0x0fec, 0x0));
4943}
4944
4945static void analog_loop_proc_hook(struct snd_info_buffer *buffer,
4946 struct hda_codec *codec,
4947 unsigned int verb)
4948{
4949 snd_iprintf(buffer, "Analog Loopback: 0x%02x\n",
4950 snd_hda_codec_read(codec, codec->afg, 0, verb, 0));
4951}
4952
4953/* stac92hd71bxx, stac92hd73xx */
4954static void stac92hd7x_proc_hook(struct snd_info_buffer *buffer,
4955 struct hda_codec *codec, hda_nid_t nid)
4956{
4957 stac92hd_proc_hook(buffer, codec, nid);
4958 if (nid == codec->afg)
4959 analog_loop_proc_hook(buffer, codec, 0xfa0);
4960}
4961
4962static void stac9205_proc_hook(struct snd_info_buffer *buffer,
4963 struct hda_codec *codec, hda_nid_t nid)
4964{
4965 if (nid == codec->afg)
4966 analog_loop_proc_hook(buffer, codec, 0xfe0);
4967}
4968
4969static void stac927x_proc_hook(struct snd_info_buffer *buffer,
4970 struct hda_codec *codec, hda_nid_t nid)
4971{
4972 if (nid == codec->afg)
4973 analog_loop_proc_hook(buffer, codec, 0xfeb);
4974}
4975#else
4976#define stac92hd_proc_hook NULL
4977#define stac92hd7x_proc_hook NULL
4978#define stac9205_proc_hook NULL
4979#define stac927x_proc_hook NULL
4980#endif
4981
Takashi Iwai2a439522011-07-26 09:52:50 +02004982#ifdef CONFIG_PM
Mattff6fdc32005-06-27 15:06:52 +02004983static int stac92xx_resume(struct hda_codec *codec)
4984{
Takashi Iwaidc81bed2007-09-03 09:36:36 +02004985 struct sigmatel_spec *spec = codec->spec;
4986
Takashi Iwai2c885872008-11-18 09:36:55 +01004987 stac92xx_init(codec);
Takashi Iwai82beb8f2007-08-10 17:09:26 +02004988 snd_hda_codec_resume_amp(codec);
4989 snd_hda_codec_resume_cache(codec);
Takashi Iwai2c885872008-11-18 09:36:55 +01004990 /* fake event to set up pins again to override cached values */
Takashi Iwai5f380eb2009-09-14 15:36:14 +02004991 if (spec->hp_detect) {
4992 if (spec->autocfg.hp_pins[0])
4993 stac_issue_unsol_event(codec, spec->autocfg.hp_pins[0]);
4994 else if (spec->autocfg.line_out_pins[0])
4995 stac_issue_unsol_event(codec,
4996 spec->autocfg.line_out_pins[0]);
4997 }
Mattff6fdc32005-06-27 15:06:52 +02004998 return 0;
4999}
Matthew Ranostayc6798d22008-11-18 20:54:17 -05005000
Vitaliy Kulikov45eebda2011-07-26 16:56:20 -05005001static int stac92xx_suspend(struct hda_codec *codec, pm_message_t state)
5002{
5003 stac92xx_shutup(codec);
5004 return 0;
5005}
5006
Christoph Plattnerae6241f2009-03-08 23:19:05 +01005007#ifdef CONFIG_SND_HDA_POWER_SAVE
Vitaliy Kulikov45eebda2011-07-26 16:56:20 -05005008static int stac92xx_pre_resume(struct hda_codec *codec)
5009{
5010 struct sigmatel_spec *spec = codec->spec;
5011
5012 /* sync mute LED */
5013 if (spec->gpio_led) {
5014 if (spec->gpio_led <= 8) {
5015 stac_gpio_set(codec, spec->gpio_mask,
5016 spec->gpio_dir, spec->gpio_data);
5017 } else {
5018 stac_vrefout_set(codec,
5019 spec->gpio_led, spec->vref_led);
5020 }
5021 }
5022 return 0;
5023}
5024
5025static int stac92xx_post_suspend(struct hda_codec *codec)
5026{
5027 struct sigmatel_spec *spec = codec->spec;
5028 if (spec->gpio_led > 8) {
5029 /* with vref-out pin used for mute led control
5030 * codec AFG is prevented from D3 state, but on
5031 * system suspend it can (and should) be used
5032 */
5033 snd_hda_codec_read(codec, codec->afg, 0,
5034 AC_VERB_SET_POWER_STATE, AC_PWRST_D3);
5035 }
5036 return 0;
5037}
5038
5039static void stac92xx_set_power_state(struct hda_codec *codec, hda_nid_t fg,
5040 unsigned int power_state)
5041{
5042 unsigned int afg_power_state = power_state;
5043 struct sigmatel_spec *spec = codec->spec;
5044
5045 if (power_state == AC_PWRST_D3) {
5046 if (spec->gpio_led > 8) {
5047 /* with vref-out pin used for mute led control
5048 * codec AFG is prevented from D3 state
5049 */
5050 afg_power_state = AC_PWRST_D1;
5051 }
5052 /* this delay seems necessary to avoid click noise at power-down */
5053 msleep(100);
5054 }
5055 snd_hda_codec_read(codec, fg, 0, AC_VERB_SET_POWER_STATE,
5056 afg_power_state);
5057 snd_hda_codec_set_power_to_all(codec, fg, power_state, true);
5058}
5059
Vitaliy Kulikov7df1ce12011-07-25 17:52:57 -05005060/*
5061 * For this feature CONFIG_SND_HDA_POWER_SAVE is needed
5062 * as mute LED state is updated in check_power_status hook
5063 */
5064static int stac92xx_update_led_status(struct hda_codec *codec)
Christoph Plattnerae6241f2009-03-08 23:19:05 +01005065{
5066 struct sigmatel_spec *spec = codec->spec;
Vitaliy Kulikov7df1ce12011-07-25 17:52:57 -05005067 int i, num_ext_dacs, muted = 1;
Vitaliy Kulikov45eebda2011-07-26 16:56:20 -05005068 unsigned int muted_lvl, notmtd_lvl;
Vitaliy Kulikov7df1ce12011-07-25 17:52:57 -05005069 hda_nid_t nid;
Takashi Iwai6fce61a2009-03-10 07:48:57 +01005070
Vitaliy Kulikov45eebda2011-07-26 16:56:20 -05005071 if (!spec->gpio_led)
5072 return 0;
5073
Takashi Iwaic21bd022010-02-08 15:16:08 +01005074 for (i = 0; i < spec->multiout.num_dacs; i++) {
5075 nid = spec->multiout.dac_nids[i];
5076 if (!(snd_hda_codec_amp_read(codec, nid, 0, HDA_OUTPUT, 0) &
5077 HDA_AMP_MUTE)) {
5078 muted = 0; /* something heard */
5079 break;
Vitaliy Kulikov5bdaaad2009-11-04 07:57:45 +01005080 }
Takashi Iwaic21bd022010-02-08 15:16:08 +01005081 }
Vitaliy Kulikov7df1ce12011-07-25 17:52:57 -05005082 if (muted && spec->multiout.hp_nid)
5083 if (!(snd_hda_codec_amp_read(codec,
5084 spec->multiout.hp_nid, 0, HDA_OUTPUT, 0) &
5085 HDA_AMP_MUTE)) {
5086 muted = 0; /* HP is not muted */
5087 }
5088 num_ext_dacs = ARRAY_SIZE(spec->multiout.extra_out_nid);
5089 for (i = 0; muted && i < num_ext_dacs; i++) {
5090 nid = spec->multiout.extra_out_nid[i];
5091 if (nid == 0)
5092 break;
5093 if (!(snd_hda_codec_amp_read(codec, nid, 0, HDA_OUTPUT, 0) &
5094 HDA_AMP_MUTE)) {
5095 muted = 0; /* extra output is not muted */
5096 }
5097 }
Vitaliy Kulikov45eebda2011-07-26 16:56:20 -05005098 /*polarity defines *not* muted state level*/
5099 if (spec->gpio_led <= 8) {
5100 if (muted)
5101 spec->gpio_data &= ~spec->gpio_led; /* orange */
5102 else
5103 spec->gpio_data |= spec->gpio_led; /* white */
Vitaliy Kulikov5bdaaad2009-11-04 07:57:45 +01005104
Vitaliy Kulikov45eebda2011-07-26 16:56:20 -05005105 if (!spec->gpio_led_polarity) {
5106 /* LED state is inverted on these systems */
5107 spec->gpio_data ^= spec->gpio_led;
5108 }
5109 stac_gpio_set(codec, spec->gpio_mask,
5110 spec->gpio_dir, spec->gpio_data);
5111 } else {
5112 notmtd_lvl = spec->gpio_led_polarity ?
5113 AC_PINCTL_VREF_HIZ : AC_PINCTL_VREF_GRD;
5114 muted_lvl = spec->gpio_led_polarity ?
5115 AC_PINCTL_VREF_GRD : AC_PINCTL_VREF_HIZ;
5116 spec->vref_led = muted ? muted_lvl : notmtd_lvl;
5117 stac_vrefout_set(codec, spec->gpio_led, spec->vref_led);
Christoph Plattnerae6241f2009-03-08 23:19:05 +01005118 }
Takashi Iwaib4e81872009-11-18 17:20:24 +01005119 return 0;
5120}
Vitaliy Kulikov7df1ce12011-07-25 17:52:57 -05005121
5122/*
5123 * use power check for controlling mute led of HP notebooks
5124 */
5125static int stac92xx_check_power_status(struct hda_codec *codec,
5126 hda_nid_t nid)
5127{
5128 stac92xx_update_led_status(codec);
5129
5130 return 0;
5131}
Vitaliy Kulikov45eebda2011-07-26 16:56:20 -05005132#endif /* CONFIG_SND_HDA_POWER_SAVE */
Takashi Iwai2a439522011-07-26 09:52:50 +02005133#endif /* CONFIG_PM */
Mattff6fdc32005-06-27 15:06:52 +02005134
Takashi Iwai2b635362011-05-02 12:33:43 +02005135static const struct hda_codec_ops stac92xx_patch_ops = {
Matt2f2f4252005-04-13 14:45:30 +02005136 .build_controls = stac92xx_build_controls,
5137 .build_pcms = stac92xx_build_pcms,
5138 .init = stac92xx_init,
5139 .free = stac92xx_free,
Matt4e550962005-07-04 17:51:39 +02005140 .unsol_event = stac92xx_unsol_event,
Takashi Iwai2a439522011-07-26 09:52:50 +02005141#ifdef CONFIG_PM
Matthew Ranostayc6798d22008-11-18 20:54:17 -05005142 .suspend = stac92xx_suspend,
Mattff6fdc32005-06-27 15:06:52 +02005143 .resume = stac92xx_resume,
5144#endif
Takashi Iwaifb8d1a32009-11-10 16:02:29 +01005145 .reboot_notify = stac92xx_shutup,
Matt2f2f4252005-04-13 14:45:30 +02005146};
5147
5148static int patch_stac9200(struct hda_codec *codec)
5149{
5150 struct sigmatel_spec *spec;
Mattc7d4b2f2005-06-27 14:59:41 +02005151 int err;
Matt2f2f4252005-04-13 14:45:30 +02005152
Takashi Iwaie560d8d2005-09-09 14:21:46 +02005153 spec = kzalloc(sizeof(*spec), GFP_KERNEL);
Matt2f2f4252005-04-13 14:45:30 +02005154 if (spec == NULL)
5155 return -ENOMEM;
5156
Takashi Iwaia252c812009-12-25 22:56:20 +01005157 codec->no_trigger_sense = 1;
Matt2f2f4252005-04-13 14:45:30 +02005158 codec->spec = spec;
Daniel J Blueman1b0e3722010-08-03 11:09:13 +01005159 spec->linear_tone_beep = 1;
Takashi Iwaia4eed132007-07-06 18:17:04 +02005160 spec->num_pins = ARRAY_SIZE(stac9200_pin_nids);
Richard Fish11b44bb2006-08-23 18:31:34 +02005161 spec->pin_nids = stac9200_pin_nids;
Takashi Iwaif5fcc132006-11-24 17:07:44 +01005162 spec->board_config = snd_hda_check_board_config(codec, STAC_9200_MODELS,
5163 stac9200_models,
5164 stac9200_cfg_tbl);
Takashi Iwai330ee992009-02-20 14:33:36 +01005165 if (spec->board_config < 0)
Takashi Iwai9a11f1a2009-07-28 16:01:20 +02005166 snd_printdd(KERN_INFO "hda_codec: %s: BIOS auto-probing.\n",
5167 codec->chip_name);
Takashi Iwai330ee992009-02-20 14:33:36 +01005168 else
5169 stac92xx_set_config_regs(codec,
Takashi Iwaiaf9f341a2008-11-18 10:38:56 +01005170 stac9200_brd_tbl[spec->board_config]);
Matt2f2f4252005-04-13 14:45:30 +02005171
5172 spec->multiout.max_channels = 2;
5173 spec->multiout.num_dacs = 1;
5174 spec->multiout.dac_nids = stac9200_dac_nids;
5175 spec->adc_nids = stac9200_adc_nids;
5176 spec->mux_nids = stac9200_mux_nids;
Mattdabbed62005-06-14 10:19:34 +02005177 spec->num_muxes = 1;
Matt Porter8b657272006-10-26 17:12:59 +02005178 spec->num_dmics = 0;
Maxim Levitsky9e05b7a2007-09-03 15:31:02 +02005179 spec->num_adcs = 1;
Matthew Ranostaya64135a2008-01-10 16:55:06 +01005180 spec->num_pwrs = 0;
Mattc7d4b2f2005-06-27 14:59:41 +02005181
Mauro Carvalho Chehab58eec422008-08-11 10:18:39 +02005182 if (spec->board_config == STAC_9200_M4 ||
5183 spec->board_config == STAC_9200_M4_2 ||
Tobin Davisbf277782008-02-03 20:31:47 +01005184 spec->board_config == STAC_9200_OQO)
Takashi Iwai1194b5b2007-10-10 10:04:26 +02005185 spec->init = stac9200_eapd_init;
5186 else
5187 spec->init = stac9200_core_init;
Matt2f2f4252005-04-13 14:45:30 +02005188 spec->mixer = stac9200_mixer;
Mattc7d4b2f2005-06-27 14:59:41 +02005189
Takashi Iwai117f2572008-03-18 09:53:23 +01005190 if (spec->board_config == STAC_9200_PANASONIC) {
5191 spec->gpio_mask = spec->gpio_dir = 0x09;
5192 spec->gpio_data = 0x00;
5193 }
5194
Mattc7d4b2f2005-06-27 14:59:41 +02005195 err = stac9200_parse_auto_config(codec);
5196 if (err < 0) {
5197 stac92xx_free(codec);
5198 return err;
5199 }
Matt2f2f4252005-04-13 14:45:30 +02005200
Takashi Iwai2acc9dc2009-01-09 16:57:14 +01005201 /* CF-74 has no headphone detection, and the driver should *NOT*
5202 * do detection and HP/speaker toggle because the hardware does it.
5203 */
5204 if (spec->board_config == STAC_9200_PANASONIC)
5205 spec->hp_detect = 0;
5206
Matt2f2f4252005-04-13 14:45:30 +02005207 codec->patch_ops = stac92xx_patch_ops;
5208
5209 return 0;
5210}
5211
Tobin Davis8e21c342007-01-08 11:04:17 +01005212static int patch_stac925x(struct hda_codec *codec)
5213{
5214 struct sigmatel_spec *spec;
5215 int err;
5216
5217 spec = kzalloc(sizeof(*spec), GFP_KERNEL);
5218 if (spec == NULL)
5219 return -ENOMEM;
5220
Takashi Iwaia252c812009-12-25 22:56:20 +01005221 codec->no_trigger_sense = 1;
Tobin Davis8e21c342007-01-08 11:04:17 +01005222 codec->spec = spec;
Daniel J Blueman1b0e3722010-08-03 11:09:13 +01005223 spec->linear_tone_beep = 1;
Takashi Iwaia4eed132007-07-06 18:17:04 +02005224 spec->num_pins = ARRAY_SIZE(stac925x_pin_nids);
Tobin Davis8e21c342007-01-08 11:04:17 +01005225 spec->pin_nids = stac925x_pin_nids;
Mauro Carvalho Chehab9cb36c22008-08-11 10:18:39 +02005226
5227 /* Check first for codec ID */
5228 spec->board_config = snd_hda_check_board_codec_sid_config(codec,
5229 STAC_925x_MODELS,
5230 stac925x_models,
5231 stac925x_codec_id_cfg_tbl);
5232
5233 /* Now checks for PCI ID, if codec ID is not found */
5234 if (spec->board_config < 0)
5235 spec->board_config = snd_hda_check_board_config(codec,
5236 STAC_925x_MODELS,
Tobin Davis8e21c342007-01-08 11:04:17 +01005237 stac925x_models,
5238 stac925x_cfg_tbl);
Takashi Iwai9e507ab2007-02-08 17:50:10 +01005239 again:
Takashi Iwai330ee992009-02-20 14:33:36 +01005240 if (spec->board_config < 0)
Takashi Iwai9a11f1a2009-07-28 16:01:20 +02005241 snd_printdd(KERN_INFO "hda_codec: %s: BIOS auto-probing.\n",
5242 codec->chip_name);
Takashi Iwai330ee992009-02-20 14:33:36 +01005243 else
5244 stac92xx_set_config_regs(codec,
Takashi Iwaiaf9f341a2008-11-18 10:38:56 +01005245 stac925x_brd_tbl[spec->board_config]);
Tobin Davis8e21c342007-01-08 11:04:17 +01005246
5247 spec->multiout.max_channels = 2;
5248 spec->multiout.num_dacs = 1;
5249 spec->multiout.dac_nids = stac925x_dac_nids;
5250 spec->adc_nids = stac925x_adc_nids;
5251 spec->mux_nids = stac925x_mux_nids;
5252 spec->num_muxes = 1;
Maxim Levitsky9e05b7a2007-09-03 15:31:02 +02005253 spec->num_adcs = 1;
Matthew Ranostaya64135a2008-01-10 16:55:06 +01005254 spec->num_pwrs = 0;
Tobin Davis2c11f952007-05-17 09:36:34 +02005255 switch (codec->vendor_id) {
5256 case 0x83847632: /* STAC9202 */
5257 case 0x83847633: /* STAC9202D */
5258 case 0x83847636: /* STAC9251 */
5259 case 0x83847637: /* STAC9251D */
Takashi Iwaif6e98522007-10-16 14:27:04 +02005260 spec->num_dmics = STAC925X_NUM_DMICS;
Tobin Davis2c11f952007-05-17 09:36:34 +02005261 spec->dmic_nids = stac925x_dmic_nids;
Takashi Iwai1697055e2007-12-18 18:05:52 +01005262 spec->num_dmuxes = ARRAY_SIZE(stac925x_dmux_nids);
5263 spec->dmux_nids = stac925x_dmux_nids;
Tobin Davis2c11f952007-05-17 09:36:34 +02005264 break;
5265 default:
5266 spec->num_dmics = 0;
5267 break;
5268 }
Tobin Davis8e21c342007-01-08 11:04:17 +01005269
5270 spec->init = stac925x_core_init;
5271 spec->mixer = stac925x_mixer;
Takashi Iwai6479c632009-07-28 18:20:25 +02005272 spec->num_caps = 1;
5273 spec->capvols = stac925x_capvols;
5274 spec->capsws = stac925x_capsws;
Tobin Davis8e21c342007-01-08 11:04:17 +01005275
5276 err = stac92xx_parse_auto_config(codec, 0x8, 0x7);
Takashi Iwai9e507ab2007-02-08 17:50:10 +01005277 if (!err) {
5278 if (spec->board_config < 0) {
5279 printk(KERN_WARNING "hda_codec: No auto-config is "
5280 "available, default to model=ref\n");
5281 spec->board_config = STAC_925x_REF;
5282 goto again;
5283 }
5284 err = -EINVAL;
5285 }
Tobin Davis8e21c342007-01-08 11:04:17 +01005286 if (err < 0) {
5287 stac92xx_free(codec);
5288 return err;
5289 }
5290
5291 codec->patch_ops = stac92xx_patch_ops;
5292
5293 return 0;
5294}
5295
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01005296static int patch_stac92hd73xx(struct hda_codec *codec)
5297{
5298 struct sigmatel_spec *spec;
5299 hda_nid_t conn[STAC92HD73_DAC_COUNT + 2];
5300 int err = 0;
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01005301 int num_dacs;
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01005302
5303 spec = kzalloc(sizeof(*spec), GFP_KERNEL);
5304 if (spec == NULL)
5305 return -ENOMEM;
5306
Takashi Iwaia252c812009-12-25 22:56:20 +01005307 codec->no_trigger_sense = 1;
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01005308 codec->spec = spec;
Daniel J Blueman1b0e3722010-08-03 11:09:13 +01005309 spec->linear_tone_beep = 0;
Matthew Ranostaye99d32b2008-09-09 10:46:38 +02005310 codec->slave_dig_outs = stac92hd73xx_slave_dig_outs;
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01005311 spec->num_pins = ARRAY_SIZE(stac92hd73xx_pin_nids);
5312 spec->pin_nids = stac92hd73xx_pin_nids;
5313 spec->board_config = snd_hda_check_board_config(codec,
5314 STAC_92HD73XX_MODELS,
5315 stac92hd73xx_models,
5316 stac92hd73xx_cfg_tbl);
Takashi Iwai842ae632009-09-02 07:43:08 +02005317 /* check codec subsystem id if not found */
5318 if (spec->board_config < 0)
5319 spec->board_config =
5320 snd_hda_check_board_codec_sid_config(codec,
5321 STAC_92HD73XX_MODELS, stac92hd73xx_models,
5322 stac92hd73xx_codec_id_cfg_tbl);
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01005323again:
Takashi Iwai330ee992009-02-20 14:33:36 +01005324 if (spec->board_config < 0)
Takashi Iwai9a11f1a2009-07-28 16:01:20 +02005325 snd_printdd(KERN_INFO "hda_codec: %s: BIOS auto-probing.\n",
5326 codec->chip_name);
Takashi Iwai330ee992009-02-20 14:33:36 +01005327 else
5328 stac92xx_set_config_regs(codec,
Takashi Iwaiaf9f341a2008-11-18 10:38:56 +01005329 stac92hd73xx_brd_tbl[spec->board_config]);
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01005330
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01005331 num_dacs = snd_hda_get_connections(codec, 0x0a,
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01005332 conn, STAC92HD73_DAC_COUNT + 2) - 1;
5333
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01005334 if (num_dacs < 3 || num_dacs > 5) {
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01005335 printk(KERN_WARNING "hda_codec: Could not determine "
5336 "number of channels defaulting to DAC count\n");
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01005337 num_dacs = STAC92HD73_DAC_COUNT;
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01005338 }
Takashi Iwaie2aec172009-09-02 01:00:05 +02005339 spec->init = stac92hd73xx_core_init;
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01005340 switch (num_dacs) {
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01005341 case 0x3: /* 6 Channel */
Takashi Iwaid78d7a92009-03-02 14:26:25 +01005342 spec->aloopback_ctl = stac92hd73xx_6ch_loopback;
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01005343 break;
5344 case 0x4: /* 8 Channel */
Takashi Iwaid78d7a92009-03-02 14:26:25 +01005345 spec->aloopback_ctl = stac92hd73xx_8ch_loopback;
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01005346 break;
5347 case 0x5: /* 10 Channel */
Takashi Iwaid78d7a92009-03-02 14:26:25 +01005348 spec->aloopback_ctl = stac92hd73xx_10ch_loopback;
5349 break;
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01005350 }
5351 spec->multiout.dac_nids = spec->dac_nids;
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01005352
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01005353 spec->aloopback_mask = 0x01;
5354 spec->aloopback_shift = 8;
5355
Matthew Ranostay1cd22242008-07-18 18:20:52 +02005356 spec->digbeep_nid = 0x1c;
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01005357 spec->mux_nids = stac92hd73xx_mux_nids;
5358 spec->adc_nids = stac92hd73xx_adc_nids;
5359 spec->dmic_nids = stac92hd73xx_dmic_nids;
5360 spec->dmux_nids = stac92hd73xx_dmux_nids;
Matthew Ranostayd9737752008-09-07 12:03:41 +02005361 spec->smux_nids = stac92hd73xx_smux_nids;
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01005362
5363 spec->num_muxes = ARRAY_SIZE(stac92hd73xx_mux_nids);
5364 spec->num_adcs = ARRAY_SIZE(stac92hd73xx_adc_nids);
Takashi Iwai1697055e2007-12-18 18:05:52 +01005365 spec->num_dmuxes = ARRAY_SIZE(stac92hd73xx_dmux_nids);
Matthew Ranostay2a9c7812008-09-13 16:45:39 -04005366
Takashi Iwai6479c632009-07-28 18:20:25 +02005367 spec->num_caps = STAC92HD73XX_NUM_CAPS;
5368 spec->capvols = stac92hd73xx_capvols;
5369 spec->capsws = stac92hd73xx_capsws;
5370
Matthew Ranostaya7662642008-02-21 07:51:14 +01005371 switch (spec->board_config) {
Matthew Ranostay6b3ab212008-11-03 08:12:43 -05005372 case STAC_DELL_EQ:
Matthew Ranostayd654a662008-03-14 08:46:51 +01005373 spec->init = dell_eq_core_init;
Matthew Ranostay6b3ab212008-11-03 08:12:43 -05005374 /* fallthru */
Takashi Iwai661cd8f2008-11-25 15:18:29 +01005375 case STAC_DELL_M6_AMIC:
5376 case STAC_DELL_M6_DMIC:
5377 case STAC_DELL_M6_BOTH:
Matthew Ranostay2a9c7812008-09-13 16:45:39 -04005378 spec->num_smuxes = 0;
Matthew Ranostayc0cea0d2008-11-16 11:42:34 -05005379 spec->eapd_switch = 0;
Matthew Ranostay6b3ab212008-11-03 08:12:43 -05005380
Takashi Iwai661cd8f2008-11-25 15:18:29 +01005381 switch (spec->board_config) {
5382 case STAC_DELL_M6_AMIC: /* Analog Mics */
Takashi Iwai330ee992009-02-20 14:33:36 +01005383 snd_hda_codec_set_pincfg(codec, 0x0b, 0x90A70170);
Matthew Ranostaya7662642008-02-21 07:51:14 +01005384 spec->num_dmics = 0;
5385 break;
Takashi Iwai661cd8f2008-11-25 15:18:29 +01005386 case STAC_DELL_M6_DMIC: /* Digital Mics */
Takashi Iwai330ee992009-02-20 14:33:36 +01005387 snd_hda_codec_set_pincfg(codec, 0x13, 0x90A60160);
Matthew Ranostaya7662642008-02-21 07:51:14 +01005388 spec->num_dmics = 1;
5389 break;
Takashi Iwai661cd8f2008-11-25 15:18:29 +01005390 case STAC_DELL_M6_BOTH: /* Both */
Takashi Iwai330ee992009-02-20 14:33:36 +01005391 snd_hda_codec_set_pincfg(codec, 0x0b, 0x90A70170);
5392 snd_hda_codec_set_pincfg(codec, 0x13, 0x90A60160);
Matthew Ranostaya7662642008-02-21 07:51:14 +01005393 spec->num_dmics = 1;
5394 break;
5395 }
5396 break;
Takashi Iwai842ae632009-09-02 07:43:08 +02005397 case STAC_ALIENWARE_M17X:
5398 spec->num_dmics = STAC92HD73XX_NUM_DMICS;
5399 spec->num_smuxes = ARRAY_SIZE(stac92hd73xx_smux_nids);
5400 spec->eapd_switch = 0;
5401 break;
Matthew Ranostaya7662642008-02-21 07:51:14 +01005402 default:
5403 spec->num_dmics = STAC92HD73XX_NUM_DMICS;
Matthew Ranostay2a9c7812008-09-13 16:45:39 -04005404 spec->num_smuxes = ARRAY_SIZE(stac92hd73xx_smux_nids);
Matthew Ranostayc0cea0d2008-11-16 11:42:34 -05005405 spec->eapd_switch = 1;
Takashi Iwai5207e102009-07-30 13:09:08 +02005406 break;
Matthew Ranostaya7662642008-02-21 07:51:14 +01005407 }
Takashi Iwaiaf6ee302009-09-14 15:03:12 +02005408 if (spec->board_config != STAC_92HD73XX_REF) {
Matthew Ranostayb2c4f4d2008-09-26 10:06:40 -04005409 /* GPIO0 High = Enable EAPD */
5410 spec->eapd_mask = spec->gpio_mask = spec->gpio_dir = 0x1;
5411 spec->gpio_data = 0x01;
5412 }
Matthew Ranostaya7662642008-02-21 07:51:14 +01005413
Matthew Ranostaya64135a2008-01-10 16:55:06 +01005414 spec->num_pwrs = ARRAY_SIZE(stac92hd73xx_pwr_nids);
5415 spec->pwr_nids = stac92hd73xx_pwr_nids;
5416
Matthew Ranostayd9737752008-09-07 12:03:41 +02005417 err = stac92xx_parse_auto_config(codec, 0x25, 0x27);
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01005418
5419 if (!err) {
5420 if (spec->board_config < 0) {
5421 printk(KERN_WARNING "hda_codec: No auto-config is "
5422 "available, default to model=ref\n");
5423 spec->board_config = STAC_92HD73XX_REF;
5424 goto again;
5425 }
5426 err = -EINVAL;
5427 }
5428
5429 if (err < 0) {
5430 stac92xx_free(codec);
5431 return err;
5432 }
5433
Takashi Iwai9e43f0d2008-12-17 14:51:01 +01005434 if (spec->board_config == STAC_92HD73XX_NO_JD)
5435 spec->hp_detect = 0;
5436
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01005437 codec->patch_ops = stac92xx_patch_ops;
5438
Takashi Iwai2d34e1b2008-11-28 14:35:16 +01005439 codec->proc_widget_hook = stac92hd7x_proc_hook;
5440
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01005441 return 0;
5442}
5443
Vitaliy Kulikovcbbf50b2011-01-14 17:21:13 -06005444static int hp_bnb2011_with_dock(struct hda_codec *codec)
Vitaliy Kulikov335e3b82010-10-22 18:38:31 -05005445{
5446 if (codec->vendor_id != 0x111d7605 &&
5447 codec->vendor_id != 0x111d76d1)
5448 return 0;
5449
5450 switch (codec->subsystem_id) {
5451 case 0x103c1618:
5452 case 0x103c1619:
5453 case 0x103c161a:
5454 case 0x103c161b:
5455 case 0x103c161c:
5456 case 0x103c161d:
5457 case 0x103c161e:
5458 case 0x103c161f:
Vitaliy Kulikov335e3b82010-10-22 18:38:31 -05005459
5460 case 0x103c162a:
5461 case 0x103c162b:
5462
5463 case 0x103c1630:
5464 case 0x103c1631:
5465
5466 case 0x103c1633:
Vitaliy Kulikovcbbf50b2011-01-14 17:21:13 -06005467 case 0x103c1634:
Vitaliy Kulikov335e3b82010-10-22 18:38:31 -05005468 case 0x103c1635:
5469
Vitaliy Kulikov335e3b82010-10-22 18:38:31 -05005470 case 0x103c3587:
5471 case 0x103c3588:
5472 case 0x103c3589:
5473 case 0x103c358a:
5474
5475 case 0x103c3667:
5476 case 0x103c3668:
Vitaliy Kulikovcbbf50b2011-01-14 17:21:13 -06005477 case 0x103c3669:
5478
5479 return 1;
Vitaliy Kulikov335e3b82010-10-22 18:38:31 -05005480 }
5481 return 0;
5482}
5483
Vitaliy Kulikov699d8992011-03-10 13:43:35 -06005484static void stac92hd8x_add_pin(struct hda_codec *codec, hda_nid_t nid)
5485{
5486 struct sigmatel_spec *spec = codec->spec;
5487 unsigned int def_conf = snd_hda_codec_get_pincfg(codec, nid);
5488 int i;
5489
5490 spec->auto_pin_nids[spec->auto_pin_cnt] = nid;
5491 spec->auto_pin_cnt++;
5492
5493 if (get_defcfg_device(def_conf) == AC_JACK_MIC_IN &&
5494 get_defcfg_connect(def_conf) != AC_JACK_PORT_NONE) {
5495 for (i = 0; i < ARRAY_SIZE(stac92hd83xxx_dmic_nids); i++) {
5496 if (nid == stac92hd83xxx_dmic_nids[i]) {
5497 spec->auto_dmic_nids[spec->auto_dmic_cnt] = nid;
5498 spec->auto_dmic_cnt++;
5499 }
5500 }
5501 }
5502}
5503
5504static void stac92hd8x_add_adc(struct hda_codec *codec, hda_nid_t nid)
5505{
5506 struct sigmatel_spec *spec = codec->spec;
5507
5508 spec->auto_adc_nids[spec->auto_adc_cnt] = nid;
5509 spec->auto_adc_cnt++;
5510}
5511
5512static void stac92hd8x_add_mux(struct hda_codec *codec, hda_nid_t nid)
5513{
5514 int i, j;
5515 struct sigmatel_spec *spec = codec->spec;
5516
5517 for (i = 0; i < spec->auto_adc_cnt; i++) {
5518 if (get_connection_index(codec,
5519 spec->auto_adc_nids[i], nid) >= 0) {
5520 /* mux and volume for adc_nids[i] */
5521 if (!spec->auto_mux_nids[i]) {
5522 spec->auto_mux_nids[i] = nid;
5523 /* 92hd codecs capture volume is in mux */
5524 spec->auto_capvols[i] = HDA_COMPOSE_AMP_VAL(nid,
5525 3, 0, HDA_OUTPUT);
5526 }
5527 for (j = 0; j < spec->auto_dmic_cnt; j++) {
5528 if (get_connection_index(codec, nid,
5529 spec->auto_dmic_nids[j]) >= 0) {
5530 /* dmux for adc_nids[i] */
5531 if (!spec->auto_dmux_nids[i])
5532 spec->auto_dmux_nids[i] = nid;
5533 break;
5534 }
5535 }
5536 break;
5537 }
5538 }
5539}
5540
5541static void stac92hd8x_fill_auto_spec(struct hda_codec *codec)
5542{
5543 hda_nid_t nid, end_nid;
5544 unsigned int wid_caps, wid_type;
5545 struct sigmatel_spec *spec = codec->spec;
5546
5547 end_nid = codec->start_nid + codec->num_nodes;
5548
5549 for (nid = codec->start_nid; nid < end_nid; nid++) {
5550 wid_caps = get_wcaps(codec, nid);
5551 wid_type = get_wcaps_type(wid_caps);
5552
5553 if (wid_type == AC_WID_PIN)
5554 stac92hd8x_add_pin(codec, nid);
5555
5556 if (wid_type == AC_WID_AUD_IN && !(wid_caps & AC_WCAP_DIGITAL))
5557 stac92hd8x_add_adc(codec, nid);
5558 }
5559
5560 for (nid = codec->start_nid; nid < end_nid; nid++) {
5561 wid_caps = get_wcaps(codec, nid);
5562 wid_type = get_wcaps_type(wid_caps);
5563
5564 if (wid_type == AC_WID_AUD_SEL)
5565 stac92hd8x_add_mux(codec, nid);
5566 }
5567
5568 spec->pin_nids = spec->auto_pin_nids;
5569 spec->num_pins = spec->auto_pin_cnt;
5570 spec->adc_nids = spec->auto_adc_nids;
5571 spec->num_adcs = spec->auto_adc_cnt;
5572 spec->capvols = spec->auto_capvols;
5573 spec->capsws = spec->auto_capvols;
5574 spec->num_caps = spec->auto_adc_cnt;
5575 spec->mux_nids = spec->auto_mux_nids;
5576 spec->num_muxes = spec->auto_adc_cnt;
5577 spec->dmux_nids = spec->auto_dmux_nids;
5578 spec->num_dmuxes = spec->auto_adc_cnt;
5579 spec->dmic_nids = spec->auto_dmic_nids;
5580 spec->num_dmics = spec->auto_dmic_cnt;
5581}
5582
Matthew Ranostayd0513fc2008-07-27 10:30:30 +02005583static int patch_stac92hd83xxx(struct hda_codec *codec)
5584{
5585 struct sigmatel_spec *spec;
Matthew Ranostay65557f32009-01-20 16:50:25 -05005586 hda_nid_t conn[STAC92HD83_DAC_COUNT + 1];
Matthew Ranostayd0513fc2008-07-27 10:30:30 +02005587 int err;
Matthew Ranostay65557f32009-01-20 16:50:25 -05005588 int num_dacs;
Matthew Ranostayd0513fc2008-07-27 10:30:30 +02005589
5590 spec = kzalloc(sizeof(*spec), GFP_KERNEL);
5591 if (spec == NULL)
5592 return -ENOMEM;
5593
Vitaliy Kulikovcbbf50b2011-01-14 17:21:13 -06005594 if (hp_bnb2011_with_dock(codec)) {
5595 snd_hda_codec_set_pincfg(codec, 0xa, 0x2101201f);
5596 snd_hda_codec_set_pincfg(codec, 0xf, 0x2181205e);
5597 }
5598
Charles1cc9e8f4c2010-10-18 16:22:00 +08005599 /* reset pin power-down; Windows may leave these bits after reboot */
5600 snd_hda_codec_write_cache(codec, codec->afg, 0, 0x7EC, 0);
5601 snd_hda_codec_write_cache(codec, codec->afg, 0, 0x7ED, 0);
Takashi Iwaia252c812009-12-25 22:56:20 +01005602 codec->no_trigger_sense = 1;
Matthew Ranostayd0513fc2008-07-27 10:30:30 +02005603 codec->spec = spec;
Vitaliy Kulikov699d8992011-03-10 13:43:35 -06005604
5605 stac92hd8x_fill_auto_spec(codec);
5606
Takashi Iwai1db7ccdb2010-12-03 15:19:14 +01005607 spec->linear_tone_beep = 0;
Matthew Ranostay0ffa9802008-09-08 11:20:05 -04005608 codec->slave_dig_outs = stac92hd83xxx_slave_dig_outs;
Matthew Ranostayd0513fc2008-07-27 10:30:30 +02005609 spec->digbeep_nid = 0x21;
Matthew Ranostayd0513fc2008-07-27 10:30:30 +02005610 spec->pwr_nids = stac92hd83xxx_pwr_nids;
5611 spec->pwr_mapping = stac92hd83xxx_pwr_mapping;
5612 spec->num_pwrs = ARRAY_SIZE(stac92hd83xxx_pwr_nids);
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01005613 spec->multiout.dac_nids = spec->dac_nids;
Matthew Ranostayd0513fc2008-07-27 10:30:30 +02005614 spec->init = stac92hd83xxx_core_init;
Takashi Iwai6479c632009-07-28 18:20:25 +02005615
Matthew Ranostayd0513fc2008-07-27 10:30:30 +02005616 spec->board_config = snd_hda_check_board_config(codec,
5617 STAC_92HD83XXX_MODELS,
5618 stac92hd83xxx_models,
5619 stac92hd83xxx_cfg_tbl);
5620again:
Takashi Iwai330ee992009-02-20 14:33:36 +01005621 if (spec->board_config < 0)
Takashi Iwai9a11f1a2009-07-28 16:01:20 +02005622 snd_printdd(KERN_INFO "hda_codec: %s: BIOS auto-probing.\n",
5623 codec->chip_name);
Takashi Iwai330ee992009-02-20 14:33:36 +01005624 else
5625 stac92xx_set_config_regs(codec,
Takashi Iwaiaf9f341a2008-11-18 10:38:56 +01005626 stac92hd83xxx_brd_tbl[spec->board_config]);
Matthew Ranostayd0513fc2008-07-27 10:30:30 +02005627
Matthew Ranostay32ed3f42009-01-22 20:53:29 -05005628 switch (codec->vendor_id) {
David Henningsson89feca12010-10-13 15:48:24 +02005629 case 0x111d76d1:
5630 case 0x111d76d9:
Vitaliy Kulikov4dfb8a42011-02-22 17:32:19 -06005631 case 0x111d76e5:
Charles Chin36706002010-01-29 12:05:51 +01005632 case 0x111d7666:
5633 case 0x111d7667:
5634 case 0x111d7668:
5635 case 0x111d7669:
Vitaliy Kulikov4dfb8a42011-02-22 17:32:19 -06005636 case 0x111d76e3:
Matthew Ranostay32ed3f42009-01-22 20:53:29 -05005637 case 0x111d7604:
Vitaliy Kulikova9694fa2010-02-04 08:58:23 +01005638 case 0x111d76d4:
Matthew Ranostay32ed3f42009-01-22 20:53:29 -05005639 case 0x111d7605:
Matthew Ranostayff2e7332009-04-01 14:49:48 -04005640 case 0x111d76d5:
Vitaliy Kulikovab5a6eb2010-09-08 09:00:17 +02005641 case 0x111d76e7:
Matthew Ranostay32ed3f42009-01-22 20:53:29 -05005642 if (spec->board_config == STAC_92HD83XXX_PWR_REF)
5643 break;
5644 spec->num_pwrs = 0;
5645 break;
5646 }
5647
Takashi Iwaib4e81872009-11-18 17:20:24 +01005648 codec->patch_ops = stac92xx_patch_ops;
5649
Takashi Iwaidce17d42010-02-09 09:25:26 +01005650 if (find_mute_led_gpio(codec, 0))
Vitaliy Kulikove108c7b2010-01-28 19:21:07 +01005651 snd_printd("mute LED gpio %d polarity %d\n",
5652 spec->gpio_led,
5653 spec->gpio_led_polarity);
5654
Takashi Iwaib4e81872009-11-18 17:20:24 +01005655#ifdef CONFIG_SND_HDA_POWER_SAVE
5656 if (spec->gpio_led) {
Vitaliy Kulikov45eebda2011-07-26 16:56:20 -05005657 if (spec->gpio_led <= 8) {
5658 spec->gpio_mask |= spec->gpio_led;
5659 spec->gpio_dir |= spec->gpio_led;
5660 spec->gpio_data |= spec->gpio_led;
5661 } else {
5662 codec->patch_ops.set_power_state =
5663 stac92xx_set_power_state;
5664 codec->patch_ops.post_suspend =
5665 stac92xx_post_suspend;
5666 }
5667 codec->patch_ops.pre_resume = stac92xx_pre_resume;
Takashi Iwaib4e81872009-11-18 17:20:24 +01005668 codec->patch_ops.check_power_status =
Vitaliy Kulikov7df1ce12011-07-25 17:52:57 -05005669 stac92xx_check_power_status;
Takashi Iwaib4e81872009-11-18 17:20:24 +01005670 }
5671#endif
5672
Matthew Ranostayd0513fc2008-07-27 10:30:30 +02005673 err = stac92xx_parse_auto_config(codec, 0x1d, 0);
5674 if (!err) {
5675 if (spec->board_config < 0) {
5676 printk(KERN_WARNING "hda_codec: No auto-config is "
5677 "available, default to model=ref\n");
5678 spec->board_config = STAC_92HD83XXX_REF;
5679 goto again;
5680 }
5681 err = -EINVAL;
5682 }
5683
5684 if (err < 0) {
5685 stac92xx_free(codec);
5686 return err;
5687 }
5688
Charles Chin04b5efe2010-02-04 10:28:02 +01005689 /* docking output support */
5690 num_dacs = snd_hda_get_connections(codec, 0xF,
Matthew Ranostay8bb0ac52009-02-12 16:50:01 -05005691 conn, STAC92HD83_DAC_COUNT + 1) - 1;
Charles Chin04b5efe2010-02-04 10:28:02 +01005692 /* skip non-DAC connections */
5693 while (num_dacs >= 0 &&
5694 (get_wcaps_type(get_wcaps(codec, conn[num_dacs]))
5695 != AC_WID_AUD_OUT))
5696 num_dacs--;
5697 /* set port E and F to select the last DAC */
5698 if (num_dacs >= 0) {
5699 snd_hda_codec_write_cache(codec, 0xE, 0,
Matthew Ranostay8bb0ac52009-02-12 16:50:01 -05005700 AC_VERB_SET_CONNECT_SEL, num_dacs);
Charles Chin04b5efe2010-02-04 10:28:02 +01005701 snd_hda_codec_write_cache(codec, 0xF, 0,
5702 AC_VERB_SET_CONNECT_SEL, num_dacs);
5703 }
Matthew Ranostay8bb0ac52009-02-12 16:50:01 -05005704
Takashi Iwai2d34e1b2008-11-28 14:35:16 +01005705 codec->proc_widget_hook = stac92hd_proc_hook;
5706
Matthew Ranostayd0513fc2008-07-27 10:30:30 +02005707 return 0;
5708}
5709
Herton Ronaldo Krzesinski6df703a2009-02-04 11:34:22 -05005710static int stac92hd71bxx_connected_smuxes(struct hda_codec *codec,
5711 hda_nid_t dig0pin)
5712{
5713 struct sigmatel_spec *spec = codec->spec;
5714 int idx;
5715
5716 for (idx = 0; idx < spec->num_pins; idx++)
5717 if (spec->pin_nids[idx] == dig0pin)
5718 break;
5719 if ((idx + 2) >= spec->num_pins)
5720 return 0;
5721
5722 /* dig1pin case */
Takashi Iwai330ee992009-02-20 14:33:36 +01005723 if (stac_get_defcfg_connect(codec, idx + 1) != AC_JACK_PORT_NONE)
Herton Ronaldo Krzesinski6df703a2009-02-04 11:34:22 -05005724 return 2;
5725
5726 /* dig0pin + dig2pin case */
Takashi Iwai330ee992009-02-20 14:33:36 +01005727 if (stac_get_defcfg_connect(codec, idx + 2) != AC_JACK_PORT_NONE)
Herton Ronaldo Krzesinski6df703a2009-02-04 11:34:22 -05005728 return 2;
Takashi Iwai330ee992009-02-20 14:33:36 +01005729 if (stac_get_defcfg_connect(codec, idx) != AC_JACK_PORT_NONE)
Herton Ronaldo Krzesinski6df703a2009-02-04 11:34:22 -05005730 return 1;
5731 else
5732 return 0;
5733}
5734
Takashi Iwai75d1aeb2009-12-22 11:56:32 +01005735/* HP dv7 bass switch - GPIO5 */
5736#define stac_hp_bass_gpio_info snd_ctl_boolean_mono_info
5737static int stac_hp_bass_gpio_get(struct snd_kcontrol *kcontrol,
5738 struct snd_ctl_elem_value *ucontrol)
5739{
5740 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
5741 struct sigmatel_spec *spec = codec->spec;
5742 ucontrol->value.integer.value[0] = !!(spec->gpio_data & 0x20);
5743 return 0;
5744}
5745
5746static int stac_hp_bass_gpio_put(struct snd_kcontrol *kcontrol,
5747 struct snd_ctl_elem_value *ucontrol)
5748{
5749 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
5750 struct sigmatel_spec *spec = codec->spec;
5751 unsigned int gpio_data;
5752
5753 gpio_data = (spec->gpio_data & ~0x20) |
5754 (ucontrol->value.integer.value[0] ? 0x20 : 0);
5755 if (gpio_data == spec->gpio_data)
5756 return 0;
5757 spec->gpio_data = gpio_data;
5758 stac_gpio_set(codec, spec->gpio_mask, spec->gpio_dir, spec->gpio_data);
5759 return 1;
5760}
5761
Takashi Iwai2b635362011-05-02 12:33:43 +02005762static const struct snd_kcontrol_new stac_hp_bass_sw_ctrl = {
Takashi Iwai75d1aeb2009-12-22 11:56:32 +01005763 .iface = SNDRV_CTL_ELEM_IFACE_MIXER,
5764 .info = stac_hp_bass_gpio_info,
5765 .get = stac_hp_bass_gpio_get,
5766 .put = stac_hp_bass_gpio_put,
5767};
5768
5769static int stac_add_hp_bass_switch(struct hda_codec *codec)
5770{
5771 struct sigmatel_spec *spec = codec->spec;
5772
5773 if (!stac_control_new(spec, &stac_hp_bass_sw_ctrl,
5774 "Bass Speaker Playback Switch", 0))
5775 return -ENOMEM;
5776
5777 spec->gpio_mask |= 0x20;
5778 spec->gpio_dir |= 0x20;
5779 spec->gpio_data |= 0x20;
5780 return 0;
5781}
5782
Matthew Ranostaye035b842007-11-06 11:53:55 +01005783static int patch_stac92hd71bxx(struct hda_codec *codec)
5784{
5785 struct sigmatel_spec *spec;
Takashi Iwai2b635362011-05-02 12:33:43 +02005786 const struct hda_verb *unmute_init = stac92hd71bxx_unmute_core_init;
Vitaliy Kulikov5bdaaad2009-11-04 07:57:45 +01005787 unsigned int pin_cfg;
Matthew Ranostaye035b842007-11-06 11:53:55 +01005788 int err = 0;
5789
5790 spec = kzalloc(sizeof(*spec), GFP_KERNEL);
5791 if (spec == NULL)
5792 return -ENOMEM;
5793
Takashi Iwaia252c812009-12-25 22:56:20 +01005794 codec->no_trigger_sense = 1;
Matthew Ranostaye035b842007-11-06 11:53:55 +01005795 codec->spec = spec;
Daniel J Blueman1b0e3722010-08-03 11:09:13 +01005796 spec->linear_tone_beep = 0;
Matthew Ranostay8daaaa92008-08-15 07:45:52 +02005797 codec->patch_ops = stac92xx_patch_ops;
Herton Ronaldo Krzesinski616f89e2009-02-04 11:23:19 -05005798 spec->num_pins = STAC92HD71BXX_NUM_PINS;
5799 switch (codec->vendor_id) {
5800 case 0x111d76b6:
5801 case 0x111d76b7:
5802 spec->pin_nids = stac92hd71bxx_pin_nids_4port;
5803 break;
5804 case 0x111d7603:
5805 case 0x111d7608:
5806 /* On 92HD75Bx 0x27 isn't a pin nid */
5807 spec->num_pins--;
5808 /* fallthrough */
5809 default:
5810 spec->pin_nids = stac92hd71bxx_pin_nids_6port;
5811 }
Matthew Ranostayaafc4412008-06-13 18:04:33 +02005812 spec->num_pwrs = ARRAY_SIZE(stac92hd71bxx_pwr_nids);
Matthew Ranostaye035b842007-11-06 11:53:55 +01005813 spec->board_config = snd_hda_check_board_config(codec,
5814 STAC_92HD71BXX_MODELS,
5815 stac92hd71bxx_models,
5816 stac92hd71bxx_cfg_tbl);
5817again:
Takashi Iwai330ee992009-02-20 14:33:36 +01005818 if (spec->board_config < 0)
Takashi Iwai9a11f1a2009-07-28 16:01:20 +02005819 snd_printdd(KERN_INFO "hda_codec: %s: BIOS auto-probing.\n",
5820 codec->chip_name);
Takashi Iwai330ee992009-02-20 14:33:36 +01005821 else
5822 stac92xx_set_config_regs(codec,
Takashi Iwaiaf9f341a2008-11-18 10:38:56 +01005823 stac92hd71bxx_brd_tbl[spec->board_config]);
Matthew Ranostaye035b842007-11-06 11:53:55 +01005824
Takashi Iwaifc64b262009-09-14 15:33:01 +02005825 if (spec->board_config != STAC_92HD71BXX_REF) {
Takashi Iwai41c3b642008-11-18 10:45:15 +01005826 /* GPIO0 = EAPD */
5827 spec->gpio_mask = 0x01;
5828 spec->gpio_dir = 0x01;
5829 spec->gpio_data = 0x01;
5830 }
5831
Herton Ronaldo Krzesinski6df703a2009-02-04 11:34:22 -05005832 spec->dmic_nids = stac92hd71bxx_dmic_nids;
5833 spec->dmux_nids = stac92hd71bxx_dmux_nids;
5834
Takashi Iwai6479c632009-07-28 18:20:25 +02005835 spec->num_caps = STAC92HD71BXX_NUM_CAPS;
5836 spec->capvols = stac92hd71bxx_capvols;
5837 spec->capsws = stac92hd71bxx_capsws;
5838
Matthew Ranostay541eee82007-12-14 12:08:04 +01005839 switch (codec->vendor_id) {
5840 case 0x111d76b6: /* 4 Port without Analog Mixer */
5841 case 0x111d76b7:
Herton Ronaldo Krzesinski23c7b522009-02-08 19:51:28 -02005842 unmute_init++;
5843 /* fallthru */
Matthew Ranostay541eee82007-12-14 12:08:04 +01005844 case 0x111d76b4: /* 6 Port without Analog Mixer */
5845 case 0x111d76b5:
Matthew Ranostay541eee82007-12-14 12:08:04 +01005846 spec->init = stac92hd71bxx_core_init;
Matthew Ranostay0ffa9802008-09-08 11:20:05 -04005847 codec->slave_dig_outs = stac92hd71bxx_slave_dig_outs;
Vitaliy Kulikovab5a6eb2010-09-08 09:00:17 +02005848 spec->num_dmics = stac92xx_connected_ports(codec,
Herton Ronaldo Krzesinski6df703a2009-02-04 11:34:22 -05005849 stac92hd71bxx_dmic_nids,
5850 STAC92HD71BXX_NUM_DMICS);
Matthew Ranostay541eee82007-12-14 12:08:04 +01005851 break;
Matthew Ranostayaafc4412008-06-13 18:04:33 +02005852 case 0x111d7608: /* 5 Port with Analog Mixer */
Takashi Iwai8e5f2622008-11-15 19:28:54 +01005853 switch (spec->board_config) {
5854 case STAC_HP_M4:
Matthew Ranostay72474be2008-10-09 09:32:17 -04005855 /* Enable VREF power saving on GPIO1 detect */
Takashi Iwaic6e4c662008-11-25 11:58:19 +01005856 err = stac_add_event(spec, codec->afg,
5857 STAC_VREF_EVENT, 0x02);
5858 if (err < 0)
5859 return err;
Takashi Iwaic5d08bb2008-11-18 10:55:36 +01005860 snd_hda_codec_write_cache(codec, codec->afg, 0,
Matthew Ranostay72474be2008-10-09 09:32:17 -04005861 AC_VERB_SET_GPIO_UNSOLICITED_RSP_MASK, 0x02);
5862 snd_hda_codec_write_cache(codec, codec->afg, 0,
Matthew Ranostay74aeaab2008-10-25 01:06:04 -04005863 AC_VERB_SET_UNSOLICITED_ENABLE,
Takashi Iwaic6e4c662008-11-25 11:58:19 +01005864 AC_USRSP_EN | err);
Matthew Ranostay72474be2008-10-09 09:32:17 -04005865 spec->gpio_mask |= 0x02;
5866 break;
5867 }
Matthew Ranostay8daaaa92008-08-15 07:45:52 +02005868 if ((codec->revision_id & 0xf) == 0 ||
Takashi Iwai8c2f7672008-12-01 11:54:35 +01005869 (codec->revision_id & 0xf) == 1)
Matthew Ranostay8daaaa92008-08-15 07:45:52 +02005870 spec->stream_delay = 40; /* 40 milliseconds */
Matthew Ranostay8daaaa92008-08-15 07:45:52 +02005871
Matthew Ranostayaafc4412008-06-13 18:04:33 +02005872 /* no output amps */
5873 spec->num_pwrs = 0;
Matthew Ranostayaafc4412008-06-13 18:04:33 +02005874 /* disable VSW */
Takashi Iwai26a27982009-07-29 16:28:09 +02005875 spec->init = stac92hd71bxx_core_init;
Matthew Ranostayca8d33f2009-01-26 09:33:52 -05005876 unmute_init++;
Takashi Iwai330ee992009-02-20 14:33:36 +01005877 snd_hda_codec_set_pincfg(codec, 0x0f, 0x40f000f0);
5878 snd_hda_codec_set_pincfg(codec, 0x19, 0x40f000f3);
Takashi Iwai2b635362011-05-02 12:33:43 +02005879 spec->dmic_nids = stac92hd71bxx_dmic_5port_nids;
Vitaliy Kulikovab5a6eb2010-09-08 09:00:17 +02005880 spec->num_dmics = stac92xx_connected_ports(codec,
Takashi Iwai2b635362011-05-02 12:33:43 +02005881 stac92hd71bxx_dmic_5port_nids,
Herton Ronaldo Krzesinski6df703a2009-02-04 11:34:22 -05005882 STAC92HD71BXX_NUM_DMICS - 1);
Matthew Ranostayaafc4412008-06-13 18:04:33 +02005883 break;
5884 case 0x111d7603: /* 6 Port with Analog Mixer */
Takashi Iwai8c2f7672008-12-01 11:54:35 +01005885 if ((codec->revision_id & 0xf) == 1)
Matthew Ranostay8daaaa92008-08-15 07:45:52 +02005886 spec->stream_delay = 40; /* 40 milliseconds */
Matthew Ranostay8daaaa92008-08-15 07:45:52 +02005887
Matthew Ranostayaafc4412008-06-13 18:04:33 +02005888 /* no output amps */
5889 spec->num_pwrs = 0;
5890 /* fallthru */
Matthew Ranostay541eee82007-12-14 12:08:04 +01005891 default:
Takashi Iwai26a27982009-07-29 16:28:09 +02005892 spec->init = stac92hd71bxx_core_init;
Matthew Ranostay0ffa9802008-09-08 11:20:05 -04005893 codec->slave_dig_outs = stac92hd71bxx_slave_dig_outs;
Vitaliy Kulikovab5a6eb2010-09-08 09:00:17 +02005894 spec->num_dmics = stac92xx_connected_ports(codec,
Herton Ronaldo Krzesinski6df703a2009-02-04 11:34:22 -05005895 stac92hd71bxx_dmic_nids,
5896 STAC92HD71BXX_NUM_DMICS);
Takashi Iwai5207e102009-07-30 13:09:08 +02005897 break;
Matthew Ranostay541eee82007-12-14 12:08:04 +01005898 }
5899
Matthew Ranostayca8d33f2009-01-26 09:33:52 -05005900 if (get_wcaps(codec, 0xa) & AC_WCAP_IN_AMP)
5901 snd_hda_sequence_write_cache(codec, unmute_init);
5902
Takashi Iwaid78d7a92009-03-02 14:26:25 +01005903 spec->aloopback_ctl = stac92hd71bxx_loopback;
Matthew Ranostay4b33c762008-10-10 09:07:23 -04005904 spec->aloopback_mask = 0x50;
Matthew Ranostay541eee82007-12-14 12:08:04 +01005905 spec->aloopback_shift = 0;
5906
Matthew Ranostay8daaaa92008-08-15 07:45:52 +02005907 spec->powerdown_adcs = 1;
Matthew Ranostay1cd22242008-07-18 18:20:52 +02005908 spec->digbeep_nid = 0x26;
Matthew Ranostaye035b842007-11-06 11:53:55 +01005909 spec->mux_nids = stac92hd71bxx_mux_nids;
5910 spec->adc_nids = stac92hd71bxx_adc_nids;
Matthew Ranostayd9737752008-09-07 12:03:41 +02005911 spec->smux_nids = stac92hd71bxx_smux_nids;
Matthew Ranostayaafc4412008-06-13 18:04:33 +02005912 spec->pwr_nids = stac92hd71bxx_pwr_nids;
Matthew Ranostaye035b842007-11-06 11:53:55 +01005913
5914 spec->num_muxes = ARRAY_SIZE(stac92hd71bxx_mux_nids);
5915 spec->num_adcs = ARRAY_SIZE(stac92hd71bxx_adc_nids);
Takashi Iwai5207e102009-07-30 13:09:08 +02005916 spec->num_dmuxes = ARRAY_SIZE(stac92hd71bxx_dmux_nids);
Herton Ronaldo Krzesinski6df703a2009-02-04 11:34:22 -05005917 spec->num_smuxes = stac92hd71bxx_connected_smuxes(codec, 0x1e);
Matthew Ranostaye035b842007-11-06 11:53:55 +01005918
Kunal Gangakhedkard38cce72010-01-15 21:01:47 +05305919 snd_printdd("Found board config: %d\n", spec->board_config);
5920
Matthew Ranostay6a14f582008-09-12 12:02:30 -04005921 switch (spec->board_config) {
5922 case STAC_HP_M4:
Matthew Ranostay6a14f582008-09-12 12:02:30 -04005923 /* enable internal microphone */
Takashi Iwai330ee992009-02-20 14:33:36 +01005924 snd_hda_codec_set_pincfg(codec, 0x0e, 0x01813040);
Matthew Ranostayb9aea7152008-10-09 08:37:28 -04005925 stac92xx_auto_set_pinctl(codec, 0x0e,
5926 AC_PINCTL_IN_EN | AC_PINCTL_VREF_80);
Matthew Ranostay3a7abfd2008-11-20 21:21:43 -05005927 /* fallthru */
5928 case STAC_DELL_M4_2:
5929 spec->num_dmics = 0;
5930 spec->num_smuxes = 0;
5931 spec->num_dmuxes = 0;
5932 break;
5933 case STAC_DELL_M4_1:
5934 case STAC_DELL_M4_3:
5935 spec->num_dmics = 1;
5936 spec->num_smuxes = 0;
Takashi Iwaiea18aa42009-02-27 17:36:33 +01005937 spec->num_dmuxes = 1;
Matthew Ranostay6a14f582008-09-12 12:02:30 -04005938 break;
James Gardiner514bf542009-05-03 04:00:44 -04005939 case STAC_HP_DV4_1222NR:
5940 spec->num_dmics = 1;
5941 /* I don't know if it needs 1 or 2 smuxes - will wait for
5942 * bug reports to fix if needed
5943 */
5944 spec->num_smuxes = 1;
5945 spec->num_dmuxes = 1;
James Gardiner514bf542009-05-03 04:00:44 -04005946 /* fallthrough */
Takashi Iwai2a6ce6e2010-05-12 10:16:20 +02005947 case STAC_HP_DV4:
5948 spec->gpio_led = 0x01;
5949 /* fallthrough */
Herton Ronaldo Krzesinskie2ea57a2009-02-16 10:23:00 +01005950 case STAC_HP_DV5:
Takashi Iwai330ee992009-02-20 14:33:36 +01005951 snd_hda_codec_set_pincfg(codec, 0x0d, 0x90170010);
Herton Ronaldo Krzesinskie2ea57a2009-02-16 10:23:00 +01005952 stac92xx_auto_set_pinctl(codec, 0x0d, AC_PINCTL_OUT_EN);
Takashi Iwai6e34c032009-09-14 15:42:18 +02005953 /* HP dv6 gives the headphone pin as a line-out. Thus we
5954 * need to set hp_detect flag here to force to enable HP
5955 * detection.
5956 */
5957 spec->hp_detect = 1;
Herton Ronaldo Krzesinskie2ea57a2009-02-16 10:23:00 +01005958 break;
Christoph Plattnerae6241f2009-03-08 23:19:05 +01005959 case STAC_HP_HDX:
5960 spec->num_dmics = 1;
5961 spec->num_dmuxes = 1;
5962 spec->num_smuxes = 1;
Takashi Iwai26ebe0a2010-05-11 08:36:29 +02005963 spec->gpio_led = 0x08;
Takashi Iwai86d190e2009-05-26 15:18:58 +02005964 break;
5965 }
Christoph Plattner443e26d2009-03-10 00:05:56 +01005966
Vitaliy Kulikovc357aab2009-12-11 07:51:54 +01005967 if (hp_blike_system(codec->subsystem_id)) {
Vitaliy Kulikov5bdaaad2009-11-04 07:57:45 +01005968 pin_cfg = snd_hda_codec_get_pincfg(codec, 0x0f);
5969 if (get_defcfg_device(pin_cfg) == AC_JACK_LINE_OUT ||
5970 get_defcfg_device(pin_cfg) == AC_JACK_SPEAKER ||
5971 get_defcfg_device(pin_cfg) == AC_JACK_HP_OUT) {
5972 /* It was changed in the BIOS to just satisfy MS DTM.
5973 * Lets turn it back into slaved HP
5974 */
5975 pin_cfg = (pin_cfg & (~AC_DEFCFG_DEVICE))
5976 | (AC_JACK_HP_OUT <<
5977 AC_DEFCFG_DEVICE_SHIFT);
5978 pin_cfg = (pin_cfg & (~(AC_DEFCFG_DEF_ASSOC
5979 | AC_DEFCFG_SEQUENCE)))
5980 | 0x1f;
5981 snd_hda_codec_set_pincfg(codec, 0x0f, pin_cfg);
5982 }
5983 }
5984
Takashi Iwaidce17d42010-02-09 09:25:26 +01005985 if (find_mute_led_gpio(codec, 1))
Vitaliy Kulikovc357aab2009-12-11 07:51:54 +01005986 snd_printd("mute LED gpio %d polarity %d\n",
5987 spec->gpio_led,
5988 spec->gpio_led_polarity);
Vitaliy Kulikov5bdaaad2009-11-04 07:57:45 +01005989
Takashi Iwai86d190e2009-05-26 15:18:58 +02005990#ifdef CONFIG_SND_HDA_POWER_SAVE
5991 if (spec->gpio_led) {
Vitaliy Kulikov45eebda2011-07-26 16:56:20 -05005992 if (spec->gpio_led <= 8) {
5993 spec->gpio_mask |= spec->gpio_led;
5994 spec->gpio_dir |= spec->gpio_led;
5995 spec->gpio_data |= spec->gpio_led;
5996 } else {
5997 codec->patch_ops.set_power_state =
5998 stac92xx_set_power_state;
5999 codec->patch_ops.post_suspend =
6000 stac92xx_post_suspend;
6001 }
6002 codec->patch_ops.pre_resume = stac92xx_pre_resume;
Takashi Iwai6fce61a2009-03-10 07:48:57 +01006003 codec->patch_ops.check_power_status =
Vitaliy Kulikov7df1ce12011-07-25 17:52:57 -05006004 stac92xx_check_power_status;
Takashi Iwai86d190e2009-05-26 15:18:58 +02006005 }
Christoph Plattner443e26d2009-03-10 00:05:56 +01006006#endif
Matthew Ranostay6a14f582008-09-12 12:02:30 -04006007
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01006008 spec->multiout.dac_nids = spec->dac_nids;
Matthew Ranostaye035b842007-11-06 11:53:55 +01006009
Herton Ronaldo Krzesinski29d4ab42009-02-04 11:37:27 -05006010 err = stac92xx_parse_auto_config(codec, 0x21, 0);
Matthew Ranostaye035b842007-11-06 11:53:55 +01006011 if (!err) {
6012 if (spec->board_config < 0) {
6013 printk(KERN_WARNING "hda_codec: No auto-config is "
6014 "available, default to model=ref\n");
6015 spec->board_config = STAC_92HD71BXX_REF;
6016 goto again;
6017 }
6018 err = -EINVAL;
6019 }
6020
6021 if (err < 0) {
6022 stac92xx_free(codec);
6023 return err;
6024 }
6025
Takashi Iwai75d1aeb2009-12-22 11:56:32 +01006026 /* enable bass on HP dv7 */
Takashi Iwai2a6ce6e2010-05-12 10:16:20 +02006027 if (spec->board_config == STAC_HP_DV4 ||
6028 spec->board_config == STAC_HP_DV5) {
Takashi Iwai75d1aeb2009-12-22 11:56:32 +01006029 unsigned int cap;
6030 cap = snd_hda_param_read(codec, 0x1, AC_PAR_GPIO_CAP);
6031 cap &= AC_GPIO_IO_COUNT;
6032 if (cap >= 6)
6033 stac_add_hp_bass_switch(codec);
6034 }
6035
Takashi Iwai2d34e1b2008-11-28 14:35:16 +01006036 codec->proc_widget_hook = stac92hd7x_proc_hook;
6037
Matthew Ranostaye035b842007-11-06 11:53:55 +01006038 return 0;
Takashi Iwai86d190e2009-05-26 15:18:58 +02006039}
Matthew Ranostaye035b842007-11-06 11:53:55 +01006040
Matt2f2f4252005-04-13 14:45:30 +02006041static int patch_stac922x(struct hda_codec *codec)
6042{
6043 struct sigmatel_spec *spec;
Mattc7d4b2f2005-06-27 14:59:41 +02006044 int err;
Matt2f2f4252005-04-13 14:45:30 +02006045
Takashi Iwaie560d8d2005-09-09 14:21:46 +02006046 spec = kzalloc(sizeof(*spec), GFP_KERNEL);
Matt2f2f4252005-04-13 14:45:30 +02006047 if (spec == NULL)
6048 return -ENOMEM;
6049
Takashi Iwaia252c812009-12-25 22:56:20 +01006050 codec->no_trigger_sense = 1;
Matt2f2f4252005-04-13 14:45:30 +02006051 codec->spec = spec;
Daniel J Blueman1b0e3722010-08-03 11:09:13 +01006052 spec->linear_tone_beep = 1;
Takashi Iwaia4eed132007-07-06 18:17:04 +02006053 spec->num_pins = ARRAY_SIZE(stac922x_pin_nids);
Richard Fish11b44bb2006-08-23 18:31:34 +02006054 spec->pin_nids = stac922x_pin_nids;
Takashi Iwaif5fcc132006-11-24 17:07:44 +01006055 spec->board_config = snd_hda_check_board_config(codec, STAC_922X_MODELS,
6056 stac922x_models,
6057 stac922x_cfg_tbl);
Nicolas Boichat536319a2008-07-21 22:18:01 +08006058 if (spec->board_config == STAC_INTEL_MAC_AUTO) {
Matthew Ranostay4fe5195c2008-01-29 15:28:44 +01006059 spec->gpio_mask = spec->gpio_dir = 0x03;
6060 spec->gpio_data = 0x03;
Takashi Iwai3fc24d82007-02-16 13:27:18 +01006061 /* Intel Macs have all same PCI SSID, so we need to check
6062 * codec SSID to distinguish the exact models
6063 */
Nicolas Boichat6f0778d2007-03-15 12:38:15 +01006064 printk(KERN_INFO "hda_codec: STAC922x, Apple subsys_id=%x\n", codec->subsystem_id);
Takashi Iwai3fc24d82007-02-16 13:27:18 +01006065 switch (codec->subsystem_id) {
Ivan N. Zlatev5d5d3bc2007-05-29 16:03:00 +02006066
6067 case 0x106b0800:
6068 spec->board_config = STAC_INTEL_MAC_V1;
Abhijit Bhopatkarc45e20e2007-04-17 11:57:16 +02006069 break;
Ivan N. Zlatev5d5d3bc2007-05-29 16:03:00 +02006070 case 0x106b0600:
6071 case 0x106b0700:
6072 spec->board_config = STAC_INTEL_MAC_V2;
Nicolas Boichat6f0778d2007-03-15 12:38:15 +01006073 break;
Ivan N. Zlatev5d5d3bc2007-05-29 16:03:00 +02006074 case 0x106b0e00:
6075 case 0x106b0f00:
6076 case 0x106b1600:
6077 case 0x106b1700:
6078 case 0x106b0200:
6079 case 0x106b1e00:
6080 spec->board_config = STAC_INTEL_MAC_V3;
Takashi Iwai3fc24d82007-02-16 13:27:18 +01006081 break;
Ivan N. Zlatev5d5d3bc2007-05-29 16:03:00 +02006082 case 0x106b1a00:
6083 case 0x00000100:
6084 spec->board_config = STAC_INTEL_MAC_V4;
Sylvain FORETf16928f2007-04-27 14:22:36 +02006085 break;
Ivan N. Zlatev5d5d3bc2007-05-29 16:03:00 +02006086 case 0x106b0a00:
6087 case 0x106b2200:
6088 spec->board_config = STAC_INTEL_MAC_V5;
Takashi Iwai0dae0f82007-05-21 12:41:29 +02006089 break;
Nicolas Boichat536319a2008-07-21 22:18:01 +08006090 default:
6091 spec->board_config = STAC_INTEL_MAC_V3;
6092 break;
Takashi Iwai3fc24d82007-02-16 13:27:18 +01006093 }
6094 }
6095
Takashi Iwai9e507ab2007-02-08 17:50:10 +01006096 again:
Takashi Iwai330ee992009-02-20 14:33:36 +01006097 if (spec->board_config < 0)
Takashi Iwai9a11f1a2009-07-28 16:01:20 +02006098 snd_printdd(KERN_INFO "hda_codec: %s: BIOS auto-probing.\n",
6099 codec->chip_name);
Takashi Iwai330ee992009-02-20 14:33:36 +01006100 else
6101 stac92xx_set_config_regs(codec,
Takashi Iwaiaf9f341a2008-11-18 10:38:56 +01006102 stac922x_brd_tbl[spec->board_config]);
Matt2f2f4252005-04-13 14:45:30 +02006103
Matt2f2f4252005-04-13 14:45:30 +02006104 spec->adc_nids = stac922x_adc_nids;
6105 spec->mux_nids = stac922x_mux_nids;
Takashi Iwai25494132007-03-12 12:36:16 +01006106 spec->num_muxes = ARRAY_SIZE(stac922x_mux_nids);
Maxim Levitsky9e05b7a2007-09-03 15:31:02 +02006107 spec->num_adcs = ARRAY_SIZE(stac922x_adc_nids);
Matt Porter8b657272006-10-26 17:12:59 +02006108 spec->num_dmics = 0;
Matthew Ranostaya64135a2008-01-10 16:55:06 +01006109 spec->num_pwrs = 0;
Mattc7d4b2f2005-06-27 14:59:41 +02006110
6111 spec->init = stac922x_core_init;
Takashi Iwai6479c632009-07-28 18:20:25 +02006112
6113 spec->num_caps = STAC922X_NUM_CAPS;
6114 spec->capvols = stac922x_capvols;
6115 spec->capsws = stac922x_capsws;
Mattc7d4b2f2005-06-27 14:59:41 +02006116
6117 spec->multiout.dac_nids = spec->dac_nids;
Takashi Iwai19039bd2006-06-28 15:52:16 +02006118
Matt Porter3cc08dc2006-01-23 15:27:49 +01006119 err = stac92xx_parse_auto_config(codec, 0x08, 0x09);
Takashi Iwai9e507ab2007-02-08 17:50:10 +01006120 if (!err) {
6121 if (spec->board_config < 0) {
6122 printk(KERN_WARNING "hda_codec: No auto-config is "
6123 "available, default to model=ref\n");
6124 spec->board_config = STAC_D945_REF;
6125 goto again;
6126 }
6127 err = -EINVAL;
6128 }
Matt Porter3cc08dc2006-01-23 15:27:49 +01006129 if (err < 0) {
6130 stac92xx_free(codec);
6131 return err;
6132 }
6133
6134 codec->patch_ops = stac92xx_patch_ops;
6135
Takashi Iwai807a46362007-05-29 19:01:37 +02006136 /* Fix Mux capture level; max to 2 */
6137 snd_hda_override_amp_caps(codec, 0x12, HDA_OUTPUT,
6138 (0 << AC_AMPCAP_OFFSET_SHIFT) |
6139 (2 << AC_AMPCAP_NUM_STEPS_SHIFT) |
6140 (0x27 << AC_AMPCAP_STEP_SIZE_SHIFT) |
6141 (0 << AC_AMPCAP_MUTE_SHIFT));
6142
Matt Porter3cc08dc2006-01-23 15:27:49 +01006143 return 0;
6144}
6145
6146static int patch_stac927x(struct hda_codec *codec)
6147{
6148 struct sigmatel_spec *spec;
6149 int err;
6150
6151 spec = kzalloc(sizeof(*spec), GFP_KERNEL);
6152 if (spec == NULL)
6153 return -ENOMEM;
6154
Takashi Iwaia252c812009-12-25 22:56:20 +01006155 codec->no_trigger_sense = 1;
Matt Porter3cc08dc2006-01-23 15:27:49 +01006156 codec->spec = spec;
Daniel J Blueman1b0e3722010-08-03 11:09:13 +01006157 spec->linear_tone_beep = 1;
Matthew Ranostay45c1d852009-02-04 17:49:41 -05006158 codec->slave_dig_outs = stac927x_slave_dig_outs;
Takashi Iwaia4eed132007-07-06 18:17:04 +02006159 spec->num_pins = ARRAY_SIZE(stac927x_pin_nids);
Richard Fish11b44bb2006-08-23 18:31:34 +02006160 spec->pin_nids = stac927x_pin_nids;
Takashi Iwaif5fcc132006-11-24 17:07:44 +01006161 spec->board_config = snd_hda_check_board_config(codec, STAC_927X_MODELS,
6162 stac927x_models,
6163 stac927x_cfg_tbl);
Takashi Iwai9e507ab2007-02-08 17:50:10 +01006164 again:
Takashi Iwai330ee992009-02-20 14:33:36 +01006165 if (spec->board_config < 0)
Takashi Iwai9a11f1a2009-07-28 16:01:20 +02006166 snd_printdd(KERN_INFO "hda_codec: %s: BIOS auto-probing.\n",
6167 codec->chip_name);
Takashi Iwai330ee992009-02-20 14:33:36 +01006168 else
6169 stac92xx_set_config_regs(codec,
Takashi Iwaiaf9f341a2008-11-18 10:38:56 +01006170 stac927x_brd_tbl[spec->board_config]);
Matt Porter3cc08dc2006-01-23 15:27:49 +01006171
Matthew Ranostay1cd22242008-07-18 18:20:52 +02006172 spec->digbeep_nid = 0x23;
Matthew Ranostay8e9068b2007-12-17 11:58:13 +01006173 spec->adc_nids = stac927x_adc_nids;
6174 spec->num_adcs = ARRAY_SIZE(stac927x_adc_nids);
6175 spec->mux_nids = stac927x_mux_nids;
6176 spec->num_muxes = ARRAY_SIZE(stac927x_mux_nids);
Matthew Ranostayd9737752008-09-07 12:03:41 +02006177 spec->smux_nids = stac927x_smux_nids;
6178 spec->num_smuxes = ARRAY_SIZE(stac927x_smux_nids);
Matthew Ranostay65973632008-09-16 10:39:37 -04006179 spec->spdif_labels = stac927x_spdif_labels;
Matthew Ranostayb76c8502008-02-06 14:49:44 +01006180 spec->dac_list = stac927x_dac_nids;
Matthew Ranostay8e9068b2007-12-17 11:58:13 +01006181 spec->multiout.dac_nids = spec->dac_nids;
6182
Takashi Iwaiaf6ee302009-09-14 15:03:12 +02006183 if (spec->board_config != STAC_D965_REF) {
6184 /* GPIO0 High = Enable EAPD */
6185 spec->eapd_mask = spec->gpio_mask = 0x01;
6186 spec->gpio_dir = spec->gpio_data = 0x01;
6187 }
6188
Tobin Davis81d3dbd2006-08-22 19:44:45 +02006189 switch (spec->board_config) {
Tobin Davis93ed1502006-09-01 21:03:12 +02006190 case STAC_D965_3ST:
Matthew Ranostay8e9068b2007-12-17 11:58:13 +01006191 case STAC_D965_5ST:
6192 /* GPIO0 High = Enable EAPD */
Matthew Ranostay8e9068b2007-12-17 11:58:13 +01006193 spec->num_dmics = 0;
Tobin Davis93ed1502006-09-01 21:03:12 +02006194 spec->init = d965_core_init;
Tobin Davis81d3dbd2006-08-22 19:44:45 +02006195 break;
Matthew Ranostay8e9068b2007-12-17 11:58:13 +01006196 case STAC_DELL_BIOS:
Matthew Ranostay780c8be2008-04-14 13:32:27 +02006197 switch (codec->subsystem_id) {
6198 case 0x10280209:
6199 case 0x1028022e:
6200 /* correct the device field to SPDIF out */
Takashi Iwai330ee992009-02-20 14:33:36 +01006201 snd_hda_codec_set_pincfg(codec, 0x21, 0x01442070);
Matthew Ranostay780c8be2008-04-14 13:32:27 +02006202 break;
Takashi Iwai86d190e2009-05-26 15:18:58 +02006203 }
Matthew Ranostay03d7ca12008-02-21 07:51:46 +01006204 /* configure the analog microphone on some laptops */
Takashi Iwai330ee992009-02-20 14:33:36 +01006205 snd_hda_codec_set_pincfg(codec, 0x0c, 0x90a79130);
Matthew Ranostay2f32d902008-01-10 13:06:26 +01006206 /* correct the front output jack as a hp out */
Takashi Iwai330ee992009-02-20 14:33:36 +01006207 snd_hda_codec_set_pincfg(codec, 0x0f, 0x0227011f);
Matthew Ranostayc481fca2008-01-07 12:18:28 +01006208 /* correct the front input jack as a mic */
Takashi Iwai330ee992009-02-20 14:33:36 +01006209 snd_hda_codec_set_pincfg(codec, 0x0e, 0x02a79130);
Matthew Ranostayc481fca2008-01-07 12:18:28 +01006210 /* fallthru */
Matthew Ranostay8e9068b2007-12-17 11:58:13 +01006211 case STAC_DELL_3ST:
Takashi Iwaiaf6ee302009-09-14 15:03:12 +02006212 if (codec->subsystem_id != 0x1028022f) {
6213 /* GPIO2 High = Enable EAPD */
6214 spec->eapd_mask = spec->gpio_mask = 0x04;
6215 spec->gpio_dir = spec->gpio_data = 0x04;
6216 }
Matthew Ranostay8e9068b2007-12-17 11:58:13 +01006217 spec->dmic_nids = stac927x_dmic_nids;
6218 spec->num_dmics = STAC927X_NUM_DMICS;
6219
Takashi Iwaiccca7cd2009-10-13 15:32:21 +02006220 spec->init = dell_3st_core_init;
Matthew Ranostay8e9068b2007-12-17 11:58:13 +01006221 spec->dmux_nids = stac927x_dmux_nids;
Takashi Iwai1697055e2007-12-18 18:05:52 +01006222 spec->num_dmuxes = ARRAY_SIZE(stac927x_dmux_nids);
Tobin Davis81d3dbd2006-08-22 19:44:45 +02006223 break;
Takashi Iwai54930532009-10-11 17:38:29 +02006224 case STAC_927X_VOLKNOB:
6225 spec->num_dmics = 0;
6226 spec->init = stac927x_volknob_core_init;
6227 break;
Tobin Davis81d3dbd2006-08-22 19:44:45 +02006228 default:
Matthew Ranostay8e9068b2007-12-17 11:58:13 +01006229 spec->num_dmics = 0;
Tobin Davis81d3dbd2006-08-22 19:44:45 +02006230 spec->init = stac927x_core_init;
Takashi Iwaiaf6ee302009-09-14 15:03:12 +02006231 break;
Tobin Davis81d3dbd2006-08-22 19:44:45 +02006232 }
Matt Porter3cc08dc2006-01-23 15:27:49 +01006233
Takashi Iwai6479c632009-07-28 18:20:25 +02006234 spec->num_caps = STAC927X_NUM_CAPS;
6235 spec->capvols = stac927x_capvols;
6236 spec->capsws = stac927x_capsws;
6237
Matthew Ranostaya64135a2008-01-10 16:55:06 +01006238 spec->num_pwrs = 0;
Takashi Iwaid78d7a92009-03-02 14:26:25 +01006239 spec->aloopback_ctl = stac927x_loopback;
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01006240 spec->aloopback_mask = 0x40;
6241 spec->aloopback_shift = 0;
Matthew Ranostayc0cea0d2008-11-16 11:42:34 -05006242 spec->eapd_switch = 1;
Matthew Ranostay8e9068b2007-12-17 11:58:13 +01006243
Matt Porter3cc08dc2006-01-23 15:27:49 +01006244 err = stac92xx_parse_auto_config(codec, 0x1e, 0x20);
Takashi Iwai9e507ab2007-02-08 17:50:10 +01006245 if (!err) {
6246 if (spec->board_config < 0) {
6247 printk(KERN_WARNING "hda_codec: No auto-config is "
6248 "available, default to model=ref\n");
6249 spec->board_config = STAC_D965_REF;
6250 goto again;
6251 }
6252 err = -EINVAL;
6253 }
Mattc7d4b2f2005-06-27 14:59:41 +02006254 if (err < 0) {
6255 stac92xx_free(codec);
6256 return err;
6257 }
Matt2f2f4252005-04-13 14:45:30 +02006258
6259 codec->patch_ops = stac92xx_patch_ops;
6260
Takashi Iwai2d34e1b2008-11-28 14:35:16 +01006261 codec->proc_widget_hook = stac927x_proc_hook;
6262
Takashi Iwai52987652008-01-16 16:09:47 +01006263 /*
6264 * !!FIXME!!
6265 * The STAC927x seem to require fairly long delays for certain
6266 * command sequences. With too short delays (even if the answer
6267 * is set to RIRB properly), it results in the silence output
6268 * on some hardwares like Dell.
6269 *
6270 * The below flag enables the longer delay (see get_response
6271 * in hda_intel.c).
6272 */
6273 codec->bus->needs_damn_long_delay = 1;
6274
Takashi Iwaie28d8322008-12-17 13:48:29 +01006275 /* no jack detecion for ref-no-jd model */
6276 if (spec->board_config == STAC_D965_REF_NO_JD)
6277 spec->hp_detect = 0;
6278
Matt2f2f4252005-04-13 14:45:30 +02006279 return 0;
6280}
6281
Matt Porterf3302a52006-07-31 12:49:34 +02006282static int patch_stac9205(struct hda_codec *codec)
6283{
6284 struct sigmatel_spec *spec;
Takashi Iwai82599802007-07-31 15:56:24 +02006285 int err;
Matt Porterf3302a52006-07-31 12:49:34 +02006286
6287 spec = kzalloc(sizeof(*spec), GFP_KERNEL);
6288 if (spec == NULL)
6289 return -ENOMEM;
6290
Takashi Iwaia252c812009-12-25 22:56:20 +01006291 codec->no_trigger_sense = 1;
Matt Porterf3302a52006-07-31 12:49:34 +02006292 codec->spec = spec;
Daniel J Blueman1b0e3722010-08-03 11:09:13 +01006293 spec->linear_tone_beep = 1;
Takashi Iwaia4eed132007-07-06 18:17:04 +02006294 spec->num_pins = ARRAY_SIZE(stac9205_pin_nids);
Richard Fish11b44bb2006-08-23 18:31:34 +02006295 spec->pin_nids = stac9205_pin_nids;
Takashi Iwaif5fcc132006-11-24 17:07:44 +01006296 spec->board_config = snd_hda_check_board_config(codec, STAC_9205_MODELS,
6297 stac9205_models,
6298 stac9205_cfg_tbl);
Takashi Iwai9e507ab2007-02-08 17:50:10 +01006299 again:
Takashi Iwai330ee992009-02-20 14:33:36 +01006300 if (spec->board_config < 0)
Takashi Iwai9a11f1a2009-07-28 16:01:20 +02006301 snd_printdd(KERN_INFO "hda_codec: %s: BIOS auto-probing.\n",
6302 codec->chip_name);
Takashi Iwai330ee992009-02-20 14:33:36 +01006303 else
6304 stac92xx_set_config_regs(codec,
Takashi Iwaiaf9f341a2008-11-18 10:38:56 +01006305 stac9205_brd_tbl[spec->board_config]);
Matt Porterf3302a52006-07-31 12:49:34 +02006306
Matthew Ranostay1cd22242008-07-18 18:20:52 +02006307 spec->digbeep_nid = 0x23;
Matt Porterf3302a52006-07-31 12:49:34 +02006308 spec->adc_nids = stac9205_adc_nids;
Maxim Levitsky9e05b7a2007-09-03 15:31:02 +02006309 spec->num_adcs = ARRAY_SIZE(stac9205_adc_nids);
Matt Porterf3302a52006-07-31 12:49:34 +02006310 spec->mux_nids = stac9205_mux_nids;
Takashi Iwai25494132007-03-12 12:36:16 +01006311 spec->num_muxes = ARRAY_SIZE(stac9205_mux_nids);
Matthew Ranostayd9737752008-09-07 12:03:41 +02006312 spec->smux_nids = stac9205_smux_nids;
6313 spec->num_smuxes = ARRAY_SIZE(stac9205_smux_nids);
Matt Porter8b657272006-10-26 17:12:59 +02006314 spec->dmic_nids = stac9205_dmic_nids;
Takashi Iwaif6e98522007-10-16 14:27:04 +02006315 spec->num_dmics = STAC9205_NUM_DMICS;
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01006316 spec->dmux_nids = stac9205_dmux_nids;
Takashi Iwai1697055e2007-12-18 18:05:52 +01006317 spec->num_dmuxes = ARRAY_SIZE(stac9205_dmux_nids);
Matthew Ranostaya64135a2008-01-10 16:55:06 +01006318 spec->num_pwrs = 0;
Matt Porterf3302a52006-07-31 12:49:34 +02006319
6320 spec->init = stac9205_core_init;
Takashi Iwaid78d7a92009-03-02 14:26:25 +01006321 spec->aloopback_ctl = stac9205_loopback;
Matt Porterf3302a52006-07-31 12:49:34 +02006322
Takashi Iwai6479c632009-07-28 18:20:25 +02006323 spec->num_caps = STAC9205_NUM_CAPS;
6324 spec->capvols = stac9205_capvols;
6325 spec->capsws = stac9205_capsws;
6326
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01006327 spec->aloopback_mask = 0x40;
6328 spec->aloopback_shift = 0;
Takashi Iwaid9a42682009-01-22 17:40:18 +01006329 /* Turn on/off EAPD per HP plugging */
6330 if (spec->board_config != STAC_9205_EAPD)
6331 spec->eapd_switch = 1;
Matt Porterf3302a52006-07-31 12:49:34 +02006332 spec->multiout.dac_nids = spec->dac_nids;
Matthew Ranostay87d48362007-07-17 11:52:24 +02006333
Tobin Davisae0a8ed2007-08-13 15:50:29 +02006334 switch (spec->board_config){
Tobin Davisae0a8ed2007-08-13 15:50:29 +02006335 case STAC_9205_DELL_M43:
Matthew Ranostay87d48362007-07-17 11:52:24 +02006336 /* Enable SPDIF in/out */
Takashi Iwai330ee992009-02-20 14:33:36 +01006337 snd_hda_codec_set_pincfg(codec, 0x1f, 0x01441030);
6338 snd_hda_codec_set_pincfg(codec, 0x20, 0x1c410030);
Matt Porter33382402006-12-18 13:17:28 +01006339
Matthew Ranostay4fe5195c2008-01-29 15:28:44 +01006340 /* Enable unsol response for GPIO4/Dock HP connection */
Takashi Iwaic6e4c662008-11-25 11:58:19 +01006341 err = stac_add_event(spec, codec->afg, STAC_VREF_EVENT, 0x01);
6342 if (err < 0)
6343 return err;
Takashi Iwaic5d08bb2008-11-18 10:55:36 +01006344 snd_hda_codec_write_cache(codec, codec->afg, 0,
Matthew Ranostay4fe5195c2008-01-29 15:28:44 +01006345 AC_VERB_SET_GPIO_UNSOLICITED_RSP_MASK, 0x10);
6346 snd_hda_codec_write_cache(codec, codec->afg, 0,
Takashi Iwaic6e4c662008-11-25 11:58:19 +01006347 AC_VERB_SET_UNSOLICITED_ENABLE,
6348 AC_USRSP_EN | err);
Matthew Ranostay4fe5195c2008-01-29 15:28:44 +01006349
6350 spec->gpio_dir = 0x0b;
Matthew Ranostay0fc9dec2008-04-14 13:32:54 +02006351 spec->eapd_mask = 0x01;
Matthew Ranostay4fe5195c2008-01-29 15:28:44 +01006352 spec->gpio_mask = 0x1b;
6353 spec->gpio_mute = 0x10;
Matthew Ranostaye2e7d622008-01-24 15:32:15 +01006354 /* GPIO0 High = EAPD, GPIO1 Low = Headphone Mute,
Matthew Ranostay4fe5195c2008-01-29 15:28:44 +01006355 * GPIO3 Low = DRM
Matthew Ranostay87d48362007-07-17 11:52:24 +02006356 */
Matthew Ranostay4fe5195c2008-01-29 15:28:44 +01006357 spec->gpio_data = 0x01;
Tobin Davisae0a8ed2007-08-13 15:50:29 +02006358 break;
Matthew Ranostayb2c4f4d2008-09-26 10:06:40 -04006359 case STAC_9205_REF:
6360 /* SPDIF-In enabled */
6361 break;
Tobin Davisae0a8ed2007-08-13 15:50:29 +02006362 default:
6363 /* GPIO0 High = EAPD */
Matthew Ranostay0fc9dec2008-04-14 13:32:54 +02006364 spec->eapd_mask = spec->gpio_mask = spec->gpio_dir = 0x1;
Matthew Ranostay4fe5195c2008-01-29 15:28:44 +01006365 spec->gpio_data = 0x01;
Tobin Davisae0a8ed2007-08-13 15:50:29 +02006366 break;
6367 }
Matthew Ranostay87d48362007-07-17 11:52:24 +02006368
Matt Porterf3302a52006-07-31 12:49:34 +02006369 err = stac92xx_parse_auto_config(codec, 0x1f, 0x20);
Takashi Iwai9e507ab2007-02-08 17:50:10 +01006370 if (!err) {
6371 if (spec->board_config < 0) {
6372 printk(KERN_WARNING "hda_codec: No auto-config is "
6373 "available, default to model=ref\n");
6374 spec->board_config = STAC_9205_REF;
6375 goto again;
6376 }
6377 err = -EINVAL;
6378 }
Matt Porterf3302a52006-07-31 12:49:34 +02006379 if (err < 0) {
6380 stac92xx_free(codec);
6381 return err;
6382 }
6383
6384 codec->patch_ops = stac92xx_patch_ops;
6385
Takashi Iwai2d34e1b2008-11-28 14:35:16 +01006386 codec->proc_widget_hook = stac9205_proc_hook;
6387
Matt Porterf3302a52006-07-31 12:49:34 +02006388 return 0;
6389}
6390
Matt2f2f4252005-04-13 14:45:30 +02006391/*
Guillaume Munch6d859062006-08-22 17:15:47 +02006392 * STAC9872 hack
Takashi Iwaidb064e52006-03-16 16:04:58 +01006393 */
6394
Takashi Iwai2b635362011-05-02 12:33:43 +02006395static const struct hda_verb stac9872_core_init[] = {
Takashi Iwai1624cb92007-07-05 13:10:51 +02006396 {0x15, AC_VERB_SET_CONNECT_SEL, 0x1}, /* mic-sel: 0a,0d,14,02 */
Takashi Iwaidb064e52006-03-16 16:04:58 +01006397 {0x15, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE}, /* Mic-in -> 0x9 */
6398 {}
6399};
6400
Takashi Iwai2b635362011-05-02 12:33:43 +02006401static const hda_nid_t stac9872_pin_nids[] = {
Takashi Iwaicaa10b62009-01-20 17:19:01 +01006402 0x0a, 0x0b, 0x0c, 0x0d, 0x0e, 0x0f,
6403 0x11, 0x13, 0x14,
6404};
6405
Takashi Iwai2b635362011-05-02 12:33:43 +02006406static const hda_nid_t stac9872_adc_nids[] = {
Takashi Iwaicaa10b62009-01-20 17:19:01 +01006407 0x8 /*,0x6*/
6408};
6409
Takashi Iwai2b635362011-05-02 12:33:43 +02006410static const hda_nid_t stac9872_mux_nids[] = {
Takashi Iwaicaa10b62009-01-20 17:19:01 +01006411 0x15
6412};
6413
Takashi Iwai2b635362011-05-02 12:33:43 +02006414static const unsigned long stac9872_capvols[] = {
Takashi Iwai6479c632009-07-28 18:20:25 +02006415 HDA_COMPOSE_AMP_VAL(0x09, 3, 0, HDA_INPUT),
6416};
6417#define stac9872_capsws stac9872_capvols
6418
Takashi Iwai2b635362011-05-02 12:33:43 +02006419static const unsigned int stac9872_vaio_pin_configs[9] = {
Takashi Iwai307282c2009-03-12 18:17:58 +01006420 0x03211020, 0x411111f0, 0x411111f0, 0x03a15030,
6421 0x411111f0, 0x90170110, 0x411111f0, 0x411111f0,
6422 0x90a7013e
6423};
6424
Takashi Iwaiea734962011-01-17 11:29:34 +01006425static const char * const stac9872_models[STAC_9872_MODELS] = {
Takashi Iwai307282c2009-03-12 18:17:58 +01006426 [STAC_9872_AUTO] = "auto",
6427 [STAC_9872_VAIO] = "vaio",
6428};
6429
Takashi Iwai2b635362011-05-02 12:33:43 +02006430static const unsigned int *stac9872_brd_tbl[STAC_9872_MODELS] = {
Takashi Iwai307282c2009-03-12 18:17:58 +01006431 [STAC_9872_VAIO] = stac9872_vaio_pin_configs,
6432};
6433
Takashi Iwai2b635362011-05-02 12:33:43 +02006434static const struct snd_pci_quirk stac9872_cfg_tbl[] = {
Takashi Iwaib04add92009-07-20 08:01:36 +02006435 SND_PCI_QUIRK_MASK(0x104d, 0xfff0, 0x81e0,
6436 "Sony VAIO F/S", STAC_9872_VAIO),
Takashi Iwai307282c2009-03-12 18:17:58 +01006437 {} /* terminator */
6438};
6439
Guillaume Munch6d859062006-08-22 17:15:47 +02006440static int patch_stac9872(struct hda_codec *codec)
Takashi Iwaidb064e52006-03-16 16:04:58 +01006441{
6442 struct sigmatel_spec *spec;
Takashi Iwai1e137f92009-01-21 07:41:22 +01006443 int err;
Takashi Iwaidb064e52006-03-16 16:04:58 +01006444
Takashi Iwaidb064e52006-03-16 16:04:58 +01006445 spec = kzalloc(sizeof(*spec), GFP_KERNEL);
6446 if (spec == NULL)
6447 return -ENOMEM;
Takashi Iwaia252c812009-12-25 22:56:20 +01006448 codec->no_trigger_sense = 1;
Takashi Iwaidb064e52006-03-16 16:04:58 +01006449 codec->spec = spec;
Daniel J Blueman1b0e3722010-08-03 11:09:13 +01006450 spec->linear_tone_beep = 1;
Takashi Iwaib04add92009-07-20 08:01:36 +02006451 spec->num_pins = ARRAY_SIZE(stac9872_pin_nids);
6452 spec->pin_nids = stac9872_pin_nids;
Takashi Iwaicaa10b62009-01-20 17:19:01 +01006453
6454 spec->board_config = snd_hda_check_board_config(codec, STAC_9872_MODELS,
6455 stac9872_models,
6456 stac9872_cfg_tbl);
Takashi Iwai307282c2009-03-12 18:17:58 +01006457 if (spec->board_config < 0)
Takashi Iwai9a11f1a2009-07-28 16:01:20 +02006458 snd_printdd(KERN_INFO "hda_codec: %s: BIOS auto-probing.\n",
6459 codec->chip_name);
Takashi Iwai307282c2009-03-12 18:17:58 +01006460 else
6461 stac92xx_set_config_regs(codec,
6462 stac9872_brd_tbl[spec->board_config]);
Takashi Iwaicaa10b62009-01-20 17:19:01 +01006463
Takashi Iwai1e137f92009-01-21 07:41:22 +01006464 spec->multiout.dac_nids = spec->dac_nids;
6465 spec->num_adcs = ARRAY_SIZE(stac9872_adc_nids);
6466 spec->adc_nids = stac9872_adc_nids;
6467 spec->num_muxes = ARRAY_SIZE(stac9872_mux_nids);
6468 spec->mux_nids = stac9872_mux_nids;
Takashi Iwai1e137f92009-01-21 07:41:22 +01006469 spec->init = stac9872_core_init;
Takashi Iwai6479c632009-07-28 18:20:25 +02006470 spec->num_caps = 1;
6471 spec->capvols = stac9872_capvols;
6472 spec->capsws = stac9872_capsws;
Takashi Iwaicaa10b62009-01-20 17:19:01 +01006473
Takashi Iwai1e137f92009-01-21 07:41:22 +01006474 err = stac92xx_parse_auto_config(codec, 0x10, 0x12);
6475 if (err < 0) {
6476 stac92xx_free(codec);
6477 return -EINVAL;
Takashi Iwaicaa10b62009-01-20 17:19:01 +01006478 }
Takashi Iwai1e137f92009-01-21 07:41:22 +01006479 spec->input_mux = &spec->private_imux;
6480 codec->patch_ops = stac92xx_patch_ops;
Takashi Iwaidb064e52006-03-16 16:04:58 +01006481 return 0;
6482}
6483
6484
6485/*
Matt2f2f4252005-04-13 14:45:30 +02006486 * patch entries
6487 */
Takashi Iwai2b635362011-05-02 12:33:43 +02006488static const struct hda_codec_preset snd_hda_preset_sigmatel[] = {
Matt2f2f4252005-04-13 14:45:30 +02006489 { .id = 0x83847690, .name = "STAC9200", .patch = patch_stac9200 },
6490 { .id = 0x83847882, .name = "STAC9220 A1", .patch = patch_stac922x },
6491 { .id = 0x83847680, .name = "STAC9221 A1", .patch = patch_stac922x },
6492 { .id = 0x83847880, .name = "STAC9220 A2", .patch = patch_stac922x },
6493 { .id = 0x83847681, .name = "STAC9220D/9223D A2", .patch = patch_stac922x },
6494 { .id = 0x83847682, .name = "STAC9221 A2", .patch = patch_stac922x },
6495 { .id = 0x83847683, .name = "STAC9221D A2", .patch = patch_stac922x },
Matt Porter22a27c72006-07-06 18:49:10 +02006496 { .id = 0x83847618, .name = "STAC9227", .patch = patch_stac927x },
6497 { .id = 0x83847619, .name = "STAC9227", .patch = patch_stac927x },
6498 { .id = 0x83847616, .name = "STAC9228", .patch = patch_stac927x },
6499 { .id = 0x83847617, .name = "STAC9228", .patch = patch_stac927x },
6500 { .id = 0x83847614, .name = "STAC9229", .patch = patch_stac927x },
6501 { .id = 0x83847615, .name = "STAC9229", .patch = patch_stac927x },
Matt Porter3cc08dc2006-01-23 15:27:49 +01006502 { .id = 0x83847620, .name = "STAC9274", .patch = patch_stac927x },
6503 { .id = 0x83847621, .name = "STAC9274D", .patch = patch_stac927x },
6504 { .id = 0x83847622, .name = "STAC9273X", .patch = patch_stac927x },
6505 { .id = 0x83847623, .name = "STAC9273D", .patch = patch_stac927x },
6506 { .id = 0x83847624, .name = "STAC9272X", .patch = patch_stac927x },
6507 { .id = 0x83847625, .name = "STAC9272D", .patch = patch_stac927x },
6508 { .id = 0x83847626, .name = "STAC9271X", .patch = patch_stac927x },
6509 { .id = 0x83847627, .name = "STAC9271D", .patch = patch_stac927x },
6510 { .id = 0x83847628, .name = "STAC9274X5NH", .patch = patch_stac927x },
6511 { .id = 0x83847629, .name = "STAC9274D5NH", .patch = patch_stac927x },
Tobin Davis8e21c342007-01-08 11:04:17 +01006512 { .id = 0x83847632, .name = "STAC9202", .patch = patch_stac925x },
6513 { .id = 0x83847633, .name = "STAC9202D", .patch = patch_stac925x },
6514 { .id = 0x83847634, .name = "STAC9250", .patch = patch_stac925x },
6515 { .id = 0x83847635, .name = "STAC9250D", .patch = patch_stac925x },
6516 { .id = 0x83847636, .name = "STAC9251", .patch = patch_stac925x },
6517 { .id = 0x83847637, .name = "STAC9250D", .patch = patch_stac925x },
Takashi Iwai7bd3c0f2008-05-02 12:28:02 +02006518 { .id = 0x83847645, .name = "92HD206X", .patch = patch_stac927x },
6519 { .id = 0x83847646, .name = "92HD206D", .patch = patch_stac927x },
Guillaume Munch6d859062006-08-22 17:15:47 +02006520 /* The following does not take into account .id=0x83847661 when subsys =
6521 * 104D0C00 which is STAC9225s. Because of this, some SZ Notebooks are
6522 * currently not fully supported.
6523 */
6524 { .id = 0x83847661, .name = "CXD9872RD/K", .patch = patch_stac9872 },
6525 { .id = 0x83847662, .name = "STAC9872AK", .patch = patch_stac9872 },
6526 { .id = 0x83847664, .name = "CXD9872AKD", .patch = patch_stac9872 },
Simos Xenitellisa5c0f882009-06-10 16:33:31 +01006527 { .id = 0x83847698, .name = "STAC9205", .patch = patch_stac9205 },
Matt Porterf3302a52006-07-31 12:49:34 +02006528 { .id = 0x838476a0, .name = "STAC9205", .patch = patch_stac9205 },
6529 { .id = 0x838476a1, .name = "STAC9205D", .patch = patch_stac9205 },
6530 { .id = 0x838476a2, .name = "STAC9204", .patch = patch_stac9205 },
6531 { .id = 0x838476a3, .name = "STAC9204D", .patch = patch_stac9205 },
6532 { .id = 0x838476a4, .name = "STAC9255", .patch = patch_stac9205 },
6533 { .id = 0x838476a5, .name = "STAC9255D", .patch = patch_stac9205 },
6534 { .id = 0x838476a6, .name = "STAC9254", .patch = patch_stac9205 },
6535 { .id = 0x838476a7, .name = "STAC9254D", .patch = patch_stac9205 },
Matthew Ranostayaafc4412008-06-13 18:04:33 +02006536 { .id = 0x111d7603, .name = "92HD75B3X5", .patch = patch_stac92hd71bxx},
Matthew Ranostayd0513fc2008-07-27 10:30:30 +02006537 { .id = 0x111d7604, .name = "92HD83C1X5", .patch = patch_stac92hd83xxx},
Vitaliy Kulikova9694fa2010-02-04 08:58:23 +01006538 { .id = 0x111d76d4, .name = "92HD83C1C5", .patch = patch_stac92hd83xxx},
Matthew Ranostayd0513fc2008-07-27 10:30:30 +02006539 { .id = 0x111d7605, .name = "92HD81B1X5", .patch = patch_stac92hd83xxx},
Matthew Ranostayff2e7332009-04-01 14:49:48 -04006540 { .id = 0x111d76d5, .name = "92HD81B1C5", .patch = patch_stac92hd83xxx},
Charles Chin8a345a02010-08-10 11:43:25 +02006541 { .id = 0x111d76d1, .name = "92HD87B1/3", .patch = patch_stac92hd83xxx},
6542 { .id = 0x111d76d9, .name = "92HD87B2/4", .patch = patch_stac92hd83xxx},
Charles Chin36706002010-01-29 12:05:51 +01006543 { .id = 0x111d7666, .name = "92HD88B3", .patch = patch_stac92hd83xxx},
6544 { .id = 0x111d7667, .name = "92HD88B1", .patch = patch_stac92hd83xxx},
6545 { .id = 0x111d7668, .name = "92HD88B2", .patch = patch_stac92hd83xxx},
6546 { .id = 0x111d7669, .name = "92HD88B4", .patch = patch_stac92hd83xxx},
Matthew Ranostayaafc4412008-06-13 18:04:33 +02006547 { .id = 0x111d7608, .name = "92HD75B2X5", .patch = patch_stac92hd71bxx},
Matthew Ranostay541eee82007-12-14 12:08:04 +01006548 { .id = 0x111d7674, .name = "92HD73D1X5", .patch = patch_stac92hd73xx },
6549 { .id = 0x111d7675, .name = "92HD73C1X5", .patch = patch_stac92hd73xx },
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01006550 { .id = 0x111d7676, .name = "92HD73E1X5", .patch = patch_stac92hd73xx },
Matthew Ranostay541eee82007-12-14 12:08:04 +01006551 { .id = 0x111d76b0, .name = "92HD71B8X", .patch = patch_stac92hd71bxx },
6552 { .id = 0x111d76b1, .name = "92HD71B8X", .patch = patch_stac92hd71bxx },
6553 { .id = 0x111d76b2, .name = "92HD71B7X", .patch = patch_stac92hd71bxx },
6554 { .id = 0x111d76b3, .name = "92HD71B7X", .patch = patch_stac92hd71bxx },
6555 { .id = 0x111d76b4, .name = "92HD71B6X", .patch = patch_stac92hd71bxx },
6556 { .id = 0x111d76b5, .name = "92HD71B6X", .patch = patch_stac92hd71bxx },
6557 { .id = 0x111d76b6, .name = "92HD71B5X", .patch = patch_stac92hd71bxx },
6558 { .id = 0x111d76b7, .name = "92HD71B5X", .patch = patch_stac92hd71bxx },
Charles Chin4d8ec5f2010-08-19 08:06:16 +02006559 { .id = 0x111d76c0, .name = "92HD89C3", .patch = patch_stac92hd73xx },
6560 { .id = 0x111d76c1, .name = "92HD89C2", .patch = patch_stac92hd73xx },
6561 { .id = 0x111d76c2, .name = "92HD89C1", .patch = patch_stac92hd73xx },
6562 { .id = 0x111d76c3, .name = "92HD89B3", .patch = patch_stac92hd73xx },
6563 { .id = 0x111d76c4, .name = "92HD89B2", .patch = patch_stac92hd73xx },
6564 { .id = 0x111d76c5, .name = "92HD89B1", .patch = patch_stac92hd73xx },
6565 { .id = 0x111d76c6, .name = "92HD89E3", .patch = patch_stac92hd73xx },
6566 { .id = 0x111d76c7, .name = "92HD89E2", .patch = patch_stac92hd73xx },
6567 { .id = 0x111d76c8, .name = "92HD89E1", .patch = patch_stac92hd73xx },
6568 { .id = 0x111d76c9, .name = "92HD89D3", .patch = patch_stac92hd73xx },
6569 { .id = 0x111d76ca, .name = "92HD89D2", .patch = patch_stac92hd73xx },
6570 { .id = 0x111d76cb, .name = "92HD89D1", .patch = patch_stac92hd73xx },
6571 { .id = 0x111d76cc, .name = "92HD89F3", .patch = patch_stac92hd73xx },
6572 { .id = 0x111d76cd, .name = "92HD89F2", .patch = patch_stac92hd73xx },
6573 { .id = 0x111d76ce, .name = "92HD89F1", .patch = patch_stac92hd73xx },
Vitaliy Kulikovab5a6eb2010-09-08 09:00:17 +02006574 { .id = 0x111d76e0, .name = "92HD91BXX", .patch = patch_stac92hd83xxx},
Vitaliy Kulikov4dfb8a42011-02-22 17:32:19 -06006575 { .id = 0x111d76e3, .name = "92HD98BXX", .patch = patch_stac92hd83xxx},
6576 { .id = 0x111d76e5, .name = "92HD99BXX", .patch = patch_stac92hd83xxx},
Vitaliy Kulikovab5a6eb2010-09-08 09:00:17 +02006577 { .id = 0x111d76e7, .name = "92HD90BXX", .patch = patch_stac92hd83xxx},
Matt2f2f4252005-04-13 14:45:30 +02006578 {} /* terminator */
6579};
Takashi Iwai1289e9e2008-11-27 15:47:11 +01006580
6581MODULE_ALIAS("snd-hda-codec-id:8384*");
6582MODULE_ALIAS("snd-hda-codec-id:111d*");
6583
6584MODULE_LICENSE("GPL");
6585MODULE_DESCRIPTION("IDT/Sigmatel HD-audio codec");
6586
6587static struct hda_codec_preset_list sigmatel_list = {
6588 .preset = snd_hda_preset_sigmatel,
6589 .owner = THIS_MODULE,
6590};
6591
6592static int __init patch_sigmatel_init(void)
6593{
6594 return snd_hda_add_codec_preset(&sigmatel_list);
6595}
6596
6597static void __exit patch_sigmatel_exit(void)
6598{
6599 snd_hda_delete_codec_preset(&sigmatel_list);
6600}
6601
6602module_init(patch_sigmatel_init)
6603module_exit(patch_sigmatel_exit)