blob: a760c30f1caaf1babf41f81c2fbec0055af2be1b [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"
Takashi Iwai128bc4b2012-05-07 17:42:31 +020039#include "hda_auto_parser.h"
Matthew Ranostay1cd22242008-07-18 18:20:52 +020040#include "hda_beep.h"
Takashi Iwai1835a0f2011-10-27 22:12:46 +020041#include "hda_jack.h"
Matt2f2f4252005-04-13 14:45:30 +020042
Takashi Iwaic6e4c662008-11-25 11:58:19 +010043enum {
44 STAC_VREF_EVENT = 1,
45 STAC_INSERT_EVENT,
46 STAC_PWR_EVENT,
47 STAC_HP_EVENT,
Takashi Iwaifefd67f2009-07-30 18:03:05 +020048 STAC_LO_EVENT,
Takashi Iwai3d21d3f2009-07-29 14:32:56 +020049 STAC_MIC_EVENT,
Takashi Iwaic6e4c662008-11-25 11:58:19 +010050};
Matt4e550962005-07-04 17:51:39 +020051
Takashi Iwaif5fcc132006-11-24 17:07:44 +010052enum {
Takashi Iwai1607b8e2009-02-26 16:50:43 +010053 STAC_AUTO,
Takashi Iwaif5fcc132006-11-24 17:07:44 +010054 STAC_REF,
Tobin Davisbf277782008-02-03 20:31:47 +010055 STAC_9200_OQO,
Takashi Iwaidfe495d2007-08-23 19:04:28 +020056 STAC_9200_DELL_D21,
57 STAC_9200_DELL_D22,
58 STAC_9200_DELL_D23,
59 STAC_9200_DELL_M21,
60 STAC_9200_DELL_M22,
61 STAC_9200_DELL_M23,
62 STAC_9200_DELL_M24,
63 STAC_9200_DELL_M25,
64 STAC_9200_DELL_M26,
65 STAC_9200_DELL_M27,
Mauro Carvalho Chehab58eec422008-08-11 10:18:39 +020066 STAC_9200_M4,
67 STAC_9200_M4_2,
Takashi Iwai117f2572008-03-18 09:53:23 +010068 STAC_9200_PANASONIC,
Takashi Iwaif5fcc132006-11-24 17:07:44 +010069 STAC_9200_MODELS
70};
71
72enum {
Takashi Iwai1607b8e2009-02-26 16:50:43 +010073 STAC_9205_AUTO,
Takashi Iwaif5fcc132006-11-24 17:07:44 +010074 STAC_9205_REF,
Takashi Iwaidfe495d2007-08-23 19:04:28 +020075 STAC_9205_DELL_M42,
Tobin Davisae0a8ed2007-08-13 15:50:29 +020076 STAC_9205_DELL_M43,
77 STAC_9205_DELL_M44,
Takashi Iwaid9a42682009-01-22 17:40:18 +010078 STAC_9205_EAPD,
Takashi Iwaif5fcc132006-11-24 17:07:44 +010079 STAC_9205_MODELS
80};
81
82enum {
Takashi Iwai1607b8e2009-02-26 16:50:43 +010083 STAC_92HD73XX_AUTO,
Takashi Iwai9e43f0d2008-12-17 14:51:01 +010084 STAC_92HD73XX_NO_JD, /* no jack-detection */
Matthew Ranostaye1f0d662007-12-13 17:47:21 +010085 STAC_92HD73XX_REF,
Wu Fengguangae709442009-08-19 17:05:11 +080086 STAC_92HD73XX_INTEL,
Takashi Iwai661cd8f2008-11-25 15:18:29 +010087 STAC_DELL_M6_AMIC,
88 STAC_DELL_M6_DMIC,
89 STAC_DELL_M6_BOTH,
Matthew Ranostay6b3ab212008-11-03 08:12:43 -050090 STAC_DELL_EQ,
Takashi Iwai842ae632009-09-02 07:43:08 +020091 STAC_ALIENWARE_M17X,
Matthew Ranostaye1f0d662007-12-13 17:47:21 +010092 STAC_92HD73XX_MODELS
93};
94
95enum {
Takashi Iwai1607b8e2009-02-26 16:50:43 +010096 STAC_92HD83XXX_AUTO,
Matthew Ranostayd0513fc2008-07-27 10:30:30 +020097 STAC_92HD83XXX_REF,
Matthew Ranostay32ed3f42009-01-22 20:53:29 -050098 STAC_92HD83XXX_PWR_REF,
Matthew Ranostay8bb0ac52009-02-12 16:50:01 -050099 STAC_DELL_S14,
Julian Wollrathf7f9bdf2011-11-09 10:02:40 +0100100 STAC_DELL_VOSTRO_3500,
Vitaliy Kulikov0c27c182011-07-22 17:50:37 -0500101 STAC_92HD83XXX_HP_cNB11_INTQUAD,
Steven Eastland48315592010-08-06 15:07:35 -0600102 STAC_HP_DV7_4000,
Vitaliy Kulikov5556e142012-02-27 16:47:37 -0600103 STAC_HP_ZEPHYR,
Takashi Iwaia3e19972012-07-26 08:17:20 +0200104 STAC_92HD83XXX_HP_LED,
Takashi Iwaiff8a1e22012-07-31 10:16:59 +0200105 STAC_92HD83XXX_HP_INV_LED,
Matthew Ranostayd0513fc2008-07-27 10:30:30 +0200106 STAC_92HD83XXX_MODELS
107};
108
109enum {
Takashi Iwai1607b8e2009-02-26 16:50:43 +0100110 STAC_92HD71BXX_AUTO,
Matthew Ranostaye035b842007-11-06 11:53:55 +0100111 STAC_92HD71BXX_REF,
Matthew Ranostaya7662642008-02-21 07:51:14 +0100112 STAC_DELL_M4_1,
113 STAC_DELL_M4_2,
Matthew Ranostay3a7abfd2008-11-20 21:21:43 -0500114 STAC_DELL_M4_3,
Matthew Ranostay6a14f582008-09-12 12:02:30 -0400115 STAC_HP_M4,
Takashi Iwai2a6ce6e2010-05-12 10:16:20 +0200116 STAC_HP_DV4,
Takashi Iwai1b0652e2009-01-14 08:27:35 +0100117 STAC_HP_DV5,
Christoph Plattnerae6241f2009-03-08 23:19:05 +0100118 STAC_HP_HDX,
James Gardiner514bf542009-05-03 04:00:44 -0400119 STAC_HP_DV4_1222NR,
Matthew Ranostaye035b842007-11-06 11:53:55 +0100120 STAC_92HD71BXX_MODELS
121};
122
123enum {
Takashi Iwai1607b8e2009-02-26 16:50:43 +0100124 STAC_925x_AUTO,
Tobin Davis8e21c342007-01-08 11:04:17 +0100125 STAC_925x_REF,
Mauro Carvalho Chehab9cb36c22008-08-11 10:18:39 +0200126 STAC_M1,
127 STAC_M1_2,
128 STAC_M2,
Tobin Davis8e21c342007-01-08 11:04:17 +0100129 STAC_M2_2,
Mauro Carvalho Chehab9cb36c22008-08-11 10:18:39 +0200130 STAC_M3,
131 STAC_M5,
132 STAC_M6,
Tobin Davis8e21c342007-01-08 11:04:17 +0100133 STAC_925x_MODELS
134};
135
136enum {
Takashi Iwai1607b8e2009-02-26 16:50:43 +0100137 STAC_922X_AUTO,
Takashi Iwaif5fcc132006-11-24 17:07:44 +0100138 STAC_D945_REF,
139 STAC_D945GTP3,
140 STAC_D945GTP5,
Ivan N. Zlatev5d5d3bc2007-05-29 16:03:00 +0200141 STAC_INTEL_MAC_V1,
142 STAC_INTEL_MAC_V2,
143 STAC_INTEL_MAC_V3,
144 STAC_INTEL_MAC_V4,
145 STAC_INTEL_MAC_V5,
Nicolas Boichat536319a2008-07-21 22:18:01 +0800146 STAC_INTEL_MAC_AUTO, /* This model is selected if no module parameter
147 * is given, one of the above models will be
148 * chosen according to the subsystem id. */
Takashi Iwaidfe495d2007-08-23 19:04:28 +0200149 /* for backward compatibility */
Takashi Iwaif5fcc132006-11-24 17:07:44 +0100150 STAC_MACMINI,
Takashi Iwai3fc24d82007-02-16 13:27:18 +0100151 STAC_MACBOOK,
Nicolas Boichat6f0778d2007-03-15 12:38:15 +0100152 STAC_MACBOOK_PRO_V1,
153 STAC_MACBOOK_PRO_V2,
Sylvain FORETf16928f2007-04-27 14:22:36 +0200154 STAC_IMAC_INTEL,
Takashi Iwai0dae0f82007-05-21 12:41:29 +0200155 STAC_IMAC_INTEL_20,
Mauro Carvalho Chehab8c650082008-08-04 10:39:59 -0300156 STAC_ECS_202,
Takashi Iwaidfe495d2007-08-23 19:04:28 +0200157 STAC_922X_DELL_D81,
158 STAC_922X_DELL_D82,
159 STAC_922X_DELL_M81,
160 STAC_922X_DELL_M82,
Takashi Iwaif5fcc132006-11-24 17:07:44 +0100161 STAC_922X_MODELS
162};
163
164enum {
Takashi Iwai1607b8e2009-02-26 16:50:43 +0100165 STAC_927X_AUTO,
Takashi Iwaie28d8322008-12-17 13:48:29 +0100166 STAC_D965_REF_NO_JD, /* no jack-detection */
Takashi Iwaif5fcc132006-11-24 17:07:44 +0100167 STAC_D965_REF,
168 STAC_D965_3ST,
169 STAC_D965_5ST,
Takashi Iwai679d92e2009-05-24 19:00:08 +0200170 STAC_D965_5ST_NO_FP,
Tobin Davis4ff076e2007-08-07 11:48:12 +0200171 STAC_DELL_3ST,
Matthew Ranostay8e9068b2007-12-17 11:58:13 +0100172 STAC_DELL_BIOS,
Takashi Iwai54930532009-10-11 17:38:29 +0200173 STAC_927X_VOLKNOB,
Takashi Iwaif5fcc132006-11-24 17:07:44 +0100174 STAC_927X_MODELS
175};
Matt Porter403d1942005-11-29 15:00:51 +0100176
Takashi Iwai307282c2009-03-12 18:17:58 +0100177enum {
178 STAC_9872_AUTO,
179 STAC_9872_VAIO,
180 STAC_9872_MODELS
181};
182
Takashi Iwai3d21d3f2009-07-29 14:32:56 +0200183struct sigmatel_mic_route {
184 hda_nid_t pin;
Takashi Iwai02d33322009-10-01 16:38:11 +0200185 signed char mux_idx;
186 signed char dmux_idx;
Takashi Iwai3d21d3f2009-07-29 14:32:56 +0200187};
188
Vitaliy Kulikov699d8992011-03-10 13:43:35 -0600189#define MAX_PINS_NUM 16
190#define MAX_ADCS_NUM 4
191#define MAX_DMICS_NUM 4
192
Matt2f2f4252005-04-13 14:45:30 +0200193struct sigmatel_spec {
Takashi Iwaic8b6bf92005-11-17 14:57:47 +0100194 struct snd_kcontrol_new *mixers[4];
Mattc7d4b2f2005-06-27 14:59:41 +0200195 unsigned int num_mixers;
196
Matt Porter403d1942005-11-29 15:00:51 +0100197 int board_config;
Matthew Ranostayc0cea0d2008-11-16 11:42:34 -0500198 unsigned int eapd_switch: 1;
Mattc7d4b2f2005-06-27 14:59:41 +0200199 unsigned int surr_switch: 1;
Matt Porter3cc08dc2006-01-23 15:27:49 +0100200 unsigned int alt_switch: 1;
Takashi Iwai82bc9552006-03-21 11:24:42 +0100201 unsigned int hp_detect: 1;
Matthew Ranostay00ef50c2008-09-27 18:13:47 -0400202 unsigned int spdif_mute: 1;
Takashi Iwai7c7767e2009-01-20 15:28:38 +0100203 unsigned int check_volume_offset:1;
Takashi Iwai3d21d3f2009-07-29 14:32:56 +0200204 unsigned int auto_mic:1;
Daniel J Blueman1b0e3722010-08-03 11:09:13 +0100205 unsigned int linear_tone_beep:1;
Mattc7d4b2f2005-06-27 14:59:41 +0200206
Matthew Ranostay4fe51952008-01-29 15:28:44 +0100207 /* gpio lines */
Matthew Ranostay0fc9dec2008-04-14 13:32:54 +0200208 unsigned int eapd_mask;
Matthew Ranostay4fe51952008-01-29 15:28:44 +0100209 unsigned int gpio_mask;
210 unsigned int gpio_dir;
211 unsigned int gpio_data;
212 unsigned int gpio_mute;
Takashi Iwai86d190e2009-05-26 15:18:58 +0200213 unsigned int gpio_led;
Vitaliy Kulikovc357aab2009-12-11 07:51:54 +0100214 unsigned int gpio_led_polarity;
Takashi Iwaif1a73742011-12-04 13:44:06 +0100215 unsigned int vref_mute_led_nid; /* pin NID for mute-LED vref control */
Vitaliy Kulikov45eebda2011-07-26 16:56:20 -0500216 unsigned int vref_led;
Matthew Ranostay4fe51952008-01-29 15:28:44 +0100217
Matthew Ranostay8daaaa92008-08-15 07:45:52 +0200218 /* stream */
219 unsigned int stream_delay;
220
Matthew Ranostay4fe51952008-01-29 15:28:44 +0100221 /* analog loopback */
Takashi Iwai2b635362011-05-02 12:33:43 +0200222 const struct snd_kcontrol_new *aloopback_ctl;
Matthew Ranostaye1f0d662007-12-13 17:47:21 +0100223 unsigned char aloopback_mask;
224 unsigned char aloopback_shift;
Takashi Iwai82599802007-07-31 15:56:24 +0200225
Matthew Ranostaya64135a2008-01-10 16:55:06 +0100226 /* power management */
Takashi Iwaic8822462012-05-15 09:11:36 +0200227 unsigned int power_map_bits;
Matthew Ranostaya64135a2008-01-10 16:55:06 +0100228 unsigned int num_pwrs;
Takashi Iwai2b635362011-05-02 12:33:43 +0200229 const hda_nid_t *pwr_nids;
230 const hda_nid_t *dac_list;
Matthew Ranostaya64135a2008-01-10 16:55:06 +0100231
Matt2f2f4252005-04-13 14:45:30 +0200232 /* playback */
Matthew Ranostayb22b4822008-01-22 12:32:30 +0100233 struct hda_input_mux *mono_mux;
234 unsigned int cur_mmux;
Matt2f2f4252005-04-13 14:45:30 +0200235 struct hda_multi_out multiout;
Matt Porter3cc08dc2006-01-23 15:27:49 +0100236 hda_nid_t dac_nids[5];
Takashi Iwaic21ca4a2008-12-19 09:26:08 +0100237 hda_nid_t hp_dacs[5];
238 hda_nid_t speaker_dacs[5];
Matt2f2f4252005-04-13 14:45:30 +0200239
Takashi Iwai7c7767e2009-01-20 15:28:38 +0100240 int volume_offset;
241
Matt2f2f4252005-04-13 14:45:30 +0200242 /* capture */
Takashi Iwai2b635362011-05-02 12:33:43 +0200243 const hda_nid_t *adc_nids;
Matt2f2f4252005-04-13 14:45:30 +0200244 unsigned int num_adcs;
Takashi Iwai2b635362011-05-02 12:33:43 +0200245 const hda_nid_t *mux_nids;
Mattdabbed62005-06-14 10:19:34 +0200246 unsigned int num_muxes;
Takashi Iwai2b635362011-05-02 12:33:43 +0200247 const hda_nid_t *dmic_nids;
Matt Porter8b657272006-10-26 17:12:59 +0200248 unsigned int num_dmics;
Takashi Iwai2b635362011-05-02 12:33:43 +0200249 const hda_nid_t *dmux_nids;
Takashi Iwai1697055e2007-12-18 18:05:52 +0100250 unsigned int num_dmuxes;
Takashi Iwai2b635362011-05-02 12:33:43 +0200251 const hda_nid_t *smux_nids;
Matthew Ranostayd9737752008-09-07 12:03:41 +0200252 unsigned int num_smuxes;
Takashi Iwai5207e102009-07-30 13:09:08 +0200253 unsigned int num_analog_muxes;
Takashi Iwai6479c632009-07-28 18:20:25 +0200254
Takashi Iwai2b635362011-05-02 12:33:43 +0200255 const unsigned long *capvols; /* amp-volume attr: HDA_COMPOSE_AMP_VAL() */
256 const unsigned long *capsws; /* amp-mute attr: HDA_COMPOSE_AMP_VAL() */
Takashi Iwai6479c632009-07-28 18:20:25 +0200257 unsigned int num_caps; /* number of capture volume/switch elements */
258
Takashi Iwai3d21d3f2009-07-29 14:32:56 +0200259 struct sigmatel_mic_route ext_mic;
260 struct sigmatel_mic_route int_mic;
Charles Chin99077902010-09-17 10:22:32 +0200261 struct sigmatel_mic_route dock_mic;
Takashi Iwai3d21d3f2009-07-29 14:32:56 +0200262
Takashi Iwaiea734962011-01-17 11:29:34 +0100263 const char * const *spdif_labels;
Matthew Ranostayd9737752008-09-07 12:03:41 +0200264
Mattdabbed62005-06-14 10:19:34 +0200265 hda_nid_t dig_in_nid;
Matthew Ranostayb22b4822008-01-22 12:32:30 +0100266 hda_nid_t mono_nid;
Matthew Ranostay1cd22242008-07-18 18:20:52 +0200267 hda_nid_t anabeep_nid;
268 hda_nid_t digbeep_nid;
Matt2f2f4252005-04-13 14:45:30 +0200269
Matt2f2f4252005-04-13 14:45:30 +0200270 /* pin widgets */
Takashi Iwai2b635362011-05-02 12:33:43 +0200271 const hda_nid_t *pin_nids;
Matt2f2f4252005-04-13 14:45:30 +0200272 unsigned int num_pins;
Matt2f2f4252005-04-13 14:45:30 +0200273
274 /* codec specific stuff */
Takashi Iwai2b635362011-05-02 12:33:43 +0200275 const struct hda_verb *init;
276 const struct snd_kcontrol_new *mixer;
Matt2f2f4252005-04-13 14:45:30 +0200277
278 /* capture source */
Matt Porter8b657272006-10-26 17:12:59 +0200279 struct hda_input_mux *dinput_mux;
Matthew Ranostaye1f0d662007-12-13 17:47:21 +0100280 unsigned int cur_dmux[2];
Mattc7d4b2f2005-06-27 14:59:41 +0200281 struct hda_input_mux *input_mux;
Matt Porter3cc08dc2006-01-23 15:27:49 +0100282 unsigned int cur_mux[3];
Matthew Ranostayd9737752008-09-07 12:03:41 +0200283 struct hda_input_mux *sinput_mux;
284 unsigned int cur_smux[2];
Matthew Ranostay2a9c7812008-09-13 16:45:39 -0400285 unsigned int cur_amux;
286 hda_nid_t *amp_nids;
Matthew Ranostay8daaaa92008-08-15 07:45:52 +0200287 unsigned int powerdown_adcs;
Matt2f2f4252005-04-13 14:45:30 +0200288
Matt Porter403d1942005-11-29 15:00:51 +0100289 /* i/o switches */
290 unsigned int io_switch[2];
Maxim Levitsky0fb87bb2007-09-03 15:29:04 +0200291 unsigned int clfe_swap;
Takashi Iwaic21ca4a2008-12-19 09:26:08 +0100292 hda_nid_t line_switch; /* shared line-in for input and output */
293 hda_nid_t mic_switch; /* shared mic-in for input and output */
294 hda_nid_t hp_switch; /* NID of HP as line-out */
Maxim Levitsky5f10c4a2007-09-03 15:29:37 +0200295 unsigned int aloopback;
Matt2f2f4252005-04-13 14:45:30 +0200296
Mattc7d4b2f2005-06-27 14:59:41 +0200297 struct hda_pcm pcm_rec[2]; /* PCM information */
298
299 /* dynamic controls and input_mux */
300 struct auto_pin_cfg autocfg;
Takashi Iwai603c4012008-07-30 15:01:44 +0200301 struct snd_array kctls;
Matt Porter8b657272006-10-26 17:12:59 +0200302 struct hda_input_mux private_dimux;
Mattc7d4b2f2005-06-27 14:59:41 +0200303 struct hda_input_mux private_imux;
Matthew Ranostayd9737752008-09-07 12:03:41 +0200304 struct hda_input_mux private_smux;
Matthew Ranostayb22b4822008-01-22 12:32:30 +0100305 struct hda_input_mux private_mono_mux;
Vitaliy Kulikov699d8992011-03-10 13:43:35 -0600306
307 /* auto spec */
308 unsigned auto_pin_cnt;
309 hda_nid_t auto_pin_nids[MAX_PINS_NUM];
310 unsigned auto_adc_cnt;
311 hda_nid_t auto_adc_nids[MAX_ADCS_NUM];
312 hda_nid_t auto_mux_nids[MAX_ADCS_NUM];
313 hda_nid_t auto_dmux_nids[MAX_ADCS_NUM];
314 unsigned long auto_capvols[MAX_ADCS_NUM];
315 unsigned auto_dmic_cnt;
316 hda_nid_t auto_dmic_nids[MAX_DMICS_NUM];
Takashi Iwai2faa3bf2012-03-12 12:30:22 +0100317
Takashi Iwaid2f344b2012-03-12 16:59:58 +0100318 struct hda_vmaster_mute_hook vmaster_mute;
Matt2f2f4252005-04-13 14:45:30 +0200319};
320
Takashi Iwaic8822462012-05-15 09:11:36 +0200321#define AC_VERB_IDT_SET_POWER_MAP 0x7ec
322#define AC_VERB_IDT_GET_POWER_MAP 0xfec
323
Takashi Iwai2b635362011-05-02 12:33:43 +0200324static const hda_nid_t stac9200_adc_nids[1] = {
Matt2f2f4252005-04-13 14:45:30 +0200325 0x03,
326};
327
Takashi Iwai2b635362011-05-02 12:33:43 +0200328static const hda_nid_t stac9200_mux_nids[1] = {
Matt2f2f4252005-04-13 14:45:30 +0200329 0x0c,
330};
331
Takashi Iwai2b635362011-05-02 12:33:43 +0200332static const hda_nid_t stac9200_dac_nids[1] = {
Matt2f2f4252005-04-13 14:45:30 +0200333 0x02,
334};
335
Takashi Iwai2b635362011-05-02 12:33:43 +0200336static const hda_nid_t stac92hd73xx_pwr_nids[8] = {
Matthew Ranostaya64135a2008-01-10 16:55:06 +0100337 0x0a, 0x0b, 0x0c, 0xd, 0x0e,
338 0x0f, 0x10, 0x11
339};
340
Takashi Iwai2b635362011-05-02 12:33:43 +0200341static const hda_nid_t stac92hd73xx_slave_dig_outs[2] = {
Matthew Ranostay0ffa9802008-09-08 11:20:05 -0400342 0x26, 0,
343};
344
Takashi Iwai2b635362011-05-02 12:33:43 +0200345static const hda_nid_t stac92hd73xx_adc_nids[2] = {
Matthew Ranostaye1f0d662007-12-13 17:47:21 +0100346 0x1a, 0x1b
347};
348
349#define STAC92HD73XX_NUM_DMICS 2
Takashi Iwai2b635362011-05-02 12:33:43 +0200350static const hda_nid_t stac92hd73xx_dmic_nids[STAC92HD73XX_NUM_DMICS + 1] = {
Matthew Ranostaye1f0d662007-12-13 17:47:21 +0100351 0x13, 0x14, 0
352};
353
354#define STAC92HD73_DAC_COUNT 5
Matthew Ranostaye1f0d662007-12-13 17:47:21 +0100355
Takashi Iwai2b635362011-05-02 12:33:43 +0200356static const hda_nid_t stac92hd73xx_mux_nids[2] = {
Takashi Iwaie2aec172009-09-02 01:00:05 +0200357 0x20, 0x21,
Matthew Ranostaye1f0d662007-12-13 17:47:21 +0100358};
359
Takashi Iwai2b635362011-05-02 12:33:43 +0200360static const hda_nid_t stac92hd73xx_dmux_nids[2] = {
Matthew Ranostaye1f0d662007-12-13 17:47:21 +0100361 0x20, 0x21,
362};
363
Takashi Iwai2b635362011-05-02 12:33:43 +0200364static const hda_nid_t stac92hd73xx_smux_nids[2] = {
Matthew Ranostayd9737752008-09-07 12:03:41 +0200365 0x22, 0x23,
366};
367
Takashi Iwai6479c632009-07-28 18:20:25 +0200368#define STAC92HD73XX_NUM_CAPS 2
Takashi Iwai2b635362011-05-02 12:33:43 +0200369static const unsigned long stac92hd73xx_capvols[] = {
Takashi Iwai6479c632009-07-28 18:20:25 +0200370 HDA_COMPOSE_AMP_VAL(0x20, 3, 0, HDA_OUTPUT),
371 HDA_COMPOSE_AMP_VAL(0x21, 3, 0, HDA_OUTPUT),
372};
373#define stac92hd73xx_capsws stac92hd73xx_capvols
374
Matthew Ranostayd0513fc2008-07-27 10:30:30 +0200375#define STAC92HD83_DAC_COUNT 3
Matthew Ranostayd0513fc2008-07-27 10:30:30 +0200376
Charles Chinafef2cf2011-11-11 08:05:28 +0100377static const hda_nid_t stac92hd83xxx_pwr_nids[7] = {
378 0x0a, 0x0b, 0x0c, 0xd, 0x0e,
379 0x0f, 0x10
Matthew Ranostayd0513fc2008-07-27 10:30:30 +0200380};
381
Takashi Iwai2b635362011-05-02 12:33:43 +0200382static const hda_nid_t stac92hd83xxx_slave_dig_outs[2] = {
Matthew Ranostay0ffa9802008-09-08 11:20:05 -0400383 0x1e, 0,
384};
385
Takashi Iwai2b635362011-05-02 12:33:43 +0200386static const hda_nid_t stac92hd83xxx_dmic_nids[] = {
Vitaliy Kulikov699d8992011-03-10 13:43:35 -0600387 0x11, 0x20,
Vitaliy Kulikovab5a6eb2010-09-08 09:00:17 +0200388};
389
Takashi Iwai2b635362011-05-02 12:33:43 +0200390static const hda_nid_t stac92hd71bxx_pwr_nids[3] = {
Matthew Ranostaya64135a2008-01-10 16:55:06 +0100391 0x0a, 0x0d, 0x0f
392};
393
Takashi Iwai2b635362011-05-02 12:33:43 +0200394static const hda_nid_t stac92hd71bxx_adc_nids[2] = {
Matthew Ranostaye035b842007-11-06 11:53:55 +0100395 0x12, 0x13,
396};
397
Takashi Iwai2b635362011-05-02 12:33:43 +0200398static const hda_nid_t stac92hd71bxx_mux_nids[2] = {
Matthew Ranostaye035b842007-11-06 11:53:55 +0100399 0x1a, 0x1b
400};
401
Takashi Iwai2b635362011-05-02 12:33:43 +0200402static const hda_nid_t stac92hd71bxx_dmux_nids[2] = {
Matthew Ranostay4b33c762008-10-10 09:07:23 -0400403 0x1c, 0x1d,
Matthew Ranostaye1f0d662007-12-13 17:47:21 +0100404};
405
Takashi Iwai2b635362011-05-02 12:33:43 +0200406static const hda_nid_t stac92hd71bxx_smux_nids[2] = {
Matthew Ranostayd9737752008-09-07 12:03:41 +0200407 0x24, 0x25,
408};
409
Matthew Ranostaye035b842007-11-06 11:53:55 +0100410#define STAC92HD71BXX_NUM_DMICS 2
Takashi Iwai2b635362011-05-02 12:33:43 +0200411static const hda_nid_t stac92hd71bxx_dmic_nids[STAC92HD71BXX_NUM_DMICS + 1] = {
Matthew Ranostaye035b842007-11-06 11:53:55 +0100412 0x18, 0x19, 0
413};
414
Takashi Iwai2b635362011-05-02 12:33:43 +0200415static const hda_nid_t stac92hd71bxx_dmic_5port_nids[STAC92HD71BXX_NUM_DMICS] = {
416 0x18, 0
417};
418
419static const hda_nid_t stac92hd71bxx_slave_dig_outs[2] = {
Matthew Ranostay0ffa9802008-09-08 11:20:05 -0400420 0x22, 0
421};
422
Takashi Iwai6479c632009-07-28 18:20:25 +0200423#define STAC92HD71BXX_NUM_CAPS 2
Takashi Iwai2b635362011-05-02 12:33:43 +0200424static const unsigned long stac92hd71bxx_capvols[] = {
Takashi Iwai6479c632009-07-28 18:20:25 +0200425 HDA_COMPOSE_AMP_VAL(0x1c, 3, 0, HDA_OUTPUT),
426 HDA_COMPOSE_AMP_VAL(0x1d, 3, 0, HDA_OUTPUT),
427};
428#define stac92hd71bxx_capsws stac92hd71bxx_capvols
429
Takashi Iwai2b635362011-05-02 12:33:43 +0200430static const hda_nid_t stac925x_adc_nids[1] = {
Tobin Davis8e21c342007-01-08 11:04:17 +0100431 0x03,
432};
433
Takashi Iwai2b635362011-05-02 12:33:43 +0200434static const hda_nid_t stac925x_mux_nids[1] = {
Tobin Davis8e21c342007-01-08 11:04:17 +0100435 0x0f,
436};
437
Takashi Iwai2b635362011-05-02 12:33:43 +0200438static const hda_nid_t stac925x_dac_nids[1] = {
Tobin Davis8e21c342007-01-08 11:04:17 +0100439 0x02,
440};
441
Takashi Iwaif6e98522007-10-16 14:27:04 +0200442#define STAC925X_NUM_DMICS 1
Takashi Iwai2b635362011-05-02 12:33:43 +0200443static const hda_nid_t stac925x_dmic_nids[STAC925X_NUM_DMICS + 1] = {
Takashi Iwaif6e98522007-10-16 14:27:04 +0200444 0x15, 0
Tobin Davis2c11f952007-05-17 09:36:34 +0200445};
446
Takashi Iwai2b635362011-05-02 12:33:43 +0200447static const hda_nid_t stac925x_dmux_nids[1] = {
Takashi Iwai1697055e2007-12-18 18:05:52 +0100448 0x14,
449};
450
Takashi Iwai2b635362011-05-02 12:33:43 +0200451static const unsigned long stac925x_capvols[] = {
Takashi Iwai6479c632009-07-28 18:20:25 +0200452 HDA_COMPOSE_AMP_VAL(0x09, 3, 0, HDA_OUTPUT),
453};
Takashi Iwai2b635362011-05-02 12:33:43 +0200454static const unsigned long stac925x_capsws[] = {
Takashi Iwai6479c632009-07-28 18:20:25 +0200455 HDA_COMPOSE_AMP_VAL(0x14, 3, 0, HDA_OUTPUT),
456};
457
Takashi Iwai2b635362011-05-02 12:33:43 +0200458static const hda_nid_t stac922x_adc_nids[2] = {
Matt2f2f4252005-04-13 14:45:30 +0200459 0x06, 0x07,
460};
461
Takashi Iwai2b635362011-05-02 12:33:43 +0200462static const hda_nid_t stac922x_mux_nids[2] = {
Matt2f2f4252005-04-13 14:45:30 +0200463 0x12, 0x13,
464};
465
Takashi Iwai6479c632009-07-28 18:20:25 +0200466#define STAC922X_NUM_CAPS 2
Takashi Iwai2b635362011-05-02 12:33:43 +0200467static const unsigned long stac922x_capvols[] = {
Takashi Iwai6479c632009-07-28 18:20:25 +0200468 HDA_COMPOSE_AMP_VAL(0x17, 3, 0, HDA_INPUT),
469 HDA_COMPOSE_AMP_VAL(0x18, 3, 0, HDA_INPUT),
470};
471#define stac922x_capsws stac922x_capvols
472
Takashi Iwai2b635362011-05-02 12:33:43 +0200473static const hda_nid_t stac927x_slave_dig_outs[2] = {
Matthew Ranostay45c1d852009-02-04 17:49:41 -0500474 0x1f, 0,
475};
476
Takashi Iwai2b635362011-05-02 12:33:43 +0200477static const hda_nid_t stac927x_adc_nids[3] = {
Matt Porter3cc08dc2006-01-23 15:27:49 +0100478 0x07, 0x08, 0x09
479};
480
Takashi Iwai2b635362011-05-02 12:33:43 +0200481static const hda_nid_t stac927x_mux_nids[3] = {
Matt Porter3cc08dc2006-01-23 15:27:49 +0100482 0x15, 0x16, 0x17
483};
484
Takashi Iwai2b635362011-05-02 12:33:43 +0200485static const hda_nid_t stac927x_smux_nids[1] = {
Matthew Ranostayd9737752008-09-07 12:03:41 +0200486 0x21,
487};
488
Takashi Iwai2b635362011-05-02 12:33:43 +0200489static const hda_nid_t stac927x_dac_nids[6] = {
Matthew Ranostayb76c8502008-02-06 14:49:44 +0100490 0x02, 0x03, 0x04, 0x05, 0x06, 0
491};
492
Takashi Iwai2b635362011-05-02 12:33:43 +0200493static const hda_nid_t stac927x_dmux_nids[1] = {
Matthew Ranostaye1f0d662007-12-13 17:47:21 +0100494 0x1b,
495};
496
Matthew Ranostay7f168592007-10-18 17:38:17 +0200497#define STAC927X_NUM_DMICS 2
Takashi Iwai2b635362011-05-02 12:33:43 +0200498static const hda_nid_t stac927x_dmic_nids[STAC927X_NUM_DMICS + 1] = {
Matthew Ranostay7f168592007-10-18 17:38:17 +0200499 0x13, 0x14, 0
500};
501
Takashi Iwai6479c632009-07-28 18:20:25 +0200502#define STAC927X_NUM_CAPS 3
Takashi Iwai2b635362011-05-02 12:33:43 +0200503static const unsigned long stac927x_capvols[] = {
Takashi Iwai6479c632009-07-28 18:20:25 +0200504 HDA_COMPOSE_AMP_VAL(0x18, 3, 0, HDA_INPUT),
505 HDA_COMPOSE_AMP_VAL(0x19, 3, 0, HDA_INPUT),
506 HDA_COMPOSE_AMP_VAL(0x1a, 3, 0, HDA_INPUT),
507};
Takashi Iwai2b635362011-05-02 12:33:43 +0200508static const unsigned long stac927x_capsws[] = {
Takashi Iwai6479c632009-07-28 18:20:25 +0200509 HDA_COMPOSE_AMP_VAL(0x1b, 3, 0, HDA_OUTPUT),
510 HDA_COMPOSE_AMP_VAL(0x1c, 3, 0, HDA_OUTPUT),
511 HDA_COMPOSE_AMP_VAL(0x1d, 3, 0, HDA_OUTPUT),
512};
513
Takashi Iwaiea734962011-01-17 11:29:34 +0100514static const char * const stac927x_spdif_labels[5] = {
Matthew Ranostay65973632008-09-16 10:39:37 -0400515 "Digital Playback", "ADAT", "Analog Mux 1",
516 "Analog Mux 2", "Analog Mux 3"
517};
518
Takashi Iwai2b635362011-05-02 12:33:43 +0200519static const hda_nid_t stac9205_adc_nids[2] = {
Matt Porterf3302a52006-07-31 12:49:34 +0200520 0x12, 0x13
521};
522
Takashi Iwai2b635362011-05-02 12:33:43 +0200523static const hda_nid_t stac9205_mux_nids[2] = {
Matt Porterf3302a52006-07-31 12:49:34 +0200524 0x19, 0x1a
525};
526
Takashi Iwai2b635362011-05-02 12:33:43 +0200527static const hda_nid_t stac9205_dmux_nids[1] = {
Takashi Iwai1697055e2007-12-18 18:05:52 +0100528 0x1d,
Matthew Ranostaye1f0d662007-12-13 17:47:21 +0100529};
530
Takashi Iwai2b635362011-05-02 12:33:43 +0200531static const hda_nid_t stac9205_smux_nids[1] = {
Matthew Ranostayd9737752008-09-07 12:03:41 +0200532 0x21,
533};
534
Takashi Iwaif6e98522007-10-16 14:27:04 +0200535#define STAC9205_NUM_DMICS 2
Takashi Iwai2b635362011-05-02 12:33:43 +0200536static const hda_nid_t stac9205_dmic_nids[STAC9205_NUM_DMICS + 1] = {
Takashi Iwaif6e98522007-10-16 14:27:04 +0200537 0x17, 0x18, 0
Matt Porter8b657272006-10-26 17:12:59 +0200538};
539
Takashi Iwai6479c632009-07-28 18:20:25 +0200540#define STAC9205_NUM_CAPS 2
Takashi Iwai2b635362011-05-02 12:33:43 +0200541static const unsigned long stac9205_capvols[] = {
Takashi Iwai6479c632009-07-28 18:20:25 +0200542 HDA_COMPOSE_AMP_VAL(0x1b, 3, 0, HDA_INPUT),
543 HDA_COMPOSE_AMP_VAL(0x1c, 3, 0, HDA_INPUT),
544};
Takashi Iwai2b635362011-05-02 12:33:43 +0200545static const unsigned long stac9205_capsws[] = {
Takashi Iwai6479c632009-07-28 18:20:25 +0200546 HDA_COMPOSE_AMP_VAL(0x1d, 3, 0, HDA_OUTPUT),
547 HDA_COMPOSE_AMP_VAL(0x1e, 3, 0, HDA_OUTPUT),
548};
549
Takashi Iwai2b635362011-05-02 12:33:43 +0200550static const hda_nid_t stac9200_pin_nids[8] = {
Tobin Davis93ed1502006-09-01 21:03:12 +0200551 0x08, 0x09, 0x0d, 0x0e,
552 0x0f, 0x10, 0x11, 0x12,
Matt2f2f4252005-04-13 14:45:30 +0200553};
554
Takashi Iwai2b635362011-05-02 12:33:43 +0200555static const hda_nid_t stac925x_pin_nids[8] = {
Tobin Davis8e21c342007-01-08 11:04:17 +0100556 0x07, 0x08, 0x0a, 0x0b,
557 0x0c, 0x0d, 0x10, 0x11,
558};
559
Takashi Iwai2b635362011-05-02 12:33:43 +0200560static const hda_nid_t stac922x_pin_nids[10] = {
Matt2f2f4252005-04-13 14:45:30 +0200561 0x0a, 0x0b, 0x0c, 0x0d, 0x0e,
562 0x0f, 0x10, 0x11, 0x15, 0x1b,
563};
564
Takashi Iwai2b635362011-05-02 12:33:43 +0200565static const hda_nid_t stac92hd73xx_pin_nids[13] = {
Matthew Ranostaye1f0d662007-12-13 17:47:21 +0100566 0x0a, 0x0b, 0x0c, 0x0d, 0x0e,
567 0x0f, 0x10, 0x11, 0x12, 0x13,
Matthew Ranostayd9737752008-09-07 12:03:41 +0200568 0x14, 0x22, 0x23
Matthew Ranostaye1f0d662007-12-13 17:47:21 +0100569};
570
Herton Ronaldo Krzesinski616f89e2009-02-04 11:23:19 -0500571#define STAC92HD71BXX_NUM_PINS 13
Takashi Iwai2b635362011-05-02 12:33:43 +0200572static const hda_nid_t stac92hd71bxx_pin_nids_4port[STAC92HD71BXX_NUM_PINS] = {
Herton Ronaldo Krzesinski616f89e2009-02-04 11:23:19 -0500573 0x0a, 0x0b, 0x0c, 0x0d, 0x00,
574 0x00, 0x14, 0x18, 0x19, 0x1e,
575 0x1f, 0x20, 0x27
576};
Takashi Iwai2b635362011-05-02 12:33:43 +0200577static const hda_nid_t stac92hd71bxx_pin_nids_6port[STAC92HD71BXX_NUM_PINS] = {
Matthew Ranostaye035b842007-11-06 11:53:55 +0100578 0x0a, 0x0b, 0x0c, 0x0d, 0x0e,
579 0x0f, 0x14, 0x18, 0x19, 0x1e,
Herton Ronaldo Krzesinski616f89e2009-02-04 11:23:19 -0500580 0x1f, 0x20, 0x27
Matthew Ranostaye035b842007-11-06 11:53:55 +0100581};
582
Takashi Iwai2b635362011-05-02 12:33:43 +0200583static const hda_nid_t stac927x_pin_nids[14] = {
Matt Porter3cc08dc2006-01-23 15:27:49 +0100584 0x0a, 0x0b, 0x0c, 0x0d, 0x0e,
585 0x0f, 0x10, 0x11, 0x12, 0x13,
586 0x14, 0x21, 0x22, 0x23,
587};
588
Takashi Iwai2b635362011-05-02 12:33:43 +0200589static const hda_nid_t stac9205_pin_nids[12] = {
Matt Porterf3302a52006-07-31 12:49:34 +0200590 0x0a, 0x0b, 0x0c, 0x0d, 0x0e,
591 0x0f, 0x14, 0x16, 0x17, 0x18,
592 0x21, 0x22,
Matt Porterf3302a52006-07-31 12:49:34 +0200593};
594
Matt Porter8b657272006-10-26 17:12:59 +0200595static int stac92xx_dmux_enum_info(struct snd_kcontrol *kcontrol,
596 struct snd_ctl_elem_info *uinfo)
597{
598 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
599 struct sigmatel_spec *spec = codec->spec;
600 return snd_hda_input_mux_info(spec->dinput_mux, uinfo);
601}
602
603static int stac92xx_dmux_enum_get(struct snd_kcontrol *kcontrol,
604 struct snd_ctl_elem_value *ucontrol)
605{
606 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
607 struct sigmatel_spec *spec = codec->spec;
Matthew Ranostaye1f0d662007-12-13 17:47:21 +0100608 unsigned int dmux_idx = snd_ctl_get_ioffidx(kcontrol, &ucontrol->id);
Matt Porter8b657272006-10-26 17:12:59 +0200609
Matthew Ranostaye1f0d662007-12-13 17:47:21 +0100610 ucontrol->value.enumerated.item[0] = spec->cur_dmux[dmux_idx];
Matt Porter8b657272006-10-26 17:12:59 +0200611 return 0;
612}
613
614static int stac92xx_dmux_enum_put(struct snd_kcontrol *kcontrol,
615 struct snd_ctl_elem_value *ucontrol)
616{
617 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
618 struct sigmatel_spec *spec = codec->spec;
Matthew Ranostaye1f0d662007-12-13 17:47:21 +0100619 unsigned int dmux_idx = snd_ctl_get_ioffidx(kcontrol, &ucontrol->id);
Matt Porter8b657272006-10-26 17:12:59 +0200620
621 return snd_hda_input_mux_put(codec, spec->dinput_mux, ucontrol,
Matthew Ranostaye1f0d662007-12-13 17:47:21 +0100622 spec->dmux_nids[dmux_idx], &spec->cur_dmux[dmux_idx]);
Matt Porter8b657272006-10-26 17:12:59 +0200623}
624
Matthew Ranostayd9737752008-09-07 12:03:41 +0200625static int stac92xx_smux_enum_info(struct snd_kcontrol *kcontrol,
626 struct snd_ctl_elem_info *uinfo)
627{
628 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
629 struct sigmatel_spec *spec = codec->spec;
630 return snd_hda_input_mux_info(spec->sinput_mux, uinfo);
631}
632
633static int stac92xx_smux_enum_get(struct snd_kcontrol *kcontrol,
634 struct snd_ctl_elem_value *ucontrol)
635{
636 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
637 struct sigmatel_spec *spec = codec->spec;
638 unsigned int smux_idx = snd_ctl_get_ioffidx(kcontrol, &ucontrol->id);
639
640 ucontrol->value.enumerated.item[0] = spec->cur_smux[smux_idx];
641 return 0;
642}
643
644static int stac92xx_smux_enum_put(struct snd_kcontrol *kcontrol,
645 struct snd_ctl_elem_value *ucontrol)
646{
647 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
648 struct sigmatel_spec *spec = codec->spec;
Matthew Ranostay00ef50c2008-09-27 18:13:47 -0400649 struct hda_input_mux *smux = &spec->private_smux;
Matthew Ranostayd9737752008-09-07 12:03:41 +0200650 unsigned int smux_idx = snd_ctl_get_ioffidx(kcontrol, &ucontrol->id);
Matthew Ranostay00ef50c2008-09-27 18:13:47 -0400651 int err, val;
652 hda_nid_t nid;
Matthew Ranostayd9737752008-09-07 12:03:41 +0200653
Matthew Ranostay00ef50c2008-09-27 18:13:47 -0400654 err = snd_hda_input_mux_put(codec, spec->sinput_mux, ucontrol,
Matthew Ranostayd9737752008-09-07 12:03:41 +0200655 spec->smux_nids[smux_idx], &spec->cur_smux[smux_idx]);
Matthew Ranostay00ef50c2008-09-27 18:13:47 -0400656 if (err < 0)
657 return err;
658
659 if (spec->spdif_mute) {
660 if (smux_idx == 0)
661 nid = spec->multiout.dig_out_nid;
662 else
663 nid = codec->slave_dig_outs[smux_idx - 1];
664 if (spec->cur_smux[smux_idx] == smux->num_items - 1)
Takashi Iwaic9b46f92008-12-01 11:42:09 +0100665 val = HDA_AMP_MUTE;
Matthew Ranostay00ef50c2008-09-27 18:13:47 -0400666 else
Takashi Iwaic9b46f92008-12-01 11:42:09 +0100667 val = 0;
Matthew Ranostay00ef50c2008-09-27 18:13:47 -0400668 /* un/mute SPDIF out */
Takashi Iwaic9b46f92008-12-01 11:42:09 +0100669 snd_hda_codec_amp_stereo(codec, nid, HDA_OUTPUT, 0,
670 HDA_AMP_MUTE, val);
Matthew Ranostay00ef50c2008-09-27 18:13:47 -0400671 }
672 return 0;
Matthew Ranostayd9737752008-09-07 12:03:41 +0200673}
674
Vitaliy Kulikov45eebda2011-07-26 16:56:20 -0500675static int stac_vrefout_set(struct hda_codec *codec,
676 hda_nid_t nid, unsigned int new_vref)
677{
678 int error, pinctl;
679
680 snd_printdd("%s, nid %x ctl %x\n", __func__, nid, new_vref);
681 pinctl = snd_hda_codec_read(codec, nid, 0,
682 AC_VERB_GET_PIN_WIDGET_CONTROL, 0);
683
684 if (pinctl < 0)
685 return pinctl;
686
687 pinctl &= 0xff;
688 pinctl &= ~AC_PINCTL_VREFEN;
689 pinctl |= (new_vref & AC_PINCTL_VREFEN);
690
Takashi Iwaicdd03ce2012-04-20 12:34:50 +0200691 error = snd_hda_set_pin_ctl_cache(codec, nid, pinctl);
Vitaliy Kulikov45eebda2011-07-26 16:56:20 -0500692 if (error < 0)
693 return error;
694
695 return 1;
696}
697
Nickolas Lloyd2fc99892009-05-15 15:33:30 +0200698static unsigned int stac92xx_vref_set(struct hda_codec *codec,
699 hda_nid_t nid, unsigned int new_vref)
700{
Takashi Iwaib8621512009-06-22 08:00:10 +0200701 int error;
Nickolas Lloyd2fc99892009-05-15 15:33:30 +0200702 unsigned int pincfg;
703 pincfg = snd_hda_codec_read(codec, nid, 0,
704 AC_VERB_GET_PIN_WIDGET_CONTROL, 0);
705
706 pincfg &= 0xff;
707 pincfg &= ~(AC_PINCTL_VREFEN | AC_PINCTL_IN_EN | AC_PINCTL_OUT_EN);
708 pincfg |= new_vref;
709
710 if (new_vref == AC_PINCTL_VREF_HIZ)
711 pincfg |= AC_PINCTL_OUT_EN;
712 else
713 pincfg |= AC_PINCTL_IN_EN;
714
Takashi Iwaicdd03ce2012-04-20 12:34:50 +0200715 error = snd_hda_set_pin_ctl_cache(codec, nid, pincfg);
Nickolas Lloyd2fc99892009-05-15 15:33:30 +0200716 if (error < 0)
717 return error;
718 else
719 return 1;
720}
721
722static unsigned int stac92xx_vref_get(struct hda_codec *codec, hda_nid_t nid)
723{
724 unsigned int vref;
725 vref = snd_hda_codec_read(codec, nid, 0,
726 AC_VERB_GET_PIN_WIDGET_CONTROL, 0);
727 vref &= AC_PINCTL_VREFEN;
728 return vref;
729}
730
Takashi Iwaic8b6bf92005-11-17 14:57:47 +0100731static int stac92xx_mux_enum_info(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_info *uinfo)
Matt2f2f4252005-04-13 14:45:30 +0200732{
733 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
734 struct sigmatel_spec *spec = codec->spec;
Mattc7d4b2f2005-06-27 14:59:41 +0200735 return snd_hda_input_mux_info(spec->input_mux, uinfo);
Matt2f2f4252005-04-13 14:45:30 +0200736}
737
Takashi Iwaic8b6bf92005-11-17 14:57:47 +0100738static int stac92xx_mux_enum_get(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol)
Matt2f2f4252005-04-13 14:45:30 +0200739{
740 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
741 struct sigmatel_spec *spec = codec->spec;
742 unsigned int adc_idx = snd_ctl_get_ioffidx(kcontrol, &ucontrol->id);
743
744 ucontrol->value.enumerated.item[0] = spec->cur_mux[adc_idx];
745 return 0;
746}
747
Takashi Iwaic8b6bf92005-11-17 14:57:47 +0100748static int stac92xx_mux_enum_put(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol)
Matt2f2f4252005-04-13 14:45:30 +0200749{
750 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
751 struct sigmatel_spec *spec = codec->spec;
752 unsigned int adc_idx = snd_ctl_get_ioffidx(kcontrol, &ucontrol->id);
Takashi Iwai5207e102009-07-30 13:09:08 +0200753 const struct hda_input_mux *imux = spec->input_mux;
Vitaliy Kulikov094a4242011-03-09 19:47:43 -0600754 unsigned int idx, prev_idx, didx;
Matt2f2f4252005-04-13 14:45:30 +0200755
Takashi Iwai5207e102009-07-30 13:09:08 +0200756 idx = ucontrol->value.enumerated.item[0];
757 if (idx >= imux->num_items)
758 idx = imux->num_items - 1;
759 prev_idx = spec->cur_mux[adc_idx];
760 if (prev_idx == idx)
761 return 0;
762 if (idx < spec->num_analog_muxes) {
763 snd_hda_codec_write_cache(codec, spec->mux_nids[adc_idx], 0,
764 AC_VERB_SET_CONNECT_SEL,
765 imux->items[idx].index);
Vitaliy Kulikov094a4242011-03-09 19:47:43 -0600766 if (prev_idx >= spec->num_analog_muxes &&
767 spec->mux_nids[adc_idx] != spec->dmux_nids[adc_idx]) {
Takashi Iwai5207e102009-07-30 13:09:08 +0200768 imux = spec->dinput_mux;
769 /* 0 = analog */
770 snd_hda_codec_write_cache(codec,
771 spec->dmux_nids[adc_idx], 0,
772 AC_VERB_SET_CONNECT_SEL,
773 imux->items[0].index);
774 }
775 } else {
776 imux = spec->dinput_mux;
Vitaliy Kulikov094a4242011-03-09 19:47:43 -0600777 /* first dimux item is hardcoded to select analog imux,
778 * so lets skip it
779 */
780 didx = idx - spec->num_analog_muxes + 1;
Takashi Iwai5207e102009-07-30 13:09:08 +0200781 snd_hda_codec_write_cache(codec, spec->dmux_nids[adc_idx], 0,
782 AC_VERB_SET_CONNECT_SEL,
Vitaliy Kulikov094a4242011-03-09 19:47:43 -0600783 imux->items[didx].index);
Takashi Iwai5207e102009-07-30 13:09:08 +0200784 }
785 spec->cur_mux[adc_idx] = idx;
786 return 1;
Matt2f2f4252005-04-13 14:45:30 +0200787}
788
Matthew Ranostayb22b4822008-01-22 12:32:30 +0100789static int stac92xx_mono_mux_enum_info(struct snd_kcontrol *kcontrol,
790 struct snd_ctl_elem_info *uinfo)
791{
792 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
793 struct sigmatel_spec *spec = codec->spec;
794 return snd_hda_input_mux_info(spec->mono_mux, uinfo);
795}
796
797static int stac92xx_mono_mux_enum_get(struct snd_kcontrol *kcontrol,
798 struct snd_ctl_elem_value *ucontrol)
799{
800 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
801 struct sigmatel_spec *spec = codec->spec;
802
803 ucontrol->value.enumerated.item[0] = spec->cur_mmux;
804 return 0;
805}
806
807static int stac92xx_mono_mux_enum_put(struct snd_kcontrol *kcontrol,
808 struct snd_ctl_elem_value *ucontrol)
809{
810 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
811 struct sigmatel_spec *spec = codec->spec;
812
813 return snd_hda_input_mux_put(codec, spec->mono_mux, ucontrol,
814 spec->mono_nid, &spec->cur_mmux);
815}
816
Maxim Levitsky5f10c4a2007-09-03 15:29:37 +0200817#define stac92xx_aloopback_info snd_ctl_boolean_mono_info
818
819static int stac92xx_aloopback_get(struct snd_kcontrol *kcontrol,
820 struct snd_ctl_elem_value *ucontrol)
821{
822 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
Matthew Ranostaye1f0d662007-12-13 17:47:21 +0100823 unsigned int idx = snd_ctl_get_ioffidx(kcontrol, &ucontrol->id);
Maxim Levitsky5f10c4a2007-09-03 15:29:37 +0200824 struct sigmatel_spec *spec = codec->spec;
825
Matthew Ranostaye1f0d662007-12-13 17:47:21 +0100826 ucontrol->value.integer.value[0] = !!(spec->aloopback &
827 (spec->aloopback_mask << idx));
Maxim Levitsky5f10c4a2007-09-03 15:29:37 +0200828 return 0;
829}
830
831static int stac92xx_aloopback_put(struct snd_kcontrol *kcontrol,
832 struct snd_ctl_elem_value *ucontrol)
833{
834 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
835 struct sigmatel_spec *spec = codec->spec;
Matthew Ranostaye1f0d662007-12-13 17:47:21 +0100836 unsigned int idx = snd_ctl_get_ioffidx(kcontrol, &ucontrol->id);
Maxim Levitsky5f10c4a2007-09-03 15:29:37 +0200837 unsigned int dac_mode;
Matthew Ranostaye1f0d662007-12-13 17:47:21 +0100838 unsigned int val, idx_val;
Maxim Levitsky5f10c4a2007-09-03 15:29:37 +0200839
Matthew Ranostaye1f0d662007-12-13 17:47:21 +0100840 idx_val = spec->aloopback_mask << idx;
841 if (ucontrol->value.integer.value[0])
842 val = spec->aloopback | idx_val;
843 else
844 val = spec->aloopback & ~idx_val;
Takashi Iwai68ea7b22007-11-15 15:54:38 +0100845 if (spec->aloopback == val)
Maxim Levitsky5f10c4a2007-09-03 15:29:37 +0200846 return 0;
847
Takashi Iwai68ea7b22007-11-15 15:54:38 +0100848 spec->aloopback = val;
Maxim Levitsky5f10c4a2007-09-03 15:29:37 +0200849
Matthew Ranostaye1f0d662007-12-13 17:47:21 +0100850 /* Only return the bits defined by the shift value of the
851 * first two bytes of the mask
852 */
Maxim Levitsky5f10c4a2007-09-03 15:29:37 +0200853 dac_mode = snd_hda_codec_read(codec, codec->afg, 0,
Matthew Ranostaye1f0d662007-12-13 17:47:21 +0100854 kcontrol->private_value & 0xFFFF, 0x0);
855 dac_mode >>= spec->aloopback_shift;
Maxim Levitsky5f10c4a2007-09-03 15:29:37 +0200856
Matthew Ranostaye1f0d662007-12-13 17:47:21 +0100857 if (spec->aloopback & idx_val) {
Maxim Levitsky5f10c4a2007-09-03 15:29:37 +0200858 snd_hda_power_up(codec);
Matthew Ranostaye1f0d662007-12-13 17:47:21 +0100859 dac_mode |= idx_val;
Maxim Levitsky5f10c4a2007-09-03 15:29:37 +0200860 } else {
861 snd_hda_power_down(codec);
Matthew Ranostaye1f0d662007-12-13 17:47:21 +0100862 dac_mode &= ~idx_val;
Maxim Levitsky5f10c4a2007-09-03 15:29:37 +0200863 }
864
865 snd_hda_codec_write_cache(codec, codec->afg, 0,
866 kcontrol->private_value >> 16, dac_mode);
867
868 return 1;
869}
870
Takashi Iwai2b635362011-05-02 12:33:43 +0200871static const struct hda_verb stac9200_core_init[] = {
Matt2f2f4252005-04-13 14:45:30 +0200872 /* set dac0mux for dac converter */
Mattc7d4b2f2005-06-27 14:59:41 +0200873 { 0x07, AC_VERB_SET_CONNECT_SEL, 0x00},
Matt2f2f4252005-04-13 14:45:30 +0200874 {}
875};
876
Takashi Iwai2b635362011-05-02 12:33:43 +0200877static const struct hda_verb stac9200_eapd_init[] = {
Takashi Iwai1194b5b2007-10-10 10:04:26 +0200878 /* set dac0mux for dac converter */
879 {0x07, AC_VERB_SET_CONNECT_SEL, 0x00},
880 {0x08, AC_VERB_SET_EAPD_BTLENABLE, 0x02},
881 {}
882};
883
Takashi Iwai2b635362011-05-02 12:33:43 +0200884static const struct hda_verb dell_eq_core_init[] = {
Matthew Ranostayd654a662008-03-14 08:46:51 +0100885 /* set master volume to max value without distortion
886 * and direct control */
887 { 0x1f, AC_VERB_SET_VOLUME_KNOB_CONTROL, 0xec},
Matthew Ranostayd654a662008-03-14 08:46:51 +0100888 {}
889};
890
Takashi Iwai2b635362011-05-02 12:33:43 +0200891static const struct hda_verb stac92hd73xx_core_init[] = {
Matthew Ranostaye1f0d662007-12-13 17:47:21 +0100892 /* set master volume and direct control */
893 { 0x1f, AC_VERB_SET_VOLUME_KNOB_CONTROL, 0xff},
Matthew Ranostaye1f0d662007-12-13 17:47:21 +0100894 {}
895};
896
Takashi Iwai2b635362011-05-02 12:33:43 +0200897static const struct hda_verb stac92hd83xxx_core_init[] = {
Matthew Ranostayd0513fc2008-07-27 10:30:30 +0200898 /* power state controls amps */
899 { 0x01, AC_VERB_SET_EAPD, 1 << 2},
Herton Ronaldo Krzesinski574f3c42008-12-23 16:53:00 -0200900 {}
Matthew Ranostayd0513fc2008-07-27 10:30:30 +0200901};
902
Vitaliy Kulikov5556e142012-02-27 16:47:37 -0600903static const struct hda_verb stac92hd83xxx_hp_zephyr_init[] = {
904 { 0x22, 0x785, 0x43 },
905 { 0x22, 0x782, 0xe0 },
906 { 0x22, 0x795, 0x00 },
907 {}
908};
909
Takashi Iwai2b635362011-05-02 12:33:43 +0200910static const struct hda_verb stac92hd71bxx_core_init[] = {
Matthew Ranostaye035b842007-11-06 11:53:55 +0100911 /* set master volume and direct control */
912 { 0x28, AC_VERB_SET_VOLUME_KNOB_CONTROL, 0xff},
Herton Ronaldo Krzesinski574f3c42008-12-23 16:53:00 -0200913 {}
Matthew Ranostay541eee82007-12-14 12:08:04 +0100914};
915
Takashi Iwai2b635362011-05-02 12:33:43 +0200916static const struct hda_verb stac92hd71bxx_unmute_core_init[] = {
Matthew Ranostayca8d33f2009-01-26 09:33:52 -0500917 /* unmute right and left channels for nodes 0x0f, 0xa, 0x0d */
918 { 0x0f, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
Matthew Ranostaye035b842007-11-06 11:53:55 +0100919 { 0x0a, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
920 { 0x0d, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
Matthew Ranostaye035b842007-11-06 11:53:55 +0100921 {}
922};
923
Takashi Iwai2b635362011-05-02 12:33:43 +0200924static const struct hda_verb stac925x_core_init[] = {
Tobin Davis8e21c342007-01-08 11:04:17 +0100925 /* set dac0mux for dac converter */
926 { 0x06, AC_VERB_SET_CONNECT_SEL, 0x00},
Takashi Iwaic9280d62009-01-15 17:31:00 +0100927 /* mute the master volume */
928 { 0x0e, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_MUTE },
Tobin Davis8e21c342007-01-08 11:04:17 +0100929 {}
930};
931
Takashi Iwai2b635362011-05-02 12:33:43 +0200932static const struct hda_verb stac922x_core_init[] = {
Matt2f2f4252005-04-13 14:45:30 +0200933 /* set master volume and direct control */
Mattc7d4b2f2005-06-27 14:59:41 +0200934 { 0x16, AC_VERB_SET_VOLUME_KNOB_CONTROL, 0xff},
Matt2f2f4252005-04-13 14:45:30 +0200935 {}
936};
937
Takashi Iwai2b635362011-05-02 12:33:43 +0200938static const struct hda_verb d965_core_init[] = {
Takashi Iwai19039bd2006-06-28 15:52:16 +0200939 /* set master volume and direct control */
Tobin Davis93ed1502006-09-01 21:03:12 +0200940 { 0x24, AC_VERB_SET_VOLUME_KNOB_CONTROL, 0xff},
Takashi Iwai19039bd2006-06-28 15:52:16 +0200941 /* unmute node 0x1b */
942 { 0x1b, AC_VERB_SET_AMP_GAIN_MUTE, 0xb000},
943 /* select node 0x03 as DAC */
944 { 0x0b, AC_VERB_SET_CONNECT_SEL, 0x01},
945 {}
946};
947
Takashi Iwai2b635362011-05-02 12:33:43 +0200948static const struct hda_verb dell_3st_core_init[] = {
Takashi Iwaiccca7cd2009-10-13 15:32:21 +0200949 /* don't set delta bit */
950 {0x24, AC_VERB_SET_VOLUME_KNOB_CONTROL, 0x7f},
951 /* unmute node 0x1b */
952 {0x1b, AC_VERB_SET_AMP_GAIN_MUTE, 0xb000},
953 /* select node 0x03 as DAC */
954 {0x0b, AC_VERB_SET_CONNECT_SEL, 0x01},
955 {}
956};
957
Takashi Iwai2b635362011-05-02 12:33:43 +0200958static const struct hda_verb stac927x_core_init[] = {
Matt Porter3cc08dc2006-01-23 15:27:49 +0100959 /* set master volume and direct control */
960 { 0x24, AC_VERB_SET_VOLUME_KNOB_CONTROL, 0xff},
Matthew Ranostay1cd22242008-07-18 18:20:52 +0200961 /* enable analog pc beep path */
962 { 0x01, AC_VERB_SET_DIGI_CONVERT_2, 1 << 5},
Matt Porter3cc08dc2006-01-23 15:27:49 +0100963 {}
964};
965
Takashi Iwai2b635362011-05-02 12:33:43 +0200966static const struct hda_verb stac927x_volknob_core_init[] = {
Takashi Iwai54930532009-10-11 17:38:29 +0200967 /* don't set delta bit */
968 {0x24, AC_VERB_SET_VOLUME_KNOB_CONTROL, 0x7f},
969 /* enable analog pc beep path */
970 {0x01, AC_VERB_SET_DIGI_CONVERT_2, 1 << 5},
971 {}
972};
973
Takashi Iwai2b635362011-05-02 12:33:43 +0200974static const struct hda_verb stac9205_core_init[] = {
Matt Porterf3302a52006-07-31 12:49:34 +0200975 /* set master volume and direct control */
976 { 0x24, AC_VERB_SET_VOLUME_KNOB_CONTROL, 0xff},
Matthew Ranostayd0513fc2008-07-27 10:30:30 +0200977 /* enable analog pc beep path */
978 { 0x01, AC_VERB_SET_DIGI_CONVERT_2, 1 << 5},
Matt Porterf3302a52006-07-31 12:49:34 +0200979 {}
980};
981
Matthew Ranostayb22b4822008-01-22 12:32:30 +0100982#define STAC_MONO_MUX \
983 { \
984 .iface = SNDRV_CTL_ELEM_IFACE_MIXER, \
985 .name = "Mono Mux", \
986 .count = 1, \
987 .info = stac92xx_mono_mux_enum_info, \
988 .get = stac92xx_mono_mux_enum_get, \
989 .put = stac92xx_mono_mux_enum_put, \
990 }
991
Matthew Ranostaye1f0d662007-12-13 17:47:21 +0100992#define STAC_ANALOG_LOOPBACK(verb_read, verb_write, cnt) \
Maxim Levitsky5f10c4a2007-09-03 15:29:37 +0200993 { \
994 .iface = SNDRV_CTL_ELEM_IFACE_MIXER, \
995 .name = "Analog Loopback", \
Matthew Ranostaye1f0d662007-12-13 17:47:21 +0100996 .count = cnt, \
Maxim Levitsky5f10c4a2007-09-03 15:29:37 +0200997 .info = stac92xx_aloopback_info, \
998 .get = stac92xx_aloopback_get, \
999 .put = stac92xx_aloopback_put, \
1000 .private_value = verb_read | (verb_write << 16), \
1001 }
1002
Nickolas Lloyd2fc99892009-05-15 15:33:30 +02001003#define DC_BIAS(xname, idx, nid) \
1004 { \
1005 .iface = SNDRV_CTL_ELEM_IFACE_MIXER, \
1006 .name = xname, \
1007 .index = idx, \
1008 .info = stac92xx_dc_bias_info, \
1009 .get = stac92xx_dc_bias_get, \
1010 .put = stac92xx_dc_bias_put, \
1011 .private_value = nid, \
1012 }
1013
Takashi Iwai2b635362011-05-02 12:33:43 +02001014static const struct snd_kcontrol_new stac9200_mixer[] = {
Takashi Iwai2faa3bf2012-03-12 12:30:22 +01001015 HDA_CODEC_VOLUME_MIN_MUTE("PCM Playback Volume", 0xb, 0, HDA_OUTPUT),
1016 HDA_CODEC_MUTE("PCM Playback Switch", 0xb, 0, HDA_OUTPUT),
Matt2f2f4252005-04-13 14:45:30 +02001017 HDA_CODEC_VOLUME("Capture Volume", 0x0a, 0, HDA_OUTPUT),
1018 HDA_CODEC_MUTE("Capture Switch", 0x0a, 0, HDA_OUTPUT),
Matt2f2f4252005-04-13 14:45:30 +02001019 { } /* end */
1020};
1021
Takashi Iwai2b635362011-05-02 12:33:43 +02001022static const struct snd_kcontrol_new stac92hd73xx_6ch_loopback[] = {
Takashi Iwaid78d7a92009-03-02 14:26:25 +01001023 STAC_ANALOG_LOOPBACK(0xFA0, 0x7A1, 3),
1024 {}
1025};
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01001026
Takashi Iwai2b635362011-05-02 12:33:43 +02001027static const struct snd_kcontrol_new stac92hd73xx_8ch_loopback[] = {
Takashi Iwaid78d7a92009-03-02 14:26:25 +01001028 STAC_ANALOG_LOOPBACK(0xFA0, 0x7A1, 4),
1029 {}
1030};
1031
Takashi Iwai2b635362011-05-02 12:33:43 +02001032static const struct snd_kcontrol_new stac92hd73xx_10ch_loopback[] = {
Takashi Iwaid78d7a92009-03-02 14:26:25 +01001033 STAC_ANALOG_LOOPBACK(0xFA0, 0x7A1, 5),
1034 {}
1035};
1036
Matthew Ranostayd0513fc2008-07-27 10:30:30 +02001037
Takashi Iwai2b635362011-05-02 12:33:43 +02001038static const struct snd_kcontrol_new stac92hd71bxx_loopback[] = {
Takashi Iwaid78d7a92009-03-02 14:26:25 +01001039 STAC_ANALOG_LOOPBACK(0xFA0, 0x7A0, 2)
1040};
Matthew Ranostay541eee82007-12-14 12:08:04 +01001041
Takashi Iwai2b635362011-05-02 12:33:43 +02001042static const struct snd_kcontrol_new stac925x_mixer[] = {
Takashi Iwai2faa3bf2012-03-12 12:30:22 +01001043 HDA_CODEC_VOLUME_MIN_MUTE("PCM Playback Volume", 0xe, 0, HDA_OUTPUT),
1044 HDA_CODEC_MUTE("PCM Playback Switch", 0x0e, 0, HDA_OUTPUT),
Maxim Levitsky9e05b7a2007-09-03 15:31:02 +02001045 { } /* end */
1046};
1047
Takashi Iwai2b635362011-05-02 12:33:43 +02001048static const struct snd_kcontrol_new stac9205_loopback[] = {
Takashi Iwaid78d7a92009-03-02 14:26:25 +01001049 STAC_ANALOG_LOOPBACK(0xFE0, 0x7E0, 1),
1050 {}
1051};
1052
Takashi Iwai2b635362011-05-02 12:33:43 +02001053static const struct snd_kcontrol_new stac927x_loopback[] = {
Takashi Iwaid78d7a92009-03-02 14:26:25 +01001054 STAC_ANALOG_LOOPBACK(0xFEB, 0x7EB, 1),
1055 {}
1056};
1057
Takashi Iwai1697055e2007-12-18 18:05:52 +01001058static struct snd_kcontrol_new stac_dmux_mixer = {
1059 .iface = SNDRV_CTL_ELEM_IFACE_MIXER,
1060 .name = "Digital Input Source",
1061 /* count set later */
1062 .info = stac92xx_dmux_enum_info,
1063 .get = stac92xx_dmux_enum_get,
1064 .put = stac92xx_dmux_enum_put,
1065};
1066
Matthew Ranostayd9737752008-09-07 12:03:41 +02001067static struct snd_kcontrol_new stac_smux_mixer = {
1068 .iface = SNDRV_CTL_ELEM_IFACE_MIXER,
Matthew Ranostaye3487972008-09-08 11:36:59 -04001069 .name = "IEC958 Playback Source",
Matthew Ranostayd9737752008-09-07 12:03:41 +02001070 /* count set later */
1071 .info = stac92xx_smux_enum_info,
1072 .get = stac92xx_smux_enum_get,
1073 .put = stac92xx_smux_enum_put,
1074};
1075
Takashi Iwai9322ca52012-02-03 14:28:01 +01001076static const char * const slave_pfxs[] = {
1077 "Front", "Surround", "Center", "LFE", "Side",
1078 "Headphone", "Speaker", "IEC958",
Takashi Iwai2134ea42008-01-10 16:53:55 +01001079 NULL
1080};
1081
Takashi Iwai2faa3bf2012-03-12 12:30:22 +01001082static void stac92xx_update_led_status(struct hda_codec *codec, int enabled);
1083
1084static void stac92xx_vmaster_hook(void *private_data, int val)
1085{
1086 stac92xx_update_led_status(private_data, val);
1087}
1088
Takashi Iwai603c4012008-07-30 15:01:44 +02001089static void stac92xx_free_kctls(struct hda_codec *codec);
1090
Matt2f2f4252005-04-13 14:45:30 +02001091static int stac92xx_build_controls(struct hda_codec *codec)
1092{
1093 struct sigmatel_spec *spec = codec->spec;
Takashi Iwai2faa3bf2012-03-12 12:30:22 +01001094 unsigned int vmaster_tlv[4];
Matt2f2f4252005-04-13 14:45:30 +02001095 int err;
Mattc7d4b2f2005-06-27 14:59:41 +02001096 int i;
Matt2f2f4252005-04-13 14:45:30 +02001097
Takashi Iwai6479c632009-07-28 18:20:25 +02001098 if (spec->mixer) {
1099 err = snd_hda_add_new_ctls(codec, spec->mixer);
1100 if (err < 0)
1101 return err;
1102 }
Mattc7d4b2f2005-06-27 14:59:41 +02001103
1104 for (i = 0; i < spec->num_mixers; i++) {
1105 err = snd_hda_add_new_ctls(codec, spec->mixers[i]);
1106 if (err < 0)
1107 return err;
1108 }
Takashi Iwai5207e102009-07-30 13:09:08 +02001109 if (!spec->auto_mic && spec->num_dmuxes > 0 &&
1110 snd_hda_get_bool_hint(codec, "separate_dmux") == 1) {
Takashi Iwai1697055e2007-12-18 18:05:52 +01001111 stac_dmux_mixer.count = spec->num_dmuxes;
Jaroslav Kysela3911a4c2009-11-11 13:43:01 +01001112 err = snd_hda_ctl_add(codec, 0,
Takashi Iwai1697055e2007-12-18 18:05:52 +01001113 snd_ctl_new1(&stac_dmux_mixer, codec));
1114 if (err < 0)
1115 return err;
1116 }
Matthew Ranostayd9737752008-09-07 12:03:41 +02001117 if (spec->num_smuxes > 0) {
Matthew Ranostay00ef50c2008-09-27 18:13:47 -04001118 int wcaps = get_wcaps(codec, spec->multiout.dig_out_nid);
1119 struct hda_input_mux *smux = &spec->private_smux;
1120 /* check for mute support on SPDIF out */
1121 if (wcaps & AC_WCAP_OUT_AMP) {
Takashi Iwai10a20af2010-09-09 16:28:02 +02001122 snd_hda_add_imux_item(smux, "Off", 0, NULL);
Matthew Ranostay00ef50c2008-09-27 18:13:47 -04001123 spec->spdif_mute = 1;
1124 }
Matthew Ranostayd9737752008-09-07 12:03:41 +02001125 stac_smux_mixer.count = spec->num_smuxes;
Jaroslav Kysela3911a4c2009-11-11 13:43:01 +01001126 err = snd_hda_ctl_add(codec, 0,
Matthew Ranostayd9737752008-09-07 12:03:41 +02001127 snd_ctl_new1(&stac_smux_mixer, codec));
1128 if (err < 0)
1129 return err;
1130 }
Mattc7d4b2f2005-06-27 14:59:41 +02001131
Mattdabbed62005-06-14 10:19:34 +02001132 if (spec->multiout.dig_out_nid) {
Stephen Warren74b654c2011-06-01 11:14:18 -06001133 err = snd_hda_create_spdif_out_ctls(codec,
1134 spec->multiout.dig_out_nid,
1135 spec->multiout.dig_out_nid);
Mattdabbed62005-06-14 10:19:34 +02001136 if (err < 0)
1137 return err;
Takashi Iwai9a081602008-02-12 18:37:26 +01001138 err = snd_hda_create_spdif_share_sw(codec,
1139 &spec->multiout);
1140 if (err < 0)
1141 return err;
1142 spec->multiout.share_spdif = 1;
Mattdabbed62005-06-14 10:19:34 +02001143 }
Harvey Harrisonda74ae32008-10-21 20:28:04 -07001144 if (spec->dig_in_nid && !(spec->gpio_dir & 0x01)) {
Mattdabbed62005-06-14 10:19:34 +02001145 err = snd_hda_create_spdif_in_ctls(codec, spec->dig_in_nid);
1146 if (err < 0)
1147 return err;
1148 }
Takashi Iwai2134ea42008-01-10 16:53:55 +01001149
1150 /* if we have no master control, let's create it */
Takashi Iwai2faa3bf2012-03-12 12:30:22 +01001151 snd_hda_set_vmaster_tlv(codec, spec->multiout.dac_nids[0],
1152 HDA_OUTPUT, vmaster_tlv);
1153 /* correct volume offset */
1154 vmaster_tlv[2] += vmaster_tlv[3] * spec->volume_offset;
1155 /* minimum value is actually mute */
1156 vmaster_tlv[3] |= TLV_DB_SCALE_MUTE;
1157 err = snd_hda_add_vmaster(codec, "Master Playback Volume",
1158 vmaster_tlv, slave_pfxs,
1159 "Playback Volume");
1160 if (err < 0)
1161 return err;
1162
1163 err = __snd_hda_add_vmaster(codec, "Master Playback Switch",
1164 NULL, slave_pfxs,
1165 "Playback Switch", true,
Takashi Iwaid2f344b2012-03-12 16:59:58 +01001166 &spec->vmaster_mute.sw_kctl);
Takashi Iwai2faa3bf2012-03-12 12:30:22 +01001167 if (err < 0)
1168 return err;
1169
1170 if (spec->gpio_led) {
Takashi Iwaid2f344b2012-03-12 16:59:58 +01001171 spec->vmaster_mute.hook = stac92xx_vmaster_hook;
Takashi Iwaif29735c2012-03-13 07:55:10 +01001172 err = snd_hda_add_vmaster_hook(codec, &spec->vmaster_mute, true);
Takashi Iwaid2f344b2012-03-12 16:59:58 +01001173 if (err < 0)
1174 return err;
Takashi Iwai2134ea42008-01-10 16:53:55 +01001175 }
1176
Takashi Iwaid78d7a92009-03-02 14:26:25 +01001177 if (spec->aloopback_ctl &&
1178 snd_hda_get_bool_hint(codec, "loopback") == 1) {
1179 err = snd_hda_add_new_ctls(codec, spec->aloopback_ctl);
1180 if (err < 0)
1181 return err;
1182 }
1183
Takashi Iwai603c4012008-07-30 15:01:44 +02001184 stac92xx_free_kctls(codec); /* no longer needed */
Takashi Iwaie4973e12008-11-18 09:32:42 +01001185
Takashi Iwai01a61e12011-10-28 00:03:22 +02001186 err = snd_hda_jack_add_kctls(codec, &spec->autocfg);
1187 if (err < 0)
1188 return err;
Takashi Iwaie4973e12008-11-18 09:32:42 +01001189
Mattdabbed62005-06-14 10:19:34 +02001190 return 0;
Matt2f2f4252005-04-13 14:45:30 +02001191}
1192
Takashi Iwai2b635362011-05-02 12:33:43 +02001193static const unsigned int ref9200_pin_configs[8] = {
Mattdabbed62005-06-14 10:19:34 +02001194 0x01c47010, 0x01447010, 0x0221401f, 0x01114010,
Matt2f2f4252005-04-13 14:45:30 +02001195 0x02a19020, 0x01a19021, 0x90100140, 0x01813122,
1196};
1197
Takashi Iwai2b635362011-05-02 12:33:43 +02001198static const unsigned int gateway9200_m4_pin_configs[8] = {
Mauro Carvalho Chehab58eec422008-08-11 10:18:39 +02001199 0x400000fe, 0x404500f4, 0x400100f0, 0x90110010,
1200 0x400100f1, 0x02a1902e, 0x500000f2, 0x500000f3,
1201};
Takashi Iwai2b635362011-05-02 12:33:43 +02001202static const unsigned int gateway9200_m4_2_pin_configs[8] = {
Mauro Carvalho Chehab58eec422008-08-11 10:18:39 +02001203 0x400000fe, 0x404500f4, 0x400100f0, 0x90110010,
1204 0x400100f1, 0x02a1902e, 0x500000f2, 0x500000f3,
1205};
1206
1207/*
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001208 STAC 9200 pin configs for
1209 102801A8
1210 102801DE
1211 102801E8
1212*/
Takashi Iwai2b635362011-05-02 12:33:43 +02001213static const unsigned int dell9200_d21_pin_configs[8] = {
Takashi Iwaiaf6c0162007-09-05 23:46:03 +02001214 0x400001f0, 0x400001f1, 0x02214030, 0x01014010,
1215 0x02a19020, 0x01a19021, 0x90100140, 0x01813122,
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001216};
1217
1218/*
1219 STAC 9200 pin configs for
1220 102801C0
1221 102801C1
1222*/
Takashi Iwai2b635362011-05-02 12:33:43 +02001223static const unsigned int dell9200_d22_pin_configs[8] = {
Takashi Iwaiaf6c0162007-09-05 23:46:03 +02001224 0x400001f0, 0x400001f1, 0x0221401f, 0x01014010,
1225 0x01813020, 0x02a19021, 0x90100140, 0x400001f2,
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001226};
1227
1228/*
1229 STAC 9200 pin configs for
1230 102801C4 (Dell Dimension E310)
1231 102801C5
1232 102801C7
1233 102801D9
1234 102801DA
1235 102801E3
1236*/
Takashi Iwai2b635362011-05-02 12:33:43 +02001237static const unsigned int dell9200_d23_pin_configs[8] = {
Takashi Iwaiaf6c0162007-09-05 23:46:03 +02001238 0x400001f0, 0x400001f1, 0x0221401f, 0x01014010,
1239 0x01813020, 0x01a19021, 0x90100140, 0x400001f2,
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001240};
1241
1242
1243/*
1244 STAC 9200-32 pin configs for
1245 102801B5 (Dell Inspiron 630m)
1246 102801D8 (Dell Inspiron 640m)
1247*/
Takashi Iwai2b635362011-05-02 12:33:43 +02001248static const unsigned int dell9200_m21_pin_configs[8] = {
Takashi Iwaiaf6c0162007-09-05 23:46:03 +02001249 0x40c003fa, 0x03441340, 0x0321121f, 0x90170310,
1250 0x408003fb, 0x03a11020, 0x401003fc, 0x403003fd,
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001251};
1252
1253/*
1254 STAC 9200-32 pin configs for
1255 102801C2 (Dell Latitude D620)
1256 102801C8
1257 102801CC (Dell Latitude D820)
1258 102801D4
1259 102801D6
1260*/
Takashi Iwai2b635362011-05-02 12:33:43 +02001261static const unsigned int dell9200_m22_pin_configs[8] = {
Takashi Iwaiaf6c0162007-09-05 23:46:03 +02001262 0x40c003fa, 0x0144131f, 0x0321121f, 0x90170310,
1263 0x90a70321, 0x03a11020, 0x401003fb, 0x40f000fc,
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001264};
1265
1266/*
1267 STAC 9200-32 pin configs for
1268 102801CE (Dell XPS M1710)
1269 102801CF (Dell Precision M90)
1270*/
Takashi Iwai2b635362011-05-02 12:33:43 +02001271static const unsigned int dell9200_m23_pin_configs[8] = {
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001272 0x40c003fa, 0x01441340, 0x0421421f, 0x90170310,
1273 0x408003fb, 0x04a1102e, 0x90170311, 0x403003fc,
1274};
1275
1276/*
1277 STAC 9200-32 pin configs for
1278 102801C9
1279 102801CA
1280 102801CB (Dell Latitude 120L)
1281 102801D3
1282*/
Takashi Iwai2b635362011-05-02 12:33:43 +02001283static const unsigned int dell9200_m24_pin_configs[8] = {
Takashi Iwaiaf6c0162007-09-05 23:46:03 +02001284 0x40c003fa, 0x404003fb, 0x0321121f, 0x90170310,
1285 0x408003fc, 0x03a11020, 0x401003fd, 0x403003fe,
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001286};
1287
1288/*
1289 STAC 9200-32 pin configs for
1290 102801BD (Dell Inspiron E1505n)
1291 102801EE
1292 102801EF
1293*/
Takashi Iwai2b635362011-05-02 12:33:43 +02001294static const unsigned int dell9200_m25_pin_configs[8] = {
Takashi Iwaiaf6c0162007-09-05 23:46:03 +02001295 0x40c003fa, 0x01441340, 0x0421121f, 0x90170310,
1296 0x408003fb, 0x04a11020, 0x401003fc, 0x403003fd,
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001297};
1298
1299/*
1300 STAC 9200-32 pin configs for
1301 102801F5 (Dell Inspiron 1501)
1302 102801F6
1303*/
Takashi Iwai2b635362011-05-02 12:33:43 +02001304static const unsigned int dell9200_m26_pin_configs[8] = {
Takashi Iwaiaf6c0162007-09-05 23:46:03 +02001305 0x40c003fa, 0x404003fb, 0x0421121f, 0x90170310,
1306 0x408003fc, 0x04a11020, 0x401003fd, 0x403003fe,
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001307};
1308
1309/*
1310 STAC 9200-32
1311 102801CD (Dell Inspiron E1705/9400)
1312*/
Takashi Iwai2b635362011-05-02 12:33:43 +02001313static const unsigned int dell9200_m27_pin_configs[8] = {
Takashi Iwaiaf6c0162007-09-05 23:46:03 +02001314 0x40c003fa, 0x01441340, 0x0421121f, 0x90170310,
1315 0x90170310, 0x04a11020, 0x90170310, 0x40f003fc,
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001316};
1317
Takashi Iwai2b635362011-05-02 12:33:43 +02001318static const unsigned int oqo9200_pin_configs[8] = {
Tobin Davisbf277782008-02-03 20:31:47 +01001319 0x40c000f0, 0x404000f1, 0x0221121f, 0x02211210,
1320 0x90170111, 0x90a70120, 0x400000f2, 0x400000f3,
1321};
1322
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001323
Takashi Iwai2b635362011-05-02 12:33:43 +02001324static const unsigned int *stac9200_brd_tbl[STAC_9200_MODELS] = {
Takashi Iwaif5fcc132006-11-24 17:07:44 +01001325 [STAC_REF] = ref9200_pin_configs,
Tobin Davisbf277782008-02-03 20:31:47 +01001326 [STAC_9200_OQO] = oqo9200_pin_configs,
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001327 [STAC_9200_DELL_D21] = dell9200_d21_pin_configs,
1328 [STAC_9200_DELL_D22] = dell9200_d22_pin_configs,
1329 [STAC_9200_DELL_D23] = dell9200_d23_pin_configs,
1330 [STAC_9200_DELL_M21] = dell9200_m21_pin_configs,
1331 [STAC_9200_DELL_M22] = dell9200_m22_pin_configs,
1332 [STAC_9200_DELL_M23] = dell9200_m23_pin_configs,
1333 [STAC_9200_DELL_M24] = dell9200_m24_pin_configs,
1334 [STAC_9200_DELL_M25] = dell9200_m25_pin_configs,
1335 [STAC_9200_DELL_M26] = dell9200_m26_pin_configs,
1336 [STAC_9200_DELL_M27] = dell9200_m27_pin_configs,
Mauro Carvalho Chehab58eec422008-08-11 10:18:39 +02001337 [STAC_9200_M4] = gateway9200_m4_pin_configs,
1338 [STAC_9200_M4_2] = gateway9200_m4_2_pin_configs,
Takashi Iwai117f2572008-03-18 09:53:23 +01001339 [STAC_9200_PANASONIC] = ref9200_pin_configs,
Matt Porter403d1942005-11-29 15:00:51 +01001340};
1341
Takashi Iwaiea734962011-01-17 11:29:34 +01001342static const char * const stac9200_models[STAC_9200_MODELS] = {
Takashi Iwai1607b8e2009-02-26 16:50:43 +01001343 [STAC_AUTO] = "auto",
Takashi Iwaif5fcc132006-11-24 17:07:44 +01001344 [STAC_REF] = "ref",
Tobin Davisbf277782008-02-03 20:31:47 +01001345 [STAC_9200_OQO] = "oqo",
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001346 [STAC_9200_DELL_D21] = "dell-d21",
1347 [STAC_9200_DELL_D22] = "dell-d22",
1348 [STAC_9200_DELL_D23] = "dell-d23",
1349 [STAC_9200_DELL_M21] = "dell-m21",
1350 [STAC_9200_DELL_M22] = "dell-m22",
1351 [STAC_9200_DELL_M23] = "dell-m23",
1352 [STAC_9200_DELL_M24] = "dell-m24",
1353 [STAC_9200_DELL_M25] = "dell-m25",
1354 [STAC_9200_DELL_M26] = "dell-m26",
1355 [STAC_9200_DELL_M27] = "dell-m27",
Mauro Carvalho Chehab58eec422008-08-11 10:18:39 +02001356 [STAC_9200_M4] = "gateway-m4",
1357 [STAC_9200_M4_2] = "gateway-m4-2",
Takashi Iwai117f2572008-03-18 09:53:23 +01001358 [STAC_9200_PANASONIC] = "panasonic",
Takashi Iwaif5fcc132006-11-24 17:07:44 +01001359};
1360
Takashi Iwai2b635362011-05-02 12:33:43 +02001361static const struct snd_pci_quirk stac9200_cfg_tbl[] = {
Takashi Iwaif5fcc132006-11-24 17:07:44 +01001362 /* SigmaTel reference board */
1363 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x2668,
1364 "DFI LanParty", STAC_REF),
Matthew Ranostay577aa2c2009-01-22 22:55:44 -05001365 SND_PCI_QUIRK(PCI_VENDOR_ID_DFI, 0x3101,
1366 "DFI LanParty", STAC_REF),
Matt Portere7377072006-11-06 11:20:38 +01001367 /* Dell laptops have BIOS problem */
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001368 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01a8,
1369 "unknown Dell", STAC_9200_DELL_D21),
Takashi Iwaif5fcc132006-11-24 17:07:44 +01001370 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01b5,
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001371 "Dell Inspiron 630m", STAC_9200_DELL_M21),
1372 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01bd,
1373 "Dell Inspiron E1505n", STAC_9200_DELL_M25),
1374 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01c0,
1375 "unknown Dell", STAC_9200_DELL_D22),
1376 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01c1,
1377 "unknown Dell", STAC_9200_DELL_D22),
Takashi Iwaif5fcc132006-11-24 17:07:44 +01001378 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01c2,
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001379 "Dell Latitude D620", STAC_9200_DELL_M22),
1380 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01c5,
1381 "unknown Dell", STAC_9200_DELL_D23),
1382 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01c7,
1383 "unknown Dell", STAC_9200_DELL_D23),
1384 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01c8,
1385 "unknown Dell", STAC_9200_DELL_M22),
1386 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01c9,
1387 "unknown Dell", STAC_9200_DELL_M24),
1388 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01ca,
1389 "unknown Dell", STAC_9200_DELL_M24),
Takashi Iwaif5fcc132006-11-24 17:07:44 +01001390 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01cb,
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001391 "Dell Latitude 120L", STAC_9200_DELL_M24),
Cory T. Tusar877b8662007-01-30 17:30:55 +01001392 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01cc,
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001393 "Dell Latitude D820", STAC_9200_DELL_M22),
Mikael Nilsson46f02ca2007-02-13 12:46:16 +01001394 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01cd,
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001395 "Dell Inspiron E1705/9400", STAC_9200_DELL_M27),
Mikael Nilsson46f02ca2007-02-13 12:46:16 +01001396 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01ce,
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001397 "Dell XPS M1710", STAC_9200_DELL_M23),
Takashi Iwaif0f96742007-02-14 00:59:17 +01001398 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01cf,
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001399 "Dell Precision M90", STAC_9200_DELL_M23),
1400 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01d3,
1401 "unknown Dell", STAC_9200_DELL_M22),
1402 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01d4,
1403 "unknown Dell", STAC_9200_DELL_M22),
Daniel T Chen8286c532007-05-15 11:46:23 +02001404 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01d6,
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001405 "unknown Dell", STAC_9200_DELL_M22),
Tobin Davis49c605d2007-05-17 09:38:24 +02001406 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01d8,
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001407 "Dell Inspiron 640m", STAC_9200_DELL_M21),
1408 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01d9,
1409 "unknown Dell", STAC_9200_DELL_D23),
1410 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01da,
1411 "unknown Dell", STAC_9200_DELL_D23),
1412 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01de,
1413 "unknown Dell", STAC_9200_DELL_D21),
1414 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01e3,
1415 "unknown Dell", STAC_9200_DELL_D23),
1416 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01e8,
1417 "unknown Dell", STAC_9200_DELL_D21),
1418 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01ee,
1419 "unknown Dell", STAC_9200_DELL_M25),
1420 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01ef,
1421 "unknown Dell", STAC_9200_DELL_M25),
Tobin Davis49c605d2007-05-17 09:38:24 +02001422 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01f5,
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001423 "Dell Inspiron 1501", STAC_9200_DELL_M26),
1424 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01f6,
1425 "unknown Dell", STAC_9200_DELL_M26),
Tobin Davis49c605d2007-05-17 09:38:24 +02001426 /* Panasonic */
Takashi Iwai117f2572008-03-18 09:53:23 +01001427 SND_PCI_QUIRK(0x10f7, 0x8338, "Panasonic CF-74", STAC_9200_PANASONIC),
Takashi Iwai1194b5b2007-10-10 10:04:26 +02001428 /* Gateway machines needs EAPD to be set on resume */
Mauro Carvalho Chehab58eec422008-08-11 10:18:39 +02001429 SND_PCI_QUIRK(0x107b, 0x0205, "Gateway S-7110M", STAC_9200_M4),
1430 SND_PCI_QUIRK(0x107b, 0x0317, "Gateway MT3423, MX341*", STAC_9200_M4_2),
1431 SND_PCI_QUIRK(0x107b, 0x0318, "Gateway ML3019, MT3707", STAC_9200_M4_2),
Tobin Davisbf277782008-02-03 20:31:47 +01001432 /* OQO Mobile */
1433 SND_PCI_QUIRK(0x1106, 0x3288, "OQO Model 2", STAC_9200_OQO),
Matt Porter403d1942005-11-29 15:00:51 +01001434 {} /* terminator */
1435};
1436
Takashi Iwai2b635362011-05-02 12:33:43 +02001437static const unsigned int ref925x_pin_configs[8] = {
Tobin Davis8e21c342007-01-08 11:04:17 +01001438 0x40c003f0, 0x424503f2, 0x01813022, 0x02a19021,
Matthew Ranostay09a99952008-01-24 11:49:21 +01001439 0x90a70320, 0x02214210, 0x01019020, 0x9033032e,
Tobin Davis8e21c342007-01-08 11:04:17 +01001440};
1441
Takashi Iwai2b635362011-05-02 12:33:43 +02001442static const unsigned int stac925xM1_pin_configs[8] = {
Mauro Carvalho Chehab9cb36c22008-08-11 10:18:39 +02001443 0x40c003f4, 0x424503f2, 0x400000f3, 0x02a19020,
1444 0x40a000f0, 0x90100210, 0x400003f1, 0x9033032e,
Tobin Davis8e21c342007-01-08 11:04:17 +01001445};
1446
Takashi Iwai2b635362011-05-02 12:33:43 +02001447static const unsigned int stac925xM1_2_pin_configs[8] = {
Mauro Carvalho Chehab9cb36c22008-08-11 10:18:39 +02001448 0x40c003f4, 0x424503f2, 0x400000f3, 0x02a19020,
1449 0x40a000f0, 0x90100210, 0x400003f1, 0x9033032e,
1450};
Mauro Carvalho Chehab58eec422008-08-11 10:18:39 +02001451
Takashi Iwai2b635362011-05-02 12:33:43 +02001452static const unsigned int stac925xM2_pin_configs[8] = {
Mauro Carvalho Chehab9cb36c22008-08-11 10:18:39 +02001453 0x40c003f4, 0x424503f2, 0x400000f3, 0x02a19020,
1454 0x40a000f0, 0x90100210, 0x400003f1, 0x9033032e,
Tobin Davis2c11f952007-05-17 09:36:34 +02001455};
1456
Takashi Iwai2b635362011-05-02 12:33:43 +02001457static const unsigned int stac925xM2_2_pin_configs[8] = {
Mauro Carvalho Chehab58eec422008-08-11 10:18:39 +02001458 0x40c003f4, 0x424503f2, 0x400000f3, 0x02a19020,
1459 0x40a000f0, 0x90100210, 0x400003f1, 0x9033032e,
1460};
1461
Takashi Iwai2b635362011-05-02 12:33:43 +02001462static const unsigned int stac925xM3_pin_configs[8] = {
Mauro Carvalho Chehab9cb36c22008-08-11 10:18:39 +02001463 0x40c003f4, 0x424503f2, 0x400000f3, 0x02a19020,
1464 0x40a000f0, 0x90100210, 0x400003f1, 0x503303f3,
1465};
Mauro Carvalho Chehab58eec422008-08-11 10:18:39 +02001466
Takashi Iwai2b635362011-05-02 12:33:43 +02001467static const unsigned int stac925xM5_pin_configs[8] = {
Mauro Carvalho Chehab9cb36c22008-08-11 10:18:39 +02001468 0x40c003f4, 0x424503f2, 0x400000f3, 0x02a19020,
1469 0x40a000f0, 0x90100210, 0x400003f1, 0x9033032e,
1470};
1471
Takashi Iwai2b635362011-05-02 12:33:43 +02001472static const unsigned int stac925xM6_pin_configs[8] = {
Mauro Carvalho Chehab9cb36c22008-08-11 10:18:39 +02001473 0x40c003f4, 0x424503f2, 0x400000f3, 0x02a19020,
1474 0x40a000f0, 0x90100210, 0x400003f1, 0x90330320,
Tobin Davis8e21c342007-01-08 11:04:17 +01001475};
1476
Takashi Iwai2b635362011-05-02 12:33:43 +02001477static const unsigned int *stac925x_brd_tbl[STAC_925x_MODELS] = {
Tobin Davis8e21c342007-01-08 11:04:17 +01001478 [STAC_REF] = ref925x_pin_configs,
Mauro Carvalho Chehab9cb36c22008-08-11 10:18:39 +02001479 [STAC_M1] = stac925xM1_pin_configs,
1480 [STAC_M1_2] = stac925xM1_2_pin_configs,
1481 [STAC_M2] = stac925xM2_pin_configs,
Tobin Davis8e21c342007-01-08 11:04:17 +01001482 [STAC_M2_2] = stac925xM2_2_pin_configs,
Mauro Carvalho Chehab9cb36c22008-08-11 10:18:39 +02001483 [STAC_M3] = stac925xM3_pin_configs,
1484 [STAC_M5] = stac925xM5_pin_configs,
1485 [STAC_M6] = stac925xM6_pin_configs,
Tobin Davis8e21c342007-01-08 11:04:17 +01001486};
1487
Takashi Iwaiea734962011-01-17 11:29:34 +01001488static const char * const stac925x_models[STAC_925x_MODELS] = {
Takashi Iwai1607b8e2009-02-26 16:50:43 +01001489 [STAC_925x_AUTO] = "auto",
Tobin Davis8e21c342007-01-08 11:04:17 +01001490 [STAC_REF] = "ref",
Mauro Carvalho Chehab9cb36c22008-08-11 10:18:39 +02001491 [STAC_M1] = "m1",
1492 [STAC_M1_2] = "m1-2",
1493 [STAC_M2] = "m2",
Tobin Davis8e21c342007-01-08 11:04:17 +01001494 [STAC_M2_2] = "m2-2",
Mauro Carvalho Chehab9cb36c22008-08-11 10:18:39 +02001495 [STAC_M3] = "m3",
1496 [STAC_M5] = "m5",
1497 [STAC_M6] = "m6",
Tobin Davis8e21c342007-01-08 11:04:17 +01001498};
1499
Takashi Iwai2b635362011-05-02 12:33:43 +02001500static const struct snd_pci_quirk stac925x_codec_id_cfg_tbl[] = {
Mauro Carvalho Chehab58eec422008-08-11 10:18:39 +02001501 SND_PCI_QUIRK(0x107b, 0x0316, "Gateway M255", STAC_M2),
1502 SND_PCI_QUIRK(0x107b, 0x0366, "Gateway MP6954", STAC_M5),
1503 SND_PCI_QUIRK(0x107b, 0x0461, "Gateway NX560XL", STAC_M1),
1504 SND_PCI_QUIRK(0x107b, 0x0681, "Gateway NX860", STAC_M2),
Mauro Carvalho Chehab9cb36c22008-08-11 10:18:39 +02001505 SND_PCI_QUIRK(0x107b, 0x0367, "Gateway MX6453", STAC_M1_2),
Mauro Carvalho Chehab9cb36c22008-08-11 10:18:39 +02001506 /* Not sure about the brand name for those */
1507 SND_PCI_QUIRK(0x107b, 0x0281, "Gateway mobile", STAC_M1),
1508 SND_PCI_QUIRK(0x107b, 0x0507, "Gateway mobile", STAC_M3),
1509 SND_PCI_QUIRK(0x107b, 0x0281, "Gateway mobile", STAC_M6),
1510 SND_PCI_QUIRK(0x107b, 0x0685, "Gateway mobile", STAC_M2_2),
Mauro Carvalho Chehab9cb36c22008-08-11 10:18:39 +02001511 {} /* terminator */
Tobin Davis8e21c342007-01-08 11:04:17 +01001512};
1513
Takashi Iwai2b635362011-05-02 12:33:43 +02001514static const struct snd_pci_quirk stac925x_cfg_tbl[] = {
Tobin Davis8e21c342007-01-08 11:04:17 +01001515 /* SigmaTel reference board */
1516 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x2668, "DFI LanParty", STAC_REF),
Matthew Ranostay577aa2c2009-01-22 22:55:44 -05001517 SND_PCI_QUIRK(PCI_VENDOR_ID_DFI, 0x3101, "DFI LanParty", STAC_REF),
Tobin Davis2c11f952007-05-17 09:36:34 +02001518 SND_PCI_QUIRK(0x8384, 0x7632, "Stac9202 Reference Board", STAC_REF),
Mauro Carvalho Chehab9cb36c22008-08-11 10:18:39 +02001519
1520 /* Default table for unknown ID */
1521 SND_PCI_QUIRK(0x1002, 0x437b, "Gateway mobile", STAC_M2_2),
1522
Tobin Davis8e21c342007-01-08 11:04:17 +01001523 {} /* terminator */
1524};
1525
Takashi Iwai2b635362011-05-02 12:33:43 +02001526static const unsigned int ref92hd73xx_pin_configs[13] = {
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01001527 0x02214030, 0x02a19040, 0x01a19020, 0x02214030,
1528 0x0181302e, 0x01014010, 0x01014020, 0x01014030,
1529 0x02319040, 0x90a000f0, 0x90a000f0, 0x01452050,
Matthew Ranostaya7662642008-02-21 07:51:14 +01001530 0x01452050,
1531};
1532
Takashi Iwai2b635362011-05-02 12:33:43 +02001533static const unsigned int dell_m6_pin_configs[13] = {
Matthew Ranostaya7662642008-02-21 07:51:14 +01001534 0x0321101f, 0x4f00000f, 0x4f0000f0, 0x90170110,
Matthew Ranostay7c2ba972008-04-16 13:13:59 +02001535 0x03a11020, 0x0321101f, 0x4f0000f0, 0x4f0000f0,
Matthew Ranostaya7662642008-02-21 07:51:14 +01001536 0x4f0000f0, 0x90a60160, 0x4f0000f0, 0x4f0000f0,
1537 0x4f0000f0,
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01001538};
1539
Takashi Iwai2b635362011-05-02 12:33:43 +02001540static const unsigned int alienware_m17x_pin_configs[13] = {
Takashi Iwai842ae632009-09-02 07:43:08 +02001541 0x0321101f, 0x0321101f, 0x03a11020, 0x03014020,
1542 0x90170110, 0x4f0000f0, 0x4f0000f0, 0x4f0000f0,
1543 0x4f0000f0, 0x90a60160, 0x4f0000f0, 0x4f0000f0,
1544 0x904601b0,
1545};
1546
Takashi Iwai2b635362011-05-02 12:33:43 +02001547static const unsigned int intel_dg45id_pin_configs[13] = {
Alexey Fisher52dc4382009-12-12 11:16:41 +02001548 0x02214230, 0x02A19240, 0x01013214, 0x01014210,
Wu Fengguang4d26f442010-05-07 08:47:54 +08001549 0x01A19250, 0x01011212, 0x01016211
Alexey Fisher52dc4382009-12-12 11:16:41 +02001550};
1551
Takashi Iwai2b635362011-05-02 12:33:43 +02001552static const unsigned int *stac92hd73xx_brd_tbl[STAC_92HD73XX_MODELS] = {
Matthew Ranostaya7662642008-02-21 07:51:14 +01001553 [STAC_92HD73XX_REF] = ref92hd73xx_pin_configs,
Takashi Iwai661cd8f2008-11-25 15:18:29 +01001554 [STAC_DELL_M6_AMIC] = dell_m6_pin_configs,
1555 [STAC_DELL_M6_DMIC] = dell_m6_pin_configs,
1556 [STAC_DELL_M6_BOTH] = dell_m6_pin_configs,
Matthew Ranostay6b3ab212008-11-03 08:12:43 -05001557 [STAC_DELL_EQ] = dell_m6_pin_configs,
Takashi Iwai842ae632009-09-02 07:43:08 +02001558 [STAC_ALIENWARE_M17X] = alienware_m17x_pin_configs,
Alexey Fisher52dc4382009-12-12 11:16:41 +02001559 [STAC_92HD73XX_INTEL] = intel_dg45id_pin_configs,
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01001560};
1561
Takashi Iwaiea734962011-01-17 11:29:34 +01001562static const char * const stac92hd73xx_models[STAC_92HD73XX_MODELS] = {
Takashi Iwai1607b8e2009-02-26 16:50:43 +01001563 [STAC_92HD73XX_AUTO] = "auto",
Takashi Iwai9e43f0d2008-12-17 14:51:01 +01001564 [STAC_92HD73XX_NO_JD] = "no-jd",
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01001565 [STAC_92HD73XX_REF] = "ref",
Wu Fengguangae709442009-08-19 17:05:11 +08001566 [STAC_92HD73XX_INTEL] = "intel",
Takashi Iwai661cd8f2008-11-25 15:18:29 +01001567 [STAC_DELL_M6_AMIC] = "dell-m6-amic",
1568 [STAC_DELL_M6_DMIC] = "dell-m6-dmic",
1569 [STAC_DELL_M6_BOTH] = "dell-m6",
Matthew Ranostay6b3ab212008-11-03 08:12:43 -05001570 [STAC_DELL_EQ] = "dell-eq",
Takashi Iwai842ae632009-09-02 07:43:08 +02001571 [STAC_ALIENWARE_M17X] = "alienware",
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01001572};
1573
Takashi Iwai2b635362011-05-02 12:33:43 +02001574static const struct snd_pci_quirk stac92hd73xx_cfg_tbl[] = {
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01001575 /* SigmaTel reference board */
1576 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x2668,
Matthew Ranostaya7662642008-02-21 07:51:14 +01001577 "DFI LanParty", STAC_92HD73XX_REF),
Matthew Ranostay577aa2c2009-01-22 22:55:44 -05001578 SND_PCI_QUIRK(PCI_VENDOR_ID_DFI, 0x3101,
1579 "DFI LanParty", STAC_92HD73XX_REF),
Wu Fengguangae709442009-08-19 17:05:11 +08001580 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x5002,
1581 "Intel DG45ID", STAC_92HD73XX_INTEL),
1582 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x5003,
1583 "Intel DG45FC", STAC_92HD73XX_INTEL),
Matthew Ranostaya7662642008-02-21 07:51:14 +01001584 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0254,
Takashi Iwai661cd8f2008-11-25 15:18:29 +01001585 "Dell Studio 1535", STAC_DELL_M6_DMIC),
Matthew Ranostaya7662642008-02-21 07:51:14 +01001586 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0255,
Takashi Iwai661cd8f2008-11-25 15:18:29 +01001587 "unknown Dell", STAC_DELL_M6_DMIC),
Matthew Ranostaya7662642008-02-21 07:51:14 +01001588 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0256,
Takashi Iwai661cd8f2008-11-25 15:18:29 +01001589 "unknown Dell", STAC_DELL_M6_BOTH),
Matthew Ranostaya7662642008-02-21 07:51:14 +01001590 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0257,
Takashi Iwai661cd8f2008-11-25 15:18:29 +01001591 "unknown Dell", STAC_DELL_M6_BOTH),
Matthew Ranostaya7662642008-02-21 07:51:14 +01001592 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x025e,
Takashi Iwai661cd8f2008-11-25 15:18:29 +01001593 "unknown Dell", STAC_DELL_M6_AMIC),
Matthew Ranostaya7662642008-02-21 07:51:14 +01001594 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x025f,
Takashi Iwai661cd8f2008-11-25 15:18:29 +01001595 "unknown Dell", STAC_DELL_M6_AMIC),
Matthew Ranostaya7662642008-02-21 07:51:14 +01001596 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0271,
Takashi Iwai661cd8f2008-11-25 15:18:29 +01001597 "unknown Dell", STAC_DELL_M6_DMIC),
1598 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0272,
1599 "unknown Dell", STAC_DELL_M6_DMIC),
Takashi Iwaib0fc5e02008-11-21 08:37:03 +01001600 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x029f,
Takashi Iwai661cd8f2008-11-25 15:18:29 +01001601 "Dell Studio 1537", STAC_DELL_M6_DMIC),
Joerg Schirottkefa620e92008-12-19 08:13:49 +01001602 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x02a0,
1603 "Dell Studio 17", STAC_DELL_M6_DMIC),
Takashi Iwai626f5ce2009-07-28 00:54:39 +02001604 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x02be,
1605 "Dell Studio 1555", STAC_DELL_M6_DMIC),
Daniel J Blueman8ef58372009-11-14 18:20:04 +00001606 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x02bd,
1607 "Dell Studio 1557", STAC_DELL_M6_DMIC),
Daniel T Chenaac78da2010-04-21 20:41:52 -04001608 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x02fe,
David Henningssonffe535e2012-01-16 10:52:20 +01001609 "Dell Studio XPS 1645", STAC_DELL_M6_DMIC),
Daniel T Chen5c1bccf2010-04-22 17:54:45 -04001610 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0413,
David Henningssone033ebf2011-05-16 12:09:29 +02001611 "Dell Studio 1558", STAC_DELL_M6_DMIC),
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01001612 {} /* terminator */
1613};
1614
Takashi Iwai2b635362011-05-02 12:33:43 +02001615static const struct snd_pci_quirk stac92hd73xx_codec_id_cfg_tbl[] = {
Takashi Iwai842ae632009-09-02 07:43:08 +02001616 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x02a1,
1617 "Alienware M17x", STAC_ALIENWARE_M17X),
Daniel T Chen0defe092010-12-01 19:16:07 -05001618 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x043a,
1619 "Alienware M17x", STAC_ALIENWARE_M17X),
Takashi Iwaidbd1b542011-11-19 11:41:30 +01001620 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0490,
Albert Poolb9ecc4e2012-01-19 22:08:50 +01001621 "Alienware M17x R3", STAC_DELL_EQ),
Takashi Iwai842ae632009-09-02 07:43:08 +02001622 {} /* terminator */
1623};
1624
Takashi Iwai2b635362011-05-02 12:33:43 +02001625static const unsigned int ref92hd83xxx_pin_configs[10] = {
Matthew Ranostayd0513fc2008-07-27 10:30:30 +02001626 0x02214030, 0x02211010, 0x02a19020, 0x02170130,
1627 0x01014050, 0x01819040, 0x01014020, 0x90a3014e,
Matthew Ranostayd0513fc2008-07-27 10:30:30 +02001628 0x01451160, 0x98560170,
1629};
1630
Takashi Iwai2b635362011-05-02 12:33:43 +02001631static const unsigned int dell_s14_pin_configs[10] = {
Takashi Iwai69b56552009-09-15 12:37:42 +02001632 0x0221403f, 0x0221101f, 0x02a19020, 0x90170110,
1633 0x40f000f0, 0x40f000f0, 0x40f000f0, 0x90a60160,
Matthew Ranostay8bb0ac52009-02-12 16:50:01 -05001634 0x40f000f0, 0x40f000f0,
1635};
1636
Julian Wollrathf7f9bdf2011-11-09 10:02:40 +01001637static const unsigned int dell_vostro_3500_pin_configs[10] = {
1638 0x02a11020, 0x0221101f, 0x400000f0, 0x90170110,
1639 0x400000f1, 0x400000f2, 0x400000f3, 0x90a60160,
1640 0x400000f4, 0x400000f5,
1641};
1642
Takashi Iwai2b635362011-05-02 12:33:43 +02001643static const unsigned int hp_dv7_4000_pin_configs[10] = {
Steven Eastland48315592010-08-06 15:07:35 -06001644 0x03a12050, 0x0321201f, 0x40f000f0, 0x90170110,
1645 0x40f000f0, 0x40f000f0, 0x90170110, 0xd5a30140,
1646 0x40f000f0, 0x40f000f0,
1647};
1648
Vitaliy Kulikov5556e142012-02-27 16:47:37 -06001649static const unsigned int hp_zephyr_pin_configs[10] = {
1650 0x01813050, 0x0421201f, 0x04a1205e, 0x96130310,
1651 0x96130310, 0x0101401f, 0x1111611f, 0xd5a30130,
1652 0, 0,
1653};
1654
Vitaliy Kulikov0c27c182011-07-22 17:50:37 -05001655static const unsigned int hp_cNB11_intquad_pin_configs[10] = {
1656 0x40f000f0, 0x0221101f, 0x02a11020, 0x92170110,
1657 0x40f000f0, 0x92170110, 0x40f000f0, 0xd5a30130,
1658 0x40f000f0, 0x40f000f0,
1659};
1660
Takashi Iwai2b635362011-05-02 12:33:43 +02001661static const unsigned int *stac92hd83xxx_brd_tbl[STAC_92HD83XXX_MODELS] = {
Matthew Ranostayd0513fc2008-07-27 10:30:30 +02001662 [STAC_92HD83XXX_REF] = ref92hd83xxx_pin_configs,
Matthew Ranostay32ed3f42009-01-22 20:53:29 -05001663 [STAC_92HD83XXX_PWR_REF] = ref92hd83xxx_pin_configs,
Matthew Ranostay8bb0ac52009-02-12 16:50:01 -05001664 [STAC_DELL_S14] = dell_s14_pin_configs,
Julian Wollrathf7f9bdf2011-11-09 10:02:40 +01001665 [STAC_DELL_VOSTRO_3500] = dell_vostro_3500_pin_configs,
Vitaliy Kulikov0c27c182011-07-22 17:50:37 -05001666 [STAC_92HD83XXX_HP_cNB11_INTQUAD] = hp_cNB11_intquad_pin_configs,
Steven Eastland48315592010-08-06 15:07:35 -06001667 [STAC_HP_DV7_4000] = hp_dv7_4000_pin_configs,
Vitaliy Kulikov5556e142012-02-27 16:47:37 -06001668 [STAC_HP_ZEPHYR] = hp_zephyr_pin_configs,
Matthew Ranostayd0513fc2008-07-27 10:30:30 +02001669};
1670
Takashi Iwaiea734962011-01-17 11:29:34 +01001671static const char * const stac92hd83xxx_models[STAC_92HD83XXX_MODELS] = {
Takashi Iwai1607b8e2009-02-26 16:50:43 +01001672 [STAC_92HD83XXX_AUTO] = "auto",
Matthew Ranostayd0513fc2008-07-27 10:30:30 +02001673 [STAC_92HD83XXX_REF] = "ref",
Matthew Ranostay32ed3f42009-01-22 20:53:29 -05001674 [STAC_92HD83XXX_PWR_REF] = "mic-ref",
Matthew Ranostay8bb0ac52009-02-12 16:50:01 -05001675 [STAC_DELL_S14] = "dell-s14",
Julian Wollrathf7f9bdf2011-11-09 10:02:40 +01001676 [STAC_DELL_VOSTRO_3500] = "dell-vostro-3500",
Vitaliy Kulikov0c27c182011-07-22 17:50:37 -05001677 [STAC_92HD83XXX_HP_cNB11_INTQUAD] = "hp_cNB11_intquad",
Steven Eastland48315592010-08-06 15:07:35 -06001678 [STAC_HP_DV7_4000] = "hp-dv7-4000",
Vitaliy Kulikov5556e142012-02-27 16:47:37 -06001679 [STAC_HP_ZEPHYR] = "hp-zephyr",
Takashi Iwaia3e19972012-07-26 08:17:20 +02001680 [STAC_92HD83XXX_HP_LED] = "hp-led",
Takashi Iwaiff8a1e22012-07-31 10:16:59 +02001681 [STAC_92HD83XXX_HP_INV_LED] = "hp-inv-led",
Matthew Ranostayd0513fc2008-07-27 10:30:30 +02001682};
1683
Takashi Iwai2b635362011-05-02 12:33:43 +02001684static const struct snd_pci_quirk stac92hd83xxx_cfg_tbl[] = {
Matthew Ranostayd0513fc2008-07-27 10:30:30 +02001685 /* SigmaTel reference board */
1686 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x2668,
Takashi Iwaif9d088b2009-01-13 11:54:49 +01001687 "DFI LanParty", STAC_92HD83XXX_REF),
Matthew Ranostay577aa2c2009-01-22 22:55:44 -05001688 SND_PCI_QUIRK(PCI_VENDOR_ID_DFI, 0x3101,
1689 "DFI LanParty", STAC_92HD83XXX_REF),
Matthew Ranostay8bb0ac52009-02-12 16:50:01 -05001690 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x02ba,
1691 "unknown Dell", STAC_DELL_S14),
Julian Wollrathf7f9bdf2011-11-09 10:02:40 +01001692 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x1028,
1693 "Dell Vostro 3500", STAC_DELL_VOSTRO_3500),
Vitaliy Kulikov0c27c182011-07-22 17:50:37 -05001694 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x1656,
1695 "HP", STAC_92HD83XXX_HP_cNB11_INTQUAD),
1696 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x1657,
1697 "HP", STAC_92HD83XXX_HP_cNB11_INTQUAD),
1698 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x1658,
1699 "HP", STAC_92HD83XXX_HP_cNB11_INTQUAD),
1700 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x1659,
1701 "HP", STAC_92HD83XXX_HP_cNB11_INTQUAD),
1702 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x165A,
1703 "HP", STAC_92HD83XXX_HP_cNB11_INTQUAD),
1704 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x165B,
1705 "HP", STAC_92HD83XXX_HP_cNB11_INTQUAD),
1706 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x3388,
1707 "HP", STAC_92HD83XXX_HP_cNB11_INTQUAD),
1708 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x3389,
1709 "HP", STAC_92HD83XXX_HP_cNB11_INTQUAD),
1710 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x355B,
1711 "HP", STAC_92HD83XXX_HP_cNB11_INTQUAD),
1712 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x355C,
1713 "HP", STAC_92HD83XXX_HP_cNB11_INTQUAD),
1714 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x355D,
1715 "HP", STAC_92HD83XXX_HP_cNB11_INTQUAD),
1716 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x355E,
1717 "HP", STAC_92HD83XXX_HP_cNB11_INTQUAD),
1718 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x355F,
1719 "HP", STAC_92HD83XXX_HP_cNB11_INTQUAD),
1720 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x3560,
1721 "HP", STAC_92HD83XXX_HP_cNB11_INTQUAD),
1722 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x358B,
1723 "HP", STAC_92HD83XXX_HP_cNB11_INTQUAD),
1724 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x358C,
1725 "HP", STAC_92HD83XXX_HP_cNB11_INTQUAD),
1726 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x358D,
1727 "HP", STAC_92HD83XXX_HP_cNB11_INTQUAD),
1728 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x3591,
1729 "HP", STAC_92HD83XXX_HP_cNB11_INTQUAD),
1730 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x3592,
1731 "HP", STAC_92HD83XXX_HP_cNB11_INTQUAD),
1732 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x3593,
1733 "HP", STAC_92HD83XXX_HP_cNB11_INTQUAD),
Vitaliy Kulikov5556e142012-02-27 16:47:37 -06001734 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x3561,
1735 "HP", STAC_HP_ZEPHYR),
Takashi Iwaia3e19972012-07-26 08:17:20 +02001736 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x3660,
1737 "HP Mini", STAC_92HD83XXX_HP_LED),
Vitaliy Kulikov5556e142012-02-27 16:47:37 -06001738 {} /* terminator */
1739};
1740
1741static const struct snd_pci_quirk stac92hd83xxx_codec_id_cfg_tbl[] = {
1742 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x3561,
1743 "HP", STAC_HP_ZEPHYR),
Herton Ronaldo Krzesinski574f3c42008-12-23 16:53:00 -02001744 {} /* terminator */
Matthew Ranostayd0513fc2008-07-27 10:30:30 +02001745};
1746
Takashi Iwai2b635362011-05-02 12:33:43 +02001747static const unsigned int ref92hd71bxx_pin_configs[STAC92HD71BXX_NUM_PINS] = {
Matthew Ranostaye035b842007-11-06 11:53:55 +01001748 0x02214030, 0x02a19040, 0x01a19020, 0x01014010,
Matthew Ranostay4b33c762008-10-10 09:07:23 -04001749 0x0181302e, 0x01014010, 0x01019020, 0x90a000f0,
Herton Ronaldo Krzesinski616f89e2009-02-04 11:23:19 -05001750 0x90a000f0, 0x01452050, 0x01452050, 0x00000000,
1751 0x00000000
Matthew Ranostaye035b842007-11-06 11:53:55 +01001752};
1753
Takashi Iwai2b635362011-05-02 12:33:43 +02001754static const unsigned int dell_m4_1_pin_configs[STAC92HD71BXX_NUM_PINS] = {
Matthew Ranostaya7662642008-02-21 07:51:14 +01001755 0x0421101f, 0x04a11221, 0x40f000f0, 0x90170110,
Matthew Ranostay07bcb312008-03-20 12:10:57 +01001756 0x23a1902e, 0x23014250, 0x40f000f0, 0x90a000f0,
Herton Ronaldo Krzesinski616f89e2009-02-04 11:23:19 -05001757 0x40f000f0, 0x4f0000f0, 0x4f0000f0, 0x00000000,
1758 0x00000000
Matthew Ranostaya7662642008-02-21 07:51:14 +01001759};
1760
Takashi Iwai2b635362011-05-02 12:33:43 +02001761static const unsigned int dell_m4_2_pin_configs[STAC92HD71BXX_NUM_PINS] = {
Matthew Ranostaya7662642008-02-21 07:51:14 +01001762 0x0421101f, 0x04a11221, 0x90a70330, 0x90170110,
1763 0x23a1902e, 0x23014250, 0x40f000f0, 0x40f000f0,
Herton Ronaldo Krzesinski616f89e2009-02-04 11:23:19 -05001764 0x40f000f0, 0x044413b0, 0x044413b0, 0x00000000,
1765 0x00000000
Matthew Ranostaya7662642008-02-21 07:51:14 +01001766};
1767
Takashi Iwai2b635362011-05-02 12:33:43 +02001768static const unsigned int dell_m4_3_pin_configs[STAC92HD71BXX_NUM_PINS] = {
Matthew Ranostay3a7abfd2008-11-20 21:21:43 -05001769 0x0421101f, 0x04a11221, 0x90a70330, 0x90170110,
1770 0x40f000f0, 0x40f000f0, 0x40f000f0, 0x90a000f0,
Herton Ronaldo Krzesinski616f89e2009-02-04 11:23:19 -05001771 0x40f000f0, 0x044413b0, 0x044413b0, 0x00000000,
1772 0x00000000
Matthew Ranostay3a7abfd2008-11-20 21:21:43 -05001773};
1774
Takashi Iwai2b635362011-05-02 12:33:43 +02001775static const unsigned int *stac92hd71bxx_brd_tbl[STAC_92HD71BXX_MODELS] = {
Matthew Ranostaye035b842007-11-06 11:53:55 +01001776 [STAC_92HD71BXX_REF] = ref92hd71bxx_pin_configs,
Matthew Ranostaya7662642008-02-21 07:51:14 +01001777 [STAC_DELL_M4_1] = dell_m4_1_pin_configs,
1778 [STAC_DELL_M4_2] = dell_m4_2_pin_configs,
Matthew Ranostay3a7abfd2008-11-20 21:21:43 -05001779 [STAC_DELL_M4_3] = dell_m4_3_pin_configs,
Matthew Ranostay6a14f582008-09-12 12:02:30 -04001780 [STAC_HP_M4] = NULL,
Takashi Iwai2a6ce6e2010-05-12 10:16:20 +02001781 [STAC_HP_DV4] = NULL,
Takashi Iwai1b0652e2009-01-14 08:27:35 +01001782 [STAC_HP_DV5] = NULL,
Christoph Plattnerae6241f2009-03-08 23:19:05 +01001783 [STAC_HP_HDX] = NULL,
James Gardiner514bf542009-05-03 04:00:44 -04001784 [STAC_HP_DV4_1222NR] = NULL,
Matthew Ranostaye035b842007-11-06 11:53:55 +01001785};
1786
Takashi Iwaiea734962011-01-17 11:29:34 +01001787static const char * const stac92hd71bxx_models[STAC_92HD71BXX_MODELS] = {
Takashi Iwai1607b8e2009-02-26 16:50:43 +01001788 [STAC_92HD71BXX_AUTO] = "auto",
Matthew Ranostaye035b842007-11-06 11:53:55 +01001789 [STAC_92HD71BXX_REF] = "ref",
Matthew Ranostaya7662642008-02-21 07:51:14 +01001790 [STAC_DELL_M4_1] = "dell-m4-1",
1791 [STAC_DELL_M4_2] = "dell-m4-2",
Matthew Ranostay3a7abfd2008-11-20 21:21:43 -05001792 [STAC_DELL_M4_3] = "dell-m4-3",
Matthew Ranostay6a14f582008-09-12 12:02:30 -04001793 [STAC_HP_M4] = "hp-m4",
Takashi Iwai2a6ce6e2010-05-12 10:16:20 +02001794 [STAC_HP_DV4] = "hp-dv4",
Takashi Iwai1b0652e2009-01-14 08:27:35 +01001795 [STAC_HP_DV5] = "hp-dv5",
Christoph Plattnerae6241f2009-03-08 23:19:05 +01001796 [STAC_HP_HDX] = "hp-hdx",
James Gardiner514bf542009-05-03 04:00:44 -04001797 [STAC_HP_DV4_1222NR] = "hp-dv4-1222nr",
Matthew Ranostaye035b842007-11-06 11:53:55 +01001798};
1799
Takashi Iwai2b635362011-05-02 12:33:43 +02001800static const struct snd_pci_quirk stac92hd71bxx_cfg_tbl[] = {
Matthew Ranostaye035b842007-11-06 11:53:55 +01001801 /* SigmaTel reference board */
1802 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x2668,
1803 "DFI LanParty", STAC_92HD71BXX_REF),
Matthew Ranostay577aa2c2009-01-22 22:55:44 -05001804 SND_PCI_QUIRK(PCI_VENDOR_ID_DFI, 0x3101,
1805 "DFI LanParty", STAC_92HD71BXX_REF),
James Gardiner514bf542009-05-03 04:00:44 -04001806 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x30fb,
1807 "HP dv4-1222nr", STAC_HP_DV4_1222NR),
Vitaliy Kulikov5bdaaad2009-11-04 07:57:45 +01001808 SND_PCI_QUIRK_MASK(PCI_VENDOR_ID_HP, 0xfff0, 0x1720,
1809 "HP", STAC_HP_DV5),
Takashi Iwai58d83952009-03-13 17:04:34 +01001810 SND_PCI_QUIRK_MASK(PCI_VENDOR_ID_HP, 0xfff0, 0x3080,
1811 "HP", STAC_HP_DV5),
Takashi Iwai2ae466f2009-02-16 14:16:36 +01001812 SND_PCI_QUIRK_MASK(PCI_VENDOR_ID_HP, 0xfff0, 0x30f0,
Takashi Iwai2a6ce6e2010-05-12 10:16:20 +02001813 "HP dv4-7", STAC_HP_DV4),
Takashi Iwai2ae466f2009-02-16 14:16:36 +01001814 SND_PCI_QUIRK_MASK(PCI_VENDOR_ID_HP, 0xfff0, 0x3600,
1815 "HP dv4-7", STAC_HP_DV5),
Takashi Iwai6fce61a2009-03-10 07:48:57 +01001816 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x3610,
1817 "HP HDX", STAC_HP_HDX), /* HDX18 */
Matthew Ranostay9a9e2352008-09-26 10:37:03 -04001818 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x361a,
Takashi Iwai2ae466f2009-02-16 14:16:36 +01001819 "HP mini 1000", STAC_HP_M4),
Christoph Plattnerae6241f2009-03-08 23:19:05 +01001820 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x361b,
Takashi Iwai6fce61a2009-03-10 07:48:57 +01001821 "HP HDX", STAC_HP_HDX), /* HDX16 */
Takashi Iwai6e34c032009-09-14 15:42:18 +02001822 SND_PCI_QUIRK_MASK(PCI_VENDOR_ID_HP, 0xfff0, 0x3620,
1823 "HP dv6", STAC_HP_DV5),
Kunal Gangakhedkare3d25302010-03-20 23:08:01 +05301824 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x3061,
1825 "HP dv6", STAC_HP_DV5), /* HP dv6-1110ax */
Luke Yelavich9b2167d2010-10-06 15:45:46 +11001826 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x363e,
1827 "HP DV6", STAC_HP_DV5),
Takashi Iwai1972d022009-08-06 08:44:43 +02001828 SND_PCI_QUIRK_MASK(PCI_VENDOR_ID_HP, 0xfff0, 0x7010,
1829 "HP", STAC_HP_DV5),
Matthew Ranostaya7662642008-02-21 07:51:14 +01001830 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0233,
1831 "unknown Dell", STAC_DELL_M4_1),
1832 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0234,
1833 "unknown Dell", STAC_DELL_M4_1),
1834 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0250,
1835 "unknown Dell", STAC_DELL_M4_1),
1836 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x024f,
1837 "unknown Dell", STAC_DELL_M4_1),
1838 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x024d,
1839 "unknown Dell", STAC_DELL_M4_1),
1840 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0251,
1841 "unknown Dell", STAC_DELL_M4_1),
1842 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0277,
1843 "unknown Dell", STAC_DELL_M4_1),
1844 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0263,
1845 "unknown Dell", STAC_DELL_M4_2),
1846 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0265,
1847 "unknown Dell", STAC_DELL_M4_2),
1848 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0262,
1849 "unknown Dell", STAC_DELL_M4_2),
1850 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0264,
1851 "unknown Dell", STAC_DELL_M4_2),
Matthew Ranostay3a7abfd2008-11-20 21:21:43 -05001852 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x02aa,
1853 "unknown Dell", STAC_DELL_M4_3),
Matthew Ranostaye035b842007-11-06 11:53:55 +01001854 {} /* terminator */
1855};
1856
Takashi Iwai2b635362011-05-02 12:33:43 +02001857static const unsigned int ref922x_pin_configs[10] = {
Matt Porter403d1942005-11-29 15:00:51 +01001858 0x01014010, 0x01016011, 0x01012012, 0x0221401f,
1859 0x01813122, 0x01011014, 0x01441030, 0x01c41030,
Matt2f2f4252005-04-13 14:45:30 +02001860 0x40000100, 0x40000100,
1861};
1862
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001863/*
1864 STAC 922X pin configs for
1865 102801A7
1866 102801AB
1867 102801A9
1868 102801D1
1869 102801D2
1870*/
Takashi Iwai2b635362011-05-02 12:33:43 +02001871static const unsigned int dell_922x_d81_pin_configs[10] = {
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001872 0x02214030, 0x01a19021, 0x01111012, 0x01114010,
1873 0x02a19020, 0x01117011, 0x400001f0, 0x400001f1,
1874 0x01813122, 0x400001f2,
1875};
1876
1877/*
1878 STAC 922X pin configs for
1879 102801AC
1880 102801D0
1881*/
Takashi Iwai2b635362011-05-02 12:33:43 +02001882static const unsigned int dell_922x_d82_pin_configs[10] = {
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001883 0x02214030, 0x01a19021, 0x01111012, 0x01114010,
1884 0x02a19020, 0x01117011, 0x01451140, 0x400001f0,
1885 0x01813122, 0x400001f1,
1886};
1887
1888/*
1889 STAC 922X pin configs for
1890 102801BF
1891*/
Takashi Iwai2b635362011-05-02 12:33:43 +02001892static const unsigned int dell_922x_m81_pin_configs[10] = {
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001893 0x0321101f, 0x01112024, 0x01111222, 0x91174220,
1894 0x03a11050, 0x01116221, 0x90a70330, 0x01452340,
1895 0x40C003f1, 0x405003f0,
1896};
1897
1898/*
1899 STAC 9221 A1 pin configs for
1900 102801D7 (Dell XPS M1210)
1901*/
Takashi Iwai2b635362011-05-02 12:33:43 +02001902static const unsigned int dell_922x_m82_pin_configs[10] = {
Jiang Zhe7f9310c2007-11-12 12:43:37 +01001903 0x02211211, 0x408103ff, 0x02a1123e, 0x90100310,
1904 0x408003f1, 0x0221121f, 0x03451340, 0x40c003f2,
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001905 0x508003f3, 0x405003f4,
1906};
1907
Takashi Iwai2b635362011-05-02 12:33:43 +02001908static const unsigned int d945gtp3_pin_configs[10] = {
Matt Porter869264c2006-01-25 19:20:50 +01001909 0x0221401f, 0x01a19022, 0x01813021, 0x01014010,
Matt Porter403d1942005-11-29 15:00:51 +01001910 0x40000100, 0x40000100, 0x40000100, 0x40000100,
1911 0x02a19120, 0x40000100,
1912};
1913
Takashi Iwai2b635362011-05-02 12:33:43 +02001914static const unsigned int d945gtp5_pin_configs[10] = {
Matt Porter869264c2006-01-25 19:20:50 +01001915 0x0221401f, 0x01011012, 0x01813024, 0x01014010,
1916 0x01a19021, 0x01016011, 0x01452130, 0x40000100,
Matt Porter403d1942005-11-29 15:00:51 +01001917 0x02a19320, 0x40000100,
1918};
1919
Takashi Iwai2b635362011-05-02 12:33:43 +02001920static const unsigned int intel_mac_v1_pin_configs[10] = {
Ivan N. Zlatev5d5d3bc2007-05-29 16:03:00 +02001921 0x0121e21f, 0x400000ff, 0x9017e110, 0x400000fd,
1922 0x400000fe, 0x0181e020, 0x1145e030, 0x11c5e240,
Takashi Iwai3fc24d82007-02-16 13:27:18 +01001923 0x400000fc, 0x400000fb,
1924};
1925
Takashi Iwai2b635362011-05-02 12:33:43 +02001926static const unsigned int intel_mac_v2_pin_configs[10] = {
Ivan N. Zlatev5d5d3bc2007-05-29 16:03:00 +02001927 0x0121e21f, 0x90a7012e, 0x9017e110, 0x400000fd,
1928 0x400000fe, 0x0181e020, 0x1145e230, 0x500000fa,
Sylvain FORETf16928f2007-04-27 14:22:36 +02001929 0x400000fc, 0x400000fb,
1930};
1931
Takashi Iwai2b635362011-05-02 12:33:43 +02001932static const unsigned int intel_mac_v3_pin_configs[10] = {
Ivan N. Zlatev5d5d3bc2007-05-29 16:03:00 +02001933 0x0121e21f, 0x90a7012e, 0x9017e110, 0x400000fd,
1934 0x400000fe, 0x0181e020, 0x1145e230, 0x11c5e240,
1935 0x400000fc, 0x400000fb,
1936};
1937
Takashi Iwai2b635362011-05-02 12:33:43 +02001938static const unsigned int intel_mac_v4_pin_configs[10] = {
Ivan N. Zlatev5d5d3bc2007-05-29 16:03:00 +02001939 0x0321e21f, 0x03a1e02e, 0x9017e110, 0x9017e11f,
1940 0x400000fe, 0x0381e020, 0x1345e230, 0x13c5e240,
1941 0x400000fc, 0x400000fb,
1942};
1943
Takashi Iwai2b635362011-05-02 12:33:43 +02001944static const unsigned int intel_mac_v5_pin_configs[10] = {
Ivan N. Zlatev5d5d3bc2007-05-29 16:03:00 +02001945 0x0321e21f, 0x03a1e02e, 0x9017e110, 0x9017e11f,
1946 0x400000fe, 0x0381e020, 0x1345e230, 0x13c5e240,
1947 0x400000fc, 0x400000fb,
Takashi Iwai0dae0f82007-05-21 12:41:29 +02001948};
1949
Takashi Iwai2b635362011-05-02 12:33:43 +02001950static const unsigned int ecs202_pin_configs[10] = {
Mauro Carvalho Chehab8c650082008-08-04 10:39:59 -03001951 0x0221401f, 0x02a19020, 0x01a19020, 0x01114010,
1952 0x408000f0, 0x01813022, 0x074510a0, 0x40c400f1,
1953 0x9037012e, 0x40e000f2,
1954};
Takashi Iwai76c08822007-06-19 12:17:42 +02001955
Takashi Iwai2b635362011-05-02 12:33:43 +02001956static const unsigned int *stac922x_brd_tbl[STAC_922X_MODELS] = {
Takashi Iwaif5fcc132006-11-24 17:07:44 +01001957 [STAC_D945_REF] = ref922x_pin_configs,
Takashi Iwai19039bd2006-06-28 15:52:16 +02001958 [STAC_D945GTP3] = d945gtp3_pin_configs,
1959 [STAC_D945GTP5] = d945gtp5_pin_configs,
Ivan N. Zlatev5d5d3bc2007-05-29 16:03:00 +02001960 [STAC_INTEL_MAC_V1] = intel_mac_v1_pin_configs,
1961 [STAC_INTEL_MAC_V2] = intel_mac_v2_pin_configs,
1962 [STAC_INTEL_MAC_V3] = intel_mac_v3_pin_configs,
1963 [STAC_INTEL_MAC_V4] = intel_mac_v4_pin_configs,
1964 [STAC_INTEL_MAC_V5] = intel_mac_v5_pin_configs,
Nicolas Boichat536319a2008-07-21 22:18:01 +08001965 [STAC_INTEL_MAC_AUTO] = intel_mac_v3_pin_configs,
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001966 /* for backward compatibility */
Ivan N. Zlatev5d5d3bc2007-05-29 16:03:00 +02001967 [STAC_MACMINI] = intel_mac_v3_pin_configs,
1968 [STAC_MACBOOK] = intel_mac_v5_pin_configs,
1969 [STAC_MACBOOK_PRO_V1] = intel_mac_v3_pin_configs,
1970 [STAC_MACBOOK_PRO_V2] = intel_mac_v3_pin_configs,
1971 [STAC_IMAC_INTEL] = intel_mac_v2_pin_configs,
1972 [STAC_IMAC_INTEL_20] = intel_mac_v3_pin_configs,
Mauro Carvalho Chehab8c650082008-08-04 10:39:59 -03001973 [STAC_ECS_202] = ecs202_pin_configs,
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001974 [STAC_922X_DELL_D81] = dell_922x_d81_pin_configs,
1975 [STAC_922X_DELL_D82] = dell_922x_d82_pin_configs,
1976 [STAC_922X_DELL_M81] = dell_922x_m81_pin_configs,
1977 [STAC_922X_DELL_M82] = dell_922x_m82_pin_configs,
Matt Porter403d1942005-11-29 15:00:51 +01001978};
1979
Takashi Iwaiea734962011-01-17 11:29:34 +01001980static const char * const stac922x_models[STAC_922X_MODELS] = {
Takashi Iwai1607b8e2009-02-26 16:50:43 +01001981 [STAC_922X_AUTO] = "auto",
Takashi Iwaif5fcc132006-11-24 17:07:44 +01001982 [STAC_D945_REF] = "ref",
1983 [STAC_D945GTP5] = "5stack",
1984 [STAC_D945GTP3] = "3stack",
Ivan N. Zlatev5d5d3bc2007-05-29 16:03:00 +02001985 [STAC_INTEL_MAC_V1] = "intel-mac-v1",
1986 [STAC_INTEL_MAC_V2] = "intel-mac-v2",
1987 [STAC_INTEL_MAC_V3] = "intel-mac-v3",
1988 [STAC_INTEL_MAC_V4] = "intel-mac-v4",
1989 [STAC_INTEL_MAC_V5] = "intel-mac-v5",
Nicolas Boichat536319a2008-07-21 22:18:01 +08001990 [STAC_INTEL_MAC_AUTO] = "intel-mac-auto",
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001991 /* for backward compatibility */
Takashi Iwaif5fcc132006-11-24 17:07:44 +01001992 [STAC_MACMINI] = "macmini",
Takashi Iwai3fc24d82007-02-16 13:27:18 +01001993 [STAC_MACBOOK] = "macbook",
Nicolas Boichat6f0778d2007-03-15 12:38:15 +01001994 [STAC_MACBOOK_PRO_V1] = "macbook-pro-v1",
1995 [STAC_MACBOOK_PRO_V2] = "macbook-pro",
Sylvain FORETf16928f2007-04-27 14:22:36 +02001996 [STAC_IMAC_INTEL] = "imac-intel",
Takashi Iwai0dae0f82007-05-21 12:41:29 +02001997 [STAC_IMAC_INTEL_20] = "imac-intel-20",
Mauro Carvalho Chehab8c650082008-08-04 10:39:59 -03001998 [STAC_ECS_202] = "ecs202",
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001999 [STAC_922X_DELL_D81] = "dell-d81",
2000 [STAC_922X_DELL_D82] = "dell-d82",
2001 [STAC_922X_DELL_M81] = "dell-m81",
2002 [STAC_922X_DELL_M82] = "dell-m82",
Takashi Iwaif5fcc132006-11-24 17:07:44 +01002003};
2004
Takashi Iwai2b635362011-05-02 12:33:43 +02002005static const struct snd_pci_quirk stac922x_cfg_tbl[] = {
Takashi Iwaif5fcc132006-11-24 17:07:44 +01002006 /* SigmaTel reference board */
2007 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x2668,
2008 "DFI LanParty", STAC_D945_REF),
Matthew Ranostay577aa2c2009-01-22 22:55:44 -05002009 SND_PCI_QUIRK(PCI_VENDOR_ID_DFI, 0x3101,
2010 "DFI LanParty", STAC_D945_REF),
Takashi Iwaif5fcc132006-11-24 17:07:44 +01002011 /* Intel 945G based systems */
2012 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x0101,
2013 "Intel D945G", STAC_D945GTP3),
2014 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x0202,
2015 "Intel D945G", STAC_D945GTP3),
2016 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x0606,
2017 "Intel D945G", STAC_D945GTP3),
2018 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x0601,
2019 "Intel D945G", STAC_D945GTP3),
2020 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x0111,
2021 "Intel D945G", STAC_D945GTP3),
2022 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x1115,
2023 "Intel D945G", STAC_D945GTP3),
2024 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x1116,
2025 "Intel D945G", STAC_D945GTP3),
2026 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x1117,
2027 "Intel D945G", STAC_D945GTP3),
2028 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x1118,
2029 "Intel D945G", STAC_D945GTP3),
2030 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x1119,
2031 "Intel D945G", STAC_D945GTP3),
2032 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x8826,
2033 "Intel D945G", STAC_D945GTP3),
2034 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x5049,
2035 "Intel D945G", STAC_D945GTP3),
2036 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x5055,
2037 "Intel D945G", STAC_D945GTP3),
2038 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x5048,
2039 "Intel D945G", STAC_D945GTP3),
2040 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x0110,
2041 "Intel D945G", STAC_D945GTP3),
2042 /* Intel D945G 5-stack systems */
2043 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x0404,
2044 "Intel D945G", STAC_D945GTP5),
2045 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x0303,
2046 "Intel D945G", STAC_D945GTP5),
2047 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x0013,
2048 "Intel D945G", STAC_D945GTP5),
2049 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x0417,
2050 "Intel D945G", STAC_D945GTP5),
2051 /* Intel 945P based systems */
2052 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x0b0b,
2053 "Intel D945P", STAC_D945GTP3),
2054 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x0112,
2055 "Intel D945P", STAC_D945GTP3),
2056 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x0d0d,
2057 "Intel D945P", STAC_D945GTP3),
2058 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x0909,
2059 "Intel D945P", STAC_D945GTP3),
2060 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x0505,
2061 "Intel D945P", STAC_D945GTP3),
2062 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x0707,
2063 "Intel D945P", STAC_D945GTP5),
Takashi Iwai8056d472009-01-23 09:09:43 +01002064 /* other intel */
2065 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x0204,
2066 "Intel D945", STAC_D945_REF),
Takashi Iwaif5fcc132006-11-24 17:07:44 +01002067 /* other systems */
Nicolas Boichat536319a2008-07-21 22:18:01 +08002068 /* Apple Intel Mac (Mac Mini, MacBook, MacBook Pro...) */
Takashi Iwaif5fcc132006-11-24 17:07:44 +01002069 SND_PCI_QUIRK(0x8384, 0x7680,
Nicolas Boichat536319a2008-07-21 22:18:01 +08002070 "Mac", STAC_INTEL_MAC_AUTO),
Takashi Iwaidfe495d2007-08-23 19:04:28 +02002071 /* Dell systems */
2072 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01a7,
2073 "unknown Dell", STAC_922X_DELL_D81),
2074 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01a9,
2075 "unknown Dell", STAC_922X_DELL_D81),
2076 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01ab,
2077 "unknown Dell", STAC_922X_DELL_D81),
2078 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01ac,
2079 "unknown Dell", STAC_922X_DELL_D82),
2080 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01bf,
2081 "unknown Dell", STAC_922X_DELL_M81),
2082 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01d0,
2083 "unknown Dell", STAC_922X_DELL_D82),
2084 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01d1,
2085 "unknown Dell", STAC_922X_DELL_D81),
2086 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01d2,
2087 "unknown Dell", STAC_922X_DELL_D81),
2088 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01d7,
2089 "Dell XPS M1210", STAC_922X_DELL_M82),
Mauro Carvalho Chehab8c650082008-08-04 10:39:59 -03002090 /* ECS/PC Chips boards */
Takashi Iwaidea0a502009-02-09 17:14:52 +01002091 SND_PCI_QUIRK_MASK(0x1019, 0xf000, 0x2000,
Herton Ronaldo Krzesinski8663ae52009-02-08 19:50:34 -02002092 "ECS/PC chips", STAC_ECS_202),
Matt Porter403d1942005-11-29 15:00:51 +01002093 {} /* terminator */
2094};
2095
Takashi Iwai2b635362011-05-02 12:33:43 +02002096static const unsigned int ref927x_pin_configs[14] = {
Tobin Davis93ed1502006-09-01 21:03:12 +02002097 0x02214020, 0x02a19080, 0x0181304e, 0x01014010,
2098 0x01a19040, 0x01011012, 0x01016011, 0x0101201f,
2099 0x183301f0, 0x18a001f0, 0x18a001f0, 0x01442070,
2100 0x01c42190, 0x40000100,
Matt Porter3cc08dc2006-01-23 15:27:49 +01002101};
2102
Takashi Iwai2b635362011-05-02 12:33:43 +02002103static const unsigned int d965_3st_pin_configs[14] = {
Tobin Davis81d3dbd2006-08-22 19:44:45 +02002104 0x0221401f, 0x02a19120, 0x40000100, 0x01014011,
2105 0x01a19021, 0x01813024, 0x40000100, 0x40000100,
2106 0x40000100, 0x40000100, 0x40000100, 0x40000100,
2107 0x40000100, 0x40000100
2108};
2109
Takashi Iwai2b635362011-05-02 12:33:43 +02002110static const unsigned int d965_5st_pin_configs[14] = {
Tobin Davis93ed1502006-09-01 21:03:12 +02002111 0x02214020, 0x02a19080, 0x0181304e, 0x01014010,
2112 0x01a19040, 0x01011012, 0x01016011, 0x40000100,
2113 0x40000100, 0x40000100, 0x40000100, 0x01442070,
2114 0x40000100, 0x40000100
2115};
2116
Takashi Iwai2b635362011-05-02 12:33:43 +02002117static const unsigned int d965_5st_no_fp_pin_configs[14] = {
Takashi Iwai679d92e2009-05-24 19:00:08 +02002118 0x40000100, 0x40000100, 0x0181304e, 0x01014010,
2119 0x01a19040, 0x01011012, 0x01016011, 0x40000100,
2120 0x40000100, 0x40000100, 0x40000100, 0x01442070,
2121 0x40000100, 0x40000100
2122};
2123
Takashi Iwai2b635362011-05-02 12:33:43 +02002124static const unsigned int dell_3st_pin_configs[14] = {
Tobin Davis4ff076e2007-08-07 11:48:12 +02002125 0x02211230, 0x02a11220, 0x01a19040, 0x01114210,
2126 0x01111212, 0x01116211, 0x01813050, 0x01112214,
Matthew Ranostay8e9068b2007-12-17 11:58:13 +01002127 0x403003fa, 0x90a60040, 0x90a60040, 0x404003fb,
Tobin Davis4ff076e2007-08-07 11:48:12 +02002128 0x40c003fc, 0x40000100
2129};
2130
Takashi Iwai2b635362011-05-02 12:33:43 +02002131static const unsigned int *stac927x_brd_tbl[STAC_927X_MODELS] = {
Takashi Iwaie28d8322008-12-17 13:48:29 +01002132 [STAC_D965_REF_NO_JD] = ref927x_pin_configs,
Matthew Ranostay8e9068b2007-12-17 11:58:13 +01002133 [STAC_D965_REF] = ref927x_pin_configs,
2134 [STAC_D965_3ST] = d965_3st_pin_configs,
2135 [STAC_D965_5ST] = d965_5st_pin_configs,
Takashi Iwai679d92e2009-05-24 19:00:08 +02002136 [STAC_D965_5ST_NO_FP] = d965_5st_no_fp_pin_configs,
Matthew Ranostay8e9068b2007-12-17 11:58:13 +01002137 [STAC_DELL_3ST] = dell_3st_pin_configs,
2138 [STAC_DELL_BIOS] = NULL,
Takashi Iwai54930532009-10-11 17:38:29 +02002139 [STAC_927X_VOLKNOB] = NULL,
Matt Porter3cc08dc2006-01-23 15:27:49 +01002140};
2141
Takashi Iwaiea734962011-01-17 11:29:34 +01002142static const char * const stac927x_models[STAC_927X_MODELS] = {
Takashi Iwai1607b8e2009-02-26 16:50:43 +01002143 [STAC_927X_AUTO] = "auto",
Takashi Iwaie28d8322008-12-17 13:48:29 +01002144 [STAC_D965_REF_NO_JD] = "ref-no-jd",
Matthew Ranostay8e9068b2007-12-17 11:58:13 +01002145 [STAC_D965_REF] = "ref",
2146 [STAC_D965_3ST] = "3stack",
2147 [STAC_D965_5ST] = "5stack",
Takashi Iwai679d92e2009-05-24 19:00:08 +02002148 [STAC_D965_5ST_NO_FP] = "5stack-no-fp",
Matthew Ranostay8e9068b2007-12-17 11:58:13 +01002149 [STAC_DELL_3ST] = "dell-3stack",
2150 [STAC_DELL_BIOS] = "dell-bios",
Takashi Iwai54930532009-10-11 17:38:29 +02002151 [STAC_927X_VOLKNOB] = "volknob",
Takashi Iwaif5fcc132006-11-24 17:07:44 +01002152};
2153
Takashi Iwai2b635362011-05-02 12:33:43 +02002154static const struct snd_pci_quirk stac927x_cfg_tbl[] = {
Takashi Iwaif5fcc132006-11-24 17:07:44 +01002155 /* SigmaTel reference board */
2156 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x2668,
2157 "DFI LanParty", STAC_D965_REF),
Matthew Ranostay577aa2c2009-01-22 22:55:44 -05002158 SND_PCI_QUIRK(PCI_VENDOR_ID_DFI, 0x3101,
2159 "DFI LanParty", STAC_D965_REF),
Tobin Davis81d3dbd2006-08-22 19:44:45 +02002160 /* Intel 946 based systems */
Takashi Iwaif5fcc132006-11-24 17:07:44 +01002161 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x3d01, "Intel D946", STAC_D965_3ST),
2162 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0xa301, "Intel D946", STAC_D965_3ST),
Tobin Davis93ed1502006-09-01 21:03:12 +02002163 /* 965 based 3 stack systems */
Takashi Iwaidea0a502009-02-09 17:14:52 +01002164 SND_PCI_QUIRK_MASK(PCI_VENDOR_ID_INTEL, 0xff00, 0x2100,
2165 "Intel D965", STAC_D965_3ST),
2166 SND_PCI_QUIRK_MASK(PCI_VENDOR_ID_INTEL, 0xff00, 0x2000,
2167 "Intel D965", STAC_D965_3ST),
Tobin Davis4ff076e2007-08-07 11:48:12 +02002168 /* Dell 3 stack systems */
Takashi Iwaidfe495d2007-08-23 19:04:28 +02002169 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01dd, "Dell Dimension E520", STAC_DELL_3ST),
Tobin Davis4ff076e2007-08-07 11:48:12 +02002170 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01ed, "Dell ", STAC_DELL_3ST),
2171 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01f4, "Dell ", STAC_DELL_3ST),
Matthew Ranostay8e9068b2007-12-17 11:58:13 +01002172 /* Dell 3 stack systems with verb table in BIOS */
Matthew Ranostay2f32d902008-01-10 13:06:26 +01002173 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01f3, "Dell Inspiron 1420", STAC_DELL_BIOS),
Daniel T Chen66668b62010-05-23 20:47:45 -04002174 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01f7, "Dell XPS M1730", STAC_DELL_BIOS),
Matthew Ranostay2f32d902008-01-10 13:06:26 +01002175 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0227, "Dell Vostro 1400 ", STAC_DELL_BIOS),
Matthew Ranostay8e9068b2007-12-17 11:58:13 +01002176 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x022e, "Dell ", STAC_DELL_BIOS),
Chengu Wang84d3dc22009-07-30 19:43:55 +08002177 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x022f, "Dell Inspiron 1525", STAC_DELL_BIOS),
Matthew Ranostay8e9068b2007-12-17 11:58:13 +01002178 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0242, "Dell ", STAC_DELL_BIOS),
2179 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0243, "Dell ", STAC_DELL_BIOS),
2180 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x02ff, "Dell ", STAC_DELL_BIOS),
2181 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0209, "Dell XPS 1330", STAC_DELL_BIOS),
Tobin Davis93ed1502006-09-01 21:03:12 +02002182 /* 965 based 5 stack systems */
Takashi Iwaidea0a502009-02-09 17:14:52 +01002183 SND_PCI_QUIRK_MASK(PCI_VENDOR_ID_INTEL, 0xff00, 0x2300,
2184 "Intel D965", STAC_D965_5ST),
2185 SND_PCI_QUIRK_MASK(PCI_VENDOR_ID_INTEL, 0xff00, 0x2500,
2186 "Intel D965", STAC_D965_5ST),
Takashi Iwai54930532009-10-11 17:38:29 +02002187 /* volume-knob fixes */
2188 SND_PCI_QUIRK_VENDOR(0x10cf, "FSC", STAC_927X_VOLKNOB),
Matt Porter3cc08dc2006-01-23 15:27:49 +01002189 {} /* terminator */
2190};
2191
Takashi Iwai2b635362011-05-02 12:33:43 +02002192static const unsigned int ref9205_pin_configs[12] = {
Matt Porterf3302a52006-07-31 12:49:34 +02002193 0x40000100, 0x40000100, 0x01016011, 0x01014010,
Matthew Ranostay09a99952008-01-24 11:49:21 +01002194 0x01813122, 0x01a19021, 0x01019020, 0x40000100,
Matt Porter8b657272006-10-26 17:12:59 +02002195 0x90a000f0, 0x90a000f0, 0x01441030, 0x01c41030
Matt Porterf3302a52006-07-31 12:49:34 +02002196};
2197
Takashi Iwaidfe495d2007-08-23 19:04:28 +02002198/*
2199 STAC 9205 pin configs for
2200 102801F1
2201 102801F2
2202 102801FC
2203 102801FD
2204 10280204
2205 1028021F
Matthew Ranostay3fa2ef72008-01-11 11:39:06 +01002206 10280228 (Dell Vostro 1500)
Anisse Astier95e70e82009-12-23 17:28:45 +01002207 10280229 (Dell Vostro 1700)
Takashi Iwaidfe495d2007-08-23 19:04:28 +02002208*/
Takashi Iwai2b635362011-05-02 12:33:43 +02002209static const unsigned int dell_9205_m42_pin_configs[12] = {
Takashi Iwaidfe495d2007-08-23 19:04:28 +02002210 0x0321101F, 0x03A11020, 0x400003FA, 0x90170310,
2211 0x400003FB, 0x400003FC, 0x400003FD, 0x40F000F9,
2212 0x90A60330, 0x400003FF, 0x0144131F, 0x40C003FE,
2213};
2214
2215/*
2216 STAC 9205 pin configs for
2217 102801F9
2218 102801FA
2219 102801FE
2220 102801FF (Dell Precision M4300)
2221 10280206
2222 10280200
2223 10280201
2224*/
Takashi Iwai2b635362011-05-02 12:33:43 +02002225static const unsigned int dell_9205_m43_pin_configs[12] = {
Tobin Davisae0a8ed2007-08-13 15:50:29 +02002226 0x0321101f, 0x03a11020, 0x90a70330, 0x90170310,
2227 0x400000fe, 0x400000ff, 0x400000fd, 0x40f000f9,
2228 0x400000fa, 0x400000fc, 0x0144131f, 0x40c003f8,
2229};
2230
Takashi Iwai2b635362011-05-02 12:33:43 +02002231static const unsigned int dell_9205_m44_pin_configs[12] = {
Tobin Davisae0a8ed2007-08-13 15:50:29 +02002232 0x0421101f, 0x04a11020, 0x400003fa, 0x90170310,
2233 0x400003fb, 0x400003fc, 0x400003fd, 0x400003f9,
2234 0x90a60330, 0x400003ff, 0x01441340, 0x40c003fe,
2235};
2236
Takashi Iwai2b635362011-05-02 12:33:43 +02002237static const unsigned int *stac9205_brd_tbl[STAC_9205_MODELS] = {
Tobin Davisae0a8ed2007-08-13 15:50:29 +02002238 [STAC_9205_REF] = ref9205_pin_configs,
Takashi Iwaidfe495d2007-08-23 19:04:28 +02002239 [STAC_9205_DELL_M42] = dell_9205_m42_pin_configs,
2240 [STAC_9205_DELL_M43] = dell_9205_m43_pin_configs,
2241 [STAC_9205_DELL_M44] = dell_9205_m44_pin_configs,
Takashi Iwaid9a42682009-01-22 17:40:18 +01002242 [STAC_9205_EAPD] = NULL,
Matt Porterf3302a52006-07-31 12:49:34 +02002243};
2244
Takashi Iwaiea734962011-01-17 11:29:34 +01002245static const char * const stac9205_models[STAC_9205_MODELS] = {
Takashi Iwai1607b8e2009-02-26 16:50:43 +01002246 [STAC_9205_AUTO] = "auto",
Takashi Iwaif5fcc132006-11-24 17:07:44 +01002247 [STAC_9205_REF] = "ref",
Takashi Iwaidfe495d2007-08-23 19:04:28 +02002248 [STAC_9205_DELL_M42] = "dell-m42",
Tobin Davisae0a8ed2007-08-13 15:50:29 +02002249 [STAC_9205_DELL_M43] = "dell-m43",
2250 [STAC_9205_DELL_M44] = "dell-m44",
Takashi Iwaid9a42682009-01-22 17:40:18 +01002251 [STAC_9205_EAPD] = "eapd",
Takashi Iwaif5fcc132006-11-24 17:07:44 +01002252};
2253
Takashi Iwai2b635362011-05-02 12:33:43 +02002254static const struct snd_pci_quirk stac9205_cfg_tbl[] = {
Takashi Iwaif5fcc132006-11-24 17:07:44 +01002255 /* SigmaTel reference board */
2256 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x2668,
2257 "DFI LanParty", STAC_9205_REF),
Herton Ronaldo Krzesinski02358fc2009-07-04 01:44:59 -03002258 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0xfb30,
2259 "SigmaTel", STAC_9205_REF),
Matthew Ranostay577aa2c2009-01-22 22:55:44 -05002260 SND_PCI_QUIRK(PCI_VENDOR_ID_DFI, 0x3101,
2261 "DFI LanParty", STAC_9205_REF),
Takashi Iwaid9a42682009-01-22 17:40:18 +01002262 /* Dell */
Takashi Iwaidfe495d2007-08-23 19:04:28 +02002263 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01f1,
2264 "unknown Dell", STAC_9205_DELL_M42),
2265 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01f2,
2266 "unknown Dell", STAC_9205_DELL_M42),
Tobin Davisae0a8ed2007-08-13 15:50:29 +02002267 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01f8,
Matthew Ranostayb44ef2f2007-09-18 00:52:38 +02002268 "Dell Precision", STAC_9205_DELL_M43),
Tobin Davisae0a8ed2007-08-13 15:50:29 +02002269 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01f9,
2270 "Dell Precision", STAC_9205_DELL_M43),
2271 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01fa,
2272 "Dell Precision", STAC_9205_DELL_M43),
Takashi Iwaidfe495d2007-08-23 19:04:28 +02002273 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01fc,
2274 "unknown Dell", STAC_9205_DELL_M42),
2275 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01fd,
2276 "unknown Dell", STAC_9205_DELL_M42),
Tobin Davisae0a8ed2007-08-13 15:50:29 +02002277 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01fe,
2278 "Dell Precision", STAC_9205_DELL_M43),
2279 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01ff,
Takashi Iwaidfe495d2007-08-23 19:04:28 +02002280 "Dell Precision M4300", STAC_9205_DELL_M43),
Takashi Iwaidfe495d2007-08-23 19:04:28 +02002281 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0204,
2282 "unknown Dell", STAC_9205_DELL_M42),
Takashi Iwai45499152008-06-12 16:27:24 +02002283 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0206,
2284 "Dell Precision", STAC_9205_DELL_M43),
2285 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x021b,
2286 "Dell Precision", STAC_9205_DELL_M43),
2287 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x021c,
2288 "Dell Precision", STAC_9205_DELL_M43),
Tobin Davisae0a8ed2007-08-13 15:50:29 +02002289 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x021f,
2290 "Dell Inspiron", STAC_9205_DELL_M44),
Matthew Ranostay3fa2ef72008-01-11 11:39:06 +01002291 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0228,
2292 "Dell Vostro 1500", STAC_9205_DELL_M42),
Anisse Astier95e70e82009-12-23 17:28:45 +01002293 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0229,
2294 "Dell Vostro 1700", STAC_9205_DELL_M42),
Takashi Iwaid9a42682009-01-22 17:40:18 +01002295 /* Gateway */
Hao Song42b95f02009-07-20 15:01:16 +08002296 SND_PCI_QUIRK(0x107b, 0x0560, "Gateway T6834c", STAC_9205_EAPD),
Takashi Iwaid9a42682009-01-22 17:40:18 +01002297 SND_PCI_QUIRK(0x107b, 0x0565, "Gateway T1616", STAC_9205_EAPD),
Matt Porterf3302a52006-07-31 12:49:34 +02002298 {} /* terminator */
2299};
2300
Takashi Iwai330ee992009-02-20 14:33:36 +01002301static void stac92xx_set_config_regs(struct hda_codec *codec,
Takashi Iwai2b635362011-05-02 12:33:43 +02002302 const unsigned int *pincfgs)
Matt2f2f4252005-04-13 14:45:30 +02002303{
2304 int i;
2305 struct sigmatel_spec *spec = codec->spec;
Matt2f2f4252005-04-13 14:45:30 +02002306
Takashi Iwai330ee992009-02-20 14:33:36 +01002307 if (!pincfgs)
2308 return;
Richard Fish11b44bb2006-08-23 18:31:34 +02002309
Matthew Ranostay87d48362007-07-17 11:52:24 +02002310 for (i = 0; i < spec->num_pins; i++)
Takashi Iwai330ee992009-02-20 14:33:36 +01002311 if (spec->pin_nids[i] && pincfgs[i])
2312 snd_hda_codec_set_pincfg(codec, spec->pin_nids[i],
2313 pincfgs[i]);
Takashi Iwaiaf9f3412008-11-18 10:38:56 +01002314}
2315
Matt2f2f4252005-04-13 14:45:30 +02002316/*
2317 * Analog playback callbacks
2318 */
2319static int stac92xx_playback_pcm_open(struct hda_pcm_stream *hinfo,
2320 struct hda_codec *codec,
Takashi Iwaic8b6bf92005-11-17 14:57:47 +01002321 struct snd_pcm_substream *substream)
Matt2f2f4252005-04-13 14:45:30 +02002322{
2323 struct sigmatel_spec *spec = codec->spec;
Matthew Ranostay8daaaa92008-08-15 07:45:52 +02002324 if (spec->stream_delay)
2325 msleep(spec->stream_delay);
Takashi Iwai9a081602008-02-12 18:37:26 +01002326 return snd_hda_multi_out_analog_open(codec, &spec->multiout, substream,
2327 hinfo);
Matt2f2f4252005-04-13 14:45:30 +02002328}
2329
2330static int stac92xx_playback_pcm_prepare(struct hda_pcm_stream *hinfo,
2331 struct hda_codec *codec,
2332 unsigned int stream_tag,
2333 unsigned int format,
Takashi Iwaic8b6bf92005-11-17 14:57:47 +01002334 struct snd_pcm_substream *substream)
Matt2f2f4252005-04-13 14:45:30 +02002335{
2336 struct sigmatel_spec *spec = codec->spec;
Matt Porter403d1942005-11-29 15:00:51 +01002337 return snd_hda_multi_out_analog_prepare(codec, &spec->multiout, stream_tag, format, substream);
Matt2f2f4252005-04-13 14:45:30 +02002338}
2339
2340static int stac92xx_playback_pcm_cleanup(struct hda_pcm_stream *hinfo,
2341 struct hda_codec *codec,
Takashi Iwaic8b6bf92005-11-17 14:57:47 +01002342 struct snd_pcm_substream *substream)
Matt2f2f4252005-04-13 14:45:30 +02002343{
2344 struct sigmatel_spec *spec = codec->spec;
2345 return snd_hda_multi_out_analog_cleanup(codec, &spec->multiout);
2346}
2347
2348/*
Mattdabbed62005-06-14 10:19:34 +02002349 * Digital playback callbacks
2350 */
2351static int stac92xx_dig_playback_pcm_open(struct hda_pcm_stream *hinfo,
2352 struct hda_codec *codec,
Takashi Iwaic8b6bf92005-11-17 14:57:47 +01002353 struct snd_pcm_substream *substream)
Mattdabbed62005-06-14 10:19:34 +02002354{
2355 struct sigmatel_spec *spec = codec->spec;
2356 return snd_hda_multi_out_dig_open(codec, &spec->multiout);
2357}
2358
2359static int stac92xx_dig_playback_pcm_close(struct hda_pcm_stream *hinfo,
2360 struct hda_codec *codec,
Takashi Iwaic8b6bf92005-11-17 14:57:47 +01002361 struct snd_pcm_substream *substream)
Mattdabbed62005-06-14 10:19:34 +02002362{
2363 struct sigmatel_spec *spec = codec->spec;
2364 return snd_hda_multi_out_dig_close(codec, &spec->multiout);
2365}
2366
Takashi Iwai6b97eb42007-04-05 14:51:48 +02002367static int stac92xx_dig_playback_pcm_prepare(struct hda_pcm_stream *hinfo,
2368 struct hda_codec *codec,
2369 unsigned int stream_tag,
2370 unsigned int format,
2371 struct snd_pcm_substream *substream)
2372{
2373 struct sigmatel_spec *spec = codec->spec;
2374 return snd_hda_multi_out_dig_prepare(codec, &spec->multiout,
2375 stream_tag, format, substream);
2376}
2377
Takashi Iwai9411e212009-02-13 11:32:28 +01002378static int stac92xx_dig_playback_pcm_cleanup(struct hda_pcm_stream *hinfo,
2379 struct hda_codec *codec,
2380 struct snd_pcm_substream *substream)
2381{
2382 struct sigmatel_spec *spec = codec->spec;
2383 return snd_hda_multi_out_dig_cleanup(codec, &spec->multiout);
2384}
2385
Mattdabbed62005-06-14 10:19:34 +02002386
2387/*
Matt2f2f4252005-04-13 14:45:30 +02002388 * Analog capture callbacks
2389 */
2390static int stac92xx_capture_pcm_prepare(struct hda_pcm_stream *hinfo,
2391 struct hda_codec *codec,
2392 unsigned int stream_tag,
2393 unsigned int format,
Takashi Iwaic8b6bf92005-11-17 14:57:47 +01002394 struct snd_pcm_substream *substream)
Matt2f2f4252005-04-13 14:45:30 +02002395{
2396 struct sigmatel_spec *spec = codec->spec;
Matthew Ranostay8daaaa92008-08-15 07:45:52 +02002397 hda_nid_t nid = spec->adc_nids[substream->number];
Matt2f2f4252005-04-13 14:45:30 +02002398
Matthew Ranostay8daaaa92008-08-15 07:45:52 +02002399 if (spec->powerdown_adcs) {
2400 msleep(40);
Takashi Iwai8c2f7672008-12-01 11:54:35 +01002401 snd_hda_codec_write(codec, nid, 0,
Matthew Ranostay8daaaa92008-08-15 07:45:52 +02002402 AC_VERB_SET_POWER_STATE, AC_PWRST_D0);
2403 }
2404 snd_hda_codec_setup_stream(codec, nid, stream_tag, 0, format);
Matt2f2f4252005-04-13 14:45:30 +02002405 return 0;
2406}
2407
2408static int stac92xx_capture_pcm_cleanup(struct hda_pcm_stream *hinfo,
2409 struct hda_codec *codec,
Takashi Iwaic8b6bf92005-11-17 14:57:47 +01002410 struct snd_pcm_substream *substream)
Matt2f2f4252005-04-13 14:45:30 +02002411{
2412 struct sigmatel_spec *spec = codec->spec;
Matthew Ranostay8daaaa92008-08-15 07:45:52 +02002413 hda_nid_t nid = spec->adc_nids[substream->number];
Matt2f2f4252005-04-13 14:45:30 +02002414
Matthew Ranostay8daaaa92008-08-15 07:45:52 +02002415 snd_hda_codec_cleanup_stream(codec, nid);
2416 if (spec->powerdown_adcs)
Takashi Iwai8c2f7672008-12-01 11:54:35 +01002417 snd_hda_codec_write(codec, nid, 0,
Matthew Ranostay8daaaa92008-08-15 07:45:52 +02002418 AC_VERB_SET_POWER_STATE, AC_PWRST_D3);
Matt2f2f4252005-04-13 14:45:30 +02002419 return 0;
2420}
2421
Takashi Iwai2b635362011-05-02 12:33:43 +02002422static const struct hda_pcm_stream stac92xx_pcm_digital_playback = {
Mattdabbed62005-06-14 10:19:34 +02002423 .substreams = 1,
2424 .channels_min = 2,
2425 .channels_max = 2,
2426 /* NID is set in stac92xx_build_pcms */
2427 .ops = {
2428 .open = stac92xx_dig_playback_pcm_open,
Takashi Iwai6b97eb42007-04-05 14:51:48 +02002429 .close = stac92xx_dig_playback_pcm_close,
Takashi Iwai9411e212009-02-13 11:32:28 +01002430 .prepare = stac92xx_dig_playback_pcm_prepare,
2431 .cleanup = stac92xx_dig_playback_pcm_cleanup
Mattdabbed62005-06-14 10:19:34 +02002432 },
2433};
2434
Takashi Iwai2b635362011-05-02 12:33:43 +02002435static const struct hda_pcm_stream stac92xx_pcm_digital_capture = {
Mattdabbed62005-06-14 10:19:34 +02002436 .substreams = 1,
2437 .channels_min = 2,
2438 .channels_max = 2,
2439 /* NID is set in stac92xx_build_pcms */
2440};
2441
Takashi Iwai2b635362011-05-02 12:33:43 +02002442static const struct hda_pcm_stream stac92xx_pcm_analog_playback = {
Matt2f2f4252005-04-13 14:45:30 +02002443 .substreams = 1,
2444 .channels_min = 2,
Mattc7d4b2f2005-06-27 14:59:41 +02002445 .channels_max = 8,
Matt2f2f4252005-04-13 14:45:30 +02002446 .nid = 0x02, /* NID to query formats and rates */
2447 .ops = {
2448 .open = stac92xx_playback_pcm_open,
2449 .prepare = stac92xx_playback_pcm_prepare,
2450 .cleanup = stac92xx_playback_pcm_cleanup
2451 },
2452};
2453
Takashi Iwai2b635362011-05-02 12:33:43 +02002454static const struct hda_pcm_stream stac92xx_pcm_analog_alt_playback = {
Matt Porter3cc08dc2006-01-23 15:27:49 +01002455 .substreams = 1,
2456 .channels_min = 2,
2457 .channels_max = 2,
2458 .nid = 0x06, /* NID to query formats and rates */
2459 .ops = {
2460 .open = stac92xx_playback_pcm_open,
2461 .prepare = stac92xx_playback_pcm_prepare,
2462 .cleanup = stac92xx_playback_pcm_cleanup
2463 },
2464};
2465
Takashi Iwai2b635362011-05-02 12:33:43 +02002466static const struct hda_pcm_stream stac92xx_pcm_analog_capture = {
Matt2f2f4252005-04-13 14:45:30 +02002467 .channels_min = 2,
2468 .channels_max = 2,
Maxim Levitsky9e05b7a2007-09-03 15:31:02 +02002469 /* NID + .substreams is set in stac92xx_build_pcms */
Matt2f2f4252005-04-13 14:45:30 +02002470 .ops = {
2471 .prepare = stac92xx_capture_pcm_prepare,
2472 .cleanup = stac92xx_capture_pcm_cleanup
2473 },
2474};
2475
2476static int stac92xx_build_pcms(struct hda_codec *codec)
2477{
2478 struct sigmatel_spec *spec = codec->spec;
2479 struct hda_pcm *info = spec->pcm_rec;
2480
2481 codec->num_pcms = 1;
2482 codec->pcm_info = info;
2483
Mattc7d4b2f2005-06-27 14:59:41 +02002484 info->name = "STAC92xx Analog";
Matt2f2f4252005-04-13 14:45:30 +02002485 info->stream[SNDRV_PCM_STREAM_PLAYBACK] = stac92xx_pcm_analog_playback;
Takashi Iwai00a602d2009-01-23 11:55:42 +01002486 info->stream[SNDRV_PCM_STREAM_PLAYBACK].nid =
2487 spec->multiout.dac_nids[0];
Matt2f2f4252005-04-13 14:45:30 +02002488 info->stream[SNDRV_PCM_STREAM_CAPTURE] = stac92xx_pcm_analog_capture;
Matt Porter3cc08dc2006-01-23 15:27:49 +01002489 info->stream[SNDRV_PCM_STREAM_CAPTURE].nid = spec->adc_nids[0];
Maxim Levitsky9e05b7a2007-09-03 15:31:02 +02002490 info->stream[SNDRV_PCM_STREAM_CAPTURE].substreams = spec->num_adcs;
Matt Porter3cc08dc2006-01-23 15:27:49 +01002491
2492 if (spec->alt_switch) {
2493 codec->num_pcms++;
2494 info++;
2495 info->name = "STAC92xx Analog Alt";
2496 info->stream[SNDRV_PCM_STREAM_PLAYBACK] = stac92xx_pcm_analog_alt_playback;
2497 }
Matt2f2f4252005-04-13 14:45:30 +02002498
Mattdabbed62005-06-14 10:19:34 +02002499 if (spec->multiout.dig_out_nid || spec->dig_in_nid) {
2500 codec->num_pcms++;
2501 info++;
2502 info->name = "STAC92xx Digital";
Takashi Iwai0852d7a2009-02-11 11:35:15 +01002503 info->pcm_type = spec->autocfg.dig_out_type[0];
Mattdabbed62005-06-14 10:19:34 +02002504 if (spec->multiout.dig_out_nid) {
2505 info->stream[SNDRV_PCM_STREAM_PLAYBACK] = stac92xx_pcm_digital_playback;
2506 info->stream[SNDRV_PCM_STREAM_PLAYBACK].nid = spec->multiout.dig_out_nid;
2507 }
2508 if (spec->dig_in_nid) {
2509 info->stream[SNDRV_PCM_STREAM_CAPTURE] = stac92xx_pcm_digital_capture;
2510 info->stream[SNDRV_PCM_STREAM_CAPTURE].nid = spec->dig_in_nid;
2511 }
2512 }
2513
Matt2f2f4252005-04-13 14:45:30 +02002514 return 0;
2515}
2516
Matt Porter403d1942005-11-29 15:00:51 +01002517static void stac92xx_auto_set_pinctl(struct hda_codec *codec, hda_nid_t nid, int pin_type)
2518
2519{
Takashi Iwaicdd03ce2012-04-20 12:34:50 +02002520 snd_hda_set_pin_ctl_cache(codec, nid, pin_type);
Matt Porter403d1942005-11-29 15:00:51 +01002521}
2522
Matthew Ranostay7c2ba972008-04-16 13:13:59 +02002523#define stac92xx_hp_switch_info snd_ctl_boolean_mono_info
2524
2525static int stac92xx_hp_switch_get(struct snd_kcontrol *kcontrol,
2526 struct snd_ctl_elem_value *ucontrol)
2527{
2528 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
2529 struct sigmatel_spec *spec = codec->spec;
2530
Takashi Iwaid7a89432008-11-12 09:48:04 +01002531 ucontrol->value.integer.value[0] = !!spec->hp_switch;
Matthew Ranostay7c2ba972008-04-16 13:13:59 +02002532 return 0;
2533}
2534
Takashi Iwai62558ce2009-07-29 14:23:09 +02002535static void stac_issue_unsol_event(struct hda_codec *codec, hda_nid_t nid);
Takashi Iwaic6e4c662008-11-25 11:58:19 +01002536
Matthew Ranostay7c2ba972008-04-16 13:13:59 +02002537static int stac92xx_hp_switch_put(struct snd_kcontrol *kcontrol,
2538 struct snd_ctl_elem_value *ucontrol)
2539{
2540 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
2541 struct sigmatel_spec *spec = codec->spec;
Takashi Iwaid7a89432008-11-12 09:48:04 +01002542 int nid = kcontrol->private_value;
2543
2544 spec->hp_switch = ucontrol->value.integer.value[0] ? nid : 0;
Matthew Ranostay7c2ba972008-04-16 13:13:59 +02002545
Lucas De Marchi25985ed2011-03-30 22:57:33 -03002546 /* check to be sure that the ports are up to date with
Matthew Ranostay7c2ba972008-04-16 13:13:59 +02002547 * switch changes
2548 */
Takashi Iwai62558ce2009-07-29 14:23:09 +02002549 stac_issue_unsol_event(codec, nid);
Matthew Ranostay7c2ba972008-04-16 13:13:59 +02002550
2551 return 1;
2552}
2553
Nickolas Lloyd7c922de2009-06-01 11:12:29 +02002554static int stac92xx_dc_bias_info(struct snd_kcontrol *kcontrol,
2555 struct snd_ctl_elem_info *uinfo)
2556{
2557 int i;
Takashi Iwai2b635362011-05-02 12:33:43 +02002558 static const char * const texts[] = {
Nickolas Lloyd7c922de2009-06-01 11:12:29 +02002559 "Mic In", "Line In", "Line Out"
2560 };
2561
2562 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
2563 struct sigmatel_spec *spec = codec->spec;
2564 hda_nid_t nid = kcontrol->private_value;
2565
2566 if (nid == spec->mic_switch || nid == spec->line_switch)
2567 i = 3;
2568 else
2569 i = 2;
2570
2571 uinfo->type = SNDRV_CTL_ELEM_TYPE_ENUMERATED;
2572 uinfo->value.enumerated.items = i;
2573 uinfo->count = 1;
2574 if (uinfo->value.enumerated.item >= i)
2575 uinfo->value.enumerated.item = i-1;
2576 strcpy(uinfo->value.enumerated.name,
2577 texts[uinfo->value.enumerated.item]);
2578
2579 return 0;
2580}
2581
2582static int stac92xx_dc_bias_get(struct snd_kcontrol *kcontrol,
2583 struct snd_ctl_elem_value *ucontrol)
2584{
2585 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
2586 hda_nid_t nid = kcontrol->private_value;
2587 unsigned int vref = stac92xx_vref_get(codec, nid);
2588
Takashi Iwai47408602012-04-20 13:06:53 +02002589 if (vref == snd_hda_get_default_vref(codec, nid))
Nickolas Lloyd7c922de2009-06-01 11:12:29 +02002590 ucontrol->value.enumerated.item[0] = 0;
2591 else if (vref == AC_PINCTL_VREF_GRD)
2592 ucontrol->value.enumerated.item[0] = 1;
2593 else if (vref == AC_PINCTL_VREF_HIZ)
2594 ucontrol->value.enumerated.item[0] = 2;
2595
2596 return 0;
2597}
2598
2599static int stac92xx_dc_bias_put(struct snd_kcontrol *kcontrol,
2600 struct snd_ctl_elem_value *ucontrol)
2601{
2602 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
2603 unsigned int new_vref = 0;
Takashi Iwaib8621512009-06-22 08:00:10 +02002604 int error;
Nickolas Lloyd7c922de2009-06-01 11:12:29 +02002605 hda_nid_t nid = kcontrol->private_value;
2606
2607 if (ucontrol->value.enumerated.item[0] == 0)
Takashi Iwai47408602012-04-20 13:06:53 +02002608 new_vref = snd_hda_get_default_vref(codec, nid);
Nickolas Lloyd7c922de2009-06-01 11:12:29 +02002609 else if (ucontrol->value.enumerated.item[0] == 1)
2610 new_vref = AC_PINCTL_VREF_GRD;
2611 else if (ucontrol->value.enumerated.item[0] == 2)
2612 new_vref = AC_PINCTL_VREF_HIZ;
2613 else
2614 return 0;
2615
2616 if (new_vref != stac92xx_vref_get(codec, nid)) {
2617 error = stac92xx_vref_set(codec, nid, new_vref);
2618 return error;
2619 }
2620
2621 return 0;
2622}
2623
2624static int stac92xx_io_switch_info(struct snd_kcontrol *kcontrol,
2625 struct snd_ctl_elem_info *uinfo)
2626{
Takashi Iwai2b635362011-05-02 12:33:43 +02002627 char *texts[2];
Nickolas Lloyd7c922de2009-06-01 11:12:29 +02002628 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
2629 struct sigmatel_spec *spec = codec->spec;
2630
2631 if (kcontrol->private_value == spec->line_switch)
2632 texts[0] = "Line In";
2633 else
2634 texts[0] = "Mic In";
2635 texts[1] = "Line Out";
2636 uinfo->type = SNDRV_CTL_ELEM_TYPE_ENUMERATED;
2637 uinfo->value.enumerated.items = 2;
2638 uinfo->count = 1;
2639
2640 if (uinfo->value.enumerated.item >= 2)
2641 uinfo->value.enumerated.item = 1;
2642 strcpy(uinfo->value.enumerated.name,
2643 texts[uinfo->value.enumerated.item]);
2644
2645 return 0;
2646}
Matt Porter403d1942005-11-29 15:00:51 +01002647
2648static int stac92xx_io_switch_get(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol)
2649{
2650 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
2651 struct sigmatel_spec *spec = codec->spec;
Nickolas Lloyd7c922de2009-06-01 11:12:29 +02002652 hda_nid_t nid = kcontrol->private_value;
2653 int io_idx = (nid == spec->mic_switch) ? 1 : 0;
Matt Porter403d1942005-11-29 15:00:51 +01002654
Nickolas Lloyd7c922de2009-06-01 11:12:29 +02002655 ucontrol->value.enumerated.item[0] = spec->io_switch[io_idx];
Matt Porter403d1942005-11-29 15:00:51 +01002656 return 0;
2657}
2658
2659static int stac92xx_io_switch_put(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol)
2660{
2661 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
2662 struct sigmatel_spec *spec = codec->spec;
Nickolas Lloyd7c922de2009-06-01 11:12:29 +02002663 hda_nid_t nid = kcontrol->private_value;
2664 int io_idx = (nid == spec->mic_switch) ? 1 : 0;
2665 unsigned short val = !!ucontrol->value.enumerated.item[0];
Matt Porter403d1942005-11-29 15:00:51 +01002666
2667 spec->io_switch[io_idx] = val;
2668
2669 if (val)
2670 stac92xx_auto_set_pinctl(codec, nid, AC_PINCTL_OUT_EN);
Takashi Iwaic960a032006-03-23 17:06:28 +01002671 else {
2672 unsigned int pinctl = AC_PINCTL_IN_EN;
2673 if (io_idx) /* set VREF for mic */
Takashi Iwai47408602012-04-20 13:06:53 +02002674 pinctl |= snd_hda_get_default_vref(codec, nid);
Takashi Iwaic960a032006-03-23 17:06:28 +01002675 stac92xx_auto_set_pinctl(codec, nid, pinctl);
2676 }
Jiang Zhe40c1d302007-11-12 13:05:16 +01002677
2678 /* check the auto-mute again: we need to mute/unmute the speaker
2679 * appropriately according to the pin direction
2680 */
2681 if (spec->hp_detect)
Takashi Iwai62558ce2009-07-29 14:23:09 +02002682 stac_issue_unsol_event(codec, nid);
Jiang Zhe40c1d302007-11-12 13:05:16 +01002683
Matt Porter403d1942005-11-29 15:00:51 +01002684 return 1;
2685}
2686
Maxim Levitsky0fb87bb2007-09-03 15:29:04 +02002687#define stac92xx_clfe_switch_info snd_ctl_boolean_mono_info
2688
2689static int stac92xx_clfe_switch_get(struct snd_kcontrol *kcontrol,
2690 struct snd_ctl_elem_value *ucontrol)
2691{
2692 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
2693 struct sigmatel_spec *spec = codec->spec;
2694
2695 ucontrol->value.integer.value[0] = spec->clfe_swap;
2696 return 0;
2697}
2698
2699static int stac92xx_clfe_switch_put(struct snd_kcontrol *kcontrol,
2700 struct snd_ctl_elem_value *ucontrol)
2701{
2702 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
2703 struct sigmatel_spec *spec = codec->spec;
2704 hda_nid_t nid = kcontrol->private_value & 0xff;
Takashi Iwai68ea7b22007-11-15 15:54:38 +01002705 unsigned int val = !!ucontrol->value.integer.value[0];
Maxim Levitsky0fb87bb2007-09-03 15:29:04 +02002706
Takashi Iwai68ea7b22007-11-15 15:54:38 +01002707 if (spec->clfe_swap == val)
Maxim Levitsky0fb87bb2007-09-03 15:29:04 +02002708 return 0;
2709
Takashi Iwai68ea7b22007-11-15 15:54:38 +01002710 spec->clfe_swap = val;
Maxim Levitsky0fb87bb2007-09-03 15:29:04 +02002711
2712 snd_hda_codec_write_cache(codec, nid, 0, AC_VERB_SET_EAPD_BTLENABLE,
2713 spec->clfe_swap ? 0x4 : 0x0);
2714
2715 return 1;
2716}
2717
Matthew Ranostay7c2ba972008-04-16 13:13:59 +02002718#define STAC_CODEC_HP_SWITCH(xname) \
2719 { .iface = SNDRV_CTL_ELEM_IFACE_MIXER, \
2720 .name = xname, \
2721 .index = 0, \
2722 .info = stac92xx_hp_switch_info, \
2723 .get = stac92xx_hp_switch_get, \
2724 .put = stac92xx_hp_switch_put, \
2725 }
2726
Matt Porter403d1942005-11-29 15:00:51 +01002727#define STAC_CODEC_IO_SWITCH(xname, xpval) \
2728 { .iface = SNDRV_CTL_ELEM_IFACE_MIXER, \
2729 .name = xname, \
2730 .index = 0, \
2731 .info = stac92xx_io_switch_info, \
2732 .get = stac92xx_io_switch_get, \
2733 .put = stac92xx_io_switch_put, \
2734 .private_value = xpval, \
2735 }
2736
Maxim Levitsky0fb87bb2007-09-03 15:29:04 +02002737#define STAC_CODEC_CLFE_SWITCH(xname, xpval) \
2738 { .iface = SNDRV_CTL_ELEM_IFACE_MIXER, \
2739 .name = xname, \
2740 .index = 0, \
2741 .info = stac92xx_clfe_switch_info, \
2742 .get = stac92xx_clfe_switch_get, \
2743 .put = stac92xx_clfe_switch_put, \
2744 .private_value = xpval, \
2745 }
Matt Porter403d1942005-11-29 15:00:51 +01002746
Mattc7d4b2f2005-06-27 14:59:41 +02002747enum {
2748 STAC_CTL_WIDGET_VOL,
2749 STAC_CTL_WIDGET_MUTE,
Jaroslav Kysela123c07a2009-10-21 14:48:23 +02002750 STAC_CTL_WIDGET_MUTE_BEEP,
Matthew Ranostay09a99952008-01-24 11:49:21 +01002751 STAC_CTL_WIDGET_MONO_MUX,
Matthew Ranostay7c2ba972008-04-16 13:13:59 +02002752 STAC_CTL_WIDGET_HP_SWITCH,
Matt Porter403d1942005-11-29 15:00:51 +01002753 STAC_CTL_WIDGET_IO_SWITCH,
Nickolas Lloyd2fc99892009-05-15 15:33:30 +02002754 STAC_CTL_WIDGET_CLFE_SWITCH,
2755 STAC_CTL_WIDGET_DC_BIAS
Mattc7d4b2f2005-06-27 14:59:41 +02002756};
2757
Takashi Iwai2b635362011-05-02 12:33:43 +02002758static const struct snd_kcontrol_new stac92xx_control_templates[] = {
Mattc7d4b2f2005-06-27 14:59:41 +02002759 HDA_CODEC_VOLUME(NULL, 0, 0, 0),
2760 HDA_CODEC_MUTE(NULL, 0, 0, 0),
Jaroslav Kysela123c07a2009-10-21 14:48:23 +02002761 HDA_CODEC_MUTE_BEEP(NULL, 0, 0, 0),
Matthew Ranostay09a99952008-01-24 11:49:21 +01002762 STAC_MONO_MUX,
Matthew Ranostay7c2ba972008-04-16 13:13:59 +02002763 STAC_CODEC_HP_SWITCH(NULL),
Matt Porter403d1942005-11-29 15:00:51 +01002764 STAC_CODEC_IO_SWITCH(NULL, 0),
Maxim Levitsky0fb87bb2007-09-03 15:29:04 +02002765 STAC_CODEC_CLFE_SWITCH(NULL, 0),
Nickolas Lloyd2fc99892009-05-15 15:33:30 +02002766 DC_BIAS(NULL, 0, 0),
Mattc7d4b2f2005-06-27 14:59:41 +02002767};
2768
2769/* add dynamic controls */
Takashi Iwaie3c75962009-01-23 11:57:22 +01002770static struct snd_kcontrol_new *
2771stac_control_new(struct sigmatel_spec *spec,
Takashi Iwai2b635362011-05-02 12:33:43 +02002772 const struct snd_kcontrol_new *ktemp,
Jaroslav Kysela4d02d1b2009-11-12 10:15:48 +01002773 const char *name,
Jaroslav Kysela5e26dfd2009-12-10 13:57:01 +01002774 unsigned int subdev)
Mattc7d4b2f2005-06-27 14:59:41 +02002775{
Takashi Iwaic8b6bf92005-11-17 14:57:47 +01002776 struct snd_kcontrol_new *knew;
Mattc7d4b2f2005-06-27 14:59:41 +02002777
Takashi Iwai603c4012008-07-30 15:01:44 +02002778 snd_array_init(&spec->kctls, sizeof(*knew), 32);
2779 knew = snd_array_new(&spec->kctls);
2780 if (!knew)
Takashi Iwaie3c75962009-01-23 11:57:22 +01002781 return NULL;
Takashi Iwai4d4e9bb2008-11-12 16:45:04 +01002782 *knew = *ktemp;
Takashi Iwai82fe0c52005-06-30 10:54:33 +02002783 knew->name = kstrdup(name, GFP_KERNEL);
Takashi Iwaie3c75962009-01-23 11:57:22 +01002784 if (!knew->name) {
2785 /* roolback */
2786 memset(knew, 0, sizeof(*knew));
2787 spec->kctls.alloced--;
2788 return NULL;
2789 }
Jaroslav Kysela5e26dfd2009-12-10 13:57:01 +01002790 knew->subdevice = subdev;
Takashi Iwaie3c75962009-01-23 11:57:22 +01002791 return knew;
2792}
2793
2794static int stac92xx_add_control_temp(struct sigmatel_spec *spec,
Takashi Iwai2b635362011-05-02 12:33:43 +02002795 const struct snd_kcontrol_new *ktemp,
Takashi Iwaie3c75962009-01-23 11:57:22 +01002796 int idx, const char *name,
2797 unsigned long val)
2798{
Jaroslav Kysela4d02d1b2009-11-12 10:15:48 +01002799 struct snd_kcontrol_new *knew = stac_control_new(spec, ktemp, name,
Jaroslav Kysela5e26dfd2009-12-10 13:57:01 +01002800 HDA_SUBDEV_AMP_FLAG);
Takashi Iwaie3c75962009-01-23 11:57:22 +01002801 if (!knew)
Mattc7d4b2f2005-06-27 14:59:41 +02002802 return -ENOMEM;
Takashi Iwaie3c75962009-01-23 11:57:22 +01002803 knew->index = idx;
Mattc7d4b2f2005-06-27 14:59:41 +02002804 knew->private_value = val;
Mattc7d4b2f2005-06-27 14:59:41 +02002805 return 0;
2806}
2807
Takashi Iwai4d4e9bb2008-11-12 16:45:04 +01002808static inline int stac92xx_add_control_idx(struct sigmatel_spec *spec,
2809 int type, int idx, const char *name,
2810 unsigned long val)
2811{
2812 return stac92xx_add_control_temp(spec,
2813 &stac92xx_control_templates[type],
2814 idx, name, val);
2815}
2816
Matthew Ranostay4682eee2008-08-15 07:43:24 +02002817
2818/* add dynamic controls */
Takashi Iwai4d4e9bb2008-11-12 16:45:04 +01002819static inline int stac92xx_add_control(struct sigmatel_spec *spec, int type,
2820 const char *name, unsigned long val)
Matthew Ranostay4682eee2008-08-15 07:43:24 +02002821{
2822 return stac92xx_add_control_idx(spec, type, 0, name, val);
2823}
2824
Takashi Iwai2b635362011-05-02 12:33:43 +02002825static const struct snd_kcontrol_new stac_input_src_temp = {
Takashi Iwaie3c75962009-01-23 11:57:22 +01002826 .iface = SNDRV_CTL_ELEM_IFACE_MIXER,
2827 .name = "Input Source",
2828 .info = stac92xx_mux_enum_info,
2829 .get = stac92xx_mux_enum_get,
2830 .put = stac92xx_mux_enum_put,
2831};
2832
Nickolas Lloyd7c922de2009-06-01 11:12:29 +02002833static inline int stac92xx_add_jack_mode_control(struct hda_codec *codec,
2834 hda_nid_t nid, int idx)
2835{
2836 int def_conf = snd_hda_codec_get_pincfg(codec, nid);
2837 int control = 0;
2838 struct sigmatel_spec *spec = codec->spec;
2839 char name[22];
2840
Takashi Iwai99ae28b2010-09-17 14:42:34 +02002841 if (snd_hda_get_input_pin_attr(def_conf) != INPUT_PIN_ATTR_INT) {
Takashi Iwai47408602012-04-20 13:06:53 +02002842 if (snd_hda_get_default_vref(codec, nid) == AC_PINCTL_VREF_GRD
Nickolas Lloyd7c922de2009-06-01 11:12:29 +02002843 && nid == spec->line_switch)
2844 control = STAC_CTL_WIDGET_IO_SWITCH;
2845 else if (snd_hda_query_pin_caps(codec, nid)
2846 & (AC_PINCAP_VREF_GRD << AC_PINCAP_VREF_SHIFT))
2847 control = STAC_CTL_WIDGET_DC_BIAS;
2848 else if (nid == spec->mic_switch)
2849 control = STAC_CTL_WIDGET_IO_SWITCH;
2850 }
2851
2852 if (control) {
Takashi Iwai201e06f2011-11-16 15:33:26 +01002853 snd_hda_get_pin_label(codec, nid, &spec->autocfg,
2854 name, sizeof(name), NULL);
Nickolas Lloyd7c922de2009-06-01 11:12:29 +02002855 return stac92xx_add_control(codec->spec, control,
2856 strcat(name, " Jack Mode"), nid);
2857 }
2858
2859 return 0;
2860}
2861
Takashi Iwaie3c75962009-01-23 11:57:22 +01002862static int stac92xx_add_input_source(struct sigmatel_spec *spec)
2863{
2864 struct snd_kcontrol_new *knew;
2865 struct hda_input_mux *imux = &spec->private_imux;
2866
Takashi Iwai3d21d3f2009-07-29 14:32:56 +02002867 if (spec->auto_mic)
2868 return 0; /* no need for input source */
Takashi Iwaie3c75962009-01-23 11:57:22 +01002869 if (!spec->num_adcs || imux->num_items <= 1)
2870 return 0; /* no need for input source control */
2871 knew = stac_control_new(spec, &stac_input_src_temp,
Jaroslav Kysela4d02d1b2009-11-12 10:15:48 +01002872 stac_input_src_temp.name, 0);
Takashi Iwaie3c75962009-01-23 11:57:22 +01002873 if (!knew)
2874 return -ENOMEM;
2875 knew->count = spec->num_adcs;
2876 return 0;
2877}
2878
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01002879/* check whether the line-input can be used as line-out */
2880static hda_nid_t check_line_out_switch(struct hda_codec *codec)
Matt Porter403d1942005-11-29 15:00:51 +01002881{
2882 struct sigmatel_spec *spec = codec->spec;
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01002883 struct auto_pin_cfg *cfg = &spec->autocfg;
2884 hda_nid_t nid;
2885 unsigned int pincap;
Takashi Iwaieea7dc92010-08-30 13:06:15 +02002886 int i;
Matthew Ranostay8e9068b2007-12-17 11:58:13 +01002887
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01002888 if (cfg->line_out_type != AUTO_PIN_LINE_OUT)
2889 return 0;
Takashi Iwaieea7dc92010-08-30 13:06:15 +02002890 for (i = 0; i < cfg->num_inputs; i++) {
Takashi Iwai86e29592010-09-09 14:50:17 +02002891 if (cfg->inputs[i].type == AUTO_PIN_LINE_IN) {
Takashi Iwaieea7dc92010-08-30 13:06:15 +02002892 nid = cfg->inputs[i].pin;
Takashi Iwai1327a322009-03-23 13:07:47 +01002893 pincap = snd_hda_query_pin_caps(codec, nid);
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01002894 if (pincap & AC_PINCAP_OUT)
2895 return nid;
2896 }
Takashi Iwaieea7dc92010-08-30 13:06:15 +02002897 }
Matt Porter403d1942005-11-29 15:00:51 +01002898 return 0;
2899}
2900
Takashi Iwaieea7dc92010-08-30 13:06:15 +02002901static hda_nid_t get_unassigned_dac(struct hda_codec *codec, hda_nid_t nid);
2902
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01002903/* check whether the mic-input can be used as line-out */
Takashi Iwaieea7dc92010-08-30 13:06:15 +02002904static hda_nid_t check_mic_out_switch(struct hda_codec *codec, hda_nid_t *dac)
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01002905{
2906 struct sigmatel_spec *spec = codec->spec;
2907 struct auto_pin_cfg *cfg = &spec->autocfg;
2908 unsigned int def_conf, pincap;
Takashi Iwai86e29592010-09-09 14:50:17 +02002909 int i;
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01002910
Takashi Iwaieea7dc92010-08-30 13:06:15 +02002911 *dac = 0;
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01002912 if (cfg->line_out_type != AUTO_PIN_LINE_OUT)
2913 return 0;
Takashi Iwaieea7dc92010-08-30 13:06:15 +02002914 for (i = 0; i < cfg->num_inputs; i++) {
2915 hda_nid_t nid = cfg->inputs[i].pin;
Takashi Iwai86e29592010-09-09 14:50:17 +02002916 if (cfg->inputs[i].type != AUTO_PIN_MIC)
Takashi Iwaieea7dc92010-08-30 13:06:15 +02002917 continue;
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01002918 def_conf = snd_hda_codec_get_pincfg(codec, nid);
2919 /* some laptops have an internal analog microphone
2920 * which can't be used as a output */
Takashi Iwai99ae28b2010-09-17 14:42:34 +02002921 if (snd_hda_get_input_pin_attr(def_conf) != INPUT_PIN_ATTR_INT) {
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01002922 pincap = snd_hda_query_pin_caps(codec, nid);
Takashi Iwaieea7dc92010-08-30 13:06:15 +02002923 if (pincap & AC_PINCAP_OUT) {
2924 *dac = get_unassigned_dac(codec, nid);
2925 if (*dac)
2926 return nid;
2927 }
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01002928 }
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01002929 }
2930 return 0;
2931}
Steve Longerbeam7b043892007-05-03 20:50:03 +02002932
2933static int is_in_dac_nids(struct sigmatel_spec *spec, hda_nid_t nid)
2934{
2935 int i;
2936
2937 for (i = 0; i < spec->multiout.num_dacs; i++) {
2938 if (spec->multiout.dac_nids[i] == nid)
2939 return 1;
2940 }
2941
2942 return 0;
2943}
2944
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01002945static int check_all_dac_nids(struct sigmatel_spec *spec, hda_nid_t nid)
2946{
2947 int i;
2948 if (is_in_dac_nids(spec, nid))
2949 return 1;
2950 for (i = 0; i < spec->autocfg.hp_outs; i++)
2951 if (spec->hp_dacs[i] == nid)
2952 return 1;
2953 for (i = 0; i < spec->autocfg.speaker_outs; i++)
2954 if (spec->speaker_dacs[i] == nid)
2955 return 1;
2956 return 0;
2957}
2958
2959static hda_nid_t get_unassigned_dac(struct hda_codec *codec, hda_nid_t nid)
2960{
2961 struct sigmatel_spec *spec = codec->spec;
David Henningsson48718ea2011-10-05 09:49:05 +02002962 struct auto_pin_cfg *cfg = &spec->autocfg;
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01002963 int j, conn_len;
David Henningsson48718ea2011-10-05 09:49:05 +02002964 hda_nid_t conn[HDA_MAX_CONNECTIONS], fallback_dac;
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01002965 unsigned int wcaps, wtype;
2966
2967 conn_len = snd_hda_get_connections(codec, nid, conn,
2968 HDA_MAX_CONNECTIONS);
Charles Chin36706002010-01-29 12:05:51 +01002969 /* 92HD88: trace back up the link of nids to find the DAC */
2970 while (conn_len == 1 && (get_wcaps_type(get_wcaps(codec, conn[0]))
2971 != AC_WID_AUD_OUT)) {
2972 nid = conn[0];
2973 conn_len = snd_hda_get_connections(codec, nid, conn,
2974 HDA_MAX_CONNECTIONS);
2975 }
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01002976 for (j = 0; j < conn_len; j++) {
Takashi Iwai14bafe32009-03-23 16:35:39 +01002977 wcaps = get_wcaps(codec, conn[j]);
Takashi Iwaia22d5432009-07-27 12:54:26 +02002978 wtype = get_wcaps_type(wcaps);
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01002979 /* we check only analog outputs */
2980 if (wtype != AC_WID_AUD_OUT || (wcaps & AC_WCAP_DIGITAL))
2981 continue;
2982 /* if this route has a free DAC, assign it */
2983 if (!check_all_dac_nids(spec, conn[j])) {
2984 if (conn_len > 1) {
2985 /* select this DAC in the pin's input mux */
2986 snd_hda_codec_write_cache(codec, nid, 0,
2987 AC_VERB_SET_CONNECT_SEL, j);
2988 }
2989 return conn[j];
2990 }
2991 }
David Henningsson48718ea2011-10-05 09:49:05 +02002992
2993 /* if all DACs are already assigned, connect to the primary DAC,
2994 unless we're assigning a secondary headphone */
2995 fallback_dac = spec->multiout.dac_nids[0];
2996 if (spec->multiout.hp_nid) {
2997 for (j = 0; j < cfg->hp_outs; j++)
2998 if (cfg->hp_pins[j] == nid) {
2999 fallback_dac = spec->multiout.hp_nid;
3000 break;
3001 }
3002 }
3003
Takashi Iwaiee58a7c2009-03-06 12:00:24 +01003004 if (conn_len > 1) {
3005 for (j = 0; j < conn_len; j++) {
David Henningsson48718ea2011-10-05 09:49:05 +02003006 if (conn[j] == fallback_dac) {
Takashi Iwaiee58a7c2009-03-06 12:00:24 +01003007 snd_hda_codec_write_cache(codec, nid, 0,
3008 AC_VERB_SET_CONNECT_SEL, j);
3009 break;
3010 }
3011 }
3012 }
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01003013 return 0;
3014}
3015
3016static int add_spec_dacs(struct sigmatel_spec *spec, hda_nid_t nid);
3017static int add_spec_extra_dacs(struct sigmatel_spec *spec, hda_nid_t nid);
3018
Matt Porter3cc08dc2006-01-23 15:27:49 +01003019/*
Steve Longerbeam7b043892007-05-03 20:50:03 +02003020 * Fill in the dac_nids table from the parsed pin configuration
3021 * This function only works when every pin in line_out_pins[]
3022 * contains atleast one DAC in its connection list. Some 92xx
3023 * codecs are not connected directly to a DAC, such as the 9200
3024 * and 9202/925x. For those, dac_nids[] must be hard-coded.
Matt Porter3cc08dc2006-01-23 15:27:49 +01003025 */
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01003026static int stac92xx_auto_fill_dac_nids(struct hda_codec *codec)
Mattc7d4b2f2005-06-27 14:59:41 +02003027{
3028 struct sigmatel_spec *spec = codec->spec;
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01003029 struct auto_pin_cfg *cfg = &spec->autocfg;
3030 int i;
3031 hda_nid_t nid, dac;
Steve Longerbeam7b043892007-05-03 20:50:03 +02003032
Mattc7d4b2f2005-06-27 14:59:41 +02003033 for (i = 0; i < cfg->line_outs; i++) {
3034 nid = cfg->line_out_pins[i];
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01003035 dac = get_unassigned_dac(codec, nid);
3036 if (!dac) {
Takashi Iwaidf802952007-07-02 19:18:00 +02003037 if (spec->multiout.num_dacs > 0) {
3038 /* we have already working output pins,
3039 * so let's drop the broken ones again
3040 */
3041 cfg->line_outs = spec->multiout.num_dacs;
3042 break;
3043 }
Steve Longerbeam7b043892007-05-03 20:50:03 +02003044 /* error out, no available DAC found */
3045 snd_printk(KERN_ERR
3046 "%s: No available DAC for pin 0x%x\n",
3047 __func__, nid);
3048 return -ENODEV;
3049 }
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01003050 add_spec_dacs(spec, dac);
3051 }
Steve Longerbeam7b043892007-05-03 20:50:03 +02003052
Takashi Iwai139e0712009-03-06 12:10:41 +01003053 for (i = 0; i < cfg->hp_outs; i++) {
3054 nid = cfg->hp_pins[i];
3055 dac = get_unassigned_dac(codec, nid);
3056 if (dac) {
3057 if (!spec->multiout.hp_nid)
3058 spec->multiout.hp_nid = dac;
3059 else
3060 add_spec_extra_dacs(spec, dac);
3061 }
3062 spec->hp_dacs[i] = dac;
3063 }
3064
3065 for (i = 0; i < cfg->speaker_outs; i++) {
3066 nid = cfg->speaker_pins[i];
3067 dac = get_unassigned_dac(codec, nid);
3068 if (dac)
3069 add_spec_extra_dacs(spec, dac);
3070 spec->speaker_dacs[i] = dac;
3071 }
3072
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01003073 /* add line-in as output */
3074 nid = check_line_out_switch(codec);
3075 if (nid) {
3076 dac = get_unassigned_dac(codec, nid);
3077 if (dac) {
3078 snd_printdd("STAC: Add line-in 0x%x as output %d\n",
3079 nid, cfg->line_outs);
3080 cfg->line_out_pins[cfg->line_outs] = nid;
3081 cfg->line_outs++;
3082 spec->line_switch = nid;
3083 add_spec_dacs(spec, dac);
3084 }
3085 }
3086 /* add mic as output */
Takashi Iwaieea7dc92010-08-30 13:06:15 +02003087 nid = check_mic_out_switch(codec, &dac);
3088 if (nid && dac) {
3089 snd_printdd("STAC: Add mic-in 0x%x as output %d\n",
3090 nid, cfg->line_outs);
3091 cfg->line_out_pins[cfg->line_outs] = nid;
3092 cfg->line_outs++;
3093 spec->mic_switch = nid;
3094 add_spec_dacs(spec, dac);
Mattc7d4b2f2005-06-27 14:59:41 +02003095 }
3096
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01003097 snd_printd("stac92xx: dac_nids=%d (0x%x/0x%x/0x%x/0x%x/0x%x)\n",
Steve Longerbeam7b043892007-05-03 20:50:03 +02003098 spec->multiout.num_dacs,
3099 spec->multiout.dac_nids[0],
3100 spec->multiout.dac_nids[1],
3101 spec->multiout.dac_nids[2],
3102 spec->multiout.dac_nids[3],
3103 spec->multiout.dac_nids[4]);
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01003104
Mattc7d4b2f2005-06-27 14:59:41 +02003105 return 0;
3106}
3107
Takashi Iwaieb06ed82006-09-20 17:10:27 +02003108/* create volume control/switch for the given prefx type */
Takashi Iwai668b9652009-03-06 10:13:24 +01003109static int create_controls_idx(struct hda_codec *codec, const char *pfx,
3110 int idx, hda_nid_t nid, int chs)
Takashi Iwaieb06ed82006-09-20 17:10:27 +02003111{
Takashi Iwai7c7767e2009-01-20 15:28:38 +01003112 struct sigmatel_spec *spec = codec->spec;
Takashi Iwaieb06ed82006-09-20 17:10:27 +02003113 char name[32];
3114 int err;
3115
Takashi Iwai7c7767e2009-01-20 15:28:38 +01003116 if (!spec->check_volume_offset) {
3117 unsigned int caps, step, nums, db_scale;
3118 caps = query_amp_caps(codec, nid, HDA_OUTPUT);
3119 step = (caps & AC_AMPCAP_STEP_SIZE) >>
3120 AC_AMPCAP_STEP_SIZE_SHIFT;
3121 step = (step + 1) * 25; /* in .01dB unit */
3122 nums = (caps & AC_AMPCAP_NUM_STEPS) >>
3123 AC_AMPCAP_NUM_STEPS_SHIFT;
3124 db_scale = nums * step;
3125 /* if dB scale is over -64dB, and finer enough,
3126 * let's reduce it to half
3127 */
3128 if (db_scale > 6400 && nums >= 0x1f)
3129 spec->volume_offset = nums / 2;
3130 spec->check_volume_offset = 1;
3131 }
3132
Takashi Iwaieb06ed82006-09-20 17:10:27 +02003133 sprintf(name, "%s Playback Volume", pfx);
Takashi Iwai668b9652009-03-06 10:13:24 +01003134 err = stac92xx_add_control_idx(spec, STAC_CTL_WIDGET_VOL, idx, name,
Takashi Iwai7c7767e2009-01-20 15:28:38 +01003135 HDA_COMPOSE_AMP_VAL_OFS(nid, chs, 0, HDA_OUTPUT,
3136 spec->volume_offset));
Takashi Iwaieb06ed82006-09-20 17:10:27 +02003137 if (err < 0)
3138 return err;
3139 sprintf(name, "%s Playback Switch", pfx);
Takashi Iwai668b9652009-03-06 10:13:24 +01003140 err = stac92xx_add_control_idx(spec, STAC_CTL_WIDGET_MUTE, idx, name,
Takashi Iwaieb06ed82006-09-20 17:10:27 +02003141 HDA_COMPOSE_AMP_VAL(nid, chs, 0, HDA_OUTPUT));
3142 if (err < 0)
3143 return err;
3144 return 0;
3145}
3146
Takashi Iwai668b9652009-03-06 10:13:24 +01003147#define create_controls(codec, pfx, nid, chs) \
3148 create_controls_idx(codec, pfx, 0, nid, chs)
3149
Matthew Ranostayae0afd82008-02-22 17:55:05 +01003150static int add_spec_dacs(struct sigmatel_spec *spec, hda_nid_t nid)
3151{
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01003152 if (spec->multiout.num_dacs > 4) {
Matthew Ranostayae0afd82008-02-22 17:55:05 +01003153 printk(KERN_WARNING "stac92xx: No space for DAC 0x%x\n", nid);
3154 return 1;
3155 } else {
Takashi Iwaidda14412011-05-02 11:29:30 +02003156 snd_BUG_ON(spec->multiout.dac_nids != spec->dac_nids);
3157 spec->dac_nids[spec->multiout.num_dacs] = nid;
Matthew Ranostayae0afd82008-02-22 17:55:05 +01003158 spec->multiout.num_dacs++;
3159 }
3160 return 0;
3161}
3162
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01003163static int add_spec_extra_dacs(struct sigmatel_spec *spec, hda_nid_t nid)
Matthew Ranostayae0afd82008-02-22 17:55:05 +01003164{
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01003165 int i;
3166 for (i = 0; i < ARRAY_SIZE(spec->multiout.extra_out_nid); i++) {
3167 if (!spec->multiout.extra_out_nid[i]) {
3168 spec->multiout.extra_out_nid[i] = nid;
3169 return 0;
3170 }
3171 }
3172 printk(KERN_WARNING "stac92xx: No space for extra DAC 0x%x\n", nid);
3173 return 1;
Matthew Ranostayae0afd82008-02-22 17:55:05 +01003174}
3175
Takashi Iwaidc04d1b2009-03-06 10:00:05 +01003176/* Create output controls
3177 * The mixer elements are named depending on the given type (AUTO_PIN_XXX_OUT)
3178 */
3179static int create_multi_out_ctls(struct hda_codec *codec, int num_outs,
3180 const hda_nid_t *pins,
3181 const hda_nid_t *dac_nids,
3182 int type)
Mattc7d4b2f2005-06-27 14:59:41 +02003183{
Takashi Iwai76624532008-12-19 10:09:47 +01003184 struct sigmatel_spec *spec = codec->spec;
Takashi Iwaiea734962011-01-17 11:29:34 +01003185 static const char * const chname[4] = {
Takashi Iwai19039bd2006-06-28 15:52:16 +02003186 "Front", "Surround", NULL /*CLFE*/, "Side"
3187 };
Takashi Iwaidc04d1b2009-03-06 10:00:05 +01003188 hda_nid_t nid;
Takashi Iwai91589232008-12-19 15:59:40 +01003189 int i, err;
3190 unsigned int wid_caps;
Maxim Levitsky0fb87bb2007-09-03 15:29:04 +02003191
Takashi Iwaidc04d1b2009-03-06 10:00:05 +01003192 for (i = 0; i < num_outs && i < ARRAY_SIZE(chname); i++) {
Takashi Iwaiffd0e562009-04-16 12:20:24 +02003193 if (type == AUTO_PIN_HP_OUT && !spec->hp_detect) {
Takashi Iwaie35d9d62011-05-17 11:28:16 +02003194 if (is_jack_detectable(codec, pins[i]))
Takashi Iwaiffd0e562009-04-16 12:20:24 +02003195 spec->hp_detect = 1;
3196 }
Takashi Iwaidc04d1b2009-03-06 10:00:05 +01003197 nid = dac_nids[i];
3198 if (!nid)
3199 continue;
3200 if (type != AUTO_PIN_HP_OUT && i == 2) {
Mattc7d4b2f2005-06-27 14:59:41 +02003201 /* Center/LFE */
Takashi Iwai7c7767e2009-01-20 15:28:38 +01003202 err = create_controls(codec, "Center", nid, 1);
Takashi Iwaieb06ed82006-09-20 17:10:27 +02003203 if (err < 0)
Mattc7d4b2f2005-06-27 14:59:41 +02003204 return err;
Takashi Iwai7c7767e2009-01-20 15:28:38 +01003205 err = create_controls(codec, "LFE", nid, 2);
Takashi Iwaieb06ed82006-09-20 17:10:27 +02003206 if (err < 0)
Mattc7d4b2f2005-06-27 14:59:41 +02003207 return err;
Maxim Levitsky0fb87bb2007-09-03 15:29:04 +02003208
3209 wid_caps = get_wcaps(codec, nid);
3210
3211 if (wid_caps & AC_WCAP_LR_SWAP) {
3212 err = stac92xx_add_control(spec,
3213 STAC_CTL_WIDGET_CLFE_SWITCH,
3214 "Swap Center/LFE Playback Switch", nid);
3215
3216 if (err < 0)
3217 return err;
3218 }
3219
Mattc7d4b2f2005-06-27 14:59:41 +02003220 } else {
Takashi Iwaidc04d1b2009-03-06 10:00:05 +01003221 const char *name;
Takashi Iwai668b9652009-03-06 10:13:24 +01003222 int idx;
Takashi Iwaidc04d1b2009-03-06 10:00:05 +01003223 switch (type) {
3224 case AUTO_PIN_HP_OUT:
Takashi Iwai668b9652009-03-06 10:13:24 +01003225 name = "Headphone";
3226 idx = i;
Takashi Iwaidc04d1b2009-03-06 10:00:05 +01003227 break;
3228 case AUTO_PIN_SPEAKER_OUT:
Takashi Iwai668b9652009-03-06 10:13:24 +01003229 name = "Speaker";
3230 idx = i;
Takashi Iwaidc04d1b2009-03-06 10:00:05 +01003231 break;
3232 default:
3233 name = chname[i];
Takashi Iwai668b9652009-03-06 10:13:24 +01003234 idx = 0;
Takashi Iwaidc04d1b2009-03-06 10:00:05 +01003235 break;
Takashi Iwai76624532008-12-19 10:09:47 +01003236 }
Takashi Iwai668b9652009-03-06 10:13:24 +01003237 err = create_controls_idx(codec, name, idx, nid, 3);
Takashi Iwaieb06ed82006-09-20 17:10:27 +02003238 if (err < 0)
Mattc7d4b2f2005-06-27 14:59:41 +02003239 return err;
3240 }
3241 }
Takashi Iwaidc04d1b2009-03-06 10:00:05 +01003242 return 0;
3243}
3244
Takashi Iwai6479c632009-07-28 18:20:25 +02003245static int stac92xx_add_capvol_ctls(struct hda_codec *codec, unsigned long vol,
3246 unsigned long sw, int idx)
3247{
3248 int err;
3249 err = stac92xx_add_control_idx(codec->spec, STAC_CTL_WIDGET_VOL, idx,
Takashi Iwaibf677bd2009-07-30 09:24:29 +02003250 "Capture Volume", vol);
Takashi Iwai6479c632009-07-28 18:20:25 +02003251 if (err < 0)
3252 return err;
3253 err = stac92xx_add_control_idx(codec->spec, STAC_CTL_WIDGET_MUTE, idx,
Takashi Iwaibf677bd2009-07-30 09:24:29 +02003254 "Capture Switch", sw);
Takashi Iwai6479c632009-07-28 18:20:25 +02003255 if (err < 0)
3256 return err;
3257 return 0;
3258}
3259
Takashi Iwaidc04d1b2009-03-06 10:00:05 +01003260/* add playback controls from the parsed DAC table */
3261static int stac92xx_auto_create_multi_out_ctls(struct hda_codec *codec,
3262 const struct auto_pin_cfg *cfg)
3263{
3264 struct sigmatel_spec *spec = codec->spec;
Nickolas Lloyd7c922de2009-06-01 11:12:29 +02003265 hda_nid_t nid;
Takashi Iwaidc04d1b2009-03-06 10:00:05 +01003266 int err;
Nickolas Lloyd7c922de2009-06-01 11:12:29 +02003267 int idx;
Takashi Iwaidc04d1b2009-03-06 10:00:05 +01003268
3269 err = create_multi_out_ctls(codec, cfg->line_outs, cfg->line_out_pins,
3270 spec->multiout.dac_nids,
3271 cfg->line_out_type);
3272 if (err < 0)
3273 return err;
Mattc7d4b2f2005-06-27 14:59:41 +02003274
Takashi Iwaia9cb5c92008-11-24 07:51:11 +01003275 if (cfg->hp_outs > 1 && cfg->line_out_type == AUTO_PIN_LINE_OUT) {
Matthew Ranostay7c2ba972008-04-16 13:13:59 +02003276 err = stac92xx_add_control(spec,
3277 STAC_CTL_WIDGET_HP_SWITCH,
Takashi Iwaid7a89432008-11-12 09:48:04 +01003278 "Headphone as Line Out Switch",
3279 cfg->hp_pins[cfg->hp_outs - 1]);
Matthew Ranostay7c2ba972008-04-16 13:13:59 +02003280 if (err < 0)
3281 return err;
3282 }
3283
Takashi Iwaieea7dc92010-08-30 13:06:15 +02003284 for (idx = 0; idx < cfg->num_inputs; idx++) {
Takashi Iwai86e29592010-09-09 14:50:17 +02003285 if (cfg->inputs[idx].type > AUTO_PIN_LINE_IN)
Takashi Iwaieea7dc92010-08-30 13:06:15 +02003286 break;
3287 nid = cfg->inputs[idx].pin;
3288 err = stac92xx_add_jack_mode_control(codec, nid, idx);
3289 if (err < 0)
3290 return err;
Matthew Ranostayb5895dc2008-01-25 15:24:50 +01003291 }
Matt Porter403d1942005-11-29 15:00:51 +01003292
Mattc7d4b2f2005-06-27 14:59:41 +02003293 return 0;
3294}
3295
Takashi Iwaieb06ed82006-09-20 17:10:27 +02003296/* add playback controls for Speaker and HP outputs */
3297static int stac92xx_auto_create_hp_ctls(struct hda_codec *codec,
3298 struct auto_pin_cfg *cfg)
Mattc7d4b2f2005-06-27 14:59:41 +02003299{
3300 struct sigmatel_spec *spec = codec->spec;
Takashi Iwaidc04d1b2009-03-06 10:00:05 +01003301 int err;
Mattc7d4b2f2005-06-27 14:59:41 +02003302
Takashi Iwaidc04d1b2009-03-06 10:00:05 +01003303 err = create_multi_out_ctls(codec, cfg->hp_outs, cfg->hp_pins,
3304 spec->hp_dacs, AUTO_PIN_HP_OUT);
3305 if (err < 0)
3306 return err;
3307
3308 err = create_multi_out_ctls(codec, cfg->speaker_outs, cfg->speaker_pins,
3309 spec->speaker_dacs, AUTO_PIN_SPEAKER_OUT);
3310 if (err < 0)
3311 return err;
3312
Mattc7d4b2f2005-06-27 14:59:41 +02003313 return 0;
3314}
3315
Matthew Ranostayb22b4822008-01-22 12:32:30 +01003316/* labels for mono mux outputs */
Takashi Iwaiea734962011-01-17 11:29:34 +01003317static const char * const stac92xx_mono_labels[4] = {
Matthew Ranostayd0513fc2008-07-27 10:30:30 +02003318 "DAC0", "DAC1", "Mixer", "DAC2"
Matthew Ranostayb22b4822008-01-22 12:32:30 +01003319};
3320
3321/* create mono mux for mono out on capable codecs */
3322static int stac92xx_auto_create_mono_output_ctls(struct hda_codec *codec)
3323{
3324 struct sigmatel_spec *spec = codec->spec;
3325 struct hda_input_mux *mono_mux = &spec->private_mono_mux;
3326 int i, num_cons;
3327 hda_nid_t con_lst[ARRAY_SIZE(stac92xx_mono_labels)];
3328
3329 num_cons = snd_hda_get_connections(codec,
3330 spec->mono_nid,
3331 con_lst,
3332 HDA_MAX_NUM_INPUTS);
Jaroslav Kysela16a433d2009-07-22 16:20:40 +02003333 if (num_cons <= 0 || num_cons > ARRAY_SIZE(stac92xx_mono_labels))
Matthew Ranostayb22b4822008-01-22 12:32:30 +01003334 return -EINVAL;
3335
Takashi Iwai10a20af2010-09-09 16:28:02 +02003336 for (i = 0; i < num_cons; i++)
3337 snd_hda_add_imux_item(mono_mux, stac92xx_mono_labels[i], i,
3338 NULL);
Matthew Ranostay09a99952008-01-24 11:49:21 +01003339
3340 return stac92xx_add_control(spec, STAC_CTL_WIDGET_MONO_MUX,
3341 "Mono Mux", spec->mono_nid);
Matthew Ranostayb22b4822008-01-22 12:32:30 +01003342}
3343
Matthew Ranostay1cd22242008-07-18 18:20:52 +02003344/* create PC beep volume controls */
3345static int stac92xx_auto_create_beep_ctls(struct hda_codec *codec,
3346 hda_nid_t nid)
3347{
3348 struct sigmatel_spec *spec = codec->spec;
3349 u32 caps = query_amp_caps(codec, nid, HDA_OUTPUT);
Jaroslav Kysela123c07a2009-10-21 14:48:23 +02003350 int err, type = STAC_CTL_WIDGET_MUTE_BEEP;
3351
3352 if (spec->anabeep_nid == nid)
3353 type = STAC_CTL_WIDGET_MUTE;
Matthew Ranostay1cd22242008-07-18 18:20:52 +02003354
3355 /* check for mute support for the the amp */
3356 if ((caps & AC_AMPCAP_MUTE) >> AC_AMPCAP_MUTE_SHIFT) {
Jaroslav Kysela123c07a2009-10-21 14:48:23 +02003357 err = stac92xx_add_control(spec, type,
Jaroslav Kyselad355c82a2009-11-03 15:47:25 +01003358 "Beep Playback Switch",
Matthew Ranostay1cd22242008-07-18 18:20:52 +02003359 HDA_COMPOSE_AMP_VAL(nid, 1, 0, HDA_OUTPUT));
3360 if (err < 0)
3361 return err;
3362 }
3363
3364 /* check to see if there is volume support for the amp */
3365 if ((caps & AC_AMPCAP_NUM_STEPS) >> AC_AMPCAP_NUM_STEPS_SHIFT) {
3366 err = stac92xx_add_control(spec, STAC_CTL_WIDGET_VOL,
Jaroslav Kyselad355c82a2009-11-03 15:47:25 +01003367 "Beep Playback Volume",
Matthew Ranostay1cd22242008-07-18 18:20:52 +02003368 HDA_COMPOSE_AMP_VAL(nid, 1, 0, HDA_OUTPUT));
3369 if (err < 0)
3370 return err;
3371 }
3372 return 0;
3373}
3374
Takashi Iwai4d4e9bb2008-11-12 16:45:04 +01003375#ifdef CONFIG_SND_HDA_INPUT_BEEP
3376#define stac92xx_dig_beep_switch_info snd_ctl_boolean_mono_info
3377
3378static int stac92xx_dig_beep_switch_get(struct snd_kcontrol *kcontrol,
3379 struct snd_ctl_elem_value *ucontrol)
3380{
3381 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
3382 ucontrol->value.integer.value[0] = codec->beep->enabled;
3383 return 0;
3384}
3385
3386static int stac92xx_dig_beep_switch_put(struct snd_kcontrol *kcontrol,
3387 struct snd_ctl_elem_value *ucontrol)
3388{
3389 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
Jaroslav Kysela123c07a2009-10-21 14:48:23 +02003390 return snd_hda_enable_beep_device(codec, ucontrol->value.integer.value[0]);
Takashi Iwai4d4e9bb2008-11-12 16:45:04 +01003391}
3392
Takashi Iwai2b635362011-05-02 12:33:43 +02003393static const struct snd_kcontrol_new stac92xx_dig_beep_ctrl = {
Takashi Iwai4d4e9bb2008-11-12 16:45:04 +01003394 .iface = SNDRV_CTL_ELEM_IFACE_MIXER,
3395 .info = stac92xx_dig_beep_switch_info,
3396 .get = stac92xx_dig_beep_switch_get,
3397 .put = stac92xx_dig_beep_switch_put,
3398};
3399
3400static int stac92xx_beep_switch_ctl(struct hda_codec *codec)
3401{
3402 return stac92xx_add_control_temp(codec->spec, &stac92xx_dig_beep_ctrl,
Jaroslav Kyselad355c82a2009-11-03 15:47:25 +01003403 0, "Beep Playback Switch", 0);
Takashi Iwai4d4e9bb2008-11-12 16:45:04 +01003404}
3405#endif
3406
Matthew Ranostay4682eee2008-08-15 07:43:24 +02003407static int stac92xx_auto_create_mux_input_ctls(struct hda_codec *codec)
3408{
3409 struct sigmatel_spec *spec = codec->spec;
Takashi Iwai667067d2009-08-13 18:14:42 +02003410 int i, j, err = 0;
Matthew Ranostay4682eee2008-08-15 07:43:24 +02003411
3412 for (i = 0; i < spec->num_muxes; i++) {
Takashi Iwai667067d2009-08-13 18:14:42 +02003413 hda_nid_t nid;
3414 unsigned int wcaps;
3415 unsigned long val;
3416
Matthew Ranostay4682eee2008-08-15 07:43:24 +02003417 nid = spec->mux_nids[i];
3418 wcaps = get_wcaps(codec, nid);
Takashi Iwai667067d2009-08-13 18:14:42 +02003419 if (!(wcaps & AC_WCAP_OUT_AMP))
3420 continue;
Matthew Ranostay4682eee2008-08-15 07:43:24 +02003421
Takashi Iwai667067d2009-08-13 18:14:42 +02003422 /* check whether already the same control was created as
3423 * normal Capture Volume.
3424 */
3425 val = HDA_COMPOSE_AMP_VAL(nid, 3, 0, HDA_OUTPUT);
3426 for (j = 0; j < spec->num_caps; j++) {
3427 if (spec->capvols[j] == val)
3428 break;
Matthew Ranostay4682eee2008-08-15 07:43:24 +02003429 }
Takashi Iwai667067d2009-08-13 18:14:42 +02003430 if (j < spec->num_caps)
3431 continue;
3432
3433 err = stac92xx_add_control_idx(spec, STAC_CTL_WIDGET_VOL, i,
3434 "Mux Capture Volume", val);
3435 if (err < 0)
3436 return err;
Matthew Ranostay4682eee2008-08-15 07:43:24 +02003437 }
3438 return 0;
3439};
3440
Takashi Iwaiea734962011-01-17 11:29:34 +01003441static const char * const stac92xx_spdif_labels[3] = {
Matthew Ranostay65973632008-09-16 10:39:37 -04003442 "Digital Playback", "Analog Mux 1", "Analog Mux 2",
Matthew Ranostayd9737752008-09-07 12:03:41 +02003443};
3444
3445static int stac92xx_auto_create_spdif_mux_ctls(struct hda_codec *codec)
3446{
3447 struct sigmatel_spec *spec = codec->spec;
3448 struct hda_input_mux *spdif_mux = &spec->private_smux;
Takashi Iwaiea734962011-01-17 11:29:34 +01003449 const char * const *labels = spec->spdif_labels;
Matthew Ranostayd9737752008-09-07 12:03:41 +02003450 int i, num_cons;
Matthew Ranostay65973632008-09-16 10:39:37 -04003451 hda_nid_t con_lst[HDA_MAX_NUM_INPUTS];
Matthew Ranostayd9737752008-09-07 12:03:41 +02003452
3453 num_cons = snd_hda_get_connections(codec,
3454 spec->smux_nids[0],
3455 con_lst,
3456 HDA_MAX_NUM_INPUTS);
Jaroslav Kysela16a433d2009-07-22 16:20:40 +02003457 if (num_cons <= 0)
Matthew Ranostayd9737752008-09-07 12:03:41 +02003458 return -EINVAL;
3459
Matthew Ranostay65973632008-09-16 10:39:37 -04003460 if (!labels)
3461 labels = stac92xx_spdif_labels;
3462
Takashi Iwai10a20af2010-09-09 16:28:02 +02003463 for (i = 0; i < num_cons; i++)
3464 snd_hda_add_imux_item(spdif_mux, labels[i], i, NULL);
Matthew Ranostayd9737752008-09-07 12:03:41 +02003465
3466 return 0;
3467}
3468
Matt Porter8b657272006-10-26 17:12:59 +02003469/* labels for dmic mux inputs */
Takashi Iwaiea734962011-01-17 11:29:34 +01003470static const char * const stac92xx_dmic_labels[5] = {
Matt Porter8b657272006-10-26 17:12:59 +02003471 "Analog Inputs", "Digital Mic 1", "Digital Mic 2",
3472 "Digital Mic 3", "Digital Mic 4"
3473};
3474
Vitaliy Kulikov699d8992011-03-10 13:43:35 -06003475static hda_nid_t get_connected_node(struct hda_codec *codec, hda_nid_t mux,
3476 int idx)
3477{
3478 hda_nid_t conn[HDA_MAX_NUM_INPUTS];
3479 int nums;
3480 nums = snd_hda_get_connections(codec, mux, conn, ARRAY_SIZE(conn));
3481 if (idx >= 0 && idx < nums)
3482 return conn[idx];
3483 return 0;
3484}
3485
Takashi Iwai8d087c72011-06-28 12:45:47 +02003486/* look for NID recursively */
3487#define get_connection_index(codec, mux, nid) \
3488 snd_hda_get_conn_index(codec, mux, nid, 1)
Takashi Iwai3d21d3f2009-07-29 14:32:56 +02003489
Takashi Iwai667067d2009-08-13 18:14:42 +02003490/* create a volume assigned to the given pin (only if supported) */
Takashi Iwai96f845d2009-08-29 00:49:36 +02003491/* return 1 if the volume control is created */
Takashi Iwai667067d2009-08-13 18:14:42 +02003492static int create_elem_capture_vol(struct hda_codec *codec, hda_nid_t nid,
Takashi Iwaieea7dc92010-08-30 13:06:15 +02003493 const char *label, int idx, int direction)
Takashi Iwai667067d2009-08-13 18:14:42 +02003494{
3495 unsigned int caps, nums;
3496 char name[32];
Takashi Iwai96f845d2009-08-29 00:49:36 +02003497 int err;
Takashi Iwai667067d2009-08-13 18:14:42 +02003498
Takashi Iwai96f845d2009-08-29 00:49:36 +02003499 if (direction == HDA_OUTPUT)
3500 caps = AC_WCAP_OUT_AMP;
3501 else
3502 caps = AC_WCAP_IN_AMP;
3503 if (!(get_wcaps(codec, nid) & caps))
Takashi Iwai667067d2009-08-13 18:14:42 +02003504 return 0;
Takashi Iwai96f845d2009-08-29 00:49:36 +02003505 caps = query_amp_caps(codec, nid, direction);
Takashi Iwai667067d2009-08-13 18:14:42 +02003506 nums = (caps & AC_AMPCAP_NUM_STEPS) >> AC_AMPCAP_NUM_STEPS_SHIFT;
3507 if (!nums)
3508 return 0;
3509 snprintf(name, sizeof(name), "%s Capture Volume", label);
Takashi Iwaieea7dc92010-08-30 13:06:15 +02003510 err = stac92xx_add_control_idx(codec->spec, STAC_CTL_WIDGET_VOL, idx, name,
3511 HDA_COMPOSE_AMP_VAL(nid, 3, 0, direction));
Takashi Iwai96f845d2009-08-29 00:49:36 +02003512 if (err < 0)
3513 return err;
3514 return 1;
Takashi Iwai667067d2009-08-13 18:14:42 +02003515}
3516
Matt Porter8b657272006-10-26 17:12:59 +02003517/* create playback/capture controls for input pins on dmic capable codecs */
3518static int stac92xx_auto_create_dmic_input_ctls(struct hda_codec *codec,
3519 const struct auto_pin_cfg *cfg)
3520{
3521 struct sigmatel_spec *spec = codec->spec;
Takashi Iwai5207e102009-07-30 13:09:08 +02003522 struct hda_input_mux *imux = &spec->private_imux;
Matt Porter8b657272006-10-26 17:12:59 +02003523 struct hda_input_mux *dimux = &spec->private_dimux;
Vitaliy Kulikov263d0322010-09-08 08:56:03 +02003524 int err, i;
Takashi Iwai5207e102009-07-30 13:09:08 +02003525 unsigned int def_conf;
Matt Porter8b657272006-10-26 17:12:59 +02003526
Takashi Iwai10a20af2010-09-09 16:28:02 +02003527 snd_hda_add_imux_item(dimux, stac92xx_dmic_labels[0], 0, NULL);
Takashi Iwai5207e102009-07-30 13:09:08 +02003528
Matt Porter8b657272006-10-26 17:12:59 +02003529 for (i = 0; i < spec->num_dmics; i++) {
Matthew Ranostay0678acc2008-01-08 12:10:50 +01003530 hda_nid_t nid;
Takashi Iwai10a20af2010-09-09 16:28:02 +02003531 int index, type_idx;
Takashi Iwai201e06f2011-11-16 15:33:26 +01003532 char label[32];
Matt Porter8b657272006-10-26 17:12:59 +02003533
Takashi Iwai667067d2009-08-13 18:14:42 +02003534 nid = spec->dmic_nids[i];
3535 if (get_wcaps_type(get_wcaps(codec, nid)) != AC_WID_PIN)
3536 continue;
3537 def_conf = snd_hda_codec_get_pincfg(codec, nid);
Matt Porter8b657272006-10-26 17:12:59 +02003538 if (get_defcfg_connect(def_conf) == AC_JACK_PORT_NONE)
3539 continue;
3540
Takashi Iwai3d21d3f2009-07-29 14:32:56 +02003541 index = get_connection_index(codec, spec->dmux_nids[0], nid);
3542 if (index < 0)
3543 continue;
3544
Takashi Iwai201e06f2011-11-16 15:33:26 +01003545 snd_hda_get_pin_label(codec, nid, &spec->autocfg,
3546 label, sizeof(label), NULL);
Takashi Iwai10a20af2010-09-09 16:28:02 +02003547 snd_hda_add_imux_item(dimux, label, index, &type_idx);
Takashi Iwai2d7ec122010-12-23 10:16:05 +01003548 if (snd_hda_get_bool_hint(codec, "separate_dmux") != 1)
3549 snd_hda_add_imux_item(imux, label, index, &type_idx);
Takashi Iwai5207e102009-07-30 13:09:08 +02003550
Takashi Iwai10a20af2010-09-09 16:28:02 +02003551 err = create_elem_capture_vol(codec, nid, label, type_idx,
3552 HDA_INPUT);
Takashi Iwai667067d2009-08-13 18:14:42 +02003553 if (err < 0)
3554 return err;
Takashi Iwai96f845d2009-08-29 00:49:36 +02003555 if (!err) {
3556 err = create_elem_capture_vol(codec, nid, label,
Takashi Iwai10a20af2010-09-09 16:28:02 +02003557 type_idx, HDA_OUTPUT);
Takashi Iwai96f845d2009-08-29 00:49:36 +02003558 if (err < 0)
3559 return err;
Vitaliy Kulikov699d8992011-03-10 13:43:35 -06003560 if (!err) {
3561 nid = get_connected_node(codec,
3562 spec->dmux_nids[0], index);
3563 if (nid)
3564 err = create_elem_capture_vol(codec,
3565 nid, label,
3566 type_idx, HDA_INPUT);
3567 if (err < 0)
3568 return err;
3569 }
Takashi Iwai96f845d2009-08-29 00:49:36 +02003570 }
Matt Porter8b657272006-10-26 17:12:59 +02003571 }
3572
3573 return 0;
3574}
3575
Takashi Iwai3d21d3f2009-07-29 14:32:56 +02003576static int check_mic_pin(struct hda_codec *codec, hda_nid_t nid,
Charles Chin99077902010-09-17 10:22:32 +02003577 hda_nid_t *fixed, hda_nid_t *ext, hda_nid_t *dock)
Takashi Iwai3d21d3f2009-07-29 14:32:56 +02003578{
3579 unsigned int cfg;
Takashi Iwai1f83ac52011-05-17 12:29:09 +02003580 unsigned int type;
Takashi Iwai3d21d3f2009-07-29 14:32:56 +02003581
3582 if (!nid)
3583 return 0;
3584 cfg = snd_hda_codec_get_pincfg(codec, nid);
Takashi Iwai1f83ac52011-05-17 12:29:09 +02003585 type = get_defcfg_device(cfg);
Takashi Iwai99ae28b2010-09-17 14:42:34 +02003586 switch (snd_hda_get_input_pin_attr(cfg)) {
3587 case INPUT_PIN_ATTR_INT:
Takashi Iwai3d21d3f2009-07-29 14:32:56 +02003588 if (*fixed)
3589 return 1; /* already occupied */
Takashi Iwai1f83ac52011-05-17 12:29:09 +02003590 if (type != AC_JACK_MIC_IN)
3591 return 1; /* invalid type */
Takashi Iwai3d21d3f2009-07-29 14:32:56 +02003592 *fixed = nid;
3593 break;
Takashi Iwai99ae28b2010-09-17 14:42:34 +02003594 case INPUT_PIN_ATTR_UNUSED:
3595 break;
3596 case INPUT_PIN_ATTR_DOCK:
3597 if (*dock)
3598 return 1; /* already occupied */
Takashi Iwai1f83ac52011-05-17 12:29:09 +02003599 if (type != AC_JACK_MIC_IN && type != AC_JACK_LINE_IN)
3600 return 1; /* invalid type */
Takashi Iwai99ae28b2010-09-17 14:42:34 +02003601 *dock = nid;
3602 break;
3603 default:
Takashi Iwai3d21d3f2009-07-29 14:32:56 +02003604 if (*ext)
3605 return 1; /* already occupied */
Takashi Iwai1f83ac52011-05-17 12:29:09 +02003606 if (type != AC_JACK_MIC_IN)
3607 return 1; /* invalid type */
Takashi Iwai3d21d3f2009-07-29 14:32:56 +02003608 *ext = nid;
3609 break;
3610 }
3611 return 0;
3612}
3613
3614static int set_mic_route(struct hda_codec *codec,
3615 struct sigmatel_mic_route *mic,
3616 hda_nid_t pin)
3617{
3618 struct sigmatel_spec *spec = codec->spec;
3619 struct auto_pin_cfg *cfg = &spec->autocfg;
3620 int i;
3621
3622 mic->pin = pin;
Charles Chin99077902010-09-17 10:22:32 +02003623 if (pin == 0)
3624 return 0;
Takashi Iwaieea7dc92010-08-30 13:06:15 +02003625 for (i = 0; i < cfg->num_inputs; i++) {
3626 if (pin == cfg->inputs[i].pin)
Takashi Iwai3d21d3f2009-07-29 14:32:56 +02003627 break;
Takashi Iwaieea7dc92010-08-30 13:06:15 +02003628 }
Takashi Iwai86e29592010-09-09 14:50:17 +02003629 if (i < cfg->num_inputs && cfg->inputs[i].type == AUTO_PIN_MIC) {
Takashi Iwai3d21d3f2009-07-29 14:32:56 +02003630 /* analog pin */
Takashi Iwai3d21d3f2009-07-29 14:32:56 +02003631 i = get_connection_index(codec, spec->mux_nids[0], pin);
3632 if (i < 0)
3633 return -1;
3634 mic->mux_idx = i;
Takashi Iwai02d33322009-10-01 16:38:11 +02003635 mic->dmux_idx = -1;
3636 if (spec->dmux_nids)
3637 mic->dmux_idx = get_connection_index(codec,
3638 spec->dmux_nids[0],
3639 spec->mux_nids[0]);
Takashi Iwaida2a2aa2009-08-10 07:44:09 +02003640 } else if (spec->dmux_nids) {
Takashi Iwai3d21d3f2009-07-29 14:32:56 +02003641 /* digital pin */
Takashi Iwai3d21d3f2009-07-29 14:32:56 +02003642 i = get_connection_index(codec, spec->dmux_nids[0], pin);
3643 if (i < 0)
3644 return -1;
3645 mic->dmux_idx = i;
Takashi Iwai02d33322009-10-01 16:38:11 +02003646 mic->mux_idx = -1;
3647 if (spec->mux_nids)
3648 mic->mux_idx = get_connection_index(codec,
3649 spec->mux_nids[0],
3650 spec->dmux_nids[0]);
Takashi Iwai3d21d3f2009-07-29 14:32:56 +02003651 }
3652 return 0;
3653}
3654
3655/* return non-zero if the device is for automatic mic switch */
3656static int stac_check_auto_mic(struct hda_codec *codec)
3657{
3658 struct sigmatel_spec *spec = codec->spec;
3659 struct auto_pin_cfg *cfg = &spec->autocfg;
Charles Chin99077902010-09-17 10:22:32 +02003660 hda_nid_t fixed, ext, dock;
Takashi Iwai3d21d3f2009-07-29 14:32:56 +02003661 int i;
3662
Charles Chin99077902010-09-17 10:22:32 +02003663 fixed = ext = dock = 0;
Takashi Iwaieea7dc92010-08-30 13:06:15 +02003664 for (i = 0; i < cfg->num_inputs; i++)
Charles Chin99077902010-09-17 10:22:32 +02003665 if (check_mic_pin(codec, cfg->inputs[i].pin,
3666 &fixed, &ext, &dock))
Takashi Iwai3d21d3f2009-07-29 14:32:56 +02003667 return 0;
3668 for (i = 0; i < spec->num_dmics; i++)
Charles Chin99077902010-09-17 10:22:32 +02003669 if (check_mic_pin(codec, spec->dmic_nids[i],
3670 &fixed, &ext, &dock))
Takashi Iwai3d21d3f2009-07-29 14:32:56 +02003671 return 0;
Takashi Iwai80c67852011-01-13 08:08:08 +01003672 if (!fixed || (!ext && !dock))
Charles Chin99077902010-09-17 10:22:32 +02003673 return 0; /* no input to switch */
Takashi Iwaie35d9d62011-05-17 11:28:16 +02003674 if (!is_jack_detectable(codec, ext))
Takashi Iwai3d21d3f2009-07-29 14:32:56 +02003675 return 0; /* no unsol support */
3676 if (set_mic_route(codec, &spec->ext_mic, ext) ||
Charles Chin99077902010-09-17 10:22:32 +02003677 set_mic_route(codec, &spec->int_mic, fixed) ||
3678 set_mic_route(codec, &spec->dock_mic, dock))
Takashi Iwai3d21d3f2009-07-29 14:32:56 +02003679 return 0; /* something is wrong */
3680 return 1;
3681}
3682
Mattc7d4b2f2005-06-27 14:59:41 +02003683/* create playback/capture controls for input pins */
3684static int stac92xx_auto_create_analog_input_ctls(struct hda_codec *codec, const struct auto_pin_cfg *cfg)
3685{
3686 struct sigmatel_spec *spec = codec->spec;
Mattc7d4b2f2005-06-27 14:59:41 +02003687 struct hda_input_mux *imux = &spec->private_imux;
Takashi Iwai667067d2009-08-13 18:14:42 +02003688 int i, j;
Vitaliy Kulikov263d0322010-09-08 08:56:03 +02003689 const char *label;
Mattc7d4b2f2005-06-27 14:59:41 +02003690
Takashi Iwaieea7dc92010-08-30 13:06:15 +02003691 for (i = 0; i < cfg->num_inputs; i++) {
3692 hda_nid_t nid = cfg->inputs[i].pin;
Takashi Iwai10a20af2010-09-09 16:28:02 +02003693 int index, err, type_idx;
Mattc7d4b2f2005-06-27 14:59:41 +02003694
Takashi Iwai314634b2006-09-21 11:56:18 +02003695 index = -1;
3696 for (j = 0; j < spec->num_muxes; j++) {
Takashi Iwai667067d2009-08-13 18:14:42 +02003697 index = get_connection_index(codec, spec->mux_nids[j],
3698 nid);
3699 if (index >= 0)
3700 break;
Mattc7d4b2f2005-06-27 14:59:41 +02003701 }
Takashi Iwai667067d2009-08-13 18:14:42 +02003702 if (index < 0)
3703 continue;
3704
Takashi Iwai10a20af2010-09-09 16:28:02 +02003705 label = hda_get_autocfg_input_label(codec, cfg, i);
3706 snd_hda_add_imux_item(imux, label, index, &type_idx);
Vitaliy Kulikov263d0322010-09-08 08:56:03 +02003707
Takashi Iwai667067d2009-08-13 18:14:42 +02003708 err = create_elem_capture_vol(codec, nid,
Vitaliy Kulikov263d0322010-09-08 08:56:03 +02003709 label, type_idx,
Takashi Iwai96f845d2009-08-29 00:49:36 +02003710 HDA_INPUT);
Takashi Iwai667067d2009-08-13 18:14:42 +02003711 if (err < 0)
3712 return err;
Mattc7d4b2f2005-06-27 14:59:41 +02003713 }
Takashi Iwai5207e102009-07-30 13:09:08 +02003714 spec->num_analog_muxes = imux->num_items;
Mattc7d4b2f2005-06-27 14:59:41 +02003715
Steve Longerbeam7b043892007-05-03 20:50:03 +02003716 if (imux->num_items) {
Sam Revitch62fe78e2006-05-10 15:09:17 +02003717 /*
3718 * Set the current input for the muxes.
3719 * The STAC9221 has two input muxes with identical source
3720 * NID lists. Hopefully this won't get confused.
3721 */
3722 for (i = 0; i < spec->num_muxes; i++) {
Takashi Iwai82beb8f2007-08-10 17:09:26 +02003723 snd_hda_codec_write_cache(codec, spec->mux_nids[i], 0,
3724 AC_VERB_SET_CONNECT_SEL,
3725 imux->items[0].index);
Sam Revitch62fe78e2006-05-10 15:09:17 +02003726 }
3727 }
3728
Mattc7d4b2f2005-06-27 14:59:41 +02003729 return 0;
3730}
3731
Mattc7d4b2f2005-06-27 14:59:41 +02003732static void stac92xx_auto_init_multi_out(struct hda_codec *codec)
3733{
3734 struct sigmatel_spec *spec = codec->spec;
3735 int i;
3736
3737 for (i = 0; i < spec->autocfg.line_outs; i++) {
3738 hda_nid_t nid = spec->autocfg.line_out_pins[i];
3739 stac92xx_auto_set_pinctl(codec, nid, AC_PINCTL_OUT_EN);
3740 }
3741}
3742
3743static void stac92xx_auto_init_hp_out(struct hda_codec *codec)
3744{
3745 struct sigmatel_spec *spec = codec->spec;
Takashi Iwaieb06ed82006-09-20 17:10:27 +02003746 int i;
Mattc7d4b2f2005-06-27 14:59:41 +02003747
Takashi Iwaieb06ed82006-09-20 17:10:27 +02003748 for (i = 0; i < spec->autocfg.hp_outs; i++) {
3749 hda_nid_t pin;
3750 pin = spec->autocfg.hp_pins[i];
3751 if (pin) /* connect to front */
3752 stac92xx_auto_set_pinctl(codec, pin, AC_PINCTL_OUT_EN | AC_PINCTL_HP_EN);
3753 }
3754 for (i = 0; i < spec->autocfg.speaker_outs; i++) {
3755 hda_nid_t pin;
3756 pin = spec->autocfg.speaker_pins[i];
3757 if (pin) /* connect to front */
3758 stac92xx_auto_set_pinctl(codec, pin, AC_PINCTL_OUT_EN);
3759 }
Mattc7d4b2f2005-06-27 14:59:41 +02003760}
3761
Takashi Iwai8af3aeb2009-11-18 14:23:37 +01003762static int is_dual_headphones(struct hda_codec *codec)
3763{
3764 struct sigmatel_spec *spec = codec->spec;
3765 int i, valid_hps;
3766
3767 if (spec->autocfg.line_out_type != AUTO_PIN_SPEAKER_OUT ||
3768 spec->autocfg.hp_outs <= 1)
3769 return 0;
3770 valid_hps = 0;
3771 for (i = 0; i < spec->autocfg.hp_outs; i++) {
3772 hda_nid_t nid = spec->autocfg.hp_pins[i];
3773 unsigned int cfg = snd_hda_codec_get_pincfg(codec, nid);
3774 if (get_defcfg_location(cfg) & AC_JACK_LOC_SEPARATE)
3775 continue;
3776 valid_hps++;
3777 }
3778 return (valid_hps > 1);
3779}
3780
3781
Charles Chin9009b0e2011-11-03 10:27:27 +01003782static int stac92xx_parse_auto_config(struct hda_codec *codec)
Mattc7d4b2f2005-06-27 14:59:41 +02003783{
3784 struct sigmatel_spec *spec = codec->spec;
Charles Chin9009b0e2011-11-03 10:27:27 +01003785 hda_nid_t dig_out = 0, dig_in = 0;
Takashi Iwaidc04d1b2009-03-06 10:00:05 +01003786 int hp_swap = 0;
Takashi Iwai6479c632009-07-28 18:20:25 +02003787 int i, err;
Mattc7d4b2f2005-06-27 14:59:41 +02003788
Matt Porter8b657272006-10-26 17:12:59 +02003789 if ((err = snd_hda_parse_pin_def_config(codec,
3790 &spec->autocfg,
3791 spec->dmic_nids)) < 0)
Mattc7d4b2f2005-06-27 14:59:41 +02003792 return err;
Takashi Iwai82bc9552006-03-21 11:24:42 +01003793 if (! spec->autocfg.line_outs)
Matt Porter869264c2006-01-25 19:20:50 +01003794 return 0; /* can't find valid pin config */
Takashi Iwai19039bd2006-06-28 15:52:16 +02003795
Jiang Zhebcecd9b2007-11-12 12:57:03 +01003796 /* If we have no real line-out pin and multiple hp-outs, HPs should
3797 * be set up as multi-channel outputs.
3798 */
Takashi Iwai8af3aeb2009-11-18 14:23:37 +01003799 if (is_dual_headphones(codec)) {
Jiang Zhebcecd9b2007-11-12 12:57:03 +01003800 /* Copy hp_outs to line_outs, backup line_outs in
3801 * speaker_outs so that the following routines can handle
3802 * HP pins as primary outputs.
3803 */
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01003804 snd_printdd("stac92xx: Enabling multi-HPs workaround\n");
Jiang Zhebcecd9b2007-11-12 12:57:03 +01003805 memcpy(spec->autocfg.speaker_pins, spec->autocfg.line_out_pins,
3806 sizeof(spec->autocfg.line_out_pins));
3807 spec->autocfg.speaker_outs = spec->autocfg.line_outs;
3808 memcpy(spec->autocfg.line_out_pins, spec->autocfg.hp_pins,
3809 sizeof(spec->autocfg.hp_pins));
3810 spec->autocfg.line_outs = spec->autocfg.hp_outs;
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01003811 spec->autocfg.line_out_type = AUTO_PIN_HP_OUT;
3812 spec->autocfg.hp_outs = 0;
Takashi Iwaidc04d1b2009-03-06 10:00:05 +01003813 hp_swap = 1;
Jiang Zhebcecd9b2007-11-12 12:57:03 +01003814 }
Matthew Ranostay09a99952008-01-24 11:49:21 +01003815 if (spec->autocfg.mono_out_pin) {
Matthew Ranostayd0513fc2008-07-27 10:30:30 +02003816 int dir = get_wcaps(codec, spec->autocfg.mono_out_pin) &
3817 (AC_WCAP_OUT_AMP | AC_WCAP_IN_AMP);
Matthew Ranostay09a99952008-01-24 11:49:21 +01003818 u32 caps = query_amp_caps(codec,
3819 spec->autocfg.mono_out_pin, dir);
3820 hda_nid_t conn_list[1];
3821
3822 /* get the mixer node and then the mono mux if it exists */
3823 if (snd_hda_get_connections(codec,
3824 spec->autocfg.mono_out_pin, conn_list, 1) &&
3825 snd_hda_get_connections(codec, conn_list[0],
Jaroslav Kysela16a433d2009-07-22 16:20:40 +02003826 conn_list, 1) > 0) {
Matthew Ranostay09a99952008-01-24 11:49:21 +01003827
3828 int wcaps = get_wcaps(codec, conn_list[0]);
Takashi Iwaia22d5432009-07-27 12:54:26 +02003829 int wid_type = get_wcaps_type(wcaps);
Matthew Ranostay09a99952008-01-24 11:49:21 +01003830 /* LR swap check, some stac925x have a mux that
3831 * changes the DACs output path instead of the
3832 * mono-mux path.
3833 */
3834 if (wid_type == AC_WID_AUD_SEL &&
3835 !(wcaps & AC_WCAP_LR_SWAP))
3836 spec->mono_nid = conn_list[0];
3837 }
Matthew Ranostayd0513fc2008-07-27 10:30:30 +02003838 if (dir) {
3839 hda_nid_t nid = spec->autocfg.mono_out_pin;
3840
3841 /* most mono outs have a least a mute/unmute switch */
3842 dir = (dir & AC_WCAP_OUT_AMP) ? HDA_OUTPUT : HDA_INPUT;
3843 err = stac92xx_add_control(spec, STAC_CTL_WIDGET_MUTE,
3844 "Mono Playback Switch",
3845 HDA_COMPOSE_AMP_VAL(nid, 1, 0, dir));
Matthew Ranostay09a99952008-01-24 11:49:21 +01003846 if (err < 0)
3847 return err;
Matthew Ranostayd0513fc2008-07-27 10:30:30 +02003848 /* check for volume support for the amp */
3849 if ((caps & AC_AMPCAP_NUM_STEPS)
3850 >> AC_AMPCAP_NUM_STEPS_SHIFT) {
3851 err = stac92xx_add_control(spec,
3852 STAC_CTL_WIDGET_VOL,
3853 "Mono Playback Volume",
3854 HDA_COMPOSE_AMP_VAL(nid, 1, 0, dir));
3855 if (err < 0)
3856 return err;
3857 }
Matthew Ranostay09a99952008-01-24 11:49:21 +01003858 }
3859
3860 stac92xx_auto_set_pinctl(codec, spec->autocfg.mono_out_pin,
3861 AC_PINCTL_OUT_EN);
3862 }
Jiang Zhebcecd9b2007-11-12 12:57:03 +01003863
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01003864 if (!spec->multiout.num_dacs) {
3865 err = stac92xx_auto_fill_dac_nids(codec);
3866 if (err < 0)
Takashi Iwai19039bd2006-06-28 15:52:16 +02003867 return err;
Takashi Iwaic9280d62009-01-15 17:31:00 +01003868 err = stac92xx_auto_create_multi_out_ctls(codec,
3869 &spec->autocfg);
3870 if (err < 0)
3871 return err;
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01003872 }
Mattc7d4b2f2005-06-27 14:59:41 +02003873
Matthew Ranostay1cd22242008-07-18 18:20:52 +02003874 /* setup analog beep controls */
3875 if (spec->anabeep_nid > 0) {
3876 err = stac92xx_auto_create_beep_ctls(codec,
3877 spec->anabeep_nid);
3878 if (err < 0)
3879 return err;
3880 }
3881
3882 /* setup digital beep controls and input device */
3883#ifdef CONFIG_SND_HDA_INPUT_BEEP
3884 if (spec->digbeep_nid > 0) {
3885 hda_nid_t nid = spec->digbeep_nid;
Takashi Iwai4d4e9bb2008-11-12 16:45:04 +01003886 unsigned int caps;
Matthew Ranostay1cd22242008-07-18 18:20:52 +02003887
3888 err = stac92xx_auto_create_beep_ctls(codec, nid);
3889 if (err < 0)
3890 return err;
3891 err = snd_hda_attach_beep_device(codec, nid);
3892 if (err < 0)
3893 return err;
Takashi Iwaid8d881d2009-12-22 07:52:49 +01003894 if (codec->beep) {
3895 /* IDT/STAC codecs have linear beep tone parameter */
Daniel J Blueman1b0e3722010-08-03 11:09:13 +01003896 codec->beep->linear_tone = spec->linear_tone_beep;
Takashi Iwaid8d881d2009-12-22 07:52:49 +01003897 /* if no beep switch is available, make its own one */
3898 caps = query_amp_caps(codec, nid, HDA_OUTPUT);
3899 if (!(caps & AC_AMPCAP_MUTE)) {
3900 err = stac92xx_beep_switch_ctl(codec);
3901 if (err < 0)
3902 return err;
3903 }
Takashi Iwai4d4e9bb2008-11-12 16:45:04 +01003904 }
Matthew Ranostay1cd22242008-07-18 18:20:52 +02003905 }
3906#endif
3907
Maxim Levitsky0fb87bb2007-09-03 15:29:04 +02003908 err = stac92xx_auto_create_hp_ctls(codec, &spec->autocfg);
Maxim Levitsky0fb87bb2007-09-03 15:29:04 +02003909 if (err < 0)
3910 return err;
3911
Takashi Iwaidc04d1b2009-03-06 10:00:05 +01003912 /* All output parsing done, now restore the swapped hp pins */
3913 if (hp_swap) {
3914 memcpy(spec->autocfg.hp_pins, spec->autocfg.line_out_pins,
3915 sizeof(spec->autocfg.hp_pins));
3916 spec->autocfg.hp_outs = spec->autocfg.line_outs;
3917 spec->autocfg.line_out_type = AUTO_PIN_HP_OUT;
3918 spec->autocfg.line_outs = 0;
3919 }
Maxim Levitsky0fb87bb2007-09-03 15:29:04 +02003920
Takashi Iwai3d21d3f2009-07-29 14:32:56 +02003921 if (stac_check_auto_mic(codec)) {
3922 spec->auto_mic = 1;
3923 /* only one capture for auto-mic */
3924 spec->num_adcs = 1;
3925 spec->num_caps = 1;
3926 spec->num_muxes = 1;
3927 }
3928
Takashi Iwai6479c632009-07-28 18:20:25 +02003929 for (i = 0; i < spec->num_caps; i++) {
3930 err = stac92xx_add_capvol_ctls(codec, spec->capvols[i],
3931 spec->capsws[i], i);
3932 if (err < 0)
3933 return err;
3934 }
3935
Takashi Iwaidc04d1b2009-03-06 10:00:05 +01003936 err = stac92xx_auto_create_analog_input_ctls(codec, &spec->autocfg);
Maxim Levitsky0fb87bb2007-09-03 15:29:04 +02003937 if (err < 0)
Mattc7d4b2f2005-06-27 14:59:41 +02003938 return err;
3939
Matthew Ranostayb22b4822008-01-22 12:32:30 +01003940 if (spec->mono_nid > 0) {
3941 err = stac92xx_auto_create_mono_output_ctls(codec);
3942 if (err < 0)
3943 return err;
3944 }
Matthew Ranostay2a9c7812008-09-13 16:45:39 -04003945 if (spec->num_dmics > 0 && !spec->dinput_mux)
Matt Porter8b657272006-10-26 17:12:59 +02003946 if ((err = stac92xx_auto_create_dmic_input_ctls(codec,
3947 &spec->autocfg)) < 0)
3948 return err;
Matthew Ranostay4682eee2008-08-15 07:43:24 +02003949 if (spec->num_muxes > 0) {
3950 err = stac92xx_auto_create_mux_input_ctls(codec);
3951 if (err < 0)
3952 return err;
3953 }
Matthew Ranostayd9737752008-09-07 12:03:41 +02003954 if (spec->num_smuxes > 0) {
3955 err = stac92xx_auto_create_spdif_mux_ctls(codec);
3956 if (err < 0)
3957 return err;
3958 }
Matt Porter8b657272006-10-26 17:12:59 +02003959
Takashi Iwaie3c75962009-01-23 11:57:22 +01003960 err = stac92xx_add_input_source(spec);
3961 if (err < 0)
3962 return err;
3963
Mattc7d4b2f2005-06-27 14:59:41 +02003964 spec->multiout.max_channels = spec->multiout.num_dacs * 2;
Matt Porter403d1942005-11-29 15:00:51 +01003965 if (spec->multiout.max_channels > 2)
Mattc7d4b2f2005-06-27 14:59:41 +02003966 spec->surr_switch = 1;
Mattc7d4b2f2005-06-27 14:59:41 +02003967
Charles Chin9009b0e2011-11-03 10:27:27 +01003968 /* find digital out and in converters */
3969 for (i = codec->start_nid; i < codec->start_nid + codec->num_nodes; i++) {
3970 unsigned int wid_caps = get_wcaps(codec, i);
3971 if (wid_caps & AC_WCAP_DIGITAL) {
3972 switch (get_wcaps_type(wid_caps)) {
3973 case AC_WID_AUD_OUT:
3974 if (!dig_out)
3975 dig_out = i;
3976 break;
3977 case AC_WID_AUD_IN:
3978 if (!dig_in)
3979 dig_in = i;
3980 break;
3981 }
3982 }
3983 }
Takashi Iwai0852d7a2009-02-11 11:35:15 +01003984 if (spec->autocfg.dig_outs)
Matt Porter3cc08dc2006-01-23 15:27:49 +01003985 spec->multiout.dig_out_nid = dig_out;
Matthew Ranostayd0513fc2008-07-27 10:30:30 +02003986 if (dig_in && spec->autocfg.dig_in_pin)
Matt Porter3cc08dc2006-01-23 15:27:49 +01003987 spec->dig_in_nid = dig_in;
Mattc7d4b2f2005-06-27 14:59:41 +02003988
Takashi Iwai603c4012008-07-30 15:01:44 +02003989 if (spec->kctls.list)
3990 spec->mixers[spec->num_mixers++] = spec->kctls.list;
Mattc7d4b2f2005-06-27 14:59:41 +02003991
3992 spec->input_mux = &spec->private_imux;
Matthew Ranostayf8ccbf62008-12-20 17:36:28 -05003993 if (!spec->dinput_mux)
3994 spec->dinput_mux = &spec->private_dimux;
Matthew Ranostayd9737752008-09-07 12:03:41 +02003995 spec->sinput_mux = &spec->private_smux;
Matthew Ranostayb22b4822008-01-22 12:32:30 +01003996 spec->mono_mux = &spec->private_mono_mux;
Mattc7d4b2f2005-06-27 14:59:41 +02003997 return 1;
3998}
3999
Takashi Iwai82bc9552006-03-21 11:24:42 +01004000/* add playback controls for HP output */
4001static int stac9200_auto_create_hp_ctls(struct hda_codec *codec,
4002 struct auto_pin_cfg *cfg)
4003{
4004 struct sigmatel_spec *spec = codec->spec;
Takashi Iwaieb06ed82006-09-20 17:10:27 +02004005 hda_nid_t pin = cfg->hp_pins[0];
Takashi Iwai82bc9552006-03-21 11:24:42 +01004006
4007 if (! pin)
4008 return 0;
4009
Takashi Iwaie35d9d62011-05-17 11:28:16 +02004010 if (is_jack_detectable(codec, pin))
Takashi Iwai82bc9552006-03-21 11:24:42 +01004011 spec->hp_detect = 1;
Takashi Iwai82bc9552006-03-21 11:24:42 +01004012
4013 return 0;
4014}
4015
Richard Fish160ea0d2006-09-06 13:58:25 +02004016/* add playback controls for LFE output */
4017static int stac9200_auto_create_lfe_ctls(struct hda_codec *codec,
4018 struct auto_pin_cfg *cfg)
4019{
4020 struct sigmatel_spec *spec = codec->spec;
4021 int err;
4022 hda_nid_t lfe_pin = 0x0;
4023 int i;
4024
4025 /*
4026 * search speaker outs and line outs for a mono speaker pin
4027 * with an amp. If one is found, add LFE controls
4028 * for it.
4029 */
4030 for (i = 0; i < spec->autocfg.speaker_outs && lfe_pin == 0x0; i++) {
4031 hda_nid_t pin = spec->autocfg.speaker_pins[i];
Takashi Iwai64ed0df2008-02-29 11:57:53 +01004032 unsigned int wcaps = get_wcaps(codec, pin);
Richard Fish160ea0d2006-09-06 13:58:25 +02004033 wcaps &= (AC_WCAP_STEREO | AC_WCAP_OUT_AMP);
4034 if (wcaps == AC_WCAP_OUT_AMP)
4035 /* found a mono speaker with an amp, must be lfe */
4036 lfe_pin = pin;
4037 }
4038
4039 /* if speaker_outs is 0, then speakers may be in line_outs */
4040 if (lfe_pin == 0 && spec->autocfg.speaker_outs == 0) {
4041 for (i = 0; i < spec->autocfg.line_outs && lfe_pin == 0x0; i++) {
4042 hda_nid_t pin = spec->autocfg.line_out_pins[i];
Takashi Iwai64ed0df2008-02-29 11:57:53 +01004043 unsigned int defcfg;
Takashi Iwai330ee992009-02-20 14:33:36 +01004044 defcfg = snd_hda_codec_get_pincfg(codec, pin);
Harvey Harrison8b551782008-02-29 11:56:48 +01004045 if (get_defcfg_device(defcfg) == AC_JACK_SPEAKER) {
Takashi Iwai64ed0df2008-02-29 11:57:53 +01004046 unsigned int wcaps = get_wcaps(codec, pin);
Richard Fish160ea0d2006-09-06 13:58:25 +02004047 wcaps &= (AC_WCAP_STEREO | AC_WCAP_OUT_AMP);
4048 if (wcaps == AC_WCAP_OUT_AMP)
4049 /* found a mono speaker with an amp,
4050 must be lfe */
4051 lfe_pin = pin;
4052 }
4053 }
4054 }
4055
4056 if (lfe_pin) {
Takashi Iwai7c7767e2009-01-20 15:28:38 +01004057 err = create_controls(codec, "LFE", lfe_pin, 1);
Richard Fish160ea0d2006-09-06 13:58:25 +02004058 if (err < 0)
4059 return err;
4060 }
4061
4062 return 0;
4063}
4064
Mattc7d4b2f2005-06-27 14:59:41 +02004065static int stac9200_parse_auto_config(struct hda_codec *codec)
4066{
4067 struct sigmatel_spec *spec = codec->spec;
4068 int err;
4069
Kailang Yangdf694da2005-12-05 19:42:22 +01004070 if ((err = snd_hda_parse_pin_def_config(codec, &spec->autocfg, NULL)) < 0)
Mattc7d4b2f2005-06-27 14:59:41 +02004071 return err;
4072
4073 if ((err = stac92xx_auto_create_analog_input_ctls(codec, &spec->autocfg)) < 0)
4074 return err;
4075
Takashi Iwai82bc9552006-03-21 11:24:42 +01004076 if ((err = stac9200_auto_create_hp_ctls(codec, &spec->autocfg)) < 0)
4077 return err;
4078
Richard Fish160ea0d2006-09-06 13:58:25 +02004079 if ((err = stac9200_auto_create_lfe_ctls(codec, &spec->autocfg)) < 0)
4080 return err;
4081
Takashi Iwai355a0ec2008-11-11 16:46:19 +01004082 if (spec->num_muxes > 0) {
4083 err = stac92xx_auto_create_mux_input_ctls(codec);
4084 if (err < 0)
4085 return err;
4086 }
4087
Takashi Iwaie3c75962009-01-23 11:57:22 +01004088 err = stac92xx_add_input_source(spec);
4089 if (err < 0)
4090 return err;
4091
Takashi Iwai0852d7a2009-02-11 11:35:15 +01004092 if (spec->autocfg.dig_outs)
Mattc7d4b2f2005-06-27 14:59:41 +02004093 spec->multiout.dig_out_nid = 0x05;
Takashi Iwai82bc9552006-03-21 11:24:42 +01004094 if (spec->autocfg.dig_in_pin)
Mattc7d4b2f2005-06-27 14:59:41 +02004095 spec->dig_in_nid = 0x04;
Mattc7d4b2f2005-06-27 14:59:41 +02004096
Takashi Iwai603c4012008-07-30 15:01:44 +02004097 if (spec->kctls.list)
4098 spec->mixers[spec->num_mixers++] = spec->kctls.list;
Mattc7d4b2f2005-06-27 14:59:41 +02004099
4100 spec->input_mux = &spec->private_imux;
Matt Porter8b657272006-10-26 17:12:59 +02004101 spec->dinput_mux = &spec->private_dimux;
Mattc7d4b2f2005-06-27 14:59:41 +02004102
4103 return 1;
4104}
4105
Sam Revitch62fe78e2006-05-10 15:09:17 +02004106/*
4107 * Early 2006 Intel Macintoshes with STAC9220X5 codecs seem to have a
4108 * funky external mute control using GPIO pins.
4109 */
4110
Takashi Iwai76e1ddf2008-01-15 11:39:08 +01004111static void stac_gpio_set(struct hda_codec *codec, unsigned int mask,
Matthew Ranostay4fe51952008-01-29 15:28:44 +01004112 unsigned int dir_mask, unsigned int data)
Sam Revitch62fe78e2006-05-10 15:09:17 +02004113{
4114 unsigned int gpiostate, gpiomask, gpiodir;
4115
Vitaliy Kulikov45eebda2011-07-26 16:56:20 -05004116 snd_printdd("%s msk %x dir %x gpio %x\n", __func__, mask, dir_mask, data);
4117
Sam Revitch62fe78e2006-05-10 15:09:17 +02004118 gpiostate = snd_hda_codec_read(codec, codec->afg, 0,
4119 AC_VERB_GET_GPIO_DATA, 0);
Matthew Ranostay4fe51952008-01-29 15:28:44 +01004120 gpiostate = (gpiostate & ~dir_mask) | (data & dir_mask);
Sam Revitch62fe78e2006-05-10 15:09:17 +02004121
4122 gpiomask = snd_hda_codec_read(codec, codec->afg, 0,
4123 AC_VERB_GET_GPIO_MASK, 0);
Takashi Iwai76e1ddf2008-01-15 11:39:08 +01004124 gpiomask |= mask;
Sam Revitch62fe78e2006-05-10 15:09:17 +02004125
4126 gpiodir = snd_hda_codec_read(codec, codec->afg, 0,
4127 AC_VERB_GET_GPIO_DIRECTION, 0);
Matthew Ranostay4fe51952008-01-29 15:28:44 +01004128 gpiodir |= dir_mask;
Sam Revitch62fe78e2006-05-10 15:09:17 +02004129
Takashi Iwai76e1ddf2008-01-15 11:39:08 +01004130 /* Configure GPIOx as CMOS */
Sam Revitch62fe78e2006-05-10 15:09:17 +02004131 snd_hda_codec_write(codec, codec->afg, 0, 0x7e7, 0);
4132
4133 snd_hda_codec_write(codec, codec->afg, 0,
4134 AC_VERB_SET_GPIO_MASK, gpiomask);
Takashi Iwai76e1ddf2008-01-15 11:39:08 +01004135 snd_hda_codec_read(codec, codec->afg, 0,
4136 AC_VERB_SET_GPIO_DIRECTION, gpiodir); /* sync */
Sam Revitch62fe78e2006-05-10 15:09:17 +02004137
4138 msleep(1);
4139
Takashi Iwai76e1ddf2008-01-15 11:39:08 +01004140 snd_hda_codec_read(codec, codec->afg, 0,
4141 AC_VERB_SET_GPIO_DATA, gpiostate); /* sync */
Sam Revitch62fe78e2006-05-10 15:09:17 +02004142}
4143
Takashi Iwai3a938972011-10-28 01:16:55 +02004144static int stac_add_event(struct hda_codec *codec, hda_nid_t nid,
Takashi Iwaic6e4c662008-11-25 11:58:19 +01004145 unsigned char type, int data)
Matthew Ranostay74aeaab2008-10-25 01:06:04 -04004146{
Takashi Iwai3a938972011-10-28 01:16:55 +02004147 struct hda_jack_tbl *event;
Matthew Ranostay74aeaab2008-10-25 01:06:04 -04004148
Takashi Iwai3a938972011-10-28 01:16:55 +02004149 event = snd_hda_jack_tbl_new(codec, nid);
Matthew Ranostay74aeaab2008-10-25 01:06:04 -04004150 if (!event)
4151 return -ENOMEM;
Takashi Iwai3a938972011-10-28 01:16:55 +02004152 event->action = type;
4153 event->private_data = data;
Matthew Ranostay74aeaab2008-10-25 01:06:04 -04004154
Takashi Iwai3a938972011-10-28 01:16:55 +02004155 return 0;
Matthew Ranostay74aeaab2008-10-25 01:06:04 -04004156}
4157
Takashi Iwai62558ce2009-07-29 14:23:09 +02004158/* check if given nid is a valid pin and no other events are assigned
4159 * to it. If OK, assign the event, set the unsol flag, and returns 1.
4160 * Otherwise, returns zero.
4161 */
4162static int enable_pin_detect(struct hda_codec *codec, hda_nid_t nid,
4163 unsigned int type)
Takashi Iwai314634b2006-09-21 11:56:18 +02004164{
Takashi Iwai3a938972011-10-28 01:16:55 +02004165 struct hda_jack_tbl *event;
Takashi Iwaic6e4c662008-11-25 11:58:19 +01004166
Takashi Iwaie35d9d62011-05-17 11:28:16 +02004167 if (!is_jack_detectable(codec, nid))
Takashi Iwai62558ce2009-07-29 14:23:09 +02004168 return 0;
Takashi Iwai3a938972011-10-28 01:16:55 +02004169 event = snd_hda_jack_tbl_new(codec, nid);
4170 if (!event)
4171 return -ENOMEM;
4172 if (event->action && event->action != type)
4173 return 0;
4174 event->action = type;
4175 snd_hda_jack_detect_enable(codec, nid, 0);
Takashi Iwai62558ce2009-07-29 14:23:09 +02004176 return 1;
Takashi Iwai314634b2006-09-21 11:56:18 +02004177}
4178
Takashi Iwaib4ead012012-01-23 18:23:36 +01004179static int is_nid_out_jack_pin(struct auto_pin_cfg *cfg, hda_nid_t nid)
Matthew Ranostaya64135a2008-01-10 16:55:06 +01004180{
4181 int i;
4182 for (i = 0; i < cfg->hp_outs; i++)
4183 if (cfg->hp_pins[i] == nid)
4184 return 1; /* nid is a HP-Out */
Takashi Iwaib4ead012012-01-23 18:23:36 +01004185 for (i = 0; i < cfg->line_outs; i++)
4186 if (cfg->line_out_pins[i] == nid)
4187 return 1; /* nid is a line-Out */
Matthew Ranostaya64135a2008-01-10 16:55:06 +01004188 return 0; /* nid is not a HP-Out */
4189};
4190
Matthew Ranostayb76c8502008-02-06 14:49:44 +01004191static void stac92xx_power_down(struct hda_codec *codec)
4192{
4193 struct sigmatel_spec *spec = codec->spec;
4194
4195 /* power down inactive DACs */
Takashi Iwai2b635362011-05-02 12:33:43 +02004196 const hda_nid_t *dac;
Matthew Ranostayb76c8502008-02-06 14:49:44 +01004197 for (dac = spec->dac_list; *dac; dac++)
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01004198 if (!check_all_dac_nids(spec, *dac))
Takashi Iwai8c2f7672008-12-01 11:54:35 +01004199 snd_hda_codec_write(codec, *dac, 0,
Matthew Ranostayb76c8502008-02-06 14:49:44 +01004200 AC_VERB_SET_POWER_STATE, AC_PWRST_D3);
4201}
4202
Takashi Iwaif73d3582008-11-25 08:21:51 +01004203static void stac_toggle_power_map(struct hda_codec *codec, hda_nid_t nid,
4204 int enable);
4205
Takashi Iwai014c41f2009-12-27 13:53:24 +01004206static inline int get_int_hint(struct hda_codec *codec, const char *key,
4207 int *valp)
4208{
4209 const char *p;
4210 p = snd_hda_get_hint(codec, key);
4211 if (p) {
4212 unsigned long val;
4213 if (!strict_strtoul(p, 0, &val)) {
4214 *valp = val;
4215 return 1;
4216 }
4217 }
4218 return 0;
4219}
4220
Takashi Iwai6565e4f2009-03-02 14:38:35 +01004221/* override some hints from the hwdep entry */
4222static void stac_store_hints(struct hda_codec *codec)
4223{
4224 struct sigmatel_spec *spec = codec->spec;
Takashi Iwai6565e4f2009-03-02 14:38:35 +01004225 int val;
4226
4227 val = snd_hda_get_bool_hint(codec, "hp_detect");
4228 if (val >= 0)
4229 spec->hp_detect = val;
Takashi Iwai014c41f2009-12-27 13:53:24 +01004230 if (get_int_hint(codec, "gpio_mask", &spec->gpio_mask)) {
Takashi Iwai6565e4f2009-03-02 14:38:35 +01004231 spec->eapd_mask = spec->gpio_dir = spec->gpio_data =
4232 spec->gpio_mask;
4233 }
Takashi Iwai014c41f2009-12-27 13:53:24 +01004234 if (get_int_hint(codec, "gpio_dir", &spec->gpio_dir))
4235 spec->gpio_mask &= spec->gpio_mask;
4236 if (get_int_hint(codec, "gpio_data", &spec->gpio_data))
4237 spec->gpio_dir &= spec->gpio_mask;
4238 if (get_int_hint(codec, "eapd_mask", &spec->eapd_mask))
4239 spec->eapd_mask &= spec->gpio_mask;
4240 if (get_int_hint(codec, "gpio_mute", &spec->gpio_mute))
4241 spec->gpio_mute &= spec->gpio_mask;
Takashi Iwai6565e4f2009-03-02 14:38:35 +01004242 val = snd_hda_get_bool_hint(codec, "eapd_switch");
4243 if (val >= 0)
4244 spec->eapd_switch = val;
4245}
4246
Takashi Iwaif2cbba72012-01-11 12:34:11 +01004247static void stac_issue_unsol_events(struct hda_codec *codec, int num_pins,
4248 const hda_nid_t *pins)
4249{
4250 while (num_pins--)
4251 stac_issue_unsol_event(codec, *pins++);
4252}
4253
4254/* fake event to set up pins */
4255static void stac_fake_hp_events(struct hda_codec *codec)
4256{
4257 struct sigmatel_spec *spec = codec->spec;
4258
4259 if (spec->autocfg.hp_outs)
4260 stac_issue_unsol_events(codec, spec->autocfg.hp_outs,
4261 spec->autocfg.hp_pins);
4262 if (spec->autocfg.line_outs &&
4263 spec->autocfg.line_out_pins[0] != spec->autocfg.hp_pins[0])
4264 stac_issue_unsol_events(codec, spec->autocfg.line_outs,
4265 spec->autocfg.line_out_pins);
4266}
4267
Mattc7d4b2f2005-06-27 14:59:41 +02004268static int stac92xx_init(struct hda_codec *codec)
4269{
4270 struct sigmatel_spec *spec = codec->spec;
Takashi Iwai82bc9552006-03-21 11:24:42 +01004271 struct auto_pin_cfg *cfg = &spec->autocfg;
Takashi Iwaif73d3582008-11-25 08:21:51 +01004272 unsigned int gpio;
Takashi Iwaie4973e12008-11-18 09:32:42 +01004273 int i;
Mattc7d4b2f2005-06-27 14:59:41 +02004274
Mattc7d4b2f2005-06-27 14:59:41 +02004275 snd_hda_sequence_write(codec, spec->init);
4276
Matthew Ranostay8daaaa92008-08-15 07:45:52 +02004277 /* power down adcs initially */
4278 if (spec->powerdown_adcs)
4279 for (i = 0; i < spec->num_adcs; i++)
Takashi Iwai8c2f7672008-12-01 11:54:35 +01004280 snd_hda_codec_write(codec,
Matthew Ranostay8daaaa92008-08-15 07:45:52 +02004281 spec->adc_nids[i], 0,
4282 AC_VERB_SET_POWER_STATE, AC_PWRST_D3);
Takashi Iwaif73d3582008-11-25 08:21:51 +01004283
Takashi Iwai6565e4f2009-03-02 14:38:35 +01004284 /* override some hints */
4285 stac_store_hints(codec);
4286
Takashi Iwaif73d3582008-11-25 08:21:51 +01004287 /* set up GPIO */
4288 gpio = spec->gpio_data;
4289 /* turn on EAPD statically when spec->eapd_switch isn't set.
4290 * otherwise, unsol event will turn it on/off dynamically
4291 */
4292 if (!spec->eapd_switch)
4293 gpio |= spec->eapd_mask;
4294 stac_gpio_set(codec, spec->gpio_mask, spec->gpio_dir, gpio);
4295
Takashi Iwai82bc9552006-03-21 11:24:42 +01004296 /* set up pins */
4297 if (spec->hp_detect) {
Takashi Iwai505cb342006-03-27 12:51:52 +02004298 /* Enable unsolicited responses on the HP widget */
Matthew Ranostay74aeaab2008-10-25 01:06:04 -04004299 for (i = 0; i < cfg->hp_outs; i++) {
Matthew Ranostay74aeaab2008-10-25 01:06:04 -04004300 hda_nid_t nid = cfg->hp_pins[i];
Takashi Iwaic6e4c662008-11-25 11:58:19 +01004301 enable_pin_detect(codec, nid, STAC_HP_EVENT);
Matthew Ranostay74aeaab2008-10-25 01:06:04 -04004302 }
Takashi Iwai1c4bdf92009-08-13 08:23:24 +02004303 if (cfg->line_out_type == AUTO_PIN_LINE_OUT &&
4304 cfg->speaker_outs > 0) {
Takashi Iwaifefd67f2009-07-30 18:03:05 +02004305 /* enable pin-detect for line-outs as well */
Takashi Iwai15cfa2b2009-08-03 14:23:33 +02004306 for (i = 0; i < cfg->line_outs; i++) {
4307 hda_nid_t nid = cfg->line_out_pins[i];
Takashi Iwaifefd67f2009-07-30 18:03:05 +02004308 enable_pin_detect(codec, nid, STAC_LO_EVENT);
4309 }
4310 }
4311
Takashi Iwai0a07acaf2007-03-13 10:40:23 +01004312 /* force to enable the first line-out; the others are set up
4313 * in unsol_event
4314 */
4315 stac92xx_auto_set_pinctl(codec, spec->autocfg.line_out_pins[0],
Matthew Ranostay74aeaab2008-10-25 01:06:04 -04004316 AC_PINCTL_OUT_EN);
Takashi Iwai82bc9552006-03-21 11:24:42 +01004317 /* fake event to set up pins */
Takashi Iwaif2cbba72012-01-11 12:34:11 +01004318 stac_fake_hp_events(codec);
Takashi Iwai82bc9552006-03-21 11:24:42 +01004319 } else {
4320 stac92xx_auto_init_multi_out(codec);
4321 stac92xx_auto_init_hp_out(codec);
Takashi Iwai12dde4c2008-12-05 13:09:27 +01004322 for (i = 0; i < cfg->hp_outs; i++)
4323 stac_toggle_power_map(codec, cfg->hp_pins[i], 1);
Takashi Iwai82bc9552006-03-21 11:24:42 +01004324 }
Takashi Iwai3d21d3f2009-07-29 14:32:56 +02004325 if (spec->auto_mic) {
Takashi Iwai15b4f292009-07-29 16:32:55 +02004326 /* initialize connection to analog input */
Takashi Iwaida2a2aa2009-08-10 07:44:09 +02004327 if (spec->dmux_nids)
4328 snd_hda_codec_write_cache(codec, spec->dmux_nids[0], 0,
Takashi Iwai15b4f292009-07-29 16:32:55 +02004329 AC_VERB_SET_CONNECT_SEL, 0);
Takashi Iwai3d21d3f2009-07-29 14:32:56 +02004330 if (enable_pin_detect(codec, spec->ext_mic.pin, STAC_MIC_EVENT))
4331 stac_issue_unsol_event(codec, spec->ext_mic.pin);
Charles Chin99077902010-09-17 10:22:32 +02004332 if (enable_pin_detect(codec, spec->dock_mic.pin,
4333 STAC_MIC_EVENT))
4334 stac_issue_unsol_event(codec, spec->dock_mic.pin);
Takashi Iwai3d21d3f2009-07-29 14:32:56 +02004335 }
Takashi Iwaieea7dc92010-08-30 13:06:15 +02004336 for (i = 0; i < cfg->num_inputs; i++) {
4337 hda_nid_t nid = cfg->inputs[i].pin;
4338 int type = cfg->inputs[i].type;
4339 unsigned int pinctl, conf;
Takashi Iwai86e29592010-09-09 14:50:17 +02004340 if (type == AUTO_PIN_MIC) {
Takashi Iwaieea7dc92010-08-30 13:06:15 +02004341 /* for mic pins, force to initialize */
Takashi Iwai47408602012-04-20 13:06:53 +02004342 pinctl = snd_hda_get_default_vref(codec, nid);
Takashi Iwaieea7dc92010-08-30 13:06:15 +02004343 pinctl |= AC_PINCTL_IN_EN;
4344 stac92xx_auto_set_pinctl(codec, nid, pinctl);
4345 } else {
4346 pinctl = snd_hda_codec_read(codec, nid, 0,
4347 AC_VERB_GET_PIN_WIDGET_CONTROL, 0);
4348 /* if PINCTL already set then skip */
4349 /* Also, if both INPUT and OUTPUT are set,
4350 * it must be a BIOS bug; need to override, too
4351 */
4352 if (!(pinctl & AC_PINCTL_IN_EN) ||
4353 (pinctl & AC_PINCTL_OUT_EN)) {
4354 pinctl &= ~AC_PINCTL_OUT_EN;
Takashi Iwai12dde4c2008-12-05 13:09:27 +01004355 pinctl |= AC_PINCTL_IN_EN;
4356 stac92xx_auto_set_pinctl(codec, nid, pinctl);
Takashi Iwai4f1e6bc2008-11-11 16:47:24 +01004357 }
Takashi Iwaieea7dc92010-08-30 13:06:15 +02004358 }
4359 conf = snd_hda_codec_get_pincfg(codec, nid);
4360 if (get_defcfg_connect(conf) != AC_JACK_PORT_FIXED) {
4361 if (enable_pin_detect(codec, nid, STAC_INSERT_EVENT))
4362 stac_issue_unsol_event(codec, nid);
Takashi Iwaic960a032006-03-23 17:06:28 +01004363 }
Takashi Iwai82bc9552006-03-21 11:24:42 +01004364 }
Matthew Ranostaya64135a2008-01-10 16:55:06 +01004365 for (i = 0; i < spec->num_dmics; i++)
4366 stac92xx_auto_set_pinctl(codec, spec->dmic_nids[i],
4367 AC_PINCTL_IN_EN);
Takashi Iwai0852d7a2009-02-11 11:35:15 +01004368 if (cfg->dig_out_pins[0])
4369 stac92xx_auto_set_pinctl(codec, cfg->dig_out_pins[0],
Takashi Iwai82bc9552006-03-21 11:24:42 +01004370 AC_PINCTL_OUT_EN);
4371 if (cfg->dig_in_pin)
4372 stac92xx_auto_set_pinctl(codec, cfg->dig_in_pin,
4373 AC_PINCTL_IN_EN);
Takashi Iwaif73d3582008-11-25 08:21:51 +01004374 for (i = 0; i < spec->num_pwrs; i++) {
4375 hda_nid_t nid = spec->pwr_nids[i];
Takashi Iwai6e1c39c2012-06-26 17:35:10 +02004376 unsigned int pinctl, def_conf;
Takashi Iwai82bc9552006-03-21 11:24:42 +01004377
Takashi Iwaibfc89de2012-05-15 09:02:26 +02004378 def_conf = snd_hda_codec_get_pincfg(codec, nid);
4379 def_conf = get_defcfg_connect(def_conf);
4380 if (def_conf == AC_JACK_PORT_NONE) {
4381 /* power off unused ports */
4382 stac_toggle_power_map(codec, nid, 0);
4383 continue;
4384 }
Takashi Iwai6e1c39c2012-06-26 17:35:10 +02004385 if (def_conf == AC_JACK_PORT_FIXED) {
4386 /* no need for jack detection for fixed pins */
4387 stac_toggle_power_map(codec, nid, 1);
4388 continue;
4389 }
Takashi Iwaieb632122008-12-19 16:39:48 +01004390 /* power on when no jack detection is available */
Takashi Iwai542c9a02011-11-29 13:01:30 +01004391 /* or when the VREF is used for controlling LED */
4392 if (!spec->hp_detect ||
Takashi Iwaibfc89de2012-05-15 09:02:26 +02004393 spec->vref_mute_led_nid == nid ||
4394 !is_jack_detectable(codec, nid)) {
Takashi Iwaieb632122008-12-19 16:39:48 +01004395 stac_toggle_power_map(codec, nid, 1);
4396 continue;
4397 }
4398
Takashi Iwaib4ead012012-01-23 18:23:36 +01004399 if (is_nid_out_jack_pin(cfg, nid))
Takashi Iwaif73d3582008-11-25 08:21:51 +01004400 continue; /* already has an unsol event */
Sam Revitch62fe78e2006-05-10 15:09:17 +02004401
Takashi Iwaif73d3582008-11-25 08:21:51 +01004402 pinctl = snd_hda_codec_read(codec, nid, 0,
4403 AC_VERB_GET_PIN_WIDGET_CONTROL, 0);
4404 /* outputs are only ports capable of power management
4405 * any attempts on powering down a input port cause the
4406 * referenced VREF to act quirky.
4407 */
Takashi Iwaieb632122008-12-19 16:39:48 +01004408 if (pinctl & AC_PINCTL_IN_EN) {
4409 stac_toggle_power_map(codec, nid, 1);
Takashi Iwaif73d3582008-11-25 08:21:51 +01004410 continue;
Takashi Iwaieb632122008-12-19 16:39:48 +01004411 }
Charles Chinafef2cf2011-11-11 08:05:28 +01004412 if (enable_pin_detect(codec, nid, STAC_PWR_EVENT)) {
Takashi Iwai62558ce2009-07-29 14:23:09 +02004413 stac_issue_unsol_event(codec, nid);
Charles Chinafef2cf2011-11-11 08:05:28 +01004414 continue;
4415 }
4416 /* none of the above, turn the port OFF */
4417 stac_toggle_power_map(codec, nid, 0);
Takashi Iwaif73d3582008-11-25 08:21:51 +01004418 }
Takashi Iwaic21bd022010-02-08 15:16:08 +01004419
Takashi Iwai01a61e12011-10-28 00:03:22 +02004420 snd_hda_jack_report_sync(codec);
4421
Takashi Iwaic21bd022010-02-08 15:16:08 +01004422 /* sync mute LED */
Takashi Iwaid2f344b2012-03-12 16:59:58 +01004423 snd_hda_sync_vmaster_hook(&spec->vmaster_mute);
Takashi Iwaic8822462012-05-15 09:11:36 +02004424
4425 /* sync the power-map */
4426 if (spec->num_pwrs)
4427 snd_hda_codec_write(codec, codec->afg, 0,
4428 AC_VERB_IDT_SET_POWER_MAP,
4429 spec->power_map_bits);
Takashi Iwaif73d3582008-11-25 08:21:51 +01004430 if (spec->dac_list)
4431 stac92xx_power_down(codec);
Mattc7d4b2f2005-06-27 14:59:41 +02004432 return 0;
4433}
4434
Takashi Iwai603c4012008-07-30 15:01:44 +02004435static void stac92xx_free_kctls(struct hda_codec *codec)
4436{
4437 struct sigmatel_spec *spec = codec->spec;
4438
4439 if (spec->kctls.list) {
4440 struct snd_kcontrol_new *kctl = spec->kctls.list;
4441 int i;
4442 for (i = 0; i < spec->kctls.used; i++)
4443 kfree(kctl[i].name);
4444 }
4445 snd_array_free(&spec->kctls);
4446}
4447
Vitaliy Kulikov45eebda2011-07-26 16:56:20 -05004448static void stac92xx_shutup_pins(struct hda_codec *codec)
4449{
4450 unsigned int i, def_conf;
4451
4452 if (codec->bus->shutdown)
4453 return;
4454 for (i = 0; i < codec->init_pins.used; i++) {
4455 struct hda_pincfg *pin = snd_array_elem(&codec->init_pins, i);
4456 def_conf = snd_hda_codec_get_pincfg(codec, pin->nid);
4457 if (get_defcfg_connect(def_conf) != AC_JACK_PORT_NONE)
Takashi Iwaicdd03ce2012-04-20 12:34:50 +02004458 snd_hda_set_pin_ctl(codec, pin->nid, 0);
Vitaliy Kulikov45eebda2011-07-26 16:56:20 -05004459 }
4460}
4461
Takashi Iwai167eae52009-11-06 15:47:50 +01004462static void stac92xx_shutup(struct hda_codec *codec)
4463{
4464 struct sigmatel_spec *spec = codec->spec;
Takashi Iwai167eae52009-11-06 15:47:50 +01004465
Vitaliy Kulikov45eebda2011-07-26 16:56:20 -05004466 stac92xx_shutup_pins(codec);
Takashi Iwai167eae52009-11-06 15:47:50 +01004467
4468 if (spec->eapd_mask)
4469 stac_gpio_set(codec, spec->gpio_mask,
4470 spec->gpio_dir, spec->gpio_data &
4471 ~spec->eapd_mask);
4472}
4473
Matt2f2f4252005-04-13 14:45:30 +02004474static void stac92xx_free(struct hda_codec *codec)
4475{
Mattc7d4b2f2005-06-27 14:59:41 +02004476 struct sigmatel_spec *spec = codec->spec;
Mattc7d4b2f2005-06-27 14:59:41 +02004477
4478 if (! spec)
4479 return;
4480
Takashi Iwai167eae52009-11-06 15:47:50 +01004481 stac92xx_shutup(codec);
Richard Fish11b44bb2006-08-23 18:31:34 +02004482
Mattc7d4b2f2005-06-27 14:59:41 +02004483 kfree(spec);
Matthew Ranostay1cd22242008-07-18 18:20:52 +02004484 snd_hda_detach_beep_device(codec);
Matt2f2f4252005-04-13 14:45:30 +02004485}
4486
Matt4e550962005-07-04 17:51:39 +02004487static void stac92xx_set_pinctl(struct hda_codec *codec, hda_nid_t nid,
4488 unsigned int flag)
4489{
Takashi Iwai8ce84192009-01-22 16:59:20 +01004490 unsigned int old_ctl, pin_ctl;
4491
4492 pin_ctl = snd_hda_codec_read(codec, nid,
Matt4e550962005-07-04 17:51:39 +02004493 0, AC_VERB_GET_PIN_WIDGET_CONTROL, 0x00);
Steve Longerbeam7b043892007-05-03 20:50:03 +02004494
Takashi Iwaif9acba42007-05-29 18:01:06 +02004495 if (pin_ctl & AC_PINCTL_IN_EN) {
4496 /*
4497 * we need to check the current set-up direction of
4498 * shared input pins since they can be switched via
4499 * "xxx as Output" mixer switch
4500 */
4501 struct sigmatel_spec *spec = codec->spec;
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01004502 if (nid == spec->line_switch || nid == spec->mic_switch)
Takashi Iwaif9acba42007-05-29 18:01:06 +02004503 return;
4504 }
4505
Takashi Iwai8ce84192009-01-22 16:59:20 +01004506 old_ctl = pin_ctl;
Steve Longerbeam7b043892007-05-03 20:50:03 +02004507 /* if setting pin direction bits, clear the current
4508 direction bits first */
4509 if (flag & (AC_PINCTL_IN_EN | AC_PINCTL_OUT_EN))
4510 pin_ctl &= ~(AC_PINCTL_IN_EN | AC_PINCTL_OUT_EN);
4511
Takashi Iwai8ce84192009-01-22 16:59:20 +01004512 pin_ctl |= flag;
4513 if (old_ctl != pin_ctl)
Takashi Iwaicdd03ce2012-04-20 12:34:50 +02004514 snd_hda_set_pin_ctl_cache(codec, nid, pin_ctl);
Matt4e550962005-07-04 17:51:39 +02004515}
4516
4517static void stac92xx_reset_pinctl(struct hda_codec *codec, hda_nid_t nid,
4518 unsigned int flag)
4519{
4520 unsigned int pin_ctl = snd_hda_codec_read(codec, nid,
4521 0, AC_VERB_GET_PIN_WIDGET_CONTROL, 0x00);
Takashi Iwai8ce84192009-01-22 16:59:20 +01004522 if (pin_ctl & flag)
Takashi Iwaicdd03ce2012-04-20 12:34:50 +02004523 snd_hda_set_pin_ctl_cache(codec, nid, pin_ctl & ~flag);
Matt4e550962005-07-04 17:51:39 +02004524}
4525
Takashi Iwaid56757a2009-11-18 08:00:14 +01004526static inline int get_pin_presence(struct hda_codec *codec, hda_nid_t nid)
Takashi Iwai314634b2006-09-21 11:56:18 +02004527{
4528 if (!nid)
4529 return 0;
Takashi Iwaia252c812009-12-25 22:56:20 +01004530 return snd_hda_jack_detect(codec, nid);
Takashi Iwai314634b2006-09-21 11:56:18 +02004531}
4532
Takashi Iwaifefd67f2009-07-30 18:03:05 +02004533static void stac92xx_line_out_detect(struct hda_codec *codec,
4534 int presence)
4535{
4536 struct sigmatel_spec *spec = codec->spec;
4537 struct auto_pin_cfg *cfg = &spec->autocfg;
4538 int i;
4539
4540 for (i = 0; i < cfg->line_outs; i++) {
4541 if (presence)
4542 break;
4543 presence = get_pin_presence(codec, cfg->line_out_pins[i]);
4544 if (presence) {
4545 unsigned int pinctl;
4546 pinctl = snd_hda_codec_read(codec,
4547 cfg->line_out_pins[i], 0,
4548 AC_VERB_GET_PIN_WIDGET_CONTROL, 0);
4549 if (pinctl & AC_PINCTL_IN_EN)
4550 presence = 0; /* mic- or line-input */
4551 }
4552 }
4553
4554 if (presence) {
4555 /* disable speakers */
4556 for (i = 0; i < cfg->speaker_outs; i++)
4557 stac92xx_reset_pinctl(codec, cfg->speaker_pins[i],
4558 AC_PINCTL_OUT_EN);
4559 if (spec->eapd_mask && spec->eapd_switch)
4560 stac_gpio_set(codec, spec->gpio_mask,
4561 spec->gpio_dir, spec->gpio_data &
4562 ~spec->eapd_mask);
4563 } else {
4564 /* enable speakers */
4565 for (i = 0; i < cfg->speaker_outs; i++)
4566 stac92xx_set_pinctl(codec, cfg->speaker_pins[i],
4567 AC_PINCTL_OUT_EN);
4568 if (spec->eapd_mask && spec->eapd_switch)
4569 stac_gpio_set(codec, spec->gpio_mask,
4570 spec->gpio_dir, spec->gpio_data |
4571 spec->eapd_mask);
4572 }
4573}
4574
Takashi Iwaid7a89432008-11-12 09:48:04 +01004575/* return non-zero if the hp-pin of the given array index isn't
4576 * a jack-detection target
4577 */
4578static int no_hp_sensing(struct sigmatel_spec *spec, int i)
4579{
4580 struct auto_pin_cfg *cfg = &spec->autocfg;
4581
4582 /* ignore sensing of shared line and mic jacks */
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01004583 if (cfg->hp_pins[i] == spec->line_switch)
Takashi Iwaid7a89432008-11-12 09:48:04 +01004584 return 1;
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01004585 if (cfg->hp_pins[i] == spec->mic_switch)
Takashi Iwaid7a89432008-11-12 09:48:04 +01004586 return 1;
4587 /* ignore if the pin is set as line-out */
4588 if (cfg->hp_pins[i] == spec->hp_switch)
4589 return 1;
4590 return 0;
4591}
4592
Takashi Iwaic6e4c662008-11-25 11:58:19 +01004593static void stac92xx_hp_detect(struct hda_codec *codec)
Matt4e550962005-07-04 17:51:39 +02004594{
4595 struct sigmatel_spec *spec = codec->spec;
4596 struct auto_pin_cfg *cfg = &spec->autocfg;
4597 int i, presence;
4598
Takashi Iwaieb06ed82006-09-20 17:10:27 +02004599 presence = 0;
Matthew Ranostay4fe51952008-01-29 15:28:44 +01004600 if (spec->gpio_mute)
4601 presence = !(snd_hda_codec_read(codec, codec->afg, 0,
4602 AC_VERB_GET_GPIO_DATA, 0) & spec->gpio_mute);
4603
Takashi Iwaieb06ed82006-09-20 17:10:27 +02004604 for (i = 0; i < cfg->hp_outs; i++) {
Takashi Iwai314634b2006-09-21 11:56:18 +02004605 if (presence)
4606 break;
Takashi Iwaid7a89432008-11-12 09:48:04 +01004607 if (no_hp_sensing(spec, i))
4608 continue;
Takashi Iwaie6e3ea22008-12-05 12:54:56 +01004609 presence = get_pin_presence(codec, cfg->hp_pins[i]);
4610 if (presence) {
4611 unsigned int pinctl;
4612 pinctl = snd_hda_codec_read(codec, cfg->hp_pins[i], 0,
4613 AC_VERB_GET_PIN_WIDGET_CONTROL, 0);
4614 if (pinctl & AC_PINCTL_IN_EN)
4615 presence = 0; /* mic- or line-input */
4616 }
Takashi Iwaieb06ed82006-09-20 17:10:27 +02004617 }
Matt4e550962005-07-04 17:51:39 +02004618
4619 if (presence) {
Takashi Iwaid7a89432008-11-12 09:48:04 +01004620 /* disable lineouts */
Matthew Ranostay7c2ba972008-04-16 13:13:59 +02004621 if (spec->hp_switch)
Takashi Iwaid7a89432008-11-12 09:48:04 +01004622 stac92xx_reset_pinctl(codec, spec->hp_switch,
4623 AC_PINCTL_OUT_EN);
Matt4e550962005-07-04 17:51:39 +02004624 for (i = 0; i < cfg->line_outs; i++)
4625 stac92xx_reset_pinctl(codec, cfg->line_out_pins[i],
4626 AC_PINCTL_OUT_EN);
Matt4e550962005-07-04 17:51:39 +02004627 } else {
Takashi Iwaid7a89432008-11-12 09:48:04 +01004628 /* enable lineouts */
Matthew Ranostay7c2ba972008-04-16 13:13:59 +02004629 if (spec->hp_switch)
Takashi Iwaid7a89432008-11-12 09:48:04 +01004630 stac92xx_set_pinctl(codec, spec->hp_switch,
4631 AC_PINCTL_OUT_EN);
Matt4e550962005-07-04 17:51:39 +02004632 for (i = 0; i < cfg->line_outs; i++)
4633 stac92xx_set_pinctl(codec, cfg->line_out_pins[i],
4634 AC_PINCTL_OUT_EN);
Matt4e550962005-07-04 17:51:39 +02004635 }
Takashi Iwaifefd67f2009-07-30 18:03:05 +02004636 stac92xx_line_out_detect(codec, presence);
Takashi Iwaid7a89432008-11-12 09:48:04 +01004637 /* toggle hp outs */
4638 for (i = 0; i < cfg->hp_outs; i++) {
4639 unsigned int val = AC_PINCTL_OUT_EN | AC_PINCTL_HP_EN;
4640 if (no_hp_sensing(spec, i))
4641 continue;
Takashi Iwai7bff1722012-02-29 09:41:17 +01004642 if (1 /*presence*/)
Takashi Iwaid7a89432008-11-12 09:48:04 +01004643 stac92xx_set_pinctl(codec, cfg->hp_pins[i], val);
Takashi Iwai8317e0b2009-01-14 07:56:51 +01004644#if 0 /* FIXME */
4645/* Resetting the pinctl like below may lead to (a sort of) regressions
4646 * on some devices since they use the HP pin actually for line/speaker
4647 * outs although the default pin config shows a different pin (that is
4648 * wrong and useless).
4649 *
4650 * So, it's basically a problem of default pin configs, likely a BIOS issue.
4651 * But, disabling the code below just works around it, and I'm too tired of
4652 * bug reports with such devices...
4653 */
Takashi Iwaid7a89432008-11-12 09:48:04 +01004654 else
4655 stac92xx_reset_pinctl(codec, cfg->hp_pins[i], val);
Takashi Iwai8317e0b2009-01-14 07:56:51 +01004656#endif /* FIXME */
Takashi Iwaid7a89432008-11-12 09:48:04 +01004657 }
Matt4e550962005-07-04 17:51:39 +02004658}
4659
Takashi Iwaif73d3582008-11-25 08:21:51 +01004660static void stac_toggle_power_map(struct hda_codec *codec, hda_nid_t nid,
4661 int enable)
Matthew Ranostaya64135a2008-01-10 16:55:06 +01004662{
4663 struct sigmatel_spec *spec = codec->spec;
Takashi Iwaif73d3582008-11-25 08:21:51 +01004664 unsigned int idx, val;
4665
4666 for (idx = 0; idx < spec->num_pwrs; idx++) {
4667 if (spec->pwr_nids[idx] == nid)
4668 break;
4669 }
4670 if (idx >= spec->num_pwrs)
4671 return;
Matthew Ranostayd0513fc2008-07-27 10:30:30 +02004672
Charles Chinafef2cf2011-11-11 08:05:28 +01004673 idx = 1 << idx;
Matthew Ranostaya64135a2008-01-10 16:55:06 +01004674
Takashi Iwaic8822462012-05-15 09:11:36 +02004675 val = spec->power_map_bits;
Takashi Iwaif73d3582008-11-25 08:21:51 +01004676 if (enable)
Matthew Ranostaya64135a2008-01-10 16:55:06 +01004677 val &= ~idx;
4678 else
4679 val |= idx;
4680
4681 /* power down unused output ports */
Takashi Iwaic8822462012-05-15 09:11:36 +02004682 if (val != spec->power_map_bits) {
4683 spec->power_map_bits = val;
4684 snd_hda_codec_write(codec, codec->afg, 0,
4685 AC_VERB_IDT_SET_POWER_MAP, val);
4686 }
Matthew Ranostay74aeaab2008-10-25 01:06:04 -04004687}
4688
Takashi Iwaif73d3582008-11-25 08:21:51 +01004689static void stac92xx_pin_sense(struct hda_codec *codec, hda_nid_t nid)
4690{
Takashi Iwaie6e3ea22008-12-05 12:54:56 +01004691 stac_toggle_power_map(codec, nid, get_pin_presence(codec, nid));
Takashi Iwaif73d3582008-11-25 08:21:51 +01004692}
Matthew Ranostaya64135a2008-01-10 16:55:06 +01004693
Vitaliy Kulikovab5a6eb2010-09-08 09:00:17 +02004694/* get the pin connection (fixed, none, etc) */
4695static unsigned int stac_get_defcfg_connect(struct hda_codec *codec, int idx)
4696{
4697 struct sigmatel_spec *spec = codec->spec;
4698 unsigned int cfg;
4699
4700 cfg = snd_hda_codec_get_pincfg(codec, spec->pin_nids[idx]);
4701 return get_defcfg_connect(cfg);
4702}
4703
4704static int stac92xx_connected_ports(struct hda_codec *codec,
Takashi Iwai2b635362011-05-02 12:33:43 +02004705 const hda_nid_t *nids, int num_nids)
Vitaliy Kulikovab5a6eb2010-09-08 09:00:17 +02004706{
4707 struct sigmatel_spec *spec = codec->spec;
4708 int idx, num;
4709 unsigned int def_conf;
4710
4711 for (num = 0; num < num_nids; num++) {
4712 for (idx = 0; idx < spec->num_pins; idx++)
4713 if (spec->pin_nids[idx] == nids[num])
4714 break;
4715 if (idx >= spec->num_pins)
4716 break;
4717 def_conf = stac_get_defcfg_connect(codec, idx);
4718 if (def_conf == AC_JACK_PORT_NONE)
4719 break;
4720 }
4721 return num;
4722}
4723
Takashi Iwai3d21d3f2009-07-29 14:32:56 +02004724static void stac92xx_mic_detect(struct hda_codec *codec)
4725{
4726 struct sigmatel_spec *spec = codec->spec;
4727 struct sigmatel_mic_route *mic;
4728
4729 if (get_pin_presence(codec, spec->ext_mic.pin))
4730 mic = &spec->ext_mic;
Charles Chin99077902010-09-17 10:22:32 +02004731 else if (get_pin_presence(codec, spec->dock_mic.pin))
4732 mic = &spec->dock_mic;
Takashi Iwai3d21d3f2009-07-29 14:32:56 +02004733 else
4734 mic = &spec->int_mic;
Takashi Iwai02d33322009-10-01 16:38:11 +02004735 if (mic->dmux_idx >= 0)
Takashi Iwai3d21d3f2009-07-29 14:32:56 +02004736 snd_hda_codec_write_cache(codec, spec->dmux_nids[0], 0,
4737 AC_VERB_SET_CONNECT_SEL,
4738 mic->dmux_idx);
Takashi Iwai02d33322009-10-01 16:38:11 +02004739 if (mic->mux_idx >= 0)
Takashi Iwai3d21d3f2009-07-29 14:32:56 +02004740 snd_hda_codec_write_cache(codec, spec->mux_nids[0], 0,
4741 AC_VERB_SET_CONNECT_SEL,
4742 mic->mux_idx);
4743}
4744
Takashi Iwai1835a0f2011-10-27 22:12:46 +02004745static void handle_unsol_event(struct hda_codec *codec,
Takashi Iwai3a938972011-10-28 01:16:55 +02004746 struct hda_jack_tbl *event)
Takashi Iwai314634b2006-09-21 11:56:18 +02004747{
Matthew Ranostaya64135a2008-01-10 16:55:06 +01004748 struct sigmatel_spec *spec = codec->spec;
Takashi Iwai1835a0f2011-10-27 22:12:46 +02004749 int data;
Matthew Ranostaya64135a2008-01-10 16:55:06 +01004750
Takashi Iwai3a938972011-10-28 01:16:55 +02004751 switch (event->action) {
Takashi Iwai314634b2006-09-21 11:56:18 +02004752 case STAC_HP_EVENT:
Takashi Iwaifefd67f2009-07-30 18:03:05 +02004753 case STAC_LO_EVENT:
Takashi Iwai16ffe322009-08-04 13:40:54 +02004754 stac92xx_hp_detect(codec);
Takashi Iwaifefd67f2009-07-30 18:03:05 +02004755 break;
Takashi Iwai3d21d3f2009-07-29 14:32:56 +02004756 case STAC_MIC_EVENT:
4757 stac92xx_mic_detect(codec);
4758 break;
4759 }
4760
Takashi Iwai3a938972011-10-28 01:16:55 +02004761 switch (event->action) {
Takashi Iwai3d21d3f2009-07-29 14:32:56 +02004762 case STAC_HP_EVENT:
Takashi Iwaifefd67f2009-07-30 18:03:05 +02004763 case STAC_LO_EVENT:
Takashi Iwai3d21d3f2009-07-29 14:32:56 +02004764 case STAC_MIC_EVENT:
Matthew Ranostay74aeaab2008-10-25 01:06:04 -04004765 case STAC_INSERT_EVENT:
Matthew Ranostaya64135a2008-01-10 16:55:06 +01004766 case STAC_PWR_EVENT:
Takashi Iwaic6e4c662008-11-25 11:58:19 +01004767 if (spec->num_pwrs > 0)
4768 stac92xx_pin_sense(codec, event->nid);
Matthew Ranostayfd60cc82009-04-06 09:30:46 -04004769
4770 switch (codec->subsystem_id) {
4771 case 0x103c308f:
4772 if (event->nid == 0xb) {
4773 int pin = AC_PINCTL_IN_EN;
4774
4775 if (get_pin_presence(codec, 0xa)
4776 && get_pin_presence(codec, 0xb))
4777 pin |= AC_PINCTL_VREF_80;
4778 if (!get_pin_presence(codec, 0xb))
4779 pin |= AC_PINCTL_VREF_80;
4780
4781 /* toggle VREF state based on mic + hp pin
4782 * status
4783 */
4784 stac92xx_auto_set_pinctl(codec, 0x0a, pin);
4785 }
4786 }
Matthew Ranostay72474be2008-10-09 09:32:17 -04004787 break;
Takashi Iwaic6e4c662008-11-25 11:58:19 +01004788 case STAC_VREF_EVENT:
4789 data = snd_hda_codec_read(codec, codec->afg, 0,
4790 AC_VERB_GET_GPIO_DATA, 0);
Matthew Ranostay72474be2008-10-09 09:32:17 -04004791 /* toggle VREF state based on GPIOx status */
4792 snd_hda_codec_write(codec, codec->afg, 0, 0x7e0,
Takashi Iwai3a938972011-10-28 01:16:55 +02004793 !!(data & (1 << event->private_data)));
Matthew Ranostay72474be2008-10-09 09:32:17 -04004794 break;
Takashi Iwai314634b2006-09-21 11:56:18 +02004795 }
4796}
4797
Takashi Iwai1835a0f2011-10-27 22:12:46 +02004798static void stac_issue_unsol_event(struct hda_codec *codec, hda_nid_t nid)
4799{
Takashi Iwai3a938972011-10-28 01:16:55 +02004800 struct hda_jack_tbl *event = snd_hda_jack_tbl_get(codec, nid);
Takashi Iwai1835a0f2011-10-27 22:12:46 +02004801 if (!event)
4802 return;
4803 handle_unsol_event(codec, event);
4804}
4805
4806static void stac92xx_unsol_event(struct hda_codec *codec, unsigned int res)
4807{
Takashi Iwai3a938972011-10-28 01:16:55 +02004808 struct hda_jack_tbl *event;
Takashi Iwai1835a0f2011-10-27 22:12:46 +02004809 int tag;
4810
4811 tag = (res >> 26) & 0x7f;
Takashi Iwai3a938972011-10-28 01:16:55 +02004812 event = snd_hda_jack_tbl_get_from_tag(codec, tag);
Takashi Iwai1835a0f2011-10-27 22:12:46 +02004813 if (!event)
4814 return;
Takashi Iwai3a938972011-10-28 01:16:55 +02004815 event->jack_dirty = 1;
Takashi Iwai1835a0f2011-10-27 22:12:46 +02004816 handle_unsol_event(codec, event);
Takashi Iwai01a61e12011-10-28 00:03:22 +02004817 snd_hda_jack_report_sync(codec);
Takashi Iwai1835a0f2011-10-27 22:12:46 +02004818}
4819
Kunal Gangakhedkard38cce72010-01-15 21:01:47 +05304820static int hp_blike_system(u32 subsystem_id);
4821
4822static void set_hp_led_gpio(struct hda_codec *codec)
4823{
4824 struct sigmatel_spec *spec = codec->spec;
Takashi Iwai07f80442010-02-08 15:06:13 +01004825 unsigned int gpio;
4826
Takashi Iwai26ebe0a2010-05-11 08:36:29 +02004827 if (spec->gpio_led)
4828 return;
4829
Takashi Iwai07f80442010-02-08 15:06:13 +01004830 gpio = snd_hda_param_read(codec, codec->afg, AC_PAR_GPIO_CAP);
4831 gpio &= AC_GPIO_IO_COUNT;
4832 if (gpio > 3)
4833 spec->gpio_led = 0x08; /* GPIO 3 */
4834 else
4835 spec->gpio_led = 0x01; /* GPIO 0 */
Kunal Gangakhedkard38cce72010-01-15 21:01:47 +05304836}
4837
Vitaliy Kulikovc357aab2009-12-11 07:51:54 +01004838/*
4839 * This method searches for the mute LED GPIO configuration
4840 * provided as OEM string in SMBIOS. The format of that string
4841 * is HP_Mute_LED_P_G or HP_Mute_LED_P
4842 * where P can be 0 or 1 and defines mute LED GPIO control state (low/high)
4843 * that corresponds to the NOT muted state of the master volume
4844 * and G is the index of the GPIO to use as the mute LED control (0..9)
4845 * If _G portion is missing it is assigned based on the codec ID
4846 *
4847 * So, HP B-series like systems may have HP_Mute_LED_0 (current models)
4848 * or HP_Mute_LED_0_3 (future models) OEM SMBIOS strings
Kunal Gangakhedkard38cce72010-01-15 21:01:47 +05304849 *
4850 *
4851 * The dv-series laptops don't seem to have the HP_Mute_LED* strings in
4852 * SMBIOS - at least the ones I have seen do not have them - which include
4853 * my own system (HP Pavilion dv6-1110ax) and my cousin's
4854 * HP Pavilion dv9500t CTO.
4855 * Need more information on whether it is true across the entire series.
4856 * -- kunal
Vitaliy Kulikovc357aab2009-12-11 07:51:54 +01004857 */
Vitaliy Kulikov6a557c92011-12-12 17:35:13 -06004858static int find_mute_led_cfg(struct hda_codec *codec, int default_polarity)
Vitaliy Kulikovc357aab2009-12-11 07:51:54 +01004859{
4860 struct sigmatel_spec *spec = codec->spec;
4861 const struct dmi_device *dev = NULL;
4862
Takashi Iwai75609312012-05-14 16:52:00 +02004863 if (get_int_hint(codec, "gpio_led", &spec->gpio_led)) {
4864 get_int_hint(codec, "gpio_led_polarity",
4865 &spec->gpio_led_polarity);
4866 return 1;
4867 }
Vitaliy Kulikovc357aab2009-12-11 07:51:54 +01004868 if ((codec->subsystem_id >> 16) == PCI_VENDOR_ID_HP) {
4869 while ((dev = dmi_find_device(DMI_DEV_TYPE_OEM_STRING,
4870 NULL, dev))) {
Vitaliy Kulikov45eebda2011-07-26 16:56:20 -05004871 if (sscanf(dev->name, "HP_Mute_LED_%d_%x",
Kunal Gangakhedkard38cce72010-01-15 21:01:47 +05304872 &spec->gpio_led_polarity,
4873 &spec->gpio_led) == 2) {
Takashi Iwaif1a73742011-12-04 13:44:06 +01004874 unsigned int max_gpio;
4875 max_gpio = snd_hda_param_read(codec, codec->afg,
4876 AC_PAR_GPIO_CAP);
4877 max_gpio &= AC_GPIO_IO_COUNT;
4878 if (spec->gpio_led < max_gpio)
Vitaliy Kulikov45eebda2011-07-26 16:56:20 -05004879 spec->gpio_led = 1 << spec->gpio_led;
Takashi Iwaif1a73742011-12-04 13:44:06 +01004880 else
4881 spec->vref_mute_led_nid = spec->gpio_led;
Vitaliy Kulikovc357aab2009-12-11 07:51:54 +01004882 return 1;
4883 }
4884 if (sscanf(dev->name, "HP_Mute_LED_%d",
Kunal Gangakhedkard38cce72010-01-15 21:01:47 +05304885 &spec->gpio_led_polarity) == 1) {
4886 set_hp_led_gpio(codec);
4887 return 1;
Vitaliy Kulikovc357aab2009-12-11 07:51:54 +01004888 }
Gustavo Maciel Dias Vieirae2ef36c2011-12-13 11:47:22 -02004889 /* BIOS bug: unfilled OEM string */
4890 if (strstr(dev->name, "HP_Mute_LED_P_G")) {
4891 set_hp_led_gpio(codec);
Gustavo Maciel Dias Vieiraa6a600d2012-01-24 13:27:56 -02004892 switch (codec->subsystem_id) {
4893 case 0x103c148a:
4894 spec->gpio_led_polarity = 0;
4895 break;
4896 default:
4897 spec->gpio_led_polarity = 1;
4898 break;
4899 }
Gustavo Maciel Dias Vieirae2ef36c2011-12-13 11:47:22 -02004900 return 1;
4901 }
Vitaliy Kulikovc357aab2009-12-11 07:51:54 +01004902 }
Kunal Gangakhedkard38cce72010-01-15 21:01:47 +05304903
4904 /*
4905 * Fallback case - if we don't find the DMI strings,
Vitaliy Kulikov6a557c92011-12-12 17:35:13 -06004906 * we statically set the GPIO - if not a B-series system
4907 * and default polarity is provided
Kunal Gangakhedkard38cce72010-01-15 21:01:47 +05304908 */
Vitaliy Kulikov6a557c92011-12-12 17:35:13 -06004909 if (!hp_blike_system(codec->subsystem_id) &&
4910 (default_polarity == 0 || default_polarity == 1)) {
Kunal Gangakhedkard38cce72010-01-15 21:01:47 +05304911 set_hp_led_gpio(codec);
Takashi Iwaidce17d42010-02-09 09:25:26 +01004912 spec->gpio_led_polarity = default_polarity;
Kunal Gangakhedkard38cce72010-01-15 21:01:47 +05304913 return 1;
4914 }
Vitaliy Kulikovc357aab2009-12-11 07:51:54 +01004915 }
4916 return 0;
4917}
4918
4919static int hp_blike_system(u32 subsystem_id)
Randy Dunlap78987bd2009-11-05 09:22:30 -08004920{
4921 switch (subsystem_id) {
Vitaliy Kulikovc357aab2009-12-11 07:51:54 +01004922 case 0x103c1520:
4923 case 0x103c1521:
4924 case 0x103c1523:
4925 case 0x103c1524:
4926 case 0x103c1525:
Randy Dunlap78987bd2009-11-05 09:22:30 -08004927 case 0x103c1722:
4928 case 0x103c1723:
4929 case 0x103c1724:
4930 case 0x103c1725:
4931 case 0x103c1726:
4932 case 0x103c1727:
4933 case 0x103c1728:
4934 case 0x103c1729:
Vitaliy Kulikovc357aab2009-12-11 07:51:54 +01004935 case 0x103c172a:
4936 case 0x103c172b:
4937 case 0x103c307e:
4938 case 0x103c307f:
4939 case 0x103c3080:
4940 case 0x103c3081:
4941 case 0x103c7007:
4942 case 0x103c7008:
Randy Dunlap78987bd2009-11-05 09:22:30 -08004943 return 1;
4944 }
4945 return 0;
4946}
4947
Takashi Iwai2d34e1b2008-11-28 14:35:16 +01004948#ifdef CONFIG_PROC_FS
4949static void stac92hd_proc_hook(struct snd_info_buffer *buffer,
4950 struct hda_codec *codec, hda_nid_t nid)
4951{
4952 if (nid == codec->afg)
4953 snd_iprintf(buffer, "Power-Map: 0x%02x\n",
Takashi Iwaic8822462012-05-15 09:11:36 +02004954 snd_hda_codec_read(codec, nid, 0,
4955 AC_VERB_IDT_GET_POWER_MAP, 0));
Takashi Iwai2d34e1b2008-11-28 14:35:16 +01004956}
4957
4958static void analog_loop_proc_hook(struct snd_info_buffer *buffer,
4959 struct hda_codec *codec,
4960 unsigned int verb)
4961{
4962 snd_iprintf(buffer, "Analog Loopback: 0x%02x\n",
4963 snd_hda_codec_read(codec, codec->afg, 0, verb, 0));
4964}
4965
4966/* stac92hd71bxx, stac92hd73xx */
4967static void stac92hd7x_proc_hook(struct snd_info_buffer *buffer,
4968 struct hda_codec *codec, hda_nid_t nid)
4969{
4970 stac92hd_proc_hook(buffer, codec, nid);
4971 if (nid == codec->afg)
4972 analog_loop_proc_hook(buffer, codec, 0xfa0);
4973}
4974
4975static void stac9205_proc_hook(struct snd_info_buffer *buffer,
4976 struct hda_codec *codec, hda_nid_t nid)
4977{
4978 if (nid == codec->afg)
4979 analog_loop_proc_hook(buffer, codec, 0xfe0);
4980}
4981
4982static void stac927x_proc_hook(struct snd_info_buffer *buffer,
4983 struct hda_codec *codec, hda_nid_t nid)
4984{
4985 if (nid == codec->afg)
4986 analog_loop_proc_hook(buffer, codec, 0xfeb);
4987}
4988#else
4989#define stac92hd_proc_hook NULL
4990#define stac92hd7x_proc_hook NULL
4991#define stac9205_proc_hook NULL
4992#define stac927x_proc_hook NULL
4993#endif
4994
Takashi Iwai2a439522011-07-26 09:52:50 +02004995#ifdef CONFIG_PM
Mattff6fdc32005-06-27 15:06:52 +02004996static int stac92xx_resume(struct hda_codec *codec)
4997{
Takashi Iwai2c885872008-11-18 09:36:55 +01004998 stac92xx_init(codec);
Takashi Iwai82beb8f2007-08-10 17:09:26 +02004999 snd_hda_codec_resume_amp(codec);
5000 snd_hda_codec_resume_cache(codec);
Takashi Iwai2c885872008-11-18 09:36:55 +01005001 /* fake event to set up pins again to override cached values */
Takashi Iwaif2cbba72012-01-11 12:34:11 +01005002 stac_fake_hp_events(codec);
Mattff6fdc32005-06-27 15:06:52 +02005003 return 0;
5004}
Matthew Ranostayc6798d22008-11-18 20:54:17 -05005005
Takashi Iwai68cb2b52012-07-02 15:20:37 +02005006static int stac92xx_suspend(struct hda_codec *codec)
Vitaliy Kulikov45eebda2011-07-26 16:56:20 -05005007{
5008 stac92xx_shutup(codec);
5009 return 0;
5010}
5011
Vitaliy Kulikov45eebda2011-07-26 16:56:20 -05005012static void stac92xx_set_power_state(struct hda_codec *codec, hda_nid_t fg,
5013 unsigned int power_state)
5014{
5015 unsigned int afg_power_state = power_state;
5016 struct sigmatel_spec *spec = codec->spec;
5017
5018 if (power_state == AC_PWRST_D3) {
Takashi Iwaif1a73742011-12-04 13:44:06 +01005019 if (spec->vref_mute_led_nid) {
Vitaliy Kulikov45eebda2011-07-26 16:56:20 -05005020 /* with vref-out pin used for mute led control
5021 * codec AFG is prevented from D3 state
5022 */
5023 afg_power_state = AC_PWRST_D1;
5024 }
5025 /* this delay seems necessary to avoid click noise at power-down */
5026 msleep(100);
5027 }
5028 snd_hda_codec_read(codec, fg, 0, AC_VERB_SET_POWER_STATE,
5029 afg_power_state);
5030 snd_hda_codec_set_power_to_all(codec, fg, power_state, true);
5031}
Takashi Iwai350eba432012-03-16 16:09:03 +01005032#else
5033#define stac92xx_suspend NULL
5034#define stac92xx_resume NULL
Takashi Iwai350eba432012-03-16 16:09:03 +01005035#define stac92xx_set_power_state NULL
Takashi Iwai2faa3bf2012-03-12 12:30:22 +01005036#endif /* CONFIG_PM */
Vitaliy Kulikov45eebda2011-07-26 16:56:20 -05005037
Takashi Iwai2faa3bf2012-03-12 12:30:22 +01005038/* update mute-LED accoring to the master switch */
5039static void stac92xx_update_led_status(struct hda_codec *codec, int enabled)
Christoph Plattnerae6241f2009-03-08 23:19:05 +01005040{
5041 struct sigmatel_spec *spec = codec->spec;
Takashi Iwai2faa3bf2012-03-12 12:30:22 +01005042 int muted = !enabled;
Takashi Iwai6fce61a2009-03-10 07:48:57 +01005043
Vitaliy Kulikov45eebda2011-07-26 16:56:20 -05005044 if (!spec->gpio_led)
Takashi Iwai2faa3bf2012-03-12 12:30:22 +01005045 return;
Vitaliy Kulikov45eebda2011-07-26 16:56:20 -05005046
Takashi Iwai2faa3bf2012-03-12 12:30:22 +01005047 /* LED state is inverted on these systems */
5048 if (spec->gpio_led_polarity)
5049 muted = !muted;
5050
Takashi Iwaif1a73742011-12-04 13:44:06 +01005051 if (!spec->vref_mute_led_nid) {
Vitaliy Kulikov45eebda2011-07-26 16:56:20 -05005052 if (muted)
Takashi Iwai3e843192012-04-19 12:04:03 +02005053 spec->gpio_data |= spec->gpio_led;
Vitaliy Kulikov45eebda2011-07-26 16:56:20 -05005054 else
Takashi Iwai3e843192012-04-19 12:04:03 +02005055 spec->gpio_data &= ~spec->gpio_led;
Vitaliy Kulikov45eebda2011-07-26 16:56:20 -05005056 stac_gpio_set(codec, spec->gpio_mask,
5057 spec->gpio_dir, spec->gpio_data);
5058 } else {
Takashi Iwai2faa3bf2012-03-12 12:30:22 +01005059 spec->vref_led = muted ? AC_PINCTL_VREF_50 : AC_PINCTL_VREF_GRD;
Takashi Iwaif1a73742011-12-04 13:44:06 +01005060 stac_vrefout_set(codec, spec->vref_mute_led_nid,
5061 spec->vref_led);
Christoph Plattnerae6241f2009-03-08 23:19:05 +01005062 }
Takashi Iwaib4e81872009-11-18 17:20:24 +01005063}
Vitaliy Kulikov7df1ce12011-07-25 17:52:57 -05005064
Takashi Iwai2b635362011-05-02 12:33:43 +02005065static const struct hda_codec_ops stac92xx_patch_ops = {
Matt2f2f4252005-04-13 14:45:30 +02005066 .build_controls = stac92xx_build_controls,
5067 .build_pcms = stac92xx_build_pcms,
5068 .init = stac92xx_init,
5069 .free = stac92xx_free,
Matt4e550962005-07-04 17:51:39 +02005070 .unsol_event = stac92xx_unsol_event,
Takashi Iwai2a439522011-07-26 09:52:50 +02005071#ifdef CONFIG_PM
Matthew Ranostayc6798d22008-11-18 20:54:17 -05005072 .suspend = stac92xx_suspend,
Mattff6fdc32005-06-27 15:06:52 +02005073 .resume = stac92xx_resume,
5074#endif
Takashi Iwaifb8d1a32009-11-10 16:02:29 +01005075 .reboot_notify = stac92xx_shutup,
Matt2f2f4252005-04-13 14:45:30 +02005076};
5077
5078static int patch_stac9200(struct hda_codec *codec)
5079{
5080 struct sigmatel_spec *spec;
Mattc7d4b2f2005-06-27 14:59:41 +02005081 int err;
Matt2f2f4252005-04-13 14:45:30 +02005082
Takashi Iwaie560d8d2005-09-09 14:21:46 +02005083 spec = kzalloc(sizeof(*spec), GFP_KERNEL);
Matt2f2f4252005-04-13 14:45:30 +02005084 if (spec == NULL)
5085 return -ENOMEM;
5086
Takashi Iwaia252c812009-12-25 22:56:20 +01005087 codec->no_trigger_sense = 1;
Matt2f2f4252005-04-13 14:45:30 +02005088 codec->spec = spec;
Daniel J Blueman1b0e3722010-08-03 11:09:13 +01005089 spec->linear_tone_beep = 1;
Takashi Iwaia4eed132007-07-06 18:17:04 +02005090 spec->num_pins = ARRAY_SIZE(stac9200_pin_nids);
Richard Fish11b44bb2006-08-23 18:31:34 +02005091 spec->pin_nids = stac9200_pin_nids;
Takashi Iwaif5fcc132006-11-24 17:07:44 +01005092 spec->board_config = snd_hda_check_board_config(codec, STAC_9200_MODELS,
5093 stac9200_models,
5094 stac9200_cfg_tbl);
Takashi Iwai330ee992009-02-20 14:33:36 +01005095 if (spec->board_config < 0)
Takashi Iwai9a11f1a2009-07-28 16:01:20 +02005096 snd_printdd(KERN_INFO "hda_codec: %s: BIOS auto-probing.\n",
5097 codec->chip_name);
Takashi Iwai330ee992009-02-20 14:33:36 +01005098 else
5099 stac92xx_set_config_regs(codec,
Takashi Iwaiaf9f3412008-11-18 10:38:56 +01005100 stac9200_brd_tbl[spec->board_config]);
Matt2f2f4252005-04-13 14:45:30 +02005101
5102 spec->multiout.max_channels = 2;
5103 spec->multiout.num_dacs = 1;
5104 spec->multiout.dac_nids = stac9200_dac_nids;
5105 spec->adc_nids = stac9200_adc_nids;
5106 spec->mux_nids = stac9200_mux_nids;
Mattdabbed62005-06-14 10:19:34 +02005107 spec->num_muxes = 1;
Matt Porter8b657272006-10-26 17:12:59 +02005108 spec->num_dmics = 0;
Maxim Levitsky9e05b7a2007-09-03 15:31:02 +02005109 spec->num_adcs = 1;
Matthew Ranostaya64135a2008-01-10 16:55:06 +01005110 spec->num_pwrs = 0;
Mattc7d4b2f2005-06-27 14:59:41 +02005111
Mauro Carvalho Chehab58eec422008-08-11 10:18:39 +02005112 if (spec->board_config == STAC_9200_M4 ||
5113 spec->board_config == STAC_9200_M4_2 ||
Tobin Davisbf277782008-02-03 20:31:47 +01005114 spec->board_config == STAC_9200_OQO)
Takashi Iwai1194b5b2007-10-10 10:04:26 +02005115 spec->init = stac9200_eapd_init;
5116 else
5117 spec->init = stac9200_core_init;
Matt2f2f4252005-04-13 14:45:30 +02005118 spec->mixer = stac9200_mixer;
Mattc7d4b2f2005-06-27 14:59:41 +02005119
Takashi Iwai117f2572008-03-18 09:53:23 +01005120 if (spec->board_config == STAC_9200_PANASONIC) {
5121 spec->gpio_mask = spec->gpio_dir = 0x09;
5122 spec->gpio_data = 0x00;
5123 }
5124
Mattc7d4b2f2005-06-27 14:59:41 +02005125 err = stac9200_parse_auto_config(codec);
5126 if (err < 0) {
5127 stac92xx_free(codec);
5128 return err;
5129 }
Matt2f2f4252005-04-13 14:45:30 +02005130
Takashi Iwai2acc9dc2009-01-09 16:57:14 +01005131 /* CF-74 has no headphone detection, and the driver should *NOT*
5132 * do detection and HP/speaker toggle because the hardware does it.
5133 */
5134 if (spec->board_config == STAC_9200_PANASONIC)
5135 spec->hp_detect = 0;
5136
Matt2f2f4252005-04-13 14:45:30 +02005137 codec->patch_ops = stac92xx_patch_ops;
5138
5139 return 0;
5140}
5141
Tobin Davis8e21c342007-01-08 11:04:17 +01005142static int patch_stac925x(struct hda_codec *codec)
5143{
5144 struct sigmatel_spec *spec;
5145 int err;
5146
5147 spec = kzalloc(sizeof(*spec), GFP_KERNEL);
5148 if (spec == NULL)
5149 return -ENOMEM;
5150
Takashi Iwaia252c812009-12-25 22:56:20 +01005151 codec->no_trigger_sense = 1;
Tobin Davis8e21c342007-01-08 11:04:17 +01005152 codec->spec = spec;
Daniel J Blueman1b0e3722010-08-03 11:09:13 +01005153 spec->linear_tone_beep = 1;
Takashi Iwaia4eed132007-07-06 18:17:04 +02005154 spec->num_pins = ARRAY_SIZE(stac925x_pin_nids);
Tobin Davis8e21c342007-01-08 11:04:17 +01005155 spec->pin_nids = stac925x_pin_nids;
Mauro Carvalho Chehab9cb36c22008-08-11 10:18:39 +02005156
5157 /* Check first for codec ID */
5158 spec->board_config = snd_hda_check_board_codec_sid_config(codec,
5159 STAC_925x_MODELS,
5160 stac925x_models,
5161 stac925x_codec_id_cfg_tbl);
5162
5163 /* Now checks for PCI ID, if codec ID is not found */
5164 if (spec->board_config < 0)
5165 spec->board_config = snd_hda_check_board_config(codec,
5166 STAC_925x_MODELS,
Tobin Davis8e21c342007-01-08 11:04:17 +01005167 stac925x_models,
5168 stac925x_cfg_tbl);
Takashi Iwai9e507ab2007-02-08 17:50:10 +01005169 again:
Takashi Iwai330ee992009-02-20 14:33:36 +01005170 if (spec->board_config < 0)
Takashi Iwai9a11f1a2009-07-28 16:01:20 +02005171 snd_printdd(KERN_INFO "hda_codec: %s: BIOS auto-probing.\n",
5172 codec->chip_name);
Takashi Iwai330ee992009-02-20 14:33:36 +01005173 else
5174 stac92xx_set_config_regs(codec,
Takashi Iwaiaf9f3412008-11-18 10:38:56 +01005175 stac925x_brd_tbl[spec->board_config]);
Tobin Davis8e21c342007-01-08 11:04:17 +01005176
5177 spec->multiout.max_channels = 2;
5178 spec->multiout.num_dacs = 1;
5179 spec->multiout.dac_nids = stac925x_dac_nids;
5180 spec->adc_nids = stac925x_adc_nids;
5181 spec->mux_nids = stac925x_mux_nids;
5182 spec->num_muxes = 1;
Maxim Levitsky9e05b7a2007-09-03 15:31:02 +02005183 spec->num_adcs = 1;
Matthew Ranostaya64135a2008-01-10 16:55:06 +01005184 spec->num_pwrs = 0;
Tobin Davis2c11f952007-05-17 09:36:34 +02005185 switch (codec->vendor_id) {
5186 case 0x83847632: /* STAC9202 */
5187 case 0x83847633: /* STAC9202D */
5188 case 0x83847636: /* STAC9251 */
5189 case 0x83847637: /* STAC9251D */
Takashi Iwaif6e98522007-10-16 14:27:04 +02005190 spec->num_dmics = STAC925X_NUM_DMICS;
Tobin Davis2c11f952007-05-17 09:36:34 +02005191 spec->dmic_nids = stac925x_dmic_nids;
Takashi Iwai1697055e2007-12-18 18:05:52 +01005192 spec->num_dmuxes = ARRAY_SIZE(stac925x_dmux_nids);
5193 spec->dmux_nids = stac925x_dmux_nids;
Tobin Davis2c11f952007-05-17 09:36:34 +02005194 break;
5195 default:
5196 spec->num_dmics = 0;
5197 break;
5198 }
Tobin Davis8e21c342007-01-08 11:04:17 +01005199
5200 spec->init = stac925x_core_init;
5201 spec->mixer = stac925x_mixer;
Takashi Iwai6479c632009-07-28 18:20:25 +02005202 spec->num_caps = 1;
5203 spec->capvols = stac925x_capvols;
5204 spec->capsws = stac925x_capsws;
Tobin Davis8e21c342007-01-08 11:04:17 +01005205
Charles Chin9009b0e2011-11-03 10:27:27 +01005206 err = stac92xx_parse_auto_config(codec);
Takashi Iwai9e507ab2007-02-08 17:50:10 +01005207 if (!err) {
5208 if (spec->board_config < 0) {
5209 printk(KERN_WARNING "hda_codec: No auto-config is "
5210 "available, default to model=ref\n");
5211 spec->board_config = STAC_925x_REF;
5212 goto again;
5213 }
5214 err = -EINVAL;
5215 }
Tobin Davis8e21c342007-01-08 11:04:17 +01005216 if (err < 0) {
5217 stac92xx_free(codec);
5218 return err;
5219 }
5220
5221 codec->patch_ops = stac92xx_patch_ops;
5222
5223 return 0;
5224}
5225
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01005226static int patch_stac92hd73xx(struct hda_codec *codec)
5227{
5228 struct sigmatel_spec *spec;
5229 hda_nid_t conn[STAC92HD73_DAC_COUNT + 2];
5230 int err = 0;
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01005231 int num_dacs;
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01005232
5233 spec = kzalloc(sizeof(*spec), GFP_KERNEL);
5234 if (spec == NULL)
5235 return -ENOMEM;
5236
Takashi Iwaia252c812009-12-25 22:56:20 +01005237 codec->no_trigger_sense = 1;
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01005238 codec->spec = spec;
Daniel J Blueman1b0e3722010-08-03 11:09:13 +01005239 spec->linear_tone_beep = 0;
Matthew Ranostaye99d32b2008-09-09 10:46:38 +02005240 codec->slave_dig_outs = stac92hd73xx_slave_dig_outs;
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01005241 spec->num_pins = ARRAY_SIZE(stac92hd73xx_pin_nids);
5242 spec->pin_nids = stac92hd73xx_pin_nids;
5243 spec->board_config = snd_hda_check_board_config(codec,
5244 STAC_92HD73XX_MODELS,
5245 stac92hd73xx_models,
5246 stac92hd73xx_cfg_tbl);
Takashi Iwai842ae632009-09-02 07:43:08 +02005247 /* check codec subsystem id if not found */
5248 if (spec->board_config < 0)
5249 spec->board_config =
5250 snd_hda_check_board_codec_sid_config(codec,
5251 STAC_92HD73XX_MODELS, stac92hd73xx_models,
5252 stac92hd73xx_codec_id_cfg_tbl);
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01005253again:
Takashi Iwai330ee992009-02-20 14:33:36 +01005254 if (spec->board_config < 0)
Takashi Iwai9a11f1a2009-07-28 16:01:20 +02005255 snd_printdd(KERN_INFO "hda_codec: %s: BIOS auto-probing.\n",
5256 codec->chip_name);
Takashi Iwai330ee992009-02-20 14:33:36 +01005257 else
5258 stac92xx_set_config_regs(codec,
Takashi Iwaiaf9f3412008-11-18 10:38:56 +01005259 stac92hd73xx_brd_tbl[spec->board_config]);
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01005260
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01005261 num_dacs = snd_hda_get_connections(codec, 0x0a,
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01005262 conn, STAC92HD73_DAC_COUNT + 2) - 1;
5263
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01005264 if (num_dacs < 3 || num_dacs > 5) {
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01005265 printk(KERN_WARNING "hda_codec: Could not determine "
5266 "number of channels defaulting to DAC count\n");
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01005267 num_dacs = STAC92HD73_DAC_COUNT;
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01005268 }
Takashi Iwaie2aec172009-09-02 01:00:05 +02005269 spec->init = stac92hd73xx_core_init;
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01005270 switch (num_dacs) {
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01005271 case 0x3: /* 6 Channel */
Takashi Iwaid78d7a92009-03-02 14:26:25 +01005272 spec->aloopback_ctl = stac92hd73xx_6ch_loopback;
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01005273 break;
5274 case 0x4: /* 8 Channel */
Takashi Iwaid78d7a92009-03-02 14:26:25 +01005275 spec->aloopback_ctl = stac92hd73xx_8ch_loopback;
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01005276 break;
5277 case 0x5: /* 10 Channel */
Takashi Iwaid78d7a92009-03-02 14:26:25 +01005278 spec->aloopback_ctl = stac92hd73xx_10ch_loopback;
5279 break;
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01005280 }
5281 spec->multiout.dac_nids = spec->dac_nids;
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01005282
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01005283 spec->aloopback_mask = 0x01;
5284 spec->aloopback_shift = 8;
5285
Matthew Ranostay1cd22242008-07-18 18:20:52 +02005286 spec->digbeep_nid = 0x1c;
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01005287 spec->mux_nids = stac92hd73xx_mux_nids;
5288 spec->adc_nids = stac92hd73xx_adc_nids;
5289 spec->dmic_nids = stac92hd73xx_dmic_nids;
5290 spec->dmux_nids = stac92hd73xx_dmux_nids;
Matthew Ranostayd9737752008-09-07 12:03:41 +02005291 spec->smux_nids = stac92hd73xx_smux_nids;
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01005292
5293 spec->num_muxes = ARRAY_SIZE(stac92hd73xx_mux_nids);
5294 spec->num_adcs = ARRAY_SIZE(stac92hd73xx_adc_nids);
Takashi Iwai1697055e2007-12-18 18:05:52 +01005295 spec->num_dmuxes = ARRAY_SIZE(stac92hd73xx_dmux_nids);
Matthew Ranostay2a9c7812008-09-13 16:45:39 -04005296
Takashi Iwai6479c632009-07-28 18:20:25 +02005297 spec->num_caps = STAC92HD73XX_NUM_CAPS;
5298 spec->capvols = stac92hd73xx_capvols;
5299 spec->capsws = stac92hd73xx_capsws;
5300
Matthew Ranostaya7662642008-02-21 07:51:14 +01005301 switch (spec->board_config) {
Matthew Ranostay6b3ab212008-11-03 08:12:43 -05005302 case STAC_DELL_EQ:
Matthew Ranostayd654a662008-03-14 08:46:51 +01005303 spec->init = dell_eq_core_init;
Matthew Ranostay6b3ab212008-11-03 08:12:43 -05005304 /* fallthru */
Takashi Iwai661cd8f2008-11-25 15:18:29 +01005305 case STAC_DELL_M6_AMIC:
5306 case STAC_DELL_M6_DMIC:
5307 case STAC_DELL_M6_BOTH:
Matthew Ranostay2a9c7812008-09-13 16:45:39 -04005308 spec->num_smuxes = 0;
Matthew Ranostayc0cea0d2008-11-16 11:42:34 -05005309 spec->eapd_switch = 0;
Matthew Ranostay6b3ab212008-11-03 08:12:43 -05005310
Takashi Iwai661cd8f2008-11-25 15:18:29 +01005311 switch (spec->board_config) {
5312 case STAC_DELL_M6_AMIC: /* Analog Mics */
Takashi Iwai330ee992009-02-20 14:33:36 +01005313 snd_hda_codec_set_pincfg(codec, 0x0b, 0x90A70170);
Matthew Ranostaya7662642008-02-21 07:51:14 +01005314 spec->num_dmics = 0;
5315 break;
Takashi Iwai661cd8f2008-11-25 15:18:29 +01005316 case STAC_DELL_M6_DMIC: /* Digital Mics */
Takashi Iwai330ee992009-02-20 14:33:36 +01005317 snd_hda_codec_set_pincfg(codec, 0x13, 0x90A60160);
Matthew Ranostaya7662642008-02-21 07:51:14 +01005318 spec->num_dmics = 1;
5319 break;
Takashi Iwai661cd8f2008-11-25 15:18:29 +01005320 case STAC_DELL_M6_BOTH: /* Both */
Takashi Iwai330ee992009-02-20 14:33:36 +01005321 snd_hda_codec_set_pincfg(codec, 0x0b, 0x90A70170);
5322 snd_hda_codec_set_pincfg(codec, 0x13, 0x90A60160);
Matthew Ranostaya7662642008-02-21 07:51:14 +01005323 spec->num_dmics = 1;
5324 break;
5325 }
5326 break;
Takashi Iwai842ae632009-09-02 07:43:08 +02005327 case STAC_ALIENWARE_M17X:
5328 spec->num_dmics = STAC92HD73XX_NUM_DMICS;
5329 spec->num_smuxes = ARRAY_SIZE(stac92hd73xx_smux_nids);
5330 spec->eapd_switch = 0;
5331 break;
Matthew Ranostaya7662642008-02-21 07:51:14 +01005332 default:
5333 spec->num_dmics = STAC92HD73XX_NUM_DMICS;
Matthew Ranostay2a9c7812008-09-13 16:45:39 -04005334 spec->num_smuxes = ARRAY_SIZE(stac92hd73xx_smux_nids);
Matthew Ranostayc0cea0d2008-11-16 11:42:34 -05005335 spec->eapd_switch = 1;
Takashi Iwai5207e102009-07-30 13:09:08 +02005336 break;
Matthew Ranostaya7662642008-02-21 07:51:14 +01005337 }
Takashi Iwaiaf6ee302009-09-14 15:03:12 +02005338 if (spec->board_config != STAC_92HD73XX_REF) {
Matthew Ranostayb2c4f4d2008-09-26 10:06:40 -04005339 /* GPIO0 High = Enable EAPD */
5340 spec->eapd_mask = spec->gpio_mask = spec->gpio_dir = 0x1;
5341 spec->gpio_data = 0x01;
5342 }
Matthew Ranostaya7662642008-02-21 07:51:14 +01005343
Matthew Ranostaya64135a2008-01-10 16:55:06 +01005344 spec->num_pwrs = ARRAY_SIZE(stac92hd73xx_pwr_nids);
5345 spec->pwr_nids = stac92hd73xx_pwr_nids;
5346
Charles Chin9009b0e2011-11-03 10:27:27 +01005347 err = stac92xx_parse_auto_config(codec);
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01005348
5349 if (!err) {
5350 if (spec->board_config < 0) {
5351 printk(KERN_WARNING "hda_codec: No auto-config is "
5352 "available, default to model=ref\n");
5353 spec->board_config = STAC_92HD73XX_REF;
5354 goto again;
5355 }
5356 err = -EINVAL;
5357 }
5358
5359 if (err < 0) {
5360 stac92xx_free(codec);
5361 return err;
5362 }
5363
Takashi Iwai9e43f0d2008-12-17 14:51:01 +01005364 if (spec->board_config == STAC_92HD73XX_NO_JD)
5365 spec->hp_detect = 0;
5366
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01005367 codec->patch_ops = stac92xx_patch_ops;
5368
Takashi Iwai2d34e1b2008-11-28 14:35:16 +01005369 codec->proc_widget_hook = stac92hd7x_proc_hook;
5370
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01005371 return 0;
5372}
5373
Vitaliy Kulikovcbbf50b2011-01-14 17:21:13 -06005374static int hp_bnb2011_with_dock(struct hda_codec *codec)
Vitaliy Kulikov335e3b82010-10-22 18:38:31 -05005375{
5376 if (codec->vendor_id != 0x111d7605 &&
5377 codec->vendor_id != 0x111d76d1)
5378 return 0;
5379
5380 switch (codec->subsystem_id) {
5381 case 0x103c1618:
5382 case 0x103c1619:
5383 case 0x103c161a:
5384 case 0x103c161b:
5385 case 0x103c161c:
5386 case 0x103c161d:
5387 case 0x103c161e:
5388 case 0x103c161f:
Vitaliy Kulikov335e3b82010-10-22 18:38:31 -05005389
5390 case 0x103c162a:
5391 case 0x103c162b:
5392
5393 case 0x103c1630:
5394 case 0x103c1631:
5395
5396 case 0x103c1633:
Vitaliy Kulikovcbbf50b2011-01-14 17:21:13 -06005397 case 0x103c1634:
Vitaliy Kulikov335e3b82010-10-22 18:38:31 -05005398 case 0x103c1635:
5399
Vitaliy Kulikov335e3b82010-10-22 18:38:31 -05005400 case 0x103c3587:
5401 case 0x103c3588:
5402 case 0x103c3589:
5403 case 0x103c358a:
5404
5405 case 0x103c3667:
5406 case 0x103c3668:
Vitaliy Kulikovcbbf50b2011-01-14 17:21:13 -06005407 case 0x103c3669:
5408
5409 return 1;
Vitaliy Kulikov335e3b82010-10-22 18:38:31 -05005410 }
5411 return 0;
5412}
5413
Vitaliy Kulikov699d8992011-03-10 13:43:35 -06005414static void stac92hd8x_add_pin(struct hda_codec *codec, hda_nid_t nid)
5415{
5416 struct sigmatel_spec *spec = codec->spec;
5417 unsigned int def_conf = snd_hda_codec_get_pincfg(codec, nid);
5418 int i;
5419
5420 spec->auto_pin_nids[spec->auto_pin_cnt] = nid;
5421 spec->auto_pin_cnt++;
5422
5423 if (get_defcfg_device(def_conf) == AC_JACK_MIC_IN &&
5424 get_defcfg_connect(def_conf) != AC_JACK_PORT_NONE) {
5425 for (i = 0; i < ARRAY_SIZE(stac92hd83xxx_dmic_nids); i++) {
5426 if (nid == stac92hd83xxx_dmic_nids[i]) {
5427 spec->auto_dmic_nids[spec->auto_dmic_cnt] = nid;
5428 spec->auto_dmic_cnt++;
5429 }
5430 }
5431 }
5432}
5433
5434static void stac92hd8x_add_adc(struct hda_codec *codec, hda_nid_t nid)
5435{
5436 struct sigmatel_spec *spec = codec->spec;
5437
5438 spec->auto_adc_nids[spec->auto_adc_cnt] = nid;
5439 spec->auto_adc_cnt++;
5440}
5441
5442static void stac92hd8x_add_mux(struct hda_codec *codec, hda_nid_t nid)
5443{
5444 int i, j;
5445 struct sigmatel_spec *spec = codec->spec;
5446
5447 for (i = 0; i < spec->auto_adc_cnt; i++) {
5448 if (get_connection_index(codec,
5449 spec->auto_adc_nids[i], nid) >= 0) {
5450 /* mux and volume for adc_nids[i] */
5451 if (!spec->auto_mux_nids[i]) {
5452 spec->auto_mux_nids[i] = nid;
5453 /* 92hd codecs capture volume is in mux */
5454 spec->auto_capvols[i] = HDA_COMPOSE_AMP_VAL(nid,
5455 3, 0, HDA_OUTPUT);
5456 }
5457 for (j = 0; j < spec->auto_dmic_cnt; j++) {
5458 if (get_connection_index(codec, nid,
5459 spec->auto_dmic_nids[j]) >= 0) {
5460 /* dmux for adc_nids[i] */
5461 if (!spec->auto_dmux_nids[i])
5462 spec->auto_dmux_nids[i] = nid;
5463 break;
5464 }
5465 }
5466 break;
5467 }
5468 }
5469}
5470
5471static void stac92hd8x_fill_auto_spec(struct hda_codec *codec)
5472{
5473 hda_nid_t nid, end_nid;
5474 unsigned int wid_caps, wid_type;
5475 struct sigmatel_spec *spec = codec->spec;
5476
5477 end_nid = codec->start_nid + codec->num_nodes;
5478
5479 for (nid = codec->start_nid; nid < end_nid; nid++) {
5480 wid_caps = get_wcaps(codec, nid);
5481 wid_type = get_wcaps_type(wid_caps);
5482
5483 if (wid_type == AC_WID_PIN)
5484 stac92hd8x_add_pin(codec, nid);
5485
5486 if (wid_type == AC_WID_AUD_IN && !(wid_caps & AC_WCAP_DIGITAL))
5487 stac92hd8x_add_adc(codec, nid);
5488 }
5489
5490 for (nid = codec->start_nid; nid < end_nid; nid++) {
5491 wid_caps = get_wcaps(codec, nid);
5492 wid_type = get_wcaps_type(wid_caps);
5493
5494 if (wid_type == AC_WID_AUD_SEL)
5495 stac92hd8x_add_mux(codec, nid);
5496 }
5497
5498 spec->pin_nids = spec->auto_pin_nids;
5499 spec->num_pins = spec->auto_pin_cnt;
5500 spec->adc_nids = spec->auto_adc_nids;
5501 spec->num_adcs = spec->auto_adc_cnt;
5502 spec->capvols = spec->auto_capvols;
5503 spec->capsws = spec->auto_capvols;
5504 spec->num_caps = spec->auto_adc_cnt;
5505 spec->mux_nids = spec->auto_mux_nids;
5506 spec->num_muxes = spec->auto_adc_cnt;
5507 spec->dmux_nids = spec->auto_dmux_nids;
5508 spec->num_dmuxes = spec->auto_adc_cnt;
5509 spec->dmic_nids = spec->auto_dmic_nids;
5510 spec->num_dmics = spec->auto_dmic_cnt;
5511}
5512
Matthew Ranostayd0513fc2008-07-27 10:30:30 +02005513static int patch_stac92hd83xxx(struct hda_codec *codec)
5514{
5515 struct sigmatel_spec *spec;
Takashi Iwaia3e19972012-07-26 08:17:20 +02005516 int default_polarity = -1; /* no default cfg */
Matthew Ranostayd0513fc2008-07-27 10:30:30 +02005517 int err;
5518
5519 spec = kzalloc(sizeof(*spec), GFP_KERNEL);
5520 if (spec == NULL)
5521 return -ENOMEM;
5522
Vitaliy Kulikovcbbf50b2011-01-14 17:21:13 -06005523 if (hp_bnb2011_with_dock(codec)) {
5524 snd_hda_codec_set_pincfg(codec, 0xa, 0x2101201f);
5525 snd_hda_codec_set_pincfg(codec, 0xf, 0x2181205e);
5526 }
5527
Takashi Iwaia252c812009-12-25 22:56:20 +01005528 codec->no_trigger_sense = 1;
Matthew Ranostayd0513fc2008-07-27 10:30:30 +02005529 codec->spec = spec;
Vitaliy Kulikov699d8992011-03-10 13:43:35 -06005530
5531 stac92hd8x_fill_auto_spec(codec);
5532
Takashi Iwai1db7ccdb2010-12-03 15:19:14 +01005533 spec->linear_tone_beep = 0;
Matthew Ranostay0ffa9802008-09-08 11:20:05 -04005534 codec->slave_dig_outs = stac92hd83xxx_slave_dig_outs;
Matthew Ranostayd0513fc2008-07-27 10:30:30 +02005535 spec->digbeep_nid = 0x21;
Matthew Ranostayd0513fc2008-07-27 10:30:30 +02005536 spec->pwr_nids = stac92hd83xxx_pwr_nids;
Matthew Ranostayd0513fc2008-07-27 10:30:30 +02005537 spec->num_pwrs = ARRAY_SIZE(stac92hd83xxx_pwr_nids);
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01005538 spec->multiout.dac_nids = spec->dac_nids;
Matthew Ranostayd0513fc2008-07-27 10:30:30 +02005539 spec->init = stac92hd83xxx_core_init;
Takashi Iwai6479c632009-07-28 18:20:25 +02005540
Matthew Ranostayd0513fc2008-07-27 10:30:30 +02005541 spec->board_config = snd_hda_check_board_config(codec,
5542 STAC_92HD83XXX_MODELS,
5543 stac92hd83xxx_models,
5544 stac92hd83xxx_cfg_tbl);
Vitaliy Kulikov5556e142012-02-27 16:47:37 -06005545 /* check codec subsystem id if not found */
5546 if (spec->board_config < 0)
5547 spec->board_config =
5548 snd_hda_check_board_codec_sid_config(codec,
5549 STAC_92HD83XXX_MODELS, stac92hd83xxx_models,
5550 stac92hd83xxx_codec_id_cfg_tbl);
Matthew Ranostayd0513fc2008-07-27 10:30:30 +02005551again:
Takashi Iwai330ee992009-02-20 14:33:36 +01005552 if (spec->board_config < 0)
Takashi Iwai9a11f1a2009-07-28 16:01:20 +02005553 snd_printdd(KERN_INFO "hda_codec: %s: BIOS auto-probing.\n",
5554 codec->chip_name);
Takashi Iwai330ee992009-02-20 14:33:36 +01005555 else
5556 stac92xx_set_config_regs(codec,
Takashi Iwaiaf9f3412008-11-18 10:38:56 +01005557 stac92hd83xxx_brd_tbl[spec->board_config]);
Matthew Ranostayd0513fc2008-07-27 10:30:30 +02005558
Takashi Iwaib4e81872009-11-18 17:20:24 +01005559 codec->patch_ops = stac92xx_patch_ops;
5560
Vitaliy Kulikov5556e142012-02-27 16:47:37 -06005561 switch (spec->board_config) {
5562 case STAC_HP_ZEPHYR:
5563 spec->init = stac92hd83xxx_hp_zephyr_init;
5564 break;
Takashi Iwaia3e19972012-07-26 08:17:20 +02005565 case STAC_92HD83XXX_HP_LED:
Takashi Iwaiff8a1e22012-07-31 10:16:59 +02005566 default_polarity = 0;
5567 break;
5568 case STAC_92HD83XXX_HP_INV_LED:
Takashi Iwaia3e19972012-07-26 08:17:20 +02005569 default_polarity = 1;
5570 break;
Vitaliy Kulikov5556e142012-02-27 16:47:37 -06005571 }
5572
Takashi Iwaia3e19972012-07-26 08:17:20 +02005573 if (find_mute_led_cfg(codec, default_polarity))
Vitaliy Kulikove108c7b2010-01-28 19:21:07 +01005574 snd_printd("mute LED gpio %d polarity %d\n",
5575 spec->gpio_led,
5576 spec->gpio_led_polarity);
5577
Takashi Iwaib4e81872009-11-18 17:20:24 +01005578 if (spec->gpio_led) {
Takashi Iwaif1a73742011-12-04 13:44:06 +01005579 if (!spec->vref_mute_led_nid) {
Vitaliy Kulikov45eebda2011-07-26 16:56:20 -05005580 spec->gpio_mask |= spec->gpio_led;
5581 spec->gpio_dir |= spec->gpio_led;
5582 spec->gpio_data |= spec->gpio_led;
5583 } else {
5584 codec->patch_ops.set_power_state =
5585 stac92xx_set_power_state;
Vitaliy Kulikov45eebda2011-07-26 16:56:20 -05005586 }
Takashi Iwaib4e81872009-11-18 17:20:24 +01005587 }
Takashi Iwaib4e81872009-11-18 17:20:24 +01005588
Charles Chin9009b0e2011-11-03 10:27:27 +01005589 err = stac92xx_parse_auto_config(codec);
Matthew Ranostayd0513fc2008-07-27 10:30:30 +02005590 if (!err) {
5591 if (spec->board_config < 0) {
5592 printk(KERN_WARNING "hda_codec: No auto-config is "
5593 "available, default to model=ref\n");
5594 spec->board_config = STAC_92HD83XXX_REF;
5595 goto again;
5596 }
5597 err = -EINVAL;
5598 }
5599
5600 if (err < 0) {
5601 stac92xx_free(codec);
5602 return err;
5603 }
5604
Takashi Iwai2d34e1b2008-11-28 14:35:16 +01005605 codec->proc_widget_hook = stac92hd_proc_hook;
5606
Matthew Ranostayd0513fc2008-07-27 10:30:30 +02005607 return 0;
5608}
5609
Herton Ronaldo Krzesinski6df703a2009-02-04 11:34:22 -05005610static int stac92hd71bxx_connected_smuxes(struct hda_codec *codec,
5611 hda_nid_t dig0pin)
5612{
5613 struct sigmatel_spec *spec = codec->spec;
5614 int idx;
5615
5616 for (idx = 0; idx < spec->num_pins; idx++)
5617 if (spec->pin_nids[idx] == dig0pin)
5618 break;
5619 if ((idx + 2) >= spec->num_pins)
5620 return 0;
5621
5622 /* dig1pin case */
Takashi Iwai330ee992009-02-20 14:33:36 +01005623 if (stac_get_defcfg_connect(codec, idx + 1) != AC_JACK_PORT_NONE)
Herton Ronaldo Krzesinski6df703a2009-02-04 11:34:22 -05005624 return 2;
5625
5626 /* dig0pin + dig2pin case */
Takashi Iwai330ee992009-02-20 14:33:36 +01005627 if (stac_get_defcfg_connect(codec, idx + 2) != AC_JACK_PORT_NONE)
Herton Ronaldo Krzesinski6df703a2009-02-04 11:34:22 -05005628 return 2;
Takashi Iwai330ee992009-02-20 14:33:36 +01005629 if (stac_get_defcfg_connect(codec, idx) != AC_JACK_PORT_NONE)
Herton Ronaldo Krzesinski6df703a2009-02-04 11:34:22 -05005630 return 1;
5631 else
5632 return 0;
5633}
5634
Takashi Iwai75d1aeb2009-12-22 11:56:32 +01005635/* HP dv7 bass switch - GPIO5 */
5636#define stac_hp_bass_gpio_info snd_ctl_boolean_mono_info
5637static int stac_hp_bass_gpio_get(struct snd_kcontrol *kcontrol,
5638 struct snd_ctl_elem_value *ucontrol)
5639{
5640 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
5641 struct sigmatel_spec *spec = codec->spec;
5642 ucontrol->value.integer.value[0] = !!(spec->gpio_data & 0x20);
5643 return 0;
5644}
5645
5646static int stac_hp_bass_gpio_put(struct snd_kcontrol *kcontrol,
5647 struct snd_ctl_elem_value *ucontrol)
5648{
5649 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
5650 struct sigmatel_spec *spec = codec->spec;
5651 unsigned int gpio_data;
5652
5653 gpio_data = (spec->gpio_data & ~0x20) |
5654 (ucontrol->value.integer.value[0] ? 0x20 : 0);
5655 if (gpio_data == spec->gpio_data)
5656 return 0;
5657 spec->gpio_data = gpio_data;
5658 stac_gpio_set(codec, spec->gpio_mask, spec->gpio_dir, spec->gpio_data);
5659 return 1;
5660}
5661
Takashi Iwai2b635362011-05-02 12:33:43 +02005662static const struct snd_kcontrol_new stac_hp_bass_sw_ctrl = {
Takashi Iwai75d1aeb2009-12-22 11:56:32 +01005663 .iface = SNDRV_CTL_ELEM_IFACE_MIXER,
5664 .info = stac_hp_bass_gpio_info,
5665 .get = stac_hp_bass_gpio_get,
5666 .put = stac_hp_bass_gpio_put,
5667};
5668
5669static int stac_add_hp_bass_switch(struct hda_codec *codec)
5670{
5671 struct sigmatel_spec *spec = codec->spec;
5672
5673 if (!stac_control_new(spec, &stac_hp_bass_sw_ctrl,
5674 "Bass Speaker Playback Switch", 0))
5675 return -ENOMEM;
5676
5677 spec->gpio_mask |= 0x20;
5678 spec->gpio_dir |= 0x20;
5679 spec->gpio_data |= 0x20;
5680 return 0;
5681}
5682
Matthew Ranostaye035b842007-11-06 11:53:55 +01005683static int patch_stac92hd71bxx(struct hda_codec *codec)
5684{
5685 struct sigmatel_spec *spec;
Takashi Iwai2b635362011-05-02 12:33:43 +02005686 const struct hda_verb *unmute_init = stac92hd71bxx_unmute_core_init;
Vitaliy Kulikov5bdaaad2009-11-04 07:57:45 +01005687 unsigned int pin_cfg;
Matthew Ranostaye035b842007-11-06 11:53:55 +01005688 int err = 0;
5689
5690 spec = kzalloc(sizeof(*spec), GFP_KERNEL);
5691 if (spec == NULL)
5692 return -ENOMEM;
5693
Takashi Iwaia252c812009-12-25 22:56:20 +01005694 codec->no_trigger_sense = 1;
Matthew Ranostaye035b842007-11-06 11:53:55 +01005695 codec->spec = spec;
Daniel J Blueman1b0e3722010-08-03 11:09:13 +01005696 spec->linear_tone_beep = 0;
Matthew Ranostay8daaaa92008-08-15 07:45:52 +02005697 codec->patch_ops = stac92xx_patch_ops;
Herton Ronaldo Krzesinski616f89e2009-02-04 11:23:19 -05005698 spec->num_pins = STAC92HD71BXX_NUM_PINS;
5699 switch (codec->vendor_id) {
5700 case 0x111d76b6:
5701 case 0x111d76b7:
5702 spec->pin_nids = stac92hd71bxx_pin_nids_4port;
5703 break;
5704 case 0x111d7603:
5705 case 0x111d7608:
5706 /* On 92HD75Bx 0x27 isn't a pin nid */
5707 spec->num_pins--;
5708 /* fallthrough */
5709 default:
5710 spec->pin_nids = stac92hd71bxx_pin_nids_6port;
5711 }
Matthew Ranostayaafc4412008-06-13 18:04:33 +02005712 spec->num_pwrs = ARRAY_SIZE(stac92hd71bxx_pwr_nids);
Matthew Ranostaye035b842007-11-06 11:53:55 +01005713 spec->board_config = snd_hda_check_board_config(codec,
5714 STAC_92HD71BXX_MODELS,
5715 stac92hd71bxx_models,
5716 stac92hd71bxx_cfg_tbl);
5717again:
Takashi Iwai330ee992009-02-20 14:33:36 +01005718 if (spec->board_config < 0)
Takashi Iwai9a11f1a2009-07-28 16:01:20 +02005719 snd_printdd(KERN_INFO "hda_codec: %s: BIOS auto-probing.\n",
5720 codec->chip_name);
Takashi Iwai330ee992009-02-20 14:33:36 +01005721 else
5722 stac92xx_set_config_regs(codec,
Takashi Iwaiaf9f3412008-11-18 10:38:56 +01005723 stac92hd71bxx_brd_tbl[spec->board_config]);
Matthew Ranostaye035b842007-11-06 11:53:55 +01005724
Takashi Iwaifc64b262009-09-14 15:33:01 +02005725 if (spec->board_config != STAC_92HD71BXX_REF) {
Takashi Iwai41c3b642008-11-18 10:45:15 +01005726 /* GPIO0 = EAPD */
5727 spec->gpio_mask = 0x01;
5728 spec->gpio_dir = 0x01;
5729 spec->gpio_data = 0x01;
5730 }
5731
Herton Ronaldo Krzesinski6df703a2009-02-04 11:34:22 -05005732 spec->dmic_nids = stac92hd71bxx_dmic_nids;
5733 spec->dmux_nids = stac92hd71bxx_dmux_nids;
5734
Takashi Iwai6479c632009-07-28 18:20:25 +02005735 spec->num_caps = STAC92HD71BXX_NUM_CAPS;
5736 spec->capvols = stac92hd71bxx_capvols;
5737 spec->capsws = stac92hd71bxx_capsws;
5738
Matthew Ranostay541eee82007-12-14 12:08:04 +01005739 switch (codec->vendor_id) {
5740 case 0x111d76b6: /* 4 Port without Analog Mixer */
5741 case 0x111d76b7:
Herton Ronaldo Krzesinski23c7b522009-02-08 19:51:28 -02005742 unmute_init++;
5743 /* fallthru */
Matthew Ranostay541eee82007-12-14 12:08:04 +01005744 case 0x111d76b4: /* 6 Port without Analog Mixer */
5745 case 0x111d76b5:
Matthew Ranostay541eee82007-12-14 12:08:04 +01005746 spec->init = stac92hd71bxx_core_init;
Matthew Ranostay0ffa9802008-09-08 11:20:05 -04005747 codec->slave_dig_outs = stac92hd71bxx_slave_dig_outs;
Vitaliy Kulikovab5a6eb2010-09-08 09:00:17 +02005748 spec->num_dmics = stac92xx_connected_ports(codec,
Herton Ronaldo Krzesinski6df703a2009-02-04 11:34:22 -05005749 stac92hd71bxx_dmic_nids,
5750 STAC92HD71BXX_NUM_DMICS);
Matthew Ranostay541eee82007-12-14 12:08:04 +01005751 break;
Matthew Ranostayaafc4412008-06-13 18:04:33 +02005752 case 0x111d7608: /* 5 Port with Analog Mixer */
Takashi Iwai8e5f2622008-11-15 19:28:54 +01005753 switch (spec->board_config) {
5754 case STAC_HP_M4:
Matthew Ranostay72474be2008-10-09 09:32:17 -04005755 /* Enable VREF power saving on GPIO1 detect */
Takashi Iwai3a938972011-10-28 01:16:55 +02005756 err = stac_add_event(codec, codec->afg,
Takashi Iwaic6e4c662008-11-25 11:58:19 +01005757 STAC_VREF_EVENT, 0x02);
5758 if (err < 0)
5759 return err;
Takashi Iwaic5d08bb2008-11-18 10:55:36 +01005760 snd_hda_codec_write_cache(codec, codec->afg, 0,
Matthew Ranostay72474be2008-10-09 09:32:17 -04005761 AC_VERB_SET_GPIO_UNSOLICITED_RSP_MASK, 0x02);
Takashi Iwai3a938972011-10-28 01:16:55 +02005762 snd_hda_jack_detect_enable(codec, codec->afg, 0);
Matthew Ranostay72474be2008-10-09 09:32:17 -04005763 spec->gpio_mask |= 0x02;
5764 break;
5765 }
Matthew Ranostay8daaaa92008-08-15 07:45:52 +02005766 if ((codec->revision_id & 0xf) == 0 ||
Takashi Iwai8c2f7672008-12-01 11:54:35 +01005767 (codec->revision_id & 0xf) == 1)
Matthew Ranostay8daaaa92008-08-15 07:45:52 +02005768 spec->stream_delay = 40; /* 40 milliseconds */
Matthew Ranostay8daaaa92008-08-15 07:45:52 +02005769
Matthew Ranostayaafc4412008-06-13 18:04:33 +02005770 /* disable VSW */
Takashi Iwai26a27982009-07-29 16:28:09 +02005771 spec->init = stac92hd71bxx_core_init;
Matthew Ranostayca8d33f2009-01-26 09:33:52 -05005772 unmute_init++;
Takashi Iwai330ee992009-02-20 14:33:36 +01005773 snd_hda_codec_set_pincfg(codec, 0x0f, 0x40f000f0);
5774 snd_hda_codec_set_pincfg(codec, 0x19, 0x40f000f3);
Takashi Iwai2b635362011-05-02 12:33:43 +02005775 spec->dmic_nids = stac92hd71bxx_dmic_5port_nids;
Vitaliy Kulikovab5a6eb2010-09-08 09:00:17 +02005776 spec->num_dmics = stac92xx_connected_ports(codec,
Takashi Iwai2b635362011-05-02 12:33:43 +02005777 stac92hd71bxx_dmic_5port_nids,
Herton Ronaldo Krzesinski6df703a2009-02-04 11:34:22 -05005778 STAC92HD71BXX_NUM_DMICS - 1);
Matthew Ranostayaafc4412008-06-13 18:04:33 +02005779 break;
5780 case 0x111d7603: /* 6 Port with Analog Mixer */
Takashi Iwai8c2f7672008-12-01 11:54:35 +01005781 if ((codec->revision_id & 0xf) == 1)
Matthew Ranostay8daaaa92008-08-15 07:45:52 +02005782 spec->stream_delay = 40; /* 40 milliseconds */
Matthew Ranostay8daaaa92008-08-15 07:45:52 +02005783
Matthew Ranostayaafc4412008-06-13 18:04:33 +02005784 /* fallthru */
Matthew Ranostay541eee82007-12-14 12:08:04 +01005785 default:
Takashi Iwai26a27982009-07-29 16:28:09 +02005786 spec->init = stac92hd71bxx_core_init;
Matthew Ranostay0ffa9802008-09-08 11:20:05 -04005787 codec->slave_dig_outs = stac92hd71bxx_slave_dig_outs;
Vitaliy Kulikovab5a6eb2010-09-08 09:00:17 +02005788 spec->num_dmics = stac92xx_connected_ports(codec,
Herton Ronaldo Krzesinski6df703a2009-02-04 11:34:22 -05005789 stac92hd71bxx_dmic_nids,
5790 STAC92HD71BXX_NUM_DMICS);
Takashi Iwai5207e102009-07-30 13:09:08 +02005791 break;
Matthew Ranostay541eee82007-12-14 12:08:04 +01005792 }
5793
Matthew Ranostayca8d33f2009-01-26 09:33:52 -05005794 if (get_wcaps(codec, 0xa) & AC_WCAP_IN_AMP)
5795 snd_hda_sequence_write_cache(codec, unmute_init);
5796
Takashi Iwaid78d7a92009-03-02 14:26:25 +01005797 spec->aloopback_ctl = stac92hd71bxx_loopback;
Matthew Ranostay4b33c762008-10-10 09:07:23 -04005798 spec->aloopback_mask = 0x50;
Matthew Ranostay541eee82007-12-14 12:08:04 +01005799 spec->aloopback_shift = 0;
5800
Matthew Ranostay8daaaa92008-08-15 07:45:52 +02005801 spec->powerdown_adcs = 1;
Matthew Ranostay1cd22242008-07-18 18:20:52 +02005802 spec->digbeep_nid = 0x26;
Matthew Ranostaye035b842007-11-06 11:53:55 +01005803 spec->mux_nids = stac92hd71bxx_mux_nids;
5804 spec->adc_nids = stac92hd71bxx_adc_nids;
Matthew Ranostayd9737752008-09-07 12:03:41 +02005805 spec->smux_nids = stac92hd71bxx_smux_nids;
Matthew Ranostayaafc4412008-06-13 18:04:33 +02005806 spec->pwr_nids = stac92hd71bxx_pwr_nids;
Matthew Ranostaye035b842007-11-06 11:53:55 +01005807
5808 spec->num_muxes = ARRAY_SIZE(stac92hd71bxx_mux_nids);
5809 spec->num_adcs = ARRAY_SIZE(stac92hd71bxx_adc_nids);
Takashi Iwai5207e102009-07-30 13:09:08 +02005810 spec->num_dmuxes = ARRAY_SIZE(stac92hd71bxx_dmux_nids);
Herton Ronaldo Krzesinski6df703a2009-02-04 11:34:22 -05005811 spec->num_smuxes = stac92hd71bxx_connected_smuxes(codec, 0x1e);
Matthew Ranostaye035b842007-11-06 11:53:55 +01005812
Kunal Gangakhedkard38cce72010-01-15 21:01:47 +05305813 snd_printdd("Found board config: %d\n", spec->board_config);
5814
Matthew Ranostay6a14f582008-09-12 12:02:30 -04005815 switch (spec->board_config) {
5816 case STAC_HP_M4:
Matthew Ranostay6a14f582008-09-12 12:02:30 -04005817 /* enable internal microphone */
Takashi Iwai330ee992009-02-20 14:33:36 +01005818 snd_hda_codec_set_pincfg(codec, 0x0e, 0x01813040);
Matthew Ranostayb9aea712008-10-09 08:37:28 -04005819 stac92xx_auto_set_pinctl(codec, 0x0e,
5820 AC_PINCTL_IN_EN | AC_PINCTL_VREF_80);
Matthew Ranostay3a7abfd2008-11-20 21:21:43 -05005821 /* fallthru */
5822 case STAC_DELL_M4_2:
5823 spec->num_dmics = 0;
5824 spec->num_smuxes = 0;
5825 spec->num_dmuxes = 0;
5826 break;
5827 case STAC_DELL_M4_1:
5828 case STAC_DELL_M4_3:
5829 spec->num_dmics = 1;
5830 spec->num_smuxes = 0;
Takashi Iwaiea18aa42009-02-27 17:36:33 +01005831 spec->num_dmuxes = 1;
Matthew Ranostay6a14f582008-09-12 12:02:30 -04005832 break;
James Gardiner514bf542009-05-03 04:00:44 -04005833 case STAC_HP_DV4_1222NR:
5834 spec->num_dmics = 1;
5835 /* I don't know if it needs 1 or 2 smuxes - will wait for
5836 * bug reports to fix if needed
5837 */
5838 spec->num_smuxes = 1;
5839 spec->num_dmuxes = 1;
James Gardiner514bf542009-05-03 04:00:44 -04005840 /* fallthrough */
Takashi Iwai2a6ce6e2010-05-12 10:16:20 +02005841 case STAC_HP_DV4:
5842 spec->gpio_led = 0x01;
5843 /* fallthrough */
Herton Ronaldo Krzesinskie2ea57a2009-02-16 10:23:00 +01005844 case STAC_HP_DV5:
Takashi Iwai330ee992009-02-20 14:33:36 +01005845 snd_hda_codec_set_pincfg(codec, 0x0d, 0x90170010);
Herton Ronaldo Krzesinskie2ea57a2009-02-16 10:23:00 +01005846 stac92xx_auto_set_pinctl(codec, 0x0d, AC_PINCTL_OUT_EN);
Takashi Iwai6e34c032009-09-14 15:42:18 +02005847 /* HP dv6 gives the headphone pin as a line-out. Thus we
5848 * need to set hp_detect flag here to force to enable HP
5849 * detection.
5850 */
5851 spec->hp_detect = 1;
Herton Ronaldo Krzesinskie2ea57a2009-02-16 10:23:00 +01005852 break;
Christoph Plattnerae6241f2009-03-08 23:19:05 +01005853 case STAC_HP_HDX:
5854 spec->num_dmics = 1;
5855 spec->num_dmuxes = 1;
5856 spec->num_smuxes = 1;
Takashi Iwai26ebe0a2010-05-11 08:36:29 +02005857 spec->gpio_led = 0x08;
Takashi Iwai86d190e2009-05-26 15:18:58 +02005858 break;
5859 }
Christoph Plattner443e26d2009-03-10 00:05:56 +01005860
Vitaliy Kulikovc357aab2009-12-11 07:51:54 +01005861 if (hp_blike_system(codec->subsystem_id)) {
Vitaliy Kulikov5bdaaad2009-11-04 07:57:45 +01005862 pin_cfg = snd_hda_codec_get_pincfg(codec, 0x0f);
5863 if (get_defcfg_device(pin_cfg) == AC_JACK_LINE_OUT ||
5864 get_defcfg_device(pin_cfg) == AC_JACK_SPEAKER ||
5865 get_defcfg_device(pin_cfg) == AC_JACK_HP_OUT) {
5866 /* It was changed in the BIOS to just satisfy MS DTM.
5867 * Lets turn it back into slaved HP
5868 */
5869 pin_cfg = (pin_cfg & (~AC_DEFCFG_DEVICE))
5870 | (AC_JACK_HP_OUT <<
5871 AC_DEFCFG_DEVICE_SHIFT);
5872 pin_cfg = (pin_cfg & (~(AC_DEFCFG_DEF_ASSOC
5873 | AC_DEFCFG_SEQUENCE)))
5874 | 0x1f;
5875 snd_hda_codec_set_pincfg(codec, 0x0f, pin_cfg);
5876 }
5877 }
5878
Vitaliy Kulikov6a557c92011-12-12 17:35:13 -06005879 if (find_mute_led_cfg(codec, 1))
Vitaliy Kulikovc357aab2009-12-11 07:51:54 +01005880 snd_printd("mute LED gpio %d polarity %d\n",
5881 spec->gpio_led,
5882 spec->gpio_led_polarity);
Vitaliy Kulikov5bdaaad2009-11-04 07:57:45 +01005883
Takashi Iwai86d190e2009-05-26 15:18:58 +02005884 if (spec->gpio_led) {
Takashi Iwaif1a73742011-12-04 13:44:06 +01005885 if (!spec->vref_mute_led_nid) {
Vitaliy Kulikov45eebda2011-07-26 16:56:20 -05005886 spec->gpio_mask |= spec->gpio_led;
5887 spec->gpio_dir |= spec->gpio_led;
5888 spec->gpio_data |= spec->gpio_led;
5889 } else {
5890 codec->patch_ops.set_power_state =
5891 stac92xx_set_power_state;
Vitaliy Kulikov45eebda2011-07-26 16:56:20 -05005892 }
Takashi Iwai86d190e2009-05-26 15:18:58 +02005893 }
Matthew Ranostay6a14f582008-09-12 12:02:30 -04005894
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01005895 spec->multiout.dac_nids = spec->dac_nids;
Matthew Ranostaye035b842007-11-06 11:53:55 +01005896
Charles Chin9009b0e2011-11-03 10:27:27 +01005897 err = stac92xx_parse_auto_config(codec);
Matthew Ranostaye035b842007-11-06 11:53:55 +01005898 if (!err) {
5899 if (spec->board_config < 0) {
5900 printk(KERN_WARNING "hda_codec: No auto-config is "
5901 "available, default to model=ref\n");
5902 spec->board_config = STAC_92HD71BXX_REF;
5903 goto again;
5904 }
5905 err = -EINVAL;
5906 }
5907
5908 if (err < 0) {
5909 stac92xx_free(codec);
5910 return err;
5911 }
5912
Takashi Iwai75d1aeb2009-12-22 11:56:32 +01005913 /* enable bass on HP dv7 */
Takashi Iwai2a6ce6e2010-05-12 10:16:20 +02005914 if (spec->board_config == STAC_HP_DV4 ||
5915 spec->board_config == STAC_HP_DV5) {
Takashi Iwai75d1aeb2009-12-22 11:56:32 +01005916 unsigned int cap;
5917 cap = snd_hda_param_read(codec, 0x1, AC_PAR_GPIO_CAP);
5918 cap &= AC_GPIO_IO_COUNT;
5919 if (cap >= 6)
5920 stac_add_hp_bass_switch(codec);
5921 }
5922
Takashi Iwai2d34e1b2008-11-28 14:35:16 +01005923 codec->proc_widget_hook = stac92hd7x_proc_hook;
5924
Matthew Ranostaye035b842007-11-06 11:53:55 +01005925 return 0;
Takashi Iwai86d190e2009-05-26 15:18:58 +02005926}
Matthew Ranostaye035b842007-11-06 11:53:55 +01005927
Matt2f2f4252005-04-13 14:45:30 +02005928static int patch_stac922x(struct hda_codec *codec)
5929{
5930 struct sigmatel_spec *spec;
Mattc7d4b2f2005-06-27 14:59:41 +02005931 int err;
Matt2f2f4252005-04-13 14:45:30 +02005932
Takashi Iwaie560d8d2005-09-09 14:21:46 +02005933 spec = kzalloc(sizeof(*spec), GFP_KERNEL);
Matt2f2f4252005-04-13 14:45:30 +02005934 if (spec == NULL)
5935 return -ENOMEM;
5936
Takashi Iwaia252c812009-12-25 22:56:20 +01005937 codec->no_trigger_sense = 1;
Matt2f2f4252005-04-13 14:45:30 +02005938 codec->spec = spec;
Daniel J Blueman1b0e3722010-08-03 11:09:13 +01005939 spec->linear_tone_beep = 1;
Takashi Iwaia4eed132007-07-06 18:17:04 +02005940 spec->num_pins = ARRAY_SIZE(stac922x_pin_nids);
Richard Fish11b44bb2006-08-23 18:31:34 +02005941 spec->pin_nids = stac922x_pin_nids;
Takashi Iwaif5fcc132006-11-24 17:07:44 +01005942 spec->board_config = snd_hda_check_board_config(codec, STAC_922X_MODELS,
5943 stac922x_models,
5944 stac922x_cfg_tbl);
Nicolas Boichat536319a2008-07-21 22:18:01 +08005945 if (spec->board_config == STAC_INTEL_MAC_AUTO) {
Matthew Ranostay4fe51952008-01-29 15:28:44 +01005946 spec->gpio_mask = spec->gpio_dir = 0x03;
5947 spec->gpio_data = 0x03;
Takashi Iwai3fc24d82007-02-16 13:27:18 +01005948 /* Intel Macs have all same PCI SSID, so we need to check
5949 * codec SSID to distinguish the exact models
5950 */
Nicolas Boichat6f0778d2007-03-15 12:38:15 +01005951 printk(KERN_INFO "hda_codec: STAC922x, Apple subsys_id=%x\n", codec->subsystem_id);
Takashi Iwai3fc24d82007-02-16 13:27:18 +01005952 switch (codec->subsystem_id) {
Ivan N. Zlatev5d5d3bc2007-05-29 16:03:00 +02005953
5954 case 0x106b0800:
5955 spec->board_config = STAC_INTEL_MAC_V1;
Abhijit Bhopatkarc45e20e2007-04-17 11:57:16 +02005956 break;
Ivan N. Zlatev5d5d3bc2007-05-29 16:03:00 +02005957 case 0x106b0600:
5958 case 0x106b0700:
5959 spec->board_config = STAC_INTEL_MAC_V2;
Nicolas Boichat6f0778d2007-03-15 12:38:15 +01005960 break;
Ivan N. Zlatev5d5d3bc2007-05-29 16:03:00 +02005961 case 0x106b0e00:
5962 case 0x106b0f00:
5963 case 0x106b1600:
5964 case 0x106b1700:
5965 case 0x106b0200:
5966 case 0x106b1e00:
5967 spec->board_config = STAC_INTEL_MAC_V3;
Takashi Iwai3fc24d82007-02-16 13:27:18 +01005968 break;
Ivan N. Zlatev5d5d3bc2007-05-29 16:03:00 +02005969 case 0x106b1a00:
5970 case 0x00000100:
5971 spec->board_config = STAC_INTEL_MAC_V4;
Sylvain FORETf16928f2007-04-27 14:22:36 +02005972 break;
Ivan N. Zlatev5d5d3bc2007-05-29 16:03:00 +02005973 case 0x106b0a00:
5974 case 0x106b2200:
5975 spec->board_config = STAC_INTEL_MAC_V5;
Takashi Iwai0dae0f82007-05-21 12:41:29 +02005976 break;
Nicolas Boichat536319a2008-07-21 22:18:01 +08005977 default:
5978 spec->board_config = STAC_INTEL_MAC_V3;
5979 break;
Takashi Iwai3fc24d82007-02-16 13:27:18 +01005980 }
5981 }
5982
Takashi Iwai9e507ab2007-02-08 17:50:10 +01005983 again:
Takashi Iwai330ee992009-02-20 14:33:36 +01005984 if (spec->board_config < 0)
Takashi Iwai9a11f1a2009-07-28 16:01:20 +02005985 snd_printdd(KERN_INFO "hda_codec: %s: BIOS auto-probing.\n",
5986 codec->chip_name);
Takashi Iwai330ee992009-02-20 14:33:36 +01005987 else
5988 stac92xx_set_config_regs(codec,
Takashi Iwaiaf9f3412008-11-18 10:38:56 +01005989 stac922x_brd_tbl[spec->board_config]);
Matt2f2f4252005-04-13 14:45:30 +02005990
Matt2f2f4252005-04-13 14:45:30 +02005991 spec->adc_nids = stac922x_adc_nids;
5992 spec->mux_nids = stac922x_mux_nids;
Takashi Iwai25494132007-03-12 12:36:16 +01005993 spec->num_muxes = ARRAY_SIZE(stac922x_mux_nids);
Maxim Levitsky9e05b7a2007-09-03 15:31:02 +02005994 spec->num_adcs = ARRAY_SIZE(stac922x_adc_nids);
Matt Porter8b657272006-10-26 17:12:59 +02005995 spec->num_dmics = 0;
Matthew Ranostaya64135a2008-01-10 16:55:06 +01005996 spec->num_pwrs = 0;
Mattc7d4b2f2005-06-27 14:59:41 +02005997
5998 spec->init = stac922x_core_init;
Takashi Iwai6479c632009-07-28 18:20:25 +02005999
6000 spec->num_caps = STAC922X_NUM_CAPS;
6001 spec->capvols = stac922x_capvols;
6002 spec->capsws = stac922x_capsws;
Mattc7d4b2f2005-06-27 14:59:41 +02006003
6004 spec->multiout.dac_nids = spec->dac_nids;
Takashi Iwai19039bd2006-06-28 15:52:16 +02006005
Charles Chin9009b0e2011-11-03 10:27:27 +01006006 err = stac92xx_parse_auto_config(codec);
Takashi Iwai9e507ab2007-02-08 17:50:10 +01006007 if (!err) {
6008 if (spec->board_config < 0) {
6009 printk(KERN_WARNING "hda_codec: No auto-config is "
6010 "available, default to model=ref\n");
6011 spec->board_config = STAC_D945_REF;
6012 goto again;
6013 }
6014 err = -EINVAL;
6015 }
Matt Porter3cc08dc2006-01-23 15:27:49 +01006016 if (err < 0) {
6017 stac92xx_free(codec);
6018 return err;
6019 }
6020
6021 codec->patch_ops = stac92xx_patch_ops;
6022
Takashi Iwai807a46362007-05-29 19:01:37 +02006023 /* Fix Mux capture level; max to 2 */
6024 snd_hda_override_amp_caps(codec, 0x12, HDA_OUTPUT,
6025 (0 << AC_AMPCAP_OFFSET_SHIFT) |
6026 (2 << AC_AMPCAP_NUM_STEPS_SHIFT) |
6027 (0x27 << AC_AMPCAP_STEP_SIZE_SHIFT) |
6028 (0 << AC_AMPCAP_MUTE_SHIFT));
6029
Matt Porter3cc08dc2006-01-23 15:27:49 +01006030 return 0;
6031}
6032
6033static int patch_stac927x(struct hda_codec *codec)
6034{
6035 struct sigmatel_spec *spec;
6036 int err;
6037
6038 spec = kzalloc(sizeof(*spec), GFP_KERNEL);
6039 if (spec == NULL)
6040 return -ENOMEM;
6041
Takashi Iwaia252c812009-12-25 22:56:20 +01006042 codec->no_trigger_sense = 1;
Matt Porter3cc08dc2006-01-23 15:27:49 +01006043 codec->spec = spec;
Daniel J Blueman1b0e3722010-08-03 11:09:13 +01006044 spec->linear_tone_beep = 1;
Matthew Ranostay45c1d852009-02-04 17:49:41 -05006045 codec->slave_dig_outs = stac927x_slave_dig_outs;
Takashi Iwaia4eed132007-07-06 18:17:04 +02006046 spec->num_pins = ARRAY_SIZE(stac927x_pin_nids);
Richard Fish11b44bb2006-08-23 18:31:34 +02006047 spec->pin_nids = stac927x_pin_nids;
Takashi Iwaif5fcc132006-11-24 17:07:44 +01006048 spec->board_config = snd_hda_check_board_config(codec, STAC_927X_MODELS,
6049 stac927x_models,
6050 stac927x_cfg_tbl);
Takashi Iwai9e507ab2007-02-08 17:50:10 +01006051 again:
Takashi Iwai330ee992009-02-20 14:33:36 +01006052 if (spec->board_config < 0)
Takashi Iwai9a11f1a2009-07-28 16:01:20 +02006053 snd_printdd(KERN_INFO "hda_codec: %s: BIOS auto-probing.\n",
6054 codec->chip_name);
Takashi Iwai330ee992009-02-20 14:33:36 +01006055 else
6056 stac92xx_set_config_regs(codec,
Takashi Iwaiaf9f3412008-11-18 10:38:56 +01006057 stac927x_brd_tbl[spec->board_config]);
Matt Porter3cc08dc2006-01-23 15:27:49 +01006058
Matthew Ranostay1cd22242008-07-18 18:20:52 +02006059 spec->digbeep_nid = 0x23;
Matthew Ranostay8e9068b2007-12-17 11:58:13 +01006060 spec->adc_nids = stac927x_adc_nids;
6061 spec->num_adcs = ARRAY_SIZE(stac927x_adc_nids);
6062 spec->mux_nids = stac927x_mux_nids;
6063 spec->num_muxes = ARRAY_SIZE(stac927x_mux_nids);
Matthew Ranostayd9737752008-09-07 12:03:41 +02006064 spec->smux_nids = stac927x_smux_nids;
6065 spec->num_smuxes = ARRAY_SIZE(stac927x_smux_nids);
Matthew Ranostay65973632008-09-16 10:39:37 -04006066 spec->spdif_labels = stac927x_spdif_labels;
Matthew Ranostayb76c8502008-02-06 14:49:44 +01006067 spec->dac_list = stac927x_dac_nids;
Matthew Ranostay8e9068b2007-12-17 11:58:13 +01006068 spec->multiout.dac_nids = spec->dac_nids;
6069
Takashi Iwaiaf6ee302009-09-14 15:03:12 +02006070 if (spec->board_config != STAC_D965_REF) {
6071 /* GPIO0 High = Enable EAPD */
6072 spec->eapd_mask = spec->gpio_mask = 0x01;
6073 spec->gpio_dir = spec->gpio_data = 0x01;
6074 }
6075
Tobin Davis81d3dbd2006-08-22 19:44:45 +02006076 switch (spec->board_config) {
Tobin Davis93ed1502006-09-01 21:03:12 +02006077 case STAC_D965_3ST:
Matthew Ranostay8e9068b2007-12-17 11:58:13 +01006078 case STAC_D965_5ST:
6079 /* GPIO0 High = Enable EAPD */
Matthew Ranostay8e9068b2007-12-17 11:58:13 +01006080 spec->num_dmics = 0;
Tobin Davis93ed1502006-09-01 21:03:12 +02006081 spec->init = d965_core_init;
Tobin Davis81d3dbd2006-08-22 19:44:45 +02006082 break;
Matthew Ranostay8e9068b2007-12-17 11:58:13 +01006083 case STAC_DELL_BIOS:
Matthew Ranostay780c8be2008-04-14 13:32:27 +02006084 switch (codec->subsystem_id) {
6085 case 0x10280209:
6086 case 0x1028022e:
6087 /* correct the device field to SPDIF out */
Takashi Iwai330ee992009-02-20 14:33:36 +01006088 snd_hda_codec_set_pincfg(codec, 0x21, 0x01442070);
Matthew Ranostay780c8be2008-04-14 13:32:27 +02006089 break;
Takashi Iwai86d190e2009-05-26 15:18:58 +02006090 }
Matthew Ranostay03d7ca12008-02-21 07:51:46 +01006091 /* configure the analog microphone on some laptops */
Takashi Iwai330ee992009-02-20 14:33:36 +01006092 snd_hda_codec_set_pincfg(codec, 0x0c, 0x90a79130);
Matthew Ranostay2f32d902008-01-10 13:06:26 +01006093 /* correct the front output jack as a hp out */
Takashi Iwai330ee992009-02-20 14:33:36 +01006094 snd_hda_codec_set_pincfg(codec, 0x0f, 0x0227011f);
Matthew Ranostayc481fca2008-01-07 12:18:28 +01006095 /* correct the front input jack as a mic */
Takashi Iwai330ee992009-02-20 14:33:36 +01006096 snd_hda_codec_set_pincfg(codec, 0x0e, 0x02a79130);
Matthew Ranostayc481fca2008-01-07 12:18:28 +01006097 /* fallthru */
Matthew Ranostay8e9068b2007-12-17 11:58:13 +01006098 case STAC_DELL_3ST:
Takashi Iwaiaf6ee302009-09-14 15:03:12 +02006099 if (codec->subsystem_id != 0x1028022f) {
6100 /* GPIO2 High = Enable EAPD */
6101 spec->eapd_mask = spec->gpio_mask = 0x04;
6102 spec->gpio_dir = spec->gpio_data = 0x04;
6103 }
Matthew Ranostay8e9068b2007-12-17 11:58:13 +01006104 spec->dmic_nids = stac927x_dmic_nids;
6105 spec->num_dmics = STAC927X_NUM_DMICS;
6106
Takashi Iwaiccca7cd2009-10-13 15:32:21 +02006107 spec->init = dell_3st_core_init;
Matthew Ranostay8e9068b2007-12-17 11:58:13 +01006108 spec->dmux_nids = stac927x_dmux_nids;
Takashi Iwai1697055e2007-12-18 18:05:52 +01006109 spec->num_dmuxes = ARRAY_SIZE(stac927x_dmux_nids);
Tobin Davis81d3dbd2006-08-22 19:44:45 +02006110 break;
Takashi Iwai54930532009-10-11 17:38:29 +02006111 case STAC_927X_VOLKNOB:
6112 spec->num_dmics = 0;
6113 spec->init = stac927x_volknob_core_init;
6114 break;
Tobin Davis81d3dbd2006-08-22 19:44:45 +02006115 default:
Matthew Ranostay8e9068b2007-12-17 11:58:13 +01006116 spec->num_dmics = 0;
Tobin Davis81d3dbd2006-08-22 19:44:45 +02006117 spec->init = stac927x_core_init;
Takashi Iwaiaf6ee302009-09-14 15:03:12 +02006118 break;
Tobin Davis81d3dbd2006-08-22 19:44:45 +02006119 }
Matt Porter3cc08dc2006-01-23 15:27:49 +01006120
Takashi Iwai6479c632009-07-28 18:20:25 +02006121 spec->num_caps = STAC927X_NUM_CAPS;
6122 spec->capvols = stac927x_capvols;
6123 spec->capsws = stac927x_capsws;
6124
Matthew Ranostaya64135a2008-01-10 16:55:06 +01006125 spec->num_pwrs = 0;
Takashi Iwaid78d7a92009-03-02 14:26:25 +01006126 spec->aloopback_ctl = stac927x_loopback;
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01006127 spec->aloopback_mask = 0x40;
6128 spec->aloopback_shift = 0;
Matthew Ranostayc0cea0d2008-11-16 11:42:34 -05006129 spec->eapd_switch = 1;
Matthew Ranostay8e9068b2007-12-17 11:58:13 +01006130
Charles Chin9009b0e2011-11-03 10:27:27 +01006131 err = stac92xx_parse_auto_config(codec);
Takashi Iwai9e507ab2007-02-08 17:50:10 +01006132 if (!err) {
6133 if (spec->board_config < 0) {
6134 printk(KERN_WARNING "hda_codec: No auto-config is "
6135 "available, default to model=ref\n");
6136 spec->board_config = STAC_D965_REF;
6137 goto again;
6138 }
6139 err = -EINVAL;
6140 }
Mattc7d4b2f2005-06-27 14:59:41 +02006141 if (err < 0) {
6142 stac92xx_free(codec);
6143 return err;
6144 }
Matt2f2f4252005-04-13 14:45:30 +02006145
6146 codec->patch_ops = stac92xx_patch_ops;
6147
Takashi Iwai2d34e1b2008-11-28 14:35:16 +01006148 codec->proc_widget_hook = stac927x_proc_hook;
6149
Takashi Iwai52987652008-01-16 16:09:47 +01006150 /*
6151 * !!FIXME!!
6152 * The STAC927x seem to require fairly long delays for certain
6153 * command sequences. With too short delays (even if the answer
6154 * is set to RIRB properly), it results in the silence output
6155 * on some hardwares like Dell.
6156 *
6157 * The below flag enables the longer delay (see get_response
6158 * in hda_intel.c).
6159 */
6160 codec->bus->needs_damn_long_delay = 1;
6161
Takashi Iwaie28d8322008-12-17 13:48:29 +01006162 /* no jack detecion for ref-no-jd model */
6163 if (spec->board_config == STAC_D965_REF_NO_JD)
6164 spec->hp_detect = 0;
6165
Matt2f2f4252005-04-13 14:45:30 +02006166 return 0;
6167}
6168
Matt Porterf3302a52006-07-31 12:49:34 +02006169static int patch_stac9205(struct hda_codec *codec)
6170{
6171 struct sigmatel_spec *spec;
Takashi Iwai82599802007-07-31 15:56:24 +02006172 int err;
Matt Porterf3302a52006-07-31 12:49:34 +02006173
6174 spec = kzalloc(sizeof(*spec), GFP_KERNEL);
6175 if (spec == NULL)
6176 return -ENOMEM;
6177
Takashi Iwaia252c812009-12-25 22:56:20 +01006178 codec->no_trigger_sense = 1;
Matt Porterf3302a52006-07-31 12:49:34 +02006179 codec->spec = spec;
Daniel J Blueman1b0e3722010-08-03 11:09:13 +01006180 spec->linear_tone_beep = 1;
Takashi Iwaia4eed132007-07-06 18:17:04 +02006181 spec->num_pins = ARRAY_SIZE(stac9205_pin_nids);
Richard Fish11b44bb2006-08-23 18:31:34 +02006182 spec->pin_nids = stac9205_pin_nids;
Takashi Iwaif5fcc132006-11-24 17:07:44 +01006183 spec->board_config = snd_hda_check_board_config(codec, STAC_9205_MODELS,
6184 stac9205_models,
6185 stac9205_cfg_tbl);
Takashi Iwai9e507ab2007-02-08 17:50:10 +01006186 again:
Takashi Iwai330ee992009-02-20 14:33:36 +01006187 if (spec->board_config < 0)
Takashi Iwai9a11f1a2009-07-28 16:01:20 +02006188 snd_printdd(KERN_INFO "hda_codec: %s: BIOS auto-probing.\n",
6189 codec->chip_name);
Takashi Iwai330ee992009-02-20 14:33:36 +01006190 else
6191 stac92xx_set_config_regs(codec,
Takashi Iwaiaf9f3412008-11-18 10:38:56 +01006192 stac9205_brd_tbl[spec->board_config]);
Matt Porterf3302a52006-07-31 12:49:34 +02006193
Matthew Ranostay1cd22242008-07-18 18:20:52 +02006194 spec->digbeep_nid = 0x23;
Matt Porterf3302a52006-07-31 12:49:34 +02006195 spec->adc_nids = stac9205_adc_nids;
Maxim Levitsky9e05b7a2007-09-03 15:31:02 +02006196 spec->num_adcs = ARRAY_SIZE(stac9205_adc_nids);
Matt Porterf3302a52006-07-31 12:49:34 +02006197 spec->mux_nids = stac9205_mux_nids;
Takashi Iwai25494132007-03-12 12:36:16 +01006198 spec->num_muxes = ARRAY_SIZE(stac9205_mux_nids);
Matthew Ranostayd9737752008-09-07 12:03:41 +02006199 spec->smux_nids = stac9205_smux_nids;
6200 spec->num_smuxes = ARRAY_SIZE(stac9205_smux_nids);
Matt Porter8b657272006-10-26 17:12:59 +02006201 spec->dmic_nids = stac9205_dmic_nids;
Takashi Iwaif6e98522007-10-16 14:27:04 +02006202 spec->num_dmics = STAC9205_NUM_DMICS;
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01006203 spec->dmux_nids = stac9205_dmux_nids;
Takashi Iwai1697055e2007-12-18 18:05:52 +01006204 spec->num_dmuxes = ARRAY_SIZE(stac9205_dmux_nids);
Matthew Ranostaya64135a2008-01-10 16:55:06 +01006205 spec->num_pwrs = 0;
Matt Porterf3302a52006-07-31 12:49:34 +02006206
6207 spec->init = stac9205_core_init;
Takashi Iwaid78d7a92009-03-02 14:26:25 +01006208 spec->aloopback_ctl = stac9205_loopback;
Matt Porterf3302a52006-07-31 12:49:34 +02006209
Takashi Iwai6479c632009-07-28 18:20:25 +02006210 spec->num_caps = STAC9205_NUM_CAPS;
6211 spec->capvols = stac9205_capvols;
6212 spec->capsws = stac9205_capsws;
6213
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01006214 spec->aloopback_mask = 0x40;
6215 spec->aloopback_shift = 0;
Takashi Iwaid9a42682009-01-22 17:40:18 +01006216 /* Turn on/off EAPD per HP plugging */
6217 if (spec->board_config != STAC_9205_EAPD)
6218 spec->eapd_switch = 1;
Matt Porterf3302a52006-07-31 12:49:34 +02006219 spec->multiout.dac_nids = spec->dac_nids;
Matthew Ranostay87d48362007-07-17 11:52:24 +02006220
Tobin Davisae0a8ed2007-08-13 15:50:29 +02006221 switch (spec->board_config){
Tobin Davisae0a8ed2007-08-13 15:50:29 +02006222 case STAC_9205_DELL_M43:
Matthew Ranostay87d48362007-07-17 11:52:24 +02006223 /* Enable SPDIF in/out */
Takashi Iwai330ee992009-02-20 14:33:36 +01006224 snd_hda_codec_set_pincfg(codec, 0x1f, 0x01441030);
6225 snd_hda_codec_set_pincfg(codec, 0x20, 0x1c410030);
Matt Porter33382402006-12-18 13:17:28 +01006226
Matthew Ranostay4fe51952008-01-29 15:28:44 +01006227 /* Enable unsol response for GPIO4/Dock HP connection */
Takashi Iwai3a938972011-10-28 01:16:55 +02006228 err = stac_add_event(codec, codec->afg, STAC_VREF_EVENT, 0x01);
Takashi Iwaic6e4c662008-11-25 11:58:19 +01006229 if (err < 0)
6230 return err;
Takashi Iwaic5d08bb2008-11-18 10:55:36 +01006231 snd_hda_codec_write_cache(codec, codec->afg, 0,
Matthew Ranostay4fe51952008-01-29 15:28:44 +01006232 AC_VERB_SET_GPIO_UNSOLICITED_RSP_MASK, 0x10);
Takashi Iwai3a938972011-10-28 01:16:55 +02006233 snd_hda_jack_detect_enable(codec, codec->afg, 0);
Matthew Ranostay4fe51952008-01-29 15:28:44 +01006234
6235 spec->gpio_dir = 0x0b;
Matthew Ranostay0fc9dec2008-04-14 13:32:54 +02006236 spec->eapd_mask = 0x01;
Matthew Ranostay4fe51952008-01-29 15:28:44 +01006237 spec->gpio_mask = 0x1b;
6238 spec->gpio_mute = 0x10;
Matthew Ranostaye2e7d622008-01-24 15:32:15 +01006239 /* GPIO0 High = EAPD, GPIO1 Low = Headphone Mute,
Matthew Ranostay4fe51952008-01-29 15:28:44 +01006240 * GPIO3 Low = DRM
Matthew Ranostay87d48362007-07-17 11:52:24 +02006241 */
Matthew Ranostay4fe51952008-01-29 15:28:44 +01006242 spec->gpio_data = 0x01;
Tobin Davisae0a8ed2007-08-13 15:50:29 +02006243 break;
Matthew Ranostayb2c4f4d2008-09-26 10:06:40 -04006244 case STAC_9205_REF:
6245 /* SPDIF-In enabled */
6246 break;
Tobin Davisae0a8ed2007-08-13 15:50:29 +02006247 default:
6248 /* GPIO0 High = EAPD */
Matthew Ranostay0fc9dec2008-04-14 13:32:54 +02006249 spec->eapd_mask = spec->gpio_mask = spec->gpio_dir = 0x1;
Matthew Ranostay4fe51952008-01-29 15:28:44 +01006250 spec->gpio_data = 0x01;
Tobin Davisae0a8ed2007-08-13 15:50:29 +02006251 break;
6252 }
Matthew Ranostay87d48362007-07-17 11:52:24 +02006253
Charles Chin9009b0e2011-11-03 10:27:27 +01006254 err = stac92xx_parse_auto_config(codec);
Takashi Iwai9e507ab2007-02-08 17:50:10 +01006255 if (!err) {
6256 if (spec->board_config < 0) {
6257 printk(KERN_WARNING "hda_codec: No auto-config is "
6258 "available, default to model=ref\n");
6259 spec->board_config = STAC_9205_REF;
6260 goto again;
6261 }
6262 err = -EINVAL;
6263 }
Matt Porterf3302a52006-07-31 12:49:34 +02006264 if (err < 0) {
6265 stac92xx_free(codec);
6266 return err;
6267 }
6268
6269 codec->patch_ops = stac92xx_patch_ops;
6270
Takashi Iwai2d34e1b2008-11-28 14:35:16 +01006271 codec->proc_widget_hook = stac9205_proc_hook;
6272
Matt Porterf3302a52006-07-31 12:49:34 +02006273 return 0;
6274}
6275
Matt2f2f4252005-04-13 14:45:30 +02006276/*
Guillaume Munch6d859062006-08-22 17:15:47 +02006277 * STAC9872 hack
Takashi Iwaidb064e52006-03-16 16:04:58 +01006278 */
6279
Takashi Iwai2b635362011-05-02 12:33:43 +02006280static const struct hda_verb stac9872_core_init[] = {
Takashi Iwai1624cb92007-07-05 13:10:51 +02006281 {0x15, AC_VERB_SET_CONNECT_SEL, 0x1}, /* mic-sel: 0a,0d,14,02 */
Takashi Iwaidb064e52006-03-16 16:04:58 +01006282 {0x15, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE}, /* Mic-in -> 0x9 */
6283 {}
6284};
6285
Takashi Iwai2b635362011-05-02 12:33:43 +02006286static const hda_nid_t stac9872_pin_nids[] = {
Takashi Iwaicaa10b62009-01-20 17:19:01 +01006287 0x0a, 0x0b, 0x0c, 0x0d, 0x0e, 0x0f,
6288 0x11, 0x13, 0x14,
6289};
6290
Takashi Iwai2b635362011-05-02 12:33:43 +02006291static const hda_nid_t stac9872_adc_nids[] = {
Takashi Iwaicaa10b62009-01-20 17:19:01 +01006292 0x8 /*,0x6*/
6293};
6294
Takashi Iwai2b635362011-05-02 12:33:43 +02006295static const hda_nid_t stac9872_mux_nids[] = {
Takashi Iwaicaa10b62009-01-20 17:19:01 +01006296 0x15
6297};
6298
Takashi Iwai2b635362011-05-02 12:33:43 +02006299static const unsigned long stac9872_capvols[] = {
Takashi Iwai6479c632009-07-28 18:20:25 +02006300 HDA_COMPOSE_AMP_VAL(0x09, 3, 0, HDA_INPUT),
6301};
6302#define stac9872_capsws stac9872_capvols
6303
Takashi Iwai2b635362011-05-02 12:33:43 +02006304static const unsigned int stac9872_vaio_pin_configs[9] = {
Takashi Iwai307282c2009-03-12 18:17:58 +01006305 0x03211020, 0x411111f0, 0x411111f0, 0x03a15030,
6306 0x411111f0, 0x90170110, 0x411111f0, 0x411111f0,
6307 0x90a7013e
6308};
6309
Takashi Iwaiea734962011-01-17 11:29:34 +01006310static const char * const stac9872_models[STAC_9872_MODELS] = {
Takashi Iwai307282c2009-03-12 18:17:58 +01006311 [STAC_9872_AUTO] = "auto",
6312 [STAC_9872_VAIO] = "vaio",
6313};
6314
Takashi Iwai2b635362011-05-02 12:33:43 +02006315static const unsigned int *stac9872_brd_tbl[STAC_9872_MODELS] = {
Takashi Iwai307282c2009-03-12 18:17:58 +01006316 [STAC_9872_VAIO] = stac9872_vaio_pin_configs,
6317};
6318
Takashi Iwai2b635362011-05-02 12:33:43 +02006319static const struct snd_pci_quirk stac9872_cfg_tbl[] = {
Takashi Iwaib04add92009-07-20 08:01:36 +02006320 SND_PCI_QUIRK_MASK(0x104d, 0xfff0, 0x81e0,
6321 "Sony VAIO F/S", STAC_9872_VAIO),
Takashi Iwai307282c2009-03-12 18:17:58 +01006322 {} /* terminator */
6323};
6324
Guillaume Munch6d859062006-08-22 17:15:47 +02006325static int patch_stac9872(struct hda_codec *codec)
Takashi Iwaidb064e52006-03-16 16:04:58 +01006326{
6327 struct sigmatel_spec *spec;
Takashi Iwai1e137f92009-01-21 07:41:22 +01006328 int err;
Takashi Iwaidb064e52006-03-16 16:04:58 +01006329
Takashi Iwaidb064e52006-03-16 16:04:58 +01006330 spec = kzalloc(sizeof(*spec), GFP_KERNEL);
6331 if (spec == NULL)
6332 return -ENOMEM;
Takashi Iwaia252c812009-12-25 22:56:20 +01006333 codec->no_trigger_sense = 1;
Takashi Iwaidb064e52006-03-16 16:04:58 +01006334 codec->spec = spec;
Daniel J Blueman1b0e3722010-08-03 11:09:13 +01006335 spec->linear_tone_beep = 1;
Takashi Iwaib04add92009-07-20 08:01:36 +02006336 spec->num_pins = ARRAY_SIZE(stac9872_pin_nids);
6337 spec->pin_nids = stac9872_pin_nids;
Takashi Iwaicaa10b62009-01-20 17:19:01 +01006338
6339 spec->board_config = snd_hda_check_board_config(codec, STAC_9872_MODELS,
6340 stac9872_models,
6341 stac9872_cfg_tbl);
Takashi Iwai307282c2009-03-12 18:17:58 +01006342 if (spec->board_config < 0)
Takashi Iwai9a11f1a2009-07-28 16:01:20 +02006343 snd_printdd(KERN_INFO "hda_codec: %s: BIOS auto-probing.\n",
6344 codec->chip_name);
Takashi Iwai307282c2009-03-12 18:17:58 +01006345 else
6346 stac92xx_set_config_regs(codec,
6347 stac9872_brd_tbl[spec->board_config]);
Takashi Iwaicaa10b62009-01-20 17:19:01 +01006348
Takashi Iwai1e137f92009-01-21 07:41:22 +01006349 spec->multiout.dac_nids = spec->dac_nids;
6350 spec->num_adcs = ARRAY_SIZE(stac9872_adc_nids);
6351 spec->adc_nids = stac9872_adc_nids;
6352 spec->num_muxes = ARRAY_SIZE(stac9872_mux_nids);
6353 spec->mux_nids = stac9872_mux_nids;
Takashi Iwai1e137f92009-01-21 07:41:22 +01006354 spec->init = stac9872_core_init;
Takashi Iwai6479c632009-07-28 18:20:25 +02006355 spec->num_caps = 1;
6356 spec->capvols = stac9872_capvols;
6357 spec->capsws = stac9872_capsws;
Takashi Iwaicaa10b62009-01-20 17:19:01 +01006358
Charles Chin9009b0e2011-11-03 10:27:27 +01006359 err = stac92xx_parse_auto_config(codec);
Takashi Iwai1e137f92009-01-21 07:41:22 +01006360 if (err < 0) {
6361 stac92xx_free(codec);
6362 return -EINVAL;
Takashi Iwaicaa10b62009-01-20 17:19:01 +01006363 }
Takashi Iwai1e137f92009-01-21 07:41:22 +01006364 spec->input_mux = &spec->private_imux;
6365 codec->patch_ops = stac92xx_patch_ops;
Takashi Iwaidb064e52006-03-16 16:04:58 +01006366 return 0;
6367}
6368
6369
6370/*
Matt2f2f4252005-04-13 14:45:30 +02006371 * patch entries
6372 */
Takashi Iwai2b635362011-05-02 12:33:43 +02006373static const struct hda_codec_preset snd_hda_preset_sigmatel[] = {
Matt2f2f4252005-04-13 14:45:30 +02006374 { .id = 0x83847690, .name = "STAC9200", .patch = patch_stac9200 },
6375 { .id = 0x83847882, .name = "STAC9220 A1", .patch = patch_stac922x },
6376 { .id = 0x83847680, .name = "STAC9221 A1", .patch = patch_stac922x },
6377 { .id = 0x83847880, .name = "STAC9220 A2", .patch = patch_stac922x },
6378 { .id = 0x83847681, .name = "STAC9220D/9223D A2", .patch = patch_stac922x },
6379 { .id = 0x83847682, .name = "STAC9221 A2", .patch = patch_stac922x },
6380 { .id = 0x83847683, .name = "STAC9221D A2", .patch = patch_stac922x },
Matt Porter22a27c72006-07-06 18:49:10 +02006381 { .id = 0x83847618, .name = "STAC9227", .patch = patch_stac927x },
6382 { .id = 0x83847619, .name = "STAC9227", .patch = patch_stac927x },
6383 { .id = 0x83847616, .name = "STAC9228", .patch = patch_stac927x },
6384 { .id = 0x83847617, .name = "STAC9228", .patch = patch_stac927x },
6385 { .id = 0x83847614, .name = "STAC9229", .patch = patch_stac927x },
6386 { .id = 0x83847615, .name = "STAC9229", .patch = patch_stac927x },
Matt Porter3cc08dc2006-01-23 15:27:49 +01006387 { .id = 0x83847620, .name = "STAC9274", .patch = patch_stac927x },
6388 { .id = 0x83847621, .name = "STAC9274D", .patch = patch_stac927x },
6389 { .id = 0x83847622, .name = "STAC9273X", .patch = patch_stac927x },
6390 { .id = 0x83847623, .name = "STAC9273D", .patch = patch_stac927x },
6391 { .id = 0x83847624, .name = "STAC9272X", .patch = patch_stac927x },
6392 { .id = 0x83847625, .name = "STAC9272D", .patch = patch_stac927x },
6393 { .id = 0x83847626, .name = "STAC9271X", .patch = patch_stac927x },
6394 { .id = 0x83847627, .name = "STAC9271D", .patch = patch_stac927x },
6395 { .id = 0x83847628, .name = "STAC9274X5NH", .patch = patch_stac927x },
6396 { .id = 0x83847629, .name = "STAC9274D5NH", .patch = patch_stac927x },
Tobin Davis8e21c342007-01-08 11:04:17 +01006397 { .id = 0x83847632, .name = "STAC9202", .patch = patch_stac925x },
6398 { .id = 0x83847633, .name = "STAC9202D", .patch = patch_stac925x },
6399 { .id = 0x83847634, .name = "STAC9250", .patch = patch_stac925x },
6400 { .id = 0x83847635, .name = "STAC9250D", .patch = patch_stac925x },
6401 { .id = 0x83847636, .name = "STAC9251", .patch = patch_stac925x },
6402 { .id = 0x83847637, .name = "STAC9250D", .patch = patch_stac925x },
Takashi Iwai7bd3c0f2008-05-02 12:28:02 +02006403 { .id = 0x83847645, .name = "92HD206X", .patch = patch_stac927x },
6404 { .id = 0x83847646, .name = "92HD206D", .patch = patch_stac927x },
Guillaume Munch6d859062006-08-22 17:15:47 +02006405 /* The following does not take into account .id=0x83847661 when subsys =
6406 * 104D0C00 which is STAC9225s. Because of this, some SZ Notebooks are
6407 * currently not fully supported.
6408 */
6409 { .id = 0x83847661, .name = "CXD9872RD/K", .patch = patch_stac9872 },
6410 { .id = 0x83847662, .name = "STAC9872AK", .patch = patch_stac9872 },
6411 { .id = 0x83847664, .name = "CXD9872AKD", .patch = patch_stac9872 },
Simos Xenitellisa5c0f882009-06-10 16:33:31 +01006412 { .id = 0x83847698, .name = "STAC9205", .patch = patch_stac9205 },
Matt Porterf3302a52006-07-31 12:49:34 +02006413 { .id = 0x838476a0, .name = "STAC9205", .patch = patch_stac9205 },
6414 { .id = 0x838476a1, .name = "STAC9205D", .patch = patch_stac9205 },
6415 { .id = 0x838476a2, .name = "STAC9204", .patch = patch_stac9205 },
6416 { .id = 0x838476a3, .name = "STAC9204D", .patch = patch_stac9205 },
6417 { .id = 0x838476a4, .name = "STAC9255", .patch = patch_stac9205 },
6418 { .id = 0x838476a5, .name = "STAC9255D", .patch = patch_stac9205 },
6419 { .id = 0x838476a6, .name = "STAC9254", .patch = patch_stac9205 },
6420 { .id = 0x838476a7, .name = "STAC9254D", .patch = patch_stac9205 },
Matthew Ranostayaafc4412008-06-13 18:04:33 +02006421 { .id = 0x111d7603, .name = "92HD75B3X5", .patch = patch_stac92hd71bxx},
Matthew Ranostayd0513fc2008-07-27 10:30:30 +02006422 { .id = 0x111d7604, .name = "92HD83C1X5", .patch = patch_stac92hd83xxx},
Vitaliy Kulikova9694fa2010-02-04 08:58:23 +01006423 { .id = 0x111d76d4, .name = "92HD83C1C5", .patch = patch_stac92hd83xxx},
Matthew Ranostayd0513fc2008-07-27 10:30:30 +02006424 { .id = 0x111d7605, .name = "92HD81B1X5", .patch = patch_stac92hd83xxx},
Matthew Ranostayff2e7332009-04-01 14:49:48 -04006425 { .id = 0x111d76d5, .name = "92HD81B1C5", .patch = patch_stac92hd83xxx},
Charles Chin8a345a02010-08-10 11:43:25 +02006426 { .id = 0x111d76d1, .name = "92HD87B1/3", .patch = patch_stac92hd83xxx},
6427 { .id = 0x111d76d9, .name = "92HD87B2/4", .patch = patch_stac92hd83xxx},
Charles Chin36706002010-01-29 12:05:51 +01006428 { .id = 0x111d7666, .name = "92HD88B3", .patch = patch_stac92hd83xxx},
6429 { .id = 0x111d7667, .name = "92HD88B1", .patch = patch_stac92hd83xxx},
6430 { .id = 0x111d7668, .name = "92HD88B2", .patch = patch_stac92hd83xxx},
6431 { .id = 0x111d7669, .name = "92HD88B4", .patch = patch_stac92hd83xxx},
Matthew Ranostayaafc4412008-06-13 18:04:33 +02006432 { .id = 0x111d7608, .name = "92HD75B2X5", .patch = patch_stac92hd71bxx},
Matthew Ranostay541eee82007-12-14 12:08:04 +01006433 { .id = 0x111d7674, .name = "92HD73D1X5", .patch = patch_stac92hd73xx },
6434 { .id = 0x111d7675, .name = "92HD73C1X5", .patch = patch_stac92hd73xx },
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01006435 { .id = 0x111d7676, .name = "92HD73E1X5", .patch = patch_stac92hd73xx },
Matthew Ranostay541eee82007-12-14 12:08:04 +01006436 { .id = 0x111d76b0, .name = "92HD71B8X", .patch = patch_stac92hd71bxx },
6437 { .id = 0x111d76b1, .name = "92HD71B8X", .patch = patch_stac92hd71bxx },
6438 { .id = 0x111d76b2, .name = "92HD71B7X", .patch = patch_stac92hd71bxx },
6439 { .id = 0x111d76b3, .name = "92HD71B7X", .patch = patch_stac92hd71bxx },
6440 { .id = 0x111d76b4, .name = "92HD71B6X", .patch = patch_stac92hd71bxx },
6441 { .id = 0x111d76b5, .name = "92HD71B6X", .patch = patch_stac92hd71bxx },
6442 { .id = 0x111d76b6, .name = "92HD71B5X", .patch = patch_stac92hd71bxx },
6443 { .id = 0x111d76b7, .name = "92HD71B5X", .patch = patch_stac92hd71bxx },
Charles Chin4d8ec5f2010-08-19 08:06:16 +02006444 { .id = 0x111d76c0, .name = "92HD89C3", .patch = patch_stac92hd73xx },
6445 { .id = 0x111d76c1, .name = "92HD89C2", .patch = patch_stac92hd73xx },
6446 { .id = 0x111d76c2, .name = "92HD89C1", .patch = patch_stac92hd73xx },
6447 { .id = 0x111d76c3, .name = "92HD89B3", .patch = patch_stac92hd73xx },
6448 { .id = 0x111d76c4, .name = "92HD89B2", .patch = patch_stac92hd73xx },
6449 { .id = 0x111d76c5, .name = "92HD89B1", .patch = patch_stac92hd73xx },
6450 { .id = 0x111d76c6, .name = "92HD89E3", .patch = patch_stac92hd73xx },
6451 { .id = 0x111d76c7, .name = "92HD89E2", .patch = patch_stac92hd73xx },
6452 { .id = 0x111d76c8, .name = "92HD89E1", .patch = patch_stac92hd73xx },
6453 { .id = 0x111d76c9, .name = "92HD89D3", .patch = patch_stac92hd73xx },
6454 { .id = 0x111d76ca, .name = "92HD89D2", .patch = patch_stac92hd73xx },
6455 { .id = 0x111d76cb, .name = "92HD89D1", .patch = patch_stac92hd73xx },
6456 { .id = 0x111d76cc, .name = "92HD89F3", .patch = patch_stac92hd73xx },
6457 { .id = 0x111d76cd, .name = "92HD89F2", .patch = patch_stac92hd73xx },
6458 { .id = 0x111d76ce, .name = "92HD89F1", .patch = patch_stac92hd73xx },
David Henningsson46724c22011-09-20 09:02:22 +02006459 { .id = 0x111d76df, .name = "92HD93BXX", .patch = patch_stac92hd83xxx},
Vitaliy Kulikovab5a6eb2010-09-08 09:00:17 +02006460 { .id = 0x111d76e0, .name = "92HD91BXX", .patch = patch_stac92hd83xxx},
Vitaliy Kulikov4dfb8a42011-02-22 17:32:19 -06006461 { .id = 0x111d76e3, .name = "92HD98BXX", .patch = patch_stac92hd83xxx},
6462 { .id = 0x111d76e5, .name = "92HD99BXX", .patch = patch_stac92hd83xxx},
Vitaliy Kulikovab5a6eb2010-09-08 09:00:17 +02006463 { .id = 0x111d76e7, .name = "92HD90BXX", .patch = patch_stac92hd83xxx},
Charles Chinad5d8752011-11-02 07:56:58 +01006464 { .id = 0x111d76e8, .name = "92HD66B1X5", .patch = patch_stac92hd83xxx},
6465 { .id = 0x111d76e9, .name = "92HD66B2X5", .patch = patch_stac92hd83xxx},
6466 { .id = 0x111d76ea, .name = "92HD66B3X5", .patch = patch_stac92hd83xxx},
6467 { .id = 0x111d76eb, .name = "92HD66C1X5", .patch = patch_stac92hd83xxx},
6468 { .id = 0x111d76ec, .name = "92HD66C2X5", .patch = patch_stac92hd83xxx},
6469 { .id = 0x111d76ed, .name = "92HD66C3X5", .patch = patch_stac92hd83xxx},
6470 { .id = 0x111d76ee, .name = "92HD66B1X3", .patch = patch_stac92hd83xxx},
6471 { .id = 0x111d76ef, .name = "92HD66B2X3", .patch = patch_stac92hd83xxx},
6472 { .id = 0x111d76f0, .name = "92HD66B3X3", .patch = patch_stac92hd83xxx},
6473 { .id = 0x111d76f1, .name = "92HD66C1X3", .patch = patch_stac92hd83xxx},
6474 { .id = 0x111d76f2, .name = "92HD66C2X3", .patch = patch_stac92hd83xxx},
6475 { .id = 0x111d76f3, .name = "92HD66C3/65", .patch = patch_stac92hd83xxx},
Matt2f2f4252005-04-13 14:45:30 +02006476 {} /* terminator */
6477};
Takashi Iwai1289e9e2008-11-27 15:47:11 +01006478
6479MODULE_ALIAS("snd-hda-codec-id:8384*");
6480MODULE_ALIAS("snd-hda-codec-id:111d*");
6481
6482MODULE_LICENSE("GPL");
6483MODULE_DESCRIPTION("IDT/Sigmatel HD-audio codec");
6484
6485static struct hda_codec_preset_list sigmatel_list = {
6486 .preset = snd_hda_preset_sigmatel,
6487 .owner = THIS_MODULE,
6488};
6489
6490static int __init patch_sigmatel_init(void)
6491{
6492 return snd_hda_add_codec_preset(&sigmatel_list);
6493}
6494
6495static void __exit patch_sigmatel_exit(void)
6496{
6497 snd_hda_delete_codec_preset(&sigmatel_list);
6498}
6499
6500module_init(patch_sigmatel_init)
6501module_exit(patch_sigmatel_exit)