blob: 770013ff556f6be0500b14039a8e60df2fa74b2a [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,
David Henningsson8d032a82012-10-09 12:48:40 +0200107 STAC_92HD83XXX_HEADSET_JACK,
Matthew Ranostayd0513fc2008-07-27 10:30:30 +0200108 STAC_92HD83XXX_MODELS
109};
110
111enum {
Takashi Iwai1607b8e2009-02-26 16:50:43 +0100112 STAC_92HD71BXX_AUTO,
Matthew Ranostaye035b842007-11-06 11:53:55 +0100113 STAC_92HD71BXX_REF,
Matthew Ranostaya7662642008-02-21 07:51:14 +0100114 STAC_DELL_M4_1,
115 STAC_DELL_M4_2,
Matthew Ranostay3a7abfd2008-11-20 21:21:43 -0500116 STAC_DELL_M4_3,
Matthew Ranostay6a14f582008-09-12 12:02:30 -0400117 STAC_HP_M4,
Takashi Iwai2a6ce6e2010-05-12 10:16:20 +0200118 STAC_HP_DV4,
Takashi Iwai1b0652e2009-01-14 08:27:35 +0100119 STAC_HP_DV5,
Christoph Plattnerae6241f2009-03-08 23:19:05 +0100120 STAC_HP_HDX,
James Gardiner514bf542009-05-03 04:00:44 -0400121 STAC_HP_DV4_1222NR,
Matthew Ranostaye035b842007-11-06 11:53:55 +0100122 STAC_92HD71BXX_MODELS
123};
124
125enum {
Takashi Iwai1607b8e2009-02-26 16:50:43 +0100126 STAC_925x_AUTO,
Tobin Davis8e21c342007-01-08 11:04:17 +0100127 STAC_925x_REF,
Mauro Carvalho Chehab9cb36c22008-08-11 10:18:39 +0200128 STAC_M1,
129 STAC_M1_2,
130 STAC_M2,
Tobin Davis8e21c342007-01-08 11:04:17 +0100131 STAC_M2_2,
Mauro Carvalho Chehab9cb36c22008-08-11 10:18:39 +0200132 STAC_M3,
133 STAC_M5,
134 STAC_M6,
Tobin Davis8e21c342007-01-08 11:04:17 +0100135 STAC_925x_MODELS
136};
137
138enum {
Takashi Iwai1607b8e2009-02-26 16:50:43 +0100139 STAC_922X_AUTO,
Takashi Iwaif5fcc132006-11-24 17:07:44 +0100140 STAC_D945_REF,
141 STAC_D945GTP3,
142 STAC_D945GTP5,
Ivan N. Zlatev5d5d3bc2007-05-29 16:03:00 +0200143 STAC_INTEL_MAC_V1,
144 STAC_INTEL_MAC_V2,
145 STAC_INTEL_MAC_V3,
146 STAC_INTEL_MAC_V4,
147 STAC_INTEL_MAC_V5,
Nicolas Boichat536319a2008-07-21 22:18:01 +0800148 STAC_INTEL_MAC_AUTO, /* This model is selected if no module parameter
149 * is given, one of the above models will be
150 * chosen according to the subsystem id. */
Takashi Iwaidfe495d2007-08-23 19:04:28 +0200151 /* for backward compatibility */
Takashi Iwaif5fcc132006-11-24 17:07:44 +0100152 STAC_MACMINI,
Takashi Iwai3fc24d82007-02-16 13:27:18 +0100153 STAC_MACBOOK,
Nicolas Boichat6f0778d2007-03-15 12:38:15 +0100154 STAC_MACBOOK_PRO_V1,
155 STAC_MACBOOK_PRO_V2,
Sylvain FORETf16928f2007-04-27 14:22:36 +0200156 STAC_IMAC_INTEL,
Takashi Iwai0dae0f82007-05-21 12:41:29 +0200157 STAC_IMAC_INTEL_20,
Mauro Carvalho Chehab8c650082008-08-04 10:39:59 -0300158 STAC_ECS_202,
Takashi Iwaidfe495d2007-08-23 19:04:28 +0200159 STAC_922X_DELL_D81,
160 STAC_922X_DELL_D82,
161 STAC_922X_DELL_M81,
162 STAC_922X_DELL_M82,
Takashi Iwaif5fcc132006-11-24 17:07:44 +0100163 STAC_922X_MODELS
164};
165
166enum {
Takashi Iwai1607b8e2009-02-26 16:50:43 +0100167 STAC_927X_AUTO,
Takashi Iwaie28d8322008-12-17 13:48:29 +0100168 STAC_D965_REF_NO_JD, /* no jack-detection */
Takashi Iwaif5fcc132006-11-24 17:07:44 +0100169 STAC_D965_REF,
170 STAC_D965_3ST,
171 STAC_D965_5ST,
Takashi Iwai679d92e2009-05-24 19:00:08 +0200172 STAC_D965_5ST_NO_FP,
Tobin Davis4ff076e2007-08-07 11:48:12 +0200173 STAC_DELL_3ST,
Matthew Ranostay8e9068b2007-12-17 11:58:13 +0100174 STAC_DELL_BIOS,
Takashi Iwai54930532009-10-11 17:38:29 +0200175 STAC_927X_VOLKNOB,
Takashi Iwaif5fcc132006-11-24 17:07:44 +0100176 STAC_927X_MODELS
177};
Matt Porter403d1942005-11-29 15:00:51 +0100178
Takashi Iwai307282c2009-03-12 18:17:58 +0100179enum {
180 STAC_9872_AUTO,
181 STAC_9872_VAIO,
182 STAC_9872_MODELS
183};
184
Takashi Iwai3d21d3f2009-07-29 14:32:56 +0200185struct sigmatel_mic_route {
186 hda_nid_t pin;
Takashi Iwai02d33322009-10-01 16:38:11 +0200187 signed char mux_idx;
188 signed char dmux_idx;
Takashi Iwai3d21d3f2009-07-29 14:32:56 +0200189};
190
Vitaliy Kulikov699d8992011-03-10 13:43:35 -0600191#define MAX_PINS_NUM 16
192#define MAX_ADCS_NUM 4
193#define MAX_DMICS_NUM 4
194
Matt2f2f4252005-04-13 14:45:30 +0200195struct sigmatel_spec {
Takashi Iwaic8b6bf92005-11-17 14:57:47 +0100196 struct snd_kcontrol_new *mixers[4];
Mattc7d4b2f2005-06-27 14:59:41 +0200197 unsigned int num_mixers;
198
Matt Porter403d1942005-11-29 15:00:51 +0100199 int board_config;
Matthew Ranostayc0cea0d2008-11-16 11:42:34 -0500200 unsigned int eapd_switch: 1;
Mattc7d4b2f2005-06-27 14:59:41 +0200201 unsigned int surr_switch: 1;
Matt Porter3cc08dc2006-01-23 15:27:49 +0100202 unsigned int alt_switch: 1;
Takashi Iwai82bc9552006-03-21 11:24:42 +0100203 unsigned int hp_detect: 1;
Matthew Ranostay00ef50c2008-09-27 18:13:47 -0400204 unsigned int spdif_mute: 1;
Takashi Iwai7c7767e2009-01-20 15:28:38 +0100205 unsigned int check_volume_offset:1;
Takashi Iwai3d21d3f2009-07-29 14:32:56 +0200206 unsigned int auto_mic:1;
Daniel J Blueman1b0e3722010-08-03 11:09:13 +0100207 unsigned int linear_tone_beep:1;
David Henningsson8d032a82012-10-09 12:48:40 +0200208 unsigned int headset_jack:1; /* 4-pin headset jack (hp + mono mic) */
Mattc7d4b2f2005-06-27 14:59:41 +0200209
Matthew Ranostay4fe51952008-01-29 15:28:44 +0100210 /* gpio lines */
Matthew Ranostay0fc9dec2008-04-14 13:32:54 +0200211 unsigned int eapd_mask;
Matthew Ranostay4fe51952008-01-29 15:28:44 +0100212 unsigned int gpio_mask;
213 unsigned int gpio_dir;
214 unsigned int gpio_data;
215 unsigned int gpio_mute;
Takashi Iwai86d190e2009-05-26 15:18:58 +0200216 unsigned int gpio_led;
Vitaliy Kulikovc357aab2009-12-11 07:51:54 +0100217 unsigned int gpio_led_polarity;
Takashi Iwaif1a73742011-12-04 13:44:06 +0100218 unsigned int vref_mute_led_nid; /* pin NID for mute-LED vref control */
Vitaliy Kulikov45eebda2011-07-26 16:56:20 -0500219 unsigned int vref_led;
Matthew Ranostay4fe51952008-01-29 15:28:44 +0100220
Takashi Iwai62cbde12012-09-14 11:58:54 +0200221 unsigned int mic_mute_led_gpio; /* capture mute LED GPIO */
222 bool mic_mute_led_on; /* current mic mute state */
223
Matthew Ranostay8daaaa92008-08-15 07:45:52 +0200224 /* stream */
225 unsigned int stream_delay;
226
Matthew Ranostay4fe51952008-01-29 15:28:44 +0100227 /* analog loopback */
Takashi Iwai2b635362011-05-02 12:33:43 +0200228 const struct snd_kcontrol_new *aloopback_ctl;
Matthew Ranostaye1f0d662007-12-13 17:47:21 +0100229 unsigned char aloopback_mask;
230 unsigned char aloopback_shift;
Takashi Iwai82599802007-07-31 15:56:24 +0200231
Matthew Ranostaya64135a2008-01-10 16:55:06 +0100232 /* power management */
Takashi Iwaic8822462012-05-15 09:11:36 +0200233 unsigned int power_map_bits;
Matthew Ranostaya64135a2008-01-10 16:55:06 +0100234 unsigned int num_pwrs;
Takashi Iwai2b635362011-05-02 12:33:43 +0200235 const hda_nid_t *pwr_nids;
236 const hda_nid_t *dac_list;
Matthew Ranostaya64135a2008-01-10 16:55:06 +0100237
Matt2f2f4252005-04-13 14:45:30 +0200238 /* playback */
Matthew Ranostayb22b4822008-01-22 12:32:30 +0100239 struct hda_input_mux *mono_mux;
240 unsigned int cur_mmux;
Matt2f2f4252005-04-13 14:45:30 +0200241 struct hda_multi_out multiout;
Matt Porter3cc08dc2006-01-23 15:27:49 +0100242 hda_nid_t dac_nids[5];
Takashi Iwaic21ca4a2008-12-19 09:26:08 +0100243 hda_nid_t hp_dacs[5];
244 hda_nid_t speaker_dacs[5];
Matt2f2f4252005-04-13 14:45:30 +0200245
Takashi Iwai7c7767e2009-01-20 15:28:38 +0100246 int volume_offset;
247
Matt2f2f4252005-04-13 14:45:30 +0200248 /* capture */
Takashi Iwai2b635362011-05-02 12:33:43 +0200249 const hda_nid_t *adc_nids;
Matt2f2f4252005-04-13 14:45:30 +0200250 unsigned int num_adcs;
Takashi Iwai2b635362011-05-02 12:33:43 +0200251 const hda_nid_t *mux_nids;
Mattdabbed62005-06-14 10:19:34 +0200252 unsigned int num_muxes;
Takashi Iwai2b635362011-05-02 12:33:43 +0200253 const hda_nid_t *dmic_nids;
Matt Porter8b657272006-10-26 17:12:59 +0200254 unsigned int num_dmics;
Takashi Iwai2b635362011-05-02 12:33:43 +0200255 const hda_nid_t *dmux_nids;
Takashi Iwai1697055e2007-12-18 18:05:52 +0100256 unsigned int num_dmuxes;
Takashi Iwai2b635362011-05-02 12:33:43 +0200257 const hda_nid_t *smux_nids;
Matthew Ranostayd9737752008-09-07 12:03:41 +0200258 unsigned int num_smuxes;
Takashi Iwai5207e102009-07-30 13:09:08 +0200259 unsigned int num_analog_muxes;
Takashi Iwai6479c632009-07-28 18:20:25 +0200260
Takashi Iwai2b635362011-05-02 12:33:43 +0200261 const unsigned long *capvols; /* amp-volume attr: HDA_COMPOSE_AMP_VAL() */
262 const unsigned long *capsws; /* amp-mute attr: HDA_COMPOSE_AMP_VAL() */
Takashi Iwai6479c632009-07-28 18:20:25 +0200263 unsigned int num_caps; /* number of capture volume/switch elements */
264
Takashi Iwai3d21d3f2009-07-29 14:32:56 +0200265 struct sigmatel_mic_route ext_mic;
266 struct sigmatel_mic_route int_mic;
Charles Chin99077902010-09-17 10:22:32 +0200267 struct sigmatel_mic_route dock_mic;
Takashi Iwai3d21d3f2009-07-29 14:32:56 +0200268
Takashi Iwaiea734962011-01-17 11:29:34 +0100269 const char * const *spdif_labels;
Matthew Ranostayd9737752008-09-07 12:03:41 +0200270
Mattdabbed62005-06-14 10:19:34 +0200271 hda_nid_t dig_in_nid;
Matthew Ranostayb22b4822008-01-22 12:32:30 +0100272 hda_nid_t mono_nid;
Matthew Ranostay1cd22242008-07-18 18:20:52 +0200273 hda_nid_t anabeep_nid;
274 hda_nid_t digbeep_nid;
Matt2f2f4252005-04-13 14:45:30 +0200275
Matt2f2f4252005-04-13 14:45:30 +0200276 /* pin widgets */
Takashi Iwai2b635362011-05-02 12:33:43 +0200277 const hda_nid_t *pin_nids;
Matt2f2f4252005-04-13 14:45:30 +0200278 unsigned int num_pins;
Matt2f2f4252005-04-13 14:45:30 +0200279
280 /* codec specific stuff */
Takashi Iwai2b635362011-05-02 12:33:43 +0200281 const struct hda_verb *init;
282 const struct snd_kcontrol_new *mixer;
Matt2f2f4252005-04-13 14:45:30 +0200283
284 /* capture source */
Matt Porter8b657272006-10-26 17:12:59 +0200285 struct hda_input_mux *dinput_mux;
Matthew Ranostaye1f0d662007-12-13 17:47:21 +0100286 unsigned int cur_dmux[2];
Mattc7d4b2f2005-06-27 14:59:41 +0200287 struct hda_input_mux *input_mux;
Matt Porter3cc08dc2006-01-23 15:27:49 +0100288 unsigned int cur_mux[3];
Matthew Ranostayd9737752008-09-07 12:03:41 +0200289 struct hda_input_mux *sinput_mux;
290 unsigned int cur_smux[2];
Matthew Ranostay2a9c7812008-09-13 16:45:39 -0400291 unsigned int cur_amux;
292 hda_nid_t *amp_nids;
Matthew Ranostay8daaaa92008-08-15 07:45:52 +0200293 unsigned int powerdown_adcs;
Matt2f2f4252005-04-13 14:45:30 +0200294
Matt Porter403d1942005-11-29 15:00:51 +0100295 /* i/o switches */
296 unsigned int io_switch[2];
Maxim Levitsky0fb87bb2007-09-03 15:29:04 +0200297 unsigned int clfe_swap;
Takashi Iwaic21ca4a2008-12-19 09:26:08 +0100298 hda_nid_t line_switch; /* shared line-in for input and output */
299 hda_nid_t mic_switch; /* shared mic-in for input and output */
300 hda_nid_t hp_switch; /* NID of HP as line-out */
Maxim Levitsky5f10c4a2007-09-03 15:29:37 +0200301 unsigned int aloopback;
Matt2f2f4252005-04-13 14:45:30 +0200302
Mattc7d4b2f2005-06-27 14:59:41 +0200303 struct hda_pcm pcm_rec[2]; /* PCM information */
304
305 /* dynamic controls and input_mux */
306 struct auto_pin_cfg autocfg;
Takashi Iwai603c4012008-07-30 15:01:44 +0200307 struct snd_array kctls;
Matt Porter8b657272006-10-26 17:12:59 +0200308 struct hda_input_mux private_dimux;
Mattc7d4b2f2005-06-27 14:59:41 +0200309 struct hda_input_mux private_imux;
Matthew Ranostayd9737752008-09-07 12:03:41 +0200310 struct hda_input_mux private_smux;
Matthew Ranostayb22b4822008-01-22 12:32:30 +0100311 struct hda_input_mux private_mono_mux;
Vitaliy Kulikov699d8992011-03-10 13:43:35 -0600312
313 /* auto spec */
314 unsigned auto_pin_cnt;
315 hda_nid_t auto_pin_nids[MAX_PINS_NUM];
316 unsigned auto_adc_cnt;
317 hda_nid_t auto_adc_nids[MAX_ADCS_NUM];
318 hda_nid_t auto_mux_nids[MAX_ADCS_NUM];
319 hda_nid_t auto_dmux_nids[MAX_ADCS_NUM];
320 unsigned long auto_capvols[MAX_ADCS_NUM];
321 unsigned auto_dmic_cnt;
322 hda_nid_t auto_dmic_nids[MAX_DMICS_NUM];
Takashi Iwai2faa3bf2012-03-12 12:30:22 +0100323
Takashi Iwaid2f344b2012-03-12 16:59:58 +0100324 struct hda_vmaster_mute_hook vmaster_mute;
Matt2f2f4252005-04-13 14:45:30 +0200325};
326
Takashi Iwaic8822462012-05-15 09:11:36 +0200327#define AC_VERB_IDT_SET_POWER_MAP 0x7ec
328#define AC_VERB_IDT_GET_POWER_MAP 0xfec
329
Takashi Iwai2b635362011-05-02 12:33:43 +0200330static const hda_nid_t stac9200_adc_nids[1] = {
Matt2f2f4252005-04-13 14:45:30 +0200331 0x03,
332};
333
Takashi Iwai2b635362011-05-02 12:33:43 +0200334static const hda_nid_t stac9200_mux_nids[1] = {
Matt2f2f4252005-04-13 14:45:30 +0200335 0x0c,
336};
337
Takashi Iwai2b635362011-05-02 12:33:43 +0200338static const hda_nid_t stac9200_dac_nids[1] = {
Matt2f2f4252005-04-13 14:45:30 +0200339 0x02,
340};
341
Takashi Iwai2b635362011-05-02 12:33:43 +0200342static const hda_nid_t stac92hd73xx_pwr_nids[8] = {
Matthew Ranostaya64135a2008-01-10 16:55:06 +0100343 0x0a, 0x0b, 0x0c, 0xd, 0x0e,
344 0x0f, 0x10, 0x11
345};
346
Takashi Iwai2b635362011-05-02 12:33:43 +0200347static const hda_nid_t stac92hd73xx_slave_dig_outs[2] = {
Matthew Ranostay0ffa9802008-09-08 11:20:05 -0400348 0x26, 0,
349};
350
Takashi Iwai2b635362011-05-02 12:33:43 +0200351static const hda_nid_t stac92hd73xx_adc_nids[2] = {
Matthew Ranostaye1f0d662007-12-13 17:47:21 +0100352 0x1a, 0x1b
353};
354
355#define STAC92HD73XX_NUM_DMICS 2
Takashi Iwai2b635362011-05-02 12:33:43 +0200356static const hda_nid_t stac92hd73xx_dmic_nids[STAC92HD73XX_NUM_DMICS + 1] = {
Matthew Ranostaye1f0d662007-12-13 17:47:21 +0100357 0x13, 0x14, 0
358};
359
360#define STAC92HD73_DAC_COUNT 5
Matthew Ranostaye1f0d662007-12-13 17:47:21 +0100361
Takashi Iwai2b635362011-05-02 12:33:43 +0200362static const hda_nid_t stac92hd73xx_mux_nids[2] = {
Takashi Iwaie2aec172009-09-02 01:00:05 +0200363 0x20, 0x21,
Matthew Ranostaye1f0d662007-12-13 17:47:21 +0100364};
365
Takashi Iwai2b635362011-05-02 12:33:43 +0200366static const hda_nid_t stac92hd73xx_dmux_nids[2] = {
Matthew Ranostaye1f0d662007-12-13 17:47:21 +0100367 0x20, 0x21,
368};
369
Takashi Iwai2b635362011-05-02 12:33:43 +0200370static const hda_nid_t stac92hd73xx_smux_nids[2] = {
Matthew Ranostayd9737752008-09-07 12:03:41 +0200371 0x22, 0x23,
372};
373
Takashi Iwai6479c632009-07-28 18:20:25 +0200374#define STAC92HD73XX_NUM_CAPS 2
Takashi Iwai2b635362011-05-02 12:33:43 +0200375static const unsigned long stac92hd73xx_capvols[] = {
Takashi Iwai6479c632009-07-28 18:20:25 +0200376 HDA_COMPOSE_AMP_VAL(0x20, 3, 0, HDA_OUTPUT),
377 HDA_COMPOSE_AMP_VAL(0x21, 3, 0, HDA_OUTPUT),
378};
379#define stac92hd73xx_capsws stac92hd73xx_capvols
380
Matthew Ranostayd0513fc2008-07-27 10:30:30 +0200381#define STAC92HD83_DAC_COUNT 3
Matthew Ranostayd0513fc2008-07-27 10:30:30 +0200382
Charles Chinafef2cf2011-11-11 08:05:28 +0100383static const hda_nid_t stac92hd83xxx_pwr_nids[7] = {
384 0x0a, 0x0b, 0x0c, 0xd, 0x0e,
385 0x0f, 0x10
Matthew Ranostayd0513fc2008-07-27 10:30:30 +0200386};
387
Takashi Iwai2b635362011-05-02 12:33:43 +0200388static const hda_nid_t stac92hd83xxx_slave_dig_outs[2] = {
Matthew Ranostay0ffa9802008-09-08 11:20:05 -0400389 0x1e, 0,
390};
391
Takashi Iwai2b635362011-05-02 12:33:43 +0200392static const hda_nid_t stac92hd83xxx_dmic_nids[] = {
Vitaliy Kulikov699d8992011-03-10 13:43:35 -0600393 0x11, 0x20,
Vitaliy Kulikovab5a6eb2010-09-08 09:00:17 +0200394};
395
Takashi Iwai2b635362011-05-02 12:33:43 +0200396static const hda_nid_t stac92hd71bxx_pwr_nids[3] = {
Matthew Ranostaya64135a2008-01-10 16:55:06 +0100397 0x0a, 0x0d, 0x0f
398};
399
Takashi Iwai2b635362011-05-02 12:33:43 +0200400static const hda_nid_t stac92hd71bxx_adc_nids[2] = {
Matthew Ranostaye035b842007-11-06 11:53:55 +0100401 0x12, 0x13,
402};
403
Takashi Iwai2b635362011-05-02 12:33:43 +0200404static const hda_nid_t stac92hd71bxx_mux_nids[2] = {
Matthew Ranostaye035b842007-11-06 11:53:55 +0100405 0x1a, 0x1b
406};
407
Takashi Iwai2b635362011-05-02 12:33:43 +0200408static const hda_nid_t stac92hd71bxx_dmux_nids[2] = {
Matthew Ranostay4b33c762008-10-10 09:07:23 -0400409 0x1c, 0x1d,
Matthew Ranostaye1f0d662007-12-13 17:47:21 +0100410};
411
Takashi Iwai2b635362011-05-02 12:33:43 +0200412static const hda_nid_t stac92hd71bxx_smux_nids[2] = {
Matthew Ranostayd9737752008-09-07 12:03:41 +0200413 0x24, 0x25,
414};
415
Matthew Ranostaye035b842007-11-06 11:53:55 +0100416#define STAC92HD71BXX_NUM_DMICS 2
Takashi Iwai2b635362011-05-02 12:33:43 +0200417static const hda_nid_t stac92hd71bxx_dmic_nids[STAC92HD71BXX_NUM_DMICS + 1] = {
Matthew Ranostaye035b842007-11-06 11:53:55 +0100418 0x18, 0x19, 0
419};
420
Takashi Iwai2b635362011-05-02 12:33:43 +0200421static const hda_nid_t stac92hd71bxx_dmic_5port_nids[STAC92HD71BXX_NUM_DMICS] = {
422 0x18, 0
423};
424
425static const hda_nid_t stac92hd71bxx_slave_dig_outs[2] = {
Matthew Ranostay0ffa9802008-09-08 11:20:05 -0400426 0x22, 0
427};
428
Takashi Iwai6479c632009-07-28 18:20:25 +0200429#define STAC92HD71BXX_NUM_CAPS 2
Takashi Iwai2b635362011-05-02 12:33:43 +0200430static const unsigned long stac92hd71bxx_capvols[] = {
Takashi Iwai6479c632009-07-28 18:20:25 +0200431 HDA_COMPOSE_AMP_VAL(0x1c, 3, 0, HDA_OUTPUT),
432 HDA_COMPOSE_AMP_VAL(0x1d, 3, 0, HDA_OUTPUT),
433};
434#define stac92hd71bxx_capsws stac92hd71bxx_capvols
435
Takashi Iwai2b635362011-05-02 12:33:43 +0200436static const hda_nid_t stac925x_adc_nids[1] = {
Tobin Davis8e21c342007-01-08 11:04:17 +0100437 0x03,
438};
439
Takashi Iwai2b635362011-05-02 12:33:43 +0200440static const hda_nid_t stac925x_mux_nids[1] = {
Tobin Davis8e21c342007-01-08 11:04:17 +0100441 0x0f,
442};
443
Takashi Iwai2b635362011-05-02 12:33:43 +0200444static const hda_nid_t stac925x_dac_nids[1] = {
Tobin Davis8e21c342007-01-08 11:04:17 +0100445 0x02,
446};
447
Takashi Iwaif6e98522007-10-16 14:27:04 +0200448#define STAC925X_NUM_DMICS 1
Takashi Iwai2b635362011-05-02 12:33:43 +0200449static const hda_nid_t stac925x_dmic_nids[STAC925X_NUM_DMICS + 1] = {
Takashi Iwaif6e98522007-10-16 14:27:04 +0200450 0x15, 0
Tobin Davis2c11f952007-05-17 09:36:34 +0200451};
452
Takashi Iwai2b635362011-05-02 12:33:43 +0200453static const hda_nid_t stac925x_dmux_nids[1] = {
Takashi Iwai1697055e2007-12-18 18:05:52 +0100454 0x14,
455};
456
Takashi Iwai2b635362011-05-02 12:33:43 +0200457static const unsigned long stac925x_capvols[] = {
Takashi Iwai6479c632009-07-28 18:20:25 +0200458 HDA_COMPOSE_AMP_VAL(0x09, 3, 0, HDA_OUTPUT),
459};
Takashi Iwai2b635362011-05-02 12:33:43 +0200460static const unsigned long stac925x_capsws[] = {
Takashi Iwai6479c632009-07-28 18:20:25 +0200461 HDA_COMPOSE_AMP_VAL(0x14, 3, 0, HDA_OUTPUT),
462};
463
Takashi Iwai2b635362011-05-02 12:33:43 +0200464static const hda_nid_t stac922x_adc_nids[2] = {
Matt2f2f4252005-04-13 14:45:30 +0200465 0x06, 0x07,
466};
467
Takashi Iwai2b635362011-05-02 12:33:43 +0200468static const hda_nid_t stac922x_mux_nids[2] = {
Matt2f2f4252005-04-13 14:45:30 +0200469 0x12, 0x13,
470};
471
Takashi Iwai6479c632009-07-28 18:20:25 +0200472#define STAC922X_NUM_CAPS 2
Takashi Iwai2b635362011-05-02 12:33:43 +0200473static const unsigned long stac922x_capvols[] = {
Takashi Iwai6479c632009-07-28 18:20:25 +0200474 HDA_COMPOSE_AMP_VAL(0x17, 3, 0, HDA_INPUT),
475 HDA_COMPOSE_AMP_VAL(0x18, 3, 0, HDA_INPUT),
476};
477#define stac922x_capsws stac922x_capvols
478
Takashi Iwai2b635362011-05-02 12:33:43 +0200479static const hda_nid_t stac927x_slave_dig_outs[2] = {
Matthew Ranostay45c1d852009-02-04 17:49:41 -0500480 0x1f, 0,
481};
482
Takashi Iwai2b635362011-05-02 12:33:43 +0200483static const hda_nid_t stac927x_adc_nids[3] = {
Matt Porter3cc08dc2006-01-23 15:27:49 +0100484 0x07, 0x08, 0x09
485};
486
Takashi Iwai2b635362011-05-02 12:33:43 +0200487static const hda_nid_t stac927x_mux_nids[3] = {
Matt Porter3cc08dc2006-01-23 15:27:49 +0100488 0x15, 0x16, 0x17
489};
490
Takashi Iwai2b635362011-05-02 12:33:43 +0200491static const hda_nid_t stac927x_smux_nids[1] = {
Matthew Ranostayd9737752008-09-07 12:03:41 +0200492 0x21,
493};
494
Takashi Iwai2b635362011-05-02 12:33:43 +0200495static const hda_nid_t stac927x_dac_nids[6] = {
Matthew Ranostayb76c8502008-02-06 14:49:44 +0100496 0x02, 0x03, 0x04, 0x05, 0x06, 0
497};
498
Takashi Iwai2b635362011-05-02 12:33:43 +0200499static const hda_nid_t stac927x_dmux_nids[1] = {
Matthew Ranostaye1f0d662007-12-13 17:47:21 +0100500 0x1b,
501};
502
Matthew Ranostay7f168592007-10-18 17:38:17 +0200503#define STAC927X_NUM_DMICS 2
Takashi Iwai2b635362011-05-02 12:33:43 +0200504static const hda_nid_t stac927x_dmic_nids[STAC927X_NUM_DMICS + 1] = {
Matthew Ranostay7f168592007-10-18 17:38:17 +0200505 0x13, 0x14, 0
506};
507
Takashi Iwai6479c632009-07-28 18:20:25 +0200508#define STAC927X_NUM_CAPS 3
Takashi Iwai2b635362011-05-02 12:33:43 +0200509static const unsigned long stac927x_capvols[] = {
Takashi Iwai6479c632009-07-28 18:20:25 +0200510 HDA_COMPOSE_AMP_VAL(0x18, 3, 0, HDA_INPUT),
511 HDA_COMPOSE_AMP_VAL(0x19, 3, 0, HDA_INPUT),
512 HDA_COMPOSE_AMP_VAL(0x1a, 3, 0, HDA_INPUT),
513};
Takashi Iwai2b635362011-05-02 12:33:43 +0200514static const unsigned long stac927x_capsws[] = {
Takashi Iwai6479c632009-07-28 18:20:25 +0200515 HDA_COMPOSE_AMP_VAL(0x1b, 3, 0, HDA_OUTPUT),
516 HDA_COMPOSE_AMP_VAL(0x1c, 3, 0, HDA_OUTPUT),
517 HDA_COMPOSE_AMP_VAL(0x1d, 3, 0, HDA_OUTPUT),
518};
519
Takashi Iwaiea734962011-01-17 11:29:34 +0100520static const char * const stac927x_spdif_labels[5] = {
Matthew Ranostay65973632008-09-16 10:39:37 -0400521 "Digital Playback", "ADAT", "Analog Mux 1",
522 "Analog Mux 2", "Analog Mux 3"
523};
524
Takashi Iwai2b635362011-05-02 12:33:43 +0200525static const hda_nid_t stac9205_adc_nids[2] = {
Matt Porterf3302a52006-07-31 12:49:34 +0200526 0x12, 0x13
527};
528
Takashi Iwai2b635362011-05-02 12:33:43 +0200529static const hda_nid_t stac9205_mux_nids[2] = {
Matt Porterf3302a52006-07-31 12:49:34 +0200530 0x19, 0x1a
531};
532
Takashi Iwai2b635362011-05-02 12:33:43 +0200533static const hda_nid_t stac9205_dmux_nids[1] = {
Takashi Iwai1697055e2007-12-18 18:05:52 +0100534 0x1d,
Matthew Ranostaye1f0d662007-12-13 17:47:21 +0100535};
536
Takashi Iwai2b635362011-05-02 12:33:43 +0200537static const hda_nid_t stac9205_smux_nids[1] = {
Matthew Ranostayd9737752008-09-07 12:03:41 +0200538 0x21,
539};
540
Takashi Iwaif6e98522007-10-16 14:27:04 +0200541#define STAC9205_NUM_DMICS 2
Takashi Iwai2b635362011-05-02 12:33:43 +0200542static const hda_nid_t stac9205_dmic_nids[STAC9205_NUM_DMICS + 1] = {
Takashi Iwaif6e98522007-10-16 14:27:04 +0200543 0x17, 0x18, 0
Matt Porter8b657272006-10-26 17:12:59 +0200544};
545
Takashi Iwai6479c632009-07-28 18:20:25 +0200546#define STAC9205_NUM_CAPS 2
Takashi Iwai2b635362011-05-02 12:33:43 +0200547static const unsigned long stac9205_capvols[] = {
Takashi Iwai6479c632009-07-28 18:20:25 +0200548 HDA_COMPOSE_AMP_VAL(0x1b, 3, 0, HDA_INPUT),
549 HDA_COMPOSE_AMP_VAL(0x1c, 3, 0, HDA_INPUT),
550};
Takashi Iwai2b635362011-05-02 12:33:43 +0200551static const unsigned long stac9205_capsws[] = {
Takashi Iwai6479c632009-07-28 18:20:25 +0200552 HDA_COMPOSE_AMP_VAL(0x1d, 3, 0, HDA_OUTPUT),
553 HDA_COMPOSE_AMP_VAL(0x1e, 3, 0, HDA_OUTPUT),
554};
555
Takashi Iwai2b635362011-05-02 12:33:43 +0200556static const hda_nid_t stac9200_pin_nids[8] = {
Tobin Davis93ed1502006-09-01 21:03:12 +0200557 0x08, 0x09, 0x0d, 0x0e,
558 0x0f, 0x10, 0x11, 0x12,
Matt2f2f4252005-04-13 14:45:30 +0200559};
560
Takashi Iwai2b635362011-05-02 12:33:43 +0200561static const hda_nid_t stac925x_pin_nids[8] = {
Tobin Davis8e21c342007-01-08 11:04:17 +0100562 0x07, 0x08, 0x0a, 0x0b,
563 0x0c, 0x0d, 0x10, 0x11,
564};
565
Takashi Iwai2b635362011-05-02 12:33:43 +0200566static const hda_nid_t stac922x_pin_nids[10] = {
Matt2f2f4252005-04-13 14:45:30 +0200567 0x0a, 0x0b, 0x0c, 0x0d, 0x0e,
568 0x0f, 0x10, 0x11, 0x15, 0x1b,
569};
570
Takashi Iwai2b635362011-05-02 12:33:43 +0200571static const hda_nid_t stac92hd73xx_pin_nids[13] = {
Matthew Ranostaye1f0d662007-12-13 17:47:21 +0100572 0x0a, 0x0b, 0x0c, 0x0d, 0x0e,
573 0x0f, 0x10, 0x11, 0x12, 0x13,
Matthew Ranostayd9737752008-09-07 12:03:41 +0200574 0x14, 0x22, 0x23
Matthew Ranostaye1f0d662007-12-13 17:47:21 +0100575};
576
Herton Ronaldo Krzesinski616f89e2009-02-04 11:23:19 -0500577#define STAC92HD71BXX_NUM_PINS 13
Takashi Iwai2b635362011-05-02 12:33:43 +0200578static const hda_nid_t stac92hd71bxx_pin_nids_4port[STAC92HD71BXX_NUM_PINS] = {
Herton Ronaldo Krzesinski616f89e2009-02-04 11:23:19 -0500579 0x0a, 0x0b, 0x0c, 0x0d, 0x00,
580 0x00, 0x14, 0x18, 0x19, 0x1e,
581 0x1f, 0x20, 0x27
582};
Takashi Iwai2b635362011-05-02 12:33:43 +0200583static const hda_nid_t stac92hd71bxx_pin_nids_6port[STAC92HD71BXX_NUM_PINS] = {
Matthew Ranostaye035b842007-11-06 11:53:55 +0100584 0x0a, 0x0b, 0x0c, 0x0d, 0x0e,
585 0x0f, 0x14, 0x18, 0x19, 0x1e,
Herton Ronaldo Krzesinski616f89e2009-02-04 11:23:19 -0500586 0x1f, 0x20, 0x27
Matthew Ranostaye035b842007-11-06 11:53:55 +0100587};
588
Takashi Iwai2b635362011-05-02 12:33:43 +0200589static const hda_nid_t stac927x_pin_nids[14] = {
Matt Porter3cc08dc2006-01-23 15:27:49 +0100590 0x0a, 0x0b, 0x0c, 0x0d, 0x0e,
591 0x0f, 0x10, 0x11, 0x12, 0x13,
592 0x14, 0x21, 0x22, 0x23,
593};
594
Takashi Iwai2b635362011-05-02 12:33:43 +0200595static const hda_nid_t stac9205_pin_nids[12] = {
Matt Porterf3302a52006-07-31 12:49:34 +0200596 0x0a, 0x0b, 0x0c, 0x0d, 0x0e,
597 0x0f, 0x14, 0x16, 0x17, 0x18,
598 0x21, 0x22,
Matt Porterf3302a52006-07-31 12:49:34 +0200599};
600
Matt Porter8b657272006-10-26 17:12:59 +0200601static int stac92xx_dmux_enum_info(struct snd_kcontrol *kcontrol,
602 struct snd_ctl_elem_info *uinfo)
603{
604 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
605 struct sigmatel_spec *spec = codec->spec;
606 return snd_hda_input_mux_info(spec->dinput_mux, uinfo);
607}
608
609static int stac92xx_dmux_enum_get(struct snd_kcontrol *kcontrol,
610 struct snd_ctl_elem_value *ucontrol)
611{
612 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
613 struct sigmatel_spec *spec = codec->spec;
Matthew Ranostaye1f0d662007-12-13 17:47:21 +0100614 unsigned int dmux_idx = snd_ctl_get_ioffidx(kcontrol, &ucontrol->id);
Matt Porter8b657272006-10-26 17:12:59 +0200615
Matthew Ranostaye1f0d662007-12-13 17:47:21 +0100616 ucontrol->value.enumerated.item[0] = spec->cur_dmux[dmux_idx];
Matt Porter8b657272006-10-26 17:12:59 +0200617 return 0;
618}
619
620static int stac92xx_dmux_enum_put(struct snd_kcontrol *kcontrol,
621 struct snd_ctl_elem_value *ucontrol)
622{
623 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
624 struct sigmatel_spec *spec = codec->spec;
Matthew Ranostaye1f0d662007-12-13 17:47:21 +0100625 unsigned int dmux_idx = snd_ctl_get_ioffidx(kcontrol, &ucontrol->id);
Matt Porter8b657272006-10-26 17:12:59 +0200626
627 return snd_hda_input_mux_put(codec, spec->dinput_mux, ucontrol,
Matthew Ranostaye1f0d662007-12-13 17:47:21 +0100628 spec->dmux_nids[dmux_idx], &spec->cur_dmux[dmux_idx]);
Matt Porter8b657272006-10-26 17:12:59 +0200629}
630
Matthew Ranostayd9737752008-09-07 12:03:41 +0200631static int stac92xx_smux_enum_info(struct snd_kcontrol *kcontrol,
632 struct snd_ctl_elem_info *uinfo)
633{
634 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
635 struct sigmatel_spec *spec = codec->spec;
636 return snd_hda_input_mux_info(spec->sinput_mux, uinfo);
637}
638
639static int stac92xx_smux_enum_get(struct snd_kcontrol *kcontrol,
640 struct snd_ctl_elem_value *ucontrol)
641{
642 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
643 struct sigmatel_spec *spec = codec->spec;
644 unsigned int smux_idx = snd_ctl_get_ioffidx(kcontrol, &ucontrol->id);
645
646 ucontrol->value.enumerated.item[0] = spec->cur_smux[smux_idx];
647 return 0;
648}
649
650static int stac92xx_smux_enum_put(struct snd_kcontrol *kcontrol,
651 struct snd_ctl_elem_value *ucontrol)
652{
653 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
654 struct sigmatel_spec *spec = codec->spec;
Matthew Ranostay00ef50c2008-09-27 18:13:47 -0400655 struct hda_input_mux *smux = &spec->private_smux;
Matthew Ranostayd9737752008-09-07 12:03:41 +0200656 unsigned int smux_idx = snd_ctl_get_ioffidx(kcontrol, &ucontrol->id);
Matthew Ranostay00ef50c2008-09-27 18:13:47 -0400657 int err, val;
658 hda_nid_t nid;
Matthew Ranostayd9737752008-09-07 12:03:41 +0200659
Matthew Ranostay00ef50c2008-09-27 18:13:47 -0400660 err = snd_hda_input_mux_put(codec, spec->sinput_mux, ucontrol,
Matthew Ranostayd9737752008-09-07 12:03:41 +0200661 spec->smux_nids[smux_idx], &spec->cur_smux[smux_idx]);
Matthew Ranostay00ef50c2008-09-27 18:13:47 -0400662 if (err < 0)
663 return err;
664
665 if (spec->spdif_mute) {
666 if (smux_idx == 0)
667 nid = spec->multiout.dig_out_nid;
668 else
669 nid = codec->slave_dig_outs[smux_idx - 1];
670 if (spec->cur_smux[smux_idx] == smux->num_items - 1)
Takashi Iwaic9b46f92008-12-01 11:42:09 +0100671 val = HDA_AMP_MUTE;
Matthew Ranostay00ef50c2008-09-27 18:13:47 -0400672 else
Takashi Iwaic9b46f92008-12-01 11:42:09 +0100673 val = 0;
Matthew Ranostay00ef50c2008-09-27 18:13:47 -0400674 /* un/mute SPDIF out */
Takashi Iwaic9b46f92008-12-01 11:42:09 +0100675 snd_hda_codec_amp_stereo(codec, nid, HDA_OUTPUT, 0,
676 HDA_AMP_MUTE, val);
Matthew Ranostay00ef50c2008-09-27 18:13:47 -0400677 }
678 return 0;
Matthew Ranostayd9737752008-09-07 12:03:41 +0200679}
680
Vitaliy Kulikov45eebda2011-07-26 16:56:20 -0500681static int stac_vrefout_set(struct hda_codec *codec,
682 hda_nid_t nid, unsigned int new_vref)
683{
684 int error, pinctl;
685
686 snd_printdd("%s, nid %x ctl %x\n", __func__, nid, new_vref);
687 pinctl = snd_hda_codec_read(codec, nid, 0,
688 AC_VERB_GET_PIN_WIDGET_CONTROL, 0);
689
690 if (pinctl < 0)
691 return pinctl;
692
693 pinctl &= 0xff;
694 pinctl &= ~AC_PINCTL_VREFEN;
695 pinctl |= (new_vref & AC_PINCTL_VREFEN);
696
Takashi Iwaicdd03ce2012-04-20 12:34:50 +0200697 error = snd_hda_set_pin_ctl_cache(codec, nid, pinctl);
Vitaliy Kulikov45eebda2011-07-26 16:56:20 -0500698 if (error < 0)
699 return error;
700
701 return 1;
702}
703
Nickolas Lloyd2fc99892009-05-15 15:33:30 +0200704static unsigned int stac92xx_vref_set(struct hda_codec *codec,
705 hda_nid_t nid, unsigned int new_vref)
706{
Takashi Iwaib8621512009-06-22 08:00:10 +0200707 int error;
Nickolas Lloyd2fc99892009-05-15 15:33:30 +0200708 unsigned int pincfg;
709 pincfg = snd_hda_codec_read(codec, nid, 0,
710 AC_VERB_GET_PIN_WIDGET_CONTROL, 0);
711
712 pincfg &= 0xff;
713 pincfg &= ~(AC_PINCTL_VREFEN | AC_PINCTL_IN_EN | AC_PINCTL_OUT_EN);
714 pincfg |= new_vref;
715
716 if (new_vref == AC_PINCTL_VREF_HIZ)
717 pincfg |= AC_PINCTL_OUT_EN;
718 else
719 pincfg |= AC_PINCTL_IN_EN;
720
Takashi Iwaicdd03ce2012-04-20 12:34:50 +0200721 error = snd_hda_set_pin_ctl_cache(codec, nid, pincfg);
Nickolas Lloyd2fc99892009-05-15 15:33:30 +0200722 if (error < 0)
723 return error;
724 else
725 return 1;
726}
727
728static unsigned int stac92xx_vref_get(struct hda_codec *codec, hda_nid_t nid)
729{
730 unsigned int vref;
731 vref = snd_hda_codec_read(codec, nid, 0,
732 AC_VERB_GET_PIN_WIDGET_CONTROL, 0);
733 vref &= AC_PINCTL_VREFEN;
734 return vref;
735}
736
Takashi Iwaic8b6bf92005-11-17 14:57:47 +0100737static int stac92xx_mux_enum_info(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_info *uinfo)
Matt2f2f4252005-04-13 14:45:30 +0200738{
739 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
740 struct sigmatel_spec *spec = codec->spec;
Mattc7d4b2f2005-06-27 14:59:41 +0200741 return snd_hda_input_mux_info(spec->input_mux, uinfo);
Matt2f2f4252005-04-13 14:45:30 +0200742}
743
Takashi Iwaic8b6bf92005-11-17 14:57:47 +0100744static int stac92xx_mux_enum_get(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol)
Matt2f2f4252005-04-13 14:45:30 +0200745{
746 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
747 struct sigmatel_spec *spec = codec->spec;
748 unsigned int adc_idx = snd_ctl_get_ioffidx(kcontrol, &ucontrol->id);
749
750 ucontrol->value.enumerated.item[0] = spec->cur_mux[adc_idx];
751 return 0;
752}
753
Takashi Iwaic8b6bf92005-11-17 14:57:47 +0100754static int stac92xx_mux_enum_put(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol)
Matt2f2f4252005-04-13 14:45:30 +0200755{
756 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
757 struct sigmatel_spec *spec = codec->spec;
758 unsigned int adc_idx = snd_ctl_get_ioffidx(kcontrol, &ucontrol->id);
Takashi Iwai5207e102009-07-30 13:09:08 +0200759 const struct hda_input_mux *imux = spec->input_mux;
Vitaliy Kulikov094a4242011-03-09 19:47:43 -0600760 unsigned int idx, prev_idx, didx;
Matt2f2f4252005-04-13 14:45:30 +0200761
Takashi Iwai5207e102009-07-30 13:09:08 +0200762 idx = ucontrol->value.enumerated.item[0];
763 if (idx >= imux->num_items)
764 idx = imux->num_items - 1;
765 prev_idx = spec->cur_mux[adc_idx];
766 if (prev_idx == idx)
767 return 0;
768 if (idx < spec->num_analog_muxes) {
769 snd_hda_codec_write_cache(codec, spec->mux_nids[adc_idx], 0,
770 AC_VERB_SET_CONNECT_SEL,
771 imux->items[idx].index);
Vitaliy Kulikov094a4242011-03-09 19:47:43 -0600772 if (prev_idx >= spec->num_analog_muxes &&
773 spec->mux_nids[adc_idx] != spec->dmux_nids[adc_idx]) {
Takashi Iwai5207e102009-07-30 13:09:08 +0200774 imux = spec->dinput_mux;
775 /* 0 = analog */
776 snd_hda_codec_write_cache(codec,
777 spec->dmux_nids[adc_idx], 0,
778 AC_VERB_SET_CONNECT_SEL,
779 imux->items[0].index);
780 }
781 } else {
782 imux = spec->dinput_mux;
Vitaliy Kulikov094a4242011-03-09 19:47:43 -0600783 /* first dimux item is hardcoded to select analog imux,
784 * so lets skip it
785 */
786 didx = idx - spec->num_analog_muxes + 1;
Takashi Iwai5207e102009-07-30 13:09:08 +0200787 snd_hda_codec_write_cache(codec, spec->dmux_nids[adc_idx], 0,
788 AC_VERB_SET_CONNECT_SEL,
Vitaliy Kulikov094a4242011-03-09 19:47:43 -0600789 imux->items[didx].index);
Takashi Iwai5207e102009-07-30 13:09:08 +0200790 }
791 spec->cur_mux[adc_idx] = idx;
792 return 1;
Matt2f2f4252005-04-13 14:45:30 +0200793}
794
Matthew Ranostayb22b4822008-01-22 12:32:30 +0100795static int stac92xx_mono_mux_enum_info(struct snd_kcontrol *kcontrol,
796 struct snd_ctl_elem_info *uinfo)
797{
798 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
799 struct sigmatel_spec *spec = codec->spec;
800 return snd_hda_input_mux_info(spec->mono_mux, uinfo);
801}
802
803static int stac92xx_mono_mux_enum_get(struct snd_kcontrol *kcontrol,
804 struct snd_ctl_elem_value *ucontrol)
805{
806 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
807 struct sigmatel_spec *spec = codec->spec;
808
809 ucontrol->value.enumerated.item[0] = spec->cur_mmux;
810 return 0;
811}
812
813static int stac92xx_mono_mux_enum_put(struct snd_kcontrol *kcontrol,
814 struct snd_ctl_elem_value *ucontrol)
815{
816 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
817 struct sigmatel_spec *spec = codec->spec;
818
819 return snd_hda_input_mux_put(codec, spec->mono_mux, ucontrol,
820 spec->mono_nid, &spec->cur_mmux);
821}
822
Maxim Levitsky5f10c4a2007-09-03 15:29:37 +0200823#define stac92xx_aloopback_info snd_ctl_boolean_mono_info
824
825static int stac92xx_aloopback_get(struct snd_kcontrol *kcontrol,
826 struct snd_ctl_elem_value *ucontrol)
827{
828 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
Matthew Ranostaye1f0d662007-12-13 17:47:21 +0100829 unsigned int idx = snd_ctl_get_ioffidx(kcontrol, &ucontrol->id);
Maxim Levitsky5f10c4a2007-09-03 15:29:37 +0200830 struct sigmatel_spec *spec = codec->spec;
831
Matthew Ranostaye1f0d662007-12-13 17:47:21 +0100832 ucontrol->value.integer.value[0] = !!(spec->aloopback &
833 (spec->aloopback_mask << idx));
Maxim Levitsky5f10c4a2007-09-03 15:29:37 +0200834 return 0;
835}
836
837static int stac92xx_aloopback_put(struct snd_kcontrol *kcontrol,
838 struct snd_ctl_elem_value *ucontrol)
839{
840 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
841 struct sigmatel_spec *spec = codec->spec;
Matthew Ranostaye1f0d662007-12-13 17:47:21 +0100842 unsigned int idx = snd_ctl_get_ioffidx(kcontrol, &ucontrol->id);
Maxim Levitsky5f10c4a2007-09-03 15:29:37 +0200843 unsigned int dac_mode;
Matthew Ranostaye1f0d662007-12-13 17:47:21 +0100844 unsigned int val, idx_val;
Maxim Levitsky5f10c4a2007-09-03 15:29:37 +0200845
Matthew Ranostaye1f0d662007-12-13 17:47:21 +0100846 idx_val = spec->aloopback_mask << idx;
847 if (ucontrol->value.integer.value[0])
848 val = spec->aloopback | idx_val;
849 else
850 val = spec->aloopback & ~idx_val;
Takashi Iwai68ea7b22007-11-15 15:54:38 +0100851 if (spec->aloopback == val)
Maxim Levitsky5f10c4a2007-09-03 15:29:37 +0200852 return 0;
853
Takashi Iwai68ea7b22007-11-15 15:54:38 +0100854 spec->aloopback = val;
Maxim Levitsky5f10c4a2007-09-03 15:29:37 +0200855
Matthew Ranostaye1f0d662007-12-13 17:47:21 +0100856 /* Only return the bits defined by the shift value of the
857 * first two bytes of the mask
858 */
Maxim Levitsky5f10c4a2007-09-03 15:29:37 +0200859 dac_mode = snd_hda_codec_read(codec, codec->afg, 0,
Matthew Ranostaye1f0d662007-12-13 17:47:21 +0100860 kcontrol->private_value & 0xFFFF, 0x0);
861 dac_mode >>= spec->aloopback_shift;
Maxim Levitsky5f10c4a2007-09-03 15:29:37 +0200862
Matthew Ranostaye1f0d662007-12-13 17:47:21 +0100863 if (spec->aloopback & idx_val) {
Maxim Levitsky5f10c4a2007-09-03 15:29:37 +0200864 snd_hda_power_up(codec);
Matthew Ranostaye1f0d662007-12-13 17:47:21 +0100865 dac_mode |= idx_val;
Maxim Levitsky5f10c4a2007-09-03 15:29:37 +0200866 } else {
867 snd_hda_power_down(codec);
Matthew Ranostaye1f0d662007-12-13 17:47:21 +0100868 dac_mode &= ~idx_val;
Maxim Levitsky5f10c4a2007-09-03 15:29:37 +0200869 }
870
871 snd_hda_codec_write_cache(codec, codec->afg, 0,
872 kcontrol->private_value >> 16, dac_mode);
873
874 return 1;
875}
876
Takashi Iwai2b635362011-05-02 12:33:43 +0200877static const struct hda_verb stac9200_core_init[] = {
Matt2f2f4252005-04-13 14:45:30 +0200878 /* set dac0mux for dac converter */
Mattc7d4b2f2005-06-27 14:59:41 +0200879 { 0x07, AC_VERB_SET_CONNECT_SEL, 0x00},
Matt2f2f4252005-04-13 14:45:30 +0200880 {}
881};
882
Takashi Iwai2b635362011-05-02 12:33:43 +0200883static const struct hda_verb stac9200_eapd_init[] = {
Takashi Iwai1194b5b2007-10-10 10:04:26 +0200884 /* set dac0mux for dac converter */
885 {0x07, AC_VERB_SET_CONNECT_SEL, 0x00},
886 {0x08, AC_VERB_SET_EAPD_BTLENABLE, 0x02},
887 {}
888};
889
Takashi Iwai2b635362011-05-02 12:33:43 +0200890static const struct hda_verb dell_eq_core_init[] = {
Matthew Ranostayd654a662008-03-14 08:46:51 +0100891 /* set master volume to max value without distortion
892 * and direct control */
893 { 0x1f, AC_VERB_SET_VOLUME_KNOB_CONTROL, 0xec},
Matthew Ranostayd654a662008-03-14 08:46:51 +0100894 {}
895};
896
Takashi Iwai2b635362011-05-02 12:33:43 +0200897static const struct hda_verb stac92hd73xx_core_init[] = {
Matthew Ranostaye1f0d662007-12-13 17:47:21 +0100898 /* set master volume and direct control */
899 { 0x1f, AC_VERB_SET_VOLUME_KNOB_CONTROL, 0xff},
Matthew Ranostaye1f0d662007-12-13 17:47:21 +0100900 {}
901};
902
Takashi Iwai2b635362011-05-02 12:33:43 +0200903static const struct hda_verb stac92hd83xxx_core_init[] = {
Matthew Ranostayd0513fc2008-07-27 10:30:30 +0200904 /* power state controls amps */
905 { 0x01, AC_VERB_SET_EAPD, 1 << 2},
Herton Ronaldo Krzesinski574f3c42008-12-23 16:53:00 -0200906 {}
Matthew Ranostayd0513fc2008-07-27 10:30:30 +0200907};
908
Vitaliy Kulikov5556e142012-02-27 16:47:37 -0600909static const struct hda_verb stac92hd83xxx_hp_zephyr_init[] = {
910 { 0x22, 0x785, 0x43 },
911 { 0x22, 0x782, 0xe0 },
912 { 0x22, 0x795, 0x00 },
913 {}
914};
915
Takashi Iwai2b635362011-05-02 12:33:43 +0200916static const struct hda_verb stac92hd71bxx_core_init[] = {
Matthew Ranostaye035b842007-11-06 11:53:55 +0100917 /* set master volume and direct control */
918 { 0x28, AC_VERB_SET_VOLUME_KNOB_CONTROL, 0xff},
Herton Ronaldo Krzesinski574f3c42008-12-23 16:53:00 -0200919 {}
Matthew Ranostay541eee82007-12-14 12:08:04 +0100920};
921
Takashi Iwai2b635362011-05-02 12:33:43 +0200922static const struct hda_verb stac92hd71bxx_unmute_core_init[] = {
Matthew Ranostayca8d33f2009-01-26 09:33:52 -0500923 /* unmute right and left channels for nodes 0x0f, 0xa, 0x0d */
924 { 0x0f, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
Matthew Ranostaye035b842007-11-06 11:53:55 +0100925 { 0x0a, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
926 { 0x0d, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
Matthew Ranostaye035b842007-11-06 11:53:55 +0100927 {}
928};
929
Takashi Iwai2b635362011-05-02 12:33:43 +0200930static const struct hda_verb stac925x_core_init[] = {
Tobin Davis8e21c342007-01-08 11:04:17 +0100931 /* set dac0mux for dac converter */
932 { 0x06, AC_VERB_SET_CONNECT_SEL, 0x00},
Takashi Iwaic9280d62009-01-15 17:31:00 +0100933 /* mute the master volume */
934 { 0x0e, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_MUTE },
Tobin Davis8e21c342007-01-08 11:04:17 +0100935 {}
936};
937
Takashi Iwai2b635362011-05-02 12:33:43 +0200938static const struct hda_verb stac922x_core_init[] = {
Matt2f2f4252005-04-13 14:45:30 +0200939 /* set master volume and direct control */
Mattc7d4b2f2005-06-27 14:59:41 +0200940 { 0x16, AC_VERB_SET_VOLUME_KNOB_CONTROL, 0xff},
Matt2f2f4252005-04-13 14:45:30 +0200941 {}
942};
943
Takashi Iwai2b635362011-05-02 12:33:43 +0200944static const struct hda_verb d965_core_init[] = {
Takashi Iwai19039bd2006-06-28 15:52:16 +0200945 /* set master volume and direct control */
Tobin Davis93ed1502006-09-01 21:03:12 +0200946 { 0x24, AC_VERB_SET_VOLUME_KNOB_CONTROL, 0xff},
Takashi Iwai19039bd2006-06-28 15:52:16 +0200947 /* unmute node 0x1b */
948 { 0x1b, AC_VERB_SET_AMP_GAIN_MUTE, 0xb000},
949 /* select node 0x03 as DAC */
950 { 0x0b, AC_VERB_SET_CONNECT_SEL, 0x01},
951 {}
952};
953
Takashi Iwai2b635362011-05-02 12:33:43 +0200954static const struct hda_verb dell_3st_core_init[] = {
Takashi Iwaiccca7cd2009-10-13 15:32:21 +0200955 /* don't set delta bit */
956 {0x24, AC_VERB_SET_VOLUME_KNOB_CONTROL, 0x7f},
957 /* unmute node 0x1b */
958 {0x1b, AC_VERB_SET_AMP_GAIN_MUTE, 0xb000},
959 /* select node 0x03 as DAC */
960 {0x0b, AC_VERB_SET_CONNECT_SEL, 0x01},
961 {}
962};
963
Takashi Iwai2b635362011-05-02 12:33:43 +0200964static const struct hda_verb stac927x_core_init[] = {
Matt Porter3cc08dc2006-01-23 15:27:49 +0100965 /* set master volume and direct control */
966 { 0x24, AC_VERB_SET_VOLUME_KNOB_CONTROL, 0xff},
Matthew Ranostay1cd22242008-07-18 18:20:52 +0200967 /* enable analog pc beep path */
968 { 0x01, AC_VERB_SET_DIGI_CONVERT_2, 1 << 5},
Matt Porter3cc08dc2006-01-23 15:27:49 +0100969 {}
970};
971
Takashi Iwai2b635362011-05-02 12:33:43 +0200972static const struct hda_verb stac927x_volknob_core_init[] = {
Takashi Iwai54930532009-10-11 17:38:29 +0200973 /* don't set delta bit */
974 {0x24, AC_VERB_SET_VOLUME_KNOB_CONTROL, 0x7f},
975 /* enable analog pc beep path */
976 {0x01, AC_VERB_SET_DIGI_CONVERT_2, 1 << 5},
977 {}
978};
979
Takashi Iwai2b635362011-05-02 12:33:43 +0200980static const struct hda_verb stac9205_core_init[] = {
Matt Porterf3302a52006-07-31 12:49:34 +0200981 /* set master volume and direct control */
982 { 0x24, AC_VERB_SET_VOLUME_KNOB_CONTROL, 0xff},
Matthew Ranostayd0513fc2008-07-27 10:30:30 +0200983 /* enable analog pc beep path */
984 { 0x01, AC_VERB_SET_DIGI_CONVERT_2, 1 << 5},
Matt Porterf3302a52006-07-31 12:49:34 +0200985 {}
986};
987
Matthew Ranostayb22b4822008-01-22 12:32:30 +0100988#define STAC_MONO_MUX \
989 { \
990 .iface = SNDRV_CTL_ELEM_IFACE_MIXER, \
991 .name = "Mono Mux", \
992 .count = 1, \
993 .info = stac92xx_mono_mux_enum_info, \
994 .get = stac92xx_mono_mux_enum_get, \
995 .put = stac92xx_mono_mux_enum_put, \
996 }
997
Matthew Ranostaye1f0d662007-12-13 17:47:21 +0100998#define STAC_ANALOG_LOOPBACK(verb_read, verb_write, cnt) \
Maxim Levitsky5f10c4a2007-09-03 15:29:37 +0200999 { \
1000 .iface = SNDRV_CTL_ELEM_IFACE_MIXER, \
1001 .name = "Analog Loopback", \
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01001002 .count = cnt, \
Maxim Levitsky5f10c4a2007-09-03 15:29:37 +02001003 .info = stac92xx_aloopback_info, \
1004 .get = stac92xx_aloopback_get, \
1005 .put = stac92xx_aloopback_put, \
1006 .private_value = verb_read | (verb_write << 16), \
1007 }
1008
Nickolas Lloyd2fc99892009-05-15 15:33:30 +02001009#define DC_BIAS(xname, idx, nid) \
1010 { \
1011 .iface = SNDRV_CTL_ELEM_IFACE_MIXER, \
1012 .name = xname, \
1013 .index = idx, \
1014 .info = stac92xx_dc_bias_info, \
1015 .get = stac92xx_dc_bias_get, \
1016 .put = stac92xx_dc_bias_put, \
1017 .private_value = nid, \
1018 }
1019
Takashi Iwai2b635362011-05-02 12:33:43 +02001020static const struct snd_kcontrol_new stac9200_mixer[] = {
Takashi Iwai2faa3bf2012-03-12 12:30:22 +01001021 HDA_CODEC_VOLUME_MIN_MUTE("PCM Playback Volume", 0xb, 0, HDA_OUTPUT),
1022 HDA_CODEC_MUTE("PCM Playback Switch", 0xb, 0, HDA_OUTPUT),
Matt2f2f4252005-04-13 14:45:30 +02001023 HDA_CODEC_VOLUME("Capture Volume", 0x0a, 0, HDA_OUTPUT),
1024 HDA_CODEC_MUTE("Capture Switch", 0x0a, 0, HDA_OUTPUT),
Matt2f2f4252005-04-13 14:45:30 +02001025 { } /* end */
1026};
1027
Takashi Iwai2b635362011-05-02 12:33:43 +02001028static const struct snd_kcontrol_new stac92hd73xx_6ch_loopback[] = {
Takashi Iwaid78d7a92009-03-02 14:26:25 +01001029 STAC_ANALOG_LOOPBACK(0xFA0, 0x7A1, 3),
1030 {}
1031};
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01001032
Takashi Iwai2b635362011-05-02 12:33:43 +02001033static const struct snd_kcontrol_new stac92hd73xx_8ch_loopback[] = {
Takashi Iwaid78d7a92009-03-02 14:26:25 +01001034 STAC_ANALOG_LOOPBACK(0xFA0, 0x7A1, 4),
1035 {}
1036};
1037
Takashi Iwai2b635362011-05-02 12:33:43 +02001038static const struct snd_kcontrol_new stac92hd73xx_10ch_loopback[] = {
Takashi Iwaid78d7a92009-03-02 14:26:25 +01001039 STAC_ANALOG_LOOPBACK(0xFA0, 0x7A1, 5),
1040 {}
1041};
1042
Matthew Ranostayd0513fc2008-07-27 10:30:30 +02001043
Takashi Iwai2b635362011-05-02 12:33:43 +02001044static const struct snd_kcontrol_new stac92hd71bxx_loopback[] = {
Takashi Iwaid78d7a92009-03-02 14:26:25 +01001045 STAC_ANALOG_LOOPBACK(0xFA0, 0x7A0, 2)
1046};
Matthew Ranostay541eee82007-12-14 12:08:04 +01001047
Takashi Iwai2b635362011-05-02 12:33:43 +02001048static const struct snd_kcontrol_new stac925x_mixer[] = {
Takashi Iwai2faa3bf2012-03-12 12:30:22 +01001049 HDA_CODEC_VOLUME_MIN_MUTE("PCM Playback Volume", 0xe, 0, HDA_OUTPUT),
1050 HDA_CODEC_MUTE("PCM Playback Switch", 0x0e, 0, HDA_OUTPUT),
Maxim Levitsky9e05b7a2007-09-03 15:31:02 +02001051 { } /* end */
1052};
1053
Takashi Iwai2b635362011-05-02 12:33:43 +02001054static const struct snd_kcontrol_new stac9205_loopback[] = {
Takashi Iwaid78d7a92009-03-02 14:26:25 +01001055 STAC_ANALOG_LOOPBACK(0xFE0, 0x7E0, 1),
1056 {}
1057};
1058
Takashi Iwai2b635362011-05-02 12:33:43 +02001059static const struct snd_kcontrol_new stac927x_loopback[] = {
Takashi Iwaid78d7a92009-03-02 14:26:25 +01001060 STAC_ANALOG_LOOPBACK(0xFEB, 0x7EB, 1),
1061 {}
1062};
1063
Takashi Iwai1697055e2007-12-18 18:05:52 +01001064static struct snd_kcontrol_new stac_dmux_mixer = {
1065 .iface = SNDRV_CTL_ELEM_IFACE_MIXER,
1066 .name = "Digital Input Source",
1067 /* count set later */
1068 .info = stac92xx_dmux_enum_info,
1069 .get = stac92xx_dmux_enum_get,
1070 .put = stac92xx_dmux_enum_put,
1071};
1072
Matthew Ranostayd9737752008-09-07 12:03:41 +02001073static struct snd_kcontrol_new stac_smux_mixer = {
1074 .iface = SNDRV_CTL_ELEM_IFACE_MIXER,
Matthew Ranostaye3487972008-09-08 11:36:59 -04001075 .name = "IEC958 Playback Source",
Matthew Ranostayd9737752008-09-07 12:03:41 +02001076 /* count set later */
1077 .info = stac92xx_smux_enum_info,
1078 .get = stac92xx_smux_enum_get,
1079 .put = stac92xx_smux_enum_put,
1080};
1081
Takashi Iwai9322ca52012-02-03 14:28:01 +01001082static const char * const slave_pfxs[] = {
1083 "Front", "Surround", "Center", "LFE", "Side",
Takashi Iwaiab548d22012-09-06 10:10:11 +02001084 "Headphone", "Speaker", "IEC958", "PCM",
Takashi Iwai2134ea42008-01-10 16:53:55 +01001085 NULL
1086};
1087
Takashi Iwai2faa3bf2012-03-12 12:30:22 +01001088static void stac92xx_update_led_status(struct hda_codec *codec, int enabled);
1089
1090static void stac92xx_vmaster_hook(void *private_data, int val)
1091{
1092 stac92xx_update_led_status(private_data, val);
1093}
1094
Takashi Iwai603c4012008-07-30 15:01:44 +02001095static void stac92xx_free_kctls(struct hda_codec *codec);
1096
Matt2f2f4252005-04-13 14:45:30 +02001097static int stac92xx_build_controls(struct hda_codec *codec)
1098{
1099 struct sigmatel_spec *spec = codec->spec;
Takashi Iwai2faa3bf2012-03-12 12:30:22 +01001100 unsigned int vmaster_tlv[4];
Matt2f2f4252005-04-13 14:45:30 +02001101 int err;
Mattc7d4b2f2005-06-27 14:59:41 +02001102 int i;
Matt2f2f4252005-04-13 14:45:30 +02001103
Takashi Iwai6479c632009-07-28 18:20:25 +02001104 if (spec->mixer) {
1105 err = snd_hda_add_new_ctls(codec, spec->mixer);
1106 if (err < 0)
1107 return err;
1108 }
Mattc7d4b2f2005-06-27 14:59:41 +02001109
1110 for (i = 0; i < spec->num_mixers; i++) {
1111 err = snd_hda_add_new_ctls(codec, spec->mixers[i]);
1112 if (err < 0)
1113 return err;
1114 }
Takashi Iwai5207e102009-07-30 13:09:08 +02001115 if (!spec->auto_mic && spec->num_dmuxes > 0 &&
1116 snd_hda_get_bool_hint(codec, "separate_dmux") == 1) {
Takashi Iwai1697055e2007-12-18 18:05:52 +01001117 stac_dmux_mixer.count = spec->num_dmuxes;
Jaroslav Kysela3911a4c2009-11-11 13:43:01 +01001118 err = snd_hda_ctl_add(codec, 0,
Takashi Iwai1697055e2007-12-18 18:05:52 +01001119 snd_ctl_new1(&stac_dmux_mixer, codec));
1120 if (err < 0)
1121 return err;
1122 }
Matthew Ranostayd9737752008-09-07 12:03:41 +02001123 if (spec->num_smuxes > 0) {
Matthew Ranostay00ef50c2008-09-27 18:13:47 -04001124 int wcaps = get_wcaps(codec, spec->multiout.dig_out_nid);
1125 struct hda_input_mux *smux = &spec->private_smux;
1126 /* check for mute support on SPDIF out */
1127 if (wcaps & AC_WCAP_OUT_AMP) {
Takashi Iwai10a20af2010-09-09 16:28:02 +02001128 snd_hda_add_imux_item(smux, "Off", 0, NULL);
Matthew Ranostay00ef50c2008-09-27 18:13:47 -04001129 spec->spdif_mute = 1;
1130 }
Matthew Ranostayd9737752008-09-07 12:03:41 +02001131 stac_smux_mixer.count = spec->num_smuxes;
Jaroslav Kysela3911a4c2009-11-11 13:43:01 +01001132 err = snd_hda_ctl_add(codec, 0,
Matthew Ranostayd9737752008-09-07 12:03:41 +02001133 snd_ctl_new1(&stac_smux_mixer, codec));
1134 if (err < 0)
1135 return err;
1136 }
Mattc7d4b2f2005-06-27 14:59:41 +02001137
Mattdabbed62005-06-14 10:19:34 +02001138 if (spec->multiout.dig_out_nid) {
Stephen Warren74b654c2011-06-01 11:14:18 -06001139 err = snd_hda_create_spdif_out_ctls(codec,
1140 spec->multiout.dig_out_nid,
1141 spec->multiout.dig_out_nid);
Mattdabbed62005-06-14 10:19:34 +02001142 if (err < 0)
1143 return err;
Takashi Iwai9a081602008-02-12 18:37:26 +01001144 err = snd_hda_create_spdif_share_sw(codec,
1145 &spec->multiout);
1146 if (err < 0)
1147 return err;
1148 spec->multiout.share_spdif = 1;
Mattdabbed62005-06-14 10:19:34 +02001149 }
Harvey Harrisonda74ae32008-10-21 20:28:04 -07001150 if (spec->dig_in_nid && !(spec->gpio_dir & 0x01)) {
Mattdabbed62005-06-14 10:19:34 +02001151 err = snd_hda_create_spdif_in_ctls(codec, spec->dig_in_nid);
1152 if (err < 0)
1153 return err;
1154 }
Takashi Iwai2134ea42008-01-10 16:53:55 +01001155
1156 /* if we have no master control, let's create it */
Takashi Iwai2faa3bf2012-03-12 12:30:22 +01001157 snd_hda_set_vmaster_tlv(codec, spec->multiout.dac_nids[0],
1158 HDA_OUTPUT, vmaster_tlv);
1159 /* correct volume offset */
1160 vmaster_tlv[2] += vmaster_tlv[3] * spec->volume_offset;
1161 /* minimum value is actually mute */
1162 vmaster_tlv[3] |= TLV_DB_SCALE_MUTE;
1163 err = snd_hda_add_vmaster(codec, "Master Playback Volume",
1164 vmaster_tlv, slave_pfxs,
1165 "Playback Volume");
1166 if (err < 0)
1167 return err;
1168
1169 err = __snd_hda_add_vmaster(codec, "Master Playback Switch",
1170 NULL, slave_pfxs,
1171 "Playback Switch", true,
Takashi Iwaid2f344b2012-03-12 16:59:58 +01001172 &spec->vmaster_mute.sw_kctl);
Takashi Iwai2faa3bf2012-03-12 12:30:22 +01001173 if (err < 0)
1174 return err;
1175
1176 if (spec->gpio_led) {
Takashi Iwaid2f344b2012-03-12 16:59:58 +01001177 spec->vmaster_mute.hook = stac92xx_vmaster_hook;
Takashi Iwaif29735c2012-03-13 07:55:10 +01001178 err = snd_hda_add_vmaster_hook(codec, &spec->vmaster_mute, true);
Takashi Iwaid2f344b2012-03-12 16:59:58 +01001179 if (err < 0)
1180 return err;
Takashi Iwai2134ea42008-01-10 16:53:55 +01001181 }
1182
Takashi Iwaid78d7a92009-03-02 14:26:25 +01001183 if (spec->aloopback_ctl &&
1184 snd_hda_get_bool_hint(codec, "loopback") == 1) {
1185 err = snd_hda_add_new_ctls(codec, spec->aloopback_ctl);
1186 if (err < 0)
1187 return err;
1188 }
1189
Takashi Iwai603c4012008-07-30 15:01:44 +02001190 stac92xx_free_kctls(codec); /* no longer needed */
Takashi Iwaie4973e12008-11-18 09:32:42 +01001191
Takashi Iwai01a61e12011-10-28 00:03:22 +02001192 err = snd_hda_jack_add_kctls(codec, &spec->autocfg);
1193 if (err < 0)
1194 return err;
Takashi Iwaie4973e12008-11-18 09:32:42 +01001195
Mattdabbed62005-06-14 10:19:34 +02001196 return 0;
Matt2f2f4252005-04-13 14:45:30 +02001197}
1198
Takashi Iwai2b635362011-05-02 12:33:43 +02001199static const unsigned int ref9200_pin_configs[8] = {
Mattdabbed62005-06-14 10:19:34 +02001200 0x01c47010, 0x01447010, 0x0221401f, 0x01114010,
Matt2f2f4252005-04-13 14:45:30 +02001201 0x02a19020, 0x01a19021, 0x90100140, 0x01813122,
1202};
1203
Takashi Iwai2b635362011-05-02 12:33:43 +02001204static const unsigned int gateway9200_m4_pin_configs[8] = {
Mauro Carvalho Chehab58eec422008-08-11 10:18:39 +02001205 0x400000fe, 0x404500f4, 0x400100f0, 0x90110010,
1206 0x400100f1, 0x02a1902e, 0x500000f2, 0x500000f3,
1207};
Takashi Iwai2b635362011-05-02 12:33:43 +02001208static const unsigned int gateway9200_m4_2_pin_configs[8] = {
Mauro Carvalho Chehab58eec422008-08-11 10:18:39 +02001209 0x400000fe, 0x404500f4, 0x400100f0, 0x90110010,
1210 0x400100f1, 0x02a1902e, 0x500000f2, 0x500000f3,
1211};
1212
1213/*
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001214 STAC 9200 pin configs for
1215 102801A8
1216 102801DE
1217 102801E8
1218*/
Takashi Iwai2b635362011-05-02 12:33:43 +02001219static const unsigned int dell9200_d21_pin_configs[8] = {
Takashi Iwaiaf6c0162007-09-05 23:46:03 +02001220 0x400001f0, 0x400001f1, 0x02214030, 0x01014010,
1221 0x02a19020, 0x01a19021, 0x90100140, 0x01813122,
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001222};
1223
1224/*
1225 STAC 9200 pin configs for
1226 102801C0
1227 102801C1
1228*/
Takashi Iwai2b635362011-05-02 12:33:43 +02001229static const unsigned int dell9200_d22_pin_configs[8] = {
Takashi Iwaiaf6c0162007-09-05 23:46:03 +02001230 0x400001f0, 0x400001f1, 0x0221401f, 0x01014010,
1231 0x01813020, 0x02a19021, 0x90100140, 0x400001f2,
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001232};
1233
1234/*
1235 STAC 9200 pin configs for
1236 102801C4 (Dell Dimension E310)
1237 102801C5
1238 102801C7
1239 102801D9
1240 102801DA
1241 102801E3
1242*/
Takashi Iwai2b635362011-05-02 12:33:43 +02001243static const unsigned int dell9200_d23_pin_configs[8] = {
Takashi Iwaiaf6c0162007-09-05 23:46:03 +02001244 0x400001f0, 0x400001f1, 0x0221401f, 0x01014010,
1245 0x01813020, 0x01a19021, 0x90100140, 0x400001f2,
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001246};
1247
1248
1249/*
1250 STAC 9200-32 pin configs for
1251 102801B5 (Dell Inspiron 630m)
1252 102801D8 (Dell Inspiron 640m)
1253*/
Takashi Iwai2b635362011-05-02 12:33:43 +02001254static const unsigned int dell9200_m21_pin_configs[8] = {
Takashi Iwaiaf6c0162007-09-05 23:46:03 +02001255 0x40c003fa, 0x03441340, 0x0321121f, 0x90170310,
1256 0x408003fb, 0x03a11020, 0x401003fc, 0x403003fd,
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001257};
1258
1259/*
1260 STAC 9200-32 pin configs for
1261 102801C2 (Dell Latitude D620)
1262 102801C8
1263 102801CC (Dell Latitude D820)
1264 102801D4
1265 102801D6
1266*/
Takashi Iwai2b635362011-05-02 12:33:43 +02001267static const unsigned int dell9200_m22_pin_configs[8] = {
Takashi Iwaiaf6c0162007-09-05 23:46:03 +02001268 0x40c003fa, 0x0144131f, 0x0321121f, 0x90170310,
1269 0x90a70321, 0x03a11020, 0x401003fb, 0x40f000fc,
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001270};
1271
1272/*
1273 STAC 9200-32 pin configs for
1274 102801CE (Dell XPS M1710)
1275 102801CF (Dell Precision M90)
1276*/
Takashi Iwai2b635362011-05-02 12:33:43 +02001277static const unsigned int dell9200_m23_pin_configs[8] = {
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001278 0x40c003fa, 0x01441340, 0x0421421f, 0x90170310,
1279 0x408003fb, 0x04a1102e, 0x90170311, 0x403003fc,
1280};
1281
1282/*
1283 STAC 9200-32 pin configs for
1284 102801C9
1285 102801CA
1286 102801CB (Dell Latitude 120L)
1287 102801D3
1288*/
Takashi Iwai2b635362011-05-02 12:33:43 +02001289static const unsigned int dell9200_m24_pin_configs[8] = {
Takashi Iwaiaf6c0162007-09-05 23:46:03 +02001290 0x40c003fa, 0x404003fb, 0x0321121f, 0x90170310,
1291 0x408003fc, 0x03a11020, 0x401003fd, 0x403003fe,
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001292};
1293
1294/*
1295 STAC 9200-32 pin configs for
1296 102801BD (Dell Inspiron E1505n)
1297 102801EE
1298 102801EF
1299*/
Takashi Iwai2b635362011-05-02 12:33:43 +02001300static const unsigned int dell9200_m25_pin_configs[8] = {
Takashi Iwaiaf6c0162007-09-05 23:46:03 +02001301 0x40c003fa, 0x01441340, 0x0421121f, 0x90170310,
1302 0x408003fb, 0x04a11020, 0x401003fc, 0x403003fd,
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001303};
1304
1305/*
1306 STAC 9200-32 pin configs for
1307 102801F5 (Dell Inspiron 1501)
1308 102801F6
1309*/
Takashi Iwai2b635362011-05-02 12:33:43 +02001310static const unsigned int dell9200_m26_pin_configs[8] = {
Takashi Iwaiaf6c0162007-09-05 23:46:03 +02001311 0x40c003fa, 0x404003fb, 0x0421121f, 0x90170310,
1312 0x408003fc, 0x04a11020, 0x401003fd, 0x403003fe,
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001313};
1314
1315/*
1316 STAC 9200-32
1317 102801CD (Dell Inspiron E1705/9400)
1318*/
Takashi Iwai2b635362011-05-02 12:33:43 +02001319static const unsigned int dell9200_m27_pin_configs[8] = {
Takashi Iwaiaf6c0162007-09-05 23:46:03 +02001320 0x40c003fa, 0x01441340, 0x0421121f, 0x90170310,
1321 0x90170310, 0x04a11020, 0x90170310, 0x40f003fc,
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001322};
1323
Takashi Iwai2b635362011-05-02 12:33:43 +02001324static const unsigned int oqo9200_pin_configs[8] = {
Tobin Davisbf277782008-02-03 20:31:47 +01001325 0x40c000f0, 0x404000f1, 0x0221121f, 0x02211210,
1326 0x90170111, 0x90a70120, 0x400000f2, 0x400000f3,
1327};
1328
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001329
Takashi Iwai2b635362011-05-02 12:33:43 +02001330static const unsigned int *stac9200_brd_tbl[STAC_9200_MODELS] = {
Takashi Iwaif5fcc132006-11-24 17:07:44 +01001331 [STAC_REF] = ref9200_pin_configs,
Tobin Davisbf277782008-02-03 20:31:47 +01001332 [STAC_9200_OQO] = oqo9200_pin_configs,
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001333 [STAC_9200_DELL_D21] = dell9200_d21_pin_configs,
1334 [STAC_9200_DELL_D22] = dell9200_d22_pin_configs,
1335 [STAC_9200_DELL_D23] = dell9200_d23_pin_configs,
1336 [STAC_9200_DELL_M21] = dell9200_m21_pin_configs,
1337 [STAC_9200_DELL_M22] = dell9200_m22_pin_configs,
1338 [STAC_9200_DELL_M23] = dell9200_m23_pin_configs,
1339 [STAC_9200_DELL_M24] = dell9200_m24_pin_configs,
1340 [STAC_9200_DELL_M25] = dell9200_m25_pin_configs,
1341 [STAC_9200_DELL_M26] = dell9200_m26_pin_configs,
1342 [STAC_9200_DELL_M27] = dell9200_m27_pin_configs,
Mauro Carvalho Chehab58eec422008-08-11 10:18:39 +02001343 [STAC_9200_M4] = gateway9200_m4_pin_configs,
1344 [STAC_9200_M4_2] = gateway9200_m4_2_pin_configs,
Takashi Iwai117f2572008-03-18 09:53:23 +01001345 [STAC_9200_PANASONIC] = ref9200_pin_configs,
Matt Porter403d1942005-11-29 15:00:51 +01001346};
1347
Takashi Iwaiea734962011-01-17 11:29:34 +01001348static const char * const stac9200_models[STAC_9200_MODELS] = {
Takashi Iwai1607b8e2009-02-26 16:50:43 +01001349 [STAC_AUTO] = "auto",
Takashi Iwaif5fcc132006-11-24 17:07:44 +01001350 [STAC_REF] = "ref",
Tobin Davisbf277782008-02-03 20:31:47 +01001351 [STAC_9200_OQO] = "oqo",
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001352 [STAC_9200_DELL_D21] = "dell-d21",
1353 [STAC_9200_DELL_D22] = "dell-d22",
1354 [STAC_9200_DELL_D23] = "dell-d23",
1355 [STAC_9200_DELL_M21] = "dell-m21",
1356 [STAC_9200_DELL_M22] = "dell-m22",
1357 [STAC_9200_DELL_M23] = "dell-m23",
1358 [STAC_9200_DELL_M24] = "dell-m24",
1359 [STAC_9200_DELL_M25] = "dell-m25",
1360 [STAC_9200_DELL_M26] = "dell-m26",
1361 [STAC_9200_DELL_M27] = "dell-m27",
Mauro Carvalho Chehab58eec422008-08-11 10:18:39 +02001362 [STAC_9200_M4] = "gateway-m4",
1363 [STAC_9200_M4_2] = "gateway-m4-2",
Takashi Iwai117f2572008-03-18 09:53:23 +01001364 [STAC_9200_PANASONIC] = "panasonic",
Takashi Iwaif5fcc132006-11-24 17:07:44 +01001365};
1366
Takashi Iwai2b635362011-05-02 12:33:43 +02001367static const struct snd_pci_quirk stac9200_cfg_tbl[] = {
Takashi Iwaif5fcc132006-11-24 17:07:44 +01001368 /* SigmaTel reference board */
1369 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x2668,
1370 "DFI LanParty", STAC_REF),
Matthew Ranostay577aa2c2009-01-22 22:55:44 -05001371 SND_PCI_QUIRK(PCI_VENDOR_ID_DFI, 0x3101,
1372 "DFI LanParty", STAC_REF),
Matt Portere7377072006-11-06 11:20:38 +01001373 /* Dell laptops have BIOS problem */
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001374 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01a8,
1375 "unknown Dell", STAC_9200_DELL_D21),
Takashi Iwaif5fcc132006-11-24 17:07:44 +01001376 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01b5,
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001377 "Dell Inspiron 630m", STAC_9200_DELL_M21),
1378 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01bd,
1379 "Dell Inspiron E1505n", STAC_9200_DELL_M25),
1380 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01c0,
1381 "unknown Dell", STAC_9200_DELL_D22),
1382 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01c1,
1383 "unknown Dell", STAC_9200_DELL_D22),
Takashi Iwaif5fcc132006-11-24 17:07:44 +01001384 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01c2,
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001385 "Dell Latitude D620", STAC_9200_DELL_M22),
1386 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01c5,
1387 "unknown Dell", STAC_9200_DELL_D23),
1388 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01c7,
1389 "unknown Dell", STAC_9200_DELL_D23),
1390 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01c8,
1391 "unknown Dell", STAC_9200_DELL_M22),
1392 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01c9,
1393 "unknown Dell", STAC_9200_DELL_M24),
1394 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01ca,
1395 "unknown Dell", STAC_9200_DELL_M24),
Takashi Iwaif5fcc132006-11-24 17:07:44 +01001396 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01cb,
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001397 "Dell Latitude 120L", STAC_9200_DELL_M24),
Cory T. Tusar877b8662007-01-30 17:30:55 +01001398 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01cc,
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001399 "Dell Latitude D820", STAC_9200_DELL_M22),
Mikael Nilsson46f02ca2007-02-13 12:46:16 +01001400 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01cd,
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001401 "Dell Inspiron E1705/9400", STAC_9200_DELL_M27),
Mikael Nilsson46f02ca2007-02-13 12:46:16 +01001402 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01ce,
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001403 "Dell XPS M1710", STAC_9200_DELL_M23),
Takashi Iwaif0f96742007-02-14 00:59:17 +01001404 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01cf,
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001405 "Dell Precision M90", STAC_9200_DELL_M23),
1406 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01d3,
1407 "unknown Dell", STAC_9200_DELL_M22),
1408 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01d4,
1409 "unknown Dell", STAC_9200_DELL_M22),
Daniel T Chen8286c532007-05-15 11:46:23 +02001410 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01d6,
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001411 "unknown Dell", STAC_9200_DELL_M22),
Tobin Davis49c605d2007-05-17 09:38:24 +02001412 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01d8,
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001413 "Dell Inspiron 640m", STAC_9200_DELL_M21),
1414 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01d9,
1415 "unknown Dell", STAC_9200_DELL_D23),
1416 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01da,
1417 "unknown Dell", STAC_9200_DELL_D23),
1418 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01de,
1419 "unknown Dell", STAC_9200_DELL_D21),
1420 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01e3,
1421 "unknown Dell", STAC_9200_DELL_D23),
1422 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01e8,
1423 "unknown Dell", STAC_9200_DELL_D21),
1424 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01ee,
1425 "unknown Dell", STAC_9200_DELL_M25),
1426 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01ef,
1427 "unknown Dell", STAC_9200_DELL_M25),
Tobin Davis49c605d2007-05-17 09:38:24 +02001428 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01f5,
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001429 "Dell Inspiron 1501", STAC_9200_DELL_M26),
1430 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01f6,
1431 "unknown Dell", STAC_9200_DELL_M26),
Tobin Davis49c605d2007-05-17 09:38:24 +02001432 /* Panasonic */
Takashi Iwai117f2572008-03-18 09:53:23 +01001433 SND_PCI_QUIRK(0x10f7, 0x8338, "Panasonic CF-74", STAC_9200_PANASONIC),
Takashi Iwai1194b5b2007-10-10 10:04:26 +02001434 /* Gateway machines needs EAPD to be set on resume */
Mauro Carvalho Chehab58eec422008-08-11 10:18:39 +02001435 SND_PCI_QUIRK(0x107b, 0x0205, "Gateway S-7110M", STAC_9200_M4),
1436 SND_PCI_QUIRK(0x107b, 0x0317, "Gateway MT3423, MX341*", STAC_9200_M4_2),
1437 SND_PCI_QUIRK(0x107b, 0x0318, "Gateway ML3019, MT3707", STAC_9200_M4_2),
Tobin Davisbf277782008-02-03 20:31:47 +01001438 /* OQO Mobile */
1439 SND_PCI_QUIRK(0x1106, 0x3288, "OQO Model 2", STAC_9200_OQO),
Matt Porter403d1942005-11-29 15:00:51 +01001440 {} /* terminator */
1441};
1442
Takashi Iwai2b635362011-05-02 12:33:43 +02001443static const unsigned int ref925x_pin_configs[8] = {
Tobin Davis8e21c342007-01-08 11:04:17 +01001444 0x40c003f0, 0x424503f2, 0x01813022, 0x02a19021,
Matthew Ranostay09a99952008-01-24 11:49:21 +01001445 0x90a70320, 0x02214210, 0x01019020, 0x9033032e,
Tobin Davis8e21c342007-01-08 11:04:17 +01001446};
1447
Takashi Iwai2b635362011-05-02 12:33:43 +02001448static const unsigned int stac925xM1_pin_configs[8] = {
Mauro Carvalho Chehab9cb36c22008-08-11 10:18:39 +02001449 0x40c003f4, 0x424503f2, 0x400000f3, 0x02a19020,
1450 0x40a000f0, 0x90100210, 0x400003f1, 0x9033032e,
Tobin Davis8e21c342007-01-08 11:04:17 +01001451};
1452
Takashi Iwai2b635362011-05-02 12:33:43 +02001453static const unsigned int stac925xM1_2_pin_configs[8] = {
Mauro Carvalho Chehab9cb36c22008-08-11 10:18:39 +02001454 0x40c003f4, 0x424503f2, 0x400000f3, 0x02a19020,
1455 0x40a000f0, 0x90100210, 0x400003f1, 0x9033032e,
1456};
Mauro Carvalho Chehab58eec422008-08-11 10:18:39 +02001457
Takashi Iwai2b635362011-05-02 12:33:43 +02001458static const unsigned int stac925xM2_pin_configs[8] = {
Mauro Carvalho Chehab9cb36c22008-08-11 10:18:39 +02001459 0x40c003f4, 0x424503f2, 0x400000f3, 0x02a19020,
1460 0x40a000f0, 0x90100210, 0x400003f1, 0x9033032e,
Tobin Davis2c11f952007-05-17 09:36:34 +02001461};
1462
Takashi Iwai2b635362011-05-02 12:33:43 +02001463static const unsigned int stac925xM2_2_pin_configs[8] = {
Mauro Carvalho Chehab58eec422008-08-11 10:18:39 +02001464 0x40c003f4, 0x424503f2, 0x400000f3, 0x02a19020,
1465 0x40a000f0, 0x90100210, 0x400003f1, 0x9033032e,
1466};
1467
Takashi Iwai2b635362011-05-02 12:33:43 +02001468static const unsigned int stac925xM3_pin_configs[8] = {
Mauro Carvalho Chehab9cb36c22008-08-11 10:18:39 +02001469 0x40c003f4, 0x424503f2, 0x400000f3, 0x02a19020,
1470 0x40a000f0, 0x90100210, 0x400003f1, 0x503303f3,
1471};
Mauro Carvalho Chehab58eec422008-08-11 10:18:39 +02001472
Takashi Iwai2b635362011-05-02 12:33:43 +02001473static const unsigned int stac925xM5_pin_configs[8] = {
Mauro Carvalho Chehab9cb36c22008-08-11 10:18:39 +02001474 0x40c003f4, 0x424503f2, 0x400000f3, 0x02a19020,
1475 0x40a000f0, 0x90100210, 0x400003f1, 0x9033032e,
1476};
1477
Takashi Iwai2b635362011-05-02 12:33:43 +02001478static const unsigned int stac925xM6_pin_configs[8] = {
Mauro Carvalho Chehab9cb36c22008-08-11 10:18:39 +02001479 0x40c003f4, 0x424503f2, 0x400000f3, 0x02a19020,
1480 0x40a000f0, 0x90100210, 0x400003f1, 0x90330320,
Tobin Davis8e21c342007-01-08 11:04:17 +01001481};
1482
Takashi Iwai2b635362011-05-02 12:33:43 +02001483static const unsigned int *stac925x_brd_tbl[STAC_925x_MODELS] = {
Tobin Davis8e21c342007-01-08 11:04:17 +01001484 [STAC_REF] = ref925x_pin_configs,
Mauro Carvalho Chehab9cb36c22008-08-11 10:18:39 +02001485 [STAC_M1] = stac925xM1_pin_configs,
1486 [STAC_M1_2] = stac925xM1_2_pin_configs,
1487 [STAC_M2] = stac925xM2_pin_configs,
Tobin Davis8e21c342007-01-08 11:04:17 +01001488 [STAC_M2_2] = stac925xM2_2_pin_configs,
Mauro Carvalho Chehab9cb36c22008-08-11 10:18:39 +02001489 [STAC_M3] = stac925xM3_pin_configs,
1490 [STAC_M5] = stac925xM5_pin_configs,
1491 [STAC_M6] = stac925xM6_pin_configs,
Tobin Davis8e21c342007-01-08 11:04:17 +01001492};
1493
Takashi Iwaiea734962011-01-17 11:29:34 +01001494static const char * const stac925x_models[STAC_925x_MODELS] = {
Takashi Iwai1607b8e2009-02-26 16:50:43 +01001495 [STAC_925x_AUTO] = "auto",
Tobin Davis8e21c342007-01-08 11:04:17 +01001496 [STAC_REF] = "ref",
Mauro Carvalho Chehab9cb36c22008-08-11 10:18:39 +02001497 [STAC_M1] = "m1",
1498 [STAC_M1_2] = "m1-2",
1499 [STAC_M2] = "m2",
Tobin Davis8e21c342007-01-08 11:04:17 +01001500 [STAC_M2_2] = "m2-2",
Mauro Carvalho Chehab9cb36c22008-08-11 10:18:39 +02001501 [STAC_M3] = "m3",
1502 [STAC_M5] = "m5",
1503 [STAC_M6] = "m6",
Tobin Davis8e21c342007-01-08 11:04:17 +01001504};
1505
Takashi Iwai2b635362011-05-02 12:33:43 +02001506static const struct snd_pci_quirk stac925x_codec_id_cfg_tbl[] = {
Mauro Carvalho Chehab58eec422008-08-11 10:18:39 +02001507 SND_PCI_QUIRK(0x107b, 0x0316, "Gateway M255", STAC_M2),
1508 SND_PCI_QUIRK(0x107b, 0x0366, "Gateway MP6954", STAC_M5),
1509 SND_PCI_QUIRK(0x107b, 0x0461, "Gateway NX560XL", STAC_M1),
1510 SND_PCI_QUIRK(0x107b, 0x0681, "Gateway NX860", STAC_M2),
Mauro Carvalho Chehab9cb36c22008-08-11 10:18:39 +02001511 SND_PCI_QUIRK(0x107b, 0x0367, "Gateway MX6453", STAC_M1_2),
Mauro Carvalho Chehab9cb36c22008-08-11 10:18:39 +02001512 /* Not sure about the brand name for those */
1513 SND_PCI_QUIRK(0x107b, 0x0281, "Gateway mobile", STAC_M1),
1514 SND_PCI_QUIRK(0x107b, 0x0507, "Gateway mobile", STAC_M3),
1515 SND_PCI_QUIRK(0x107b, 0x0281, "Gateway mobile", STAC_M6),
1516 SND_PCI_QUIRK(0x107b, 0x0685, "Gateway mobile", STAC_M2_2),
Mauro Carvalho Chehab9cb36c22008-08-11 10:18:39 +02001517 {} /* terminator */
Tobin Davis8e21c342007-01-08 11:04:17 +01001518};
1519
Takashi Iwai2b635362011-05-02 12:33:43 +02001520static const struct snd_pci_quirk stac925x_cfg_tbl[] = {
Tobin Davis8e21c342007-01-08 11:04:17 +01001521 /* SigmaTel reference board */
1522 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x2668, "DFI LanParty", STAC_REF),
Matthew Ranostay577aa2c2009-01-22 22:55:44 -05001523 SND_PCI_QUIRK(PCI_VENDOR_ID_DFI, 0x3101, "DFI LanParty", STAC_REF),
Tobin Davis2c11f952007-05-17 09:36:34 +02001524 SND_PCI_QUIRK(0x8384, 0x7632, "Stac9202 Reference Board", STAC_REF),
Mauro Carvalho Chehab9cb36c22008-08-11 10:18:39 +02001525
1526 /* Default table for unknown ID */
1527 SND_PCI_QUIRK(0x1002, 0x437b, "Gateway mobile", STAC_M2_2),
1528
Tobin Davis8e21c342007-01-08 11:04:17 +01001529 {} /* terminator */
1530};
1531
Takashi Iwai2b635362011-05-02 12:33:43 +02001532static const unsigned int ref92hd73xx_pin_configs[13] = {
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01001533 0x02214030, 0x02a19040, 0x01a19020, 0x02214030,
1534 0x0181302e, 0x01014010, 0x01014020, 0x01014030,
1535 0x02319040, 0x90a000f0, 0x90a000f0, 0x01452050,
Matthew Ranostaya7662642008-02-21 07:51:14 +01001536 0x01452050,
1537};
1538
Takashi Iwai2b635362011-05-02 12:33:43 +02001539static const unsigned int dell_m6_pin_configs[13] = {
Matthew Ranostaya7662642008-02-21 07:51:14 +01001540 0x0321101f, 0x4f00000f, 0x4f0000f0, 0x90170110,
Matthew Ranostay7c2ba972008-04-16 13:13:59 +02001541 0x03a11020, 0x0321101f, 0x4f0000f0, 0x4f0000f0,
Matthew Ranostaya7662642008-02-21 07:51:14 +01001542 0x4f0000f0, 0x90a60160, 0x4f0000f0, 0x4f0000f0,
1543 0x4f0000f0,
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01001544};
1545
Takashi Iwai2b635362011-05-02 12:33:43 +02001546static const unsigned int alienware_m17x_pin_configs[13] = {
Takashi Iwai842ae632009-09-02 07:43:08 +02001547 0x0321101f, 0x0321101f, 0x03a11020, 0x03014020,
1548 0x90170110, 0x4f0000f0, 0x4f0000f0, 0x4f0000f0,
1549 0x4f0000f0, 0x90a60160, 0x4f0000f0, 0x4f0000f0,
1550 0x904601b0,
1551};
1552
Takashi Iwai2b635362011-05-02 12:33:43 +02001553static const unsigned int intel_dg45id_pin_configs[13] = {
Alexey Fisher52dc4382009-12-12 11:16:41 +02001554 0x02214230, 0x02A19240, 0x01013214, 0x01014210,
Wu Fengguang4d26f442010-05-07 08:47:54 +08001555 0x01A19250, 0x01011212, 0x01016211
Alexey Fisher52dc4382009-12-12 11:16:41 +02001556};
1557
Takashi Iwai2b635362011-05-02 12:33:43 +02001558static const unsigned int *stac92hd73xx_brd_tbl[STAC_92HD73XX_MODELS] = {
Matthew Ranostaya7662642008-02-21 07:51:14 +01001559 [STAC_92HD73XX_REF] = ref92hd73xx_pin_configs,
Takashi Iwai661cd8f2008-11-25 15:18:29 +01001560 [STAC_DELL_M6_AMIC] = dell_m6_pin_configs,
1561 [STAC_DELL_M6_DMIC] = dell_m6_pin_configs,
1562 [STAC_DELL_M6_BOTH] = dell_m6_pin_configs,
Matthew Ranostay6b3ab212008-11-03 08:12:43 -05001563 [STAC_DELL_EQ] = dell_m6_pin_configs,
Takashi Iwai842ae632009-09-02 07:43:08 +02001564 [STAC_ALIENWARE_M17X] = alienware_m17x_pin_configs,
Alexey Fisher52dc4382009-12-12 11:16:41 +02001565 [STAC_92HD73XX_INTEL] = intel_dg45id_pin_configs,
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01001566};
1567
Takashi Iwaiea734962011-01-17 11:29:34 +01001568static const char * const stac92hd73xx_models[STAC_92HD73XX_MODELS] = {
Takashi Iwai1607b8e2009-02-26 16:50:43 +01001569 [STAC_92HD73XX_AUTO] = "auto",
Takashi Iwai9e43f0d2008-12-17 14:51:01 +01001570 [STAC_92HD73XX_NO_JD] = "no-jd",
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01001571 [STAC_92HD73XX_REF] = "ref",
Wu Fengguangae709442009-08-19 17:05:11 +08001572 [STAC_92HD73XX_INTEL] = "intel",
Takashi Iwai661cd8f2008-11-25 15:18:29 +01001573 [STAC_DELL_M6_AMIC] = "dell-m6-amic",
1574 [STAC_DELL_M6_DMIC] = "dell-m6-dmic",
1575 [STAC_DELL_M6_BOTH] = "dell-m6",
Matthew Ranostay6b3ab212008-11-03 08:12:43 -05001576 [STAC_DELL_EQ] = "dell-eq",
Takashi Iwai842ae632009-09-02 07:43:08 +02001577 [STAC_ALIENWARE_M17X] = "alienware",
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01001578};
1579
Takashi Iwai2b635362011-05-02 12:33:43 +02001580static const struct snd_pci_quirk stac92hd73xx_cfg_tbl[] = {
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01001581 /* SigmaTel reference board */
1582 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x2668,
Matthew Ranostaya7662642008-02-21 07:51:14 +01001583 "DFI LanParty", STAC_92HD73XX_REF),
Matthew Ranostay577aa2c2009-01-22 22:55:44 -05001584 SND_PCI_QUIRK(PCI_VENDOR_ID_DFI, 0x3101,
1585 "DFI LanParty", STAC_92HD73XX_REF),
Wu Fengguangae709442009-08-19 17:05:11 +08001586 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x5002,
1587 "Intel DG45ID", STAC_92HD73XX_INTEL),
1588 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x5003,
1589 "Intel DG45FC", STAC_92HD73XX_INTEL),
Matthew Ranostaya7662642008-02-21 07:51:14 +01001590 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0254,
Takashi Iwai661cd8f2008-11-25 15:18:29 +01001591 "Dell Studio 1535", STAC_DELL_M6_DMIC),
Matthew Ranostaya7662642008-02-21 07:51:14 +01001592 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0255,
Takashi Iwai661cd8f2008-11-25 15:18:29 +01001593 "unknown Dell", STAC_DELL_M6_DMIC),
Matthew Ranostaya7662642008-02-21 07:51:14 +01001594 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0256,
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, 0x0257,
Takashi Iwai661cd8f2008-11-25 15:18:29 +01001597 "unknown Dell", STAC_DELL_M6_BOTH),
Matthew Ranostaya7662642008-02-21 07:51:14 +01001598 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x025e,
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, 0x025f,
Takashi Iwai661cd8f2008-11-25 15:18:29 +01001601 "unknown Dell", STAC_DELL_M6_AMIC),
Matthew Ranostaya7662642008-02-21 07:51:14 +01001602 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0271,
Takashi Iwai661cd8f2008-11-25 15:18:29 +01001603 "unknown Dell", STAC_DELL_M6_DMIC),
1604 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0272,
1605 "unknown Dell", STAC_DELL_M6_DMIC),
Takashi Iwaib0fc5e02008-11-21 08:37:03 +01001606 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x029f,
Takashi Iwai661cd8f2008-11-25 15:18:29 +01001607 "Dell Studio 1537", STAC_DELL_M6_DMIC),
Joerg Schirottkefa620e92008-12-19 08:13:49 +01001608 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x02a0,
1609 "Dell Studio 17", STAC_DELL_M6_DMIC),
Takashi Iwai626f5ce2009-07-28 00:54:39 +02001610 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x02be,
1611 "Dell Studio 1555", STAC_DELL_M6_DMIC),
Daniel J Blueman8ef58372009-11-14 18:20:04 +00001612 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x02bd,
1613 "Dell Studio 1557", STAC_DELL_M6_DMIC),
Daniel T Chenaac78da2010-04-21 20:41:52 -04001614 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x02fe,
David Henningssonffe535e2012-01-16 10:52:20 +01001615 "Dell Studio XPS 1645", STAC_DELL_M6_DMIC),
Daniel T Chen5c1bccf2010-04-22 17:54:45 -04001616 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0413,
David Henningssone033ebf2011-05-16 12:09:29 +02001617 "Dell Studio 1558", STAC_DELL_M6_DMIC),
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01001618 {} /* terminator */
1619};
1620
Takashi Iwai2b635362011-05-02 12:33:43 +02001621static const struct snd_pci_quirk stac92hd73xx_codec_id_cfg_tbl[] = {
Takashi Iwai842ae632009-09-02 07:43:08 +02001622 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x02a1,
1623 "Alienware M17x", STAC_ALIENWARE_M17X),
Daniel T Chen0defe092010-12-01 19:16:07 -05001624 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x043a,
1625 "Alienware M17x", STAC_ALIENWARE_M17X),
Takashi Iwaidbd1b542011-11-19 11:41:30 +01001626 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0490,
Albert Poolb9ecc4e2012-01-19 22:08:50 +01001627 "Alienware M17x R3", STAC_DELL_EQ),
Takashi Iwai842ae632009-09-02 07:43:08 +02001628 {} /* terminator */
1629};
1630
Takashi Iwai2b635362011-05-02 12:33:43 +02001631static const unsigned int ref92hd83xxx_pin_configs[10] = {
Matthew Ranostayd0513fc2008-07-27 10:30:30 +02001632 0x02214030, 0x02211010, 0x02a19020, 0x02170130,
1633 0x01014050, 0x01819040, 0x01014020, 0x90a3014e,
Matthew Ranostayd0513fc2008-07-27 10:30:30 +02001634 0x01451160, 0x98560170,
1635};
1636
Takashi Iwai2b635362011-05-02 12:33:43 +02001637static const unsigned int dell_s14_pin_configs[10] = {
Takashi Iwai69b56552009-09-15 12:37:42 +02001638 0x0221403f, 0x0221101f, 0x02a19020, 0x90170110,
1639 0x40f000f0, 0x40f000f0, 0x40f000f0, 0x90a60160,
Matthew Ranostay8bb0ac52009-02-12 16:50:01 -05001640 0x40f000f0, 0x40f000f0,
1641};
1642
Julian Wollrathf7f9bdf2011-11-09 10:02:40 +01001643static const unsigned int dell_vostro_3500_pin_configs[10] = {
1644 0x02a11020, 0x0221101f, 0x400000f0, 0x90170110,
1645 0x400000f1, 0x400000f2, 0x400000f3, 0x90a60160,
1646 0x400000f4, 0x400000f5,
1647};
1648
Takashi Iwai2b635362011-05-02 12:33:43 +02001649static const unsigned int hp_dv7_4000_pin_configs[10] = {
Steven Eastland48315592010-08-06 15:07:35 -06001650 0x03a12050, 0x0321201f, 0x40f000f0, 0x90170110,
1651 0x40f000f0, 0x40f000f0, 0x90170110, 0xd5a30140,
1652 0x40f000f0, 0x40f000f0,
1653};
1654
Vitaliy Kulikov5556e142012-02-27 16:47:37 -06001655static const unsigned int hp_zephyr_pin_configs[10] = {
1656 0x01813050, 0x0421201f, 0x04a1205e, 0x96130310,
1657 0x96130310, 0x0101401f, 0x1111611f, 0xd5a30130,
1658 0, 0,
1659};
1660
Vitaliy Kulikov0c27c182011-07-22 17:50:37 -05001661static const unsigned int hp_cNB11_intquad_pin_configs[10] = {
1662 0x40f000f0, 0x0221101f, 0x02a11020, 0x92170110,
1663 0x40f000f0, 0x92170110, 0x40f000f0, 0xd5a30130,
1664 0x40f000f0, 0x40f000f0,
1665};
1666
Takashi Iwai2b635362011-05-02 12:33:43 +02001667static const unsigned int *stac92hd83xxx_brd_tbl[STAC_92HD83XXX_MODELS] = {
Matthew Ranostayd0513fc2008-07-27 10:30:30 +02001668 [STAC_92HD83XXX_REF] = ref92hd83xxx_pin_configs,
Matthew Ranostay32ed3f42009-01-22 20:53:29 -05001669 [STAC_92HD83XXX_PWR_REF] = ref92hd83xxx_pin_configs,
Matthew Ranostay8bb0ac52009-02-12 16:50:01 -05001670 [STAC_DELL_S14] = dell_s14_pin_configs,
Julian Wollrathf7f9bdf2011-11-09 10:02:40 +01001671 [STAC_DELL_VOSTRO_3500] = dell_vostro_3500_pin_configs,
Vitaliy Kulikov0c27c182011-07-22 17:50:37 -05001672 [STAC_92HD83XXX_HP_cNB11_INTQUAD] = hp_cNB11_intquad_pin_configs,
Steven Eastland48315592010-08-06 15:07:35 -06001673 [STAC_HP_DV7_4000] = hp_dv7_4000_pin_configs,
Vitaliy Kulikov5556e142012-02-27 16:47:37 -06001674 [STAC_HP_ZEPHYR] = hp_zephyr_pin_configs,
Matthew Ranostayd0513fc2008-07-27 10:30:30 +02001675};
1676
Takashi Iwaiea734962011-01-17 11:29:34 +01001677static const char * const stac92hd83xxx_models[STAC_92HD83XXX_MODELS] = {
Takashi Iwai1607b8e2009-02-26 16:50:43 +01001678 [STAC_92HD83XXX_AUTO] = "auto",
Matthew Ranostayd0513fc2008-07-27 10:30:30 +02001679 [STAC_92HD83XXX_REF] = "ref",
Matthew Ranostay32ed3f42009-01-22 20:53:29 -05001680 [STAC_92HD83XXX_PWR_REF] = "mic-ref",
Matthew Ranostay8bb0ac52009-02-12 16:50:01 -05001681 [STAC_DELL_S14] = "dell-s14",
Julian Wollrathf7f9bdf2011-11-09 10:02:40 +01001682 [STAC_DELL_VOSTRO_3500] = "dell-vostro-3500",
Vitaliy Kulikov0c27c182011-07-22 17:50:37 -05001683 [STAC_92HD83XXX_HP_cNB11_INTQUAD] = "hp_cNB11_intquad",
Steven Eastland48315592010-08-06 15:07:35 -06001684 [STAC_HP_DV7_4000] = "hp-dv7-4000",
Vitaliy Kulikov5556e142012-02-27 16:47:37 -06001685 [STAC_HP_ZEPHYR] = "hp-zephyr",
Takashi Iwaia3e19972012-07-26 08:17:20 +02001686 [STAC_92HD83XXX_HP_LED] = "hp-led",
Takashi Iwaiff8a1e22012-07-31 10:16:59 +02001687 [STAC_92HD83XXX_HP_INV_LED] = "hp-inv-led",
Takashi Iwai62cbde12012-09-14 11:58:54 +02001688 [STAC_92HD83XXX_HP_MIC_LED] = "hp-mic-led",
David Henningsson8d032a82012-10-09 12:48:40 +02001689 [STAC_92HD83XXX_HEADSET_JACK] = "headset-jack",
Matthew Ranostayd0513fc2008-07-27 10:30:30 +02001690};
1691
Takashi Iwai2b635362011-05-02 12:33:43 +02001692static const struct snd_pci_quirk stac92hd83xxx_cfg_tbl[] = {
Matthew Ranostayd0513fc2008-07-27 10:30:30 +02001693 /* SigmaTel reference board */
1694 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x2668,
Takashi Iwaif9d088b2009-01-13 11:54:49 +01001695 "DFI LanParty", STAC_92HD83XXX_REF),
Matthew Ranostay577aa2c2009-01-22 22:55:44 -05001696 SND_PCI_QUIRK(PCI_VENDOR_ID_DFI, 0x3101,
1697 "DFI LanParty", STAC_92HD83XXX_REF),
Matthew Ranostay8bb0ac52009-02-12 16:50:01 -05001698 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x02ba,
1699 "unknown Dell", STAC_DELL_S14),
David Henningsson8d032a82012-10-09 12:48:40 +02001700 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0532,
1701 "Dell Latitude E6230", STAC_92HD83XXX_HEADSET_JACK),
1702 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0533,
1703 "Dell Latitude E6330", STAC_92HD83XXX_HEADSET_JACK),
1704 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0534,
1705 "Dell Latitude E6430", STAC_92HD83XXX_HEADSET_JACK),
1706 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0535,
1707 "Dell Latitude E6530", STAC_92HD83XXX_HEADSET_JACK),
1708 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x053c,
1709 "Dell Latitude E5430", STAC_92HD83XXX_HEADSET_JACK),
1710 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x053d,
1711 "Dell Latitude E5530", STAC_92HD83XXX_HEADSET_JACK),
1712 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0549,
1713 "Dell Latitude E5430", STAC_92HD83XXX_HEADSET_JACK),
1714 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x057d,
1715 "Dell Latitude E6430s", STAC_92HD83XXX_HEADSET_JACK),
1716 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0584,
1717 "Dell Latitude E6430U", STAC_92HD83XXX_HEADSET_JACK),
Julian Wollrathf7f9bdf2011-11-09 10:02:40 +01001718 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x1028,
1719 "Dell Vostro 3500", STAC_DELL_VOSTRO_3500),
Vitaliy Kulikov0c27c182011-07-22 17:50:37 -05001720 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x1656,
1721 "HP", STAC_92HD83XXX_HP_cNB11_INTQUAD),
1722 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x1657,
1723 "HP", STAC_92HD83XXX_HP_cNB11_INTQUAD),
1724 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x1658,
1725 "HP", STAC_92HD83XXX_HP_cNB11_INTQUAD),
1726 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x1659,
1727 "HP", STAC_92HD83XXX_HP_cNB11_INTQUAD),
1728 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x165A,
1729 "HP", STAC_92HD83XXX_HP_cNB11_INTQUAD),
1730 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x165B,
1731 "HP", STAC_92HD83XXX_HP_cNB11_INTQUAD),
Takashi Iwai62cbde12012-09-14 11:58:54 +02001732 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x18df,
1733 "HP Folio", STAC_92HD83XXX_HP_MIC_LED),
Vitaliy Kulikov0c27c182011-07-22 17:50:37 -05001734 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x3388,
1735 "HP", STAC_92HD83XXX_HP_cNB11_INTQUAD),
1736 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x3389,
1737 "HP", STAC_92HD83XXX_HP_cNB11_INTQUAD),
1738 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x355B,
1739 "HP", STAC_92HD83XXX_HP_cNB11_INTQUAD),
1740 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x355C,
1741 "HP", STAC_92HD83XXX_HP_cNB11_INTQUAD),
1742 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x355D,
1743 "HP", STAC_92HD83XXX_HP_cNB11_INTQUAD),
1744 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x355E,
1745 "HP", STAC_92HD83XXX_HP_cNB11_INTQUAD),
1746 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x355F,
1747 "HP", STAC_92HD83XXX_HP_cNB11_INTQUAD),
1748 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x3560,
1749 "HP", STAC_92HD83XXX_HP_cNB11_INTQUAD),
1750 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x358B,
1751 "HP", STAC_92HD83XXX_HP_cNB11_INTQUAD),
1752 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x358C,
1753 "HP", STAC_92HD83XXX_HP_cNB11_INTQUAD),
1754 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x358D,
1755 "HP", STAC_92HD83XXX_HP_cNB11_INTQUAD),
1756 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x3591,
1757 "HP", STAC_92HD83XXX_HP_cNB11_INTQUAD),
1758 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x3592,
1759 "HP", STAC_92HD83XXX_HP_cNB11_INTQUAD),
1760 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x3593,
1761 "HP", STAC_92HD83XXX_HP_cNB11_INTQUAD),
Vitaliy Kulikov5556e142012-02-27 16:47:37 -06001762 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x3561,
1763 "HP", STAC_HP_ZEPHYR),
Takashi Iwaia3e19972012-07-26 08:17:20 +02001764 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x3660,
1765 "HP Mini", STAC_92HD83XXX_HP_LED),
Vitaliy Kulikov5556e142012-02-27 16:47:37 -06001766 {} /* terminator */
1767};
1768
1769static const struct snd_pci_quirk stac92hd83xxx_codec_id_cfg_tbl[] = {
1770 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x3561,
1771 "HP", STAC_HP_ZEPHYR),
Herton Ronaldo Krzesinski574f3c42008-12-23 16:53:00 -02001772 {} /* terminator */
Matthew Ranostayd0513fc2008-07-27 10:30:30 +02001773};
1774
Takashi Iwai2b635362011-05-02 12:33:43 +02001775static const unsigned int ref92hd71bxx_pin_configs[STAC92HD71BXX_NUM_PINS] = {
Matthew Ranostaye035b842007-11-06 11:53:55 +01001776 0x02214030, 0x02a19040, 0x01a19020, 0x01014010,
Matthew Ranostay4b33c762008-10-10 09:07:23 -04001777 0x0181302e, 0x01014010, 0x01019020, 0x90a000f0,
Herton Ronaldo Krzesinski616f89e2009-02-04 11:23:19 -05001778 0x90a000f0, 0x01452050, 0x01452050, 0x00000000,
1779 0x00000000
Matthew Ranostaye035b842007-11-06 11:53:55 +01001780};
1781
Takashi Iwai2b635362011-05-02 12:33:43 +02001782static const unsigned int dell_m4_1_pin_configs[STAC92HD71BXX_NUM_PINS] = {
Matthew Ranostaya7662642008-02-21 07:51:14 +01001783 0x0421101f, 0x04a11221, 0x40f000f0, 0x90170110,
Matthew Ranostay07bcb312008-03-20 12:10:57 +01001784 0x23a1902e, 0x23014250, 0x40f000f0, 0x90a000f0,
Herton Ronaldo Krzesinski616f89e2009-02-04 11:23:19 -05001785 0x40f000f0, 0x4f0000f0, 0x4f0000f0, 0x00000000,
1786 0x00000000
Matthew Ranostaya7662642008-02-21 07:51:14 +01001787};
1788
Takashi Iwai2b635362011-05-02 12:33:43 +02001789static const unsigned int dell_m4_2_pin_configs[STAC92HD71BXX_NUM_PINS] = {
Matthew Ranostaya7662642008-02-21 07:51:14 +01001790 0x0421101f, 0x04a11221, 0x90a70330, 0x90170110,
1791 0x23a1902e, 0x23014250, 0x40f000f0, 0x40f000f0,
Herton Ronaldo Krzesinski616f89e2009-02-04 11:23:19 -05001792 0x40f000f0, 0x044413b0, 0x044413b0, 0x00000000,
1793 0x00000000
Matthew Ranostaya7662642008-02-21 07:51:14 +01001794};
1795
Takashi Iwai2b635362011-05-02 12:33:43 +02001796static const unsigned int dell_m4_3_pin_configs[STAC92HD71BXX_NUM_PINS] = {
Matthew Ranostay3a7abfd2008-11-20 21:21:43 -05001797 0x0421101f, 0x04a11221, 0x90a70330, 0x90170110,
1798 0x40f000f0, 0x40f000f0, 0x40f000f0, 0x90a000f0,
Herton Ronaldo Krzesinski616f89e2009-02-04 11:23:19 -05001799 0x40f000f0, 0x044413b0, 0x044413b0, 0x00000000,
1800 0x00000000
Matthew Ranostay3a7abfd2008-11-20 21:21:43 -05001801};
1802
Takashi Iwai2b635362011-05-02 12:33:43 +02001803static const unsigned int *stac92hd71bxx_brd_tbl[STAC_92HD71BXX_MODELS] = {
Matthew Ranostaye035b842007-11-06 11:53:55 +01001804 [STAC_92HD71BXX_REF] = ref92hd71bxx_pin_configs,
Matthew Ranostaya7662642008-02-21 07:51:14 +01001805 [STAC_DELL_M4_1] = dell_m4_1_pin_configs,
1806 [STAC_DELL_M4_2] = dell_m4_2_pin_configs,
Matthew Ranostay3a7abfd2008-11-20 21:21:43 -05001807 [STAC_DELL_M4_3] = dell_m4_3_pin_configs,
Matthew Ranostay6a14f582008-09-12 12:02:30 -04001808 [STAC_HP_M4] = NULL,
Takashi Iwai2a6ce6e2010-05-12 10:16:20 +02001809 [STAC_HP_DV4] = NULL,
Takashi Iwai1b0652e2009-01-14 08:27:35 +01001810 [STAC_HP_DV5] = NULL,
Christoph Plattnerae6241f2009-03-08 23:19:05 +01001811 [STAC_HP_HDX] = NULL,
James Gardiner514bf542009-05-03 04:00:44 -04001812 [STAC_HP_DV4_1222NR] = NULL,
Matthew Ranostaye035b842007-11-06 11:53:55 +01001813};
1814
Takashi Iwaiea734962011-01-17 11:29:34 +01001815static const char * const stac92hd71bxx_models[STAC_92HD71BXX_MODELS] = {
Takashi Iwai1607b8e2009-02-26 16:50:43 +01001816 [STAC_92HD71BXX_AUTO] = "auto",
Matthew Ranostaye035b842007-11-06 11:53:55 +01001817 [STAC_92HD71BXX_REF] = "ref",
Matthew Ranostaya7662642008-02-21 07:51:14 +01001818 [STAC_DELL_M4_1] = "dell-m4-1",
1819 [STAC_DELL_M4_2] = "dell-m4-2",
Matthew Ranostay3a7abfd2008-11-20 21:21:43 -05001820 [STAC_DELL_M4_3] = "dell-m4-3",
Matthew Ranostay6a14f582008-09-12 12:02:30 -04001821 [STAC_HP_M4] = "hp-m4",
Takashi Iwai2a6ce6e2010-05-12 10:16:20 +02001822 [STAC_HP_DV4] = "hp-dv4",
Takashi Iwai1b0652e2009-01-14 08:27:35 +01001823 [STAC_HP_DV5] = "hp-dv5",
Christoph Plattnerae6241f2009-03-08 23:19:05 +01001824 [STAC_HP_HDX] = "hp-hdx",
James Gardiner514bf542009-05-03 04:00:44 -04001825 [STAC_HP_DV4_1222NR] = "hp-dv4-1222nr",
Matthew Ranostaye035b842007-11-06 11:53:55 +01001826};
1827
Takashi Iwai2b635362011-05-02 12:33:43 +02001828static const struct snd_pci_quirk stac92hd71bxx_cfg_tbl[] = {
Matthew Ranostaye035b842007-11-06 11:53:55 +01001829 /* SigmaTel reference board */
1830 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x2668,
1831 "DFI LanParty", STAC_92HD71BXX_REF),
Matthew Ranostay577aa2c2009-01-22 22:55:44 -05001832 SND_PCI_QUIRK(PCI_VENDOR_ID_DFI, 0x3101,
1833 "DFI LanParty", STAC_92HD71BXX_REF),
James Gardiner514bf542009-05-03 04:00:44 -04001834 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x30fb,
1835 "HP dv4-1222nr", STAC_HP_DV4_1222NR),
Vitaliy Kulikov5bdaaad2009-11-04 07:57:45 +01001836 SND_PCI_QUIRK_MASK(PCI_VENDOR_ID_HP, 0xfff0, 0x1720,
1837 "HP", STAC_HP_DV5),
Takashi Iwai58d83952009-03-13 17:04:34 +01001838 SND_PCI_QUIRK_MASK(PCI_VENDOR_ID_HP, 0xfff0, 0x3080,
1839 "HP", STAC_HP_DV5),
Takashi Iwai2ae466f2009-02-16 14:16:36 +01001840 SND_PCI_QUIRK_MASK(PCI_VENDOR_ID_HP, 0xfff0, 0x30f0,
Takashi Iwai2a6ce6e2010-05-12 10:16:20 +02001841 "HP dv4-7", STAC_HP_DV4),
Takashi Iwai2ae466f2009-02-16 14:16:36 +01001842 SND_PCI_QUIRK_MASK(PCI_VENDOR_ID_HP, 0xfff0, 0x3600,
1843 "HP dv4-7", STAC_HP_DV5),
Takashi Iwai6fce61a2009-03-10 07:48:57 +01001844 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x3610,
1845 "HP HDX", STAC_HP_HDX), /* HDX18 */
Matthew Ranostay9a9e2352008-09-26 10:37:03 -04001846 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x361a,
Takashi Iwai2ae466f2009-02-16 14:16:36 +01001847 "HP mini 1000", STAC_HP_M4),
Christoph Plattnerae6241f2009-03-08 23:19:05 +01001848 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x361b,
Takashi Iwai6fce61a2009-03-10 07:48:57 +01001849 "HP HDX", STAC_HP_HDX), /* HDX16 */
Takashi Iwai6e34c032009-09-14 15:42:18 +02001850 SND_PCI_QUIRK_MASK(PCI_VENDOR_ID_HP, 0xfff0, 0x3620,
1851 "HP dv6", STAC_HP_DV5),
Kunal Gangakhedkare3d25302010-03-20 23:08:01 +05301852 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x3061,
1853 "HP dv6", STAC_HP_DV5), /* HP dv6-1110ax */
Luke Yelavich9b2167d2010-10-06 15:45:46 +11001854 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x363e,
1855 "HP DV6", STAC_HP_DV5),
Takashi Iwai1972d022009-08-06 08:44:43 +02001856 SND_PCI_QUIRK_MASK(PCI_VENDOR_ID_HP, 0xfff0, 0x7010,
1857 "HP", STAC_HP_DV5),
Matthew Ranostaya7662642008-02-21 07:51:14 +01001858 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0233,
1859 "unknown Dell", STAC_DELL_M4_1),
1860 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0234,
1861 "unknown Dell", STAC_DELL_M4_1),
1862 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0250,
1863 "unknown Dell", STAC_DELL_M4_1),
1864 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x024f,
1865 "unknown Dell", STAC_DELL_M4_1),
1866 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x024d,
1867 "unknown Dell", STAC_DELL_M4_1),
1868 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0251,
1869 "unknown Dell", STAC_DELL_M4_1),
1870 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0277,
1871 "unknown Dell", STAC_DELL_M4_1),
1872 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0263,
1873 "unknown Dell", STAC_DELL_M4_2),
1874 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0265,
1875 "unknown Dell", STAC_DELL_M4_2),
1876 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0262,
1877 "unknown Dell", STAC_DELL_M4_2),
1878 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0264,
1879 "unknown Dell", STAC_DELL_M4_2),
Matthew Ranostay3a7abfd2008-11-20 21:21:43 -05001880 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x02aa,
1881 "unknown Dell", STAC_DELL_M4_3),
Matthew Ranostaye035b842007-11-06 11:53:55 +01001882 {} /* terminator */
1883};
1884
Takashi Iwai2b635362011-05-02 12:33:43 +02001885static const unsigned int ref922x_pin_configs[10] = {
Matt Porter403d1942005-11-29 15:00:51 +01001886 0x01014010, 0x01016011, 0x01012012, 0x0221401f,
1887 0x01813122, 0x01011014, 0x01441030, 0x01c41030,
Matt2f2f4252005-04-13 14:45:30 +02001888 0x40000100, 0x40000100,
1889};
1890
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001891/*
1892 STAC 922X pin configs for
1893 102801A7
1894 102801AB
1895 102801A9
1896 102801D1
1897 102801D2
1898*/
Takashi Iwai2b635362011-05-02 12:33:43 +02001899static const unsigned int dell_922x_d81_pin_configs[10] = {
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001900 0x02214030, 0x01a19021, 0x01111012, 0x01114010,
1901 0x02a19020, 0x01117011, 0x400001f0, 0x400001f1,
1902 0x01813122, 0x400001f2,
1903};
1904
1905/*
1906 STAC 922X pin configs for
1907 102801AC
1908 102801D0
1909*/
Takashi Iwai2b635362011-05-02 12:33:43 +02001910static const unsigned int dell_922x_d82_pin_configs[10] = {
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001911 0x02214030, 0x01a19021, 0x01111012, 0x01114010,
1912 0x02a19020, 0x01117011, 0x01451140, 0x400001f0,
1913 0x01813122, 0x400001f1,
1914};
1915
1916/*
1917 STAC 922X pin configs for
1918 102801BF
1919*/
Takashi Iwai2b635362011-05-02 12:33:43 +02001920static const unsigned int dell_922x_m81_pin_configs[10] = {
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001921 0x0321101f, 0x01112024, 0x01111222, 0x91174220,
1922 0x03a11050, 0x01116221, 0x90a70330, 0x01452340,
1923 0x40C003f1, 0x405003f0,
1924};
1925
1926/*
1927 STAC 9221 A1 pin configs for
1928 102801D7 (Dell XPS M1210)
1929*/
Takashi Iwai2b635362011-05-02 12:33:43 +02001930static const unsigned int dell_922x_m82_pin_configs[10] = {
Jiang Zhe7f9310c2007-11-12 12:43:37 +01001931 0x02211211, 0x408103ff, 0x02a1123e, 0x90100310,
1932 0x408003f1, 0x0221121f, 0x03451340, 0x40c003f2,
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001933 0x508003f3, 0x405003f4,
1934};
1935
Takashi Iwai2b635362011-05-02 12:33:43 +02001936static const unsigned int d945gtp3_pin_configs[10] = {
Matt Porter869264c2006-01-25 19:20:50 +01001937 0x0221401f, 0x01a19022, 0x01813021, 0x01014010,
Matt Porter403d1942005-11-29 15:00:51 +01001938 0x40000100, 0x40000100, 0x40000100, 0x40000100,
1939 0x02a19120, 0x40000100,
1940};
1941
Takashi Iwai2b635362011-05-02 12:33:43 +02001942static const unsigned int d945gtp5_pin_configs[10] = {
Matt Porter869264c2006-01-25 19:20:50 +01001943 0x0221401f, 0x01011012, 0x01813024, 0x01014010,
1944 0x01a19021, 0x01016011, 0x01452130, 0x40000100,
Matt Porter403d1942005-11-29 15:00:51 +01001945 0x02a19320, 0x40000100,
1946};
1947
Takashi Iwai2b635362011-05-02 12:33:43 +02001948static const unsigned int intel_mac_v1_pin_configs[10] = {
Ivan N. Zlatev5d5d3bc2007-05-29 16:03:00 +02001949 0x0121e21f, 0x400000ff, 0x9017e110, 0x400000fd,
1950 0x400000fe, 0x0181e020, 0x1145e030, 0x11c5e240,
Takashi Iwai3fc24d82007-02-16 13:27:18 +01001951 0x400000fc, 0x400000fb,
1952};
1953
Takashi Iwai2b635362011-05-02 12:33:43 +02001954static const unsigned int intel_mac_v2_pin_configs[10] = {
Ivan N. Zlatev5d5d3bc2007-05-29 16:03:00 +02001955 0x0121e21f, 0x90a7012e, 0x9017e110, 0x400000fd,
1956 0x400000fe, 0x0181e020, 0x1145e230, 0x500000fa,
Sylvain FORETf16928f2007-04-27 14:22:36 +02001957 0x400000fc, 0x400000fb,
1958};
1959
Takashi Iwai2b635362011-05-02 12:33:43 +02001960static const unsigned int intel_mac_v3_pin_configs[10] = {
Ivan N. Zlatev5d5d3bc2007-05-29 16:03:00 +02001961 0x0121e21f, 0x90a7012e, 0x9017e110, 0x400000fd,
1962 0x400000fe, 0x0181e020, 0x1145e230, 0x11c5e240,
1963 0x400000fc, 0x400000fb,
1964};
1965
Takashi Iwai2b635362011-05-02 12:33:43 +02001966static const unsigned int intel_mac_v4_pin_configs[10] = {
Ivan N. Zlatev5d5d3bc2007-05-29 16:03:00 +02001967 0x0321e21f, 0x03a1e02e, 0x9017e110, 0x9017e11f,
1968 0x400000fe, 0x0381e020, 0x1345e230, 0x13c5e240,
1969 0x400000fc, 0x400000fb,
1970};
1971
Takashi Iwai2b635362011-05-02 12:33:43 +02001972static const unsigned int intel_mac_v5_pin_configs[10] = {
Ivan N. Zlatev5d5d3bc2007-05-29 16:03:00 +02001973 0x0321e21f, 0x03a1e02e, 0x9017e110, 0x9017e11f,
1974 0x400000fe, 0x0381e020, 0x1345e230, 0x13c5e240,
1975 0x400000fc, 0x400000fb,
Takashi Iwai0dae0f82007-05-21 12:41:29 +02001976};
1977
Takashi Iwai2b635362011-05-02 12:33:43 +02001978static const unsigned int ecs202_pin_configs[10] = {
Mauro Carvalho Chehab8c650082008-08-04 10:39:59 -03001979 0x0221401f, 0x02a19020, 0x01a19020, 0x01114010,
1980 0x408000f0, 0x01813022, 0x074510a0, 0x40c400f1,
1981 0x9037012e, 0x40e000f2,
1982};
Takashi Iwai76c08822007-06-19 12:17:42 +02001983
Takashi Iwai2b635362011-05-02 12:33:43 +02001984static const unsigned int *stac922x_brd_tbl[STAC_922X_MODELS] = {
Takashi Iwaif5fcc132006-11-24 17:07:44 +01001985 [STAC_D945_REF] = ref922x_pin_configs,
Takashi Iwai19039bd2006-06-28 15:52:16 +02001986 [STAC_D945GTP3] = d945gtp3_pin_configs,
1987 [STAC_D945GTP5] = d945gtp5_pin_configs,
Ivan N. Zlatev5d5d3bc2007-05-29 16:03:00 +02001988 [STAC_INTEL_MAC_V1] = intel_mac_v1_pin_configs,
1989 [STAC_INTEL_MAC_V2] = intel_mac_v2_pin_configs,
1990 [STAC_INTEL_MAC_V3] = intel_mac_v3_pin_configs,
1991 [STAC_INTEL_MAC_V4] = intel_mac_v4_pin_configs,
1992 [STAC_INTEL_MAC_V5] = intel_mac_v5_pin_configs,
Nicolas Boichat536319a2008-07-21 22:18:01 +08001993 [STAC_INTEL_MAC_AUTO] = intel_mac_v3_pin_configs,
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001994 /* for backward compatibility */
Ivan N. Zlatev5d5d3bc2007-05-29 16:03:00 +02001995 [STAC_MACMINI] = intel_mac_v3_pin_configs,
1996 [STAC_MACBOOK] = intel_mac_v5_pin_configs,
1997 [STAC_MACBOOK_PRO_V1] = intel_mac_v3_pin_configs,
1998 [STAC_MACBOOK_PRO_V2] = intel_mac_v3_pin_configs,
1999 [STAC_IMAC_INTEL] = intel_mac_v2_pin_configs,
2000 [STAC_IMAC_INTEL_20] = intel_mac_v3_pin_configs,
Mauro Carvalho Chehab8c650082008-08-04 10:39:59 -03002001 [STAC_ECS_202] = ecs202_pin_configs,
Takashi Iwaidfe495d2007-08-23 19:04:28 +02002002 [STAC_922X_DELL_D81] = dell_922x_d81_pin_configs,
2003 [STAC_922X_DELL_D82] = dell_922x_d82_pin_configs,
2004 [STAC_922X_DELL_M81] = dell_922x_m81_pin_configs,
2005 [STAC_922X_DELL_M82] = dell_922x_m82_pin_configs,
Matt Porter403d1942005-11-29 15:00:51 +01002006};
2007
Takashi Iwaiea734962011-01-17 11:29:34 +01002008static const char * const stac922x_models[STAC_922X_MODELS] = {
Takashi Iwai1607b8e2009-02-26 16:50:43 +01002009 [STAC_922X_AUTO] = "auto",
Takashi Iwaif5fcc132006-11-24 17:07:44 +01002010 [STAC_D945_REF] = "ref",
2011 [STAC_D945GTP5] = "5stack",
2012 [STAC_D945GTP3] = "3stack",
Ivan N. Zlatev5d5d3bc2007-05-29 16:03:00 +02002013 [STAC_INTEL_MAC_V1] = "intel-mac-v1",
2014 [STAC_INTEL_MAC_V2] = "intel-mac-v2",
2015 [STAC_INTEL_MAC_V3] = "intel-mac-v3",
2016 [STAC_INTEL_MAC_V4] = "intel-mac-v4",
2017 [STAC_INTEL_MAC_V5] = "intel-mac-v5",
Nicolas Boichat536319a2008-07-21 22:18:01 +08002018 [STAC_INTEL_MAC_AUTO] = "intel-mac-auto",
Takashi Iwaidfe495d2007-08-23 19:04:28 +02002019 /* for backward compatibility */
Takashi Iwaif5fcc132006-11-24 17:07:44 +01002020 [STAC_MACMINI] = "macmini",
Takashi Iwai3fc24d82007-02-16 13:27:18 +01002021 [STAC_MACBOOK] = "macbook",
Nicolas Boichat6f0778d2007-03-15 12:38:15 +01002022 [STAC_MACBOOK_PRO_V1] = "macbook-pro-v1",
2023 [STAC_MACBOOK_PRO_V2] = "macbook-pro",
Sylvain FORETf16928f2007-04-27 14:22:36 +02002024 [STAC_IMAC_INTEL] = "imac-intel",
Takashi Iwai0dae0f82007-05-21 12:41:29 +02002025 [STAC_IMAC_INTEL_20] = "imac-intel-20",
Mauro Carvalho Chehab8c650082008-08-04 10:39:59 -03002026 [STAC_ECS_202] = "ecs202",
Takashi Iwaidfe495d2007-08-23 19:04:28 +02002027 [STAC_922X_DELL_D81] = "dell-d81",
2028 [STAC_922X_DELL_D82] = "dell-d82",
2029 [STAC_922X_DELL_M81] = "dell-m81",
2030 [STAC_922X_DELL_M82] = "dell-m82",
Takashi Iwaif5fcc132006-11-24 17:07:44 +01002031};
2032
Takashi Iwai2b635362011-05-02 12:33:43 +02002033static const struct snd_pci_quirk stac922x_cfg_tbl[] = {
Takashi Iwaif5fcc132006-11-24 17:07:44 +01002034 /* SigmaTel reference board */
2035 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x2668,
2036 "DFI LanParty", STAC_D945_REF),
Matthew Ranostay577aa2c2009-01-22 22:55:44 -05002037 SND_PCI_QUIRK(PCI_VENDOR_ID_DFI, 0x3101,
2038 "DFI LanParty", STAC_D945_REF),
Takashi Iwaif5fcc132006-11-24 17:07:44 +01002039 /* Intel 945G based systems */
2040 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x0101,
2041 "Intel D945G", STAC_D945GTP3),
2042 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x0202,
2043 "Intel D945G", STAC_D945GTP3),
2044 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x0606,
2045 "Intel D945G", STAC_D945GTP3),
2046 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x0601,
2047 "Intel D945G", STAC_D945GTP3),
2048 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x0111,
2049 "Intel D945G", STAC_D945GTP3),
2050 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x1115,
2051 "Intel D945G", STAC_D945GTP3),
2052 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x1116,
2053 "Intel D945G", STAC_D945GTP3),
2054 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x1117,
2055 "Intel D945G", STAC_D945GTP3),
2056 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x1118,
2057 "Intel D945G", STAC_D945GTP3),
2058 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x1119,
2059 "Intel D945G", STAC_D945GTP3),
2060 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x8826,
2061 "Intel D945G", STAC_D945GTP3),
2062 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x5049,
2063 "Intel D945G", STAC_D945GTP3),
2064 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x5055,
2065 "Intel D945G", STAC_D945GTP3),
2066 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x5048,
2067 "Intel D945G", STAC_D945GTP3),
2068 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x0110,
2069 "Intel D945G", STAC_D945GTP3),
2070 /* Intel D945G 5-stack systems */
2071 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x0404,
2072 "Intel D945G", STAC_D945GTP5),
2073 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x0303,
2074 "Intel D945G", STAC_D945GTP5),
2075 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x0013,
2076 "Intel D945G", STAC_D945GTP5),
2077 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x0417,
2078 "Intel D945G", STAC_D945GTP5),
2079 /* Intel 945P based systems */
2080 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x0b0b,
2081 "Intel D945P", STAC_D945GTP3),
2082 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x0112,
2083 "Intel D945P", STAC_D945GTP3),
2084 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x0d0d,
2085 "Intel D945P", STAC_D945GTP3),
2086 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x0909,
2087 "Intel D945P", STAC_D945GTP3),
2088 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x0505,
2089 "Intel D945P", STAC_D945GTP3),
2090 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x0707,
2091 "Intel D945P", STAC_D945GTP5),
Takashi Iwai8056d472009-01-23 09:09:43 +01002092 /* other intel */
2093 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x0204,
2094 "Intel D945", STAC_D945_REF),
Takashi Iwaif5fcc132006-11-24 17:07:44 +01002095 /* other systems */
Nicolas Boichat536319a2008-07-21 22:18:01 +08002096 /* Apple Intel Mac (Mac Mini, MacBook, MacBook Pro...) */
Takashi Iwaif5fcc132006-11-24 17:07:44 +01002097 SND_PCI_QUIRK(0x8384, 0x7680,
Nicolas Boichat536319a2008-07-21 22:18:01 +08002098 "Mac", STAC_INTEL_MAC_AUTO),
Takashi Iwaidfe495d2007-08-23 19:04:28 +02002099 /* Dell systems */
2100 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01a7,
2101 "unknown Dell", STAC_922X_DELL_D81),
2102 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01a9,
2103 "unknown Dell", STAC_922X_DELL_D81),
2104 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01ab,
2105 "unknown Dell", STAC_922X_DELL_D81),
2106 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01ac,
2107 "unknown Dell", STAC_922X_DELL_D82),
2108 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01bf,
2109 "unknown Dell", STAC_922X_DELL_M81),
2110 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01d0,
2111 "unknown Dell", STAC_922X_DELL_D82),
2112 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01d1,
2113 "unknown Dell", STAC_922X_DELL_D81),
2114 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01d2,
2115 "unknown Dell", STAC_922X_DELL_D81),
2116 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01d7,
2117 "Dell XPS M1210", STAC_922X_DELL_M82),
Mauro Carvalho Chehab8c650082008-08-04 10:39:59 -03002118 /* ECS/PC Chips boards */
Takashi Iwaidea0a502009-02-09 17:14:52 +01002119 SND_PCI_QUIRK_MASK(0x1019, 0xf000, 0x2000,
Herton Ronaldo Krzesinski8663ae52009-02-08 19:50:34 -02002120 "ECS/PC chips", STAC_ECS_202),
Matt Porter403d1942005-11-29 15:00:51 +01002121 {} /* terminator */
2122};
2123
Takashi Iwai2b635362011-05-02 12:33:43 +02002124static const unsigned int ref927x_pin_configs[14] = {
Tobin Davis93ed1502006-09-01 21:03:12 +02002125 0x02214020, 0x02a19080, 0x0181304e, 0x01014010,
2126 0x01a19040, 0x01011012, 0x01016011, 0x0101201f,
2127 0x183301f0, 0x18a001f0, 0x18a001f0, 0x01442070,
2128 0x01c42190, 0x40000100,
Matt Porter3cc08dc2006-01-23 15:27:49 +01002129};
2130
Takashi Iwai2b635362011-05-02 12:33:43 +02002131static const unsigned int d965_3st_pin_configs[14] = {
Tobin Davis81d3dbd2006-08-22 19:44:45 +02002132 0x0221401f, 0x02a19120, 0x40000100, 0x01014011,
2133 0x01a19021, 0x01813024, 0x40000100, 0x40000100,
2134 0x40000100, 0x40000100, 0x40000100, 0x40000100,
2135 0x40000100, 0x40000100
2136};
2137
Takashi Iwai2b635362011-05-02 12:33:43 +02002138static const unsigned int d965_5st_pin_configs[14] = {
Tobin Davis93ed1502006-09-01 21:03:12 +02002139 0x02214020, 0x02a19080, 0x0181304e, 0x01014010,
2140 0x01a19040, 0x01011012, 0x01016011, 0x40000100,
2141 0x40000100, 0x40000100, 0x40000100, 0x01442070,
2142 0x40000100, 0x40000100
2143};
2144
Takashi Iwai2b635362011-05-02 12:33:43 +02002145static const unsigned int d965_5st_no_fp_pin_configs[14] = {
Takashi Iwai679d92e2009-05-24 19:00:08 +02002146 0x40000100, 0x40000100, 0x0181304e, 0x01014010,
2147 0x01a19040, 0x01011012, 0x01016011, 0x40000100,
2148 0x40000100, 0x40000100, 0x40000100, 0x01442070,
2149 0x40000100, 0x40000100
2150};
2151
Takashi Iwai2b635362011-05-02 12:33:43 +02002152static const unsigned int dell_3st_pin_configs[14] = {
Tobin Davis4ff076e2007-08-07 11:48:12 +02002153 0x02211230, 0x02a11220, 0x01a19040, 0x01114210,
2154 0x01111212, 0x01116211, 0x01813050, 0x01112214,
Matthew Ranostay8e9068b2007-12-17 11:58:13 +01002155 0x403003fa, 0x90a60040, 0x90a60040, 0x404003fb,
Tobin Davis4ff076e2007-08-07 11:48:12 +02002156 0x40c003fc, 0x40000100
2157};
2158
Takashi Iwai2b635362011-05-02 12:33:43 +02002159static const unsigned int *stac927x_brd_tbl[STAC_927X_MODELS] = {
Takashi Iwaie28d8322008-12-17 13:48:29 +01002160 [STAC_D965_REF_NO_JD] = ref927x_pin_configs,
Matthew Ranostay8e9068b2007-12-17 11:58:13 +01002161 [STAC_D965_REF] = ref927x_pin_configs,
2162 [STAC_D965_3ST] = d965_3st_pin_configs,
2163 [STAC_D965_5ST] = d965_5st_pin_configs,
Takashi Iwai679d92e2009-05-24 19:00:08 +02002164 [STAC_D965_5ST_NO_FP] = d965_5st_no_fp_pin_configs,
Matthew Ranostay8e9068b2007-12-17 11:58:13 +01002165 [STAC_DELL_3ST] = dell_3st_pin_configs,
2166 [STAC_DELL_BIOS] = NULL,
Takashi Iwai54930532009-10-11 17:38:29 +02002167 [STAC_927X_VOLKNOB] = NULL,
Matt Porter3cc08dc2006-01-23 15:27:49 +01002168};
2169
Takashi Iwaiea734962011-01-17 11:29:34 +01002170static const char * const stac927x_models[STAC_927X_MODELS] = {
Takashi Iwai1607b8e2009-02-26 16:50:43 +01002171 [STAC_927X_AUTO] = "auto",
Takashi Iwaie28d8322008-12-17 13:48:29 +01002172 [STAC_D965_REF_NO_JD] = "ref-no-jd",
Matthew Ranostay8e9068b2007-12-17 11:58:13 +01002173 [STAC_D965_REF] = "ref",
2174 [STAC_D965_3ST] = "3stack",
2175 [STAC_D965_5ST] = "5stack",
Takashi Iwai679d92e2009-05-24 19:00:08 +02002176 [STAC_D965_5ST_NO_FP] = "5stack-no-fp",
Matthew Ranostay8e9068b2007-12-17 11:58:13 +01002177 [STAC_DELL_3ST] = "dell-3stack",
2178 [STAC_DELL_BIOS] = "dell-bios",
Takashi Iwai54930532009-10-11 17:38:29 +02002179 [STAC_927X_VOLKNOB] = "volknob",
Takashi Iwaif5fcc132006-11-24 17:07:44 +01002180};
2181
Takashi Iwai2b635362011-05-02 12:33:43 +02002182static const struct snd_pci_quirk stac927x_cfg_tbl[] = {
Takashi Iwaif5fcc132006-11-24 17:07:44 +01002183 /* SigmaTel reference board */
2184 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x2668,
2185 "DFI LanParty", STAC_D965_REF),
Matthew Ranostay577aa2c2009-01-22 22:55:44 -05002186 SND_PCI_QUIRK(PCI_VENDOR_ID_DFI, 0x3101,
2187 "DFI LanParty", STAC_D965_REF),
Tobin Davis81d3dbd2006-08-22 19:44:45 +02002188 /* Intel 946 based systems */
Takashi Iwaif5fcc132006-11-24 17:07:44 +01002189 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x3d01, "Intel D946", STAC_D965_3ST),
2190 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0xa301, "Intel D946", STAC_D965_3ST),
Tobin Davis93ed1502006-09-01 21:03:12 +02002191 /* 965 based 3 stack systems */
Takashi Iwaidea0a502009-02-09 17:14:52 +01002192 SND_PCI_QUIRK_MASK(PCI_VENDOR_ID_INTEL, 0xff00, 0x2100,
2193 "Intel D965", STAC_D965_3ST),
2194 SND_PCI_QUIRK_MASK(PCI_VENDOR_ID_INTEL, 0xff00, 0x2000,
2195 "Intel D965", STAC_D965_3ST),
Tobin Davis4ff076e2007-08-07 11:48:12 +02002196 /* Dell 3 stack systems */
Takashi Iwaidfe495d2007-08-23 19:04:28 +02002197 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01dd, "Dell Dimension E520", STAC_DELL_3ST),
Tobin Davis4ff076e2007-08-07 11:48:12 +02002198 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01ed, "Dell ", STAC_DELL_3ST),
2199 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01f4, "Dell ", STAC_DELL_3ST),
Matthew Ranostay8e9068b2007-12-17 11:58:13 +01002200 /* Dell 3 stack systems with verb table in BIOS */
Matthew Ranostay2f32d902008-01-10 13:06:26 +01002201 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01f3, "Dell Inspiron 1420", STAC_DELL_BIOS),
Daniel T Chen66668b62010-05-23 20:47:45 -04002202 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01f7, "Dell XPS M1730", STAC_DELL_BIOS),
Matthew Ranostay2f32d902008-01-10 13:06:26 +01002203 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0227, "Dell Vostro 1400 ", STAC_DELL_BIOS),
Matthew Ranostay8e9068b2007-12-17 11:58:13 +01002204 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x022e, "Dell ", STAC_DELL_BIOS),
Chengu Wang84d3dc22009-07-30 19:43:55 +08002205 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x022f, "Dell Inspiron 1525", STAC_DELL_BIOS),
Matthew Ranostay8e9068b2007-12-17 11:58:13 +01002206 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0242, "Dell ", STAC_DELL_BIOS),
2207 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0243, "Dell ", STAC_DELL_BIOS),
2208 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x02ff, "Dell ", STAC_DELL_BIOS),
2209 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0209, "Dell XPS 1330", STAC_DELL_BIOS),
Tobin Davis93ed1502006-09-01 21:03:12 +02002210 /* 965 based 5 stack systems */
Takashi Iwaidea0a502009-02-09 17:14:52 +01002211 SND_PCI_QUIRK_MASK(PCI_VENDOR_ID_INTEL, 0xff00, 0x2300,
2212 "Intel D965", STAC_D965_5ST),
2213 SND_PCI_QUIRK_MASK(PCI_VENDOR_ID_INTEL, 0xff00, 0x2500,
2214 "Intel D965", STAC_D965_5ST),
Takashi Iwai54930532009-10-11 17:38:29 +02002215 /* volume-knob fixes */
2216 SND_PCI_QUIRK_VENDOR(0x10cf, "FSC", STAC_927X_VOLKNOB),
Matt Porter3cc08dc2006-01-23 15:27:49 +01002217 {} /* terminator */
2218};
2219
Takashi Iwai2b635362011-05-02 12:33:43 +02002220static const unsigned int ref9205_pin_configs[12] = {
Matt Porterf3302a52006-07-31 12:49:34 +02002221 0x40000100, 0x40000100, 0x01016011, 0x01014010,
Matthew Ranostay09a99952008-01-24 11:49:21 +01002222 0x01813122, 0x01a19021, 0x01019020, 0x40000100,
Matt Porter8b657272006-10-26 17:12:59 +02002223 0x90a000f0, 0x90a000f0, 0x01441030, 0x01c41030
Matt Porterf3302a52006-07-31 12:49:34 +02002224};
2225
Takashi Iwaidfe495d2007-08-23 19:04:28 +02002226/*
2227 STAC 9205 pin configs for
2228 102801F1
2229 102801F2
2230 102801FC
2231 102801FD
2232 10280204
2233 1028021F
Matthew Ranostay3fa2ef72008-01-11 11:39:06 +01002234 10280228 (Dell Vostro 1500)
Anisse Astier95e70e82009-12-23 17:28:45 +01002235 10280229 (Dell Vostro 1700)
Takashi Iwaidfe495d2007-08-23 19:04:28 +02002236*/
Takashi Iwai2b635362011-05-02 12:33:43 +02002237static const unsigned int dell_9205_m42_pin_configs[12] = {
Takashi Iwaidfe495d2007-08-23 19:04:28 +02002238 0x0321101F, 0x03A11020, 0x400003FA, 0x90170310,
2239 0x400003FB, 0x400003FC, 0x400003FD, 0x40F000F9,
2240 0x90A60330, 0x400003FF, 0x0144131F, 0x40C003FE,
2241};
2242
2243/*
2244 STAC 9205 pin configs for
2245 102801F9
2246 102801FA
2247 102801FE
2248 102801FF (Dell Precision M4300)
2249 10280206
2250 10280200
2251 10280201
2252*/
Takashi Iwai2b635362011-05-02 12:33:43 +02002253static const unsigned int dell_9205_m43_pin_configs[12] = {
Tobin Davisae0a8ed2007-08-13 15:50:29 +02002254 0x0321101f, 0x03a11020, 0x90a70330, 0x90170310,
2255 0x400000fe, 0x400000ff, 0x400000fd, 0x40f000f9,
2256 0x400000fa, 0x400000fc, 0x0144131f, 0x40c003f8,
2257};
2258
Takashi Iwai2b635362011-05-02 12:33:43 +02002259static const unsigned int dell_9205_m44_pin_configs[12] = {
Tobin Davisae0a8ed2007-08-13 15:50:29 +02002260 0x0421101f, 0x04a11020, 0x400003fa, 0x90170310,
2261 0x400003fb, 0x400003fc, 0x400003fd, 0x400003f9,
2262 0x90a60330, 0x400003ff, 0x01441340, 0x40c003fe,
2263};
2264
Takashi Iwai2b635362011-05-02 12:33:43 +02002265static const unsigned int *stac9205_brd_tbl[STAC_9205_MODELS] = {
Tobin Davisae0a8ed2007-08-13 15:50:29 +02002266 [STAC_9205_REF] = ref9205_pin_configs,
Takashi Iwaidfe495d2007-08-23 19:04:28 +02002267 [STAC_9205_DELL_M42] = dell_9205_m42_pin_configs,
2268 [STAC_9205_DELL_M43] = dell_9205_m43_pin_configs,
2269 [STAC_9205_DELL_M44] = dell_9205_m44_pin_configs,
Takashi Iwaid9a42682009-01-22 17:40:18 +01002270 [STAC_9205_EAPD] = NULL,
Matt Porterf3302a52006-07-31 12:49:34 +02002271};
2272
Takashi Iwaiea734962011-01-17 11:29:34 +01002273static const char * const stac9205_models[STAC_9205_MODELS] = {
Takashi Iwai1607b8e2009-02-26 16:50:43 +01002274 [STAC_9205_AUTO] = "auto",
Takashi Iwaif5fcc132006-11-24 17:07:44 +01002275 [STAC_9205_REF] = "ref",
Takashi Iwaidfe495d2007-08-23 19:04:28 +02002276 [STAC_9205_DELL_M42] = "dell-m42",
Tobin Davisae0a8ed2007-08-13 15:50:29 +02002277 [STAC_9205_DELL_M43] = "dell-m43",
2278 [STAC_9205_DELL_M44] = "dell-m44",
Takashi Iwaid9a42682009-01-22 17:40:18 +01002279 [STAC_9205_EAPD] = "eapd",
Takashi Iwaif5fcc132006-11-24 17:07:44 +01002280};
2281
Takashi Iwai2b635362011-05-02 12:33:43 +02002282static const struct snd_pci_quirk stac9205_cfg_tbl[] = {
Takashi Iwaif5fcc132006-11-24 17:07:44 +01002283 /* SigmaTel reference board */
2284 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x2668,
2285 "DFI LanParty", STAC_9205_REF),
Herton Ronaldo Krzesinski02358fc2009-07-04 01:44:59 -03002286 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0xfb30,
2287 "SigmaTel", STAC_9205_REF),
Matthew Ranostay577aa2c2009-01-22 22:55:44 -05002288 SND_PCI_QUIRK(PCI_VENDOR_ID_DFI, 0x3101,
2289 "DFI LanParty", STAC_9205_REF),
Takashi Iwaid9a42682009-01-22 17:40:18 +01002290 /* Dell */
Takashi Iwaidfe495d2007-08-23 19:04:28 +02002291 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01f1,
2292 "unknown Dell", STAC_9205_DELL_M42),
2293 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01f2,
2294 "unknown Dell", STAC_9205_DELL_M42),
Tobin Davisae0a8ed2007-08-13 15:50:29 +02002295 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01f8,
Matthew Ranostayb44ef2f2007-09-18 00:52:38 +02002296 "Dell Precision", STAC_9205_DELL_M43),
Tobin Davisae0a8ed2007-08-13 15:50:29 +02002297 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01f9,
2298 "Dell Precision", STAC_9205_DELL_M43),
2299 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01fa,
2300 "Dell Precision", STAC_9205_DELL_M43),
Takashi Iwaidfe495d2007-08-23 19:04:28 +02002301 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01fc,
2302 "unknown Dell", STAC_9205_DELL_M42),
2303 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01fd,
2304 "unknown Dell", STAC_9205_DELL_M42),
Tobin Davisae0a8ed2007-08-13 15:50:29 +02002305 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01fe,
2306 "Dell Precision", STAC_9205_DELL_M43),
2307 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01ff,
Takashi Iwaidfe495d2007-08-23 19:04:28 +02002308 "Dell Precision M4300", STAC_9205_DELL_M43),
Takashi Iwaidfe495d2007-08-23 19:04:28 +02002309 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0204,
2310 "unknown Dell", STAC_9205_DELL_M42),
Takashi Iwai45499152008-06-12 16:27:24 +02002311 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0206,
2312 "Dell Precision", STAC_9205_DELL_M43),
2313 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x021b,
2314 "Dell Precision", STAC_9205_DELL_M43),
2315 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x021c,
2316 "Dell Precision", STAC_9205_DELL_M43),
Tobin Davisae0a8ed2007-08-13 15:50:29 +02002317 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x021f,
2318 "Dell Inspiron", STAC_9205_DELL_M44),
Matthew Ranostay3fa2ef72008-01-11 11:39:06 +01002319 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0228,
2320 "Dell Vostro 1500", STAC_9205_DELL_M42),
Anisse Astier95e70e82009-12-23 17:28:45 +01002321 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0229,
2322 "Dell Vostro 1700", STAC_9205_DELL_M42),
Takashi Iwaid9a42682009-01-22 17:40:18 +01002323 /* Gateway */
Hao Song42b95f02009-07-20 15:01:16 +08002324 SND_PCI_QUIRK(0x107b, 0x0560, "Gateway T6834c", STAC_9205_EAPD),
Takashi Iwaid9a42682009-01-22 17:40:18 +01002325 SND_PCI_QUIRK(0x107b, 0x0565, "Gateway T1616", STAC_9205_EAPD),
Matt Porterf3302a52006-07-31 12:49:34 +02002326 {} /* terminator */
2327};
2328
Takashi Iwai330ee992009-02-20 14:33:36 +01002329static void stac92xx_set_config_regs(struct hda_codec *codec,
Takashi Iwai2b635362011-05-02 12:33:43 +02002330 const unsigned int *pincfgs)
Matt2f2f4252005-04-13 14:45:30 +02002331{
2332 int i;
2333 struct sigmatel_spec *spec = codec->spec;
Matt2f2f4252005-04-13 14:45:30 +02002334
Takashi Iwai330ee992009-02-20 14:33:36 +01002335 if (!pincfgs)
2336 return;
Richard Fish11b44bb2006-08-23 18:31:34 +02002337
Matthew Ranostay87d48362007-07-17 11:52:24 +02002338 for (i = 0; i < spec->num_pins; i++)
Takashi Iwai330ee992009-02-20 14:33:36 +01002339 if (spec->pin_nids[i] && pincfgs[i])
2340 snd_hda_codec_set_pincfg(codec, spec->pin_nids[i],
2341 pincfgs[i]);
Takashi Iwaiaf9f3412008-11-18 10:38:56 +01002342}
2343
Matt2f2f4252005-04-13 14:45:30 +02002344/*
2345 * Analog playback callbacks
2346 */
2347static int stac92xx_playback_pcm_open(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;
Matthew Ranostay8daaaa92008-08-15 07:45:52 +02002352 if (spec->stream_delay)
2353 msleep(spec->stream_delay);
Takashi Iwai9a081602008-02-12 18:37:26 +01002354 return snd_hda_multi_out_analog_open(codec, &spec->multiout, substream,
2355 hinfo);
Matt2f2f4252005-04-13 14:45:30 +02002356}
2357
2358static int stac92xx_playback_pcm_prepare(struct hda_pcm_stream *hinfo,
2359 struct hda_codec *codec,
2360 unsigned int stream_tag,
2361 unsigned int format,
Takashi Iwaic8b6bf92005-11-17 14:57:47 +01002362 struct snd_pcm_substream *substream)
Matt2f2f4252005-04-13 14:45:30 +02002363{
2364 struct sigmatel_spec *spec = codec->spec;
Matt Porter403d1942005-11-29 15:00:51 +01002365 return snd_hda_multi_out_analog_prepare(codec, &spec->multiout, stream_tag, format, substream);
Matt2f2f4252005-04-13 14:45:30 +02002366}
2367
2368static int stac92xx_playback_pcm_cleanup(struct hda_pcm_stream *hinfo,
2369 struct hda_codec *codec,
Takashi Iwaic8b6bf92005-11-17 14:57:47 +01002370 struct snd_pcm_substream *substream)
Matt2f2f4252005-04-13 14:45:30 +02002371{
2372 struct sigmatel_spec *spec = codec->spec;
2373 return snd_hda_multi_out_analog_cleanup(codec, &spec->multiout);
2374}
2375
2376/*
Mattdabbed62005-06-14 10:19:34 +02002377 * Digital playback callbacks
2378 */
2379static int stac92xx_dig_playback_pcm_open(struct hda_pcm_stream *hinfo,
2380 struct hda_codec *codec,
Takashi Iwaic8b6bf92005-11-17 14:57:47 +01002381 struct snd_pcm_substream *substream)
Mattdabbed62005-06-14 10:19:34 +02002382{
2383 struct sigmatel_spec *spec = codec->spec;
2384 return snd_hda_multi_out_dig_open(codec, &spec->multiout);
2385}
2386
2387static int stac92xx_dig_playback_pcm_close(struct hda_pcm_stream *hinfo,
2388 struct hda_codec *codec,
Takashi Iwaic8b6bf92005-11-17 14:57:47 +01002389 struct snd_pcm_substream *substream)
Mattdabbed62005-06-14 10:19:34 +02002390{
2391 struct sigmatel_spec *spec = codec->spec;
2392 return snd_hda_multi_out_dig_close(codec, &spec->multiout);
2393}
2394
Takashi Iwai6b97eb42007-04-05 14:51:48 +02002395static int stac92xx_dig_playback_pcm_prepare(struct hda_pcm_stream *hinfo,
2396 struct hda_codec *codec,
2397 unsigned int stream_tag,
2398 unsigned int format,
2399 struct snd_pcm_substream *substream)
2400{
2401 struct sigmatel_spec *spec = codec->spec;
2402 return snd_hda_multi_out_dig_prepare(codec, &spec->multiout,
2403 stream_tag, format, substream);
2404}
2405
Takashi Iwai9411e212009-02-13 11:32:28 +01002406static int stac92xx_dig_playback_pcm_cleanup(struct hda_pcm_stream *hinfo,
2407 struct hda_codec *codec,
2408 struct snd_pcm_substream *substream)
2409{
2410 struct sigmatel_spec *spec = codec->spec;
2411 return snd_hda_multi_out_dig_cleanup(codec, &spec->multiout);
2412}
2413
Mattdabbed62005-06-14 10:19:34 +02002414
2415/*
Matt2f2f4252005-04-13 14:45:30 +02002416 * Analog capture callbacks
2417 */
2418static int stac92xx_capture_pcm_prepare(struct hda_pcm_stream *hinfo,
2419 struct hda_codec *codec,
2420 unsigned int stream_tag,
2421 unsigned int format,
Takashi Iwaic8b6bf92005-11-17 14:57:47 +01002422 struct snd_pcm_substream *substream)
Matt2f2f4252005-04-13 14:45:30 +02002423{
2424 struct sigmatel_spec *spec = codec->spec;
Matthew Ranostay8daaaa92008-08-15 07:45:52 +02002425 hda_nid_t nid = spec->adc_nids[substream->number];
Matt2f2f4252005-04-13 14:45:30 +02002426
Matthew Ranostay8daaaa92008-08-15 07:45:52 +02002427 if (spec->powerdown_adcs) {
2428 msleep(40);
Takashi Iwai8c2f7672008-12-01 11:54:35 +01002429 snd_hda_codec_write(codec, nid, 0,
Matthew Ranostay8daaaa92008-08-15 07:45:52 +02002430 AC_VERB_SET_POWER_STATE, AC_PWRST_D0);
2431 }
2432 snd_hda_codec_setup_stream(codec, nid, stream_tag, 0, format);
Matt2f2f4252005-04-13 14:45:30 +02002433 return 0;
2434}
2435
2436static int stac92xx_capture_pcm_cleanup(struct hda_pcm_stream *hinfo,
2437 struct hda_codec *codec,
Takashi Iwaic8b6bf92005-11-17 14:57:47 +01002438 struct snd_pcm_substream *substream)
Matt2f2f4252005-04-13 14:45:30 +02002439{
2440 struct sigmatel_spec *spec = codec->spec;
Matthew Ranostay8daaaa92008-08-15 07:45:52 +02002441 hda_nid_t nid = spec->adc_nids[substream->number];
Matt2f2f4252005-04-13 14:45:30 +02002442
Matthew Ranostay8daaaa92008-08-15 07:45:52 +02002443 snd_hda_codec_cleanup_stream(codec, nid);
2444 if (spec->powerdown_adcs)
Takashi Iwai8c2f7672008-12-01 11:54:35 +01002445 snd_hda_codec_write(codec, nid, 0,
Matthew Ranostay8daaaa92008-08-15 07:45:52 +02002446 AC_VERB_SET_POWER_STATE, AC_PWRST_D3);
Matt2f2f4252005-04-13 14:45:30 +02002447 return 0;
2448}
2449
Takashi Iwai2b635362011-05-02 12:33:43 +02002450static const struct hda_pcm_stream stac92xx_pcm_digital_playback = {
Mattdabbed62005-06-14 10:19:34 +02002451 .substreams = 1,
2452 .channels_min = 2,
2453 .channels_max = 2,
2454 /* NID is set in stac92xx_build_pcms */
2455 .ops = {
2456 .open = stac92xx_dig_playback_pcm_open,
Takashi Iwai6b97eb42007-04-05 14:51:48 +02002457 .close = stac92xx_dig_playback_pcm_close,
Takashi Iwai9411e212009-02-13 11:32:28 +01002458 .prepare = stac92xx_dig_playback_pcm_prepare,
2459 .cleanup = stac92xx_dig_playback_pcm_cleanup
Mattdabbed62005-06-14 10:19:34 +02002460 },
2461};
2462
Takashi Iwai2b635362011-05-02 12:33:43 +02002463static const struct hda_pcm_stream stac92xx_pcm_digital_capture = {
Mattdabbed62005-06-14 10:19:34 +02002464 .substreams = 1,
2465 .channels_min = 2,
2466 .channels_max = 2,
2467 /* NID is set in stac92xx_build_pcms */
2468};
2469
Takashi Iwai2b635362011-05-02 12:33:43 +02002470static const struct hda_pcm_stream stac92xx_pcm_analog_playback = {
Matt2f2f4252005-04-13 14:45:30 +02002471 .substreams = 1,
2472 .channels_min = 2,
Mattc7d4b2f2005-06-27 14:59:41 +02002473 .channels_max = 8,
Matt2f2f4252005-04-13 14:45:30 +02002474 .nid = 0x02, /* NID to query formats and rates */
2475 .ops = {
2476 .open = stac92xx_playback_pcm_open,
2477 .prepare = stac92xx_playback_pcm_prepare,
2478 .cleanup = stac92xx_playback_pcm_cleanup
2479 },
2480};
2481
Takashi Iwai2b635362011-05-02 12:33:43 +02002482static const struct hda_pcm_stream stac92xx_pcm_analog_alt_playback = {
Matt Porter3cc08dc2006-01-23 15:27:49 +01002483 .substreams = 1,
2484 .channels_min = 2,
2485 .channels_max = 2,
2486 .nid = 0x06, /* NID to query formats and rates */
2487 .ops = {
2488 .open = stac92xx_playback_pcm_open,
2489 .prepare = stac92xx_playback_pcm_prepare,
2490 .cleanup = stac92xx_playback_pcm_cleanup
2491 },
2492};
2493
Takashi Iwai2b635362011-05-02 12:33:43 +02002494static const struct hda_pcm_stream stac92xx_pcm_analog_capture = {
Matt2f2f4252005-04-13 14:45:30 +02002495 .channels_min = 2,
2496 .channels_max = 2,
Maxim Levitsky9e05b7a2007-09-03 15:31:02 +02002497 /* NID + .substreams is set in stac92xx_build_pcms */
Matt2f2f4252005-04-13 14:45:30 +02002498 .ops = {
2499 .prepare = stac92xx_capture_pcm_prepare,
2500 .cleanup = stac92xx_capture_pcm_cleanup
2501 },
2502};
2503
2504static int stac92xx_build_pcms(struct hda_codec *codec)
2505{
2506 struct sigmatel_spec *spec = codec->spec;
2507 struct hda_pcm *info = spec->pcm_rec;
2508
2509 codec->num_pcms = 1;
2510 codec->pcm_info = info;
2511
Mattc7d4b2f2005-06-27 14:59:41 +02002512 info->name = "STAC92xx Analog";
Matt2f2f4252005-04-13 14:45:30 +02002513 info->stream[SNDRV_PCM_STREAM_PLAYBACK] = stac92xx_pcm_analog_playback;
Takashi Iwai00a602d2009-01-23 11:55:42 +01002514 info->stream[SNDRV_PCM_STREAM_PLAYBACK].nid =
2515 spec->multiout.dac_nids[0];
Matt2f2f4252005-04-13 14:45:30 +02002516 info->stream[SNDRV_PCM_STREAM_CAPTURE] = stac92xx_pcm_analog_capture;
Matt Porter3cc08dc2006-01-23 15:27:49 +01002517 info->stream[SNDRV_PCM_STREAM_CAPTURE].nid = spec->adc_nids[0];
Maxim Levitsky9e05b7a2007-09-03 15:31:02 +02002518 info->stream[SNDRV_PCM_STREAM_CAPTURE].substreams = spec->num_adcs;
Matt Porter3cc08dc2006-01-23 15:27:49 +01002519
2520 if (spec->alt_switch) {
2521 codec->num_pcms++;
2522 info++;
2523 info->name = "STAC92xx Analog Alt";
2524 info->stream[SNDRV_PCM_STREAM_PLAYBACK] = stac92xx_pcm_analog_alt_playback;
2525 }
Matt2f2f4252005-04-13 14:45:30 +02002526
Mattdabbed62005-06-14 10:19:34 +02002527 if (spec->multiout.dig_out_nid || spec->dig_in_nid) {
2528 codec->num_pcms++;
2529 info++;
2530 info->name = "STAC92xx Digital";
Takashi Iwai0852d7a2009-02-11 11:35:15 +01002531 info->pcm_type = spec->autocfg.dig_out_type[0];
Mattdabbed62005-06-14 10:19:34 +02002532 if (spec->multiout.dig_out_nid) {
2533 info->stream[SNDRV_PCM_STREAM_PLAYBACK] = stac92xx_pcm_digital_playback;
2534 info->stream[SNDRV_PCM_STREAM_PLAYBACK].nid = spec->multiout.dig_out_nid;
2535 }
2536 if (spec->dig_in_nid) {
2537 info->stream[SNDRV_PCM_STREAM_CAPTURE] = stac92xx_pcm_digital_capture;
2538 info->stream[SNDRV_PCM_STREAM_CAPTURE].nid = spec->dig_in_nid;
2539 }
2540 }
2541
Matt2f2f4252005-04-13 14:45:30 +02002542 return 0;
2543}
2544
Matt Porter403d1942005-11-29 15:00:51 +01002545static void stac92xx_auto_set_pinctl(struct hda_codec *codec, hda_nid_t nid, int pin_type)
2546
2547{
Takashi Iwaicdd03ce2012-04-20 12:34:50 +02002548 snd_hda_set_pin_ctl_cache(codec, nid, pin_type);
Matt Porter403d1942005-11-29 15:00:51 +01002549}
2550
Matthew Ranostay7c2ba972008-04-16 13:13:59 +02002551#define stac92xx_hp_switch_info snd_ctl_boolean_mono_info
2552
2553static int stac92xx_hp_switch_get(struct snd_kcontrol *kcontrol,
2554 struct snd_ctl_elem_value *ucontrol)
2555{
2556 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
2557 struct sigmatel_spec *spec = codec->spec;
2558
Takashi Iwaid7a89432008-11-12 09:48:04 +01002559 ucontrol->value.integer.value[0] = !!spec->hp_switch;
Matthew Ranostay7c2ba972008-04-16 13:13:59 +02002560 return 0;
2561}
2562
Takashi Iwai62558ce2009-07-29 14:23:09 +02002563static void stac_issue_unsol_event(struct hda_codec *codec, hda_nid_t nid);
Takashi Iwaic6e4c662008-11-25 11:58:19 +01002564
Matthew Ranostay7c2ba972008-04-16 13:13:59 +02002565static int stac92xx_hp_switch_put(struct snd_kcontrol *kcontrol,
2566 struct snd_ctl_elem_value *ucontrol)
2567{
2568 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
2569 struct sigmatel_spec *spec = codec->spec;
Takashi Iwaid7a89432008-11-12 09:48:04 +01002570 int nid = kcontrol->private_value;
2571
2572 spec->hp_switch = ucontrol->value.integer.value[0] ? nid : 0;
Matthew Ranostay7c2ba972008-04-16 13:13:59 +02002573
Lucas De Marchi25985ed2011-03-30 22:57:33 -03002574 /* check to be sure that the ports are up to date with
Matthew Ranostay7c2ba972008-04-16 13:13:59 +02002575 * switch changes
2576 */
Takashi Iwai62558ce2009-07-29 14:23:09 +02002577 stac_issue_unsol_event(codec, nid);
Matthew Ranostay7c2ba972008-04-16 13:13:59 +02002578
2579 return 1;
2580}
2581
Nickolas Lloyd7c922de2009-06-01 11:12:29 +02002582static int stac92xx_dc_bias_info(struct snd_kcontrol *kcontrol,
2583 struct snd_ctl_elem_info *uinfo)
2584{
2585 int i;
Takashi Iwai2b635362011-05-02 12:33:43 +02002586 static const char * const texts[] = {
Nickolas Lloyd7c922de2009-06-01 11:12:29 +02002587 "Mic In", "Line In", "Line Out"
2588 };
2589
2590 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
2591 struct sigmatel_spec *spec = codec->spec;
2592 hda_nid_t nid = kcontrol->private_value;
2593
2594 if (nid == spec->mic_switch || nid == spec->line_switch)
2595 i = 3;
2596 else
2597 i = 2;
2598
2599 uinfo->type = SNDRV_CTL_ELEM_TYPE_ENUMERATED;
2600 uinfo->value.enumerated.items = i;
2601 uinfo->count = 1;
2602 if (uinfo->value.enumerated.item >= i)
2603 uinfo->value.enumerated.item = i-1;
2604 strcpy(uinfo->value.enumerated.name,
2605 texts[uinfo->value.enumerated.item]);
2606
2607 return 0;
2608}
2609
2610static int stac92xx_dc_bias_get(struct snd_kcontrol *kcontrol,
2611 struct snd_ctl_elem_value *ucontrol)
2612{
2613 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
2614 hda_nid_t nid = kcontrol->private_value;
2615 unsigned int vref = stac92xx_vref_get(codec, nid);
2616
Takashi Iwai47408602012-04-20 13:06:53 +02002617 if (vref == snd_hda_get_default_vref(codec, nid))
Nickolas Lloyd7c922de2009-06-01 11:12:29 +02002618 ucontrol->value.enumerated.item[0] = 0;
2619 else if (vref == AC_PINCTL_VREF_GRD)
2620 ucontrol->value.enumerated.item[0] = 1;
2621 else if (vref == AC_PINCTL_VREF_HIZ)
2622 ucontrol->value.enumerated.item[0] = 2;
2623
2624 return 0;
2625}
2626
2627static int stac92xx_dc_bias_put(struct snd_kcontrol *kcontrol,
2628 struct snd_ctl_elem_value *ucontrol)
2629{
2630 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
2631 unsigned int new_vref = 0;
Takashi Iwaib8621512009-06-22 08:00:10 +02002632 int error;
Nickolas Lloyd7c922de2009-06-01 11:12:29 +02002633 hda_nid_t nid = kcontrol->private_value;
2634
2635 if (ucontrol->value.enumerated.item[0] == 0)
Takashi Iwai47408602012-04-20 13:06:53 +02002636 new_vref = snd_hda_get_default_vref(codec, nid);
Nickolas Lloyd7c922de2009-06-01 11:12:29 +02002637 else if (ucontrol->value.enumerated.item[0] == 1)
2638 new_vref = AC_PINCTL_VREF_GRD;
2639 else if (ucontrol->value.enumerated.item[0] == 2)
2640 new_vref = AC_PINCTL_VREF_HIZ;
2641 else
2642 return 0;
2643
2644 if (new_vref != stac92xx_vref_get(codec, nid)) {
2645 error = stac92xx_vref_set(codec, nid, new_vref);
2646 return error;
2647 }
2648
2649 return 0;
2650}
2651
2652static int stac92xx_io_switch_info(struct snd_kcontrol *kcontrol,
2653 struct snd_ctl_elem_info *uinfo)
2654{
Takashi Iwai2b635362011-05-02 12:33:43 +02002655 char *texts[2];
Nickolas Lloyd7c922de2009-06-01 11:12:29 +02002656 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
2657 struct sigmatel_spec *spec = codec->spec;
2658
2659 if (kcontrol->private_value == spec->line_switch)
2660 texts[0] = "Line In";
2661 else
2662 texts[0] = "Mic In";
2663 texts[1] = "Line Out";
2664 uinfo->type = SNDRV_CTL_ELEM_TYPE_ENUMERATED;
2665 uinfo->value.enumerated.items = 2;
2666 uinfo->count = 1;
2667
2668 if (uinfo->value.enumerated.item >= 2)
2669 uinfo->value.enumerated.item = 1;
2670 strcpy(uinfo->value.enumerated.name,
2671 texts[uinfo->value.enumerated.item]);
2672
2673 return 0;
2674}
Matt Porter403d1942005-11-29 15:00:51 +01002675
2676static int stac92xx_io_switch_get(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol)
2677{
2678 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
2679 struct sigmatel_spec *spec = codec->spec;
Nickolas Lloyd7c922de2009-06-01 11:12:29 +02002680 hda_nid_t nid = kcontrol->private_value;
2681 int io_idx = (nid == spec->mic_switch) ? 1 : 0;
Matt Porter403d1942005-11-29 15:00:51 +01002682
Nickolas Lloyd7c922de2009-06-01 11:12:29 +02002683 ucontrol->value.enumerated.item[0] = spec->io_switch[io_idx];
Matt Porter403d1942005-11-29 15:00:51 +01002684 return 0;
2685}
2686
2687static int stac92xx_io_switch_put(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol)
2688{
2689 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
2690 struct sigmatel_spec *spec = codec->spec;
Nickolas Lloyd7c922de2009-06-01 11:12:29 +02002691 hda_nid_t nid = kcontrol->private_value;
2692 int io_idx = (nid == spec->mic_switch) ? 1 : 0;
2693 unsigned short val = !!ucontrol->value.enumerated.item[0];
Matt Porter403d1942005-11-29 15:00:51 +01002694
2695 spec->io_switch[io_idx] = val;
2696
2697 if (val)
2698 stac92xx_auto_set_pinctl(codec, nid, AC_PINCTL_OUT_EN);
Takashi Iwaic960a032006-03-23 17:06:28 +01002699 else {
2700 unsigned int pinctl = AC_PINCTL_IN_EN;
2701 if (io_idx) /* set VREF for mic */
Takashi Iwai47408602012-04-20 13:06:53 +02002702 pinctl |= snd_hda_get_default_vref(codec, nid);
Takashi Iwaic960a032006-03-23 17:06:28 +01002703 stac92xx_auto_set_pinctl(codec, nid, pinctl);
2704 }
Jiang Zhe40c1d302007-11-12 13:05:16 +01002705
2706 /* check the auto-mute again: we need to mute/unmute the speaker
2707 * appropriately according to the pin direction
2708 */
2709 if (spec->hp_detect)
Takashi Iwai62558ce2009-07-29 14:23:09 +02002710 stac_issue_unsol_event(codec, nid);
Jiang Zhe40c1d302007-11-12 13:05:16 +01002711
Matt Porter403d1942005-11-29 15:00:51 +01002712 return 1;
2713}
2714
Maxim Levitsky0fb87bb2007-09-03 15:29:04 +02002715#define stac92xx_clfe_switch_info snd_ctl_boolean_mono_info
2716
2717static int stac92xx_clfe_switch_get(struct snd_kcontrol *kcontrol,
2718 struct snd_ctl_elem_value *ucontrol)
2719{
2720 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
2721 struct sigmatel_spec *spec = codec->spec;
2722
2723 ucontrol->value.integer.value[0] = spec->clfe_swap;
2724 return 0;
2725}
2726
2727static int stac92xx_clfe_switch_put(struct snd_kcontrol *kcontrol,
2728 struct snd_ctl_elem_value *ucontrol)
2729{
2730 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
2731 struct sigmatel_spec *spec = codec->spec;
2732 hda_nid_t nid = kcontrol->private_value & 0xff;
Takashi Iwai68ea7b22007-11-15 15:54:38 +01002733 unsigned int val = !!ucontrol->value.integer.value[0];
Maxim Levitsky0fb87bb2007-09-03 15:29:04 +02002734
Takashi Iwai68ea7b22007-11-15 15:54:38 +01002735 if (spec->clfe_swap == val)
Maxim Levitsky0fb87bb2007-09-03 15:29:04 +02002736 return 0;
2737
Takashi Iwai68ea7b22007-11-15 15:54:38 +01002738 spec->clfe_swap = val;
Maxim Levitsky0fb87bb2007-09-03 15:29:04 +02002739
2740 snd_hda_codec_write_cache(codec, nid, 0, AC_VERB_SET_EAPD_BTLENABLE,
2741 spec->clfe_swap ? 0x4 : 0x0);
2742
2743 return 1;
2744}
2745
Matthew Ranostay7c2ba972008-04-16 13:13:59 +02002746#define STAC_CODEC_HP_SWITCH(xname) \
2747 { .iface = SNDRV_CTL_ELEM_IFACE_MIXER, \
2748 .name = xname, \
2749 .index = 0, \
2750 .info = stac92xx_hp_switch_info, \
2751 .get = stac92xx_hp_switch_get, \
2752 .put = stac92xx_hp_switch_put, \
2753 }
2754
Matt Porter403d1942005-11-29 15:00:51 +01002755#define STAC_CODEC_IO_SWITCH(xname, xpval) \
2756 { .iface = SNDRV_CTL_ELEM_IFACE_MIXER, \
2757 .name = xname, \
2758 .index = 0, \
2759 .info = stac92xx_io_switch_info, \
2760 .get = stac92xx_io_switch_get, \
2761 .put = stac92xx_io_switch_put, \
2762 .private_value = xpval, \
2763 }
2764
Maxim Levitsky0fb87bb2007-09-03 15:29:04 +02002765#define STAC_CODEC_CLFE_SWITCH(xname, xpval) \
2766 { .iface = SNDRV_CTL_ELEM_IFACE_MIXER, \
2767 .name = xname, \
2768 .index = 0, \
2769 .info = stac92xx_clfe_switch_info, \
2770 .get = stac92xx_clfe_switch_get, \
2771 .put = stac92xx_clfe_switch_put, \
2772 .private_value = xpval, \
2773 }
Matt Porter403d1942005-11-29 15:00:51 +01002774
Mattc7d4b2f2005-06-27 14:59:41 +02002775enum {
2776 STAC_CTL_WIDGET_VOL,
2777 STAC_CTL_WIDGET_MUTE,
Jaroslav Kysela123c07a2009-10-21 14:48:23 +02002778 STAC_CTL_WIDGET_MUTE_BEEP,
Matthew Ranostay09a99952008-01-24 11:49:21 +01002779 STAC_CTL_WIDGET_MONO_MUX,
Matthew Ranostay7c2ba972008-04-16 13:13:59 +02002780 STAC_CTL_WIDGET_HP_SWITCH,
Matt Porter403d1942005-11-29 15:00:51 +01002781 STAC_CTL_WIDGET_IO_SWITCH,
Nickolas Lloyd2fc99892009-05-15 15:33:30 +02002782 STAC_CTL_WIDGET_CLFE_SWITCH,
2783 STAC_CTL_WIDGET_DC_BIAS
Mattc7d4b2f2005-06-27 14:59:41 +02002784};
2785
Takashi Iwai2b635362011-05-02 12:33:43 +02002786static const struct snd_kcontrol_new stac92xx_control_templates[] = {
Mattc7d4b2f2005-06-27 14:59:41 +02002787 HDA_CODEC_VOLUME(NULL, 0, 0, 0),
2788 HDA_CODEC_MUTE(NULL, 0, 0, 0),
Jaroslav Kysela123c07a2009-10-21 14:48:23 +02002789 HDA_CODEC_MUTE_BEEP(NULL, 0, 0, 0),
Matthew Ranostay09a99952008-01-24 11:49:21 +01002790 STAC_MONO_MUX,
Matthew Ranostay7c2ba972008-04-16 13:13:59 +02002791 STAC_CODEC_HP_SWITCH(NULL),
Matt Porter403d1942005-11-29 15:00:51 +01002792 STAC_CODEC_IO_SWITCH(NULL, 0),
Maxim Levitsky0fb87bb2007-09-03 15:29:04 +02002793 STAC_CODEC_CLFE_SWITCH(NULL, 0),
Nickolas Lloyd2fc99892009-05-15 15:33:30 +02002794 DC_BIAS(NULL, 0, 0),
Mattc7d4b2f2005-06-27 14:59:41 +02002795};
2796
2797/* add dynamic controls */
Takashi Iwaie3c75962009-01-23 11:57:22 +01002798static struct snd_kcontrol_new *
2799stac_control_new(struct sigmatel_spec *spec,
Takashi Iwai2b635362011-05-02 12:33:43 +02002800 const struct snd_kcontrol_new *ktemp,
Jaroslav Kysela4d02d1b2009-11-12 10:15:48 +01002801 const char *name,
Jaroslav Kysela5e26dfd2009-12-10 13:57:01 +01002802 unsigned int subdev)
Mattc7d4b2f2005-06-27 14:59:41 +02002803{
Takashi Iwaic8b6bf92005-11-17 14:57:47 +01002804 struct snd_kcontrol_new *knew;
Mattc7d4b2f2005-06-27 14:59:41 +02002805
Takashi Iwai603c4012008-07-30 15:01:44 +02002806 snd_array_init(&spec->kctls, sizeof(*knew), 32);
2807 knew = snd_array_new(&spec->kctls);
2808 if (!knew)
Takashi Iwaie3c75962009-01-23 11:57:22 +01002809 return NULL;
Takashi Iwai4d4e9bb2008-11-12 16:45:04 +01002810 *knew = *ktemp;
Takashi Iwai82fe0c52005-06-30 10:54:33 +02002811 knew->name = kstrdup(name, GFP_KERNEL);
Takashi Iwaie3c75962009-01-23 11:57:22 +01002812 if (!knew->name) {
2813 /* roolback */
2814 memset(knew, 0, sizeof(*knew));
2815 spec->kctls.alloced--;
2816 return NULL;
2817 }
Jaroslav Kysela5e26dfd2009-12-10 13:57:01 +01002818 knew->subdevice = subdev;
Takashi Iwaie3c75962009-01-23 11:57:22 +01002819 return knew;
2820}
2821
Takashi Iwai62cbde12012-09-14 11:58:54 +02002822static struct snd_kcontrol_new *
2823add_control_temp(struct sigmatel_spec *spec,
2824 const struct snd_kcontrol_new *ktemp,
2825 int idx, const char *name,
2826 unsigned long val)
2827{
2828 struct snd_kcontrol_new *knew = stac_control_new(spec, ktemp, name,
2829 HDA_SUBDEV_AMP_FLAG);
2830 if (!knew)
2831 return NULL;
2832 knew->index = idx;
2833 knew->private_value = val;
2834 return knew;
2835}
2836
Takashi Iwaie3c75962009-01-23 11:57:22 +01002837static int stac92xx_add_control_temp(struct sigmatel_spec *spec,
Takashi Iwai2b635362011-05-02 12:33:43 +02002838 const struct snd_kcontrol_new *ktemp,
Takashi Iwaie3c75962009-01-23 11:57:22 +01002839 int idx, const char *name,
2840 unsigned long val)
2841{
Takashi Iwai62cbde12012-09-14 11:58:54 +02002842 return add_control_temp(spec, ktemp, idx, name, val) ? 0 : -ENOMEM;
Mattc7d4b2f2005-06-27 14:59:41 +02002843}
2844
Takashi Iwai4d4e9bb2008-11-12 16:45:04 +01002845static inline int stac92xx_add_control_idx(struct sigmatel_spec *spec,
2846 int type, int idx, const char *name,
2847 unsigned long val)
2848{
2849 return stac92xx_add_control_temp(spec,
2850 &stac92xx_control_templates[type],
2851 idx, name, val);
2852}
2853
Matthew Ranostay4682eee2008-08-15 07:43:24 +02002854
2855/* add dynamic controls */
Takashi Iwai4d4e9bb2008-11-12 16:45:04 +01002856static inline int stac92xx_add_control(struct sigmatel_spec *spec, int type,
2857 const char *name, unsigned long val)
Matthew Ranostay4682eee2008-08-15 07:43:24 +02002858{
2859 return stac92xx_add_control_idx(spec, type, 0, name, val);
2860}
2861
Takashi Iwai2b635362011-05-02 12:33:43 +02002862static const struct snd_kcontrol_new stac_input_src_temp = {
Takashi Iwaie3c75962009-01-23 11:57:22 +01002863 .iface = SNDRV_CTL_ELEM_IFACE_MIXER,
2864 .name = "Input Source",
2865 .info = stac92xx_mux_enum_info,
2866 .get = stac92xx_mux_enum_get,
2867 .put = stac92xx_mux_enum_put,
2868};
2869
Nickolas Lloyd7c922de2009-06-01 11:12:29 +02002870static inline int stac92xx_add_jack_mode_control(struct hda_codec *codec,
2871 hda_nid_t nid, int idx)
2872{
2873 int def_conf = snd_hda_codec_get_pincfg(codec, nid);
2874 int control = 0;
2875 struct sigmatel_spec *spec = codec->spec;
2876 char name[22];
2877
Takashi Iwai99ae28b2010-09-17 14:42:34 +02002878 if (snd_hda_get_input_pin_attr(def_conf) != INPUT_PIN_ATTR_INT) {
David Henningsson8d032a82012-10-09 12:48:40 +02002879 if (spec->headset_jack && snd_hda_get_input_pin_attr(def_conf)
2880 != INPUT_PIN_ATTR_DOCK)
2881 return 0;
Takashi Iwai47408602012-04-20 13:06:53 +02002882 if (snd_hda_get_default_vref(codec, nid) == AC_PINCTL_VREF_GRD
Nickolas Lloyd7c922de2009-06-01 11:12:29 +02002883 && nid == spec->line_switch)
2884 control = STAC_CTL_WIDGET_IO_SWITCH;
2885 else if (snd_hda_query_pin_caps(codec, nid)
2886 & (AC_PINCAP_VREF_GRD << AC_PINCAP_VREF_SHIFT))
2887 control = STAC_CTL_WIDGET_DC_BIAS;
2888 else if (nid == spec->mic_switch)
2889 control = STAC_CTL_WIDGET_IO_SWITCH;
2890 }
2891
2892 if (control) {
Takashi Iwai201e06f2011-11-16 15:33:26 +01002893 snd_hda_get_pin_label(codec, nid, &spec->autocfg,
2894 name, sizeof(name), NULL);
Nickolas Lloyd7c922de2009-06-01 11:12:29 +02002895 return stac92xx_add_control(codec->spec, control,
2896 strcat(name, " Jack Mode"), nid);
2897 }
2898
2899 return 0;
2900}
2901
Takashi Iwaie3c75962009-01-23 11:57:22 +01002902static int stac92xx_add_input_source(struct sigmatel_spec *spec)
2903{
2904 struct snd_kcontrol_new *knew;
2905 struct hda_input_mux *imux = &spec->private_imux;
2906
Takashi Iwai3d21d3f2009-07-29 14:32:56 +02002907 if (spec->auto_mic)
2908 return 0; /* no need for input source */
Takashi Iwaie3c75962009-01-23 11:57:22 +01002909 if (!spec->num_adcs || imux->num_items <= 1)
2910 return 0; /* no need for input source control */
2911 knew = stac_control_new(spec, &stac_input_src_temp,
Jaroslav Kysela4d02d1b2009-11-12 10:15:48 +01002912 stac_input_src_temp.name, 0);
Takashi Iwaie3c75962009-01-23 11:57:22 +01002913 if (!knew)
2914 return -ENOMEM;
2915 knew->count = spec->num_adcs;
2916 return 0;
2917}
2918
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01002919/* check whether the line-input can be used as line-out */
2920static hda_nid_t check_line_out_switch(struct hda_codec *codec)
Matt Porter403d1942005-11-29 15:00:51 +01002921{
2922 struct sigmatel_spec *spec = codec->spec;
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01002923 struct auto_pin_cfg *cfg = &spec->autocfg;
2924 hda_nid_t nid;
2925 unsigned int pincap;
Takashi Iwaieea7dc92010-08-30 13:06:15 +02002926 int i;
Matthew Ranostay8e9068b2007-12-17 11:58:13 +01002927
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++) {
Takashi Iwai86e29592010-09-09 14:50:17 +02002931 if (cfg->inputs[i].type == AUTO_PIN_LINE_IN) {
Takashi Iwaieea7dc92010-08-30 13:06:15 +02002932 nid = cfg->inputs[i].pin;
Takashi Iwai1327a322009-03-23 13:07:47 +01002933 pincap = snd_hda_query_pin_caps(codec, nid);
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01002934 if (pincap & AC_PINCAP_OUT)
2935 return nid;
2936 }
Takashi Iwaieea7dc92010-08-30 13:06:15 +02002937 }
Matt Porter403d1942005-11-29 15:00:51 +01002938 return 0;
2939}
2940
Takashi Iwaieea7dc92010-08-30 13:06:15 +02002941static hda_nid_t get_unassigned_dac(struct hda_codec *codec, hda_nid_t nid);
2942
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01002943/* check whether the mic-input can be used as line-out */
Takashi Iwaieea7dc92010-08-30 13:06:15 +02002944static hda_nid_t check_mic_out_switch(struct hda_codec *codec, hda_nid_t *dac)
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01002945{
2946 struct sigmatel_spec *spec = codec->spec;
2947 struct auto_pin_cfg *cfg = &spec->autocfg;
2948 unsigned int def_conf, pincap;
Takashi Iwai86e29592010-09-09 14:50:17 +02002949 int i;
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01002950
Takashi Iwaieea7dc92010-08-30 13:06:15 +02002951 *dac = 0;
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01002952 if (cfg->line_out_type != AUTO_PIN_LINE_OUT)
2953 return 0;
Takashi Iwaieea7dc92010-08-30 13:06:15 +02002954 for (i = 0; i < cfg->num_inputs; i++) {
2955 hda_nid_t nid = cfg->inputs[i].pin;
Takashi Iwai86e29592010-09-09 14:50:17 +02002956 if (cfg->inputs[i].type != AUTO_PIN_MIC)
Takashi Iwaieea7dc92010-08-30 13:06:15 +02002957 continue;
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01002958 def_conf = snd_hda_codec_get_pincfg(codec, nid);
2959 /* some laptops have an internal analog microphone
2960 * which can't be used as a output */
Takashi Iwai99ae28b2010-09-17 14:42:34 +02002961 if (snd_hda_get_input_pin_attr(def_conf) != INPUT_PIN_ATTR_INT) {
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01002962 pincap = snd_hda_query_pin_caps(codec, nid);
Takashi Iwaieea7dc92010-08-30 13:06:15 +02002963 if (pincap & AC_PINCAP_OUT) {
2964 *dac = get_unassigned_dac(codec, nid);
2965 if (*dac)
2966 return nid;
2967 }
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01002968 }
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01002969 }
2970 return 0;
2971}
Steve Longerbeam7b043892007-05-03 20:50:03 +02002972
2973static int is_in_dac_nids(struct sigmatel_spec *spec, hda_nid_t nid)
2974{
2975 int i;
2976
2977 for (i = 0; i < spec->multiout.num_dacs; i++) {
2978 if (spec->multiout.dac_nids[i] == nid)
2979 return 1;
2980 }
2981
2982 return 0;
2983}
2984
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01002985static int check_all_dac_nids(struct sigmatel_spec *spec, hda_nid_t nid)
2986{
2987 int i;
2988 if (is_in_dac_nids(spec, nid))
2989 return 1;
2990 for (i = 0; i < spec->autocfg.hp_outs; i++)
2991 if (spec->hp_dacs[i] == nid)
2992 return 1;
2993 for (i = 0; i < spec->autocfg.speaker_outs; i++)
2994 if (spec->speaker_dacs[i] == nid)
2995 return 1;
2996 return 0;
2997}
2998
2999static hda_nid_t get_unassigned_dac(struct hda_codec *codec, hda_nid_t nid)
3000{
3001 struct sigmatel_spec *spec = codec->spec;
David Henningsson48718ea2011-10-05 09:49:05 +02003002 struct auto_pin_cfg *cfg = &spec->autocfg;
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01003003 int j, conn_len;
David Henningsson48718ea2011-10-05 09:49:05 +02003004 hda_nid_t conn[HDA_MAX_CONNECTIONS], fallback_dac;
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01003005 unsigned int wcaps, wtype;
3006
3007 conn_len = snd_hda_get_connections(codec, nid, conn,
3008 HDA_MAX_CONNECTIONS);
Charles Chin36706002010-01-29 12:05:51 +01003009 /* 92HD88: trace back up the link of nids to find the DAC */
3010 while (conn_len == 1 && (get_wcaps_type(get_wcaps(codec, conn[0]))
3011 != AC_WID_AUD_OUT)) {
3012 nid = conn[0];
3013 conn_len = snd_hda_get_connections(codec, nid, conn,
3014 HDA_MAX_CONNECTIONS);
3015 }
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01003016 for (j = 0; j < conn_len; j++) {
Takashi Iwai14bafe32009-03-23 16:35:39 +01003017 wcaps = get_wcaps(codec, conn[j]);
Takashi Iwaia22d5432009-07-27 12:54:26 +02003018 wtype = get_wcaps_type(wcaps);
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01003019 /* we check only analog outputs */
3020 if (wtype != AC_WID_AUD_OUT || (wcaps & AC_WCAP_DIGITAL))
3021 continue;
3022 /* if this route has a free DAC, assign it */
3023 if (!check_all_dac_nids(spec, conn[j])) {
3024 if (conn_len > 1) {
3025 /* select this DAC in the pin's input mux */
3026 snd_hda_codec_write_cache(codec, nid, 0,
3027 AC_VERB_SET_CONNECT_SEL, j);
3028 }
3029 return conn[j];
3030 }
3031 }
David Henningsson48718ea2011-10-05 09:49:05 +02003032
3033 /* if all DACs are already assigned, connect to the primary DAC,
3034 unless we're assigning a secondary headphone */
3035 fallback_dac = spec->multiout.dac_nids[0];
3036 if (spec->multiout.hp_nid) {
3037 for (j = 0; j < cfg->hp_outs; j++)
3038 if (cfg->hp_pins[j] == nid) {
3039 fallback_dac = spec->multiout.hp_nid;
3040 break;
3041 }
3042 }
3043
Takashi Iwaiee58a7c2009-03-06 12:00:24 +01003044 if (conn_len > 1) {
3045 for (j = 0; j < conn_len; j++) {
David Henningsson48718ea2011-10-05 09:49:05 +02003046 if (conn[j] == fallback_dac) {
Takashi Iwaiee58a7c2009-03-06 12:00:24 +01003047 snd_hda_codec_write_cache(codec, nid, 0,
3048 AC_VERB_SET_CONNECT_SEL, j);
3049 break;
3050 }
3051 }
3052 }
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01003053 return 0;
3054}
3055
3056static int add_spec_dacs(struct sigmatel_spec *spec, hda_nid_t nid);
3057static int add_spec_extra_dacs(struct sigmatel_spec *spec, hda_nid_t nid);
3058
Matt Porter3cc08dc2006-01-23 15:27:49 +01003059/*
Steve Longerbeam7b043892007-05-03 20:50:03 +02003060 * Fill in the dac_nids table from the parsed pin configuration
3061 * This function only works when every pin in line_out_pins[]
3062 * contains atleast one DAC in its connection list. Some 92xx
3063 * codecs are not connected directly to a DAC, such as the 9200
3064 * and 9202/925x. For those, dac_nids[] must be hard-coded.
Matt Porter3cc08dc2006-01-23 15:27:49 +01003065 */
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01003066static int stac92xx_auto_fill_dac_nids(struct hda_codec *codec)
Mattc7d4b2f2005-06-27 14:59:41 +02003067{
3068 struct sigmatel_spec *spec = codec->spec;
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01003069 struct auto_pin_cfg *cfg = &spec->autocfg;
3070 int i;
3071 hda_nid_t nid, dac;
Steve Longerbeam7b043892007-05-03 20:50:03 +02003072
Mattc7d4b2f2005-06-27 14:59:41 +02003073 for (i = 0; i < cfg->line_outs; i++) {
3074 nid = cfg->line_out_pins[i];
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01003075 dac = get_unassigned_dac(codec, nid);
3076 if (!dac) {
Takashi Iwaidf802952007-07-02 19:18:00 +02003077 if (spec->multiout.num_dacs > 0) {
3078 /* we have already working output pins,
3079 * so let's drop the broken ones again
3080 */
3081 cfg->line_outs = spec->multiout.num_dacs;
3082 break;
3083 }
Steve Longerbeam7b043892007-05-03 20:50:03 +02003084 /* error out, no available DAC found */
3085 snd_printk(KERN_ERR
3086 "%s: No available DAC for pin 0x%x\n",
3087 __func__, nid);
3088 return -ENODEV;
3089 }
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01003090 add_spec_dacs(spec, dac);
3091 }
Steve Longerbeam7b043892007-05-03 20:50:03 +02003092
Takashi Iwai139e0712009-03-06 12:10:41 +01003093 for (i = 0; i < cfg->hp_outs; i++) {
3094 nid = cfg->hp_pins[i];
3095 dac = get_unassigned_dac(codec, nid);
3096 if (dac) {
3097 if (!spec->multiout.hp_nid)
3098 spec->multiout.hp_nid = dac;
3099 else
3100 add_spec_extra_dacs(spec, dac);
3101 }
3102 spec->hp_dacs[i] = dac;
3103 }
3104
3105 for (i = 0; i < cfg->speaker_outs; i++) {
3106 nid = cfg->speaker_pins[i];
3107 dac = get_unassigned_dac(codec, nid);
3108 if (dac)
3109 add_spec_extra_dacs(spec, dac);
3110 spec->speaker_dacs[i] = dac;
3111 }
3112
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01003113 /* add line-in as output */
3114 nid = check_line_out_switch(codec);
3115 if (nid) {
3116 dac = get_unassigned_dac(codec, nid);
3117 if (dac) {
3118 snd_printdd("STAC: Add line-in 0x%x as output %d\n",
3119 nid, cfg->line_outs);
3120 cfg->line_out_pins[cfg->line_outs] = nid;
3121 cfg->line_outs++;
3122 spec->line_switch = nid;
3123 add_spec_dacs(spec, dac);
3124 }
3125 }
3126 /* add mic as output */
Takashi Iwaieea7dc92010-08-30 13:06:15 +02003127 nid = check_mic_out_switch(codec, &dac);
3128 if (nid && dac) {
3129 snd_printdd("STAC: Add mic-in 0x%x as output %d\n",
3130 nid, cfg->line_outs);
3131 cfg->line_out_pins[cfg->line_outs] = nid;
3132 cfg->line_outs++;
3133 spec->mic_switch = nid;
3134 add_spec_dacs(spec, dac);
Mattc7d4b2f2005-06-27 14:59:41 +02003135 }
3136
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01003137 snd_printd("stac92xx: dac_nids=%d (0x%x/0x%x/0x%x/0x%x/0x%x)\n",
Steve Longerbeam7b043892007-05-03 20:50:03 +02003138 spec->multiout.num_dacs,
3139 spec->multiout.dac_nids[0],
3140 spec->multiout.dac_nids[1],
3141 spec->multiout.dac_nids[2],
3142 spec->multiout.dac_nids[3],
3143 spec->multiout.dac_nids[4]);
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01003144
Mattc7d4b2f2005-06-27 14:59:41 +02003145 return 0;
3146}
3147
Takashi Iwaieb06ed82006-09-20 17:10:27 +02003148/* create volume control/switch for the given prefx type */
Takashi Iwai668b9652009-03-06 10:13:24 +01003149static int create_controls_idx(struct hda_codec *codec, const char *pfx,
3150 int idx, hda_nid_t nid, int chs)
Takashi Iwaieb06ed82006-09-20 17:10:27 +02003151{
Takashi Iwai7c7767e2009-01-20 15:28:38 +01003152 struct sigmatel_spec *spec = codec->spec;
Takashi Iwaieb06ed82006-09-20 17:10:27 +02003153 char name[32];
3154 int err;
3155
Takashi Iwai7c7767e2009-01-20 15:28:38 +01003156 if (!spec->check_volume_offset) {
3157 unsigned int caps, step, nums, db_scale;
3158 caps = query_amp_caps(codec, nid, HDA_OUTPUT);
3159 step = (caps & AC_AMPCAP_STEP_SIZE) >>
3160 AC_AMPCAP_STEP_SIZE_SHIFT;
3161 step = (step + 1) * 25; /* in .01dB unit */
3162 nums = (caps & AC_AMPCAP_NUM_STEPS) >>
3163 AC_AMPCAP_NUM_STEPS_SHIFT;
3164 db_scale = nums * step;
3165 /* if dB scale is over -64dB, and finer enough,
3166 * let's reduce it to half
3167 */
3168 if (db_scale > 6400 && nums >= 0x1f)
3169 spec->volume_offset = nums / 2;
3170 spec->check_volume_offset = 1;
3171 }
3172
Takashi Iwaieb06ed82006-09-20 17:10:27 +02003173 sprintf(name, "%s Playback Volume", pfx);
Takashi Iwai668b9652009-03-06 10:13:24 +01003174 err = stac92xx_add_control_idx(spec, STAC_CTL_WIDGET_VOL, idx, name,
Takashi Iwai7c7767e2009-01-20 15:28:38 +01003175 HDA_COMPOSE_AMP_VAL_OFS(nid, chs, 0, HDA_OUTPUT,
3176 spec->volume_offset));
Takashi Iwaieb06ed82006-09-20 17:10:27 +02003177 if (err < 0)
3178 return err;
3179 sprintf(name, "%s Playback Switch", pfx);
Takashi Iwai668b9652009-03-06 10:13:24 +01003180 err = stac92xx_add_control_idx(spec, STAC_CTL_WIDGET_MUTE, idx, name,
Takashi Iwaieb06ed82006-09-20 17:10:27 +02003181 HDA_COMPOSE_AMP_VAL(nid, chs, 0, HDA_OUTPUT));
3182 if (err < 0)
3183 return err;
3184 return 0;
3185}
3186
Takashi Iwai668b9652009-03-06 10:13:24 +01003187#define create_controls(codec, pfx, nid, chs) \
3188 create_controls_idx(codec, pfx, 0, nid, chs)
3189
Matthew Ranostayae0afd82008-02-22 17:55:05 +01003190static int add_spec_dacs(struct sigmatel_spec *spec, hda_nid_t nid)
3191{
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01003192 if (spec->multiout.num_dacs > 4) {
Matthew Ranostayae0afd82008-02-22 17:55:05 +01003193 printk(KERN_WARNING "stac92xx: No space for DAC 0x%x\n", nid);
3194 return 1;
3195 } else {
Takashi Iwaidda14412011-05-02 11:29:30 +02003196 snd_BUG_ON(spec->multiout.dac_nids != spec->dac_nids);
3197 spec->dac_nids[spec->multiout.num_dacs] = nid;
Matthew Ranostayae0afd82008-02-22 17:55:05 +01003198 spec->multiout.num_dacs++;
3199 }
3200 return 0;
3201}
3202
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01003203static int add_spec_extra_dacs(struct sigmatel_spec *spec, hda_nid_t nid)
Matthew Ranostayae0afd82008-02-22 17:55:05 +01003204{
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01003205 int i;
3206 for (i = 0; i < ARRAY_SIZE(spec->multiout.extra_out_nid); i++) {
3207 if (!spec->multiout.extra_out_nid[i]) {
3208 spec->multiout.extra_out_nid[i] = nid;
3209 return 0;
3210 }
3211 }
3212 printk(KERN_WARNING "stac92xx: No space for extra DAC 0x%x\n", nid);
3213 return 1;
Matthew Ranostayae0afd82008-02-22 17:55:05 +01003214}
3215
Takashi Iwaidc04d1b2009-03-06 10:00:05 +01003216/* Create output controls
3217 * The mixer elements are named depending on the given type (AUTO_PIN_XXX_OUT)
3218 */
3219static int create_multi_out_ctls(struct hda_codec *codec, int num_outs,
3220 const hda_nid_t *pins,
3221 const hda_nid_t *dac_nids,
3222 int type)
Mattc7d4b2f2005-06-27 14:59:41 +02003223{
Takashi Iwai76624532008-12-19 10:09:47 +01003224 struct sigmatel_spec *spec = codec->spec;
Takashi Iwaiea734962011-01-17 11:29:34 +01003225 static const char * const chname[4] = {
Takashi Iwai19039bd2006-06-28 15:52:16 +02003226 "Front", "Surround", NULL /*CLFE*/, "Side"
3227 };
Takashi Iwaidc04d1b2009-03-06 10:00:05 +01003228 hda_nid_t nid;
Takashi Iwai91589232008-12-19 15:59:40 +01003229 int i, err;
3230 unsigned int wid_caps;
Maxim Levitsky0fb87bb2007-09-03 15:29:04 +02003231
Takashi Iwaidc04d1b2009-03-06 10:00:05 +01003232 for (i = 0; i < num_outs && i < ARRAY_SIZE(chname); i++) {
Takashi Iwaiffd0e562009-04-16 12:20:24 +02003233 if (type == AUTO_PIN_HP_OUT && !spec->hp_detect) {
Takashi Iwaie35d9d62011-05-17 11:28:16 +02003234 if (is_jack_detectable(codec, pins[i]))
Takashi Iwaiffd0e562009-04-16 12:20:24 +02003235 spec->hp_detect = 1;
3236 }
Takashi Iwaidc04d1b2009-03-06 10:00:05 +01003237 nid = dac_nids[i];
3238 if (!nid)
3239 continue;
3240 if (type != AUTO_PIN_HP_OUT && i == 2) {
Mattc7d4b2f2005-06-27 14:59:41 +02003241 /* Center/LFE */
Takashi Iwai7c7767e2009-01-20 15:28:38 +01003242 err = create_controls(codec, "Center", nid, 1);
Takashi Iwaieb06ed82006-09-20 17:10:27 +02003243 if (err < 0)
Mattc7d4b2f2005-06-27 14:59:41 +02003244 return err;
Takashi Iwai7c7767e2009-01-20 15:28:38 +01003245 err = create_controls(codec, "LFE", nid, 2);
Takashi Iwaieb06ed82006-09-20 17:10:27 +02003246 if (err < 0)
Mattc7d4b2f2005-06-27 14:59:41 +02003247 return err;
Maxim Levitsky0fb87bb2007-09-03 15:29:04 +02003248
3249 wid_caps = get_wcaps(codec, nid);
3250
3251 if (wid_caps & AC_WCAP_LR_SWAP) {
3252 err = stac92xx_add_control(spec,
3253 STAC_CTL_WIDGET_CLFE_SWITCH,
3254 "Swap Center/LFE Playback Switch", nid);
3255
3256 if (err < 0)
3257 return err;
3258 }
3259
Mattc7d4b2f2005-06-27 14:59:41 +02003260 } else {
Takashi Iwaidc04d1b2009-03-06 10:00:05 +01003261 const char *name;
Takashi Iwai668b9652009-03-06 10:13:24 +01003262 int idx;
Takashi Iwaidc04d1b2009-03-06 10:00:05 +01003263 switch (type) {
3264 case AUTO_PIN_HP_OUT:
Takashi Iwai668b9652009-03-06 10:13:24 +01003265 name = "Headphone";
3266 idx = i;
Takashi Iwaidc04d1b2009-03-06 10:00:05 +01003267 break;
3268 case AUTO_PIN_SPEAKER_OUT:
David Henningsson298efee2012-09-06 11:17:58 +02003269 if (num_outs <= 1) {
3270 name = "Speaker";
3271 idx = i;
3272 break;
3273 }
3274 /* Fall through in case of multi speaker outs */
Takashi Iwaidc04d1b2009-03-06 10:00:05 +01003275 default:
3276 name = chname[i];
Takashi Iwai668b9652009-03-06 10:13:24 +01003277 idx = 0;
Takashi Iwaidc04d1b2009-03-06 10:00:05 +01003278 break;
Takashi Iwai76624532008-12-19 10:09:47 +01003279 }
Takashi Iwai668b9652009-03-06 10:13:24 +01003280 err = create_controls_idx(codec, name, idx, nid, 3);
Takashi Iwaieb06ed82006-09-20 17:10:27 +02003281 if (err < 0)
Mattc7d4b2f2005-06-27 14:59:41 +02003282 return err;
3283 }
3284 }
Takashi Iwaidc04d1b2009-03-06 10:00:05 +01003285 return 0;
3286}
3287
Takashi Iwai62cbde12012-09-14 11:58:54 +02003288static void stac_gpio_set(struct hda_codec *codec, unsigned int mask,
3289 unsigned int dir_mask, unsigned int data);
3290
3291/* hook for controlling mic-mute LED GPIO */
3292static int stac92xx_capture_sw_put_led(struct snd_kcontrol *kcontrol,
3293 struct snd_ctl_elem_value *ucontrol)
3294{
3295 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
3296 struct sigmatel_spec *spec = codec->spec;
3297 int err;
3298 bool mute;
3299
3300 err = snd_hda_mixer_amp_switch_put(kcontrol, ucontrol);
3301 if (err <= 0)
3302 return err;
3303 mute = !(ucontrol->value.integer.value[0] &&
3304 ucontrol->value.integer.value[1]);
3305 if (spec->mic_mute_led_on != mute) {
3306 spec->mic_mute_led_on = mute;
3307 if (mute)
3308 spec->gpio_data |= spec->mic_mute_led_gpio;
3309 else
3310 spec->gpio_data &= ~spec->mic_mute_led_gpio;
3311 stac_gpio_set(codec, spec->gpio_mask,
3312 spec->gpio_dir, spec->gpio_data);
3313 }
3314 return err;
3315}
3316
Takashi Iwai6479c632009-07-28 18:20:25 +02003317static int stac92xx_add_capvol_ctls(struct hda_codec *codec, unsigned long vol,
3318 unsigned long sw, int idx)
3319{
Takashi Iwai62cbde12012-09-14 11:58:54 +02003320 struct sigmatel_spec *spec = codec->spec;
3321 struct snd_kcontrol_new *knew;
Takashi Iwai6479c632009-07-28 18:20:25 +02003322 int err;
Takashi Iwai62cbde12012-09-14 11:58:54 +02003323
Takashi Iwai6479c632009-07-28 18:20:25 +02003324 err = stac92xx_add_control_idx(codec->spec, STAC_CTL_WIDGET_VOL, idx,
Takashi Iwaibf677bd2009-07-30 09:24:29 +02003325 "Capture Volume", vol);
Takashi Iwai6479c632009-07-28 18:20:25 +02003326 if (err < 0)
3327 return err;
Takashi Iwai62cbde12012-09-14 11:58:54 +02003328
3329 knew = add_control_temp(spec,
3330 &stac92xx_control_templates[STAC_CTL_WIDGET_MUTE],
3331 idx, "Capture Switch", sw);
3332 if (!knew)
3333 return -ENOMEM;
3334 /* add a LED hook for some HP laptops */
3335 if (spec->mic_mute_led_gpio)
3336 knew->put = stac92xx_capture_sw_put_led;
3337
Takashi Iwai6479c632009-07-28 18:20:25 +02003338 return 0;
3339}
3340
Takashi Iwaidc04d1b2009-03-06 10:00:05 +01003341/* add playback controls from the parsed DAC table */
3342static int stac92xx_auto_create_multi_out_ctls(struct hda_codec *codec,
3343 const struct auto_pin_cfg *cfg)
3344{
3345 struct sigmatel_spec *spec = codec->spec;
Nickolas Lloyd7c922de2009-06-01 11:12:29 +02003346 hda_nid_t nid;
Takashi Iwaidc04d1b2009-03-06 10:00:05 +01003347 int err;
Nickolas Lloyd7c922de2009-06-01 11:12:29 +02003348 int idx;
Takashi Iwaidc04d1b2009-03-06 10:00:05 +01003349
3350 err = create_multi_out_ctls(codec, cfg->line_outs, cfg->line_out_pins,
3351 spec->multiout.dac_nids,
3352 cfg->line_out_type);
3353 if (err < 0)
3354 return err;
Mattc7d4b2f2005-06-27 14:59:41 +02003355
Takashi Iwaia9cb5c92008-11-24 07:51:11 +01003356 if (cfg->hp_outs > 1 && cfg->line_out_type == AUTO_PIN_LINE_OUT) {
Matthew Ranostay7c2ba972008-04-16 13:13:59 +02003357 err = stac92xx_add_control(spec,
3358 STAC_CTL_WIDGET_HP_SWITCH,
Takashi Iwaid7a89432008-11-12 09:48:04 +01003359 "Headphone as Line Out Switch",
3360 cfg->hp_pins[cfg->hp_outs - 1]);
Matthew Ranostay7c2ba972008-04-16 13:13:59 +02003361 if (err < 0)
3362 return err;
3363 }
3364
Takashi Iwaieea7dc92010-08-30 13:06:15 +02003365 for (idx = 0; idx < cfg->num_inputs; idx++) {
Takashi Iwai86e29592010-09-09 14:50:17 +02003366 if (cfg->inputs[idx].type > AUTO_PIN_LINE_IN)
Takashi Iwaieea7dc92010-08-30 13:06:15 +02003367 break;
3368 nid = cfg->inputs[idx].pin;
3369 err = stac92xx_add_jack_mode_control(codec, nid, idx);
3370 if (err < 0)
3371 return err;
Matthew Ranostayb5895dc2008-01-25 15:24:50 +01003372 }
Matt Porter403d1942005-11-29 15:00:51 +01003373
Mattc7d4b2f2005-06-27 14:59:41 +02003374 return 0;
3375}
3376
Takashi Iwaieb06ed82006-09-20 17:10:27 +02003377/* add playback controls for Speaker and HP outputs */
3378static int stac92xx_auto_create_hp_ctls(struct hda_codec *codec,
3379 struct auto_pin_cfg *cfg)
Mattc7d4b2f2005-06-27 14:59:41 +02003380{
3381 struct sigmatel_spec *spec = codec->spec;
Takashi Iwaidc04d1b2009-03-06 10:00:05 +01003382 int err;
Mattc7d4b2f2005-06-27 14:59:41 +02003383
Takashi Iwaidc04d1b2009-03-06 10:00:05 +01003384 err = create_multi_out_ctls(codec, cfg->hp_outs, cfg->hp_pins,
3385 spec->hp_dacs, AUTO_PIN_HP_OUT);
3386 if (err < 0)
3387 return err;
3388
3389 err = create_multi_out_ctls(codec, cfg->speaker_outs, cfg->speaker_pins,
3390 spec->speaker_dacs, AUTO_PIN_SPEAKER_OUT);
3391 if (err < 0)
3392 return err;
3393
Mattc7d4b2f2005-06-27 14:59:41 +02003394 return 0;
3395}
3396
Matthew Ranostayb22b4822008-01-22 12:32:30 +01003397/* labels for mono mux outputs */
Takashi Iwaiea734962011-01-17 11:29:34 +01003398static const char * const stac92xx_mono_labels[4] = {
Matthew Ranostayd0513fc2008-07-27 10:30:30 +02003399 "DAC0", "DAC1", "Mixer", "DAC2"
Matthew Ranostayb22b4822008-01-22 12:32:30 +01003400};
3401
3402/* create mono mux for mono out on capable codecs */
3403static int stac92xx_auto_create_mono_output_ctls(struct hda_codec *codec)
3404{
3405 struct sigmatel_spec *spec = codec->spec;
3406 struct hda_input_mux *mono_mux = &spec->private_mono_mux;
3407 int i, num_cons;
3408 hda_nid_t con_lst[ARRAY_SIZE(stac92xx_mono_labels)];
3409
3410 num_cons = snd_hda_get_connections(codec,
3411 spec->mono_nid,
3412 con_lst,
3413 HDA_MAX_NUM_INPUTS);
Jaroslav Kysela16a433d2009-07-22 16:20:40 +02003414 if (num_cons <= 0 || num_cons > ARRAY_SIZE(stac92xx_mono_labels))
Matthew Ranostayb22b4822008-01-22 12:32:30 +01003415 return -EINVAL;
3416
Takashi Iwai10a20af2010-09-09 16:28:02 +02003417 for (i = 0; i < num_cons; i++)
3418 snd_hda_add_imux_item(mono_mux, stac92xx_mono_labels[i], i,
3419 NULL);
Matthew Ranostay09a99952008-01-24 11:49:21 +01003420
3421 return stac92xx_add_control(spec, STAC_CTL_WIDGET_MONO_MUX,
3422 "Mono Mux", spec->mono_nid);
Matthew Ranostayb22b4822008-01-22 12:32:30 +01003423}
3424
Matthew Ranostay1cd22242008-07-18 18:20:52 +02003425/* create PC beep volume controls */
3426static int stac92xx_auto_create_beep_ctls(struct hda_codec *codec,
3427 hda_nid_t nid)
3428{
3429 struct sigmatel_spec *spec = codec->spec;
3430 u32 caps = query_amp_caps(codec, nid, HDA_OUTPUT);
Jaroslav Kysela123c07a2009-10-21 14:48:23 +02003431 int err, type = STAC_CTL_WIDGET_MUTE_BEEP;
3432
3433 if (spec->anabeep_nid == nid)
3434 type = STAC_CTL_WIDGET_MUTE;
Matthew Ranostay1cd22242008-07-18 18:20:52 +02003435
3436 /* check for mute support for the the amp */
3437 if ((caps & AC_AMPCAP_MUTE) >> AC_AMPCAP_MUTE_SHIFT) {
Jaroslav Kysela123c07a2009-10-21 14:48:23 +02003438 err = stac92xx_add_control(spec, type,
Jaroslav Kyselad355c82a2009-11-03 15:47:25 +01003439 "Beep Playback Switch",
Matthew Ranostay1cd22242008-07-18 18:20:52 +02003440 HDA_COMPOSE_AMP_VAL(nid, 1, 0, HDA_OUTPUT));
3441 if (err < 0)
3442 return err;
3443 }
3444
3445 /* check to see if there is volume support for the amp */
3446 if ((caps & AC_AMPCAP_NUM_STEPS) >> AC_AMPCAP_NUM_STEPS_SHIFT) {
3447 err = stac92xx_add_control(spec, STAC_CTL_WIDGET_VOL,
Jaroslav Kyselad355c82a2009-11-03 15:47:25 +01003448 "Beep Playback Volume",
Matthew Ranostay1cd22242008-07-18 18:20:52 +02003449 HDA_COMPOSE_AMP_VAL(nid, 1, 0, HDA_OUTPUT));
3450 if (err < 0)
3451 return err;
3452 }
3453 return 0;
3454}
3455
Takashi Iwai4d4e9bb2008-11-12 16:45:04 +01003456#ifdef CONFIG_SND_HDA_INPUT_BEEP
3457#define stac92xx_dig_beep_switch_info snd_ctl_boolean_mono_info
3458
3459static int stac92xx_dig_beep_switch_get(struct snd_kcontrol *kcontrol,
3460 struct snd_ctl_elem_value *ucontrol)
3461{
3462 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
3463 ucontrol->value.integer.value[0] = codec->beep->enabled;
3464 return 0;
3465}
3466
3467static int stac92xx_dig_beep_switch_put(struct snd_kcontrol *kcontrol,
3468 struct snd_ctl_elem_value *ucontrol)
3469{
3470 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
Jaroslav Kysela123c07a2009-10-21 14:48:23 +02003471 return snd_hda_enable_beep_device(codec, ucontrol->value.integer.value[0]);
Takashi Iwai4d4e9bb2008-11-12 16:45:04 +01003472}
3473
Takashi Iwai2b635362011-05-02 12:33:43 +02003474static const struct snd_kcontrol_new stac92xx_dig_beep_ctrl = {
Takashi Iwai4d4e9bb2008-11-12 16:45:04 +01003475 .iface = SNDRV_CTL_ELEM_IFACE_MIXER,
3476 .info = stac92xx_dig_beep_switch_info,
3477 .get = stac92xx_dig_beep_switch_get,
3478 .put = stac92xx_dig_beep_switch_put,
3479};
3480
3481static int stac92xx_beep_switch_ctl(struct hda_codec *codec)
3482{
3483 return stac92xx_add_control_temp(codec->spec, &stac92xx_dig_beep_ctrl,
Jaroslav Kyselad355c82a2009-11-03 15:47:25 +01003484 0, "Beep Playback Switch", 0);
Takashi Iwai4d4e9bb2008-11-12 16:45:04 +01003485}
3486#endif
3487
Matthew Ranostay4682eee2008-08-15 07:43:24 +02003488static int stac92xx_auto_create_mux_input_ctls(struct hda_codec *codec)
3489{
3490 struct sigmatel_spec *spec = codec->spec;
Takashi Iwai667067d2009-08-13 18:14:42 +02003491 int i, j, err = 0;
Matthew Ranostay4682eee2008-08-15 07:43:24 +02003492
3493 for (i = 0; i < spec->num_muxes; i++) {
Takashi Iwai667067d2009-08-13 18:14:42 +02003494 hda_nid_t nid;
3495 unsigned int wcaps;
3496 unsigned long val;
3497
Matthew Ranostay4682eee2008-08-15 07:43:24 +02003498 nid = spec->mux_nids[i];
3499 wcaps = get_wcaps(codec, nid);
Takashi Iwai667067d2009-08-13 18:14:42 +02003500 if (!(wcaps & AC_WCAP_OUT_AMP))
3501 continue;
Matthew Ranostay4682eee2008-08-15 07:43:24 +02003502
Takashi Iwai667067d2009-08-13 18:14:42 +02003503 /* check whether already the same control was created as
3504 * normal Capture Volume.
3505 */
3506 val = HDA_COMPOSE_AMP_VAL(nid, 3, 0, HDA_OUTPUT);
3507 for (j = 0; j < spec->num_caps; j++) {
3508 if (spec->capvols[j] == val)
3509 break;
Matthew Ranostay4682eee2008-08-15 07:43:24 +02003510 }
Takashi Iwai667067d2009-08-13 18:14:42 +02003511 if (j < spec->num_caps)
3512 continue;
3513
3514 err = stac92xx_add_control_idx(spec, STAC_CTL_WIDGET_VOL, i,
3515 "Mux Capture Volume", val);
3516 if (err < 0)
3517 return err;
Matthew Ranostay4682eee2008-08-15 07:43:24 +02003518 }
3519 return 0;
3520};
3521
Takashi Iwaiea734962011-01-17 11:29:34 +01003522static const char * const stac92xx_spdif_labels[3] = {
Matthew Ranostay65973632008-09-16 10:39:37 -04003523 "Digital Playback", "Analog Mux 1", "Analog Mux 2",
Matthew Ranostayd9737752008-09-07 12:03:41 +02003524};
3525
3526static int stac92xx_auto_create_spdif_mux_ctls(struct hda_codec *codec)
3527{
3528 struct sigmatel_spec *spec = codec->spec;
3529 struct hda_input_mux *spdif_mux = &spec->private_smux;
Takashi Iwaiea734962011-01-17 11:29:34 +01003530 const char * const *labels = spec->spdif_labels;
Matthew Ranostayd9737752008-09-07 12:03:41 +02003531 int i, num_cons;
Matthew Ranostay65973632008-09-16 10:39:37 -04003532 hda_nid_t con_lst[HDA_MAX_NUM_INPUTS];
Matthew Ranostayd9737752008-09-07 12:03:41 +02003533
3534 num_cons = snd_hda_get_connections(codec,
3535 spec->smux_nids[0],
3536 con_lst,
3537 HDA_MAX_NUM_INPUTS);
Jaroslav Kysela16a433d2009-07-22 16:20:40 +02003538 if (num_cons <= 0)
Matthew Ranostayd9737752008-09-07 12:03:41 +02003539 return -EINVAL;
3540
Matthew Ranostay65973632008-09-16 10:39:37 -04003541 if (!labels)
3542 labels = stac92xx_spdif_labels;
3543
Takashi Iwai10a20af2010-09-09 16:28:02 +02003544 for (i = 0; i < num_cons; i++)
3545 snd_hda_add_imux_item(spdif_mux, labels[i], i, NULL);
Matthew Ranostayd9737752008-09-07 12:03:41 +02003546
3547 return 0;
3548}
3549
Matt Porter8b657272006-10-26 17:12:59 +02003550/* labels for dmic mux inputs */
Takashi Iwaiea734962011-01-17 11:29:34 +01003551static const char * const stac92xx_dmic_labels[5] = {
Matt Porter8b657272006-10-26 17:12:59 +02003552 "Analog Inputs", "Digital Mic 1", "Digital Mic 2",
3553 "Digital Mic 3", "Digital Mic 4"
3554};
3555
Vitaliy Kulikov699d8992011-03-10 13:43:35 -06003556static hda_nid_t get_connected_node(struct hda_codec *codec, hda_nid_t mux,
3557 int idx)
3558{
3559 hda_nid_t conn[HDA_MAX_NUM_INPUTS];
3560 int nums;
3561 nums = snd_hda_get_connections(codec, mux, conn, ARRAY_SIZE(conn));
3562 if (idx >= 0 && idx < nums)
3563 return conn[idx];
3564 return 0;
3565}
3566
Takashi Iwai8d087c72011-06-28 12:45:47 +02003567/* look for NID recursively */
3568#define get_connection_index(codec, mux, nid) \
3569 snd_hda_get_conn_index(codec, mux, nid, 1)
Takashi Iwai3d21d3f2009-07-29 14:32:56 +02003570
Takashi Iwai667067d2009-08-13 18:14:42 +02003571/* create a volume assigned to the given pin (only if supported) */
Takashi Iwai96f845d2009-08-29 00:49:36 +02003572/* return 1 if the volume control is created */
Takashi Iwai667067d2009-08-13 18:14:42 +02003573static int create_elem_capture_vol(struct hda_codec *codec, hda_nid_t nid,
Takashi Iwaieea7dc92010-08-30 13:06:15 +02003574 const char *label, int idx, int direction)
Takashi Iwai667067d2009-08-13 18:14:42 +02003575{
3576 unsigned int caps, nums;
3577 char name[32];
Takashi Iwai96f845d2009-08-29 00:49:36 +02003578 int err;
Takashi Iwai667067d2009-08-13 18:14:42 +02003579
Takashi Iwai96f845d2009-08-29 00:49:36 +02003580 if (direction == HDA_OUTPUT)
3581 caps = AC_WCAP_OUT_AMP;
3582 else
3583 caps = AC_WCAP_IN_AMP;
3584 if (!(get_wcaps(codec, nid) & caps))
Takashi Iwai667067d2009-08-13 18:14:42 +02003585 return 0;
Takashi Iwai96f845d2009-08-29 00:49:36 +02003586 caps = query_amp_caps(codec, nid, direction);
Takashi Iwai667067d2009-08-13 18:14:42 +02003587 nums = (caps & AC_AMPCAP_NUM_STEPS) >> AC_AMPCAP_NUM_STEPS_SHIFT;
3588 if (!nums)
3589 return 0;
3590 snprintf(name, sizeof(name), "%s Capture Volume", label);
Takashi Iwaieea7dc92010-08-30 13:06:15 +02003591 err = stac92xx_add_control_idx(codec->spec, STAC_CTL_WIDGET_VOL, idx, name,
3592 HDA_COMPOSE_AMP_VAL(nid, 3, 0, direction));
Takashi Iwai96f845d2009-08-29 00:49:36 +02003593 if (err < 0)
3594 return err;
3595 return 1;
Takashi Iwai667067d2009-08-13 18:14:42 +02003596}
3597
Matt Porter8b657272006-10-26 17:12:59 +02003598/* create playback/capture controls for input pins on dmic capable codecs */
3599static int stac92xx_auto_create_dmic_input_ctls(struct hda_codec *codec,
3600 const struct auto_pin_cfg *cfg)
3601{
3602 struct sigmatel_spec *spec = codec->spec;
Takashi Iwai5207e102009-07-30 13:09:08 +02003603 struct hda_input_mux *imux = &spec->private_imux;
Matt Porter8b657272006-10-26 17:12:59 +02003604 struct hda_input_mux *dimux = &spec->private_dimux;
Vitaliy Kulikov263d0322010-09-08 08:56:03 +02003605 int err, i;
Takashi Iwai5207e102009-07-30 13:09:08 +02003606 unsigned int def_conf;
Matt Porter8b657272006-10-26 17:12:59 +02003607
Takashi Iwai10a20af2010-09-09 16:28:02 +02003608 snd_hda_add_imux_item(dimux, stac92xx_dmic_labels[0], 0, NULL);
Takashi Iwai5207e102009-07-30 13:09:08 +02003609
Matt Porter8b657272006-10-26 17:12:59 +02003610 for (i = 0; i < spec->num_dmics; i++) {
Matthew Ranostay0678acc2008-01-08 12:10:50 +01003611 hda_nid_t nid;
Takashi Iwai10a20af2010-09-09 16:28:02 +02003612 int index, type_idx;
Takashi Iwai201e06f2011-11-16 15:33:26 +01003613 char label[32];
Matt Porter8b657272006-10-26 17:12:59 +02003614
Takashi Iwai667067d2009-08-13 18:14:42 +02003615 nid = spec->dmic_nids[i];
3616 if (get_wcaps_type(get_wcaps(codec, nid)) != AC_WID_PIN)
3617 continue;
3618 def_conf = snd_hda_codec_get_pincfg(codec, nid);
Matt Porter8b657272006-10-26 17:12:59 +02003619 if (get_defcfg_connect(def_conf) == AC_JACK_PORT_NONE)
3620 continue;
3621
Takashi Iwai3d21d3f2009-07-29 14:32:56 +02003622 index = get_connection_index(codec, spec->dmux_nids[0], nid);
3623 if (index < 0)
3624 continue;
3625
Takashi Iwai201e06f2011-11-16 15:33:26 +01003626 snd_hda_get_pin_label(codec, nid, &spec->autocfg,
3627 label, sizeof(label), NULL);
Takashi Iwai10a20af2010-09-09 16:28:02 +02003628 snd_hda_add_imux_item(dimux, label, index, &type_idx);
Takashi Iwai2d7ec122010-12-23 10:16:05 +01003629 if (snd_hda_get_bool_hint(codec, "separate_dmux") != 1)
3630 snd_hda_add_imux_item(imux, label, index, &type_idx);
Takashi Iwai5207e102009-07-30 13:09:08 +02003631
Takashi Iwai10a20af2010-09-09 16:28:02 +02003632 err = create_elem_capture_vol(codec, nid, label, type_idx,
3633 HDA_INPUT);
Takashi Iwai667067d2009-08-13 18:14:42 +02003634 if (err < 0)
3635 return err;
Takashi Iwai96f845d2009-08-29 00:49:36 +02003636 if (!err) {
3637 err = create_elem_capture_vol(codec, nid, label,
Takashi Iwai10a20af2010-09-09 16:28:02 +02003638 type_idx, HDA_OUTPUT);
Takashi Iwai96f845d2009-08-29 00:49:36 +02003639 if (err < 0)
3640 return err;
Vitaliy Kulikov699d8992011-03-10 13:43:35 -06003641 if (!err) {
3642 nid = get_connected_node(codec,
3643 spec->dmux_nids[0], index);
3644 if (nid)
3645 err = create_elem_capture_vol(codec,
3646 nid, label,
3647 type_idx, HDA_INPUT);
3648 if (err < 0)
3649 return err;
3650 }
Takashi Iwai96f845d2009-08-29 00:49:36 +02003651 }
Matt Porter8b657272006-10-26 17:12:59 +02003652 }
3653
3654 return 0;
3655}
3656
Takashi Iwai3d21d3f2009-07-29 14:32:56 +02003657static int check_mic_pin(struct hda_codec *codec, hda_nid_t nid,
Charles Chin99077902010-09-17 10:22:32 +02003658 hda_nid_t *fixed, hda_nid_t *ext, hda_nid_t *dock)
Takashi Iwai3d21d3f2009-07-29 14:32:56 +02003659{
3660 unsigned int cfg;
Takashi Iwai1f83ac52011-05-17 12:29:09 +02003661 unsigned int type;
Takashi Iwai3d21d3f2009-07-29 14:32:56 +02003662
3663 if (!nid)
3664 return 0;
3665 cfg = snd_hda_codec_get_pincfg(codec, nid);
Takashi Iwai1f83ac52011-05-17 12:29:09 +02003666 type = get_defcfg_device(cfg);
Takashi Iwai99ae28b2010-09-17 14:42:34 +02003667 switch (snd_hda_get_input_pin_attr(cfg)) {
3668 case INPUT_PIN_ATTR_INT:
Takashi Iwai3d21d3f2009-07-29 14:32:56 +02003669 if (*fixed)
3670 return 1; /* already occupied */
Takashi Iwai1f83ac52011-05-17 12:29:09 +02003671 if (type != AC_JACK_MIC_IN)
3672 return 1; /* invalid type */
Takashi Iwai3d21d3f2009-07-29 14:32:56 +02003673 *fixed = nid;
3674 break;
Takashi Iwai99ae28b2010-09-17 14:42:34 +02003675 case INPUT_PIN_ATTR_UNUSED:
3676 break;
3677 case INPUT_PIN_ATTR_DOCK:
3678 if (*dock)
3679 return 1; /* already occupied */
Takashi Iwai1f83ac52011-05-17 12:29:09 +02003680 if (type != AC_JACK_MIC_IN && type != AC_JACK_LINE_IN)
3681 return 1; /* invalid type */
Takashi Iwai99ae28b2010-09-17 14:42:34 +02003682 *dock = nid;
3683 break;
3684 default:
Takashi Iwai3d21d3f2009-07-29 14:32:56 +02003685 if (*ext)
3686 return 1; /* already occupied */
Takashi Iwai1f83ac52011-05-17 12:29:09 +02003687 if (type != AC_JACK_MIC_IN)
3688 return 1; /* invalid type */
Takashi Iwai3d21d3f2009-07-29 14:32:56 +02003689 *ext = nid;
3690 break;
3691 }
3692 return 0;
3693}
3694
3695static int set_mic_route(struct hda_codec *codec,
3696 struct sigmatel_mic_route *mic,
3697 hda_nid_t pin)
3698{
3699 struct sigmatel_spec *spec = codec->spec;
3700 struct auto_pin_cfg *cfg = &spec->autocfg;
3701 int i;
3702
3703 mic->pin = pin;
Charles Chin99077902010-09-17 10:22:32 +02003704 if (pin == 0)
3705 return 0;
Takashi Iwaieea7dc92010-08-30 13:06:15 +02003706 for (i = 0; i < cfg->num_inputs; i++) {
3707 if (pin == cfg->inputs[i].pin)
Takashi Iwai3d21d3f2009-07-29 14:32:56 +02003708 break;
Takashi Iwaieea7dc92010-08-30 13:06:15 +02003709 }
Takashi Iwai86e29592010-09-09 14:50:17 +02003710 if (i < cfg->num_inputs && cfg->inputs[i].type == AUTO_PIN_MIC) {
Takashi Iwai3d21d3f2009-07-29 14:32:56 +02003711 /* analog pin */
Takashi Iwai3d21d3f2009-07-29 14:32:56 +02003712 i = get_connection_index(codec, spec->mux_nids[0], pin);
3713 if (i < 0)
3714 return -1;
3715 mic->mux_idx = i;
Takashi Iwai02d33322009-10-01 16:38:11 +02003716 mic->dmux_idx = -1;
3717 if (spec->dmux_nids)
3718 mic->dmux_idx = get_connection_index(codec,
3719 spec->dmux_nids[0],
3720 spec->mux_nids[0]);
Takashi Iwaida2a2aa2009-08-10 07:44:09 +02003721 } else if (spec->dmux_nids) {
Takashi Iwai3d21d3f2009-07-29 14:32:56 +02003722 /* digital pin */
Takashi Iwai3d21d3f2009-07-29 14:32:56 +02003723 i = get_connection_index(codec, spec->dmux_nids[0], pin);
3724 if (i < 0)
3725 return -1;
3726 mic->dmux_idx = i;
Takashi Iwai02d33322009-10-01 16:38:11 +02003727 mic->mux_idx = -1;
3728 if (spec->mux_nids)
3729 mic->mux_idx = get_connection_index(codec,
3730 spec->mux_nids[0],
3731 spec->dmux_nids[0]);
Takashi Iwai3d21d3f2009-07-29 14:32:56 +02003732 }
3733 return 0;
3734}
3735
3736/* return non-zero if the device is for automatic mic switch */
3737static int stac_check_auto_mic(struct hda_codec *codec)
3738{
3739 struct sigmatel_spec *spec = codec->spec;
3740 struct auto_pin_cfg *cfg = &spec->autocfg;
Charles Chin99077902010-09-17 10:22:32 +02003741 hda_nid_t fixed, ext, dock;
Takashi Iwai3d21d3f2009-07-29 14:32:56 +02003742 int i;
3743
Charles Chin99077902010-09-17 10:22:32 +02003744 fixed = ext = dock = 0;
Takashi Iwaieea7dc92010-08-30 13:06:15 +02003745 for (i = 0; i < cfg->num_inputs; i++)
Charles Chin99077902010-09-17 10:22:32 +02003746 if (check_mic_pin(codec, cfg->inputs[i].pin,
3747 &fixed, &ext, &dock))
Takashi Iwai3d21d3f2009-07-29 14:32:56 +02003748 return 0;
3749 for (i = 0; i < spec->num_dmics; i++)
Charles Chin99077902010-09-17 10:22:32 +02003750 if (check_mic_pin(codec, spec->dmic_nids[i],
3751 &fixed, &ext, &dock))
Takashi Iwai3d21d3f2009-07-29 14:32:56 +02003752 return 0;
Takashi Iwai80c67852011-01-13 08:08:08 +01003753 if (!fixed || (!ext && !dock))
Charles Chin99077902010-09-17 10:22:32 +02003754 return 0; /* no input to switch */
Takashi Iwaie35d9d62011-05-17 11:28:16 +02003755 if (!is_jack_detectable(codec, ext))
Takashi Iwai3d21d3f2009-07-29 14:32:56 +02003756 return 0; /* no unsol support */
3757 if (set_mic_route(codec, &spec->ext_mic, ext) ||
Charles Chin99077902010-09-17 10:22:32 +02003758 set_mic_route(codec, &spec->int_mic, fixed) ||
3759 set_mic_route(codec, &spec->dock_mic, dock))
Takashi Iwai3d21d3f2009-07-29 14:32:56 +02003760 return 0; /* something is wrong */
3761 return 1;
3762}
3763
Mattc7d4b2f2005-06-27 14:59:41 +02003764/* create playback/capture controls for input pins */
3765static int stac92xx_auto_create_analog_input_ctls(struct hda_codec *codec, const struct auto_pin_cfg *cfg)
3766{
3767 struct sigmatel_spec *spec = codec->spec;
Mattc7d4b2f2005-06-27 14:59:41 +02003768 struct hda_input_mux *imux = &spec->private_imux;
Takashi Iwai667067d2009-08-13 18:14:42 +02003769 int i, j;
Vitaliy Kulikov263d0322010-09-08 08:56:03 +02003770 const char *label;
Mattc7d4b2f2005-06-27 14:59:41 +02003771
Takashi Iwaieea7dc92010-08-30 13:06:15 +02003772 for (i = 0; i < cfg->num_inputs; i++) {
3773 hda_nid_t nid = cfg->inputs[i].pin;
Takashi Iwai10a20af2010-09-09 16:28:02 +02003774 int index, err, type_idx;
Mattc7d4b2f2005-06-27 14:59:41 +02003775
Takashi Iwai314634b2006-09-21 11:56:18 +02003776 index = -1;
3777 for (j = 0; j < spec->num_muxes; j++) {
Takashi Iwai667067d2009-08-13 18:14:42 +02003778 index = get_connection_index(codec, spec->mux_nids[j],
3779 nid);
3780 if (index >= 0)
3781 break;
Mattc7d4b2f2005-06-27 14:59:41 +02003782 }
Takashi Iwai667067d2009-08-13 18:14:42 +02003783 if (index < 0)
3784 continue;
3785
Takashi Iwai10a20af2010-09-09 16:28:02 +02003786 label = hda_get_autocfg_input_label(codec, cfg, i);
3787 snd_hda_add_imux_item(imux, label, index, &type_idx);
Vitaliy Kulikov263d0322010-09-08 08:56:03 +02003788
Takashi Iwai667067d2009-08-13 18:14:42 +02003789 err = create_elem_capture_vol(codec, nid,
Vitaliy Kulikov263d0322010-09-08 08:56:03 +02003790 label, type_idx,
Takashi Iwai96f845d2009-08-29 00:49:36 +02003791 HDA_INPUT);
Takashi Iwai667067d2009-08-13 18:14:42 +02003792 if (err < 0)
3793 return err;
Mattc7d4b2f2005-06-27 14:59:41 +02003794 }
Takashi Iwai5207e102009-07-30 13:09:08 +02003795 spec->num_analog_muxes = imux->num_items;
Mattc7d4b2f2005-06-27 14:59:41 +02003796
Steve Longerbeam7b043892007-05-03 20:50:03 +02003797 if (imux->num_items) {
Sam Revitch62fe78e2006-05-10 15:09:17 +02003798 /*
3799 * Set the current input for the muxes.
3800 * The STAC9221 has two input muxes with identical source
3801 * NID lists. Hopefully this won't get confused.
3802 */
3803 for (i = 0; i < spec->num_muxes; i++) {
Takashi Iwai82beb8f2007-08-10 17:09:26 +02003804 snd_hda_codec_write_cache(codec, spec->mux_nids[i], 0,
3805 AC_VERB_SET_CONNECT_SEL,
3806 imux->items[0].index);
Sam Revitch62fe78e2006-05-10 15:09:17 +02003807 }
3808 }
3809
Mattc7d4b2f2005-06-27 14:59:41 +02003810 return 0;
3811}
3812
Mattc7d4b2f2005-06-27 14:59:41 +02003813static void stac92xx_auto_init_multi_out(struct hda_codec *codec)
3814{
3815 struct sigmatel_spec *spec = codec->spec;
3816 int i;
3817
3818 for (i = 0; i < spec->autocfg.line_outs; i++) {
3819 hda_nid_t nid = spec->autocfg.line_out_pins[i];
3820 stac92xx_auto_set_pinctl(codec, nid, AC_PINCTL_OUT_EN);
3821 }
3822}
3823
3824static void stac92xx_auto_init_hp_out(struct hda_codec *codec)
3825{
3826 struct sigmatel_spec *spec = codec->spec;
Takashi Iwaieb06ed82006-09-20 17:10:27 +02003827 int i;
Mattc7d4b2f2005-06-27 14:59:41 +02003828
Takashi Iwaieb06ed82006-09-20 17:10:27 +02003829 for (i = 0; i < spec->autocfg.hp_outs; i++) {
3830 hda_nid_t pin;
3831 pin = spec->autocfg.hp_pins[i];
3832 if (pin) /* connect to front */
3833 stac92xx_auto_set_pinctl(codec, pin, AC_PINCTL_OUT_EN | AC_PINCTL_HP_EN);
3834 }
3835 for (i = 0; i < spec->autocfg.speaker_outs; i++) {
3836 hda_nid_t pin;
3837 pin = spec->autocfg.speaker_pins[i];
3838 if (pin) /* connect to front */
3839 stac92xx_auto_set_pinctl(codec, pin, AC_PINCTL_OUT_EN);
3840 }
Mattc7d4b2f2005-06-27 14:59:41 +02003841}
3842
Takashi Iwai8af3aeb2009-11-18 14:23:37 +01003843static int is_dual_headphones(struct hda_codec *codec)
3844{
3845 struct sigmatel_spec *spec = codec->spec;
3846 int i, valid_hps;
3847
3848 if (spec->autocfg.line_out_type != AUTO_PIN_SPEAKER_OUT ||
3849 spec->autocfg.hp_outs <= 1)
3850 return 0;
3851 valid_hps = 0;
3852 for (i = 0; i < spec->autocfg.hp_outs; i++) {
3853 hda_nid_t nid = spec->autocfg.hp_pins[i];
3854 unsigned int cfg = snd_hda_codec_get_pincfg(codec, nid);
3855 if (get_defcfg_location(cfg) & AC_JACK_LOC_SEPARATE)
3856 continue;
3857 valid_hps++;
3858 }
3859 return (valid_hps > 1);
3860}
3861
3862
Charles Chin9009b0e2011-11-03 10:27:27 +01003863static int stac92xx_parse_auto_config(struct hda_codec *codec)
Mattc7d4b2f2005-06-27 14:59:41 +02003864{
3865 struct sigmatel_spec *spec = codec->spec;
Charles Chin9009b0e2011-11-03 10:27:27 +01003866 hda_nid_t dig_out = 0, dig_in = 0;
Takashi Iwaidc04d1b2009-03-06 10:00:05 +01003867 int hp_swap = 0;
Takashi Iwai6479c632009-07-28 18:20:25 +02003868 int i, err;
Mattc7d4b2f2005-06-27 14:59:41 +02003869
Matt Porter8b657272006-10-26 17:12:59 +02003870 if ((err = snd_hda_parse_pin_def_config(codec,
3871 &spec->autocfg,
3872 spec->dmic_nids)) < 0)
Mattc7d4b2f2005-06-27 14:59:41 +02003873 return err;
Takashi Iwai82bc9552006-03-21 11:24:42 +01003874 if (! spec->autocfg.line_outs)
Matt Porter869264c2006-01-25 19:20:50 +01003875 return 0; /* can't find valid pin config */
Takashi Iwai19039bd2006-06-28 15:52:16 +02003876
Jiang Zhebcecd9b2007-11-12 12:57:03 +01003877 /* If we have no real line-out pin and multiple hp-outs, HPs should
3878 * be set up as multi-channel outputs.
3879 */
Takashi Iwai8af3aeb2009-11-18 14:23:37 +01003880 if (is_dual_headphones(codec)) {
Jiang Zhebcecd9b2007-11-12 12:57:03 +01003881 /* Copy hp_outs to line_outs, backup line_outs in
3882 * speaker_outs so that the following routines can handle
3883 * HP pins as primary outputs.
3884 */
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01003885 snd_printdd("stac92xx: Enabling multi-HPs workaround\n");
Jiang Zhebcecd9b2007-11-12 12:57:03 +01003886 memcpy(spec->autocfg.speaker_pins, spec->autocfg.line_out_pins,
3887 sizeof(spec->autocfg.line_out_pins));
3888 spec->autocfg.speaker_outs = spec->autocfg.line_outs;
3889 memcpy(spec->autocfg.line_out_pins, spec->autocfg.hp_pins,
3890 sizeof(spec->autocfg.hp_pins));
3891 spec->autocfg.line_outs = spec->autocfg.hp_outs;
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01003892 spec->autocfg.line_out_type = AUTO_PIN_HP_OUT;
3893 spec->autocfg.hp_outs = 0;
Takashi Iwaidc04d1b2009-03-06 10:00:05 +01003894 hp_swap = 1;
Jiang Zhebcecd9b2007-11-12 12:57:03 +01003895 }
Matthew Ranostay09a99952008-01-24 11:49:21 +01003896 if (spec->autocfg.mono_out_pin) {
Matthew Ranostayd0513fc2008-07-27 10:30:30 +02003897 int dir = get_wcaps(codec, spec->autocfg.mono_out_pin) &
3898 (AC_WCAP_OUT_AMP | AC_WCAP_IN_AMP);
Matthew Ranostay09a99952008-01-24 11:49:21 +01003899 u32 caps = query_amp_caps(codec,
3900 spec->autocfg.mono_out_pin, dir);
3901 hda_nid_t conn_list[1];
3902
3903 /* get the mixer node and then the mono mux if it exists */
3904 if (snd_hda_get_connections(codec,
3905 spec->autocfg.mono_out_pin, conn_list, 1) &&
3906 snd_hda_get_connections(codec, conn_list[0],
Jaroslav Kysela16a433d2009-07-22 16:20:40 +02003907 conn_list, 1) > 0) {
Matthew Ranostay09a99952008-01-24 11:49:21 +01003908
3909 int wcaps = get_wcaps(codec, conn_list[0]);
Takashi Iwaia22d5432009-07-27 12:54:26 +02003910 int wid_type = get_wcaps_type(wcaps);
Matthew Ranostay09a99952008-01-24 11:49:21 +01003911 /* LR swap check, some stac925x have a mux that
3912 * changes the DACs output path instead of the
3913 * mono-mux path.
3914 */
3915 if (wid_type == AC_WID_AUD_SEL &&
3916 !(wcaps & AC_WCAP_LR_SWAP))
3917 spec->mono_nid = conn_list[0];
3918 }
Matthew Ranostayd0513fc2008-07-27 10:30:30 +02003919 if (dir) {
3920 hda_nid_t nid = spec->autocfg.mono_out_pin;
3921
3922 /* most mono outs have a least a mute/unmute switch */
3923 dir = (dir & AC_WCAP_OUT_AMP) ? HDA_OUTPUT : HDA_INPUT;
3924 err = stac92xx_add_control(spec, STAC_CTL_WIDGET_MUTE,
3925 "Mono Playback Switch",
3926 HDA_COMPOSE_AMP_VAL(nid, 1, 0, dir));
Matthew Ranostay09a99952008-01-24 11:49:21 +01003927 if (err < 0)
3928 return err;
Matthew Ranostayd0513fc2008-07-27 10:30:30 +02003929 /* check for volume support for the amp */
3930 if ((caps & AC_AMPCAP_NUM_STEPS)
3931 >> AC_AMPCAP_NUM_STEPS_SHIFT) {
3932 err = stac92xx_add_control(spec,
3933 STAC_CTL_WIDGET_VOL,
3934 "Mono Playback Volume",
3935 HDA_COMPOSE_AMP_VAL(nid, 1, 0, dir));
3936 if (err < 0)
3937 return err;
3938 }
Matthew Ranostay09a99952008-01-24 11:49:21 +01003939 }
3940
3941 stac92xx_auto_set_pinctl(codec, spec->autocfg.mono_out_pin,
3942 AC_PINCTL_OUT_EN);
3943 }
Jiang Zhebcecd9b2007-11-12 12:57:03 +01003944
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01003945 if (!spec->multiout.num_dacs) {
3946 err = stac92xx_auto_fill_dac_nids(codec);
3947 if (err < 0)
Takashi Iwai19039bd2006-06-28 15:52:16 +02003948 return err;
Takashi Iwaic9280d62009-01-15 17:31:00 +01003949 err = stac92xx_auto_create_multi_out_ctls(codec,
3950 &spec->autocfg);
3951 if (err < 0)
3952 return err;
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01003953 }
Mattc7d4b2f2005-06-27 14:59:41 +02003954
Matthew Ranostay1cd22242008-07-18 18:20:52 +02003955 /* setup analog beep controls */
3956 if (spec->anabeep_nid > 0) {
3957 err = stac92xx_auto_create_beep_ctls(codec,
3958 spec->anabeep_nid);
3959 if (err < 0)
3960 return err;
3961 }
3962
3963 /* setup digital beep controls and input device */
3964#ifdef CONFIG_SND_HDA_INPUT_BEEP
3965 if (spec->digbeep_nid > 0) {
3966 hda_nid_t nid = spec->digbeep_nid;
Takashi Iwai4d4e9bb2008-11-12 16:45:04 +01003967 unsigned int caps;
Matthew Ranostay1cd22242008-07-18 18:20:52 +02003968
3969 err = stac92xx_auto_create_beep_ctls(codec, nid);
3970 if (err < 0)
3971 return err;
3972 err = snd_hda_attach_beep_device(codec, nid);
3973 if (err < 0)
3974 return err;
Takashi Iwaid8d881d2009-12-22 07:52:49 +01003975 if (codec->beep) {
3976 /* IDT/STAC codecs have linear beep tone parameter */
Daniel J Blueman1b0e3722010-08-03 11:09:13 +01003977 codec->beep->linear_tone = spec->linear_tone_beep;
Takashi Iwaid8d881d2009-12-22 07:52:49 +01003978 /* if no beep switch is available, make its own one */
3979 caps = query_amp_caps(codec, nid, HDA_OUTPUT);
3980 if (!(caps & AC_AMPCAP_MUTE)) {
3981 err = stac92xx_beep_switch_ctl(codec);
3982 if (err < 0)
3983 return err;
3984 }
Takashi Iwai4d4e9bb2008-11-12 16:45:04 +01003985 }
Matthew Ranostay1cd22242008-07-18 18:20:52 +02003986 }
3987#endif
3988
Maxim Levitsky0fb87bb2007-09-03 15:29:04 +02003989 err = stac92xx_auto_create_hp_ctls(codec, &spec->autocfg);
Maxim Levitsky0fb87bb2007-09-03 15:29:04 +02003990 if (err < 0)
3991 return err;
3992
Takashi Iwaidc04d1b2009-03-06 10:00:05 +01003993 /* All output parsing done, now restore the swapped hp pins */
3994 if (hp_swap) {
3995 memcpy(spec->autocfg.hp_pins, spec->autocfg.line_out_pins,
3996 sizeof(spec->autocfg.hp_pins));
3997 spec->autocfg.hp_outs = spec->autocfg.line_outs;
3998 spec->autocfg.line_out_type = AUTO_PIN_HP_OUT;
3999 spec->autocfg.line_outs = 0;
4000 }
Maxim Levitsky0fb87bb2007-09-03 15:29:04 +02004001
Takashi Iwai3d21d3f2009-07-29 14:32:56 +02004002 if (stac_check_auto_mic(codec)) {
4003 spec->auto_mic = 1;
4004 /* only one capture for auto-mic */
4005 spec->num_adcs = 1;
4006 spec->num_caps = 1;
4007 spec->num_muxes = 1;
4008 }
4009
Takashi Iwai6479c632009-07-28 18:20:25 +02004010 for (i = 0; i < spec->num_caps; i++) {
4011 err = stac92xx_add_capvol_ctls(codec, spec->capvols[i],
4012 spec->capsws[i], i);
4013 if (err < 0)
4014 return err;
4015 }
4016
Takashi Iwaidc04d1b2009-03-06 10:00:05 +01004017 err = stac92xx_auto_create_analog_input_ctls(codec, &spec->autocfg);
Maxim Levitsky0fb87bb2007-09-03 15:29:04 +02004018 if (err < 0)
Mattc7d4b2f2005-06-27 14:59:41 +02004019 return err;
4020
Matthew Ranostayb22b4822008-01-22 12:32:30 +01004021 if (spec->mono_nid > 0) {
4022 err = stac92xx_auto_create_mono_output_ctls(codec);
4023 if (err < 0)
4024 return err;
4025 }
Matthew Ranostay2a9c7812008-09-13 16:45:39 -04004026 if (spec->num_dmics > 0 && !spec->dinput_mux)
Matt Porter8b657272006-10-26 17:12:59 +02004027 if ((err = stac92xx_auto_create_dmic_input_ctls(codec,
4028 &spec->autocfg)) < 0)
4029 return err;
Matthew Ranostay4682eee2008-08-15 07:43:24 +02004030 if (spec->num_muxes > 0) {
4031 err = stac92xx_auto_create_mux_input_ctls(codec);
4032 if (err < 0)
4033 return err;
4034 }
Matthew Ranostayd9737752008-09-07 12:03:41 +02004035 if (spec->num_smuxes > 0) {
4036 err = stac92xx_auto_create_spdif_mux_ctls(codec);
4037 if (err < 0)
4038 return err;
4039 }
Matt Porter8b657272006-10-26 17:12:59 +02004040
Takashi Iwaie3c75962009-01-23 11:57:22 +01004041 err = stac92xx_add_input_source(spec);
4042 if (err < 0)
4043 return err;
4044
Mattc7d4b2f2005-06-27 14:59:41 +02004045 spec->multiout.max_channels = spec->multiout.num_dacs * 2;
Matt Porter403d1942005-11-29 15:00:51 +01004046 if (spec->multiout.max_channels > 2)
Mattc7d4b2f2005-06-27 14:59:41 +02004047 spec->surr_switch = 1;
Mattc7d4b2f2005-06-27 14:59:41 +02004048
Charles Chin9009b0e2011-11-03 10:27:27 +01004049 /* find digital out and in converters */
4050 for (i = codec->start_nid; i < codec->start_nid + codec->num_nodes; i++) {
4051 unsigned int wid_caps = get_wcaps(codec, i);
4052 if (wid_caps & AC_WCAP_DIGITAL) {
4053 switch (get_wcaps_type(wid_caps)) {
4054 case AC_WID_AUD_OUT:
4055 if (!dig_out)
4056 dig_out = i;
4057 break;
4058 case AC_WID_AUD_IN:
4059 if (!dig_in)
4060 dig_in = i;
4061 break;
4062 }
4063 }
4064 }
Takashi Iwai0852d7a2009-02-11 11:35:15 +01004065 if (spec->autocfg.dig_outs)
Matt Porter3cc08dc2006-01-23 15:27:49 +01004066 spec->multiout.dig_out_nid = dig_out;
Matthew Ranostayd0513fc2008-07-27 10:30:30 +02004067 if (dig_in && spec->autocfg.dig_in_pin)
Matt Porter3cc08dc2006-01-23 15:27:49 +01004068 spec->dig_in_nid = dig_in;
Mattc7d4b2f2005-06-27 14:59:41 +02004069
Takashi Iwai603c4012008-07-30 15:01:44 +02004070 if (spec->kctls.list)
4071 spec->mixers[spec->num_mixers++] = spec->kctls.list;
Mattc7d4b2f2005-06-27 14:59:41 +02004072
4073 spec->input_mux = &spec->private_imux;
Matthew Ranostayf8ccbf62008-12-20 17:36:28 -05004074 if (!spec->dinput_mux)
4075 spec->dinput_mux = &spec->private_dimux;
Matthew Ranostayd9737752008-09-07 12:03:41 +02004076 spec->sinput_mux = &spec->private_smux;
Matthew Ranostayb22b4822008-01-22 12:32:30 +01004077 spec->mono_mux = &spec->private_mono_mux;
Mattc7d4b2f2005-06-27 14:59:41 +02004078 return 1;
4079}
4080
Takashi Iwai82bc9552006-03-21 11:24:42 +01004081/* add playback controls for HP output */
4082static int stac9200_auto_create_hp_ctls(struct hda_codec *codec,
4083 struct auto_pin_cfg *cfg)
4084{
4085 struct sigmatel_spec *spec = codec->spec;
Takashi Iwaieb06ed82006-09-20 17:10:27 +02004086 hda_nid_t pin = cfg->hp_pins[0];
Takashi Iwai82bc9552006-03-21 11:24:42 +01004087
4088 if (! pin)
4089 return 0;
4090
Takashi Iwaie35d9d62011-05-17 11:28:16 +02004091 if (is_jack_detectable(codec, pin))
Takashi Iwai82bc9552006-03-21 11:24:42 +01004092 spec->hp_detect = 1;
Takashi Iwai82bc9552006-03-21 11:24:42 +01004093
4094 return 0;
4095}
4096
Richard Fish160ea0d2006-09-06 13:58:25 +02004097/* add playback controls for LFE output */
4098static int stac9200_auto_create_lfe_ctls(struct hda_codec *codec,
4099 struct auto_pin_cfg *cfg)
4100{
4101 struct sigmatel_spec *spec = codec->spec;
4102 int err;
4103 hda_nid_t lfe_pin = 0x0;
4104 int i;
4105
4106 /*
4107 * search speaker outs and line outs for a mono speaker pin
4108 * with an amp. If one is found, add LFE controls
4109 * for it.
4110 */
4111 for (i = 0; i < spec->autocfg.speaker_outs && lfe_pin == 0x0; i++) {
4112 hda_nid_t pin = spec->autocfg.speaker_pins[i];
Takashi Iwai64ed0df2008-02-29 11:57:53 +01004113 unsigned int wcaps = get_wcaps(codec, pin);
Richard Fish160ea0d2006-09-06 13:58:25 +02004114 wcaps &= (AC_WCAP_STEREO | AC_WCAP_OUT_AMP);
4115 if (wcaps == AC_WCAP_OUT_AMP)
4116 /* found a mono speaker with an amp, must be lfe */
4117 lfe_pin = pin;
4118 }
4119
4120 /* if speaker_outs is 0, then speakers may be in line_outs */
4121 if (lfe_pin == 0 && spec->autocfg.speaker_outs == 0) {
4122 for (i = 0; i < spec->autocfg.line_outs && lfe_pin == 0x0; i++) {
4123 hda_nid_t pin = spec->autocfg.line_out_pins[i];
Takashi Iwai64ed0df2008-02-29 11:57:53 +01004124 unsigned int defcfg;
Takashi Iwai330ee992009-02-20 14:33:36 +01004125 defcfg = snd_hda_codec_get_pincfg(codec, pin);
Harvey Harrison8b551782008-02-29 11:56:48 +01004126 if (get_defcfg_device(defcfg) == AC_JACK_SPEAKER) {
Takashi Iwai64ed0df2008-02-29 11:57:53 +01004127 unsigned int wcaps = get_wcaps(codec, pin);
Richard Fish160ea0d2006-09-06 13:58:25 +02004128 wcaps &= (AC_WCAP_STEREO | AC_WCAP_OUT_AMP);
4129 if (wcaps == AC_WCAP_OUT_AMP)
4130 /* found a mono speaker with an amp,
4131 must be lfe */
4132 lfe_pin = pin;
4133 }
4134 }
4135 }
4136
4137 if (lfe_pin) {
Takashi Iwai7c7767e2009-01-20 15:28:38 +01004138 err = create_controls(codec, "LFE", lfe_pin, 1);
Richard Fish160ea0d2006-09-06 13:58:25 +02004139 if (err < 0)
4140 return err;
4141 }
4142
4143 return 0;
4144}
4145
Mattc7d4b2f2005-06-27 14:59:41 +02004146static int stac9200_parse_auto_config(struct hda_codec *codec)
4147{
4148 struct sigmatel_spec *spec = codec->spec;
4149 int err;
4150
Kailang Yangdf694da2005-12-05 19:42:22 +01004151 if ((err = snd_hda_parse_pin_def_config(codec, &spec->autocfg, NULL)) < 0)
Mattc7d4b2f2005-06-27 14:59:41 +02004152 return err;
4153
4154 if ((err = stac92xx_auto_create_analog_input_ctls(codec, &spec->autocfg)) < 0)
4155 return err;
4156
Takashi Iwai82bc9552006-03-21 11:24:42 +01004157 if ((err = stac9200_auto_create_hp_ctls(codec, &spec->autocfg)) < 0)
4158 return err;
4159
Richard Fish160ea0d2006-09-06 13:58:25 +02004160 if ((err = stac9200_auto_create_lfe_ctls(codec, &spec->autocfg)) < 0)
4161 return err;
4162
Takashi Iwai355a0ec2008-11-11 16:46:19 +01004163 if (spec->num_muxes > 0) {
4164 err = stac92xx_auto_create_mux_input_ctls(codec);
4165 if (err < 0)
4166 return err;
4167 }
4168
Takashi Iwaie3c75962009-01-23 11:57:22 +01004169 err = stac92xx_add_input_source(spec);
4170 if (err < 0)
4171 return err;
4172
Takashi Iwai0852d7a2009-02-11 11:35:15 +01004173 if (spec->autocfg.dig_outs)
Mattc7d4b2f2005-06-27 14:59:41 +02004174 spec->multiout.dig_out_nid = 0x05;
Takashi Iwai82bc9552006-03-21 11:24:42 +01004175 if (spec->autocfg.dig_in_pin)
Mattc7d4b2f2005-06-27 14:59:41 +02004176 spec->dig_in_nid = 0x04;
Mattc7d4b2f2005-06-27 14:59:41 +02004177
Takashi Iwai603c4012008-07-30 15:01:44 +02004178 if (spec->kctls.list)
4179 spec->mixers[spec->num_mixers++] = spec->kctls.list;
Mattc7d4b2f2005-06-27 14:59:41 +02004180
4181 spec->input_mux = &spec->private_imux;
Matt Porter8b657272006-10-26 17:12:59 +02004182 spec->dinput_mux = &spec->private_dimux;
Mattc7d4b2f2005-06-27 14:59:41 +02004183
4184 return 1;
4185}
4186
Sam Revitch62fe78e2006-05-10 15:09:17 +02004187/*
4188 * Early 2006 Intel Macintoshes with STAC9220X5 codecs seem to have a
4189 * funky external mute control using GPIO pins.
4190 */
4191
Takashi Iwai76e1ddf2008-01-15 11:39:08 +01004192static void stac_gpio_set(struct hda_codec *codec, unsigned int mask,
Matthew Ranostay4fe51952008-01-29 15:28:44 +01004193 unsigned int dir_mask, unsigned int data)
Sam Revitch62fe78e2006-05-10 15:09:17 +02004194{
4195 unsigned int gpiostate, gpiomask, gpiodir;
4196
Vitaliy Kulikov45eebda2011-07-26 16:56:20 -05004197 snd_printdd("%s msk %x dir %x gpio %x\n", __func__, mask, dir_mask, data);
4198
Sam Revitch62fe78e2006-05-10 15:09:17 +02004199 gpiostate = snd_hda_codec_read(codec, codec->afg, 0,
4200 AC_VERB_GET_GPIO_DATA, 0);
Matthew Ranostay4fe51952008-01-29 15:28:44 +01004201 gpiostate = (gpiostate & ~dir_mask) | (data & dir_mask);
Sam Revitch62fe78e2006-05-10 15:09:17 +02004202
4203 gpiomask = snd_hda_codec_read(codec, codec->afg, 0,
4204 AC_VERB_GET_GPIO_MASK, 0);
Takashi Iwai76e1ddf2008-01-15 11:39:08 +01004205 gpiomask |= mask;
Sam Revitch62fe78e2006-05-10 15:09:17 +02004206
4207 gpiodir = snd_hda_codec_read(codec, codec->afg, 0,
4208 AC_VERB_GET_GPIO_DIRECTION, 0);
Matthew Ranostay4fe51952008-01-29 15:28:44 +01004209 gpiodir |= dir_mask;
Sam Revitch62fe78e2006-05-10 15:09:17 +02004210
Takashi Iwai76e1ddf2008-01-15 11:39:08 +01004211 /* Configure GPIOx as CMOS */
Sam Revitch62fe78e2006-05-10 15:09:17 +02004212 snd_hda_codec_write(codec, codec->afg, 0, 0x7e7, 0);
4213
4214 snd_hda_codec_write(codec, codec->afg, 0,
4215 AC_VERB_SET_GPIO_MASK, gpiomask);
Takashi Iwai76e1ddf2008-01-15 11:39:08 +01004216 snd_hda_codec_read(codec, codec->afg, 0,
4217 AC_VERB_SET_GPIO_DIRECTION, gpiodir); /* sync */
Sam Revitch62fe78e2006-05-10 15:09:17 +02004218
4219 msleep(1);
4220
Takashi Iwai76e1ddf2008-01-15 11:39:08 +01004221 snd_hda_codec_read(codec, codec->afg, 0,
4222 AC_VERB_SET_GPIO_DATA, gpiostate); /* sync */
Sam Revitch62fe78e2006-05-10 15:09:17 +02004223}
4224
Takashi Iwai3a938972011-10-28 01:16:55 +02004225static int stac_add_event(struct hda_codec *codec, hda_nid_t nid,
Takashi Iwaic6e4c662008-11-25 11:58:19 +01004226 unsigned char type, int data)
Matthew Ranostay74aeaab2008-10-25 01:06:04 -04004227{
Takashi Iwai3a938972011-10-28 01:16:55 +02004228 struct hda_jack_tbl *event;
Matthew Ranostay74aeaab2008-10-25 01:06:04 -04004229
Takashi Iwai3a938972011-10-28 01:16:55 +02004230 event = snd_hda_jack_tbl_new(codec, nid);
Matthew Ranostay74aeaab2008-10-25 01:06:04 -04004231 if (!event)
4232 return -ENOMEM;
Takashi Iwai3a938972011-10-28 01:16:55 +02004233 event->action = type;
4234 event->private_data = data;
Matthew Ranostay74aeaab2008-10-25 01:06:04 -04004235
Takashi Iwai3a938972011-10-28 01:16:55 +02004236 return 0;
Matthew Ranostay74aeaab2008-10-25 01:06:04 -04004237}
4238
David Henningsson29adc4b2012-09-25 11:31:00 +02004239static void handle_unsol_event(struct hda_codec *codec,
4240 struct hda_jack_tbl *event);
4241
Takashi Iwai62558ce2009-07-29 14:23:09 +02004242/* check if given nid is a valid pin and no other events are assigned
4243 * to it. If OK, assign the event, set the unsol flag, and returns 1.
4244 * Otherwise, returns zero.
4245 */
4246static int enable_pin_detect(struct hda_codec *codec, hda_nid_t nid,
4247 unsigned int type)
Takashi Iwai314634b2006-09-21 11:56:18 +02004248{
Takashi Iwai3a938972011-10-28 01:16:55 +02004249 struct hda_jack_tbl *event;
Takashi Iwaic6e4c662008-11-25 11:58:19 +01004250
Takashi Iwaie35d9d62011-05-17 11:28:16 +02004251 if (!is_jack_detectable(codec, nid))
Takashi Iwai62558ce2009-07-29 14:23:09 +02004252 return 0;
Takashi Iwai3a938972011-10-28 01:16:55 +02004253 event = snd_hda_jack_tbl_new(codec, nid);
4254 if (!event)
4255 return -ENOMEM;
4256 if (event->action && event->action != type)
4257 return 0;
4258 event->action = type;
David Henningsson29adc4b2012-09-25 11:31:00 +02004259 event->callback = handle_unsol_event;
Takashi Iwai3a938972011-10-28 01:16:55 +02004260 snd_hda_jack_detect_enable(codec, nid, 0);
Takashi Iwai62558ce2009-07-29 14:23:09 +02004261 return 1;
Takashi Iwai314634b2006-09-21 11:56:18 +02004262}
4263
Takashi Iwaib4ead012012-01-23 18:23:36 +01004264static int is_nid_out_jack_pin(struct auto_pin_cfg *cfg, hda_nid_t nid)
Matthew Ranostaya64135a2008-01-10 16:55:06 +01004265{
4266 int i;
4267 for (i = 0; i < cfg->hp_outs; i++)
4268 if (cfg->hp_pins[i] == nid)
4269 return 1; /* nid is a HP-Out */
Takashi Iwaib4ead012012-01-23 18:23:36 +01004270 for (i = 0; i < cfg->line_outs; i++)
4271 if (cfg->line_out_pins[i] == nid)
4272 return 1; /* nid is a line-Out */
Matthew Ranostaya64135a2008-01-10 16:55:06 +01004273 return 0; /* nid is not a HP-Out */
4274};
4275
Matthew Ranostayb76c8502008-02-06 14:49:44 +01004276static void stac92xx_power_down(struct hda_codec *codec)
4277{
4278 struct sigmatel_spec *spec = codec->spec;
4279
4280 /* power down inactive DACs */
Takashi Iwai2b635362011-05-02 12:33:43 +02004281 const hda_nid_t *dac;
Matthew Ranostayb76c8502008-02-06 14:49:44 +01004282 for (dac = spec->dac_list; *dac; dac++)
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01004283 if (!check_all_dac_nids(spec, *dac))
Takashi Iwai8c2f7672008-12-01 11:54:35 +01004284 snd_hda_codec_write(codec, *dac, 0,
Matthew Ranostayb76c8502008-02-06 14:49:44 +01004285 AC_VERB_SET_POWER_STATE, AC_PWRST_D3);
4286}
4287
Takashi Iwaif73d3582008-11-25 08:21:51 +01004288static void stac_toggle_power_map(struct hda_codec *codec, hda_nid_t nid,
4289 int enable);
4290
Takashi Iwai014c41f2009-12-27 13:53:24 +01004291static inline int get_int_hint(struct hda_codec *codec, const char *key,
4292 int *valp)
4293{
4294 const char *p;
4295 p = snd_hda_get_hint(codec, key);
4296 if (p) {
4297 unsigned long val;
4298 if (!strict_strtoul(p, 0, &val)) {
4299 *valp = val;
4300 return 1;
4301 }
4302 }
4303 return 0;
4304}
4305
Takashi Iwai6565e4f2009-03-02 14:38:35 +01004306/* override some hints from the hwdep entry */
4307static void stac_store_hints(struct hda_codec *codec)
4308{
4309 struct sigmatel_spec *spec = codec->spec;
Takashi Iwai6565e4f2009-03-02 14:38:35 +01004310 int val;
4311
4312 val = snd_hda_get_bool_hint(codec, "hp_detect");
4313 if (val >= 0)
4314 spec->hp_detect = val;
Takashi Iwai014c41f2009-12-27 13:53:24 +01004315 if (get_int_hint(codec, "gpio_mask", &spec->gpio_mask)) {
Takashi Iwai6565e4f2009-03-02 14:38:35 +01004316 spec->eapd_mask = spec->gpio_dir = spec->gpio_data =
4317 spec->gpio_mask;
4318 }
Takashi Iwai014c41f2009-12-27 13:53:24 +01004319 if (get_int_hint(codec, "gpio_dir", &spec->gpio_dir))
4320 spec->gpio_mask &= spec->gpio_mask;
4321 if (get_int_hint(codec, "gpio_data", &spec->gpio_data))
4322 spec->gpio_dir &= spec->gpio_mask;
4323 if (get_int_hint(codec, "eapd_mask", &spec->eapd_mask))
4324 spec->eapd_mask &= spec->gpio_mask;
4325 if (get_int_hint(codec, "gpio_mute", &spec->gpio_mute))
4326 spec->gpio_mute &= spec->gpio_mask;
Takashi Iwai6565e4f2009-03-02 14:38:35 +01004327 val = snd_hda_get_bool_hint(codec, "eapd_switch");
4328 if (val >= 0)
4329 spec->eapd_switch = val;
4330}
4331
Takashi Iwaif2cbba72012-01-11 12:34:11 +01004332static void stac_issue_unsol_events(struct hda_codec *codec, int num_pins,
4333 const hda_nid_t *pins)
4334{
4335 while (num_pins--)
4336 stac_issue_unsol_event(codec, *pins++);
4337}
4338
4339/* fake event to set up pins */
4340static void stac_fake_hp_events(struct hda_codec *codec)
4341{
4342 struct sigmatel_spec *spec = codec->spec;
4343
4344 if (spec->autocfg.hp_outs)
4345 stac_issue_unsol_events(codec, spec->autocfg.hp_outs,
4346 spec->autocfg.hp_pins);
4347 if (spec->autocfg.line_outs &&
4348 spec->autocfg.line_out_pins[0] != spec->autocfg.hp_pins[0])
4349 stac_issue_unsol_events(codec, spec->autocfg.line_outs,
4350 spec->autocfg.line_out_pins);
4351}
4352
Mattc7d4b2f2005-06-27 14:59:41 +02004353static int stac92xx_init(struct hda_codec *codec)
4354{
4355 struct sigmatel_spec *spec = codec->spec;
Takashi Iwai82bc9552006-03-21 11:24:42 +01004356 struct auto_pin_cfg *cfg = &spec->autocfg;
Takashi Iwaif73d3582008-11-25 08:21:51 +01004357 unsigned int gpio;
Takashi Iwaie4973e12008-11-18 09:32:42 +01004358 int i;
Mattc7d4b2f2005-06-27 14:59:41 +02004359
David Henningsson5e68fb32012-08-16 14:11:09 +02004360 if (spec->init)
4361 snd_hda_sequence_write(codec, spec->init);
Mattc7d4b2f2005-06-27 14:59:41 +02004362
Matthew Ranostay8daaaa92008-08-15 07:45:52 +02004363 /* power down adcs initially */
4364 if (spec->powerdown_adcs)
4365 for (i = 0; i < spec->num_adcs; i++)
Takashi Iwai8c2f7672008-12-01 11:54:35 +01004366 snd_hda_codec_write(codec,
Matthew Ranostay8daaaa92008-08-15 07:45:52 +02004367 spec->adc_nids[i], 0,
4368 AC_VERB_SET_POWER_STATE, AC_PWRST_D3);
Takashi Iwaif73d3582008-11-25 08:21:51 +01004369
Takashi Iwai6565e4f2009-03-02 14:38:35 +01004370 /* override some hints */
4371 stac_store_hints(codec);
4372
Takashi Iwaif73d3582008-11-25 08:21:51 +01004373 /* set up GPIO */
4374 gpio = spec->gpio_data;
4375 /* turn on EAPD statically when spec->eapd_switch isn't set.
4376 * otherwise, unsol event will turn it on/off dynamically
4377 */
4378 if (!spec->eapd_switch)
4379 gpio |= spec->eapd_mask;
4380 stac_gpio_set(codec, spec->gpio_mask, spec->gpio_dir, gpio);
4381
Takashi Iwai82bc9552006-03-21 11:24:42 +01004382 /* set up pins */
4383 if (spec->hp_detect) {
Takashi Iwai505cb342006-03-27 12:51:52 +02004384 /* Enable unsolicited responses on the HP widget */
Matthew Ranostay74aeaab2008-10-25 01:06:04 -04004385 for (i = 0; i < cfg->hp_outs; i++) {
Matthew Ranostay74aeaab2008-10-25 01:06:04 -04004386 hda_nid_t nid = cfg->hp_pins[i];
Takashi Iwaic6e4c662008-11-25 11:58:19 +01004387 enable_pin_detect(codec, nid, STAC_HP_EVENT);
Matthew Ranostay74aeaab2008-10-25 01:06:04 -04004388 }
Takashi Iwai1c4bdf92009-08-13 08:23:24 +02004389 if (cfg->line_out_type == AUTO_PIN_LINE_OUT &&
4390 cfg->speaker_outs > 0) {
Takashi Iwaifefd67f2009-07-30 18:03:05 +02004391 /* enable pin-detect for line-outs as well */
Takashi Iwai15cfa2b2009-08-03 14:23:33 +02004392 for (i = 0; i < cfg->line_outs; i++) {
4393 hda_nid_t nid = cfg->line_out_pins[i];
Takashi Iwaifefd67f2009-07-30 18:03:05 +02004394 enable_pin_detect(codec, nid, STAC_LO_EVENT);
4395 }
4396 }
4397
Takashi Iwai0a07acaf2007-03-13 10:40:23 +01004398 /* force to enable the first line-out; the others are set up
4399 * in unsol_event
4400 */
4401 stac92xx_auto_set_pinctl(codec, spec->autocfg.line_out_pins[0],
Matthew Ranostay74aeaab2008-10-25 01:06:04 -04004402 AC_PINCTL_OUT_EN);
Takashi Iwai82bc9552006-03-21 11:24:42 +01004403 /* fake event to set up pins */
Takashi Iwaif2cbba72012-01-11 12:34:11 +01004404 stac_fake_hp_events(codec);
Takashi Iwai82bc9552006-03-21 11:24:42 +01004405 } else {
4406 stac92xx_auto_init_multi_out(codec);
4407 stac92xx_auto_init_hp_out(codec);
Takashi Iwai12dde4c2008-12-05 13:09:27 +01004408 for (i = 0; i < cfg->hp_outs; i++)
4409 stac_toggle_power_map(codec, cfg->hp_pins[i], 1);
Takashi Iwai82bc9552006-03-21 11:24:42 +01004410 }
Takashi Iwai3d21d3f2009-07-29 14:32:56 +02004411 if (spec->auto_mic) {
Takashi Iwai15b4f292009-07-29 16:32:55 +02004412 /* initialize connection to analog input */
Takashi Iwaida2a2aa2009-08-10 07:44:09 +02004413 if (spec->dmux_nids)
4414 snd_hda_codec_write_cache(codec, spec->dmux_nids[0], 0,
Takashi Iwai15b4f292009-07-29 16:32:55 +02004415 AC_VERB_SET_CONNECT_SEL, 0);
Takashi Iwai3d21d3f2009-07-29 14:32:56 +02004416 if (enable_pin_detect(codec, spec->ext_mic.pin, STAC_MIC_EVENT))
4417 stac_issue_unsol_event(codec, spec->ext_mic.pin);
Charles Chin99077902010-09-17 10:22:32 +02004418 if (enable_pin_detect(codec, spec->dock_mic.pin,
4419 STAC_MIC_EVENT))
4420 stac_issue_unsol_event(codec, spec->dock_mic.pin);
Takashi Iwai3d21d3f2009-07-29 14:32:56 +02004421 }
Takashi Iwaieea7dc92010-08-30 13:06:15 +02004422 for (i = 0; i < cfg->num_inputs; i++) {
4423 hda_nid_t nid = cfg->inputs[i].pin;
4424 int type = cfg->inputs[i].type;
4425 unsigned int pinctl, conf;
Takashi Iwai86e29592010-09-09 14:50:17 +02004426 if (type == AUTO_PIN_MIC) {
Takashi Iwaieea7dc92010-08-30 13:06:15 +02004427 /* for mic pins, force to initialize */
Takashi Iwai47408602012-04-20 13:06:53 +02004428 pinctl = snd_hda_get_default_vref(codec, nid);
Takashi Iwaieea7dc92010-08-30 13:06:15 +02004429 pinctl |= AC_PINCTL_IN_EN;
4430 stac92xx_auto_set_pinctl(codec, nid, pinctl);
4431 } else {
4432 pinctl = snd_hda_codec_read(codec, nid, 0,
4433 AC_VERB_GET_PIN_WIDGET_CONTROL, 0);
4434 /* if PINCTL already set then skip */
4435 /* Also, if both INPUT and OUTPUT are set,
4436 * it must be a BIOS bug; need to override, too
4437 */
4438 if (!(pinctl & AC_PINCTL_IN_EN) ||
4439 (pinctl & AC_PINCTL_OUT_EN)) {
4440 pinctl &= ~AC_PINCTL_OUT_EN;
Takashi Iwai12dde4c2008-12-05 13:09:27 +01004441 pinctl |= AC_PINCTL_IN_EN;
4442 stac92xx_auto_set_pinctl(codec, nid, pinctl);
Takashi Iwai4f1e6bc2008-11-11 16:47:24 +01004443 }
Takashi Iwaieea7dc92010-08-30 13:06:15 +02004444 }
4445 conf = snd_hda_codec_get_pincfg(codec, nid);
4446 if (get_defcfg_connect(conf) != AC_JACK_PORT_FIXED) {
4447 if (enable_pin_detect(codec, nid, STAC_INSERT_EVENT))
4448 stac_issue_unsol_event(codec, nid);
Takashi Iwaic960a032006-03-23 17:06:28 +01004449 }
Takashi Iwai82bc9552006-03-21 11:24:42 +01004450 }
Matthew Ranostaya64135a2008-01-10 16:55:06 +01004451 for (i = 0; i < spec->num_dmics; i++)
4452 stac92xx_auto_set_pinctl(codec, spec->dmic_nids[i],
4453 AC_PINCTL_IN_EN);
Takashi Iwai0852d7a2009-02-11 11:35:15 +01004454 if (cfg->dig_out_pins[0])
4455 stac92xx_auto_set_pinctl(codec, cfg->dig_out_pins[0],
Takashi Iwai82bc9552006-03-21 11:24:42 +01004456 AC_PINCTL_OUT_EN);
4457 if (cfg->dig_in_pin)
4458 stac92xx_auto_set_pinctl(codec, cfg->dig_in_pin,
4459 AC_PINCTL_IN_EN);
Takashi Iwaif73d3582008-11-25 08:21:51 +01004460 for (i = 0; i < spec->num_pwrs; i++) {
4461 hda_nid_t nid = spec->pwr_nids[i];
Takashi Iwai6e1c39c2012-06-26 17:35:10 +02004462 unsigned int pinctl, def_conf;
Takashi Iwai82bc9552006-03-21 11:24:42 +01004463
Takashi Iwaibfc89de2012-05-15 09:02:26 +02004464 def_conf = snd_hda_codec_get_pincfg(codec, nid);
4465 def_conf = get_defcfg_connect(def_conf);
4466 if (def_conf == AC_JACK_PORT_NONE) {
4467 /* power off unused ports */
4468 stac_toggle_power_map(codec, nid, 0);
4469 continue;
4470 }
Takashi Iwai6e1c39c2012-06-26 17:35:10 +02004471 if (def_conf == AC_JACK_PORT_FIXED) {
4472 /* no need for jack detection for fixed pins */
4473 stac_toggle_power_map(codec, nid, 1);
4474 continue;
4475 }
Takashi Iwaieb632122008-12-19 16:39:48 +01004476 /* power on when no jack detection is available */
Takashi Iwai542c9a02011-11-29 13:01:30 +01004477 /* or when the VREF is used for controlling LED */
4478 if (!spec->hp_detect ||
Takashi Iwaibfc89de2012-05-15 09:02:26 +02004479 spec->vref_mute_led_nid == nid ||
4480 !is_jack_detectable(codec, nid)) {
Takashi Iwaieb632122008-12-19 16:39:48 +01004481 stac_toggle_power_map(codec, nid, 1);
4482 continue;
4483 }
4484
Takashi Iwaib4ead012012-01-23 18:23:36 +01004485 if (is_nid_out_jack_pin(cfg, nid))
Takashi Iwaif73d3582008-11-25 08:21:51 +01004486 continue; /* already has an unsol event */
Sam Revitch62fe78e2006-05-10 15:09:17 +02004487
Takashi Iwaif73d3582008-11-25 08:21:51 +01004488 pinctl = snd_hda_codec_read(codec, nid, 0,
4489 AC_VERB_GET_PIN_WIDGET_CONTROL, 0);
4490 /* outputs are only ports capable of power management
4491 * any attempts on powering down a input port cause the
4492 * referenced VREF to act quirky.
4493 */
Takashi Iwaieb632122008-12-19 16:39:48 +01004494 if (pinctl & AC_PINCTL_IN_EN) {
4495 stac_toggle_power_map(codec, nid, 1);
Takashi Iwaif73d3582008-11-25 08:21:51 +01004496 continue;
Takashi Iwaieb632122008-12-19 16:39:48 +01004497 }
Charles Chinafef2cf2011-11-11 08:05:28 +01004498 if (enable_pin_detect(codec, nid, STAC_PWR_EVENT)) {
Takashi Iwai62558ce2009-07-29 14:23:09 +02004499 stac_issue_unsol_event(codec, nid);
Charles Chinafef2cf2011-11-11 08:05:28 +01004500 continue;
4501 }
4502 /* none of the above, turn the port OFF */
4503 stac_toggle_power_map(codec, nid, 0);
Takashi Iwaif73d3582008-11-25 08:21:51 +01004504 }
Takashi Iwaic21bd022010-02-08 15:16:08 +01004505
Takashi Iwaic21bd022010-02-08 15:16:08 +01004506 /* sync mute LED */
Takashi Iwai1f43f6c2012-07-31 10:40:05 +02004507 if (spec->gpio_led) {
4508 if (spec->vmaster_mute.hook)
4509 snd_hda_sync_vmaster_hook(&spec->vmaster_mute);
4510 else /* the very first init call doesn't have vmaster yet */
4511 stac92xx_update_led_status(codec, false);
4512 }
Takashi Iwaic8822462012-05-15 09:11:36 +02004513
4514 /* sync the power-map */
4515 if (spec->num_pwrs)
4516 snd_hda_codec_write(codec, codec->afg, 0,
4517 AC_VERB_IDT_SET_POWER_MAP,
4518 spec->power_map_bits);
Takashi Iwaif73d3582008-11-25 08:21:51 +01004519 if (spec->dac_list)
4520 stac92xx_power_down(codec);
Mattc7d4b2f2005-06-27 14:59:41 +02004521 return 0;
4522}
4523
Takashi Iwai603c4012008-07-30 15:01:44 +02004524static void stac92xx_free_kctls(struct hda_codec *codec)
4525{
4526 struct sigmatel_spec *spec = codec->spec;
4527
4528 if (spec->kctls.list) {
4529 struct snd_kcontrol_new *kctl = spec->kctls.list;
4530 int i;
4531 for (i = 0; i < spec->kctls.used; i++)
4532 kfree(kctl[i].name);
4533 }
4534 snd_array_free(&spec->kctls);
4535}
4536
Vitaliy Kulikov45eebda2011-07-26 16:56:20 -05004537static void stac92xx_shutup_pins(struct hda_codec *codec)
4538{
4539 unsigned int i, def_conf;
4540
4541 if (codec->bus->shutdown)
4542 return;
4543 for (i = 0; i < codec->init_pins.used; i++) {
4544 struct hda_pincfg *pin = snd_array_elem(&codec->init_pins, i);
4545 def_conf = snd_hda_codec_get_pincfg(codec, pin->nid);
4546 if (get_defcfg_connect(def_conf) != AC_JACK_PORT_NONE)
Takashi Iwaicdd03ce2012-04-20 12:34:50 +02004547 snd_hda_set_pin_ctl(codec, pin->nid, 0);
Vitaliy Kulikov45eebda2011-07-26 16:56:20 -05004548 }
4549}
4550
Takashi Iwai167eae52009-11-06 15:47:50 +01004551static void stac92xx_shutup(struct hda_codec *codec)
4552{
4553 struct sigmatel_spec *spec = codec->spec;
Takashi Iwai167eae52009-11-06 15:47:50 +01004554
Vitaliy Kulikov45eebda2011-07-26 16:56:20 -05004555 stac92xx_shutup_pins(codec);
Takashi Iwai167eae52009-11-06 15:47:50 +01004556
4557 if (spec->eapd_mask)
4558 stac_gpio_set(codec, spec->gpio_mask,
4559 spec->gpio_dir, spec->gpio_data &
4560 ~spec->eapd_mask);
4561}
4562
Matt2f2f4252005-04-13 14:45:30 +02004563static void stac92xx_free(struct hda_codec *codec)
4564{
Mattc7d4b2f2005-06-27 14:59:41 +02004565 struct sigmatel_spec *spec = codec->spec;
Mattc7d4b2f2005-06-27 14:59:41 +02004566
4567 if (! spec)
4568 return;
4569
Takashi Iwai167eae52009-11-06 15:47:50 +01004570 stac92xx_shutup(codec);
Richard Fish11b44bb2006-08-23 18:31:34 +02004571
Mattc7d4b2f2005-06-27 14:59:41 +02004572 kfree(spec);
Matthew Ranostay1cd22242008-07-18 18:20:52 +02004573 snd_hda_detach_beep_device(codec);
Matt2f2f4252005-04-13 14:45:30 +02004574}
4575
Matt4e550962005-07-04 17:51:39 +02004576static void stac92xx_set_pinctl(struct hda_codec *codec, hda_nid_t nid,
4577 unsigned int flag)
4578{
Takashi Iwai8ce84192009-01-22 16:59:20 +01004579 unsigned int old_ctl, pin_ctl;
4580
4581 pin_ctl = snd_hda_codec_read(codec, nid,
Matt4e550962005-07-04 17:51:39 +02004582 0, AC_VERB_GET_PIN_WIDGET_CONTROL, 0x00);
Steve Longerbeam7b043892007-05-03 20:50:03 +02004583
Takashi Iwaif9acba42007-05-29 18:01:06 +02004584 if (pin_ctl & AC_PINCTL_IN_EN) {
4585 /*
4586 * we need to check the current set-up direction of
4587 * shared input pins since they can be switched via
4588 * "xxx as Output" mixer switch
4589 */
4590 struct sigmatel_spec *spec = codec->spec;
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01004591 if (nid == spec->line_switch || nid == spec->mic_switch)
Takashi Iwaif9acba42007-05-29 18:01:06 +02004592 return;
4593 }
4594
Takashi Iwai8ce84192009-01-22 16:59:20 +01004595 old_ctl = pin_ctl;
Steve Longerbeam7b043892007-05-03 20:50:03 +02004596 /* if setting pin direction bits, clear the current
4597 direction bits first */
4598 if (flag & (AC_PINCTL_IN_EN | AC_PINCTL_OUT_EN))
4599 pin_ctl &= ~(AC_PINCTL_IN_EN | AC_PINCTL_OUT_EN);
4600
Takashi Iwai8ce84192009-01-22 16:59:20 +01004601 pin_ctl |= flag;
4602 if (old_ctl != pin_ctl)
Takashi Iwaicdd03ce2012-04-20 12:34:50 +02004603 snd_hda_set_pin_ctl_cache(codec, nid, pin_ctl);
Matt4e550962005-07-04 17:51:39 +02004604}
4605
4606static void stac92xx_reset_pinctl(struct hda_codec *codec, hda_nid_t nid,
4607 unsigned int flag)
4608{
4609 unsigned int pin_ctl = snd_hda_codec_read(codec, nid,
4610 0, AC_VERB_GET_PIN_WIDGET_CONTROL, 0x00);
Takashi Iwai8ce84192009-01-22 16:59:20 +01004611 if (pin_ctl & flag)
Takashi Iwaicdd03ce2012-04-20 12:34:50 +02004612 snd_hda_set_pin_ctl_cache(codec, nid, pin_ctl & ~flag);
Matt4e550962005-07-04 17:51:39 +02004613}
4614
Takashi Iwaid56757a2009-11-18 08:00:14 +01004615static inline int get_pin_presence(struct hda_codec *codec, hda_nid_t nid)
Takashi Iwai314634b2006-09-21 11:56:18 +02004616{
4617 if (!nid)
4618 return 0;
Takashi Iwaia252c812009-12-25 22:56:20 +01004619 return snd_hda_jack_detect(codec, nid);
Takashi Iwai314634b2006-09-21 11:56:18 +02004620}
4621
Takashi Iwaifefd67f2009-07-30 18:03:05 +02004622static void stac92xx_line_out_detect(struct hda_codec *codec,
4623 int presence)
4624{
4625 struct sigmatel_spec *spec = codec->spec;
4626 struct auto_pin_cfg *cfg = &spec->autocfg;
4627 int i;
4628
David Henningsson042b92c2012-08-22 16:10:43 +02004629 if (cfg->speaker_outs == 0)
4630 return;
4631
Takashi Iwaifefd67f2009-07-30 18:03:05 +02004632 for (i = 0; i < cfg->line_outs; i++) {
4633 if (presence)
4634 break;
4635 presence = get_pin_presence(codec, cfg->line_out_pins[i]);
4636 if (presence) {
4637 unsigned int pinctl;
4638 pinctl = snd_hda_codec_read(codec,
4639 cfg->line_out_pins[i], 0,
4640 AC_VERB_GET_PIN_WIDGET_CONTROL, 0);
4641 if (pinctl & AC_PINCTL_IN_EN)
4642 presence = 0; /* mic- or line-input */
4643 }
4644 }
4645
4646 if (presence) {
4647 /* disable speakers */
4648 for (i = 0; i < cfg->speaker_outs; i++)
4649 stac92xx_reset_pinctl(codec, cfg->speaker_pins[i],
4650 AC_PINCTL_OUT_EN);
4651 if (spec->eapd_mask && spec->eapd_switch)
4652 stac_gpio_set(codec, spec->gpio_mask,
4653 spec->gpio_dir, spec->gpio_data &
4654 ~spec->eapd_mask);
4655 } else {
4656 /* enable speakers */
4657 for (i = 0; i < cfg->speaker_outs; i++)
4658 stac92xx_set_pinctl(codec, cfg->speaker_pins[i],
4659 AC_PINCTL_OUT_EN);
4660 if (spec->eapd_mask && spec->eapd_switch)
4661 stac_gpio_set(codec, spec->gpio_mask,
4662 spec->gpio_dir, spec->gpio_data |
4663 spec->eapd_mask);
4664 }
4665}
4666
Takashi Iwaid7a89432008-11-12 09:48:04 +01004667/* return non-zero if the hp-pin of the given array index isn't
4668 * a jack-detection target
4669 */
4670static int no_hp_sensing(struct sigmatel_spec *spec, int i)
4671{
4672 struct auto_pin_cfg *cfg = &spec->autocfg;
4673
4674 /* ignore sensing of shared line and mic jacks */
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01004675 if (cfg->hp_pins[i] == spec->line_switch)
Takashi Iwaid7a89432008-11-12 09:48:04 +01004676 return 1;
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01004677 if (cfg->hp_pins[i] == spec->mic_switch)
Takashi Iwaid7a89432008-11-12 09:48:04 +01004678 return 1;
4679 /* ignore if the pin is set as line-out */
4680 if (cfg->hp_pins[i] == spec->hp_switch)
4681 return 1;
4682 return 0;
4683}
4684
Takashi Iwaic6e4c662008-11-25 11:58:19 +01004685static void stac92xx_hp_detect(struct hda_codec *codec)
Matt4e550962005-07-04 17:51:39 +02004686{
4687 struct sigmatel_spec *spec = codec->spec;
4688 struct auto_pin_cfg *cfg = &spec->autocfg;
4689 int i, presence;
4690
Takashi Iwaieb06ed82006-09-20 17:10:27 +02004691 presence = 0;
Matthew Ranostay4fe51952008-01-29 15:28:44 +01004692 if (spec->gpio_mute)
4693 presence = !(snd_hda_codec_read(codec, codec->afg, 0,
4694 AC_VERB_GET_GPIO_DATA, 0) & spec->gpio_mute);
4695
Takashi Iwaieb06ed82006-09-20 17:10:27 +02004696 for (i = 0; i < cfg->hp_outs; i++) {
Takashi Iwai314634b2006-09-21 11:56:18 +02004697 if (presence)
4698 break;
Takashi Iwaid7a89432008-11-12 09:48:04 +01004699 if (no_hp_sensing(spec, i))
4700 continue;
Takashi Iwaie6e3ea22008-12-05 12:54:56 +01004701 presence = get_pin_presence(codec, cfg->hp_pins[i]);
4702 if (presence) {
4703 unsigned int pinctl;
4704 pinctl = snd_hda_codec_read(codec, cfg->hp_pins[i], 0,
4705 AC_VERB_GET_PIN_WIDGET_CONTROL, 0);
4706 if (pinctl & AC_PINCTL_IN_EN)
4707 presence = 0; /* mic- or line-input */
4708 }
Takashi Iwaieb06ed82006-09-20 17:10:27 +02004709 }
Matt4e550962005-07-04 17:51:39 +02004710
4711 if (presence) {
Takashi Iwaid7a89432008-11-12 09:48:04 +01004712 /* disable lineouts */
Matthew Ranostay7c2ba972008-04-16 13:13:59 +02004713 if (spec->hp_switch)
Takashi Iwaid7a89432008-11-12 09:48:04 +01004714 stac92xx_reset_pinctl(codec, spec->hp_switch,
4715 AC_PINCTL_OUT_EN);
Matt4e550962005-07-04 17:51:39 +02004716 for (i = 0; i < cfg->line_outs; i++)
4717 stac92xx_reset_pinctl(codec, cfg->line_out_pins[i],
4718 AC_PINCTL_OUT_EN);
Matt4e550962005-07-04 17:51:39 +02004719 } else {
Takashi Iwaid7a89432008-11-12 09:48:04 +01004720 /* enable lineouts */
Matthew Ranostay7c2ba972008-04-16 13:13:59 +02004721 if (spec->hp_switch)
Takashi Iwaid7a89432008-11-12 09:48:04 +01004722 stac92xx_set_pinctl(codec, spec->hp_switch,
4723 AC_PINCTL_OUT_EN);
Matt4e550962005-07-04 17:51:39 +02004724 for (i = 0; i < cfg->line_outs; i++)
4725 stac92xx_set_pinctl(codec, cfg->line_out_pins[i],
4726 AC_PINCTL_OUT_EN);
Matt4e550962005-07-04 17:51:39 +02004727 }
Takashi Iwaifefd67f2009-07-30 18:03:05 +02004728 stac92xx_line_out_detect(codec, presence);
Takashi Iwaid7a89432008-11-12 09:48:04 +01004729 /* toggle hp outs */
4730 for (i = 0; i < cfg->hp_outs; i++) {
4731 unsigned int val = AC_PINCTL_OUT_EN | AC_PINCTL_HP_EN;
4732 if (no_hp_sensing(spec, i))
4733 continue;
Takashi Iwai7bff1722012-02-29 09:41:17 +01004734 if (1 /*presence*/)
Takashi Iwaid7a89432008-11-12 09:48:04 +01004735 stac92xx_set_pinctl(codec, cfg->hp_pins[i], val);
Takashi Iwai8317e0b2009-01-14 07:56:51 +01004736#if 0 /* FIXME */
4737/* Resetting the pinctl like below may lead to (a sort of) regressions
4738 * on some devices since they use the HP pin actually for line/speaker
4739 * outs although the default pin config shows a different pin (that is
4740 * wrong and useless).
4741 *
4742 * So, it's basically a problem of default pin configs, likely a BIOS issue.
4743 * But, disabling the code below just works around it, and I'm too tired of
4744 * bug reports with such devices...
4745 */
Takashi Iwaid7a89432008-11-12 09:48:04 +01004746 else
4747 stac92xx_reset_pinctl(codec, cfg->hp_pins[i], val);
Takashi Iwai8317e0b2009-01-14 07:56:51 +01004748#endif /* FIXME */
Takashi Iwaid7a89432008-11-12 09:48:04 +01004749 }
Matt4e550962005-07-04 17:51:39 +02004750}
4751
Takashi Iwaif73d3582008-11-25 08:21:51 +01004752static void stac_toggle_power_map(struct hda_codec *codec, hda_nid_t nid,
4753 int enable)
Matthew Ranostaya64135a2008-01-10 16:55:06 +01004754{
4755 struct sigmatel_spec *spec = codec->spec;
Takashi Iwaif73d3582008-11-25 08:21:51 +01004756 unsigned int idx, val;
4757
4758 for (idx = 0; idx < spec->num_pwrs; idx++) {
4759 if (spec->pwr_nids[idx] == nid)
4760 break;
4761 }
4762 if (idx >= spec->num_pwrs)
4763 return;
Matthew Ranostayd0513fc2008-07-27 10:30:30 +02004764
Charles Chinafef2cf2011-11-11 08:05:28 +01004765 idx = 1 << idx;
Matthew Ranostaya64135a2008-01-10 16:55:06 +01004766
Takashi Iwaic8822462012-05-15 09:11:36 +02004767 val = spec->power_map_bits;
Takashi Iwaif73d3582008-11-25 08:21:51 +01004768 if (enable)
Matthew Ranostaya64135a2008-01-10 16:55:06 +01004769 val &= ~idx;
4770 else
4771 val |= idx;
4772
4773 /* power down unused output ports */
Takashi Iwaic8822462012-05-15 09:11:36 +02004774 if (val != spec->power_map_bits) {
4775 spec->power_map_bits = val;
4776 snd_hda_codec_write(codec, codec->afg, 0,
4777 AC_VERB_IDT_SET_POWER_MAP, val);
4778 }
Matthew Ranostay74aeaab2008-10-25 01:06:04 -04004779}
4780
Takashi Iwaif73d3582008-11-25 08:21:51 +01004781static void stac92xx_pin_sense(struct hda_codec *codec, hda_nid_t nid)
4782{
Takashi Iwaie6e3ea22008-12-05 12:54:56 +01004783 stac_toggle_power_map(codec, nid, get_pin_presence(codec, nid));
Takashi Iwaif73d3582008-11-25 08:21:51 +01004784}
Matthew Ranostaya64135a2008-01-10 16:55:06 +01004785
Vitaliy Kulikovab5a6eb2010-09-08 09:00:17 +02004786/* get the pin connection (fixed, none, etc) */
4787static unsigned int stac_get_defcfg_connect(struct hda_codec *codec, int idx)
4788{
4789 struct sigmatel_spec *spec = codec->spec;
4790 unsigned int cfg;
4791
4792 cfg = snd_hda_codec_get_pincfg(codec, spec->pin_nids[idx]);
4793 return get_defcfg_connect(cfg);
4794}
4795
4796static int stac92xx_connected_ports(struct hda_codec *codec,
Takashi Iwai2b635362011-05-02 12:33:43 +02004797 const hda_nid_t *nids, int num_nids)
Vitaliy Kulikovab5a6eb2010-09-08 09:00:17 +02004798{
4799 struct sigmatel_spec *spec = codec->spec;
4800 int idx, num;
4801 unsigned int def_conf;
4802
4803 for (num = 0; num < num_nids; num++) {
4804 for (idx = 0; idx < spec->num_pins; idx++)
4805 if (spec->pin_nids[idx] == nids[num])
4806 break;
4807 if (idx >= spec->num_pins)
4808 break;
4809 def_conf = stac_get_defcfg_connect(codec, idx);
4810 if (def_conf == AC_JACK_PORT_NONE)
4811 break;
4812 }
4813 return num;
4814}
4815
Takashi Iwai3d21d3f2009-07-29 14:32:56 +02004816static void stac92xx_mic_detect(struct hda_codec *codec)
4817{
4818 struct sigmatel_spec *spec = codec->spec;
4819 struct sigmatel_mic_route *mic;
4820
4821 if (get_pin_presence(codec, spec->ext_mic.pin))
4822 mic = &spec->ext_mic;
Charles Chin99077902010-09-17 10:22:32 +02004823 else if (get_pin_presence(codec, spec->dock_mic.pin))
4824 mic = &spec->dock_mic;
Takashi Iwai3d21d3f2009-07-29 14:32:56 +02004825 else
4826 mic = &spec->int_mic;
Takashi Iwai02d33322009-10-01 16:38:11 +02004827 if (mic->dmux_idx >= 0)
Takashi Iwai3d21d3f2009-07-29 14:32:56 +02004828 snd_hda_codec_write_cache(codec, spec->dmux_nids[0], 0,
4829 AC_VERB_SET_CONNECT_SEL,
4830 mic->dmux_idx);
Takashi Iwai02d33322009-10-01 16:38:11 +02004831 if (mic->mux_idx >= 0)
Takashi Iwai3d21d3f2009-07-29 14:32:56 +02004832 snd_hda_codec_write_cache(codec, spec->mux_nids[0], 0,
4833 AC_VERB_SET_CONNECT_SEL,
4834 mic->mux_idx);
4835}
4836
Takashi Iwai1835a0f2011-10-27 22:12:46 +02004837static void handle_unsol_event(struct hda_codec *codec,
Takashi Iwai3a938972011-10-28 01:16:55 +02004838 struct hda_jack_tbl *event)
Takashi Iwai314634b2006-09-21 11:56:18 +02004839{
Matthew Ranostaya64135a2008-01-10 16:55:06 +01004840 struct sigmatel_spec *spec = codec->spec;
Takashi Iwai1835a0f2011-10-27 22:12:46 +02004841 int data;
Matthew Ranostaya64135a2008-01-10 16:55:06 +01004842
Takashi Iwai3a938972011-10-28 01:16:55 +02004843 switch (event->action) {
Takashi Iwai314634b2006-09-21 11:56:18 +02004844 case STAC_HP_EVENT:
Takashi Iwaifefd67f2009-07-30 18:03:05 +02004845 case STAC_LO_EVENT:
Takashi Iwai16ffe322009-08-04 13:40:54 +02004846 stac92xx_hp_detect(codec);
Takashi Iwaifefd67f2009-07-30 18:03:05 +02004847 break;
Takashi Iwai3d21d3f2009-07-29 14:32:56 +02004848 case STAC_MIC_EVENT:
4849 stac92xx_mic_detect(codec);
4850 break;
4851 }
4852
Takashi Iwai3a938972011-10-28 01:16:55 +02004853 switch (event->action) {
Takashi Iwai3d21d3f2009-07-29 14:32:56 +02004854 case STAC_HP_EVENT:
Takashi Iwaifefd67f2009-07-30 18:03:05 +02004855 case STAC_LO_EVENT:
Takashi Iwai3d21d3f2009-07-29 14:32:56 +02004856 case STAC_MIC_EVENT:
Matthew Ranostay74aeaab2008-10-25 01:06:04 -04004857 case STAC_INSERT_EVENT:
Matthew Ranostaya64135a2008-01-10 16:55:06 +01004858 case STAC_PWR_EVENT:
Takashi Iwaic6e4c662008-11-25 11:58:19 +01004859 if (spec->num_pwrs > 0)
4860 stac92xx_pin_sense(codec, event->nid);
Matthew Ranostayfd60cc82009-04-06 09:30:46 -04004861
4862 switch (codec->subsystem_id) {
4863 case 0x103c308f:
4864 if (event->nid == 0xb) {
4865 int pin = AC_PINCTL_IN_EN;
4866
4867 if (get_pin_presence(codec, 0xa)
4868 && get_pin_presence(codec, 0xb))
4869 pin |= AC_PINCTL_VREF_80;
4870 if (!get_pin_presence(codec, 0xb))
4871 pin |= AC_PINCTL_VREF_80;
4872
4873 /* toggle VREF state based on mic + hp pin
4874 * status
4875 */
4876 stac92xx_auto_set_pinctl(codec, 0x0a, pin);
4877 }
4878 }
Matthew Ranostay72474be2008-10-09 09:32:17 -04004879 break;
Takashi Iwaic6e4c662008-11-25 11:58:19 +01004880 case STAC_VREF_EVENT:
4881 data = snd_hda_codec_read(codec, codec->afg, 0,
4882 AC_VERB_GET_GPIO_DATA, 0);
Matthew Ranostay72474be2008-10-09 09:32:17 -04004883 /* toggle VREF state based on GPIOx status */
4884 snd_hda_codec_write(codec, codec->afg, 0, 0x7e0,
Takashi Iwai3a938972011-10-28 01:16:55 +02004885 !!(data & (1 << event->private_data)));
Matthew Ranostay72474be2008-10-09 09:32:17 -04004886 break;
Takashi Iwai314634b2006-09-21 11:56:18 +02004887 }
4888}
4889
Takashi Iwai1835a0f2011-10-27 22:12:46 +02004890static void stac_issue_unsol_event(struct hda_codec *codec, hda_nid_t nid)
4891{
Takashi Iwai3a938972011-10-28 01:16:55 +02004892 struct hda_jack_tbl *event = snd_hda_jack_tbl_get(codec, nid);
Takashi Iwai1835a0f2011-10-27 22:12:46 +02004893 if (!event)
4894 return;
4895 handle_unsol_event(codec, event);
4896}
4897
Kunal Gangakhedkard38cce72010-01-15 21:01:47 +05304898static int hp_blike_system(u32 subsystem_id);
4899
4900static void set_hp_led_gpio(struct hda_codec *codec)
4901{
4902 struct sigmatel_spec *spec = codec->spec;
Takashi Iwai07f80442010-02-08 15:06:13 +01004903 unsigned int gpio;
4904
Takashi Iwai26ebe0a2010-05-11 08:36:29 +02004905 if (spec->gpio_led)
4906 return;
4907
Takashi Iwai07f80442010-02-08 15:06:13 +01004908 gpio = snd_hda_param_read(codec, codec->afg, AC_PAR_GPIO_CAP);
4909 gpio &= AC_GPIO_IO_COUNT;
4910 if (gpio > 3)
4911 spec->gpio_led = 0x08; /* GPIO 3 */
4912 else
4913 spec->gpio_led = 0x01; /* GPIO 0 */
Kunal Gangakhedkard38cce72010-01-15 21:01:47 +05304914}
4915
Vitaliy Kulikovc357aab2009-12-11 07:51:54 +01004916/*
4917 * This method searches for the mute LED GPIO configuration
4918 * provided as OEM string in SMBIOS. The format of that string
4919 * is HP_Mute_LED_P_G or HP_Mute_LED_P
4920 * where P can be 0 or 1 and defines mute LED GPIO control state (low/high)
4921 * that corresponds to the NOT muted state of the master volume
4922 * and G is the index of the GPIO to use as the mute LED control (0..9)
4923 * If _G portion is missing it is assigned based on the codec ID
4924 *
4925 * So, HP B-series like systems may have HP_Mute_LED_0 (current models)
4926 * or HP_Mute_LED_0_3 (future models) OEM SMBIOS strings
Kunal Gangakhedkard38cce72010-01-15 21:01:47 +05304927 *
4928 *
4929 * The dv-series laptops don't seem to have the HP_Mute_LED* strings in
4930 * SMBIOS - at least the ones I have seen do not have them - which include
4931 * my own system (HP Pavilion dv6-1110ax) and my cousin's
4932 * HP Pavilion dv9500t CTO.
4933 * Need more information on whether it is true across the entire series.
4934 * -- kunal
Vitaliy Kulikovc357aab2009-12-11 07:51:54 +01004935 */
Vitaliy Kulikov6a557c92011-12-12 17:35:13 -06004936static int find_mute_led_cfg(struct hda_codec *codec, int default_polarity)
Vitaliy Kulikovc357aab2009-12-11 07:51:54 +01004937{
4938 struct sigmatel_spec *spec = codec->spec;
4939 const struct dmi_device *dev = NULL;
4940
Takashi Iwai75609312012-05-14 16:52:00 +02004941 if (get_int_hint(codec, "gpio_led", &spec->gpio_led)) {
4942 get_int_hint(codec, "gpio_led_polarity",
4943 &spec->gpio_led_polarity);
4944 return 1;
4945 }
Vitaliy Kulikovc357aab2009-12-11 07:51:54 +01004946 if ((codec->subsystem_id >> 16) == PCI_VENDOR_ID_HP) {
4947 while ((dev = dmi_find_device(DMI_DEV_TYPE_OEM_STRING,
4948 NULL, dev))) {
Vitaliy Kulikov45eebda2011-07-26 16:56:20 -05004949 if (sscanf(dev->name, "HP_Mute_LED_%d_%x",
Kunal Gangakhedkard38cce72010-01-15 21:01:47 +05304950 &spec->gpio_led_polarity,
4951 &spec->gpio_led) == 2) {
Takashi Iwaif1a73742011-12-04 13:44:06 +01004952 unsigned int max_gpio;
4953 max_gpio = snd_hda_param_read(codec, codec->afg,
4954 AC_PAR_GPIO_CAP);
4955 max_gpio &= AC_GPIO_IO_COUNT;
4956 if (spec->gpio_led < max_gpio)
Vitaliy Kulikov45eebda2011-07-26 16:56:20 -05004957 spec->gpio_led = 1 << spec->gpio_led;
Takashi Iwaif1a73742011-12-04 13:44:06 +01004958 else
4959 spec->vref_mute_led_nid = spec->gpio_led;
Vitaliy Kulikovc357aab2009-12-11 07:51:54 +01004960 return 1;
4961 }
4962 if (sscanf(dev->name, "HP_Mute_LED_%d",
Kunal Gangakhedkard38cce72010-01-15 21:01:47 +05304963 &spec->gpio_led_polarity) == 1) {
4964 set_hp_led_gpio(codec);
4965 return 1;
Vitaliy Kulikovc357aab2009-12-11 07:51:54 +01004966 }
Gustavo Maciel Dias Vieirae2ef36c2011-12-13 11:47:22 -02004967 /* BIOS bug: unfilled OEM string */
4968 if (strstr(dev->name, "HP_Mute_LED_P_G")) {
4969 set_hp_led_gpio(codec);
Gustavo Maciel Dias Vieiraa6a600d2012-01-24 13:27:56 -02004970 switch (codec->subsystem_id) {
4971 case 0x103c148a:
4972 spec->gpio_led_polarity = 0;
4973 break;
4974 default:
4975 spec->gpio_led_polarity = 1;
4976 break;
4977 }
Gustavo Maciel Dias Vieirae2ef36c2011-12-13 11:47:22 -02004978 return 1;
4979 }
Vitaliy Kulikovc357aab2009-12-11 07:51:54 +01004980 }
Kunal Gangakhedkard38cce72010-01-15 21:01:47 +05304981
4982 /*
4983 * Fallback case - if we don't find the DMI strings,
Vitaliy Kulikov6a557c92011-12-12 17:35:13 -06004984 * we statically set the GPIO - if not a B-series system
4985 * and default polarity is provided
Kunal Gangakhedkard38cce72010-01-15 21:01:47 +05304986 */
Vitaliy Kulikov6a557c92011-12-12 17:35:13 -06004987 if (!hp_blike_system(codec->subsystem_id) &&
4988 (default_polarity == 0 || default_polarity == 1)) {
Kunal Gangakhedkard38cce72010-01-15 21:01:47 +05304989 set_hp_led_gpio(codec);
Takashi Iwaidce17d42010-02-09 09:25:26 +01004990 spec->gpio_led_polarity = default_polarity;
Kunal Gangakhedkard38cce72010-01-15 21:01:47 +05304991 return 1;
4992 }
Vitaliy Kulikovc357aab2009-12-11 07:51:54 +01004993 }
4994 return 0;
4995}
4996
4997static int hp_blike_system(u32 subsystem_id)
Randy Dunlap78987bd2009-11-05 09:22:30 -08004998{
4999 switch (subsystem_id) {
Vitaliy Kulikovc357aab2009-12-11 07:51:54 +01005000 case 0x103c1520:
5001 case 0x103c1521:
5002 case 0x103c1523:
5003 case 0x103c1524:
5004 case 0x103c1525:
Randy Dunlap78987bd2009-11-05 09:22:30 -08005005 case 0x103c1722:
5006 case 0x103c1723:
5007 case 0x103c1724:
5008 case 0x103c1725:
5009 case 0x103c1726:
5010 case 0x103c1727:
5011 case 0x103c1728:
5012 case 0x103c1729:
Vitaliy Kulikovc357aab2009-12-11 07:51:54 +01005013 case 0x103c172a:
5014 case 0x103c172b:
5015 case 0x103c307e:
5016 case 0x103c307f:
5017 case 0x103c3080:
5018 case 0x103c3081:
5019 case 0x103c7007:
5020 case 0x103c7008:
Randy Dunlap78987bd2009-11-05 09:22:30 -08005021 return 1;
5022 }
5023 return 0;
5024}
5025
Takashi Iwai2d34e1b2008-11-28 14:35:16 +01005026#ifdef CONFIG_PROC_FS
5027static void stac92hd_proc_hook(struct snd_info_buffer *buffer,
5028 struct hda_codec *codec, hda_nid_t nid)
5029{
5030 if (nid == codec->afg)
5031 snd_iprintf(buffer, "Power-Map: 0x%02x\n",
Takashi Iwaic8822462012-05-15 09:11:36 +02005032 snd_hda_codec_read(codec, nid, 0,
5033 AC_VERB_IDT_GET_POWER_MAP, 0));
Takashi Iwai2d34e1b2008-11-28 14:35:16 +01005034}
5035
5036static void analog_loop_proc_hook(struct snd_info_buffer *buffer,
5037 struct hda_codec *codec,
5038 unsigned int verb)
5039{
5040 snd_iprintf(buffer, "Analog Loopback: 0x%02x\n",
5041 snd_hda_codec_read(codec, codec->afg, 0, verb, 0));
5042}
5043
5044/* stac92hd71bxx, stac92hd73xx */
5045static void stac92hd7x_proc_hook(struct snd_info_buffer *buffer,
5046 struct hda_codec *codec, hda_nid_t nid)
5047{
5048 stac92hd_proc_hook(buffer, codec, nid);
5049 if (nid == codec->afg)
5050 analog_loop_proc_hook(buffer, codec, 0xfa0);
5051}
5052
5053static void stac9205_proc_hook(struct snd_info_buffer *buffer,
5054 struct hda_codec *codec, hda_nid_t nid)
5055{
5056 if (nid == codec->afg)
5057 analog_loop_proc_hook(buffer, codec, 0xfe0);
5058}
5059
5060static void stac927x_proc_hook(struct snd_info_buffer *buffer,
5061 struct hda_codec *codec, hda_nid_t nid)
5062{
5063 if (nid == codec->afg)
5064 analog_loop_proc_hook(buffer, codec, 0xfeb);
5065}
5066#else
5067#define stac92hd_proc_hook NULL
5068#define stac92hd7x_proc_hook NULL
5069#define stac9205_proc_hook NULL
5070#define stac927x_proc_hook NULL
5071#endif
5072
Takashi Iwai2a439522011-07-26 09:52:50 +02005073#ifdef CONFIG_PM
Mattff6fdc32005-06-27 15:06:52 +02005074static int stac92xx_resume(struct hda_codec *codec)
5075{
Takashi Iwai2c885872008-11-18 09:36:55 +01005076 stac92xx_init(codec);
Takashi Iwai82beb8f2007-08-10 17:09:26 +02005077 snd_hda_codec_resume_amp(codec);
5078 snd_hda_codec_resume_cache(codec);
Takashi Iwai2c885872008-11-18 09:36:55 +01005079 /* fake event to set up pins again to override cached values */
Takashi Iwaif2cbba72012-01-11 12:34:11 +01005080 stac_fake_hp_events(codec);
Mattff6fdc32005-06-27 15:06:52 +02005081 return 0;
5082}
Matthew Ranostayc6798d22008-11-18 20:54:17 -05005083
Takashi Iwai68cb2b52012-07-02 15:20:37 +02005084static int stac92xx_suspend(struct hda_codec *codec)
Vitaliy Kulikov45eebda2011-07-26 16:56:20 -05005085{
5086 stac92xx_shutup(codec);
5087 return 0;
5088}
5089
Vitaliy Kulikov45eebda2011-07-26 16:56:20 -05005090static void stac92xx_set_power_state(struct hda_codec *codec, hda_nid_t fg,
5091 unsigned int power_state)
5092{
5093 unsigned int afg_power_state = power_state;
5094 struct sigmatel_spec *spec = codec->spec;
5095
5096 if (power_state == AC_PWRST_D3) {
Takashi Iwaif1a73742011-12-04 13:44:06 +01005097 if (spec->vref_mute_led_nid) {
Vitaliy Kulikov45eebda2011-07-26 16:56:20 -05005098 /* with vref-out pin used for mute led control
5099 * codec AFG is prevented from D3 state
5100 */
5101 afg_power_state = AC_PWRST_D1;
5102 }
5103 /* this delay seems necessary to avoid click noise at power-down */
5104 msleep(100);
5105 }
5106 snd_hda_codec_read(codec, fg, 0, AC_VERB_SET_POWER_STATE,
5107 afg_power_state);
5108 snd_hda_codec_set_power_to_all(codec, fg, power_state, true);
5109}
Takashi Iwai350eba432012-03-16 16:09:03 +01005110#else
5111#define stac92xx_suspend NULL
5112#define stac92xx_resume NULL
Takashi Iwai350eba432012-03-16 16:09:03 +01005113#define stac92xx_set_power_state NULL
Takashi Iwai2faa3bf2012-03-12 12:30:22 +01005114#endif /* CONFIG_PM */
Vitaliy Kulikov45eebda2011-07-26 16:56:20 -05005115
Takashi Iwai2faa3bf2012-03-12 12:30:22 +01005116/* update mute-LED accoring to the master switch */
5117static void stac92xx_update_led_status(struct hda_codec *codec, int enabled)
Christoph Plattnerae6241f2009-03-08 23:19:05 +01005118{
5119 struct sigmatel_spec *spec = codec->spec;
Takashi Iwai2faa3bf2012-03-12 12:30:22 +01005120 int muted = !enabled;
Takashi Iwai6fce61a2009-03-10 07:48:57 +01005121
Vitaliy Kulikov45eebda2011-07-26 16:56:20 -05005122 if (!spec->gpio_led)
Takashi Iwai2faa3bf2012-03-12 12:30:22 +01005123 return;
Vitaliy Kulikov45eebda2011-07-26 16:56:20 -05005124
Takashi Iwai2faa3bf2012-03-12 12:30:22 +01005125 /* LED state is inverted on these systems */
5126 if (spec->gpio_led_polarity)
5127 muted = !muted;
5128
Takashi Iwaif1a73742011-12-04 13:44:06 +01005129 if (!spec->vref_mute_led_nid) {
Vitaliy Kulikov45eebda2011-07-26 16:56:20 -05005130 if (muted)
Takashi Iwai3e843192012-04-19 12:04:03 +02005131 spec->gpio_data |= spec->gpio_led;
Vitaliy Kulikov45eebda2011-07-26 16:56:20 -05005132 else
Takashi Iwai3e843192012-04-19 12:04:03 +02005133 spec->gpio_data &= ~spec->gpio_led;
Vitaliy Kulikov45eebda2011-07-26 16:56:20 -05005134 stac_gpio_set(codec, spec->gpio_mask,
5135 spec->gpio_dir, spec->gpio_data);
5136 } else {
Takashi Iwai2faa3bf2012-03-12 12:30:22 +01005137 spec->vref_led = muted ? AC_PINCTL_VREF_50 : AC_PINCTL_VREF_GRD;
Takashi Iwaif1a73742011-12-04 13:44:06 +01005138 stac_vrefout_set(codec, spec->vref_mute_led_nid,
5139 spec->vref_led);
Christoph Plattnerae6241f2009-03-08 23:19:05 +01005140 }
Takashi Iwaib4e81872009-11-18 17:20:24 +01005141}
Vitaliy Kulikov7df1ce12011-07-25 17:52:57 -05005142
Takashi Iwai2b635362011-05-02 12:33:43 +02005143static const struct hda_codec_ops stac92xx_patch_ops = {
Matt2f2f4252005-04-13 14:45:30 +02005144 .build_controls = stac92xx_build_controls,
5145 .build_pcms = stac92xx_build_pcms,
5146 .init = stac92xx_init,
5147 .free = stac92xx_free,
David Henningsson29adc4b2012-09-25 11:31:00 +02005148 .unsol_event = snd_hda_jack_unsol_event,
Takashi Iwai2a439522011-07-26 09:52:50 +02005149#ifdef CONFIG_PM
Matthew Ranostayc6798d22008-11-18 20:54:17 -05005150 .suspend = stac92xx_suspend,
Mattff6fdc32005-06-27 15:06:52 +02005151 .resume = stac92xx_resume,
5152#endif
Takashi Iwaifb8d1a32009-11-10 16:02:29 +01005153 .reboot_notify = stac92xx_shutup,
Matt2f2f4252005-04-13 14:45:30 +02005154};
5155
5156static int patch_stac9200(struct hda_codec *codec)
5157{
5158 struct sigmatel_spec *spec;
Mattc7d4b2f2005-06-27 14:59:41 +02005159 int err;
Matt2f2f4252005-04-13 14:45:30 +02005160
Takashi Iwaie560d8d2005-09-09 14:21:46 +02005161 spec = kzalloc(sizeof(*spec), GFP_KERNEL);
Matt2f2f4252005-04-13 14:45:30 +02005162 if (spec == NULL)
5163 return -ENOMEM;
5164
Takashi Iwaia252c812009-12-25 22:56:20 +01005165 codec->no_trigger_sense = 1;
Matt2f2f4252005-04-13 14:45:30 +02005166 codec->spec = spec;
Daniel J Blueman1b0e3722010-08-03 11:09:13 +01005167 spec->linear_tone_beep = 1;
Takashi Iwaia4eed132007-07-06 18:17:04 +02005168 spec->num_pins = ARRAY_SIZE(stac9200_pin_nids);
Richard Fish11b44bb2006-08-23 18:31:34 +02005169 spec->pin_nids = stac9200_pin_nids;
Takashi Iwaif5fcc132006-11-24 17:07:44 +01005170 spec->board_config = snd_hda_check_board_config(codec, STAC_9200_MODELS,
5171 stac9200_models,
5172 stac9200_cfg_tbl);
Takashi Iwai330ee992009-02-20 14:33:36 +01005173 if (spec->board_config < 0)
Takashi Iwai9a11f1a2009-07-28 16:01:20 +02005174 snd_printdd(KERN_INFO "hda_codec: %s: BIOS auto-probing.\n",
5175 codec->chip_name);
Takashi Iwai330ee992009-02-20 14:33:36 +01005176 else
5177 stac92xx_set_config_regs(codec,
Takashi Iwaiaf9f3412008-11-18 10:38:56 +01005178 stac9200_brd_tbl[spec->board_config]);
Matt2f2f4252005-04-13 14:45:30 +02005179
5180 spec->multiout.max_channels = 2;
5181 spec->multiout.num_dacs = 1;
5182 spec->multiout.dac_nids = stac9200_dac_nids;
5183 spec->adc_nids = stac9200_adc_nids;
5184 spec->mux_nids = stac9200_mux_nids;
Mattdabbed62005-06-14 10:19:34 +02005185 spec->num_muxes = 1;
Matt Porter8b657272006-10-26 17:12:59 +02005186 spec->num_dmics = 0;
Maxim Levitsky9e05b7a2007-09-03 15:31:02 +02005187 spec->num_adcs = 1;
Matthew Ranostaya64135a2008-01-10 16:55:06 +01005188 spec->num_pwrs = 0;
Mattc7d4b2f2005-06-27 14:59:41 +02005189
Mauro Carvalho Chehab58eec422008-08-11 10:18:39 +02005190 if (spec->board_config == STAC_9200_M4 ||
5191 spec->board_config == STAC_9200_M4_2 ||
Tobin Davisbf277782008-02-03 20:31:47 +01005192 spec->board_config == STAC_9200_OQO)
Takashi Iwai1194b5b2007-10-10 10:04:26 +02005193 spec->init = stac9200_eapd_init;
5194 else
5195 spec->init = stac9200_core_init;
Matt2f2f4252005-04-13 14:45:30 +02005196 spec->mixer = stac9200_mixer;
Mattc7d4b2f2005-06-27 14:59:41 +02005197
Takashi Iwai117f2572008-03-18 09:53:23 +01005198 if (spec->board_config == STAC_9200_PANASONIC) {
5199 spec->gpio_mask = spec->gpio_dir = 0x09;
5200 spec->gpio_data = 0x00;
5201 }
5202
Mattc7d4b2f2005-06-27 14:59:41 +02005203 err = stac9200_parse_auto_config(codec);
5204 if (err < 0) {
5205 stac92xx_free(codec);
5206 return err;
5207 }
Matt2f2f4252005-04-13 14:45:30 +02005208
Takashi Iwai2acc9dc2009-01-09 16:57:14 +01005209 /* CF-74 has no headphone detection, and the driver should *NOT*
5210 * do detection and HP/speaker toggle because the hardware does it.
5211 */
5212 if (spec->board_config == STAC_9200_PANASONIC)
5213 spec->hp_detect = 0;
5214
Matt2f2f4252005-04-13 14:45:30 +02005215 codec->patch_ops = stac92xx_patch_ops;
5216
5217 return 0;
5218}
5219
Tobin Davis8e21c342007-01-08 11:04:17 +01005220static int patch_stac925x(struct hda_codec *codec)
5221{
5222 struct sigmatel_spec *spec;
5223 int err;
5224
5225 spec = kzalloc(sizeof(*spec), GFP_KERNEL);
5226 if (spec == NULL)
5227 return -ENOMEM;
5228
Takashi Iwaia252c812009-12-25 22:56:20 +01005229 codec->no_trigger_sense = 1;
Tobin Davis8e21c342007-01-08 11:04:17 +01005230 codec->spec = spec;
Daniel J Blueman1b0e3722010-08-03 11:09:13 +01005231 spec->linear_tone_beep = 1;
Takashi Iwaia4eed132007-07-06 18:17:04 +02005232 spec->num_pins = ARRAY_SIZE(stac925x_pin_nids);
Tobin Davis8e21c342007-01-08 11:04:17 +01005233 spec->pin_nids = stac925x_pin_nids;
Mauro Carvalho Chehab9cb36c22008-08-11 10:18:39 +02005234
5235 /* Check first for codec ID */
5236 spec->board_config = snd_hda_check_board_codec_sid_config(codec,
5237 STAC_925x_MODELS,
5238 stac925x_models,
5239 stac925x_codec_id_cfg_tbl);
5240
5241 /* Now checks for PCI ID, if codec ID is not found */
5242 if (spec->board_config < 0)
5243 spec->board_config = snd_hda_check_board_config(codec,
5244 STAC_925x_MODELS,
Tobin Davis8e21c342007-01-08 11:04:17 +01005245 stac925x_models,
5246 stac925x_cfg_tbl);
Takashi Iwai9e507ab2007-02-08 17:50:10 +01005247 again:
Takashi Iwai330ee992009-02-20 14:33:36 +01005248 if (spec->board_config < 0)
Takashi Iwai9a11f1a2009-07-28 16:01:20 +02005249 snd_printdd(KERN_INFO "hda_codec: %s: BIOS auto-probing.\n",
5250 codec->chip_name);
Takashi Iwai330ee992009-02-20 14:33:36 +01005251 else
5252 stac92xx_set_config_regs(codec,
Takashi Iwaiaf9f3412008-11-18 10:38:56 +01005253 stac925x_brd_tbl[spec->board_config]);
Tobin Davis8e21c342007-01-08 11:04:17 +01005254
5255 spec->multiout.max_channels = 2;
5256 spec->multiout.num_dacs = 1;
5257 spec->multiout.dac_nids = stac925x_dac_nids;
5258 spec->adc_nids = stac925x_adc_nids;
5259 spec->mux_nids = stac925x_mux_nids;
5260 spec->num_muxes = 1;
Maxim Levitsky9e05b7a2007-09-03 15:31:02 +02005261 spec->num_adcs = 1;
Matthew Ranostaya64135a2008-01-10 16:55:06 +01005262 spec->num_pwrs = 0;
Tobin Davis2c11f952007-05-17 09:36:34 +02005263 switch (codec->vendor_id) {
5264 case 0x83847632: /* STAC9202 */
5265 case 0x83847633: /* STAC9202D */
5266 case 0x83847636: /* STAC9251 */
5267 case 0x83847637: /* STAC9251D */
Takashi Iwaif6e98522007-10-16 14:27:04 +02005268 spec->num_dmics = STAC925X_NUM_DMICS;
Tobin Davis2c11f952007-05-17 09:36:34 +02005269 spec->dmic_nids = stac925x_dmic_nids;
Takashi Iwai1697055e2007-12-18 18:05:52 +01005270 spec->num_dmuxes = ARRAY_SIZE(stac925x_dmux_nids);
5271 spec->dmux_nids = stac925x_dmux_nids;
Tobin Davis2c11f952007-05-17 09:36:34 +02005272 break;
5273 default:
5274 spec->num_dmics = 0;
5275 break;
5276 }
Tobin Davis8e21c342007-01-08 11:04:17 +01005277
5278 spec->init = stac925x_core_init;
5279 spec->mixer = stac925x_mixer;
Takashi Iwai6479c632009-07-28 18:20:25 +02005280 spec->num_caps = 1;
5281 spec->capvols = stac925x_capvols;
5282 spec->capsws = stac925x_capsws;
Tobin Davis8e21c342007-01-08 11:04:17 +01005283
Charles Chin9009b0e2011-11-03 10:27:27 +01005284 err = stac92xx_parse_auto_config(codec);
Takashi Iwai9e507ab2007-02-08 17:50:10 +01005285 if (!err) {
5286 if (spec->board_config < 0) {
5287 printk(KERN_WARNING "hda_codec: No auto-config is "
5288 "available, default to model=ref\n");
5289 spec->board_config = STAC_925x_REF;
5290 goto again;
5291 }
5292 err = -EINVAL;
5293 }
Tobin Davis8e21c342007-01-08 11:04:17 +01005294 if (err < 0) {
5295 stac92xx_free(codec);
5296 return err;
5297 }
5298
5299 codec->patch_ops = stac92xx_patch_ops;
5300
5301 return 0;
5302}
5303
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01005304static int patch_stac92hd73xx(struct hda_codec *codec)
5305{
5306 struct sigmatel_spec *spec;
5307 hda_nid_t conn[STAC92HD73_DAC_COUNT + 2];
5308 int err = 0;
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01005309 int num_dacs;
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01005310
5311 spec = kzalloc(sizeof(*spec), GFP_KERNEL);
5312 if (spec == NULL)
5313 return -ENOMEM;
5314
Takashi Iwaia252c812009-12-25 22:56:20 +01005315 codec->no_trigger_sense = 1;
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01005316 codec->spec = spec;
Daniel J Blueman1b0e3722010-08-03 11:09:13 +01005317 spec->linear_tone_beep = 0;
Matthew Ranostaye99d32b2008-09-09 10:46:38 +02005318 codec->slave_dig_outs = stac92hd73xx_slave_dig_outs;
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01005319 spec->num_pins = ARRAY_SIZE(stac92hd73xx_pin_nids);
5320 spec->pin_nids = stac92hd73xx_pin_nids;
5321 spec->board_config = snd_hda_check_board_config(codec,
5322 STAC_92HD73XX_MODELS,
5323 stac92hd73xx_models,
5324 stac92hd73xx_cfg_tbl);
Takashi Iwai842ae632009-09-02 07:43:08 +02005325 /* check codec subsystem id if not found */
5326 if (spec->board_config < 0)
5327 spec->board_config =
5328 snd_hda_check_board_codec_sid_config(codec,
5329 STAC_92HD73XX_MODELS, stac92hd73xx_models,
5330 stac92hd73xx_codec_id_cfg_tbl);
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01005331again:
Takashi Iwai330ee992009-02-20 14:33:36 +01005332 if (spec->board_config < 0)
Takashi Iwai9a11f1a2009-07-28 16:01:20 +02005333 snd_printdd(KERN_INFO "hda_codec: %s: BIOS auto-probing.\n",
5334 codec->chip_name);
Takashi Iwai330ee992009-02-20 14:33:36 +01005335 else
5336 stac92xx_set_config_regs(codec,
Takashi Iwaiaf9f3412008-11-18 10:38:56 +01005337 stac92hd73xx_brd_tbl[spec->board_config]);
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01005338
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01005339 num_dacs = snd_hda_get_connections(codec, 0x0a,
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01005340 conn, STAC92HD73_DAC_COUNT + 2) - 1;
5341
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01005342 if (num_dacs < 3 || num_dacs > 5) {
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01005343 printk(KERN_WARNING "hda_codec: Could not determine "
5344 "number of channels defaulting to DAC count\n");
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01005345 num_dacs = STAC92HD73_DAC_COUNT;
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01005346 }
Takashi Iwaie2aec172009-09-02 01:00:05 +02005347 spec->init = stac92hd73xx_core_init;
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01005348 switch (num_dacs) {
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01005349 case 0x3: /* 6 Channel */
Takashi Iwaid78d7a92009-03-02 14:26:25 +01005350 spec->aloopback_ctl = stac92hd73xx_6ch_loopback;
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01005351 break;
5352 case 0x4: /* 8 Channel */
Takashi Iwaid78d7a92009-03-02 14:26:25 +01005353 spec->aloopback_ctl = stac92hd73xx_8ch_loopback;
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01005354 break;
5355 case 0x5: /* 10 Channel */
Takashi Iwaid78d7a92009-03-02 14:26:25 +01005356 spec->aloopback_ctl = stac92hd73xx_10ch_loopback;
5357 break;
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01005358 }
5359 spec->multiout.dac_nids = spec->dac_nids;
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01005360
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01005361 spec->aloopback_mask = 0x01;
5362 spec->aloopback_shift = 8;
5363
Matthew Ranostay1cd22242008-07-18 18:20:52 +02005364 spec->digbeep_nid = 0x1c;
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01005365 spec->mux_nids = stac92hd73xx_mux_nids;
5366 spec->adc_nids = stac92hd73xx_adc_nids;
5367 spec->dmic_nids = stac92hd73xx_dmic_nids;
5368 spec->dmux_nids = stac92hd73xx_dmux_nids;
Matthew Ranostayd9737752008-09-07 12:03:41 +02005369 spec->smux_nids = stac92hd73xx_smux_nids;
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01005370
5371 spec->num_muxes = ARRAY_SIZE(stac92hd73xx_mux_nids);
5372 spec->num_adcs = ARRAY_SIZE(stac92hd73xx_adc_nids);
Takashi Iwai1697055e2007-12-18 18:05:52 +01005373 spec->num_dmuxes = ARRAY_SIZE(stac92hd73xx_dmux_nids);
Matthew Ranostay2a9c7812008-09-13 16:45:39 -04005374
Takashi Iwai6479c632009-07-28 18:20:25 +02005375 spec->num_caps = STAC92HD73XX_NUM_CAPS;
5376 spec->capvols = stac92hd73xx_capvols;
5377 spec->capsws = stac92hd73xx_capsws;
5378
Matthew Ranostaya7662642008-02-21 07:51:14 +01005379 switch (spec->board_config) {
Matthew Ranostay6b3ab212008-11-03 08:12:43 -05005380 case STAC_DELL_EQ:
Matthew Ranostayd654a662008-03-14 08:46:51 +01005381 spec->init = dell_eq_core_init;
Matthew Ranostay6b3ab212008-11-03 08:12:43 -05005382 /* fallthru */
Takashi Iwai661cd8f2008-11-25 15:18:29 +01005383 case STAC_DELL_M6_AMIC:
5384 case STAC_DELL_M6_DMIC:
5385 case STAC_DELL_M6_BOTH:
Matthew Ranostay2a9c7812008-09-13 16:45:39 -04005386 spec->num_smuxes = 0;
Matthew Ranostayc0cea0d2008-11-16 11:42:34 -05005387 spec->eapd_switch = 0;
Matthew Ranostay6b3ab212008-11-03 08:12:43 -05005388
Takashi Iwai661cd8f2008-11-25 15:18:29 +01005389 switch (spec->board_config) {
5390 case STAC_DELL_M6_AMIC: /* Analog Mics */
Takashi Iwai330ee992009-02-20 14:33:36 +01005391 snd_hda_codec_set_pincfg(codec, 0x0b, 0x90A70170);
Matthew Ranostaya7662642008-02-21 07:51:14 +01005392 spec->num_dmics = 0;
5393 break;
Takashi Iwai661cd8f2008-11-25 15:18:29 +01005394 case STAC_DELL_M6_DMIC: /* Digital Mics */
Takashi Iwai330ee992009-02-20 14:33:36 +01005395 snd_hda_codec_set_pincfg(codec, 0x13, 0x90A60160);
Matthew Ranostaya7662642008-02-21 07:51:14 +01005396 spec->num_dmics = 1;
5397 break;
Takashi Iwai661cd8f2008-11-25 15:18:29 +01005398 case STAC_DELL_M6_BOTH: /* Both */
Takashi Iwai330ee992009-02-20 14:33:36 +01005399 snd_hda_codec_set_pincfg(codec, 0x0b, 0x90A70170);
5400 snd_hda_codec_set_pincfg(codec, 0x13, 0x90A60160);
Matthew Ranostaya7662642008-02-21 07:51:14 +01005401 spec->num_dmics = 1;
5402 break;
5403 }
5404 break;
Takashi Iwai842ae632009-09-02 07:43:08 +02005405 case STAC_ALIENWARE_M17X:
5406 spec->num_dmics = STAC92HD73XX_NUM_DMICS;
5407 spec->num_smuxes = ARRAY_SIZE(stac92hd73xx_smux_nids);
5408 spec->eapd_switch = 0;
5409 break;
Matthew Ranostaya7662642008-02-21 07:51:14 +01005410 default:
5411 spec->num_dmics = STAC92HD73XX_NUM_DMICS;
Matthew Ranostay2a9c7812008-09-13 16:45:39 -04005412 spec->num_smuxes = ARRAY_SIZE(stac92hd73xx_smux_nids);
Matthew Ranostayc0cea0d2008-11-16 11:42:34 -05005413 spec->eapd_switch = 1;
Takashi Iwai5207e102009-07-30 13:09:08 +02005414 break;
Matthew Ranostaya7662642008-02-21 07:51:14 +01005415 }
Takashi Iwaiaf6ee302009-09-14 15:03:12 +02005416 if (spec->board_config != STAC_92HD73XX_REF) {
Matthew Ranostayb2c4f4d2008-09-26 10:06:40 -04005417 /* GPIO0 High = Enable EAPD */
5418 spec->eapd_mask = spec->gpio_mask = spec->gpio_dir = 0x1;
5419 spec->gpio_data = 0x01;
5420 }
Matthew Ranostaya7662642008-02-21 07:51:14 +01005421
Matthew Ranostaya64135a2008-01-10 16:55:06 +01005422 spec->num_pwrs = ARRAY_SIZE(stac92hd73xx_pwr_nids);
5423 spec->pwr_nids = stac92hd73xx_pwr_nids;
5424
Charles Chin9009b0e2011-11-03 10:27:27 +01005425 err = stac92xx_parse_auto_config(codec);
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01005426
5427 if (!err) {
5428 if (spec->board_config < 0) {
5429 printk(KERN_WARNING "hda_codec: No auto-config is "
5430 "available, default to model=ref\n");
5431 spec->board_config = STAC_92HD73XX_REF;
5432 goto again;
5433 }
5434 err = -EINVAL;
5435 }
5436
5437 if (err < 0) {
5438 stac92xx_free(codec);
5439 return err;
5440 }
5441
Takashi Iwai9e43f0d2008-12-17 14:51:01 +01005442 if (spec->board_config == STAC_92HD73XX_NO_JD)
5443 spec->hp_detect = 0;
5444
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01005445 codec->patch_ops = stac92xx_patch_ops;
5446
Takashi Iwai2d34e1b2008-11-28 14:35:16 +01005447 codec->proc_widget_hook = stac92hd7x_proc_hook;
5448
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01005449 return 0;
5450}
5451
Vitaliy Kulikovcbbf50b2011-01-14 17:21:13 -06005452static int hp_bnb2011_with_dock(struct hda_codec *codec)
Vitaliy Kulikov335e3b82010-10-22 18:38:31 -05005453{
5454 if (codec->vendor_id != 0x111d7605 &&
5455 codec->vendor_id != 0x111d76d1)
5456 return 0;
5457
5458 switch (codec->subsystem_id) {
5459 case 0x103c1618:
5460 case 0x103c1619:
5461 case 0x103c161a:
5462 case 0x103c161b:
5463 case 0x103c161c:
5464 case 0x103c161d:
5465 case 0x103c161e:
5466 case 0x103c161f:
Vitaliy Kulikov335e3b82010-10-22 18:38:31 -05005467
5468 case 0x103c162a:
5469 case 0x103c162b:
5470
5471 case 0x103c1630:
5472 case 0x103c1631:
5473
5474 case 0x103c1633:
Vitaliy Kulikovcbbf50b2011-01-14 17:21:13 -06005475 case 0x103c1634:
Vitaliy Kulikov335e3b82010-10-22 18:38:31 -05005476 case 0x103c1635:
5477
Vitaliy Kulikov335e3b82010-10-22 18:38:31 -05005478 case 0x103c3587:
5479 case 0x103c3588:
5480 case 0x103c3589:
5481 case 0x103c358a:
5482
5483 case 0x103c3667:
5484 case 0x103c3668:
Vitaliy Kulikovcbbf50b2011-01-14 17:21:13 -06005485 case 0x103c3669:
5486
5487 return 1;
Vitaliy Kulikov335e3b82010-10-22 18:38:31 -05005488 }
5489 return 0;
5490}
5491
Vitaliy Kulikov699d8992011-03-10 13:43:35 -06005492static void stac92hd8x_add_pin(struct hda_codec *codec, hda_nid_t nid)
5493{
5494 struct sigmatel_spec *spec = codec->spec;
5495 unsigned int def_conf = snd_hda_codec_get_pincfg(codec, nid);
5496 int i;
5497
5498 spec->auto_pin_nids[spec->auto_pin_cnt] = nid;
5499 spec->auto_pin_cnt++;
5500
5501 if (get_defcfg_device(def_conf) == AC_JACK_MIC_IN &&
5502 get_defcfg_connect(def_conf) != AC_JACK_PORT_NONE) {
5503 for (i = 0; i < ARRAY_SIZE(stac92hd83xxx_dmic_nids); i++) {
5504 if (nid == stac92hd83xxx_dmic_nids[i]) {
5505 spec->auto_dmic_nids[spec->auto_dmic_cnt] = nid;
5506 spec->auto_dmic_cnt++;
5507 }
5508 }
5509 }
5510}
5511
5512static void stac92hd8x_add_adc(struct hda_codec *codec, hda_nid_t nid)
5513{
5514 struct sigmatel_spec *spec = codec->spec;
5515
5516 spec->auto_adc_nids[spec->auto_adc_cnt] = nid;
5517 spec->auto_adc_cnt++;
5518}
5519
5520static void stac92hd8x_add_mux(struct hda_codec *codec, hda_nid_t nid)
5521{
5522 int i, j;
5523 struct sigmatel_spec *spec = codec->spec;
5524
5525 for (i = 0; i < spec->auto_adc_cnt; i++) {
5526 if (get_connection_index(codec,
5527 spec->auto_adc_nids[i], nid) >= 0) {
5528 /* mux and volume for adc_nids[i] */
5529 if (!spec->auto_mux_nids[i]) {
5530 spec->auto_mux_nids[i] = nid;
5531 /* 92hd codecs capture volume is in mux */
5532 spec->auto_capvols[i] = HDA_COMPOSE_AMP_VAL(nid,
5533 3, 0, HDA_OUTPUT);
5534 }
5535 for (j = 0; j < spec->auto_dmic_cnt; j++) {
5536 if (get_connection_index(codec, nid,
5537 spec->auto_dmic_nids[j]) >= 0) {
5538 /* dmux for adc_nids[i] */
5539 if (!spec->auto_dmux_nids[i])
5540 spec->auto_dmux_nids[i] = nid;
5541 break;
5542 }
5543 }
5544 break;
5545 }
5546 }
5547}
5548
5549static void stac92hd8x_fill_auto_spec(struct hda_codec *codec)
5550{
5551 hda_nid_t nid, end_nid;
5552 unsigned int wid_caps, wid_type;
5553 struct sigmatel_spec *spec = codec->spec;
5554
5555 end_nid = codec->start_nid + codec->num_nodes;
5556
5557 for (nid = codec->start_nid; nid < end_nid; nid++) {
5558 wid_caps = get_wcaps(codec, nid);
5559 wid_type = get_wcaps_type(wid_caps);
5560
5561 if (wid_type == AC_WID_PIN)
5562 stac92hd8x_add_pin(codec, nid);
5563
5564 if (wid_type == AC_WID_AUD_IN && !(wid_caps & AC_WCAP_DIGITAL))
5565 stac92hd8x_add_adc(codec, nid);
5566 }
5567
5568 for (nid = codec->start_nid; nid < end_nid; nid++) {
5569 wid_caps = get_wcaps(codec, nid);
5570 wid_type = get_wcaps_type(wid_caps);
5571
5572 if (wid_type == AC_WID_AUD_SEL)
5573 stac92hd8x_add_mux(codec, nid);
5574 }
5575
5576 spec->pin_nids = spec->auto_pin_nids;
5577 spec->num_pins = spec->auto_pin_cnt;
5578 spec->adc_nids = spec->auto_adc_nids;
5579 spec->num_adcs = spec->auto_adc_cnt;
5580 spec->capvols = spec->auto_capvols;
5581 spec->capsws = spec->auto_capvols;
5582 spec->num_caps = spec->auto_adc_cnt;
5583 spec->mux_nids = spec->auto_mux_nids;
5584 spec->num_muxes = spec->auto_adc_cnt;
5585 spec->dmux_nids = spec->auto_dmux_nids;
5586 spec->num_dmuxes = spec->auto_adc_cnt;
5587 spec->dmic_nids = spec->auto_dmic_nids;
5588 spec->num_dmics = spec->auto_dmic_cnt;
5589}
5590
Matthew Ranostayd0513fc2008-07-27 10:30:30 +02005591static int patch_stac92hd83xxx(struct hda_codec *codec)
5592{
5593 struct sigmatel_spec *spec;
Takashi Iwaia3e19972012-07-26 08:17:20 +02005594 int default_polarity = -1; /* no default cfg */
Matthew Ranostayd0513fc2008-07-27 10:30:30 +02005595 int err;
5596
5597 spec = kzalloc(sizeof(*spec), GFP_KERNEL);
5598 if (spec == NULL)
5599 return -ENOMEM;
5600
Vitaliy Kulikovcbbf50b2011-01-14 17:21:13 -06005601 if (hp_bnb2011_with_dock(codec)) {
5602 snd_hda_codec_set_pincfg(codec, 0xa, 0x2101201f);
5603 snd_hda_codec_set_pincfg(codec, 0xf, 0x2181205e);
5604 }
5605
Takashi Iwaic36b5b02012-08-28 09:20:13 -07005606 codec->epss = 0; /* longer delay needed for D3 */
Takashi Iwaia252c812009-12-25 22:56:20 +01005607 codec->no_trigger_sense = 1;
Matthew Ranostayd0513fc2008-07-27 10:30:30 +02005608 codec->spec = spec;
Vitaliy Kulikov699d8992011-03-10 13:43:35 -06005609
5610 stac92hd8x_fill_auto_spec(codec);
5611
Takashi Iwai1db7ccdb2010-12-03 15:19:14 +01005612 spec->linear_tone_beep = 0;
Matthew Ranostay0ffa9802008-09-08 11:20:05 -04005613 codec->slave_dig_outs = stac92hd83xxx_slave_dig_outs;
Matthew Ranostayd0513fc2008-07-27 10:30:30 +02005614 spec->digbeep_nid = 0x21;
Matthew Ranostayd0513fc2008-07-27 10:30:30 +02005615 spec->pwr_nids = stac92hd83xxx_pwr_nids;
Matthew Ranostayd0513fc2008-07-27 10:30:30 +02005616 spec->num_pwrs = ARRAY_SIZE(stac92hd83xxx_pwr_nids);
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01005617 spec->multiout.dac_nids = spec->dac_nids;
Matthew Ranostayd0513fc2008-07-27 10:30:30 +02005618 spec->init = stac92hd83xxx_core_init;
Takashi Iwai6479c632009-07-28 18:20:25 +02005619
Matthew Ranostayd0513fc2008-07-27 10:30:30 +02005620 spec->board_config = snd_hda_check_board_config(codec,
5621 STAC_92HD83XXX_MODELS,
5622 stac92hd83xxx_models,
5623 stac92hd83xxx_cfg_tbl);
Vitaliy Kulikov5556e142012-02-27 16:47:37 -06005624 /* check codec subsystem id if not found */
5625 if (spec->board_config < 0)
5626 spec->board_config =
5627 snd_hda_check_board_codec_sid_config(codec,
5628 STAC_92HD83XXX_MODELS, stac92hd83xxx_models,
5629 stac92hd83xxx_codec_id_cfg_tbl);
Matthew Ranostayd0513fc2008-07-27 10:30:30 +02005630again:
Takashi Iwai330ee992009-02-20 14:33:36 +01005631 if (spec->board_config < 0)
Takashi Iwai9a11f1a2009-07-28 16:01:20 +02005632 snd_printdd(KERN_INFO "hda_codec: %s: BIOS auto-probing.\n",
5633 codec->chip_name);
Takashi Iwai330ee992009-02-20 14:33:36 +01005634 else
5635 stac92xx_set_config_regs(codec,
Takashi Iwaiaf9f3412008-11-18 10:38:56 +01005636 stac92hd83xxx_brd_tbl[spec->board_config]);
Matthew Ranostayd0513fc2008-07-27 10:30:30 +02005637
Takashi Iwaib4e81872009-11-18 17:20:24 +01005638 codec->patch_ops = stac92xx_patch_ops;
5639
Vitaliy Kulikov5556e142012-02-27 16:47:37 -06005640 switch (spec->board_config) {
5641 case STAC_HP_ZEPHYR:
5642 spec->init = stac92hd83xxx_hp_zephyr_init;
5643 break;
Takashi Iwaia3e19972012-07-26 08:17:20 +02005644 case STAC_92HD83XXX_HP_LED:
Takashi Iwaiff8a1e22012-07-31 10:16:59 +02005645 default_polarity = 0;
5646 break;
5647 case STAC_92HD83XXX_HP_INV_LED:
Takashi Iwaia3e19972012-07-26 08:17:20 +02005648 default_polarity = 1;
5649 break;
Takashi Iwai62cbde12012-09-14 11:58:54 +02005650 case STAC_92HD83XXX_HP_MIC_LED:
5651 spec->mic_mute_led_gpio = 0x08; /* GPIO3 */
5652 break;
David Henningsson8d032a82012-10-09 12:48:40 +02005653 case STAC_92HD83XXX_HEADSET_JACK:
5654 spec->headset_jack = 1;
5655 break;
Vitaliy Kulikov5556e142012-02-27 16:47:37 -06005656 }
5657
Takashi Iwaia3e19972012-07-26 08:17:20 +02005658 if (find_mute_led_cfg(codec, default_polarity))
Vitaliy Kulikove108c7b2010-01-28 19:21:07 +01005659 snd_printd("mute LED gpio %d polarity %d\n",
5660 spec->gpio_led,
5661 spec->gpio_led_polarity);
5662
Takashi Iwaib4e81872009-11-18 17:20:24 +01005663 if (spec->gpio_led) {
Takashi Iwaif1a73742011-12-04 13:44:06 +01005664 if (!spec->vref_mute_led_nid) {
Vitaliy Kulikov45eebda2011-07-26 16:56:20 -05005665 spec->gpio_mask |= spec->gpio_led;
5666 spec->gpio_dir |= spec->gpio_led;
5667 spec->gpio_data |= spec->gpio_led;
5668 } else {
5669 codec->patch_ops.set_power_state =
5670 stac92xx_set_power_state;
Vitaliy Kulikov45eebda2011-07-26 16:56:20 -05005671 }
Takashi Iwaib4e81872009-11-18 17:20:24 +01005672 }
Takashi Iwaib4e81872009-11-18 17:20:24 +01005673
Takashi Iwai62cbde12012-09-14 11:58:54 +02005674 if (spec->mic_mute_led_gpio) {
5675 spec->gpio_mask |= spec->mic_mute_led_gpio;
5676 spec->gpio_dir |= spec->mic_mute_led_gpio;
5677 spec->mic_mute_led_on = true;
5678 spec->gpio_data |= spec->mic_mute_led_gpio;
5679 }
5680
Charles Chin9009b0e2011-11-03 10:27:27 +01005681 err = stac92xx_parse_auto_config(codec);
Matthew Ranostayd0513fc2008-07-27 10:30:30 +02005682 if (!err) {
5683 if (spec->board_config < 0) {
5684 printk(KERN_WARNING "hda_codec: No auto-config is "
5685 "available, default to model=ref\n");
5686 spec->board_config = STAC_92HD83XXX_REF;
5687 goto again;
5688 }
5689 err = -EINVAL;
5690 }
5691
5692 if (err < 0) {
5693 stac92xx_free(codec);
5694 return err;
5695 }
5696
Takashi Iwai2d34e1b2008-11-28 14:35:16 +01005697 codec->proc_widget_hook = stac92hd_proc_hook;
5698
Matthew Ranostayd0513fc2008-07-27 10:30:30 +02005699 return 0;
5700}
5701
Herton Ronaldo Krzesinski6df703a2009-02-04 11:34:22 -05005702static int stac92hd71bxx_connected_smuxes(struct hda_codec *codec,
5703 hda_nid_t dig0pin)
5704{
5705 struct sigmatel_spec *spec = codec->spec;
5706 int idx;
5707
5708 for (idx = 0; idx < spec->num_pins; idx++)
5709 if (spec->pin_nids[idx] == dig0pin)
5710 break;
5711 if ((idx + 2) >= spec->num_pins)
5712 return 0;
5713
5714 /* dig1pin case */
Takashi Iwai330ee992009-02-20 14:33:36 +01005715 if (stac_get_defcfg_connect(codec, idx + 1) != AC_JACK_PORT_NONE)
Herton Ronaldo Krzesinski6df703a2009-02-04 11:34:22 -05005716 return 2;
5717
5718 /* dig0pin + dig2pin case */
Takashi Iwai330ee992009-02-20 14:33:36 +01005719 if (stac_get_defcfg_connect(codec, idx + 2) != AC_JACK_PORT_NONE)
Herton Ronaldo Krzesinski6df703a2009-02-04 11:34:22 -05005720 return 2;
Takashi Iwai330ee992009-02-20 14:33:36 +01005721 if (stac_get_defcfg_connect(codec, idx) != AC_JACK_PORT_NONE)
Herton Ronaldo Krzesinski6df703a2009-02-04 11:34:22 -05005722 return 1;
5723 else
5724 return 0;
5725}
5726
Takashi Iwai75d1aeb2009-12-22 11:56:32 +01005727/* HP dv7 bass switch - GPIO5 */
5728#define stac_hp_bass_gpio_info snd_ctl_boolean_mono_info
5729static int stac_hp_bass_gpio_get(struct snd_kcontrol *kcontrol,
5730 struct snd_ctl_elem_value *ucontrol)
5731{
5732 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
5733 struct sigmatel_spec *spec = codec->spec;
5734 ucontrol->value.integer.value[0] = !!(spec->gpio_data & 0x20);
5735 return 0;
5736}
5737
5738static int stac_hp_bass_gpio_put(struct snd_kcontrol *kcontrol,
5739 struct snd_ctl_elem_value *ucontrol)
5740{
5741 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
5742 struct sigmatel_spec *spec = codec->spec;
5743 unsigned int gpio_data;
5744
5745 gpio_data = (spec->gpio_data & ~0x20) |
5746 (ucontrol->value.integer.value[0] ? 0x20 : 0);
5747 if (gpio_data == spec->gpio_data)
5748 return 0;
5749 spec->gpio_data = gpio_data;
5750 stac_gpio_set(codec, spec->gpio_mask, spec->gpio_dir, spec->gpio_data);
5751 return 1;
5752}
5753
Takashi Iwai2b635362011-05-02 12:33:43 +02005754static const struct snd_kcontrol_new stac_hp_bass_sw_ctrl = {
Takashi Iwai75d1aeb2009-12-22 11:56:32 +01005755 .iface = SNDRV_CTL_ELEM_IFACE_MIXER,
5756 .info = stac_hp_bass_gpio_info,
5757 .get = stac_hp_bass_gpio_get,
5758 .put = stac_hp_bass_gpio_put,
5759};
5760
5761static int stac_add_hp_bass_switch(struct hda_codec *codec)
5762{
5763 struct sigmatel_spec *spec = codec->spec;
5764
5765 if (!stac_control_new(spec, &stac_hp_bass_sw_ctrl,
5766 "Bass Speaker Playback Switch", 0))
5767 return -ENOMEM;
5768
5769 spec->gpio_mask |= 0x20;
5770 spec->gpio_dir |= 0x20;
5771 spec->gpio_data |= 0x20;
5772 return 0;
5773}
5774
Matthew Ranostaye035b842007-11-06 11:53:55 +01005775static int patch_stac92hd71bxx(struct hda_codec *codec)
5776{
5777 struct sigmatel_spec *spec;
Takashi Iwai2b635362011-05-02 12:33:43 +02005778 const struct hda_verb *unmute_init = stac92hd71bxx_unmute_core_init;
Vitaliy Kulikov5bdaaad2009-11-04 07:57:45 +01005779 unsigned int pin_cfg;
Matthew Ranostaye035b842007-11-06 11:53:55 +01005780 int err = 0;
5781
5782 spec = kzalloc(sizeof(*spec), GFP_KERNEL);
5783 if (spec == NULL)
5784 return -ENOMEM;
5785
Takashi Iwaia252c812009-12-25 22:56:20 +01005786 codec->no_trigger_sense = 1;
Matthew Ranostaye035b842007-11-06 11:53:55 +01005787 codec->spec = spec;
Daniel J Blueman1b0e3722010-08-03 11:09:13 +01005788 spec->linear_tone_beep = 0;
Matthew Ranostay8daaaa92008-08-15 07:45:52 +02005789 codec->patch_ops = stac92xx_patch_ops;
Herton Ronaldo Krzesinski616f89e2009-02-04 11:23:19 -05005790 spec->num_pins = STAC92HD71BXX_NUM_PINS;
5791 switch (codec->vendor_id) {
5792 case 0x111d76b6:
5793 case 0x111d76b7:
5794 spec->pin_nids = stac92hd71bxx_pin_nids_4port;
5795 break;
5796 case 0x111d7603:
5797 case 0x111d7608:
5798 /* On 92HD75Bx 0x27 isn't a pin nid */
5799 spec->num_pins--;
5800 /* fallthrough */
5801 default:
5802 spec->pin_nids = stac92hd71bxx_pin_nids_6port;
5803 }
Matthew Ranostayaafc4412008-06-13 18:04:33 +02005804 spec->num_pwrs = ARRAY_SIZE(stac92hd71bxx_pwr_nids);
Matthew Ranostaye035b842007-11-06 11:53:55 +01005805 spec->board_config = snd_hda_check_board_config(codec,
5806 STAC_92HD71BXX_MODELS,
5807 stac92hd71bxx_models,
5808 stac92hd71bxx_cfg_tbl);
5809again:
Takashi Iwai330ee992009-02-20 14:33:36 +01005810 if (spec->board_config < 0)
Takashi Iwai9a11f1a2009-07-28 16:01:20 +02005811 snd_printdd(KERN_INFO "hda_codec: %s: BIOS auto-probing.\n",
5812 codec->chip_name);
Takashi Iwai330ee992009-02-20 14:33:36 +01005813 else
5814 stac92xx_set_config_regs(codec,
Takashi Iwaiaf9f3412008-11-18 10:38:56 +01005815 stac92hd71bxx_brd_tbl[spec->board_config]);
Matthew Ranostaye035b842007-11-06 11:53:55 +01005816
Takashi Iwaifc64b262009-09-14 15:33:01 +02005817 if (spec->board_config != STAC_92HD71BXX_REF) {
Takashi Iwai41c3b642008-11-18 10:45:15 +01005818 /* GPIO0 = EAPD */
5819 spec->gpio_mask = 0x01;
5820 spec->gpio_dir = 0x01;
5821 spec->gpio_data = 0x01;
5822 }
5823
Herton Ronaldo Krzesinski6df703a2009-02-04 11:34:22 -05005824 spec->dmic_nids = stac92hd71bxx_dmic_nids;
5825 spec->dmux_nids = stac92hd71bxx_dmux_nids;
5826
Takashi Iwai6479c632009-07-28 18:20:25 +02005827 spec->num_caps = STAC92HD71BXX_NUM_CAPS;
5828 spec->capvols = stac92hd71bxx_capvols;
5829 spec->capsws = stac92hd71bxx_capsws;
5830
Matthew Ranostay541eee82007-12-14 12:08:04 +01005831 switch (codec->vendor_id) {
5832 case 0x111d76b6: /* 4 Port without Analog Mixer */
5833 case 0x111d76b7:
Herton Ronaldo Krzesinski23c7b522009-02-08 19:51:28 -02005834 unmute_init++;
5835 /* fallthru */
Matthew Ranostay541eee82007-12-14 12:08:04 +01005836 case 0x111d76b4: /* 6 Port without Analog Mixer */
5837 case 0x111d76b5:
Matthew Ranostay0ffa9802008-09-08 11:20:05 -04005838 codec->slave_dig_outs = stac92hd71bxx_slave_dig_outs;
Vitaliy Kulikovab5a6eb2010-09-08 09:00:17 +02005839 spec->num_dmics = stac92xx_connected_ports(codec,
Herton Ronaldo Krzesinski6df703a2009-02-04 11:34:22 -05005840 stac92hd71bxx_dmic_nids,
5841 STAC92HD71BXX_NUM_DMICS);
Matthew Ranostay541eee82007-12-14 12:08:04 +01005842 break;
Matthew Ranostayaafc4412008-06-13 18:04:33 +02005843 case 0x111d7608: /* 5 Port with Analog Mixer */
Takashi Iwai8e5f2622008-11-15 19:28:54 +01005844 switch (spec->board_config) {
5845 case STAC_HP_M4:
Matthew Ranostay72474be2008-10-09 09:32:17 -04005846 /* Enable VREF power saving on GPIO1 detect */
Takashi Iwai3a938972011-10-28 01:16:55 +02005847 err = stac_add_event(codec, codec->afg,
Takashi Iwaic6e4c662008-11-25 11:58:19 +01005848 STAC_VREF_EVENT, 0x02);
5849 if (err < 0)
5850 return err;
Takashi Iwaic5d08bb2008-11-18 10:55:36 +01005851 snd_hda_codec_write_cache(codec, codec->afg, 0,
Matthew Ranostay72474be2008-10-09 09:32:17 -04005852 AC_VERB_SET_GPIO_UNSOLICITED_RSP_MASK, 0x02);
Takashi Iwai3a938972011-10-28 01:16:55 +02005853 snd_hda_jack_detect_enable(codec, codec->afg, 0);
Matthew Ranostay72474be2008-10-09 09:32:17 -04005854 spec->gpio_mask |= 0x02;
5855 break;
5856 }
Matthew Ranostay8daaaa92008-08-15 07:45:52 +02005857 if ((codec->revision_id & 0xf) == 0 ||
Takashi Iwai8c2f7672008-12-01 11:54:35 +01005858 (codec->revision_id & 0xf) == 1)
Matthew Ranostay8daaaa92008-08-15 07:45:52 +02005859 spec->stream_delay = 40; /* 40 milliseconds */
Matthew Ranostay8daaaa92008-08-15 07:45:52 +02005860
Matthew Ranostayaafc4412008-06-13 18:04:33 +02005861 /* disable VSW */
Matthew Ranostayca8d33f2009-01-26 09:33:52 -05005862 unmute_init++;
Takashi Iwai330ee992009-02-20 14:33:36 +01005863 snd_hda_codec_set_pincfg(codec, 0x0f, 0x40f000f0);
5864 snd_hda_codec_set_pincfg(codec, 0x19, 0x40f000f3);
Takashi Iwai2b635362011-05-02 12:33:43 +02005865 spec->dmic_nids = stac92hd71bxx_dmic_5port_nids;
Vitaliy Kulikovab5a6eb2010-09-08 09:00:17 +02005866 spec->num_dmics = stac92xx_connected_ports(codec,
Takashi Iwai2b635362011-05-02 12:33:43 +02005867 stac92hd71bxx_dmic_5port_nids,
Herton Ronaldo Krzesinski6df703a2009-02-04 11:34:22 -05005868 STAC92HD71BXX_NUM_DMICS - 1);
Matthew Ranostayaafc4412008-06-13 18:04:33 +02005869 break;
5870 case 0x111d7603: /* 6 Port with Analog Mixer */
Takashi Iwai8c2f7672008-12-01 11:54:35 +01005871 if ((codec->revision_id & 0xf) == 1)
Matthew Ranostay8daaaa92008-08-15 07:45:52 +02005872 spec->stream_delay = 40; /* 40 milliseconds */
Matthew Ranostay8daaaa92008-08-15 07:45:52 +02005873
Matthew Ranostayaafc4412008-06-13 18:04:33 +02005874 /* fallthru */
Matthew Ranostay541eee82007-12-14 12:08:04 +01005875 default:
Matthew Ranostay0ffa9802008-09-08 11:20:05 -04005876 codec->slave_dig_outs = stac92hd71bxx_slave_dig_outs;
Vitaliy Kulikovab5a6eb2010-09-08 09:00:17 +02005877 spec->num_dmics = stac92xx_connected_ports(codec,
Herton Ronaldo Krzesinski6df703a2009-02-04 11:34:22 -05005878 stac92hd71bxx_dmic_nids,
5879 STAC92HD71BXX_NUM_DMICS);
Takashi Iwai5207e102009-07-30 13:09:08 +02005880 break;
Matthew Ranostay541eee82007-12-14 12:08:04 +01005881 }
5882
David Henningsson5e68fb32012-08-16 14:11:09 +02005883 if (get_wcaps_type(get_wcaps(codec, 0x28)) == AC_WID_VOL_KNB)
5884 spec->init = stac92hd71bxx_core_init;
5885
Matthew Ranostayca8d33f2009-01-26 09:33:52 -05005886 if (get_wcaps(codec, 0xa) & AC_WCAP_IN_AMP)
5887 snd_hda_sequence_write_cache(codec, unmute_init);
5888
Takashi Iwaid78d7a92009-03-02 14:26:25 +01005889 spec->aloopback_ctl = stac92hd71bxx_loopback;
Matthew Ranostay4b33c762008-10-10 09:07:23 -04005890 spec->aloopback_mask = 0x50;
Matthew Ranostay541eee82007-12-14 12:08:04 +01005891 spec->aloopback_shift = 0;
5892
Matthew Ranostay8daaaa92008-08-15 07:45:52 +02005893 spec->powerdown_adcs = 1;
Matthew Ranostay1cd22242008-07-18 18:20:52 +02005894 spec->digbeep_nid = 0x26;
Matthew Ranostaye035b842007-11-06 11:53:55 +01005895 spec->mux_nids = stac92hd71bxx_mux_nids;
5896 spec->adc_nids = stac92hd71bxx_adc_nids;
Matthew Ranostayd9737752008-09-07 12:03:41 +02005897 spec->smux_nids = stac92hd71bxx_smux_nids;
Matthew Ranostayaafc4412008-06-13 18:04:33 +02005898 spec->pwr_nids = stac92hd71bxx_pwr_nids;
Matthew Ranostaye035b842007-11-06 11:53:55 +01005899
5900 spec->num_muxes = ARRAY_SIZE(stac92hd71bxx_mux_nids);
5901 spec->num_adcs = ARRAY_SIZE(stac92hd71bxx_adc_nids);
Takashi Iwai5207e102009-07-30 13:09:08 +02005902 spec->num_dmuxes = ARRAY_SIZE(stac92hd71bxx_dmux_nids);
Herton Ronaldo Krzesinski6df703a2009-02-04 11:34:22 -05005903 spec->num_smuxes = stac92hd71bxx_connected_smuxes(codec, 0x1e);
Matthew Ranostaye035b842007-11-06 11:53:55 +01005904
Kunal Gangakhedkard38cce72010-01-15 21:01:47 +05305905 snd_printdd("Found board config: %d\n", spec->board_config);
5906
Matthew Ranostay6a14f582008-09-12 12:02:30 -04005907 switch (spec->board_config) {
5908 case STAC_HP_M4:
Matthew Ranostay6a14f582008-09-12 12:02:30 -04005909 /* enable internal microphone */
Takashi Iwai330ee992009-02-20 14:33:36 +01005910 snd_hda_codec_set_pincfg(codec, 0x0e, 0x01813040);
Matthew Ranostayb9aea712008-10-09 08:37:28 -04005911 stac92xx_auto_set_pinctl(codec, 0x0e,
5912 AC_PINCTL_IN_EN | AC_PINCTL_VREF_80);
Matthew Ranostay3a7abfd2008-11-20 21:21:43 -05005913 /* fallthru */
5914 case STAC_DELL_M4_2:
5915 spec->num_dmics = 0;
5916 spec->num_smuxes = 0;
5917 spec->num_dmuxes = 0;
5918 break;
5919 case STAC_DELL_M4_1:
5920 case STAC_DELL_M4_3:
5921 spec->num_dmics = 1;
5922 spec->num_smuxes = 0;
Takashi Iwaiea18aa42009-02-27 17:36:33 +01005923 spec->num_dmuxes = 1;
Matthew Ranostay6a14f582008-09-12 12:02:30 -04005924 break;
James Gardiner514bf542009-05-03 04:00:44 -04005925 case STAC_HP_DV4_1222NR:
5926 spec->num_dmics = 1;
5927 /* I don't know if it needs 1 or 2 smuxes - will wait for
5928 * bug reports to fix if needed
5929 */
5930 spec->num_smuxes = 1;
5931 spec->num_dmuxes = 1;
James Gardiner514bf542009-05-03 04:00:44 -04005932 /* fallthrough */
Takashi Iwai2a6ce6e2010-05-12 10:16:20 +02005933 case STAC_HP_DV4:
5934 spec->gpio_led = 0x01;
5935 /* fallthrough */
Herton Ronaldo Krzesinskie2ea57a2009-02-16 10:23:00 +01005936 case STAC_HP_DV5:
Takashi Iwai330ee992009-02-20 14:33:36 +01005937 snd_hda_codec_set_pincfg(codec, 0x0d, 0x90170010);
Herton Ronaldo Krzesinskie2ea57a2009-02-16 10:23:00 +01005938 stac92xx_auto_set_pinctl(codec, 0x0d, AC_PINCTL_OUT_EN);
Takashi Iwai6e34c032009-09-14 15:42:18 +02005939 /* HP dv6 gives the headphone pin as a line-out. Thus we
5940 * need to set hp_detect flag here to force to enable HP
5941 * detection.
5942 */
5943 spec->hp_detect = 1;
Herton Ronaldo Krzesinskie2ea57a2009-02-16 10:23:00 +01005944 break;
Christoph Plattnerae6241f2009-03-08 23:19:05 +01005945 case STAC_HP_HDX:
5946 spec->num_dmics = 1;
5947 spec->num_dmuxes = 1;
5948 spec->num_smuxes = 1;
Takashi Iwai26ebe0a2010-05-11 08:36:29 +02005949 spec->gpio_led = 0x08;
Takashi Iwai86d190e2009-05-26 15:18:58 +02005950 break;
5951 }
Christoph Plattner443e26d2009-03-10 00:05:56 +01005952
Vitaliy Kulikovc357aab2009-12-11 07:51:54 +01005953 if (hp_blike_system(codec->subsystem_id)) {
Vitaliy Kulikov5bdaaad2009-11-04 07:57:45 +01005954 pin_cfg = snd_hda_codec_get_pincfg(codec, 0x0f);
5955 if (get_defcfg_device(pin_cfg) == AC_JACK_LINE_OUT ||
5956 get_defcfg_device(pin_cfg) == AC_JACK_SPEAKER ||
5957 get_defcfg_device(pin_cfg) == AC_JACK_HP_OUT) {
5958 /* It was changed in the BIOS to just satisfy MS DTM.
5959 * Lets turn it back into slaved HP
5960 */
5961 pin_cfg = (pin_cfg & (~AC_DEFCFG_DEVICE))
5962 | (AC_JACK_HP_OUT <<
5963 AC_DEFCFG_DEVICE_SHIFT);
5964 pin_cfg = (pin_cfg & (~(AC_DEFCFG_DEF_ASSOC
5965 | AC_DEFCFG_SEQUENCE)))
5966 | 0x1f;
5967 snd_hda_codec_set_pincfg(codec, 0x0f, pin_cfg);
5968 }
5969 }
5970
Vitaliy Kulikov6a557c92011-12-12 17:35:13 -06005971 if (find_mute_led_cfg(codec, 1))
Vitaliy Kulikovc357aab2009-12-11 07:51:54 +01005972 snd_printd("mute LED gpio %d polarity %d\n",
5973 spec->gpio_led,
5974 spec->gpio_led_polarity);
Vitaliy Kulikov5bdaaad2009-11-04 07:57:45 +01005975
Takashi Iwai86d190e2009-05-26 15:18:58 +02005976 if (spec->gpio_led) {
Takashi Iwaif1a73742011-12-04 13:44:06 +01005977 if (!spec->vref_mute_led_nid) {
Vitaliy Kulikov45eebda2011-07-26 16:56:20 -05005978 spec->gpio_mask |= spec->gpio_led;
5979 spec->gpio_dir |= spec->gpio_led;
5980 spec->gpio_data |= spec->gpio_led;
5981 } else {
5982 codec->patch_ops.set_power_state =
5983 stac92xx_set_power_state;
Vitaliy Kulikov45eebda2011-07-26 16:56:20 -05005984 }
Takashi Iwai86d190e2009-05-26 15:18:58 +02005985 }
Matthew Ranostay6a14f582008-09-12 12:02:30 -04005986
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01005987 spec->multiout.dac_nids = spec->dac_nids;
Matthew Ranostaye035b842007-11-06 11:53:55 +01005988
Charles Chin9009b0e2011-11-03 10:27:27 +01005989 err = stac92xx_parse_auto_config(codec);
Matthew Ranostaye035b842007-11-06 11:53:55 +01005990 if (!err) {
5991 if (spec->board_config < 0) {
5992 printk(KERN_WARNING "hda_codec: No auto-config is "
5993 "available, default to model=ref\n");
5994 spec->board_config = STAC_92HD71BXX_REF;
5995 goto again;
5996 }
5997 err = -EINVAL;
5998 }
5999
6000 if (err < 0) {
6001 stac92xx_free(codec);
6002 return err;
6003 }
6004
Takashi Iwai75d1aeb2009-12-22 11:56:32 +01006005 /* enable bass on HP dv7 */
Takashi Iwai2a6ce6e2010-05-12 10:16:20 +02006006 if (spec->board_config == STAC_HP_DV4 ||
6007 spec->board_config == STAC_HP_DV5) {
Takashi Iwai75d1aeb2009-12-22 11:56:32 +01006008 unsigned int cap;
6009 cap = snd_hda_param_read(codec, 0x1, AC_PAR_GPIO_CAP);
6010 cap &= AC_GPIO_IO_COUNT;
6011 if (cap >= 6)
6012 stac_add_hp_bass_switch(codec);
6013 }
6014
Takashi Iwai2d34e1b2008-11-28 14:35:16 +01006015 codec->proc_widget_hook = stac92hd7x_proc_hook;
6016
Matthew Ranostaye035b842007-11-06 11:53:55 +01006017 return 0;
Takashi Iwai86d190e2009-05-26 15:18:58 +02006018}
Matthew Ranostaye035b842007-11-06 11:53:55 +01006019
Matt2f2f4252005-04-13 14:45:30 +02006020static int patch_stac922x(struct hda_codec *codec)
6021{
6022 struct sigmatel_spec *spec;
Mattc7d4b2f2005-06-27 14:59:41 +02006023 int err;
Matt2f2f4252005-04-13 14:45:30 +02006024
Takashi Iwaie560d8d2005-09-09 14:21:46 +02006025 spec = kzalloc(sizeof(*spec), GFP_KERNEL);
Matt2f2f4252005-04-13 14:45:30 +02006026 if (spec == NULL)
6027 return -ENOMEM;
6028
Takashi Iwaia252c812009-12-25 22:56:20 +01006029 codec->no_trigger_sense = 1;
Matt2f2f4252005-04-13 14:45:30 +02006030 codec->spec = spec;
Daniel J Blueman1b0e3722010-08-03 11:09:13 +01006031 spec->linear_tone_beep = 1;
Takashi Iwaia4eed132007-07-06 18:17:04 +02006032 spec->num_pins = ARRAY_SIZE(stac922x_pin_nids);
Richard Fish11b44bb2006-08-23 18:31:34 +02006033 spec->pin_nids = stac922x_pin_nids;
Takashi Iwaif5fcc132006-11-24 17:07:44 +01006034 spec->board_config = snd_hda_check_board_config(codec, STAC_922X_MODELS,
6035 stac922x_models,
6036 stac922x_cfg_tbl);
Nicolas Boichat536319a2008-07-21 22:18:01 +08006037 if (spec->board_config == STAC_INTEL_MAC_AUTO) {
Matthew Ranostay4fe51952008-01-29 15:28:44 +01006038 spec->gpio_mask = spec->gpio_dir = 0x03;
6039 spec->gpio_data = 0x03;
Takashi Iwai3fc24d82007-02-16 13:27:18 +01006040 /* Intel Macs have all same PCI SSID, so we need to check
6041 * codec SSID to distinguish the exact models
6042 */
Nicolas Boichat6f0778d2007-03-15 12:38:15 +01006043 printk(KERN_INFO "hda_codec: STAC922x, Apple subsys_id=%x\n", codec->subsystem_id);
Takashi Iwai3fc24d82007-02-16 13:27:18 +01006044 switch (codec->subsystem_id) {
Ivan N. Zlatev5d5d3bc2007-05-29 16:03:00 +02006045
6046 case 0x106b0800:
6047 spec->board_config = STAC_INTEL_MAC_V1;
Abhijit Bhopatkarc45e20e2007-04-17 11:57:16 +02006048 break;
Ivan N. Zlatev5d5d3bc2007-05-29 16:03:00 +02006049 case 0x106b0600:
6050 case 0x106b0700:
6051 spec->board_config = STAC_INTEL_MAC_V2;
Nicolas Boichat6f0778d2007-03-15 12:38:15 +01006052 break;
Ivan N. Zlatev5d5d3bc2007-05-29 16:03:00 +02006053 case 0x106b0e00:
6054 case 0x106b0f00:
6055 case 0x106b1600:
6056 case 0x106b1700:
6057 case 0x106b0200:
6058 case 0x106b1e00:
6059 spec->board_config = STAC_INTEL_MAC_V3;
Takashi Iwai3fc24d82007-02-16 13:27:18 +01006060 break;
Ivan N. Zlatev5d5d3bc2007-05-29 16:03:00 +02006061 case 0x106b1a00:
6062 case 0x00000100:
6063 spec->board_config = STAC_INTEL_MAC_V4;
Sylvain FORETf16928f2007-04-27 14:22:36 +02006064 break;
Ivan N. Zlatev5d5d3bc2007-05-29 16:03:00 +02006065 case 0x106b0a00:
6066 case 0x106b2200:
6067 spec->board_config = STAC_INTEL_MAC_V5;
Takashi Iwai0dae0f82007-05-21 12:41:29 +02006068 break;
Nicolas Boichat536319a2008-07-21 22:18:01 +08006069 default:
6070 spec->board_config = STAC_INTEL_MAC_V3;
6071 break;
Takashi Iwai3fc24d82007-02-16 13:27:18 +01006072 }
6073 }
6074
Takashi Iwai9e507ab2007-02-08 17:50:10 +01006075 again:
Takashi Iwai330ee992009-02-20 14:33:36 +01006076 if (spec->board_config < 0)
Takashi Iwai9a11f1a2009-07-28 16:01:20 +02006077 snd_printdd(KERN_INFO "hda_codec: %s: BIOS auto-probing.\n",
6078 codec->chip_name);
Takashi Iwai330ee992009-02-20 14:33:36 +01006079 else
6080 stac92xx_set_config_regs(codec,
Takashi Iwaiaf9f3412008-11-18 10:38:56 +01006081 stac922x_brd_tbl[spec->board_config]);
Matt2f2f4252005-04-13 14:45:30 +02006082
Matt2f2f4252005-04-13 14:45:30 +02006083 spec->adc_nids = stac922x_adc_nids;
6084 spec->mux_nids = stac922x_mux_nids;
Takashi Iwai25494132007-03-12 12:36:16 +01006085 spec->num_muxes = ARRAY_SIZE(stac922x_mux_nids);
Maxim Levitsky9e05b7a2007-09-03 15:31:02 +02006086 spec->num_adcs = ARRAY_SIZE(stac922x_adc_nids);
Matt Porter8b657272006-10-26 17:12:59 +02006087 spec->num_dmics = 0;
Matthew Ranostaya64135a2008-01-10 16:55:06 +01006088 spec->num_pwrs = 0;
Mattc7d4b2f2005-06-27 14:59:41 +02006089
6090 spec->init = stac922x_core_init;
Takashi Iwai6479c632009-07-28 18:20:25 +02006091
6092 spec->num_caps = STAC922X_NUM_CAPS;
6093 spec->capvols = stac922x_capvols;
6094 spec->capsws = stac922x_capsws;
Mattc7d4b2f2005-06-27 14:59:41 +02006095
6096 spec->multiout.dac_nids = spec->dac_nids;
Takashi Iwai19039bd2006-06-28 15:52:16 +02006097
Charles Chin9009b0e2011-11-03 10:27:27 +01006098 err = stac92xx_parse_auto_config(codec);
Takashi Iwai9e507ab2007-02-08 17:50:10 +01006099 if (!err) {
6100 if (spec->board_config < 0) {
6101 printk(KERN_WARNING "hda_codec: No auto-config is "
6102 "available, default to model=ref\n");
6103 spec->board_config = STAC_D945_REF;
6104 goto again;
6105 }
6106 err = -EINVAL;
6107 }
Matt Porter3cc08dc2006-01-23 15:27:49 +01006108 if (err < 0) {
6109 stac92xx_free(codec);
6110 return err;
6111 }
6112
6113 codec->patch_ops = stac92xx_patch_ops;
6114
Takashi Iwai807a46362007-05-29 19:01:37 +02006115 /* Fix Mux capture level; max to 2 */
6116 snd_hda_override_amp_caps(codec, 0x12, HDA_OUTPUT,
6117 (0 << AC_AMPCAP_OFFSET_SHIFT) |
6118 (2 << AC_AMPCAP_NUM_STEPS_SHIFT) |
6119 (0x27 << AC_AMPCAP_STEP_SIZE_SHIFT) |
6120 (0 << AC_AMPCAP_MUTE_SHIFT));
6121
Matt Porter3cc08dc2006-01-23 15:27:49 +01006122 return 0;
6123}
6124
6125static int patch_stac927x(struct hda_codec *codec)
6126{
6127 struct sigmatel_spec *spec;
6128 int err;
6129
6130 spec = kzalloc(sizeof(*spec), GFP_KERNEL);
6131 if (spec == NULL)
6132 return -ENOMEM;
6133
Takashi Iwaia252c812009-12-25 22:56:20 +01006134 codec->no_trigger_sense = 1;
Matt Porter3cc08dc2006-01-23 15:27:49 +01006135 codec->spec = spec;
Daniel J Blueman1b0e3722010-08-03 11:09:13 +01006136 spec->linear_tone_beep = 1;
Matthew Ranostay45c1d852009-02-04 17:49:41 -05006137 codec->slave_dig_outs = stac927x_slave_dig_outs;
Takashi Iwaia4eed132007-07-06 18:17:04 +02006138 spec->num_pins = ARRAY_SIZE(stac927x_pin_nids);
Richard Fish11b44bb2006-08-23 18:31:34 +02006139 spec->pin_nids = stac927x_pin_nids;
Takashi Iwaif5fcc132006-11-24 17:07:44 +01006140 spec->board_config = snd_hda_check_board_config(codec, STAC_927X_MODELS,
6141 stac927x_models,
6142 stac927x_cfg_tbl);
Takashi Iwai9e507ab2007-02-08 17:50:10 +01006143 again:
Takashi Iwai330ee992009-02-20 14:33:36 +01006144 if (spec->board_config < 0)
Takashi Iwai9a11f1a2009-07-28 16:01:20 +02006145 snd_printdd(KERN_INFO "hda_codec: %s: BIOS auto-probing.\n",
6146 codec->chip_name);
Takashi Iwai330ee992009-02-20 14:33:36 +01006147 else
6148 stac92xx_set_config_regs(codec,
Takashi Iwaiaf9f3412008-11-18 10:38:56 +01006149 stac927x_brd_tbl[spec->board_config]);
Matt Porter3cc08dc2006-01-23 15:27:49 +01006150
Matthew Ranostay1cd22242008-07-18 18:20:52 +02006151 spec->digbeep_nid = 0x23;
Matthew Ranostay8e9068b2007-12-17 11:58:13 +01006152 spec->adc_nids = stac927x_adc_nids;
6153 spec->num_adcs = ARRAY_SIZE(stac927x_adc_nids);
6154 spec->mux_nids = stac927x_mux_nids;
6155 spec->num_muxes = ARRAY_SIZE(stac927x_mux_nids);
Matthew Ranostayd9737752008-09-07 12:03:41 +02006156 spec->smux_nids = stac927x_smux_nids;
6157 spec->num_smuxes = ARRAY_SIZE(stac927x_smux_nids);
Matthew Ranostay65973632008-09-16 10:39:37 -04006158 spec->spdif_labels = stac927x_spdif_labels;
Matthew Ranostayb76c8502008-02-06 14:49:44 +01006159 spec->dac_list = stac927x_dac_nids;
Matthew Ranostay8e9068b2007-12-17 11:58:13 +01006160 spec->multiout.dac_nids = spec->dac_nids;
6161
Takashi Iwaiaf6ee302009-09-14 15:03:12 +02006162 if (spec->board_config != STAC_D965_REF) {
6163 /* GPIO0 High = Enable EAPD */
6164 spec->eapd_mask = spec->gpio_mask = 0x01;
6165 spec->gpio_dir = spec->gpio_data = 0x01;
6166 }
6167
Tobin Davis81d3dbd2006-08-22 19:44:45 +02006168 switch (spec->board_config) {
Tobin Davis93ed1502006-09-01 21:03:12 +02006169 case STAC_D965_3ST:
Matthew Ranostay8e9068b2007-12-17 11:58:13 +01006170 case STAC_D965_5ST:
6171 /* GPIO0 High = Enable EAPD */
Matthew Ranostay8e9068b2007-12-17 11:58:13 +01006172 spec->num_dmics = 0;
Tobin Davis93ed1502006-09-01 21:03:12 +02006173 spec->init = d965_core_init;
Tobin Davis81d3dbd2006-08-22 19:44:45 +02006174 break;
Matthew Ranostay8e9068b2007-12-17 11:58:13 +01006175 case STAC_DELL_BIOS:
Matthew Ranostay780c8be2008-04-14 13:32:27 +02006176 switch (codec->subsystem_id) {
6177 case 0x10280209:
6178 case 0x1028022e:
6179 /* correct the device field to SPDIF out */
Takashi Iwai330ee992009-02-20 14:33:36 +01006180 snd_hda_codec_set_pincfg(codec, 0x21, 0x01442070);
Matthew Ranostay780c8be2008-04-14 13:32:27 +02006181 break;
Takashi Iwai86d190e2009-05-26 15:18:58 +02006182 }
Matthew Ranostay03d7ca12008-02-21 07:51:46 +01006183 /* configure the analog microphone on some laptops */
Takashi Iwai330ee992009-02-20 14:33:36 +01006184 snd_hda_codec_set_pincfg(codec, 0x0c, 0x90a79130);
Matthew Ranostay2f32d902008-01-10 13:06:26 +01006185 /* correct the front output jack as a hp out */
Takashi Iwai330ee992009-02-20 14:33:36 +01006186 snd_hda_codec_set_pincfg(codec, 0x0f, 0x0227011f);
Matthew Ranostayc481fca2008-01-07 12:18:28 +01006187 /* correct the front input jack as a mic */
Takashi Iwai330ee992009-02-20 14:33:36 +01006188 snd_hda_codec_set_pincfg(codec, 0x0e, 0x02a79130);
Matthew Ranostayc481fca2008-01-07 12:18:28 +01006189 /* fallthru */
Matthew Ranostay8e9068b2007-12-17 11:58:13 +01006190 case STAC_DELL_3ST:
Takashi Iwaiaf6ee302009-09-14 15:03:12 +02006191 if (codec->subsystem_id != 0x1028022f) {
6192 /* GPIO2 High = Enable EAPD */
6193 spec->eapd_mask = spec->gpio_mask = 0x04;
6194 spec->gpio_dir = spec->gpio_data = 0x04;
6195 }
Matthew Ranostay8e9068b2007-12-17 11:58:13 +01006196 spec->dmic_nids = stac927x_dmic_nids;
6197 spec->num_dmics = STAC927X_NUM_DMICS;
6198
Takashi Iwaiccca7cd2009-10-13 15:32:21 +02006199 spec->init = dell_3st_core_init;
Matthew Ranostay8e9068b2007-12-17 11:58:13 +01006200 spec->dmux_nids = stac927x_dmux_nids;
Takashi Iwai1697055e2007-12-18 18:05:52 +01006201 spec->num_dmuxes = ARRAY_SIZE(stac927x_dmux_nids);
Tobin Davis81d3dbd2006-08-22 19:44:45 +02006202 break;
Takashi Iwai54930532009-10-11 17:38:29 +02006203 case STAC_927X_VOLKNOB:
6204 spec->num_dmics = 0;
6205 spec->init = stac927x_volknob_core_init;
6206 break;
Tobin Davis81d3dbd2006-08-22 19:44:45 +02006207 default:
Matthew Ranostay8e9068b2007-12-17 11:58:13 +01006208 spec->num_dmics = 0;
Tobin Davis81d3dbd2006-08-22 19:44:45 +02006209 spec->init = stac927x_core_init;
Takashi Iwaiaf6ee302009-09-14 15:03:12 +02006210 break;
Tobin Davis81d3dbd2006-08-22 19:44:45 +02006211 }
Matt Porter3cc08dc2006-01-23 15:27:49 +01006212
Takashi Iwai6479c632009-07-28 18:20:25 +02006213 spec->num_caps = STAC927X_NUM_CAPS;
6214 spec->capvols = stac927x_capvols;
6215 spec->capsws = stac927x_capsws;
6216
Matthew Ranostaya64135a2008-01-10 16:55:06 +01006217 spec->num_pwrs = 0;
Takashi Iwaid78d7a92009-03-02 14:26:25 +01006218 spec->aloopback_ctl = stac927x_loopback;
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01006219 spec->aloopback_mask = 0x40;
6220 spec->aloopback_shift = 0;
Matthew Ranostayc0cea0d2008-11-16 11:42:34 -05006221 spec->eapd_switch = 1;
Matthew Ranostay8e9068b2007-12-17 11:58:13 +01006222
Charles Chin9009b0e2011-11-03 10:27:27 +01006223 err = stac92xx_parse_auto_config(codec);
Takashi Iwai9e507ab2007-02-08 17:50:10 +01006224 if (!err) {
6225 if (spec->board_config < 0) {
6226 printk(KERN_WARNING "hda_codec: No auto-config is "
6227 "available, default to model=ref\n");
6228 spec->board_config = STAC_D965_REF;
6229 goto again;
6230 }
6231 err = -EINVAL;
6232 }
Mattc7d4b2f2005-06-27 14:59:41 +02006233 if (err < 0) {
6234 stac92xx_free(codec);
6235 return err;
6236 }
Matt2f2f4252005-04-13 14:45:30 +02006237
6238 codec->patch_ops = stac92xx_patch_ops;
6239
Takashi Iwai2d34e1b2008-11-28 14:35:16 +01006240 codec->proc_widget_hook = stac927x_proc_hook;
6241
Takashi Iwai52987652008-01-16 16:09:47 +01006242 /*
6243 * !!FIXME!!
6244 * The STAC927x seem to require fairly long delays for certain
6245 * command sequences. With too short delays (even if the answer
6246 * is set to RIRB properly), it results in the silence output
6247 * on some hardwares like Dell.
6248 *
6249 * The below flag enables the longer delay (see get_response
6250 * in hda_intel.c).
6251 */
6252 codec->bus->needs_damn_long_delay = 1;
6253
Takashi Iwaie28d8322008-12-17 13:48:29 +01006254 /* no jack detecion for ref-no-jd model */
6255 if (spec->board_config == STAC_D965_REF_NO_JD)
6256 spec->hp_detect = 0;
6257
Matt2f2f4252005-04-13 14:45:30 +02006258 return 0;
6259}
6260
Matt Porterf3302a52006-07-31 12:49:34 +02006261static int patch_stac9205(struct hda_codec *codec)
6262{
6263 struct sigmatel_spec *spec;
Takashi Iwai82599802007-07-31 15:56:24 +02006264 int err;
Matt Porterf3302a52006-07-31 12:49:34 +02006265
6266 spec = kzalloc(sizeof(*spec), GFP_KERNEL);
6267 if (spec == NULL)
6268 return -ENOMEM;
6269
Takashi Iwaia252c812009-12-25 22:56:20 +01006270 codec->no_trigger_sense = 1;
Matt Porterf3302a52006-07-31 12:49:34 +02006271 codec->spec = spec;
Daniel J Blueman1b0e3722010-08-03 11:09:13 +01006272 spec->linear_tone_beep = 1;
Takashi Iwaia4eed132007-07-06 18:17:04 +02006273 spec->num_pins = ARRAY_SIZE(stac9205_pin_nids);
Richard Fish11b44bb2006-08-23 18:31:34 +02006274 spec->pin_nids = stac9205_pin_nids;
Takashi Iwaif5fcc132006-11-24 17:07:44 +01006275 spec->board_config = snd_hda_check_board_config(codec, STAC_9205_MODELS,
6276 stac9205_models,
6277 stac9205_cfg_tbl);
Takashi Iwai9e507ab2007-02-08 17:50:10 +01006278 again:
Takashi Iwai330ee992009-02-20 14:33:36 +01006279 if (spec->board_config < 0)
Takashi Iwai9a11f1a2009-07-28 16:01:20 +02006280 snd_printdd(KERN_INFO "hda_codec: %s: BIOS auto-probing.\n",
6281 codec->chip_name);
Takashi Iwai330ee992009-02-20 14:33:36 +01006282 else
6283 stac92xx_set_config_regs(codec,
Takashi Iwaiaf9f3412008-11-18 10:38:56 +01006284 stac9205_brd_tbl[spec->board_config]);
Matt Porterf3302a52006-07-31 12:49:34 +02006285
Matthew Ranostay1cd22242008-07-18 18:20:52 +02006286 spec->digbeep_nid = 0x23;
Matt Porterf3302a52006-07-31 12:49:34 +02006287 spec->adc_nids = stac9205_adc_nids;
Maxim Levitsky9e05b7a2007-09-03 15:31:02 +02006288 spec->num_adcs = ARRAY_SIZE(stac9205_adc_nids);
Matt Porterf3302a52006-07-31 12:49:34 +02006289 spec->mux_nids = stac9205_mux_nids;
Takashi Iwai25494132007-03-12 12:36:16 +01006290 spec->num_muxes = ARRAY_SIZE(stac9205_mux_nids);
Matthew Ranostayd9737752008-09-07 12:03:41 +02006291 spec->smux_nids = stac9205_smux_nids;
6292 spec->num_smuxes = ARRAY_SIZE(stac9205_smux_nids);
Matt Porter8b657272006-10-26 17:12:59 +02006293 spec->dmic_nids = stac9205_dmic_nids;
Takashi Iwaif6e98522007-10-16 14:27:04 +02006294 spec->num_dmics = STAC9205_NUM_DMICS;
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01006295 spec->dmux_nids = stac9205_dmux_nids;
Takashi Iwai1697055e2007-12-18 18:05:52 +01006296 spec->num_dmuxes = ARRAY_SIZE(stac9205_dmux_nids);
Matthew Ranostaya64135a2008-01-10 16:55:06 +01006297 spec->num_pwrs = 0;
Matt Porterf3302a52006-07-31 12:49:34 +02006298
6299 spec->init = stac9205_core_init;
Takashi Iwaid78d7a92009-03-02 14:26:25 +01006300 spec->aloopback_ctl = stac9205_loopback;
Matt Porterf3302a52006-07-31 12:49:34 +02006301
Takashi Iwai6479c632009-07-28 18:20:25 +02006302 spec->num_caps = STAC9205_NUM_CAPS;
6303 spec->capvols = stac9205_capvols;
6304 spec->capsws = stac9205_capsws;
6305
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01006306 spec->aloopback_mask = 0x40;
6307 spec->aloopback_shift = 0;
Takashi Iwaid9a42682009-01-22 17:40:18 +01006308 /* Turn on/off EAPD per HP plugging */
6309 if (spec->board_config != STAC_9205_EAPD)
6310 spec->eapd_switch = 1;
Matt Porterf3302a52006-07-31 12:49:34 +02006311 spec->multiout.dac_nids = spec->dac_nids;
Matthew Ranostay87d48362007-07-17 11:52:24 +02006312
Tobin Davisae0a8ed2007-08-13 15:50:29 +02006313 switch (spec->board_config){
Tobin Davisae0a8ed2007-08-13 15:50:29 +02006314 case STAC_9205_DELL_M43:
Matthew Ranostay87d48362007-07-17 11:52:24 +02006315 /* Enable SPDIF in/out */
Takashi Iwai330ee992009-02-20 14:33:36 +01006316 snd_hda_codec_set_pincfg(codec, 0x1f, 0x01441030);
6317 snd_hda_codec_set_pincfg(codec, 0x20, 0x1c410030);
Matt Porter33382402006-12-18 13:17:28 +01006318
Matthew Ranostay4fe51952008-01-29 15:28:44 +01006319 /* Enable unsol response for GPIO4/Dock HP connection */
Takashi Iwai3a938972011-10-28 01:16:55 +02006320 err = stac_add_event(codec, codec->afg, STAC_VREF_EVENT, 0x01);
Takashi Iwaic6e4c662008-11-25 11:58:19 +01006321 if (err < 0)
6322 return err;
Takashi Iwaic5d08bb2008-11-18 10:55:36 +01006323 snd_hda_codec_write_cache(codec, codec->afg, 0,
Matthew Ranostay4fe51952008-01-29 15:28:44 +01006324 AC_VERB_SET_GPIO_UNSOLICITED_RSP_MASK, 0x10);
Takashi Iwai3a938972011-10-28 01:16:55 +02006325 snd_hda_jack_detect_enable(codec, codec->afg, 0);
Matthew Ranostay4fe51952008-01-29 15:28:44 +01006326
6327 spec->gpio_dir = 0x0b;
Matthew Ranostay0fc9dec2008-04-14 13:32:54 +02006328 spec->eapd_mask = 0x01;
Matthew Ranostay4fe51952008-01-29 15:28:44 +01006329 spec->gpio_mask = 0x1b;
6330 spec->gpio_mute = 0x10;
Matthew Ranostaye2e7d622008-01-24 15:32:15 +01006331 /* GPIO0 High = EAPD, GPIO1 Low = Headphone Mute,
Matthew Ranostay4fe51952008-01-29 15:28:44 +01006332 * GPIO3 Low = DRM
Matthew Ranostay87d48362007-07-17 11:52:24 +02006333 */
Matthew Ranostay4fe51952008-01-29 15:28:44 +01006334 spec->gpio_data = 0x01;
Tobin Davisae0a8ed2007-08-13 15:50:29 +02006335 break;
Matthew Ranostayb2c4f4d2008-09-26 10:06:40 -04006336 case STAC_9205_REF:
6337 /* SPDIF-In enabled */
6338 break;
Tobin Davisae0a8ed2007-08-13 15:50:29 +02006339 default:
6340 /* GPIO0 High = EAPD */
Matthew Ranostay0fc9dec2008-04-14 13:32:54 +02006341 spec->eapd_mask = spec->gpio_mask = spec->gpio_dir = 0x1;
Matthew Ranostay4fe51952008-01-29 15:28:44 +01006342 spec->gpio_data = 0x01;
Tobin Davisae0a8ed2007-08-13 15:50:29 +02006343 break;
6344 }
Matthew Ranostay87d48362007-07-17 11:52:24 +02006345
Charles Chin9009b0e2011-11-03 10:27:27 +01006346 err = stac92xx_parse_auto_config(codec);
Takashi Iwai9e507ab2007-02-08 17:50:10 +01006347 if (!err) {
6348 if (spec->board_config < 0) {
6349 printk(KERN_WARNING "hda_codec: No auto-config is "
6350 "available, default to model=ref\n");
6351 spec->board_config = STAC_9205_REF;
6352 goto again;
6353 }
6354 err = -EINVAL;
6355 }
Matt Porterf3302a52006-07-31 12:49:34 +02006356 if (err < 0) {
6357 stac92xx_free(codec);
6358 return err;
6359 }
6360
6361 codec->patch_ops = stac92xx_patch_ops;
6362
Takashi Iwai2d34e1b2008-11-28 14:35:16 +01006363 codec->proc_widget_hook = stac9205_proc_hook;
6364
Matt Porterf3302a52006-07-31 12:49:34 +02006365 return 0;
6366}
6367
Matt2f2f4252005-04-13 14:45:30 +02006368/*
Guillaume Munch6d859062006-08-22 17:15:47 +02006369 * STAC9872 hack
Takashi Iwaidb064e52006-03-16 16:04:58 +01006370 */
6371
Takashi Iwai2b635362011-05-02 12:33:43 +02006372static const struct hda_verb stac9872_core_init[] = {
Takashi Iwai1624cb92007-07-05 13:10:51 +02006373 {0x15, AC_VERB_SET_CONNECT_SEL, 0x1}, /* mic-sel: 0a,0d,14,02 */
Takashi Iwaidb064e52006-03-16 16:04:58 +01006374 {0x15, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE}, /* Mic-in -> 0x9 */
6375 {}
6376};
6377
Takashi Iwai2b635362011-05-02 12:33:43 +02006378static const hda_nid_t stac9872_pin_nids[] = {
Takashi Iwaicaa10b62009-01-20 17:19:01 +01006379 0x0a, 0x0b, 0x0c, 0x0d, 0x0e, 0x0f,
6380 0x11, 0x13, 0x14,
6381};
6382
Takashi Iwai2b635362011-05-02 12:33:43 +02006383static const hda_nid_t stac9872_adc_nids[] = {
Takashi Iwaicaa10b62009-01-20 17:19:01 +01006384 0x8 /*,0x6*/
6385};
6386
Takashi Iwai2b635362011-05-02 12:33:43 +02006387static const hda_nid_t stac9872_mux_nids[] = {
Takashi Iwaicaa10b62009-01-20 17:19:01 +01006388 0x15
6389};
6390
Takashi Iwai2b635362011-05-02 12:33:43 +02006391static const unsigned long stac9872_capvols[] = {
Takashi Iwai6479c632009-07-28 18:20:25 +02006392 HDA_COMPOSE_AMP_VAL(0x09, 3, 0, HDA_INPUT),
6393};
6394#define stac9872_capsws stac9872_capvols
6395
Takashi Iwai2b635362011-05-02 12:33:43 +02006396static const unsigned int stac9872_vaio_pin_configs[9] = {
Takashi Iwai307282c2009-03-12 18:17:58 +01006397 0x03211020, 0x411111f0, 0x411111f0, 0x03a15030,
6398 0x411111f0, 0x90170110, 0x411111f0, 0x411111f0,
6399 0x90a7013e
6400};
6401
Takashi Iwaiea734962011-01-17 11:29:34 +01006402static const char * const stac9872_models[STAC_9872_MODELS] = {
Takashi Iwai307282c2009-03-12 18:17:58 +01006403 [STAC_9872_AUTO] = "auto",
6404 [STAC_9872_VAIO] = "vaio",
6405};
6406
Takashi Iwai2b635362011-05-02 12:33:43 +02006407static const unsigned int *stac9872_brd_tbl[STAC_9872_MODELS] = {
Takashi Iwai307282c2009-03-12 18:17:58 +01006408 [STAC_9872_VAIO] = stac9872_vaio_pin_configs,
6409};
6410
Takashi Iwai2b635362011-05-02 12:33:43 +02006411static const struct snd_pci_quirk stac9872_cfg_tbl[] = {
Takashi Iwaib04add92009-07-20 08:01:36 +02006412 SND_PCI_QUIRK_MASK(0x104d, 0xfff0, 0x81e0,
6413 "Sony VAIO F/S", STAC_9872_VAIO),
Takashi Iwai307282c2009-03-12 18:17:58 +01006414 {} /* terminator */
6415};
6416
Guillaume Munch6d859062006-08-22 17:15:47 +02006417static int patch_stac9872(struct hda_codec *codec)
Takashi Iwaidb064e52006-03-16 16:04:58 +01006418{
6419 struct sigmatel_spec *spec;
Takashi Iwai1e137f92009-01-21 07:41:22 +01006420 int err;
Takashi Iwaidb064e52006-03-16 16:04:58 +01006421
Takashi Iwaidb064e52006-03-16 16:04:58 +01006422 spec = kzalloc(sizeof(*spec), GFP_KERNEL);
6423 if (spec == NULL)
6424 return -ENOMEM;
Takashi Iwaia252c812009-12-25 22:56:20 +01006425 codec->no_trigger_sense = 1;
Takashi Iwaidb064e52006-03-16 16:04:58 +01006426 codec->spec = spec;
Daniel J Blueman1b0e3722010-08-03 11:09:13 +01006427 spec->linear_tone_beep = 1;
Takashi Iwaib04add92009-07-20 08:01:36 +02006428 spec->num_pins = ARRAY_SIZE(stac9872_pin_nids);
6429 spec->pin_nids = stac9872_pin_nids;
Takashi Iwaicaa10b62009-01-20 17:19:01 +01006430
6431 spec->board_config = snd_hda_check_board_config(codec, STAC_9872_MODELS,
6432 stac9872_models,
6433 stac9872_cfg_tbl);
Takashi Iwai307282c2009-03-12 18:17:58 +01006434 if (spec->board_config < 0)
Takashi Iwai9a11f1a2009-07-28 16:01:20 +02006435 snd_printdd(KERN_INFO "hda_codec: %s: BIOS auto-probing.\n",
6436 codec->chip_name);
Takashi Iwai307282c2009-03-12 18:17:58 +01006437 else
6438 stac92xx_set_config_regs(codec,
6439 stac9872_brd_tbl[spec->board_config]);
Takashi Iwaicaa10b62009-01-20 17:19:01 +01006440
Takashi Iwai1e137f92009-01-21 07:41:22 +01006441 spec->multiout.dac_nids = spec->dac_nids;
6442 spec->num_adcs = ARRAY_SIZE(stac9872_adc_nids);
6443 spec->adc_nids = stac9872_adc_nids;
6444 spec->num_muxes = ARRAY_SIZE(stac9872_mux_nids);
6445 spec->mux_nids = stac9872_mux_nids;
Takashi Iwai1e137f92009-01-21 07:41:22 +01006446 spec->init = stac9872_core_init;
Takashi Iwai6479c632009-07-28 18:20:25 +02006447 spec->num_caps = 1;
6448 spec->capvols = stac9872_capvols;
6449 spec->capsws = stac9872_capsws;
Takashi Iwaicaa10b62009-01-20 17:19:01 +01006450
Charles Chin9009b0e2011-11-03 10:27:27 +01006451 err = stac92xx_parse_auto_config(codec);
Takashi Iwai1e137f92009-01-21 07:41:22 +01006452 if (err < 0) {
6453 stac92xx_free(codec);
6454 return -EINVAL;
Takashi Iwaicaa10b62009-01-20 17:19:01 +01006455 }
Takashi Iwai1e137f92009-01-21 07:41:22 +01006456 spec->input_mux = &spec->private_imux;
6457 codec->patch_ops = stac92xx_patch_ops;
Takashi Iwaidb064e52006-03-16 16:04:58 +01006458 return 0;
6459}
6460
6461
6462/*
Matt2f2f4252005-04-13 14:45:30 +02006463 * patch entries
6464 */
Takashi Iwai2b635362011-05-02 12:33:43 +02006465static const struct hda_codec_preset snd_hda_preset_sigmatel[] = {
Matt2f2f4252005-04-13 14:45:30 +02006466 { .id = 0x83847690, .name = "STAC9200", .patch = patch_stac9200 },
6467 { .id = 0x83847882, .name = "STAC9220 A1", .patch = patch_stac922x },
6468 { .id = 0x83847680, .name = "STAC9221 A1", .patch = patch_stac922x },
6469 { .id = 0x83847880, .name = "STAC9220 A2", .patch = patch_stac922x },
6470 { .id = 0x83847681, .name = "STAC9220D/9223D A2", .patch = patch_stac922x },
6471 { .id = 0x83847682, .name = "STAC9221 A2", .patch = patch_stac922x },
6472 { .id = 0x83847683, .name = "STAC9221D A2", .patch = patch_stac922x },
Matt Porter22a27c72006-07-06 18:49:10 +02006473 { .id = 0x83847618, .name = "STAC9227", .patch = patch_stac927x },
6474 { .id = 0x83847619, .name = "STAC9227", .patch = patch_stac927x },
6475 { .id = 0x83847616, .name = "STAC9228", .patch = patch_stac927x },
6476 { .id = 0x83847617, .name = "STAC9228", .patch = patch_stac927x },
6477 { .id = 0x83847614, .name = "STAC9229", .patch = patch_stac927x },
6478 { .id = 0x83847615, .name = "STAC9229", .patch = patch_stac927x },
Matt Porter3cc08dc2006-01-23 15:27:49 +01006479 { .id = 0x83847620, .name = "STAC9274", .patch = patch_stac927x },
6480 { .id = 0x83847621, .name = "STAC9274D", .patch = patch_stac927x },
6481 { .id = 0x83847622, .name = "STAC9273X", .patch = patch_stac927x },
6482 { .id = 0x83847623, .name = "STAC9273D", .patch = patch_stac927x },
6483 { .id = 0x83847624, .name = "STAC9272X", .patch = patch_stac927x },
6484 { .id = 0x83847625, .name = "STAC9272D", .patch = patch_stac927x },
6485 { .id = 0x83847626, .name = "STAC9271X", .patch = patch_stac927x },
6486 { .id = 0x83847627, .name = "STAC9271D", .patch = patch_stac927x },
6487 { .id = 0x83847628, .name = "STAC9274X5NH", .patch = patch_stac927x },
6488 { .id = 0x83847629, .name = "STAC9274D5NH", .patch = patch_stac927x },
Tobin Davis8e21c342007-01-08 11:04:17 +01006489 { .id = 0x83847632, .name = "STAC9202", .patch = patch_stac925x },
6490 { .id = 0x83847633, .name = "STAC9202D", .patch = patch_stac925x },
6491 { .id = 0x83847634, .name = "STAC9250", .patch = patch_stac925x },
6492 { .id = 0x83847635, .name = "STAC9250D", .patch = patch_stac925x },
6493 { .id = 0x83847636, .name = "STAC9251", .patch = patch_stac925x },
6494 { .id = 0x83847637, .name = "STAC9250D", .patch = patch_stac925x },
Takashi Iwai7bd3c0f2008-05-02 12:28:02 +02006495 { .id = 0x83847645, .name = "92HD206X", .patch = patch_stac927x },
6496 { .id = 0x83847646, .name = "92HD206D", .patch = patch_stac927x },
Guillaume Munch6d859062006-08-22 17:15:47 +02006497 /* The following does not take into account .id=0x83847661 when subsys =
6498 * 104D0C00 which is STAC9225s. Because of this, some SZ Notebooks are
6499 * currently not fully supported.
6500 */
6501 { .id = 0x83847661, .name = "CXD9872RD/K", .patch = patch_stac9872 },
6502 { .id = 0x83847662, .name = "STAC9872AK", .patch = patch_stac9872 },
6503 { .id = 0x83847664, .name = "CXD9872AKD", .patch = patch_stac9872 },
Simos Xenitellisa5c0f882009-06-10 16:33:31 +01006504 { .id = 0x83847698, .name = "STAC9205", .patch = patch_stac9205 },
Matt Porterf3302a52006-07-31 12:49:34 +02006505 { .id = 0x838476a0, .name = "STAC9205", .patch = patch_stac9205 },
6506 { .id = 0x838476a1, .name = "STAC9205D", .patch = patch_stac9205 },
6507 { .id = 0x838476a2, .name = "STAC9204", .patch = patch_stac9205 },
6508 { .id = 0x838476a3, .name = "STAC9204D", .patch = patch_stac9205 },
6509 { .id = 0x838476a4, .name = "STAC9255", .patch = patch_stac9205 },
6510 { .id = 0x838476a5, .name = "STAC9255D", .patch = patch_stac9205 },
6511 { .id = 0x838476a6, .name = "STAC9254", .patch = patch_stac9205 },
6512 { .id = 0x838476a7, .name = "STAC9254D", .patch = patch_stac9205 },
Matthew Ranostayaafc4412008-06-13 18:04:33 +02006513 { .id = 0x111d7603, .name = "92HD75B3X5", .patch = patch_stac92hd71bxx},
Matthew Ranostayd0513fc2008-07-27 10:30:30 +02006514 { .id = 0x111d7604, .name = "92HD83C1X5", .patch = patch_stac92hd83xxx},
Vitaliy Kulikova9694fa2010-02-04 08:58:23 +01006515 { .id = 0x111d76d4, .name = "92HD83C1C5", .patch = patch_stac92hd83xxx},
Matthew Ranostayd0513fc2008-07-27 10:30:30 +02006516 { .id = 0x111d7605, .name = "92HD81B1X5", .patch = patch_stac92hd83xxx},
Matthew Ranostayff2e7332009-04-01 14:49:48 -04006517 { .id = 0x111d76d5, .name = "92HD81B1C5", .patch = patch_stac92hd83xxx},
Charles Chin8a345a02010-08-10 11:43:25 +02006518 { .id = 0x111d76d1, .name = "92HD87B1/3", .patch = patch_stac92hd83xxx},
6519 { .id = 0x111d76d9, .name = "92HD87B2/4", .patch = patch_stac92hd83xxx},
Charles Chin36706002010-01-29 12:05:51 +01006520 { .id = 0x111d7666, .name = "92HD88B3", .patch = patch_stac92hd83xxx},
6521 { .id = 0x111d7667, .name = "92HD88B1", .patch = patch_stac92hd83xxx},
6522 { .id = 0x111d7668, .name = "92HD88B2", .patch = patch_stac92hd83xxx},
6523 { .id = 0x111d7669, .name = "92HD88B4", .patch = patch_stac92hd83xxx},
Matthew Ranostayaafc4412008-06-13 18:04:33 +02006524 { .id = 0x111d7608, .name = "92HD75B2X5", .patch = patch_stac92hd71bxx},
Matthew Ranostay541eee82007-12-14 12:08:04 +01006525 { .id = 0x111d7674, .name = "92HD73D1X5", .patch = patch_stac92hd73xx },
6526 { .id = 0x111d7675, .name = "92HD73C1X5", .patch = patch_stac92hd73xx },
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01006527 { .id = 0x111d7676, .name = "92HD73E1X5", .patch = patch_stac92hd73xx },
Matthew Ranostay541eee82007-12-14 12:08:04 +01006528 { .id = 0x111d76b0, .name = "92HD71B8X", .patch = patch_stac92hd71bxx },
6529 { .id = 0x111d76b1, .name = "92HD71B8X", .patch = patch_stac92hd71bxx },
6530 { .id = 0x111d76b2, .name = "92HD71B7X", .patch = patch_stac92hd71bxx },
6531 { .id = 0x111d76b3, .name = "92HD71B7X", .patch = patch_stac92hd71bxx },
6532 { .id = 0x111d76b4, .name = "92HD71B6X", .patch = patch_stac92hd71bxx },
6533 { .id = 0x111d76b5, .name = "92HD71B6X", .patch = patch_stac92hd71bxx },
6534 { .id = 0x111d76b6, .name = "92HD71B5X", .patch = patch_stac92hd71bxx },
6535 { .id = 0x111d76b7, .name = "92HD71B5X", .patch = patch_stac92hd71bxx },
Charles Chin4d8ec5f2010-08-19 08:06:16 +02006536 { .id = 0x111d76c0, .name = "92HD89C3", .patch = patch_stac92hd73xx },
6537 { .id = 0x111d76c1, .name = "92HD89C2", .patch = patch_stac92hd73xx },
6538 { .id = 0x111d76c2, .name = "92HD89C1", .patch = patch_stac92hd73xx },
6539 { .id = 0x111d76c3, .name = "92HD89B3", .patch = patch_stac92hd73xx },
6540 { .id = 0x111d76c4, .name = "92HD89B2", .patch = patch_stac92hd73xx },
6541 { .id = 0x111d76c5, .name = "92HD89B1", .patch = patch_stac92hd73xx },
6542 { .id = 0x111d76c6, .name = "92HD89E3", .patch = patch_stac92hd73xx },
6543 { .id = 0x111d76c7, .name = "92HD89E2", .patch = patch_stac92hd73xx },
6544 { .id = 0x111d76c8, .name = "92HD89E1", .patch = patch_stac92hd73xx },
6545 { .id = 0x111d76c9, .name = "92HD89D3", .patch = patch_stac92hd73xx },
6546 { .id = 0x111d76ca, .name = "92HD89D2", .patch = patch_stac92hd73xx },
6547 { .id = 0x111d76cb, .name = "92HD89D1", .patch = patch_stac92hd73xx },
6548 { .id = 0x111d76cc, .name = "92HD89F3", .patch = patch_stac92hd73xx },
6549 { .id = 0x111d76cd, .name = "92HD89F2", .patch = patch_stac92hd73xx },
6550 { .id = 0x111d76ce, .name = "92HD89F1", .patch = patch_stac92hd73xx },
David Henningsson46724c22011-09-20 09:02:22 +02006551 { .id = 0x111d76df, .name = "92HD93BXX", .patch = patch_stac92hd83xxx},
Vitaliy Kulikovab5a6eb2010-09-08 09:00:17 +02006552 { .id = 0x111d76e0, .name = "92HD91BXX", .patch = patch_stac92hd83xxx},
Vitaliy Kulikov4dfb8a42011-02-22 17:32:19 -06006553 { .id = 0x111d76e3, .name = "92HD98BXX", .patch = patch_stac92hd83xxx},
6554 { .id = 0x111d76e5, .name = "92HD99BXX", .patch = patch_stac92hd83xxx},
Vitaliy Kulikovab5a6eb2010-09-08 09:00:17 +02006555 { .id = 0x111d76e7, .name = "92HD90BXX", .patch = patch_stac92hd83xxx},
Charles Chinad5d8752011-11-02 07:56:58 +01006556 { .id = 0x111d76e8, .name = "92HD66B1X5", .patch = patch_stac92hd83xxx},
6557 { .id = 0x111d76e9, .name = "92HD66B2X5", .patch = patch_stac92hd83xxx},
6558 { .id = 0x111d76ea, .name = "92HD66B3X5", .patch = patch_stac92hd83xxx},
6559 { .id = 0x111d76eb, .name = "92HD66C1X5", .patch = patch_stac92hd83xxx},
6560 { .id = 0x111d76ec, .name = "92HD66C2X5", .patch = patch_stac92hd83xxx},
6561 { .id = 0x111d76ed, .name = "92HD66C3X5", .patch = patch_stac92hd83xxx},
6562 { .id = 0x111d76ee, .name = "92HD66B1X3", .patch = patch_stac92hd83xxx},
6563 { .id = 0x111d76ef, .name = "92HD66B2X3", .patch = patch_stac92hd83xxx},
6564 { .id = 0x111d76f0, .name = "92HD66B3X3", .patch = patch_stac92hd83xxx},
6565 { .id = 0x111d76f1, .name = "92HD66C1X3", .patch = patch_stac92hd83xxx},
6566 { .id = 0x111d76f2, .name = "92HD66C2X3", .patch = patch_stac92hd83xxx},
6567 { .id = 0x111d76f3, .name = "92HD66C3/65", .patch = patch_stac92hd83xxx},
Matt2f2f4252005-04-13 14:45:30 +02006568 {} /* terminator */
6569};
Takashi Iwai1289e9e2008-11-27 15:47:11 +01006570
6571MODULE_ALIAS("snd-hda-codec-id:8384*");
6572MODULE_ALIAS("snd-hda-codec-id:111d*");
6573
6574MODULE_LICENSE("GPL");
6575MODULE_DESCRIPTION("IDT/Sigmatel HD-audio codec");
6576
6577static struct hda_codec_preset_list sigmatel_list = {
6578 .preset = snd_hda_preset_sigmatel,
6579 .owner = THIS_MODULE,
6580};
6581
6582static int __init patch_sigmatel_init(void)
6583{
6584 return snd_hda_add_codec_preset(&sigmatel_list);
6585}
6586
6587static void __exit patch_sigmatel_exit(void)
6588{
6589 snd_hda_delete_codec_preset(&sigmatel_list);
6590}
6591
6592module_init(patch_sigmatel_init)
6593module_exit(patch_sigmatel_exit)