blob: 9047dc76b007df797545c393db03c019ed846dc5 [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>
31#include <sound/core.h>
Mattc7d4b2f2005-06-27 14:59:41 +020032#include <sound/asoundef.h>
Matt2f2f4252005-04-13 14:45:30 +020033#include "hda_codec.h"
34#include "hda_local.h"
Harvey Harrison3c9a3202008-02-29 11:59:26 +010035#include "hda_patch.h"
Matthew Ranostay1cd22242008-07-18 18:20:52 +020036#include "hda_beep.h"
Matt2f2f4252005-04-13 14:45:30 +020037
Matt4e550962005-07-04 17:51:39 +020038#define NUM_CONTROL_ALLOC 32
Matthew Ranostayc39555d2008-11-14 17:46:22 -050039
40#define STAC_VREF_EVENT 0x00
41#define STAC_INSERT_EVENT 0x10
Matthew Ranostaya64135a2008-01-10 16:55:06 +010042#define STAC_PWR_EVENT 0x20
43#define STAC_HP_EVENT 0x30
Matt4e550962005-07-04 17:51:39 +020044
Takashi Iwaif5fcc132006-11-24 17:07:44 +010045enum {
46 STAC_REF,
Tobin Davisbf277782008-02-03 20:31:47 +010047 STAC_9200_OQO,
Takashi Iwaidfe495d2007-08-23 19:04:28 +020048 STAC_9200_DELL_D21,
49 STAC_9200_DELL_D22,
50 STAC_9200_DELL_D23,
51 STAC_9200_DELL_M21,
52 STAC_9200_DELL_M22,
53 STAC_9200_DELL_M23,
54 STAC_9200_DELL_M24,
55 STAC_9200_DELL_M25,
56 STAC_9200_DELL_M26,
57 STAC_9200_DELL_M27,
Takashi Iwai1194b5b2007-10-10 10:04:26 +020058 STAC_9200_GATEWAY,
Takashi Iwai117f2572008-03-18 09:53:23 +010059 STAC_9200_PANASONIC,
Takashi Iwaif5fcc132006-11-24 17:07:44 +010060 STAC_9200_MODELS
61};
62
63enum {
64 STAC_9205_REF,
Takashi Iwaidfe495d2007-08-23 19:04:28 +020065 STAC_9205_DELL_M42,
Tobin Davisae0a8ed2007-08-13 15:50:29 +020066 STAC_9205_DELL_M43,
67 STAC_9205_DELL_M44,
Takashi Iwaif5fcc132006-11-24 17:07:44 +010068 STAC_9205_MODELS
69};
70
71enum {
Matthew Ranostaye1f0d662007-12-13 17:47:21 +010072 STAC_92HD73XX_REF,
Matthew Ranostaya7662642008-02-21 07:51:14 +010073 STAC_DELL_M6,
Matthew Ranostay6b3ab212008-11-03 08:12:43 -050074 STAC_DELL_EQ,
Matthew Ranostaye1f0d662007-12-13 17:47:21 +010075 STAC_92HD73XX_MODELS
76};
77
78enum {
Matthew Ranostayd0513fc2008-07-27 10:30:30 +020079 STAC_92HD83XXX_REF,
80 STAC_92HD83XXX_MODELS
81};
82
83enum {
Matthew Ranostaye035b842007-11-06 11:53:55 +010084 STAC_92HD71BXX_REF,
Matthew Ranostaya7662642008-02-21 07:51:14 +010085 STAC_DELL_M4_1,
86 STAC_DELL_M4_2,
Matthew Ranostay3a7abfd2008-11-20 21:21:43 -050087 STAC_DELL_M4_3,
Matthew Ranostay6a14f582008-09-12 12:02:30 -040088 STAC_HP_M4,
Matthew Ranostaye035b842007-11-06 11:53:55 +010089 STAC_92HD71BXX_MODELS
90};
91
92enum {
Tobin Davis8e21c342007-01-08 11:04:17 +010093 STAC_925x_REF,
94 STAC_M2_2,
95 STAC_MA6,
Tobin Davis2c11f952007-05-17 09:36:34 +020096 STAC_PA6,
Tobin Davis8e21c342007-01-08 11:04:17 +010097 STAC_925x_MODELS
98};
99
100enum {
Takashi Iwaif5fcc132006-11-24 17:07:44 +0100101 STAC_D945_REF,
102 STAC_D945GTP3,
103 STAC_D945GTP5,
Ivan N. Zlatev5d5d3bc2007-05-29 16:03:00 +0200104 STAC_INTEL_MAC_V1,
105 STAC_INTEL_MAC_V2,
106 STAC_INTEL_MAC_V3,
107 STAC_INTEL_MAC_V4,
108 STAC_INTEL_MAC_V5,
Nicolas Boichat536319a2008-07-21 22:18:01 +0800109 STAC_INTEL_MAC_AUTO, /* This model is selected if no module parameter
110 * is given, one of the above models will be
111 * chosen according to the subsystem id. */
Takashi Iwaidfe495d2007-08-23 19:04:28 +0200112 /* for backward compatibility */
Takashi Iwaif5fcc132006-11-24 17:07:44 +0100113 STAC_MACMINI,
Takashi Iwai3fc24d82007-02-16 13:27:18 +0100114 STAC_MACBOOK,
Nicolas Boichat6f0778d2007-03-15 12:38:15 +0100115 STAC_MACBOOK_PRO_V1,
116 STAC_MACBOOK_PRO_V2,
Sylvain FORETf16928f2007-04-27 14:22:36 +0200117 STAC_IMAC_INTEL,
Takashi Iwai0dae0f82007-05-21 12:41:29 +0200118 STAC_IMAC_INTEL_20,
Mauro Carvalho Chehab8c650082008-08-04 10:39:59 -0300119 STAC_ECS_202,
Takashi Iwaidfe495d2007-08-23 19:04:28 +0200120 STAC_922X_DELL_D81,
121 STAC_922X_DELL_D82,
122 STAC_922X_DELL_M81,
123 STAC_922X_DELL_M82,
Takashi Iwaif5fcc132006-11-24 17:07:44 +0100124 STAC_922X_MODELS
125};
126
127enum {
128 STAC_D965_REF,
129 STAC_D965_3ST,
130 STAC_D965_5ST,
Tobin Davis4ff076e2007-08-07 11:48:12 +0200131 STAC_DELL_3ST,
Matthew Ranostay8e9068b2007-12-17 11:58:13 +0100132 STAC_DELL_BIOS,
Takashi Iwaif5fcc132006-11-24 17:07:44 +0100133 STAC_927X_MODELS
134};
Matt Porter403d1942005-11-29 15:00:51 +0100135
Matt2f2f4252005-04-13 14:45:30 +0200136struct sigmatel_spec {
Takashi Iwaic8b6bf92005-11-17 14:57:47 +0100137 struct snd_kcontrol_new *mixers[4];
Mattc7d4b2f2005-06-27 14:59:41 +0200138 unsigned int num_mixers;
139
Matt Porter403d1942005-11-29 15:00:51 +0100140 int board_config;
Matthew Ranostay0253fdc2008-11-16 11:42:34 -0500141 unsigned int eapd_switch: 1;
Mattc7d4b2f2005-06-27 14:59:41 +0200142 unsigned int surr_switch: 1;
Matt Porter403d1942005-11-29 15:00:51 +0100143 unsigned int line_switch: 1;
144 unsigned int mic_switch: 1;
Matt Porter3cc08dc2006-01-23 15:27:49 +0100145 unsigned int alt_switch: 1;
Takashi Iwai82bc9552006-03-21 11:24:42 +0100146 unsigned int hp_detect: 1;
Matthew Ranostay00ef50c2008-09-27 18:13:47 -0400147 unsigned int spdif_mute: 1;
Mattc7d4b2f2005-06-27 14:59:41 +0200148
Matthew Ranostay4fe51952008-01-29 15:28:44 +0100149 /* gpio lines */
Matthew Ranostay0fc9dec2008-04-14 13:32:54 +0200150 unsigned int eapd_mask;
Matthew Ranostay4fe51952008-01-29 15:28:44 +0100151 unsigned int gpio_mask;
152 unsigned int gpio_dir;
153 unsigned int gpio_data;
154 unsigned int gpio_mute;
155
Matthew Ranostay8daaaa92008-08-15 07:45:52 +0200156 /* stream */
157 unsigned int stream_delay;
158
Matthew Ranostay4fe51952008-01-29 15:28:44 +0100159 /* analog loopback */
Matthew Ranostaye1f0d662007-12-13 17:47:21 +0100160 unsigned char aloopback_mask;
161 unsigned char aloopback_shift;
Takashi Iwai82599802007-07-31 15:56:24 +0200162
Matthew Ranostaya64135a2008-01-10 16:55:06 +0100163 /* power management */
164 unsigned int num_pwrs;
Matthew Ranostayd0513fc2008-07-27 10:30:30 +0200165 unsigned int *pwr_mapping;
Matthew Ranostaya64135a2008-01-10 16:55:06 +0100166 hda_nid_t *pwr_nids;
Matthew Ranostayb76c8502008-02-06 14:49:44 +0100167 hda_nid_t *dac_list;
Matthew Ranostaya64135a2008-01-10 16:55:06 +0100168
Matt2f2f4252005-04-13 14:45:30 +0200169 /* playback */
Matthew Ranostayb22b4822008-01-22 12:32:30 +0100170 struct hda_input_mux *mono_mux;
Matthew Ranostay89385032008-09-11 09:49:39 -0400171 struct hda_input_mux *amp_mux;
Matthew Ranostayb22b4822008-01-22 12:32:30 +0100172 unsigned int cur_mmux;
Matt2f2f4252005-04-13 14:45:30 +0200173 struct hda_multi_out multiout;
Matt Porter3cc08dc2006-01-23 15:27:49 +0100174 hda_nid_t dac_nids[5];
Matt2f2f4252005-04-13 14:45:30 +0200175
176 /* capture */
177 hda_nid_t *adc_nids;
Matt2f2f4252005-04-13 14:45:30 +0200178 unsigned int num_adcs;
Mattdabbed62005-06-14 10:19:34 +0200179 hda_nid_t *mux_nids;
180 unsigned int num_muxes;
Matt Porter8b657272006-10-26 17:12:59 +0200181 hda_nid_t *dmic_nids;
182 unsigned int num_dmics;
Matthew Ranostaye1f0d662007-12-13 17:47:21 +0100183 hda_nid_t *dmux_nids;
Takashi Iwai1697055e2007-12-18 18:05:52 +0100184 unsigned int num_dmuxes;
Matthew Ranostayd9737752008-09-07 12:03:41 +0200185 hda_nid_t *smux_nids;
186 unsigned int num_smuxes;
Matthew Ranostay65973632008-09-16 10:39:37 -0400187 const char **spdif_labels;
Matthew Ranostayd9737752008-09-07 12:03:41 +0200188
Mattdabbed62005-06-14 10:19:34 +0200189 hda_nid_t dig_in_nid;
Matthew Ranostayb22b4822008-01-22 12:32:30 +0100190 hda_nid_t mono_nid;
Matthew Ranostay1cd22242008-07-18 18:20:52 +0200191 hda_nid_t anabeep_nid;
192 hda_nid_t digbeep_nid;
Matt2f2f4252005-04-13 14:45:30 +0200193
Matt2f2f4252005-04-13 14:45:30 +0200194 /* pin widgets */
195 hda_nid_t *pin_nids;
196 unsigned int num_pins;
Matt2f2f4252005-04-13 14:45:30 +0200197 unsigned int *pin_configs;
Richard Fish11b44bb2006-08-23 18:31:34 +0200198 unsigned int *bios_pin_configs;
Matt2f2f4252005-04-13 14:45:30 +0200199
200 /* codec specific stuff */
201 struct hda_verb *init;
Takashi Iwaic8b6bf92005-11-17 14:57:47 +0100202 struct snd_kcontrol_new *mixer;
Matt2f2f4252005-04-13 14:45:30 +0200203
204 /* capture source */
Matt Porter8b657272006-10-26 17:12:59 +0200205 struct hda_input_mux *dinput_mux;
Matthew Ranostaye1f0d662007-12-13 17:47:21 +0100206 unsigned int cur_dmux[2];
Mattc7d4b2f2005-06-27 14:59:41 +0200207 struct hda_input_mux *input_mux;
Matt Porter3cc08dc2006-01-23 15:27:49 +0100208 unsigned int cur_mux[3];
Matthew Ranostayd9737752008-09-07 12:03:41 +0200209 struct hda_input_mux *sinput_mux;
210 unsigned int cur_smux[2];
Matthew Ranostay2a9c7812008-09-13 16:45:39 -0400211 unsigned int cur_amux;
212 hda_nid_t *amp_nids;
213 unsigned int num_amps;
Matthew Ranostay8daaaa92008-08-15 07:45:52 +0200214 unsigned int powerdown_adcs;
Matt2f2f4252005-04-13 14:45:30 +0200215
Matt Porter403d1942005-11-29 15:00:51 +0100216 /* i/o switches */
217 unsigned int io_switch[2];
Maxim Levitsky0fb87bb2007-09-03 15:29:04 +0200218 unsigned int clfe_swap;
Takashi Iwaid7a89432008-11-12 09:48:04 +0100219 unsigned int hp_switch; /* NID of HP as line-out */
Maxim Levitsky5f10c4a2007-09-03 15:29:37 +0200220 unsigned int aloopback;
Matt2f2f4252005-04-13 14:45:30 +0200221
Mattc7d4b2f2005-06-27 14:59:41 +0200222 struct hda_pcm pcm_rec[2]; /* PCM information */
223
224 /* dynamic controls and input_mux */
225 struct auto_pin_cfg autocfg;
226 unsigned int num_kctl_alloc, num_kctl_used;
Takashi Iwaic8b6bf92005-11-17 14:57:47 +0100227 struct snd_kcontrol_new *kctl_alloc;
Matt Porter8b657272006-10-26 17:12:59 +0200228 struct hda_input_mux private_dimux;
Mattc7d4b2f2005-06-27 14:59:41 +0200229 struct hda_input_mux private_imux;
Matthew Ranostayd9737752008-09-07 12:03:41 +0200230 struct hda_input_mux private_smux;
Matthew Ranostay89385032008-09-11 09:49:39 -0400231 struct hda_input_mux private_amp_mux;
Matthew Ranostayb22b4822008-01-22 12:32:30 +0100232 struct hda_input_mux private_mono_mux;
Matt2f2f4252005-04-13 14:45:30 +0200233};
234
235static hda_nid_t stac9200_adc_nids[1] = {
236 0x03,
237};
238
239static hda_nid_t stac9200_mux_nids[1] = {
240 0x0c,
241};
242
243static hda_nid_t stac9200_dac_nids[1] = {
244 0x02,
245};
246
Matthew Ranostaya64135a2008-01-10 16:55:06 +0100247static hda_nid_t stac92hd73xx_pwr_nids[8] = {
248 0x0a, 0x0b, 0x0c, 0xd, 0x0e,
249 0x0f, 0x10, 0x11
250};
251
Matthew Ranostay0ffa9802008-09-08 11:20:05 -0400252static hda_nid_t stac92hd73xx_slave_dig_outs[2] = {
253 0x26, 0,
254};
255
Matthew Ranostaye1f0d662007-12-13 17:47:21 +0100256static hda_nid_t stac92hd73xx_adc_nids[2] = {
257 0x1a, 0x1b
258};
259
Matthew Ranostay2a9c7812008-09-13 16:45:39 -0400260#define DELL_M6_AMP 2
261static hda_nid_t stac92hd73xx_amp_nids[3] = {
262 0x0b, 0x0c, 0x0e
Matthew Ranostay89385032008-09-11 09:49:39 -0400263};
264
Matthew Ranostaye1f0d662007-12-13 17:47:21 +0100265#define STAC92HD73XX_NUM_DMICS 2
266static hda_nid_t stac92hd73xx_dmic_nids[STAC92HD73XX_NUM_DMICS + 1] = {
267 0x13, 0x14, 0
268};
269
270#define STAC92HD73_DAC_COUNT 5
271static hda_nid_t stac92hd73xx_dac_nids[STAC92HD73_DAC_COUNT] = {
272 0x15, 0x16, 0x17, 0x18, 0x19,
273};
274
275static hda_nid_t stac92hd73xx_mux_nids[4] = {
276 0x28, 0x29, 0x2a, 0x2b,
277};
278
279static hda_nid_t stac92hd73xx_dmux_nids[2] = {
280 0x20, 0x21,
281};
282
Matthew Ranostayd9737752008-09-07 12:03:41 +0200283static hda_nid_t stac92hd73xx_smux_nids[2] = {
284 0x22, 0x23,
285};
286
Matthew Ranostayd0513fc2008-07-27 10:30:30 +0200287#define STAC92HD83XXX_NUM_DMICS 2
288static hda_nid_t stac92hd83xxx_dmic_nids[STAC92HD83XXX_NUM_DMICS + 1] = {
289 0x11, 0x12, 0
290};
291
292#define STAC92HD81_DAC_COUNT 2
293#define STAC92HD83_DAC_COUNT 3
294static hda_nid_t stac92hd83xxx_dac_nids[STAC92HD73_DAC_COUNT] = {
295 0x13, 0x14, 0x22,
296};
297
298static hda_nid_t stac92hd83xxx_dmux_nids[2] = {
299 0x17, 0x18,
300};
301
302static hda_nid_t stac92hd83xxx_adc_nids[2] = {
303 0x15, 0x16,
304};
305
306static hda_nid_t stac92hd83xxx_pwr_nids[4] = {
307 0xa, 0xb, 0xd, 0xe,
308};
309
Matthew Ranostay0ffa9802008-09-08 11:20:05 -0400310static hda_nid_t stac92hd83xxx_slave_dig_outs[2] = {
311 0x1e, 0,
312};
313
Matthew Ranostayd0513fc2008-07-27 10:30:30 +0200314static unsigned int stac92hd83xxx_pwr_mapping[4] = {
315 0x03, 0x0c, 0x10, 0x40,
316};
317
Matthew Ranostaya64135a2008-01-10 16:55:06 +0100318static hda_nid_t stac92hd71bxx_pwr_nids[3] = {
319 0x0a, 0x0d, 0x0f
320};
321
Matthew Ranostaye035b842007-11-06 11:53:55 +0100322static hda_nid_t stac92hd71bxx_adc_nids[2] = {
323 0x12, 0x13,
324};
325
326static hda_nid_t stac92hd71bxx_mux_nids[2] = {
327 0x1a, 0x1b
328};
329
Matthew Ranostay4b33c762008-10-10 09:07:23 -0400330static hda_nid_t stac92hd71bxx_dmux_nids[2] = {
331 0x1c, 0x1d,
Matthew Ranostaye1f0d662007-12-13 17:47:21 +0100332};
333
Matthew Ranostayd9737752008-09-07 12:03:41 +0200334static hda_nid_t stac92hd71bxx_smux_nids[2] = {
335 0x24, 0x25,
336};
337
Takashi Iwaiaea7bb02008-02-25 18:26:41 +0100338static hda_nid_t stac92hd71bxx_dac_nids[1] = {
Matthew Ranostaye035b842007-11-06 11:53:55 +0100339 0x10, /*0x11, */
340};
341
342#define STAC92HD71BXX_NUM_DMICS 2
343static hda_nid_t stac92hd71bxx_dmic_nids[STAC92HD71BXX_NUM_DMICS + 1] = {
344 0x18, 0x19, 0
345};
346
Matthew Ranostay0ffa9802008-09-08 11:20:05 -0400347static hda_nid_t stac92hd71bxx_slave_dig_outs[2] = {
348 0x22, 0
349};
350
Tobin Davis8e21c342007-01-08 11:04:17 +0100351static hda_nid_t stac925x_adc_nids[1] = {
352 0x03,
353};
354
355static hda_nid_t stac925x_mux_nids[1] = {
356 0x0f,
357};
358
359static hda_nid_t stac925x_dac_nids[1] = {
360 0x02,
361};
362
Takashi Iwaif6e98522007-10-16 14:27:04 +0200363#define STAC925X_NUM_DMICS 1
364static hda_nid_t stac925x_dmic_nids[STAC925X_NUM_DMICS + 1] = {
365 0x15, 0
Tobin Davis2c11f952007-05-17 09:36:34 +0200366};
367
Takashi Iwai1697055e2007-12-18 18:05:52 +0100368static hda_nid_t stac925x_dmux_nids[1] = {
369 0x14,
370};
371
Matt2f2f4252005-04-13 14:45:30 +0200372static hda_nid_t stac922x_adc_nids[2] = {
373 0x06, 0x07,
374};
375
376static hda_nid_t stac922x_mux_nids[2] = {
377 0x12, 0x13,
378};
379
Matt Porter3cc08dc2006-01-23 15:27:49 +0100380static hda_nid_t stac927x_adc_nids[3] = {
381 0x07, 0x08, 0x09
382};
383
384static hda_nid_t stac927x_mux_nids[3] = {
385 0x15, 0x16, 0x17
386};
387
Matthew Ranostayd9737752008-09-07 12:03:41 +0200388static hda_nid_t stac927x_smux_nids[1] = {
389 0x21,
390};
391
Matthew Ranostayb76c8502008-02-06 14:49:44 +0100392static hda_nid_t stac927x_dac_nids[6] = {
393 0x02, 0x03, 0x04, 0x05, 0x06, 0
394};
395
Matthew Ranostaye1f0d662007-12-13 17:47:21 +0100396static hda_nid_t stac927x_dmux_nids[1] = {
397 0x1b,
398};
399
Matthew Ranostay7f168592007-10-18 17:38:17 +0200400#define STAC927X_NUM_DMICS 2
401static hda_nid_t stac927x_dmic_nids[STAC927X_NUM_DMICS + 1] = {
402 0x13, 0x14, 0
403};
404
Matthew Ranostay65973632008-09-16 10:39:37 -0400405static const char *stac927x_spdif_labels[5] = {
406 "Digital Playback", "ADAT", "Analog Mux 1",
407 "Analog Mux 2", "Analog Mux 3"
408};
409
Matt Porterf3302a52006-07-31 12:49:34 +0200410static hda_nid_t stac9205_adc_nids[2] = {
411 0x12, 0x13
412};
413
414static hda_nid_t stac9205_mux_nids[2] = {
415 0x19, 0x1a
416};
417
Matthew Ranostaye1f0d662007-12-13 17:47:21 +0100418static hda_nid_t stac9205_dmux_nids[1] = {
Takashi Iwai1697055e2007-12-18 18:05:52 +0100419 0x1d,
Matthew Ranostaye1f0d662007-12-13 17:47:21 +0100420};
421
Matthew Ranostayd9737752008-09-07 12:03:41 +0200422static hda_nid_t stac9205_smux_nids[1] = {
423 0x21,
424};
425
Takashi Iwaif6e98522007-10-16 14:27:04 +0200426#define STAC9205_NUM_DMICS 2
427static hda_nid_t stac9205_dmic_nids[STAC9205_NUM_DMICS + 1] = {
428 0x17, 0x18, 0
Matt Porter8b657272006-10-26 17:12:59 +0200429};
430
Mattc7d4b2f2005-06-27 14:59:41 +0200431static hda_nid_t stac9200_pin_nids[8] = {
Tobin Davis93ed1502006-09-01 21:03:12 +0200432 0x08, 0x09, 0x0d, 0x0e,
433 0x0f, 0x10, 0x11, 0x12,
Matt2f2f4252005-04-13 14:45:30 +0200434};
435
Tobin Davis8e21c342007-01-08 11:04:17 +0100436static hda_nid_t stac925x_pin_nids[8] = {
437 0x07, 0x08, 0x0a, 0x0b,
438 0x0c, 0x0d, 0x10, 0x11,
439};
440
Matt2f2f4252005-04-13 14:45:30 +0200441static hda_nid_t stac922x_pin_nids[10] = {
442 0x0a, 0x0b, 0x0c, 0x0d, 0x0e,
443 0x0f, 0x10, 0x11, 0x15, 0x1b,
444};
445
Matthew Ranostaya7662642008-02-21 07:51:14 +0100446static hda_nid_t stac92hd73xx_pin_nids[13] = {
Matthew Ranostaye1f0d662007-12-13 17:47:21 +0100447 0x0a, 0x0b, 0x0c, 0x0d, 0x0e,
448 0x0f, 0x10, 0x11, 0x12, 0x13,
Matthew Ranostayd9737752008-09-07 12:03:41 +0200449 0x14, 0x22, 0x23
Matthew Ranostaye1f0d662007-12-13 17:47:21 +0100450};
451
Matthew Ranostayd0513fc2008-07-27 10:30:30 +0200452static hda_nid_t stac92hd83xxx_pin_nids[14] = {
453 0x0a, 0x0b, 0x0c, 0x0d, 0x0e,
454 0x0f, 0x10, 0x11, 0x12, 0x13,
455 0x1d, 0x1e, 0x1f, 0x20
456};
Matthew Ranostay0ffa9802008-09-08 11:20:05 -0400457static hda_nid_t stac92hd71bxx_pin_nids[11] = {
Matthew Ranostaye035b842007-11-06 11:53:55 +0100458 0x0a, 0x0b, 0x0c, 0x0d, 0x0e,
459 0x0f, 0x14, 0x18, 0x19, 0x1e,
Matthew Ranostay0ffa9802008-09-08 11:20:05 -0400460 0x1f,
Matthew Ranostaye035b842007-11-06 11:53:55 +0100461};
462
Matt Porter3cc08dc2006-01-23 15:27:49 +0100463static hda_nid_t stac927x_pin_nids[14] = {
464 0x0a, 0x0b, 0x0c, 0x0d, 0x0e,
465 0x0f, 0x10, 0x11, 0x12, 0x13,
466 0x14, 0x21, 0x22, 0x23,
467};
468
Matt Porterf3302a52006-07-31 12:49:34 +0200469static hda_nid_t stac9205_pin_nids[12] = {
470 0x0a, 0x0b, 0x0c, 0x0d, 0x0e,
471 0x0f, 0x14, 0x16, 0x17, 0x18,
472 0x21, 0x22,
Matt Porterf3302a52006-07-31 12:49:34 +0200473};
474
Matthew Ranostay89385032008-09-11 09:49:39 -0400475#define stac92xx_amp_volume_info snd_hda_mixer_amp_volume_info
476
477static int stac92xx_amp_volume_get(struct snd_kcontrol *kcontrol,
478 struct snd_ctl_elem_value *ucontrol)
479{
480 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
481 struct sigmatel_spec *spec = codec->spec;
482 hda_nid_t nid = spec->amp_nids[spec->cur_amux];
483
484 kcontrol->private_value ^= get_amp_nid(kcontrol);
485 kcontrol->private_value |= nid;
486
487 return snd_hda_mixer_amp_volume_get(kcontrol, ucontrol);
488}
489
490static int stac92xx_amp_volume_put(struct snd_kcontrol *kcontrol,
491 struct snd_ctl_elem_value *ucontrol)
492{
493 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
494 struct sigmatel_spec *spec = codec->spec;
495 hda_nid_t nid = spec->amp_nids[spec->cur_amux];
496
497 kcontrol->private_value ^= get_amp_nid(kcontrol);
498 kcontrol->private_value |= nid;
499
500 return snd_hda_mixer_amp_volume_put(kcontrol, ucontrol);
501}
502
Matt Porter8b657272006-10-26 17:12:59 +0200503static int stac92xx_dmux_enum_info(struct snd_kcontrol *kcontrol,
504 struct snd_ctl_elem_info *uinfo)
505{
506 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
507 struct sigmatel_spec *spec = codec->spec;
508 return snd_hda_input_mux_info(spec->dinput_mux, uinfo);
509}
510
511static int stac92xx_dmux_enum_get(struct snd_kcontrol *kcontrol,
512 struct snd_ctl_elem_value *ucontrol)
513{
514 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
515 struct sigmatel_spec *spec = codec->spec;
Matthew Ranostaye1f0d662007-12-13 17:47:21 +0100516 unsigned int dmux_idx = snd_ctl_get_ioffidx(kcontrol, &ucontrol->id);
Matt Porter8b657272006-10-26 17:12:59 +0200517
Matthew Ranostaye1f0d662007-12-13 17:47:21 +0100518 ucontrol->value.enumerated.item[0] = spec->cur_dmux[dmux_idx];
Matt Porter8b657272006-10-26 17:12:59 +0200519 return 0;
520}
521
522static int stac92xx_dmux_enum_put(struct snd_kcontrol *kcontrol,
523 struct snd_ctl_elem_value *ucontrol)
524{
525 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
526 struct sigmatel_spec *spec = codec->spec;
Matthew Ranostaye1f0d662007-12-13 17:47:21 +0100527 unsigned int dmux_idx = snd_ctl_get_ioffidx(kcontrol, &ucontrol->id);
Matt Porter8b657272006-10-26 17:12:59 +0200528
529 return snd_hda_input_mux_put(codec, spec->dinput_mux, ucontrol,
Matthew Ranostaye1f0d662007-12-13 17:47:21 +0100530 spec->dmux_nids[dmux_idx], &spec->cur_dmux[dmux_idx]);
Matt Porter8b657272006-10-26 17:12:59 +0200531}
532
Matthew Ranostayd9737752008-09-07 12:03:41 +0200533static int stac92xx_smux_enum_info(struct snd_kcontrol *kcontrol,
534 struct snd_ctl_elem_info *uinfo)
535{
536 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
537 struct sigmatel_spec *spec = codec->spec;
538 return snd_hda_input_mux_info(spec->sinput_mux, uinfo);
539}
540
541static int stac92xx_smux_enum_get(struct snd_kcontrol *kcontrol,
542 struct snd_ctl_elem_value *ucontrol)
543{
544 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
545 struct sigmatel_spec *spec = codec->spec;
546 unsigned int smux_idx = snd_ctl_get_ioffidx(kcontrol, &ucontrol->id);
547
548 ucontrol->value.enumerated.item[0] = spec->cur_smux[smux_idx];
549 return 0;
550}
551
552static int stac92xx_smux_enum_put(struct snd_kcontrol *kcontrol,
553 struct snd_ctl_elem_value *ucontrol)
554{
555 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
556 struct sigmatel_spec *spec = codec->spec;
Matthew Ranostay00ef50c2008-09-27 18:13:47 -0400557 struct hda_input_mux *smux = &spec->private_smux;
Matthew Ranostayd9737752008-09-07 12:03:41 +0200558 unsigned int smux_idx = snd_ctl_get_ioffidx(kcontrol, &ucontrol->id);
Matthew Ranostay00ef50c2008-09-27 18:13:47 -0400559 int err, val;
560 hda_nid_t nid;
Matthew Ranostayd9737752008-09-07 12:03:41 +0200561
Matthew Ranostay00ef50c2008-09-27 18:13:47 -0400562 err = snd_hda_input_mux_put(codec, spec->sinput_mux, ucontrol,
Matthew Ranostayd9737752008-09-07 12:03:41 +0200563 spec->smux_nids[smux_idx], &spec->cur_smux[smux_idx]);
Matthew Ranostay00ef50c2008-09-27 18:13:47 -0400564 if (err < 0)
565 return err;
566
567 if (spec->spdif_mute) {
568 if (smux_idx == 0)
569 nid = spec->multiout.dig_out_nid;
570 else
571 nid = codec->slave_dig_outs[smux_idx - 1];
572 if (spec->cur_smux[smux_idx] == smux->num_items - 1)
573 val = AMP_OUT_MUTE;
Matthew Ranostay00ef50c2008-09-27 18:13:47 -0400574 else
Takashi Iwaic1e99bd2008-10-29 08:03:42 +0100575 val = AMP_OUT_UNMUTE;
Matthew Ranostay00ef50c2008-09-27 18:13:47 -0400576 /* un/mute SPDIF out */
577 snd_hda_codec_write_cache(codec, nid, 0,
578 AC_VERB_SET_AMP_GAIN_MUTE, val);
579 }
580 return 0;
Matthew Ranostayd9737752008-09-07 12:03:41 +0200581}
582
Takashi Iwaic8b6bf92005-11-17 14:57:47 +0100583static int stac92xx_mux_enum_info(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_info *uinfo)
Matt2f2f4252005-04-13 14:45:30 +0200584{
585 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
586 struct sigmatel_spec *spec = codec->spec;
Mattc7d4b2f2005-06-27 14:59:41 +0200587 return snd_hda_input_mux_info(spec->input_mux, uinfo);
Matt2f2f4252005-04-13 14:45:30 +0200588}
589
Takashi Iwaic8b6bf92005-11-17 14:57:47 +0100590static int stac92xx_mux_enum_get(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol)
Matt2f2f4252005-04-13 14:45:30 +0200591{
592 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
593 struct sigmatel_spec *spec = codec->spec;
594 unsigned int adc_idx = snd_ctl_get_ioffidx(kcontrol, &ucontrol->id);
595
596 ucontrol->value.enumerated.item[0] = spec->cur_mux[adc_idx];
597 return 0;
598}
599
Takashi Iwaic8b6bf92005-11-17 14:57:47 +0100600static int stac92xx_mux_enum_put(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol)
Matt2f2f4252005-04-13 14:45:30 +0200601{
602 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
603 struct sigmatel_spec *spec = codec->spec;
604 unsigned int adc_idx = snd_ctl_get_ioffidx(kcontrol, &ucontrol->id);
605
Mattc7d4b2f2005-06-27 14:59:41 +0200606 return snd_hda_input_mux_put(codec, spec->input_mux, ucontrol,
Matt2f2f4252005-04-13 14:45:30 +0200607 spec->mux_nids[adc_idx], &spec->cur_mux[adc_idx]);
608}
609
Matthew Ranostayb22b4822008-01-22 12:32:30 +0100610static int stac92xx_mono_mux_enum_info(struct snd_kcontrol *kcontrol,
611 struct snd_ctl_elem_info *uinfo)
612{
613 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
614 struct sigmatel_spec *spec = codec->spec;
615 return snd_hda_input_mux_info(spec->mono_mux, uinfo);
616}
617
618static int stac92xx_mono_mux_enum_get(struct snd_kcontrol *kcontrol,
619 struct snd_ctl_elem_value *ucontrol)
620{
621 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
622 struct sigmatel_spec *spec = codec->spec;
623
624 ucontrol->value.enumerated.item[0] = spec->cur_mmux;
625 return 0;
626}
627
628static int stac92xx_mono_mux_enum_put(struct snd_kcontrol *kcontrol,
629 struct snd_ctl_elem_value *ucontrol)
630{
631 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
632 struct sigmatel_spec *spec = codec->spec;
633
634 return snd_hda_input_mux_put(codec, spec->mono_mux, ucontrol,
635 spec->mono_nid, &spec->cur_mmux);
636}
637
Matthew Ranostay89385032008-09-11 09:49:39 -0400638static int stac92xx_amp_mux_enum_info(struct snd_kcontrol *kcontrol,
639 struct snd_ctl_elem_info *uinfo)
640{
641 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
642 struct sigmatel_spec *spec = codec->spec;
643 return snd_hda_input_mux_info(spec->amp_mux, uinfo);
644}
645
646static int stac92xx_amp_mux_enum_get(struct snd_kcontrol *kcontrol,
647 struct snd_ctl_elem_value *ucontrol)
648{
649 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
650 struct sigmatel_spec *spec = codec->spec;
651
652 ucontrol->value.enumerated.item[0] = spec->cur_amux;
653 return 0;
654}
655
656static int stac92xx_amp_mux_enum_put(struct snd_kcontrol *kcontrol,
657 struct snd_ctl_elem_value *ucontrol)
658{
659 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
660 struct sigmatel_spec *spec = codec->spec;
661 struct snd_kcontrol *ctl =
662 snd_hda_find_mixer_ctl(codec, "Amp Capture Volume");
663 if (!ctl)
664 return -EINVAL;
665
666 snd_ctl_notify(codec->bus->card, SNDRV_CTL_EVENT_MASK_VALUE |
667 SNDRV_CTL_EVENT_MASK_INFO, &ctl->id);
668
669 return snd_hda_input_mux_put(codec, spec->amp_mux, ucontrol,
670 0, &spec->cur_amux);
671}
672
Maxim Levitsky5f10c4a2007-09-03 15:29:37 +0200673#define stac92xx_aloopback_info snd_ctl_boolean_mono_info
674
675static int stac92xx_aloopback_get(struct snd_kcontrol *kcontrol,
676 struct snd_ctl_elem_value *ucontrol)
677{
678 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
Matthew Ranostaye1f0d662007-12-13 17:47:21 +0100679 unsigned int idx = snd_ctl_get_ioffidx(kcontrol, &ucontrol->id);
Maxim Levitsky5f10c4a2007-09-03 15:29:37 +0200680 struct sigmatel_spec *spec = codec->spec;
681
Matthew Ranostaye1f0d662007-12-13 17:47:21 +0100682 ucontrol->value.integer.value[0] = !!(spec->aloopback &
683 (spec->aloopback_mask << idx));
Maxim Levitsky5f10c4a2007-09-03 15:29:37 +0200684 return 0;
685}
686
687static int stac92xx_aloopback_put(struct snd_kcontrol *kcontrol,
688 struct snd_ctl_elem_value *ucontrol)
689{
690 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
691 struct sigmatel_spec *spec = codec->spec;
Matthew Ranostaye1f0d662007-12-13 17:47:21 +0100692 unsigned int idx = snd_ctl_get_ioffidx(kcontrol, &ucontrol->id);
Maxim Levitsky5f10c4a2007-09-03 15:29:37 +0200693 unsigned int dac_mode;
Matthew Ranostaye1f0d662007-12-13 17:47:21 +0100694 unsigned int val, idx_val;
Maxim Levitsky5f10c4a2007-09-03 15:29:37 +0200695
Matthew Ranostaye1f0d662007-12-13 17:47:21 +0100696 idx_val = spec->aloopback_mask << idx;
697 if (ucontrol->value.integer.value[0])
698 val = spec->aloopback | idx_val;
699 else
700 val = spec->aloopback & ~idx_val;
Takashi Iwai68ea7b22007-11-15 15:54:38 +0100701 if (spec->aloopback == val)
Maxim Levitsky5f10c4a2007-09-03 15:29:37 +0200702 return 0;
703
Takashi Iwai68ea7b22007-11-15 15:54:38 +0100704 spec->aloopback = val;
Maxim Levitsky5f10c4a2007-09-03 15:29:37 +0200705
Matthew Ranostaye1f0d662007-12-13 17:47:21 +0100706 /* Only return the bits defined by the shift value of the
707 * first two bytes of the mask
708 */
Maxim Levitsky5f10c4a2007-09-03 15:29:37 +0200709 dac_mode = snd_hda_codec_read(codec, codec->afg, 0,
Matthew Ranostaye1f0d662007-12-13 17:47:21 +0100710 kcontrol->private_value & 0xFFFF, 0x0);
711 dac_mode >>= spec->aloopback_shift;
Maxim Levitsky5f10c4a2007-09-03 15:29:37 +0200712
Matthew Ranostaye1f0d662007-12-13 17:47:21 +0100713 if (spec->aloopback & idx_val) {
Maxim Levitsky5f10c4a2007-09-03 15:29:37 +0200714 snd_hda_power_up(codec);
Matthew Ranostaye1f0d662007-12-13 17:47:21 +0100715 dac_mode |= idx_val;
Maxim Levitsky5f10c4a2007-09-03 15:29:37 +0200716 } else {
717 snd_hda_power_down(codec);
Matthew Ranostaye1f0d662007-12-13 17:47:21 +0100718 dac_mode &= ~idx_val;
Maxim Levitsky5f10c4a2007-09-03 15:29:37 +0200719 }
720
721 snd_hda_codec_write_cache(codec, codec->afg, 0,
722 kcontrol->private_value >> 16, dac_mode);
723
724 return 1;
725}
726
Mattc7d4b2f2005-06-27 14:59:41 +0200727static struct hda_verb stac9200_core_init[] = {
Matt2f2f4252005-04-13 14:45:30 +0200728 /* set dac0mux for dac converter */
Mattc7d4b2f2005-06-27 14:59:41 +0200729 { 0x07, AC_VERB_SET_CONNECT_SEL, 0x00},
Matt2f2f4252005-04-13 14:45:30 +0200730 {}
731};
732
Takashi Iwai1194b5b2007-10-10 10:04:26 +0200733static struct hda_verb stac9200_eapd_init[] = {
734 /* set dac0mux for dac converter */
735 {0x07, AC_VERB_SET_CONNECT_SEL, 0x00},
736 {0x08, AC_VERB_SET_EAPD_BTLENABLE, 0x02},
737 {}
738};
739
Matthew Ranostaye1f0d662007-12-13 17:47:21 +0100740static struct hda_verb stac92hd73xx_6ch_core_init[] = {
741 /* set master volume and direct control */
742 { 0x1f, AC_VERB_SET_VOLUME_KNOB_CONTROL, 0xff},
743 /* setup audio connections */
744 { 0x0f, AC_VERB_SET_CONNECT_SEL, 0x00},
745 { 0x10, AC_VERB_SET_CONNECT_SEL, 0x01},
746 { 0x11, AC_VERB_SET_CONNECT_SEL, 0x02},
747 /* setup adcs to point to mixer */
748 { 0x20, AC_VERB_SET_CONNECT_SEL, 0x0b},
749 { 0x21, AC_VERB_SET_CONNECT_SEL, 0x0b},
Matthew Ranostaye1f0d662007-12-13 17:47:21 +0100750 { 0x0f, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT},
751 { 0x10, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT},
752 { 0x11, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT},
753 /* setup import muxs */
754 { 0x28, AC_VERB_SET_CONNECT_SEL, 0x01},
755 { 0x29, AC_VERB_SET_CONNECT_SEL, 0x01},
756 { 0x2a, AC_VERB_SET_CONNECT_SEL, 0x01},
757 { 0x2b, AC_VERB_SET_CONNECT_SEL, 0x00},
758 {}
759};
760
Matthew Ranostayd654a662008-03-14 08:46:51 +0100761static struct hda_verb dell_eq_core_init[] = {
762 /* set master volume to max value without distortion
763 * and direct control */
764 { 0x1f, AC_VERB_SET_VOLUME_KNOB_CONTROL, 0xec},
765 /* setup audio connections */
766 { 0x0d, AC_VERB_SET_CONNECT_SEL, 0x00},
Matthew Ranostayf7cf0a72008-09-13 10:36:58 -0400767 { 0x0a, AC_VERB_SET_CONNECT_SEL, 0x02},
768 { 0x0f, AC_VERB_SET_CONNECT_SEL, 0x01},
Matthew Ranostayd654a662008-03-14 08:46:51 +0100769 /* setup adcs to point to mixer */
770 { 0x20, AC_VERB_SET_CONNECT_SEL, 0x0b},
771 { 0x21, AC_VERB_SET_CONNECT_SEL, 0x0b},
772 /* setup import muxs */
773 { 0x28, AC_VERB_SET_CONNECT_SEL, 0x01},
774 { 0x29, AC_VERB_SET_CONNECT_SEL, 0x01},
775 { 0x2a, AC_VERB_SET_CONNECT_SEL, 0x01},
776 { 0x2b, AC_VERB_SET_CONNECT_SEL, 0x00},
777 {}
778};
779
Matthew Ranostay52fe0f92008-02-29 12:08:20 +0100780static struct hda_verb dell_m6_core_init[] = {
Matthew Ranostay6b3ab212008-11-03 08:12:43 -0500781 { 0x1f, AC_VERB_SET_VOLUME_KNOB_CONTROL, 0xff},
Matthew Ranostay52fe0f92008-02-29 12:08:20 +0100782 /* setup audio connections */
Matthew Ranostay7747ecc2008-03-10 11:30:04 +0100783 { 0x0d, AC_VERB_SET_CONNECT_SEL, 0x00},
784 { 0x0a, AC_VERB_SET_CONNECT_SEL, 0x01},
Matthew Ranostay52fe0f92008-02-29 12:08:20 +0100785 { 0x0f, AC_VERB_SET_CONNECT_SEL, 0x02},
786 /* setup adcs to point to mixer */
787 { 0x20, AC_VERB_SET_CONNECT_SEL, 0x0b},
788 { 0x21, AC_VERB_SET_CONNECT_SEL, 0x0b},
789 /* setup import muxs */
790 { 0x28, AC_VERB_SET_CONNECT_SEL, 0x01},
791 { 0x29, AC_VERB_SET_CONNECT_SEL, 0x01},
792 { 0x2a, AC_VERB_SET_CONNECT_SEL, 0x01},
793 { 0x2b, AC_VERB_SET_CONNECT_SEL, 0x00},
794 {}
795};
796
Matthew Ranostaye1f0d662007-12-13 17:47:21 +0100797static struct hda_verb stac92hd73xx_8ch_core_init[] = {
798 /* set master volume and direct control */
799 { 0x1f, AC_VERB_SET_VOLUME_KNOB_CONTROL, 0xff},
800 /* setup audio connections */
801 { 0x0f, AC_VERB_SET_CONNECT_SEL, 0x00},
802 { 0x10, AC_VERB_SET_CONNECT_SEL, 0x01},
803 { 0x11, AC_VERB_SET_CONNECT_SEL, 0x02},
804 /* connect hp ports to dac3 */
805 { 0x0a, AC_VERB_SET_CONNECT_SEL, 0x03},
806 { 0x0d, AC_VERB_SET_CONNECT_SEL, 0x03},
807 /* setup adcs to point to mixer */
808 { 0x20, AC_VERB_SET_CONNECT_SEL, 0x0b},
809 { 0x21, AC_VERB_SET_CONNECT_SEL, 0x0b},
Matthew Ranostaye1f0d662007-12-13 17:47:21 +0100810 { 0x0f, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT},
811 { 0x10, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT},
812 { 0x11, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT},
813 /* setup import muxs */
814 { 0x28, AC_VERB_SET_CONNECT_SEL, 0x01},
815 { 0x29, AC_VERB_SET_CONNECT_SEL, 0x01},
816 { 0x2a, AC_VERB_SET_CONNECT_SEL, 0x01},
817 { 0x2b, AC_VERB_SET_CONNECT_SEL, 0x03},
818 {}
819};
820
821static struct hda_verb stac92hd73xx_10ch_core_init[] = {
822 /* set master volume and direct control */
823 { 0x1f, AC_VERB_SET_VOLUME_KNOB_CONTROL, 0xff},
824 /* setup audio connections */
825 { 0x0f, AC_VERB_SET_CONNECT_SEL, 0x00 },
826 { 0x10, AC_VERB_SET_CONNECT_SEL, 0x01 },
827 { 0x11, AC_VERB_SET_CONNECT_SEL, 0x02 },
828 /* dac3 is connected to import3 mux */
829 { 0x18, AC_VERB_SET_AMP_GAIN_MUTE, 0xb07f},
830 /* connect hp ports to dac4 */
831 { 0x0a, AC_VERB_SET_CONNECT_SEL, 0x04},
832 { 0x0d, AC_VERB_SET_CONNECT_SEL, 0x04},
833 /* setup adcs to point to mixer */
834 { 0x20, AC_VERB_SET_CONNECT_SEL, 0x0b},
835 { 0x21, AC_VERB_SET_CONNECT_SEL, 0x0b},
Matthew Ranostaye1f0d662007-12-13 17:47:21 +0100836 { 0x0f, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT},
837 { 0x10, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT},
838 { 0x11, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT},
839 /* setup import muxs */
840 { 0x28, AC_VERB_SET_CONNECT_SEL, 0x01},
841 { 0x29, AC_VERB_SET_CONNECT_SEL, 0x01},
842 { 0x2a, AC_VERB_SET_CONNECT_SEL, 0x01},
843 { 0x2b, AC_VERB_SET_CONNECT_SEL, 0x03},
844 {}
845};
846
Matthew Ranostayd0513fc2008-07-27 10:30:30 +0200847static struct hda_verb stac92hd83xxx_core_init[] = {
848 /* start of config #1 */
849 { 0xe, AC_VERB_SET_CONNECT_SEL, 0x3},
850
851 /* start of config #2 */
852 { 0xa, AC_VERB_SET_CONNECT_SEL, 0x0},
853 { 0xb, AC_VERB_SET_CONNECT_SEL, 0x0},
854 { 0xd, AC_VERB_SET_CONNECT_SEL, 0x1},
855
856 /* power state controls amps */
857 { 0x01, AC_VERB_SET_EAPD, 1 << 2},
858};
859
Matthew Ranostaye035b842007-11-06 11:53:55 +0100860static struct hda_verb stac92hd71bxx_core_init[] = {
861 /* set master volume and direct control */
862 { 0x28, AC_VERB_SET_VOLUME_KNOB_CONTROL, 0xff},
863 /* connect headphone jack to dac1 */
864 { 0x0a, AC_VERB_SET_CONNECT_SEL, 0x01},
Matthew Ranostay541eee82007-12-14 12:08:04 +0100865 /* unmute right and left channels for nodes 0x0a, 0xd, 0x0f */
866 { 0x0a, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
867 { 0x0d, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
868 { 0x0f, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
Matthew Ranostay541eee82007-12-14 12:08:04 +0100869};
870
Matthew Ranostay4b33c762008-10-10 09:07:23 -0400871#define HD_DISABLE_PORTF 2
Matthew Ranostay541eee82007-12-14 12:08:04 +0100872static struct hda_verb stac92hd71bxx_analog_core_init[] = {
Matthew Ranostayaafc4412008-06-13 18:04:33 +0200873 /* start of config #1 */
874
875 /* connect port 0f to audio mixer */
876 { 0x0f, AC_VERB_SET_CONNECT_SEL, 0x2},
Matthew Ranostayaafc4412008-06-13 18:04:33 +0200877 /* unmute right and left channels for node 0x0f */
878 { 0x0f, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
879 /* start of config #2 */
880
Matthew Ranostay541eee82007-12-14 12:08:04 +0100881 /* set master volume and direct control */
882 { 0x28, AC_VERB_SET_VOLUME_KNOB_CONTROL, 0xff},
883 /* connect headphone jack to dac1 */
884 { 0x0a, AC_VERB_SET_CONNECT_SEL, 0x01},
Matthew Ranostayaafc4412008-06-13 18:04:33 +0200885 /* unmute right and left channels for nodes 0x0a, 0xd */
Matthew Ranostaye035b842007-11-06 11:53:55 +0100886 { 0x0a, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
887 { 0x0d, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
Matthew Ranostaye035b842007-11-06 11:53:55 +0100888 {}
889};
890
Tobin Davis8e21c342007-01-08 11:04:17 +0100891static struct hda_verb stac925x_core_init[] = {
892 /* set dac0mux for dac converter */
893 { 0x06, AC_VERB_SET_CONNECT_SEL, 0x00},
894 {}
895};
896
Mattc7d4b2f2005-06-27 14:59:41 +0200897static struct hda_verb stac922x_core_init[] = {
Matt2f2f4252005-04-13 14:45:30 +0200898 /* set master volume and direct control */
Mattc7d4b2f2005-06-27 14:59:41 +0200899 { 0x16, AC_VERB_SET_VOLUME_KNOB_CONTROL, 0xff},
Matt2f2f4252005-04-13 14:45:30 +0200900 {}
901};
902
Tobin Davis93ed1502006-09-01 21:03:12 +0200903static struct hda_verb d965_core_init[] = {
Takashi Iwai19039bd2006-06-28 15:52:16 +0200904 /* set master volume and direct control */
Tobin Davis93ed1502006-09-01 21:03:12 +0200905 { 0x24, AC_VERB_SET_VOLUME_KNOB_CONTROL, 0xff},
Takashi Iwai19039bd2006-06-28 15:52:16 +0200906 /* unmute node 0x1b */
907 { 0x1b, AC_VERB_SET_AMP_GAIN_MUTE, 0xb000},
908 /* select node 0x03 as DAC */
909 { 0x0b, AC_VERB_SET_CONNECT_SEL, 0x01},
910 {}
911};
912
Matt Porter3cc08dc2006-01-23 15:27:49 +0100913static struct hda_verb stac927x_core_init[] = {
914 /* set master volume and direct control */
915 { 0x24, AC_VERB_SET_VOLUME_KNOB_CONTROL, 0xff},
Matthew Ranostay1cd22242008-07-18 18:20:52 +0200916 /* enable analog pc beep path */
917 { 0x01, AC_VERB_SET_DIGI_CONVERT_2, 1 << 5},
Matt Porter3cc08dc2006-01-23 15:27:49 +0100918 {}
919};
920
Matt Porterf3302a52006-07-31 12:49:34 +0200921static struct hda_verb stac9205_core_init[] = {
922 /* set master volume and direct control */
923 { 0x24, AC_VERB_SET_VOLUME_KNOB_CONTROL, 0xff},
Matthew Ranostayd0513fc2008-07-27 10:30:30 +0200924 /* enable analog pc beep path */
925 { 0x01, AC_VERB_SET_DIGI_CONVERT_2, 1 << 5},
Matt Porterf3302a52006-07-31 12:49:34 +0200926 {}
927};
928
Matthew Ranostayb22b4822008-01-22 12:32:30 +0100929#define STAC_MONO_MUX \
930 { \
931 .iface = SNDRV_CTL_ELEM_IFACE_MIXER, \
932 .name = "Mono Mux", \
933 .count = 1, \
934 .info = stac92xx_mono_mux_enum_info, \
935 .get = stac92xx_mono_mux_enum_get, \
936 .put = stac92xx_mono_mux_enum_put, \
937 }
938
Matthew Ranostay89385032008-09-11 09:49:39 -0400939#define STAC_AMP_MUX \
940 { \
941 .iface = SNDRV_CTL_ELEM_IFACE_MIXER, \
942 .name = "Amp Selector Capture Switch", \
943 .count = 1, \
944 .info = stac92xx_amp_mux_enum_info, \
945 .get = stac92xx_amp_mux_enum_get, \
946 .put = stac92xx_amp_mux_enum_put, \
947 }
948
949#define STAC_AMP_VOL(xname, nid, chs, idx, dir) \
950 { \
951 .iface = SNDRV_CTL_ELEM_IFACE_MIXER, \
952 .name = xname, \
953 .index = 0, \
954 .access = SNDRV_CTL_ELEM_ACCESS_READWRITE | \
955 SNDRV_CTL_ELEM_ACCESS_TLV_READ | \
956 SNDRV_CTL_ELEM_ACCESS_TLV_CALLBACK, \
957 .info = stac92xx_amp_volume_info, \
958 .get = stac92xx_amp_volume_get, \
959 .put = stac92xx_amp_volume_put, \
960 .tlv = { .c = snd_hda_mixer_amp_tlv }, \
961 .private_value = HDA_COMPOSE_AMP_VAL(nid, chs, idx, dir) \
962 }
963
Maxim Levitsky9e05b7a2007-09-03 15:31:02 +0200964#define STAC_INPUT_SOURCE(cnt) \
Maxim Levitskyca7c5a82007-08-31 12:52:19 +0200965 { \
966 .iface = SNDRV_CTL_ELEM_IFACE_MIXER, \
967 .name = "Input Source", \
Maxim Levitsky9e05b7a2007-09-03 15:31:02 +0200968 .count = cnt, \
Maxim Levitskyca7c5a82007-08-31 12:52:19 +0200969 .info = stac92xx_mux_enum_info, \
970 .get = stac92xx_mux_enum_get, \
971 .put = stac92xx_mux_enum_put, \
972 }
973
Matthew Ranostaye1f0d662007-12-13 17:47:21 +0100974#define STAC_ANALOG_LOOPBACK(verb_read, verb_write, cnt) \
Maxim Levitsky5f10c4a2007-09-03 15:29:37 +0200975 { \
976 .iface = SNDRV_CTL_ELEM_IFACE_MIXER, \
977 .name = "Analog Loopback", \
Matthew Ranostaye1f0d662007-12-13 17:47:21 +0100978 .count = cnt, \
Maxim Levitsky5f10c4a2007-09-03 15:29:37 +0200979 .info = stac92xx_aloopback_info, \
980 .get = stac92xx_aloopback_get, \
981 .put = stac92xx_aloopback_put, \
982 .private_value = verb_read | (verb_write << 16), \
983 }
984
Takashi Iwaic8b6bf92005-11-17 14:57:47 +0100985static struct snd_kcontrol_new stac9200_mixer[] = {
Matt2f2f4252005-04-13 14:45:30 +0200986 HDA_CODEC_VOLUME("Master Playback Volume", 0xb, 0, HDA_OUTPUT),
987 HDA_CODEC_MUTE("Master Playback Switch", 0xb, 0, HDA_OUTPUT),
Maxim Levitsky9e05b7a2007-09-03 15:31:02 +0200988 STAC_INPUT_SOURCE(1),
Matt2f2f4252005-04-13 14:45:30 +0200989 HDA_CODEC_VOLUME("Capture Volume", 0x0a, 0, HDA_OUTPUT),
990 HDA_CODEC_MUTE("Capture Switch", 0x0a, 0, HDA_OUTPUT),
Matt2f2f4252005-04-13 14:45:30 +0200991 { } /* end */
992};
993
Matthew Ranostay2a9c7812008-09-13 16:45:39 -0400994#define DELL_M6_MIXER 6
Matthew Ranostaye1f0d662007-12-13 17:47:21 +0100995static struct snd_kcontrol_new stac92hd73xx_6ch_mixer[] = {
Matthew Ranostay2a9c7812008-09-13 16:45:39 -0400996 /* start of config #1 */
997 HDA_CODEC_VOLUME("Front Mic Mixer Capture Volume", 0x1d, 0, HDA_INPUT),
998 HDA_CODEC_MUTE("Front Mic Mixer Capture Switch", 0x1d, 0, HDA_INPUT),
999
1000 HDA_CODEC_VOLUME("Line In Mixer Capture Volume", 0x1d, 0x2, HDA_INPUT),
1001 HDA_CODEC_MUTE("Line In Mixer Capture Switch", 0x1d, 0x2, HDA_INPUT),
1002
1003 HDA_CODEC_VOLUME("CD Mixer Capture Volume", 0x1d, 0x4, HDA_INPUT),
1004 HDA_CODEC_MUTE("CD Mixer Capture Switch", 0x1d, 0x4, HDA_INPUT),
1005
1006 /* start of config #2 */
1007 HDA_CODEC_VOLUME("Mic Mixer Capture Volume", 0x1d, 0x1, HDA_INPUT),
1008 HDA_CODEC_MUTE("Mic Mixer Capture Switch", 0x1d, 0x1, HDA_INPUT),
1009
1010 HDA_CODEC_VOLUME("DAC Mixer Capture Volume", 0x1d, 0x3, HDA_INPUT),
1011 HDA_CODEC_MUTE("DAC Mixer Capture Switch", 0x1d, 0x3, HDA_INPUT),
1012
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01001013 STAC_ANALOG_LOOPBACK(0xFA0, 0x7A1, 3),
1014
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01001015 HDA_CODEC_VOLUME_IDX("Capture Volume", 0x0, 0x20, 0x0, HDA_OUTPUT),
1016 HDA_CODEC_MUTE_IDX("Capture Switch", 0x0, 0x20, 0x0, HDA_OUTPUT),
1017
1018 HDA_CODEC_VOLUME_IDX("Capture Volume", 0x1, 0x21, 0x0, HDA_OUTPUT),
1019 HDA_CODEC_MUTE_IDX("Capture Switch", 0x1, 0x21, 0x0, HDA_OUTPUT),
1020
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01001021 { } /* end */
1022};
1023
1024static struct snd_kcontrol_new stac92hd73xx_8ch_mixer[] = {
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01001025 STAC_ANALOG_LOOPBACK(0xFA0, 0x7A1, 4),
1026
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01001027 HDA_CODEC_VOLUME_IDX("Capture Volume", 0x0, 0x20, 0x0, HDA_OUTPUT),
1028 HDA_CODEC_MUTE_IDX("Capture Switch", 0x0, 0x20, 0x0, HDA_OUTPUT),
1029
1030 HDA_CODEC_VOLUME_IDX("Capture Volume", 0x1, 0x21, 0x0, HDA_OUTPUT),
1031 HDA_CODEC_MUTE_IDX("Capture Switch", 0x1, 0x21, 0x0, HDA_OUTPUT),
1032
1033 HDA_CODEC_VOLUME("Front Mic Mixer Capture Volume", 0x1d, 0, HDA_INPUT),
1034 HDA_CODEC_MUTE("Front Mic Mixer Capture Switch", 0x1d, 0, HDA_INPUT),
1035
1036 HDA_CODEC_VOLUME("Mic Mixer Capture Volume", 0x1d, 0x1, HDA_INPUT),
1037 HDA_CODEC_MUTE("Mic Mixer Capture Switch", 0x1d, 0x1, HDA_INPUT),
1038
1039 HDA_CODEC_VOLUME("Line In Mixer Capture Volume", 0x1d, 0x2, HDA_INPUT),
1040 HDA_CODEC_MUTE("Line In Mixer Capture Switch", 0x1d, 0x2, HDA_INPUT),
1041
1042 HDA_CODEC_VOLUME("DAC Mixer Capture Volume", 0x1d, 0x3, HDA_INPUT),
1043 HDA_CODEC_MUTE("DAC Mixer Capture Switch", 0x1d, 0x3, HDA_INPUT),
1044
1045 HDA_CODEC_VOLUME("CD Mixer Capture Volume", 0x1d, 0x4, HDA_INPUT),
1046 HDA_CODEC_MUTE("CD Mixer Capture Switch", 0x1d, 0x4, HDA_INPUT),
1047 { } /* end */
1048};
1049
1050static struct snd_kcontrol_new stac92hd73xx_10ch_mixer[] = {
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01001051 STAC_ANALOG_LOOPBACK(0xFA0, 0x7A1, 5),
1052
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01001053 HDA_CODEC_VOLUME_IDX("Capture Volume", 0x0, 0x20, 0x0, HDA_OUTPUT),
1054 HDA_CODEC_MUTE_IDX("Capture Switch", 0x0, 0x20, 0x0, HDA_OUTPUT),
1055
1056 HDA_CODEC_VOLUME_IDX("Capture Volume", 0x1, 0x21, 0x0, HDA_OUTPUT),
1057 HDA_CODEC_MUTE_IDX("Capture Switch", 0x1, 0x21, 0x0, HDA_OUTPUT),
1058
1059 HDA_CODEC_VOLUME("Front Mic Mixer Capture Volume", 0x1d, 0, HDA_INPUT),
1060 HDA_CODEC_MUTE("Front Mic Mixer Capture Switch", 0x1d, 0, HDA_INPUT),
1061
1062 HDA_CODEC_VOLUME("Mic Mixer Capture Volume", 0x1d, 0x1, HDA_INPUT),
1063 HDA_CODEC_MUTE("Mic Mixer Capture Switch", 0x1d, 0x1, HDA_INPUT),
1064
1065 HDA_CODEC_VOLUME("Line In Mixer Capture Volume", 0x1d, 0x2, HDA_INPUT),
1066 HDA_CODEC_MUTE("Line In Mixer Capture Switch", 0x1d, 0x2, HDA_INPUT),
1067
1068 HDA_CODEC_VOLUME("DAC Mixer Capture Volume", 0x1d, 0x3, HDA_INPUT),
1069 HDA_CODEC_MUTE("DAC Mixer Capture Switch", 0x1d, 0x3, HDA_INPUT),
1070
1071 HDA_CODEC_VOLUME("CD Mixer Capture Volume", 0x1d, 0x4, HDA_INPUT),
1072 HDA_CODEC_MUTE("CD Mixer Capture Switch", 0x1d, 0x4, HDA_INPUT),
1073 { } /* end */
1074};
1075
Matthew Ranostayd0513fc2008-07-27 10:30:30 +02001076
1077static struct snd_kcontrol_new stac92hd83xxx_mixer[] = {
1078 HDA_CODEC_VOLUME_IDX("Capture Volume", 0x0, 0x17, 0x0, HDA_OUTPUT),
1079 HDA_CODEC_MUTE_IDX("Capture Switch", 0x0, 0x17, 0x0, HDA_OUTPUT),
1080
1081 HDA_CODEC_VOLUME_IDX("Capture Volume", 0x1, 0x18, 0x0, HDA_OUTPUT),
1082 HDA_CODEC_MUTE_IDX("Capture Switch", 0x1, 0x18, 0x0, HDA_OUTPUT),
1083
1084 HDA_CODEC_VOLUME("DAC0 Capture Volume", 0x1b, 0, HDA_INPUT),
1085 HDA_CODEC_MUTE("DAC0 Capture Switch", 0x1b, 0, HDA_INPUT),
1086
1087 HDA_CODEC_VOLUME("DAC1 Capture Volume", 0x1b, 0x1, HDA_INPUT),
1088 HDA_CODEC_MUTE("DAC1 Capture Switch", 0x1b, 0x1, HDA_INPUT),
1089
1090 HDA_CODEC_VOLUME("Front Mic Capture Volume", 0x1b, 0x2, HDA_INPUT),
1091 HDA_CODEC_MUTE("Front Mic Capture Switch", 0x1b, 0x2, HDA_INPUT),
1092
1093 HDA_CODEC_VOLUME("Line In Capture Volume", 0x1b, 0x3, HDA_INPUT),
1094 HDA_CODEC_MUTE("Line In Capture Switch", 0x1b, 0x3, HDA_INPUT),
1095
1096 /*
1097 HDA_CODEC_VOLUME("Mic Capture Volume", 0x1b, 0x4, HDA_INPUT),
1098 HDA_CODEC_MUTE("Mic Capture Switch", 0x1b 0x4, HDA_INPUT),
1099 */
1100 { } /* end */
1101};
1102
Matthew Ranostay541eee82007-12-14 12:08:04 +01001103static struct snd_kcontrol_new stac92hd71bxx_analog_mixer[] = {
Matthew Ranostaye035b842007-11-06 11:53:55 +01001104 STAC_INPUT_SOURCE(2),
Matthew Ranostay4b33c762008-10-10 09:07:23 -04001105 STAC_ANALOG_LOOPBACK(0xFA0, 0x7A0, 2),
Matthew Ranostaye035b842007-11-06 11:53:55 +01001106
Matthew Ranostay9b359472007-11-07 13:03:12 +01001107 HDA_CODEC_VOLUME_IDX("Capture Volume", 0x0, 0x1c, 0x0, HDA_OUTPUT),
1108 HDA_CODEC_MUTE_IDX("Capture Switch", 0x0, 0x1c, 0x0, HDA_OUTPUT),
Matthew Ranostay9b359472007-11-07 13:03:12 +01001109
1110 HDA_CODEC_VOLUME_IDX("Capture Volume", 0x1, 0x1d, 0x0, HDA_OUTPUT),
1111 HDA_CODEC_MUTE_IDX("Capture Switch", 0x1, 0x1d, 0x0, HDA_OUTPUT),
Matthew Ranostay1cd22242008-07-18 18:20:52 +02001112 /* analog pc-beep replaced with digital beep support */
1113 /*
Matthew Ranostayf7c5dda2008-07-10 17:49:11 +02001114 HDA_CODEC_VOLUME("PC Beep Volume", 0x17, 0x2, HDA_INPUT),
1115 HDA_CODEC_MUTE("PC Beep Switch", 0x17, 0x2, HDA_INPUT),
Matthew Ranostay1cd22242008-07-18 18:20:52 +02001116 */
Matthew Ranostayf7c5dda2008-07-10 17:49:11 +02001117
Matthew Ranostay687cb982008-10-11 13:52:43 -04001118 HDA_CODEC_MUTE("Import0 Mux Capture Switch", 0x17, 0x0, HDA_INPUT),
1119 HDA_CODEC_VOLUME("Import0 Mux Capture Volume", 0x17, 0x0, HDA_INPUT),
Matthew Ranostay4b33c762008-10-10 09:07:23 -04001120
Matthew Ranostay687cb982008-10-11 13:52:43 -04001121 HDA_CODEC_MUTE("Import1 Mux Capture Switch", 0x17, 0x1, HDA_INPUT),
1122 HDA_CODEC_VOLUME("Import1 Mux Capture Volume", 0x17, 0x1, HDA_INPUT),
Matthew Ranostay4b33c762008-10-10 09:07:23 -04001123
1124 HDA_CODEC_MUTE("DAC0 Capture Switch", 0x17, 0x3, HDA_INPUT),
1125 HDA_CODEC_VOLUME("DAC0 Capture Volume", 0x17, 0x3, HDA_INPUT),
1126
1127 HDA_CODEC_MUTE("DAC1 Capture Switch", 0x17, 0x4, HDA_INPUT),
1128 HDA_CODEC_VOLUME("DAC1 Capture Volume", 0x17, 0x4, HDA_INPUT),
Matthew Ranostaye035b842007-11-06 11:53:55 +01001129 { } /* end */
1130};
1131
Matthew Ranostay541eee82007-12-14 12:08:04 +01001132static struct snd_kcontrol_new stac92hd71bxx_mixer[] = {
Matthew Ranostay541eee82007-12-14 12:08:04 +01001133 STAC_INPUT_SOURCE(2),
1134 STAC_ANALOG_LOOPBACK(0xFA0, 0x7A0, 2),
1135
Matthew Ranostay541eee82007-12-14 12:08:04 +01001136 HDA_CODEC_VOLUME_IDX("Capture Volume", 0x0, 0x1c, 0x0, HDA_OUTPUT),
1137 HDA_CODEC_MUTE_IDX("Capture Switch", 0x0, 0x1c, 0x0, HDA_OUTPUT),
Matthew Ranostay541eee82007-12-14 12:08:04 +01001138
1139 HDA_CODEC_VOLUME_IDX("Capture Volume", 0x1, 0x1d, 0x0, HDA_OUTPUT),
1140 HDA_CODEC_MUTE_IDX("Capture Switch", 0x1, 0x1d, 0x0, HDA_OUTPUT),
Matthew Ranostay541eee82007-12-14 12:08:04 +01001141 { } /* end */
1142};
1143
Tobin Davis8e21c342007-01-08 11:04:17 +01001144static struct snd_kcontrol_new stac925x_mixer[] = {
Maxim Levitsky9e05b7a2007-09-03 15:31:02 +02001145 STAC_INPUT_SOURCE(1),
Tobin Davis8e21c342007-01-08 11:04:17 +01001146 HDA_CODEC_VOLUME("Capture Volume", 0x09, 0, HDA_OUTPUT),
Mauro Carvalho Chehab587755f2008-05-25 18:20:06 +02001147 HDA_CODEC_MUTE("Capture Switch", 0x14, 0, HDA_OUTPUT),
Tobin Davis8e21c342007-01-08 11:04:17 +01001148 { } /* end */
1149};
1150
Takashi Iwaid1d985f2006-11-23 19:27:12 +01001151static struct snd_kcontrol_new stac9205_mixer[] = {
Maxim Levitsky9e05b7a2007-09-03 15:31:02 +02001152 STAC_INPUT_SOURCE(2),
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01001153 STAC_ANALOG_LOOPBACK(0xFE0, 0x7E0, 1),
Maxim Levitsky9e05b7a2007-09-03 15:31:02 +02001154
1155 HDA_CODEC_VOLUME_IDX("Capture Volume", 0x0, 0x1b, 0x0, HDA_INPUT),
1156 HDA_CODEC_MUTE_IDX("Capture Switch", 0x0, 0x1d, 0x0, HDA_OUTPUT),
Maxim Levitsky9e05b7a2007-09-03 15:31:02 +02001157
1158 HDA_CODEC_VOLUME_IDX("Capture Volume", 0x1, 0x1c, 0x0, HDA_INPUT),
1159 HDA_CODEC_MUTE_IDX("Capture Switch", 0x1, 0x1e, 0x0, HDA_OUTPUT),
Maxim Levitsky9e05b7a2007-09-03 15:31:02 +02001160 { } /* end */
1161};
1162
1163/* This needs to be generated dynamically based on sequence */
1164static struct snd_kcontrol_new stac922x_mixer[] = {
1165 STAC_INPUT_SOURCE(2),
Maxim Levitsky9e05b7a2007-09-03 15:31:02 +02001166 HDA_CODEC_VOLUME_IDX("Capture Volume", 0x0, 0x17, 0x0, HDA_INPUT),
1167 HDA_CODEC_MUTE_IDX("Capture Switch", 0x0, 0x17, 0x0, HDA_INPUT),
Maxim Levitsky9e05b7a2007-09-03 15:31:02 +02001168
1169 HDA_CODEC_VOLUME_IDX("Capture Volume", 0x1, 0x18, 0x0, HDA_INPUT),
1170 HDA_CODEC_MUTE_IDX("Capture Switch", 0x1, 0x18, 0x0, HDA_INPUT),
Maxim Levitsky9e05b7a2007-09-03 15:31:02 +02001171 { } /* end */
1172};
1173
1174
1175static struct snd_kcontrol_new stac927x_mixer[] = {
1176 STAC_INPUT_SOURCE(3),
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01001177 STAC_ANALOG_LOOPBACK(0xFEB, 0x7EB, 1),
Maxim Levitsky9e05b7a2007-09-03 15:31:02 +02001178
1179 HDA_CODEC_VOLUME_IDX("Capture Volume", 0x0, 0x18, 0x0, HDA_INPUT),
1180 HDA_CODEC_MUTE_IDX("Capture Switch", 0x0, 0x1b, 0x0, HDA_OUTPUT),
Maxim Levitsky9e05b7a2007-09-03 15:31:02 +02001181
1182 HDA_CODEC_VOLUME_IDX("Capture Volume", 0x1, 0x19, 0x0, HDA_INPUT),
1183 HDA_CODEC_MUTE_IDX("Capture Switch", 0x1, 0x1c, 0x0, HDA_OUTPUT),
Maxim Levitsky9e05b7a2007-09-03 15:31:02 +02001184
1185 HDA_CODEC_VOLUME_IDX("Capture Volume", 0x2, 0x1A, 0x0, HDA_INPUT),
1186 HDA_CODEC_MUTE_IDX("Capture Switch", 0x2, 0x1d, 0x0, HDA_OUTPUT),
Matt Porterf3302a52006-07-31 12:49:34 +02001187 { } /* end */
1188};
1189
Takashi Iwai1697055e2007-12-18 18:05:52 +01001190static struct snd_kcontrol_new stac_dmux_mixer = {
1191 .iface = SNDRV_CTL_ELEM_IFACE_MIXER,
1192 .name = "Digital Input Source",
1193 /* count set later */
1194 .info = stac92xx_dmux_enum_info,
1195 .get = stac92xx_dmux_enum_get,
1196 .put = stac92xx_dmux_enum_put,
1197};
1198
Matthew Ranostayd9737752008-09-07 12:03:41 +02001199static struct snd_kcontrol_new stac_smux_mixer = {
1200 .iface = SNDRV_CTL_ELEM_IFACE_MIXER,
Matthew Ranostaye3487972008-09-08 11:36:59 -04001201 .name = "IEC958 Playback Source",
Matthew Ranostayd9737752008-09-07 12:03:41 +02001202 /* count set later */
1203 .info = stac92xx_smux_enum_info,
1204 .get = stac92xx_smux_enum_get,
1205 .put = stac92xx_smux_enum_put,
1206};
1207
Takashi Iwai2134ea42008-01-10 16:53:55 +01001208static const char *slave_vols[] = {
1209 "Front Playback Volume",
1210 "Surround Playback Volume",
1211 "Center Playback Volume",
1212 "LFE Playback Volume",
1213 "Side Playback Volume",
1214 "Headphone Playback Volume",
1215 "Headphone Playback Volume",
1216 "Speaker Playback Volume",
1217 "External Speaker Playback Volume",
1218 "Speaker2 Playback Volume",
1219 NULL
1220};
1221
1222static const char *slave_sws[] = {
1223 "Front Playback Switch",
1224 "Surround Playback Switch",
1225 "Center Playback Switch",
1226 "LFE Playback Switch",
1227 "Side Playback Switch",
1228 "Headphone Playback Switch",
1229 "Headphone Playback Switch",
1230 "Speaker Playback Switch",
1231 "External Speaker Playback Switch",
1232 "Speaker2 Playback Switch",
Takashi Iwaiedb54a52008-01-29 12:47:02 +01001233 "IEC958 Playback Switch",
Takashi Iwai2134ea42008-01-10 16:53:55 +01001234 NULL
1235};
1236
Matt2f2f4252005-04-13 14:45:30 +02001237static int stac92xx_build_controls(struct hda_codec *codec)
1238{
1239 struct sigmatel_spec *spec = codec->spec;
1240 int err;
Mattc7d4b2f2005-06-27 14:59:41 +02001241 int i;
Matt2f2f4252005-04-13 14:45:30 +02001242
1243 err = snd_hda_add_new_ctls(codec, spec->mixer);
1244 if (err < 0)
1245 return err;
Mattc7d4b2f2005-06-27 14:59:41 +02001246
1247 for (i = 0; i < spec->num_mixers; i++) {
1248 err = snd_hda_add_new_ctls(codec, spec->mixers[i]);
1249 if (err < 0)
1250 return err;
1251 }
Takashi Iwai1697055e2007-12-18 18:05:52 +01001252 if (spec->num_dmuxes > 0) {
1253 stac_dmux_mixer.count = spec->num_dmuxes;
1254 err = snd_ctl_add(codec->bus->card,
1255 snd_ctl_new1(&stac_dmux_mixer, codec));
1256 if (err < 0)
1257 return err;
1258 }
Matthew Ranostayd9737752008-09-07 12:03:41 +02001259 if (spec->num_smuxes > 0) {
Matthew Ranostay00ef50c2008-09-27 18:13:47 -04001260 int wcaps = get_wcaps(codec, spec->multiout.dig_out_nid);
1261 struct hda_input_mux *smux = &spec->private_smux;
1262 /* check for mute support on SPDIF out */
1263 if (wcaps & AC_WCAP_OUT_AMP) {
1264 smux->items[smux->num_items].label = "Off";
1265 smux->items[smux->num_items].index = 0;
1266 smux->num_items++;
1267 spec->spdif_mute = 1;
1268 }
Matthew Ranostayd9737752008-09-07 12:03:41 +02001269 stac_smux_mixer.count = spec->num_smuxes;
1270 err = snd_ctl_add(codec->bus->card,
1271 snd_ctl_new1(&stac_smux_mixer, codec));
1272 if (err < 0)
1273 return err;
1274 }
Mattc7d4b2f2005-06-27 14:59:41 +02001275
Mattdabbed62005-06-14 10:19:34 +02001276 if (spec->multiout.dig_out_nid) {
1277 err = snd_hda_create_spdif_out_ctls(codec, spec->multiout.dig_out_nid);
1278 if (err < 0)
1279 return err;
Takashi Iwai9a081602008-02-12 18:37:26 +01001280 err = snd_hda_create_spdif_share_sw(codec,
1281 &spec->multiout);
1282 if (err < 0)
1283 return err;
1284 spec->multiout.share_spdif = 1;
Mattdabbed62005-06-14 10:19:34 +02001285 }
Harvey Harrisonda74ae32008-10-21 20:28:04 -07001286 if (spec->dig_in_nid && !(spec->gpio_dir & 0x01)) {
Mattdabbed62005-06-14 10:19:34 +02001287 err = snd_hda_create_spdif_in_ctls(codec, spec->dig_in_nid);
1288 if (err < 0)
1289 return err;
1290 }
Takashi Iwai2134ea42008-01-10 16:53:55 +01001291
1292 /* if we have no master control, let's create it */
1293 if (!snd_hda_find_mixer_ctl(codec, "Master Playback Volume")) {
Takashi Iwai1c82ed12008-02-18 13:05:50 +01001294 unsigned int vmaster_tlv[4];
Takashi Iwai2134ea42008-01-10 16:53:55 +01001295 snd_hda_set_vmaster_tlv(codec, spec->multiout.dac_nids[0],
Takashi Iwai1c82ed12008-02-18 13:05:50 +01001296 HDA_OUTPUT, vmaster_tlv);
Takashi Iwai2134ea42008-01-10 16:53:55 +01001297 err = snd_hda_add_vmaster(codec, "Master Playback Volume",
Takashi Iwai1c82ed12008-02-18 13:05:50 +01001298 vmaster_tlv, slave_vols);
Takashi Iwai2134ea42008-01-10 16:53:55 +01001299 if (err < 0)
1300 return err;
1301 }
1302 if (!snd_hda_find_mixer_ctl(codec, "Master Playback Switch")) {
1303 err = snd_hda_add_vmaster(codec, "Master Playback Switch",
1304 NULL, slave_sws);
1305 if (err < 0)
1306 return err;
1307 }
1308
Mattdabbed62005-06-14 10:19:34 +02001309 return 0;
Matt2f2f4252005-04-13 14:45:30 +02001310}
1311
Matt Porter403d1942005-11-29 15:00:51 +01001312static unsigned int ref9200_pin_configs[8] = {
Mattdabbed62005-06-14 10:19:34 +02001313 0x01c47010, 0x01447010, 0x0221401f, 0x01114010,
Matt2f2f4252005-04-13 14:45:30 +02001314 0x02a19020, 0x01a19021, 0x90100140, 0x01813122,
1315};
1316
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001317/*
1318 STAC 9200 pin configs for
1319 102801A8
1320 102801DE
1321 102801E8
1322*/
1323static unsigned int dell9200_d21_pin_configs[8] = {
Takashi Iwaiaf6c0162007-09-05 23:46:03 +02001324 0x400001f0, 0x400001f1, 0x02214030, 0x01014010,
1325 0x02a19020, 0x01a19021, 0x90100140, 0x01813122,
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001326};
1327
1328/*
1329 STAC 9200 pin configs for
1330 102801C0
1331 102801C1
1332*/
1333static unsigned int dell9200_d22_pin_configs[8] = {
Takashi Iwaiaf6c0162007-09-05 23:46:03 +02001334 0x400001f0, 0x400001f1, 0x0221401f, 0x01014010,
1335 0x01813020, 0x02a19021, 0x90100140, 0x400001f2,
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001336};
1337
1338/*
1339 STAC 9200 pin configs for
1340 102801C4 (Dell Dimension E310)
1341 102801C5
1342 102801C7
1343 102801D9
1344 102801DA
1345 102801E3
1346*/
1347static unsigned int dell9200_d23_pin_configs[8] = {
Takashi Iwaiaf6c0162007-09-05 23:46:03 +02001348 0x400001f0, 0x400001f1, 0x0221401f, 0x01014010,
1349 0x01813020, 0x01a19021, 0x90100140, 0x400001f2,
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001350};
1351
1352
1353/*
1354 STAC 9200-32 pin configs for
1355 102801B5 (Dell Inspiron 630m)
1356 102801D8 (Dell Inspiron 640m)
1357*/
1358static unsigned int dell9200_m21_pin_configs[8] = {
Takashi Iwaiaf6c0162007-09-05 23:46:03 +02001359 0x40c003fa, 0x03441340, 0x0321121f, 0x90170310,
1360 0x408003fb, 0x03a11020, 0x401003fc, 0x403003fd,
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001361};
1362
1363/*
1364 STAC 9200-32 pin configs for
1365 102801C2 (Dell Latitude D620)
1366 102801C8
1367 102801CC (Dell Latitude D820)
1368 102801D4
1369 102801D6
1370*/
1371static unsigned int dell9200_m22_pin_configs[8] = {
Takashi Iwaiaf6c0162007-09-05 23:46:03 +02001372 0x40c003fa, 0x0144131f, 0x0321121f, 0x90170310,
1373 0x90a70321, 0x03a11020, 0x401003fb, 0x40f000fc,
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001374};
1375
1376/*
1377 STAC 9200-32 pin configs for
1378 102801CE (Dell XPS M1710)
1379 102801CF (Dell Precision M90)
1380*/
1381static unsigned int dell9200_m23_pin_configs[8] = {
1382 0x40c003fa, 0x01441340, 0x0421421f, 0x90170310,
1383 0x408003fb, 0x04a1102e, 0x90170311, 0x403003fc,
1384};
1385
1386/*
1387 STAC 9200-32 pin configs for
1388 102801C9
1389 102801CA
1390 102801CB (Dell Latitude 120L)
1391 102801D3
1392*/
1393static unsigned int dell9200_m24_pin_configs[8] = {
Takashi Iwaiaf6c0162007-09-05 23:46:03 +02001394 0x40c003fa, 0x404003fb, 0x0321121f, 0x90170310,
1395 0x408003fc, 0x03a11020, 0x401003fd, 0x403003fe,
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001396};
1397
1398/*
1399 STAC 9200-32 pin configs for
1400 102801BD (Dell Inspiron E1505n)
1401 102801EE
1402 102801EF
1403*/
1404static unsigned int dell9200_m25_pin_configs[8] = {
Takashi Iwaiaf6c0162007-09-05 23:46:03 +02001405 0x40c003fa, 0x01441340, 0x0421121f, 0x90170310,
1406 0x408003fb, 0x04a11020, 0x401003fc, 0x403003fd,
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001407};
1408
1409/*
1410 STAC 9200-32 pin configs for
1411 102801F5 (Dell Inspiron 1501)
1412 102801F6
1413*/
1414static unsigned int dell9200_m26_pin_configs[8] = {
Takashi Iwaiaf6c0162007-09-05 23:46:03 +02001415 0x40c003fa, 0x404003fb, 0x0421121f, 0x90170310,
1416 0x408003fc, 0x04a11020, 0x401003fd, 0x403003fe,
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001417};
1418
1419/*
1420 STAC 9200-32
1421 102801CD (Dell Inspiron E1705/9400)
1422*/
1423static unsigned int dell9200_m27_pin_configs[8] = {
Takashi Iwaiaf6c0162007-09-05 23:46:03 +02001424 0x40c003fa, 0x01441340, 0x0421121f, 0x90170310,
1425 0x90170310, 0x04a11020, 0x90170310, 0x40f003fc,
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001426};
1427
Tobin Davisbf277782008-02-03 20:31:47 +01001428static unsigned int oqo9200_pin_configs[8] = {
1429 0x40c000f0, 0x404000f1, 0x0221121f, 0x02211210,
1430 0x90170111, 0x90a70120, 0x400000f2, 0x400000f3,
1431};
1432
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001433
Takashi Iwaif5fcc132006-11-24 17:07:44 +01001434static unsigned int *stac9200_brd_tbl[STAC_9200_MODELS] = {
1435 [STAC_REF] = ref9200_pin_configs,
Tobin Davisbf277782008-02-03 20:31:47 +01001436 [STAC_9200_OQO] = oqo9200_pin_configs,
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001437 [STAC_9200_DELL_D21] = dell9200_d21_pin_configs,
1438 [STAC_9200_DELL_D22] = dell9200_d22_pin_configs,
1439 [STAC_9200_DELL_D23] = dell9200_d23_pin_configs,
1440 [STAC_9200_DELL_M21] = dell9200_m21_pin_configs,
1441 [STAC_9200_DELL_M22] = dell9200_m22_pin_configs,
1442 [STAC_9200_DELL_M23] = dell9200_m23_pin_configs,
1443 [STAC_9200_DELL_M24] = dell9200_m24_pin_configs,
1444 [STAC_9200_DELL_M25] = dell9200_m25_pin_configs,
1445 [STAC_9200_DELL_M26] = dell9200_m26_pin_configs,
1446 [STAC_9200_DELL_M27] = dell9200_m27_pin_configs,
Takashi Iwai117f2572008-03-18 09:53:23 +01001447 [STAC_9200_PANASONIC] = ref9200_pin_configs,
Matt Porter403d1942005-11-29 15:00:51 +01001448};
1449
Takashi Iwaif5fcc132006-11-24 17:07:44 +01001450static const char *stac9200_models[STAC_9200_MODELS] = {
1451 [STAC_REF] = "ref",
Tobin Davisbf277782008-02-03 20:31:47 +01001452 [STAC_9200_OQO] = "oqo",
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001453 [STAC_9200_DELL_D21] = "dell-d21",
1454 [STAC_9200_DELL_D22] = "dell-d22",
1455 [STAC_9200_DELL_D23] = "dell-d23",
1456 [STAC_9200_DELL_M21] = "dell-m21",
1457 [STAC_9200_DELL_M22] = "dell-m22",
1458 [STAC_9200_DELL_M23] = "dell-m23",
1459 [STAC_9200_DELL_M24] = "dell-m24",
1460 [STAC_9200_DELL_M25] = "dell-m25",
1461 [STAC_9200_DELL_M26] = "dell-m26",
1462 [STAC_9200_DELL_M27] = "dell-m27",
Takashi Iwai1194b5b2007-10-10 10:04:26 +02001463 [STAC_9200_GATEWAY] = "gateway",
Takashi Iwai117f2572008-03-18 09:53:23 +01001464 [STAC_9200_PANASONIC] = "panasonic",
Takashi Iwaif5fcc132006-11-24 17:07:44 +01001465};
1466
1467static struct snd_pci_quirk stac9200_cfg_tbl[] = {
1468 /* SigmaTel reference board */
1469 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x2668,
1470 "DFI LanParty", STAC_REF),
Matt Portere7377072006-11-06 11:20:38 +01001471 /* Dell laptops have BIOS problem */
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001472 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01a8,
1473 "unknown Dell", STAC_9200_DELL_D21),
Takashi Iwaif5fcc132006-11-24 17:07:44 +01001474 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01b5,
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001475 "Dell Inspiron 630m", STAC_9200_DELL_M21),
1476 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01bd,
1477 "Dell Inspiron E1505n", STAC_9200_DELL_M25),
1478 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01c0,
1479 "unknown Dell", STAC_9200_DELL_D22),
1480 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01c1,
1481 "unknown Dell", STAC_9200_DELL_D22),
Takashi Iwaif5fcc132006-11-24 17:07:44 +01001482 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01c2,
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001483 "Dell Latitude D620", STAC_9200_DELL_M22),
1484 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01c5,
1485 "unknown Dell", STAC_9200_DELL_D23),
1486 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01c7,
1487 "unknown Dell", STAC_9200_DELL_D23),
1488 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01c8,
1489 "unknown Dell", STAC_9200_DELL_M22),
1490 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01c9,
1491 "unknown Dell", STAC_9200_DELL_M24),
1492 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01ca,
1493 "unknown Dell", STAC_9200_DELL_M24),
Takashi Iwaif5fcc132006-11-24 17:07:44 +01001494 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01cb,
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001495 "Dell Latitude 120L", STAC_9200_DELL_M24),
Cory T. Tusar877b8662007-01-30 17:30:55 +01001496 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01cc,
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001497 "Dell Latitude D820", STAC_9200_DELL_M22),
Mikael Nilsson46f02ca2007-02-13 12:46:16 +01001498 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01cd,
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001499 "Dell Inspiron E1705/9400", STAC_9200_DELL_M27),
Mikael Nilsson46f02ca2007-02-13 12:46:16 +01001500 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01ce,
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001501 "Dell XPS M1710", STAC_9200_DELL_M23),
Takashi Iwaif0f96742007-02-14 00:59:17 +01001502 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01cf,
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001503 "Dell Precision M90", STAC_9200_DELL_M23),
1504 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01d3,
1505 "unknown Dell", STAC_9200_DELL_M22),
1506 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01d4,
1507 "unknown Dell", STAC_9200_DELL_M22),
Daniel T Chen8286c532007-05-15 11:46:23 +02001508 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01d6,
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001509 "unknown Dell", STAC_9200_DELL_M22),
Tobin Davis49c605d2007-05-17 09:38:24 +02001510 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01d8,
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001511 "Dell Inspiron 640m", STAC_9200_DELL_M21),
1512 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01d9,
1513 "unknown Dell", STAC_9200_DELL_D23),
1514 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01da,
1515 "unknown Dell", STAC_9200_DELL_D23),
1516 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01de,
1517 "unknown Dell", STAC_9200_DELL_D21),
1518 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01e3,
1519 "unknown Dell", STAC_9200_DELL_D23),
1520 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01e8,
1521 "unknown Dell", STAC_9200_DELL_D21),
1522 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01ee,
1523 "unknown Dell", STAC_9200_DELL_M25),
1524 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01ef,
1525 "unknown Dell", STAC_9200_DELL_M25),
Tobin Davis49c605d2007-05-17 09:38:24 +02001526 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01f5,
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001527 "Dell Inspiron 1501", STAC_9200_DELL_M26),
1528 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01f6,
1529 "unknown Dell", STAC_9200_DELL_M26),
Tobin Davis49c605d2007-05-17 09:38:24 +02001530 /* Panasonic */
Takashi Iwai117f2572008-03-18 09:53:23 +01001531 SND_PCI_QUIRK(0x10f7, 0x8338, "Panasonic CF-74", STAC_9200_PANASONIC),
Takashi Iwai1194b5b2007-10-10 10:04:26 +02001532 /* Gateway machines needs EAPD to be set on resume */
1533 SND_PCI_QUIRK(0x107b, 0x0205, "Gateway S-7110M", STAC_9200_GATEWAY),
1534 SND_PCI_QUIRK(0x107b, 0x0317, "Gateway MT3423, MX341*",
1535 STAC_9200_GATEWAY),
1536 SND_PCI_QUIRK(0x107b, 0x0318, "Gateway ML3019, MT3707",
1537 STAC_9200_GATEWAY),
Tobin Davisbf277782008-02-03 20:31:47 +01001538 /* OQO Mobile */
1539 SND_PCI_QUIRK(0x1106, 0x3288, "OQO Model 2", STAC_9200_OQO),
Matt Porter403d1942005-11-29 15:00:51 +01001540 {} /* terminator */
1541};
1542
Tobin Davis8e21c342007-01-08 11:04:17 +01001543static unsigned int ref925x_pin_configs[8] = {
1544 0x40c003f0, 0x424503f2, 0x01813022, 0x02a19021,
Matthew Ranostay09a99952008-01-24 11:49:21 +01001545 0x90a70320, 0x02214210, 0x01019020, 0x9033032e,
Tobin Davis8e21c342007-01-08 11:04:17 +01001546};
1547
1548static unsigned int stac925x_MA6_pin_configs[8] = {
1549 0x40c003f0, 0x424503f2, 0x01813022, 0x02a19021,
1550 0x90a70320, 0x90100211, 0x400003f1, 0x9033032e,
1551};
1552
Tobin Davis2c11f952007-05-17 09:36:34 +02001553static unsigned int stac925x_PA6_pin_configs[8] = {
1554 0x40c003f0, 0x424503f2, 0x01813022, 0x02a19021,
1555 0x50a103f0, 0x90100211, 0x400003f1, 0x9033032e,
1556};
1557
Tobin Davis8e21c342007-01-08 11:04:17 +01001558static unsigned int stac925xM2_2_pin_configs[8] = {
Steve Longerbeam7353e142007-05-29 14:36:17 +02001559 0x40c003f3, 0x424503f2, 0x04180011, 0x02a19020,
1560 0x50a103f0, 0x90100212, 0x400003f1, 0x9033032e,
Tobin Davis8e21c342007-01-08 11:04:17 +01001561};
1562
1563static unsigned int *stac925x_brd_tbl[STAC_925x_MODELS] = {
1564 [STAC_REF] = ref925x_pin_configs,
1565 [STAC_M2_2] = stac925xM2_2_pin_configs,
1566 [STAC_MA6] = stac925x_MA6_pin_configs,
Tobin Davis2c11f952007-05-17 09:36:34 +02001567 [STAC_PA6] = stac925x_PA6_pin_configs,
Tobin Davis8e21c342007-01-08 11:04:17 +01001568};
1569
1570static const char *stac925x_models[STAC_925x_MODELS] = {
1571 [STAC_REF] = "ref",
1572 [STAC_M2_2] = "m2-2",
1573 [STAC_MA6] = "m6",
Tobin Davis2c11f952007-05-17 09:36:34 +02001574 [STAC_PA6] = "pa6",
Tobin Davis8e21c342007-01-08 11:04:17 +01001575};
1576
1577static struct snd_pci_quirk stac925x_cfg_tbl[] = {
1578 /* SigmaTel reference board */
1579 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x2668, "DFI LanParty", STAC_REF),
Tobin Davis2c11f952007-05-17 09:36:34 +02001580 SND_PCI_QUIRK(0x8384, 0x7632, "Stac9202 Reference Board", STAC_REF),
Tobin Davis8e21c342007-01-08 11:04:17 +01001581 SND_PCI_QUIRK(0x107b, 0x0316, "Gateway M255", STAC_REF),
1582 SND_PCI_QUIRK(0x107b, 0x0366, "Gateway MP6954", STAC_REF),
1583 SND_PCI_QUIRK(0x107b, 0x0461, "Gateway NX560XL", STAC_MA6),
Tobin Davis2c11f952007-05-17 09:36:34 +02001584 SND_PCI_QUIRK(0x107b, 0x0681, "Gateway NX860", STAC_PA6),
Tobin Davis8e21c342007-01-08 11:04:17 +01001585 SND_PCI_QUIRK(0x1002, 0x437b, "Gateway MX6453", STAC_M2_2),
1586 {} /* terminator */
1587};
1588
Matthew Ranostaya7662642008-02-21 07:51:14 +01001589static unsigned int ref92hd73xx_pin_configs[13] = {
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01001590 0x02214030, 0x02a19040, 0x01a19020, 0x02214030,
1591 0x0181302e, 0x01014010, 0x01014020, 0x01014030,
1592 0x02319040, 0x90a000f0, 0x90a000f0, 0x01452050,
Matthew Ranostaya7662642008-02-21 07:51:14 +01001593 0x01452050,
1594};
1595
1596static unsigned int dell_m6_pin_configs[13] = {
1597 0x0321101f, 0x4f00000f, 0x4f0000f0, 0x90170110,
Matthew Ranostay7c2ba972008-04-16 13:13:59 +02001598 0x03a11020, 0x0321101f, 0x4f0000f0, 0x4f0000f0,
Matthew Ranostaya7662642008-02-21 07:51:14 +01001599 0x4f0000f0, 0x90a60160, 0x4f0000f0, 0x4f0000f0,
1600 0x4f0000f0,
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01001601};
1602
1603static unsigned int *stac92hd73xx_brd_tbl[STAC_92HD73XX_MODELS] = {
Matthew Ranostaya7662642008-02-21 07:51:14 +01001604 [STAC_92HD73XX_REF] = ref92hd73xx_pin_configs,
1605 [STAC_DELL_M6] = dell_m6_pin_configs,
Matthew Ranostay6b3ab212008-11-03 08:12:43 -05001606 [STAC_DELL_EQ] = dell_m6_pin_configs,
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01001607};
1608
1609static const char *stac92hd73xx_models[STAC_92HD73XX_MODELS] = {
1610 [STAC_92HD73XX_REF] = "ref",
Matthew Ranostaya7662642008-02-21 07:51:14 +01001611 [STAC_DELL_M6] = "dell-m6",
Matthew Ranostay6b3ab212008-11-03 08:12:43 -05001612 [STAC_DELL_EQ] = "dell-eq",
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01001613};
1614
1615static struct snd_pci_quirk stac92hd73xx_cfg_tbl[] = {
1616 /* SigmaTel reference board */
1617 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x2668,
Matthew Ranostaya7662642008-02-21 07:51:14 +01001618 "DFI LanParty", STAC_92HD73XX_REF),
1619 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0254,
1620 "unknown Dell", STAC_DELL_M6),
1621 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0255,
1622 "unknown Dell", STAC_DELL_M6),
1623 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0256,
1624 "unknown Dell", STAC_DELL_M6),
1625 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0257,
1626 "unknown Dell", STAC_DELL_M6),
1627 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x025e,
1628 "unknown Dell", STAC_DELL_M6),
1629 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x025f,
1630 "unknown Dell", STAC_DELL_M6),
1631 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0271,
1632 "unknown Dell", STAC_DELL_M6),
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01001633 {} /* terminator */
1634};
1635
Matthew Ranostayd0513fc2008-07-27 10:30:30 +02001636static unsigned int ref92hd83xxx_pin_configs[14] = {
1637 0x02214030, 0x02211010, 0x02a19020, 0x02170130,
1638 0x01014050, 0x01819040, 0x01014020, 0x90a3014e,
1639 0x40f000f0, 0x40f000f0, 0x40f000f0, 0x40f000f0,
1640 0x01451160, 0x98560170,
1641};
1642
1643static unsigned int *stac92hd83xxx_brd_tbl[STAC_92HD83XXX_MODELS] = {
1644 [STAC_92HD83XXX_REF] = ref92hd83xxx_pin_configs,
1645};
1646
1647static const char *stac92hd83xxx_models[STAC_92HD83XXX_MODELS] = {
1648 [STAC_92HD83XXX_REF] = "ref",
1649};
1650
1651static struct snd_pci_quirk stac92hd83xxx_cfg_tbl[] = {
1652 /* SigmaTel reference board */
1653 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x2668,
1654 "DFI LanParty", STAC_92HD71BXX_REF),
1655};
1656
Matthew Ranostay0ffa9802008-09-08 11:20:05 -04001657static unsigned int ref92hd71bxx_pin_configs[11] = {
Matthew Ranostaye035b842007-11-06 11:53:55 +01001658 0x02214030, 0x02a19040, 0x01a19020, 0x01014010,
Matthew Ranostay4b33c762008-10-10 09:07:23 -04001659 0x0181302e, 0x01014010, 0x01019020, 0x90a000f0,
Matthew Ranostay0ffa9802008-09-08 11:20:05 -04001660 0x90a000f0, 0x01452050, 0x01452050,
Matthew Ranostaye035b842007-11-06 11:53:55 +01001661};
1662
Matthew Ranostay0ffa9802008-09-08 11:20:05 -04001663static unsigned int dell_m4_1_pin_configs[11] = {
Matthew Ranostaya7662642008-02-21 07:51:14 +01001664 0x0421101f, 0x04a11221, 0x40f000f0, 0x90170110,
Matthew Ranostay07bcb312008-03-20 12:10:57 +01001665 0x23a1902e, 0x23014250, 0x40f000f0, 0x90a000f0,
Matthew Ranostay0ffa9802008-09-08 11:20:05 -04001666 0x40f000f0, 0x4f0000f0, 0x4f0000f0,
Matthew Ranostaya7662642008-02-21 07:51:14 +01001667};
1668
Matthew Ranostay0ffa9802008-09-08 11:20:05 -04001669static unsigned int dell_m4_2_pin_configs[11] = {
Matthew Ranostaya7662642008-02-21 07:51:14 +01001670 0x0421101f, 0x04a11221, 0x90a70330, 0x90170110,
1671 0x23a1902e, 0x23014250, 0x40f000f0, 0x40f000f0,
Matthew Ranostay0ffa9802008-09-08 11:20:05 -04001672 0x40f000f0, 0x044413b0, 0x044413b0,
Matthew Ranostaya7662642008-02-21 07:51:14 +01001673};
1674
Matthew Ranostay3a7abfd2008-11-20 21:21:43 -05001675static unsigned int dell_m4_3_pin_configs[11] = {
1676 0x0421101f, 0x04a11221, 0x90a70330, 0x90170110,
1677 0x40f000f0, 0x40f000f0, 0x40f000f0, 0x90a000f0,
1678 0x40f000f0, 0x044413b0, 0x044413b0,
1679};
1680
Matthew Ranostaye035b842007-11-06 11:53:55 +01001681static unsigned int *stac92hd71bxx_brd_tbl[STAC_92HD71BXX_MODELS] = {
1682 [STAC_92HD71BXX_REF] = ref92hd71bxx_pin_configs,
Matthew Ranostaya7662642008-02-21 07:51:14 +01001683 [STAC_DELL_M4_1] = dell_m4_1_pin_configs,
1684 [STAC_DELL_M4_2] = dell_m4_2_pin_configs,
Matthew Ranostay3a7abfd2008-11-20 21:21:43 -05001685 [STAC_DELL_M4_3] = dell_m4_3_pin_configs,
Matthew Ranostay6a14f582008-09-12 12:02:30 -04001686 [STAC_HP_M4] = NULL,
Matthew Ranostaye035b842007-11-06 11:53:55 +01001687};
1688
1689static const char *stac92hd71bxx_models[STAC_92HD71BXX_MODELS] = {
1690 [STAC_92HD71BXX_REF] = "ref",
Matthew Ranostaya7662642008-02-21 07:51:14 +01001691 [STAC_DELL_M4_1] = "dell-m4-1",
1692 [STAC_DELL_M4_2] = "dell-m4-2",
Matthew Ranostay3a7abfd2008-11-20 21:21:43 -05001693 [STAC_DELL_M4_3] = "dell-m4-3",
Matthew Ranostay6a14f582008-09-12 12:02:30 -04001694 [STAC_HP_M4] = "hp-m4",
Matthew Ranostaye035b842007-11-06 11:53:55 +01001695};
1696
1697static struct snd_pci_quirk stac92hd71bxx_cfg_tbl[] = {
1698 /* SigmaTel reference board */
1699 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x2668,
1700 "DFI LanParty", STAC_92HD71BXX_REF),
Takashi Iwai80bf2722008-11-18 10:48:41 +01001701 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x30f2,
1702 "HP dv5", STAC_HP_M4),
1703 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x30f4,
1704 "HP dv7", STAC_HP_M4),
Matthew Ranostay9a9e2352008-09-26 10:37:03 -04001705 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x361a,
1706 "unknown HP", STAC_HP_M4),
Matthew Ranostaya7662642008-02-21 07:51:14 +01001707 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0233,
1708 "unknown Dell", STAC_DELL_M4_1),
1709 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0234,
1710 "unknown Dell", STAC_DELL_M4_1),
1711 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0250,
1712 "unknown Dell", STAC_DELL_M4_1),
1713 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x024f,
1714 "unknown Dell", STAC_DELL_M4_1),
1715 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x024d,
1716 "unknown Dell", STAC_DELL_M4_1),
1717 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0251,
1718 "unknown Dell", STAC_DELL_M4_1),
1719 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0277,
1720 "unknown Dell", STAC_DELL_M4_1),
1721 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0263,
1722 "unknown Dell", STAC_DELL_M4_2),
1723 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0265,
1724 "unknown Dell", STAC_DELL_M4_2),
1725 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0262,
1726 "unknown Dell", STAC_DELL_M4_2),
1727 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0264,
1728 "unknown Dell", STAC_DELL_M4_2),
Matthew Ranostay3a7abfd2008-11-20 21:21:43 -05001729 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x02aa,
1730 "unknown Dell", STAC_DELL_M4_3),
Matthew Ranostaye035b842007-11-06 11:53:55 +01001731 {} /* terminator */
1732};
1733
Matt Porter403d1942005-11-29 15:00:51 +01001734static unsigned int ref922x_pin_configs[10] = {
1735 0x01014010, 0x01016011, 0x01012012, 0x0221401f,
1736 0x01813122, 0x01011014, 0x01441030, 0x01c41030,
Matt2f2f4252005-04-13 14:45:30 +02001737 0x40000100, 0x40000100,
1738};
1739
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001740/*
1741 STAC 922X pin configs for
1742 102801A7
1743 102801AB
1744 102801A9
1745 102801D1
1746 102801D2
1747*/
1748static unsigned int dell_922x_d81_pin_configs[10] = {
1749 0x02214030, 0x01a19021, 0x01111012, 0x01114010,
1750 0x02a19020, 0x01117011, 0x400001f0, 0x400001f1,
1751 0x01813122, 0x400001f2,
1752};
1753
1754/*
1755 STAC 922X pin configs for
1756 102801AC
1757 102801D0
1758*/
1759static unsigned int dell_922x_d82_pin_configs[10] = {
1760 0x02214030, 0x01a19021, 0x01111012, 0x01114010,
1761 0x02a19020, 0x01117011, 0x01451140, 0x400001f0,
1762 0x01813122, 0x400001f1,
1763};
1764
1765/*
1766 STAC 922X pin configs for
1767 102801BF
1768*/
1769static unsigned int dell_922x_m81_pin_configs[10] = {
1770 0x0321101f, 0x01112024, 0x01111222, 0x91174220,
1771 0x03a11050, 0x01116221, 0x90a70330, 0x01452340,
1772 0x40C003f1, 0x405003f0,
1773};
1774
1775/*
1776 STAC 9221 A1 pin configs for
1777 102801D7 (Dell XPS M1210)
1778*/
1779static unsigned int dell_922x_m82_pin_configs[10] = {
Jiang Zhe7f9310c2007-11-12 12:43:37 +01001780 0x02211211, 0x408103ff, 0x02a1123e, 0x90100310,
1781 0x408003f1, 0x0221121f, 0x03451340, 0x40c003f2,
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001782 0x508003f3, 0x405003f4,
1783};
1784
Matt Porter403d1942005-11-29 15:00:51 +01001785static unsigned int d945gtp3_pin_configs[10] = {
Matt Porter869264c2006-01-25 19:20:50 +01001786 0x0221401f, 0x01a19022, 0x01813021, 0x01014010,
Matt Porter403d1942005-11-29 15:00:51 +01001787 0x40000100, 0x40000100, 0x40000100, 0x40000100,
1788 0x02a19120, 0x40000100,
1789};
1790
1791static unsigned int d945gtp5_pin_configs[10] = {
Matt Porter869264c2006-01-25 19:20:50 +01001792 0x0221401f, 0x01011012, 0x01813024, 0x01014010,
1793 0x01a19021, 0x01016011, 0x01452130, 0x40000100,
Matt Porter403d1942005-11-29 15:00:51 +01001794 0x02a19320, 0x40000100,
1795};
1796
Ivan N. Zlatev5d5d3bc2007-05-29 16:03:00 +02001797static unsigned int intel_mac_v1_pin_configs[10] = {
1798 0x0121e21f, 0x400000ff, 0x9017e110, 0x400000fd,
1799 0x400000fe, 0x0181e020, 0x1145e030, 0x11c5e240,
Takashi Iwai3fc24d82007-02-16 13:27:18 +01001800 0x400000fc, 0x400000fb,
1801};
1802
Ivan N. Zlatev5d5d3bc2007-05-29 16:03:00 +02001803static unsigned int intel_mac_v2_pin_configs[10] = {
1804 0x0121e21f, 0x90a7012e, 0x9017e110, 0x400000fd,
1805 0x400000fe, 0x0181e020, 0x1145e230, 0x500000fa,
Sylvain FORETf16928f2007-04-27 14:22:36 +02001806 0x400000fc, 0x400000fb,
1807};
1808
Ivan N. Zlatev5d5d3bc2007-05-29 16:03:00 +02001809static unsigned int intel_mac_v3_pin_configs[10] = {
1810 0x0121e21f, 0x90a7012e, 0x9017e110, 0x400000fd,
1811 0x400000fe, 0x0181e020, 0x1145e230, 0x11c5e240,
1812 0x400000fc, 0x400000fb,
1813};
1814
1815static unsigned int intel_mac_v4_pin_configs[10] = {
1816 0x0321e21f, 0x03a1e02e, 0x9017e110, 0x9017e11f,
1817 0x400000fe, 0x0381e020, 0x1345e230, 0x13c5e240,
1818 0x400000fc, 0x400000fb,
1819};
1820
1821static unsigned int intel_mac_v5_pin_configs[10] = {
1822 0x0321e21f, 0x03a1e02e, 0x9017e110, 0x9017e11f,
1823 0x400000fe, 0x0381e020, 0x1345e230, 0x13c5e240,
1824 0x400000fc, 0x400000fb,
Takashi Iwai0dae0f82007-05-21 12:41:29 +02001825};
1826
Mauro Carvalho Chehab8c650082008-08-04 10:39:59 -03001827static unsigned int ecs202_pin_configs[10] = {
1828 0x0221401f, 0x02a19020, 0x01a19020, 0x01114010,
1829 0x408000f0, 0x01813022, 0x074510a0, 0x40c400f1,
1830 0x9037012e, 0x40e000f2,
1831};
Takashi Iwai76c08822007-06-19 12:17:42 +02001832
Takashi Iwai19039bd2006-06-28 15:52:16 +02001833static unsigned int *stac922x_brd_tbl[STAC_922X_MODELS] = {
Takashi Iwaif5fcc132006-11-24 17:07:44 +01001834 [STAC_D945_REF] = ref922x_pin_configs,
Takashi Iwai19039bd2006-06-28 15:52:16 +02001835 [STAC_D945GTP3] = d945gtp3_pin_configs,
1836 [STAC_D945GTP5] = d945gtp5_pin_configs,
Ivan N. Zlatev5d5d3bc2007-05-29 16:03:00 +02001837 [STAC_INTEL_MAC_V1] = intel_mac_v1_pin_configs,
1838 [STAC_INTEL_MAC_V2] = intel_mac_v2_pin_configs,
1839 [STAC_INTEL_MAC_V3] = intel_mac_v3_pin_configs,
1840 [STAC_INTEL_MAC_V4] = intel_mac_v4_pin_configs,
1841 [STAC_INTEL_MAC_V5] = intel_mac_v5_pin_configs,
Nicolas Boichat536319a2008-07-21 22:18:01 +08001842 [STAC_INTEL_MAC_AUTO] = intel_mac_v3_pin_configs,
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001843 /* for backward compatibility */
Ivan N. Zlatev5d5d3bc2007-05-29 16:03:00 +02001844 [STAC_MACMINI] = intel_mac_v3_pin_configs,
1845 [STAC_MACBOOK] = intel_mac_v5_pin_configs,
1846 [STAC_MACBOOK_PRO_V1] = intel_mac_v3_pin_configs,
1847 [STAC_MACBOOK_PRO_V2] = intel_mac_v3_pin_configs,
1848 [STAC_IMAC_INTEL] = intel_mac_v2_pin_configs,
1849 [STAC_IMAC_INTEL_20] = intel_mac_v3_pin_configs,
Mauro Carvalho Chehab8c650082008-08-04 10:39:59 -03001850 [STAC_ECS_202] = ecs202_pin_configs,
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001851 [STAC_922X_DELL_D81] = dell_922x_d81_pin_configs,
1852 [STAC_922X_DELL_D82] = dell_922x_d82_pin_configs,
1853 [STAC_922X_DELL_M81] = dell_922x_m81_pin_configs,
1854 [STAC_922X_DELL_M82] = dell_922x_m82_pin_configs,
Matt Porter403d1942005-11-29 15:00:51 +01001855};
1856
Takashi Iwaif5fcc132006-11-24 17:07:44 +01001857static const char *stac922x_models[STAC_922X_MODELS] = {
1858 [STAC_D945_REF] = "ref",
1859 [STAC_D945GTP5] = "5stack",
1860 [STAC_D945GTP3] = "3stack",
Ivan N. Zlatev5d5d3bc2007-05-29 16:03:00 +02001861 [STAC_INTEL_MAC_V1] = "intel-mac-v1",
1862 [STAC_INTEL_MAC_V2] = "intel-mac-v2",
1863 [STAC_INTEL_MAC_V3] = "intel-mac-v3",
1864 [STAC_INTEL_MAC_V4] = "intel-mac-v4",
1865 [STAC_INTEL_MAC_V5] = "intel-mac-v5",
Nicolas Boichat536319a2008-07-21 22:18:01 +08001866 [STAC_INTEL_MAC_AUTO] = "intel-mac-auto",
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001867 /* for backward compatibility */
Takashi Iwaif5fcc132006-11-24 17:07:44 +01001868 [STAC_MACMINI] = "macmini",
Takashi Iwai3fc24d82007-02-16 13:27:18 +01001869 [STAC_MACBOOK] = "macbook",
Nicolas Boichat6f0778d2007-03-15 12:38:15 +01001870 [STAC_MACBOOK_PRO_V1] = "macbook-pro-v1",
1871 [STAC_MACBOOK_PRO_V2] = "macbook-pro",
Sylvain FORETf16928f2007-04-27 14:22:36 +02001872 [STAC_IMAC_INTEL] = "imac-intel",
Takashi Iwai0dae0f82007-05-21 12:41:29 +02001873 [STAC_IMAC_INTEL_20] = "imac-intel-20",
Mauro Carvalho Chehab8c650082008-08-04 10:39:59 -03001874 [STAC_ECS_202] = "ecs202",
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001875 [STAC_922X_DELL_D81] = "dell-d81",
1876 [STAC_922X_DELL_D82] = "dell-d82",
1877 [STAC_922X_DELL_M81] = "dell-m81",
1878 [STAC_922X_DELL_M82] = "dell-m82",
Takashi Iwaif5fcc132006-11-24 17:07:44 +01001879};
1880
1881static struct snd_pci_quirk stac922x_cfg_tbl[] = {
1882 /* SigmaTel reference board */
1883 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x2668,
1884 "DFI LanParty", STAC_D945_REF),
1885 /* Intel 945G based systems */
1886 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x0101,
1887 "Intel D945G", STAC_D945GTP3),
1888 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x0202,
1889 "Intel D945G", STAC_D945GTP3),
1890 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x0606,
1891 "Intel D945G", STAC_D945GTP3),
1892 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x0601,
1893 "Intel D945G", STAC_D945GTP3),
1894 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x0111,
1895 "Intel D945G", STAC_D945GTP3),
1896 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x1115,
1897 "Intel D945G", STAC_D945GTP3),
1898 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x1116,
1899 "Intel D945G", STAC_D945GTP3),
1900 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x1117,
1901 "Intel D945G", STAC_D945GTP3),
1902 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x1118,
1903 "Intel D945G", STAC_D945GTP3),
1904 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x1119,
1905 "Intel D945G", STAC_D945GTP3),
1906 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x8826,
1907 "Intel D945G", STAC_D945GTP3),
1908 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x5049,
1909 "Intel D945G", STAC_D945GTP3),
1910 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x5055,
1911 "Intel D945G", STAC_D945GTP3),
1912 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x5048,
1913 "Intel D945G", STAC_D945GTP3),
1914 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x0110,
1915 "Intel D945G", STAC_D945GTP3),
1916 /* Intel D945G 5-stack systems */
1917 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x0404,
1918 "Intel D945G", STAC_D945GTP5),
1919 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x0303,
1920 "Intel D945G", STAC_D945GTP5),
1921 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x0013,
1922 "Intel D945G", STAC_D945GTP5),
1923 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x0417,
1924 "Intel D945G", STAC_D945GTP5),
1925 /* Intel 945P based systems */
1926 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x0b0b,
1927 "Intel D945P", STAC_D945GTP3),
1928 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x0112,
1929 "Intel D945P", STAC_D945GTP3),
1930 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x0d0d,
1931 "Intel D945P", STAC_D945GTP3),
1932 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x0909,
1933 "Intel D945P", STAC_D945GTP3),
1934 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x0505,
1935 "Intel D945P", STAC_D945GTP3),
1936 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x0707,
1937 "Intel D945P", STAC_D945GTP5),
1938 /* other systems */
Nicolas Boichat536319a2008-07-21 22:18:01 +08001939 /* Apple Intel Mac (Mac Mini, MacBook, MacBook Pro...) */
Takashi Iwaif5fcc132006-11-24 17:07:44 +01001940 SND_PCI_QUIRK(0x8384, 0x7680,
Nicolas Boichat536319a2008-07-21 22:18:01 +08001941 "Mac", STAC_INTEL_MAC_AUTO),
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001942 /* Dell systems */
1943 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01a7,
1944 "unknown Dell", STAC_922X_DELL_D81),
1945 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01a9,
1946 "unknown Dell", STAC_922X_DELL_D81),
1947 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01ab,
1948 "unknown Dell", STAC_922X_DELL_D81),
1949 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01ac,
1950 "unknown Dell", STAC_922X_DELL_D82),
1951 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01bf,
1952 "unknown Dell", STAC_922X_DELL_M81),
1953 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01d0,
1954 "unknown Dell", STAC_922X_DELL_D82),
1955 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01d1,
1956 "unknown Dell", STAC_922X_DELL_D81),
1957 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01d2,
1958 "unknown Dell", STAC_922X_DELL_D81),
1959 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01d7,
1960 "Dell XPS M1210", STAC_922X_DELL_M82),
Mauro Carvalho Chehab8c650082008-08-04 10:39:59 -03001961 /* ECS/PC Chips boards */
1962 SND_PCI_QUIRK(0x1019, 0x2144,
1963 "ECS/PC chips", STAC_ECS_202),
1964 SND_PCI_QUIRK(0x1019, 0x2608,
1965 "ECS/PC chips", STAC_ECS_202),
1966 SND_PCI_QUIRK(0x1019, 0x2633,
1967 "ECS/PC chips P17G/1333", STAC_ECS_202),
1968 SND_PCI_QUIRK(0x1019, 0x2811,
1969 "ECS/PC chips", STAC_ECS_202),
1970 SND_PCI_QUIRK(0x1019, 0x2812,
1971 "ECS/PC chips", STAC_ECS_202),
1972 SND_PCI_QUIRK(0x1019, 0x2813,
1973 "ECS/PC chips", STAC_ECS_202),
1974 SND_PCI_QUIRK(0x1019, 0x2814,
1975 "ECS/PC chips", STAC_ECS_202),
1976 SND_PCI_QUIRK(0x1019, 0x2815,
1977 "ECS/PC chips", STAC_ECS_202),
1978 SND_PCI_QUIRK(0x1019, 0x2816,
1979 "ECS/PC chips", STAC_ECS_202),
1980 SND_PCI_QUIRK(0x1019, 0x2817,
1981 "ECS/PC chips", STAC_ECS_202),
1982 SND_PCI_QUIRK(0x1019, 0x2818,
1983 "ECS/PC chips", STAC_ECS_202),
1984 SND_PCI_QUIRK(0x1019, 0x2819,
1985 "ECS/PC chips", STAC_ECS_202),
1986 SND_PCI_QUIRK(0x1019, 0x2820,
1987 "ECS/PC chips", STAC_ECS_202),
Matt Porter403d1942005-11-29 15:00:51 +01001988 {} /* terminator */
1989};
1990
Matt Porter3cc08dc2006-01-23 15:27:49 +01001991static unsigned int ref927x_pin_configs[14] = {
Tobin Davis93ed1502006-09-01 21:03:12 +02001992 0x02214020, 0x02a19080, 0x0181304e, 0x01014010,
1993 0x01a19040, 0x01011012, 0x01016011, 0x0101201f,
1994 0x183301f0, 0x18a001f0, 0x18a001f0, 0x01442070,
1995 0x01c42190, 0x40000100,
Matt Porter3cc08dc2006-01-23 15:27:49 +01001996};
1997
Tobin Davis93ed1502006-09-01 21:03:12 +02001998static unsigned int d965_3st_pin_configs[14] = {
Tobin Davis81d3dbd2006-08-22 19:44:45 +02001999 0x0221401f, 0x02a19120, 0x40000100, 0x01014011,
2000 0x01a19021, 0x01813024, 0x40000100, 0x40000100,
2001 0x40000100, 0x40000100, 0x40000100, 0x40000100,
2002 0x40000100, 0x40000100
2003};
2004
Tobin Davis93ed1502006-09-01 21:03:12 +02002005static unsigned int d965_5st_pin_configs[14] = {
2006 0x02214020, 0x02a19080, 0x0181304e, 0x01014010,
2007 0x01a19040, 0x01011012, 0x01016011, 0x40000100,
2008 0x40000100, 0x40000100, 0x40000100, 0x01442070,
2009 0x40000100, 0x40000100
2010};
2011
Tobin Davis4ff076e2007-08-07 11:48:12 +02002012static unsigned int dell_3st_pin_configs[14] = {
2013 0x02211230, 0x02a11220, 0x01a19040, 0x01114210,
2014 0x01111212, 0x01116211, 0x01813050, 0x01112214,
Matthew Ranostay8e9068b2007-12-17 11:58:13 +01002015 0x403003fa, 0x90a60040, 0x90a60040, 0x404003fb,
Tobin Davis4ff076e2007-08-07 11:48:12 +02002016 0x40c003fc, 0x40000100
2017};
2018
Tobin Davis93ed1502006-09-01 21:03:12 +02002019static unsigned int *stac927x_brd_tbl[STAC_927X_MODELS] = {
Matthew Ranostay8e9068b2007-12-17 11:58:13 +01002020 [STAC_D965_REF] = ref927x_pin_configs,
2021 [STAC_D965_3ST] = d965_3st_pin_configs,
2022 [STAC_D965_5ST] = d965_5st_pin_configs,
2023 [STAC_DELL_3ST] = dell_3st_pin_configs,
2024 [STAC_DELL_BIOS] = NULL,
Matt Porter3cc08dc2006-01-23 15:27:49 +01002025};
2026
Takashi Iwaif5fcc132006-11-24 17:07:44 +01002027static const char *stac927x_models[STAC_927X_MODELS] = {
Matthew Ranostay8e9068b2007-12-17 11:58:13 +01002028 [STAC_D965_REF] = "ref",
2029 [STAC_D965_3ST] = "3stack",
2030 [STAC_D965_5ST] = "5stack",
2031 [STAC_DELL_3ST] = "dell-3stack",
2032 [STAC_DELL_BIOS] = "dell-bios",
Takashi Iwaif5fcc132006-11-24 17:07:44 +01002033};
2034
2035static struct snd_pci_quirk stac927x_cfg_tbl[] = {
2036 /* SigmaTel reference board */
2037 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x2668,
2038 "DFI LanParty", STAC_D965_REF),
Tobin Davis81d3dbd2006-08-22 19:44:45 +02002039 /* Intel 946 based systems */
Takashi Iwaif5fcc132006-11-24 17:07:44 +01002040 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x3d01, "Intel D946", STAC_D965_3ST),
2041 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0xa301, "Intel D946", STAC_D965_3ST),
Tobin Davis93ed1502006-09-01 21:03:12 +02002042 /* 965 based 3 stack systems */
Takashi Iwaif5fcc132006-11-24 17:07:44 +01002043 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x2116, "Intel D965", STAC_D965_3ST),
2044 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x2115, "Intel D965", STAC_D965_3ST),
2045 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x2114, "Intel D965", STAC_D965_3ST),
2046 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x2113, "Intel D965", STAC_D965_3ST),
2047 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x2112, "Intel D965", STAC_D965_3ST),
2048 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x2111, "Intel D965", STAC_D965_3ST),
2049 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x2110, "Intel D965", STAC_D965_3ST),
2050 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x2009, "Intel D965", STAC_D965_3ST),
2051 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x2008, "Intel D965", STAC_D965_3ST),
2052 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x2007, "Intel D965", STAC_D965_3ST),
2053 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x2006, "Intel D965", STAC_D965_3ST),
2054 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x2005, "Intel D965", STAC_D965_3ST),
2055 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x2004, "Intel D965", STAC_D965_3ST),
2056 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x2003, "Intel D965", STAC_D965_3ST),
2057 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x2002, "Intel D965", STAC_D965_3ST),
2058 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x2001, "Intel D965", STAC_D965_3ST),
Tobin Davis4ff076e2007-08-07 11:48:12 +02002059 /* Dell 3 stack systems */
Matthew Ranostay8e9068b2007-12-17 11:58:13 +01002060 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01f7, "Dell XPS M1730", STAC_DELL_3ST),
Takashi Iwaidfe495d2007-08-23 19:04:28 +02002061 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01dd, "Dell Dimension E520", STAC_DELL_3ST),
Tobin Davis4ff076e2007-08-07 11:48:12 +02002062 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01ed, "Dell ", STAC_DELL_3ST),
2063 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01f4, "Dell ", STAC_DELL_3ST),
Matthew Ranostay8e9068b2007-12-17 11:58:13 +01002064 /* Dell 3 stack systems with verb table in BIOS */
Matthew Ranostay2f32d902008-01-10 13:06:26 +01002065 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01f3, "Dell Inspiron 1420", STAC_DELL_BIOS),
2066 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0227, "Dell Vostro 1400 ", STAC_DELL_BIOS),
Matthew Ranostay8e9068b2007-12-17 11:58:13 +01002067 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x022e, "Dell ", STAC_DELL_BIOS),
Takashi Iwai24918b62008-09-30 12:58:54 +02002068 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x022f, "Dell Inspiron 1525", STAC_DELL_3ST),
Matthew Ranostay8e9068b2007-12-17 11:58:13 +01002069 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0242, "Dell ", STAC_DELL_BIOS),
2070 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0243, "Dell ", STAC_DELL_BIOS),
2071 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x02ff, "Dell ", STAC_DELL_BIOS),
2072 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0209, "Dell XPS 1330", STAC_DELL_BIOS),
Tobin Davis93ed1502006-09-01 21:03:12 +02002073 /* 965 based 5 stack systems */
Takashi Iwaif5fcc132006-11-24 17:07:44 +01002074 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x2301, "Intel D965", STAC_D965_5ST),
2075 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x2302, "Intel D965", STAC_D965_5ST),
2076 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x2303, "Intel D965", STAC_D965_5ST),
2077 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x2304, "Intel D965", STAC_D965_5ST),
2078 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x2305, "Intel D965", STAC_D965_5ST),
2079 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x2501, "Intel D965", STAC_D965_5ST),
2080 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x2502, "Intel D965", STAC_D965_5ST),
2081 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x2503, "Intel D965", STAC_D965_5ST),
2082 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x2504, "Intel D965", STAC_D965_5ST),
Matt Porter3cc08dc2006-01-23 15:27:49 +01002083 {} /* terminator */
2084};
2085
Matt Porterf3302a52006-07-31 12:49:34 +02002086static unsigned int ref9205_pin_configs[12] = {
2087 0x40000100, 0x40000100, 0x01016011, 0x01014010,
Matthew Ranostay09a99952008-01-24 11:49:21 +01002088 0x01813122, 0x01a19021, 0x01019020, 0x40000100,
Matt Porter8b657272006-10-26 17:12:59 +02002089 0x90a000f0, 0x90a000f0, 0x01441030, 0x01c41030
Matt Porterf3302a52006-07-31 12:49:34 +02002090};
2091
Takashi Iwaidfe495d2007-08-23 19:04:28 +02002092/*
2093 STAC 9205 pin configs for
2094 102801F1
2095 102801F2
2096 102801FC
2097 102801FD
2098 10280204
2099 1028021F
Matthew Ranostay3fa2ef72008-01-11 11:39:06 +01002100 10280228 (Dell Vostro 1500)
Takashi Iwaidfe495d2007-08-23 19:04:28 +02002101*/
2102static unsigned int dell_9205_m42_pin_configs[12] = {
2103 0x0321101F, 0x03A11020, 0x400003FA, 0x90170310,
2104 0x400003FB, 0x400003FC, 0x400003FD, 0x40F000F9,
2105 0x90A60330, 0x400003FF, 0x0144131F, 0x40C003FE,
2106};
2107
2108/*
2109 STAC 9205 pin configs for
2110 102801F9
2111 102801FA
2112 102801FE
2113 102801FF (Dell Precision M4300)
2114 10280206
2115 10280200
2116 10280201
2117*/
2118static unsigned int dell_9205_m43_pin_configs[12] = {
Tobin Davisae0a8ed2007-08-13 15:50:29 +02002119 0x0321101f, 0x03a11020, 0x90a70330, 0x90170310,
2120 0x400000fe, 0x400000ff, 0x400000fd, 0x40f000f9,
2121 0x400000fa, 0x400000fc, 0x0144131f, 0x40c003f8,
2122};
2123
Takashi Iwaidfe495d2007-08-23 19:04:28 +02002124static unsigned int dell_9205_m44_pin_configs[12] = {
Tobin Davisae0a8ed2007-08-13 15:50:29 +02002125 0x0421101f, 0x04a11020, 0x400003fa, 0x90170310,
2126 0x400003fb, 0x400003fc, 0x400003fd, 0x400003f9,
2127 0x90a60330, 0x400003ff, 0x01441340, 0x40c003fe,
2128};
2129
Takashi Iwaif5fcc132006-11-24 17:07:44 +01002130static unsigned int *stac9205_brd_tbl[STAC_9205_MODELS] = {
Tobin Davisae0a8ed2007-08-13 15:50:29 +02002131 [STAC_9205_REF] = ref9205_pin_configs,
Takashi Iwaidfe495d2007-08-23 19:04:28 +02002132 [STAC_9205_DELL_M42] = dell_9205_m42_pin_configs,
2133 [STAC_9205_DELL_M43] = dell_9205_m43_pin_configs,
2134 [STAC_9205_DELL_M44] = dell_9205_m44_pin_configs,
Matt Porterf3302a52006-07-31 12:49:34 +02002135};
2136
Takashi Iwaif5fcc132006-11-24 17:07:44 +01002137static const char *stac9205_models[STAC_9205_MODELS] = {
2138 [STAC_9205_REF] = "ref",
Takashi Iwaidfe495d2007-08-23 19:04:28 +02002139 [STAC_9205_DELL_M42] = "dell-m42",
Tobin Davisae0a8ed2007-08-13 15:50:29 +02002140 [STAC_9205_DELL_M43] = "dell-m43",
2141 [STAC_9205_DELL_M44] = "dell-m44",
Takashi Iwaif5fcc132006-11-24 17:07:44 +01002142};
2143
2144static struct snd_pci_quirk stac9205_cfg_tbl[] = {
2145 /* SigmaTel reference board */
2146 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x2668,
2147 "DFI LanParty", STAC_9205_REF),
Takashi Iwaidfe495d2007-08-23 19:04:28 +02002148 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01f1,
2149 "unknown Dell", STAC_9205_DELL_M42),
2150 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01f2,
2151 "unknown Dell", STAC_9205_DELL_M42),
Tobin Davisae0a8ed2007-08-13 15:50:29 +02002152 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01f8,
Matthew Ranostayb44ef2f2007-09-18 00:52:38 +02002153 "Dell Precision", STAC_9205_DELL_M43),
Tobin Davisae0a8ed2007-08-13 15:50:29 +02002154 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01f9,
2155 "Dell Precision", STAC_9205_DELL_M43),
2156 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01fa,
2157 "Dell Precision", STAC_9205_DELL_M43),
Takashi Iwaidfe495d2007-08-23 19:04:28 +02002158 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01fc,
2159 "unknown Dell", STAC_9205_DELL_M42),
2160 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01fd,
2161 "unknown Dell", STAC_9205_DELL_M42),
Tobin Davisae0a8ed2007-08-13 15:50:29 +02002162 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01fe,
2163 "Dell Precision", STAC_9205_DELL_M43),
2164 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01ff,
Takashi Iwaidfe495d2007-08-23 19:04:28 +02002165 "Dell Precision M4300", STAC_9205_DELL_M43),
Takashi Iwaidfe495d2007-08-23 19:04:28 +02002166 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0204,
2167 "unknown Dell", STAC_9205_DELL_M42),
Takashi Iwai45499152008-06-12 16:27:24 +02002168 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0206,
2169 "Dell Precision", STAC_9205_DELL_M43),
2170 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x021b,
2171 "Dell Precision", STAC_9205_DELL_M43),
2172 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x021c,
2173 "Dell Precision", STAC_9205_DELL_M43),
Tobin Davisae0a8ed2007-08-13 15:50:29 +02002174 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x021f,
2175 "Dell Inspiron", STAC_9205_DELL_M44),
Matthew Ranostay3fa2ef72008-01-11 11:39:06 +01002176 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0228,
2177 "Dell Vostro 1500", STAC_9205_DELL_M42),
Matt Porterf3302a52006-07-31 12:49:34 +02002178 {} /* terminator */
2179};
2180
Richard Fish11b44bb2006-08-23 18:31:34 +02002181static int stac92xx_save_bios_config_regs(struct hda_codec *codec)
2182{
2183 int i;
2184 struct sigmatel_spec *spec = codec->spec;
2185
2186 if (! spec->bios_pin_configs) {
2187 spec->bios_pin_configs = kcalloc(spec->num_pins,
2188 sizeof(*spec->bios_pin_configs), GFP_KERNEL);
2189 if (! spec->bios_pin_configs)
2190 return -ENOMEM;
2191 }
2192
2193 for (i = 0; i < spec->num_pins; i++) {
2194 hda_nid_t nid = spec->pin_nids[i];
2195 unsigned int pin_cfg;
2196
2197 pin_cfg = snd_hda_codec_read(codec, nid, 0,
2198 AC_VERB_GET_CONFIG_DEFAULT, 0x00);
2199 snd_printdd(KERN_INFO "hda_codec: pin nid %2.2x bios pin config %8.8x\n",
2200 nid, pin_cfg);
2201 spec->bios_pin_configs[i] = pin_cfg;
2202 }
2203
2204 return 0;
2205}
2206
Matthew Ranostay87d48362007-07-17 11:52:24 +02002207static void stac92xx_set_config_reg(struct hda_codec *codec,
2208 hda_nid_t pin_nid, unsigned int pin_config)
2209{
2210 int i;
2211 snd_hda_codec_write(codec, pin_nid, 0,
2212 AC_VERB_SET_CONFIG_DEFAULT_BYTES_0,
2213 pin_config & 0x000000ff);
2214 snd_hda_codec_write(codec, pin_nid, 0,
2215 AC_VERB_SET_CONFIG_DEFAULT_BYTES_1,
2216 (pin_config & 0x0000ff00) >> 8);
2217 snd_hda_codec_write(codec, pin_nid, 0,
2218 AC_VERB_SET_CONFIG_DEFAULT_BYTES_2,
2219 (pin_config & 0x00ff0000) >> 16);
2220 snd_hda_codec_write(codec, pin_nid, 0,
2221 AC_VERB_SET_CONFIG_DEFAULT_BYTES_3,
2222 pin_config >> 24);
2223 i = snd_hda_codec_read(codec, pin_nid, 0,
2224 AC_VERB_GET_CONFIG_DEFAULT,
2225 0x00);
2226 snd_printdd(KERN_INFO "hda_codec: pin nid %2.2x pin config %8.8x\n",
2227 pin_nid, i);
2228}
2229
Matt2f2f4252005-04-13 14:45:30 +02002230static void stac92xx_set_config_regs(struct hda_codec *codec)
2231{
2232 int i;
2233 struct sigmatel_spec *spec = codec->spec;
Matt2f2f4252005-04-13 14:45:30 +02002234
Matthew Ranostay87d48362007-07-17 11:52:24 +02002235 if (!spec->pin_configs)
2236 return;
Richard Fish11b44bb2006-08-23 18:31:34 +02002237
Matthew Ranostay87d48362007-07-17 11:52:24 +02002238 for (i = 0; i < spec->num_pins; i++)
2239 stac92xx_set_config_reg(codec, spec->pin_nids[i],
2240 spec->pin_configs[i]);
Matt2f2f4252005-04-13 14:45:30 +02002241}
Matt2f2f4252005-04-13 14:45:30 +02002242
Matt2f2f4252005-04-13 14:45:30 +02002243/*
2244 * Analog playback callbacks
2245 */
2246static int stac92xx_playback_pcm_open(struct hda_pcm_stream *hinfo,
2247 struct hda_codec *codec,
Takashi Iwaic8b6bf92005-11-17 14:57:47 +01002248 struct snd_pcm_substream *substream)
Matt2f2f4252005-04-13 14:45:30 +02002249{
2250 struct sigmatel_spec *spec = codec->spec;
Matthew Ranostay8daaaa92008-08-15 07:45:52 +02002251 if (spec->stream_delay)
2252 msleep(spec->stream_delay);
Takashi Iwai9a081602008-02-12 18:37:26 +01002253 return snd_hda_multi_out_analog_open(codec, &spec->multiout, substream,
2254 hinfo);
Matt2f2f4252005-04-13 14:45:30 +02002255}
2256
2257static int stac92xx_playback_pcm_prepare(struct hda_pcm_stream *hinfo,
2258 struct hda_codec *codec,
2259 unsigned int stream_tag,
2260 unsigned int format,
Takashi Iwaic8b6bf92005-11-17 14:57:47 +01002261 struct snd_pcm_substream *substream)
Matt2f2f4252005-04-13 14:45:30 +02002262{
2263 struct sigmatel_spec *spec = codec->spec;
Matt Porter403d1942005-11-29 15:00:51 +01002264 return snd_hda_multi_out_analog_prepare(codec, &spec->multiout, stream_tag, format, substream);
Matt2f2f4252005-04-13 14:45:30 +02002265}
2266
2267static int stac92xx_playback_pcm_cleanup(struct hda_pcm_stream *hinfo,
2268 struct hda_codec *codec,
Takashi Iwaic8b6bf92005-11-17 14:57:47 +01002269 struct snd_pcm_substream *substream)
Matt2f2f4252005-04-13 14:45:30 +02002270{
2271 struct sigmatel_spec *spec = codec->spec;
2272 return snd_hda_multi_out_analog_cleanup(codec, &spec->multiout);
2273}
2274
2275/*
Mattdabbed62005-06-14 10:19:34 +02002276 * Digital playback callbacks
2277 */
2278static int stac92xx_dig_playback_pcm_open(struct hda_pcm_stream *hinfo,
2279 struct hda_codec *codec,
Takashi Iwaic8b6bf92005-11-17 14:57:47 +01002280 struct snd_pcm_substream *substream)
Mattdabbed62005-06-14 10:19:34 +02002281{
2282 struct sigmatel_spec *spec = codec->spec;
2283 return snd_hda_multi_out_dig_open(codec, &spec->multiout);
2284}
2285
2286static int stac92xx_dig_playback_pcm_close(struct hda_pcm_stream *hinfo,
2287 struct hda_codec *codec,
Takashi Iwaic8b6bf92005-11-17 14:57:47 +01002288 struct snd_pcm_substream *substream)
Mattdabbed62005-06-14 10:19:34 +02002289{
2290 struct sigmatel_spec *spec = codec->spec;
2291 return snd_hda_multi_out_dig_close(codec, &spec->multiout);
2292}
2293
Takashi Iwai6b97eb42007-04-05 14:51:48 +02002294static int stac92xx_dig_playback_pcm_prepare(struct hda_pcm_stream *hinfo,
2295 struct hda_codec *codec,
2296 unsigned int stream_tag,
2297 unsigned int format,
2298 struct snd_pcm_substream *substream)
2299{
2300 struct sigmatel_spec *spec = codec->spec;
2301 return snd_hda_multi_out_dig_prepare(codec, &spec->multiout,
2302 stream_tag, format, substream);
2303}
2304
Mattdabbed62005-06-14 10:19:34 +02002305
2306/*
Matt2f2f4252005-04-13 14:45:30 +02002307 * Analog capture callbacks
2308 */
2309static int stac92xx_capture_pcm_prepare(struct hda_pcm_stream *hinfo,
2310 struct hda_codec *codec,
2311 unsigned int stream_tag,
2312 unsigned int format,
Takashi Iwaic8b6bf92005-11-17 14:57:47 +01002313 struct snd_pcm_substream *substream)
Matt2f2f4252005-04-13 14:45:30 +02002314{
2315 struct sigmatel_spec *spec = codec->spec;
Matthew Ranostay8daaaa92008-08-15 07:45:52 +02002316 hda_nid_t nid = spec->adc_nids[substream->number];
Matt2f2f4252005-04-13 14:45:30 +02002317
Matthew Ranostay8daaaa92008-08-15 07:45:52 +02002318 if (spec->powerdown_adcs) {
2319 msleep(40);
2320 snd_hda_codec_write_cache(codec, nid, 0,
2321 AC_VERB_SET_POWER_STATE, AC_PWRST_D0);
2322 }
2323 snd_hda_codec_setup_stream(codec, nid, stream_tag, 0, format);
Matt2f2f4252005-04-13 14:45:30 +02002324 return 0;
2325}
2326
2327static int stac92xx_capture_pcm_cleanup(struct hda_pcm_stream *hinfo,
2328 struct hda_codec *codec,
Takashi Iwaic8b6bf92005-11-17 14:57:47 +01002329 struct snd_pcm_substream *substream)
Matt2f2f4252005-04-13 14:45:30 +02002330{
2331 struct sigmatel_spec *spec = codec->spec;
Matthew Ranostay8daaaa92008-08-15 07:45:52 +02002332 hda_nid_t nid = spec->adc_nids[substream->number];
Matt2f2f4252005-04-13 14:45:30 +02002333
Matthew Ranostay8daaaa92008-08-15 07:45:52 +02002334 snd_hda_codec_cleanup_stream(codec, nid);
2335 if (spec->powerdown_adcs)
2336 snd_hda_codec_write_cache(codec, nid, 0,
2337 AC_VERB_SET_POWER_STATE, AC_PWRST_D3);
Matt2f2f4252005-04-13 14:45:30 +02002338 return 0;
2339}
2340
Mattdabbed62005-06-14 10:19:34 +02002341static struct hda_pcm_stream stac92xx_pcm_digital_playback = {
2342 .substreams = 1,
2343 .channels_min = 2,
2344 .channels_max = 2,
2345 /* NID is set in stac92xx_build_pcms */
2346 .ops = {
2347 .open = stac92xx_dig_playback_pcm_open,
Takashi Iwai6b97eb42007-04-05 14:51:48 +02002348 .close = stac92xx_dig_playback_pcm_close,
2349 .prepare = stac92xx_dig_playback_pcm_prepare
Mattdabbed62005-06-14 10:19:34 +02002350 },
2351};
2352
2353static struct hda_pcm_stream stac92xx_pcm_digital_capture = {
2354 .substreams = 1,
2355 .channels_min = 2,
2356 .channels_max = 2,
2357 /* NID is set in stac92xx_build_pcms */
2358};
2359
Matt2f2f4252005-04-13 14:45:30 +02002360static struct hda_pcm_stream stac92xx_pcm_analog_playback = {
2361 .substreams = 1,
2362 .channels_min = 2,
Mattc7d4b2f2005-06-27 14:59:41 +02002363 .channels_max = 8,
Matt2f2f4252005-04-13 14:45:30 +02002364 .nid = 0x02, /* NID to query formats and rates */
2365 .ops = {
2366 .open = stac92xx_playback_pcm_open,
2367 .prepare = stac92xx_playback_pcm_prepare,
2368 .cleanup = stac92xx_playback_pcm_cleanup
2369 },
2370};
2371
Matt Porter3cc08dc2006-01-23 15:27:49 +01002372static struct hda_pcm_stream stac92xx_pcm_analog_alt_playback = {
2373 .substreams = 1,
2374 .channels_min = 2,
2375 .channels_max = 2,
2376 .nid = 0x06, /* NID to query formats and rates */
2377 .ops = {
2378 .open = stac92xx_playback_pcm_open,
2379 .prepare = stac92xx_playback_pcm_prepare,
2380 .cleanup = stac92xx_playback_pcm_cleanup
2381 },
2382};
2383
Matt2f2f4252005-04-13 14:45:30 +02002384static struct hda_pcm_stream stac92xx_pcm_analog_capture = {
Matt2f2f4252005-04-13 14:45:30 +02002385 .channels_min = 2,
2386 .channels_max = 2,
Maxim Levitsky9e05b7a2007-09-03 15:31:02 +02002387 /* NID + .substreams is set in stac92xx_build_pcms */
Matt2f2f4252005-04-13 14:45:30 +02002388 .ops = {
2389 .prepare = stac92xx_capture_pcm_prepare,
2390 .cleanup = stac92xx_capture_pcm_cleanup
2391 },
2392};
2393
2394static int stac92xx_build_pcms(struct hda_codec *codec)
2395{
2396 struct sigmatel_spec *spec = codec->spec;
2397 struct hda_pcm *info = spec->pcm_rec;
2398
2399 codec->num_pcms = 1;
2400 codec->pcm_info = info;
2401
Mattc7d4b2f2005-06-27 14:59:41 +02002402 info->name = "STAC92xx Analog";
Matt2f2f4252005-04-13 14:45:30 +02002403 info->stream[SNDRV_PCM_STREAM_PLAYBACK] = stac92xx_pcm_analog_playback;
Matt2f2f4252005-04-13 14:45:30 +02002404 info->stream[SNDRV_PCM_STREAM_CAPTURE] = stac92xx_pcm_analog_capture;
Matt Porter3cc08dc2006-01-23 15:27:49 +01002405 info->stream[SNDRV_PCM_STREAM_CAPTURE].nid = spec->adc_nids[0];
Maxim Levitsky9e05b7a2007-09-03 15:31:02 +02002406 info->stream[SNDRV_PCM_STREAM_CAPTURE].substreams = spec->num_adcs;
Matt Porter3cc08dc2006-01-23 15:27:49 +01002407
2408 if (spec->alt_switch) {
2409 codec->num_pcms++;
2410 info++;
2411 info->name = "STAC92xx Analog Alt";
2412 info->stream[SNDRV_PCM_STREAM_PLAYBACK] = stac92xx_pcm_analog_alt_playback;
2413 }
Matt2f2f4252005-04-13 14:45:30 +02002414
Mattdabbed62005-06-14 10:19:34 +02002415 if (spec->multiout.dig_out_nid || spec->dig_in_nid) {
2416 codec->num_pcms++;
2417 info++;
2418 info->name = "STAC92xx Digital";
Takashi Iwai7ba72ba2008-02-06 14:03:20 +01002419 info->pcm_type = HDA_PCM_TYPE_SPDIF;
Mattdabbed62005-06-14 10:19:34 +02002420 if (spec->multiout.dig_out_nid) {
2421 info->stream[SNDRV_PCM_STREAM_PLAYBACK] = stac92xx_pcm_digital_playback;
2422 info->stream[SNDRV_PCM_STREAM_PLAYBACK].nid = spec->multiout.dig_out_nid;
2423 }
2424 if (spec->dig_in_nid) {
2425 info->stream[SNDRV_PCM_STREAM_CAPTURE] = stac92xx_pcm_digital_capture;
2426 info->stream[SNDRV_PCM_STREAM_CAPTURE].nid = spec->dig_in_nid;
2427 }
2428 }
2429
Matt2f2f4252005-04-13 14:45:30 +02002430 return 0;
2431}
2432
Takashi Iwaic960a032006-03-23 17:06:28 +01002433static unsigned int stac92xx_get_vref(struct hda_codec *codec, hda_nid_t nid)
2434{
2435 unsigned int pincap = snd_hda_param_read(codec, nid,
2436 AC_PAR_PIN_CAP);
2437 pincap = (pincap & AC_PINCAP_VREF) >> AC_PINCAP_VREF_SHIFT;
2438 if (pincap & AC_PINCAP_VREF_100)
2439 return AC_PINCTL_VREF_100;
2440 if (pincap & AC_PINCAP_VREF_80)
2441 return AC_PINCTL_VREF_80;
2442 if (pincap & AC_PINCAP_VREF_50)
2443 return AC_PINCTL_VREF_50;
2444 if (pincap & AC_PINCAP_VREF_GRD)
2445 return AC_PINCTL_VREF_GRD;
2446 return 0;
2447}
2448
Matt Porter403d1942005-11-29 15:00:51 +01002449static void stac92xx_auto_set_pinctl(struct hda_codec *codec, hda_nid_t nid, int pin_type)
2450
2451{
Takashi Iwai82beb8f2007-08-10 17:09:26 +02002452 snd_hda_codec_write_cache(codec, nid, 0,
2453 AC_VERB_SET_PIN_WIDGET_CONTROL, pin_type);
Matt Porter403d1942005-11-29 15:00:51 +01002454}
2455
Matthew Ranostay7c2ba972008-04-16 13:13:59 +02002456#define stac92xx_hp_switch_info snd_ctl_boolean_mono_info
2457
2458static int stac92xx_hp_switch_get(struct snd_kcontrol *kcontrol,
2459 struct snd_ctl_elem_value *ucontrol)
2460{
2461 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
2462 struct sigmatel_spec *spec = codec->spec;
2463
Takashi Iwaid7a89432008-11-12 09:48:04 +01002464 ucontrol->value.integer.value[0] = !!spec->hp_switch;
Matthew Ranostay7c2ba972008-04-16 13:13:59 +02002465 return 0;
2466}
2467
2468static int stac92xx_hp_switch_put(struct snd_kcontrol *kcontrol,
2469 struct snd_ctl_elem_value *ucontrol)
2470{
2471 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
2472 struct sigmatel_spec *spec = codec->spec;
Takashi Iwaid7a89432008-11-12 09:48:04 +01002473 int nid = kcontrol->private_value;
2474
2475 spec->hp_switch = ucontrol->value.integer.value[0] ? nid : 0;
Matthew Ranostay7c2ba972008-04-16 13:13:59 +02002476
2477 /* check to be sure that the ports are upto date with
2478 * switch changes
2479 */
2480 codec->patch_ops.unsol_event(codec, STAC_HP_EVENT << 26);
2481
2482 return 1;
2483}
2484
Takashi Iwaia5ce8892007-07-23 15:42:26 +02002485#define stac92xx_io_switch_info snd_ctl_boolean_mono_info
Matt Porter403d1942005-11-29 15:00:51 +01002486
2487static int stac92xx_io_switch_get(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol)
2488{
2489 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
2490 struct sigmatel_spec *spec = codec->spec;
2491 int io_idx = kcontrol-> private_value & 0xff;
2492
2493 ucontrol->value.integer.value[0] = spec->io_switch[io_idx];
2494 return 0;
2495}
2496
2497static int stac92xx_io_switch_put(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol)
2498{
2499 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
2500 struct sigmatel_spec *spec = codec->spec;
2501 hda_nid_t nid = kcontrol->private_value >> 8;
2502 int io_idx = kcontrol-> private_value & 0xff;
Takashi Iwai68ea7b22007-11-15 15:54:38 +01002503 unsigned short val = !!ucontrol->value.integer.value[0];
Matt Porter403d1942005-11-29 15:00:51 +01002504
2505 spec->io_switch[io_idx] = val;
2506
2507 if (val)
2508 stac92xx_auto_set_pinctl(codec, nid, AC_PINCTL_OUT_EN);
Takashi Iwaic960a032006-03-23 17:06:28 +01002509 else {
2510 unsigned int pinctl = AC_PINCTL_IN_EN;
2511 if (io_idx) /* set VREF for mic */
2512 pinctl |= stac92xx_get_vref(codec, nid);
2513 stac92xx_auto_set_pinctl(codec, nid, pinctl);
2514 }
Jiang Zhe40c1d302007-11-12 13:05:16 +01002515
2516 /* check the auto-mute again: we need to mute/unmute the speaker
2517 * appropriately according to the pin direction
2518 */
2519 if (spec->hp_detect)
2520 codec->patch_ops.unsol_event(codec, STAC_HP_EVENT << 26);
2521
Matt Porter403d1942005-11-29 15:00:51 +01002522 return 1;
2523}
2524
Maxim Levitsky0fb87bb2007-09-03 15:29:04 +02002525#define stac92xx_clfe_switch_info snd_ctl_boolean_mono_info
2526
2527static int stac92xx_clfe_switch_get(struct snd_kcontrol *kcontrol,
2528 struct snd_ctl_elem_value *ucontrol)
2529{
2530 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
2531 struct sigmatel_spec *spec = codec->spec;
2532
2533 ucontrol->value.integer.value[0] = spec->clfe_swap;
2534 return 0;
2535}
2536
2537static int stac92xx_clfe_switch_put(struct snd_kcontrol *kcontrol,
2538 struct snd_ctl_elem_value *ucontrol)
2539{
2540 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
2541 struct sigmatel_spec *spec = codec->spec;
2542 hda_nid_t nid = kcontrol->private_value & 0xff;
Takashi Iwai68ea7b22007-11-15 15:54:38 +01002543 unsigned int val = !!ucontrol->value.integer.value[0];
Maxim Levitsky0fb87bb2007-09-03 15:29:04 +02002544
Takashi Iwai68ea7b22007-11-15 15:54:38 +01002545 if (spec->clfe_swap == val)
Maxim Levitsky0fb87bb2007-09-03 15:29:04 +02002546 return 0;
2547
Takashi Iwai68ea7b22007-11-15 15:54:38 +01002548 spec->clfe_swap = val;
Maxim Levitsky0fb87bb2007-09-03 15:29:04 +02002549
2550 snd_hda_codec_write_cache(codec, nid, 0, AC_VERB_SET_EAPD_BTLENABLE,
2551 spec->clfe_swap ? 0x4 : 0x0);
2552
2553 return 1;
2554}
2555
Matthew Ranostay7c2ba972008-04-16 13:13:59 +02002556#define STAC_CODEC_HP_SWITCH(xname) \
2557 { .iface = SNDRV_CTL_ELEM_IFACE_MIXER, \
2558 .name = xname, \
2559 .index = 0, \
2560 .info = stac92xx_hp_switch_info, \
2561 .get = stac92xx_hp_switch_get, \
2562 .put = stac92xx_hp_switch_put, \
2563 }
2564
Matt Porter403d1942005-11-29 15:00:51 +01002565#define STAC_CODEC_IO_SWITCH(xname, xpval) \
2566 { .iface = SNDRV_CTL_ELEM_IFACE_MIXER, \
2567 .name = xname, \
2568 .index = 0, \
2569 .info = stac92xx_io_switch_info, \
2570 .get = stac92xx_io_switch_get, \
2571 .put = stac92xx_io_switch_put, \
2572 .private_value = xpval, \
2573 }
2574
Maxim Levitsky0fb87bb2007-09-03 15:29:04 +02002575#define STAC_CODEC_CLFE_SWITCH(xname, xpval) \
2576 { .iface = SNDRV_CTL_ELEM_IFACE_MIXER, \
2577 .name = xname, \
2578 .index = 0, \
2579 .info = stac92xx_clfe_switch_info, \
2580 .get = stac92xx_clfe_switch_get, \
2581 .put = stac92xx_clfe_switch_put, \
2582 .private_value = xpval, \
2583 }
Matt Porter403d1942005-11-29 15:00:51 +01002584
Mattc7d4b2f2005-06-27 14:59:41 +02002585enum {
2586 STAC_CTL_WIDGET_VOL,
2587 STAC_CTL_WIDGET_MUTE,
Matthew Ranostay09a99952008-01-24 11:49:21 +01002588 STAC_CTL_WIDGET_MONO_MUX,
Matthew Ranostay89385032008-09-11 09:49:39 -04002589 STAC_CTL_WIDGET_AMP_MUX,
2590 STAC_CTL_WIDGET_AMP_VOL,
Matthew Ranostay7c2ba972008-04-16 13:13:59 +02002591 STAC_CTL_WIDGET_HP_SWITCH,
Matt Porter403d1942005-11-29 15:00:51 +01002592 STAC_CTL_WIDGET_IO_SWITCH,
Maxim Levitsky0fb87bb2007-09-03 15:29:04 +02002593 STAC_CTL_WIDGET_CLFE_SWITCH
Mattc7d4b2f2005-06-27 14:59:41 +02002594};
2595
Takashi Iwaic8b6bf92005-11-17 14:57:47 +01002596static struct snd_kcontrol_new stac92xx_control_templates[] = {
Mattc7d4b2f2005-06-27 14:59:41 +02002597 HDA_CODEC_VOLUME(NULL, 0, 0, 0),
2598 HDA_CODEC_MUTE(NULL, 0, 0, 0),
Matthew Ranostay09a99952008-01-24 11:49:21 +01002599 STAC_MONO_MUX,
Matthew Ranostay89385032008-09-11 09:49:39 -04002600 STAC_AMP_MUX,
2601 STAC_AMP_VOL(NULL, 0, 0, 0, 0),
Matthew Ranostay7c2ba972008-04-16 13:13:59 +02002602 STAC_CODEC_HP_SWITCH(NULL),
Matt Porter403d1942005-11-29 15:00:51 +01002603 STAC_CODEC_IO_SWITCH(NULL, 0),
Maxim Levitsky0fb87bb2007-09-03 15:29:04 +02002604 STAC_CODEC_CLFE_SWITCH(NULL, 0),
Mattc7d4b2f2005-06-27 14:59:41 +02002605};
2606
2607/* add dynamic controls */
Takashi Iwai4d4e9bb2008-11-12 16:45:04 +01002608static int stac92xx_add_control_temp(struct sigmatel_spec *spec,
2609 struct snd_kcontrol_new *ktemp,
2610 int idx, const char *name,
2611 unsigned long val)
Mattc7d4b2f2005-06-27 14:59:41 +02002612{
Takashi Iwaic8b6bf92005-11-17 14:57:47 +01002613 struct snd_kcontrol_new *knew;
Mattc7d4b2f2005-06-27 14:59:41 +02002614
2615 if (spec->num_kctl_used >= spec->num_kctl_alloc) {
2616 int num = spec->num_kctl_alloc + NUM_CONTROL_ALLOC;
2617
2618 knew = kcalloc(num + 1, sizeof(*knew), GFP_KERNEL); /* array + terminator */
2619 if (! knew)
2620 return -ENOMEM;
2621 if (spec->kctl_alloc) {
2622 memcpy(knew, spec->kctl_alloc, sizeof(*knew) * spec->num_kctl_alloc);
2623 kfree(spec->kctl_alloc);
2624 }
2625 spec->kctl_alloc = knew;
2626 spec->num_kctl_alloc = num;
2627 }
2628
2629 knew = &spec->kctl_alloc[spec->num_kctl_used];
Takashi Iwai4d4e9bb2008-11-12 16:45:04 +01002630 *knew = *ktemp;
Matthew Ranostay4682eee2008-08-15 07:43:24 +02002631 knew->index = idx;
Takashi Iwai82fe0c52005-06-30 10:54:33 +02002632 knew->name = kstrdup(name, GFP_KERNEL);
Takashi Iwai4d4e9bb2008-11-12 16:45:04 +01002633 if (!knew->name)
Mattc7d4b2f2005-06-27 14:59:41 +02002634 return -ENOMEM;
2635 knew->private_value = val;
2636 spec->num_kctl_used++;
2637 return 0;
2638}
2639
Takashi Iwai4d4e9bb2008-11-12 16:45:04 +01002640static inline int stac92xx_add_control_idx(struct sigmatel_spec *spec,
2641 int type, int idx, const char *name,
2642 unsigned long val)
2643{
2644 return stac92xx_add_control_temp(spec,
2645 &stac92xx_control_templates[type],
2646 idx, name, val);
2647}
2648
Matthew Ranostay4682eee2008-08-15 07:43:24 +02002649
2650/* add dynamic controls */
Takashi Iwai4d4e9bb2008-11-12 16:45:04 +01002651static inline int stac92xx_add_control(struct sigmatel_spec *spec, int type,
2652 const char *name, unsigned long val)
Matthew Ranostay4682eee2008-08-15 07:43:24 +02002653{
2654 return stac92xx_add_control_idx(spec, type, 0, name, val);
2655}
2656
Matt Porter403d1942005-11-29 15:00:51 +01002657/* flag inputs as additional dynamic lineouts */
2658static int stac92xx_add_dyn_out_pins(struct hda_codec *codec, struct auto_pin_cfg *cfg)
2659{
2660 struct sigmatel_spec *spec = codec->spec;
Steve Longerbeam7b043892007-05-03 20:50:03 +02002661 unsigned int wcaps, wtype;
2662 int i, num_dacs = 0;
2663
2664 /* use the wcaps cache to count all DACs available for line-outs */
2665 for (i = 0; i < codec->num_nodes; i++) {
2666 wcaps = codec->wcaps[i];
2667 wtype = (wcaps & AC_WCAP_TYPE) >> AC_WCAP_TYPE_SHIFT;
Matthew Ranostay8e9068b2007-12-17 11:58:13 +01002668
Steve Longerbeam7b043892007-05-03 20:50:03 +02002669 if (wtype == AC_WID_AUD_OUT && !(wcaps & AC_WCAP_DIGITAL))
2670 num_dacs++;
2671 }
Matt Porter403d1942005-11-29 15:00:51 +01002672
Steve Longerbeam7b043892007-05-03 20:50:03 +02002673 snd_printdd("%s: total dac count=%d\n", __func__, num_dacs);
2674
Matt Porter403d1942005-11-29 15:00:51 +01002675 switch (cfg->line_outs) {
2676 case 3:
2677 /* add line-in as side */
Steve Longerbeam7b043892007-05-03 20:50:03 +02002678 if (cfg->input_pins[AUTO_PIN_LINE] && num_dacs > 3) {
Takashi Iwaic480f792007-09-03 09:43:38 +02002679 cfg->line_out_pins[cfg->line_outs] =
2680 cfg->input_pins[AUTO_PIN_LINE];
Matt Porter403d1942005-11-29 15:00:51 +01002681 spec->line_switch = 1;
2682 cfg->line_outs++;
2683 }
2684 break;
2685 case 2:
2686 /* add line-in as clfe and mic as side */
Steve Longerbeam7b043892007-05-03 20:50:03 +02002687 if (cfg->input_pins[AUTO_PIN_LINE] && num_dacs > 2) {
Takashi Iwaic480f792007-09-03 09:43:38 +02002688 cfg->line_out_pins[cfg->line_outs] =
2689 cfg->input_pins[AUTO_PIN_LINE];
Matt Porter403d1942005-11-29 15:00:51 +01002690 spec->line_switch = 1;
2691 cfg->line_outs++;
2692 }
Steve Longerbeam7b043892007-05-03 20:50:03 +02002693 if (cfg->input_pins[AUTO_PIN_MIC] && num_dacs > 3) {
Takashi Iwaic480f792007-09-03 09:43:38 +02002694 cfg->line_out_pins[cfg->line_outs] =
2695 cfg->input_pins[AUTO_PIN_MIC];
Matt Porter403d1942005-11-29 15:00:51 +01002696 spec->mic_switch = 1;
2697 cfg->line_outs++;
2698 }
2699 break;
2700 case 1:
2701 /* add line-in as surr and mic as clfe */
Steve Longerbeam7b043892007-05-03 20:50:03 +02002702 if (cfg->input_pins[AUTO_PIN_LINE] && num_dacs > 1) {
Takashi Iwaic480f792007-09-03 09:43:38 +02002703 cfg->line_out_pins[cfg->line_outs] =
2704 cfg->input_pins[AUTO_PIN_LINE];
Matt Porter403d1942005-11-29 15:00:51 +01002705 spec->line_switch = 1;
2706 cfg->line_outs++;
2707 }
Steve Longerbeam7b043892007-05-03 20:50:03 +02002708 if (cfg->input_pins[AUTO_PIN_MIC] && num_dacs > 2) {
Takashi Iwaic480f792007-09-03 09:43:38 +02002709 cfg->line_out_pins[cfg->line_outs] =
2710 cfg->input_pins[AUTO_PIN_MIC];
Matt Porter403d1942005-11-29 15:00:51 +01002711 spec->mic_switch = 1;
2712 cfg->line_outs++;
2713 }
2714 break;
2715 }
2716
2717 return 0;
2718}
2719
Steve Longerbeam7b043892007-05-03 20:50:03 +02002720
2721static int is_in_dac_nids(struct sigmatel_spec *spec, hda_nid_t nid)
2722{
2723 int i;
2724
2725 for (i = 0; i < spec->multiout.num_dacs; i++) {
2726 if (spec->multiout.dac_nids[i] == nid)
2727 return 1;
2728 }
2729
2730 return 0;
2731}
2732
Matt Porter3cc08dc2006-01-23 15:27:49 +01002733/*
Steve Longerbeam7b043892007-05-03 20:50:03 +02002734 * Fill in the dac_nids table from the parsed pin configuration
2735 * This function only works when every pin in line_out_pins[]
2736 * contains atleast one DAC in its connection list. Some 92xx
2737 * codecs are not connected directly to a DAC, such as the 9200
2738 * and 9202/925x. For those, dac_nids[] must be hard-coded.
Matt Porter3cc08dc2006-01-23 15:27:49 +01002739 */
Takashi Iwai19039bd2006-06-28 15:52:16 +02002740static int stac92xx_auto_fill_dac_nids(struct hda_codec *codec,
Takashi Iwaidf802952007-07-02 19:18:00 +02002741 struct auto_pin_cfg *cfg)
Mattc7d4b2f2005-06-27 14:59:41 +02002742{
2743 struct sigmatel_spec *spec = codec->spec;
Steve Longerbeam7b043892007-05-03 20:50:03 +02002744 int i, j, conn_len = 0;
2745 hda_nid_t nid, conn[HDA_MAX_CONNECTIONS];
2746 unsigned int wcaps, wtype;
2747
Mattc7d4b2f2005-06-27 14:59:41 +02002748 for (i = 0; i < cfg->line_outs; i++) {
2749 nid = cfg->line_out_pins[i];
Steve Longerbeam7b043892007-05-03 20:50:03 +02002750 conn_len = snd_hda_get_connections(codec, nid, conn,
2751 HDA_MAX_CONNECTIONS);
2752 for (j = 0; j < conn_len; j++) {
2753 wcaps = snd_hda_param_read(codec, conn[j],
2754 AC_PAR_AUDIO_WIDGET_CAP);
2755 wtype = (wcaps & AC_WCAP_TYPE) >> AC_WCAP_TYPE_SHIFT;
Steve Longerbeam7b043892007-05-03 20:50:03 +02002756 if (wtype != AC_WID_AUD_OUT ||
2757 (wcaps & AC_WCAP_DIGITAL))
2758 continue;
2759 /* conn[j] is a DAC routed to this line-out */
2760 if (!is_in_dac_nids(spec, conn[j]))
2761 break;
2762 }
2763
2764 if (j == conn_len) {
Takashi Iwaidf802952007-07-02 19:18:00 +02002765 if (spec->multiout.num_dacs > 0) {
2766 /* we have already working output pins,
2767 * so let's drop the broken ones again
2768 */
2769 cfg->line_outs = spec->multiout.num_dacs;
2770 break;
2771 }
Steve Longerbeam7b043892007-05-03 20:50:03 +02002772 /* error out, no available DAC found */
2773 snd_printk(KERN_ERR
2774 "%s: No available DAC for pin 0x%x\n",
2775 __func__, nid);
2776 return -ENODEV;
2777 }
2778
2779 spec->multiout.dac_nids[i] = conn[j];
2780 spec->multiout.num_dacs++;
2781 if (conn_len > 1) {
2782 /* select this DAC in the pin's input mux */
Takashi Iwai82beb8f2007-08-10 17:09:26 +02002783 snd_hda_codec_write_cache(codec, nid, 0,
2784 AC_VERB_SET_CONNECT_SEL, j);
Steve Longerbeam7b043892007-05-03 20:50:03 +02002785
2786 }
Mattc7d4b2f2005-06-27 14:59:41 +02002787 }
2788
Steve Longerbeam7b043892007-05-03 20:50:03 +02002789 snd_printd("dac_nids=%d (0x%x/0x%x/0x%x/0x%x/0x%x)\n",
2790 spec->multiout.num_dacs,
2791 spec->multiout.dac_nids[0],
2792 spec->multiout.dac_nids[1],
2793 spec->multiout.dac_nids[2],
2794 spec->multiout.dac_nids[3],
2795 spec->multiout.dac_nids[4]);
Mattc7d4b2f2005-06-27 14:59:41 +02002796 return 0;
2797}
2798
Takashi Iwaieb06ed82006-09-20 17:10:27 +02002799/* create volume control/switch for the given prefx type */
2800static int create_controls(struct sigmatel_spec *spec, const char *pfx, hda_nid_t nid, int chs)
2801{
2802 char name[32];
2803 int err;
2804
2805 sprintf(name, "%s Playback Volume", pfx);
2806 err = stac92xx_add_control(spec, STAC_CTL_WIDGET_VOL, name,
2807 HDA_COMPOSE_AMP_VAL(nid, chs, 0, HDA_OUTPUT));
2808 if (err < 0)
2809 return err;
2810 sprintf(name, "%s Playback Switch", pfx);
2811 err = stac92xx_add_control(spec, STAC_CTL_WIDGET_MUTE, name,
2812 HDA_COMPOSE_AMP_VAL(nid, chs, 0, HDA_OUTPUT));
2813 if (err < 0)
2814 return err;
2815 return 0;
2816}
2817
Matthew Ranostayae0afd82008-02-22 17:55:05 +01002818static int add_spec_dacs(struct sigmatel_spec *spec, hda_nid_t nid)
2819{
2820 if (!spec->multiout.hp_nid)
2821 spec->multiout.hp_nid = nid;
2822 else if (spec->multiout.num_dacs > 4) {
2823 printk(KERN_WARNING "stac92xx: No space for DAC 0x%x\n", nid);
2824 return 1;
2825 } else {
2826 spec->multiout.dac_nids[spec->multiout.num_dacs] = nid;
2827 spec->multiout.num_dacs++;
2828 }
2829 return 0;
2830}
2831
2832static int check_in_dac_nids(struct sigmatel_spec *spec, hda_nid_t nid)
2833{
2834 if (is_in_dac_nids(spec, nid))
2835 return 1;
2836 if (spec->multiout.hp_nid == nid)
2837 return 1;
2838 return 0;
2839}
2840
Mattc7d4b2f2005-06-27 14:59:41 +02002841/* add playback controls from the parsed DAC table */
Maxim Levitsky0fb87bb2007-09-03 15:29:04 +02002842static int stac92xx_auto_create_multi_out_ctls(struct hda_codec *codec,
Takashi Iwai19039bd2006-06-28 15:52:16 +02002843 const struct auto_pin_cfg *cfg)
Mattc7d4b2f2005-06-27 14:59:41 +02002844{
Takashi Iwai19039bd2006-06-28 15:52:16 +02002845 static const char *chname[4] = {
2846 "Front", "Surround", NULL /*CLFE*/, "Side"
2847 };
Matthew Ranostayd21995e2008-10-13 13:22:45 -04002848 hda_nid_t nid = 0;
Mattc7d4b2f2005-06-27 14:59:41 +02002849 int i, err;
2850
Maxim Levitsky0fb87bb2007-09-03 15:29:04 +02002851 struct sigmatel_spec *spec = codec->spec;
Matthew Ranostayb5895dc2008-01-25 15:24:50 +01002852 unsigned int wid_caps, pincap;
Maxim Levitsky0fb87bb2007-09-03 15:29:04 +02002853
2854
Takashi Iwai40ac8c42008-02-29 14:16:17 +01002855 for (i = 0; i < cfg->line_outs && i < spec->multiout.num_dacs; i++) {
Matt Porter403d1942005-11-29 15:00:51 +01002856 if (!spec->multiout.dac_nids[i])
Mattc7d4b2f2005-06-27 14:59:41 +02002857 continue;
2858
2859 nid = spec->multiout.dac_nids[i];
2860
2861 if (i == 2) {
2862 /* Center/LFE */
Takashi Iwaieb06ed82006-09-20 17:10:27 +02002863 err = create_controls(spec, "Center", nid, 1);
2864 if (err < 0)
Mattc7d4b2f2005-06-27 14:59:41 +02002865 return err;
Takashi Iwaieb06ed82006-09-20 17:10:27 +02002866 err = create_controls(spec, "LFE", nid, 2);
2867 if (err < 0)
Mattc7d4b2f2005-06-27 14:59:41 +02002868 return err;
Maxim Levitsky0fb87bb2007-09-03 15:29:04 +02002869
2870 wid_caps = get_wcaps(codec, nid);
2871
2872 if (wid_caps & AC_WCAP_LR_SWAP) {
2873 err = stac92xx_add_control(spec,
2874 STAC_CTL_WIDGET_CLFE_SWITCH,
2875 "Swap Center/LFE Playback Switch", nid);
2876
2877 if (err < 0)
2878 return err;
2879 }
2880
Mattc7d4b2f2005-06-27 14:59:41 +02002881 } else {
Takashi Iwaieb06ed82006-09-20 17:10:27 +02002882 err = create_controls(spec, chname[i], nid, 3);
2883 if (err < 0)
Mattc7d4b2f2005-06-27 14:59:41 +02002884 return err;
2885 }
2886 }
2887
Matthew Ranostayfedb7562008-09-23 21:46:30 -04002888 if ((spec->multiout.num_dacs - cfg->line_outs) > 0 &&
2889 cfg->hp_outs && !spec->multiout.hp_nid)
2890 spec->multiout.hp_nid = nid;
2891
Matthew Ranostay7c2ba972008-04-16 13:13:59 +02002892 if (cfg->hp_outs > 1) {
2893 err = stac92xx_add_control(spec,
2894 STAC_CTL_WIDGET_HP_SWITCH,
Takashi Iwaid7a89432008-11-12 09:48:04 +01002895 "Headphone as Line Out Switch",
2896 cfg->hp_pins[cfg->hp_outs - 1]);
Matthew Ranostay7c2ba972008-04-16 13:13:59 +02002897 if (err < 0)
2898 return err;
2899 }
2900
Matthew Ranostayb5895dc2008-01-25 15:24:50 +01002901 if (spec->line_switch) {
2902 nid = cfg->input_pins[AUTO_PIN_LINE];
2903 pincap = snd_hda_param_read(codec, nid,
2904 AC_PAR_PIN_CAP);
2905 if (pincap & AC_PINCAP_OUT) {
2906 err = stac92xx_add_control(spec,
2907 STAC_CTL_WIDGET_IO_SWITCH,
2908 "Line In as Output Switch", nid << 8);
2909 if (err < 0)
2910 return err;
2911 }
2912 }
Matt Porter403d1942005-11-29 15:00:51 +01002913
Matthew Ranostayb5895dc2008-01-25 15:24:50 +01002914 if (spec->mic_switch) {
Matthew Ranostaycace16f2008-01-30 14:58:38 +01002915 unsigned int def_conf;
Matthew Ranostayae0afd82008-02-22 17:55:05 +01002916 unsigned int mic_pin = AUTO_PIN_MIC;
2917again:
2918 nid = cfg->input_pins[mic_pin];
Matthew Ranostaycace16f2008-01-30 14:58:38 +01002919 def_conf = snd_hda_codec_read(codec, nid, 0,
2920 AC_VERB_GET_CONFIG_DEFAULT, 0);
Matthew Ranostaycace16f2008-01-30 14:58:38 +01002921 /* some laptops have an internal analog microphone
2922 * which can't be used as a output */
2923 if (get_defcfg_connect(def_conf) != AC_JACK_PORT_FIXED) {
2924 pincap = snd_hda_param_read(codec, nid,
2925 AC_PAR_PIN_CAP);
2926 if (pincap & AC_PINCAP_OUT) {
2927 err = stac92xx_add_control(spec,
2928 STAC_CTL_WIDGET_IO_SWITCH,
2929 "Mic as Output Switch", (nid << 8) | 1);
Matthew Ranostayae0afd82008-02-22 17:55:05 +01002930 nid = snd_hda_codec_read(codec, nid, 0,
2931 AC_VERB_GET_CONNECT_LIST, 0) & 0xff;
2932 if (!check_in_dac_nids(spec, nid))
2933 add_spec_dacs(spec, nid);
Matthew Ranostaycace16f2008-01-30 14:58:38 +01002934 if (err < 0)
2935 return err;
2936 }
Matthew Ranostayae0afd82008-02-22 17:55:05 +01002937 } else if (mic_pin == AUTO_PIN_MIC) {
2938 mic_pin = AUTO_PIN_FRONT_MIC;
2939 goto again;
Matthew Ranostayb5895dc2008-01-25 15:24:50 +01002940 }
2941 }
Matt Porter403d1942005-11-29 15:00:51 +01002942
Mattc7d4b2f2005-06-27 14:59:41 +02002943 return 0;
2944}
2945
Takashi Iwaieb06ed82006-09-20 17:10:27 +02002946/* add playback controls for Speaker and HP outputs */
2947static int stac92xx_auto_create_hp_ctls(struct hda_codec *codec,
2948 struct auto_pin_cfg *cfg)
Mattc7d4b2f2005-06-27 14:59:41 +02002949{
2950 struct sigmatel_spec *spec = codec->spec;
Mattc7d4b2f2005-06-27 14:59:41 +02002951 hda_nid_t nid;
Takashi Iwaieb06ed82006-09-20 17:10:27 +02002952 int i, old_num_dacs, err;
Mattc7d4b2f2005-06-27 14:59:41 +02002953
Takashi Iwaieb06ed82006-09-20 17:10:27 +02002954 old_num_dacs = spec->multiout.num_dacs;
2955 for (i = 0; i < cfg->hp_outs; i++) {
2956 unsigned int wid_caps = get_wcaps(codec, cfg->hp_pins[i]);
2957 if (wid_caps & AC_WCAP_UNSOL_CAP)
2958 spec->hp_detect = 1;
2959 nid = snd_hda_codec_read(codec, cfg->hp_pins[i], 0,
2960 AC_VERB_GET_CONNECT_LIST, 0) & 0xff;
2961 if (check_in_dac_nids(spec, nid))
2962 nid = 0;
2963 if (! nid)
Mattc7d4b2f2005-06-27 14:59:41 +02002964 continue;
Takashi Iwaieb06ed82006-09-20 17:10:27 +02002965 add_spec_dacs(spec, nid);
2966 }
2967 for (i = 0; i < cfg->speaker_outs; i++) {
Steve Longerbeam7b043892007-05-03 20:50:03 +02002968 nid = snd_hda_codec_read(codec, cfg->speaker_pins[i], 0,
Takashi Iwaieb06ed82006-09-20 17:10:27 +02002969 AC_VERB_GET_CONNECT_LIST, 0) & 0xff;
2970 if (check_in_dac_nids(spec, nid))
2971 nid = 0;
Takashi Iwaieb06ed82006-09-20 17:10:27 +02002972 if (! nid)
2973 continue;
2974 add_spec_dacs(spec, nid);
Mattc7d4b2f2005-06-27 14:59:41 +02002975 }
Matthew Ranostay1b290a52007-07-12 15:17:34 +02002976 for (i = 0; i < cfg->line_outs; i++) {
2977 nid = snd_hda_codec_read(codec, cfg->line_out_pins[i], 0,
2978 AC_VERB_GET_CONNECT_LIST, 0) & 0xff;
2979 if (check_in_dac_nids(spec, nid))
2980 nid = 0;
2981 if (! nid)
2982 continue;
2983 add_spec_dacs(spec, nid);
2984 }
Takashi Iwaieb06ed82006-09-20 17:10:27 +02002985 for (i = old_num_dacs; i < spec->multiout.num_dacs; i++) {
2986 static const char *pfxs[] = {
2987 "Speaker", "External Speaker", "Speaker2",
2988 };
2989 err = create_controls(spec, pfxs[i - old_num_dacs],
2990 spec->multiout.dac_nids[i], 3);
2991 if (err < 0)
2992 return err;
2993 }
2994 if (spec->multiout.hp_nid) {
Takashi Iwai2626a262008-03-14 09:18:32 +01002995 err = create_controls(spec, "Headphone",
2996 spec->multiout.hp_nid, 3);
Takashi Iwaieb06ed82006-09-20 17:10:27 +02002997 if (err < 0)
2998 return err;
2999 }
Mattc7d4b2f2005-06-27 14:59:41 +02003000
3001 return 0;
3002}
3003
Matthew Ranostayb22b4822008-01-22 12:32:30 +01003004/* labels for mono mux outputs */
Matthew Ranostayd0513fc2008-07-27 10:30:30 +02003005static const char *stac92xx_mono_labels[4] = {
3006 "DAC0", "DAC1", "Mixer", "DAC2"
Matthew Ranostayb22b4822008-01-22 12:32:30 +01003007};
3008
3009/* create mono mux for mono out on capable codecs */
3010static int stac92xx_auto_create_mono_output_ctls(struct hda_codec *codec)
3011{
3012 struct sigmatel_spec *spec = codec->spec;
3013 struct hda_input_mux *mono_mux = &spec->private_mono_mux;
3014 int i, num_cons;
3015 hda_nid_t con_lst[ARRAY_SIZE(stac92xx_mono_labels)];
3016
3017 num_cons = snd_hda_get_connections(codec,
3018 spec->mono_nid,
3019 con_lst,
3020 HDA_MAX_NUM_INPUTS);
3021 if (!num_cons || num_cons > ARRAY_SIZE(stac92xx_mono_labels))
3022 return -EINVAL;
3023
3024 for (i = 0; i < num_cons; i++) {
3025 mono_mux->items[mono_mux->num_items].label =
3026 stac92xx_mono_labels[i];
3027 mono_mux->items[mono_mux->num_items].index = i;
3028 mono_mux->num_items++;
3029 }
Matthew Ranostay09a99952008-01-24 11:49:21 +01003030
3031 return stac92xx_add_control(spec, STAC_CTL_WIDGET_MONO_MUX,
3032 "Mono Mux", spec->mono_nid);
Matthew Ranostayb22b4822008-01-22 12:32:30 +01003033}
3034
Matthew Ranostay89385032008-09-11 09:49:39 -04003035/* labels for amp mux outputs */
3036static const char *stac92xx_amp_labels[3] = {
Matthew Ranostay4b33c762008-10-10 09:07:23 -04003037 "Front Microphone", "Microphone", "Line In",
Matthew Ranostay89385032008-09-11 09:49:39 -04003038};
3039
3040/* create amp out controls mux on capable codecs */
3041static int stac92xx_auto_create_amp_output_ctls(struct hda_codec *codec)
3042{
3043 struct sigmatel_spec *spec = codec->spec;
3044 struct hda_input_mux *amp_mux = &spec->private_amp_mux;
3045 int i, err;
3046
Matthew Ranostay2a9c7812008-09-13 16:45:39 -04003047 for (i = 0; i < spec->num_amps; i++) {
Matthew Ranostay89385032008-09-11 09:49:39 -04003048 amp_mux->items[amp_mux->num_items].label =
3049 stac92xx_amp_labels[i];
3050 amp_mux->items[amp_mux->num_items].index = i;
3051 amp_mux->num_items++;
3052 }
3053
Matthew Ranostay2a9c7812008-09-13 16:45:39 -04003054 if (spec->num_amps > 1) {
3055 err = stac92xx_add_control(spec, STAC_CTL_WIDGET_AMP_MUX,
3056 "Amp Selector Capture Switch", 0);
3057 if (err < 0)
3058 return err;
3059 }
Matthew Ranostay89385032008-09-11 09:49:39 -04003060 return stac92xx_add_control(spec, STAC_CTL_WIDGET_AMP_VOL,
3061 "Amp Capture Volume",
3062 HDA_COMPOSE_AMP_VAL(spec->amp_nids[0], 3, 0, HDA_INPUT));
3063}
3064
3065
Matthew Ranostay1cd22242008-07-18 18:20:52 +02003066/* create PC beep volume controls */
3067static int stac92xx_auto_create_beep_ctls(struct hda_codec *codec,
3068 hda_nid_t nid)
3069{
3070 struct sigmatel_spec *spec = codec->spec;
3071 u32 caps = query_amp_caps(codec, nid, HDA_OUTPUT);
3072 int err;
3073
3074 /* check for mute support for the the amp */
3075 if ((caps & AC_AMPCAP_MUTE) >> AC_AMPCAP_MUTE_SHIFT) {
3076 err = stac92xx_add_control(spec, STAC_CTL_WIDGET_MUTE,
3077 "PC Beep Playback Switch",
3078 HDA_COMPOSE_AMP_VAL(nid, 1, 0, HDA_OUTPUT));
3079 if (err < 0)
3080 return err;
3081 }
3082
3083 /* check to see if there is volume support for the amp */
3084 if ((caps & AC_AMPCAP_NUM_STEPS) >> AC_AMPCAP_NUM_STEPS_SHIFT) {
3085 err = stac92xx_add_control(spec, STAC_CTL_WIDGET_VOL,
3086 "PC Beep Playback Volume",
3087 HDA_COMPOSE_AMP_VAL(nid, 1, 0, HDA_OUTPUT));
3088 if (err < 0)
3089 return err;
3090 }
3091 return 0;
3092}
3093
Takashi Iwai4d4e9bb2008-11-12 16:45:04 +01003094#ifdef CONFIG_SND_HDA_INPUT_BEEP
3095#define stac92xx_dig_beep_switch_info snd_ctl_boolean_mono_info
3096
3097static int stac92xx_dig_beep_switch_get(struct snd_kcontrol *kcontrol,
3098 struct snd_ctl_elem_value *ucontrol)
3099{
3100 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
3101 ucontrol->value.integer.value[0] = codec->beep->enabled;
3102 return 0;
3103}
3104
3105static int stac92xx_dig_beep_switch_put(struct snd_kcontrol *kcontrol,
3106 struct snd_ctl_elem_value *ucontrol)
3107{
3108 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
3109 int enabled = !!ucontrol->value.integer.value[0];
3110 if (codec->beep->enabled != enabled) {
3111 codec->beep->enabled = enabled;
3112 return 1;
3113 }
3114 return 0;
3115}
3116
3117static struct snd_kcontrol_new stac92xx_dig_beep_ctrl = {
3118 .iface = SNDRV_CTL_ELEM_IFACE_MIXER,
3119 .info = stac92xx_dig_beep_switch_info,
3120 .get = stac92xx_dig_beep_switch_get,
3121 .put = stac92xx_dig_beep_switch_put,
3122};
3123
3124static int stac92xx_beep_switch_ctl(struct hda_codec *codec)
3125{
3126 return stac92xx_add_control_temp(codec->spec, &stac92xx_dig_beep_ctrl,
3127 0, "PC Beep Playback Switch", 0);
3128}
3129#endif
3130
Matthew Ranostay4682eee2008-08-15 07:43:24 +02003131static int stac92xx_auto_create_mux_input_ctls(struct hda_codec *codec)
3132{
3133 struct sigmatel_spec *spec = codec->spec;
3134 int wcaps, nid, i, err = 0;
3135
3136 for (i = 0; i < spec->num_muxes; i++) {
3137 nid = spec->mux_nids[i];
3138 wcaps = get_wcaps(codec, nid);
3139
3140 if (wcaps & AC_WCAP_OUT_AMP) {
3141 err = stac92xx_add_control_idx(spec,
3142 STAC_CTL_WIDGET_VOL, i, "Mux Capture Volume",
3143 HDA_COMPOSE_AMP_VAL(nid, 3, 0, HDA_OUTPUT));
3144 if (err < 0)
3145 return err;
3146 }
3147 }
3148 return 0;
3149};
3150
Matthew Ranostayd9737752008-09-07 12:03:41 +02003151static const char *stac92xx_spdif_labels[3] = {
Matthew Ranostay65973632008-09-16 10:39:37 -04003152 "Digital Playback", "Analog Mux 1", "Analog Mux 2",
Matthew Ranostayd9737752008-09-07 12:03:41 +02003153};
3154
3155static int stac92xx_auto_create_spdif_mux_ctls(struct hda_codec *codec)
3156{
3157 struct sigmatel_spec *spec = codec->spec;
3158 struct hda_input_mux *spdif_mux = &spec->private_smux;
Matthew Ranostay65973632008-09-16 10:39:37 -04003159 const char **labels = spec->spdif_labels;
Matthew Ranostayd9737752008-09-07 12:03:41 +02003160 int i, num_cons;
Matthew Ranostay65973632008-09-16 10:39:37 -04003161 hda_nid_t con_lst[HDA_MAX_NUM_INPUTS];
Matthew Ranostayd9737752008-09-07 12:03:41 +02003162
3163 num_cons = snd_hda_get_connections(codec,
3164 spec->smux_nids[0],
3165 con_lst,
3166 HDA_MAX_NUM_INPUTS);
Matthew Ranostay65973632008-09-16 10:39:37 -04003167 if (!num_cons)
Matthew Ranostayd9737752008-09-07 12:03:41 +02003168 return -EINVAL;
3169
Matthew Ranostay65973632008-09-16 10:39:37 -04003170 if (!labels)
3171 labels = stac92xx_spdif_labels;
3172
Matthew Ranostayd9737752008-09-07 12:03:41 +02003173 for (i = 0; i < num_cons; i++) {
Matthew Ranostay65973632008-09-16 10:39:37 -04003174 spdif_mux->items[spdif_mux->num_items].label = labels[i];
Matthew Ranostayd9737752008-09-07 12:03:41 +02003175 spdif_mux->items[spdif_mux->num_items].index = i;
3176 spdif_mux->num_items++;
3177 }
3178
3179 return 0;
3180}
3181
Matt Porter8b657272006-10-26 17:12:59 +02003182/* labels for dmic mux inputs */
Adrian Bunkddc2cec2006-11-20 12:03:44 +01003183static const char *stac92xx_dmic_labels[5] = {
Matt Porter8b657272006-10-26 17:12:59 +02003184 "Analog Inputs", "Digital Mic 1", "Digital Mic 2",
3185 "Digital Mic 3", "Digital Mic 4"
3186};
3187
3188/* create playback/capture controls for input pins on dmic capable codecs */
3189static int stac92xx_auto_create_dmic_input_ctls(struct hda_codec *codec,
3190 const struct auto_pin_cfg *cfg)
3191{
3192 struct sigmatel_spec *spec = codec->spec;
3193 struct hda_input_mux *dimux = &spec->private_dimux;
3194 hda_nid_t con_lst[HDA_MAX_NUM_INPUTS];
Matthew Ranostay0678acc2008-01-08 12:10:50 +01003195 int err, i, j;
3196 char name[32];
Matt Porter8b657272006-10-26 17:12:59 +02003197
3198 dimux->items[dimux->num_items].label = stac92xx_dmic_labels[0];
3199 dimux->items[dimux->num_items].index = 0;
3200 dimux->num_items++;
3201
3202 for (i = 0; i < spec->num_dmics; i++) {
Matthew Ranostay0678acc2008-01-08 12:10:50 +01003203 hda_nid_t nid;
Matt Porter8b657272006-10-26 17:12:59 +02003204 int index;
3205 int num_cons;
Matthew Ranostay0678acc2008-01-08 12:10:50 +01003206 unsigned int wcaps;
Matt Porter8b657272006-10-26 17:12:59 +02003207 unsigned int def_conf;
3208
3209 def_conf = snd_hda_codec_read(codec,
3210 spec->dmic_nids[i],
3211 0,
3212 AC_VERB_GET_CONFIG_DEFAULT,
3213 0);
3214 if (get_defcfg_connect(def_conf) == AC_JACK_PORT_NONE)
3215 continue;
3216
Matthew Ranostay0678acc2008-01-08 12:10:50 +01003217 nid = spec->dmic_nids[i];
Matt Porter8b657272006-10-26 17:12:59 +02003218 num_cons = snd_hda_get_connections(codec,
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01003219 spec->dmux_nids[0],
Matt Porter8b657272006-10-26 17:12:59 +02003220 con_lst,
3221 HDA_MAX_NUM_INPUTS);
3222 for (j = 0; j < num_cons; j++)
Matthew Ranostay0678acc2008-01-08 12:10:50 +01003223 if (con_lst[j] == nid) {
Matt Porter8b657272006-10-26 17:12:59 +02003224 index = j;
3225 goto found;
3226 }
3227 continue;
3228found:
Matthew Ranostayd0513fc2008-07-27 10:30:30 +02003229 wcaps = get_wcaps(codec, nid) &
3230 (AC_WCAP_OUT_AMP | AC_WCAP_IN_AMP);
Matthew Ranostay0678acc2008-01-08 12:10:50 +01003231
Matthew Ranostayd0513fc2008-07-27 10:30:30 +02003232 if (wcaps) {
Matthew Ranostay0678acc2008-01-08 12:10:50 +01003233 sprintf(name, "%s Capture Volume",
3234 stac92xx_dmic_labels[dimux->num_items]);
3235
3236 err = stac92xx_add_control(spec,
3237 STAC_CTL_WIDGET_VOL,
3238 name,
Matthew Ranostayd0513fc2008-07-27 10:30:30 +02003239 HDA_COMPOSE_AMP_VAL(nid, 3, 0,
3240 (wcaps & AC_WCAP_OUT_AMP) ?
3241 HDA_OUTPUT : HDA_INPUT));
Matthew Ranostay0678acc2008-01-08 12:10:50 +01003242 if (err < 0)
3243 return err;
3244 }
3245
Matt Porter8b657272006-10-26 17:12:59 +02003246 dimux->items[dimux->num_items].label =
3247 stac92xx_dmic_labels[dimux->num_items];
3248 dimux->items[dimux->num_items].index = index;
3249 dimux->num_items++;
3250 }
3251
3252 return 0;
3253}
3254
Mattc7d4b2f2005-06-27 14:59:41 +02003255/* create playback/capture controls for input pins */
3256static int stac92xx_auto_create_analog_input_ctls(struct hda_codec *codec, const struct auto_pin_cfg *cfg)
3257{
3258 struct sigmatel_spec *spec = codec->spec;
Mattc7d4b2f2005-06-27 14:59:41 +02003259 struct hda_input_mux *imux = &spec->private_imux;
3260 hda_nid_t con_lst[HDA_MAX_NUM_INPUTS];
3261 int i, j, k;
3262
3263 for (i = 0; i < AUTO_PIN_LAST; i++) {
Takashi Iwai314634b2006-09-21 11:56:18 +02003264 int index;
Mattc7d4b2f2005-06-27 14:59:41 +02003265
Takashi Iwai314634b2006-09-21 11:56:18 +02003266 if (!cfg->input_pins[i])
3267 continue;
3268 index = -1;
3269 for (j = 0; j < spec->num_muxes; j++) {
3270 int num_cons;
3271 num_cons = snd_hda_get_connections(codec,
3272 spec->mux_nids[j],
3273 con_lst,
3274 HDA_MAX_NUM_INPUTS);
3275 for (k = 0; k < num_cons; k++)
3276 if (con_lst[k] == cfg->input_pins[i]) {
3277 index = k;
3278 goto found;
3279 }
Mattc7d4b2f2005-06-27 14:59:41 +02003280 }
Takashi Iwai314634b2006-09-21 11:56:18 +02003281 continue;
3282 found:
3283 imux->items[imux->num_items].label = auto_pin_cfg_labels[i];
3284 imux->items[imux->num_items].index = index;
3285 imux->num_items++;
Mattc7d4b2f2005-06-27 14:59:41 +02003286 }
3287
Steve Longerbeam7b043892007-05-03 20:50:03 +02003288 if (imux->num_items) {
Sam Revitch62fe78e2006-05-10 15:09:17 +02003289 /*
3290 * Set the current input for the muxes.
3291 * The STAC9221 has two input muxes with identical source
3292 * NID lists. Hopefully this won't get confused.
3293 */
3294 for (i = 0; i < spec->num_muxes; i++) {
Takashi Iwai82beb8f2007-08-10 17:09:26 +02003295 snd_hda_codec_write_cache(codec, spec->mux_nids[i], 0,
3296 AC_VERB_SET_CONNECT_SEL,
3297 imux->items[0].index);
Sam Revitch62fe78e2006-05-10 15:09:17 +02003298 }
3299 }
3300
Mattc7d4b2f2005-06-27 14:59:41 +02003301 return 0;
3302}
3303
Mattc7d4b2f2005-06-27 14:59:41 +02003304static void stac92xx_auto_init_multi_out(struct hda_codec *codec)
3305{
3306 struct sigmatel_spec *spec = codec->spec;
3307 int i;
3308
3309 for (i = 0; i < spec->autocfg.line_outs; i++) {
3310 hda_nid_t nid = spec->autocfg.line_out_pins[i];
3311 stac92xx_auto_set_pinctl(codec, nid, AC_PINCTL_OUT_EN);
3312 }
3313}
3314
3315static void stac92xx_auto_init_hp_out(struct hda_codec *codec)
3316{
3317 struct sigmatel_spec *spec = codec->spec;
Takashi Iwaieb06ed82006-09-20 17:10:27 +02003318 int i;
Mattc7d4b2f2005-06-27 14:59:41 +02003319
Takashi Iwaieb06ed82006-09-20 17:10:27 +02003320 for (i = 0; i < spec->autocfg.hp_outs; i++) {
3321 hda_nid_t pin;
3322 pin = spec->autocfg.hp_pins[i];
3323 if (pin) /* connect to front */
3324 stac92xx_auto_set_pinctl(codec, pin, AC_PINCTL_OUT_EN | AC_PINCTL_HP_EN);
3325 }
3326 for (i = 0; i < spec->autocfg.speaker_outs; i++) {
3327 hda_nid_t pin;
3328 pin = spec->autocfg.speaker_pins[i];
3329 if (pin) /* connect to front */
3330 stac92xx_auto_set_pinctl(codec, pin, AC_PINCTL_OUT_EN);
3331 }
Mattc7d4b2f2005-06-27 14:59:41 +02003332}
3333
Matt Porter3cc08dc2006-01-23 15:27:49 +01003334static int stac92xx_parse_auto_config(struct hda_codec *codec, hda_nid_t dig_out, hda_nid_t dig_in)
Mattc7d4b2f2005-06-27 14:59:41 +02003335{
3336 struct sigmatel_spec *spec = codec->spec;
3337 int err;
Jiang Zhebcecd9b2007-11-12 12:57:03 +01003338 int hp_speaker_swap = 0;
Mattc7d4b2f2005-06-27 14:59:41 +02003339
Matt Porter8b657272006-10-26 17:12:59 +02003340 if ((err = snd_hda_parse_pin_def_config(codec,
3341 &spec->autocfg,
3342 spec->dmic_nids)) < 0)
Mattc7d4b2f2005-06-27 14:59:41 +02003343 return err;
Takashi Iwai82bc9552006-03-21 11:24:42 +01003344 if (! spec->autocfg.line_outs)
Matt Porter869264c2006-01-25 19:20:50 +01003345 return 0; /* can't find valid pin config */
Takashi Iwai19039bd2006-06-28 15:52:16 +02003346
Jiang Zhebcecd9b2007-11-12 12:57:03 +01003347 /* If we have no real line-out pin and multiple hp-outs, HPs should
3348 * be set up as multi-channel outputs.
3349 */
3350 if (spec->autocfg.line_out_type == AUTO_PIN_SPEAKER_OUT &&
3351 spec->autocfg.hp_outs > 1) {
3352 /* Copy hp_outs to line_outs, backup line_outs in
3353 * speaker_outs so that the following routines can handle
3354 * HP pins as primary outputs.
3355 */
3356 memcpy(spec->autocfg.speaker_pins, spec->autocfg.line_out_pins,
3357 sizeof(spec->autocfg.line_out_pins));
3358 spec->autocfg.speaker_outs = spec->autocfg.line_outs;
3359 memcpy(spec->autocfg.line_out_pins, spec->autocfg.hp_pins,
3360 sizeof(spec->autocfg.hp_pins));
3361 spec->autocfg.line_outs = spec->autocfg.hp_outs;
3362 hp_speaker_swap = 1;
3363 }
Matthew Ranostay09a99952008-01-24 11:49:21 +01003364 if (spec->autocfg.mono_out_pin) {
Matthew Ranostayd0513fc2008-07-27 10:30:30 +02003365 int dir = get_wcaps(codec, spec->autocfg.mono_out_pin) &
3366 (AC_WCAP_OUT_AMP | AC_WCAP_IN_AMP);
Matthew Ranostay09a99952008-01-24 11:49:21 +01003367 u32 caps = query_amp_caps(codec,
3368 spec->autocfg.mono_out_pin, dir);
3369 hda_nid_t conn_list[1];
3370
3371 /* get the mixer node and then the mono mux if it exists */
3372 if (snd_hda_get_connections(codec,
3373 spec->autocfg.mono_out_pin, conn_list, 1) &&
3374 snd_hda_get_connections(codec, conn_list[0],
3375 conn_list, 1)) {
3376
3377 int wcaps = get_wcaps(codec, conn_list[0]);
3378 int wid_type = (wcaps & AC_WCAP_TYPE)
3379 >> AC_WCAP_TYPE_SHIFT;
3380 /* LR swap check, some stac925x have a mux that
3381 * changes the DACs output path instead of the
3382 * mono-mux path.
3383 */
3384 if (wid_type == AC_WID_AUD_SEL &&
3385 !(wcaps & AC_WCAP_LR_SWAP))
3386 spec->mono_nid = conn_list[0];
3387 }
Matthew Ranostayd0513fc2008-07-27 10:30:30 +02003388 if (dir) {
3389 hda_nid_t nid = spec->autocfg.mono_out_pin;
3390
3391 /* most mono outs have a least a mute/unmute switch */
3392 dir = (dir & AC_WCAP_OUT_AMP) ? HDA_OUTPUT : HDA_INPUT;
3393 err = stac92xx_add_control(spec, STAC_CTL_WIDGET_MUTE,
3394 "Mono Playback Switch",
3395 HDA_COMPOSE_AMP_VAL(nid, 1, 0, dir));
Matthew Ranostay09a99952008-01-24 11:49:21 +01003396 if (err < 0)
3397 return err;
Matthew Ranostayd0513fc2008-07-27 10:30:30 +02003398 /* check for volume support for the amp */
3399 if ((caps & AC_AMPCAP_NUM_STEPS)
3400 >> AC_AMPCAP_NUM_STEPS_SHIFT) {
3401 err = stac92xx_add_control(spec,
3402 STAC_CTL_WIDGET_VOL,
3403 "Mono Playback Volume",
3404 HDA_COMPOSE_AMP_VAL(nid, 1, 0, dir));
3405 if (err < 0)
3406 return err;
3407 }
Matthew Ranostay09a99952008-01-24 11:49:21 +01003408 }
3409
3410 stac92xx_auto_set_pinctl(codec, spec->autocfg.mono_out_pin,
3411 AC_PINCTL_OUT_EN);
3412 }
Jiang Zhebcecd9b2007-11-12 12:57:03 +01003413
Matt Porter403d1942005-11-29 15:00:51 +01003414 if ((err = stac92xx_add_dyn_out_pins(codec, &spec->autocfg)) < 0)
3415 return err;
Takashi Iwai19039bd2006-06-28 15:52:16 +02003416 if (spec->multiout.num_dacs == 0)
3417 if ((err = stac92xx_auto_fill_dac_nids(codec, &spec->autocfg)) < 0)
3418 return err;
Mattc7d4b2f2005-06-27 14:59:41 +02003419
Maxim Levitsky0fb87bb2007-09-03 15:29:04 +02003420 err = stac92xx_auto_create_multi_out_ctls(codec, &spec->autocfg);
3421
3422 if (err < 0)
3423 return err;
3424
Matthew Ranostay1cd22242008-07-18 18:20:52 +02003425 /* setup analog beep controls */
3426 if (spec->anabeep_nid > 0) {
3427 err = stac92xx_auto_create_beep_ctls(codec,
3428 spec->anabeep_nid);
3429 if (err < 0)
3430 return err;
3431 }
3432
3433 /* setup digital beep controls and input device */
3434#ifdef CONFIG_SND_HDA_INPUT_BEEP
3435 if (spec->digbeep_nid > 0) {
3436 hda_nid_t nid = spec->digbeep_nid;
Takashi Iwai4d4e9bb2008-11-12 16:45:04 +01003437 unsigned int caps;
Matthew Ranostay1cd22242008-07-18 18:20:52 +02003438
3439 err = stac92xx_auto_create_beep_ctls(codec, nid);
3440 if (err < 0)
3441 return err;
3442 err = snd_hda_attach_beep_device(codec, nid);
3443 if (err < 0)
3444 return err;
Takashi Iwai4d4e9bb2008-11-12 16:45:04 +01003445 /* if no beep switch is available, make its own one */
3446 caps = query_amp_caps(codec, nid, HDA_OUTPUT);
3447 if (codec->beep &&
3448 !((caps & AC_AMPCAP_MUTE) >> AC_AMPCAP_MUTE_SHIFT)) {
3449 err = stac92xx_beep_switch_ctl(codec);
3450 if (err < 0)
3451 return err;
3452 }
Matthew Ranostay1cd22242008-07-18 18:20:52 +02003453 }
3454#endif
3455
Jiang Zhebcecd9b2007-11-12 12:57:03 +01003456 if (hp_speaker_swap == 1) {
3457 /* Restore the hp_outs and line_outs */
3458 memcpy(spec->autocfg.hp_pins, spec->autocfg.line_out_pins,
3459 sizeof(spec->autocfg.line_out_pins));
3460 spec->autocfg.hp_outs = spec->autocfg.line_outs;
3461 memcpy(spec->autocfg.line_out_pins, spec->autocfg.speaker_pins,
3462 sizeof(spec->autocfg.speaker_pins));
3463 spec->autocfg.line_outs = spec->autocfg.speaker_outs;
3464 memset(spec->autocfg.speaker_pins, 0,
3465 sizeof(spec->autocfg.speaker_pins));
3466 spec->autocfg.speaker_outs = 0;
3467 }
3468
Maxim Levitsky0fb87bb2007-09-03 15:29:04 +02003469 err = stac92xx_auto_create_hp_ctls(codec, &spec->autocfg);
3470
3471 if (err < 0)
3472 return err;
3473
3474 err = stac92xx_auto_create_analog_input_ctls(codec, &spec->autocfg);
3475
3476 if (err < 0)
Mattc7d4b2f2005-06-27 14:59:41 +02003477 return err;
3478
Matthew Ranostayb22b4822008-01-22 12:32:30 +01003479 if (spec->mono_nid > 0) {
3480 err = stac92xx_auto_create_mono_output_ctls(codec);
3481 if (err < 0)
3482 return err;
3483 }
Matthew Ranostay2a9c7812008-09-13 16:45:39 -04003484 if (spec->num_amps > 0) {
Matthew Ranostay89385032008-09-11 09:49:39 -04003485 err = stac92xx_auto_create_amp_output_ctls(codec);
3486 if (err < 0)
3487 return err;
3488 }
Matthew Ranostay2a9c7812008-09-13 16:45:39 -04003489 if (spec->num_dmics > 0 && !spec->dinput_mux)
Matt Porter8b657272006-10-26 17:12:59 +02003490 if ((err = stac92xx_auto_create_dmic_input_ctls(codec,
3491 &spec->autocfg)) < 0)
3492 return err;
Matthew Ranostay4682eee2008-08-15 07:43:24 +02003493 if (spec->num_muxes > 0) {
3494 err = stac92xx_auto_create_mux_input_ctls(codec);
3495 if (err < 0)
3496 return err;
3497 }
Matthew Ranostayd9737752008-09-07 12:03:41 +02003498 if (spec->num_smuxes > 0) {
3499 err = stac92xx_auto_create_spdif_mux_ctls(codec);
3500 if (err < 0)
3501 return err;
3502 }
Matt Porter8b657272006-10-26 17:12:59 +02003503
Mattc7d4b2f2005-06-27 14:59:41 +02003504 spec->multiout.max_channels = spec->multiout.num_dacs * 2;
Matt Porter403d1942005-11-29 15:00:51 +01003505 if (spec->multiout.max_channels > 2)
Mattc7d4b2f2005-06-27 14:59:41 +02003506 spec->surr_switch = 1;
Mattc7d4b2f2005-06-27 14:59:41 +02003507
Takashi Iwai82bc9552006-03-21 11:24:42 +01003508 if (spec->autocfg.dig_out_pin)
Matt Porter3cc08dc2006-01-23 15:27:49 +01003509 spec->multiout.dig_out_nid = dig_out;
Matthew Ranostayd0513fc2008-07-27 10:30:30 +02003510 if (dig_in && spec->autocfg.dig_in_pin)
Matt Porter3cc08dc2006-01-23 15:27:49 +01003511 spec->dig_in_nid = dig_in;
Mattc7d4b2f2005-06-27 14:59:41 +02003512
3513 if (spec->kctl_alloc)
3514 spec->mixers[spec->num_mixers++] = spec->kctl_alloc;
3515
3516 spec->input_mux = &spec->private_imux;
Matthew Ranostay2a9c7812008-09-13 16:45:39 -04003517 spec->dinput_mux = &spec->private_dimux;
Matthew Ranostayd9737752008-09-07 12:03:41 +02003518 spec->sinput_mux = &spec->private_smux;
Matthew Ranostayb22b4822008-01-22 12:32:30 +01003519 spec->mono_mux = &spec->private_mono_mux;
Matthew Ranostay89385032008-09-11 09:49:39 -04003520 spec->amp_mux = &spec->private_amp_mux;
Mattc7d4b2f2005-06-27 14:59:41 +02003521 return 1;
3522}
3523
Takashi Iwai82bc9552006-03-21 11:24:42 +01003524/* add playback controls for HP output */
3525static int stac9200_auto_create_hp_ctls(struct hda_codec *codec,
3526 struct auto_pin_cfg *cfg)
3527{
3528 struct sigmatel_spec *spec = codec->spec;
Takashi Iwaieb06ed82006-09-20 17:10:27 +02003529 hda_nid_t pin = cfg->hp_pins[0];
Takashi Iwai82bc9552006-03-21 11:24:42 +01003530 unsigned int wid_caps;
3531
3532 if (! pin)
3533 return 0;
3534
3535 wid_caps = get_wcaps(codec, pin);
Takashi Iwai505cb342006-03-27 12:51:52 +02003536 if (wid_caps & AC_WCAP_UNSOL_CAP)
Takashi Iwai82bc9552006-03-21 11:24:42 +01003537 spec->hp_detect = 1;
Takashi Iwai82bc9552006-03-21 11:24:42 +01003538
3539 return 0;
3540}
3541
Richard Fish160ea0d2006-09-06 13:58:25 +02003542/* add playback controls for LFE output */
3543static int stac9200_auto_create_lfe_ctls(struct hda_codec *codec,
3544 struct auto_pin_cfg *cfg)
3545{
3546 struct sigmatel_spec *spec = codec->spec;
3547 int err;
3548 hda_nid_t lfe_pin = 0x0;
3549 int i;
3550
3551 /*
3552 * search speaker outs and line outs for a mono speaker pin
3553 * with an amp. If one is found, add LFE controls
3554 * for it.
3555 */
3556 for (i = 0; i < spec->autocfg.speaker_outs && lfe_pin == 0x0; i++) {
3557 hda_nid_t pin = spec->autocfg.speaker_pins[i];
Takashi Iwai64ed0df2008-02-29 11:57:53 +01003558 unsigned int wcaps = get_wcaps(codec, pin);
Richard Fish160ea0d2006-09-06 13:58:25 +02003559 wcaps &= (AC_WCAP_STEREO | AC_WCAP_OUT_AMP);
3560 if (wcaps == AC_WCAP_OUT_AMP)
3561 /* found a mono speaker with an amp, must be lfe */
3562 lfe_pin = pin;
3563 }
3564
3565 /* if speaker_outs is 0, then speakers may be in line_outs */
3566 if (lfe_pin == 0 && spec->autocfg.speaker_outs == 0) {
3567 for (i = 0; i < spec->autocfg.line_outs && lfe_pin == 0x0; i++) {
3568 hda_nid_t pin = spec->autocfg.line_out_pins[i];
Takashi Iwai64ed0df2008-02-29 11:57:53 +01003569 unsigned int defcfg;
Harvey Harrison8b551782008-02-29 11:56:48 +01003570 defcfg = snd_hda_codec_read(codec, pin, 0,
Richard Fish160ea0d2006-09-06 13:58:25 +02003571 AC_VERB_GET_CONFIG_DEFAULT,
3572 0x00);
Harvey Harrison8b551782008-02-29 11:56:48 +01003573 if (get_defcfg_device(defcfg) == AC_JACK_SPEAKER) {
Takashi Iwai64ed0df2008-02-29 11:57:53 +01003574 unsigned int wcaps = get_wcaps(codec, pin);
Richard Fish160ea0d2006-09-06 13:58:25 +02003575 wcaps &= (AC_WCAP_STEREO | AC_WCAP_OUT_AMP);
3576 if (wcaps == AC_WCAP_OUT_AMP)
3577 /* found a mono speaker with an amp,
3578 must be lfe */
3579 lfe_pin = pin;
3580 }
3581 }
3582 }
3583
3584 if (lfe_pin) {
Takashi Iwaieb06ed82006-09-20 17:10:27 +02003585 err = create_controls(spec, "LFE", lfe_pin, 1);
Richard Fish160ea0d2006-09-06 13:58:25 +02003586 if (err < 0)
3587 return err;
3588 }
3589
3590 return 0;
3591}
3592
Mattc7d4b2f2005-06-27 14:59:41 +02003593static int stac9200_parse_auto_config(struct hda_codec *codec)
3594{
3595 struct sigmatel_spec *spec = codec->spec;
3596 int err;
3597
Kailang Yangdf694da2005-12-05 19:42:22 +01003598 if ((err = snd_hda_parse_pin_def_config(codec, &spec->autocfg, NULL)) < 0)
Mattc7d4b2f2005-06-27 14:59:41 +02003599 return err;
3600
3601 if ((err = stac92xx_auto_create_analog_input_ctls(codec, &spec->autocfg)) < 0)
3602 return err;
3603
Takashi Iwai82bc9552006-03-21 11:24:42 +01003604 if ((err = stac9200_auto_create_hp_ctls(codec, &spec->autocfg)) < 0)
3605 return err;
3606
Richard Fish160ea0d2006-09-06 13:58:25 +02003607 if ((err = stac9200_auto_create_lfe_ctls(codec, &spec->autocfg)) < 0)
3608 return err;
3609
Takashi Iwai355a0ec2008-11-11 16:46:19 +01003610 if (spec->num_muxes > 0) {
3611 err = stac92xx_auto_create_mux_input_ctls(codec);
3612 if (err < 0)
3613 return err;
3614 }
3615
Takashi Iwai82bc9552006-03-21 11:24:42 +01003616 if (spec->autocfg.dig_out_pin)
Mattc7d4b2f2005-06-27 14:59:41 +02003617 spec->multiout.dig_out_nid = 0x05;
Takashi Iwai82bc9552006-03-21 11:24:42 +01003618 if (spec->autocfg.dig_in_pin)
Mattc7d4b2f2005-06-27 14:59:41 +02003619 spec->dig_in_nid = 0x04;
Mattc7d4b2f2005-06-27 14:59:41 +02003620
3621 if (spec->kctl_alloc)
3622 spec->mixers[spec->num_mixers++] = spec->kctl_alloc;
3623
3624 spec->input_mux = &spec->private_imux;
Matt Porter8b657272006-10-26 17:12:59 +02003625 spec->dinput_mux = &spec->private_dimux;
Mattc7d4b2f2005-06-27 14:59:41 +02003626
3627 return 1;
3628}
3629
Sam Revitch62fe78e2006-05-10 15:09:17 +02003630/*
3631 * Early 2006 Intel Macintoshes with STAC9220X5 codecs seem to have a
3632 * funky external mute control using GPIO pins.
3633 */
3634
Takashi Iwai76e1ddf2008-01-15 11:39:08 +01003635static void stac_gpio_set(struct hda_codec *codec, unsigned int mask,
Matthew Ranostay4fe51952008-01-29 15:28:44 +01003636 unsigned int dir_mask, unsigned int data)
Sam Revitch62fe78e2006-05-10 15:09:17 +02003637{
3638 unsigned int gpiostate, gpiomask, gpiodir;
3639
3640 gpiostate = snd_hda_codec_read(codec, codec->afg, 0,
3641 AC_VERB_GET_GPIO_DATA, 0);
Matthew Ranostay4fe51952008-01-29 15:28:44 +01003642 gpiostate = (gpiostate & ~dir_mask) | (data & dir_mask);
Sam Revitch62fe78e2006-05-10 15:09:17 +02003643
3644 gpiomask = snd_hda_codec_read(codec, codec->afg, 0,
3645 AC_VERB_GET_GPIO_MASK, 0);
Takashi Iwai76e1ddf2008-01-15 11:39:08 +01003646 gpiomask |= mask;
Sam Revitch62fe78e2006-05-10 15:09:17 +02003647
3648 gpiodir = snd_hda_codec_read(codec, codec->afg, 0,
3649 AC_VERB_GET_GPIO_DIRECTION, 0);
Matthew Ranostay4fe51952008-01-29 15:28:44 +01003650 gpiodir |= dir_mask;
Sam Revitch62fe78e2006-05-10 15:09:17 +02003651
Takashi Iwai76e1ddf2008-01-15 11:39:08 +01003652 /* Configure GPIOx as CMOS */
Sam Revitch62fe78e2006-05-10 15:09:17 +02003653 snd_hda_codec_write(codec, codec->afg, 0, 0x7e7, 0);
3654
3655 snd_hda_codec_write(codec, codec->afg, 0,
3656 AC_VERB_SET_GPIO_MASK, gpiomask);
Takashi Iwai76e1ddf2008-01-15 11:39:08 +01003657 snd_hda_codec_read(codec, codec->afg, 0,
3658 AC_VERB_SET_GPIO_DIRECTION, gpiodir); /* sync */
Sam Revitch62fe78e2006-05-10 15:09:17 +02003659
3660 msleep(1);
3661
Takashi Iwai76e1ddf2008-01-15 11:39:08 +01003662 snd_hda_codec_read(codec, codec->afg, 0,
3663 AC_VERB_SET_GPIO_DATA, gpiostate); /* sync */
Sam Revitch62fe78e2006-05-10 15:09:17 +02003664}
3665
Takashi Iwai314634b2006-09-21 11:56:18 +02003666static void enable_pin_detect(struct hda_codec *codec, hda_nid_t nid,
3667 unsigned int event)
3668{
3669 if (get_wcaps(codec, nid) & AC_WCAP_UNSOL_CAP)
Takashi Iwaidc81bed2007-09-03 09:36:36 +02003670 snd_hda_codec_write_cache(codec, nid, 0,
3671 AC_VERB_SET_UNSOLICITED_ENABLE,
3672 (AC_USRSP_EN | event));
Takashi Iwai314634b2006-09-21 11:56:18 +02003673}
3674
Matthew Ranostaya64135a2008-01-10 16:55:06 +01003675static int is_nid_hp_pin(struct auto_pin_cfg *cfg, hda_nid_t nid)
3676{
3677 int i;
3678 for (i = 0; i < cfg->hp_outs; i++)
3679 if (cfg->hp_pins[i] == nid)
3680 return 1; /* nid is a HP-Out */
3681
3682 return 0; /* nid is not a HP-Out */
3683};
3684
Matthew Ranostayb76c8502008-02-06 14:49:44 +01003685static void stac92xx_power_down(struct hda_codec *codec)
3686{
3687 struct sigmatel_spec *spec = codec->spec;
3688
3689 /* power down inactive DACs */
3690 hda_nid_t *dac;
3691 for (dac = spec->dac_list; *dac; dac++)
Matthew Ranostay44510892008-02-21 07:49:31 +01003692 if (!is_in_dac_nids(spec, *dac) &&
3693 spec->multiout.hp_nid != *dac)
Matthew Ranostayb76c8502008-02-06 14:49:44 +01003694 snd_hda_codec_write_cache(codec, *dac, 0,
3695 AC_VERB_SET_POWER_STATE, AC_PWRST_D3);
3696}
3697
Mattc7d4b2f2005-06-27 14:59:41 +02003698static int stac92xx_init(struct hda_codec *codec)
3699{
3700 struct sigmatel_spec *spec = codec->spec;
Takashi Iwai82bc9552006-03-21 11:24:42 +01003701 struct auto_pin_cfg *cfg = &spec->autocfg;
3702 int i;
Mattc7d4b2f2005-06-27 14:59:41 +02003703
Mattc7d4b2f2005-06-27 14:59:41 +02003704 snd_hda_sequence_write(codec, spec->init);
3705
Matthew Ranostay8daaaa92008-08-15 07:45:52 +02003706 /* power down adcs initially */
3707 if (spec->powerdown_adcs)
3708 for (i = 0; i < spec->num_adcs; i++)
3709 snd_hda_codec_write_cache(codec,
3710 spec->adc_nids[i], 0,
3711 AC_VERB_SET_POWER_STATE, AC_PWRST_D3);
Takashi Iwai82bc9552006-03-21 11:24:42 +01003712 /* set up pins */
3713 if (spec->hp_detect) {
Takashi Iwai505cb342006-03-27 12:51:52 +02003714 /* Enable unsolicited responses on the HP widget */
Takashi Iwaieb06ed82006-09-20 17:10:27 +02003715 for (i = 0; i < cfg->hp_outs; i++)
Takashi Iwai314634b2006-09-21 11:56:18 +02003716 enable_pin_detect(codec, cfg->hp_pins[i],
3717 STAC_HP_EVENT);
Takashi Iwai0a07acaf2007-03-13 10:40:23 +01003718 /* force to enable the first line-out; the others are set up
3719 * in unsol_event
3720 */
3721 stac92xx_auto_set_pinctl(codec, spec->autocfg.line_out_pins[0],
3722 AC_PINCTL_OUT_EN);
Takashi Iwaieb995a82006-09-21 14:28:21 +02003723 stac92xx_auto_init_hp_out(codec);
Takashi Iwai82bc9552006-03-21 11:24:42 +01003724 /* fake event to set up pins */
3725 codec->patch_ops.unsol_event(codec, STAC_HP_EVENT << 26);
3726 } else {
3727 stac92xx_auto_init_multi_out(codec);
3728 stac92xx_auto_init_hp_out(codec);
3729 }
3730 for (i = 0; i < AUTO_PIN_LAST; i++) {
Takashi Iwaic960a032006-03-23 17:06:28 +01003731 hda_nid_t nid = cfg->input_pins[i];
3732 if (nid) {
Takashi Iwai4f1e6bc2008-11-11 16:47:24 +01003733 unsigned int pinctl;
3734 if (i == AUTO_PIN_MIC || i == AUTO_PIN_FRONT_MIC) {
3735 /* for mic pins, force to initialize */
3736 pinctl = stac92xx_get_vref(codec, nid);
3737 } else {
3738 pinctl = snd_hda_codec_read(codec, nid, 0,
3739 AC_VERB_GET_PIN_WIDGET_CONTROL, 0);
3740 /* if PINCTL already set then skip */
3741 if (pinctl & AC_PINCTL_IN_EN)
3742 continue;
3743 }
3744 pinctl |= AC_PINCTL_IN_EN;
Takashi Iwaic960a032006-03-23 17:06:28 +01003745 stac92xx_auto_set_pinctl(codec, nid, pinctl);
3746 }
Takashi Iwai82bc9552006-03-21 11:24:42 +01003747 }
Matthew Ranostaya64135a2008-01-10 16:55:06 +01003748 for (i = 0; i < spec->num_dmics; i++)
3749 stac92xx_auto_set_pinctl(codec, spec->dmic_nids[i],
3750 AC_PINCTL_IN_EN);
3751 for (i = 0; i < spec->num_pwrs; i++) {
3752 int event = is_nid_hp_pin(cfg, spec->pwr_nids[i])
3753 ? STAC_HP_EVENT : STAC_PWR_EVENT;
3754 int pinctl = snd_hda_codec_read(codec, spec->pwr_nids[i],
3755 0, AC_VERB_GET_PIN_WIDGET_CONTROL, 0);
Matthew Ranostaybce6c2b2008-02-29 12:07:43 +01003756 int def_conf = snd_hda_codec_read(codec, spec->pwr_nids[i],
3757 0, AC_VERB_GET_CONFIG_DEFAULT, 0);
Matthew Ranostayaafc4412008-06-13 18:04:33 +02003758 def_conf = get_defcfg_connect(def_conf);
Matthew Ranostaya64135a2008-01-10 16:55:06 +01003759 /* outputs are only ports capable of power management
3760 * any attempts on powering down a input port cause the
3761 * referenced VREF to act quirky.
3762 */
3763 if (pinctl & AC_PINCTL_IN_EN)
3764 continue;
Matthew Ranostayaafc4412008-06-13 18:04:33 +02003765 /* skip any ports that don't have jacks since presence
3766 * detection is useless */
3767 if (def_conf && def_conf != AC_JACK_PORT_FIXED)
Matthew Ranostaybce6c2b2008-02-29 12:07:43 +01003768 continue;
Matthew Ranostaya64135a2008-01-10 16:55:06 +01003769 enable_pin_detect(codec, spec->pwr_nids[i], event | i);
3770 codec->patch_ops.unsol_event(codec, (event | i) << 26);
3771 }
Matthew Ranostayb76c8502008-02-06 14:49:44 +01003772 if (spec->dac_list)
3773 stac92xx_power_down(codec);
Takashi Iwai82bc9552006-03-21 11:24:42 +01003774 if (cfg->dig_out_pin)
3775 stac92xx_auto_set_pinctl(codec, cfg->dig_out_pin,
3776 AC_PINCTL_OUT_EN);
3777 if (cfg->dig_in_pin)
3778 stac92xx_auto_set_pinctl(codec, cfg->dig_in_pin,
3779 AC_PINCTL_IN_EN);
3780
Matthew Ranostay4fe51952008-01-29 15:28:44 +01003781 stac_gpio_set(codec, spec->gpio_mask,
3782 spec->gpio_dir, spec->gpio_data);
Sam Revitch62fe78e2006-05-10 15:09:17 +02003783
Mattc7d4b2f2005-06-27 14:59:41 +02003784 return 0;
3785}
3786
Matt2f2f4252005-04-13 14:45:30 +02003787static void stac92xx_free(struct hda_codec *codec)
3788{
Mattc7d4b2f2005-06-27 14:59:41 +02003789 struct sigmatel_spec *spec = codec->spec;
3790 int i;
3791
3792 if (! spec)
3793 return;
3794
3795 if (spec->kctl_alloc) {
3796 for (i = 0; i < spec->num_kctl_used; i++)
3797 kfree(spec->kctl_alloc[i].name);
3798 kfree(spec->kctl_alloc);
3799 }
3800
Richard Fish11b44bb2006-08-23 18:31:34 +02003801 if (spec->bios_pin_configs)
3802 kfree(spec->bios_pin_configs);
3803
Mattc7d4b2f2005-06-27 14:59:41 +02003804 kfree(spec);
Matthew Ranostay1cd22242008-07-18 18:20:52 +02003805 snd_hda_detach_beep_device(codec);
Matt2f2f4252005-04-13 14:45:30 +02003806}
3807
Matt4e550962005-07-04 17:51:39 +02003808static void stac92xx_set_pinctl(struct hda_codec *codec, hda_nid_t nid,
3809 unsigned int flag)
3810{
3811 unsigned int pin_ctl = snd_hda_codec_read(codec, nid,
3812 0, AC_VERB_GET_PIN_WIDGET_CONTROL, 0x00);
Steve Longerbeam7b043892007-05-03 20:50:03 +02003813
Takashi Iwaif9acba42007-05-29 18:01:06 +02003814 if (pin_ctl & AC_PINCTL_IN_EN) {
3815 /*
3816 * we need to check the current set-up direction of
3817 * shared input pins since they can be switched via
3818 * "xxx as Output" mixer switch
3819 */
3820 struct sigmatel_spec *spec = codec->spec;
3821 struct auto_pin_cfg *cfg = &spec->autocfg;
3822 if ((nid == cfg->input_pins[AUTO_PIN_LINE] &&
3823 spec->line_switch) ||
3824 (nid == cfg->input_pins[AUTO_PIN_MIC] &&
3825 spec->mic_switch))
3826 return;
3827 }
3828
Steve Longerbeam7b043892007-05-03 20:50:03 +02003829 /* if setting pin direction bits, clear the current
3830 direction bits first */
3831 if (flag & (AC_PINCTL_IN_EN | AC_PINCTL_OUT_EN))
3832 pin_ctl &= ~(AC_PINCTL_IN_EN | AC_PINCTL_OUT_EN);
3833
Takashi Iwai82beb8f2007-08-10 17:09:26 +02003834 snd_hda_codec_write_cache(codec, nid, 0,
Matt4e550962005-07-04 17:51:39 +02003835 AC_VERB_SET_PIN_WIDGET_CONTROL,
3836 pin_ctl | flag);
3837}
3838
3839static void stac92xx_reset_pinctl(struct hda_codec *codec, hda_nid_t nid,
3840 unsigned int flag)
3841{
3842 unsigned int pin_ctl = snd_hda_codec_read(codec, nid,
3843 0, AC_VERB_GET_PIN_WIDGET_CONTROL, 0x00);
Takashi Iwai82beb8f2007-08-10 17:09:26 +02003844 snd_hda_codec_write_cache(codec, nid, 0,
Matt4e550962005-07-04 17:51:39 +02003845 AC_VERB_SET_PIN_WIDGET_CONTROL,
3846 pin_ctl & ~flag);
3847}
3848
Jiang Zhe40c1d302007-11-12 13:05:16 +01003849static int get_hp_pin_presence(struct hda_codec *codec, hda_nid_t nid)
Takashi Iwai314634b2006-09-21 11:56:18 +02003850{
3851 if (!nid)
3852 return 0;
3853 if (snd_hda_codec_read(codec, nid, 0, AC_VERB_GET_PIN_SENSE, 0x00)
Jiang Zhe40c1d302007-11-12 13:05:16 +01003854 & (1 << 31)) {
3855 unsigned int pinctl;
3856 pinctl = snd_hda_codec_read(codec, nid, 0,
3857 AC_VERB_GET_PIN_WIDGET_CONTROL, 0);
3858 if (pinctl & AC_PINCTL_IN_EN)
3859 return 0; /* mic- or line-input */
3860 else
3861 return 1; /* HP-output */
3862 }
Takashi Iwai314634b2006-09-21 11:56:18 +02003863 return 0;
3864}
3865
Takashi Iwaid7a89432008-11-12 09:48:04 +01003866/* return non-zero if the hp-pin of the given array index isn't
3867 * a jack-detection target
3868 */
3869static int no_hp_sensing(struct sigmatel_spec *spec, int i)
3870{
3871 struct auto_pin_cfg *cfg = &spec->autocfg;
3872
3873 /* ignore sensing of shared line and mic jacks */
3874 if (spec->line_switch &&
3875 cfg->hp_pins[i] == cfg->input_pins[AUTO_PIN_LINE])
3876 return 1;
3877 if (spec->mic_switch &&
3878 cfg->hp_pins[i] == cfg->input_pins[AUTO_PIN_MIC])
3879 return 1;
3880 /* ignore if the pin is set as line-out */
3881 if (cfg->hp_pins[i] == spec->hp_switch)
3882 return 1;
3883 return 0;
3884}
3885
Takashi Iwai314634b2006-09-21 11:56:18 +02003886static void stac92xx_hp_detect(struct hda_codec *codec, unsigned int res)
Matt4e550962005-07-04 17:51:39 +02003887{
3888 struct sigmatel_spec *spec = codec->spec;
3889 struct auto_pin_cfg *cfg = &spec->autocfg;
3890 int i, presence;
3891
Takashi Iwaieb06ed82006-09-20 17:10:27 +02003892 presence = 0;
Matthew Ranostay4fe51952008-01-29 15:28:44 +01003893 if (spec->gpio_mute)
3894 presence = !(snd_hda_codec_read(codec, codec->afg, 0,
3895 AC_VERB_GET_GPIO_DATA, 0) & spec->gpio_mute);
3896
Takashi Iwaieb06ed82006-09-20 17:10:27 +02003897 for (i = 0; i < cfg->hp_outs; i++) {
Takashi Iwai314634b2006-09-21 11:56:18 +02003898 if (presence)
3899 break;
Takashi Iwaid7a89432008-11-12 09:48:04 +01003900 if (no_hp_sensing(spec, i))
3901 continue;
Matthew Ranostay4fe51952008-01-29 15:28:44 +01003902 presence = get_hp_pin_presence(codec, cfg->hp_pins[i]);
Takashi Iwaieb06ed82006-09-20 17:10:27 +02003903 }
Matt4e550962005-07-04 17:51:39 +02003904
3905 if (presence) {
Takashi Iwaid7a89432008-11-12 09:48:04 +01003906 /* disable lineouts */
Matthew Ranostay7c2ba972008-04-16 13:13:59 +02003907 if (spec->hp_switch)
Takashi Iwaid7a89432008-11-12 09:48:04 +01003908 stac92xx_reset_pinctl(codec, spec->hp_switch,
3909 AC_PINCTL_OUT_EN);
Matt4e550962005-07-04 17:51:39 +02003910 for (i = 0; i < cfg->line_outs; i++)
3911 stac92xx_reset_pinctl(codec, cfg->line_out_pins[i],
3912 AC_PINCTL_OUT_EN);
Takashi Iwaieb06ed82006-09-20 17:10:27 +02003913 for (i = 0; i < cfg->speaker_outs; i++)
3914 stac92xx_reset_pinctl(codec, cfg->speaker_pins[i],
3915 AC_PINCTL_OUT_EN);
Matthew Ranostay0253fdc2008-11-16 11:42:34 -05003916 if (spec->eapd_mask && spec->eapd_switch)
Matthew Ranostay0fc9dec2008-04-14 13:32:54 +02003917 stac_gpio_set(codec, spec->gpio_mask,
3918 spec->gpio_dir, spec->gpio_data &
3919 ~spec->eapd_mask);
Matt4e550962005-07-04 17:51:39 +02003920 } else {
Takashi Iwaid7a89432008-11-12 09:48:04 +01003921 /* enable lineouts */
Matthew Ranostay7c2ba972008-04-16 13:13:59 +02003922 if (spec->hp_switch)
Takashi Iwaid7a89432008-11-12 09:48:04 +01003923 stac92xx_set_pinctl(codec, spec->hp_switch,
3924 AC_PINCTL_OUT_EN);
Matt4e550962005-07-04 17:51:39 +02003925 for (i = 0; i < cfg->line_outs; i++)
3926 stac92xx_set_pinctl(codec, cfg->line_out_pins[i],
3927 AC_PINCTL_OUT_EN);
Takashi Iwaieb06ed82006-09-20 17:10:27 +02003928 for (i = 0; i < cfg->speaker_outs; i++)
3929 stac92xx_set_pinctl(codec, cfg->speaker_pins[i],
3930 AC_PINCTL_OUT_EN);
Matthew Ranostay0253fdc2008-11-16 11:42:34 -05003931 if (spec->eapd_mask && spec->eapd_switch)
Matthew Ranostay0fc9dec2008-04-14 13:32:54 +02003932 stac_gpio_set(codec, spec->gpio_mask,
3933 spec->gpio_dir, spec->gpio_data |
3934 spec->eapd_mask);
Matt4e550962005-07-04 17:51:39 +02003935 }
Takashi Iwaid7a89432008-11-12 09:48:04 +01003936 /* toggle hp outs */
3937 for (i = 0; i < cfg->hp_outs; i++) {
3938 unsigned int val = AC_PINCTL_OUT_EN | AC_PINCTL_HP_EN;
3939 if (no_hp_sensing(spec, i))
3940 continue;
3941 if (presence)
3942 stac92xx_set_pinctl(codec, cfg->hp_pins[i], val);
3943 else
3944 stac92xx_reset_pinctl(codec, cfg->hp_pins[i], val);
3945 }
Matt4e550962005-07-04 17:51:39 +02003946}
3947
Matthew Ranostaya64135a2008-01-10 16:55:06 +01003948static void stac92xx_pin_sense(struct hda_codec *codec, int idx)
3949{
3950 struct sigmatel_spec *spec = codec->spec;
3951 hda_nid_t nid = spec->pwr_nids[idx];
3952 int presence, val;
3953 val = snd_hda_codec_read(codec, codec->afg, 0, 0x0fec, 0x0)
3954 & 0x000000ff;
3955 presence = get_hp_pin_presence(codec, nid);
Matthew Ranostayd0513fc2008-07-27 10:30:30 +02003956
3957 /* several codecs have two power down bits */
3958 if (spec->pwr_mapping)
3959 idx = spec->pwr_mapping[idx];
3960 else
3961 idx = 1 << idx;
Matthew Ranostaya64135a2008-01-10 16:55:06 +01003962
3963 if (presence)
3964 val &= ~idx;
3965 else
3966 val |= idx;
3967
3968 /* power down unused output ports */
3969 snd_hda_codec_write(codec, codec->afg, 0, 0x7ec, val);
3970};
3971
Takashi Iwai314634b2006-09-21 11:56:18 +02003972static void stac92xx_unsol_event(struct hda_codec *codec, unsigned int res)
3973{
Matthew Ranostaya64135a2008-01-10 16:55:06 +01003974 struct sigmatel_spec *spec = codec->spec;
3975 int idx = res >> 26 & 0x0f;
3976
Matthew Ranostay72474be2008-10-09 09:32:17 -04003977 switch ((res >> 26) & 0x70) {
Takashi Iwai314634b2006-09-21 11:56:18 +02003978 case STAC_HP_EVENT:
3979 stac92xx_hp_detect(codec, res);
Matthew Ranostaya64135a2008-01-10 16:55:06 +01003980 /* fallthru */
3981 case STAC_PWR_EVENT:
3982 if (spec->num_pwrs > 0)
3983 stac92xx_pin_sense(codec, idx);
Matthew Ranostay72474be2008-10-09 09:32:17 -04003984 break;
3985 case STAC_VREF_EVENT: {
3986 int data = snd_hda_codec_read(codec, codec->afg, 0,
3987 AC_VERB_GET_GPIO_DATA, 0);
3988 /* toggle VREF state based on GPIOx status */
3989 snd_hda_codec_write(codec, codec->afg, 0, 0x7e0,
3990 !!(data & (1 << idx)));
3991 break;
3992 }
Takashi Iwai314634b2006-09-21 11:56:18 +02003993 }
3994}
3995
Takashi Iwaicb53c622007-08-10 17:21:45 +02003996#ifdef SND_HDA_NEEDS_RESUME
Mattff6fdc32005-06-27 15:06:52 +02003997static int stac92xx_resume(struct hda_codec *codec)
3998{
Takashi Iwaidc81bed2007-09-03 09:36:36 +02003999 struct sigmatel_spec *spec = codec->spec;
4000
Richard Fish11b44bb2006-08-23 18:31:34 +02004001 stac92xx_set_config_regs(codec);
Takashi Iwaidc81bed2007-09-03 09:36:36 +02004002 snd_hda_sequence_write(codec, spec->init);
Matthew Ranostay4fe51952008-01-29 15:28:44 +01004003 stac_gpio_set(codec, spec->gpio_mask,
4004 spec->gpio_dir, spec->gpio_data);
Takashi Iwai82beb8f2007-08-10 17:09:26 +02004005 snd_hda_codec_resume_amp(codec);
4006 snd_hda_codec_resume_cache(codec);
Matthew Ranostayb76c8502008-02-06 14:49:44 +01004007 /* power down inactive DACs */
4008 if (spec->dac_list)
4009 stac92xx_power_down(codec);
Takashi Iwaidc81bed2007-09-03 09:36:36 +02004010 /* invoke unsolicited event to reset the HP state */
4011 if (spec->hp_detect)
4012 codec->patch_ops.unsol_event(codec, STAC_HP_EVENT << 26);
Mattff6fdc32005-06-27 15:06:52 +02004013 return 0;
4014}
4015#endif
4016
Matt2f2f4252005-04-13 14:45:30 +02004017static struct hda_codec_ops stac92xx_patch_ops = {
4018 .build_controls = stac92xx_build_controls,
4019 .build_pcms = stac92xx_build_pcms,
4020 .init = stac92xx_init,
4021 .free = stac92xx_free,
Matt4e550962005-07-04 17:51:39 +02004022 .unsol_event = stac92xx_unsol_event,
Takashi Iwaicb53c622007-08-10 17:21:45 +02004023#ifdef SND_HDA_NEEDS_RESUME
Mattff6fdc32005-06-27 15:06:52 +02004024 .resume = stac92xx_resume,
4025#endif
Matt2f2f4252005-04-13 14:45:30 +02004026};
4027
4028static int patch_stac9200(struct hda_codec *codec)
4029{
4030 struct sigmatel_spec *spec;
Mattc7d4b2f2005-06-27 14:59:41 +02004031 int err;
Matt2f2f4252005-04-13 14:45:30 +02004032
Takashi Iwaie560d8d2005-09-09 14:21:46 +02004033 spec = kzalloc(sizeof(*spec), GFP_KERNEL);
Matt2f2f4252005-04-13 14:45:30 +02004034 if (spec == NULL)
4035 return -ENOMEM;
4036
4037 codec->spec = spec;
Takashi Iwaia4eed132007-07-06 18:17:04 +02004038 spec->num_pins = ARRAY_SIZE(stac9200_pin_nids);
Richard Fish11b44bb2006-08-23 18:31:34 +02004039 spec->pin_nids = stac9200_pin_nids;
Takashi Iwaif5fcc132006-11-24 17:07:44 +01004040 spec->board_config = snd_hda_check_board_config(codec, STAC_9200_MODELS,
4041 stac9200_models,
4042 stac9200_cfg_tbl);
Richard Fish11b44bb2006-08-23 18:31:34 +02004043 if (spec->board_config < 0) {
4044 snd_printdd(KERN_INFO "hda_codec: Unknown model for STAC9200, using BIOS defaults\n");
4045 err = stac92xx_save_bios_config_regs(codec);
4046 if (err < 0) {
4047 stac92xx_free(codec);
4048 return err;
4049 }
4050 spec->pin_configs = spec->bios_pin_configs;
4051 } else {
Matt Porter403d1942005-11-29 15:00:51 +01004052 spec->pin_configs = stac9200_brd_tbl[spec->board_config];
4053 stac92xx_set_config_regs(codec);
4054 }
Matt2f2f4252005-04-13 14:45:30 +02004055
4056 spec->multiout.max_channels = 2;
4057 spec->multiout.num_dacs = 1;
4058 spec->multiout.dac_nids = stac9200_dac_nids;
4059 spec->adc_nids = stac9200_adc_nids;
4060 spec->mux_nids = stac9200_mux_nids;
Mattdabbed62005-06-14 10:19:34 +02004061 spec->num_muxes = 1;
Matt Porter8b657272006-10-26 17:12:59 +02004062 spec->num_dmics = 0;
Maxim Levitsky9e05b7a2007-09-03 15:31:02 +02004063 spec->num_adcs = 1;
Matthew Ranostaya64135a2008-01-10 16:55:06 +01004064 spec->num_pwrs = 0;
Mattc7d4b2f2005-06-27 14:59:41 +02004065
Tobin Davisbf277782008-02-03 20:31:47 +01004066 if (spec->board_config == STAC_9200_GATEWAY ||
4067 spec->board_config == STAC_9200_OQO)
Takashi Iwai1194b5b2007-10-10 10:04:26 +02004068 spec->init = stac9200_eapd_init;
4069 else
4070 spec->init = stac9200_core_init;
Matt2f2f4252005-04-13 14:45:30 +02004071 spec->mixer = stac9200_mixer;
Mattc7d4b2f2005-06-27 14:59:41 +02004072
Takashi Iwai117f2572008-03-18 09:53:23 +01004073 if (spec->board_config == STAC_9200_PANASONIC) {
4074 spec->gpio_mask = spec->gpio_dir = 0x09;
4075 spec->gpio_data = 0x00;
4076 }
4077
Mattc7d4b2f2005-06-27 14:59:41 +02004078 err = stac9200_parse_auto_config(codec);
4079 if (err < 0) {
4080 stac92xx_free(codec);
4081 return err;
4082 }
Matt2f2f4252005-04-13 14:45:30 +02004083
4084 codec->patch_ops = stac92xx_patch_ops;
4085
4086 return 0;
4087}
4088
Tobin Davis8e21c342007-01-08 11:04:17 +01004089static int patch_stac925x(struct hda_codec *codec)
4090{
4091 struct sigmatel_spec *spec;
4092 int err;
4093
4094 spec = kzalloc(sizeof(*spec), GFP_KERNEL);
4095 if (spec == NULL)
4096 return -ENOMEM;
4097
4098 codec->spec = spec;
Takashi Iwaia4eed132007-07-06 18:17:04 +02004099 spec->num_pins = ARRAY_SIZE(stac925x_pin_nids);
Tobin Davis8e21c342007-01-08 11:04:17 +01004100 spec->pin_nids = stac925x_pin_nids;
4101 spec->board_config = snd_hda_check_board_config(codec, STAC_925x_MODELS,
4102 stac925x_models,
4103 stac925x_cfg_tbl);
Takashi Iwai9e507ab2007-02-08 17:50:10 +01004104 again:
Tobin Davis8e21c342007-01-08 11:04:17 +01004105 if (spec->board_config < 0) {
Tobin Davis2c11f952007-05-17 09:36:34 +02004106 snd_printdd(KERN_INFO "hda_codec: Unknown model for STAC925x,"
4107 "using BIOS defaults\n");
Tobin Davis8e21c342007-01-08 11:04:17 +01004108 err = stac92xx_save_bios_config_regs(codec);
4109 if (err < 0) {
4110 stac92xx_free(codec);
4111 return err;
4112 }
4113 spec->pin_configs = spec->bios_pin_configs;
4114 } else if (stac925x_brd_tbl[spec->board_config] != NULL){
4115 spec->pin_configs = stac925x_brd_tbl[spec->board_config];
4116 stac92xx_set_config_regs(codec);
4117 }
4118
4119 spec->multiout.max_channels = 2;
4120 spec->multiout.num_dacs = 1;
4121 spec->multiout.dac_nids = stac925x_dac_nids;
4122 spec->adc_nids = stac925x_adc_nids;
4123 spec->mux_nids = stac925x_mux_nids;
4124 spec->num_muxes = 1;
Maxim Levitsky9e05b7a2007-09-03 15:31:02 +02004125 spec->num_adcs = 1;
Matthew Ranostaya64135a2008-01-10 16:55:06 +01004126 spec->num_pwrs = 0;
Tobin Davis2c11f952007-05-17 09:36:34 +02004127 switch (codec->vendor_id) {
4128 case 0x83847632: /* STAC9202 */
4129 case 0x83847633: /* STAC9202D */
4130 case 0x83847636: /* STAC9251 */
4131 case 0x83847637: /* STAC9251D */
Takashi Iwaif6e98522007-10-16 14:27:04 +02004132 spec->num_dmics = STAC925X_NUM_DMICS;
Tobin Davis2c11f952007-05-17 09:36:34 +02004133 spec->dmic_nids = stac925x_dmic_nids;
Takashi Iwai1697055e2007-12-18 18:05:52 +01004134 spec->num_dmuxes = ARRAY_SIZE(stac925x_dmux_nids);
4135 spec->dmux_nids = stac925x_dmux_nids;
Tobin Davis2c11f952007-05-17 09:36:34 +02004136 break;
4137 default:
4138 spec->num_dmics = 0;
4139 break;
4140 }
Tobin Davis8e21c342007-01-08 11:04:17 +01004141
4142 spec->init = stac925x_core_init;
4143 spec->mixer = stac925x_mixer;
4144
4145 err = stac92xx_parse_auto_config(codec, 0x8, 0x7);
Takashi Iwai9e507ab2007-02-08 17:50:10 +01004146 if (!err) {
4147 if (spec->board_config < 0) {
4148 printk(KERN_WARNING "hda_codec: No auto-config is "
4149 "available, default to model=ref\n");
4150 spec->board_config = STAC_925x_REF;
4151 goto again;
4152 }
4153 err = -EINVAL;
4154 }
Tobin Davis8e21c342007-01-08 11:04:17 +01004155 if (err < 0) {
4156 stac92xx_free(codec);
4157 return err;
4158 }
4159
4160 codec->patch_ops = stac92xx_patch_ops;
4161
4162 return 0;
4163}
4164
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01004165static struct hda_input_mux stac92hd73xx_dmux = {
4166 .num_items = 4,
4167 .items = {
4168 { "Analog Inputs", 0x0b },
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01004169 { "Digital Mic 1", 0x09 },
4170 { "Digital Mic 2", 0x0a },
Matthew Ranostay2a9c7812008-09-13 16:45:39 -04004171 { "CD", 0x08 },
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01004172 }
4173};
4174
4175static int patch_stac92hd73xx(struct hda_codec *codec)
4176{
4177 struct sigmatel_spec *spec;
4178 hda_nid_t conn[STAC92HD73_DAC_COUNT + 2];
4179 int err = 0;
4180
4181 spec = kzalloc(sizeof(*spec), GFP_KERNEL);
4182 if (spec == NULL)
4183 return -ENOMEM;
4184
4185 codec->spec = spec;
Matthew Ranostaye99d32b2008-09-09 10:46:38 +02004186 codec->slave_dig_outs = stac92hd73xx_slave_dig_outs;
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01004187 spec->num_pins = ARRAY_SIZE(stac92hd73xx_pin_nids);
4188 spec->pin_nids = stac92hd73xx_pin_nids;
4189 spec->board_config = snd_hda_check_board_config(codec,
4190 STAC_92HD73XX_MODELS,
4191 stac92hd73xx_models,
4192 stac92hd73xx_cfg_tbl);
4193again:
4194 if (spec->board_config < 0) {
4195 snd_printdd(KERN_INFO "hda_codec: Unknown model for"
4196 " STAC92HD73XX, using BIOS defaults\n");
4197 err = stac92xx_save_bios_config_regs(codec);
4198 if (err < 0) {
4199 stac92xx_free(codec);
4200 return err;
4201 }
4202 spec->pin_configs = spec->bios_pin_configs;
4203 } else {
4204 spec->pin_configs = stac92hd73xx_brd_tbl[spec->board_config];
4205 stac92xx_set_config_regs(codec);
4206 }
4207
4208 spec->multiout.num_dacs = snd_hda_get_connections(codec, 0x0a,
4209 conn, STAC92HD73_DAC_COUNT + 2) - 1;
4210
4211 if (spec->multiout.num_dacs < 0) {
4212 printk(KERN_WARNING "hda_codec: Could not determine "
4213 "number of channels defaulting to DAC count\n");
4214 spec->multiout.num_dacs = STAC92HD73_DAC_COUNT;
4215 }
4216
4217 switch (spec->multiout.num_dacs) {
4218 case 0x3: /* 6 Channel */
4219 spec->mixer = stac92hd73xx_6ch_mixer;
4220 spec->init = stac92hd73xx_6ch_core_init;
4221 break;
4222 case 0x4: /* 8 Channel */
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01004223 spec->mixer = stac92hd73xx_8ch_mixer;
4224 spec->init = stac92hd73xx_8ch_core_init;
4225 break;
4226 case 0x5: /* 10 Channel */
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01004227 spec->mixer = stac92hd73xx_10ch_mixer;
4228 spec->init = stac92hd73xx_10ch_core_init;
4229 };
4230
4231 spec->multiout.dac_nids = stac92hd73xx_dac_nids;
4232 spec->aloopback_mask = 0x01;
4233 spec->aloopback_shift = 8;
4234
Matthew Ranostay1cd22242008-07-18 18:20:52 +02004235 spec->digbeep_nid = 0x1c;
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01004236 spec->mux_nids = stac92hd73xx_mux_nids;
4237 spec->adc_nids = stac92hd73xx_adc_nids;
4238 spec->dmic_nids = stac92hd73xx_dmic_nids;
4239 spec->dmux_nids = stac92hd73xx_dmux_nids;
Matthew Ranostayd9737752008-09-07 12:03:41 +02004240 spec->smux_nids = stac92hd73xx_smux_nids;
Matthew Ranostay89385032008-09-11 09:49:39 -04004241 spec->amp_nids = stac92hd73xx_amp_nids;
Matthew Ranostay2a9c7812008-09-13 16:45:39 -04004242 spec->num_amps = ARRAY_SIZE(stac92hd73xx_amp_nids);
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01004243
4244 spec->num_muxes = ARRAY_SIZE(stac92hd73xx_mux_nids);
4245 spec->num_adcs = ARRAY_SIZE(stac92hd73xx_adc_nids);
Takashi Iwai1697055e2007-12-18 18:05:52 +01004246 spec->num_dmuxes = ARRAY_SIZE(stac92hd73xx_dmux_nids);
Matthew Ranostay2a9c7812008-09-13 16:45:39 -04004247 memcpy(&spec->private_dimux, &stac92hd73xx_dmux,
4248 sizeof(stac92hd73xx_dmux));
4249
Matthew Ranostaya7662642008-02-21 07:51:14 +01004250 switch (spec->board_config) {
Matthew Ranostay6b3ab212008-11-03 08:12:43 -05004251 case STAC_DELL_EQ:
Matthew Ranostayd654a662008-03-14 08:46:51 +01004252 spec->init = dell_eq_core_init;
Matthew Ranostay6b3ab212008-11-03 08:12:43 -05004253 /* fallthru */
4254 case STAC_DELL_M6:
Matthew Ranostay2a9c7812008-09-13 16:45:39 -04004255 spec->num_smuxes = 0;
Matthew Ranostay2a9c7812008-09-13 16:45:39 -04004256 spec->mixer = &stac92hd73xx_6ch_mixer[DELL_M6_MIXER];
4257 spec->amp_nids = &stac92hd73xx_amp_nids[DELL_M6_AMP];
Matthew Ranostay0253fdc2008-11-16 11:42:34 -05004258 spec->eapd_switch = 0;
Matthew Ranostay2a9c7812008-09-13 16:45:39 -04004259 spec->num_amps = 1;
Matthew Ranostay6b3ab212008-11-03 08:12:43 -05004260
4261 if (!spec->init)
4262 spec->init = dell_m6_core_init;
Matthew Ranostaya7662642008-02-21 07:51:14 +01004263 switch (codec->subsystem_id) {
4264 case 0x1028025e: /* Analog Mics */
4265 case 0x1028025f:
4266 stac92xx_set_config_reg(codec, 0x0b, 0x90A70170);
4267 spec->num_dmics = 0;
Matthew Ranostay2a9c7812008-09-13 16:45:39 -04004268 spec->private_dimux.num_items = 1;
Matthew Ranostaya7662642008-02-21 07:51:14 +01004269 break;
Matthew Ranostayd654a662008-03-14 08:46:51 +01004270 case 0x10280271: /* Digital Mics */
Matthew Ranostaya7662642008-02-21 07:51:14 +01004271 case 0x10280272:
Matthew Ranostayd654a662008-03-14 08:46:51 +01004272 case 0x10280254:
4273 case 0x10280255:
Matthew Ranostaya7662642008-02-21 07:51:14 +01004274 stac92xx_set_config_reg(codec, 0x13, 0x90A60160);
4275 spec->num_dmics = 1;
Matthew Ranostay2a9c7812008-09-13 16:45:39 -04004276 spec->private_dimux.num_items = 2;
Matthew Ranostaya7662642008-02-21 07:51:14 +01004277 break;
4278 case 0x10280256: /* Both */
4279 case 0x10280057:
4280 stac92xx_set_config_reg(codec, 0x0b, 0x90A70170);
4281 stac92xx_set_config_reg(codec, 0x13, 0x90A60160);
4282 spec->num_dmics = 1;
Matthew Ranostay2a9c7812008-09-13 16:45:39 -04004283 spec->private_dimux.num_items = 2;
Matthew Ranostaya7662642008-02-21 07:51:14 +01004284 break;
4285 }
4286 break;
4287 default:
4288 spec->num_dmics = STAC92HD73XX_NUM_DMICS;
Matthew Ranostay2a9c7812008-09-13 16:45:39 -04004289 spec->num_smuxes = ARRAY_SIZE(stac92hd73xx_smux_nids);
Matthew Ranostay0253fdc2008-11-16 11:42:34 -05004290 spec->eapd_switch = 1;
Matthew Ranostaya7662642008-02-21 07:51:14 +01004291 }
Matthew Ranostayb2c4f4d2008-09-26 10:06:40 -04004292 if (spec->board_config > STAC_92HD73XX_REF) {
4293 /* GPIO0 High = Enable EAPD */
4294 spec->eapd_mask = spec->gpio_mask = spec->gpio_dir = 0x1;
4295 spec->gpio_data = 0x01;
4296 }
Matthew Ranostay2a9c7812008-09-13 16:45:39 -04004297 spec->dinput_mux = &spec->private_dimux;
Matthew Ranostaya7662642008-02-21 07:51:14 +01004298
Matthew Ranostaya64135a2008-01-10 16:55:06 +01004299 spec->num_pwrs = ARRAY_SIZE(stac92hd73xx_pwr_nids);
4300 spec->pwr_nids = stac92hd73xx_pwr_nids;
4301
Matthew Ranostayd9737752008-09-07 12:03:41 +02004302 err = stac92xx_parse_auto_config(codec, 0x25, 0x27);
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01004303
4304 if (!err) {
4305 if (spec->board_config < 0) {
4306 printk(KERN_WARNING "hda_codec: No auto-config is "
4307 "available, default to model=ref\n");
4308 spec->board_config = STAC_92HD73XX_REF;
4309 goto again;
4310 }
4311 err = -EINVAL;
4312 }
4313
4314 if (err < 0) {
4315 stac92xx_free(codec);
4316 return err;
4317 }
4318
4319 codec->patch_ops = stac92xx_patch_ops;
4320
4321 return 0;
4322}
4323
Matthew Ranostayd0513fc2008-07-27 10:30:30 +02004324static struct hda_input_mux stac92hd83xxx_dmux = {
4325 .num_items = 3,
4326 .items = {
4327 { "Analog Inputs", 0x03 },
4328 { "Digital Mic 1", 0x04 },
4329 { "Digital Mic 2", 0x05 },
4330 }
4331};
4332
4333static int patch_stac92hd83xxx(struct hda_codec *codec)
4334{
4335 struct sigmatel_spec *spec;
4336 int err;
4337
4338 spec = kzalloc(sizeof(*spec), GFP_KERNEL);
4339 if (spec == NULL)
4340 return -ENOMEM;
4341
4342 codec->spec = spec;
Matthew Ranostay0ffa9802008-09-08 11:20:05 -04004343 codec->slave_dig_outs = stac92hd83xxx_slave_dig_outs;
Matthew Ranostayd0513fc2008-07-27 10:30:30 +02004344 spec->mono_nid = 0x19;
4345 spec->digbeep_nid = 0x21;
4346 spec->dmic_nids = stac92hd83xxx_dmic_nids;
4347 spec->dmux_nids = stac92hd83xxx_dmux_nids;
4348 spec->adc_nids = stac92hd83xxx_adc_nids;
4349 spec->pwr_nids = stac92hd83xxx_pwr_nids;
4350 spec->pwr_mapping = stac92hd83xxx_pwr_mapping;
4351 spec->num_pwrs = ARRAY_SIZE(stac92hd83xxx_pwr_nids);
4352 spec->multiout.dac_nids = stac92hd83xxx_dac_nids;
4353
4354 spec->init = stac92hd83xxx_core_init;
4355 switch (codec->vendor_id) {
4356 case 0x111d7605:
4357 spec->multiout.num_dacs = STAC92HD81_DAC_COUNT;
4358 break;
4359 default:
4360 spec->num_pwrs--;
4361 spec->init++; /* switch to config #2 */
4362 spec->multiout.num_dacs = STAC92HD83_DAC_COUNT;
4363 }
4364
4365 spec->mixer = stac92hd83xxx_mixer;
4366 spec->num_pins = ARRAY_SIZE(stac92hd83xxx_pin_nids);
4367 spec->num_dmuxes = ARRAY_SIZE(stac92hd83xxx_dmux_nids);
4368 spec->num_adcs = ARRAY_SIZE(stac92hd83xxx_adc_nids);
4369 spec->num_dmics = STAC92HD83XXX_NUM_DMICS;
4370 spec->dinput_mux = &stac92hd83xxx_dmux;
4371 spec->pin_nids = stac92hd83xxx_pin_nids;
4372 spec->board_config = snd_hda_check_board_config(codec,
4373 STAC_92HD83XXX_MODELS,
4374 stac92hd83xxx_models,
4375 stac92hd83xxx_cfg_tbl);
4376again:
4377 if (spec->board_config < 0) {
4378 snd_printdd(KERN_INFO "hda_codec: Unknown model for"
4379 " STAC92HD83XXX, using BIOS defaults\n");
4380 err = stac92xx_save_bios_config_regs(codec);
4381 if (err < 0) {
4382 stac92xx_free(codec);
4383 return err;
4384 }
4385 spec->pin_configs = spec->bios_pin_configs;
4386 } else {
4387 spec->pin_configs = stac92hd83xxx_brd_tbl[spec->board_config];
4388 stac92xx_set_config_regs(codec);
4389 }
4390
4391 err = stac92xx_parse_auto_config(codec, 0x1d, 0);
4392 if (!err) {
4393 if (spec->board_config < 0) {
4394 printk(KERN_WARNING "hda_codec: No auto-config is "
4395 "available, default to model=ref\n");
4396 spec->board_config = STAC_92HD83XXX_REF;
4397 goto again;
4398 }
4399 err = -EINVAL;
4400 }
4401
4402 if (err < 0) {
4403 stac92xx_free(codec);
4404 return err;
4405 }
4406
4407 codec->patch_ops = stac92xx_patch_ops;
4408
4409 return 0;
4410}
4411
Matthew Ranostay8daaaa92008-08-15 07:45:52 +02004412#ifdef SND_HDA_NEEDS_RESUME
4413static void stac92hd71xx_set_power_state(struct hda_codec *codec, int pwr)
4414{
4415 struct sigmatel_spec *spec = codec->spec;
4416 int i;
4417 snd_hda_codec_write_cache(codec, codec->afg, 0,
4418 AC_VERB_SET_POWER_STATE, pwr);
4419
4420 msleep(1);
4421 for (i = 0; i < spec->num_adcs; i++) {
4422 snd_hda_codec_write_cache(codec,
4423 spec->adc_nids[i], 0,
4424 AC_VERB_SET_POWER_STATE, pwr);
4425 }
4426};
4427
4428static int stac92hd71xx_resume(struct hda_codec *codec)
4429{
4430 stac92hd71xx_set_power_state(codec, AC_PWRST_D0);
4431 return stac92xx_resume(codec);
4432}
4433
4434static int stac92hd71xx_suspend(struct hda_codec *codec, pm_message_t state)
4435{
Matthew Ranostay0253fdc2008-11-16 11:42:34 -05004436 struct sigmatel_spec *spec = codec->spec;
4437
Matthew Ranostay8daaaa92008-08-15 07:45:52 +02004438 stac92hd71xx_set_power_state(codec, AC_PWRST_D3);
Matthew Ranostay0253fdc2008-11-16 11:42:34 -05004439 if (spec->eapd_mask)
4440 stac_gpio_set(codec, spec->gpio_mask,
4441 spec->gpio_dir, spec->gpio_data &
4442 ~spec->eapd_mask);
Matthew Ranostay8daaaa92008-08-15 07:45:52 +02004443 return 0;
4444};
4445
4446#endif
4447
4448static struct hda_codec_ops stac92hd71bxx_patch_ops = {
4449 .build_controls = stac92xx_build_controls,
4450 .build_pcms = stac92xx_build_pcms,
4451 .init = stac92xx_init,
4452 .free = stac92xx_free,
4453 .unsol_event = stac92xx_unsol_event,
4454#ifdef SND_HDA_NEEDS_RESUME
4455 .resume = stac92hd71xx_resume,
4456 .suspend = stac92hd71xx_suspend,
4457#endif
4458};
Matthew Ranostayd0513fc2008-07-27 10:30:30 +02004459
Matthew Ranostay4b33c762008-10-10 09:07:23 -04004460static struct hda_input_mux stac92hd71bxx_dmux = {
4461 .num_items = 4,
4462 .items = {
4463 { "Analog Inputs", 0x00 },
4464 { "Mixer", 0x01 },
4465 { "Digital Mic 1", 0x02 },
4466 { "Digital Mic 2", 0x03 },
4467 }
4468};
4469
Matthew Ranostaye035b842007-11-06 11:53:55 +01004470static int patch_stac92hd71bxx(struct hda_codec *codec)
4471{
4472 struct sigmatel_spec *spec;
4473 int err = 0;
4474
4475 spec = kzalloc(sizeof(*spec), GFP_KERNEL);
4476 if (spec == NULL)
4477 return -ENOMEM;
4478
4479 codec->spec = spec;
Matthew Ranostay8daaaa92008-08-15 07:45:52 +02004480 codec->patch_ops = stac92xx_patch_ops;
Matthew Ranostaye035b842007-11-06 11:53:55 +01004481 spec->num_pins = ARRAY_SIZE(stac92hd71bxx_pin_nids);
Matthew Ranostayaafc4412008-06-13 18:04:33 +02004482 spec->num_pwrs = ARRAY_SIZE(stac92hd71bxx_pwr_nids);
Matthew Ranostaye035b842007-11-06 11:53:55 +01004483 spec->pin_nids = stac92hd71bxx_pin_nids;
Matthew Ranostay4b33c762008-10-10 09:07:23 -04004484 memcpy(&spec->private_dimux, &stac92hd71bxx_dmux,
4485 sizeof(stac92hd71bxx_dmux));
Matthew Ranostaye035b842007-11-06 11:53:55 +01004486 spec->board_config = snd_hda_check_board_config(codec,
4487 STAC_92HD71BXX_MODELS,
4488 stac92hd71bxx_models,
4489 stac92hd71bxx_cfg_tbl);
4490again:
4491 if (spec->board_config < 0) {
4492 snd_printdd(KERN_INFO "hda_codec: Unknown model for"
4493 " STAC92HD71BXX, using BIOS defaults\n");
4494 err = stac92xx_save_bios_config_regs(codec);
4495 if (err < 0) {
4496 stac92xx_free(codec);
4497 return err;
4498 }
4499 spec->pin_configs = spec->bios_pin_configs;
4500 } else {
4501 spec->pin_configs = stac92hd71bxx_brd_tbl[spec->board_config];
4502 stac92xx_set_config_regs(codec);
4503 }
4504
Takashi Iwai41c3b642008-11-18 10:45:15 +01004505 if (spec->board_config > STAC_92HD71BXX_REF) {
4506 /* GPIO0 = EAPD */
4507 spec->gpio_mask = 0x01;
4508 spec->gpio_dir = 0x01;
4509 spec->gpio_data = 0x01;
4510 }
4511
Matthew Ranostay541eee82007-12-14 12:08:04 +01004512 switch (codec->vendor_id) {
4513 case 0x111d76b6: /* 4 Port without Analog Mixer */
4514 case 0x111d76b7:
4515 case 0x111d76b4: /* 6 Port without Analog Mixer */
4516 case 0x111d76b5:
4517 spec->mixer = stac92hd71bxx_mixer;
4518 spec->init = stac92hd71bxx_core_init;
Matthew Ranostay0ffa9802008-09-08 11:20:05 -04004519 codec->slave_dig_outs = stac92hd71bxx_slave_dig_outs;
Matthew Ranostay541eee82007-12-14 12:08:04 +01004520 break;
Matthew Ranostayaafc4412008-06-13 18:04:33 +02004521 case 0x111d7608: /* 5 Port with Analog Mixer */
Takashi Iwai8e5f2622008-11-15 19:28:54 +01004522 switch (spec->board_config) {
4523 case STAC_HP_M4:
Matthew Ranostay72474be2008-10-09 09:32:17 -04004524 /* Enable VREF power saving on GPIO1 detect */
Takashi Iwaic5d08bb2008-11-18 10:55:36 +01004525 snd_hda_codec_write_cache(codec, codec->afg, 0,
Matthew Ranostay72474be2008-10-09 09:32:17 -04004526 AC_VERB_SET_GPIO_UNSOLICITED_RSP_MASK, 0x02);
4527 snd_hda_codec_write_cache(codec, codec->afg, 0,
4528 AC_VERB_SET_UNSOLICITED_ENABLE,
4529 (AC_USRSP_EN | STAC_VREF_EVENT | 0x01));
4530 spec->gpio_mask |= 0x02;
4531 break;
4532 }
Matthew Ranostay8daaaa92008-08-15 07:45:52 +02004533 if ((codec->revision_id & 0xf) == 0 ||
4534 (codec->revision_id & 0xf) == 1) {
4535#ifdef SND_HDA_NEEDS_RESUME
4536 codec->patch_ops = stac92hd71bxx_patch_ops;
4537#endif
4538 spec->stream_delay = 40; /* 40 milliseconds */
4539 }
4540
Matthew Ranostayaafc4412008-06-13 18:04:33 +02004541 /* no output amps */
4542 spec->num_pwrs = 0;
4543 spec->mixer = stac92hd71bxx_analog_mixer;
Matthew Ranostay4b33c762008-10-10 09:07:23 -04004544 spec->dinput_mux = &spec->private_dimux;
Matthew Ranostayaafc4412008-06-13 18:04:33 +02004545
4546 /* disable VSW */
4547 spec->init = &stac92hd71bxx_analog_core_init[HD_DISABLE_PORTF];
4548 stac92xx_set_config_reg(codec, 0xf, 0x40f000f0);
4549 break;
4550 case 0x111d7603: /* 6 Port with Analog Mixer */
Matthew Ranostay8daaaa92008-08-15 07:45:52 +02004551 if ((codec->revision_id & 0xf) == 1) {
4552#ifdef SND_HDA_NEEDS_RESUME
4553 codec->patch_ops = stac92hd71bxx_patch_ops;
4554#endif
4555 spec->stream_delay = 40; /* 40 milliseconds */
4556 }
4557
Matthew Ranostayaafc4412008-06-13 18:04:33 +02004558 /* no output amps */
4559 spec->num_pwrs = 0;
4560 /* fallthru */
Matthew Ranostay541eee82007-12-14 12:08:04 +01004561 default:
Matthew Ranostay4b33c762008-10-10 09:07:23 -04004562 spec->dinput_mux = &spec->private_dimux;
Matthew Ranostay541eee82007-12-14 12:08:04 +01004563 spec->mixer = stac92hd71bxx_analog_mixer;
4564 spec->init = stac92hd71bxx_analog_core_init;
Matthew Ranostay0ffa9802008-09-08 11:20:05 -04004565 codec->slave_dig_outs = stac92hd71bxx_slave_dig_outs;
Matthew Ranostay541eee82007-12-14 12:08:04 +01004566 }
4567
Matthew Ranostay4b33c762008-10-10 09:07:23 -04004568 spec->aloopback_mask = 0x50;
Matthew Ranostay541eee82007-12-14 12:08:04 +01004569 spec->aloopback_shift = 0;
4570
Matthew Ranostay8daaaa92008-08-15 07:45:52 +02004571 spec->powerdown_adcs = 1;
Matthew Ranostay1cd22242008-07-18 18:20:52 +02004572 spec->digbeep_nid = 0x26;
Matthew Ranostaye035b842007-11-06 11:53:55 +01004573 spec->mux_nids = stac92hd71bxx_mux_nids;
4574 spec->adc_nids = stac92hd71bxx_adc_nids;
4575 spec->dmic_nids = stac92hd71bxx_dmic_nids;
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01004576 spec->dmux_nids = stac92hd71bxx_dmux_nids;
Matthew Ranostayd9737752008-09-07 12:03:41 +02004577 spec->smux_nids = stac92hd71bxx_smux_nids;
Matthew Ranostayaafc4412008-06-13 18:04:33 +02004578 spec->pwr_nids = stac92hd71bxx_pwr_nids;
Matthew Ranostaye035b842007-11-06 11:53:55 +01004579
4580 spec->num_muxes = ARRAY_SIZE(stac92hd71bxx_mux_nids);
4581 spec->num_adcs = ARRAY_SIZE(stac92hd71bxx_adc_nids);
Matthew Ranostaye035b842007-11-06 11:53:55 +01004582
Matthew Ranostay6a14f582008-09-12 12:02:30 -04004583 switch (spec->board_config) {
4584 case STAC_HP_M4:
Matthew Ranostay6a14f582008-09-12 12:02:30 -04004585 /* enable internal microphone */
Matthew Ranostayb9aea712008-10-09 08:37:28 -04004586 stac92xx_set_config_reg(codec, 0x0e, 0x01813040);
4587 stac92xx_auto_set_pinctl(codec, 0x0e,
4588 AC_PINCTL_IN_EN | AC_PINCTL_VREF_80);
Matthew Ranostay3a7abfd2008-11-20 21:21:43 -05004589 /* fallthru */
4590 case STAC_DELL_M4_2:
4591 spec->num_dmics = 0;
4592 spec->num_smuxes = 0;
4593 spec->num_dmuxes = 0;
4594 break;
4595 case STAC_DELL_M4_1:
4596 case STAC_DELL_M4_3:
4597 spec->num_dmics = 1;
4598 spec->num_smuxes = 0;
4599 spec->num_dmuxes = 0;
Matthew Ranostay6a14f582008-09-12 12:02:30 -04004600 break;
4601 default:
4602 spec->num_dmics = STAC92HD71BXX_NUM_DMICS;
4603 spec->num_smuxes = ARRAY_SIZE(stac92hd71bxx_smux_nids);
4604 spec->num_dmuxes = ARRAY_SIZE(stac92hd71bxx_dmux_nids);
4605 };
4606
Takashi Iwaiaea7bb02008-02-25 18:26:41 +01004607 spec->multiout.num_dacs = 1;
Matthew Ranostaye035b842007-11-06 11:53:55 +01004608 spec->multiout.hp_nid = 0x11;
4609 spec->multiout.dac_nids = stac92hd71bxx_dac_nids;
Matthew Ranostay4b33c762008-10-10 09:07:23 -04004610 if (spec->dinput_mux)
4611 spec->private_dimux.num_items +=
4612 spec->num_dmics -
4613 (ARRAY_SIZE(stac92hd71bxx_dmic_nids) - 1);
Matthew Ranostaye035b842007-11-06 11:53:55 +01004614
4615 err = stac92xx_parse_auto_config(codec, 0x21, 0x23);
4616 if (!err) {
4617 if (spec->board_config < 0) {
4618 printk(KERN_WARNING "hda_codec: No auto-config is "
4619 "available, default to model=ref\n");
4620 spec->board_config = STAC_92HD71BXX_REF;
4621 goto again;
4622 }
4623 err = -EINVAL;
4624 }
4625
4626 if (err < 0) {
4627 stac92xx_free(codec);
4628 return err;
4629 }
4630
Matthew Ranostaye035b842007-11-06 11:53:55 +01004631 return 0;
4632};
4633
Matt2f2f4252005-04-13 14:45:30 +02004634static int patch_stac922x(struct hda_codec *codec)
4635{
4636 struct sigmatel_spec *spec;
Mattc7d4b2f2005-06-27 14:59:41 +02004637 int err;
Matt2f2f4252005-04-13 14:45:30 +02004638
Takashi Iwaie560d8d2005-09-09 14:21:46 +02004639 spec = kzalloc(sizeof(*spec), GFP_KERNEL);
Matt2f2f4252005-04-13 14:45:30 +02004640 if (spec == NULL)
4641 return -ENOMEM;
4642
4643 codec->spec = spec;
Takashi Iwaia4eed132007-07-06 18:17:04 +02004644 spec->num_pins = ARRAY_SIZE(stac922x_pin_nids);
Richard Fish11b44bb2006-08-23 18:31:34 +02004645 spec->pin_nids = stac922x_pin_nids;
Takashi Iwaif5fcc132006-11-24 17:07:44 +01004646 spec->board_config = snd_hda_check_board_config(codec, STAC_922X_MODELS,
4647 stac922x_models,
4648 stac922x_cfg_tbl);
Nicolas Boichat536319a2008-07-21 22:18:01 +08004649 if (spec->board_config == STAC_INTEL_MAC_AUTO) {
Matthew Ranostay4fe51952008-01-29 15:28:44 +01004650 spec->gpio_mask = spec->gpio_dir = 0x03;
4651 spec->gpio_data = 0x03;
Takashi Iwai3fc24d82007-02-16 13:27:18 +01004652 /* Intel Macs have all same PCI SSID, so we need to check
4653 * codec SSID to distinguish the exact models
4654 */
Nicolas Boichat6f0778d2007-03-15 12:38:15 +01004655 printk(KERN_INFO "hda_codec: STAC922x, Apple subsys_id=%x\n", codec->subsystem_id);
Takashi Iwai3fc24d82007-02-16 13:27:18 +01004656 switch (codec->subsystem_id) {
Ivan N. Zlatev5d5d3bc2007-05-29 16:03:00 +02004657
4658 case 0x106b0800:
4659 spec->board_config = STAC_INTEL_MAC_V1;
Abhijit Bhopatkarc45e20e2007-04-17 11:57:16 +02004660 break;
Ivan N. Zlatev5d5d3bc2007-05-29 16:03:00 +02004661 case 0x106b0600:
4662 case 0x106b0700:
4663 spec->board_config = STAC_INTEL_MAC_V2;
Nicolas Boichat6f0778d2007-03-15 12:38:15 +01004664 break;
Ivan N. Zlatev5d5d3bc2007-05-29 16:03:00 +02004665 case 0x106b0e00:
4666 case 0x106b0f00:
4667 case 0x106b1600:
4668 case 0x106b1700:
4669 case 0x106b0200:
4670 case 0x106b1e00:
4671 spec->board_config = STAC_INTEL_MAC_V3;
Takashi Iwai3fc24d82007-02-16 13:27:18 +01004672 break;
Ivan N. Zlatev5d5d3bc2007-05-29 16:03:00 +02004673 case 0x106b1a00:
4674 case 0x00000100:
4675 spec->board_config = STAC_INTEL_MAC_V4;
Sylvain FORETf16928f2007-04-27 14:22:36 +02004676 break;
Ivan N. Zlatev5d5d3bc2007-05-29 16:03:00 +02004677 case 0x106b0a00:
4678 case 0x106b2200:
4679 spec->board_config = STAC_INTEL_MAC_V5;
Takashi Iwai0dae0f82007-05-21 12:41:29 +02004680 break;
Nicolas Boichat536319a2008-07-21 22:18:01 +08004681 default:
4682 spec->board_config = STAC_INTEL_MAC_V3;
4683 break;
Takashi Iwai3fc24d82007-02-16 13:27:18 +01004684 }
4685 }
4686
Takashi Iwai9e507ab2007-02-08 17:50:10 +01004687 again:
Richard Fish11b44bb2006-08-23 18:31:34 +02004688 if (spec->board_config < 0) {
4689 snd_printdd(KERN_INFO "hda_codec: Unknown model for STAC922x, "
4690 "using BIOS defaults\n");
4691 err = stac92xx_save_bios_config_regs(codec);
4692 if (err < 0) {
4693 stac92xx_free(codec);
4694 return err;
4695 }
4696 spec->pin_configs = spec->bios_pin_configs;
4697 } else if (stac922x_brd_tbl[spec->board_config] != NULL) {
Matt Porter403d1942005-11-29 15:00:51 +01004698 spec->pin_configs = stac922x_brd_tbl[spec->board_config];
4699 stac92xx_set_config_regs(codec);
4700 }
Matt2f2f4252005-04-13 14:45:30 +02004701
Matt2f2f4252005-04-13 14:45:30 +02004702 spec->adc_nids = stac922x_adc_nids;
4703 spec->mux_nids = stac922x_mux_nids;
Takashi Iwai25494132007-03-12 12:36:16 +01004704 spec->num_muxes = ARRAY_SIZE(stac922x_mux_nids);
Maxim Levitsky9e05b7a2007-09-03 15:31:02 +02004705 spec->num_adcs = ARRAY_SIZE(stac922x_adc_nids);
Matt Porter8b657272006-10-26 17:12:59 +02004706 spec->num_dmics = 0;
Matthew Ranostaya64135a2008-01-10 16:55:06 +01004707 spec->num_pwrs = 0;
Mattc7d4b2f2005-06-27 14:59:41 +02004708
4709 spec->init = stac922x_core_init;
Matt2f2f4252005-04-13 14:45:30 +02004710 spec->mixer = stac922x_mixer;
Mattc7d4b2f2005-06-27 14:59:41 +02004711
4712 spec->multiout.dac_nids = spec->dac_nids;
Takashi Iwai19039bd2006-06-28 15:52:16 +02004713
Matt Porter3cc08dc2006-01-23 15:27:49 +01004714 err = stac92xx_parse_auto_config(codec, 0x08, 0x09);
Takashi Iwai9e507ab2007-02-08 17:50:10 +01004715 if (!err) {
4716 if (spec->board_config < 0) {
4717 printk(KERN_WARNING "hda_codec: No auto-config is "
4718 "available, default to model=ref\n");
4719 spec->board_config = STAC_D945_REF;
4720 goto again;
4721 }
4722 err = -EINVAL;
4723 }
Matt Porter3cc08dc2006-01-23 15:27:49 +01004724 if (err < 0) {
4725 stac92xx_free(codec);
4726 return err;
4727 }
4728
4729 codec->patch_ops = stac92xx_patch_ops;
4730
Takashi Iwai807a46362007-05-29 19:01:37 +02004731 /* Fix Mux capture level; max to 2 */
4732 snd_hda_override_amp_caps(codec, 0x12, HDA_OUTPUT,
4733 (0 << AC_AMPCAP_OFFSET_SHIFT) |
4734 (2 << AC_AMPCAP_NUM_STEPS_SHIFT) |
4735 (0x27 << AC_AMPCAP_STEP_SIZE_SHIFT) |
4736 (0 << AC_AMPCAP_MUTE_SHIFT));
4737
Matt Porter3cc08dc2006-01-23 15:27:49 +01004738 return 0;
4739}
4740
4741static int patch_stac927x(struct hda_codec *codec)
4742{
4743 struct sigmatel_spec *spec;
4744 int err;
4745
4746 spec = kzalloc(sizeof(*spec), GFP_KERNEL);
4747 if (spec == NULL)
4748 return -ENOMEM;
4749
4750 codec->spec = spec;
Takashi Iwaia4eed132007-07-06 18:17:04 +02004751 spec->num_pins = ARRAY_SIZE(stac927x_pin_nids);
Richard Fish11b44bb2006-08-23 18:31:34 +02004752 spec->pin_nids = stac927x_pin_nids;
Takashi Iwaif5fcc132006-11-24 17:07:44 +01004753 spec->board_config = snd_hda_check_board_config(codec, STAC_927X_MODELS,
4754 stac927x_models,
4755 stac927x_cfg_tbl);
Takashi Iwai9e507ab2007-02-08 17:50:10 +01004756 again:
Matthew Ranostay8e9068b2007-12-17 11:58:13 +01004757 if (spec->board_config < 0 || !stac927x_brd_tbl[spec->board_config]) {
4758 if (spec->board_config < 0)
4759 snd_printdd(KERN_INFO "hda_codec: Unknown model for"
4760 "STAC927x, using BIOS defaults\n");
Richard Fish11b44bb2006-08-23 18:31:34 +02004761 err = stac92xx_save_bios_config_regs(codec);
4762 if (err < 0) {
4763 stac92xx_free(codec);
4764 return err;
4765 }
4766 spec->pin_configs = spec->bios_pin_configs;
Matthew Ranostay8e9068b2007-12-17 11:58:13 +01004767 } else {
Matt Porter3cc08dc2006-01-23 15:27:49 +01004768 spec->pin_configs = stac927x_brd_tbl[spec->board_config];
4769 stac92xx_set_config_regs(codec);
4770 }
4771
Matthew Ranostay1cd22242008-07-18 18:20:52 +02004772 spec->digbeep_nid = 0x23;
Matthew Ranostay8e9068b2007-12-17 11:58:13 +01004773 spec->adc_nids = stac927x_adc_nids;
4774 spec->num_adcs = ARRAY_SIZE(stac927x_adc_nids);
4775 spec->mux_nids = stac927x_mux_nids;
4776 spec->num_muxes = ARRAY_SIZE(stac927x_mux_nids);
Matthew Ranostayd9737752008-09-07 12:03:41 +02004777 spec->smux_nids = stac927x_smux_nids;
4778 spec->num_smuxes = ARRAY_SIZE(stac927x_smux_nids);
Matthew Ranostay65973632008-09-16 10:39:37 -04004779 spec->spdif_labels = stac927x_spdif_labels;
Matthew Ranostayb76c8502008-02-06 14:49:44 +01004780 spec->dac_list = stac927x_dac_nids;
Matthew Ranostay8e9068b2007-12-17 11:58:13 +01004781 spec->multiout.dac_nids = spec->dac_nids;
4782
Tobin Davis81d3dbd2006-08-22 19:44:45 +02004783 switch (spec->board_config) {
Tobin Davis93ed1502006-09-01 21:03:12 +02004784 case STAC_D965_3ST:
Matthew Ranostay8e9068b2007-12-17 11:58:13 +01004785 case STAC_D965_5ST:
4786 /* GPIO0 High = Enable EAPD */
Matthew Ranostay0fc9dec2008-04-14 13:32:54 +02004787 spec->eapd_mask = spec->gpio_mask = spec->gpio_dir = 0x01;
Matthew Ranostay4fe51952008-01-29 15:28:44 +01004788 spec->gpio_data = 0x01;
Matthew Ranostay8e9068b2007-12-17 11:58:13 +01004789 spec->num_dmics = 0;
4790
Tobin Davis93ed1502006-09-01 21:03:12 +02004791 spec->init = d965_core_init;
Maxim Levitsky9e05b7a2007-09-03 15:31:02 +02004792 spec->mixer = stac927x_mixer;
Tobin Davis81d3dbd2006-08-22 19:44:45 +02004793 break;
Matthew Ranostay8e9068b2007-12-17 11:58:13 +01004794 case STAC_DELL_BIOS:
Matthew Ranostay780c8be2008-04-14 13:32:27 +02004795 switch (codec->subsystem_id) {
4796 case 0x10280209:
4797 case 0x1028022e:
4798 /* correct the device field to SPDIF out */
4799 stac92xx_set_config_reg(codec, 0x21, 0x01442070);
4800 break;
4801 };
Matthew Ranostay03d7ca12008-02-21 07:51:46 +01004802 /* configure the analog microphone on some laptops */
4803 stac92xx_set_config_reg(codec, 0x0c, 0x90a79130);
Matthew Ranostay2f32d902008-01-10 13:06:26 +01004804 /* correct the front output jack as a hp out */
Matthew Ranostay7989fba2008-02-21 07:50:12 +01004805 stac92xx_set_config_reg(codec, 0x0f, 0x0227011f);
Matthew Ranostayc481fca2008-01-07 12:18:28 +01004806 /* correct the front input jack as a mic */
4807 stac92xx_set_config_reg(codec, 0x0e, 0x02a79130);
4808 /* fallthru */
Matthew Ranostay8e9068b2007-12-17 11:58:13 +01004809 case STAC_DELL_3ST:
4810 /* GPIO2 High = Enable EAPD */
Matthew Ranostay0fc9dec2008-04-14 13:32:54 +02004811 spec->eapd_mask = spec->gpio_mask = spec->gpio_dir = 0x04;
Matthew Ranostay4fe51952008-01-29 15:28:44 +01004812 spec->gpio_data = 0x04;
Matthew Ranostay8e9068b2007-12-17 11:58:13 +01004813 spec->dmic_nids = stac927x_dmic_nids;
4814 spec->num_dmics = STAC927X_NUM_DMICS;
4815
Tobin Davis93ed1502006-09-01 21:03:12 +02004816 spec->init = d965_core_init;
Maxim Levitsky9e05b7a2007-09-03 15:31:02 +02004817 spec->mixer = stac927x_mixer;
Matthew Ranostay8e9068b2007-12-17 11:58:13 +01004818 spec->dmux_nids = stac927x_dmux_nids;
Takashi Iwai1697055e2007-12-18 18:05:52 +01004819 spec->num_dmuxes = ARRAY_SIZE(stac927x_dmux_nids);
Tobin Davis81d3dbd2006-08-22 19:44:45 +02004820 break;
4821 default:
Matthew Ranostayb2c4f4d2008-09-26 10:06:40 -04004822 if (spec->board_config > STAC_D965_REF) {
4823 /* GPIO0 High = Enable EAPD */
4824 spec->eapd_mask = spec->gpio_mask = 0x01;
4825 spec->gpio_dir = spec->gpio_data = 0x01;
4826 }
Matthew Ranostay8e9068b2007-12-17 11:58:13 +01004827 spec->num_dmics = 0;
4828
Tobin Davis81d3dbd2006-08-22 19:44:45 +02004829 spec->init = stac927x_core_init;
4830 spec->mixer = stac927x_mixer;
4831 }
Matt Porter3cc08dc2006-01-23 15:27:49 +01004832
Matthew Ranostaya64135a2008-01-10 16:55:06 +01004833 spec->num_pwrs = 0;
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01004834 spec->aloopback_mask = 0x40;
4835 spec->aloopback_shift = 0;
Matthew Ranostay0253fdc2008-11-16 11:42:34 -05004836 spec->eapd_switch = 1;
Matthew Ranostay8e9068b2007-12-17 11:58:13 +01004837
Matt Porter3cc08dc2006-01-23 15:27:49 +01004838 err = stac92xx_parse_auto_config(codec, 0x1e, 0x20);
Takashi Iwai9e507ab2007-02-08 17:50:10 +01004839 if (!err) {
4840 if (spec->board_config < 0) {
4841 printk(KERN_WARNING "hda_codec: No auto-config is "
4842 "available, default to model=ref\n");
4843 spec->board_config = STAC_D965_REF;
4844 goto again;
4845 }
4846 err = -EINVAL;
4847 }
Mattc7d4b2f2005-06-27 14:59:41 +02004848 if (err < 0) {
4849 stac92xx_free(codec);
4850 return err;
4851 }
Matt2f2f4252005-04-13 14:45:30 +02004852
4853 codec->patch_ops = stac92xx_patch_ops;
4854
Takashi Iwai52987652008-01-16 16:09:47 +01004855 /*
4856 * !!FIXME!!
4857 * The STAC927x seem to require fairly long delays for certain
4858 * command sequences. With too short delays (even if the answer
4859 * is set to RIRB properly), it results in the silence output
4860 * on some hardwares like Dell.
4861 *
4862 * The below flag enables the longer delay (see get_response
4863 * in hda_intel.c).
4864 */
4865 codec->bus->needs_damn_long_delay = 1;
4866
Matt2f2f4252005-04-13 14:45:30 +02004867 return 0;
4868}
4869
Matt Porterf3302a52006-07-31 12:49:34 +02004870static int patch_stac9205(struct hda_codec *codec)
4871{
4872 struct sigmatel_spec *spec;
Takashi Iwai82599802007-07-31 15:56:24 +02004873 int err;
Matt Porterf3302a52006-07-31 12:49:34 +02004874
4875 spec = kzalloc(sizeof(*spec), GFP_KERNEL);
4876 if (spec == NULL)
4877 return -ENOMEM;
4878
4879 codec->spec = spec;
Takashi Iwaia4eed132007-07-06 18:17:04 +02004880 spec->num_pins = ARRAY_SIZE(stac9205_pin_nids);
Richard Fish11b44bb2006-08-23 18:31:34 +02004881 spec->pin_nids = stac9205_pin_nids;
Takashi Iwaif5fcc132006-11-24 17:07:44 +01004882 spec->board_config = snd_hda_check_board_config(codec, STAC_9205_MODELS,
4883 stac9205_models,
4884 stac9205_cfg_tbl);
Takashi Iwai9e507ab2007-02-08 17:50:10 +01004885 again:
Richard Fish11b44bb2006-08-23 18:31:34 +02004886 if (spec->board_config < 0) {
4887 snd_printdd(KERN_INFO "hda_codec: Unknown model for STAC9205, using BIOS defaults\n");
4888 err = stac92xx_save_bios_config_regs(codec);
4889 if (err < 0) {
4890 stac92xx_free(codec);
4891 return err;
4892 }
4893 spec->pin_configs = spec->bios_pin_configs;
4894 } else {
Matt Porterf3302a52006-07-31 12:49:34 +02004895 spec->pin_configs = stac9205_brd_tbl[spec->board_config];
4896 stac92xx_set_config_regs(codec);
4897 }
4898
Matthew Ranostay1cd22242008-07-18 18:20:52 +02004899 spec->digbeep_nid = 0x23;
Matt Porterf3302a52006-07-31 12:49:34 +02004900 spec->adc_nids = stac9205_adc_nids;
Maxim Levitsky9e05b7a2007-09-03 15:31:02 +02004901 spec->num_adcs = ARRAY_SIZE(stac9205_adc_nids);
Matt Porterf3302a52006-07-31 12:49:34 +02004902 spec->mux_nids = stac9205_mux_nids;
Takashi Iwai25494132007-03-12 12:36:16 +01004903 spec->num_muxes = ARRAY_SIZE(stac9205_mux_nids);
Matthew Ranostayd9737752008-09-07 12:03:41 +02004904 spec->smux_nids = stac9205_smux_nids;
4905 spec->num_smuxes = ARRAY_SIZE(stac9205_smux_nids);
Matt Porter8b657272006-10-26 17:12:59 +02004906 spec->dmic_nids = stac9205_dmic_nids;
Takashi Iwaif6e98522007-10-16 14:27:04 +02004907 spec->num_dmics = STAC9205_NUM_DMICS;
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01004908 spec->dmux_nids = stac9205_dmux_nids;
Takashi Iwai1697055e2007-12-18 18:05:52 +01004909 spec->num_dmuxes = ARRAY_SIZE(stac9205_dmux_nids);
Matthew Ranostaya64135a2008-01-10 16:55:06 +01004910 spec->num_pwrs = 0;
Matt Porterf3302a52006-07-31 12:49:34 +02004911
4912 spec->init = stac9205_core_init;
4913 spec->mixer = stac9205_mixer;
4914
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01004915 spec->aloopback_mask = 0x40;
4916 spec->aloopback_shift = 0;
Matthew Ranostay0253fdc2008-11-16 11:42:34 -05004917 spec->eapd_switch = 1;
Matt Porterf3302a52006-07-31 12:49:34 +02004918 spec->multiout.dac_nids = spec->dac_nids;
Matthew Ranostay87d48362007-07-17 11:52:24 +02004919
Tobin Davisae0a8ed2007-08-13 15:50:29 +02004920 switch (spec->board_config){
Tobin Davisae0a8ed2007-08-13 15:50:29 +02004921 case STAC_9205_DELL_M43:
Matthew Ranostay87d48362007-07-17 11:52:24 +02004922 /* Enable SPDIF in/out */
4923 stac92xx_set_config_reg(codec, 0x1f, 0x01441030);
4924 stac92xx_set_config_reg(codec, 0x20, 0x1c410030);
Matt Porter33382402006-12-18 13:17:28 +01004925
Matthew Ranostay4fe51952008-01-29 15:28:44 +01004926 /* Enable unsol response for GPIO4/Dock HP connection */
Takashi Iwaic5d08bb2008-11-18 10:55:36 +01004927 snd_hda_codec_write_cache(codec, codec->afg, 0,
Matthew Ranostay4fe51952008-01-29 15:28:44 +01004928 AC_VERB_SET_GPIO_UNSOLICITED_RSP_MASK, 0x10);
4929 snd_hda_codec_write_cache(codec, codec->afg, 0,
4930 AC_VERB_SET_UNSOLICITED_ENABLE,
4931 (AC_USRSP_EN | STAC_HP_EVENT));
4932
4933 spec->gpio_dir = 0x0b;
Matthew Ranostay0fc9dec2008-04-14 13:32:54 +02004934 spec->eapd_mask = 0x01;
Matthew Ranostay4fe51952008-01-29 15:28:44 +01004935 spec->gpio_mask = 0x1b;
4936 spec->gpio_mute = 0x10;
Matthew Ranostaye2e7d622008-01-24 15:32:15 +01004937 /* GPIO0 High = EAPD, GPIO1 Low = Headphone Mute,
Matthew Ranostay4fe51952008-01-29 15:28:44 +01004938 * GPIO3 Low = DRM
Matthew Ranostay87d48362007-07-17 11:52:24 +02004939 */
Matthew Ranostay4fe51952008-01-29 15:28:44 +01004940 spec->gpio_data = 0x01;
Tobin Davisae0a8ed2007-08-13 15:50:29 +02004941 break;
Matthew Ranostayb2c4f4d2008-09-26 10:06:40 -04004942 case STAC_9205_REF:
4943 /* SPDIF-In enabled */
4944 break;
Tobin Davisae0a8ed2007-08-13 15:50:29 +02004945 default:
4946 /* GPIO0 High = EAPD */
Matthew Ranostay0fc9dec2008-04-14 13:32:54 +02004947 spec->eapd_mask = spec->gpio_mask = spec->gpio_dir = 0x1;
Matthew Ranostay4fe51952008-01-29 15:28:44 +01004948 spec->gpio_data = 0x01;
Tobin Davisae0a8ed2007-08-13 15:50:29 +02004949 break;
4950 }
Matthew Ranostay87d48362007-07-17 11:52:24 +02004951
Matt Porterf3302a52006-07-31 12:49:34 +02004952 err = stac92xx_parse_auto_config(codec, 0x1f, 0x20);
Takashi Iwai9e507ab2007-02-08 17:50:10 +01004953 if (!err) {
4954 if (spec->board_config < 0) {
4955 printk(KERN_WARNING "hda_codec: No auto-config is "
4956 "available, default to model=ref\n");
4957 spec->board_config = STAC_9205_REF;
4958 goto again;
4959 }
4960 err = -EINVAL;
4961 }
Matt Porterf3302a52006-07-31 12:49:34 +02004962 if (err < 0) {
4963 stac92xx_free(codec);
4964 return err;
4965 }
4966
4967 codec->patch_ops = stac92xx_patch_ops;
4968
4969 return 0;
4970}
4971
Matt2f2f4252005-04-13 14:45:30 +02004972/*
Guillaume Munch6d859062006-08-22 17:15:47 +02004973 * STAC9872 hack
Takashi Iwaidb064e52006-03-16 16:04:58 +01004974 */
4975
Guillaume Munch99ccc562006-08-16 19:35:12 +02004976/* static config for Sony VAIO FE550G and Sony VAIO AR */
Takashi Iwaidb064e52006-03-16 16:04:58 +01004977static hda_nid_t vaio_dacs[] = { 0x2 };
4978#define VAIO_HP_DAC 0x5
4979static hda_nid_t vaio_adcs[] = { 0x8 /*,0x6*/ };
4980static hda_nid_t vaio_mux_nids[] = { 0x15 };
4981
4982static struct hda_input_mux vaio_mux = {
Takashi Iwaia3a2f422007-10-11 11:21:21 +02004983 .num_items = 3,
Takashi Iwaidb064e52006-03-16 16:04:58 +01004984 .items = {
Takashi Iwaid7737812006-04-25 13:05:43 +02004985 /* { "HP", 0x0 }, */
Takashi Iwai1624cb92007-07-05 13:10:51 +02004986 { "Mic Jack", 0x1 },
4987 { "Internal Mic", 0x2 },
Takashi Iwaidb064e52006-03-16 16:04:58 +01004988 { "PCM", 0x3 },
4989 }
4990};
4991
4992static struct hda_verb vaio_init[] = {
4993 {0x0a, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_HP }, /* HP <- 0x2 */
Takashi Iwai72e7b0d2007-08-16 17:33:55 +02004994 {0x0a, AC_VERB_SET_UNSOLICITED_ENABLE, AC_USRSP_EN | STAC_HP_EVENT},
Takashi Iwaidb064e52006-03-16 16:04:58 +01004995 {0x0f, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT }, /* Speaker <- 0x5 */
4996 {0x0d, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_VREF80 }, /* Mic? (<- 0x2) */
4997 {0x0e, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_IN }, /* CD */
4998 {0x14, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_VREF80 }, /* Mic? */
Takashi Iwai1624cb92007-07-05 13:10:51 +02004999 {0x15, AC_VERB_SET_CONNECT_SEL, 0x1}, /* mic-sel: 0a,0d,14,02 */
Takashi Iwaidb064e52006-03-16 16:04:58 +01005000 {0x02, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_MUTE}, /* HP */
5001 {0x05, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_MUTE}, /* Speaker */
5002 {0x09, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(0)}, /* capture sw/vol -> 0x8 */
5003 {0x07, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)}, /* CD-in -> 0x6 */
5004 {0x15, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE}, /* Mic-in -> 0x9 */
5005 {}
5006};
5007
Guillaume Munch6d859062006-08-22 17:15:47 +02005008static struct hda_verb vaio_ar_init[] = {
5009 {0x0a, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_HP }, /* HP <- 0x2 */
5010 {0x0f, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT }, /* Speaker <- 0x5 */
5011 {0x0d, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_VREF80 }, /* Mic? (<- 0x2) */
5012 {0x0e, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_IN }, /* CD */
5013/* {0x11, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT },*/ /* Optical Out */
5014 {0x14, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_VREF80 }, /* Mic? */
Takashi Iwai1624cb92007-07-05 13:10:51 +02005015 {0x15, AC_VERB_SET_CONNECT_SEL, 0x1}, /* mic-sel: 0a,0d,14,02 */
Guillaume Munch6d859062006-08-22 17:15:47 +02005016 {0x02, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_MUTE}, /* HP */
5017 {0x05, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_MUTE}, /* Speaker */
5018/* {0x10, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_MUTE},*/ /* Optical Out */
5019 {0x09, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(0)}, /* capture sw/vol -> 0x8 */
5020 {0x07, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)}, /* CD-in -> 0x6 */
5021 {0x15, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE}, /* Mic-in -> 0x9 */
5022 {}
5023};
5024
Takashi Iwaidb064e52006-03-16 16:04:58 +01005025/* bind volumes of both NID 0x02 and 0x05 */
Takashi Iwaicca3b372007-08-10 17:12:15 +02005026static struct hda_bind_ctls vaio_bind_master_vol = {
5027 .ops = &snd_hda_bind_vol,
5028 .values = {
5029 HDA_COMPOSE_AMP_VAL(0x02, 3, 0, HDA_OUTPUT),
5030 HDA_COMPOSE_AMP_VAL(0x05, 3, 0, HDA_OUTPUT),
5031 0
5032 },
5033};
Takashi Iwaidb064e52006-03-16 16:04:58 +01005034
5035/* bind volumes of both NID 0x02 and 0x05 */
Takashi Iwaicca3b372007-08-10 17:12:15 +02005036static struct hda_bind_ctls vaio_bind_master_sw = {
5037 .ops = &snd_hda_bind_sw,
5038 .values = {
5039 HDA_COMPOSE_AMP_VAL(0x02, 3, 0, HDA_OUTPUT),
5040 HDA_COMPOSE_AMP_VAL(0x05, 3, 0, HDA_OUTPUT),
5041 0,
5042 },
5043};
Takashi Iwaidb064e52006-03-16 16:04:58 +01005044
5045static struct snd_kcontrol_new vaio_mixer[] = {
Takashi Iwaicca3b372007-08-10 17:12:15 +02005046 HDA_BIND_VOL("Master Playback Volume", &vaio_bind_master_vol),
5047 HDA_BIND_SW("Master Playback Switch", &vaio_bind_master_sw),
Takashi Iwaidb064e52006-03-16 16:04:58 +01005048 /* HDA_CODEC_VOLUME("CD Capture Volume", 0x07, 0, HDA_INPUT), */
5049 HDA_CODEC_VOLUME("Capture Volume", 0x09, 0, HDA_INPUT),
5050 HDA_CODEC_MUTE("Capture Switch", 0x09, 0, HDA_INPUT),
5051 {
5052 .iface = SNDRV_CTL_ELEM_IFACE_MIXER,
5053 .name = "Capture Source",
5054 .count = 1,
5055 .info = stac92xx_mux_enum_info,
5056 .get = stac92xx_mux_enum_get,
5057 .put = stac92xx_mux_enum_put,
5058 },
5059 {}
5060};
5061
Guillaume Munch6d859062006-08-22 17:15:47 +02005062static struct snd_kcontrol_new vaio_ar_mixer[] = {
Takashi Iwaicca3b372007-08-10 17:12:15 +02005063 HDA_BIND_VOL("Master Playback Volume", &vaio_bind_master_vol),
5064 HDA_BIND_SW("Master Playback Switch", &vaio_bind_master_sw),
Guillaume Munch6d859062006-08-22 17:15:47 +02005065 /* HDA_CODEC_VOLUME("CD Capture Volume", 0x07, 0, HDA_INPUT), */
5066 HDA_CODEC_VOLUME("Capture Volume", 0x09, 0, HDA_INPUT),
5067 HDA_CODEC_MUTE("Capture Switch", 0x09, 0, HDA_INPUT),
5068 /*HDA_CODEC_MUTE("Optical Out Switch", 0x10, 0, HDA_OUTPUT),
5069 HDA_CODEC_VOLUME("Optical Out Volume", 0x10, 0, HDA_OUTPUT),*/
5070 {
5071 .iface = SNDRV_CTL_ELEM_IFACE_MIXER,
5072 .name = "Capture Source",
5073 .count = 1,
5074 .info = stac92xx_mux_enum_info,
5075 .get = stac92xx_mux_enum_get,
5076 .put = stac92xx_mux_enum_put,
5077 },
5078 {}
5079};
5080
5081static struct hda_codec_ops stac9872_patch_ops = {
Takashi Iwaidb064e52006-03-16 16:04:58 +01005082 .build_controls = stac92xx_build_controls,
5083 .build_pcms = stac92xx_build_pcms,
5084 .init = stac92xx_init,
5085 .free = stac92xx_free,
Takashi Iwaicb53c622007-08-10 17:21:45 +02005086#ifdef SND_HDA_NEEDS_RESUME
Takashi Iwaidb064e52006-03-16 16:04:58 +01005087 .resume = stac92xx_resume,
5088#endif
5089};
5090
Takashi Iwai72e7b0d2007-08-16 17:33:55 +02005091static int stac9872_vaio_init(struct hda_codec *codec)
5092{
5093 int err;
5094
5095 err = stac92xx_init(codec);
5096 if (err < 0)
5097 return err;
5098 if (codec->patch_ops.unsol_event)
5099 codec->patch_ops.unsol_event(codec, STAC_HP_EVENT << 26);
5100 return 0;
5101}
5102
5103static void stac9872_vaio_hp_detect(struct hda_codec *codec, unsigned int res)
5104{
Jiang Zhe40c1d302007-11-12 13:05:16 +01005105 if (get_hp_pin_presence(codec, 0x0a)) {
Takashi Iwai72e7b0d2007-08-16 17:33:55 +02005106 stac92xx_reset_pinctl(codec, 0x0f, AC_PINCTL_OUT_EN);
5107 stac92xx_set_pinctl(codec, 0x0a, AC_PINCTL_OUT_EN);
5108 } else {
5109 stac92xx_reset_pinctl(codec, 0x0a, AC_PINCTL_OUT_EN);
5110 stac92xx_set_pinctl(codec, 0x0f, AC_PINCTL_OUT_EN);
5111 }
5112}
5113
5114static void stac9872_vaio_unsol_event(struct hda_codec *codec, unsigned int res)
5115{
5116 switch (res >> 26) {
5117 case STAC_HP_EVENT:
5118 stac9872_vaio_hp_detect(codec, res);
5119 break;
5120 }
5121}
5122
5123static struct hda_codec_ops stac9872_vaio_patch_ops = {
5124 .build_controls = stac92xx_build_controls,
5125 .build_pcms = stac92xx_build_pcms,
5126 .init = stac9872_vaio_init,
5127 .free = stac92xx_free,
5128 .unsol_event = stac9872_vaio_unsol_event,
5129#ifdef CONFIG_PM
5130 .resume = stac92xx_resume,
5131#endif
5132};
5133
Guillaume Munch6d859062006-08-22 17:15:47 +02005134enum { /* FE and SZ series. id=0x83847661 and subsys=0x104D0700 or 104D1000. */
5135 CXD9872RD_VAIO,
5136 /* Unknown. id=0x83847662 and subsys=0x104D1200 or 104D1000. */
5137 STAC9872AK_VAIO,
5138 /* Unknown. id=0x83847661 and subsys=0x104D1200. */
5139 STAC9872K_VAIO,
5140 /* AR Series. id=0x83847664 and subsys=104D1300 */
Takashi Iwaif5fcc132006-11-24 17:07:44 +01005141 CXD9872AKD_VAIO,
5142 STAC_9872_MODELS,
5143};
Takashi Iwaidb064e52006-03-16 16:04:58 +01005144
Takashi Iwaif5fcc132006-11-24 17:07:44 +01005145static const char *stac9872_models[STAC_9872_MODELS] = {
5146 [CXD9872RD_VAIO] = "vaio",
5147 [CXD9872AKD_VAIO] = "vaio-ar",
5148};
5149
5150static struct snd_pci_quirk stac9872_cfg_tbl[] = {
5151 SND_PCI_QUIRK(0x104d, 0x81e6, "Sony VAIO F/S", CXD9872RD_VAIO),
5152 SND_PCI_QUIRK(0x104d, 0x81ef, "Sony VAIO F/S", CXD9872RD_VAIO),
5153 SND_PCI_QUIRK(0x104d, 0x81fd, "Sony VAIO AR", CXD9872AKD_VAIO),
Tobin Davis68e22542007-03-12 11:36:39 +01005154 SND_PCI_QUIRK(0x104d, 0x8205, "Sony VAIO AR", CXD9872AKD_VAIO),
Takashi Iwaidb064e52006-03-16 16:04:58 +01005155 {}
5156};
5157
Guillaume Munch6d859062006-08-22 17:15:47 +02005158static int patch_stac9872(struct hda_codec *codec)
Takashi Iwaidb064e52006-03-16 16:04:58 +01005159{
5160 struct sigmatel_spec *spec;
5161 int board_config;
5162
Takashi Iwaif5fcc132006-11-24 17:07:44 +01005163 board_config = snd_hda_check_board_config(codec, STAC_9872_MODELS,
5164 stac9872_models,
5165 stac9872_cfg_tbl);
Takashi Iwaidb064e52006-03-16 16:04:58 +01005166 if (board_config < 0)
5167 /* unknown config, let generic-parser do its job... */
5168 return snd_hda_parse_generic_codec(codec);
5169
5170 spec = kzalloc(sizeof(*spec), GFP_KERNEL);
5171 if (spec == NULL)
5172 return -ENOMEM;
5173
5174 codec->spec = spec;
5175 switch (board_config) {
Guillaume Munch6d859062006-08-22 17:15:47 +02005176 case CXD9872RD_VAIO:
5177 case STAC9872AK_VAIO:
5178 case STAC9872K_VAIO:
Takashi Iwaidb064e52006-03-16 16:04:58 +01005179 spec->mixer = vaio_mixer;
5180 spec->init = vaio_init;
5181 spec->multiout.max_channels = 2;
5182 spec->multiout.num_dacs = ARRAY_SIZE(vaio_dacs);
5183 spec->multiout.dac_nids = vaio_dacs;
5184 spec->multiout.hp_nid = VAIO_HP_DAC;
5185 spec->num_adcs = ARRAY_SIZE(vaio_adcs);
5186 spec->adc_nids = vaio_adcs;
Matthew Ranostaya64135a2008-01-10 16:55:06 +01005187 spec->num_pwrs = 0;
Takashi Iwaidb064e52006-03-16 16:04:58 +01005188 spec->input_mux = &vaio_mux;
5189 spec->mux_nids = vaio_mux_nids;
Takashi Iwai72e7b0d2007-08-16 17:33:55 +02005190 codec->patch_ops = stac9872_vaio_patch_ops;
Takashi Iwaidb064e52006-03-16 16:04:58 +01005191 break;
Guillaume Munch6d859062006-08-22 17:15:47 +02005192
5193 case CXD9872AKD_VAIO:
5194 spec->mixer = vaio_ar_mixer;
5195 spec->init = vaio_ar_init;
5196 spec->multiout.max_channels = 2;
5197 spec->multiout.num_dacs = ARRAY_SIZE(vaio_dacs);
5198 spec->multiout.dac_nids = vaio_dacs;
5199 spec->multiout.hp_nid = VAIO_HP_DAC;
5200 spec->num_adcs = ARRAY_SIZE(vaio_adcs);
Matthew Ranostaya64135a2008-01-10 16:55:06 +01005201 spec->num_pwrs = 0;
Guillaume Munch6d859062006-08-22 17:15:47 +02005202 spec->adc_nids = vaio_adcs;
5203 spec->input_mux = &vaio_mux;
5204 spec->mux_nids = vaio_mux_nids;
Takashi Iwai72e7b0d2007-08-16 17:33:55 +02005205 codec->patch_ops = stac9872_patch_ops;
Guillaume Munch6d859062006-08-22 17:15:47 +02005206 break;
Takashi Iwaidb064e52006-03-16 16:04:58 +01005207 }
5208
Takashi Iwaidb064e52006-03-16 16:04:58 +01005209 return 0;
5210}
5211
5212
5213/*
Matt2f2f4252005-04-13 14:45:30 +02005214 * patch entries
5215 */
5216struct hda_codec_preset snd_hda_preset_sigmatel[] = {
5217 { .id = 0x83847690, .name = "STAC9200", .patch = patch_stac9200 },
5218 { .id = 0x83847882, .name = "STAC9220 A1", .patch = patch_stac922x },
5219 { .id = 0x83847680, .name = "STAC9221 A1", .patch = patch_stac922x },
5220 { .id = 0x83847880, .name = "STAC9220 A2", .patch = patch_stac922x },
5221 { .id = 0x83847681, .name = "STAC9220D/9223D A2", .patch = patch_stac922x },
5222 { .id = 0x83847682, .name = "STAC9221 A2", .patch = patch_stac922x },
5223 { .id = 0x83847683, .name = "STAC9221D A2", .patch = patch_stac922x },
Matt Porter22a27c72006-07-06 18:49:10 +02005224 { .id = 0x83847618, .name = "STAC9227", .patch = patch_stac927x },
5225 { .id = 0x83847619, .name = "STAC9227", .patch = patch_stac927x },
5226 { .id = 0x83847616, .name = "STAC9228", .patch = patch_stac927x },
5227 { .id = 0x83847617, .name = "STAC9228", .patch = patch_stac927x },
5228 { .id = 0x83847614, .name = "STAC9229", .patch = patch_stac927x },
5229 { .id = 0x83847615, .name = "STAC9229", .patch = patch_stac927x },
Matt Porter3cc08dc2006-01-23 15:27:49 +01005230 { .id = 0x83847620, .name = "STAC9274", .patch = patch_stac927x },
5231 { .id = 0x83847621, .name = "STAC9274D", .patch = patch_stac927x },
5232 { .id = 0x83847622, .name = "STAC9273X", .patch = patch_stac927x },
5233 { .id = 0x83847623, .name = "STAC9273D", .patch = patch_stac927x },
5234 { .id = 0x83847624, .name = "STAC9272X", .patch = patch_stac927x },
5235 { .id = 0x83847625, .name = "STAC9272D", .patch = patch_stac927x },
5236 { .id = 0x83847626, .name = "STAC9271X", .patch = patch_stac927x },
5237 { .id = 0x83847627, .name = "STAC9271D", .patch = patch_stac927x },
5238 { .id = 0x83847628, .name = "STAC9274X5NH", .patch = patch_stac927x },
5239 { .id = 0x83847629, .name = "STAC9274D5NH", .patch = patch_stac927x },
Tobin Davis8e21c342007-01-08 11:04:17 +01005240 { .id = 0x83847632, .name = "STAC9202", .patch = patch_stac925x },
5241 { .id = 0x83847633, .name = "STAC9202D", .patch = patch_stac925x },
5242 { .id = 0x83847634, .name = "STAC9250", .patch = patch_stac925x },
5243 { .id = 0x83847635, .name = "STAC9250D", .patch = patch_stac925x },
5244 { .id = 0x83847636, .name = "STAC9251", .patch = patch_stac925x },
5245 { .id = 0x83847637, .name = "STAC9250D", .patch = patch_stac925x },
Takashi Iwai7bd3c0f2008-05-02 12:28:02 +02005246 { .id = 0x83847645, .name = "92HD206X", .patch = patch_stac927x },
5247 { .id = 0x83847646, .name = "92HD206D", .patch = patch_stac927x },
Guillaume Munch6d859062006-08-22 17:15:47 +02005248 /* The following does not take into account .id=0x83847661 when subsys =
5249 * 104D0C00 which is STAC9225s. Because of this, some SZ Notebooks are
5250 * currently not fully supported.
5251 */
5252 { .id = 0x83847661, .name = "CXD9872RD/K", .patch = patch_stac9872 },
5253 { .id = 0x83847662, .name = "STAC9872AK", .patch = patch_stac9872 },
5254 { .id = 0x83847664, .name = "CXD9872AKD", .patch = patch_stac9872 },
Matt Porterf3302a52006-07-31 12:49:34 +02005255 { .id = 0x838476a0, .name = "STAC9205", .patch = patch_stac9205 },
5256 { .id = 0x838476a1, .name = "STAC9205D", .patch = patch_stac9205 },
5257 { .id = 0x838476a2, .name = "STAC9204", .patch = patch_stac9205 },
5258 { .id = 0x838476a3, .name = "STAC9204D", .patch = patch_stac9205 },
5259 { .id = 0x838476a4, .name = "STAC9255", .patch = patch_stac9205 },
5260 { .id = 0x838476a5, .name = "STAC9255D", .patch = patch_stac9205 },
5261 { .id = 0x838476a6, .name = "STAC9254", .patch = patch_stac9205 },
5262 { .id = 0x838476a7, .name = "STAC9254D", .patch = patch_stac9205 },
Matthew Ranostayaafc4412008-06-13 18:04:33 +02005263 { .id = 0x111d7603, .name = "92HD75B3X5", .patch = patch_stac92hd71bxx},
Matthew Ranostayd0513fc2008-07-27 10:30:30 +02005264 { .id = 0x111d7604, .name = "92HD83C1X5", .patch = patch_stac92hd83xxx},
5265 { .id = 0x111d7605, .name = "92HD81B1X5", .patch = patch_stac92hd83xxx},
Matthew Ranostayaafc4412008-06-13 18:04:33 +02005266 { .id = 0x111d7608, .name = "92HD75B2X5", .patch = patch_stac92hd71bxx},
Matthew Ranostay541eee82007-12-14 12:08:04 +01005267 { .id = 0x111d7674, .name = "92HD73D1X5", .patch = patch_stac92hd73xx },
5268 { .id = 0x111d7675, .name = "92HD73C1X5", .patch = patch_stac92hd73xx },
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01005269 { .id = 0x111d7676, .name = "92HD73E1X5", .patch = patch_stac92hd73xx },
Matthew Ranostay541eee82007-12-14 12:08:04 +01005270 { .id = 0x111d76b0, .name = "92HD71B8X", .patch = patch_stac92hd71bxx },
5271 { .id = 0x111d76b1, .name = "92HD71B8X", .patch = patch_stac92hd71bxx },
5272 { .id = 0x111d76b2, .name = "92HD71B7X", .patch = patch_stac92hd71bxx },
5273 { .id = 0x111d76b3, .name = "92HD71B7X", .patch = patch_stac92hd71bxx },
5274 { .id = 0x111d76b4, .name = "92HD71B6X", .patch = patch_stac92hd71bxx },
5275 { .id = 0x111d76b5, .name = "92HD71B6X", .patch = patch_stac92hd71bxx },
5276 { .id = 0x111d76b6, .name = "92HD71B5X", .patch = patch_stac92hd71bxx },
5277 { .id = 0x111d76b7, .name = "92HD71B5X", .patch = patch_stac92hd71bxx },
Matt2f2f4252005-04-13 14:45:30 +02005278 {} /* terminator */
5279};