blob: bb6c50e7b5daf12d9d7e803e5e6e7c36ecb61440 [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,
Takashi Iwai62cbde12012-09-14 11:58:54 +0200106 STAC_92HD83XXX_HP_MIC_LED,
Matthew Ranostayd0513fc2008-07-27 10:30:30 +0200107 STAC_92HD83XXX_MODELS
108};
109
110enum {
Takashi Iwai1607b8e2009-02-26 16:50:43 +0100111 STAC_92HD71BXX_AUTO,
Matthew Ranostaye035b842007-11-06 11:53:55 +0100112 STAC_92HD71BXX_REF,
Matthew Ranostaya7662642008-02-21 07:51:14 +0100113 STAC_DELL_M4_1,
114 STAC_DELL_M4_2,
Matthew Ranostay3a7abfd2008-11-20 21:21:43 -0500115 STAC_DELL_M4_3,
Matthew Ranostay6a14f582008-09-12 12:02:30 -0400116 STAC_HP_M4,
Takashi Iwai2a6ce6e2010-05-12 10:16:20 +0200117 STAC_HP_DV4,
Takashi Iwai1b0652e2009-01-14 08:27:35 +0100118 STAC_HP_DV5,
Christoph Plattnerae6241f2009-03-08 23:19:05 +0100119 STAC_HP_HDX,
James Gardiner514bf542009-05-03 04:00:44 -0400120 STAC_HP_DV4_1222NR,
Matthew Ranostaye035b842007-11-06 11:53:55 +0100121 STAC_92HD71BXX_MODELS
122};
123
124enum {
Takashi Iwai1607b8e2009-02-26 16:50:43 +0100125 STAC_925x_AUTO,
Tobin Davis8e21c342007-01-08 11:04:17 +0100126 STAC_925x_REF,
Mauro Carvalho Chehab9cb36c22008-08-11 10:18:39 +0200127 STAC_M1,
128 STAC_M1_2,
129 STAC_M2,
Tobin Davis8e21c342007-01-08 11:04:17 +0100130 STAC_M2_2,
Mauro Carvalho Chehab9cb36c22008-08-11 10:18:39 +0200131 STAC_M3,
132 STAC_M5,
133 STAC_M6,
Tobin Davis8e21c342007-01-08 11:04:17 +0100134 STAC_925x_MODELS
135};
136
137enum {
Takashi Iwai1607b8e2009-02-26 16:50:43 +0100138 STAC_922X_AUTO,
Takashi Iwaif5fcc132006-11-24 17:07:44 +0100139 STAC_D945_REF,
140 STAC_D945GTP3,
141 STAC_D945GTP5,
Ivan N. Zlatev5d5d3bc2007-05-29 16:03:00 +0200142 STAC_INTEL_MAC_V1,
143 STAC_INTEL_MAC_V2,
144 STAC_INTEL_MAC_V3,
145 STAC_INTEL_MAC_V4,
146 STAC_INTEL_MAC_V5,
Nicolas Boichat536319a2008-07-21 22:18:01 +0800147 STAC_INTEL_MAC_AUTO, /* This model is selected if no module parameter
148 * is given, one of the above models will be
149 * chosen according to the subsystem id. */
Takashi Iwaidfe495d2007-08-23 19:04:28 +0200150 /* for backward compatibility */
Takashi Iwaif5fcc132006-11-24 17:07:44 +0100151 STAC_MACMINI,
Takashi Iwai3fc24d82007-02-16 13:27:18 +0100152 STAC_MACBOOK,
Nicolas Boichat6f0778d2007-03-15 12:38:15 +0100153 STAC_MACBOOK_PRO_V1,
154 STAC_MACBOOK_PRO_V2,
Sylvain FORETf16928f2007-04-27 14:22:36 +0200155 STAC_IMAC_INTEL,
Takashi Iwai0dae0f82007-05-21 12:41:29 +0200156 STAC_IMAC_INTEL_20,
Mauro Carvalho Chehab8c650082008-08-04 10:39:59 -0300157 STAC_ECS_202,
Takashi Iwaidfe495d2007-08-23 19:04:28 +0200158 STAC_922X_DELL_D81,
159 STAC_922X_DELL_D82,
160 STAC_922X_DELL_M81,
161 STAC_922X_DELL_M82,
Takashi Iwaif5fcc132006-11-24 17:07:44 +0100162 STAC_922X_MODELS
163};
164
165enum {
Takashi Iwai1607b8e2009-02-26 16:50:43 +0100166 STAC_927X_AUTO,
Takashi Iwaie28d8322008-12-17 13:48:29 +0100167 STAC_D965_REF_NO_JD, /* no jack-detection */
Takashi Iwaif5fcc132006-11-24 17:07:44 +0100168 STAC_D965_REF,
169 STAC_D965_3ST,
170 STAC_D965_5ST,
Takashi Iwai679d92e2009-05-24 19:00:08 +0200171 STAC_D965_5ST_NO_FP,
Tobin Davis4ff076e2007-08-07 11:48:12 +0200172 STAC_DELL_3ST,
Matthew Ranostay8e9068b2007-12-17 11:58:13 +0100173 STAC_DELL_BIOS,
Takashi Iwai54930532009-10-11 17:38:29 +0200174 STAC_927X_VOLKNOB,
Takashi Iwaif5fcc132006-11-24 17:07:44 +0100175 STAC_927X_MODELS
176};
Matt Porter403d1942005-11-29 15:00:51 +0100177
Takashi Iwai307282c2009-03-12 18:17:58 +0100178enum {
179 STAC_9872_AUTO,
180 STAC_9872_VAIO,
181 STAC_9872_MODELS
182};
183
Takashi Iwai3d21d3f2009-07-29 14:32:56 +0200184struct sigmatel_mic_route {
185 hda_nid_t pin;
Takashi Iwai02d33322009-10-01 16:38:11 +0200186 signed char mux_idx;
187 signed char dmux_idx;
Takashi Iwai3d21d3f2009-07-29 14:32:56 +0200188};
189
Vitaliy Kulikov699d8992011-03-10 13:43:35 -0600190#define MAX_PINS_NUM 16
191#define MAX_ADCS_NUM 4
192#define MAX_DMICS_NUM 4
193
Matt2f2f4252005-04-13 14:45:30 +0200194struct sigmatel_spec {
Takashi Iwaic8b6bf92005-11-17 14:57:47 +0100195 struct snd_kcontrol_new *mixers[4];
Mattc7d4b2f2005-06-27 14:59:41 +0200196 unsigned int num_mixers;
197
Matt Porter403d1942005-11-29 15:00:51 +0100198 int board_config;
Matthew Ranostayc0cea0d2008-11-16 11:42:34 -0500199 unsigned int eapd_switch: 1;
Mattc7d4b2f2005-06-27 14:59:41 +0200200 unsigned int surr_switch: 1;
Matt Porter3cc08dc2006-01-23 15:27:49 +0100201 unsigned int alt_switch: 1;
Takashi Iwai82bc9552006-03-21 11:24:42 +0100202 unsigned int hp_detect: 1;
Matthew Ranostay00ef50c2008-09-27 18:13:47 -0400203 unsigned int spdif_mute: 1;
Takashi Iwai7c7767e2009-01-20 15:28:38 +0100204 unsigned int check_volume_offset:1;
Takashi Iwai3d21d3f2009-07-29 14:32:56 +0200205 unsigned int auto_mic:1;
Daniel J Blueman1b0e3722010-08-03 11:09:13 +0100206 unsigned int linear_tone_beep:1;
Mattc7d4b2f2005-06-27 14:59:41 +0200207
Matthew Ranostay4fe51952008-01-29 15:28:44 +0100208 /* gpio lines */
Matthew Ranostay0fc9dec2008-04-14 13:32:54 +0200209 unsigned int eapd_mask;
Matthew Ranostay4fe51952008-01-29 15:28:44 +0100210 unsigned int gpio_mask;
211 unsigned int gpio_dir;
212 unsigned int gpio_data;
213 unsigned int gpio_mute;
Takashi Iwai86d190e2009-05-26 15:18:58 +0200214 unsigned int gpio_led;
Vitaliy Kulikovc357aab2009-12-11 07:51:54 +0100215 unsigned int gpio_led_polarity;
Takashi Iwaif1a73742011-12-04 13:44:06 +0100216 unsigned int vref_mute_led_nid; /* pin NID for mute-LED vref control */
Vitaliy Kulikov45eebda2011-07-26 16:56:20 -0500217 unsigned int vref_led;
Matthew Ranostay4fe51952008-01-29 15:28:44 +0100218
Takashi Iwai62cbde12012-09-14 11:58:54 +0200219 unsigned int mic_mute_led_gpio; /* capture mute LED GPIO */
220 bool mic_mute_led_on; /* current mic mute state */
221
Matthew Ranostay8daaaa92008-08-15 07:45:52 +0200222 /* stream */
223 unsigned int stream_delay;
224
Matthew Ranostay4fe51952008-01-29 15:28:44 +0100225 /* analog loopback */
Takashi Iwai2b635362011-05-02 12:33:43 +0200226 const struct snd_kcontrol_new *aloopback_ctl;
Matthew Ranostaye1f0d662007-12-13 17:47:21 +0100227 unsigned char aloopback_mask;
228 unsigned char aloopback_shift;
Takashi Iwai82599802007-07-31 15:56:24 +0200229
Matthew Ranostaya64135a2008-01-10 16:55:06 +0100230 /* power management */
Takashi Iwaic8822462012-05-15 09:11:36 +0200231 unsigned int power_map_bits;
Matthew Ranostaya64135a2008-01-10 16:55:06 +0100232 unsigned int num_pwrs;
Takashi Iwai2b635362011-05-02 12:33:43 +0200233 const hda_nid_t *pwr_nids;
234 const hda_nid_t *dac_list;
Matthew Ranostaya64135a2008-01-10 16:55:06 +0100235
Matt2f2f4252005-04-13 14:45:30 +0200236 /* playback */
Matthew Ranostayb22b4822008-01-22 12:32:30 +0100237 struct hda_input_mux *mono_mux;
238 unsigned int cur_mmux;
Matt2f2f4252005-04-13 14:45:30 +0200239 struct hda_multi_out multiout;
Matt Porter3cc08dc2006-01-23 15:27:49 +0100240 hda_nid_t dac_nids[5];
Takashi Iwaic21ca4a2008-12-19 09:26:08 +0100241 hda_nid_t hp_dacs[5];
242 hda_nid_t speaker_dacs[5];
Matt2f2f4252005-04-13 14:45:30 +0200243
Takashi Iwai7c7767e2009-01-20 15:28:38 +0100244 int volume_offset;
245
Matt2f2f4252005-04-13 14:45:30 +0200246 /* capture */
Takashi Iwai2b635362011-05-02 12:33:43 +0200247 const hda_nid_t *adc_nids;
Matt2f2f4252005-04-13 14:45:30 +0200248 unsigned int num_adcs;
Takashi Iwai2b635362011-05-02 12:33:43 +0200249 const hda_nid_t *mux_nids;
Mattdabbed62005-06-14 10:19:34 +0200250 unsigned int num_muxes;
Takashi Iwai2b635362011-05-02 12:33:43 +0200251 const hda_nid_t *dmic_nids;
Matt Porter8b657272006-10-26 17:12:59 +0200252 unsigned int num_dmics;
Takashi Iwai2b635362011-05-02 12:33:43 +0200253 const hda_nid_t *dmux_nids;
Takashi Iwai1697055e2007-12-18 18:05:52 +0100254 unsigned int num_dmuxes;
Takashi Iwai2b635362011-05-02 12:33:43 +0200255 const hda_nid_t *smux_nids;
Matthew Ranostayd9737752008-09-07 12:03:41 +0200256 unsigned int num_smuxes;
Takashi Iwai5207e102009-07-30 13:09:08 +0200257 unsigned int num_analog_muxes;
Takashi Iwai6479c632009-07-28 18:20:25 +0200258
Takashi Iwai2b635362011-05-02 12:33:43 +0200259 const unsigned long *capvols; /* amp-volume attr: HDA_COMPOSE_AMP_VAL() */
260 const unsigned long *capsws; /* amp-mute attr: HDA_COMPOSE_AMP_VAL() */
Takashi Iwai6479c632009-07-28 18:20:25 +0200261 unsigned int num_caps; /* number of capture volume/switch elements */
262
Takashi Iwai3d21d3f2009-07-29 14:32:56 +0200263 struct sigmatel_mic_route ext_mic;
264 struct sigmatel_mic_route int_mic;
Charles Chin99077902010-09-17 10:22:32 +0200265 struct sigmatel_mic_route dock_mic;
Takashi Iwai3d21d3f2009-07-29 14:32:56 +0200266
Takashi Iwaiea734962011-01-17 11:29:34 +0100267 const char * const *spdif_labels;
Matthew Ranostayd9737752008-09-07 12:03:41 +0200268
Mattdabbed62005-06-14 10:19:34 +0200269 hda_nid_t dig_in_nid;
Matthew Ranostayb22b4822008-01-22 12:32:30 +0100270 hda_nid_t mono_nid;
Matthew Ranostay1cd22242008-07-18 18:20:52 +0200271 hda_nid_t anabeep_nid;
272 hda_nid_t digbeep_nid;
Matt2f2f4252005-04-13 14:45:30 +0200273
Matt2f2f4252005-04-13 14:45:30 +0200274 /* pin widgets */
Takashi Iwai2b635362011-05-02 12:33:43 +0200275 const hda_nid_t *pin_nids;
Matt2f2f4252005-04-13 14:45:30 +0200276 unsigned int num_pins;
Matt2f2f4252005-04-13 14:45:30 +0200277
278 /* codec specific stuff */
Takashi Iwai2b635362011-05-02 12:33:43 +0200279 const struct hda_verb *init;
280 const struct snd_kcontrol_new *mixer;
Matt2f2f4252005-04-13 14:45:30 +0200281
282 /* capture source */
Matt Porter8b657272006-10-26 17:12:59 +0200283 struct hda_input_mux *dinput_mux;
Matthew Ranostaye1f0d662007-12-13 17:47:21 +0100284 unsigned int cur_dmux[2];
Mattc7d4b2f2005-06-27 14:59:41 +0200285 struct hda_input_mux *input_mux;
Matt Porter3cc08dc2006-01-23 15:27:49 +0100286 unsigned int cur_mux[3];
Matthew Ranostayd9737752008-09-07 12:03:41 +0200287 struct hda_input_mux *sinput_mux;
288 unsigned int cur_smux[2];
Matthew Ranostay2a9c7812008-09-13 16:45:39 -0400289 unsigned int cur_amux;
290 hda_nid_t *amp_nids;
Matthew Ranostay8daaaa92008-08-15 07:45:52 +0200291 unsigned int powerdown_adcs;
Matt2f2f4252005-04-13 14:45:30 +0200292
Matt Porter403d1942005-11-29 15:00:51 +0100293 /* i/o switches */
294 unsigned int io_switch[2];
Maxim Levitsky0fb87bb2007-09-03 15:29:04 +0200295 unsigned int clfe_swap;
Takashi Iwaic21ca4a2008-12-19 09:26:08 +0100296 hda_nid_t line_switch; /* shared line-in for input and output */
297 hda_nid_t mic_switch; /* shared mic-in for input and output */
298 hda_nid_t hp_switch; /* NID of HP as line-out */
Maxim Levitsky5f10c4a2007-09-03 15:29:37 +0200299 unsigned int aloopback;
Matt2f2f4252005-04-13 14:45:30 +0200300
Mattc7d4b2f2005-06-27 14:59:41 +0200301 struct hda_pcm pcm_rec[2]; /* PCM information */
302
303 /* dynamic controls and input_mux */
304 struct auto_pin_cfg autocfg;
Takashi Iwai603c4012008-07-30 15:01:44 +0200305 struct snd_array kctls;
Matt Porter8b657272006-10-26 17:12:59 +0200306 struct hda_input_mux private_dimux;
Mattc7d4b2f2005-06-27 14:59:41 +0200307 struct hda_input_mux private_imux;
Matthew Ranostayd9737752008-09-07 12:03:41 +0200308 struct hda_input_mux private_smux;
Matthew Ranostayb22b4822008-01-22 12:32:30 +0100309 struct hda_input_mux private_mono_mux;
Vitaliy Kulikov699d8992011-03-10 13:43:35 -0600310
311 /* auto spec */
312 unsigned auto_pin_cnt;
313 hda_nid_t auto_pin_nids[MAX_PINS_NUM];
314 unsigned auto_adc_cnt;
315 hda_nid_t auto_adc_nids[MAX_ADCS_NUM];
316 hda_nid_t auto_mux_nids[MAX_ADCS_NUM];
317 hda_nid_t auto_dmux_nids[MAX_ADCS_NUM];
318 unsigned long auto_capvols[MAX_ADCS_NUM];
319 unsigned auto_dmic_cnt;
320 hda_nid_t auto_dmic_nids[MAX_DMICS_NUM];
Takashi Iwai2faa3bf2012-03-12 12:30:22 +0100321
Takashi Iwaid2f344b2012-03-12 16:59:58 +0100322 struct hda_vmaster_mute_hook vmaster_mute;
Matt2f2f4252005-04-13 14:45:30 +0200323};
324
Takashi Iwaic8822462012-05-15 09:11:36 +0200325#define AC_VERB_IDT_SET_POWER_MAP 0x7ec
326#define AC_VERB_IDT_GET_POWER_MAP 0xfec
327
Takashi Iwai2b635362011-05-02 12:33:43 +0200328static const hda_nid_t stac9200_adc_nids[1] = {
Matt2f2f4252005-04-13 14:45:30 +0200329 0x03,
330};
331
Takashi Iwai2b635362011-05-02 12:33:43 +0200332static const hda_nid_t stac9200_mux_nids[1] = {
Matt2f2f4252005-04-13 14:45:30 +0200333 0x0c,
334};
335
Takashi Iwai2b635362011-05-02 12:33:43 +0200336static const hda_nid_t stac9200_dac_nids[1] = {
Matt2f2f4252005-04-13 14:45:30 +0200337 0x02,
338};
339
Takashi Iwai2b635362011-05-02 12:33:43 +0200340static const hda_nid_t stac92hd73xx_pwr_nids[8] = {
Matthew Ranostaya64135a2008-01-10 16:55:06 +0100341 0x0a, 0x0b, 0x0c, 0xd, 0x0e,
342 0x0f, 0x10, 0x11
343};
344
Takashi Iwai2b635362011-05-02 12:33:43 +0200345static const hda_nid_t stac92hd73xx_slave_dig_outs[2] = {
Matthew Ranostay0ffa9802008-09-08 11:20:05 -0400346 0x26, 0,
347};
348
Takashi Iwai2b635362011-05-02 12:33:43 +0200349static const hda_nid_t stac92hd73xx_adc_nids[2] = {
Matthew Ranostaye1f0d662007-12-13 17:47:21 +0100350 0x1a, 0x1b
351};
352
353#define STAC92HD73XX_NUM_DMICS 2
Takashi Iwai2b635362011-05-02 12:33:43 +0200354static const hda_nid_t stac92hd73xx_dmic_nids[STAC92HD73XX_NUM_DMICS + 1] = {
Matthew Ranostaye1f0d662007-12-13 17:47:21 +0100355 0x13, 0x14, 0
356};
357
358#define STAC92HD73_DAC_COUNT 5
Matthew Ranostaye1f0d662007-12-13 17:47:21 +0100359
Takashi Iwai2b635362011-05-02 12:33:43 +0200360static const hda_nid_t stac92hd73xx_mux_nids[2] = {
Takashi Iwaie2aec172009-09-02 01:00:05 +0200361 0x20, 0x21,
Matthew Ranostaye1f0d662007-12-13 17:47:21 +0100362};
363
Takashi Iwai2b635362011-05-02 12:33:43 +0200364static const hda_nid_t stac92hd73xx_dmux_nids[2] = {
Matthew Ranostaye1f0d662007-12-13 17:47:21 +0100365 0x20, 0x21,
366};
367
Takashi Iwai2b635362011-05-02 12:33:43 +0200368static const hda_nid_t stac92hd73xx_smux_nids[2] = {
Matthew Ranostayd9737752008-09-07 12:03:41 +0200369 0x22, 0x23,
370};
371
Takashi Iwai6479c632009-07-28 18:20:25 +0200372#define STAC92HD73XX_NUM_CAPS 2
Takashi Iwai2b635362011-05-02 12:33:43 +0200373static const unsigned long stac92hd73xx_capvols[] = {
Takashi Iwai6479c632009-07-28 18:20:25 +0200374 HDA_COMPOSE_AMP_VAL(0x20, 3, 0, HDA_OUTPUT),
375 HDA_COMPOSE_AMP_VAL(0x21, 3, 0, HDA_OUTPUT),
376};
377#define stac92hd73xx_capsws stac92hd73xx_capvols
378
Matthew Ranostayd0513fc2008-07-27 10:30:30 +0200379#define STAC92HD83_DAC_COUNT 3
Matthew Ranostayd0513fc2008-07-27 10:30:30 +0200380
Charles Chinafef2cf2011-11-11 08:05:28 +0100381static const hda_nid_t stac92hd83xxx_pwr_nids[7] = {
382 0x0a, 0x0b, 0x0c, 0xd, 0x0e,
383 0x0f, 0x10
Matthew Ranostayd0513fc2008-07-27 10:30:30 +0200384};
385
Takashi Iwai2b635362011-05-02 12:33:43 +0200386static const hda_nid_t stac92hd83xxx_slave_dig_outs[2] = {
Matthew Ranostay0ffa9802008-09-08 11:20:05 -0400387 0x1e, 0,
388};
389
Takashi Iwai2b635362011-05-02 12:33:43 +0200390static const hda_nid_t stac92hd83xxx_dmic_nids[] = {
Vitaliy Kulikov699d8992011-03-10 13:43:35 -0600391 0x11, 0x20,
Vitaliy Kulikovab5a6eb2010-09-08 09:00:17 +0200392};
393
Takashi Iwai2b635362011-05-02 12:33:43 +0200394static const hda_nid_t stac92hd71bxx_pwr_nids[3] = {
Matthew Ranostaya64135a2008-01-10 16:55:06 +0100395 0x0a, 0x0d, 0x0f
396};
397
Takashi Iwai2b635362011-05-02 12:33:43 +0200398static const hda_nid_t stac92hd71bxx_adc_nids[2] = {
Matthew Ranostaye035b842007-11-06 11:53:55 +0100399 0x12, 0x13,
400};
401
Takashi Iwai2b635362011-05-02 12:33:43 +0200402static const hda_nid_t stac92hd71bxx_mux_nids[2] = {
Matthew Ranostaye035b842007-11-06 11:53:55 +0100403 0x1a, 0x1b
404};
405
Takashi Iwai2b635362011-05-02 12:33:43 +0200406static const hda_nid_t stac92hd71bxx_dmux_nids[2] = {
Matthew Ranostay4b33c762008-10-10 09:07:23 -0400407 0x1c, 0x1d,
Matthew Ranostaye1f0d662007-12-13 17:47:21 +0100408};
409
Takashi Iwai2b635362011-05-02 12:33:43 +0200410static const hda_nid_t stac92hd71bxx_smux_nids[2] = {
Matthew Ranostayd9737752008-09-07 12:03:41 +0200411 0x24, 0x25,
412};
413
Matthew Ranostaye035b842007-11-06 11:53:55 +0100414#define STAC92HD71BXX_NUM_DMICS 2
Takashi Iwai2b635362011-05-02 12:33:43 +0200415static const hda_nid_t stac92hd71bxx_dmic_nids[STAC92HD71BXX_NUM_DMICS + 1] = {
Matthew Ranostaye035b842007-11-06 11:53:55 +0100416 0x18, 0x19, 0
417};
418
Takashi Iwai2b635362011-05-02 12:33:43 +0200419static const hda_nid_t stac92hd71bxx_dmic_5port_nids[STAC92HD71BXX_NUM_DMICS] = {
420 0x18, 0
421};
422
423static const hda_nid_t stac92hd71bxx_slave_dig_outs[2] = {
Matthew Ranostay0ffa9802008-09-08 11:20:05 -0400424 0x22, 0
425};
426
Takashi Iwai6479c632009-07-28 18:20:25 +0200427#define STAC92HD71BXX_NUM_CAPS 2
Takashi Iwai2b635362011-05-02 12:33:43 +0200428static const unsigned long stac92hd71bxx_capvols[] = {
Takashi Iwai6479c632009-07-28 18:20:25 +0200429 HDA_COMPOSE_AMP_VAL(0x1c, 3, 0, HDA_OUTPUT),
430 HDA_COMPOSE_AMP_VAL(0x1d, 3, 0, HDA_OUTPUT),
431};
432#define stac92hd71bxx_capsws stac92hd71bxx_capvols
433
Takashi Iwai2b635362011-05-02 12:33:43 +0200434static const hda_nid_t stac925x_adc_nids[1] = {
Tobin Davis8e21c342007-01-08 11:04:17 +0100435 0x03,
436};
437
Takashi Iwai2b635362011-05-02 12:33:43 +0200438static const hda_nid_t stac925x_mux_nids[1] = {
Tobin Davis8e21c342007-01-08 11:04:17 +0100439 0x0f,
440};
441
Takashi Iwai2b635362011-05-02 12:33:43 +0200442static const hda_nid_t stac925x_dac_nids[1] = {
Tobin Davis8e21c342007-01-08 11:04:17 +0100443 0x02,
444};
445
Takashi Iwaif6e98522007-10-16 14:27:04 +0200446#define STAC925X_NUM_DMICS 1
Takashi Iwai2b635362011-05-02 12:33:43 +0200447static const hda_nid_t stac925x_dmic_nids[STAC925X_NUM_DMICS + 1] = {
Takashi Iwaif6e98522007-10-16 14:27:04 +0200448 0x15, 0
Tobin Davis2c11f952007-05-17 09:36:34 +0200449};
450
Takashi Iwai2b635362011-05-02 12:33:43 +0200451static const hda_nid_t stac925x_dmux_nids[1] = {
Takashi Iwai1697055e2007-12-18 18:05:52 +0100452 0x14,
453};
454
Takashi Iwai2b635362011-05-02 12:33:43 +0200455static const unsigned long stac925x_capvols[] = {
Takashi Iwai6479c632009-07-28 18:20:25 +0200456 HDA_COMPOSE_AMP_VAL(0x09, 3, 0, HDA_OUTPUT),
457};
Takashi Iwai2b635362011-05-02 12:33:43 +0200458static const unsigned long stac925x_capsws[] = {
Takashi Iwai6479c632009-07-28 18:20:25 +0200459 HDA_COMPOSE_AMP_VAL(0x14, 3, 0, HDA_OUTPUT),
460};
461
Takashi Iwai2b635362011-05-02 12:33:43 +0200462static const hda_nid_t stac922x_adc_nids[2] = {
Matt2f2f4252005-04-13 14:45:30 +0200463 0x06, 0x07,
464};
465
Takashi Iwai2b635362011-05-02 12:33:43 +0200466static const hda_nid_t stac922x_mux_nids[2] = {
Matt2f2f4252005-04-13 14:45:30 +0200467 0x12, 0x13,
468};
469
Takashi Iwai6479c632009-07-28 18:20:25 +0200470#define STAC922X_NUM_CAPS 2
Takashi Iwai2b635362011-05-02 12:33:43 +0200471static const unsigned long stac922x_capvols[] = {
Takashi Iwai6479c632009-07-28 18:20:25 +0200472 HDA_COMPOSE_AMP_VAL(0x17, 3, 0, HDA_INPUT),
473 HDA_COMPOSE_AMP_VAL(0x18, 3, 0, HDA_INPUT),
474};
475#define stac922x_capsws stac922x_capvols
476
Takashi Iwai2b635362011-05-02 12:33:43 +0200477static const hda_nid_t stac927x_slave_dig_outs[2] = {
Matthew Ranostay45c1d852009-02-04 17:49:41 -0500478 0x1f, 0,
479};
480
Takashi Iwai2b635362011-05-02 12:33:43 +0200481static const hda_nid_t stac927x_adc_nids[3] = {
Matt Porter3cc08dc2006-01-23 15:27:49 +0100482 0x07, 0x08, 0x09
483};
484
Takashi Iwai2b635362011-05-02 12:33:43 +0200485static const hda_nid_t stac927x_mux_nids[3] = {
Matt Porter3cc08dc2006-01-23 15:27:49 +0100486 0x15, 0x16, 0x17
487};
488
Takashi Iwai2b635362011-05-02 12:33:43 +0200489static const hda_nid_t stac927x_smux_nids[1] = {
Matthew Ranostayd9737752008-09-07 12:03:41 +0200490 0x21,
491};
492
Takashi Iwai2b635362011-05-02 12:33:43 +0200493static const hda_nid_t stac927x_dac_nids[6] = {
Matthew Ranostayb76c8502008-02-06 14:49:44 +0100494 0x02, 0x03, 0x04, 0x05, 0x06, 0
495};
496
Takashi Iwai2b635362011-05-02 12:33:43 +0200497static const hda_nid_t stac927x_dmux_nids[1] = {
Matthew Ranostaye1f0d662007-12-13 17:47:21 +0100498 0x1b,
499};
500
Matthew Ranostay7f168592007-10-18 17:38:17 +0200501#define STAC927X_NUM_DMICS 2
Takashi Iwai2b635362011-05-02 12:33:43 +0200502static const hda_nid_t stac927x_dmic_nids[STAC927X_NUM_DMICS + 1] = {
Matthew Ranostay7f168592007-10-18 17:38:17 +0200503 0x13, 0x14, 0
504};
505
Takashi Iwai6479c632009-07-28 18:20:25 +0200506#define STAC927X_NUM_CAPS 3
Takashi Iwai2b635362011-05-02 12:33:43 +0200507static const unsigned long stac927x_capvols[] = {
Takashi Iwai6479c632009-07-28 18:20:25 +0200508 HDA_COMPOSE_AMP_VAL(0x18, 3, 0, HDA_INPUT),
509 HDA_COMPOSE_AMP_VAL(0x19, 3, 0, HDA_INPUT),
510 HDA_COMPOSE_AMP_VAL(0x1a, 3, 0, HDA_INPUT),
511};
Takashi Iwai2b635362011-05-02 12:33:43 +0200512static const unsigned long stac927x_capsws[] = {
Takashi Iwai6479c632009-07-28 18:20:25 +0200513 HDA_COMPOSE_AMP_VAL(0x1b, 3, 0, HDA_OUTPUT),
514 HDA_COMPOSE_AMP_VAL(0x1c, 3, 0, HDA_OUTPUT),
515 HDA_COMPOSE_AMP_VAL(0x1d, 3, 0, HDA_OUTPUT),
516};
517
Takashi Iwaiea734962011-01-17 11:29:34 +0100518static const char * const stac927x_spdif_labels[5] = {
Matthew Ranostay65973632008-09-16 10:39:37 -0400519 "Digital Playback", "ADAT", "Analog Mux 1",
520 "Analog Mux 2", "Analog Mux 3"
521};
522
Takashi Iwai2b635362011-05-02 12:33:43 +0200523static const hda_nid_t stac9205_adc_nids[2] = {
Matt Porterf3302a52006-07-31 12:49:34 +0200524 0x12, 0x13
525};
526
Takashi Iwai2b635362011-05-02 12:33:43 +0200527static const hda_nid_t stac9205_mux_nids[2] = {
Matt Porterf3302a52006-07-31 12:49:34 +0200528 0x19, 0x1a
529};
530
Takashi Iwai2b635362011-05-02 12:33:43 +0200531static const hda_nid_t stac9205_dmux_nids[1] = {
Takashi Iwai1697055e2007-12-18 18:05:52 +0100532 0x1d,
Matthew Ranostaye1f0d662007-12-13 17:47:21 +0100533};
534
Takashi Iwai2b635362011-05-02 12:33:43 +0200535static const hda_nid_t stac9205_smux_nids[1] = {
Matthew Ranostayd9737752008-09-07 12:03:41 +0200536 0x21,
537};
538
Takashi Iwaif6e98522007-10-16 14:27:04 +0200539#define STAC9205_NUM_DMICS 2
Takashi Iwai2b635362011-05-02 12:33:43 +0200540static const hda_nid_t stac9205_dmic_nids[STAC9205_NUM_DMICS + 1] = {
Takashi Iwaif6e98522007-10-16 14:27:04 +0200541 0x17, 0x18, 0
Matt Porter8b657272006-10-26 17:12:59 +0200542};
543
Takashi Iwai6479c632009-07-28 18:20:25 +0200544#define STAC9205_NUM_CAPS 2
Takashi Iwai2b635362011-05-02 12:33:43 +0200545static const unsigned long stac9205_capvols[] = {
Takashi Iwai6479c632009-07-28 18:20:25 +0200546 HDA_COMPOSE_AMP_VAL(0x1b, 3, 0, HDA_INPUT),
547 HDA_COMPOSE_AMP_VAL(0x1c, 3, 0, HDA_INPUT),
548};
Takashi Iwai2b635362011-05-02 12:33:43 +0200549static const unsigned long stac9205_capsws[] = {
Takashi Iwai6479c632009-07-28 18:20:25 +0200550 HDA_COMPOSE_AMP_VAL(0x1d, 3, 0, HDA_OUTPUT),
551 HDA_COMPOSE_AMP_VAL(0x1e, 3, 0, HDA_OUTPUT),
552};
553
Takashi Iwai2b635362011-05-02 12:33:43 +0200554static const hda_nid_t stac9200_pin_nids[8] = {
Tobin Davis93ed1502006-09-01 21:03:12 +0200555 0x08, 0x09, 0x0d, 0x0e,
556 0x0f, 0x10, 0x11, 0x12,
Matt2f2f4252005-04-13 14:45:30 +0200557};
558
Takashi Iwai2b635362011-05-02 12:33:43 +0200559static const hda_nid_t stac925x_pin_nids[8] = {
Tobin Davis8e21c342007-01-08 11:04:17 +0100560 0x07, 0x08, 0x0a, 0x0b,
561 0x0c, 0x0d, 0x10, 0x11,
562};
563
Takashi Iwai2b635362011-05-02 12:33:43 +0200564static const hda_nid_t stac922x_pin_nids[10] = {
Matt2f2f4252005-04-13 14:45:30 +0200565 0x0a, 0x0b, 0x0c, 0x0d, 0x0e,
566 0x0f, 0x10, 0x11, 0x15, 0x1b,
567};
568
Takashi Iwai2b635362011-05-02 12:33:43 +0200569static const hda_nid_t stac92hd73xx_pin_nids[13] = {
Matthew Ranostaye1f0d662007-12-13 17:47:21 +0100570 0x0a, 0x0b, 0x0c, 0x0d, 0x0e,
571 0x0f, 0x10, 0x11, 0x12, 0x13,
Matthew Ranostayd9737752008-09-07 12:03:41 +0200572 0x14, 0x22, 0x23
Matthew Ranostaye1f0d662007-12-13 17:47:21 +0100573};
574
Herton Ronaldo Krzesinski616f89e2009-02-04 11:23:19 -0500575#define STAC92HD71BXX_NUM_PINS 13
Takashi Iwai2b635362011-05-02 12:33:43 +0200576static const hda_nid_t stac92hd71bxx_pin_nids_4port[STAC92HD71BXX_NUM_PINS] = {
Herton Ronaldo Krzesinski616f89e2009-02-04 11:23:19 -0500577 0x0a, 0x0b, 0x0c, 0x0d, 0x00,
578 0x00, 0x14, 0x18, 0x19, 0x1e,
579 0x1f, 0x20, 0x27
580};
Takashi Iwai2b635362011-05-02 12:33:43 +0200581static const hda_nid_t stac92hd71bxx_pin_nids_6port[STAC92HD71BXX_NUM_PINS] = {
Matthew Ranostaye035b842007-11-06 11:53:55 +0100582 0x0a, 0x0b, 0x0c, 0x0d, 0x0e,
583 0x0f, 0x14, 0x18, 0x19, 0x1e,
Herton Ronaldo Krzesinski616f89e2009-02-04 11:23:19 -0500584 0x1f, 0x20, 0x27
Matthew Ranostaye035b842007-11-06 11:53:55 +0100585};
586
Takashi Iwai2b635362011-05-02 12:33:43 +0200587static const hda_nid_t stac927x_pin_nids[14] = {
Matt Porter3cc08dc2006-01-23 15:27:49 +0100588 0x0a, 0x0b, 0x0c, 0x0d, 0x0e,
589 0x0f, 0x10, 0x11, 0x12, 0x13,
590 0x14, 0x21, 0x22, 0x23,
591};
592
Takashi Iwai2b635362011-05-02 12:33:43 +0200593static const hda_nid_t stac9205_pin_nids[12] = {
Matt Porterf3302a52006-07-31 12:49:34 +0200594 0x0a, 0x0b, 0x0c, 0x0d, 0x0e,
595 0x0f, 0x14, 0x16, 0x17, 0x18,
596 0x21, 0x22,
Matt Porterf3302a52006-07-31 12:49:34 +0200597};
598
Matt Porter8b657272006-10-26 17:12:59 +0200599static int stac92xx_dmux_enum_info(struct snd_kcontrol *kcontrol,
600 struct snd_ctl_elem_info *uinfo)
601{
602 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
603 struct sigmatel_spec *spec = codec->spec;
604 return snd_hda_input_mux_info(spec->dinput_mux, uinfo);
605}
606
607static int stac92xx_dmux_enum_get(struct snd_kcontrol *kcontrol,
608 struct snd_ctl_elem_value *ucontrol)
609{
610 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
611 struct sigmatel_spec *spec = codec->spec;
Matthew Ranostaye1f0d662007-12-13 17:47:21 +0100612 unsigned int dmux_idx = snd_ctl_get_ioffidx(kcontrol, &ucontrol->id);
Matt Porter8b657272006-10-26 17:12:59 +0200613
Matthew Ranostaye1f0d662007-12-13 17:47:21 +0100614 ucontrol->value.enumerated.item[0] = spec->cur_dmux[dmux_idx];
Matt Porter8b657272006-10-26 17:12:59 +0200615 return 0;
616}
617
618static int stac92xx_dmux_enum_put(struct snd_kcontrol *kcontrol,
619 struct snd_ctl_elem_value *ucontrol)
620{
621 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
622 struct sigmatel_spec *spec = codec->spec;
Matthew Ranostaye1f0d662007-12-13 17:47:21 +0100623 unsigned int dmux_idx = snd_ctl_get_ioffidx(kcontrol, &ucontrol->id);
Matt Porter8b657272006-10-26 17:12:59 +0200624
625 return snd_hda_input_mux_put(codec, spec->dinput_mux, ucontrol,
Matthew Ranostaye1f0d662007-12-13 17:47:21 +0100626 spec->dmux_nids[dmux_idx], &spec->cur_dmux[dmux_idx]);
Matt Porter8b657272006-10-26 17:12:59 +0200627}
628
Matthew Ranostayd9737752008-09-07 12:03:41 +0200629static int stac92xx_smux_enum_info(struct snd_kcontrol *kcontrol,
630 struct snd_ctl_elem_info *uinfo)
631{
632 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
633 struct sigmatel_spec *spec = codec->spec;
634 return snd_hda_input_mux_info(spec->sinput_mux, uinfo);
635}
636
637static int stac92xx_smux_enum_get(struct snd_kcontrol *kcontrol,
638 struct snd_ctl_elem_value *ucontrol)
639{
640 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
641 struct sigmatel_spec *spec = codec->spec;
642 unsigned int smux_idx = snd_ctl_get_ioffidx(kcontrol, &ucontrol->id);
643
644 ucontrol->value.enumerated.item[0] = spec->cur_smux[smux_idx];
645 return 0;
646}
647
648static int stac92xx_smux_enum_put(struct snd_kcontrol *kcontrol,
649 struct snd_ctl_elem_value *ucontrol)
650{
651 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
652 struct sigmatel_spec *spec = codec->spec;
Matthew Ranostay00ef50c2008-09-27 18:13:47 -0400653 struct hda_input_mux *smux = &spec->private_smux;
Matthew Ranostayd9737752008-09-07 12:03:41 +0200654 unsigned int smux_idx = snd_ctl_get_ioffidx(kcontrol, &ucontrol->id);
Matthew Ranostay00ef50c2008-09-27 18:13:47 -0400655 int err, val;
656 hda_nid_t nid;
Matthew Ranostayd9737752008-09-07 12:03:41 +0200657
Matthew Ranostay00ef50c2008-09-27 18:13:47 -0400658 err = snd_hda_input_mux_put(codec, spec->sinput_mux, ucontrol,
Matthew Ranostayd9737752008-09-07 12:03:41 +0200659 spec->smux_nids[smux_idx], &spec->cur_smux[smux_idx]);
Matthew Ranostay00ef50c2008-09-27 18:13:47 -0400660 if (err < 0)
661 return err;
662
663 if (spec->spdif_mute) {
664 if (smux_idx == 0)
665 nid = spec->multiout.dig_out_nid;
666 else
667 nid = codec->slave_dig_outs[smux_idx - 1];
668 if (spec->cur_smux[smux_idx] == smux->num_items - 1)
Takashi Iwaic9b46f92008-12-01 11:42:09 +0100669 val = HDA_AMP_MUTE;
Matthew Ranostay00ef50c2008-09-27 18:13:47 -0400670 else
Takashi Iwaic9b46f92008-12-01 11:42:09 +0100671 val = 0;
Matthew Ranostay00ef50c2008-09-27 18:13:47 -0400672 /* un/mute SPDIF out */
Takashi Iwaic9b46f92008-12-01 11:42:09 +0100673 snd_hda_codec_amp_stereo(codec, nid, HDA_OUTPUT, 0,
674 HDA_AMP_MUTE, val);
Matthew Ranostay00ef50c2008-09-27 18:13:47 -0400675 }
676 return 0;
Matthew Ranostayd9737752008-09-07 12:03:41 +0200677}
678
Vitaliy Kulikov45eebda2011-07-26 16:56:20 -0500679static int stac_vrefout_set(struct hda_codec *codec,
680 hda_nid_t nid, unsigned int new_vref)
681{
682 int error, pinctl;
683
684 snd_printdd("%s, nid %x ctl %x\n", __func__, nid, new_vref);
685 pinctl = snd_hda_codec_read(codec, nid, 0,
686 AC_VERB_GET_PIN_WIDGET_CONTROL, 0);
687
688 if (pinctl < 0)
689 return pinctl;
690
691 pinctl &= 0xff;
692 pinctl &= ~AC_PINCTL_VREFEN;
693 pinctl |= (new_vref & AC_PINCTL_VREFEN);
694
Takashi Iwaicdd03ce2012-04-20 12:34:50 +0200695 error = snd_hda_set_pin_ctl_cache(codec, nid, pinctl);
Vitaliy Kulikov45eebda2011-07-26 16:56:20 -0500696 if (error < 0)
697 return error;
698
699 return 1;
700}
701
Nickolas Lloyd2fc99892009-05-15 15:33:30 +0200702static unsigned int stac92xx_vref_set(struct hda_codec *codec,
703 hda_nid_t nid, unsigned int new_vref)
704{
Takashi Iwaib8621512009-06-22 08:00:10 +0200705 int error;
Nickolas Lloyd2fc99892009-05-15 15:33:30 +0200706 unsigned int pincfg;
707 pincfg = snd_hda_codec_read(codec, nid, 0,
708 AC_VERB_GET_PIN_WIDGET_CONTROL, 0);
709
710 pincfg &= 0xff;
711 pincfg &= ~(AC_PINCTL_VREFEN | AC_PINCTL_IN_EN | AC_PINCTL_OUT_EN);
712 pincfg |= new_vref;
713
714 if (new_vref == AC_PINCTL_VREF_HIZ)
715 pincfg |= AC_PINCTL_OUT_EN;
716 else
717 pincfg |= AC_PINCTL_IN_EN;
718
Takashi Iwaicdd03ce2012-04-20 12:34:50 +0200719 error = snd_hda_set_pin_ctl_cache(codec, nid, pincfg);
Nickolas Lloyd2fc99892009-05-15 15:33:30 +0200720 if (error < 0)
721 return error;
722 else
723 return 1;
724}
725
726static unsigned int stac92xx_vref_get(struct hda_codec *codec, hda_nid_t nid)
727{
728 unsigned int vref;
729 vref = snd_hda_codec_read(codec, nid, 0,
730 AC_VERB_GET_PIN_WIDGET_CONTROL, 0);
731 vref &= AC_PINCTL_VREFEN;
732 return vref;
733}
734
Takashi Iwaic8b6bf92005-11-17 14:57:47 +0100735static int stac92xx_mux_enum_info(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_info *uinfo)
Matt2f2f4252005-04-13 14:45:30 +0200736{
737 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
738 struct sigmatel_spec *spec = codec->spec;
Mattc7d4b2f2005-06-27 14:59:41 +0200739 return snd_hda_input_mux_info(spec->input_mux, uinfo);
Matt2f2f4252005-04-13 14:45:30 +0200740}
741
Takashi Iwaic8b6bf92005-11-17 14:57:47 +0100742static int stac92xx_mux_enum_get(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol)
Matt2f2f4252005-04-13 14:45:30 +0200743{
744 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
745 struct sigmatel_spec *spec = codec->spec;
746 unsigned int adc_idx = snd_ctl_get_ioffidx(kcontrol, &ucontrol->id);
747
748 ucontrol->value.enumerated.item[0] = spec->cur_mux[adc_idx];
749 return 0;
750}
751
Takashi Iwaic8b6bf92005-11-17 14:57:47 +0100752static int stac92xx_mux_enum_put(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol)
Matt2f2f4252005-04-13 14:45:30 +0200753{
754 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
755 struct sigmatel_spec *spec = codec->spec;
756 unsigned int adc_idx = snd_ctl_get_ioffidx(kcontrol, &ucontrol->id);
Takashi Iwai5207e102009-07-30 13:09:08 +0200757 const struct hda_input_mux *imux = spec->input_mux;
Vitaliy Kulikov094a4242011-03-09 19:47:43 -0600758 unsigned int idx, prev_idx, didx;
Matt2f2f4252005-04-13 14:45:30 +0200759
Takashi Iwai5207e102009-07-30 13:09:08 +0200760 idx = ucontrol->value.enumerated.item[0];
761 if (idx >= imux->num_items)
762 idx = imux->num_items - 1;
763 prev_idx = spec->cur_mux[adc_idx];
764 if (prev_idx == idx)
765 return 0;
766 if (idx < spec->num_analog_muxes) {
767 snd_hda_codec_write_cache(codec, spec->mux_nids[adc_idx], 0,
768 AC_VERB_SET_CONNECT_SEL,
769 imux->items[idx].index);
Vitaliy Kulikov094a4242011-03-09 19:47:43 -0600770 if (prev_idx >= spec->num_analog_muxes &&
771 spec->mux_nids[adc_idx] != spec->dmux_nids[adc_idx]) {
Takashi Iwai5207e102009-07-30 13:09:08 +0200772 imux = spec->dinput_mux;
773 /* 0 = analog */
774 snd_hda_codec_write_cache(codec,
775 spec->dmux_nids[adc_idx], 0,
776 AC_VERB_SET_CONNECT_SEL,
777 imux->items[0].index);
778 }
779 } else {
780 imux = spec->dinput_mux;
Vitaliy Kulikov094a4242011-03-09 19:47:43 -0600781 /* first dimux item is hardcoded to select analog imux,
782 * so lets skip it
783 */
784 didx = idx - spec->num_analog_muxes + 1;
Takashi Iwai5207e102009-07-30 13:09:08 +0200785 snd_hda_codec_write_cache(codec, spec->dmux_nids[adc_idx], 0,
786 AC_VERB_SET_CONNECT_SEL,
Vitaliy Kulikov094a4242011-03-09 19:47:43 -0600787 imux->items[didx].index);
Takashi Iwai5207e102009-07-30 13:09:08 +0200788 }
789 spec->cur_mux[adc_idx] = idx;
790 return 1;
Matt2f2f4252005-04-13 14:45:30 +0200791}
792
Matthew Ranostayb22b4822008-01-22 12:32:30 +0100793static int stac92xx_mono_mux_enum_info(struct snd_kcontrol *kcontrol,
794 struct snd_ctl_elem_info *uinfo)
795{
796 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
797 struct sigmatel_spec *spec = codec->spec;
798 return snd_hda_input_mux_info(spec->mono_mux, uinfo);
799}
800
801static int stac92xx_mono_mux_enum_get(struct snd_kcontrol *kcontrol,
802 struct snd_ctl_elem_value *ucontrol)
803{
804 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
805 struct sigmatel_spec *spec = codec->spec;
806
807 ucontrol->value.enumerated.item[0] = spec->cur_mmux;
808 return 0;
809}
810
811static int stac92xx_mono_mux_enum_put(struct snd_kcontrol *kcontrol,
812 struct snd_ctl_elem_value *ucontrol)
813{
814 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
815 struct sigmatel_spec *spec = codec->spec;
816
817 return snd_hda_input_mux_put(codec, spec->mono_mux, ucontrol,
818 spec->mono_nid, &spec->cur_mmux);
819}
820
Maxim Levitsky5f10c4a2007-09-03 15:29:37 +0200821#define stac92xx_aloopback_info snd_ctl_boolean_mono_info
822
823static int stac92xx_aloopback_get(struct snd_kcontrol *kcontrol,
824 struct snd_ctl_elem_value *ucontrol)
825{
826 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
Matthew Ranostaye1f0d662007-12-13 17:47:21 +0100827 unsigned int idx = snd_ctl_get_ioffidx(kcontrol, &ucontrol->id);
Maxim Levitsky5f10c4a2007-09-03 15:29:37 +0200828 struct sigmatel_spec *spec = codec->spec;
829
Matthew Ranostaye1f0d662007-12-13 17:47:21 +0100830 ucontrol->value.integer.value[0] = !!(spec->aloopback &
831 (spec->aloopback_mask << idx));
Maxim Levitsky5f10c4a2007-09-03 15:29:37 +0200832 return 0;
833}
834
835static int stac92xx_aloopback_put(struct snd_kcontrol *kcontrol,
836 struct snd_ctl_elem_value *ucontrol)
837{
838 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
839 struct sigmatel_spec *spec = codec->spec;
Matthew Ranostaye1f0d662007-12-13 17:47:21 +0100840 unsigned int idx = snd_ctl_get_ioffidx(kcontrol, &ucontrol->id);
Maxim Levitsky5f10c4a2007-09-03 15:29:37 +0200841 unsigned int dac_mode;
Matthew Ranostaye1f0d662007-12-13 17:47:21 +0100842 unsigned int val, idx_val;
Maxim Levitsky5f10c4a2007-09-03 15:29:37 +0200843
Matthew Ranostaye1f0d662007-12-13 17:47:21 +0100844 idx_val = spec->aloopback_mask << idx;
845 if (ucontrol->value.integer.value[0])
846 val = spec->aloopback | idx_val;
847 else
848 val = spec->aloopback & ~idx_val;
Takashi Iwai68ea7b22007-11-15 15:54:38 +0100849 if (spec->aloopback == val)
Maxim Levitsky5f10c4a2007-09-03 15:29:37 +0200850 return 0;
851
Takashi Iwai68ea7b22007-11-15 15:54:38 +0100852 spec->aloopback = val;
Maxim Levitsky5f10c4a2007-09-03 15:29:37 +0200853
Matthew Ranostaye1f0d662007-12-13 17:47:21 +0100854 /* Only return the bits defined by the shift value of the
855 * first two bytes of the mask
856 */
Maxim Levitsky5f10c4a2007-09-03 15:29:37 +0200857 dac_mode = snd_hda_codec_read(codec, codec->afg, 0,
Matthew Ranostaye1f0d662007-12-13 17:47:21 +0100858 kcontrol->private_value & 0xFFFF, 0x0);
859 dac_mode >>= spec->aloopback_shift;
Maxim Levitsky5f10c4a2007-09-03 15:29:37 +0200860
Matthew Ranostaye1f0d662007-12-13 17:47:21 +0100861 if (spec->aloopback & idx_val) {
Maxim Levitsky5f10c4a2007-09-03 15:29:37 +0200862 snd_hda_power_up(codec);
Matthew Ranostaye1f0d662007-12-13 17:47:21 +0100863 dac_mode |= idx_val;
Maxim Levitsky5f10c4a2007-09-03 15:29:37 +0200864 } else {
865 snd_hda_power_down(codec);
Matthew Ranostaye1f0d662007-12-13 17:47:21 +0100866 dac_mode &= ~idx_val;
Maxim Levitsky5f10c4a2007-09-03 15:29:37 +0200867 }
868
869 snd_hda_codec_write_cache(codec, codec->afg, 0,
870 kcontrol->private_value >> 16, dac_mode);
871
872 return 1;
873}
874
Takashi Iwai2b635362011-05-02 12:33:43 +0200875static const struct hda_verb stac9200_core_init[] = {
Matt2f2f4252005-04-13 14:45:30 +0200876 /* set dac0mux for dac converter */
Mattc7d4b2f2005-06-27 14:59:41 +0200877 { 0x07, AC_VERB_SET_CONNECT_SEL, 0x00},
Matt2f2f4252005-04-13 14:45:30 +0200878 {}
879};
880
Takashi Iwai2b635362011-05-02 12:33:43 +0200881static const struct hda_verb stac9200_eapd_init[] = {
Takashi Iwai1194b5b2007-10-10 10:04:26 +0200882 /* set dac0mux for dac converter */
883 {0x07, AC_VERB_SET_CONNECT_SEL, 0x00},
884 {0x08, AC_VERB_SET_EAPD_BTLENABLE, 0x02},
885 {}
886};
887
Takashi Iwai2b635362011-05-02 12:33:43 +0200888static const struct hda_verb dell_eq_core_init[] = {
Matthew Ranostayd654a662008-03-14 08:46:51 +0100889 /* set master volume to max value without distortion
890 * and direct control */
891 { 0x1f, AC_VERB_SET_VOLUME_KNOB_CONTROL, 0xec},
Matthew Ranostayd654a662008-03-14 08:46:51 +0100892 {}
893};
894
Takashi Iwai2b635362011-05-02 12:33:43 +0200895static const struct hda_verb stac92hd73xx_core_init[] = {
Matthew Ranostaye1f0d662007-12-13 17:47:21 +0100896 /* set master volume and direct control */
897 { 0x1f, AC_VERB_SET_VOLUME_KNOB_CONTROL, 0xff},
Matthew Ranostaye1f0d662007-12-13 17:47:21 +0100898 {}
899};
900
Takashi Iwai2b635362011-05-02 12:33:43 +0200901static const struct hda_verb stac92hd83xxx_core_init[] = {
Matthew Ranostayd0513fc2008-07-27 10:30:30 +0200902 /* power state controls amps */
903 { 0x01, AC_VERB_SET_EAPD, 1 << 2},
Herton Ronaldo Krzesinski574f3c42008-12-23 16:53:00 -0200904 {}
Matthew Ranostayd0513fc2008-07-27 10:30:30 +0200905};
906
Vitaliy Kulikov5556e142012-02-27 16:47:37 -0600907static const struct hda_verb stac92hd83xxx_hp_zephyr_init[] = {
908 { 0x22, 0x785, 0x43 },
909 { 0x22, 0x782, 0xe0 },
910 { 0x22, 0x795, 0x00 },
911 {}
912};
913
Takashi Iwai2b635362011-05-02 12:33:43 +0200914static const struct hda_verb stac92hd71bxx_core_init[] = {
Matthew Ranostaye035b842007-11-06 11:53:55 +0100915 /* set master volume and direct control */
916 { 0x28, AC_VERB_SET_VOLUME_KNOB_CONTROL, 0xff},
Herton Ronaldo Krzesinski574f3c42008-12-23 16:53:00 -0200917 {}
Matthew Ranostay541eee82007-12-14 12:08:04 +0100918};
919
Takashi Iwai2b635362011-05-02 12:33:43 +0200920static const struct hda_verb stac92hd71bxx_unmute_core_init[] = {
Matthew Ranostayca8d33f2009-01-26 09:33:52 -0500921 /* unmute right and left channels for nodes 0x0f, 0xa, 0x0d */
922 { 0x0f, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
Matthew Ranostaye035b842007-11-06 11:53:55 +0100923 { 0x0a, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
924 { 0x0d, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
Matthew Ranostaye035b842007-11-06 11:53:55 +0100925 {}
926};
927
Takashi Iwai2b635362011-05-02 12:33:43 +0200928static const struct hda_verb stac925x_core_init[] = {
Tobin Davis8e21c342007-01-08 11:04:17 +0100929 /* set dac0mux for dac converter */
930 { 0x06, AC_VERB_SET_CONNECT_SEL, 0x00},
Takashi Iwaic9280d62009-01-15 17:31:00 +0100931 /* mute the master volume */
932 { 0x0e, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_MUTE },
Tobin Davis8e21c342007-01-08 11:04:17 +0100933 {}
934};
935
Takashi Iwai2b635362011-05-02 12:33:43 +0200936static const struct hda_verb stac922x_core_init[] = {
Matt2f2f4252005-04-13 14:45:30 +0200937 /* set master volume and direct control */
Mattc7d4b2f2005-06-27 14:59:41 +0200938 { 0x16, AC_VERB_SET_VOLUME_KNOB_CONTROL, 0xff},
Matt2f2f4252005-04-13 14:45:30 +0200939 {}
940};
941
Takashi Iwai2b635362011-05-02 12:33:43 +0200942static const struct hda_verb d965_core_init[] = {
Takashi Iwai19039bd2006-06-28 15:52:16 +0200943 /* set master volume and direct control */
Tobin Davis93ed1502006-09-01 21:03:12 +0200944 { 0x24, AC_VERB_SET_VOLUME_KNOB_CONTROL, 0xff},
Takashi Iwai19039bd2006-06-28 15:52:16 +0200945 /* unmute node 0x1b */
946 { 0x1b, AC_VERB_SET_AMP_GAIN_MUTE, 0xb000},
947 /* select node 0x03 as DAC */
948 { 0x0b, AC_VERB_SET_CONNECT_SEL, 0x01},
949 {}
950};
951
Takashi Iwai2b635362011-05-02 12:33:43 +0200952static const struct hda_verb dell_3st_core_init[] = {
Takashi Iwaiccca7cd2009-10-13 15:32:21 +0200953 /* don't set delta bit */
954 {0x24, AC_VERB_SET_VOLUME_KNOB_CONTROL, 0x7f},
955 /* unmute node 0x1b */
956 {0x1b, AC_VERB_SET_AMP_GAIN_MUTE, 0xb000},
957 /* select node 0x03 as DAC */
958 {0x0b, AC_VERB_SET_CONNECT_SEL, 0x01},
959 {}
960};
961
Takashi Iwai2b635362011-05-02 12:33:43 +0200962static const struct hda_verb stac927x_core_init[] = {
Matt Porter3cc08dc2006-01-23 15:27:49 +0100963 /* set master volume and direct control */
964 { 0x24, AC_VERB_SET_VOLUME_KNOB_CONTROL, 0xff},
Matthew Ranostay1cd22242008-07-18 18:20:52 +0200965 /* enable analog pc beep path */
966 { 0x01, AC_VERB_SET_DIGI_CONVERT_2, 1 << 5},
Matt Porter3cc08dc2006-01-23 15:27:49 +0100967 {}
968};
969
Takashi Iwai2b635362011-05-02 12:33:43 +0200970static const struct hda_verb stac927x_volknob_core_init[] = {
Takashi Iwai54930532009-10-11 17:38:29 +0200971 /* don't set delta bit */
972 {0x24, AC_VERB_SET_VOLUME_KNOB_CONTROL, 0x7f},
973 /* enable analog pc beep path */
974 {0x01, AC_VERB_SET_DIGI_CONVERT_2, 1 << 5},
975 {}
976};
977
Takashi Iwai2b635362011-05-02 12:33:43 +0200978static const struct hda_verb stac9205_core_init[] = {
Matt Porterf3302a52006-07-31 12:49:34 +0200979 /* set master volume and direct control */
980 { 0x24, AC_VERB_SET_VOLUME_KNOB_CONTROL, 0xff},
Matthew Ranostayd0513fc2008-07-27 10:30:30 +0200981 /* enable analog pc beep path */
982 { 0x01, AC_VERB_SET_DIGI_CONVERT_2, 1 << 5},
Matt Porterf3302a52006-07-31 12:49:34 +0200983 {}
984};
985
Matthew Ranostayb22b4822008-01-22 12:32:30 +0100986#define STAC_MONO_MUX \
987 { \
988 .iface = SNDRV_CTL_ELEM_IFACE_MIXER, \
989 .name = "Mono Mux", \
990 .count = 1, \
991 .info = stac92xx_mono_mux_enum_info, \
992 .get = stac92xx_mono_mux_enum_get, \
993 .put = stac92xx_mono_mux_enum_put, \
994 }
995
Matthew Ranostaye1f0d662007-12-13 17:47:21 +0100996#define STAC_ANALOG_LOOPBACK(verb_read, verb_write, cnt) \
Maxim Levitsky5f10c4a2007-09-03 15:29:37 +0200997 { \
998 .iface = SNDRV_CTL_ELEM_IFACE_MIXER, \
999 .name = "Analog Loopback", \
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01001000 .count = cnt, \
Maxim Levitsky5f10c4a2007-09-03 15:29:37 +02001001 .info = stac92xx_aloopback_info, \
1002 .get = stac92xx_aloopback_get, \
1003 .put = stac92xx_aloopback_put, \
1004 .private_value = verb_read | (verb_write << 16), \
1005 }
1006
Nickolas Lloyd2fc99892009-05-15 15:33:30 +02001007#define DC_BIAS(xname, idx, nid) \
1008 { \
1009 .iface = SNDRV_CTL_ELEM_IFACE_MIXER, \
1010 .name = xname, \
1011 .index = idx, \
1012 .info = stac92xx_dc_bias_info, \
1013 .get = stac92xx_dc_bias_get, \
1014 .put = stac92xx_dc_bias_put, \
1015 .private_value = nid, \
1016 }
1017
Takashi Iwai2b635362011-05-02 12:33:43 +02001018static const struct snd_kcontrol_new stac9200_mixer[] = {
Takashi Iwai2faa3bf2012-03-12 12:30:22 +01001019 HDA_CODEC_VOLUME_MIN_MUTE("PCM Playback Volume", 0xb, 0, HDA_OUTPUT),
1020 HDA_CODEC_MUTE("PCM Playback Switch", 0xb, 0, HDA_OUTPUT),
Matt2f2f4252005-04-13 14:45:30 +02001021 HDA_CODEC_VOLUME("Capture Volume", 0x0a, 0, HDA_OUTPUT),
1022 HDA_CODEC_MUTE("Capture Switch", 0x0a, 0, HDA_OUTPUT),
Matt2f2f4252005-04-13 14:45:30 +02001023 { } /* end */
1024};
1025
Takashi Iwai2b635362011-05-02 12:33:43 +02001026static const struct snd_kcontrol_new stac92hd73xx_6ch_loopback[] = {
Takashi Iwaid78d7a92009-03-02 14:26:25 +01001027 STAC_ANALOG_LOOPBACK(0xFA0, 0x7A1, 3),
1028 {}
1029};
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01001030
Takashi Iwai2b635362011-05-02 12:33:43 +02001031static const struct snd_kcontrol_new stac92hd73xx_8ch_loopback[] = {
Takashi Iwaid78d7a92009-03-02 14:26:25 +01001032 STAC_ANALOG_LOOPBACK(0xFA0, 0x7A1, 4),
1033 {}
1034};
1035
Takashi Iwai2b635362011-05-02 12:33:43 +02001036static const struct snd_kcontrol_new stac92hd73xx_10ch_loopback[] = {
Takashi Iwaid78d7a92009-03-02 14:26:25 +01001037 STAC_ANALOG_LOOPBACK(0xFA0, 0x7A1, 5),
1038 {}
1039};
1040
Matthew Ranostayd0513fc2008-07-27 10:30:30 +02001041
Takashi Iwai2b635362011-05-02 12:33:43 +02001042static const struct snd_kcontrol_new stac92hd71bxx_loopback[] = {
Takashi Iwaid78d7a92009-03-02 14:26:25 +01001043 STAC_ANALOG_LOOPBACK(0xFA0, 0x7A0, 2)
1044};
Matthew Ranostay541eee82007-12-14 12:08:04 +01001045
Takashi Iwai2b635362011-05-02 12:33:43 +02001046static const struct snd_kcontrol_new stac925x_mixer[] = {
Takashi Iwai2faa3bf2012-03-12 12:30:22 +01001047 HDA_CODEC_VOLUME_MIN_MUTE("PCM Playback Volume", 0xe, 0, HDA_OUTPUT),
1048 HDA_CODEC_MUTE("PCM Playback Switch", 0x0e, 0, HDA_OUTPUT),
Maxim Levitsky9e05b7a2007-09-03 15:31:02 +02001049 { } /* end */
1050};
1051
Takashi Iwai2b635362011-05-02 12:33:43 +02001052static const struct snd_kcontrol_new stac9205_loopback[] = {
Takashi Iwaid78d7a92009-03-02 14:26:25 +01001053 STAC_ANALOG_LOOPBACK(0xFE0, 0x7E0, 1),
1054 {}
1055};
1056
Takashi Iwai2b635362011-05-02 12:33:43 +02001057static const struct snd_kcontrol_new stac927x_loopback[] = {
Takashi Iwaid78d7a92009-03-02 14:26:25 +01001058 STAC_ANALOG_LOOPBACK(0xFEB, 0x7EB, 1),
1059 {}
1060};
1061
Takashi Iwai1697055e2007-12-18 18:05:52 +01001062static struct snd_kcontrol_new stac_dmux_mixer = {
1063 .iface = SNDRV_CTL_ELEM_IFACE_MIXER,
1064 .name = "Digital Input Source",
1065 /* count set later */
1066 .info = stac92xx_dmux_enum_info,
1067 .get = stac92xx_dmux_enum_get,
1068 .put = stac92xx_dmux_enum_put,
1069};
1070
Matthew Ranostayd9737752008-09-07 12:03:41 +02001071static struct snd_kcontrol_new stac_smux_mixer = {
1072 .iface = SNDRV_CTL_ELEM_IFACE_MIXER,
Matthew Ranostaye3487972008-09-08 11:36:59 -04001073 .name = "IEC958 Playback Source",
Matthew Ranostayd9737752008-09-07 12:03:41 +02001074 /* count set later */
1075 .info = stac92xx_smux_enum_info,
1076 .get = stac92xx_smux_enum_get,
1077 .put = stac92xx_smux_enum_put,
1078};
1079
Takashi Iwai9322ca52012-02-03 14:28:01 +01001080static const char * const slave_pfxs[] = {
1081 "Front", "Surround", "Center", "LFE", "Side",
Takashi Iwaiab548d22012-09-06 10:10:11 +02001082 "Headphone", "Speaker", "IEC958", "PCM",
Takashi Iwai2134ea42008-01-10 16:53:55 +01001083 NULL
1084};
1085
Takashi Iwai2faa3bf2012-03-12 12:30:22 +01001086static void stac92xx_update_led_status(struct hda_codec *codec, int enabled);
1087
1088static void stac92xx_vmaster_hook(void *private_data, int val)
1089{
1090 stac92xx_update_led_status(private_data, val);
1091}
1092
Takashi Iwai603c4012008-07-30 15:01:44 +02001093static void stac92xx_free_kctls(struct hda_codec *codec);
1094
Matt2f2f4252005-04-13 14:45:30 +02001095static int stac92xx_build_controls(struct hda_codec *codec)
1096{
1097 struct sigmatel_spec *spec = codec->spec;
Takashi Iwai2faa3bf2012-03-12 12:30:22 +01001098 unsigned int vmaster_tlv[4];
Matt2f2f4252005-04-13 14:45:30 +02001099 int err;
Mattc7d4b2f2005-06-27 14:59:41 +02001100 int i;
Matt2f2f4252005-04-13 14:45:30 +02001101
Takashi Iwai6479c632009-07-28 18:20:25 +02001102 if (spec->mixer) {
1103 err = snd_hda_add_new_ctls(codec, spec->mixer);
1104 if (err < 0)
1105 return err;
1106 }
Mattc7d4b2f2005-06-27 14:59:41 +02001107
1108 for (i = 0; i < spec->num_mixers; i++) {
1109 err = snd_hda_add_new_ctls(codec, spec->mixers[i]);
1110 if (err < 0)
1111 return err;
1112 }
Takashi Iwai5207e102009-07-30 13:09:08 +02001113 if (!spec->auto_mic && spec->num_dmuxes > 0 &&
1114 snd_hda_get_bool_hint(codec, "separate_dmux") == 1) {
Takashi Iwai1697055e2007-12-18 18:05:52 +01001115 stac_dmux_mixer.count = spec->num_dmuxes;
Jaroslav Kysela3911a4c2009-11-11 13:43:01 +01001116 err = snd_hda_ctl_add(codec, 0,
Takashi Iwai1697055e2007-12-18 18:05:52 +01001117 snd_ctl_new1(&stac_dmux_mixer, codec));
1118 if (err < 0)
1119 return err;
1120 }
Matthew Ranostayd9737752008-09-07 12:03:41 +02001121 if (spec->num_smuxes > 0) {
Matthew Ranostay00ef50c2008-09-27 18:13:47 -04001122 int wcaps = get_wcaps(codec, spec->multiout.dig_out_nid);
1123 struct hda_input_mux *smux = &spec->private_smux;
1124 /* check for mute support on SPDIF out */
1125 if (wcaps & AC_WCAP_OUT_AMP) {
Takashi Iwai10a20af2010-09-09 16:28:02 +02001126 snd_hda_add_imux_item(smux, "Off", 0, NULL);
Matthew Ranostay00ef50c2008-09-27 18:13:47 -04001127 spec->spdif_mute = 1;
1128 }
Matthew Ranostayd9737752008-09-07 12:03:41 +02001129 stac_smux_mixer.count = spec->num_smuxes;
Jaroslav Kysela3911a4c2009-11-11 13:43:01 +01001130 err = snd_hda_ctl_add(codec, 0,
Matthew Ranostayd9737752008-09-07 12:03:41 +02001131 snd_ctl_new1(&stac_smux_mixer, codec));
1132 if (err < 0)
1133 return err;
1134 }
Mattc7d4b2f2005-06-27 14:59:41 +02001135
Mattdabbed62005-06-14 10:19:34 +02001136 if (spec->multiout.dig_out_nid) {
Stephen Warren74b654c2011-06-01 11:14:18 -06001137 err = snd_hda_create_spdif_out_ctls(codec,
1138 spec->multiout.dig_out_nid,
1139 spec->multiout.dig_out_nid);
Mattdabbed62005-06-14 10:19:34 +02001140 if (err < 0)
1141 return err;
Takashi Iwai9a081602008-02-12 18:37:26 +01001142 err = snd_hda_create_spdif_share_sw(codec,
1143 &spec->multiout);
1144 if (err < 0)
1145 return err;
1146 spec->multiout.share_spdif = 1;
Mattdabbed62005-06-14 10:19:34 +02001147 }
Harvey Harrisonda74ae32008-10-21 20:28:04 -07001148 if (spec->dig_in_nid && !(spec->gpio_dir & 0x01)) {
Mattdabbed62005-06-14 10:19:34 +02001149 err = snd_hda_create_spdif_in_ctls(codec, spec->dig_in_nid);
1150 if (err < 0)
1151 return err;
1152 }
Takashi Iwai2134ea42008-01-10 16:53:55 +01001153
1154 /* if we have no master control, let's create it */
Takashi Iwai2faa3bf2012-03-12 12:30:22 +01001155 snd_hda_set_vmaster_tlv(codec, spec->multiout.dac_nids[0],
1156 HDA_OUTPUT, vmaster_tlv);
1157 /* correct volume offset */
1158 vmaster_tlv[2] += vmaster_tlv[3] * spec->volume_offset;
1159 /* minimum value is actually mute */
1160 vmaster_tlv[3] |= TLV_DB_SCALE_MUTE;
1161 err = snd_hda_add_vmaster(codec, "Master Playback Volume",
1162 vmaster_tlv, slave_pfxs,
1163 "Playback Volume");
1164 if (err < 0)
1165 return err;
1166
1167 err = __snd_hda_add_vmaster(codec, "Master Playback Switch",
1168 NULL, slave_pfxs,
1169 "Playback Switch", true,
Takashi Iwaid2f344b2012-03-12 16:59:58 +01001170 &spec->vmaster_mute.sw_kctl);
Takashi Iwai2faa3bf2012-03-12 12:30:22 +01001171 if (err < 0)
1172 return err;
1173
1174 if (spec->gpio_led) {
Takashi Iwaid2f344b2012-03-12 16:59:58 +01001175 spec->vmaster_mute.hook = stac92xx_vmaster_hook;
Takashi Iwaif29735c2012-03-13 07:55:10 +01001176 err = snd_hda_add_vmaster_hook(codec, &spec->vmaster_mute, true);
Takashi Iwaid2f344b2012-03-12 16:59:58 +01001177 if (err < 0)
1178 return err;
Takashi Iwai2134ea42008-01-10 16:53:55 +01001179 }
1180
Takashi Iwaid78d7a92009-03-02 14:26:25 +01001181 if (spec->aloopback_ctl &&
1182 snd_hda_get_bool_hint(codec, "loopback") == 1) {
1183 err = snd_hda_add_new_ctls(codec, spec->aloopback_ctl);
1184 if (err < 0)
1185 return err;
1186 }
1187
Takashi Iwai603c4012008-07-30 15:01:44 +02001188 stac92xx_free_kctls(codec); /* no longer needed */
Takashi Iwaie4973e12008-11-18 09:32:42 +01001189
Takashi Iwai01a61e12011-10-28 00:03:22 +02001190 err = snd_hda_jack_add_kctls(codec, &spec->autocfg);
1191 if (err < 0)
1192 return err;
Takashi Iwaie4973e12008-11-18 09:32:42 +01001193
Mattdabbed62005-06-14 10:19:34 +02001194 return 0;
Matt2f2f4252005-04-13 14:45:30 +02001195}
1196
Takashi Iwai2b635362011-05-02 12:33:43 +02001197static const unsigned int ref9200_pin_configs[8] = {
Mattdabbed62005-06-14 10:19:34 +02001198 0x01c47010, 0x01447010, 0x0221401f, 0x01114010,
Matt2f2f4252005-04-13 14:45:30 +02001199 0x02a19020, 0x01a19021, 0x90100140, 0x01813122,
1200};
1201
Takashi Iwai2b635362011-05-02 12:33:43 +02001202static const unsigned int gateway9200_m4_pin_configs[8] = {
Mauro Carvalho Chehab58eec422008-08-11 10:18:39 +02001203 0x400000fe, 0x404500f4, 0x400100f0, 0x90110010,
1204 0x400100f1, 0x02a1902e, 0x500000f2, 0x500000f3,
1205};
Takashi Iwai2b635362011-05-02 12:33:43 +02001206static const unsigned int gateway9200_m4_2_pin_configs[8] = {
Mauro Carvalho Chehab58eec422008-08-11 10:18:39 +02001207 0x400000fe, 0x404500f4, 0x400100f0, 0x90110010,
1208 0x400100f1, 0x02a1902e, 0x500000f2, 0x500000f3,
1209};
1210
1211/*
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001212 STAC 9200 pin configs for
1213 102801A8
1214 102801DE
1215 102801E8
1216*/
Takashi Iwai2b635362011-05-02 12:33:43 +02001217static const unsigned int dell9200_d21_pin_configs[8] = {
Takashi Iwaiaf6c0162007-09-05 23:46:03 +02001218 0x400001f0, 0x400001f1, 0x02214030, 0x01014010,
1219 0x02a19020, 0x01a19021, 0x90100140, 0x01813122,
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001220};
1221
1222/*
1223 STAC 9200 pin configs for
1224 102801C0
1225 102801C1
1226*/
Takashi Iwai2b635362011-05-02 12:33:43 +02001227static const unsigned int dell9200_d22_pin_configs[8] = {
Takashi Iwaiaf6c0162007-09-05 23:46:03 +02001228 0x400001f0, 0x400001f1, 0x0221401f, 0x01014010,
1229 0x01813020, 0x02a19021, 0x90100140, 0x400001f2,
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001230};
1231
1232/*
1233 STAC 9200 pin configs for
1234 102801C4 (Dell Dimension E310)
1235 102801C5
1236 102801C7
1237 102801D9
1238 102801DA
1239 102801E3
1240*/
Takashi Iwai2b635362011-05-02 12:33:43 +02001241static const unsigned int dell9200_d23_pin_configs[8] = {
Takashi Iwaiaf6c0162007-09-05 23:46:03 +02001242 0x400001f0, 0x400001f1, 0x0221401f, 0x01014010,
1243 0x01813020, 0x01a19021, 0x90100140, 0x400001f2,
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001244};
1245
1246
1247/*
1248 STAC 9200-32 pin configs for
1249 102801B5 (Dell Inspiron 630m)
1250 102801D8 (Dell Inspiron 640m)
1251*/
Takashi Iwai2b635362011-05-02 12:33:43 +02001252static const unsigned int dell9200_m21_pin_configs[8] = {
Takashi Iwaiaf6c0162007-09-05 23:46:03 +02001253 0x40c003fa, 0x03441340, 0x0321121f, 0x90170310,
1254 0x408003fb, 0x03a11020, 0x401003fc, 0x403003fd,
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001255};
1256
1257/*
1258 STAC 9200-32 pin configs for
1259 102801C2 (Dell Latitude D620)
1260 102801C8
1261 102801CC (Dell Latitude D820)
1262 102801D4
1263 102801D6
1264*/
Takashi Iwai2b635362011-05-02 12:33:43 +02001265static const unsigned int dell9200_m22_pin_configs[8] = {
Takashi Iwaiaf6c0162007-09-05 23:46:03 +02001266 0x40c003fa, 0x0144131f, 0x0321121f, 0x90170310,
1267 0x90a70321, 0x03a11020, 0x401003fb, 0x40f000fc,
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001268};
1269
1270/*
1271 STAC 9200-32 pin configs for
1272 102801CE (Dell XPS M1710)
1273 102801CF (Dell Precision M90)
1274*/
Takashi Iwai2b635362011-05-02 12:33:43 +02001275static const unsigned int dell9200_m23_pin_configs[8] = {
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001276 0x40c003fa, 0x01441340, 0x0421421f, 0x90170310,
1277 0x408003fb, 0x04a1102e, 0x90170311, 0x403003fc,
1278};
1279
1280/*
1281 STAC 9200-32 pin configs for
1282 102801C9
1283 102801CA
1284 102801CB (Dell Latitude 120L)
1285 102801D3
1286*/
Takashi Iwai2b635362011-05-02 12:33:43 +02001287static const unsigned int dell9200_m24_pin_configs[8] = {
Takashi Iwaiaf6c0162007-09-05 23:46:03 +02001288 0x40c003fa, 0x404003fb, 0x0321121f, 0x90170310,
1289 0x408003fc, 0x03a11020, 0x401003fd, 0x403003fe,
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001290};
1291
1292/*
1293 STAC 9200-32 pin configs for
1294 102801BD (Dell Inspiron E1505n)
1295 102801EE
1296 102801EF
1297*/
Takashi Iwai2b635362011-05-02 12:33:43 +02001298static const unsigned int dell9200_m25_pin_configs[8] = {
Takashi Iwaiaf6c0162007-09-05 23:46:03 +02001299 0x40c003fa, 0x01441340, 0x0421121f, 0x90170310,
1300 0x408003fb, 0x04a11020, 0x401003fc, 0x403003fd,
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001301};
1302
1303/*
1304 STAC 9200-32 pin configs for
1305 102801F5 (Dell Inspiron 1501)
1306 102801F6
1307*/
Takashi Iwai2b635362011-05-02 12:33:43 +02001308static const unsigned int dell9200_m26_pin_configs[8] = {
Takashi Iwaiaf6c0162007-09-05 23:46:03 +02001309 0x40c003fa, 0x404003fb, 0x0421121f, 0x90170310,
1310 0x408003fc, 0x04a11020, 0x401003fd, 0x403003fe,
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001311};
1312
1313/*
1314 STAC 9200-32
1315 102801CD (Dell Inspiron E1705/9400)
1316*/
Takashi Iwai2b635362011-05-02 12:33:43 +02001317static const unsigned int dell9200_m27_pin_configs[8] = {
Takashi Iwaiaf6c0162007-09-05 23:46:03 +02001318 0x40c003fa, 0x01441340, 0x0421121f, 0x90170310,
1319 0x90170310, 0x04a11020, 0x90170310, 0x40f003fc,
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001320};
1321
Takashi Iwai2b635362011-05-02 12:33:43 +02001322static const unsigned int oqo9200_pin_configs[8] = {
Tobin Davisbf277782008-02-03 20:31:47 +01001323 0x40c000f0, 0x404000f1, 0x0221121f, 0x02211210,
1324 0x90170111, 0x90a70120, 0x400000f2, 0x400000f3,
1325};
1326
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001327
Takashi Iwai2b635362011-05-02 12:33:43 +02001328static const unsigned int *stac9200_brd_tbl[STAC_9200_MODELS] = {
Takashi Iwaif5fcc132006-11-24 17:07:44 +01001329 [STAC_REF] = ref9200_pin_configs,
Tobin Davisbf277782008-02-03 20:31:47 +01001330 [STAC_9200_OQO] = oqo9200_pin_configs,
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001331 [STAC_9200_DELL_D21] = dell9200_d21_pin_configs,
1332 [STAC_9200_DELL_D22] = dell9200_d22_pin_configs,
1333 [STAC_9200_DELL_D23] = dell9200_d23_pin_configs,
1334 [STAC_9200_DELL_M21] = dell9200_m21_pin_configs,
1335 [STAC_9200_DELL_M22] = dell9200_m22_pin_configs,
1336 [STAC_9200_DELL_M23] = dell9200_m23_pin_configs,
1337 [STAC_9200_DELL_M24] = dell9200_m24_pin_configs,
1338 [STAC_9200_DELL_M25] = dell9200_m25_pin_configs,
1339 [STAC_9200_DELL_M26] = dell9200_m26_pin_configs,
1340 [STAC_9200_DELL_M27] = dell9200_m27_pin_configs,
Mauro Carvalho Chehab58eec422008-08-11 10:18:39 +02001341 [STAC_9200_M4] = gateway9200_m4_pin_configs,
1342 [STAC_9200_M4_2] = gateway9200_m4_2_pin_configs,
Takashi Iwai117f2572008-03-18 09:53:23 +01001343 [STAC_9200_PANASONIC] = ref9200_pin_configs,
Matt Porter403d1942005-11-29 15:00:51 +01001344};
1345
Takashi Iwaiea734962011-01-17 11:29:34 +01001346static const char * const stac9200_models[STAC_9200_MODELS] = {
Takashi Iwai1607b8e2009-02-26 16:50:43 +01001347 [STAC_AUTO] = "auto",
Takashi Iwaif5fcc132006-11-24 17:07:44 +01001348 [STAC_REF] = "ref",
Tobin Davisbf277782008-02-03 20:31:47 +01001349 [STAC_9200_OQO] = "oqo",
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001350 [STAC_9200_DELL_D21] = "dell-d21",
1351 [STAC_9200_DELL_D22] = "dell-d22",
1352 [STAC_9200_DELL_D23] = "dell-d23",
1353 [STAC_9200_DELL_M21] = "dell-m21",
1354 [STAC_9200_DELL_M22] = "dell-m22",
1355 [STAC_9200_DELL_M23] = "dell-m23",
1356 [STAC_9200_DELL_M24] = "dell-m24",
1357 [STAC_9200_DELL_M25] = "dell-m25",
1358 [STAC_9200_DELL_M26] = "dell-m26",
1359 [STAC_9200_DELL_M27] = "dell-m27",
Mauro Carvalho Chehab58eec422008-08-11 10:18:39 +02001360 [STAC_9200_M4] = "gateway-m4",
1361 [STAC_9200_M4_2] = "gateway-m4-2",
Takashi Iwai117f2572008-03-18 09:53:23 +01001362 [STAC_9200_PANASONIC] = "panasonic",
Takashi Iwaif5fcc132006-11-24 17:07:44 +01001363};
1364
Takashi Iwai2b635362011-05-02 12:33:43 +02001365static const struct snd_pci_quirk stac9200_cfg_tbl[] = {
Takashi Iwaif5fcc132006-11-24 17:07:44 +01001366 /* SigmaTel reference board */
1367 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x2668,
1368 "DFI LanParty", STAC_REF),
Matthew Ranostay577aa2c2009-01-22 22:55:44 -05001369 SND_PCI_QUIRK(PCI_VENDOR_ID_DFI, 0x3101,
1370 "DFI LanParty", STAC_REF),
Matt Portere7377072006-11-06 11:20:38 +01001371 /* Dell laptops have BIOS problem */
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001372 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01a8,
1373 "unknown Dell", STAC_9200_DELL_D21),
Takashi Iwaif5fcc132006-11-24 17:07:44 +01001374 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01b5,
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001375 "Dell Inspiron 630m", STAC_9200_DELL_M21),
1376 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01bd,
1377 "Dell Inspiron E1505n", STAC_9200_DELL_M25),
1378 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01c0,
1379 "unknown Dell", STAC_9200_DELL_D22),
1380 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01c1,
1381 "unknown Dell", STAC_9200_DELL_D22),
Takashi Iwaif5fcc132006-11-24 17:07:44 +01001382 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01c2,
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001383 "Dell Latitude D620", STAC_9200_DELL_M22),
1384 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01c5,
1385 "unknown Dell", STAC_9200_DELL_D23),
1386 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01c7,
1387 "unknown Dell", STAC_9200_DELL_D23),
1388 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01c8,
1389 "unknown Dell", STAC_9200_DELL_M22),
1390 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01c9,
1391 "unknown Dell", STAC_9200_DELL_M24),
1392 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01ca,
1393 "unknown Dell", STAC_9200_DELL_M24),
Takashi Iwaif5fcc132006-11-24 17:07:44 +01001394 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01cb,
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001395 "Dell Latitude 120L", STAC_9200_DELL_M24),
Cory T. Tusar877b8662007-01-30 17:30:55 +01001396 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01cc,
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001397 "Dell Latitude D820", STAC_9200_DELL_M22),
Mikael Nilsson46f02ca2007-02-13 12:46:16 +01001398 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01cd,
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001399 "Dell Inspiron E1705/9400", STAC_9200_DELL_M27),
Mikael Nilsson46f02ca2007-02-13 12:46:16 +01001400 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01ce,
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001401 "Dell XPS M1710", STAC_9200_DELL_M23),
Takashi Iwaif0f96742007-02-14 00:59:17 +01001402 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01cf,
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001403 "Dell Precision M90", STAC_9200_DELL_M23),
1404 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01d3,
1405 "unknown Dell", STAC_9200_DELL_M22),
1406 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01d4,
1407 "unknown Dell", STAC_9200_DELL_M22),
Daniel T Chen8286c532007-05-15 11:46:23 +02001408 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01d6,
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001409 "unknown Dell", STAC_9200_DELL_M22),
Tobin Davis49c605d2007-05-17 09:38:24 +02001410 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01d8,
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001411 "Dell Inspiron 640m", STAC_9200_DELL_M21),
1412 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01d9,
1413 "unknown Dell", STAC_9200_DELL_D23),
1414 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01da,
1415 "unknown Dell", STAC_9200_DELL_D23),
1416 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01de,
1417 "unknown Dell", STAC_9200_DELL_D21),
1418 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01e3,
1419 "unknown Dell", STAC_9200_DELL_D23),
1420 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01e8,
1421 "unknown Dell", STAC_9200_DELL_D21),
1422 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01ee,
1423 "unknown Dell", STAC_9200_DELL_M25),
1424 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01ef,
1425 "unknown Dell", STAC_9200_DELL_M25),
Tobin Davis49c605d2007-05-17 09:38:24 +02001426 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01f5,
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001427 "Dell Inspiron 1501", STAC_9200_DELL_M26),
1428 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01f6,
1429 "unknown Dell", STAC_9200_DELL_M26),
Tobin Davis49c605d2007-05-17 09:38:24 +02001430 /* Panasonic */
Takashi Iwai117f2572008-03-18 09:53:23 +01001431 SND_PCI_QUIRK(0x10f7, 0x8338, "Panasonic CF-74", STAC_9200_PANASONIC),
Takashi Iwai1194b5b2007-10-10 10:04:26 +02001432 /* Gateway machines needs EAPD to be set on resume */
Mauro Carvalho Chehab58eec422008-08-11 10:18:39 +02001433 SND_PCI_QUIRK(0x107b, 0x0205, "Gateway S-7110M", STAC_9200_M4),
1434 SND_PCI_QUIRK(0x107b, 0x0317, "Gateway MT3423, MX341*", STAC_9200_M4_2),
1435 SND_PCI_QUIRK(0x107b, 0x0318, "Gateway ML3019, MT3707", STAC_9200_M4_2),
Tobin Davisbf277782008-02-03 20:31:47 +01001436 /* OQO Mobile */
1437 SND_PCI_QUIRK(0x1106, 0x3288, "OQO Model 2", STAC_9200_OQO),
Matt Porter403d1942005-11-29 15:00:51 +01001438 {} /* terminator */
1439};
1440
Takashi Iwai2b635362011-05-02 12:33:43 +02001441static const unsigned int ref925x_pin_configs[8] = {
Tobin Davis8e21c342007-01-08 11:04:17 +01001442 0x40c003f0, 0x424503f2, 0x01813022, 0x02a19021,
Matthew Ranostay09a99952008-01-24 11:49:21 +01001443 0x90a70320, 0x02214210, 0x01019020, 0x9033032e,
Tobin Davis8e21c342007-01-08 11:04:17 +01001444};
1445
Takashi Iwai2b635362011-05-02 12:33:43 +02001446static const unsigned int stac925xM1_pin_configs[8] = {
Mauro Carvalho Chehab9cb36c22008-08-11 10:18:39 +02001447 0x40c003f4, 0x424503f2, 0x400000f3, 0x02a19020,
1448 0x40a000f0, 0x90100210, 0x400003f1, 0x9033032e,
Tobin Davis8e21c342007-01-08 11:04:17 +01001449};
1450
Takashi Iwai2b635362011-05-02 12:33:43 +02001451static const unsigned int stac925xM1_2_pin_configs[8] = {
Mauro Carvalho Chehab9cb36c22008-08-11 10:18:39 +02001452 0x40c003f4, 0x424503f2, 0x400000f3, 0x02a19020,
1453 0x40a000f0, 0x90100210, 0x400003f1, 0x9033032e,
1454};
Mauro Carvalho Chehab58eec422008-08-11 10:18:39 +02001455
Takashi Iwai2b635362011-05-02 12:33:43 +02001456static const unsigned int stac925xM2_pin_configs[8] = {
Mauro Carvalho Chehab9cb36c22008-08-11 10:18:39 +02001457 0x40c003f4, 0x424503f2, 0x400000f3, 0x02a19020,
1458 0x40a000f0, 0x90100210, 0x400003f1, 0x9033032e,
Tobin Davis2c11f952007-05-17 09:36:34 +02001459};
1460
Takashi Iwai2b635362011-05-02 12:33:43 +02001461static const unsigned int stac925xM2_2_pin_configs[8] = {
Mauro Carvalho Chehab58eec422008-08-11 10:18:39 +02001462 0x40c003f4, 0x424503f2, 0x400000f3, 0x02a19020,
1463 0x40a000f0, 0x90100210, 0x400003f1, 0x9033032e,
1464};
1465
Takashi Iwai2b635362011-05-02 12:33:43 +02001466static const unsigned int stac925xM3_pin_configs[8] = {
Mauro Carvalho Chehab9cb36c22008-08-11 10:18:39 +02001467 0x40c003f4, 0x424503f2, 0x400000f3, 0x02a19020,
1468 0x40a000f0, 0x90100210, 0x400003f1, 0x503303f3,
1469};
Mauro Carvalho Chehab58eec422008-08-11 10:18:39 +02001470
Takashi Iwai2b635362011-05-02 12:33:43 +02001471static const unsigned int stac925xM5_pin_configs[8] = {
Mauro Carvalho Chehab9cb36c22008-08-11 10:18:39 +02001472 0x40c003f4, 0x424503f2, 0x400000f3, 0x02a19020,
1473 0x40a000f0, 0x90100210, 0x400003f1, 0x9033032e,
1474};
1475
Takashi Iwai2b635362011-05-02 12:33:43 +02001476static const unsigned int stac925xM6_pin_configs[8] = {
Mauro Carvalho Chehab9cb36c22008-08-11 10:18:39 +02001477 0x40c003f4, 0x424503f2, 0x400000f3, 0x02a19020,
1478 0x40a000f0, 0x90100210, 0x400003f1, 0x90330320,
Tobin Davis8e21c342007-01-08 11:04:17 +01001479};
1480
Takashi Iwai2b635362011-05-02 12:33:43 +02001481static const unsigned int *stac925x_brd_tbl[STAC_925x_MODELS] = {
Tobin Davis8e21c342007-01-08 11:04:17 +01001482 [STAC_REF] = ref925x_pin_configs,
Mauro Carvalho Chehab9cb36c22008-08-11 10:18:39 +02001483 [STAC_M1] = stac925xM1_pin_configs,
1484 [STAC_M1_2] = stac925xM1_2_pin_configs,
1485 [STAC_M2] = stac925xM2_pin_configs,
Tobin Davis8e21c342007-01-08 11:04:17 +01001486 [STAC_M2_2] = stac925xM2_2_pin_configs,
Mauro Carvalho Chehab9cb36c22008-08-11 10:18:39 +02001487 [STAC_M3] = stac925xM3_pin_configs,
1488 [STAC_M5] = stac925xM5_pin_configs,
1489 [STAC_M6] = stac925xM6_pin_configs,
Tobin Davis8e21c342007-01-08 11:04:17 +01001490};
1491
Takashi Iwaiea734962011-01-17 11:29:34 +01001492static const char * const stac925x_models[STAC_925x_MODELS] = {
Takashi Iwai1607b8e2009-02-26 16:50:43 +01001493 [STAC_925x_AUTO] = "auto",
Tobin Davis8e21c342007-01-08 11:04:17 +01001494 [STAC_REF] = "ref",
Mauro Carvalho Chehab9cb36c22008-08-11 10:18:39 +02001495 [STAC_M1] = "m1",
1496 [STAC_M1_2] = "m1-2",
1497 [STAC_M2] = "m2",
Tobin Davis8e21c342007-01-08 11:04:17 +01001498 [STAC_M2_2] = "m2-2",
Mauro Carvalho Chehab9cb36c22008-08-11 10:18:39 +02001499 [STAC_M3] = "m3",
1500 [STAC_M5] = "m5",
1501 [STAC_M6] = "m6",
Tobin Davis8e21c342007-01-08 11:04:17 +01001502};
1503
Takashi Iwai2b635362011-05-02 12:33:43 +02001504static const struct snd_pci_quirk stac925x_codec_id_cfg_tbl[] = {
Mauro Carvalho Chehab58eec422008-08-11 10:18:39 +02001505 SND_PCI_QUIRK(0x107b, 0x0316, "Gateway M255", STAC_M2),
1506 SND_PCI_QUIRK(0x107b, 0x0366, "Gateway MP6954", STAC_M5),
1507 SND_PCI_QUIRK(0x107b, 0x0461, "Gateway NX560XL", STAC_M1),
1508 SND_PCI_QUIRK(0x107b, 0x0681, "Gateway NX860", STAC_M2),
Mauro Carvalho Chehab9cb36c22008-08-11 10:18:39 +02001509 SND_PCI_QUIRK(0x107b, 0x0367, "Gateway MX6453", STAC_M1_2),
Mauro Carvalho Chehab9cb36c22008-08-11 10:18:39 +02001510 /* Not sure about the brand name for those */
1511 SND_PCI_QUIRK(0x107b, 0x0281, "Gateway mobile", STAC_M1),
1512 SND_PCI_QUIRK(0x107b, 0x0507, "Gateway mobile", STAC_M3),
1513 SND_PCI_QUIRK(0x107b, 0x0281, "Gateway mobile", STAC_M6),
1514 SND_PCI_QUIRK(0x107b, 0x0685, "Gateway mobile", STAC_M2_2),
Mauro Carvalho Chehab9cb36c22008-08-11 10:18:39 +02001515 {} /* terminator */
Tobin Davis8e21c342007-01-08 11:04:17 +01001516};
1517
Takashi Iwai2b635362011-05-02 12:33:43 +02001518static const struct snd_pci_quirk stac925x_cfg_tbl[] = {
Tobin Davis8e21c342007-01-08 11:04:17 +01001519 /* SigmaTel reference board */
1520 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x2668, "DFI LanParty", STAC_REF),
Matthew Ranostay577aa2c2009-01-22 22:55:44 -05001521 SND_PCI_QUIRK(PCI_VENDOR_ID_DFI, 0x3101, "DFI LanParty", STAC_REF),
Tobin Davis2c11f952007-05-17 09:36:34 +02001522 SND_PCI_QUIRK(0x8384, 0x7632, "Stac9202 Reference Board", STAC_REF),
Mauro Carvalho Chehab9cb36c22008-08-11 10:18:39 +02001523
1524 /* Default table for unknown ID */
1525 SND_PCI_QUIRK(0x1002, 0x437b, "Gateway mobile", STAC_M2_2),
1526
Tobin Davis8e21c342007-01-08 11:04:17 +01001527 {} /* terminator */
1528};
1529
Takashi Iwai2b635362011-05-02 12:33:43 +02001530static const unsigned int ref92hd73xx_pin_configs[13] = {
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01001531 0x02214030, 0x02a19040, 0x01a19020, 0x02214030,
1532 0x0181302e, 0x01014010, 0x01014020, 0x01014030,
1533 0x02319040, 0x90a000f0, 0x90a000f0, 0x01452050,
Matthew Ranostaya7662642008-02-21 07:51:14 +01001534 0x01452050,
1535};
1536
Takashi Iwai2b635362011-05-02 12:33:43 +02001537static const unsigned int dell_m6_pin_configs[13] = {
Matthew Ranostaya7662642008-02-21 07:51:14 +01001538 0x0321101f, 0x4f00000f, 0x4f0000f0, 0x90170110,
Matthew Ranostay7c2ba972008-04-16 13:13:59 +02001539 0x03a11020, 0x0321101f, 0x4f0000f0, 0x4f0000f0,
Matthew Ranostaya7662642008-02-21 07:51:14 +01001540 0x4f0000f0, 0x90a60160, 0x4f0000f0, 0x4f0000f0,
1541 0x4f0000f0,
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01001542};
1543
Takashi Iwai2b635362011-05-02 12:33:43 +02001544static const unsigned int alienware_m17x_pin_configs[13] = {
Takashi Iwai842ae632009-09-02 07:43:08 +02001545 0x0321101f, 0x0321101f, 0x03a11020, 0x03014020,
1546 0x90170110, 0x4f0000f0, 0x4f0000f0, 0x4f0000f0,
1547 0x4f0000f0, 0x90a60160, 0x4f0000f0, 0x4f0000f0,
1548 0x904601b0,
1549};
1550
Takashi Iwai2b635362011-05-02 12:33:43 +02001551static const unsigned int intel_dg45id_pin_configs[13] = {
Alexey Fisher52dc4382009-12-12 11:16:41 +02001552 0x02214230, 0x02A19240, 0x01013214, 0x01014210,
Wu Fengguang4d26f442010-05-07 08:47:54 +08001553 0x01A19250, 0x01011212, 0x01016211
Alexey Fisher52dc4382009-12-12 11:16:41 +02001554};
1555
Takashi Iwai2b635362011-05-02 12:33:43 +02001556static const unsigned int *stac92hd73xx_brd_tbl[STAC_92HD73XX_MODELS] = {
Matthew Ranostaya7662642008-02-21 07:51:14 +01001557 [STAC_92HD73XX_REF] = ref92hd73xx_pin_configs,
Takashi Iwai661cd8f2008-11-25 15:18:29 +01001558 [STAC_DELL_M6_AMIC] = dell_m6_pin_configs,
1559 [STAC_DELL_M6_DMIC] = dell_m6_pin_configs,
1560 [STAC_DELL_M6_BOTH] = dell_m6_pin_configs,
Matthew Ranostay6b3ab212008-11-03 08:12:43 -05001561 [STAC_DELL_EQ] = dell_m6_pin_configs,
Takashi Iwai842ae632009-09-02 07:43:08 +02001562 [STAC_ALIENWARE_M17X] = alienware_m17x_pin_configs,
Alexey Fisher52dc4382009-12-12 11:16:41 +02001563 [STAC_92HD73XX_INTEL] = intel_dg45id_pin_configs,
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01001564};
1565
Takashi Iwaiea734962011-01-17 11:29:34 +01001566static const char * const stac92hd73xx_models[STAC_92HD73XX_MODELS] = {
Takashi Iwai1607b8e2009-02-26 16:50:43 +01001567 [STAC_92HD73XX_AUTO] = "auto",
Takashi Iwai9e43f0d2008-12-17 14:51:01 +01001568 [STAC_92HD73XX_NO_JD] = "no-jd",
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01001569 [STAC_92HD73XX_REF] = "ref",
Wu Fengguangae709442009-08-19 17:05:11 +08001570 [STAC_92HD73XX_INTEL] = "intel",
Takashi Iwai661cd8f2008-11-25 15:18:29 +01001571 [STAC_DELL_M6_AMIC] = "dell-m6-amic",
1572 [STAC_DELL_M6_DMIC] = "dell-m6-dmic",
1573 [STAC_DELL_M6_BOTH] = "dell-m6",
Matthew Ranostay6b3ab212008-11-03 08:12:43 -05001574 [STAC_DELL_EQ] = "dell-eq",
Takashi Iwai842ae632009-09-02 07:43:08 +02001575 [STAC_ALIENWARE_M17X] = "alienware",
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01001576};
1577
Takashi Iwai2b635362011-05-02 12:33:43 +02001578static const struct snd_pci_quirk stac92hd73xx_cfg_tbl[] = {
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01001579 /* SigmaTel reference board */
1580 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x2668,
Matthew Ranostaya7662642008-02-21 07:51:14 +01001581 "DFI LanParty", STAC_92HD73XX_REF),
Matthew Ranostay577aa2c2009-01-22 22:55:44 -05001582 SND_PCI_QUIRK(PCI_VENDOR_ID_DFI, 0x3101,
1583 "DFI LanParty", STAC_92HD73XX_REF),
Wu Fengguangae709442009-08-19 17:05:11 +08001584 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x5002,
1585 "Intel DG45ID", STAC_92HD73XX_INTEL),
1586 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x5003,
1587 "Intel DG45FC", STAC_92HD73XX_INTEL),
Matthew Ranostaya7662642008-02-21 07:51:14 +01001588 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0254,
Takashi Iwai661cd8f2008-11-25 15:18:29 +01001589 "Dell Studio 1535", STAC_DELL_M6_DMIC),
Matthew Ranostaya7662642008-02-21 07:51:14 +01001590 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0255,
Takashi Iwai661cd8f2008-11-25 15:18:29 +01001591 "unknown Dell", STAC_DELL_M6_DMIC),
Matthew Ranostaya7662642008-02-21 07:51:14 +01001592 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0256,
Takashi Iwai661cd8f2008-11-25 15:18:29 +01001593 "unknown Dell", STAC_DELL_M6_BOTH),
Matthew Ranostaya7662642008-02-21 07:51:14 +01001594 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0257,
Takashi Iwai661cd8f2008-11-25 15:18:29 +01001595 "unknown Dell", STAC_DELL_M6_BOTH),
Matthew Ranostaya7662642008-02-21 07:51:14 +01001596 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x025e,
Takashi Iwai661cd8f2008-11-25 15:18:29 +01001597 "unknown Dell", STAC_DELL_M6_AMIC),
Matthew Ranostaya7662642008-02-21 07:51:14 +01001598 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x025f,
Takashi Iwai661cd8f2008-11-25 15:18:29 +01001599 "unknown Dell", STAC_DELL_M6_AMIC),
Matthew Ranostaya7662642008-02-21 07:51:14 +01001600 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0271,
Takashi Iwai661cd8f2008-11-25 15:18:29 +01001601 "unknown Dell", STAC_DELL_M6_DMIC),
1602 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0272,
1603 "unknown Dell", STAC_DELL_M6_DMIC),
Takashi Iwaib0fc5e02008-11-21 08:37:03 +01001604 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x029f,
Takashi Iwai661cd8f2008-11-25 15:18:29 +01001605 "Dell Studio 1537", STAC_DELL_M6_DMIC),
Joerg Schirottkefa620e92008-12-19 08:13:49 +01001606 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x02a0,
1607 "Dell Studio 17", STAC_DELL_M6_DMIC),
Takashi Iwai626f5ce2009-07-28 00:54:39 +02001608 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x02be,
1609 "Dell Studio 1555", STAC_DELL_M6_DMIC),
Daniel J Blueman8ef58372009-11-14 18:20:04 +00001610 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x02bd,
1611 "Dell Studio 1557", STAC_DELL_M6_DMIC),
Daniel T Chenaac78da2010-04-21 20:41:52 -04001612 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x02fe,
David Henningssonffe535e2012-01-16 10:52:20 +01001613 "Dell Studio XPS 1645", STAC_DELL_M6_DMIC),
Daniel T Chen5c1bccf2010-04-22 17:54:45 -04001614 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0413,
David Henningssone033ebf2011-05-16 12:09:29 +02001615 "Dell Studio 1558", STAC_DELL_M6_DMIC),
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01001616 {} /* terminator */
1617};
1618
Takashi Iwai2b635362011-05-02 12:33:43 +02001619static const struct snd_pci_quirk stac92hd73xx_codec_id_cfg_tbl[] = {
Takashi Iwai842ae632009-09-02 07:43:08 +02001620 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x02a1,
1621 "Alienware M17x", STAC_ALIENWARE_M17X),
Daniel T Chen0defe092010-12-01 19:16:07 -05001622 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x043a,
1623 "Alienware M17x", STAC_ALIENWARE_M17X),
Takashi Iwaidbd1b542011-11-19 11:41:30 +01001624 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0490,
Albert Poolb9ecc4e2012-01-19 22:08:50 +01001625 "Alienware M17x R3", STAC_DELL_EQ),
Takashi Iwai842ae632009-09-02 07:43:08 +02001626 {} /* terminator */
1627};
1628
Takashi Iwai2b635362011-05-02 12:33:43 +02001629static const unsigned int ref92hd83xxx_pin_configs[10] = {
Matthew Ranostayd0513fc2008-07-27 10:30:30 +02001630 0x02214030, 0x02211010, 0x02a19020, 0x02170130,
1631 0x01014050, 0x01819040, 0x01014020, 0x90a3014e,
Matthew Ranostayd0513fc2008-07-27 10:30:30 +02001632 0x01451160, 0x98560170,
1633};
1634
Takashi Iwai2b635362011-05-02 12:33:43 +02001635static const unsigned int dell_s14_pin_configs[10] = {
Takashi Iwai69b56552009-09-15 12:37:42 +02001636 0x0221403f, 0x0221101f, 0x02a19020, 0x90170110,
1637 0x40f000f0, 0x40f000f0, 0x40f000f0, 0x90a60160,
Matthew Ranostay8bb0ac52009-02-12 16:50:01 -05001638 0x40f000f0, 0x40f000f0,
1639};
1640
Julian Wollrathf7f9bdf2011-11-09 10:02:40 +01001641static const unsigned int dell_vostro_3500_pin_configs[10] = {
1642 0x02a11020, 0x0221101f, 0x400000f0, 0x90170110,
1643 0x400000f1, 0x400000f2, 0x400000f3, 0x90a60160,
1644 0x400000f4, 0x400000f5,
1645};
1646
Takashi Iwai2b635362011-05-02 12:33:43 +02001647static const unsigned int hp_dv7_4000_pin_configs[10] = {
Steven Eastland48315592010-08-06 15:07:35 -06001648 0x03a12050, 0x0321201f, 0x40f000f0, 0x90170110,
1649 0x40f000f0, 0x40f000f0, 0x90170110, 0xd5a30140,
1650 0x40f000f0, 0x40f000f0,
1651};
1652
Vitaliy Kulikov5556e142012-02-27 16:47:37 -06001653static const unsigned int hp_zephyr_pin_configs[10] = {
1654 0x01813050, 0x0421201f, 0x04a1205e, 0x96130310,
1655 0x96130310, 0x0101401f, 0x1111611f, 0xd5a30130,
1656 0, 0,
1657};
1658
Vitaliy Kulikov0c27c182011-07-22 17:50:37 -05001659static const unsigned int hp_cNB11_intquad_pin_configs[10] = {
1660 0x40f000f0, 0x0221101f, 0x02a11020, 0x92170110,
1661 0x40f000f0, 0x92170110, 0x40f000f0, 0xd5a30130,
1662 0x40f000f0, 0x40f000f0,
1663};
1664
Takashi Iwai2b635362011-05-02 12:33:43 +02001665static const unsigned int *stac92hd83xxx_brd_tbl[STAC_92HD83XXX_MODELS] = {
Matthew Ranostayd0513fc2008-07-27 10:30:30 +02001666 [STAC_92HD83XXX_REF] = ref92hd83xxx_pin_configs,
Matthew Ranostay32ed3f42009-01-22 20:53:29 -05001667 [STAC_92HD83XXX_PWR_REF] = ref92hd83xxx_pin_configs,
Matthew Ranostay8bb0ac52009-02-12 16:50:01 -05001668 [STAC_DELL_S14] = dell_s14_pin_configs,
Julian Wollrathf7f9bdf2011-11-09 10:02:40 +01001669 [STAC_DELL_VOSTRO_3500] = dell_vostro_3500_pin_configs,
Vitaliy Kulikov0c27c182011-07-22 17:50:37 -05001670 [STAC_92HD83XXX_HP_cNB11_INTQUAD] = hp_cNB11_intquad_pin_configs,
Steven Eastland48315592010-08-06 15:07:35 -06001671 [STAC_HP_DV7_4000] = hp_dv7_4000_pin_configs,
Vitaliy Kulikov5556e142012-02-27 16:47:37 -06001672 [STAC_HP_ZEPHYR] = hp_zephyr_pin_configs,
Matthew Ranostayd0513fc2008-07-27 10:30:30 +02001673};
1674
Takashi Iwaiea734962011-01-17 11:29:34 +01001675static const char * const stac92hd83xxx_models[STAC_92HD83XXX_MODELS] = {
Takashi Iwai1607b8e2009-02-26 16:50:43 +01001676 [STAC_92HD83XXX_AUTO] = "auto",
Matthew Ranostayd0513fc2008-07-27 10:30:30 +02001677 [STAC_92HD83XXX_REF] = "ref",
Matthew Ranostay32ed3f42009-01-22 20:53:29 -05001678 [STAC_92HD83XXX_PWR_REF] = "mic-ref",
Matthew Ranostay8bb0ac52009-02-12 16:50:01 -05001679 [STAC_DELL_S14] = "dell-s14",
Julian Wollrathf7f9bdf2011-11-09 10:02:40 +01001680 [STAC_DELL_VOSTRO_3500] = "dell-vostro-3500",
Vitaliy Kulikov0c27c182011-07-22 17:50:37 -05001681 [STAC_92HD83XXX_HP_cNB11_INTQUAD] = "hp_cNB11_intquad",
Steven Eastland48315592010-08-06 15:07:35 -06001682 [STAC_HP_DV7_4000] = "hp-dv7-4000",
Vitaliy Kulikov5556e142012-02-27 16:47:37 -06001683 [STAC_HP_ZEPHYR] = "hp-zephyr",
Takashi Iwaia3e19972012-07-26 08:17:20 +02001684 [STAC_92HD83XXX_HP_LED] = "hp-led",
Takashi Iwaiff8a1e22012-07-31 10:16:59 +02001685 [STAC_92HD83XXX_HP_INV_LED] = "hp-inv-led",
Takashi Iwai62cbde12012-09-14 11:58:54 +02001686 [STAC_92HD83XXX_HP_MIC_LED] = "hp-mic-led",
Matthew Ranostayd0513fc2008-07-27 10:30:30 +02001687};
1688
Takashi Iwai2b635362011-05-02 12:33:43 +02001689static const struct snd_pci_quirk stac92hd83xxx_cfg_tbl[] = {
Matthew Ranostayd0513fc2008-07-27 10:30:30 +02001690 /* SigmaTel reference board */
1691 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x2668,
Takashi Iwaif9d088b2009-01-13 11:54:49 +01001692 "DFI LanParty", STAC_92HD83XXX_REF),
Matthew Ranostay577aa2c2009-01-22 22:55:44 -05001693 SND_PCI_QUIRK(PCI_VENDOR_ID_DFI, 0x3101,
1694 "DFI LanParty", STAC_92HD83XXX_REF),
Matthew Ranostay8bb0ac52009-02-12 16:50:01 -05001695 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x02ba,
1696 "unknown Dell", STAC_DELL_S14),
Julian Wollrathf7f9bdf2011-11-09 10:02:40 +01001697 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x1028,
1698 "Dell Vostro 3500", STAC_DELL_VOSTRO_3500),
Vitaliy Kulikov0c27c182011-07-22 17:50:37 -05001699 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x1656,
1700 "HP", STAC_92HD83XXX_HP_cNB11_INTQUAD),
1701 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x1657,
1702 "HP", STAC_92HD83XXX_HP_cNB11_INTQUAD),
1703 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x1658,
1704 "HP", STAC_92HD83XXX_HP_cNB11_INTQUAD),
1705 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x1659,
1706 "HP", STAC_92HD83XXX_HP_cNB11_INTQUAD),
1707 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x165A,
1708 "HP", STAC_92HD83XXX_HP_cNB11_INTQUAD),
1709 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x165B,
1710 "HP", STAC_92HD83XXX_HP_cNB11_INTQUAD),
Takashi Iwai62cbde12012-09-14 11:58:54 +02001711 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x18df,
1712 "HP Folio", STAC_92HD83XXX_HP_MIC_LED),
Vitaliy Kulikov0c27c182011-07-22 17:50:37 -05001713 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x3388,
1714 "HP", STAC_92HD83XXX_HP_cNB11_INTQUAD),
1715 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x3389,
1716 "HP", STAC_92HD83XXX_HP_cNB11_INTQUAD),
1717 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x355B,
1718 "HP", STAC_92HD83XXX_HP_cNB11_INTQUAD),
1719 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x355C,
1720 "HP", STAC_92HD83XXX_HP_cNB11_INTQUAD),
1721 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x355D,
1722 "HP", STAC_92HD83XXX_HP_cNB11_INTQUAD),
1723 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x355E,
1724 "HP", STAC_92HD83XXX_HP_cNB11_INTQUAD),
1725 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x355F,
1726 "HP", STAC_92HD83XXX_HP_cNB11_INTQUAD),
1727 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x3560,
1728 "HP", STAC_92HD83XXX_HP_cNB11_INTQUAD),
1729 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x358B,
1730 "HP", STAC_92HD83XXX_HP_cNB11_INTQUAD),
1731 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x358C,
1732 "HP", STAC_92HD83XXX_HP_cNB11_INTQUAD),
1733 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x358D,
1734 "HP", STAC_92HD83XXX_HP_cNB11_INTQUAD),
1735 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x3591,
1736 "HP", STAC_92HD83XXX_HP_cNB11_INTQUAD),
1737 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x3592,
1738 "HP", STAC_92HD83XXX_HP_cNB11_INTQUAD),
1739 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x3593,
1740 "HP", STAC_92HD83XXX_HP_cNB11_INTQUAD),
Vitaliy Kulikov5556e142012-02-27 16:47:37 -06001741 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x3561,
1742 "HP", STAC_HP_ZEPHYR),
Takashi Iwaia3e19972012-07-26 08:17:20 +02001743 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x3660,
1744 "HP Mini", STAC_92HD83XXX_HP_LED),
Vitaliy Kulikov5556e142012-02-27 16:47:37 -06001745 {} /* terminator */
1746};
1747
1748static const struct snd_pci_quirk stac92hd83xxx_codec_id_cfg_tbl[] = {
1749 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x3561,
1750 "HP", STAC_HP_ZEPHYR),
Herton Ronaldo Krzesinski574f3c42008-12-23 16:53:00 -02001751 {} /* terminator */
Matthew Ranostayd0513fc2008-07-27 10:30:30 +02001752};
1753
Takashi Iwai2b635362011-05-02 12:33:43 +02001754static const unsigned int ref92hd71bxx_pin_configs[STAC92HD71BXX_NUM_PINS] = {
Matthew Ranostaye035b842007-11-06 11:53:55 +01001755 0x02214030, 0x02a19040, 0x01a19020, 0x01014010,
Matthew Ranostay4b33c762008-10-10 09:07:23 -04001756 0x0181302e, 0x01014010, 0x01019020, 0x90a000f0,
Herton Ronaldo Krzesinski616f89e2009-02-04 11:23:19 -05001757 0x90a000f0, 0x01452050, 0x01452050, 0x00000000,
1758 0x00000000
Matthew Ranostaye035b842007-11-06 11:53:55 +01001759};
1760
Takashi Iwai2b635362011-05-02 12:33:43 +02001761static const unsigned int dell_m4_1_pin_configs[STAC92HD71BXX_NUM_PINS] = {
Matthew Ranostaya7662642008-02-21 07:51:14 +01001762 0x0421101f, 0x04a11221, 0x40f000f0, 0x90170110,
Matthew Ranostay07bcb312008-03-20 12:10:57 +01001763 0x23a1902e, 0x23014250, 0x40f000f0, 0x90a000f0,
Herton Ronaldo Krzesinski616f89e2009-02-04 11:23:19 -05001764 0x40f000f0, 0x4f0000f0, 0x4f0000f0, 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_2_pin_configs[STAC92HD71BXX_NUM_PINS] = {
Matthew Ranostaya7662642008-02-21 07:51:14 +01001769 0x0421101f, 0x04a11221, 0x90a70330, 0x90170110,
1770 0x23a1902e, 0x23014250, 0x40f000f0, 0x40f000f0,
Herton Ronaldo Krzesinski616f89e2009-02-04 11:23:19 -05001771 0x40f000f0, 0x044413b0, 0x044413b0, 0x00000000,
1772 0x00000000
Matthew Ranostaya7662642008-02-21 07:51:14 +01001773};
1774
Takashi Iwai2b635362011-05-02 12:33:43 +02001775static const unsigned int dell_m4_3_pin_configs[STAC92HD71BXX_NUM_PINS] = {
Matthew Ranostay3a7abfd2008-11-20 21:21:43 -05001776 0x0421101f, 0x04a11221, 0x90a70330, 0x90170110,
1777 0x40f000f0, 0x40f000f0, 0x40f000f0, 0x90a000f0,
Herton Ronaldo Krzesinski616f89e2009-02-04 11:23:19 -05001778 0x40f000f0, 0x044413b0, 0x044413b0, 0x00000000,
1779 0x00000000
Matthew Ranostay3a7abfd2008-11-20 21:21:43 -05001780};
1781
Takashi Iwai2b635362011-05-02 12:33:43 +02001782static const unsigned int *stac92hd71bxx_brd_tbl[STAC_92HD71BXX_MODELS] = {
Matthew Ranostaye035b842007-11-06 11:53:55 +01001783 [STAC_92HD71BXX_REF] = ref92hd71bxx_pin_configs,
Matthew Ranostaya7662642008-02-21 07:51:14 +01001784 [STAC_DELL_M4_1] = dell_m4_1_pin_configs,
1785 [STAC_DELL_M4_2] = dell_m4_2_pin_configs,
Matthew Ranostay3a7abfd2008-11-20 21:21:43 -05001786 [STAC_DELL_M4_3] = dell_m4_3_pin_configs,
Matthew Ranostay6a14f582008-09-12 12:02:30 -04001787 [STAC_HP_M4] = NULL,
Takashi Iwai2a6ce6e2010-05-12 10:16:20 +02001788 [STAC_HP_DV4] = NULL,
Takashi Iwai1b0652e2009-01-14 08:27:35 +01001789 [STAC_HP_DV5] = NULL,
Christoph Plattnerae6241f2009-03-08 23:19:05 +01001790 [STAC_HP_HDX] = NULL,
James Gardiner514bf542009-05-03 04:00:44 -04001791 [STAC_HP_DV4_1222NR] = NULL,
Matthew Ranostaye035b842007-11-06 11:53:55 +01001792};
1793
Takashi Iwaiea734962011-01-17 11:29:34 +01001794static const char * const stac92hd71bxx_models[STAC_92HD71BXX_MODELS] = {
Takashi Iwai1607b8e2009-02-26 16:50:43 +01001795 [STAC_92HD71BXX_AUTO] = "auto",
Matthew Ranostaye035b842007-11-06 11:53:55 +01001796 [STAC_92HD71BXX_REF] = "ref",
Matthew Ranostaya7662642008-02-21 07:51:14 +01001797 [STAC_DELL_M4_1] = "dell-m4-1",
1798 [STAC_DELL_M4_2] = "dell-m4-2",
Matthew Ranostay3a7abfd2008-11-20 21:21:43 -05001799 [STAC_DELL_M4_3] = "dell-m4-3",
Matthew Ranostay6a14f582008-09-12 12:02:30 -04001800 [STAC_HP_M4] = "hp-m4",
Takashi Iwai2a6ce6e2010-05-12 10:16:20 +02001801 [STAC_HP_DV4] = "hp-dv4",
Takashi Iwai1b0652e2009-01-14 08:27:35 +01001802 [STAC_HP_DV5] = "hp-dv5",
Christoph Plattnerae6241f2009-03-08 23:19:05 +01001803 [STAC_HP_HDX] = "hp-hdx",
James Gardiner514bf542009-05-03 04:00:44 -04001804 [STAC_HP_DV4_1222NR] = "hp-dv4-1222nr",
Matthew Ranostaye035b842007-11-06 11:53:55 +01001805};
1806
Takashi Iwai2b635362011-05-02 12:33:43 +02001807static const struct snd_pci_quirk stac92hd71bxx_cfg_tbl[] = {
Matthew Ranostaye035b842007-11-06 11:53:55 +01001808 /* SigmaTel reference board */
1809 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x2668,
1810 "DFI LanParty", STAC_92HD71BXX_REF),
Matthew Ranostay577aa2c2009-01-22 22:55:44 -05001811 SND_PCI_QUIRK(PCI_VENDOR_ID_DFI, 0x3101,
1812 "DFI LanParty", STAC_92HD71BXX_REF),
James Gardiner514bf542009-05-03 04:00:44 -04001813 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x30fb,
1814 "HP dv4-1222nr", STAC_HP_DV4_1222NR),
Vitaliy Kulikov5bdaaad2009-11-04 07:57:45 +01001815 SND_PCI_QUIRK_MASK(PCI_VENDOR_ID_HP, 0xfff0, 0x1720,
1816 "HP", STAC_HP_DV5),
Takashi Iwai58d83952009-03-13 17:04:34 +01001817 SND_PCI_QUIRK_MASK(PCI_VENDOR_ID_HP, 0xfff0, 0x3080,
1818 "HP", STAC_HP_DV5),
Takashi Iwai2ae466f2009-02-16 14:16:36 +01001819 SND_PCI_QUIRK_MASK(PCI_VENDOR_ID_HP, 0xfff0, 0x30f0,
Takashi Iwai2a6ce6e2010-05-12 10:16:20 +02001820 "HP dv4-7", STAC_HP_DV4),
Takashi Iwai2ae466f2009-02-16 14:16:36 +01001821 SND_PCI_QUIRK_MASK(PCI_VENDOR_ID_HP, 0xfff0, 0x3600,
1822 "HP dv4-7", STAC_HP_DV5),
Takashi Iwai6fce61a2009-03-10 07:48:57 +01001823 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x3610,
1824 "HP HDX", STAC_HP_HDX), /* HDX18 */
Matthew Ranostay9a9e2352008-09-26 10:37:03 -04001825 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x361a,
Takashi Iwai2ae466f2009-02-16 14:16:36 +01001826 "HP mini 1000", STAC_HP_M4),
Christoph Plattnerae6241f2009-03-08 23:19:05 +01001827 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x361b,
Takashi Iwai6fce61a2009-03-10 07:48:57 +01001828 "HP HDX", STAC_HP_HDX), /* HDX16 */
Takashi Iwai6e34c032009-09-14 15:42:18 +02001829 SND_PCI_QUIRK_MASK(PCI_VENDOR_ID_HP, 0xfff0, 0x3620,
1830 "HP dv6", STAC_HP_DV5),
Kunal Gangakhedkare3d25302010-03-20 23:08:01 +05301831 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x3061,
1832 "HP dv6", STAC_HP_DV5), /* HP dv6-1110ax */
Luke Yelavich9b2167d2010-10-06 15:45:46 +11001833 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x363e,
1834 "HP DV6", STAC_HP_DV5),
Takashi Iwai1972d022009-08-06 08:44:43 +02001835 SND_PCI_QUIRK_MASK(PCI_VENDOR_ID_HP, 0xfff0, 0x7010,
1836 "HP", STAC_HP_DV5),
Matthew Ranostaya7662642008-02-21 07:51:14 +01001837 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0233,
1838 "unknown Dell", STAC_DELL_M4_1),
1839 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0234,
1840 "unknown Dell", STAC_DELL_M4_1),
1841 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0250,
1842 "unknown Dell", STAC_DELL_M4_1),
1843 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x024f,
1844 "unknown Dell", STAC_DELL_M4_1),
1845 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x024d,
1846 "unknown Dell", STAC_DELL_M4_1),
1847 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0251,
1848 "unknown Dell", STAC_DELL_M4_1),
1849 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0277,
1850 "unknown Dell", STAC_DELL_M4_1),
1851 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0263,
1852 "unknown Dell", STAC_DELL_M4_2),
1853 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0265,
1854 "unknown Dell", STAC_DELL_M4_2),
1855 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0262,
1856 "unknown Dell", STAC_DELL_M4_2),
1857 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0264,
1858 "unknown Dell", STAC_DELL_M4_2),
Matthew Ranostay3a7abfd2008-11-20 21:21:43 -05001859 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x02aa,
1860 "unknown Dell", STAC_DELL_M4_3),
Matthew Ranostaye035b842007-11-06 11:53:55 +01001861 {} /* terminator */
1862};
1863
Takashi Iwai2b635362011-05-02 12:33:43 +02001864static const unsigned int ref922x_pin_configs[10] = {
Matt Porter403d1942005-11-29 15:00:51 +01001865 0x01014010, 0x01016011, 0x01012012, 0x0221401f,
1866 0x01813122, 0x01011014, 0x01441030, 0x01c41030,
Matt2f2f4252005-04-13 14:45:30 +02001867 0x40000100, 0x40000100,
1868};
1869
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001870/*
1871 STAC 922X pin configs for
1872 102801A7
1873 102801AB
1874 102801A9
1875 102801D1
1876 102801D2
1877*/
Takashi Iwai2b635362011-05-02 12:33:43 +02001878static const unsigned int dell_922x_d81_pin_configs[10] = {
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001879 0x02214030, 0x01a19021, 0x01111012, 0x01114010,
1880 0x02a19020, 0x01117011, 0x400001f0, 0x400001f1,
1881 0x01813122, 0x400001f2,
1882};
1883
1884/*
1885 STAC 922X pin configs for
1886 102801AC
1887 102801D0
1888*/
Takashi Iwai2b635362011-05-02 12:33:43 +02001889static const unsigned int dell_922x_d82_pin_configs[10] = {
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001890 0x02214030, 0x01a19021, 0x01111012, 0x01114010,
1891 0x02a19020, 0x01117011, 0x01451140, 0x400001f0,
1892 0x01813122, 0x400001f1,
1893};
1894
1895/*
1896 STAC 922X pin configs for
1897 102801BF
1898*/
Takashi Iwai2b635362011-05-02 12:33:43 +02001899static const unsigned int dell_922x_m81_pin_configs[10] = {
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001900 0x0321101f, 0x01112024, 0x01111222, 0x91174220,
1901 0x03a11050, 0x01116221, 0x90a70330, 0x01452340,
1902 0x40C003f1, 0x405003f0,
1903};
1904
1905/*
1906 STAC 9221 A1 pin configs for
1907 102801D7 (Dell XPS M1210)
1908*/
Takashi Iwai2b635362011-05-02 12:33:43 +02001909static const unsigned int dell_922x_m82_pin_configs[10] = {
Jiang Zhe7f9310c2007-11-12 12:43:37 +01001910 0x02211211, 0x408103ff, 0x02a1123e, 0x90100310,
1911 0x408003f1, 0x0221121f, 0x03451340, 0x40c003f2,
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001912 0x508003f3, 0x405003f4,
1913};
1914
Takashi Iwai2b635362011-05-02 12:33:43 +02001915static const unsigned int d945gtp3_pin_configs[10] = {
Matt Porter869264c2006-01-25 19:20:50 +01001916 0x0221401f, 0x01a19022, 0x01813021, 0x01014010,
Matt Porter403d1942005-11-29 15:00:51 +01001917 0x40000100, 0x40000100, 0x40000100, 0x40000100,
1918 0x02a19120, 0x40000100,
1919};
1920
Takashi Iwai2b635362011-05-02 12:33:43 +02001921static const unsigned int d945gtp5_pin_configs[10] = {
Matt Porter869264c2006-01-25 19:20:50 +01001922 0x0221401f, 0x01011012, 0x01813024, 0x01014010,
1923 0x01a19021, 0x01016011, 0x01452130, 0x40000100,
Matt Porter403d1942005-11-29 15:00:51 +01001924 0x02a19320, 0x40000100,
1925};
1926
Takashi Iwai2b635362011-05-02 12:33:43 +02001927static const unsigned int intel_mac_v1_pin_configs[10] = {
Ivan N. Zlatev5d5d3bc2007-05-29 16:03:00 +02001928 0x0121e21f, 0x400000ff, 0x9017e110, 0x400000fd,
1929 0x400000fe, 0x0181e020, 0x1145e030, 0x11c5e240,
Takashi Iwai3fc24d82007-02-16 13:27:18 +01001930 0x400000fc, 0x400000fb,
1931};
1932
Takashi Iwai2b635362011-05-02 12:33:43 +02001933static const unsigned int intel_mac_v2_pin_configs[10] = {
Ivan N. Zlatev5d5d3bc2007-05-29 16:03:00 +02001934 0x0121e21f, 0x90a7012e, 0x9017e110, 0x400000fd,
1935 0x400000fe, 0x0181e020, 0x1145e230, 0x500000fa,
Sylvain FORETf16928f2007-04-27 14:22:36 +02001936 0x400000fc, 0x400000fb,
1937};
1938
Takashi Iwai2b635362011-05-02 12:33:43 +02001939static const unsigned int intel_mac_v3_pin_configs[10] = {
Ivan N. Zlatev5d5d3bc2007-05-29 16:03:00 +02001940 0x0121e21f, 0x90a7012e, 0x9017e110, 0x400000fd,
1941 0x400000fe, 0x0181e020, 0x1145e230, 0x11c5e240,
1942 0x400000fc, 0x400000fb,
1943};
1944
Takashi Iwai2b635362011-05-02 12:33:43 +02001945static const unsigned int intel_mac_v4_pin_configs[10] = {
Ivan N. Zlatev5d5d3bc2007-05-29 16:03:00 +02001946 0x0321e21f, 0x03a1e02e, 0x9017e110, 0x9017e11f,
1947 0x400000fe, 0x0381e020, 0x1345e230, 0x13c5e240,
1948 0x400000fc, 0x400000fb,
1949};
1950
Takashi Iwai2b635362011-05-02 12:33:43 +02001951static const unsigned int intel_mac_v5_pin_configs[10] = {
Ivan N. Zlatev5d5d3bc2007-05-29 16:03:00 +02001952 0x0321e21f, 0x03a1e02e, 0x9017e110, 0x9017e11f,
1953 0x400000fe, 0x0381e020, 0x1345e230, 0x13c5e240,
1954 0x400000fc, 0x400000fb,
Takashi Iwai0dae0f82007-05-21 12:41:29 +02001955};
1956
Takashi Iwai2b635362011-05-02 12:33:43 +02001957static const unsigned int ecs202_pin_configs[10] = {
Mauro Carvalho Chehab8c650082008-08-04 10:39:59 -03001958 0x0221401f, 0x02a19020, 0x01a19020, 0x01114010,
1959 0x408000f0, 0x01813022, 0x074510a0, 0x40c400f1,
1960 0x9037012e, 0x40e000f2,
1961};
Takashi Iwai76c08822007-06-19 12:17:42 +02001962
Takashi Iwai2b635362011-05-02 12:33:43 +02001963static const unsigned int *stac922x_brd_tbl[STAC_922X_MODELS] = {
Takashi Iwaif5fcc132006-11-24 17:07:44 +01001964 [STAC_D945_REF] = ref922x_pin_configs,
Takashi Iwai19039bd2006-06-28 15:52:16 +02001965 [STAC_D945GTP3] = d945gtp3_pin_configs,
1966 [STAC_D945GTP5] = d945gtp5_pin_configs,
Ivan N. Zlatev5d5d3bc2007-05-29 16:03:00 +02001967 [STAC_INTEL_MAC_V1] = intel_mac_v1_pin_configs,
1968 [STAC_INTEL_MAC_V2] = intel_mac_v2_pin_configs,
1969 [STAC_INTEL_MAC_V3] = intel_mac_v3_pin_configs,
1970 [STAC_INTEL_MAC_V4] = intel_mac_v4_pin_configs,
1971 [STAC_INTEL_MAC_V5] = intel_mac_v5_pin_configs,
Nicolas Boichat536319a2008-07-21 22:18:01 +08001972 [STAC_INTEL_MAC_AUTO] = intel_mac_v3_pin_configs,
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001973 /* for backward compatibility */
Ivan N. Zlatev5d5d3bc2007-05-29 16:03:00 +02001974 [STAC_MACMINI] = intel_mac_v3_pin_configs,
1975 [STAC_MACBOOK] = intel_mac_v5_pin_configs,
1976 [STAC_MACBOOK_PRO_V1] = intel_mac_v3_pin_configs,
1977 [STAC_MACBOOK_PRO_V2] = intel_mac_v3_pin_configs,
1978 [STAC_IMAC_INTEL] = intel_mac_v2_pin_configs,
1979 [STAC_IMAC_INTEL_20] = intel_mac_v3_pin_configs,
Mauro Carvalho Chehab8c650082008-08-04 10:39:59 -03001980 [STAC_ECS_202] = ecs202_pin_configs,
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001981 [STAC_922X_DELL_D81] = dell_922x_d81_pin_configs,
1982 [STAC_922X_DELL_D82] = dell_922x_d82_pin_configs,
1983 [STAC_922X_DELL_M81] = dell_922x_m81_pin_configs,
1984 [STAC_922X_DELL_M82] = dell_922x_m82_pin_configs,
Matt Porter403d1942005-11-29 15:00:51 +01001985};
1986
Takashi Iwaiea734962011-01-17 11:29:34 +01001987static const char * const stac922x_models[STAC_922X_MODELS] = {
Takashi Iwai1607b8e2009-02-26 16:50:43 +01001988 [STAC_922X_AUTO] = "auto",
Takashi Iwaif5fcc132006-11-24 17:07:44 +01001989 [STAC_D945_REF] = "ref",
1990 [STAC_D945GTP5] = "5stack",
1991 [STAC_D945GTP3] = "3stack",
Ivan N. Zlatev5d5d3bc2007-05-29 16:03:00 +02001992 [STAC_INTEL_MAC_V1] = "intel-mac-v1",
1993 [STAC_INTEL_MAC_V2] = "intel-mac-v2",
1994 [STAC_INTEL_MAC_V3] = "intel-mac-v3",
1995 [STAC_INTEL_MAC_V4] = "intel-mac-v4",
1996 [STAC_INTEL_MAC_V5] = "intel-mac-v5",
Nicolas Boichat536319a2008-07-21 22:18:01 +08001997 [STAC_INTEL_MAC_AUTO] = "intel-mac-auto",
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001998 /* for backward compatibility */
Takashi Iwaif5fcc132006-11-24 17:07:44 +01001999 [STAC_MACMINI] = "macmini",
Takashi Iwai3fc24d82007-02-16 13:27:18 +01002000 [STAC_MACBOOK] = "macbook",
Nicolas Boichat6f0778d2007-03-15 12:38:15 +01002001 [STAC_MACBOOK_PRO_V1] = "macbook-pro-v1",
2002 [STAC_MACBOOK_PRO_V2] = "macbook-pro",
Sylvain FORETf16928f2007-04-27 14:22:36 +02002003 [STAC_IMAC_INTEL] = "imac-intel",
Takashi Iwai0dae0f82007-05-21 12:41:29 +02002004 [STAC_IMAC_INTEL_20] = "imac-intel-20",
Mauro Carvalho Chehab8c650082008-08-04 10:39:59 -03002005 [STAC_ECS_202] = "ecs202",
Takashi Iwaidfe495d2007-08-23 19:04:28 +02002006 [STAC_922X_DELL_D81] = "dell-d81",
2007 [STAC_922X_DELL_D82] = "dell-d82",
2008 [STAC_922X_DELL_M81] = "dell-m81",
2009 [STAC_922X_DELL_M82] = "dell-m82",
Takashi Iwaif5fcc132006-11-24 17:07:44 +01002010};
2011
Takashi Iwai2b635362011-05-02 12:33:43 +02002012static const struct snd_pci_quirk stac922x_cfg_tbl[] = {
Takashi Iwaif5fcc132006-11-24 17:07:44 +01002013 /* SigmaTel reference board */
2014 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x2668,
2015 "DFI LanParty", STAC_D945_REF),
Matthew Ranostay577aa2c2009-01-22 22:55:44 -05002016 SND_PCI_QUIRK(PCI_VENDOR_ID_DFI, 0x3101,
2017 "DFI LanParty", STAC_D945_REF),
Takashi Iwaif5fcc132006-11-24 17:07:44 +01002018 /* Intel 945G based systems */
2019 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x0101,
2020 "Intel D945G", STAC_D945GTP3),
2021 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x0202,
2022 "Intel D945G", STAC_D945GTP3),
2023 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x0606,
2024 "Intel D945G", STAC_D945GTP3),
2025 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x0601,
2026 "Intel D945G", STAC_D945GTP3),
2027 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x0111,
2028 "Intel D945G", STAC_D945GTP3),
2029 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x1115,
2030 "Intel D945G", STAC_D945GTP3),
2031 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x1116,
2032 "Intel D945G", STAC_D945GTP3),
2033 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x1117,
2034 "Intel D945G", STAC_D945GTP3),
2035 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x1118,
2036 "Intel D945G", STAC_D945GTP3),
2037 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x1119,
2038 "Intel D945G", STAC_D945GTP3),
2039 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x8826,
2040 "Intel D945G", STAC_D945GTP3),
2041 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x5049,
2042 "Intel D945G", STAC_D945GTP3),
2043 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x5055,
2044 "Intel D945G", STAC_D945GTP3),
2045 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x5048,
2046 "Intel D945G", STAC_D945GTP3),
2047 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x0110,
2048 "Intel D945G", STAC_D945GTP3),
2049 /* Intel D945G 5-stack systems */
2050 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x0404,
2051 "Intel D945G", STAC_D945GTP5),
2052 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x0303,
2053 "Intel D945G", STAC_D945GTP5),
2054 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x0013,
2055 "Intel D945G", STAC_D945GTP5),
2056 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x0417,
2057 "Intel D945G", STAC_D945GTP5),
2058 /* Intel 945P based systems */
2059 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x0b0b,
2060 "Intel D945P", STAC_D945GTP3),
2061 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x0112,
2062 "Intel D945P", STAC_D945GTP3),
2063 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x0d0d,
2064 "Intel D945P", STAC_D945GTP3),
2065 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x0909,
2066 "Intel D945P", STAC_D945GTP3),
2067 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x0505,
2068 "Intel D945P", STAC_D945GTP3),
2069 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x0707,
2070 "Intel D945P", STAC_D945GTP5),
Takashi Iwai8056d472009-01-23 09:09:43 +01002071 /* other intel */
2072 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x0204,
2073 "Intel D945", STAC_D945_REF),
Takashi Iwaif5fcc132006-11-24 17:07:44 +01002074 /* other systems */
Nicolas Boichat536319a2008-07-21 22:18:01 +08002075 /* Apple Intel Mac (Mac Mini, MacBook, MacBook Pro...) */
Takashi Iwaif5fcc132006-11-24 17:07:44 +01002076 SND_PCI_QUIRK(0x8384, 0x7680,
Nicolas Boichat536319a2008-07-21 22:18:01 +08002077 "Mac", STAC_INTEL_MAC_AUTO),
Takashi Iwaidfe495d2007-08-23 19:04:28 +02002078 /* Dell systems */
2079 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01a7,
2080 "unknown Dell", STAC_922X_DELL_D81),
2081 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01a9,
2082 "unknown Dell", STAC_922X_DELL_D81),
2083 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01ab,
2084 "unknown Dell", STAC_922X_DELL_D81),
2085 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01ac,
2086 "unknown Dell", STAC_922X_DELL_D82),
2087 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01bf,
2088 "unknown Dell", STAC_922X_DELL_M81),
2089 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01d0,
2090 "unknown Dell", STAC_922X_DELL_D82),
2091 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01d1,
2092 "unknown Dell", STAC_922X_DELL_D81),
2093 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01d2,
2094 "unknown Dell", STAC_922X_DELL_D81),
2095 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01d7,
2096 "Dell XPS M1210", STAC_922X_DELL_M82),
Mauro Carvalho Chehab8c650082008-08-04 10:39:59 -03002097 /* ECS/PC Chips boards */
Takashi Iwaidea0a502009-02-09 17:14:52 +01002098 SND_PCI_QUIRK_MASK(0x1019, 0xf000, 0x2000,
Herton Ronaldo Krzesinski8663ae52009-02-08 19:50:34 -02002099 "ECS/PC chips", STAC_ECS_202),
Matt Porter403d1942005-11-29 15:00:51 +01002100 {} /* terminator */
2101};
2102
Takashi Iwai2b635362011-05-02 12:33:43 +02002103static const unsigned int ref927x_pin_configs[14] = {
Tobin Davis93ed1502006-09-01 21:03:12 +02002104 0x02214020, 0x02a19080, 0x0181304e, 0x01014010,
2105 0x01a19040, 0x01011012, 0x01016011, 0x0101201f,
2106 0x183301f0, 0x18a001f0, 0x18a001f0, 0x01442070,
2107 0x01c42190, 0x40000100,
Matt Porter3cc08dc2006-01-23 15:27:49 +01002108};
2109
Takashi Iwai2b635362011-05-02 12:33:43 +02002110static const unsigned int d965_3st_pin_configs[14] = {
Tobin Davis81d3dbd2006-08-22 19:44:45 +02002111 0x0221401f, 0x02a19120, 0x40000100, 0x01014011,
2112 0x01a19021, 0x01813024, 0x40000100, 0x40000100,
2113 0x40000100, 0x40000100, 0x40000100, 0x40000100,
2114 0x40000100, 0x40000100
2115};
2116
Takashi Iwai2b635362011-05-02 12:33:43 +02002117static const unsigned int d965_5st_pin_configs[14] = {
Tobin Davis93ed1502006-09-01 21:03:12 +02002118 0x02214020, 0x02a19080, 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 d965_5st_no_fp_pin_configs[14] = {
Takashi Iwai679d92e2009-05-24 19:00:08 +02002125 0x40000100, 0x40000100, 0x0181304e, 0x01014010,
2126 0x01a19040, 0x01011012, 0x01016011, 0x40000100,
2127 0x40000100, 0x40000100, 0x40000100, 0x01442070,
2128 0x40000100, 0x40000100
2129};
2130
Takashi Iwai2b635362011-05-02 12:33:43 +02002131static const unsigned int dell_3st_pin_configs[14] = {
Tobin Davis4ff076e2007-08-07 11:48:12 +02002132 0x02211230, 0x02a11220, 0x01a19040, 0x01114210,
2133 0x01111212, 0x01116211, 0x01813050, 0x01112214,
Matthew Ranostay8e9068b2007-12-17 11:58:13 +01002134 0x403003fa, 0x90a60040, 0x90a60040, 0x404003fb,
Tobin Davis4ff076e2007-08-07 11:48:12 +02002135 0x40c003fc, 0x40000100
2136};
2137
Takashi Iwai2b635362011-05-02 12:33:43 +02002138static const unsigned int *stac927x_brd_tbl[STAC_927X_MODELS] = {
Takashi Iwaie28d8322008-12-17 13:48:29 +01002139 [STAC_D965_REF_NO_JD] = ref927x_pin_configs,
Matthew Ranostay8e9068b2007-12-17 11:58:13 +01002140 [STAC_D965_REF] = ref927x_pin_configs,
2141 [STAC_D965_3ST] = d965_3st_pin_configs,
2142 [STAC_D965_5ST] = d965_5st_pin_configs,
Takashi Iwai679d92e2009-05-24 19:00:08 +02002143 [STAC_D965_5ST_NO_FP] = d965_5st_no_fp_pin_configs,
Matthew Ranostay8e9068b2007-12-17 11:58:13 +01002144 [STAC_DELL_3ST] = dell_3st_pin_configs,
2145 [STAC_DELL_BIOS] = NULL,
Takashi Iwai54930532009-10-11 17:38:29 +02002146 [STAC_927X_VOLKNOB] = NULL,
Matt Porter3cc08dc2006-01-23 15:27:49 +01002147};
2148
Takashi Iwaiea734962011-01-17 11:29:34 +01002149static const char * const stac927x_models[STAC_927X_MODELS] = {
Takashi Iwai1607b8e2009-02-26 16:50:43 +01002150 [STAC_927X_AUTO] = "auto",
Takashi Iwaie28d8322008-12-17 13:48:29 +01002151 [STAC_D965_REF_NO_JD] = "ref-no-jd",
Matthew Ranostay8e9068b2007-12-17 11:58:13 +01002152 [STAC_D965_REF] = "ref",
2153 [STAC_D965_3ST] = "3stack",
2154 [STAC_D965_5ST] = "5stack",
Takashi Iwai679d92e2009-05-24 19:00:08 +02002155 [STAC_D965_5ST_NO_FP] = "5stack-no-fp",
Matthew Ranostay8e9068b2007-12-17 11:58:13 +01002156 [STAC_DELL_3ST] = "dell-3stack",
2157 [STAC_DELL_BIOS] = "dell-bios",
Takashi Iwai54930532009-10-11 17:38:29 +02002158 [STAC_927X_VOLKNOB] = "volknob",
Takashi Iwaif5fcc132006-11-24 17:07:44 +01002159};
2160
Takashi Iwai2b635362011-05-02 12:33:43 +02002161static const struct snd_pci_quirk stac927x_cfg_tbl[] = {
Takashi Iwaif5fcc132006-11-24 17:07:44 +01002162 /* SigmaTel reference board */
2163 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x2668,
2164 "DFI LanParty", STAC_D965_REF),
Matthew Ranostay577aa2c2009-01-22 22:55:44 -05002165 SND_PCI_QUIRK(PCI_VENDOR_ID_DFI, 0x3101,
2166 "DFI LanParty", STAC_D965_REF),
Tobin Davis81d3dbd2006-08-22 19:44:45 +02002167 /* Intel 946 based systems */
Takashi Iwaif5fcc132006-11-24 17:07:44 +01002168 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x3d01, "Intel D946", STAC_D965_3ST),
2169 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0xa301, "Intel D946", STAC_D965_3ST),
Tobin Davis93ed1502006-09-01 21:03:12 +02002170 /* 965 based 3 stack systems */
Takashi Iwaidea0a502009-02-09 17:14:52 +01002171 SND_PCI_QUIRK_MASK(PCI_VENDOR_ID_INTEL, 0xff00, 0x2100,
2172 "Intel D965", STAC_D965_3ST),
2173 SND_PCI_QUIRK_MASK(PCI_VENDOR_ID_INTEL, 0xff00, 0x2000,
2174 "Intel D965", STAC_D965_3ST),
Tobin Davis4ff076e2007-08-07 11:48:12 +02002175 /* Dell 3 stack systems */
Takashi Iwaidfe495d2007-08-23 19:04:28 +02002176 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01dd, "Dell Dimension E520", STAC_DELL_3ST),
Tobin Davis4ff076e2007-08-07 11:48:12 +02002177 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01ed, "Dell ", STAC_DELL_3ST),
2178 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01f4, "Dell ", STAC_DELL_3ST),
Matthew Ranostay8e9068b2007-12-17 11:58:13 +01002179 /* Dell 3 stack systems with verb table in BIOS */
Matthew Ranostay2f32d902008-01-10 13:06:26 +01002180 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01f3, "Dell Inspiron 1420", STAC_DELL_BIOS),
Daniel T Chen66668b62010-05-23 20:47:45 -04002181 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01f7, "Dell XPS M1730", STAC_DELL_BIOS),
Matthew Ranostay2f32d902008-01-10 13:06:26 +01002182 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0227, "Dell Vostro 1400 ", STAC_DELL_BIOS),
Matthew Ranostay8e9068b2007-12-17 11:58:13 +01002183 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x022e, "Dell ", STAC_DELL_BIOS),
Chengu Wang84d3dc22009-07-30 19:43:55 +08002184 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x022f, "Dell Inspiron 1525", STAC_DELL_BIOS),
Matthew Ranostay8e9068b2007-12-17 11:58:13 +01002185 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0242, "Dell ", STAC_DELL_BIOS),
2186 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0243, "Dell ", STAC_DELL_BIOS),
2187 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x02ff, "Dell ", STAC_DELL_BIOS),
2188 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0209, "Dell XPS 1330", STAC_DELL_BIOS),
Tobin Davis93ed1502006-09-01 21:03:12 +02002189 /* 965 based 5 stack systems */
Takashi Iwaidea0a502009-02-09 17:14:52 +01002190 SND_PCI_QUIRK_MASK(PCI_VENDOR_ID_INTEL, 0xff00, 0x2300,
2191 "Intel D965", STAC_D965_5ST),
2192 SND_PCI_QUIRK_MASK(PCI_VENDOR_ID_INTEL, 0xff00, 0x2500,
2193 "Intel D965", STAC_D965_5ST),
Takashi Iwai54930532009-10-11 17:38:29 +02002194 /* volume-knob fixes */
2195 SND_PCI_QUIRK_VENDOR(0x10cf, "FSC", STAC_927X_VOLKNOB),
Matt Porter3cc08dc2006-01-23 15:27:49 +01002196 {} /* terminator */
2197};
2198
Takashi Iwai2b635362011-05-02 12:33:43 +02002199static const unsigned int ref9205_pin_configs[12] = {
Matt Porterf3302a52006-07-31 12:49:34 +02002200 0x40000100, 0x40000100, 0x01016011, 0x01014010,
Matthew Ranostay09a99952008-01-24 11:49:21 +01002201 0x01813122, 0x01a19021, 0x01019020, 0x40000100,
Matt Porter8b657272006-10-26 17:12:59 +02002202 0x90a000f0, 0x90a000f0, 0x01441030, 0x01c41030
Matt Porterf3302a52006-07-31 12:49:34 +02002203};
2204
Takashi Iwaidfe495d2007-08-23 19:04:28 +02002205/*
2206 STAC 9205 pin configs for
2207 102801F1
2208 102801F2
2209 102801FC
2210 102801FD
2211 10280204
2212 1028021F
Matthew Ranostay3fa2ef72008-01-11 11:39:06 +01002213 10280228 (Dell Vostro 1500)
Anisse Astier95e70e82009-12-23 17:28:45 +01002214 10280229 (Dell Vostro 1700)
Takashi Iwaidfe495d2007-08-23 19:04:28 +02002215*/
Takashi Iwai2b635362011-05-02 12:33:43 +02002216static const unsigned int dell_9205_m42_pin_configs[12] = {
Takashi Iwaidfe495d2007-08-23 19:04:28 +02002217 0x0321101F, 0x03A11020, 0x400003FA, 0x90170310,
2218 0x400003FB, 0x400003FC, 0x400003FD, 0x40F000F9,
2219 0x90A60330, 0x400003FF, 0x0144131F, 0x40C003FE,
2220};
2221
2222/*
2223 STAC 9205 pin configs for
2224 102801F9
2225 102801FA
2226 102801FE
2227 102801FF (Dell Precision M4300)
2228 10280206
2229 10280200
2230 10280201
2231*/
Takashi Iwai2b635362011-05-02 12:33:43 +02002232static const unsigned int dell_9205_m43_pin_configs[12] = {
Tobin Davisae0a8ed2007-08-13 15:50:29 +02002233 0x0321101f, 0x03a11020, 0x90a70330, 0x90170310,
2234 0x400000fe, 0x400000ff, 0x400000fd, 0x40f000f9,
2235 0x400000fa, 0x400000fc, 0x0144131f, 0x40c003f8,
2236};
2237
Takashi Iwai2b635362011-05-02 12:33:43 +02002238static const unsigned int dell_9205_m44_pin_configs[12] = {
Tobin Davisae0a8ed2007-08-13 15:50:29 +02002239 0x0421101f, 0x04a11020, 0x400003fa, 0x90170310,
2240 0x400003fb, 0x400003fc, 0x400003fd, 0x400003f9,
2241 0x90a60330, 0x400003ff, 0x01441340, 0x40c003fe,
2242};
2243
Takashi Iwai2b635362011-05-02 12:33:43 +02002244static const unsigned int *stac9205_brd_tbl[STAC_9205_MODELS] = {
Tobin Davisae0a8ed2007-08-13 15:50:29 +02002245 [STAC_9205_REF] = ref9205_pin_configs,
Takashi Iwaidfe495d2007-08-23 19:04:28 +02002246 [STAC_9205_DELL_M42] = dell_9205_m42_pin_configs,
2247 [STAC_9205_DELL_M43] = dell_9205_m43_pin_configs,
2248 [STAC_9205_DELL_M44] = dell_9205_m44_pin_configs,
Takashi Iwaid9a42682009-01-22 17:40:18 +01002249 [STAC_9205_EAPD] = NULL,
Matt Porterf3302a52006-07-31 12:49:34 +02002250};
2251
Takashi Iwaiea734962011-01-17 11:29:34 +01002252static const char * const stac9205_models[STAC_9205_MODELS] = {
Takashi Iwai1607b8e2009-02-26 16:50:43 +01002253 [STAC_9205_AUTO] = "auto",
Takashi Iwaif5fcc132006-11-24 17:07:44 +01002254 [STAC_9205_REF] = "ref",
Takashi Iwaidfe495d2007-08-23 19:04:28 +02002255 [STAC_9205_DELL_M42] = "dell-m42",
Tobin Davisae0a8ed2007-08-13 15:50:29 +02002256 [STAC_9205_DELL_M43] = "dell-m43",
2257 [STAC_9205_DELL_M44] = "dell-m44",
Takashi Iwaid9a42682009-01-22 17:40:18 +01002258 [STAC_9205_EAPD] = "eapd",
Takashi Iwaif5fcc132006-11-24 17:07:44 +01002259};
2260
Takashi Iwai2b635362011-05-02 12:33:43 +02002261static const struct snd_pci_quirk stac9205_cfg_tbl[] = {
Takashi Iwaif5fcc132006-11-24 17:07:44 +01002262 /* SigmaTel reference board */
2263 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x2668,
2264 "DFI LanParty", STAC_9205_REF),
Herton Ronaldo Krzesinski02358fc2009-07-04 01:44:59 -03002265 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0xfb30,
2266 "SigmaTel", STAC_9205_REF),
Matthew Ranostay577aa2c2009-01-22 22:55:44 -05002267 SND_PCI_QUIRK(PCI_VENDOR_ID_DFI, 0x3101,
2268 "DFI LanParty", STAC_9205_REF),
Takashi Iwaid9a42682009-01-22 17:40:18 +01002269 /* Dell */
Takashi Iwaidfe495d2007-08-23 19:04:28 +02002270 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01f1,
2271 "unknown Dell", STAC_9205_DELL_M42),
2272 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01f2,
2273 "unknown Dell", STAC_9205_DELL_M42),
Tobin Davisae0a8ed2007-08-13 15:50:29 +02002274 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01f8,
Matthew Ranostayb44ef2f2007-09-18 00:52:38 +02002275 "Dell Precision", STAC_9205_DELL_M43),
Tobin Davisae0a8ed2007-08-13 15:50:29 +02002276 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01f9,
2277 "Dell Precision", STAC_9205_DELL_M43),
2278 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01fa,
2279 "Dell Precision", STAC_9205_DELL_M43),
Takashi Iwaidfe495d2007-08-23 19:04:28 +02002280 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01fc,
2281 "unknown Dell", STAC_9205_DELL_M42),
2282 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01fd,
2283 "unknown Dell", STAC_9205_DELL_M42),
Tobin Davisae0a8ed2007-08-13 15:50:29 +02002284 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01fe,
2285 "Dell Precision", STAC_9205_DELL_M43),
2286 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01ff,
Takashi Iwaidfe495d2007-08-23 19:04:28 +02002287 "Dell Precision M4300", STAC_9205_DELL_M43),
Takashi Iwaidfe495d2007-08-23 19:04:28 +02002288 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0204,
2289 "unknown Dell", STAC_9205_DELL_M42),
Takashi Iwai45499152008-06-12 16:27:24 +02002290 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0206,
2291 "Dell Precision", STAC_9205_DELL_M43),
2292 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x021b,
2293 "Dell Precision", STAC_9205_DELL_M43),
2294 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x021c,
2295 "Dell Precision", STAC_9205_DELL_M43),
Tobin Davisae0a8ed2007-08-13 15:50:29 +02002296 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x021f,
2297 "Dell Inspiron", STAC_9205_DELL_M44),
Matthew Ranostay3fa2ef72008-01-11 11:39:06 +01002298 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0228,
2299 "Dell Vostro 1500", STAC_9205_DELL_M42),
Anisse Astier95e70e82009-12-23 17:28:45 +01002300 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0229,
2301 "Dell Vostro 1700", STAC_9205_DELL_M42),
Takashi Iwaid9a42682009-01-22 17:40:18 +01002302 /* Gateway */
Hao Song42b95f02009-07-20 15:01:16 +08002303 SND_PCI_QUIRK(0x107b, 0x0560, "Gateway T6834c", STAC_9205_EAPD),
Takashi Iwaid9a42682009-01-22 17:40:18 +01002304 SND_PCI_QUIRK(0x107b, 0x0565, "Gateway T1616", STAC_9205_EAPD),
Matt Porterf3302a52006-07-31 12:49:34 +02002305 {} /* terminator */
2306};
2307
Takashi Iwai330ee992009-02-20 14:33:36 +01002308static void stac92xx_set_config_regs(struct hda_codec *codec,
Takashi Iwai2b635362011-05-02 12:33:43 +02002309 const unsigned int *pincfgs)
Matt2f2f4252005-04-13 14:45:30 +02002310{
2311 int i;
2312 struct sigmatel_spec *spec = codec->spec;
Matt2f2f4252005-04-13 14:45:30 +02002313
Takashi Iwai330ee992009-02-20 14:33:36 +01002314 if (!pincfgs)
2315 return;
Richard Fish11b44bb2006-08-23 18:31:34 +02002316
Matthew Ranostay87d48362007-07-17 11:52:24 +02002317 for (i = 0; i < spec->num_pins; i++)
Takashi Iwai330ee992009-02-20 14:33:36 +01002318 if (spec->pin_nids[i] && pincfgs[i])
2319 snd_hda_codec_set_pincfg(codec, spec->pin_nids[i],
2320 pincfgs[i]);
Takashi Iwaiaf9f3412008-11-18 10:38:56 +01002321}
2322
Matt2f2f4252005-04-13 14:45:30 +02002323/*
2324 * Analog playback callbacks
2325 */
2326static int stac92xx_playback_pcm_open(struct hda_pcm_stream *hinfo,
2327 struct hda_codec *codec,
Takashi Iwaic8b6bf92005-11-17 14:57:47 +01002328 struct snd_pcm_substream *substream)
Matt2f2f4252005-04-13 14:45:30 +02002329{
2330 struct sigmatel_spec *spec = codec->spec;
Matthew Ranostay8daaaa92008-08-15 07:45:52 +02002331 if (spec->stream_delay)
2332 msleep(spec->stream_delay);
Takashi Iwai9a081602008-02-12 18:37:26 +01002333 return snd_hda_multi_out_analog_open(codec, &spec->multiout, substream,
2334 hinfo);
Matt2f2f4252005-04-13 14:45:30 +02002335}
2336
2337static int stac92xx_playback_pcm_prepare(struct hda_pcm_stream *hinfo,
2338 struct hda_codec *codec,
2339 unsigned int stream_tag,
2340 unsigned int format,
Takashi Iwaic8b6bf92005-11-17 14:57:47 +01002341 struct snd_pcm_substream *substream)
Matt2f2f4252005-04-13 14:45:30 +02002342{
2343 struct sigmatel_spec *spec = codec->spec;
Matt Porter403d1942005-11-29 15:00:51 +01002344 return snd_hda_multi_out_analog_prepare(codec, &spec->multiout, stream_tag, format, substream);
Matt2f2f4252005-04-13 14:45:30 +02002345}
2346
2347static int stac92xx_playback_pcm_cleanup(struct hda_pcm_stream *hinfo,
2348 struct hda_codec *codec,
Takashi Iwaic8b6bf92005-11-17 14:57:47 +01002349 struct snd_pcm_substream *substream)
Matt2f2f4252005-04-13 14:45:30 +02002350{
2351 struct sigmatel_spec *spec = codec->spec;
2352 return snd_hda_multi_out_analog_cleanup(codec, &spec->multiout);
2353}
2354
2355/*
Mattdabbed62005-06-14 10:19:34 +02002356 * Digital playback callbacks
2357 */
2358static int stac92xx_dig_playback_pcm_open(struct hda_pcm_stream *hinfo,
2359 struct hda_codec *codec,
Takashi Iwaic8b6bf92005-11-17 14:57:47 +01002360 struct snd_pcm_substream *substream)
Mattdabbed62005-06-14 10:19:34 +02002361{
2362 struct sigmatel_spec *spec = codec->spec;
2363 return snd_hda_multi_out_dig_open(codec, &spec->multiout);
2364}
2365
2366static int stac92xx_dig_playback_pcm_close(struct hda_pcm_stream *hinfo,
2367 struct hda_codec *codec,
Takashi Iwaic8b6bf92005-11-17 14:57:47 +01002368 struct snd_pcm_substream *substream)
Mattdabbed62005-06-14 10:19:34 +02002369{
2370 struct sigmatel_spec *spec = codec->spec;
2371 return snd_hda_multi_out_dig_close(codec, &spec->multiout);
2372}
2373
Takashi Iwai6b97eb42007-04-05 14:51:48 +02002374static int stac92xx_dig_playback_pcm_prepare(struct hda_pcm_stream *hinfo,
2375 struct hda_codec *codec,
2376 unsigned int stream_tag,
2377 unsigned int format,
2378 struct snd_pcm_substream *substream)
2379{
2380 struct sigmatel_spec *spec = codec->spec;
2381 return snd_hda_multi_out_dig_prepare(codec, &spec->multiout,
2382 stream_tag, format, substream);
2383}
2384
Takashi Iwai9411e212009-02-13 11:32:28 +01002385static int stac92xx_dig_playback_pcm_cleanup(struct hda_pcm_stream *hinfo,
2386 struct hda_codec *codec,
2387 struct snd_pcm_substream *substream)
2388{
2389 struct sigmatel_spec *spec = codec->spec;
2390 return snd_hda_multi_out_dig_cleanup(codec, &spec->multiout);
2391}
2392
Mattdabbed62005-06-14 10:19:34 +02002393
2394/*
Matt2f2f4252005-04-13 14:45:30 +02002395 * Analog capture callbacks
2396 */
2397static int stac92xx_capture_pcm_prepare(struct hda_pcm_stream *hinfo,
2398 struct hda_codec *codec,
2399 unsigned int stream_tag,
2400 unsigned int format,
Takashi Iwaic8b6bf92005-11-17 14:57:47 +01002401 struct snd_pcm_substream *substream)
Matt2f2f4252005-04-13 14:45:30 +02002402{
2403 struct sigmatel_spec *spec = codec->spec;
Matthew Ranostay8daaaa92008-08-15 07:45:52 +02002404 hda_nid_t nid = spec->adc_nids[substream->number];
Matt2f2f4252005-04-13 14:45:30 +02002405
Matthew Ranostay8daaaa92008-08-15 07:45:52 +02002406 if (spec->powerdown_adcs) {
2407 msleep(40);
Takashi Iwai8c2f7672008-12-01 11:54:35 +01002408 snd_hda_codec_write(codec, nid, 0,
Matthew Ranostay8daaaa92008-08-15 07:45:52 +02002409 AC_VERB_SET_POWER_STATE, AC_PWRST_D0);
2410 }
2411 snd_hda_codec_setup_stream(codec, nid, stream_tag, 0, format);
Matt2f2f4252005-04-13 14:45:30 +02002412 return 0;
2413}
2414
2415static int stac92xx_capture_pcm_cleanup(struct hda_pcm_stream *hinfo,
2416 struct hda_codec *codec,
Takashi Iwaic8b6bf92005-11-17 14:57:47 +01002417 struct snd_pcm_substream *substream)
Matt2f2f4252005-04-13 14:45:30 +02002418{
2419 struct sigmatel_spec *spec = codec->spec;
Matthew Ranostay8daaaa92008-08-15 07:45:52 +02002420 hda_nid_t nid = spec->adc_nids[substream->number];
Matt2f2f4252005-04-13 14:45:30 +02002421
Matthew Ranostay8daaaa92008-08-15 07:45:52 +02002422 snd_hda_codec_cleanup_stream(codec, nid);
2423 if (spec->powerdown_adcs)
Takashi Iwai8c2f7672008-12-01 11:54:35 +01002424 snd_hda_codec_write(codec, nid, 0,
Matthew Ranostay8daaaa92008-08-15 07:45:52 +02002425 AC_VERB_SET_POWER_STATE, AC_PWRST_D3);
Matt2f2f4252005-04-13 14:45:30 +02002426 return 0;
2427}
2428
Takashi Iwai2b635362011-05-02 12:33:43 +02002429static const struct hda_pcm_stream stac92xx_pcm_digital_playback = {
Mattdabbed62005-06-14 10:19:34 +02002430 .substreams = 1,
2431 .channels_min = 2,
2432 .channels_max = 2,
2433 /* NID is set in stac92xx_build_pcms */
2434 .ops = {
2435 .open = stac92xx_dig_playback_pcm_open,
Takashi Iwai6b97eb42007-04-05 14:51:48 +02002436 .close = stac92xx_dig_playback_pcm_close,
Takashi Iwai9411e212009-02-13 11:32:28 +01002437 .prepare = stac92xx_dig_playback_pcm_prepare,
2438 .cleanup = stac92xx_dig_playback_pcm_cleanup
Mattdabbed62005-06-14 10:19:34 +02002439 },
2440};
2441
Takashi Iwai2b635362011-05-02 12:33:43 +02002442static const struct hda_pcm_stream stac92xx_pcm_digital_capture = {
Mattdabbed62005-06-14 10:19:34 +02002443 .substreams = 1,
2444 .channels_min = 2,
2445 .channels_max = 2,
2446 /* NID is set in stac92xx_build_pcms */
2447};
2448
Takashi Iwai2b635362011-05-02 12:33:43 +02002449static const struct hda_pcm_stream stac92xx_pcm_analog_playback = {
Matt2f2f4252005-04-13 14:45:30 +02002450 .substreams = 1,
2451 .channels_min = 2,
Mattc7d4b2f2005-06-27 14:59:41 +02002452 .channels_max = 8,
Matt2f2f4252005-04-13 14:45:30 +02002453 .nid = 0x02, /* NID to query formats and rates */
2454 .ops = {
2455 .open = stac92xx_playback_pcm_open,
2456 .prepare = stac92xx_playback_pcm_prepare,
2457 .cleanup = stac92xx_playback_pcm_cleanup
2458 },
2459};
2460
Takashi Iwai2b635362011-05-02 12:33:43 +02002461static const struct hda_pcm_stream stac92xx_pcm_analog_alt_playback = {
Matt Porter3cc08dc2006-01-23 15:27:49 +01002462 .substreams = 1,
2463 .channels_min = 2,
2464 .channels_max = 2,
2465 .nid = 0x06, /* NID to query formats and rates */
2466 .ops = {
2467 .open = stac92xx_playback_pcm_open,
2468 .prepare = stac92xx_playback_pcm_prepare,
2469 .cleanup = stac92xx_playback_pcm_cleanup
2470 },
2471};
2472
Takashi Iwai2b635362011-05-02 12:33:43 +02002473static const struct hda_pcm_stream stac92xx_pcm_analog_capture = {
Matt2f2f4252005-04-13 14:45:30 +02002474 .channels_min = 2,
2475 .channels_max = 2,
Maxim Levitsky9e05b7a2007-09-03 15:31:02 +02002476 /* NID + .substreams is set in stac92xx_build_pcms */
Matt2f2f4252005-04-13 14:45:30 +02002477 .ops = {
2478 .prepare = stac92xx_capture_pcm_prepare,
2479 .cleanup = stac92xx_capture_pcm_cleanup
2480 },
2481};
2482
2483static int stac92xx_build_pcms(struct hda_codec *codec)
2484{
2485 struct sigmatel_spec *spec = codec->spec;
2486 struct hda_pcm *info = spec->pcm_rec;
2487
2488 codec->num_pcms = 1;
2489 codec->pcm_info = info;
2490
Mattc7d4b2f2005-06-27 14:59:41 +02002491 info->name = "STAC92xx Analog";
Matt2f2f4252005-04-13 14:45:30 +02002492 info->stream[SNDRV_PCM_STREAM_PLAYBACK] = stac92xx_pcm_analog_playback;
Takashi Iwai00a602d2009-01-23 11:55:42 +01002493 info->stream[SNDRV_PCM_STREAM_PLAYBACK].nid =
2494 spec->multiout.dac_nids[0];
Matt2f2f4252005-04-13 14:45:30 +02002495 info->stream[SNDRV_PCM_STREAM_CAPTURE] = stac92xx_pcm_analog_capture;
Matt Porter3cc08dc2006-01-23 15:27:49 +01002496 info->stream[SNDRV_PCM_STREAM_CAPTURE].nid = spec->adc_nids[0];
Maxim Levitsky9e05b7a2007-09-03 15:31:02 +02002497 info->stream[SNDRV_PCM_STREAM_CAPTURE].substreams = spec->num_adcs;
Matt Porter3cc08dc2006-01-23 15:27:49 +01002498
2499 if (spec->alt_switch) {
2500 codec->num_pcms++;
2501 info++;
2502 info->name = "STAC92xx Analog Alt";
2503 info->stream[SNDRV_PCM_STREAM_PLAYBACK] = stac92xx_pcm_analog_alt_playback;
2504 }
Matt2f2f4252005-04-13 14:45:30 +02002505
Mattdabbed62005-06-14 10:19:34 +02002506 if (spec->multiout.dig_out_nid || spec->dig_in_nid) {
2507 codec->num_pcms++;
2508 info++;
2509 info->name = "STAC92xx Digital";
Takashi Iwai0852d7a2009-02-11 11:35:15 +01002510 info->pcm_type = spec->autocfg.dig_out_type[0];
Mattdabbed62005-06-14 10:19:34 +02002511 if (spec->multiout.dig_out_nid) {
2512 info->stream[SNDRV_PCM_STREAM_PLAYBACK] = stac92xx_pcm_digital_playback;
2513 info->stream[SNDRV_PCM_STREAM_PLAYBACK].nid = spec->multiout.dig_out_nid;
2514 }
2515 if (spec->dig_in_nid) {
2516 info->stream[SNDRV_PCM_STREAM_CAPTURE] = stac92xx_pcm_digital_capture;
2517 info->stream[SNDRV_PCM_STREAM_CAPTURE].nid = spec->dig_in_nid;
2518 }
2519 }
2520
Matt2f2f4252005-04-13 14:45:30 +02002521 return 0;
2522}
2523
Matt Porter403d1942005-11-29 15:00:51 +01002524static void stac92xx_auto_set_pinctl(struct hda_codec *codec, hda_nid_t nid, int pin_type)
2525
2526{
Takashi Iwaicdd03ce2012-04-20 12:34:50 +02002527 snd_hda_set_pin_ctl_cache(codec, nid, pin_type);
Matt Porter403d1942005-11-29 15:00:51 +01002528}
2529
Matthew Ranostay7c2ba972008-04-16 13:13:59 +02002530#define stac92xx_hp_switch_info snd_ctl_boolean_mono_info
2531
2532static int stac92xx_hp_switch_get(struct snd_kcontrol *kcontrol,
2533 struct snd_ctl_elem_value *ucontrol)
2534{
2535 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
2536 struct sigmatel_spec *spec = codec->spec;
2537
Takashi Iwaid7a89432008-11-12 09:48:04 +01002538 ucontrol->value.integer.value[0] = !!spec->hp_switch;
Matthew Ranostay7c2ba972008-04-16 13:13:59 +02002539 return 0;
2540}
2541
Takashi Iwai62558ce2009-07-29 14:23:09 +02002542static void stac_issue_unsol_event(struct hda_codec *codec, hda_nid_t nid);
Takashi Iwaic6e4c662008-11-25 11:58:19 +01002543
Matthew Ranostay7c2ba972008-04-16 13:13:59 +02002544static int stac92xx_hp_switch_put(struct snd_kcontrol *kcontrol,
2545 struct snd_ctl_elem_value *ucontrol)
2546{
2547 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
2548 struct sigmatel_spec *spec = codec->spec;
Takashi Iwaid7a89432008-11-12 09:48:04 +01002549 int nid = kcontrol->private_value;
2550
2551 spec->hp_switch = ucontrol->value.integer.value[0] ? nid : 0;
Matthew Ranostay7c2ba972008-04-16 13:13:59 +02002552
Lucas De Marchi25985ed2011-03-30 22:57:33 -03002553 /* check to be sure that the ports are up to date with
Matthew Ranostay7c2ba972008-04-16 13:13:59 +02002554 * switch changes
2555 */
Takashi Iwai62558ce2009-07-29 14:23:09 +02002556 stac_issue_unsol_event(codec, nid);
Matthew Ranostay7c2ba972008-04-16 13:13:59 +02002557
2558 return 1;
2559}
2560
Nickolas Lloyd7c922de2009-06-01 11:12:29 +02002561static int stac92xx_dc_bias_info(struct snd_kcontrol *kcontrol,
2562 struct snd_ctl_elem_info *uinfo)
2563{
2564 int i;
Takashi Iwai2b635362011-05-02 12:33:43 +02002565 static const char * const texts[] = {
Nickolas Lloyd7c922de2009-06-01 11:12:29 +02002566 "Mic In", "Line In", "Line Out"
2567 };
2568
2569 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
2570 struct sigmatel_spec *spec = codec->spec;
2571 hda_nid_t nid = kcontrol->private_value;
2572
2573 if (nid == spec->mic_switch || nid == spec->line_switch)
2574 i = 3;
2575 else
2576 i = 2;
2577
2578 uinfo->type = SNDRV_CTL_ELEM_TYPE_ENUMERATED;
2579 uinfo->value.enumerated.items = i;
2580 uinfo->count = 1;
2581 if (uinfo->value.enumerated.item >= i)
2582 uinfo->value.enumerated.item = i-1;
2583 strcpy(uinfo->value.enumerated.name,
2584 texts[uinfo->value.enumerated.item]);
2585
2586 return 0;
2587}
2588
2589static int stac92xx_dc_bias_get(struct snd_kcontrol *kcontrol,
2590 struct snd_ctl_elem_value *ucontrol)
2591{
2592 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
2593 hda_nid_t nid = kcontrol->private_value;
2594 unsigned int vref = stac92xx_vref_get(codec, nid);
2595
Takashi Iwai47408602012-04-20 13:06:53 +02002596 if (vref == snd_hda_get_default_vref(codec, nid))
Nickolas Lloyd7c922de2009-06-01 11:12:29 +02002597 ucontrol->value.enumerated.item[0] = 0;
2598 else if (vref == AC_PINCTL_VREF_GRD)
2599 ucontrol->value.enumerated.item[0] = 1;
2600 else if (vref == AC_PINCTL_VREF_HIZ)
2601 ucontrol->value.enumerated.item[0] = 2;
2602
2603 return 0;
2604}
2605
2606static int stac92xx_dc_bias_put(struct snd_kcontrol *kcontrol,
2607 struct snd_ctl_elem_value *ucontrol)
2608{
2609 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
2610 unsigned int new_vref = 0;
Takashi Iwaib8621512009-06-22 08:00:10 +02002611 int error;
Nickolas Lloyd7c922de2009-06-01 11:12:29 +02002612 hda_nid_t nid = kcontrol->private_value;
2613
2614 if (ucontrol->value.enumerated.item[0] == 0)
Takashi Iwai47408602012-04-20 13:06:53 +02002615 new_vref = snd_hda_get_default_vref(codec, nid);
Nickolas Lloyd7c922de2009-06-01 11:12:29 +02002616 else if (ucontrol->value.enumerated.item[0] == 1)
2617 new_vref = AC_PINCTL_VREF_GRD;
2618 else if (ucontrol->value.enumerated.item[0] == 2)
2619 new_vref = AC_PINCTL_VREF_HIZ;
2620 else
2621 return 0;
2622
2623 if (new_vref != stac92xx_vref_get(codec, nid)) {
2624 error = stac92xx_vref_set(codec, nid, new_vref);
2625 return error;
2626 }
2627
2628 return 0;
2629}
2630
2631static int stac92xx_io_switch_info(struct snd_kcontrol *kcontrol,
2632 struct snd_ctl_elem_info *uinfo)
2633{
Takashi Iwai2b635362011-05-02 12:33:43 +02002634 char *texts[2];
Nickolas Lloyd7c922de2009-06-01 11:12:29 +02002635 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
2636 struct sigmatel_spec *spec = codec->spec;
2637
2638 if (kcontrol->private_value == spec->line_switch)
2639 texts[0] = "Line In";
2640 else
2641 texts[0] = "Mic In";
2642 texts[1] = "Line Out";
2643 uinfo->type = SNDRV_CTL_ELEM_TYPE_ENUMERATED;
2644 uinfo->value.enumerated.items = 2;
2645 uinfo->count = 1;
2646
2647 if (uinfo->value.enumerated.item >= 2)
2648 uinfo->value.enumerated.item = 1;
2649 strcpy(uinfo->value.enumerated.name,
2650 texts[uinfo->value.enumerated.item]);
2651
2652 return 0;
2653}
Matt Porter403d1942005-11-29 15:00:51 +01002654
2655static int stac92xx_io_switch_get(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol)
2656{
2657 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
2658 struct sigmatel_spec *spec = codec->spec;
Nickolas Lloyd7c922de2009-06-01 11:12:29 +02002659 hda_nid_t nid = kcontrol->private_value;
2660 int io_idx = (nid == spec->mic_switch) ? 1 : 0;
Matt Porter403d1942005-11-29 15:00:51 +01002661
Nickolas Lloyd7c922de2009-06-01 11:12:29 +02002662 ucontrol->value.enumerated.item[0] = spec->io_switch[io_idx];
Matt Porter403d1942005-11-29 15:00:51 +01002663 return 0;
2664}
2665
2666static int stac92xx_io_switch_put(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol)
2667{
2668 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
2669 struct sigmatel_spec *spec = codec->spec;
Nickolas Lloyd7c922de2009-06-01 11:12:29 +02002670 hda_nid_t nid = kcontrol->private_value;
2671 int io_idx = (nid == spec->mic_switch) ? 1 : 0;
2672 unsigned short val = !!ucontrol->value.enumerated.item[0];
Matt Porter403d1942005-11-29 15:00:51 +01002673
2674 spec->io_switch[io_idx] = val;
2675
2676 if (val)
2677 stac92xx_auto_set_pinctl(codec, nid, AC_PINCTL_OUT_EN);
Takashi Iwaic960a032006-03-23 17:06:28 +01002678 else {
2679 unsigned int pinctl = AC_PINCTL_IN_EN;
2680 if (io_idx) /* set VREF for mic */
Takashi Iwai47408602012-04-20 13:06:53 +02002681 pinctl |= snd_hda_get_default_vref(codec, nid);
Takashi Iwaic960a032006-03-23 17:06:28 +01002682 stac92xx_auto_set_pinctl(codec, nid, pinctl);
2683 }
Jiang Zhe40c1d302007-11-12 13:05:16 +01002684
2685 /* check the auto-mute again: we need to mute/unmute the speaker
2686 * appropriately according to the pin direction
2687 */
2688 if (spec->hp_detect)
Takashi Iwai62558ce2009-07-29 14:23:09 +02002689 stac_issue_unsol_event(codec, nid);
Jiang Zhe40c1d302007-11-12 13:05:16 +01002690
Matt Porter403d1942005-11-29 15:00:51 +01002691 return 1;
2692}
2693
Maxim Levitsky0fb87bb2007-09-03 15:29:04 +02002694#define stac92xx_clfe_switch_info snd_ctl_boolean_mono_info
2695
2696static int stac92xx_clfe_switch_get(struct snd_kcontrol *kcontrol,
2697 struct snd_ctl_elem_value *ucontrol)
2698{
2699 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
2700 struct sigmatel_spec *spec = codec->spec;
2701
2702 ucontrol->value.integer.value[0] = spec->clfe_swap;
2703 return 0;
2704}
2705
2706static int stac92xx_clfe_switch_put(struct snd_kcontrol *kcontrol,
2707 struct snd_ctl_elem_value *ucontrol)
2708{
2709 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
2710 struct sigmatel_spec *spec = codec->spec;
2711 hda_nid_t nid = kcontrol->private_value & 0xff;
Takashi Iwai68ea7b22007-11-15 15:54:38 +01002712 unsigned int val = !!ucontrol->value.integer.value[0];
Maxim Levitsky0fb87bb2007-09-03 15:29:04 +02002713
Takashi Iwai68ea7b22007-11-15 15:54:38 +01002714 if (spec->clfe_swap == val)
Maxim Levitsky0fb87bb2007-09-03 15:29:04 +02002715 return 0;
2716
Takashi Iwai68ea7b22007-11-15 15:54:38 +01002717 spec->clfe_swap = val;
Maxim Levitsky0fb87bb2007-09-03 15:29:04 +02002718
2719 snd_hda_codec_write_cache(codec, nid, 0, AC_VERB_SET_EAPD_BTLENABLE,
2720 spec->clfe_swap ? 0x4 : 0x0);
2721
2722 return 1;
2723}
2724
Matthew Ranostay7c2ba972008-04-16 13:13:59 +02002725#define STAC_CODEC_HP_SWITCH(xname) \
2726 { .iface = SNDRV_CTL_ELEM_IFACE_MIXER, \
2727 .name = xname, \
2728 .index = 0, \
2729 .info = stac92xx_hp_switch_info, \
2730 .get = stac92xx_hp_switch_get, \
2731 .put = stac92xx_hp_switch_put, \
2732 }
2733
Matt Porter403d1942005-11-29 15:00:51 +01002734#define STAC_CODEC_IO_SWITCH(xname, xpval) \
2735 { .iface = SNDRV_CTL_ELEM_IFACE_MIXER, \
2736 .name = xname, \
2737 .index = 0, \
2738 .info = stac92xx_io_switch_info, \
2739 .get = stac92xx_io_switch_get, \
2740 .put = stac92xx_io_switch_put, \
2741 .private_value = xpval, \
2742 }
2743
Maxim Levitsky0fb87bb2007-09-03 15:29:04 +02002744#define STAC_CODEC_CLFE_SWITCH(xname, xpval) \
2745 { .iface = SNDRV_CTL_ELEM_IFACE_MIXER, \
2746 .name = xname, \
2747 .index = 0, \
2748 .info = stac92xx_clfe_switch_info, \
2749 .get = stac92xx_clfe_switch_get, \
2750 .put = stac92xx_clfe_switch_put, \
2751 .private_value = xpval, \
2752 }
Matt Porter403d1942005-11-29 15:00:51 +01002753
Mattc7d4b2f2005-06-27 14:59:41 +02002754enum {
2755 STAC_CTL_WIDGET_VOL,
2756 STAC_CTL_WIDGET_MUTE,
Jaroslav Kysela123c07a2009-10-21 14:48:23 +02002757 STAC_CTL_WIDGET_MUTE_BEEP,
Matthew Ranostay09a99952008-01-24 11:49:21 +01002758 STAC_CTL_WIDGET_MONO_MUX,
Matthew Ranostay7c2ba972008-04-16 13:13:59 +02002759 STAC_CTL_WIDGET_HP_SWITCH,
Matt Porter403d1942005-11-29 15:00:51 +01002760 STAC_CTL_WIDGET_IO_SWITCH,
Nickolas Lloyd2fc99892009-05-15 15:33:30 +02002761 STAC_CTL_WIDGET_CLFE_SWITCH,
2762 STAC_CTL_WIDGET_DC_BIAS
Mattc7d4b2f2005-06-27 14:59:41 +02002763};
2764
Takashi Iwai2b635362011-05-02 12:33:43 +02002765static const struct snd_kcontrol_new stac92xx_control_templates[] = {
Mattc7d4b2f2005-06-27 14:59:41 +02002766 HDA_CODEC_VOLUME(NULL, 0, 0, 0),
2767 HDA_CODEC_MUTE(NULL, 0, 0, 0),
Jaroslav Kysela123c07a2009-10-21 14:48:23 +02002768 HDA_CODEC_MUTE_BEEP(NULL, 0, 0, 0),
Matthew Ranostay09a99952008-01-24 11:49:21 +01002769 STAC_MONO_MUX,
Matthew Ranostay7c2ba972008-04-16 13:13:59 +02002770 STAC_CODEC_HP_SWITCH(NULL),
Matt Porter403d1942005-11-29 15:00:51 +01002771 STAC_CODEC_IO_SWITCH(NULL, 0),
Maxim Levitsky0fb87bb2007-09-03 15:29:04 +02002772 STAC_CODEC_CLFE_SWITCH(NULL, 0),
Nickolas Lloyd2fc99892009-05-15 15:33:30 +02002773 DC_BIAS(NULL, 0, 0),
Mattc7d4b2f2005-06-27 14:59:41 +02002774};
2775
2776/* add dynamic controls */
Takashi Iwaie3c75962009-01-23 11:57:22 +01002777static struct snd_kcontrol_new *
2778stac_control_new(struct sigmatel_spec *spec,
Takashi Iwai2b635362011-05-02 12:33:43 +02002779 const struct snd_kcontrol_new *ktemp,
Jaroslav Kysela4d02d1b2009-11-12 10:15:48 +01002780 const char *name,
Jaroslav Kysela5e26dfd2009-12-10 13:57:01 +01002781 unsigned int subdev)
Mattc7d4b2f2005-06-27 14:59:41 +02002782{
Takashi Iwaic8b6bf92005-11-17 14:57:47 +01002783 struct snd_kcontrol_new *knew;
Mattc7d4b2f2005-06-27 14:59:41 +02002784
Takashi Iwai603c4012008-07-30 15:01:44 +02002785 snd_array_init(&spec->kctls, sizeof(*knew), 32);
2786 knew = snd_array_new(&spec->kctls);
2787 if (!knew)
Takashi Iwaie3c75962009-01-23 11:57:22 +01002788 return NULL;
Takashi Iwai4d4e9bb2008-11-12 16:45:04 +01002789 *knew = *ktemp;
Takashi Iwai82fe0c52005-06-30 10:54:33 +02002790 knew->name = kstrdup(name, GFP_KERNEL);
Takashi Iwaie3c75962009-01-23 11:57:22 +01002791 if (!knew->name) {
2792 /* roolback */
2793 memset(knew, 0, sizeof(*knew));
2794 spec->kctls.alloced--;
2795 return NULL;
2796 }
Jaroslav Kysela5e26dfd2009-12-10 13:57:01 +01002797 knew->subdevice = subdev;
Takashi Iwaie3c75962009-01-23 11:57:22 +01002798 return knew;
2799}
2800
Takashi Iwai62cbde12012-09-14 11:58:54 +02002801static struct snd_kcontrol_new *
2802add_control_temp(struct sigmatel_spec *spec,
2803 const struct snd_kcontrol_new *ktemp,
2804 int idx, const char *name,
2805 unsigned long val)
2806{
2807 struct snd_kcontrol_new *knew = stac_control_new(spec, ktemp, name,
2808 HDA_SUBDEV_AMP_FLAG);
2809 if (!knew)
2810 return NULL;
2811 knew->index = idx;
2812 knew->private_value = val;
2813 return knew;
2814}
2815
Takashi Iwaie3c75962009-01-23 11:57:22 +01002816static int stac92xx_add_control_temp(struct sigmatel_spec *spec,
Takashi Iwai2b635362011-05-02 12:33:43 +02002817 const struct snd_kcontrol_new *ktemp,
Takashi Iwaie3c75962009-01-23 11:57:22 +01002818 int idx, const char *name,
2819 unsigned long val)
2820{
Takashi Iwai62cbde12012-09-14 11:58:54 +02002821 return add_control_temp(spec, ktemp, idx, name, val) ? 0 : -ENOMEM;
Mattc7d4b2f2005-06-27 14:59:41 +02002822}
2823
Takashi Iwai4d4e9bb2008-11-12 16:45:04 +01002824static inline int stac92xx_add_control_idx(struct sigmatel_spec *spec,
2825 int type, int idx, const char *name,
2826 unsigned long val)
2827{
2828 return stac92xx_add_control_temp(spec,
2829 &stac92xx_control_templates[type],
2830 idx, name, val);
2831}
2832
Matthew Ranostay4682eee2008-08-15 07:43:24 +02002833
2834/* add dynamic controls */
Takashi Iwai4d4e9bb2008-11-12 16:45:04 +01002835static inline int stac92xx_add_control(struct sigmatel_spec *spec, int type,
2836 const char *name, unsigned long val)
Matthew Ranostay4682eee2008-08-15 07:43:24 +02002837{
2838 return stac92xx_add_control_idx(spec, type, 0, name, val);
2839}
2840
Takashi Iwai2b635362011-05-02 12:33:43 +02002841static const struct snd_kcontrol_new stac_input_src_temp = {
Takashi Iwaie3c75962009-01-23 11:57:22 +01002842 .iface = SNDRV_CTL_ELEM_IFACE_MIXER,
2843 .name = "Input Source",
2844 .info = stac92xx_mux_enum_info,
2845 .get = stac92xx_mux_enum_get,
2846 .put = stac92xx_mux_enum_put,
2847};
2848
Nickolas Lloyd7c922de2009-06-01 11:12:29 +02002849static inline int stac92xx_add_jack_mode_control(struct hda_codec *codec,
2850 hda_nid_t nid, int idx)
2851{
2852 int def_conf = snd_hda_codec_get_pincfg(codec, nid);
2853 int control = 0;
2854 struct sigmatel_spec *spec = codec->spec;
2855 char name[22];
2856
Takashi Iwai99ae28b2010-09-17 14:42:34 +02002857 if (snd_hda_get_input_pin_attr(def_conf) != INPUT_PIN_ATTR_INT) {
Takashi Iwai47408602012-04-20 13:06:53 +02002858 if (snd_hda_get_default_vref(codec, nid) == AC_PINCTL_VREF_GRD
Nickolas Lloyd7c922de2009-06-01 11:12:29 +02002859 && nid == spec->line_switch)
2860 control = STAC_CTL_WIDGET_IO_SWITCH;
2861 else if (snd_hda_query_pin_caps(codec, nid)
2862 & (AC_PINCAP_VREF_GRD << AC_PINCAP_VREF_SHIFT))
2863 control = STAC_CTL_WIDGET_DC_BIAS;
2864 else if (nid == spec->mic_switch)
2865 control = STAC_CTL_WIDGET_IO_SWITCH;
2866 }
2867
2868 if (control) {
Takashi Iwai201e06f2011-11-16 15:33:26 +01002869 snd_hda_get_pin_label(codec, nid, &spec->autocfg,
2870 name, sizeof(name), NULL);
Nickolas Lloyd7c922de2009-06-01 11:12:29 +02002871 return stac92xx_add_control(codec->spec, control,
2872 strcat(name, " Jack Mode"), nid);
2873 }
2874
2875 return 0;
2876}
2877
Takashi Iwaie3c75962009-01-23 11:57:22 +01002878static int stac92xx_add_input_source(struct sigmatel_spec *spec)
2879{
2880 struct snd_kcontrol_new *knew;
2881 struct hda_input_mux *imux = &spec->private_imux;
2882
Takashi Iwai3d21d3f2009-07-29 14:32:56 +02002883 if (spec->auto_mic)
2884 return 0; /* no need for input source */
Takashi Iwaie3c75962009-01-23 11:57:22 +01002885 if (!spec->num_adcs || imux->num_items <= 1)
2886 return 0; /* no need for input source control */
2887 knew = stac_control_new(spec, &stac_input_src_temp,
Jaroslav Kysela4d02d1b2009-11-12 10:15:48 +01002888 stac_input_src_temp.name, 0);
Takashi Iwaie3c75962009-01-23 11:57:22 +01002889 if (!knew)
2890 return -ENOMEM;
2891 knew->count = spec->num_adcs;
2892 return 0;
2893}
2894
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01002895/* check whether the line-input can be used as line-out */
2896static hda_nid_t check_line_out_switch(struct hda_codec *codec)
Matt Porter403d1942005-11-29 15:00:51 +01002897{
2898 struct sigmatel_spec *spec = codec->spec;
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01002899 struct auto_pin_cfg *cfg = &spec->autocfg;
2900 hda_nid_t nid;
2901 unsigned int pincap;
Takashi Iwaieea7dc92010-08-30 13:06:15 +02002902 int i;
Matthew Ranostay8e9068b2007-12-17 11:58:13 +01002903
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01002904 if (cfg->line_out_type != AUTO_PIN_LINE_OUT)
2905 return 0;
Takashi Iwaieea7dc92010-08-30 13:06:15 +02002906 for (i = 0; i < cfg->num_inputs; i++) {
Takashi Iwai86e29592010-09-09 14:50:17 +02002907 if (cfg->inputs[i].type == AUTO_PIN_LINE_IN) {
Takashi Iwaieea7dc92010-08-30 13:06:15 +02002908 nid = cfg->inputs[i].pin;
Takashi Iwai1327a322009-03-23 13:07:47 +01002909 pincap = snd_hda_query_pin_caps(codec, nid);
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01002910 if (pincap & AC_PINCAP_OUT)
2911 return nid;
2912 }
Takashi Iwaieea7dc92010-08-30 13:06:15 +02002913 }
Matt Porter403d1942005-11-29 15:00:51 +01002914 return 0;
2915}
2916
Takashi Iwaieea7dc92010-08-30 13:06:15 +02002917static hda_nid_t get_unassigned_dac(struct hda_codec *codec, hda_nid_t nid);
2918
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01002919/* check whether the mic-input can be used as line-out */
Takashi Iwaieea7dc92010-08-30 13:06:15 +02002920static hda_nid_t check_mic_out_switch(struct hda_codec *codec, hda_nid_t *dac)
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01002921{
2922 struct sigmatel_spec *spec = codec->spec;
2923 struct auto_pin_cfg *cfg = &spec->autocfg;
2924 unsigned int def_conf, pincap;
Takashi Iwai86e29592010-09-09 14:50:17 +02002925 int i;
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01002926
Takashi Iwaieea7dc92010-08-30 13:06:15 +02002927 *dac = 0;
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01002928 if (cfg->line_out_type != AUTO_PIN_LINE_OUT)
2929 return 0;
Takashi Iwaieea7dc92010-08-30 13:06:15 +02002930 for (i = 0; i < cfg->num_inputs; i++) {
2931 hda_nid_t nid = cfg->inputs[i].pin;
Takashi Iwai86e29592010-09-09 14:50:17 +02002932 if (cfg->inputs[i].type != AUTO_PIN_MIC)
Takashi Iwaieea7dc92010-08-30 13:06:15 +02002933 continue;
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01002934 def_conf = snd_hda_codec_get_pincfg(codec, nid);
2935 /* some laptops have an internal analog microphone
2936 * which can't be used as a output */
Takashi Iwai99ae28b2010-09-17 14:42:34 +02002937 if (snd_hda_get_input_pin_attr(def_conf) != INPUT_PIN_ATTR_INT) {
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01002938 pincap = snd_hda_query_pin_caps(codec, nid);
Takashi Iwaieea7dc92010-08-30 13:06:15 +02002939 if (pincap & AC_PINCAP_OUT) {
2940 *dac = get_unassigned_dac(codec, nid);
2941 if (*dac)
2942 return nid;
2943 }
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01002944 }
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01002945 }
2946 return 0;
2947}
Steve Longerbeam7b043892007-05-03 20:50:03 +02002948
2949static int is_in_dac_nids(struct sigmatel_spec *spec, hda_nid_t nid)
2950{
2951 int i;
2952
2953 for (i = 0; i < spec->multiout.num_dacs; i++) {
2954 if (spec->multiout.dac_nids[i] == nid)
2955 return 1;
2956 }
2957
2958 return 0;
2959}
2960
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01002961static int check_all_dac_nids(struct sigmatel_spec *spec, hda_nid_t nid)
2962{
2963 int i;
2964 if (is_in_dac_nids(spec, nid))
2965 return 1;
2966 for (i = 0; i < spec->autocfg.hp_outs; i++)
2967 if (spec->hp_dacs[i] == nid)
2968 return 1;
2969 for (i = 0; i < spec->autocfg.speaker_outs; i++)
2970 if (spec->speaker_dacs[i] == nid)
2971 return 1;
2972 return 0;
2973}
2974
2975static hda_nid_t get_unassigned_dac(struct hda_codec *codec, hda_nid_t nid)
2976{
2977 struct sigmatel_spec *spec = codec->spec;
David Henningsson48718ea2011-10-05 09:49:05 +02002978 struct auto_pin_cfg *cfg = &spec->autocfg;
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01002979 int j, conn_len;
David Henningsson48718ea2011-10-05 09:49:05 +02002980 hda_nid_t conn[HDA_MAX_CONNECTIONS], fallback_dac;
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01002981 unsigned int wcaps, wtype;
2982
2983 conn_len = snd_hda_get_connections(codec, nid, conn,
2984 HDA_MAX_CONNECTIONS);
Charles Chin36706002010-01-29 12:05:51 +01002985 /* 92HD88: trace back up the link of nids to find the DAC */
2986 while (conn_len == 1 && (get_wcaps_type(get_wcaps(codec, conn[0]))
2987 != AC_WID_AUD_OUT)) {
2988 nid = conn[0];
2989 conn_len = snd_hda_get_connections(codec, nid, conn,
2990 HDA_MAX_CONNECTIONS);
2991 }
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01002992 for (j = 0; j < conn_len; j++) {
Takashi Iwai14bafe32009-03-23 16:35:39 +01002993 wcaps = get_wcaps(codec, conn[j]);
Takashi Iwaia22d5432009-07-27 12:54:26 +02002994 wtype = get_wcaps_type(wcaps);
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01002995 /* we check only analog outputs */
2996 if (wtype != AC_WID_AUD_OUT || (wcaps & AC_WCAP_DIGITAL))
2997 continue;
2998 /* if this route has a free DAC, assign it */
2999 if (!check_all_dac_nids(spec, conn[j])) {
3000 if (conn_len > 1) {
3001 /* select this DAC in the pin's input mux */
3002 snd_hda_codec_write_cache(codec, nid, 0,
3003 AC_VERB_SET_CONNECT_SEL, j);
3004 }
3005 return conn[j];
3006 }
3007 }
David Henningsson48718ea2011-10-05 09:49:05 +02003008
3009 /* if all DACs are already assigned, connect to the primary DAC,
3010 unless we're assigning a secondary headphone */
3011 fallback_dac = spec->multiout.dac_nids[0];
3012 if (spec->multiout.hp_nid) {
3013 for (j = 0; j < cfg->hp_outs; j++)
3014 if (cfg->hp_pins[j] == nid) {
3015 fallback_dac = spec->multiout.hp_nid;
3016 break;
3017 }
3018 }
3019
Takashi Iwaiee58a7c2009-03-06 12:00:24 +01003020 if (conn_len > 1) {
3021 for (j = 0; j < conn_len; j++) {
David Henningsson48718ea2011-10-05 09:49:05 +02003022 if (conn[j] == fallback_dac) {
Takashi Iwaiee58a7c2009-03-06 12:00:24 +01003023 snd_hda_codec_write_cache(codec, nid, 0,
3024 AC_VERB_SET_CONNECT_SEL, j);
3025 break;
3026 }
3027 }
3028 }
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01003029 return 0;
3030}
3031
3032static int add_spec_dacs(struct sigmatel_spec *spec, hda_nid_t nid);
3033static int add_spec_extra_dacs(struct sigmatel_spec *spec, hda_nid_t nid);
3034
Matt Porter3cc08dc2006-01-23 15:27:49 +01003035/*
Steve Longerbeam7b043892007-05-03 20:50:03 +02003036 * Fill in the dac_nids table from the parsed pin configuration
3037 * This function only works when every pin in line_out_pins[]
3038 * contains atleast one DAC in its connection list. Some 92xx
3039 * codecs are not connected directly to a DAC, such as the 9200
3040 * and 9202/925x. For those, dac_nids[] must be hard-coded.
Matt Porter3cc08dc2006-01-23 15:27:49 +01003041 */
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01003042static int stac92xx_auto_fill_dac_nids(struct hda_codec *codec)
Mattc7d4b2f2005-06-27 14:59:41 +02003043{
3044 struct sigmatel_spec *spec = codec->spec;
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01003045 struct auto_pin_cfg *cfg = &spec->autocfg;
3046 int i;
3047 hda_nid_t nid, dac;
Steve Longerbeam7b043892007-05-03 20:50:03 +02003048
Mattc7d4b2f2005-06-27 14:59:41 +02003049 for (i = 0; i < cfg->line_outs; i++) {
3050 nid = cfg->line_out_pins[i];
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01003051 dac = get_unassigned_dac(codec, nid);
3052 if (!dac) {
Takashi Iwaidf802952007-07-02 19:18:00 +02003053 if (spec->multiout.num_dacs > 0) {
3054 /* we have already working output pins,
3055 * so let's drop the broken ones again
3056 */
3057 cfg->line_outs = spec->multiout.num_dacs;
3058 break;
3059 }
Steve Longerbeam7b043892007-05-03 20:50:03 +02003060 /* error out, no available DAC found */
3061 snd_printk(KERN_ERR
3062 "%s: No available DAC for pin 0x%x\n",
3063 __func__, nid);
3064 return -ENODEV;
3065 }
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01003066 add_spec_dacs(spec, dac);
3067 }
Steve Longerbeam7b043892007-05-03 20:50:03 +02003068
Takashi Iwai139e0712009-03-06 12:10:41 +01003069 for (i = 0; i < cfg->hp_outs; i++) {
3070 nid = cfg->hp_pins[i];
3071 dac = get_unassigned_dac(codec, nid);
3072 if (dac) {
3073 if (!spec->multiout.hp_nid)
3074 spec->multiout.hp_nid = dac;
3075 else
3076 add_spec_extra_dacs(spec, dac);
3077 }
3078 spec->hp_dacs[i] = dac;
3079 }
3080
3081 for (i = 0; i < cfg->speaker_outs; i++) {
3082 nid = cfg->speaker_pins[i];
3083 dac = get_unassigned_dac(codec, nid);
3084 if (dac)
3085 add_spec_extra_dacs(spec, dac);
3086 spec->speaker_dacs[i] = dac;
3087 }
3088
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01003089 /* add line-in as output */
3090 nid = check_line_out_switch(codec);
3091 if (nid) {
3092 dac = get_unassigned_dac(codec, nid);
3093 if (dac) {
3094 snd_printdd("STAC: Add line-in 0x%x as output %d\n",
3095 nid, cfg->line_outs);
3096 cfg->line_out_pins[cfg->line_outs] = nid;
3097 cfg->line_outs++;
3098 spec->line_switch = nid;
3099 add_spec_dacs(spec, dac);
3100 }
3101 }
3102 /* add mic as output */
Takashi Iwaieea7dc92010-08-30 13:06:15 +02003103 nid = check_mic_out_switch(codec, &dac);
3104 if (nid && dac) {
3105 snd_printdd("STAC: Add mic-in 0x%x as output %d\n",
3106 nid, cfg->line_outs);
3107 cfg->line_out_pins[cfg->line_outs] = nid;
3108 cfg->line_outs++;
3109 spec->mic_switch = nid;
3110 add_spec_dacs(spec, dac);
Mattc7d4b2f2005-06-27 14:59:41 +02003111 }
3112
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01003113 snd_printd("stac92xx: dac_nids=%d (0x%x/0x%x/0x%x/0x%x/0x%x)\n",
Steve Longerbeam7b043892007-05-03 20:50:03 +02003114 spec->multiout.num_dacs,
3115 spec->multiout.dac_nids[0],
3116 spec->multiout.dac_nids[1],
3117 spec->multiout.dac_nids[2],
3118 spec->multiout.dac_nids[3],
3119 spec->multiout.dac_nids[4]);
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01003120
Mattc7d4b2f2005-06-27 14:59:41 +02003121 return 0;
3122}
3123
Takashi Iwaieb06ed82006-09-20 17:10:27 +02003124/* create volume control/switch for the given prefx type */
Takashi Iwai668b9652009-03-06 10:13:24 +01003125static int create_controls_idx(struct hda_codec *codec, const char *pfx,
3126 int idx, hda_nid_t nid, int chs)
Takashi Iwaieb06ed82006-09-20 17:10:27 +02003127{
Takashi Iwai7c7767e2009-01-20 15:28:38 +01003128 struct sigmatel_spec *spec = codec->spec;
Takashi Iwaieb06ed82006-09-20 17:10:27 +02003129 char name[32];
3130 int err;
3131
Takashi Iwai7c7767e2009-01-20 15:28:38 +01003132 if (!spec->check_volume_offset) {
3133 unsigned int caps, step, nums, db_scale;
3134 caps = query_amp_caps(codec, nid, HDA_OUTPUT);
3135 step = (caps & AC_AMPCAP_STEP_SIZE) >>
3136 AC_AMPCAP_STEP_SIZE_SHIFT;
3137 step = (step + 1) * 25; /* in .01dB unit */
3138 nums = (caps & AC_AMPCAP_NUM_STEPS) >>
3139 AC_AMPCAP_NUM_STEPS_SHIFT;
3140 db_scale = nums * step;
3141 /* if dB scale is over -64dB, and finer enough,
3142 * let's reduce it to half
3143 */
3144 if (db_scale > 6400 && nums >= 0x1f)
3145 spec->volume_offset = nums / 2;
3146 spec->check_volume_offset = 1;
3147 }
3148
Takashi Iwaieb06ed82006-09-20 17:10:27 +02003149 sprintf(name, "%s Playback Volume", pfx);
Takashi Iwai668b9652009-03-06 10:13:24 +01003150 err = stac92xx_add_control_idx(spec, STAC_CTL_WIDGET_VOL, idx, name,
Takashi Iwai7c7767e2009-01-20 15:28:38 +01003151 HDA_COMPOSE_AMP_VAL_OFS(nid, chs, 0, HDA_OUTPUT,
3152 spec->volume_offset));
Takashi Iwaieb06ed82006-09-20 17:10:27 +02003153 if (err < 0)
3154 return err;
3155 sprintf(name, "%s Playback Switch", pfx);
Takashi Iwai668b9652009-03-06 10:13:24 +01003156 err = stac92xx_add_control_idx(spec, STAC_CTL_WIDGET_MUTE, idx, name,
Takashi Iwaieb06ed82006-09-20 17:10:27 +02003157 HDA_COMPOSE_AMP_VAL(nid, chs, 0, HDA_OUTPUT));
3158 if (err < 0)
3159 return err;
3160 return 0;
3161}
3162
Takashi Iwai668b9652009-03-06 10:13:24 +01003163#define create_controls(codec, pfx, nid, chs) \
3164 create_controls_idx(codec, pfx, 0, nid, chs)
3165
Matthew Ranostayae0afd82008-02-22 17:55:05 +01003166static int add_spec_dacs(struct sigmatel_spec *spec, hda_nid_t nid)
3167{
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01003168 if (spec->multiout.num_dacs > 4) {
Matthew Ranostayae0afd82008-02-22 17:55:05 +01003169 printk(KERN_WARNING "stac92xx: No space for DAC 0x%x\n", nid);
3170 return 1;
3171 } else {
Takashi Iwaidda14412011-05-02 11:29:30 +02003172 snd_BUG_ON(spec->multiout.dac_nids != spec->dac_nids);
3173 spec->dac_nids[spec->multiout.num_dacs] = nid;
Matthew Ranostayae0afd82008-02-22 17:55:05 +01003174 spec->multiout.num_dacs++;
3175 }
3176 return 0;
3177}
3178
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01003179static int add_spec_extra_dacs(struct sigmatel_spec *spec, hda_nid_t nid)
Matthew Ranostayae0afd82008-02-22 17:55:05 +01003180{
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01003181 int i;
3182 for (i = 0; i < ARRAY_SIZE(spec->multiout.extra_out_nid); i++) {
3183 if (!spec->multiout.extra_out_nid[i]) {
3184 spec->multiout.extra_out_nid[i] = nid;
3185 return 0;
3186 }
3187 }
3188 printk(KERN_WARNING "stac92xx: No space for extra DAC 0x%x\n", nid);
3189 return 1;
Matthew Ranostayae0afd82008-02-22 17:55:05 +01003190}
3191
Takashi Iwaidc04d1b2009-03-06 10:00:05 +01003192/* Create output controls
3193 * The mixer elements are named depending on the given type (AUTO_PIN_XXX_OUT)
3194 */
3195static int create_multi_out_ctls(struct hda_codec *codec, int num_outs,
3196 const hda_nid_t *pins,
3197 const hda_nid_t *dac_nids,
3198 int type)
Mattc7d4b2f2005-06-27 14:59:41 +02003199{
Takashi Iwai76624532008-12-19 10:09:47 +01003200 struct sigmatel_spec *spec = codec->spec;
Takashi Iwaiea734962011-01-17 11:29:34 +01003201 static const char * const chname[4] = {
Takashi Iwai19039bd2006-06-28 15:52:16 +02003202 "Front", "Surround", NULL /*CLFE*/, "Side"
3203 };
Takashi Iwaidc04d1b2009-03-06 10:00:05 +01003204 hda_nid_t nid;
Takashi Iwai91589232008-12-19 15:59:40 +01003205 int i, err;
3206 unsigned int wid_caps;
Maxim Levitsky0fb87bb2007-09-03 15:29:04 +02003207
Takashi Iwaidc04d1b2009-03-06 10:00:05 +01003208 for (i = 0; i < num_outs && i < ARRAY_SIZE(chname); i++) {
Takashi Iwaiffd0e562009-04-16 12:20:24 +02003209 if (type == AUTO_PIN_HP_OUT && !spec->hp_detect) {
Takashi Iwaie35d9d62011-05-17 11:28:16 +02003210 if (is_jack_detectable(codec, pins[i]))
Takashi Iwaiffd0e562009-04-16 12:20:24 +02003211 spec->hp_detect = 1;
3212 }
Takashi Iwaidc04d1b2009-03-06 10:00:05 +01003213 nid = dac_nids[i];
3214 if (!nid)
3215 continue;
3216 if (type != AUTO_PIN_HP_OUT && i == 2) {
Mattc7d4b2f2005-06-27 14:59:41 +02003217 /* Center/LFE */
Takashi Iwai7c7767e2009-01-20 15:28:38 +01003218 err = create_controls(codec, "Center", nid, 1);
Takashi Iwaieb06ed82006-09-20 17:10:27 +02003219 if (err < 0)
Mattc7d4b2f2005-06-27 14:59:41 +02003220 return err;
Takashi Iwai7c7767e2009-01-20 15:28:38 +01003221 err = create_controls(codec, "LFE", nid, 2);
Takashi Iwaieb06ed82006-09-20 17:10:27 +02003222 if (err < 0)
Mattc7d4b2f2005-06-27 14:59:41 +02003223 return err;
Maxim Levitsky0fb87bb2007-09-03 15:29:04 +02003224
3225 wid_caps = get_wcaps(codec, nid);
3226
3227 if (wid_caps & AC_WCAP_LR_SWAP) {
3228 err = stac92xx_add_control(spec,
3229 STAC_CTL_WIDGET_CLFE_SWITCH,
3230 "Swap Center/LFE Playback Switch", nid);
3231
3232 if (err < 0)
3233 return err;
3234 }
3235
Mattc7d4b2f2005-06-27 14:59:41 +02003236 } else {
Takashi Iwaidc04d1b2009-03-06 10:00:05 +01003237 const char *name;
Takashi Iwai668b9652009-03-06 10:13:24 +01003238 int idx;
Takashi Iwaidc04d1b2009-03-06 10:00:05 +01003239 switch (type) {
3240 case AUTO_PIN_HP_OUT:
Takashi Iwai668b9652009-03-06 10:13:24 +01003241 name = "Headphone";
3242 idx = i;
Takashi Iwaidc04d1b2009-03-06 10:00:05 +01003243 break;
3244 case AUTO_PIN_SPEAKER_OUT:
David Henningsson298efee2012-09-06 11:17:58 +02003245 if (num_outs <= 1) {
3246 name = "Speaker";
3247 idx = i;
3248 break;
3249 }
3250 /* Fall through in case of multi speaker outs */
Takashi Iwaidc04d1b2009-03-06 10:00:05 +01003251 default:
3252 name = chname[i];
Takashi Iwai668b9652009-03-06 10:13:24 +01003253 idx = 0;
Takashi Iwaidc04d1b2009-03-06 10:00:05 +01003254 break;
Takashi Iwai76624532008-12-19 10:09:47 +01003255 }
Takashi Iwai668b9652009-03-06 10:13:24 +01003256 err = create_controls_idx(codec, name, idx, nid, 3);
Takashi Iwaieb06ed82006-09-20 17:10:27 +02003257 if (err < 0)
Mattc7d4b2f2005-06-27 14:59:41 +02003258 return err;
3259 }
3260 }
Takashi Iwaidc04d1b2009-03-06 10:00:05 +01003261 return 0;
3262}
3263
Takashi Iwai62cbde12012-09-14 11:58:54 +02003264static void stac_gpio_set(struct hda_codec *codec, unsigned int mask,
3265 unsigned int dir_mask, unsigned int data);
3266
3267/* hook for controlling mic-mute LED GPIO */
3268static int stac92xx_capture_sw_put_led(struct snd_kcontrol *kcontrol,
3269 struct snd_ctl_elem_value *ucontrol)
3270{
3271 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
3272 struct sigmatel_spec *spec = codec->spec;
3273 int err;
3274 bool mute;
3275
3276 err = snd_hda_mixer_amp_switch_put(kcontrol, ucontrol);
3277 if (err <= 0)
3278 return err;
3279 mute = !(ucontrol->value.integer.value[0] &&
3280 ucontrol->value.integer.value[1]);
3281 if (spec->mic_mute_led_on != mute) {
3282 spec->mic_mute_led_on = mute;
3283 if (mute)
3284 spec->gpio_data |= spec->mic_mute_led_gpio;
3285 else
3286 spec->gpio_data &= ~spec->mic_mute_led_gpio;
3287 stac_gpio_set(codec, spec->gpio_mask,
3288 spec->gpio_dir, spec->gpio_data);
3289 }
3290 return err;
3291}
3292
Takashi Iwai6479c632009-07-28 18:20:25 +02003293static int stac92xx_add_capvol_ctls(struct hda_codec *codec, unsigned long vol,
3294 unsigned long sw, int idx)
3295{
Takashi Iwai62cbde12012-09-14 11:58:54 +02003296 struct sigmatel_spec *spec = codec->spec;
3297 struct snd_kcontrol_new *knew;
Takashi Iwai6479c632009-07-28 18:20:25 +02003298 int err;
Takashi Iwai62cbde12012-09-14 11:58:54 +02003299
Takashi Iwai6479c632009-07-28 18:20:25 +02003300 err = stac92xx_add_control_idx(codec->spec, STAC_CTL_WIDGET_VOL, idx,
Takashi Iwaibf677bd2009-07-30 09:24:29 +02003301 "Capture Volume", vol);
Takashi Iwai6479c632009-07-28 18:20:25 +02003302 if (err < 0)
3303 return err;
Takashi Iwai62cbde12012-09-14 11:58:54 +02003304
3305 knew = add_control_temp(spec,
3306 &stac92xx_control_templates[STAC_CTL_WIDGET_MUTE],
3307 idx, "Capture Switch", sw);
3308 if (!knew)
3309 return -ENOMEM;
3310 /* add a LED hook for some HP laptops */
3311 if (spec->mic_mute_led_gpio)
3312 knew->put = stac92xx_capture_sw_put_led;
3313
Takashi Iwai6479c632009-07-28 18:20:25 +02003314 return 0;
3315}
3316
Takashi Iwaidc04d1b2009-03-06 10:00:05 +01003317/* add playback controls from the parsed DAC table */
3318static int stac92xx_auto_create_multi_out_ctls(struct hda_codec *codec,
3319 const struct auto_pin_cfg *cfg)
3320{
3321 struct sigmatel_spec *spec = codec->spec;
Nickolas Lloyd7c922de2009-06-01 11:12:29 +02003322 hda_nid_t nid;
Takashi Iwaidc04d1b2009-03-06 10:00:05 +01003323 int err;
Nickolas Lloyd7c922de2009-06-01 11:12:29 +02003324 int idx;
Takashi Iwaidc04d1b2009-03-06 10:00:05 +01003325
3326 err = create_multi_out_ctls(codec, cfg->line_outs, cfg->line_out_pins,
3327 spec->multiout.dac_nids,
3328 cfg->line_out_type);
3329 if (err < 0)
3330 return err;
Mattc7d4b2f2005-06-27 14:59:41 +02003331
Takashi Iwaia9cb5c92008-11-24 07:51:11 +01003332 if (cfg->hp_outs > 1 && cfg->line_out_type == AUTO_PIN_LINE_OUT) {
Matthew Ranostay7c2ba972008-04-16 13:13:59 +02003333 err = stac92xx_add_control(spec,
3334 STAC_CTL_WIDGET_HP_SWITCH,
Takashi Iwaid7a89432008-11-12 09:48:04 +01003335 "Headphone as Line Out Switch",
3336 cfg->hp_pins[cfg->hp_outs - 1]);
Matthew Ranostay7c2ba972008-04-16 13:13:59 +02003337 if (err < 0)
3338 return err;
3339 }
3340
Takashi Iwaieea7dc92010-08-30 13:06:15 +02003341 for (idx = 0; idx < cfg->num_inputs; idx++) {
Takashi Iwai86e29592010-09-09 14:50:17 +02003342 if (cfg->inputs[idx].type > AUTO_PIN_LINE_IN)
Takashi Iwaieea7dc92010-08-30 13:06:15 +02003343 break;
3344 nid = cfg->inputs[idx].pin;
3345 err = stac92xx_add_jack_mode_control(codec, nid, idx);
3346 if (err < 0)
3347 return err;
Matthew Ranostayb5895dc2008-01-25 15:24:50 +01003348 }
Matt Porter403d1942005-11-29 15:00:51 +01003349
Mattc7d4b2f2005-06-27 14:59:41 +02003350 return 0;
3351}
3352
Takashi Iwaieb06ed82006-09-20 17:10:27 +02003353/* add playback controls for Speaker and HP outputs */
3354static int stac92xx_auto_create_hp_ctls(struct hda_codec *codec,
3355 struct auto_pin_cfg *cfg)
Mattc7d4b2f2005-06-27 14:59:41 +02003356{
3357 struct sigmatel_spec *spec = codec->spec;
Takashi Iwaidc04d1b2009-03-06 10:00:05 +01003358 int err;
Mattc7d4b2f2005-06-27 14:59:41 +02003359
Takashi Iwaidc04d1b2009-03-06 10:00:05 +01003360 err = create_multi_out_ctls(codec, cfg->hp_outs, cfg->hp_pins,
3361 spec->hp_dacs, AUTO_PIN_HP_OUT);
3362 if (err < 0)
3363 return err;
3364
3365 err = create_multi_out_ctls(codec, cfg->speaker_outs, cfg->speaker_pins,
3366 spec->speaker_dacs, AUTO_PIN_SPEAKER_OUT);
3367 if (err < 0)
3368 return err;
3369
Mattc7d4b2f2005-06-27 14:59:41 +02003370 return 0;
3371}
3372
Matthew Ranostayb22b4822008-01-22 12:32:30 +01003373/* labels for mono mux outputs */
Takashi Iwaiea734962011-01-17 11:29:34 +01003374static const char * const stac92xx_mono_labels[4] = {
Matthew Ranostayd0513fc2008-07-27 10:30:30 +02003375 "DAC0", "DAC1", "Mixer", "DAC2"
Matthew Ranostayb22b4822008-01-22 12:32:30 +01003376};
3377
3378/* create mono mux for mono out on capable codecs */
3379static int stac92xx_auto_create_mono_output_ctls(struct hda_codec *codec)
3380{
3381 struct sigmatel_spec *spec = codec->spec;
3382 struct hda_input_mux *mono_mux = &spec->private_mono_mux;
3383 int i, num_cons;
3384 hda_nid_t con_lst[ARRAY_SIZE(stac92xx_mono_labels)];
3385
3386 num_cons = snd_hda_get_connections(codec,
3387 spec->mono_nid,
3388 con_lst,
3389 HDA_MAX_NUM_INPUTS);
Jaroslav Kysela16a433d2009-07-22 16:20:40 +02003390 if (num_cons <= 0 || num_cons > ARRAY_SIZE(stac92xx_mono_labels))
Matthew Ranostayb22b4822008-01-22 12:32:30 +01003391 return -EINVAL;
3392
Takashi Iwai10a20af2010-09-09 16:28:02 +02003393 for (i = 0; i < num_cons; i++)
3394 snd_hda_add_imux_item(mono_mux, stac92xx_mono_labels[i], i,
3395 NULL);
Matthew Ranostay09a99952008-01-24 11:49:21 +01003396
3397 return stac92xx_add_control(spec, STAC_CTL_WIDGET_MONO_MUX,
3398 "Mono Mux", spec->mono_nid);
Matthew Ranostayb22b4822008-01-22 12:32:30 +01003399}
3400
Matthew Ranostay1cd22242008-07-18 18:20:52 +02003401/* create PC beep volume controls */
3402static int stac92xx_auto_create_beep_ctls(struct hda_codec *codec,
3403 hda_nid_t nid)
3404{
3405 struct sigmatel_spec *spec = codec->spec;
3406 u32 caps = query_amp_caps(codec, nid, HDA_OUTPUT);
Jaroslav Kysela123c07a2009-10-21 14:48:23 +02003407 int err, type = STAC_CTL_WIDGET_MUTE_BEEP;
3408
3409 if (spec->anabeep_nid == nid)
3410 type = STAC_CTL_WIDGET_MUTE;
Matthew Ranostay1cd22242008-07-18 18:20:52 +02003411
3412 /* check for mute support for the the amp */
3413 if ((caps & AC_AMPCAP_MUTE) >> AC_AMPCAP_MUTE_SHIFT) {
Jaroslav Kysela123c07a2009-10-21 14:48:23 +02003414 err = stac92xx_add_control(spec, type,
Jaroslav Kyselad355c82a2009-11-03 15:47:25 +01003415 "Beep Playback Switch",
Matthew Ranostay1cd22242008-07-18 18:20:52 +02003416 HDA_COMPOSE_AMP_VAL(nid, 1, 0, HDA_OUTPUT));
3417 if (err < 0)
3418 return err;
3419 }
3420
3421 /* check to see if there is volume support for the amp */
3422 if ((caps & AC_AMPCAP_NUM_STEPS) >> AC_AMPCAP_NUM_STEPS_SHIFT) {
3423 err = stac92xx_add_control(spec, STAC_CTL_WIDGET_VOL,
Jaroslav Kyselad355c82a2009-11-03 15:47:25 +01003424 "Beep Playback Volume",
Matthew Ranostay1cd22242008-07-18 18:20:52 +02003425 HDA_COMPOSE_AMP_VAL(nid, 1, 0, HDA_OUTPUT));
3426 if (err < 0)
3427 return err;
3428 }
3429 return 0;
3430}
3431
Takashi Iwai4d4e9bb2008-11-12 16:45:04 +01003432#ifdef CONFIG_SND_HDA_INPUT_BEEP
3433#define stac92xx_dig_beep_switch_info snd_ctl_boolean_mono_info
3434
3435static int stac92xx_dig_beep_switch_get(struct snd_kcontrol *kcontrol,
3436 struct snd_ctl_elem_value *ucontrol)
3437{
3438 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
3439 ucontrol->value.integer.value[0] = codec->beep->enabled;
3440 return 0;
3441}
3442
3443static int stac92xx_dig_beep_switch_put(struct snd_kcontrol *kcontrol,
3444 struct snd_ctl_elem_value *ucontrol)
3445{
3446 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
Jaroslav Kysela123c07a2009-10-21 14:48:23 +02003447 return snd_hda_enable_beep_device(codec, ucontrol->value.integer.value[0]);
Takashi Iwai4d4e9bb2008-11-12 16:45:04 +01003448}
3449
Takashi Iwai2b635362011-05-02 12:33:43 +02003450static const struct snd_kcontrol_new stac92xx_dig_beep_ctrl = {
Takashi Iwai4d4e9bb2008-11-12 16:45:04 +01003451 .iface = SNDRV_CTL_ELEM_IFACE_MIXER,
3452 .info = stac92xx_dig_beep_switch_info,
3453 .get = stac92xx_dig_beep_switch_get,
3454 .put = stac92xx_dig_beep_switch_put,
3455};
3456
3457static int stac92xx_beep_switch_ctl(struct hda_codec *codec)
3458{
3459 return stac92xx_add_control_temp(codec->spec, &stac92xx_dig_beep_ctrl,
Jaroslav Kyselad355c82a2009-11-03 15:47:25 +01003460 0, "Beep Playback Switch", 0);
Takashi Iwai4d4e9bb2008-11-12 16:45:04 +01003461}
3462#endif
3463
Matthew Ranostay4682eee2008-08-15 07:43:24 +02003464static int stac92xx_auto_create_mux_input_ctls(struct hda_codec *codec)
3465{
3466 struct sigmatel_spec *spec = codec->spec;
Takashi Iwai667067d2009-08-13 18:14:42 +02003467 int i, j, err = 0;
Matthew Ranostay4682eee2008-08-15 07:43:24 +02003468
3469 for (i = 0; i < spec->num_muxes; i++) {
Takashi Iwai667067d2009-08-13 18:14:42 +02003470 hda_nid_t nid;
3471 unsigned int wcaps;
3472 unsigned long val;
3473
Matthew Ranostay4682eee2008-08-15 07:43:24 +02003474 nid = spec->mux_nids[i];
3475 wcaps = get_wcaps(codec, nid);
Takashi Iwai667067d2009-08-13 18:14:42 +02003476 if (!(wcaps & AC_WCAP_OUT_AMP))
3477 continue;
Matthew Ranostay4682eee2008-08-15 07:43:24 +02003478
Takashi Iwai667067d2009-08-13 18:14:42 +02003479 /* check whether already the same control was created as
3480 * normal Capture Volume.
3481 */
3482 val = HDA_COMPOSE_AMP_VAL(nid, 3, 0, HDA_OUTPUT);
3483 for (j = 0; j < spec->num_caps; j++) {
3484 if (spec->capvols[j] == val)
3485 break;
Matthew Ranostay4682eee2008-08-15 07:43:24 +02003486 }
Takashi Iwai667067d2009-08-13 18:14:42 +02003487 if (j < spec->num_caps)
3488 continue;
3489
3490 err = stac92xx_add_control_idx(spec, STAC_CTL_WIDGET_VOL, i,
3491 "Mux Capture Volume", val);
3492 if (err < 0)
3493 return err;
Matthew Ranostay4682eee2008-08-15 07:43:24 +02003494 }
3495 return 0;
3496};
3497
Takashi Iwaiea734962011-01-17 11:29:34 +01003498static const char * const stac92xx_spdif_labels[3] = {
Matthew Ranostay65973632008-09-16 10:39:37 -04003499 "Digital Playback", "Analog Mux 1", "Analog Mux 2",
Matthew Ranostayd9737752008-09-07 12:03:41 +02003500};
3501
3502static int stac92xx_auto_create_spdif_mux_ctls(struct hda_codec *codec)
3503{
3504 struct sigmatel_spec *spec = codec->spec;
3505 struct hda_input_mux *spdif_mux = &spec->private_smux;
Takashi Iwaiea734962011-01-17 11:29:34 +01003506 const char * const *labels = spec->spdif_labels;
Matthew Ranostayd9737752008-09-07 12:03:41 +02003507 int i, num_cons;
Matthew Ranostay65973632008-09-16 10:39:37 -04003508 hda_nid_t con_lst[HDA_MAX_NUM_INPUTS];
Matthew Ranostayd9737752008-09-07 12:03:41 +02003509
3510 num_cons = snd_hda_get_connections(codec,
3511 spec->smux_nids[0],
3512 con_lst,
3513 HDA_MAX_NUM_INPUTS);
Jaroslav Kysela16a433d2009-07-22 16:20:40 +02003514 if (num_cons <= 0)
Matthew Ranostayd9737752008-09-07 12:03:41 +02003515 return -EINVAL;
3516
Matthew Ranostay65973632008-09-16 10:39:37 -04003517 if (!labels)
3518 labels = stac92xx_spdif_labels;
3519
Takashi Iwai10a20af2010-09-09 16:28:02 +02003520 for (i = 0; i < num_cons; i++)
3521 snd_hda_add_imux_item(spdif_mux, labels[i], i, NULL);
Matthew Ranostayd9737752008-09-07 12:03:41 +02003522
3523 return 0;
3524}
3525
Matt Porter8b657272006-10-26 17:12:59 +02003526/* labels for dmic mux inputs */
Takashi Iwaiea734962011-01-17 11:29:34 +01003527static const char * const stac92xx_dmic_labels[5] = {
Matt Porter8b657272006-10-26 17:12:59 +02003528 "Analog Inputs", "Digital Mic 1", "Digital Mic 2",
3529 "Digital Mic 3", "Digital Mic 4"
3530};
3531
Vitaliy Kulikov699d8992011-03-10 13:43:35 -06003532static hda_nid_t get_connected_node(struct hda_codec *codec, hda_nid_t mux,
3533 int idx)
3534{
3535 hda_nid_t conn[HDA_MAX_NUM_INPUTS];
3536 int nums;
3537 nums = snd_hda_get_connections(codec, mux, conn, ARRAY_SIZE(conn));
3538 if (idx >= 0 && idx < nums)
3539 return conn[idx];
3540 return 0;
3541}
3542
Takashi Iwai8d087c72011-06-28 12:45:47 +02003543/* look for NID recursively */
3544#define get_connection_index(codec, mux, nid) \
3545 snd_hda_get_conn_index(codec, mux, nid, 1)
Takashi Iwai3d21d3f2009-07-29 14:32:56 +02003546
Takashi Iwai667067d2009-08-13 18:14:42 +02003547/* create a volume assigned to the given pin (only if supported) */
Takashi Iwai96f845d2009-08-29 00:49:36 +02003548/* return 1 if the volume control is created */
Takashi Iwai667067d2009-08-13 18:14:42 +02003549static int create_elem_capture_vol(struct hda_codec *codec, hda_nid_t nid,
Takashi Iwaieea7dc92010-08-30 13:06:15 +02003550 const char *label, int idx, int direction)
Takashi Iwai667067d2009-08-13 18:14:42 +02003551{
3552 unsigned int caps, nums;
3553 char name[32];
Takashi Iwai96f845d2009-08-29 00:49:36 +02003554 int err;
Takashi Iwai667067d2009-08-13 18:14:42 +02003555
Takashi Iwai96f845d2009-08-29 00:49:36 +02003556 if (direction == HDA_OUTPUT)
3557 caps = AC_WCAP_OUT_AMP;
3558 else
3559 caps = AC_WCAP_IN_AMP;
3560 if (!(get_wcaps(codec, nid) & caps))
Takashi Iwai667067d2009-08-13 18:14:42 +02003561 return 0;
Takashi Iwai96f845d2009-08-29 00:49:36 +02003562 caps = query_amp_caps(codec, nid, direction);
Takashi Iwai667067d2009-08-13 18:14:42 +02003563 nums = (caps & AC_AMPCAP_NUM_STEPS) >> AC_AMPCAP_NUM_STEPS_SHIFT;
3564 if (!nums)
3565 return 0;
3566 snprintf(name, sizeof(name), "%s Capture Volume", label);
Takashi Iwaieea7dc92010-08-30 13:06:15 +02003567 err = stac92xx_add_control_idx(codec->spec, STAC_CTL_WIDGET_VOL, idx, name,
3568 HDA_COMPOSE_AMP_VAL(nid, 3, 0, direction));
Takashi Iwai96f845d2009-08-29 00:49:36 +02003569 if (err < 0)
3570 return err;
3571 return 1;
Takashi Iwai667067d2009-08-13 18:14:42 +02003572}
3573
Matt Porter8b657272006-10-26 17:12:59 +02003574/* create playback/capture controls for input pins on dmic capable codecs */
3575static int stac92xx_auto_create_dmic_input_ctls(struct hda_codec *codec,
3576 const struct auto_pin_cfg *cfg)
3577{
3578 struct sigmatel_spec *spec = codec->spec;
Takashi Iwai5207e102009-07-30 13:09:08 +02003579 struct hda_input_mux *imux = &spec->private_imux;
Matt Porter8b657272006-10-26 17:12:59 +02003580 struct hda_input_mux *dimux = &spec->private_dimux;
Vitaliy Kulikov263d0322010-09-08 08:56:03 +02003581 int err, i;
Takashi Iwai5207e102009-07-30 13:09:08 +02003582 unsigned int def_conf;
Matt Porter8b657272006-10-26 17:12:59 +02003583
Takashi Iwai10a20af2010-09-09 16:28:02 +02003584 snd_hda_add_imux_item(dimux, stac92xx_dmic_labels[0], 0, NULL);
Takashi Iwai5207e102009-07-30 13:09:08 +02003585
Matt Porter8b657272006-10-26 17:12:59 +02003586 for (i = 0; i < spec->num_dmics; i++) {
Matthew Ranostay0678acc2008-01-08 12:10:50 +01003587 hda_nid_t nid;
Takashi Iwai10a20af2010-09-09 16:28:02 +02003588 int index, type_idx;
Takashi Iwai201e06f2011-11-16 15:33:26 +01003589 char label[32];
Matt Porter8b657272006-10-26 17:12:59 +02003590
Takashi Iwai667067d2009-08-13 18:14:42 +02003591 nid = spec->dmic_nids[i];
3592 if (get_wcaps_type(get_wcaps(codec, nid)) != AC_WID_PIN)
3593 continue;
3594 def_conf = snd_hda_codec_get_pincfg(codec, nid);
Matt Porter8b657272006-10-26 17:12:59 +02003595 if (get_defcfg_connect(def_conf) == AC_JACK_PORT_NONE)
3596 continue;
3597
Takashi Iwai3d21d3f2009-07-29 14:32:56 +02003598 index = get_connection_index(codec, spec->dmux_nids[0], nid);
3599 if (index < 0)
3600 continue;
3601
Takashi Iwai201e06f2011-11-16 15:33:26 +01003602 snd_hda_get_pin_label(codec, nid, &spec->autocfg,
3603 label, sizeof(label), NULL);
Takashi Iwai10a20af2010-09-09 16:28:02 +02003604 snd_hda_add_imux_item(dimux, label, index, &type_idx);
Takashi Iwai2d7ec122010-12-23 10:16:05 +01003605 if (snd_hda_get_bool_hint(codec, "separate_dmux") != 1)
3606 snd_hda_add_imux_item(imux, label, index, &type_idx);
Takashi Iwai5207e102009-07-30 13:09:08 +02003607
Takashi Iwai10a20af2010-09-09 16:28:02 +02003608 err = create_elem_capture_vol(codec, nid, label, type_idx,
3609 HDA_INPUT);
Takashi Iwai667067d2009-08-13 18:14:42 +02003610 if (err < 0)
3611 return err;
Takashi Iwai96f845d2009-08-29 00:49:36 +02003612 if (!err) {
3613 err = create_elem_capture_vol(codec, nid, label,
Takashi Iwai10a20af2010-09-09 16:28:02 +02003614 type_idx, HDA_OUTPUT);
Takashi Iwai96f845d2009-08-29 00:49:36 +02003615 if (err < 0)
3616 return err;
Vitaliy Kulikov699d8992011-03-10 13:43:35 -06003617 if (!err) {
3618 nid = get_connected_node(codec,
3619 spec->dmux_nids[0], index);
3620 if (nid)
3621 err = create_elem_capture_vol(codec,
3622 nid, label,
3623 type_idx, HDA_INPUT);
3624 if (err < 0)
3625 return err;
3626 }
Takashi Iwai96f845d2009-08-29 00:49:36 +02003627 }
Matt Porter8b657272006-10-26 17:12:59 +02003628 }
3629
3630 return 0;
3631}
3632
Takashi Iwai3d21d3f2009-07-29 14:32:56 +02003633static int check_mic_pin(struct hda_codec *codec, hda_nid_t nid,
Charles Chin99077902010-09-17 10:22:32 +02003634 hda_nid_t *fixed, hda_nid_t *ext, hda_nid_t *dock)
Takashi Iwai3d21d3f2009-07-29 14:32:56 +02003635{
3636 unsigned int cfg;
Takashi Iwai1f83ac52011-05-17 12:29:09 +02003637 unsigned int type;
Takashi Iwai3d21d3f2009-07-29 14:32:56 +02003638
3639 if (!nid)
3640 return 0;
3641 cfg = snd_hda_codec_get_pincfg(codec, nid);
Takashi Iwai1f83ac52011-05-17 12:29:09 +02003642 type = get_defcfg_device(cfg);
Takashi Iwai99ae28b2010-09-17 14:42:34 +02003643 switch (snd_hda_get_input_pin_attr(cfg)) {
3644 case INPUT_PIN_ATTR_INT:
Takashi Iwai3d21d3f2009-07-29 14:32:56 +02003645 if (*fixed)
3646 return 1; /* already occupied */
Takashi Iwai1f83ac52011-05-17 12:29:09 +02003647 if (type != AC_JACK_MIC_IN)
3648 return 1; /* invalid type */
Takashi Iwai3d21d3f2009-07-29 14:32:56 +02003649 *fixed = nid;
3650 break;
Takashi Iwai99ae28b2010-09-17 14:42:34 +02003651 case INPUT_PIN_ATTR_UNUSED:
3652 break;
3653 case INPUT_PIN_ATTR_DOCK:
3654 if (*dock)
3655 return 1; /* already occupied */
Takashi Iwai1f83ac52011-05-17 12:29:09 +02003656 if (type != AC_JACK_MIC_IN && type != AC_JACK_LINE_IN)
3657 return 1; /* invalid type */
Takashi Iwai99ae28b2010-09-17 14:42:34 +02003658 *dock = nid;
3659 break;
3660 default:
Takashi Iwai3d21d3f2009-07-29 14:32:56 +02003661 if (*ext)
3662 return 1; /* already occupied */
Takashi Iwai1f83ac52011-05-17 12:29:09 +02003663 if (type != AC_JACK_MIC_IN)
3664 return 1; /* invalid type */
Takashi Iwai3d21d3f2009-07-29 14:32:56 +02003665 *ext = nid;
3666 break;
3667 }
3668 return 0;
3669}
3670
3671static int set_mic_route(struct hda_codec *codec,
3672 struct sigmatel_mic_route *mic,
3673 hda_nid_t pin)
3674{
3675 struct sigmatel_spec *spec = codec->spec;
3676 struct auto_pin_cfg *cfg = &spec->autocfg;
3677 int i;
3678
3679 mic->pin = pin;
Charles Chin99077902010-09-17 10:22:32 +02003680 if (pin == 0)
3681 return 0;
Takashi Iwaieea7dc92010-08-30 13:06:15 +02003682 for (i = 0; i < cfg->num_inputs; i++) {
3683 if (pin == cfg->inputs[i].pin)
Takashi Iwai3d21d3f2009-07-29 14:32:56 +02003684 break;
Takashi Iwaieea7dc92010-08-30 13:06:15 +02003685 }
Takashi Iwai86e29592010-09-09 14:50:17 +02003686 if (i < cfg->num_inputs && cfg->inputs[i].type == AUTO_PIN_MIC) {
Takashi Iwai3d21d3f2009-07-29 14:32:56 +02003687 /* analog pin */
Takashi Iwai3d21d3f2009-07-29 14:32:56 +02003688 i = get_connection_index(codec, spec->mux_nids[0], pin);
3689 if (i < 0)
3690 return -1;
3691 mic->mux_idx = i;
Takashi Iwai02d33322009-10-01 16:38:11 +02003692 mic->dmux_idx = -1;
3693 if (spec->dmux_nids)
3694 mic->dmux_idx = get_connection_index(codec,
3695 spec->dmux_nids[0],
3696 spec->mux_nids[0]);
Takashi Iwaida2a2aa2009-08-10 07:44:09 +02003697 } else if (spec->dmux_nids) {
Takashi Iwai3d21d3f2009-07-29 14:32:56 +02003698 /* digital pin */
Takashi Iwai3d21d3f2009-07-29 14:32:56 +02003699 i = get_connection_index(codec, spec->dmux_nids[0], pin);
3700 if (i < 0)
3701 return -1;
3702 mic->dmux_idx = i;
Takashi Iwai02d33322009-10-01 16:38:11 +02003703 mic->mux_idx = -1;
3704 if (spec->mux_nids)
3705 mic->mux_idx = get_connection_index(codec,
3706 spec->mux_nids[0],
3707 spec->dmux_nids[0]);
Takashi Iwai3d21d3f2009-07-29 14:32:56 +02003708 }
3709 return 0;
3710}
3711
3712/* return non-zero if the device is for automatic mic switch */
3713static int stac_check_auto_mic(struct hda_codec *codec)
3714{
3715 struct sigmatel_spec *spec = codec->spec;
3716 struct auto_pin_cfg *cfg = &spec->autocfg;
Charles Chin99077902010-09-17 10:22:32 +02003717 hda_nid_t fixed, ext, dock;
Takashi Iwai3d21d3f2009-07-29 14:32:56 +02003718 int i;
3719
Charles Chin99077902010-09-17 10:22:32 +02003720 fixed = ext = dock = 0;
Takashi Iwaieea7dc92010-08-30 13:06:15 +02003721 for (i = 0; i < cfg->num_inputs; i++)
Charles Chin99077902010-09-17 10:22:32 +02003722 if (check_mic_pin(codec, cfg->inputs[i].pin,
3723 &fixed, &ext, &dock))
Takashi Iwai3d21d3f2009-07-29 14:32:56 +02003724 return 0;
3725 for (i = 0; i < spec->num_dmics; i++)
Charles Chin99077902010-09-17 10:22:32 +02003726 if (check_mic_pin(codec, spec->dmic_nids[i],
3727 &fixed, &ext, &dock))
Takashi Iwai3d21d3f2009-07-29 14:32:56 +02003728 return 0;
Takashi Iwai80c67852011-01-13 08:08:08 +01003729 if (!fixed || (!ext && !dock))
Charles Chin99077902010-09-17 10:22:32 +02003730 return 0; /* no input to switch */
Takashi Iwaie35d9d62011-05-17 11:28:16 +02003731 if (!is_jack_detectable(codec, ext))
Takashi Iwai3d21d3f2009-07-29 14:32:56 +02003732 return 0; /* no unsol support */
3733 if (set_mic_route(codec, &spec->ext_mic, ext) ||
Charles Chin99077902010-09-17 10:22:32 +02003734 set_mic_route(codec, &spec->int_mic, fixed) ||
3735 set_mic_route(codec, &spec->dock_mic, dock))
Takashi Iwai3d21d3f2009-07-29 14:32:56 +02003736 return 0; /* something is wrong */
3737 return 1;
3738}
3739
Mattc7d4b2f2005-06-27 14:59:41 +02003740/* create playback/capture controls for input pins */
3741static int stac92xx_auto_create_analog_input_ctls(struct hda_codec *codec, const struct auto_pin_cfg *cfg)
3742{
3743 struct sigmatel_spec *spec = codec->spec;
Mattc7d4b2f2005-06-27 14:59:41 +02003744 struct hda_input_mux *imux = &spec->private_imux;
Takashi Iwai667067d2009-08-13 18:14:42 +02003745 int i, j;
Vitaliy Kulikov263d0322010-09-08 08:56:03 +02003746 const char *label;
Mattc7d4b2f2005-06-27 14:59:41 +02003747
Takashi Iwaieea7dc92010-08-30 13:06:15 +02003748 for (i = 0; i < cfg->num_inputs; i++) {
3749 hda_nid_t nid = cfg->inputs[i].pin;
Takashi Iwai10a20af2010-09-09 16:28:02 +02003750 int index, err, type_idx;
Mattc7d4b2f2005-06-27 14:59:41 +02003751
Takashi Iwai314634b2006-09-21 11:56:18 +02003752 index = -1;
3753 for (j = 0; j < spec->num_muxes; j++) {
Takashi Iwai667067d2009-08-13 18:14:42 +02003754 index = get_connection_index(codec, spec->mux_nids[j],
3755 nid);
3756 if (index >= 0)
3757 break;
Mattc7d4b2f2005-06-27 14:59:41 +02003758 }
Takashi Iwai667067d2009-08-13 18:14:42 +02003759 if (index < 0)
3760 continue;
3761
Takashi Iwai10a20af2010-09-09 16:28:02 +02003762 label = hda_get_autocfg_input_label(codec, cfg, i);
3763 snd_hda_add_imux_item(imux, label, index, &type_idx);
Vitaliy Kulikov263d0322010-09-08 08:56:03 +02003764
Takashi Iwai667067d2009-08-13 18:14:42 +02003765 err = create_elem_capture_vol(codec, nid,
Vitaliy Kulikov263d0322010-09-08 08:56:03 +02003766 label, type_idx,
Takashi Iwai96f845d2009-08-29 00:49:36 +02003767 HDA_INPUT);
Takashi Iwai667067d2009-08-13 18:14:42 +02003768 if (err < 0)
3769 return err;
Mattc7d4b2f2005-06-27 14:59:41 +02003770 }
Takashi Iwai5207e102009-07-30 13:09:08 +02003771 spec->num_analog_muxes = imux->num_items;
Mattc7d4b2f2005-06-27 14:59:41 +02003772
Steve Longerbeam7b043892007-05-03 20:50:03 +02003773 if (imux->num_items) {
Sam Revitch62fe78e2006-05-10 15:09:17 +02003774 /*
3775 * Set the current input for the muxes.
3776 * The STAC9221 has two input muxes with identical source
3777 * NID lists. Hopefully this won't get confused.
3778 */
3779 for (i = 0; i < spec->num_muxes; i++) {
Takashi Iwai82beb8f2007-08-10 17:09:26 +02003780 snd_hda_codec_write_cache(codec, spec->mux_nids[i], 0,
3781 AC_VERB_SET_CONNECT_SEL,
3782 imux->items[0].index);
Sam Revitch62fe78e2006-05-10 15:09:17 +02003783 }
3784 }
3785
Mattc7d4b2f2005-06-27 14:59:41 +02003786 return 0;
3787}
3788
Mattc7d4b2f2005-06-27 14:59:41 +02003789static void stac92xx_auto_init_multi_out(struct hda_codec *codec)
3790{
3791 struct sigmatel_spec *spec = codec->spec;
3792 int i;
3793
3794 for (i = 0; i < spec->autocfg.line_outs; i++) {
3795 hda_nid_t nid = spec->autocfg.line_out_pins[i];
3796 stac92xx_auto_set_pinctl(codec, nid, AC_PINCTL_OUT_EN);
3797 }
3798}
3799
3800static void stac92xx_auto_init_hp_out(struct hda_codec *codec)
3801{
3802 struct sigmatel_spec *spec = codec->spec;
Takashi Iwaieb06ed82006-09-20 17:10:27 +02003803 int i;
Mattc7d4b2f2005-06-27 14:59:41 +02003804
Takashi Iwaieb06ed82006-09-20 17:10:27 +02003805 for (i = 0; i < spec->autocfg.hp_outs; i++) {
3806 hda_nid_t pin;
3807 pin = spec->autocfg.hp_pins[i];
3808 if (pin) /* connect to front */
3809 stac92xx_auto_set_pinctl(codec, pin, AC_PINCTL_OUT_EN | AC_PINCTL_HP_EN);
3810 }
3811 for (i = 0; i < spec->autocfg.speaker_outs; i++) {
3812 hda_nid_t pin;
3813 pin = spec->autocfg.speaker_pins[i];
3814 if (pin) /* connect to front */
3815 stac92xx_auto_set_pinctl(codec, pin, AC_PINCTL_OUT_EN);
3816 }
Mattc7d4b2f2005-06-27 14:59:41 +02003817}
3818
Takashi Iwai8af3aeb2009-11-18 14:23:37 +01003819static int is_dual_headphones(struct hda_codec *codec)
3820{
3821 struct sigmatel_spec *spec = codec->spec;
3822 int i, valid_hps;
3823
3824 if (spec->autocfg.line_out_type != AUTO_PIN_SPEAKER_OUT ||
3825 spec->autocfg.hp_outs <= 1)
3826 return 0;
3827 valid_hps = 0;
3828 for (i = 0; i < spec->autocfg.hp_outs; i++) {
3829 hda_nid_t nid = spec->autocfg.hp_pins[i];
3830 unsigned int cfg = snd_hda_codec_get_pincfg(codec, nid);
3831 if (get_defcfg_location(cfg) & AC_JACK_LOC_SEPARATE)
3832 continue;
3833 valid_hps++;
3834 }
3835 return (valid_hps > 1);
3836}
3837
3838
Charles Chin9009b0e2011-11-03 10:27:27 +01003839static int stac92xx_parse_auto_config(struct hda_codec *codec)
Mattc7d4b2f2005-06-27 14:59:41 +02003840{
3841 struct sigmatel_spec *spec = codec->spec;
Charles Chin9009b0e2011-11-03 10:27:27 +01003842 hda_nid_t dig_out = 0, dig_in = 0;
Takashi Iwaidc04d1b2009-03-06 10:00:05 +01003843 int hp_swap = 0;
Takashi Iwai6479c632009-07-28 18:20:25 +02003844 int i, err;
Mattc7d4b2f2005-06-27 14:59:41 +02003845
Matt Porter8b657272006-10-26 17:12:59 +02003846 if ((err = snd_hda_parse_pin_def_config(codec,
3847 &spec->autocfg,
3848 spec->dmic_nids)) < 0)
Mattc7d4b2f2005-06-27 14:59:41 +02003849 return err;
Takashi Iwai82bc9552006-03-21 11:24:42 +01003850 if (! spec->autocfg.line_outs)
Matt Porter869264c2006-01-25 19:20:50 +01003851 return 0; /* can't find valid pin config */
Takashi Iwai19039bd2006-06-28 15:52:16 +02003852
Jiang Zhebcecd9b2007-11-12 12:57:03 +01003853 /* If we have no real line-out pin and multiple hp-outs, HPs should
3854 * be set up as multi-channel outputs.
3855 */
Takashi Iwai8af3aeb2009-11-18 14:23:37 +01003856 if (is_dual_headphones(codec)) {
Jiang Zhebcecd9b2007-11-12 12:57:03 +01003857 /* Copy hp_outs to line_outs, backup line_outs in
3858 * speaker_outs so that the following routines can handle
3859 * HP pins as primary outputs.
3860 */
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01003861 snd_printdd("stac92xx: Enabling multi-HPs workaround\n");
Jiang Zhebcecd9b2007-11-12 12:57:03 +01003862 memcpy(spec->autocfg.speaker_pins, spec->autocfg.line_out_pins,
3863 sizeof(spec->autocfg.line_out_pins));
3864 spec->autocfg.speaker_outs = spec->autocfg.line_outs;
3865 memcpy(spec->autocfg.line_out_pins, spec->autocfg.hp_pins,
3866 sizeof(spec->autocfg.hp_pins));
3867 spec->autocfg.line_outs = spec->autocfg.hp_outs;
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01003868 spec->autocfg.line_out_type = AUTO_PIN_HP_OUT;
3869 spec->autocfg.hp_outs = 0;
Takashi Iwaidc04d1b2009-03-06 10:00:05 +01003870 hp_swap = 1;
Jiang Zhebcecd9b2007-11-12 12:57:03 +01003871 }
Matthew Ranostay09a99952008-01-24 11:49:21 +01003872 if (spec->autocfg.mono_out_pin) {
Matthew Ranostayd0513fc2008-07-27 10:30:30 +02003873 int dir = get_wcaps(codec, spec->autocfg.mono_out_pin) &
3874 (AC_WCAP_OUT_AMP | AC_WCAP_IN_AMP);
Matthew Ranostay09a99952008-01-24 11:49:21 +01003875 u32 caps = query_amp_caps(codec,
3876 spec->autocfg.mono_out_pin, dir);
3877 hda_nid_t conn_list[1];
3878
3879 /* get the mixer node and then the mono mux if it exists */
3880 if (snd_hda_get_connections(codec,
3881 spec->autocfg.mono_out_pin, conn_list, 1) &&
3882 snd_hda_get_connections(codec, conn_list[0],
Jaroslav Kysela16a433d2009-07-22 16:20:40 +02003883 conn_list, 1) > 0) {
Matthew Ranostay09a99952008-01-24 11:49:21 +01003884
3885 int wcaps = get_wcaps(codec, conn_list[0]);
Takashi Iwaia22d5432009-07-27 12:54:26 +02003886 int wid_type = get_wcaps_type(wcaps);
Matthew Ranostay09a99952008-01-24 11:49:21 +01003887 /* LR swap check, some stac925x have a mux that
3888 * changes the DACs output path instead of the
3889 * mono-mux path.
3890 */
3891 if (wid_type == AC_WID_AUD_SEL &&
3892 !(wcaps & AC_WCAP_LR_SWAP))
3893 spec->mono_nid = conn_list[0];
3894 }
Matthew Ranostayd0513fc2008-07-27 10:30:30 +02003895 if (dir) {
3896 hda_nid_t nid = spec->autocfg.mono_out_pin;
3897
3898 /* most mono outs have a least a mute/unmute switch */
3899 dir = (dir & AC_WCAP_OUT_AMP) ? HDA_OUTPUT : HDA_INPUT;
3900 err = stac92xx_add_control(spec, STAC_CTL_WIDGET_MUTE,
3901 "Mono Playback Switch",
3902 HDA_COMPOSE_AMP_VAL(nid, 1, 0, dir));
Matthew Ranostay09a99952008-01-24 11:49:21 +01003903 if (err < 0)
3904 return err;
Matthew Ranostayd0513fc2008-07-27 10:30:30 +02003905 /* check for volume support for the amp */
3906 if ((caps & AC_AMPCAP_NUM_STEPS)
3907 >> AC_AMPCAP_NUM_STEPS_SHIFT) {
3908 err = stac92xx_add_control(spec,
3909 STAC_CTL_WIDGET_VOL,
3910 "Mono Playback Volume",
3911 HDA_COMPOSE_AMP_VAL(nid, 1, 0, dir));
3912 if (err < 0)
3913 return err;
3914 }
Matthew Ranostay09a99952008-01-24 11:49:21 +01003915 }
3916
3917 stac92xx_auto_set_pinctl(codec, spec->autocfg.mono_out_pin,
3918 AC_PINCTL_OUT_EN);
3919 }
Jiang Zhebcecd9b2007-11-12 12:57:03 +01003920
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01003921 if (!spec->multiout.num_dacs) {
3922 err = stac92xx_auto_fill_dac_nids(codec);
3923 if (err < 0)
Takashi Iwai19039bd2006-06-28 15:52:16 +02003924 return err;
Takashi Iwaic9280d62009-01-15 17:31:00 +01003925 err = stac92xx_auto_create_multi_out_ctls(codec,
3926 &spec->autocfg);
3927 if (err < 0)
3928 return err;
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01003929 }
Mattc7d4b2f2005-06-27 14:59:41 +02003930
Matthew Ranostay1cd22242008-07-18 18:20:52 +02003931 /* setup analog beep controls */
3932 if (spec->anabeep_nid > 0) {
3933 err = stac92xx_auto_create_beep_ctls(codec,
3934 spec->anabeep_nid);
3935 if (err < 0)
3936 return err;
3937 }
3938
3939 /* setup digital beep controls and input device */
3940#ifdef CONFIG_SND_HDA_INPUT_BEEP
3941 if (spec->digbeep_nid > 0) {
3942 hda_nid_t nid = spec->digbeep_nid;
Takashi Iwai4d4e9bb2008-11-12 16:45:04 +01003943 unsigned int caps;
Matthew Ranostay1cd22242008-07-18 18:20:52 +02003944
3945 err = stac92xx_auto_create_beep_ctls(codec, nid);
3946 if (err < 0)
3947 return err;
3948 err = snd_hda_attach_beep_device(codec, nid);
3949 if (err < 0)
3950 return err;
Takashi Iwaid8d881d2009-12-22 07:52:49 +01003951 if (codec->beep) {
3952 /* IDT/STAC codecs have linear beep tone parameter */
Daniel J Blueman1b0e3722010-08-03 11:09:13 +01003953 codec->beep->linear_tone = spec->linear_tone_beep;
Takashi Iwaid8d881d2009-12-22 07:52:49 +01003954 /* if no beep switch is available, make its own one */
3955 caps = query_amp_caps(codec, nid, HDA_OUTPUT);
3956 if (!(caps & AC_AMPCAP_MUTE)) {
3957 err = stac92xx_beep_switch_ctl(codec);
3958 if (err < 0)
3959 return err;
3960 }
Takashi Iwai4d4e9bb2008-11-12 16:45:04 +01003961 }
Matthew Ranostay1cd22242008-07-18 18:20:52 +02003962 }
3963#endif
3964
Maxim Levitsky0fb87bb2007-09-03 15:29:04 +02003965 err = stac92xx_auto_create_hp_ctls(codec, &spec->autocfg);
Maxim Levitsky0fb87bb2007-09-03 15:29:04 +02003966 if (err < 0)
3967 return err;
3968
Takashi Iwaidc04d1b2009-03-06 10:00:05 +01003969 /* All output parsing done, now restore the swapped hp pins */
3970 if (hp_swap) {
3971 memcpy(spec->autocfg.hp_pins, spec->autocfg.line_out_pins,
3972 sizeof(spec->autocfg.hp_pins));
3973 spec->autocfg.hp_outs = spec->autocfg.line_outs;
3974 spec->autocfg.line_out_type = AUTO_PIN_HP_OUT;
3975 spec->autocfg.line_outs = 0;
3976 }
Maxim Levitsky0fb87bb2007-09-03 15:29:04 +02003977
Takashi Iwai3d21d3f2009-07-29 14:32:56 +02003978 if (stac_check_auto_mic(codec)) {
3979 spec->auto_mic = 1;
3980 /* only one capture for auto-mic */
3981 spec->num_adcs = 1;
3982 spec->num_caps = 1;
3983 spec->num_muxes = 1;
3984 }
3985
Takashi Iwai6479c632009-07-28 18:20:25 +02003986 for (i = 0; i < spec->num_caps; i++) {
3987 err = stac92xx_add_capvol_ctls(codec, spec->capvols[i],
3988 spec->capsws[i], i);
3989 if (err < 0)
3990 return err;
3991 }
3992
Takashi Iwaidc04d1b2009-03-06 10:00:05 +01003993 err = stac92xx_auto_create_analog_input_ctls(codec, &spec->autocfg);
Maxim Levitsky0fb87bb2007-09-03 15:29:04 +02003994 if (err < 0)
Mattc7d4b2f2005-06-27 14:59:41 +02003995 return err;
3996
Matthew Ranostayb22b4822008-01-22 12:32:30 +01003997 if (spec->mono_nid > 0) {
3998 err = stac92xx_auto_create_mono_output_ctls(codec);
3999 if (err < 0)
4000 return err;
4001 }
Matthew Ranostay2a9c7812008-09-13 16:45:39 -04004002 if (spec->num_dmics > 0 && !spec->dinput_mux)
Matt Porter8b657272006-10-26 17:12:59 +02004003 if ((err = stac92xx_auto_create_dmic_input_ctls(codec,
4004 &spec->autocfg)) < 0)
4005 return err;
Matthew Ranostay4682eee2008-08-15 07:43:24 +02004006 if (spec->num_muxes > 0) {
4007 err = stac92xx_auto_create_mux_input_ctls(codec);
4008 if (err < 0)
4009 return err;
4010 }
Matthew Ranostayd9737752008-09-07 12:03:41 +02004011 if (spec->num_smuxes > 0) {
4012 err = stac92xx_auto_create_spdif_mux_ctls(codec);
4013 if (err < 0)
4014 return err;
4015 }
Matt Porter8b657272006-10-26 17:12:59 +02004016
Takashi Iwaie3c75962009-01-23 11:57:22 +01004017 err = stac92xx_add_input_source(spec);
4018 if (err < 0)
4019 return err;
4020
Mattc7d4b2f2005-06-27 14:59:41 +02004021 spec->multiout.max_channels = spec->multiout.num_dacs * 2;
Matt Porter403d1942005-11-29 15:00:51 +01004022 if (spec->multiout.max_channels > 2)
Mattc7d4b2f2005-06-27 14:59:41 +02004023 spec->surr_switch = 1;
Mattc7d4b2f2005-06-27 14:59:41 +02004024
Charles Chin9009b0e2011-11-03 10:27:27 +01004025 /* find digital out and in converters */
4026 for (i = codec->start_nid; i < codec->start_nid + codec->num_nodes; i++) {
4027 unsigned int wid_caps = get_wcaps(codec, i);
4028 if (wid_caps & AC_WCAP_DIGITAL) {
4029 switch (get_wcaps_type(wid_caps)) {
4030 case AC_WID_AUD_OUT:
4031 if (!dig_out)
4032 dig_out = i;
4033 break;
4034 case AC_WID_AUD_IN:
4035 if (!dig_in)
4036 dig_in = i;
4037 break;
4038 }
4039 }
4040 }
Takashi Iwai0852d7a2009-02-11 11:35:15 +01004041 if (spec->autocfg.dig_outs)
Matt Porter3cc08dc2006-01-23 15:27:49 +01004042 spec->multiout.dig_out_nid = dig_out;
Matthew Ranostayd0513fc2008-07-27 10:30:30 +02004043 if (dig_in && spec->autocfg.dig_in_pin)
Matt Porter3cc08dc2006-01-23 15:27:49 +01004044 spec->dig_in_nid = dig_in;
Mattc7d4b2f2005-06-27 14:59:41 +02004045
Takashi Iwai603c4012008-07-30 15:01:44 +02004046 if (spec->kctls.list)
4047 spec->mixers[spec->num_mixers++] = spec->kctls.list;
Mattc7d4b2f2005-06-27 14:59:41 +02004048
4049 spec->input_mux = &spec->private_imux;
Matthew Ranostayf8ccbf62008-12-20 17:36:28 -05004050 if (!spec->dinput_mux)
4051 spec->dinput_mux = &spec->private_dimux;
Matthew Ranostayd9737752008-09-07 12:03:41 +02004052 spec->sinput_mux = &spec->private_smux;
Matthew Ranostayb22b4822008-01-22 12:32:30 +01004053 spec->mono_mux = &spec->private_mono_mux;
Mattc7d4b2f2005-06-27 14:59:41 +02004054 return 1;
4055}
4056
Takashi Iwai82bc9552006-03-21 11:24:42 +01004057/* add playback controls for HP output */
4058static int stac9200_auto_create_hp_ctls(struct hda_codec *codec,
4059 struct auto_pin_cfg *cfg)
4060{
4061 struct sigmatel_spec *spec = codec->spec;
Takashi Iwaieb06ed82006-09-20 17:10:27 +02004062 hda_nid_t pin = cfg->hp_pins[0];
Takashi Iwai82bc9552006-03-21 11:24:42 +01004063
4064 if (! pin)
4065 return 0;
4066
Takashi Iwaie35d9d62011-05-17 11:28:16 +02004067 if (is_jack_detectable(codec, pin))
Takashi Iwai82bc9552006-03-21 11:24:42 +01004068 spec->hp_detect = 1;
Takashi Iwai82bc9552006-03-21 11:24:42 +01004069
4070 return 0;
4071}
4072
Richard Fish160ea0d2006-09-06 13:58:25 +02004073/* add playback controls for LFE output */
4074static int stac9200_auto_create_lfe_ctls(struct hda_codec *codec,
4075 struct auto_pin_cfg *cfg)
4076{
4077 struct sigmatel_spec *spec = codec->spec;
4078 int err;
4079 hda_nid_t lfe_pin = 0x0;
4080 int i;
4081
4082 /*
4083 * search speaker outs and line outs for a mono speaker pin
4084 * with an amp. If one is found, add LFE controls
4085 * for it.
4086 */
4087 for (i = 0; i < spec->autocfg.speaker_outs && lfe_pin == 0x0; i++) {
4088 hda_nid_t pin = spec->autocfg.speaker_pins[i];
Takashi Iwai64ed0df2008-02-29 11:57:53 +01004089 unsigned int wcaps = get_wcaps(codec, pin);
Richard Fish160ea0d2006-09-06 13:58:25 +02004090 wcaps &= (AC_WCAP_STEREO | AC_WCAP_OUT_AMP);
4091 if (wcaps == AC_WCAP_OUT_AMP)
4092 /* found a mono speaker with an amp, must be lfe */
4093 lfe_pin = pin;
4094 }
4095
4096 /* if speaker_outs is 0, then speakers may be in line_outs */
4097 if (lfe_pin == 0 && spec->autocfg.speaker_outs == 0) {
4098 for (i = 0; i < spec->autocfg.line_outs && lfe_pin == 0x0; i++) {
4099 hda_nid_t pin = spec->autocfg.line_out_pins[i];
Takashi Iwai64ed0df2008-02-29 11:57:53 +01004100 unsigned int defcfg;
Takashi Iwai330ee992009-02-20 14:33:36 +01004101 defcfg = snd_hda_codec_get_pincfg(codec, pin);
Harvey Harrison8b551782008-02-29 11:56:48 +01004102 if (get_defcfg_device(defcfg) == AC_JACK_SPEAKER) {
Takashi Iwai64ed0df2008-02-29 11:57:53 +01004103 unsigned int wcaps = get_wcaps(codec, pin);
Richard Fish160ea0d2006-09-06 13:58:25 +02004104 wcaps &= (AC_WCAP_STEREO | AC_WCAP_OUT_AMP);
4105 if (wcaps == AC_WCAP_OUT_AMP)
4106 /* found a mono speaker with an amp,
4107 must be lfe */
4108 lfe_pin = pin;
4109 }
4110 }
4111 }
4112
4113 if (lfe_pin) {
Takashi Iwai7c7767e2009-01-20 15:28:38 +01004114 err = create_controls(codec, "LFE", lfe_pin, 1);
Richard Fish160ea0d2006-09-06 13:58:25 +02004115 if (err < 0)
4116 return err;
4117 }
4118
4119 return 0;
4120}
4121
Mattc7d4b2f2005-06-27 14:59:41 +02004122static int stac9200_parse_auto_config(struct hda_codec *codec)
4123{
4124 struct sigmatel_spec *spec = codec->spec;
4125 int err;
4126
Kailang Yangdf694da2005-12-05 19:42:22 +01004127 if ((err = snd_hda_parse_pin_def_config(codec, &spec->autocfg, NULL)) < 0)
Mattc7d4b2f2005-06-27 14:59:41 +02004128 return err;
4129
4130 if ((err = stac92xx_auto_create_analog_input_ctls(codec, &spec->autocfg)) < 0)
4131 return err;
4132
Takashi Iwai82bc9552006-03-21 11:24:42 +01004133 if ((err = stac9200_auto_create_hp_ctls(codec, &spec->autocfg)) < 0)
4134 return err;
4135
Richard Fish160ea0d2006-09-06 13:58:25 +02004136 if ((err = stac9200_auto_create_lfe_ctls(codec, &spec->autocfg)) < 0)
4137 return err;
4138
Takashi Iwai355a0ec2008-11-11 16:46:19 +01004139 if (spec->num_muxes > 0) {
4140 err = stac92xx_auto_create_mux_input_ctls(codec);
4141 if (err < 0)
4142 return err;
4143 }
4144
Takashi Iwaie3c75962009-01-23 11:57:22 +01004145 err = stac92xx_add_input_source(spec);
4146 if (err < 0)
4147 return err;
4148
Takashi Iwai0852d7a2009-02-11 11:35:15 +01004149 if (spec->autocfg.dig_outs)
Mattc7d4b2f2005-06-27 14:59:41 +02004150 spec->multiout.dig_out_nid = 0x05;
Takashi Iwai82bc9552006-03-21 11:24:42 +01004151 if (spec->autocfg.dig_in_pin)
Mattc7d4b2f2005-06-27 14:59:41 +02004152 spec->dig_in_nid = 0x04;
Mattc7d4b2f2005-06-27 14:59:41 +02004153
Takashi Iwai603c4012008-07-30 15:01:44 +02004154 if (spec->kctls.list)
4155 spec->mixers[spec->num_mixers++] = spec->kctls.list;
Mattc7d4b2f2005-06-27 14:59:41 +02004156
4157 spec->input_mux = &spec->private_imux;
Matt Porter8b657272006-10-26 17:12:59 +02004158 spec->dinput_mux = &spec->private_dimux;
Mattc7d4b2f2005-06-27 14:59:41 +02004159
4160 return 1;
4161}
4162
Sam Revitch62fe78e2006-05-10 15:09:17 +02004163/*
4164 * Early 2006 Intel Macintoshes with STAC9220X5 codecs seem to have a
4165 * funky external mute control using GPIO pins.
4166 */
4167
Takashi Iwai76e1ddf2008-01-15 11:39:08 +01004168static void stac_gpio_set(struct hda_codec *codec, unsigned int mask,
Matthew Ranostay4fe51952008-01-29 15:28:44 +01004169 unsigned int dir_mask, unsigned int data)
Sam Revitch62fe78e2006-05-10 15:09:17 +02004170{
4171 unsigned int gpiostate, gpiomask, gpiodir;
4172
Vitaliy Kulikov45eebda2011-07-26 16:56:20 -05004173 snd_printdd("%s msk %x dir %x gpio %x\n", __func__, mask, dir_mask, data);
4174
Sam Revitch62fe78e2006-05-10 15:09:17 +02004175 gpiostate = snd_hda_codec_read(codec, codec->afg, 0,
4176 AC_VERB_GET_GPIO_DATA, 0);
Matthew Ranostay4fe51952008-01-29 15:28:44 +01004177 gpiostate = (gpiostate & ~dir_mask) | (data & dir_mask);
Sam Revitch62fe78e2006-05-10 15:09:17 +02004178
4179 gpiomask = snd_hda_codec_read(codec, codec->afg, 0,
4180 AC_VERB_GET_GPIO_MASK, 0);
Takashi Iwai76e1ddf2008-01-15 11:39:08 +01004181 gpiomask |= mask;
Sam Revitch62fe78e2006-05-10 15:09:17 +02004182
4183 gpiodir = snd_hda_codec_read(codec, codec->afg, 0,
4184 AC_VERB_GET_GPIO_DIRECTION, 0);
Matthew Ranostay4fe51952008-01-29 15:28:44 +01004185 gpiodir |= dir_mask;
Sam Revitch62fe78e2006-05-10 15:09:17 +02004186
Takashi Iwai76e1ddf2008-01-15 11:39:08 +01004187 /* Configure GPIOx as CMOS */
Sam Revitch62fe78e2006-05-10 15:09:17 +02004188 snd_hda_codec_write(codec, codec->afg, 0, 0x7e7, 0);
4189
4190 snd_hda_codec_write(codec, codec->afg, 0,
4191 AC_VERB_SET_GPIO_MASK, gpiomask);
Takashi Iwai76e1ddf2008-01-15 11:39:08 +01004192 snd_hda_codec_read(codec, codec->afg, 0,
4193 AC_VERB_SET_GPIO_DIRECTION, gpiodir); /* sync */
Sam Revitch62fe78e2006-05-10 15:09:17 +02004194
4195 msleep(1);
4196
Takashi Iwai76e1ddf2008-01-15 11:39:08 +01004197 snd_hda_codec_read(codec, codec->afg, 0,
4198 AC_VERB_SET_GPIO_DATA, gpiostate); /* sync */
Sam Revitch62fe78e2006-05-10 15:09:17 +02004199}
4200
Takashi Iwai3a938972011-10-28 01:16:55 +02004201static int stac_add_event(struct hda_codec *codec, hda_nid_t nid,
Takashi Iwaic6e4c662008-11-25 11:58:19 +01004202 unsigned char type, int data)
Matthew Ranostay74aeaab2008-10-25 01:06:04 -04004203{
Takashi Iwai3a938972011-10-28 01:16:55 +02004204 struct hda_jack_tbl *event;
Matthew Ranostay74aeaab2008-10-25 01:06:04 -04004205
Takashi Iwai3a938972011-10-28 01:16:55 +02004206 event = snd_hda_jack_tbl_new(codec, nid);
Matthew Ranostay74aeaab2008-10-25 01:06:04 -04004207 if (!event)
4208 return -ENOMEM;
Takashi Iwai3a938972011-10-28 01:16:55 +02004209 event->action = type;
4210 event->private_data = data;
Matthew Ranostay74aeaab2008-10-25 01:06:04 -04004211
Takashi Iwai3a938972011-10-28 01:16:55 +02004212 return 0;
Matthew Ranostay74aeaab2008-10-25 01:06:04 -04004213}
4214
Takashi Iwai62558ce2009-07-29 14:23:09 +02004215/* check if given nid is a valid pin and no other events are assigned
4216 * to it. If OK, assign the event, set the unsol flag, and returns 1.
4217 * Otherwise, returns zero.
4218 */
4219static int enable_pin_detect(struct hda_codec *codec, hda_nid_t nid,
4220 unsigned int type)
Takashi Iwai314634b2006-09-21 11:56:18 +02004221{
Takashi Iwai3a938972011-10-28 01:16:55 +02004222 struct hda_jack_tbl *event;
Takashi Iwaic6e4c662008-11-25 11:58:19 +01004223
Takashi Iwaie35d9d62011-05-17 11:28:16 +02004224 if (!is_jack_detectable(codec, nid))
Takashi Iwai62558ce2009-07-29 14:23:09 +02004225 return 0;
Takashi Iwai3a938972011-10-28 01:16:55 +02004226 event = snd_hda_jack_tbl_new(codec, nid);
4227 if (!event)
4228 return -ENOMEM;
4229 if (event->action && event->action != type)
4230 return 0;
4231 event->action = type;
4232 snd_hda_jack_detect_enable(codec, nid, 0);
Takashi Iwai62558ce2009-07-29 14:23:09 +02004233 return 1;
Takashi Iwai314634b2006-09-21 11:56:18 +02004234}
4235
Takashi Iwaib4ead012012-01-23 18:23:36 +01004236static int is_nid_out_jack_pin(struct auto_pin_cfg *cfg, hda_nid_t nid)
Matthew Ranostaya64135a2008-01-10 16:55:06 +01004237{
4238 int i;
4239 for (i = 0; i < cfg->hp_outs; i++)
4240 if (cfg->hp_pins[i] == nid)
4241 return 1; /* nid is a HP-Out */
Takashi Iwaib4ead012012-01-23 18:23:36 +01004242 for (i = 0; i < cfg->line_outs; i++)
4243 if (cfg->line_out_pins[i] == nid)
4244 return 1; /* nid is a line-Out */
Matthew Ranostaya64135a2008-01-10 16:55:06 +01004245 return 0; /* nid is not a HP-Out */
4246};
4247
Matthew Ranostayb76c8502008-02-06 14:49:44 +01004248static void stac92xx_power_down(struct hda_codec *codec)
4249{
4250 struct sigmatel_spec *spec = codec->spec;
4251
4252 /* power down inactive DACs */
Takashi Iwai2b635362011-05-02 12:33:43 +02004253 const hda_nid_t *dac;
Matthew Ranostayb76c8502008-02-06 14:49:44 +01004254 for (dac = spec->dac_list; *dac; dac++)
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01004255 if (!check_all_dac_nids(spec, *dac))
Takashi Iwai8c2f7672008-12-01 11:54:35 +01004256 snd_hda_codec_write(codec, *dac, 0,
Matthew Ranostayb76c8502008-02-06 14:49:44 +01004257 AC_VERB_SET_POWER_STATE, AC_PWRST_D3);
4258}
4259
Takashi Iwaif73d3582008-11-25 08:21:51 +01004260static void stac_toggle_power_map(struct hda_codec *codec, hda_nid_t nid,
4261 int enable);
4262
Takashi Iwai014c41f2009-12-27 13:53:24 +01004263static inline int get_int_hint(struct hda_codec *codec, const char *key,
4264 int *valp)
4265{
4266 const char *p;
4267 p = snd_hda_get_hint(codec, key);
4268 if (p) {
4269 unsigned long val;
4270 if (!strict_strtoul(p, 0, &val)) {
4271 *valp = val;
4272 return 1;
4273 }
4274 }
4275 return 0;
4276}
4277
Takashi Iwai6565e4f2009-03-02 14:38:35 +01004278/* override some hints from the hwdep entry */
4279static void stac_store_hints(struct hda_codec *codec)
4280{
4281 struct sigmatel_spec *spec = codec->spec;
Takashi Iwai6565e4f2009-03-02 14:38:35 +01004282 int val;
4283
4284 val = snd_hda_get_bool_hint(codec, "hp_detect");
4285 if (val >= 0)
4286 spec->hp_detect = val;
Takashi Iwai014c41f2009-12-27 13:53:24 +01004287 if (get_int_hint(codec, "gpio_mask", &spec->gpio_mask)) {
Takashi Iwai6565e4f2009-03-02 14:38:35 +01004288 spec->eapd_mask = spec->gpio_dir = spec->gpio_data =
4289 spec->gpio_mask;
4290 }
Takashi Iwai014c41f2009-12-27 13:53:24 +01004291 if (get_int_hint(codec, "gpio_dir", &spec->gpio_dir))
4292 spec->gpio_mask &= spec->gpio_mask;
4293 if (get_int_hint(codec, "gpio_data", &spec->gpio_data))
4294 spec->gpio_dir &= spec->gpio_mask;
4295 if (get_int_hint(codec, "eapd_mask", &spec->eapd_mask))
4296 spec->eapd_mask &= spec->gpio_mask;
4297 if (get_int_hint(codec, "gpio_mute", &spec->gpio_mute))
4298 spec->gpio_mute &= spec->gpio_mask;
Takashi Iwai6565e4f2009-03-02 14:38:35 +01004299 val = snd_hda_get_bool_hint(codec, "eapd_switch");
4300 if (val >= 0)
4301 spec->eapd_switch = val;
4302}
4303
Takashi Iwaif2cbba72012-01-11 12:34:11 +01004304static void stac_issue_unsol_events(struct hda_codec *codec, int num_pins,
4305 const hda_nid_t *pins)
4306{
4307 while (num_pins--)
4308 stac_issue_unsol_event(codec, *pins++);
4309}
4310
4311/* fake event to set up pins */
4312static void stac_fake_hp_events(struct hda_codec *codec)
4313{
4314 struct sigmatel_spec *spec = codec->spec;
4315
4316 if (spec->autocfg.hp_outs)
4317 stac_issue_unsol_events(codec, spec->autocfg.hp_outs,
4318 spec->autocfg.hp_pins);
4319 if (spec->autocfg.line_outs &&
4320 spec->autocfg.line_out_pins[0] != spec->autocfg.hp_pins[0])
4321 stac_issue_unsol_events(codec, spec->autocfg.line_outs,
4322 spec->autocfg.line_out_pins);
4323}
4324
Mattc7d4b2f2005-06-27 14:59:41 +02004325static int stac92xx_init(struct hda_codec *codec)
4326{
4327 struct sigmatel_spec *spec = codec->spec;
Takashi Iwai82bc9552006-03-21 11:24:42 +01004328 struct auto_pin_cfg *cfg = &spec->autocfg;
Takashi Iwaif73d3582008-11-25 08:21:51 +01004329 unsigned int gpio;
Takashi Iwaie4973e12008-11-18 09:32:42 +01004330 int i;
Mattc7d4b2f2005-06-27 14:59:41 +02004331
David Henningsson5e68fb32012-08-16 14:11:09 +02004332 if (spec->init)
4333 snd_hda_sequence_write(codec, spec->init);
Mattc7d4b2f2005-06-27 14:59:41 +02004334
Matthew Ranostay8daaaa92008-08-15 07:45:52 +02004335 /* power down adcs initially */
4336 if (spec->powerdown_adcs)
4337 for (i = 0; i < spec->num_adcs; i++)
Takashi Iwai8c2f7672008-12-01 11:54:35 +01004338 snd_hda_codec_write(codec,
Matthew Ranostay8daaaa92008-08-15 07:45:52 +02004339 spec->adc_nids[i], 0,
4340 AC_VERB_SET_POWER_STATE, AC_PWRST_D3);
Takashi Iwaif73d3582008-11-25 08:21:51 +01004341
Takashi Iwai6565e4f2009-03-02 14:38:35 +01004342 /* override some hints */
4343 stac_store_hints(codec);
4344
Takashi Iwaif73d3582008-11-25 08:21:51 +01004345 /* set up GPIO */
4346 gpio = spec->gpio_data;
4347 /* turn on EAPD statically when spec->eapd_switch isn't set.
4348 * otherwise, unsol event will turn it on/off dynamically
4349 */
4350 if (!spec->eapd_switch)
4351 gpio |= spec->eapd_mask;
4352 stac_gpio_set(codec, spec->gpio_mask, spec->gpio_dir, gpio);
4353
Takashi Iwai82bc9552006-03-21 11:24:42 +01004354 /* set up pins */
4355 if (spec->hp_detect) {
Takashi Iwai505cb342006-03-27 12:51:52 +02004356 /* Enable unsolicited responses on the HP widget */
Matthew Ranostay74aeaab2008-10-25 01:06:04 -04004357 for (i = 0; i < cfg->hp_outs; i++) {
Matthew Ranostay74aeaab2008-10-25 01:06:04 -04004358 hda_nid_t nid = cfg->hp_pins[i];
Takashi Iwaic6e4c662008-11-25 11:58:19 +01004359 enable_pin_detect(codec, nid, STAC_HP_EVENT);
Matthew Ranostay74aeaab2008-10-25 01:06:04 -04004360 }
Takashi Iwai1c4bdf92009-08-13 08:23:24 +02004361 if (cfg->line_out_type == AUTO_PIN_LINE_OUT &&
4362 cfg->speaker_outs > 0) {
Takashi Iwaifefd67f2009-07-30 18:03:05 +02004363 /* enable pin-detect for line-outs as well */
Takashi Iwai15cfa2b2009-08-03 14:23:33 +02004364 for (i = 0; i < cfg->line_outs; i++) {
4365 hda_nid_t nid = cfg->line_out_pins[i];
Takashi Iwaifefd67f2009-07-30 18:03:05 +02004366 enable_pin_detect(codec, nid, STAC_LO_EVENT);
4367 }
4368 }
4369
Takashi Iwai0a07acaf2007-03-13 10:40:23 +01004370 /* force to enable the first line-out; the others are set up
4371 * in unsol_event
4372 */
4373 stac92xx_auto_set_pinctl(codec, spec->autocfg.line_out_pins[0],
Matthew Ranostay74aeaab2008-10-25 01:06:04 -04004374 AC_PINCTL_OUT_EN);
Takashi Iwai82bc9552006-03-21 11:24:42 +01004375 /* fake event to set up pins */
Takashi Iwaif2cbba72012-01-11 12:34:11 +01004376 stac_fake_hp_events(codec);
Takashi Iwai82bc9552006-03-21 11:24:42 +01004377 } else {
4378 stac92xx_auto_init_multi_out(codec);
4379 stac92xx_auto_init_hp_out(codec);
Takashi Iwai12dde4c2008-12-05 13:09:27 +01004380 for (i = 0; i < cfg->hp_outs; i++)
4381 stac_toggle_power_map(codec, cfg->hp_pins[i], 1);
Takashi Iwai82bc9552006-03-21 11:24:42 +01004382 }
Takashi Iwai3d21d3f2009-07-29 14:32:56 +02004383 if (spec->auto_mic) {
Takashi Iwai15b4f292009-07-29 16:32:55 +02004384 /* initialize connection to analog input */
Takashi Iwaida2a2aa2009-08-10 07:44:09 +02004385 if (spec->dmux_nids)
4386 snd_hda_codec_write_cache(codec, spec->dmux_nids[0], 0,
Takashi Iwai15b4f292009-07-29 16:32:55 +02004387 AC_VERB_SET_CONNECT_SEL, 0);
Takashi Iwai3d21d3f2009-07-29 14:32:56 +02004388 if (enable_pin_detect(codec, spec->ext_mic.pin, STAC_MIC_EVENT))
4389 stac_issue_unsol_event(codec, spec->ext_mic.pin);
Charles Chin99077902010-09-17 10:22:32 +02004390 if (enable_pin_detect(codec, spec->dock_mic.pin,
4391 STAC_MIC_EVENT))
4392 stac_issue_unsol_event(codec, spec->dock_mic.pin);
Takashi Iwai3d21d3f2009-07-29 14:32:56 +02004393 }
Takashi Iwaieea7dc92010-08-30 13:06:15 +02004394 for (i = 0; i < cfg->num_inputs; i++) {
4395 hda_nid_t nid = cfg->inputs[i].pin;
4396 int type = cfg->inputs[i].type;
4397 unsigned int pinctl, conf;
Takashi Iwai86e29592010-09-09 14:50:17 +02004398 if (type == AUTO_PIN_MIC) {
Takashi Iwaieea7dc92010-08-30 13:06:15 +02004399 /* for mic pins, force to initialize */
Takashi Iwai47408602012-04-20 13:06:53 +02004400 pinctl = snd_hda_get_default_vref(codec, nid);
Takashi Iwaieea7dc92010-08-30 13:06:15 +02004401 pinctl |= AC_PINCTL_IN_EN;
4402 stac92xx_auto_set_pinctl(codec, nid, pinctl);
4403 } else {
4404 pinctl = snd_hda_codec_read(codec, nid, 0,
4405 AC_VERB_GET_PIN_WIDGET_CONTROL, 0);
4406 /* if PINCTL already set then skip */
4407 /* Also, if both INPUT and OUTPUT are set,
4408 * it must be a BIOS bug; need to override, too
4409 */
4410 if (!(pinctl & AC_PINCTL_IN_EN) ||
4411 (pinctl & AC_PINCTL_OUT_EN)) {
4412 pinctl &= ~AC_PINCTL_OUT_EN;
Takashi Iwai12dde4c2008-12-05 13:09:27 +01004413 pinctl |= AC_PINCTL_IN_EN;
4414 stac92xx_auto_set_pinctl(codec, nid, pinctl);
Takashi Iwai4f1e6bc2008-11-11 16:47:24 +01004415 }
Takashi Iwaieea7dc92010-08-30 13:06:15 +02004416 }
4417 conf = snd_hda_codec_get_pincfg(codec, nid);
4418 if (get_defcfg_connect(conf) != AC_JACK_PORT_FIXED) {
4419 if (enable_pin_detect(codec, nid, STAC_INSERT_EVENT))
4420 stac_issue_unsol_event(codec, nid);
Takashi Iwaic960a032006-03-23 17:06:28 +01004421 }
Takashi Iwai82bc9552006-03-21 11:24:42 +01004422 }
Matthew Ranostaya64135a2008-01-10 16:55:06 +01004423 for (i = 0; i < spec->num_dmics; i++)
4424 stac92xx_auto_set_pinctl(codec, spec->dmic_nids[i],
4425 AC_PINCTL_IN_EN);
Takashi Iwai0852d7a2009-02-11 11:35:15 +01004426 if (cfg->dig_out_pins[0])
4427 stac92xx_auto_set_pinctl(codec, cfg->dig_out_pins[0],
Takashi Iwai82bc9552006-03-21 11:24:42 +01004428 AC_PINCTL_OUT_EN);
4429 if (cfg->dig_in_pin)
4430 stac92xx_auto_set_pinctl(codec, cfg->dig_in_pin,
4431 AC_PINCTL_IN_EN);
Takashi Iwaif73d3582008-11-25 08:21:51 +01004432 for (i = 0; i < spec->num_pwrs; i++) {
4433 hda_nid_t nid = spec->pwr_nids[i];
Takashi Iwai6e1c39c2012-06-26 17:35:10 +02004434 unsigned int pinctl, def_conf;
Takashi Iwai82bc9552006-03-21 11:24:42 +01004435
Takashi Iwaibfc89de2012-05-15 09:02:26 +02004436 def_conf = snd_hda_codec_get_pincfg(codec, nid);
4437 def_conf = get_defcfg_connect(def_conf);
4438 if (def_conf == AC_JACK_PORT_NONE) {
4439 /* power off unused ports */
4440 stac_toggle_power_map(codec, nid, 0);
4441 continue;
4442 }
Takashi Iwai6e1c39c2012-06-26 17:35:10 +02004443 if (def_conf == AC_JACK_PORT_FIXED) {
4444 /* no need for jack detection for fixed pins */
4445 stac_toggle_power_map(codec, nid, 1);
4446 continue;
4447 }
Takashi Iwaieb632122008-12-19 16:39:48 +01004448 /* power on when no jack detection is available */
Takashi Iwai542c9a02011-11-29 13:01:30 +01004449 /* or when the VREF is used for controlling LED */
4450 if (!spec->hp_detect ||
Takashi Iwaibfc89de2012-05-15 09:02:26 +02004451 spec->vref_mute_led_nid == nid ||
4452 !is_jack_detectable(codec, nid)) {
Takashi Iwaieb632122008-12-19 16:39:48 +01004453 stac_toggle_power_map(codec, nid, 1);
4454 continue;
4455 }
4456
Takashi Iwaib4ead012012-01-23 18:23:36 +01004457 if (is_nid_out_jack_pin(cfg, nid))
Takashi Iwaif73d3582008-11-25 08:21:51 +01004458 continue; /* already has an unsol event */
Sam Revitch62fe78e2006-05-10 15:09:17 +02004459
Takashi Iwaif73d3582008-11-25 08:21:51 +01004460 pinctl = snd_hda_codec_read(codec, nid, 0,
4461 AC_VERB_GET_PIN_WIDGET_CONTROL, 0);
4462 /* outputs are only ports capable of power management
4463 * any attempts on powering down a input port cause the
4464 * referenced VREF to act quirky.
4465 */
Takashi Iwaieb632122008-12-19 16:39:48 +01004466 if (pinctl & AC_PINCTL_IN_EN) {
4467 stac_toggle_power_map(codec, nid, 1);
Takashi Iwaif73d3582008-11-25 08:21:51 +01004468 continue;
Takashi Iwaieb632122008-12-19 16:39:48 +01004469 }
Charles Chinafef2cf2011-11-11 08:05:28 +01004470 if (enable_pin_detect(codec, nid, STAC_PWR_EVENT)) {
Takashi Iwai62558ce2009-07-29 14:23:09 +02004471 stac_issue_unsol_event(codec, nid);
Charles Chinafef2cf2011-11-11 08:05:28 +01004472 continue;
4473 }
4474 /* none of the above, turn the port OFF */
4475 stac_toggle_power_map(codec, nid, 0);
Takashi Iwaif73d3582008-11-25 08:21:51 +01004476 }
Takashi Iwaic21bd022010-02-08 15:16:08 +01004477
Takashi Iwaic21bd022010-02-08 15:16:08 +01004478 /* sync mute LED */
Takashi Iwai1f43f6c2012-07-31 10:40:05 +02004479 if (spec->gpio_led) {
4480 if (spec->vmaster_mute.hook)
4481 snd_hda_sync_vmaster_hook(&spec->vmaster_mute);
4482 else /* the very first init call doesn't have vmaster yet */
4483 stac92xx_update_led_status(codec, false);
4484 }
Takashi Iwaic8822462012-05-15 09:11:36 +02004485
4486 /* sync the power-map */
4487 if (spec->num_pwrs)
4488 snd_hda_codec_write(codec, codec->afg, 0,
4489 AC_VERB_IDT_SET_POWER_MAP,
4490 spec->power_map_bits);
Takashi Iwaif73d3582008-11-25 08:21:51 +01004491 if (spec->dac_list)
4492 stac92xx_power_down(codec);
Mattc7d4b2f2005-06-27 14:59:41 +02004493 return 0;
4494}
4495
Takashi Iwai603c4012008-07-30 15:01:44 +02004496static void stac92xx_free_kctls(struct hda_codec *codec)
4497{
4498 struct sigmatel_spec *spec = codec->spec;
4499
4500 if (spec->kctls.list) {
4501 struct snd_kcontrol_new *kctl = spec->kctls.list;
4502 int i;
4503 for (i = 0; i < spec->kctls.used; i++)
4504 kfree(kctl[i].name);
4505 }
4506 snd_array_free(&spec->kctls);
4507}
4508
Vitaliy Kulikov45eebda2011-07-26 16:56:20 -05004509static void stac92xx_shutup_pins(struct hda_codec *codec)
4510{
4511 unsigned int i, def_conf;
4512
4513 if (codec->bus->shutdown)
4514 return;
4515 for (i = 0; i < codec->init_pins.used; i++) {
4516 struct hda_pincfg *pin = snd_array_elem(&codec->init_pins, i);
4517 def_conf = snd_hda_codec_get_pincfg(codec, pin->nid);
4518 if (get_defcfg_connect(def_conf) != AC_JACK_PORT_NONE)
Takashi Iwaicdd03ce2012-04-20 12:34:50 +02004519 snd_hda_set_pin_ctl(codec, pin->nid, 0);
Vitaliy Kulikov45eebda2011-07-26 16:56:20 -05004520 }
4521}
4522
Takashi Iwai167eae52009-11-06 15:47:50 +01004523static void stac92xx_shutup(struct hda_codec *codec)
4524{
4525 struct sigmatel_spec *spec = codec->spec;
Takashi Iwai167eae52009-11-06 15:47:50 +01004526
Vitaliy Kulikov45eebda2011-07-26 16:56:20 -05004527 stac92xx_shutup_pins(codec);
Takashi Iwai167eae52009-11-06 15:47:50 +01004528
4529 if (spec->eapd_mask)
4530 stac_gpio_set(codec, spec->gpio_mask,
4531 spec->gpio_dir, spec->gpio_data &
4532 ~spec->eapd_mask);
4533}
4534
Matt2f2f4252005-04-13 14:45:30 +02004535static void stac92xx_free(struct hda_codec *codec)
4536{
Mattc7d4b2f2005-06-27 14:59:41 +02004537 struct sigmatel_spec *spec = codec->spec;
Mattc7d4b2f2005-06-27 14:59:41 +02004538
4539 if (! spec)
4540 return;
4541
Takashi Iwai167eae52009-11-06 15:47:50 +01004542 stac92xx_shutup(codec);
Richard Fish11b44bb2006-08-23 18:31:34 +02004543
Mattc7d4b2f2005-06-27 14:59:41 +02004544 kfree(spec);
Matthew Ranostay1cd22242008-07-18 18:20:52 +02004545 snd_hda_detach_beep_device(codec);
Matt2f2f4252005-04-13 14:45:30 +02004546}
4547
Matt4e550962005-07-04 17:51:39 +02004548static void stac92xx_set_pinctl(struct hda_codec *codec, hda_nid_t nid,
4549 unsigned int flag)
4550{
Takashi Iwai8ce84192009-01-22 16:59:20 +01004551 unsigned int old_ctl, pin_ctl;
4552
4553 pin_ctl = snd_hda_codec_read(codec, nid,
Matt4e550962005-07-04 17:51:39 +02004554 0, AC_VERB_GET_PIN_WIDGET_CONTROL, 0x00);
Steve Longerbeam7b043892007-05-03 20:50:03 +02004555
Takashi Iwaif9acba42007-05-29 18:01:06 +02004556 if (pin_ctl & AC_PINCTL_IN_EN) {
4557 /*
4558 * we need to check the current set-up direction of
4559 * shared input pins since they can be switched via
4560 * "xxx as Output" mixer switch
4561 */
4562 struct sigmatel_spec *spec = codec->spec;
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01004563 if (nid == spec->line_switch || nid == spec->mic_switch)
Takashi Iwaif9acba42007-05-29 18:01:06 +02004564 return;
4565 }
4566
Takashi Iwai8ce84192009-01-22 16:59:20 +01004567 old_ctl = pin_ctl;
Steve Longerbeam7b043892007-05-03 20:50:03 +02004568 /* if setting pin direction bits, clear the current
4569 direction bits first */
4570 if (flag & (AC_PINCTL_IN_EN | AC_PINCTL_OUT_EN))
4571 pin_ctl &= ~(AC_PINCTL_IN_EN | AC_PINCTL_OUT_EN);
4572
Takashi Iwai8ce84192009-01-22 16:59:20 +01004573 pin_ctl |= flag;
4574 if (old_ctl != pin_ctl)
Takashi Iwaicdd03ce2012-04-20 12:34:50 +02004575 snd_hda_set_pin_ctl_cache(codec, nid, pin_ctl);
Matt4e550962005-07-04 17:51:39 +02004576}
4577
4578static void stac92xx_reset_pinctl(struct hda_codec *codec, hda_nid_t nid,
4579 unsigned int flag)
4580{
4581 unsigned int pin_ctl = snd_hda_codec_read(codec, nid,
4582 0, AC_VERB_GET_PIN_WIDGET_CONTROL, 0x00);
Takashi Iwai8ce84192009-01-22 16:59:20 +01004583 if (pin_ctl & flag)
Takashi Iwaicdd03ce2012-04-20 12:34:50 +02004584 snd_hda_set_pin_ctl_cache(codec, nid, pin_ctl & ~flag);
Matt4e550962005-07-04 17:51:39 +02004585}
4586
Takashi Iwaid56757a2009-11-18 08:00:14 +01004587static inline int get_pin_presence(struct hda_codec *codec, hda_nid_t nid)
Takashi Iwai314634b2006-09-21 11:56:18 +02004588{
4589 if (!nid)
4590 return 0;
Takashi Iwaia252c812009-12-25 22:56:20 +01004591 return snd_hda_jack_detect(codec, nid);
Takashi Iwai314634b2006-09-21 11:56:18 +02004592}
4593
Takashi Iwaifefd67f2009-07-30 18:03:05 +02004594static void stac92xx_line_out_detect(struct hda_codec *codec,
4595 int presence)
4596{
4597 struct sigmatel_spec *spec = codec->spec;
4598 struct auto_pin_cfg *cfg = &spec->autocfg;
4599 int i;
4600
David Henningsson042b92c2012-08-22 16:10:43 +02004601 if (cfg->speaker_outs == 0)
4602 return;
4603
Takashi Iwaifefd67f2009-07-30 18:03:05 +02004604 for (i = 0; i < cfg->line_outs; i++) {
4605 if (presence)
4606 break;
4607 presence = get_pin_presence(codec, cfg->line_out_pins[i]);
4608 if (presence) {
4609 unsigned int pinctl;
4610 pinctl = snd_hda_codec_read(codec,
4611 cfg->line_out_pins[i], 0,
4612 AC_VERB_GET_PIN_WIDGET_CONTROL, 0);
4613 if (pinctl & AC_PINCTL_IN_EN)
4614 presence = 0; /* mic- or line-input */
4615 }
4616 }
4617
4618 if (presence) {
4619 /* disable speakers */
4620 for (i = 0; i < cfg->speaker_outs; i++)
4621 stac92xx_reset_pinctl(codec, cfg->speaker_pins[i],
4622 AC_PINCTL_OUT_EN);
4623 if (spec->eapd_mask && spec->eapd_switch)
4624 stac_gpio_set(codec, spec->gpio_mask,
4625 spec->gpio_dir, spec->gpio_data &
4626 ~spec->eapd_mask);
4627 } else {
4628 /* enable speakers */
4629 for (i = 0; i < cfg->speaker_outs; i++)
4630 stac92xx_set_pinctl(codec, cfg->speaker_pins[i],
4631 AC_PINCTL_OUT_EN);
4632 if (spec->eapd_mask && spec->eapd_switch)
4633 stac_gpio_set(codec, spec->gpio_mask,
4634 spec->gpio_dir, spec->gpio_data |
4635 spec->eapd_mask);
4636 }
4637}
4638
Takashi Iwaid7a89432008-11-12 09:48:04 +01004639/* return non-zero if the hp-pin of the given array index isn't
4640 * a jack-detection target
4641 */
4642static int no_hp_sensing(struct sigmatel_spec *spec, int i)
4643{
4644 struct auto_pin_cfg *cfg = &spec->autocfg;
4645
4646 /* ignore sensing of shared line and mic jacks */
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01004647 if (cfg->hp_pins[i] == spec->line_switch)
Takashi Iwaid7a89432008-11-12 09:48:04 +01004648 return 1;
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01004649 if (cfg->hp_pins[i] == spec->mic_switch)
Takashi Iwaid7a89432008-11-12 09:48:04 +01004650 return 1;
4651 /* ignore if the pin is set as line-out */
4652 if (cfg->hp_pins[i] == spec->hp_switch)
4653 return 1;
4654 return 0;
4655}
4656
Takashi Iwaic6e4c662008-11-25 11:58:19 +01004657static void stac92xx_hp_detect(struct hda_codec *codec)
Matt4e550962005-07-04 17:51:39 +02004658{
4659 struct sigmatel_spec *spec = codec->spec;
4660 struct auto_pin_cfg *cfg = &spec->autocfg;
4661 int i, presence;
4662
Takashi Iwaieb06ed82006-09-20 17:10:27 +02004663 presence = 0;
Matthew Ranostay4fe51952008-01-29 15:28:44 +01004664 if (spec->gpio_mute)
4665 presence = !(snd_hda_codec_read(codec, codec->afg, 0,
4666 AC_VERB_GET_GPIO_DATA, 0) & spec->gpio_mute);
4667
Takashi Iwaieb06ed82006-09-20 17:10:27 +02004668 for (i = 0; i < cfg->hp_outs; i++) {
Takashi Iwai314634b2006-09-21 11:56:18 +02004669 if (presence)
4670 break;
Takashi Iwaid7a89432008-11-12 09:48:04 +01004671 if (no_hp_sensing(spec, i))
4672 continue;
Takashi Iwaie6e3ea22008-12-05 12:54:56 +01004673 presence = get_pin_presence(codec, cfg->hp_pins[i]);
4674 if (presence) {
4675 unsigned int pinctl;
4676 pinctl = snd_hda_codec_read(codec, cfg->hp_pins[i], 0,
4677 AC_VERB_GET_PIN_WIDGET_CONTROL, 0);
4678 if (pinctl & AC_PINCTL_IN_EN)
4679 presence = 0; /* mic- or line-input */
4680 }
Takashi Iwaieb06ed82006-09-20 17:10:27 +02004681 }
Matt4e550962005-07-04 17:51:39 +02004682
4683 if (presence) {
Takashi Iwaid7a89432008-11-12 09:48:04 +01004684 /* disable lineouts */
Matthew Ranostay7c2ba972008-04-16 13:13:59 +02004685 if (spec->hp_switch)
Takashi Iwaid7a89432008-11-12 09:48:04 +01004686 stac92xx_reset_pinctl(codec, spec->hp_switch,
4687 AC_PINCTL_OUT_EN);
Matt4e550962005-07-04 17:51:39 +02004688 for (i = 0; i < cfg->line_outs; i++)
4689 stac92xx_reset_pinctl(codec, cfg->line_out_pins[i],
4690 AC_PINCTL_OUT_EN);
Matt4e550962005-07-04 17:51:39 +02004691 } else {
Takashi Iwaid7a89432008-11-12 09:48:04 +01004692 /* enable lineouts */
Matthew Ranostay7c2ba972008-04-16 13:13:59 +02004693 if (spec->hp_switch)
Takashi Iwaid7a89432008-11-12 09:48:04 +01004694 stac92xx_set_pinctl(codec, spec->hp_switch,
4695 AC_PINCTL_OUT_EN);
Matt4e550962005-07-04 17:51:39 +02004696 for (i = 0; i < cfg->line_outs; i++)
4697 stac92xx_set_pinctl(codec, cfg->line_out_pins[i],
4698 AC_PINCTL_OUT_EN);
Matt4e550962005-07-04 17:51:39 +02004699 }
Takashi Iwaifefd67f2009-07-30 18:03:05 +02004700 stac92xx_line_out_detect(codec, presence);
Takashi Iwaid7a89432008-11-12 09:48:04 +01004701 /* toggle hp outs */
4702 for (i = 0; i < cfg->hp_outs; i++) {
4703 unsigned int val = AC_PINCTL_OUT_EN | AC_PINCTL_HP_EN;
4704 if (no_hp_sensing(spec, i))
4705 continue;
Takashi Iwai7bff1722012-02-29 09:41:17 +01004706 if (1 /*presence*/)
Takashi Iwaid7a89432008-11-12 09:48:04 +01004707 stac92xx_set_pinctl(codec, cfg->hp_pins[i], val);
Takashi Iwai8317e0b2009-01-14 07:56:51 +01004708#if 0 /* FIXME */
4709/* Resetting the pinctl like below may lead to (a sort of) regressions
4710 * on some devices since they use the HP pin actually for line/speaker
4711 * outs although the default pin config shows a different pin (that is
4712 * wrong and useless).
4713 *
4714 * So, it's basically a problem of default pin configs, likely a BIOS issue.
4715 * But, disabling the code below just works around it, and I'm too tired of
4716 * bug reports with such devices...
4717 */
Takashi Iwaid7a89432008-11-12 09:48:04 +01004718 else
4719 stac92xx_reset_pinctl(codec, cfg->hp_pins[i], val);
Takashi Iwai8317e0b2009-01-14 07:56:51 +01004720#endif /* FIXME */
Takashi Iwaid7a89432008-11-12 09:48:04 +01004721 }
Matt4e550962005-07-04 17:51:39 +02004722}
4723
Takashi Iwaif73d3582008-11-25 08:21:51 +01004724static void stac_toggle_power_map(struct hda_codec *codec, hda_nid_t nid,
4725 int enable)
Matthew Ranostaya64135a2008-01-10 16:55:06 +01004726{
4727 struct sigmatel_spec *spec = codec->spec;
Takashi Iwaif73d3582008-11-25 08:21:51 +01004728 unsigned int idx, val;
4729
4730 for (idx = 0; idx < spec->num_pwrs; idx++) {
4731 if (spec->pwr_nids[idx] == nid)
4732 break;
4733 }
4734 if (idx >= spec->num_pwrs)
4735 return;
Matthew Ranostayd0513fc2008-07-27 10:30:30 +02004736
Charles Chinafef2cf2011-11-11 08:05:28 +01004737 idx = 1 << idx;
Matthew Ranostaya64135a2008-01-10 16:55:06 +01004738
Takashi Iwaic8822462012-05-15 09:11:36 +02004739 val = spec->power_map_bits;
Takashi Iwaif73d3582008-11-25 08:21:51 +01004740 if (enable)
Matthew Ranostaya64135a2008-01-10 16:55:06 +01004741 val &= ~idx;
4742 else
4743 val |= idx;
4744
4745 /* power down unused output ports */
Takashi Iwaic8822462012-05-15 09:11:36 +02004746 if (val != spec->power_map_bits) {
4747 spec->power_map_bits = val;
4748 snd_hda_codec_write(codec, codec->afg, 0,
4749 AC_VERB_IDT_SET_POWER_MAP, val);
4750 }
Matthew Ranostay74aeaab2008-10-25 01:06:04 -04004751}
4752
Takashi Iwaif73d3582008-11-25 08:21:51 +01004753static void stac92xx_pin_sense(struct hda_codec *codec, hda_nid_t nid)
4754{
Takashi Iwaie6e3ea22008-12-05 12:54:56 +01004755 stac_toggle_power_map(codec, nid, get_pin_presence(codec, nid));
Takashi Iwaif73d3582008-11-25 08:21:51 +01004756}
Matthew Ranostaya64135a2008-01-10 16:55:06 +01004757
Vitaliy Kulikovab5a6eb2010-09-08 09:00:17 +02004758/* get the pin connection (fixed, none, etc) */
4759static unsigned int stac_get_defcfg_connect(struct hda_codec *codec, int idx)
4760{
4761 struct sigmatel_spec *spec = codec->spec;
4762 unsigned int cfg;
4763
4764 cfg = snd_hda_codec_get_pincfg(codec, spec->pin_nids[idx]);
4765 return get_defcfg_connect(cfg);
4766}
4767
4768static int stac92xx_connected_ports(struct hda_codec *codec,
Takashi Iwai2b635362011-05-02 12:33:43 +02004769 const hda_nid_t *nids, int num_nids)
Vitaliy Kulikovab5a6eb2010-09-08 09:00:17 +02004770{
4771 struct sigmatel_spec *spec = codec->spec;
4772 int idx, num;
4773 unsigned int def_conf;
4774
4775 for (num = 0; num < num_nids; num++) {
4776 for (idx = 0; idx < spec->num_pins; idx++)
4777 if (spec->pin_nids[idx] == nids[num])
4778 break;
4779 if (idx >= spec->num_pins)
4780 break;
4781 def_conf = stac_get_defcfg_connect(codec, idx);
4782 if (def_conf == AC_JACK_PORT_NONE)
4783 break;
4784 }
4785 return num;
4786}
4787
Takashi Iwai3d21d3f2009-07-29 14:32:56 +02004788static void stac92xx_mic_detect(struct hda_codec *codec)
4789{
4790 struct sigmatel_spec *spec = codec->spec;
4791 struct sigmatel_mic_route *mic;
4792
4793 if (get_pin_presence(codec, spec->ext_mic.pin))
4794 mic = &spec->ext_mic;
Charles Chin99077902010-09-17 10:22:32 +02004795 else if (get_pin_presence(codec, spec->dock_mic.pin))
4796 mic = &spec->dock_mic;
Takashi Iwai3d21d3f2009-07-29 14:32:56 +02004797 else
4798 mic = &spec->int_mic;
Takashi Iwai02d33322009-10-01 16:38:11 +02004799 if (mic->dmux_idx >= 0)
Takashi Iwai3d21d3f2009-07-29 14:32:56 +02004800 snd_hda_codec_write_cache(codec, spec->dmux_nids[0], 0,
4801 AC_VERB_SET_CONNECT_SEL,
4802 mic->dmux_idx);
Takashi Iwai02d33322009-10-01 16:38:11 +02004803 if (mic->mux_idx >= 0)
Takashi Iwai3d21d3f2009-07-29 14:32:56 +02004804 snd_hda_codec_write_cache(codec, spec->mux_nids[0], 0,
4805 AC_VERB_SET_CONNECT_SEL,
4806 mic->mux_idx);
4807}
4808
Takashi Iwai1835a0f2011-10-27 22:12:46 +02004809static void handle_unsol_event(struct hda_codec *codec,
Takashi Iwai3a938972011-10-28 01:16:55 +02004810 struct hda_jack_tbl *event)
Takashi Iwai314634b2006-09-21 11:56:18 +02004811{
Matthew Ranostaya64135a2008-01-10 16:55:06 +01004812 struct sigmatel_spec *spec = codec->spec;
Takashi Iwai1835a0f2011-10-27 22:12:46 +02004813 int data;
Matthew Ranostaya64135a2008-01-10 16:55:06 +01004814
Takashi Iwai3a938972011-10-28 01:16:55 +02004815 switch (event->action) {
Takashi Iwai314634b2006-09-21 11:56:18 +02004816 case STAC_HP_EVENT:
Takashi Iwaifefd67f2009-07-30 18:03:05 +02004817 case STAC_LO_EVENT:
Takashi Iwai16ffe322009-08-04 13:40:54 +02004818 stac92xx_hp_detect(codec);
Takashi Iwaifefd67f2009-07-30 18:03:05 +02004819 break;
Takashi Iwai3d21d3f2009-07-29 14:32:56 +02004820 case STAC_MIC_EVENT:
4821 stac92xx_mic_detect(codec);
4822 break;
4823 }
4824
Takashi Iwai3a938972011-10-28 01:16:55 +02004825 switch (event->action) {
Takashi Iwai3d21d3f2009-07-29 14:32:56 +02004826 case STAC_HP_EVENT:
Takashi Iwaifefd67f2009-07-30 18:03:05 +02004827 case STAC_LO_EVENT:
Takashi Iwai3d21d3f2009-07-29 14:32:56 +02004828 case STAC_MIC_EVENT:
Matthew Ranostay74aeaab2008-10-25 01:06:04 -04004829 case STAC_INSERT_EVENT:
Matthew Ranostaya64135a2008-01-10 16:55:06 +01004830 case STAC_PWR_EVENT:
Takashi Iwaic6e4c662008-11-25 11:58:19 +01004831 if (spec->num_pwrs > 0)
4832 stac92xx_pin_sense(codec, event->nid);
Matthew Ranostayfd60cc82009-04-06 09:30:46 -04004833
4834 switch (codec->subsystem_id) {
4835 case 0x103c308f:
4836 if (event->nid == 0xb) {
4837 int pin = AC_PINCTL_IN_EN;
4838
4839 if (get_pin_presence(codec, 0xa)
4840 && get_pin_presence(codec, 0xb))
4841 pin |= AC_PINCTL_VREF_80;
4842 if (!get_pin_presence(codec, 0xb))
4843 pin |= AC_PINCTL_VREF_80;
4844
4845 /* toggle VREF state based on mic + hp pin
4846 * status
4847 */
4848 stac92xx_auto_set_pinctl(codec, 0x0a, pin);
4849 }
4850 }
Matthew Ranostay72474be2008-10-09 09:32:17 -04004851 break;
Takashi Iwaic6e4c662008-11-25 11:58:19 +01004852 case STAC_VREF_EVENT:
4853 data = snd_hda_codec_read(codec, codec->afg, 0,
4854 AC_VERB_GET_GPIO_DATA, 0);
Matthew Ranostay72474be2008-10-09 09:32:17 -04004855 /* toggle VREF state based on GPIOx status */
4856 snd_hda_codec_write(codec, codec->afg, 0, 0x7e0,
Takashi Iwai3a938972011-10-28 01:16:55 +02004857 !!(data & (1 << event->private_data)));
Matthew Ranostay72474be2008-10-09 09:32:17 -04004858 break;
Takashi Iwai314634b2006-09-21 11:56:18 +02004859 }
4860}
4861
Takashi Iwai1835a0f2011-10-27 22:12:46 +02004862static void stac_issue_unsol_event(struct hda_codec *codec, hda_nid_t nid)
4863{
Takashi Iwai3a938972011-10-28 01:16:55 +02004864 struct hda_jack_tbl *event = snd_hda_jack_tbl_get(codec, nid);
Takashi Iwai1835a0f2011-10-27 22:12:46 +02004865 if (!event)
4866 return;
4867 handle_unsol_event(codec, event);
4868}
4869
4870static void stac92xx_unsol_event(struct hda_codec *codec, unsigned int res)
4871{
Takashi Iwai3a938972011-10-28 01:16:55 +02004872 struct hda_jack_tbl *event;
Takashi Iwai1835a0f2011-10-27 22:12:46 +02004873 int tag;
4874
4875 tag = (res >> 26) & 0x7f;
Takashi Iwai3a938972011-10-28 01:16:55 +02004876 event = snd_hda_jack_tbl_get_from_tag(codec, tag);
Takashi Iwai1835a0f2011-10-27 22:12:46 +02004877 if (!event)
4878 return;
Takashi Iwai3a938972011-10-28 01:16:55 +02004879 event->jack_dirty = 1;
Takashi Iwai1835a0f2011-10-27 22:12:46 +02004880 handle_unsol_event(codec, event);
Takashi Iwai01a61e12011-10-28 00:03:22 +02004881 snd_hda_jack_report_sync(codec);
Takashi Iwai1835a0f2011-10-27 22:12:46 +02004882}
4883
Kunal Gangakhedkard38cce72010-01-15 21:01:47 +05304884static int hp_blike_system(u32 subsystem_id);
4885
4886static void set_hp_led_gpio(struct hda_codec *codec)
4887{
4888 struct sigmatel_spec *spec = codec->spec;
Takashi Iwai07f80442010-02-08 15:06:13 +01004889 unsigned int gpio;
4890
Takashi Iwai26ebe0a2010-05-11 08:36:29 +02004891 if (spec->gpio_led)
4892 return;
4893
Takashi Iwai07f80442010-02-08 15:06:13 +01004894 gpio = snd_hda_param_read(codec, codec->afg, AC_PAR_GPIO_CAP);
4895 gpio &= AC_GPIO_IO_COUNT;
4896 if (gpio > 3)
4897 spec->gpio_led = 0x08; /* GPIO 3 */
4898 else
4899 spec->gpio_led = 0x01; /* GPIO 0 */
Kunal Gangakhedkard38cce72010-01-15 21:01:47 +05304900}
4901
Vitaliy Kulikovc357aab2009-12-11 07:51:54 +01004902/*
4903 * This method searches for the mute LED GPIO configuration
4904 * provided as OEM string in SMBIOS. The format of that string
4905 * is HP_Mute_LED_P_G or HP_Mute_LED_P
4906 * where P can be 0 or 1 and defines mute LED GPIO control state (low/high)
4907 * that corresponds to the NOT muted state of the master volume
4908 * and G is the index of the GPIO to use as the mute LED control (0..9)
4909 * If _G portion is missing it is assigned based on the codec ID
4910 *
4911 * So, HP B-series like systems may have HP_Mute_LED_0 (current models)
4912 * or HP_Mute_LED_0_3 (future models) OEM SMBIOS strings
Kunal Gangakhedkard38cce72010-01-15 21:01:47 +05304913 *
4914 *
4915 * The dv-series laptops don't seem to have the HP_Mute_LED* strings in
4916 * SMBIOS - at least the ones I have seen do not have them - which include
4917 * my own system (HP Pavilion dv6-1110ax) and my cousin's
4918 * HP Pavilion dv9500t CTO.
4919 * Need more information on whether it is true across the entire series.
4920 * -- kunal
Vitaliy Kulikovc357aab2009-12-11 07:51:54 +01004921 */
Vitaliy Kulikov6a557c92011-12-12 17:35:13 -06004922static int find_mute_led_cfg(struct hda_codec *codec, int default_polarity)
Vitaliy Kulikovc357aab2009-12-11 07:51:54 +01004923{
4924 struct sigmatel_spec *spec = codec->spec;
4925 const struct dmi_device *dev = NULL;
4926
Takashi Iwai75609312012-05-14 16:52:00 +02004927 if (get_int_hint(codec, "gpio_led", &spec->gpio_led)) {
4928 get_int_hint(codec, "gpio_led_polarity",
4929 &spec->gpio_led_polarity);
4930 return 1;
4931 }
Vitaliy Kulikovc357aab2009-12-11 07:51:54 +01004932 if ((codec->subsystem_id >> 16) == PCI_VENDOR_ID_HP) {
4933 while ((dev = dmi_find_device(DMI_DEV_TYPE_OEM_STRING,
4934 NULL, dev))) {
Vitaliy Kulikov45eebda2011-07-26 16:56:20 -05004935 if (sscanf(dev->name, "HP_Mute_LED_%d_%x",
Kunal Gangakhedkard38cce72010-01-15 21:01:47 +05304936 &spec->gpio_led_polarity,
4937 &spec->gpio_led) == 2) {
Takashi Iwaif1a73742011-12-04 13:44:06 +01004938 unsigned int max_gpio;
4939 max_gpio = snd_hda_param_read(codec, codec->afg,
4940 AC_PAR_GPIO_CAP);
4941 max_gpio &= AC_GPIO_IO_COUNT;
4942 if (spec->gpio_led < max_gpio)
Vitaliy Kulikov45eebda2011-07-26 16:56:20 -05004943 spec->gpio_led = 1 << spec->gpio_led;
Takashi Iwaif1a73742011-12-04 13:44:06 +01004944 else
4945 spec->vref_mute_led_nid = spec->gpio_led;
Vitaliy Kulikovc357aab2009-12-11 07:51:54 +01004946 return 1;
4947 }
4948 if (sscanf(dev->name, "HP_Mute_LED_%d",
Kunal Gangakhedkard38cce72010-01-15 21:01:47 +05304949 &spec->gpio_led_polarity) == 1) {
4950 set_hp_led_gpio(codec);
4951 return 1;
Vitaliy Kulikovc357aab2009-12-11 07:51:54 +01004952 }
Gustavo Maciel Dias Vieirae2ef36c2011-12-13 11:47:22 -02004953 /* BIOS bug: unfilled OEM string */
4954 if (strstr(dev->name, "HP_Mute_LED_P_G")) {
4955 set_hp_led_gpio(codec);
Gustavo Maciel Dias Vieiraa6a600d2012-01-24 13:27:56 -02004956 switch (codec->subsystem_id) {
4957 case 0x103c148a:
4958 spec->gpio_led_polarity = 0;
4959 break;
4960 default:
4961 spec->gpio_led_polarity = 1;
4962 break;
4963 }
Gustavo Maciel Dias Vieirae2ef36c2011-12-13 11:47:22 -02004964 return 1;
4965 }
Vitaliy Kulikovc357aab2009-12-11 07:51:54 +01004966 }
Kunal Gangakhedkard38cce72010-01-15 21:01:47 +05304967
4968 /*
4969 * Fallback case - if we don't find the DMI strings,
Vitaliy Kulikov6a557c92011-12-12 17:35:13 -06004970 * we statically set the GPIO - if not a B-series system
4971 * and default polarity is provided
Kunal Gangakhedkard38cce72010-01-15 21:01:47 +05304972 */
Vitaliy Kulikov6a557c92011-12-12 17:35:13 -06004973 if (!hp_blike_system(codec->subsystem_id) &&
4974 (default_polarity == 0 || default_polarity == 1)) {
Kunal Gangakhedkard38cce72010-01-15 21:01:47 +05304975 set_hp_led_gpio(codec);
Takashi Iwaidce17d42010-02-09 09:25:26 +01004976 spec->gpio_led_polarity = default_polarity;
Kunal Gangakhedkard38cce72010-01-15 21:01:47 +05304977 return 1;
4978 }
Vitaliy Kulikovc357aab2009-12-11 07:51:54 +01004979 }
4980 return 0;
4981}
4982
4983static int hp_blike_system(u32 subsystem_id)
Randy Dunlap78987bd2009-11-05 09:22:30 -08004984{
4985 switch (subsystem_id) {
Vitaliy Kulikovc357aab2009-12-11 07:51:54 +01004986 case 0x103c1520:
4987 case 0x103c1521:
4988 case 0x103c1523:
4989 case 0x103c1524:
4990 case 0x103c1525:
Randy Dunlap78987bd2009-11-05 09:22:30 -08004991 case 0x103c1722:
4992 case 0x103c1723:
4993 case 0x103c1724:
4994 case 0x103c1725:
4995 case 0x103c1726:
4996 case 0x103c1727:
4997 case 0x103c1728:
4998 case 0x103c1729:
Vitaliy Kulikovc357aab2009-12-11 07:51:54 +01004999 case 0x103c172a:
5000 case 0x103c172b:
5001 case 0x103c307e:
5002 case 0x103c307f:
5003 case 0x103c3080:
5004 case 0x103c3081:
5005 case 0x103c7007:
5006 case 0x103c7008:
Randy Dunlap78987bd2009-11-05 09:22:30 -08005007 return 1;
5008 }
5009 return 0;
5010}
5011
Takashi Iwai2d34e1b2008-11-28 14:35:16 +01005012#ifdef CONFIG_PROC_FS
5013static void stac92hd_proc_hook(struct snd_info_buffer *buffer,
5014 struct hda_codec *codec, hda_nid_t nid)
5015{
5016 if (nid == codec->afg)
5017 snd_iprintf(buffer, "Power-Map: 0x%02x\n",
Takashi Iwaic8822462012-05-15 09:11:36 +02005018 snd_hda_codec_read(codec, nid, 0,
5019 AC_VERB_IDT_GET_POWER_MAP, 0));
Takashi Iwai2d34e1b2008-11-28 14:35:16 +01005020}
5021
5022static void analog_loop_proc_hook(struct snd_info_buffer *buffer,
5023 struct hda_codec *codec,
5024 unsigned int verb)
5025{
5026 snd_iprintf(buffer, "Analog Loopback: 0x%02x\n",
5027 snd_hda_codec_read(codec, codec->afg, 0, verb, 0));
5028}
5029
5030/* stac92hd71bxx, stac92hd73xx */
5031static void stac92hd7x_proc_hook(struct snd_info_buffer *buffer,
5032 struct hda_codec *codec, hda_nid_t nid)
5033{
5034 stac92hd_proc_hook(buffer, codec, nid);
5035 if (nid == codec->afg)
5036 analog_loop_proc_hook(buffer, codec, 0xfa0);
5037}
5038
5039static void stac9205_proc_hook(struct snd_info_buffer *buffer,
5040 struct hda_codec *codec, hda_nid_t nid)
5041{
5042 if (nid == codec->afg)
5043 analog_loop_proc_hook(buffer, codec, 0xfe0);
5044}
5045
5046static void stac927x_proc_hook(struct snd_info_buffer *buffer,
5047 struct hda_codec *codec, hda_nid_t nid)
5048{
5049 if (nid == codec->afg)
5050 analog_loop_proc_hook(buffer, codec, 0xfeb);
5051}
5052#else
5053#define stac92hd_proc_hook NULL
5054#define stac92hd7x_proc_hook NULL
5055#define stac9205_proc_hook NULL
5056#define stac927x_proc_hook NULL
5057#endif
5058
Takashi Iwai2a439522011-07-26 09:52:50 +02005059#ifdef CONFIG_PM
Mattff6fdc32005-06-27 15:06:52 +02005060static int stac92xx_resume(struct hda_codec *codec)
5061{
Takashi Iwai2c885872008-11-18 09:36:55 +01005062 stac92xx_init(codec);
Takashi Iwai82beb8f2007-08-10 17:09:26 +02005063 snd_hda_codec_resume_amp(codec);
5064 snd_hda_codec_resume_cache(codec);
Takashi Iwai2c885872008-11-18 09:36:55 +01005065 /* fake event to set up pins again to override cached values */
Takashi Iwaif2cbba72012-01-11 12:34:11 +01005066 stac_fake_hp_events(codec);
Mattff6fdc32005-06-27 15:06:52 +02005067 return 0;
5068}
Matthew Ranostayc6798d22008-11-18 20:54:17 -05005069
Takashi Iwai68cb2b52012-07-02 15:20:37 +02005070static int stac92xx_suspend(struct hda_codec *codec)
Vitaliy Kulikov45eebda2011-07-26 16:56:20 -05005071{
5072 stac92xx_shutup(codec);
5073 return 0;
5074}
5075
Vitaliy Kulikov45eebda2011-07-26 16:56:20 -05005076static void stac92xx_set_power_state(struct hda_codec *codec, hda_nid_t fg,
5077 unsigned int power_state)
5078{
5079 unsigned int afg_power_state = power_state;
5080 struct sigmatel_spec *spec = codec->spec;
5081
5082 if (power_state == AC_PWRST_D3) {
Takashi Iwaif1a73742011-12-04 13:44:06 +01005083 if (spec->vref_mute_led_nid) {
Vitaliy Kulikov45eebda2011-07-26 16:56:20 -05005084 /* with vref-out pin used for mute led control
5085 * codec AFG is prevented from D3 state
5086 */
5087 afg_power_state = AC_PWRST_D1;
5088 }
5089 /* this delay seems necessary to avoid click noise at power-down */
5090 msleep(100);
5091 }
5092 snd_hda_codec_read(codec, fg, 0, AC_VERB_SET_POWER_STATE,
5093 afg_power_state);
5094 snd_hda_codec_set_power_to_all(codec, fg, power_state, true);
5095}
Takashi Iwai350eba432012-03-16 16:09:03 +01005096#else
5097#define stac92xx_suspend NULL
5098#define stac92xx_resume NULL
Takashi Iwai350eba432012-03-16 16:09:03 +01005099#define stac92xx_set_power_state NULL
Takashi Iwai2faa3bf2012-03-12 12:30:22 +01005100#endif /* CONFIG_PM */
Vitaliy Kulikov45eebda2011-07-26 16:56:20 -05005101
Takashi Iwai2faa3bf2012-03-12 12:30:22 +01005102/* update mute-LED accoring to the master switch */
5103static void stac92xx_update_led_status(struct hda_codec *codec, int enabled)
Christoph Plattnerae6241f2009-03-08 23:19:05 +01005104{
5105 struct sigmatel_spec *spec = codec->spec;
Takashi Iwai2faa3bf2012-03-12 12:30:22 +01005106 int muted = !enabled;
Takashi Iwai6fce61a2009-03-10 07:48:57 +01005107
Vitaliy Kulikov45eebda2011-07-26 16:56:20 -05005108 if (!spec->gpio_led)
Takashi Iwai2faa3bf2012-03-12 12:30:22 +01005109 return;
Vitaliy Kulikov45eebda2011-07-26 16:56:20 -05005110
Takashi Iwai2faa3bf2012-03-12 12:30:22 +01005111 /* LED state is inverted on these systems */
5112 if (spec->gpio_led_polarity)
5113 muted = !muted;
5114
Takashi Iwaif1a73742011-12-04 13:44:06 +01005115 if (!spec->vref_mute_led_nid) {
Vitaliy Kulikov45eebda2011-07-26 16:56:20 -05005116 if (muted)
Takashi Iwai3e843192012-04-19 12:04:03 +02005117 spec->gpio_data |= spec->gpio_led;
Vitaliy Kulikov45eebda2011-07-26 16:56:20 -05005118 else
Takashi Iwai3e843192012-04-19 12:04:03 +02005119 spec->gpio_data &= ~spec->gpio_led;
Vitaliy Kulikov45eebda2011-07-26 16:56:20 -05005120 stac_gpio_set(codec, spec->gpio_mask,
5121 spec->gpio_dir, spec->gpio_data);
5122 } else {
Takashi Iwai2faa3bf2012-03-12 12:30:22 +01005123 spec->vref_led = muted ? AC_PINCTL_VREF_50 : AC_PINCTL_VREF_GRD;
Takashi Iwaif1a73742011-12-04 13:44:06 +01005124 stac_vrefout_set(codec, spec->vref_mute_led_nid,
5125 spec->vref_led);
Christoph Plattnerae6241f2009-03-08 23:19:05 +01005126 }
Takashi Iwaib4e81872009-11-18 17:20:24 +01005127}
Vitaliy Kulikov7df1ce12011-07-25 17:52:57 -05005128
Takashi Iwai2b635362011-05-02 12:33:43 +02005129static const struct hda_codec_ops stac92xx_patch_ops = {
Matt2f2f4252005-04-13 14:45:30 +02005130 .build_controls = stac92xx_build_controls,
5131 .build_pcms = stac92xx_build_pcms,
5132 .init = stac92xx_init,
5133 .free = stac92xx_free,
Matt4e550962005-07-04 17:51:39 +02005134 .unsol_event = stac92xx_unsol_event,
Takashi Iwai2a439522011-07-26 09:52:50 +02005135#ifdef CONFIG_PM
Matthew Ranostayc6798d22008-11-18 20:54:17 -05005136 .suspend = stac92xx_suspend,
Mattff6fdc32005-06-27 15:06:52 +02005137 .resume = stac92xx_resume,
5138#endif
Takashi Iwaifb8d1a32009-11-10 16:02:29 +01005139 .reboot_notify = stac92xx_shutup,
Matt2f2f4252005-04-13 14:45:30 +02005140};
5141
5142static int patch_stac9200(struct hda_codec *codec)
5143{
5144 struct sigmatel_spec *spec;
Mattc7d4b2f2005-06-27 14:59:41 +02005145 int err;
Matt2f2f4252005-04-13 14:45:30 +02005146
Takashi Iwaie560d8d2005-09-09 14:21:46 +02005147 spec = kzalloc(sizeof(*spec), GFP_KERNEL);
Matt2f2f4252005-04-13 14:45:30 +02005148 if (spec == NULL)
5149 return -ENOMEM;
5150
Takashi Iwaia252c812009-12-25 22:56:20 +01005151 codec->no_trigger_sense = 1;
Matt2f2f4252005-04-13 14:45:30 +02005152 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(stac9200_pin_nids);
Richard Fish11b44bb2006-08-23 18:31:34 +02005155 spec->pin_nids = stac9200_pin_nids;
Takashi Iwaif5fcc132006-11-24 17:07:44 +01005156 spec->board_config = snd_hda_check_board_config(codec, STAC_9200_MODELS,
5157 stac9200_models,
5158 stac9200_cfg_tbl);
Takashi Iwai330ee992009-02-20 14:33:36 +01005159 if (spec->board_config < 0)
Takashi Iwai9a11f1a2009-07-28 16:01:20 +02005160 snd_printdd(KERN_INFO "hda_codec: %s: BIOS auto-probing.\n",
5161 codec->chip_name);
Takashi Iwai330ee992009-02-20 14:33:36 +01005162 else
5163 stac92xx_set_config_regs(codec,
Takashi Iwaiaf9f3412008-11-18 10:38:56 +01005164 stac9200_brd_tbl[spec->board_config]);
Matt2f2f4252005-04-13 14:45:30 +02005165
5166 spec->multiout.max_channels = 2;
5167 spec->multiout.num_dacs = 1;
5168 spec->multiout.dac_nids = stac9200_dac_nids;
5169 spec->adc_nids = stac9200_adc_nids;
5170 spec->mux_nids = stac9200_mux_nids;
Mattdabbed62005-06-14 10:19:34 +02005171 spec->num_muxes = 1;
Matt Porter8b657272006-10-26 17:12:59 +02005172 spec->num_dmics = 0;
Maxim Levitsky9e05b7a2007-09-03 15:31:02 +02005173 spec->num_adcs = 1;
Matthew Ranostaya64135a2008-01-10 16:55:06 +01005174 spec->num_pwrs = 0;
Mattc7d4b2f2005-06-27 14:59:41 +02005175
Mauro Carvalho Chehab58eec422008-08-11 10:18:39 +02005176 if (spec->board_config == STAC_9200_M4 ||
5177 spec->board_config == STAC_9200_M4_2 ||
Tobin Davisbf277782008-02-03 20:31:47 +01005178 spec->board_config == STAC_9200_OQO)
Takashi Iwai1194b5b2007-10-10 10:04:26 +02005179 spec->init = stac9200_eapd_init;
5180 else
5181 spec->init = stac9200_core_init;
Matt2f2f4252005-04-13 14:45:30 +02005182 spec->mixer = stac9200_mixer;
Mattc7d4b2f2005-06-27 14:59:41 +02005183
Takashi Iwai117f2572008-03-18 09:53:23 +01005184 if (spec->board_config == STAC_9200_PANASONIC) {
5185 spec->gpio_mask = spec->gpio_dir = 0x09;
5186 spec->gpio_data = 0x00;
5187 }
5188
Mattc7d4b2f2005-06-27 14:59:41 +02005189 err = stac9200_parse_auto_config(codec);
5190 if (err < 0) {
5191 stac92xx_free(codec);
5192 return err;
5193 }
Matt2f2f4252005-04-13 14:45:30 +02005194
Takashi Iwai2acc9dc2009-01-09 16:57:14 +01005195 /* CF-74 has no headphone detection, and the driver should *NOT*
5196 * do detection and HP/speaker toggle because the hardware does it.
5197 */
5198 if (spec->board_config == STAC_9200_PANASONIC)
5199 spec->hp_detect = 0;
5200
Matt2f2f4252005-04-13 14:45:30 +02005201 codec->patch_ops = stac92xx_patch_ops;
5202
5203 return 0;
5204}
5205
Tobin Davis8e21c342007-01-08 11:04:17 +01005206static int patch_stac925x(struct hda_codec *codec)
5207{
5208 struct sigmatel_spec *spec;
5209 int err;
5210
5211 spec = kzalloc(sizeof(*spec), GFP_KERNEL);
5212 if (spec == NULL)
5213 return -ENOMEM;
5214
Takashi Iwaia252c812009-12-25 22:56:20 +01005215 codec->no_trigger_sense = 1;
Tobin Davis8e21c342007-01-08 11:04:17 +01005216 codec->spec = spec;
Daniel J Blueman1b0e3722010-08-03 11:09:13 +01005217 spec->linear_tone_beep = 1;
Takashi Iwaia4eed132007-07-06 18:17:04 +02005218 spec->num_pins = ARRAY_SIZE(stac925x_pin_nids);
Tobin Davis8e21c342007-01-08 11:04:17 +01005219 spec->pin_nids = stac925x_pin_nids;
Mauro Carvalho Chehab9cb36c22008-08-11 10:18:39 +02005220
5221 /* Check first for codec ID */
5222 spec->board_config = snd_hda_check_board_codec_sid_config(codec,
5223 STAC_925x_MODELS,
5224 stac925x_models,
5225 stac925x_codec_id_cfg_tbl);
5226
5227 /* Now checks for PCI ID, if codec ID is not found */
5228 if (spec->board_config < 0)
5229 spec->board_config = snd_hda_check_board_config(codec,
5230 STAC_925x_MODELS,
Tobin Davis8e21c342007-01-08 11:04:17 +01005231 stac925x_models,
5232 stac925x_cfg_tbl);
Takashi Iwai9e507ab2007-02-08 17:50:10 +01005233 again:
Takashi Iwai330ee992009-02-20 14:33:36 +01005234 if (spec->board_config < 0)
Takashi Iwai9a11f1a2009-07-28 16:01:20 +02005235 snd_printdd(KERN_INFO "hda_codec: %s: BIOS auto-probing.\n",
5236 codec->chip_name);
Takashi Iwai330ee992009-02-20 14:33:36 +01005237 else
5238 stac92xx_set_config_regs(codec,
Takashi Iwaiaf9f3412008-11-18 10:38:56 +01005239 stac925x_brd_tbl[spec->board_config]);
Tobin Davis8e21c342007-01-08 11:04:17 +01005240
5241 spec->multiout.max_channels = 2;
5242 spec->multiout.num_dacs = 1;
5243 spec->multiout.dac_nids = stac925x_dac_nids;
5244 spec->adc_nids = stac925x_adc_nids;
5245 spec->mux_nids = stac925x_mux_nids;
5246 spec->num_muxes = 1;
Maxim Levitsky9e05b7a2007-09-03 15:31:02 +02005247 spec->num_adcs = 1;
Matthew Ranostaya64135a2008-01-10 16:55:06 +01005248 spec->num_pwrs = 0;
Tobin Davis2c11f952007-05-17 09:36:34 +02005249 switch (codec->vendor_id) {
5250 case 0x83847632: /* STAC9202 */
5251 case 0x83847633: /* STAC9202D */
5252 case 0x83847636: /* STAC9251 */
5253 case 0x83847637: /* STAC9251D */
Takashi Iwaif6e98522007-10-16 14:27:04 +02005254 spec->num_dmics = STAC925X_NUM_DMICS;
Tobin Davis2c11f952007-05-17 09:36:34 +02005255 spec->dmic_nids = stac925x_dmic_nids;
Takashi Iwai1697055e2007-12-18 18:05:52 +01005256 spec->num_dmuxes = ARRAY_SIZE(stac925x_dmux_nids);
5257 spec->dmux_nids = stac925x_dmux_nids;
Tobin Davis2c11f952007-05-17 09:36:34 +02005258 break;
5259 default:
5260 spec->num_dmics = 0;
5261 break;
5262 }
Tobin Davis8e21c342007-01-08 11:04:17 +01005263
5264 spec->init = stac925x_core_init;
5265 spec->mixer = stac925x_mixer;
Takashi Iwai6479c632009-07-28 18:20:25 +02005266 spec->num_caps = 1;
5267 spec->capvols = stac925x_capvols;
5268 spec->capsws = stac925x_capsws;
Tobin Davis8e21c342007-01-08 11:04:17 +01005269
Charles Chin9009b0e2011-11-03 10:27:27 +01005270 err = stac92xx_parse_auto_config(codec);
Takashi Iwai9e507ab2007-02-08 17:50:10 +01005271 if (!err) {
5272 if (spec->board_config < 0) {
5273 printk(KERN_WARNING "hda_codec: No auto-config is "
5274 "available, default to model=ref\n");
5275 spec->board_config = STAC_925x_REF;
5276 goto again;
5277 }
5278 err = -EINVAL;
5279 }
Tobin Davis8e21c342007-01-08 11:04:17 +01005280 if (err < 0) {
5281 stac92xx_free(codec);
5282 return err;
5283 }
5284
5285 codec->patch_ops = stac92xx_patch_ops;
5286
5287 return 0;
5288}
5289
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01005290static int patch_stac92hd73xx(struct hda_codec *codec)
5291{
5292 struct sigmatel_spec *spec;
5293 hda_nid_t conn[STAC92HD73_DAC_COUNT + 2];
5294 int err = 0;
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01005295 int num_dacs;
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01005296
5297 spec = kzalloc(sizeof(*spec), GFP_KERNEL);
5298 if (spec == NULL)
5299 return -ENOMEM;
5300
Takashi Iwaia252c812009-12-25 22:56:20 +01005301 codec->no_trigger_sense = 1;
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01005302 codec->spec = spec;
Daniel J Blueman1b0e3722010-08-03 11:09:13 +01005303 spec->linear_tone_beep = 0;
Matthew Ranostaye99d32b2008-09-09 10:46:38 +02005304 codec->slave_dig_outs = stac92hd73xx_slave_dig_outs;
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01005305 spec->num_pins = ARRAY_SIZE(stac92hd73xx_pin_nids);
5306 spec->pin_nids = stac92hd73xx_pin_nids;
5307 spec->board_config = snd_hda_check_board_config(codec,
5308 STAC_92HD73XX_MODELS,
5309 stac92hd73xx_models,
5310 stac92hd73xx_cfg_tbl);
Takashi Iwai842ae632009-09-02 07:43:08 +02005311 /* check codec subsystem id if not found */
5312 if (spec->board_config < 0)
5313 spec->board_config =
5314 snd_hda_check_board_codec_sid_config(codec,
5315 STAC_92HD73XX_MODELS, stac92hd73xx_models,
5316 stac92hd73xx_codec_id_cfg_tbl);
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01005317again:
Takashi Iwai330ee992009-02-20 14:33:36 +01005318 if (spec->board_config < 0)
Takashi Iwai9a11f1a2009-07-28 16:01:20 +02005319 snd_printdd(KERN_INFO "hda_codec: %s: BIOS auto-probing.\n",
5320 codec->chip_name);
Takashi Iwai330ee992009-02-20 14:33:36 +01005321 else
5322 stac92xx_set_config_regs(codec,
Takashi Iwaiaf9f3412008-11-18 10:38:56 +01005323 stac92hd73xx_brd_tbl[spec->board_config]);
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01005324
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01005325 num_dacs = snd_hda_get_connections(codec, 0x0a,
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01005326 conn, STAC92HD73_DAC_COUNT + 2) - 1;
5327
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01005328 if (num_dacs < 3 || num_dacs > 5) {
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01005329 printk(KERN_WARNING "hda_codec: Could not determine "
5330 "number of channels defaulting to DAC count\n");
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01005331 num_dacs = STAC92HD73_DAC_COUNT;
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01005332 }
Takashi Iwaie2aec172009-09-02 01:00:05 +02005333 spec->init = stac92hd73xx_core_init;
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01005334 switch (num_dacs) {
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01005335 case 0x3: /* 6 Channel */
Takashi Iwaid78d7a92009-03-02 14:26:25 +01005336 spec->aloopback_ctl = stac92hd73xx_6ch_loopback;
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01005337 break;
5338 case 0x4: /* 8 Channel */
Takashi Iwaid78d7a92009-03-02 14:26:25 +01005339 spec->aloopback_ctl = stac92hd73xx_8ch_loopback;
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01005340 break;
5341 case 0x5: /* 10 Channel */
Takashi Iwaid78d7a92009-03-02 14:26:25 +01005342 spec->aloopback_ctl = stac92hd73xx_10ch_loopback;
5343 break;
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01005344 }
5345 spec->multiout.dac_nids = spec->dac_nids;
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01005346
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01005347 spec->aloopback_mask = 0x01;
5348 spec->aloopback_shift = 8;
5349
Matthew Ranostay1cd22242008-07-18 18:20:52 +02005350 spec->digbeep_nid = 0x1c;
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01005351 spec->mux_nids = stac92hd73xx_mux_nids;
5352 spec->adc_nids = stac92hd73xx_adc_nids;
5353 spec->dmic_nids = stac92hd73xx_dmic_nids;
5354 spec->dmux_nids = stac92hd73xx_dmux_nids;
Matthew Ranostayd9737752008-09-07 12:03:41 +02005355 spec->smux_nids = stac92hd73xx_smux_nids;
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01005356
5357 spec->num_muxes = ARRAY_SIZE(stac92hd73xx_mux_nids);
5358 spec->num_adcs = ARRAY_SIZE(stac92hd73xx_adc_nids);
Takashi Iwai1697055e2007-12-18 18:05:52 +01005359 spec->num_dmuxes = ARRAY_SIZE(stac92hd73xx_dmux_nids);
Matthew Ranostay2a9c7812008-09-13 16:45:39 -04005360
Takashi Iwai6479c632009-07-28 18:20:25 +02005361 spec->num_caps = STAC92HD73XX_NUM_CAPS;
5362 spec->capvols = stac92hd73xx_capvols;
5363 spec->capsws = stac92hd73xx_capsws;
5364
Matthew Ranostaya7662642008-02-21 07:51:14 +01005365 switch (spec->board_config) {
Matthew Ranostay6b3ab212008-11-03 08:12:43 -05005366 case STAC_DELL_EQ:
Matthew Ranostayd654a662008-03-14 08:46:51 +01005367 spec->init = dell_eq_core_init;
Matthew Ranostay6b3ab212008-11-03 08:12:43 -05005368 /* fallthru */
Takashi Iwai661cd8f2008-11-25 15:18:29 +01005369 case STAC_DELL_M6_AMIC:
5370 case STAC_DELL_M6_DMIC:
5371 case STAC_DELL_M6_BOTH:
Matthew Ranostay2a9c7812008-09-13 16:45:39 -04005372 spec->num_smuxes = 0;
Matthew Ranostayc0cea0d2008-11-16 11:42:34 -05005373 spec->eapd_switch = 0;
Matthew Ranostay6b3ab212008-11-03 08:12:43 -05005374
Takashi Iwai661cd8f2008-11-25 15:18:29 +01005375 switch (spec->board_config) {
5376 case STAC_DELL_M6_AMIC: /* Analog Mics */
Takashi Iwai330ee992009-02-20 14:33:36 +01005377 snd_hda_codec_set_pincfg(codec, 0x0b, 0x90A70170);
Matthew Ranostaya7662642008-02-21 07:51:14 +01005378 spec->num_dmics = 0;
5379 break;
Takashi Iwai661cd8f2008-11-25 15:18:29 +01005380 case STAC_DELL_M6_DMIC: /* Digital Mics */
Takashi Iwai330ee992009-02-20 14:33:36 +01005381 snd_hda_codec_set_pincfg(codec, 0x13, 0x90A60160);
Matthew Ranostaya7662642008-02-21 07:51:14 +01005382 spec->num_dmics = 1;
5383 break;
Takashi Iwai661cd8f2008-11-25 15:18:29 +01005384 case STAC_DELL_M6_BOTH: /* Both */
Takashi Iwai330ee992009-02-20 14:33:36 +01005385 snd_hda_codec_set_pincfg(codec, 0x0b, 0x90A70170);
5386 snd_hda_codec_set_pincfg(codec, 0x13, 0x90A60160);
Matthew Ranostaya7662642008-02-21 07:51:14 +01005387 spec->num_dmics = 1;
5388 break;
5389 }
5390 break;
Takashi Iwai842ae632009-09-02 07:43:08 +02005391 case STAC_ALIENWARE_M17X:
5392 spec->num_dmics = STAC92HD73XX_NUM_DMICS;
5393 spec->num_smuxes = ARRAY_SIZE(stac92hd73xx_smux_nids);
5394 spec->eapd_switch = 0;
5395 break;
Matthew Ranostaya7662642008-02-21 07:51:14 +01005396 default:
5397 spec->num_dmics = STAC92HD73XX_NUM_DMICS;
Matthew Ranostay2a9c7812008-09-13 16:45:39 -04005398 spec->num_smuxes = ARRAY_SIZE(stac92hd73xx_smux_nids);
Matthew Ranostayc0cea0d2008-11-16 11:42:34 -05005399 spec->eapd_switch = 1;
Takashi Iwai5207e102009-07-30 13:09:08 +02005400 break;
Matthew Ranostaya7662642008-02-21 07:51:14 +01005401 }
Takashi Iwaiaf6ee302009-09-14 15:03:12 +02005402 if (spec->board_config != STAC_92HD73XX_REF) {
Matthew Ranostayb2c4f4d2008-09-26 10:06:40 -04005403 /* GPIO0 High = Enable EAPD */
5404 spec->eapd_mask = spec->gpio_mask = spec->gpio_dir = 0x1;
5405 spec->gpio_data = 0x01;
5406 }
Matthew Ranostaya7662642008-02-21 07:51:14 +01005407
Matthew Ranostaya64135a2008-01-10 16:55:06 +01005408 spec->num_pwrs = ARRAY_SIZE(stac92hd73xx_pwr_nids);
5409 spec->pwr_nids = stac92hd73xx_pwr_nids;
5410
Charles Chin9009b0e2011-11-03 10:27:27 +01005411 err = stac92xx_parse_auto_config(codec);
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01005412
5413 if (!err) {
5414 if (spec->board_config < 0) {
5415 printk(KERN_WARNING "hda_codec: No auto-config is "
5416 "available, default to model=ref\n");
5417 spec->board_config = STAC_92HD73XX_REF;
5418 goto again;
5419 }
5420 err = -EINVAL;
5421 }
5422
5423 if (err < 0) {
5424 stac92xx_free(codec);
5425 return err;
5426 }
5427
Takashi Iwai9e43f0d2008-12-17 14:51:01 +01005428 if (spec->board_config == STAC_92HD73XX_NO_JD)
5429 spec->hp_detect = 0;
5430
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01005431 codec->patch_ops = stac92xx_patch_ops;
5432
Takashi Iwai2d34e1b2008-11-28 14:35:16 +01005433 codec->proc_widget_hook = stac92hd7x_proc_hook;
5434
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01005435 return 0;
5436}
5437
Vitaliy Kulikovcbbf50b2011-01-14 17:21:13 -06005438static int hp_bnb2011_with_dock(struct hda_codec *codec)
Vitaliy Kulikov335e3b82010-10-22 18:38:31 -05005439{
5440 if (codec->vendor_id != 0x111d7605 &&
5441 codec->vendor_id != 0x111d76d1)
5442 return 0;
5443
5444 switch (codec->subsystem_id) {
5445 case 0x103c1618:
5446 case 0x103c1619:
5447 case 0x103c161a:
5448 case 0x103c161b:
5449 case 0x103c161c:
5450 case 0x103c161d:
5451 case 0x103c161e:
5452 case 0x103c161f:
Vitaliy Kulikov335e3b82010-10-22 18:38:31 -05005453
5454 case 0x103c162a:
5455 case 0x103c162b:
5456
5457 case 0x103c1630:
5458 case 0x103c1631:
5459
5460 case 0x103c1633:
Vitaliy Kulikovcbbf50b2011-01-14 17:21:13 -06005461 case 0x103c1634:
Vitaliy Kulikov335e3b82010-10-22 18:38:31 -05005462 case 0x103c1635:
5463
Vitaliy Kulikov335e3b82010-10-22 18:38:31 -05005464 case 0x103c3587:
5465 case 0x103c3588:
5466 case 0x103c3589:
5467 case 0x103c358a:
5468
5469 case 0x103c3667:
5470 case 0x103c3668:
Vitaliy Kulikovcbbf50b2011-01-14 17:21:13 -06005471 case 0x103c3669:
5472
5473 return 1;
Vitaliy Kulikov335e3b82010-10-22 18:38:31 -05005474 }
5475 return 0;
5476}
5477
Vitaliy Kulikov699d8992011-03-10 13:43:35 -06005478static void stac92hd8x_add_pin(struct hda_codec *codec, hda_nid_t nid)
5479{
5480 struct sigmatel_spec *spec = codec->spec;
5481 unsigned int def_conf = snd_hda_codec_get_pincfg(codec, nid);
5482 int i;
5483
5484 spec->auto_pin_nids[spec->auto_pin_cnt] = nid;
5485 spec->auto_pin_cnt++;
5486
5487 if (get_defcfg_device(def_conf) == AC_JACK_MIC_IN &&
5488 get_defcfg_connect(def_conf) != AC_JACK_PORT_NONE) {
5489 for (i = 0; i < ARRAY_SIZE(stac92hd83xxx_dmic_nids); i++) {
5490 if (nid == stac92hd83xxx_dmic_nids[i]) {
5491 spec->auto_dmic_nids[spec->auto_dmic_cnt] = nid;
5492 spec->auto_dmic_cnt++;
5493 }
5494 }
5495 }
5496}
5497
5498static void stac92hd8x_add_adc(struct hda_codec *codec, hda_nid_t nid)
5499{
5500 struct sigmatel_spec *spec = codec->spec;
5501
5502 spec->auto_adc_nids[spec->auto_adc_cnt] = nid;
5503 spec->auto_adc_cnt++;
5504}
5505
5506static void stac92hd8x_add_mux(struct hda_codec *codec, hda_nid_t nid)
5507{
5508 int i, j;
5509 struct sigmatel_spec *spec = codec->spec;
5510
5511 for (i = 0; i < spec->auto_adc_cnt; i++) {
5512 if (get_connection_index(codec,
5513 spec->auto_adc_nids[i], nid) >= 0) {
5514 /* mux and volume for adc_nids[i] */
5515 if (!spec->auto_mux_nids[i]) {
5516 spec->auto_mux_nids[i] = nid;
5517 /* 92hd codecs capture volume is in mux */
5518 spec->auto_capvols[i] = HDA_COMPOSE_AMP_VAL(nid,
5519 3, 0, HDA_OUTPUT);
5520 }
5521 for (j = 0; j < spec->auto_dmic_cnt; j++) {
5522 if (get_connection_index(codec, nid,
5523 spec->auto_dmic_nids[j]) >= 0) {
5524 /* dmux for adc_nids[i] */
5525 if (!spec->auto_dmux_nids[i])
5526 spec->auto_dmux_nids[i] = nid;
5527 break;
5528 }
5529 }
5530 break;
5531 }
5532 }
5533}
5534
5535static void stac92hd8x_fill_auto_spec(struct hda_codec *codec)
5536{
5537 hda_nid_t nid, end_nid;
5538 unsigned int wid_caps, wid_type;
5539 struct sigmatel_spec *spec = codec->spec;
5540
5541 end_nid = codec->start_nid + codec->num_nodes;
5542
5543 for (nid = codec->start_nid; nid < end_nid; nid++) {
5544 wid_caps = get_wcaps(codec, nid);
5545 wid_type = get_wcaps_type(wid_caps);
5546
5547 if (wid_type == AC_WID_PIN)
5548 stac92hd8x_add_pin(codec, nid);
5549
5550 if (wid_type == AC_WID_AUD_IN && !(wid_caps & AC_WCAP_DIGITAL))
5551 stac92hd8x_add_adc(codec, nid);
5552 }
5553
5554 for (nid = codec->start_nid; nid < end_nid; nid++) {
5555 wid_caps = get_wcaps(codec, nid);
5556 wid_type = get_wcaps_type(wid_caps);
5557
5558 if (wid_type == AC_WID_AUD_SEL)
5559 stac92hd8x_add_mux(codec, nid);
5560 }
5561
5562 spec->pin_nids = spec->auto_pin_nids;
5563 spec->num_pins = spec->auto_pin_cnt;
5564 spec->adc_nids = spec->auto_adc_nids;
5565 spec->num_adcs = spec->auto_adc_cnt;
5566 spec->capvols = spec->auto_capvols;
5567 spec->capsws = spec->auto_capvols;
5568 spec->num_caps = spec->auto_adc_cnt;
5569 spec->mux_nids = spec->auto_mux_nids;
5570 spec->num_muxes = spec->auto_adc_cnt;
5571 spec->dmux_nids = spec->auto_dmux_nids;
5572 spec->num_dmuxes = spec->auto_adc_cnt;
5573 spec->dmic_nids = spec->auto_dmic_nids;
5574 spec->num_dmics = spec->auto_dmic_cnt;
5575}
5576
Matthew Ranostayd0513fc2008-07-27 10:30:30 +02005577static int patch_stac92hd83xxx(struct hda_codec *codec)
5578{
5579 struct sigmatel_spec *spec;
Takashi Iwaia3e19972012-07-26 08:17:20 +02005580 int default_polarity = -1; /* no default cfg */
Matthew Ranostayd0513fc2008-07-27 10:30:30 +02005581 int err;
5582
5583 spec = kzalloc(sizeof(*spec), GFP_KERNEL);
5584 if (spec == NULL)
5585 return -ENOMEM;
5586
Vitaliy Kulikovcbbf50b2011-01-14 17:21:13 -06005587 if (hp_bnb2011_with_dock(codec)) {
5588 snd_hda_codec_set_pincfg(codec, 0xa, 0x2101201f);
5589 snd_hda_codec_set_pincfg(codec, 0xf, 0x2181205e);
5590 }
5591
Takashi Iwaic36b5b02012-08-28 09:20:13 -07005592 codec->epss = 0; /* longer delay needed for D3 */
Takashi Iwaia252c812009-12-25 22:56:20 +01005593 codec->no_trigger_sense = 1;
Matthew Ranostayd0513fc2008-07-27 10:30:30 +02005594 codec->spec = spec;
Vitaliy Kulikov699d8992011-03-10 13:43:35 -06005595
5596 stac92hd8x_fill_auto_spec(codec);
5597
Takashi Iwai1db7ccdb2010-12-03 15:19:14 +01005598 spec->linear_tone_beep = 0;
Matthew Ranostay0ffa9802008-09-08 11:20:05 -04005599 codec->slave_dig_outs = stac92hd83xxx_slave_dig_outs;
Matthew Ranostayd0513fc2008-07-27 10:30:30 +02005600 spec->digbeep_nid = 0x21;
Matthew Ranostayd0513fc2008-07-27 10:30:30 +02005601 spec->pwr_nids = stac92hd83xxx_pwr_nids;
Matthew Ranostayd0513fc2008-07-27 10:30:30 +02005602 spec->num_pwrs = ARRAY_SIZE(stac92hd83xxx_pwr_nids);
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01005603 spec->multiout.dac_nids = spec->dac_nids;
Matthew Ranostayd0513fc2008-07-27 10:30:30 +02005604 spec->init = stac92hd83xxx_core_init;
Takashi Iwai6479c632009-07-28 18:20:25 +02005605
Matthew Ranostayd0513fc2008-07-27 10:30:30 +02005606 spec->board_config = snd_hda_check_board_config(codec,
5607 STAC_92HD83XXX_MODELS,
5608 stac92hd83xxx_models,
5609 stac92hd83xxx_cfg_tbl);
Vitaliy Kulikov5556e142012-02-27 16:47:37 -06005610 /* check codec subsystem id if not found */
5611 if (spec->board_config < 0)
5612 spec->board_config =
5613 snd_hda_check_board_codec_sid_config(codec,
5614 STAC_92HD83XXX_MODELS, stac92hd83xxx_models,
5615 stac92hd83xxx_codec_id_cfg_tbl);
Matthew Ranostayd0513fc2008-07-27 10:30:30 +02005616again:
Takashi Iwai330ee992009-02-20 14:33:36 +01005617 if (spec->board_config < 0)
Takashi Iwai9a11f1a2009-07-28 16:01:20 +02005618 snd_printdd(KERN_INFO "hda_codec: %s: BIOS auto-probing.\n",
5619 codec->chip_name);
Takashi Iwai330ee992009-02-20 14:33:36 +01005620 else
5621 stac92xx_set_config_regs(codec,
Takashi Iwaiaf9f3412008-11-18 10:38:56 +01005622 stac92hd83xxx_brd_tbl[spec->board_config]);
Matthew Ranostayd0513fc2008-07-27 10:30:30 +02005623
Takashi Iwaib4e81872009-11-18 17:20:24 +01005624 codec->patch_ops = stac92xx_patch_ops;
5625
Vitaliy Kulikov5556e142012-02-27 16:47:37 -06005626 switch (spec->board_config) {
5627 case STAC_HP_ZEPHYR:
5628 spec->init = stac92hd83xxx_hp_zephyr_init;
5629 break;
Takashi Iwaia3e19972012-07-26 08:17:20 +02005630 case STAC_92HD83XXX_HP_LED:
Takashi Iwaiff8a1e22012-07-31 10:16:59 +02005631 default_polarity = 0;
5632 break;
5633 case STAC_92HD83XXX_HP_INV_LED:
Takashi Iwaia3e19972012-07-26 08:17:20 +02005634 default_polarity = 1;
5635 break;
Takashi Iwai62cbde12012-09-14 11:58:54 +02005636 case STAC_92HD83XXX_HP_MIC_LED:
5637 spec->mic_mute_led_gpio = 0x08; /* GPIO3 */
5638 break;
Vitaliy Kulikov5556e142012-02-27 16:47:37 -06005639 }
5640
Takashi Iwaia3e19972012-07-26 08:17:20 +02005641 if (find_mute_led_cfg(codec, default_polarity))
Vitaliy Kulikove108c7b2010-01-28 19:21:07 +01005642 snd_printd("mute LED gpio %d polarity %d\n",
5643 spec->gpio_led,
5644 spec->gpio_led_polarity);
5645
Takashi Iwaib4e81872009-11-18 17:20:24 +01005646 if (spec->gpio_led) {
Takashi Iwaif1a73742011-12-04 13:44:06 +01005647 if (!spec->vref_mute_led_nid) {
Vitaliy Kulikov45eebda2011-07-26 16:56:20 -05005648 spec->gpio_mask |= spec->gpio_led;
5649 spec->gpio_dir |= spec->gpio_led;
5650 spec->gpio_data |= spec->gpio_led;
5651 } else {
5652 codec->patch_ops.set_power_state =
5653 stac92xx_set_power_state;
Vitaliy Kulikov45eebda2011-07-26 16:56:20 -05005654 }
Takashi Iwaib4e81872009-11-18 17:20:24 +01005655 }
Takashi Iwaib4e81872009-11-18 17:20:24 +01005656
Takashi Iwai62cbde12012-09-14 11:58:54 +02005657 if (spec->mic_mute_led_gpio) {
5658 spec->gpio_mask |= spec->mic_mute_led_gpio;
5659 spec->gpio_dir |= spec->mic_mute_led_gpio;
5660 spec->mic_mute_led_on = true;
5661 spec->gpio_data |= spec->mic_mute_led_gpio;
5662 }
5663
Charles Chin9009b0e2011-11-03 10:27:27 +01005664 err = stac92xx_parse_auto_config(codec);
Matthew Ranostayd0513fc2008-07-27 10:30:30 +02005665 if (!err) {
5666 if (spec->board_config < 0) {
5667 printk(KERN_WARNING "hda_codec: No auto-config is "
5668 "available, default to model=ref\n");
5669 spec->board_config = STAC_92HD83XXX_REF;
5670 goto again;
5671 }
5672 err = -EINVAL;
5673 }
5674
5675 if (err < 0) {
5676 stac92xx_free(codec);
5677 return err;
5678 }
5679
Takashi Iwai2d34e1b2008-11-28 14:35:16 +01005680 codec->proc_widget_hook = stac92hd_proc_hook;
5681
Matthew Ranostayd0513fc2008-07-27 10:30:30 +02005682 return 0;
5683}
5684
Herton Ronaldo Krzesinski6df703a2009-02-04 11:34:22 -05005685static int stac92hd71bxx_connected_smuxes(struct hda_codec *codec,
5686 hda_nid_t dig0pin)
5687{
5688 struct sigmatel_spec *spec = codec->spec;
5689 int idx;
5690
5691 for (idx = 0; idx < spec->num_pins; idx++)
5692 if (spec->pin_nids[idx] == dig0pin)
5693 break;
5694 if ((idx + 2) >= spec->num_pins)
5695 return 0;
5696
5697 /* dig1pin case */
Takashi Iwai330ee992009-02-20 14:33:36 +01005698 if (stac_get_defcfg_connect(codec, idx + 1) != AC_JACK_PORT_NONE)
Herton Ronaldo Krzesinski6df703a2009-02-04 11:34:22 -05005699 return 2;
5700
5701 /* dig0pin + dig2pin case */
Takashi Iwai330ee992009-02-20 14:33:36 +01005702 if (stac_get_defcfg_connect(codec, idx + 2) != AC_JACK_PORT_NONE)
Herton Ronaldo Krzesinski6df703a2009-02-04 11:34:22 -05005703 return 2;
Takashi Iwai330ee992009-02-20 14:33:36 +01005704 if (stac_get_defcfg_connect(codec, idx) != AC_JACK_PORT_NONE)
Herton Ronaldo Krzesinski6df703a2009-02-04 11:34:22 -05005705 return 1;
5706 else
5707 return 0;
5708}
5709
Takashi Iwai75d1aeb2009-12-22 11:56:32 +01005710/* HP dv7 bass switch - GPIO5 */
5711#define stac_hp_bass_gpio_info snd_ctl_boolean_mono_info
5712static int stac_hp_bass_gpio_get(struct snd_kcontrol *kcontrol,
5713 struct snd_ctl_elem_value *ucontrol)
5714{
5715 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
5716 struct sigmatel_spec *spec = codec->spec;
5717 ucontrol->value.integer.value[0] = !!(spec->gpio_data & 0x20);
5718 return 0;
5719}
5720
5721static int stac_hp_bass_gpio_put(struct snd_kcontrol *kcontrol,
5722 struct snd_ctl_elem_value *ucontrol)
5723{
5724 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
5725 struct sigmatel_spec *spec = codec->spec;
5726 unsigned int gpio_data;
5727
5728 gpio_data = (spec->gpio_data & ~0x20) |
5729 (ucontrol->value.integer.value[0] ? 0x20 : 0);
5730 if (gpio_data == spec->gpio_data)
5731 return 0;
5732 spec->gpio_data = gpio_data;
5733 stac_gpio_set(codec, spec->gpio_mask, spec->gpio_dir, spec->gpio_data);
5734 return 1;
5735}
5736
Takashi Iwai2b635362011-05-02 12:33:43 +02005737static const struct snd_kcontrol_new stac_hp_bass_sw_ctrl = {
Takashi Iwai75d1aeb2009-12-22 11:56:32 +01005738 .iface = SNDRV_CTL_ELEM_IFACE_MIXER,
5739 .info = stac_hp_bass_gpio_info,
5740 .get = stac_hp_bass_gpio_get,
5741 .put = stac_hp_bass_gpio_put,
5742};
5743
5744static int stac_add_hp_bass_switch(struct hda_codec *codec)
5745{
5746 struct sigmatel_spec *spec = codec->spec;
5747
5748 if (!stac_control_new(spec, &stac_hp_bass_sw_ctrl,
5749 "Bass Speaker Playback Switch", 0))
5750 return -ENOMEM;
5751
5752 spec->gpio_mask |= 0x20;
5753 spec->gpio_dir |= 0x20;
5754 spec->gpio_data |= 0x20;
5755 return 0;
5756}
5757
Matthew Ranostaye035b842007-11-06 11:53:55 +01005758static int patch_stac92hd71bxx(struct hda_codec *codec)
5759{
5760 struct sigmatel_spec *spec;
Takashi Iwai2b635362011-05-02 12:33:43 +02005761 const struct hda_verb *unmute_init = stac92hd71bxx_unmute_core_init;
Vitaliy Kulikov5bdaaad2009-11-04 07:57:45 +01005762 unsigned int pin_cfg;
Matthew Ranostaye035b842007-11-06 11:53:55 +01005763 int err = 0;
5764
5765 spec = kzalloc(sizeof(*spec), GFP_KERNEL);
5766 if (spec == NULL)
5767 return -ENOMEM;
5768
Takashi Iwaia252c812009-12-25 22:56:20 +01005769 codec->no_trigger_sense = 1;
Matthew Ranostaye035b842007-11-06 11:53:55 +01005770 codec->spec = spec;
Daniel J Blueman1b0e3722010-08-03 11:09:13 +01005771 spec->linear_tone_beep = 0;
Matthew Ranostay8daaaa92008-08-15 07:45:52 +02005772 codec->patch_ops = stac92xx_patch_ops;
Herton Ronaldo Krzesinski616f89e2009-02-04 11:23:19 -05005773 spec->num_pins = STAC92HD71BXX_NUM_PINS;
5774 switch (codec->vendor_id) {
5775 case 0x111d76b6:
5776 case 0x111d76b7:
5777 spec->pin_nids = stac92hd71bxx_pin_nids_4port;
5778 break;
5779 case 0x111d7603:
5780 case 0x111d7608:
5781 /* On 92HD75Bx 0x27 isn't a pin nid */
5782 spec->num_pins--;
5783 /* fallthrough */
5784 default:
5785 spec->pin_nids = stac92hd71bxx_pin_nids_6port;
5786 }
Matthew Ranostayaafc4412008-06-13 18:04:33 +02005787 spec->num_pwrs = ARRAY_SIZE(stac92hd71bxx_pwr_nids);
Matthew Ranostaye035b842007-11-06 11:53:55 +01005788 spec->board_config = snd_hda_check_board_config(codec,
5789 STAC_92HD71BXX_MODELS,
5790 stac92hd71bxx_models,
5791 stac92hd71bxx_cfg_tbl);
5792again:
Takashi Iwai330ee992009-02-20 14:33:36 +01005793 if (spec->board_config < 0)
Takashi Iwai9a11f1a2009-07-28 16:01:20 +02005794 snd_printdd(KERN_INFO "hda_codec: %s: BIOS auto-probing.\n",
5795 codec->chip_name);
Takashi Iwai330ee992009-02-20 14:33:36 +01005796 else
5797 stac92xx_set_config_regs(codec,
Takashi Iwaiaf9f3412008-11-18 10:38:56 +01005798 stac92hd71bxx_brd_tbl[spec->board_config]);
Matthew Ranostaye035b842007-11-06 11:53:55 +01005799
Takashi Iwaifc64b262009-09-14 15:33:01 +02005800 if (spec->board_config != STAC_92HD71BXX_REF) {
Takashi Iwai41c3b642008-11-18 10:45:15 +01005801 /* GPIO0 = EAPD */
5802 spec->gpio_mask = 0x01;
5803 spec->gpio_dir = 0x01;
5804 spec->gpio_data = 0x01;
5805 }
5806
Herton Ronaldo Krzesinski6df703a2009-02-04 11:34:22 -05005807 spec->dmic_nids = stac92hd71bxx_dmic_nids;
5808 spec->dmux_nids = stac92hd71bxx_dmux_nids;
5809
Takashi Iwai6479c632009-07-28 18:20:25 +02005810 spec->num_caps = STAC92HD71BXX_NUM_CAPS;
5811 spec->capvols = stac92hd71bxx_capvols;
5812 spec->capsws = stac92hd71bxx_capsws;
5813
Matthew Ranostay541eee82007-12-14 12:08:04 +01005814 switch (codec->vendor_id) {
5815 case 0x111d76b6: /* 4 Port without Analog Mixer */
5816 case 0x111d76b7:
Herton Ronaldo Krzesinski23c7b522009-02-08 19:51:28 -02005817 unmute_init++;
5818 /* fallthru */
Matthew Ranostay541eee82007-12-14 12:08:04 +01005819 case 0x111d76b4: /* 6 Port without Analog Mixer */
5820 case 0x111d76b5:
Matthew Ranostay0ffa9802008-09-08 11:20:05 -04005821 codec->slave_dig_outs = stac92hd71bxx_slave_dig_outs;
Vitaliy Kulikovab5a6eb2010-09-08 09:00:17 +02005822 spec->num_dmics = stac92xx_connected_ports(codec,
Herton Ronaldo Krzesinski6df703a2009-02-04 11:34:22 -05005823 stac92hd71bxx_dmic_nids,
5824 STAC92HD71BXX_NUM_DMICS);
Matthew Ranostay541eee82007-12-14 12:08:04 +01005825 break;
Matthew Ranostayaafc4412008-06-13 18:04:33 +02005826 case 0x111d7608: /* 5 Port with Analog Mixer */
Takashi Iwai8e5f2622008-11-15 19:28:54 +01005827 switch (spec->board_config) {
5828 case STAC_HP_M4:
Matthew Ranostay72474be2008-10-09 09:32:17 -04005829 /* Enable VREF power saving on GPIO1 detect */
Takashi Iwai3a938972011-10-28 01:16:55 +02005830 err = stac_add_event(codec, codec->afg,
Takashi Iwaic6e4c662008-11-25 11:58:19 +01005831 STAC_VREF_EVENT, 0x02);
5832 if (err < 0)
5833 return err;
Takashi Iwaic5d08bb2008-11-18 10:55:36 +01005834 snd_hda_codec_write_cache(codec, codec->afg, 0,
Matthew Ranostay72474be2008-10-09 09:32:17 -04005835 AC_VERB_SET_GPIO_UNSOLICITED_RSP_MASK, 0x02);
Takashi Iwai3a938972011-10-28 01:16:55 +02005836 snd_hda_jack_detect_enable(codec, codec->afg, 0);
Matthew Ranostay72474be2008-10-09 09:32:17 -04005837 spec->gpio_mask |= 0x02;
5838 break;
5839 }
Matthew Ranostay8daaaa92008-08-15 07:45:52 +02005840 if ((codec->revision_id & 0xf) == 0 ||
Takashi Iwai8c2f7672008-12-01 11:54:35 +01005841 (codec->revision_id & 0xf) == 1)
Matthew Ranostay8daaaa92008-08-15 07:45:52 +02005842 spec->stream_delay = 40; /* 40 milliseconds */
Matthew Ranostay8daaaa92008-08-15 07:45:52 +02005843
Matthew Ranostayaafc4412008-06-13 18:04:33 +02005844 /* disable VSW */
Matthew Ranostayca8d33f2009-01-26 09:33:52 -05005845 unmute_init++;
Takashi Iwai330ee992009-02-20 14:33:36 +01005846 snd_hda_codec_set_pincfg(codec, 0x0f, 0x40f000f0);
5847 snd_hda_codec_set_pincfg(codec, 0x19, 0x40f000f3);
Takashi Iwai2b635362011-05-02 12:33:43 +02005848 spec->dmic_nids = stac92hd71bxx_dmic_5port_nids;
Vitaliy Kulikovab5a6eb2010-09-08 09:00:17 +02005849 spec->num_dmics = stac92xx_connected_ports(codec,
Takashi Iwai2b635362011-05-02 12:33:43 +02005850 stac92hd71bxx_dmic_5port_nids,
Herton Ronaldo Krzesinski6df703a2009-02-04 11:34:22 -05005851 STAC92HD71BXX_NUM_DMICS - 1);
Matthew Ranostayaafc4412008-06-13 18:04:33 +02005852 break;
5853 case 0x111d7603: /* 6 Port with Analog Mixer */
Takashi Iwai8c2f7672008-12-01 11:54:35 +01005854 if ((codec->revision_id & 0xf) == 1)
Matthew Ranostay8daaaa92008-08-15 07:45:52 +02005855 spec->stream_delay = 40; /* 40 milliseconds */
Matthew Ranostay8daaaa92008-08-15 07:45:52 +02005856
Matthew Ranostayaafc4412008-06-13 18:04:33 +02005857 /* fallthru */
Matthew Ranostay541eee82007-12-14 12:08:04 +01005858 default:
Matthew Ranostay0ffa9802008-09-08 11:20:05 -04005859 codec->slave_dig_outs = stac92hd71bxx_slave_dig_outs;
Vitaliy Kulikovab5a6eb2010-09-08 09:00:17 +02005860 spec->num_dmics = stac92xx_connected_ports(codec,
Herton Ronaldo Krzesinski6df703a2009-02-04 11:34:22 -05005861 stac92hd71bxx_dmic_nids,
5862 STAC92HD71BXX_NUM_DMICS);
Takashi Iwai5207e102009-07-30 13:09:08 +02005863 break;
Matthew Ranostay541eee82007-12-14 12:08:04 +01005864 }
5865
David Henningsson5e68fb32012-08-16 14:11:09 +02005866 if (get_wcaps_type(get_wcaps(codec, 0x28)) == AC_WID_VOL_KNB)
5867 spec->init = stac92hd71bxx_core_init;
5868
Matthew Ranostayca8d33f2009-01-26 09:33:52 -05005869 if (get_wcaps(codec, 0xa) & AC_WCAP_IN_AMP)
5870 snd_hda_sequence_write_cache(codec, unmute_init);
5871
Takashi Iwaid78d7a92009-03-02 14:26:25 +01005872 spec->aloopback_ctl = stac92hd71bxx_loopback;
Matthew Ranostay4b33c762008-10-10 09:07:23 -04005873 spec->aloopback_mask = 0x50;
Matthew Ranostay541eee82007-12-14 12:08:04 +01005874 spec->aloopback_shift = 0;
5875
Matthew Ranostay8daaaa92008-08-15 07:45:52 +02005876 spec->powerdown_adcs = 1;
Matthew Ranostay1cd22242008-07-18 18:20:52 +02005877 spec->digbeep_nid = 0x26;
Matthew Ranostaye035b842007-11-06 11:53:55 +01005878 spec->mux_nids = stac92hd71bxx_mux_nids;
5879 spec->adc_nids = stac92hd71bxx_adc_nids;
Matthew Ranostayd9737752008-09-07 12:03:41 +02005880 spec->smux_nids = stac92hd71bxx_smux_nids;
Matthew Ranostayaafc4412008-06-13 18:04:33 +02005881 spec->pwr_nids = stac92hd71bxx_pwr_nids;
Matthew Ranostaye035b842007-11-06 11:53:55 +01005882
5883 spec->num_muxes = ARRAY_SIZE(stac92hd71bxx_mux_nids);
5884 spec->num_adcs = ARRAY_SIZE(stac92hd71bxx_adc_nids);
Takashi Iwai5207e102009-07-30 13:09:08 +02005885 spec->num_dmuxes = ARRAY_SIZE(stac92hd71bxx_dmux_nids);
Herton Ronaldo Krzesinski6df703a2009-02-04 11:34:22 -05005886 spec->num_smuxes = stac92hd71bxx_connected_smuxes(codec, 0x1e);
Matthew Ranostaye035b842007-11-06 11:53:55 +01005887
Kunal Gangakhedkard38cce72010-01-15 21:01:47 +05305888 snd_printdd("Found board config: %d\n", spec->board_config);
5889
Matthew Ranostay6a14f582008-09-12 12:02:30 -04005890 switch (spec->board_config) {
5891 case STAC_HP_M4:
Matthew Ranostay6a14f582008-09-12 12:02:30 -04005892 /* enable internal microphone */
Takashi Iwai330ee992009-02-20 14:33:36 +01005893 snd_hda_codec_set_pincfg(codec, 0x0e, 0x01813040);
Matthew Ranostayb9aea712008-10-09 08:37:28 -04005894 stac92xx_auto_set_pinctl(codec, 0x0e,
5895 AC_PINCTL_IN_EN | AC_PINCTL_VREF_80);
Matthew Ranostay3a7abfd2008-11-20 21:21:43 -05005896 /* fallthru */
5897 case STAC_DELL_M4_2:
5898 spec->num_dmics = 0;
5899 spec->num_smuxes = 0;
5900 spec->num_dmuxes = 0;
5901 break;
5902 case STAC_DELL_M4_1:
5903 case STAC_DELL_M4_3:
5904 spec->num_dmics = 1;
5905 spec->num_smuxes = 0;
Takashi Iwaiea18aa42009-02-27 17:36:33 +01005906 spec->num_dmuxes = 1;
Matthew Ranostay6a14f582008-09-12 12:02:30 -04005907 break;
James Gardiner514bf542009-05-03 04:00:44 -04005908 case STAC_HP_DV4_1222NR:
5909 spec->num_dmics = 1;
5910 /* I don't know if it needs 1 or 2 smuxes - will wait for
5911 * bug reports to fix if needed
5912 */
5913 spec->num_smuxes = 1;
5914 spec->num_dmuxes = 1;
James Gardiner514bf542009-05-03 04:00:44 -04005915 /* fallthrough */
Takashi Iwai2a6ce6e2010-05-12 10:16:20 +02005916 case STAC_HP_DV4:
5917 spec->gpio_led = 0x01;
5918 /* fallthrough */
Herton Ronaldo Krzesinskie2ea57a2009-02-16 10:23:00 +01005919 case STAC_HP_DV5:
Takashi Iwai330ee992009-02-20 14:33:36 +01005920 snd_hda_codec_set_pincfg(codec, 0x0d, 0x90170010);
Herton Ronaldo Krzesinskie2ea57a2009-02-16 10:23:00 +01005921 stac92xx_auto_set_pinctl(codec, 0x0d, AC_PINCTL_OUT_EN);
Takashi Iwai6e34c032009-09-14 15:42:18 +02005922 /* HP dv6 gives the headphone pin as a line-out. Thus we
5923 * need to set hp_detect flag here to force to enable HP
5924 * detection.
5925 */
5926 spec->hp_detect = 1;
Herton Ronaldo Krzesinskie2ea57a2009-02-16 10:23:00 +01005927 break;
Christoph Plattnerae6241f2009-03-08 23:19:05 +01005928 case STAC_HP_HDX:
5929 spec->num_dmics = 1;
5930 spec->num_dmuxes = 1;
5931 spec->num_smuxes = 1;
Takashi Iwai26ebe0a2010-05-11 08:36:29 +02005932 spec->gpio_led = 0x08;
Takashi Iwai86d190e2009-05-26 15:18:58 +02005933 break;
5934 }
Christoph Plattner443e26d2009-03-10 00:05:56 +01005935
Vitaliy Kulikovc357aab2009-12-11 07:51:54 +01005936 if (hp_blike_system(codec->subsystem_id)) {
Vitaliy Kulikov5bdaaad2009-11-04 07:57:45 +01005937 pin_cfg = snd_hda_codec_get_pincfg(codec, 0x0f);
5938 if (get_defcfg_device(pin_cfg) == AC_JACK_LINE_OUT ||
5939 get_defcfg_device(pin_cfg) == AC_JACK_SPEAKER ||
5940 get_defcfg_device(pin_cfg) == AC_JACK_HP_OUT) {
5941 /* It was changed in the BIOS to just satisfy MS DTM.
5942 * Lets turn it back into slaved HP
5943 */
5944 pin_cfg = (pin_cfg & (~AC_DEFCFG_DEVICE))
5945 | (AC_JACK_HP_OUT <<
5946 AC_DEFCFG_DEVICE_SHIFT);
5947 pin_cfg = (pin_cfg & (~(AC_DEFCFG_DEF_ASSOC
5948 | AC_DEFCFG_SEQUENCE)))
5949 | 0x1f;
5950 snd_hda_codec_set_pincfg(codec, 0x0f, pin_cfg);
5951 }
5952 }
5953
Vitaliy Kulikov6a557c92011-12-12 17:35:13 -06005954 if (find_mute_led_cfg(codec, 1))
Vitaliy Kulikovc357aab2009-12-11 07:51:54 +01005955 snd_printd("mute LED gpio %d polarity %d\n",
5956 spec->gpio_led,
5957 spec->gpio_led_polarity);
Vitaliy Kulikov5bdaaad2009-11-04 07:57:45 +01005958
Takashi Iwai86d190e2009-05-26 15:18:58 +02005959 if (spec->gpio_led) {
Takashi Iwaif1a73742011-12-04 13:44:06 +01005960 if (!spec->vref_mute_led_nid) {
Vitaliy Kulikov45eebda2011-07-26 16:56:20 -05005961 spec->gpio_mask |= spec->gpio_led;
5962 spec->gpio_dir |= spec->gpio_led;
5963 spec->gpio_data |= spec->gpio_led;
5964 } else {
5965 codec->patch_ops.set_power_state =
5966 stac92xx_set_power_state;
Vitaliy Kulikov45eebda2011-07-26 16:56:20 -05005967 }
Takashi Iwai86d190e2009-05-26 15:18:58 +02005968 }
Matthew Ranostay6a14f582008-09-12 12:02:30 -04005969
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01005970 spec->multiout.dac_nids = spec->dac_nids;
Matthew Ranostaye035b842007-11-06 11:53:55 +01005971
Charles Chin9009b0e2011-11-03 10:27:27 +01005972 err = stac92xx_parse_auto_config(codec);
Matthew Ranostaye035b842007-11-06 11:53:55 +01005973 if (!err) {
5974 if (spec->board_config < 0) {
5975 printk(KERN_WARNING "hda_codec: No auto-config is "
5976 "available, default to model=ref\n");
5977 spec->board_config = STAC_92HD71BXX_REF;
5978 goto again;
5979 }
5980 err = -EINVAL;
5981 }
5982
5983 if (err < 0) {
5984 stac92xx_free(codec);
5985 return err;
5986 }
5987
Takashi Iwai75d1aeb2009-12-22 11:56:32 +01005988 /* enable bass on HP dv7 */
Takashi Iwai2a6ce6e2010-05-12 10:16:20 +02005989 if (spec->board_config == STAC_HP_DV4 ||
5990 spec->board_config == STAC_HP_DV5) {
Takashi Iwai75d1aeb2009-12-22 11:56:32 +01005991 unsigned int cap;
5992 cap = snd_hda_param_read(codec, 0x1, AC_PAR_GPIO_CAP);
5993 cap &= AC_GPIO_IO_COUNT;
5994 if (cap >= 6)
5995 stac_add_hp_bass_switch(codec);
5996 }
5997
Takashi Iwai2d34e1b2008-11-28 14:35:16 +01005998 codec->proc_widget_hook = stac92hd7x_proc_hook;
5999
Matthew Ranostaye035b842007-11-06 11:53:55 +01006000 return 0;
Takashi Iwai86d190e2009-05-26 15:18:58 +02006001}
Matthew Ranostaye035b842007-11-06 11:53:55 +01006002
Matt2f2f4252005-04-13 14:45:30 +02006003static int patch_stac922x(struct hda_codec *codec)
6004{
6005 struct sigmatel_spec *spec;
Mattc7d4b2f2005-06-27 14:59:41 +02006006 int err;
Matt2f2f4252005-04-13 14:45:30 +02006007
Takashi Iwaie560d8d2005-09-09 14:21:46 +02006008 spec = kzalloc(sizeof(*spec), GFP_KERNEL);
Matt2f2f4252005-04-13 14:45:30 +02006009 if (spec == NULL)
6010 return -ENOMEM;
6011
Takashi Iwaia252c812009-12-25 22:56:20 +01006012 codec->no_trigger_sense = 1;
Matt2f2f4252005-04-13 14:45:30 +02006013 codec->spec = spec;
Daniel J Blueman1b0e3722010-08-03 11:09:13 +01006014 spec->linear_tone_beep = 1;
Takashi Iwaia4eed132007-07-06 18:17:04 +02006015 spec->num_pins = ARRAY_SIZE(stac922x_pin_nids);
Richard Fish11b44bb2006-08-23 18:31:34 +02006016 spec->pin_nids = stac922x_pin_nids;
Takashi Iwaif5fcc132006-11-24 17:07:44 +01006017 spec->board_config = snd_hda_check_board_config(codec, STAC_922X_MODELS,
6018 stac922x_models,
6019 stac922x_cfg_tbl);
Nicolas Boichat536319a2008-07-21 22:18:01 +08006020 if (spec->board_config == STAC_INTEL_MAC_AUTO) {
Matthew Ranostay4fe51952008-01-29 15:28:44 +01006021 spec->gpio_mask = spec->gpio_dir = 0x03;
6022 spec->gpio_data = 0x03;
Takashi Iwai3fc24d82007-02-16 13:27:18 +01006023 /* Intel Macs have all same PCI SSID, so we need to check
6024 * codec SSID to distinguish the exact models
6025 */
Nicolas Boichat6f0778d2007-03-15 12:38:15 +01006026 printk(KERN_INFO "hda_codec: STAC922x, Apple subsys_id=%x\n", codec->subsystem_id);
Takashi Iwai3fc24d82007-02-16 13:27:18 +01006027 switch (codec->subsystem_id) {
Ivan N. Zlatev5d5d3bc2007-05-29 16:03:00 +02006028
6029 case 0x106b0800:
6030 spec->board_config = STAC_INTEL_MAC_V1;
Abhijit Bhopatkarc45e20e2007-04-17 11:57:16 +02006031 break;
Ivan N. Zlatev5d5d3bc2007-05-29 16:03:00 +02006032 case 0x106b0600:
6033 case 0x106b0700:
6034 spec->board_config = STAC_INTEL_MAC_V2;
Nicolas Boichat6f0778d2007-03-15 12:38:15 +01006035 break;
Ivan N. Zlatev5d5d3bc2007-05-29 16:03:00 +02006036 case 0x106b0e00:
6037 case 0x106b0f00:
6038 case 0x106b1600:
6039 case 0x106b1700:
6040 case 0x106b0200:
6041 case 0x106b1e00:
6042 spec->board_config = STAC_INTEL_MAC_V3;
Takashi Iwai3fc24d82007-02-16 13:27:18 +01006043 break;
Ivan N. Zlatev5d5d3bc2007-05-29 16:03:00 +02006044 case 0x106b1a00:
6045 case 0x00000100:
6046 spec->board_config = STAC_INTEL_MAC_V4;
Sylvain FORETf16928f2007-04-27 14:22:36 +02006047 break;
Ivan N. Zlatev5d5d3bc2007-05-29 16:03:00 +02006048 case 0x106b0a00:
6049 case 0x106b2200:
6050 spec->board_config = STAC_INTEL_MAC_V5;
Takashi Iwai0dae0f82007-05-21 12:41:29 +02006051 break;
Nicolas Boichat536319a2008-07-21 22:18:01 +08006052 default:
6053 spec->board_config = STAC_INTEL_MAC_V3;
6054 break;
Takashi Iwai3fc24d82007-02-16 13:27:18 +01006055 }
6056 }
6057
Takashi Iwai9e507ab2007-02-08 17:50:10 +01006058 again:
Takashi Iwai330ee992009-02-20 14:33:36 +01006059 if (spec->board_config < 0)
Takashi Iwai9a11f1a2009-07-28 16:01:20 +02006060 snd_printdd(KERN_INFO "hda_codec: %s: BIOS auto-probing.\n",
6061 codec->chip_name);
Takashi Iwai330ee992009-02-20 14:33:36 +01006062 else
6063 stac92xx_set_config_regs(codec,
Takashi Iwaiaf9f3412008-11-18 10:38:56 +01006064 stac922x_brd_tbl[spec->board_config]);
Matt2f2f4252005-04-13 14:45:30 +02006065
Matt2f2f4252005-04-13 14:45:30 +02006066 spec->adc_nids = stac922x_adc_nids;
6067 spec->mux_nids = stac922x_mux_nids;
Takashi Iwai25494132007-03-12 12:36:16 +01006068 spec->num_muxes = ARRAY_SIZE(stac922x_mux_nids);
Maxim Levitsky9e05b7a2007-09-03 15:31:02 +02006069 spec->num_adcs = ARRAY_SIZE(stac922x_adc_nids);
Matt Porter8b657272006-10-26 17:12:59 +02006070 spec->num_dmics = 0;
Matthew Ranostaya64135a2008-01-10 16:55:06 +01006071 spec->num_pwrs = 0;
Mattc7d4b2f2005-06-27 14:59:41 +02006072
6073 spec->init = stac922x_core_init;
Takashi Iwai6479c632009-07-28 18:20:25 +02006074
6075 spec->num_caps = STAC922X_NUM_CAPS;
6076 spec->capvols = stac922x_capvols;
6077 spec->capsws = stac922x_capsws;
Mattc7d4b2f2005-06-27 14:59:41 +02006078
6079 spec->multiout.dac_nids = spec->dac_nids;
Takashi Iwai19039bd2006-06-28 15:52:16 +02006080
Charles Chin9009b0e2011-11-03 10:27:27 +01006081 err = stac92xx_parse_auto_config(codec);
Takashi Iwai9e507ab2007-02-08 17:50:10 +01006082 if (!err) {
6083 if (spec->board_config < 0) {
6084 printk(KERN_WARNING "hda_codec: No auto-config is "
6085 "available, default to model=ref\n");
6086 spec->board_config = STAC_D945_REF;
6087 goto again;
6088 }
6089 err = -EINVAL;
6090 }
Matt Porter3cc08dc2006-01-23 15:27:49 +01006091 if (err < 0) {
6092 stac92xx_free(codec);
6093 return err;
6094 }
6095
6096 codec->patch_ops = stac92xx_patch_ops;
6097
Takashi Iwai807a46362007-05-29 19:01:37 +02006098 /* Fix Mux capture level; max to 2 */
6099 snd_hda_override_amp_caps(codec, 0x12, HDA_OUTPUT,
6100 (0 << AC_AMPCAP_OFFSET_SHIFT) |
6101 (2 << AC_AMPCAP_NUM_STEPS_SHIFT) |
6102 (0x27 << AC_AMPCAP_STEP_SIZE_SHIFT) |
6103 (0 << AC_AMPCAP_MUTE_SHIFT));
6104
Matt Porter3cc08dc2006-01-23 15:27:49 +01006105 return 0;
6106}
6107
6108static int patch_stac927x(struct hda_codec *codec)
6109{
6110 struct sigmatel_spec *spec;
6111 int err;
6112
6113 spec = kzalloc(sizeof(*spec), GFP_KERNEL);
6114 if (spec == NULL)
6115 return -ENOMEM;
6116
Takashi Iwaia252c812009-12-25 22:56:20 +01006117 codec->no_trigger_sense = 1;
Matt Porter3cc08dc2006-01-23 15:27:49 +01006118 codec->spec = spec;
Daniel J Blueman1b0e3722010-08-03 11:09:13 +01006119 spec->linear_tone_beep = 1;
Matthew Ranostay45c1d852009-02-04 17:49:41 -05006120 codec->slave_dig_outs = stac927x_slave_dig_outs;
Takashi Iwaia4eed132007-07-06 18:17:04 +02006121 spec->num_pins = ARRAY_SIZE(stac927x_pin_nids);
Richard Fish11b44bb2006-08-23 18:31:34 +02006122 spec->pin_nids = stac927x_pin_nids;
Takashi Iwaif5fcc132006-11-24 17:07:44 +01006123 spec->board_config = snd_hda_check_board_config(codec, STAC_927X_MODELS,
6124 stac927x_models,
6125 stac927x_cfg_tbl);
Takashi Iwai9e507ab2007-02-08 17:50:10 +01006126 again:
Takashi Iwai330ee992009-02-20 14:33:36 +01006127 if (spec->board_config < 0)
Takashi Iwai9a11f1a2009-07-28 16:01:20 +02006128 snd_printdd(KERN_INFO "hda_codec: %s: BIOS auto-probing.\n",
6129 codec->chip_name);
Takashi Iwai330ee992009-02-20 14:33:36 +01006130 else
6131 stac92xx_set_config_regs(codec,
Takashi Iwaiaf9f3412008-11-18 10:38:56 +01006132 stac927x_brd_tbl[spec->board_config]);
Matt Porter3cc08dc2006-01-23 15:27:49 +01006133
Matthew Ranostay1cd22242008-07-18 18:20:52 +02006134 spec->digbeep_nid = 0x23;
Matthew Ranostay8e9068b2007-12-17 11:58:13 +01006135 spec->adc_nids = stac927x_adc_nids;
6136 spec->num_adcs = ARRAY_SIZE(stac927x_adc_nids);
6137 spec->mux_nids = stac927x_mux_nids;
6138 spec->num_muxes = ARRAY_SIZE(stac927x_mux_nids);
Matthew Ranostayd9737752008-09-07 12:03:41 +02006139 spec->smux_nids = stac927x_smux_nids;
6140 spec->num_smuxes = ARRAY_SIZE(stac927x_smux_nids);
Matthew Ranostay65973632008-09-16 10:39:37 -04006141 spec->spdif_labels = stac927x_spdif_labels;
Matthew Ranostayb76c8502008-02-06 14:49:44 +01006142 spec->dac_list = stac927x_dac_nids;
Matthew Ranostay8e9068b2007-12-17 11:58:13 +01006143 spec->multiout.dac_nids = spec->dac_nids;
6144
Takashi Iwaiaf6ee302009-09-14 15:03:12 +02006145 if (spec->board_config != STAC_D965_REF) {
6146 /* GPIO0 High = Enable EAPD */
6147 spec->eapd_mask = spec->gpio_mask = 0x01;
6148 spec->gpio_dir = spec->gpio_data = 0x01;
6149 }
6150
Tobin Davis81d3dbd2006-08-22 19:44:45 +02006151 switch (spec->board_config) {
Tobin Davis93ed1502006-09-01 21:03:12 +02006152 case STAC_D965_3ST:
Matthew Ranostay8e9068b2007-12-17 11:58:13 +01006153 case STAC_D965_5ST:
6154 /* GPIO0 High = Enable EAPD */
Matthew Ranostay8e9068b2007-12-17 11:58:13 +01006155 spec->num_dmics = 0;
Tobin Davis93ed1502006-09-01 21:03:12 +02006156 spec->init = d965_core_init;
Tobin Davis81d3dbd2006-08-22 19:44:45 +02006157 break;
Matthew Ranostay8e9068b2007-12-17 11:58:13 +01006158 case STAC_DELL_BIOS:
Matthew Ranostay780c8be2008-04-14 13:32:27 +02006159 switch (codec->subsystem_id) {
6160 case 0x10280209:
6161 case 0x1028022e:
6162 /* correct the device field to SPDIF out */
Takashi Iwai330ee992009-02-20 14:33:36 +01006163 snd_hda_codec_set_pincfg(codec, 0x21, 0x01442070);
Matthew Ranostay780c8be2008-04-14 13:32:27 +02006164 break;
Takashi Iwai86d190e2009-05-26 15:18:58 +02006165 }
Matthew Ranostay03d7ca12008-02-21 07:51:46 +01006166 /* configure the analog microphone on some laptops */
Takashi Iwai330ee992009-02-20 14:33:36 +01006167 snd_hda_codec_set_pincfg(codec, 0x0c, 0x90a79130);
Matthew Ranostay2f32d902008-01-10 13:06:26 +01006168 /* correct the front output jack as a hp out */
Takashi Iwai330ee992009-02-20 14:33:36 +01006169 snd_hda_codec_set_pincfg(codec, 0x0f, 0x0227011f);
Matthew Ranostayc481fca2008-01-07 12:18:28 +01006170 /* correct the front input jack as a mic */
Takashi Iwai330ee992009-02-20 14:33:36 +01006171 snd_hda_codec_set_pincfg(codec, 0x0e, 0x02a79130);
Matthew Ranostayc481fca2008-01-07 12:18:28 +01006172 /* fallthru */
Matthew Ranostay8e9068b2007-12-17 11:58:13 +01006173 case STAC_DELL_3ST:
Takashi Iwaiaf6ee302009-09-14 15:03:12 +02006174 if (codec->subsystem_id != 0x1028022f) {
6175 /* GPIO2 High = Enable EAPD */
6176 spec->eapd_mask = spec->gpio_mask = 0x04;
6177 spec->gpio_dir = spec->gpio_data = 0x04;
6178 }
Matthew Ranostay8e9068b2007-12-17 11:58:13 +01006179 spec->dmic_nids = stac927x_dmic_nids;
6180 spec->num_dmics = STAC927X_NUM_DMICS;
6181
Takashi Iwaiccca7cd2009-10-13 15:32:21 +02006182 spec->init = dell_3st_core_init;
Matthew Ranostay8e9068b2007-12-17 11:58:13 +01006183 spec->dmux_nids = stac927x_dmux_nids;
Takashi Iwai1697055e2007-12-18 18:05:52 +01006184 spec->num_dmuxes = ARRAY_SIZE(stac927x_dmux_nids);
Tobin Davis81d3dbd2006-08-22 19:44:45 +02006185 break;
Takashi Iwai54930532009-10-11 17:38:29 +02006186 case STAC_927X_VOLKNOB:
6187 spec->num_dmics = 0;
6188 spec->init = stac927x_volknob_core_init;
6189 break;
Tobin Davis81d3dbd2006-08-22 19:44:45 +02006190 default:
Matthew Ranostay8e9068b2007-12-17 11:58:13 +01006191 spec->num_dmics = 0;
Tobin Davis81d3dbd2006-08-22 19:44:45 +02006192 spec->init = stac927x_core_init;
Takashi Iwaiaf6ee302009-09-14 15:03:12 +02006193 break;
Tobin Davis81d3dbd2006-08-22 19:44:45 +02006194 }
Matt Porter3cc08dc2006-01-23 15:27:49 +01006195
Takashi Iwai6479c632009-07-28 18:20:25 +02006196 spec->num_caps = STAC927X_NUM_CAPS;
6197 spec->capvols = stac927x_capvols;
6198 spec->capsws = stac927x_capsws;
6199
Matthew Ranostaya64135a2008-01-10 16:55:06 +01006200 spec->num_pwrs = 0;
Takashi Iwaid78d7a92009-03-02 14:26:25 +01006201 spec->aloopback_ctl = stac927x_loopback;
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01006202 spec->aloopback_mask = 0x40;
6203 spec->aloopback_shift = 0;
Matthew Ranostayc0cea0d2008-11-16 11:42:34 -05006204 spec->eapd_switch = 1;
Matthew Ranostay8e9068b2007-12-17 11:58:13 +01006205
Charles Chin9009b0e2011-11-03 10:27:27 +01006206 err = stac92xx_parse_auto_config(codec);
Takashi Iwai9e507ab2007-02-08 17:50:10 +01006207 if (!err) {
6208 if (spec->board_config < 0) {
6209 printk(KERN_WARNING "hda_codec: No auto-config is "
6210 "available, default to model=ref\n");
6211 spec->board_config = STAC_D965_REF;
6212 goto again;
6213 }
6214 err = -EINVAL;
6215 }
Mattc7d4b2f2005-06-27 14:59:41 +02006216 if (err < 0) {
6217 stac92xx_free(codec);
6218 return err;
6219 }
Matt2f2f4252005-04-13 14:45:30 +02006220
6221 codec->patch_ops = stac92xx_patch_ops;
6222
Takashi Iwai2d34e1b2008-11-28 14:35:16 +01006223 codec->proc_widget_hook = stac927x_proc_hook;
6224
Takashi Iwai52987652008-01-16 16:09:47 +01006225 /*
6226 * !!FIXME!!
6227 * The STAC927x seem to require fairly long delays for certain
6228 * command sequences. With too short delays (even if the answer
6229 * is set to RIRB properly), it results in the silence output
6230 * on some hardwares like Dell.
6231 *
6232 * The below flag enables the longer delay (see get_response
6233 * in hda_intel.c).
6234 */
6235 codec->bus->needs_damn_long_delay = 1;
6236
Takashi Iwaie28d8322008-12-17 13:48:29 +01006237 /* no jack detecion for ref-no-jd model */
6238 if (spec->board_config == STAC_D965_REF_NO_JD)
6239 spec->hp_detect = 0;
6240
Matt2f2f4252005-04-13 14:45:30 +02006241 return 0;
6242}
6243
Matt Porterf3302a52006-07-31 12:49:34 +02006244static int patch_stac9205(struct hda_codec *codec)
6245{
6246 struct sigmatel_spec *spec;
Takashi Iwai82599802007-07-31 15:56:24 +02006247 int err;
Matt Porterf3302a52006-07-31 12:49:34 +02006248
6249 spec = kzalloc(sizeof(*spec), GFP_KERNEL);
6250 if (spec == NULL)
6251 return -ENOMEM;
6252
Takashi Iwaia252c812009-12-25 22:56:20 +01006253 codec->no_trigger_sense = 1;
Matt Porterf3302a52006-07-31 12:49:34 +02006254 codec->spec = spec;
Daniel J Blueman1b0e3722010-08-03 11:09:13 +01006255 spec->linear_tone_beep = 1;
Takashi Iwaia4eed132007-07-06 18:17:04 +02006256 spec->num_pins = ARRAY_SIZE(stac9205_pin_nids);
Richard Fish11b44bb2006-08-23 18:31:34 +02006257 spec->pin_nids = stac9205_pin_nids;
Takashi Iwaif5fcc132006-11-24 17:07:44 +01006258 spec->board_config = snd_hda_check_board_config(codec, STAC_9205_MODELS,
6259 stac9205_models,
6260 stac9205_cfg_tbl);
Takashi Iwai9e507ab2007-02-08 17:50:10 +01006261 again:
Takashi Iwai330ee992009-02-20 14:33:36 +01006262 if (spec->board_config < 0)
Takashi Iwai9a11f1a2009-07-28 16:01:20 +02006263 snd_printdd(KERN_INFO "hda_codec: %s: BIOS auto-probing.\n",
6264 codec->chip_name);
Takashi Iwai330ee992009-02-20 14:33:36 +01006265 else
6266 stac92xx_set_config_regs(codec,
Takashi Iwaiaf9f3412008-11-18 10:38:56 +01006267 stac9205_brd_tbl[spec->board_config]);
Matt Porterf3302a52006-07-31 12:49:34 +02006268
Matthew Ranostay1cd22242008-07-18 18:20:52 +02006269 spec->digbeep_nid = 0x23;
Matt Porterf3302a52006-07-31 12:49:34 +02006270 spec->adc_nids = stac9205_adc_nids;
Maxim Levitsky9e05b7a2007-09-03 15:31:02 +02006271 spec->num_adcs = ARRAY_SIZE(stac9205_adc_nids);
Matt Porterf3302a52006-07-31 12:49:34 +02006272 spec->mux_nids = stac9205_mux_nids;
Takashi Iwai25494132007-03-12 12:36:16 +01006273 spec->num_muxes = ARRAY_SIZE(stac9205_mux_nids);
Matthew Ranostayd9737752008-09-07 12:03:41 +02006274 spec->smux_nids = stac9205_smux_nids;
6275 spec->num_smuxes = ARRAY_SIZE(stac9205_smux_nids);
Matt Porter8b657272006-10-26 17:12:59 +02006276 spec->dmic_nids = stac9205_dmic_nids;
Takashi Iwaif6e98522007-10-16 14:27:04 +02006277 spec->num_dmics = STAC9205_NUM_DMICS;
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01006278 spec->dmux_nids = stac9205_dmux_nids;
Takashi Iwai1697055e2007-12-18 18:05:52 +01006279 spec->num_dmuxes = ARRAY_SIZE(stac9205_dmux_nids);
Matthew Ranostaya64135a2008-01-10 16:55:06 +01006280 spec->num_pwrs = 0;
Matt Porterf3302a52006-07-31 12:49:34 +02006281
6282 spec->init = stac9205_core_init;
Takashi Iwaid78d7a92009-03-02 14:26:25 +01006283 spec->aloopback_ctl = stac9205_loopback;
Matt Porterf3302a52006-07-31 12:49:34 +02006284
Takashi Iwai6479c632009-07-28 18:20:25 +02006285 spec->num_caps = STAC9205_NUM_CAPS;
6286 spec->capvols = stac9205_capvols;
6287 spec->capsws = stac9205_capsws;
6288
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01006289 spec->aloopback_mask = 0x40;
6290 spec->aloopback_shift = 0;
Takashi Iwaid9a42682009-01-22 17:40:18 +01006291 /* Turn on/off EAPD per HP plugging */
6292 if (spec->board_config != STAC_9205_EAPD)
6293 spec->eapd_switch = 1;
Matt Porterf3302a52006-07-31 12:49:34 +02006294 spec->multiout.dac_nids = spec->dac_nids;
Matthew Ranostay87d48362007-07-17 11:52:24 +02006295
Tobin Davisae0a8ed2007-08-13 15:50:29 +02006296 switch (spec->board_config){
Tobin Davisae0a8ed2007-08-13 15:50:29 +02006297 case STAC_9205_DELL_M43:
Matthew Ranostay87d48362007-07-17 11:52:24 +02006298 /* Enable SPDIF in/out */
Takashi Iwai330ee992009-02-20 14:33:36 +01006299 snd_hda_codec_set_pincfg(codec, 0x1f, 0x01441030);
6300 snd_hda_codec_set_pincfg(codec, 0x20, 0x1c410030);
Matt Porter33382402006-12-18 13:17:28 +01006301
Matthew Ranostay4fe51952008-01-29 15:28:44 +01006302 /* Enable unsol response for GPIO4/Dock HP connection */
Takashi Iwai3a938972011-10-28 01:16:55 +02006303 err = stac_add_event(codec, codec->afg, STAC_VREF_EVENT, 0x01);
Takashi Iwaic6e4c662008-11-25 11:58:19 +01006304 if (err < 0)
6305 return err;
Takashi Iwaic5d08bb2008-11-18 10:55:36 +01006306 snd_hda_codec_write_cache(codec, codec->afg, 0,
Matthew Ranostay4fe51952008-01-29 15:28:44 +01006307 AC_VERB_SET_GPIO_UNSOLICITED_RSP_MASK, 0x10);
Takashi Iwai3a938972011-10-28 01:16:55 +02006308 snd_hda_jack_detect_enable(codec, codec->afg, 0);
Matthew Ranostay4fe51952008-01-29 15:28:44 +01006309
6310 spec->gpio_dir = 0x0b;
Matthew Ranostay0fc9dec2008-04-14 13:32:54 +02006311 spec->eapd_mask = 0x01;
Matthew Ranostay4fe51952008-01-29 15:28:44 +01006312 spec->gpio_mask = 0x1b;
6313 spec->gpio_mute = 0x10;
Matthew Ranostaye2e7d622008-01-24 15:32:15 +01006314 /* GPIO0 High = EAPD, GPIO1 Low = Headphone Mute,
Matthew Ranostay4fe51952008-01-29 15:28:44 +01006315 * GPIO3 Low = DRM
Matthew Ranostay87d48362007-07-17 11:52:24 +02006316 */
Matthew Ranostay4fe51952008-01-29 15:28:44 +01006317 spec->gpio_data = 0x01;
Tobin Davisae0a8ed2007-08-13 15:50:29 +02006318 break;
Matthew Ranostayb2c4f4d2008-09-26 10:06:40 -04006319 case STAC_9205_REF:
6320 /* SPDIF-In enabled */
6321 break;
Tobin Davisae0a8ed2007-08-13 15:50:29 +02006322 default:
6323 /* GPIO0 High = EAPD */
Matthew Ranostay0fc9dec2008-04-14 13:32:54 +02006324 spec->eapd_mask = spec->gpio_mask = spec->gpio_dir = 0x1;
Matthew Ranostay4fe51952008-01-29 15:28:44 +01006325 spec->gpio_data = 0x01;
Tobin Davisae0a8ed2007-08-13 15:50:29 +02006326 break;
6327 }
Matthew Ranostay87d48362007-07-17 11:52:24 +02006328
Charles Chin9009b0e2011-11-03 10:27:27 +01006329 err = stac92xx_parse_auto_config(codec);
Takashi Iwai9e507ab2007-02-08 17:50:10 +01006330 if (!err) {
6331 if (spec->board_config < 0) {
6332 printk(KERN_WARNING "hda_codec: No auto-config is "
6333 "available, default to model=ref\n");
6334 spec->board_config = STAC_9205_REF;
6335 goto again;
6336 }
6337 err = -EINVAL;
6338 }
Matt Porterf3302a52006-07-31 12:49:34 +02006339 if (err < 0) {
6340 stac92xx_free(codec);
6341 return err;
6342 }
6343
6344 codec->patch_ops = stac92xx_patch_ops;
6345
Takashi Iwai2d34e1b2008-11-28 14:35:16 +01006346 codec->proc_widget_hook = stac9205_proc_hook;
6347
Matt Porterf3302a52006-07-31 12:49:34 +02006348 return 0;
6349}
6350
Matt2f2f4252005-04-13 14:45:30 +02006351/*
Guillaume Munch6d859062006-08-22 17:15:47 +02006352 * STAC9872 hack
Takashi Iwaidb064e52006-03-16 16:04:58 +01006353 */
6354
Takashi Iwai2b635362011-05-02 12:33:43 +02006355static const struct hda_verb stac9872_core_init[] = {
Takashi Iwai1624cb92007-07-05 13:10:51 +02006356 {0x15, AC_VERB_SET_CONNECT_SEL, 0x1}, /* mic-sel: 0a,0d,14,02 */
Takashi Iwaidb064e52006-03-16 16:04:58 +01006357 {0x15, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE}, /* Mic-in -> 0x9 */
6358 {}
6359};
6360
Takashi Iwai2b635362011-05-02 12:33:43 +02006361static const hda_nid_t stac9872_pin_nids[] = {
Takashi Iwaicaa10b62009-01-20 17:19:01 +01006362 0x0a, 0x0b, 0x0c, 0x0d, 0x0e, 0x0f,
6363 0x11, 0x13, 0x14,
6364};
6365
Takashi Iwai2b635362011-05-02 12:33:43 +02006366static const hda_nid_t stac9872_adc_nids[] = {
Takashi Iwaicaa10b62009-01-20 17:19:01 +01006367 0x8 /*,0x6*/
6368};
6369
Takashi Iwai2b635362011-05-02 12:33:43 +02006370static const hda_nid_t stac9872_mux_nids[] = {
Takashi Iwaicaa10b62009-01-20 17:19:01 +01006371 0x15
6372};
6373
Takashi Iwai2b635362011-05-02 12:33:43 +02006374static const unsigned long stac9872_capvols[] = {
Takashi Iwai6479c632009-07-28 18:20:25 +02006375 HDA_COMPOSE_AMP_VAL(0x09, 3, 0, HDA_INPUT),
6376};
6377#define stac9872_capsws stac9872_capvols
6378
Takashi Iwai2b635362011-05-02 12:33:43 +02006379static const unsigned int stac9872_vaio_pin_configs[9] = {
Takashi Iwai307282c2009-03-12 18:17:58 +01006380 0x03211020, 0x411111f0, 0x411111f0, 0x03a15030,
6381 0x411111f0, 0x90170110, 0x411111f0, 0x411111f0,
6382 0x90a7013e
6383};
6384
Takashi Iwaiea734962011-01-17 11:29:34 +01006385static const char * const stac9872_models[STAC_9872_MODELS] = {
Takashi Iwai307282c2009-03-12 18:17:58 +01006386 [STAC_9872_AUTO] = "auto",
6387 [STAC_9872_VAIO] = "vaio",
6388};
6389
Takashi Iwai2b635362011-05-02 12:33:43 +02006390static const unsigned int *stac9872_brd_tbl[STAC_9872_MODELS] = {
Takashi Iwai307282c2009-03-12 18:17:58 +01006391 [STAC_9872_VAIO] = stac9872_vaio_pin_configs,
6392};
6393
Takashi Iwai2b635362011-05-02 12:33:43 +02006394static const struct snd_pci_quirk stac9872_cfg_tbl[] = {
Takashi Iwaib04add92009-07-20 08:01:36 +02006395 SND_PCI_QUIRK_MASK(0x104d, 0xfff0, 0x81e0,
6396 "Sony VAIO F/S", STAC_9872_VAIO),
Takashi Iwai307282c2009-03-12 18:17:58 +01006397 {} /* terminator */
6398};
6399
Guillaume Munch6d859062006-08-22 17:15:47 +02006400static int patch_stac9872(struct hda_codec *codec)
Takashi Iwaidb064e52006-03-16 16:04:58 +01006401{
6402 struct sigmatel_spec *spec;
Takashi Iwai1e137f92009-01-21 07:41:22 +01006403 int err;
Takashi Iwaidb064e52006-03-16 16:04:58 +01006404
Takashi Iwaidb064e52006-03-16 16:04:58 +01006405 spec = kzalloc(sizeof(*spec), GFP_KERNEL);
6406 if (spec == NULL)
6407 return -ENOMEM;
Takashi Iwaia252c812009-12-25 22:56:20 +01006408 codec->no_trigger_sense = 1;
Takashi Iwaidb064e52006-03-16 16:04:58 +01006409 codec->spec = spec;
Daniel J Blueman1b0e3722010-08-03 11:09:13 +01006410 spec->linear_tone_beep = 1;
Takashi Iwaib04add92009-07-20 08:01:36 +02006411 spec->num_pins = ARRAY_SIZE(stac9872_pin_nids);
6412 spec->pin_nids = stac9872_pin_nids;
Takashi Iwaicaa10b62009-01-20 17:19:01 +01006413
6414 spec->board_config = snd_hda_check_board_config(codec, STAC_9872_MODELS,
6415 stac9872_models,
6416 stac9872_cfg_tbl);
Takashi Iwai307282c2009-03-12 18:17:58 +01006417 if (spec->board_config < 0)
Takashi Iwai9a11f1a2009-07-28 16:01:20 +02006418 snd_printdd(KERN_INFO "hda_codec: %s: BIOS auto-probing.\n",
6419 codec->chip_name);
Takashi Iwai307282c2009-03-12 18:17:58 +01006420 else
6421 stac92xx_set_config_regs(codec,
6422 stac9872_brd_tbl[spec->board_config]);
Takashi Iwaicaa10b62009-01-20 17:19:01 +01006423
Takashi Iwai1e137f92009-01-21 07:41:22 +01006424 spec->multiout.dac_nids = spec->dac_nids;
6425 spec->num_adcs = ARRAY_SIZE(stac9872_adc_nids);
6426 spec->adc_nids = stac9872_adc_nids;
6427 spec->num_muxes = ARRAY_SIZE(stac9872_mux_nids);
6428 spec->mux_nids = stac9872_mux_nids;
Takashi Iwai1e137f92009-01-21 07:41:22 +01006429 spec->init = stac9872_core_init;
Takashi Iwai6479c632009-07-28 18:20:25 +02006430 spec->num_caps = 1;
6431 spec->capvols = stac9872_capvols;
6432 spec->capsws = stac9872_capsws;
Takashi Iwaicaa10b62009-01-20 17:19:01 +01006433
Charles Chin9009b0e2011-11-03 10:27:27 +01006434 err = stac92xx_parse_auto_config(codec);
Takashi Iwai1e137f92009-01-21 07:41:22 +01006435 if (err < 0) {
6436 stac92xx_free(codec);
6437 return -EINVAL;
Takashi Iwaicaa10b62009-01-20 17:19:01 +01006438 }
Takashi Iwai1e137f92009-01-21 07:41:22 +01006439 spec->input_mux = &spec->private_imux;
6440 codec->patch_ops = stac92xx_patch_ops;
Takashi Iwaidb064e52006-03-16 16:04:58 +01006441 return 0;
6442}
6443
6444
6445/*
Matt2f2f4252005-04-13 14:45:30 +02006446 * patch entries
6447 */
Takashi Iwai2b635362011-05-02 12:33:43 +02006448static const struct hda_codec_preset snd_hda_preset_sigmatel[] = {
Matt2f2f4252005-04-13 14:45:30 +02006449 { .id = 0x83847690, .name = "STAC9200", .patch = patch_stac9200 },
6450 { .id = 0x83847882, .name = "STAC9220 A1", .patch = patch_stac922x },
6451 { .id = 0x83847680, .name = "STAC9221 A1", .patch = patch_stac922x },
6452 { .id = 0x83847880, .name = "STAC9220 A2", .patch = patch_stac922x },
6453 { .id = 0x83847681, .name = "STAC9220D/9223D A2", .patch = patch_stac922x },
6454 { .id = 0x83847682, .name = "STAC9221 A2", .patch = patch_stac922x },
6455 { .id = 0x83847683, .name = "STAC9221D A2", .patch = patch_stac922x },
Matt Porter22a27c72006-07-06 18:49:10 +02006456 { .id = 0x83847618, .name = "STAC9227", .patch = patch_stac927x },
6457 { .id = 0x83847619, .name = "STAC9227", .patch = patch_stac927x },
6458 { .id = 0x83847616, .name = "STAC9228", .patch = patch_stac927x },
6459 { .id = 0x83847617, .name = "STAC9228", .patch = patch_stac927x },
6460 { .id = 0x83847614, .name = "STAC9229", .patch = patch_stac927x },
6461 { .id = 0x83847615, .name = "STAC9229", .patch = patch_stac927x },
Matt Porter3cc08dc2006-01-23 15:27:49 +01006462 { .id = 0x83847620, .name = "STAC9274", .patch = patch_stac927x },
6463 { .id = 0x83847621, .name = "STAC9274D", .patch = patch_stac927x },
6464 { .id = 0x83847622, .name = "STAC9273X", .patch = patch_stac927x },
6465 { .id = 0x83847623, .name = "STAC9273D", .patch = patch_stac927x },
6466 { .id = 0x83847624, .name = "STAC9272X", .patch = patch_stac927x },
6467 { .id = 0x83847625, .name = "STAC9272D", .patch = patch_stac927x },
6468 { .id = 0x83847626, .name = "STAC9271X", .patch = patch_stac927x },
6469 { .id = 0x83847627, .name = "STAC9271D", .patch = patch_stac927x },
6470 { .id = 0x83847628, .name = "STAC9274X5NH", .patch = patch_stac927x },
6471 { .id = 0x83847629, .name = "STAC9274D5NH", .patch = patch_stac927x },
Tobin Davis8e21c342007-01-08 11:04:17 +01006472 { .id = 0x83847632, .name = "STAC9202", .patch = patch_stac925x },
6473 { .id = 0x83847633, .name = "STAC9202D", .patch = patch_stac925x },
6474 { .id = 0x83847634, .name = "STAC9250", .patch = patch_stac925x },
6475 { .id = 0x83847635, .name = "STAC9250D", .patch = patch_stac925x },
6476 { .id = 0x83847636, .name = "STAC9251", .patch = patch_stac925x },
6477 { .id = 0x83847637, .name = "STAC9250D", .patch = patch_stac925x },
Takashi Iwai7bd3c0f2008-05-02 12:28:02 +02006478 { .id = 0x83847645, .name = "92HD206X", .patch = patch_stac927x },
6479 { .id = 0x83847646, .name = "92HD206D", .patch = patch_stac927x },
Guillaume Munch6d859062006-08-22 17:15:47 +02006480 /* The following does not take into account .id=0x83847661 when subsys =
6481 * 104D0C00 which is STAC9225s. Because of this, some SZ Notebooks are
6482 * currently not fully supported.
6483 */
6484 { .id = 0x83847661, .name = "CXD9872RD/K", .patch = patch_stac9872 },
6485 { .id = 0x83847662, .name = "STAC9872AK", .patch = patch_stac9872 },
6486 { .id = 0x83847664, .name = "CXD9872AKD", .patch = patch_stac9872 },
Simos Xenitellisa5c0f882009-06-10 16:33:31 +01006487 { .id = 0x83847698, .name = "STAC9205", .patch = patch_stac9205 },
Matt Porterf3302a52006-07-31 12:49:34 +02006488 { .id = 0x838476a0, .name = "STAC9205", .patch = patch_stac9205 },
6489 { .id = 0x838476a1, .name = "STAC9205D", .patch = patch_stac9205 },
6490 { .id = 0x838476a2, .name = "STAC9204", .patch = patch_stac9205 },
6491 { .id = 0x838476a3, .name = "STAC9204D", .patch = patch_stac9205 },
6492 { .id = 0x838476a4, .name = "STAC9255", .patch = patch_stac9205 },
6493 { .id = 0x838476a5, .name = "STAC9255D", .patch = patch_stac9205 },
6494 { .id = 0x838476a6, .name = "STAC9254", .patch = patch_stac9205 },
6495 { .id = 0x838476a7, .name = "STAC9254D", .patch = patch_stac9205 },
Matthew Ranostayaafc4412008-06-13 18:04:33 +02006496 { .id = 0x111d7603, .name = "92HD75B3X5", .patch = patch_stac92hd71bxx},
Matthew Ranostayd0513fc2008-07-27 10:30:30 +02006497 { .id = 0x111d7604, .name = "92HD83C1X5", .patch = patch_stac92hd83xxx},
Vitaliy Kulikova9694fa2010-02-04 08:58:23 +01006498 { .id = 0x111d76d4, .name = "92HD83C1C5", .patch = patch_stac92hd83xxx},
Matthew Ranostayd0513fc2008-07-27 10:30:30 +02006499 { .id = 0x111d7605, .name = "92HD81B1X5", .patch = patch_stac92hd83xxx},
Matthew Ranostayff2e7332009-04-01 14:49:48 -04006500 { .id = 0x111d76d5, .name = "92HD81B1C5", .patch = patch_stac92hd83xxx},
Charles Chin8a345a02010-08-10 11:43:25 +02006501 { .id = 0x111d76d1, .name = "92HD87B1/3", .patch = patch_stac92hd83xxx},
6502 { .id = 0x111d76d9, .name = "92HD87B2/4", .patch = patch_stac92hd83xxx},
Charles Chin36706002010-01-29 12:05:51 +01006503 { .id = 0x111d7666, .name = "92HD88B3", .patch = patch_stac92hd83xxx},
6504 { .id = 0x111d7667, .name = "92HD88B1", .patch = patch_stac92hd83xxx},
6505 { .id = 0x111d7668, .name = "92HD88B2", .patch = patch_stac92hd83xxx},
6506 { .id = 0x111d7669, .name = "92HD88B4", .patch = patch_stac92hd83xxx},
Matthew Ranostayaafc4412008-06-13 18:04:33 +02006507 { .id = 0x111d7608, .name = "92HD75B2X5", .patch = patch_stac92hd71bxx},
Matthew Ranostay541eee82007-12-14 12:08:04 +01006508 { .id = 0x111d7674, .name = "92HD73D1X5", .patch = patch_stac92hd73xx },
6509 { .id = 0x111d7675, .name = "92HD73C1X5", .patch = patch_stac92hd73xx },
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01006510 { .id = 0x111d7676, .name = "92HD73E1X5", .patch = patch_stac92hd73xx },
Matthew Ranostay541eee82007-12-14 12:08:04 +01006511 { .id = 0x111d76b0, .name = "92HD71B8X", .patch = patch_stac92hd71bxx },
6512 { .id = 0x111d76b1, .name = "92HD71B8X", .patch = patch_stac92hd71bxx },
6513 { .id = 0x111d76b2, .name = "92HD71B7X", .patch = patch_stac92hd71bxx },
6514 { .id = 0x111d76b3, .name = "92HD71B7X", .patch = patch_stac92hd71bxx },
6515 { .id = 0x111d76b4, .name = "92HD71B6X", .patch = patch_stac92hd71bxx },
6516 { .id = 0x111d76b5, .name = "92HD71B6X", .patch = patch_stac92hd71bxx },
6517 { .id = 0x111d76b6, .name = "92HD71B5X", .patch = patch_stac92hd71bxx },
6518 { .id = 0x111d76b7, .name = "92HD71B5X", .patch = patch_stac92hd71bxx },
Charles Chin4d8ec5f2010-08-19 08:06:16 +02006519 { .id = 0x111d76c0, .name = "92HD89C3", .patch = patch_stac92hd73xx },
6520 { .id = 0x111d76c1, .name = "92HD89C2", .patch = patch_stac92hd73xx },
6521 { .id = 0x111d76c2, .name = "92HD89C1", .patch = patch_stac92hd73xx },
6522 { .id = 0x111d76c3, .name = "92HD89B3", .patch = patch_stac92hd73xx },
6523 { .id = 0x111d76c4, .name = "92HD89B2", .patch = patch_stac92hd73xx },
6524 { .id = 0x111d76c5, .name = "92HD89B1", .patch = patch_stac92hd73xx },
6525 { .id = 0x111d76c6, .name = "92HD89E3", .patch = patch_stac92hd73xx },
6526 { .id = 0x111d76c7, .name = "92HD89E2", .patch = patch_stac92hd73xx },
6527 { .id = 0x111d76c8, .name = "92HD89E1", .patch = patch_stac92hd73xx },
6528 { .id = 0x111d76c9, .name = "92HD89D3", .patch = patch_stac92hd73xx },
6529 { .id = 0x111d76ca, .name = "92HD89D2", .patch = patch_stac92hd73xx },
6530 { .id = 0x111d76cb, .name = "92HD89D1", .patch = patch_stac92hd73xx },
6531 { .id = 0x111d76cc, .name = "92HD89F3", .patch = patch_stac92hd73xx },
6532 { .id = 0x111d76cd, .name = "92HD89F2", .patch = patch_stac92hd73xx },
6533 { .id = 0x111d76ce, .name = "92HD89F1", .patch = patch_stac92hd73xx },
David Henningsson46724c22011-09-20 09:02:22 +02006534 { .id = 0x111d76df, .name = "92HD93BXX", .patch = patch_stac92hd83xxx},
Vitaliy Kulikovab5a6eb2010-09-08 09:00:17 +02006535 { .id = 0x111d76e0, .name = "92HD91BXX", .patch = patch_stac92hd83xxx},
Vitaliy Kulikov4dfb8a42011-02-22 17:32:19 -06006536 { .id = 0x111d76e3, .name = "92HD98BXX", .patch = patch_stac92hd83xxx},
6537 { .id = 0x111d76e5, .name = "92HD99BXX", .patch = patch_stac92hd83xxx},
Vitaliy Kulikovab5a6eb2010-09-08 09:00:17 +02006538 { .id = 0x111d76e7, .name = "92HD90BXX", .patch = patch_stac92hd83xxx},
Charles Chinad5d8752011-11-02 07:56:58 +01006539 { .id = 0x111d76e8, .name = "92HD66B1X5", .patch = patch_stac92hd83xxx},
6540 { .id = 0x111d76e9, .name = "92HD66B2X5", .patch = patch_stac92hd83xxx},
6541 { .id = 0x111d76ea, .name = "92HD66B3X5", .patch = patch_stac92hd83xxx},
6542 { .id = 0x111d76eb, .name = "92HD66C1X5", .patch = patch_stac92hd83xxx},
6543 { .id = 0x111d76ec, .name = "92HD66C2X5", .patch = patch_stac92hd83xxx},
6544 { .id = 0x111d76ed, .name = "92HD66C3X5", .patch = patch_stac92hd83xxx},
6545 { .id = 0x111d76ee, .name = "92HD66B1X3", .patch = patch_stac92hd83xxx},
6546 { .id = 0x111d76ef, .name = "92HD66B2X3", .patch = patch_stac92hd83xxx},
6547 { .id = 0x111d76f0, .name = "92HD66B3X3", .patch = patch_stac92hd83xxx},
6548 { .id = 0x111d76f1, .name = "92HD66C1X3", .patch = patch_stac92hd83xxx},
6549 { .id = 0x111d76f2, .name = "92HD66C2X3", .patch = patch_stac92hd83xxx},
6550 { .id = 0x111d76f3, .name = "92HD66C3/65", .patch = patch_stac92hd83xxx},
Matt2f2f4252005-04-13 14:45:30 +02006551 {} /* terminator */
6552};
Takashi Iwai1289e9e2008-11-27 15:47:11 +01006553
6554MODULE_ALIAS("snd-hda-codec-id:8384*");
6555MODULE_ALIAS("snd-hda-codec-id:111d*");
6556
6557MODULE_LICENSE("GPL");
6558MODULE_DESCRIPTION("IDT/Sigmatel HD-audio codec");
6559
6560static struct hda_codec_preset_list sigmatel_list = {
6561 .preset = snd_hda_preset_sigmatel,
6562 .owner = THIS_MODULE,
6563};
6564
6565static int __init patch_sigmatel_init(void)
6566{
6567 return snd_hda_add_codec_preset(&sigmatel_list);
6568}
6569
6570static void __exit patch_sigmatel_exit(void)
6571{
6572 snd_hda_delete_codec_preset(&sigmatel_list);
6573}
6574
6575module_init(patch_sigmatel_init)
6576module_exit(patch_sigmatel_exit)