blob: 9ba8af05617080f8081a5a69d68bcaec81cfb847 [file] [log] [blame]
Matt2f2f4252005-04-13 14:45:30 +02001/*
2 * Universal Interface for Intel High Definition Audio Codec
3 *
4 * HD audio interface patch for SigmaTel STAC92xx
5 *
6 * Copyright (c) 2005 Embedded Alley Solutions, Inc.
Matt Porter403d1942005-11-29 15:00:51 +01007 * Matt Porter <mporter@embeddedalley.com>
Matt2f2f4252005-04-13 14:45:30 +02008 *
9 * Based on patch_cmedia.c and patch_realtek.c
10 * Copyright (c) 2004 Takashi Iwai <tiwai@suse.de>
11 *
12 * This driver is free software; you can redistribute it and/or modify
13 * it under the terms of the GNU General Public License as published by
14 * the Free Software Foundation; either version 2 of the License, or
15 * (at your option) any later version.
16 *
17 * This driver is distributed in the hope that it will be useful,
18 * but WITHOUT ANY WARRANTY; without even the implied warranty of
19 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
20 * GNU General Public License for more details.
21 *
22 * You should have received a copy of the GNU General Public License
23 * along with this program; if not, write to the Free Software
24 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
25 */
26
Matt2f2f4252005-04-13 14:45:30 +020027#include <linux/init.h>
28#include <linux/delay.h>
29#include <linux/slab.h>
30#include <linux/pci.h>
Vitaliy Kulikov5bdaaad2009-11-04 07:57:45 +010031#include <linux/dmi.h>
Paul Gortmakerda155d52011-07-15 12:38:28 -040032#include <linux/module.h>
Matt2f2f4252005-04-13 14:45:30 +020033#include <sound/core.h>
Mattc7d4b2f2005-06-27 14:59:41 +020034#include <sound/asoundef.h>
Matthew Ranostay45a6ac12008-10-15 14:45:38 -040035#include <sound/jack.h>
Clemens Ladischa74ccea2010-10-22 15:52:34 +020036#include <sound/tlv.h>
Matt2f2f4252005-04-13 14:45:30 +020037#include "hda_codec.h"
38#include "hda_local.h"
Takashi Iwai128bc4b2012-05-07 17:42:31 +020039#include "hda_auto_parser.h"
Matthew Ranostay1cd22242008-07-18 18:20:52 +020040#include "hda_beep.h"
Takashi Iwai1835a0f2011-10-27 22:12:46 +020041#include "hda_jack.h"
Matt2f2f4252005-04-13 14:45:30 +020042
Takashi Iwaic6e4c662008-11-25 11:58:19 +010043enum {
44 STAC_VREF_EVENT = 1,
45 STAC_INSERT_EVENT,
46 STAC_PWR_EVENT,
47 STAC_HP_EVENT,
Takashi Iwaifefd67f2009-07-30 18:03:05 +020048 STAC_LO_EVENT,
Takashi Iwai3d21d3f2009-07-29 14:32:56 +020049 STAC_MIC_EVENT,
Takashi Iwaic6e4c662008-11-25 11:58:19 +010050};
Matt4e550962005-07-04 17:51:39 +020051
Takashi Iwaif5fcc132006-11-24 17:07:44 +010052enum {
Takashi Iwai1607b8e2009-02-26 16:50:43 +010053 STAC_AUTO,
Takashi Iwaif5fcc132006-11-24 17:07:44 +010054 STAC_REF,
Tobin Davisbf277782008-02-03 20:31:47 +010055 STAC_9200_OQO,
Takashi Iwaidfe495d2007-08-23 19:04:28 +020056 STAC_9200_DELL_D21,
57 STAC_9200_DELL_D22,
58 STAC_9200_DELL_D23,
59 STAC_9200_DELL_M21,
60 STAC_9200_DELL_M22,
61 STAC_9200_DELL_M23,
62 STAC_9200_DELL_M24,
63 STAC_9200_DELL_M25,
64 STAC_9200_DELL_M26,
65 STAC_9200_DELL_M27,
Mauro Carvalho Chehab58eec422008-08-11 10:18:39 +020066 STAC_9200_M4,
67 STAC_9200_M4_2,
Takashi Iwai117f2572008-03-18 09:53:23 +010068 STAC_9200_PANASONIC,
Takashi Iwaif5fcc132006-11-24 17:07:44 +010069 STAC_9200_MODELS
70};
71
72enum {
Takashi Iwai1607b8e2009-02-26 16:50:43 +010073 STAC_9205_AUTO,
Takashi Iwaif5fcc132006-11-24 17:07:44 +010074 STAC_9205_REF,
Takashi Iwaidfe495d2007-08-23 19:04:28 +020075 STAC_9205_DELL_M42,
Tobin Davisae0a8ed2007-08-13 15:50:29 +020076 STAC_9205_DELL_M43,
77 STAC_9205_DELL_M44,
Takashi Iwaid9a42682009-01-22 17:40:18 +010078 STAC_9205_EAPD,
Takashi Iwaif5fcc132006-11-24 17:07:44 +010079 STAC_9205_MODELS
80};
81
82enum {
Takashi Iwai1607b8e2009-02-26 16:50:43 +010083 STAC_92HD73XX_AUTO,
Takashi Iwai9e43f0d2008-12-17 14:51:01 +010084 STAC_92HD73XX_NO_JD, /* no jack-detection */
Matthew Ranostaye1f0d662007-12-13 17:47:21 +010085 STAC_92HD73XX_REF,
Wu Fengguangae709442009-08-19 17:05:11 +080086 STAC_92HD73XX_INTEL,
Takashi Iwai661cd8f2008-11-25 15:18:29 +010087 STAC_DELL_M6_AMIC,
88 STAC_DELL_M6_DMIC,
89 STAC_DELL_M6_BOTH,
Matthew Ranostay6b3ab212008-11-03 08:12:43 -050090 STAC_DELL_EQ,
Takashi Iwai842ae632009-09-02 07:43:08 +020091 STAC_ALIENWARE_M17X,
Matthew Ranostaye1f0d662007-12-13 17:47:21 +010092 STAC_92HD73XX_MODELS
93};
94
95enum {
Takashi Iwai1607b8e2009-02-26 16:50:43 +010096 STAC_92HD83XXX_AUTO,
Matthew Ranostayd0513fc2008-07-27 10:30:30 +020097 STAC_92HD83XXX_REF,
Matthew Ranostay32ed3f42009-01-22 20:53:29 -050098 STAC_92HD83XXX_PWR_REF,
Matthew Ranostay8bb0ac52009-02-12 16:50:01 -050099 STAC_DELL_S14,
Julian Wollrathf7f9bdf2011-11-09 10:02:40 +0100100 STAC_DELL_VOSTRO_3500,
Vitaliy Kulikov0c27c182011-07-22 17:50:37 -0500101 STAC_92HD83XXX_HP_cNB11_INTQUAD,
Steven Eastland48315592010-08-06 15:07:35 -0600102 STAC_HP_DV7_4000,
Vitaliy Kulikov5556e142012-02-27 16:47:37 -0600103 STAC_HP_ZEPHYR,
Takashi Iwaia3e19972012-07-26 08:17:20 +0200104 STAC_92HD83XXX_HP_LED,
Takashi Iwaiff8a1e22012-07-31 10:16:59 +0200105 STAC_92HD83XXX_HP_INV_LED,
Takashi Iwai62cbde12012-09-14 11:58:54 +0200106 STAC_92HD83XXX_HP_MIC_LED,
David Henningsson8d032a82012-10-09 12:48:40 +0200107 STAC_92HD83XXX_HEADSET_JACK,
Matthew Ranostayd0513fc2008-07-27 10:30:30 +0200108 STAC_92HD83XXX_MODELS
109};
110
111enum {
Takashi Iwai1607b8e2009-02-26 16:50:43 +0100112 STAC_92HD71BXX_AUTO,
Matthew Ranostaye035b842007-11-06 11:53:55 +0100113 STAC_92HD71BXX_REF,
Matthew Ranostaya7662642008-02-21 07:51:14 +0100114 STAC_DELL_M4_1,
115 STAC_DELL_M4_2,
Matthew Ranostay3a7abfd2008-11-20 21:21:43 -0500116 STAC_DELL_M4_3,
Matthew Ranostay6a14f582008-09-12 12:02:30 -0400117 STAC_HP_M4,
Takashi Iwai2a6ce6e2010-05-12 10:16:20 +0200118 STAC_HP_DV4,
Takashi Iwai1b0652e2009-01-14 08:27:35 +0100119 STAC_HP_DV5,
Christoph Plattnerae6241f2009-03-08 23:19:05 +0100120 STAC_HP_HDX,
James Gardiner514bf542009-05-03 04:00:44 -0400121 STAC_HP_DV4_1222NR,
Matthew Ranostaye035b842007-11-06 11:53:55 +0100122 STAC_92HD71BXX_MODELS
123};
124
125enum {
Takashi Iwai1607b8e2009-02-26 16:50:43 +0100126 STAC_925x_AUTO,
Tobin Davis8e21c342007-01-08 11:04:17 +0100127 STAC_925x_REF,
Mauro Carvalho Chehab9cb36c22008-08-11 10:18:39 +0200128 STAC_M1,
129 STAC_M1_2,
130 STAC_M2,
Tobin Davis8e21c342007-01-08 11:04:17 +0100131 STAC_M2_2,
Mauro Carvalho Chehab9cb36c22008-08-11 10:18:39 +0200132 STAC_M3,
133 STAC_M5,
134 STAC_M6,
Tobin Davis8e21c342007-01-08 11:04:17 +0100135 STAC_925x_MODELS
136};
137
138enum {
Takashi Iwai1607b8e2009-02-26 16:50:43 +0100139 STAC_922X_AUTO,
Takashi Iwaif5fcc132006-11-24 17:07:44 +0100140 STAC_D945_REF,
141 STAC_D945GTP3,
142 STAC_D945GTP5,
Ivan N. Zlatev5d5d3bc2007-05-29 16:03:00 +0200143 STAC_INTEL_MAC_V1,
144 STAC_INTEL_MAC_V2,
145 STAC_INTEL_MAC_V3,
146 STAC_INTEL_MAC_V4,
147 STAC_INTEL_MAC_V5,
Nicolas Boichat536319a2008-07-21 22:18:01 +0800148 STAC_INTEL_MAC_AUTO, /* This model is selected if no module parameter
149 * is given, one of the above models will be
150 * chosen according to the subsystem id. */
Takashi Iwaidfe495d2007-08-23 19:04:28 +0200151 /* for backward compatibility */
Takashi Iwaif5fcc132006-11-24 17:07:44 +0100152 STAC_MACMINI,
Takashi Iwai3fc24d82007-02-16 13:27:18 +0100153 STAC_MACBOOK,
Nicolas Boichat6f0778d2007-03-15 12:38:15 +0100154 STAC_MACBOOK_PRO_V1,
155 STAC_MACBOOK_PRO_V2,
Sylvain FORETf16928f2007-04-27 14:22:36 +0200156 STAC_IMAC_INTEL,
Takashi Iwai0dae0f82007-05-21 12:41:29 +0200157 STAC_IMAC_INTEL_20,
Mauro Carvalho Chehab8c650082008-08-04 10:39:59 -0300158 STAC_ECS_202,
Takashi Iwaidfe495d2007-08-23 19:04:28 +0200159 STAC_922X_DELL_D81,
160 STAC_922X_DELL_D82,
161 STAC_922X_DELL_M81,
162 STAC_922X_DELL_M82,
Takashi Iwaif5fcc132006-11-24 17:07:44 +0100163 STAC_922X_MODELS
164};
165
166enum {
Takashi Iwai1607b8e2009-02-26 16:50:43 +0100167 STAC_927X_AUTO,
Takashi Iwaie28d8322008-12-17 13:48:29 +0100168 STAC_D965_REF_NO_JD, /* no jack-detection */
Takashi Iwaif5fcc132006-11-24 17:07:44 +0100169 STAC_D965_REF,
170 STAC_D965_3ST,
171 STAC_D965_5ST,
Takashi Iwai679d92e2009-05-24 19:00:08 +0200172 STAC_D965_5ST_NO_FP,
Tobin Davis4ff076e2007-08-07 11:48:12 +0200173 STAC_DELL_3ST,
Matthew Ranostay8e9068b2007-12-17 11:58:13 +0100174 STAC_DELL_BIOS,
Takashi Iwai54930532009-10-11 17:38:29 +0200175 STAC_927X_VOLKNOB,
Takashi Iwaif5fcc132006-11-24 17:07:44 +0100176 STAC_927X_MODELS
177};
Matt Porter403d1942005-11-29 15:00:51 +0100178
Takashi Iwai307282c2009-03-12 18:17:58 +0100179enum {
180 STAC_9872_AUTO,
181 STAC_9872_VAIO,
182 STAC_9872_MODELS
183};
184
Takashi Iwai3d21d3f2009-07-29 14:32:56 +0200185struct sigmatel_mic_route {
186 hda_nid_t pin;
Takashi Iwai02d33322009-10-01 16:38:11 +0200187 signed char mux_idx;
188 signed char dmux_idx;
Takashi Iwai3d21d3f2009-07-29 14:32:56 +0200189};
190
Vitaliy Kulikov699d8992011-03-10 13:43:35 -0600191#define MAX_PINS_NUM 16
192#define MAX_ADCS_NUM 4
193#define MAX_DMICS_NUM 4
194
Matt2f2f4252005-04-13 14:45:30 +0200195struct sigmatel_spec {
Takashi Iwaic8b6bf92005-11-17 14:57:47 +0100196 struct snd_kcontrol_new *mixers[4];
Mattc7d4b2f2005-06-27 14:59:41 +0200197 unsigned int num_mixers;
198
Matt Porter403d1942005-11-29 15:00:51 +0100199 int board_config;
Matthew Ranostayc0cea0d2008-11-16 11:42:34 -0500200 unsigned int eapd_switch: 1;
Mattc7d4b2f2005-06-27 14:59:41 +0200201 unsigned int surr_switch: 1;
Matt Porter3cc08dc2006-01-23 15:27:49 +0100202 unsigned int alt_switch: 1;
Takashi Iwai82bc9552006-03-21 11:24:42 +0100203 unsigned int hp_detect: 1;
Matthew Ranostay00ef50c2008-09-27 18:13:47 -0400204 unsigned int spdif_mute: 1;
Takashi Iwai7c7767e2009-01-20 15:28:38 +0100205 unsigned int check_volume_offset:1;
Takashi Iwai3d21d3f2009-07-29 14:32:56 +0200206 unsigned int auto_mic:1;
Daniel J Blueman1b0e3722010-08-03 11:09:13 +0100207 unsigned int linear_tone_beep:1;
David Henningsson8d032a82012-10-09 12:48:40 +0200208 unsigned int headset_jack:1; /* 4-pin headset jack (hp + mono mic) */
Mattc7d4b2f2005-06-27 14:59:41 +0200209
Matthew Ranostay4fe51952008-01-29 15:28:44 +0100210 /* gpio lines */
Matthew Ranostay0fc9dec2008-04-14 13:32:54 +0200211 unsigned int eapd_mask;
Matthew Ranostay4fe51952008-01-29 15:28:44 +0100212 unsigned int gpio_mask;
213 unsigned int gpio_dir;
214 unsigned int gpio_data;
215 unsigned int gpio_mute;
Takashi Iwai86d190e2009-05-26 15:18:58 +0200216 unsigned int gpio_led;
Vitaliy Kulikovc357aab2009-12-11 07:51:54 +0100217 unsigned int gpio_led_polarity;
Takashi Iwaif1a73742011-12-04 13:44:06 +0100218 unsigned int vref_mute_led_nid; /* pin NID for mute-LED vref control */
Vitaliy Kulikov45eebda2011-07-26 16:56:20 -0500219 unsigned int vref_led;
Matthew Ranostay4fe51952008-01-29 15:28:44 +0100220
Takashi Iwai62cbde12012-09-14 11:58:54 +0200221 unsigned int mic_mute_led_gpio; /* capture mute LED GPIO */
222 bool mic_mute_led_on; /* current mic mute state */
223
Matthew Ranostay8daaaa92008-08-15 07:45:52 +0200224 /* stream */
225 unsigned int stream_delay;
226
Matthew Ranostay4fe51952008-01-29 15:28:44 +0100227 /* analog loopback */
Takashi Iwai2b635362011-05-02 12:33:43 +0200228 const struct snd_kcontrol_new *aloopback_ctl;
Matthew Ranostaye1f0d662007-12-13 17:47:21 +0100229 unsigned char aloopback_mask;
230 unsigned char aloopback_shift;
Takashi Iwai82599802007-07-31 15:56:24 +0200231
Matthew Ranostaya64135a2008-01-10 16:55:06 +0100232 /* power management */
Takashi Iwaic8822462012-05-15 09:11:36 +0200233 unsigned int power_map_bits;
Matthew Ranostaya64135a2008-01-10 16:55:06 +0100234 unsigned int num_pwrs;
Takashi Iwai2b635362011-05-02 12:33:43 +0200235 const hda_nid_t *pwr_nids;
236 const hda_nid_t *dac_list;
Matthew Ranostaya64135a2008-01-10 16:55:06 +0100237
Matt2f2f4252005-04-13 14:45:30 +0200238 /* playback */
Matthew Ranostayb22b4822008-01-22 12:32:30 +0100239 struct hda_input_mux *mono_mux;
240 unsigned int cur_mmux;
Matt2f2f4252005-04-13 14:45:30 +0200241 struct hda_multi_out multiout;
Matt Porter3cc08dc2006-01-23 15:27:49 +0100242 hda_nid_t dac_nids[5];
Takashi Iwaic21ca4a2008-12-19 09:26:08 +0100243 hda_nid_t hp_dacs[5];
244 hda_nid_t speaker_dacs[5];
Matt2f2f4252005-04-13 14:45:30 +0200245
Takashi Iwai7c7767e2009-01-20 15:28:38 +0100246 int volume_offset;
247
Matt2f2f4252005-04-13 14:45:30 +0200248 /* capture */
Takashi Iwai2b635362011-05-02 12:33:43 +0200249 const hda_nid_t *adc_nids;
Matt2f2f4252005-04-13 14:45:30 +0200250 unsigned int num_adcs;
Takashi Iwai2b635362011-05-02 12:33:43 +0200251 const hda_nid_t *mux_nids;
Mattdabbed62005-06-14 10:19:34 +0200252 unsigned int num_muxes;
Takashi Iwai2b635362011-05-02 12:33:43 +0200253 const hda_nid_t *dmic_nids;
Matt Porter8b657272006-10-26 17:12:59 +0200254 unsigned int num_dmics;
Takashi Iwai2b635362011-05-02 12:33:43 +0200255 const hda_nid_t *dmux_nids;
Takashi Iwai1697055e2007-12-18 18:05:52 +0100256 unsigned int num_dmuxes;
Takashi Iwai2b635362011-05-02 12:33:43 +0200257 const hda_nid_t *smux_nids;
Matthew Ranostayd9737752008-09-07 12:03:41 +0200258 unsigned int num_smuxes;
Takashi Iwai5207e102009-07-30 13:09:08 +0200259 unsigned int num_analog_muxes;
Takashi Iwai6479c632009-07-28 18:20:25 +0200260
Takashi Iwai2b635362011-05-02 12:33:43 +0200261 const unsigned long *capvols; /* amp-volume attr: HDA_COMPOSE_AMP_VAL() */
262 const unsigned long *capsws; /* amp-mute attr: HDA_COMPOSE_AMP_VAL() */
Takashi Iwai6479c632009-07-28 18:20:25 +0200263 unsigned int num_caps; /* number of capture volume/switch elements */
264
Takashi Iwai3d21d3f2009-07-29 14:32:56 +0200265 struct sigmatel_mic_route ext_mic;
266 struct sigmatel_mic_route int_mic;
Charles Chin99077902010-09-17 10:22:32 +0200267 struct sigmatel_mic_route dock_mic;
Takashi Iwai3d21d3f2009-07-29 14:32:56 +0200268
Takashi Iwaiea734962011-01-17 11:29:34 +0100269 const char * const *spdif_labels;
Matthew Ranostayd9737752008-09-07 12:03:41 +0200270
Mattdabbed62005-06-14 10:19:34 +0200271 hda_nid_t dig_in_nid;
Matthew Ranostayb22b4822008-01-22 12:32:30 +0100272 hda_nid_t mono_nid;
Matthew Ranostay1cd22242008-07-18 18:20:52 +0200273 hda_nid_t anabeep_nid;
274 hda_nid_t digbeep_nid;
Matt2f2f4252005-04-13 14:45:30 +0200275
Matt2f2f4252005-04-13 14:45:30 +0200276 /* pin widgets */
Takashi Iwai2b635362011-05-02 12:33:43 +0200277 const hda_nid_t *pin_nids;
Matt2f2f4252005-04-13 14:45:30 +0200278 unsigned int num_pins;
Matt2f2f4252005-04-13 14:45:30 +0200279
280 /* codec specific stuff */
Takashi Iwai2b635362011-05-02 12:33:43 +0200281 const struct hda_verb *init;
282 const struct snd_kcontrol_new *mixer;
Matt2f2f4252005-04-13 14:45:30 +0200283
284 /* capture source */
Matt Porter8b657272006-10-26 17:12:59 +0200285 struct hda_input_mux *dinput_mux;
Matthew Ranostaye1f0d662007-12-13 17:47:21 +0100286 unsigned int cur_dmux[2];
Mattc7d4b2f2005-06-27 14:59:41 +0200287 struct hda_input_mux *input_mux;
Matt Porter3cc08dc2006-01-23 15:27:49 +0100288 unsigned int cur_mux[3];
Matthew Ranostayd9737752008-09-07 12:03:41 +0200289 struct hda_input_mux *sinput_mux;
290 unsigned int cur_smux[2];
Matthew Ranostay2a9c7812008-09-13 16:45:39 -0400291 unsigned int cur_amux;
292 hda_nid_t *amp_nids;
Matthew Ranostay8daaaa92008-08-15 07:45:52 +0200293 unsigned int powerdown_adcs;
Matt2f2f4252005-04-13 14:45:30 +0200294
Matt Porter403d1942005-11-29 15:00:51 +0100295 /* i/o switches */
296 unsigned int io_switch[2];
Maxim Levitsky0fb87bb2007-09-03 15:29:04 +0200297 unsigned int clfe_swap;
Takashi Iwaic21ca4a2008-12-19 09:26:08 +0100298 hda_nid_t line_switch; /* shared line-in for input and output */
299 hda_nid_t mic_switch; /* shared mic-in for input and output */
300 hda_nid_t hp_switch; /* NID of HP as line-out */
Maxim Levitsky5f10c4a2007-09-03 15:29:37 +0200301 unsigned int aloopback;
Matt2f2f4252005-04-13 14:45:30 +0200302
Mattc7d4b2f2005-06-27 14:59:41 +0200303 struct hda_pcm pcm_rec[2]; /* PCM information */
304
305 /* dynamic controls and input_mux */
306 struct auto_pin_cfg autocfg;
Takashi Iwai603c4012008-07-30 15:01:44 +0200307 struct snd_array kctls;
Matt Porter8b657272006-10-26 17:12:59 +0200308 struct hda_input_mux private_dimux;
Mattc7d4b2f2005-06-27 14:59:41 +0200309 struct hda_input_mux private_imux;
Matthew Ranostayd9737752008-09-07 12:03:41 +0200310 struct hda_input_mux private_smux;
Matthew Ranostayb22b4822008-01-22 12:32:30 +0100311 struct hda_input_mux private_mono_mux;
Vitaliy Kulikov699d8992011-03-10 13:43:35 -0600312
313 /* auto spec */
314 unsigned auto_pin_cnt;
315 hda_nid_t auto_pin_nids[MAX_PINS_NUM];
316 unsigned auto_adc_cnt;
317 hda_nid_t auto_adc_nids[MAX_ADCS_NUM];
318 hda_nid_t auto_mux_nids[MAX_ADCS_NUM];
319 hda_nid_t auto_dmux_nids[MAX_ADCS_NUM];
320 unsigned long auto_capvols[MAX_ADCS_NUM];
321 unsigned auto_dmic_cnt;
322 hda_nid_t auto_dmic_nids[MAX_DMICS_NUM];
Takashi Iwai2faa3bf2012-03-12 12:30:22 +0100323
Takashi Iwaid2f344b2012-03-12 16:59:58 +0100324 struct hda_vmaster_mute_hook vmaster_mute;
Matt2f2f4252005-04-13 14:45:30 +0200325};
326
Takashi Iwaic8822462012-05-15 09:11:36 +0200327#define AC_VERB_IDT_SET_POWER_MAP 0x7ec
328#define AC_VERB_IDT_GET_POWER_MAP 0xfec
329
Takashi Iwai2b635362011-05-02 12:33:43 +0200330static const hda_nid_t stac9200_adc_nids[1] = {
Matt2f2f4252005-04-13 14:45:30 +0200331 0x03,
332};
333
Takashi Iwai2b635362011-05-02 12:33:43 +0200334static const hda_nid_t stac9200_mux_nids[1] = {
Matt2f2f4252005-04-13 14:45:30 +0200335 0x0c,
336};
337
Takashi Iwai2b635362011-05-02 12:33:43 +0200338static const hda_nid_t stac9200_dac_nids[1] = {
Matt2f2f4252005-04-13 14:45:30 +0200339 0x02,
340};
341
Takashi Iwai2b635362011-05-02 12:33:43 +0200342static const hda_nid_t stac92hd73xx_pwr_nids[8] = {
Matthew Ranostaya64135a2008-01-10 16:55:06 +0100343 0x0a, 0x0b, 0x0c, 0xd, 0x0e,
344 0x0f, 0x10, 0x11
345};
346
Takashi Iwai2b635362011-05-02 12:33:43 +0200347static const hda_nid_t stac92hd73xx_slave_dig_outs[2] = {
Matthew Ranostay0ffa9802008-09-08 11:20:05 -0400348 0x26, 0,
349};
350
Takashi Iwai2b635362011-05-02 12:33:43 +0200351static const hda_nid_t stac92hd73xx_adc_nids[2] = {
Matthew Ranostaye1f0d662007-12-13 17:47:21 +0100352 0x1a, 0x1b
353};
354
355#define STAC92HD73XX_NUM_DMICS 2
Takashi Iwai2b635362011-05-02 12:33:43 +0200356static const hda_nid_t stac92hd73xx_dmic_nids[STAC92HD73XX_NUM_DMICS + 1] = {
Matthew Ranostaye1f0d662007-12-13 17:47:21 +0100357 0x13, 0x14, 0
358};
359
360#define STAC92HD73_DAC_COUNT 5
Matthew Ranostaye1f0d662007-12-13 17:47:21 +0100361
Takashi Iwai2b635362011-05-02 12:33:43 +0200362static const hda_nid_t stac92hd73xx_mux_nids[2] = {
Takashi Iwaie2aec172009-09-02 01:00:05 +0200363 0x20, 0x21,
Matthew Ranostaye1f0d662007-12-13 17:47:21 +0100364};
365
Takashi Iwai2b635362011-05-02 12:33:43 +0200366static const hda_nid_t stac92hd73xx_dmux_nids[2] = {
Matthew Ranostaye1f0d662007-12-13 17:47:21 +0100367 0x20, 0x21,
368};
369
Takashi Iwai2b635362011-05-02 12:33:43 +0200370static const hda_nid_t stac92hd73xx_smux_nids[2] = {
Matthew Ranostayd9737752008-09-07 12:03:41 +0200371 0x22, 0x23,
372};
373
Takashi Iwai6479c632009-07-28 18:20:25 +0200374#define STAC92HD73XX_NUM_CAPS 2
Takashi Iwai2b635362011-05-02 12:33:43 +0200375static const unsigned long stac92hd73xx_capvols[] = {
Takashi Iwai6479c632009-07-28 18:20:25 +0200376 HDA_COMPOSE_AMP_VAL(0x20, 3, 0, HDA_OUTPUT),
377 HDA_COMPOSE_AMP_VAL(0x21, 3, 0, HDA_OUTPUT),
378};
379#define stac92hd73xx_capsws stac92hd73xx_capvols
380
Matthew Ranostayd0513fc2008-07-27 10:30:30 +0200381#define STAC92HD83_DAC_COUNT 3
Matthew Ranostayd0513fc2008-07-27 10:30:30 +0200382
Charles Chinafef2cf2011-11-11 08:05:28 +0100383static const hda_nid_t stac92hd83xxx_pwr_nids[7] = {
384 0x0a, 0x0b, 0x0c, 0xd, 0x0e,
385 0x0f, 0x10
Matthew Ranostayd0513fc2008-07-27 10:30:30 +0200386};
387
Takashi Iwai2b635362011-05-02 12:33:43 +0200388static const hda_nid_t stac92hd83xxx_slave_dig_outs[2] = {
Matthew Ranostay0ffa9802008-09-08 11:20:05 -0400389 0x1e, 0,
390};
391
Takashi Iwai2b635362011-05-02 12:33:43 +0200392static const hda_nid_t stac92hd83xxx_dmic_nids[] = {
Vitaliy Kulikov699d8992011-03-10 13:43:35 -0600393 0x11, 0x20,
Vitaliy Kulikovab5a6eb2010-09-08 09:00:17 +0200394};
395
Takashi Iwai2b635362011-05-02 12:33:43 +0200396static const hda_nid_t stac92hd71bxx_pwr_nids[3] = {
Matthew Ranostaya64135a2008-01-10 16:55:06 +0100397 0x0a, 0x0d, 0x0f
398};
399
Takashi Iwai2b635362011-05-02 12:33:43 +0200400static const hda_nid_t stac92hd71bxx_adc_nids[2] = {
Matthew Ranostaye035b842007-11-06 11:53:55 +0100401 0x12, 0x13,
402};
403
Takashi Iwai2b635362011-05-02 12:33:43 +0200404static const hda_nid_t stac92hd71bxx_mux_nids[2] = {
Matthew Ranostaye035b842007-11-06 11:53:55 +0100405 0x1a, 0x1b
406};
407
Takashi Iwai2b635362011-05-02 12:33:43 +0200408static const hda_nid_t stac92hd71bxx_dmux_nids[2] = {
Matthew Ranostay4b33c762008-10-10 09:07:23 -0400409 0x1c, 0x1d,
Matthew Ranostaye1f0d662007-12-13 17:47:21 +0100410};
411
Takashi Iwai2b635362011-05-02 12:33:43 +0200412static const hda_nid_t stac92hd71bxx_smux_nids[2] = {
Matthew Ranostayd9737752008-09-07 12:03:41 +0200413 0x24, 0x25,
414};
415
Matthew Ranostaye035b842007-11-06 11:53:55 +0100416#define STAC92HD71BXX_NUM_DMICS 2
Takashi Iwai2b635362011-05-02 12:33:43 +0200417static const hda_nid_t stac92hd71bxx_dmic_nids[STAC92HD71BXX_NUM_DMICS + 1] = {
Matthew Ranostaye035b842007-11-06 11:53:55 +0100418 0x18, 0x19, 0
419};
420
Takashi Iwai2b635362011-05-02 12:33:43 +0200421static const hda_nid_t stac92hd71bxx_dmic_5port_nids[STAC92HD71BXX_NUM_DMICS] = {
422 0x18, 0
423};
424
425static const hda_nid_t stac92hd71bxx_slave_dig_outs[2] = {
Matthew Ranostay0ffa9802008-09-08 11:20:05 -0400426 0x22, 0
427};
428
Takashi Iwai6479c632009-07-28 18:20:25 +0200429#define STAC92HD71BXX_NUM_CAPS 2
Takashi Iwai2b635362011-05-02 12:33:43 +0200430static const unsigned long stac92hd71bxx_capvols[] = {
Takashi Iwai6479c632009-07-28 18:20:25 +0200431 HDA_COMPOSE_AMP_VAL(0x1c, 3, 0, HDA_OUTPUT),
432 HDA_COMPOSE_AMP_VAL(0x1d, 3, 0, HDA_OUTPUT),
433};
434#define stac92hd71bxx_capsws stac92hd71bxx_capvols
435
Takashi Iwai2b635362011-05-02 12:33:43 +0200436static const hda_nid_t stac925x_adc_nids[1] = {
Tobin Davis8e21c342007-01-08 11:04:17 +0100437 0x03,
438};
439
Takashi Iwai2b635362011-05-02 12:33:43 +0200440static const hda_nid_t stac925x_mux_nids[1] = {
Tobin Davis8e21c342007-01-08 11:04:17 +0100441 0x0f,
442};
443
Takashi Iwai2b635362011-05-02 12:33:43 +0200444static const hda_nid_t stac925x_dac_nids[1] = {
Tobin Davis8e21c342007-01-08 11:04:17 +0100445 0x02,
446};
447
Takashi Iwaif6e98522007-10-16 14:27:04 +0200448#define STAC925X_NUM_DMICS 1
Takashi Iwai2b635362011-05-02 12:33:43 +0200449static const hda_nid_t stac925x_dmic_nids[STAC925X_NUM_DMICS + 1] = {
Takashi Iwaif6e98522007-10-16 14:27:04 +0200450 0x15, 0
Tobin Davis2c11f952007-05-17 09:36:34 +0200451};
452
Takashi Iwai2b635362011-05-02 12:33:43 +0200453static const hda_nid_t stac925x_dmux_nids[1] = {
Takashi Iwai1697055e2007-12-18 18:05:52 +0100454 0x14,
455};
456
Takashi Iwai2b635362011-05-02 12:33:43 +0200457static const unsigned long stac925x_capvols[] = {
Takashi Iwai6479c632009-07-28 18:20:25 +0200458 HDA_COMPOSE_AMP_VAL(0x09, 3, 0, HDA_OUTPUT),
459};
Takashi Iwai2b635362011-05-02 12:33:43 +0200460static const unsigned long stac925x_capsws[] = {
Takashi Iwai6479c632009-07-28 18:20:25 +0200461 HDA_COMPOSE_AMP_VAL(0x14, 3, 0, HDA_OUTPUT),
462};
463
Takashi Iwai2b635362011-05-02 12:33:43 +0200464static const hda_nid_t stac922x_adc_nids[2] = {
Matt2f2f4252005-04-13 14:45:30 +0200465 0x06, 0x07,
466};
467
Takashi Iwai2b635362011-05-02 12:33:43 +0200468static const hda_nid_t stac922x_mux_nids[2] = {
Matt2f2f4252005-04-13 14:45:30 +0200469 0x12, 0x13,
470};
471
Takashi Iwai6479c632009-07-28 18:20:25 +0200472#define STAC922X_NUM_CAPS 2
Takashi Iwai2b635362011-05-02 12:33:43 +0200473static const unsigned long stac922x_capvols[] = {
Takashi Iwai6479c632009-07-28 18:20:25 +0200474 HDA_COMPOSE_AMP_VAL(0x17, 3, 0, HDA_INPUT),
475 HDA_COMPOSE_AMP_VAL(0x18, 3, 0, HDA_INPUT),
476};
477#define stac922x_capsws stac922x_capvols
478
Takashi Iwai2b635362011-05-02 12:33:43 +0200479static const hda_nid_t stac927x_slave_dig_outs[2] = {
Matthew Ranostay45c1d852009-02-04 17:49:41 -0500480 0x1f, 0,
481};
482
Takashi Iwai2b635362011-05-02 12:33:43 +0200483static const hda_nid_t stac927x_adc_nids[3] = {
Matt Porter3cc08dc2006-01-23 15:27:49 +0100484 0x07, 0x08, 0x09
485};
486
Takashi Iwai2b635362011-05-02 12:33:43 +0200487static const hda_nid_t stac927x_mux_nids[3] = {
Matt Porter3cc08dc2006-01-23 15:27:49 +0100488 0x15, 0x16, 0x17
489};
490
Takashi Iwai2b635362011-05-02 12:33:43 +0200491static const hda_nid_t stac927x_smux_nids[1] = {
Matthew Ranostayd9737752008-09-07 12:03:41 +0200492 0x21,
493};
494
Takashi Iwai2b635362011-05-02 12:33:43 +0200495static const hda_nid_t stac927x_dac_nids[6] = {
Matthew Ranostayb76c8502008-02-06 14:49:44 +0100496 0x02, 0x03, 0x04, 0x05, 0x06, 0
497};
498
Takashi Iwai2b635362011-05-02 12:33:43 +0200499static const hda_nid_t stac927x_dmux_nids[1] = {
Matthew Ranostaye1f0d662007-12-13 17:47:21 +0100500 0x1b,
501};
502
Matthew Ranostay7f168592007-10-18 17:38:17 +0200503#define STAC927X_NUM_DMICS 2
Takashi Iwai2b635362011-05-02 12:33:43 +0200504static const hda_nid_t stac927x_dmic_nids[STAC927X_NUM_DMICS + 1] = {
Matthew Ranostay7f168592007-10-18 17:38:17 +0200505 0x13, 0x14, 0
506};
507
Takashi Iwai6479c632009-07-28 18:20:25 +0200508#define STAC927X_NUM_CAPS 3
Takashi Iwai2b635362011-05-02 12:33:43 +0200509static const unsigned long stac927x_capvols[] = {
Takashi Iwai6479c632009-07-28 18:20:25 +0200510 HDA_COMPOSE_AMP_VAL(0x18, 3, 0, HDA_INPUT),
511 HDA_COMPOSE_AMP_VAL(0x19, 3, 0, HDA_INPUT),
512 HDA_COMPOSE_AMP_VAL(0x1a, 3, 0, HDA_INPUT),
513};
Takashi Iwai2b635362011-05-02 12:33:43 +0200514static const unsigned long stac927x_capsws[] = {
Takashi Iwai6479c632009-07-28 18:20:25 +0200515 HDA_COMPOSE_AMP_VAL(0x1b, 3, 0, HDA_OUTPUT),
516 HDA_COMPOSE_AMP_VAL(0x1c, 3, 0, HDA_OUTPUT),
517 HDA_COMPOSE_AMP_VAL(0x1d, 3, 0, HDA_OUTPUT),
518};
519
Takashi Iwaiea734962011-01-17 11:29:34 +0100520static const char * const stac927x_spdif_labels[5] = {
Matthew Ranostay65973632008-09-16 10:39:37 -0400521 "Digital Playback", "ADAT", "Analog Mux 1",
522 "Analog Mux 2", "Analog Mux 3"
523};
524
Takashi Iwai2b635362011-05-02 12:33:43 +0200525static const hda_nid_t stac9205_adc_nids[2] = {
Matt Porterf3302a52006-07-31 12:49:34 +0200526 0x12, 0x13
527};
528
Takashi Iwai2b635362011-05-02 12:33:43 +0200529static const hda_nid_t stac9205_mux_nids[2] = {
Matt Porterf3302a52006-07-31 12:49:34 +0200530 0x19, 0x1a
531};
532
Takashi Iwai2b635362011-05-02 12:33:43 +0200533static const hda_nid_t stac9205_dmux_nids[1] = {
Takashi Iwai1697055e2007-12-18 18:05:52 +0100534 0x1d,
Matthew Ranostaye1f0d662007-12-13 17:47:21 +0100535};
536
Takashi Iwai2b635362011-05-02 12:33:43 +0200537static const hda_nid_t stac9205_smux_nids[1] = {
Matthew Ranostayd9737752008-09-07 12:03:41 +0200538 0x21,
539};
540
Takashi Iwaif6e98522007-10-16 14:27:04 +0200541#define STAC9205_NUM_DMICS 2
Takashi Iwai2b635362011-05-02 12:33:43 +0200542static const hda_nid_t stac9205_dmic_nids[STAC9205_NUM_DMICS + 1] = {
Takashi Iwaif6e98522007-10-16 14:27:04 +0200543 0x17, 0x18, 0
Matt Porter8b657272006-10-26 17:12:59 +0200544};
545
Takashi Iwai6479c632009-07-28 18:20:25 +0200546#define STAC9205_NUM_CAPS 2
Takashi Iwai2b635362011-05-02 12:33:43 +0200547static const unsigned long stac9205_capvols[] = {
Takashi Iwai6479c632009-07-28 18:20:25 +0200548 HDA_COMPOSE_AMP_VAL(0x1b, 3, 0, HDA_INPUT),
549 HDA_COMPOSE_AMP_VAL(0x1c, 3, 0, HDA_INPUT),
550};
Takashi Iwai2b635362011-05-02 12:33:43 +0200551static const unsigned long stac9205_capsws[] = {
Takashi Iwai6479c632009-07-28 18:20:25 +0200552 HDA_COMPOSE_AMP_VAL(0x1d, 3, 0, HDA_OUTPUT),
553 HDA_COMPOSE_AMP_VAL(0x1e, 3, 0, HDA_OUTPUT),
554};
555
Takashi Iwai2b635362011-05-02 12:33:43 +0200556static const hda_nid_t stac9200_pin_nids[8] = {
Tobin Davis93ed1502006-09-01 21:03:12 +0200557 0x08, 0x09, 0x0d, 0x0e,
558 0x0f, 0x10, 0x11, 0x12,
Matt2f2f4252005-04-13 14:45:30 +0200559};
560
Takashi Iwai2b635362011-05-02 12:33:43 +0200561static const hda_nid_t stac925x_pin_nids[8] = {
Tobin Davis8e21c342007-01-08 11:04:17 +0100562 0x07, 0x08, 0x0a, 0x0b,
563 0x0c, 0x0d, 0x10, 0x11,
564};
565
Takashi Iwai2b635362011-05-02 12:33:43 +0200566static const hda_nid_t stac922x_pin_nids[10] = {
Matt2f2f4252005-04-13 14:45:30 +0200567 0x0a, 0x0b, 0x0c, 0x0d, 0x0e,
568 0x0f, 0x10, 0x11, 0x15, 0x1b,
569};
570
Takashi Iwai2b635362011-05-02 12:33:43 +0200571static const hda_nid_t stac92hd73xx_pin_nids[13] = {
Matthew Ranostaye1f0d662007-12-13 17:47:21 +0100572 0x0a, 0x0b, 0x0c, 0x0d, 0x0e,
573 0x0f, 0x10, 0x11, 0x12, 0x13,
Matthew Ranostayd9737752008-09-07 12:03:41 +0200574 0x14, 0x22, 0x23
Matthew Ranostaye1f0d662007-12-13 17:47:21 +0100575};
576
Herton Ronaldo Krzesinski616f89e2009-02-04 11:23:19 -0500577#define STAC92HD71BXX_NUM_PINS 13
Takashi Iwai2b635362011-05-02 12:33:43 +0200578static const hda_nid_t stac92hd71bxx_pin_nids_4port[STAC92HD71BXX_NUM_PINS] = {
Herton Ronaldo Krzesinski616f89e2009-02-04 11:23:19 -0500579 0x0a, 0x0b, 0x0c, 0x0d, 0x00,
580 0x00, 0x14, 0x18, 0x19, 0x1e,
581 0x1f, 0x20, 0x27
582};
Takashi Iwai2b635362011-05-02 12:33:43 +0200583static const hda_nid_t stac92hd71bxx_pin_nids_6port[STAC92HD71BXX_NUM_PINS] = {
Matthew Ranostaye035b842007-11-06 11:53:55 +0100584 0x0a, 0x0b, 0x0c, 0x0d, 0x0e,
585 0x0f, 0x14, 0x18, 0x19, 0x1e,
Herton Ronaldo Krzesinski616f89e2009-02-04 11:23:19 -0500586 0x1f, 0x20, 0x27
Matthew Ranostaye035b842007-11-06 11:53:55 +0100587};
588
Takashi Iwai2b635362011-05-02 12:33:43 +0200589static const hda_nid_t stac927x_pin_nids[14] = {
Matt Porter3cc08dc2006-01-23 15:27:49 +0100590 0x0a, 0x0b, 0x0c, 0x0d, 0x0e,
591 0x0f, 0x10, 0x11, 0x12, 0x13,
592 0x14, 0x21, 0x22, 0x23,
593};
594
Takashi Iwai2b635362011-05-02 12:33:43 +0200595static const hda_nid_t stac9205_pin_nids[12] = {
Matt Porterf3302a52006-07-31 12:49:34 +0200596 0x0a, 0x0b, 0x0c, 0x0d, 0x0e,
597 0x0f, 0x14, 0x16, 0x17, 0x18,
598 0x21, 0x22,
Matt Porterf3302a52006-07-31 12:49:34 +0200599};
600
Matt Porter8b657272006-10-26 17:12:59 +0200601static int stac92xx_dmux_enum_info(struct snd_kcontrol *kcontrol,
602 struct snd_ctl_elem_info *uinfo)
603{
604 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
605 struct sigmatel_spec *spec = codec->spec;
606 return snd_hda_input_mux_info(spec->dinput_mux, uinfo);
607}
608
609static int stac92xx_dmux_enum_get(struct snd_kcontrol *kcontrol,
610 struct snd_ctl_elem_value *ucontrol)
611{
612 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
613 struct sigmatel_spec *spec = codec->spec;
Matthew Ranostaye1f0d662007-12-13 17:47:21 +0100614 unsigned int dmux_idx = snd_ctl_get_ioffidx(kcontrol, &ucontrol->id);
Matt Porter8b657272006-10-26 17:12:59 +0200615
Matthew Ranostaye1f0d662007-12-13 17:47:21 +0100616 ucontrol->value.enumerated.item[0] = spec->cur_dmux[dmux_idx];
Matt Porter8b657272006-10-26 17:12:59 +0200617 return 0;
618}
619
620static int stac92xx_dmux_enum_put(struct snd_kcontrol *kcontrol,
621 struct snd_ctl_elem_value *ucontrol)
622{
623 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
624 struct sigmatel_spec *spec = codec->spec;
Matthew Ranostaye1f0d662007-12-13 17:47:21 +0100625 unsigned int dmux_idx = snd_ctl_get_ioffidx(kcontrol, &ucontrol->id);
Matt Porter8b657272006-10-26 17:12:59 +0200626
627 return snd_hda_input_mux_put(codec, spec->dinput_mux, ucontrol,
Matthew Ranostaye1f0d662007-12-13 17:47:21 +0100628 spec->dmux_nids[dmux_idx], &spec->cur_dmux[dmux_idx]);
Matt Porter8b657272006-10-26 17:12:59 +0200629}
630
Matthew Ranostayd9737752008-09-07 12:03:41 +0200631static int stac92xx_smux_enum_info(struct snd_kcontrol *kcontrol,
632 struct snd_ctl_elem_info *uinfo)
633{
634 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
635 struct sigmatel_spec *spec = codec->spec;
636 return snd_hda_input_mux_info(spec->sinput_mux, uinfo);
637}
638
639static int stac92xx_smux_enum_get(struct snd_kcontrol *kcontrol,
640 struct snd_ctl_elem_value *ucontrol)
641{
642 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
643 struct sigmatel_spec *spec = codec->spec;
644 unsigned int smux_idx = snd_ctl_get_ioffidx(kcontrol, &ucontrol->id);
645
646 ucontrol->value.enumerated.item[0] = spec->cur_smux[smux_idx];
647 return 0;
648}
649
650static int stac92xx_smux_enum_put(struct snd_kcontrol *kcontrol,
651 struct snd_ctl_elem_value *ucontrol)
652{
653 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
654 struct sigmatel_spec *spec = codec->spec;
Matthew Ranostay00ef50c2008-09-27 18:13:47 -0400655 struct hda_input_mux *smux = &spec->private_smux;
Matthew Ranostayd9737752008-09-07 12:03:41 +0200656 unsigned int smux_idx = snd_ctl_get_ioffidx(kcontrol, &ucontrol->id);
Matthew Ranostay00ef50c2008-09-27 18:13:47 -0400657 int err, val;
658 hda_nid_t nid;
Matthew Ranostayd9737752008-09-07 12:03:41 +0200659
Matthew Ranostay00ef50c2008-09-27 18:13:47 -0400660 err = snd_hda_input_mux_put(codec, spec->sinput_mux, ucontrol,
Matthew Ranostayd9737752008-09-07 12:03:41 +0200661 spec->smux_nids[smux_idx], &spec->cur_smux[smux_idx]);
Matthew Ranostay00ef50c2008-09-27 18:13:47 -0400662 if (err < 0)
663 return err;
664
665 if (spec->spdif_mute) {
666 if (smux_idx == 0)
667 nid = spec->multiout.dig_out_nid;
668 else
669 nid = codec->slave_dig_outs[smux_idx - 1];
670 if (spec->cur_smux[smux_idx] == smux->num_items - 1)
Takashi Iwaic9b46f92008-12-01 11:42:09 +0100671 val = HDA_AMP_MUTE;
Matthew Ranostay00ef50c2008-09-27 18:13:47 -0400672 else
Takashi Iwaic9b46f92008-12-01 11:42:09 +0100673 val = 0;
Matthew Ranostay00ef50c2008-09-27 18:13:47 -0400674 /* un/mute SPDIF out */
Takashi Iwaic9b46f92008-12-01 11:42:09 +0100675 snd_hda_codec_amp_stereo(codec, nid, HDA_OUTPUT, 0,
676 HDA_AMP_MUTE, val);
Matthew Ranostay00ef50c2008-09-27 18:13:47 -0400677 }
678 return 0;
Matthew Ranostayd9737752008-09-07 12:03:41 +0200679}
680
Vitaliy Kulikov45eebda2011-07-26 16:56:20 -0500681static int stac_vrefout_set(struct hda_codec *codec,
682 hda_nid_t nid, unsigned int new_vref)
683{
684 int error, pinctl;
685
686 snd_printdd("%s, nid %x ctl %x\n", __func__, nid, new_vref);
687 pinctl = snd_hda_codec_read(codec, nid, 0,
688 AC_VERB_GET_PIN_WIDGET_CONTROL, 0);
689
690 if (pinctl < 0)
691 return pinctl;
692
693 pinctl &= 0xff;
694 pinctl &= ~AC_PINCTL_VREFEN;
695 pinctl |= (new_vref & AC_PINCTL_VREFEN);
696
Takashi Iwaicdd03ce2012-04-20 12:34:50 +0200697 error = snd_hda_set_pin_ctl_cache(codec, nid, pinctl);
Vitaliy Kulikov45eebda2011-07-26 16:56:20 -0500698 if (error < 0)
699 return error;
700
701 return 1;
702}
703
Nickolas Lloyd2fc99892009-05-15 15:33:30 +0200704static unsigned int stac92xx_vref_set(struct hda_codec *codec,
705 hda_nid_t nid, unsigned int new_vref)
706{
Takashi Iwaib8621512009-06-22 08:00:10 +0200707 int error;
Nickolas Lloyd2fc99892009-05-15 15:33:30 +0200708 unsigned int pincfg;
709 pincfg = snd_hda_codec_read(codec, nid, 0,
710 AC_VERB_GET_PIN_WIDGET_CONTROL, 0);
711
712 pincfg &= 0xff;
713 pincfg &= ~(AC_PINCTL_VREFEN | AC_PINCTL_IN_EN | AC_PINCTL_OUT_EN);
714 pincfg |= new_vref;
715
716 if (new_vref == AC_PINCTL_VREF_HIZ)
717 pincfg |= AC_PINCTL_OUT_EN;
718 else
719 pincfg |= AC_PINCTL_IN_EN;
720
Takashi Iwaicdd03ce2012-04-20 12:34:50 +0200721 error = snd_hda_set_pin_ctl_cache(codec, nid, pincfg);
Nickolas Lloyd2fc99892009-05-15 15:33:30 +0200722 if (error < 0)
723 return error;
724 else
725 return 1;
726}
727
728static unsigned int stac92xx_vref_get(struct hda_codec *codec, hda_nid_t nid)
729{
730 unsigned int vref;
731 vref = snd_hda_codec_read(codec, nid, 0,
732 AC_VERB_GET_PIN_WIDGET_CONTROL, 0);
733 vref &= AC_PINCTL_VREFEN;
734 return vref;
735}
736
Takashi Iwaic8b6bf92005-11-17 14:57:47 +0100737static int stac92xx_mux_enum_info(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_info *uinfo)
Matt2f2f4252005-04-13 14:45:30 +0200738{
739 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
740 struct sigmatel_spec *spec = codec->spec;
Mattc7d4b2f2005-06-27 14:59:41 +0200741 return snd_hda_input_mux_info(spec->input_mux, uinfo);
Matt2f2f4252005-04-13 14:45:30 +0200742}
743
Takashi Iwaic8b6bf92005-11-17 14:57:47 +0100744static int stac92xx_mux_enum_get(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol)
Matt2f2f4252005-04-13 14:45:30 +0200745{
746 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
747 struct sigmatel_spec *spec = codec->spec;
748 unsigned int adc_idx = snd_ctl_get_ioffidx(kcontrol, &ucontrol->id);
749
750 ucontrol->value.enumerated.item[0] = spec->cur_mux[adc_idx];
751 return 0;
752}
753
Takashi Iwaic8b6bf92005-11-17 14:57:47 +0100754static int stac92xx_mux_enum_put(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol)
Matt2f2f4252005-04-13 14:45:30 +0200755{
756 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
757 struct sigmatel_spec *spec = codec->spec;
758 unsigned int adc_idx = snd_ctl_get_ioffidx(kcontrol, &ucontrol->id);
Takashi Iwai5207e102009-07-30 13:09:08 +0200759 const struct hda_input_mux *imux = spec->input_mux;
Vitaliy Kulikov094a4242011-03-09 19:47:43 -0600760 unsigned int idx, prev_idx, didx;
Matt2f2f4252005-04-13 14:45:30 +0200761
Takashi Iwai5207e102009-07-30 13:09:08 +0200762 idx = ucontrol->value.enumerated.item[0];
763 if (idx >= imux->num_items)
764 idx = imux->num_items - 1;
765 prev_idx = spec->cur_mux[adc_idx];
766 if (prev_idx == idx)
767 return 0;
768 if (idx < spec->num_analog_muxes) {
769 snd_hda_codec_write_cache(codec, spec->mux_nids[adc_idx], 0,
770 AC_VERB_SET_CONNECT_SEL,
771 imux->items[idx].index);
Vitaliy Kulikov094a4242011-03-09 19:47:43 -0600772 if (prev_idx >= spec->num_analog_muxes &&
773 spec->mux_nids[adc_idx] != spec->dmux_nids[adc_idx]) {
Takashi Iwai5207e102009-07-30 13:09:08 +0200774 imux = spec->dinput_mux;
775 /* 0 = analog */
776 snd_hda_codec_write_cache(codec,
777 spec->dmux_nids[adc_idx], 0,
778 AC_VERB_SET_CONNECT_SEL,
779 imux->items[0].index);
780 }
781 } else {
782 imux = spec->dinput_mux;
Vitaliy Kulikov094a4242011-03-09 19:47:43 -0600783 /* first dimux item is hardcoded to select analog imux,
784 * so lets skip it
785 */
786 didx = idx - spec->num_analog_muxes + 1;
Takashi Iwai5207e102009-07-30 13:09:08 +0200787 snd_hda_codec_write_cache(codec, spec->dmux_nids[adc_idx], 0,
788 AC_VERB_SET_CONNECT_SEL,
Vitaliy Kulikov094a4242011-03-09 19:47:43 -0600789 imux->items[didx].index);
Takashi Iwai5207e102009-07-30 13:09:08 +0200790 }
791 spec->cur_mux[adc_idx] = idx;
792 return 1;
Matt2f2f4252005-04-13 14:45:30 +0200793}
794
Matthew Ranostayb22b4822008-01-22 12:32:30 +0100795static int stac92xx_mono_mux_enum_info(struct snd_kcontrol *kcontrol,
796 struct snd_ctl_elem_info *uinfo)
797{
798 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
799 struct sigmatel_spec *spec = codec->spec;
800 return snd_hda_input_mux_info(spec->mono_mux, uinfo);
801}
802
803static int stac92xx_mono_mux_enum_get(struct snd_kcontrol *kcontrol,
804 struct snd_ctl_elem_value *ucontrol)
805{
806 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
807 struct sigmatel_spec *spec = codec->spec;
808
809 ucontrol->value.enumerated.item[0] = spec->cur_mmux;
810 return 0;
811}
812
813static int stac92xx_mono_mux_enum_put(struct snd_kcontrol *kcontrol,
814 struct snd_ctl_elem_value *ucontrol)
815{
816 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
817 struct sigmatel_spec *spec = codec->spec;
818
819 return snd_hda_input_mux_put(codec, spec->mono_mux, ucontrol,
820 spec->mono_nid, &spec->cur_mmux);
821}
822
Maxim Levitsky5f10c4a2007-09-03 15:29:37 +0200823#define stac92xx_aloopback_info snd_ctl_boolean_mono_info
824
825static int stac92xx_aloopback_get(struct snd_kcontrol *kcontrol,
826 struct snd_ctl_elem_value *ucontrol)
827{
828 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
Matthew Ranostaye1f0d662007-12-13 17:47:21 +0100829 unsigned int idx = snd_ctl_get_ioffidx(kcontrol, &ucontrol->id);
Maxim Levitsky5f10c4a2007-09-03 15:29:37 +0200830 struct sigmatel_spec *spec = codec->spec;
831
Matthew Ranostaye1f0d662007-12-13 17:47:21 +0100832 ucontrol->value.integer.value[0] = !!(spec->aloopback &
833 (spec->aloopback_mask << idx));
Maxim Levitsky5f10c4a2007-09-03 15:29:37 +0200834 return 0;
835}
836
837static int stac92xx_aloopback_put(struct snd_kcontrol *kcontrol,
838 struct snd_ctl_elem_value *ucontrol)
839{
840 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
841 struct sigmatel_spec *spec = codec->spec;
Matthew Ranostaye1f0d662007-12-13 17:47:21 +0100842 unsigned int idx = snd_ctl_get_ioffidx(kcontrol, &ucontrol->id);
Maxim Levitsky5f10c4a2007-09-03 15:29:37 +0200843 unsigned int dac_mode;
Matthew Ranostaye1f0d662007-12-13 17:47:21 +0100844 unsigned int val, idx_val;
Maxim Levitsky5f10c4a2007-09-03 15:29:37 +0200845
Matthew Ranostaye1f0d662007-12-13 17:47:21 +0100846 idx_val = spec->aloopback_mask << idx;
847 if (ucontrol->value.integer.value[0])
848 val = spec->aloopback | idx_val;
849 else
850 val = spec->aloopback & ~idx_val;
Takashi Iwai68ea7b22007-11-15 15:54:38 +0100851 if (spec->aloopback == val)
Maxim Levitsky5f10c4a2007-09-03 15:29:37 +0200852 return 0;
853
Takashi Iwai68ea7b22007-11-15 15:54:38 +0100854 spec->aloopback = val;
Maxim Levitsky5f10c4a2007-09-03 15:29:37 +0200855
Matthew Ranostaye1f0d662007-12-13 17:47:21 +0100856 /* Only return the bits defined by the shift value of the
857 * first two bytes of the mask
858 */
Maxim Levitsky5f10c4a2007-09-03 15:29:37 +0200859 dac_mode = snd_hda_codec_read(codec, codec->afg, 0,
Matthew Ranostaye1f0d662007-12-13 17:47:21 +0100860 kcontrol->private_value & 0xFFFF, 0x0);
861 dac_mode >>= spec->aloopback_shift;
Maxim Levitsky5f10c4a2007-09-03 15:29:37 +0200862
Matthew Ranostaye1f0d662007-12-13 17:47:21 +0100863 if (spec->aloopback & idx_val) {
Maxim Levitsky5f10c4a2007-09-03 15:29:37 +0200864 snd_hda_power_up(codec);
Matthew Ranostaye1f0d662007-12-13 17:47:21 +0100865 dac_mode |= idx_val;
Maxim Levitsky5f10c4a2007-09-03 15:29:37 +0200866 } else {
867 snd_hda_power_down(codec);
Matthew Ranostaye1f0d662007-12-13 17:47:21 +0100868 dac_mode &= ~idx_val;
Maxim Levitsky5f10c4a2007-09-03 15:29:37 +0200869 }
870
871 snd_hda_codec_write_cache(codec, codec->afg, 0,
872 kcontrol->private_value >> 16, dac_mode);
873
874 return 1;
875}
876
Takashi Iwai2b635362011-05-02 12:33:43 +0200877static const struct hda_verb stac9200_core_init[] = {
Matt2f2f4252005-04-13 14:45:30 +0200878 /* set dac0mux for dac converter */
Mattc7d4b2f2005-06-27 14:59:41 +0200879 { 0x07, AC_VERB_SET_CONNECT_SEL, 0x00},
Matt2f2f4252005-04-13 14:45:30 +0200880 {}
881};
882
Takashi Iwai2b635362011-05-02 12:33:43 +0200883static const struct hda_verb stac9200_eapd_init[] = {
Takashi Iwai1194b5b2007-10-10 10:04:26 +0200884 /* set dac0mux for dac converter */
885 {0x07, AC_VERB_SET_CONNECT_SEL, 0x00},
886 {0x08, AC_VERB_SET_EAPD_BTLENABLE, 0x02},
887 {}
888};
889
Takashi Iwai2b635362011-05-02 12:33:43 +0200890static const struct hda_verb dell_eq_core_init[] = {
Matthew Ranostayd654a662008-03-14 08:46:51 +0100891 /* set master volume to max value without distortion
892 * and direct control */
893 { 0x1f, AC_VERB_SET_VOLUME_KNOB_CONTROL, 0xec},
Matthew Ranostayd654a662008-03-14 08:46:51 +0100894 {}
895};
896
Takashi Iwai2b635362011-05-02 12:33:43 +0200897static const struct hda_verb stac92hd73xx_core_init[] = {
Matthew Ranostaye1f0d662007-12-13 17:47:21 +0100898 /* set master volume and direct control */
899 { 0x1f, AC_VERB_SET_VOLUME_KNOB_CONTROL, 0xff},
Matthew Ranostaye1f0d662007-12-13 17:47:21 +0100900 {}
901};
902
Takashi Iwai2b635362011-05-02 12:33:43 +0200903static const struct hda_verb stac92hd83xxx_core_init[] = {
Matthew Ranostayd0513fc2008-07-27 10:30:30 +0200904 /* power state controls amps */
905 { 0x01, AC_VERB_SET_EAPD, 1 << 2},
Herton Ronaldo Krzesinski574f3c42008-12-23 16:53:00 -0200906 {}
Matthew Ranostayd0513fc2008-07-27 10:30:30 +0200907};
908
Vitaliy Kulikov5556e142012-02-27 16:47:37 -0600909static const struct hda_verb stac92hd83xxx_hp_zephyr_init[] = {
910 { 0x22, 0x785, 0x43 },
911 { 0x22, 0x782, 0xe0 },
912 { 0x22, 0x795, 0x00 },
913 {}
914};
915
Takashi Iwai2b635362011-05-02 12:33:43 +0200916static const struct hda_verb stac92hd71bxx_core_init[] = {
Matthew Ranostaye035b842007-11-06 11:53:55 +0100917 /* set master volume and direct control */
918 { 0x28, AC_VERB_SET_VOLUME_KNOB_CONTROL, 0xff},
Herton Ronaldo Krzesinski574f3c42008-12-23 16:53:00 -0200919 {}
Matthew Ranostay541eee82007-12-14 12:08:04 +0100920};
921
Takashi Iwai2b635362011-05-02 12:33:43 +0200922static const struct hda_verb stac92hd71bxx_unmute_core_init[] = {
Matthew Ranostayca8d33f2009-01-26 09:33:52 -0500923 /* unmute right and left channels for nodes 0x0f, 0xa, 0x0d */
924 { 0x0f, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
Matthew Ranostaye035b842007-11-06 11:53:55 +0100925 { 0x0a, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
926 { 0x0d, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
Matthew Ranostaye035b842007-11-06 11:53:55 +0100927 {}
928};
929
Takashi Iwai2b635362011-05-02 12:33:43 +0200930static const struct hda_verb stac925x_core_init[] = {
Tobin Davis8e21c342007-01-08 11:04:17 +0100931 /* set dac0mux for dac converter */
932 { 0x06, AC_VERB_SET_CONNECT_SEL, 0x00},
Takashi Iwaic9280d62009-01-15 17:31:00 +0100933 /* mute the master volume */
934 { 0x0e, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_MUTE },
Tobin Davis8e21c342007-01-08 11:04:17 +0100935 {}
936};
937
Takashi Iwai2b635362011-05-02 12:33:43 +0200938static const struct hda_verb stac922x_core_init[] = {
Matt2f2f4252005-04-13 14:45:30 +0200939 /* set master volume and direct control */
Mattc7d4b2f2005-06-27 14:59:41 +0200940 { 0x16, AC_VERB_SET_VOLUME_KNOB_CONTROL, 0xff},
Matt2f2f4252005-04-13 14:45:30 +0200941 {}
942};
943
Takashi Iwai2b635362011-05-02 12:33:43 +0200944static const struct hda_verb d965_core_init[] = {
Takashi Iwai19039bd2006-06-28 15:52:16 +0200945 /* set master volume and direct control */
Tobin Davis93ed1502006-09-01 21:03:12 +0200946 { 0x24, AC_VERB_SET_VOLUME_KNOB_CONTROL, 0xff},
Takashi Iwai19039bd2006-06-28 15:52:16 +0200947 /* unmute node 0x1b */
948 { 0x1b, AC_VERB_SET_AMP_GAIN_MUTE, 0xb000},
949 /* select node 0x03 as DAC */
950 { 0x0b, AC_VERB_SET_CONNECT_SEL, 0x01},
951 {}
952};
953
Takashi Iwai2b635362011-05-02 12:33:43 +0200954static const struct hda_verb dell_3st_core_init[] = {
Takashi Iwaiccca7cd2009-10-13 15:32:21 +0200955 /* don't set delta bit */
956 {0x24, AC_VERB_SET_VOLUME_KNOB_CONTROL, 0x7f},
957 /* unmute node 0x1b */
958 {0x1b, AC_VERB_SET_AMP_GAIN_MUTE, 0xb000},
959 /* select node 0x03 as DAC */
960 {0x0b, AC_VERB_SET_CONNECT_SEL, 0x01},
961 {}
962};
963
Takashi Iwai2b635362011-05-02 12:33:43 +0200964static const struct hda_verb stac927x_core_init[] = {
Matt Porter3cc08dc2006-01-23 15:27:49 +0100965 /* set master volume and direct control */
966 { 0x24, AC_VERB_SET_VOLUME_KNOB_CONTROL, 0xff},
Matthew Ranostay1cd22242008-07-18 18:20:52 +0200967 /* enable analog pc beep path */
968 { 0x01, AC_VERB_SET_DIGI_CONVERT_2, 1 << 5},
Matt Porter3cc08dc2006-01-23 15:27:49 +0100969 {}
970};
971
Takashi Iwai2b635362011-05-02 12:33:43 +0200972static const struct hda_verb stac927x_volknob_core_init[] = {
Takashi Iwai54930532009-10-11 17:38:29 +0200973 /* don't set delta bit */
974 {0x24, AC_VERB_SET_VOLUME_KNOB_CONTROL, 0x7f},
975 /* enable analog pc beep path */
976 {0x01, AC_VERB_SET_DIGI_CONVERT_2, 1 << 5},
977 {}
978};
979
Takashi Iwai2b635362011-05-02 12:33:43 +0200980static const struct hda_verb stac9205_core_init[] = {
Matt Porterf3302a52006-07-31 12:49:34 +0200981 /* set master volume and direct control */
982 { 0x24, AC_VERB_SET_VOLUME_KNOB_CONTROL, 0xff},
Matthew Ranostayd0513fc2008-07-27 10:30:30 +0200983 /* enable analog pc beep path */
984 { 0x01, AC_VERB_SET_DIGI_CONVERT_2, 1 << 5},
Matt Porterf3302a52006-07-31 12:49:34 +0200985 {}
986};
987
Matthew Ranostayb22b4822008-01-22 12:32:30 +0100988#define STAC_MONO_MUX \
989 { \
990 .iface = SNDRV_CTL_ELEM_IFACE_MIXER, \
991 .name = "Mono Mux", \
992 .count = 1, \
993 .info = stac92xx_mono_mux_enum_info, \
994 .get = stac92xx_mono_mux_enum_get, \
995 .put = stac92xx_mono_mux_enum_put, \
996 }
997
Matthew Ranostaye1f0d662007-12-13 17:47:21 +0100998#define STAC_ANALOG_LOOPBACK(verb_read, verb_write, cnt) \
Maxim Levitsky5f10c4a2007-09-03 15:29:37 +0200999 { \
1000 .iface = SNDRV_CTL_ELEM_IFACE_MIXER, \
1001 .name = "Analog Loopback", \
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01001002 .count = cnt, \
Maxim Levitsky5f10c4a2007-09-03 15:29:37 +02001003 .info = stac92xx_aloopback_info, \
1004 .get = stac92xx_aloopback_get, \
1005 .put = stac92xx_aloopback_put, \
1006 .private_value = verb_read | (verb_write << 16), \
1007 }
1008
Nickolas Lloyd2fc99892009-05-15 15:33:30 +02001009#define DC_BIAS(xname, idx, nid) \
1010 { \
1011 .iface = SNDRV_CTL_ELEM_IFACE_MIXER, \
1012 .name = xname, \
1013 .index = idx, \
1014 .info = stac92xx_dc_bias_info, \
1015 .get = stac92xx_dc_bias_get, \
1016 .put = stac92xx_dc_bias_put, \
1017 .private_value = nid, \
1018 }
1019
Takashi Iwai2b635362011-05-02 12:33:43 +02001020static const struct snd_kcontrol_new stac9200_mixer[] = {
Takashi Iwai2faa3bf2012-03-12 12:30:22 +01001021 HDA_CODEC_VOLUME_MIN_MUTE("PCM Playback Volume", 0xb, 0, HDA_OUTPUT),
1022 HDA_CODEC_MUTE("PCM Playback Switch", 0xb, 0, HDA_OUTPUT),
Matt2f2f4252005-04-13 14:45:30 +02001023 HDA_CODEC_VOLUME("Capture Volume", 0x0a, 0, HDA_OUTPUT),
1024 HDA_CODEC_MUTE("Capture Switch", 0x0a, 0, HDA_OUTPUT),
Matt2f2f4252005-04-13 14:45:30 +02001025 { } /* end */
1026};
1027
Takashi Iwai2b635362011-05-02 12:33:43 +02001028static const struct snd_kcontrol_new stac92hd73xx_6ch_loopback[] = {
Takashi Iwaid78d7a92009-03-02 14:26:25 +01001029 STAC_ANALOG_LOOPBACK(0xFA0, 0x7A1, 3),
1030 {}
1031};
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01001032
Takashi Iwai2b635362011-05-02 12:33:43 +02001033static const struct snd_kcontrol_new stac92hd73xx_8ch_loopback[] = {
Takashi Iwaid78d7a92009-03-02 14:26:25 +01001034 STAC_ANALOG_LOOPBACK(0xFA0, 0x7A1, 4),
1035 {}
1036};
1037
Takashi Iwai2b635362011-05-02 12:33:43 +02001038static const struct snd_kcontrol_new stac92hd73xx_10ch_loopback[] = {
Takashi Iwaid78d7a92009-03-02 14:26:25 +01001039 STAC_ANALOG_LOOPBACK(0xFA0, 0x7A1, 5),
1040 {}
1041};
1042
Matthew Ranostayd0513fc2008-07-27 10:30:30 +02001043
Takashi Iwai2b635362011-05-02 12:33:43 +02001044static const struct snd_kcontrol_new stac92hd71bxx_loopback[] = {
Takashi Iwaid78d7a92009-03-02 14:26:25 +01001045 STAC_ANALOG_LOOPBACK(0xFA0, 0x7A0, 2)
1046};
Matthew Ranostay541eee82007-12-14 12:08:04 +01001047
Takashi Iwai2b635362011-05-02 12:33:43 +02001048static const struct snd_kcontrol_new stac925x_mixer[] = {
Takashi Iwai2faa3bf2012-03-12 12:30:22 +01001049 HDA_CODEC_VOLUME_MIN_MUTE("PCM Playback Volume", 0xe, 0, HDA_OUTPUT),
1050 HDA_CODEC_MUTE("PCM Playback Switch", 0x0e, 0, HDA_OUTPUT),
Maxim Levitsky9e05b7a2007-09-03 15:31:02 +02001051 { } /* end */
1052};
1053
Takashi Iwai2b635362011-05-02 12:33:43 +02001054static const struct snd_kcontrol_new stac9205_loopback[] = {
Takashi Iwaid78d7a92009-03-02 14:26:25 +01001055 STAC_ANALOG_LOOPBACK(0xFE0, 0x7E0, 1),
1056 {}
1057};
1058
Takashi Iwai2b635362011-05-02 12:33:43 +02001059static const struct snd_kcontrol_new stac927x_loopback[] = {
Takashi Iwaid78d7a92009-03-02 14:26:25 +01001060 STAC_ANALOG_LOOPBACK(0xFEB, 0x7EB, 1),
1061 {}
1062};
1063
Takashi Iwai1697055e2007-12-18 18:05:52 +01001064static struct snd_kcontrol_new stac_dmux_mixer = {
1065 .iface = SNDRV_CTL_ELEM_IFACE_MIXER,
1066 .name = "Digital Input Source",
1067 /* count set later */
1068 .info = stac92xx_dmux_enum_info,
1069 .get = stac92xx_dmux_enum_get,
1070 .put = stac92xx_dmux_enum_put,
1071};
1072
Matthew Ranostayd9737752008-09-07 12:03:41 +02001073static struct snd_kcontrol_new stac_smux_mixer = {
1074 .iface = SNDRV_CTL_ELEM_IFACE_MIXER,
Matthew Ranostaye3487972008-09-08 11:36:59 -04001075 .name = "IEC958 Playback Source",
Matthew Ranostayd9737752008-09-07 12:03:41 +02001076 /* count set later */
1077 .info = stac92xx_smux_enum_info,
1078 .get = stac92xx_smux_enum_get,
1079 .put = stac92xx_smux_enum_put,
1080};
1081
Takashi Iwai9322ca52012-02-03 14:28:01 +01001082static const char * const slave_pfxs[] = {
1083 "Front", "Surround", "Center", "LFE", "Side",
Takashi Iwaiab548d22012-09-06 10:10:11 +02001084 "Headphone", "Speaker", "IEC958", "PCM",
Takashi Iwai2134ea42008-01-10 16:53:55 +01001085 NULL
1086};
1087
Takashi Iwai2faa3bf2012-03-12 12:30:22 +01001088static void stac92xx_update_led_status(struct hda_codec *codec, int enabled);
1089
1090static void stac92xx_vmaster_hook(void *private_data, int val)
1091{
1092 stac92xx_update_led_status(private_data, val);
1093}
1094
Takashi Iwai603c4012008-07-30 15:01:44 +02001095static void stac92xx_free_kctls(struct hda_codec *codec);
1096
Matt2f2f4252005-04-13 14:45:30 +02001097static int stac92xx_build_controls(struct hda_codec *codec)
1098{
1099 struct sigmatel_spec *spec = codec->spec;
Takashi Iwai2faa3bf2012-03-12 12:30:22 +01001100 unsigned int vmaster_tlv[4];
Matt2f2f4252005-04-13 14:45:30 +02001101 int err;
Mattc7d4b2f2005-06-27 14:59:41 +02001102 int i;
Matt2f2f4252005-04-13 14:45:30 +02001103
Takashi Iwai6479c632009-07-28 18:20:25 +02001104 if (spec->mixer) {
1105 err = snd_hda_add_new_ctls(codec, spec->mixer);
1106 if (err < 0)
1107 return err;
1108 }
Mattc7d4b2f2005-06-27 14:59:41 +02001109
1110 for (i = 0; i < spec->num_mixers; i++) {
1111 err = snd_hda_add_new_ctls(codec, spec->mixers[i]);
1112 if (err < 0)
1113 return err;
1114 }
Takashi Iwai5207e102009-07-30 13:09:08 +02001115 if (!spec->auto_mic && spec->num_dmuxes > 0 &&
1116 snd_hda_get_bool_hint(codec, "separate_dmux") == 1) {
Takashi Iwai1697055e2007-12-18 18:05:52 +01001117 stac_dmux_mixer.count = spec->num_dmuxes;
Jaroslav Kysela3911a4c2009-11-11 13:43:01 +01001118 err = snd_hda_ctl_add(codec, 0,
Takashi Iwai1697055e2007-12-18 18:05:52 +01001119 snd_ctl_new1(&stac_dmux_mixer, codec));
1120 if (err < 0)
1121 return err;
1122 }
Matthew Ranostayd9737752008-09-07 12:03:41 +02001123 if (spec->num_smuxes > 0) {
Matthew Ranostay00ef50c2008-09-27 18:13:47 -04001124 int wcaps = get_wcaps(codec, spec->multiout.dig_out_nid);
1125 struct hda_input_mux *smux = &spec->private_smux;
1126 /* check for mute support on SPDIF out */
1127 if (wcaps & AC_WCAP_OUT_AMP) {
Takashi Iwai10a20af2010-09-09 16:28:02 +02001128 snd_hda_add_imux_item(smux, "Off", 0, NULL);
Matthew Ranostay00ef50c2008-09-27 18:13:47 -04001129 spec->spdif_mute = 1;
1130 }
Matthew Ranostayd9737752008-09-07 12:03:41 +02001131 stac_smux_mixer.count = spec->num_smuxes;
Jaroslav Kysela3911a4c2009-11-11 13:43:01 +01001132 err = snd_hda_ctl_add(codec, 0,
Matthew Ranostayd9737752008-09-07 12:03:41 +02001133 snd_ctl_new1(&stac_smux_mixer, codec));
1134 if (err < 0)
1135 return err;
1136 }
Mattc7d4b2f2005-06-27 14:59:41 +02001137
Mattdabbed62005-06-14 10:19:34 +02001138 if (spec->multiout.dig_out_nid) {
Stephen Warren74b654c2011-06-01 11:14:18 -06001139 err = snd_hda_create_spdif_out_ctls(codec,
1140 spec->multiout.dig_out_nid,
1141 spec->multiout.dig_out_nid);
Mattdabbed62005-06-14 10:19:34 +02001142 if (err < 0)
1143 return err;
Takashi Iwai9a081602008-02-12 18:37:26 +01001144 err = snd_hda_create_spdif_share_sw(codec,
1145 &spec->multiout);
1146 if (err < 0)
1147 return err;
1148 spec->multiout.share_spdif = 1;
Mattdabbed62005-06-14 10:19:34 +02001149 }
Harvey Harrisonda74ae32008-10-21 20:28:04 -07001150 if (spec->dig_in_nid && !(spec->gpio_dir & 0x01)) {
Mattdabbed62005-06-14 10:19:34 +02001151 err = snd_hda_create_spdif_in_ctls(codec, spec->dig_in_nid);
1152 if (err < 0)
1153 return err;
1154 }
Takashi Iwai2134ea42008-01-10 16:53:55 +01001155
1156 /* if we have no master control, let's create it */
Takashi Iwai2faa3bf2012-03-12 12:30:22 +01001157 snd_hda_set_vmaster_tlv(codec, spec->multiout.dac_nids[0],
1158 HDA_OUTPUT, vmaster_tlv);
1159 /* correct volume offset */
1160 vmaster_tlv[2] += vmaster_tlv[3] * spec->volume_offset;
1161 /* minimum value is actually mute */
1162 vmaster_tlv[3] |= TLV_DB_SCALE_MUTE;
1163 err = snd_hda_add_vmaster(codec, "Master Playback Volume",
1164 vmaster_tlv, slave_pfxs,
1165 "Playback Volume");
1166 if (err < 0)
1167 return err;
1168
1169 err = __snd_hda_add_vmaster(codec, "Master Playback Switch",
1170 NULL, slave_pfxs,
1171 "Playback Switch", true,
Takashi Iwaid2f344b2012-03-12 16:59:58 +01001172 &spec->vmaster_mute.sw_kctl);
Takashi Iwai2faa3bf2012-03-12 12:30:22 +01001173 if (err < 0)
1174 return err;
1175
1176 if (spec->gpio_led) {
Takashi Iwaid2f344b2012-03-12 16:59:58 +01001177 spec->vmaster_mute.hook = stac92xx_vmaster_hook;
Takashi Iwaif29735c2012-03-13 07:55:10 +01001178 err = snd_hda_add_vmaster_hook(codec, &spec->vmaster_mute, true);
Takashi Iwaid2f344b2012-03-12 16:59:58 +01001179 if (err < 0)
1180 return err;
Takashi Iwai2134ea42008-01-10 16:53:55 +01001181 }
1182
Takashi Iwaid78d7a92009-03-02 14:26:25 +01001183 if (spec->aloopback_ctl &&
1184 snd_hda_get_bool_hint(codec, "loopback") == 1) {
1185 err = snd_hda_add_new_ctls(codec, spec->aloopback_ctl);
1186 if (err < 0)
1187 return err;
1188 }
1189
Takashi Iwai603c4012008-07-30 15:01:44 +02001190 stac92xx_free_kctls(codec); /* no longer needed */
Takashi Iwaie4973e12008-11-18 09:32:42 +01001191
Takashi Iwai01a61e12011-10-28 00:03:22 +02001192 err = snd_hda_jack_add_kctls(codec, &spec->autocfg);
1193 if (err < 0)
1194 return err;
Takashi Iwaie4973e12008-11-18 09:32:42 +01001195
Mattdabbed62005-06-14 10:19:34 +02001196 return 0;
Matt2f2f4252005-04-13 14:45:30 +02001197}
1198
Takashi Iwai2b635362011-05-02 12:33:43 +02001199static const unsigned int ref9200_pin_configs[8] = {
Mattdabbed62005-06-14 10:19:34 +02001200 0x01c47010, 0x01447010, 0x0221401f, 0x01114010,
Matt2f2f4252005-04-13 14:45:30 +02001201 0x02a19020, 0x01a19021, 0x90100140, 0x01813122,
1202};
1203
Takashi Iwai2b635362011-05-02 12:33:43 +02001204static const unsigned int gateway9200_m4_pin_configs[8] = {
Mauro Carvalho Chehab58eec422008-08-11 10:18:39 +02001205 0x400000fe, 0x404500f4, 0x400100f0, 0x90110010,
1206 0x400100f1, 0x02a1902e, 0x500000f2, 0x500000f3,
1207};
Takashi Iwai2b635362011-05-02 12:33:43 +02001208static const unsigned int gateway9200_m4_2_pin_configs[8] = {
Mauro Carvalho Chehab58eec422008-08-11 10:18:39 +02001209 0x400000fe, 0x404500f4, 0x400100f0, 0x90110010,
1210 0x400100f1, 0x02a1902e, 0x500000f2, 0x500000f3,
1211};
1212
1213/*
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001214 STAC 9200 pin configs for
1215 102801A8
1216 102801DE
1217 102801E8
1218*/
Takashi Iwai2b635362011-05-02 12:33:43 +02001219static const unsigned int dell9200_d21_pin_configs[8] = {
Takashi Iwaiaf6c0162007-09-05 23:46:03 +02001220 0x400001f0, 0x400001f1, 0x02214030, 0x01014010,
1221 0x02a19020, 0x01a19021, 0x90100140, 0x01813122,
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001222};
1223
1224/*
1225 STAC 9200 pin configs for
1226 102801C0
1227 102801C1
1228*/
Takashi Iwai2b635362011-05-02 12:33:43 +02001229static const unsigned int dell9200_d22_pin_configs[8] = {
Takashi Iwaiaf6c0162007-09-05 23:46:03 +02001230 0x400001f0, 0x400001f1, 0x0221401f, 0x01014010,
1231 0x01813020, 0x02a19021, 0x90100140, 0x400001f2,
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001232};
1233
1234/*
1235 STAC 9200 pin configs for
1236 102801C4 (Dell Dimension E310)
1237 102801C5
1238 102801C7
1239 102801D9
1240 102801DA
1241 102801E3
1242*/
Takashi Iwai2b635362011-05-02 12:33:43 +02001243static const unsigned int dell9200_d23_pin_configs[8] = {
Takashi Iwaiaf6c0162007-09-05 23:46:03 +02001244 0x400001f0, 0x400001f1, 0x0221401f, 0x01014010,
1245 0x01813020, 0x01a19021, 0x90100140, 0x400001f2,
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001246};
1247
1248
1249/*
1250 STAC 9200-32 pin configs for
1251 102801B5 (Dell Inspiron 630m)
1252 102801D8 (Dell Inspiron 640m)
1253*/
Takashi Iwai2b635362011-05-02 12:33:43 +02001254static const unsigned int dell9200_m21_pin_configs[8] = {
Takashi Iwaiaf6c0162007-09-05 23:46:03 +02001255 0x40c003fa, 0x03441340, 0x0321121f, 0x90170310,
1256 0x408003fb, 0x03a11020, 0x401003fc, 0x403003fd,
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001257};
1258
1259/*
1260 STAC 9200-32 pin configs for
1261 102801C2 (Dell Latitude D620)
1262 102801C8
1263 102801CC (Dell Latitude D820)
1264 102801D4
1265 102801D6
1266*/
Takashi Iwai2b635362011-05-02 12:33:43 +02001267static const unsigned int dell9200_m22_pin_configs[8] = {
Takashi Iwaiaf6c0162007-09-05 23:46:03 +02001268 0x40c003fa, 0x0144131f, 0x0321121f, 0x90170310,
1269 0x90a70321, 0x03a11020, 0x401003fb, 0x40f000fc,
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001270};
1271
1272/*
1273 STAC 9200-32 pin configs for
1274 102801CE (Dell XPS M1710)
1275 102801CF (Dell Precision M90)
1276*/
Takashi Iwai2b635362011-05-02 12:33:43 +02001277static const unsigned int dell9200_m23_pin_configs[8] = {
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001278 0x40c003fa, 0x01441340, 0x0421421f, 0x90170310,
1279 0x408003fb, 0x04a1102e, 0x90170311, 0x403003fc,
1280};
1281
1282/*
1283 STAC 9200-32 pin configs for
1284 102801C9
1285 102801CA
1286 102801CB (Dell Latitude 120L)
1287 102801D3
1288*/
Takashi Iwai2b635362011-05-02 12:33:43 +02001289static const unsigned int dell9200_m24_pin_configs[8] = {
Takashi Iwaiaf6c0162007-09-05 23:46:03 +02001290 0x40c003fa, 0x404003fb, 0x0321121f, 0x90170310,
1291 0x408003fc, 0x03a11020, 0x401003fd, 0x403003fe,
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001292};
1293
1294/*
1295 STAC 9200-32 pin configs for
1296 102801BD (Dell Inspiron E1505n)
1297 102801EE
1298 102801EF
1299*/
Takashi Iwai2b635362011-05-02 12:33:43 +02001300static const unsigned int dell9200_m25_pin_configs[8] = {
Takashi Iwaiaf6c0162007-09-05 23:46:03 +02001301 0x40c003fa, 0x01441340, 0x0421121f, 0x90170310,
1302 0x408003fb, 0x04a11020, 0x401003fc, 0x403003fd,
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001303};
1304
1305/*
1306 STAC 9200-32 pin configs for
1307 102801F5 (Dell Inspiron 1501)
1308 102801F6
1309*/
Takashi Iwai2b635362011-05-02 12:33:43 +02001310static const unsigned int dell9200_m26_pin_configs[8] = {
Takashi Iwaiaf6c0162007-09-05 23:46:03 +02001311 0x40c003fa, 0x404003fb, 0x0421121f, 0x90170310,
1312 0x408003fc, 0x04a11020, 0x401003fd, 0x403003fe,
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001313};
1314
1315/*
1316 STAC 9200-32
1317 102801CD (Dell Inspiron E1705/9400)
1318*/
Takashi Iwai2b635362011-05-02 12:33:43 +02001319static const unsigned int dell9200_m27_pin_configs[8] = {
Takashi Iwaiaf6c0162007-09-05 23:46:03 +02001320 0x40c003fa, 0x01441340, 0x0421121f, 0x90170310,
1321 0x90170310, 0x04a11020, 0x90170310, 0x40f003fc,
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001322};
1323
Takashi Iwai2b635362011-05-02 12:33:43 +02001324static const unsigned int oqo9200_pin_configs[8] = {
Tobin Davisbf277782008-02-03 20:31:47 +01001325 0x40c000f0, 0x404000f1, 0x0221121f, 0x02211210,
1326 0x90170111, 0x90a70120, 0x400000f2, 0x400000f3,
1327};
1328
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001329
Takashi Iwai2b635362011-05-02 12:33:43 +02001330static const unsigned int *stac9200_brd_tbl[STAC_9200_MODELS] = {
Takashi Iwaif5fcc132006-11-24 17:07:44 +01001331 [STAC_REF] = ref9200_pin_configs,
Tobin Davisbf277782008-02-03 20:31:47 +01001332 [STAC_9200_OQO] = oqo9200_pin_configs,
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001333 [STAC_9200_DELL_D21] = dell9200_d21_pin_configs,
1334 [STAC_9200_DELL_D22] = dell9200_d22_pin_configs,
1335 [STAC_9200_DELL_D23] = dell9200_d23_pin_configs,
1336 [STAC_9200_DELL_M21] = dell9200_m21_pin_configs,
1337 [STAC_9200_DELL_M22] = dell9200_m22_pin_configs,
1338 [STAC_9200_DELL_M23] = dell9200_m23_pin_configs,
1339 [STAC_9200_DELL_M24] = dell9200_m24_pin_configs,
1340 [STAC_9200_DELL_M25] = dell9200_m25_pin_configs,
1341 [STAC_9200_DELL_M26] = dell9200_m26_pin_configs,
1342 [STAC_9200_DELL_M27] = dell9200_m27_pin_configs,
Mauro Carvalho Chehab58eec422008-08-11 10:18:39 +02001343 [STAC_9200_M4] = gateway9200_m4_pin_configs,
1344 [STAC_9200_M4_2] = gateway9200_m4_2_pin_configs,
Takashi Iwai117f2572008-03-18 09:53:23 +01001345 [STAC_9200_PANASONIC] = ref9200_pin_configs,
Matt Porter403d1942005-11-29 15:00:51 +01001346};
1347
Takashi Iwaiea734962011-01-17 11:29:34 +01001348static const char * const stac9200_models[STAC_9200_MODELS] = {
Takashi Iwai1607b8e2009-02-26 16:50:43 +01001349 [STAC_AUTO] = "auto",
Takashi Iwaif5fcc132006-11-24 17:07:44 +01001350 [STAC_REF] = "ref",
Tobin Davisbf277782008-02-03 20:31:47 +01001351 [STAC_9200_OQO] = "oqo",
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001352 [STAC_9200_DELL_D21] = "dell-d21",
1353 [STAC_9200_DELL_D22] = "dell-d22",
1354 [STAC_9200_DELL_D23] = "dell-d23",
1355 [STAC_9200_DELL_M21] = "dell-m21",
1356 [STAC_9200_DELL_M22] = "dell-m22",
1357 [STAC_9200_DELL_M23] = "dell-m23",
1358 [STAC_9200_DELL_M24] = "dell-m24",
1359 [STAC_9200_DELL_M25] = "dell-m25",
1360 [STAC_9200_DELL_M26] = "dell-m26",
1361 [STAC_9200_DELL_M27] = "dell-m27",
Mauro Carvalho Chehab58eec422008-08-11 10:18:39 +02001362 [STAC_9200_M4] = "gateway-m4",
1363 [STAC_9200_M4_2] = "gateway-m4-2",
Takashi Iwai117f2572008-03-18 09:53:23 +01001364 [STAC_9200_PANASONIC] = "panasonic",
Takashi Iwaif5fcc132006-11-24 17:07:44 +01001365};
1366
Takashi Iwai2b635362011-05-02 12:33:43 +02001367static const struct snd_pci_quirk stac9200_cfg_tbl[] = {
Takashi Iwaif5fcc132006-11-24 17:07:44 +01001368 /* SigmaTel reference board */
1369 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x2668,
1370 "DFI LanParty", STAC_REF),
Matthew Ranostay577aa2c2009-01-22 22:55:44 -05001371 SND_PCI_QUIRK(PCI_VENDOR_ID_DFI, 0x3101,
1372 "DFI LanParty", STAC_REF),
Matt Portere7377072006-11-06 11:20:38 +01001373 /* Dell laptops have BIOS problem */
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001374 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01a8,
1375 "unknown Dell", STAC_9200_DELL_D21),
Takashi Iwaif5fcc132006-11-24 17:07:44 +01001376 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01b5,
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001377 "Dell Inspiron 630m", STAC_9200_DELL_M21),
1378 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01bd,
1379 "Dell Inspiron E1505n", STAC_9200_DELL_M25),
1380 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01c0,
1381 "unknown Dell", STAC_9200_DELL_D22),
1382 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01c1,
1383 "unknown Dell", STAC_9200_DELL_D22),
Takashi Iwaif5fcc132006-11-24 17:07:44 +01001384 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01c2,
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001385 "Dell Latitude D620", STAC_9200_DELL_M22),
1386 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01c5,
1387 "unknown Dell", STAC_9200_DELL_D23),
1388 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01c7,
1389 "unknown Dell", STAC_9200_DELL_D23),
1390 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01c8,
1391 "unknown Dell", STAC_9200_DELL_M22),
1392 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01c9,
1393 "unknown Dell", STAC_9200_DELL_M24),
1394 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01ca,
1395 "unknown Dell", STAC_9200_DELL_M24),
Takashi Iwaif5fcc132006-11-24 17:07:44 +01001396 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01cb,
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001397 "Dell Latitude 120L", STAC_9200_DELL_M24),
Cory T. Tusar877b8662007-01-30 17:30:55 +01001398 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01cc,
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001399 "Dell Latitude D820", STAC_9200_DELL_M22),
Mikael Nilsson46f02ca2007-02-13 12:46:16 +01001400 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01cd,
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001401 "Dell Inspiron E1705/9400", STAC_9200_DELL_M27),
Mikael Nilsson46f02ca2007-02-13 12:46:16 +01001402 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01ce,
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001403 "Dell XPS M1710", STAC_9200_DELL_M23),
Takashi Iwaif0f96742007-02-14 00:59:17 +01001404 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01cf,
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001405 "Dell Precision M90", STAC_9200_DELL_M23),
1406 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01d3,
1407 "unknown Dell", STAC_9200_DELL_M22),
1408 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01d4,
1409 "unknown Dell", STAC_9200_DELL_M22),
Daniel T Chen8286c532007-05-15 11:46:23 +02001410 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01d6,
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001411 "unknown Dell", STAC_9200_DELL_M22),
Tobin Davis49c605d2007-05-17 09:38:24 +02001412 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01d8,
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001413 "Dell Inspiron 640m", STAC_9200_DELL_M21),
1414 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01d9,
1415 "unknown Dell", STAC_9200_DELL_D23),
1416 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01da,
1417 "unknown Dell", STAC_9200_DELL_D23),
1418 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01de,
1419 "unknown Dell", STAC_9200_DELL_D21),
1420 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01e3,
1421 "unknown Dell", STAC_9200_DELL_D23),
1422 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01e8,
1423 "unknown Dell", STAC_9200_DELL_D21),
1424 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01ee,
1425 "unknown Dell", STAC_9200_DELL_M25),
1426 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01ef,
1427 "unknown Dell", STAC_9200_DELL_M25),
Tobin Davis49c605d2007-05-17 09:38:24 +02001428 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01f5,
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001429 "Dell Inspiron 1501", STAC_9200_DELL_M26),
1430 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01f6,
1431 "unknown Dell", STAC_9200_DELL_M26),
Tobin Davis49c605d2007-05-17 09:38:24 +02001432 /* Panasonic */
Takashi Iwai117f2572008-03-18 09:53:23 +01001433 SND_PCI_QUIRK(0x10f7, 0x8338, "Panasonic CF-74", STAC_9200_PANASONIC),
Takashi Iwai1194b5b2007-10-10 10:04:26 +02001434 /* Gateway machines needs EAPD to be set on resume */
Mauro Carvalho Chehab58eec422008-08-11 10:18:39 +02001435 SND_PCI_QUIRK(0x107b, 0x0205, "Gateway S-7110M", STAC_9200_M4),
1436 SND_PCI_QUIRK(0x107b, 0x0317, "Gateway MT3423, MX341*", STAC_9200_M4_2),
1437 SND_PCI_QUIRK(0x107b, 0x0318, "Gateway ML3019, MT3707", STAC_9200_M4_2),
Tobin Davisbf277782008-02-03 20:31:47 +01001438 /* OQO Mobile */
1439 SND_PCI_QUIRK(0x1106, 0x3288, "OQO Model 2", STAC_9200_OQO),
Matt Porter403d1942005-11-29 15:00:51 +01001440 {} /* terminator */
1441};
1442
Takashi Iwai2b635362011-05-02 12:33:43 +02001443static const unsigned int ref925x_pin_configs[8] = {
Tobin Davis8e21c342007-01-08 11:04:17 +01001444 0x40c003f0, 0x424503f2, 0x01813022, 0x02a19021,
Matthew Ranostay09a99952008-01-24 11:49:21 +01001445 0x90a70320, 0x02214210, 0x01019020, 0x9033032e,
Tobin Davis8e21c342007-01-08 11:04:17 +01001446};
1447
Takashi Iwai2b635362011-05-02 12:33:43 +02001448static const unsigned int stac925xM1_pin_configs[8] = {
Mauro Carvalho Chehab9cb36c22008-08-11 10:18:39 +02001449 0x40c003f4, 0x424503f2, 0x400000f3, 0x02a19020,
1450 0x40a000f0, 0x90100210, 0x400003f1, 0x9033032e,
Tobin Davis8e21c342007-01-08 11:04:17 +01001451};
1452
Takashi Iwai2b635362011-05-02 12:33:43 +02001453static const unsigned int stac925xM1_2_pin_configs[8] = {
Mauro Carvalho Chehab9cb36c22008-08-11 10:18:39 +02001454 0x40c003f4, 0x424503f2, 0x400000f3, 0x02a19020,
1455 0x40a000f0, 0x90100210, 0x400003f1, 0x9033032e,
1456};
Mauro Carvalho Chehab58eec422008-08-11 10:18:39 +02001457
Takashi Iwai2b635362011-05-02 12:33:43 +02001458static const unsigned int stac925xM2_pin_configs[8] = {
Mauro Carvalho Chehab9cb36c22008-08-11 10:18:39 +02001459 0x40c003f4, 0x424503f2, 0x400000f3, 0x02a19020,
1460 0x40a000f0, 0x90100210, 0x400003f1, 0x9033032e,
Tobin Davis2c11f952007-05-17 09:36:34 +02001461};
1462
Takashi Iwai2b635362011-05-02 12:33:43 +02001463static const unsigned int stac925xM2_2_pin_configs[8] = {
Mauro Carvalho Chehab58eec422008-08-11 10:18:39 +02001464 0x40c003f4, 0x424503f2, 0x400000f3, 0x02a19020,
1465 0x40a000f0, 0x90100210, 0x400003f1, 0x9033032e,
1466};
1467
Takashi Iwai2b635362011-05-02 12:33:43 +02001468static const unsigned int stac925xM3_pin_configs[8] = {
Mauro Carvalho Chehab9cb36c22008-08-11 10:18:39 +02001469 0x40c003f4, 0x424503f2, 0x400000f3, 0x02a19020,
1470 0x40a000f0, 0x90100210, 0x400003f1, 0x503303f3,
1471};
Mauro Carvalho Chehab58eec422008-08-11 10:18:39 +02001472
Takashi Iwai2b635362011-05-02 12:33:43 +02001473static const unsigned int stac925xM5_pin_configs[8] = {
Mauro Carvalho Chehab9cb36c22008-08-11 10:18:39 +02001474 0x40c003f4, 0x424503f2, 0x400000f3, 0x02a19020,
1475 0x40a000f0, 0x90100210, 0x400003f1, 0x9033032e,
1476};
1477
Takashi Iwai2b635362011-05-02 12:33:43 +02001478static const unsigned int stac925xM6_pin_configs[8] = {
Mauro Carvalho Chehab9cb36c22008-08-11 10:18:39 +02001479 0x40c003f4, 0x424503f2, 0x400000f3, 0x02a19020,
1480 0x40a000f0, 0x90100210, 0x400003f1, 0x90330320,
Tobin Davis8e21c342007-01-08 11:04:17 +01001481};
1482
Takashi Iwai2b635362011-05-02 12:33:43 +02001483static const unsigned int *stac925x_brd_tbl[STAC_925x_MODELS] = {
Tobin Davis8e21c342007-01-08 11:04:17 +01001484 [STAC_REF] = ref925x_pin_configs,
Mauro Carvalho Chehab9cb36c22008-08-11 10:18:39 +02001485 [STAC_M1] = stac925xM1_pin_configs,
1486 [STAC_M1_2] = stac925xM1_2_pin_configs,
1487 [STAC_M2] = stac925xM2_pin_configs,
Tobin Davis8e21c342007-01-08 11:04:17 +01001488 [STAC_M2_2] = stac925xM2_2_pin_configs,
Mauro Carvalho Chehab9cb36c22008-08-11 10:18:39 +02001489 [STAC_M3] = stac925xM3_pin_configs,
1490 [STAC_M5] = stac925xM5_pin_configs,
1491 [STAC_M6] = stac925xM6_pin_configs,
Tobin Davis8e21c342007-01-08 11:04:17 +01001492};
1493
Takashi Iwaiea734962011-01-17 11:29:34 +01001494static const char * const stac925x_models[STAC_925x_MODELS] = {
Takashi Iwai1607b8e2009-02-26 16:50:43 +01001495 [STAC_925x_AUTO] = "auto",
Tobin Davis8e21c342007-01-08 11:04:17 +01001496 [STAC_REF] = "ref",
Mauro Carvalho Chehab9cb36c22008-08-11 10:18:39 +02001497 [STAC_M1] = "m1",
1498 [STAC_M1_2] = "m1-2",
1499 [STAC_M2] = "m2",
Tobin Davis8e21c342007-01-08 11:04:17 +01001500 [STAC_M2_2] = "m2-2",
Mauro Carvalho Chehab9cb36c22008-08-11 10:18:39 +02001501 [STAC_M3] = "m3",
1502 [STAC_M5] = "m5",
1503 [STAC_M6] = "m6",
Tobin Davis8e21c342007-01-08 11:04:17 +01001504};
1505
Takashi Iwai2b635362011-05-02 12:33:43 +02001506static const struct snd_pci_quirk stac925x_codec_id_cfg_tbl[] = {
Mauro Carvalho Chehab58eec422008-08-11 10:18:39 +02001507 SND_PCI_QUIRK(0x107b, 0x0316, "Gateway M255", STAC_M2),
1508 SND_PCI_QUIRK(0x107b, 0x0366, "Gateway MP6954", STAC_M5),
1509 SND_PCI_QUIRK(0x107b, 0x0461, "Gateway NX560XL", STAC_M1),
1510 SND_PCI_QUIRK(0x107b, 0x0681, "Gateway NX860", STAC_M2),
Mauro Carvalho Chehab9cb36c22008-08-11 10:18:39 +02001511 SND_PCI_QUIRK(0x107b, 0x0367, "Gateway MX6453", STAC_M1_2),
Mauro Carvalho Chehab9cb36c22008-08-11 10:18:39 +02001512 /* Not sure about the brand name for those */
1513 SND_PCI_QUIRK(0x107b, 0x0281, "Gateway mobile", STAC_M1),
1514 SND_PCI_QUIRK(0x107b, 0x0507, "Gateway mobile", STAC_M3),
1515 SND_PCI_QUIRK(0x107b, 0x0281, "Gateway mobile", STAC_M6),
1516 SND_PCI_QUIRK(0x107b, 0x0685, "Gateway mobile", STAC_M2_2),
Mauro Carvalho Chehab9cb36c22008-08-11 10:18:39 +02001517 {} /* terminator */
Tobin Davis8e21c342007-01-08 11:04:17 +01001518};
1519
Takashi Iwai2b635362011-05-02 12:33:43 +02001520static const struct snd_pci_quirk stac925x_cfg_tbl[] = {
Tobin Davis8e21c342007-01-08 11:04:17 +01001521 /* SigmaTel reference board */
1522 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x2668, "DFI LanParty", STAC_REF),
Matthew Ranostay577aa2c2009-01-22 22:55:44 -05001523 SND_PCI_QUIRK(PCI_VENDOR_ID_DFI, 0x3101, "DFI LanParty", STAC_REF),
Tobin Davis2c11f952007-05-17 09:36:34 +02001524 SND_PCI_QUIRK(0x8384, 0x7632, "Stac9202 Reference Board", STAC_REF),
Mauro Carvalho Chehab9cb36c22008-08-11 10:18:39 +02001525
1526 /* Default table for unknown ID */
1527 SND_PCI_QUIRK(0x1002, 0x437b, "Gateway mobile", STAC_M2_2),
1528
Tobin Davis8e21c342007-01-08 11:04:17 +01001529 {} /* terminator */
1530};
1531
Takashi Iwai2b635362011-05-02 12:33:43 +02001532static const unsigned int ref92hd73xx_pin_configs[13] = {
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01001533 0x02214030, 0x02a19040, 0x01a19020, 0x02214030,
1534 0x0181302e, 0x01014010, 0x01014020, 0x01014030,
1535 0x02319040, 0x90a000f0, 0x90a000f0, 0x01452050,
Matthew Ranostaya7662642008-02-21 07:51:14 +01001536 0x01452050,
1537};
1538
Takashi Iwai2b635362011-05-02 12:33:43 +02001539static const unsigned int dell_m6_pin_configs[13] = {
Matthew Ranostaya7662642008-02-21 07:51:14 +01001540 0x0321101f, 0x4f00000f, 0x4f0000f0, 0x90170110,
Matthew Ranostay7c2ba972008-04-16 13:13:59 +02001541 0x03a11020, 0x0321101f, 0x4f0000f0, 0x4f0000f0,
Matthew Ranostaya7662642008-02-21 07:51:14 +01001542 0x4f0000f0, 0x90a60160, 0x4f0000f0, 0x4f0000f0,
1543 0x4f0000f0,
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01001544};
1545
Takashi Iwai2b635362011-05-02 12:33:43 +02001546static const unsigned int alienware_m17x_pin_configs[13] = {
Takashi Iwai842ae632009-09-02 07:43:08 +02001547 0x0321101f, 0x0321101f, 0x03a11020, 0x03014020,
1548 0x90170110, 0x4f0000f0, 0x4f0000f0, 0x4f0000f0,
1549 0x4f0000f0, 0x90a60160, 0x4f0000f0, 0x4f0000f0,
1550 0x904601b0,
1551};
1552
Takashi Iwai2b635362011-05-02 12:33:43 +02001553static const unsigned int intel_dg45id_pin_configs[13] = {
Alexey Fisher52dc4382009-12-12 11:16:41 +02001554 0x02214230, 0x02A19240, 0x01013214, 0x01014210,
Wu Fengguang4d26f442010-05-07 08:47:54 +08001555 0x01A19250, 0x01011212, 0x01016211
Alexey Fisher52dc4382009-12-12 11:16:41 +02001556};
1557
Takashi Iwai2b635362011-05-02 12:33:43 +02001558static const unsigned int *stac92hd73xx_brd_tbl[STAC_92HD73XX_MODELS] = {
Matthew Ranostaya7662642008-02-21 07:51:14 +01001559 [STAC_92HD73XX_REF] = ref92hd73xx_pin_configs,
Takashi Iwai661cd8f2008-11-25 15:18:29 +01001560 [STAC_DELL_M6_AMIC] = dell_m6_pin_configs,
1561 [STAC_DELL_M6_DMIC] = dell_m6_pin_configs,
1562 [STAC_DELL_M6_BOTH] = dell_m6_pin_configs,
Matthew Ranostay6b3ab212008-11-03 08:12:43 -05001563 [STAC_DELL_EQ] = dell_m6_pin_configs,
Takashi Iwai842ae632009-09-02 07:43:08 +02001564 [STAC_ALIENWARE_M17X] = alienware_m17x_pin_configs,
Alexey Fisher52dc4382009-12-12 11:16:41 +02001565 [STAC_92HD73XX_INTEL] = intel_dg45id_pin_configs,
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01001566};
1567
Takashi Iwaiea734962011-01-17 11:29:34 +01001568static const char * const stac92hd73xx_models[STAC_92HD73XX_MODELS] = {
Takashi Iwai1607b8e2009-02-26 16:50:43 +01001569 [STAC_92HD73XX_AUTO] = "auto",
Takashi Iwai9e43f0d2008-12-17 14:51:01 +01001570 [STAC_92HD73XX_NO_JD] = "no-jd",
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01001571 [STAC_92HD73XX_REF] = "ref",
Wu Fengguangae709442009-08-19 17:05:11 +08001572 [STAC_92HD73XX_INTEL] = "intel",
Takashi Iwai661cd8f2008-11-25 15:18:29 +01001573 [STAC_DELL_M6_AMIC] = "dell-m6-amic",
1574 [STAC_DELL_M6_DMIC] = "dell-m6-dmic",
1575 [STAC_DELL_M6_BOTH] = "dell-m6",
Matthew Ranostay6b3ab212008-11-03 08:12:43 -05001576 [STAC_DELL_EQ] = "dell-eq",
Takashi Iwai842ae632009-09-02 07:43:08 +02001577 [STAC_ALIENWARE_M17X] = "alienware",
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01001578};
1579
Takashi Iwai2b635362011-05-02 12:33:43 +02001580static const struct snd_pci_quirk stac92hd73xx_cfg_tbl[] = {
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01001581 /* SigmaTel reference board */
1582 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x2668,
Matthew Ranostaya7662642008-02-21 07:51:14 +01001583 "DFI LanParty", STAC_92HD73XX_REF),
Matthew Ranostay577aa2c2009-01-22 22:55:44 -05001584 SND_PCI_QUIRK(PCI_VENDOR_ID_DFI, 0x3101,
1585 "DFI LanParty", STAC_92HD73XX_REF),
Wu Fengguangae709442009-08-19 17:05:11 +08001586 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x5002,
1587 "Intel DG45ID", STAC_92HD73XX_INTEL),
1588 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x5003,
1589 "Intel DG45FC", STAC_92HD73XX_INTEL),
Matthew Ranostaya7662642008-02-21 07:51:14 +01001590 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0254,
Takashi Iwai661cd8f2008-11-25 15:18:29 +01001591 "Dell Studio 1535", STAC_DELL_M6_DMIC),
Matthew Ranostaya7662642008-02-21 07:51:14 +01001592 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0255,
Takashi Iwai661cd8f2008-11-25 15:18:29 +01001593 "unknown Dell", STAC_DELL_M6_DMIC),
Matthew Ranostaya7662642008-02-21 07:51:14 +01001594 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0256,
Takashi Iwai661cd8f2008-11-25 15:18:29 +01001595 "unknown Dell", STAC_DELL_M6_BOTH),
Matthew Ranostaya7662642008-02-21 07:51:14 +01001596 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0257,
Takashi Iwai661cd8f2008-11-25 15:18:29 +01001597 "unknown Dell", STAC_DELL_M6_BOTH),
Matthew Ranostaya7662642008-02-21 07:51:14 +01001598 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x025e,
Takashi Iwai661cd8f2008-11-25 15:18:29 +01001599 "unknown Dell", STAC_DELL_M6_AMIC),
Matthew Ranostaya7662642008-02-21 07:51:14 +01001600 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x025f,
Takashi Iwai661cd8f2008-11-25 15:18:29 +01001601 "unknown Dell", STAC_DELL_M6_AMIC),
Matthew Ranostaya7662642008-02-21 07:51:14 +01001602 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0271,
Takashi Iwai661cd8f2008-11-25 15:18:29 +01001603 "unknown Dell", STAC_DELL_M6_DMIC),
1604 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0272,
1605 "unknown Dell", STAC_DELL_M6_DMIC),
Takashi Iwaib0fc5e02008-11-21 08:37:03 +01001606 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x029f,
Takashi Iwai661cd8f2008-11-25 15:18:29 +01001607 "Dell Studio 1537", STAC_DELL_M6_DMIC),
Joerg Schirottkefa620e92008-12-19 08:13:49 +01001608 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x02a0,
1609 "Dell Studio 17", STAC_DELL_M6_DMIC),
Takashi Iwai626f5ce2009-07-28 00:54:39 +02001610 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x02be,
1611 "Dell Studio 1555", STAC_DELL_M6_DMIC),
Daniel J Blueman8ef58372009-11-14 18:20:04 +00001612 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x02bd,
1613 "Dell Studio 1557", STAC_DELL_M6_DMIC),
Daniel T Chenaac78da2010-04-21 20:41:52 -04001614 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x02fe,
David Henningssonffe535e2012-01-16 10:52:20 +01001615 "Dell Studio XPS 1645", STAC_DELL_M6_DMIC),
Daniel T Chen5c1bccf2010-04-22 17:54:45 -04001616 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0413,
David Henningssone033ebf2011-05-16 12:09:29 +02001617 "Dell Studio 1558", STAC_DELL_M6_DMIC),
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01001618 {} /* terminator */
1619};
1620
Takashi Iwai2b635362011-05-02 12:33:43 +02001621static const struct snd_pci_quirk stac92hd73xx_codec_id_cfg_tbl[] = {
Takashi Iwai842ae632009-09-02 07:43:08 +02001622 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x02a1,
1623 "Alienware M17x", STAC_ALIENWARE_M17X),
Daniel T Chen0defe092010-12-01 19:16:07 -05001624 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x043a,
1625 "Alienware M17x", STAC_ALIENWARE_M17X),
Takashi Iwaidbd1b542011-11-19 11:41:30 +01001626 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0490,
Albert Poolb9ecc4e2012-01-19 22:08:50 +01001627 "Alienware M17x R3", STAC_DELL_EQ),
Takashi Iwai842ae632009-09-02 07:43:08 +02001628 {} /* terminator */
1629};
1630
Takashi Iwai2b635362011-05-02 12:33:43 +02001631static const unsigned int ref92hd83xxx_pin_configs[10] = {
Matthew Ranostayd0513fc2008-07-27 10:30:30 +02001632 0x02214030, 0x02211010, 0x02a19020, 0x02170130,
1633 0x01014050, 0x01819040, 0x01014020, 0x90a3014e,
Matthew Ranostayd0513fc2008-07-27 10:30:30 +02001634 0x01451160, 0x98560170,
1635};
1636
Takashi Iwai2b635362011-05-02 12:33:43 +02001637static const unsigned int dell_s14_pin_configs[10] = {
Takashi Iwai69b56552009-09-15 12:37:42 +02001638 0x0221403f, 0x0221101f, 0x02a19020, 0x90170110,
1639 0x40f000f0, 0x40f000f0, 0x40f000f0, 0x90a60160,
Matthew Ranostay8bb0ac52009-02-12 16:50:01 -05001640 0x40f000f0, 0x40f000f0,
1641};
1642
Julian Wollrathf7f9bdf2011-11-09 10:02:40 +01001643static const unsigned int dell_vostro_3500_pin_configs[10] = {
1644 0x02a11020, 0x0221101f, 0x400000f0, 0x90170110,
1645 0x400000f1, 0x400000f2, 0x400000f3, 0x90a60160,
1646 0x400000f4, 0x400000f5,
1647};
1648
Takashi Iwai2b635362011-05-02 12:33:43 +02001649static const unsigned int hp_dv7_4000_pin_configs[10] = {
Steven Eastland48315592010-08-06 15:07:35 -06001650 0x03a12050, 0x0321201f, 0x40f000f0, 0x90170110,
1651 0x40f000f0, 0x40f000f0, 0x90170110, 0xd5a30140,
1652 0x40f000f0, 0x40f000f0,
1653};
1654
Vitaliy Kulikov5556e142012-02-27 16:47:37 -06001655static const unsigned int hp_zephyr_pin_configs[10] = {
1656 0x01813050, 0x0421201f, 0x04a1205e, 0x96130310,
1657 0x96130310, 0x0101401f, 0x1111611f, 0xd5a30130,
1658 0, 0,
1659};
1660
Vitaliy Kulikov0c27c182011-07-22 17:50:37 -05001661static const unsigned int hp_cNB11_intquad_pin_configs[10] = {
1662 0x40f000f0, 0x0221101f, 0x02a11020, 0x92170110,
1663 0x40f000f0, 0x92170110, 0x40f000f0, 0xd5a30130,
1664 0x40f000f0, 0x40f000f0,
1665};
1666
Takashi Iwai2b635362011-05-02 12:33:43 +02001667static const unsigned int *stac92hd83xxx_brd_tbl[STAC_92HD83XXX_MODELS] = {
Matthew Ranostayd0513fc2008-07-27 10:30:30 +02001668 [STAC_92HD83XXX_REF] = ref92hd83xxx_pin_configs,
Matthew Ranostay32ed3f42009-01-22 20:53:29 -05001669 [STAC_92HD83XXX_PWR_REF] = ref92hd83xxx_pin_configs,
Matthew Ranostay8bb0ac52009-02-12 16:50:01 -05001670 [STAC_DELL_S14] = dell_s14_pin_configs,
Julian Wollrathf7f9bdf2011-11-09 10:02:40 +01001671 [STAC_DELL_VOSTRO_3500] = dell_vostro_3500_pin_configs,
Vitaliy Kulikov0c27c182011-07-22 17:50:37 -05001672 [STAC_92HD83XXX_HP_cNB11_INTQUAD] = hp_cNB11_intquad_pin_configs,
Steven Eastland48315592010-08-06 15:07:35 -06001673 [STAC_HP_DV7_4000] = hp_dv7_4000_pin_configs,
Vitaliy Kulikov5556e142012-02-27 16:47:37 -06001674 [STAC_HP_ZEPHYR] = hp_zephyr_pin_configs,
Matthew Ranostayd0513fc2008-07-27 10:30:30 +02001675};
1676
Takashi Iwaiea734962011-01-17 11:29:34 +01001677static const char * const stac92hd83xxx_models[STAC_92HD83XXX_MODELS] = {
Takashi Iwai1607b8e2009-02-26 16:50:43 +01001678 [STAC_92HD83XXX_AUTO] = "auto",
Matthew Ranostayd0513fc2008-07-27 10:30:30 +02001679 [STAC_92HD83XXX_REF] = "ref",
Matthew Ranostay32ed3f42009-01-22 20:53:29 -05001680 [STAC_92HD83XXX_PWR_REF] = "mic-ref",
Matthew Ranostay8bb0ac52009-02-12 16:50:01 -05001681 [STAC_DELL_S14] = "dell-s14",
Julian Wollrathf7f9bdf2011-11-09 10:02:40 +01001682 [STAC_DELL_VOSTRO_3500] = "dell-vostro-3500",
Vitaliy Kulikov0c27c182011-07-22 17:50:37 -05001683 [STAC_92HD83XXX_HP_cNB11_INTQUAD] = "hp_cNB11_intquad",
Steven Eastland48315592010-08-06 15:07:35 -06001684 [STAC_HP_DV7_4000] = "hp-dv7-4000",
Vitaliy Kulikov5556e142012-02-27 16:47:37 -06001685 [STAC_HP_ZEPHYR] = "hp-zephyr",
Takashi Iwaia3e19972012-07-26 08:17:20 +02001686 [STAC_92HD83XXX_HP_LED] = "hp-led",
Takashi Iwaiff8a1e22012-07-31 10:16:59 +02001687 [STAC_92HD83XXX_HP_INV_LED] = "hp-inv-led",
Takashi Iwai62cbde12012-09-14 11:58:54 +02001688 [STAC_92HD83XXX_HP_MIC_LED] = "hp-mic-led",
David Henningsson8d032a82012-10-09 12:48:40 +02001689 [STAC_92HD83XXX_HEADSET_JACK] = "headset-jack",
Matthew Ranostayd0513fc2008-07-27 10:30:30 +02001690};
1691
Takashi Iwai2b635362011-05-02 12:33:43 +02001692static const struct snd_pci_quirk stac92hd83xxx_cfg_tbl[] = {
Matthew Ranostayd0513fc2008-07-27 10:30:30 +02001693 /* SigmaTel reference board */
1694 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x2668,
Takashi Iwaif9d088b2009-01-13 11:54:49 +01001695 "DFI LanParty", STAC_92HD83XXX_REF),
Matthew Ranostay577aa2c2009-01-22 22:55:44 -05001696 SND_PCI_QUIRK(PCI_VENDOR_ID_DFI, 0x3101,
1697 "DFI LanParty", STAC_92HD83XXX_REF),
Matthew Ranostay8bb0ac52009-02-12 16:50:01 -05001698 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x02ba,
1699 "unknown Dell", STAC_DELL_S14),
David Henningsson8d032a82012-10-09 12:48:40 +02001700 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0532,
1701 "Dell Latitude E6230", STAC_92HD83XXX_HEADSET_JACK),
1702 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0533,
1703 "Dell Latitude E6330", STAC_92HD83XXX_HEADSET_JACK),
1704 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0534,
1705 "Dell Latitude E6430", STAC_92HD83XXX_HEADSET_JACK),
1706 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0535,
1707 "Dell Latitude E6530", STAC_92HD83XXX_HEADSET_JACK),
1708 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x053c,
1709 "Dell Latitude E5430", STAC_92HD83XXX_HEADSET_JACK),
1710 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x053d,
1711 "Dell Latitude E5530", STAC_92HD83XXX_HEADSET_JACK),
1712 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0549,
1713 "Dell Latitude E5430", STAC_92HD83XXX_HEADSET_JACK),
1714 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x057d,
1715 "Dell Latitude E6430s", STAC_92HD83XXX_HEADSET_JACK),
1716 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0584,
1717 "Dell Latitude E6430U", STAC_92HD83XXX_HEADSET_JACK),
Julian Wollrathf7f9bdf2011-11-09 10:02:40 +01001718 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x1028,
1719 "Dell Vostro 3500", STAC_DELL_VOSTRO_3500),
Vitaliy Kulikov0c27c182011-07-22 17:50:37 -05001720 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x1656,
1721 "HP", STAC_92HD83XXX_HP_cNB11_INTQUAD),
1722 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x1657,
1723 "HP", STAC_92HD83XXX_HP_cNB11_INTQUAD),
1724 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x1658,
1725 "HP", STAC_92HD83XXX_HP_cNB11_INTQUAD),
1726 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x1659,
1727 "HP", STAC_92HD83XXX_HP_cNB11_INTQUAD),
1728 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x165A,
1729 "HP", STAC_92HD83XXX_HP_cNB11_INTQUAD),
1730 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x165B,
1731 "HP", STAC_92HD83XXX_HP_cNB11_INTQUAD),
Takashi Iwai62cbde12012-09-14 11:58:54 +02001732 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x18df,
1733 "HP Folio", STAC_92HD83XXX_HP_MIC_LED),
Vitaliy Kulikov0c27c182011-07-22 17:50:37 -05001734 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x3388,
1735 "HP", STAC_92HD83XXX_HP_cNB11_INTQUAD),
1736 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x3389,
1737 "HP", STAC_92HD83XXX_HP_cNB11_INTQUAD),
1738 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x355B,
1739 "HP", STAC_92HD83XXX_HP_cNB11_INTQUAD),
1740 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x355C,
1741 "HP", STAC_92HD83XXX_HP_cNB11_INTQUAD),
1742 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x355D,
1743 "HP", STAC_92HD83XXX_HP_cNB11_INTQUAD),
1744 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x355E,
1745 "HP", STAC_92HD83XXX_HP_cNB11_INTQUAD),
1746 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x355F,
1747 "HP", STAC_92HD83XXX_HP_cNB11_INTQUAD),
1748 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x3560,
1749 "HP", STAC_92HD83XXX_HP_cNB11_INTQUAD),
1750 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x358B,
1751 "HP", STAC_92HD83XXX_HP_cNB11_INTQUAD),
1752 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x358C,
1753 "HP", STAC_92HD83XXX_HP_cNB11_INTQUAD),
1754 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x358D,
1755 "HP", STAC_92HD83XXX_HP_cNB11_INTQUAD),
1756 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x3591,
1757 "HP", STAC_92HD83XXX_HP_cNB11_INTQUAD),
1758 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x3592,
1759 "HP", STAC_92HD83XXX_HP_cNB11_INTQUAD),
1760 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x3593,
1761 "HP", STAC_92HD83XXX_HP_cNB11_INTQUAD),
Vitaliy Kulikov5556e142012-02-27 16:47:37 -06001762 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x3561,
1763 "HP", STAC_HP_ZEPHYR),
Takashi Iwaia3e19972012-07-26 08:17:20 +02001764 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x3660,
1765 "HP Mini", STAC_92HD83XXX_HP_LED),
Gustavo Maciel Dias Vieira5afc13a2012-10-26 12:51:53 -02001766 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x144E,
1767 "HP Pavilion dv5", STAC_92HD83XXX_HP_INV_LED),
Vitaliy Kulikov5556e142012-02-27 16:47:37 -06001768 {} /* terminator */
1769};
1770
1771static const struct snd_pci_quirk stac92hd83xxx_codec_id_cfg_tbl[] = {
1772 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x3561,
1773 "HP", STAC_HP_ZEPHYR),
Herton Ronaldo Krzesinski574f3c42008-12-23 16:53:00 -02001774 {} /* terminator */
Matthew Ranostayd0513fc2008-07-27 10:30:30 +02001775};
1776
Takashi Iwai2b635362011-05-02 12:33:43 +02001777static const unsigned int ref92hd71bxx_pin_configs[STAC92HD71BXX_NUM_PINS] = {
Matthew Ranostaye035b842007-11-06 11:53:55 +01001778 0x02214030, 0x02a19040, 0x01a19020, 0x01014010,
Matthew Ranostay4b33c762008-10-10 09:07:23 -04001779 0x0181302e, 0x01014010, 0x01019020, 0x90a000f0,
Herton Ronaldo Krzesinski616f89e2009-02-04 11:23:19 -05001780 0x90a000f0, 0x01452050, 0x01452050, 0x00000000,
1781 0x00000000
Matthew Ranostaye035b842007-11-06 11:53:55 +01001782};
1783
Takashi Iwai2b635362011-05-02 12:33:43 +02001784static const unsigned int dell_m4_1_pin_configs[STAC92HD71BXX_NUM_PINS] = {
Matthew Ranostaya7662642008-02-21 07:51:14 +01001785 0x0421101f, 0x04a11221, 0x40f000f0, 0x90170110,
Matthew Ranostay07bcb312008-03-20 12:10:57 +01001786 0x23a1902e, 0x23014250, 0x40f000f0, 0x90a000f0,
Herton Ronaldo Krzesinski616f89e2009-02-04 11:23:19 -05001787 0x40f000f0, 0x4f0000f0, 0x4f0000f0, 0x00000000,
1788 0x00000000
Matthew Ranostaya7662642008-02-21 07:51:14 +01001789};
1790
Takashi Iwai2b635362011-05-02 12:33:43 +02001791static const unsigned int dell_m4_2_pin_configs[STAC92HD71BXX_NUM_PINS] = {
Matthew Ranostaya7662642008-02-21 07:51:14 +01001792 0x0421101f, 0x04a11221, 0x90a70330, 0x90170110,
1793 0x23a1902e, 0x23014250, 0x40f000f0, 0x40f000f0,
Herton Ronaldo Krzesinski616f89e2009-02-04 11:23:19 -05001794 0x40f000f0, 0x044413b0, 0x044413b0, 0x00000000,
1795 0x00000000
Matthew Ranostaya7662642008-02-21 07:51:14 +01001796};
1797
Takashi Iwai2b635362011-05-02 12:33:43 +02001798static const unsigned int dell_m4_3_pin_configs[STAC92HD71BXX_NUM_PINS] = {
Matthew Ranostay3a7abfd2008-11-20 21:21:43 -05001799 0x0421101f, 0x04a11221, 0x90a70330, 0x90170110,
1800 0x40f000f0, 0x40f000f0, 0x40f000f0, 0x90a000f0,
Herton Ronaldo Krzesinski616f89e2009-02-04 11:23:19 -05001801 0x40f000f0, 0x044413b0, 0x044413b0, 0x00000000,
1802 0x00000000
Matthew Ranostay3a7abfd2008-11-20 21:21:43 -05001803};
1804
Takashi Iwai2b635362011-05-02 12:33:43 +02001805static const unsigned int *stac92hd71bxx_brd_tbl[STAC_92HD71BXX_MODELS] = {
Matthew Ranostaye035b842007-11-06 11:53:55 +01001806 [STAC_92HD71BXX_REF] = ref92hd71bxx_pin_configs,
Matthew Ranostaya7662642008-02-21 07:51:14 +01001807 [STAC_DELL_M4_1] = dell_m4_1_pin_configs,
1808 [STAC_DELL_M4_2] = dell_m4_2_pin_configs,
Matthew Ranostay3a7abfd2008-11-20 21:21:43 -05001809 [STAC_DELL_M4_3] = dell_m4_3_pin_configs,
Matthew Ranostay6a14f582008-09-12 12:02:30 -04001810 [STAC_HP_M4] = NULL,
Takashi Iwai2a6ce6e2010-05-12 10:16:20 +02001811 [STAC_HP_DV4] = NULL,
Takashi Iwai1b0652e2009-01-14 08:27:35 +01001812 [STAC_HP_DV5] = NULL,
Christoph Plattnerae6241f2009-03-08 23:19:05 +01001813 [STAC_HP_HDX] = NULL,
James Gardiner514bf542009-05-03 04:00:44 -04001814 [STAC_HP_DV4_1222NR] = NULL,
Matthew Ranostaye035b842007-11-06 11:53:55 +01001815};
1816
Takashi Iwaiea734962011-01-17 11:29:34 +01001817static const char * const stac92hd71bxx_models[STAC_92HD71BXX_MODELS] = {
Takashi Iwai1607b8e2009-02-26 16:50:43 +01001818 [STAC_92HD71BXX_AUTO] = "auto",
Matthew Ranostaye035b842007-11-06 11:53:55 +01001819 [STAC_92HD71BXX_REF] = "ref",
Matthew Ranostaya7662642008-02-21 07:51:14 +01001820 [STAC_DELL_M4_1] = "dell-m4-1",
1821 [STAC_DELL_M4_2] = "dell-m4-2",
Matthew Ranostay3a7abfd2008-11-20 21:21:43 -05001822 [STAC_DELL_M4_3] = "dell-m4-3",
Matthew Ranostay6a14f582008-09-12 12:02:30 -04001823 [STAC_HP_M4] = "hp-m4",
Takashi Iwai2a6ce6e2010-05-12 10:16:20 +02001824 [STAC_HP_DV4] = "hp-dv4",
Takashi Iwai1b0652e2009-01-14 08:27:35 +01001825 [STAC_HP_DV5] = "hp-dv5",
Christoph Plattnerae6241f2009-03-08 23:19:05 +01001826 [STAC_HP_HDX] = "hp-hdx",
James Gardiner514bf542009-05-03 04:00:44 -04001827 [STAC_HP_DV4_1222NR] = "hp-dv4-1222nr",
Matthew Ranostaye035b842007-11-06 11:53:55 +01001828};
1829
Takashi Iwai2b635362011-05-02 12:33:43 +02001830static const struct snd_pci_quirk stac92hd71bxx_cfg_tbl[] = {
Matthew Ranostaye035b842007-11-06 11:53:55 +01001831 /* SigmaTel reference board */
1832 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x2668,
1833 "DFI LanParty", STAC_92HD71BXX_REF),
Matthew Ranostay577aa2c2009-01-22 22:55:44 -05001834 SND_PCI_QUIRK(PCI_VENDOR_ID_DFI, 0x3101,
1835 "DFI LanParty", STAC_92HD71BXX_REF),
James Gardiner514bf542009-05-03 04:00:44 -04001836 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x30fb,
1837 "HP dv4-1222nr", STAC_HP_DV4_1222NR),
Vitaliy Kulikov5bdaaad2009-11-04 07:57:45 +01001838 SND_PCI_QUIRK_MASK(PCI_VENDOR_ID_HP, 0xfff0, 0x1720,
1839 "HP", STAC_HP_DV5),
Takashi Iwai58d83952009-03-13 17:04:34 +01001840 SND_PCI_QUIRK_MASK(PCI_VENDOR_ID_HP, 0xfff0, 0x3080,
1841 "HP", STAC_HP_DV5),
Takashi Iwai2ae466f2009-02-16 14:16:36 +01001842 SND_PCI_QUIRK_MASK(PCI_VENDOR_ID_HP, 0xfff0, 0x30f0,
Takashi Iwai2a6ce6e2010-05-12 10:16:20 +02001843 "HP dv4-7", STAC_HP_DV4),
Takashi Iwai2ae466f2009-02-16 14:16:36 +01001844 SND_PCI_QUIRK_MASK(PCI_VENDOR_ID_HP, 0xfff0, 0x3600,
1845 "HP dv4-7", STAC_HP_DV5),
Takashi Iwai6fce61a2009-03-10 07:48:57 +01001846 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x3610,
1847 "HP HDX", STAC_HP_HDX), /* HDX18 */
Matthew Ranostay9a9e2352008-09-26 10:37:03 -04001848 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x361a,
Takashi Iwai2ae466f2009-02-16 14:16:36 +01001849 "HP mini 1000", STAC_HP_M4),
Christoph Plattnerae6241f2009-03-08 23:19:05 +01001850 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x361b,
Takashi Iwai6fce61a2009-03-10 07:48:57 +01001851 "HP HDX", STAC_HP_HDX), /* HDX16 */
Takashi Iwai6e34c032009-09-14 15:42:18 +02001852 SND_PCI_QUIRK_MASK(PCI_VENDOR_ID_HP, 0xfff0, 0x3620,
1853 "HP dv6", STAC_HP_DV5),
Kunal Gangakhedkare3d25302010-03-20 23:08:01 +05301854 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x3061,
1855 "HP dv6", STAC_HP_DV5), /* HP dv6-1110ax */
Luke Yelavich9b2167d2010-10-06 15:45:46 +11001856 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x363e,
1857 "HP DV6", STAC_HP_DV5),
Takashi Iwai1972d022009-08-06 08:44:43 +02001858 SND_PCI_QUIRK_MASK(PCI_VENDOR_ID_HP, 0xfff0, 0x7010,
1859 "HP", STAC_HP_DV5),
Matthew Ranostaya7662642008-02-21 07:51:14 +01001860 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0233,
1861 "unknown Dell", STAC_DELL_M4_1),
1862 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0234,
1863 "unknown Dell", STAC_DELL_M4_1),
1864 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0250,
1865 "unknown Dell", STAC_DELL_M4_1),
1866 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x024f,
1867 "unknown Dell", STAC_DELL_M4_1),
1868 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x024d,
1869 "unknown Dell", STAC_DELL_M4_1),
1870 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0251,
1871 "unknown Dell", STAC_DELL_M4_1),
1872 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0277,
1873 "unknown Dell", STAC_DELL_M4_1),
1874 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0263,
1875 "unknown Dell", STAC_DELL_M4_2),
1876 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0265,
1877 "unknown Dell", STAC_DELL_M4_2),
1878 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0262,
1879 "unknown Dell", STAC_DELL_M4_2),
1880 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0264,
1881 "unknown Dell", STAC_DELL_M4_2),
Matthew Ranostay3a7abfd2008-11-20 21:21:43 -05001882 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x02aa,
1883 "unknown Dell", STAC_DELL_M4_3),
Matthew Ranostaye035b842007-11-06 11:53:55 +01001884 {} /* terminator */
1885};
1886
Takashi Iwai2b635362011-05-02 12:33:43 +02001887static const unsigned int ref922x_pin_configs[10] = {
Matt Porter403d1942005-11-29 15:00:51 +01001888 0x01014010, 0x01016011, 0x01012012, 0x0221401f,
1889 0x01813122, 0x01011014, 0x01441030, 0x01c41030,
Matt2f2f4252005-04-13 14:45:30 +02001890 0x40000100, 0x40000100,
1891};
1892
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001893/*
1894 STAC 922X pin configs for
1895 102801A7
1896 102801AB
1897 102801A9
1898 102801D1
1899 102801D2
1900*/
Takashi Iwai2b635362011-05-02 12:33:43 +02001901static const unsigned int dell_922x_d81_pin_configs[10] = {
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001902 0x02214030, 0x01a19021, 0x01111012, 0x01114010,
1903 0x02a19020, 0x01117011, 0x400001f0, 0x400001f1,
1904 0x01813122, 0x400001f2,
1905};
1906
1907/*
1908 STAC 922X pin configs for
1909 102801AC
1910 102801D0
1911*/
Takashi Iwai2b635362011-05-02 12:33:43 +02001912static const unsigned int dell_922x_d82_pin_configs[10] = {
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001913 0x02214030, 0x01a19021, 0x01111012, 0x01114010,
1914 0x02a19020, 0x01117011, 0x01451140, 0x400001f0,
1915 0x01813122, 0x400001f1,
1916};
1917
1918/*
1919 STAC 922X pin configs for
1920 102801BF
1921*/
Takashi Iwai2b635362011-05-02 12:33:43 +02001922static const unsigned int dell_922x_m81_pin_configs[10] = {
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001923 0x0321101f, 0x01112024, 0x01111222, 0x91174220,
1924 0x03a11050, 0x01116221, 0x90a70330, 0x01452340,
1925 0x40C003f1, 0x405003f0,
1926};
1927
1928/*
1929 STAC 9221 A1 pin configs for
1930 102801D7 (Dell XPS M1210)
1931*/
Takashi Iwai2b635362011-05-02 12:33:43 +02001932static const unsigned int dell_922x_m82_pin_configs[10] = {
Jiang Zhe7f9310c2007-11-12 12:43:37 +01001933 0x02211211, 0x408103ff, 0x02a1123e, 0x90100310,
1934 0x408003f1, 0x0221121f, 0x03451340, 0x40c003f2,
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001935 0x508003f3, 0x405003f4,
1936};
1937
Takashi Iwai2b635362011-05-02 12:33:43 +02001938static const unsigned int d945gtp3_pin_configs[10] = {
Matt Porter869264c2006-01-25 19:20:50 +01001939 0x0221401f, 0x01a19022, 0x01813021, 0x01014010,
Matt Porter403d1942005-11-29 15:00:51 +01001940 0x40000100, 0x40000100, 0x40000100, 0x40000100,
1941 0x02a19120, 0x40000100,
1942};
1943
Takashi Iwai2b635362011-05-02 12:33:43 +02001944static const unsigned int d945gtp5_pin_configs[10] = {
Matt Porter869264c2006-01-25 19:20:50 +01001945 0x0221401f, 0x01011012, 0x01813024, 0x01014010,
1946 0x01a19021, 0x01016011, 0x01452130, 0x40000100,
Matt Porter403d1942005-11-29 15:00:51 +01001947 0x02a19320, 0x40000100,
1948};
1949
Takashi Iwai2b635362011-05-02 12:33:43 +02001950static const unsigned int intel_mac_v1_pin_configs[10] = {
Ivan N. Zlatev5d5d3bc2007-05-29 16:03:00 +02001951 0x0121e21f, 0x400000ff, 0x9017e110, 0x400000fd,
1952 0x400000fe, 0x0181e020, 0x1145e030, 0x11c5e240,
Takashi Iwai3fc24d82007-02-16 13:27:18 +01001953 0x400000fc, 0x400000fb,
1954};
1955
Takashi Iwai2b635362011-05-02 12:33:43 +02001956static const unsigned int intel_mac_v2_pin_configs[10] = {
Ivan N. Zlatev5d5d3bc2007-05-29 16:03:00 +02001957 0x0121e21f, 0x90a7012e, 0x9017e110, 0x400000fd,
1958 0x400000fe, 0x0181e020, 0x1145e230, 0x500000fa,
Sylvain FORETf16928f2007-04-27 14:22:36 +02001959 0x400000fc, 0x400000fb,
1960};
1961
Takashi Iwai2b635362011-05-02 12:33:43 +02001962static const unsigned int intel_mac_v3_pin_configs[10] = {
Ivan N. Zlatev5d5d3bc2007-05-29 16:03:00 +02001963 0x0121e21f, 0x90a7012e, 0x9017e110, 0x400000fd,
1964 0x400000fe, 0x0181e020, 0x1145e230, 0x11c5e240,
1965 0x400000fc, 0x400000fb,
1966};
1967
Takashi Iwai2b635362011-05-02 12:33:43 +02001968static const unsigned int intel_mac_v4_pin_configs[10] = {
Ivan N. Zlatev5d5d3bc2007-05-29 16:03:00 +02001969 0x0321e21f, 0x03a1e02e, 0x9017e110, 0x9017e11f,
1970 0x400000fe, 0x0381e020, 0x1345e230, 0x13c5e240,
1971 0x400000fc, 0x400000fb,
1972};
1973
Takashi Iwai2b635362011-05-02 12:33:43 +02001974static const unsigned int intel_mac_v5_pin_configs[10] = {
Ivan N. Zlatev5d5d3bc2007-05-29 16:03:00 +02001975 0x0321e21f, 0x03a1e02e, 0x9017e110, 0x9017e11f,
1976 0x400000fe, 0x0381e020, 0x1345e230, 0x13c5e240,
1977 0x400000fc, 0x400000fb,
Takashi Iwai0dae0f82007-05-21 12:41:29 +02001978};
1979
Takashi Iwai2b635362011-05-02 12:33:43 +02001980static const unsigned int ecs202_pin_configs[10] = {
Mauro Carvalho Chehab8c650082008-08-04 10:39:59 -03001981 0x0221401f, 0x02a19020, 0x01a19020, 0x01114010,
1982 0x408000f0, 0x01813022, 0x074510a0, 0x40c400f1,
1983 0x9037012e, 0x40e000f2,
1984};
Takashi Iwai76c08822007-06-19 12:17:42 +02001985
Takashi Iwai2b635362011-05-02 12:33:43 +02001986static const unsigned int *stac922x_brd_tbl[STAC_922X_MODELS] = {
Takashi Iwaif5fcc132006-11-24 17:07:44 +01001987 [STAC_D945_REF] = ref922x_pin_configs,
Takashi Iwai19039bd2006-06-28 15:52:16 +02001988 [STAC_D945GTP3] = d945gtp3_pin_configs,
1989 [STAC_D945GTP5] = d945gtp5_pin_configs,
Ivan N. Zlatev5d5d3bc2007-05-29 16:03:00 +02001990 [STAC_INTEL_MAC_V1] = intel_mac_v1_pin_configs,
1991 [STAC_INTEL_MAC_V2] = intel_mac_v2_pin_configs,
1992 [STAC_INTEL_MAC_V3] = intel_mac_v3_pin_configs,
1993 [STAC_INTEL_MAC_V4] = intel_mac_v4_pin_configs,
1994 [STAC_INTEL_MAC_V5] = intel_mac_v5_pin_configs,
Nicolas Boichat536319a2008-07-21 22:18:01 +08001995 [STAC_INTEL_MAC_AUTO] = intel_mac_v3_pin_configs,
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001996 /* for backward compatibility */
Ivan N. Zlatev5d5d3bc2007-05-29 16:03:00 +02001997 [STAC_MACMINI] = intel_mac_v3_pin_configs,
1998 [STAC_MACBOOK] = intel_mac_v5_pin_configs,
1999 [STAC_MACBOOK_PRO_V1] = intel_mac_v3_pin_configs,
2000 [STAC_MACBOOK_PRO_V2] = intel_mac_v3_pin_configs,
2001 [STAC_IMAC_INTEL] = intel_mac_v2_pin_configs,
2002 [STAC_IMAC_INTEL_20] = intel_mac_v3_pin_configs,
Mauro Carvalho Chehab8c650082008-08-04 10:39:59 -03002003 [STAC_ECS_202] = ecs202_pin_configs,
Takashi Iwaidfe495d2007-08-23 19:04:28 +02002004 [STAC_922X_DELL_D81] = dell_922x_d81_pin_configs,
2005 [STAC_922X_DELL_D82] = dell_922x_d82_pin_configs,
2006 [STAC_922X_DELL_M81] = dell_922x_m81_pin_configs,
2007 [STAC_922X_DELL_M82] = dell_922x_m82_pin_configs,
Matt Porter403d1942005-11-29 15:00:51 +01002008};
2009
Takashi Iwaiea734962011-01-17 11:29:34 +01002010static const char * const stac922x_models[STAC_922X_MODELS] = {
Takashi Iwai1607b8e2009-02-26 16:50:43 +01002011 [STAC_922X_AUTO] = "auto",
Takashi Iwaif5fcc132006-11-24 17:07:44 +01002012 [STAC_D945_REF] = "ref",
2013 [STAC_D945GTP5] = "5stack",
2014 [STAC_D945GTP3] = "3stack",
Ivan N. Zlatev5d5d3bc2007-05-29 16:03:00 +02002015 [STAC_INTEL_MAC_V1] = "intel-mac-v1",
2016 [STAC_INTEL_MAC_V2] = "intel-mac-v2",
2017 [STAC_INTEL_MAC_V3] = "intel-mac-v3",
2018 [STAC_INTEL_MAC_V4] = "intel-mac-v4",
2019 [STAC_INTEL_MAC_V5] = "intel-mac-v5",
Nicolas Boichat536319a2008-07-21 22:18:01 +08002020 [STAC_INTEL_MAC_AUTO] = "intel-mac-auto",
Takashi Iwaidfe495d2007-08-23 19:04:28 +02002021 /* for backward compatibility */
Takashi Iwaif5fcc132006-11-24 17:07:44 +01002022 [STAC_MACMINI] = "macmini",
Takashi Iwai3fc24d82007-02-16 13:27:18 +01002023 [STAC_MACBOOK] = "macbook",
Nicolas Boichat6f0778d2007-03-15 12:38:15 +01002024 [STAC_MACBOOK_PRO_V1] = "macbook-pro-v1",
2025 [STAC_MACBOOK_PRO_V2] = "macbook-pro",
Sylvain FORETf16928f2007-04-27 14:22:36 +02002026 [STAC_IMAC_INTEL] = "imac-intel",
Takashi Iwai0dae0f82007-05-21 12:41:29 +02002027 [STAC_IMAC_INTEL_20] = "imac-intel-20",
Mauro Carvalho Chehab8c650082008-08-04 10:39:59 -03002028 [STAC_ECS_202] = "ecs202",
Takashi Iwaidfe495d2007-08-23 19:04:28 +02002029 [STAC_922X_DELL_D81] = "dell-d81",
2030 [STAC_922X_DELL_D82] = "dell-d82",
2031 [STAC_922X_DELL_M81] = "dell-m81",
2032 [STAC_922X_DELL_M82] = "dell-m82",
Takashi Iwaif5fcc132006-11-24 17:07:44 +01002033};
2034
Takashi Iwai2b635362011-05-02 12:33:43 +02002035static const struct snd_pci_quirk stac922x_cfg_tbl[] = {
Takashi Iwaif5fcc132006-11-24 17:07:44 +01002036 /* SigmaTel reference board */
2037 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x2668,
2038 "DFI LanParty", STAC_D945_REF),
Matthew Ranostay577aa2c2009-01-22 22:55:44 -05002039 SND_PCI_QUIRK(PCI_VENDOR_ID_DFI, 0x3101,
2040 "DFI LanParty", STAC_D945_REF),
Takashi Iwaif5fcc132006-11-24 17:07:44 +01002041 /* Intel 945G based systems */
2042 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x0101,
2043 "Intel D945G", STAC_D945GTP3),
2044 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x0202,
2045 "Intel D945G", STAC_D945GTP3),
2046 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x0606,
2047 "Intel D945G", STAC_D945GTP3),
2048 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x0601,
2049 "Intel D945G", STAC_D945GTP3),
2050 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x0111,
2051 "Intel D945G", STAC_D945GTP3),
2052 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x1115,
2053 "Intel D945G", STAC_D945GTP3),
2054 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x1116,
2055 "Intel D945G", STAC_D945GTP3),
2056 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x1117,
2057 "Intel D945G", STAC_D945GTP3),
2058 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x1118,
2059 "Intel D945G", STAC_D945GTP3),
2060 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x1119,
2061 "Intel D945G", STAC_D945GTP3),
2062 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x8826,
2063 "Intel D945G", STAC_D945GTP3),
2064 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x5049,
2065 "Intel D945G", STAC_D945GTP3),
2066 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x5055,
2067 "Intel D945G", STAC_D945GTP3),
2068 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x5048,
2069 "Intel D945G", STAC_D945GTP3),
2070 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x0110,
2071 "Intel D945G", STAC_D945GTP3),
2072 /* Intel D945G 5-stack systems */
2073 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x0404,
2074 "Intel D945G", STAC_D945GTP5),
2075 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x0303,
2076 "Intel D945G", STAC_D945GTP5),
2077 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x0013,
2078 "Intel D945G", STAC_D945GTP5),
2079 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x0417,
2080 "Intel D945G", STAC_D945GTP5),
2081 /* Intel 945P based systems */
2082 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x0b0b,
2083 "Intel D945P", STAC_D945GTP3),
2084 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x0112,
2085 "Intel D945P", STAC_D945GTP3),
2086 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x0d0d,
2087 "Intel D945P", STAC_D945GTP3),
2088 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x0909,
2089 "Intel D945P", STAC_D945GTP3),
2090 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x0505,
2091 "Intel D945P", STAC_D945GTP3),
2092 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x0707,
2093 "Intel D945P", STAC_D945GTP5),
Takashi Iwai8056d472009-01-23 09:09:43 +01002094 /* other intel */
2095 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x0204,
2096 "Intel D945", STAC_D945_REF),
Takashi Iwaif5fcc132006-11-24 17:07:44 +01002097 /* other systems */
Nicolas Boichat536319a2008-07-21 22:18:01 +08002098 /* Apple Intel Mac (Mac Mini, MacBook, MacBook Pro...) */
Takashi Iwaif5fcc132006-11-24 17:07:44 +01002099 SND_PCI_QUIRK(0x8384, 0x7680,
Nicolas Boichat536319a2008-07-21 22:18:01 +08002100 "Mac", STAC_INTEL_MAC_AUTO),
Takashi Iwaidfe495d2007-08-23 19:04:28 +02002101 /* Dell systems */
2102 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01a7,
2103 "unknown Dell", STAC_922X_DELL_D81),
2104 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01a9,
2105 "unknown Dell", STAC_922X_DELL_D81),
2106 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01ab,
2107 "unknown Dell", STAC_922X_DELL_D81),
2108 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01ac,
2109 "unknown Dell", STAC_922X_DELL_D82),
2110 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01bf,
2111 "unknown Dell", STAC_922X_DELL_M81),
2112 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01d0,
2113 "unknown Dell", STAC_922X_DELL_D82),
2114 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01d1,
2115 "unknown Dell", STAC_922X_DELL_D81),
2116 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01d2,
2117 "unknown Dell", STAC_922X_DELL_D81),
2118 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01d7,
2119 "Dell XPS M1210", STAC_922X_DELL_M82),
Mauro Carvalho Chehab8c650082008-08-04 10:39:59 -03002120 /* ECS/PC Chips boards */
Takashi Iwaidea0a502009-02-09 17:14:52 +01002121 SND_PCI_QUIRK_MASK(0x1019, 0xf000, 0x2000,
Herton Ronaldo Krzesinski8663ae52009-02-08 19:50:34 -02002122 "ECS/PC chips", STAC_ECS_202),
Matt Porter403d1942005-11-29 15:00:51 +01002123 {} /* terminator */
2124};
2125
Takashi Iwai2b635362011-05-02 12:33:43 +02002126static const unsigned int ref927x_pin_configs[14] = {
Tobin Davis93ed1502006-09-01 21:03:12 +02002127 0x02214020, 0x02a19080, 0x0181304e, 0x01014010,
2128 0x01a19040, 0x01011012, 0x01016011, 0x0101201f,
2129 0x183301f0, 0x18a001f0, 0x18a001f0, 0x01442070,
2130 0x01c42190, 0x40000100,
Matt Porter3cc08dc2006-01-23 15:27:49 +01002131};
2132
Takashi Iwai2b635362011-05-02 12:33:43 +02002133static const unsigned int d965_3st_pin_configs[14] = {
Tobin Davis81d3dbd2006-08-22 19:44:45 +02002134 0x0221401f, 0x02a19120, 0x40000100, 0x01014011,
2135 0x01a19021, 0x01813024, 0x40000100, 0x40000100,
2136 0x40000100, 0x40000100, 0x40000100, 0x40000100,
2137 0x40000100, 0x40000100
2138};
2139
Takashi Iwai2b635362011-05-02 12:33:43 +02002140static const unsigned int d965_5st_pin_configs[14] = {
Tobin Davis93ed1502006-09-01 21:03:12 +02002141 0x02214020, 0x02a19080, 0x0181304e, 0x01014010,
2142 0x01a19040, 0x01011012, 0x01016011, 0x40000100,
2143 0x40000100, 0x40000100, 0x40000100, 0x01442070,
2144 0x40000100, 0x40000100
2145};
2146
Takashi Iwai2b635362011-05-02 12:33:43 +02002147static const unsigned int d965_5st_no_fp_pin_configs[14] = {
Takashi Iwai679d92e2009-05-24 19:00:08 +02002148 0x40000100, 0x40000100, 0x0181304e, 0x01014010,
2149 0x01a19040, 0x01011012, 0x01016011, 0x40000100,
2150 0x40000100, 0x40000100, 0x40000100, 0x01442070,
2151 0x40000100, 0x40000100
2152};
2153
Takashi Iwai2b635362011-05-02 12:33:43 +02002154static const unsigned int dell_3st_pin_configs[14] = {
Tobin Davis4ff076e2007-08-07 11:48:12 +02002155 0x02211230, 0x02a11220, 0x01a19040, 0x01114210,
2156 0x01111212, 0x01116211, 0x01813050, 0x01112214,
Matthew Ranostay8e9068b2007-12-17 11:58:13 +01002157 0x403003fa, 0x90a60040, 0x90a60040, 0x404003fb,
Tobin Davis4ff076e2007-08-07 11:48:12 +02002158 0x40c003fc, 0x40000100
2159};
2160
Takashi Iwai2b635362011-05-02 12:33:43 +02002161static const unsigned int *stac927x_brd_tbl[STAC_927X_MODELS] = {
Takashi Iwaie28d8322008-12-17 13:48:29 +01002162 [STAC_D965_REF_NO_JD] = ref927x_pin_configs,
Matthew Ranostay8e9068b2007-12-17 11:58:13 +01002163 [STAC_D965_REF] = ref927x_pin_configs,
2164 [STAC_D965_3ST] = d965_3st_pin_configs,
2165 [STAC_D965_5ST] = d965_5st_pin_configs,
Takashi Iwai679d92e2009-05-24 19:00:08 +02002166 [STAC_D965_5ST_NO_FP] = d965_5st_no_fp_pin_configs,
Matthew Ranostay8e9068b2007-12-17 11:58:13 +01002167 [STAC_DELL_3ST] = dell_3st_pin_configs,
2168 [STAC_DELL_BIOS] = NULL,
Takashi Iwai54930532009-10-11 17:38:29 +02002169 [STAC_927X_VOLKNOB] = NULL,
Matt Porter3cc08dc2006-01-23 15:27:49 +01002170};
2171
Takashi Iwaiea734962011-01-17 11:29:34 +01002172static const char * const stac927x_models[STAC_927X_MODELS] = {
Takashi Iwai1607b8e2009-02-26 16:50:43 +01002173 [STAC_927X_AUTO] = "auto",
Takashi Iwaie28d8322008-12-17 13:48:29 +01002174 [STAC_D965_REF_NO_JD] = "ref-no-jd",
Matthew Ranostay8e9068b2007-12-17 11:58:13 +01002175 [STAC_D965_REF] = "ref",
2176 [STAC_D965_3ST] = "3stack",
2177 [STAC_D965_5ST] = "5stack",
Takashi Iwai679d92e2009-05-24 19:00:08 +02002178 [STAC_D965_5ST_NO_FP] = "5stack-no-fp",
Matthew Ranostay8e9068b2007-12-17 11:58:13 +01002179 [STAC_DELL_3ST] = "dell-3stack",
2180 [STAC_DELL_BIOS] = "dell-bios",
Takashi Iwai54930532009-10-11 17:38:29 +02002181 [STAC_927X_VOLKNOB] = "volknob",
Takashi Iwaif5fcc132006-11-24 17:07:44 +01002182};
2183
Takashi Iwai2b635362011-05-02 12:33:43 +02002184static const struct snd_pci_quirk stac927x_cfg_tbl[] = {
Takashi Iwaif5fcc132006-11-24 17:07:44 +01002185 /* SigmaTel reference board */
2186 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x2668,
2187 "DFI LanParty", STAC_D965_REF),
Matthew Ranostay577aa2c2009-01-22 22:55:44 -05002188 SND_PCI_QUIRK(PCI_VENDOR_ID_DFI, 0x3101,
2189 "DFI LanParty", STAC_D965_REF),
Tobin Davis81d3dbd2006-08-22 19:44:45 +02002190 /* Intel 946 based systems */
Takashi Iwaif5fcc132006-11-24 17:07:44 +01002191 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x3d01, "Intel D946", STAC_D965_3ST),
2192 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0xa301, "Intel D946", STAC_D965_3ST),
Tobin Davis93ed1502006-09-01 21:03:12 +02002193 /* 965 based 3 stack systems */
Takashi Iwaidea0a502009-02-09 17:14:52 +01002194 SND_PCI_QUIRK_MASK(PCI_VENDOR_ID_INTEL, 0xff00, 0x2100,
2195 "Intel D965", STAC_D965_3ST),
2196 SND_PCI_QUIRK_MASK(PCI_VENDOR_ID_INTEL, 0xff00, 0x2000,
2197 "Intel D965", STAC_D965_3ST),
Tobin Davis4ff076e2007-08-07 11:48:12 +02002198 /* Dell 3 stack systems */
Takashi Iwaidfe495d2007-08-23 19:04:28 +02002199 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01dd, "Dell Dimension E520", STAC_DELL_3ST),
Tobin Davis4ff076e2007-08-07 11:48:12 +02002200 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01ed, "Dell ", STAC_DELL_3ST),
2201 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01f4, "Dell ", STAC_DELL_3ST),
Matthew Ranostay8e9068b2007-12-17 11:58:13 +01002202 /* Dell 3 stack systems with verb table in BIOS */
Matthew Ranostay2f32d902008-01-10 13:06:26 +01002203 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01f3, "Dell Inspiron 1420", STAC_DELL_BIOS),
Daniel T Chen66668b62010-05-23 20:47:45 -04002204 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01f7, "Dell XPS M1730", STAC_DELL_BIOS),
Matthew Ranostay2f32d902008-01-10 13:06:26 +01002205 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0227, "Dell Vostro 1400 ", STAC_DELL_BIOS),
Matthew Ranostay8e9068b2007-12-17 11:58:13 +01002206 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x022e, "Dell ", STAC_DELL_BIOS),
Chengu Wang84d3dc22009-07-30 19:43:55 +08002207 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x022f, "Dell Inspiron 1525", STAC_DELL_BIOS),
Matthew Ranostay8e9068b2007-12-17 11:58:13 +01002208 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0242, "Dell ", STAC_DELL_BIOS),
2209 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0243, "Dell ", STAC_DELL_BIOS),
2210 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x02ff, "Dell ", STAC_DELL_BIOS),
2211 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0209, "Dell XPS 1330", STAC_DELL_BIOS),
Tobin Davis93ed1502006-09-01 21:03:12 +02002212 /* 965 based 5 stack systems */
Takashi Iwaidea0a502009-02-09 17:14:52 +01002213 SND_PCI_QUIRK_MASK(PCI_VENDOR_ID_INTEL, 0xff00, 0x2300,
2214 "Intel D965", STAC_D965_5ST),
2215 SND_PCI_QUIRK_MASK(PCI_VENDOR_ID_INTEL, 0xff00, 0x2500,
2216 "Intel D965", STAC_D965_5ST),
Takashi Iwai54930532009-10-11 17:38:29 +02002217 /* volume-knob fixes */
2218 SND_PCI_QUIRK_VENDOR(0x10cf, "FSC", STAC_927X_VOLKNOB),
Matt Porter3cc08dc2006-01-23 15:27:49 +01002219 {} /* terminator */
2220};
2221
Takashi Iwai2b635362011-05-02 12:33:43 +02002222static const unsigned int ref9205_pin_configs[12] = {
Matt Porterf3302a52006-07-31 12:49:34 +02002223 0x40000100, 0x40000100, 0x01016011, 0x01014010,
Matthew Ranostay09a99952008-01-24 11:49:21 +01002224 0x01813122, 0x01a19021, 0x01019020, 0x40000100,
Matt Porter8b657272006-10-26 17:12:59 +02002225 0x90a000f0, 0x90a000f0, 0x01441030, 0x01c41030
Matt Porterf3302a52006-07-31 12:49:34 +02002226};
2227
Takashi Iwaidfe495d2007-08-23 19:04:28 +02002228/*
2229 STAC 9205 pin configs for
2230 102801F1
2231 102801F2
2232 102801FC
2233 102801FD
2234 10280204
2235 1028021F
Matthew Ranostay3fa2ef72008-01-11 11:39:06 +01002236 10280228 (Dell Vostro 1500)
Anisse Astier95e70e82009-12-23 17:28:45 +01002237 10280229 (Dell Vostro 1700)
Takashi Iwaidfe495d2007-08-23 19:04:28 +02002238*/
Takashi Iwai2b635362011-05-02 12:33:43 +02002239static const unsigned int dell_9205_m42_pin_configs[12] = {
Takashi Iwaidfe495d2007-08-23 19:04:28 +02002240 0x0321101F, 0x03A11020, 0x400003FA, 0x90170310,
2241 0x400003FB, 0x400003FC, 0x400003FD, 0x40F000F9,
2242 0x90A60330, 0x400003FF, 0x0144131F, 0x40C003FE,
2243};
2244
2245/*
2246 STAC 9205 pin configs for
2247 102801F9
2248 102801FA
2249 102801FE
2250 102801FF (Dell Precision M4300)
2251 10280206
2252 10280200
2253 10280201
2254*/
Takashi Iwai2b635362011-05-02 12:33:43 +02002255static const unsigned int dell_9205_m43_pin_configs[12] = {
Tobin Davisae0a8ed2007-08-13 15:50:29 +02002256 0x0321101f, 0x03a11020, 0x90a70330, 0x90170310,
2257 0x400000fe, 0x400000ff, 0x400000fd, 0x40f000f9,
2258 0x400000fa, 0x400000fc, 0x0144131f, 0x40c003f8,
2259};
2260
Takashi Iwai2b635362011-05-02 12:33:43 +02002261static const unsigned int dell_9205_m44_pin_configs[12] = {
Tobin Davisae0a8ed2007-08-13 15:50:29 +02002262 0x0421101f, 0x04a11020, 0x400003fa, 0x90170310,
2263 0x400003fb, 0x400003fc, 0x400003fd, 0x400003f9,
2264 0x90a60330, 0x400003ff, 0x01441340, 0x40c003fe,
2265};
2266
Takashi Iwai2b635362011-05-02 12:33:43 +02002267static const unsigned int *stac9205_brd_tbl[STAC_9205_MODELS] = {
Tobin Davisae0a8ed2007-08-13 15:50:29 +02002268 [STAC_9205_REF] = ref9205_pin_configs,
Takashi Iwaidfe495d2007-08-23 19:04:28 +02002269 [STAC_9205_DELL_M42] = dell_9205_m42_pin_configs,
2270 [STAC_9205_DELL_M43] = dell_9205_m43_pin_configs,
2271 [STAC_9205_DELL_M44] = dell_9205_m44_pin_configs,
Takashi Iwaid9a42682009-01-22 17:40:18 +01002272 [STAC_9205_EAPD] = NULL,
Matt Porterf3302a52006-07-31 12:49:34 +02002273};
2274
Takashi Iwaiea734962011-01-17 11:29:34 +01002275static const char * const stac9205_models[STAC_9205_MODELS] = {
Takashi Iwai1607b8e2009-02-26 16:50:43 +01002276 [STAC_9205_AUTO] = "auto",
Takashi Iwaif5fcc132006-11-24 17:07:44 +01002277 [STAC_9205_REF] = "ref",
Takashi Iwaidfe495d2007-08-23 19:04:28 +02002278 [STAC_9205_DELL_M42] = "dell-m42",
Tobin Davisae0a8ed2007-08-13 15:50:29 +02002279 [STAC_9205_DELL_M43] = "dell-m43",
2280 [STAC_9205_DELL_M44] = "dell-m44",
Takashi Iwaid9a42682009-01-22 17:40:18 +01002281 [STAC_9205_EAPD] = "eapd",
Takashi Iwaif5fcc132006-11-24 17:07:44 +01002282};
2283
Takashi Iwai2b635362011-05-02 12:33:43 +02002284static const struct snd_pci_quirk stac9205_cfg_tbl[] = {
Takashi Iwaif5fcc132006-11-24 17:07:44 +01002285 /* SigmaTel reference board */
2286 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x2668,
2287 "DFI LanParty", STAC_9205_REF),
Herton Ronaldo Krzesinski02358fc2009-07-04 01:44:59 -03002288 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0xfb30,
2289 "SigmaTel", STAC_9205_REF),
Matthew Ranostay577aa2c2009-01-22 22:55:44 -05002290 SND_PCI_QUIRK(PCI_VENDOR_ID_DFI, 0x3101,
2291 "DFI LanParty", STAC_9205_REF),
Takashi Iwaid9a42682009-01-22 17:40:18 +01002292 /* Dell */
Takashi Iwaidfe495d2007-08-23 19:04:28 +02002293 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01f1,
2294 "unknown Dell", STAC_9205_DELL_M42),
2295 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01f2,
2296 "unknown Dell", STAC_9205_DELL_M42),
Tobin Davisae0a8ed2007-08-13 15:50:29 +02002297 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01f8,
Matthew Ranostayb44ef2f2007-09-18 00:52:38 +02002298 "Dell Precision", STAC_9205_DELL_M43),
Tobin Davisae0a8ed2007-08-13 15:50:29 +02002299 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01f9,
2300 "Dell Precision", STAC_9205_DELL_M43),
2301 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01fa,
2302 "Dell Precision", STAC_9205_DELL_M43),
Takashi Iwaidfe495d2007-08-23 19:04:28 +02002303 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01fc,
2304 "unknown Dell", STAC_9205_DELL_M42),
2305 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01fd,
2306 "unknown Dell", STAC_9205_DELL_M42),
Tobin Davisae0a8ed2007-08-13 15:50:29 +02002307 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01fe,
2308 "Dell Precision", STAC_9205_DELL_M43),
2309 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01ff,
Takashi Iwaidfe495d2007-08-23 19:04:28 +02002310 "Dell Precision M4300", STAC_9205_DELL_M43),
Takashi Iwaidfe495d2007-08-23 19:04:28 +02002311 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0204,
2312 "unknown Dell", STAC_9205_DELL_M42),
Takashi Iwai45499152008-06-12 16:27:24 +02002313 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0206,
2314 "Dell Precision", STAC_9205_DELL_M43),
2315 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x021b,
2316 "Dell Precision", STAC_9205_DELL_M43),
2317 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x021c,
2318 "Dell Precision", STAC_9205_DELL_M43),
Tobin Davisae0a8ed2007-08-13 15:50:29 +02002319 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x021f,
2320 "Dell Inspiron", STAC_9205_DELL_M44),
Matthew Ranostay3fa2ef72008-01-11 11:39:06 +01002321 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0228,
2322 "Dell Vostro 1500", STAC_9205_DELL_M42),
Anisse Astier95e70e82009-12-23 17:28:45 +01002323 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0229,
2324 "Dell Vostro 1700", STAC_9205_DELL_M42),
Takashi Iwaid9a42682009-01-22 17:40:18 +01002325 /* Gateway */
Hao Song42b95f02009-07-20 15:01:16 +08002326 SND_PCI_QUIRK(0x107b, 0x0560, "Gateway T6834c", STAC_9205_EAPD),
Takashi Iwaid9a42682009-01-22 17:40:18 +01002327 SND_PCI_QUIRK(0x107b, 0x0565, "Gateway T1616", STAC_9205_EAPD),
Matt Porterf3302a52006-07-31 12:49:34 +02002328 {} /* terminator */
2329};
2330
Takashi Iwai330ee992009-02-20 14:33:36 +01002331static void stac92xx_set_config_regs(struct hda_codec *codec,
Takashi Iwai2b635362011-05-02 12:33:43 +02002332 const unsigned int *pincfgs)
Matt2f2f4252005-04-13 14:45:30 +02002333{
2334 int i;
2335 struct sigmatel_spec *spec = codec->spec;
Matt2f2f4252005-04-13 14:45:30 +02002336
Takashi Iwai330ee992009-02-20 14:33:36 +01002337 if (!pincfgs)
2338 return;
Richard Fish11b44bb2006-08-23 18:31:34 +02002339
Matthew Ranostay87d48362007-07-17 11:52:24 +02002340 for (i = 0; i < spec->num_pins; i++)
Takashi Iwai330ee992009-02-20 14:33:36 +01002341 if (spec->pin_nids[i] && pincfgs[i])
2342 snd_hda_codec_set_pincfg(codec, spec->pin_nids[i],
2343 pincfgs[i]);
Takashi Iwaiaf9f3412008-11-18 10:38:56 +01002344}
2345
Matt2f2f4252005-04-13 14:45:30 +02002346/*
2347 * Analog playback callbacks
2348 */
2349static int stac92xx_playback_pcm_open(struct hda_pcm_stream *hinfo,
2350 struct hda_codec *codec,
Takashi Iwaic8b6bf92005-11-17 14:57:47 +01002351 struct snd_pcm_substream *substream)
Matt2f2f4252005-04-13 14:45:30 +02002352{
2353 struct sigmatel_spec *spec = codec->spec;
Matthew Ranostay8daaaa92008-08-15 07:45:52 +02002354 if (spec->stream_delay)
2355 msleep(spec->stream_delay);
Takashi Iwai9a081602008-02-12 18:37:26 +01002356 return snd_hda_multi_out_analog_open(codec, &spec->multiout, substream,
2357 hinfo);
Matt2f2f4252005-04-13 14:45:30 +02002358}
2359
2360static int stac92xx_playback_pcm_prepare(struct hda_pcm_stream *hinfo,
2361 struct hda_codec *codec,
2362 unsigned int stream_tag,
2363 unsigned int format,
Takashi Iwaic8b6bf92005-11-17 14:57:47 +01002364 struct snd_pcm_substream *substream)
Matt2f2f4252005-04-13 14:45:30 +02002365{
2366 struct sigmatel_spec *spec = codec->spec;
Matt Porter403d1942005-11-29 15:00:51 +01002367 return snd_hda_multi_out_analog_prepare(codec, &spec->multiout, stream_tag, format, substream);
Matt2f2f4252005-04-13 14:45:30 +02002368}
2369
2370static int stac92xx_playback_pcm_cleanup(struct hda_pcm_stream *hinfo,
2371 struct hda_codec *codec,
Takashi Iwaic8b6bf92005-11-17 14:57:47 +01002372 struct snd_pcm_substream *substream)
Matt2f2f4252005-04-13 14:45:30 +02002373{
2374 struct sigmatel_spec *spec = codec->spec;
2375 return snd_hda_multi_out_analog_cleanup(codec, &spec->multiout);
2376}
2377
2378/*
Mattdabbed62005-06-14 10:19:34 +02002379 * Digital playback callbacks
2380 */
2381static int stac92xx_dig_playback_pcm_open(struct hda_pcm_stream *hinfo,
2382 struct hda_codec *codec,
Takashi Iwaic8b6bf92005-11-17 14:57:47 +01002383 struct snd_pcm_substream *substream)
Mattdabbed62005-06-14 10:19:34 +02002384{
2385 struct sigmatel_spec *spec = codec->spec;
2386 return snd_hda_multi_out_dig_open(codec, &spec->multiout);
2387}
2388
2389static int stac92xx_dig_playback_pcm_close(struct hda_pcm_stream *hinfo,
2390 struct hda_codec *codec,
Takashi Iwaic8b6bf92005-11-17 14:57:47 +01002391 struct snd_pcm_substream *substream)
Mattdabbed62005-06-14 10:19:34 +02002392{
2393 struct sigmatel_spec *spec = codec->spec;
2394 return snd_hda_multi_out_dig_close(codec, &spec->multiout);
2395}
2396
Takashi Iwai6b97eb42007-04-05 14:51:48 +02002397static int stac92xx_dig_playback_pcm_prepare(struct hda_pcm_stream *hinfo,
2398 struct hda_codec *codec,
2399 unsigned int stream_tag,
2400 unsigned int format,
2401 struct snd_pcm_substream *substream)
2402{
2403 struct sigmatel_spec *spec = codec->spec;
2404 return snd_hda_multi_out_dig_prepare(codec, &spec->multiout,
2405 stream_tag, format, substream);
2406}
2407
Takashi Iwai9411e212009-02-13 11:32:28 +01002408static int stac92xx_dig_playback_pcm_cleanup(struct hda_pcm_stream *hinfo,
2409 struct hda_codec *codec,
2410 struct snd_pcm_substream *substream)
2411{
2412 struct sigmatel_spec *spec = codec->spec;
2413 return snd_hda_multi_out_dig_cleanup(codec, &spec->multiout);
2414}
2415
Mattdabbed62005-06-14 10:19:34 +02002416
2417/*
Matt2f2f4252005-04-13 14:45:30 +02002418 * Analog capture callbacks
2419 */
2420static int stac92xx_capture_pcm_prepare(struct hda_pcm_stream *hinfo,
2421 struct hda_codec *codec,
2422 unsigned int stream_tag,
2423 unsigned int format,
Takashi Iwaic8b6bf92005-11-17 14:57:47 +01002424 struct snd_pcm_substream *substream)
Matt2f2f4252005-04-13 14:45:30 +02002425{
2426 struct sigmatel_spec *spec = codec->spec;
Matthew Ranostay8daaaa92008-08-15 07:45:52 +02002427 hda_nid_t nid = spec->adc_nids[substream->number];
Matt2f2f4252005-04-13 14:45:30 +02002428
Matthew Ranostay8daaaa92008-08-15 07:45:52 +02002429 if (spec->powerdown_adcs) {
2430 msleep(40);
Takashi Iwai8c2f7672008-12-01 11:54:35 +01002431 snd_hda_codec_write(codec, nid, 0,
Matthew Ranostay8daaaa92008-08-15 07:45:52 +02002432 AC_VERB_SET_POWER_STATE, AC_PWRST_D0);
2433 }
2434 snd_hda_codec_setup_stream(codec, nid, stream_tag, 0, format);
Matt2f2f4252005-04-13 14:45:30 +02002435 return 0;
2436}
2437
2438static int stac92xx_capture_pcm_cleanup(struct hda_pcm_stream *hinfo,
2439 struct hda_codec *codec,
Takashi Iwaic8b6bf92005-11-17 14:57:47 +01002440 struct snd_pcm_substream *substream)
Matt2f2f4252005-04-13 14:45:30 +02002441{
2442 struct sigmatel_spec *spec = codec->spec;
Matthew Ranostay8daaaa92008-08-15 07:45:52 +02002443 hda_nid_t nid = spec->adc_nids[substream->number];
Matt2f2f4252005-04-13 14:45:30 +02002444
Matthew Ranostay8daaaa92008-08-15 07:45:52 +02002445 snd_hda_codec_cleanup_stream(codec, nid);
2446 if (spec->powerdown_adcs)
Takashi Iwai8c2f7672008-12-01 11:54:35 +01002447 snd_hda_codec_write(codec, nid, 0,
Matthew Ranostay8daaaa92008-08-15 07:45:52 +02002448 AC_VERB_SET_POWER_STATE, AC_PWRST_D3);
Matt2f2f4252005-04-13 14:45:30 +02002449 return 0;
2450}
2451
Takashi Iwai2b635362011-05-02 12:33:43 +02002452static const struct hda_pcm_stream stac92xx_pcm_digital_playback = {
Mattdabbed62005-06-14 10:19:34 +02002453 .substreams = 1,
2454 .channels_min = 2,
2455 .channels_max = 2,
2456 /* NID is set in stac92xx_build_pcms */
2457 .ops = {
2458 .open = stac92xx_dig_playback_pcm_open,
Takashi Iwai6b97eb42007-04-05 14:51:48 +02002459 .close = stac92xx_dig_playback_pcm_close,
Takashi Iwai9411e212009-02-13 11:32:28 +01002460 .prepare = stac92xx_dig_playback_pcm_prepare,
2461 .cleanup = stac92xx_dig_playback_pcm_cleanup
Mattdabbed62005-06-14 10:19:34 +02002462 },
2463};
2464
Takashi Iwai2b635362011-05-02 12:33:43 +02002465static const struct hda_pcm_stream stac92xx_pcm_digital_capture = {
Mattdabbed62005-06-14 10:19:34 +02002466 .substreams = 1,
2467 .channels_min = 2,
2468 .channels_max = 2,
2469 /* NID is set in stac92xx_build_pcms */
2470};
2471
Takashi Iwai2b635362011-05-02 12:33:43 +02002472static const struct hda_pcm_stream stac92xx_pcm_analog_playback = {
Matt2f2f4252005-04-13 14:45:30 +02002473 .substreams = 1,
2474 .channels_min = 2,
Mattc7d4b2f2005-06-27 14:59:41 +02002475 .channels_max = 8,
Matt2f2f4252005-04-13 14:45:30 +02002476 .nid = 0x02, /* NID to query formats and rates */
2477 .ops = {
2478 .open = stac92xx_playback_pcm_open,
2479 .prepare = stac92xx_playback_pcm_prepare,
2480 .cleanup = stac92xx_playback_pcm_cleanup
2481 },
2482};
2483
Takashi Iwai2b635362011-05-02 12:33:43 +02002484static const struct hda_pcm_stream stac92xx_pcm_analog_alt_playback = {
Matt Porter3cc08dc2006-01-23 15:27:49 +01002485 .substreams = 1,
2486 .channels_min = 2,
2487 .channels_max = 2,
2488 .nid = 0x06, /* NID to query formats and rates */
2489 .ops = {
2490 .open = stac92xx_playback_pcm_open,
2491 .prepare = stac92xx_playback_pcm_prepare,
2492 .cleanup = stac92xx_playback_pcm_cleanup
2493 },
2494};
2495
Takashi Iwai2b635362011-05-02 12:33:43 +02002496static const struct hda_pcm_stream stac92xx_pcm_analog_capture = {
Matt2f2f4252005-04-13 14:45:30 +02002497 .channels_min = 2,
2498 .channels_max = 2,
Maxim Levitsky9e05b7a2007-09-03 15:31:02 +02002499 /* NID + .substreams is set in stac92xx_build_pcms */
Matt2f2f4252005-04-13 14:45:30 +02002500 .ops = {
2501 .prepare = stac92xx_capture_pcm_prepare,
2502 .cleanup = stac92xx_capture_pcm_cleanup
2503 },
2504};
2505
2506static int stac92xx_build_pcms(struct hda_codec *codec)
2507{
2508 struct sigmatel_spec *spec = codec->spec;
2509 struct hda_pcm *info = spec->pcm_rec;
2510
2511 codec->num_pcms = 1;
2512 codec->pcm_info = info;
2513
Mattc7d4b2f2005-06-27 14:59:41 +02002514 info->name = "STAC92xx Analog";
Matt2f2f4252005-04-13 14:45:30 +02002515 info->stream[SNDRV_PCM_STREAM_PLAYBACK] = stac92xx_pcm_analog_playback;
Takashi Iwai00a602d2009-01-23 11:55:42 +01002516 info->stream[SNDRV_PCM_STREAM_PLAYBACK].nid =
2517 spec->multiout.dac_nids[0];
Matt2f2f4252005-04-13 14:45:30 +02002518 info->stream[SNDRV_PCM_STREAM_CAPTURE] = stac92xx_pcm_analog_capture;
Matt Porter3cc08dc2006-01-23 15:27:49 +01002519 info->stream[SNDRV_PCM_STREAM_CAPTURE].nid = spec->adc_nids[0];
Maxim Levitsky9e05b7a2007-09-03 15:31:02 +02002520 info->stream[SNDRV_PCM_STREAM_CAPTURE].substreams = spec->num_adcs;
Matt Porter3cc08dc2006-01-23 15:27:49 +01002521
2522 if (spec->alt_switch) {
2523 codec->num_pcms++;
2524 info++;
2525 info->name = "STAC92xx Analog Alt";
2526 info->stream[SNDRV_PCM_STREAM_PLAYBACK] = stac92xx_pcm_analog_alt_playback;
2527 }
Matt2f2f4252005-04-13 14:45:30 +02002528
Mattdabbed62005-06-14 10:19:34 +02002529 if (spec->multiout.dig_out_nid || spec->dig_in_nid) {
2530 codec->num_pcms++;
2531 info++;
2532 info->name = "STAC92xx Digital";
Takashi Iwai0852d7a2009-02-11 11:35:15 +01002533 info->pcm_type = spec->autocfg.dig_out_type[0];
Mattdabbed62005-06-14 10:19:34 +02002534 if (spec->multiout.dig_out_nid) {
2535 info->stream[SNDRV_PCM_STREAM_PLAYBACK] = stac92xx_pcm_digital_playback;
2536 info->stream[SNDRV_PCM_STREAM_PLAYBACK].nid = spec->multiout.dig_out_nid;
2537 }
2538 if (spec->dig_in_nid) {
2539 info->stream[SNDRV_PCM_STREAM_CAPTURE] = stac92xx_pcm_digital_capture;
2540 info->stream[SNDRV_PCM_STREAM_CAPTURE].nid = spec->dig_in_nid;
2541 }
2542 }
2543
Matt2f2f4252005-04-13 14:45:30 +02002544 return 0;
2545}
2546
Matt Porter403d1942005-11-29 15:00:51 +01002547static void stac92xx_auto_set_pinctl(struct hda_codec *codec, hda_nid_t nid, int pin_type)
2548
2549{
Takashi Iwaicdd03ce2012-04-20 12:34:50 +02002550 snd_hda_set_pin_ctl_cache(codec, nid, pin_type);
Matt Porter403d1942005-11-29 15:00:51 +01002551}
2552
Matthew Ranostay7c2ba972008-04-16 13:13:59 +02002553#define stac92xx_hp_switch_info snd_ctl_boolean_mono_info
2554
2555static int stac92xx_hp_switch_get(struct snd_kcontrol *kcontrol,
2556 struct snd_ctl_elem_value *ucontrol)
2557{
2558 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
2559 struct sigmatel_spec *spec = codec->spec;
2560
Takashi Iwaid7a89432008-11-12 09:48:04 +01002561 ucontrol->value.integer.value[0] = !!spec->hp_switch;
Matthew Ranostay7c2ba972008-04-16 13:13:59 +02002562 return 0;
2563}
2564
Takashi Iwai62558ce2009-07-29 14:23:09 +02002565static void stac_issue_unsol_event(struct hda_codec *codec, hda_nid_t nid);
Takashi Iwaic6e4c662008-11-25 11:58:19 +01002566
Matthew Ranostay7c2ba972008-04-16 13:13:59 +02002567static int stac92xx_hp_switch_put(struct snd_kcontrol *kcontrol,
2568 struct snd_ctl_elem_value *ucontrol)
2569{
2570 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
2571 struct sigmatel_spec *spec = codec->spec;
Takashi Iwaid7a89432008-11-12 09:48:04 +01002572 int nid = kcontrol->private_value;
2573
2574 spec->hp_switch = ucontrol->value.integer.value[0] ? nid : 0;
Matthew Ranostay7c2ba972008-04-16 13:13:59 +02002575
Lucas De Marchi25985ed2011-03-30 22:57:33 -03002576 /* check to be sure that the ports are up to date with
Matthew Ranostay7c2ba972008-04-16 13:13:59 +02002577 * switch changes
2578 */
Takashi Iwai62558ce2009-07-29 14:23:09 +02002579 stac_issue_unsol_event(codec, nid);
Matthew Ranostay7c2ba972008-04-16 13:13:59 +02002580
2581 return 1;
2582}
2583
Nickolas Lloyd7c922de2009-06-01 11:12:29 +02002584static int stac92xx_dc_bias_info(struct snd_kcontrol *kcontrol,
2585 struct snd_ctl_elem_info *uinfo)
2586{
2587 int i;
Takashi Iwai2b635362011-05-02 12:33:43 +02002588 static const char * const texts[] = {
Nickolas Lloyd7c922de2009-06-01 11:12:29 +02002589 "Mic In", "Line In", "Line Out"
2590 };
2591
2592 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
2593 struct sigmatel_spec *spec = codec->spec;
2594 hda_nid_t nid = kcontrol->private_value;
2595
2596 if (nid == spec->mic_switch || nid == spec->line_switch)
2597 i = 3;
2598 else
2599 i = 2;
2600
2601 uinfo->type = SNDRV_CTL_ELEM_TYPE_ENUMERATED;
2602 uinfo->value.enumerated.items = i;
2603 uinfo->count = 1;
2604 if (uinfo->value.enumerated.item >= i)
2605 uinfo->value.enumerated.item = i-1;
2606 strcpy(uinfo->value.enumerated.name,
2607 texts[uinfo->value.enumerated.item]);
2608
2609 return 0;
2610}
2611
2612static int stac92xx_dc_bias_get(struct snd_kcontrol *kcontrol,
2613 struct snd_ctl_elem_value *ucontrol)
2614{
2615 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
2616 hda_nid_t nid = kcontrol->private_value;
2617 unsigned int vref = stac92xx_vref_get(codec, nid);
2618
Takashi Iwai47408602012-04-20 13:06:53 +02002619 if (vref == snd_hda_get_default_vref(codec, nid))
Nickolas Lloyd7c922de2009-06-01 11:12:29 +02002620 ucontrol->value.enumerated.item[0] = 0;
2621 else if (vref == AC_PINCTL_VREF_GRD)
2622 ucontrol->value.enumerated.item[0] = 1;
2623 else if (vref == AC_PINCTL_VREF_HIZ)
2624 ucontrol->value.enumerated.item[0] = 2;
2625
2626 return 0;
2627}
2628
2629static int stac92xx_dc_bias_put(struct snd_kcontrol *kcontrol,
2630 struct snd_ctl_elem_value *ucontrol)
2631{
2632 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
2633 unsigned int new_vref = 0;
Takashi Iwaib8621512009-06-22 08:00:10 +02002634 int error;
Nickolas Lloyd7c922de2009-06-01 11:12:29 +02002635 hda_nid_t nid = kcontrol->private_value;
2636
2637 if (ucontrol->value.enumerated.item[0] == 0)
Takashi Iwai47408602012-04-20 13:06:53 +02002638 new_vref = snd_hda_get_default_vref(codec, nid);
Nickolas Lloyd7c922de2009-06-01 11:12:29 +02002639 else if (ucontrol->value.enumerated.item[0] == 1)
2640 new_vref = AC_PINCTL_VREF_GRD;
2641 else if (ucontrol->value.enumerated.item[0] == 2)
2642 new_vref = AC_PINCTL_VREF_HIZ;
2643 else
2644 return 0;
2645
2646 if (new_vref != stac92xx_vref_get(codec, nid)) {
2647 error = stac92xx_vref_set(codec, nid, new_vref);
2648 return error;
2649 }
2650
2651 return 0;
2652}
2653
2654static int stac92xx_io_switch_info(struct snd_kcontrol *kcontrol,
2655 struct snd_ctl_elem_info *uinfo)
2656{
Takashi Iwai2b635362011-05-02 12:33:43 +02002657 char *texts[2];
Nickolas Lloyd7c922de2009-06-01 11:12:29 +02002658 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
2659 struct sigmatel_spec *spec = codec->spec;
2660
2661 if (kcontrol->private_value == spec->line_switch)
2662 texts[0] = "Line In";
2663 else
2664 texts[0] = "Mic In";
2665 texts[1] = "Line Out";
2666 uinfo->type = SNDRV_CTL_ELEM_TYPE_ENUMERATED;
2667 uinfo->value.enumerated.items = 2;
2668 uinfo->count = 1;
2669
2670 if (uinfo->value.enumerated.item >= 2)
2671 uinfo->value.enumerated.item = 1;
2672 strcpy(uinfo->value.enumerated.name,
2673 texts[uinfo->value.enumerated.item]);
2674
2675 return 0;
2676}
Matt Porter403d1942005-11-29 15:00:51 +01002677
2678static int stac92xx_io_switch_get(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol)
2679{
2680 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
2681 struct sigmatel_spec *spec = codec->spec;
Nickolas Lloyd7c922de2009-06-01 11:12:29 +02002682 hda_nid_t nid = kcontrol->private_value;
2683 int io_idx = (nid == spec->mic_switch) ? 1 : 0;
Matt Porter403d1942005-11-29 15:00:51 +01002684
Nickolas Lloyd7c922de2009-06-01 11:12:29 +02002685 ucontrol->value.enumerated.item[0] = spec->io_switch[io_idx];
Matt Porter403d1942005-11-29 15:00:51 +01002686 return 0;
2687}
2688
2689static int stac92xx_io_switch_put(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol)
2690{
2691 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
2692 struct sigmatel_spec *spec = codec->spec;
Nickolas Lloyd7c922de2009-06-01 11:12:29 +02002693 hda_nid_t nid = kcontrol->private_value;
2694 int io_idx = (nid == spec->mic_switch) ? 1 : 0;
2695 unsigned short val = !!ucontrol->value.enumerated.item[0];
Matt Porter403d1942005-11-29 15:00:51 +01002696
2697 spec->io_switch[io_idx] = val;
2698
2699 if (val)
2700 stac92xx_auto_set_pinctl(codec, nid, AC_PINCTL_OUT_EN);
Takashi Iwaic960a032006-03-23 17:06:28 +01002701 else {
2702 unsigned int pinctl = AC_PINCTL_IN_EN;
2703 if (io_idx) /* set VREF for mic */
Takashi Iwai47408602012-04-20 13:06:53 +02002704 pinctl |= snd_hda_get_default_vref(codec, nid);
Takashi Iwaic960a032006-03-23 17:06:28 +01002705 stac92xx_auto_set_pinctl(codec, nid, pinctl);
2706 }
Jiang Zhe40c1d302007-11-12 13:05:16 +01002707
2708 /* check the auto-mute again: we need to mute/unmute the speaker
2709 * appropriately according to the pin direction
2710 */
2711 if (spec->hp_detect)
Takashi Iwai62558ce2009-07-29 14:23:09 +02002712 stac_issue_unsol_event(codec, nid);
Jiang Zhe40c1d302007-11-12 13:05:16 +01002713
Matt Porter403d1942005-11-29 15:00:51 +01002714 return 1;
2715}
2716
Maxim Levitsky0fb87bb2007-09-03 15:29:04 +02002717#define stac92xx_clfe_switch_info snd_ctl_boolean_mono_info
2718
2719static int stac92xx_clfe_switch_get(struct snd_kcontrol *kcontrol,
2720 struct snd_ctl_elem_value *ucontrol)
2721{
2722 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
2723 struct sigmatel_spec *spec = codec->spec;
2724
2725 ucontrol->value.integer.value[0] = spec->clfe_swap;
2726 return 0;
2727}
2728
2729static int stac92xx_clfe_switch_put(struct snd_kcontrol *kcontrol,
2730 struct snd_ctl_elem_value *ucontrol)
2731{
2732 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
2733 struct sigmatel_spec *spec = codec->spec;
2734 hda_nid_t nid = kcontrol->private_value & 0xff;
Takashi Iwai68ea7b22007-11-15 15:54:38 +01002735 unsigned int val = !!ucontrol->value.integer.value[0];
Maxim Levitsky0fb87bb2007-09-03 15:29:04 +02002736
Takashi Iwai68ea7b22007-11-15 15:54:38 +01002737 if (spec->clfe_swap == val)
Maxim Levitsky0fb87bb2007-09-03 15:29:04 +02002738 return 0;
2739
Takashi Iwai68ea7b22007-11-15 15:54:38 +01002740 spec->clfe_swap = val;
Maxim Levitsky0fb87bb2007-09-03 15:29:04 +02002741
2742 snd_hda_codec_write_cache(codec, nid, 0, AC_VERB_SET_EAPD_BTLENABLE,
2743 spec->clfe_swap ? 0x4 : 0x0);
2744
2745 return 1;
2746}
2747
Matthew Ranostay7c2ba972008-04-16 13:13:59 +02002748#define STAC_CODEC_HP_SWITCH(xname) \
2749 { .iface = SNDRV_CTL_ELEM_IFACE_MIXER, \
2750 .name = xname, \
2751 .index = 0, \
2752 .info = stac92xx_hp_switch_info, \
2753 .get = stac92xx_hp_switch_get, \
2754 .put = stac92xx_hp_switch_put, \
2755 }
2756
Matt Porter403d1942005-11-29 15:00:51 +01002757#define STAC_CODEC_IO_SWITCH(xname, xpval) \
2758 { .iface = SNDRV_CTL_ELEM_IFACE_MIXER, \
2759 .name = xname, \
2760 .index = 0, \
2761 .info = stac92xx_io_switch_info, \
2762 .get = stac92xx_io_switch_get, \
2763 .put = stac92xx_io_switch_put, \
2764 .private_value = xpval, \
2765 }
2766
Maxim Levitsky0fb87bb2007-09-03 15:29:04 +02002767#define STAC_CODEC_CLFE_SWITCH(xname, xpval) \
2768 { .iface = SNDRV_CTL_ELEM_IFACE_MIXER, \
2769 .name = xname, \
2770 .index = 0, \
2771 .info = stac92xx_clfe_switch_info, \
2772 .get = stac92xx_clfe_switch_get, \
2773 .put = stac92xx_clfe_switch_put, \
2774 .private_value = xpval, \
2775 }
Matt Porter403d1942005-11-29 15:00:51 +01002776
Mattc7d4b2f2005-06-27 14:59:41 +02002777enum {
2778 STAC_CTL_WIDGET_VOL,
2779 STAC_CTL_WIDGET_MUTE,
Jaroslav Kysela123c07a2009-10-21 14:48:23 +02002780 STAC_CTL_WIDGET_MUTE_BEEP,
Matthew Ranostay09a99952008-01-24 11:49:21 +01002781 STAC_CTL_WIDGET_MONO_MUX,
Matthew Ranostay7c2ba972008-04-16 13:13:59 +02002782 STAC_CTL_WIDGET_HP_SWITCH,
Matt Porter403d1942005-11-29 15:00:51 +01002783 STAC_CTL_WIDGET_IO_SWITCH,
Nickolas Lloyd2fc99892009-05-15 15:33:30 +02002784 STAC_CTL_WIDGET_CLFE_SWITCH,
2785 STAC_CTL_WIDGET_DC_BIAS
Mattc7d4b2f2005-06-27 14:59:41 +02002786};
2787
Takashi Iwai2b635362011-05-02 12:33:43 +02002788static const struct snd_kcontrol_new stac92xx_control_templates[] = {
Mattc7d4b2f2005-06-27 14:59:41 +02002789 HDA_CODEC_VOLUME(NULL, 0, 0, 0),
2790 HDA_CODEC_MUTE(NULL, 0, 0, 0),
Jaroslav Kysela123c07a2009-10-21 14:48:23 +02002791 HDA_CODEC_MUTE_BEEP(NULL, 0, 0, 0),
Matthew Ranostay09a99952008-01-24 11:49:21 +01002792 STAC_MONO_MUX,
Matthew Ranostay7c2ba972008-04-16 13:13:59 +02002793 STAC_CODEC_HP_SWITCH(NULL),
Matt Porter403d1942005-11-29 15:00:51 +01002794 STAC_CODEC_IO_SWITCH(NULL, 0),
Maxim Levitsky0fb87bb2007-09-03 15:29:04 +02002795 STAC_CODEC_CLFE_SWITCH(NULL, 0),
Nickolas Lloyd2fc99892009-05-15 15:33:30 +02002796 DC_BIAS(NULL, 0, 0),
Mattc7d4b2f2005-06-27 14:59:41 +02002797};
2798
2799/* add dynamic controls */
Takashi Iwaie3c75962009-01-23 11:57:22 +01002800static struct snd_kcontrol_new *
2801stac_control_new(struct sigmatel_spec *spec,
Takashi Iwai2b635362011-05-02 12:33:43 +02002802 const struct snd_kcontrol_new *ktemp,
Jaroslav Kysela4d02d1b2009-11-12 10:15:48 +01002803 const char *name,
Jaroslav Kysela5e26dfd2009-12-10 13:57:01 +01002804 unsigned int subdev)
Mattc7d4b2f2005-06-27 14:59:41 +02002805{
Takashi Iwaic8b6bf92005-11-17 14:57:47 +01002806 struct snd_kcontrol_new *knew;
Mattc7d4b2f2005-06-27 14:59:41 +02002807
Takashi Iwai603c4012008-07-30 15:01:44 +02002808 snd_array_init(&spec->kctls, sizeof(*knew), 32);
2809 knew = snd_array_new(&spec->kctls);
2810 if (!knew)
Takashi Iwaie3c75962009-01-23 11:57:22 +01002811 return NULL;
Takashi Iwai4d4e9bb2008-11-12 16:45:04 +01002812 *knew = *ktemp;
Takashi Iwai82fe0c52005-06-30 10:54:33 +02002813 knew->name = kstrdup(name, GFP_KERNEL);
Takashi Iwaie3c75962009-01-23 11:57:22 +01002814 if (!knew->name) {
2815 /* roolback */
2816 memset(knew, 0, sizeof(*knew));
2817 spec->kctls.alloced--;
2818 return NULL;
2819 }
Jaroslav Kysela5e26dfd2009-12-10 13:57:01 +01002820 knew->subdevice = subdev;
Takashi Iwaie3c75962009-01-23 11:57:22 +01002821 return knew;
2822}
2823
Takashi Iwai62cbde12012-09-14 11:58:54 +02002824static struct snd_kcontrol_new *
2825add_control_temp(struct sigmatel_spec *spec,
2826 const struct snd_kcontrol_new *ktemp,
2827 int idx, const char *name,
2828 unsigned long val)
2829{
2830 struct snd_kcontrol_new *knew = stac_control_new(spec, ktemp, name,
2831 HDA_SUBDEV_AMP_FLAG);
2832 if (!knew)
2833 return NULL;
2834 knew->index = idx;
2835 knew->private_value = val;
2836 return knew;
2837}
2838
Takashi Iwaie3c75962009-01-23 11:57:22 +01002839static int stac92xx_add_control_temp(struct sigmatel_spec *spec,
Takashi Iwai2b635362011-05-02 12:33:43 +02002840 const struct snd_kcontrol_new *ktemp,
Takashi Iwaie3c75962009-01-23 11:57:22 +01002841 int idx, const char *name,
2842 unsigned long val)
2843{
Takashi Iwai62cbde12012-09-14 11:58:54 +02002844 return add_control_temp(spec, ktemp, idx, name, val) ? 0 : -ENOMEM;
Mattc7d4b2f2005-06-27 14:59:41 +02002845}
2846
Takashi Iwai4d4e9bb2008-11-12 16:45:04 +01002847static inline int stac92xx_add_control_idx(struct sigmatel_spec *spec,
2848 int type, int idx, const char *name,
2849 unsigned long val)
2850{
2851 return stac92xx_add_control_temp(spec,
2852 &stac92xx_control_templates[type],
2853 idx, name, val);
2854}
2855
Matthew Ranostay4682eee2008-08-15 07:43:24 +02002856
2857/* add dynamic controls */
Takashi Iwai4d4e9bb2008-11-12 16:45:04 +01002858static inline int stac92xx_add_control(struct sigmatel_spec *spec, int type,
2859 const char *name, unsigned long val)
Matthew Ranostay4682eee2008-08-15 07:43:24 +02002860{
2861 return stac92xx_add_control_idx(spec, type, 0, name, val);
2862}
2863
Takashi Iwai2b635362011-05-02 12:33:43 +02002864static const struct snd_kcontrol_new stac_input_src_temp = {
Takashi Iwaie3c75962009-01-23 11:57:22 +01002865 .iface = SNDRV_CTL_ELEM_IFACE_MIXER,
2866 .name = "Input Source",
2867 .info = stac92xx_mux_enum_info,
2868 .get = stac92xx_mux_enum_get,
2869 .put = stac92xx_mux_enum_put,
2870};
2871
Nickolas Lloyd7c922de2009-06-01 11:12:29 +02002872static inline int stac92xx_add_jack_mode_control(struct hda_codec *codec,
2873 hda_nid_t nid, int idx)
2874{
2875 int def_conf = snd_hda_codec_get_pincfg(codec, nid);
2876 int control = 0;
2877 struct sigmatel_spec *spec = codec->spec;
2878 char name[22];
2879
Takashi Iwai99ae28b2010-09-17 14:42:34 +02002880 if (snd_hda_get_input_pin_attr(def_conf) != INPUT_PIN_ATTR_INT) {
David Henningsson8d032a82012-10-09 12:48:40 +02002881 if (spec->headset_jack && snd_hda_get_input_pin_attr(def_conf)
2882 != INPUT_PIN_ATTR_DOCK)
2883 return 0;
Takashi Iwai47408602012-04-20 13:06:53 +02002884 if (snd_hda_get_default_vref(codec, nid) == AC_PINCTL_VREF_GRD
Nickolas Lloyd7c922de2009-06-01 11:12:29 +02002885 && nid == spec->line_switch)
2886 control = STAC_CTL_WIDGET_IO_SWITCH;
2887 else if (snd_hda_query_pin_caps(codec, nid)
2888 & (AC_PINCAP_VREF_GRD << AC_PINCAP_VREF_SHIFT))
2889 control = STAC_CTL_WIDGET_DC_BIAS;
2890 else if (nid == spec->mic_switch)
2891 control = STAC_CTL_WIDGET_IO_SWITCH;
2892 }
2893
2894 if (control) {
Takashi Iwai201e06f2011-11-16 15:33:26 +01002895 snd_hda_get_pin_label(codec, nid, &spec->autocfg,
2896 name, sizeof(name), NULL);
Nickolas Lloyd7c922de2009-06-01 11:12:29 +02002897 return stac92xx_add_control(codec->spec, control,
2898 strcat(name, " Jack Mode"), nid);
2899 }
2900
2901 return 0;
2902}
2903
Takashi Iwaie3c75962009-01-23 11:57:22 +01002904static int stac92xx_add_input_source(struct sigmatel_spec *spec)
2905{
2906 struct snd_kcontrol_new *knew;
2907 struct hda_input_mux *imux = &spec->private_imux;
2908
Takashi Iwai3d21d3f2009-07-29 14:32:56 +02002909 if (spec->auto_mic)
2910 return 0; /* no need for input source */
Takashi Iwaie3c75962009-01-23 11:57:22 +01002911 if (!spec->num_adcs || imux->num_items <= 1)
2912 return 0; /* no need for input source control */
2913 knew = stac_control_new(spec, &stac_input_src_temp,
Jaroslav Kysela4d02d1b2009-11-12 10:15:48 +01002914 stac_input_src_temp.name, 0);
Takashi Iwaie3c75962009-01-23 11:57:22 +01002915 if (!knew)
2916 return -ENOMEM;
2917 knew->count = spec->num_adcs;
2918 return 0;
2919}
2920
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01002921/* check whether the line-input can be used as line-out */
2922static hda_nid_t check_line_out_switch(struct hda_codec *codec)
Matt Porter403d1942005-11-29 15:00:51 +01002923{
2924 struct sigmatel_spec *spec = codec->spec;
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01002925 struct auto_pin_cfg *cfg = &spec->autocfg;
2926 hda_nid_t nid;
2927 unsigned int pincap;
Takashi Iwaieea7dc92010-08-30 13:06:15 +02002928 int i;
Matthew Ranostay8e9068b2007-12-17 11:58:13 +01002929
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01002930 if (cfg->line_out_type != AUTO_PIN_LINE_OUT)
2931 return 0;
Takashi Iwaieea7dc92010-08-30 13:06:15 +02002932 for (i = 0; i < cfg->num_inputs; i++) {
Takashi Iwai86e29592010-09-09 14:50:17 +02002933 if (cfg->inputs[i].type == AUTO_PIN_LINE_IN) {
Takashi Iwaieea7dc92010-08-30 13:06:15 +02002934 nid = cfg->inputs[i].pin;
Takashi Iwai1327a322009-03-23 13:07:47 +01002935 pincap = snd_hda_query_pin_caps(codec, nid);
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01002936 if (pincap & AC_PINCAP_OUT)
2937 return nid;
2938 }
Takashi Iwaieea7dc92010-08-30 13:06:15 +02002939 }
Matt Porter403d1942005-11-29 15:00:51 +01002940 return 0;
2941}
2942
Takashi Iwaieea7dc92010-08-30 13:06:15 +02002943static hda_nid_t get_unassigned_dac(struct hda_codec *codec, hda_nid_t nid);
2944
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01002945/* check whether the mic-input can be used as line-out */
Takashi Iwaieea7dc92010-08-30 13:06:15 +02002946static hda_nid_t check_mic_out_switch(struct hda_codec *codec, hda_nid_t *dac)
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01002947{
2948 struct sigmatel_spec *spec = codec->spec;
2949 struct auto_pin_cfg *cfg = &spec->autocfg;
2950 unsigned int def_conf, pincap;
Takashi Iwai86e29592010-09-09 14:50:17 +02002951 int i;
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01002952
Takashi Iwaieea7dc92010-08-30 13:06:15 +02002953 *dac = 0;
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01002954 if (cfg->line_out_type != AUTO_PIN_LINE_OUT)
2955 return 0;
Takashi Iwaieea7dc92010-08-30 13:06:15 +02002956 for (i = 0; i < cfg->num_inputs; i++) {
2957 hda_nid_t nid = cfg->inputs[i].pin;
Takashi Iwai86e29592010-09-09 14:50:17 +02002958 if (cfg->inputs[i].type != AUTO_PIN_MIC)
Takashi Iwaieea7dc92010-08-30 13:06:15 +02002959 continue;
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01002960 def_conf = snd_hda_codec_get_pincfg(codec, nid);
2961 /* some laptops have an internal analog microphone
2962 * which can't be used as a output */
Takashi Iwai99ae28b2010-09-17 14:42:34 +02002963 if (snd_hda_get_input_pin_attr(def_conf) != INPUT_PIN_ATTR_INT) {
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01002964 pincap = snd_hda_query_pin_caps(codec, nid);
Takashi Iwaieea7dc92010-08-30 13:06:15 +02002965 if (pincap & AC_PINCAP_OUT) {
2966 *dac = get_unassigned_dac(codec, nid);
2967 if (*dac)
2968 return nid;
2969 }
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01002970 }
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01002971 }
2972 return 0;
2973}
Steve Longerbeam7b043892007-05-03 20:50:03 +02002974
2975static int is_in_dac_nids(struct sigmatel_spec *spec, hda_nid_t nid)
2976{
2977 int i;
2978
2979 for (i = 0; i < spec->multiout.num_dacs; i++) {
2980 if (spec->multiout.dac_nids[i] == nid)
2981 return 1;
2982 }
2983
2984 return 0;
2985}
2986
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01002987static int check_all_dac_nids(struct sigmatel_spec *spec, hda_nid_t nid)
2988{
2989 int i;
2990 if (is_in_dac_nids(spec, nid))
2991 return 1;
2992 for (i = 0; i < spec->autocfg.hp_outs; i++)
2993 if (spec->hp_dacs[i] == nid)
2994 return 1;
2995 for (i = 0; i < spec->autocfg.speaker_outs; i++)
2996 if (spec->speaker_dacs[i] == nid)
2997 return 1;
2998 return 0;
2999}
3000
3001static hda_nid_t get_unassigned_dac(struct hda_codec *codec, hda_nid_t nid)
3002{
3003 struct sigmatel_spec *spec = codec->spec;
David Henningsson48718ea2011-10-05 09:49:05 +02003004 struct auto_pin_cfg *cfg = &spec->autocfg;
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01003005 int j, conn_len;
David Henningsson48718ea2011-10-05 09:49:05 +02003006 hda_nid_t conn[HDA_MAX_CONNECTIONS], fallback_dac;
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01003007 unsigned int wcaps, wtype;
3008
3009 conn_len = snd_hda_get_connections(codec, nid, conn,
3010 HDA_MAX_CONNECTIONS);
Charles Chin36706002010-01-29 12:05:51 +01003011 /* 92HD88: trace back up the link of nids to find the DAC */
3012 while (conn_len == 1 && (get_wcaps_type(get_wcaps(codec, conn[0]))
3013 != AC_WID_AUD_OUT)) {
3014 nid = conn[0];
3015 conn_len = snd_hda_get_connections(codec, nid, conn,
3016 HDA_MAX_CONNECTIONS);
3017 }
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01003018 for (j = 0; j < conn_len; j++) {
Takashi Iwai14bafe32009-03-23 16:35:39 +01003019 wcaps = get_wcaps(codec, conn[j]);
Takashi Iwaia22d5432009-07-27 12:54:26 +02003020 wtype = get_wcaps_type(wcaps);
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01003021 /* we check only analog outputs */
3022 if (wtype != AC_WID_AUD_OUT || (wcaps & AC_WCAP_DIGITAL))
3023 continue;
3024 /* if this route has a free DAC, assign it */
3025 if (!check_all_dac_nids(spec, conn[j])) {
3026 if (conn_len > 1) {
3027 /* select this DAC in the pin's input mux */
3028 snd_hda_codec_write_cache(codec, nid, 0,
3029 AC_VERB_SET_CONNECT_SEL, j);
3030 }
3031 return conn[j];
3032 }
3033 }
David Henningsson48718ea2011-10-05 09:49:05 +02003034
3035 /* if all DACs are already assigned, connect to the primary DAC,
3036 unless we're assigning a secondary headphone */
3037 fallback_dac = spec->multiout.dac_nids[0];
3038 if (spec->multiout.hp_nid) {
3039 for (j = 0; j < cfg->hp_outs; j++)
3040 if (cfg->hp_pins[j] == nid) {
3041 fallback_dac = spec->multiout.hp_nid;
3042 break;
3043 }
3044 }
3045
Takashi Iwaiee58a7c2009-03-06 12:00:24 +01003046 if (conn_len > 1) {
3047 for (j = 0; j < conn_len; j++) {
David Henningsson48718ea2011-10-05 09:49:05 +02003048 if (conn[j] == fallback_dac) {
Takashi Iwaiee58a7c2009-03-06 12:00:24 +01003049 snd_hda_codec_write_cache(codec, nid, 0,
3050 AC_VERB_SET_CONNECT_SEL, j);
3051 break;
3052 }
3053 }
3054 }
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01003055 return 0;
3056}
3057
3058static int add_spec_dacs(struct sigmatel_spec *spec, hda_nid_t nid);
3059static int add_spec_extra_dacs(struct sigmatel_spec *spec, hda_nid_t nid);
3060
Matt Porter3cc08dc2006-01-23 15:27:49 +01003061/*
Steve Longerbeam7b043892007-05-03 20:50:03 +02003062 * Fill in the dac_nids table from the parsed pin configuration
3063 * This function only works when every pin in line_out_pins[]
3064 * contains atleast one DAC in its connection list. Some 92xx
3065 * codecs are not connected directly to a DAC, such as the 9200
3066 * and 9202/925x. For those, dac_nids[] must be hard-coded.
Matt Porter3cc08dc2006-01-23 15:27:49 +01003067 */
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01003068static int stac92xx_auto_fill_dac_nids(struct hda_codec *codec)
Mattc7d4b2f2005-06-27 14:59:41 +02003069{
3070 struct sigmatel_spec *spec = codec->spec;
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01003071 struct auto_pin_cfg *cfg = &spec->autocfg;
3072 int i;
3073 hda_nid_t nid, dac;
Steve Longerbeam7b043892007-05-03 20:50:03 +02003074
Mattc7d4b2f2005-06-27 14:59:41 +02003075 for (i = 0; i < cfg->line_outs; i++) {
3076 nid = cfg->line_out_pins[i];
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01003077 dac = get_unassigned_dac(codec, nid);
3078 if (!dac) {
Takashi Iwaidf802952007-07-02 19:18:00 +02003079 if (spec->multiout.num_dacs > 0) {
3080 /* we have already working output pins,
3081 * so let's drop the broken ones again
3082 */
3083 cfg->line_outs = spec->multiout.num_dacs;
3084 break;
3085 }
Steve Longerbeam7b043892007-05-03 20:50:03 +02003086 /* error out, no available DAC found */
3087 snd_printk(KERN_ERR
3088 "%s: No available DAC for pin 0x%x\n",
3089 __func__, nid);
3090 return -ENODEV;
3091 }
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01003092 add_spec_dacs(spec, dac);
3093 }
Steve Longerbeam7b043892007-05-03 20:50:03 +02003094
Takashi Iwai139e0712009-03-06 12:10:41 +01003095 for (i = 0; i < cfg->hp_outs; i++) {
3096 nid = cfg->hp_pins[i];
3097 dac = get_unassigned_dac(codec, nid);
3098 if (dac) {
3099 if (!spec->multiout.hp_nid)
3100 spec->multiout.hp_nid = dac;
3101 else
3102 add_spec_extra_dacs(spec, dac);
3103 }
3104 spec->hp_dacs[i] = dac;
3105 }
3106
3107 for (i = 0; i < cfg->speaker_outs; i++) {
3108 nid = cfg->speaker_pins[i];
3109 dac = get_unassigned_dac(codec, nid);
3110 if (dac)
3111 add_spec_extra_dacs(spec, dac);
3112 spec->speaker_dacs[i] = dac;
3113 }
3114
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01003115 /* add line-in as output */
3116 nid = check_line_out_switch(codec);
3117 if (nid) {
3118 dac = get_unassigned_dac(codec, nid);
3119 if (dac) {
3120 snd_printdd("STAC: Add line-in 0x%x as output %d\n",
3121 nid, cfg->line_outs);
3122 cfg->line_out_pins[cfg->line_outs] = nid;
3123 cfg->line_outs++;
3124 spec->line_switch = nid;
3125 add_spec_dacs(spec, dac);
3126 }
3127 }
3128 /* add mic as output */
Takashi Iwaieea7dc92010-08-30 13:06:15 +02003129 nid = check_mic_out_switch(codec, &dac);
3130 if (nid && dac) {
3131 snd_printdd("STAC: Add mic-in 0x%x as output %d\n",
3132 nid, cfg->line_outs);
3133 cfg->line_out_pins[cfg->line_outs] = nid;
3134 cfg->line_outs++;
3135 spec->mic_switch = nid;
3136 add_spec_dacs(spec, dac);
Mattc7d4b2f2005-06-27 14:59:41 +02003137 }
3138
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01003139 snd_printd("stac92xx: dac_nids=%d (0x%x/0x%x/0x%x/0x%x/0x%x)\n",
Steve Longerbeam7b043892007-05-03 20:50:03 +02003140 spec->multiout.num_dacs,
3141 spec->multiout.dac_nids[0],
3142 spec->multiout.dac_nids[1],
3143 spec->multiout.dac_nids[2],
3144 spec->multiout.dac_nids[3],
3145 spec->multiout.dac_nids[4]);
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01003146
Mattc7d4b2f2005-06-27 14:59:41 +02003147 return 0;
3148}
3149
Takashi Iwaieb06ed82006-09-20 17:10:27 +02003150/* create volume control/switch for the given prefx type */
Takashi Iwai668b9652009-03-06 10:13:24 +01003151static int create_controls_idx(struct hda_codec *codec, const char *pfx,
3152 int idx, hda_nid_t nid, int chs)
Takashi Iwaieb06ed82006-09-20 17:10:27 +02003153{
Takashi Iwai7c7767e2009-01-20 15:28:38 +01003154 struct sigmatel_spec *spec = codec->spec;
Takashi Iwaieb06ed82006-09-20 17:10:27 +02003155 char name[32];
3156 int err;
3157
Takashi Iwai7c7767e2009-01-20 15:28:38 +01003158 if (!spec->check_volume_offset) {
3159 unsigned int caps, step, nums, db_scale;
3160 caps = query_amp_caps(codec, nid, HDA_OUTPUT);
3161 step = (caps & AC_AMPCAP_STEP_SIZE) >>
3162 AC_AMPCAP_STEP_SIZE_SHIFT;
3163 step = (step + 1) * 25; /* in .01dB unit */
3164 nums = (caps & AC_AMPCAP_NUM_STEPS) >>
3165 AC_AMPCAP_NUM_STEPS_SHIFT;
3166 db_scale = nums * step;
3167 /* if dB scale is over -64dB, and finer enough,
3168 * let's reduce it to half
3169 */
3170 if (db_scale > 6400 && nums >= 0x1f)
3171 spec->volume_offset = nums / 2;
3172 spec->check_volume_offset = 1;
3173 }
3174
Takashi Iwaieb06ed82006-09-20 17:10:27 +02003175 sprintf(name, "%s Playback Volume", pfx);
Takashi Iwai668b9652009-03-06 10:13:24 +01003176 err = stac92xx_add_control_idx(spec, STAC_CTL_WIDGET_VOL, idx, name,
Takashi Iwai7c7767e2009-01-20 15:28:38 +01003177 HDA_COMPOSE_AMP_VAL_OFS(nid, chs, 0, HDA_OUTPUT,
3178 spec->volume_offset));
Takashi Iwaieb06ed82006-09-20 17:10:27 +02003179 if (err < 0)
3180 return err;
3181 sprintf(name, "%s Playback Switch", pfx);
Takashi Iwai668b9652009-03-06 10:13:24 +01003182 err = stac92xx_add_control_idx(spec, STAC_CTL_WIDGET_MUTE, idx, name,
Takashi Iwaieb06ed82006-09-20 17:10:27 +02003183 HDA_COMPOSE_AMP_VAL(nid, chs, 0, HDA_OUTPUT));
3184 if (err < 0)
3185 return err;
3186 return 0;
3187}
3188
Takashi Iwai668b9652009-03-06 10:13:24 +01003189#define create_controls(codec, pfx, nid, chs) \
3190 create_controls_idx(codec, pfx, 0, nid, chs)
3191
Matthew Ranostayae0afd82008-02-22 17:55:05 +01003192static int add_spec_dacs(struct sigmatel_spec *spec, hda_nid_t nid)
3193{
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01003194 if (spec->multiout.num_dacs > 4) {
Matthew Ranostayae0afd82008-02-22 17:55:05 +01003195 printk(KERN_WARNING "stac92xx: No space for DAC 0x%x\n", nid);
3196 return 1;
3197 } else {
Takashi Iwaidda14412011-05-02 11:29:30 +02003198 snd_BUG_ON(spec->multiout.dac_nids != spec->dac_nids);
3199 spec->dac_nids[spec->multiout.num_dacs] = nid;
Matthew Ranostayae0afd82008-02-22 17:55:05 +01003200 spec->multiout.num_dacs++;
3201 }
3202 return 0;
3203}
3204
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01003205static int add_spec_extra_dacs(struct sigmatel_spec *spec, hda_nid_t nid)
Matthew Ranostayae0afd82008-02-22 17:55:05 +01003206{
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01003207 int i;
3208 for (i = 0; i < ARRAY_SIZE(spec->multiout.extra_out_nid); i++) {
3209 if (!spec->multiout.extra_out_nid[i]) {
3210 spec->multiout.extra_out_nid[i] = nid;
3211 return 0;
3212 }
3213 }
3214 printk(KERN_WARNING "stac92xx: No space for extra DAC 0x%x\n", nid);
3215 return 1;
Matthew Ranostayae0afd82008-02-22 17:55:05 +01003216}
3217
Takashi Iwaidc04d1b2009-03-06 10:00:05 +01003218/* Create output controls
3219 * The mixer elements are named depending on the given type (AUTO_PIN_XXX_OUT)
3220 */
3221static int create_multi_out_ctls(struct hda_codec *codec, int num_outs,
3222 const hda_nid_t *pins,
3223 const hda_nid_t *dac_nids,
3224 int type)
Mattc7d4b2f2005-06-27 14:59:41 +02003225{
Takashi Iwai76624532008-12-19 10:09:47 +01003226 struct sigmatel_spec *spec = codec->spec;
Takashi Iwaiea734962011-01-17 11:29:34 +01003227 static const char * const chname[4] = {
Takashi Iwai19039bd2006-06-28 15:52:16 +02003228 "Front", "Surround", NULL /*CLFE*/, "Side"
3229 };
Takashi Iwaidc04d1b2009-03-06 10:00:05 +01003230 hda_nid_t nid;
Takashi Iwai91589232008-12-19 15:59:40 +01003231 int i, err;
3232 unsigned int wid_caps;
Maxim Levitsky0fb87bb2007-09-03 15:29:04 +02003233
Takashi Iwaidc04d1b2009-03-06 10:00:05 +01003234 for (i = 0; i < num_outs && i < ARRAY_SIZE(chname); i++) {
Takashi Iwaiffd0e562009-04-16 12:20:24 +02003235 if (type == AUTO_PIN_HP_OUT && !spec->hp_detect) {
Takashi Iwaie35d9d62011-05-17 11:28:16 +02003236 if (is_jack_detectable(codec, pins[i]))
Takashi Iwaiffd0e562009-04-16 12:20:24 +02003237 spec->hp_detect = 1;
3238 }
Takashi Iwaidc04d1b2009-03-06 10:00:05 +01003239 nid = dac_nids[i];
3240 if (!nid)
3241 continue;
3242 if (type != AUTO_PIN_HP_OUT && i == 2) {
Mattc7d4b2f2005-06-27 14:59:41 +02003243 /* Center/LFE */
Takashi Iwai7c7767e2009-01-20 15:28:38 +01003244 err = create_controls(codec, "Center", nid, 1);
Takashi Iwaieb06ed82006-09-20 17:10:27 +02003245 if (err < 0)
Mattc7d4b2f2005-06-27 14:59:41 +02003246 return err;
Takashi Iwai7c7767e2009-01-20 15:28:38 +01003247 err = create_controls(codec, "LFE", nid, 2);
Takashi Iwaieb06ed82006-09-20 17:10:27 +02003248 if (err < 0)
Mattc7d4b2f2005-06-27 14:59:41 +02003249 return err;
Maxim Levitsky0fb87bb2007-09-03 15:29:04 +02003250
3251 wid_caps = get_wcaps(codec, nid);
3252
3253 if (wid_caps & AC_WCAP_LR_SWAP) {
3254 err = stac92xx_add_control(spec,
3255 STAC_CTL_WIDGET_CLFE_SWITCH,
3256 "Swap Center/LFE Playback Switch", nid);
3257
3258 if (err < 0)
3259 return err;
3260 }
3261
Mattc7d4b2f2005-06-27 14:59:41 +02003262 } else {
Takashi Iwaidc04d1b2009-03-06 10:00:05 +01003263 const char *name;
Takashi Iwai668b9652009-03-06 10:13:24 +01003264 int idx;
Takashi Iwaidc04d1b2009-03-06 10:00:05 +01003265 switch (type) {
3266 case AUTO_PIN_HP_OUT:
Takashi Iwai668b9652009-03-06 10:13:24 +01003267 name = "Headphone";
3268 idx = i;
Takashi Iwaidc04d1b2009-03-06 10:00:05 +01003269 break;
3270 case AUTO_PIN_SPEAKER_OUT:
David Henningsson298efee2012-09-06 11:17:58 +02003271 if (num_outs <= 1) {
3272 name = "Speaker";
3273 idx = i;
3274 break;
3275 }
3276 /* Fall through in case of multi speaker outs */
Takashi Iwaidc04d1b2009-03-06 10:00:05 +01003277 default:
3278 name = chname[i];
Takashi Iwai668b9652009-03-06 10:13:24 +01003279 idx = 0;
Takashi Iwaidc04d1b2009-03-06 10:00:05 +01003280 break;
Takashi Iwai76624532008-12-19 10:09:47 +01003281 }
Takashi Iwai668b9652009-03-06 10:13:24 +01003282 err = create_controls_idx(codec, name, idx, nid, 3);
Takashi Iwaieb06ed82006-09-20 17:10:27 +02003283 if (err < 0)
Mattc7d4b2f2005-06-27 14:59:41 +02003284 return err;
3285 }
3286 }
Takashi Iwaidc04d1b2009-03-06 10:00:05 +01003287 return 0;
3288}
3289
Takashi Iwai62cbde12012-09-14 11:58:54 +02003290static void stac_gpio_set(struct hda_codec *codec, unsigned int mask,
3291 unsigned int dir_mask, unsigned int data);
3292
3293/* hook for controlling mic-mute LED GPIO */
3294static int stac92xx_capture_sw_put_led(struct snd_kcontrol *kcontrol,
3295 struct snd_ctl_elem_value *ucontrol)
3296{
3297 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
3298 struct sigmatel_spec *spec = codec->spec;
3299 int err;
3300 bool mute;
3301
3302 err = snd_hda_mixer_amp_switch_put(kcontrol, ucontrol);
3303 if (err <= 0)
3304 return err;
3305 mute = !(ucontrol->value.integer.value[0] &&
3306 ucontrol->value.integer.value[1]);
3307 if (spec->mic_mute_led_on != mute) {
3308 spec->mic_mute_led_on = mute;
3309 if (mute)
3310 spec->gpio_data |= spec->mic_mute_led_gpio;
3311 else
3312 spec->gpio_data &= ~spec->mic_mute_led_gpio;
3313 stac_gpio_set(codec, spec->gpio_mask,
3314 spec->gpio_dir, spec->gpio_data);
3315 }
3316 return err;
3317}
3318
Takashi Iwai6479c632009-07-28 18:20:25 +02003319static int stac92xx_add_capvol_ctls(struct hda_codec *codec, unsigned long vol,
3320 unsigned long sw, int idx)
3321{
Takashi Iwai62cbde12012-09-14 11:58:54 +02003322 struct sigmatel_spec *spec = codec->spec;
3323 struct snd_kcontrol_new *knew;
Takashi Iwai6479c632009-07-28 18:20:25 +02003324 int err;
Takashi Iwai62cbde12012-09-14 11:58:54 +02003325
Takashi Iwai6479c632009-07-28 18:20:25 +02003326 err = stac92xx_add_control_idx(codec->spec, STAC_CTL_WIDGET_VOL, idx,
Takashi Iwaibf677bd2009-07-30 09:24:29 +02003327 "Capture Volume", vol);
Takashi Iwai6479c632009-07-28 18:20:25 +02003328 if (err < 0)
3329 return err;
Takashi Iwai62cbde12012-09-14 11:58:54 +02003330
3331 knew = add_control_temp(spec,
3332 &stac92xx_control_templates[STAC_CTL_WIDGET_MUTE],
3333 idx, "Capture Switch", sw);
3334 if (!knew)
3335 return -ENOMEM;
3336 /* add a LED hook for some HP laptops */
3337 if (spec->mic_mute_led_gpio)
3338 knew->put = stac92xx_capture_sw_put_led;
3339
Takashi Iwai6479c632009-07-28 18:20:25 +02003340 return 0;
3341}
3342
Takashi Iwaidc04d1b2009-03-06 10:00:05 +01003343/* add playback controls from the parsed DAC table */
3344static int stac92xx_auto_create_multi_out_ctls(struct hda_codec *codec,
3345 const struct auto_pin_cfg *cfg)
3346{
3347 struct sigmatel_spec *spec = codec->spec;
Nickolas Lloyd7c922de2009-06-01 11:12:29 +02003348 hda_nid_t nid;
Takashi Iwaidc04d1b2009-03-06 10:00:05 +01003349 int err;
Nickolas Lloyd7c922de2009-06-01 11:12:29 +02003350 int idx;
Takashi Iwaidc04d1b2009-03-06 10:00:05 +01003351
3352 err = create_multi_out_ctls(codec, cfg->line_outs, cfg->line_out_pins,
3353 spec->multiout.dac_nids,
3354 cfg->line_out_type);
3355 if (err < 0)
3356 return err;
Mattc7d4b2f2005-06-27 14:59:41 +02003357
Takashi Iwaia9cb5c92008-11-24 07:51:11 +01003358 if (cfg->hp_outs > 1 && cfg->line_out_type == AUTO_PIN_LINE_OUT) {
Matthew Ranostay7c2ba972008-04-16 13:13:59 +02003359 err = stac92xx_add_control(spec,
3360 STAC_CTL_WIDGET_HP_SWITCH,
Takashi Iwaid7a89432008-11-12 09:48:04 +01003361 "Headphone as Line Out Switch",
3362 cfg->hp_pins[cfg->hp_outs - 1]);
Matthew Ranostay7c2ba972008-04-16 13:13:59 +02003363 if (err < 0)
3364 return err;
3365 }
3366
Takashi Iwaieea7dc92010-08-30 13:06:15 +02003367 for (idx = 0; idx < cfg->num_inputs; idx++) {
Takashi Iwai86e29592010-09-09 14:50:17 +02003368 if (cfg->inputs[idx].type > AUTO_PIN_LINE_IN)
Takashi Iwaieea7dc92010-08-30 13:06:15 +02003369 break;
3370 nid = cfg->inputs[idx].pin;
3371 err = stac92xx_add_jack_mode_control(codec, nid, idx);
3372 if (err < 0)
3373 return err;
Matthew Ranostayb5895dc2008-01-25 15:24:50 +01003374 }
Matt Porter403d1942005-11-29 15:00:51 +01003375
Mattc7d4b2f2005-06-27 14:59:41 +02003376 return 0;
3377}
3378
Takashi Iwaieb06ed82006-09-20 17:10:27 +02003379/* add playback controls for Speaker and HP outputs */
3380static int stac92xx_auto_create_hp_ctls(struct hda_codec *codec,
3381 struct auto_pin_cfg *cfg)
Mattc7d4b2f2005-06-27 14:59:41 +02003382{
3383 struct sigmatel_spec *spec = codec->spec;
Takashi Iwaidc04d1b2009-03-06 10:00:05 +01003384 int err;
Mattc7d4b2f2005-06-27 14:59:41 +02003385
Takashi Iwaidc04d1b2009-03-06 10:00:05 +01003386 err = create_multi_out_ctls(codec, cfg->hp_outs, cfg->hp_pins,
3387 spec->hp_dacs, AUTO_PIN_HP_OUT);
3388 if (err < 0)
3389 return err;
3390
3391 err = create_multi_out_ctls(codec, cfg->speaker_outs, cfg->speaker_pins,
3392 spec->speaker_dacs, AUTO_PIN_SPEAKER_OUT);
3393 if (err < 0)
3394 return err;
3395
Mattc7d4b2f2005-06-27 14:59:41 +02003396 return 0;
3397}
3398
Matthew Ranostayb22b4822008-01-22 12:32:30 +01003399/* labels for mono mux outputs */
Takashi Iwaiea734962011-01-17 11:29:34 +01003400static const char * const stac92xx_mono_labels[4] = {
Matthew Ranostayd0513fc2008-07-27 10:30:30 +02003401 "DAC0", "DAC1", "Mixer", "DAC2"
Matthew Ranostayb22b4822008-01-22 12:32:30 +01003402};
3403
3404/* create mono mux for mono out on capable codecs */
3405static int stac92xx_auto_create_mono_output_ctls(struct hda_codec *codec)
3406{
3407 struct sigmatel_spec *spec = codec->spec;
3408 struct hda_input_mux *mono_mux = &spec->private_mono_mux;
3409 int i, num_cons;
3410 hda_nid_t con_lst[ARRAY_SIZE(stac92xx_mono_labels)];
3411
3412 num_cons = snd_hda_get_connections(codec,
3413 spec->mono_nid,
3414 con_lst,
3415 HDA_MAX_NUM_INPUTS);
Jaroslav Kysela16a433d2009-07-22 16:20:40 +02003416 if (num_cons <= 0 || num_cons > ARRAY_SIZE(stac92xx_mono_labels))
Matthew Ranostayb22b4822008-01-22 12:32:30 +01003417 return -EINVAL;
3418
Takashi Iwai10a20af2010-09-09 16:28:02 +02003419 for (i = 0; i < num_cons; i++)
3420 snd_hda_add_imux_item(mono_mux, stac92xx_mono_labels[i], i,
3421 NULL);
Matthew Ranostay09a99952008-01-24 11:49:21 +01003422
3423 return stac92xx_add_control(spec, STAC_CTL_WIDGET_MONO_MUX,
3424 "Mono Mux", spec->mono_nid);
Matthew Ranostayb22b4822008-01-22 12:32:30 +01003425}
3426
Matthew Ranostay1cd22242008-07-18 18:20:52 +02003427/* create PC beep volume controls */
3428static int stac92xx_auto_create_beep_ctls(struct hda_codec *codec,
3429 hda_nid_t nid)
3430{
3431 struct sigmatel_spec *spec = codec->spec;
3432 u32 caps = query_amp_caps(codec, nid, HDA_OUTPUT);
Jaroslav Kysela123c07a2009-10-21 14:48:23 +02003433 int err, type = STAC_CTL_WIDGET_MUTE_BEEP;
3434
3435 if (spec->anabeep_nid == nid)
3436 type = STAC_CTL_WIDGET_MUTE;
Matthew Ranostay1cd22242008-07-18 18:20:52 +02003437
3438 /* check for mute support for the the amp */
3439 if ((caps & AC_AMPCAP_MUTE) >> AC_AMPCAP_MUTE_SHIFT) {
Jaroslav Kysela123c07a2009-10-21 14:48:23 +02003440 err = stac92xx_add_control(spec, type,
Jaroslav Kyselad355c82a2009-11-03 15:47:25 +01003441 "Beep Playback Switch",
Matthew Ranostay1cd22242008-07-18 18:20:52 +02003442 HDA_COMPOSE_AMP_VAL(nid, 1, 0, HDA_OUTPUT));
3443 if (err < 0)
3444 return err;
3445 }
3446
3447 /* check to see if there is volume support for the amp */
3448 if ((caps & AC_AMPCAP_NUM_STEPS) >> AC_AMPCAP_NUM_STEPS_SHIFT) {
3449 err = stac92xx_add_control(spec, STAC_CTL_WIDGET_VOL,
Jaroslav Kyselad355c82a2009-11-03 15:47:25 +01003450 "Beep Playback Volume",
Matthew Ranostay1cd22242008-07-18 18:20:52 +02003451 HDA_COMPOSE_AMP_VAL(nid, 1, 0, HDA_OUTPUT));
3452 if (err < 0)
3453 return err;
3454 }
3455 return 0;
3456}
3457
Takashi Iwai4d4e9bb2008-11-12 16:45:04 +01003458#ifdef CONFIG_SND_HDA_INPUT_BEEP
3459#define stac92xx_dig_beep_switch_info snd_ctl_boolean_mono_info
3460
3461static int stac92xx_dig_beep_switch_get(struct snd_kcontrol *kcontrol,
3462 struct snd_ctl_elem_value *ucontrol)
3463{
3464 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
3465 ucontrol->value.integer.value[0] = codec->beep->enabled;
3466 return 0;
3467}
3468
3469static int stac92xx_dig_beep_switch_put(struct snd_kcontrol *kcontrol,
3470 struct snd_ctl_elem_value *ucontrol)
3471{
3472 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
Jaroslav Kysela123c07a2009-10-21 14:48:23 +02003473 return snd_hda_enable_beep_device(codec, ucontrol->value.integer.value[0]);
Takashi Iwai4d4e9bb2008-11-12 16:45:04 +01003474}
3475
Takashi Iwai2b635362011-05-02 12:33:43 +02003476static const struct snd_kcontrol_new stac92xx_dig_beep_ctrl = {
Takashi Iwai4d4e9bb2008-11-12 16:45:04 +01003477 .iface = SNDRV_CTL_ELEM_IFACE_MIXER,
3478 .info = stac92xx_dig_beep_switch_info,
3479 .get = stac92xx_dig_beep_switch_get,
3480 .put = stac92xx_dig_beep_switch_put,
3481};
3482
3483static int stac92xx_beep_switch_ctl(struct hda_codec *codec)
3484{
3485 return stac92xx_add_control_temp(codec->spec, &stac92xx_dig_beep_ctrl,
Jaroslav Kyselad355c82a2009-11-03 15:47:25 +01003486 0, "Beep Playback Switch", 0);
Takashi Iwai4d4e9bb2008-11-12 16:45:04 +01003487}
3488#endif
3489
Matthew Ranostay4682eee2008-08-15 07:43:24 +02003490static int stac92xx_auto_create_mux_input_ctls(struct hda_codec *codec)
3491{
3492 struct sigmatel_spec *spec = codec->spec;
Takashi Iwai667067d2009-08-13 18:14:42 +02003493 int i, j, err = 0;
Matthew Ranostay4682eee2008-08-15 07:43:24 +02003494
3495 for (i = 0; i < spec->num_muxes; i++) {
Takashi Iwai667067d2009-08-13 18:14:42 +02003496 hda_nid_t nid;
3497 unsigned int wcaps;
3498 unsigned long val;
3499
Matthew Ranostay4682eee2008-08-15 07:43:24 +02003500 nid = spec->mux_nids[i];
3501 wcaps = get_wcaps(codec, nid);
Takashi Iwai667067d2009-08-13 18:14:42 +02003502 if (!(wcaps & AC_WCAP_OUT_AMP))
3503 continue;
Matthew Ranostay4682eee2008-08-15 07:43:24 +02003504
Takashi Iwai667067d2009-08-13 18:14:42 +02003505 /* check whether already the same control was created as
3506 * normal Capture Volume.
3507 */
3508 val = HDA_COMPOSE_AMP_VAL(nid, 3, 0, HDA_OUTPUT);
3509 for (j = 0; j < spec->num_caps; j++) {
3510 if (spec->capvols[j] == val)
3511 break;
Matthew Ranostay4682eee2008-08-15 07:43:24 +02003512 }
Takashi Iwai667067d2009-08-13 18:14:42 +02003513 if (j < spec->num_caps)
3514 continue;
3515
3516 err = stac92xx_add_control_idx(spec, STAC_CTL_WIDGET_VOL, i,
3517 "Mux Capture Volume", val);
3518 if (err < 0)
3519 return err;
Matthew Ranostay4682eee2008-08-15 07:43:24 +02003520 }
3521 return 0;
3522};
3523
Takashi Iwaiea734962011-01-17 11:29:34 +01003524static const char * const stac92xx_spdif_labels[3] = {
Matthew Ranostay65973632008-09-16 10:39:37 -04003525 "Digital Playback", "Analog Mux 1", "Analog Mux 2",
Matthew Ranostayd9737752008-09-07 12:03:41 +02003526};
3527
3528static int stac92xx_auto_create_spdif_mux_ctls(struct hda_codec *codec)
3529{
3530 struct sigmatel_spec *spec = codec->spec;
3531 struct hda_input_mux *spdif_mux = &spec->private_smux;
Takashi Iwaiea734962011-01-17 11:29:34 +01003532 const char * const *labels = spec->spdif_labels;
Matthew Ranostayd9737752008-09-07 12:03:41 +02003533 int i, num_cons;
Matthew Ranostay65973632008-09-16 10:39:37 -04003534 hda_nid_t con_lst[HDA_MAX_NUM_INPUTS];
Matthew Ranostayd9737752008-09-07 12:03:41 +02003535
3536 num_cons = snd_hda_get_connections(codec,
3537 spec->smux_nids[0],
3538 con_lst,
3539 HDA_MAX_NUM_INPUTS);
Jaroslav Kysela16a433d2009-07-22 16:20:40 +02003540 if (num_cons <= 0)
Matthew Ranostayd9737752008-09-07 12:03:41 +02003541 return -EINVAL;
3542
Matthew Ranostay65973632008-09-16 10:39:37 -04003543 if (!labels)
3544 labels = stac92xx_spdif_labels;
3545
Takashi Iwai10a20af2010-09-09 16:28:02 +02003546 for (i = 0; i < num_cons; i++)
3547 snd_hda_add_imux_item(spdif_mux, labels[i], i, NULL);
Matthew Ranostayd9737752008-09-07 12:03:41 +02003548
3549 return 0;
3550}
3551
Matt Porter8b657272006-10-26 17:12:59 +02003552/* labels for dmic mux inputs */
Takashi Iwaiea734962011-01-17 11:29:34 +01003553static const char * const stac92xx_dmic_labels[5] = {
Matt Porter8b657272006-10-26 17:12:59 +02003554 "Analog Inputs", "Digital Mic 1", "Digital Mic 2",
3555 "Digital Mic 3", "Digital Mic 4"
3556};
3557
Vitaliy Kulikov699d8992011-03-10 13:43:35 -06003558static hda_nid_t get_connected_node(struct hda_codec *codec, hda_nid_t mux,
3559 int idx)
3560{
3561 hda_nid_t conn[HDA_MAX_NUM_INPUTS];
3562 int nums;
3563 nums = snd_hda_get_connections(codec, mux, conn, ARRAY_SIZE(conn));
3564 if (idx >= 0 && idx < nums)
3565 return conn[idx];
3566 return 0;
3567}
3568
Takashi Iwai8d087c72011-06-28 12:45:47 +02003569/* look for NID recursively */
3570#define get_connection_index(codec, mux, nid) \
3571 snd_hda_get_conn_index(codec, mux, nid, 1)
Takashi Iwai3d21d3f2009-07-29 14:32:56 +02003572
Takashi Iwai667067d2009-08-13 18:14:42 +02003573/* create a volume assigned to the given pin (only if supported) */
Takashi Iwai96f845d2009-08-29 00:49:36 +02003574/* return 1 if the volume control is created */
Takashi Iwai667067d2009-08-13 18:14:42 +02003575static int create_elem_capture_vol(struct hda_codec *codec, hda_nid_t nid,
Takashi Iwaieea7dc92010-08-30 13:06:15 +02003576 const char *label, int idx, int direction)
Takashi Iwai667067d2009-08-13 18:14:42 +02003577{
3578 unsigned int caps, nums;
3579 char name[32];
Takashi Iwai96f845d2009-08-29 00:49:36 +02003580 int err;
Takashi Iwai667067d2009-08-13 18:14:42 +02003581
Takashi Iwai96f845d2009-08-29 00:49:36 +02003582 if (direction == HDA_OUTPUT)
3583 caps = AC_WCAP_OUT_AMP;
3584 else
3585 caps = AC_WCAP_IN_AMP;
3586 if (!(get_wcaps(codec, nid) & caps))
Takashi Iwai667067d2009-08-13 18:14:42 +02003587 return 0;
Takashi Iwai96f845d2009-08-29 00:49:36 +02003588 caps = query_amp_caps(codec, nid, direction);
Takashi Iwai667067d2009-08-13 18:14:42 +02003589 nums = (caps & AC_AMPCAP_NUM_STEPS) >> AC_AMPCAP_NUM_STEPS_SHIFT;
3590 if (!nums)
3591 return 0;
3592 snprintf(name, sizeof(name), "%s Capture Volume", label);
Takashi Iwaieea7dc92010-08-30 13:06:15 +02003593 err = stac92xx_add_control_idx(codec->spec, STAC_CTL_WIDGET_VOL, idx, name,
3594 HDA_COMPOSE_AMP_VAL(nid, 3, 0, direction));
Takashi Iwai96f845d2009-08-29 00:49:36 +02003595 if (err < 0)
3596 return err;
3597 return 1;
Takashi Iwai667067d2009-08-13 18:14:42 +02003598}
3599
Matt Porter8b657272006-10-26 17:12:59 +02003600/* create playback/capture controls for input pins on dmic capable codecs */
3601static int stac92xx_auto_create_dmic_input_ctls(struct hda_codec *codec,
3602 const struct auto_pin_cfg *cfg)
3603{
3604 struct sigmatel_spec *spec = codec->spec;
Takashi Iwai5207e102009-07-30 13:09:08 +02003605 struct hda_input_mux *imux = &spec->private_imux;
Matt Porter8b657272006-10-26 17:12:59 +02003606 struct hda_input_mux *dimux = &spec->private_dimux;
Vitaliy Kulikov263d0322010-09-08 08:56:03 +02003607 int err, i;
Takashi Iwai5207e102009-07-30 13:09:08 +02003608 unsigned int def_conf;
Matt Porter8b657272006-10-26 17:12:59 +02003609
Takashi Iwai10a20af2010-09-09 16:28:02 +02003610 snd_hda_add_imux_item(dimux, stac92xx_dmic_labels[0], 0, NULL);
Takashi Iwai5207e102009-07-30 13:09:08 +02003611
Matt Porter8b657272006-10-26 17:12:59 +02003612 for (i = 0; i < spec->num_dmics; i++) {
Matthew Ranostay0678acc2008-01-08 12:10:50 +01003613 hda_nid_t nid;
Takashi Iwai10a20af2010-09-09 16:28:02 +02003614 int index, type_idx;
Takashi Iwai201e06f2011-11-16 15:33:26 +01003615 char label[32];
Matt Porter8b657272006-10-26 17:12:59 +02003616
Takashi Iwai667067d2009-08-13 18:14:42 +02003617 nid = spec->dmic_nids[i];
3618 if (get_wcaps_type(get_wcaps(codec, nid)) != AC_WID_PIN)
3619 continue;
3620 def_conf = snd_hda_codec_get_pincfg(codec, nid);
Matt Porter8b657272006-10-26 17:12:59 +02003621 if (get_defcfg_connect(def_conf) == AC_JACK_PORT_NONE)
3622 continue;
3623
Takashi Iwai3d21d3f2009-07-29 14:32:56 +02003624 index = get_connection_index(codec, spec->dmux_nids[0], nid);
3625 if (index < 0)
3626 continue;
3627
Takashi Iwai201e06f2011-11-16 15:33:26 +01003628 snd_hda_get_pin_label(codec, nid, &spec->autocfg,
3629 label, sizeof(label), NULL);
Takashi Iwai10a20af2010-09-09 16:28:02 +02003630 snd_hda_add_imux_item(dimux, label, index, &type_idx);
Takashi Iwai2d7ec122010-12-23 10:16:05 +01003631 if (snd_hda_get_bool_hint(codec, "separate_dmux") != 1)
3632 snd_hda_add_imux_item(imux, label, index, &type_idx);
Takashi Iwai5207e102009-07-30 13:09:08 +02003633
Takashi Iwai10a20af2010-09-09 16:28:02 +02003634 err = create_elem_capture_vol(codec, nid, label, type_idx,
3635 HDA_INPUT);
Takashi Iwai667067d2009-08-13 18:14:42 +02003636 if (err < 0)
3637 return err;
Takashi Iwai96f845d2009-08-29 00:49:36 +02003638 if (!err) {
3639 err = create_elem_capture_vol(codec, nid, label,
Takashi Iwai10a20af2010-09-09 16:28:02 +02003640 type_idx, HDA_OUTPUT);
Takashi Iwai96f845d2009-08-29 00:49:36 +02003641 if (err < 0)
3642 return err;
Vitaliy Kulikov699d8992011-03-10 13:43:35 -06003643 if (!err) {
3644 nid = get_connected_node(codec,
3645 spec->dmux_nids[0], index);
3646 if (nid)
3647 err = create_elem_capture_vol(codec,
3648 nid, label,
3649 type_idx, HDA_INPUT);
3650 if (err < 0)
3651 return err;
3652 }
Takashi Iwai96f845d2009-08-29 00:49:36 +02003653 }
Matt Porter8b657272006-10-26 17:12:59 +02003654 }
3655
3656 return 0;
3657}
3658
Takashi Iwai3d21d3f2009-07-29 14:32:56 +02003659static int check_mic_pin(struct hda_codec *codec, hda_nid_t nid,
Charles Chin99077902010-09-17 10:22:32 +02003660 hda_nid_t *fixed, hda_nid_t *ext, hda_nid_t *dock)
Takashi Iwai3d21d3f2009-07-29 14:32:56 +02003661{
3662 unsigned int cfg;
Takashi Iwai1f83ac52011-05-17 12:29:09 +02003663 unsigned int type;
Takashi Iwai3d21d3f2009-07-29 14:32:56 +02003664
3665 if (!nid)
3666 return 0;
3667 cfg = snd_hda_codec_get_pincfg(codec, nid);
Takashi Iwai1f83ac52011-05-17 12:29:09 +02003668 type = get_defcfg_device(cfg);
Takashi Iwai99ae28b2010-09-17 14:42:34 +02003669 switch (snd_hda_get_input_pin_attr(cfg)) {
3670 case INPUT_PIN_ATTR_INT:
Takashi Iwai3d21d3f2009-07-29 14:32:56 +02003671 if (*fixed)
3672 return 1; /* already occupied */
Takashi Iwai1f83ac52011-05-17 12:29:09 +02003673 if (type != AC_JACK_MIC_IN)
3674 return 1; /* invalid type */
Takashi Iwai3d21d3f2009-07-29 14:32:56 +02003675 *fixed = nid;
3676 break;
Takashi Iwai99ae28b2010-09-17 14:42:34 +02003677 case INPUT_PIN_ATTR_UNUSED:
3678 break;
3679 case INPUT_PIN_ATTR_DOCK:
3680 if (*dock)
3681 return 1; /* already occupied */
Takashi Iwai1f83ac52011-05-17 12:29:09 +02003682 if (type != AC_JACK_MIC_IN && type != AC_JACK_LINE_IN)
3683 return 1; /* invalid type */
Takashi Iwai99ae28b2010-09-17 14:42:34 +02003684 *dock = nid;
3685 break;
3686 default:
Takashi Iwai3d21d3f2009-07-29 14:32:56 +02003687 if (*ext)
3688 return 1; /* already occupied */
Takashi Iwai1f83ac52011-05-17 12:29:09 +02003689 if (type != AC_JACK_MIC_IN)
3690 return 1; /* invalid type */
Takashi Iwai3d21d3f2009-07-29 14:32:56 +02003691 *ext = nid;
3692 break;
3693 }
3694 return 0;
3695}
3696
3697static int set_mic_route(struct hda_codec *codec,
3698 struct sigmatel_mic_route *mic,
3699 hda_nid_t pin)
3700{
3701 struct sigmatel_spec *spec = codec->spec;
3702 struct auto_pin_cfg *cfg = &spec->autocfg;
3703 int i;
3704
3705 mic->pin = pin;
Charles Chin99077902010-09-17 10:22:32 +02003706 if (pin == 0)
3707 return 0;
Takashi Iwaieea7dc92010-08-30 13:06:15 +02003708 for (i = 0; i < cfg->num_inputs; i++) {
3709 if (pin == cfg->inputs[i].pin)
Takashi Iwai3d21d3f2009-07-29 14:32:56 +02003710 break;
Takashi Iwaieea7dc92010-08-30 13:06:15 +02003711 }
Takashi Iwai86e29592010-09-09 14:50:17 +02003712 if (i < cfg->num_inputs && cfg->inputs[i].type == AUTO_PIN_MIC) {
Takashi Iwai3d21d3f2009-07-29 14:32:56 +02003713 /* analog pin */
Takashi Iwai3d21d3f2009-07-29 14:32:56 +02003714 i = get_connection_index(codec, spec->mux_nids[0], pin);
3715 if (i < 0)
3716 return -1;
3717 mic->mux_idx = i;
Takashi Iwai02d33322009-10-01 16:38:11 +02003718 mic->dmux_idx = -1;
3719 if (spec->dmux_nids)
3720 mic->dmux_idx = get_connection_index(codec,
3721 spec->dmux_nids[0],
3722 spec->mux_nids[0]);
Takashi Iwaida2a2aa2009-08-10 07:44:09 +02003723 } else if (spec->dmux_nids) {
Takashi Iwai3d21d3f2009-07-29 14:32:56 +02003724 /* digital pin */
Takashi Iwai3d21d3f2009-07-29 14:32:56 +02003725 i = get_connection_index(codec, spec->dmux_nids[0], pin);
3726 if (i < 0)
3727 return -1;
3728 mic->dmux_idx = i;
Takashi Iwai02d33322009-10-01 16:38:11 +02003729 mic->mux_idx = -1;
3730 if (spec->mux_nids)
3731 mic->mux_idx = get_connection_index(codec,
3732 spec->mux_nids[0],
3733 spec->dmux_nids[0]);
Takashi Iwai3d21d3f2009-07-29 14:32:56 +02003734 }
3735 return 0;
3736}
3737
3738/* return non-zero if the device is for automatic mic switch */
3739static int stac_check_auto_mic(struct hda_codec *codec)
3740{
3741 struct sigmatel_spec *spec = codec->spec;
3742 struct auto_pin_cfg *cfg = &spec->autocfg;
Charles Chin99077902010-09-17 10:22:32 +02003743 hda_nid_t fixed, ext, dock;
Takashi Iwai3d21d3f2009-07-29 14:32:56 +02003744 int i;
3745
Charles Chin99077902010-09-17 10:22:32 +02003746 fixed = ext = dock = 0;
Takashi Iwaieea7dc92010-08-30 13:06:15 +02003747 for (i = 0; i < cfg->num_inputs; i++)
Charles Chin99077902010-09-17 10:22:32 +02003748 if (check_mic_pin(codec, cfg->inputs[i].pin,
3749 &fixed, &ext, &dock))
Takashi Iwai3d21d3f2009-07-29 14:32:56 +02003750 return 0;
3751 for (i = 0; i < spec->num_dmics; i++)
Charles Chin99077902010-09-17 10:22:32 +02003752 if (check_mic_pin(codec, spec->dmic_nids[i],
3753 &fixed, &ext, &dock))
Takashi Iwai3d21d3f2009-07-29 14:32:56 +02003754 return 0;
Takashi Iwai80c67852011-01-13 08:08:08 +01003755 if (!fixed || (!ext && !dock))
Charles Chin99077902010-09-17 10:22:32 +02003756 return 0; /* no input to switch */
Takashi Iwaie35d9d62011-05-17 11:28:16 +02003757 if (!is_jack_detectable(codec, ext))
Takashi Iwai3d21d3f2009-07-29 14:32:56 +02003758 return 0; /* no unsol support */
3759 if (set_mic_route(codec, &spec->ext_mic, ext) ||
Charles Chin99077902010-09-17 10:22:32 +02003760 set_mic_route(codec, &spec->int_mic, fixed) ||
3761 set_mic_route(codec, &spec->dock_mic, dock))
Takashi Iwai3d21d3f2009-07-29 14:32:56 +02003762 return 0; /* something is wrong */
3763 return 1;
3764}
3765
Mattc7d4b2f2005-06-27 14:59:41 +02003766/* create playback/capture controls for input pins */
3767static int stac92xx_auto_create_analog_input_ctls(struct hda_codec *codec, const struct auto_pin_cfg *cfg)
3768{
3769 struct sigmatel_spec *spec = codec->spec;
Mattc7d4b2f2005-06-27 14:59:41 +02003770 struct hda_input_mux *imux = &spec->private_imux;
Takashi Iwai667067d2009-08-13 18:14:42 +02003771 int i, j;
Vitaliy Kulikov263d0322010-09-08 08:56:03 +02003772 const char *label;
Mattc7d4b2f2005-06-27 14:59:41 +02003773
Takashi Iwaieea7dc92010-08-30 13:06:15 +02003774 for (i = 0; i < cfg->num_inputs; i++) {
3775 hda_nid_t nid = cfg->inputs[i].pin;
Takashi Iwai10a20af2010-09-09 16:28:02 +02003776 int index, err, type_idx;
Mattc7d4b2f2005-06-27 14:59:41 +02003777
Takashi Iwai314634b2006-09-21 11:56:18 +02003778 index = -1;
3779 for (j = 0; j < spec->num_muxes; j++) {
Takashi Iwai667067d2009-08-13 18:14:42 +02003780 index = get_connection_index(codec, spec->mux_nids[j],
3781 nid);
3782 if (index >= 0)
3783 break;
Mattc7d4b2f2005-06-27 14:59:41 +02003784 }
Takashi Iwai667067d2009-08-13 18:14:42 +02003785 if (index < 0)
3786 continue;
3787
Takashi Iwai10a20af2010-09-09 16:28:02 +02003788 label = hda_get_autocfg_input_label(codec, cfg, i);
3789 snd_hda_add_imux_item(imux, label, index, &type_idx);
Vitaliy Kulikov263d0322010-09-08 08:56:03 +02003790
Takashi Iwai667067d2009-08-13 18:14:42 +02003791 err = create_elem_capture_vol(codec, nid,
Vitaliy Kulikov263d0322010-09-08 08:56:03 +02003792 label, type_idx,
Takashi Iwai96f845d2009-08-29 00:49:36 +02003793 HDA_INPUT);
Takashi Iwai667067d2009-08-13 18:14:42 +02003794 if (err < 0)
3795 return err;
Mattc7d4b2f2005-06-27 14:59:41 +02003796 }
Takashi Iwai5207e102009-07-30 13:09:08 +02003797 spec->num_analog_muxes = imux->num_items;
Mattc7d4b2f2005-06-27 14:59:41 +02003798
Steve Longerbeam7b043892007-05-03 20:50:03 +02003799 if (imux->num_items) {
Sam Revitch62fe78e2006-05-10 15:09:17 +02003800 /*
3801 * Set the current input for the muxes.
3802 * The STAC9221 has two input muxes with identical source
3803 * NID lists. Hopefully this won't get confused.
3804 */
3805 for (i = 0; i < spec->num_muxes; i++) {
Takashi Iwai82beb8f2007-08-10 17:09:26 +02003806 snd_hda_codec_write_cache(codec, spec->mux_nids[i], 0,
3807 AC_VERB_SET_CONNECT_SEL,
3808 imux->items[0].index);
Sam Revitch62fe78e2006-05-10 15:09:17 +02003809 }
3810 }
3811
Mattc7d4b2f2005-06-27 14:59:41 +02003812 return 0;
3813}
3814
Mattc7d4b2f2005-06-27 14:59:41 +02003815static void stac92xx_auto_init_multi_out(struct hda_codec *codec)
3816{
3817 struct sigmatel_spec *spec = codec->spec;
3818 int i;
3819
3820 for (i = 0; i < spec->autocfg.line_outs; i++) {
3821 hda_nid_t nid = spec->autocfg.line_out_pins[i];
3822 stac92xx_auto_set_pinctl(codec, nid, AC_PINCTL_OUT_EN);
3823 }
3824}
3825
3826static void stac92xx_auto_init_hp_out(struct hda_codec *codec)
3827{
3828 struct sigmatel_spec *spec = codec->spec;
Takashi Iwaieb06ed82006-09-20 17:10:27 +02003829 int i;
Mattc7d4b2f2005-06-27 14:59:41 +02003830
Takashi Iwaieb06ed82006-09-20 17:10:27 +02003831 for (i = 0; i < spec->autocfg.hp_outs; i++) {
3832 hda_nid_t pin;
3833 pin = spec->autocfg.hp_pins[i];
3834 if (pin) /* connect to front */
3835 stac92xx_auto_set_pinctl(codec, pin, AC_PINCTL_OUT_EN | AC_PINCTL_HP_EN);
3836 }
3837 for (i = 0; i < spec->autocfg.speaker_outs; i++) {
3838 hda_nid_t pin;
3839 pin = spec->autocfg.speaker_pins[i];
3840 if (pin) /* connect to front */
3841 stac92xx_auto_set_pinctl(codec, pin, AC_PINCTL_OUT_EN);
3842 }
Mattc7d4b2f2005-06-27 14:59:41 +02003843}
3844
Takashi Iwai8af3aeb2009-11-18 14:23:37 +01003845static int is_dual_headphones(struct hda_codec *codec)
3846{
3847 struct sigmatel_spec *spec = codec->spec;
3848 int i, valid_hps;
3849
3850 if (spec->autocfg.line_out_type != AUTO_PIN_SPEAKER_OUT ||
3851 spec->autocfg.hp_outs <= 1)
3852 return 0;
3853 valid_hps = 0;
3854 for (i = 0; i < spec->autocfg.hp_outs; i++) {
3855 hda_nid_t nid = spec->autocfg.hp_pins[i];
3856 unsigned int cfg = snd_hda_codec_get_pincfg(codec, nid);
3857 if (get_defcfg_location(cfg) & AC_JACK_LOC_SEPARATE)
3858 continue;
3859 valid_hps++;
3860 }
3861 return (valid_hps > 1);
3862}
3863
3864
Charles Chin9009b0e2011-11-03 10:27:27 +01003865static int stac92xx_parse_auto_config(struct hda_codec *codec)
Mattc7d4b2f2005-06-27 14:59:41 +02003866{
3867 struct sigmatel_spec *spec = codec->spec;
Charles Chin9009b0e2011-11-03 10:27:27 +01003868 hda_nid_t dig_out = 0, dig_in = 0;
Takashi Iwaidc04d1b2009-03-06 10:00:05 +01003869 int hp_swap = 0;
Takashi Iwai6479c632009-07-28 18:20:25 +02003870 int i, err;
Mattc7d4b2f2005-06-27 14:59:41 +02003871
Matt Porter8b657272006-10-26 17:12:59 +02003872 if ((err = snd_hda_parse_pin_def_config(codec,
3873 &spec->autocfg,
3874 spec->dmic_nids)) < 0)
Mattc7d4b2f2005-06-27 14:59:41 +02003875 return err;
Takashi Iwai82bc9552006-03-21 11:24:42 +01003876 if (! spec->autocfg.line_outs)
Matt Porter869264c2006-01-25 19:20:50 +01003877 return 0; /* can't find valid pin config */
Takashi Iwai19039bd2006-06-28 15:52:16 +02003878
Jiang Zhebcecd9b2007-11-12 12:57:03 +01003879 /* If we have no real line-out pin and multiple hp-outs, HPs should
3880 * be set up as multi-channel outputs.
3881 */
Takashi Iwai8af3aeb2009-11-18 14:23:37 +01003882 if (is_dual_headphones(codec)) {
Jiang Zhebcecd9b2007-11-12 12:57:03 +01003883 /* Copy hp_outs to line_outs, backup line_outs in
3884 * speaker_outs so that the following routines can handle
3885 * HP pins as primary outputs.
3886 */
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01003887 snd_printdd("stac92xx: Enabling multi-HPs workaround\n");
Jiang Zhebcecd9b2007-11-12 12:57:03 +01003888 memcpy(spec->autocfg.speaker_pins, spec->autocfg.line_out_pins,
3889 sizeof(spec->autocfg.line_out_pins));
3890 spec->autocfg.speaker_outs = spec->autocfg.line_outs;
3891 memcpy(spec->autocfg.line_out_pins, spec->autocfg.hp_pins,
3892 sizeof(spec->autocfg.hp_pins));
3893 spec->autocfg.line_outs = spec->autocfg.hp_outs;
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01003894 spec->autocfg.line_out_type = AUTO_PIN_HP_OUT;
3895 spec->autocfg.hp_outs = 0;
Takashi Iwaidc04d1b2009-03-06 10:00:05 +01003896 hp_swap = 1;
Jiang Zhebcecd9b2007-11-12 12:57:03 +01003897 }
Matthew Ranostay09a99952008-01-24 11:49:21 +01003898 if (spec->autocfg.mono_out_pin) {
Matthew Ranostayd0513fc2008-07-27 10:30:30 +02003899 int dir = get_wcaps(codec, spec->autocfg.mono_out_pin) &
3900 (AC_WCAP_OUT_AMP | AC_WCAP_IN_AMP);
Matthew Ranostay09a99952008-01-24 11:49:21 +01003901 u32 caps = query_amp_caps(codec,
3902 spec->autocfg.mono_out_pin, dir);
3903 hda_nid_t conn_list[1];
3904
3905 /* get the mixer node and then the mono mux if it exists */
3906 if (snd_hda_get_connections(codec,
3907 spec->autocfg.mono_out_pin, conn_list, 1) &&
3908 snd_hda_get_connections(codec, conn_list[0],
Jaroslav Kysela16a433d2009-07-22 16:20:40 +02003909 conn_list, 1) > 0) {
Matthew Ranostay09a99952008-01-24 11:49:21 +01003910
3911 int wcaps = get_wcaps(codec, conn_list[0]);
Takashi Iwaia22d5432009-07-27 12:54:26 +02003912 int wid_type = get_wcaps_type(wcaps);
Matthew Ranostay09a99952008-01-24 11:49:21 +01003913 /* LR swap check, some stac925x have a mux that
3914 * changes the DACs output path instead of the
3915 * mono-mux path.
3916 */
3917 if (wid_type == AC_WID_AUD_SEL &&
3918 !(wcaps & AC_WCAP_LR_SWAP))
3919 spec->mono_nid = conn_list[0];
3920 }
Matthew Ranostayd0513fc2008-07-27 10:30:30 +02003921 if (dir) {
3922 hda_nid_t nid = spec->autocfg.mono_out_pin;
3923
3924 /* most mono outs have a least a mute/unmute switch */
3925 dir = (dir & AC_WCAP_OUT_AMP) ? HDA_OUTPUT : HDA_INPUT;
3926 err = stac92xx_add_control(spec, STAC_CTL_WIDGET_MUTE,
3927 "Mono Playback Switch",
3928 HDA_COMPOSE_AMP_VAL(nid, 1, 0, dir));
Matthew Ranostay09a99952008-01-24 11:49:21 +01003929 if (err < 0)
3930 return err;
Matthew Ranostayd0513fc2008-07-27 10:30:30 +02003931 /* check for volume support for the amp */
3932 if ((caps & AC_AMPCAP_NUM_STEPS)
3933 >> AC_AMPCAP_NUM_STEPS_SHIFT) {
3934 err = stac92xx_add_control(spec,
3935 STAC_CTL_WIDGET_VOL,
3936 "Mono Playback Volume",
3937 HDA_COMPOSE_AMP_VAL(nid, 1, 0, dir));
3938 if (err < 0)
3939 return err;
3940 }
Matthew Ranostay09a99952008-01-24 11:49:21 +01003941 }
3942
3943 stac92xx_auto_set_pinctl(codec, spec->autocfg.mono_out_pin,
3944 AC_PINCTL_OUT_EN);
3945 }
Jiang Zhebcecd9b2007-11-12 12:57:03 +01003946
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01003947 if (!spec->multiout.num_dacs) {
3948 err = stac92xx_auto_fill_dac_nids(codec);
3949 if (err < 0)
Takashi Iwai19039bd2006-06-28 15:52:16 +02003950 return err;
Takashi Iwaic9280d62009-01-15 17:31:00 +01003951 err = stac92xx_auto_create_multi_out_ctls(codec,
3952 &spec->autocfg);
3953 if (err < 0)
3954 return err;
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01003955 }
Mattc7d4b2f2005-06-27 14:59:41 +02003956
Matthew Ranostay1cd22242008-07-18 18:20:52 +02003957 /* setup analog beep controls */
3958 if (spec->anabeep_nid > 0) {
3959 err = stac92xx_auto_create_beep_ctls(codec,
3960 spec->anabeep_nid);
3961 if (err < 0)
3962 return err;
3963 }
3964
3965 /* setup digital beep controls and input device */
3966#ifdef CONFIG_SND_HDA_INPUT_BEEP
3967 if (spec->digbeep_nid > 0) {
3968 hda_nid_t nid = spec->digbeep_nid;
Takashi Iwai4d4e9bb2008-11-12 16:45:04 +01003969 unsigned int caps;
Matthew Ranostay1cd22242008-07-18 18:20:52 +02003970
3971 err = stac92xx_auto_create_beep_ctls(codec, nid);
3972 if (err < 0)
3973 return err;
3974 err = snd_hda_attach_beep_device(codec, nid);
3975 if (err < 0)
3976 return err;
Takashi Iwaid8d881d2009-12-22 07:52:49 +01003977 if (codec->beep) {
3978 /* IDT/STAC codecs have linear beep tone parameter */
Daniel J Blueman1b0e3722010-08-03 11:09:13 +01003979 codec->beep->linear_tone = spec->linear_tone_beep;
Takashi Iwaid8d881d2009-12-22 07:52:49 +01003980 /* if no beep switch is available, make its own one */
3981 caps = query_amp_caps(codec, nid, HDA_OUTPUT);
3982 if (!(caps & AC_AMPCAP_MUTE)) {
3983 err = stac92xx_beep_switch_ctl(codec);
3984 if (err < 0)
3985 return err;
3986 }
Takashi Iwai4d4e9bb2008-11-12 16:45:04 +01003987 }
Matthew Ranostay1cd22242008-07-18 18:20:52 +02003988 }
3989#endif
3990
Maxim Levitsky0fb87bb2007-09-03 15:29:04 +02003991 err = stac92xx_auto_create_hp_ctls(codec, &spec->autocfg);
Maxim Levitsky0fb87bb2007-09-03 15:29:04 +02003992 if (err < 0)
3993 return err;
3994
Takashi Iwaidc04d1b2009-03-06 10:00:05 +01003995 /* All output parsing done, now restore the swapped hp pins */
3996 if (hp_swap) {
3997 memcpy(spec->autocfg.hp_pins, spec->autocfg.line_out_pins,
3998 sizeof(spec->autocfg.hp_pins));
3999 spec->autocfg.hp_outs = spec->autocfg.line_outs;
4000 spec->autocfg.line_out_type = AUTO_PIN_HP_OUT;
4001 spec->autocfg.line_outs = 0;
4002 }
Maxim Levitsky0fb87bb2007-09-03 15:29:04 +02004003
Takashi Iwai3d21d3f2009-07-29 14:32:56 +02004004 if (stac_check_auto_mic(codec)) {
4005 spec->auto_mic = 1;
4006 /* only one capture for auto-mic */
4007 spec->num_adcs = 1;
4008 spec->num_caps = 1;
4009 spec->num_muxes = 1;
4010 }
4011
Takashi Iwai6479c632009-07-28 18:20:25 +02004012 for (i = 0; i < spec->num_caps; i++) {
4013 err = stac92xx_add_capvol_ctls(codec, spec->capvols[i],
4014 spec->capsws[i], i);
4015 if (err < 0)
4016 return err;
4017 }
4018
Takashi Iwaidc04d1b2009-03-06 10:00:05 +01004019 err = stac92xx_auto_create_analog_input_ctls(codec, &spec->autocfg);
Maxim Levitsky0fb87bb2007-09-03 15:29:04 +02004020 if (err < 0)
Mattc7d4b2f2005-06-27 14:59:41 +02004021 return err;
4022
Matthew Ranostayb22b4822008-01-22 12:32:30 +01004023 if (spec->mono_nid > 0) {
4024 err = stac92xx_auto_create_mono_output_ctls(codec);
4025 if (err < 0)
4026 return err;
4027 }
Matthew Ranostay2a9c7812008-09-13 16:45:39 -04004028 if (spec->num_dmics > 0 && !spec->dinput_mux)
Matt Porter8b657272006-10-26 17:12:59 +02004029 if ((err = stac92xx_auto_create_dmic_input_ctls(codec,
4030 &spec->autocfg)) < 0)
4031 return err;
Matthew Ranostay4682eee2008-08-15 07:43:24 +02004032 if (spec->num_muxes > 0) {
4033 err = stac92xx_auto_create_mux_input_ctls(codec);
4034 if (err < 0)
4035 return err;
4036 }
Matthew Ranostayd9737752008-09-07 12:03:41 +02004037 if (spec->num_smuxes > 0) {
4038 err = stac92xx_auto_create_spdif_mux_ctls(codec);
4039 if (err < 0)
4040 return err;
4041 }
Matt Porter8b657272006-10-26 17:12:59 +02004042
Takashi Iwaie3c75962009-01-23 11:57:22 +01004043 err = stac92xx_add_input_source(spec);
4044 if (err < 0)
4045 return err;
4046
Mattc7d4b2f2005-06-27 14:59:41 +02004047 spec->multiout.max_channels = spec->multiout.num_dacs * 2;
Matt Porter403d1942005-11-29 15:00:51 +01004048 if (spec->multiout.max_channels > 2)
Mattc7d4b2f2005-06-27 14:59:41 +02004049 spec->surr_switch = 1;
Mattc7d4b2f2005-06-27 14:59:41 +02004050
Charles Chin9009b0e2011-11-03 10:27:27 +01004051 /* find digital out and in converters */
4052 for (i = codec->start_nid; i < codec->start_nid + codec->num_nodes; i++) {
4053 unsigned int wid_caps = get_wcaps(codec, i);
4054 if (wid_caps & AC_WCAP_DIGITAL) {
4055 switch (get_wcaps_type(wid_caps)) {
4056 case AC_WID_AUD_OUT:
4057 if (!dig_out)
4058 dig_out = i;
4059 break;
4060 case AC_WID_AUD_IN:
4061 if (!dig_in)
4062 dig_in = i;
4063 break;
4064 }
4065 }
4066 }
Takashi Iwai0852d7a2009-02-11 11:35:15 +01004067 if (spec->autocfg.dig_outs)
Matt Porter3cc08dc2006-01-23 15:27:49 +01004068 spec->multiout.dig_out_nid = dig_out;
Matthew Ranostayd0513fc2008-07-27 10:30:30 +02004069 if (dig_in && spec->autocfg.dig_in_pin)
Matt Porter3cc08dc2006-01-23 15:27:49 +01004070 spec->dig_in_nid = dig_in;
Mattc7d4b2f2005-06-27 14:59:41 +02004071
Takashi Iwai603c4012008-07-30 15:01:44 +02004072 if (spec->kctls.list)
4073 spec->mixers[spec->num_mixers++] = spec->kctls.list;
Mattc7d4b2f2005-06-27 14:59:41 +02004074
4075 spec->input_mux = &spec->private_imux;
Matthew Ranostayf8ccbf62008-12-20 17:36:28 -05004076 if (!spec->dinput_mux)
4077 spec->dinput_mux = &spec->private_dimux;
Matthew Ranostayd9737752008-09-07 12:03:41 +02004078 spec->sinput_mux = &spec->private_smux;
Matthew Ranostayb22b4822008-01-22 12:32:30 +01004079 spec->mono_mux = &spec->private_mono_mux;
Mattc7d4b2f2005-06-27 14:59:41 +02004080 return 1;
4081}
4082
Takashi Iwai82bc9552006-03-21 11:24:42 +01004083/* add playback controls for HP output */
4084static int stac9200_auto_create_hp_ctls(struct hda_codec *codec,
4085 struct auto_pin_cfg *cfg)
4086{
4087 struct sigmatel_spec *spec = codec->spec;
Takashi Iwaieb06ed82006-09-20 17:10:27 +02004088 hda_nid_t pin = cfg->hp_pins[0];
Takashi Iwai82bc9552006-03-21 11:24:42 +01004089
4090 if (! pin)
4091 return 0;
4092
Takashi Iwaie35d9d62011-05-17 11:28:16 +02004093 if (is_jack_detectable(codec, pin))
Takashi Iwai82bc9552006-03-21 11:24:42 +01004094 spec->hp_detect = 1;
Takashi Iwai82bc9552006-03-21 11:24:42 +01004095
4096 return 0;
4097}
4098
Richard Fish160ea0d2006-09-06 13:58:25 +02004099/* add playback controls for LFE output */
4100static int stac9200_auto_create_lfe_ctls(struct hda_codec *codec,
4101 struct auto_pin_cfg *cfg)
4102{
4103 struct sigmatel_spec *spec = codec->spec;
4104 int err;
4105 hda_nid_t lfe_pin = 0x0;
4106 int i;
4107
4108 /*
4109 * search speaker outs and line outs for a mono speaker pin
4110 * with an amp. If one is found, add LFE controls
4111 * for it.
4112 */
4113 for (i = 0; i < spec->autocfg.speaker_outs && lfe_pin == 0x0; i++) {
4114 hda_nid_t pin = spec->autocfg.speaker_pins[i];
Takashi Iwai64ed0df2008-02-29 11:57:53 +01004115 unsigned int wcaps = get_wcaps(codec, pin);
Richard Fish160ea0d2006-09-06 13:58:25 +02004116 wcaps &= (AC_WCAP_STEREO | AC_WCAP_OUT_AMP);
4117 if (wcaps == AC_WCAP_OUT_AMP)
4118 /* found a mono speaker with an amp, must be lfe */
4119 lfe_pin = pin;
4120 }
4121
4122 /* if speaker_outs is 0, then speakers may be in line_outs */
4123 if (lfe_pin == 0 && spec->autocfg.speaker_outs == 0) {
4124 for (i = 0; i < spec->autocfg.line_outs && lfe_pin == 0x0; i++) {
4125 hda_nid_t pin = spec->autocfg.line_out_pins[i];
Takashi Iwai64ed0df2008-02-29 11:57:53 +01004126 unsigned int defcfg;
Takashi Iwai330ee992009-02-20 14:33:36 +01004127 defcfg = snd_hda_codec_get_pincfg(codec, pin);
Harvey Harrison8b551782008-02-29 11:56:48 +01004128 if (get_defcfg_device(defcfg) == AC_JACK_SPEAKER) {
Takashi Iwai64ed0df2008-02-29 11:57:53 +01004129 unsigned int wcaps = get_wcaps(codec, pin);
Richard Fish160ea0d2006-09-06 13:58:25 +02004130 wcaps &= (AC_WCAP_STEREO | AC_WCAP_OUT_AMP);
4131 if (wcaps == AC_WCAP_OUT_AMP)
4132 /* found a mono speaker with an amp,
4133 must be lfe */
4134 lfe_pin = pin;
4135 }
4136 }
4137 }
4138
4139 if (lfe_pin) {
Takashi Iwai7c7767e2009-01-20 15:28:38 +01004140 err = create_controls(codec, "LFE", lfe_pin, 1);
Richard Fish160ea0d2006-09-06 13:58:25 +02004141 if (err < 0)
4142 return err;
4143 }
4144
4145 return 0;
4146}
4147
Mattc7d4b2f2005-06-27 14:59:41 +02004148static int stac9200_parse_auto_config(struct hda_codec *codec)
4149{
4150 struct sigmatel_spec *spec = codec->spec;
4151 int err;
4152
Kailang Yangdf694da2005-12-05 19:42:22 +01004153 if ((err = snd_hda_parse_pin_def_config(codec, &spec->autocfg, NULL)) < 0)
Mattc7d4b2f2005-06-27 14:59:41 +02004154 return err;
4155
4156 if ((err = stac92xx_auto_create_analog_input_ctls(codec, &spec->autocfg)) < 0)
4157 return err;
4158
Takashi Iwai82bc9552006-03-21 11:24:42 +01004159 if ((err = stac9200_auto_create_hp_ctls(codec, &spec->autocfg)) < 0)
4160 return err;
4161
Richard Fish160ea0d2006-09-06 13:58:25 +02004162 if ((err = stac9200_auto_create_lfe_ctls(codec, &spec->autocfg)) < 0)
4163 return err;
4164
Takashi Iwai355a0ec2008-11-11 16:46:19 +01004165 if (spec->num_muxes > 0) {
4166 err = stac92xx_auto_create_mux_input_ctls(codec);
4167 if (err < 0)
4168 return err;
4169 }
4170
Takashi Iwaie3c75962009-01-23 11:57:22 +01004171 err = stac92xx_add_input_source(spec);
4172 if (err < 0)
4173 return err;
4174
Takashi Iwai0852d7a2009-02-11 11:35:15 +01004175 if (spec->autocfg.dig_outs)
Mattc7d4b2f2005-06-27 14:59:41 +02004176 spec->multiout.dig_out_nid = 0x05;
Takashi Iwai82bc9552006-03-21 11:24:42 +01004177 if (spec->autocfg.dig_in_pin)
Mattc7d4b2f2005-06-27 14:59:41 +02004178 spec->dig_in_nid = 0x04;
Mattc7d4b2f2005-06-27 14:59:41 +02004179
Takashi Iwai603c4012008-07-30 15:01:44 +02004180 if (spec->kctls.list)
4181 spec->mixers[spec->num_mixers++] = spec->kctls.list;
Mattc7d4b2f2005-06-27 14:59:41 +02004182
4183 spec->input_mux = &spec->private_imux;
Matt Porter8b657272006-10-26 17:12:59 +02004184 spec->dinput_mux = &spec->private_dimux;
Mattc7d4b2f2005-06-27 14:59:41 +02004185
4186 return 1;
4187}
4188
Sam Revitch62fe78e2006-05-10 15:09:17 +02004189/*
4190 * Early 2006 Intel Macintoshes with STAC9220X5 codecs seem to have a
4191 * funky external mute control using GPIO pins.
4192 */
4193
Takashi Iwai76e1ddf2008-01-15 11:39:08 +01004194static void stac_gpio_set(struct hda_codec *codec, unsigned int mask,
Matthew Ranostay4fe51952008-01-29 15:28:44 +01004195 unsigned int dir_mask, unsigned int data)
Sam Revitch62fe78e2006-05-10 15:09:17 +02004196{
4197 unsigned int gpiostate, gpiomask, gpiodir;
4198
Vitaliy Kulikov45eebda2011-07-26 16:56:20 -05004199 snd_printdd("%s msk %x dir %x gpio %x\n", __func__, mask, dir_mask, data);
4200
Sam Revitch62fe78e2006-05-10 15:09:17 +02004201 gpiostate = snd_hda_codec_read(codec, codec->afg, 0,
4202 AC_VERB_GET_GPIO_DATA, 0);
Matthew Ranostay4fe51952008-01-29 15:28:44 +01004203 gpiostate = (gpiostate & ~dir_mask) | (data & dir_mask);
Sam Revitch62fe78e2006-05-10 15:09:17 +02004204
4205 gpiomask = snd_hda_codec_read(codec, codec->afg, 0,
4206 AC_VERB_GET_GPIO_MASK, 0);
Takashi Iwai76e1ddf2008-01-15 11:39:08 +01004207 gpiomask |= mask;
Sam Revitch62fe78e2006-05-10 15:09:17 +02004208
4209 gpiodir = snd_hda_codec_read(codec, codec->afg, 0,
4210 AC_VERB_GET_GPIO_DIRECTION, 0);
Matthew Ranostay4fe51952008-01-29 15:28:44 +01004211 gpiodir |= dir_mask;
Sam Revitch62fe78e2006-05-10 15:09:17 +02004212
Takashi Iwai76e1ddf2008-01-15 11:39:08 +01004213 /* Configure GPIOx as CMOS */
Sam Revitch62fe78e2006-05-10 15:09:17 +02004214 snd_hda_codec_write(codec, codec->afg, 0, 0x7e7, 0);
4215
4216 snd_hda_codec_write(codec, codec->afg, 0,
4217 AC_VERB_SET_GPIO_MASK, gpiomask);
Takashi Iwai76e1ddf2008-01-15 11:39:08 +01004218 snd_hda_codec_read(codec, codec->afg, 0,
4219 AC_VERB_SET_GPIO_DIRECTION, gpiodir); /* sync */
Sam Revitch62fe78e2006-05-10 15:09:17 +02004220
4221 msleep(1);
4222
Takashi Iwai76e1ddf2008-01-15 11:39:08 +01004223 snd_hda_codec_read(codec, codec->afg, 0,
4224 AC_VERB_SET_GPIO_DATA, gpiostate); /* sync */
Sam Revitch62fe78e2006-05-10 15:09:17 +02004225}
4226
Takashi Iwai3a938972011-10-28 01:16:55 +02004227static int stac_add_event(struct hda_codec *codec, hda_nid_t nid,
Takashi Iwaic6e4c662008-11-25 11:58:19 +01004228 unsigned char type, int data)
Matthew Ranostay74aeaab2008-10-25 01:06:04 -04004229{
Takashi Iwai3a938972011-10-28 01:16:55 +02004230 struct hda_jack_tbl *event;
Matthew Ranostay74aeaab2008-10-25 01:06:04 -04004231
Takashi Iwai3a938972011-10-28 01:16:55 +02004232 event = snd_hda_jack_tbl_new(codec, nid);
Matthew Ranostay74aeaab2008-10-25 01:06:04 -04004233 if (!event)
4234 return -ENOMEM;
Takashi Iwai3a938972011-10-28 01:16:55 +02004235 event->action = type;
4236 event->private_data = data;
Matthew Ranostay74aeaab2008-10-25 01:06:04 -04004237
Takashi Iwai3a938972011-10-28 01:16:55 +02004238 return 0;
Matthew Ranostay74aeaab2008-10-25 01:06:04 -04004239}
4240
David Henningsson29adc4b2012-09-25 11:31:00 +02004241static void handle_unsol_event(struct hda_codec *codec,
4242 struct hda_jack_tbl *event);
4243
Takashi Iwai62558ce2009-07-29 14:23:09 +02004244/* check if given nid is a valid pin and no other events are assigned
4245 * to it. If OK, assign the event, set the unsol flag, and returns 1.
4246 * Otherwise, returns zero.
4247 */
4248static int enable_pin_detect(struct hda_codec *codec, hda_nid_t nid,
4249 unsigned int type)
Takashi Iwai314634b2006-09-21 11:56:18 +02004250{
Takashi Iwai3a938972011-10-28 01:16:55 +02004251 struct hda_jack_tbl *event;
Takashi Iwaic6e4c662008-11-25 11:58:19 +01004252
Takashi Iwaie35d9d62011-05-17 11:28:16 +02004253 if (!is_jack_detectable(codec, nid))
Takashi Iwai62558ce2009-07-29 14:23:09 +02004254 return 0;
Takashi Iwai3a938972011-10-28 01:16:55 +02004255 event = snd_hda_jack_tbl_new(codec, nid);
4256 if (!event)
4257 return -ENOMEM;
4258 if (event->action && event->action != type)
4259 return 0;
4260 event->action = type;
David Henningsson29adc4b2012-09-25 11:31:00 +02004261 event->callback = handle_unsol_event;
Takashi Iwai3a938972011-10-28 01:16:55 +02004262 snd_hda_jack_detect_enable(codec, nid, 0);
Takashi Iwai62558ce2009-07-29 14:23:09 +02004263 return 1;
Takashi Iwai314634b2006-09-21 11:56:18 +02004264}
4265
Takashi Iwaib4ead012012-01-23 18:23:36 +01004266static int is_nid_out_jack_pin(struct auto_pin_cfg *cfg, hda_nid_t nid)
Matthew Ranostaya64135a2008-01-10 16:55:06 +01004267{
4268 int i;
4269 for (i = 0; i < cfg->hp_outs; i++)
4270 if (cfg->hp_pins[i] == nid)
4271 return 1; /* nid is a HP-Out */
Takashi Iwaib4ead012012-01-23 18:23:36 +01004272 for (i = 0; i < cfg->line_outs; i++)
4273 if (cfg->line_out_pins[i] == nid)
4274 return 1; /* nid is a line-Out */
Matthew Ranostaya64135a2008-01-10 16:55:06 +01004275 return 0; /* nid is not a HP-Out */
4276};
4277
Matthew Ranostayb76c8502008-02-06 14:49:44 +01004278static void stac92xx_power_down(struct hda_codec *codec)
4279{
4280 struct sigmatel_spec *spec = codec->spec;
4281
4282 /* power down inactive DACs */
Takashi Iwai2b635362011-05-02 12:33:43 +02004283 const hda_nid_t *dac;
Matthew Ranostayb76c8502008-02-06 14:49:44 +01004284 for (dac = spec->dac_list; *dac; dac++)
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01004285 if (!check_all_dac_nids(spec, *dac))
Takashi Iwai8c2f7672008-12-01 11:54:35 +01004286 snd_hda_codec_write(codec, *dac, 0,
Matthew Ranostayb76c8502008-02-06 14:49:44 +01004287 AC_VERB_SET_POWER_STATE, AC_PWRST_D3);
4288}
4289
Takashi Iwaif73d3582008-11-25 08:21:51 +01004290static void stac_toggle_power_map(struct hda_codec *codec, hda_nid_t nid,
4291 int enable);
4292
Takashi Iwai014c41f2009-12-27 13:53:24 +01004293static inline int get_int_hint(struct hda_codec *codec, const char *key,
4294 int *valp)
4295{
4296 const char *p;
4297 p = snd_hda_get_hint(codec, key);
4298 if (p) {
4299 unsigned long val;
4300 if (!strict_strtoul(p, 0, &val)) {
4301 *valp = val;
4302 return 1;
4303 }
4304 }
4305 return 0;
4306}
4307
Takashi Iwai6565e4f2009-03-02 14:38:35 +01004308/* override some hints from the hwdep entry */
4309static void stac_store_hints(struct hda_codec *codec)
4310{
4311 struct sigmatel_spec *spec = codec->spec;
Takashi Iwai6565e4f2009-03-02 14:38:35 +01004312 int val;
4313
4314 val = snd_hda_get_bool_hint(codec, "hp_detect");
4315 if (val >= 0)
4316 spec->hp_detect = val;
Takashi Iwai014c41f2009-12-27 13:53:24 +01004317 if (get_int_hint(codec, "gpio_mask", &spec->gpio_mask)) {
Takashi Iwai6565e4f2009-03-02 14:38:35 +01004318 spec->eapd_mask = spec->gpio_dir = spec->gpio_data =
4319 spec->gpio_mask;
4320 }
Takashi Iwai014c41f2009-12-27 13:53:24 +01004321 if (get_int_hint(codec, "gpio_dir", &spec->gpio_dir))
4322 spec->gpio_mask &= spec->gpio_mask;
4323 if (get_int_hint(codec, "gpio_data", &spec->gpio_data))
4324 spec->gpio_dir &= spec->gpio_mask;
4325 if (get_int_hint(codec, "eapd_mask", &spec->eapd_mask))
4326 spec->eapd_mask &= spec->gpio_mask;
4327 if (get_int_hint(codec, "gpio_mute", &spec->gpio_mute))
4328 spec->gpio_mute &= spec->gpio_mask;
Takashi Iwai6565e4f2009-03-02 14:38:35 +01004329 val = snd_hda_get_bool_hint(codec, "eapd_switch");
4330 if (val >= 0)
4331 spec->eapd_switch = val;
4332}
4333
Takashi Iwaif2cbba72012-01-11 12:34:11 +01004334static void stac_issue_unsol_events(struct hda_codec *codec, int num_pins,
4335 const hda_nid_t *pins)
4336{
4337 while (num_pins--)
4338 stac_issue_unsol_event(codec, *pins++);
4339}
4340
4341/* fake event to set up pins */
4342static void stac_fake_hp_events(struct hda_codec *codec)
4343{
4344 struct sigmatel_spec *spec = codec->spec;
4345
4346 if (spec->autocfg.hp_outs)
4347 stac_issue_unsol_events(codec, spec->autocfg.hp_outs,
4348 spec->autocfg.hp_pins);
4349 if (spec->autocfg.line_outs &&
4350 spec->autocfg.line_out_pins[0] != spec->autocfg.hp_pins[0])
4351 stac_issue_unsol_events(codec, spec->autocfg.line_outs,
4352 spec->autocfg.line_out_pins);
4353}
4354
Mattc7d4b2f2005-06-27 14:59:41 +02004355static int stac92xx_init(struct hda_codec *codec)
4356{
4357 struct sigmatel_spec *spec = codec->spec;
Takashi Iwai82bc9552006-03-21 11:24:42 +01004358 struct auto_pin_cfg *cfg = &spec->autocfg;
Takashi Iwaif73d3582008-11-25 08:21:51 +01004359 unsigned int gpio;
Takashi Iwaie4973e12008-11-18 09:32:42 +01004360 int i;
Mattc7d4b2f2005-06-27 14:59:41 +02004361
David Henningsson5e68fb32012-08-16 14:11:09 +02004362 if (spec->init)
4363 snd_hda_sequence_write(codec, spec->init);
Mattc7d4b2f2005-06-27 14:59:41 +02004364
Matthew Ranostay8daaaa92008-08-15 07:45:52 +02004365 /* power down adcs initially */
4366 if (spec->powerdown_adcs)
4367 for (i = 0; i < spec->num_adcs; i++)
Takashi Iwai8c2f7672008-12-01 11:54:35 +01004368 snd_hda_codec_write(codec,
Matthew Ranostay8daaaa92008-08-15 07:45:52 +02004369 spec->adc_nids[i], 0,
4370 AC_VERB_SET_POWER_STATE, AC_PWRST_D3);
Takashi Iwaif73d3582008-11-25 08:21:51 +01004371
Takashi Iwai6565e4f2009-03-02 14:38:35 +01004372 /* override some hints */
4373 stac_store_hints(codec);
4374
Takashi Iwaif73d3582008-11-25 08:21:51 +01004375 /* set up GPIO */
4376 gpio = spec->gpio_data;
4377 /* turn on EAPD statically when spec->eapd_switch isn't set.
4378 * otherwise, unsol event will turn it on/off dynamically
4379 */
4380 if (!spec->eapd_switch)
4381 gpio |= spec->eapd_mask;
4382 stac_gpio_set(codec, spec->gpio_mask, spec->gpio_dir, gpio);
4383
Takashi Iwai82bc9552006-03-21 11:24:42 +01004384 /* set up pins */
4385 if (spec->hp_detect) {
Takashi Iwai505cb342006-03-27 12:51:52 +02004386 /* Enable unsolicited responses on the HP widget */
Matthew Ranostay74aeaab2008-10-25 01:06:04 -04004387 for (i = 0; i < cfg->hp_outs; i++) {
Matthew Ranostay74aeaab2008-10-25 01:06:04 -04004388 hda_nid_t nid = cfg->hp_pins[i];
Takashi Iwaic6e4c662008-11-25 11:58:19 +01004389 enable_pin_detect(codec, nid, STAC_HP_EVENT);
Matthew Ranostay74aeaab2008-10-25 01:06:04 -04004390 }
Takashi Iwai1c4bdf92009-08-13 08:23:24 +02004391 if (cfg->line_out_type == AUTO_PIN_LINE_OUT &&
4392 cfg->speaker_outs > 0) {
Takashi Iwaifefd67f2009-07-30 18:03:05 +02004393 /* enable pin-detect for line-outs as well */
Takashi Iwai15cfa2b2009-08-03 14:23:33 +02004394 for (i = 0; i < cfg->line_outs; i++) {
4395 hda_nid_t nid = cfg->line_out_pins[i];
Takashi Iwaifefd67f2009-07-30 18:03:05 +02004396 enable_pin_detect(codec, nid, STAC_LO_EVENT);
4397 }
4398 }
4399
Takashi Iwai0a07acaf2007-03-13 10:40:23 +01004400 /* force to enable the first line-out; the others are set up
4401 * in unsol_event
4402 */
4403 stac92xx_auto_set_pinctl(codec, spec->autocfg.line_out_pins[0],
Matthew Ranostay74aeaab2008-10-25 01:06:04 -04004404 AC_PINCTL_OUT_EN);
Takashi Iwai82bc9552006-03-21 11:24:42 +01004405 /* fake event to set up pins */
Takashi Iwaif2cbba72012-01-11 12:34:11 +01004406 stac_fake_hp_events(codec);
Takashi Iwai82bc9552006-03-21 11:24:42 +01004407 } else {
4408 stac92xx_auto_init_multi_out(codec);
4409 stac92xx_auto_init_hp_out(codec);
Takashi Iwai12dde4c2008-12-05 13:09:27 +01004410 for (i = 0; i < cfg->hp_outs; i++)
4411 stac_toggle_power_map(codec, cfg->hp_pins[i], 1);
Takashi Iwai82bc9552006-03-21 11:24:42 +01004412 }
Takashi Iwai3d21d3f2009-07-29 14:32:56 +02004413 if (spec->auto_mic) {
Takashi Iwai15b4f292009-07-29 16:32:55 +02004414 /* initialize connection to analog input */
Takashi Iwaida2a2aa2009-08-10 07:44:09 +02004415 if (spec->dmux_nids)
4416 snd_hda_codec_write_cache(codec, spec->dmux_nids[0], 0,
Takashi Iwai15b4f292009-07-29 16:32:55 +02004417 AC_VERB_SET_CONNECT_SEL, 0);
Takashi Iwai3d21d3f2009-07-29 14:32:56 +02004418 if (enable_pin_detect(codec, spec->ext_mic.pin, STAC_MIC_EVENT))
4419 stac_issue_unsol_event(codec, spec->ext_mic.pin);
Charles Chin99077902010-09-17 10:22:32 +02004420 if (enable_pin_detect(codec, spec->dock_mic.pin,
4421 STAC_MIC_EVENT))
4422 stac_issue_unsol_event(codec, spec->dock_mic.pin);
Takashi Iwai3d21d3f2009-07-29 14:32:56 +02004423 }
Takashi Iwaieea7dc92010-08-30 13:06:15 +02004424 for (i = 0; i < cfg->num_inputs; i++) {
4425 hda_nid_t nid = cfg->inputs[i].pin;
4426 int type = cfg->inputs[i].type;
4427 unsigned int pinctl, conf;
Takashi Iwai86e29592010-09-09 14:50:17 +02004428 if (type == AUTO_PIN_MIC) {
Takashi Iwaieea7dc92010-08-30 13:06:15 +02004429 /* for mic pins, force to initialize */
Takashi Iwai47408602012-04-20 13:06:53 +02004430 pinctl = snd_hda_get_default_vref(codec, nid);
Takashi Iwaieea7dc92010-08-30 13:06:15 +02004431 pinctl |= AC_PINCTL_IN_EN;
4432 stac92xx_auto_set_pinctl(codec, nid, pinctl);
4433 } else {
4434 pinctl = snd_hda_codec_read(codec, nid, 0,
4435 AC_VERB_GET_PIN_WIDGET_CONTROL, 0);
4436 /* if PINCTL already set then skip */
4437 /* Also, if both INPUT and OUTPUT are set,
4438 * it must be a BIOS bug; need to override, too
4439 */
4440 if (!(pinctl & AC_PINCTL_IN_EN) ||
4441 (pinctl & AC_PINCTL_OUT_EN)) {
4442 pinctl &= ~AC_PINCTL_OUT_EN;
Takashi Iwai12dde4c2008-12-05 13:09:27 +01004443 pinctl |= AC_PINCTL_IN_EN;
4444 stac92xx_auto_set_pinctl(codec, nid, pinctl);
Takashi Iwai4f1e6bc2008-11-11 16:47:24 +01004445 }
Takashi Iwaieea7dc92010-08-30 13:06:15 +02004446 }
4447 conf = snd_hda_codec_get_pincfg(codec, nid);
4448 if (get_defcfg_connect(conf) != AC_JACK_PORT_FIXED) {
4449 if (enable_pin_detect(codec, nid, STAC_INSERT_EVENT))
4450 stac_issue_unsol_event(codec, nid);
Takashi Iwaic960a032006-03-23 17:06:28 +01004451 }
Takashi Iwai82bc9552006-03-21 11:24:42 +01004452 }
Matthew Ranostaya64135a2008-01-10 16:55:06 +01004453 for (i = 0; i < spec->num_dmics; i++)
4454 stac92xx_auto_set_pinctl(codec, spec->dmic_nids[i],
4455 AC_PINCTL_IN_EN);
Takashi Iwai0852d7a2009-02-11 11:35:15 +01004456 if (cfg->dig_out_pins[0])
4457 stac92xx_auto_set_pinctl(codec, cfg->dig_out_pins[0],
Takashi Iwai82bc9552006-03-21 11:24:42 +01004458 AC_PINCTL_OUT_EN);
4459 if (cfg->dig_in_pin)
4460 stac92xx_auto_set_pinctl(codec, cfg->dig_in_pin,
4461 AC_PINCTL_IN_EN);
Takashi Iwaif73d3582008-11-25 08:21:51 +01004462 for (i = 0; i < spec->num_pwrs; i++) {
4463 hda_nid_t nid = spec->pwr_nids[i];
Takashi Iwai6e1c39c2012-06-26 17:35:10 +02004464 unsigned int pinctl, def_conf;
Takashi Iwai82bc9552006-03-21 11:24:42 +01004465
Takashi Iwaibfc89de2012-05-15 09:02:26 +02004466 def_conf = snd_hda_codec_get_pincfg(codec, nid);
4467 def_conf = get_defcfg_connect(def_conf);
4468 if (def_conf == AC_JACK_PORT_NONE) {
4469 /* power off unused ports */
4470 stac_toggle_power_map(codec, nid, 0);
4471 continue;
4472 }
Takashi Iwai6e1c39c2012-06-26 17:35:10 +02004473 if (def_conf == AC_JACK_PORT_FIXED) {
4474 /* no need for jack detection for fixed pins */
4475 stac_toggle_power_map(codec, nid, 1);
4476 continue;
4477 }
Takashi Iwaieb632122008-12-19 16:39:48 +01004478 /* power on when no jack detection is available */
Takashi Iwai542c9a02011-11-29 13:01:30 +01004479 /* or when the VREF is used for controlling LED */
4480 if (!spec->hp_detect ||
Takashi Iwaibfc89de2012-05-15 09:02:26 +02004481 spec->vref_mute_led_nid == nid ||
4482 !is_jack_detectable(codec, nid)) {
Takashi Iwaieb632122008-12-19 16:39:48 +01004483 stac_toggle_power_map(codec, nid, 1);
4484 continue;
4485 }
4486
Takashi Iwaib4ead012012-01-23 18:23:36 +01004487 if (is_nid_out_jack_pin(cfg, nid))
Takashi Iwaif73d3582008-11-25 08:21:51 +01004488 continue; /* already has an unsol event */
Sam Revitch62fe78e2006-05-10 15:09:17 +02004489
Takashi Iwaif73d3582008-11-25 08:21:51 +01004490 pinctl = snd_hda_codec_read(codec, nid, 0,
4491 AC_VERB_GET_PIN_WIDGET_CONTROL, 0);
4492 /* outputs are only ports capable of power management
4493 * any attempts on powering down a input port cause the
4494 * referenced VREF to act quirky.
4495 */
Takashi Iwaieb632122008-12-19 16:39:48 +01004496 if (pinctl & AC_PINCTL_IN_EN) {
4497 stac_toggle_power_map(codec, nid, 1);
Takashi Iwaif73d3582008-11-25 08:21:51 +01004498 continue;
Takashi Iwaieb632122008-12-19 16:39:48 +01004499 }
Charles Chinafef2cf2011-11-11 08:05:28 +01004500 if (enable_pin_detect(codec, nid, STAC_PWR_EVENT)) {
Takashi Iwai62558ce2009-07-29 14:23:09 +02004501 stac_issue_unsol_event(codec, nid);
Charles Chinafef2cf2011-11-11 08:05:28 +01004502 continue;
4503 }
4504 /* none of the above, turn the port OFF */
4505 stac_toggle_power_map(codec, nid, 0);
Takashi Iwaif73d3582008-11-25 08:21:51 +01004506 }
Takashi Iwaic21bd022010-02-08 15:16:08 +01004507
Takashi Iwaic21bd022010-02-08 15:16:08 +01004508 /* sync mute LED */
Takashi Iwai1f43f6c2012-07-31 10:40:05 +02004509 if (spec->gpio_led) {
4510 if (spec->vmaster_mute.hook)
4511 snd_hda_sync_vmaster_hook(&spec->vmaster_mute);
4512 else /* the very first init call doesn't have vmaster yet */
4513 stac92xx_update_led_status(codec, false);
4514 }
Takashi Iwaic8822462012-05-15 09:11:36 +02004515
4516 /* sync the power-map */
4517 if (spec->num_pwrs)
4518 snd_hda_codec_write(codec, codec->afg, 0,
4519 AC_VERB_IDT_SET_POWER_MAP,
4520 spec->power_map_bits);
Takashi Iwaif73d3582008-11-25 08:21:51 +01004521 if (spec->dac_list)
4522 stac92xx_power_down(codec);
Mattc7d4b2f2005-06-27 14:59:41 +02004523 return 0;
4524}
4525
Takashi Iwai603c4012008-07-30 15:01:44 +02004526static void stac92xx_free_kctls(struct hda_codec *codec)
4527{
4528 struct sigmatel_spec *spec = codec->spec;
4529
4530 if (spec->kctls.list) {
4531 struct snd_kcontrol_new *kctl = spec->kctls.list;
4532 int i;
4533 for (i = 0; i < spec->kctls.used; i++)
4534 kfree(kctl[i].name);
4535 }
4536 snd_array_free(&spec->kctls);
4537}
4538
Vitaliy Kulikov45eebda2011-07-26 16:56:20 -05004539static void stac92xx_shutup_pins(struct hda_codec *codec)
4540{
4541 unsigned int i, def_conf;
4542
4543 if (codec->bus->shutdown)
4544 return;
4545 for (i = 0; i < codec->init_pins.used; i++) {
4546 struct hda_pincfg *pin = snd_array_elem(&codec->init_pins, i);
4547 def_conf = snd_hda_codec_get_pincfg(codec, pin->nid);
4548 if (get_defcfg_connect(def_conf) != AC_JACK_PORT_NONE)
Takashi Iwaicdd03ce2012-04-20 12:34:50 +02004549 snd_hda_set_pin_ctl(codec, pin->nid, 0);
Vitaliy Kulikov45eebda2011-07-26 16:56:20 -05004550 }
4551}
4552
Takashi Iwai167eae52009-11-06 15:47:50 +01004553static void stac92xx_shutup(struct hda_codec *codec)
4554{
4555 struct sigmatel_spec *spec = codec->spec;
Takashi Iwai167eae52009-11-06 15:47:50 +01004556
Vitaliy Kulikov45eebda2011-07-26 16:56:20 -05004557 stac92xx_shutup_pins(codec);
Takashi Iwai167eae52009-11-06 15:47:50 +01004558
4559 if (spec->eapd_mask)
4560 stac_gpio_set(codec, spec->gpio_mask,
4561 spec->gpio_dir, spec->gpio_data &
4562 ~spec->eapd_mask);
4563}
4564
Matt2f2f4252005-04-13 14:45:30 +02004565static void stac92xx_free(struct hda_codec *codec)
4566{
Mattc7d4b2f2005-06-27 14:59:41 +02004567 struct sigmatel_spec *spec = codec->spec;
Mattc7d4b2f2005-06-27 14:59:41 +02004568
4569 if (! spec)
4570 return;
4571
Takashi Iwai167eae52009-11-06 15:47:50 +01004572 stac92xx_shutup(codec);
Richard Fish11b44bb2006-08-23 18:31:34 +02004573
Mattc7d4b2f2005-06-27 14:59:41 +02004574 kfree(spec);
Matthew Ranostay1cd22242008-07-18 18:20:52 +02004575 snd_hda_detach_beep_device(codec);
Matt2f2f4252005-04-13 14:45:30 +02004576}
4577
Matt4e550962005-07-04 17:51:39 +02004578static void stac92xx_set_pinctl(struct hda_codec *codec, hda_nid_t nid,
4579 unsigned int flag)
4580{
Takashi Iwai8ce84192009-01-22 16:59:20 +01004581 unsigned int old_ctl, pin_ctl;
4582
4583 pin_ctl = snd_hda_codec_read(codec, nid,
Matt4e550962005-07-04 17:51:39 +02004584 0, AC_VERB_GET_PIN_WIDGET_CONTROL, 0x00);
Steve Longerbeam7b043892007-05-03 20:50:03 +02004585
Takashi Iwaif9acba42007-05-29 18:01:06 +02004586 if (pin_ctl & AC_PINCTL_IN_EN) {
4587 /*
4588 * we need to check the current set-up direction of
4589 * shared input pins since they can be switched via
4590 * "xxx as Output" mixer switch
4591 */
4592 struct sigmatel_spec *spec = codec->spec;
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01004593 if (nid == spec->line_switch || nid == spec->mic_switch)
Takashi Iwaif9acba42007-05-29 18:01:06 +02004594 return;
4595 }
4596
Takashi Iwai8ce84192009-01-22 16:59:20 +01004597 old_ctl = pin_ctl;
Steve Longerbeam7b043892007-05-03 20:50:03 +02004598 /* if setting pin direction bits, clear the current
4599 direction bits first */
4600 if (flag & (AC_PINCTL_IN_EN | AC_PINCTL_OUT_EN))
4601 pin_ctl &= ~(AC_PINCTL_IN_EN | AC_PINCTL_OUT_EN);
4602
Takashi Iwai8ce84192009-01-22 16:59:20 +01004603 pin_ctl |= flag;
4604 if (old_ctl != pin_ctl)
Takashi Iwaicdd03ce2012-04-20 12:34:50 +02004605 snd_hda_set_pin_ctl_cache(codec, nid, pin_ctl);
Matt4e550962005-07-04 17:51:39 +02004606}
4607
4608static void stac92xx_reset_pinctl(struct hda_codec *codec, hda_nid_t nid,
4609 unsigned int flag)
4610{
4611 unsigned int pin_ctl = snd_hda_codec_read(codec, nid,
4612 0, AC_VERB_GET_PIN_WIDGET_CONTROL, 0x00);
Takashi Iwai8ce84192009-01-22 16:59:20 +01004613 if (pin_ctl & flag)
Takashi Iwaicdd03ce2012-04-20 12:34:50 +02004614 snd_hda_set_pin_ctl_cache(codec, nid, pin_ctl & ~flag);
Matt4e550962005-07-04 17:51:39 +02004615}
4616
Takashi Iwaid56757a2009-11-18 08:00:14 +01004617static inline int get_pin_presence(struct hda_codec *codec, hda_nid_t nid)
Takashi Iwai314634b2006-09-21 11:56:18 +02004618{
4619 if (!nid)
4620 return 0;
Takashi Iwaia252c812009-12-25 22:56:20 +01004621 return snd_hda_jack_detect(codec, nid);
Takashi Iwai314634b2006-09-21 11:56:18 +02004622}
4623
Takashi Iwaifefd67f2009-07-30 18:03:05 +02004624static void stac92xx_line_out_detect(struct hda_codec *codec,
4625 int presence)
4626{
4627 struct sigmatel_spec *spec = codec->spec;
4628 struct auto_pin_cfg *cfg = &spec->autocfg;
4629 int i;
4630
David Henningsson042b92c2012-08-22 16:10:43 +02004631 if (cfg->speaker_outs == 0)
4632 return;
4633
Takashi Iwaifefd67f2009-07-30 18:03:05 +02004634 for (i = 0; i < cfg->line_outs; i++) {
4635 if (presence)
4636 break;
4637 presence = get_pin_presence(codec, cfg->line_out_pins[i]);
4638 if (presence) {
4639 unsigned int pinctl;
4640 pinctl = snd_hda_codec_read(codec,
4641 cfg->line_out_pins[i], 0,
4642 AC_VERB_GET_PIN_WIDGET_CONTROL, 0);
4643 if (pinctl & AC_PINCTL_IN_EN)
4644 presence = 0; /* mic- or line-input */
4645 }
4646 }
4647
4648 if (presence) {
4649 /* disable speakers */
4650 for (i = 0; i < cfg->speaker_outs; i++)
4651 stac92xx_reset_pinctl(codec, cfg->speaker_pins[i],
4652 AC_PINCTL_OUT_EN);
4653 if (spec->eapd_mask && spec->eapd_switch)
4654 stac_gpio_set(codec, spec->gpio_mask,
4655 spec->gpio_dir, spec->gpio_data &
4656 ~spec->eapd_mask);
4657 } else {
4658 /* enable speakers */
4659 for (i = 0; i < cfg->speaker_outs; i++)
4660 stac92xx_set_pinctl(codec, cfg->speaker_pins[i],
4661 AC_PINCTL_OUT_EN);
4662 if (spec->eapd_mask && spec->eapd_switch)
4663 stac_gpio_set(codec, spec->gpio_mask,
4664 spec->gpio_dir, spec->gpio_data |
4665 spec->eapd_mask);
4666 }
4667}
4668
Takashi Iwaid7a89432008-11-12 09:48:04 +01004669/* return non-zero if the hp-pin of the given array index isn't
4670 * a jack-detection target
4671 */
4672static int no_hp_sensing(struct sigmatel_spec *spec, int i)
4673{
4674 struct auto_pin_cfg *cfg = &spec->autocfg;
4675
4676 /* ignore sensing of shared line and mic jacks */
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01004677 if (cfg->hp_pins[i] == spec->line_switch)
Takashi Iwaid7a89432008-11-12 09:48:04 +01004678 return 1;
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01004679 if (cfg->hp_pins[i] == spec->mic_switch)
Takashi Iwaid7a89432008-11-12 09:48:04 +01004680 return 1;
4681 /* ignore if the pin is set as line-out */
4682 if (cfg->hp_pins[i] == spec->hp_switch)
4683 return 1;
4684 return 0;
4685}
4686
Takashi Iwaic6e4c662008-11-25 11:58:19 +01004687static void stac92xx_hp_detect(struct hda_codec *codec)
Matt4e550962005-07-04 17:51:39 +02004688{
4689 struct sigmatel_spec *spec = codec->spec;
4690 struct auto_pin_cfg *cfg = &spec->autocfg;
4691 int i, presence;
4692
Takashi Iwaieb06ed82006-09-20 17:10:27 +02004693 presence = 0;
Matthew Ranostay4fe51952008-01-29 15:28:44 +01004694 if (spec->gpio_mute)
4695 presence = !(snd_hda_codec_read(codec, codec->afg, 0,
4696 AC_VERB_GET_GPIO_DATA, 0) & spec->gpio_mute);
4697
Takashi Iwaieb06ed82006-09-20 17:10:27 +02004698 for (i = 0; i < cfg->hp_outs; i++) {
Takashi Iwai314634b2006-09-21 11:56:18 +02004699 if (presence)
4700 break;
Takashi Iwaid7a89432008-11-12 09:48:04 +01004701 if (no_hp_sensing(spec, i))
4702 continue;
Takashi Iwaie6e3ea22008-12-05 12:54:56 +01004703 presence = get_pin_presence(codec, cfg->hp_pins[i]);
4704 if (presence) {
4705 unsigned int pinctl;
4706 pinctl = snd_hda_codec_read(codec, cfg->hp_pins[i], 0,
4707 AC_VERB_GET_PIN_WIDGET_CONTROL, 0);
4708 if (pinctl & AC_PINCTL_IN_EN)
4709 presence = 0; /* mic- or line-input */
4710 }
Takashi Iwaieb06ed82006-09-20 17:10:27 +02004711 }
Matt4e550962005-07-04 17:51:39 +02004712
4713 if (presence) {
Takashi Iwaid7a89432008-11-12 09:48:04 +01004714 /* disable lineouts */
Matthew Ranostay7c2ba972008-04-16 13:13:59 +02004715 if (spec->hp_switch)
Takashi Iwaid7a89432008-11-12 09:48:04 +01004716 stac92xx_reset_pinctl(codec, spec->hp_switch,
4717 AC_PINCTL_OUT_EN);
Matt4e550962005-07-04 17:51:39 +02004718 for (i = 0; i < cfg->line_outs; i++)
4719 stac92xx_reset_pinctl(codec, cfg->line_out_pins[i],
4720 AC_PINCTL_OUT_EN);
Matt4e550962005-07-04 17:51:39 +02004721 } else {
Takashi Iwaid7a89432008-11-12 09:48:04 +01004722 /* enable lineouts */
Matthew Ranostay7c2ba972008-04-16 13:13:59 +02004723 if (spec->hp_switch)
Takashi Iwaid7a89432008-11-12 09:48:04 +01004724 stac92xx_set_pinctl(codec, spec->hp_switch,
4725 AC_PINCTL_OUT_EN);
Matt4e550962005-07-04 17:51:39 +02004726 for (i = 0; i < cfg->line_outs; i++)
4727 stac92xx_set_pinctl(codec, cfg->line_out_pins[i],
4728 AC_PINCTL_OUT_EN);
Matt4e550962005-07-04 17:51:39 +02004729 }
Takashi Iwaifefd67f2009-07-30 18:03:05 +02004730 stac92xx_line_out_detect(codec, presence);
Takashi Iwaid7a89432008-11-12 09:48:04 +01004731 /* toggle hp outs */
4732 for (i = 0; i < cfg->hp_outs; i++) {
4733 unsigned int val = AC_PINCTL_OUT_EN | AC_PINCTL_HP_EN;
4734 if (no_hp_sensing(spec, i))
4735 continue;
Takashi Iwai7bff1722012-02-29 09:41:17 +01004736 if (1 /*presence*/)
Takashi Iwaid7a89432008-11-12 09:48:04 +01004737 stac92xx_set_pinctl(codec, cfg->hp_pins[i], val);
Takashi Iwai8317e0b2009-01-14 07:56:51 +01004738#if 0 /* FIXME */
4739/* Resetting the pinctl like below may lead to (a sort of) regressions
4740 * on some devices since they use the HP pin actually for line/speaker
4741 * outs although the default pin config shows a different pin (that is
4742 * wrong and useless).
4743 *
4744 * So, it's basically a problem of default pin configs, likely a BIOS issue.
4745 * But, disabling the code below just works around it, and I'm too tired of
4746 * bug reports with such devices...
4747 */
Takashi Iwaid7a89432008-11-12 09:48:04 +01004748 else
4749 stac92xx_reset_pinctl(codec, cfg->hp_pins[i], val);
Takashi Iwai8317e0b2009-01-14 07:56:51 +01004750#endif /* FIXME */
Takashi Iwaid7a89432008-11-12 09:48:04 +01004751 }
Matt4e550962005-07-04 17:51:39 +02004752}
4753
Takashi Iwaif73d3582008-11-25 08:21:51 +01004754static void stac_toggle_power_map(struct hda_codec *codec, hda_nid_t nid,
4755 int enable)
Matthew Ranostaya64135a2008-01-10 16:55:06 +01004756{
4757 struct sigmatel_spec *spec = codec->spec;
Takashi Iwaif73d3582008-11-25 08:21:51 +01004758 unsigned int idx, val;
4759
4760 for (idx = 0; idx < spec->num_pwrs; idx++) {
4761 if (spec->pwr_nids[idx] == nid)
4762 break;
4763 }
4764 if (idx >= spec->num_pwrs)
4765 return;
Matthew Ranostayd0513fc2008-07-27 10:30:30 +02004766
Charles Chinafef2cf2011-11-11 08:05:28 +01004767 idx = 1 << idx;
Matthew Ranostaya64135a2008-01-10 16:55:06 +01004768
Takashi Iwaic8822462012-05-15 09:11:36 +02004769 val = spec->power_map_bits;
Takashi Iwaif73d3582008-11-25 08:21:51 +01004770 if (enable)
Matthew Ranostaya64135a2008-01-10 16:55:06 +01004771 val &= ~idx;
4772 else
4773 val |= idx;
4774
4775 /* power down unused output ports */
Takashi Iwaic8822462012-05-15 09:11:36 +02004776 if (val != spec->power_map_bits) {
4777 spec->power_map_bits = val;
4778 snd_hda_codec_write(codec, codec->afg, 0,
4779 AC_VERB_IDT_SET_POWER_MAP, val);
4780 }
Matthew Ranostay74aeaab2008-10-25 01:06:04 -04004781}
4782
Takashi Iwaif73d3582008-11-25 08:21:51 +01004783static void stac92xx_pin_sense(struct hda_codec *codec, hda_nid_t nid)
4784{
Takashi Iwaie6e3ea22008-12-05 12:54:56 +01004785 stac_toggle_power_map(codec, nid, get_pin_presence(codec, nid));
Takashi Iwaif73d3582008-11-25 08:21:51 +01004786}
Matthew Ranostaya64135a2008-01-10 16:55:06 +01004787
Vitaliy Kulikovab5a6eb2010-09-08 09:00:17 +02004788/* get the pin connection (fixed, none, etc) */
4789static unsigned int stac_get_defcfg_connect(struct hda_codec *codec, int idx)
4790{
4791 struct sigmatel_spec *spec = codec->spec;
4792 unsigned int cfg;
4793
4794 cfg = snd_hda_codec_get_pincfg(codec, spec->pin_nids[idx]);
4795 return get_defcfg_connect(cfg);
4796}
4797
4798static int stac92xx_connected_ports(struct hda_codec *codec,
Takashi Iwai2b635362011-05-02 12:33:43 +02004799 const hda_nid_t *nids, int num_nids)
Vitaliy Kulikovab5a6eb2010-09-08 09:00:17 +02004800{
4801 struct sigmatel_spec *spec = codec->spec;
4802 int idx, num;
4803 unsigned int def_conf;
4804
4805 for (num = 0; num < num_nids; num++) {
4806 for (idx = 0; idx < spec->num_pins; idx++)
4807 if (spec->pin_nids[idx] == nids[num])
4808 break;
4809 if (idx >= spec->num_pins)
4810 break;
4811 def_conf = stac_get_defcfg_connect(codec, idx);
4812 if (def_conf == AC_JACK_PORT_NONE)
4813 break;
4814 }
4815 return num;
4816}
4817
Takashi Iwai3d21d3f2009-07-29 14:32:56 +02004818static void stac92xx_mic_detect(struct hda_codec *codec)
4819{
4820 struct sigmatel_spec *spec = codec->spec;
4821 struct sigmatel_mic_route *mic;
4822
4823 if (get_pin_presence(codec, spec->ext_mic.pin))
4824 mic = &spec->ext_mic;
Charles Chin99077902010-09-17 10:22:32 +02004825 else if (get_pin_presence(codec, spec->dock_mic.pin))
4826 mic = &spec->dock_mic;
Takashi Iwai3d21d3f2009-07-29 14:32:56 +02004827 else
4828 mic = &spec->int_mic;
Takashi Iwai02d33322009-10-01 16:38:11 +02004829 if (mic->dmux_idx >= 0)
Takashi Iwai3d21d3f2009-07-29 14:32:56 +02004830 snd_hda_codec_write_cache(codec, spec->dmux_nids[0], 0,
4831 AC_VERB_SET_CONNECT_SEL,
4832 mic->dmux_idx);
Takashi Iwai02d33322009-10-01 16:38:11 +02004833 if (mic->mux_idx >= 0)
Takashi Iwai3d21d3f2009-07-29 14:32:56 +02004834 snd_hda_codec_write_cache(codec, spec->mux_nids[0], 0,
4835 AC_VERB_SET_CONNECT_SEL,
4836 mic->mux_idx);
4837}
4838
Takashi Iwai1835a0f2011-10-27 22:12:46 +02004839static void handle_unsol_event(struct hda_codec *codec,
Takashi Iwai3a938972011-10-28 01:16:55 +02004840 struct hda_jack_tbl *event)
Takashi Iwai314634b2006-09-21 11:56:18 +02004841{
Matthew Ranostaya64135a2008-01-10 16:55:06 +01004842 struct sigmatel_spec *spec = codec->spec;
Takashi Iwai1835a0f2011-10-27 22:12:46 +02004843 int data;
Matthew Ranostaya64135a2008-01-10 16:55:06 +01004844
Takashi Iwai3a938972011-10-28 01:16:55 +02004845 switch (event->action) {
Takashi Iwai314634b2006-09-21 11:56:18 +02004846 case STAC_HP_EVENT:
Takashi Iwaifefd67f2009-07-30 18:03:05 +02004847 case STAC_LO_EVENT:
Takashi Iwai16ffe322009-08-04 13:40:54 +02004848 stac92xx_hp_detect(codec);
Takashi Iwaifefd67f2009-07-30 18:03:05 +02004849 break;
Takashi Iwai3d21d3f2009-07-29 14:32:56 +02004850 case STAC_MIC_EVENT:
4851 stac92xx_mic_detect(codec);
4852 break;
4853 }
4854
Takashi Iwai3a938972011-10-28 01:16:55 +02004855 switch (event->action) {
Takashi Iwai3d21d3f2009-07-29 14:32:56 +02004856 case STAC_HP_EVENT:
Takashi Iwaifefd67f2009-07-30 18:03:05 +02004857 case STAC_LO_EVENT:
Takashi Iwai3d21d3f2009-07-29 14:32:56 +02004858 case STAC_MIC_EVENT:
Matthew Ranostay74aeaab2008-10-25 01:06:04 -04004859 case STAC_INSERT_EVENT:
Matthew Ranostaya64135a2008-01-10 16:55:06 +01004860 case STAC_PWR_EVENT:
Takashi Iwaic6e4c662008-11-25 11:58:19 +01004861 if (spec->num_pwrs > 0)
4862 stac92xx_pin_sense(codec, event->nid);
Matthew Ranostayfd60cc82009-04-06 09:30:46 -04004863
4864 switch (codec->subsystem_id) {
4865 case 0x103c308f:
4866 if (event->nid == 0xb) {
4867 int pin = AC_PINCTL_IN_EN;
4868
4869 if (get_pin_presence(codec, 0xa)
4870 && get_pin_presence(codec, 0xb))
4871 pin |= AC_PINCTL_VREF_80;
4872 if (!get_pin_presence(codec, 0xb))
4873 pin |= AC_PINCTL_VREF_80;
4874
4875 /* toggle VREF state based on mic + hp pin
4876 * status
4877 */
4878 stac92xx_auto_set_pinctl(codec, 0x0a, pin);
4879 }
4880 }
Matthew Ranostay72474be2008-10-09 09:32:17 -04004881 break;
Takashi Iwaic6e4c662008-11-25 11:58:19 +01004882 case STAC_VREF_EVENT:
4883 data = snd_hda_codec_read(codec, codec->afg, 0,
4884 AC_VERB_GET_GPIO_DATA, 0);
Matthew Ranostay72474be2008-10-09 09:32:17 -04004885 /* toggle VREF state based on GPIOx status */
4886 snd_hda_codec_write(codec, codec->afg, 0, 0x7e0,
Takashi Iwai3a938972011-10-28 01:16:55 +02004887 !!(data & (1 << event->private_data)));
Matthew Ranostay72474be2008-10-09 09:32:17 -04004888 break;
Takashi Iwai314634b2006-09-21 11:56:18 +02004889 }
4890}
4891
Takashi Iwai1835a0f2011-10-27 22:12:46 +02004892static void stac_issue_unsol_event(struct hda_codec *codec, hda_nid_t nid)
4893{
Takashi Iwai3a938972011-10-28 01:16:55 +02004894 struct hda_jack_tbl *event = snd_hda_jack_tbl_get(codec, nid);
Takashi Iwai1835a0f2011-10-27 22:12:46 +02004895 if (!event)
4896 return;
4897 handle_unsol_event(codec, event);
4898}
4899
Kunal Gangakhedkard38cce72010-01-15 21:01:47 +05304900static int hp_blike_system(u32 subsystem_id);
4901
4902static void set_hp_led_gpio(struct hda_codec *codec)
4903{
4904 struct sigmatel_spec *spec = codec->spec;
Takashi Iwai07f80442010-02-08 15:06:13 +01004905 unsigned int gpio;
4906
Takashi Iwai26ebe0a2010-05-11 08:36:29 +02004907 if (spec->gpio_led)
4908 return;
4909
Takashi Iwai07f80442010-02-08 15:06:13 +01004910 gpio = snd_hda_param_read(codec, codec->afg, AC_PAR_GPIO_CAP);
4911 gpio &= AC_GPIO_IO_COUNT;
4912 if (gpio > 3)
4913 spec->gpio_led = 0x08; /* GPIO 3 */
4914 else
4915 spec->gpio_led = 0x01; /* GPIO 0 */
Kunal Gangakhedkard38cce72010-01-15 21:01:47 +05304916}
4917
Vitaliy Kulikovc357aab2009-12-11 07:51:54 +01004918/*
4919 * This method searches for the mute LED GPIO configuration
4920 * provided as OEM string in SMBIOS. The format of that string
4921 * is HP_Mute_LED_P_G or HP_Mute_LED_P
4922 * where P can be 0 or 1 and defines mute LED GPIO control state (low/high)
4923 * that corresponds to the NOT muted state of the master volume
4924 * and G is the index of the GPIO to use as the mute LED control (0..9)
4925 * If _G portion is missing it is assigned based on the codec ID
4926 *
4927 * So, HP B-series like systems may have HP_Mute_LED_0 (current models)
4928 * or HP_Mute_LED_0_3 (future models) OEM SMBIOS strings
Kunal Gangakhedkard38cce72010-01-15 21:01:47 +05304929 *
4930 *
4931 * The dv-series laptops don't seem to have the HP_Mute_LED* strings in
4932 * SMBIOS - at least the ones I have seen do not have them - which include
4933 * my own system (HP Pavilion dv6-1110ax) and my cousin's
4934 * HP Pavilion dv9500t CTO.
4935 * Need more information on whether it is true across the entire series.
4936 * -- kunal
Vitaliy Kulikovc357aab2009-12-11 07:51:54 +01004937 */
Vitaliy Kulikov6a557c92011-12-12 17:35:13 -06004938static int find_mute_led_cfg(struct hda_codec *codec, int default_polarity)
Vitaliy Kulikovc357aab2009-12-11 07:51:54 +01004939{
4940 struct sigmatel_spec *spec = codec->spec;
4941 const struct dmi_device *dev = NULL;
4942
Takashi Iwai75609312012-05-14 16:52:00 +02004943 if (get_int_hint(codec, "gpio_led", &spec->gpio_led)) {
4944 get_int_hint(codec, "gpio_led_polarity",
4945 &spec->gpio_led_polarity);
4946 return 1;
4947 }
Vitaliy Kulikovc357aab2009-12-11 07:51:54 +01004948 if ((codec->subsystem_id >> 16) == PCI_VENDOR_ID_HP) {
4949 while ((dev = dmi_find_device(DMI_DEV_TYPE_OEM_STRING,
4950 NULL, dev))) {
Vitaliy Kulikov45eebda2011-07-26 16:56:20 -05004951 if (sscanf(dev->name, "HP_Mute_LED_%d_%x",
Kunal Gangakhedkard38cce72010-01-15 21:01:47 +05304952 &spec->gpio_led_polarity,
4953 &spec->gpio_led) == 2) {
Takashi Iwaif1a73742011-12-04 13:44:06 +01004954 unsigned int max_gpio;
4955 max_gpio = snd_hda_param_read(codec, codec->afg,
4956 AC_PAR_GPIO_CAP);
4957 max_gpio &= AC_GPIO_IO_COUNT;
4958 if (spec->gpio_led < max_gpio)
Vitaliy Kulikov45eebda2011-07-26 16:56:20 -05004959 spec->gpio_led = 1 << spec->gpio_led;
Takashi Iwaif1a73742011-12-04 13:44:06 +01004960 else
4961 spec->vref_mute_led_nid = spec->gpio_led;
Vitaliy Kulikovc357aab2009-12-11 07:51:54 +01004962 return 1;
4963 }
4964 if (sscanf(dev->name, "HP_Mute_LED_%d",
Kunal Gangakhedkard38cce72010-01-15 21:01:47 +05304965 &spec->gpio_led_polarity) == 1) {
4966 set_hp_led_gpio(codec);
4967 return 1;
Vitaliy Kulikovc357aab2009-12-11 07:51:54 +01004968 }
Gustavo Maciel Dias Vieirae2ef36c2011-12-13 11:47:22 -02004969 /* BIOS bug: unfilled OEM string */
4970 if (strstr(dev->name, "HP_Mute_LED_P_G")) {
4971 set_hp_led_gpio(codec);
Gustavo Maciel Dias Vieiraa6a600d2012-01-24 13:27:56 -02004972 switch (codec->subsystem_id) {
4973 case 0x103c148a:
4974 spec->gpio_led_polarity = 0;
4975 break;
4976 default:
4977 spec->gpio_led_polarity = 1;
4978 break;
4979 }
Gustavo Maciel Dias Vieirae2ef36c2011-12-13 11:47:22 -02004980 return 1;
4981 }
Vitaliy Kulikovc357aab2009-12-11 07:51:54 +01004982 }
Kunal Gangakhedkard38cce72010-01-15 21:01:47 +05304983
4984 /*
4985 * Fallback case - if we don't find the DMI strings,
Vitaliy Kulikov6a557c92011-12-12 17:35:13 -06004986 * we statically set the GPIO - if not a B-series system
4987 * and default polarity is provided
Kunal Gangakhedkard38cce72010-01-15 21:01:47 +05304988 */
Vitaliy Kulikov6a557c92011-12-12 17:35:13 -06004989 if (!hp_blike_system(codec->subsystem_id) &&
4990 (default_polarity == 0 || default_polarity == 1)) {
Kunal Gangakhedkard38cce72010-01-15 21:01:47 +05304991 set_hp_led_gpio(codec);
Takashi Iwaidce17d42010-02-09 09:25:26 +01004992 spec->gpio_led_polarity = default_polarity;
Kunal Gangakhedkard38cce72010-01-15 21:01:47 +05304993 return 1;
4994 }
Vitaliy Kulikovc357aab2009-12-11 07:51:54 +01004995 }
4996 return 0;
4997}
4998
4999static int hp_blike_system(u32 subsystem_id)
Randy Dunlap78987bd2009-11-05 09:22:30 -08005000{
5001 switch (subsystem_id) {
Vitaliy Kulikovc357aab2009-12-11 07:51:54 +01005002 case 0x103c1520:
5003 case 0x103c1521:
5004 case 0x103c1523:
5005 case 0x103c1524:
5006 case 0x103c1525:
Randy Dunlap78987bd2009-11-05 09:22:30 -08005007 case 0x103c1722:
5008 case 0x103c1723:
5009 case 0x103c1724:
5010 case 0x103c1725:
5011 case 0x103c1726:
5012 case 0x103c1727:
5013 case 0x103c1728:
5014 case 0x103c1729:
Vitaliy Kulikovc357aab2009-12-11 07:51:54 +01005015 case 0x103c172a:
5016 case 0x103c172b:
5017 case 0x103c307e:
5018 case 0x103c307f:
5019 case 0x103c3080:
5020 case 0x103c3081:
5021 case 0x103c7007:
5022 case 0x103c7008:
Randy Dunlap78987bd2009-11-05 09:22:30 -08005023 return 1;
5024 }
5025 return 0;
5026}
5027
Takashi Iwai2d34e1b2008-11-28 14:35:16 +01005028#ifdef CONFIG_PROC_FS
5029static void stac92hd_proc_hook(struct snd_info_buffer *buffer,
5030 struct hda_codec *codec, hda_nid_t nid)
5031{
5032 if (nid == codec->afg)
5033 snd_iprintf(buffer, "Power-Map: 0x%02x\n",
Takashi Iwaic8822462012-05-15 09:11:36 +02005034 snd_hda_codec_read(codec, nid, 0,
5035 AC_VERB_IDT_GET_POWER_MAP, 0));
Takashi Iwai2d34e1b2008-11-28 14:35:16 +01005036}
5037
5038static void analog_loop_proc_hook(struct snd_info_buffer *buffer,
5039 struct hda_codec *codec,
5040 unsigned int verb)
5041{
5042 snd_iprintf(buffer, "Analog Loopback: 0x%02x\n",
5043 snd_hda_codec_read(codec, codec->afg, 0, verb, 0));
5044}
5045
5046/* stac92hd71bxx, stac92hd73xx */
5047static void stac92hd7x_proc_hook(struct snd_info_buffer *buffer,
5048 struct hda_codec *codec, hda_nid_t nid)
5049{
5050 stac92hd_proc_hook(buffer, codec, nid);
5051 if (nid == codec->afg)
5052 analog_loop_proc_hook(buffer, codec, 0xfa0);
5053}
5054
5055static void stac9205_proc_hook(struct snd_info_buffer *buffer,
5056 struct hda_codec *codec, hda_nid_t nid)
5057{
5058 if (nid == codec->afg)
5059 analog_loop_proc_hook(buffer, codec, 0xfe0);
5060}
5061
5062static void stac927x_proc_hook(struct snd_info_buffer *buffer,
5063 struct hda_codec *codec, hda_nid_t nid)
5064{
5065 if (nid == codec->afg)
5066 analog_loop_proc_hook(buffer, codec, 0xfeb);
5067}
5068#else
5069#define stac92hd_proc_hook NULL
5070#define stac92hd7x_proc_hook NULL
5071#define stac9205_proc_hook NULL
5072#define stac927x_proc_hook NULL
5073#endif
5074
Takashi Iwai2a439522011-07-26 09:52:50 +02005075#ifdef CONFIG_PM
Mattff6fdc32005-06-27 15:06:52 +02005076static int stac92xx_resume(struct hda_codec *codec)
5077{
Takashi Iwai2c885872008-11-18 09:36:55 +01005078 stac92xx_init(codec);
Takashi Iwai82beb8f2007-08-10 17:09:26 +02005079 snd_hda_codec_resume_amp(codec);
5080 snd_hda_codec_resume_cache(codec);
Takashi Iwai2c885872008-11-18 09:36:55 +01005081 /* fake event to set up pins again to override cached values */
Takashi Iwaif2cbba72012-01-11 12:34:11 +01005082 stac_fake_hp_events(codec);
Mattff6fdc32005-06-27 15:06:52 +02005083 return 0;
5084}
Matthew Ranostayc6798d22008-11-18 20:54:17 -05005085
Takashi Iwai68cb2b52012-07-02 15:20:37 +02005086static int stac92xx_suspend(struct hda_codec *codec)
Vitaliy Kulikov45eebda2011-07-26 16:56:20 -05005087{
5088 stac92xx_shutup(codec);
5089 return 0;
5090}
5091
Vitaliy Kulikov45eebda2011-07-26 16:56:20 -05005092static void stac92xx_set_power_state(struct hda_codec *codec, hda_nid_t fg,
5093 unsigned int power_state)
5094{
5095 unsigned int afg_power_state = power_state;
5096 struct sigmatel_spec *spec = codec->spec;
5097
5098 if (power_state == AC_PWRST_D3) {
Takashi Iwaif1a73742011-12-04 13:44:06 +01005099 if (spec->vref_mute_led_nid) {
Vitaliy Kulikov45eebda2011-07-26 16:56:20 -05005100 /* with vref-out pin used for mute led control
5101 * codec AFG is prevented from D3 state
5102 */
5103 afg_power_state = AC_PWRST_D1;
5104 }
5105 /* this delay seems necessary to avoid click noise at power-down */
5106 msleep(100);
5107 }
5108 snd_hda_codec_read(codec, fg, 0, AC_VERB_SET_POWER_STATE,
5109 afg_power_state);
5110 snd_hda_codec_set_power_to_all(codec, fg, power_state, true);
5111}
Takashi Iwai350eba432012-03-16 16:09:03 +01005112#else
5113#define stac92xx_suspend NULL
5114#define stac92xx_resume NULL
Takashi Iwai350eba432012-03-16 16:09:03 +01005115#define stac92xx_set_power_state NULL
Takashi Iwai2faa3bf2012-03-12 12:30:22 +01005116#endif /* CONFIG_PM */
Vitaliy Kulikov45eebda2011-07-26 16:56:20 -05005117
Takashi Iwai2faa3bf2012-03-12 12:30:22 +01005118/* update mute-LED accoring to the master switch */
5119static void stac92xx_update_led_status(struct hda_codec *codec, int enabled)
Christoph Plattnerae6241f2009-03-08 23:19:05 +01005120{
5121 struct sigmatel_spec *spec = codec->spec;
Takashi Iwai2faa3bf2012-03-12 12:30:22 +01005122 int muted = !enabled;
Takashi Iwai6fce61a2009-03-10 07:48:57 +01005123
Vitaliy Kulikov45eebda2011-07-26 16:56:20 -05005124 if (!spec->gpio_led)
Takashi Iwai2faa3bf2012-03-12 12:30:22 +01005125 return;
Vitaliy Kulikov45eebda2011-07-26 16:56:20 -05005126
Takashi Iwai2faa3bf2012-03-12 12:30:22 +01005127 /* LED state is inverted on these systems */
5128 if (spec->gpio_led_polarity)
5129 muted = !muted;
5130
Takashi Iwaif1a73742011-12-04 13:44:06 +01005131 if (!spec->vref_mute_led_nid) {
Vitaliy Kulikov45eebda2011-07-26 16:56:20 -05005132 if (muted)
Takashi Iwai3e843192012-04-19 12:04:03 +02005133 spec->gpio_data |= spec->gpio_led;
Vitaliy Kulikov45eebda2011-07-26 16:56:20 -05005134 else
Takashi Iwai3e843192012-04-19 12:04:03 +02005135 spec->gpio_data &= ~spec->gpio_led;
Vitaliy Kulikov45eebda2011-07-26 16:56:20 -05005136 stac_gpio_set(codec, spec->gpio_mask,
5137 spec->gpio_dir, spec->gpio_data);
5138 } else {
Takashi Iwai2faa3bf2012-03-12 12:30:22 +01005139 spec->vref_led = muted ? AC_PINCTL_VREF_50 : AC_PINCTL_VREF_GRD;
Takashi Iwaif1a73742011-12-04 13:44:06 +01005140 stac_vrefout_set(codec, spec->vref_mute_led_nid,
5141 spec->vref_led);
Christoph Plattnerae6241f2009-03-08 23:19:05 +01005142 }
Takashi Iwaib4e81872009-11-18 17:20:24 +01005143}
Vitaliy Kulikov7df1ce12011-07-25 17:52:57 -05005144
Takashi Iwai2b635362011-05-02 12:33:43 +02005145static const struct hda_codec_ops stac92xx_patch_ops = {
Matt2f2f4252005-04-13 14:45:30 +02005146 .build_controls = stac92xx_build_controls,
5147 .build_pcms = stac92xx_build_pcms,
5148 .init = stac92xx_init,
5149 .free = stac92xx_free,
David Henningsson29adc4b2012-09-25 11:31:00 +02005150 .unsol_event = snd_hda_jack_unsol_event,
Takashi Iwai2a439522011-07-26 09:52:50 +02005151#ifdef CONFIG_PM
Matthew Ranostayc6798d22008-11-18 20:54:17 -05005152 .suspend = stac92xx_suspend,
Mattff6fdc32005-06-27 15:06:52 +02005153 .resume = stac92xx_resume,
5154#endif
Takashi Iwaifb8d1a32009-11-10 16:02:29 +01005155 .reboot_notify = stac92xx_shutup,
Matt2f2f4252005-04-13 14:45:30 +02005156};
5157
5158static int patch_stac9200(struct hda_codec *codec)
5159{
5160 struct sigmatel_spec *spec;
Mattc7d4b2f2005-06-27 14:59:41 +02005161 int err;
Matt2f2f4252005-04-13 14:45:30 +02005162
Takashi Iwaie560d8d2005-09-09 14:21:46 +02005163 spec = kzalloc(sizeof(*spec), GFP_KERNEL);
Matt2f2f4252005-04-13 14:45:30 +02005164 if (spec == NULL)
5165 return -ENOMEM;
5166
Takashi Iwaia252c812009-12-25 22:56:20 +01005167 codec->no_trigger_sense = 1;
Matt2f2f4252005-04-13 14:45:30 +02005168 codec->spec = spec;
Daniel J Blueman1b0e3722010-08-03 11:09:13 +01005169 spec->linear_tone_beep = 1;
Takashi Iwaia4eed132007-07-06 18:17:04 +02005170 spec->num_pins = ARRAY_SIZE(stac9200_pin_nids);
Richard Fish11b44bb2006-08-23 18:31:34 +02005171 spec->pin_nids = stac9200_pin_nids;
Takashi Iwaif5fcc132006-11-24 17:07:44 +01005172 spec->board_config = snd_hda_check_board_config(codec, STAC_9200_MODELS,
5173 stac9200_models,
5174 stac9200_cfg_tbl);
Takashi Iwai330ee992009-02-20 14:33:36 +01005175 if (spec->board_config < 0)
Takashi Iwai9a11f1a2009-07-28 16:01:20 +02005176 snd_printdd(KERN_INFO "hda_codec: %s: BIOS auto-probing.\n",
5177 codec->chip_name);
Takashi Iwai330ee992009-02-20 14:33:36 +01005178 else
5179 stac92xx_set_config_regs(codec,
Takashi Iwaiaf9f3412008-11-18 10:38:56 +01005180 stac9200_brd_tbl[spec->board_config]);
Matt2f2f4252005-04-13 14:45:30 +02005181
5182 spec->multiout.max_channels = 2;
5183 spec->multiout.num_dacs = 1;
5184 spec->multiout.dac_nids = stac9200_dac_nids;
5185 spec->adc_nids = stac9200_adc_nids;
5186 spec->mux_nids = stac9200_mux_nids;
Mattdabbed62005-06-14 10:19:34 +02005187 spec->num_muxes = 1;
Matt Porter8b657272006-10-26 17:12:59 +02005188 spec->num_dmics = 0;
Maxim Levitsky9e05b7a2007-09-03 15:31:02 +02005189 spec->num_adcs = 1;
Matthew Ranostaya64135a2008-01-10 16:55:06 +01005190 spec->num_pwrs = 0;
Mattc7d4b2f2005-06-27 14:59:41 +02005191
Mauro Carvalho Chehab58eec422008-08-11 10:18:39 +02005192 if (spec->board_config == STAC_9200_M4 ||
5193 spec->board_config == STAC_9200_M4_2 ||
Tobin Davisbf277782008-02-03 20:31:47 +01005194 spec->board_config == STAC_9200_OQO)
Takashi Iwai1194b5b2007-10-10 10:04:26 +02005195 spec->init = stac9200_eapd_init;
5196 else
5197 spec->init = stac9200_core_init;
Matt2f2f4252005-04-13 14:45:30 +02005198 spec->mixer = stac9200_mixer;
Mattc7d4b2f2005-06-27 14:59:41 +02005199
Takashi Iwai117f2572008-03-18 09:53:23 +01005200 if (spec->board_config == STAC_9200_PANASONIC) {
5201 spec->gpio_mask = spec->gpio_dir = 0x09;
5202 spec->gpio_data = 0x00;
5203 }
5204
Mattc7d4b2f2005-06-27 14:59:41 +02005205 err = stac9200_parse_auto_config(codec);
5206 if (err < 0) {
5207 stac92xx_free(codec);
5208 return err;
5209 }
Matt2f2f4252005-04-13 14:45:30 +02005210
Takashi Iwai2acc9dc2009-01-09 16:57:14 +01005211 /* CF-74 has no headphone detection, and the driver should *NOT*
5212 * do detection and HP/speaker toggle because the hardware does it.
5213 */
5214 if (spec->board_config == STAC_9200_PANASONIC)
5215 spec->hp_detect = 0;
5216
Matt2f2f4252005-04-13 14:45:30 +02005217 codec->patch_ops = stac92xx_patch_ops;
5218
5219 return 0;
5220}
5221
Tobin Davis8e21c342007-01-08 11:04:17 +01005222static int patch_stac925x(struct hda_codec *codec)
5223{
5224 struct sigmatel_spec *spec;
5225 int err;
5226
5227 spec = kzalloc(sizeof(*spec), GFP_KERNEL);
5228 if (spec == NULL)
5229 return -ENOMEM;
5230
Takashi Iwaia252c812009-12-25 22:56:20 +01005231 codec->no_trigger_sense = 1;
Tobin Davis8e21c342007-01-08 11:04:17 +01005232 codec->spec = spec;
Daniel J Blueman1b0e3722010-08-03 11:09:13 +01005233 spec->linear_tone_beep = 1;
Takashi Iwaia4eed132007-07-06 18:17:04 +02005234 spec->num_pins = ARRAY_SIZE(stac925x_pin_nids);
Tobin Davis8e21c342007-01-08 11:04:17 +01005235 spec->pin_nids = stac925x_pin_nids;
Mauro Carvalho Chehab9cb36c22008-08-11 10:18:39 +02005236
5237 /* Check first for codec ID */
5238 spec->board_config = snd_hda_check_board_codec_sid_config(codec,
5239 STAC_925x_MODELS,
5240 stac925x_models,
5241 stac925x_codec_id_cfg_tbl);
5242
5243 /* Now checks for PCI ID, if codec ID is not found */
5244 if (spec->board_config < 0)
5245 spec->board_config = snd_hda_check_board_config(codec,
5246 STAC_925x_MODELS,
Tobin Davis8e21c342007-01-08 11:04:17 +01005247 stac925x_models,
5248 stac925x_cfg_tbl);
Takashi Iwai9e507ab2007-02-08 17:50:10 +01005249 again:
Takashi Iwai330ee992009-02-20 14:33:36 +01005250 if (spec->board_config < 0)
Takashi Iwai9a11f1a2009-07-28 16:01:20 +02005251 snd_printdd(KERN_INFO "hda_codec: %s: BIOS auto-probing.\n",
5252 codec->chip_name);
Takashi Iwai330ee992009-02-20 14:33:36 +01005253 else
5254 stac92xx_set_config_regs(codec,
Takashi Iwaiaf9f3412008-11-18 10:38:56 +01005255 stac925x_brd_tbl[spec->board_config]);
Tobin Davis8e21c342007-01-08 11:04:17 +01005256
5257 spec->multiout.max_channels = 2;
5258 spec->multiout.num_dacs = 1;
5259 spec->multiout.dac_nids = stac925x_dac_nids;
5260 spec->adc_nids = stac925x_adc_nids;
5261 spec->mux_nids = stac925x_mux_nids;
5262 spec->num_muxes = 1;
Maxim Levitsky9e05b7a2007-09-03 15:31:02 +02005263 spec->num_adcs = 1;
Matthew Ranostaya64135a2008-01-10 16:55:06 +01005264 spec->num_pwrs = 0;
Tobin Davis2c11f952007-05-17 09:36:34 +02005265 switch (codec->vendor_id) {
5266 case 0x83847632: /* STAC9202 */
5267 case 0x83847633: /* STAC9202D */
5268 case 0x83847636: /* STAC9251 */
5269 case 0x83847637: /* STAC9251D */
Takashi Iwaif6e98522007-10-16 14:27:04 +02005270 spec->num_dmics = STAC925X_NUM_DMICS;
Tobin Davis2c11f952007-05-17 09:36:34 +02005271 spec->dmic_nids = stac925x_dmic_nids;
Takashi Iwai1697055e2007-12-18 18:05:52 +01005272 spec->num_dmuxes = ARRAY_SIZE(stac925x_dmux_nids);
5273 spec->dmux_nids = stac925x_dmux_nids;
Tobin Davis2c11f952007-05-17 09:36:34 +02005274 break;
5275 default:
5276 spec->num_dmics = 0;
5277 break;
5278 }
Tobin Davis8e21c342007-01-08 11:04:17 +01005279
5280 spec->init = stac925x_core_init;
5281 spec->mixer = stac925x_mixer;
Takashi Iwai6479c632009-07-28 18:20:25 +02005282 spec->num_caps = 1;
5283 spec->capvols = stac925x_capvols;
5284 spec->capsws = stac925x_capsws;
Tobin Davis8e21c342007-01-08 11:04:17 +01005285
Charles Chin9009b0e2011-11-03 10:27:27 +01005286 err = stac92xx_parse_auto_config(codec);
Takashi Iwai9e507ab2007-02-08 17:50:10 +01005287 if (!err) {
5288 if (spec->board_config < 0) {
5289 printk(KERN_WARNING "hda_codec: No auto-config is "
5290 "available, default to model=ref\n");
5291 spec->board_config = STAC_925x_REF;
5292 goto again;
5293 }
5294 err = -EINVAL;
5295 }
Tobin Davis8e21c342007-01-08 11:04:17 +01005296 if (err < 0) {
5297 stac92xx_free(codec);
5298 return err;
5299 }
5300
5301 codec->patch_ops = stac92xx_patch_ops;
5302
5303 return 0;
5304}
5305
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01005306static int patch_stac92hd73xx(struct hda_codec *codec)
5307{
5308 struct sigmatel_spec *spec;
5309 hda_nid_t conn[STAC92HD73_DAC_COUNT + 2];
5310 int err = 0;
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01005311 int num_dacs;
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01005312
5313 spec = kzalloc(sizeof(*spec), GFP_KERNEL);
5314 if (spec == NULL)
5315 return -ENOMEM;
5316
Takashi Iwaia252c812009-12-25 22:56:20 +01005317 codec->no_trigger_sense = 1;
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01005318 codec->spec = spec;
Daniel J Blueman1b0e3722010-08-03 11:09:13 +01005319 spec->linear_tone_beep = 0;
Matthew Ranostaye99d32b2008-09-09 10:46:38 +02005320 codec->slave_dig_outs = stac92hd73xx_slave_dig_outs;
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01005321 spec->num_pins = ARRAY_SIZE(stac92hd73xx_pin_nids);
5322 spec->pin_nids = stac92hd73xx_pin_nids;
5323 spec->board_config = snd_hda_check_board_config(codec,
5324 STAC_92HD73XX_MODELS,
5325 stac92hd73xx_models,
5326 stac92hd73xx_cfg_tbl);
Takashi Iwai842ae632009-09-02 07:43:08 +02005327 /* check codec subsystem id if not found */
5328 if (spec->board_config < 0)
5329 spec->board_config =
5330 snd_hda_check_board_codec_sid_config(codec,
5331 STAC_92HD73XX_MODELS, stac92hd73xx_models,
5332 stac92hd73xx_codec_id_cfg_tbl);
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01005333again:
Takashi Iwai330ee992009-02-20 14:33:36 +01005334 if (spec->board_config < 0)
Takashi Iwai9a11f1a2009-07-28 16:01:20 +02005335 snd_printdd(KERN_INFO "hda_codec: %s: BIOS auto-probing.\n",
5336 codec->chip_name);
Takashi Iwai330ee992009-02-20 14:33:36 +01005337 else
5338 stac92xx_set_config_regs(codec,
Takashi Iwaiaf9f3412008-11-18 10:38:56 +01005339 stac92hd73xx_brd_tbl[spec->board_config]);
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01005340
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01005341 num_dacs = snd_hda_get_connections(codec, 0x0a,
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01005342 conn, STAC92HD73_DAC_COUNT + 2) - 1;
5343
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01005344 if (num_dacs < 3 || num_dacs > 5) {
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01005345 printk(KERN_WARNING "hda_codec: Could not determine "
5346 "number of channels defaulting to DAC count\n");
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01005347 num_dacs = STAC92HD73_DAC_COUNT;
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01005348 }
Takashi Iwaie2aec172009-09-02 01:00:05 +02005349 spec->init = stac92hd73xx_core_init;
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01005350 switch (num_dacs) {
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01005351 case 0x3: /* 6 Channel */
Takashi Iwaid78d7a92009-03-02 14:26:25 +01005352 spec->aloopback_ctl = stac92hd73xx_6ch_loopback;
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01005353 break;
5354 case 0x4: /* 8 Channel */
Takashi Iwaid78d7a92009-03-02 14:26:25 +01005355 spec->aloopback_ctl = stac92hd73xx_8ch_loopback;
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01005356 break;
5357 case 0x5: /* 10 Channel */
Takashi Iwaid78d7a92009-03-02 14:26:25 +01005358 spec->aloopback_ctl = stac92hd73xx_10ch_loopback;
5359 break;
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01005360 }
5361 spec->multiout.dac_nids = spec->dac_nids;
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01005362
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01005363 spec->aloopback_mask = 0x01;
5364 spec->aloopback_shift = 8;
5365
Matthew Ranostay1cd22242008-07-18 18:20:52 +02005366 spec->digbeep_nid = 0x1c;
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01005367 spec->mux_nids = stac92hd73xx_mux_nids;
5368 spec->adc_nids = stac92hd73xx_adc_nids;
5369 spec->dmic_nids = stac92hd73xx_dmic_nids;
5370 spec->dmux_nids = stac92hd73xx_dmux_nids;
Matthew Ranostayd9737752008-09-07 12:03:41 +02005371 spec->smux_nids = stac92hd73xx_smux_nids;
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01005372
5373 spec->num_muxes = ARRAY_SIZE(stac92hd73xx_mux_nids);
5374 spec->num_adcs = ARRAY_SIZE(stac92hd73xx_adc_nids);
Takashi Iwai1697055e2007-12-18 18:05:52 +01005375 spec->num_dmuxes = ARRAY_SIZE(stac92hd73xx_dmux_nids);
Matthew Ranostay2a9c7812008-09-13 16:45:39 -04005376
Takashi Iwai6479c632009-07-28 18:20:25 +02005377 spec->num_caps = STAC92HD73XX_NUM_CAPS;
5378 spec->capvols = stac92hd73xx_capvols;
5379 spec->capsws = stac92hd73xx_capsws;
5380
Matthew Ranostaya7662642008-02-21 07:51:14 +01005381 switch (spec->board_config) {
Matthew Ranostay6b3ab212008-11-03 08:12:43 -05005382 case STAC_DELL_EQ:
Matthew Ranostayd654a662008-03-14 08:46:51 +01005383 spec->init = dell_eq_core_init;
Matthew Ranostay6b3ab212008-11-03 08:12:43 -05005384 /* fallthru */
Takashi Iwai661cd8f2008-11-25 15:18:29 +01005385 case STAC_DELL_M6_AMIC:
5386 case STAC_DELL_M6_DMIC:
5387 case STAC_DELL_M6_BOTH:
Matthew Ranostay2a9c7812008-09-13 16:45:39 -04005388 spec->num_smuxes = 0;
Matthew Ranostayc0cea0d2008-11-16 11:42:34 -05005389 spec->eapd_switch = 0;
Matthew Ranostay6b3ab212008-11-03 08:12:43 -05005390
Takashi Iwai661cd8f2008-11-25 15:18:29 +01005391 switch (spec->board_config) {
5392 case STAC_DELL_M6_AMIC: /* Analog Mics */
Takashi Iwai330ee992009-02-20 14:33:36 +01005393 snd_hda_codec_set_pincfg(codec, 0x0b, 0x90A70170);
Matthew Ranostaya7662642008-02-21 07:51:14 +01005394 spec->num_dmics = 0;
5395 break;
Takashi Iwai661cd8f2008-11-25 15:18:29 +01005396 case STAC_DELL_M6_DMIC: /* Digital Mics */
Takashi Iwai330ee992009-02-20 14:33:36 +01005397 snd_hda_codec_set_pincfg(codec, 0x13, 0x90A60160);
Matthew Ranostaya7662642008-02-21 07:51:14 +01005398 spec->num_dmics = 1;
5399 break;
Takashi Iwai661cd8f2008-11-25 15:18:29 +01005400 case STAC_DELL_M6_BOTH: /* Both */
Takashi Iwai330ee992009-02-20 14:33:36 +01005401 snd_hda_codec_set_pincfg(codec, 0x0b, 0x90A70170);
5402 snd_hda_codec_set_pincfg(codec, 0x13, 0x90A60160);
Matthew Ranostaya7662642008-02-21 07:51:14 +01005403 spec->num_dmics = 1;
5404 break;
5405 }
5406 break;
Takashi Iwai842ae632009-09-02 07:43:08 +02005407 case STAC_ALIENWARE_M17X:
5408 spec->num_dmics = STAC92HD73XX_NUM_DMICS;
5409 spec->num_smuxes = ARRAY_SIZE(stac92hd73xx_smux_nids);
5410 spec->eapd_switch = 0;
5411 break;
Matthew Ranostaya7662642008-02-21 07:51:14 +01005412 default:
5413 spec->num_dmics = STAC92HD73XX_NUM_DMICS;
Matthew Ranostay2a9c7812008-09-13 16:45:39 -04005414 spec->num_smuxes = ARRAY_SIZE(stac92hd73xx_smux_nids);
Matthew Ranostayc0cea0d2008-11-16 11:42:34 -05005415 spec->eapd_switch = 1;
Takashi Iwai5207e102009-07-30 13:09:08 +02005416 break;
Matthew Ranostaya7662642008-02-21 07:51:14 +01005417 }
Takashi Iwaiaf6ee302009-09-14 15:03:12 +02005418 if (spec->board_config != STAC_92HD73XX_REF) {
Matthew Ranostayb2c4f4d2008-09-26 10:06:40 -04005419 /* GPIO0 High = Enable EAPD */
5420 spec->eapd_mask = spec->gpio_mask = spec->gpio_dir = 0x1;
5421 spec->gpio_data = 0x01;
5422 }
Matthew Ranostaya7662642008-02-21 07:51:14 +01005423
Matthew Ranostaya64135a2008-01-10 16:55:06 +01005424 spec->num_pwrs = ARRAY_SIZE(stac92hd73xx_pwr_nids);
5425 spec->pwr_nids = stac92hd73xx_pwr_nids;
5426
Charles Chin9009b0e2011-11-03 10:27:27 +01005427 err = stac92xx_parse_auto_config(codec);
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01005428
5429 if (!err) {
5430 if (spec->board_config < 0) {
5431 printk(KERN_WARNING "hda_codec: No auto-config is "
5432 "available, default to model=ref\n");
5433 spec->board_config = STAC_92HD73XX_REF;
5434 goto again;
5435 }
5436 err = -EINVAL;
5437 }
5438
5439 if (err < 0) {
5440 stac92xx_free(codec);
5441 return err;
5442 }
5443
Takashi Iwai9e43f0d2008-12-17 14:51:01 +01005444 if (spec->board_config == STAC_92HD73XX_NO_JD)
5445 spec->hp_detect = 0;
5446
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01005447 codec->patch_ops = stac92xx_patch_ops;
5448
Takashi Iwai2d34e1b2008-11-28 14:35:16 +01005449 codec->proc_widget_hook = stac92hd7x_proc_hook;
5450
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01005451 return 0;
5452}
5453
Vitaliy Kulikovcbbf50b2011-01-14 17:21:13 -06005454static int hp_bnb2011_with_dock(struct hda_codec *codec)
Vitaliy Kulikov335e3b82010-10-22 18:38:31 -05005455{
5456 if (codec->vendor_id != 0x111d7605 &&
5457 codec->vendor_id != 0x111d76d1)
5458 return 0;
5459
5460 switch (codec->subsystem_id) {
5461 case 0x103c1618:
5462 case 0x103c1619:
5463 case 0x103c161a:
5464 case 0x103c161b:
5465 case 0x103c161c:
5466 case 0x103c161d:
5467 case 0x103c161e:
5468 case 0x103c161f:
Vitaliy Kulikov335e3b82010-10-22 18:38:31 -05005469
5470 case 0x103c162a:
5471 case 0x103c162b:
5472
5473 case 0x103c1630:
5474 case 0x103c1631:
5475
5476 case 0x103c1633:
Vitaliy Kulikovcbbf50b2011-01-14 17:21:13 -06005477 case 0x103c1634:
Vitaliy Kulikov335e3b82010-10-22 18:38:31 -05005478 case 0x103c1635:
5479
Vitaliy Kulikov335e3b82010-10-22 18:38:31 -05005480 case 0x103c3587:
5481 case 0x103c3588:
5482 case 0x103c3589:
5483 case 0x103c358a:
5484
5485 case 0x103c3667:
5486 case 0x103c3668:
Vitaliy Kulikovcbbf50b2011-01-14 17:21:13 -06005487 case 0x103c3669:
5488
5489 return 1;
Vitaliy Kulikov335e3b82010-10-22 18:38:31 -05005490 }
5491 return 0;
5492}
5493
Vitaliy Kulikov699d8992011-03-10 13:43:35 -06005494static void stac92hd8x_add_pin(struct hda_codec *codec, hda_nid_t nid)
5495{
5496 struct sigmatel_spec *spec = codec->spec;
5497 unsigned int def_conf = snd_hda_codec_get_pincfg(codec, nid);
5498 int i;
5499
5500 spec->auto_pin_nids[spec->auto_pin_cnt] = nid;
5501 spec->auto_pin_cnt++;
5502
5503 if (get_defcfg_device(def_conf) == AC_JACK_MIC_IN &&
5504 get_defcfg_connect(def_conf) != AC_JACK_PORT_NONE) {
5505 for (i = 0; i < ARRAY_SIZE(stac92hd83xxx_dmic_nids); i++) {
5506 if (nid == stac92hd83xxx_dmic_nids[i]) {
5507 spec->auto_dmic_nids[spec->auto_dmic_cnt] = nid;
5508 spec->auto_dmic_cnt++;
5509 }
5510 }
5511 }
5512}
5513
5514static void stac92hd8x_add_adc(struct hda_codec *codec, hda_nid_t nid)
5515{
5516 struct sigmatel_spec *spec = codec->spec;
5517
5518 spec->auto_adc_nids[spec->auto_adc_cnt] = nid;
5519 spec->auto_adc_cnt++;
5520}
5521
5522static void stac92hd8x_add_mux(struct hda_codec *codec, hda_nid_t nid)
5523{
5524 int i, j;
5525 struct sigmatel_spec *spec = codec->spec;
5526
5527 for (i = 0; i < spec->auto_adc_cnt; i++) {
5528 if (get_connection_index(codec,
5529 spec->auto_adc_nids[i], nid) >= 0) {
5530 /* mux and volume for adc_nids[i] */
5531 if (!spec->auto_mux_nids[i]) {
5532 spec->auto_mux_nids[i] = nid;
5533 /* 92hd codecs capture volume is in mux */
5534 spec->auto_capvols[i] = HDA_COMPOSE_AMP_VAL(nid,
5535 3, 0, HDA_OUTPUT);
5536 }
5537 for (j = 0; j < spec->auto_dmic_cnt; j++) {
5538 if (get_connection_index(codec, nid,
5539 spec->auto_dmic_nids[j]) >= 0) {
5540 /* dmux for adc_nids[i] */
5541 if (!spec->auto_dmux_nids[i])
5542 spec->auto_dmux_nids[i] = nid;
5543 break;
5544 }
5545 }
5546 break;
5547 }
5548 }
5549}
5550
5551static void stac92hd8x_fill_auto_spec(struct hda_codec *codec)
5552{
5553 hda_nid_t nid, end_nid;
5554 unsigned int wid_caps, wid_type;
5555 struct sigmatel_spec *spec = codec->spec;
5556
5557 end_nid = codec->start_nid + codec->num_nodes;
5558
5559 for (nid = codec->start_nid; nid < end_nid; nid++) {
5560 wid_caps = get_wcaps(codec, nid);
5561 wid_type = get_wcaps_type(wid_caps);
5562
5563 if (wid_type == AC_WID_PIN)
5564 stac92hd8x_add_pin(codec, nid);
5565
5566 if (wid_type == AC_WID_AUD_IN && !(wid_caps & AC_WCAP_DIGITAL))
5567 stac92hd8x_add_adc(codec, nid);
5568 }
5569
5570 for (nid = codec->start_nid; nid < end_nid; nid++) {
5571 wid_caps = get_wcaps(codec, nid);
5572 wid_type = get_wcaps_type(wid_caps);
5573
5574 if (wid_type == AC_WID_AUD_SEL)
5575 stac92hd8x_add_mux(codec, nid);
5576 }
5577
5578 spec->pin_nids = spec->auto_pin_nids;
5579 spec->num_pins = spec->auto_pin_cnt;
5580 spec->adc_nids = spec->auto_adc_nids;
5581 spec->num_adcs = spec->auto_adc_cnt;
5582 spec->capvols = spec->auto_capvols;
5583 spec->capsws = spec->auto_capvols;
5584 spec->num_caps = spec->auto_adc_cnt;
5585 spec->mux_nids = spec->auto_mux_nids;
5586 spec->num_muxes = spec->auto_adc_cnt;
5587 spec->dmux_nids = spec->auto_dmux_nids;
5588 spec->num_dmuxes = spec->auto_adc_cnt;
5589 spec->dmic_nids = spec->auto_dmic_nids;
5590 spec->num_dmics = spec->auto_dmic_cnt;
5591}
5592
Matthew Ranostayd0513fc2008-07-27 10:30:30 +02005593static int patch_stac92hd83xxx(struct hda_codec *codec)
5594{
5595 struct sigmatel_spec *spec;
Takashi Iwaia3e19972012-07-26 08:17:20 +02005596 int default_polarity = -1; /* no default cfg */
Matthew Ranostayd0513fc2008-07-27 10:30:30 +02005597 int err;
5598
5599 spec = kzalloc(sizeof(*spec), GFP_KERNEL);
5600 if (spec == NULL)
5601 return -ENOMEM;
5602
Vitaliy Kulikovcbbf50b2011-01-14 17:21:13 -06005603 if (hp_bnb2011_with_dock(codec)) {
5604 snd_hda_codec_set_pincfg(codec, 0xa, 0x2101201f);
5605 snd_hda_codec_set_pincfg(codec, 0xf, 0x2181205e);
5606 }
5607
Takashi Iwaic36b5b02012-08-28 09:20:13 -07005608 codec->epss = 0; /* longer delay needed for D3 */
Takashi Iwaia252c812009-12-25 22:56:20 +01005609 codec->no_trigger_sense = 1;
Matthew Ranostayd0513fc2008-07-27 10:30:30 +02005610 codec->spec = spec;
Vitaliy Kulikov699d8992011-03-10 13:43:35 -06005611
5612 stac92hd8x_fill_auto_spec(codec);
5613
Takashi Iwai1db7ccdb2010-12-03 15:19:14 +01005614 spec->linear_tone_beep = 0;
Matthew Ranostay0ffa9802008-09-08 11:20:05 -04005615 codec->slave_dig_outs = stac92hd83xxx_slave_dig_outs;
Matthew Ranostayd0513fc2008-07-27 10:30:30 +02005616 spec->digbeep_nid = 0x21;
Matthew Ranostayd0513fc2008-07-27 10:30:30 +02005617 spec->pwr_nids = stac92hd83xxx_pwr_nids;
Matthew Ranostayd0513fc2008-07-27 10:30:30 +02005618 spec->num_pwrs = ARRAY_SIZE(stac92hd83xxx_pwr_nids);
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01005619 spec->multiout.dac_nids = spec->dac_nids;
Matthew Ranostayd0513fc2008-07-27 10:30:30 +02005620 spec->init = stac92hd83xxx_core_init;
Takashi Iwai6479c632009-07-28 18:20:25 +02005621
Matthew Ranostayd0513fc2008-07-27 10:30:30 +02005622 spec->board_config = snd_hda_check_board_config(codec,
5623 STAC_92HD83XXX_MODELS,
5624 stac92hd83xxx_models,
5625 stac92hd83xxx_cfg_tbl);
Vitaliy Kulikov5556e142012-02-27 16:47:37 -06005626 /* check codec subsystem id if not found */
5627 if (spec->board_config < 0)
5628 spec->board_config =
5629 snd_hda_check_board_codec_sid_config(codec,
5630 STAC_92HD83XXX_MODELS, stac92hd83xxx_models,
5631 stac92hd83xxx_codec_id_cfg_tbl);
Matthew Ranostayd0513fc2008-07-27 10:30:30 +02005632again:
Takashi Iwai330ee992009-02-20 14:33:36 +01005633 if (spec->board_config < 0)
Takashi Iwai9a11f1a2009-07-28 16:01:20 +02005634 snd_printdd(KERN_INFO "hda_codec: %s: BIOS auto-probing.\n",
5635 codec->chip_name);
Takashi Iwai330ee992009-02-20 14:33:36 +01005636 else
5637 stac92xx_set_config_regs(codec,
Takashi Iwaiaf9f3412008-11-18 10:38:56 +01005638 stac92hd83xxx_brd_tbl[spec->board_config]);
Matthew Ranostayd0513fc2008-07-27 10:30:30 +02005639
Takashi Iwaib4e81872009-11-18 17:20:24 +01005640 codec->patch_ops = stac92xx_patch_ops;
5641
Vitaliy Kulikov5556e142012-02-27 16:47:37 -06005642 switch (spec->board_config) {
5643 case STAC_HP_ZEPHYR:
5644 spec->init = stac92hd83xxx_hp_zephyr_init;
5645 break;
Takashi Iwaia3e19972012-07-26 08:17:20 +02005646 case STAC_92HD83XXX_HP_LED:
Takashi Iwaiff8a1e22012-07-31 10:16:59 +02005647 default_polarity = 0;
5648 break;
5649 case STAC_92HD83XXX_HP_INV_LED:
Takashi Iwaia3e19972012-07-26 08:17:20 +02005650 default_polarity = 1;
5651 break;
Takashi Iwai62cbde12012-09-14 11:58:54 +02005652 case STAC_92HD83XXX_HP_MIC_LED:
5653 spec->mic_mute_led_gpio = 0x08; /* GPIO3 */
5654 break;
David Henningsson8d032a82012-10-09 12:48:40 +02005655 case STAC_92HD83XXX_HEADSET_JACK:
5656 spec->headset_jack = 1;
5657 break;
Vitaliy Kulikov5556e142012-02-27 16:47:37 -06005658 }
5659
Takashi Iwaia3e19972012-07-26 08:17:20 +02005660 if (find_mute_led_cfg(codec, default_polarity))
Vitaliy Kulikove108c7b2010-01-28 19:21:07 +01005661 snd_printd("mute LED gpio %d polarity %d\n",
5662 spec->gpio_led,
5663 spec->gpio_led_polarity);
5664
Takashi Iwaib4e81872009-11-18 17:20:24 +01005665 if (spec->gpio_led) {
Takashi Iwaif1a73742011-12-04 13:44:06 +01005666 if (!spec->vref_mute_led_nid) {
Vitaliy Kulikov45eebda2011-07-26 16:56:20 -05005667 spec->gpio_mask |= spec->gpio_led;
5668 spec->gpio_dir |= spec->gpio_led;
5669 spec->gpio_data |= spec->gpio_led;
5670 } else {
5671 codec->patch_ops.set_power_state =
5672 stac92xx_set_power_state;
Vitaliy Kulikov45eebda2011-07-26 16:56:20 -05005673 }
Takashi Iwaib4e81872009-11-18 17:20:24 +01005674 }
Takashi Iwaib4e81872009-11-18 17:20:24 +01005675
Takashi Iwai62cbde12012-09-14 11:58:54 +02005676 if (spec->mic_mute_led_gpio) {
5677 spec->gpio_mask |= spec->mic_mute_led_gpio;
5678 spec->gpio_dir |= spec->mic_mute_led_gpio;
5679 spec->mic_mute_led_on = true;
5680 spec->gpio_data |= spec->mic_mute_led_gpio;
5681 }
5682
Charles Chin9009b0e2011-11-03 10:27:27 +01005683 err = stac92xx_parse_auto_config(codec);
Matthew Ranostayd0513fc2008-07-27 10:30:30 +02005684 if (!err) {
5685 if (spec->board_config < 0) {
5686 printk(KERN_WARNING "hda_codec: No auto-config is "
5687 "available, default to model=ref\n");
5688 spec->board_config = STAC_92HD83XXX_REF;
5689 goto again;
5690 }
5691 err = -EINVAL;
5692 }
5693
5694 if (err < 0) {
5695 stac92xx_free(codec);
5696 return err;
5697 }
5698
Takashi Iwai2d34e1b2008-11-28 14:35:16 +01005699 codec->proc_widget_hook = stac92hd_proc_hook;
5700
Matthew Ranostayd0513fc2008-07-27 10:30:30 +02005701 return 0;
5702}
5703
Herton Ronaldo Krzesinski6df703a2009-02-04 11:34:22 -05005704static int stac92hd71bxx_connected_smuxes(struct hda_codec *codec,
5705 hda_nid_t dig0pin)
5706{
5707 struct sigmatel_spec *spec = codec->spec;
5708 int idx;
5709
5710 for (idx = 0; idx < spec->num_pins; idx++)
5711 if (spec->pin_nids[idx] == dig0pin)
5712 break;
5713 if ((idx + 2) >= spec->num_pins)
5714 return 0;
5715
5716 /* dig1pin case */
Takashi Iwai330ee992009-02-20 14:33:36 +01005717 if (stac_get_defcfg_connect(codec, idx + 1) != AC_JACK_PORT_NONE)
Herton Ronaldo Krzesinski6df703a2009-02-04 11:34:22 -05005718 return 2;
5719
5720 /* dig0pin + dig2pin case */
Takashi Iwai330ee992009-02-20 14:33:36 +01005721 if (stac_get_defcfg_connect(codec, idx + 2) != AC_JACK_PORT_NONE)
Herton Ronaldo Krzesinski6df703a2009-02-04 11:34:22 -05005722 return 2;
Takashi Iwai330ee992009-02-20 14:33:36 +01005723 if (stac_get_defcfg_connect(codec, idx) != AC_JACK_PORT_NONE)
Herton Ronaldo Krzesinski6df703a2009-02-04 11:34:22 -05005724 return 1;
5725 else
5726 return 0;
5727}
5728
Takashi Iwai75d1aeb2009-12-22 11:56:32 +01005729/* HP dv7 bass switch - GPIO5 */
5730#define stac_hp_bass_gpio_info snd_ctl_boolean_mono_info
5731static int stac_hp_bass_gpio_get(struct snd_kcontrol *kcontrol,
5732 struct snd_ctl_elem_value *ucontrol)
5733{
5734 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
5735 struct sigmatel_spec *spec = codec->spec;
5736 ucontrol->value.integer.value[0] = !!(spec->gpio_data & 0x20);
5737 return 0;
5738}
5739
5740static int stac_hp_bass_gpio_put(struct snd_kcontrol *kcontrol,
5741 struct snd_ctl_elem_value *ucontrol)
5742{
5743 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
5744 struct sigmatel_spec *spec = codec->spec;
5745 unsigned int gpio_data;
5746
5747 gpio_data = (spec->gpio_data & ~0x20) |
5748 (ucontrol->value.integer.value[0] ? 0x20 : 0);
5749 if (gpio_data == spec->gpio_data)
5750 return 0;
5751 spec->gpio_data = gpio_data;
5752 stac_gpio_set(codec, spec->gpio_mask, spec->gpio_dir, spec->gpio_data);
5753 return 1;
5754}
5755
Takashi Iwai2b635362011-05-02 12:33:43 +02005756static const struct snd_kcontrol_new stac_hp_bass_sw_ctrl = {
Takashi Iwai75d1aeb2009-12-22 11:56:32 +01005757 .iface = SNDRV_CTL_ELEM_IFACE_MIXER,
5758 .info = stac_hp_bass_gpio_info,
5759 .get = stac_hp_bass_gpio_get,
5760 .put = stac_hp_bass_gpio_put,
5761};
5762
5763static int stac_add_hp_bass_switch(struct hda_codec *codec)
5764{
5765 struct sigmatel_spec *spec = codec->spec;
5766
5767 if (!stac_control_new(spec, &stac_hp_bass_sw_ctrl,
5768 "Bass Speaker Playback Switch", 0))
5769 return -ENOMEM;
5770
5771 spec->gpio_mask |= 0x20;
5772 spec->gpio_dir |= 0x20;
5773 spec->gpio_data |= 0x20;
5774 return 0;
5775}
5776
Matthew Ranostaye035b842007-11-06 11:53:55 +01005777static int patch_stac92hd71bxx(struct hda_codec *codec)
5778{
5779 struct sigmatel_spec *spec;
Takashi Iwai2b635362011-05-02 12:33:43 +02005780 const struct hda_verb *unmute_init = stac92hd71bxx_unmute_core_init;
Vitaliy Kulikov5bdaaad2009-11-04 07:57:45 +01005781 unsigned int pin_cfg;
Matthew Ranostaye035b842007-11-06 11:53:55 +01005782 int err = 0;
5783
5784 spec = kzalloc(sizeof(*spec), GFP_KERNEL);
5785 if (spec == NULL)
5786 return -ENOMEM;
5787
Takashi Iwaia252c812009-12-25 22:56:20 +01005788 codec->no_trigger_sense = 1;
Matthew Ranostaye035b842007-11-06 11:53:55 +01005789 codec->spec = spec;
Daniel J Blueman1b0e3722010-08-03 11:09:13 +01005790 spec->linear_tone_beep = 0;
Matthew Ranostay8daaaa92008-08-15 07:45:52 +02005791 codec->patch_ops = stac92xx_patch_ops;
Herton Ronaldo Krzesinski616f89e2009-02-04 11:23:19 -05005792 spec->num_pins = STAC92HD71BXX_NUM_PINS;
5793 switch (codec->vendor_id) {
5794 case 0x111d76b6:
5795 case 0x111d76b7:
5796 spec->pin_nids = stac92hd71bxx_pin_nids_4port;
5797 break;
5798 case 0x111d7603:
5799 case 0x111d7608:
5800 /* On 92HD75Bx 0x27 isn't a pin nid */
5801 spec->num_pins--;
5802 /* fallthrough */
5803 default:
5804 spec->pin_nids = stac92hd71bxx_pin_nids_6port;
5805 }
Matthew Ranostayaafc4412008-06-13 18:04:33 +02005806 spec->num_pwrs = ARRAY_SIZE(stac92hd71bxx_pwr_nids);
Matthew Ranostaye035b842007-11-06 11:53:55 +01005807 spec->board_config = snd_hda_check_board_config(codec,
5808 STAC_92HD71BXX_MODELS,
5809 stac92hd71bxx_models,
5810 stac92hd71bxx_cfg_tbl);
5811again:
Takashi Iwai330ee992009-02-20 14:33:36 +01005812 if (spec->board_config < 0)
Takashi Iwai9a11f1a2009-07-28 16:01:20 +02005813 snd_printdd(KERN_INFO "hda_codec: %s: BIOS auto-probing.\n",
5814 codec->chip_name);
Takashi Iwai330ee992009-02-20 14:33:36 +01005815 else
5816 stac92xx_set_config_regs(codec,
Takashi Iwaiaf9f3412008-11-18 10:38:56 +01005817 stac92hd71bxx_brd_tbl[spec->board_config]);
Matthew Ranostaye035b842007-11-06 11:53:55 +01005818
Takashi Iwaifc64b262009-09-14 15:33:01 +02005819 if (spec->board_config != STAC_92HD71BXX_REF) {
Takashi Iwai41c3b642008-11-18 10:45:15 +01005820 /* GPIO0 = EAPD */
5821 spec->gpio_mask = 0x01;
5822 spec->gpio_dir = 0x01;
5823 spec->gpio_data = 0x01;
5824 }
5825
Herton Ronaldo Krzesinski6df703a2009-02-04 11:34:22 -05005826 spec->dmic_nids = stac92hd71bxx_dmic_nids;
5827 spec->dmux_nids = stac92hd71bxx_dmux_nids;
5828
Takashi Iwai6479c632009-07-28 18:20:25 +02005829 spec->num_caps = STAC92HD71BXX_NUM_CAPS;
5830 spec->capvols = stac92hd71bxx_capvols;
5831 spec->capsws = stac92hd71bxx_capsws;
5832
Matthew Ranostay541eee82007-12-14 12:08:04 +01005833 switch (codec->vendor_id) {
5834 case 0x111d76b6: /* 4 Port without Analog Mixer */
5835 case 0x111d76b7:
Herton Ronaldo Krzesinski23c7b522009-02-08 19:51:28 -02005836 unmute_init++;
5837 /* fallthru */
Matthew Ranostay541eee82007-12-14 12:08:04 +01005838 case 0x111d76b4: /* 6 Port without Analog Mixer */
5839 case 0x111d76b5:
Matthew Ranostay0ffa9802008-09-08 11:20:05 -04005840 codec->slave_dig_outs = stac92hd71bxx_slave_dig_outs;
Vitaliy Kulikovab5a6eb2010-09-08 09:00:17 +02005841 spec->num_dmics = stac92xx_connected_ports(codec,
Herton Ronaldo Krzesinski6df703a2009-02-04 11:34:22 -05005842 stac92hd71bxx_dmic_nids,
5843 STAC92HD71BXX_NUM_DMICS);
Matthew Ranostay541eee82007-12-14 12:08:04 +01005844 break;
Matthew Ranostayaafc4412008-06-13 18:04:33 +02005845 case 0x111d7608: /* 5 Port with Analog Mixer */
Takashi Iwai8e5f2622008-11-15 19:28:54 +01005846 switch (spec->board_config) {
5847 case STAC_HP_M4:
Matthew Ranostay72474be2008-10-09 09:32:17 -04005848 /* Enable VREF power saving on GPIO1 detect */
Takashi Iwai3a938972011-10-28 01:16:55 +02005849 err = stac_add_event(codec, codec->afg,
Takashi Iwaic6e4c662008-11-25 11:58:19 +01005850 STAC_VREF_EVENT, 0x02);
5851 if (err < 0)
5852 return err;
Takashi Iwaic5d08bb2008-11-18 10:55:36 +01005853 snd_hda_codec_write_cache(codec, codec->afg, 0,
Matthew Ranostay72474be2008-10-09 09:32:17 -04005854 AC_VERB_SET_GPIO_UNSOLICITED_RSP_MASK, 0x02);
Takashi Iwai3a938972011-10-28 01:16:55 +02005855 snd_hda_jack_detect_enable(codec, codec->afg, 0);
Matthew Ranostay72474be2008-10-09 09:32:17 -04005856 spec->gpio_mask |= 0x02;
5857 break;
5858 }
Matthew Ranostay8daaaa92008-08-15 07:45:52 +02005859 if ((codec->revision_id & 0xf) == 0 ||
Takashi Iwai8c2f7672008-12-01 11:54:35 +01005860 (codec->revision_id & 0xf) == 1)
Matthew Ranostay8daaaa92008-08-15 07:45:52 +02005861 spec->stream_delay = 40; /* 40 milliseconds */
Matthew Ranostay8daaaa92008-08-15 07:45:52 +02005862
Matthew Ranostayaafc4412008-06-13 18:04:33 +02005863 /* disable VSW */
Matthew Ranostayca8d33f2009-01-26 09:33:52 -05005864 unmute_init++;
Takashi Iwai330ee992009-02-20 14:33:36 +01005865 snd_hda_codec_set_pincfg(codec, 0x0f, 0x40f000f0);
5866 snd_hda_codec_set_pincfg(codec, 0x19, 0x40f000f3);
Takashi Iwai2b635362011-05-02 12:33:43 +02005867 spec->dmic_nids = stac92hd71bxx_dmic_5port_nids;
Vitaliy Kulikovab5a6eb2010-09-08 09:00:17 +02005868 spec->num_dmics = stac92xx_connected_ports(codec,
Takashi Iwai2b635362011-05-02 12:33:43 +02005869 stac92hd71bxx_dmic_5port_nids,
Herton Ronaldo Krzesinski6df703a2009-02-04 11:34:22 -05005870 STAC92HD71BXX_NUM_DMICS - 1);
Matthew Ranostayaafc4412008-06-13 18:04:33 +02005871 break;
5872 case 0x111d7603: /* 6 Port with Analog Mixer */
Takashi Iwai8c2f7672008-12-01 11:54:35 +01005873 if ((codec->revision_id & 0xf) == 1)
Matthew Ranostay8daaaa92008-08-15 07:45:52 +02005874 spec->stream_delay = 40; /* 40 milliseconds */
Matthew Ranostay8daaaa92008-08-15 07:45:52 +02005875
Matthew Ranostayaafc4412008-06-13 18:04:33 +02005876 /* fallthru */
Matthew Ranostay541eee82007-12-14 12:08:04 +01005877 default:
Matthew Ranostay0ffa9802008-09-08 11:20:05 -04005878 codec->slave_dig_outs = stac92hd71bxx_slave_dig_outs;
Vitaliy Kulikovab5a6eb2010-09-08 09:00:17 +02005879 spec->num_dmics = stac92xx_connected_ports(codec,
Herton Ronaldo Krzesinski6df703a2009-02-04 11:34:22 -05005880 stac92hd71bxx_dmic_nids,
5881 STAC92HD71BXX_NUM_DMICS);
Takashi Iwai5207e102009-07-30 13:09:08 +02005882 break;
Matthew Ranostay541eee82007-12-14 12:08:04 +01005883 }
5884
David Henningsson5e68fb32012-08-16 14:11:09 +02005885 if (get_wcaps_type(get_wcaps(codec, 0x28)) == AC_WID_VOL_KNB)
5886 spec->init = stac92hd71bxx_core_init;
5887
Matthew Ranostayca8d33f2009-01-26 09:33:52 -05005888 if (get_wcaps(codec, 0xa) & AC_WCAP_IN_AMP)
5889 snd_hda_sequence_write_cache(codec, unmute_init);
5890
Takashi Iwaid78d7a92009-03-02 14:26:25 +01005891 spec->aloopback_ctl = stac92hd71bxx_loopback;
Matthew Ranostay4b33c762008-10-10 09:07:23 -04005892 spec->aloopback_mask = 0x50;
Matthew Ranostay541eee82007-12-14 12:08:04 +01005893 spec->aloopback_shift = 0;
5894
Matthew Ranostay8daaaa92008-08-15 07:45:52 +02005895 spec->powerdown_adcs = 1;
Matthew Ranostay1cd22242008-07-18 18:20:52 +02005896 spec->digbeep_nid = 0x26;
Matthew Ranostaye035b842007-11-06 11:53:55 +01005897 spec->mux_nids = stac92hd71bxx_mux_nids;
5898 spec->adc_nids = stac92hd71bxx_adc_nids;
Matthew Ranostayd9737752008-09-07 12:03:41 +02005899 spec->smux_nids = stac92hd71bxx_smux_nids;
Matthew Ranostayaafc4412008-06-13 18:04:33 +02005900 spec->pwr_nids = stac92hd71bxx_pwr_nids;
Matthew Ranostaye035b842007-11-06 11:53:55 +01005901
5902 spec->num_muxes = ARRAY_SIZE(stac92hd71bxx_mux_nids);
5903 spec->num_adcs = ARRAY_SIZE(stac92hd71bxx_adc_nids);
Takashi Iwai5207e102009-07-30 13:09:08 +02005904 spec->num_dmuxes = ARRAY_SIZE(stac92hd71bxx_dmux_nids);
Herton Ronaldo Krzesinski6df703a2009-02-04 11:34:22 -05005905 spec->num_smuxes = stac92hd71bxx_connected_smuxes(codec, 0x1e);
Matthew Ranostaye035b842007-11-06 11:53:55 +01005906
Kunal Gangakhedkard38cce72010-01-15 21:01:47 +05305907 snd_printdd("Found board config: %d\n", spec->board_config);
5908
Matthew Ranostay6a14f582008-09-12 12:02:30 -04005909 switch (spec->board_config) {
5910 case STAC_HP_M4:
Matthew Ranostay6a14f582008-09-12 12:02:30 -04005911 /* enable internal microphone */
Takashi Iwai330ee992009-02-20 14:33:36 +01005912 snd_hda_codec_set_pincfg(codec, 0x0e, 0x01813040);
Matthew Ranostayb9aea712008-10-09 08:37:28 -04005913 stac92xx_auto_set_pinctl(codec, 0x0e,
5914 AC_PINCTL_IN_EN | AC_PINCTL_VREF_80);
Matthew Ranostay3a7abfd2008-11-20 21:21:43 -05005915 /* fallthru */
5916 case STAC_DELL_M4_2:
5917 spec->num_dmics = 0;
5918 spec->num_smuxes = 0;
5919 spec->num_dmuxes = 0;
5920 break;
5921 case STAC_DELL_M4_1:
5922 case STAC_DELL_M4_3:
5923 spec->num_dmics = 1;
5924 spec->num_smuxes = 0;
Takashi Iwaiea18aa42009-02-27 17:36:33 +01005925 spec->num_dmuxes = 1;
Matthew Ranostay6a14f582008-09-12 12:02:30 -04005926 break;
James Gardiner514bf542009-05-03 04:00:44 -04005927 case STAC_HP_DV4_1222NR:
5928 spec->num_dmics = 1;
5929 /* I don't know if it needs 1 or 2 smuxes - will wait for
5930 * bug reports to fix if needed
5931 */
5932 spec->num_smuxes = 1;
5933 spec->num_dmuxes = 1;
James Gardiner514bf542009-05-03 04:00:44 -04005934 /* fallthrough */
Takashi Iwai2a6ce6e2010-05-12 10:16:20 +02005935 case STAC_HP_DV4:
5936 spec->gpio_led = 0x01;
5937 /* fallthrough */
Herton Ronaldo Krzesinskie2ea57a2009-02-16 10:23:00 +01005938 case STAC_HP_DV5:
Takashi Iwai330ee992009-02-20 14:33:36 +01005939 snd_hda_codec_set_pincfg(codec, 0x0d, 0x90170010);
Herton Ronaldo Krzesinskie2ea57a2009-02-16 10:23:00 +01005940 stac92xx_auto_set_pinctl(codec, 0x0d, AC_PINCTL_OUT_EN);
Takashi Iwai6e34c032009-09-14 15:42:18 +02005941 /* HP dv6 gives the headphone pin as a line-out. Thus we
5942 * need to set hp_detect flag here to force to enable HP
5943 * detection.
5944 */
5945 spec->hp_detect = 1;
Herton Ronaldo Krzesinskie2ea57a2009-02-16 10:23:00 +01005946 break;
Christoph Plattnerae6241f2009-03-08 23:19:05 +01005947 case STAC_HP_HDX:
5948 spec->num_dmics = 1;
5949 spec->num_dmuxes = 1;
5950 spec->num_smuxes = 1;
Takashi Iwai26ebe0a2010-05-11 08:36:29 +02005951 spec->gpio_led = 0x08;
Takashi Iwai86d190e2009-05-26 15:18:58 +02005952 break;
5953 }
Christoph Plattner443e26d2009-03-10 00:05:56 +01005954
Vitaliy Kulikovc357aab2009-12-11 07:51:54 +01005955 if (hp_blike_system(codec->subsystem_id)) {
Vitaliy Kulikov5bdaaad2009-11-04 07:57:45 +01005956 pin_cfg = snd_hda_codec_get_pincfg(codec, 0x0f);
5957 if (get_defcfg_device(pin_cfg) == AC_JACK_LINE_OUT ||
5958 get_defcfg_device(pin_cfg) == AC_JACK_SPEAKER ||
5959 get_defcfg_device(pin_cfg) == AC_JACK_HP_OUT) {
5960 /* It was changed in the BIOS to just satisfy MS DTM.
5961 * Lets turn it back into slaved HP
5962 */
5963 pin_cfg = (pin_cfg & (~AC_DEFCFG_DEVICE))
5964 | (AC_JACK_HP_OUT <<
5965 AC_DEFCFG_DEVICE_SHIFT);
5966 pin_cfg = (pin_cfg & (~(AC_DEFCFG_DEF_ASSOC
5967 | AC_DEFCFG_SEQUENCE)))
5968 | 0x1f;
5969 snd_hda_codec_set_pincfg(codec, 0x0f, pin_cfg);
5970 }
5971 }
5972
Vitaliy Kulikov6a557c92011-12-12 17:35:13 -06005973 if (find_mute_led_cfg(codec, 1))
Vitaliy Kulikovc357aab2009-12-11 07:51:54 +01005974 snd_printd("mute LED gpio %d polarity %d\n",
5975 spec->gpio_led,
5976 spec->gpio_led_polarity);
Vitaliy Kulikov5bdaaad2009-11-04 07:57:45 +01005977
Takashi Iwai86d190e2009-05-26 15:18:58 +02005978 if (spec->gpio_led) {
Takashi Iwaif1a73742011-12-04 13:44:06 +01005979 if (!spec->vref_mute_led_nid) {
Vitaliy Kulikov45eebda2011-07-26 16:56:20 -05005980 spec->gpio_mask |= spec->gpio_led;
5981 spec->gpio_dir |= spec->gpio_led;
5982 spec->gpio_data |= spec->gpio_led;
5983 } else {
5984 codec->patch_ops.set_power_state =
5985 stac92xx_set_power_state;
Vitaliy Kulikov45eebda2011-07-26 16:56:20 -05005986 }
Takashi Iwai86d190e2009-05-26 15:18:58 +02005987 }
Matthew Ranostay6a14f582008-09-12 12:02:30 -04005988
Takashi Iwaic21ca4a2008-12-19 09:26:08 +01005989 spec->multiout.dac_nids = spec->dac_nids;
Matthew Ranostaye035b842007-11-06 11:53:55 +01005990
Charles Chin9009b0e2011-11-03 10:27:27 +01005991 err = stac92xx_parse_auto_config(codec);
Matthew Ranostaye035b842007-11-06 11:53:55 +01005992 if (!err) {
5993 if (spec->board_config < 0) {
5994 printk(KERN_WARNING "hda_codec: No auto-config is "
5995 "available, default to model=ref\n");
5996 spec->board_config = STAC_92HD71BXX_REF;
5997 goto again;
5998 }
5999 err = -EINVAL;
6000 }
6001
6002 if (err < 0) {
6003 stac92xx_free(codec);
6004 return err;
6005 }
6006
Takashi Iwai75d1aeb2009-12-22 11:56:32 +01006007 /* enable bass on HP dv7 */
Takashi Iwai2a6ce6e2010-05-12 10:16:20 +02006008 if (spec->board_config == STAC_HP_DV4 ||
6009 spec->board_config == STAC_HP_DV5) {
Takashi Iwai75d1aeb2009-12-22 11:56:32 +01006010 unsigned int cap;
6011 cap = snd_hda_param_read(codec, 0x1, AC_PAR_GPIO_CAP);
6012 cap &= AC_GPIO_IO_COUNT;
6013 if (cap >= 6)
6014 stac_add_hp_bass_switch(codec);
6015 }
6016
Takashi Iwai2d34e1b2008-11-28 14:35:16 +01006017 codec->proc_widget_hook = stac92hd7x_proc_hook;
6018
Matthew Ranostaye035b842007-11-06 11:53:55 +01006019 return 0;
Takashi Iwai86d190e2009-05-26 15:18:58 +02006020}
Matthew Ranostaye035b842007-11-06 11:53:55 +01006021
Matt2f2f4252005-04-13 14:45:30 +02006022static int patch_stac922x(struct hda_codec *codec)
6023{
6024 struct sigmatel_spec *spec;
Mattc7d4b2f2005-06-27 14:59:41 +02006025 int err;
Matt2f2f4252005-04-13 14:45:30 +02006026
Takashi Iwaie560d8d2005-09-09 14:21:46 +02006027 spec = kzalloc(sizeof(*spec), GFP_KERNEL);
Matt2f2f4252005-04-13 14:45:30 +02006028 if (spec == NULL)
6029 return -ENOMEM;
6030
Takashi Iwaia252c812009-12-25 22:56:20 +01006031 codec->no_trigger_sense = 1;
Matt2f2f4252005-04-13 14:45:30 +02006032 codec->spec = spec;
Daniel J Blueman1b0e3722010-08-03 11:09:13 +01006033 spec->linear_tone_beep = 1;
Takashi Iwaia4eed132007-07-06 18:17:04 +02006034 spec->num_pins = ARRAY_SIZE(stac922x_pin_nids);
Richard Fish11b44bb2006-08-23 18:31:34 +02006035 spec->pin_nids = stac922x_pin_nids;
Takashi Iwaif5fcc132006-11-24 17:07:44 +01006036 spec->board_config = snd_hda_check_board_config(codec, STAC_922X_MODELS,
6037 stac922x_models,
6038 stac922x_cfg_tbl);
Nicolas Boichat536319a2008-07-21 22:18:01 +08006039 if (spec->board_config == STAC_INTEL_MAC_AUTO) {
Matthew Ranostay4fe51952008-01-29 15:28:44 +01006040 spec->gpio_mask = spec->gpio_dir = 0x03;
6041 spec->gpio_data = 0x03;
Takashi Iwai3fc24d82007-02-16 13:27:18 +01006042 /* Intel Macs have all same PCI SSID, so we need to check
6043 * codec SSID to distinguish the exact models
6044 */
Nicolas Boichat6f0778d2007-03-15 12:38:15 +01006045 printk(KERN_INFO "hda_codec: STAC922x, Apple subsys_id=%x\n", codec->subsystem_id);
Takashi Iwai3fc24d82007-02-16 13:27:18 +01006046 switch (codec->subsystem_id) {
Ivan N. Zlatev5d5d3bc2007-05-29 16:03:00 +02006047
6048 case 0x106b0800:
6049 spec->board_config = STAC_INTEL_MAC_V1;
Abhijit Bhopatkarc45e20e2007-04-17 11:57:16 +02006050 break;
Ivan N. Zlatev5d5d3bc2007-05-29 16:03:00 +02006051 case 0x106b0600:
6052 case 0x106b0700:
6053 spec->board_config = STAC_INTEL_MAC_V2;
Nicolas Boichat6f0778d2007-03-15 12:38:15 +01006054 break;
Ivan N. Zlatev5d5d3bc2007-05-29 16:03:00 +02006055 case 0x106b0e00:
6056 case 0x106b0f00:
6057 case 0x106b1600:
6058 case 0x106b1700:
6059 case 0x106b0200:
6060 case 0x106b1e00:
6061 spec->board_config = STAC_INTEL_MAC_V3;
Takashi Iwai3fc24d82007-02-16 13:27:18 +01006062 break;
Ivan N. Zlatev5d5d3bc2007-05-29 16:03:00 +02006063 case 0x106b1a00:
6064 case 0x00000100:
6065 spec->board_config = STAC_INTEL_MAC_V4;
Sylvain FORETf16928f2007-04-27 14:22:36 +02006066 break;
Ivan N. Zlatev5d5d3bc2007-05-29 16:03:00 +02006067 case 0x106b0a00:
6068 case 0x106b2200:
6069 spec->board_config = STAC_INTEL_MAC_V5;
Takashi Iwai0dae0f82007-05-21 12:41:29 +02006070 break;
Nicolas Boichat536319a2008-07-21 22:18:01 +08006071 default:
6072 spec->board_config = STAC_INTEL_MAC_V3;
6073 break;
Takashi Iwai3fc24d82007-02-16 13:27:18 +01006074 }
6075 }
6076
Takashi Iwai9e507ab2007-02-08 17:50:10 +01006077 again:
Takashi Iwai330ee992009-02-20 14:33:36 +01006078 if (spec->board_config < 0)
Takashi Iwai9a11f1a2009-07-28 16:01:20 +02006079 snd_printdd(KERN_INFO "hda_codec: %s: BIOS auto-probing.\n",
6080 codec->chip_name);
Takashi Iwai330ee992009-02-20 14:33:36 +01006081 else
6082 stac92xx_set_config_regs(codec,
Takashi Iwaiaf9f3412008-11-18 10:38:56 +01006083 stac922x_brd_tbl[spec->board_config]);
Matt2f2f4252005-04-13 14:45:30 +02006084
Matt2f2f4252005-04-13 14:45:30 +02006085 spec->adc_nids = stac922x_adc_nids;
6086 spec->mux_nids = stac922x_mux_nids;
Takashi Iwai25494132007-03-12 12:36:16 +01006087 spec->num_muxes = ARRAY_SIZE(stac922x_mux_nids);
Maxim Levitsky9e05b7a2007-09-03 15:31:02 +02006088 spec->num_adcs = ARRAY_SIZE(stac922x_adc_nids);
Matt Porter8b657272006-10-26 17:12:59 +02006089 spec->num_dmics = 0;
Matthew Ranostaya64135a2008-01-10 16:55:06 +01006090 spec->num_pwrs = 0;
Mattc7d4b2f2005-06-27 14:59:41 +02006091
6092 spec->init = stac922x_core_init;
Takashi Iwai6479c632009-07-28 18:20:25 +02006093
6094 spec->num_caps = STAC922X_NUM_CAPS;
6095 spec->capvols = stac922x_capvols;
6096 spec->capsws = stac922x_capsws;
Mattc7d4b2f2005-06-27 14:59:41 +02006097
6098 spec->multiout.dac_nids = spec->dac_nids;
Takashi Iwai19039bd2006-06-28 15:52:16 +02006099
Charles Chin9009b0e2011-11-03 10:27:27 +01006100 err = stac92xx_parse_auto_config(codec);
Takashi Iwai9e507ab2007-02-08 17:50:10 +01006101 if (!err) {
6102 if (spec->board_config < 0) {
6103 printk(KERN_WARNING "hda_codec: No auto-config is "
6104 "available, default to model=ref\n");
6105 spec->board_config = STAC_D945_REF;
6106 goto again;
6107 }
6108 err = -EINVAL;
6109 }
Matt Porter3cc08dc2006-01-23 15:27:49 +01006110 if (err < 0) {
6111 stac92xx_free(codec);
6112 return err;
6113 }
6114
6115 codec->patch_ops = stac92xx_patch_ops;
6116
Takashi Iwai807a46362007-05-29 19:01:37 +02006117 /* Fix Mux capture level; max to 2 */
6118 snd_hda_override_amp_caps(codec, 0x12, HDA_OUTPUT,
6119 (0 << AC_AMPCAP_OFFSET_SHIFT) |
6120 (2 << AC_AMPCAP_NUM_STEPS_SHIFT) |
6121 (0x27 << AC_AMPCAP_STEP_SIZE_SHIFT) |
6122 (0 << AC_AMPCAP_MUTE_SHIFT));
6123
Matt Porter3cc08dc2006-01-23 15:27:49 +01006124 return 0;
6125}
6126
6127static int patch_stac927x(struct hda_codec *codec)
6128{
6129 struct sigmatel_spec *spec;
6130 int err;
6131
6132 spec = kzalloc(sizeof(*spec), GFP_KERNEL);
6133 if (spec == NULL)
6134 return -ENOMEM;
6135
Takashi Iwaia252c812009-12-25 22:56:20 +01006136 codec->no_trigger_sense = 1;
Matt Porter3cc08dc2006-01-23 15:27:49 +01006137 codec->spec = spec;
Daniel J Blueman1b0e3722010-08-03 11:09:13 +01006138 spec->linear_tone_beep = 1;
Matthew Ranostay45c1d852009-02-04 17:49:41 -05006139 codec->slave_dig_outs = stac927x_slave_dig_outs;
Takashi Iwaia4eed132007-07-06 18:17:04 +02006140 spec->num_pins = ARRAY_SIZE(stac927x_pin_nids);
Richard Fish11b44bb2006-08-23 18:31:34 +02006141 spec->pin_nids = stac927x_pin_nids;
Takashi Iwaif5fcc132006-11-24 17:07:44 +01006142 spec->board_config = snd_hda_check_board_config(codec, STAC_927X_MODELS,
6143 stac927x_models,
6144 stac927x_cfg_tbl);
Takashi Iwai9e507ab2007-02-08 17:50:10 +01006145 again:
Takashi Iwai330ee992009-02-20 14:33:36 +01006146 if (spec->board_config < 0)
Takashi Iwai9a11f1a2009-07-28 16:01:20 +02006147 snd_printdd(KERN_INFO "hda_codec: %s: BIOS auto-probing.\n",
6148 codec->chip_name);
Takashi Iwai330ee992009-02-20 14:33:36 +01006149 else
6150 stac92xx_set_config_regs(codec,
Takashi Iwaiaf9f3412008-11-18 10:38:56 +01006151 stac927x_brd_tbl[spec->board_config]);
Matt Porter3cc08dc2006-01-23 15:27:49 +01006152
Matthew Ranostay1cd22242008-07-18 18:20:52 +02006153 spec->digbeep_nid = 0x23;
Matthew Ranostay8e9068b2007-12-17 11:58:13 +01006154 spec->adc_nids = stac927x_adc_nids;
6155 spec->num_adcs = ARRAY_SIZE(stac927x_adc_nids);
6156 spec->mux_nids = stac927x_mux_nids;
6157 spec->num_muxes = ARRAY_SIZE(stac927x_mux_nids);
Matthew Ranostayd9737752008-09-07 12:03:41 +02006158 spec->smux_nids = stac927x_smux_nids;
6159 spec->num_smuxes = ARRAY_SIZE(stac927x_smux_nids);
Matthew Ranostay65973632008-09-16 10:39:37 -04006160 spec->spdif_labels = stac927x_spdif_labels;
Matthew Ranostayb76c8502008-02-06 14:49:44 +01006161 spec->dac_list = stac927x_dac_nids;
Matthew Ranostay8e9068b2007-12-17 11:58:13 +01006162 spec->multiout.dac_nids = spec->dac_nids;
6163
Takashi Iwaiaf6ee302009-09-14 15:03:12 +02006164 if (spec->board_config != STAC_D965_REF) {
6165 /* GPIO0 High = Enable EAPD */
6166 spec->eapd_mask = spec->gpio_mask = 0x01;
6167 spec->gpio_dir = spec->gpio_data = 0x01;
6168 }
6169
Tobin Davis81d3dbd2006-08-22 19:44:45 +02006170 switch (spec->board_config) {
Tobin Davis93ed1502006-09-01 21:03:12 +02006171 case STAC_D965_3ST:
Matthew Ranostay8e9068b2007-12-17 11:58:13 +01006172 case STAC_D965_5ST:
6173 /* GPIO0 High = Enable EAPD */
Matthew Ranostay8e9068b2007-12-17 11:58:13 +01006174 spec->num_dmics = 0;
Tobin Davis93ed1502006-09-01 21:03:12 +02006175 spec->init = d965_core_init;
Tobin Davis81d3dbd2006-08-22 19:44:45 +02006176 break;
Matthew Ranostay8e9068b2007-12-17 11:58:13 +01006177 case STAC_DELL_BIOS:
Matthew Ranostay780c8be2008-04-14 13:32:27 +02006178 switch (codec->subsystem_id) {
6179 case 0x10280209:
6180 case 0x1028022e:
6181 /* correct the device field to SPDIF out */
Takashi Iwai330ee992009-02-20 14:33:36 +01006182 snd_hda_codec_set_pincfg(codec, 0x21, 0x01442070);
Matthew Ranostay780c8be2008-04-14 13:32:27 +02006183 break;
Takashi Iwai86d190e2009-05-26 15:18:58 +02006184 }
Matthew Ranostay03d7ca12008-02-21 07:51:46 +01006185 /* configure the analog microphone on some laptops */
Takashi Iwai330ee992009-02-20 14:33:36 +01006186 snd_hda_codec_set_pincfg(codec, 0x0c, 0x90a79130);
Matthew Ranostay2f32d902008-01-10 13:06:26 +01006187 /* correct the front output jack as a hp out */
Takashi Iwai330ee992009-02-20 14:33:36 +01006188 snd_hda_codec_set_pincfg(codec, 0x0f, 0x0227011f);
Matthew Ranostayc481fca2008-01-07 12:18:28 +01006189 /* correct the front input jack as a mic */
Takashi Iwai330ee992009-02-20 14:33:36 +01006190 snd_hda_codec_set_pincfg(codec, 0x0e, 0x02a79130);
Matthew Ranostayc481fca2008-01-07 12:18:28 +01006191 /* fallthru */
Matthew Ranostay8e9068b2007-12-17 11:58:13 +01006192 case STAC_DELL_3ST:
Takashi Iwaiaf6ee302009-09-14 15:03:12 +02006193 if (codec->subsystem_id != 0x1028022f) {
6194 /* GPIO2 High = Enable EAPD */
6195 spec->eapd_mask = spec->gpio_mask = 0x04;
6196 spec->gpio_dir = spec->gpio_data = 0x04;
6197 }
Matthew Ranostay8e9068b2007-12-17 11:58:13 +01006198 spec->dmic_nids = stac927x_dmic_nids;
6199 spec->num_dmics = STAC927X_NUM_DMICS;
6200
Takashi Iwaiccca7cd2009-10-13 15:32:21 +02006201 spec->init = dell_3st_core_init;
Matthew Ranostay8e9068b2007-12-17 11:58:13 +01006202 spec->dmux_nids = stac927x_dmux_nids;
Takashi Iwai1697055e2007-12-18 18:05:52 +01006203 spec->num_dmuxes = ARRAY_SIZE(stac927x_dmux_nids);
Tobin Davis81d3dbd2006-08-22 19:44:45 +02006204 break;
Takashi Iwai54930532009-10-11 17:38:29 +02006205 case STAC_927X_VOLKNOB:
6206 spec->num_dmics = 0;
6207 spec->init = stac927x_volknob_core_init;
6208 break;
Tobin Davis81d3dbd2006-08-22 19:44:45 +02006209 default:
Matthew Ranostay8e9068b2007-12-17 11:58:13 +01006210 spec->num_dmics = 0;
Tobin Davis81d3dbd2006-08-22 19:44:45 +02006211 spec->init = stac927x_core_init;
Takashi Iwaiaf6ee302009-09-14 15:03:12 +02006212 break;
Tobin Davis81d3dbd2006-08-22 19:44:45 +02006213 }
Matt Porter3cc08dc2006-01-23 15:27:49 +01006214
Takashi Iwai6479c632009-07-28 18:20:25 +02006215 spec->num_caps = STAC927X_NUM_CAPS;
6216 spec->capvols = stac927x_capvols;
6217 spec->capsws = stac927x_capsws;
6218
Matthew Ranostaya64135a2008-01-10 16:55:06 +01006219 spec->num_pwrs = 0;
Takashi Iwaid78d7a92009-03-02 14:26:25 +01006220 spec->aloopback_ctl = stac927x_loopback;
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01006221 spec->aloopback_mask = 0x40;
6222 spec->aloopback_shift = 0;
Matthew Ranostayc0cea0d2008-11-16 11:42:34 -05006223 spec->eapd_switch = 1;
Matthew Ranostay8e9068b2007-12-17 11:58:13 +01006224
Charles Chin9009b0e2011-11-03 10:27:27 +01006225 err = stac92xx_parse_auto_config(codec);
Takashi Iwai9e507ab2007-02-08 17:50:10 +01006226 if (!err) {
6227 if (spec->board_config < 0) {
6228 printk(KERN_WARNING "hda_codec: No auto-config is "
6229 "available, default to model=ref\n");
6230 spec->board_config = STAC_D965_REF;
6231 goto again;
6232 }
6233 err = -EINVAL;
6234 }
Mattc7d4b2f2005-06-27 14:59:41 +02006235 if (err < 0) {
6236 stac92xx_free(codec);
6237 return err;
6238 }
Matt2f2f4252005-04-13 14:45:30 +02006239
6240 codec->patch_ops = stac92xx_patch_ops;
6241
Takashi Iwai2d34e1b2008-11-28 14:35:16 +01006242 codec->proc_widget_hook = stac927x_proc_hook;
6243
Takashi Iwai52987652008-01-16 16:09:47 +01006244 /*
6245 * !!FIXME!!
6246 * The STAC927x seem to require fairly long delays for certain
6247 * command sequences. With too short delays (even if the answer
6248 * is set to RIRB properly), it results in the silence output
6249 * on some hardwares like Dell.
6250 *
6251 * The below flag enables the longer delay (see get_response
6252 * in hda_intel.c).
6253 */
6254 codec->bus->needs_damn_long_delay = 1;
6255
Takashi Iwaie28d8322008-12-17 13:48:29 +01006256 /* no jack detecion for ref-no-jd model */
6257 if (spec->board_config == STAC_D965_REF_NO_JD)
6258 spec->hp_detect = 0;
6259
Matt2f2f4252005-04-13 14:45:30 +02006260 return 0;
6261}
6262
Matt Porterf3302a52006-07-31 12:49:34 +02006263static int patch_stac9205(struct hda_codec *codec)
6264{
6265 struct sigmatel_spec *spec;
Takashi Iwai82599802007-07-31 15:56:24 +02006266 int err;
Matt Porterf3302a52006-07-31 12:49:34 +02006267
6268 spec = kzalloc(sizeof(*spec), GFP_KERNEL);
6269 if (spec == NULL)
6270 return -ENOMEM;
6271
Takashi Iwaia252c812009-12-25 22:56:20 +01006272 codec->no_trigger_sense = 1;
Matt Porterf3302a52006-07-31 12:49:34 +02006273 codec->spec = spec;
Daniel J Blueman1b0e3722010-08-03 11:09:13 +01006274 spec->linear_tone_beep = 1;
Takashi Iwaia4eed132007-07-06 18:17:04 +02006275 spec->num_pins = ARRAY_SIZE(stac9205_pin_nids);
Richard Fish11b44bb2006-08-23 18:31:34 +02006276 spec->pin_nids = stac9205_pin_nids;
Takashi Iwaif5fcc132006-11-24 17:07:44 +01006277 spec->board_config = snd_hda_check_board_config(codec, STAC_9205_MODELS,
6278 stac9205_models,
6279 stac9205_cfg_tbl);
Takashi Iwai9e507ab2007-02-08 17:50:10 +01006280 again:
Takashi Iwai330ee992009-02-20 14:33:36 +01006281 if (spec->board_config < 0)
Takashi Iwai9a11f1a2009-07-28 16:01:20 +02006282 snd_printdd(KERN_INFO "hda_codec: %s: BIOS auto-probing.\n",
6283 codec->chip_name);
Takashi Iwai330ee992009-02-20 14:33:36 +01006284 else
6285 stac92xx_set_config_regs(codec,
Takashi Iwaiaf9f3412008-11-18 10:38:56 +01006286 stac9205_brd_tbl[spec->board_config]);
Matt Porterf3302a52006-07-31 12:49:34 +02006287
Matthew Ranostay1cd22242008-07-18 18:20:52 +02006288 spec->digbeep_nid = 0x23;
Matt Porterf3302a52006-07-31 12:49:34 +02006289 spec->adc_nids = stac9205_adc_nids;
Maxim Levitsky9e05b7a2007-09-03 15:31:02 +02006290 spec->num_adcs = ARRAY_SIZE(stac9205_adc_nids);
Matt Porterf3302a52006-07-31 12:49:34 +02006291 spec->mux_nids = stac9205_mux_nids;
Takashi Iwai25494132007-03-12 12:36:16 +01006292 spec->num_muxes = ARRAY_SIZE(stac9205_mux_nids);
Matthew Ranostayd9737752008-09-07 12:03:41 +02006293 spec->smux_nids = stac9205_smux_nids;
6294 spec->num_smuxes = ARRAY_SIZE(stac9205_smux_nids);
Matt Porter8b657272006-10-26 17:12:59 +02006295 spec->dmic_nids = stac9205_dmic_nids;
Takashi Iwaif6e98522007-10-16 14:27:04 +02006296 spec->num_dmics = STAC9205_NUM_DMICS;
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01006297 spec->dmux_nids = stac9205_dmux_nids;
Takashi Iwai1697055e2007-12-18 18:05:52 +01006298 spec->num_dmuxes = ARRAY_SIZE(stac9205_dmux_nids);
Matthew Ranostaya64135a2008-01-10 16:55:06 +01006299 spec->num_pwrs = 0;
Matt Porterf3302a52006-07-31 12:49:34 +02006300
6301 spec->init = stac9205_core_init;
Takashi Iwaid78d7a92009-03-02 14:26:25 +01006302 spec->aloopback_ctl = stac9205_loopback;
Matt Porterf3302a52006-07-31 12:49:34 +02006303
Takashi Iwai6479c632009-07-28 18:20:25 +02006304 spec->num_caps = STAC9205_NUM_CAPS;
6305 spec->capvols = stac9205_capvols;
6306 spec->capsws = stac9205_capsws;
6307
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01006308 spec->aloopback_mask = 0x40;
6309 spec->aloopback_shift = 0;
Takashi Iwaid9a42682009-01-22 17:40:18 +01006310 /* Turn on/off EAPD per HP plugging */
6311 if (spec->board_config != STAC_9205_EAPD)
6312 spec->eapd_switch = 1;
Matt Porterf3302a52006-07-31 12:49:34 +02006313 spec->multiout.dac_nids = spec->dac_nids;
Matthew Ranostay87d48362007-07-17 11:52:24 +02006314
Tobin Davisae0a8ed2007-08-13 15:50:29 +02006315 switch (spec->board_config){
Tobin Davisae0a8ed2007-08-13 15:50:29 +02006316 case STAC_9205_DELL_M43:
Matthew Ranostay87d48362007-07-17 11:52:24 +02006317 /* Enable SPDIF in/out */
Takashi Iwai330ee992009-02-20 14:33:36 +01006318 snd_hda_codec_set_pincfg(codec, 0x1f, 0x01441030);
6319 snd_hda_codec_set_pincfg(codec, 0x20, 0x1c410030);
Matt Porter33382402006-12-18 13:17:28 +01006320
Matthew Ranostay4fe51952008-01-29 15:28:44 +01006321 /* Enable unsol response for GPIO4/Dock HP connection */
Takashi Iwai3a938972011-10-28 01:16:55 +02006322 err = stac_add_event(codec, codec->afg, STAC_VREF_EVENT, 0x01);
Takashi Iwaic6e4c662008-11-25 11:58:19 +01006323 if (err < 0)
6324 return err;
Takashi Iwaic5d08bb2008-11-18 10:55:36 +01006325 snd_hda_codec_write_cache(codec, codec->afg, 0,
Matthew Ranostay4fe51952008-01-29 15:28:44 +01006326 AC_VERB_SET_GPIO_UNSOLICITED_RSP_MASK, 0x10);
Takashi Iwai3a938972011-10-28 01:16:55 +02006327 snd_hda_jack_detect_enable(codec, codec->afg, 0);
Matthew Ranostay4fe51952008-01-29 15:28:44 +01006328
6329 spec->gpio_dir = 0x0b;
Matthew Ranostay0fc9dec2008-04-14 13:32:54 +02006330 spec->eapd_mask = 0x01;
Matthew Ranostay4fe51952008-01-29 15:28:44 +01006331 spec->gpio_mask = 0x1b;
6332 spec->gpio_mute = 0x10;
Matthew Ranostaye2e7d622008-01-24 15:32:15 +01006333 /* GPIO0 High = EAPD, GPIO1 Low = Headphone Mute,
Matthew Ranostay4fe51952008-01-29 15:28:44 +01006334 * GPIO3 Low = DRM
Matthew Ranostay87d48362007-07-17 11:52:24 +02006335 */
Matthew Ranostay4fe51952008-01-29 15:28:44 +01006336 spec->gpio_data = 0x01;
Tobin Davisae0a8ed2007-08-13 15:50:29 +02006337 break;
Matthew Ranostayb2c4f4d2008-09-26 10:06:40 -04006338 case STAC_9205_REF:
6339 /* SPDIF-In enabled */
6340 break;
Tobin Davisae0a8ed2007-08-13 15:50:29 +02006341 default:
6342 /* GPIO0 High = EAPD */
Matthew Ranostay0fc9dec2008-04-14 13:32:54 +02006343 spec->eapd_mask = spec->gpio_mask = spec->gpio_dir = 0x1;
Matthew Ranostay4fe51952008-01-29 15:28:44 +01006344 spec->gpio_data = 0x01;
Tobin Davisae0a8ed2007-08-13 15:50:29 +02006345 break;
6346 }
Matthew Ranostay87d48362007-07-17 11:52:24 +02006347
Charles Chin9009b0e2011-11-03 10:27:27 +01006348 err = stac92xx_parse_auto_config(codec);
Takashi Iwai9e507ab2007-02-08 17:50:10 +01006349 if (!err) {
6350 if (spec->board_config < 0) {
6351 printk(KERN_WARNING "hda_codec: No auto-config is "
6352 "available, default to model=ref\n");
6353 spec->board_config = STAC_9205_REF;
6354 goto again;
6355 }
6356 err = -EINVAL;
6357 }
Matt Porterf3302a52006-07-31 12:49:34 +02006358 if (err < 0) {
6359 stac92xx_free(codec);
6360 return err;
6361 }
6362
6363 codec->patch_ops = stac92xx_patch_ops;
6364
Takashi Iwai2d34e1b2008-11-28 14:35:16 +01006365 codec->proc_widget_hook = stac9205_proc_hook;
6366
Matt Porterf3302a52006-07-31 12:49:34 +02006367 return 0;
6368}
6369
Matt2f2f4252005-04-13 14:45:30 +02006370/*
Guillaume Munch6d859062006-08-22 17:15:47 +02006371 * STAC9872 hack
Takashi Iwaidb064e52006-03-16 16:04:58 +01006372 */
6373
Takashi Iwai2b635362011-05-02 12:33:43 +02006374static const struct hda_verb stac9872_core_init[] = {
Takashi Iwai1624cb92007-07-05 13:10:51 +02006375 {0x15, AC_VERB_SET_CONNECT_SEL, 0x1}, /* mic-sel: 0a,0d,14,02 */
Takashi Iwaidb064e52006-03-16 16:04:58 +01006376 {0x15, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE}, /* Mic-in -> 0x9 */
6377 {}
6378};
6379
Takashi Iwai2b635362011-05-02 12:33:43 +02006380static const hda_nid_t stac9872_pin_nids[] = {
Takashi Iwaicaa10b62009-01-20 17:19:01 +01006381 0x0a, 0x0b, 0x0c, 0x0d, 0x0e, 0x0f,
6382 0x11, 0x13, 0x14,
6383};
6384
Takashi Iwai2b635362011-05-02 12:33:43 +02006385static const hda_nid_t stac9872_adc_nids[] = {
Takashi Iwaicaa10b62009-01-20 17:19:01 +01006386 0x8 /*,0x6*/
6387};
6388
Takashi Iwai2b635362011-05-02 12:33:43 +02006389static const hda_nid_t stac9872_mux_nids[] = {
Takashi Iwaicaa10b62009-01-20 17:19:01 +01006390 0x15
6391};
6392
Takashi Iwai2b635362011-05-02 12:33:43 +02006393static const unsigned long stac9872_capvols[] = {
Takashi Iwai6479c632009-07-28 18:20:25 +02006394 HDA_COMPOSE_AMP_VAL(0x09, 3, 0, HDA_INPUT),
6395};
6396#define stac9872_capsws stac9872_capvols
6397
Takashi Iwai2b635362011-05-02 12:33:43 +02006398static const unsigned int stac9872_vaio_pin_configs[9] = {
Takashi Iwai307282c2009-03-12 18:17:58 +01006399 0x03211020, 0x411111f0, 0x411111f0, 0x03a15030,
6400 0x411111f0, 0x90170110, 0x411111f0, 0x411111f0,
6401 0x90a7013e
6402};
6403
Takashi Iwaiea734962011-01-17 11:29:34 +01006404static const char * const stac9872_models[STAC_9872_MODELS] = {
Takashi Iwai307282c2009-03-12 18:17:58 +01006405 [STAC_9872_AUTO] = "auto",
6406 [STAC_9872_VAIO] = "vaio",
6407};
6408
Takashi Iwai2b635362011-05-02 12:33:43 +02006409static const unsigned int *stac9872_brd_tbl[STAC_9872_MODELS] = {
Takashi Iwai307282c2009-03-12 18:17:58 +01006410 [STAC_9872_VAIO] = stac9872_vaio_pin_configs,
6411};
6412
Takashi Iwai2b635362011-05-02 12:33:43 +02006413static const struct snd_pci_quirk stac9872_cfg_tbl[] = {
Takashi Iwaib04add92009-07-20 08:01:36 +02006414 SND_PCI_QUIRK_MASK(0x104d, 0xfff0, 0x81e0,
6415 "Sony VAIO F/S", STAC_9872_VAIO),
Takashi Iwai307282c2009-03-12 18:17:58 +01006416 {} /* terminator */
6417};
6418
Guillaume Munch6d859062006-08-22 17:15:47 +02006419static int patch_stac9872(struct hda_codec *codec)
Takashi Iwaidb064e52006-03-16 16:04:58 +01006420{
6421 struct sigmatel_spec *spec;
Takashi Iwai1e137f92009-01-21 07:41:22 +01006422 int err;
Takashi Iwaidb064e52006-03-16 16:04:58 +01006423
Takashi Iwaidb064e52006-03-16 16:04:58 +01006424 spec = kzalloc(sizeof(*spec), GFP_KERNEL);
6425 if (spec == NULL)
6426 return -ENOMEM;
Takashi Iwaia252c812009-12-25 22:56:20 +01006427 codec->no_trigger_sense = 1;
Takashi Iwaidb064e52006-03-16 16:04:58 +01006428 codec->spec = spec;
Daniel J Blueman1b0e3722010-08-03 11:09:13 +01006429 spec->linear_tone_beep = 1;
Takashi Iwaib04add92009-07-20 08:01:36 +02006430 spec->num_pins = ARRAY_SIZE(stac9872_pin_nids);
6431 spec->pin_nids = stac9872_pin_nids;
Takashi Iwaicaa10b62009-01-20 17:19:01 +01006432
6433 spec->board_config = snd_hda_check_board_config(codec, STAC_9872_MODELS,
6434 stac9872_models,
6435 stac9872_cfg_tbl);
Takashi Iwai307282c2009-03-12 18:17:58 +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 Iwai307282c2009-03-12 18:17:58 +01006439 else
6440 stac92xx_set_config_regs(codec,
6441 stac9872_brd_tbl[spec->board_config]);
Takashi Iwaicaa10b62009-01-20 17:19:01 +01006442
Takashi Iwai1e137f92009-01-21 07:41:22 +01006443 spec->multiout.dac_nids = spec->dac_nids;
6444 spec->num_adcs = ARRAY_SIZE(stac9872_adc_nids);
6445 spec->adc_nids = stac9872_adc_nids;
6446 spec->num_muxes = ARRAY_SIZE(stac9872_mux_nids);
6447 spec->mux_nids = stac9872_mux_nids;
Takashi Iwai1e137f92009-01-21 07:41:22 +01006448 spec->init = stac9872_core_init;
Takashi Iwai6479c632009-07-28 18:20:25 +02006449 spec->num_caps = 1;
6450 spec->capvols = stac9872_capvols;
6451 spec->capsws = stac9872_capsws;
Takashi Iwaicaa10b62009-01-20 17:19:01 +01006452
Charles Chin9009b0e2011-11-03 10:27:27 +01006453 err = stac92xx_parse_auto_config(codec);
Takashi Iwai1e137f92009-01-21 07:41:22 +01006454 if (err < 0) {
6455 stac92xx_free(codec);
6456 return -EINVAL;
Takashi Iwaicaa10b62009-01-20 17:19:01 +01006457 }
Takashi Iwai1e137f92009-01-21 07:41:22 +01006458 spec->input_mux = &spec->private_imux;
6459 codec->patch_ops = stac92xx_patch_ops;
Takashi Iwaidb064e52006-03-16 16:04:58 +01006460 return 0;
6461}
6462
6463
6464/*
Matt2f2f4252005-04-13 14:45:30 +02006465 * patch entries
6466 */
Takashi Iwai2b635362011-05-02 12:33:43 +02006467static const struct hda_codec_preset snd_hda_preset_sigmatel[] = {
Matt2f2f4252005-04-13 14:45:30 +02006468 { .id = 0x83847690, .name = "STAC9200", .patch = patch_stac9200 },
6469 { .id = 0x83847882, .name = "STAC9220 A1", .patch = patch_stac922x },
6470 { .id = 0x83847680, .name = "STAC9221 A1", .patch = patch_stac922x },
6471 { .id = 0x83847880, .name = "STAC9220 A2", .patch = patch_stac922x },
6472 { .id = 0x83847681, .name = "STAC9220D/9223D A2", .patch = patch_stac922x },
6473 { .id = 0x83847682, .name = "STAC9221 A2", .patch = patch_stac922x },
6474 { .id = 0x83847683, .name = "STAC9221D A2", .patch = patch_stac922x },
Matt Porter22a27c72006-07-06 18:49:10 +02006475 { .id = 0x83847618, .name = "STAC9227", .patch = patch_stac927x },
6476 { .id = 0x83847619, .name = "STAC9227", .patch = patch_stac927x },
6477 { .id = 0x83847616, .name = "STAC9228", .patch = patch_stac927x },
6478 { .id = 0x83847617, .name = "STAC9228", .patch = patch_stac927x },
6479 { .id = 0x83847614, .name = "STAC9229", .patch = patch_stac927x },
6480 { .id = 0x83847615, .name = "STAC9229", .patch = patch_stac927x },
Matt Porter3cc08dc2006-01-23 15:27:49 +01006481 { .id = 0x83847620, .name = "STAC9274", .patch = patch_stac927x },
6482 { .id = 0x83847621, .name = "STAC9274D", .patch = patch_stac927x },
6483 { .id = 0x83847622, .name = "STAC9273X", .patch = patch_stac927x },
6484 { .id = 0x83847623, .name = "STAC9273D", .patch = patch_stac927x },
6485 { .id = 0x83847624, .name = "STAC9272X", .patch = patch_stac927x },
6486 { .id = 0x83847625, .name = "STAC9272D", .patch = patch_stac927x },
6487 { .id = 0x83847626, .name = "STAC9271X", .patch = patch_stac927x },
6488 { .id = 0x83847627, .name = "STAC9271D", .patch = patch_stac927x },
6489 { .id = 0x83847628, .name = "STAC9274X5NH", .patch = patch_stac927x },
6490 { .id = 0x83847629, .name = "STAC9274D5NH", .patch = patch_stac927x },
Tobin Davis8e21c342007-01-08 11:04:17 +01006491 { .id = 0x83847632, .name = "STAC9202", .patch = patch_stac925x },
6492 { .id = 0x83847633, .name = "STAC9202D", .patch = patch_stac925x },
6493 { .id = 0x83847634, .name = "STAC9250", .patch = patch_stac925x },
6494 { .id = 0x83847635, .name = "STAC9250D", .patch = patch_stac925x },
6495 { .id = 0x83847636, .name = "STAC9251", .patch = patch_stac925x },
6496 { .id = 0x83847637, .name = "STAC9250D", .patch = patch_stac925x },
Takashi Iwai7bd3c0f2008-05-02 12:28:02 +02006497 { .id = 0x83847645, .name = "92HD206X", .patch = patch_stac927x },
6498 { .id = 0x83847646, .name = "92HD206D", .patch = patch_stac927x },
Guillaume Munch6d859062006-08-22 17:15:47 +02006499 /* The following does not take into account .id=0x83847661 when subsys =
6500 * 104D0C00 which is STAC9225s. Because of this, some SZ Notebooks are
6501 * currently not fully supported.
6502 */
6503 { .id = 0x83847661, .name = "CXD9872RD/K", .patch = patch_stac9872 },
6504 { .id = 0x83847662, .name = "STAC9872AK", .patch = patch_stac9872 },
6505 { .id = 0x83847664, .name = "CXD9872AKD", .patch = patch_stac9872 },
Simos Xenitellisa5c0f882009-06-10 16:33:31 +01006506 { .id = 0x83847698, .name = "STAC9205", .patch = patch_stac9205 },
Matt Porterf3302a52006-07-31 12:49:34 +02006507 { .id = 0x838476a0, .name = "STAC9205", .patch = patch_stac9205 },
6508 { .id = 0x838476a1, .name = "STAC9205D", .patch = patch_stac9205 },
6509 { .id = 0x838476a2, .name = "STAC9204", .patch = patch_stac9205 },
6510 { .id = 0x838476a3, .name = "STAC9204D", .patch = patch_stac9205 },
6511 { .id = 0x838476a4, .name = "STAC9255", .patch = patch_stac9205 },
6512 { .id = 0x838476a5, .name = "STAC9255D", .patch = patch_stac9205 },
6513 { .id = 0x838476a6, .name = "STAC9254", .patch = patch_stac9205 },
6514 { .id = 0x838476a7, .name = "STAC9254D", .patch = patch_stac9205 },
Matthew Ranostayaafc4412008-06-13 18:04:33 +02006515 { .id = 0x111d7603, .name = "92HD75B3X5", .patch = patch_stac92hd71bxx},
Matthew Ranostayd0513fc2008-07-27 10:30:30 +02006516 { .id = 0x111d7604, .name = "92HD83C1X5", .patch = patch_stac92hd83xxx},
Vitaliy Kulikova9694fa2010-02-04 08:58:23 +01006517 { .id = 0x111d76d4, .name = "92HD83C1C5", .patch = patch_stac92hd83xxx},
Matthew Ranostayd0513fc2008-07-27 10:30:30 +02006518 { .id = 0x111d7605, .name = "92HD81B1X5", .patch = patch_stac92hd83xxx},
Matthew Ranostayff2e7332009-04-01 14:49:48 -04006519 { .id = 0x111d76d5, .name = "92HD81B1C5", .patch = patch_stac92hd83xxx},
Charles Chin8a345a02010-08-10 11:43:25 +02006520 { .id = 0x111d76d1, .name = "92HD87B1/3", .patch = patch_stac92hd83xxx},
6521 { .id = 0x111d76d9, .name = "92HD87B2/4", .patch = patch_stac92hd83xxx},
Charles Chin36706002010-01-29 12:05:51 +01006522 { .id = 0x111d7666, .name = "92HD88B3", .patch = patch_stac92hd83xxx},
6523 { .id = 0x111d7667, .name = "92HD88B1", .patch = patch_stac92hd83xxx},
6524 { .id = 0x111d7668, .name = "92HD88B2", .patch = patch_stac92hd83xxx},
6525 { .id = 0x111d7669, .name = "92HD88B4", .patch = patch_stac92hd83xxx},
Matthew Ranostayaafc4412008-06-13 18:04:33 +02006526 { .id = 0x111d7608, .name = "92HD75B2X5", .patch = patch_stac92hd71bxx},
Matthew Ranostay541eee82007-12-14 12:08:04 +01006527 { .id = 0x111d7674, .name = "92HD73D1X5", .patch = patch_stac92hd73xx },
6528 { .id = 0x111d7675, .name = "92HD73C1X5", .patch = patch_stac92hd73xx },
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01006529 { .id = 0x111d7676, .name = "92HD73E1X5", .patch = patch_stac92hd73xx },
Matthew Ranostay541eee82007-12-14 12:08:04 +01006530 { .id = 0x111d76b0, .name = "92HD71B8X", .patch = patch_stac92hd71bxx },
6531 { .id = 0x111d76b1, .name = "92HD71B8X", .patch = patch_stac92hd71bxx },
6532 { .id = 0x111d76b2, .name = "92HD71B7X", .patch = patch_stac92hd71bxx },
6533 { .id = 0x111d76b3, .name = "92HD71B7X", .patch = patch_stac92hd71bxx },
6534 { .id = 0x111d76b4, .name = "92HD71B6X", .patch = patch_stac92hd71bxx },
6535 { .id = 0x111d76b5, .name = "92HD71B6X", .patch = patch_stac92hd71bxx },
6536 { .id = 0x111d76b6, .name = "92HD71B5X", .patch = patch_stac92hd71bxx },
6537 { .id = 0x111d76b7, .name = "92HD71B5X", .patch = patch_stac92hd71bxx },
Charles Chin4d8ec5f2010-08-19 08:06:16 +02006538 { .id = 0x111d76c0, .name = "92HD89C3", .patch = patch_stac92hd73xx },
6539 { .id = 0x111d76c1, .name = "92HD89C2", .patch = patch_stac92hd73xx },
6540 { .id = 0x111d76c2, .name = "92HD89C1", .patch = patch_stac92hd73xx },
6541 { .id = 0x111d76c3, .name = "92HD89B3", .patch = patch_stac92hd73xx },
6542 { .id = 0x111d76c4, .name = "92HD89B2", .patch = patch_stac92hd73xx },
6543 { .id = 0x111d76c5, .name = "92HD89B1", .patch = patch_stac92hd73xx },
6544 { .id = 0x111d76c6, .name = "92HD89E3", .patch = patch_stac92hd73xx },
6545 { .id = 0x111d76c7, .name = "92HD89E2", .patch = patch_stac92hd73xx },
6546 { .id = 0x111d76c8, .name = "92HD89E1", .patch = patch_stac92hd73xx },
6547 { .id = 0x111d76c9, .name = "92HD89D3", .patch = patch_stac92hd73xx },
6548 { .id = 0x111d76ca, .name = "92HD89D2", .patch = patch_stac92hd73xx },
6549 { .id = 0x111d76cb, .name = "92HD89D1", .patch = patch_stac92hd73xx },
6550 { .id = 0x111d76cc, .name = "92HD89F3", .patch = patch_stac92hd73xx },
6551 { .id = 0x111d76cd, .name = "92HD89F2", .patch = patch_stac92hd73xx },
6552 { .id = 0x111d76ce, .name = "92HD89F1", .patch = patch_stac92hd73xx },
David Henningsson46724c22011-09-20 09:02:22 +02006553 { .id = 0x111d76df, .name = "92HD93BXX", .patch = patch_stac92hd83xxx},
Vitaliy Kulikovab5a6eb2010-09-08 09:00:17 +02006554 { .id = 0x111d76e0, .name = "92HD91BXX", .patch = patch_stac92hd83xxx},
Vitaliy Kulikov4dfb8a42011-02-22 17:32:19 -06006555 { .id = 0x111d76e3, .name = "92HD98BXX", .patch = patch_stac92hd83xxx},
6556 { .id = 0x111d76e5, .name = "92HD99BXX", .patch = patch_stac92hd83xxx},
Vitaliy Kulikovab5a6eb2010-09-08 09:00:17 +02006557 { .id = 0x111d76e7, .name = "92HD90BXX", .patch = patch_stac92hd83xxx},
Charles Chinad5d8752011-11-02 07:56:58 +01006558 { .id = 0x111d76e8, .name = "92HD66B1X5", .patch = patch_stac92hd83xxx},
6559 { .id = 0x111d76e9, .name = "92HD66B2X5", .patch = patch_stac92hd83xxx},
6560 { .id = 0x111d76ea, .name = "92HD66B3X5", .patch = patch_stac92hd83xxx},
6561 { .id = 0x111d76eb, .name = "92HD66C1X5", .patch = patch_stac92hd83xxx},
6562 { .id = 0x111d76ec, .name = "92HD66C2X5", .patch = patch_stac92hd83xxx},
6563 { .id = 0x111d76ed, .name = "92HD66C3X5", .patch = patch_stac92hd83xxx},
6564 { .id = 0x111d76ee, .name = "92HD66B1X3", .patch = patch_stac92hd83xxx},
6565 { .id = 0x111d76ef, .name = "92HD66B2X3", .patch = patch_stac92hd83xxx},
6566 { .id = 0x111d76f0, .name = "92HD66B3X3", .patch = patch_stac92hd83xxx},
6567 { .id = 0x111d76f1, .name = "92HD66C1X3", .patch = patch_stac92hd83xxx},
6568 { .id = 0x111d76f2, .name = "92HD66C2X3", .patch = patch_stac92hd83xxx},
6569 { .id = 0x111d76f3, .name = "92HD66C3/65", .patch = patch_stac92hd83xxx},
Matt2f2f4252005-04-13 14:45:30 +02006570 {} /* terminator */
6571};
Takashi Iwai1289e9e2008-11-27 15:47:11 +01006572
6573MODULE_ALIAS("snd-hda-codec-id:8384*");
6574MODULE_ALIAS("snd-hda-codec-id:111d*");
6575
6576MODULE_LICENSE("GPL");
6577MODULE_DESCRIPTION("IDT/Sigmatel HD-audio codec");
6578
6579static struct hda_codec_preset_list sigmatel_list = {
6580 .preset = snd_hda_preset_sigmatel,
6581 .owner = THIS_MODULE,
6582};
6583
6584static int __init patch_sigmatel_init(void)
6585{
6586 return snd_hda_add_codec_preset(&sigmatel_list);
6587}
6588
6589static void __exit patch_sigmatel_exit(void)
6590{
6591 snd_hda_delete_codec_preset(&sigmatel_list);
6592}
6593
6594module_init(patch_sigmatel_init)
6595module_exit(patch_sigmatel_exit)