blob: 4b17f8621c79da26969d1517282673d8689c2a97 [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>
Paul Gortmakerda155d52011-07-15 12:38:28 -040032#include <linux/module.h>
Matt2f2f4252005-04-13 14:45:30 +020033#include <sound/core.h>
Mattc7d4b2f2005-06-27 14:59:41 +020034#include <sound/asoundef.h>
Matthew Ranostay45a6ac12008-10-15 14:45:38 -040035#include <sound/jack.h>
Clemens Ladischa74ccea2010-10-22 15:52:34 +020036#include <sound/tlv.h>
Matt2f2f4252005-04-13 14:45:30 +020037#include "hda_codec.h"
38#include "hda_local.h"
Matthew Ranostay1cd22242008-07-18 18:20:52 +020039#include "hda_beep.h"
Matt2f2f4252005-04-13 14:45:30 +020040
Takashi Iwaic6e4c662008-11-25 11:58:19 +010041enum {
42 STAC_VREF_EVENT = 1,
43 STAC_INSERT_EVENT,
44 STAC_PWR_EVENT,
45 STAC_HP_EVENT,
Takashi Iwaifefd67f2009-07-30 18:03:05 +020046 STAC_LO_EVENT,
Takashi Iwai3d21d3f2009-07-29 14:32:56 +020047 STAC_MIC_EVENT,
Takashi Iwaic6e4c662008-11-25 11:58:19 +010048};
Matt4e550962005-07-04 17:51:39 +020049
Takashi Iwaif5fcc132006-11-24 17:07:44 +010050enum {
Takashi Iwai1607b8e2009-02-26 16:50:43 +010051 STAC_AUTO,
Takashi Iwaif5fcc132006-11-24 17:07:44 +010052 STAC_REF,
Tobin Davisbf277782008-02-03 20:31:47 +010053 STAC_9200_OQO,
Takashi Iwaidfe495d2007-08-23 19:04:28 +020054 STAC_9200_DELL_D21,
55 STAC_9200_DELL_D22,
56 STAC_9200_DELL_D23,
57 STAC_9200_DELL_M21,
58 STAC_9200_DELL_M22,
59 STAC_9200_DELL_M23,
60 STAC_9200_DELL_M24,
61 STAC_9200_DELL_M25,
62 STAC_9200_DELL_M26,
63 STAC_9200_DELL_M27,
Mauro Carvalho Chehab58eec422008-08-11 10:18:39 +020064 STAC_9200_M4,
65 STAC_9200_M4_2,
Takashi Iwai117f2572008-03-18 09:53:23 +010066 STAC_9200_PANASONIC,
Takashi Iwaif5fcc132006-11-24 17:07:44 +010067 STAC_9200_MODELS
68};
69
70enum {
Takashi Iwai1607b8e2009-02-26 16:50:43 +010071 STAC_9205_AUTO,
Takashi Iwaif5fcc132006-11-24 17:07:44 +010072 STAC_9205_REF,
Takashi Iwaidfe495d2007-08-23 19:04:28 +020073 STAC_9205_DELL_M42,
Tobin Davisae0a8ed2007-08-13 15:50:29 +020074 STAC_9205_DELL_M43,
75 STAC_9205_DELL_M44,
Takashi Iwaid9a42682009-01-22 17:40:18 +010076 STAC_9205_EAPD,
Takashi Iwaif5fcc132006-11-24 17:07:44 +010077 STAC_9205_MODELS
78};
79
80enum {
Takashi Iwai1607b8e2009-02-26 16:50:43 +010081 STAC_92HD73XX_AUTO,
Takashi Iwai9e43f0d2008-12-17 14:51:01 +010082 STAC_92HD73XX_NO_JD, /* no jack-detection */
Matthew Ranostaye1f0d662007-12-13 17:47:21 +010083 STAC_92HD73XX_REF,
Wu Fengguangae709442009-08-19 17:05:11 +080084 STAC_92HD73XX_INTEL,
Takashi Iwai661cd8f2008-11-25 15:18:29 +010085 STAC_DELL_M6_AMIC,
86 STAC_DELL_M6_DMIC,
87 STAC_DELL_M6_BOTH,
Matthew Ranostay6b3ab212008-11-03 08:12:43 -050088 STAC_DELL_EQ,
Takashi Iwai842ae632009-09-02 07:43:08 +020089 STAC_ALIENWARE_M17X,
Matthew Ranostaye1f0d662007-12-13 17:47:21 +010090 STAC_92HD73XX_MODELS
91};
92
93enum {
Takashi Iwai1607b8e2009-02-26 16:50:43 +010094 STAC_92HD83XXX_AUTO,
Matthew Ranostayd0513fc2008-07-27 10:30:30 +020095 STAC_92HD83XXX_REF,
Matthew Ranostay32ed3f42009-01-22 20:53:29 -050096 STAC_92HD83XXX_PWR_REF,
Matthew Ranostay8bb0ac52009-02-12 16:50:01 -050097 STAC_DELL_S14,
Takashi Iwaib4e81872009-11-18 17:20:24 +010098 STAC_92HD83XXX_HP,
Vitaliy Kulikov0c27c182011-07-22 17:50:37 -050099 STAC_92HD83XXX_HP_cNB11_INTQUAD,
Steven Eastland48315592010-08-06 15:07:35 -0600100 STAC_HP_DV7_4000,
Matthew Ranostayd0513fc2008-07-27 10:30:30 +0200101 STAC_92HD83XXX_MODELS
102};
103
104enum {
Takashi Iwai1607b8e2009-02-26 16:50:43 +0100105 STAC_92HD71BXX_AUTO,
Matthew Ranostaye035b842007-11-06 11:53:55 +0100106 STAC_92HD71BXX_REF,
Matthew Ranostaya7662642008-02-21 07:51:14 +0100107 STAC_DELL_M4_1,
108 STAC_DELL_M4_2,
Matthew Ranostay3a7abfd2008-11-20 21:21:43 -0500109 STAC_DELL_M4_3,
Matthew Ranostay6a14f582008-09-12 12:02:30 -0400110 STAC_HP_M4,
Takashi Iwai2a6ce6e2010-05-12 10:16:20 +0200111 STAC_HP_DV4,
Takashi Iwai1b0652e2009-01-14 08:27:35 +0100112 STAC_HP_DV5,
Christoph Plattnerae6241f2009-03-08 23:19:05 +0100113 STAC_HP_HDX,
James Gardiner514bf542009-05-03 04:00:44 -0400114 STAC_HP_DV4_1222NR,
Matthew Ranostaye035b842007-11-06 11:53:55 +0100115 STAC_92HD71BXX_MODELS
116};
117
118enum {
Takashi Iwai1607b8e2009-02-26 16:50:43 +0100119 STAC_925x_AUTO,
Tobin Davis8e21c342007-01-08 11:04:17 +0100120 STAC_925x_REF,
Mauro Carvalho Chehab9cb36c22008-08-11 10:18:39 +0200121 STAC_M1,
122 STAC_M1_2,
123 STAC_M2,
Tobin Davis8e21c342007-01-08 11:04:17 +0100124 STAC_M2_2,
Mauro Carvalho Chehab9cb36c22008-08-11 10:18:39 +0200125 STAC_M3,
126 STAC_M5,
127 STAC_M6,
Tobin Davis8e21c342007-01-08 11:04:17 +0100128 STAC_925x_MODELS
129};
130
131enum {
Takashi Iwai1607b8e2009-02-26 16:50:43 +0100132 STAC_922X_AUTO,
Takashi Iwaif5fcc132006-11-24 17:07:44 +0100133 STAC_D945_REF,
134 STAC_D945GTP3,
135 STAC_D945GTP5,
Ivan N. Zlatev5d5d3bc2007-05-29 16:03:00 +0200136 STAC_INTEL_MAC_V1,
137 STAC_INTEL_MAC_V2,
138 STAC_INTEL_MAC_V3,
139 STAC_INTEL_MAC_V4,
140 STAC_INTEL_MAC_V5,
Nicolas Boichat536319a2008-07-21 22:18:01 +0800141 STAC_INTEL_MAC_AUTO, /* This model is selected if no module parameter
142 * is given, one of the above models will be
143 * chosen according to the subsystem id. */
Takashi Iwaidfe495d2007-08-23 19:04:28 +0200144 /* for backward compatibility */
Takashi Iwaif5fcc132006-11-24 17:07:44 +0100145 STAC_MACMINI,
Takashi Iwai3fc24d82007-02-16 13:27:18 +0100146 STAC_MACBOOK,
Nicolas Boichat6f0778d2007-03-15 12:38:15 +0100147 STAC_MACBOOK_PRO_V1,
148 STAC_MACBOOK_PRO_V2,
Sylvain FORETf16928f2007-04-27 14:22:36 +0200149 STAC_IMAC_INTEL,
Takashi Iwai0dae0f82007-05-21 12:41:29 +0200150 STAC_IMAC_INTEL_20,
Mauro Carvalho Chehab8c650082008-08-04 10:39:59 -0300151 STAC_ECS_202,
Takashi Iwaidfe495d2007-08-23 19:04:28 +0200152 STAC_922X_DELL_D81,
153 STAC_922X_DELL_D82,
154 STAC_922X_DELL_M81,
155 STAC_922X_DELL_M82,
Takashi Iwaif5fcc132006-11-24 17:07:44 +0100156 STAC_922X_MODELS
157};
158
159enum {
Takashi Iwai1607b8e2009-02-26 16:50:43 +0100160 STAC_927X_AUTO,
Takashi Iwaie28d8322008-12-17 13:48:29 +0100161 STAC_D965_REF_NO_JD, /* no jack-detection */
Takashi Iwaif5fcc132006-11-24 17:07:44 +0100162 STAC_D965_REF,
163 STAC_D965_3ST,
164 STAC_D965_5ST,
Takashi Iwai679d92e2009-05-24 19:00:08 +0200165 STAC_D965_5ST_NO_FP,
Tobin Davis4ff076e2007-08-07 11:48:12 +0200166 STAC_DELL_3ST,
Matthew Ranostay8e9068b2007-12-17 11:58:13 +0100167 STAC_DELL_BIOS,
Takashi Iwai54930532009-10-11 17:38:29 +0200168 STAC_927X_VOLKNOB,
Takashi Iwaif5fcc132006-11-24 17:07:44 +0100169 STAC_927X_MODELS
170};
Matt Porter403d1942005-11-29 15:00:51 +0100171
Takashi Iwai307282c2009-03-12 18:17:58 +0100172enum {
173 STAC_9872_AUTO,
174 STAC_9872_VAIO,
175 STAC_9872_MODELS
176};
177
Matthew Ranostay74aeaab2008-10-25 01:06:04 -0400178struct sigmatel_event {
179 hda_nid_t nid;
Takashi Iwaic6e4c662008-11-25 11:58:19 +0100180 unsigned char type;
181 unsigned char tag;
Matthew Ranostay74aeaab2008-10-25 01:06:04 -0400182 int data;
183};
184
Takashi Iwai3d21d3f2009-07-29 14:32:56 +0200185struct sigmatel_mic_route {
186 hda_nid_t pin;
Takashi Iwai02d33322009-10-01 16:38:11 +0200187 signed char mux_idx;
188 signed char dmux_idx;
Takashi Iwai3d21d3f2009-07-29 14:32:56 +0200189};
190
Vitaliy Kulikov699d8992011-03-10 13:43:35 -0600191#define MAX_PINS_NUM 16
192#define MAX_ADCS_NUM 4
193#define MAX_DMICS_NUM 4
194
Matt2f2f4252005-04-13 14:45:30 +0200195struct sigmatel_spec {
Takashi Iwaic8b6bf92005-11-17 14:57:47 +0100196 struct snd_kcontrol_new *mixers[4];
Mattc7d4b2f2005-06-27 14:59:41 +0200197 unsigned int num_mixers;
198
Matt Porter403d1942005-11-29 15:00:51 +0100199 int board_config;
Matthew Ranostayc0cea0d2008-11-16 11:42:34 -0500200 unsigned int eapd_switch: 1;
Mattc7d4b2f2005-06-27 14:59:41 +0200201 unsigned int surr_switch: 1;
Matt Porter3cc08dc2006-01-23 15:27:49 +0100202 unsigned int alt_switch: 1;
Takashi Iwai82bc9552006-03-21 11:24:42 +0100203 unsigned int hp_detect: 1;
Matthew Ranostay00ef50c2008-09-27 18:13:47 -0400204 unsigned int spdif_mute: 1;
Takashi Iwai7c7767e2009-01-20 15:28:38 +0100205 unsigned int check_volume_offset:1;
Takashi Iwai3d21d3f2009-07-29 14:32:56 +0200206 unsigned int auto_mic:1;
Daniel J Blueman1b0e3722010-08-03 11:09:13 +0100207 unsigned int linear_tone_beep:1;
Mattc7d4b2f2005-06-27 14:59:41 +0200208
Matthew Ranostay4fe51952008-01-29 15:28:44 +0100209 /* gpio lines */
Matthew Ranostay0fc9dec2008-04-14 13:32:54 +0200210 unsigned int eapd_mask;
Matthew Ranostay4fe51952008-01-29 15:28:44 +0100211 unsigned int gpio_mask;
212 unsigned int gpio_dir;
213 unsigned int gpio_data;
214 unsigned int gpio_mute;
Takashi Iwai86d190e2009-05-26 15:18:58 +0200215 unsigned int gpio_led;
Vitaliy Kulikovc357aab2009-12-11 07:51:54 +0100216 unsigned int gpio_led_polarity;
Vitaliy Kulikov45eebda2011-07-26 16:56:20 -0500217 unsigned int vref_led;
Matthew Ranostay4fe51952008-01-29 15:28:44 +0100218
Matthew Ranostay8daaaa92008-08-15 07:45:52 +0200219 /* stream */
220 unsigned int stream_delay;
221
Matthew Ranostay4fe51952008-01-29 15:28:44 +0100222 /* analog loopback */
Takashi Iwai2b635362011-05-02 12:33:43 +0200223 const struct snd_kcontrol_new *aloopback_ctl;
Matthew Ranostaye1f0d662007-12-13 17:47:21 +0100224 unsigned char aloopback_mask;
225 unsigned char aloopback_shift;
Takashi Iwai82599802007-07-31 15:56:24 +0200226
Matthew Ranostaya64135a2008-01-10 16:55:06 +0100227 /* power management */
228 unsigned int num_pwrs;
Takashi Iwai2b635362011-05-02 12:33:43 +0200229 const unsigned int *pwr_mapping;
230 const hda_nid_t *pwr_nids;
231 const hda_nid_t *dac_list;
Matthew Ranostaya64135a2008-01-10 16:55:06 +0100232
Matthew Ranostay74aeaab2008-10-25 01:06:04 -0400233 /* events */
234 struct snd_array events;
235
Matt2f2f4252005-04-13 14:45:30 +0200236 /* playback */
Matthew Ranostayb22b4822008-01-22 12:32:30 +0100237 struct hda_input_mux *mono_mux;
238 unsigned int cur_mmux;
Matt2f2f4252005-04-13 14:45:30 +0200239 struct hda_multi_out multiout;
Matt Porter3cc08dc2006-01-23 15:27:49 +0100240 hda_nid_t dac_nids[5];
Takashi Iwaic21ca4a2008-12-19 09:26:08 +0100241 hda_nid_t hp_dacs[5];
242 hda_nid_t speaker_dacs[5];
Matt2f2f4252005-04-13 14:45:30 +0200243
Takashi Iwai7c7767e2009-01-20 15:28:38 +0100244 int volume_offset;
245
Matt2f2f4252005-04-13 14:45:30 +0200246 /* capture */
Takashi Iwai2b635362011-05-02 12:33:43 +0200247 const hda_nid_t *adc_nids;
Matt2f2f4252005-04-13 14:45:30 +0200248 unsigned int num_adcs;
Takashi Iwai2b635362011-05-02 12:33:43 +0200249 const hda_nid_t *mux_nids;
Mattdabbed62005-06-14 10:19:34 +0200250 unsigned int num_muxes;
Takashi Iwai2b635362011-05-02 12:33:43 +0200251 const hda_nid_t *dmic_nids;
Matt Porter8b657272006-10-26 17:12:59 +0200252 unsigned int num_dmics;
Takashi Iwai2b635362011-05-02 12:33:43 +0200253 const hda_nid_t *dmux_nids;
Takashi Iwai1697055e2007-12-18 18:05:52 +0100254 unsigned int num_dmuxes;
Takashi Iwai2b635362011-05-02 12:33:43 +0200255 const hda_nid_t *smux_nids;
Matthew Ranostayd9737752008-09-07 12:03:41 +0200256 unsigned int num_smuxes;
Takashi Iwai5207e102009-07-30 13:09:08 +0200257 unsigned int num_analog_muxes;
Takashi Iwai6479c632009-07-28 18:20:25 +0200258
Takashi Iwai2b635362011-05-02 12:33:43 +0200259 const unsigned long *capvols; /* amp-volume attr: HDA_COMPOSE_AMP_VAL() */
260 const unsigned long *capsws; /* amp-mute attr: HDA_COMPOSE_AMP_VAL() */
Takashi Iwai6479c632009-07-28 18:20:25 +0200261 unsigned int num_caps; /* number of capture volume/switch elements */
262
Takashi Iwai3d21d3f2009-07-29 14:32:56 +0200263 struct sigmatel_mic_route ext_mic;
264 struct sigmatel_mic_route int_mic;
Charles Chin99077902010-09-17 10:22:32 +0200265 struct sigmatel_mic_route dock_mic;
Takashi Iwai3d21d3f2009-07-29 14:32:56 +0200266
Takashi Iwaiea734962011-01-17 11:29:34 +0100267 const char * const *spdif_labels;
Matthew Ranostayd9737752008-09-07 12:03:41 +0200268
Mattdabbed62005-06-14 10:19:34 +0200269 hda_nid_t dig_in_nid;
Matthew Ranostayb22b4822008-01-22 12:32:30 +0100270 hda_nid_t mono_nid;
Matthew Ranostay1cd22242008-07-18 18:20:52 +0200271 hda_nid_t anabeep_nid;
272 hda_nid_t digbeep_nid;
Matt2f2f4252005-04-13 14:45:30 +0200273
Matt2f2f4252005-04-13 14:45:30 +0200274 /* pin widgets */
Takashi Iwai2b635362011-05-02 12:33:43 +0200275 const hda_nid_t *pin_nids;
Matt2f2f4252005-04-13 14:45:30 +0200276 unsigned int num_pins;
Matt2f2f4252005-04-13 14:45:30 +0200277
278 /* codec specific stuff */
Takashi Iwai2b635362011-05-02 12:33:43 +0200279 const struct hda_verb *init;
280 const struct snd_kcontrol_new *mixer;
Matt2f2f4252005-04-13 14:45:30 +0200281
282 /* capture source */
Matt Porter8b657272006-10-26 17:12:59 +0200283 struct hda_input_mux *dinput_mux;
Matthew Ranostaye1f0d662007-12-13 17:47:21 +0100284 unsigned int cur_dmux[2];
Mattc7d4b2f2005-06-27 14:59:41 +0200285 struct hda_input_mux *input_mux;
Matt Porter3cc08dc2006-01-23 15:27:49 +0100286 unsigned int cur_mux[3];
Matthew Ranostayd9737752008-09-07 12:03:41 +0200287 struct hda_input_mux *sinput_mux;
288 unsigned int cur_smux[2];
Matthew Ranostay2a9c7812008-09-13 16:45:39 -0400289 unsigned int cur_amux;
290 hda_nid_t *amp_nids;
Matthew Ranostay8daaaa92008-08-15 07:45:52 +0200291 unsigned int powerdown_adcs;
Matt2f2f4252005-04-13 14:45:30 +0200292
Matt Porter403d1942005-11-29 15:00:51 +0100293 /* i/o switches */
294 unsigned int io_switch[2];
Maxim Levitsky0fb87bb2007-09-03 15:29:04 +0200295 unsigned int clfe_swap;
Takashi Iwaic21ca4a2008-12-19 09:26:08 +0100296 hda_nid_t line_switch; /* shared line-in for input and output */
297 hda_nid_t mic_switch; /* shared mic-in for input and output */
298 hda_nid_t hp_switch; /* NID of HP as line-out */
Maxim Levitsky5f10c4a2007-09-03 15:29:37 +0200299 unsigned int aloopback;
Matt2f2f4252005-04-13 14:45:30 +0200300
Mattc7d4b2f2005-06-27 14:59:41 +0200301 struct hda_pcm pcm_rec[2]; /* PCM information */
302
303 /* dynamic controls and input_mux */
304 struct auto_pin_cfg autocfg;
Takashi Iwai603c4012008-07-30 15:01:44 +0200305 struct snd_array kctls;
Matt Porter8b657272006-10-26 17:12:59 +0200306 struct hda_input_mux private_dimux;
Mattc7d4b2f2005-06-27 14:59:41 +0200307 struct hda_input_mux private_imux;
Matthew Ranostayd9737752008-09-07 12:03:41 +0200308 struct hda_input_mux private_smux;
Matthew Ranostayb22b4822008-01-22 12:32:30 +0100309 struct hda_input_mux private_mono_mux;
Vitaliy Kulikov699d8992011-03-10 13:43:35 -0600310
311 /* auto spec */
312 unsigned auto_pin_cnt;
313 hda_nid_t auto_pin_nids[MAX_PINS_NUM];
314 unsigned auto_adc_cnt;
315 hda_nid_t auto_adc_nids[MAX_ADCS_NUM];
316 hda_nid_t auto_mux_nids[MAX_ADCS_NUM];
317 hda_nid_t auto_dmux_nids[MAX_ADCS_NUM];
318 unsigned long auto_capvols[MAX_ADCS_NUM];
319 unsigned auto_dmic_cnt;
320 hda_nid_t auto_dmic_nids[MAX_DMICS_NUM];
Matt2f2f4252005-04-13 14:45:30 +0200321};
322
Takashi Iwai2b635362011-05-02 12:33:43 +0200323static const hda_nid_t stac9200_adc_nids[1] = {
Matt2f2f4252005-04-13 14:45:30 +0200324 0x03,
325};
326
Takashi Iwai2b635362011-05-02 12:33:43 +0200327static const hda_nid_t stac9200_mux_nids[1] = {
Matt2f2f4252005-04-13 14:45:30 +0200328 0x0c,
329};
330
Takashi Iwai2b635362011-05-02 12:33:43 +0200331static const hda_nid_t stac9200_dac_nids[1] = {
Matt2f2f4252005-04-13 14:45:30 +0200332 0x02,
333};
334
Takashi Iwai2b635362011-05-02 12:33:43 +0200335static const hda_nid_t stac92hd73xx_pwr_nids[8] = {
Matthew Ranostaya64135a2008-01-10 16:55:06 +0100336 0x0a, 0x0b, 0x0c, 0xd, 0x0e,
337 0x0f, 0x10, 0x11
338};
339
Takashi Iwai2b635362011-05-02 12:33:43 +0200340static const hda_nid_t stac92hd73xx_slave_dig_outs[2] = {
Matthew Ranostay0ffa9802008-09-08 11:20:05 -0400341 0x26, 0,
342};
343
Takashi Iwai2b635362011-05-02 12:33:43 +0200344static const hda_nid_t stac92hd73xx_adc_nids[2] = {
Matthew Ranostaye1f0d662007-12-13 17:47:21 +0100345 0x1a, 0x1b
346};
347
348#define STAC92HD73XX_NUM_DMICS 2
Takashi Iwai2b635362011-05-02 12:33:43 +0200349static const hda_nid_t stac92hd73xx_dmic_nids[STAC92HD73XX_NUM_DMICS + 1] = {
Matthew Ranostaye1f0d662007-12-13 17:47:21 +0100350 0x13, 0x14, 0
351};
352
353#define STAC92HD73_DAC_COUNT 5
Matthew Ranostaye1f0d662007-12-13 17:47:21 +0100354
Takashi Iwai2b635362011-05-02 12:33:43 +0200355static const hda_nid_t stac92hd73xx_mux_nids[2] = {
Takashi Iwaie2aec172009-09-02 01:00:05 +0200356 0x20, 0x21,
Matthew Ranostaye1f0d662007-12-13 17:47:21 +0100357};
358
Takashi Iwai2b635362011-05-02 12:33:43 +0200359static const hda_nid_t stac92hd73xx_dmux_nids[2] = {
Matthew Ranostaye1f0d662007-12-13 17:47:21 +0100360 0x20, 0x21,
361};
362
Takashi Iwai2b635362011-05-02 12:33:43 +0200363static const hda_nid_t stac92hd73xx_smux_nids[2] = {
Matthew Ranostayd9737752008-09-07 12:03:41 +0200364 0x22, 0x23,
365};
366
Takashi Iwai6479c632009-07-28 18:20:25 +0200367#define STAC92HD73XX_NUM_CAPS 2
Takashi Iwai2b635362011-05-02 12:33:43 +0200368static const unsigned long stac92hd73xx_capvols[] = {
Takashi Iwai6479c632009-07-28 18:20:25 +0200369 HDA_COMPOSE_AMP_VAL(0x20, 3, 0, HDA_OUTPUT),
370 HDA_COMPOSE_AMP_VAL(0x21, 3, 0, HDA_OUTPUT),
371};
372#define stac92hd73xx_capsws stac92hd73xx_capvols
373
Matthew Ranostayd0513fc2008-07-27 10:30:30 +0200374#define STAC92HD83_DAC_COUNT 3
Matthew Ranostayd0513fc2008-07-27 10:30:30 +0200375
Takashi Iwai2b635362011-05-02 12:33:43 +0200376static const hda_nid_t stac92hd83xxx_pwr_nids[4] = {
Matthew Ranostayd0513fc2008-07-27 10:30:30 +0200377 0xa, 0xb, 0xd, 0xe,
378};
379
Takashi Iwai2b635362011-05-02 12:33:43 +0200380static const hda_nid_t stac92hd83xxx_slave_dig_outs[2] = {
Matthew Ranostay0ffa9802008-09-08 11:20:05 -0400381 0x1e, 0,
382};
383
Takashi Iwai2b635362011-05-02 12:33:43 +0200384static const unsigned int stac92hd83xxx_pwr_mapping[4] = {
Matthew Ranostay87e88a72009-01-22 20:38:42 -0500385 0x03, 0x0c, 0x20, 0x40,
Matthew Ranostayd0513fc2008-07-27 10:30:30 +0200386};
387
Takashi Iwai2b635362011-05-02 12:33:43 +0200388static const hda_nid_t stac92hd83xxx_dmic_nids[] = {
Vitaliy Kulikov699d8992011-03-10 13:43:35 -0600389 0x11, 0x20,
Vitaliy Kulikovab5a6eb2010-09-08 09:00:17 +0200390};
391
Takashi Iwai2b635362011-05-02 12:33:43 +0200392static const hda_nid_t stac92hd71bxx_pwr_nids[3] = {
Matthew Ranostaya64135a2008-01-10 16:55:06 +0100393 0x0a, 0x0d, 0x0f
394};
395
Takashi Iwai2b635362011-05-02 12:33:43 +0200396static const hda_nid_t stac92hd71bxx_adc_nids[2] = {
Matthew Ranostaye035b842007-11-06 11:53:55 +0100397 0x12, 0x13,
398};
399
Takashi Iwai2b635362011-05-02 12:33:43 +0200400static const hda_nid_t stac92hd71bxx_mux_nids[2] = {
Matthew Ranostaye035b842007-11-06 11:53:55 +0100401 0x1a, 0x1b
402};
403
Takashi Iwai2b635362011-05-02 12:33:43 +0200404static const hda_nid_t stac92hd71bxx_dmux_nids[2] = {
Matthew Ranostay4b33c762008-10-10 09:07:23 -0400405 0x1c, 0x1d,
Matthew Ranostaye1f0d662007-12-13 17:47:21 +0100406};
407
Takashi Iwai2b635362011-05-02 12:33:43 +0200408static const hda_nid_t stac92hd71bxx_smux_nids[2] = {
Matthew Ranostayd9737752008-09-07 12:03:41 +0200409 0x24, 0x25,
410};
411
Matthew Ranostaye035b842007-11-06 11:53:55 +0100412#define STAC92HD71BXX_NUM_DMICS 2
Takashi Iwai2b635362011-05-02 12:33:43 +0200413static const hda_nid_t stac92hd71bxx_dmic_nids[STAC92HD71BXX_NUM_DMICS + 1] = {
Matthew Ranostaye035b842007-11-06 11:53:55 +0100414 0x18, 0x19, 0
415};
416
Takashi Iwai2b635362011-05-02 12:33:43 +0200417static const hda_nid_t stac92hd71bxx_dmic_5port_nids[STAC92HD71BXX_NUM_DMICS] = {
418 0x18, 0
419};
420
421static const hda_nid_t stac92hd71bxx_slave_dig_outs[2] = {
Matthew Ranostay0ffa9802008-09-08 11:20:05 -0400422 0x22, 0
423};
424
Takashi Iwai6479c632009-07-28 18:20:25 +0200425#define STAC92HD71BXX_NUM_CAPS 2
Takashi Iwai2b635362011-05-02 12:33:43 +0200426static const unsigned long stac92hd71bxx_capvols[] = {
Takashi Iwai6479c632009-07-28 18:20:25 +0200427 HDA_COMPOSE_AMP_VAL(0x1c, 3, 0, HDA_OUTPUT),
428 HDA_COMPOSE_AMP_VAL(0x1d, 3, 0, HDA_OUTPUT),
429};
430#define stac92hd71bxx_capsws stac92hd71bxx_capvols
431
Takashi Iwai2b635362011-05-02 12:33:43 +0200432static const hda_nid_t stac925x_adc_nids[1] = {
Tobin Davis8e21c342007-01-08 11:04:17 +0100433 0x03,
434};
435
Takashi Iwai2b635362011-05-02 12:33:43 +0200436static const hda_nid_t stac925x_mux_nids[1] = {
Tobin Davis8e21c342007-01-08 11:04:17 +0100437 0x0f,
438};
439
Takashi Iwai2b635362011-05-02 12:33:43 +0200440static const hda_nid_t stac925x_dac_nids[1] = {
Tobin Davis8e21c342007-01-08 11:04:17 +0100441 0x02,
442};
443
Takashi Iwaif6e98522007-10-16 14:27:04 +0200444#define STAC925X_NUM_DMICS 1
Takashi Iwai2b635362011-05-02 12:33:43 +0200445static const hda_nid_t stac925x_dmic_nids[STAC925X_NUM_DMICS + 1] = {
Takashi Iwaif6e98522007-10-16 14:27:04 +0200446 0x15, 0
Tobin Davis2c11f952007-05-17 09:36:34 +0200447};
448
Takashi Iwai2b635362011-05-02 12:33:43 +0200449static const hda_nid_t stac925x_dmux_nids[1] = {
Takashi Iwai1697055e2007-12-18 18:05:52 +0100450 0x14,
451};
452
Takashi Iwai2b635362011-05-02 12:33:43 +0200453static const unsigned long stac925x_capvols[] = {
Takashi Iwai6479c632009-07-28 18:20:25 +0200454 HDA_COMPOSE_AMP_VAL(0x09, 3, 0, HDA_OUTPUT),
455};
Takashi Iwai2b635362011-05-02 12:33:43 +0200456static const unsigned long stac925x_capsws[] = {
Takashi Iwai6479c632009-07-28 18:20:25 +0200457 HDA_COMPOSE_AMP_VAL(0x14, 3, 0, HDA_OUTPUT),
458};
459
Takashi Iwai2b635362011-05-02 12:33:43 +0200460static const hda_nid_t stac922x_adc_nids[2] = {
Matt2f2f4252005-04-13 14:45:30 +0200461 0x06, 0x07,
462};
463
Takashi Iwai2b635362011-05-02 12:33:43 +0200464static const hda_nid_t stac922x_mux_nids[2] = {
Matt2f2f4252005-04-13 14:45:30 +0200465 0x12, 0x13,
466};
467
Takashi Iwai6479c632009-07-28 18:20:25 +0200468#define STAC922X_NUM_CAPS 2
Takashi Iwai2b635362011-05-02 12:33:43 +0200469static const unsigned long stac922x_capvols[] = {
Takashi Iwai6479c632009-07-28 18:20:25 +0200470 HDA_COMPOSE_AMP_VAL(0x17, 3, 0, HDA_INPUT),
471 HDA_COMPOSE_AMP_VAL(0x18, 3, 0, HDA_INPUT),
472};
473#define stac922x_capsws stac922x_capvols
474
Takashi Iwai2b635362011-05-02 12:33:43 +0200475static const hda_nid_t stac927x_slave_dig_outs[2] = {
Matthew Ranostay45c1d852009-02-04 17:49:41 -0500476 0x1f, 0,
477};
478
Takashi Iwai2b635362011-05-02 12:33:43 +0200479static const hda_nid_t stac927x_adc_nids[3] = {
Matt Porter3cc08dc2006-01-23 15:27:49 +0100480 0x07, 0x08, 0x09
481};
482
Takashi Iwai2b635362011-05-02 12:33:43 +0200483static const hda_nid_t stac927x_mux_nids[3] = {
Matt Porter3cc08dc2006-01-23 15:27:49 +0100484 0x15, 0x16, 0x17
485};
486
Takashi Iwai2b635362011-05-02 12:33:43 +0200487static const hda_nid_t stac927x_smux_nids[1] = {
Matthew Ranostayd9737752008-09-07 12:03:41 +0200488 0x21,
489};
490
Takashi Iwai2b635362011-05-02 12:33:43 +0200491static const hda_nid_t stac927x_dac_nids[6] = {
Matthew Ranostayb76c8502008-02-06 14:49:44 +0100492 0x02, 0x03, 0x04, 0x05, 0x06, 0
493};
494
Takashi Iwai2b635362011-05-02 12:33:43 +0200495static const hda_nid_t stac927x_dmux_nids[1] = {
Matthew Ranostaye1f0d662007-12-13 17:47:21 +0100496 0x1b,
497};
498
Matthew Ranostay7f168592007-10-18 17:38:17 +0200499#define STAC927X_NUM_DMICS 2
Takashi Iwai2b635362011-05-02 12:33:43 +0200500static const hda_nid_t stac927x_dmic_nids[STAC927X_NUM_DMICS + 1] = {
Matthew Ranostay7f168592007-10-18 17:38:17 +0200501 0x13, 0x14, 0
502};
503
Takashi Iwai6479c632009-07-28 18:20:25 +0200504#define STAC927X_NUM_CAPS 3
Takashi Iwai2b635362011-05-02 12:33:43 +0200505static const unsigned long stac927x_capvols[] = {
Takashi Iwai6479c632009-07-28 18:20:25 +0200506 HDA_COMPOSE_AMP_VAL(0x18, 3, 0, HDA_INPUT),
507 HDA_COMPOSE_AMP_VAL(0x19, 3, 0, HDA_INPUT),
508 HDA_COMPOSE_AMP_VAL(0x1a, 3, 0, HDA_INPUT),
509};
Takashi Iwai2b635362011-05-02 12:33:43 +0200510static const unsigned long stac927x_capsws[] = {
Takashi Iwai6479c632009-07-28 18:20:25 +0200511 HDA_COMPOSE_AMP_VAL(0x1b, 3, 0, HDA_OUTPUT),
512 HDA_COMPOSE_AMP_VAL(0x1c, 3, 0, HDA_OUTPUT),
513 HDA_COMPOSE_AMP_VAL(0x1d, 3, 0, HDA_OUTPUT),
514};
515
Takashi Iwaiea734962011-01-17 11:29:34 +0100516static const char * const stac927x_spdif_labels[5] = {
Matthew Ranostay65973632008-09-16 10:39:37 -0400517 "Digital Playback", "ADAT", "Analog Mux 1",
518 "Analog Mux 2", "Analog Mux 3"
519};
520
Takashi Iwai2b635362011-05-02 12:33:43 +0200521static const hda_nid_t stac9205_adc_nids[2] = {
Matt Porterf3302a52006-07-31 12:49:34 +0200522 0x12, 0x13
523};
524
Takashi Iwai2b635362011-05-02 12:33:43 +0200525static const hda_nid_t stac9205_mux_nids[2] = {
Matt Porterf3302a52006-07-31 12:49:34 +0200526 0x19, 0x1a
527};
528
Takashi Iwai2b635362011-05-02 12:33:43 +0200529static const hda_nid_t stac9205_dmux_nids[1] = {
Takashi Iwai1697055e2007-12-18 18:05:52 +0100530 0x1d,
Matthew Ranostaye1f0d662007-12-13 17:47:21 +0100531};
532
Takashi Iwai2b635362011-05-02 12:33:43 +0200533static const hda_nid_t stac9205_smux_nids[1] = {
Matthew Ranostayd9737752008-09-07 12:03:41 +0200534 0x21,
535};
536
Takashi Iwaif6e98522007-10-16 14:27:04 +0200537#define STAC9205_NUM_DMICS 2
Takashi Iwai2b635362011-05-02 12:33:43 +0200538static const hda_nid_t stac9205_dmic_nids[STAC9205_NUM_DMICS + 1] = {
Takashi Iwaif6e98522007-10-16 14:27:04 +0200539 0x17, 0x18, 0
Matt Porter8b657272006-10-26 17:12:59 +0200540};
541
Takashi Iwai6479c632009-07-28 18:20:25 +0200542#define STAC9205_NUM_CAPS 2
Takashi Iwai2b635362011-05-02 12:33:43 +0200543static const unsigned long stac9205_capvols[] = {
Takashi Iwai6479c632009-07-28 18:20:25 +0200544 HDA_COMPOSE_AMP_VAL(0x1b, 3, 0, HDA_INPUT),
545 HDA_COMPOSE_AMP_VAL(0x1c, 3, 0, HDA_INPUT),
546};
Takashi Iwai2b635362011-05-02 12:33:43 +0200547static const unsigned long stac9205_capsws[] = {
Takashi Iwai6479c632009-07-28 18:20:25 +0200548 HDA_COMPOSE_AMP_VAL(0x1d, 3, 0, HDA_OUTPUT),
549 HDA_COMPOSE_AMP_VAL(0x1e, 3, 0, HDA_OUTPUT),
550};
551
Takashi Iwai2b635362011-05-02 12:33:43 +0200552static const hda_nid_t stac9200_pin_nids[8] = {
Tobin Davis93ed1502006-09-01 21:03:12 +0200553 0x08, 0x09, 0x0d, 0x0e,
554 0x0f, 0x10, 0x11, 0x12,
Matt2f2f4252005-04-13 14:45:30 +0200555};
556
Takashi Iwai2b635362011-05-02 12:33:43 +0200557static const hda_nid_t stac925x_pin_nids[8] = {
Tobin Davis8e21c342007-01-08 11:04:17 +0100558 0x07, 0x08, 0x0a, 0x0b,
559 0x0c, 0x0d, 0x10, 0x11,
560};
561
Takashi Iwai2b635362011-05-02 12:33:43 +0200562static const hda_nid_t stac922x_pin_nids[10] = {
Matt2f2f4252005-04-13 14:45:30 +0200563 0x0a, 0x0b, 0x0c, 0x0d, 0x0e,
564 0x0f, 0x10, 0x11, 0x15, 0x1b,
565};
566
Takashi Iwai2b635362011-05-02 12:33:43 +0200567static const hda_nid_t stac92hd73xx_pin_nids[13] = {
Matthew Ranostaye1f0d662007-12-13 17:47:21 +0100568 0x0a, 0x0b, 0x0c, 0x0d, 0x0e,
569 0x0f, 0x10, 0x11, 0x12, 0x13,
Matthew Ranostayd9737752008-09-07 12:03:41 +0200570 0x14, 0x22, 0x23
Matthew Ranostaye1f0d662007-12-13 17:47:21 +0100571};
572
Herton Ronaldo Krzesinski616f89e2009-02-04 11:23:19 -0500573#define STAC92HD71BXX_NUM_PINS 13
Takashi Iwai2b635362011-05-02 12:33:43 +0200574static const hda_nid_t stac92hd71bxx_pin_nids_4port[STAC92HD71BXX_NUM_PINS] = {
Herton Ronaldo Krzesinski616f89e2009-02-04 11:23:19 -0500575 0x0a, 0x0b, 0x0c, 0x0d, 0x00,
576 0x00, 0x14, 0x18, 0x19, 0x1e,
577 0x1f, 0x20, 0x27
578};
Takashi Iwai2b635362011-05-02 12:33:43 +0200579static const hda_nid_t stac92hd71bxx_pin_nids_6port[STAC92HD71BXX_NUM_PINS] = {
Matthew Ranostaye035b842007-11-06 11:53:55 +0100580 0x0a, 0x0b, 0x0c, 0x0d, 0x0e,
581 0x0f, 0x14, 0x18, 0x19, 0x1e,
Herton Ronaldo Krzesinski616f89e2009-02-04 11:23:19 -0500582 0x1f, 0x20, 0x27
Matthew Ranostaye035b842007-11-06 11:53:55 +0100583};
584
Takashi Iwai2b635362011-05-02 12:33:43 +0200585static const hda_nid_t stac927x_pin_nids[14] = {
Matt Porter3cc08dc2006-01-23 15:27:49 +0100586 0x0a, 0x0b, 0x0c, 0x0d, 0x0e,
587 0x0f, 0x10, 0x11, 0x12, 0x13,
588 0x14, 0x21, 0x22, 0x23,
589};
590
Takashi Iwai2b635362011-05-02 12:33:43 +0200591static const hda_nid_t stac9205_pin_nids[12] = {
Matt Porterf3302a52006-07-31 12:49:34 +0200592 0x0a, 0x0b, 0x0c, 0x0d, 0x0e,
593 0x0f, 0x14, 0x16, 0x17, 0x18,
594 0x21, 0x22,
Matt Porterf3302a52006-07-31 12:49:34 +0200595};
596
Matt Porter8b657272006-10-26 17:12:59 +0200597static int stac92xx_dmux_enum_info(struct snd_kcontrol *kcontrol,
598 struct snd_ctl_elem_info *uinfo)
599{
600 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
601 struct sigmatel_spec *spec = codec->spec;
602 return snd_hda_input_mux_info(spec->dinput_mux, uinfo);
603}
604
605static int stac92xx_dmux_enum_get(struct snd_kcontrol *kcontrol,
606 struct snd_ctl_elem_value *ucontrol)
607{
608 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
609 struct sigmatel_spec *spec = codec->spec;
Matthew Ranostaye1f0d662007-12-13 17:47:21 +0100610 unsigned int dmux_idx = snd_ctl_get_ioffidx(kcontrol, &ucontrol->id);
Matt Porter8b657272006-10-26 17:12:59 +0200611
Matthew Ranostaye1f0d662007-12-13 17:47:21 +0100612 ucontrol->value.enumerated.item[0] = spec->cur_dmux[dmux_idx];
Matt Porter8b657272006-10-26 17:12:59 +0200613 return 0;
614}
615
616static int stac92xx_dmux_enum_put(struct snd_kcontrol *kcontrol,
617 struct snd_ctl_elem_value *ucontrol)
618{
619 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
620 struct sigmatel_spec *spec = codec->spec;
Matthew Ranostaye1f0d662007-12-13 17:47:21 +0100621 unsigned int dmux_idx = snd_ctl_get_ioffidx(kcontrol, &ucontrol->id);
Matt Porter8b657272006-10-26 17:12:59 +0200622
623 return snd_hda_input_mux_put(codec, spec->dinput_mux, ucontrol,
Matthew Ranostaye1f0d662007-12-13 17:47:21 +0100624 spec->dmux_nids[dmux_idx], &spec->cur_dmux[dmux_idx]);
Matt Porter8b657272006-10-26 17:12:59 +0200625}
626
Matthew Ranostayd9737752008-09-07 12:03:41 +0200627static int stac92xx_smux_enum_info(struct snd_kcontrol *kcontrol,
628 struct snd_ctl_elem_info *uinfo)
629{
630 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
631 struct sigmatel_spec *spec = codec->spec;
632 return snd_hda_input_mux_info(spec->sinput_mux, uinfo);
633}
634
635static int stac92xx_smux_enum_get(struct snd_kcontrol *kcontrol,
636 struct snd_ctl_elem_value *ucontrol)
637{
638 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
639 struct sigmatel_spec *spec = codec->spec;
640 unsigned int smux_idx = snd_ctl_get_ioffidx(kcontrol, &ucontrol->id);
641
642 ucontrol->value.enumerated.item[0] = spec->cur_smux[smux_idx];
643 return 0;
644}
645
646static int stac92xx_smux_enum_put(struct snd_kcontrol *kcontrol,
647 struct snd_ctl_elem_value *ucontrol)
648{
649 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
650 struct sigmatel_spec *spec = codec->spec;
Matthew Ranostay00ef50c2008-09-27 18:13:47 -0400651 struct hda_input_mux *smux = &spec->private_smux;
Matthew Ranostayd9737752008-09-07 12:03:41 +0200652 unsigned int smux_idx = snd_ctl_get_ioffidx(kcontrol, &ucontrol->id);
Matthew Ranostay00ef50c2008-09-27 18:13:47 -0400653 int err, val;
654 hda_nid_t nid;
Matthew Ranostayd9737752008-09-07 12:03:41 +0200655
Matthew Ranostay00ef50c2008-09-27 18:13:47 -0400656 err = snd_hda_input_mux_put(codec, spec->sinput_mux, ucontrol,
Matthew Ranostayd9737752008-09-07 12:03:41 +0200657 spec->smux_nids[smux_idx], &spec->cur_smux[smux_idx]);
Matthew Ranostay00ef50c2008-09-27 18:13:47 -0400658 if (err < 0)
659 return err;
660
661 if (spec->spdif_mute) {
662 if (smux_idx == 0)
663 nid = spec->multiout.dig_out_nid;
664 else
665 nid = codec->slave_dig_outs[smux_idx - 1];
666 if (spec->cur_smux[smux_idx] == smux->num_items - 1)
Takashi Iwaic9b46f92008-12-01 11:42:09 +0100667 val = HDA_AMP_MUTE;
Matthew Ranostay00ef50c2008-09-27 18:13:47 -0400668 else
Takashi Iwaic9b46f92008-12-01 11:42:09 +0100669 val = 0;
Matthew Ranostay00ef50c2008-09-27 18:13:47 -0400670 /* un/mute SPDIF out */
Takashi Iwaic9b46f92008-12-01 11:42:09 +0100671 snd_hda_codec_amp_stereo(codec, nid, HDA_OUTPUT, 0,
672 HDA_AMP_MUTE, val);
Matthew Ranostay00ef50c2008-09-27 18:13:47 -0400673 }
674 return 0;
Matthew Ranostayd9737752008-09-07 12:03:41 +0200675}
676
Wang Shaoyan96b63592011-08-10 16:01:04 +0800677#ifdef CONFIG_SND_HDA_POWER_SAVE
Vitaliy Kulikov45eebda2011-07-26 16:56:20 -0500678static int stac_vrefout_set(struct hda_codec *codec,
679 hda_nid_t nid, unsigned int new_vref)
680{
681 int error, pinctl;
682
683 snd_printdd("%s, nid %x ctl %x\n", __func__, nid, new_vref);
684 pinctl = snd_hda_codec_read(codec, nid, 0,
685 AC_VERB_GET_PIN_WIDGET_CONTROL, 0);
686
687 if (pinctl < 0)
688 return pinctl;
689
690 pinctl &= 0xff;
691 pinctl &= ~AC_PINCTL_VREFEN;
692 pinctl |= (new_vref & AC_PINCTL_VREFEN);
693
694 error = snd_hda_codec_write_cache(codec, nid, 0,
695 AC_VERB_SET_PIN_WIDGET_CONTROL, pinctl);
696 if (error < 0)
697 return error;
698
699 return 1;
700}
Wang Shaoyan96b63592011-08-10 16:01:04 +0800701#endif
Vitaliy Kulikov45eebda2011-07-26 16:56:20 -0500702
Nickolas Lloyd2fc99892009-05-15 15:33:30 +0200703static unsigned int stac92xx_vref_set(struct hda_codec *codec,
704 hda_nid_t nid, unsigned int new_vref)
705{
Takashi Iwaib8621512009-06-22 08:00:10 +0200706 int error;
Nickolas Lloyd2fc99892009-05-15 15:33:30 +0200707 unsigned int pincfg;
708 pincfg = snd_hda_codec_read(codec, nid, 0,
709 AC_VERB_GET_PIN_WIDGET_CONTROL, 0);
710
711 pincfg &= 0xff;
712 pincfg &= ~(AC_PINCTL_VREFEN | AC_PINCTL_IN_EN | AC_PINCTL_OUT_EN);
713 pincfg |= new_vref;
714
715 if (new_vref == AC_PINCTL_VREF_HIZ)
716 pincfg |= AC_PINCTL_OUT_EN;
717 else
718 pincfg |= AC_PINCTL_IN_EN;
719
720 error = snd_hda_codec_write_cache(codec, nid, 0,
721 AC_VERB_SET_PIN_WIDGET_CONTROL, pincfg);
722 if (error < 0)
723 return error;
724 else
725 return 1;
726}
727
728static unsigned int stac92xx_vref_get(struct hda_codec *codec, hda_nid_t nid)
729{
730 unsigned int vref;
731 vref = snd_hda_codec_read(codec, nid, 0,
732 AC_VERB_GET_PIN_WIDGET_CONTROL, 0);
733 vref &= AC_PINCTL_VREFEN;
734 return vref;
735}
736
Takashi Iwaic8b6bf92005-11-17 14:57:47 +0100737static int stac92xx_mux_enum_info(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_info *uinfo)
Matt2f2f4252005-04-13 14:45:30 +0200738{
739 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
740 struct sigmatel_spec *spec = codec->spec;
Mattc7d4b2f2005-06-27 14:59:41 +0200741 return snd_hda_input_mux_info(spec->input_mux, uinfo);
Matt2f2f4252005-04-13 14:45:30 +0200742}
743
Takashi Iwaic8b6bf92005-11-17 14:57:47 +0100744static int stac92xx_mux_enum_get(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol)
Matt2f2f4252005-04-13 14:45:30 +0200745{
746 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
747 struct sigmatel_spec *spec = codec->spec;
748 unsigned int adc_idx = snd_ctl_get_ioffidx(kcontrol, &ucontrol->id);
749
750 ucontrol->value.enumerated.item[0] = spec->cur_mux[adc_idx];
751 return 0;
752}
753
Takashi Iwaic8b6bf92005-11-17 14:57:47 +0100754static int stac92xx_mux_enum_put(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol)
Matt2f2f4252005-04-13 14:45:30 +0200755{
756 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
757 struct sigmatel_spec *spec = codec->spec;
758 unsigned int adc_idx = snd_ctl_get_ioffidx(kcontrol, &ucontrol->id);
Takashi Iwai5207e102009-07-30 13:09:08 +0200759 const struct hda_input_mux *imux = spec->input_mux;
Vitaliy Kulikov094a4242011-03-09 19:47:43 -0600760 unsigned int idx, prev_idx, didx;
Matt2f2f4252005-04-13 14:45:30 +0200761
Takashi Iwai5207e102009-07-30 13:09:08 +0200762 idx = ucontrol->value.enumerated.item[0];
763 if (idx >= imux->num_items)
764 idx = imux->num_items - 1;
765 prev_idx = spec->cur_mux[adc_idx];
766 if (prev_idx == idx)
767 return 0;
768 if (idx < spec->num_analog_muxes) {
769 snd_hda_codec_write_cache(codec, spec->mux_nids[adc_idx], 0,
770 AC_VERB_SET_CONNECT_SEL,
771 imux->items[idx].index);
Vitaliy Kulikov094a4242011-03-09 19:47:43 -0600772 if (prev_idx >= spec->num_analog_muxes &&
773 spec->mux_nids[adc_idx] != spec->dmux_nids[adc_idx]) {
Takashi Iwai5207e102009-07-30 13:09:08 +0200774 imux = spec->dinput_mux;
775 /* 0 = analog */
776 snd_hda_codec_write_cache(codec,
777 spec->dmux_nids[adc_idx], 0,
778 AC_VERB_SET_CONNECT_SEL,
779 imux->items[0].index);
780 }
781 } else {
782 imux = spec->dinput_mux;
Vitaliy Kulikov094a4242011-03-09 19:47:43 -0600783 /* first dimux item is hardcoded to select analog imux,
784 * so lets skip it
785 */
786 didx = idx - spec->num_analog_muxes + 1;
Takashi Iwai5207e102009-07-30 13:09:08 +0200787 snd_hda_codec_write_cache(codec, spec->dmux_nids[adc_idx], 0,
788 AC_VERB_SET_CONNECT_SEL,
Vitaliy Kulikov094a4242011-03-09 19:47:43 -0600789 imux->items[didx].index);
Takashi Iwai5207e102009-07-30 13:09:08 +0200790 }
791 spec->cur_mux[adc_idx] = idx;
792 return 1;
Matt2f2f4252005-04-13 14:45:30 +0200793}
794
Matthew Ranostayb22b4822008-01-22 12:32:30 +0100795static int stac92xx_mono_mux_enum_info(struct snd_kcontrol *kcontrol,
796 struct snd_ctl_elem_info *uinfo)
797{
798 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
799 struct sigmatel_spec *spec = codec->spec;
800 return snd_hda_input_mux_info(spec->mono_mux, uinfo);
801}
802
803static int stac92xx_mono_mux_enum_get(struct snd_kcontrol *kcontrol,
804 struct snd_ctl_elem_value *ucontrol)
805{
806 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
807 struct sigmatel_spec *spec = codec->spec;
808
809 ucontrol->value.enumerated.item[0] = spec->cur_mmux;
810 return 0;
811}
812
813static int stac92xx_mono_mux_enum_put(struct snd_kcontrol *kcontrol,
814 struct snd_ctl_elem_value *ucontrol)
815{
816 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
817 struct sigmatel_spec *spec = codec->spec;
818
819 return snd_hda_input_mux_put(codec, spec->mono_mux, ucontrol,
820 spec->mono_nid, &spec->cur_mmux);
821}
822
Maxim Levitsky5f10c4a2007-09-03 15:29:37 +0200823#define stac92xx_aloopback_info snd_ctl_boolean_mono_info
824
825static int stac92xx_aloopback_get(struct snd_kcontrol *kcontrol,
826 struct snd_ctl_elem_value *ucontrol)
827{
828 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
Matthew Ranostaye1f0d662007-12-13 17:47:21 +0100829 unsigned int idx = snd_ctl_get_ioffidx(kcontrol, &ucontrol->id);
Maxim Levitsky5f10c4a2007-09-03 15:29:37 +0200830 struct sigmatel_spec *spec = codec->spec;
831
Matthew Ranostaye1f0d662007-12-13 17:47:21 +0100832 ucontrol->value.integer.value[0] = !!(spec->aloopback &
833 (spec->aloopback_mask << idx));
Maxim Levitsky5f10c4a2007-09-03 15:29:37 +0200834 return 0;
835}
836
837static int stac92xx_aloopback_put(struct snd_kcontrol *kcontrol,
838 struct snd_ctl_elem_value *ucontrol)
839{
840 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
841 struct sigmatel_spec *spec = codec->spec;
Matthew Ranostaye1f0d662007-12-13 17:47:21 +0100842 unsigned int idx = snd_ctl_get_ioffidx(kcontrol, &ucontrol->id);
Maxim Levitsky5f10c4a2007-09-03 15:29:37 +0200843 unsigned int dac_mode;
Matthew Ranostaye1f0d662007-12-13 17:47:21 +0100844 unsigned int val, idx_val;
Maxim Levitsky5f10c4a2007-09-03 15:29:37 +0200845
Matthew Ranostaye1f0d662007-12-13 17:47:21 +0100846 idx_val = spec->aloopback_mask << idx;
847 if (ucontrol->value.integer.value[0])
848 val = spec->aloopback | idx_val;
849 else
850 val = spec->aloopback & ~idx_val;
Takashi Iwai68ea7b22007-11-15 15:54:38 +0100851 if (spec->aloopback == val)
Maxim Levitsky5f10c4a2007-09-03 15:29:37 +0200852 return 0;
853
Takashi Iwai68ea7b22007-11-15 15:54:38 +0100854 spec->aloopback = val;
Maxim Levitsky5f10c4a2007-09-03 15:29:37 +0200855
Matthew Ranostaye1f0d662007-12-13 17:47:21 +0100856 /* Only return the bits defined by the shift value of the
857 * first two bytes of the mask
858 */
Maxim Levitsky5f10c4a2007-09-03 15:29:37 +0200859 dac_mode = snd_hda_codec_read(codec, codec->afg, 0,
Matthew Ranostaye1f0d662007-12-13 17:47:21 +0100860 kcontrol->private_value & 0xFFFF, 0x0);
861 dac_mode >>= spec->aloopback_shift;
Maxim Levitsky5f10c4a2007-09-03 15:29:37 +0200862
Matthew Ranostaye1f0d662007-12-13 17:47:21 +0100863 if (spec->aloopback & idx_val) {
Maxim Levitsky5f10c4a2007-09-03 15:29:37 +0200864 snd_hda_power_up(codec);
Matthew Ranostaye1f0d662007-12-13 17:47:21 +0100865 dac_mode |= idx_val;
Maxim Levitsky5f10c4a2007-09-03 15:29:37 +0200866 } else {
867 snd_hda_power_down(codec);
Matthew Ranostaye1f0d662007-12-13 17:47:21 +0100868 dac_mode &= ~idx_val;
Maxim Levitsky5f10c4a2007-09-03 15:29:37 +0200869 }
870
871 snd_hda_codec_write_cache(codec, codec->afg, 0,
872 kcontrol->private_value >> 16, dac_mode);
873
874 return 1;
875}
876
Takashi Iwai2b635362011-05-02 12:33:43 +0200877static const struct hda_verb stac9200_core_init[] = {
Matt2f2f4252005-04-13 14:45:30 +0200878 /* set dac0mux for dac converter */
Mattc7d4b2f2005-06-27 14:59:41 +0200879 { 0x07, AC_VERB_SET_CONNECT_SEL, 0x00},
Matt2f2f4252005-04-13 14:45:30 +0200880 {}
881};
882
Takashi Iwai2b635362011-05-02 12:33:43 +0200883static const struct hda_verb stac9200_eapd_init[] = {
Takashi Iwai1194b5b2007-10-10 10:04:26 +0200884 /* set dac0mux for dac converter */
885 {0x07, AC_VERB_SET_CONNECT_SEL, 0x00},
886 {0x08, AC_VERB_SET_EAPD_BTLENABLE, 0x02},
887 {}
888};
889
Takashi Iwai2b635362011-05-02 12:33:43 +0200890static const struct hda_verb dell_eq_core_init[] = {
Matthew Ranostayd654a662008-03-14 08:46:51 +0100891 /* set master volume to max value without distortion
892 * and direct control */
893 { 0x1f, AC_VERB_SET_VOLUME_KNOB_CONTROL, 0xec},
Matthew Ranostayd654a662008-03-14 08:46:51 +0100894 {}
895};
896
Takashi Iwai2b635362011-05-02 12:33:43 +0200897static const struct hda_verb stac92hd73xx_core_init[] = {
Matthew Ranostaye1f0d662007-12-13 17:47:21 +0100898 /* set master volume and direct control */
899 { 0x1f, AC_VERB_SET_VOLUME_KNOB_CONTROL, 0xff},
Matthew Ranostaye1f0d662007-12-13 17:47:21 +0100900 {}
901};
902
Takashi Iwai2b635362011-05-02 12:33:43 +0200903static const struct hda_verb stac92hd83xxx_core_init[] = {
Matthew Ranostayd0513fc2008-07-27 10:30:30 +0200904 /* power state controls amps */
905 { 0x01, AC_VERB_SET_EAPD, 1 << 2},
Herton Ronaldo Krzesinski574f3c42008-12-23 16:53:00 -0200906 {}
Matthew Ranostayd0513fc2008-07-27 10:30:30 +0200907};
908
Takashi Iwai2b635362011-05-02 12:33:43 +0200909static const struct hda_verb stac92hd71bxx_core_init[] = {
Matthew Ranostaye035b842007-11-06 11:53:55 +0100910 /* set master volume and direct control */
911 { 0x28, AC_VERB_SET_VOLUME_KNOB_CONTROL, 0xff},
Herton Ronaldo Krzesinski574f3c42008-12-23 16:53:00 -0200912 {}
Matthew Ranostay541eee82007-12-14 12:08:04 +0100913};
914
Takashi Iwai2b635362011-05-02 12:33:43 +0200915static const struct hda_verb stac92hd71bxx_unmute_core_init[] = {
Matthew Ranostayca8d33f2009-01-26 09:33:52 -0500916 /* unmute right and left channels for nodes 0x0f, 0xa, 0x0d */
917 { 0x0f, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
Matthew Ranostaye035b842007-11-06 11:53:55 +0100918 { 0x0a, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
919 { 0x0d, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
Matthew Ranostaye035b842007-11-06 11:53:55 +0100920 {}
921};
922
Takashi Iwai2b635362011-05-02 12:33:43 +0200923static const struct hda_verb stac925x_core_init[] = {
Tobin Davis8e21c342007-01-08 11:04:17 +0100924 /* set dac0mux for dac converter */
925 { 0x06, AC_VERB_SET_CONNECT_SEL, 0x00},
Takashi Iwaic9280d62009-01-15 17:31:00 +0100926 /* mute the master volume */
927 { 0x0e, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_MUTE },
Tobin Davis8e21c342007-01-08 11:04:17 +0100928 {}
929};
930
Takashi Iwai2b635362011-05-02 12:33:43 +0200931static const struct hda_verb stac922x_core_init[] = {
Matt2f2f4252005-04-13 14:45:30 +0200932 /* set master volume and direct control */
Mattc7d4b2f2005-06-27 14:59:41 +0200933 { 0x16, AC_VERB_SET_VOLUME_KNOB_CONTROL, 0xff},
Matt2f2f4252005-04-13 14:45:30 +0200934 {}
935};
936
Takashi Iwai2b635362011-05-02 12:33:43 +0200937static const struct hda_verb d965_core_init[] = {
Takashi Iwai19039bd2006-06-28 15:52:16 +0200938 /* set master volume and direct control */
Tobin Davis93ed1502006-09-01 21:03:12 +0200939 { 0x24, AC_VERB_SET_VOLUME_KNOB_CONTROL, 0xff},
Takashi Iwai19039bd2006-06-28 15:52:16 +0200940 /* unmute node 0x1b */
941 { 0x1b, AC_VERB_SET_AMP_GAIN_MUTE, 0xb000},
942 /* select node 0x03 as DAC */
943 { 0x0b, AC_VERB_SET_CONNECT_SEL, 0x01},
944 {}
945};
946
Takashi Iwai2b635362011-05-02 12:33:43 +0200947static const struct hda_verb dell_3st_core_init[] = {
Takashi Iwaiccca7cd2009-10-13 15:32:21 +0200948 /* don't set delta bit */
949 {0x24, AC_VERB_SET_VOLUME_KNOB_CONTROL, 0x7f},
950 /* unmute node 0x1b */
951 {0x1b, AC_VERB_SET_AMP_GAIN_MUTE, 0xb000},
952 /* select node 0x03 as DAC */
953 {0x0b, AC_VERB_SET_CONNECT_SEL, 0x01},
954 {}
955};
956
Takashi Iwai2b635362011-05-02 12:33:43 +0200957static const struct hda_verb stac927x_core_init[] = {
Matt Porter3cc08dc2006-01-23 15:27:49 +0100958 /* set master volume and direct control */
959 { 0x24, AC_VERB_SET_VOLUME_KNOB_CONTROL, 0xff},
Matthew Ranostay1cd22242008-07-18 18:20:52 +0200960 /* enable analog pc beep path */
961 { 0x01, AC_VERB_SET_DIGI_CONVERT_2, 1 << 5},
Matt Porter3cc08dc2006-01-23 15:27:49 +0100962 {}
963};
964
Takashi Iwai2b635362011-05-02 12:33:43 +0200965static const struct hda_verb stac927x_volknob_core_init[] = {
Takashi Iwai54930532009-10-11 17:38:29 +0200966 /* don't set delta bit */
967 {0x24, AC_VERB_SET_VOLUME_KNOB_CONTROL, 0x7f},
968 /* enable analog pc beep path */
969 {0x01, AC_VERB_SET_DIGI_CONVERT_2, 1 << 5},
970 {}
971};
972
Takashi Iwai2b635362011-05-02 12:33:43 +0200973static const struct hda_verb stac9205_core_init[] = {
Matt Porterf3302a52006-07-31 12:49:34 +0200974 /* set master volume and direct control */
975 { 0x24, AC_VERB_SET_VOLUME_KNOB_CONTROL, 0xff},
Matthew Ranostayd0513fc2008-07-27 10:30:30 +0200976 /* enable analog pc beep path */
977 { 0x01, AC_VERB_SET_DIGI_CONVERT_2, 1 << 5},
Matt Porterf3302a52006-07-31 12:49:34 +0200978 {}
979};
980
Matthew Ranostayb22b4822008-01-22 12:32:30 +0100981#define STAC_MONO_MUX \
982 { \
983 .iface = SNDRV_CTL_ELEM_IFACE_MIXER, \
984 .name = "Mono Mux", \
985 .count = 1, \
986 .info = stac92xx_mono_mux_enum_info, \
987 .get = stac92xx_mono_mux_enum_get, \
988 .put = stac92xx_mono_mux_enum_put, \
989 }
990
Matthew Ranostaye1f0d662007-12-13 17:47:21 +0100991#define STAC_ANALOG_LOOPBACK(verb_read, verb_write, cnt) \
Maxim Levitsky5f10c4a2007-09-03 15:29:37 +0200992 { \
993 .iface = SNDRV_CTL_ELEM_IFACE_MIXER, \
994 .name = "Analog Loopback", \
Matthew Ranostaye1f0d662007-12-13 17:47:21 +0100995 .count = cnt, \
Maxim Levitsky5f10c4a2007-09-03 15:29:37 +0200996 .info = stac92xx_aloopback_info, \
997 .get = stac92xx_aloopback_get, \
998 .put = stac92xx_aloopback_put, \
999 .private_value = verb_read | (verb_write << 16), \
1000 }
1001
Nickolas Lloyd2fc99892009-05-15 15:33:30 +02001002#define DC_BIAS(xname, idx, nid) \
1003 { \
1004 .iface = SNDRV_CTL_ELEM_IFACE_MIXER, \
1005 .name = xname, \
1006 .index = idx, \
1007 .info = stac92xx_dc_bias_info, \
1008 .get = stac92xx_dc_bias_get, \
1009 .put = stac92xx_dc_bias_put, \
1010 .private_value = nid, \
1011 }
1012
Takashi Iwai2b635362011-05-02 12:33:43 +02001013static const struct snd_kcontrol_new stac9200_mixer[] = {
Clemens Ladischde8c85f2010-10-15 10:32:50 +02001014 HDA_CODEC_VOLUME_MIN_MUTE("Master Playback Volume", 0xb, 0, HDA_OUTPUT),
Matt2f2f4252005-04-13 14:45:30 +02001015 HDA_CODEC_MUTE("Master Playback Switch", 0xb, 0, HDA_OUTPUT),
Matt2f2f4252005-04-13 14:45:30 +02001016 HDA_CODEC_VOLUME("Capture Volume", 0x0a, 0, HDA_OUTPUT),
1017 HDA_CODEC_MUTE("Capture Switch", 0x0a, 0, HDA_OUTPUT),
Matt2f2f4252005-04-13 14:45:30 +02001018 { } /* end */
1019};
1020
Takashi Iwai2b635362011-05-02 12:33:43 +02001021static const struct snd_kcontrol_new stac92hd73xx_6ch_loopback[] = {
Takashi Iwaid78d7a92009-03-02 14:26:25 +01001022 STAC_ANALOG_LOOPBACK(0xFA0, 0x7A1, 3),
1023 {}
1024};
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01001025
Takashi Iwai2b635362011-05-02 12:33:43 +02001026static const struct snd_kcontrol_new stac92hd73xx_8ch_loopback[] = {
Takashi Iwaid78d7a92009-03-02 14:26:25 +01001027 STAC_ANALOG_LOOPBACK(0xFA0, 0x7A1, 4),
1028 {}
1029};
1030
Takashi Iwai2b635362011-05-02 12:33:43 +02001031static const struct snd_kcontrol_new stac92hd73xx_10ch_loopback[] = {
Takashi Iwaid78d7a92009-03-02 14:26:25 +01001032 STAC_ANALOG_LOOPBACK(0xFA0, 0x7A1, 5),
1033 {}
1034};
1035
Matthew Ranostayd0513fc2008-07-27 10:30:30 +02001036
Takashi Iwai2b635362011-05-02 12:33:43 +02001037static const struct snd_kcontrol_new stac92hd71bxx_loopback[] = {
Takashi Iwaid78d7a92009-03-02 14:26:25 +01001038 STAC_ANALOG_LOOPBACK(0xFA0, 0x7A0, 2)
1039};
Matthew Ranostay541eee82007-12-14 12:08:04 +01001040
Takashi Iwai2b635362011-05-02 12:33:43 +02001041static const struct snd_kcontrol_new stac925x_mixer[] = {
Clemens Ladischde8c85f2010-10-15 10:32:50 +02001042 HDA_CODEC_VOLUME_MIN_MUTE("Master Playback Volume", 0xe, 0, HDA_OUTPUT),
Takashi Iwaic9280d62009-01-15 17:31:00 +01001043 HDA_CODEC_MUTE("Master Playback Switch", 0x0e, 0, HDA_OUTPUT),
Maxim Levitsky9e05b7a2007-09-03 15:31:02 +02001044 { } /* end */
1045};
1046
Takashi Iwai2b635362011-05-02 12:33:43 +02001047static const struct snd_kcontrol_new stac9205_loopback[] = {
Takashi Iwaid78d7a92009-03-02 14:26:25 +01001048 STAC_ANALOG_LOOPBACK(0xFE0, 0x7E0, 1),
1049 {}
1050};
1051
Takashi Iwai2b635362011-05-02 12:33:43 +02001052static const struct snd_kcontrol_new stac927x_loopback[] = {
Takashi Iwaid78d7a92009-03-02 14:26:25 +01001053 STAC_ANALOG_LOOPBACK(0xFEB, 0x7EB, 1),
1054 {}
1055};
1056
Takashi Iwai1697055e2007-12-18 18:05:52 +01001057static struct snd_kcontrol_new stac_dmux_mixer = {
1058 .iface = SNDRV_CTL_ELEM_IFACE_MIXER,
1059 .name = "Digital Input Source",
1060 /* count set later */
1061 .info = stac92xx_dmux_enum_info,
1062 .get = stac92xx_dmux_enum_get,
1063 .put = stac92xx_dmux_enum_put,
1064};
1065
Matthew Ranostayd9737752008-09-07 12:03:41 +02001066static struct snd_kcontrol_new stac_smux_mixer = {
1067 .iface = SNDRV_CTL_ELEM_IFACE_MIXER,
Matthew Ranostaye3487972008-09-08 11:36:59 -04001068 .name = "IEC958 Playback Source",
Matthew Ranostayd9737752008-09-07 12:03:41 +02001069 /* count set later */
1070 .info = stac92xx_smux_enum_info,
1071 .get = stac92xx_smux_enum_get,
1072 .put = stac92xx_smux_enum_put,
1073};
1074
Takashi Iwaiea734962011-01-17 11:29:34 +01001075static const char * const slave_vols[] = {
Takashi Iwai2134ea42008-01-10 16:53:55 +01001076 "Front Playback Volume",
1077 "Surround Playback Volume",
1078 "Center Playback Volume",
1079 "LFE Playback Volume",
1080 "Side Playback Volume",
1081 "Headphone Playback Volume",
Takashi Iwai2134ea42008-01-10 16:53:55 +01001082 "Speaker Playback Volume",
Takashi Iwai2134ea42008-01-10 16:53:55 +01001083 NULL
1084};
1085
Takashi Iwaiea734962011-01-17 11:29:34 +01001086static const char * const slave_sws[] = {
Takashi Iwai2134ea42008-01-10 16:53:55 +01001087 "Front Playback Switch",
1088 "Surround Playback Switch",
1089 "Center Playback Switch",
1090 "LFE Playback Switch",
1091 "Side Playback Switch",
1092 "Headphone Playback Switch",
Takashi Iwai2134ea42008-01-10 16:53:55 +01001093 "Speaker Playback Switch",
Takashi Iwaiedb54a52008-01-29 12:47:02 +01001094 "IEC958 Playback Switch",
Takashi Iwai2134ea42008-01-10 16:53:55 +01001095 NULL
1096};
1097
Takashi Iwai603c4012008-07-30 15:01:44 +02001098static void stac92xx_free_kctls(struct hda_codec *codec);
Takashi Iwaie4973e12008-11-18 09:32:42 +01001099static int stac92xx_add_jack(struct hda_codec *codec, hda_nid_t nid, int type);
Takashi Iwai603c4012008-07-30 15:01:44 +02001100
Matt2f2f4252005-04-13 14:45:30 +02001101static int stac92xx_build_controls(struct hda_codec *codec)
1102{
1103 struct sigmatel_spec *spec = codec->spec;
Takashi Iwaie4973e12008-11-18 09:32:42 +01001104 struct auto_pin_cfg *cfg = &spec->autocfg;
1105 hda_nid_t nid;
Matt2f2f4252005-04-13 14:45:30 +02001106 int err;
Mattc7d4b2f2005-06-27 14:59:41 +02001107 int i;
Matt2f2f4252005-04-13 14:45:30 +02001108
Takashi Iwai6479c632009-07-28 18:20:25 +02001109 if (spec->mixer) {
1110 err = snd_hda_add_new_ctls(codec, spec->mixer);
1111 if (err < 0)
1112 return err;
1113 }
Mattc7d4b2f2005-06-27 14:59:41 +02001114
1115 for (i = 0; i < spec->num_mixers; i++) {
1116 err = snd_hda_add_new_ctls(codec, spec->mixers[i]);
1117 if (err < 0)
1118 return err;
1119 }
Takashi Iwai5207e102009-07-30 13:09:08 +02001120 if (!spec->auto_mic && spec->num_dmuxes > 0 &&
1121 snd_hda_get_bool_hint(codec, "separate_dmux") == 1) {
Takashi Iwai1697055e2007-12-18 18:05:52 +01001122 stac_dmux_mixer.count = spec->num_dmuxes;
Jaroslav Kysela3911a4c2009-11-11 13:43:01 +01001123 err = snd_hda_ctl_add(codec, 0,
Takashi Iwai1697055e2007-12-18 18:05:52 +01001124 snd_ctl_new1(&stac_dmux_mixer, codec));
1125 if (err < 0)
1126 return err;
1127 }
Matthew Ranostayd9737752008-09-07 12:03:41 +02001128 if (spec->num_smuxes > 0) {
Matthew Ranostay00ef50c2008-09-27 18:13:47 -04001129 int wcaps = get_wcaps(codec, spec->multiout.dig_out_nid);
1130 struct hda_input_mux *smux = &spec->private_smux;
1131 /* check for mute support on SPDIF out */
1132 if (wcaps & AC_WCAP_OUT_AMP) {
Takashi Iwai10a20af2010-09-09 16:28:02 +02001133 snd_hda_add_imux_item(smux, "Off", 0, NULL);
Matthew Ranostay00ef50c2008-09-27 18:13:47 -04001134 spec->spdif_mute = 1;
1135 }
Matthew Ranostayd9737752008-09-07 12:03:41 +02001136 stac_smux_mixer.count = spec->num_smuxes;
Jaroslav Kysela3911a4c2009-11-11 13:43:01 +01001137 err = snd_hda_ctl_add(codec, 0,
Matthew Ranostayd9737752008-09-07 12:03:41 +02001138 snd_ctl_new1(&stac_smux_mixer, codec));
1139 if (err < 0)
1140 return err;
1141 }
Mattc7d4b2f2005-06-27 14:59:41 +02001142
Mattdabbed62005-06-14 10:19:34 +02001143 if (spec->multiout.dig_out_nid) {
Stephen Warren74b654c2011-06-01 11:14:18 -06001144 err = snd_hda_create_spdif_out_ctls(codec,
1145 spec->multiout.dig_out_nid,
1146 spec->multiout.dig_out_nid);
Mattdabbed62005-06-14 10:19:34 +02001147 if (err < 0)
1148 return err;
Takashi Iwai9a081602008-02-12 18:37:26 +01001149 err = snd_hda_create_spdif_share_sw(codec,
1150 &spec->multiout);
1151 if (err < 0)
1152 return err;
1153 spec->multiout.share_spdif = 1;
Mattdabbed62005-06-14 10:19:34 +02001154 }
Harvey Harrisonda74ae32008-10-21 20:28:04 -07001155 if (spec->dig_in_nid && !(spec->gpio_dir & 0x01)) {
Mattdabbed62005-06-14 10:19:34 +02001156 err = snd_hda_create_spdif_in_ctls(codec, spec->dig_in_nid);
1157 if (err < 0)
1158 return err;
1159 }
Takashi Iwai2134ea42008-01-10 16:53:55 +01001160
1161 /* if we have no master control, let's create it */
1162 if (!snd_hda_find_mixer_ctl(codec, "Master Playback Volume")) {
Takashi Iwai1c82ed12008-02-18 13:05:50 +01001163 unsigned int vmaster_tlv[4];
Takashi Iwai2134ea42008-01-10 16:53:55 +01001164 snd_hda_set_vmaster_tlv(codec, spec->multiout.dac_nids[0],
Takashi Iwai1c82ed12008-02-18 13:05:50 +01001165 HDA_OUTPUT, vmaster_tlv);
Takashi Iwai7c7767e2009-01-20 15:28:38 +01001166 /* correct volume offset */
1167 vmaster_tlv[2] += vmaster_tlv[3] * spec->volume_offset;
Clemens Ladischde8c85f2010-10-15 10:32:50 +02001168 /* minimum value is actually mute */
Clemens Ladischa74ccea2010-10-22 15:52:34 +02001169 vmaster_tlv[3] |= TLV_DB_SCALE_MUTE;
Takashi Iwai2134ea42008-01-10 16:53:55 +01001170 err = snd_hda_add_vmaster(codec, "Master Playback Volume",
Takashi Iwai1c82ed12008-02-18 13:05:50 +01001171 vmaster_tlv, slave_vols);
Takashi Iwai2134ea42008-01-10 16:53:55 +01001172 if (err < 0)
1173 return err;
1174 }
1175 if (!snd_hda_find_mixer_ctl(codec, "Master Playback Switch")) {
1176 err = snd_hda_add_vmaster(codec, "Master Playback Switch",
1177 NULL, slave_sws);
1178 if (err < 0)
1179 return err;
1180 }
1181
Takashi Iwaid78d7a92009-03-02 14:26:25 +01001182 if (spec->aloopback_ctl &&
1183 snd_hda_get_bool_hint(codec, "loopback") == 1) {
1184 err = snd_hda_add_new_ctls(codec, spec->aloopback_ctl);
1185 if (err < 0)
1186 return err;
1187 }
1188
Takashi Iwai603c4012008-07-30 15:01:44 +02001189 stac92xx_free_kctls(codec); /* no longer needed */
Takashi Iwaie4973e12008-11-18 09:32:42 +01001190
1191 /* create jack input elements */
1192 if (spec->hp_detect) {
1193 for (i = 0; i < cfg->hp_outs; i++) {
1194 int type = SND_JACK_HEADPHONE;
1195 nid = cfg->hp_pins[i];
1196 /* jack detection */
1197 if (cfg->hp_outs == i)
1198 type |= SND_JACK_LINEOUT;
1199 err = stac92xx_add_jack(codec, nid, type);
1200 if (err < 0)
1201 return err;
1202 }
1203 }
1204 for (i = 0; i < cfg->line_outs; i++) {
1205 err = stac92xx_add_jack(codec, cfg->line_out_pins[i],
1206 SND_JACK_LINEOUT);
1207 if (err < 0)
1208 return err;
1209 }
Takashi Iwaieea7dc92010-08-30 13:06:15 +02001210 for (i = 0; i < cfg->num_inputs; i++) {
1211 nid = cfg->inputs[i].pin;
1212 err = stac92xx_add_jack(codec, nid, SND_JACK_MICROPHONE);
1213 if (err < 0)
1214 return err;
Takashi Iwaie4973e12008-11-18 09:32:42 +01001215 }
1216
Mattdabbed62005-06-14 10:19:34 +02001217 return 0;
Matt2f2f4252005-04-13 14:45:30 +02001218}
1219
Takashi Iwai2b635362011-05-02 12:33:43 +02001220static const unsigned int ref9200_pin_configs[8] = {
Mattdabbed62005-06-14 10:19:34 +02001221 0x01c47010, 0x01447010, 0x0221401f, 0x01114010,
Matt2f2f4252005-04-13 14:45:30 +02001222 0x02a19020, 0x01a19021, 0x90100140, 0x01813122,
1223};
1224
Takashi Iwai2b635362011-05-02 12:33:43 +02001225static const unsigned int gateway9200_m4_pin_configs[8] = {
Mauro Carvalho Chehab58eec422008-08-11 10:18:39 +02001226 0x400000fe, 0x404500f4, 0x400100f0, 0x90110010,
1227 0x400100f1, 0x02a1902e, 0x500000f2, 0x500000f3,
1228};
Takashi Iwai2b635362011-05-02 12:33:43 +02001229static const unsigned int gateway9200_m4_2_pin_configs[8] = {
Mauro Carvalho Chehab58eec422008-08-11 10:18:39 +02001230 0x400000fe, 0x404500f4, 0x400100f0, 0x90110010,
1231 0x400100f1, 0x02a1902e, 0x500000f2, 0x500000f3,
1232};
1233
1234/*
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001235 STAC 9200 pin configs for
1236 102801A8
1237 102801DE
1238 102801E8
1239*/
Takashi Iwai2b635362011-05-02 12:33:43 +02001240static const unsigned int dell9200_d21_pin_configs[8] = {
Takashi Iwaiaf6c0162007-09-05 23:46:03 +02001241 0x400001f0, 0x400001f1, 0x02214030, 0x01014010,
1242 0x02a19020, 0x01a19021, 0x90100140, 0x01813122,
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001243};
1244
1245/*
1246 STAC 9200 pin configs for
1247 102801C0
1248 102801C1
1249*/
Takashi Iwai2b635362011-05-02 12:33:43 +02001250static const unsigned int dell9200_d22_pin_configs[8] = {
Takashi Iwaiaf6c0162007-09-05 23:46:03 +02001251 0x400001f0, 0x400001f1, 0x0221401f, 0x01014010,
1252 0x01813020, 0x02a19021, 0x90100140, 0x400001f2,
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001253};
1254
1255/*
1256 STAC 9200 pin configs for
1257 102801C4 (Dell Dimension E310)
1258 102801C5
1259 102801C7
1260 102801D9
1261 102801DA
1262 102801E3
1263*/
Takashi Iwai2b635362011-05-02 12:33:43 +02001264static const unsigned int dell9200_d23_pin_configs[8] = {
Takashi Iwaiaf6c0162007-09-05 23:46:03 +02001265 0x400001f0, 0x400001f1, 0x0221401f, 0x01014010,
1266 0x01813020, 0x01a19021, 0x90100140, 0x400001f2,
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001267};
1268
1269
1270/*
1271 STAC 9200-32 pin configs for
1272 102801B5 (Dell Inspiron 630m)
1273 102801D8 (Dell Inspiron 640m)
1274*/
Takashi Iwai2b635362011-05-02 12:33:43 +02001275static const unsigned int dell9200_m21_pin_configs[8] = {
Takashi Iwaiaf6c0162007-09-05 23:46:03 +02001276 0x40c003fa, 0x03441340, 0x0321121f, 0x90170310,
1277 0x408003fb, 0x03a11020, 0x401003fc, 0x403003fd,
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001278};
1279
1280/*
1281 STAC 9200-32 pin configs for
1282 102801C2 (Dell Latitude D620)
1283 102801C8
1284 102801CC (Dell Latitude D820)
1285 102801D4
1286 102801D6
1287*/
Takashi Iwai2b635362011-05-02 12:33:43 +02001288static const unsigned int dell9200_m22_pin_configs[8] = {
Takashi Iwaiaf6c0162007-09-05 23:46:03 +02001289 0x40c003fa, 0x0144131f, 0x0321121f, 0x90170310,
1290 0x90a70321, 0x03a11020, 0x401003fb, 0x40f000fc,
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001291};
1292
1293/*
1294 STAC 9200-32 pin configs for
1295 102801CE (Dell XPS M1710)
1296 102801CF (Dell Precision M90)
1297*/
Takashi Iwai2b635362011-05-02 12:33:43 +02001298static const unsigned int dell9200_m23_pin_configs[8] = {
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001299 0x40c003fa, 0x01441340, 0x0421421f, 0x90170310,
1300 0x408003fb, 0x04a1102e, 0x90170311, 0x403003fc,
1301};
1302
1303/*
1304 STAC 9200-32 pin configs for
1305 102801C9
1306 102801CA
1307 102801CB (Dell Latitude 120L)
1308 102801D3
1309*/
Takashi Iwai2b635362011-05-02 12:33:43 +02001310static const unsigned int dell9200_m24_pin_configs[8] = {
Takashi Iwaiaf6c0162007-09-05 23:46:03 +02001311 0x40c003fa, 0x404003fb, 0x0321121f, 0x90170310,
1312 0x408003fc, 0x03a11020, 0x401003fd, 0x403003fe,
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001313};
1314
1315/*
1316 STAC 9200-32 pin configs for
1317 102801BD (Dell Inspiron E1505n)
1318 102801EE
1319 102801EF
1320*/
Takashi Iwai2b635362011-05-02 12:33:43 +02001321static const unsigned int dell9200_m25_pin_configs[8] = {
Takashi Iwaiaf6c0162007-09-05 23:46:03 +02001322 0x40c003fa, 0x01441340, 0x0421121f, 0x90170310,
1323 0x408003fb, 0x04a11020, 0x401003fc, 0x403003fd,
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001324};
1325
1326/*
1327 STAC 9200-32 pin configs for
1328 102801F5 (Dell Inspiron 1501)
1329 102801F6
1330*/
Takashi Iwai2b635362011-05-02 12:33:43 +02001331static const unsigned int dell9200_m26_pin_configs[8] = {
Takashi Iwaiaf6c0162007-09-05 23:46:03 +02001332 0x40c003fa, 0x404003fb, 0x0421121f, 0x90170310,
1333 0x408003fc, 0x04a11020, 0x401003fd, 0x403003fe,
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001334};
1335
1336/*
1337 STAC 9200-32
1338 102801CD (Dell Inspiron E1705/9400)
1339*/
Takashi Iwai2b635362011-05-02 12:33:43 +02001340static const unsigned int dell9200_m27_pin_configs[8] = {
Takashi Iwaiaf6c0162007-09-05 23:46:03 +02001341 0x40c003fa, 0x01441340, 0x0421121f, 0x90170310,
1342 0x90170310, 0x04a11020, 0x90170310, 0x40f003fc,
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001343};
1344
Takashi Iwai2b635362011-05-02 12:33:43 +02001345static const unsigned int oqo9200_pin_configs[8] = {
Tobin Davisbf277782008-02-03 20:31:47 +01001346 0x40c000f0, 0x404000f1, 0x0221121f, 0x02211210,
1347 0x90170111, 0x90a70120, 0x400000f2, 0x400000f3,
1348};
1349
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001350
Takashi Iwai2b635362011-05-02 12:33:43 +02001351static const unsigned int *stac9200_brd_tbl[STAC_9200_MODELS] = {
Takashi Iwaif5fcc132006-11-24 17:07:44 +01001352 [STAC_REF] = ref9200_pin_configs,
Tobin Davisbf277782008-02-03 20:31:47 +01001353 [STAC_9200_OQO] = oqo9200_pin_configs,
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001354 [STAC_9200_DELL_D21] = dell9200_d21_pin_configs,
1355 [STAC_9200_DELL_D22] = dell9200_d22_pin_configs,
1356 [STAC_9200_DELL_D23] = dell9200_d23_pin_configs,
1357 [STAC_9200_DELL_M21] = dell9200_m21_pin_configs,
1358 [STAC_9200_DELL_M22] = dell9200_m22_pin_configs,
1359 [STAC_9200_DELL_M23] = dell9200_m23_pin_configs,
1360 [STAC_9200_DELL_M24] = dell9200_m24_pin_configs,
1361 [STAC_9200_DELL_M25] = dell9200_m25_pin_configs,
1362 [STAC_9200_DELL_M26] = dell9200_m26_pin_configs,
1363 [STAC_9200_DELL_M27] = dell9200_m27_pin_configs,
Mauro Carvalho Chehab58eec422008-08-11 10:18:39 +02001364 [STAC_9200_M4] = gateway9200_m4_pin_configs,
1365 [STAC_9200_M4_2] = gateway9200_m4_2_pin_configs,
Takashi Iwai117f2572008-03-18 09:53:23 +01001366 [STAC_9200_PANASONIC] = ref9200_pin_configs,
Matt Porter403d1942005-11-29 15:00:51 +01001367};
1368
Takashi Iwaiea734962011-01-17 11:29:34 +01001369static const char * const stac9200_models[STAC_9200_MODELS] = {
Takashi Iwai1607b8e2009-02-26 16:50:43 +01001370 [STAC_AUTO] = "auto",
Takashi Iwaif5fcc132006-11-24 17:07:44 +01001371 [STAC_REF] = "ref",
Tobin Davisbf277782008-02-03 20:31:47 +01001372 [STAC_9200_OQO] = "oqo",
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001373 [STAC_9200_DELL_D21] = "dell-d21",
1374 [STAC_9200_DELL_D22] = "dell-d22",
1375 [STAC_9200_DELL_D23] = "dell-d23",
1376 [STAC_9200_DELL_M21] = "dell-m21",
1377 [STAC_9200_DELL_M22] = "dell-m22",
1378 [STAC_9200_DELL_M23] = "dell-m23",
1379 [STAC_9200_DELL_M24] = "dell-m24",
1380 [STAC_9200_DELL_M25] = "dell-m25",
1381 [STAC_9200_DELL_M26] = "dell-m26",
1382 [STAC_9200_DELL_M27] = "dell-m27",
Mauro Carvalho Chehab58eec422008-08-11 10:18:39 +02001383 [STAC_9200_M4] = "gateway-m4",
1384 [STAC_9200_M4_2] = "gateway-m4-2",
Takashi Iwai117f2572008-03-18 09:53:23 +01001385 [STAC_9200_PANASONIC] = "panasonic",
Takashi Iwaif5fcc132006-11-24 17:07:44 +01001386};
1387
Takashi Iwai2b635362011-05-02 12:33:43 +02001388static const struct snd_pci_quirk stac9200_cfg_tbl[] = {
Takashi Iwaif5fcc132006-11-24 17:07:44 +01001389 /* SigmaTel reference board */
1390 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x2668,
1391 "DFI LanParty", STAC_REF),
Matthew Ranostay577aa2c2009-01-22 22:55:44 -05001392 SND_PCI_QUIRK(PCI_VENDOR_ID_DFI, 0x3101,
1393 "DFI LanParty", STAC_REF),
Matt Portere7377072006-11-06 11:20:38 +01001394 /* Dell laptops have BIOS problem */
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001395 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01a8,
1396 "unknown Dell", STAC_9200_DELL_D21),
Takashi Iwaif5fcc132006-11-24 17:07:44 +01001397 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01b5,
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001398 "Dell Inspiron 630m", STAC_9200_DELL_M21),
1399 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01bd,
1400 "Dell Inspiron E1505n", STAC_9200_DELL_M25),
1401 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01c0,
1402 "unknown Dell", STAC_9200_DELL_D22),
1403 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01c1,
1404 "unknown Dell", STAC_9200_DELL_D22),
Takashi Iwaif5fcc132006-11-24 17:07:44 +01001405 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01c2,
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001406 "Dell Latitude D620", STAC_9200_DELL_M22),
1407 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01c5,
1408 "unknown Dell", STAC_9200_DELL_D23),
1409 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01c7,
1410 "unknown Dell", STAC_9200_DELL_D23),
1411 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01c8,
1412 "unknown Dell", STAC_9200_DELL_M22),
1413 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01c9,
1414 "unknown Dell", STAC_9200_DELL_M24),
1415 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01ca,
1416 "unknown Dell", STAC_9200_DELL_M24),
Takashi Iwaif5fcc132006-11-24 17:07:44 +01001417 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01cb,
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001418 "Dell Latitude 120L", STAC_9200_DELL_M24),
Cory T. Tusar877b8662007-01-30 17:30:55 +01001419 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01cc,
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001420 "Dell Latitude D820", STAC_9200_DELL_M22),
Mikael Nilsson46f02ca2007-02-13 12:46:16 +01001421 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01cd,
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001422 "Dell Inspiron E1705/9400", STAC_9200_DELL_M27),
Mikael Nilsson46f02ca2007-02-13 12:46:16 +01001423 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01ce,
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001424 "Dell XPS M1710", STAC_9200_DELL_M23),
Takashi Iwaif0f96742007-02-14 00:59:17 +01001425 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01cf,
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001426 "Dell Precision M90", STAC_9200_DELL_M23),
1427 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01d3,
1428 "unknown Dell", STAC_9200_DELL_M22),
1429 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01d4,
1430 "unknown Dell", STAC_9200_DELL_M22),
Daniel T Chen8286c532007-05-15 11:46:23 +02001431 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01d6,
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001432 "unknown Dell", STAC_9200_DELL_M22),
Tobin Davis49c605d2007-05-17 09:38:24 +02001433 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01d8,
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001434 "Dell Inspiron 640m", STAC_9200_DELL_M21),
1435 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01d9,
1436 "unknown Dell", STAC_9200_DELL_D23),
1437 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01da,
1438 "unknown Dell", STAC_9200_DELL_D23),
1439 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01de,
1440 "unknown Dell", STAC_9200_DELL_D21),
1441 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01e3,
1442 "unknown Dell", STAC_9200_DELL_D23),
1443 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01e8,
1444 "unknown Dell", STAC_9200_DELL_D21),
1445 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01ee,
1446 "unknown Dell", STAC_9200_DELL_M25),
1447 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01ef,
1448 "unknown Dell", STAC_9200_DELL_M25),
Tobin Davis49c605d2007-05-17 09:38:24 +02001449 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01f5,
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001450 "Dell Inspiron 1501", STAC_9200_DELL_M26),
1451 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01f6,
1452 "unknown Dell", STAC_9200_DELL_M26),
Tobin Davis49c605d2007-05-17 09:38:24 +02001453 /* Panasonic */
Takashi Iwai117f2572008-03-18 09:53:23 +01001454 SND_PCI_QUIRK(0x10f7, 0x8338, "Panasonic CF-74", STAC_9200_PANASONIC),
Takashi Iwai1194b5b2007-10-10 10:04:26 +02001455 /* Gateway machines needs EAPD to be set on resume */
Mauro Carvalho Chehab58eec422008-08-11 10:18:39 +02001456 SND_PCI_QUIRK(0x107b, 0x0205, "Gateway S-7110M", STAC_9200_M4),
1457 SND_PCI_QUIRK(0x107b, 0x0317, "Gateway MT3423, MX341*", STAC_9200_M4_2),
1458 SND_PCI_QUIRK(0x107b, 0x0318, "Gateway ML3019, MT3707", STAC_9200_M4_2),
Tobin Davisbf277782008-02-03 20:31:47 +01001459 /* OQO Mobile */
1460 SND_PCI_QUIRK(0x1106, 0x3288, "OQO Model 2", STAC_9200_OQO),
Matt Porter403d1942005-11-29 15:00:51 +01001461 {} /* terminator */
1462};
1463
Takashi Iwai2b635362011-05-02 12:33:43 +02001464static const unsigned int ref925x_pin_configs[8] = {
Tobin Davis8e21c342007-01-08 11:04:17 +01001465 0x40c003f0, 0x424503f2, 0x01813022, 0x02a19021,
Matthew Ranostay09a99952008-01-24 11:49:21 +01001466 0x90a70320, 0x02214210, 0x01019020, 0x9033032e,
Tobin Davis8e21c342007-01-08 11:04:17 +01001467};
1468
Takashi Iwai2b635362011-05-02 12:33:43 +02001469static const unsigned int stac925xM1_pin_configs[8] = {
Mauro Carvalho Chehab9cb36c22008-08-11 10:18:39 +02001470 0x40c003f4, 0x424503f2, 0x400000f3, 0x02a19020,
1471 0x40a000f0, 0x90100210, 0x400003f1, 0x9033032e,
Tobin Davis8e21c342007-01-08 11:04:17 +01001472};
1473
Takashi Iwai2b635362011-05-02 12:33:43 +02001474static const unsigned int stac925xM1_2_pin_configs[8] = {
Mauro Carvalho Chehab9cb36c22008-08-11 10:18:39 +02001475 0x40c003f4, 0x424503f2, 0x400000f3, 0x02a19020,
1476 0x40a000f0, 0x90100210, 0x400003f1, 0x9033032e,
1477};
Mauro Carvalho Chehab58eec422008-08-11 10:18:39 +02001478
Takashi Iwai2b635362011-05-02 12:33:43 +02001479static const unsigned int stac925xM2_pin_configs[8] = {
Mauro Carvalho Chehab9cb36c22008-08-11 10:18:39 +02001480 0x40c003f4, 0x424503f2, 0x400000f3, 0x02a19020,
1481 0x40a000f0, 0x90100210, 0x400003f1, 0x9033032e,
Tobin Davis2c11f952007-05-17 09:36:34 +02001482};
1483
Takashi Iwai2b635362011-05-02 12:33:43 +02001484static const unsigned int stac925xM2_2_pin_configs[8] = {
Mauro Carvalho Chehab58eec422008-08-11 10:18:39 +02001485 0x40c003f4, 0x424503f2, 0x400000f3, 0x02a19020,
1486 0x40a000f0, 0x90100210, 0x400003f1, 0x9033032e,
1487};
1488
Takashi Iwai2b635362011-05-02 12:33:43 +02001489static const unsigned int stac925xM3_pin_configs[8] = {
Mauro Carvalho Chehab9cb36c22008-08-11 10:18:39 +02001490 0x40c003f4, 0x424503f2, 0x400000f3, 0x02a19020,
1491 0x40a000f0, 0x90100210, 0x400003f1, 0x503303f3,
1492};
Mauro Carvalho Chehab58eec422008-08-11 10:18:39 +02001493
Takashi Iwai2b635362011-05-02 12:33:43 +02001494static const unsigned int stac925xM5_pin_configs[8] = {
Mauro Carvalho Chehab9cb36c22008-08-11 10:18:39 +02001495 0x40c003f4, 0x424503f2, 0x400000f3, 0x02a19020,
1496 0x40a000f0, 0x90100210, 0x400003f1, 0x9033032e,
1497};
1498
Takashi Iwai2b635362011-05-02 12:33:43 +02001499static const unsigned int stac925xM6_pin_configs[8] = {
Mauro Carvalho Chehab9cb36c22008-08-11 10:18:39 +02001500 0x40c003f4, 0x424503f2, 0x400000f3, 0x02a19020,
1501 0x40a000f0, 0x90100210, 0x400003f1, 0x90330320,
Tobin Davis8e21c342007-01-08 11:04:17 +01001502};
1503
Takashi Iwai2b635362011-05-02 12:33:43 +02001504static const unsigned int *stac925x_brd_tbl[STAC_925x_MODELS] = {
Tobin Davis8e21c342007-01-08 11:04:17 +01001505 [STAC_REF] = ref925x_pin_configs,
Mauro Carvalho Chehab9cb36c22008-08-11 10:18:39 +02001506 [STAC_M1] = stac925xM1_pin_configs,
1507 [STAC_M1_2] = stac925xM1_2_pin_configs,
1508 [STAC_M2] = stac925xM2_pin_configs,
Tobin Davis8e21c342007-01-08 11:04:17 +01001509 [STAC_M2_2] = stac925xM2_2_pin_configs,
Mauro Carvalho Chehab9cb36c22008-08-11 10:18:39 +02001510 [STAC_M3] = stac925xM3_pin_configs,
1511 [STAC_M5] = stac925xM5_pin_configs,
1512 [STAC_M6] = stac925xM6_pin_configs,
Tobin Davis8e21c342007-01-08 11:04:17 +01001513};
1514
Takashi Iwaiea734962011-01-17 11:29:34 +01001515static const char * const stac925x_models[STAC_925x_MODELS] = {
Takashi Iwai1607b8e2009-02-26 16:50:43 +01001516 [STAC_925x_AUTO] = "auto",
Tobin Davis8e21c342007-01-08 11:04:17 +01001517 [STAC_REF] = "ref",
Mauro Carvalho Chehab9cb36c22008-08-11 10:18:39 +02001518 [STAC_M1] = "m1",
1519 [STAC_M1_2] = "m1-2",
1520 [STAC_M2] = "m2",
Tobin Davis8e21c342007-01-08 11:04:17 +01001521 [STAC_M2_2] = "m2-2",
Mauro Carvalho Chehab9cb36c22008-08-11 10:18:39 +02001522 [STAC_M3] = "m3",
1523 [STAC_M5] = "m5",
1524 [STAC_M6] = "m6",
Tobin Davis8e21c342007-01-08 11:04:17 +01001525};
1526
Takashi Iwai2b635362011-05-02 12:33:43 +02001527static const struct snd_pci_quirk stac925x_codec_id_cfg_tbl[] = {
Mauro Carvalho Chehab58eec422008-08-11 10:18:39 +02001528 SND_PCI_QUIRK(0x107b, 0x0316, "Gateway M255", STAC_M2),
1529 SND_PCI_QUIRK(0x107b, 0x0366, "Gateway MP6954", STAC_M5),
1530 SND_PCI_QUIRK(0x107b, 0x0461, "Gateway NX560XL", STAC_M1),
1531 SND_PCI_QUIRK(0x107b, 0x0681, "Gateway NX860", STAC_M2),
Mauro Carvalho Chehab9cb36c22008-08-11 10:18:39 +02001532 SND_PCI_QUIRK(0x107b, 0x0367, "Gateway MX6453", STAC_M1_2),
Mauro Carvalho Chehab9cb36c22008-08-11 10:18:39 +02001533 /* Not sure about the brand name for those */
1534 SND_PCI_QUIRK(0x107b, 0x0281, "Gateway mobile", STAC_M1),
1535 SND_PCI_QUIRK(0x107b, 0x0507, "Gateway mobile", STAC_M3),
1536 SND_PCI_QUIRK(0x107b, 0x0281, "Gateway mobile", STAC_M6),
1537 SND_PCI_QUIRK(0x107b, 0x0685, "Gateway mobile", STAC_M2_2),
Mauro Carvalho Chehab9cb36c22008-08-11 10:18:39 +02001538 {} /* terminator */
Tobin Davis8e21c342007-01-08 11:04:17 +01001539};
1540
Takashi Iwai2b635362011-05-02 12:33:43 +02001541static const struct snd_pci_quirk stac925x_cfg_tbl[] = {
Tobin Davis8e21c342007-01-08 11:04:17 +01001542 /* SigmaTel reference board */
1543 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x2668, "DFI LanParty", STAC_REF),
Matthew Ranostay577aa2c2009-01-22 22:55:44 -05001544 SND_PCI_QUIRK(PCI_VENDOR_ID_DFI, 0x3101, "DFI LanParty", STAC_REF),
Tobin Davis2c11f952007-05-17 09:36:34 +02001545 SND_PCI_QUIRK(0x8384, 0x7632, "Stac9202 Reference Board", STAC_REF),
Mauro Carvalho Chehab9cb36c22008-08-11 10:18:39 +02001546
1547 /* Default table for unknown ID */
1548 SND_PCI_QUIRK(0x1002, 0x437b, "Gateway mobile", STAC_M2_2),
1549
Tobin Davis8e21c342007-01-08 11:04:17 +01001550 {} /* terminator */
1551};
1552
Takashi Iwai2b635362011-05-02 12:33:43 +02001553static const unsigned int ref92hd73xx_pin_configs[13] = {
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01001554 0x02214030, 0x02a19040, 0x01a19020, 0x02214030,
1555 0x0181302e, 0x01014010, 0x01014020, 0x01014030,
1556 0x02319040, 0x90a000f0, 0x90a000f0, 0x01452050,
Matthew Ranostaya7662642008-02-21 07:51:14 +01001557 0x01452050,
1558};
1559
Takashi Iwai2b635362011-05-02 12:33:43 +02001560static const unsigned int dell_m6_pin_configs[13] = {
Matthew Ranostaya7662642008-02-21 07:51:14 +01001561 0x0321101f, 0x4f00000f, 0x4f0000f0, 0x90170110,
Matthew Ranostay7c2ba972008-04-16 13:13:59 +02001562 0x03a11020, 0x0321101f, 0x4f0000f0, 0x4f0000f0,
Matthew Ranostaya7662642008-02-21 07:51:14 +01001563 0x4f0000f0, 0x90a60160, 0x4f0000f0, 0x4f0000f0,
1564 0x4f0000f0,
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01001565};
1566
Takashi Iwai2b635362011-05-02 12:33:43 +02001567static const unsigned int alienware_m17x_pin_configs[13] = {
Takashi Iwai842ae632009-09-02 07:43:08 +02001568 0x0321101f, 0x0321101f, 0x03a11020, 0x03014020,
1569 0x90170110, 0x4f0000f0, 0x4f0000f0, 0x4f0000f0,
1570 0x4f0000f0, 0x90a60160, 0x4f0000f0, 0x4f0000f0,
1571 0x904601b0,
1572};
1573
Takashi Iwai2b635362011-05-02 12:33:43 +02001574static const unsigned int intel_dg45id_pin_configs[13] = {
Alexey Fisher52dc4382009-12-12 11:16:41 +02001575 0x02214230, 0x02A19240, 0x01013214, 0x01014210,
Wu Fengguang4d26f442010-05-07 08:47:54 +08001576 0x01A19250, 0x01011212, 0x01016211
Alexey Fisher52dc4382009-12-12 11:16:41 +02001577};
1578
Takashi Iwai2b635362011-05-02 12:33:43 +02001579static const unsigned int *stac92hd73xx_brd_tbl[STAC_92HD73XX_MODELS] = {
Matthew Ranostaya7662642008-02-21 07:51:14 +01001580 [STAC_92HD73XX_REF] = ref92hd73xx_pin_configs,
Takashi Iwai661cd8f2008-11-25 15:18:29 +01001581 [STAC_DELL_M6_AMIC] = dell_m6_pin_configs,
1582 [STAC_DELL_M6_DMIC] = dell_m6_pin_configs,
1583 [STAC_DELL_M6_BOTH] = dell_m6_pin_configs,
Matthew Ranostay6b3ab212008-11-03 08:12:43 -05001584 [STAC_DELL_EQ] = dell_m6_pin_configs,
Takashi Iwai842ae632009-09-02 07:43:08 +02001585 [STAC_ALIENWARE_M17X] = alienware_m17x_pin_configs,
Alexey Fisher52dc4382009-12-12 11:16:41 +02001586 [STAC_92HD73XX_INTEL] = intel_dg45id_pin_configs,
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01001587};
1588
Takashi Iwaiea734962011-01-17 11:29:34 +01001589static const char * const stac92hd73xx_models[STAC_92HD73XX_MODELS] = {
Takashi Iwai1607b8e2009-02-26 16:50:43 +01001590 [STAC_92HD73XX_AUTO] = "auto",
Takashi Iwai9e43f0d2008-12-17 14:51:01 +01001591 [STAC_92HD73XX_NO_JD] = "no-jd",
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01001592 [STAC_92HD73XX_REF] = "ref",
Wu Fengguangae709442009-08-19 17:05:11 +08001593 [STAC_92HD73XX_INTEL] = "intel",
Takashi Iwai661cd8f2008-11-25 15:18:29 +01001594 [STAC_DELL_M6_AMIC] = "dell-m6-amic",
1595 [STAC_DELL_M6_DMIC] = "dell-m6-dmic",
1596 [STAC_DELL_M6_BOTH] = "dell-m6",
Matthew Ranostay6b3ab212008-11-03 08:12:43 -05001597 [STAC_DELL_EQ] = "dell-eq",
Takashi Iwai842ae632009-09-02 07:43:08 +02001598 [STAC_ALIENWARE_M17X] = "alienware",
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01001599};
1600
Takashi Iwai2b635362011-05-02 12:33:43 +02001601static const struct snd_pci_quirk stac92hd73xx_cfg_tbl[] = {
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01001602 /* SigmaTel reference board */
1603 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x2668,
Matthew Ranostaya7662642008-02-21 07:51:14 +01001604 "DFI LanParty", STAC_92HD73XX_REF),
Matthew Ranostay577aa2c2009-01-22 22:55:44 -05001605 SND_PCI_QUIRK(PCI_VENDOR_ID_DFI, 0x3101,
1606 "DFI LanParty", STAC_92HD73XX_REF),
Wu Fengguangae709442009-08-19 17:05:11 +08001607 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x5002,
1608 "Intel DG45ID", STAC_92HD73XX_INTEL),
1609 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x5003,
1610 "Intel DG45FC", STAC_92HD73XX_INTEL),
Matthew Ranostaya7662642008-02-21 07:51:14 +01001611 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0254,
Takashi Iwai661cd8f2008-11-25 15:18:29 +01001612 "Dell Studio 1535", STAC_DELL_M6_DMIC),
Matthew Ranostaya7662642008-02-21 07:51:14 +01001613 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0255,
Takashi Iwai661cd8f2008-11-25 15:18:29 +01001614 "unknown Dell", STAC_DELL_M6_DMIC),
Matthew Ranostaya7662642008-02-21 07:51:14 +01001615 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0256,
Takashi Iwai661cd8f2008-11-25 15:18:29 +01001616 "unknown Dell", STAC_DELL_M6_BOTH),
Matthew Ranostaya7662642008-02-21 07:51:14 +01001617 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0257,
Takashi Iwai661cd8f2008-11-25 15:18:29 +01001618 "unknown Dell", STAC_DELL_M6_BOTH),
Matthew Ranostaya7662642008-02-21 07:51:14 +01001619 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x025e,
Takashi Iwai661cd8f2008-11-25 15:18:29 +01001620 "unknown Dell", STAC_DELL_M6_AMIC),
Matthew Ranostaya7662642008-02-21 07:51:14 +01001621 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x025f,
Takashi Iwai661cd8f2008-11-25 15:18:29 +01001622 "unknown Dell", STAC_DELL_M6_AMIC),
Matthew Ranostaya7662642008-02-21 07:51:14 +01001623 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0271,
Takashi Iwai661cd8f2008-11-25 15:18:29 +01001624 "unknown Dell", STAC_DELL_M6_DMIC),
1625 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0272,
1626 "unknown Dell", STAC_DELL_M6_DMIC),
Takashi Iwaib0fc5e02008-11-21 08:37:03 +01001627 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x029f,
Takashi Iwai661cd8f2008-11-25 15:18:29 +01001628 "Dell Studio 1537", STAC_DELL_M6_DMIC),
Joerg Schirottkefa620e92008-12-19 08:13:49 +01001629 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x02a0,
1630 "Dell Studio 17", STAC_DELL_M6_DMIC),
Takashi Iwai626f5ce2009-07-28 00:54:39 +02001631 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x02be,
1632 "Dell Studio 1555", STAC_DELL_M6_DMIC),
Daniel J Blueman8ef58372009-11-14 18:20:04 +00001633 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x02bd,
1634 "Dell Studio 1557", STAC_DELL_M6_DMIC),
Daniel T Chenaac78da2010-04-21 20:41:52 -04001635 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x02fe,
1636 "Dell Studio XPS 1645", STAC_DELL_M6_BOTH),
Daniel T Chen5c1bccf2010-04-22 17:54:45 -04001637 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0413,
David Henningssone033ebf2011-05-16 12:09:29 +02001638 "Dell Studio 1558", STAC_DELL_M6_DMIC),
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01001639 {} /* terminator */
1640};
1641
Takashi Iwai2b635362011-05-02 12:33:43 +02001642static const struct snd_pci_quirk stac92hd73xx_codec_id_cfg_tbl[] = {
Takashi Iwai842ae632009-09-02 07:43:08 +02001643 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x02a1,
1644 "Alienware M17x", STAC_ALIENWARE_M17X),
Daniel T Chen0defe092010-12-01 19:16:07 -05001645 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x043a,
1646 "Alienware M17x", STAC_ALIENWARE_M17X),
Takashi Iwai842ae632009-09-02 07:43:08 +02001647 {} /* terminator */
1648};
1649
Takashi Iwai2b635362011-05-02 12:33:43 +02001650static const unsigned int ref92hd83xxx_pin_configs[10] = {
Matthew Ranostayd0513fc2008-07-27 10:30:30 +02001651 0x02214030, 0x02211010, 0x02a19020, 0x02170130,
1652 0x01014050, 0x01819040, 0x01014020, 0x90a3014e,
Matthew Ranostayd0513fc2008-07-27 10:30:30 +02001653 0x01451160, 0x98560170,
1654};
1655
Takashi Iwai2b635362011-05-02 12:33:43 +02001656static const unsigned int dell_s14_pin_configs[10] = {
Takashi Iwai69b56552009-09-15 12:37:42 +02001657 0x0221403f, 0x0221101f, 0x02a19020, 0x90170110,
1658 0x40f000f0, 0x40f000f0, 0x40f000f0, 0x90a60160,
Matthew Ranostay8bb0ac52009-02-12 16:50:01 -05001659 0x40f000f0, 0x40f000f0,
1660};
1661
Takashi Iwai2b635362011-05-02 12:33:43 +02001662static const unsigned int hp_dv7_4000_pin_configs[10] = {
Steven Eastland48315592010-08-06 15:07:35 -06001663 0x03a12050, 0x0321201f, 0x40f000f0, 0x90170110,
1664 0x40f000f0, 0x40f000f0, 0x90170110, 0xd5a30140,
1665 0x40f000f0, 0x40f000f0,
1666};
1667
Vitaliy Kulikov0c27c182011-07-22 17:50:37 -05001668static const unsigned int hp_cNB11_intquad_pin_configs[10] = {
1669 0x40f000f0, 0x0221101f, 0x02a11020, 0x92170110,
1670 0x40f000f0, 0x92170110, 0x40f000f0, 0xd5a30130,
1671 0x40f000f0, 0x40f000f0,
1672};
1673
Takashi Iwai2b635362011-05-02 12:33:43 +02001674static const unsigned int *stac92hd83xxx_brd_tbl[STAC_92HD83XXX_MODELS] = {
Matthew Ranostayd0513fc2008-07-27 10:30:30 +02001675 [STAC_92HD83XXX_REF] = ref92hd83xxx_pin_configs,
Matthew Ranostay32ed3f42009-01-22 20:53:29 -05001676 [STAC_92HD83XXX_PWR_REF] = ref92hd83xxx_pin_configs,
Matthew Ranostay8bb0ac52009-02-12 16:50:01 -05001677 [STAC_DELL_S14] = dell_s14_pin_configs,
Vitaliy Kulikov0c27c182011-07-22 17:50:37 -05001678 [STAC_92HD83XXX_HP_cNB11_INTQUAD] = hp_cNB11_intquad_pin_configs,
Steven Eastland48315592010-08-06 15:07:35 -06001679 [STAC_HP_DV7_4000] = hp_dv7_4000_pin_configs,
Matthew Ranostayd0513fc2008-07-27 10:30:30 +02001680};
1681
Takashi Iwaiea734962011-01-17 11:29:34 +01001682static const char * const stac92hd83xxx_models[STAC_92HD83XXX_MODELS] = {
Takashi Iwai1607b8e2009-02-26 16:50:43 +01001683 [STAC_92HD83XXX_AUTO] = "auto",
Matthew Ranostayd0513fc2008-07-27 10:30:30 +02001684 [STAC_92HD83XXX_REF] = "ref",
Matthew Ranostay32ed3f42009-01-22 20:53:29 -05001685 [STAC_92HD83XXX_PWR_REF] = "mic-ref",
Matthew Ranostay8bb0ac52009-02-12 16:50:01 -05001686 [STAC_DELL_S14] = "dell-s14",
Takashi Iwaib4e81872009-11-18 17:20:24 +01001687 [STAC_92HD83XXX_HP] = "hp",
Vitaliy Kulikov0c27c182011-07-22 17:50:37 -05001688 [STAC_92HD83XXX_HP_cNB11_INTQUAD] = "hp_cNB11_intquad",
Steven Eastland48315592010-08-06 15:07:35 -06001689 [STAC_HP_DV7_4000] = "hp-dv7-4000",
Matthew Ranostayd0513fc2008-07-27 10:30:30 +02001690};
1691
Takashi Iwai2b635362011-05-02 12:33:43 +02001692static const struct snd_pci_quirk stac92hd83xxx_cfg_tbl[] = {
Matthew Ranostayd0513fc2008-07-27 10:30:30 +02001693 /* SigmaTel reference board */
1694 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x2668,
Takashi Iwaif9d088b2009-01-13 11:54:49 +01001695 "DFI LanParty", STAC_92HD83XXX_REF),
Matthew Ranostay577aa2c2009-01-22 22:55:44 -05001696 SND_PCI_QUIRK(PCI_VENDOR_ID_DFI, 0x3101,
1697 "DFI LanParty", STAC_92HD83XXX_REF),
Matthew Ranostay8bb0ac52009-02-12 16:50:01 -05001698 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x02ba,
1699 "unknown Dell", STAC_DELL_S14),
Takashi Iwaib4e81872009-11-18 17:20:24 +01001700 SND_PCI_QUIRK_MASK(PCI_VENDOR_ID_HP, 0xff00, 0x3600,
Vitaliy Kulikov0c27c182011-07-22 17:50:37 -05001701 "HP", STAC_92HD83XXX_HP),
1702 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x1656,
1703 "HP", STAC_92HD83XXX_HP_cNB11_INTQUAD),
1704 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x1657,
1705 "HP", STAC_92HD83XXX_HP_cNB11_INTQUAD),
1706 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x1658,
1707 "HP", STAC_92HD83XXX_HP_cNB11_INTQUAD),
1708 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x1659,
1709 "HP", STAC_92HD83XXX_HP_cNB11_INTQUAD),
1710 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x165A,
1711 "HP", STAC_92HD83XXX_HP_cNB11_INTQUAD),
1712 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x165B,
1713 "HP", STAC_92HD83XXX_HP_cNB11_INTQUAD),
1714 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x3388,
1715 "HP", STAC_92HD83XXX_HP_cNB11_INTQUAD),
1716 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x3389,
1717 "HP", STAC_92HD83XXX_HP_cNB11_INTQUAD),
1718 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x355B,
1719 "HP", STAC_92HD83XXX_HP_cNB11_INTQUAD),
1720 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x355C,
1721 "HP", STAC_92HD83XXX_HP_cNB11_INTQUAD),
1722 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x355D,
1723 "HP", STAC_92HD83XXX_HP_cNB11_INTQUAD),
1724 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x355E,
1725 "HP", STAC_92HD83XXX_HP_cNB11_INTQUAD),
1726 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x355F,
1727 "HP", STAC_92HD83XXX_HP_cNB11_INTQUAD),
1728 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x3560,
1729 "HP", STAC_92HD83XXX_HP_cNB11_INTQUAD),
1730 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x358B,
1731 "HP", STAC_92HD83XXX_HP_cNB11_INTQUAD),
1732 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x358C,
1733 "HP", STAC_92HD83XXX_HP_cNB11_INTQUAD),
1734 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x358D,
1735 "HP", STAC_92HD83XXX_HP_cNB11_INTQUAD),
1736 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x3591,
1737 "HP", STAC_92HD83XXX_HP_cNB11_INTQUAD),
1738 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x3592,
1739 "HP", STAC_92HD83XXX_HP_cNB11_INTQUAD),
1740 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x3593,
1741 "HP", STAC_92HD83XXX_HP_cNB11_INTQUAD),
Herton Ronaldo Krzesinski574f3c42008-12-23 16:53:00 -02001742 {} /* terminator */
Matthew Ranostayd0513fc2008-07-27 10:30:30 +02001743};
1744
Takashi Iwai2b635362011-05-02 12:33:43 +02001745static const unsigned int ref92hd71bxx_pin_configs[STAC92HD71BXX_NUM_PINS] = {
Matthew Ranostaye035b842007-11-06 11:53:55 +01001746 0x02214030, 0x02a19040, 0x01a19020, 0x01014010,
Matthew Ranostay4b33c762008-10-10 09:07:23 -04001747 0x0181302e, 0x01014010, 0x01019020, 0x90a000f0,
Herton Ronaldo Krzesinski616f89e2009-02-04 11:23:19 -05001748 0x90a000f0, 0x01452050, 0x01452050, 0x00000000,
1749 0x00000000
Matthew Ranostaye035b842007-11-06 11:53:55 +01001750};
1751
Takashi Iwai2b635362011-05-02 12:33:43 +02001752static const unsigned int dell_m4_1_pin_configs[STAC92HD71BXX_NUM_PINS] = {
Matthew Ranostaya7662642008-02-21 07:51:14 +01001753 0x0421101f, 0x04a11221, 0x40f000f0, 0x90170110,
Matthew Ranostay07bcb312008-03-20 12:10:57 +01001754 0x23a1902e, 0x23014250, 0x40f000f0, 0x90a000f0,
Herton Ronaldo Krzesinski616f89e2009-02-04 11:23:19 -05001755 0x40f000f0, 0x4f0000f0, 0x4f0000f0, 0x00000000,
1756 0x00000000
Matthew Ranostaya7662642008-02-21 07:51:14 +01001757};
1758
Takashi Iwai2b635362011-05-02 12:33:43 +02001759static const unsigned int dell_m4_2_pin_configs[STAC92HD71BXX_NUM_PINS] = {
Matthew Ranostaya7662642008-02-21 07:51:14 +01001760 0x0421101f, 0x04a11221, 0x90a70330, 0x90170110,
1761 0x23a1902e, 0x23014250, 0x40f000f0, 0x40f000f0,
Herton Ronaldo Krzesinski616f89e2009-02-04 11:23:19 -05001762 0x40f000f0, 0x044413b0, 0x044413b0, 0x00000000,
1763 0x00000000
Matthew Ranostaya7662642008-02-21 07:51:14 +01001764};
1765
Takashi Iwai2b635362011-05-02 12:33:43 +02001766static const unsigned int dell_m4_3_pin_configs[STAC92HD71BXX_NUM_PINS] = {
Matthew Ranostay3a7abfd2008-11-20 21:21:43 -05001767 0x0421101f, 0x04a11221, 0x90a70330, 0x90170110,
1768 0x40f000f0, 0x40f000f0, 0x40f000f0, 0x90a000f0,
Herton Ronaldo Krzesinski616f89e2009-02-04 11:23:19 -05001769 0x40f000f0, 0x044413b0, 0x044413b0, 0x00000000,
1770 0x00000000
Matthew Ranostay3a7abfd2008-11-20 21:21:43 -05001771};
1772
Takashi Iwai2b635362011-05-02 12:33:43 +02001773static const unsigned int *stac92hd71bxx_brd_tbl[STAC_92HD71BXX_MODELS] = {
Matthew Ranostaye035b842007-11-06 11:53:55 +01001774 [STAC_92HD71BXX_REF] = ref92hd71bxx_pin_configs,
Matthew Ranostaya7662642008-02-21 07:51:14 +01001775 [STAC_DELL_M4_1] = dell_m4_1_pin_configs,
1776 [STAC_DELL_M4_2] = dell_m4_2_pin_configs,
Matthew Ranostay3a7abfd2008-11-20 21:21:43 -05001777 [STAC_DELL_M4_3] = dell_m4_3_pin_configs,
Matthew Ranostay6a14f582008-09-12 12:02:30 -04001778 [STAC_HP_M4] = NULL,
Takashi Iwai2a6ce6e2010-05-12 10:16:20 +02001779 [STAC_HP_DV4] = NULL,
Takashi Iwai1b0652e2009-01-14 08:27:35 +01001780 [STAC_HP_DV5] = NULL,
Christoph Plattnerae6241f2009-03-08 23:19:05 +01001781 [STAC_HP_HDX] = NULL,
James Gardiner514bf542009-05-03 04:00:44 -04001782 [STAC_HP_DV4_1222NR] = NULL,
Matthew Ranostaye035b842007-11-06 11:53:55 +01001783};
1784
Takashi Iwaiea734962011-01-17 11:29:34 +01001785static const char * const stac92hd71bxx_models[STAC_92HD71BXX_MODELS] = {
Takashi Iwai1607b8e2009-02-26 16:50:43 +01001786 [STAC_92HD71BXX_AUTO] = "auto",
Matthew Ranostaye035b842007-11-06 11:53:55 +01001787 [STAC_92HD71BXX_REF] = "ref",
Matthew Ranostaya7662642008-02-21 07:51:14 +01001788 [STAC_DELL_M4_1] = "dell-m4-1",
1789 [STAC_DELL_M4_2] = "dell-m4-2",
Matthew Ranostay3a7abfd2008-11-20 21:21:43 -05001790 [STAC_DELL_M4_3] = "dell-m4-3",
Matthew Ranostay6a14f582008-09-12 12:02:30 -04001791 [STAC_HP_M4] = "hp-m4",
Takashi Iwai2a6ce6e2010-05-12 10:16:20 +02001792 [STAC_HP_DV4] = "hp-dv4",
Takashi Iwai1b0652e2009-01-14 08:27:35 +01001793 [STAC_HP_DV5] = "hp-dv5",
Christoph Plattnerae6241f2009-03-08 23:19:05 +01001794 [STAC_HP_HDX] = "hp-hdx",
James Gardiner514bf542009-05-03 04:00:44 -04001795 [STAC_HP_DV4_1222NR] = "hp-dv4-1222nr",
Matthew Ranostaye035b842007-11-06 11:53:55 +01001796};
1797
Takashi Iwai2b635362011-05-02 12:33:43 +02001798static const struct snd_pci_quirk stac92hd71bxx_cfg_tbl[] = {
Matthew Ranostaye035b842007-11-06 11:53:55 +01001799 /* SigmaTel reference board */
1800 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x2668,
1801 "DFI LanParty", STAC_92HD71BXX_REF),
Matthew Ranostay577aa2c2009-01-22 22:55:44 -05001802 SND_PCI_QUIRK(PCI_VENDOR_ID_DFI, 0x3101,
1803 "DFI LanParty", STAC_92HD71BXX_REF),
James Gardiner514bf542009-05-03 04:00:44 -04001804 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x30fb,
1805 "HP dv4-1222nr", STAC_HP_DV4_1222NR),
Vitaliy Kulikov5bdaaad2009-11-04 07:57:45 +01001806 SND_PCI_QUIRK_MASK(PCI_VENDOR_ID_HP, 0xfff0, 0x1720,
1807 "HP", STAC_HP_DV5),
Takashi Iwai58d83952009-03-13 17:04:34 +01001808 SND_PCI_QUIRK_MASK(PCI_VENDOR_ID_HP, 0xfff0, 0x3080,
1809 "HP", STAC_HP_DV5),
Takashi Iwai2ae466f2009-02-16 14:16:36 +01001810 SND_PCI_QUIRK_MASK(PCI_VENDOR_ID_HP, 0xfff0, 0x30f0,
Takashi Iwai2a6ce6e2010-05-12 10:16:20 +02001811 "HP dv4-7", STAC_HP_DV4),
Takashi Iwai2ae466f2009-02-16 14:16:36 +01001812 SND_PCI_QUIRK_MASK(PCI_VENDOR_ID_HP, 0xfff0, 0x3600,
1813 "HP dv4-7", STAC_HP_DV5),
Takashi Iwai6fce61a2009-03-10 07:48:57 +01001814 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x3610,
1815 "HP HDX", STAC_HP_HDX), /* HDX18 */
Matthew Ranostay9a9e2352008-09-26 10:37:03 -04001816 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x361a,
Takashi Iwai2ae466f2009-02-16 14:16:36 +01001817 "HP mini 1000", STAC_HP_M4),
Christoph Plattnerae6241f2009-03-08 23:19:05 +01001818 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x361b,
Takashi Iwai6fce61a2009-03-10 07:48:57 +01001819 "HP HDX", STAC_HP_HDX), /* HDX16 */
Takashi Iwai6e34c032009-09-14 15:42:18 +02001820 SND_PCI_QUIRK_MASK(PCI_VENDOR_ID_HP, 0xfff0, 0x3620,
1821 "HP dv6", STAC_HP_DV5),
Kunal Gangakhedkare3d25302010-03-20 23:08:01 +05301822 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x3061,
1823 "HP dv6", STAC_HP_DV5), /* HP dv6-1110ax */
Luke Yelavich9b2167d2010-10-06 15:45:46 +11001824 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x363e,
1825 "HP DV6", STAC_HP_DV5),
Takashi Iwai1972d022009-08-06 08:44:43 +02001826 SND_PCI_QUIRK_MASK(PCI_VENDOR_ID_HP, 0xfff0, 0x7010,
1827 "HP", STAC_HP_DV5),
Matthew Ranostaya7662642008-02-21 07:51:14 +01001828 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0233,
1829 "unknown Dell", STAC_DELL_M4_1),
1830 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0234,
1831 "unknown Dell", STAC_DELL_M4_1),
1832 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0250,
1833 "unknown Dell", STAC_DELL_M4_1),
1834 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x024f,
1835 "unknown Dell", STAC_DELL_M4_1),
1836 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x024d,
1837 "unknown Dell", STAC_DELL_M4_1),
1838 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0251,
1839 "unknown Dell", STAC_DELL_M4_1),
1840 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0277,
1841 "unknown Dell", STAC_DELL_M4_1),
1842 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0263,
1843 "unknown Dell", STAC_DELL_M4_2),
1844 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0265,
1845 "unknown Dell", STAC_DELL_M4_2),
1846 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0262,
1847 "unknown Dell", STAC_DELL_M4_2),
1848 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0264,
1849 "unknown Dell", STAC_DELL_M4_2),
Matthew Ranostay3a7abfd2008-11-20 21:21:43 -05001850 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x02aa,
1851 "unknown Dell", STAC_DELL_M4_3),
Matthew Ranostaye035b842007-11-06 11:53:55 +01001852 {} /* terminator */
1853};
1854
Takashi Iwai2b635362011-05-02 12:33:43 +02001855static const unsigned int ref922x_pin_configs[10] = {
Matt Porter403d1942005-11-29 15:00:51 +01001856 0x01014010, 0x01016011, 0x01012012, 0x0221401f,
1857 0x01813122, 0x01011014, 0x01441030, 0x01c41030,
Matt2f2f4252005-04-13 14:45:30 +02001858 0x40000100, 0x40000100,
1859};
1860
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001861/*
1862 STAC 922X pin configs for
1863 102801A7
1864 102801AB
1865 102801A9
1866 102801D1
1867 102801D2
1868*/
Takashi Iwai2b635362011-05-02 12:33:43 +02001869static const unsigned int dell_922x_d81_pin_configs[10] = {
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001870 0x02214030, 0x01a19021, 0x01111012, 0x01114010,
1871 0x02a19020, 0x01117011, 0x400001f0, 0x400001f1,
1872 0x01813122, 0x400001f2,
1873};
1874
1875/*
1876 STAC 922X pin configs for
1877 102801AC
1878 102801D0
1879*/
Takashi Iwai2b635362011-05-02 12:33:43 +02001880static const unsigned int dell_922x_d82_pin_configs[10] = {
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001881 0x02214030, 0x01a19021, 0x01111012, 0x01114010,
1882 0x02a19020, 0x01117011, 0x01451140, 0x400001f0,
1883 0x01813122, 0x400001f1,
1884};
1885
1886/*
1887 STAC 922X pin configs for
1888 102801BF
1889*/
Takashi Iwai2b635362011-05-02 12:33:43 +02001890static const unsigned int dell_922x_m81_pin_configs[10] = {
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001891 0x0321101f, 0x01112024, 0x01111222, 0x91174220,
1892 0x03a11050, 0x01116221, 0x90a70330, 0x01452340,
1893 0x40C003f1, 0x405003f0,
1894};
1895
1896/*
1897 STAC 9221 A1 pin configs for
1898 102801D7 (Dell XPS M1210)
1899*/
Takashi Iwai2b635362011-05-02 12:33:43 +02001900static const unsigned int dell_922x_m82_pin_configs[10] = {
Jiang Zhe7f9310c2007-11-12 12:43:37 +01001901 0x02211211, 0x408103ff, 0x02a1123e, 0x90100310,
1902 0x408003f1, 0x0221121f, 0x03451340, 0x40c003f2,
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001903 0x508003f3, 0x405003f4,
1904};
1905
Takashi Iwai2b635362011-05-02 12:33:43 +02001906static const unsigned int d945gtp3_pin_configs[10] = {
Matt Porter869264c2006-01-25 19:20:50 +01001907 0x0221401f, 0x01a19022, 0x01813021, 0x01014010,
Matt Porter403d1942005-11-29 15:00:51 +01001908 0x40000100, 0x40000100, 0x40000100, 0x40000100,
1909 0x02a19120, 0x40000100,
1910};
1911
Takashi Iwai2b635362011-05-02 12:33:43 +02001912static const unsigned int d945gtp5_pin_configs[10] = {
Matt Porter869264c2006-01-25 19:20:50 +01001913 0x0221401f, 0x01011012, 0x01813024, 0x01014010,
1914 0x01a19021, 0x01016011, 0x01452130, 0x40000100,
Matt Porter403d1942005-11-29 15:00:51 +01001915 0x02a19320, 0x40000100,
1916};
1917
Takashi Iwai2b635362011-05-02 12:33:43 +02001918static const unsigned int intel_mac_v1_pin_configs[10] = {
Ivan N. Zlatev5d5d3bc2007-05-29 16:03:00 +02001919 0x0121e21f, 0x400000ff, 0x9017e110, 0x400000fd,
1920 0x400000fe, 0x0181e020, 0x1145e030, 0x11c5e240,
Takashi Iwai3fc24d82007-02-16 13:27:18 +01001921 0x400000fc, 0x400000fb,
1922};
1923
Takashi Iwai2b635362011-05-02 12:33:43 +02001924static const unsigned int intel_mac_v2_pin_configs[10] = {
Ivan N. Zlatev5d5d3bc2007-05-29 16:03:00 +02001925 0x0121e21f, 0x90a7012e, 0x9017e110, 0x400000fd,
1926 0x400000fe, 0x0181e020, 0x1145e230, 0x500000fa,
Sylvain FORETf16928f2007-04-27 14:22:36 +02001927 0x400000fc, 0x400000fb,
1928};
1929
Takashi Iwai2b635362011-05-02 12:33:43 +02001930static const unsigned int intel_mac_v3_pin_configs[10] = {
Ivan N. Zlatev5d5d3bc2007-05-29 16:03:00 +02001931 0x0121e21f, 0x90a7012e, 0x9017e110, 0x400000fd,
1932 0x400000fe, 0x0181e020, 0x1145e230, 0x11c5e240,
1933 0x400000fc, 0x400000fb,
1934};
1935
Takashi Iwai2b635362011-05-02 12:33:43 +02001936static const unsigned int intel_mac_v4_pin_configs[10] = {
Ivan N. Zlatev5d5d3bc2007-05-29 16:03:00 +02001937 0x0321e21f, 0x03a1e02e, 0x9017e110, 0x9017e11f,
1938 0x400000fe, 0x0381e020, 0x1345e230, 0x13c5e240,
1939 0x400000fc, 0x400000fb,
1940};
1941
Takashi Iwai2b635362011-05-02 12:33:43 +02001942static const unsigned int intel_mac_v5_pin_configs[10] = {
Ivan N. Zlatev5d5d3bc2007-05-29 16:03:00 +02001943 0x0321e21f, 0x03a1e02e, 0x9017e110, 0x9017e11f,
1944 0x400000fe, 0x0381e020, 0x1345e230, 0x13c5e240,
1945 0x400000fc, 0x400000fb,
Takashi Iwai0dae0f82007-05-21 12:41:29 +02001946};
1947
Takashi Iwai2b635362011-05-02 12:33:43 +02001948static const unsigned int ecs202_pin_configs[10] = {
Mauro Carvalho Chehab8c650082008-08-04 10:39:59 -03001949 0x0221401f, 0x02a19020, 0x01a19020, 0x01114010,
1950 0x408000f0, 0x01813022, 0x074510a0, 0x40c400f1,
1951 0x9037012e, 0x40e000f2,
1952};
Takashi Iwai76c08822007-06-19 12:17:42 +02001953
Takashi Iwai2b635362011-05-02 12:33:43 +02001954static const unsigned int *stac922x_brd_tbl[STAC_922X_MODELS] = {
Takashi Iwaif5fcc132006-11-24 17:07:44 +01001955 [STAC_D945_REF] = ref922x_pin_configs,
Takashi Iwai19039bd2006-06-28 15:52:16 +02001956 [STAC_D945GTP3] = d945gtp3_pin_configs,
1957 [STAC_D945GTP5] = d945gtp5_pin_configs,
Ivan N. Zlatev5d5d3bc2007-05-29 16:03:00 +02001958 [STAC_INTEL_MAC_V1] = intel_mac_v1_pin_configs,
1959 [STAC_INTEL_MAC_V2] = intel_mac_v2_pin_configs,
1960 [STAC_INTEL_MAC_V3] = intel_mac_v3_pin_configs,
1961 [STAC_INTEL_MAC_V4] = intel_mac_v4_pin_configs,
1962 [STAC_INTEL_MAC_V5] = intel_mac_v5_pin_configs,
Nicolas Boichat536319a2008-07-21 22:18:01 +08001963 [STAC_INTEL_MAC_AUTO] = intel_mac_v3_pin_configs,
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001964 /* for backward compatibility */
Ivan N. Zlatev5d5d3bc2007-05-29 16:03:00 +02001965 [STAC_MACMINI] = intel_mac_v3_pin_configs,
1966 [STAC_MACBOOK] = intel_mac_v5_pin_configs,
1967 [STAC_MACBOOK_PRO_V1] = intel_mac_v3_pin_configs,
1968 [STAC_MACBOOK_PRO_V2] = intel_mac_v3_pin_configs,
1969 [STAC_IMAC_INTEL] = intel_mac_v2_pin_configs,
1970 [STAC_IMAC_INTEL_20] = intel_mac_v3_pin_configs,
Mauro Carvalho Chehab8c650082008-08-04 10:39:59 -03001971 [STAC_ECS_202] = ecs202_pin_configs,
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001972 [STAC_922X_DELL_D81] = dell_922x_d81_pin_configs,
1973 [STAC_922X_DELL_D82] = dell_922x_d82_pin_configs,
1974 [STAC_922X_DELL_M81] = dell_922x_m81_pin_configs,
1975 [STAC_922X_DELL_M82] = dell_922x_m82_pin_configs,
Matt Porter403d1942005-11-29 15:00:51 +01001976};
1977
Takashi Iwaiea734962011-01-17 11:29:34 +01001978static const char * const stac922x_models[STAC_922X_MODELS] = {
Takashi Iwai1607b8e2009-02-26 16:50:43 +01001979 [STAC_922X_AUTO] = "auto",
Takashi Iwaif5fcc132006-11-24 17:07:44 +01001980 [STAC_D945_REF] = "ref",
1981 [STAC_D945GTP5] = "5stack",
1982 [STAC_D945GTP3] = "3stack",
Ivan N. Zlatev5d5d3bc2007-05-29 16:03:00 +02001983 [STAC_INTEL_MAC_V1] = "intel-mac-v1",
1984 [STAC_INTEL_MAC_V2] = "intel-mac-v2",
1985 [STAC_INTEL_MAC_V3] = "intel-mac-v3",
1986 [STAC_INTEL_MAC_V4] = "intel-mac-v4",
1987 [STAC_INTEL_MAC_V5] = "intel-mac-v5",
Nicolas Boichat536319a2008-07-21 22:18:01 +08001988 [STAC_INTEL_MAC_AUTO] = "intel-mac-auto",
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001989 /* for backward compatibility */
Takashi Iwaif5fcc132006-11-24 17:07:44 +01001990 [STAC_MACMINI] = "macmini",
Takashi Iwai3fc24d82007-02-16 13:27:18 +01001991 [STAC_MACBOOK] = "macbook",
Nicolas Boichat6f0778d2007-03-15 12:38:15 +01001992 [STAC_MACBOOK_PRO_V1] = "macbook-pro-v1",
1993 [STAC_MACBOOK_PRO_V2] = "macbook-pro",
Sylvain FORETf16928f2007-04-27 14:22:36 +02001994 [STAC_IMAC_INTEL] = "imac-intel",
Takashi Iwai0dae0f82007-05-21 12:41:29 +02001995 [STAC_IMAC_INTEL_20] = "imac-intel-20",
Mauro Carvalho Chehab8c650082008-08-04 10:39:59 -03001996 [STAC_ECS_202] = "ecs202",
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001997 [STAC_922X_DELL_D81] = "dell-d81",
1998 [STAC_922X_DELL_D82] = "dell-d82",
1999 [STAC_922X_DELL_M81] = "dell-m81",
2000 [STAC_922X_DELL_M82] = "dell-m82",
Takashi Iwaif5fcc132006-11-24 17:07:44 +01002001};
2002
Takashi Iwai2b635362011-05-02 12:33:43 +02002003static const struct snd_pci_quirk stac922x_cfg_tbl[] = {
Takashi Iwaif5fcc132006-11-24 17:07:44 +01002004 /* SigmaTel reference board */
2005 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x2668,
2006 "DFI LanParty", STAC_D945_REF),
Matthew Ranostay577aa2c2009-01-22 22:55:44 -05002007 SND_PCI_QUIRK(PCI_VENDOR_ID_DFI, 0x3101,
2008 "DFI LanParty", STAC_D945_REF),
Takashi Iwaif5fcc132006-11-24 17:07:44 +01002009 /* Intel 945G based systems */
2010 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x0101,
2011 "Intel D945G", STAC_D945GTP3),
2012 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x0202,
2013 "Intel D945G", STAC_D945GTP3),
2014 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x0606,
2015 "Intel D945G", STAC_D945GTP3),
2016 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x0601,
2017 "Intel D945G", STAC_D945GTP3),
2018 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x0111,
2019 "Intel D945G", STAC_D945GTP3),
2020 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x1115,
2021 "Intel D945G", STAC_D945GTP3),
2022 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x1116,
2023 "Intel D945G", STAC_D945GTP3),
2024 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x1117,
2025 "Intel D945G", STAC_D945GTP3),
2026 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x1118,
2027 "Intel D945G", STAC_D945GTP3),
2028 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x1119,
2029 "Intel D945G", STAC_D945GTP3),
2030 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x8826,
2031 "Intel D945G", STAC_D945GTP3),
2032 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x5049,
2033 "Intel D945G", STAC_D945GTP3),
2034 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x5055,
2035 "Intel D945G", STAC_D945GTP3),
2036 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x5048,
2037 "Intel D945G", STAC_D945GTP3),
2038 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x0110,
2039 "Intel D945G", STAC_D945GTP3),
2040 /* Intel D945G 5-stack systems */
2041 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x0404,
2042 "Intel D945G", STAC_D945GTP5),
2043 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x0303,
2044 "Intel D945G", STAC_D945GTP5),
2045 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x0013,
2046 "Intel D945G", STAC_D945GTP5),
2047 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x0417,
2048 "Intel D945G", STAC_D945GTP5),
2049 /* Intel 945P based systems */
2050 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x0b0b,
2051 "Intel D945P", STAC_D945GTP3),
2052 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x0112,
2053 "Intel D945P", STAC_D945GTP3),
2054 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x0d0d,
2055 "Intel D945P", STAC_D945GTP3),
2056 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x0909,
2057 "Intel D945P", STAC_D945GTP3),
2058 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x0505,
2059 "Intel D945P", STAC_D945GTP3),
2060 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x0707,
2061 "Intel D945P", STAC_D945GTP5),
Takashi Iwai8056d472009-01-23 09:09:43 +01002062 /* other intel */
2063 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x0204,
2064 "Intel D945", STAC_D945_REF),
Takashi Iwaif5fcc132006-11-24 17:07:44 +01002065 /* other systems */
Nicolas Boichat536319a2008-07-21 22:18:01 +08002066 /* Apple Intel Mac (Mac Mini, MacBook, MacBook Pro...) */
Takashi Iwaif5fcc132006-11-24 17:07:44 +01002067 SND_PCI_QUIRK(0x8384, 0x7680,
Nicolas Boichat536319a2008-07-21 22:18:01 +08002068 "Mac", STAC_INTEL_MAC_AUTO),
Takashi Iwaidfe495d2007-08-23 19:04:28 +02002069 /* Dell systems */
2070 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01a7,
2071 "unknown Dell", STAC_922X_DELL_D81),
2072 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01a9,
2073 "unknown Dell", STAC_922X_DELL_D81),
2074 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01ab,
2075 "unknown Dell", STAC_922X_DELL_D81),
2076 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01ac,
2077 "unknown Dell", STAC_922X_DELL_D82),
2078 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01bf,
2079 "unknown Dell", STAC_922X_DELL_M81),
2080 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01d0,
2081 "unknown Dell", STAC_922X_DELL_D82),
2082 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01d1,
2083 "unknown Dell", STAC_922X_DELL_D81),
2084 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01d2,
2085 "unknown Dell", STAC_922X_DELL_D81),
2086 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01d7,
2087 "Dell XPS M1210", STAC_922X_DELL_M82),
Mauro Carvalho Chehab8c650082008-08-04 10:39:59 -03002088 /* ECS/PC Chips boards */
Takashi Iwaidea0a502009-02-09 17:14:52 +01002089 SND_PCI_QUIRK_MASK(0x1019, 0xf000, 0x2000,
Herton Ronaldo Krzesinski8663ae52009-02-08 19:50:34 -02002090 "ECS/PC chips", STAC_ECS_202),
Matt Porter403d1942005-11-29 15:00:51 +01002091 {} /* terminator */
2092};
2093
Takashi Iwai2b635362011-05-02 12:33:43 +02002094static const unsigned int ref927x_pin_configs[14] = {
Tobin Davis93ed1502006-09-01 21:03:12 +02002095 0x02214020, 0x02a19080, 0x0181304e, 0x01014010,
2096 0x01a19040, 0x01011012, 0x01016011, 0x0101201f,
2097 0x183301f0, 0x18a001f0, 0x18a001f0, 0x01442070,
2098 0x01c42190, 0x40000100,
Matt Porter3cc08dc2006-01-23 15:27:49 +01002099};
2100
Takashi Iwai2b635362011-05-02 12:33:43 +02002101static const unsigned int d965_3st_pin_configs[14] = {
Tobin Davis81d3dbd2006-08-22 19:44:45 +02002102 0x0221401f, 0x02a19120, 0x40000100, 0x01014011,
2103 0x01a19021, 0x01813024, 0x40000100, 0x40000100,
2104 0x40000100, 0x40000100, 0x40000100, 0x40000100,
2105 0x40000100, 0x40000100
2106};
2107
Takashi Iwai2b635362011-05-02 12:33:43 +02002108static const unsigned int d965_5st_pin_configs[14] = {
Tobin Davis93ed1502006-09-01 21:03:12 +02002109 0x02214020, 0x02a19080, 0x0181304e, 0x01014010,
2110 0x01a19040, 0x01011012, 0x01016011, 0x40000100,
2111 0x40000100, 0x40000100, 0x40000100, 0x01442070,
2112 0x40000100, 0x40000100
2113};
2114
Takashi Iwai2b635362011-05-02 12:33:43 +02002115static const unsigned int d965_5st_no_fp_pin_configs[14] = {
Takashi Iwai679d92e2009-05-24 19:00:08 +02002116 0x40000100, 0x40000100, 0x0181304e, 0x01014010,
2117 0x01a19040, 0x01011012, 0x01016011, 0x40000100,
2118 0x40000100, 0x40000100, 0x40000100, 0x01442070,
2119 0x40000100, 0x40000100
2120};
2121
Takashi Iwai2b635362011-05-02 12:33:43 +02002122static const unsigned int dell_3st_pin_configs[14] = {
Tobin Davis4ff076e2007-08-07 11:48:12 +02002123 0x02211230, 0x02a11220, 0x01a19040, 0x01114210,
2124 0x01111212, 0x01116211, 0x01813050, 0x01112214,
Matthew Ranostay8e9068b2007-12-17 11:58:13 +01002125 0x403003fa, 0x90a60040, 0x90a60040, 0x404003fb,
Tobin Davis4ff076e2007-08-07 11:48:12 +02002126 0x40c003fc, 0x40000100
2127};
2128
Takashi Iwai2b635362011-05-02 12:33:43 +02002129static const unsigned int *stac927x_brd_tbl[STAC_927X_MODELS] = {
Takashi Iwaie28d8322008-12-17 13:48:29 +01002130 [STAC_D965_REF_NO_JD] = ref927x_pin_configs,
Matthew Ranostay8e9068b2007-12-17 11:58:13 +01002131 [STAC_D965_REF] = ref927x_pin_configs,
2132 [STAC_D965_3ST] = d965_3st_pin_configs,
2133 [STAC_D965_5ST] = d965_5st_pin_configs,
Takashi Iwai679d92e2009-05-24 19:00:08 +02002134 [STAC_D965_5ST_NO_FP] = d965_5st_no_fp_pin_configs,
Matthew Ranostay8e9068b2007-12-17 11:58:13 +01002135 [STAC_DELL_3ST] = dell_3st_pin_configs,
2136 [STAC_DELL_BIOS] = NULL,
Takashi Iwai54930532009-10-11 17:38:29 +02002137 [STAC_927X_VOLKNOB] = NULL,
Matt Porter3cc08dc2006-01-23 15:27:49 +01002138};
2139
Takashi Iwaiea734962011-01-17 11:29:34 +01002140static const char * const stac927x_models[STAC_927X_MODELS] = {
Takashi Iwai1607b8e2009-02-26 16:50:43 +01002141 [STAC_927X_AUTO] = "auto",
Takashi Iwaie28d8322008-12-17 13:48:29 +01002142 [STAC_D965_REF_NO_JD] = "ref-no-jd",
Matthew Ranostay8e9068b2007-12-17 11:58:13 +01002143 [STAC_D965_REF] = "ref",
2144 [STAC_D965_3ST] = "3stack",
2145 [STAC_D965_5ST] = "5stack",
Takashi Iwai679d92e2009-05-24 19:00:08 +02002146 [STAC_D965_5ST_NO_FP] = "5stack-no-fp",
Matthew Ranostay8e9068b2007-12-17 11:58:13 +01002147 [STAC_DELL_3ST] = "dell-3stack",
2148 [STAC_DELL_BIOS] = "dell-bios",
Takashi Iwai54930532009-10-11 17:38:29 +02002149 [STAC_927X_VOLKNOB] = "volknob",
Takashi Iwaif5fcc132006-11-24 17:07:44 +01002150};
2151
Takashi Iwai2b635362011-05-02 12:33:43 +02002152static const struct snd_pci_quirk stac927x_cfg_tbl[] = {
Takashi Iwaif5fcc132006-11-24 17:07:44 +01002153 /* SigmaTel reference board */
2154 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x2668,
2155 "DFI LanParty", STAC_D965_REF),
Matthew Ranostay577aa2c2009-01-22 22:55:44 -05002156 SND_PCI_QUIRK(PCI_VENDOR_ID_DFI, 0x3101,
2157 "DFI LanParty", STAC_D965_REF),
Tobin Davis81d3dbd2006-08-22 19:44:45 +02002158 /* Intel 946 based systems */
Takashi Iwaif5fcc132006-11-24 17:07:44 +01002159 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x3d01, "Intel D946", STAC_D965_3ST),
2160 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0xa301, "Intel D946", STAC_D965_3ST),
Tobin Davis93ed1502006-09-01 21:03:12 +02002161 /* 965 based 3 stack systems */
Takashi Iwaidea0a502009-02-09 17:14:52 +01002162 SND_PCI_QUIRK_MASK(PCI_VENDOR_ID_INTEL, 0xff00, 0x2100,
2163 "Intel D965", STAC_D965_3ST),
2164 SND_PCI_QUIRK_MASK(PCI_VENDOR_ID_INTEL, 0xff00, 0x2000,
2165 "Intel D965", STAC_D965_3ST),
Tobin Davis4ff076e2007-08-07 11:48:12 +02002166 /* Dell 3 stack systems */
Takashi Iwaidfe495d2007-08-23 19:04:28 +02002167 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01dd, "Dell Dimension E520", STAC_DELL_3ST),
Tobin Davis4ff076e2007-08-07 11:48:12 +02002168 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01ed, "Dell ", STAC_DELL_3ST),
2169 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01f4, "Dell ", STAC_DELL_3ST),
Matthew Ranostay8e9068b2007-12-17 11:58:13 +01002170 /* Dell 3 stack systems with verb table in BIOS */
Matthew Ranostay2f32d902008-01-10 13:06:26 +01002171 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01f3, "Dell Inspiron 1420", STAC_DELL_BIOS),
Daniel T Chen66668b62010-05-23 20:47:45 -04002172 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01f7, "Dell XPS M1730", STAC_DELL_BIOS),
Matthew Ranostay2f32d902008-01-10 13:06:26 +01002173 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0227, "Dell Vostro 1400 ", STAC_DELL_BIOS),
Matthew Ranostay8e9068b2007-12-17 11:58:13 +01002174 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x022e, "Dell ", STAC_DELL_BIOS),
Chengu Wang84d3dc22009-07-30 19:43:55 +08002175 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x022f, "Dell Inspiron 1525", STAC_DELL_BIOS),
Matthew Ranostay8e9068b2007-12-17 11:58:13 +01002176 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0242, "Dell ", STAC_DELL_BIOS),
2177 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0243, "Dell ", STAC_DELL_BIOS),
2178 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x02ff, "Dell ", STAC_DELL_BIOS),
2179 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0209, "Dell XPS 1330", STAC_DELL_BIOS),
Tobin Davis93ed1502006-09-01 21:03:12 +02002180 /* 965 based 5 stack systems */
Takashi Iwaidea0a502009-02-09 17:14:52 +01002181 SND_PCI_QUIRK_MASK(PCI_VENDOR_ID_INTEL, 0xff00, 0x2300,
2182 "Intel D965", STAC_D965_5ST),
2183 SND_PCI_QUIRK_MASK(PCI_VENDOR_ID_INTEL, 0xff00, 0x2500,
2184 "Intel D965", STAC_D965_5ST),
Takashi Iwai54930532009-10-11 17:38:29 +02002185 /* volume-knob fixes */
2186 SND_PCI_QUIRK_VENDOR(0x10cf, "FSC", STAC_927X_VOLKNOB),
Matt Porter3cc08dc2006-01-23 15:27:49 +01002187 {} /* terminator */
2188};
2189
Takashi Iwai2b635362011-05-02 12:33:43 +02002190static const unsigned int ref9205_pin_configs[12] = {
Matt Porterf3302a52006-07-31 12:49:34 +02002191 0x40000100, 0x40000100, 0x01016011, 0x01014010,
Matthew Ranostay09a99952008-01-24 11:49:21 +01002192 0x01813122, 0x01a19021, 0x01019020, 0x40000100,
Matt Porter8b657272006-10-26 17:12:59 +02002193 0x90a000f0, 0x90a000f0, 0x01441030, 0x01c41030
Matt Porterf3302a52006-07-31 12:49:34 +02002194};
2195
Takashi Iwaidfe495d2007-08-23 19:04:28 +02002196/*
2197 STAC 9205 pin configs for
2198 102801F1
2199 102801F2
2200 102801FC
2201 102801FD
2202 10280204
2203 1028021F
Matthew Ranostay3fa2ef72008-01-11 11:39:06 +01002204 10280228 (Dell Vostro 1500)
Anisse Astier95e70e82009-12-23 17:28:45 +01002205 10280229 (Dell Vostro 1700)
Takashi Iwaidfe495d2007-08-23 19:04:28 +02002206*/
Takashi Iwai2b635362011-05-02 12:33:43 +02002207static const unsigned int dell_9205_m42_pin_configs[12] = {
Takashi Iwaidfe495d2007-08-23 19:04:28 +02002208 0x0321101F, 0x03A11020, 0x400003FA, 0x90170310,
2209 0x400003FB, 0x400003FC, 0x400003FD, 0x40F000F9,
2210 0x90A60330, 0x400003FF, 0x0144131F, 0x40C003FE,
2211};
2212
2213/*
2214 STAC 9205 pin configs for
2215 102801F9
2216 102801FA
2217 102801FE
2218 102801FF (Dell Precision M4300)
2219 10280206
2220 10280200
2221 10280201
2222*/
Takashi Iwai2b635362011-05-02 12:33:43 +02002223static const unsigned int dell_9205_m43_pin_configs[12] = {
Tobin Davisae0a8ed2007-08-13 15:50:29 +02002224 0x0321101f, 0x03a11020, 0x90a70330, 0x90170310,
2225 0x400000fe, 0x400000ff, 0x400000fd, 0x40f000f9,
2226 0x400000fa, 0x400000fc, 0x0144131f, 0x40c003f8,
2227};
2228
Takashi Iwai2b635362011-05-02 12:33:43 +02002229static const unsigned int dell_9205_m44_pin_configs[12] = {
Tobin Davisae0a8ed2007-08-13 15:50:29 +02002230 0x0421101f, 0x04a11020, 0x400003fa, 0x90170310,
2231 0x400003fb, 0x400003fc, 0x400003fd, 0x400003f9,
2232 0x90a60330, 0x400003ff, 0x01441340, 0x40c003fe,
2233};
2234
Takashi Iwai2b635362011-05-02 12:33:43 +02002235static const unsigned int *stac9205_brd_tbl[STAC_9205_MODELS] = {
Tobin Davisae0a8ed2007-08-13 15:50:29 +02002236 [STAC_9205_REF] = ref9205_pin_configs,
Takashi Iwaidfe495d2007-08-23 19:04:28 +02002237 [STAC_9205_DELL_M42] = dell_9205_m42_pin_configs,
2238 [STAC_9205_DELL_M43] = dell_9205_m43_pin_configs,
2239 [STAC_9205_DELL_M44] = dell_9205_m44_pin_configs,
Takashi Iwaid9a42682009-01-22 17:40:18 +01002240 [STAC_9205_EAPD] = NULL,
Matt Porterf3302a52006-07-31 12:49:34 +02002241};
2242
Takashi Iwaiea734962011-01-17 11:29:34 +01002243static const char * const stac9205_models[STAC_9205_MODELS] = {
Takashi Iwai1607b8e2009-02-26 16:50:43 +01002244 [STAC_9205_AUTO] = "auto",
Takashi Iwaif5fcc132006-11-24 17:07:44 +01002245 [STAC_9205_REF] = "ref",
Takashi Iwaidfe495d2007-08-23 19:04:28 +02002246 [STAC_9205_DELL_M42] = "dell-m42",
Tobin Davisae0a8ed2007-08-13 15:50:29 +02002247 [STAC_9205_DELL_M43] = "dell-m43",
2248 [STAC_9205_DELL_M44] = "dell-m44",
Takashi Iwaid9a42682009-01-22 17:40:18 +01002249 [STAC_9205_EAPD] = "eapd",
Takashi Iwaif5fcc132006-11-24 17:07:44 +01002250};
2251
Takashi Iwai2b635362011-05-02 12:33:43 +02002252static const struct snd_pci_quirk stac9205_cfg_tbl[] = {
Takashi Iwaif5fcc132006-11-24 17:07:44 +01002253 /* SigmaTel reference board */
2254 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x2668,
2255 "DFI LanParty", STAC_9205_REF),
Herton Ronaldo Krzesinski02358fc2009-07-04 01:44:59 -03002256 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0xfb30,
2257 "SigmaTel", STAC_9205_REF),
Matthew Ranostay577aa2c2009-01-22 22:55:44 -05002258 SND_PCI_QUIRK(PCI_VENDOR_ID_DFI, 0x3101,
2259 "DFI LanParty", STAC_9205_REF),
Takashi Iwaid9a42682009-01-22 17:40:18 +01002260 /* Dell */
Takashi Iwaidfe495d2007-08-23 19:04:28 +02002261 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01f1,
2262 "unknown Dell", STAC_9205_DELL_M42),
2263 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01f2,
2264 "unknown Dell", STAC_9205_DELL_M42),
Tobin Davisae0a8ed2007-08-13 15:50:29 +02002265 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01f8,
Matthew Ranostayb44ef2f2007-09-18 00:52:38 +02002266 "Dell Precision", STAC_9205_DELL_M43),
Tobin Davisae0a8ed2007-08-13 15:50:29 +02002267 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01f9,
2268 "Dell Precision", STAC_9205_DELL_M43),
2269 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01fa,
2270 "Dell Precision", STAC_9205_DELL_M43),
Takashi Iwaidfe495d2007-08-23 19:04:28 +02002271 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01fc,
2272 "unknown Dell", STAC_9205_DELL_M42),
2273 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01fd,
2274 "unknown Dell", STAC_9205_DELL_M42),
Tobin Davisae0a8ed2007-08-13 15:50:29 +02002275 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01fe,
2276 "Dell Precision", STAC_9205_DELL_M43),
2277 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01ff,
Takashi Iwaidfe495d2007-08-23 19:04:28 +02002278 "Dell Precision M4300", STAC_9205_DELL_M43),
Takashi Iwaidfe495d2007-08-23 19:04:28 +02002279 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0204,
2280 "unknown Dell", STAC_9205_DELL_M42),
Takashi Iwai45499152008-06-12 16:27:24 +02002281 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0206,
2282 "Dell Precision", STAC_9205_DELL_M43),
2283 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x021b,
2284 "Dell Precision", STAC_9205_DELL_M43),
2285 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x021c,
2286 "Dell Precision", STAC_9205_DELL_M43),
Tobin Davisae0a8ed2007-08-13 15:50:29 +02002287 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x021f,
2288 "Dell Inspiron", STAC_9205_DELL_M44),
Matthew Ranostay3fa2ef72008-01-11 11:39:06 +01002289 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0228,
2290 "Dell Vostro 1500", STAC_9205_DELL_M42),
Anisse Astier95e70e82009-12-23 17:28:45 +01002291 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0229,
2292 "Dell Vostro 1700", STAC_9205_DELL_M42),
Takashi Iwaid9a42682009-01-22 17:40:18 +01002293 /* Gateway */
Hao Song42b95f02009-07-20 15:01:16 +08002294 SND_PCI_QUIRK(0x107b, 0x0560, "Gateway T6834c", STAC_9205_EAPD),
Takashi Iwaid9a42682009-01-22 17:40:18 +01002295 SND_PCI_QUIRK(0x107b, 0x0565, "Gateway T1616", STAC_9205_EAPD),
Matt Porterf3302a52006-07-31 12:49:34 +02002296 {} /* terminator */
2297};
2298
Takashi Iwai330ee992009-02-20 14:33:36 +01002299static void stac92xx_set_config_regs(struct hda_codec *codec,
Takashi Iwai2b635362011-05-02 12:33:43 +02002300 const unsigned int *pincfgs)
Matt2f2f4252005-04-13 14:45:30 +02002301{
2302 int i;
2303 struct sigmatel_spec *spec = codec->spec;
Matt2f2f4252005-04-13 14:45:30 +02002304
Takashi Iwai330ee992009-02-20 14:33:36 +01002305 if (!pincfgs)
2306 return;
Richard Fish11b44bb2006-08-23 18:31:34 +02002307
Matthew Ranostay87d48362007-07-17 11:52:24 +02002308 for (i = 0; i < spec->num_pins; i++)
Takashi Iwai330ee992009-02-20 14:33:36 +01002309 if (spec->pin_nids[i] && pincfgs[i])
2310 snd_hda_codec_set_pincfg(codec, spec->pin_nids[i],
2311 pincfgs[i]);
Takashi Iwaiaf9f3412008-11-18 10:38:56 +01002312}
2313
Matt2f2f4252005-04-13 14:45:30 +02002314/*
2315 * Analog playback callbacks
2316 */
2317static int stac92xx_playback_pcm_open(struct hda_pcm_stream *hinfo,
2318 struct hda_codec *codec,
Takashi Iwaic8b6bf92005-11-17 14:57:47 +01002319 struct snd_pcm_substream *substream)
Matt2f2f4252005-04-13 14:45:30 +02002320{
2321 struct sigmatel_spec *spec = codec->spec;
Matthew Ranostay8daaaa92008-08-15 07:45:52 +02002322 if (spec->stream_delay)
2323 msleep(spec->stream_delay);
Takashi Iwai9a081602008-02-12 18:37:26 +01002324 return snd_hda_multi_out_analog_open(codec, &spec->multiout, substream,
2325 hinfo);
Matt2f2f4252005-04-13 14:45:30 +02002326}
2327
2328static int stac92xx_playback_pcm_prepare(struct hda_pcm_stream *hinfo,
2329 struct hda_codec *codec,
2330 unsigned int stream_tag,
2331 unsigned int format,
Takashi Iwaic8b6bf92005-11-17 14:57:47 +01002332 struct snd_pcm_substream *substream)
Matt2f2f4252005-04-13 14:45:30 +02002333{
2334 struct sigmatel_spec *spec = codec->spec;
Matt Porter403d1942005-11-29 15:00:51 +01002335 return snd_hda_multi_out_analog_prepare(codec, &spec->multiout, stream_tag, format, substream);
Matt2f2f4252005-04-13 14:45:30 +02002336}
2337
2338static int stac92xx_playback_pcm_cleanup(struct hda_pcm_stream *hinfo,
2339 struct hda_codec *codec,
Takashi Iwaic8b6bf92005-11-17 14:57:47 +01002340 struct snd_pcm_substream *substream)
Matt2f2f4252005-04-13 14:45:30 +02002341{
2342 struct sigmatel_spec *spec = codec->spec;
2343 return snd_hda_multi_out_analog_cleanup(codec, &spec->multiout);
2344}
2345
2346/*
Mattdabbed62005-06-14 10:19:34 +02002347 * Digital playback callbacks
2348 */
2349static int stac92xx_dig_playback_pcm_open(struct hda_pcm_stream *hinfo,
2350 struct hda_codec *codec,
Takashi Iwaic8b6bf92005-11-17 14:57:47 +01002351 struct snd_pcm_substream *substream)
Mattdabbed62005-06-14 10:19:34 +02002352{
2353 struct sigmatel_spec *spec = codec->spec;
2354 return snd_hda_multi_out_dig_open(codec, &spec->multiout);
2355}
2356
2357static int stac92xx_dig_playback_pcm_close(struct hda_pcm_stream *hinfo,
2358 struct hda_codec *codec,
Takashi Iwaic8b6bf92005-11-17 14:57:47 +01002359 struct snd_pcm_substream *substream)
Mattdabbed62005-06-14 10:19:34 +02002360{
2361 struct sigmatel_spec *spec = codec->spec;
2362 return snd_hda_multi_out_dig_close(codec, &spec->multiout);
2363}
2364
Takashi Iwai6b97eb42007-04-05 14:51:48 +02002365static int stac92xx_dig_playback_pcm_prepare(struct hda_pcm_stream *hinfo,
2366 struct hda_codec *codec,
2367 unsigned int stream_tag,
2368 unsigned int format,
2369 struct snd_pcm_substream *substream)
2370{
2371 struct sigmatel_spec *spec = codec->spec;
2372 return snd_hda_multi_out_dig_prepare(codec, &spec->multiout,
2373 stream_tag, format, substream);
2374}
2375
Takashi Iwai9411e212009-02-13 11:32:28 +01002376static int stac92xx_dig_playback_pcm_cleanup(struct hda_pcm_stream *hinfo,
2377 struct hda_codec *codec,
2378 struct snd_pcm_substream *substream)
2379{
2380 struct sigmatel_spec *spec = codec->spec;
2381 return snd_hda_multi_out_dig_cleanup(codec, &spec->multiout);
2382}
2383
Mattdabbed62005-06-14 10:19:34 +02002384
2385/*
Matt2f2f4252005-04-13 14:45:30 +02002386 * Analog capture callbacks
2387 */
2388static int stac92xx_capture_pcm_prepare(struct hda_pcm_stream *hinfo,
2389 struct hda_codec *codec,
2390 unsigned int stream_tag,
2391 unsigned int format,
Takashi Iwaic8b6bf92005-11-17 14:57:47 +01002392 struct snd_pcm_substream *substream)
Matt2f2f4252005-04-13 14:45:30 +02002393{
2394 struct sigmatel_spec *spec = codec->spec;
Matthew Ranostay8daaaa92008-08-15 07:45:52 +02002395 hda_nid_t nid = spec->adc_nids[substream->number];
Matt2f2f4252005-04-13 14:45:30 +02002396
Matthew Ranostay8daaaa92008-08-15 07:45:52 +02002397 if (spec->powerdown_adcs) {
2398 msleep(40);
Takashi Iwai8c2f7672008-12-01 11:54:35 +01002399 snd_hda_codec_write(codec, nid, 0,
Matthew Ranostay8daaaa92008-08-15 07:45:52 +02002400 AC_VERB_SET_POWER_STATE, AC_PWRST_D0);
2401 }
2402 snd_hda_codec_setup_stream(codec, nid, stream_tag, 0, format);
Matt2f2f4252005-04-13 14:45:30 +02002403 return 0;
2404}
2405
2406static int stac92xx_capture_pcm_cleanup(struct hda_pcm_stream *hinfo,
2407 struct hda_codec *codec,
Takashi Iwaic8b6bf92005-11-17 14:57:47 +01002408 struct snd_pcm_substream *substream)
Matt2f2f4252005-04-13 14:45:30 +02002409{
2410 struct sigmatel_spec *spec = codec->spec;
Matthew Ranostay8daaaa92008-08-15 07:45:52 +02002411 hda_nid_t nid = spec->adc_nids[substream->number];
Matt2f2f4252005-04-13 14:45:30 +02002412
Matthew Ranostay8daaaa92008-08-15 07:45:52 +02002413 snd_hda_codec_cleanup_stream(codec, nid);
2414 if (spec->powerdown_adcs)
Takashi Iwai8c2f7672008-12-01 11:54:35 +01002415 snd_hda_codec_write(codec, nid, 0,
Matthew Ranostay8daaaa92008-08-15 07:45:52 +02002416 AC_VERB_SET_POWER_STATE, AC_PWRST_D3);
Matt2f2f4252005-04-13 14:45:30 +02002417 return 0;
2418}
2419
Takashi Iwai2b635362011-05-02 12:33:43 +02002420static const struct hda_pcm_stream stac92xx_pcm_digital_playback = {
Mattdabbed62005-06-14 10:19:34 +02002421 .substreams = 1,
2422 .channels_min = 2,
2423 .channels_max = 2,
2424 /* NID is set in stac92xx_build_pcms */
2425 .ops = {
2426 .open = stac92xx_dig_playback_pcm_open,
Takashi Iwai6b97eb42007-04-05 14:51:48 +02002427 .close = stac92xx_dig_playback_pcm_close,
Takashi Iwai9411e212009-02-13 11:32:28 +01002428 .prepare = stac92xx_dig_playback_pcm_prepare,
2429 .cleanup = stac92xx_dig_playback_pcm_cleanup
Mattdabbed62005-06-14 10:19:34 +02002430 },
2431};
2432
Takashi Iwai2b635362011-05-02 12:33:43 +02002433static const struct hda_pcm_stream stac92xx_pcm_digital_capture = {
Mattdabbed62005-06-14 10:19:34 +02002434 .substreams = 1,
2435 .channels_min = 2,
2436 .channels_max = 2,
2437 /* NID is set in stac92xx_build_pcms */
2438};
2439
Takashi Iwai2b635362011-05-02 12:33:43 +02002440static const struct hda_pcm_stream stac92xx_pcm_analog_playback = {
Matt2f2f4252005-04-13 14:45:30 +02002441 .substreams = 1,
2442 .channels_min = 2,
Mattc7d4b2f2005-06-27 14:59:41 +02002443 .channels_max = 8,
Matt2f2f4252005-04-13 14:45:30 +02002444 .nid = 0x02, /* NID to query formats and rates */
2445 .ops = {
2446 .open = stac92xx_playback_pcm_open,
2447 .prepare = stac92xx_playback_pcm_prepare,
2448 .cleanup = stac92xx_playback_pcm_cleanup
2449 },
2450};
2451
Takashi Iwai2b635362011-05-02 12:33:43 +02002452static const struct hda_pcm_stream stac92xx_pcm_analog_alt_playback = {
Matt Porter3cc08dc2006-01-23 15:27:49 +01002453 .substreams = 1,
2454 .channels_min = 2,
2455 .channels_max = 2,
2456 .nid = 0x06, /* NID to query formats and rates */
2457 .ops = {
2458 .open = stac92xx_playback_pcm_open,
2459 .prepare = stac92xx_playback_pcm_prepare,
2460 .cleanup = stac92xx_playback_pcm_cleanup
2461 },
2462};
2463
Takashi Iwai2b635362011-05-02 12:33:43 +02002464static const struct hda_pcm_stream stac92xx_pcm_analog_capture = {
Matt2f2f4252005-04-13 14:45:30 +02002465 .channels_min = 2,
2466 .channels_max = 2,
Maxim Levitsky9e05b7a2007-09-03 15:31:02 +02002467 /* NID + .substreams is set in stac92xx_build_pcms */
Matt2f2f4252005-04-13 14:45:30 +02002468 .ops = {
2469 .prepare = stac92xx_capture_pcm_prepare,
2470 .cleanup = stac92xx_capture_pcm_cleanup
2471 },
2472};
2473
2474static int stac92xx_build_pcms(struct hda_codec *codec)
2475{
2476 struct sigmatel_spec *spec = codec->spec;
2477 struct hda_pcm *info = spec->pcm_rec;
2478
2479 codec->num_pcms = 1;
2480 codec->pcm_info = info;
2481
Mattc7d4b2f2005-06-27 14:59:41 +02002482 info->name = "STAC92xx Analog";
Matt2f2f4252005-04-13 14:45:30 +02002483 info->stream[SNDRV_PCM_STREAM_PLAYBACK] = stac92xx_pcm_analog_playback;
Takashi Iwai00a602d2009-01-23 11:55:42 +01002484 info->stream[SNDRV_PCM_STREAM_PLAYBACK].nid =
2485 spec->multiout.dac_nids[0];
Matt2f2f4252005-04-13 14:45:30 +02002486 info->stream[SNDRV_PCM_STREAM_CAPTURE] = stac92xx_pcm_analog_capture;
Matt Porter3cc08dc2006-01-23 15:27:49 +01002487 info->stream[SNDRV_PCM_STREAM_CAPTURE].nid = spec->adc_nids[0];
Maxim Levitsky9e05b7a2007-09-03 15:31:02 +02002488 info->stream[SNDRV_PCM_STREAM_CAPTURE].substreams = spec->num_adcs;
Matt Porter3cc08dc2006-01-23 15:27:49 +01002489
2490 if (spec->alt_switch) {
2491 codec->num_pcms++;
2492 info++;
2493 info->name = "STAC92xx Analog Alt";
2494 info->stream[SNDRV_PCM_STREAM_PLAYBACK] = stac92xx_pcm_analog_alt_playback;
2495 }
Matt2f2f4252005-04-13 14:45:30 +02002496
Mattdabbed62005-06-14 10:19:34 +02002497 if (spec->multiout.dig_out_nid || spec->dig_in_nid) {
2498 codec->num_pcms++;
2499 info++;
2500 info->name = "STAC92xx Digital";
Takashi Iwai0852d7a2009-02-11 11:35:15 +01002501 info->pcm_type = spec->autocfg.dig_out_type[0];
Mattdabbed62005-06-14 10:19:34 +02002502 if (spec->multiout.dig_out_nid) {
2503 info->stream[SNDRV_PCM_STREAM_PLAYBACK] = stac92xx_pcm_digital_playback;
2504 info->stream[SNDRV_PCM_STREAM_PLAYBACK].nid = spec->multiout.dig_out_nid;
2505 }
2506 if (spec->dig_in_nid) {
2507 info->stream[SNDRV_PCM_STREAM_CAPTURE] = stac92xx_pcm_digital_capture;
2508 info->stream[SNDRV_PCM_STREAM_CAPTURE].nid = spec->dig_in_nid;
2509 }
2510 }
2511
Matt2f2f4252005-04-13 14:45:30 +02002512 return 0;
2513}
2514
Nickolas Lloyd7c922de2009-06-01 11:12:29 +02002515static unsigned int stac92xx_get_default_vref(struct hda_codec *codec,
2516 hda_nid_t nid)
Takashi Iwaic960a032006-03-23 17:06:28 +01002517{
Takashi Iwai1327a322009-03-23 13:07:47 +01002518 unsigned int pincap = snd_hda_query_pin_caps(codec, nid);
Takashi Iwaic960a032006-03-23 17:06:28 +01002519 pincap = (pincap & AC_PINCAP_VREF) >> AC_PINCAP_VREF_SHIFT;
2520 if (pincap & AC_PINCAP_VREF_100)
2521 return AC_PINCTL_VREF_100;
2522 if (pincap & AC_PINCAP_VREF_80)
2523 return AC_PINCTL_VREF_80;
2524 if (pincap & AC_PINCAP_VREF_50)
2525 return AC_PINCTL_VREF_50;
2526 if (pincap & AC_PINCAP_VREF_GRD)
2527 return AC_PINCTL_VREF_GRD;
2528 return 0;
2529}
2530
Matt Porter403d1942005-11-29 15:00:51 +01002531static void stac92xx_auto_set_pinctl(struct hda_codec *codec, hda_nid_t nid, int pin_type)
2532
2533{
Takashi Iwai82beb8f2007-08-10 17:09:26 +02002534 snd_hda_codec_write_cache(codec, nid, 0,
2535 AC_VERB_SET_PIN_WIDGET_CONTROL, pin_type);
Matt Porter403d1942005-11-29 15:00:51 +01002536}
2537
Matthew Ranostay7c2ba972008-04-16 13:13:59 +02002538#define stac92xx_hp_switch_info snd_ctl_boolean_mono_info
2539
2540static int stac92xx_hp_switch_get(struct snd_kcontrol *kcontrol,
2541 struct snd_ctl_elem_value *ucontrol)
2542{
2543 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
2544 struct sigmatel_spec *spec = codec->spec;
2545
Takashi Iwaid7a89432008-11-12 09:48:04 +01002546 ucontrol->value.integer.value[0] = !!spec->hp_switch;
Matthew Ranostay7c2ba972008-04-16 13:13:59 +02002547 return 0;
2548}
2549
Takashi Iwai62558ce2009-07-29 14:23:09 +02002550static void stac_issue_unsol_event(struct hda_codec *codec, hda_nid_t nid);
Takashi Iwaic6e4c662008-11-25 11:58:19 +01002551
Matthew Ranostay7c2ba972008-04-16 13:13:59 +02002552static int stac92xx_hp_switch_put(struct snd_kcontrol *kcontrol,
2553 struct snd_ctl_elem_value *ucontrol)
2554{
2555 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
2556 struct sigmatel_spec *spec = codec->spec;
Takashi Iwaid7a89432008-11-12 09:48:04 +01002557 int nid = kcontrol->private_value;
2558
2559 spec->hp_switch = ucontrol->value.integer.value[0] ? nid : 0;
Matthew Ranostay7c2ba972008-04-16 13:13:59 +02002560
Lucas De Marchi25985ed2011-03-30 22:57:33 -03002561 /* check to be sure that the ports are up to date with
Matthew Ranostay7c2ba972008-04-16 13:13:59 +02002562 * switch changes
2563 */
Takashi Iwai62558ce2009-07-29 14:23:09 +02002564 stac_issue_unsol_event(codec, nid);
Matthew Ranostay7c2ba972008-04-16 13:13:59 +02002565
2566 return 1;
2567}
2568
Nickolas Lloyd7c922de2009-06-01 11:12:29 +02002569static int stac92xx_dc_bias_info(struct snd_kcontrol *kcontrol,
2570 struct snd_ctl_elem_info *uinfo)
2571{
2572 int i;
Takashi Iwai2b635362011-05-02 12:33:43 +02002573 static const char * const texts[] = {
Nickolas Lloyd7c922de2009-06-01 11:12:29 +02002574 "Mic In", "Line In", "Line Out"
2575 };
2576
2577 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
2578 struct sigmatel_spec *spec = codec->spec;
2579 hda_nid_t nid = kcontrol->private_value;
2580
2581 if (nid == spec->mic_switch || nid == spec->line_switch)
2582 i = 3;
2583 else
2584 i = 2;
2585
2586 uinfo->type = SNDRV_CTL_ELEM_TYPE_ENUMERATED;
2587 uinfo->value.enumerated.items = i;
2588 uinfo->count = 1;
2589 if (uinfo->value.enumerated.item >= i)
2590 uinfo->value.enumerated.item = i-1;
2591 strcpy(uinfo->value.enumerated.name,
2592 texts[uinfo->value.enumerated.item]);
2593
2594 return 0;
2595}
2596
2597static int stac92xx_dc_bias_get(struct snd_kcontrol *kcontrol,
2598 struct snd_ctl_elem_value *ucontrol)
2599{
2600 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
2601 hda_nid_t nid = kcontrol->private_value;
2602 unsigned int vref = stac92xx_vref_get(codec, nid);
2603
2604 if (vref == stac92xx_get_default_vref(codec, nid))
2605 ucontrol->value.enumerated.item[0] = 0;
2606 else if (vref == AC_PINCTL_VREF_GRD)
2607 ucontrol->value.enumerated.item[0] = 1;
2608 else if (vref == AC_PINCTL_VREF_HIZ)
2609 ucontrol->value.enumerated.item[0] = 2;
2610
2611 return 0;
2612}
2613
2614static int stac92xx_dc_bias_put(struct snd_kcontrol *kcontrol,
2615 struct snd_ctl_elem_value *ucontrol)
2616{
2617 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
2618 unsigned int new_vref = 0;
Takashi Iwaib8621512009-06-22 08:00:10 +02002619 int error;
Nickolas Lloyd7c922de2009-06-01 11:12:29 +02002620 hda_nid_t nid = kcontrol->private_value;
2621
2622 if (ucontrol->value.enumerated.item[0] == 0)
2623 new_vref = stac92xx_get_default_vref(codec, nid);
2624 else if (ucontrol->value.enumerated.item[0] == 1)
2625 new_vref = AC_PINCTL_VREF_GRD;
2626 else if (ucontrol->value.enumerated.item[0] == 2)
2627 new_vref = AC_PINCTL_VREF_HIZ;
2628 else
2629 return 0;
2630
2631 if (new_vref != stac92xx_vref_get(codec, nid)) {
2632 error = stac92xx_vref_set(codec, nid, new_vref);
2633 return error;
2634 }
2635
2636 return 0;
2637}
2638
2639static int stac92xx_io_switch_info(struct snd_kcontrol *kcontrol,
2640 struct snd_ctl_elem_info *uinfo)
2641{
Takashi Iwai2b635362011-05-02 12:33:43 +02002642 char *texts[2];
Nickolas Lloyd7c922de2009-06-01 11:12:29 +02002643 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
2644 struct sigmatel_spec *spec = codec->spec;
2645
2646 if (kcontrol->private_value == spec->line_switch)
2647 texts[0] = "Line In";
2648 else
2649 texts[0] = "Mic In";
2650 texts[1] = "Line Out";
2651 uinfo->type = SNDRV_CTL_ELEM_TYPE_ENUMERATED;
2652 uinfo->value.enumerated.items = 2;
2653 uinfo->count = 1;
2654
2655 if (uinfo->value.enumerated.item >= 2)
2656 uinfo->value.enumerated.item = 1;
2657 strcpy(uinfo->value.enumerated.name,
2658 texts[uinfo->value.enumerated.item]);
2659
2660 return 0;
2661}
Matt Porter403d1942005-11-29 15:00:51 +01002662
2663static int stac92xx_io_switch_get(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol)
2664{
2665 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
2666 struct sigmatel_spec *spec = codec->spec;
Nickolas Lloyd7c922de2009-06-01 11:12:29 +02002667 hda_nid_t nid = kcontrol->private_value;
2668 int io_idx = (nid == spec->mic_switch) ? 1 : 0;
Matt Porter403d1942005-11-29 15:00:51 +01002669
Nickolas Lloyd7c922de2009-06-01 11:12:29 +02002670 ucontrol->value.enumerated.item[0] = spec->io_switch[io_idx];
Matt Porter403d1942005-11-29 15:00:51 +01002671 return 0;
2672}
2673
2674static int stac92xx_io_switch_put(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol)
2675{
2676 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
2677 struct sigmatel_spec *spec = codec->spec;
Nickolas Lloyd7c922de2009-06-01 11:12:29 +02002678 hda_nid_t nid = kcontrol->private_value;
2679 int io_idx = (nid == spec->mic_switch) ? 1 : 0;
2680 unsigned short val = !!ucontrol->value.enumerated.item[0];
Matt Porter403d1942005-11-29 15:00:51 +01002681
2682 spec->io_switch[io_idx] = val;
2683
2684 if (val)
2685 stac92xx_auto_set_pinctl(codec, nid, AC_PINCTL_OUT_EN);
Takashi Iwaic960a032006-03-23 17:06:28 +01002686 else {
2687 unsigned int pinctl = AC_PINCTL_IN_EN;
2688 if (io_idx) /* set VREF for mic */
Nickolas Lloyd7c922de2009-06-01 11:12:29 +02002689 pinctl |= stac92xx_get_default_vref(codec, nid);
Takashi Iwaic960a032006-03-23 17:06:28 +01002690 stac92xx_auto_set_pinctl(codec, nid, pinctl);
2691 }
Jiang Zhe40c1d302007-11-12 13:05:16 +01002692
2693 /* check the auto-mute again: we need to mute/unmute the speaker
2694 * appropriately according to the pin direction
2695 */
2696 if (spec->hp_detect)
Takashi Iwai62558ce2009-07-29 14:23:09 +02002697 stac_issue_unsol_event(codec, nid);
Jiang Zhe40c1d302007-11-12 13:05:16 +01002698
Matt Porter403d1942005-11-29 15:00:51 +01002699 return 1;
2700}
2701
Maxim Levitsky0fb87bb2007-09-03 15:29:04 +02002702#define stac92xx_clfe_switch_info snd_ctl_boolean_mono_info
2703
2704static int stac92xx_clfe_switch_get(struct snd_kcontrol *kcontrol,
2705 struct snd_ctl_elem_value *ucontrol)
2706{
2707 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
2708 struct sigmatel_spec *spec = codec->spec;
2709
2710 ucontrol->value.integer.value[0] = spec->clfe_swap;
2711 return 0;
2712}
2713
2714static int stac92xx_clfe_switch_put(struct snd_kcontrol *kcontrol,
2715 struct snd_ctl_elem_value *ucontrol)
2716{
2717 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
2718 struct sigmatel_spec *spec = codec->spec;
2719 hda_nid_t nid = kcontrol->private_value & 0xff;
Takashi Iwai68ea7b22007-11-15 15:54:38 +01002720 unsigned int val = !!ucontrol->value.integer.value[0];
Maxim Levitsky0fb87bb2007-09-03 15:29:04 +02002721
Takashi Iwai68ea7b22007-11-15 15:54:38 +01002722 if (spec->clfe_swap == val)
Maxim Levitsky0fb87bb2007-09-03 15:29:04 +02002723 return 0;
2724
Takashi Iwai68ea7b22007-11-15 15:54:38 +01002725 spec->clfe_swap = val;
Maxim Levitsky0fb87bb2007-09-03 15:29:04 +02002726
2727 snd_hda_codec_write_cache(codec, nid, 0, AC_VERB_SET_EAPD_BTLENABLE,
2728 spec->clfe_swap ? 0x4 : 0x0);
2729
2730 return 1;
2731}
2732
Matthew Ranostay7c2ba972008-04-16 13:13:59 +02002733#define STAC_CODEC_HP_SWITCH(xname) \
2734 { .iface = SNDRV_CTL_ELEM_IFACE_MIXER, \
2735 .name = xname, \
2736 .index = 0, \
2737 .info = stac92xx_hp_switch_info, \
2738 .get = stac92xx_hp_switch_get, \
2739 .put = stac92xx_hp_switch_put, \
2740 }
2741
Matt Porter403d1942005-11-29 15:00:51 +01002742#define STAC_CODEC_IO_SWITCH(xname, xpval) \
2743 { .iface = SNDRV_CTL_ELEM_IFACE_MIXER, \
2744 .name = xname, \
2745 .index = 0, \
2746 .info = stac92xx_io_switch_info, \
2747 .get = stac92xx_io_switch_get, \
2748 .put = stac92xx_io_switch_put, \
2749 .private_value = xpval, \
2750 }
2751
Maxim Levitsky0fb87bb2007-09-03 15:29:04 +02002752#define STAC_CODEC_CLFE_SWITCH(xname, xpval) \
2753 { .iface = SNDRV_CTL_ELEM_IFACE_MIXER, \
2754 .name = xname, \
2755 .index = 0, \
2756 .info = stac92xx_clfe_switch_info, \
2757 .get = stac92xx_clfe_switch_get, \
2758 .put = stac92xx_clfe_switch_put, \
2759 .private_value = xpval, \
2760 }
Matt Porter403d1942005-11-29 15:00:51 +01002761
Mattc7d4b2f2005-06-27 14:59:41 +02002762enum {
2763 STAC_CTL_WIDGET_VOL,
2764 STAC_CTL_WIDGET_MUTE,
Jaroslav Kysela123c07a2009-10-21 14:48:23 +02002765 STAC_CTL_WIDGET_MUTE_BEEP,
Matthew Ranostay09a99952008-01-24 11:49:21 +01002766 STAC_CTL_WIDGET_MONO_MUX,
Matthew Ranostay7c2ba972008-04-16 13:13:59 +02002767 STAC_CTL_WIDGET_HP_SWITCH,
Matt Porter403d1942005-11-29 15:00:51 +01002768 STAC_CTL_WIDGET_IO_SWITCH,
Nickolas Lloyd2fc99892009-05-15 15:33:30 +02002769 STAC_CTL_WIDGET_CLFE_SWITCH,
2770 STAC_CTL_WIDGET_DC_BIAS
Mattc7d4b2f2005-06-27 14:59:41 +02002771};
2772
Takashi Iwai2b635362011-05-02 12:33:43 +02002773static const struct snd_kcontrol_new stac92xx_control_templates[] = {
Mattc7d4b2f2005-06-27 14:59:41 +02002774 HDA_CODEC_VOLUME(NULL, 0, 0, 0),
2775 HDA_CODEC_MUTE(NULL, 0, 0, 0),
Jaroslav Kysela123c07a2009-10-21 14:48:23 +02002776 HDA_CODEC_MUTE_BEEP(NULL, 0, 0, 0),
Matthew Ranostay09a99952008-01-24 11:49:21 +01002777 STAC_MONO_MUX,
Matthew Ranostay7c2ba972008-04-16 13:13:59 +02002778 STAC_CODEC_HP_SWITCH(NULL),
Matt Porter403d1942005-11-29 15:00:51 +01002779 STAC_CODEC_IO_SWITCH(NULL, 0),
Maxim Levitsky0fb87bb2007-09-03 15:29:04 +02002780 STAC_CODEC_CLFE_SWITCH(NULL, 0),
Nickolas Lloyd2fc99892009-05-15 15:33:30 +02002781 DC_BIAS(NULL, 0, 0),
Mattc7d4b2f2005-06-27 14:59:41 +02002782};
2783
2784/* add dynamic controls */
Takashi Iwaie3c75962009-01-23 11:57:22 +01002785static struct snd_kcontrol_new *
2786stac_control_new(struct sigmatel_spec *spec,
Takashi Iwai2b635362011-05-02 12:33:43 +02002787 const struct snd_kcontrol_new *ktemp,
Jaroslav Kysela4d02d1b2009-11-12 10:15:48 +01002788 const char *name,
Jaroslav Kysela5e26dfd2009-12-10 13:57:01 +01002789 unsigned int subdev)
Mattc7d4b2f2005-06-27 14:59:41 +02002790{
Takashi Iwaic8b6bf92005-11-17 14:57:47 +01002791 struct snd_kcontrol_new *knew;
Mattc7d4b2f2005-06-27 14:59:41 +02002792
Takashi Iwai603c4012008-07-30 15:01:44 +02002793 snd_array_init(&spec->kctls, sizeof(*knew), 32);
2794 knew = snd_array_new(&spec->kctls);
2795 if (!knew)
Takashi Iwaie3c75962009-01-23 11:57:22 +01002796 return NULL;
Takashi Iwai4d4e9bb2008-11-12 16:45:04 +01002797 *knew = *ktemp;
Takashi Iwai82fe0c52005-06-30 10:54:33 +02002798 knew->name = kstrdup(name, GFP_KERNEL);
Takashi Iwaie3c75962009-01-23 11:57:22 +01002799 if (!knew->name) {
2800 /* roolback */
2801 memset(knew, 0, sizeof(*knew));
2802 spec->kctls.alloced--;
2803 return NULL;
2804 }
Jaroslav Kysela5e26dfd2009-12-10 13:57:01 +01002805 knew->subdevice = subdev;
Takashi Iwaie3c75962009-01-23 11:57:22 +01002806 return knew;
2807}
2808
2809static int stac92xx_add_control_temp(struct sigmatel_spec *spec,
Takashi Iwai2b635362011-05-02 12:33:43 +02002810 const struct snd_kcontrol_new *ktemp,
Takashi Iwaie3c75962009-01-23 11:57:22 +01002811 int idx, const char *name,
2812 unsigned long val)
2813{
Jaroslav Kysela4d02d1b2009-11-12 10:15:48 +01002814 struct snd_kcontrol_new *knew = stac_control_new(spec, ktemp, name,
Jaroslav Kysela5e26dfd2009-12-10 13:57:01 +01002815 HDA_SUBDEV_AMP_FLAG);
Takashi Iwaie3c75962009-01-23 11:57:22 +01002816 if (!knew)
Mattc7d4b2f2005-06-27 14:59:41 +02002817 return -ENOMEM;
Takashi Iwaie3c75962009-01-23 11:57:22 +01002818 knew->index = idx;
Mattc7d4b2f2005-06-27 14:59:41 +02002819 knew->private_value = val;
Mattc7d4b2f2005-06-27 14:59:41 +02002820 return 0;
2821}
2822
Takashi Iwai4d4e9bb2008-11-12 16:45:04 +01002823static inline int stac92xx_add_control_idx(struct sigmatel_spec *spec,
2824 int type, int idx, const char *name,
2825 unsigned long val)
2826{
2827 return stac92xx_add_control_temp(spec,
2828 &stac92xx_control_templates[type],
2829 idx, name, val);
2830}
2831
Matthew Ranostay4682eee2008-08-15 07:43:24 +02002832
2833/* add dynamic controls */
Takashi Iwai4d4e9bb2008-11-12 16:45:04 +01002834static inline int stac92xx_add_control(struct sigmatel_spec *spec, int type,
2835 const char *name, unsigned long val)
Matthew Ranostay4682eee2008-08-15 07:43:24 +02002836{
2837 return stac92xx_add_control_idx(spec, type, 0, name, val);
2838}
2839
Takashi Iwai2b635362011-05-02 12:33:43 +02002840static const struct snd_kcontrol_new stac_input_src_temp = {
Takashi Iwaie3c75962009-01-23 11:57:22 +01002841 .iface = SNDRV_CTL_ELEM_IFACE_MIXER,
2842 .name = "Input Source",
2843 .info = stac92xx_mux_enum_info,
2844 .get = stac92xx_mux_enum_get,
2845 .put = stac92xx_mux_enum_put,
2846};
2847
Nickolas Lloyd7c922de2009-06-01 11:12:29 +02002848static inline int stac92xx_add_jack_mode_control(struct hda_codec *codec,
2849 hda_nid_t nid, int idx)
2850{
2851 int def_conf = snd_hda_codec_get_pincfg(codec, nid);
2852 int control = 0;
2853 struct sigmatel_spec *spec = codec->spec;
2854 char name[22];
2855
Takashi Iwai99ae28b2010-09-17 14:42:34 +02002856 if (snd_hda_get_input_pin_attr(def_conf) != INPUT_PIN_ATTR_INT) {
Nickolas Lloyd7c922de2009-06-01 11:12:29 +02002857 if (stac92xx_get_default_vref(codec, nid) == AC_PINCTL_VREF_GRD
2858 && nid == spec->line_switch)
2859 control = STAC_CTL_WIDGET_IO_SWITCH;
2860 else if (snd_hda_query_pin_caps(codec, nid)
2861 & (AC_PINCAP_VREF_GRD << AC_PINCAP_VREF_SHIFT))
2862 control = STAC_CTL_WIDGET_DC_BIAS;
2863 else if (nid == spec->mic_switch)
2864 control = STAC_CTL_WIDGET_IO_SWITCH;
2865 }
2866
2867 if (control) {
Takashi Iwai10a20af2010-09-09 16:28:02 +02002868 strcpy(name, hda_get_input_pin_label(codec, nid, 1));
Nickolas Lloyd7c922de2009-06-01 11:12:29 +02002869 return stac92xx_add_control(codec->spec, control,
2870 strcat(name, " Jack Mode"), nid);
2871 }
2872
2873 return 0;
2874}
2875
Takashi Iwaie3c75962009-01-23 11:57:22 +01002876static int stac92xx_add_input_source(struct sigmatel_spec *spec)
2877{
2878 struct snd_kcontrol_new *knew;
2879 struct hda_input_mux *imux = &spec->private_imux;
2880
Takashi Iwai3d21d3f2009-07-29 14:32:56 +02002881 if (spec->auto_mic)
2882 return 0; /* no need for input source */
Takashi Iwaie3c75962009-01-23 11:57:22 +01002883 if (!spec->num_adcs || imux->num_items <= 1)
2884 return 0; /* no need for input source control */
2885 knew = stac_control_new(spec, &stac_input_src_temp,
Jaroslav Kysela4d02d1b2009-11-12 10:15:48 +01002886 stac_input_src_temp.name, 0);
Takashi Iwaie3c75962009-01-23 11:57:22 +01002887 if (!knew)
2888 return -ENOMEM;
2889 knew->count = spec->num_adcs;
2890 return 0;
2891}
2892
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01002893/* check whether the line-input can be used as line-out */
2894static hda_nid_t check_line_out_switch(struct hda_codec *codec)
Matt Porter403d1942005-11-29 15:00:51 +01002895{
2896 struct sigmatel_spec *spec = codec->spec;
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01002897 struct auto_pin_cfg *cfg = &spec->autocfg;
2898 hda_nid_t nid;
2899 unsigned int pincap;
Takashi Iwaieea7dc92010-08-30 13:06:15 +02002900 int i;
Matthew Ranostay8e9068b2007-12-17 11:58:13 +01002901
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01002902 if (cfg->line_out_type != AUTO_PIN_LINE_OUT)
2903 return 0;
Takashi Iwaieea7dc92010-08-30 13:06:15 +02002904 for (i = 0; i < cfg->num_inputs; i++) {
Takashi Iwai86e29592010-09-09 14:50:17 +02002905 if (cfg->inputs[i].type == AUTO_PIN_LINE_IN) {
Takashi Iwaieea7dc92010-08-30 13:06:15 +02002906 nid = cfg->inputs[i].pin;
Takashi Iwai1327a322009-03-23 13:07:47 +01002907 pincap = snd_hda_query_pin_caps(codec, nid);
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01002908 if (pincap & AC_PINCAP_OUT)
2909 return nid;
2910 }
Takashi Iwaieea7dc92010-08-30 13:06:15 +02002911 }
Matt Porter403d1942005-11-29 15:00:51 +01002912 return 0;
2913}
2914
Takashi Iwaieea7dc92010-08-30 13:06:15 +02002915static hda_nid_t get_unassigned_dac(struct hda_codec *codec, hda_nid_t nid);
2916
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01002917/* check whether the mic-input can be used as line-out */
Takashi Iwaieea7dc92010-08-30 13:06:15 +02002918static hda_nid_t check_mic_out_switch(struct hda_codec *codec, hda_nid_t *dac)
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01002919{
2920 struct sigmatel_spec *spec = codec->spec;
2921 struct auto_pin_cfg *cfg = &spec->autocfg;
2922 unsigned int def_conf, pincap;
Takashi Iwai86e29592010-09-09 14:50:17 +02002923 int i;
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01002924
Takashi Iwaieea7dc92010-08-30 13:06:15 +02002925 *dac = 0;
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01002926 if (cfg->line_out_type != AUTO_PIN_LINE_OUT)
2927 return 0;
Takashi Iwaieea7dc92010-08-30 13:06:15 +02002928 for (i = 0; i < cfg->num_inputs; i++) {
2929 hda_nid_t nid = cfg->inputs[i].pin;
Takashi Iwai86e29592010-09-09 14:50:17 +02002930 if (cfg->inputs[i].type != AUTO_PIN_MIC)
Takashi Iwaieea7dc92010-08-30 13:06:15 +02002931 continue;
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01002932 def_conf = snd_hda_codec_get_pincfg(codec, nid);
2933 /* some laptops have an internal analog microphone
2934 * which can't be used as a output */
Takashi Iwai99ae28b2010-09-17 14:42:34 +02002935 if (snd_hda_get_input_pin_attr(def_conf) != INPUT_PIN_ATTR_INT) {
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01002936 pincap = snd_hda_query_pin_caps(codec, nid);
Takashi Iwaieea7dc92010-08-30 13:06:15 +02002937 if (pincap & AC_PINCAP_OUT) {
2938 *dac = get_unassigned_dac(codec, nid);
2939 if (*dac)
2940 return nid;
2941 }
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01002942 }
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01002943 }
2944 return 0;
2945}
Steve Longerbeam7b043892007-05-03 20:50:03 +02002946
2947static int is_in_dac_nids(struct sigmatel_spec *spec, hda_nid_t nid)
2948{
2949 int i;
2950
2951 for (i = 0; i < spec->multiout.num_dacs; i++) {
2952 if (spec->multiout.dac_nids[i] == nid)
2953 return 1;
2954 }
2955
2956 return 0;
2957}
2958
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01002959static int check_all_dac_nids(struct sigmatel_spec *spec, hda_nid_t nid)
2960{
2961 int i;
2962 if (is_in_dac_nids(spec, nid))
2963 return 1;
2964 for (i = 0; i < spec->autocfg.hp_outs; i++)
2965 if (spec->hp_dacs[i] == nid)
2966 return 1;
2967 for (i = 0; i < spec->autocfg.speaker_outs; i++)
2968 if (spec->speaker_dacs[i] == nid)
2969 return 1;
2970 return 0;
2971}
2972
2973static hda_nid_t get_unassigned_dac(struct hda_codec *codec, hda_nid_t nid)
2974{
2975 struct sigmatel_spec *spec = codec->spec;
David Henningsson48718ea2011-10-05 09:49:05 +02002976 struct auto_pin_cfg *cfg = &spec->autocfg;
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01002977 int j, conn_len;
David Henningsson48718ea2011-10-05 09:49:05 +02002978 hda_nid_t conn[HDA_MAX_CONNECTIONS], fallback_dac;
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01002979 unsigned int wcaps, wtype;
2980
2981 conn_len = snd_hda_get_connections(codec, nid, conn,
2982 HDA_MAX_CONNECTIONS);
Charles Chin36706002010-01-29 12:05:51 +01002983 /* 92HD88: trace back up the link of nids to find the DAC */
2984 while (conn_len == 1 && (get_wcaps_type(get_wcaps(codec, conn[0]))
2985 != AC_WID_AUD_OUT)) {
2986 nid = conn[0];
2987 conn_len = snd_hda_get_connections(codec, nid, conn,
2988 HDA_MAX_CONNECTIONS);
2989 }
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01002990 for (j = 0; j < conn_len; j++) {
Takashi Iwai14bafe32009-03-23 16:35:39 +01002991 wcaps = get_wcaps(codec, conn[j]);
Takashi Iwaia22d5432009-07-27 12:54:26 +02002992 wtype = get_wcaps_type(wcaps);
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01002993 /* we check only analog outputs */
2994 if (wtype != AC_WID_AUD_OUT || (wcaps & AC_WCAP_DIGITAL))
2995 continue;
2996 /* if this route has a free DAC, assign it */
2997 if (!check_all_dac_nids(spec, conn[j])) {
2998 if (conn_len > 1) {
2999 /* select this DAC in the pin's input mux */
3000 snd_hda_codec_write_cache(codec, nid, 0,
3001 AC_VERB_SET_CONNECT_SEL, j);
3002 }
3003 return conn[j];
3004 }
3005 }
David Henningsson48718ea2011-10-05 09:49:05 +02003006
3007 /* if all DACs are already assigned, connect to the primary DAC,
3008 unless we're assigning a secondary headphone */
3009 fallback_dac = spec->multiout.dac_nids[0];
3010 if (spec->multiout.hp_nid) {
3011 for (j = 0; j < cfg->hp_outs; j++)
3012 if (cfg->hp_pins[j] == nid) {
3013 fallback_dac = spec->multiout.hp_nid;
3014 break;
3015 }
3016 }
3017
Takashi Iwaiee58a7c2009-03-06 12:00:24 +01003018 if (conn_len > 1) {
3019 for (j = 0; j < conn_len; j++) {
David Henningsson48718ea2011-10-05 09:49:05 +02003020 if (conn[j] == fallback_dac) {
Takashi Iwaiee58a7c2009-03-06 12:00:24 +01003021 snd_hda_codec_write_cache(codec, nid, 0,
3022 AC_VERB_SET_CONNECT_SEL, j);
3023 break;
3024 }
3025 }
3026 }
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01003027 return 0;
3028}
3029
3030static int add_spec_dacs(struct sigmatel_spec *spec, hda_nid_t nid);
3031static int add_spec_extra_dacs(struct sigmatel_spec *spec, hda_nid_t nid);
3032
Matt Porter3cc08dc2006-01-23 15:27:49 +01003033/*
Steve Longerbeam7b043892007-05-03 20:50:03 +02003034 * Fill in the dac_nids table from the parsed pin configuration
3035 * This function only works when every pin in line_out_pins[]
3036 * contains atleast one DAC in its connection list. Some 92xx
3037 * codecs are not connected directly to a DAC, such as the 9200
3038 * and 9202/925x. For those, dac_nids[] must be hard-coded.
Matt Porter3cc08dc2006-01-23 15:27:49 +01003039 */
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01003040static int stac92xx_auto_fill_dac_nids(struct hda_codec *codec)
Mattc7d4b2f2005-06-27 14:59:41 +02003041{
3042 struct sigmatel_spec *spec = codec->spec;
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01003043 struct auto_pin_cfg *cfg = &spec->autocfg;
3044 int i;
3045 hda_nid_t nid, dac;
Steve Longerbeam7b043892007-05-03 20:50:03 +02003046
Mattc7d4b2f2005-06-27 14:59:41 +02003047 for (i = 0; i < cfg->line_outs; i++) {
3048 nid = cfg->line_out_pins[i];
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01003049 dac = get_unassigned_dac(codec, nid);
3050 if (!dac) {
Takashi Iwaidf802952007-07-02 19:18:00 +02003051 if (spec->multiout.num_dacs > 0) {
3052 /* we have already working output pins,
3053 * so let's drop the broken ones again
3054 */
3055 cfg->line_outs = spec->multiout.num_dacs;
3056 break;
3057 }
Steve Longerbeam7b043892007-05-03 20:50:03 +02003058 /* error out, no available DAC found */
3059 snd_printk(KERN_ERR
3060 "%s: No available DAC for pin 0x%x\n",
3061 __func__, nid);
3062 return -ENODEV;
3063 }
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01003064 add_spec_dacs(spec, dac);
3065 }
Steve Longerbeam7b043892007-05-03 20:50:03 +02003066
Takashi Iwai139e0712009-03-06 12:10:41 +01003067 for (i = 0; i < cfg->hp_outs; i++) {
3068 nid = cfg->hp_pins[i];
3069 dac = get_unassigned_dac(codec, nid);
3070 if (dac) {
3071 if (!spec->multiout.hp_nid)
3072 spec->multiout.hp_nid = dac;
3073 else
3074 add_spec_extra_dacs(spec, dac);
3075 }
3076 spec->hp_dacs[i] = dac;
3077 }
3078
3079 for (i = 0; i < cfg->speaker_outs; i++) {
3080 nid = cfg->speaker_pins[i];
3081 dac = get_unassigned_dac(codec, nid);
3082 if (dac)
3083 add_spec_extra_dacs(spec, dac);
3084 spec->speaker_dacs[i] = dac;
3085 }
3086
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01003087 /* add line-in as output */
3088 nid = check_line_out_switch(codec);
3089 if (nid) {
3090 dac = get_unassigned_dac(codec, nid);
3091 if (dac) {
3092 snd_printdd("STAC: Add line-in 0x%x as output %d\n",
3093 nid, cfg->line_outs);
3094 cfg->line_out_pins[cfg->line_outs] = nid;
3095 cfg->line_outs++;
3096 spec->line_switch = nid;
3097 add_spec_dacs(spec, dac);
3098 }
3099 }
3100 /* add mic as output */
Takashi Iwaieea7dc92010-08-30 13:06:15 +02003101 nid = check_mic_out_switch(codec, &dac);
3102 if (nid && dac) {
3103 snd_printdd("STAC: Add mic-in 0x%x as output %d\n",
3104 nid, cfg->line_outs);
3105 cfg->line_out_pins[cfg->line_outs] = nid;
3106 cfg->line_outs++;
3107 spec->mic_switch = nid;
3108 add_spec_dacs(spec, dac);
Mattc7d4b2f2005-06-27 14:59:41 +02003109 }
3110
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01003111 snd_printd("stac92xx: dac_nids=%d (0x%x/0x%x/0x%x/0x%x/0x%x)\n",
Steve Longerbeam7b043892007-05-03 20:50:03 +02003112 spec->multiout.num_dacs,
3113 spec->multiout.dac_nids[0],
3114 spec->multiout.dac_nids[1],
3115 spec->multiout.dac_nids[2],
3116 spec->multiout.dac_nids[3],
3117 spec->multiout.dac_nids[4]);
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01003118
Mattc7d4b2f2005-06-27 14:59:41 +02003119 return 0;
3120}
3121
Takashi Iwaieb06ed82006-09-20 17:10:27 +02003122/* create volume control/switch for the given prefx type */
Takashi Iwai668b9652009-03-06 10:13:24 +01003123static int create_controls_idx(struct hda_codec *codec, const char *pfx,
3124 int idx, hda_nid_t nid, int chs)
Takashi Iwaieb06ed82006-09-20 17:10:27 +02003125{
Takashi Iwai7c7767e2009-01-20 15:28:38 +01003126 struct sigmatel_spec *spec = codec->spec;
Takashi Iwaieb06ed82006-09-20 17:10:27 +02003127 char name[32];
3128 int err;
3129
Takashi Iwai7c7767e2009-01-20 15:28:38 +01003130 if (!spec->check_volume_offset) {
3131 unsigned int caps, step, nums, db_scale;
3132 caps = query_amp_caps(codec, nid, HDA_OUTPUT);
3133 step = (caps & AC_AMPCAP_STEP_SIZE) >>
3134 AC_AMPCAP_STEP_SIZE_SHIFT;
3135 step = (step + 1) * 25; /* in .01dB unit */
3136 nums = (caps & AC_AMPCAP_NUM_STEPS) >>
3137 AC_AMPCAP_NUM_STEPS_SHIFT;
3138 db_scale = nums * step;
3139 /* if dB scale is over -64dB, and finer enough,
3140 * let's reduce it to half
3141 */
3142 if (db_scale > 6400 && nums >= 0x1f)
3143 spec->volume_offset = nums / 2;
3144 spec->check_volume_offset = 1;
3145 }
3146
Takashi Iwaieb06ed82006-09-20 17:10:27 +02003147 sprintf(name, "%s Playback Volume", pfx);
Takashi Iwai668b9652009-03-06 10:13:24 +01003148 err = stac92xx_add_control_idx(spec, STAC_CTL_WIDGET_VOL, idx, name,
Takashi Iwai7c7767e2009-01-20 15:28:38 +01003149 HDA_COMPOSE_AMP_VAL_OFS(nid, chs, 0, HDA_OUTPUT,
3150 spec->volume_offset));
Takashi Iwaieb06ed82006-09-20 17:10:27 +02003151 if (err < 0)
3152 return err;
3153 sprintf(name, "%s Playback Switch", pfx);
Takashi Iwai668b9652009-03-06 10:13:24 +01003154 err = stac92xx_add_control_idx(spec, STAC_CTL_WIDGET_MUTE, idx, name,
Takashi Iwaieb06ed82006-09-20 17:10:27 +02003155 HDA_COMPOSE_AMP_VAL(nid, chs, 0, HDA_OUTPUT));
3156 if (err < 0)
3157 return err;
3158 return 0;
3159}
3160
Takashi Iwai668b9652009-03-06 10:13:24 +01003161#define create_controls(codec, pfx, nid, chs) \
3162 create_controls_idx(codec, pfx, 0, nid, chs)
3163
Matthew Ranostayae0afd82008-02-22 17:55:05 +01003164static int add_spec_dacs(struct sigmatel_spec *spec, hda_nid_t nid)
3165{
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01003166 if (spec->multiout.num_dacs > 4) {
Matthew Ranostayae0afd82008-02-22 17:55:05 +01003167 printk(KERN_WARNING "stac92xx: No space for DAC 0x%x\n", nid);
3168 return 1;
3169 } else {
Takashi Iwaidda14412011-05-02 11:29:30 +02003170 snd_BUG_ON(spec->multiout.dac_nids != spec->dac_nids);
3171 spec->dac_nids[spec->multiout.num_dacs] = nid;
Matthew Ranostayae0afd82008-02-22 17:55:05 +01003172 spec->multiout.num_dacs++;
3173 }
3174 return 0;
3175}
3176
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01003177static int add_spec_extra_dacs(struct sigmatel_spec *spec, hda_nid_t nid)
Matthew Ranostayae0afd82008-02-22 17:55:05 +01003178{
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01003179 int i;
3180 for (i = 0; i < ARRAY_SIZE(spec->multiout.extra_out_nid); i++) {
3181 if (!spec->multiout.extra_out_nid[i]) {
3182 spec->multiout.extra_out_nid[i] = nid;
3183 return 0;
3184 }
3185 }
3186 printk(KERN_WARNING "stac92xx: No space for extra DAC 0x%x\n", nid);
3187 return 1;
Matthew Ranostayae0afd82008-02-22 17:55:05 +01003188}
3189
Takashi Iwaidc04d1b2009-03-06 10:00:05 +01003190/* Create output controls
3191 * The mixer elements are named depending on the given type (AUTO_PIN_XXX_OUT)
3192 */
3193static int create_multi_out_ctls(struct hda_codec *codec, int num_outs,
3194 const hda_nid_t *pins,
3195 const hda_nid_t *dac_nids,
3196 int type)
Mattc7d4b2f2005-06-27 14:59:41 +02003197{
Takashi Iwai76624532008-12-19 10:09:47 +01003198 struct sigmatel_spec *spec = codec->spec;
Takashi Iwaiea734962011-01-17 11:29:34 +01003199 static const char * const chname[4] = {
Takashi Iwai19039bd2006-06-28 15:52:16 +02003200 "Front", "Surround", NULL /*CLFE*/, "Side"
3201 };
Takashi Iwaidc04d1b2009-03-06 10:00:05 +01003202 hda_nid_t nid;
Takashi Iwai91589232008-12-19 15:59:40 +01003203 int i, err;
3204 unsigned int wid_caps;
Maxim Levitsky0fb87bb2007-09-03 15:29:04 +02003205
Takashi Iwaidc04d1b2009-03-06 10:00:05 +01003206 for (i = 0; i < num_outs && i < ARRAY_SIZE(chname); i++) {
Takashi Iwaiffd0e562009-04-16 12:20:24 +02003207 if (type == AUTO_PIN_HP_OUT && !spec->hp_detect) {
Takashi Iwaie35d9d62011-05-17 11:28:16 +02003208 if (is_jack_detectable(codec, pins[i]))
Takashi Iwaiffd0e562009-04-16 12:20:24 +02003209 spec->hp_detect = 1;
3210 }
Takashi Iwaidc04d1b2009-03-06 10:00:05 +01003211 nid = dac_nids[i];
3212 if (!nid)
3213 continue;
3214 if (type != AUTO_PIN_HP_OUT && i == 2) {
Mattc7d4b2f2005-06-27 14:59:41 +02003215 /* Center/LFE */
Takashi Iwai7c7767e2009-01-20 15:28:38 +01003216 err = create_controls(codec, "Center", nid, 1);
Takashi Iwaieb06ed82006-09-20 17:10:27 +02003217 if (err < 0)
Mattc7d4b2f2005-06-27 14:59:41 +02003218 return err;
Takashi Iwai7c7767e2009-01-20 15:28:38 +01003219 err = create_controls(codec, "LFE", nid, 2);
Takashi Iwaieb06ed82006-09-20 17:10:27 +02003220 if (err < 0)
Mattc7d4b2f2005-06-27 14:59:41 +02003221 return err;
Maxim Levitsky0fb87bb2007-09-03 15:29:04 +02003222
3223 wid_caps = get_wcaps(codec, nid);
3224
3225 if (wid_caps & AC_WCAP_LR_SWAP) {
3226 err = stac92xx_add_control(spec,
3227 STAC_CTL_WIDGET_CLFE_SWITCH,
3228 "Swap Center/LFE Playback Switch", nid);
3229
3230 if (err < 0)
3231 return err;
3232 }
3233
Mattc7d4b2f2005-06-27 14:59:41 +02003234 } else {
Takashi Iwaidc04d1b2009-03-06 10:00:05 +01003235 const char *name;
Takashi Iwai668b9652009-03-06 10:13:24 +01003236 int idx;
Takashi Iwaidc04d1b2009-03-06 10:00:05 +01003237 switch (type) {
3238 case AUTO_PIN_HP_OUT:
Takashi Iwai668b9652009-03-06 10:13:24 +01003239 name = "Headphone";
3240 idx = i;
Takashi Iwaidc04d1b2009-03-06 10:00:05 +01003241 break;
3242 case AUTO_PIN_SPEAKER_OUT:
Takashi Iwai668b9652009-03-06 10:13:24 +01003243 name = "Speaker";
3244 idx = i;
Takashi Iwaidc04d1b2009-03-06 10:00:05 +01003245 break;
3246 default:
3247 name = chname[i];
Takashi Iwai668b9652009-03-06 10:13:24 +01003248 idx = 0;
Takashi Iwaidc04d1b2009-03-06 10:00:05 +01003249 break;
Takashi Iwai76624532008-12-19 10:09:47 +01003250 }
Takashi Iwai668b9652009-03-06 10:13:24 +01003251 err = create_controls_idx(codec, name, idx, nid, 3);
Takashi Iwaieb06ed82006-09-20 17:10:27 +02003252 if (err < 0)
Mattc7d4b2f2005-06-27 14:59:41 +02003253 return err;
3254 }
3255 }
Takashi Iwaidc04d1b2009-03-06 10:00:05 +01003256 return 0;
3257}
3258
Takashi Iwai6479c632009-07-28 18:20:25 +02003259static int stac92xx_add_capvol_ctls(struct hda_codec *codec, unsigned long vol,
3260 unsigned long sw, int idx)
3261{
3262 int err;
3263 err = stac92xx_add_control_idx(codec->spec, STAC_CTL_WIDGET_VOL, idx,
Takashi Iwaibf677bd2009-07-30 09:24:29 +02003264 "Capture Volume", vol);
Takashi Iwai6479c632009-07-28 18:20:25 +02003265 if (err < 0)
3266 return err;
3267 err = stac92xx_add_control_idx(codec->spec, STAC_CTL_WIDGET_MUTE, idx,
Takashi Iwaibf677bd2009-07-30 09:24:29 +02003268 "Capture Switch", sw);
Takashi Iwai6479c632009-07-28 18:20:25 +02003269 if (err < 0)
3270 return err;
3271 return 0;
3272}
3273
Takashi Iwaidc04d1b2009-03-06 10:00:05 +01003274/* add playback controls from the parsed DAC table */
3275static int stac92xx_auto_create_multi_out_ctls(struct hda_codec *codec,
3276 const struct auto_pin_cfg *cfg)
3277{
3278 struct sigmatel_spec *spec = codec->spec;
Nickolas Lloyd7c922de2009-06-01 11:12:29 +02003279 hda_nid_t nid;
Takashi Iwaidc04d1b2009-03-06 10:00:05 +01003280 int err;
Nickolas Lloyd7c922de2009-06-01 11:12:29 +02003281 int idx;
Takashi Iwaidc04d1b2009-03-06 10:00:05 +01003282
3283 err = create_multi_out_ctls(codec, cfg->line_outs, cfg->line_out_pins,
3284 spec->multiout.dac_nids,
3285 cfg->line_out_type);
3286 if (err < 0)
3287 return err;
Mattc7d4b2f2005-06-27 14:59:41 +02003288
Takashi Iwaia9cb5c92008-11-24 07:51:11 +01003289 if (cfg->hp_outs > 1 && cfg->line_out_type == AUTO_PIN_LINE_OUT) {
Matthew Ranostay7c2ba972008-04-16 13:13:59 +02003290 err = stac92xx_add_control(spec,
3291 STAC_CTL_WIDGET_HP_SWITCH,
Takashi Iwaid7a89432008-11-12 09:48:04 +01003292 "Headphone as Line Out Switch",
3293 cfg->hp_pins[cfg->hp_outs - 1]);
Matthew Ranostay7c2ba972008-04-16 13:13:59 +02003294 if (err < 0)
3295 return err;
3296 }
3297
Takashi Iwaieea7dc92010-08-30 13:06:15 +02003298 for (idx = 0; idx < cfg->num_inputs; idx++) {
Takashi Iwai86e29592010-09-09 14:50:17 +02003299 if (cfg->inputs[idx].type > AUTO_PIN_LINE_IN)
Takashi Iwaieea7dc92010-08-30 13:06:15 +02003300 break;
3301 nid = cfg->inputs[idx].pin;
3302 err = stac92xx_add_jack_mode_control(codec, nid, idx);
3303 if (err < 0)
3304 return err;
Matthew Ranostayb5895dc2008-01-25 15:24:50 +01003305 }
Matt Porter403d1942005-11-29 15:00:51 +01003306
Mattc7d4b2f2005-06-27 14:59:41 +02003307 return 0;
3308}
3309
Takashi Iwaieb06ed82006-09-20 17:10:27 +02003310/* add playback controls for Speaker and HP outputs */
3311static int stac92xx_auto_create_hp_ctls(struct hda_codec *codec,
3312 struct auto_pin_cfg *cfg)
Mattc7d4b2f2005-06-27 14:59:41 +02003313{
3314 struct sigmatel_spec *spec = codec->spec;
Takashi Iwaidc04d1b2009-03-06 10:00:05 +01003315 int err;
Mattc7d4b2f2005-06-27 14:59:41 +02003316
Takashi Iwaidc04d1b2009-03-06 10:00:05 +01003317 err = create_multi_out_ctls(codec, cfg->hp_outs, cfg->hp_pins,
3318 spec->hp_dacs, AUTO_PIN_HP_OUT);
3319 if (err < 0)
3320 return err;
3321
3322 err = create_multi_out_ctls(codec, cfg->speaker_outs, cfg->speaker_pins,
3323 spec->speaker_dacs, AUTO_PIN_SPEAKER_OUT);
3324 if (err < 0)
3325 return err;
3326
Mattc7d4b2f2005-06-27 14:59:41 +02003327 return 0;
3328}
3329
Matthew Ranostayb22b4822008-01-22 12:32:30 +01003330/* labels for mono mux outputs */
Takashi Iwaiea734962011-01-17 11:29:34 +01003331static const char * const stac92xx_mono_labels[4] = {
Matthew Ranostayd0513fc2008-07-27 10:30:30 +02003332 "DAC0", "DAC1", "Mixer", "DAC2"
Matthew Ranostayb22b4822008-01-22 12:32:30 +01003333};
3334
3335/* create mono mux for mono out on capable codecs */
3336static int stac92xx_auto_create_mono_output_ctls(struct hda_codec *codec)
3337{
3338 struct sigmatel_spec *spec = codec->spec;
3339 struct hda_input_mux *mono_mux = &spec->private_mono_mux;
3340 int i, num_cons;
3341 hda_nid_t con_lst[ARRAY_SIZE(stac92xx_mono_labels)];
3342
3343 num_cons = snd_hda_get_connections(codec,
3344 spec->mono_nid,
3345 con_lst,
3346 HDA_MAX_NUM_INPUTS);
Jaroslav Kysela16a433d2009-07-22 16:20:40 +02003347 if (num_cons <= 0 || num_cons > ARRAY_SIZE(stac92xx_mono_labels))
Matthew Ranostayb22b4822008-01-22 12:32:30 +01003348 return -EINVAL;
3349
Takashi Iwai10a20af2010-09-09 16:28:02 +02003350 for (i = 0; i < num_cons; i++)
3351 snd_hda_add_imux_item(mono_mux, stac92xx_mono_labels[i], i,
3352 NULL);
Matthew Ranostay09a99952008-01-24 11:49:21 +01003353
3354 return stac92xx_add_control(spec, STAC_CTL_WIDGET_MONO_MUX,
3355 "Mono Mux", spec->mono_nid);
Matthew Ranostayb22b4822008-01-22 12:32:30 +01003356}
3357
Matthew Ranostay1cd22242008-07-18 18:20:52 +02003358/* create PC beep volume controls */
3359static int stac92xx_auto_create_beep_ctls(struct hda_codec *codec,
3360 hda_nid_t nid)
3361{
3362 struct sigmatel_spec *spec = codec->spec;
3363 u32 caps = query_amp_caps(codec, nid, HDA_OUTPUT);
Jaroslav Kysela123c07a2009-10-21 14:48:23 +02003364 int err, type = STAC_CTL_WIDGET_MUTE_BEEP;
3365
3366 if (spec->anabeep_nid == nid)
3367 type = STAC_CTL_WIDGET_MUTE;
Matthew Ranostay1cd22242008-07-18 18:20:52 +02003368
3369 /* check for mute support for the the amp */
3370 if ((caps & AC_AMPCAP_MUTE) >> AC_AMPCAP_MUTE_SHIFT) {
Jaroslav Kysela123c07a2009-10-21 14:48:23 +02003371 err = stac92xx_add_control(spec, type,
Jaroslav Kyselad355c82a2009-11-03 15:47:25 +01003372 "Beep Playback Switch",
Matthew Ranostay1cd22242008-07-18 18:20:52 +02003373 HDA_COMPOSE_AMP_VAL(nid, 1, 0, HDA_OUTPUT));
3374 if (err < 0)
3375 return err;
3376 }
3377
3378 /* check to see if there is volume support for the amp */
3379 if ((caps & AC_AMPCAP_NUM_STEPS) >> AC_AMPCAP_NUM_STEPS_SHIFT) {
3380 err = stac92xx_add_control(spec, STAC_CTL_WIDGET_VOL,
Jaroslav Kyselad355c82a2009-11-03 15:47:25 +01003381 "Beep Playback Volume",
Matthew Ranostay1cd22242008-07-18 18:20:52 +02003382 HDA_COMPOSE_AMP_VAL(nid, 1, 0, HDA_OUTPUT));
3383 if (err < 0)
3384 return err;
3385 }
3386 return 0;
3387}
3388
Takashi Iwai4d4e9bb2008-11-12 16:45:04 +01003389#ifdef CONFIG_SND_HDA_INPUT_BEEP
3390#define stac92xx_dig_beep_switch_info snd_ctl_boolean_mono_info
3391
3392static int stac92xx_dig_beep_switch_get(struct snd_kcontrol *kcontrol,
3393 struct snd_ctl_elem_value *ucontrol)
3394{
3395 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
3396 ucontrol->value.integer.value[0] = codec->beep->enabled;
3397 return 0;
3398}
3399
3400static int stac92xx_dig_beep_switch_put(struct snd_kcontrol *kcontrol,
3401 struct snd_ctl_elem_value *ucontrol)
3402{
3403 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
Jaroslav Kysela123c07a2009-10-21 14:48:23 +02003404 return snd_hda_enable_beep_device(codec, ucontrol->value.integer.value[0]);
Takashi Iwai4d4e9bb2008-11-12 16:45:04 +01003405}
3406
Takashi Iwai2b635362011-05-02 12:33:43 +02003407static const struct snd_kcontrol_new stac92xx_dig_beep_ctrl = {
Takashi Iwai4d4e9bb2008-11-12 16:45:04 +01003408 .iface = SNDRV_CTL_ELEM_IFACE_MIXER,
3409 .info = stac92xx_dig_beep_switch_info,
3410 .get = stac92xx_dig_beep_switch_get,
3411 .put = stac92xx_dig_beep_switch_put,
3412};
3413
3414static int stac92xx_beep_switch_ctl(struct hda_codec *codec)
3415{
3416 return stac92xx_add_control_temp(codec->spec, &stac92xx_dig_beep_ctrl,
Jaroslav Kyselad355c82a2009-11-03 15:47:25 +01003417 0, "Beep Playback Switch", 0);
Takashi Iwai4d4e9bb2008-11-12 16:45:04 +01003418}
3419#endif
3420
Matthew Ranostay4682eee2008-08-15 07:43:24 +02003421static int stac92xx_auto_create_mux_input_ctls(struct hda_codec *codec)
3422{
3423 struct sigmatel_spec *spec = codec->spec;
Takashi Iwai667067d2009-08-13 18:14:42 +02003424 int i, j, err = 0;
Matthew Ranostay4682eee2008-08-15 07:43:24 +02003425
3426 for (i = 0; i < spec->num_muxes; i++) {
Takashi Iwai667067d2009-08-13 18:14:42 +02003427 hda_nid_t nid;
3428 unsigned int wcaps;
3429 unsigned long val;
3430
Matthew Ranostay4682eee2008-08-15 07:43:24 +02003431 nid = spec->mux_nids[i];
3432 wcaps = get_wcaps(codec, nid);
Takashi Iwai667067d2009-08-13 18:14:42 +02003433 if (!(wcaps & AC_WCAP_OUT_AMP))
3434 continue;
Matthew Ranostay4682eee2008-08-15 07:43:24 +02003435
Takashi Iwai667067d2009-08-13 18:14:42 +02003436 /* check whether already the same control was created as
3437 * normal Capture Volume.
3438 */
3439 val = HDA_COMPOSE_AMP_VAL(nid, 3, 0, HDA_OUTPUT);
3440 for (j = 0; j < spec->num_caps; j++) {
3441 if (spec->capvols[j] == val)
3442 break;
Matthew Ranostay4682eee2008-08-15 07:43:24 +02003443 }
Takashi Iwai667067d2009-08-13 18:14:42 +02003444 if (j < spec->num_caps)
3445 continue;
3446
3447 err = stac92xx_add_control_idx(spec, STAC_CTL_WIDGET_VOL, i,
3448 "Mux Capture Volume", val);
3449 if (err < 0)
3450 return err;
Matthew Ranostay4682eee2008-08-15 07:43:24 +02003451 }
3452 return 0;
3453};
3454
Takashi Iwaiea734962011-01-17 11:29:34 +01003455static const char * const stac92xx_spdif_labels[3] = {
Matthew Ranostay65973632008-09-16 10:39:37 -04003456 "Digital Playback", "Analog Mux 1", "Analog Mux 2",
Matthew Ranostayd9737752008-09-07 12:03:41 +02003457};
3458
3459static int stac92xx_auto_create_spdif_mux_ctls(struct hda_codec *codec)
3460{
3461 struct sigmatel_spec *spec = codec->spec;
3462 struct hda_input_mux *spdif_mux = &spec->private_smux;
Takashi Iwaiea734962011-01-17 11:29:34 +01003463 const char * const *labels = spec->spdif_labels;
Matthew Ranostayd9737752008-09-07 12:03:41 +02003464 int i, num_cons;
Matthew Ranostay65973632008-09-16 10:39:37 -04003465 hda_nid_t con_lst[HDA_MAX_NUM_INPUTS];
Matthew Ranostayd9737752008-09-07 12:03:41 +02003466
3467 num_cons = snd_hda_get_connections(codec,
3468 spec->smux_nids[0],
3469 con_lst,
3470 HDA_MAX_NUM_INPUTS);
Jaroslav Kysela16a433d2009-07-22 16:20:40 +02003471 if (num_cons <= 0)
Matthew Ranostayd9737752008-09-07 12:03:41 +02003472 return -EINVAL;
3473
Matthew Ranostay65973632008-09-16 10:39:37 -04003474 if (!labels)
3475 labels = stac92xx_spdif_labels;
3476
Takashi Iwai10a20af2010-09-09 16:28:02 +02003477 for (i = 0; i < num_cons; i++)
3478 snd_hda_add_imux_item(spdif_mux, labels[i], i, NULL);
Matthew Ranostayd9737752008-09-07 12:03:41 +02003479
3480 return 0;
3481}
3482
Matt Porter8b657272006-10-26 17:12:59 +02003483/* labels for dmic mux inputs */
Takashi Iwaiea734962011-01-17 11:29:34 +01003484static const char * const stac92xx_dmic_labels[5] = {
Matt Porter8b657272006-10-26 17:12:59 +02003485 "Analog Inputs", "Digital Mic 1", "Digital Mic 2",
3486 "Digital Mic 3", "Digital Mic 4"
3487};
3488
Vitaliy Kulikov699d8992011-03-10 13:43:35 -06003489static hda_nid_t get_connected_node(struct hda_codec *codec, hda_nid_t mux,
3490 int idx)
3491{
3492 hda_nid_t conn[HDA_MAX_NUM_INPUTS];
3493 int nums;
3494 nums = snd_hda_get_connections(codec, mux, conn, ARRAY_SIZE(conn));
3495 if (idx >= 0 && idx < nums)
3496 return conn[idx];
3497 return 0;
3498}
3499
Takashi Iwai8d087c72011-06-28 12:45:47 +02003500/* look for NID recursively */
3501#define get_connection_index(codec, mux, nid) \
3502 snd_hda_get_conn_index(codec, mux, nid, 1)
Takashi Iwai3d21d3f2009-07-29 14:32:56 +02003503
Takashi Iwai667067d2009-08-13 18:14:42 +02003504/* create a volume assigned to the given pin (only if supported) */
Takashi Iwai96f845d2009-08-29 00:49:36 +02003505/* return 1 if the volume control is created */
Takashi Iwai667067d2009-08-13 18:14:42 +02003506static int create_elem_capture_vol(struct hda_codec *codec, hda_nid_t nid,
Takashi Iwaieea7dc92010-08-30 13:06:15 +02003507 const char *label, int idx, int direction)
Takashi Iwai667067d2009-08-13 18:14:42 +02003508{
3509 unsigned int caps, nums;
3510 char name[32];
Takashi Iwai96f845d2009-08-29 00:49:36 +02003511 int err;
Takashi Iwai667067d2009-08-13 18:14:42 +02003512
Takashi Iwai96f845d2009-08-29 00:49:36 +02003513 if (direction == HDA_OUTPUT)
3514 caps = AC_WCAP_OUT_AMP;
3515 else
3516 caps = AC_WCAP_IN_AMP;
3517 if (!(get_wcaps(codec, nid) & caps))
Takashi Iwai667067d2009-08-13 18:14:42 +02003518 return 0;
Takashi Iwai96f845d2009-08-29 00:49:36 +02003519 caps = query_amp_caps(codec, nid, direction);
Takashi Iwai667067d2009-08-13 18:14:42 +02003520 nums = (caps & AC_AMPCAP_NUM_STEPS) >> AC_AMPCAP_NUM_STEPS_SHIFT;
3521 if (!nums)
3522 return 0;
3523 snprintf(name, sizeof(name), "%s Capture Volume", label);
Takashi Iwaieea7dc92010-08-30 13:06:15 +02003524 err = stac92xx_add_control_idx(codec->spec, STAC_CTL_WIDGET_VOL, idx, name,
3525 HDA_COMPOSE_AMP_VAL(nid, 3, 0, direction));
Takashi Iwai96f845d2009-08-29 00:49:36 +02003526 if (err < 0)
3527 return err;
3528 return 1;
Takashi Iwai667067d2009-08-13 18:14:42 +02003529}
3530
Matt Porter8b657272006-10-26 17:12:59 +02003531/* create playback/capture controls for input pins on dmic capable codecs */
3532static int stac92xx_auto_create_dmic_input_ctls(struct hda_codec *codec,
3533 const struct auto_pin_cfg *cfg)
3534{
3535 struct sigmatel_spec *spec = codec->spec;
Takashi Iwai5207e102009-07-30 13:09:08 +02003536 struct hda_input_mux *imux = &spec->private_imux;
Matt Porter8b657272006-10-26 17:12:59 +02003537 struct hda_input_mux *dimux = &spec->private_dimux;
Vitaliy Kulikov263d0322010-09-08 08:56:03 +02003538 int err, i;
Takashi Iwai5207e102009-07-30 13:09:08 +02003539 unsigned int def_conf;
Matt Porter8b657272006-10-26 17:12:59 +02003540
Takashi Iwai10a20af2010-09-09 16:28:02 +02003541 snd_hda_add_imux_item(dimux, stac92xx_dmic_labels[0], 0, NULL);
Takashi Iwai5207e102009-07-30 13:09:08 +02003542
Matt Porter8b657272006-10-26 17:12:59 +02003543 for (i = 0; i < spec->num_dmics; i++) {
Matthew Ranostay0678acc2008-01-08 12:10:50 +01003544 hda_nid_t nid;
Takashi Iwai10a20af2010-09-09 16:28:02 +02003545 int index, type_idx;
Takashi Iwai5207e102009-07-30 13:09:08 +02003546 const char *label;
Matt Porter8b657272006-10-26 17:12:59 +02003547
Takashi Iwai667067d2009-08-13 18:14:42 +02003548 nid = spec->dmic_nids[i];
3549 if (get_wcaps_type(get_wcaps(codec, nid)) != AC_WID_PIN)
3550 continue;
3551 def_conf = snd_hda_codec_get_pincfg(codec, nid);
Matt Porter8b657272006-10-26 17:12:59 +02003552 if (get_defcfg_connect(def_conf) == AC_JACK_PORT_NONE)
3553 continue;
3554
Takashi Iwai3d21d3f2009-07-29 14:32:56 +02003555 index = get_connection_index(codec, spec->dmux_nids[0], nid);
3556 if (index < 0)
3557 continue;
3558
Takashi Iwai10a20af2010-09-09 16:28:02 +02003559 label = hda_get_input_pin_label(codec, nid, 1);
3560 snd_hda_add_imux_item(dimux, label, index, &type_idx);
Takashi Iwai2d7ec122010-12-23 10:16:05 +01003561 if (snd_hda_get_bool_hint(codec, "separate_dmux") != 1)
3562 snd_hda_add_imux_item(imux, label, index, &type_idx);
Takashi Iwai5207e102009-07-30 13:09:08 +02003563
Takashi Iwai10a20af2010-09-09 16:28:02 +02003564 err = create_elem_capture_vol(codec, nid, label, type_idx,
3565 HDA_INPUT);
Takashi Iwai667067d2009-08-13 18:14:42 +02003566 if (err < 0)
3567 return err;
Takashi Iwai96f845d2009-08-29 00:49:36 +02003568 if (!err) {
3569 err = create_elem_capture_vol(codec, nid, label,
Takashi Iwai10a20af2010-09-09 16:28:02 +02003570 type_idx, HDA_OUTPUT);
Takashi Iwai96f845d2009-08-29 00:49:36 +02003571 if (err < 0)
3572 return err;
Vitaliy Kulikov699d8992011-03-10 13:43:35 -06003573 if (!err) {
3574 nid = get_connected_node(codec,
3575 spec->dmux_nids[0], index);
3576 if (nid)
3577 err = create_elem_capture_vol(codec,
3578 nid, label,
3579 type_idx, HDA_INPUT);
3580 if (err < 0)
3581 return err;
3582 }
Takashi Iwai96f845d2009-08-29 00:49:36 +02003583 }
Matt Porter8b657272006-10-26 17:12:59 +02003584 }
3585
3586 return 0;
3587}
3588
Takashi Iwai3d21d3f2009-07-29 14:32:56 +02003589static int check_mic_pin(struct hda_codec *codec, hda_nid_t nid,
Charles Chin99077902010-09-17 10:22:32 +02003590 hda_nid_t *fixed, hda_nid_t *ext, hda_nid_t *dock)
Takashi Iwai3d21d3f2009-07-29 14:32:56 +02003591{
3592 unsigned int cfg;
Takashi Iwai1f83ac52011-05-17 12:29:09 +02003593 unsigned int type;
Takashi Iwai3d21d3f2009-07-29 14:32:56 +02003594
3595 if (!nid)
3596 return 0;
3597 cfg = snd_hda_codec_get_pincfg(codec, nid);
Takashi Iwai1f83ac52011-05-17 12:29:09 +02003598 type = get_defcfg_device(cfg);
Takashi Iwai99ae28b2010-09-17 14:42:34 +02003599 switch (snd_hda_get_input_pin_attr(cfg)) {
3600 case INPUT_PIN_ATTR_INT:
Takashi Iwai3d21d3f2009-07-29 14:32:56 +02003601 if (*fixed)
3602 return 1; /* already occupied */
Takashi Iwai1f83ac52011-05-17 12:29:09 +02003603 if (type != AC_JACK_MIC_IN)
3604 return 1; /* invalid type */
Takashi Iwai3d21d3f2009-07-29 14:32:56 +02003605 *fixed = nid;
3606 break;
Takashi Iwai99ae28b2010-09-17 14:42:34 +02003607 case INPUT_PIN_ATTR_UNUSED:
3608 break;
3609 case INPUT_PIN_ATTR_DOCK:
3610 if (*dock)
3611 return 1; /* already occupied */
Takashi Iwai1f83ac52011-05-17 12:29:09 +02003612 if (type != AC_JACK_MIC_IN && type != AC_JACK_LINE_IN)
3613 return 1; /* invalid type */
Takashi Iwai99ae28b2010-09-17 14:42:34 +02003614 *dock = nid;
3615 break;
3616 default:
Takashi Iwai3d21d3f2009-07-29 14:32:56 +02003617 if (*ext)
3618 return 1; /* already occupied */
Takashi Iwai1f83ac52011-05-17 12:29:09 +02003619 if (type != AC_JACK_MIC_IN)
3620 return 1; /* invalid type */
Takashi Iwai3d21d3f2009-07-29 14:32:56 +02003621 *ext = nid;
3622 break;
3623 }
3624 return 0;
3625}
3626
3627static int set_mic_route(struct hda_codec *codec,
3628 struct sigmatel_mic_route *mic,
3629 hda_nid_t pin)
3630{
3631 struct sigmatel_spec *spec = codec->spec;
3632 struct auto_pin_cfg *cfg = &spec->autocfg;
3633 int i;
3634
3635 mic->pin = pin;
Charles Chin99077902010-09-17 10:22:32 +02003636 if (pin == 0)
3637 return 0;
Takashi Iwaieea7dc92010-08-30 13:06:15 +02003638 for (i = 0; i < cfg->num_inputs; i++) {
3639 if (pin == cfg->inputs[i].pin)
Takashi Iwai3d21d3f2009-07-29 14:32:56 +02003640 break;
Takashi Iwaieea7dc92010-08-30 13:06:15 +02003641 }
Takashi Iwai86e29592010-09-09 14:50:17 +02003642 if (i < cfg->num_inputs && cfg->inputs[i].type == AUTO_PIN_MIC) {
Takashi Iwai3d21d3f2009-07-29 14:32:56 +02003643 /* analog pin */
Takashi Iwai3d21d3f2009-07-29 14:32:56 +02003644 i = get_connection_index(codec, spec->mux_nids[0], pin);
3645 if (i < 0)
3646 return -1;
3647 mic->mux_idx = i;
Takashi Iwai02d33322009-10-01 16:38:11 +02003648 mic->dmux_idx = -1;
3649 if (spec->dmux_nids)
3650 mic->dmux_idx = get_connection_index(codec,
3651 spec->dmux_nids[0],
3652 spec->mux_nids[0]);
Takashi Iwaida2a2aa2009-08-10 07:44:09 +02003653 } else if (spec->dmux_nids) {
Takashi Iwai3d21d3f2009-07-29 14:32:56 +02003654 /* digital pin */
Takashi Iwai3d21d3f2009-07-29 14:32:56 +02003655 i = get_connection_index(codec, spec->dmux_nids[0], pin);
3656 if (i < 0)
3657 return -1;
3658 mic->dmux_idx = i;
Takashi Iwai02d33322009-10-01 16:38:11 +02003659 mic->mux_idx = -1;
3660 if (spec->mux_nids)
3661 mic->mux_idx = get_connection_index(codec,
3662 spec->mux_nids[0],
3663 spec->dmux_nids[0]);
Takashi Iwai3d21d3f2009-07-29 14:32:56 +02003664 }
3665 return 0;
3666}
3667
3668/* return non-zero if the device is for automatic mic switch */
3669static int stac_check_auto_mic(struct hda_codec *codec)
3670{
3671 struct sigmatel_spec *spec = codec->spec;
3672 struct auto_pin_cfg *cfg = &spec->autocfg;
Charles Chin99077902010-09-17 10:22:32 +02003673 hda_nid_t fixed, ext, dock;
Takashi Iwai3d21d3f2009-07-29 14:32:56 +02003674 int i;
3675
Charles Chin99077902010-09-17 10:22:32 +02003676 fixed = ext = dock = 0;
Takashi Iwaieea7dc92010-08-30 13:06:15 +02003677 for (i = 0; i < cfg->num_inputs; i++)
Charles Chin99077902010-09-17 10:22:32 +02003678 if (check_mic_pin(codec, cfg->inputs[i].pin,
3679 &fixed, &ext, &dock))
Takashi Iwai3d21d3f2009-07-29 14:32:56 +02003680 return 0;
3681 for (i = 0; i < spec->num_dmics; i++)
Charles Chin99077902010-09-17 10:22:32 +02003682 if (check_mic_pin(codec, spec->dmic_nids[i],
3683 &fixed, &ext, &dock))
Takashi Iwai3d21d3f2009-07-29 14:32:56 +02003684 return 0;
Takashi Iwai80c67852011-01-13 08:08:08 +01003685 if (!fixed || (!ext && !dock))
Charles Chin99077902010-09-17 10:22:32 +02003686 return 0; /* no input to switch */
Takashi Iwaie35d9d62011-05-17 11:28:16 +02003687 if (!is_jack_detectable(codec, ext))
Takashi Iwai3d21d3f2009-07-29 14:32:56 +02003688 return 0; /* no unsol support */
3689 if (set_mic_route(codec, &spec->ext_mic, ext) ||
Charles Chin99077902010-09-17 10:22:32 +02003690 set_mic_route(codec, &spec->int_mic, fixed) ||
3691 set_mic_route(codec, &spec->dock_mic, dock))
Takashi Iwai3d21d3f2009-07-29 14:32:56 +02003692 return 0; /* something is wrong */
3693 return 1;
3694}
3695
Mattc7d4b2f2005-06-27 14:59:41 +02003696/* create playback/capture controls for input pins */
3697static int stac92xx_auto_create_analog_input_ctls(struct hda_codec *codec, const struct auto_pin_cfg *cfg)
3698{
3699 struct sigmatel_spec *spec = codec->spec;
Mattc7d4b2f2005-06-27 14:59:41 +02003700 struct hda_input_mux *imux = &spec->private_imux;
Takashi Iwai667067d2009-08-13 18:14:42 +02003701 int i, j;
Vitaliy Kulikov263d0322010-09-08 08:56:03 +02003702 const char *label;
Mattc7d4b2f2005-06-27 14:59:41 +02003703
Takashi Iwaieea7dc92010-08-30 13:06:15 +02003704 for (i = 0; i < cfg->num_inputs; i++) {
3705 hda_nid_t nid = cfg->inputs[i].pin;
Takashi Iwai10a20af2010-09-09 16:28:02 +02003706 int index, err, type_idx;
Mattc7d4b2f2005-06-27 14:59:41 +02003707
Takashi Iwai314634b2006-09-21 11:56:18 +02003708 index = -1;
3709 for (j = 0; j < spec->num_muxes; j++) {
Takashi Iwai667067d2009-08-13 18:14:42 +02003710 index = get_connection_index(codec, spec->mux_nids[j],
3711 nid);
3712 if (index >= 0)
3713 break;
Mattc7d4b2f2005-06-27 14:59:41 +02003714 }
Takashi Iwai667067d2009-08-13 18:14:42 +02003715 if (index < 0)
3716 continue;
3717
Takashi Iwai10a20af2010-09-09 16:28:02 +02003718 label = hda_get_autocfg_input_label(codec, cfg, i);
3719 snd_hda_add_imux_item(imux, label, index, &type_idx);
Vitaliy Kulikov263d0322010-09-08 08:56:03 +02003720
Takashi Iwai667067d2009-08-13 18:14:42 +02003721 err = create_elem_capture_vol(codec, nid,
Vitaliy Kulikov263d0322010-09-08 08:56:03 +02003722 label, type_idx,
Takashi Iwai96f845d2009-08-29 00:49:36 +02003723 HDA_INPUT);
Takashi Iwai667067d2009-08-13 18:14:42 +02003724 if (err < 0)
3725 return err;
Mattc7d4b2f2005-06-27 14:59:41 +02003726 }
Takashi Iwai5207e102009-07-30 13:09:08 +02003727 spec->num_analog_muxes = imux->num_items;
Mattc7d4b2f2005-06-27 14:59:41 +02003728
Steve Longerbeam7b043892007-05-03 20:50:03 +02003729 if (imux->num_items) {
Sam Revitch62fe78e2006-05-10 15:09:17 +02003730 /*
3731 * Set the current input for the muxes.
3732 * The STAC9221 has two input muxes with identical source
3733 * NID lists. Hopefully this won't get confused.
3734 */
3735 for (i = 0; i < spec->num_muxes; i++) {
Takashi Iwai82beb8f2007-08-10 17:09:26 +02003736 snd_hda_codec_write_cache(codec, spec->mux_nids[i], 0,
3737 AC_VERB_SET_CONNECT_SEL,
3738 imux->items[0].index);
Sam Revitch62fe78e2006-05-10 15:09:17 +02003739 }
3740 }
3741
Mattc7d4b2f2005-06-27 14:59:41 +02003742 return 0;
3743}
3744
Mattc7d4b2f2005-06-27 14:59:41 +02003745static void stac92xx_auto_init_multi_out(struct hda_codec *codec)
3746{
3747 struct sigmatel_spec *spec = codec->spec;
3748 int i;
3749
3750 for (i = 0; i < spec->autocfg.line_outs; i++) {
3751 hda_nid_t nid = spec->autocfg.line_out_pins[i];
3752 stac92xx_auto_set_pinctl(codec, nid, AC_PINCTL_OUT_EN);
3753 }
3754}
3755
3756static void stac92xx_auto_init_hp_out(struct hda_codec *codec)
3757{
3758 struct sigmatel_spec *spec = codec->spec;
Takashi Iwaieb06ed82006-09-20 17:10:27 +02003759 int i;
Mattc7d4b2f2005-06-27 14:59:41 +02003760
Takashi Iwaieb06ed82006-09-20 17:10:27 +02003761 for (i = 0; i < spec->autocfg.hp_outs; i++) {
3762 hda_nid_t pin;
3763 pin = spec->autocfg.hp_pins[i];
3764 if (pin) /* connect to front */
3765 stac92xx_auto_set_pinctl(codec, pin, AC_PINCTL_OUT_EN | AC_PINCTL_HP_EN);
3766 }
3767 for (i = 0; i < spec->autocfg.speaker_outs; i++) {
3768 hda_nid_t pin;
3769 pin = spec->autocfg.speaker_pins[i];
3770 if (pin) /* connect to front */
3771 stac92xx_auto_set_pinctl(codec, pin, AC_PINCTL_OUT_EN);
3772 }
Mattc7d4b2f2005-06-27 14:59:41 +02003773}
3774
Takashi Iwai8af3aeb2009-11-18 14:23:37 +01003775static int is_dual_headphones(struct hda_codec *codec)
3776{
3777 struct sigmatel_spec *spec = codec->spec;
3778 int i, valid_hps;
3779
3780 if (spec->autocfg.line_out_type != AUTO_PIN_SPEAKER_OUT ||
3781 spec->autocfg.hp_outs <= 1)
3782 return 0;
3783 valid_hps = 0;
3784 for (i = 0; i < spec->autocfg.hp_outs; i++) {
3785 hda_nid_t nid = spec->autocfg.hp_pins[i];
3786 unsigned int cfg = snd_hda_codec_get_pincfg(codec, nid);
3787 if (get_defcfg_location(cfg) & AC_JACK_LOC_SEPARATE)
3788 continue;
3789 valid_hps++;
3790 }
3791 return (valid_hps > 1);
3792}
3793
3794
Matt Porter3cc08dc2006-01-23 15:27:49 +01003795static 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 +02003796{
3797 struct sigmatel_spec *spec = codec->spec;
Takashi Iwaidc04d1b2009-03-06 10:00:05 +01003798 int hp_swap = 0;
Takashi Iwai6479c632009-07-28 18:20:25 +02003799 int i, err;
Mattc7d4b2f2005-06-27 14:59:41 +02003800
Matt Porter8b657272006-10-26 17:12:59 +02003801 if ((err = snd_hda_parse_pin_def_config(codec,
3802 &spec->autocfg,
3803 spec->dmic_nids)) < 0)
Mattc7d4b2f2005-06-27 14:59:41 +02003804 return err;
Takashi Iwai82bc9552006-03-21 11:24:42 +01003805 if (! spec->autocfg.line_outs)
Matt Porter869264c2006-01-25 19:20:50 +01003806 return 0; /* can't find valid pin config */
Takashi Iwai19039bd2006-06-28 15:52:16 +02003807
Jiang Zhebcecd9b2007-11-12 12:57:03 +01003808 /* If we have no real line-out pin and multiple hp-outs, HPs should
3809 * be set up as multi-channel outputs.
3810 */
Takashi Iwai8af3aeb2009-11-18 14:23:37 +01003811 if (is_dual_headphones(codec)) {
Jiang Zhebcecd9b2007-11-12 12:57:03 +01003812 /* Copy hp_outs to line_outs, backup line_outs in
3813 * speaker_outs so that the following routines can handle
3814 * HP pins as primary outputs.
3815 */
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01003816 snd_printdd("stac92xx: Enabling multi-HPs workaround\n");
Jiang Zhebcecd9b2007-11-12 12:57:03 +01003817 memcpy(spec->autocfg.speaker_pins, spec->autocfg.line_out_pins,
3818 sizeof(spec->autocfg.line_out_pins));
3819 spec->autocfg.speaker_outs = spec->autocfg.line_outs;
3820 memcpy(spec->autocfg.line_out_pins, spec->autocfg.hp_pins,
3821 sizeof(spec->autocfg.hp_pins));
3822 spec->autocfg.line_outs = spec->autocfg.hp_outs;
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01003823 spec->autocfg.line_out_type = AUTO_PIN_HP_OUT;
3824 spec->autocfg.hp_outs = 0;
Takashi Iwaidc04d1b2009-03-06 10:00:05 +01003825 hp_swap = 1;
Jiang Zhebcecd9b2007-11-12 12:57:03 +01003826 }
Matthew Ranostay09a99952008-01-24 11:49:21 +01003827 if (spec->autocfg.mono_out_pin) {
Matthew Ranostayd0513fc2008-07-27 10:30:30 +02003828 int dir = get_wcaps(codec, spec->autocfg.mono_out_pin) &
3829 (AC_WCAP_OUT_AMP | AC_WCAP_IN_AMP);
Matthew Ranostay09a99952008-01-24 11:49:21 +01003830 u32 caps = query_amp_caps(codec,
3831 spec->autocfg.mono_out_pin, dir);
3832 hda_nid_t conn_list[1];
3833
3834 /* get the mixer node and then the mono mux if it exists */
3835 if (snd_hda_get_connections(codec,
3836 spec->autocfg.mono_out_pin, conn_list, 1) &&
3837 snd_hda_get_connections(codec, conn_list[0],
Jaroslav Kysela16a433d2009-07-22 16:20:40 +02003838 conn_list, 1) > 0) {
Matthew Ranostay09a99952008-01-24 11:49:21 +01003839
3840 int wcaps = get_wcaps(codec, conn_list[0]);
Takashi Iwaia22d5432009-07-27 12:54:26 +02003841 int wid_type = get_wcaps_type(wcaps);
Matthew Ranostay09a99952008-01-24 11:49:21 +01003842 /* LR swap check, some stac925x have a mux that
3843 * changes the DACs output path instead of the
3844 * mono-mux path.
3845 */
3846 if (wid_type == AC_WID_AUD_SEL &&
3847 !(wcaps & AC_WCAP_LR_SWAP))
3848 spec->mono_nid = conn_list[0];
3849 }
Matthew Ranostayd0513fc2008-07-27 10:30:30 +02003850 if (dir) {
3851 hda_nid_t nid = spec->autocfg.mono_out_pin;
3852
3853 /* most mono outs have a least a mute/unmute switch */
3854 dir = (dir & AC_WCAP_OUT_AMP) ? HDA_OUTPUT : HDA_INPUT;
3855 err = stac92xx_add_control(spec, STAC_CTL_WIDGET_MUTE,
3856 "Mono Playback Switch",
3857 HDA_COMPOSE_AMP_VAL(nid, 1, 0, dir));
Matthew Ranostay09a99952008-01-24 11:49:21 +01003858 if (err < 0)
3859 return err;
Matthew Ranostayd0513fc2008-07-27 10:30:30 +02003860 /* check for volume support for the amp */
3861 if ((caps & AC_AMPCAP_NUM_STEPS)
3862 >> AC_AMPCAP_NUM_STEPS_SHIFT) {
3863 err = stac92xx_add_control(spec,
3864 STAC_CTL_WIDGET_VOL,
3865 "Mono Playback Volume",
3866 HDA_COMPOSE_AMP_VAL(nid, 1, 0, dir));
3867 if (err < 0)
3868 return err;
3869 }
Matthew Ranostay09a99952008-01-24 11:49:21 +01003870 }
3871
3872 stac92xx_auto_set_pinctl(codec, spec->autocfg.mono_out_pin,
3873 AC_PINCTL_OUT_EN);
3874 }
Jiang Zhebcecd9b2007-11-12 12:57:03 +01003875
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01003876 if (!spec->multiout.num_dacs) {
3877 err = stac92xx_auto_fill_dac_nids(codec);
3878 if (err < 0)
Takashi Iwai19039bd2006-06-28 15:52:16 +02003879 return err;
Takashi Iwaic9280d62009-01-15 17:31:00 +01003880 err = stac92xx_auto_create_multi_out_ctls(codec,
3881 &spec->autocfg);
3882 if (err < 0)
3883 return err;
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01003884 }
Mattc7d4b2f2005-06-27 14:59:41 +02003885
Matthew Ranostay1cd22242008-07-18 18:20:52 +02003886 /* setup analog beep controls */
3887 if (spec->anabeep_nid > 0) {
3888 err = stac92xx_auto_create_beep_ctls(codec,
3889 spec->anabeep_nid);
3890 if (err < 0)
3891 return err;
3892 }
3893
3894 /* setup digital beep controls and input device */
3895#ifdef CONFIG_SND_HDA_INPUT_BEEP
3896 if (spec->digbeep_nid > 0) {
3897 hda_nid_t nid = spec->digbeep_nid;
Takashi Iwai4d4e9bb2008-11-12 16:45:04 +01003898 unsigned int caps;
Matthew Ranostay1cd22242008-07-18 18:20:52 +02003899
3900 err = stac92xx_auto_create_beep_ctls(codec, nid);
3901 if (err < 0)
3902 return err;
3903 err = snd_hda_attach_beep_device(codec, nid);
3904 if (err < 0)
3905 return err;
Takashi Iwaid8d881d2009-12-22 07:52:49 +01003906 if (codec->beep) {
3907 /* IDT/STAC codecs have linear beep tone parameter */
Daniel J Blueman1b0e3722010-08-03 11:09:13 +01003908 codec->beep->linear_tone = spec->linear_tone_beep;
Takashi Iwaid8d881d2009-12-22 07:52:49 +01003909 /* if no beep switch is available, make its own one */
3910 caps = query_amp_caps(codec, nid, HDA_OUTPUT);
3911 if (!(caps & AC_AMPCAP_MUTE)) {
3912 err = stac92xx_beep_switch_ctl(codec);
3913 if (err < 0)
3914 return err;
3915 }
Takashi Iwai4d4e9bb2008-11-12 16:45:04 +01003916 }
Matthew Ranostay1cd22242008-07-18 18:20:52 +02003917 }
3918#endif
3919
Maxim Levitsky0fb87bb2007-09-03 15:29:04 +02003920 err = stac92xx_auto_create_hp_ctls(codec, &spec->autocfg);
Maxim Levitsky0fb87bb2007-09-03 15:29:04 +02003921 if (err < 0)
3922 return err;
3923
Takashi Iwaidc04d1b2009-03-06 10:00:05 +01003924 /* All output parsing done, now restore the swapped hp pins */
3925 if (hp_swap) {
3926 memcpy(spec->autocfg.hp_pins, spec->autocfg.line_out_pins,
3927 sizeof(spec->autocfg.hp_pins));
3928 spec->autocfg.hp_outs = spec->autocfg.line_outs;
3929 spec->autocfg.line_out_type = AUTO_PIN_HP_OUT;
3930 spec->autocfg.line_outs = 0;
3931 }
Maxim Levitsky0fb87bb2007-09-03 15:29:04 +02003932
Takashi Iwai3d21d3f2009-07-29 14:32:56 +02003933 if (stac_check_auto_mic(codec)) {
3934 spec->auto_mic = 1;
3935 /* only one capture for auto-mic */
3936 spec->num_adcs = 1;
3937 spec->num_caps = 1;
3938 spec->num_muxes = 1;
3939 }
3940
Takashi Iwai6479c632009-07-28 18:20:25 +02003941 for (i = 0; i < spec->num_caps; i++) {
3942 err = stac92xx_add_capvol_ctls(codec, spec->capvols[i],
3943 spec->capsws[i], i);
3944 if (err < 0)
3945 return err;
3946 }
3947
Takashi Iwaidc04d1b2009-03-06 10:00:05 +01003948 err = stac92xx_auto_create_analog_input_ctls(codec, &spec->autocfg);
Maxim Levitsky0fb87bb2007-09-03 15:29:04 +02003949 if (err < 0)
Mattc7d4b2f2005-06-27 14:59:41 +02003950 return err;
3951
Matthew Ranostayb22b4822008-01-22 12:32:30 +01003952 if (spec->mono_nid > 0) {
3953 err = stac92xx_auto_create_mono_output_ctls(codec);
3954 if (err < 0)
3955 return err;
3956 }
Matthew Ranostay2a9c7812008-09-13 16:45:39 -04003957 if (spec->num_dmics > 0 && !spec->dinput_mux)
Matt Porter8b657272006-10-26 17:12:59 +02003958 if ((err = stac92xx_auto_create_dmic_input_ctls(codec,
3959 &spec->autocfg)) < 0)
3960 return err;
Matthew Ranostay4682eee2008-08-15 07:43:24 +02003961 if (spec->num_muxes > 0) {
3962 err = stac92xx_auto_create_mux_input_ctls(codec);
3963 if (err < 0)
3964 return err;
3965 }
Matthew Ranostayd9737752008-09-07 12:03:41 +02003966 if (spec->num_smuxes > 0) {
3967 err = stac92xx_auto_create_spdif_mux_ctls(codec);
3968 if (err < 0)
3969 return err;
3970 }
Matt Porter8b657272006-10-26 17:12:59 +02003971
Takashi Iwaie3c75962009-01-23 11:57:22 +01003972 err = stac92xx_add_input_source(spec);
3973 if (err < 0)
3974 return err;
3975
Mattc7d4b2f2005-06-27 14:59:41 +02003976 spec->multiout.max_channels = spec->multiout.num_dacs * 2;
Matt Porter403d1942005-11-29 15:00:51 +01003977 if (spec->multiout.max_channels > 2)
Mattc7d4b2f2005-06-27 14:59:41 +02003978 spec->surr_switch = 1;
Mattc7d4b2f2005-06-27 14:59:41 +02003979
Takashi Iwai0852d7a2009-02-11 11:35:15 +01003980 if (spec->autocfg.dig_outs)
Matt Porter3cc08dc2006-01-23 15:27:49 +01003981 spec->multiout.dig_out_nid = dig_out;
Matthew Ranostayd0513fc2008-07-27 10:30:30 +02003982 if (dig_in && spec->autocfg.dig_in_pin)
Matt Porter3cc08dc2006-01-23 15:27:49 +01003983 spec->dig_in_nid = dig_in;
Mattc7d4b2f2005-06-27 14:59:41 +02003984
Takashi Iwai603c4012008-07-30 15:01:44 +02003985 if (spec->kctls.list)
3986 spec->mixers[spec->num_mixers++] = spec->kctls.list;
Mattc7d4b2f2005-06-27 14:59:41 +02003987
3988 spec->input_mux = &spec->private_imux;
Matthew Ranostayf8ccbf62008-12-20 17:36:28 -05003989 if (!spec->dinput_mux)
3990 spec->dinput_mux = &spec->private_dimux;
Matthew Ranostayd9737752008-09-07 12:03:41 +02003991 spec->sinput_mux = &spec->private_smux;
Matthew Ranostayb22b4822008-01-22 12:32:30 +01003992 spec->mono_mux = &spec->private_mono_mux;
Mattc7d4b2f2005-06-27 14:59:41 +02003993 return 1;
3994}
3995
Takashi Iwai82bc9552006-03-21 11:24:42 +01003996/* add playback controls for HP output */
3997static int stac9200_auto_create_hp_ctls(struct hda_codec *codec,
3998 struct auto_pin_cfg *cfg)
3999{
4000 struct sigmatel_spec *spec = codec->spec;
Takashi Iwaieb06ed82006-09-20 17:10:27 +02004001 hda_nid_t pin = cfg->hp_pins[0];
Takashi Iwai82bc9552006-03-21 11:24:42 +01004002
4003 if (! pin)
4004 return 0;
4005
Takashi Iwaie35d9d62011-05-17 11:28:16 +02004006 if (is_jack_detectable(codec, pin))
Takashi Iwai82bc9552006-03-21 11:24:42 +01004007 spec->hp_detect = 1;
Takashi Iwai82bc9552006-03-21 11:24:42 +01004008
4009 return 0;
4010}
4011
Richard Fish160ea0d2006-09-06 13:58:25 +02004012/* add playback controls for LFE output */
4013static int stac9200_auto_create_lfe_ctls(struct hda_codec *codec,
4014 struct auto_pin_cfg *cfg)
4015{
4016 struct sigmatel_spec *spec = codec->spec;
4017 int err;
4018 hda_nid_t lfe_pin = 0x0;
4019 int i;
4020
4021 /*
4022 * search speaker outs and line outs for a mono speaker pin
4023 * with an amp. If one is found, add LFE controls
4024 * for it.
4025 */
4026 for (i = 0; i < spec->autocfg.speaker_outs && lfe_pin == 0x0; i++) {
4027 hda_nid_t pin = spec->autocfg.speaker_pins[i];
Takashi Iwai64ed0df2008-02-29 11:57:53 +01004028 unsigned int wcaps = get_wcaps(codec, pin);
Richard Fish160ea0d2006-09-06 13:58:25 +02004029 wcaps &= (AC_WCAP_STEREO | AC_WCAP_OUT_AMP);
4030 if (wcaps == AC_WCAP_OUT_AMP)
4031 /* found a mono speaker with an amp, must be lfe */
4032 lfe_pin = pin;
4033 }
4034
4035 /* if speaker_outs is 0, then speakers may be in line_outs */
4036 if (lfe_pin == 0 && spec->autocfg.speaker_outs == 0) {
4037 for (i = 0; i < spec->autocfg.line_outs && lfe_pin == 0x0; i++) {
4038 hda_nid_t pin = spec->autocfg.line_out_pins[i];
Takashi Iwai64ed0df2008-02-29 11:57:53 +01004039 unsigned int defcfg;
Takashi Iwai330ee992009-02-20 14:33:36 +01004040 defcfg = snd_hda_codec_get_pincfg(codec, pin);
Harvey Harrison8b551782008-02-29 11:56:48 +01004041 if (get_defcfg_device(defcfg) == AC_JACK_SPEAKER) {
Takashi Iwai64ed0df2008-02-29 11:57:53 +01004042 unsigned int wcaps = get_wcaps(codec, pin);
Richard Fish160ea0d2006-09-06 13:58:25 +02004043 wcaps &= (AC_WCAP_STEREO | AC_WCAP_OUT_AMP);
4044 if (wcaps == AC_WCAP_OUT_AMP)
4045 /* found a mono speaker with an amp,
4046 must be lfe */
4047 lfe_pin = pin;
4048 }
4049 }
4050 }
4051
4052 if (lfe_pin) {
Takashi Iwai7c7767e2009-01-20 15:28:38 +01004053 err = create_controls(codec, "LFE", lfe_pin, 1);
Richard Fish160ea0d2006-09-06 13:58:25 +02004054 if (err < 0)
4055 return err;
4056 }
4057
4058 return 0;
4059}
4060
Mattc7d4b2f2005-06-27 14:59:41 +02004061static int stac9200_parse_auto_config(struct hda_codec *codec)
4062{
4063 struct sigmatel_spec *spec = codec->spec;
4064 int err;
4065
Kailang Yangdf694da2005-12-05 19:42:22 +01004066 if ((err = snd_hda_parse_pin_def_config(codec, &spec->autocfg, NULL)) < 0)
Mattc7d4b2f2005-06-27 14:59:41 +02004067 return err;
4068
4069 if ((err = stac92xx_auto_create_analog_input_ctls(codec, &spec->autocfg)) < 0)
4070 return err;
4071
Takashi Iwai82bc9552006-03-21 11:24:42 +01004072 if ((err = stac9200_auto_create_hp_ctls(codec, &spec->autocfg)) < 0)
4073 return err;
4074
Richard Fish160ea0d2006-09-06 13:58:25 +02004075 if ((err = stac9200_auto_create_lfe_ctls(codec, &spec->autocfg)) < 0)
4076 return err;
4077
Takashi Iwai355a0ec2008-11-11 16:46:19 +01004078 if (spec->num_muxes > 0) {
4079 err = stac92xx_auto_create_mux_input_ctls(codec);
4080 if (err < 0)
4081 return err;
4082 }
4083
Takashi Iwaie3c75962009-01-23 11:57:22 +01004084 err = stac92xx_add_input_source(spec);
4085 if (err < 0)
4086 return err;
4087
Takashi Iwai0852d7a2009-02-11 11:35:15 +01004088 if (spec->autocfg.dig_outs)
Mattc7d4b2f2005-06-27 14:59:41 +02004089 spec->multiout.dig_out_nid = 0x05;
Takashi Iwai82bc9552006-03-21 11:24:42 +01004090 if (spec->autocfg.dig_in_pin)
Mattc7d4b2f2005-06-27 14:59:41 +02004091 spec->dig_in_nid = 0x04;
Mattc7d4b2f2005-06-27 14:59:41 +02004092
Takashi Iwai603c4012008-07-30 15:01:44 +02004093 if (spec->kctls.list)
4094 spec->mixers[spec->num_mixers++] = spec->kctls.list;
Mattc7d4b2f2005-06-27 14:59:41 +02004095
4096 spec->input_mux = &spec->private_imux;
Matt Porter8b657272006-10-26 17:12:59 +02004097 spec->dinput_mux = &spec->private_dimux;
Mattc7d4b2f2005-06-27 14:59:41 +02004098
4099 return 1;
4100}
4101
Sam Revitch62fe78e2006-05-10 15:09:17 +02004102/*
4103 * Early 2006 Intel Macintoshes with STAC9220X5 codecs seem to have a
4104 * funky external mute control using GPIO pins.
4105 */
4106
Takashi Iwai76e1ddf2008-01-15 11:39:08 +01004107static void stac_gpio_set(struct hda_codec *codec, unsigned int mask,
Matthew Ranostay4fe51952008-01-29 15:28:44 +01004108 unsigned int dir_mask, unsigned int data)
Sam Revitch62fe78e2006-05-10 15:09:17 +02004109{
4110 unsigned int gpiostate, gpiomask, gpiodir;
4111
Vitaliy Kulikov45eebda2011-07-26 16:56:20 -05004112 snd_printdd("%s msk %x dir %x gpio %x\n", __func__, mask, dir_mask, data);
4113
Sam Revitch62fe78e2006-05-10 15:09:17 +02004114 gpiostate = snd_hda_codec_read(codec, codec->afg, 0,
4115 AC_VERB_GET_GPIO_DATA, 0);
Matthew Ranostay4fe51952008-01-29 15:28:44 +01004116 gpiostate = (gpiostate & ~dir_mask) | (data & dir_mask);
Sam Revitch62fe78e2006-05-10 15:09:17 +02004117
4118 gpiomask = snd_hda_codec_read(codec, codec->afg, 0,
4119 AC_VERB_GET_GPIO_MASK, 0);
Takashi Iwai76e1ddf2008-01-15 11:39:08 +01004120 gpiomask |= mask;
Sam Revitch62fe78e2006-05-10 15:09:17 +02004121
4122 gpiodir = snd_hda_codec_read(codec, codec->afg, 0,
4123 AC_VERB_GET_GPIO_DIRECTION, 0);
Matthew Ranostay4fe51952008-01-29 15:28:44 +01004124 gpiodir |= dir_mask;
Sam Revitch62fe78e2006-05-10 15:09:17 +02004125
Takashi Iwai76e1ddf2008-01-15 11:39:08 +01004126 /* Configure GPIOx as CMOS */
Sam Revitch62fe78e2006-05-10 15:09:17 +02004127 snd_hda_codec_write(codec, codec->afg, 0, 0x7e7, 0);
4128
4129 snd_hda_codec_write(codec, codec->afg, 0,
4130 AC_VERB_SET_GPIO_MASK, gpiomask);
Takashi Iwai76e1ddf2008-01-15 11:39:08 +01004131 snd_hda_codec_read(codec, codec->afg, 0,
4132 AC_VERB_SET_GPIO_DIRECTION, gpiodir); /* sync */
Sam Revitch62fe78e2006-05-10 15:09:17 +02004133
4134 msleep(1);
4135
Takashi Iwai76e1ddf2008-01-15 11:39:08 +01004136 snd_hda_codec_read(codec, codec->afg, 0,
4137 AC_VERB_SET_GPIO_DATA, gpiostate); /* sync */
Sam Revitch62fe78e2006-05-10 15:09:17 +02004138}
4139
Matthew Ranostay74aeaab2008-10-25 01:06:04 -04004140static int stac92xx_add_jack(struct hda_codec *codec,
4141 hda_nid_t nid, int type)
4142{
Takashi Iwai8c8145b2009-06-22 17:00:38 +02004143#ifdef CONFIG_SND_HDA_INPUT_JACK
Takashi Iwai330ee992009-02-20 14:33:36 +01004144 int def_conf = snd_hda_codec_get_pincfg(codec, nid);
Matthew Ranostay74aeaab2008-10-25 01:06:04 -04004145 int connectivity = get_defcfg_connect(def_conf);
Matthew Ranostay74aeaab2008-10-25 01:06:04 -04004146
4147 if (connectivity && connectivity != AC_JACK_PORT_FIXED)
4148 return 0;
4149
David Henningssoneb335a42011-10-03 16:25:42 +02004150 return snd_hda_input_jack_add(codec, nid, type, NULL);
4151#else
Takashi Iwai95c09092009-04-14 16:15:29 +02004152 return 0;
David Henningssoneb335a42011-10-03 16:25:42 +02004153#endif /* CONFIG_SND_HDA_INPUT_JACK */
Matthew Ranostay74aeaab2008-10-25 01:06:04 -04004154}
4155
Takashi Iwaic6e4c662008-11-25 11:58:19 +01004156static int stac_add_event(struct sigmatel_spec *spec, hda_nid_t nid,
4157 unsigned char type, int data)
Matthew Ranostay74aeaab2008-10-25 01:06:04 -04004158{
4159 struct sigmatel_event *event;
4160
4161 snd_array_init(&spec->events, sizeof(*event), 32);
4162 event = snd_array_new(&spec->events);
4163 if (!event)
4164 return -ENOMEM;
4165 event->nid = nid;
Takashi Iwaic6e4c662008-11-25 11:58:19 +01004166 event->type = type;
4167 event->tag = spec->events.used;
Matthew Ranostay74aeaab2008-10-25 01:06:04 -04004168 event->data = data;
4169
Takashi Iwaic6e4c662008-11-25 11:58:19 +01004170 return event->tag;
Matthew Ranostay74aeaab2008-10-25 01:06:04 -04004171}
4172
Takashi Iwaic6e4c662008-11-25 11:58:19 +01004173static struct sigmatel_event *stac_get_event(struct hda_codec *codec,
Takashi Iwai62558ce2009-07-29 14:23:09 +02004174 hda_nid_t nid)
Matthew Ranostay74aeaab2008-10-25 01:06:04 -04004175{
4176 struct sigmatel_spec *spec = codec->spec;
Takashi Iwaic6e4c662008-11-25 11:58:19 +01004177 struct sigmatel_event *event = spec->events.list;
4178 int i;
4179
4180 for (i = 0; i < spec->events.used; i++, event++) {
Takashi Iwai62558ce2009-07-29 14:23:09 +02004181 if (event->nid == nid)
Takashi Iwaic6e4c662008-11-25 11:58:19 +01004182 return event;
Matthew Ranostay74aeaab2008-10-25 01:06:04 -04004183 }
Takashi Iwaic6e4c662008-11-25 11:58:19 +01004184 return NULL;
4185}
4186
4187static struct sigmatel_event *stac_get_event_from_tag(struct hda_codec *codec,
4188 unsigned char tag)
4189{
4190 struct sigmatel_spec *spec = codec->spec;
4191 struct sigmatel_event *event = spec->events.list;
4192 int i;
4193
4194 for (i = 0; i < spec->events.used; i++, event++) {
4195 if (event->tag == tag)
4196 return event;
4197 }
4198 return NULL;
Matthew Ranostay74aeaab2008-10-25 01:06:04 -04004199}
4200
Takashi Iwai62558ce2009-07-29 14:23:09 +02004201/* check if given nid is a valid pin and no other events are assigned
4202 * to it. If OK, assign the event, set the unsol flag, and returns 1.
4203 * Otherwise, returns zero.
4204 */
4205static int enable_pin_detect(struct hda_codec *codec, hda_nid_t nid,
4206 unsigned int type)
Takashi Iwai314634b2006-09-21 11:56:18 +02004207{
Takashi Iwaic6e4c662008-11-25 11:58:19 +01004208 struct sigmatel_event *event;
4209 int tag;
4210
Takashi Iwaie35d9d62011-05-17 11:28:16 +02004211 if (!is_jack_detectable(codec, nid))
Takashi Iwai62558ce2009-07-29 14:23:09 +02004212 return 0;
4213 event = stac_get_event(codec, nid);
4214 if (event) {
4215 if (event->type != type)
4216 return 0;
Takashi Iwaic6e4c662008-11-25 11:58:19 +01004217 tag = event->tag;
Takashi Iwai62558ce2009-07-29 14:23:09 +02004218 } else {
Takashi Iwaic6e4c662008-11-25 11:58:19 +01004219 tag = stac_add_event(codec->spec, nid, type, 0);
Takashi Iwai62558ce2009-07-29 14:23:09 +02004220 if (tag < 0)
4221 return 0;
4222 }
Takashi Iwaic6e4c662008-11-25 11:58:19 +01004223 snd_hda_codec_write_cache(codec, nid, 0,
4224 AC_VERB_SET_UNSOLICITED_ENABLE,
4225 AC_USRSP_EN | tag);
Takashi Iwai62558ce2009-07-29 14:23:09 +02004226 return 1;
Takashi Iwai314634b2006-09-21 11:56:18 +02004227}
4228
Matthew Ranostaya64135a2008-01-10 16:55:06 +01004229static int is_nid_hp_pin(struct auto_pin_cfg *cfg, hda_nid_t nid)
4230{
4231 int i;
4232 for (i = 0; i < cfg->hp_outs; i++)
4233 if (cfg->hp_pins[i] == nid)
4234 return 1; /* nid is a HP-Out */
4235
4236 return 0; /* nid is not a HP-Out */
4237};
4238
Matthew Ranostayb76c8502008-02-06 14:49:44 +01004239static void stac92xx_power_down(struct hda_codec *codec)
4240{
4241 struct sigmatel_spec *spec = codec->spec;
4242
4243 /* power down inactive DACs */
Takashi Iwai2b635362011-05-02 12:33:43 +02004244 const hda_nid_t *dac;
Matthew Ranostayb76c8502008-02-06 14:49:44 +01004245 for (dac = spec->dac_list; *dac; dac++)
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01004246 if (!check_all_dac_nids(spec, *dac))
Takashi Iwai8c2f7672008-12-01 11:54:35 +01004247 snd_hda_codec_write(codec, *dac, 0,
Matthew Ranostayb76c8502008-02-06 14:49:44 +01004248 AC_VERB_SET_POWER_STATE, AC_PWRST_D3);
4249}
4250
Takashi Iwaif73d3582008-11-25 08:21:51 +01004251static void stac_toggle_power_map(struct hda_codec *codec, hda_nid_t nid,
4252 int enable);
4253
Takashi Iwai014c41f2009-12-27 13:53:24 +01004254static inline int get_int_hint(struct hda_codec *codec, const char *key,
4255 int *valp)
4256{
4257 const char *p;
4258 p = snd_hda_get_hint(codec, key);
4259 if (p) {
4260 unsigned long val;
4261 if (!strict_strtoul(p, 0, &val)) {
4262 *valp = val;
4263 return 1;
4264 }
4265 }
4266 return 0;
4267}
4268
Takashi Iwai6565e4f2009-03-02 14:38:35 +01004269/* override some hints from the hwdep entry */
4270static void stac_store_hints(struct hda_codec *codec)
4271{
4272 struct sigmatel_spec *spec = codec->spec;
Takashi Iwai6565e4f2009-03-02 14:38:35 +01004273 int val;
4274
4275 val = snd_hda_get_bool_hint(codec, "hp_detect");
4276 if (val >= 0)
4277 spec->hp_detect = val;
Takashi Iwai014c41f2009-12-27 13:53:24 +01004278 if (get_int_hint(codec, "gpio_mask", &spec->gpio_mask)) {
Takashi Iwai6565e4f2009-03-02 14:38:35 +01004279 spec->eapd_mask = spec->gpio_dir = spec->gpio_data =
4280 spec->gpio_mask;
4281 }
Takashi Iwai014c41f2009-12-27 13:53:24 +01004282 if (get_int_hint(codec, "gpio_dir", &spec->gpio_dir))
4283 spec->gpio_mask &= spec->gpio_mask;
4284 if (get_int_hint(codec, "gpio_data", &spec->gpio_data))
4285 spec->gpio_dir &= spec->gpio_mask;
4286 if (get_int_hint(codec, "eapd_mask", &spec->eapd_mask))
4287 spec->eapd_mask &= spec->gpio_mask;
4288 if (get_int_hint(codec, "gpio_mute", &spec->gpio_mute))
4289 spec->gpio_mute &= spec->gpio_mask;
Takashi Iwai6565e4f2009-03-02 14:38:35 +01004290 val = snd_hda_get_bool_hint(codec, "eapd_switch");
4291 if (val >= 0)
4292 spec->eapd_switch = val;
Takashi Iwai014c41f2009-12-27 13:53:24 +01004293 get_int_hint(codec, "gpio_led_polarity", &spec->gpio_led_polarity);
4294 if (get_int_hint(codec, "gpio_led", &spec->gpio_led)) {
Vitaliy Kulikov45eebda2011-07-26 16:56:20 -05004295 if (spec->gpio_led <= 8) {
4296 spec->gpio_mask |= spec->gpio_led;
4297 spec->gpio_dir |= spec->gpio_led;
4298 if (spec->gpio_led_polarity)
4299 spec->gpio_data |= spec->gpio_led;
4300 }
Takashi Iwai043958e2009-12-26 10:36:12 +01004301 }
Takashi Iwai6565e4f2009-03-02 14:38:35 +01004302}
4303
Mattc7d4b2f2005-06-27 14:59:41 +02004304static int stac92xx_init(struct hda_codec *codec)
4305{
4306 struct sigmatel_spec *spec = codec->spec;
Takashi Iwai82bc9552006-03-21 11:24:42 +01004307 struct auto_pin_cfg *cfg = &spec->autocfg;
Takashi Iwaif73d3582008-11-25 08:21:51 +01004308 unsigned int gpio;
Takashi Iwaie4973e12008-11-18 09:32:42 +01004309 int i;
Mattc7d4b2f2005-06-27 14:59:41 +02004310
Mattc7d4b2f2005-06-27 14:59:41 +02004311 snd_hda_sequence_write(codec, spec->init);
4312
Matthew Ranostay8daaaa92008-08-15 07:45:52 +02004313 /* power down adcs initially */
4314 if (spec->powerdown_adcs)
4315 for (i = 0; i < spec->num_adcs; i++)
Takashi Iwai8c2f7672008-12-01 11:54:35 +01004316 snd_hda_codec_write(codec,
Matthew Ranostay8daaaa92008-08-15 07:45:52 +02004317 spec->adc_nids[i], 0,
4318 AC_VERB_SET_POWER_STATE, AC_PWRST_D3);
Takashi Iwaif73d3582008-11-25 08:21:51 +01004319
Takashi Iwai6565e4f2009-03-02 14:38:35 +01004320 /* override some hints */
4321 stac_store_hints(codec);
4322
Takashi Iwaif73d3582008-11-25 08:21:51 +01004323 /* set up GPIO */
4324 gpio = spec->gpio_data;
4325 /* turn on EAPD statically when spec->eapd_switch isn't set.
4326 * otherwise, unsol event will turn it on/off dynamically
4327 */
4328 if (!spec->eapd_switch)
4329 gpio |= spec->eapd_mask;
4330 stac_gpio_set(codec, spec->gpio_mask, spec->gpio_dir, gpio);
4331
Takashi Iwai82bc9552006-03-21 11:24:42 +01004332 /* set up pins */
4333 if (spec->hp_detect) {
Takashi Iwai505cb342006-03-27 12:51:52 +02004334 /* Enable unsolicited responses on the HP widget */
Matthew Ranostay74aeaab2008-10-25 01:06:04 -04004335 for (i = 0; i < cfg->hp_outs; i++) {
Matthew Ranostay74aeaab2008-10-25 01:06:04 -04004336 hda_nid_t nid = cfg->hp_pins[i];
Takashi Iwaic6e4c662008-11-25 11:58:19 +01004337 enable_pin_detect(codec, nid, STAC_HP_EVENT);
Matthew Ranostay74aeaab2008-10-25 01:06:04 -04004338 }
Takashi Iwai1c4bdf92009-08-13 08:23:24 +02004339 if (cfg->line_out_type == AUTO_PIN_LINE_OUT &&
4340 cfg->speaker_outs > 0) {
Takashi Iwaifefd67f2009-07-30 18:03:05 +02004341 /* enable pin-detect for line-outs as well */
Takashi Iwai15cfa2b2009-08-03 14:23:33 +02004342 for (i = 0; i < cfg->line_outs; i++) {
4343 hda_nid_t nid = cfg->line_out_pins[i];
Takashi Iwaifefd67f2009-07-30 18:03:05 +02004344 enable_pin_detect(codec, nid, STAC_LO_EVENT);
4345 }
4346 }
4347
Takashi Iwai0a07acaf2007-03-13 10:40:23 +01004348 /* force to enable the first line-out; the others are set up
4349 * in unsol_event
4350 */
4351 stac92xx_auto_set_pinctl(codec, spec->autocfg.line_out_pins[0],
Matthew Ranostay74aeaab2008-10-25 01:06:04 -04004352 AC_PINCTL_OUT_EN);
Takashi Iwai82bc9552006-03-21 11:24:42 +01004353 /* fake event to set up pins */
Takashi Iwai5f380eb2009-09-14 15:36:14 +02004354 if (cfg->hp_pins[0])
4355 stac_issue_unsol_event(codec, cfg->hp_pins[0]);
4356 else if (cfg->line_out_pins[0])
4357 stac_issue_unsol_event(codec, cfg->line_out_pins[0]);
Takashi Iwai82bc9552006-03-21 11:24:42 +01004358 } else {
4359 stac92xx_auto_init_multi_out(codec);
4360 stac92xx_auto_init_hp_out(codec);
Takashi Iwai12dde4c2008-12-05 13:09:27 +01004361 for (i = 0; i < cfg->hp_outs; i++)
4362 stac_toggle_power_map(codec, cfg->hp_pins[i], 1);
Takashi Iwai82bc9552006-03-21 11:24:42 +01004363 }
Takashi Iwai3d21d3f2009-07-29 14:32:56 +02004364 if (spec->auto_mic) {
Takashi Iwai15b4f292009-07-29 16:32:55 +02004365 /* initialize connection to analog input */
Takashi Iwaida2a2aa2009-08-10 07:44:09 +02004366 if (spec->dmux_nids)
4367 snd_hda_codec_write_cache(codec, spec->dmux_nids[0], 0,
Takashi Iwai15b4f292009-07-29 16:32:55 +02004368 AC_VERB_SET_CONNECT_SEL, 0);
Takashi Iwai3d21d3f2009-07-29 14:32:56 +02004369 if (enable_pin_detect(codec, spec->ext_mic.pin, STAC_MIC_EVENT))
4370 stac_issue_unsol_event(codec, spec->ext_mic.pin);
Charles Chin99077902010-09-17 10:22:32 +02004371 if (enable_pin_detect(codec, spec->dock_mic.pin,
4372 STAC_MIC_EVENT))
4373 stac_issue_unsol_event(codec, spec->dock_mic.pin);
Takashi Iwai3d21d3f2009-07-29 14:32:56 +02004374 }
Takashi Iwaieea7dc92010-08-30 13:06:15 +02004375 for (i = 0; i < cfg->num_inputs; i++) {
4376 hda_nid_t nid = cfg->inputs[i].pin;
4377 int type = cfg->inputs[i].type;
4378 unsigned int pinctl, conf;
Takashi Iwai86e29592010-09-09 14:50:17 +02004379 if (type == AUTO_PIN_MIC) {
Takashi Iwaieea7dc92010-08-30 13:06:15 +02004380 /* for mic pins, force to initialize */
4381 pinctl = stac92xx_get_default_vref(codec, nid);
4382 pinctl |= AC_PINCTL_IN_EN;
4383 stac92xx_auto_set_pinctl(codec, nid, pinctl);
4384 } else {
4385 pinctl = snd_hda_codec_read(codec, nid, 0,
4386 AC_VERB_GET_PIN_WIDGET_CONTROL, 0);
4387 /* if PINCTL already set then skip */
4388 /* Also, if both INPUT and OUTPUT are set,
4389 * it must be a BIOS bug; need to override, too
4390 */
4391 if (!(pinctl & AC_PINCTL_IN_EN) ||
4392 (pinctl & AC_PINCTL_OUT_EN)) {
4393 pinctl &= ~AC_PINCTL_OUT_EN;
Takashi Iwai12dde4c2008-12-05 13:09:27 +01004394 pinctl |= AC_PINCTL_IN_EN;
4395 stac92xx_auto_set_pinctl(codec, nid, pinctl);
Takashi Iwai4f1e6bc2008-11-11 16:47:24 +01004396 }
Takashi Iwaieea7dc92010-08-30 13:06:15 +02004397 }
4398 conf = snd_hda_codec_get_pincfg(codec, nid);
4399 if (get_defcfg_connect(conf) != AC_JACK_PORT_FIXED) {
4400 if (enable_pin_detect(codec, nid, STAC_INSERT_EVENT))
4401 stac_issue_unsol_event(codec, nid);
Takashi Iwaic960a032006-03-23 17:06:28 +01004402 }
Takashi Iwai82bc9552006-03-21 11:24:42 +01004403 }
Matthew Ranostaya64135a2008-01-10 16:55:06 +01004404 for (i = 0; i < spec->num_dmics; i++)
4405 stac92xx_auto_set_pinctl(codec, spec->dmic_nids[i],
4406 AC_PINCTL_IN_EN);
Takashi Iwai0852d7a2009-02-11 11:35:15 +01004407 if (cfg->dig_out_pins[0])
4408 stac92xx_auto_set_pinctl(codec, cfg->dig_out_pins[0],
Takashi Iwai82bc9552006-03-21 11:24:42 +01004409 AC_PINCTL_OUT_EN);
4410 if (cfg->dig_in_pin)
4411 stac92xx_auto_set_pinctl(codec, cfg->dig_in_pin,
4412 AC_PINCTL_IN_EN);
Takashi Iwaif73d3582008-11-25 08:21:51 +01004413 for (i = 0; i < spec->num_pwrs; i++) {
4414 hda_nid_t nid = spec->pwr_nids[i];
4415 int pinctl, def_conf;
Takashi Iwai82bc9552006-03-21 11:24:42 +01004416
Takashi Iwaieb632122008-12-19 16:39:48 +01004417 /* power on when no jack detection is available */
4418 if (!spec->hp_detect) {
4419 stac_toggle_power_map(codec, nid, 1);
4420 continue;
4421 }
4422
4423 if (is_nid_hp_pin(cfg, nid))
Takashi Iwaif73d3582008-11-25 08:21:51 +01004424 continue; /* already has an unsol event */
Sam Revitch62fe78e2006-05-10 15:09:17 +02004425
Takashi Iwaif73d3582008-11-25 08:21:51 +01004426 pinctl = snd_hda_codec_read(codec, nid, 0,
4427 AC_VERB_GET_PIN_WIDGET_CONTROL, 0);
4428 /* outputs are only ports capable of power management
4429 * any attempts on powering down a input port cause the
4430 * referenced VREF to act quirky.
4431 */
Takashi Iwaieb632122008-12-19 16:39:48 +01004432 if (pinctl & AC_PINCTL_IN_EN) {
4433 stac_toggle_power_map(codec, nid, 1);
Takashi Iwaif73d3582008-11-25 08:21:51 +01004434 continue;
Takashi Iwaieb632122008-12-19 16:39:48 +01004435 }
Takashi Iwai330ee992009-02-20 14:33:36 +01004436 def_conf = snd_hda_codec_get_pincfg(codec, nid);
Takashi Iwaif73d3582008-11-25 08:21:51 +01004437 def_conf = get_defcfg_connect(def_conf);
4438 /* skip any ports that don't have jacks since presence
4439 * detection is useless */
4440 if (def_conf != AC_JACK_PORT_COMPLEX) {
4441 if (def_conf != AC_JACK_PORT_NONE)
4442 stac_toggle_power_map(codec, nid, 1);
4443 continue;
4444 }
Takashi Iwai62558ce2009-07-29 14:23:09 +02004445 if (enable_pin_detect(codec, nid, STAC_PWR_EVENT))
4446 stac_issue_unsol_event(codec, nid);
Takashi Iwaif73d3582008-11-25 08:21:51 +01004447 }
Takashi Iwaic21bd022010-02-08 15:16:08 +01004448
Takashi Iwaic21bd022010-02-08 15:16:08 +01004449 /* sync mute LED */
Takashi Iwai9e5341b2010-09-21 09:57:06 +02004450 if (spec->gpio_led)
4451 hda_call_check_power_status(codec, 0x01);
Takashi Iwaif73d3582008-11-25 08:21:51 +01004452 if (spec->dac_list)
4453 stac92xx_power_down(codec);
Mattc7d4b2f2005-06-27 14:59:41 +02004454 return 0;
4455}
4456
Takashi Iwai603c4012008-07-30 15:01:44 +02004457static void stac92xx_free_kctls(struct hda_codec *codec)
4458{
4459 struct sigmatel_spec *spec = codec->spec;
4460
4461 if (spec->kctls.list) {
4462 struct snd_kcontrol_new *kctl = spec->kctls.list;
4463 int i;
4464 for (i = 0; i < spec->kctls.used; i++)
4465 kfree(kctl[i].name);
4466 }
4467 snd_array_free(&spec->kctls);
4468}
4469
Vitaliy Kulikov45eebda2011-07-26 16:56:20 -05004470static void stac92xx_shutup_pins(struct hda_codec *codec)
4471{
4472 unsigned int i, def_conf;
4473
4474 if (codec->bus->shutdown)
4475 return;
4476 for (i = 0; i < codec->init_pins.used; i++) {
4477 struct hda_pincfg *pin = snd_array_elem(&codec->init_pins, i);
4478 def_conf = snd_hda_codec_get_pincfg(codec, pin->nid);
4479 if (get_defcfg_connect(def_conf) != AC_JACK_PORT_NONE)
4480 snd_hda_codec_write(codec, pin->nid, 0,
4481 AC_VERB_SET_PIN_WIDGET_CONTROL, 0);
4482 }
4483}
4484
Takashi Iwai167eae52009-11-06 15:47:50 +01004485static void stac92xx_shutup(struct hda_codec *codec)
4486{
4487 struct sigmatel_spec *spec = codec->spec;
Takashi Iwai167eae52009-11-06 15:47:50 +01004488
Vitaliy Kulikov45eebda2011-07-26 16:56:20 -05004489 stac92xx_shutup_pins(codec);
Takashi Iwai167eae52009-11-06 15:47:50 +01004490
4491 if (spec->eapd_mask)
4492 stac_gpio_set(codec, spec->gpio_mask,
4493 spec->gpio_dir, spec->gpio_data &
4494 ~spec->eapd_mask);
4495}
4496
Matt2f2f4252005-04-13 14:45:30 +02004497static void stac92xx_free(struct hda_codec *codec)
4498{
Mattc7d4b2f2005-06-27 14:59:41 +02004499 struct sigmatel_spec *spec = codec->spec;
Mattc7d4b2f2005-06-27 14:59:41 +02004500
4501 if (! spec)
4502 return;
4503
Takashi Iwai167eae52009-11-06 15:47:50 +01004504 stac92xx_shutup(codec);
Takashi Iwaicd372fb2011-03-03 14:40:14 +01004505 snd_hda_input_jack_free(codec);
Matthew Ranostay74aeaab2008-10-25 01:06:04 -04004506 snd_array_free(&spec->events);
Richard Fish11b44bb2006-08-23 18:31:34 +02004507
Mattc7d4b2f2005-06-27 14:59:41 +02004508 kfree(spec);
Matthew Ranostay1cd22242008-07-18 18:20:52 +02004509 snd_hda_detach_beep_device(codec);
Matt2f2f4252005-04-13 14:45:30 +02004510}
4511
Matt4e550962005-07-04 17:51:39 +02004512static void stac92xx_set_pinctl(struct hda_codec *codec, hda_nid_t nid,
4513 unsigned int flag)
4514{
Takashi Iwai8ce84192009-01-22 16:59:20 +01004515 unsigned int old_ctl, pin_ctl;
4516
4517 pin_ctl = snd_hda_codec_read(codec, nid,
Matt4e550962005-07-04 17:51:39 +02004518 0, AC_VERB_GET_PIN_WIDGET_CONTROL, 0x00);
Steve Longerbeam7b043892007-05-03 20:50:03 +02004519
Takashi Iwaif9acba42007-05-29 18:01:06 +02004520 if (pin_ctl & AC_PINCTL_IN_EN) {
4521 /*
4522 * we need to check the current set-up direction of
4523 * shared input pins since they can be switched via
4524 * "xxx as Output" mixer switch
4525 */
4526 struct sigmatel_spec *spec = codec->spec;
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01004527 if (nid == spec->line_switch || nid == spec->mic_switch)
Takashi Iwaif9acba42007-05-29 18:01:06 +02004528 return;
4529 }
4530
Takashi Iwai8ce84192009-01-22 16:59:20 +01004531 old_ctl = pin_ctl;
Steve Longerbeam7b043892007-05-03 20:50:03 +02004532 /* if setting pin direction bits, clear the current
4533 direction bits first */
4534 if (flag & (AC_PINCTL_IN_EN | AC_PINCTL_OUT_EN))
4535 pin_ctl &= ~(AC_PINCTL_IN_EN | AC_PINCTL_OUT_EN);
4536
Takashi Iwai8ce84192009-01-22 16:59:20 +01004537 pin_ctl |= flag;
4538 if (old_ctl != pin_ctl)
4539 snd_hda_codec_write_cache(codec, nid, 0,
4540 AC_VERB_SET_PIN_WIDGET_CONTROL,
4541 pin_ctl);
Matt4e550962005-07-04 17:51:39 +02004542}
4543
4544static void stac92xx_reset_pinctl(struct hda_codec *codec, hda_nid_t nid,
4545 unsigned int flag)
4546{
4547 unsigned int pin_ctl = snd_hda_codec_read(codec, nid,
4548 0, AC_VERB_GET_PIN_WIDGET_CONTROL, 0x00);
Takashi Iwai8ce84192009-01-22 16:59:20 +01004549 if (pin_ctl & flag)
4550 snd_hda_codec_write_cache(codec, nid, 0,
4551 AC_VERB_SET_PIN_WIDGET_CONTROL,
4552 pin_ctl & ~flag);
Matt4e550962005-07-04 17:51:39 +02004553}
4554
Takashi Iwaid56757a2009-11-18 08:00:14 +01004555static inline int get_pin_presence(struct hda_codec *codec, hda_nid_t nid)
Takashi Iwai314634b2006-09-21 11:56:18 +02004556{
4557 if (!nid)
4558 return 0;
Takashi Iwaia252c812009-12-25 22:56:20 +01004559 return snd_hda_jack_detect(codec, nid);
Takashi Iwai314634b2006-09-21 11:56:18 +02004560}
4561
Takashi Iwaifefd67f2009-07-30 18:03:05 +02004562static void stac92xx_line_out_detect(struct hda_codec *codec,
4563 int presence)
4564{
4565 struct sigmatel_spec *spec = codec->spec;
4566 struct auto_pin_cfg *cfg = &spec->autocfg;
4567 int i;
4568
4569 for (i = 0; i < cfg->line_outs; i++) {
4570 if (presence)
4571 break;
4572 presence = get_pin_presence(codec, cfg->line_out_pins[i]);
4573 if (presence) {
4574 unsigned int pinctl;
4575 pinctl = snd_hda_codec_read(codec,
4576 cfg->line_out_pins[i], 0,
4577 AC_VERB_GET_PIN_WIDGET_CONTROL, 0);
4578 if (pinctl & AC_PINCTL_IN_EN)
4579 presence = 0; /* mic- or line-input */
4580 }
4581 }
4582
4583 if (presence) {
4584 /* disable speakers */
4585 for (i = 0; i < cfg->speaker_outs; i++)
4586 stac92xx_reset_pinctl(codec, cfg->speaker_pins[i],
4587 AC_PINCTL_OUT_EN);
4588 if (spec->eapd_mask && spec->eapd_switch)
4589 stac_gpio_set(codec, spec->gpio_mask,
4590 spec->gpio_dir, spec->gpio_data &
4591 ~spec->eapd_mask);
4592 } else {
4593 /* enable speakers */
4594 for (i = 0; i < cfg->speaker_outs; i++)
4595 stac92xx_set_pinctl(codec, cfg->speaker_pins[i],
4596 AC_PINCTL_OUT_EN);
4597 if (spec->eapd_mask && spec->eapd_switch)
4598 stac_gpio_set(codec, spec->gpio_mask,
4599 spec->gpio_dir, spec->gpio_data |
4600 spec->eapd_mask);
4601 }
4602}
4603
Takashi Iwaid7a89432008-11-12 09:48:04 +01004604/* return non-zero if the hp-pin of the given array index isn't
4605 * a jack-detection target
4606 */
4607static int no_hp_sensing(struct sigmatel_spec *spec, int i)
4608{
4609 struct auto_pin_cfg *cfg = &spec->autocfg;
4610
4611 /* ignore sensing of shared line and mic jacks */
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01004612 if (cfg->hp_pins[i] == spec->line_switch)
Takashi Iwaid7a89432008-11-12 09:48:04 +01004613 return 1;
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01004614 if (cfg->hp_pins[i] == spec->mic_switch)
Takashi Iwaid7a89432008-11-12 09:48:04 +01004615 return 1;
4616 /* ignore if the pin is set as line-out */
4617 if (cfg->hp_pins[i] == spec->hp_switch)
4618 return 1;
4619 return 0;
4620}
4621
Takashi Iwaic6e4c662008-11-25 11:58:19 +01004622static void stac92xx_hp_detect(struct hda_codec *codec)
Matt4e550962005-07-04 17:51:39 +02004623{
4624 struct sigmatel_spec *spec = codec->spec;
4625 struct auto_pin_cfg *cfg = &spec->autocfg;
4626 int i, presence;
4627
Takashi Iwaieb06ed82006-09-20 17:10:27 +02004628 presence = 0;
Matthew Ranostay4fe51952008-01-29 15:28:44 +01004629 if (spec->gpio_mute)
4630 presence = !(snd_hda_codec_read(codec, codec->afg, 0,
4631 AC_VERB_GET_GPIO_DATA, 0) & spec->gpio_mute);
4632
Takashi Iwaieb06ed82006-09-20 17:10:27 +02004633 for (i = 0; i < cfg->hp_outs; i++) {
Takashi Iwai314634b2006-09-21 11:56:18 +02004634 if (presence)
4635 break;
Takashi Iwaid7a89432008-11-12 09:48:04 +01004636 if (no_hp_sensing(spec, i))
4637 continue;
Takashi Iwaie6e3ea22008-12-05 12:54:56 +01004638 presence = get_pin_presence(codec, cfg->hp_pins[i]);
4639 if (presence) {
4640 unsigned int pinctl;
4641 pinctl = snd_hda_codec_read(codec, cfg->hp_pins[i], 0,
4642 AC_VERB_GET_PIN_WIDGET_CONTROL, 0);
4643 if (pinctl & AC_PINCTL_IN_EN)
4644 presence = 0; /* mic- or line-input */
4645 }
Takashi Iwaieb06ed82006-09-20 17:10:27 +02004646 }
Matt4e550962005-07-04 17:51:39 +02004647
4648 if (presence) {
Takashi Iwaid7a89432008-11-12 09:48:04 +01004649 /* disable lineouts */
Matthew Ranostay7c2ba972008-04-16 13:13:59 +02004650 if (spec->hp_switch)
Takashi Iwaid7a89432008-11-12 09:48:04 +01004651 stac92xx_reset_pinctl(codec, spec->hp_switch,
4652 AC_PINCTL_OUT_EN);
Matt4e550962005-07-04 17:51:39 +02004653 for (i = 0; i < cfg->line_outs; i++)
4654 stac92xx_reset_pinctl(codec, cfg->line_out_pins[i],
4655 AC_PINCTL_OUT_EN);
Matt4e550962005-07-04 17:51:39 +02004656 } else {
Takashi Iwaid7a89432008-11-12 09:48:04 +01004657 /* enable lineouts */
Matthew Ranostay7c2ba972008-04-16 13:13:59 +02004658 if (spec->hp_switch)
Takashi Iwaid7a89432008-11-12 09:48:04 +01004659 stac92xx_set_pinctl(codec, spec->hp_switch,
4660 AC_PINCTL_OUT_EN);
Matt4e550962005-07-04 17:51:39 +02004661 for (i = 0; i < cfg->line_outs; i++)
4662 stac92xx_set_pinctl(codec, cfg->line_out_pins[i],
4663 AC_PINCTL_OUT_EN);
Matt4e550962005-07-04 17:51:39 +02004664 }
Takashi Iwaifefd67f2009-07-30 18:03:05 +02004665 stac92xx_line_out_detect(codec, presence);
Takashi Iwaid7a89432008-11-12 09:48:04 +01004666 /* toggle hp outs */
4667 for (i = 0; i < cfg->hp_outs; i++) {
4668 unsigned int val = AC_PINCTL_OUT_EN | AC_PINCTL_HP_EN;
4669 if (no_hp_sensing(spec, i))
4670 continue;
4671 if (presence)
4672 stac92xx_set_pinctl(codec, cfg->hp_pins[i], val);
Takashi Iwai8317e0b2009-01-14 07:56:51 +01004673#if 0 /* FIXME */
4674/* Resetting the pinctl like below may lead to (a sort of) regressions
4675 * on some devices since they use the HP pin actually for line/speaker
4676 * outs although the default pin config shows a different pin (that is
4677 * wrong and useless).
4678 *
4679 * So, it's basically a problem of default pin configs, likely a BIOS issue.
4680 * But, disabling the code below just works around it, and I'm too tired of
4681 * bug reports with such devices...
4682 */
Takashi Iwaid7a89432008-11-12 09:48:04 +01004683 else
4684 stac92xx_reset_pinctl(codec, cfg->hp_pins[i], val);
Takashi Iwai8317e0b2009-01-14 07:56:51 +01004685#endif /* FIXME */
Takashi Iwaid7a89432008-11-12 09:48:04 +01004686 }
Matt4e550962005-07-04 17:51:39 +02004687}
4688
Takashi Iwaif73d3582008-11-25 08:21:51 +01004689static void stac_toggle_power_map(struct hda_codec *codec, hda_nid_t nid,
4690 int enable)
Matthew Ranostaya64135a2008-01-10 16:55:06 +01004691{
4692 struct sigmatel_spec *spec = codec->spec;
Takashi Iwaif73d3582008-11-25 08:21:51 +01004693 unsigned int idx, val;
4694
4695 for (idx = 0; idx < spec->num_pwrs; idx++) {
4696 if (spec->pwr_nids[idx] == nid)
4697 break;
4698 }
4699 if (idx >= spec->num_pwrs)
4700 return;
Matthew Ranostayd0513fc2008-07-27 10:30:30 +02004701
4702 /* several codecs have two power down bits */
4703 if (spec->pwr_mapping)
4704 idx = spec->pwr_mapping[idx];
4705 else
4706 idx = 1 << idx;
Matthew Ranostaya64135a2008-01-10 16:55:06 +01004707
Takashi Iwaif73d3582008-11-25 08:21:51 +01004708 val = snd_hda_codec_read(codec, codec->afg, 0, 0x0fec, 0x0) & 0xff;
4709 if (enable)
Matthew Ranostaya64135a2008-01-10 16:55:06 +01004710 val &= ~idx;
4711 else
4712 val |= idx;
4713
4714 /* power down unused output ports */
4715 snd_hda_codec_write(codec, codec->afg, 0, 0x7ec, val);
Matthew Ranostay74aeaab2008-10-25 01:06:04 -04004716}
4717
Takashi Iwaif73d3582008-11-25 08:21:51 +01004718static void stac92xx_pin_sense(struct hda_codec *codec, hda_nid_t nid)
4719{
Takashi Iwaie6e3ea22008-12-05 12:54:56 +01004720 stac_toggle_power_map(codec, nid, get_pin_presence(codec, nid));
Takashi Iwaif73d3582008-11-25 08:21:51 +01004721}
Matthew Ranostaya64135a2008-01-10 16:55:06 +01004722
Vitaliy Kulikovab5a6eb2010-09-08 09:00:17 +02004723/* get the pin connection (fixed, none, etc) */
4724static unsigned int stac_get_defcfg_connect(struct hda_codec *codec, int idx)
4725{
4726 struct sigmatel_spec *spec = codec->spec;
4727 unsigned int cfg;
4728
4729 cfg = snd_hda_codec_get_pincfg(codec, spec->pin_nids[idx]);
4730 return get_defcfg_connect(cfg);
4731}
4732
4733static int stac92xx_connected_ports(struct hda_codec *codec,
Takashi Iwai2b635362011-05-02 12:33:43 +02004734 const hda_nid_t *nids, int num_nids)
Vitaliy Kulikovab5a6eb2010-09-08 09:00:17 +02004735{
4736 struct sigmatel_spec *spec = codec->spec;
4737 int idx, num;
4738 unsigned int def_conf;
4739
4740 for (num = 0; num < num_nids; num++) {
4741 for (idx = 0; idx < spec->num_pins; idx++)
4742 if (spec->pin_nids[idx] == nids[num])
4743 break;
4744 if (idx >= spec->num_pins)
4745 break;
4746 def_conf = stac_get_defcfg_connect(codec, idx);
4747 if (def_conf == AC_JACK_PORT_NONE)
4748 break;
4749 }
4750 return num;
4751}
4752
Takashi Iwai3d21d3f2009-07-29 14:32:56 +02004753static void stac92xx_mic_detect(struct hda_codec *codec)
4754{
4755 struct sigmatel_spec *spec = codec->spec;
4756 struct sigmatel_mic_route *mic;
4757
4758 if (get_pin_presence(codec, spec->ext_mic.pin))
4759 mic = &spec->ext_mic;
Charles Chin99077902010-09-17 10:22:32 +02004760 else if (get_pin_presence(codec, spec->dock_mic.pin))
4761 mic = &spec->dock_mic;
Takashi Iwai3d21d3f2009-07-29 14:32:56 +02004762 else
4763 mic = &spec->int_mic;
Takashi Iwai02d33322009-10-01 16:38:11 +02004764 if (mic->dmux_idx >= 0)
Takashi Iwai3d21d3f2009-07-29 14:32:56 +02004765 snd_hda_codec_write_cache(codec, spec->dmux_nids[0], 0,
4766 AC_VERB_SET_CONNECT_SEL,
4767 mic->dmux_idx);
Takashi Iwai02d33322009-10-01 16:38:11 +02004768 if (mic->mux_idx >= 0)
Takashi Iwai3d21d3f2009-07-29 14:32:56 +02004769 snd_hda_codec_write_cache(codec, spec->mux_nids[0], 0,
4770 AC_VERB_SET_CONNECT_SEL,
4771 mic->mux_idx);
4772}
4773
Takashi Iwai62558ce2009-07-29 14:23:09 +02004774static void stac_issue_unsol_event(struct hda_codec *codec, hda_nid_t nid)
Takashi Iwaic6e4c662008-11-25 11:58:19 +01004775{
Takashi Iwai62558ce2009-07-29 14:23:09 +02004776 struct sigmatel_event *event = stac_get_event(codec, nid);
Takashi Iwaic6e4c662008-11-25 11:58:19 +01004777 if (!event)
4778 return;
4779 codec->patch_ops.unsol_event(codec, (unsigned)event->tag << 26);
4780}
4781
Takashi Iwai314634b2006-09-21 11:56:18 +02004782static void stac92xx_unsol_event(struct hda_codec *codec, unsigned int res)
4783{
Matthew Ranostaya64135a2008-01-10 16:55:06 +01004784 struct sigmatel_spec *spec = codec->spec;
Takashi Iwaic6e4c662008-11-25 11:58:19 +01004785 struct sigmatel_event *event;
4786 int tag, data;
Matthew Ranostaya64135a2008-01-10 16:55:06 +01004787
Takashi Iwaic6e4c662008-11-25 11:58:19 +01004788 tag = (res >> 26) & 0x7f;
4789 event = stac_get_event_from_tag(codec, tag);
4790 if (!event)
4791 return;
4792
4793 switch (event->type) {
Takashi Iwai314634b2006-09-21 11:56:18 +02004794 case STAC_HP_EVENT:
Takashi Iwaifefd67f2009-07-30 18:03:05 +02004795 case STAC_LO_EVENT:
Takashi Iwai16ffe322009-08-04 13:40:54 +02004796 stac92xx_hp_detect(codec);
Takashi Iwaifefd67f2009-07-30 18:03:05 +02004797 break;
Takashi Iwai3d21d3f2009-07-29 14:32:56 +02004798 case STAC_MIC_EVENT:
4799 stac92xx_mic_detect(codec);
4800 break;
4801 }
4802
4803 switch (event->type) {
4804 case STAC_HP_EVENT:
Takashi Iwaifefd67f2009-07-30 18:03:05 +02004805 case STAC_LO_EVENT:
Takashi Iwai3d21d3f2009-07-29 14:32:56 +02004806 case STAC_MIC_EVENT:
Matthew Ranostay74aeaab2008-10-25 01:06:04 -04004807 case STAC_INSERT_EVENT:
Matthew Ranostaya64135a2008-01-10 16:55:06 +01004808 case STAC_PWR_EVENT:
Takashi Iwaic6e4c662008-11-25 11:58:19 +01004809 if (spec->num_pwrs > 0)
4810 stac92xx_pin_sense(codec, event->nid);
Takashi Iwaicd372fb2011-03-03 14:40:14 +01004811 snd_hda_input_jack_report(codec, event->nid);
Matthew Ranostayfd60cc82009-04-06 09:30:46 -04004812
4813 switch (codec->subsystem_id) {
4814 case 0x103c308f:
4815 if (event->nid == 0xb) {
4816 int pin = AC_PINCTL_IN_EN;
4817
4818 if (get_pin_presence(codec, 0xa)
4819 && get_pin_presence(codec, 0xb))
4820 pin |= AC_PINCTL_VREF_80;
4821 if (!get_pin_presence(codec, 0xb))
4822 pin |= AC_PINCTL_VREF_80;
4823
4824 /* toggle VREF state based on mic + hp pin
4825 * status
4826 */
4827 stac92xx_auto_set_pinctl(codec, 0x0a, pin);
4828 }
4829 }
Matthew Ranostay72474be2008-10-09 09:32:17 -04004830 break;
Takashi Iwaic6e4c662008-11-25 11:58:19 +01004831 case STAC_VREF_EVENT:
4832 data = snd_hda_codec_read(codec, codec->afg, 0,
4833 AC_VERB_GET_GPIO_DATA, 0);
Matthew Ranostay72474be2008-10-09 09:32:17 -04004834 /* toggle VREF state based on GPIOx status */
4835 snd_hda_codec_write(codec, codec->afg, 0, 0x7e0,
Takashi Iwaic6e4c662008-11-25 11:58:19 +01004836 !!(data & (1 << event->data)));
Matthew Ranostay72474be2008-10-09 09:32:17 -04004837 break;
Takashi Iwai314634b2006-09-21 11:56:18 +02004838 }
4839}
4840
Kunal Gangakhedkard38cce72010-01-15 21:01:47 +05304841static int hp_blike_system(u32 subsystem_id);
4842
4843static void set_hp_led_gpio(struct hda_codec *codec)
4844{
4845 struct sigmatel_spec *spec = codec->spec;
Takashi Iwai07f80442010-02-08 15:06:13 +01004846 unsigned int gpio;
4847
Takashi Iwai26ebe0a2010-05-11 08:36:29 +02004848 if (spec->gpio_led)
4849 return;
4850
Takashi Iwai07f80442010-02-08 15:06:13 +01004851 gpio = snd_hda_param_read(codec, codec->afg, AC_PAR_GPIO_CAP);
4852 gpio &= AC_GPIO_IO_COUNT;
4853 if (gpio > 3)
4854 spec->gpio_led = 0x08; /* GPIO 3 */
4855 else
4856 spec->gpio_led = 0x01; /* GPIO 0 */
Kunal Gangakhedkard38cce72010-01-15 21:01:47 +05304857}
4858
Vitaliy Kulikovc357aab2009-12-11 07:51:54 +01004859/*
4860 * This method searches for the mute LED GPIO configuration
4861 * provided as OEM string in SMBIOS. The format of that string
4862 * is HP_Mute_LED_P_G or HP_Mute_LED_P
4863 * where P can be 0 or 1 and defines mute LED GPIO control state (low/high)
4864 * that corresponds to the NOT muted state of the master volume
4865 * and G is the index of the GPIO to use as the mute LED control (0..9)
4866 * If _G portion is missing it is assigned based on the codec ID
4867 *
4868 * So, HP B-series like systems may have HP_Mute_LED_0 (current models)
4869 * or HP_Mute_LED_0_3 (future models) OEM SMBIOS strings
Kunal Gangakhedkard38cce72010-01-15 21:01:47 +05304870 *
4871 *
4872 * The dv-series laptops don't seem to have the HP_Mute_LED* strings in
4873 * SMBIOS - at least the ones I have seen do not have them - which include
4874 * my own system (HP Pavilion dv6-1110ax) and my cousin's
4875 * HP Pavilion dv9500t CTO.
4876 * Need more information on whether it is true across the entire series.
4877 * -- kunal
Vitaliy Kulikovc357aab2009-12-11 07:51:54 +01004878 */
Takashi Iwaidce17d42010-02-09 09:25:26 +01004879static int find_mute_led_gpio(struct hda_codec *codec, int default_polarity)
Vitaliy Kulikovc357aab2009-12-11 07:51:54 +01004880{
4881 struct sigmatel_spec *spec = codec->spec;
4882 const struct dmi_device *dev = NULL;
4883
4884 if ((codec->subsystem_id >> 16) == PCI_VENDOR_ID_HP) {
4885 while ((dev = dmi_find_device(DMI_DEV_TYPE_OEM_STRING,
4886 NULL, dev))) {
Vitaliy Kulikov45eebda2011-07-26 16:56:20 -05004887 if (sscanf(dev->name, "HP_Mute_LED_%d_%x",
Kunal Gangakhedkard38cce72010-01-15 21:01:47 +05304888 &spec->gpio_led_polarity,
4889 &spec->gpio_led) == 2) {
Vitaliy Kulikov45eebda2011-07-26 16:56:20 -05004890 if (spec->gpio_led < 4)
4891 spec->gpio_led = 1 << spec->gpio_led;
Vitaliy Kulikovc357aab2009-12-11 07:51:54 +01004892 return 1;
4893 }
4894 if (sscanf(dev->name, "HP_Mute_LED_%d",
Kunal Gangakhedkard38cce72010-01-15 21:01:47 +05304895 &spec->gpio_led_polarity) == 1) {
4896 set_hp_led_gpio(codec);
4897 return 1;
Vitaliy Kulikovc357aab2009-12-11 07:51:54 +01004898 }
4899 }
Kunal Gangakhedkard38cce72010-01-15 21:01:47 +05304900
4901 /*
4902 * Fallback case - if we don't find the DMI strings,
4903 * we statically set the GPIO - if not a B-series system.
4904 */
4905 if (!hp_blike_system(codec->subsystem_id)) {
4906 set_hp_led_gpio(codec);
Takashi Iwaidce17d42010-02-09 09:25:26 +01004907 spec->gpio_led_polarity = default_polarity;
Kunal Gangakhedkard38cce72010-01-15 21:01:47 +05304908 return 1;
4909 }
Vitaliy Kulikovc357aab2009-12-11 07:51:54 +01004910 }
4911 return 0;
4912}
4913
4914static int hp_blike_system(u32 subsystem_id)
Randy Dunlap78987bd2009-11-05 09:22:30 -08004915{
4916 switch (subsystem_id) {
Vitaliy Kulikovc357aab2009-12-11 07:51:54 +01004917 case 0x103c1520:
4918 case 0x103c1521:
4919 case 0x103c1523:
4920 case 0x103c1524:
4921 case 0x103c1525:
Randy Dunlap78987bd2009-11-05 09:22:30 -08004922 case 0x103c1722:
4923 case 0x103c1723:
4924 case 0x103c1724:
4925 case 0x103c1725:
4926 case 0x103c1726:
4927 case 0x103c1727:
4928 case 0x103c1728:
4929 case 0x103c1729:
Vitaliy Kulikovc357aab2009-12-11 07:51:54 +01004930 case 0x103c172a:
4931 case 0x103c172b:
4932 case 0x103c307e:
4933 case 0x103c307f:
4934 case 0x103c3080:
4935 case 0x103c3081:
4936 case 0x103c7007:
4937 case 0x103c7008:
Randy Dunlap78987bd2009-11-05 09:22:30 -08004938 return 1;
4939 }
4940 return 0;
4941}
4942
Takashi Iwai2d34e1b2008-11-28 14:35:16 +01004943#ifdef CONFIG_PROC_FS
4944static void stac92hd_proc_hook(struct snd_info_buffer *buffer,
4945 struct hda_codec *codec, hda_nid_t nid)
4946{
4947 if (nid == codec->afg)
4948 snd_iprintf(buffer, "Power-Map: 0x%02x\n",
4949 snd_hda_codec_read(codec, nid, 0, 0x0fec, 0x0));
4950}
4951
4952static void analog_loop_proc_hook(struct snd_info_buffer *buffer,
4953 struct hda_codec *codec,
4954 unsigned int verb)
4955{
4956 snd_iprintf(buffer, "Analog Loopback: 0x%02x\n",
4957 snd_hda_codec_read(codec, codec->afg, 0, verb, 0));
4958}
4959
4960/* stac92hd71bxx, stac92hd73xx */
4961static void stac92hd7x_proc_hook(struct snd_info_buffer *buffer,
4962 struct hda_codec *codec, hda_nid_t nid)
4963{
4964 stac92hd_proc_hook(buffer, codec, nid);
4965 if (nid == codec->afg)
4966 analog_loop_proc_hook(buffer, codec, 0xfa0);
4967}
4968
4969static void stac9205_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, 0xfe0);
4974}
4975
4976static void stac927x_proc_hook(struct snd_info_buffer *buffer,
4977 struct hda_codec *codec, hda_nid_t nid)
4978{
4979 if (nid == codec->afg)
4980 analog_loop_proc_hook(buffer, codec, 0xfeb);
4981}
4982#else
4983#define stac92hd_proc_hook NULL
4984#define stac92hd7x_proc_hook NULL
4985#define stac9205_proc_hook NULL
4986#define stac927x_proc_hook NULL
4987#endif
4988
Takashi Iwai2a439522011-07-26 09:52:50 +02004989#ifdef CONFIG_PM
Mattff6fdc32005-06-27 15:06:52 +02004990static int stac92xx_resume(struct hda_codec *codec)
4991{
Takashi Iwaidc81bed2007-09-03 09:36:36 +02004992 struct sigmatel_spec *spec = codec->spec;
4993
Takashi Iwai2c885872008-11-18 09:36:55 +01004994 stac92xx_init(codec);
Takashi Iwai82beb8f2007-08-10 17:09:26 +02004995 snd_hda_codec_resume_amp(codec);
4996 snd_hda_codec_resume_cache(codec);
Takashi Iwai2c885872008-11-18 09:36:55 +01004997 /* fake event to set up pins again to override cached values */
Takashi Iwai5f380eb2009-09-14 15:36:14 +02004998 if (spec->hp_detect) {
4999 if (spec->autocfg.hp_pins[0])
5000 stac_issue_unsol_event(codec, spec->autocfg.hp_pins[0]);
5001 else if (spec->autocfg.line_out_pins[0])
5002 stac_issue_unsol_event(codec,
5003 spec->autocfg.line_out_pins[0]);
5004 }
Mattff6fdc32005-06-27 15:06:52 +02005005 return 0;
5006}
Matthew Ranostayc6798d22008-11-18 20:54:17 -05005007
Vitaliy Kulikov45eebda2011-07-26 16:56:20 -05005008static int stac92xx_suspend(struct hda_codec *codec, pm_message_t state)
5009{
5010 stac92xx_shutup(codec);
5011 return 0;
5012}
5013
Christoph Plattnerae6241f2009-03-08 23:19:05 +01005014#ifdef CONFIG_SND_HDA_POWER_SAVE
Vitaliy Kulikov45eebda2011-07-26 16:56:20 -05005015static int stac92xx_pre_resume(struct hda_codec *codec)
5016{
5017 struct sigmatel_spec *spec = codec->spec;
5018
5019 /* sync mute LED */
5020 if (spec->gpio_led) {
5021 if (spec->gpio_led <= 8) {
5022 stac_gpio_set(codec, spec->gpio_mask,
5023 spec->gpio_dir, spec->gpio_data);
5024 } else {
5025 stac_vrefout_set(codec,
5026 spec->gpio_led, spec->vref_led);
5027 }
5028 }
5029 return 0;
5030}
5031
5032static int stac92xx_post_suspend(struct hda_codec *codec)
5033{
5034 struct sigmatel_spec *spec = codec->spec;
5035 if (spec->gpio_led > 8) {
5036 /* with vref-out pin used for mute led control
5037 * codec AFG is prevented from D3 state, but on
5038 * system suspend it can (and should) be used
5039 */
5040 snd_hda_codec_read(codec, codec->afg, 0,
5041 AC_VERB_SET_POWER_STATE, AC_PWRST_D3);
5042 }
5043 return 0;
5044}
5045
5046static void stac92xx_set_power_state(struct hda_codec *codec, hda_nid_t fg,
5047 unsigned int power_state)
5048{
5049 unsigned int afg_power_state = power_state;
5050 struct sigmatel_spec *spec = codec->spec;
5051
5052 if (power_state == AC_PWRST_D3) {
5053 if (spec->gpio_led > 8) {
5054 /* with vref-out pin used for mute led control
5055 * codec AFG is prevented from D3 state
5056 */
5057 afg_power_state = AC_PWRST_D1;
5058 }
5059 /* this delay seems necessary to avoid click noise at power-down */
5060 msleep(100);
5061 }
5062 snd_hda_codec_read(codec, fg, 0, AC_VERB_SET_POWER_STATE,
5063 afg_power_state);
5064 snd_hda_codec_set_power_to_all(codec, fg, power_state, true);
5065}
5066
Vitaliy Kulikov7df1ce12011-07-25 17:52:57 -05005067/*
5068 * For this feature CONFIG_SND_HDA_POWER_SAVE is needed
5069 * as mute LED state is updated in check_power_status hook
5070 */
5071static int stac92xx_update_led_status(struct hda_codec *codec)
Christoph Plattnerae6241f2009-03-08 23:19:05 +01005072{
5073 struct sigmatel_spec *spec = codec->spec;
Vitaliy Kulikov7df1ce12011-07-25 17:52:57 -05005074 int i, num_ext_dacs, muted = 1;
Vitaliy Kulikov45eebda2011-07-26 16:56:20 -05005075 unsigned int muted_lvl, notmtd_lvl;
Vitaliy Kulikov7df1ce12011-07-25 17:52:57 -05005076 hda_nid_t nid;
Takashi Iwai6fce61a2009-03-10 07:48:57 +01005077
Vitaliy Kulikov45eebda2011-07-26 16:56:20 -05005078 if (!spec->gpio_led)
5079 return 0;
5080
Takashi Iwaic21bd022010-02-08 15:16:08 +01005081 for (i = 0; i < spec->multiout.num_dacs; i++) {
5082 nid = spec->multiout.dac_nids[i];
5083 if (!(snd_hda_codec_amp_read(codec, nid, 0, HDA_OUTPUT, 0) &
5084 HDA_AMP_MUTE)) {
5085 muted = 0; /* something heard */
5086 break;
Vitaliy Kulikov5bdaaad2009-11-04 07:57:45 +01005087 }
Takashi Iwaic21bd022010-02-08 15:16:08 +01005088 }
Vitaliy Kulikov7df1ce12011-07-25 17:52:57 -05005089 if (muted && spec->multiout.hp_nid)
5090 if (!(snd_hda_codec_amp_read(codec,
5091 spec->multiout.hp_nid, 0, HDA_OUTPUT, 0) &
5092 HDA_AMP_MUTE)) {
5093 muted = 0; /* HP is not muted */
5094 }
5095 num_ext_dacs = ARRAY_SIZE(spec->multiout.extra_out_nid);
5096 for (i = 0; muted && i < num_ext_dacs; i++) {
5097 nid = spec->multiout.extra_out_nid[i];
5098 if (nid == 0)
5099 break;
5100 if (!(snd_hda_codec_amp_read(codec, nid, 0, HDA_OUTPUT, 0) &
5101 HDA_AMP_MUTE)) {
5102 muted = 0; /* extra output is not muted */
5103 }
5104 }
Vitaliy Kulikov45eebda2011-07-26 16:56:20 -05005105 /*polarity defines *not* muted state level*/
5106 if (spec->gpio_led <= 8) {
5107 if (muted)
5108 spec->gpio_data &= ~spec->gpio_led; /* orange */
5109 else
5110 spec->gpio_data |= spec->gpio_led; /* white */
Vitaliy Kulikov5bdaaad2009-11-04 07:57:45 +01005111
Vitaliy Kulikov45eebda2011-07-26 16:56:20 -05005112 if (!spec->gpio_led_polarity) {
5113 /* LED state is inverted on these systems */
5114 spec->gpio_data ^= spec->gpio_led;
5115 }
5116 stac_gpio_set(codec, spec->gpio_mask,
5117 spec->gpio_dir, spec->gpio_data);
5118 } else {
5119 notmtd_lvl = spec->gpio_led_polarity ?
5120 AC_PINCTL_VREF_HIZ : AC_PINCTL_VREF_GRD;
5121 muted_lvl = spec->gpio_led_polarity ?
5122 AC_PINCTL_VREF_GRD : AC_PINCTL_VREF_HIZ;
5123 spec->vref_led = muted ? muted_lvl : notmtd_lvl;
5124 stac_vrefout_set(codec, spec->gpio_led, spec->vref_led);
Christoph Plattnerae6241f2009-03-08 23:19:05 +01005125 }
Takashi Iwaib4e81872009-11-18 17:20:24 +01005126 return 0;
5127}
Vitaliy Kulikov7df1ce12011-07-25 17:52:57 -05005128
5129/*
5130 * use power check for controlling mute led of HP notebooks
5131 */
5132static int stac92xx_check_power_status(struct hda_codec *codec,
5133 hda_nid_t nid)
5134{
5135 stac92xx_update_led_status(codec);
5136
5137 return 0;
5138}
Vitaliy Kulikov45eebda2011-07-26 16:56:20 -05005139#endif /* CONFIG_SND_HDA_POWER_SAVE */
Takashi Iwai2a439522011-07-26 09:52:50 +02005140#endif /* CONFIG_PM */
Mattff6fdc32005-06-27 15:06:52 +02005141
Takashi Iwai2b635362011-05-02 12:33:43 +02005142static const struct hda_codec_ops stac92xx_patch_ops = {
Matt2f2f4252005-04-13 14:45:30 +02005143 .build_controls = stac92xx_build_controls,
5144 .build_pcms = stac92xx_build_pcms,
5145 .init = stac92xx_init,
5146 .free = stac92xx_free,
Matt4e550962005-07-04 17:51:39 +02005147 .unsol_event = stac92xx_unsol_event,
Takashi Iwai2a439522011-07-26 09:52:50 +02005148#ifdef CONFIG_PM
Matthew Ranostayc6798d22008-11-18 20:54:17 -05005149 .suspend = stac92xx_suspend,
Mattff6fdc32005-06-27 15:06:52 +02005150 .resume = stac92xx_resume,
5151#endif
Takashi Iwaifb8d1a32009-11-10 16:02:29 +01005152 .reboot_notify = stac92xx_shutup,
Matt2f2f4252005-04-13 14:45:30 +02005153};
5154
5155static int patch_stac9200(struct hda_codec *codec)
5156{
5157 struct sigmatel_spec *spec;
Mattc7d4b2f2005-06-27 14:59:41 +02005158 int err;
Matt2f2f4252005-04-13 14:45:30 +02005159
Takashi Iwaie560d8d2005-09-09 14:21:46 +02005160 spec = kzalloc(sizeof(*spec), GFP_KERNEL);
Matt2f2f4252005-04-13 14:45:30 +02005161 if (spec == NULL)
5162 return -ENOMEM;
5163
Takashi Iwaia252c812009-12-25 22:56:20 +01005164 codec->no_trigger_sense = 1;
Matt2f2f4252005-04-13 14:45:30 +02005165 codec->spec = spec;
Daniel J Blueman1b0e3722010-08-03 11:09:13 +01005166 spec->linear_tone_beep = 1;
Takashi Iwaia4eed132007-07-06 18:17:04 +02005167 spec->num_pins = ARRAY_SIZE(stac9200_pin_nids);
Richard Fish11b44bb2006-08-23 18:31:34 +02005168 spec->pin_nids = stac9200_pin_nids;
Takashi Iwaif5fcc132006-11-24 17:07:44 +01005169 spec->board_config = snd_hda_check_board_config(codec, STAC_9200_MODELS,
5170 stac9200_models,
5171 stac9200_cfg_tbl);
Takashi Iwai330ee992009-02-20 14:33:36 +01005172 if (spec->board_config < 0)
Takashi Iwai9a11f1a2009-07-28 16:01:20 +02005173 snd_printdd(KERN_INFO "hda_codec: %s: BIOS auto-probing.\n",
5174 codec->chip_name);
Takashi Iwai330ee992009-02-20 14:33:36 +01005175 else
5176 stac92xx_set_config_regs(codec,
Takashi Iwaiaf9f3412008-11-18 10:38:56 +01005177 stac9200_brd_tbl[spec->board_config]);
Matt2f2f4252005-04-13 14:45:30 +02005178
5179 spec->multiout.max_channels = 2;
5180 spec->multiout.num_dacs = 1;
5181 spec->multiout.dac_nids = stac9200_dac_nids;
5182 spec->adc_nids = stac9200_adc_nids;
5183 spec->mux_nids = stac9200_mux_nids;
Mattdabbed62005-06-14 10:19:34 +02005184 spec->num_muxes = 1;
Matt Porter8b657272006-10-26 17:12:59 +02005185 spec->num_dmics = 0;
Maxim Levitsky9e05b7a2007-09-03 15:31:02 +02005186 spec->num_adcs = 1;
Matthew Ranostaya64135a2008-01-10 16:55:06 +01005187 spec->num_pwrs = 0;
Mattc7d4b2f2005-06-27 14:59:41 +02005188
Mauro Carvalho Chehab58eec422008-08-11 10:18:39 +02005189 if (spec->board_config == STAC_9200_M4 ||
5190 spec->board_config == STAC_9200_M4_2 ||
Tobin Davisbf277782008-02-03 20:31:47 +01005191 spec->board_config == STAC_9200_OQO)
Takashi Iwai1194b5b2007-10-10 10:04:26 +02005192 spec->init = stac9200_eapd_init;
5193 else
5194 spec->init = stac9200_core_init;
Matt2f2f4252005-04-13 14:45:30 +02005195 spec->mixer = stac9200_mixer;
Mattc7d4b2f2005-06-27 14:59:41 +02005196
Takashi Iwai117f2572008-03-18 09:53:23 +01005197 if (spec->board_config == STAC_9200_PANASONIC) {
5198 spec->gpio_mask = spec->gpio_dir = 0x09;
5199 spec->gpio_data = 0x00;
5200 }
5201
Mattc7d4b2f2005-06-27 14:59:41 +02005202 err = stac9200_parse_auto_config(codec);
5203 if (err < 0) {
5204 stac92xx_free(codec);
5205 return err;
5206 }
Matt2f2f4252005-04-13 14:45:30 +02005207
Takashi Iwai2acc9dc2009-01-09 16:57:14 +01005208 /* CF-74 has no headphone detection, and the driver should *NOT*
5209 * do detection and HP/speaker toggle because the hardware does it.
5210 */
5211 if (spec->board_config == STAC_9200_PANASONIC)
5212 spec->hp_detect = 0;
5213
Matt2f2f4252005-04-13 14:45:30 +02005214 codec->patch_ops = stac92xx_patch_ops;
5215
5216 return 0;
5217}
5218
Tobin Davis8e21c342007-01-08 11:04:17 +01005219static int patch_stac925x(struct hda_codec *codec)
5220{
5221 struct sigmatel_spec *spec;
5222 int err;
5223
5224 spec = kzalloc(sizeof(*spec), GFP_KERNEL);
5225 if (spec == NULL)
5226 return -ENOMEM;
5227
Takashi Iwaia252c812009-12-25 22:56:20 +01005228 codec->no_trigger_sense = 1;
Tobin Davis8e21c342007-01-08 11:04:17 +01005229 codec->spec = spec;
Daniel J Blueman1b0e3722010-08-03 11:09:13 +01005230 spec->linear_tone_beep = 1;
Takashi Iwaia4eed132007-07-06 18:17:04 +02005231 spec->num_pins = ARRAY_SIZE(stac925x_pin_nids);
Tobin Davis8e21c342007-01-08 11:04:17 +01005232 spec->pin_nids = stac925x_pin_nids;
Mauro Carvalho Chehab9cb36c22008-08-11 10:18:39 +02005233
5234 /* Check first for codec ID */
5235 spec->board_config = snd_hda_check_board_codec_sid_config(codec,
5236 STAC_925x_MODELS,
5237 stac925x_models,
5238 stac925x_codec_id_cfg_tbl);
5239
5240 /* Now checks for PCI ID, if codec ID is not found */
5241 if (spec->board_config < 0)
5242 spec->board_config = snd_hda_check_board_config(codec,
5243 STAC_925x_MODELS,
Tobin Davis8e21c342007-01-08 11:04:17 +01005244 stac925x_models,
5245 stac925x_cfg_tbl);
Takashi Iwai9e507ab2007-02-08 17:50:10 +01005246 again:
Takashi Iwai330ee992009-02-20 14:33:36 +01005247 if (spec->board_config < 0)
Takashi Iwai9a11f1a2009-07-28 16:01:20 +02005248 snd_printdd(KERN_INFO "hda_codec: %s: BIOS auto-probing.\n",
5249 codec->chip_name);
Takashi Iwai330ee992009-02-20 14:33:36 +01005250 else
5251 stac92xx_set_config_regs(codec,
Takashi Iwaiaf9f3412008-11-18 10:38:56 +01005252 stac925x_brd_tbl[spec->board_config]);
Tobin Davis8e21c342007-01-08 11:04:17 +01005253
5254 spec->multiout.max_channels = 2;
5255 spec->multiout.num_dacs = 1;
5256 spec->multiout.dac_nids = stac925x_dac_nids;
5257 spec->adc_nids = stac925x_adc_nids;
5258 spec->mux_nids = stac925x_mux_nids;
5259 spec->num_muxes = 1;
Maxim Levitsky9e05b7a2007-09-03 15:31:02 +02005260 spec->num_adcs = 1;
Matthew Ranostaya64135a2008-01-10 16:55:06 +01005261 spec->num_pwrs = 0;
Tobin Davis2c11f952007-05-17 09:36:34 +02005262 switch (codec->vendor_id) {
5263 case 0x83847632: /* STAC9202 */
5264 case 0x83847633: /* STAC9202D */
5265 case 0x83847636: /* STAC9251 */
5266 case 0x83847637: /* STAC9251D */
Takashi Iwaif6e98522007-10-16 14:27:04 +02005267 spec->num_dmics = STAC925X_NUM_DMICS;
Tobin Davis2c11f952007-05-17 09:36:34 +02005268 spec->dmic_nids = stac925x_dmic_nids;
Takashi Iwai1697055e2007-12-18 18:05:52 +01005269 spec->num_dmuxes = ARRAY_SIZE(stac925x_dmux_nids);
5270 spec->dmux_nids = stac925x_dmux_nids;
Tobin Davis2c11f952007-05-17 09:36:34 +02005271 break;
5272 default:
5273 spec->num_dmics = 0;
5274 break;
5275 }
Tobin Davis8e21c342007-01-08 11:04:17 +01005276
5277 spec->init = stac925x_core_init;
5278 spec->mixer = stac925x_mixer;
Takashi Iwai6479c632009-07-28 18:20:25 +02005279 spec->num_caps = 1;
5280 spec->capvols = stac925x_capvols;
5281 spec->capsws = stac925x_capsws;
Tobin Davis8e21c342007-01-08 11:04:17 +01005282
5283 err = stac92xx_parse_auto_config(codec, 0x8, 0x7);
Takashi Iwai9e507ab2007-02-08 17:50:10 +01005284 if (!err) {
5285 if (spec->board_config < 0) {
5286 printk(KERN_WARNING "hda_codec: No auto-config is "
5287 "available, default to model=ref\n");
5288 spec->board_config = STAC_925x_REF;
5289 goto again;
5290 }
5291 err = -EINVAL;
5292 }
Tobin Davis8e21c342007-01-08 11:04:17 +01005293 if (err < 0) {
5294 stac92xx_free(codec);
5295 return err;
5296 }
5297
5298 codec->patch_ops = stac92xx_patch_ops;
5299
5300 return 0;
5301}
5302
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01005303static int patch_stac92hd73xx(struct hda_codec *codec)
5304{
5305 struct sigmatel_spec *spec;
5306 hda_nid_t conn[STAC92HD73_DAC_COUNT + 2];
5307 int err = 0;
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01005308 int num_dacs;
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01005309
5310 spec = kzalloc(sizeof(*spec), GFP_KERNEL);
5311 if (spec == NULL)
5312 return -ENOMEM;
5313
Takashi Iwaia252c812009-12-25 22:56:20 +01005314 codec->no_trigger_sense = 1;
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01005315 codec->spec = spec;
Daniel J Blueman1b0e3722010-08-03 11:09:13 +01005316 spec->linear_tone_beep = 0;
Matthew Ranostaye99d32b2008-09-09 10:46:38 +02005317 codec->slave_dig_outs = stac92hd73xx_slave_dig_outs;
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01005318 spec->num_pins = ARRAY_SIZE(stac92hd73xx_pin_nids);
5319 spec->pin_nids = stac92hd73xx_pin_nids;
5320 spec->board_config = snd_hda_check_board_config(codec,
5321 STAC_92HD73XX_MODELS,
5322 stac92hd73xx_models,
5323 stac92hd73xx_cfg_tbl);
Takashi Iwai842ae632009-09-02 07:43:08 +02005324 /* check codec subsystem id if not found */
5325 if (spec->board_config < 0)
5326 spec->board_config =
5327 snd_hda_check_board_codec_sid_config(codec,
5328 STAC_92HD73XX_MODELS, stac92hd73xx_models,
5329 stac92hd73xx_codec_id_cfg_tbl);
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01005330again:
Takashi Iwai330ee992009-02-20 14:33:36 +01005331 if (spec->board_config < 0)
Takashi Iwai9a11f1a2009-07-28 16:01:20 +02005332 snd_printdd(KERN_INFO "hda_codec: %s: BIOS auto-probing.\n",
5333 codec->chip_name);
Takashi Iwai330ee992009-02-20 14:33:36 +01005334 else
5335 stac92xx_set_config_regs(codec,
Takashi Iwaiaf9f3412008-11-18 10:38:56 +01005336 stac92hd73xx_brd_tbl[spec->board_config]);
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01005337
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01005338 num_dacs = snd_hda_get_connections(codec, 0x0a,
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01005339 conn, STAC92HD73_DAC_COUNT + 2) - 1;
5340
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01005341 if (num_dacs < 3 || num_dacs > 5) {
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01005342 printk(KERN_WARNING "hda_codec: Could not determine "
5343 "number of channels defaulting to DAC count\n");
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01005344 num_dacs = STAC92HD73_DAC_COUNT;
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01005345 }
Takashi Iwaie2aec172009-09-02 01:00:05 +02005346 spec->init = stac92hd73xx_core_init;
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01005347 switch (num_dacs) {
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01005348 case 0x3: /* 6 Channel */
Takashi Iwaid78d7a92009-03-02 14:26:25 +01005349 spec->aloopback_ctl = stac92hd73xx_6ch_loopback;
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01005350 break;
5351 case 0x4: /* 8 Channel */
Takashi Iwaid78d7a92009-03-02 14:26:25 +01005352 spec->aloopback_ctl = stac92hd73xx_8ch_loopback;
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01005353 break;
5354 case 0x5: /* 10 Channel */
Takashi Iwaid78d7a92009-03-02 14:26:25 +01005355 spec->aloopback_ctl = stac92hd73xx_10ch_loopback;
5356 break;
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01005357 }
5358 spec->multiout.dac_nids = spec->dac_nids;
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01005359
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01005360 spec->aloopback_mask = 0x01;
5361 spec->aloopback_shift = 8;
5362
Matthew Ranostay1cd22242008-07-18 18:20:52 +02005363 spec->digbeep_nid = 0x1c;
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01005364 spec->mux_nids = stac92hd73xx_mux_nids;
5365 spec->adc_nids = stac92hd73xx_adc_nids;
5366 spec->dmic_nids = stac92hd73xx_dmic_nids;
5367 spec->dmux_nids = stac92hd73xx_dmux_nids;
Matthew Ranostayd9737752008-09-07 12:03:41 +02005368 spec->smux_nids = stac92hd73xx_smux_nids;
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01005369
5370 spec->num_muxes = ARRAY_SIZE(stac92hd73xx_mux_nids);
5371 spec->num_adcs = ARRAY_SIZE(stac92hd73xx_adc_nids);
Takashi Iwai1697055e2007-12-18 18:05:52 +01005372 spec->num_dmuxes = ARRAY_SIZE(stac92hd73xx_dmux_nids);
Matthew Ranostay2a9c7812008-09-13 16:45:39 -04005373
Takashi Iwai6479c632009-07-28 18:20:25 +02005374 spec->num_caps = STAC92HD73XX_NUM_CAPS;
5375 spec->capvols = stac92hd73xx_capvols;
5376 spec->capsws = stac92hd73xx_capsws;
5377
Matthew Ranostaya7662642008-02-21 07:51:14 +01005378 switch (spec->board_config) {
Matthew Ranostay6b3ab212008-11-03 08:12:43 -05005379 case STAC_DELL_EQ:
Matthew Ranostayd654a662008-03-14 08:46:51 +01005380 spec->init = dell_eq_core_init;
Matthew Ranostay6b3ab212008-11-03 08:12:43 -05005381 /* fallthru */
Takashi Iwai661cd8f2008-11-25 15:18:29 +01005382 case STAC_DELL_M6_AMIC:
5383 case STAC_DELL_M6_DMIC:
5384 case STAC_DELL_M6_BOTH:
Matthew Ranostay2a9c7812008-09-13 16:45:39 -04005385 spec->num_smuxes = 0;
Matthew Ranostayc0cea0d2008-11-16 11:42:34 -05005386 spec->eapd_switch = 0;
Matthew Ranostay6b3ab212008-11-03 08:12:43 -05005387
Takashi Iwai661cd8f2008-11-25 15:18:29 +01005388 switch (spec->board_config) {
5389 case STAC_DELL_M6_AMIC: /* Analog Mics */
Takashi Iwai330ee992009-02-20 14:33:36 +01005390 snd_hda_codec_set_pincfg(codec, 0x0b, 0x90A70170);
Matthew Ranostaya7662642008-02-21 07:51:14 +01005391 spec->num_dmics = 0;
5392 break;
Takashi Iwai661cd8f2008-11-25 15:18:29 +01005393 case STAC_DELL_M6_DMIC: /* Digital Mics */
Takashi Iwai330ee992009-02-20 14:33:36 +01005394 snd_hda_codec_set_pincfg(codec, 0x13, 0x90A60160);
Matthew Ranostaya7662642008-02-21 07:51:14 +01005395 spec->num_dmics = 1;
5396 break;
Takashi Iwai661cd8f2008-11-25 15:18:29 +01005397 case STAC_DELL_M6_BOTH: /* Both */
Takashi Iwai330ee992009-02-20 14:33:36 +01005398 snd_hda_codec_set_pincfg(codec, 0x0b, 0x90A70170);
5399 snd_hda_codec_set_pincfg(codec, 0x13, 0x90A60160);
Matthew Ranostaya7662642008-02-21 07:51:14 +01005400 spec->num_dmics = 1;
5401 break;
5402 }
5403 break;
Takashi Iwai842ae632009-09-02 07:43:08 +02005404 case STAC_ALIENWARE_M17X:
5405 spec->num_dmics = STAC92HD73XX_NUM_DMICS;
5406 spec->num_smuxes = ARRAY_SIZE(stac92hd73xx_smux_nids);
5407 spec->eapd_switch = 0;
5408 break;
Matthew Ranostaya7662642008-02-21 07:51:14 +01005409 default:
5410 spec->num_dmics = STAC92HD73XX_NUM_DMICS;
Matthew Ranostay2a9c7812008-09-13 16:45:39 -04005411 spec->num_smuxes = ARRAY_SIZE(stac92hd73xx_smux_nids);
Matthew Ranostayc0cea0d2008-11-16 11:42:34 -05005412 spec->eapd_switch = 1;
Takashi Iwai5207e102009-07-30 13:09:08 +02005413 break;
Matthew Ranostaya7662642008-02-21 07:51:14 +01005414 }
Takashi Iwaiaf6ee302009-09-14 15:03:12 +02005415 if (spec->board_config != STAC_92HD73XX_REF) {
Matthew Ranostayb2c4f4d2008-09-26 10:06:40 -04005416 /* GPIO0 High = Enable EAPD */
5417 spec->eapd_mask = spec->gpio_mask = spec->gpio_dir = 0x1;
5418 spec->gpio_data = 0x01;
5419 }
Matthew Ranostaya7662642008-02-21 07:51:14 +01005420
Matthew Ranostaya64135a2008-01-10 16:55:06 +01005421 spec->num_pwrs = ARRAY_SIZE(stac92hd73xx_pwr_nids);
5422 spec->pwr_nids = stac92hd73xx_pwr_nids;
5423
Matthew Ranostayd9737752008-09-07 12:03:41 +02005424 err = stac92xx_parse_auto_config(codec, 0x25, 0x27);
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01005425
5426 if (!err) {
5427 if (spec->board_config < 0) {
5428 printk(KERN_WARNING "hda_codec: No auto-config is "
5429 "available, default to model=ref\n");
5430 spec->board_config = STAC_92HD73XX_REF;
5431 goto again;
5432 }
5433 err = -EINVAL;
5434 }
5435
5436 if (err < 0) {
5437 stac92xx_free(codec);
5438 return err;
5439 }
5440
Takashi Iwai9e43f0d2008-12-17 14:51:01 +01005441 if (spec->board_config == STAC_92HD73XX_NO_JD)
5442 spec->hp_detect = 0;
5443
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01005444 codec->patch_ops = stac92xx_patch_ops;
5445
Takashi Iwai2d34e1b2008-11-28 14:35:16 +01005446 codec->proc_widget_hook = stac92hd7x_proc_hook;
5447
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01005448 return 0;
5449}
5450
Vitaliy Kulikovcbbf50b2011-01-14 17:21:13 -06005451static int hp_bnb2011_with_dock(struct hda_codec *codec)
Vitaliy Kulikov335e3b82010-10-22 18:38:31 -05005452{
5453 if (codec->vendor_id != 0x111d7605 &&
5454 codec->vendor_id != 0x111d76d1)
5455 return 0;
5456
5457 switch (codec->subsystem_id) {
5458 case 0x103c1618:
5459 case 0x103c1619:
5460 case 0x103c161a:
5461 case 0x103c161b:
5462 case 0x103c161c:
5463 case 0x103c161d:
5464 case 0x103c161e:
5465 case 0x103c161f:
Vitaliy Kulikov335e3b82010-10-22 18:38:31 -05005466
5467 case 0x103c162a:
5468 case 0x103c162b:
5469
5470 case 0x103c1630:
5471 case 0x103c1631:
5472
5473 case 0x103c1633:
Vitaliy Kulikovcbbf50b2011-01-14 17:21:13 -06005474 case 0x103c1634:
Vitaliy Kulikov335e3b82010-10-22 18:38:31 -05005475 case 0x103c1635:
5476
Vitaliy Kulikov335e3b82010-10-22 18:38:31 -05005477 case 0x103c3587:
5478 case 0x103c3588:
5479 case 0x103c3589:
5480 case 0x103c358a:
5481
5482 case 0x103c3667:
5483 case 0x103c3668:
Vitaliy Kulikovcbbf50b2011-01-14 17:21:13 -06005484 case 0x103c3669:
5485
5486 return 1;
Vitaliy Kulikov335e3b82010-10-22 18:38:31 -05005487 }
5488 return 0;
5489}
5490
Vitaliy Kulikov699d8992011-03-10 13:43:35 -06005491static void stac92hd8x_add_pin(struct hda_codec *codec, hda_nid_t nid)
5492{
5493 struct sigmatel_spec *spec = codec->spec;
5494 unsigned int def_conf = snd_hda_codec_get_pincfg(codec, nid);
5495 int i;
5496
5497 spec->auto_pin_nids[spec->auto_pin_cnt] = nid;
5498 spec->auto_pin_cnt++;
5499
5500 if (get_defcfg_device(def_conf) == AC_JACK_MIC_IN &&
5501 get_defcfg_connect(def_conf) != AC_JACK_PORT_NONE) {
5502 for (i = 0; i < ARRAY_SIZE(stac92hd83xxx_dmic_nids); i++) {
5503 if (nid == stac92hd83xxx_dmic_nids[i]) {
5504 spec->auto_dmic_nids[spec->auto_dmic_cnt] = nid;
5505 spec->auto_dmic_cnt++;
5506 }
5507 }
5508 }
5509}
5510
5511static void stac92hd8x_add_adc(struct hda_codec *codec, hda_nid_t nid)
5512{
5513 struct sigmatel_spec *spec = codec->spec;
5514
5515 spec->auto_adc_nids[spec->auto_adc_cnt] = nid;
5516 spec->auto_adc_cnt++;
5517}
5518
5519static void stac92hd8x_add_mux(struct hda_codec *codec, hda_nid_t nid)
5520{
5521 int i, j;
5522 struct sigmatel_spec *spec = codec->spec;
5523
5524 for (i = 0; i < spec->auto_adc_cnt; i++) {
5525 if (get_connection_index(codec,
5526 spec->auto_adc_nids[i], nid) >= 0) {
5527 /* mux and volume for adc_nids[i] */
5528 if (!spec->auto_mux_nids[i]) {
5529 spec->auto_mux_nids[i] = nid;
5530 /* 92hd codecs capture volume is in mux */
5531 spec->auto_capvols[i] = HDA_COMPOSE_AMP_VAL(nid,
5532 3, 0, HDA_OUTPUT);
5533 }
5534 for (j = 0; j < spec->auto_dmic_cnt; j++) {
5535 if (get_connection_index(codec, nid,
5536 spec->auto_dmic_nids[j]) >= 0) {
5537 /* dmux for adc_nids[i] */
5538 if (!spec->auto_dmux_nids[i])
5539 spec->auto_dmux_nids[i] = nid;
5540 break;
5541 }
5542 }
5543 break;
5544 }
5545 }
5546}
5547
5548static void stac92hd8x_fill_auto_spec(struct hda_codec *codec)
5549{
5550 hda_nid_t nid, end_nid;
5551 unsigned int wid_caps, wid_type;
5552 struct sigmatel_spec *spec = codec->spec;
5553
5554 end_nid = codec->start_nid + codec->num_nodes;
5555
5556 for (nid = codec->start_nid; nid < end_nid; nid++) {
5557 wid_caps = get_wcaps(codec, nid);
5558 wid_type = get_wcaps_type(wid_caps);
5559
5560 if (wid_type == AC_WID_PIN)
5561 stac92hd8x_add_pin(codec, nid);
5562
5563 if (wid_type == AC_WID_AUD_IN && !(wid_caps & AC_WCAP_DIGITAL))
5564 stac92hd8x_add_adc(codec, nid);
5565 }
5566
5567 for (nid = codec->start_nid; nid < end_nid; nid++) {
5568 wid_caps = get_wcaps(codec, nid);
5569 wid_type = get_wcaps_type(wid_caps);
5570
5571 if (wid_type == AC_WID_AUD_SEL)
5572 stac92hd8x_add_mux(codec, nid);
5573 }
5574
5575 spec->pin_nids = spec->auto_pin_nids;
5576 spec->num_pins = spec->auto_pin_cnt;
5577 spec->adc_nids = spec->auto_adc_nids;
5578 spec->num_adcs = spec->auto_adc_cnt;
5579 spec->capvols = spec->auto_capvols;
5580 spec->capsws = spec->auto_capvols;
5581 spec->num_caps = spec->auto_adc_cnt;
5582 spec->mux_nids = spec->auto_mux_nids;
5583 spec->num_muxes = spec->auto_adc_cnt;
5584 spec->dmux_nids = spec->auto_dmux_nids;
5585 spec->num_dmuxes = spec->auto_adc_cnt;
5586 spec->dmic_nids = spec->auto_dmic_nids;
5587 spec->num_dmics = spec->auto_dmic_cnt;
5588}
5589
Matthew Ranostayd0513fc2008-07-27 10:30:30 +02005590static int patch_stac92hd83xxx(struct hda_codec *codec)
5591{
5592 struct sigmatel_spec *spec;
5593 int err;
5594
5595 spec = kzalloc(sizeof(*spec), GFP_KERNEL);
5596 if (spec == NULL)
5597 return -ENOMEM;
5598
Vitaliy Kulikovcbbf50b2011-01-14 17:21:13 -06005599 if (hp_bnb2011_with_dock(codec)) {
5600 snd_hda_codec_set_pincfg(codec, 0xa, 0x2101201f);
5601 snd_hda_codec_set_pincfg(codec, 0xf, 0x2181205e);
5602 }
5603
Charles1cc9e8f2010-10-18 16:22:00 +08005604 /* reset pin power-down; Windows may leave these bits after reboot */
5605 snd_hda_codec_write_cache(codec, codec->afg, 0, 0x7EC, 0);
5606 snd_hda_codec_write_cache(codec, codec->afg, 0, 0x7ED, 0);
Takashi Iwaia252c812009-12-25 22:56:20 +01005607 codec->no_trigger_sense = 1;
Matthew Ranostayd0513fc2008-07-27 10:30:30 +02005608 codec->spec = spec;
Vitaliy Kulikov699d8992011-03-10 13:43:35 -06005609
5610 stac92hd8x_fill_auto_spec(codec);
5611
Takashi Iwai1db7ccdb2010-12-03 15:19:14 +01005612 spec->linear_tone_beep = 0;
Matthew Ranostay0ffa9802008-09-08 11:20:05 -04005613 codec->slave_dig_outs = stac92hd83xxx_slave_dig_outs;
Matthew Ranostayd0513fc2008-07-27 10:30:30 +02005614 spec->digbeep_nid = 0x21;
Matthew Ranostayd0513fc2008-07-27 10:30:30 +02005615 spec->pwr_nids = stac92hd83xxx_pwr_nids;
5616 spec->pwr_mapping = stac92hd83xxx_pwr_mapping;
5617 spec->num_pwrs = ARRAY_SIZE(stac92hd83xxx_pwr_nids);
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01005618 spec->multiout.dac_nids = spec->dac_nids;
Matthew Ranostayd0513fc2008-07-27 10:30:30 +02005619 spec->init = stac92hd83xxx_core_init;
Takashi Iwai6479c632009-07-28 18:20:25 +02005620
Matthew Ranostayd0513fc2008-07-27 10:30:30 +02005621 spec->board_config = snd_hda_check_board_config(codec,
5622 STAC_92HD83XXX_MODELS,
5623 stac92hd83xxx_models,
5624 stac92hd83xxx_cfg_tbl);
5625again:
Takashi Iwai330ee992009-02-20 14:33:36 +01005626 if (spec->board_config < 0)
Takashi Iwai9a11f1a2009-07-28 16:01:20 +02005627 snd_printdd(KERN_INFO "hda_codec: %s: BIOS auto-probing.\n",
5628 codec->chip_name);
Takashi Iwai330ee992009-02-20 14:33:36 +01005629 else
5630 stac92xx_set_config_regs(codec,
Takashi Iwaiaf9f3412008-11-18 10:38:56 +01005631 stac92hd83xxx_brd_tbl[spec->board_config]);
Matthew Ranostayd0513fc2008-07-27 10:30:30 +02005632
Matthew Ranostay32ed3f42009-01-22 20:53:29 -05005633 switch (codec->vendor_id) {
David Henningsson89feca12010-10-13 15:48:24 +02005634 case 0x111d76d1:
5635 case 0x111d76d9:
David Henningsson6656b152011-09-24 08:30:44 +02005636 case 0x111d76df:
Vitaliy Kulikov4dfb8a42011-02-22 17:32:19 -06005637 case 0x111d76e5:
Charles Chin36706002010-01-29 12:05:51 +01005638 case 0x111d7666:
5639 case 0x111d7667:
5640 case 0x111d7668:
5641 case 0x111d7669:
Vitaliy Kulikov4dfb8a42011-02-22 17:32:19 -06005642 case 0x111d76e3:
Matthew Ranostay32ed3f42009-01-22 20:53:29 -05005643 case 0x111d7604:
Vitaliy Kulikova9694fa2010-02-04 08:58:23 +01005644 case 0x111d76d4:
Matthew Ranostay32ed3f42009-01-22 20:53:29 -05005645 case 0x111d7605:
Matthew Ranostayff2e7332009-04-01 14:49:48 -04005646 case 0x111d76d5:
Vitaliy Kulikovab5a6eb2010-09-08 09:00:17 +02005647 case 0x111d76e7:
Matthew Ranostay32ed3f42009-01-22 20:53:29 -05005648 if (spec->board_config == STAC_92HD83XXX_PWR_REF)
5649 break;
5650 spec->num_pwrs = 0;
5651 break;
5652 }
5653
Takashi Iwaib4e81872009-11-18 17:20:24 +01005654 codec->patch_ops = stac92xx_patch_ops;
5655
Takashi Iwaidce17d42010-02-09 09:25:26 +01005656 if (find_mute_led_gpio(codec, 0))
Vitaliy Kulikove108c7b2010-01-28 19:21:07 +01005657 snd_printd("mute LED gpio %d polarity %d\n",
5658 spec->gpio_led,
5659 spec->gpio_led_polarity);
5660
Takashi Iwaib4e81872009-11-18 17:20:24 +01005661#ifdef CONFIG_SND_HDA_POWER_SAVE
5662 if (spec->gpio_led) {
Vitaliy Kulikov45eebda2011-07-26 16:56:20 -05005663 if (spec->gpio_led <= 8) {
5664 spec->gpio_mask |= spec->gpio_led;
5665 spec->gpio_dir |= spec->gpio_led;
5666 spec->gpio_data |= spec->gpio_led;
5667 } else {
5668 codec->patch_ops.set_power_state =
5669 stac92xx_set_power_state;
5670 codec->patch_ops.post_suspend =
5671 stac92xx_post_suspend;
5672 }
5673 codec->patch_ops.pre_resume = stac92xx_pre_resume;
Takashi Iwaib4e81872009-11-18 17:20:24 +01005674 codec->patch_ops.check_power_status =
Vitaliy Kulikov7df1ce12011-07-25 17:52:57 -05005675 stac92xx_check_power_status;
Takashi Iwaib4e81872009-11-18 17:20:24 +01005676 }
5677#endif
5678
Matthew Ranostayd0513fc2008-07-27 10:30:30 +02005679 err = stac92xx_parse_auto_config(codec, 0x1d, 0);
5680 if (!err) {
5681 if (spec->board_config < 0) {
5682 printk(KERN_WARNING "hda_codec: No auto-config is "
5683 "available, default to model=ref\n");
5684 spec->board_config = STAC_92HD83XXX_REF;
5685 goto again;
5686 }
5687 err = -EINVAL;
5688 }
5689
5690 if (err < 0) {
5691 stac92xx_free(codec);
5692 return err;
5693 }
5694
Takashi Iwai2d34e1b2008-11-28 14:35:16 +01005695 codec->proc_widget_hook = stac92hd_proc_hook;
5696
Matthew Ranostayd0513fc2008-07-27 10:30:30 +02005697 return 0;
5698}
5699
Herton Ronaldo Krzesinski6df703a2009-02-04 11:34:22 -05005700static int stac92hd71bxx_connected_smuxes(struct hda_codec *codec,
5701 hda_nid_t dig0pin)
5702{
5703 struct sigmatel_spec *spec = codec->spec;
5704 int idx;
5705
5706 for (idx = 0; idx < spec->num_pins; idx++)
5707 if (spec->pin_nids[idx] == dig0pin)
5708 break;
5709 if ((idx + 2) >= spec->num_pins)
5710 return 0;
5711
5712 /* dig1pin case */
Takashi Iwai330ee992009-02-20 14:33:36 +01005713 if (stac_get_defcfg_connect(codec, idx + 1) != AC_JACK_PORT_NONE)
Herton Ronaldo Krzesinski6df703a2009-02-04 11:34:22 -05005714 return 2;
5715
5716 /* dig0pin + dig2pin case */
Takashi Iwai330ee992009-02-20 14:33:36 +01005717 if (stac_get_defcfg_connect(codec, idx + 2) != AC_JACK_PORT_NONE)
Herton Ronaldo Krzesinski6df703a2009-02-04 11:34:22 -05005718 return 2;
Takashi Iwai330ee992009-02-20 14:33:36 +01005719 if (stac_get_defcfg_connect(codec, idx) != AC_JACK_PORT_NONE)
Herton Ronaldo Krzesinski6df703a2009-02-04 11:34:22 -05005720 return 1;
5721 else
5722 return 0;
5723}
5724
Takashi Iwai75d1aeb2009-12-22 11:56:32 +01005725/* HP dv7 bass switch - GPIO5 */
5726#define stac_hp_bass_gpio_info snd_ctl_boolean_mono_info
5727static int stac_hp_bass_gpio_get(struct snd_kcontrol *kcontrol,
5728 struct snd_ctl_elem_value *ucontrol)
5729{
5730 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
5731 struct sigmatel_spec *spec = codec->spec;
5732 ucontrol->value.integer.value[0] = !!(spec->gpio_data & 0x20);
5733 return 0;
5734}
5735
5736static int stac_hp_bass_gpio_put(struct snd_kcontrol *kcontrol,
5737 struct snd_ctl_elem_value *ucontrol)
5738{
5739 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
5740 struct sigmatel_spec *spec = codec->spec;
5741 unsigned int gpio_data;
5742
5743 gpio_data = (spec->gpio_data & ~0x20) |
5744 (ucontrol->value.integer.value[0] ? 0x20 : 0);
5745 if (gpio_data == spec->gpio_data)
5746 return 0;
5747 spec->gpio_data = gpio_data;
5748 stac_gpio_set(codec, spec->gpio_mask, spec->gpio_dir, spec->gpio_data);
5749 return 1;
5750}
5751
Takashi Iwai2b635362011-05-02 12:33:43 +02005752static const struct snd_kcontrol_new stac_hp_bass_sw_ctrl = {
Takashi Iwai75d1aeb2009-12-22 11:56:32 +01005753 .iface = SNDRV_CTL_ELEM_IFACE_MIXER,
5754 .info = stac_hp_bass_gpio_info,
5755 .get = stac_hp_bass_gpio_get,
5756 .put = stac_hp_bass_gpio_put,
5757};
5758
5759static int stac_add_hp_bass_switch(struct hda_codec *codec)
5760{
5761 struct sigmatel_spec *spec = codec->spec;
5762
5763 if (!stac_control_new(spec, &stac_hp_bass_sw_ctrl,
5764 "Bass Speaker Playback Switch", 0))
5765 return -ENOMEM;
5766
5767 spec->gpio_mask |= 0x20;
5768 spec->gpio_dir |= 0x20;
5769 spec->gpio_data |= 0x20;
5770 return 0;
5771}
5772
Matthew Ranostaye035b842007-11-06 11:53:55 +01005773static int patch_stac92hd71bxx(struct hda_codec *codec)
5774{
5775 struct sigmatel_spec *spec;
Takashi Iwai2b635362011-05-02 12:33:43 +02005776 const struct hda_verb *unmute_init = stac92hd71bxx_unmute_core_init;
Vitaliy Kulikov5bdaaad2009-11-04 07:57:45 +01005777 unsigned int pin_cfg;
Matthew Ranostaye035b842007-11-06 11:53:55 +01005778 int err = 0;
5779
5780 spec = kzalloc(sizeof(*spec), GFP_KERNEL);
5781 if (spec == NULL)
5782 return -ENOMEM;
5783
Takashi Iwaia252c812009-12-25 22:56:20 +01005784 codec->no_trigger_sense = 1;
Matthew Ranostaye035b842007-11-06 11:53:55 +01005785 codec->spec = spec;
Daniel J Blueman1b0e3722010-08-03 11:09:13 +01005786 spec->linear_tone_beep = 0;
Matthew Ranostay8daaaa92008-08-15 07:45:52 +02005787 codec->patch_ops = stac92xx_patch_ops;
Herton Ronaldo Krzesinski616f89e2009-02-04 11:23:19 -05005788 spec->num_pins = STAC92HD71BXX_NUM_PINS;
5789 switch (codec->vendor_id) {
5790 case 0x111d76b6:
5791 case 0x111d76b7:
5792 spec->pin_nids = stac92hd71bxx_pin_nids_4port;
5793 break;
5794 case 0x111d7603:
5795 case 0x111d7608:
5796 /* On 92HD75Bx 0x27 isn't a pin nid */
5797 spec->num_pins--;
5798 /* fallthrough */
5799 default:
5800 spec->pin_nids = stac92hd71bxx_pin_nids_6port;
5801 }
Matthew Ranostayaafc4412008-06-13 18:04:33 +02005802 spec->num_pwrs = ARRAY_SIZE(stac92hd71bxx_pwr_nids);
Matthew Ranostaye035b842007-11-06 11:53:55 +01005803 spec->board_config = snd_hda_check_board_config(codec,
5804 STAC_92HD71BXX_MODELS,
5805 stac92hd71bxx_models,
5806 stac92hd71bxx_cfg_tbl);
5807again:
Takashi Iwai330ee992009-02-20 14:33:36 +01005808 if (spec->board_config < 0)
Takashi Iwai9a11f1a2009-07-28 16:01:20 +02005809 snd_printdd(KERN_INFO "hda_codec: %s: BIOS auto-probing.\n",
5810 codec->chip_name);
Takashi Iwai330ee992009-02-20 14:33:36 +01005811 else
5812 stac92xx_set_config_regs(codec,
Takashi Iwaiaf9f3412008-11-18 10:38:56 +01005813 stac92hd71bxx_brd_tbl[spec->board_config]);
Matthew Ranostaye035b842007-11-06 11:53:55 +01005814
Takashi Iwaifc64b262009-09-14 15:33:01 +02005815 if (spec->board_config != STAC_92HD71BXX_REF) {
Takashi Iwai41c3b642008-11-18 10:45:15 +01005816 /* GPIO0 = EAPD */
5817 spec->gpio_mask = 0x01;
5818 spec->gpio_dir = 0x01;
5819 spec->gpio_data = 0x01;
5820 }
5821
Herton Ronaldo Krzesinski6df703a2009-02-04 11:34:22 -05005822 spec->dmic_nids = stac92hd71bxx_dmic_nids;
5823 spec->dmux_nids = stac92hd71bxx_dmux_nids;
5824
Takashi Iwai6479c632009-07-28 18:20:25 +02005825 spec->num_caps = STAC92HD71BXX_NUM_CAPS;
5826 spec->capvols = stac92hd71bxx_capvols;
5827 spec->capsws = stac92hd71bxx_capsws;
5828
Matthew Ranostay541eee82007-12-14 12:08:04 +01005829 switch (codec->vendor_id) {
5830 case 0x111d76b6: /* 4 Port without Analog Mixer */
5831 case 0x111d76b7:
Herton Ronaldo Krzesinski23c7b522009-02-08 19:51:28 -02005832 unmute_init++;
5833 /* fallthru */
Matthew Ranostay541eee82007-12-14 12:08:04 +01005834 case 0x111d76b4: /* 6 Port without Analog Mixer */
5835 case 0x111d76b5:
Matthew Ranostay541eee82007-12-14 12:08:04 +01005836 spec->init = stac92hd71bxx_core_init;
Matthew Ranostay0ffa9802008-09-08 11:20:05 -04005837 codec->slave_dig_outs = stac92hd71bxx_slave_dig_outs;
Vitaliy Kulikovab5a6eb2010-09-08 09:00:17 +02005838 spec->num_dmics = stac92xx_connected_ports(codec,
Herton Ronaldo Krzesinski6df703a2009-02-04 11:34:22 -05005839 stac92hd71bxx_dmic_nids,
5840 STAC92HD71BXX_NUM_DMICS);
Matthew Ranostay541eee82007-12-14 12:08:04 +01005841 break;
Matthew Ranostayaafc4412008-06-13 18:04:33 +02005842 case 0x111d7608: /* 5 Port with Analog Mixer */
Takashi Iwai8e5f2622008-11-15 19:28:54 +01005843 switch (spec->board_config) {
5844 case STAC_HP_M4:
Matthew Ranostay72474be2008-10-09 09:32:17 -04005845 /* Enable VREF power saving on GPIO1 detect */
Takashi Iwaic6e4c662008-11-25 11:58:19 +01005846 err = stac_add_event(spec, codec->afg,
5847 STAC_VREF_EVENT, 0x02);
5848 if (err < 0)
5849 return err;
Takashi Iwaic5d08bb2008-11-18 10:55:36 +01005850 snd_hda_codec_write_cache(codec, codec->afg, 0,
Matthew Ranostay72474be2008-10-09 09:32:17 -04005851 AC_VERB_SET_GPIO_UNSOLICITED_RSP_MASK, 0x02);
5852 snd_hda_codec_write_cache(codec, codec->afg, 0,
Matthew Ranostay74aeaab2008-10-25 01:06:04 -04005853 AC_VERB_SET_UNSOLICITED_ENABLE,
Takashi Iwaic6e4c662008-11-25 11:58:19 +01005854 AC_USRSP_EN | err);
Matthew Ranostay72474be2008-10-09 09:32:17 -04005855 spec->gpio_mask |= 0x02;
5856 break;
5857 }
Matthew Ranostay8daaaa92008-08-15 07:45:52 +02005858 if ((codec->revision_id & 0xf) == 0 ||
Takashi Iwai8c2f7672008-12-01 11:54:35 +01005859 (codec->revision_id & 0xf) == 1)
Matthew Ranostay8daaaa92008-08-15 07:45:52 +02005860 spec->stream_delay = 40; /* 40 milliseconds */
Matthew Ranostay8daaaa92008-08-15 07:45:52 +02005861
Matthew Ranostayaafc4412008-06-13 18:04:33 +02005862 /* no output amps */
5863 spec->num_pwrs = 0;
Matthew Ranostayaafc4412008-06-13 18:04:33 +02005864 /* disable VSW */
Takashi Iwai26a27982009-07-29 16:28:09 +02005865 spec->init = stac92hd71bxx_core_init;
Matthew Ranostayca8d33f2009-01-26 09:33:52 -05005866 unmute_init++;
Takashi Iwai330ee992009-02-20 14:33:36 +01005867 snd_hda_codec_set_pincfg(codec, 0x0f, 0x40f000f0);
5868 snd_hda_codec_set_pincfg(codec, 0x19, 0x40f000f3);
Takashi Iwai2b635362011-05-02 12:33:43 +02005869 spec->dmic_nids = stac92hd71bxx_dmic_5port_nids;
Vitaliy Kulikovab5a6eb2010-09-08 09:00:17 +02005870 spec->num_dmics = stac92xx_connected_ports(codec,
Takashi Iwai2b635362011-05-02 12:33:43 +02005871 stac92hd71bxx_dmic_5port_nids,
Herton Ronaldo Krzesinski6df703a2009-02-04 11:34:22 -05005872 STAC92HD71BXX_NUM_DMICS - 1);
Matthew Ranostayaafc4412008-06-13 18:04:33 +02005873 break;
5874 case 0x111d7603: /* 6 Port with Analog Mixer */
Takashi Iwai8c2f7672008-12-01 11:54:35 +01005875 if ((codec->revision_id & 0xf) == 1)
Matthew Ranostay8daaaa92008-08-15 07:45:52 +02005876 spec->stream_delay = 40; /* 40 milliseconds */
Matthew Ranostay8daaaa92008-08-15 07:45:52 +02005877
Matthew Ranostayaafc4412008-06-13 18:04:33 +02005878 /* no output amps */
5879 spec->num_pwrs = 0;
5880 /* fallthru */
Matthew Ranostay541eee82007-12-14 12:08:04 +01005881 default:
Takashi Iwai26a27982009-07-29 16:28:09 +02005882 spec->init = stac92hd71bxx_core_init;
Matthew Ranostay0ffa9802008-09-08 11:20:05 -04005883 codec->slave_dig_outs = stac92hd71bxx_slave_dig_outs;
Vitaliy Kulikovab5a6eb2010-09-08 09:00:17 +02005884 spec->num_dmics = stac92xx_connected_ports(codec,
Herton Ronaldo Krzesinski6df703a2009-02-04 11:34:22 -05005885 stac92hd71bxx_dmic_nids,
5886 STAC92HD71BXX_NUM_DMICS);
Takashi Iwai5207e102009-07-30 13:09:08 +02005887 break;
Matthew Ranostay541eee82007-12-14 12:08:04 +01005888 }
5889
Matthew Ranostayca8d33f2009-01-26 09:33:52 -05005890 if (get_wcaps(codec, 0xa) & AC_WCAP_IN_AMP)
5891 snd_hda_sequence_write_cache(codec, unmute_init);
5892
Takashi Iwaid78d7a92009-03-02 14:26:25 +01005893 spec->aloopback_ctl = stac92hd71bxx_loopback;
Matthew Ranostay4b33c762008-10-10 09:07:23 -04005894 spec->aloopback_mask = 0x50;
Matthew Ranostay541eee82007-12-14 12:08:04 +01005895 spec->aloopback_shift = 0;
5896
Matthew Ranostay8daaaa92008-08-15 07:45:52 +02005897 spec->powerdown_adcs = 1;
Matthew Ranostay1cd22242008-07-18 18:20:52 +02005898 spec->digbeep_nid = 0x26;
Matthew Ranostaye035b842007-11-06 11:53:55 +01005899 spec->mux_nids = stac92hd71bxx_mux_nids;
5900 spec->adc_nids = stac92hd71bxx_adc_nids;
Matthew Ranostayd9737752008-09-07 12:03:41 +02005901 spec->smux_nids = stac92hd71bxx_smux_nids;
Matthew Ranostayaafc4412008-06-13 18:04:33 +02005902 spec->pwr_nids = stac92hd71bxx_pwr_nids;
Matthew Ranostaye035b842007-11-06 11:53:55 +01005903
5904 spec->num_muxes = ARRAY_SIZE(stac92hd71bxx_mux_nids);
5905 spec->num_adcs = ARRAY_SIZE(stac92hd71bxx_adc_nids);
Takashi Iwai5207e102009-07-30 13:09:08 +02005906 spec->num_dmuxes = ARRAY_SIZE(stac92hd71bxx_dmux_nids);
Herton Ronaldo Krzesinski6df703a2009-02-04 11:34:22 -05005907 spec->num_smuxes = stac92hd71bxx_connected_smuxes(codec, 0x1e);
Matthew Ranostaye035b842007-11-06 11:53:55 +01005908
Kunal Gangakhedkard38cce72010-01-15 21:01:47 +05305909 snd_printdd("Found board config: %d\n", spec->board_config);
5910
Matthew Ranostay6a14f582008-09-12 12:02:30 -04005911 switch (spec->board_config) {
5912 case STAC_HP_M4:
Matthew Ranostay6a14f582008-09-12 12:02:30 -04005913 /* enable internal microphone */
Takashi Iwai330ee992009-02-20 14:33:36 +01005914 snd_hda_codec_set_pincfg(codec, 0x0e, 0x01813040);
Matthew Ranostayb9aea712008-10-09 08:37:28 -04005915 stac92xx_auto_set_pinctl(codec, 0x0e,
5916 AC_PINCTL_IN_EN | AC_PINCTL_VREF_80);
Matthew Ranostay3a7abfd2008-11-20 21:21:43 -05005917 /* fallthru */
5918 case STAC_DELL_M4_2:
5919 spec->num_dmics = 0;
5920 spec->num_smuxes = 0;
5921 spec->num_dmuxes = 0;
5922 break;
5923 case STAC_DELL_M4_1:
5924 case STAC_DELL_M4_3:
5925 spec->num_dmics = 1;
5926 spec->num_smuxes = 0;
Takashi Iwaiea18aa42009-02-27 17:36:33 +01005927 spec->num_dmuxes = 1;
Matthew Ranostay6a14f582008-09-12 12:02:30 -04005928 break;
James Gardiner514bf542009-05-03 04:00:44 -04005929 case STAC_HP_DV4_1222NR:
5930 spec->num_dmics = 1;
5931 /* I don't know if it needs 1 or 2 smuxes - will wait for
5932 * bug reports to fix if needed
5933 */
5934 spec->num_smuxes = 1;
5935 spec->num_dmuxes = 1;
James Gardiner514bf542009-05-03 04:00:44 -04005936 /* fallthrough */
Takashi Iwai2a6ce6e2010-05-12 10:16:20 +02005937 case STAC_HP_DV4:
5938 spec->gpio_led = 0x01;
5939 /* fallthrough */
Herton Ronaldo Krzesinskie2ea57a2009-02-16 10:23:00 +01005940 case STAC_HP_DV5:
Takashi Iwai330ee992009-02-20 14:33:36 +01005941 snd_hda_codec_set_pincfg(codec, 0x0d, 0x90170010);
Herton Ronaldo Krzesinskie2ea57a2009-02-16 10:23:00 +01005942 stac92xx_auto_set_pinctl(codec, 0x0d, AC_PINCTL_OUT_EN);
Takashi Iwai6e34c032009-09-14 15:42:18 +02005943 /* HP dv6 gives the headphone pin as a line-out. Thus we
5944 * need to set hp_detect flag here to force to enable HP
5945 * detection.
5946 */
5947 spec->hp_detect = 1;
Herton Ronaldo Krzesinskie2ea57a2009-02-16 10:23:00 +01005948 break;
Christoph Plattnerae6241f2009-03-08 23:19:05 +01005949 case STAC_HP_HDX:
5950 spec->num_dmics = 1;
5951 spec->num_dmuxes = 1;
5952 spec->num_smuxes = 1;
Takashi Iwai26ebe0a2010-05-11 08:36:29 +02005953 spec->gpio_led = 0x08;
Takashi Iwai86d190e2009-05-26 15:18:58 +02005954 break;
5955 }
Christoph Plattner443e26d2009-03-10 00:05:56 +01005956
Vitaliy Kulikovc357aab2009-12-11 07:51:54 +01005957 if (hp_blike_system(codec->subsystem_id)) {
Vitaliy Kulikov5bdaaad2009-11-04 07:57:45 +01005958 pin_cfg = snd_hda_codec_get_pincfg(codec, 0x0f);
5959 if (get_defcfg_device(pin_cfg) == AC_JACK_LINE_OUT ||
5960 get_defcfg_device(pin_cfg) == AC_JACK_SPEAKER ||
5961 get_defcfg_device(pin_cfg) == AC_JACK_HP_OUT) {
5962 /* It was changed in the BIOS to just satisfy MS DTM.
5963 * Lets turn it back into slaved HP
5964 */
5965 pin_cfg = (pin_cfg & (~AC_DEFCFG_DEVICE))
5966 | (AC_JACK_HP_OUT <<
5967 AC_DEFCFG_DEVICE_SHIFT);
5968 pin_cfg = (pin_cfg & (~(AC_DEFCFG_DEF_ASSOC
5969 | AC_DEFCFG_SEQUENCE)))
5970 | 0x1f;
5971 snd_hda_codec_set_pincfg(codec, 0x0f, pin_cfg);
5972 }
5973 }
5974
Takashi Iwaidce17d42010-02-09 09:25:26 +01005975 if (find_mute_led_gpio(codec, 1))
Vitaliy Kulikovc357aab2009-12-11 07:51:54 +01005976 snd_printd("mute LED gpio %d polarity %d\n",
5977 spec->gpio_led,
5978 spec->gpio_led_polarity);
Vitaliy Kulikov5bdaaad2009-11-04 07:57:45 +01005979
Takashi Iwai86d190e2009-05-26 15:18:58 +02005980#ifdef CONFIG_SND_HDA_POWER_SAVE
5981 if (spec->gpio_led) {
Vitaliy Kulikov45eebda2011-07-26 16:56:20 -05005982 if (spec->gpio_led <= 8) {
5983 spec->gpio_mask |= spec->gpio_led;
5984 spec->gpio_dir |= spec->gpio_led;
5985 spec->gpio_data |= spec->gpio_led;
5986 } else {
5987 codec->patch_ops.set_power_state =
5988 stac92xx_set_power_state;
5989 codec->patch_ops.post_suspend =
5990 stac92xx_post_suspend;
5991 }
5992 codec->patch_ops.pre_resume = stac92xx_pre_resume;
Takashi Iwai6fce61a2009-03-10 07:48:57 +01005993 codec->patch_ops.check_power_status =
Vitaliy Kulikov7df1ce12011-07-25 17:52:57 -05005994 stac92xx_check_power_status;
Takashi Iwai86d190e2009-05-26 15:18:58 +02005995 }
Christoph Plattner443e26d2009-03-10 00:05:56 +01005996#endif
Matthew Ranostay6a14f582008-09-12 12:02:30 -04005997
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01005998 spec->multiout.dac_nids = spec->dac_nids;
Matthew Ranostaye035b842007-11-06 11:53:55 +01005999
Herton Ronaldo Krzesinski29d4ab42009-02-04 11:37:27 -05006000 err = stac92xx_parse_auto_config(codec, 0x21, 0);
Matthew Ranostaye035b842007-11-06 11:53:55 +01006001 if (!err) {
6002 if (spec->board_config < 0) {
6003 printk(KERN_WARNING "hda_codec: No auto-config is "
6004 "available, default to model=ref\n");
6005 spec->board_config = STAC_92HD71BXX_REF;
6006 goto again;
6007 }
6008 err = -EINVAL;
6009 }
6010
6011 if (err < 0) {
6012 stac92xx_free(codec);
6013 return err;
6014 }
6015
Takashi Iwai75d1aeb2009-12-22 11:56:32 +01006016 /* enable bass on HP dv7 */
Takashi Iwai2a6ce6e2010-05-12 10:16:20 +02006017 if (spec->board_config == STAC_HP_DV4 ||
6018 spec->board_config == STAC_HP_DV5) {
Takashi Iwai75d1aeb2009-12-22 11:56:32 +01006019 unsigned int cap;
6020 cap = snd_hda_param_read(codec, 0x1, AC_PAR_GPIO_CAP);
6021 cap &= AC_GPIO_IO_COUNT;
6022 if (cap >= 6)
6023 stac_add_hp_bass_switch(codec);
6024 }
6025
Takashi Iwai2d34e1b2008-11-28 14:35:16 +01006026 codec->proc_widget_hook = stac92hd7x_proc_hook;
6027
Matthew Ranostaye035b842007-11-06 11:53:55 +01006028 return 0;
Takashi Iwai86d190e2009-05-26 15:18:58 +02006029}
Matthew Ranostaye035b842007-11-06 11:53:55 +01006030
Matt2f2f4252005-04-13 14:45:30 +02006031static int patch_stac922x(struct hda_codec *codec)
6032{
6033 struct sigmatel_spec *spec;
Mattc7d4b2f2005-06-27 14:59:41 +02006034 int err;
Matt2f2f4252005-04-13 14:45:30 +02006035
Takashi Iwaie560d8d2005-09-09 14:21:46 +02006036 spec = kzalloc(sizeof(*spec), GFP_KERNEL);
Matt2f2f4252005-04-13 14:45:30 +02006037 if (spec == NULL)
6038 return -ENOMEM;
6039
Takashi Iwaia252c812009-12-25 22:56:20 +01006040 codec->no_trigger_sense = 1;
Matt2f2f4252005-04-13 14:45:30 +02006041 codec->spec = spec;
Daniel J Blueman1b0e3722010-08-03 11:09:13 +01006042 spec->linear_tone_beep = 1;
Takashi Iwaia4eed132007-07-06 18:17:04 +02006043 spec->num_pins = ARRAY_SIZE(stac922x_pin_nids);
Richard Fish11b44bb2006-08-23 18:31:34 +02006044 spec->pin_nids = stac922x_pin_nids;
Takashi Iwaif5fcc132006-11-24 17:07:44 +01006045 spec->board_config = snd_hda_check_board_config(codec, STAC_922X_MODELS,
6046 stac922x_models,
6047 stac922x_cfg_tbl);
Nicolas Boichat536319a2008-07-21 22:18:01 +08006048 if (spec->board_config == STAC_INTEL_MAC_AUTO) {
Matthew Ranostay4fe51952008-01-29 15:28:44 +01006049 spec->gpio_mask = spec->gpio_dir = 0x03;
6050 spec->gpio_data = 0x03;
Takashi Iwai3fc24d82007-02-16 13:27:18 +01006051 /* Intel Macs have all same PCI SSID, so we need to check
6052 * codec SSID to distinguish the exact models
6053 */
Nicolas Boichat6f0778d2007-03-15 12:38:15 +01006054 printk(KERN_INFO "hda_codec: STAC922x, Apple subsys_id=%x\n", codec->subsystem_id);
Takashi Iwai3fc24d82007-02-16 13:27:18 +01006055 switch (codec->subsystem_id) {
Ivan N. Zlatev5d5d3bc2007-05-29 16:03:00 +02006056
6057 case 0x106b0800:
6058 spec->board_config = STAC_INTEL_MAC_V1;
Abhijit Bhopatkarc45e20e2007-04-17 11:57:16 +02006059 break;
Ivan N. Zlatev5d5d3bc2007-05-29 16:03:00 +02006060 case 0x106b0600:
6061 case 0x106b0700:
6062 spec->board_config = STAC_INTEL_MAC_V2;
Nicolas Boichat6f0778d2007-03-15 12:38:15 +01006063 break;
Ivan N. Zlatev5d5d3bc2007-05-29 16:03:00 +02006064 case 0x106b0e00:
6065 case 0x106b0f00:
6066 case 0x106b1600:
6067 case 0x106b1700:
6068 case 0x106b0200:
6069 case 0x106b1e00:
6070 spec->board_config = STAC_INTEL_MAC_V3;
Takashi Iwai3fc24d82007-02-16 13:27:18 +01006071 break;
Ivan N. Zlatev5d5d3bc2007-05-29 16:03:00 +02006072 case 0x106b1a00:
6073 case 0x00000100:
6074 spec->board_config = STAC_INTEL_MAC_V4;
Sylvain FORETf16928f2007-04-27 14:22:36 +02006075 break;
Ivan N. Zlatev5d5d3bc2007-05-29 16:03:00 +02006076 case 0x106b0a00:
6077 case 0x106b2200:
6078 spec->board_config = STAC_INTEL_MAC_V5;
Takashi Iwai0dae0f82007-05-21 12:41:29 +02006079 break;
Nicolas Boichat536319a2008-07-21 22:18:01 +08006080 default:
6081 spec->board_config = STAC_INTEL_MAC_V3;
6082 break;
Takashi Iwai3fc24d82007-02-16 13:27:18 +01006083 }
6084 }
6085
Takashi Iwai9e507ab2007-02-08 17:50:10 +01006086 again:
Takashi Iwai330ee992009-02-20 14:33:36 +01006087 if (spec->board_config < 0)
Takashi Iwai9a11f1a2009-07-28 16:01:20 +02006088 snd_printdd(KERN_INFO "hda_codec: %s: BIOS auto-probing.\n",
6089 codec->chip_name);
Takashi Iwai330ee992009-02-20 14:33:36 +01006090 else
6091 stac92xx_set_config_regs(codec,
Takashi Iwaiaf9f3412008-11-18 10:38:56 +01006092 stac922x_brd_tbl[spec->board_config]);
Matt2f2f4252005-04-13 14:45:30 +02006093
Matt2f2f4252005-04-13 14:45:30 +02006094 spec->adc_nids = stac922x_adc_nids;
6095 spec->mux_nids = stac922x_mux_nids;
Takashi Iwai25494132007-03-12 12:36:16 +01006096 spec->num_muxes = ARRAY_SIZE(stac922x_mux_nids);
Maxim Levitsky9e05b7a2007-09-03 15:31:02 +02006097 spec->num_adcs = ARRAY_SIZE(stac922x_adc_nids);
Matt Porter8b657272006-10-26 17:12:59 +02006098 spec->num_dmics = 0;
Matthew Ranostaya64135a2008-01-10 16:55:06 +01006099 spec->num_pwrs = 0;
Mattc7d4b2f2005-06-27 14:59:41 +02006100
6101 spec->init = stac922x_core_init;
Takashi Iwai6479c632009-07-28 18:20:25 +02006102
6103 spec->num_caps = STAC922X_NUM_CAPS;
6104 spec->capvols = stac922x_capvols;
6105 spec->capsws = stac922x_capsws;
Mattc7d4b2f2005-06-27 14:59:41 +02006106
6107 spec->multiout.dac_nids = spec->dac_nids;
Takashi Iwai19039bd2006-06-28 15:52:16 +02006108
Matt Porter3cc08dc2006-01-23 15:27:49 +01006109 err = stac92xx_parse_auto_config(codec, 0x08, 0x09);
Takashi Iwai9e507ab2007-02-08 17:50:10 +01006110 if (!err) {
6111 if (spec->board_config < 0) {
6112 printk(KERN_WARNING "hda_codec: No auto-config is "
6113 "available, default to model=ref\n");
6114 spec->board_config = STAC_D945_REF;
6115 goto again;
6116 }
6117 err = -EINVAL;
6118 }
Matt Porter3cc08dc2006-01-23 15:27:49 +01006119 if (err < 0) {
6120 stac92xx_free(codec);
6121 return err;
6122 }
6123
6124 codec->patch_ops = stac92xx_patch_ops;
6125
Takashi Iwai807a46362007-05-29 19:01:37 +02006126 /* Fix Mux capture level; max to 2 */
6127 snd_hda_override_amp_caps(codec, 0x12, HDA_OUTPUT,
6128 (0 << AC_AMPCAP_OFFSET_SHIFT) |
6129 (2 << AC_AMPCAP_NUM_STEPS_SHIFT) |
6130 (0x27 << AC_AMPCAP_STEP_SIZE_SHIFT) |
6131 (0 << AC_AMPCAP_MUTE_SHIFT));
6132
Matt Porter3cc08dc2006-01-23 15:27:49 +01006133 return 0;
6134}
6135
6136static int patch_stac927x(struct hda_codec *codec)
6137{
6138 struct sigmatel_spec *spec;
6139 int err;
6140
6141 spec = kzalloc(sizeof(*spec), GFP_KERNEL);
6142 if (spec == NULL)
6143 return -ENOMEM;
6144
Takashi Iwaia252c812009-12-25 22:56:20 +01006145 codec->no_trigger_sense = 1;
Matt Porter3cc08dc2006-01-23 15:27:49 +01006146 codec->spec = spec;
Daniel J Blueman1b0e3722010-08-03 11:09:13 +01006147 spec->linear_tone_beep = 1;
Matthew Ranostay45c1d852009-02-04 17:49:41 -05006148 codec->slave_dig_outs = stac927x_slave_dig_outs;
Takashi Iwaia4eed132007-07-06 18:17:04 +02006149 spec->num_pins = ARRAY_SIZE(stac927x_pin_nids);
Richard Fish11b44bb2006-08-23 18:31:34 +02006150 spec->pin_nids = stac927x_pin_nids;
Takashi Iwaif5fcc132006-11-24 17:07:44 +01006151 spec->board_config = snd_hda_check_board_config(codec, STAC_927X_MODELS,
6152 stac927x_models,
6153 stac927x_cfg_tbl);
Takashi Iwai9e507ab2007-02-08 17:50:10 +01006154 again:
Takashi Iwai330ee992009-02-20 14:33:36 +01006155 if (spec->board_config < 0)
Takashi Iwai9a11f1a2009-07-28 16:01:20 +02006156 snd_printdd(KERN_INFO "hda_codec: %s: BIOS auto-probing.\n",
6157 codec->chip_name);
Takashi Iwai330ee992009-02-20 14:33:36 +01006158 else
6159 stac92xx_set_config_regs(codec,
Takashi Iwaiaf9f3412008-11-18 10:38:56 +01006160 stac927x_brd_tbl[spec->board_config]);
Matt Porter3cc08dc2006-01-23 15:27:49 +01006161
Matthew Ranostay1cd22242008-07-18 18:20:52 +02006162 spec->digbeep_nid = 0x23;
Matthew Ranostay8e9068b2007-12-17 11:58:13 +01006163 spec->adc_nids = stac927x_adc_nids;
6164 spec->num_adcs = ARRAY_SIZE(stac927x_adc_nids);
6165 spec->mux_nids = stac927x_mux_nids;
6166 spec->num_muxes = ARRAY_SIZE(stac927x_mux_nids);
Matthew Ranostayd9737752008-09-07 12:03:41 +02006167 spec->smux_nids = stac927x_smux_nids;
6168 spec->num_smuxes = ARRAY_SIZE(stac927x_smux_nids);
Matthew Ranostay65973632008-09-16 10:39:37 -04006169 spec->spdif_labels = stac927x_spdif_labels;
Matthew Ranostayb76c8502008-02-06 14:49:44 +01006170 spec->dac_list = stac927x_dac_nids;
Matthew Ranostay8e9068b2007-12-17 11:58:13 +01006171 spec->multiout.dac_nids = spec->dac_nids;
6172
Takashi Iwaiaf6ee302009-09-14 15:03:12 +02006173 if (spec->board_config != STAC_D965_REF) {
6174 /* GPIO0 High = Enable EAPD */
6175 spec->eapd_mask = spec->gpio_mask = 0x01;
6176 spec->gpio_dir = spec->gpio_data = 0x01;
6177 }
6178
Tobin Davis81d3dbd2006-08-22 19:44:45 +02006179 switch (spec->board_config) {
Tobin Davis93ed1502006-09-01 21:03:12 +02006180 case STAC_D965_3ST:
Matthew Ranostay8e9068b2007-12-17 11:58:13 +01006181 case STAC_D965_5ST:
6182 /* GPIO0 High = Enable EAPD */
Matthew Ranostay8e9068b2007-12-17 11:58:13 +01006183 spec->num_dmics = 0;
Tobin Davis93ed1502006-09-01 21:03:12 +02006184 spec->init = d965_core_init;
Tobin Davis81d3dbd2006-08-22 19:44:45 +02006185 break;
Matthew Ranostay8e9068b2007-12-17 11:58:13 +01006186 case STAC_DELL_BIOS:
Matthew Ranostay780c8be2008-04-14 13:32:27 +02006187 switch (codec->subsystem_id) {
6188 case 0x10280209:
6189 case 0x1028022e:
6190 /* correct the device field to SPDIF out */
Takashi Iwai330ee992009-02-20 14:33:36 +01006191 snd_hda_codec_set_pincfg(codec, 0x21, 0x01442070);
Matthew Ranostay780c8be2008-04-14 13:32:27 +02006192 break;
Takashi Iwai86d190e2009-05-26 15:18:58 +02006193 }
Matthew Ranostay03d7ca12008-02-21 07:51:46 +01006194 /* configure the analog microphone on some laptops */
Takashi Iwai330ee992009-02-20 14:33:36 +01006195 snd_hda_codec_set_pincfg(codec, 0x0c, 0x90a79130);
Matthew Ranostay2f32d902008-01-10 13:06:26 +01006196 /* correct the front output jack as a hp out */
Takashi Iwai330ee992009-02-20 14:33:36 +01006197 snd_hda_codec_set_pincfg(codec, 0x0f, 0x0227011f);
Matthew Ranostayc481fca2008-01-07 12:18:28 +01006198 /* correct the front input jack as a mic */
Takashi Iwai330ee992009-02-20 14:33:36 +01006199 snd_hda_codec_set_pincfg(codec, 0x0e, 0x02a79130);
Matthew Ranostayc481fca2008-01-07 12:18:28 +01006200 /* fallthru */
Matthew Ranostay8e9068b2007-12-17 11:58:13 +01006201 case STAC_DELL_3ST:
Takashi Iwaiaf6ee302009-09-14 15:03:12 +02006202 if (codec->subsystem_id != 0x1028022f) {
6203 /* GPIO2 High = Enable EAPD */
6204 spec->eapd_mask = spec->gpio_mask = 0x04;
6205 spec->gpio_dir = spec->gpio_data = 0x04;
6206 }
Matthew Ranostay8e9068b2007-12-17 11:58:13 +01006207 spec->dmic_nids = stac927x_dmic_nids;
6208 spec->num_dmics = STAC927X_NUM_DMICS;
6209
Takashi Iwaiccca7cd2009-10-13 15:32:21 +02006210 spec->init = dell_3st_core_init;
Matthew Ranostay8e9068b2007-12-17 11:58:13 +01006211 spec->dmux_nids = stac927x_dmux_nids;
Takashi Iwai1697055e2007-12-18 18:05:52 +01006212 spec->num_dmuxes = ARRAY_SIZE(stac927x_dmux_nids);
Tobin Davis81d3dbd2006-08-22 19:44:45 +02006213 break;
Takashi Iwai54930532009-10-11 17:38:29 +02006214 case STAC_927X_VOLKNOB:
6215 spec->num_dmics = 0;
6216 spec->init = stac927x_volknob_core_init;
6217 break;
Tobin Davis81d3dbd2006-08-22 19:44:45 +02006218 default:
Matthew Ranostay8e9068b2007-12-17 11:58:13 +01006219 spec->num_dmics = 0;
Tobin Davis81d3dbd2006-08-22 19:44:45 +02006220 spec->init = stac927x_core_init;
Takashi Iwaiaf6ee302009-09-14 15:03:12 +02006221 break;
Tobin Davis81d3dbd2006-08-22 19:44:45 +02006222 }
Matt Porter3cc08dc2006-01-23 15:27:49 +01006223
Takashi Iwai6479c632009-07-28 18:20:25 +02006224 spec->num_caps = STAC927X_NUM_CAPS;
6225 spec->capvols = stac927x_capvols;
6226 spec->capsws = stac927x_capsws;
6227
Matthew Ranostaya64135a2008-01-10 16:55:06 +01006228 spec->num_pwrs = 0;
Takashi Iwaid78d7a92009-03-02 14:26:25 +01006229 spec->aloopback_ctl = stac927x_loopback;
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01006230 spec->aloopback_mask = 0x40;
6231 spec->aloopback_shift = 0;
Matthew Ranostayc0cea0d2008-11-16 11:42:34 -05006232 spec->eapd_switch = 1;
Matthew Ranostay8e9068b2007-12-17 11:58:13 +01006233
Matt Porter3cc08dc2006-01-23 15:27:49 +01006234 err = stac92xx_parse_auto_config(codec, 0x1e, 0x20);
Takashi Iwai9e507ab2007-02-08 17:50:10 +01006235 if (!err) {
6236 if (spec->board_config < 0) {
6237 printk(KERN_WARNING "hda_codec: No auto-config is "
6238 "available, default to model=ref\n");
6239 spec->board_config = STAC_D965_REF;
6240 goto again;
6241 }
6242 err = -EINVAL;
6243 }
Mattc7d4b2f2005-06-27 14:59:41 +02006244 if (err < 0) {
6245 stac92xx_free(codec);
6246 return err;
6247 }
Matt2f2f4252005-04-13 14:45:30 +02006248
6249 codec->patch_ops = stac92xx_patch_ops;
6250
Takashi Iwai2d34e1b2008-11-28 14:35:16 +01006251 codec->proc_widget_hook = stac927x_proc_hook;
6252
Takashi Iwai52987652008-01-16 16:09:47 +01006253 /*
6254 * !!FIXME!!
6255 * The STAC927x seem to require fairly long delays for certain
6256 * command sequences. With too short delays (even if the answer
6257 * is set to RIRB properly), it results in the silence output
6258 * on some hardwares like Dell.
6259 *
6260 * The below flag enables the longer delay (see get_response
6261 * in hda_intel.c).
6262 */
6263 codec->bus->needs_damn_long_delay = 1;
6264
Takashi Iwaie28d8322008-12-17 13:48:29 +01006265 /* no jack detecion for ref-no-jd model */
6266 if (spec->board_config == STAC_D965_REF_NO_JD)
6267 spec->hp_detect = 0;
6268
Matt2f2f4252005-04-13 14:45:30 +02006269 return 0;
6270}
6271
Matt Porterf3302a52006-07-31 12:49:34 +02006272static int patch_stac9205(struct hda_codec *codec)
6273{
6274 struct sigmatel_spec *spec;
Takashi Iwai82599802007-07-31 15:56:24 +02006275 int err;
Matt Porterf3302a52006-07-31 12:49:34 +02006276
6277 spec = kzalloc(sizeof(*spec), GFP_KERNEL);
6278 if (spec == NULL)
6279 return -ENOMEM;
6280
Takashi Iwaia252c812009-12-25 22:56:20 +01006281 codec->no_trigger_sense = 1;
Matt Porterf3302a52006-07-31 12:49:34 +02006282 codec->spec = spec;
Daniel J Blueman1b0e3722010-08-03 11:09:13 +01006283 spec->linear_tone_beep = 1;
Takashi Iwaia4eed132007-07-06 18:17:04 +02006284 spec->num_pins = ARRAY_SIZE(stac9205_pin_nids);
Richard Fish11b44bb2006-08-23 18:31:34 +02006285 spec->pin_nids = stac9205_pin_nids;
Takashi Iwaif5fcc132006-11-24 17:07:44 +01006286 spec->board_config = snd_hda_check_board_config(codec, STAC_9205_MODELS,
6287 stac9205_models,
6288 stac9205_cfg_tbl);
Takashi Iwai9e507ab2007-02-08 17:50:10 +01006289 again:
Takashi Iwai330ee992009-02-20 14:33:36 +01006290 if (spec->board_config < 0)
Takashi Iwai9a11f1a2009-07-28 16:01:20 +02006291 snd_printdd(KERN_INFO "hda_codec: %s: BIOS auto-probing.\n",
6292 codec->chip_name);
Takashi Iwai330ee992009-02-20 14:33:36 +01006293 else
6294 stac92xx_set_config_regs(codec,
Takashi Iwaiaf9f3412008-11-18 10:38:56 +01006295 stac9205_brd_tbl[spec->board_config]);
Matt Porterf3302a52006-07-31 12:49:34 +02006296
Matthew Ranostay1cd22242008-07-18 18:20:52 +02006297 spec->digbeep_nid = 0x23;
Matt Porterf3302a52006-07-31 12:49:34 +02006298 spec->adc_nids = stac9205_adc_nids;
Maxim Levitsky9e05b7a2007-09-03 15:31:02 +02006299 spec->num_adcs = ARRAY_SIZE(stac9205_adc_nids);
Matt Porterf3302a52006-07-31 12:49:34 +02006300 spec->mux_nids = stac9205_mux_nids;
Takashi Iwai25494132007-03-12 12:36:16 +01006301 spec->num_muxes = ARRAY_SIZE(stac9205_mux_nids);
Matthew Ranostayd9737752008-09-07 12:03:41 +02006302 spec->smux_nids = stac9205_smux_nids;
6303 spec->num_smuxes = ARRAY_SIZE(stac9205_smux_nids);
Matt Porter8b657272006-10-26 17:12:59 +02006304 spec->dmic_nids = stac9205_dmic_nids;
Takashi Iwaif6e98522007-10-16 14:27:04 +02006305 spec->num_dmics = STAC9205_NUM_DMICS;
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01006306 spec->dmux_nids = stac9205_dmux_nids;
Takashi Iwai1697055e2007-12-18 18:05:52 +01006307 spec->num_dmuxes = ARRAY_SIZE(stac9205_dmux_nids);
Matthew Ranostaya64135a2008-01-10 16:55:06 +01006308 spec->num_pwrs = 0;
Matt Porterf3302a52006-07-31 12:49:34 +02006309
6310 spec->init = stac9205_core_init;
Takashi Iwaid78d7a92009-03-02 14:26:25 +01006311 spec->aloopback_ctl = stac9205_loopback;
Matt Porterf3302a52006-07-31 12:49:34 +02006312
Takashi Iwai6479c632009-07-28 18:20:25 +02006313 spec->num_caps = STAC9205_NUM_CAPS;
6314 spec->capvols = stac9205_capvols;
6315 spec->capsws = stac9205_capsws;
6316
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01006317 spec->aloopback_mask = 0x40;
6318 spec->aloopback_shift = 0;
Takashi Iwaid9a42682009-01-22 17:40:18 +01006319 /* Turn on/off EAPD per HP plugging */
6320 if (spec->board_config != STAC_9205_EAPD)
6321 spec->eapd_switch = 1;
Matt Porterf3302a52006-07-31 12:49:34 +02006322 spec->multiout.dac_nids = spec->dac_nids;
Matthew Ranostay87d48362007-07-17 11:52:24 +02006323
Tobin Davisae0a8ed2007-08-13 15:50:29 +02006324 switch (spec->board_config){
Tobin Davisae0a8ed2007-08-13 15:50:29 +02006325 case STAC_9205_DELL_M43:
Matthew Ranostay87d48362007-07-17 11:52:24 +02006326 /* Enable SPDIF in/out */
Takashi Iwai330ee992009-02-20 14:33:36 +01006327 snd_hda_codec_set_pincfg(codec, 0x1f, 0x01441030);
6328 snd_hda_codec_set_pincfg(codec, 0x20, 0x1c410030);
Matt Porter33382402006-12-18 13:17:28 +01006329
Matthew Ranostay4fe51952008-01-29 15:28:44 +01006330 /* Enable unsol response for GPIO4/Dock HP connection */
Takashi Iwaic6e4c662008-11-25 11:58:19 +01006331 err = stac_add_event(spec, codec->afg, STAC_VREF_EVENT, 0x01);
6332 if (err < 0)
6333 return err;
Takashi Iwaic5d08bb2008-11-18 10:55:36 +01006334 snd_hda_codec_write_cache(codec, codec->afg, 0,
Matthew Ranostay4fe51952008-01-29 15:28:44 +01006335 AC_VERB_SET_GPIO_UNSOLICITED_RSP_MASK, 0x10);
6336 snd_hda_codec_write_cache(codec, codec->afg, 0,
Takashi Iwaic6e4c662008-11-25 11:58:19 +01006337 AC_VERB_SET_UNSOLICITED_ENABLE,
6338 AC_USRSP_EN | err);
Matthew Ranostay4fe51952008-01-29 15:28:44 +01006339
6340 spec->gpio_dir = 0x0b;
Matthew Ranostay0fc9dec2008-04-14 13:32:54 +02006341 spec->eapd_mask = 0x01;
Matthew Ranostay4fe51952008-01-29 15:28:44 +01006342 spec->gpio_mask = 0x1b;
6343 spec->gpio_mute = 0x10;
Matthew Ranostaye2e7d622008-01-24 15:32:15 +01006344 /* GPIO0 High = EAPD, GPIO1 Low = Headphone Mute,
Matthew Ranostay4fe51952008-01-29 15:28:44 +01006345 * GPIO3 Low = DRM
Matthew Ranostay87d48362007-07-17 11:52:24 +02006346 */
Matthew Ranostay4fe51952008-01-29 15:28:44 +01006347 spec->gpio_data = 0x01;
Tobin Davisae0a8ed2007-08-13 15:50:29 +02006348 break;
Matthew Ranostayb2c4f4d2008-09-26 10:06:40 -04006349 case STAC_9205_REF:
6350 /* SPDIF-In enabled */
6351 break;
Tobin Davisae0a8ed2007-08-13 15:50:29 +02006352 default:
6353 /* GPIO0 High = EAPD */
Matthew Ranostay0fc9dec2008-04-14 13:32:54 +02006354 spec->eapd_mask = spec->gpio_mask = spec->gpio_dir = 0x1;
Matthew Ranostay4fe51952008-01-29 15:28:44 +01006355 spec->gpio_data = 0x01;
Tobin Davisae0a8ed2007-08-13 15:50:29 +02006356 break;
6357 }
Matthew Ranostay87d48362007-07-17 11:52:24 +02006358
Matt Porterf3302a52006-07-31 12:49:34 +02006359 err = stac92xx_parse_auto_config(codec, 0x1f, 0x20);
Takashi Iwai9e507ab2007-02-08 17:50:10 +01006360 if (!err) {
6361 if (spec->board_config < 0) {
6362 printk(KERN_WARNING "hda_codec: No auto-config is "
6363 "available, default to model=ref\n");
6364 spec->board_config = STAC_9205_REF;
6365 goto again;
6366 }
6367 err = -EINVAL;
6368 }
Matt Porterf3302a52006-07-31 12:49:34 +02006369 if (err < 0) {
6370 stac92xx_free(codec);
6371 return err;
6372 }
6373
6374 codec->patch_ops = stac92xx_patch_ops;
6375
Takashi Iwai2d34e1b2008-11-28 14:35:16 +01006376 codec->proc_widget_hook = stac9205_proc_hook;
6377
Matt Porterf3302a52006-07-31 12:49:34 +02006378 return 0;
6379}
6380
Matt2f2f4252005-04-13 14:45:30 +02006381/*
Guillaume Munch6d859062006-08-22 17:15:47 +02006382 * STAC9872 hack
Takashi Iwaidb064e52006-03-16 16:04:58 +01006383 */
6384
Takashi Iwai2b635362011-05-02 12:33:43 +02006385static const struct hda_verb stac9872_core_init[] = {
Takashi Iwai1624cb92007-07-05 13:10:51 +02006386 {0x15, AC_VERB_SET_CONNECT_SEL, 0x1}, /* mic-sel: 0a,0d,14,02 */
Takashi Iwaidb064e52006-03-16 16:04:58 +01006387 {0x15, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE}, /* Mic-in -> 0x9 */
6388 {}
6389};
6390
Takashi Iwai2b635362011-05-02 12:33:43 +02006391static const hda_nid_t stac9872_pin_nids[] = {
Takashi Iwaicaa10b62009-01-20 17:19:01 +01006392 0x0a, 0x0b, 0x0c, 0x0d, 0x0e, 0x0f,
6393 0x11, 0x13, 0x14,
6394};
6395
Takashi Iwai2b635362011-05-02 12:33:43 +02006396static const hda_nid_t stac9872_adc_nids[] = {
Takashi Iwaicaa10b62009-01-20 17:19:01 +01006397 0x8 /*,0x6*/
6398};
6399
Takashi Iwai2b635362011-05-02 12:33:43 +02006400static const hda_nid_t stac9872_mux_nids[] = {
Takashi Iwaicaa10b62009-01-20 17:19:01 +01006401 0x15
6402};
6403
Takashi Iwai2b635362011-05-02 12:33:43 +02006404static const unsigned long stac9872_capvols[] = {
Takashi Iwai6479c632009-07-28 18:20:25 +02006405 HDA_COMPOSE_AMP_VAL(0x09, 3, 0, HDA_INPUT),
6406};
6407#define stac9872_capsws stac9872_capvols
6408
Takashi Iwai2b635362011-05-02 12:33:43 +02006409static const unsigned int stac9872_vaio_pin_configs[9] = {
Takashi Iwai307282c2009-03-12 18:17:58 +01006410 0x03211020, 0x411111f0, 0x411111f0, 0x03a15030,
6411 0x411111f0, 0x90170110, 0x411111f0, 0x411111f0,
6412 0x90a7013e
6413};
6414
Takashi Iwaiea734962011-01-17 11:29:34 +01006415static const char * const stac9872_models[STAC_9872_MODELS] = {
Takashi Iwai307282c2009-03-12 18:17:58 +01006416 [STAC_9872_AUTO] = "auto",
6417 [STAC_9872_VAIO] = "vaio",
6418};
6419
Takashi Iwai2b635362011-05-02 12:33:43 +02006420static const unsigned int *stac9872_brd_tbl[STAC_9872_MODELS] = {
Takashi Iwai307282c2009-03-12 18:17:58 +01006421 [STAC_9872_VAIO] = stac9872_vaio_pin_configs,
6422};
6423
Takashi Iwai2b635362011-05-02 12:33:43 +02006424static const struct snd_pci_quirk stac9872_cfg_tbl[] = {
Takashi Iwaib04add92009-07-20 08:01:36 +02006425 SND_PCI_QUIRK_MASK(0x104d, 0xfff0, 0x81e0,
6426 "Sony VAIO F/S", STAC_9872_VAIO),
Takashi Iwai307282c2009-03-12 18:17:58 +01006427 {} /* terminator */
6428};
6429
Guillaume Munch6d859062006-08-22 17:15:47 +02006430static int patch_stac9872(struct hda_codec *codec)
Takashi Iwaidb064e52006-03-16 16:04:58 +01006431{
6432 struct sigmatel_spec *spec;
Takashi Iwai1e137f92009-01-21 07:41:22 +01006433 int err;
Takashi Iwaidb064e52006-03-16 16:04:58 +01006434
Takashi Iwaidb064e52006-03-16 16:04:58 +01006435 spec = kzalloc(sizeof(*spec), GFP_KERNEL);
6436 if (spec == NULL)
6437 return -ENOMEM;
Takashi Iwaia252c812009-12-25 22:56:20 +01006438 codec->no_trigger_sense = 1;
Takashi Iwaidb064e52006-03-16 16:04:58 +01006439 codec->spec = spec;
Daniel J Blueman1b0e3722010-08-03 11:09:13 +01006440 spec->linear_tone_beep = 1;
Takashi Iwaib04add92009-07-20 08:01:36 +02006441 spec->num_pins = ARRAY_SIZE(stac9872_pin_nids);
6442 spec->pin_nids = stac9872_pin_nids;
Takashi Iwaicaa10b62009-01-20 17:19:01 +01006443
6444 spec->board_config = snd_hda_check_board_config(codec, STAC_9872_MODELS,
6445 stac9872_models,
6446 stac9872_cfg_tbl);
Takashi Iwai307282c2009-03-12 18:17:58 +01006447 if (spec->board_config < 0)
Takashi Iwai9a11f1a2009-07-28 16:01:20 +02006448 snd_printdd(KERN_INFO "hda_codec: %s: BIOS auto-probing.\n",
6449 codec->chip_name);
Takashi Iwai307282c2009-03-12 18:17:58 +01006450 else
6451 stac92xx_set_config_regs(codec,
6452 stac9872_brd_tbl[spec->board_config]);
Takashi Iwaicaa10b62009-01-20 17:19:01 +01006453
Takashi Iwai1e137f92009-01-21 07:41:22 +01006454 spec->multiout.dac_nids = spec->dac_nids;
6455 spec->num_adcs = ARRAY_SIZE(stac9872_adc_nids);
6456 spec->adc_nids = stac9872_adc_nids;
6457 spec->num_muxes = ARRAY_SIZE(stac9872_mux_nids);
6458 spec->mux_nids = stac9872_mux_nids;
Takashi Iwai1e137f92009-01-21 07:41:22 +01006459 spec->init = stac9872_core_init;
Takashi Iwai6479c632009-07-28 18:20:25 +02006460 spec->num_caps = 1;
6461 spec->capvols = stac9872_capvols;
6462 spec->capsws = stac9872_capsws;
Takashi Iwaicaa10b62009-01-20 17:19:01 +01006463
Takashi Iwai1e137f92009-01-21 07:41:22 +01006464 err = stac92xx_parse_auto_config(codec, 0x10, 0x12);
6465 if (err < 0) {
6466 stac92xx_free(codec);
6467 return -EINVAL;
Takashi Iwaicaa10b62009-01-20 17:19:01 +01006468 }
Takashi Iwai1e137f92009-01-21 07:41:22 +01006469 spec->input_mux = &spec->private_imux;
6470 codec->patch_ops = stac92xx_patch_ops;
Takashi Iwaidb064e52006-03-16 16:04:58 +01006471 return 0;
6472}
6473
6474
6475/*
Matt2f2f4252005-04-13 14:45:30 +02006476 * patch entries
6477 */
Takashi Iwai2b635362011-05-02 12:33:43 +02006478static const struct hda_codec_preset snd_hda_preset_sigmatel[] = {
Matt2f2f4252005-04-13 14:45:30 +02006479 { .id = 0x83847690, .name = "STAC9200", .patch = patch_stac9200 },
6480 { .id = 0x83847882, .name = "STAC9220 A1", .patch = patch_stac922x },
6481 { .id = 0x83847680, .name = "STAC9221 A1", .patch = patch_stac922x },
6482 { .id = 0x83847880, .name = "STAC9220 A2", .patch = patch_stac922x },
6483 { .id = 0x83847681, .name = "STAC9220D/9223D A2", .patch = patch_stac922x },
6484 { .id = 0x83847682, .name = "STAC9221 A2", .patch = patch_stac922x },
6485 { .id = 0x83847683, .name = "STAC9221D A2", .patch = patch_stac922x },
Matt Porter22a27c72006-07-06 18:49:10 +02006486 { .id = 0x83847618, .name = "STAC9227", .patch = patch_stac927x },
6487 { .id = 0x83847619, .name = "STAC9227", .patch = patch_stac927x },
6488 { .id = 0x83847616, .name = "STAC9228", .patch = patch_stac927x },
6489 { .id = 0x83847617, .name = "STAC9228", .patch = patch_stac927x },
6490 { .id = 0x83847614, .name = "STAC9229", .patch = patch_stac927x },
6491 { .id = 0x83847615, .name = "STAC9229", .patch = patch_stac927x },
Matt Porter3cc08dc2006-01-23 15:27:49 +01006492 { .id = 0x83847620, .name = "STAC9274", .patch = patch_stac927x },
6493 { .id = 0x83847621, .name = "STAC9274D", .patch = patch_stac927x },
6494 { .id = 0x83847622, .name = "STAC9273X", .patch = patch_stac927x },
6495 { .id = 0x83847623, .name = "STAC9273D", .patch = patch_stac927x },
6496 { .id = 0x83847624, .name = "STAC9272X", .patch = patch_stac927x },
6497 { .id = 0x83847625, .name = "STAC9272D", .patch = patch_stac927x },
6498 { .id = 0x83847626, .name = "STAC9271X", .patch = patch_stac927x },
6499 { .id = 0x83847627, .name = "STAC9271D", .patch = patch_stac927x },
6500 { .id = 0x83847628, .name = "STAC9274X5NH", .patch = patch_stac927x },
6501 { .id = 0x83847629, .name = "STAC9274D5NH", .patch = patch_stac927x },
Tobin Davis8e21c342007-01-08 11:04:17 +01006502 { .id = 0x83847632, .name = "STAC9202", .patch = patch_stac925x },
6503 { .id = 0x83847633, .name = "STAC9202D", .patch = patch_stac925x },
6504 { .id = 0x83847634, .name = "STAC9250", .patch = patch_stac925x },
6505 { .id = 0x83847635, .name = "STAC9250D", .patch = patch_stac925x },
6506 { .id = 0x83847636, .name = "STAC9251", .patch = patch_stac925x },
6507 { .id = 0x83847637, .name = "STAC9250D", .patch = patch_stac925x },
Takashi Iwai7bd3c0f2008-05-02 12:28:02 +02006508 { .id = 0x83847645, .name = "92HD206X", .patch = patch_stac927x },
6509 { .id = 0x83847646, .name = "92HD206D", .patch = patch_stac927x },
Guillaume Munch6d859062006-08-22 17:15:47 +02006510 /* The following does not take into account .id=0x83847661 when subsys =
6511 * 104D0C00 which is STAC9225s. Because of this, some SZ Notebooks are
6512 * currently not fully supported.
6513 */
6514 { .id = 0x83847661, .name = "CXD9872RD/K", .patch = patch_stac9872 },
6515 { .id = 0x83847662, .name = "STAC9872AK", .patch = patch_stac9872 },
6516 { .id = 0x83847664, .name = "CXD9872AKD", .patch = patch_stac9872 },
Simos Xenitellisa5c0f882009-06-10 16:33:31 +01006517 { .id = 0x83847698, .name = "STAC9205", .patch = patch_stac9205 },
Matt Porterf3302a52006-07-31 12:49:34 +02006518 { .id = 0x838476a0, .name = "STAC9205", .patch = patch_stac9205 },
6519 { .id = 0x838476a1, .name = "STAC9205D", .patch = patch_stac9205 },
6520 { .id = 0x838476a2, .name = "STAC9204", .patch = patch_stac9205 },
6521 { .id = 0x838476a3, .name = "STAC9204D", .patch = patch_stac9205 },
6522 { .id = 0x838476a4, .name = "STAC9255", .patch = patch_stac9205 },
6523 { .id = 0x838476a5, .name = "STAC9255D", .patch = patch_stac9205 },
6524 { .id = 0x838476a6, .name = "STAC9254", .patch = patch_stac9205 },
6525 { .id = 0x838476a7, .name = "STAC9254D", .patch = patch_stac9205 },
Matthew Ranostayaafc4412008-06-13 18:04:33 +02006526 { .id = 0x111d7603, .name = "92HD75B3X5", .patch = patch_stac92hd71bxx},
Matthew Ranostayd0513fc2008-07-27 10:30:30 +02006527 { .id = 0x111d7604, .name = "92HD83C1X5", .patch = patch_stac92hd83xxx},
Vitaliy Kulikova9694fa2010-02-04 08:58:23 +01006528 { .id = 0x111d76d4, .name = "92HD83C1C5", .patch = patch_stac92hd83xxx},
Matthew Ranostayd0513fc2008-07-27 10:30:30 +02006529 { .id = 0x111d7605, .name = "92HD81B1X5", .patch = patch_stac92hd83xxx},
Matthew Ranostayff2e7332009-04-01 14:49:48 -04006530 { .id = 0x111d76d5, .name = "92HD81B1C5", .patch = patch_stac92hd83xxx},
Charles Chin8a345a02010-08-10 11:43:25 +02006531 { .id = 0x111d76d1, .name = "92HD87B1/3", .patch = patch_stac92hd83xxx},
6532 { .id = 0x111d76d9, .name = "92HD87B2/4", .patch = patch_stac92hd83xxx},
Charles Chin36706002010-01-29 12:05:51 +01006533 { .id = 0x111d7666, .name = "92HD88B3", .patch = patch_stac92hd83xxx},
6534 { .id = 0x111d7667, .name = "92HD88B1", .patch = patch_stac92hd83xxx},
6535 { .id = 0x111d7668, .name = "92HD88B2", .patch = patch_stac92hd83xxx},
6536 { .id = 0x111d7669, .name = "92HD88B4", .patch = patch_stac92hd83xxx},
Matthew Ranostayaafc4412008-06-13 18:04:33 +02006537 { .id = 0x111d7608, .name = "92HD75B2X5", .patch = patch_stac92hd71bxx},
Matthew Ranostay541eee82007-12-14 12:08:04 +01006538 { .id = 0x111d7674, .name = "92HD73D1X5", .patch = patch_stac92hd73xx },
6539 { .id = 0x111d7675, .name = "92HD73C1X5", .patch = patch_stac92hd73xx },
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01006540 { .id = 0x111d7676, .name = "92HD73E1X5", .patch = patch_stac92hd73xx },
Matthew Ranostay541eee82007-12-14 12:08:04 +01006541 { .id = 0x111d76b0, .name = "92HD71B8X", .patch = patch_stac92hd71bxx },
6542 { .id = 0x111d76b1, .name = "92HD71B8X", .patch = patch_stac92hd71bxx },
6543 { .id = 0x111d76b2, .name = "92HD71B7X", .patch = patch_stac92hd71bxx },
6544 { .id = 0x111d76b3, .name = "92HD71B7X", .patch = patch_stac92hd71bxx },
6545 { .id = 0x111d76b4, .name = "92HD71B6X", .patch = patch_stac92hd71bxx },
6546 { .id = 0x111d76b5, .name = "92HD71B6X", .patch = patch_stac92hd71bxx },
6547 { .id = 0x111d76b6, .name = "92HD71B5X", .patch = patch_stac92hd71bxx },
6548 { .id = 0x111d76b7, .name = "92HD71B5X", .patch = patch_stac92hd71bxx },
Charles Chin4d8ec5f2010-08-19 08:06:16 +02006549 { .id = 0x111d76c0, .name = "92HD89C3", .patch = patch_stac92hd73xx },
6550 { .id = 0x111d76c1, .name = "92HD89C2", .patch = patch_stac92hd73xx },
6551 { .id = 0x111d76c2, .name = "92HD89C1", .patch = patch_stac92hd73xx },
6552 { .id = 0x111d76c3, .name = "92HD89B3", .patch = patch_stac92hd73xx },
6553 { .id = 0x111d76c4, .name = "92HD89B2", .patch = patch_stac92hd73xx },
6554 { .id = 0x111d76c5, .name = "92HD89B1", .patch = patch_stac92hd73xx },
6555 { .id = 0x111d76c6, .name = "92HD89E3", .patch = patch_stac92hd73xx },
6556 { .id = 0x111d76c7, .name = "92HD89E2", .patch = patch_stac92hd73xx },
6557 { .id = 0x111d76c8, .name = "92HD89E1", .patch = patch_stac92hd73xx },
6558 { .id = 0x111d76c9, .name = "92HD89D3", .patch = patch_stac92hd73xx },
6559 { .id = 0x111d76ca, .name = "92HD89D2", .patch = patch_stac92hd73xx },
6560 { .id = 0x111d76cb, .name = "92HD89D1", .patch = patch_stac92hd73xx },
6561 { .id = 0x111d76cc, .name = "92HD89F3", .patch = patch_stac92hd73xx },
6562 { .id = 0x111d76cd, .name = "92HD89F2", .patch = patch_stac92hd73xx },
6563 { .id = 0x111d76ce, .name = "92HD89F1", .patch = patch_stac92hd73xx },
David Henningsson46724c22011-09-20 09:02:22 +02006564 { .id = 0x111d76df, .name = "92HD93BXX", .patch = patch_stac92hd83xxx},
Vitaliy Kulikovab5a6eb2010-09-08 09:00:17 +02006565 { .id = 0x111d76e0, .name = "92HD91BXX", .patch = patch_stac92hd83xxx},
Vitaliy Kulikov4dfb8a42011-02-22 17:32:19 -06006566 { .id = 0x111d76e3, .name = "92HD98BXX", .patch = patch_stac92hd83xxx},
6567 { .id = 0x111d76e5, .name = "92HD99BXX", .patch = patch_stac92hd83xxx},
Vitaliy Kulikovab5a6eb2010-09-08 09:00:17 +02006568 { .id = 0x111d76e7, .name = "92HD90BXX", .patch = patch_stac92hd83xxx},
Matt2f2f4252005-04-13 14:45:30 +02006569 {} /* terminator */
6570};
Takashi Iwai1289e9e2008-11-27 15:47:11 +01006571
6572MODULE_ALIAS("snd-hda-codec-id:8384*");
6573MODULE_ALIAS("snd-hda-codec-id:111d*");
6574
6575MODULE_LICENSE("GPL");
6576MODULE_DESCRIPTION("IDT/Sigmatel HD-audio codec");
6577
6578static struct hda_codec_preset_list sigmatel_list = {
6579 .preset = snd_hda_preset_sigmatel,
6580 .owner = THIS_MODULE,
6581};
6582
6583static int __init patch_sigmatel_init(void)
6584{
6585 return snd_hda_add_codec_preset(&sigmatel_list);
6586}
6587
6588static void __exit patch_sigmatel_exit(void)
6589{
6590 snd_hda_delete_codec_preset(&sigmatel_list);
6591}
6592
6593module_init(patch_sigmatel_init)
6594module_exit(patch_sigmatel_exit)