blob: e5dffd25d83a22125b432b5367aa1eeac16d2470 [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 {
53 STAC_REF,
Tobin Davisbf277782008-02-03 20:31:47 +010054 STAC_9200_OQO,
Takashi Iwaidfe495d2007-08-23 19:04:28 +020055 STAC_9200_DELL_D21,
56 STAC_9200_DELL_D22,
57 STAC_9200_DELL_D23,
58 STAC_9200_DELL_M21,
59 STAC_9200_DELL_M22,
60 STAC_9200_DELL_M23,
61 STAC_9200_DELL_M24,
62 STAC_9200_DELL_M25,
63 STAC_9200_DELL_M26,
64 STAC_9200_DELL_M27,
Mauro Carvalho Chehab58eec422008-08-11 10:18:39 +020065 STAC_9200_M4,
66 STAC_9200_M4_2,
Takashi Iwai117f2572008-03-18 09:53:23 +010067 STAC_9200_PANASONIC,
Takashi Iwaid39a3ae2013-01-14 14:06:26 +010068 STAC_9200_EAPD_INIT,
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 Iwaif37bc7a2012-11-08 15:59:23 +01001084 "Headphone", "Speaker", "Bass 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) {
Takashi Iwaidcda5802012-10-12 17:24:51 +02001139 err = snd_hda_create_dig_out_ctls(codec,
1140 spec->multiout.dig_out_nid,
1141 spec->multiout.dig_out_nid,
1142 spec->autocfg.dig_out_type[0]);
Mattdabbed62005-06-14 10:19:34 +02001143 if (err < 0)
1144 return err;
Takashi Iwai9a081602008-02-12 18:37:26 +01001145 err = snd_hda_create_spdif_share_sw(codec,
1146 &spec->multiout);
1147 if (err < 0)
1148 return err;
1149 spec->multiout.share_spdif = 1;
Mattdabbed62005-06-14 10:19:34 +02001150 }
Harvey Harrisonda74ae32008-10-21 20:28:04 -07001151 if (spec->dig_in_nid && !(spec->gpio_dir & 0x01)) {
Mattdabbed62005-06-14 10:19:34 +02001152 err = snd_hda_create_spdif_in_ctls(codec, spec->dig_in_nid);
1153 if (err < 0)
1154 return err;
1155 }
Takashi Iwai2134ea42008-01-10 16:53:55 +01001156
1157 /* if we have no master control, let's create it */
Takashi Iwai2faa3bf2012-03-12 12:30:22 +01001158 snd_hda_set_vmaster_tlv(codec, spec->multiout.dac_nids[0],
1159 HDA_OUTPUT, vmaster_tlv);
1160 /* correct volume offset */
1161 vmaster_tlv[2] += vmaster_tlv[3] * spec->volume_offset;
1162 /* minimum value is actually mute */
1163 vmaster_tlv[3] |= TLV_DB_SCALE_MUTE;
1164 err = snd_hda_add_vmaster(codec, "Master Playback Volume",
1165 vmaster_tlv, slave_pfxs,
1166 "Playback Volume");
1167 if (err < 0)
1168 return err;
1169
1170 err = __snd_hda_add_vmaster(codec, "Master Playback Switch",
1171 NULL, slave_pfxs,
1172 "Playback Switch", true,
Takashi Iwaid2f344b2012-03-12 16:59:58 +01001173 &spec->vmaster_mute.sw_kctl);
Takashi Iwai2faa3bf2012-03-12 12:30:22 +01001174 if (err < 0)
1175 return err;
1176
1177 if (spec->gpio_led) {
Takashi Iwaid2f344b2012-03-12 16:59:58 +01001178 spec->vmaster_mute.hook = stac92xx_vmaster_hook;
Takashi Iwaif29735c2012-03-13 07:55:10 +01001179 err = snd_hda_add_vmaster_hook(codec, &spec->vmaster_mute, true);
Takashi Iwaid2f344b2012-03-12 16:59:58 +01001180 if (err < 0)
1181 return err;
Takashi Iwai2134ea42008-01-10 16:53:55 +01001182 }
1183
Takashi Iwaid78d7a92009-03-02 14:26:25 +01001184 if (spec->aloopback_ctl &&
1185 snd_hda_get_bool_hint(codec, "loopback") == 1) {
1186 err = snd_hda_add_new_ctls(codec, spec->aloopback_ctl);
1187 if (err < 0)
1188 return err;
1189 }
1190
Takashi Iwai603c4012008-07-30 15:01:44 +02001191 stac92xx_free_kctls(codec); /* no longer needed */
Takashi Iwaie4973e12008-11-18 09:32:42 +01001192
Takashi Iwai01a61e12011-10-28 00:03:22 +02001193 err = snd_hda_jack_add_kctls(codec, &spec->autocfg);
1194 if (err < 0)
1195 return err;
Takashi Iwaie4973e12008-11-18 09:32:42 +01001196
Mattdabbed62005-06-14 10:19:34 +02001197 return 0;
Matt2f2f4252005-04-13 14:45:30 +02001198}
1199
Takashi Iwaid39a3ae2013-01-14 14:06:26 +01001200static const struct hda_pintbl ref9200_pin_configs[] = {
1201 { 0x08, 0x01c47010 },
1202 { 0x09, 0x01447010 },
1203 { 0x0d, 0x0221401f },
1204 { 0x0e, 0x01114010 },
1205 { 0x0f, 0x02a19020 },
1206 { 0x10, 0x01a19021 },
1207 { 0x11, 0x90100140 },
1208 { 0x12, 0x01813122 },
1209 {}
Matt2f2f4252005-04-13 14:45:30 +02001210};
1211
Takashi Iwaid39a3ae2013-01-14 14:06:26 +01001212static const struct hda_pintbl gateway9200_m4_pin_configs[] = {
1213 { 0x08, 0x400000fe },
1214 { 0x09, 0x404500f4 },
1215 { 0x0d, 0x400100f0 },
1216 { 0x0e, 0x90110010 },
1217 { 0x0f, 0x400100f1 },
1218 { 0x10, 0x02a1902e },
1219 { 0x11, 0x500000f2 },
1220 { 0x12, 0x500000f3 },
1221 {}
Mauro Carvalho Chehab58eec422008-08-11 10:18:39 +02001222};
Takashi Iwaid39a3ae2013-01-14 14:06:26 +01001223
1224static const struct hda_pintbl gateway9200_m4_2_pin_configs[] = {
1225 { 0x08, 0x400000fe },
1226 { 0x09, 0x404500f4 },
1227 { 0x0d, 0x400100f0 },
1228 { 0x0e, 0x90110010 },
1229 { 0x0f, 0x400100f1 },
1230 { 0x10, 0x02a1902e },
1231 { 0x11, 0x500000f2 },
1232 { 0x12, 0x500000f3 },
1233 {}
Mauro Carvalho Chehab58eec422008-08-11 10:18:39 +02001234};
1235
1236/*
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001237 STAC 9200 pin configs for
1238 102801A8
1239 102801DE
1240 102801E8
1241*/
Takashi Iwaid39a3ae2013-01-14 14:06:26 +01001242static const struct hda_pintbl dell9200_d21_pin_configs[] = {
1243 { 0x08, 0x400001f0 },
1244 { 0x09, 0x400001f1 },
1245 { 0x0d, 0x02214030 },
1246 { 0x0e, 0x01014010 },
1247 { 0x0f, 0x02a19020 },
1248 { 0x10, 0x01a19021 },
1249 { 0x11, 0x90100140 },
1250 { 0x12, 0x01813122 },
1251 {}
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001252};
1253
1254/*
1255 STAC 9200 pin configs for
1256 102801C0
1257 102801C1
1258*/
Takashi Iwaid39a3ae2013-01-14 14:06:26 +01001259static const struct hda_pintbl dell9200_d22_pin_configs[] = {
1260 { 0x08, 0x400001f0 },
1261 { 0x09, 0x400001f1 },
1262 { 0x0d, 0x0221401f },
1263 { 0x0e, 0x01014010 },
1264 { 0x0f, 0x01813020 },
1265 { 0x10, 0x02a19021 },
1266 { 0x11, 0x90100140 },
1267 { 0x12, 0x400001f2 },
1268 {}
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001269};
1270
1271/*
1272 STAC 9200 pin configs for
1273 102801C4 (Dell Dimension E310)
1274 102801C5
1275 102801C7
1276 102801D9
1277 102801DA
1278 102801E3
1279*/
Takashi Iwaid39a3ae2013-01-14 14:06:26 +01001280static const struct hda_pintbl dell9200_d23_pin_configs[] = {
1281 { 0x08, 0x400001f0 },
1282 { 0x09, 0x400001f1 },
1283 { 0x0d, 0x0221401f },
1284 { 0x0e, 0x01014010 },
1285 { 0x0f, 0x01813020 },
1286 { 0x10, 0x01a19021 },
1287 { 0x11, 0x90100140 },
1288 { 0x12, 0x400001f2 },
1289 {}
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001290};
1291
1292
1293/*
1294 STAC 9200-32 pin configs for
1295 102801B5 (Dell Inspiron 630m)
1296 102801D8 (Dell Inspiron 640m)
1297*/
Takashi Iwaid39a3ae2013-01-14 14:06:26 +01001298static const struct hda_pintbl dell9200_m21_pin_configs[] = {
1299 { 0x08, 0x40c003fa },
1300 { 0x09, 0x03441340 },
1301 { 0x0d, 0x0321121f },
1302 { 0x0e, 0x90170310 },
1303 { 0x0f, 0x408003fb },
1304 { 0x10, 0x03a11020 },
1305 { 0x11, 0x401003fc },
1306 { 0x12, 0x403003fd },
1307 {}
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001308};
1309
1310/*
1311 STAC 9200-32 pin configs for
1312 102801C2 (Dell Latitude D620)
1313 102801C8
1314 102801CC (Dell Latitude D820)
1315 102801D4
1316 102801D6
1317*/
Takashi Iwaid39a3ae2013-01-14 14:06:26 +01001318static const struct hda_pintbl dell9200_m22_pin_configs[] = {
1319 { 0x08, 0x40c003fa },
1320 { 0x09, 0x0144131f },
1321 { 0x0d, 0x0321121f },
1322 { 0x0e, 0x90170310 },
1323 { 0x0f, 0x90a70321 },
1324 { 0x10, 0x03a11020 },
1325 { 0x11, 0x401003fb },
1326 { 0x12, 0x40f000fc },
1327 {}
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001328};
1329
1330/*
1331 STAC 9200-32 pin configs for
1332 102801CE (Dell XPS M1710)
1333 102801CF (Dell Precision M90)
1334*/
Takashi Iwaid39a3ae2013-01-14 14:06:26 +01001335static const struct hda_pintbl dell9200_m23_pin_configs[] = {
1336 { 0x08, 0x40c003fa },
1337 { 0x09, 0x01441340 },
1338 { 0x0d, 0x0421421f },
1339 { 0x0e, 0x90170310 },
1340 { 0x0f, 0x408003fb },
1341 { 0x10, 0x04a1102e },
1342 { 0x11, 0x90170311 },
1343 { 0x12, 0x403003fc },
1344 {}
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001345};
1346
1347/*
1348 STAC 9200-32 pin configs for
1349 102801C9
1350 102801CA
1351 102801CB (Dell Latitude 120L)
1352 102801D3
1353*/
Takashi Iwaid39a3ae2013-01-14 14:06:26 +01001354static const struct hda_pintbl dell9200_m24_pin_configs[] = {
1355 { 0x08, 0x40c003fa },
1356 { 0x09, 0x404003fb },
1357 { 0x0d, 0x0321121f },
1358 { 0x0e, 0x90170310 },
1359 { 0x0f, 0x408003fc },
1360 { 0x10, 0x03a11020 },
1361 { 0x11, 0x401003fd },
1362 { 0x12, 0x403003fe },
1363 {}
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001364};
1365
1366/*
1367 STAC 9200-32 pin configs for
1368 102801BD (Dell Inspiron E1505n)
1369 102801EE
1370 102801EF
1371*/
Takashi Iwaid39a3ae2013-01-14 14:06:26 +01001372static const struct hda_pintbl dell9200_m25_pin_configs[] = {
1373 { 0x08, 0x40c003fa },
1374 { 0x09, 0x01441340 },
1375 { 0x0d, 0x0421121f },
1376 { 0x0e, 0x90170310 },
1377 { 0x0f, 0x408003fb },
1378 { 0x10, 0x04a11020 },
1379 { 0x11, 0x401003fc },
1380 { 0x12, 0x403003fd },
1381 {}
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001382};
1383
1384/*
1385 STAC 9200-32 pin configs for
1386 102801F5 (Dell Inspiron 1501)
1387 102801F6
1388*/
Takashi Iwaid39a3ae2013-01-14 14:06:26 +01001389static const struct hda_pintbl dell9200_m26_pin_configs[] = {
1390 { 0x08, 0x40c003fa },
1391 { 0x09, 0x404003fb },
1392 { 0x0d, 0x0421121f },
1393 { 0x0e, 0x90170310 },
1394 { 0x0f, 0x408003fc },
1395 { 0x10, 0x04a11020 },
1396 { 0x11, 0x401003fd },
1397 { 0x12, 0x403003fe },
1398 {}
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001399};
1400
1401/*
1402 STAC 9200-32
1403 102801CD (Dell Inspiron E1705/9400)
1404*/
Takashi Iwaid39a3ae2013-01-14 14:06:26 +01001405static const struct hda_pintbl dell9200_m27_pin_configs[] = {
1406 { 0x08, 0x40c003fa },
1407 { 0x09, 0x01441340 },
1408 { 0x0d, 0x0421121f },
1409 { 0x0e, 0x90170310 },
1410 { 0x0f, 0x90170310 },
1411 { 0x10, 0x04a11020 },
1412 { 0x11, 0x90170310 },
1413 { 0x12, 0x40f003fc },
1414 {}
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001415};
1416
Takashi Iwaid39a3ae2013-01-14 14:06:26 +01001417static const struct hda_pintbl oqo9200_pin_configs[] = {
1418 { 0x08, 0x40c000f0 },
1419 { 0x09, 0x404000f1 },
1420 { 0x0d, 0x0221121f },
1421 { 0x0e, 0x02211210 },
1422 { 0x0f, 0x90170111 },
1423 { 0x10, 0x90a70120 },
1424 { 0x11, 0x400000f2 },
1425 { 0x12, 0x400000f3 },
1426 {}
Tobin Davisbf277782008-02-03 20:31:47 +01001427};
1428
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001429
Takashi Iwaid39a3ae2013-01-14 14:06:26 +01001430static void stac9200_fixup_panasonic(struct hda_codec *codec,
1431 const struct hda_fixup *fix, int action)
1432{
1433 struct sigmatel_spec *spec = codec->spec;
1434
1435 switch (action) {
1436 case HDA_FIXUP_ACT_PRE_PROBE:
1437 spec->gpio_mask = spec->gpio_dir = 0x09;
1438 spec->gpio_data = 0x00;
1439 break;
1440 case HDA_FIXUP_ACT_PROBE:
1441 /* CF-74 has no headphone detection, and the driver should *NOT*
1442 * do detection and HP/speaker toggle because the hardware does it.
1443 */
1444 spec->hp_detect = 0;
1445 break;
1446 }
1447}
1448
1449
1450static const struct hda_fixup stac9200_fixups[] = {
1451 [STAC_REF] = {
1452 .type = HDA_FIXUP_PINS,
1453 .v.pins = ref9200_pin_configs,
1454 },
1455 [STAC_9200_OQO] = {
1456 .type = HDA_FIXUP_PINS,
1457 .v.pins = oqo9200_pin_configs,
1458 .chained = true,
1459 .chain_id = STAC_9200_EAPD_INIT,
1460 },
1461 [STAC_9200_DELL_D21] = {
1462 .type = HDA_FIXUP_PINS,
1463 .v.pins = dell9200_d21_pin_configs,
1464 },
1465 [STAC_9200_DELL_D22] = {
1466 .type = HDA_FIXUP_PINS,
1467 .v.pins = dell9200_d22_pin_configs,
1468 },
1469 [STAC_9200_DELL_D23] = {
1470 .type = HDA_FIXUP_PINS,
1471 .v.pins = dell9200_d23_pin_configs,
1472 },
1473 [STAC_9200_DELL_M21] = {
1474 .type = HDA_FIXUP_PINS,
1475 .v.pins = dell9200_m21_pin_configs,
1476 },
1477 [STAC_9200_DELL_M22] = {
1478 .type = HDA_FIXUP_PINS,
1479 .v.pins = dell9200_m22_pin_configs,
1480 },
1481 [STAC_9200_DELL_M23] = {
1482 .type = HDA_FIXUP_PINS,
1483 .v.pins = dell9200_m23_pin_configs,
1484 },
1485 [STAC_9200_DELL_M24] = {
1486 .type = HDA_FIXUP_PINS,
1487 .v.pins = dell9200_m24_pin_configs,
1488 },
1489 [STAC_9200_DELL_M25] = {
1490 .type = HDA_FIXUP_PINS,
1491 .v.pins = dell9200_m25_pin_configs,
1492 },
1493 [STAC_9200_DELL_M26] = {
1494 .type = HDA_FIXUP_PINS,
1495 .v.pins = dell9200_m26_pin_configs,
1496 },
1497 [STAC_9200_DELL_M27] = {
1498 .type = HDA_FIXUP_PINS,
1499 .v.pins = dell9200_m27_pin_configs,
1500 },
1501 [STAC_9200_M4] = {
1502 .type = HDA_FIXUP_PINS,
1503 .v.pins = gateway9200_m4_pin_configs,
1504 .chained = true,
1505 .chain_id = STAC_9200_EAPD_INIT,
1506 },
1507 [STAC_9200_M4_2] = {
1508 .type = HDA_FIXUP_PINS,
1509 .v.pins = gateway9200_m4_2_pin_configs,
1510 .chained = true,
1511 .chain_id = STAC_9200_EAPD_INIT,
1512 },
1513 [STAC_9200_PANASONIC] = {
1514 .type = HDA_FIXUP_FUNC,
1515 .v.func = stac9200_fixup_panasonic,
1516 },
1517 [STAC_9200_EAPD_INIT] = {
1518 .type = HDA_FIXUP_VERBS,
1519 .v.verbs = (const struct hda_verb[]) {
1520 {0x08, AC_VERB_SET_EAPD_BTLENABLE, 0x02},
1521 {}
1522 },
1523 },
Matt Porter403d1942005-11-29 15:00:51 +01001524};
1525
Takashi Iwaid39a3ae2013-01-14 14:06:26 +01001526static const struct hda_model_fixup stac9200_models[] = {
1527 { .id = STAC_REF, .name = "ref" },
1528 { .id = STAC_9200_OQO, .name = "oqo" },
1529 { .id = STAC_9200_DELL_D21, .name = "dell-d21" },
1530 { .id = STAC_9200_DELL_D22, .name = "dell-d22" },
1531 { .id = STAC_9200_DELL_D23, .name = "dell-d23" },
1532 { .id = STAC_9200_DELL_M21, .name = "dell-m21" },
1533 { .id = STAC_9200_DELL_M22, .name = "dell-m22" },
1534 { .id = STAC_9200_DELL_M23, .name = "dell-m23" },
1535 { .id = STAC_9200_DELL_M24, .name = "dell-m24" },
1536 { .id = STAC_9200_DELL_M25, .name = "dell-m25" },
1537 { .id = STAC_9200_DELL_M26, .name = "dell-m26" },
1538 { .id = STAC_9200_DELL_M27, .name = "dell-m27" },
1539 { .id = STAC_9200_M4, .name = "gateway-m4" },
1540 { .id = STAC_9200_M4_2, .name = "gateway-m4-2" },
1541 { .id = STAC_9200_PANASONIC, .name = "panasonic" },
1542 {}
Takashi Iwaif5fcc132006-11-24 17:07:44 +01001543};
1544
Takashi Iwaid39a3ae2013-01-14 14:06:26 +01001545static const struct snd_pci_quirk stac9200_fixup_tbl[] = {
Takashi Iwaif5fcc132006-11-24 17:07:44 +01001546 /* SigmaTel reference board */
1547 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x2668,
1548 "DFI LanParty", STAC_REF),
Matthew Ranostay577aa2c2009-01-22 22:55:44 -05001549 SND_PCI_QUIRK(PCI_VENDOR_ID_DFI, 0x3101,
1550 "DFI LanParty", STAC_REF),
Matt Portere7377072006-11-06 11:20:38 +01001551 /* Dell laptops have BIOS problem */
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001552 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01a8,
1553 "unknown Dell", STAC_9200_DELL_D21),
Takashi Iwaif5fcc132006-11-24 17:07:44 +01001554 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01b5,
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001555 "Dell Inspiron 630m", STAC_9200_DELL_M21),
1556 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01bd,
1557 "Dell Inspiron E1505n", STAC_9200_DELL_M25),
1558 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01c0,
1559 "unknown Dell", STAC_9200_DELL_D22),
1560 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01c1,
1561 "unknown Dell", STAC_9200_DELL_D22),
Takashi Iwaif5fcc132006-11-24 17:07:44 +01001562 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01c2,
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001563 "Dell Latitude D620", STAC_9200_DELL_M22),
1564 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01c5,
1565 "unknown Dell", STAC_9200_DELL_D23),
1566 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01c7,
1567 "unknown Dell", STAC_9200_DELL_D23),
1568 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01c8,
1569 "unknown Dell", STAC_9200_DELL_M22),
1570 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01c9,
1571 "unknown Dell", STAC_9200_DELL_M24),
1572 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01ca,
1573 "unknown Dell", STAC_9200_DELL_M24),
Takashi Iwaif5fcc132006-11-24 17:07:44 +01001574 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01cb,
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001575 "Dell Latitude 120L", STAC_9200_DELL_M24),
Cory T. Tusar877b8662007-01-30 17:30:55 +01001576 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01cc,
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001577 "Dell Latitude D820", STAC_9200_DELL_M22),
Mikael Nilsson46f02ca2007-02-13 12:46:16 +01001578 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01cd,
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001579 "Dell Inspiron E1705/9400", STAC_9200_DELL_M27),
Mikael Nilsson46f02ca2007-02-13 12:46:16 +01001580 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01ce,
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001581 "Dell XPS M1710", STAC_9200_DELL_M23),
Takashi Iwaif0f96742007-02-14 00:59:17 +01001582 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01cf,
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001583 "Dell Precision M90", STAC_9200_DELL_M23),
1584 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01d3,
1585 "unknown Dell", STAC_9200_DELL_M22),
1586 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01d4,
1587 "unknown Dell", STAC_9200_DELL_M22),
Daniel T Chen8286c532007-05-15 11:46:23 +02001588 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01d6,
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001589 "unknown Dell", STAC_9200_DELL_M22),
Tobin Davis49c605d2007-05-17 09:38:24 +02001590 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01d8,
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001591 "Dell Inspiron 640m", STAC_9200_DELL_M21),
1592 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01d9,
1593 "unknown Dell", STAC_9200_DELL_D23),
1594 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01da,
1595 "unknown Dell", STAC_9200_DELL_D23),
1596 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01de,
1597 "unknown Dell", STAC_9200_DELL_D21),
1598 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01e3,
1599 "unknown Dell", STAC_9200_DELL_D23),
1600 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01e8,
1601 "unknown Dell", STAC_9200_DELL_D21),
1602 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01ee,
1603 "unknown Dell", STAC_9200_DELL_M25),
1604 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01ef,
1605 "unknown Dell", STAC_9200_DELL_M25),
Tobin Davis49c605d2007-05-17 09:38:24 +02001606 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01f5,
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001607 "Dell Inspiron 1501", STAC_9200_DELL_M26),
1608 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01f6,
1609 "unknown Dell", STAC_9200_DELL_M26),
Tobin Davis49c605d2007-05-17 09:38:24 +02001610 /* Panasonic */
Takashi Iwai117f2572008-03-18 09:53:23 +01001611 SND_PCI_QUIRK(0x10f7, 0x8338, "Panasonic CF-74", STAC_9200_PANASONIC),
Takashi Iwai1194b5b2007-10-10 10:04:26 +02001612 /* Gateway machines needs EAPD to be set on resume */
Mauro Carvalho Chehab58eec422008-08-11 10:18:39 +02001613 SND_PCI_QUIRK(0x107b, 0x0205, "Gateway S-7110M", STAC_9200_M4),
1614 SND_PCI_QUIRK(0x107b, 0x0317, "Gateway MT3423, MX341*", STAC_9200_M4_2),
1615 SND_PCI_QUIRK(0x107b, 0x0318, "Gateway ML3019, MT3707", STAC_9200_M4_2),
Tobin Davisbf277782008-02-03 20:31:47 +01001616 /* OQO Mobile */
1617 SND_PCI_QUIRK(0x1106, 0x3288, "OQO Model 2", STAC_9200_OQO),
Matt Porter403d1942005-11-29 15:00:51 +01001618 {} /* terminator */
1619};
1620
Takashi Iwai2b635362011-05-02 12:33:43 +02001621static const unsigned int ref925x_pin_configs[8] = {
Tobin Davis8e21c342007-01-08 11:04:17 +01001622 0x40c003f0, 0x424503f2, 0x01813022, 0x02a19021,
Matthew Ranostay09a99952008-01-24 11:49:21 +01001623 0x90a70320, 0x02214210, 0x01019020, 0x9033032e,
Tobin Davis8e21c342007-01-08 11:04:17 +01001624};
1625
Takashi Iwai2b635362011-05-02 12:33:43 +02001626static const unsigned int stac925xM1_pin_configs[8] = {
Mauro Carvalho Chehab9cb36c22008-08-11 10:18:39 +02001627 0x40c003f4, 0x424503f2, 0x400000f3, 0x02a19020,
1628 0x40a000f0, 0x90100210, 0x400003f1, 0x9033032e,
Tobin Davis8e21c342007-01-08 11:04:17 +01001629};
1630
Takashi Iwai2b635362011-05-02 12:33:43 +02001631static const unsigned int stac925xM1_2_pin_configs[8] = {
Mauro Carvalho Chehab9cb36c22008-08-11 10:18:39 +02001632 0x40c003f4, 0x424503f2, 0x400000f3, 0x02a19020,
1633 0x40a000f0, 0x90100210, 0x400003f1, 0x9033032e,
1634};
Mauro Carvalho Chehab58eec422008-08-11 10:18:39 +02001635
Takashi Iwai2b635362011-05-02 12:33:43 +02001636static const unsigned int stac925xM2_pin_configs[8] = {
Mauro Carvalho Chehab9cb36c22008-08-11 10:18:39 +02001637 0x40c003f4, 0x424503f2, 0x400000f3, 0x02a19020,
1638 0x40a000f0, 0x90100210, 0x400003f1, 0x9033032e,
Tobin Davis2c11f952007-05-17 09:36:34 +02001639};
1640
Takashi Iwai2b635362011-05-02 12:33:43 +02001641static const unsigned int stac925xM2_2_pin_configs[8] = {
Mauro Carvalho Chehab58eec422008-08-11 10:18:39 +02001642 0x40c003f4, 0x424503f2, 0x400000f3, 0x02a19020,
1643 0x40a000f0, 0x90100210, 0x400003f1, 0x9033032e,
1644};
1645
Takashi Iwai2b635362011-05-02 12:33:43 +02001646static const unsigned int stac925xM3_pin_configs[8] = {
Mauro Carvalho Chehab9cb36c22008-08-11 10:18:39 +02001647 0x40c003f4, 0x424503f2, 0x400000f3, 0x02a19020,
1648 0x40a000f0, 0x90100210, 0x400003f1, 0x503303f3,
1649};
Mauro Carvalho Chehab58eec422008-08-11 10:18:39 +02001650
Takashi Iwai2b635362011-05-02 12:33:43 +02001651static const unsigned int stac925xM5_pin_configs[8] = {
Mauro Carvalho Chehab9cb36c22008-08-11 10:18:39 +02001652 0x40c003f4, 0x424503f2, 0x400000f3, 0x02a19020,
1653 0x40a000f0, 0x90100210, 0x400003f1, 0x9033032e,
1654};
1655
Takashi Iwai2b635362011-05-02 12:33:43 +02001656static const unsigned int stac925xM6_pin_configs[8] = {
Mauro Carvalho Chehab9cb36c22008-08-11 10:18:39 +02001657 0x40c003f4, 0x424503f2, 0x400000f3, 0x02a19020,
1658 0x40a000f0, 0x90100210, 0x400003f1, 0x90330320,
Tobin Davis8e21c342007-01-08 11:04:17 +01001659};
1660
Takashi Iwai2b635362011-05-02 12:33:43 +02001661static const unsigned int *stac925x_brd_tbl[STAC_925x_MODELS] = {
Tobin Davis8e21c342007-01-08 11:04:17 +01001662 [STAC_REF] = ref925x_pin_configs,
Mauro Carvalho Chehab9cb36c22008-08-11 10:18:39 +02001663 [STAC_M1] = stac925xM1_pin_configs,
1664 [STAC_M1_2] = stac925xM1_2_pin_configs,
1665 [STAC_M2] = stac925xM2_pin_configs,
Tobin Davis8e21c342007-01-08 11:04:17 +01001666 [STAC_M2_2] = stac925xM2_2_pin_configs,
Mauro Carvalho Chehab9cb36c22008-08-11 10:18:39 +02001667 [STAC_M3] = stac925xM3_pin_configs,
1668 [STAC_M5] = stac925xM5_pin_configs,
1669 [STAC_M6] = stac925xM6_pin_configs,
Tobin Davis8e21c342007-01-08 11:04:17 +01001670};
1671
Takashi Iwaiea734962011-01-17 11:29:34 +01001672static const char * const stac925x_models[STAC_925x_MODELS] = {
Takashi Iwai1607b8e2009-02-26 16:50:43 +01001673 [STAC_925x_AUTO] = "auto",
Tobin Davis8e21c342007-01-08 11:04:17 +01001674 [STAC_REF] = "ref",
Mauro Carvalho Chehab9cb36c22008-08-11 10:18:39 +02001675 [STAC_M1] = "m1",
1676 [STAC_M1_2] = "m1-2",
1677 [STAC_M2] = "m2",
Tobin Davis8e21c342007-01-08 11:04:17 +01001678 [STAC_M2_2] = "m2-2",
Mauro Carvalho Chehab9cb36c22008-08-11 10:18:39 +02001679 [STAC_M3] = "m3",
1680 [STAC_M5] = "m5",
1681 [STAC_M6] = "m6",
Tobin Davis8e21c342007-01-08 11:04:17 +01001682};
1683
Takashi Iwai2b635362011-05-02 12:33:43 +02001684static const struct snd_pci_quirk stac925x_codec_id_cfg_tbl[] = {
Mauro Carvalho Chehab58eec422008-08-11 10:18:39 +02001685 SND_PCI_QUIRK(0x107b, 0x0316, "Gateway M255", STAC_M2),
1686 SND_PCI_QUIRK(0x107b, 0x0366, "Gateway MP6954", STAC_M5),
1687 SND_PCI_QUIRK(0x107b, 0x0461, "Gateway NX560XL", STAC_M1),
1688 SND_PCI_QUIRK(0x107b, 0x0681, "Gateway NX860", STAC_M2),
Mauro Carvalho Chehab9cb36c22008-08-11 10:18:39 +02001689 SND_PCI_QUIRK(0x107b, 0x0367, "Gateway MX6453", STAC_M1_2),
Mauro Carvalho Chehab9cb36c22008-08-11 10:18:39 +02001690 /* Not sure about the brand name for those */
1691 SND_PCI_QUIRK(0x107b, 0x0281, "Gateway mobile", STAC_M1),
1692 SND_PCI_QUIRK(0x107b, 0x0507, "Gateway mobile", STAC_M3),
1693 SND_PCI_QUIRK(0x107b, 0x0281, "Gateway mobile", STAC_M6),
1694 SND_PCI_QUIRK(0x107b, 0x0685, "Gateway mobile", STAC_M2_2),
Mauro Carvalho Chehab9cb36c22008-08-11 10:18:39 +02001695 {} /* terminator */
Tobin Davis8e21c342007-01-08 11:04:17 +01001696};
1697
Takashi Iwai2b635362011-05-02 12:33:43 +02001698static const struct snd_pci_quirk stac925x_cfg_tbl[] = {
Tobin Davis8e21c342007-01-08 11:04:17 +01001699 /* SigmaTel reference board */
1700 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x2668, "DFI LanParty", STAC_REF),
Matthew Ranostay577aa2c2009-01-22 22:55:44 -05001701 SND_PCI_QUIRK(PCI_VENDOR_ID_DFI, 0x3101, "DFI LanParty", STAC_REF),
Tobin Davis2c11f952007-05-17 09:36:34 +02001702 SND_PCI_QUIRK(0x8384, 0x7632, "Stac9202 Reference Board", STAC_REF),
Mauro Carvalho Chehab9cb36c22008-08-11 10:18:39 +02001703
1704 /* Default table for unknown ID */
1705 SND_PCI_QUIRK(0x1002, 0x437b, "Gateway mobile", STAC_M2_2),
1706
Tobin Davis8e21c342007-01-08 11:04:17 +01001707 {} /* terminator */
1708};
1709
Takashi Iwai2b635362011-05-02 12:33:43 +02001710static const unsigned int ref92hd73xx_pin_configs[13] = {
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01001711 0x02214030, 0x02a19040, 0x01a19020, 0x02214030,
1712 0x0181302e, 0x01014010, 0x01014020, 0x01014030,
1713 0x02319040, 0x90a000f0, 0x90a000f0, 0x01452050,
Matthew Ranostaya7662642008-02-21 07:51:14 +01001714 0x01452050,
1715};
1716
Takashi Iwai2b635362011-05-02 12:33:43 +02001717static const unsigned int dell_m6_pin_configs[13] = {
Matthew Ranostaya7662642008-02-21 07:51:14 +01001718 0x0321101f, 0x4f00000f, 0x4f0000f0, 0x90170110,
Matthew Ranostay7c2ba972008-04-16 13:13:59 +02001719 0x03a11020, 0x0321101f, 0x4f0000f0, 0x4f0000f0,
Matthew Ranostaya7662642008-02-21 07:51:14 +01001720 0x4f0000f0, 0x90a60160, 0x4f0000f0, 0x4f0000f0,
1721 0x4f0000f0,
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01001722};
1723
Takashi Iwai2b635362011-05-02 12:33:43 +02001724static const unsigned int alienware_m17x_pin_configs[13] = {
Takashi Iwai842ae632009-09-02 07:43:08 +02001725 0x0321101f, 0x0321101f, 0x03a11020, 0x03014020,
1726 0x90170110, 0x4f0000f0, 0x4f0000f0, 0x4f0000f0,
1727 0x4f0000f0, 0x90a60160, 0x4f0000f0, 0x4f0000f0,
1728 0x904601b0,
1729};
1730
Takashi Iwai2b635362011-05-02 12:33:43 +02001731static const unsigned int intel_dg45id_pin_configs[13] = {
Alexey Fisher52dc4382009-12-12 11:16:41 +02001732 0x02214230, 0x02A19240, 0x01013214, 0x01014210,
Wu Fengguang4d26f442010-05-07 08:47:54 +08001733 0x01A19250, 0x01011212, 0x01016211
Alexey Fisher52dc4382009-12-12 11:16:41 +02001734};
1735
Takashi Iwai2b635362011-05-02 12:33:43 +02001736static const unsigned int *stac92hd73xx_brd_tbl[STAC_92HD73XX_MODELS] = {
Matthew Ranostaya7662642008-02-21 07:51:14 +01001737 [STAC_92HD73XX_REF] = ref92hd73xx_pin_configs,
Takashi Iwai661cd8f2008-11-25 15:18:29 +01001738 [STAC_DELL_M6_AMIC] = dell_m6_pin_configs,
1739 [STAC_DELL_M6_DMIC] = dell_m6_pin_configs,
1740 [STAC_DELL_M6_BOTH] = dell_m6_pin_configs,
Matthew Ranostay6b3ab212008-11-03 08:12:43 -05001741 [STAC_DELL_EQ] = dell_m6_pin_configs,
Takashi Iwai842ae632009-09-02 07:43:08 +02001742 [STAC_ALIENWARE_M17X] = alienware_m17x_pin_configs,
Alexey Fisher52dc4382009-12-12 11:16:41 +02001743 [STAC_92HD73XX_INTEL] = intel_dg45id_pin_configs,
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01001744};
1745
Takashi Iwaiea734962011-01-17 11:29:34 +01001746static const char * const stac92hd73xx_models[STAC_92HD73XX_MODELS] = {
Takashi Iwai1607b8e2009-02-26 16:50:43 +01001747 [STAC_92HD73XX_AUTO] = "auto",
Takashi Iwai9e43f0d2008-12-17 14:51:01 +01001748 [STAC_92HD73XX_NO_JD] = "no-jd",
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01001749 [STAC_92HD73XX_REF] = "ref",
Wu Fengguangae709442009-08-19 17:05:11 +08001750 [STAC_92HD73XX_INTEL] = "intel",
Takashi Iwai661cd8f2008-11-25 15:18:29 +01001751 [STAC_DELL_M6_AMIC] = "dell-m6-amic",
1752 [STAC_DELL_M6_DMIC] = "dell-m6-dmic",
1753 [STAC_DELL_M6_BOTH] = "dell-m6",
Matthew Ranostay6b3ab212008-11-03 08:12:43 -05001754 [STAC_DELL_EQ] = "dell-eq",
Takashi Iwai842ae632009-09-02 07:43:08 +02001755 [STAC_ALIENWARE_M17X] = "alienware",
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01001756};
1757
Takashi Iwai2b635362011-05-02 12:33:43 +02001758static const struct snd_pci_quirk stac92hd73xx_cfg_tbl[] = {
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01001759 /* SigmaTel reference board */
1760 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x2668,
Matthew Ranostaya7662642008-02-21 07:51:14 +01001761 "DFI LanParty", STAC_92HD73XX_REF),
Matthew Ranostay577aa2c2009-01-22 22:55:44 -05001762 SND_PCI_QUIRK(PCI_VENDOR_ID_DFI, 0x3101,
1763 "DFI LanParty", STAC_92HD73XX_REF),
Wu Fengguangae709442009-08-19 17:05:11 +08001764 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x5002,
1765 "Intel DG45ID", STAC_92HD73XX_INTEL),
1766 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x5003,
1767 "Intel DG45FC", STAC_92HD73XX_INTEL),
Matthew Ranostaya7662642008-02-21 07:51:14 +01001768 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0254,
Takashi Iwai661cd8f2008-11-25 15:18:29 +01001769 "Dell Studio 1535", STAC_DELL_M6_DMIC),
Matthew Ranostaya7662642008-02-21 07:51:14 +01001770 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0255,
Takashi Iwai661cd8f2008-11-25 15:18:29 +01001771 "unknown Dell", STAC_DELL_M6_DMIC),
Matthew Ranostaya7662642008-02-21 07:51:14 +01001772 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0256,
Takashi Iwai661cd8f2008-11-25 15:18:29 +01001773 "unknown Dell", STAC_DELL_M6_BOTH),
Matthew Ranostaya7662642008-02-21 07:51:14 +01001774 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0257,
Takashi Iwai661cd8f2008-11-25 15:18:29 +01001775 "unknown Dell", STAC_DELL_M6_BOTH),
Matthew Ranostaya7662642008-02-21 07:51:14 +01001776 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x025e,
Takashi Iwai661cd8f2008-11-25 15:18:29 +01001777 "unknown Dell", STAC_DELL_M6_AMIC),
Matthew Ranostaya7662642008-02-21 07:51:14 +01001778 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x025f,
Takashi Iwai661cd8f2008-11-25 15:18:29 +01001779 "unknown Dell", STAC_DELL_M6_AMIC),
Matthew Ranostaya7662642008-02-21 07:51:14 +01001780 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0271,
Takashi Iwai661cd8f2008-11-25 15:18:29 +01001781 "unknown Dell", STAC_DELL_M6_DMIC),
1782 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0272,
1783 "unknown Dell", STAC_DELL_M6_DMIC),
Takashi Iwaib0fc5e02008-11-21 08:37:03 +01001784 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x029f,
Takashi Iwai661cd8f2008-11-25 15:18:29 +01001785 "Dell Studio 1537", STAC_DELL_M6_DMIC),
Joerg Schirottkefa620e92008-12-19 08:13:49 +01001786 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x02a0,
1787 "Dell Studio 17", STAC_DELL_M6_DMIC),
Takashi Iwai626f5ce2009-07-28 00:54:39 +02001788 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x02be,
1789 "Dell Studio 1555", STAC_DELL_M6_DMIC),
Daniel J Blueman8ef58372009-11-14 18:20:04 +00001790 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x02bd,
1791 "Dell Studio 1557", STAC_DELL_M6_DMIC),
Daniel T Chenaac78da2010-04-21 20:41:52 -04001792 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x02fe,
David Henningssonffe535e2012-01-16 10:52:20 +01001793 "Dell Studio XPS 1645", STAC_DELL_M6_DMIC),
Daniel T Chen5c1bccf2010-04-22 17:54:45 -04001794 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0413,
David Henningssone033ebf2011-05-16 12:09:29 +02001795 "Dell Studio 1558", STAC_DELL_M6_DMIC),
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01001796 {} /* terminator */
1797};
1798
Takashi Iwai2b635362011-05-02 12:33:43 +02001799static const struct snd_pci_quirk stac92hd73xx_codec_id_cfg_tbl[] = {
Takashi Iwai842ae632009-09-02 07:43:08 +02001800 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x02a1,
1801 "Alienware M17x", STAC_ALIENWARE_M17X),
Daniel T Chen0defe092010-12-01 19:16:07 -05001802 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x043a,
1803 "Alienware M17x", STAC_ALIENWARE_M17X),
Takashi Iwaidbd1b542011-11-19 11:41:30 +01001804 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0490,
Albert Poolb9ecc4e2012-01-19 22:08:50 +01001805 "Alienware M17x R3", STAC_DELL_EQ),
Takashi Iwai842ae632009-09-02 07:43:08 +02001806 {} /* terminator */
1807};
1808
Takashi Iwai2b635362011-05-02 12:33:43 +02001809static const unsigned int ref92hd83xxx_pin_configs[10] = {
Matthew Ranostayd0513fc2008-07-27 10:30:30 +02001810 0x02214030, 0x02211010, 0x02a19020, 0x02170130,
1811 0x01014050, 0x01819040, 0x01014020, 0x90a3014e,
Matthew Ranostayd0513fc2008-07-27 10:30:30 +02001812 0x01451160, 0x98560170,
1813};
1814
Takashi Iwai2b635362011-05-02 12:33:43 +02001815static const unsigned int dell_s14_pin_configs[10] = {
Takashi Iwai69b56552009-09-15 12:37:42 +02001816 0x0221403f, 0x0221101f, 0x02a19020, 0x90170110,
1817 0x40f000f0, 0x40f000f0, 0x40f000f0, 0x90a60160,
Matthew Ranostay8bb0ac52009-02-12 16:50:01 -05001818 0x40f000f0, 0x40f000f0,
1819};
1820
Julian Wollrathf7f9bdf2011-11-09 10:02:40 +01001821static const unsigned int dell_vostro_3500_pin_configs[10] = {
1822 0x02a11020, 0x0221101f, 0x400000f0, 0x90170110,
1823 0x400000f1, 0x400000f2, 0x400000f3, 0x90a60160,
1824 0x400000f4, 0x400000f5,
1825};
1826
Takashi Iwai2b635362011-05-02 12:33:43 +02001827static const unsigned int hp_dv7_4000_pin_configs[10] = {
Steven Eastland48315592010-08-06 15:07:35 -06001828 0x03a12050, 0x0321201f, 0x40f000f0, 0x90170110,
1829 0x40f000f0, 0x40f000f0, 0x90170110, 0xd5a30140,
1830 0x40f000f0, 0x40f000f0,
1831};
1832
Vitaliy Kulikov5556e142012-02-27 16:47:37 -06001833static const unsigned int hp_zephyr_pin_configs[10] = {
1834 0x01813050, 0x0421201f, 0x04a1205e, 0x96130310,
1835 0x96130310, 0x0101401f, 0x1111611f, 0xd5a30130,
1836 0, 0,
1837};
1838
Vitaliy Kulikov0c27c182011-07-22 17:50:37 -05001839static const unsigned int hp_cNB11_intquad_pin_configs[10] = {
1840 0x40f000f0, 0x0221101f, 0x02a11020, 0x92170110,
1841 0x40f000f0, 0x92170110, 0x40f000f0, 0xd5a30130,
1842 0x40f000f0, 0x40f000f0,
1843};
1844
Takashi Iwai2b635362011-05-02 12:33:43 +02001845static const unsigned int *stac92hd83xxx_brd_tbl[STAC_92HD83XXX_MODELS] = {
Matthew Ranostayd0513fc2008-07-27 10:30:30 +02001846 [STAC_92HD83XXX_REF] = ref92hd83xxx_pin_configs,
Matthew Ranostay32ed3f42009-01-22 20:53:29 -05001847 [STAC_92HD83XXX_PWR_REF] = ref92hd83xxx_pin_configs,
Matthew Ranostay8bb0ac52009-02-12 16:50:01 -05001848 [STAC_DELL_S14] = dell_s14_pin_configs,
Julian Wollrathf7f9bdf2011-11-09 10:02:40 +01001849 [STAC_DELL_VOSTRO_3500] = dell_vostro_3500_pin_configs,
Vitaliy Kulikov0c27c182011-07-22 17:50:37 -05001850 [STAC_92HD83XXX_HP_cNB11_INTQUAD] = hp_cNB11_intquad_pin_configs,
Steven Eastland48315592010-08-06 15:07:35 -06001851 [STAC_HP_DV7_4000] = hp_dv7_4000_pin_configs,
Vitaliy Kulikov5556e142012-02-27 16:47:37 -06001852 [STAC_HP_ZEPHYR] = hp_zephyr_pin_configs,
Matthew Ranostayd0513fc2008-07-27 10:30:30 +02001853};
1854
Takashi Iwaiea734962011-01-17 11:29:34 +01001855static const char * const stac92hd83xxx_models[STAC_92HD83XXX_MODELS] = {
Takashi Iwai1607b8e2009-02-26 16:50:43 +01001856 [STAC_92HD83XXX_AUTO] = "auto",
Matthew Ranostayd0513fc2008-07-27 10:30:30 +02001857 [STAC_92HD83XXX_REF] = "ref",
Matthew Ranostay32ed3f42009-01-22 20:53:29 -05001858 [STAC_92HD83XXX_PWR_REF] = "mic-ref",
Matthew Ranostay8bb0ac52009-02-12 16:50:01 -05001859 [STAC_DELL_S14] = "dell-s14",
Julian Wollrathf7f9bdf2011-11-09 10:02:40 +01001860 [STAC_DELL_VOSTRO_3500] = "dell-vostro-3500",
Vitaliy Kulikov0c27c182011-07-22 17:50:37 -05001861 [STAC_92HD83XXX_HP_cNB11_INTQUAD] = "hp_cNB11_intquad",
Steven Eastland48315592010-08-06 15:07:35 -06001862 [STAC_HP_DV7_4000] = "hp-dv7-4000",
Vitaliy Kulikov5556e142012-02-27 16:47:37 -06001863 [STAC_HP_ZEPHYR] = "hp-zephyr",
Takashi Iwaia3e19972012-07-26 08:17:20 +02001864 [STAC_92HD83XXX_HP_LED] = "hp-led",
Takashi Iwaiff8a1e22012-07-31 10:16:59 +02001865 [STAC_92HD83XXX_HP_INV_LED] = "hp-inv-led",
Takashi Iwai62cbde12012-09-14 11:58:54 +02001866 [STAC_92HD83XXX_HP_MIC_LED] = "hp-mic-led",
David Henningsson8d032a82012-10-09 12:48:40 +02001867 [STAC_92HD83XXX_HEADSET_JACK] = "headset-jack",
Matthew Ranostayd0513fc2008-07-27 10:30:30 +02001868};
1869
Takashi Iwai2b635362011-05-02 12:33:43 +02001870static const struct snd_pci_quirk stac92hd83xxx_cfg_tbl[] = {
Matthew Ranostayd0513fc2008-07-27 10:30:30 +02001871 /* SigmaTel reference board */
1872 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x2668,
Takashi Iwaif9d088b2009-01-13 11:54:49 +01001873 "DFI LanParty", STAC_92HD83XXX_REF),
Matthew Ranostay577aa2c2009-01-22 22:55:44 -05001874 SND_PCI_QUIRK(PCI_VENDOR_ID_DFI, 0x3101,
1875 "DFI LanParty", STAC_92HD83XXX_REF),
Matthew Ranostay8bb0ac52009-02-12 16:50:01 -05001876 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x02ba,
1877 "unknown Dell", STAC_DELL_S14),
David Henningsson8d032a82012-10-09 12:48:40 +02001878 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0532,
1879 "Dell Latitude E6230", STAC_92HD83XXX_HEADSET_JACK),
1880 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0533,
1881 "Dell Latitude E6330", STAC_92HD83XXX_HEADSET_JACK),
1882 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0534,
1883 "Dell Latitude E6430", STAC_92HD83XXX_HEADSET_JACK),
1884 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0535,
1885 "Dell Latitude E6530", STAC_92HD83XXX_HEADSET_JACK),
1886 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x053c,
1887 "Dell Latitude E5430", STAC_92HD83XXX_HEADSET_JACK),
1888 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x053d,
1889 "Dell Latitude E5530", STAC_92HD83XXX_HEADSET_JACK),
1890 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0549,
1891 "Dell Latitude E5430", STAC_92HD83XXX_HEADSET_JACK),
1892 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x057d,
1893 "Dell Latitude E6430s", STAC_92HD83XXX_HEADSET_JACK),
1894 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0584,
1895 "Dell Latitude E6430U", STAC_92HD83XXX_HEADSET_JACK),
Julian Wollrathf7f9bdf2011-11-09 10:02:40 +01001896 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x1028,
1897 "Dell Vostro 3500", STAC_DELL_VOSTRO_3500),
Vitaliy Kulikov0c27c182011-07-22 17:50:37 -05001898 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x1656,
1899 "HP", STAC_92HD83XXX_HP_cNB11_INTQUAD),
1900 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x1657,
1901 "HP", STAC_92HD83XXX_HP_cNB11_INTQUAD),
1902 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x1658,
1903 "HP", STAC_92HD83XXX_HP_cNB11_INTQUAD),
1904 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x1659,
Takashi Iwai8ae58652012-12-13 14:33:42 +01001905 "HP Pavilion dv7", STAC_HP_DV7_4000),
Vitaliy Kulikov0c27c182011-07-22 17:50:37 -05001906 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x165A,
1907 "HP", STAC_92HD83XXX_HP_cNB11_INTQUAD),
1908 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x165B,
1909 "HP", STAC_92HD83XXX_HP_cNB11_INTQUAD),
Takashi Iwai62cbde12012-09-14 11:58:54 +02001910 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x18df,
1911 "HP Folio", STAC_92HD83XXX_HP_MIC_LED),
Vitaliy Kulikov0c27c182011-07-22 17:50:37 -05001912 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x3388,
1913 "HP", STAC_92HD83XXX_HP_cNB11_INTQUAD),
1914 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x3389,
1915 "HP", STAC_92HD83XXX_HP_cNB11_INTQUAD),
1916 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x355B,
1917 "HP", STAC_92HD83XXX_HP_cNB11_INTQUAD),
1918 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x355C,
1919 "HP", STAC_92HD83XXX_HP_cNB11_INTQUAD),
1920 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x355D,
1921 "HP", STAC_92HD83XXX_HP_cNB11_INTQUAD),
1922 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x355E,
1923 "HP", STAC_92HD83XXX_HP_cNB11_INTQUAD),
1924 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x355F,
1925 "HP", STAC_92HD83XXX_HP_cNB11_INTQUAD),
1926 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x3560,
1927 "HP", STAC_92HD83XXX_HP_cNB11_INTQUAD),
1928 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x358B,
1929 "HP", STAC_92HD83XXX_HP_cNB11_INTQUAD),
1930 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x358C,
1931 "HP", STAC_92HD83XXX_HP_cNB11_INTQUAD),
1932 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x358D,
1933 "HP", STAC_92HD83XXX_HP_cNB11_INTQUAD),
1934 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x3591,
1935 "HP", STAC_92HD83XXX_HP_cNB11_INTQUAD),
1936 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x3592,
1937 "HP", STAC_92HD83XXX_HP_cNB11_INTQUAD),
1938 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x3593,
1939 "HP", STAC_92HD83XXX_HP_cNB11_INTQUAD),
Vitaliy Kulikov5556e142012-02-27 16:47:37 -06001940 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x3561,
1941 "HP", STAC_HP_ZEPHYR),
Takashi Iwaia3e19972012-07-26 08:17:20 +02001942 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x3660,
1943 "HP Mini", STAC_92HD83XXX_HP_LED),
Gustavo Maciel Dias Vieira5afc13a2012-10-26 12:51:53 -02001944 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x144E,
1945 "HP Pavilion dv5", STAC_92HD83XXX_HP_INV_LED),
Vitaliy Kulikov5556e142012-02-27 16:47:37 -06001946 {} /* terminator */
1947};
1948
1949static const struct snd_pci_quirk stac92hd83xxx_codec_id_cfg_tbl[] = {
1950 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x3561,
1951 "HP", STAC_HP_ZEPHYR),
Herton Ronaldo Krzesinski574f3c42008-12-23 16:53:00 -02001952 {} /* terminator */
Matthew Ranostayd0513fc2008-07-27 10:30:30 +02001953};
1954
Takashi Iwai2b635362011-05-02 12:33:43 +02001955static const unsigned int ref92hd71bxx_pin_configs[STAC92HD71BXX_NUM_PINS] = {
Matthew Ranostaye035b842007-11-06 11:53:55 +01001956 0x02214030, 0x02a19040, 0x01a19020, 0x01014010,
Matthew Ranostay4b33c762008-10-10 09:07:23 -04001957 0x0181302e, 0x01014010, 0x01019020, 0x90a000f0,
Herton Ronaldo Krzesinski616f89e2009-02-04 11:23:19 -05001958 0x90a000f0, 0x01452050, 0x01452050, 0x00000000,
1959 0x00000000
Matthew Ranostaye035b842007-11-06 11:53:55 +01001960};
1961
Takashi Iwai2b635362011-05-02 12:33:43 +02001962static const unsigned int dell_m4_1_pin_configs[STAC92HD71BXX_NUM_PINS] = {
Matthew Ranostaya7662642008-02-21 07:51:14 +01001963 0x0421101f, 0x04a11221, 0x40f000f0, 0x90170110,
Matthew Ranostay07bcb312008-03-20 12:10:57 +01001964 0x23a1902e, 0x23014250, 0x40f000f0, 0x90a000f0,
Herton Ronaldo Krzesinski616f89e2009-02-04 11:23:19 -05001965 0x40f000f0, 0x4f0000f0, 0x4f0000f0, 0x00000000,
1966 0x00000000
Matthew Ranostaya7662642008-02-21 07:51:14 +01001967};
1968
Takashi Iwai2b635362011-05-02 12:33:43 +02001969static const unsigned int dell_m4_2_pin_configs[STAC92HD71BXX_NUM_PINS] = {
Matthew Ranostaya7662642008-02-21 07:51:14 +01001970 0x0421101f, 0x04a11221, 0x90a70330, 0x90170110,
1971 0x23a1902e, 0x23014250, 0x40f000f0, 0x40f000f0,
Herton Ronaldo Krzesinski616f89e2009-02-04 11:23:19 -05001972 0x40f000f0, 0x044413b0, 0x044413b0, 0x00000000,
1973 0x00000000
Matthew Ranostaya7662642008-02-21 07:51:14 +01001974};
1975
Takashi Iwai2b635362011-05-02 12:33:43 +02001976static const unsigned int dell_m4_3_pin_configs[STAC92HD71BXX_NUM_PINS] = {
Matthew Ranostay3a7abfd2008-11-20 21:21:43 -05001977 0x0421101f, 0x04a11221, 0x90a70330, 0x90170110,
1978 0x40f000f0, 0x40f000f0, 0x40f000f0, 0x90a000f0,
Herton Ronaldo Krzesinski616f89e2009-02-04 11:23:19 -05001979 0x40f000f0, 0x044413b0, 0x044413b0, 0x00000000,
1980 0x00000000
Matthew Ranostay3a7abfd2008-11-20 21:21:43 -05001981};
1982
Takashi Iwai2b635362011-05-02 12:33:43 +02001983static const unsigned int *stac92hd71bxx_brd_tbl[STAC_92HD71BXX_MODELS] = {
Matthew Ranostaye035b842007-11-06 11:53:55 +01001984 [STAC_92HD71BXX_REF] = ref92hd71bxx_pin_configs,
Matthew Ranostaya7662642008-02-21 07:51:14 +01001985 [STAC_DELL_M4_1] = dell_m4_1_pin_configs,
1986 [STAC_DELL_M4_2] = dell_m4_2_pin_configs,
Matthew Ranostay3a7abfd2008-11-20 21:21:43 -05001987 [STAC_DELL_M4_3] = dell_m4_3_pin_configs,
Matthew Ranostay6a14f582008-09-12 12:02:30 -04001988 [STAC_HP_M4] = NULL,
Takashi Iwai2a6ce6e2010-05-12 10:16:20 +02001989 [STAC_HP_DV4] = NULL,
Takashi Iwai1b0652e2009-01-14 08:27:35 +01001990 [STAC_HP_DV5] = NULL,
Christoph Plattnerae6241f2009-03-08 23:19:05 +01001991 [STAC_HP_HDX] = NULL,
James Gardiner514bf542009-05-03 04:00:44 -04001992 [STAC_HP_DV4_1222NR] = NULL,
Matthew Ranostaye035b842007-11-06 11:53:55 +01001993};
1994
Takashi Iwaiea734962011-01-17 11:29:34 +01001995static const char * const stac92hd71bxx_models[STAC_92HD71BXX_MODELS] = {
Takashi Iwai1607b8e2009-02-26 16:50:43 +01001996 [STAC_92HD71BXX_AUTO] = "auto",
Matthew Ranostaye035b842007-11-06 11:53:55 +01001997 [STAC_92HD71BXX_REF] = "ref",
Matthew Ranostaya7662642008-02-21 07:51:14 +01001998 [STAC_DELL_M4_1] = "dell-m4-1",
1999 [STAC_DELL_M4_2] = "dell-m4-2",
Matthew Ranostay3a7abfd2008-11-20 21:21:43 -05002000 [STAC_DELL_M4_3] = "dell-m4-3",
Matthew Ranostay6a14f582008-09-12 12:02:30 -04002001 [STAC_HP_M4] = "hp-m4",
Takashi Iwai2a6ce6e2010-05-12 10:16:20 +02002002 [STAC_HP_DV4] = "hp-dv4",
Takashi Iwai1b0652e2009-01-14 08:27:35 +01002003 [STAC_HP_DV5] = "hp-dv5",
Christoph Plattnerae6241f2009-03-08 23:19:05 +01002004 [STAC_HP_HDX] = "hp-hdx",
James Gardiner514bf542009-05-03 04:00:44 -04002005 [STAC_HP_DV4_1222NR] = "hp-dv4-1222nr",
Matthew Ranostaye035b842007-11-06 11:53:55 +01002006};
2007
Takashi Iwai2b635362011-05-02 12:33:43 +02002008static const struct snd_pci_quirk stac92hd71bxx_cfg_tbl[] = {
Matthew Ranostaye035b842007-11-06 11:53:55 +01002009 /* SigmaTel reference board */
2010 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x2668,
2011 "DFI LanParty", STAC_92HD71BXX_REF),
Matthew Ranostay577aa2c2009-01-22 22:55:44 -05002012 SND_PCI_QUIRK(PCI_VENDOR_ID_DFI, 0x3101,
2013 "DFI LanParty", STAC_92HD71BXX_REF),
James Gardiner514bf542009-05-03 04:00:44 -04002014 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x30fb,
2015 "HP dv4-1222nr", STAC_HP_DV4_1222NR),
Vitaliy Kulikov5bdaaad2009-11-04 07:57:45 +01002016 SND_PCI_QUIRK_MASK(PCI_VENDOR_ID_HP, 0xfff0, 0x1720,
2017 "HP", STAC_HP_DV5),
Takashi Iwai58d83952009-03-13 17:04:34 +01002018 SND_PCI_QUIRK_MASK(PCI_VENDOR_ID_HP, 0xfff0, 0x3080,
2019 "HP", STAC_HP_DV5),
Takashi Iwai2ae466f2009-02-16 14:16:36 +01002020 SND_PCI_QUIRK_MASK(PCI_VENDOR_ID_HP, 0xfff0, 0x30f0,
Takashi Iwai2a6ce6e2010-05-12 10:16:20 +02002021 "HP dv4-7", STAC_HP_DV4),
Takashi Iwai2ae466f2009-02-16 14:16:36 +01002022 SND_PCI_QUIRK_MASK(PCI_VENDOR_ID_HP, 0xfff0, 0x3600,
2023 "HP dv4-7", STAC_HP_DV5),
Takashi Iwai6fce61a2009-03-10 07:48:57 +01002024 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x3610,
2025 "HP HDX", STAC_HP_HDX), /* HDX18 */
Matthew Ranostay9a9e2352008-09-26 10:37:03 -04002026 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x361a,
Takashi Iwai2ae466f2009-02-16 14:16:36 +01002027 "HP mini 1000", STAC_HP_M4),
Christoph Plattnerae6241f2009-03-08 23:19:05 +01002028 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x361b,
Takashi Iwai6fce61a2009-03-10 07:48:57 +01002029 "HP HDX", STAC_HP_HDX), /* HDX16 */
Takashi Iwai6e34c032009-09-14 15:42:18 +02002030 SND_PCI_QUIRK_MASK(PCI_VENDOR_ID_HP, 0xfff0, 0x3620,
2031 "HP dv6", STAC_HP_DV5),
Kunal Gangakhedkare3d25302010-03-20 23:08:01 +05302032 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x3061,
2033 "HP dv6", STAC_HP_DV5), /* HP dv6-1110ax */
Luke Yelavich9b2167d2010-10-06 15:45:46 +11002034 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x363e,
2035 "HP DV6", STAC_HP_DV5),
Takashi Iwai1972d022009-08-06 08:44:43 +02002036 SND_PCI_QUIRK_MASK(PCI_VENDOR_ID_HP, 0xfff0, 0x7010,
2037 "HP", STAC_HP_DV5),
Matthew Ranostaya7662642008-02-21 07:51:14 +01002038 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0233,
2039 "unknown Dell", STAC_DELL_M4_1),
2040 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0234,
2041 "unknown Dell", STAC_DELL_M4_1),
2042 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0250,
2043 "unknown Dell", STAC_DELL_M4_1),
2044 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x024f,
2045 "unknown Dell", STAC_DELL_M4_1),
2046 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x024d,
2047 "unknown Dell", STAC_DELL_M4_1),
2048 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0251,
2049 "unknown Dell", STAC_DELL_M4_1),
2050 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0277,
2051 "unknown Dell", STAC_DELL_M4_1),
2052 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0263,
2053 "unknown Dell", STAC_DELL_M4_2),
2054 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0265,
2055 "unknown Dell", STAC_DELL_M4_2),
2056 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0262,
2057 "unknown Dell", STAC_DELL_M4_2),
2058 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0264,
2059 "unknown Dell", STAC_DELL_M4_2),
Matthew Ranostay3a7abfd2008-11-20 21:21:43 -05002060 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x02aa,
2061 "unknown Dell", STAC_DELL_M4_3),
Matthew Ranostaye035b842007-11-06 11:53:55 +01002062 {} /* terminator */
2063};
2064
Takashi Iwai2b635362011-05-02 12:33:43 +02002065static const unsigned int ref922x_pin_configs[10] = {
Matt Porter403d1942005-11-29 15:00:51 +01002066 0x01014010, 0x01016011, 0x01012012, 0x0221401f,
2067 0x01813122, 0x01011014, 0x01441030, 0x01c41030,
Matt2f2f4252005-04-13 14:45:30 +02002068 0x40000100, 0x40000100,
2069};
2070
Takashi Iwaidfe495d2007-08-23 19:04:28 +02002071/*
2072 STAC 922X pin configs for
2073 102801A7
2074 102801AB
2075 102801A9
2076 102801D1
2077 102801D2
2078*/
Takashi Iwai2b635362011-05-02 12:33:43 +02002079static const unsigned int dell_922x_d81_pin_configs[10] = {
Takashi Iwaidfe495d2007-08-23 19:04:28 +02002080 0x02214030, 0x01a19021, 0x01111012, 0x01114010,
2081 0x02a19020, 0x01117011, 0x400001f0, 0x400001f1,
2082 0x01813122, 0x400001f2,
2083};
2084
2085/*
2086 STAC 922X pin configs for
2087 102801AC
2088 102801D0
2089*/
Takashi Iwai2b635362011-05-02 12:33:43 +02002090static const unsigned int dell_922x_d82_pin_configs[10] = {
Takashi Iwaidfe495d2007-08-23 19:04:28 +02002091 0x02214030, 0x01a19021, 0x01111012, 0x01114010,
2092 0x02a19020, 0x01117011, 0x01451140, 0x400001f0,
2093 0x01813122, 0x400001f1,
2094};
2095
2096/*
2097 STAC 922X pin configs for
2098 102801BF
2099*/
Takashi Iwai2b635362011-05-02 12:33:43 +02002100static const unsigned int dell_922x_m81_pin_configs[10] = {
Takashi Iwaidfe495d2007-08-23 19:04:28 +02002101 0x0321101f, 0x01112024, 0x01111222, 0x91174220,
2102 0x03a11050, 0x01116221, 0x90a70330, 0x01452340,
2103 0x40C003f1, 0x405003f0,
2104};
2105
2106/*
2107 STAC 9221 A1 pin configs for
2108 102801D7 (Dell XPS M1210)
2109*/
Takashi Iwai2b635362011-05-02 12:33:43 +02002110static const unsigned int dell_922x_m82_pin_configs[10] = {
Jiang Zhe7f9310c2007-11-12 12:43:37 +01002111 0x02211211, 0x408103ff, 0x02a1123e, 0x90100310,
2112 0x408003f1, 0x0221121f, 0x03451340, 0x40c003f2,
Takashi Iwaidfe495d2007-08-23 19:04:28 +02002113 0x508003f3, 0x405003f4,
2114};
2115
Takashi Iwai2b635362011-05-02 12:33:43 +02002116static const unsigned int d945gtp3_pin_configs[10] = {
Matt Porter869264c2006-01-25 19:20:50 +01002117 0x0221401f, 0x01a19022, 0x01813021, 0x01014010,
Matt Porter403d1942005-11-29 15:00:51 +01002118 0x40000100, 0x40000100, 0x40000100, 0x40000100,
2119 0x02a19120, 0x40000100,
2120};
2121
Takashi Iwai2b635362011-05-02 12:33:43 +02002122static const unsigned int d945gtp5_pin_configs[10] = {
Matt Porter869264c2006-01-25 19:20:50 +01002123 0x0221401f, 0x01011012, 0x01813024, 0x01014010,
2124 0x01a19021, 0x01016011, 0x01452130, 0x40000100,
Matt Porter403d1942005-11-29 15:00:51 +01002125 0x02a19320, 0x40000100,
2126};
2127
Takashi Iwai2b635362011-05-02 12:33:43 +02002128static const unsigned int intel_mac_v1_pin_configs[10] = {
Ivan N. Zlatev5d5d3bc2007-05-29 16:03:00 +02002129 0x0121e21f, 0x400000ff, 0x9017e110, 0x400000fd,
2130 0x400000fe, 0x0181e020, 0x1145e030, 0x11c5e240,
Takashi Iwai3fc24d82007-02-16 13:27:18 +01002131 0x400000fc, 0x400000fb,
2132};
2133
Takashi Iwai2b635362011-05-02 12:33:43 +02002134static const unsigned int intel_mac_v2_pin_configs[10] = {
Ivan N. Zlatev5d5d3bc2007-05-29 16:03:00 +02002135 0x0121e21f, 0x90a7012e, 0x9017e110, 0x400000fd,
2136 0x400000fe, 0x0181e020, 0x1145e230, 0x500000fa,
Sylvain FORETf16928f2007-04-27 14:22:36 +02002137 0x400000fc, 0x400000fb,
2138};
2139
Takashi Iwai2b635362011-05-02 12:33:43 +02002140static const unsigned int intel_mac_v3_pin_configs[10] = {
Ivan N. Zlatev5d5d3bc2007-05-29 16:03:00 +02002141 0x0121e21f, 0x90a7012e, 0x9017e110, 0x400000fd,
2142 0x400000fe, 0x0181e020, 0x1145e230, 0x11c5e240,
2143 0x400000fc, 0x400000fb,
2144};
2145
Takashi Iwai2b635362011-05-02 12:33:43 +02002146static const unsigned int intel_mac_v4_pin_configs[10] = {
Ivan N. Zlatev5d5d3bc2007-05-29 16:03:00 +02002147 0x0321e21f, 0x03a1e02e, 0x9017e110, 0x9017e11f,
2148 0x400000fe, 0x0381e020, 0x1345e230, 0x13c5e240,
2149 0x400000fc, 0x400000fb,
2150};
2151
Takashi Iwai2b635362011-05-02 12:33:43 +02002152static const unsigned int intel_mac_v5_pin_configs[10] = {
Ivan N. Zlatev5d5d3bc2007-05-29 16:03:00 +02002153 0x0321e21f, 0x03a1e02e, 0x9017e110, 0x9017e11f,
2154 0x400000fe, 0x0381e020, 0x1345e230, 0x13c5e240,
2155 0x400000fc, 0x400000fb,
Takashi Iwai0dae0f82007-05-21 12:41:29 +02002156};
2157
Takashi Iwai2b635362011-05-02 12:33:43 +02002158static const unsigned int ecs202_pin_configs[10] = {
Mauro Carvalho Chehab8c650082008-08-04 10:39:59 -03002159 0x0221401f, 0x02a19020, 0x01a19020, 0x01114010,
2160 0x408000f0, 0x01813022, 0x074510a0, 0x40c400f1,
2161 0x9037012e, 0x40e000f2,
2162};
Takashi Iwai76c08822007-06-19 12:17:42 +02002163
Takashi Iwai2b635362011-05-02 12:33:43 +02002164static const unsigned int *stac922x_brd_tbl[STAC_922X_MODELS] = {
Takashi Iwaif5fcc132006-11-24 17:07:44 +01002165 [STAC_D945_REF] = ref922x_pin_configs,
Takashi Iwai19039bd2006-06-28 15:52:16 +02002166 [STAC_D945GTP3] = d945gtp3_pin_configs,
2167 [STAC_D945GTP5] = d945gtp5_pin_configs,
Ivan N. Zlatev5d5d3bc2007-05-29 16:03:00 +02002168 [STAC_INTEL_MAC_V1] = intel_mac_v1_pin_configs,
2169 [STAC_INTEL_MAC_V2] = intel_mac_v2_pin_configs,
2170 [STAC_INTEL_MAC_V3] = intel_mac_v3_pin_configs,
2171 [STAC_INTEL_MAC_V4] = intel_mac_v4_pin_configs,
2172 [STAC_INTEL_MAC_V5] = intel_mac_v5_pin_configs,
Nicolas Boichat536319a2008-07-21 22:18:01 +08002173 [STAC_INTEL_MAC_AUTO] = intel_mac_v3_pin_configs,
Takashi Iwaidfe495d2007-08-23 19:04:28 +02002174 /* for backward compatibility */
Ivan N. Zlatev5d5d3bc2007-05-29 16:03:00 +02002175 [STAC_MACMINI] = intel_mac_v3_pin_configs,
2176 [STAC_MACBOOK] = intel_mac_v5_pin_configs,
2177 [STAC_MACBOOK_PRO_V1] = intel_mac_v3_pin_configs,
2178 [STAC_MACBOOK_PRO_V2] = intel_mac_v3_pin_configs,
2179 [STAC_IMAC_INTEL] = intel_mac_v2_pin_configs,
2180 [STAC_IMAC_INTEL_20] = intel_mac_v3_pin_configs,
Mauro Carvalho Chehab8c650082008-08-04 10:39:59 -03002181 [STAC_ECS_202] = ecs202_pin_configs,
Takashi Iwaidfe495d2007-08-23 19:04:28 +02002182 [STAC_922X_DELL_D81] = dell_922x_d81_pin_configs,
2183 [STAC_922X_DELL_D82] = dell_922x_d82_pin_configs,
2184 [STAC_922X_DELL_M81] = dell_922x_m81_pin_configs,
2185 [STAC_922X_DELL_M82] = dell_922x_m82_pin_configs,
Matt Porter403d1942005-11-29 15:00:51 +01002186};
2187
Takashi Iwaiea734962011-01-17 11:29:34 +01002188static const char * const stac922x_models[STAC_922X_MODELS] = {
Takashi Iwai1607b8e2009-02-26 16:50:43 +01002189 [STAC_922X_AUTO] = "auto",
Takashi Iwaif5fcc132006-11-24 17:07:44 +01002190 [STAC_D945_REF] = "ref",
2191 [STAC_D945GTP5] = "5stack",
2192 [STAC_D945GTP3] = "3stack",
Ivan N. Zlatev5d5d3bc2007-05-29 16:03:00 +02002193 [STAC_INTEL_MAC_V1] = "intel-mac-v1",
2194 [STAC_INTEL_MAC_V2] = "intel-mac-v2",
2195 [STAC_INTEL_MAC_V3] = "intel-mac-v3",
2196 [STAC_INTEL_MAC_V4] = "intel-mac-v4",
2197 [STAC_INTEL_MAC_V5] = "intel-mac-v5",
Nicolas Boichat536319a2008-07-21 22:18:01 +08002198 [STAC_INTEL_MAC_AUTO] = "intel-mac-auto",
Takashi Iwaidfe495d2007-08-23 19:04:28 +02002199 /* for backward compatibility */
Takashi Iwaif5fcc132006-11-24 17:07:44 +01002200 [STAC_MACMINI] = "macmini",
Takashi Iwai3fc24d82007-02-16 13:27:18 +01002201 [STAC_MACBOOK] = "macbook",
Nicolas Boichat6f0778d2007-03-15 12:38:15 +01002202 [STAC_MACBOOK_PRO_V1] = "macbook-pro-v1",
2203 [STAC_MACBOOK_PRO_V2] = "macbook-pro",
Sylvain FORETf16928f2007-04-27 14:22:36 +02002204 [STAC_IMAC_INTEL] = "imac-intel",
Takashi Iwai0dae0f82007-05-21 12:41:29 +02002205 [STAC_IMAC_INTEL_20] = "imac-intel-20",
Mauro Carvalho Chehab8c650082008-08-04 10:39:59 -03002206 [STAC_ECS_202] = "ecs202",
Takashi Iwaidfe495d2007-08-23 19:04:28 +02002207 [STAC_922X_DELL_D81] = "dell-d81",
2208 [STAC_922X_DELL_D82] = "dell-d82",
2209 [STAC_922X_DELL_M81] = "dell-m81",
2210 [STAC_922X_DELL_M82] = "dell-m82",
Takashi Iwaif5fcc132006-11-24 17:07:44 +01002211};
2212
Takashi Iwai2b635362011-05-02 12:33:43 +02002213static const struct snd_pci_quirk stac922x_cfg_tbl[] = {
Takashi Iwaif5fcc132006-11-24 17:07:44 +01002214 /* SigmaTel reference board */
2215 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x2668,
2216 "DFI LanParty", STAC_D945_REF),
Matthew Ranostay577aa2c2009-01-22 22:55:44 -05002217 SND_PCI_QUIRK(PCI_VENDOR_ID_DFI, 0x3101,
2218 "DFI LanParty", STAC_D945_REF),
Takashi Iwaif5fcc132006-11-24 17:07:44 +01002219 /* Intel 945G based systems */
2220 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x0101,
2221 "Intel D945G", STAC_D945GTP3),
2222 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x0202,
2223 "Intel D945G", STAC_D945GTP3),
2224 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x0606,
2225 "Intel D945G", STAC_D945GTP3),
2226 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x0601,
2227 "Intel D945G", STAC_D945GTP3),
2228 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x0111,
2229 "Intel D945G", STAC_D945GTP3),
2230 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x1115,
2231 "Intel D945G", STAC_D945GTP3),
2232 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x1116,
2233 "Intel D945G", STAC_D945GTP3),
2234 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x1117,
2235 "Intel D945G", STAC_D945GTP3),
2236 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x1118,
2237 "Intel D945G", STAC_D945GTP3),
2238 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x1119,
2239 "Intel D945G", STAC_D945GTP3),
2240 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x8826,
2241 "Intel D945G", STAC_D945GTP3),
2242 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x5049,
2243 "Intel D945G", STAC_D945GTP3),
2244 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x5055,
2245 "Intel D945G", STAC_D945GTP3),
2246 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x5048,
2247 "Intel D945G", STAC_D945GTP3),
2248 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x0110,
2249 "Intel D945G", STAC_D945GTP3),
2250 /* Intel D945G 5-stack systems */
2251 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x0404,
2252 "Intel D945G", STAC_D945GTP5),
2253 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x0303,
2254 "Intel D945G", STAC_D945GTP5),
2255 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x0013,
2256 "Intel D945G", STAC_D945GTP5),
2257 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x0417,
2258 "Intel D945G", STAC_D945GTP5),
2259 /* Intel 945P based systems */
2260 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x0b0b,
2261 "Intel D945P", STAC_D945GTP3),
2262 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x0112,
2263 "Intel D945P", STAC_D945GTP3),
2264 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x0d0d,
2265 "Intel D945P", STAC_D945GTP3),
2266 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x0909,
2267 "Intel D945P", STAC_D945GTP3),
2268 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x0505,
2269 "Intel D945P", STAC_D945GTP3),
2270 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x0707,
2271 "Intel D945P", STAC_D945GTP5),
Takashi Iwai8056d472009-01-23 09:09:43 +01002272 /* other intel */
2273 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x0204,
2274 "Intel D945", STAC_D945_REF),
Takashi Iwaif5fcc132006-11-24 17:07:44 +01002275 /* other systems */
Nicolas Boichat536319a2008-07-21 22:18:01 +08002276 /* Apple Intel Mac (Mac Mini, MacBook, MacBook Pro...) */
Takashi Iwaif5fcc132006-11-24 17:07:44 +01002277 SND_PCI_QUIRK(0x8384, 0x7680,
Nicolas Boichat536319a2008-07-21 22:18:01 +08002278 "Mac", STAC_INTEL_MAC_AUTO),
Takashi Iwaidfe495d2007-08-23 19:04:28 +02002279 /* Dell systems */
2280 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01a7,
2281 "unknown Dell", STAC_922X_DELL_D81),
2282 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01a9,
2283 "unknown Dell", STAC_922X_DELL_D81),
2284 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01ab,
2285 "unknown Dell", STAC_922X_DELL_D81),
2286 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01ac,
2287 "unknown Dell", STAC_922X_DELL_D82),
2288 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01bf,
2289 "unknown Dell", STAC_922X_DELL_M81),
2290 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01d0,
2291 "unknown Dell", STAC_922X_DELL_D82),
2292 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01d1,
2293 "unknown Dell", STAC_922X_DELL_D81),
2294 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01d2,
2295 "unknown Dell", STAC_922X_DELL_D81),
2296 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01d7,
2297 "Dell XPS M1210", STAC_922X_DELL_M82),
Mauro Carvalho Chehab8c650082008-08-04 10:39:59 -03002298 /* ECS/PC Chips boards */
Takashi Iwaidea0a502009-02-09 17:14:52 +01002299 SND_PCI_QUIRK_MASK(0x1019, 0xf000, 0x2000,
Herton Ronaldo Krzesinski8663ae52009-02-08 19:50:34 -02002300 "ECS/PC chips", STAC_ECS_202),
Matt Porter403d1942005-11-29 15:00:51 +01002301 {} /* terminator */
2302};
2303
Takashi Iwai2b635362011-05-02 12:33:43 +02002304static const unsigned int ref927x_pin_configs[14] = {
Tobin Davis93ed1502006-09-01 21:03:12 +02002305 0x02214020, 0x02a19080, 0x0181304e, 0x01014010,
2306 0x01a19040, 0x01011012, 0x01016011, 0x0101201f,
2307 0x183301f0, 0x18a001f0, 0x18a001f0, 0x01442070,
2308 0x01c42190, 0x40000100,
Matt Porter3cc08dc2006-01-23 15:27:49 +01002309};
2310
Takashi Iwai2b635362011-05-02 12:33:43 +02002311static const unsigned int d965_3st_pin_configs[14] = {
Tobin Davis81d3dbd2006-08-22 19:44:45 +02002312 0x0221401f, 0x02a19120, 0x40000100, 0x01014011,
2313 0x01a19021, 0x01813024, 0x40000100, 0x40000100,
2314 0x40000100, 0x40000100, 0x40000100, 0x40000100,
2315 0x40000100, 0x40000100
2316};
2317
Takashi Iwai2b635362011-05-02 12:33:43 +02002318static const unsigned int d965_5st_pin_configs[14] = {
Tobin Davis93ed1502006-09-01 21:03:12 +02002319 0x02214020, 0x02a19080, 0x0181304e, 0x01014010,
2320 0x01a19040, 0x01011012, 0x01016011, 0x40000100,
2321 0x40000100, 0x40000100, 0x40000100, 0x01442070,
2322 0x40000100, 0x40000100
2323};
2324
Takashi Iwai2b635362011-05-02 12:33:43 +02002325static const unsigned int d965_5st_no_fp_pin_configs[14] = {
Takashi Iwai679d92e2009-05-24 19:00:08 +02002326 0x40000100, 0x40000100, 0x0181304e, 0x01014010,
2327 0x01a19040, 0x01011012, 0x01016011, 0x40000100,
2328 0x40000100, 0x40000100, 0x40000100, 0x01442070,
2329 0x40000100, 0x40000100
2330};
2331
Takashi Iwai2b635362011-05-02 12:33:43 +02002332static const unsigned int dell_3st_pin_configs[14] = {
Tobin Davis4ff076e2007-08-07 11:48:12 +02002333 0x02211230, 0x02a11220, 0x01a19040, 0x01114210,
2334 0x01111212, 0x01116211, 0x01813050, 0x01112214,
Matthew Ranostay8e9068b2007-12-17 11:58:13 +01002335 0x403003fa, 0x90a60040, 0x90a60040, 0x404003fb,
Tobin Davis4ff076e2007-08-07 11:48:12 +02002336 0x40c003fc, 0x40000100
2337};
2338
Takashi Iwai2b635362011-05-02 12:33:43 +02002339static const unsigned int *stac927x_brd_tbl[STAC_927X_MODELS] = {
Takashi Iwaie28d8322008-12-17 13:48:29 +01002340 [STAC_D965_REF_NO_JD] = ref927x_pin_configs,
Matthew Ranostay8e9068b2007-12-17 11:58:13 +01002341 [STAC_D965_REF] = ref927x_pin_configs,
2342 [STAC_D965_3ST] = d965_3st_pin_configs,
2343 [STAC_D965_5ST] = d965_5st_pin_configs,
Takashi Iwai679d92e2009-05-24 19:00:08 +02002344 [STAC_D965_5ST_NO_FP] = d965_5st_no_fp_pin_configs,
Matthew Ranostay8e9068b2007-12-17 11:58:13 +01002345 [STAC_DELL_3ST] = dell_3st_pin_configs,
2346 [STAC_DELL_BIOS] = NULL,
Takashi Iwai54930532009-10-11 17:38:29 +02002347 [STAC_927X_VOLKNOB] = NULL,
Matt Porter3cc08dc2006-01-23 15:27:49 +01002348};
2349
Takashi Iwaiea734962011-01-17 11:29:34 +01002350static const char * const stac927x_models[STAC_927X_MODELS] = {
Takashi Iwai1607b8e2009-02-26 16:50:43 +01002351 [STAC_927X_AUTO] = "auto",
Takashi Iwaie28d8322008-12-17 13:48:29 +01002352 [STAC_D965_REF_NO_JD] = "ref-no-jd",
Matthew Ranostay8e9068b2007-12-17 11:58:13 +01002353 [STAC_D965_REF] = "ref",
2354 [STAC_D965_3ST] = "3stack",
2355 [STAC_D965_5ST] = "5stack",
Takashi Iwai679d92e2009-05-24 19:00:08 +02002356 [STAC_D965_5ST_NO_FP] = "5stack-no-fp",
Matthew Ranostay8e9068b2007-12-17 11:58:13 +01002357 [STAC_DELL_3ST] = "dell-3stack",
2358 [STAC_DELL_BIOS] = "dell-bios",
Takashi Iwai54930532009-10-11 17:38:29 +02002359 [STAC_927X_VOLKNOB] = "volknob",
Takashi Iwaif5fcc132006-11-24 17:07:44 +01002360};
2361
Takashi Iwai2b635362011-05-02 12:33:43 +02002362static const struct snd_pci_quirk stac927x_cfg_tbl[] = {
Takashi Iwaif5fcc132006-11-24 17:07:44 +01002363 /* SigmaTel reference board */
2364 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x2668,
2365 "DFI LanParty", STAC_D965_REF),
Matthew Ranostay577aa2c2009-01-22 22:55:44 -05002366 SND_PCI_QUIRK(PCI_VENDOR_ID_DFI, 0x3101,
2367 "DFI LanParty", STAC_D965_REF),
Tobin Davis81d3dbd2006-08-22 19:44:45 +02002368 /* Intel 946 based systems */
Takashi Iwaif5fcc132006-11-24 17:07:44 +01002369 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x3d01, "Intel D946", STAC_D965_3ST),
2370 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0xa301, "Intel D946", STAC_D965_3ST),
Tobin Davis93ed1502006-09-01 21:03:12 +02002371 /* 965 based 3 stack systems */
Takashi Iwaidea0a502009-02-09 17:14:52 +01002372 SND_PCI_QUIRK_MASK(PCI_VENDOR_ID_INTEL, 0xff00, 0x2100,
2373 "Intel D965", STAC_D965_3ST),
2374 SND_PCI_QUIRK_MASK(PCI_VENDOR_ID_INTEL, 0xff00, 0x2000,
2375 "Intel D965", STAC_D965_3ST),
Tobin Davis4ff076e2007-08-07 11:48:12 +02002376 /* Dell 3 stack systems */
Takashi Iwaidfe495d2007-08-23 19:04:28 +02002377 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01dd, "Dell Dimension E520", STAC_DELL_3ST),
Tobin Davis4ff076e2007-08-07 11:48:12 +02002378 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01ed, "Dell ", STAC_DELL_3ST),
2379 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01f4, "Dell ", STAC_DELL_3ST),
Matthew Ranostay8e9068b2007-12-17 11:58:13 +01002380 /* Dell 3 stack systems with verb table in BIOS */
Matthew Ranostay2f32d902008-01-10 13:06:26 +01002381 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01f3, "Dell Inspiron 1420", STAC_DELL_BIOS),
Daniel T Chen66668b62010-05-23 20:47:45 -04002382 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01f7, "Dell XPS M1730", STAC_DELL_BIOS),
Matthew Ranostay2f32d902008-01-10 13:06:26 +01002383 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0227, "Dell Vostro 1400 ", STAC_DELL_BIOS),
Matthew Ranostay8e9068b2007-12-17 11:58:13 +01002384 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x022e, "Dell ", STAC_DELL_BIOS),
Chengu Wang84d3dc22009-07-30 19:43:55 +08002385 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x022f, "Dell Inspiron 1525", STAC_DELL_BIOS),
Matthew Ranostay8e9068b2007-12-17 11:58:13 +01002386 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0242, "Dell ", STAC_DELL_BIOS),
2387 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0243, "Dell ", STAC_DELL_BIOS),
2388 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x02ff, "Dell ", STAC_DELL_BIOS),
2389 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0209, "Dell XPS 1330", STAC_DELL_BIOS),
Tobin Davis93ed1502006-09-01 21:03:12 +02002390 /* 965 based 5 stack systems */
Takashi Iwaidea0a502009-02-09 17:14:52 +01002391 SND_PCI_QUIRK_MASK(PCI_VENDOR_ID_INTEL, 0xff00, 0x2300,
2392 "Intel D965", STAC_D965_5ST),
2393 SND_PCI_QUIRK_MASK(PCI_VENDOR_ID_INTEL, 0xff00, 0x2500,
2394 "Intel D965", STAC_D965_5ST),
Takashi Iwai54930532009-10-11 17:38:29 +02002395 /* volume-knob fixes */
2396 SND_PCI_QUIRK_VENDOR(0x10cf, "FSC", STAC_927X_VOLKNOB),
Matt Porter3cc08dc2006-01-23 15:27:49 +01002397 {} /* terminator */
2398};
2399
Takashi Iwai2b635362011-05-02 12:33:43 +02002400static const unsigned int ref9205_pin_configs[12] = {
Matt Porterf3302a52006-07-31 12:49:34 +02002401 0x40000100, 0x40000100, 0x01016011, 0x01014010,
Matthew Ranostay09a99952008-01-24 11:49:21 +01002402 0x01813122, 0x01a19021, 0x01019020, 0x40000100,
Matt Porter8b657272006-10-26 17:12:59 +02002403 0x90a000f0, 0x90a000f0, 0x01441030, 0x01c41030
Matt Porterf3302a52006-07-31 12:49:34 +02002404};
2405
Takashi Iwaidfe495d2007-08-23 19:04:28 +02002406/*
2407 STAC 9205 pin configs for
2408 102801F1
2409 102801F2
2410 102801FC
2411 102801FD
2412 10280204
2413 1028021F
Matthew Ranostay3fa2ef72008-01-11 11:39:06 +01002414 10280228 (Dell Vostro 1500)
Anisse Astier95e70e82009-12-23 17:28:45 +01002415 10280229 (Dell Vostro 1700)
Takashi Iwaidfe495d2007-08-23 19:04:28 +02002416*/
Takashi Iwai2b635362011-05-02 12:33:43 +02002417static const unsigned int dell_9205_m42_pin_configs[12] = {
Takashi Iwaidfe495d2007-08-23 19:04:28 +02002418 0x0321101F, 0x03A11020, 0x400003FA, 0x90170310,
2419 0x400003FB, 0x400003FC, 0x400003FD, 0x40F000F9,
2420 0x90A60330, 0x400003FF, 0x0144131F, 0x40C003FE,
2421};
2422
2423/*
2424 STAC 9205 pin configs for
2425 102801F9
2426 102801FA
2427 102801FE
2428 102801FF (Dell Precision M4300)
2429 10280206
2430 10280200
2431 10280201
2432*/
Takashi Iwai2b635362011-05-02 12:33:43 +02002433static const unsigned int dell_9205_m43_pin_configs[12] = {
Tobin Davisae0a8ed2007-08-13 15:50:29 +02002434 0x0321101f, 0x03a11020, 0x90a70330, 0x90170310,
2435 0x400000fe, 0x400000ff, 0x400000fd, 0x40f000f9,
2436 0x400000fa, 0x400000fc, 0x0144131f, 0x40c003f8,
2437};
2438
Takashi Iwai2b635362011-05-02 12:33:43 +02002439static const unsigned int dell_9205_m44_pin_configs[12] = {
Tobin Davisae0a8ed2007-08-13 15:50:29 +02002440 0x0421101f, 0x04a11020, 0x400003fa, 0x90170310,
2441 0x400003fb, 0x400003fc, 0x400003fd, 0x400003f9,
2442 0x90a60330, 0x400003ff, 0x01441340, 0x40c003fe,
2443};
2444
Takashi Iwai2b635362011-05-02 12:33:43 +02002445static const unsigned int *stac9205_brd_tbl[STAC_9205_MODELS] = {
Tobin Davisae0a8ed2007-08-13 15:50:29 +02002446 [STAC_9205_REF] = ref9205_pin_configs,
Takashi Iwaidfe495d2007-08-23 19:04:28 +02002447 [STAC_9205_DELL_M42] = dell_9205_m42_pin_configs,
2448 [STAC_9205_DELL_M43] = dell_9205_m43_pin_configs,
2449 [STAC_9205_DELL_M44] = dell_9205_m44_pin_configs,
Takashi Iwaid9a42682009-01-22 17:40:18 +01002450 [STAC_9205_EAPD] = NULL,
Matt Porterf3302a52006-07-31 12:49:34 +02002451};
2452
Takashi Iwaiea734962011-01-17 11:29:34 +01002453static const char * const stac9205_models[STAC_9205_MODELS] = {
Takashi Iwai1607b8e2009-02-26 16:50:43 +01002454 [STAC_9205_AUTO] = "auto",
Takashi Iwaif5fcc132006-11-24 17:07:44 +01002455 [STAC_9205_REF] = "ref",
Takashi Iwaidfe495d2007-08-23 19:04:28 +02002456 [STAC_9205_DELL_M42] = "dell-m42",
Tobin Davisae0a8ed2007-08-13 15:50:29 +02002457 [STAC_9205_DELL_M43] = "dell-m43",
2458 [STAC_9205_DELL_M44] = "dell-m44",
Takashi Iwaid9a42682009-01-22 17:40:18 +01002459 [STAC_9205_EAPD] = "eapd",
Takashi Iwaif5fcc132006-11-24 17:07:44 +01002460};
2461
Takashi Iwai2b635362011-05-02 12:33:43 +02002462static const struct snd_pci_quirk stac9205_cfg_tbl[] = {
Takashi Iwaif5fcc132006-11-24 17:07:44 +01002463 /* SigmaTel reference board */
2464 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x2668,
2465 "DFI LanParty", STAC_9205_REF),
Herton Ronaldo Krzesinski02358fc2009-07-04 01:44:59 -03002466 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0xfb30,
2467 "SigmaTel", STAC_9205_REF),
Matthew Ranostay577aa2c2009-01-22 22:55:44 -05002468 SND_PCI_QUIRK(PCI_VENDOR_ID_DFI, 0x3101,
2469 "DFI LanParty", STAC_9205_REF),
Takashi Iwaid9a42682009-01-22 17:40:18 +01002470 /* Dell */
Takashi Iwaidfe495d2007-08-23 19:04:28 +02002471 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01f1,
2472 "unknown Dell", STAC_9205_DELL_M42),
2473 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01f2,
2474 "unknown Dell", STAC_9205_DELL_M42),
Tobin Davisae0a8ed2007-08-13 15:50:29 +02002475 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01f8,
Matthew Ranostayb44ef2f2007-09-18 00:52:38 +02002476 "Dell Precision", STAC_9205_DELL_M43),
Tobin Davisae0a8ed2007-08-13 15:50:29 +02002477 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01f9,
2478 "Dell Precision", STAC_9205_DELL_M43),
2479 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01fa,
2480 "Dell Precision", STAC_9205_DELL_M43),
Takashi Iwaidfe495d2007-08-23 19:04:28 +02002481 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01fc,
2482 "unknown Dell", STAC_9205_DELL_M42),
2483 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01fd,
2484 "unknown Dell", STAC_9205_DELL_M42),
Tobin Davisae0a8ed2007-08-13 15:50:29 +02002485 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01fe,
2486 "Dell Precision", STAC_9205_DELL_M43),
2487 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01ff,
Takashi Iwaidfe495d2007-08-23 19:04:28 +02002488 "Dell Precision M4300", STAC_9205_DELL_M43),
Takashi Iwaidfe495d2007-08-23 19:04:28 +02002489 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0204,
2490 "unknown Dell", STAC_9205_DELL_M42),
Takashi Iwai45499152008-06-12 16:27:24 +02002491 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0206,
2492 "Dell Precision", STAC_9205_DELL_M43),
2493 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x021b,
2494 "Dell Precision", STAC_9205_DELL_M43),
2495 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x021c,
2496 "Dell Precision", STAC_9205_DELL_M43),
Tobin Davisae0a8ed2007-08-13 15:50:29 +02002497 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x021f,
2498 "Dell Inspiron", STAC_9205_DELL_M44),
Matthew Ranostay3fa2ef72008-01-11 11:39:06 +01002499 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0228,
2500 "Dell Vostro 1500", STAC_9205_DELL_M42),
Anisse Astier95e70e82009-12-23 17:28:45 +01002501 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0229,
2502 "Dell Vostro 1700", STAC_9205_DELL_M42),
Takashi Iwaid9a42682009-01-22 17:40:18 +01002503 /* Gateway */
Hao Song42b95f02009-07-20 15:01:16 +08002504 SND_PCI_QUIRK(0x107b, 0x0560, "Gateway T6834c", STAC_9205_EAPD),
Takashi Iwaid9a42682009-01-22 17:40:18 +01002505 SND_PCI_QUIRK(0x107b, 0x0565, "Gateway T1616", STAC_9205_EAPD),
Matt Porterf3302a52006-07-31 12:49:34 +02002506 {} /* terminator */
2507};
2508
Takashi Iwai330ee992009-02-20 14:33:36 +01002509static void stac92xx_set_config_regs(struct hda_codec *codec,
Takashi Iwai2b635362011-05-02 12:33:43 +02002510 const unsigned int *pincfgs)
Matt2f2f4252005-04-13 14:45:30 +02002511{
2512 int i;
2513 struct sigmatel_spec *spec = codec->spec;
Matt2f2f4252005-04-13 14:45:30 +02002514
Takashi Iwai330ee992009-02-20 14:33:36 +01002515 if (!pincfgs)
2516 return;
Richard Fish11b44bb2006-08-23 18:31:34 +02002517
Matthew Ranostay87d48362007-07-17 11:52:24 +02002518 for (i = 0; i < spec->num_pins; i++)
Takashi Iwai330ee992009-02-20 14:33:36 +01002519 if (spec->pin_nids[i] && pincfgs[i])
2520 snd_hda_codec_set_pincfg(codec, spec->pin_nids[i],
2521 pincfgs[i]);
Takashi Iwaiaf9f3412008-11-18 10:38:56 +01002522}
2523
Matt2f2f4252005-04-13 14:45:30 +02002524/*
2525 * Analog playback callbacks
2526 */
2527static int stac92xx_playback_pcm_open(struct hda_pcm_stream *hinfo,
2528 struct hda_codec *codec,
Takashi Iwaic8b6bf92005-11-17 14:57:47 +01002529 struct snd_pcm_substream *substream)
Matt2f2f4252005-04-13 14:45:30 +02002530{
2531 struct sigmatel_spec *spec = codec->spec;
Matthew Ranostay8daaaa92008-08-15 07:45:52 +02002532 if (spec->stream_delay)
2533 msleep(spec->stream_delay);
Takashi Iwai9a081602008-02-12 18:37:26 +01002534 return snd_hda_multi_out_analog_open(codec, &spec->multiout, substream,
2535 hinfo);
Matt2f2f4252005-04-13 14:45:30 +02002536}
2537
2538static int stac92xx_playback_pcm_prepare(struct hda_pcm_stream *hinfo,
2539 struct hda_codec *codec,
2540 unsigned int stream_tag,
2541 unsigned int format,
Takashi Iwaic8b6bf92005-11-17 14:57:47 +01002542 struct snd_pcm_substream *substream)
Matt2f2f4252005-04-13 14:45:30 +02002543{
2544 struct sigmatel_spec *spec = codec->spec;
Matt Porter403d1942005-11-29 15:00:51 +01002545 return snd_hda_multi_out_analog_prepare(codec, &spec->multiout, stream_tag, format, substream);
Matt2f2f4252005-04-13 14:45:30 +02002546}
2547
2548static int stac92xx_playback_pcm_cleanup(struct hda_pcm_stream *hinfo,
2549 struct hda_codec *codec,
Takashi Iwaic8b6bf92005-11-17 14:57:47 +01002550 struct snd_pcm_substream *substream)
Matt2f2f4252005-04-13 14:45:30 +02002551{
2552 struct sigmatel_spec *spec = codec->spec;
2553 return snd_hda_multi_out_analog_cleanup(codec, &spec->multiout);
2554}
2555
2556/*
Mattdabbed62005-06-14 10:19:34 +02002557 * Digital playback callbacks
2558 */
2559static int stac92xx_dig_playback_pcm_open(struct hda_pcm_stream *hinfo,
2560 struct hda_codec *codec,
Takashi Iwaic8b6bf92005-11-17 14:57:47 +01002561 struct snd_pcm_substream *substream)
Mattdabbed62005-06-14 10:19:34 +02002562{
2563 struct sigmatel_spec *spec = codec->spec;
2564 return snd_hda_multi_out_dig_open(codec, &spec->multiout);
2565}
2566
2567static int stac92xx_dig_playback_pcm_close(struct hda_pcm_stream *hinfo,
2568 struct hda_codec *codec,
Takashi Iwaic8b6bf92005-11-17 14:57:47 +01002569 struct snd_pcm_substream *substream)
Mattdabbed62005-06-14 10:19:34 +02002570{
2571 struct sigmatel_spec *spec = codec->spec;
2572 return snd_hda_multi_out_dig_close(codec, &spec->multiout);
2573}
2574
Takashi Iwai6b97eb42007-04-05 14:51:48 +02002575static int stac92xx_dig_playback_pcm_prepare(struct hda_pcm_stream *hinfo,
2576 struct hda_codec *codec,
2577 unsigned int stream_tag,
2578 unsigned int format,
2579 struct snd_pcm_substream *substream)
2580{
2581 struct sigmatel_spec *spec = codec->spec;
2582 return snd_hda_multi_out_dig_prepare(codec, &spec->multiout,
2583 stream_tag, format, substream);
2584}
2585
Takashi Iwai9411e212009-02-13 11:32:28 +01002586static int stac92xx_dig_playback_pcm_cleanup(struct hda_pcm_stream *hinfo,
2587 struct hda_codec *codec,
2588 struct snd_pcm_substream *substream)
2589{
2590 struct sigmatel_spec *spec = codec->spec;
2591 return snd_hda_multi_out_dig_cleanup(codec, &spec->multiout);
2592}
2593
Mattdabbed62005-06-14 10:19:34 +02002594
2595/*
Matt2f2f4252005-04-13 14:45:30 +02002596 * Analog capture callbacks
2597 */
2598static int stac92xx_capture_pcm_prepare(struct hda_pcm_stream *hinfo,
2599 struct hda_codec *codec,
2600 unsigned int stream_tag,
2601 unsigned int format,
Takashi Iwaic8b6bf92005-11-17 14:57:47 +01002602 struct snd_pcm_substream *substream)
Matt2f2f4252005-04-13 14:45:30 +02002603{
2604 struct sigmatel_spec *spec = codec->spec;
Matthew Ranostay8daaaa92008-08-15 07:45:52 +02002605 hda_nid_t nid = spec->adc_nids[substream->number];
Matt2f2f4252005-04-13 14:45:30 +02002606
Matthew Ranostay8daaaa92008-08-15 07:45:52 +02002607 if (spec->powerdown_adcs) {
2608 msleep(40);
Takashi Iwai8c2f7672008-12-01 11:54:35 +01002609 snd_hda_codec_write(codec, nid, 0,
Matthew Ranostay8daaaa92008-08-15 07:45:52 +02002610 AC_VERB_SET_POWER_STATE, AC_PWRST_D0);
2611 }
2612 snd_hda_codec_setup_stream(codec, nid, stream_tag, 0, format);
Matt2f2f4252005-04-13 14:45:30 +02002613 return 0;
2614}
2615
2616static int stac92xx_capture_pcm_cleanup(struct hda_pcm_stream *hinfo,
2617 struct hda_codec *codec,
Takashi Iwaic8b6bf92005-11-17 14:57:47 +01002618 struct snd_pcm_substream *substream)
Matt2f2f4252005-04-13 14:45:30 +02002619{
2620 struct sigmatel_spec *spec = codec->spec;
Matthew Ranostay8daaaa92008-08-15 07:45:52 +02002621 hda_nid_t nid = spec->adc_nids[substream->number];
Matt2f2f4252005-04-13 14:45:30 +02002622
Matthew Ranostay8daaaa92008-08-15 07:45:52 +02002623 snd_hda_codec_cleanup_stream(codec, nid);
2624 if (spec->powerdown_adcs)
Takashi Iwai8c2f7672008-12-01 11:54:35 +01002625 snd_hda_codec_write(codec, nid, 0,
Matthew Ranostay8daaaa92008-08-15 07:45:52 +02002626 AC_VERB_SET_POWER_STATE, AC_PWRST_D3);
Matt2f2f4252005-04-13 14:45:30 +02002627 return 0;
2628}
2629
Takashi Iwai2b635362011-05-02 12:33:43 +02002630static const struct hda_pcm_stream stac92xx_pcm_digital_playback = {
Mattdabbed62005-06-14 10:19:34 +02002631 .substreams = 1,
2632 .channels_min = 2,
2633 .channels_max = 2,
2634 /* NID is set in stac92xx_build_pcms */
2635 .ops = {
2636 .open = stac92xx_dig_playback_pcm_open,
Takashi Iwai6b97eb42007-04-05 14:51:48 +02002637 .close = stac92xx_dig_playback_pcm_close,
Takashi Iwai9411e212009-02-13 11:32:28 +01002638 .prepare = stac92xx_dig_playback_pcm_prepare,
2639 .cleanup = stac92xx_dig_playback_pcm_cleanup
Mattdabbed62005-06-14 10:19:34 +02002640 },
2641};
2642
Takashi Iwai2b635362011-05-02 12:33:43 +02002643static const struct hda_pcm_stream stac92xx_pcm_digital_capture = {
Mattdabbed62005-06-14 10:19:34 +02002644 .substreams = 1,
2645 .channels_min = 2,
2646 .channels_max = 2,
2647 /* NID is set in stac92xx_build_pcms */
2648};
2649
Takashi Iwai2b635362011-05-02 12:33:43 +02002650static const struct hda_pcm_stream stac92xx_pcm_analog_playback = {
Matt2f2f4252005-04-13 14:45:30 +02002651 .substreams = 1,
2652 .channels_min = 2,
Mattc7d4b2f2005-06-27 14:59:41 +02002653 .channels_max = 8,
Matt2f2f4252005-04-13 14:45:30 +02002654 .nid = 0x02, /* NID to query formats and rates */
2655 .ops = {
2656 .open = stac92xx_playback_pcm_open,
2657 .prepare = stac92xx_playback_pcm_prepare,
2658 .cleanup = stac92xx_playback_pcm_cleanup
2659 },
2660};
2661
Takashi Iwai2b635362011-05-02 12:33:43 +02002662static const struct hda_pcm_stream stac92xx_pcm_analog_alt_playback = {
Matt Porter3cc08dc2006-01-23 15:27:49 +01002663 .substreams = 1,
2664 .channels_min = 2,
2665 .channels_max = 2,
2666 .nid = 0x06, /* NID to query formats and rates */
2667 .ops = {
2668 .open = stac92xx_playback_pcm_open,
2669 .prepare = stac92xx_playback_pcm_prepare,
2670 .cleanup = stac92xx_playback_pcm_cleanup
2671 },
2672};
2673
Takashi Iwai2b635362011-05-02 12:33:43 +02002674static const struct hda_pcm_stream stac92xx_pcm_analog_capture = {
Matt2f2f4252005-04-13 14:45:30 +02002675 .channels_min = 2,
2676 .channels_max = 2,
Maxim Levitsky9e05b7a2007-09-03 15:31:02 +02002677 /* NID + .substreams is set in stac92xx_build_pcms */
Matt2f2f4252005-04-13 14:45:30 +02002678 .ops = {
2679 .prepare = stac92xx_capture_pcm_prepare,
2680 .cleanup = stac92xx_capture_pcm_cleanup
2681 },
2682};
2683
2684static int stac92xx_build_pcms(struct hda_codec *codec)
2685{
2686 struct sigmatel_spec *spec = codec->spec;
2687 struct hda_pcm *info = spec->pcm_rec;
2688
2689 codec->num_pcms = 1;
2690 codec->pcm_info = info;
2691
Mattc7d4b2f2005-06-27 14:59:41 +02002692 info->name = "STAC92xx Analog";
Matt2f2f4252005-04-13 14:45:30 +02002693 info->stream[SNDRV_PCM_STREAM_PLAYBACK] = stac92xx_pcm_analog_playback;
Takashi Iwai00a602d2009-01-23 11:55:42 +01002694 info->stream[SNDRV_PCM_STREAM_PLAYBACK].nid =
2695 spec->multiout.dac_nids[0];
Takashi Iwaiee81abb2012-11-08 17:12:10 +01002696 if (spec->autocfg.line_out_type == AUTO_PIN_SPEAKER_OUT &&
2697 spec->autocfg.line_outs == 2)
2698 info->stream[SNDRV_PCM_STREAM_PLAYBACK].chmap =
2699 snd_pcm_2_1_chmaps;
2700
Matt2f2f4252005-04-13 14:45:30 +02002701 info->stream[SNDRV_PCM_STREAM_CAPTURE] = stac92xx_pcm_analog_capture;
Matt Porter3cc08dc2006-01-23 15:27:49 +01002702 info->stream[SNDRV_PCM_STREAM_CAPTURE].nid = spec->adc_nids[0];
Maxim Levitsky9e05b7a2007-09-03 15:31:02 +02002703 info->stream[SNDRV_PCM_STREAM_CAPTURE].substreams = spec->num_adcs;
Matt Porter3cc08dc2006-01-23 15:27:49 +01002704
2705 if (spec->alt_switch) {
2706 codec->num_pcms++;
2707 info++;
2708 info->name = "STAC92xx Analog Alt";
2709 info->stream[SNDRV_PCM_STREAM_PLAYBACK] = stac92xx_pcm_analog_alt_playback;
2710 }
Matt2f2f4252005-04-13 14:45:30 +02002711
Mattdabbed62005-06-14 10:19:34 +02002712 if (spec->multiout.dig_out_nid || spec->dig_in_nid) {
2713 codec->num_pcms++;
2714 info++;
2715 info->name = "STAC92xx Digital";
Takashi Iwai0852d7a2009-02-11 11:35:15 +01002716 info->pcm_type = spec->autocfg.dig_out_type[0];
Mattdabbed62005-06-14 10:19:34 +02002717 if (spec->multiout.dig_out_nid) {
2718 info->stream[SNDRV_PCM_STREAM_PLAYBACK] = stac92xx_pcm_digital_playback;
2719 info->stream[SNDRV_PCM_STREAM_PLAYBACK].nid = spec->multiout.dig_out_nid;
2720 }
2721 if (spec->dig_in_nid) {
2722 info->stream[SNDRV_PCM_STREAM_CAPTURE] = stac92xx_pcm_digital_capture;
2723 info->stream[SNDRV_PCM_STREAM_CAPTURE].nid = spec->dig_in_nid;
2724 }
2725 }
2726
Matt2f2f4252005-04-13 14:45:30 +02002727 return 0;
2728}
2729
Matt Porter403d1942005-11-29 15:00:51 +01002730static void stac92xx_auto_set_pinctl(struct hda_codec *codec, hda_nid_t nid, int pin_type)
2731
2732{
Takashi Iwaicdd03ce2012-04-20 12:34:50 +02002733 snd_hda_set_pin_ctl_cache(codec, nid, pin_type);
Matt Porter403d1942005-11-29 15:00:51 +01002734}
2735
Matthew Ranostay7c2ba972008-04-16 13:13:59 +02002736#define stac92xx_hp_switch_info snd_ctl_boolean_mono_info
2737
2738static int stac92xx_hp_switch_get(struct snd_kcontrol *kcontrol,
2739 struct snd_ctl_elem_value *ucontrol)
2740{
2741 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
2742 struct sigmatel_spec *spec = codec->spec;
2743
Takashi Iwaid7a89432008-11-12 09:48:04 +01002744 ucontrol->value.integer.value[0] = !!spec->hp_switch;
Matthew Ranostay7c2ba972008-04-16 13:13:59 +02002745 return 0;
2746}
2747
Takashi Iwai62558ce2009-07-29 14:23:09 +02002748static void stac_issue_unsol_event(struct hda_codec *codec, hda_nid_t nid);
Takashi Iwaic6e4c662008-11-25 11:58:19 +01002749
Matthew Ranostay7c2ba972008-04-16 13:13:59 +02002750static int stac92xx_hp_switch_put(struct snd_kcontrol *kcontrol,
2751 struct snd_ctl_elem_value *ucontrol)
2752{
2753 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
2754 struct sigmatel_spec *spec = codec->spec;
Takashi Iwaid7a89432008-11-12 09:48:04 +01002755 int nid = kcontrol->private_value;
2756
2757 spec->hp_switch = ucontrol->value.integer.value[0] ? nid : 0;
Matthew Ranostay7c2ba972008-04-16 13:13:59 +02002758
Lucas De Marchi25985ed2011-03-30 22:57:33 -03002759 /* check to be sure that the ports are up to date with
Matthew Ranostay7c2ba972008-04-16 13:13:59 +02002760 * switch changes
2761 */
Takashi Iwai62558ce2009-07-29 14:23:09 +02002762 stac_issue_unsol_event(codec, nid);
Matthew Ranostay7c2ba972008-04-16 13:13:59 +02002763
2764 return 1;
2765}
2766
Nickolas Lloyd7c922de2009-06-01 11:12:29 +02002767static int stac92xx_dc_bias_info(struct snd_kcontrol *kcontrol,
2768 struct snd_ctl_elem_info *uinfo)
2769{
2770 int i;
Takashi Iwai2b635362011-05-02 12:33:43 +02002771 static const char * const texts[] = {
Nickolas Lloyd7c922de2009-06-01 11:12:29 +02002772 "Mic In", "Line In", "Line Out"
2773 };
2774
2775 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
2776 struct sigmatel_spec *spec = codec->spec;
2777 hda_nid_t nid = kcontrol->private_value;
2778
2779 if (nid == spec->mic_switch || nid == spec->line_switch)
2780 i = 3;
2781 else
2782 i = 2;
2783
2784 uinfo->type = SNDRV_CTL_ELEM_TYPE_ENUMERATED;
2785 uinfo->value.enumerated.items = i;
2786 uinfo->count = 1;
2787 if (uinfo->value.enumerated.item >= i)
2788 uinfo->value.enumerated.item = i-1;
2789 strcpy(uinfo->value.enumerated.name,
2790 texts[uinfo->value.enumerated.item]);
2791
2792 return 0;
2793}
2794
2795static int stac92xx_dc_bias_get(struct snd_kcontrol *kcontrol,
2796 struct snd_ctl_elem_value *ucontrol)
2797{
2798 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
2799 hda_nid_t nid = kcontrol->private_value;
2800 unsigned int vref = stac92xx_vref_get(codec, nid);
2801
Takashi Iwai47408602012-04-20 13:06:53 +02002802 if (vref == snd_hda_get_default_vref(codec, nid))
Nickolas Lloyd7c922de2009-06-01 11:12:29 +02002803 ucontrol->value.enumerated.item[0] = 0;
2804 else if (vref == AC_PINCTL_VREF_GRD)
2805 ucontrol->value.enumerated.item[0] = 1;
2806 else if (vref == AC_PINCTL_VREF_HIZ)
2807 ucontrol->value.enumerated.item[0] = 2;
2808
2809 return 0;
2810}
2811
2812static int stac92xx_dc_bias_put(struct snd_kcontrol *kcontrol,
2813 struct snd_ctl_elem_value *ucontrol)
2814{
2815 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
2816 unsigned int new_vref = 0;
Takashi Iwaib8621512009-06-22 08:00:10 +02002817 int error;
Nickolas Lloyd7c922de2009-06-01 11:12:29 +02002818 hda_nid_t nid = kcontrol->private_value;
2819
2820 if (ucontrol->value.enumerated.item[0] == 0)
Takashi Iwai47408602012-04-20 13:06:53 +02002821 new_vref = snd_hda_get_default_vref(codec, nid);
Nickolas Lloyd7c922de2009-06-01 11:12:29 +02002822 else if (ucontrol->value.enumerated.item[0] == 1)
2823 new_vref = AC_PINCTL_VREF_GRD;
2824 else if (ucontrol->value.enumerated.item[0] == 2)
2825 new_vref = AC_PINCTL_VREF_HIZ;
2826 else
2827 return 0;
2828
2829 if (new_vref != stac92xx_vref_get(codec, nid)) {
2830 error = stac92xx_vref_set(codec, nid, new_vref);
2831 return error;
2832 }
2833
2834 return 0;
2835}
2836
2837static int stac92xx_io_switch_info(struct snd_kcontrol *kcontrol,
2838 struct snd_ctl_elem_info *uinfo)
2839{
Takashi Iwai2b635362011-05-02 12:33:43 +02002840 char *texts[2];
Nickolas Lloyd7c922de2009-06-01 11:12:29 +02002841 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
2842 struct sigmatel_spec *spec = codec->spec;
2843
2844 if (kcontrol->private_value == spec->line_switch)
2845 texts[0] = "Line In";
2846 else
2847 texts[0] = "Mic In";
2848 texts[1] = "Line Out";
2849 uinfo->type = SNDRV_CTL_ELEM_TYPE_ENUMERATED;
2850 uinfo->value.enumerated.items = 2;
2851 uinfo->count = 1;
2852
2853 if (uinfo->value.enumerated.item >= 2)
2854 uinfo->value.enumerated.item = 1;
2855 strcpy(uinfo->value.enumerated.name,
2856 texts[uinfo->value.enumerated.item]);
2857
2858 return 0;
2859}
Matt Porter403d1942005-11-29 15:00:51 +01002860
2861static int stac92xx_io_switch_get(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol)
2862{
2863 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
2864 struct sigmatel_spec *spec = codec->spec;
Nickolas Lloyd7c922de2009-06-01 11:12:29 +02002865 hda_nid_t nid = kcontrol->private_value;
2866 int io_idx = (nid == spec->mic_switch) ? 1 : 0;
Matt Porter403d1942005-11-29 15:00:51 +01002867
Nickolas Lloyd7c922de2009-06-01 11:12:29 +02002868 ucontrol->value.enumerated.item[0] = spec->io_switch[io_idx];
Matt Porter403d1942005-11-29 15:00:51 +01002869 return 0;
2870}
2871
2872static int stac92xx_io_switch_put(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol)
2873{
2874 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
2875 struct sigmatel_spec *spec = codec->spec;
Nickolas Lloyd7c922de2009-06-01 11:12:29 +02002876 hda_nid_t nid = kcontrol->private_value;
2877 int io_idx = (nid == spec->mic_switch) ? 1 : 0;
2878 unsigned short val = !!ucontrol->value.enumerated.item[0];
Matt Porter403d1942005-11-29 15:00:51 +01002879
2880 spec->io_switch[io_idx] = val;
2881
2882 if (val)
2883 stac92xx_auto_set_pinctl(codec, nid, AC_PINCTL_OUT_EN);
Takashi Iwaic960a032006-03-23 17:06:28 +01002884 else {
2885 unsigned int pinctl = AC_PINCTL_IN_EN;
2886 if (io_idx) /* set VREF for mic */
Takashi Iwai47408602012-04-20 13:06:53 +02002887 pinctl |= snd_hda_get_default_vref(codec, nid);
Takashi Iwaic960a032006-03-23 17:06:28 +01002888 stac92xx_auto_set_pinctl(codec, nid, pinctl);
2889 }
Jiang Zhe40c1d302007-11-12 13:05:16 +01002890
2891 /* check the auto-mute again: we need to mute/unmute the speaker
2892 * appropriately according to the pin direction
2893 */
2894 if (spec->hp_detect)
Takashi Iwai62558ce2009-07-29 14:23:09 +02002895 stac_issue_unsol_event(codec, nid);
Jiang Zhe40c1d302007-11-12 13:05:16 +01002896
Matt Porter403d1942005-11-29 15:00:51 +01002897 return 1;
2898}
2899
Maxim Levitsky0fb87bb2007-09-03 15:29:04 +02002900#define stac92xx_clfe_switch_info snd_ctl_boolean_mono_info
2901
2902static int stac92xx_clfe_switch_get(struct snd_kcontrol *kcontrol,
2903 struct snd_ctl_elem_value *ucontrol)
2904{
2905 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
2906 struct sigmatel_spec *spec = codec->spec;
2907
2908 ucontrol->value.integer.value[0] = spec->clfe_swap;
2909 return 0;
2910}
2911
2912static int stac92xx_clfe_switch_put(struct snd_kcontrol *kcontrol,
2913 struct snd_ctl_elem_value *ucontrol)
2914{
2915 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
2916 struct sigmatel_spec *spec = codec->spec;
2917 hda_nid_t nid = kcontrol->private_value & 0xff;
Takashi Iwai68ea7b22007-11-15 15:54:38 +01002918 unsigned int val = !!ucontrol->value.integer.value[0];
Maxim Levitsky0fb87bb2007-09-03 15:29:04 +02002919
Takashi Iwai68ea7b22007-11-15 15:54:38 +01002920 if (spec->clfe_swap == val)
Maxim Levitsky0fb87bb2007-09-03 15:29:04 +02002921 return 0;
2922
Takashi Iwai68ea7b22007-11-15 15:54:38 +01002923 spec->clfe_swap = val;
Maxim Levitsky0fb87bb2007-09-03 15:29:04 +02002924
2925 snd_hda_codec_write_cache(codec, nid, 0, AC_VERB_SET_EAPD_BTLENABLE,
2926 spec->clfe_swap ? 0x4 : 0x0);
2927
2928 return 1;
2929}
2930
Matthew Ranostay7c2ba972008-04-16 13:13:59 +02002931#define STAC_CODEC_HP_SWITCH(xname) \
2932 { .iface = SNDRV_CTL_ELEM_IFACE_MIXER, \
2933 .name = xname, \
2934 .index = 0, \
2935 .info = stac92xx_hp_switch_info, \
2936 .get = stac92xx_hp_switch_get, \
2937 .put = stac92xx_hp_switch_put, \
2938 }
2939
Matt Porter403d1942005-11-29 15:00:51 +01002940#define STAC_CODEC_IO_SWITCH(xname, xpval) \
2941 { .iface = SNDRV_CTL_ELEM_IFACE_MIXER, \
2942 .name = xname, \
2943 .index = 0, \
2944 .info = stac92xx_io_switch_info, \
2945 .get = stac92xx_io_switch_get, \
2946 .put = stac92xx_io_switch_put, \
2947 .private_value = xpval, \
2948 }
2949
Maxim Levitsky0fb87bb2007-09-03 15:29:04 +02002950#define STAC_CODEC_CLFE_SWITCH(xname, xpval) \
2951 { .iface = SNDRV_CTL_ELEM_IFACE_MIXER, \
2952 .name = xname, \
2953 .index = 0, \
2954 .info = stac92xx_clfe_switch_info, \
2955 .get = stac92xx_clfe_switch_get, \
2956 .put = stac92xx_clfe_switch_put, \
2957 .private_value = xpval, \
2958 }
Matt Porter403d1942005-11-29 15:00:51 +01002959
Mattc7d4b2f2005-06-27 14:59:41 +02002960enum {
2961 STAC_CTL_WIDGET_VOL,
2962 STAC_CTL_WIDGET_MUTE,
Jaroslav Kysela123c07a2009-10-21 14:48:23 +02002963 STAC_CTL_WIDGET_MUTE_BEEP,
Matthew Ranostay09a99952008-01-24 11:49:21 +01002964 STAC_CTL_WIDGET_MONO_MUX,
Matthew Ranostay7c2ba972008-04-16 13:13:59 +02002965 STAC_CTL_WIDGET_HP_SWITCH,
Matt Porter403d1942005-11-29 15:00:51 +01002966 STAC_CTL_WIDGET_IO_SWITCH,
Nickolas Lloyd2fc99892009-05-15 15:33:30 +02002967 STAC_CTL_WIDGET_CLFE_SWITCH,
2968 STAC_CTL_WIDGET_DC_BIAS
Mattc7d4b2f2005-06-27 14:59:41 +02002969};
2970
Takashi Iwai2b635362011-05-02 12:33:43 +02002971static const struct snd_kcontrol_new stac92xx_control_templates[] = {
Mattc7d4b2f2005-06-27 14:59:41 +02002972 HDA_CODEC_VOLUME(NULL, 0, 0, 0),
2973 HDA_CODEC_MUTE(NULL, 0, 0, 0),
Jaroslav Kysela123c07a2009-10-21 14:48:23 +02002974 HDA_CODEC_MUTE_BEEP(NULL, 0, 0, 0),
Matthew Ranostay09a99952008-01-24 11:49:21 +01002975 STAC_MONO_MUX,
Matthew Ranostay7c2ba972008-04-16 13:13:59 +02002976 STAC_CODEC_HP_SWITCH(NULL),
Matt Porter403d1942005-11-29 15:00:51 +01002977 STAC_CODEC_IO_SWITCH(NULL, 0),
Maxim Levitsky0fb87bb2007-09-03 15:29:04 +02002978 STAC_CODEC_CLFE_SWITCH(NULL, 0),
Nickolas Lloyd2fc99892009-05-15 15:33:30 +02002979 DC_BIAS(NULL, 0, 0),
Mattc7d4b2f2005-06-27 14:59:41 +02002980};
2981
2982/* add dynamic controls */
Takashi Iwaie3c75962009-01-23 11:57:22 +01002983static struct snd_kcontrol_new *
2984stac_control_new(struct sigmatel_spec *spec,
Takashi Iwai2b635362011-05-02 12:33:43 +02002985 const struct snd_kcontrol_new *ktemp,
Jaroslav Kysela4d02d1b2009-11-12 10:15:48 +01002986 const char *name,
Jaroslav Kysela5e26dfd2009-12-10 13:57:01 +01002987 unsigned int subdev)
Mattc7d4b2f2005-06-27 14:59:41 +02002988{
Takashi Iwaic8b6bf92005-11-17 14:57:47 +01002989 struct snd_kcontrol_new *knew;
Mattc7d4b2f2005-06-27 14:59:41 +02002990
Takashi Iwai603c4012008-07-30 15:01:44 +02002991 knew = snd_array_new(&spec->kctls);
2992 if (!knew)
Takashi Iwaie3c75962009-01-23 11:57:22 +01002993 return NULL;
Takashi Iwai4d4e9bb2008-11-12 16:45:04 +01002994 *knew = *ktemp;
Takashi Iwai82fe0c52005-06-30 10:54:33 +02002995 knew->name = kstrdup(name, GFP_KERNEL);
Takashi Iwaie3c75962009-01-23 11:57:22 +01002996 if (!knew->name) {
2997 /* roolback */
2998 memset(knew, 0, sizeof(*knew));
2999 spec->kctls.alloced--;
3000 return NULL;
3001 }
Jaroslav Kysela5e26dfd2009-12-10 13:57:01 +01003002 knew->subdevice = subdev;
Takashi Iwaie3c75962009-01-23 11:57:22 +01003003 return knew;
3004}
3005
Takashi Iwai62cbde12012-09-14 11:58:54 +02003006static struct snd_kcontrol_new *
3007add_control_temp(struct sigmatel_spec *spec,
3008 const struct snd_kcontrol_new *ktemp,
3009 int idx, const char *name,
3010 unsigned long val)
3011{
3012 struct snd_kcontrol_new *knew = stac_control_new(spec, ktemp, name,
3013 HDA_SUBDEV_AMP_FLAG);
3014 if (!knew)
3015 return NULL;
3016 knew->index = idx;
3017 knew->private_value = val;
3018 return knew;
3019}
3020
Takashi Iwaie3c75962009-01-23 11:57:22 +01003021static int stac92xx_add_control_temp(struct sigmatel_spec *spec,
Takashi Iwai2b635362011-05-02 12:33:43 +02003022 const struct snd_kcontrol_new *ktemp,
Takashi Iwaie3c75962009-01-23 11:57:22 +01003023 int idx, const char *name,
3024 unsigned long val)
3025{
Takashi Iwai62cbde12012-09-14 11:58:54 +02003026 return add_control_temp(spec, ktemp, idx, name, val) ? 0 : -ENOMEM;
Mattc7d4b2f2005-06-27 14:59:41 +02003027}
3028
Takashi Iwai4d4e9bb2008-11-12 16:45:04 +01003029static inline int stac92xx_add_control_idx(struct sigmatel_spec *spec,
3030 int type, int idx, const char *name,
3031 unsigned long val)
3032{
3033 return stac92xx_add_control_temp(spec,
3034 &stac92xx_control_templates[type],
3035 idx, name, val);
3036}
3037
Matthew Ranostay4682eee2008-08-15 07:43:24 +02003038
3039/* add dynamic controls */
Takashi Iwai4d4e9bb2008-11-12 16:45:04 +01003040static inline int stac92xx_add_control(struct sigmatel_spec *spec, int type,
3041 const char *name, unsigned long val)
Matthew Ranostay4682eee2008-08-15 07:43:24 +02003042{
3043 return stac92xx_add_control_idx(spec, type, 0, name, val);
3044}
3045
Takashi Iwai2b635362011-05-02 12:33:43 +02003046static const struct snd_kcontrol_new stac_input_src_temp = {
Takashi Iwaie3c75962009-01-23 11:57:22 +01003047 .iface = SNDRV_CTL_ELEM_IFACE_MIXER,
3048 .name = "Input Source",
3049 .info = stac92xx_mux_enum_info,
3050 .get = stac92xx_mux_enum_get,
3051 .put = stac92xx_mux_enum_put,
3052};
3053
Nickolas Lloyd7c922de2009-06-01 11:12:29 +02003054static inline int stac92xx_add_jack_mode_control(struct hda_codec *codec,
3055 hda_nid_t nid, int idx)
3056{
3057 int def_conf = snd_hda_codec_get_pincfg(codec, nid);
3058 int control = 0;
3059 struct sigmatel_spec *spec = codec->spec;
3060 char name[22];
3061
Takashi Iwai99ae28b2010-09-17 14:42:34 +02003062 if (snd_hda_get_input_pin_attr(def_conf) != INPUT_PIN_ATTR_INT) {
David Henningsson8d032a82012-10-09 12:48:40 +02003063 if (spec->headset_jack && snd_hda_get_input_pin_attr(def_conf)
3064 != INPUT_PIN_ATTR_DOCK)
3065 return 0;
Takashi Iwai47408602012-04-20 13:06:53 +02003066 if (snd_hda_get_default_vref(codec, nid) == AC_PINCTL_VREF_GRD
Nickolas Lloyd7c922de2009-06-01 11:12:29 +02003067 && nid == spec->line_switch)
3068 control = STAC_CTL_WIDGET_IO_SWITCH;
3069 else if (snd_hda_query_pin_caps(codec, nid)
3070 & (AC_PINCAP_VREF_GRD << AC_PINCAP_VREF_SHIFT))
3071 control = STAC_CTL_WIDGET_DC_BIAS;
3072 else if (nid == spec->mic_switch)
3073 control = STAC_CTL_WIDGET_IO_SWITCH;
3074 }
3075
3076 if (control) {
Takashi Iwai201e06f2011-11-16 15:33:26 +01003077 snd_hda_get_pin_label(codec, nid, &spec->autocfg,
3078 name, sizeof(name), NULL);
Nickolas Lloyd7c922de2009-06-01 11:12:29 +02003079 return stac92xx_add_control(codec->spec, control,
3080 strcat(name, " Jack Mode"), nid);
3081 }
3082
3083 return 0;
3084}
3085
Takashi Iwaie3c75962009-01-23 11:57:22 +01003086static int stac92xx_add_input_source(struct sigmatel_spec *spec)
3087{
3088 struct snd_kcontrol_new *knew;
3089 struct hda_input_mux *imux = &spec->private_imux;
3090
Takashi Iwai3d21d3f2009-07-29 14:32:56 +02003091 if (spec->auto_mic)
3092 return 0; /* no need for input source */
Takashi Iwaie3c75962009-01-23 11:57:22 +01003093 if (!spec->num_adcs || imux->num_items <= 1)
3094 return 0; /* no need for input source control */
3095 knew = stac_control_new(spec, &stac_input_src_temp,
Jaroslav Kysela4d02d1b2009-11-12 10:15:48 +01003096 stac_input_src_temp.name, 0);
Takashi Iwaie3c75962009-01-23 11:57:22 +01003097 if (!knew)
3098 return -ENOMEM;
3099 knew->count = spec->num_adcs;
3100 return 0;
3101}
3102
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01003103/* check whether the line-input can be used as line-out */
3104static hda_nid_t check_line_out_switch(struct hda_codec *codec)
Matt Porter403d1942005-11-29 15:00:51 +01003105{
3106 struct sigmatel_spec *spec = codec->spec;
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01003107 struct auto_pin_cfg *cfg = &spec->autocfg;
3108 hda_nid_t nid;
3109 unsigned int pincap;
Takashi Iwaieea7dc92010-08-30 13:06:15 +02003110 int i;
Matthew Ranostay8e9068b2007-12-17 11:58:13 +01003111
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01003112 if (cfg->line_out_type != AUTO_PIN_LINE_OUT)
3113 return 0;
Takashi Iwaieea7dc92010-08-30 13:06:15 +02003114 for (i = 0; i < cfg->num_inputs; i++) {
Takashi Iwai86e29592010-09-09 14:50:17 +02003115 if (cfg->inputs[i].type == AUTO_PIN_LINE_IN) {
Takashi Iwaieea7dc92010-08-30 13:06:15 +02003116 nid = cfg->inputs[i].pin;
Takashi Iwai1327a322009-03-23 13:07:47 +01003117 pincap = snd_hda_query_pin_caps(codec, nid);
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01003118 if (pincap & AC_PINCAP_OUT)
3119 return nid;
3120 }
Takashi Iwaieea7dc92010-08-30 13:06:15 +02003121 }
Matt Porter403d1942005-11-29 15:00:51 +01003122 return 0;
3123}
3124
Takashi Iwaieea7dc92010-08-30 13:06:15 +02003125static hda_nid_t get_unassigned_dac(struct hda_codec *codec, hda_nid_t nid);
3126
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01003127/* check whether the mic-input can be used as line-out */
Takashi Iwaieea7dc92010-08-30 13:06:15 +02003128static hda_nid_t check_mic_out_switch(struct hda_codec *codec, hda_nid_t *dac)
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01003129{
3130 struct sigmatel_spec *spec = codec->spec;
3131 struct auto_pin_cfg *cfg = &spec->autocfg;
3132 unsigned int def_conf, pincap;
Takashi Iwai86e29592010-09-09 14:50:17 +02003133 int i;
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01003134
Takashi Iwaieea7dc92010-08-30 13:06:15 +02003135 *dac = 0;
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01003136 if (cfg->line_out_type != AUTO_PIN_LINE_OUT)
3137 return 0;
Takashi Iwaieea7dc92010-08-30 13:06:15 +02003138 for (i = 0; i < cfg->num_inputs; i++) {
3139 hda_nid_t nid = cfg->inputs[i].pin;
Takashi Iwai86e29592010-09-09 14:50:17 +02003140 if (cfg->inputs[i].type != AUTO_PIN_MIC)
Takashi Iwaieea7dc92010-08-30 13:06:15 +02003141 continue;
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01003142 def_conf = snd_hda_codec_get_pincfg(codec, nid);
3143 /* some laptops have an internal analog microphone
3144 * which can't be used as a output */
Takashi Iwai99ae28b2010-09-17 14:42:34 +02003145 if (snd_hda_get_input_pin_attr(def_conf) != INPUT_PIN_ATTR_INT) {
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01003146 pincap = snd_hda_query_pin_caps(codec, nid);
Takashi Iwaieea7dc92010-08-30 13:06:15 +02003147 if (pincap & AC_PINCAP_OUT) {
3148 *dac = get_unassigned_dac(codec, nid);
3149 if (*dac)
3150 return nid;
3151 }
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01003152 }
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01003153 }
3154 return 0;
3155}
Steve Longerbeam7b043892007-05-03 20:50:03 +02003156
3157static int is_in_dac_nids(struct sigmatel_spec *spec, hda_nid_t nid)
3158{
3159 int i;
3160
3161 for (i = 0; i < spec->multiout.num_dacs; i++) {
3162 if (spec->multiout.dac_nids[i] == nid)
3163 return 1;
3164 }
3165
3166 return 0;
3167}
3168
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01003169static int check_all_dac_nids(struct sigmatel_spec *spec, hda_nid_t nid)
3170{
3171 int i;
3172 if (is_in_dac_nids(spec, nid))
3173 return 1;
3174 for (i = 0; i < spec->autocfg.hp_outs; i++)
3175 if (spec->hp_dacs[i] == nid)
3176 return 1;
3177 for (i = 0; i < spec->autocfg.speaker_outs; i++)
3178 if (spec->speaker_dacs[i] == nid)
3179 return 1;
3180 return 0;
3181}
3182
3183static hda_nid_t get_unassigned_dac(struct hda_codec *codec, hda_nid_t nid)
3184{
3185 struct sigmatel_spec *spec = codec->spec;
David Henningsson48718ea2011-10-05 09:49:05 +02003186 struct auto_pin_cfg *cfg = &spec->autocfg;
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01003187 int j, conn_len;
David Henningsson48718ea2011-10-05 09:49:05 +02003188 hda_nid_t conn[HDA_MAX_CONNECTIONS], fallback_dac;
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01003189 unsigned int wcaps, wtype;
3190
3191 conn_len = snd_hda_get_connections(codec, nid, conn,
3192 HDA_MAX_CONNECTIONS);
Charles Chin36706002010-01-29 12:05:51 +01003193 /* 92HD88: trace back up the link of nids to find the DAC */
3194 while (conn_len == 1 && (get_wcaps_type(get_wcaps(codec, conn[0]))
3195 != AC_WID_AUD_OUT)) {
3196 nid = conn[0];
3197 conn_len = snd_hda_get_connections(codec, nid, conn,
3198 HDA_MAX_CONNECTIONS);
3199 }
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01003200 for (j = 0; j < conn_len; j++) {
Takashi Iwai14bafe32009-03-23 16:35:39 +01003201 wcaps = get_wcaps(codec, conn[j]);
Takashi Iwaia22d5432009-07-27 12:54:26 +02003202 wtype = get_wcaps_type(wcaps);
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01003203 /* we check only analog outputs */
3204 if (wtype != AC_WID_AUD_OUT || (wcaps & AC_WCAP_DIGITAL))
3205 continue;
3206 /* if this route has a free DAC, assign it */
3207 if (!check_all_dac_nids(spec, conn[j])) {
3208 if (conn_len > 1) {
3209 /* select this DAC in the pin's input mux */
3210 snd_hda_codec_write_cache(codec, nid, 0,
3211 AC_VERB_SET_CONNECT_SEL, j);
3212 }
3213 return conn[j];
3214 }
3215 }
David Henningsson48718ea2011-10-05 09:49:05 +02003216
3217 /* if all DACs are already assigned, connect to the primary DAC,
3218 unless we're assigning a secondary headphone */
3219 fallback_dac = spec->multiout.dac_nids[0];
3220 if (spec->multiout.hp_nid) {
3221 for (j = 0; j < cfg->hp_outs; j++)
3222 if (cfg->hp_pins[j] == nid) {
3223 fallback_dac = spec->multiout.hp_nid;
3224 break;
3225 }
3226 }
3227
Takashi Iwaiee58a7c2009-03-06 12:00:24 +01003228 if (conn_len > 1) {
3229 for (j = 0; j < conn_len; j++) {
David Henningsson48718ea2011-10-05 09:49:05 +02003230 if (conn[j] == fallback_dac) {
Takashi Iwaiee58a7c2009-03-06 12:00:24 +01003231 snd_hda_codec_write_cache(codec, nid, 0,
3232 AC_VERB_SET_CONNECT_SEL, j);
3233 break;
3234 }
3235 }
3236 }
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01003237 return 0;
3238}
3239
3240static int add_spec_dacs(struct sigmatel_spec *spec, hda_nid_t nid);
3241static int add_spec_extra_dacs(struct sigmatel_spec *spec, hda_nid_t nid);
3242
Matt Porter3cc08dc2006-01-23 15:27:49 +01003243/*
Steve Longerbeam7b043892007-05-03 20:50:03 +02003244 * Fill in the dac_nids table from the parsed pin configuration
3245 * This function only works when every pin in line_out_pins[]
3246 * contains atleast one DAC in its connection list. Some 92xx
3247 * codecs are not connected directly to a DAC, such as the 9200
3248 * and 9202/925x. For those, dac_nids[] must be hard-coded.
Matt Porter3cc08dc2006-01-23 15:27:49 +01003249 */
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01003250static int stac92xx_auto_fill_dac_nids(struct hda_codec *codec)
Mattc7d4b2f2005-06-27 14:59:41 +02003251{
3252 struct sigmatel_spec *spec = codec->spec;
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01003253 struct auto_pin_cfg *cfg = &spec->autocfg;
3254 int i;
3255 hda_nid_t nid, dac;
Steve Longerbeam7b043892007-05-03 20:50:03 +02003256
Mattc7d4b2f2005-06-27 14:59:41 +02003257 for (i = 0; i < cfg->line_outs; i++) {
3258 nid = cfg->line_out_pins[i];
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01003259 dac = get_unassigned_dac(codec, nid);
3260 if (!dac) {
Takashi Iwaidf802952007-07-02 19:18:00 +02003261 if (spec->multiout.num_dacs > 0) {
3262 /* we have already working output pins,
3263 * so let's drop the broken ones again
3264 */
3265 cfg->line_outs = spec->multiout.num_dacs;
3266 break;
3267 }
Steve Longerbeam7b043892007-05-03 20:50:03 +02003268 /* error out, no available DAC found */
3269 snd_printk(KERN_ERR
3270 "%s: No available DAC for pin 0x%x\n",
3271 __func__, nid);
3272 return -ENODEV;
3273 }
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01003274 add_spec_dacs(spec, dac);
3275 }
Steve Longerbeam7b043892007-05-03 20:50:03 +02003276
Takashi Iwai139e0712009-03-06 12:10:41 +01003277 for (i = 0; i < cfg->hp_outs; i++) {
3278 nid = cfg->hp_pins[i];
3279 dac = get_unassigned_dac(codec, nid);
3280 if (dac) {
3281 if (!spec->multiout.hp_nid)
3282 spec->multiout.hp_nid = dac;
3283 else
3284 add_spec_extra_dacs(spec, dac);
3285 }
3286 spec->hp_dacs[i] = dac;
3287 }
3288
3289 for (i = 0; i < cfg->speaker_outs; i++) {
3290 nid = cfg->speaker_pins[i];
3291 dac = get_unassigned_dac(codec, nid);
3292 if (dac)
3293 add_spec_extra_dacs(spec, dac);
3294 spec->speaker_dacs[i] = dac;
3295 }
3296
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01003297 /* add line-in as output */
3298 nid = check_line_out_switch(codec);
3299 if (nid) {
3300 dac = get_unassigned_dac(codec, nid);
3301 if (dac) {
3302 snd_printdd("STAC: Add line-in 0x%x as output %d\n",
3303 nid, cfg->line_outs);
3304 cfg->line_out_pins[cfg->line_outs] = nid;
3305 cfg->line_outs++;
3306 spec->line_switch = nid;
3307 add_spec_dacs(spec, dac);
3308 }
3309 }
3310 /* add mic as output */
Takashi Iwaieea7dc92010-08-30 13:06:15 +02003311 nid = check_mic_out_switch(codec, &dac);
3312 if (nid && dac) {
3313 snd_printdd("STAC: Add mic-in 0x%x as output %d\n",
3314 nid, cfg->line_outs);
3315 cfg->line_out_pins[cfg->line_outs] = nid;
3316 cfg->line_outs++;
3317 spec->mic_switch = nid;
3318 add_spec_dacs(spec, dac);
Mattc7d4b2f2005-06-27 14:59:41 +02003319 }
3320
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01003321 snd_printd("stac92xx: dac_nids=%d (0x%x/0x%x/0x%x/0x%x/0x%x)\n",
Steve Longerbeam7b043892007-05-03 20:50:03 +02003322 spec->multiout.num_dacs,
3323 spec->multiout.dac_nids[0],
3324 spec->multiout.dac_nids[1],
3325 spec->multiout.dac_nids[2],
3326 spec->multiout.dac_nids[3],
3327 spec->multiout.dac_nids[4]);
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01003328
Mattc7d4b2f2005-06-27 14:59:41 +02003329 return 0;
3330}
3331
Takashi Iwaieb06ed82006-09-20 17:10:27 +02003332/* create volume control/switch for the given prefx type */
Takashi Iwai668b9652009-03-06 10:13:24 +01003333static int create_controls_idx(struct hda_codec *codec, const char *pfx,
3334 int idx, hda_nid_t nid, int chs)
Takashi Iwaieb06ed82006-09-20 17:10:27 +02003335{
Takashi Iwai7c7767e2009-01-20 15:28:38 +01003336 struct sigmatel_spec *spec = codec->spec;
Takashi Iwaieb06ed82006-09-20 17:10:27 +02003337 char name[32];
3338 int err;
3339
Takashi Iwai7c7767e2009-01-20 15:28:38 +01003340 if (!spec->check_volume_offset) {
3341 unsigned int caps, step, nums, db_scale;
3342 caps = query_amp_caps(codec, nid, HDA_OUTPUT);
3343 step = (caps & AC_AMPCAP_STEP_SIZE) >>
3344 AC_AMPCAP_STEP_SIZE_SHIFT;
3345 step = (step + 1) * 25; /* in .01dB unit */
3346 nums = (caps & AC_AMPCAP_NUM_STEPS) >>
3347 AC_AMPCAP_NUM_STEPS_SHIFT;
3348 db_scale = nums * step;
3349 /* if dB scale is over -64dB, and finer enough,
3350 * let's reduce it to half
3351 */
3352 if (db_scale > 6400 && nums >= 0x1f)
3353 spec->volume_offset = nums / 2;
3354 spec->check_volume_offset = 1;
3355 }
3356
Takashi Iwaieb06ed82006-09-20 17:10:27 +02003357 sprintf(name, "%s Playback Volume", pfx);
Takashi Iwai668b9652009-03-06 10:13:24 +01003358 err = stac92xx_add_control_idx(spec, STAC_CTL_WIDGET_VOL, idx, name,
Takashi Iwai7c7767e2009-01-20 15:28:38 +01003359 HDA_COMPOSE_AMP_VAL_OFS(nid, chs, 0, HDA_OUTPUT,
3360 spec->volume_offset));
Takashi Iwaieb06ed82006-09-20 17:10:27 +02003361 if (err < 0)
3362 return err;
3363 sprintf(name, "%s Playback Switch", pfx);
Takashi Iwai668b9652009-03-06 10:13:24 +01003364 err = stac92xx_add_control_idx(spec, STAC_CTL_WIDGET_MUTE, idx, name,
Takashi Iwaieb06ed82006-09-20 17:10:27 +02003365 HDA_COMPOSE_AMP_VAL(nid, chs, 0, HDA_OUTPUT));
3366 if (err < 0)
3367 return err;
3368 return 0;
3369}
3370
Takashi Iwai668b9652009-03-06 10:13:24 +01003371#define create_controls(codec, pfx, nid, chs) \
3372 create_controls_idx(codec, pfx, 0, nid, chs)
3373
Matthew Ranostayae0afd82008-02-22 17:55:05 +01003374static int add_spec_dacs(struct sigmatel_spec *spec, hda_nid_t nid)
3375{
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01003376 if (spec->multiout.num_dacs > 4) {
Matthew Ranostayae0afd82008-02-22 17:55:05 +01003377 printk(KERN_WARNING "stac92xx: No space for DAC 0x%x\n", nid);
3378 return 1;
3379 } else {
Takashi Iwaidda14412011-05-02 11:29:30 +02003380 snd_BUG_ON(spec->multiout.dac_nids != spec->dac_nids);
3381 spec->dac_nids[spec->multiout.num_dacs] = nid;
Matthew Ranostayae0afd82008-02-22 17:55:05 +01003382 spec->multiout.num_dacs++;
3383 }
3384 return 0;
3385}
3386
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01003387static int add_spec_extra_dacs(struct sigmatel_spec *spec, hda_nid_t nid)
Matthew Ranostayae0afd82008-02-22 17:55:05 +01003388{
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01003389 int i;
3390 for (i = 0; i < ARRAY_SIZE(spec->multiout.extra_out_nid); i++) {
3391 if (!spec->multiout.extra_out_nid[i]) {
3392 spec->multiout.extra_out_nid[i] = nid;
3393 return 0;
3394 }
3395 }
3396 printk(KERN_WARNING "stac92xx: No space for extra DAC 0x%x\n", nid);
3397 return 1;
Matthew Ranostayae0afd82008-02-22 17:55:05 +01003398}
3399
Takashi Iwaidc04d1b2009-03-06 10:00:05 +01003400/* Create output controls
3401 * The mixer elements are named depending on the given type (AUTO_PIN_XXX_OUT)
3402 */
3403static int create_multi_out_ctls(struct hda_codec *codec, int num_outs,
3404 const hda_nid_t *pins,
3405 const hda_nid_t *dac_nids,
3406 int type)
Mattc7d4b2f2005-06-27 14:59:41 +02003407{
Takashi Iwai76624532008-12-19 10:09:47 +01003408 struct sigmatel_spec *spec = codec->spec;
Takashi Iwaiea734962011-01-17 11:29:34 +01003409 static const char * const chname[4] = {
Takashi Iwai19039bd2006-06-28 15:52:16 +02003410 "Front", "Surround", NULL /*CLFE*/, "Side"
3411 };
Takashi Iwaidc04d1b2009-03-06 10:00:05 +01003412 hda_nid_t nid;
Takashi Iwai91589232008-12-19 15:59:40 +01003413 int i, err;
3414 unsigned int wid_caps;
Maxim Levitsky0fb87bb2007-09-03 15:29:04 +02003415
Takashi Iwaidc04d1b2009-03-06 10:00:05 +01003416 for (i = 0; i < num_outs && i < ARRAY_SIZE(chname); i++) {
Takashi Iwaiffd0e562009-04-16 12:20:24 +02003417 if (type == AUTO_PIN_HP_OUT && !spec->hp_detect) {
Takashi Iwaie35d9d62011-05-17 11:28:16 +02003418 if (is_jack_detectable(codec, pins[i]))
Takashi Iwaiffd0e562009-04-16 12:20:24 +02003419 spec->hp_detect = 1;
3420 }
Takashi Iwaidc04d1b2009-03-06 10:00:05 +01003421 nid = dac_nids[i];
3422 if (!nid)
3423 continue;
3424 if (type != AUTO_PIN_HP_OUT && i == 2) {
Mattc7d4b2f2005-06-27 14:59:41 +02003425 /* Center/LFE */
Takashi Iwai7c7767e2009-01-20 15:28:38 +01003426 err = create_controls(codec, "Center", nid, 1);
Takashi Iwaieb06ed82006-09-20 17:10:27 +02003427 if (err < 0)
Mattc7d4b2f2005-06-27 14:59:41 +02003428 return err;
Takashi Iwai7c7767e2009-01-20 15:28:38 +01003429 err = create_controls(codec, "LFE", nid, 2);
Takashi Iwaieb06ed82006-09-20 17:10:27 +02003430 if (err < 0)
Mattc7d4b2f2005-06-27 14:59:41 +02003431 return err;
Maxim Levitsky0fb87bb2007-09-03 15:29:04 +02003432
3433 wid_caps = get_wcaps(codec, nid);
3434
3435 if (wid_caps & AC_WCAP_LR_SWAP) {
3436 err = stac92xx_add_control(spec,
3437 STAC_CTL_WIDGET_CLFE_SWITCH,
3438 "Swap Center/LFE Playback Switch", nid);
3439
3440 if (err < 0)
3441 return err;
3442 }
3443
Mattc7d4b2f2005-06-27 14:59:41 +02003444 } else {
Takashi Iwaidc04d1b2009-03-06 10:00:05 +01003445 const char *name;
Takashi Iwai668b9652009-03-06 10:13:24 +01003446 int idx;
Takashi Iwaidc04d1b2009-03-06 10:00:05 +01003447 switch (type) {
3448 case AUTO_PIN_HP_OUT:
Takashi Iwai668b9652009-03-06 10:13:24 +01003449 name = "Headphone";
3450 idx = i;
Takashi Iwaidc04d1b2009-03-06 10:00:05 +01003451 break;
3452 case AUTO_PIN_SPEAKER_OUT:
Takashi Iwaif37bc7a2012-11-08 15:59:23 +01003453 if (num_outs <= 2) {
3454 name = i ? "Bass Speaker" : "Speaker";
3455 idx = 0;
David Henningsson298efee2012-09-06 11:17:58 +02003456 break;
3457 }
3458 /* Fall through in case of multi speaker outs */
Takashi Iwaidc04d1b2009-03-06 10:00:05 +01003459 default:
3460 name = chname[i];
Takashi Iwai668b9652009-03-06 10:13:24 +01003461 idx = 0;
Takashi Iwaidc04d1b2009-03-06 10:00:05 +01003462 break;
Takashi Iwai76624532008-12-19 10:09:47 +01003463 }
Takashi Iwai668b9652009-03-06 10:13:24 +01003464 err = create_controls_idx(codec, name, idx, nid, 3);
Takashi Iwaieb06ed82006-09-20 17:10:27 +02003465 if (err < 0)
Mattc7d4b2f2005-06-27 14:59:41 +02003466 return err;
3467 }
3468 }
Takashi Iwaidc04d1b2009-03-06 10:00:05 +01003469 return 0;
3470}
3471
Takashi Iwai62cbde12012-09-14 11:58:54 +02003472static void stac_gpio_set(struct hda_codec *codec, unsigned int mask,
3473 unsigned int dir_mask, unsigned int data);
3474
3475/* hook for controlling mic-mute LED GPIO */
3476static int stac92xx_capture_sw_put_led(struct snd_kcontrol *kcontrol,
3477 struct snd_ctl_elem_value *ucontrol)
3478{
3479 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
3480 struct sigmatel_spec *spec = codec->spec;
3481 int err;
3482 bool mute;
3483
3484 err = snd_hda_mixer_amp_switch_put(kcontrol, ucontrol);
3485 if (err <= 0)
3486 return err;
3487 mute = !(ucontrol->value.integer.value[0] &&
3488 ucontrol->value.integer.value[1]);
3489 if (spec->mic_mute_led_on != mute) {
3490 spec->mic_mute_led_on = mute;
3491 if (mute)
3492 spec->gpio_data |= spec->mic_mute_led_gpio;
3493 else
3494 spec->gpio_data &= ~spec->mic_mute_led_gpio;
3495 stac_gpio_set(codec, spec->gpio_mask,
3496 spec->gpio_dir, spec->gpio_data);
3497 }
3498 return err;
3499}
3500
Takashi Iwai6479c632009-07-28 18:20:25 +02003501static int stac92xx_add_capvol_ctls(struct hda_codec *codec, unsigned long vol,
3502 unsigned long sw, int idx)
3503{
Takashi Iwai62cbde12012-09-14 11:58:54 +02003504 struct sigmatel_spec *spec = codec->spec;
3505 struct snd_kcontrol_new *knew;
Takashi Iwai6479c632009-07-28 18:20:25 +02003506 int err;
Takashi Iwai62cbde12012-09-14 11:58:54 +02003507
Takashi Iwai6479c632009-07-28 18:20:25 +02003508 err = stac92xx_add_control_idx(codec->spec, STAC_CTL_WIDGET_VOL, idx,
Takashi Iwaibf677bd2009-07-30 09:24:29 +02003509 "Capture Volume", vol);
Takashi Iwai6479c632009-07-28 18:20:25 +02003510 if (err < 0)
3511 return err;
Takashi Iwai62cbde12012-09-14 11:58:54 +02003512
3513 knew = add_control_temp(spec,
3514 &stac92xx_control_templates[STAC_CTL_WIDGET_MUTE],
3515 idx, "Capture Switch", sw);
3516 if (!knew)
3517 return -ENOMEM;
3518 /* add a LED hook for some HP laptops */
3519 if (spec->mic_mute_led_gpio)
3520 knew->put = stac92xx_capture_sw_put_led;
3521
Takashi Iwai6479c632009-07-28 18:20:25 +02003522 return 0;
3523}
3524
Takashi Iwaidc04d1b2009-03-06 10:00:05 +01003525/* add playback controls from the parsed DAC table */
3526static int stac92xx_auto_create_multi_out_ctls(struct hda_codec *codec,
3527 const struct auto_pin_cfg *cfg)
3528{
3529 struct sigmatel_spec *spec = codec->spec;
Nickolas Lloyd7c922de2009-06-01 11:12:29 +02003530 hda_nid_t nid;
Takashi Iwaidc04d1b2009-03-06 10:00:05 +01003531 int err;
Nickolas Lloyd7c922de2009-06-01 11:12:29 +02003532 int idx;
Takashi Iwaidc04d1b2009-03-06 10:00:05 +01003533
3534 err = create_multi_out_ctls(codec, cfg->line_outs, cfg->line_out_pins,
3535 spec->multiout.dac_nids,
3536 cfg->line_out_type);
3537 if (err < 0)
3538 return err;
Mattc7d4b2f2005-06-27 14:59:41 +02003539
Takashi Iwaia9cb5c92008-11-24 07:51:11 +01003540 if (cfg->hp_outs > 1 && cfg->line_out_type == AUTO_PIN_LINE_OUT) {
Matthew Ranostay7c2ba972008-04-16 13:13:59 +02003541 err = stac92xx_add_control(spec,
3542 STAC_CTL_WIDGET_HP_SWITCH,
Takashi Iwaid7a89432008-11-12 09:48:04 +01003543 "Headphone as Line Out Switch",
3544 cfg->hp_pins[cfg->hp_outs - 1]);
Matthew Ranostay7c2ba972008-04-16 13:13:59 +02003545 if (err < 0)
3546 return err;
3547 }
3548
Takashi Iwaieea7dc92010-08-30 13:06:15 +02003549 for (idx = 0; idx < cfg->num_inputs; idx++) {
Takashi Iwai86e29592010-09-09 14:50:17 +02003550 if (cfg->inputs[idx].type > AUTO_PIN_LINE_IN)
Takashi Iwaieea7dc92010-08-30 13:06:15 +02003551 break;
3552 nid = cfg->inputs[idx].pin;
3553 err = stac92xx_add_jack_mode_control(codec, nid, idx);
3554 if (err < 0)
3555 return err;
Matthew Ranostayb5895dc2008-01-25 15:24:50 +01003556 }
Matt Porter403d1942005-11-29 15:00:51 +01003557
Mattc7d4b2f2005-06-27 14:59:41 +02003558 return 0;
3559}
3560
Takashi Iwaieb06ed82006-09-20 17:10:27 +02003561/* add playback controls for Speaker and HP outputs */
3562static int stac92xx_auto_create_hp_ctls(struct hda_codec *codec,
3563 struct auto_pin_cfg *cfg)
Mattc7d4b2f2005-06-27 14:59:41 +02003564{
3565 struct sigmatel_spec *spec = codec->spec;
Takashi Iwaidc04d1b2009-03-06 10:00:05 +01003566 int err;
Mattc7d4b2f2005-06-27 14:59:41 +02003567
Takashi Iwaidc04d1b2009-03-06 10:00:05 +01003568 err = create_multi_out_ctls(codec, cfg->hp_outs, cfg->hp_pins,
3569 spec->hp_dacs, AUTO_PIN_HP_OUT);
3570 if (err < 0)
3571 return err;
3572
3573 err = create_multi_out_ctls(codec, cfg->speaker_outs, cfg->speaker_pins,
3574 spec->speaker_dacs, AUTO_PIN_SPEAKER_OUT);
3575 if (err < 0)
3576 return err;
3577
Mattc7d4b2f2005-06-27 14:59:41 +02003578 return 0;
3579}
3580
Matthew Ranostayb22b4822008-01-22 12:32:30 +01003581/* labels for mono mux outputs */
Takashi Iwaiea734962011-01-17 11:29:34 +01003582static const char * const stac92xx_mono_labels[4] = {
Matthew Ranostayd0513fc2008-07-27 10:30:30 +02003583 "DAC0", "DAC1", "Mixer", "DAC2"
Matthew Ranostayb22b4822008-01-22 12:32:30 +01003584};
3585
3586/* create mono mux for mono out on capable codecs */
3587static int stac92xx_auto_create_mono_output_ctls(struct hda_codec *codec)
3588{
3589 struct sigmatel_spec *spec = codec->spec;
3590 struct hda_input_mux *mono_mux = &spec->private_mono_mux;
3591 int i, num_cons;
3592 hda_nid_t con_lst[ARRAY_SIZE(stac92xx_mono_labels)];
3593
3594 num_cons = snd_hda_get_connections(codec,
3595 spec->mono_nid,
3596 con_lst,
3597 HDA_MAX_NUM_INPUTS);
Jaroslav Kysela16a433d2009-07-22 16:20:40 +02003598 if (num_cons <= 0 || num_cons > ARRAY_SIZE(stac92xx_mono_labels))
Matthew Ranostayb22b4822008-01-22 12:32:30 +01003599 return -EINVAL;
3600
Takashi Iwai10a20af2010-09-09 16:28:02 +02003601 for (i = 0; i < num_cons; i++)
3602 snd_hda_add_imux_item(mono_mux, stac92xx_mono_labels[i], i,
3603 NULL);
Matthew Ranostay09a99952008-01-24 11:49:21 +01003604
3605 return stac92xx_add_control(spec, STAC_CTL_WIDGET_MONO_MUX,
3606 "Mono Mux", spec->mono_nid);
Matthew Ranostayb22b4822008-01-22 12:32:30 +01003607}
3608
Matthew Ranostay1cd22242008-07-18 18:20:52 +02003609/* create PC beep volume controls */
3610static int stac92xx_auto_create_beep_ctls(struct hda_codec *codec,
3611 hda_nid_t nid)
3612{
3613 struct sigmatel_spec *spec = codec->spec;
3614 u32 caps = query_amp_caps(codec, nid, HDA_OUTPUT);
Jaroslav Kysela123c07a2009-10-21 14:48:23 +02003615 int err, type = STAC_CTL_WIDGET_MUTE_BEEP;
3616
3617 if (spec->anabeep_nid == nid)
3618 type = STAC_CTL_WIDGET_MUTE;
Matthew Ranostay1cd22242008-07-18 18:20:52 +02003619
3620 /* check for mute support for the the amp */
3621 if ((caps & AC_AMPCAP_MUTE) >> AC_AMPCAP_MUTE_SHIFT) {
Jaroslav Kysela123c07a2009-10-21 14:48:23 +02003622 err = stac92xx_add_control(spec, type,
Jaroslav Kyselad355c82a2009-11-03 15:47:25 +01003623 "Beep Playback Switch",
Matthew Ranostay1cd22242008-07-18 18:20:52 +02003624 HDA_COMPOSE_AMP_VAL(nid, 1, 0, HDA_OUTPUT));
3625 if (err < 0)
3626 return err;
3627 }
3628
3629 /* check to see if there is volume support for the amp */
3630 if ((caps & AC_AMPCAP_NUM_STEPS) >> AC_AMPCAP_NUM_STEPS_SHIFT) {
3631 err = stac92xx_add_control(spec, STAC_CTL_WIDGET_VOL,
Jaroslav Kyselad355c82a2009-11-03 15:47:25 +01003632 "Beep Playback Volume",
Matthew Ranostay1cd22242008-07-18 18:20:52 +02003633 HDA_COMPOSE_AMP_VAL(nid, 1, 0, HDA_OUTPUT));
3634 if (err < 0)
3635 return err;
3636 }
3637 return 0;
3638}
3639
Takashi Iwai4d4e9bb2008-11-12 16:45:04 +01003640#ifdef CONFIG_SND_HDA_INPUT_BEEP
3641#define stac92xx_dig_beep_switch_info snd_ctl_boolean_mono_info
3642
3643static int stac92xx_dig_beep_switch_get(struct snd_kcontrol *kcontrol,
3644 struct snd_ctl_elem_value *ucontrol)
3645{
3646 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
3647 ucontrol->value.integer.value[0] = codec->beep->enabled;
3648 return 0;
3649}
3650
3651static int stac92xx_dig_beep_switch_put(struct snd_kcontrol *kcontrol,
3652 struct snd_ctl_elem_value *ucontrol)
3653{
3654 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
Jaroslav Kysela123c07a2009-10-21 14:48:23 +02003655 return snd_hda_enable_beep_device(codec, ucontrol->value.integer.value[0]);
Takashi Iwai4d4e9bb2008-11-12 16:45:04 +01003656}
3657
Takashi Iwai2b635362011-05-02 12:33:43 +02003658static const struct snd_kcontrol_new stac92xx_dig_beep_ctrl = {
Takashi Iwai4d4e9bb2008-11-12 16:45:04 +01003659 .iface = SNDRV_CTL_ELEM_IFACE_MIXER,
3660 .info = stac92xx_dig_beep_switch_info,
3661 .get = stac92xx_dig_beep_switch_get,
3662 .put = stac92xx_dig_beep_switch_put,
3663};
3664
3665static int stac92xx_beep_switch_ctl(struct hda_codec *codec)
3666{
3667 return stac92xx_add_control_temp(codec->spec, &stac92xx_dig_beep_ctrl,
Jaroslav Kyselad355c82a2009-11-03 15:47:25 +01003668 0, "Beep Playback Switch", 0);
Takashi Iwai4d4e9bb2008-11-12 16:45:04 +01003669}
3670#endif
3671
Matthew Ranostay4682eee2008-08-15 07:43:24 +02003672static int stac92xx_auto_create_mux_input_ctls(struct hda_codec *codec)
3673{
3674 struct sigmatel_spec *spec = codec->spec;
Takashi Iwai667067d2009-08-13 18:14:42 +02003675 int i, j, err = 0;
Matthew Ranostay4682eee2008-08-15 07:43:24 +02003676
3677 for (i = 0; i < spec->num_muxes; i++) {
Takashi Iwai667067d2009-08-13 18:14:42 +02003678 hda_nid_t nid;
3679 unsigned int wcaps;
3680 unsigned long val;
3681
Matthew Ranostay4682eee2008-08-15 07:43:24 +02003682 nid = spec->mux_nids[i];
3683 wcaps = get_wcaps(codec, nid);
Takashi Iwai667067d2009-08-13 18:14:42 +02003684 if (!(wcaps & AC_WCAP_OUT_AMP))
3685 continue;
Matthew Ranostay4682eee2008-08-15 07:43:24 +02003686
Takashi Iwai667067d2009-08-13 18:14:42 +02003687 /* check whether already the same control was created as
3688 * normal Capture Volume.
3689 */
3690 val = HDA_COMPOSE_AMP_VAL(nid, 3, 0, HDA_OUTPUT);
3691 for (j = 0; j < spec->num_caps; j++) {
3692 if (spec->capvols[j] == val)
3693 break;
Matthew Ranostay4682eee2008-08-15 07:43:24 +02003694 }
Takashi Iwai667067d2009-08-13 18:14:42 +02003695 if (j < spec->num_caps)
3696 continue;
3697
3698 err = stac92xx_add_control_idx(spec, STAC_CTL_WIDGET_VOL, i,
3699 "Mux Capture Volume", val);
3700 if (err < 0)
3701 return err;
Matthew Ranostay4682eee2008-08-15 07:43:24 +02003702 }
3703 return 0;
3704};
3705
Takashi Iwaiea734962011-01-17 11:29:34 +01003706static const char * const stac92xx_spdif_labels[3] = {
Matthew Ranostay65973632008-09-16 10:39:37 -04003707 "Digital Playback", "Analog Mux 1", "Analog Mux 2",
Matthew Ranostayd9737752008-09-07 12:03:41 +02003708};
3709
3710static int stac92xx_auto_create_spdif_mux_ctls(struct hda_codec *codec)
3711{
3712 struct sigmatel_spec *spec = codec->spec;
3713 struct hda_input_mux *spdif_mux = &spec->private_smux;
Takashi Iwaiea734962011-01-17 11:29:34 +01003714 const char * const *labels = spec->spdif_labels;
Matthew Ranostayd9737752008-09-07 12:03:41 +02003715 int i, num_cons;
Matthew Ranostay65973632008-09-16 10:39:37 -04003716 hda_nid_t con_lst[HDA_MAX_NUM_INPUTS];
Matthew Ranostayd9737752008-09-07 12:03:41 +02003717
3718 num_cons = snd_hda_get_connections(codec,
3719 spec->smux_nids[0],
3720 con_lst,
3721 HDA_MAX_NUM_INPUTS);
Jaroslav Kysela16a433d2009-07-22 16:20:40 +02003722 if (num_cons <= 0)
Matthew Ranostayd9737752008-09-07 12:03:41 +02003723 return -EINVAL;
3724
Matthew Ranostay65973632008-09-16 10:39:37 -04003725 if (!labels)
3726 labels = stac92xx_spdif_labels;
3727
Takashi Iwai10a20af2010-09-09 16:28:02 +02003728 for (i = 0; i < num_cons; i++)
3729 snd_hda_add_imux_item(spdif_mux, labels[i], i, NULL);
Matthew Ranostayd9737752008-09-07 12:03:41 +02003730
3731 return 0;
3732}
3733
Matt Porter8b657272006-10-26 17:12:59 +02003734/* labels for dmic mux inputs */
Takashi Iwaiea734962011-01-17 11:29:34 +01003735static const char * const stac92xx_dmic_labels[5] = {
Matt Porter8b657272006-10-26 17:12:59 +02003736 "Analog Inputs", "Digital Mic 1", "Digital Mic 2",
3737 "Digital Mic 3", "Digital Mic 4"
3738};
3739
Vitaliy Kulikov699d8992011-03-10 13:43:35 -06003740static hda_nid_t get_connected_node(struct hda_codec *codec, hda_nid_t mux,
3741 int idx)
3742{
3743 hda_nid_t conn[HDA_MAX_NUM_INPUTS];
3744 int nums;
3745 nums = snd_hda_get_connections(codec, mux, conn, ARRAY_SIZE(conn));
3746 if (idx >= 0 && idx < nums)
3747 return conn[idx];
3748 return 0;
3749}
3750
Takashi Iwai8d087c72011-06-28 12:45:47 +02003751/* look for NID recursively */
3752#define get_connection_index(codec, mux, nid) \
3753 snd_hda_get_conn_index(codec, mux, nid, 1)
Takashi Iwai3d21d3f2009-07-29 14:32:56 +02003754
Takashi Iwai667067d2009-08-13 18:14:42 +02003755/* create a volume assigned to the given pin (only if supported) */
Takashi Iwai96f845d2009-08-29 00:49:36 +02003756/* return 1 if the volume control is created */
Takashi Iwai667067d2009-08-13 18:14:42 +02003757static int create_elem_capture_vol(struct hda_codec *codec, hda_nid_t nid,
Takashi Iwaieea7dc92010-08-30 13:06:15 +02003758 const char *label, int idx, int direction)
Takashi Iwai667067d2009-08-13 18:14:42 +02003759{
3760 unsigned int caps, nums;
3761 char name[32];
Takashi Iwai96f845d2009-08-29 00:49:36 +02003762 int err;
Takashi Iwai667067d2009-08-13 18:14:42 +02003763
Takashi Iwai96f845d2009-08-29 00:49:36 +02003764 if (direction == HDA_OUTPUT)
3765 caps = AC_WCAP_OUT_AMP;
3766 else
3767 caps = AC_WCAP_IN_AMP;
3768 if (!(get_wcaps(codec, nid) & caps))
Takashi Iwai667067d2009-08-13 18:14:42 +02003769 return 0;
Takashi Iwai96f845d2009-08-29 00:49:36 +02003770 caps = query_amp_caps(codec, nid, direction);
Takashi Iwai667067d2009-08-13 18:14:42 +02003771 nums = (caps & AC_AMPCAP_NUM_STEPS) >> AC_AMPCAP_NUM_STEPS_SHIFT;
3772 if (!nums)
3773 return 0;
3774 snprintf(name, sizeof(name), "%s Capture Volume", label);
Takashi Iwaieea7dc92010-08-30 13:06:15 +02003775 err = stac92xx_add_control_idx(codec->spec, STAC_CTL_WIDGET_VOL, idx, name,
3776 HDA_COMPOSE_AMP_VAL(nid, 3, 0, direction));
Takashi Iwai96f845d2009-08-29 00:49:36 +02003777 if (err < 0)
3778 return err;
3779 return 1;
Takashi Iwai667067d2009-08-13 18:14:42 +02003780}
3781
Matt Porter8b657272006-10-26 17:12:59 +02003782/* create playback/capture controls for input pins on dmic capable codecs */
3783static int stac92xx_auto_create_dmic_input_ctls(struct hda_codec *codec,
3784 const struct auto_pin_cfg *cfg)
3785{
3786 struct sigmatel_spec *spec = codec->spec;
Takashi Iwai5207e102009-07-30 13:09:08 +02003787 struct hda_input_mux *imux = &spec->private_imux;
Matt Porter8b657272006-10-26 17:12:59 +02003788 struct hda_input_mux *dimux = &spec->private_dimux;
Vitaliy Kulikov263d0322010-09-08 08:56:03 +02003789 int err, i;
Takashi Iwai5207e102009-07-30 13:09:08 +02003790 unsigned int def_conf;
Matt Porter8b657272006-10-26 17:12:59 +02003791
Takashi Iwai10a20af2010-09-09 16:28:02 +02003792 snd_hda_add_imux_item(dimux, stac92xx_dmic_labels[0], 0, NULL);
Takashi Iwai5207e102009-07-30 13:09:08 +02003793
Matt Porter8b657272006-10-26 17:12:59 +02003794 for (i = 0; i < spec->num_dmics; i++) {
Matthew Ranostay0678acc2008-01-08 12:10:50 +01003795 hda_nid_t nid;
Takashi Iwai10a20af2010-09-09 16:28:02 +02003796 int index, type_idx;
Takashi Iwai201e06f2011-11-16 15:33:26 +01003797 char label[32];
Matt Porter8b657272006-10-26 17:12:59 +02003798
Takashi Iwai667067d2009-08-13 18:14:42 +02003799 nid = spec->dmic_nids[i];
3800 if (get_wcaps_type(get_wcaps(codec, nid)) != AC_WID_PIN)
3801 continue;
3802 def_conf = snd_hda_codec_get_pincfg(codec, nid);
Matt Porter8b657272006-10-26 17:12:59 +02003803 if (get_defcfg_connect(def_conf) == AC_JACK_PORT_NONE)
3804 continue;
3805
Takashi Iwai3d21d3f2009-07-29 14:32:56 +02003806 index = get_connection_index(codec, spec->dmux_nids[0], nid);
3807 if (index < 0)
3808 continue;
3809
Takashi Iwai201e06f2011-11-16 15:33:26 +01003810 snd_hda_get_pin_label(codec, nid, &spec->autocfg,
3811 label, sizeof(label), NULL);
Takashi Iwai10a20af2010-09-09 16:28:02 +02003812 snd_hda_add_imux_item(dimux, label, index, &type_idx);
Takashi Iwai2d7ec122010-12-23 10:16:05 +01003813 if (snd_hda_get_bool_hint(codec, "separate_dmux") != 1)
3814 snd_hda_add_imux_item(imux, label, index, &type_idx);
Takashi Iwai5207e102009-07-30 13:09:08 +02003815
Takashi Iwai10a20af2010-09-09 16:28:02 +02003816 err = create_elem_capture_vol(codec, nid, label, type_idx,
3817 HDA_INPUT);
Takashi Iwai667067d2009-08-13 18:14:42 +02003818 if (err < 0)
3819 return err;
Takashi Iwai96f845d2009-08-29 00:49:36 +02003820 if (!err) {
3821 err = create_elem_capture_vol(codec, nid, label,
Takashi Iwai10a20af2010-09-09 16:28:02 +02003822 type_idx, HDA_OUTPUT);
Takashi Iwai96f845d2009-08-29 00:49:36 +02003823 if (err < 0)
3824 return err;
Vitaliy Kulikov699d8992011-03-10 13:43:35 -06003825 if (!err) {
3826 nid = get_connected_node(codec,
3827 spec->dmux_nids[0], index);
3828 if (nid)
3829 err = create_elem_capture_vol(codec,
3830 nid, label,
3831 type_idx, HDA_INPUT);
3832 if (err < 0)
3833 return err;
3834 }
Takashi Iwai96f845d2009-08-29 00:49:36 +02003835 }
Matt Porter8b657272006-10-26 17:12:59 +02003836 }
3837
3838 return 0;
3839}
3840
Takashi Iwai3d21d3f2009-07-29 14:32:56 +02003841static int check_mic_pin(struct hda_codec *codec, hda_nid_t nid,
Charles Chin99077902010-09-17 10:22:32 +02003842 hda_nid_t *fixed, hda_nid_t *ext, hda_nid_t *dock)
Takashi Iwai3d21d3f2009-07-29 14:32:56 +02003843{
3844 unsigned int cfg;
Takashi Iwai1f83ac52011-05-17 12:29:09 +02003845 unsigned int type;
Takashi Iwai3d21d3f2009-07-29 14:32:56 +02003846
3847 if (!nid)
3848 return 0;
3849 cfg = snd_hda_codec_get_pincfg(codec, nid);
Takashi Iwai1f83ac52011-05-17 12:29:09 +02003850 type = get_defcfg_device(cfg);
Takashi Iwai99ae28b2010-09-17 14:42:34 +02003851 switch (snd_hda_get_input_pin_attr(cfg)) {
3852 case INPUT_PIN_ATTR_INT:
Takashi Iwai3d21d3f2009-07-29 14:32:56 +02003853 if (*fixed)
3854 return 1; /* already occupied */
Takashi Iwai1f83ac52011-05-17 12:29:09 +02003855 if (type != AC_JACK_MIC_IN)
3856 return 1; /* invalid type */
Takashi Iwai3d21d3f2009-07-29 14:32:56 +02003857 *fixed = nid;
3858 break;
Takashi Iwai99ae28b2010-09-17 14:42:34 +02003859 case INPUT_PIN_ATTR_UNUSED:
3860 break;
3861 case INPUT_PIN_ATTR_DOCK:
3862 if (*dock)
3863 return 1; /* already occupied */
Takashi Iwai1f83ac52011-05-17 12:29:09 +02003864 if (type != AC_JACK_MIC_IN && type != AC_JACK_LINE_IN)
3865 return 1; /* invalid type */
Takashi Iwai99ae28b2010-09-17 14:42:34 +02003866 *dock = nid;
3867 break;
3868 default:
Takashi Iwai3d21d3f2009-07-29 14:32:56 +02003869 if (*ext)
3870 return 1; /* already occupied */
Takashi Iwai1f83ac52011-05-17 12:29:09 +02003871 if (type != AC_JACK_MIC_IN)
3872 return 1; /* invalid type */
Takashi Iwai3d21d3f2009-07-29 14:32:56 +02003873 *ext = nid;
3874 break;
3875 }
3876 return 0;
3877}
3878
3879static int set_mic_route(struct hda_codec *codec,
3880 struct sigmatel_mic_route *mic,
3881 hda_nid_t pin)
3882{
3883 struct sigmatel_spec *spec = codec->spec;
3884 struct auto_pin_cfg *cfg = &spec->autocfg;
3885 int i;
3886
3887 mic->pin = pin;
Charles Chin99077902010-09-17 10:22:32 +02003888 if (pin == 0)
3889 return 0;
Takashi Iwaieea7dc92010-08-30 13:06:15 +02003890 for (i = 0; i < cfg->num_inputs; i++) {
3891 if (pin == cfg->inputs[i].pin)
Takashi Iwai3d21d3f2009-07-29 14:32:56 +02003892 break;
Takashi Iwaieea7dc92010-08-30 13:06:15 +02003893 }
Takashi Iwai86e29592010-09-09 14:50:17 +02003894 if (i < cfg->num_inputs && cfg->inputs[i].type == AUTO_PIN_MIC) {
Takashi Iwai3d21d3f2009-07-29 14:32:56 +02003895 /* analog pin */
Takashi Iwai3d21d3f2009-07-29 14:32:56 +02003896 i = get_connection_index(codec, spec->mux_nids[0], pin);
3897 if (i < 0)
3898 return -1;
3899 mic->mux_idx = i;
Takashi Iwai02d33322009-10-01 16:38:11 +02003900 mic->dmux_idx = -1;
3901 if (spec->dmux_nids)
3902 mic->dmux_idx = get_connection_index(codec,
3903 spec->dmux_nids[0],
3904 spec->mux_nids[0]);
Takashi Iwaida2a2aa2009-08-10 07:44:09 +02003905 } else if (spec->dmux_nids) {
Takashi Iwai3d21d3f2009-07-29 14:32:56 +02003906 /* digital pin */
Takashi Iwai3d21d3f2009-07-29 14:32:56 +02003907 i = get_connection_index(codec, spec->dmux_nids[0], pin);
3908 if (i < 0)
3909 return -1;
3910 mic->dmux_idx = i;
Takashi Iwai02d33322009-10-01 16:38:11 +02003911 mic->mux_idx = -1;
3912 if (spec->mux_nids)
3913 mic->mux_idx = get_connection_index(codec,
3914 spec->mux_nids[0],
3915 spec->dmux_nids[0]);
Takashi Iwai3d21d3f2009-07-29 14:32:56 +02003916 }
3917 return 0;
3918}
3919
3920/* return non-zero if the device is for automatic mic switch */
3921static int stac_check_auto_mic(struct hda_codec *codec)
3922{
3923 struct sigmatel_spec *spec = codec->spec;
3924 struct auto_pin_cfg *cfg = &spec->autocfg;
Charles Chin99077902010-09-17 10:22:32 +02003925 hda_nid_t fixed, ext, dock;
Takashi Iwai3d21d3f2009-07-29 14:32:56 +02003926 int i;
3927
Charles Chin99077902010-09-17 10:22:32 +02003928 fixed = ext = dock = 0;
Takashi Iwaieea7dc92010-08-30 13:06:15 +02003929 for (i = 0; i < cfg->num_inputs; i++)
Charles Chin99077902010-09-17 10:22:32 +02003930 if (check_mic_pin(codec, cfg->inputs[i].pin,
3931 &fixed, &ext, &dock))
Takashi Iwai3d21d3f2009-07-29 14:32:56 +02003932 return 0;
3933 for (i = 0; i < spec->num_dmics; i++)
Charles Chin99077902010-09-17 10:22:32 +02003934 if (check_mic_pin(codec, spec->dmic_nids[i],
3935 &fixed, &ext, &dock))
Takashi Iwai3d21d3f2009-07-29 14:32:56 +02003936 return 0;
Takashi Iwai80c67852011-01-13 08:08:08 +01003937 if (!fixed || (!ext && !dock))
Charles Chin99077902010-09-17 10:22:32 +02003938 return 0; /* no input to switch */
Takashi Iwaie35d9d62011-05-17 11:28:16 +02003939 if (!is_jack_detectable(codec, ext))
Takashi Iwai3d21d3f2009-07-29 14:32:56 +02003940 return 0; /* no unsol support */
3941 if (set_mic_route(codec, &spec->ext_mic, ext) ||
Charles Chin99077902010-09-17 10:22:32 +02003942 set_mic_route(codec, &spec->int_mic, fixed) ||
3943 set_mic_route(codec, &spec->dock_mic, dock))
Takashi Iwai3d21d3f2009-07-29 14:32:56 +02003944 return 0; /* something is wrong */
3945 return 1;
3946}
3947
Mattc7d4b2f2005-06-27 14:59:41 +02003948/* create playback/capture controls for input pins */
3949static int stac92xx_auto_create_analog_input_ctls(struct hda_codec *codec, const struct auto_pin_cfg *cfg)
3950{
3951 struct sigmatel_spec *spec = codec->spec;
Mattc7d4b2f2005-06-27 14:59:41 +02003952 struct hda_input_mux *imux = &spec->private_imux;
Takashi Iwai667067d2009-08-13 18:14:42 +02003953 int i, j;
Vitaliy Kulikov263d0322010-09-08 08:56:03 +02003954 const char *label;
Mattc7d4b2f2005-06-27 14:59:41 +02003955
Takashi Iwaieea7dc92010-08-30 13:06:15 +02003956 for (i = 0; i < cfg->num_inputs; i++) {
3957 hda_nid_t nid = cfg->inputs[i].pin;
Takashi Iwai10a20af2010-09-09 16:28:02 +02003958 int index, err, type_idx;
Mattc7d4b2f2005-06-27 14:59:41 +02003959
Takashi Iwai314634b2006-09-21 11:56:18 +02003960 index = -1;
3961 for (j = 0; j < spec->num_muxes; j++) {
Takashi Iwai667067d2009-08-13 18:14:42 +02003962 index = get_connection_index(codec, spec->mux_nids[j],
3963 nid);
3964 if (index >= 0)
3965 break;
Mattc7d4b2f2005-06-27 14:59:41 +02003966 }
Takashi Iwai667067d2009-08-13 18:14:42 +02003967 if (index < 0)
3968 continue;
3969
Takashi Iwai10a20af2010-09-09 16:28:02 +02003970 label = hda_get_autocfg_input_label(codec, cfg, i);
3971 snd_hda_add_imux_item(imux, label, index, &type_idx);
Vitaliy Kulikov263d0322010-09-08 08:56:03 +02003972
Takashi Iwai667067d2009-08-13 18:14:42 +02003973 err = create_elem_capture_vol(codec, nid,
Vitaliy Kulikov263d0322010-09-08 08:56:03 +02003974 label, type_idx,
Takashi Iwai96f845d2009-08-29 00:49:36 +02003975 HDA_INPUT);
Takashi Iwai667067d2009-08-13 18:14:42 +02003976 if (err < 0)
3977 return err;
Mattc7d4b2f2005-06-27 14:59:41 +02003978 }
Takashi Iwai5207e102009-07-30 13:09:08 +02003979 spec->num_analog_muxes = imux->num_items;
Mattc7d4b2f2005-06-27 14:59:41 +02003980
Steve Longerbeam7b043892007-05-03 20:50:03 +02003981 if (imux->num_items) {
Sam Revitch62fe78e2006-05-10 15:09:17 +02003982 /*
3983 * Set the current input for the muxes.
3984 * The STAC9221 has two input muxes with identical source
3985 * NID lists. Hopefully this won't get confused.
3986 */
3987 for (i = 0; i < spec->num_muxes; i++) {
Takashi Iwai82beb8f2007-08-10 17:09:26 +02003988 snd_hda_codec_write_cache(codec, spec->mux_nids[i], 0,
3989 AC_VERB_SET_CONNECT_SEL,
3990 imux->items[0].index);
Sam Revitch62fe78e2006-05-10 15:09:17 +02003991 }
3992 }
3993
Mattc7d4b2f2005-06-27 14:59:41 +02003994 return 0;
3995}
3996
Mattc7d4b2f2005-06-27 14:59:41 +02003997static void stac92xx_auto_init_multi_out(struct hda_codec *codec)
3998{
3999 struct sigmatel_spec *spec = codec->spec;
4000 int i;
4001
4002 for (i = 0; i < spec->autocfg.line_outs; i++) {
4003 hda_nid_t nid = spec->autocfg.line_out_pins[i];
4004 stac92xx_auto_set_pinctl(codec, nid, AC_PINCTL_OUT_EN);
4005 }
4006}
4007
4008static void stac92xx_auto_init_hp_out(struct hda_codec *codec)
4009{
4010 struct sigmatel_spec *spec = codec->spec;
Takashi Iwaieb06ed82006-09-20 17:10:27 +02004011 int i;
Mattc7d4b2f2005-06-27 14:59:41 +02004012
Takashi Iwaieb06ed82006-09-20 17:10:27 +02004013 for (i = 0; i < spec->autocfg.hp_outs; i++) {
4014 hda_nid_t pin;
4015 pin = spec->autocfg.hp_pins[i];
4016 if (pin) /* connect to front */
4017 stac92xx_auto_set_pinctl(codec, pin, AC_PINCTL_OUT_EN | AC_PINCTL_HP_EN);
4018 }
4019 for (i = 0; i < spec->autocfg.speaker_outs; i++) {
4020 hda_nid_t pin;
4021 pin = spec->autocfg.speaker_pins[i];
4022 if (pin) /* connect to front */
4023 stac92xx_auto_set_pinctl(codec, pin, AC_PINCTL_OUT_EN);
4024 }
Mattc7d4b2f2005-06-27 14:59:41 +02004025}
4026
Takashi Iwai8af3aeb2009-11-18 14:23:37 +01004027static int is_dual_headphones(struct hda_codec *codec)
4028{
4029 struct sigmatel_spec *spec = codec->spec;
4030 int i, valid_hps;
4031
4032 if (spec->autocfg.line_out_type != AUTO_PIN_SPEAKER_OUT ||
4033 spec->autocfg.hp_outs <= 1)
4034 return 0;
4035 valid_hps = 0;
4036 for (i = 0; i < spec->autocfg.hp_outs; i++) {
4037 hda_nid_t nid = spec->autocfg.hp_pins[i];
4038 unsigned int cfg = snd_hda_codec_get_pincfg(codec, nid);
4039 if (get_defcfg_location(cfg) & AC_JACK_LOC_SEPARATE)
4040 continue;
4041 valid_hps++;
4042 }
4043 return (valid_hps > 1);
4044}
4045
4046
Charles Chin9009b0e2011-11-03 10:27:27 +01004047static int stac92xx_parse_auto_config(struct hda_codec *codec)
Mattc7d4b2f2005-06-27 14:59:41 +02004048{
4049 struct sigmatel_spec *spec = codec->spec;
Charles Chin9009b0e2011-11-03 10:27:27 +01004050 hda_nid_t dig_out = 0, dig_in = 0;
Takashi Iwaidc04d1b2009-03-06 10:00:05 +01004051 int hp_swap = 0;
Takashi Iwai6479c632009-07-28 18:20:25 +02004052 int i, err;
Mattc7d4b2f2005-06-27 14:59:41 +02004053
Matt Porter8b657272006-10-26 17:12:59 +02004054 if ((err = snd_hda_parse_pin_def_config(codec,
4055 &spec->autocfg,
4056 spec->dmic_nids)) < 0)
Mattc7d4b2f2005-06-27 14:59:41 +02004057 return err;
Takashi Iwai82bc9552006-03-21 11:24:42 +01004058 if (! spec->autocfg.line_outs)
Matt Porter869264c2006-01-25 19:20:50 +01004059 return 0; /* can't find valid pin config */
Takashi Iwai19039bd2006-06-28 15:52:16 +02004060
Jiang Zhebcecd9b2007-11-12 12:57:03 +01004061 /* If we have no real line-out pin and multiple hp-outs, HPs should
4062 * be set up as multi-channel outputs.
4063 */
Takashi Iwai8af3aeb2009-11-18 14:23:37 +01004064 if (is_dual_headphones(codec)) {
Jiang Zhebcecd9b2007-11-12 12:57:03 +01004065 /* Copy hp_outs to line_outs, backup line_outs in
4066 * speaker_outs so that the following routines can handle
4067 * HP pins as primary outputs.
4068 */
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01004069 snd_printdd("stac92xx: Enabling multi-HPs workaround\n");
Jiang Zhebcecd9b2007-11-12 12:57:03 +01004070 memcpy(spec->autocfg.speaker_pins, spec->autocfg.line_out_pins,
4071 sizeof(spec->autocfg.line_out_pins));
4072 spec->autocfg.speaker_outs = spec->autocfg.line_outs;
4073 memcpy(spec->autocfg.line_out_pins, spec->autocfg.hp_pins,
4074 sizeof(spec->autocfg.hp_pins));
4075 spec->autocfg.line_outs = spec->autocfg.hp_outs;
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01004076 spec->autocfg.line_out_type = AUTO_PIN_HP_OUT;
4077 spec->autocfg.hp_outs = 0;
Takashi Iwaidc04d1b2009-03-06 10:00:05 +01004078 hp_swap = 1;
Jiang Zhebcecd9b2007-11-12 12:57:03 +01004079 }
Matthew Ranostay09a99952008-01-24 11:49:21 +01004080 if (spec->autocfg.mono_out_pin) {
Matthew Ranostayd0513fc2008-07-27 10:30:30 +02004081 int dir = get_wcaps(codec, spec->autocfg.mono_out_pin) &
4082 (AC_WCAP_OUT_AMP | AC_WCAP_IN_AMP);
Matthew Ranostay09a99952008-01-24 11:49:21 +01004083 u32 caps = query_amp_caps(codec,
4084 spec->autocfg.mono_out_pin, dir);
4085 hda_nid_t conn_list[1];
4086
4087 /* get the mixer node and then the mono mux if it exists */
4088 if (snd_hda_get_connections(codec,
4089 spec->autocfg.mono_out_pin, conn_list, 1) &&
4090 snd_hda_get_connections(codec, conn_list[0],
Jaroslav Kysela16a433d2009-07-22 16:20:40 +02004091 conn_list, 1) > 0) {
Matthew Ranostay09a99952008-01-24 11:49:21 +01004092
4093 int wcaps = get_wcaps(codec, conn_list[0]);
Takashi Iwaia22d5432009-07-27 12:54:26 +02004094 int wid_type = get_wcaps_type(wcaps);
Matthew Ranostay09a99952008-01-24 11:49:21 +01004095 /* LR swap check, some stac925x have a mux that
4096 * changes the DACs output path instead of the
4097 * mono-mux path.
4098 */
4099 if (wid_type == AC_WID_AUD_SEL &&
4100 !(wcaps & AC_WCAP_LR_SWAP))
4101 spec->mono_nid = conn_list[0];
4102 }
Matthew Ranostayd0513fc2008-07-27 10:30:30 +02004103 if (dir) {
4104 hda_nid_t nid = spec->autocfg.mono_out_pin;
4105
4106 /* most mono outs have a least a mute/unmute switch */
4107 dir = (dir & AC_WCAP_OUT_AMP) ? HDA_OUTPUT : HDA_INPUT;
4108 err = stac92xx_add_control(spec, STAC_CTL_WIDGET_MUTE,
4109 "Mono Playback Switch",
4110 HDA_COMPOSE_AMP_VAL(nid, 1, 0, dir));
Matthew Ranostay09a99952008-01-24 11:49:21 +01004111 if (err < 0)
4112 return err;
Matthew Ranostayd0513fc2008-07-27 10:30:30 +02004113 /* check for volume support for the amp */
4114 if ((caps & AC_AMPCAP_NUM_STEPS)
4115 >> AC_AMPCAP_NUM_STEPS_SHIFT) {
4116 err = stac92xx_add_control(spec,
4117 STAC_CTL_WIDGET_VOL,
4118 "Mono Playback Volume",
4119 HDA_COMPOSE_AMP_VAL(nid, 1, 0, dir));
4120 if (err < 0)
4121 return err;
4122 }
Matthew Ranostay09a99952008-01-24 11:49:21 +01004123 }
4124
4125 stac92xx_auto_set_pinctl(codec, spec->autocfg.mono_out_pin,
4126 AC_PINCTL_OUT_EN);
4127 }
Jiang Zhebcecd9b2007-11-12 12:57:03 +01004128
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01004129 if (!spec->multiout.num_dacs) {
4130 err = stac92xx_auto_fill_dac_nids(codec);
4131 if (err < 0)
Takashi Iwai19039bd2006-06-28 15:52:16 +02004132 return err;
Takashi Iwaic9280d62009-01-15 17:31:00 +01004133 err = stac92xx_auto_create_multi_out_ctls(codec,
4134 &spec->autocfg);
4135 if (err < 0)
4136 return err;
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01004137 }
Mattc7d4b2f2005-06-27 14:59:41 +02004138
Matthew Ranostay1cd22242008-07-18 18:20:52 +02004139 /* setup analog beep controls */
4140 if (spec->anabeep_nid > 0) {
4141 err = stac92xx_auto_create_beep_ctls(codec,
4142 spec->anabeep_nid);
4143 if (err < 0)
4144 return err;
4145 }
4146
4147 /* setup digital beep controls and input device */
4148#ifdef CONFIG_SND_HDA_INPUT_BEEP
4149 if (spec->digbeep_nid > 0) {
4150 hda_nid_t nid = spec->digbeep_nid;
Takashi Iwai4d4e9bb2008-11-12 16:45:04 +01004151 unsigned int caps;
Matthew Ranostay1cd22242008-07-18 18:20:52 +02004152
4153 err = stac92xx_auto_create_beep_ctls(codec, nid);
4154 if (err < 0)
4155 return err;
4156 err = snd_hda_attach_beep_device(codec, nid);
4157 if (err < 0)
4158 return err;
Takashi Iwaid8d881d2009-12-22 07:52:49 +01004159 if (codec->beep) {
4160 /* IDT/STAC codecs have linear beep tone parameter */
Daniel J Blueman1b0e3722010-08-03 11:09:13 +01004161 codec->beep->linear_tone = spec->linear_tone_beep;
Takashi Iwaid8d881d2009-12-22 07:52:49 +01004162 /* if no beep switch is available, make its own one */
4163 caps = query_amp_caps(codec, nid, HDA_OUTPUT);
4164 if (!(caps & AC_AMPCAP_MUTE)) {
4165 err = stac92xx_beep_switch_ctl(codec);
4166 if (err < 0)
4167 return err;
4168 }
Takashi Iwai4d4e9bb2008-11-12 16:45:04 +01004169 }
Matthew Ranostay1cd22242008-07-18 18:20:52 +02004170 }
4171#endif
4172
Maxim Levitsky0fb87bb2007-09-03 15:29:04 +02004173 err = stac92xx_auto_create_hp_ctls(codec, &spec->autocfg);
Maxim Levitsky0fb87bb2007-09-03 15:29:04 +02004174 if (err < 0)
4175 return err;
4176
Takashi Iwaidc04d1b2009-03-06 10:00:05 +01004177 /* All output parsing done, now restore the swapped hp pins */
4178 if (hp_swap) {
4179 memcpy(spec->autocfg.hp_pins, spec->autocfg.line_out_pins,
4180 sizeof(spec->autocfg.hp_pins));
4181 spec->autocfg.hp_outs = spec->autocfg.line_outs;
4182 spec->autocfg.line_out_type = AUTO_PIN_HP_OUT;
4183 spec->autocfg.line_outs = 0;
4184 }
Maxim Levitsky0fb87bb2007-09-03 15:29:04 +02004185
Takashi Iwai3d21d3f2009-07-29 14:32:56 +02004186 if (stac_check_auto_mic(codec)) {
4187 spec->auto_mic = 1;
4188 /* only one capture for auto-mic */
4189 spec->num_adcs = 1;
4190 spec->num_caps = 1;
4191 spec->num_muxes = 1;
4192 }
4193
Takashi Iwai6479c632009-07-28 18:20:25 +02004194 for (i = 0; i < spec->num_caps; i++) {
4195 err = stac92xx_add_capvol_ctls(codec, spec->capvols[i],
4196 spec->capsws[i], i);
4197 if (err < 0)
4198 return err;
4199 }
4200
Takashi Iwaidc04d1b2009-03-06 10:00:05 +01004201 err = stac92xx_auto_create_analog_input_ctls(codec, &spec->autocfg);
Maxim Levitsky0fb87bb2007-09-03 15:29:04 +02004202 if (err < 0)
Mattc7d4b2f2005-06-27 14:59:41 +02004203 return err;
4204
Matthew Ranostayb22b4822008-01-22 12:32:30 +01004205 if (spec->mono_nid > 0) {
4206 err = stac92xx_auto_create_mono_output_ctls(codec);
4207 if (err < 0)
4208 return err;
4209 }
Matthew Ranostay2a9c7812008-09-13 16:45:39 -04004210 if (spec->num_dmics > 0 && !spec->dinput_mux)
Matt Porter8b657272006-10-26 17:12:59 +02004211 if ((err = stac92xx_auto_create_dmic_input_ctls(codec,
4212 &spec->autocfg)) < 0)
4213 return err;
Matthew Ranostay4682eee2008-08-15 07:43:24 +02004214 if (spec->num_muxes > 0) {
4215 err = stac92xx_auto_create_mux_input_ctls(codec);
4216 if (err < 0)
4217 return err;
4218 }
Matthew Ranostayd9737752008-09-07 12:03:41 +02004219 if (spec->num_smuxes > 0) {
4220 err = stac92xx_auto_create_spdif_mux_ctls(codec);
4221 if (err < 0)
4222 return err;
4223 }
Matt Porter8b657272006-10-26 17:12:59 +02004224
Takashi Iwaie3c75962009-01-23 11:57:22 +01004225 err = stac92xx_add_input_source(spec);
4226 if (err < 0)
4227 return err;
4228
Mattc7d4b2f2005-06-27 14:59:41 +02004229 spec->multiout.max_channels = spec->multiout.num_dacs * 2;
Matt Porter403d1942005-11-29 15:00:51 +01004230 if (spec->multiout.max_channels > 2)
Mattc7d4b2f2005-06-27 14:59:41 +02004231 spec->surr_switch = 1;
Mattc7d4b2f2005-06-27 14:59:41 +02004232
Charles Chin9009b0e2011-11-03 10:27:27 +01004233 /* find digital out and in converters */
4234 for (i = codec->start_nid; i < codec->start_nid + codec->num_nodes; i++) {
4235 unsigned int wid_caps = get_wcaps(codec, i);
4236 if (wid_caps & AC_WCAP_DIGITAL) {
4237 switch (get_wcaps_type(wid_caps)) {
4238 case AC_WID_AUD_OUT:
4239 if (!dig_out)
4240 dig_out = i;
4241 break;
4242 case AC_WID_AUD_IN:
4243 if (!dig_in)
4244 dig_in = i;
4245 break;
4246 }
4247 }
4248 }
Takashi Iwai0852d7a2009-02-11 11:35:15 +01004249 if (spec->autocfg.dig_outs)
Matt Porter3cc08dc2006-01-23 15:27:49 +01004250 spec->multiout.dig_out_nid = dig_out;
Matthew Ranostayd0513fc2008-07-27 10:30:30 +02004251 if (dig_in && spec->autocfg.dig_in_pin)
Matt Porter3cc08dc2006-01-23 15:27:49 +01004252 spec->dig_in_nid = dig_in;
Mattc7d4b2f2005-06-27 14:59:41 +02004253
Takashi Iwai603c4012008-07-30 15:01:44 +02004254 if (spec->kctls.list)
4255 spec->mixers[spec->num_mixers++] = spec->kctls.list;
Mattc7d4b2f2005-06-27 14:59:41 +02004256
4257 spec->input_mux = &spec->private_imux;
Matthew Ranostayf8ccbf62008-12-20 17:36:28 -05004258 if (!spec->dinput_mux)
4259 spec->dinput_mux = &spec->private_dimux;
Matthew Ranostayd9737752008-09-07 12:03:41 +02004260 spec->sinput_mux = &spec->private_smux;
Matthew Ranostayb22b4822008-01-22 12:32:30 +01004261 spec->mono_mux = &spec->private_mono_mux;
Mattc7d4b2f2005-06-27 14:59:41 +02004262 return 1;
4263}
4264
Takashi Iwai82bc9552006-03-21 11:24:42 +01004265/* add playback controls for HP output */
4266static int stac9200_auto_create_hp_ctls(struct hda_codec *codec,
4267 struct auto_pin_cfg *cfg)
4268{
4269 struct sigmatel_spec *spec = codec->spec;
Takashi Iwaieb06ed82006-09-20 17:10:27 +02004270 hda_nid_t pin = cfg->hp_pins[0];
Takashi Iwai82bc9552006-03-21 11:24:42 +01004271
4272 if (! pin)
4273 return 0;
4274
Takashi Iwaie35d9d62011-05-17 11:28:16 +02004275 if (is_jack_detectable(codec, pin))
Takashi Iwai82bc9552006-03-21 11:24:42 +01004276 spec->hp_detect = 1;
Takashi Iwai82bc9552006-03-21 11:24:42 +01004277
4278 return 0;
4279}
4280
Richard Fish160ea0d2006-09-06 13:58:25 +02004281/* add playback controls for LFE output */
4282static int stac9200_auto_create_lfe_ctls(struct hda_codec *codec,
4283 struct auto_pin_cfg *cfg)
4284{
4285 struct sigmatel_spec *spec = codec->spec;
4286 int err;
4287 hda_nid_t lfe_pin = 0x0;
4288 int i;
4289
4290 /*
4291 * search speaker outs and line outs for a mono speaker pin
4292 * with an amp. If one is found, add LFE controls
4293 * for it.
4294 */
4295 for (i = 0; i < spec->autocfg.speaker_outs && lfe_pin == 0x0; i++) {
4296 hda_nid_t pin = spec->autocfg.speaker_pins[i];
Takashi Iwai64ed0df2008-02-29 11:57:53 +01004297 unsigned int wcaps = get_wcaps(codec, pin);
Richard Fish160ea0d2006-09-06 13:58:25 +02004298 wcaps &= (AC_WCAP_STEREO | AC_WCAP_OUT_AMP);
4299 if (wcaps == AC_WCAP_OUT_AMP)
4300 /* found a mono speaker with an amp, must be lfe */
4301 lfe_pin = pin;
4302 }
4303
4304 /* if speaker_outs is 0, then speakers may be in line_outs */
4305 if (lfe_pin == 0 && spec->autocfg.speaker_outs == 0) {
4306 for (i = 0; i < spec->autocfg.line_outs && lfe_pin == 0x0; i++) {
4307 hda_nid_t pin = spec->autocfg.line_out_pins[i];
Takashi Iwai64ed0df2008-02-29 11:57:53 +01004308 unsigned int defcfg;
Takashi Iwai330ee992009-02-20 14:33:36 +01004309 defcfg = snd_hda_codec_get_pincfg(codec, pin);
Harvey Harrison8b551782008-02-29 11:56:48 +01004310 if (get_defcfg_device(defcfg) == AC_JACK_SPEAKER) {
Takashi Iwai64ed0df2008-02-29 11:57:53 +01004311 unsigned int wcaps = get_wcaps(codec, pin);
Richard Fish160ea0d2006-09-06 13:58:25 +02004312 wcaps &= (AC_WCAP_STEREO | AC_WCAP_OUT_AMP);
4313 if (wcaps == AC_WCAP_OUT_AMP)
4314 /* found a mono speaker with an amp,
4315 must be lfe */
4316 lfe_pin = pin;
4317 }
4318 }
4319 }
4320
4321 if (lfe_pin) {
Takashi Iwai7c7767e2009-01-20 15:28:38 +01004322 err = create_controls(codec, "LFE", lfe_pin, 1);
Richard Fish160ea0d2006-09-06 13:58:25 +02004323 if (err < 0)
4324 return err;
4325 }
4326
4327 return 0;
4328}
4329
Mattc7d4b2f2005-06-27 14:59:41 +02004330static int stac9200_parse_auto_config(struct hda_codec *codec)
4331{
4332 struct sigmatel_spec *spec = codec->spec;
4333 int err;
4334
Kailang Yangdf694da2005-12-05 19:42:22 +01004335 if ((err = snd_hda_parse_pin_def_config(codec, &spec->autocfg, NULL)) < 0)
Mattc7d4b2f2005-06-27 14:59:41 +02004336 return err;
4337
4338 if ((err = stac92xx_auto_create_analog_input_ctls(codec, &spec->autocfg)) < 0)
4339 return err;
4340
Takashi Iwai82bc9552006-03-21 11:24:42 +01004341 if ((err = stac9200_auto_create_hp_ctls(codec, &spec->autocfg)) < 0)
4342 return err;
4343
Richard Fish160ea0d2006-09-06 13:58:25 +02004344 if ((err = stac9200_auto_create_lfe_ctls(codec, &spec->autocfg)) < 0)
4345 return err;
4346
Takashi Iwai355a0ec2008-11-11 16:46:19 +01004347 if (spec->num_muxes > 0) {
4348 err = stac92xx_auto_create_mux_input_ctls(codec);
4349 if (err < 0)
4350 return err;
4351 }
4352
Takashi Iwaie3c75962009-01-23 11:57:22 +01004353 err = stac92xx_add_input_source(spec);
4354 if (err < 0)
4355 return err;
4356
Takashi Iwai0852d7a2009-02-11 11:35:15 +01004357 if (spec->autocfg.dig_outs)
Mattc7d4b2f2005-06-27 14:59:41 +02004358 spec->multiout.dig_out_nid = 0x05;
Takashi Iwai82bc9552006-03-21 11:24:42 +01004359 if (spec->autocfg.dig_in_pin)
Mattc7d4b2f2005-06-27 14:59:41 +02004360 spec->dig_in_nid = 0x04;
Mattc7d4b2f2005-06-27 14:59:41 +02004361
Takashi Iwai603c4012008-07-30 15:01:44 +02004362 if (spec->kctls.list)
4363 spec->mixers[spec->num_mixers++] = spec->kctls.list;
Mattc7d4b2f2005-06-27 14:59:41 +02004364
4365 spec->input_mux = &spec->private_imux;
Matt Porter8b657272006-10-26 17:12:59 +02004366 spec->dinput_mux = &spec->private_dimux;
Mattc7d4b2f2005-06-27 14:59:41 +02004367
4368 return 1;
4369}
4370
Sam Revitch62fe78e2006-05-10 15:09:17 +02004371/*
4372 * Early 2006 Intel Macintoshes with STAC9220X5 codecs seem to have a
4373 * funky external mute control using GPIO pins.
4374 */
4375
Takashi Iwai76e1ddf2008-01-15 11:39:08 +01004376static void stac_gpio_set(struct hda_codec *codec, unsigned int mask,
Matthew Ranostay4fe51952008-01-29 15:28:44 +01004377 unsigned int dir_mask, unsigned int data)
Sam Revitch62fe78e2006-05-10 15:09:17 +02004378{
4379 unsigned int gpiostate, gpiomask, gpiodir;
4380
Vitaliy Kulikov45eebda2011-07-26 16:56:20 -05004381 snd_printdd("%s msk %x dir %x gpio %x\n", __func__, mask, dir_mask, data);
4382
Sam Revitch62fe78e2006-05-10 15:09:17 +02004383 gpiostate = snd_hda_codec_read(codec, codec->afg, 0,
4384 AC_VERB_GET_GPIO_DATA, 0);
Matthew Ranostay4fe51952008-01-29 15:28:44 +01004385 gpiostate = (gpiostate & ~dir_mask) | (data & dir_mask);
Sam Revitch62fe78e2006-05-10 15:09:17 +02004386
4387 gpiomask = snd_hda_codec_read(codec, codec->afg, 0,
4388 AC_VERB_GET_GPIO_MASK, 0);
Takashi Iwai76e1ddf2008-01-15 11:39:08 +01004389 gpiomask |= mask;
Sam Revitch62fe78e2006-05-10 15:09:17 +02004390
4391 gpiodir = snd_hda_codec_read(codec, codec->afg, 0,
4392 AC_VERB_GET_GPIO_DIRECTION, 0);
Matthew Ranostay4fe51952008-01-29 15:28:44 +01004393 gpiodir |= dir_mask;
Sam Revitch62fe78e2006-05-10 15:09:17 +02004394
Takashi Iwai76e1ddf2008-01-15 11:39:08 +01004395 /* Configure GPIOx as CMOS */
Sam Revitch62fe78e2006-05-10 15:09:17 +02004396 snd_hda_codec_write(codec, codec->afg, 0, 0x7e7, 0);
4397
4398 snd_hda_codec_write(codec, codec->afg, 0,
4399 AC_VERB_SET_GPIO_MASK, gpiomask);
Takashi Iwai76e1ddf2008-01-15 11:39:08 +01004400 snd_hda_codec_read(codec, codec->afg, 0,
4401 AC_VERB_SET_GPIO_DIRECTION, gpiodir); /* sync */
Sam Revitch62fe78e2006-05-10 15:09:17 +02004402
4403 msleep(1);
4404
Takashi Iwai76e1ddf2008-01-15 11:39:08 +01004405 snd_hda_codec_read(codec, codec->afg, 0,
4406 AC_VERB_SET_GPIO_DATA, gpiostate); /* sync */
Sam Revitch62fe78e2006-05-10 15:09:17 +02004407}
4408
Takashi Iwai3a938972011-10-28 01:16:55 +02004409static int stac_add_event(struct hda_codec *codec, hda_nid_t nid,
Takashi Iwaic6e4c662008-11-25 11:58:19 +01004410 unsigned char type, int data)
Matthew Ranostay74aeaab2008-10-25 01:06:04 -04004411{
Takashi Iwai3a938972011-10-28 01:16:55 +02004412 struct hda_jack_tbl *event;
Matthew Ranostay74aeaab2008-10-25 01:06:04 -04004413
Takashi Iwai3a938972011-10-28 01:16:55 +02004414 event = snd_hda_jack_tbl_new(codec, nid);
Matthew Ranostay74aeaab2008-10-25 01:06:04 -04004415 if (!event)
4416 return -ENOMEM;
Takashi Iwai3a938972011-10-28 01:16:55 +02004417 event->action = type;
4418 event->private_data = data;
Matthew Ranostay74aeaab2008-10-25 01:06:04 -04004419
Takashi Iwai3a938972011-10-28 01:16:55 +02004420 return 0;
Matthew Ranostay74aeaab2008-10-25 01:06:04 -04004421}
4422
David Henningsson29adc4b2012-09-25 11:31:00 +02004423static void handle_unsol_event(struct hda_codec *codec,
4424 struct hda_jack_tbl *event);
4425
Takashi Iwai62558ce2009-07-29 14:23:09 +02004426/* check if given nid is a valid pin and no other events are assigned
4427 * to it. If OK, assign the event, set the unsol flag, and returns 1.
4428 * Otherwise, returns zero.
4429 */
4430static int enable_pin_detect(struct hda_codec *codec, hda_nid_t nid,
4431 unsigned int type)
Takashi Iwai314634b2006-09-21 11:56:18 +02004432{
Takashi Iwai3a938972011-10-28 01:16:55 +02004433 struct hda_jack_tbl *event;
Takashi Iwaic6e4c662008-11-25 11:58:19 +01004434
Takashi Iwaie35d9d62011-05-17 11:28:16 +02004435 if (!is_jack_detectable(codec, nid))
Takashi Iwai62558ce2009-07-29 14:23:09 +02004436 return 0;
Takashi Iwai3a938972011-10-28 01:16:55 +02004437 event = snd_hda_jack_tbl_new(codec, nid);
4438 if (!event)
4439 return -ENOMEM;
4440 if (event->action && event->action != type)
4441 return 0;
4442 event->action = type;
David Henningsson29adc4b2012-09-25 11:31:00 +02004443 event->callback = handle_unsol_event;
Takashi Iwai3a938972011-10-28 01:16:55 +02004444 snd_hda_jack_detect_enable(codec, nid, 0);
Takashi Iwai62558ce2009-07-29 14:23:09 +02004445 return 1;
Takashi Iwai314634b2006-09-21 11:56:18 +02004446}
4447
Takashi Iwaib4ead012012-01-23 18:23:36 +01004448static int is_nid_out_jack_pin(struct auto_pin_cfg *cfg, hda_nid_t nid)
Matthew Ranostaya64135a2008-01-10 16:55:06 +01004449{
4450 int i;
4451 for (i = 0; i < cfg->hp_outs; i++)
4452 if (cfg->hp_pins[i] == nid)
4453 return 1; /* nid is a HP-Out */
Takashi Iwaib4ead012012-01-23 18:23:36 +01004454 for (i = 0; i < cfg->line_outs; i++)
4455 if (cfg->line_out_pins[i] == nid)
4456 return 1; /* nid is a line-Out */
Matthew Ranostaya64135a2008-01-10 16:55:06 +01004457 return 0; /* nid is not a HP-Out */
4458};
4459
Matthew Ranostayb76c8502008-02-06 14:49:44 +01004460static void stac92xx_power_down(struct hda_codec *codec)
4461{
4462 struct sigmatel_spec *spec = codec->spec;
4463
4464 /* power down inactive DACs */
Takashi Iwai2b635362011-05-02 12:33:43 +02004465 const hda_nid_t *dac;
Matthew Ranostayb76c8502008-02-06 14:49:44 +01004466 for (dac = spec->dac_list; *dac; dac++)
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01004467 if (!check_all_dac_nids(spec, *dac))
Takashi Iwai8c2f7672008-12-01 11:54:35 +01004468 snd_hda_codec_write(codec, *dac, 0,
Matthew Ranostayb76c8502008-02-06 14:49:44 +01004469 AC_VERB_SET_POWER_STATE, AC_PWRST_D3);
4470}
4471
Takashi Iwaif73d3582008-11-25 08:21:51 +01004472static void stac_toggle_power_map(struct hda_codec *codec, hda_nid_t nid,
4473 int enable);
4474
Takashi Iwaibc759722013-01-11 17:40:31 +01004475static inline bool get_int_hint(struct hda_codec *codec, const char *key,
4476 int *valp)
Takashi Iwai014c41f2009-12-27 13:53:24 +01004477{
Takashi Iwaibc759722013-01-11 17:40:31 +01004478 return !snd_hda_get_int_hint(codec, key, valp);
Takashi Iwai014c41f2009-12-27 13:53:24 +01004479}
4480
Takashi Iwai6565e4f2009-03-02 14:38:35 +01004481/* override some hints from the hwdep entry */
4482static void stac_store_hints(struct hda_codec *codec)
4483{
4484 struct sigmatel_spec *spec = codec->spec;
Takashi Iwai6565e4f2009-03-02 14:38:35 +01004485 int val;
4486
4487 val = snd_hda_get_bool_hint(codec, "hp_detect");
4488 if (val >= 0)
4489 spec->hp_detect = val;
Takashi Iwai014c41f2009-12-27 13:53:24 +01004490 if (get_int_hint(codec, "gpio_mask", &spec->gpio_mask)) {
Takashi Iwai6565e4f2009-03-02 14:38:35 +01004491 spec->eapd_mask = spec->gpio_dir = spec->gpio_data =
4492 spec->gpio_mask;
4493 }
Takashi Iwai014c41f2009-12-27 13:53:24 +01004494 if (get_int_hint(codec, "gpio_dir", &spec->gpio_dir))
4495 spec->gpio_mask &= spec->gpio_mask;
4496 if (get_int_hint(codec, "gpio_data", &spec->gpio_data))
4497 spec->gpio_dir &= spec->gpio_mask;
4498 if (get_int_hint(codec, "eapd_mask", &spec->eapd_mask))
4499 spec->eapd_mask &= spec->gpio_mask;
4500 if (get_int_hint(codec, "gpio_mute", &spec->gpio_mute))
4501 spec->gpio_mute &= spec->gpio_mask;
Takashi Iwai6565e4f2009-03-02 14:38:35 +01004502 val = snd_hda_get_bool_hint(codec, "eapd_switch");
4503 if (val >= 0)
4504 spec->eapd_switch = val;
4505}
4506
Takashi Iwaif2cbba72012-01-11 12:34:11 +01004507static void stac_issue_unsol_events(struct hda_codec *codec, int num_pins,
4508 const hda_nid_t *pins)
4509{
4510 while (num_pins--)
4511 stac_issue_unsol_event(codec, *pins++);
4512}
4513
4514/* fake event to set up pins */
4515static void stac_fake_hp_events(struct hda_codec *codec)
4516{
4517 struct sigmatel_spec *spec = codec->spec;
4518
4519 if (spec->autocfg.hp_outs)
4520 stac_issue_unsol_events(codec, spec->autocfg.hp_outs,
4521 spec->autocfg.hp_pins);
4522 if (spec->autocfg.line_outs &&
4523 spec->autocfg.line_out_pins[0] != spec->autocfg.hp_pins[0])
4524 stac_issue_unsol_events(codec, spec->autocfg.line_outs,
4525 spec->autocfg.line_out_pins);
4526}
4527
Mattc7d4b2f2005-06-27 14:59:41 +02004528static int stac92xx_init(struct hda_codec *codec)
4529{
4530 struct sigmatel_spec *spec = codec->spec;
Takashi Iwai82bc9552006-03-21 11:24:42 +01004531 struct auto_pin_cfg *cfg = &spec->autocfg;
Takashi Iwaif73d3582008-11-25 08:21:51 +01004532 unsigned int gpio;
Takashi Iwaie4973e12008-11-18 09:32:42 +01004533 int i;
Mattc7d4b2f2005-06-27 14:59:41 +02004534
David Henningsson5e68fb32012-08-16 14:11:09 +02004535 if (spec->init)
4536 snd_hda_sequence_write(codec, spec->init);
Mattc7d4b2f2005-06-27 14:59:41 +02004537
Takashi Iwaid39a3ae2013-01-14 14:06:26 +01004538 snd_hda_apply_verbs(codec);
4539
Matthew Ranostay8daaaa92008-08-15 07:45:52 +02004540 /* power down adcs initially */
4541 if (spec->powerdown_adcs)
4542 for (i = 0; i < spec->num_adcs; i++)
Takashi Iwai8c2f7672008-12-01 11:54:35 +01004543 snd_hda_codec_write(codec,
Matthew Ranostay8daaaa92008-08-15 07:45:52 +02004544 spec->adc_nids[i], 0,
4545 AC_VERB_SET_POWER_STATE, AC_PWRST_D3);
Takashi Iwaif73d3582008-11-25 08:21:51 +01004546
Takashi Iwai6565e4f2009-03-02 14:38:35 +01004547 /* override some hints */
4548 stac_store_hints(codec);
4549
Takashi Iwaif73d3582008-11-25 08:21:51 +01004550 /* set up GPIO */
4551 gpio = spec->gpio_data;
4552 /* turn on EAPD statically when spec->eapd_switch isn't set.
4553 * otherwise, unsol event will turn it on/off dynamically
4554 */
4555 if (!spec->eapd_switch)
4556 gpio |= spec->eapd_mask;
4557 stac_gpio_set(codec, spec->gpio_mask, spec->gpio_dir, gpio);
4558
Takashi Iwai82bc9552006-03-21 11:24:42 +01004559 /* set up pins */
4560 if (spec->hp_detect) {
Takashi Iwai505cb342006-03-27 12:51:52 +02004561 /* Enable unsolicited responses on the HP widget */
Matthew Ranostay74aeaab2008-10-25 01:06:04 -04004562 for (i = 0; i < cfg->hp_outs; i++) {
Matthew Ranostay74aeaab2008-10-25 01:06:04 -04004563 hda_nid_t nid = cfg->hp_pins[i];
Takashi Iwaic6e4c662008-11-25 11:58:19 +01004564 enable_pin_detect(codec, nid, STAC_HP_EVENT);
Matthew Ranostay74aeaab2008-10-25 01:06:04 -04004565 }
Takashi Iwai1c4bdf92009-08-13 08:23:24 +02004566 if (cfg->line_out_type == AUTO_PIN_LINE_OUT &&
4567 cfg->speaker_outs > 0) {
Takashi Iwaifefd67f2009-07-30 18:03:05 +02004568 /* enable pin-detect for line-outs as well */
Takashi Iwai15cfa2b2009-08-03 14:23:33 +02004569 for (i = 0; i < cfg->line_outs; i++) {
4570 hda_nid_t nid = cfg->line_out_pins[i];
Takashi Iwaifefd67f2009-07-30 18:03:05 +02004571 enable_pin_detect(codec, nid, STAC_LO_EVENT);
4572 }
4573 }
4574
Takashi Iwai0a07acaf2007-03-13 10:40:23 +01004575 /* force to enable the first line-out; the others are set up
4576 * in unsol_event
4577 */
4578 stac92xx_auto_set_pinctl(codec, spec->autocfg.line_out_pins[0],
Matthew Ranostay74aeaab2008-10-25 01:06:04 -04004579 AC_PINCTL_OUT_EN);
Takashi Iwai82bc9552006-03-21 11:24:42 +01004580 /* fake event to set up pins */
Takashi Iwaif2cbba72012-01-11 12:34:11 +01004581 stac_fake_hp_events(codec);
Takashi Iwai82bc9552006-03-21 11:24:42 +01004582 } else {
4583 stac92xx_auto_init_multi_out(codec);
4584 stac92xx_auto_init_hp_out(codec);
Takashi Iwai12dde4c2008-12-05 13:09:27 +01004585 for (i = 0; i < cfg->hp_outs; i++)
4586 stac_toggle_power_map(codec, cfg->hp_pins[i], 1);
Takashi Iwai82bc9552006-03-21 11:24:42 +01004587 }
Takashi Iwai3d21d3f2009-07-29 14:32:56 +02004588 if (spec->auto_mic) {
Takashi Iwai15b4f292009-07-29 16:32:55 +02004589 /* initialize connection to analog input */
Takashi Iwaida2a2aa2009-08-10 07:44:09 +02004590 if (spec->dmux_nids)
4591 snd_hda_codec_write_cache(codec, spec->dmux_nids[0], 0,
Takashi Iwai15b4f292009-07-29 16:32:55 +02004592 AC_VERB_SET_CONNECT_SEL, 0);
Takashi Iwai3d21d3f2009-07-29 14:32:56 +02004593 if (enable_pin_detect(codec, spec->ext_mic.pin, STAC_MIC_EVENT))
4594 stac_issue_unsol_event(codec, spec->ext_mic.pin);
Charles Chin99077902010-09-17 10:22:32 +02004595 if (enable_pin_detect(codec, spec->dock_mic.pin,
4596 STAC_MIC_EVENT))
4597 stac_issue_unsol_event(codec, spec->dock_mic.pin);
Takashi Iwai3d21d3f2009-07-29 14:32:56 +02004598 }
Takashi Iwaieea7dc92010-08-30 13:06:15 +02004599 for (i = 0; i < cfg->num_inputs; i++) {
4600 hda_nid_t nid = cfg->inputs[i].pin;
4601 int type = cfg->inputs[i].type;
4602 unsigned int pinctl, conf;
Takashi Iwai86e29592010-09-09 14:50:17 +02004603 if (type == AUTO_PIN_MIC) {
Takashi Iwaieea7dc92010-08-30 13:06:15 +02004604 /* for mic pins, force to initialize */
Takashi Iwai47408602012-04-20 13:06:53 +02004605 pinctl = snd_hda_get_default_vref(codec, nid);
Takashi Iwaieea7dc92010-08-30 13:06:15 +02004606 pinctl |= AC_PINCTL_IN_EN;
4607 stac92xx_auto_set_pinctl(codec, nid, pinctl);
4608 } else {
4609 pinctl = snd_hda_codec_read(codec, nid, 0,
4610 AC_VERB_GET_PIN_WIDGET_CONTROL, 0);
4611 /* if PINCTL already set then skip */
4612 /* Also, if both INPUT and OUTPUT are set,
4613 * it must be a BIOS bug; need to override, too
4614 */
4615 if (!(pinctl & AC_PINCTL_IN_EN) ||
4616 (pinctl & AC_PINCTL_OUT_EN)) {
4617 pinctl &= ~AC_PINCTL_OUT_EN;
Takashi Iwai12dde4c2008-12-05 13:09:27 +01004618 pinctl |= AC_PINCTL_IN_EN;
4619 stac92xx_auto_set_pinctl(codec, nid, pinctl);
Takashi Iwai4f1e6bc2008-11-11 16:47:24 +01004620 }
Takashi Iwaieea7dc92010-08-30 13:06:15 +02004621 }
4622 conf = snd_hda_codec_get_pincfg(codec, nid);
4623 if (get_defcfg_connect(conf) != AC_JACK_PORT_FIXED) {
4624 if (enable_pin_detect(codec, nid, STAC_INSERT_EVENT))
4625 stac_issue_unsol_event(codec, nid);
Takashi Iwaic960a032006-03-23 17:06:28 +01004626 }
Takashi Iwai82bc9552006-03-21 11:24:42 +01004627 }
Matthew Ranostaya64135a2008-01-10 16:55:06 +01004628 for (i = 0; i < spec->num_dmics; i++)
4629 stac92xx_auto_set_pinctl(codec, spec->dmic_nids[i],
4630 AC_PINCTL_IN_EN);
Takashi Iwai0852d7a2009-02-11 11:35:15 +01004631 if (cfg->dig_out_pins[0])
4632 stac92xx_auto_set_pinctl(codec, cfg->dig_out_pins[0],
Takashi Iwai82bc9552006-03-21 11:24:42 +01004633 AC_PINCTL_OUT_EN);
4634 if (cfg->dig_in_pin)
4635 stac92xx_auto_set_pinctl(codec, cfg->dig_in_pin,
4636 AC_PINCTL_IN_EN);
Takashi Iwaif73d3582008-11-25 08:21:51 +01004637 for (i = 0; i < spec->num_pwrs; i++) {
4638 hda_nid_t nid = spec->pwr_nids[i];
Takashi Iwai6e1c39c2012-06-26 17:35:10 +02004639 unsigned int pinctl, def_conf;
Takashi Iwai82bc9552006-03-21 11:24:42 +01004640
Takashi Iwaibfc89de2012-05-15 09:02:26 +02004641 def_conf = snd_hda_codec_get_pincfg(codec, nid);
4642 def_conf = get_defcfg_connect(def_conf);
4643 if (def_conf == AC_JACK_PORT_NONE) {
4644 /* power off unused ports */
4645 stac_toggle_power_map(codec, nid, 0);
4646 continue;
4647 }
Takashi Iwai6e1c39c2012-06-26 17:35:10 +02004648 if (def_conf == AC_JACK_PORT_FIXED) {
4649 /* no need for jack detection for fixed pins */
4650 stac_toggle_power_map(codec, nid, 1);
4651 continue;
4652 }
Takashi Iwaieb632122008-12-19 16:39:48 +01004653 /* power on when no jack detection is available */
Takashi Iwai542c9a02011-11-29 13:01:30 +01004654 /* or when the VREF is used for controlling LED */
4655 if (!spec->hp_detect ||
Takashi Iwaibfc89de2012-05-15 09:02:26 +02004656 spec->vref_mute_led_nid == nid ||
4657 !is_jack_detectable(codec, nid)) {
Takashi Iwaieb632122008-12-19 16:39:48 +01004658 stac_toggle_power_map(codec, nid, 1);
4659 continue;
4660 }
4661
Takashi Iwaib4ead012012-01-23 18:23:36 +01004662 if (is_nid_out_jack_pin(cfg, nid))
Takashi Iwaif73d3582008-11-25 08:21:51 +01004663 continue; /* already has an unsol event */
Sam Revitch62fe78e2006-05-10 15:09:17 +02004664
Takashi Iwaif73d3582008-11-25 08:21:51 +01004665 pinctl = snd_hda_codec_read(codec, nid, 0,
4666 AC_VERB_GET_PIN_WIDGET_CONTROL, 0);
4667 /* outputs are only ports capable of power management
4668 * any attempts on powering down a input port cause the
4669 * referenced VREF to act quirky.
4670 */
Takashi Iwaieb632122008-12-19 16:39:48 +01004671 if (pinctl & AC_PINCTL_IN_EN) {
4672 stac_toggle_power_map(codec, nid, 1);
Takashi Iwaif73d3582008-11-25 08:21:51 +01004673 continue;
Takashi Iwaieb632122008-12-19 16:39:48 +01004674 }
Charles Chinafef2cf2011-11-11 08:05:28 +01004675 if (enable_pin_detect(codec, nid, STAC_PWR_EVENT)) {
Takashi Iwai62558ce2009-07-29 14:23:09 +02004676 stac_issue_unsol_event(codec, nid);
Charles Chinafef2cf2011-11-11 08:05:28 +01004677 continue;
4678 }
4679 /* none of the above, turn the port OFF */
4680 stac_toggle_power_map(codec, nid, 0);
Takashi Iwaif73d3582008-11-25 08:21:51 +01004681 }
Takashi Iwaic21bd022010-02-08 15:16:08 +01004682
Takashi Iwaic21bd022010-02-08 15:16:08 +01004683 /* sync mute LED */
Takashi Iwai1f43f6c2012-07-31 10:40:05 +02004684 if (spec->gpio_led) {
4685 if (spec->vmaster_mute.hook)
4686 snd_hda_sync_vmaster_hook(&spec->vmaster_mute);
4687 else /* the very first init call doesn't have vmaster yet */
4688 stac92xx_update_led_status(codec, false);
4689 }
Takashi Iwaic8822462012-05-15 09:11:36 +02004690
4691 /* sync the power-map */
4692 if (spec->num_pwrs)
4693 snd_hda_codec_write(codec, codec->afg, 0,
4694 AC_VERB_IDT_SET_POWER_MAP,
4695 spec->power_map_bits);
Takashi Iwaif73d3582008-11-25 08:21:51 +01004696 if (spec->dac_list)
4697 stac92xx_power_down(codec);
Mattc7d4b2f2005-06-27 14:59:41 +02004698 return 0;
4699}
4700
Takashi Iwai603c4012008-07-30 15:01:44 +02004701static void stac92xx_free_kctls(struct hda_codec *codec)
4702{
4703 struct sigmatel_spec *spec = codec->spec;
4704
4705 if (spec->kctls.list) {
4706 struct snd_kcontrol_new *kctl = spec->kctls.list;
4707 int i;
4708 for (i = 0; i < spec->kctls.used; i++)
4709 kfree(kctl[i].name);
4710 }
4711 snd_array_free(&spec->kctls);
4712}
4713
Vitaliy Kulikov45eebda2011-07-26 16:56:20 -05004714static void stac92xx_shutup_pins(struct hda_codec *codec)
4715{
4716 unsigned int i, def_conf;
4717
4718 if (codec->bus->shutdown)
4719 return;
4720 for (i = 0; i < codec->init_pins.used; i++) {
4721 struct hda_pincfg *pin = snd_array_elem(&codec->init_pins, i);
4722 def_conf = snd_hda_codec_get_pincfg(codec, pin->nid);
4723 if (get_defcfg_connect(def_conf) != AC_JACK_PORT_NONE)
Takashi Iwaicdd03ce2012-04-20 12:34:50 +02004724 snd_hda_set_pin_ctl(codec, pin->nid, 0);
Vitaliy Kulikov45eebda2011-07-26 16:56:20 -05004725 }
4726}
4727
Takashi Iwai167eae52009-11-06 15:47:50 +01004728static void stac92xx_shutup(struct hda_codec *codec)
4729{
4730 struct sigmatel_spec *spec = codec->spec;
Takashi Iwai167eae52009-11-06 15:47:50 +01004731
Vitaliy Kulikov45eebda2011-07-26 16:56:20 -05004732 stac92xx_shutup_pins(codec);
Takashi Iwai167eae52009-11-06 15:47:50 +01004733
4734 if (spec->eapd_mask)
4735 stac_gpio_set(codec, spec->gpio_mask,
4736 spec->gpio_dir, spec->gpio_data &
4737 ~spec->eapd_mask);
4738}
4739
Matt2f2f4252005-04-13 14:45:30 +02004740static void stac92xx_free(struct hda_codec *codec)
4741{
Mattc7d4b2f2005-06-27 14:59:41 +02004742 struct sigmatel_spec *spec = codec->spec;
Mattc7d4b2f2005-06-27 14:59:41 +02004743
4744 if (! spec)
4745 return;
4746
Mattc7d4b2f2005-06-27 14:59:41 +02004747 kfree(spec);
Matthew Ranostay1cd22242008-07-18 18:20:52 +02004748 snd_hda_detach_beep_device(codec);
Matt2f2f4252005-04-13 14:45:30 +02004749}
4750
Matt4e550962005-07-04 17:51:39 +02004751static void stac92xx_set_pinctl(struct hda_codec *codec, hda_nid_t nid,
4752 unsigned int flag)
4753{
Takashi Iwai8ce84192009-01-22 16:59:20 +01004754 unsigned int old_ctl, pin_ctl;
4755
4756 pin_ctl = snd_hda_codec_read(codec, nid,
Matt4e550962005-07-04 17:51:39 +02004757 0, AC_VERB_GET_PIN_WIDGET_CONTROL, 0x00);
Steve Longerbeam7b043892007-05-03 20:50:03 +02004758
Takashi Iwaif9acba42007-05-29 18:01:06 +02004759 if (pin_ctl & AC_PINCTL_IN_EN) {
4760 /*
4761 * we need to check the current set-up direction of
4762 * shared input pins since they can be switched via
4763 * "xxx as Output" mixer switch
4764 */
4765 struct sigmatel_spec *spec = codec->spec;
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01004766 if (nid == spec->line_switch || nid == spec->mic_switch)
Takashi Iwaif9acba42007-05-29 18:01:06 +02004767 return;
4768 }
4769
Takashi Iwai8ce84192009-01-22 16:59:20 +01004770 old_ctl = pin_ctl;
Steve Longerbeam7b043892007-05-03 20:50:03 +02004771 /* if setting pin direction bits, clear the current
4772 direction bits first */
4773 if (flag & (AC_PINCTL_IN_EN | AC_PINCTL_OUT_EN))
4774 pin_ctl &= ~(AC_PINCTL_IN_EN | AC_PINCTL_OUT_EN);
4775
Takashi Iwai8ce84192009-01-22 16:59:20 +01004776 pin_ctl |= flag;
4777 if (old_ctl != pin_ctl)
Takashi Iwaicdd03ce2012-04-20 12:34:50 +02004778 snd_hda_set_pin_ctl_cache(codec, nid, pin_ctl);
Matt4e550962005-07-04 17:51:39 +02004779}
4780
4781static void stac92xx_reset_pinctl(struct hda_codec *codec, hda_nid_t nid,
4782 unsigned int flag)
4783{
4784 unsigned int pin_ctl = snd_hda_codec_read(codec, nid,
4785 0, AC_VERB_GET_PIN_WIDGET_CONTROL, 0x00);
Takashi Iwai8ce84192009-01-22 16:59:20 +01004786 if (pin_ctl & flag)
Takashi Iwaicdd03ce2012-04-20 12:34:50 +02004787 snd_hda_set_pin_ctl_cache(codec, nid, pin_ctl & ~flag);
Matt4e550962005-07-04 17:51:39 +02004788}
4789
Takashi Iwaid56757a2009-11-18 08:00:14 +01004790static inline int get_pin_presence(struct hda_codec *codec, hda_nid_t nid)
Takashi Iwai314634b2006-09-21 11:56:18 +02004791{
4792 if (!nid)
4793 return 0;
Takashi Iwaia252c812009-12-25 22:56:20 +01004794 return snd_hda_jack_detect(codec, nid);
Takashi Iwai314634b2006-09-21 11:56:18 +02004795}
4796
Takashi Iwaifefd67f2009-07-30 18:03:05 +02004797static void stac92xx_line_out_detect(struct hda_codec *codec,
4798 int presence)
4799{
4800 struct sigmatel_spec *spec = codec->spec;
4801 struct auto_pin_cfg *cfg = &spec->autocfg;
4802 int i;
4803
David Henningsson042b92c2012-08-22 16:10:43 +02004804 if (cfg->speaker_outs == 0)
4805 return;
4806
Takashi Iwaifefd67f2009-07-30 18:03:05 +02004807 for (i = 0; i < cfg->line_outs; i++) {
4808 if (presence)
4809 break;
4810 presence = get_pin_presence(codec, cfg->line_out_pins[i]);
4811 if (presence) {
4812 unsigned int pinctl;
4813 pinctl = snd_hda_codec_read(codec,
4814 cfg->line_out_pins[i], 0,
4815 AC_VERB_GET_PIN_WIDGET_CONTROL, 0);
4816 if (pinctl & AC_PINCTL_IN_EN)
4817 presence = 0; /* mic- or line-input */
4818 }
4819 }
4820
4821 if (presence) {
4822 /* disable speakers */
4823 for (i = 0; i < cfg->speaker_outs; i++)
4824 stac92xx_reset_pinctl(codec, cfg->speaker_pins[i],
4825 AC_PINCTL_OUT_EN);
4826 if (spec->eapd_mask && spec->eapd_switch)
4827 stac_gpio_set(codec, spec->gpio_mask,
4828 spec->gpio_dir, spec->gpio_data &
4829 ~spec->eapd_mask);
4830 } else {
4831 /* enable speakers */
4832 for (i = 0; i < cfg->speaker_outs; i++)
4833 stac92xx_set_pinctl(codec, cfg->speaker_pins[i],
4834 AC_PINCTL_OUT_EN);
4835 if (spec->eapd_mask && spec->eapd_switch)
4836 stac_gpio_set(codec, spec->gpio_mask,
4837 spec->gpio_dir, spec->gpio_data |
4838 spec->eapd_mask);
4839 }
4840}
4841
Takashi Iwaid7a89432008-11-12 09:48:04 +01004842/* return non-zero if the hp-pin of the given array index isn't
4843 * a jack-detection target
4844 */
4845static int no_hp_sensing(struct sigmatel_spec *spec, int i)
4846{
4847 struct auto_pin_cfg *cfg = &spec->autocfg;
4848
4849 /* ignore sensing of shared line and mic jacks */
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01004850 if (cfg->hp_pins[i] == spec->line_switch)
Takashi Iwaid7a89432008-11-12 09:48:04 +01004851 return 1;
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01004852 if (cfg->hp_pins[i] == spec->mic_switch)
Takashi Iwaid7a89432008-11-12 09:48:04 +01004853 return 1;
4854 /* ignore if the pin is set as line-out */
4855 if (cfg->hp_pins[i] == spec->hp_switch)
4856 return 1;
4857 return 0;
4858}
4859
Takashi Iwaic6e4c662008-11-25 11:58:19 +01004860static void stac92xx_hp_detect(struct hda_codec *codec)
Matt4e550962005-07-04 17:51:39 +02004861{
4862 struct sigmatel_spec *spec = codec->spec;
4863 struct auto_pin_cfg *cfg = &spec->autocfg;
4864 int i, presence;
4865
Takashi Iwaieb06ed82006-09-20 17:10:27 +02004866 presence = 0;
Matthew Ranostay4fe51952008-01-29 15:28:44 +01004867 if (spec->gpio_mute)
4868 presence = !(snd_hda_codec_read(codec, codec->afg, 0,
4869 AC_VERB_GET_GPIO_DATA, 0) & spec->gpio_mute);
4870
Takashi Iwaieb06ed82006-09-20 17:10:27 +02004871 for (i = 0; i < cfg->hp_outs; i++) {
Takashi Iwai314634b2006-09-21 11:56:18 +02004872 if (presence)
4873 break;
Takashi Iwaid7a89432008-11-12 09:48:04 +01004874 if (no_hp_sensing(spec, i))
4875 continue;
Takashi Iwaie6e3ea22008-12-05 12:54:56 +01004876 presence = get_pin_presence(codec, cfg->hp_pins[i]);
4877 if (presence) {
4878 unsigned int pinctl;
4879 pinctl = snd_hda_codec_read(codec, cfg->hp_pins[i], 0,
4880 AC_VERB_GET_PIN_WIDGET_CONTROL, 0);
4881 if (pinctl & AC_PINCTL_IN_EN)
4882 presence = 0; /* mic- or line-input */
4883 }
Takashi Iwaieb06ed82006-09-20 17:10:27 +02004884 }
Matt4e550962005-07-04 17:51:39 +02004885
4886 if (presence) {
Takashi Iwaid7a89432008-11-12 09:48:04 +01004887 /* disable lineouts */
Matthew Ranostay7c2ba972008-04-16 13:13:59 +02004888 if (spec->hp_switch)
Takashi Iwaid7a89432008-11-12 09:48:04 +01004889 stac92xx_reset_pinctl(codec, spec->hp_switch,
4890 AC_PINCTL_OUT_EN);
Matt4e550962005-07-04 17:51:39 +02004891 for (i = 0; i < cfg->line_outs; i++)
4892 stac92xx_reset_pinctl(codec, cfg->line_out_pins[i],
4893 AC_PINCTL_OUT_EN);
Matt4e550962005-07-04 17:51:39 +02004894 } else {
Takashi Iwaid7a89432008-11-12 09:48:04 +01004895 /* enable lineouts */
Matthew Ranostay7c2ba972008-04-16 13:13:59 +02004896 if (spec->hp_switch)
Takashi Iwaid7a89432008-11-12 09:48:04 +01004897 stac92xx_set_pinctl(codec, spec->hp_switch,
4898 AC_PINCTL_OUT_EN);
Matt4e550962005-07-04 17:51:39 +02004899 for (i = 0; i < cfg->line_outs; i++)
4900 stac92xx_set_pinctl(codec, cfg->line_out_pins[i],
4901 AC_PINCTL_OUT_EN);
Matt4e550962005-07-04 17:51:39 +02004902 }
Takashi Iwaifefd67f2009-07-30 18:03:05 +02004903 stac92xx_line_out_detect(codec, presence);
Takashi Iwaid7a89432008-11-12 09:48:04 +01004904 /* toggle hp outs */
4905 for (i = 0; i < cfg->hp_outs; i++) {
4906 unsigned int val = AC_PINCTL_OUT_EN | AC_PINCTL_HP_EN;
4907 if (no_hp_sensing(spec, i))
4908 continue;
Takashi Iwai7bff1722012-02-29 09:41:17 +01004909 if (1 /*presence*/)
Takashi Iwaid7a89432008-11-12 09:48:04 +01004910 stac92xx_set_pinctl(codec, cfg->hp_pins[i], val);
Takashi Iwai8317e0b2009-01-14 07:56:51 +01004911#if 0 /* FIXME */
4912/* Resetting the pinctl like below may lead to (a sort of) regressions
4913 * on some devices since they use the HP pin actually for line/speaker
4914 * outs although the default pin config shows a different pin (that is
4915 * wrong and useless).
4916 *
4917 * So, it's basically a problem of default pin configs, likely a BIOS issue.
4918 * But, disabling the code below just works around it, and I'm too tired of
4919 * bug reports with such devices...
4920 */
Takashi Iwaid7a89432008-11-12 09:48:04 +01004921 else
4922 stac92xx_reset_pinctl(codec, cfg->hp_pins[i], val);
Takashi Iwai8317e0b2009-01-14 07:56:51 +01004923#endif /* FIXME */
Takashi Iwaid7a89432008-11-12 09:48:04 +01004924 }
Matt4e550962005-07-04 17:51:39 +02004925}
4926
Takashi Iwaif73d3582008-11-25 08:21:51 +01004927static void stac_toggle_power_map(struct hda_codec *codec, hda_nid_t nid,
4928 int enable)
Matthew Ranostaya64135a2008-01-10 16:55:06 +01004929{
4930 struct sigmatel_spec *spec = codec->spec;
Takashi Iwaif73d3582008-11-25 08:21:51 +01004931 unsigned int idx, val;
4932
4933 for (idx = 0; idx < spec->num_pwrs; idx++) {
4934 if (spec->pwr_nids[idx] == nid)
4935 break;
4936 }
4937 if (idx >= spec->num_pwrs)
4938 return;
Matthew Ranostayd0513fc2008-07-27 10:30:30 +02004939
Charles Chinafef2cf2011-11-11 08:05:28 +01004940 idx = 1 << idx;
Matthew Ranostaya64135a2008-01-10 16:55:06 +01004941
Takashi Iwaic8822462012-05-15 09:11:36 +02004942 val = spec->power_map_bits;
Takashi Iwaif73d3582008-11-25 08:21:51 +01004943 if (enable)
Matthew Ranostaya64135a2008-01-10 16:55:06 +01004944 val &= ~idx;
4945 else
4946 val |= idx;
4947
4948 /* power down unused output ports */
Takashi Iwaic8822462012-05-15 09:11:36 +02004949 if (val != spec->power_map_bits) {
4950 spec->power_map_bits = val;
4951 snd_hda_codec_write(codec, codec->afg, 0,
4952 AC_VERB_IDT_SET_POWER_MAP, val);
4953 }
Matthew Ranostay74aeaab2008-10-25 01:06:04 -04004954}
4955
Takashi Iwaif73d3582008-11-25 08:21:51 +01004956static void stac92xx_pin_sense(struct hda_codec *codec, hda_nid_t nid)
4957{
Takashi Iwaie6e3ea22008-12-05 12:54:56 +01004958 stac_toggle_power_map(codec, nid, get_pin_presence(codec, nid));
Takashi Iwaif73d3582008-11-25 08:21:51 +01004959}
Matthew Ranostaya64135a2008-01-10 16:55:06 +01004960
Vitaliy Kulikovab5a6eb2010-09-08 09:00:17 +02004961/* get the pin connection (fixed, none, etc) */
4962static unsigned int stac_get_defcfg_connect(struct hda_codec *codec, int idx)
4963{
4964 struct sigmatel_spec *spec = codec->spec;
4965 unsigned int cfg;
4966
4967 cfg = snd_hda_codec_get_pincfg(codec, spec->pin_nids[idx]);
4968 return get_defcfg_connect(cfg);
4969}
4970
4971static int stac92xx_connected_ports(struct hda_codec *codec,
Takashi Iwai2b635362011-05-02 12:33:43 +02004972 const hda_nid_t *nids, int num_nids)
Vitaliy Kulikovab5a6eb2010-09-08 09:00:17 +02004973{
4974 struct sigmatel_spec *spec = codec->spec;
4975 int idx, num;
4976 unsigned int def_conf;
4977
4978 for (num = 0; num < num_nids; num++) {
4979 for (idx = 0; idx < spec->num_pins; idx++)
4980 if (spec->pin_nids[idx] == nids[num])
4981 break;
4982 if (idx >= spec->num_pins)
4983 break;
4984 def_conf = stac_get_defcfg_connect(codec, idx);
4985 if (def_conf == AC_JACK_PORT_NONE)
4986 break;
4987 }
4988 return num;
4989}
4990
Takashi Iwai3d21d3f2009-07-29 14:32:56 +02004991static void stac92xx_mic_detect(struct hda_codec *codec)
4992{
4993 struct sigmatel_spec *spec = codec->spec;
4994 struct sigmatel_mic_route *mic;
4995
4996 if (get_pin_presence(codec, spec->ext_mic.pin))
4997 mic = &spec->ext_mic;
Charles Chin99077902010-09-17 10:22:32 +02004998 else if (get_pin_presence(codec, spec->dock_mic.pin))
4999 mic = &spec->dock_mic;
Takashi Iwai3d21d3f2009-07-29 14:32:56 +02005000 else
5001 mic = &spec->int_mic;
Takashi Iwai02d33322009-10-01 16:38:11 +02005002 if (mic->dmux_idx >= 0)
Takashi Iwai3d21d3f2009-07-29 14:32:56 +02005003 snd_hda_codec_write_cache(codec, spec->dmux_nids[0], 0,
5004 AC_VERB_SET_CONNECT_SEL,
5005 mic->dmux_idx);
Takashi Iwai02d33322009-10-01 16:38:11 +02005006 if (mic->mux_idx >= 0)
Takashi Iwai3d21d3f2009-07-29 14:32:56 +02005007 snd_hda_codec_write_cache(codec, spec->mux_nids[0], 0,
5008 AC_VERB_SET_CONNECT_SEL,
5009 mic->mux_idx);
5010}
5011
Takashi Iwai1835a0f2011-10-27 22:12:46 +02005012static void handle_unsol_event(struct hda_codec *codec,
Takashi Iwai3a938972011-10-28 01:16:55 +02005013 struct hda_jack_tbl *event)
Takashi Iwai314634b2006-09-21 11:56:18 +02005014{
Matthew Ranostaya64135a2008-01-10 16:55:06 +01005015 struct sigmatel_spec *spec = codec->spec;
Takashi Iwai1835a0f2011-10-27 22:12:46 +02005016 int data;
Matthew Ranostaya64135a2008-01-10 16:55:06 +01005017
Takashi Iwai3a938972011-10-28 01:16:55 +02005018 switch (event->action) {
Takashi Iwai314634b2006-09-21 11:56:18 +02005019 case STAC_HP_EVENT:
Takashi Iwaifefd67f2009-07-30 18:03:05 +02005020 case STAC_LO_EVENT:
Takashi Iwai16ffe322009-08-04 13:40:54 +02005021 stac92xx_hp_detect(codec);
Takashi Iwaifefd67f2009-07-30 18:03:05 +02005022 break;
Takashi Iwai3d21d3f2009-07-29 14:32:56 +02005023 case STAC_MIC_EVENT:
5024 stac92xx_mic_detect(codec);
5025 break;
5026 }
5027
Takashi Iwai3a938972011-10-28 01:16:55 +02005028 switch (event->action) {
Takashi Iwai3d21d3f2009-07-29 14:32:56 +02005029 case STAC_HP_EVENT:
Takashi Iwaifefd67f2009-07-30 18:03:05 +02005030 case STAC_LO_EVENT:
Takashi Iwai3d21d3f2009-07-29 14:32:56 +02005031 case STAC_MIC_EVENT:
Matthew Ranostay74aeaab2008-10-25 01:06:04 -04005032 case STAC_INSERT_EVENT:
Matthew Ranostaya64135a2008-01-10 16:55:06 +01005033 case STAC_PWR_EVENT:
Takashi Iwaic6e4c662008-11-25 11:58:19 +01005034 if (spec->num_pwrs > 0)
5035 stac92xx_pin_sense(codec, event->nid);
Matthew Ranostayfd60cc82009-04-06 09:30:46 -04005036
5037 switch (codec->subsystem_id) {
5038 case 0x103c308f:
5039 if (event->nid == 0xb) {
5040 int pin = AC_PINCTL_IN_EN;
5041
5042 if (get_pin_presence(codec, 0xa)
5043 && get_pin_presence(codec, 0xb))
5044 pin |= AC_PINCTL_VREF_80;
5045 if (!get_pin_presence(codec, 0xb))
5046 pin |= AC_PINCTL_VREF_80;
5047
5048 /* toggle VREF state based on mic + hp pin
5049 * status
5050 */
5051 stac92xx_auto_set_pinctl(codec, 0x0a, pin);
5052 }
5053 }
Matthew Ranostay72474be2008-10-09 09:32:17 -04005054 break;
Takashi Iwaic6e4c662008-11-25 11:58:19 +01005055 case STAC_VREF_EVENT:
5056 data = snd_hda_codec_read(codec, codec->afg, 0,
5057 AC_VERB_GET_GPIO_DATA, 0);
Matthew Ranostay72474be2008-10-09 09:32:17 -04005058 /* toggle VREF state based on GPIOx status */
5059 snd_hda_codec_write(codec, codec->afg, 0, 0x7e0,
Takashi Iwai3a938972011-10-28 01:16:55 +02005060 !!(data & (1 << event->private_data)));
Matthew Ranostay72474be2008-10-09 09:32:17 -04005061 break;
Takashi Iwai314634b2006-09-21 11:56:18 +02005062 }
5063}
5064
Takashi Iwai1835a0f2011-10-27 22:12:46 +02005065static void stac_issue_unsol_event(struct hda_codec *codec, hda_nid_t nid)
5066{
Takashi Iwai3a938972011-10-28 01:16:55 +02005067 struct hda_jack_tbl *event = snd_hda_jack_tbl_get(codec, nid);
Takashi Iwai1835a0f2011-10-27 22:12:46 +02005068 if (!event)
5069 return;
5070 handle_unsol_event(codec, event);
5071}
5072
Kunal Gangakhedkard38cce72010-01-15 21:01:47 +05305073static int hp_blike_system(u32 subsystem_id);
5074
5075static void set_hp_led_gpio(struct hda_codec *codec)
5076{
5077 struct sigmatel_spec *spec = codec->spec;
Takashi Iwai07f80442010-02-08 15:06:13 +01005078 unsigned int gpio;
5079
Takashi Iwai26ebe0a2010-05-11 08:36:29 +02005080 if (spec->gpio_led)
5081 return;
5082
Takashi Iwai07f80442010-02-08 15:06:13 +01005083 gpio = snd_hda_param_read(codec, codec->afg, AC_PAR_GPIO_CAP);
5084 gpio &= AC_GPIO_IO_COUNT;
5085 if (gpio > 3)
5086 spec->gpio_led = 0x08; /* GPIO 3 */
5087 else
5088 spec->gpio_led = 0x01; /* GPIO 0 */
Kunal Gangakhedkard38cce72010-01-15 21:01:47 +05305089}
5090
Vitaliy Kulikovc357aab2009-12-11 07:51:54 +01005091/*
5092 * This method searches for the mute LED GPIO configuration
5093 * provided as OEM string in SMBIOS. The format of that string
5094 * is HP_Mute_LED_P_G or HP_Mute_LED_P
5095 * where P can be 0 or 1 and defines mute LED GPIO control state (low/high)
5096 * that corresponds to the NOT muted state of the master volume
5097 * and G is the index of the GPIO to use as the mute LED control (0..9)
5098 * If _G portion is missing it is assigned based on the codec ID
5099 *
5100 * So, HP B-series like systems may have HP_Mute_LED_0 (current models)
5101 * or HP_Mute_LED_0_3 (future models) OEM SMBIOS strings
Kunal Gangakhedkard38cce72010-01-15 21:01:47 +05305102 *
5103 *
5104 * The dv-series laptops don't seem to have the HP_Mute_LED* strings in
5105 * SMBIOS - at least the ones I have seen do not have them - which include
5106 * my own system (HP Pavilion dv6-1110ax) and my cousin's
5107 * HP Pavilion dv9500t CTO.
5108 * Need more information on whether it is true across the entire series.
5109 * -- kunal
Vitaliy Kulikovc357aab2009-12-11 07:51:54 +01005110 */
Vitaliy Kulikov6a557c92011-12-12 17:35:13 -06005111static int find_mute_led_cfg(struct hda_codec *codec, int default_polarity)
Vitaliy Kulikovc357aab2009-12-11 07:51:54 +01005112{
5113 struct sigmatel_spec *spec = codec->spec;
5114 const struct dmi_device *dev = NULL;
5115
Takashi Iwai75609312012-05-14 16:52:00 +02005116 if (get_int_hint(codec, "gpio_led", &spec->gpio_led)) {
5117 get_int_hint(codec, "gpio_led_polarity",
5118 &spec->gpio_led_polarity);
5119 return 1;
5120 }
Vitaliy Kulikovc357aab2009-12-11 07:51:54 +01005121 if ((codec->subsystem_id >> 16) == PCI_VENDOR_ID_HP) {
5122 while ((dev = dmi_find_device(DMI_DEV_TYPE_OEM_STRING,
5123 NULL, dev))) {
Vitaliy Kulikov45eebda2011-07-26 16:56:20 -05005124 if (sscanf(dev->name, "HP_Mute_LED_%d_%x",
Kunal Gangakhedkard38cce72010-01-15 21:01:47 +05305125 &spec->gpio_led_polarity,
5126 &spec->gpio_led) == 2) {
Takashi Iwaif1a73742011-12-04 13:44:06 +01005127 unsigned int max_gpio;
5128 max_gpio = snd_hda_param_read(codec, codec->afg,
5129 AC_PAR_GPIO_CAP);
5130 max_gpio &= AC_GPIO_IO_COUNT;
5131 if (spec->gpio_led < max_gpio)
Vitaliy Kulikov45eebda2011-07-26 16:56:20 -05005132 spec->gpio_led = 1 << spec->gpio_led;
Takashi Iwaif1a73742011-12-04 13:44:06 +01005133 else
5134 spec->vref_mute_led_nid = spec->gpio_led;
Vitaliy Kulikovc357aab2009-12-11 07:51:54 +01005135 return 1;
5136 }
5137 if (sscanf(dev->name, "HP_Mute_LED_%d",
Kunal Gangakhedkard38cce72010-01-15 21:01:47 +05305138 &spec->gpio_led_polarity) == 1) {
5139 set_hp_led_gpio(codec);
5140 return 1;
Vitaliy Kulikovc357aab2009-12-11 07:51:54 +01005141 }
Gustavo Maciel Dias Vieirae2ef36c2011-12-13 11:47:22 -02005142 /* BIOS bug: unfilled OEM string */
5143 if (strstr(dev->name, "HP_Mute_LED_P_G")) {
5144 set_hp_led_gpio(codec);
Gustavo Maciel Dias Vieiraa6a600d2012-01-24 13:27:56 -02005145 switch (codec->subsystem_id) {
5146 case 0x103c148a:
5147 spec->gpio_led_polarity = 0;
5148 break;
5149 default:
5150 spec->gpio_led_polarity = 1;
5151 break;
5152 }
Gustavo Maciel Dias Vieirae2ef36c2011-12-13 11:47:22 -02005153 return 1;
5154 }
Vitaliy Kulikovc357aab2009-12-11 07:51:54 +01005155 }
Kunal Gangakhedkard38cce72010-01-15 21:01:47 +05305156
5157 /*
5158 * Fallback case - if we don't find the DMI strings,
Vitaliy Kulikov6a557c92011-12-12 17:35:13 -06005159 * we statically set the GPIO - if not a B-series system
5160 * and default polarity is provided
Kunal Gangakhedkard38cce72010-01-15 21:01:47 +05305161 */
Vitaliy Kulikov6a557c92011-12-12 17:35:13 -06005162 if (!hp_blike_system(codec->subsystem_id) &&
5163 (default_polarity == 0 || default_polarity == 1)) {
Kunal Gangakhedkard38cce72010-01-15 21:01:47 +05305164 set_hp_led_gpio(codec);
Takashi Iwaidce17d42010-02-09 09:25:26 +01005165 spec->gpio_led_polarity = default_polarity;
Kunal Gangakhedkard38cce72010-01-15 21:01:47 +05305166 return 1;
5167 }
Vitaliy Kulikovc357aab2009-12-11 07:51:54 +01005168 }
5169 return 0;
5170}
5171
5172static int hp_blike_system(u32 subsystem_id)
Randy Dunlap78987bd2009-11-05 09:22:30 -08005173{
5174 switch (subsystem_id) {
Vitaliy Kulikovc357aab2009-12-11 07:51:54 +01005175 case 0x103c1520:
5176 case 0x103c1521:
5177 case 0x103c1523:
5178 case 0x103c1524:
5179 case 0x103c1525:
Randy Dunlap78987bd2009-11-05 09:22:30 -08005180 case 0x103c1722:
5181 case 0x103c1723:
5182 case 0x103c1724:
5183 case 0x103c1725:
5184 case 0x103c1726:
5185 case 0x103c1727:
5186 case 0x103c1728:
5187 case 0x103c1729:
Vitaliy Kulikovc357aab2009-12-11 07:51:54 +01005188 case 0x103c172a:
5189 case 0x103c172b:
5190 case 0x103c307e:
5191 case 0x103c307f:
5192 case 0x103c3080:
5193 case 0x103c3081:
5194 case 0x103c7007:
5195 case 0x103c7008:
Randy Dunlap78987bd2009-11-05 09:22:30 -08005196 return 1;
5197 }
5198 return 0;
5199}
5200
Takashi Iwai2d34e1b2008-11-28 14:35:16 +01005201#ifdef CONFIG_PROC_FS
5202static void stac92hd_proc_hook(struct snd_info_buffer *buffer,
5203 struct hda_codec *codec, hda_nid_t nid)
5204{
5205 if (nid == codec->afg)
5206 snd_iprintf(buffer, "Power-Map: 0x%02x\n",
Takashi Iwaic8822462012-05-15 09:11:36 +02005207 snd_hda_codec_read(codec, nid, 0,
5208 AC_VERB_IDT_GET_POWER_MAP, 0));
Takashi Iwai2d34e1b2008-11-28 14:35:16 +01005209}
5210
5211static void analog_loop_proc_hook(struct snd_info_buffer *buffer,
5212 struct hda_codec *codec,
5213 unsigned int verb)
5214{
5215 snd_iprintf(buffer, "Analog Loopback: 0x%02x\n",
5216 snd_hda_codec_read(codec, codec->afg, 0, verb, 0));
5217}
5218
5219/* stac92hd71bxx, stac92hd73xx */
5220static void stac92hd7x_proc_hook(struct snd_info_buffer *buffer,
5221 struct hda_codec *codec, hda_nid_t nid)
5222{
5223 stac92hd_proc_hook(buffer, codec, nid);
5224 if (nid == codec->afg)
5225 analog_loop_proc_hook(buffer, codec, 0xfa0);
5226}
5227
5228static void stac9205_proc_hook(struct snd_info_buffer *buffer,
5229 struct hda_codec *codec, hda_nid_t nid)
5230{
5231 if (nid == codec->afg)
5232 analog_loop_proc_hook(buffer, codec, 0xfe0);
5233}
5234
5235static void stac927x_proc_hook(struct snd_info_buffer *buffer,
5236 struct hda_codec *codec, hda_nid_t nid)
5237{
5238 if (nid == codec->afg)
5239 analog_loop_proc_hook(buffer, codec, 0xfeb);
5240}
5241#else
5242#define stac92hd_proc_hook NULL
5243#define stac92hd7x_proc_hook NULL
5244#define stac9205_proc_hook NULL
5245#define stac927x_proc_hook NULL
5246#endif
5247
Takashi Iwai2a439522011-07-26 09:52:50 +02005248#ifdef CONFIG_PM
Mattff6fdc32005-06-27 15:06:52 +02005249static int stac92xx_resume(struct hda_codec *codec)
5250{
Takashi Iwai2c885872008-11-18 09:36:55 +01005251 stac92xx_init(codec);
Takashi Iwai82beb8f2007-08-10 17:09:26 +02005252 snd_hda_codec_resume_amp(codec);
5253 snd_hda_codec_resume_cache(codec);
Takashi Iwai2c885872008-11-18 09:36:55 +01005254 /* fake event to set up pins again to override cached values */
Takashi Iwaif2cbba72012-01-11 12:34:11 +01005255 stac_fake_hp_events(codec);
Mattff6fdc32005-06-27 15:06:52 +02005256 return 0;
5257}
Matthew Ranostayc6798d22008-11-18 20:54:17 -05005258
Takashi Iwai68cb2b52012-07-02 15:20:37 +02005259static int stac92xx_suspend(struct hda_codec *codec)
Vitaliy Kulikov45eebda2011-07-26 16:56:20 -05005260{
5261 stac92xx_shutup(codec);
5262 return 0;
5263}
5264
Vitaliy Kulikov45eebda2011-07-26 16:56:20 -05005265static void stac92xx_set_power_state(struct hda_codec *codec, hda_nid_t fg,
5266 unsigned int power_state)
5267{
5268 unsigned int afg_power_state = power_state;
5269 struct sigmatel_spec *spec = codec->spec;
5270
5271 if (power_state == AC_PWRST_D3) {
Takashi Iwaif1a73742011-12-04 13:44:06 +01005272 if (spec->vref_mute_led_nid) {
Vitaliy Kulikov45eebda2011-07-26 16:56:20 -05005273 /* with vref-out pin used for mute led control
5274 * codec AFG is prevented from D3 state
5275 */
5276 afg_power_state = AC_PWRST_D1;
5277 }
5278 /* this delay seems necessary to avoid click noise at power-down */
5279 msleep(100);
5280 }
5281 snd_hda_codec_read(codec, fg, 0, AC_VERB_SET_POWER_STATE,
5282 afg_power_state);
5283 snd_hda_codec_set_power_to_all(codec, fg, power_state, true);
5284}
Takashi Iwai350eba432012-03-16 16:09:03 +01005285#else
5286#define stac92xx_suspend NULL
5287#define stac92xx_resume NULL
Takashi Iwai350eba432012-03-16 16:09:03 +01005288#define stac92xx_set_power_state NULL
Takashi Iwai2faa3bf2012-03-12 12:30:22 +01005289#endif /* CONFIG_PM */
Vitaliy Kulikov45eebda2011-07-26 16:56:20 -05005290
Takashi Iwai2faa3bf2012-03-12 12:30:22 +01005291/* update mute-LED accoring to the master switch */
5292static void stac92xx_update_led_status(struct hda_codec *codec, int enabled)
Christoph Plattnerae6241f2009-03-08 23:19:05 +01005293{
5294 struct sigmatel_spec *spec = codec->spec;
Takashi Iwai2faa3bf2012-03-12 12:30:22 +01005295 int muted = !enabled;
Takashi Iwai6fce61a2009-03-10 07:48:57 +01005296
Vitaliy Kulikov45eebda2011-07-26 16:56:20 -05005297 if (!spec->gpio_led)
Takashi Iwai2faa3bf2012-03-12 12:30:22 +01005298 return;
Vitaliy Kulikov45eebda2011-07-26 16:56:20 -05005299
Takashi Iwai2faa3bf2012-03-12 12:30:22 +01005300 /* LED state is inverted on these systems */
5301 if (spec->gpio_led_polarity)
5302 muted = !muted;
5303
Takashi Iwaif1a73742011-12-04 13:44:06 +01005304 if (!spec->vref_mute_led_nid) {
Vitaliy Kulikov45eebda2011-07-26 16:56:20 -05005305 if (muted)
Takashi Iwai3e843192012-04-19 12:04:03 +02005306 spec->gpio_data |= spec->gpio_led;
Vitaliy Kulikov45eebda2011-07-26 16:56:20 -05005307 else
Takashi Iwai3e843192012-04-19 12:04:03 +02005308 spec->gpio_data &= ~spec->gpio_led;
Vitaliy Kulikov45eebda2011-07-26 16:56:20 -05005309 stac_gpio_set(codec, spec->gpio_mask,
5310 spec->gpio_dir, spec->gpio_data);
5311 } else {
Takashi Iwai2faa3bf2012-03-12 12:30:22 +01005312 spec->vref_led = muted ? AC_PINCTL_VREF_50 : AC_PINCTL_VREF_GRD;
Takashi Iwaif1a73742011-12-04 13:44:06 +01005313 stac_vrefout_set(codec, spec->vref_mute_led_nid,
5314 spec->vref_led);
Christoph Plattnerae6241f2009-03-08 23:19:05 +01005315 }
Takashi Iwaib4e81872009-11-18 17:20:24 +01005316}
Vitaliy Kulikov7df1ce12011-07-25 17:52:57 -05005317
Takashi Iwai2b635362011-05-02 12:33:43 +02005318static const struct hda_codec_ops stac92xx_patch_ops = {
Matt2f2f4252005-04-13 14:45:30 +02005319 .build_controls = stac92xx_build_controls,
5320 .build_pcms = stac92xx_build_pcms,
5321 .init = stac92xx_init,
5322 .free = stac92xx_free,
David Henningsson29adc4b2012-09-25 11:31:00 +02005323 .unsol_event = snd_hda_jack_unsol_event,
Takashi Iwai2a439522011-07-26 09:52:50 +02005324#ifdef CONFIG_PM
Matthew Ranostayc6798d22008-11-18 20:54:17 -05005325 .suspend = stac92xx_suspend,
Mattff6fdc32005-06-27 15:06:52 +02005326 .resume = stac92xx_resume,
5327#endif
Takashi Iwaifb8d1a32009-11-10 16:02:29 +01005328 .reboot_notify = stac92xx_shutup,
Matt2f2f4252005-04-13 14:45:30 +02005329};
5330
Takashi Iwai361dab32012-05-09 14:35:27 +02005331static int alloc_stac_spec(struct hda_codec *codec, int num_pins,
5332 const hda_nid_t *pin_nids)
5333{
5334 struct sigmatel_spec *spec;
5335
5336 spec = kzalloc(sizeof(*spec), GFP_KERNEL);
5337 if (!spec)
5338 return -ENOMEM;
5339 codec->spec = spec;
5340 codec->no_trigger_sense = 1; /* seems common with STAC/IDT codecs */
5341 spec->num_pins = num_pins;
5342 spec->pin_nids = pin_nids;
5343 snd_array_init(&spec->kctls, sizeof(struct snd_kcontrol_new), 32);
5344 return 0;
5345}
5346
Matt2f2f4252005-04-13 14:45:30 +02005347static int patch_stac9200(struct hda_codec *codec)
5348{
5349 struct sigmatel_spec *spec;
Mattc7d4b2f2005-06-27 14:59:41 +02005350 int err;
Matt2f2f4252005-04-13 14:45:30 +02005351
Takashi Iwai361dab32012-05-09 14:35:27 +02005352 err = alloc_stac_spec(codec, ARRAY_SIZE(stac9200_pin_nids),
5353 stac9200_pin_nids);
5354 if (err < 0)
5355 return err;
Matt2f2f4252005-04-13 14:45:30 +02005356
Takashi Iwai361dab32012-05-09 14:35:27 +02005357 spec = codec->spec;
Daniel J Blueman1b0e3722010-08-03 11:09:13 +01005358 spec->linear_tone_beep = 1;
Takashi Iwaid39a3ae2013-01-14 14:06:26 +01005359
5360 snd_hda_pick_fixup(codec, stac9200_models, stac9200_fixup_tbl,
5361 stac9200_fixups);
Matt2f2f4252005-04-13 14:45:30 +02005362
5363 spec->multiout.max_channels = 2;
5364 spec->multiout.num_dacs = 1;
5365 spec->multiout.dac_nids = stac9200_dac_nids;
5366 spec->adc_nids = stac9200_adc_nids;
5367 spec->mux_nids = stac9200_mux_nids;
Mattdabbed62005-06-14 10:19:34 +02005368 spec->num_muxes = 1;
Matt Porter8b657272006-10-26 17:12:59 +02005369 spec->num_dmics = 0;
Maxim Levitsky9e05b7a2007-09-03 15:31:02 +02005370 spec->num_adcs = 1;
Matthew Ranostaya64135a2008-01-10 16:55:06 +01005371 spec->num_pwrs = 0;
Takashi Iwaid39a3ae2013-01-14 14:06:26 +01005372 snd_hda_add_verbs(codec, stac9200_eapd_init);
Mattc7d4b2f2005-06-27 14:59:41 +02005373
Matt2f2f4252005-04-13 14:45:30 +02005374 spec->mixer = stac9200_mixer;
Mattc7d4b2f2005-06-27 14:59:41 +02005375
Takashi Iwaid39a3ae2013-01-14 14:06:26 +01005376 snd_hda_apply_fixup(codec, HDA_FIXUP_ACT_PRE_PROBE);
Takashi Iwai117f2572008-03-18 09:53:23 +01005377
Mattc7d4b2f2005-06-27 14:59:41 +02005378 err = stac9200_parse_auto_config(codec);
5379 if (err < 0) {
5380 stac92xx_free(codec);
5381 return err;
5382 }
Matt2f2f4252005-04-13 14:45:30 +02005383
5384 codec->patch_ops = stac92xx_patch_ops;
5385
Takashi Iwaid39a3ae2013-01-14 14:06:26 +01005386 snd_hda_apply_fixup(codec, HDA_FIXUP_ACT_PROBE);
5387
Matt2f2f4252005-04-13 14:45:30 +02005388 return 0;
5389}
5390
Tobin Davis8e21c342007-01-08 11:04:17 +01005391static int patch_stac925x(struct hda_codec *codec)
5392{
5393 struct sigmatel_spec *spec;
5394 int err;
5395
Takashi Iwai361dab32012-05-09 14:35:27 +02005396 err = alloc_stac_spec(codec, ARRAY_SIZE(stac925x_pin_nids),
5397 stac925x_pin_nids);
5398 if (err < 0)
5399 return err;
Tobin Davis8e21c342007-01-08 11:04:17 +01005400
Takashi Iwai361dab32012-05-09 14:35:27 +02005401 spec = codec->spec;
Daniel J Blueman1b0e3722010-08-03 11:09:13 +01005402 spec->linear_tone_beep = 1;
Mauro Carvalho Chehab9cb36c22008-08-11 10:18:39 +02005403
5404 /* Check first for codec ID */
5405 spec->board_config = snd_hda_check_board_codec_sid_config(codec,
5406 STAC_925x_MODELS,
5407 stac925x_models,
5408 stac925x_codec_id_cfg_tbl);
5409
5410 /* Now checks for PCI ID, if codec ID is not found */
5411 if (spec->board_config < 0)
5412 spec->board_config = snd_hda_check_board_config(codec,
5413 STAC_925x_MODELS,
Tobin Davis8e21c342007-01-08 11:04:17 +01005414 stac925x_models,
5415 stac925x_cfg_tbl);
Takashi Iwai9e507ab2007-02-08 17:50:10 +01005416 again:
Takashi Iwai330ee992009-02-20 14:33:36 +01005417 if (spec->board_config < 0)
Takashi Iwai9a11f1a2009-07-28 16:01:20 +02005418 snd_printdd(KERN_INFO "hda_codec: %s: BIOS auto-probing.\n",
5419 codec->chip_name);
Takashi Iwai330ee992009-02-20 14:33:36 +01005420 else
5421 stac92xx_set_config_regs(codec,
Takashi Iwaiaf9f3412008-11-18 10:38:56 +01005422 stac925x_brd_tbl[spec->board_config]);
Tobin Davis8e21c342007-01-08 11:04:17 +01005423
5424 spec->multiout.max_channels = 2;
5425 spec->multiout.num_dacs = 1;
5426 spec->multiout.dac_nids = stac925x_dac_nids;
5427 spec->adc_nids = stac925x_adc_nids;
5428 spec->mux_nids = stac925x_mux_nids;
5429 spec->num_muxes = 1;
Maxim Levitsky9e05b7a2007-09-03 15:31:02 +02005430 spec->num_adcs = 1;
Matthew Ranostaya64135a2008-01-10 16:55:06 +01005431 spec->num_pwrs = 0;
Tobin Davis2c11f952007-05-17 09:36:34 +02005432 switch (codec->vendor_id) {
5433 case 0x83847632: /* STAC9202 */
5434 case 0x83847633: /* STAC9202D */
5435 case 0x83847636: /* STAC9251 */
5436 case 0x83847637: /* STAC9251D */
Takashi Iwaif6e98522007-10-16 14:27:04 +02005437 spec->num_dmics = STAC925X_NUM_DMICS;
Tobin Davis2c11f952007-05-17 09:36:34 +02005438 spec->dmic_nids = stac925x_dmic_nids;
Takashi Iwai1697055e2007-12-18 18:05:52 +01005439 spec->num_dmuxes = ARRAY_SIZE(stac925x_dmux_nids);
5440 spec->dmux_nids = stac925x_dmux_nids;
Tobin Davis2c11f952007-05-17 09:36:34 +02005441 break;
5442 default:
5443 spec->num_dmics = 0;
5444 break;
5445 }
Tobin Davis8e21c342007-01-08 11:04:17 +01005446
5447 spec->init = stac925x_core_init;
5448 spec->mixer = stac925x_mixer;
Takashi Iwai6479c632009-07-28 18:20:25 +02005449 spec->num_caps = 1;
5450 spec->capvols = stac925x_capvols;
5451 spec->capsws = stac925x_capsws;
Tobin Davis8e21c342007-01-08 11:04:17 +01005452
Charles Chin9009b0e2011-11-03 10:27:27 +01005453 err = stac92xx_parse_auto_config(codec);
Takashi Iwai9e507ab2007-02-08 17:50:10 +01005454 if (!err) {
5455 if (spec->board_config < 0) {
5456 printk(KERN_WARNING "hda_codec: No auto-config is "
5457 "available, default to model=ref\n");
5458 spec->board_config = STAC_925x_REF;
5459 goto again;
5460 }
5461 err = -EINVAL;
5462 }
Tobin Davis8e21c342007-01-08 11:04:17 +01005463 if (err < 0) {
5464 stac92xx_free(codec);
5465 return err;
5466 }
5467
5468 codec->patch_ops = stac92xx_patch_ops;
5469
5470 return 0;
5471}
5472
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01005473static int patch_stac92hd73xx(struct hda_codec *codec)
5474{
5475 struct sigmatel_spec *spec;
5476 hda_nid_t conn[STAC92HD73_DAC_COUNT + 2];
Takashi Iwai361dab32012-05-09 14:35:27 +02005477 int err;
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01005478 int num_dacs;
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01005479
Takashi Iwai361dab32012-05-09 14:35:27 +02005480 err = alloc_stac_spec(codec, ARRAY_SIZE(stac92hd73xx_pin_nids),
5481 stac92hd73xx_pin_nids);
5482 if (err < 0)
5483 return err;
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01005484
Takashi Iwai361dab32012-05-09 14:35:27 +02005485 spec = codec->spec;
Daniel J Blueman1b0e3722010-08-03 11:09:13 +01005486 spec->linear_tone_beep = 0;
Matthew Ranostaye99d32b2008-09-09 10:46:38 +02005487 codec->slave_dig_outs = stac92hd73xx_slave_dig_outs;
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01005488 spec->board_config = snd_hda_check_board_config(codec,
5489 STAC_92HD73XX_MODELS,
5490 stac92hd73xx_models,
5491 stac92hd73xx_cfg_tbl);
Takashi Iwai842ae632009-09-02 07:43:08 +02005492 /* check codec subsystem id if not found */
5493 if (spec->board_config < 0)
5494 spec->board_config =
5495 snd_hda_check_board_codec_sid_config(codec,
5496 STAC_92HD73XX_MODELS, stac92hd73xx_models,
5497 stac92hd73xx_codec_id_cfg_tbl);
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01005498again:
Takashi Iwai330ee992009-02-20 14:33:36 +01005499 if (spec->board_config < 0)
Takashi Iwai9a11f1a2009-07-28 16:01:20 +02005500 snd_printdd(KERN_INFO "hda_codec: %s: BIOS auto-probing.\n",
5501 codec->chip_name);
Takashi Iwai330ee992009-02-20 14:33:36 +01005502 else
5503 stac92xx_set_config_regs(codec,
Takashi Iwaiaf9f3412008-11-18 10:38:56 +01005504 stac92hd73xx_brd_tbl[spec->board_config]);
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01005505
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01005506 num_dacs = snd_hda_get_connections(codec, 0x0a,
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01005507 conn, STAC92HD73_DAC_COUNT + 2) - 1;
5508
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01005509 if (num_dacs < 3 || num_dacs > 5) {
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01005510 printk(KERN_WARNING "hda_codec: Could not determine "
5511 "number of channels defaulting to DAC count\n");
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01005512 num_dacs = STAC92HD73_DAC_COUNT;
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01005513 }
Takashi Iwaie2aec172009-09-02 01:00:05 +02005514 spec->init = stac92hd73xx_core_init;
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01005515 switch (num_dacs) {
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01005516 case 0x3: /* 6 Channel */
Takashi Iwaid78d7a92009-03-02 14:26:25 +01005517 spec->aloopback_ctl = stac92hd73xx_6ch_loopback;
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01005518 break;
5519 case 0x4: /* 8 Channel */
Takashi Iwaid78d7a92009-03-02 14:26:25 +01005520 spec->aloopback_ctl = stac92hd73xx_8ch_loopback;
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01005521 break;
5522 case 0x5: /* 10 Channel */
Takashi Iwaid78d7a92009-03-02 14:26:25 +01005523 spec->aloopback_ctl = stac92hd73xx_10ch_loopback;
5524 break;
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01005525 }
5526 spec->multiout.dac_nids = spec->dac_nids;
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01005527
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01005528 spec->aloopback_mask = 0x01;
5529 spec->aloopback_shift = 8;
5530
Matthew Ranostay1cd22242008-07-18 18:20:52 +02005531 spec->digbeep_nid = 0x1c;
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01005532 spec->mux_nids = stac92hd73xx_mux_nids;
5533 spec->adc_nids = stac92hd73xx_adc_nids;
5534 spec->dmic_nids = stac92hd73xx_dmic_nids;
5535 spec->dmux_nids = stac92hd73xx_dmux_nids;
Matthew Ranostayd9737752008-09-07 12:03:41 +02005536 spec->smux_nids = stac92hd73xx_smux_nids;
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01005537
5538 spec->num_muxes = ARRAY_SIZE(stac92hd73xx_mux_nids);
5539 spec->num_adcs = ARRAY_SIZE(stac92hd73xx_adc_nids);
Takashi Iwai1697055e2007-12-18 18:05:52 +01005540 spec->num_dmuxes = ARRAY_SIZE(stac92hd73xx_dmux_nids);
Matthew Ranostay2a9c7812008-09-13 16:45:39 -04005541
Takashi Iwai6479c632009-07-28 18:20:25 +02005542 spec->num_caps = STAC92HD73XX_NUM_CAPS;
5543 spec->capvols = stac92hd73xx_capvols;
5544 spec->capsws = stac92hd73xx_capsws;
5545
Matthew Ranostaya7662642008-02-21 07:51:14 +01005546 switch (spec->board_config) {
Matthew Ranostay6b3ab212008-11-03 08:12:43 -05005547 case STAC_DELL_EQ:
Matthew Ranostayd654a662008-03-14 08:46:51 +01005548 spec->init = dell_eq_core_init;
Matthew Ranostay6b3ab212008-11-03 08:12:43 -05005549 /* fallthru */
Takashi Iwai661cd8f2008-11-25 15:18:29 +01005550 case STAC_DELL_M6_AMIC:
5551 case STAC_DELL_M6_DMIC:
5552 case STAC_DELL_M6_BOTH:
Matthew Ranostay2a9c7812008-09-13 16:45:39 -04005553 spec->num_smuxes = 0;
Matthew Ranostayc0cea0d2008-11-16 11:42:34 -05005554 spec->eapd_switch = 0;
Matthew Ranostay6b3ab212008-11-03 08:12:43 -05005555
Takashi Iwai661cd8f2008-11-25 15:18:29 +01005556 switch (spec->board_config) {
5557 case STAC_DELL_M6_AMIC: /* Analog Mics */
Takashi Iwai330ee992009-02-20 14:33:36 +01005558 snd_hda_codec_set_pincfg(codec, 0x0b, 0x90A70170);
Matthew Ranostaya7662642008-02-21 07:51:14 +01005559 spec->num_dmics = 0;
5560 break;
Takashi Iwai661cd8f2008-11-25 15:18:29 +01005561 case STAC_DELL_M6_DMIC: /* Digital Mics */
Takashi Iwai330ee992009-02-20 14:33:36 +01005562 snd_hda_codec_set_pincfg(codec, 0x13, 0x90A60160);
Matthew Ranostaya7662642008-02-21 07:51:14 +01005563 spec->num_dmics = 1;
5564 break;
Takashi Iwai661cd8f2008-11-25 15:18:29 +01005565 case STAC_DELL_M6_BOTH: /* Both */
Takashi Iwai330ee992009-02-20 14:33:36 +01005566 snd_hda_codec_set_pincfg(codec, 0x0b, 0x90A70170);
5567 snd_hda_codec_set_pincfg(codec, 0x13, 0x90A60160);
Matthew Ranostaya7662642008-02-21 07:51:14 +01005568 spec->num_dmics = 1;
5569 break;
5570 }
5571 break;
Takashi Iwai842ae632009-09-02 07:43:08 +02005572 case STAC_ALIENWARE_M17X:
5573 spec->num_dmics = STAC92HD73XX_NUM_DMICS;
5574 spec->num_smuxes = ARRAY_SIZE(stac92hd73xx_smux_nids);
5575 spec->eapd_switch = 0;
5576 break;
Matthew Ranostaya7662642008-02-21 07:51:14 +01005577 default:
5578 spec->num_dmics = STAC92HD73XX_NUM_DMICS;
Matthew Ranostay2a9c7812008-09-13 16:45:39 -04005579 spec->num_smuxes = ARRAY_SIZE(stac92hd73xx_smux_nids);
Matthew Ranostayc0cea0d2008-11-16 11:42:34 -05005580 spec->eapd_switch = 1;
Takashi Iwai5207e102009-07-30 13:09:08 +02005581 break;
Matthew Ranostaya7662642008-02-21 07:51:14 +01005582 }
Takashi Iwaiaf6ee302009-09-14 15:03:12 +02005583 if (spec->board_config != STAC_92HD73XX_REF) {
Matthew Ranostayb2c4f4d2008-09-26 10:06:40 -04005584 /* GPIO0 High = Enable EAPD */
5585 spec->eapd_mask = spec->gpio_mask = spec->gpio_dir = 0x1;
5586 spec->gpio_data = 0x01;
5587 }
Matthew Ranostaya7662642008-02-21 07:51:14 +01005588
Matthew Ranostaya64135a2008-01-10 16:55:06 +01005589 spec->num_pwrs = ARRAY_SIZE(stac92hd73xx_pwr_nids);
5590 spec->pwr_nids = stac92hd73xx_pwr_nids;
5591
Charles Chin9009b0e2011-11-03 10:27:27 +01005592 err = stac92xx_parse_auto_config(codec);
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01005593
5594 if (!err) {
5595 if (spec->board_config < 0) {
5596 printk(KERN_WARNING "hda_codec: No auto-config is "
5597 "available, default to model=ref\n");
5598 spec->board_config = STAC_92HD73XX_REF;
5599 goto again;
5600 }
5601 err = -EINVAL;
5602 }
5603
5604 if (err < 0) {
5605 stac92xx_free(codec);
5606 return err;
5607 }
5608
Takashi Iwai9e43f0d2008-12-17 14:51:01 +01005609 if (spec->board_config == STAC_92HD73XX_NO_JD)
5610 spec->hp_detect = 0;
5611
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01005612 codec->patch_ops = stac92xx_patch_ops;
5613
Takashi Iwai2d34e1b2008-11-28 14:35:16 +01005614 codec->proc_widget_hook = stac92hd7x_proc_hook;
5615
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01005616 return 0;
5617}
5618
Vitaliy Kulikovcbbf50b2011-01-14 17:21:13 -06005619static int hp_bnb2011_with_dock(struct hda_codec *codec)
Vitaliy Kulikov335e3b82010-10-22 18:38:31 -05005620{
5621 if (codec->vendor_id != 0x111d7605 &&
5622 codec->vendor_id != 0x111d76d1)
5623 return 0;
5624
5625 switch (codec->subsystem_id) {
5626 case 0x103c1618:
5627 case 0x103c1619:
5628 case 0x103c161a:
5629 case 0x103c161b:
5630 case 0x103c161c:
5631 case 0x103c161d:
5632 case 0x103c161e:
5633 case 0x103c161f:
Vitaliy Kulikov335e3b82010-10-22 18:38:31 -05005634
5635 case 0x103c162a:
5636 case 0x103c162b:
5637
5638 case 0x103c1630:
5639 case 0x103c1631:
5640
5641 case 0x103c1633:
Vitaliy Kulikovcbbf50b2011-01-14 17:21:13 -06005642 case 0x103c1634:
Vitaliy Kulikov335e3b82010-10-22 18:38:31 -05005643 case 0x103c1635:
5644
Vitaliy Kulikov335e3b82010-10-22 18:38:31 -05005645 case 0x103c3587:
5646 case 0x103c3588:
5647 case 0x103c3589:
5648 case 0x103c358a:
5649
5650 case 0x103c3667:
5651 case 0x103c3668:
Vitaliy Kulikovcbbf50b2011-01-14 17:21:13 -06005652 case 0x103c3669:
5653
5654 return 1;
Vitaliy Kulikov335e3b82010-10-22 18:38:31 -05005655 }
5656 return 0;
5657}
5658
Vitaliy Kulikov699d8992011-03-10 13:43:35 -06005659static void stac92hd8x_add_pin(struct hda_codec *codec, hda_nid_t nid)
5660{
5661 struct sigmatel_spec *spec = codec->spec;
5662 unsigned int def_conf = snd_hda_codec_get_pincfg(codec, nid);
5663 int i;
5664
5665 spec->auto_pin_nids[spec->auto_pin_cnt] = nid;
5666 spec->auto_pin_cnt++;
5667
5668 if (get_defcfg_device(def_conf) == AC_JACK_MIC_IN &&
5669 get_defcfg_connect(def_conf) != AC_JACK_PORT_NONE) {
5670 for (i = 0; i < ARRAY_SIZE(stac92hd83xxx_dmic_nids); i++) {
5671 if (nid == stac92hd83xxx_dmic_nids[i]) {
5672 spec->auto_dmic_nids[spec->auto_dmic_cnt] = nid;
5673 spec->auto_dmic_cnt++;
5674 }
5675 }
5676 }
5677}
5678
5679static void stac92hd8x_add_adc(struct hda_codec *codec, hda_nid_t nid)
5680{
5681 struct sigmatel_spec *spec = codec->spec;
5682
5683 spec->auto_adc_nids[spec->auto_adc_cnt] = nid;
5684 spec->auto_adc_cnt++;
5685}
5686
5687static void stac92hd8x_add_mux(struct hda_codec *codec, hda_nid_t nid)
5688{
5689 int i, j;
5690 struct sigmatel_spec *spec = codec->spec;
5691
5692 for (i = 0; i < spec->auto_adc_cnt; i++) {
5693 if (get_connection_index(codec,
5694 spec->auto_adc_nids[i], nid) >= 0) {
5695 /* mux and volume for adc_nids[i] */
5696 if (!spec->auto_mux_nids[i]) {
5697 spec->auto_mux_nids[i] = nid;
5698 /* 92hd codecs capture volume is in mux */
5699 spec->auto_capvols[i] = HDA_COMPOSE_AMP_VAL(nid,
5700 3, 0, HDA_OUTPUT);
5701 }
5702 for (j = 0; j < spec->auto_dmic_cnt; j++) {
5703 if (get_connection_index(codec, nid,
5704 spec->auto_dmic_nids[j]) >= 0) {
5705 /* dmux for adc_nids[i] */
5706 if (!spec->auto_dmux_nids[i])
5707 spec->auto_dmux_nids[i] = nid;
5708 break;
5709 }
5710 }
5711 break;
5712 }
5713 }
5714}
5715
5716static void stac92hd8x_fill_auto_spec(struct hda_codec *codec)
5717{
5718 hda_nid_t nid, end_nid;
5719 unsigned int wid_caps, wid_type;
5720 struct sigmatel_spec *spec = codec->spec;
5721
5722 end_nid = codec->start_nid + codec->num_nodes;
5723
5724 for (nid = codec->start_nid; nid < end_nid; nid++) {
5725 wid_caps = get_wcaps(codec, nid);
5726 wid_type = get_wcaps_type(wid_caps);
5727
5728 if (wid_type == AC_WID_PIN)
5729 stac92hd8x_add_pin(codec, nid);
5730
5731 if (wid_type == AC_WID_AUD_IN && !(wid_caps & AC_WCAP_DIGITAL))
5732 stac92hd8x_add_adc(codec, nid);
5733 }
5734
5735 for (nid = codec->start_nid; nid < end_nid; nid++) {
5736 wid_caps = get_wcaps(codec, nid);
5737 wid_type = get_wcaps_type(wid_caps);
5738
5739 if (wid_type == AC_WID_AUD_SEL)
5740 stac92hd8x_add_mux(codec, nid);
5741 }
5742
5743 spec->pin_nids = spec->auto_pin_nids;
5744 spec->num_pins = spec->auto_pin_cnt;
5745 spec->adc_nids = spec->auto_adc_nids;
5746 spec->num_adcs = spec->auto_adc_cnt;
5747 spec->capvols = spec->auto_capvols;
5748 spec->capsws = spec->auto_capvols;
5749 spec->num_caps = spec->auto_adc_cnt;
5750 spec->mux_nids = spec->auto_mux_nids;
5751 spec->num_muxes = spec->auto_adc_cnt;
5752 spec->dmux_nids = spec->auto_dmux_nids;
5753 spec->num_dmuxes = spec->auto_adc_cnt;
5754 spec->dmic_nids = spec->auto_dmic_nids;
5755 spec->num_dmics = spec->auto_dmic_cnt;
5756}
5757
Matthew Ranostayd0513fc2008-07-27 10:30:30 +02005758static int patch_stac92hd83xxx(struct hda_codec *codec)
5759{
5760 struct sigmatel_spec *spec;
Takashi Iwaia3e19972012-07-26 08:17:20 +02005761 int default_polarity = -1; /* no default cfg */
Matthew Ranostayd0513fc2008-07-27 10:30:30 +02005762 int err;
5763
Takashi Iwai361dab32012-05-09 14:35:27 +02005764 err = alloc_stac_spec(codec, 0, NULL); /* pins filled later */
5765 if (err < 0)
5766 return err;
Matthew Ranostayd0513fc2008-07-27 10:30:30 +02005767
Vitaliy Kulikovcbbf50b2011-01-14 17:21:13 -06005768 if (hp_bnb2011_with_dock(codec)) {
5769 snd_hda_codec_set_pincfg(codec, 0xa, 0x2101201f);
5770 snd_hda_codec_set_pincfg(codec, 0xf, 0x2181205e);
5771 }
5772
Takashi Iwaic36b5b02012-08-28 09:20:13 -07005773 codec->epss = 0; /* longer delay needed for D3 */
Vitaliy Kulikov699d8992011-03-10 13:43:35 -06005774 stac92hd8x_fill_auto_spec(codec);
5775
Takashi Iwai361dab32012-05-09 14:35:27 +02005776 spec = codec->spec;
Takashi Iwai1db7ccdb2010-12-03 15:19:14 +01005777 spec->linear_tone_beep = 0;
Matthew Ranostay0ffa9802008-09-08 11:20:05 -04005778 codec->slave_dig_outs = stac92hd83xxx_slave_dig_outs;
Matthew Ranostayd0513fc2008-07-27 10:30:30 +02005779 spec->digbeep_nid = 0x21;
Matthew Ranostayd0513fc2008-07-27 10:30:30 +02005780 spec->pwr_nids = stac92hd83xxx_pwr_nids;
Matthew Ranostayd0513fc2008-07-27 10:30:30 +02005781 spec->num_pwrs = ARRAY_SIZE(stac92hd83xxx_pwr_nids);
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01005782 spec->multiout.dac_nids = spec->dac_nids;
Matthew Ranostayd0513fc2008-07-27 10:30:30 +02005783 spec->init = stac92hd83xxx_core_init;
Takashi Iwai6479c632009-07-28 18:20:25 +02005784
Matthew Ranostayd0513fc2008-07-27 10:30:30 +02005785 spec->board_config = snd_hda_check_board_config(codec,
5786 STAC_92HD83XXX_MODELS,
5787 stac92hd83xxx_models,
5788 stac92hd83xxx_cfg_tbl);
Vitaliy Kulikov5556e142012-02-27 16:47:37 -06005789 /* check codec subsystem id if not found */
5790 if (spec->board_config < 0)
5791 spec->board_config =
5792 snd_hda_check_board_codec_sid_config(codec,
5793 STAC_92HD83XXX_MODELS, stac92hd83xxx_models,
5794 stac92hd83xxx_codec_id_cfg_tbl);
Matthew Ranostayd0513fc2008-07-27 10:30:30 +02005795again:
Takashi Iwai330ee992009-02-20 14:33:36 +01005796 if (spec->board_config < 0)
Takashi Iwai9a11f1a2009-07-28 16:01:20 +02005797 snd_printdd(KERN_INFO "hda_codec: %s: BIOS auto-probing.\n",
5798 codec->chip_name);
Takashi Iwai330ee992009-02-20 14:33:36 +01005799 else
5800 stac92xx_set_config_regs(codec,
Takashi Iwaiaf9f3412008-11-18 10:38:56 +01005801 stac92hd83xxx_brd_tbl[spec->board_config]);
Matthew Ranostayd0513fc2008-07-27 10:30:30 +02005802
Takashi Iwaib4e81872009-11-18 17:20:24 +01005803 codec->patch_ops = stac92xx_patch_ops;
5804
Vitaliy Kulikov5556e142012-02-27 16:47:37 -06005805 switch (spec->board_config) {
5806 case STAC_HP_ZEPHYR:
5807 spec->init = stac92hd83xxx_hp_zephyr_init;
5808 break;
Takashi Iwaia3e19972012-07-26 08:17:20 +02005809 case STAC_92HD83XXX_HP_LED:
Takashi Iwaiff8a1e22012-07-31 10:16:59 +02005810 default_polarity = 0;
5811 break;
5812 case STAC_92HD83XXX_HP_INV_LED:
Takashi Iwaia3e19972012-07-26 08:17:20 +02005813 default_polarity = 1;
5814 break;
Takashi Iwai62cbde12012-09-14 11:58:54 +02005815 case STAC_92HD83XXX_HP_MIC_LED:
5816 spec->mic_mute_led_gpio = 0x08; /* GPIO3 */
5817 break;
David Henningsson8d032a82012-10-09 12:48:40 +02005818 case STAC_92HD83XXX_HEADSET_JACK:
5819 spec->headset_jack = 1;
5820 break;
Vitaliy Kulikov5556e142012-02-27 16:47:37 -06005821 }
5822
Takashi Iwaia3e19972012-07-26 08:17:20 +02005823 if (find_mute_led_cfg(codec, default_polarity))
Vitaliy Kulikove108c7b2010-01-28 19:21:07 +01005824 snd_printd("mute LED gpio %d polarity %d\n",
5825 spec->gpio_led,
5826 spec->gpio_led_polarity);
5827
Takashi Iwaib4e81872009-11-18 17:20:24 +01005828 if (spec->gpio_led) {
Takashi Iwaif1a73742011-12-04 13:44:06 +01005829 if (!spec->vref_mute_led_nid) {
Vitaliy Kulikov45eebda2011-07-26 16:56:20 -05005830 spec->gpio_mask |= spec->gpio_led;
5831 spec->gpio_dir |= spec->gpio_led;
5832 spec->gpio_data |= spec->gpio_led;
5833 } else {
5834 codec->patch_ops.set_power_state =
5835 stac92xx_set_power_state;
Vitaliy Kulikov45eebda2011-07-26 16:56:20 -05005836 }
Takashi Iwaib4e81872009-11-18 17:20:24 +01005837 }
Takashi Iwaib4e81872009-11-18 17:20:24 +01005838
Takashi Iwai62cbde12012-09-14 11:58:54 +02005839 if (spec->mic_mute_led_gpio) {
5840 spec->gpio_mask |= spec->mic_mute_led_gpio;
5841 spec->gpio_dir |= spec->mic_mute_led_gpio;
5842 spec->mic_mute_led_on = true;
5843 spec->gpio_data |= spec->mic_mute_led_gpio;
5844 }
5845
Charles Chin9009b0e2011-11-03 10:27:27 +01005846 err = stac92xx_parse_auto_config(codec);
Matthew Ranostayd0513fc2008-07-27 10:30:30 +02005847 if (!err) {
5848 if (spec->board_config < 0) {
5849 printk(KERN_WARNING "hda_codec: No auto-config is "
5850 "available, default to model=ref\n");
5851 spec->board_config = STAC_92HD83XXX_REF;
5852 goto again;
5853 }
5854 err = -EINVAL;
5855 }
5856
5857 if (err < 0) {
5858 stac92xx_free(codec);
5859 return err;
5860 }
5861
Takashi Iwai2d34e1b2008-11-28 14:35:16 +01005862 codec->proc_widget_hook = stac92hd_proc_hook;
5863
Matthew Ranostayd0513fc2008-07-27 10:30:30 +02005864 return 0;
5865}
5866
Herton Ronaldo Krzesinski6df703a2009-02-04 11:34:22 -05005867static int stac92hd71bxx_connected_smuxes(struct hda_codec *codec,
5868 hda_nid_t dig0pin)
5869{
5870 struct sigmatel_spec *spec = codec->spec;
5871 int idx;
5872
5873 for (idx = 0; idx < spec->num_pins; idx++)
5874 if (spec->pin_nids[idx] == dig0pin)
5875 break;
5876 if ((idx + 2) >= spec->num_pins)
5877 return 0;
5878
5879 /* dig1pin case */
Takashi Iwai330ee992009-02-20 14:33:36 +01005880 if (stac_get_defcfg_connect(codec, idx + 1) != AC_JACK_PORT_NONE)
Herton Ronaldo Krzesinski6df703a2009-02-04 11:34:22 -05005881 return 2;
5882
5883 /* dig0pin + dig2pin case */
Takashi Iwai330ee992009-02-20 14:33:36 +01005884 if (stac_get_defcfg_connect(codec, idx + 2) != AC_JACK_PORT_NONE)
Herton Ronaldo Krzesinski6df703a2009-02-04 11:34:22 -05005885 return 2;
Takashi Iwai330ee992009-02-20 14:33:36 +01005886 if (stac_get_defcfg_connect(codec, idx) != AC_JACK_PORT_NONE)
Herton Ronaldo Krzesinski6df703a2009-02-04 11:34:22 -05005887 return 1;
5888 else
5889 return 0;
5890}
5891
Takashi Iwai75d1aeb2009-12-22 11:56:32 +01005892/* HP dv7 bass switch - GPIO5 */
5893#define stac_hp_bass_gpio_info snd_ctl_boolean_mono_info
5894static int stac_hp_bass_gpio_get(struct snd_kcontrol *kcontrol,
5895 struct snd_ctl_elem_value *ucontrol)
5896{
5897 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
5898 struct sigmatel_spec *spec = codec->spec;
5899 ucontrol->value.integer.value[0] = !!(spec->gpio_data & 0x20);
5900 return 0;
5901}
5902
5903static int stac_hp_bass_gpio_put(struct snd_kcontrol *kcontrol,
5904 struct snd_ctl_elem_value *ucontrol)
5905{
5906 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
5907 struct sigmatel_spec *spec = codec->spec;
5908 unsigned int gpio_data;
5909
5910 gpio_data = (spec->gpio_data & ~0x20) |
5911 (ucontrol->value.integer.value[0] ? 0x20 : 0);
5912 if (gpio_data == spec->gpio_data)
5913 return 0;
5914 spec->gpio_data = gpio_data;
5915 stac_gpio_set(codec, spec->gpio_mask, spec->gpio_dir, spec->gpio_data);
5916 return 1;
5917}
5918
Takashi Iwai2b635362011-05-02 12:33:43 +02005919static const struct snd_kcontrol_new stac_hp_bass_sw_ctrl = {
Takashi Iwai75d1aeb2009-12-22 11:56:32 +01005920 .iface = SNDRV_CTL_ELEM_IFACE_MIXER,
5921 .info = stac_hp_bass_gpio_info,
5922 .get = stac_hp_bass_gpio_get,
5923 .put = stac_hp_bass_gpio_put,
5924};
5925
5926static int stac_add_hp_bass_switch(struct hda_codec *codec)
5927{
5928 struct sigmatel_spec *spec = codec->spec;
5929
5930 if (!stac_control_new(spec, &stac_hp_bass_sw_ctrl,
5931 "Bass Speaker Playback Switch", 0))
5932 return -ENOMEM;
5933
5934 spec->gpio_mask |= 0x20;
5935 spec->gpio_dir |= 0x20;
5936 spec->gpio_data |= 0x20;
5937 return 0;
5938}
5939
Matthew Ranostaye035b842007-11-06 11:53:55 +01005940static int patch_stac92hd71bxx(struct hda_codec *codec)
5941{
5942 struct sigmatel_spec *spec;
Takashi Iwai2b635362011-05-02 12:33:43 +02005943 const struct hda_verb *unmute_init = stac92hd71bxx_unmute_core_init;
Vitaliy Kulikov5bdaaad2009-11-04 07:57:45 +01005944 unsigned int pin_cfg;
Takashi Iwai361dab32012-05-09 14:35:27 +02005945 int err;
Matthew Ranostaye035b842007-11-06 11:53:55 +01005946
Takashi Iwai361dab32012-05-09 14:35:27 +02005947 err = alloc_stac_spec(codec, STAC92HD71BXX_NUM_PINS,
5948 stac92hd71bxx_pin_nids_4port);
5949 if (err < 0)
5950 return err;
Matthew Ranostaye035b842007-11-06 11:53:55 +01005951
Takashi Iwai361dab32012-05-09 14:35:27 +02005952 spec = codec->spec;
Daniel J Blueman1b0e3722010-08-03 11:09:13 +01005953 spec->linear_tone_beep = 0;
Matthew Ranostay8daaaa92008-08-15 07:45:52 +02005954 codec->patch_ops = stac92xx_patch_ops;
Herton Ronaldo Krzesinski616f89e2009-02-04 11:23:19 -05005955 switch (codec->vendor_id) {
5956 case 0x111d76b6:
5957 case 0x111d76b7:
Herton Ronaldo Krzesinski616f89e2009-02-04 11:23:19 -05005958 break;
5959 case 0x111d7603:
5960 case 0x111d7608:
5961 /* On 92HD75Bx 0x27 isn't a pin nid */
5962 spec->num_pins--;
5963 /* fallthrough */
5964 default:
5965 spec->pin_nids = stac92hd71bxx_pin_nids_6port;
5966 }
Matthew Ranostayaafc4412008-06-13 18:04:33 +02005967 spec->num_pwrs = ARRAY_SIZE(stac92hd71bxx_pwr_nids);
Matthew Ranostaye035b842007-11-06 11:53:55 +01005968 spec->board_config = snd_hda_check_board_config(codec,
5969 STAC_92HD71BXX_MODELS,
5970 stac92hd71bxx_models,
5971 stac92hd71bxx_cfg_tbl);
5972again:
Takashi Iwai330ee992009-02-20 14:33:36 +01005973 if (spec->board_config < 0)
Takashi Iwai9a11f1a2009-07-28 16:01:20 +02005974 snd_printdd(KERN_INFO "hda_codec: %s: BIOS auto-probing.\n",
5975 codec->chip_name);
Takashi Iwai330ee992009-02-20 14:33:36 +01005976 else
5977 stac92xx_set_config_regs(codec,
Takashi Iwaiaf9f3412008-11-18 10:38:56 +01005978 stac92hd71bxx_brd_tbl[spec->board_config]);
Matthew Ranostaye035b842007-11-06 11:53:55 +01005979
Takashi Iwaifc64b262009-09-14 15:33:01 +02005980 if (spec->board_config != STAC_92HD71BXX_REF) {
Takashi Iwai41c3b642008-11-18 10:45:15 +01005981 /* GPIO0 = EAPD */
5982 spec->gpio_mask = 0x01;
5983 spec->gpio_dir = 0x01;
5984 spec->gpio_data = 0x01;
5985 }
5986
Herton Ronaldo Krzesinski6df703a2009-02-04 11:34:22 -05005987 spec->dmic_nids = stac92hd71bxx_dmic_nids;
5988 spec->dmux_nids = stac92hd71bxx_dmux_nids;
5989
Takashi Iwai6479c632009-07-28 18:20:25 +02005990 spec->num_caps = STAC92HD71BXX_NUM_CAPS;
5991 spec->capvols = stac92hd71bxx_capvols;
5992 spec->capsws = stac92hd71bxx_capsws;
5993
Matthew Ranostay541eee82007-12-14 12:08:04 +01005994 switch (codec->vendor_id) {
5995 case 0x111d76b6: /* 4 Port without Analog Mixer */
5996 case 0x111d76b7:
Herton Ronaldo Krzesinski23c7b522009-02-08 19:51:28 -02005997 unmute_init++;
5998 /* fallthru */
Matthew Ranostay541eee82007-12-14 12:08:04 +01005999 case 0x111d76b4: /* 6 Port without Analog Mixer */
6000 case 0x111d76b5:
Matthew Ranostay0ffa9802008-09-08 11:20:05 -04006001 codec->slave_dig_outs = stac92hd71bxx_slave_dig_outs;
Vitaliy Kulikovab5a6eb2010-09-08 09:00:17 +02006002 spec->num_dmics = stac92xx_connected_ports(codec,
Herton Ronaldo Krzesinski6df703a2009-02-04 11:34:22 -05006003 stac92hd71bxx_dmic_nids,
6004 STAC92HD71BXX_NUM_DMICS);
Matthew Ranostay541eee82007-12-14 12:08:04 +01006005 break;
Matthew Ranostayaafc4412008-06-13 18:04:33 +02006006 case 0x111d7608: /* 5 Port with Analog Mixer */
Takashi Iwai8e5f2622008-11-15 19:28:54 +01006007 switch (spec->board_config) {
6008 case STAC_HP_M4:
Matthew Ranostay72474be2008-10-09 09:32:17 -04006009 /* Enable VREF power saving on GPIO1 detect */
Takashi Iwai3a938972011-10-28 01:16:55 +02006010 err = stac_add_event(codec, codec->afg,
Takashi Iwaic6e4c662008-11-25 11:58:19 +01006011 STAC_VREF_EVENT, 0x02);
6012 if (err < 0)
6013 return err;
Takashi Iwaic5d08bb2008-11-18 10:55:36 +01006014 snd_hda_codec_write_cache(codec, codec->afg, 0,
Matthew Ranostay72474be2008-10-09 09:32:17 -04006015 AC_VERB_SET_GPIO_UNSOLICITED_RSP_MASK, 0x02);
Takashi Iwai3a938972011-10-28 01:16:55 +02006016 snd_hda_jack_detect_enable(codec, codec->afg, 0);
Matthew Ranostay72474be2008-10-09 09:32:17 -04006017 spec->gpio_mask |= 0x02;
6018 break;
6019 }
Matthew Ranostay8daaaa92008-08-15 07:45:52 +02006020 if ((codec->revision_id & 0xf) == 0 ||
Takashi Iwai8c2f7672008-12-01 11:54:35 +01006021 (codec->revision_id & 0xf) == 1)
Matthew Ranostay8daaaa92008-08-15 07:45:52 +02006022 spec->stream_delay = 40; /* 40 milliseconds */
Matthew Ranostay8daaaa92008-08-15 07:45:52 +02006023
Matthew Ranostayaafc4412008-06-13 18:04:33 +02006024 /* disable VSW */
Matthew Ranostayca8d33f2009-01-26 09:33:52 -05006025 unmute_init++;
Takashi Iwai330ee992009-02-20 14:33:36 +01006026 snd_hda_codec_set_pincfg(codec, 0x0f, 0x40f000f0);
6027 snd_hda_codec_set_pincfg(codec, 0x19, 0x40f000f3);
Takashi Iwai2b635362011-05-02 12:33:43 +02006028 spec->dmic_nids = stac92hd71bxx_dmic_5port_nids;
Vitaliy Kulikovab5a6eb2010-09-08 09:00:17 +02006029 spec->num_dmics = stac92xx_connected_ports(codec,
Takashi Iwai2b635362011-05-02 12:33:43 +02006030 stac92hd71bxx_dmic_5port_nids,
Herton Ronaldo Krzesinski6df703a2009-02-04 11:34:22 -05006031 STAC92HD71BXX_NUM_DMICS - 1);
Matthew Ranostayaafc4412008-06-13 18:04:33 +02006032 break;
6033 case 0x111d7603: /* 6 Port with Analog Mixer */
Takashi Iwai8c2f7672008-12-01 11:54:35 +01006034 if ((codec->revision_id & 0xf) == 1)
Matthew Ranostay8daaaa92008-08-15 07:45:52 +02006035 spec->stream_delay = 40; /* 40 milliseconds */
Matthew Ranostay8daaaa92008-08-15 07:45:52 +02006036
Matthew Ranostayaafc4412008-06-13 18:04:33 +02006037 /* fallthru */
Matthew Ranostay541eee82007-12-14 12:08:04 +01006038 default:
Matthew Ranostay0ffa9802008-09-08 11:20:05 -04006039 codec->slave_dig_outs = stac92hd71bxx_slave_dig_outs;
Vitaliy Kulikovab5a6eb2010-09-08 09:00:17 +02006040 spec->num_dmics = stac92xx_connected_ports(codec,
Herton Ronaldo Krzesinski6df703a2009-02-04 11:34:22 -05006041 stac92hd71bxx_dmic_nids,
6042 STAC92HD71BXX_NUM_DMICS);
Takashi Iwai5207e102009-07-30 13:09:08 +02006043 break;
Matthew Ranostay541eee82007-12-14 12:08:04 +01006044 }
6045
David Henningsson5e68fb32012-08-16 14:11:09 +02006046 if (get_wcaps_type(get_wcaps(codec, 0x28)) == AC_WID_VOL_KNB)
6047 spec->init = stac92hd71bxx_core_init;
6048
Matthew Ranostayca8d33f2009-01-26 09:33:52 -05006049 if (get_wcaps(codec, 0xa) & AC_WCAP_IN_AMP)
6050 snd_hda_sequence_write_cache(codec, unmute_init);
6051
Takashi Iwaid78d7a92009-03-02 14:26:25 +01006052 spec->aloopback_ctl = stac92hd71bxx_loopback;
Matthew Ranostay4b33c762008-10-10 09:07:23 -04006053 spec->aloopback_mask = 0x50;
Matthew Ranostay541eee82007-12-14 12:08:04 +01006054 spec->aloopback_shift = 0;
6055
Matthew Ranostay8daaaa92008-08-15 07:45:52 +02006056 spec->powerdown_adcs = 1;
Matthew Ranostay1cd22242008-07-18 18:20:52 +02006057 spec->digbeep_nid = 0x26;
Matthew Ranostaye035b842007-11-06 11:53:55 +01006058 spec->mux_nids = stac92hd71bxx_mux_nids;
6059 spec->adc_nids = stac92hd71bxx_adc_nids;
Matthew Ranostayd9737752008-09-07 12:03:41 +02006060 spec->smux_nids = stac92hd71bxx_smux_nids;
Matthew Ranostayaafc4412008-06-13 18:04:33 +02006061 spec->pwr_nids = stac92hd71bxx_pwr_nids;
Matthew Ranostaye035b842007-11-06 11:53:55 +01006062
6063 spec->num_muxes = ARRAY_SIZE(stac92hd71bxx_mux_nids);
6064 spec->num_adcs = ARRAY_SIZE(stac92hd71bxx_adc_nids);
Takashi Iwai5207e102009-07-30 13:09:08 +02006065 spec->num_dmuxes = ARRAY_SIZE(stac92hd71bxx_dmux_nids);
Herton Ronaldo Krzesinski6df703a2009-02-04 11:34:22 -05006066 spec->num_smuxes = stac92hd71bxx_connected_smuxes(codec, 0x1e);
Matthew Ranostaye035b842007-11-06 11:53:55 +01006067
Kunal Gangakhedkard38cce72010-01-15 21:01:47 +05306068 snd_printdd("Found board config: %d\n", spec->board_config);
6069
Matthew Ranostay6a14f582008-09-12 12:02:30 -04006070 switch (spec->board_config) {
6071 case STAC_HP_M4:
Matthew Ranostay6a14f582008-09-12 12:02:30 -04006072 /* enable internal microphone */
Takashi Iwai330ee992009-02-20 14:33:36 +01006073 snd_hda_codec_set_pincfg(codec, 0x0e, 0x01813040);
Matthew Ranostayb9aea712008-10-09 08:37:28 -04006074 stac92xx_auto_set_pinctl(codec, 0x0e,
6075 AC_PINCTL_IN_EN | AC_PINCTL_VREF_80);
Matthew Ranostay3a7abfd2008-11-20 21:21:43 -05006076 /* fallthru */
6077 case STAC_DELL_M4_2:
6078 spec->num_dmics = 0;
6079 spec->num_smuxes = 0;
6080 spec->num_dmuxes = 0;
6081 break;
6082 case STAC_DELL_M4_1:
6083 case STAC_DELL_M4_3:
6084 spec->num_dmics = 1;
6085 spec->num_smuxes = 0;
Takashi Iwaiea18aa42009-02-27 17:36:33 +01006086 spec->num_dmuxes = 1;
Matthew Ranostay6a14f582008-09-12 12:02:30 -04006087 break;
James Gardiner514bf542009-05-03 04:00:44 -04006088 case STAC_HP_DV4_1222NR:
6089 spec->num_dmics = 1;
6090 /* I don't know if it needs 1 or 2 smuxes - will wait for
6091 * bug reports to fix if needed
6092 */
6093 spec->num_smuxes = 1;
6094 spec->num_dmuxes = 1;
James Gardiner514bf542009-05-03 04:00:44 -04006095 /* fallthrough */
Takashi Iwai2a6ce6e2010-05-12 10:16:20 +02006096 case STAC_HP_DV4:
6097 spec->gpio_led = 0x01;
6098 /* fallthrough */
Herton Ronaldo Krzesinskie2ea57a2009-02-16 10:23:00 +01006099 case STAC_HP_DV5:
Takashi Iwai330ee992009-02-20 14:33:36 +01006100 snd_hda_codec_set_pincfg(codec, 0x0d, 0x90170010);
Herton Ronaldo Krzesinskie2ea57a2009-02-16 10:23:00 +01006101 stac92xx_auto_set_pinctl(codec, 0x0d, AC_PINCTL_OUT_EN);
Takashi Iwai6e34c032009-09-14 15:42:18 +02006102 /* HP dv6 gives the headphone pin as a line-out. Thus we
6103 * need to set hp_detect flag here to force to enable HP
6104 * detection.
6105 */
6106 spec->hp_detect = 1;
Herton Ronaldo Krzesinskie2ea57a2009-02-16 10:23:00 +01006107 break;
Christoph Plattnerae6241f2009-03-08 23:19:05 +01006108 case STAC_HP_HDX:
6109 spec->num_dmics = 1;
6110 spec->num_dmuxes = 1;
6111 spec->num_smuxes = 1;
Takashi Iwai26ebe0a2010-05-11 08:36:29 +02006112 spec->gpio_led = 0x08;
Takashi Iwai86d190e2009-05-26 15:18:58 +02006113 break;
6114 }
Christoph Plattner443e26d2009-03-10 00:05:56 +01006115
Vitaliy Kulikovc357aab2009-12-11 07:51:54 +01006116 if (hp_blike_system(codec->subsystem_id)) {
Vitaliy Kulikov5bdaaad2009-11-04 07:57:45 +01006117 pin_cfg = snd_hda_codec_get_pincfg(codec, 0x0f);
6118 if (get_defcfg_device(pin_cfg) == AC_JACK_LINE_OUT ||
6119 get_defcfg_device(pin_cfg) == AC_JACK_SPEAKER ||
6120 get_defcfg_device(pin_cfg) == AC_JACK_HP_OUT) {
6121 /* It was changed in the BIOS to just satisfy MS DTM.
6122 * Lets turn it back into slaved HP
6123 */
6124 pin_cfg = (pin_cfg & (~AC_DEFCFG_DEVICE))
6125 | (AC_JACK_HP_OUT <<
6126 AC_DEFCFG_DEVICE_SHIFT);
6127 pin_cfg = (pin_cfg & (~(AC_DEFCFG_DEF_ASSOC
6128 | AC_DEFCFG_SEQUENCE)))
6129 | 0x1f;
6130 snd_hda_codec_set_pincfg(codec, 0x0f, pin_cfg);
6131 }
6132 }
6133
Vitaliy Kulikov6a557c92011-12-12 17:35:13 -06006134 if (find_mute_led_cfg(codec, 1))
Vitaliy Kulikovc357aab2009-12-11 07:51:54 +01006135 snd_printd("mute LED gpio %d polarity %d\n",
6136 spec->gpio_led,
6137 spec->gpio_led_polarity);
Vitaliy Kulikov5bdaaad2009-11-04 07:57:45 +01006138
Takashi Iwai86d190e2009-05-26 15:18:58 +02006139 if (spec->gpio_led) {
Takashi Iwaif1a73742011-12-04 13:44:06 +01006140 if (!spec->vref_mute_led_nid) {
Vitaliy Kulikov45eebda2011-07-26 16:56:20 -05006141 spec->gpio_mask |= spec->gpio_led;
6142 spec->gpio_dir |= spec->gpio_led;
6143 spec->gpio_data |= spec->gpio_led;
6144 } else {
6145 codec->patch_ops.set_power_state =
6146 stac92xx_set_power_state;
Vitaliy Kulikov45eebda2011-07-26 16:56:20 -05006147 }
Takashi Iwai86d190e2009-05-26 15:18:58 +02006148 }
Matthew Ranostay6a14f582008-09-12 12:02:30 -04006149
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01006150 spec->multiout.dac_nids = spec->dac_nids;
Matthew Ranostaye035b842007-11-06 11:53:55 +01006151
Charles Chin9009b0e2011-11-03 10:27:27 +01006152 err = stac92xx_parse_auto_config(codec);
Matthew Ranostaye035b842007-11-06 11:53:55 +01006153 if (!err) {
6154 if (spec->board_config < 0) {
6155 printk(KERN_WARNING "hda_codec: No auto-config is "
6156 "available, default to model=ref\n");
6157 spec->board_config = STAC_92HD71BXX_REF;
6158 goto again;
6159 }
6160 err = -EINVAL;
6161 }
6162
6163 if (err < 0) {
6164 stac92xx_free(codec);
6165 return err;
6166 }
6167
Takashi Iwai75d1aeb2009-12-22 11:56:32 +01006168 /* enable bass on HP dv7 */
Takashi Iwai2a6ce6e2010-05-12 10:16:20 +02006169 if (spec->board_config == STAC_HP_DV4 ||
6170 spec->board_config == STAC_HP_DV5) {
Takashi Iwai75d1aeb2009-12-22 11:56:32 +01006171 unsigned int cap;
6172 cap = snd_hda_param_read(codec, 0x1, AC_PAR_GPIO_CAP);
6173 cap &= AC_GPIO_IO_COUNT;
6174 if (cap >= 6)
6175 stac_add_hp_bass_switch(codec);
6176 }
6177
Takashi Iwai2d34e1b2008-11-28 14:35:16 +01006178 codec->proc_widget_hook = stac92hd7x_proc_hook;
6179
Matthew Ranostaye035b842007-11-06 11:53:55 +01006180 return 0;
Takashi Iwai86d190e2009-05-26 15:18:58 +02006181}
Matthew Ranostaye035b842007-11-06 11:53:55 +01006182
Matt2f2f4252005-04-13 14:45:30 +02006183static int patch_stac922x(struct hda_codec *codec)
6184{
6185 struct sigmatel_spec *spec;
Mattc7d4b2f2005-06-27 14:59:41 +02006186 int err;
Matt2f2f4252005-04-13 14:45:30 +02006187
Takashi Iwai361dab32012-05-09 14:35:27 +02006188 err = alloc_stac_spec(codec, ARRAY_SIZE(stac922x_pin_nids),
6189 stac922x_pin_nids);
6190 if (err < 0)
6191 return err;
Matt2f2f4252005-04-13 14:45:30 +02006192
Takashi Iwai361dab32012-05-09 14:35:27 +02006193 spec = codec->spec;
Daniel J Blueman1b0e3722010-08-03 11:09:13 +01006194 spec->linear_tone_beep = 1;
Takashi Iwaif5fcc132006-11-24 17:07:44 +01006195 spec->board_config = snd_hda_check_board_config(codec, STAC_922X_MODELS,
6196 stac922x_models,
6197 stac922x_cfg_tbl);
Nicolas Boichat536319a2008-07-21 22:18:01 +08006198 if (spec->board_config == STAC_INTEL_MAC_AUTO) {
Matthew Ranostay4fe51952008-01-29 15:28:44 +01006199 spec->gpio_mask = spec->gpio_dir = 0x03;
6200 spec->gpio_data = 0x03;
Takashi Iwai3fc24d82007-02-16 13:27:18 +01006201 /* Intel Macs have all same PCI SSID, so we need to check
6202 * codec SSID to distinguish the exact models
6203 */
Nicolas Boichat6f0778d2007-03-15 12:38:15 +01006204 printk(KERN_INFO "hda_codec: STAC922x, Apple subsys_id=%x\n", codec->subsystem_id);
Takashi Iwai3fc24d82007-02-16 13:27:18 +01006205 switch (codec->subsystem_id) {
Ivan N. Zlatev5d5d3bc2007-05-29 16:03:00 +02006206
6207 case 0x106b0800:
6208 spec->board_config = STAC_INTEL_MAC_V1;
Abhijit Bhopatkarc45e20e2007-04-17 11:57:16 +02006209 break;
Ivan N. Zlatev5d5d3bc2007-05-29 16:03:00 +02006210 case 0x106b0600:
6211 case 0x106b0700:
6212 spec->board_config = STAC_INTEL_MAC_V2;
Nicolas Boichat6f0778d2007-03-15 12:38:15 +01006213 break;
Ivan N. Zlatev5d5d3bc2007-05-29 16:03:00 +02006214 case 0x106b0e00:
6215 case 0x106b0f00:
6216 case 0x106b1600:
6217 case 0x106b1700:
6218 case 0x106b0200:
6219 case 0x106b1e00:
6220 spec->board_config = STAC_INTEL_MAC_V3;
Takashi Iwai3fc24d82007-02-16 13:27:18 +01006221 break;
Ivan N. Zlatev5d5d3bc2007-05-29 16:03:00 +02006222 case 0x106b1a00:
6223 case 0x00000100:
6224 spec->board_config = STAC_INTEL_MAC_V4;
Sylvain FORETf16928f2007-04-27 14:22:36 +02006225 break;
Ivan N. Zlatev5d5d3bc2007-05-29 16:03:00 +02006226 case 0x106b0a00:
6227 case 0x106b2200:
6228 spec->board_config = STAC_INTEL_MAC_V5;
Takashi Iwai0dae0f82007-05-21 12:41:29 +02006229 break;
Nicolas Boichat536319a2008-07-21 22:18:01 +08006230 default:
6231 spec->board_config = STAC_INTEL_MAC_V3;
6232 break;
Takashi Iwai3fc24d82007-02-16 13:27:18 +01006233 }
6234 }
6235
Takashi Iwai9e507ab2007-02-08 17:50:10 +01006236 again:
Takashi Iwai330ee992009-02-20 14:33:36 +01006237 if (spec->board_config < 0)
Takashi Iwai9a11f1a2009-07-28 16:01:20 +02006238 snd_printdd(KERN_INFO "hda_codec: %s: BIOS auto-probing.\n",
6239 codec->chip_name);
Takashi Iwai330ee992009-02-20 14:33:36 +01006240 else
6241 stac92xx_set_config_regs(codec,
Takashi Iwaiaf9f3412008-11-18 10:38:56 +01006242 stac922x_brd_tbl[spec->board_config]);
Matt2f2f4252005-04-13 14:45:30 +02006243
Matt2f2f4252005-04-13 14:45:30 +02006244 spec->adc_nids = stac922x_adc_nids;
6245 spec->mux_nids = stac922x_mux_nids;
Takashi Iwai25494132007-03-12 12:36:16 +01006246 spec->num_muxes = ARRAY_SIZE(stac922x_mux_nids);
Maxim Levitsky9e05b7a2007-09-03 15:31:02 +02006247 spec->num_adcs = ARRAY_SIZE(stac922x_adc_nids);
Matt Porter8b657272006-10-26 17:12:59 +02006248 spec->num_dmics = 0;
Matthew Ranostaya64135a2008-01-10 16:55:06 +01006249 spec->num_pwrs = 0;
Mattc7d4b2f2005-06-27 14:59:41 +02006250
6251 spec->init = stac922x_core_init;
Takashi Iwai6479c632009-07-28 18:20:25 +02006252
6253 spec->num_caps = STAC922X_NUM_CAPS;
6254 spec->capvols = stac922x_capvols;
6255 spec->capsws = stac922x_capsws;
Mattc7d4b2f2005-06-27 14:59:41 +02006256
6257 spec->multiout.dac_nids = spec->dac_nids;
Takashi Iwai19039bd2006-06-28 15:52:16 +02006258
Charles Chin9009b0e2011-11-03 10:27:27 +01006259 err = stac92xx_parse_auto_config(codec);
Takashi Iwai9e507ab2007-02-08 17:50:10 +01006260 if (!err) {
6261 if (spec->board_config < 0) {
6262 printk(KERN_WARNING "hda_codec: No auto-config is "
6263 "available, default to model=ref\n");
6264 spec->board_config = STAC_D945_REF;
6265 goto again;
6266 }
6267 err = -EINVAL;
6268 }
Matt Porter3cc08dc2006-01-23 15:27:49 +01006269 if (err < 0) {
6270 stac92xx_free(codec);
6271 return err;
6272 }
6273
6274 codec->patch_ops = stac92xx_patch_ops;
6275
Takashi Iwai807a46362007-05-29 19:01:37 +02006276 /* Fix Mux capture level; max to 2 */
6277 snd_hda_override_amp_caps(codec, 0x12, HDA_OUTPUT,
6278 (0 << AC_AMPCAP_OFFSET_SHIFT) |
6279 (2 << AC_AMPCAP_NUM_STEPS_SHIFT) |
6280 (0x27 << AC_AMPCAP_STEP_SIZE_SHIFT) |
6281 (0 << AC_AMPCAP_MUTE_SHIFT));
6282
Matt Porter3cc08dc2006-01-23 15:27:49 +01006283 return 0;
6284}
6285
6286static int patch_stac927x(struct hda_codec *codec)
6287{
6288 struct sigmatel_spec *spec;
6289 int err;
6290
Takashi Iwai361dab32012-05-09 14:35:27 +02006291 err = alloc_stac_spec(codec, ARRAY_SIZE(stac927x_pin_nids),
6292 stac927x_pin_nids);
6293 if (err < 0)
6294 return err;
Matt Porter3cc08dc2006-01-23 15:27:49 +01006295
Takashi Iwai361dab32012-05-09 14:35:27 +02006296 spec = codec->spec;
Daniel J Blueman1b0e3722010-08-03 11:09:13 +01006297 spec->linear_tone_beep = 1;
Matthew Ranostay45c1d852009-02-04 17:49:41 -05006298 codec->slave_dig_outs = stac927x_slave_dig_outs;
Takashi Iwaif5fcc132006-11-24 17:07:44 +01006299 spec->board_config = snd_hda_check_board_config(codec, STAC_927X_MODELS,
6300 stac927x_models,
6301 stac927x_cfg_tbl);
Takashi Iwai9e507ab2007-02-08 17:50:10 +01006302 again:
Takashi Iwai330ee992009-02-20 14:33:36 +01006303 if (spec->board_config < 0)
Takashi Iwai9a11f1a2009-07-28 16:01:20 +02006304 snd_printdd(KERN_INFO "hda_codec: %s: BIOS auto-probing.\n",
6305 codec->chip_name);
Takashi Iwai330ee992009-02-20 14:33:36 +01006306 else
6307 stac92xx_set_config_regs(codec,
Takashi Iwaiaf9f3412008-11-18 10:38:56 +01006308 stac927x_brd_tbl[spec->board_config]);
Matt Porter3cc08dc2006-01-23 15:27:49 +01006309
Matthew Ranostay1cd22242008-07-18 18:20:52 +02006310 spec->digbeep_nid = 0x23;
Matthew Ranostay8e9068b2007-12-17 11:58:13 +01006311 spec->adc_nids = stac927x_adc_nids;
6312 spec->num_adcs = ARRAY_SIZE(stac927x_adc_nids);
6313 spec->mux_nids = stac927x_mux_nids;
6314 spec->num_muxes = ARRAY_SIZE(stac927x_mux_nids);
Matthew Ranostayd9737752008-09-07 12:03:41 +02006315 spec->smux_nids = stac927x_smux_nids;
6316 spec->num_smuxes = ARRAY_SIZE(stac927x_smux_nids);
Matthew Ranostay65973632008-09-16 10:39:37 -04006317 spec->spdif_labels = stac927x_spdif_labels;
Matthew Ranostayb76c8502008-02-06 14:49:44 +01006318 spec->dac_list = stac927x_dac_nids;
Matthew Ranostay8e9068b2007-12-17 11:58:13 +01006319 spec->multiout.dac_nids = spec->dac_nids;
6320
Takashi Iwaiaf6ee302009-09-14 15:03:12 +02006321 if (spec->board_config != STAC_D965_REF) {
6322 /* GPIO0 High = Enable EAPD */
6323 spec->eapd_mask = spec->gpio_mask = 0x01;
6324 spec->gpio_dir = spec->gpio_data = 0x01;
6325 }
6326
Tobin Davis81d3dbd2006-08-22 19:44:45 +02006327 switch (spec->board_config) {
Tobin Davis93ed1502006-09-01 21:03:12 +02006328 case STAC_D965_3ST:
Matthew Ranostay8e9068b2007-12-17 11:58:13 +01006329 case STAC_D965_5ST:
6330 /* GPIO0 High = Enable EAPD */
Matthew Ranostay8e9068b2007-12-17 11:58:13 +01006331 spec->num_dmics = 0;
Tobin Davis93ed1502006-09-01 21:03:12 +02006332 spec->init = d965_core_init;
Tobin Davis81d3dbd2006-08-22 19:44:45 +02006333 break;
Matthew Ranostay8e9068b2007-12-17 11:58:13 +01006334 case STAC_DELL_BIOS:
Matthew Ranostay780c8be2008-04-14 13:32:27 +02006335 switch (codec->subsystem_id) {
6336 case 0x10280209:
6337 case 0x1028022e:
6338 /* correct the device field to SPDIF out */
Takashi Iwai330ee992009-02-20 14:33:36 +01006339 snd_hda_codec_set_pincfg(codec, 0x21, 0x01442070);
Matthew Ranostay780c8be2008-04-14 13:32:27 +02006340 break;
Takashi Iwai86d190e2009-05-26 15:18:58 +02006341 }
Matthew Ranostay03d7ca12008-02-21 07:51:46 +01006342 /* configure the analog microphone on some laptops */
Takashi Iwai330ee992009-02-20 14:33:36 +01006343 snd_hda_codec_set_pincfg(codec, 0x0c, 0x90a79130);
Matthew Ranostay2f32d902008-01-10 13:06:26 +01006344 /* correct the front output jack as a hp out */
Takashi Iwai330ee992009-02-20 14:33:36 +01006345 snd_hda_codec_set_pincfg(codec, 0x0f, 0x0227011f);
Matthew Ranostayc481fca2008-01-07 12:18:28 +01006346 /* correct the front input jack as a mic */
Takashi Iwai330ee992009-02-20 14:33:36 +01006347 snd_hda_codec_set_pincfg(codec, 0x0e, 0x02a79130);
Matthew Ranostayc481fca2008-01-07 12:18:28 +01006348 /* fallthru */
Matthew Ranostay8e9068b2007-12-17 11:58:13 +01006349 case STAC_DELL_3ST:
Takashi Iwaiaf6ee302009-09-14 15:03:12 +02006350 if (codec->subsystem_id != 0x1028022f) {
6351 /* GPIO2 High = Enable EAPD */
6352 spec->eapd_mask = spec->gpio_mask = 0x04;
6353 spec->gpio_dir = spec->gpio_data = 0x04;
6354 }
Matthew Ranostay8e9068b2007-12-17 11:58:13 +01006355 spec->dmic_nids = stac927x_dmic_nids;
6356 spec->num_dmics = STAC927X_NUM_DMICS;
6357
Takashi Iwaiccca7cd2009-10-13 15:32:21 +02006358 spec->init = dell_3st_core_init;
Matthew Ranostay8e9068b2007-12-17 11:58:13 +01006359 spec->dmux_nids = stac927x_dmux_nids;
Takashi Iwai1697055e2007-12-18 18:05:52 +01006360 spec->num_dmuxes = ARRAY_SIZE(stac927x_dmux_nids);
Tobin Davis81d3dbd2006-08-22 19:44:45 +02006361 break;
Takashi Iwai54930532009-10-11 17:38:29 +02006362 case STAC_927X_VOLKNOB:
6363 spec->num_dmics = 0;
6364 spec->init = stac927x_volknob_core_init;
6365 break;
Tobin Davis81d3dbd2006-08-22 19:44:45 +02006366 default:
Matthew Ranostay8e9068b2007-12-17 11:58:13 +01006367 spec->num_dmics = 0;
Tobin Davis81d3dbd2006-08-22 19:44:45 +02006368 spec->init = stac927x_core_init;
Takashi Iwaiaf6ee302009-09-14 15:03:12 +02006369 break;
Tobin Davis81d3dbd2006-08-22 19:44:45 +02006370 }
Matt Porter3cc08dc2006-01-23 15:27:49 +01006371
Takashi Iwai6479c632009-07-28 18:20:25 +02006372 spec->num_caps = STAC927X_NUM_CAPS;
6373 spec->capvols = stac927x_capvols;
6374 spec->capsws = stac927x_capsws;
6375
Matthew Ranostaya64135a2008-01-10 16:55:06 +01006376 spec->num_pwrs = 0;
Takashi Iwaid78d7a92009-03-02 14:26:25 +01006377 spec->aloopback_ctl = stac927x_loopback;
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01006378 spec->aloopback_mask = 0x40;
6379 spec->aloopback_shift = 0;
Matthew Ranostayc0cea0d2008-11-16 11:42:34 -05006380 spec->eapd_switch = 1;
Matthew Ranostay8e9068b2007-12-17 11:58:13 +01006381
Charles Chin9009b0e2011-11-03 10:27:27 +01006382 err = stac92xx_parse_auto_config(codec);
Takashi Iwai9e507ab2007-02-08 17:50:10 +01006383 if (!err) {
6384 if (spec->board_config < 0) {
6385 printk(KERN_WARNING "hda_codec: No auto-config is "
6386 "available, default to model=ref\n");
6387 spec->board_config = STAC_D965_REF;
6388 goto again;
6389 }
6390 err = -EINVAL;
6391 }
Mattc7d4b2f2005-06-27 14:59:41 +02006392 if (err < 0) {
6393 stac92xx_free(codec);
6394 return err;
6395 }
Matt2f2f4252005-04-13 14:45:30 +02006396
6397 codec->patch_ops = stac92xx_patch_ops;
6398
Takashi Iwai2d34e1b2008-11-28 14:35:16 +01006399 codec->proc_widget_hook = stac927x_proc_hook;
6400
Takashi Iwai52987652008-01-16 16:09:47 +01006401 /*
6402 * !!FIXME!!
6403 * The STAC927x seem to require fairly long delays for certain
6404 * command sequences. With too short delays (even if the answer
6405 * is set to RIRB properly), it results in the silence output
6406 * on some hardwares like Dell.
6407 *
6408 * The below flag enables the longer delay (see get_response
6409 * in hda_intel.c).
6410 */
6411 codec->bus->needs_damn_long_delay = 1;
6412
Takashi Iwaie28d8322008-12-17 13:48:29 +01006413 /* no jack detecion for ref-no-jd model */
6414 if (spec->board_config == STAC_D965_REF_NO_JD)
6415 spec->hp_detect = 0;
6416
Matt2f2f4252005-04-13 14:45:30 +02006417 return 0;
6418}
6419
Matt Porterf3302a52006-07-31 12:49:34 +02006420static int patch_stac9205(struct hda_codec *codec)
6421{
6422 struct sigmatel_spec *spec;
Takashi Iwai82599802007-07-31 15:56:24 +02006423 int err;
Matt Porterf3302a52006-07-31 12:49:34 +02006424
Takashi Iwai361dab32012-05-09 14:35:27 +02006425 err = alloc_stac_spec(codec, ARRAY_SIZE(stac9205_pin_nids),
6426 stac9205_pin_nids);
6427 if (err < 0)
6428 return err;
Matt Porterf3302a52006-07-31 12:49:34 +02006429
Takashi Iwai361dab32012-05-09 14:35:27 +02006430 spec = codec->spec;
Daniel J Blueman1b0e3722010-08-03 11:09:13 +01006431 spec->linear_tone_beep = 1;
Takashi Iwaif5fcc132006-11-24 17:07:44 +01006432 spec->board_config = snd_hda_check_board_config(codec, STAC_9205_MODELS,
6433 stac9205_models,
6434 stac9205_cfg_tbl);
Takashi Iwai9e507ab2007-02-08 17:50:10 +01006435 again:
Takashi Iwai330ee992009-02-20 14:33:36 +01006436 if (spec->board_config < 0)
Takashi Iwai9a11f1a2009-07-28 16:01:20 +02006437 snd_printdd(KERN_INFO "hda_codec: %s: BIOS auto-probing.\n",
6438 codec->chip_name);
Takashi Iwai330ee992009-02-20 14:33:36 +01006439 else
6440 stac92xx_set_config_regs(codec,
Takashi Iwaiaf9f3412008-11-18 10:38:56 +01006441 stac9205_brd_tbl[spec->board_config]);
Matt Porterf3302a52006-07-31 12:49:34 +02006442
Matthew Ranostay1cd22242008-07-18 18:20:52 +02006443 spec->digbeep_nid = 0x23;
Matt Porterf3302a52006-07-31 12:49:34 +02006444 spec->adc_nids = stac9205_adc_nids;
Maxim Levitsky9e05b7a2007-09-03 15:31:02 +02006445 spec->num_adcs = ARRAY_SIZE(stac9205_adc_nids);
Matt Porterf3302a52006-07-31 12:49:34 +02006446 spec->mux_nids = stac9205_mux_nids;
Takashi Iwai25494132007-03-12 12:36:16 +01006447 spec->num_muxes = ARRAY_SIZE(stac9205_mux_nids);
Matthew Ranostayd9737752008-09-07 12:03:41 +02006448 spec->smux_nids = stac9205_smux_nids;
6449 spec->num_smuxes = ARRAY_SIZE(stac9205_smux_nids);
Matt Porter8b657272006-10-26 17:12:59 +02006450 spec->dmic_nids = stac9205_dmic_nids;
Takashi Iwaif6e98522007-10-16 14:27:04 +02006451 spec->num_dmics = STAC9205_NUM_DMICS;
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01006452 spec->dmux_nids = stac9205_dmux_nids;
Takashi Iwai1697055e2007-12-18 18:05:52 +01006453 spec->num_dmuxes = ARRAY_SIZE(stac9205_dmux_nids);
Matthew Ranostaya64135a2008-01-10 16:55:06 +01006454 spec->num_pwrs = 0;
Matt Porterf3302a52006-07-31 12:49:34 +02006455
6456 spec->init = stac9205_core_init;
Takashi Iwaid78d7a92009-03-02 14:26:25 +01006457 spec->aloopback_ctl = stac9205_loopback;
Matt Porterf3302a52006-07-31 12:49:34 +02006458
Takashi Iwai6479c632009-07-28 18:20:25 +02006459 spec->num_caps = STAC9205_NUM_CAPS;
6460 spec->capvols = stac9205_capvols;
6461 spec->capsws = stac9205_capsws;
6462
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01006463 spec->aloopback_mask = 0x40;
6464 spec->aloopback_shift = 0;
Takashi Iwaid9a42682009-01-22 17:40:18 +01006465 /* Turn on/off EAPD per HP plugging */
6466 if (spec->board_config != STAC_9205_EAPD)
6467 spec->eapd_switch = 1;
Matt Porterf3302a52006-07-31 12:49:34 +02006468 spec->multiout.dac_nids = spec->dac_nids;
Matthew Ranostay87d48362007-07-17 11:52:24 +02006469
Tobin Davisae0a8ed2007-08-13 15:50:29 +02006470 switch (spec->board_config){
Tobin Davisae0a8ed2007-08-13 15:50:29 +02006471 case STAC_9205_DELL_M43:
Matthew Ranostay87d48362007-07-17 11:52:24 +02006472 /* Enable SPDIF in/out */
Takashi Iwai330ee992009-02-20 14:33:36 +01006473 snd_hda_codec_set_pincfg(codec, 0x1f, 0x01441030);
6474 snd_hda_codec_set_pincfg(codec, 0x20, 0x1c410030);
Matt Porter33382402006-12-18 13:17:28 +01006475
Matthew Ranostay4fe51952008-01-29 15:28:44 +01006476 /* Enable unsol response for GPIO4/Dock HP connection */
Takashi Iwai3a938972011-10-28 01:16:55 +02006477 err = stac_add_event(codec, codec->afg, STAC_VREF_EVENT, 0x01);
Takashi Iwaic6e4c662008-11-25 11:58:19 +01006478 if (err < 0)
6479 return err;
Takashi Iwaic5d08bb2008-11-18 10:55:36 +01006480 snd_hda_codec_write_cache(codec, codec->afg, 0,
Matthew Ranostay4fe51952008-01-29 15:28:44 +01006481 AC_VERB_SET_GPIO_UNSOLICITED_RSP_MASK, 0x10);
Takashi Iwai3a938972011-10-28 01:16:55 +02006482 snd_hda_jack_detect_enable(codec, codec->afg, 0);
Matthew Ranostay4fe51952008-01-29 15:28:44 +01006483
6484 spec->gpio_dir = 0x0b;
Matthew Ranostay0fc9dec2008-04-14 13:32:54 +02006485 spec->eapd_mask = 0x01;
Matthew Ranostay4fe51952008-01-29 15:28:44 +01006486 spec->gpio_mask = 0x1b;
6487 spec->gpio_mute = 0x10;
Matthew Ranostaye2e7d622008-01-24 15:32:15 +01006488 /* GPIO0 High = EAPD, GPIO1 Low = Headphone Mute,
Matthew Ranostay4fe51952008-01-29 15:28:44 +01006489 * GPIO3 Low = DRM
Matthew Ranostay87d48362007-07-17 11:52:24 +02006490 */
Matthew Ranostay4fe51952008-01-29 15:28:44 +01006491 spec->gpio_data = 0x01;
Tobin Davisae0a8ed2007-08-13 15:50:29 +02006492 break;
Matthew Ranostayb2c4f4d2008-09-26 10:06:40 -04006493 case STAC_9205_REF:
6494 /* SPDIF-In enabled */
6495 break;
Tobin Davisae0a8ed2007-08-13 15:50:29 +02006496 default:
6497 /* GPIO0 High = EAPD */
Matthew Ranostay0fc9dec2008-04-14 13:32:54 +02006498 spec->eapd_mask = spec->gpio_mask = spec->gpio_dir = 0x1;
Matthew Ranostay4fe51952008-01-29 15:28:44 +01006499 spec->gpio_data = 0x01;
Tobin Davisae0a8ed2007-08-13 15:50:29 +02006500 break;
6501 }
Matthew Ranostay87d48362007-07-17 11:52:24 +02006502
Charles Chin9009b0e2011-11-03 10:27:27 +01006503 err = stac92xx_parse_auto_config(codec);
Takashi Iwai9e507ab2007-02-08 17:50:10 +01006504 if (!err) {
6505 if (spec->board_config < 0) {
6506 printk(KERN_WARNING "hda_codec: No auto-config is "
6507 "available, default to model=ref\n");
6508 spec->board_config = STAC_9205_REF;
6509 goto again;
6510 }
6511 err = -EINVAL;
6512 }
Matt Porterf3302a52006-07-31 12:49:34 +02006513 if (err < 0) {
6514 stac92xx_free(codec);
6515 return err;
6516 }
6517
6518 codec->patch_ops = stac92xx_patch_ops;
6519
Takashi Iwai2d34e1b2008-11-28 14:35:16 +01006520 codec->proc_widget_hook = stac9205_proc_hook;
6521
Matt Porterf3302a52006-07-31 12:49:34 +02006522 return 0;
6523}
6524
Matt2f2f4252005-04-13 14:45:30 +02006525/*
Guillaume Munch6d859062006-08-22 17:15:47 +02006526 * STAC9872 hack
Takashi Iwaidb064e52006-03-16 16:04:58 +01006527 */
6528
Takashi Iwai2b635362011-05-02 12:33:43 +02006529static const struct hda_verb stac9872_core_init[] = {
Takashi Iwai1624cb92007-07-05 13:10:51 +02006530 {0x15, AC_VERB_SET_CONNECT_SEL, 0x1}, /* mic-sel: 0a,0d,14,02 */
Takashi Iwaidb064e52006-03-16 16:04:58 +01006531 {0x15, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE}, /* Mic-in -> 0x9 */
6532 {}
6533};
6534
Takashi Iwai2b635362011-05-02 12:33:43 +02006535static const hda_nid_t stac9872_pin_nids[] = {
Takashi Iwaicaa10b62009-01-20 17:19:01 +01006536 0x0a, 0x0b, 0x0c, 0x0d, 0x0e, 0x0f,
6537 0x11, 0x13, 0x14,
6538};
6539
Takashi Iwai2b635362011-05-02 12:33:43 +02006540static const hda_nid_t stac9872_adc_nids[] = {
Takashi Iwaicaa10b62009-01-20 17:19:01 +01006541 0x8 /*,0x6*/
6542};
6543
Takashi Iwai2b635362011-05-02 12:33:43 +02006544static const hda_nid_t stac9872_mux_nids[] = {
Takashi Iwaicaa10b62009-01-20 17:19:01 +01006545 0x15
6546};
6547
Takashi Iwai2b635362011-05-02 12:33:43 +02006548static const unsigned long stac9872_capvols[] = {
Takashi Iwai6479c632009-07-28 18:20:25 +02006549 HDA_COMPOSE_AMP_VAL(0x09, 3, 0, HDA_INPUT),
6550};
6551#define stac9872_capsws stac9872_capvols
6552
Takashi Iwai2b635362011-05-02 12:33:43 +02006553static const unsigned int stac9872_vaio_pin_configs[9] = {
Takashi Iwai307282c2009-03-12 18:17:58 +01006554 0x03211020, 0x411111f0, 0x411111f0, 0x03a15030,
6555 0x411111f0, 0x90170110, 0x411111f0, 0x411111f0,
6556 0x90a7013e
6557};
6558
Takashi Iwaiea734962011-01-17 11:29:34 +01006559static const char * const stac9872_models[STAC_9872_MODELS] = {
Takashi Iwai307282c2009-03-12 18:17:58 +01006560 [STAC_9872_AUTO] = "auto",
6561 [STAC_9872_VAIO] = "vaio",
6562};
6563
Takashi Iwai2b635362011-05-02 12:33:43 +02006564static const unsigned int *stac9872_brd_tbl[STAC_9872_MODELS] = {
Takashi Iwai307282c2009-03-12 18:17:58 +01006565 [STAC_9872_VAIO] = stac9872_vaio_pin_configs,
6566};
6567
Takashi Iwai2b635362011-05-02 12:33:43 +02006568static const struct snd_pci_quirk stac9872_cfg_tbl[] = {
Takashi Iwaib04add92009-07-20 08:01:36 +02006569 SND_PCI_QUIRK_MASK(0x104d, 0xfff0, 0x81e0,
6570 "Sony VAIO F/S", STAC_9872_VAIO),
Takashi Iwai307282c2009-03-12 18:17:58 +01006571 {} /* terminator */
6572};
6573
Guillaume Munch6d859062006-08-22 17:15:47 +02006574static int patch_stac9872(struct hda_codec *codec)
Takashi Iwaidb064e52006-03-16 16:04:58 +01006575{
6576 struct sigmatel_spec *spec;
Takashi Iwai1e137f92009-01-21 07:41:22 +01006577 int err;
Takashi Iwaidb064e52006-03-16 16:04:58 +01006578
Takashi Iwai361dab32012-05-09 14:35:27 +02006579 err = alloc_stac_spec(codec, ARRAY_SIZE(stac9872_pin_nids),
6580 stac9872_pin_nids);
6581 if (err < 0)
6582 return err;
6583
6584 spec = codec->spec;
Daniel J Blueman1b0e3722010-08-03 11:09:13 +01006585 spec->linear_tone_beep = 1;
Takashi Iwaicaa10b62009-01-20 17:19:01 +01006586
6587 spec->board_config = snd_hda_check_board_config(codec, STAC_9872_MODELS,
6588 stac9872_models,
6589 stac9872_cfg_tbl);
Takashi Iwai307282c2009-03-12 18:17:58 +01006590 if (spec->board_config < 0)
Takashi Iwai9a11f1a2009-07-28 16:01:20 +02006591 snd_printdd(KERN_INFO "hda_codec: %s: BIOS auto-probing.\n",
6592 codec->chip_name);
Takashi Iwai307282c2009-03-12 18:17:58 +01006593 else
6594 stac92xx_set_config_regs(codec,
6595 stac9872_brd_tbl[spec->board_config]);
Takashi Iwaicaa10b62009-01-20 17:19:01 +01006596
Takashi Iwai1e137f92009-01-21 07:41:22 +01006597 spec->multiout.dac_nids = spec->dac_nids;
6598 spec->num_adcs = ARRAY_SIZE(stac9872_adc_nids);
6599 spec->adc_nids = stac9872_adc_nids;
6600 spec->num_muxes = ARRAY_SIZE(stac9872_mux_nids);
6601 spec->mux_nids = stac9872_mux_nids;
Takashi Iwai1e137f92009-01-21 07:41:22 +01006602 spec->init = stac9872_core_init;
Takashi Iwai6479c632009-07-28 18:20:25 +02006603 spec->num_caps = 1;
6604 spec->capvols = stac9872_capvols;
6605 spec->capsws = stac9872_capsws;
Takashi Iwaicaa10b62009-01-20 17:19:01 +01006606
Charles Chin9009b0e2011-11-03 10:27:27 +01006607 err = stac92xx_parse_auto_config(codec);
Takashi Iwai1e137f92009-01-21 07:41:22 +01006608 if (err < 0) {
6609 stac92xx_free(codec);
6610 return -EINVAL;
Takashi Iwaicaa10b62009-01-20 17:19:01 +01006611 }
Takashi Iwai1e137f92009-01-21 07:41:22 +01006612 spec->input_mux = &spec->private_imux;
6613 codec->patch_ops = stac92xx_patch_ops;
Takashi Iwaidb064e52006-03-16 16:04:58 +01006614 return 0;
6615}
6616
6617
6618/*
Matt2f2f4252005-04-13 14:45:30 +02006619 * patch entries
6620 */
Takashi Iwai2b635362011-05-02 12:33:43 +02006621static const struct hda_codec_preset snd_hda_preset_sigmatel[] = {
Matt2f2f4252005-04-13 14:45:30 +02006622 { .id = 0x83847690, .name = "STAC9200", .patch = patch_stac9200 },
6623 { .id = 0x83847882, .name = "STAC9220 A1", .patch = patch_stac922x },
6624 { .id = 0x83847680, .name = "STAC9221 A1", .patch = patch_stac922x },
6625 { .id = 0x83847880, .name = "STAC9220 A2", .patch = patch_stac922x },
6626 { .id = 0x83847681, .name = "STAC9220D/9223D A2", .patch = patch_stac922x },
6627 { .id = 0x83847682, .name = "STAC9221 A2", .patch = patch_stac922x },
6628 { .id = 0x83847683, .name = "STAC9221D A2", .patch = patch_stac922x },
Matt Porter22a27c72006-07-06 18:49:10 +02006629 { .id = 0x83847618, .name = "STAC9227", .patch = patch_stac927x },
6630 { .id = 0x83847619, .name = "STAC9227", .patch = patch_stac927x },
6631 { .id = 0x83847616, .name = "STAC9228", .patch = patch_stac927x },
6632 { .id = 0x83847617, .name = "STAC9228", .patch = patch_stac927x },
6633 { .id = 0x83847614, .name = "STAC9229", .patch = patch_stac927x },
6634 { .id = 0x83847615, .name = "STAC9229", .patch = patch_stac927x },
Matt Porter3cc08dc2006-01-23 15:27:49 +01006635 { .id = 0x83847620, .name = "STAC9274", .patch = patch_stac927x },
6636 { .id = 0x83847621, .name = "STAC9274D", .patch = patch_stac927x },
6637 { .id = 0x83847622, .name = "STAC9273X", .patch = patch_stac927x },
6638 { .id = 0x83847623, .name = "STAC9273D", .patch = patch_stac927x },
6639 { .id = 0x83847624, .name = "STAC9272X", .patch = patch_stac927x },
6640 { .id = 0x83847625, .name = "STAC9272D", .patch = patch_stac927x },
6641 { .id = 0x83847626, .name = "STAC9271X", .patch = patch_stac927x },
6642 { .id = 0x83847627, .name = "STAC9271D", .patch = patch_stac927x },
6643 { .id = 0x83847628, .name = "STAC9274X5NH", .patch = patch_stac927x },
6644 { .id = 0x83847629, .name = "STAC9274D5NH", .patch = patch_stac927x },
Tobin Davis8e21c342007-01-08 11:04:17 +01006645 { .id = 0x83847632, .name = "STAC9202", .patch = patch_stac925x },
6646 { .id = 0x83847633, .name = "STAC9202D", .patch = patch_stac925x },
6647 { .id = 0x83847634, .name = "STAC9250", .patch = patch_stac925x },
6648 { .id = 0x83847635, .name = "STAC9250D", .patch = patch_stac925x },
6649 { .id = 0x83847636, .name = "STAC9251", .patch = patch_stac925x },
6650 { .id = 0x83847637, .name = "STAC9250D", .patch = patch_stac925x },
Takashi Iwai7bd3c0f2008-05-02 12:28:02 +02006651 { .id = 0x83847645, .name = "92HD206X", .patch = patch_stac927x },
6652 { .id = 0x83847646, .name = "92HD206D", .patch = patch_stac927x },
Guillaume Munch6d859062006-08-22 17:15:47 +02006653 /* The following does not take into account .id=0x83847661 when subsys =
6654 * 104D0C00 which is STAC9225s. Because of this, some SZ Notebooks are
6655 * currently not fully supported.
6656 */
6657 { .id = 0x83847661, .name = "CXD9872RD/K", .patch = patch_stac9872 },
6658 { .id = 0x83847662, .name = "STAC9872AK", .patch = patch_stac9872 },
6659 { .id = 0x83847664, .name = "CXD9872AKD", .patch = patch_stac9872 },
Simos Xenitellisa5c0f882009-06-10 16:33:31 +01006660 { .id = 0x83847698, .name = "STAC9205", .patch = patch_stac9205 },
Matt Porterf3302a52006-07-31 12:49:34 +02006661 { .id = 0x838476a0, .name = "STAC9205", .patch = patch_stac9205 },
6662 { .id = 0x838476a1, .name = "STAC9205D", .patch = patch_stac9205 },
6663 { .id = 0x838476a2, .name = "STAC9204", .patch = patch_stac9205 },
6664 { .id = 0x838476a3, .name = "STAC9204D", .patch = patch_stac9205 },
6665 { .id = 0x838476a4, .name = "STAC9255", .patch = patch_stac9205 },
6666 { .id = 0x838476a5, .name = "STAC9255D", .patch = patch_stac9205 },
6667 { .id = 0x838476a6, .name = "STAC9254", .patch = patch_stac9205 },
6668 { .id = 0x838476a7, .name = "STAC9254D", .patch = patch_stac9205 },
Matthew Ranostayaafc4412008-06-13 18:04:33 +02006669 { .id = 0x111d7603, .name = "92HD75B3X5", .patch = patch_stac92hd71bxx},
Matthew Ranostayd0513fc2008-07-27 10:30:30 +02006670 { .id = 0x111d7604, .name = "92HD83C1X5", .patch = patch_stac92hd83xxx},
Vitaliy Kulikova9694fa2010-02-04 08:58:23 +01006671 { .id = 0x111d76d4, .name = "92HD83C1C5", .patch = patch_stac92hd83xxx},
Matthew Ranostayd0513fc2008-07-27 10:30:30 +02006672 { .id = 0x111d7605, .name = "92HD81B1X5", .patch = patch_stac92hd83xxx},
Matthew Ranostayff2e7332009-04-01 14:49:48 -04006673 { .id = 0x111d76d5, .name = "92HD81B1C5", .patch = patch_stac92hd83xxx},
Charles Chin8a345a02010-08-10 11:43:25 +02006674 { .id = 0x111d76d1, .name = "92HD87B1/3", .patch = patch_stac92hd83xxx},
6675 { .id = 0x111d76d9, .name = "92HD87B2/4", .patch = patch_stac92hd83xxx},
Charles Chin36706002010-01-29 12:05:51 +01006676 { .id = 0x111d7666, .name = "92HD88B3", .patch = patch_stac92hd83xxx},
6677 { .id = 0x111d7667, .name = "92HD88B1", .patch = patch_stac92hd83xxx},
6678 { .id = 0x111d7668, .name = "92HD88B2", .patch = patch_stac92hd83xxx},
6679 { .id = 0x111d7669, .name = "92HD88B4", .patch = patch_stac92hd83xxx},
Matthew Ranostayaafc4412008-06-13 18:04:33 +02006680 { .id = 0x111d7608, .name = "92HD75B2X5", .patch = patch_stac92hd71bxx},
Matthew Ranostay541eee82007-12-14 12:08:04 +01006681 { .id = 0x111d7674, .name = "92HD73D1X5", .patch = patch_stac92hd73xx },
6682 { .id = 0x111d7675, .name = "92HD73C1X5", .patch = patch_stac92hd73xx },
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01006683 { .id = 0x111d7676, .name = "92HD73E1X5", .patch = patch_stac92hd73xx },
Matthew Ranostay541eee82007-12-14 12:08:04 +01006684 { .id = 0x111d76b0, .name = "92HD71B8X", .patch = patch_stac92hd71bxx },
6685 { .id = 0x111d76b1, .name = "92HD71B8X", .patch = patch_stac92hd71bxx },
6686 { .id = 0x111d76b2, .name = "92HD71B7X", .patch = patch_stac92hd71bxx },
6687 { .id = 0x111d76b3, .name = "92HD71B7X", .patch = patch_stac92hd71bxx },
6688 { .id = 0x111d76b4, .name = "92HD71B6X", .patch = patch_stac92hd71bxx },
6689 { .id = 0x111d76b5, .name = "92HD71B6X", .patch = patch_stac92hd71bxx },
6690 { .id = 0x111d76b6, .name = "92HD71B5X", .patch = patch_stac92hd71bxx },
6691 { .id = 0x111d76b7, .name = "92HD71B5X", .patch = patch_stac92hd71bxx },
Charles Chin4d8ec5f2010-08-19 08:06:16 +02006692 { .id = 0x111d76c0, .name = "92HD89C3", .patch = patch_stac92hd73xx },
6693 { .id = 0x111d76c1, .name = "92HD89C2", .patch = patch_stac92hd73xx },
6694 { .id = 0x111d76c2, .name = "92HD89C1", .patch = patch_stac92hd73xx },
6695 { .id = 0x111d76c3, .name = "92HD89B3", .patch = patch_stac92hd73xx },
6696 { .id = 0x111d76c4, .name = "92HD89B2", .patch = patch_stac92hd73xx },
6697 { .id = 0x111d76c5, .name = "92HD89B1", .patch = patch_stac92hd73xx },
6698 { .id = 0x111d76c6, .name = "92HD89E3", .patch = patch_stac92hd73xx },
6699 { .id = 0x111d76c7, .name = "92HD89E2", .patch = patch_stac92hd73xx },
6700 { .id = 0x111d76c8, .name = "92HD89E1", .patch = patch_stac92hd73xx },
6701 { .id = 0x111d76c9, .name = "92HD89D3", .patch = patch_stac92hd73xx },
6702 { .id = 0x111d76ca, .name = "92HD89D2", .patch = patch_stac92hd73xx },
6703 { .id = 0x111d76cb, .name = "92HD89D1", .patch = patch_stac92hd73xx },
6704 { .id = 0x111d76cc, .name = "92HD89F3", .patch = patch_stac92hd73xx },
6705 { .id = 0x111d76cd, .name = "92HD89F2", .patch = patch_stac92hd73xx },
6706 { .id = 0x111d76ce, .name = "92HD89F1", .patch = patch_stac92hd73xx },
David Henningsson46724c22011-09-20 09:02:22 +02006707 { .id = 0x111d76df, .name = "92HD93BXX", .patch = patch_stac92hd83xxx},
Vitaliy Kulikovab5a6eb2010-09-08 09:00:17 +02006708 { .id = 0x111d76e0, .name = "92HD91BXX", .patch = patch_stac92hd83xxx},
Vitaliy Kulikov4dfb8a42011-02-22 17:32:19 -06006709 { .id = 0x111d76e3, .name = "92HD98BXX", .patch = patch_stac92hd83xxx},
6710 { .id = 0x111d76e5, .name = "92HD99BXX", .patch = patch_stac92hd83xxx},
Vitaliy Kulikovab5a6eb2010-09-08 09:00:17 +02006711 { .id = 0x111d76e7, .name = "92HD90BXX", .patch = patch_stac92hd83xxx},
Charles Chinad5d8752011-11-02 07:56:58 +01006712 { .id = 0x111d76e8, .name = "92HD66B1X5", .patch = patch_stac92hd83xxx},
6713 { .id = 0x111d76e9, .name = "92HD66B2X5", .patch = patch_stac92hd83xxx},
6714 { .id = 0x111d76ea, .name = "92HD66B3X5", .patch = patch_stac92hd83xxx},
6715 { .id = 0x111d76eb, .name = "92HD66C1X5", .patch = patch_stac92hd83xxx},
6716 { .id = 0x111d76ec, .name = "92HD66C2X5", .patch = patch_stac92hd83xxx},
6717 { .id = 0x111d76ed, .name = "92HD66C3X5", .patch = patch_stac92hd83xxx},
6718 { .id = 0x111d76ee, .name = "92HD66B1X3", .patch = patch_stac92hd83xxx},
6719 { .id = 0x111d76ef, .name = "92HD66B2X3", .patch = patch_stac92hd83xxx},
6720 { .id = 0x111d76f0, .name = "92HD66B3X3", .patch = patch_stac92hd83xxx},
6721 { .id = 0x111d76f1, .name = "92HD66C1X3", .patch = patch_stac92hd83xxx},
6722 { .id = 0x111d76f2, .name = "92HD66C2X3", .patch = patch_stac92hd83xxx},
6723 { .id = 0x111d76f3, .name = "92HD66C3/65", .patch = patch_stac92hd83xxx},
Matt2f2f4252005-04-13 14:45:30 +02006724 {} /* terminator */
6725};
Takashi Iwai1289e9e2008-11-27 15:47:11 +01006726
6727MODULE_ALIAS("snd-hda-codec-id:8384*");
6728MODULE_ALIAS("snd-hda-codec-id:111d*");
6729
6730MODULE_LICENSE("GPL");
6731MODULE_DESCRIPTION("IDT/Sigmatel HD-audio codec");
6732
6733static struct hda_codec_preset_list sigmatel_list = {
6734 .preset = snd_hda_preset_sigmatel,
6735 .owner = THIS_MODULE,
6736};
6737
6738static int __init patch_sigmatel_init(void)
6739{
6740 return snd_hda_add_codec_preset(&sigmatel_list);
6741}
6742
6743static void __exit patch_sigmatel_exit(void)
6744{
6745 snd_hda_delete_codec_preset(&sigmatel_list);
6746}
6747
6748module_init(patch_sigmatel_init)
6749module_exit(patch_sigmatel_exit)