blob: 4300a679cd8639a0bd1e5a89c22d630a50125def [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 Ranostaya64135a2008-01-10 16:55:06 +010039#define STAC_PWR_EVENT 0x20
40#define STAC_HP_EVENT 0x30
Matthew Ranostay72474be2008-10-09 09:32:17 -040041#define STAC_VREF_EVENT 0x40
Matt4e550962005-07-04 17:51:39 +020042
Takashi Iwaif5fcc132006-11-24 17:07:44 +010043enum {
44 STAC_REF,
Tobin Davisbf277782008-02-03 20:31:47 +010045 STAC_9200_OQO,
Takashi Iwaidfe495d2007-08-23 19:04:28 +020046 STAC_9200_DELL_D21,
47 STAC_9200_DELL_D22,
48 STAC_9200_DELL_D23,
49 STAC_9200_DELL_M21,
50 STAC_9200_DELL_M22,
51 STAC_9200_DELL_M23,
52 STAC_9200_DELL_M24,
53 STAC_9200_DELL_M25,
54 STAC_9200_DELL_M26,
55 STAC_9200_DELL_M27,
Takashi Iwai1194b5b2007-10-10 10:04:26 +020056 STAC_9200_GATEWAY,
Takashi Iwai117f2572008-03-18 09:53:23 +010057 STAC_9200_PANASONIC,
Takashi Iwaif5fcc132006-11-24 17:07:44 +010058 STAC_9200_MODELS
59};
60
61enum {
62 STAC_9205_REF,
Takashi Iwaidfe495d2007-08-23 19:04:28 +020063 STAC_9205_DELL_M42,
Tobin Davisae0a8ed2007-08-13 15:50:29 +020064 STAC_9205_DELL_M43,
65 STAC_9205_DELL_M44,
Takashi Iwaif5fcc132006-11-24 17:07:44 +010066 STAC_9205_MODELS
67};
68
69enum {
Matthew Ranostaye1f0d662007-12-13 17:47:21 +010070 STAC_92HD73XX_REF,
Matthew Ranostaya7662642008-02-21 07:51:14 +010071 STAC_DELL_M6,
Matthew Ranostay6b3ab212008-11-03 08:12:43 -050072 STAC_DELL_EQ,
Matthew Ranostaye1f0d662007-12-13 17:47:21 +010073 STAC_92HD73XX_MODELS
74};
75
76enum {
Matthew Ranostayd0513fc2008-07-27 10:30:30 +020077 STAC_92HD83XXX_REF,
78 STAC_92HD83XXX_MODELS
79};
80
81enum {
Matthew Ranostaye035b842007-11-06 11:53:55 +010082 STAC_92HD71BXX_REF,
Matthew Ranostaya7662642008-02-21 07:51:14 +010083 STAC_DELL_M4_1,
84 STAC_DELL_M4_2,
Matthew Ranostay6a14f582008-09-12 12:02:30 -040085 STAC_HP_M4,
Matthew Ranostaye035b842007-11-06 11:53:55 +010086 STAC_92HD71BXX_MODELS
87};
88
89enum {
Tobin Davis8e21c342007-01-08 11:04:17 +010090 STAC_925x_REF,
91 STAC_M2_2,
92 STAC_MA6,
Tobin Davis2c11f952007-05-17 09:36:34 +020093 STAC_PA6,
Tobin Davis8e21c342007-01-08 11:04:17 +010094 STAC_925x_MODELS
95};
96
97enum {
Takashi Iwaif5fcc132006-11-24 17:07:44 +010098 STAC_D945_REF,
99 STAC_D945GTP3,
100 STAC_D945GTP5,
Ivan N. Zlatev5d5d3bc2007-05-29 16:03:00 +0200101 STAC_INTEL_MAC_V1,
102 STAC_INTEL_MAC_V2,
103 STAC_INTEL_MAC_V3,
104 STAC_INTEL_MAC_V4,
105 STAC_INTEL_MAC_V5,
Nicolas Boichat536319a2008-07-21 22:18:01 +0800106 STAC_INTEL_MAC_AUTO, /* This model is selected if no module parameter
107 * is given, one of the above models will be
108 * chosen according to the subsystem id. */
Takashi Iwaidfe495d2007-08-23 19:04:28 +0200109 /* for backward compatibility */
Takashi Iwaif5fcc132006-11-24 17:07:44 +0100110 STAC_MACMINI,
Takashi Iwai3fc24d82007-02-16 13:27:18 +0100111 STAC_MACBOOK,
Nicolas Boichat6f0778d2007-03-15 12:38:15 +0100112 STAC_MACBOOK_PRO_V1,
113 STAC_MACBOOK_PRO_V2,
Sylvain FORETf16928f2007-04-27 14:22:36 +0200114 STAC_IMAC_INTEL,
Takashi Iwai0dae0f82007-05-21 12:41:29 +0200115 STAC_IMAC_INTEL_20,
Mauro Carvalho Chehab8c650082008-08-04 10:39:59 -0300116 STAC_ECS_202,
Takashi Iwaidfe495d2007-08-23 19:04:28 +0200117 STAC_922X_DELL_D81,
118 STAC_922X_DELL_D82,
119 STAC_922X_DELL_M81,
120 STAC_922X_DELL_M82,
Takashi Iwaif5fcc132006-11-24 17:07:44 +0100121 STAC_922X_MODELS
122};
123
124enum {
125 STAC_D965_REF,
126 STAC_D965_3ST,
127 STAC_D965_5ST,
Tobin Davis4ff076e2007-08-07 11:48:12 +0200128 STAC_DELL_3ST,
Matthew Ranostay8e9068b2007-12-17 11:58:13 +0100129 STAC_DELL_BIOS,
Takashi Iwaif5fcc132006-11-24 17:07:44 +0100130 STAC_927X_MODELS
131};
Matt Porter403d1942005-11-29 15:00:51 +0100132
Matt2f2f4252005-04-13 14:45:30 +0200133struct sigmatel_spec {
Takashi Iwaic8b6bf92005-11-17 14:57:47 +0100134 struct snd_kcontrol_new *mixers[4];
Mattc7d4b2f2005-06-27 14:59:41 +0200135 unsigned int num_mixers;
136
Matt Porter403d1942005-11-29 15:00:51 +0100137 int board_config;
Mattc7d4b2f2005-06-27 14:59:41 +0200138 unsigned int surr_switch: 1;
Matt Porter403d1942005-11-29 15:00:51 +0100139 unsigned int line_switch: 1;
140 unsigned int mic_switch: 1;
Matt Porter3cc08dc2006-01-23 15:27:49 +0100141 unsigned int alt_switch: 1;
Takashi Iwai82bc9552006-03-21 11:24:42 +0100142 unsigned int hp_detect: 1;
Matthew Ranostay00ef50c2008-09-27 18:13:47 -0400143 unsigned int spdif_mute: 1;
Mattc7d4b2f2005-06-27 14:59:41 +0200144
Matthew Ranostay4fe51952008-01-29 15:28:44 +0100145 /* gpio lines */
Matthew Ranostay0fc9dec2008-04-14 13:32:54 +0200146 unsigned int eapd_mask;
Matthew Ranostay4fe51952008-01-29 15:28:44 +0100147 unsigned int gpio_mask;
148 unsigned int gpio_dir;
149 unsigned int gpio_data;
150 unsigned int gpio_mute;
151
Matthew Ranostay8daaaa92008-08-15 07:45:52 +0200152 /* stream */
153 unsigned int stream_delay;
154
Matthew Ranostay4fe51952008-01-29 15:28:44 +0100155 /* analog loopback */
Matthew Ranostaye1f0d662007-12-13 17:47:21 +0100156 unsigned char aloopback_mask;
157 unsigned char aloopback_shift;
Takashi Iwai82599802007-07-31 15:56:24 +0200158
Matthew Ranostaya64135a2008-01-10 16:55:06 +0100159 /* power management */
160 unsigned int num_pwrs;
Matthew Ranostayd0513fc2008-07-27 10:30:30 +0200161 unsigned int *pwr_mapping;
Matthew Ranostaya64135a2008-01-10 16:55:06 +0100162 hda_nid_t *pwr_nids;
Matthew Ranostayb76c8502008-02-06 14:49:44 +0100163 hda_nid_t *dac_list;
Matthew Ranostaya64135a2008-01-10 16:55:06 +0100164
Matt2f2f4252005-04-13 14:45:30 +0200165 /* playback */
Matthew Ranostayb22b4822008-01-22 12:32:30 +0100166 struct hda_input_mux *mono_mux;
Matthew Ranostay89385032008-09-11 09:49:39 -0400167 struct hda_input_mux *amp_mux;
Matthew Ranostayb22b4822008-01-22 12:32:30 +0100168 unsigned int cur_mmux;
Matt2f2f4252005-04-13 14:45:30 +0200169 struct hda_multi_out multiout;
Matt Porter3cc08dc2006-01-23 15:27:49 +0100170 hda_nid_t dac_nids[5];
Matt2f2f4252005-04-13 14:45:30 +0200171
172 /* capture */
173 hda_nid_t *adc_nids;
Matt2f2f4252005-04-13 14:45:30 +0200174 unsigned int num_adcs;
Mattdabbed62005-06-14 10:19:34 +0200175 hda_nid_t *mux_nids;
176 unsigned int num_muxes;
Matt Porter8b657272006-10-26 17:12:59 +0200177 hda_nid_t *dmic_nids;
178 unsigned int num_dmics;
Matthew Ranostaye1f0d662007-12-13 17:47:21 +0100179 hda_nid_t *dmux_nids;
Takashi Iwai1697055e2007-12-18 18:05:52 +0100180 unsigned int num_dmuxes;
Matthew Ranostayd9737752008-09-07 12:03:41 +0200181 hda_nid_t *smux_nids;
182 unsigned int num_smuxes;
Matthew Ranostay65973632008-09-16 10:39:37 -0400183 const char **spdif_labels;
Matthew Ranostayd9737752008-09-07 12:03:41 +0200184
Mattdabbed62005-06-14 10:19:34 +0200185 hda_nid_t dig_in_nid;
Matthew Ranostayb22b4822008-01-22 12:32:30 +0100186 hda_nid_t mono_nid;
Matthew Ranostay1cd22242008-07-18 18:20:52 +0200187 hda_nid_t anabeep_nid;
188 hda_nid_t digbeep_nid;
Matt2f2f4252005-04-13 14:45:30 +0200189
Matt2f2f4252005-04-13 14:45:30 +0200190 /* pin widgets */
191 hda_nid_t *pin_nids;
192 unsigned int num_pins;
Matt2f2f4252005-04-13 14:45:30 +0200193 unsigned int *pin_configs;
Richard Fish11b44bb2006-08-23 18:31:34 +0200194 unsigned int *bios_pin_configs;
Matt2f2f4252005-04-13 14:45:30 +0200195
196 /* codec specific stuff */
197 struct hda_verb *init;
Takashi Iwaic8b6bf92005-11-17 14:57:47 +0100198 struct snd_kcontrol_new *mixer;
Matt2f2f4252005-04-13 14:45:30 +0200199
200 /* capture source */
Matt Porter8b657272006-10-26 17:12:59 +0200201 struct hda_input_mux *dinput_mux;
Matthew Ranostaye1f0d662007-12-13 17:47:21 +0100202 unsigned int cur_dmux[2];
Mattc7d4b2f2005-06-27 14:59:41 +0200203 struct hda_input_mux *input_mux;
Matt Porter3cc08dc2006-01-23 15:27:49 +0100204 unsigned int cur_mux[3];
Matthew Ranostayd9737752008-09-07 12:03:41 +0200205 struct hda_input_mux *sinput_mux;
206 unsigned int cur_smux[2];
Matthew Ranostay2a9c7812008-09-13 16:45:39 -0400207 unsigned int cur_amux;
208 hda_nid_t *amp_nids;
209 unsigned int num_amps;
Matthew Ranostay8daaaa92008-08-15 07:45:52 +0200210 unsigned int powerdown_adcs;
Matt2f2f4252005-04-13 14:45:30 +0200211
Matt Porter403d1942005-11-29 15:00:51 +0100212 /* i/o switches */
213 unsigned int io_switch[2];
Maxim Levitsky0fb87bb2007-09-03 15:29:04 +0200214 unsigned int clfe_swap;
Takashi Iwaid7a89432008-11-12 09:48:04 +0100215 unsigned int hp_switch; /* NID of HP as line-out */
Maxim Levitsky5f10c4a2007-09-03 15:29:37 +0200216 unsigned int aloopback;
Matt2f2f4252005-04-13 14:45:30 +0200217
Mattc7d4b2f2005-06-27 14:59:41 +0200218 struct hda_pcm pcm_rec[2]; /* PCM information */
219
220 /* dynamic controls and input_mux */
221 struct auto_pin_cfg autocfg;
222 unsigned int num_kctl_alloc, num_kctl_used;
Takashi Iwaic8b6bf92005-11-17 14:57:47 +0100223 struct snd_kcontrol_new *kctl_alloc;
Matt Porter8b657272006-10-26 17:12:59 +0200224 struct hda_input_mux private_dimux;
Mattc7d4b2f2005-06-27 14:59:41 +0200225 struct hda_input_mux private_imux;
Matthew Ranostayd9737752008-09-07 12:03:41 +0200226 struct hda_input_mux private_smux;
Matthew Ranostay89385032008-09-11 09:49:39 -0400227 struct hda_input_mux private_amp_mux;
Matthew Ranostayb22b4822008-01-22 12:32:30 +0100228 struct hda_input_mux private_mono_mux;
Matt2f2f4252005-04-13 14:45:30 +0200229};
230
231static hda_nid_t stac9200_adc_nids[1] = {
232 0x03,
233};
234
235static hda_nid_t stac9200_mux_nids[1] = {
236 0x0c,
237};
238
239static hda_nid_t stac9200_dac_nids[1] = {
240 0x02,
241};
242
Matthew Ranostaya64135a2008-01-10 16:55:06 +0100243static hda_nid_t stac92hd73xx_pwr_nids[8] = {
244 0x0a, 0x0b, 0x0c, 0xd, 0x0e,
245 0x0f, 0x10, 0x11
246};
247
Matthew Ranostay0ffa9802008-09-08 11:20:05 -0400248static hda_nid_t stac92hd73xx_slave_dig_outs[2] = {
249 0x26, 0,
250};
251
Matthew Ranostaye1f0d662007-12-13 17:47:21 +0100252static hda_nid_t stac92hd73xx_adc_nids[2] = {
253 0x1a, 0x1b
254};
255
Matthew Ranostay2a9c7812008-09-13 16:45:39 -0400256#define DELL_M6_AMP 2
257static hda_nid_t stac92hd73xx_amp_nids[3] = {
258 0x0b, 0x0c, 0x0e
Matthew Ranostay89385032008-09-11 09:49:39 -0400259};
260
Matthew Ranostaye1f0d662007-12-13 17:47:21 +0100261#define STAC92HD73XX_NUM_DMICS 2
262static hda_nid_t stac92hd73xx_dmic_nids[STAC92HD73XX_NUM_DMICS + 1] = {
263 0x13, 0x14, 0
264};
265
266#define STAC92HD73_DAC_COUNT 5
267static hda_nid_t stac92hd73xx_dac_nids[STAC92HD73_DAC_COUNT] = {
268 0x15, 0x16, 0x17, 0x18, 0x19,
269};
270
271static hda_nid_t stac92hd73xx_mux_nids[4] = {
272 0x28, 0x29, 0x2a, 0x2b,
273};
274
275static hda_nid_t stac92hd73xx_dmux_nids[2] = {
276 0x20, 0x21,
277};
278
Matthew Ranostayd9737752008-09-07 12:03:41 +0200279static hda_nid_t stac92hd73xx_smux_nids[2] = {
280 0x22, 0x23,
281};
282
Matthew Ranostayd0513fc2008-07-27 10:30:30 +0200283#define STAC92HD83XXX_NUM_DMICS 2
284static hda_nid_t stac92hd83xxx_dmic_nids[STAC92HD83XXX_NUM_DMICS + 1] = {
285 0x11, 0x12, 0
286};
287
288#define STAC92HD81_DAC_COUNT 2
289#define STAC92HD83_DAC_COUNT 3
290static hda_nid_t stac92hd83xxx_dac_nids[STAC92HD73_DAC_COUNT] = {
291 0x13, 0x14, 0x22,
292};
293
294static hda_nid_t stac92hd83xxx_dmux_nids[2] = {
295 0x17, 0x18,
296};
297
298static hda_nid_t stac92hd83xxx_adc_nids[2] = {
299 0x15, 0x16,
300};
301
302static hda_nid_t stac92hd83xxx_pwr_nids[4] = {
303 0xa, 0xb, 0xd, 0xe,
304};
305
Matthew Ranostay0ffa9802008-09-08 11:20:05 -0400306static hda_nid_t stac92hd83xxx_slave_dig_outs[2] = {
307 0x1e, 0,
308};
309
Matthew Ranostayd0513fc2008-07-27 10:30:30 +0200310static unsigned int stac92hd83xxx_pwr_mapping[4] = {
311 0x03, 0x0c, 0x10, 0x40,
312};
313
Matthew Ranostaya64135a2008-01-10 16:55:06 +0100314static hda_nid_t stac92hd71bxx_pwr_nids[3] = {
315 0x0a, 0x0d, 0x0f
316};
317
Matthew Ranostaye035b842007-11-06 11:53:55 +0100318static hda_nid_t stac92hd71bxx_adc_nids[2] = {
319 0x12, 0x13,
320};
321
322static hda_nid_t stac92hd71bxx_mux_nids[2] = {
323 0x1a, 0x1b
324};
325
Matthew Ranostay4b33c762008-10-10 09:07:23 -0400326static hda_nid_t stac92hd71bxx_dmux_nids[2] = {
327 0x1c, 0x1d,
Matthew Ranostaye1f0d662007-12-13 17:47:21 +0100328};
329
Matthew Ranostayd9737752008-09-07 12:03:41 +0200330static hda_nid_t stac92hd71bxx_smux_nids[2] = {
331 0x24, 0x25,
332};
333
Takashi Iwaiaea7bb02008-02-25 18:26:41 +0100334static hda_nid_t stac92hd71bxx_dac_nids[1] = {
Matthew Ranostaye035b842007-11-06 11:53:55 +0100335 0x10, /*0x11, */
336};
337
338#define STAC92HD71BXX_NUM_DMICS 2
339static hda_nid_t stac92hd71bxx_dmic_nids[STAC92HD71BXX_NUM_DMICS + 1] = {
340 0x18, 0x19, 0
341};
342
Matthew Ranostay0ffa9802008-09-08 11:20:05 -0400343static hda_nid_t stac92hd71bxx_slave_dig_outs[2] = {
344 0x22, 0
345};
346
Tobin Davis8e21c342007-01-08 11:04:17 +0100347static hda_nid_t stac925x_adc_nids[1] = {
348 0x03,
349};
350
351static hda_nid_t stac925x_mux_nids[1] = {
352 0x0f,
353};
354
355static hda_nid_t stac925x_dac_nids[1] = {
356 0x02,
357};
358
Takashi Iwaif6e98522007-10-16 14:27:04 +0200359#define STAC925X_NUM_DMICS 1
360static hda_nid_t stac925x_dmic_nids[STAC925X_NUM_DMICS + 1] = {
361 0x15, 0
Tobin Davis2c11f952007-05-17 09:36:34 +0200362};
363
Takashi Iwai1697055e2007-12-18 18:05:52 +0100364static hda_nid_t stac925x_dmux_nids[1] = {
365 0x14,
366};
367
Matt2f2f4252005-04-13 14:45:30 +0200368static hda_nid_t stac922x_adc_nids[2] = {
369 0x06, 0x07,
370};
371
372static hda_nid_t stac922x_mux_nids[2] = {
373 0x12, 0x13,
374};
375
Matt Porter3cc08dc2006-01-23 15:27:49 +0100376static hda_nid_t stac927x_adc_nids[3] = {
377 0x07, 0x08, 0x09
378};
379
380static hda_nid_t stac927x_mux_nids[3] = {
381 0x15, 0x16, 0x17
382};
383
Matthew Ranostayd9737752008-09-07 12:03:41 +0200384static hda_nid_t stac927x_smux_nids[1] = {
385 0x21,
386};
387
Matthew Ranostayb76c8502008-02-06 14:49:44 +0100388static hda_nid_t stac927x_dac_nids[6] = {
389 0x02, 0x03, 0x04, 0x05, 0x06, 0
390};
391
Matthew Ranostaye1f0d662007-12-13 17:47:21 +0100392static hda_nid_t stac927x_dmux_nids[1] = {
393 0x1b,
394};
395
Matthew Ranostay7f168592007-10-18 17:38:17 +0200396#define STAC927X_NUM_DMICS 2
397static hda_nid_t stac927x_dmic_nids[STAC927X_NUM_DMICS + 1] = {
398 0x13, 0x14, 0
399};
400
Matthew Ranostay65973632008-09-16 10:39:37 -0400401static const char *stac927x_spdif_labels[5] = {
402 "Digital Playback", "ADAT", "Analog Mux 1",
403 "Analog Mux 2", "Analog Mux 3"
404};
405
Matt Porterf3302a52006-07-31 12:49:34 +0200406static hda_nid_t stac9205_adc_nids[2] = {
407 0x12, 0x13
408};
409
410static hda_nid_t stac9205_mux_nids[2] = {
411 0x19, 0x1a
412};
413
Matthew Ranostaye1f0d662007-12-13 17:47:21 +0100414static hda_nid_t stac9205_dmux_nids[1] = {
Takashi Iwai1697055e2007-12-18 18:05:52 +0100415 0x1d,
Matthew Ranostaye1f0d662007-12-13 17:47:21 +0100416};
417
Matthew Ranostayd9737752008-09-07 12:03:41 +0200418static hda_nid_t stac9205_smux_nids[1] = {
419 0x21,
420};
421
Takashi Iwaif6e98522007-10-16 14:27:04 +0200422#define STAC9205_NUM_DMICS 2
423static hda_nid_t stac9205_dmic_nids[STAC9205_NUM_DMICS + 1] = {
424 0x17, 0x18, 0
Matt Porter8b657272006-10-26 17:12:59 +0200425};
426
Mattc7d4b2f2005-06-27 14:59:41 +0200427static hda_nid_t stac9200_pin_nids[8] = {
Tobin Davis93ed1502006-09-01 21:03:12 +0200428 0x08, 0x09, 0x0d, 0x0e,
429 0x0f, 0x10, 0x11, 0x12,
Matt2f2f4252005-04-13 14:45:30 +0200430};
431
Tobin Davis8e21c342007-01-08 11:04:17 +0100432static hda_nid_t stac925x_pin_nids[8] = {
433 0x07, 0x08, 0x0a, 0x0b,
434 0x0c, 0x0d, 0x10, 0x11,
435};
436
Matt2f2f4252005-04-13 14:45:30 +0200437static hda_nid_t stac922x_pin_nids[10] = {
438 0x0a, 0x0b, 0x0c, 0x0d, 0x0e,
439 0x0f, 0x10, 0x11, 0x15, 0x1b,
440};
441
Matthew Ranostaya7662642008-02-21 07:51:14 +0100442static hda_nid_t stac92hd73xx_pin_nids[13] = {
Matthew Ranostaye1f0d662007-12-13 17:47:21 +0100443 0x0a, 0x0b, 0x0c, 0x0d, 0x0e,
444 0x0f, 0x10, 0x11, 0x12, 0x13,
Matthew Ranostayd9737752008-09-07 12:03:41 +0200445 0x14, 0x22, 0x23
Matthew Ranostaye1f0d662007-12-13 17:47:21 +0100446};
447
Matthew Ranostayd0513fc2008-07-27 10:30:30 +0200448static hda_nid_t stac92hd83xxx_pin_nids[14] = {
449 0x0a, 0x0b, 0x0c, 0x0d, 0x0e,
450 0x0f, 0x10, 0x11, 0x12, 0x13,
451 0x1d, 0x1e, 0x1f, 0x20
452};
Matthew Ranostay0ffa9802008-09-08 11:20:05 -0400453static hda_nid_t stac92hd71bxx_pin_nids[11] = {
Matthew Ranostaye035b842007-11-06 11:53:55 +0100454 0x0a, 0x0b, 0x0c, 0x0d, 0x0e,
455 0x0f, 0x14, 0x18, 0x19, 0x1e,
Matthew Ranostay0ffa9802008-09-08 11:20:05 -0400456 0x1f,
Matthew Ranostaye035b842007-11-06 11:53:55 +0100457};
458
Matt Porter3cc08dc2006-01-23 15:27:49 +0100459static hda_nid_t stac927x_pin_nids[14] = {
460 0x0a, 0x0b, 0x0c, 0x0d, 0x0e,
461 0x0f, 0x10, 0x11, 0x12, 0x13,
462 0x14, 0x21, 0x22, 0x23,
463};
464
Matt Porterf3302a52006-07-31 12:49:34 +0200465static hda_nid_t stac9205_pin_nids[12] = {
466 0x0a, 0x0b, 0x0c, 0x0d, 0x0e,
467 0x0f, 0x14, 0x16, 0x17, 0x18,
468 0x21, 0x22,
Matt Porterf3302a52006-07-31 12:49:34 +0200469};
470
Matthew Ranostay89385032008-09-11 09:49:39 -0400471#define stac92xx_amp_volume_info snd_hda_mixer_amp_volume_info
472
473static int stac92xx_amp_volume_get(struct snd_kcontrol *kcontrol,
474 struct snd_ctl_elem_value *ucontrol)
475{
476 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
477 struct sigmatel_spec *spec = codec->spec;
478 hda_nid_t nid = spec->amp_nids[spec->cur_amux];
479
480 kcontrol->private_value ^= get_amp_nid(kcontrol);
481 kcontrol->private_value |= nid;
482
483 return snd_hda_mixer_amp_volume_get(kcontrol, ucontrol);
484}
485
486static int stac92xx_amp_volume_put(struct snd_kcontrol *kcontrol,
487 struct snd_ctl_elem_value *ucontrol)
488{
489 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
490 struct sigmatel_spec *spec = codec->spec;
491 hda_nid_t nid = spec->amp_nids[spec->cur_amux];
492
493 kcontrol->private_value ^= get_amp_nid(kcontrol);
494 kcontrol->private_value |= nid;
495
496 return snd_hda_mixer_amp_volume_put(kcontrol, ucontrol);
497}
498
Matt Porter8b657272006-10-26 17:12:59 +0200499static int stac92xx_dmux_enum_info(struct snd_kcontrol *kcontrol,
500 struct snd_ctl_elem_info *uinfo)
501{
502 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
503 struct sigmatel_spec *spec = codec->spec;
504 return snd_hda_input_mux_info(spec->dinput_mux, uinfo);
505}
506
507static int stac92xx_dmux_enum_get(struct snd_kcontrol *kcontrol,
508 struct snd_ctl_elem_value *ucontrol)
509{
510 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
511 struct sigmatel_spec *spec = codec->spec;
Matthew Ranostaye1f0d662007-12-13 17:47:21 +0100512 unsigned int dmux_idx = snd_ctl_get_ioffidx(kcontrol, &ucontrol->id);
Matt Porter8b657272006-10-26 17:12:59 +0200513
Matthew Ranostaye1f0d662007-12-13 17:47:21 +0100514 ucontrol->value.enumerated.item[0] = spec->cur_dmux[dmux_idx];
Matt Porter8b657272006-10-26 17:12:59 +0200515 return 0;
516}
517
518static int stac92xx_dmux_enum_put(struct snd_kcontrol *kcontrol,
519 struct snd_ctl_elem_value *ucontrol)
520{
521 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
522 struct sigmatel_spec *spec = codec->spec;
Matthew Ranostaye1f0d662007-12-13 17:47:21 +0100523 unsigned int dmux_idx = snd_ctl_get_ioffidx(kcontrol, &ucontrol->id);
Matt Porter8b657272006-10-26 17:12:59 +0200524
525 return snd_hda_input_mux_put(codec, spec->dinput_mux, ucontrol,
Matthew Ranostaye1f0d662007-12-13 17:47:21 +0100526 spec->dmux_nids[dmux_idx], &spec->cur_dmux[dmux_idx]);
Matt Porter8b657272006-10-26 17:12:59 +0200527}
528
Matthew Ranostayd9737752008-09-07 12:03:41 +0200529static int stac92xx_smux_enum_info(struct snd_kcontrol *kcontrol,
530 struct snd_ctl_elem_info *uinfo)
531{
532 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
533 struct sigmatel_spec *spec = codec->spec;
534 return snd_hda_input_mux_info(spec->sinput_mux, uinfo);
535}
536
537static int stac92xx_smux_enum_get(struct snd_kcontrol *kcontrol,
538 struct snd_ctl_elem_value *ucontrol)
539{
540 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
541 struct sigmatel_spec *spec = codec->spec;
542 unsigned int smux_idx = snd_ctl_get_ioffidx(kcontrol, &ucontrol->id);
543
544 ucontrol->value.enumerated.item[0] = spec->cur_smux[smux_idx];
545 return 0;
546}
547
548static int stac92xx_smux_enum_put(struct snd_kcontrol *kcontrol,
549 struct snd_ctl_elem_value *ucontrol)
550{
551 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
552 struct sigmatel_spec *spec = codec->spec;
Matthew Ranostay00ef50c2008-09-27 18:13:47 -0400553 struct hda_input_mux *smux = &spec->private_smux;
Matthew Ranostayd9737752008-09-07 12:03:41 +0200554 unsigned int smux_idx = snd_ctl_get_ioffidx(kcontrol, &ucontrol->id);
Matthew Ranostay00ef50c2008-09-27 18:13:47 -0400555 int err, val;
556 hda_nid_t nid;
Matthew Ranostayd9737752008-09-07 12:03:41 +0200557
Matthew Ranostay00ef50c2008-09-27 18:13:47 -0400558 err = snd_hda_input_mux_put(codec, spec->sinput_mux, ucontrol,
Matthew Ranostayd9737752008-09-07 12:03:41 +0200559 spec->smux_nids[smux_idx], &spec->cur_smux[smux_idx]);
Matthew Ranostay00ef50c2008-09-27 18:13:47 -0400560 if (err < 0)
561 return err;
562
563 if (spec->spdif_mute) {
564 if (smux_idx == 0)
565 nid = spec->multiout.dig_out_nid;
566 else
567 nid = codec->slave_dig_outs[smux_idx - 1];
568 if (spec->cur_smux[smux_idx] == smux->num_items - 1)
569 val = AMP_OUT_MUTE;
Matthew Ranostay00ef50c2008-09-27 18:13:47 -0400570 else
Takashi Iwaic1e99bd2008-10-29 08:03:42 +0100571 val = AMP_OUT_UNMUTE;
Matthew Ranostay00ef50c2008-09-27 18:13:47 -0400572 /* un/mute SPDIF out */
573 snd_hda_codec_write_cache(codec, nid, 0,
574 AC_VERB_SET_AMP_GAIN_MUTE, val);
575 }
576 return 0;
Matthew Ranostayd9737752008-09-07 12:03:41 +0200577}
578
Takashi Iwaic8b6bf92005-11-17 14:57:47 +0100579static int stac92xx_mux_enum_info(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_info *uinfo)
Matt2f2f4252005-04-13 14:45:30 +0200580{
581 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
582 struct sigmatel_spec *spec = codec->spec;
Mattc7d4b2f2005-06-27 14:59:41 +0200583 return snd_hda_input_mux_info(spec->input_mux, uinfo);
Matt2f2f4252005-04-13 14:45:30 +0200584}
585
Takashi Iwaic8b6bf92005-11-17 14:57:47 +0100586static int stac92xx_mux_enum_get(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol)
Matt2f2f4252005-04-13 14:45:30 +0200587{
588 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
589 struct sigmatel_spec *spec = codec->spec;
590 unsigned int adc_idx = snd_ctl_get_ioffidx(kcontrol, &ucontrol->id);
591
592 ucontrol->value.enumerated.item[0] = spec->cur_mux[adc_idx];
593 return 0;
594}
595
Takashi Iwaic8b6bf92005-11-17 14:57:47 +0100596static int stac92xx_mux_enum_put(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol)
Matt2f2f4252005-04-13 14:45:30 +0200597{
598 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
599 struct sigmatel_spec *spec = codec->spec;
600 unsigned int adc_idx = snd_ctl_get_ioffidx(kcontrol, &ucontrol->id);
601
Mattc7d4b2f2005-06-27 14:59:41 +0200602 return snd_hda_input_mux_put(codec, spec->input_mux, ucontrol,
Matt2f2f4252005-04-13 14:45:30 +0200603 spec->mux_nids[adc_idx], &spec->cur_mux[adc_idx]);
604}
605
Matthew Ranostayb22b4822008-01-22 12:32:30 +0100606static int stac92xx_mono_mux_enum_info(struct snd_kcontrol *kcontrol,
607 struct snd_ctl_elem_info *uinfo)
608{
609 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
610 struct sigmatel_spec *spec = codec->spec;
611 return snd_hda_input_mux_info(spec->mono_mux, uinfo);
612}
613
614static int stac92xx_mono_mux_enum_get(struct snd_kcontrol *kcontrol,
615 struct snd_ctl_elem_value *ucontrol)
616{
617 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
618 struct sigmatel_spec *spec = codec->spec;
619
620 ucontrol->value.enumerated.item[0] = spec->cur_mmux;
621 return 0;
622}
623
624static int stac92xx_mono_mux_enum_put(struct snd_kcontrol *kcontrol,
625 struct snd_ctl_elem_value *ucontrol)
626{
627 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
628 struct sigmatel_spec *spec = codec->spec;
629
630 return snd_hda_input_mux_put(codec, spec->mono_mux, ucontrol,
631 spec->mono_nid, &spec->cur_mmux);
632}
633
Matthew Ranostay89385032008-09-11 09:49:39 -0400634static int stac92xx_amp_mux_enum_info(struct snd_kcontrol *kcontrol,
635 struct snd_ctl_elem_info *uinfo)
636{
637 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
638 struct sigmatel_spec *spec = codec->spec;
639 return snd_hda_input_mux_info(spec->amp_mux, uinfo);
640}
641
642static int stac92xx_amp_mux_enum_get(struct snd_kcontrol *kcontrol,
643 struct snd_ctl_elem_value *ucontrol)
644{
645 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
646 struct sigmatel_spec *spec = codec->spec;
647
648 ucontrol->value.enumerated.item[0] = spec->cur_amux;
649 return 0;
650}
651
652static int stac92xx_amp_mux_enum_put(struct snd_kcontrol *kcontrol,
653 struct snd_ctl_elem_value *ucontrol)
654{
655 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
656 struct sigmatel_spec *spec = codec->spec;
657 struct snd_kcontrol *ctl =
658 snd_hda_find_mixer_ctl(codec, "Amp Capture Volume");
659 if (!ctl)
660 return -EINVAL;
661
662 snd_ctl_notify(codec->bus->card, SNDRV_CTL_EVENT_MASK_VALUE |
663 SNDRV_CTL_EVENT_MASK_INFO, &ctl->id);
664
665 return snd_hda_input_mux_put(codec, spec->amp_mux, ucontrol,
666 0, &spec->cur_amux);
667}
668
Maxim Levitsky5f10c4a2007-09-03 15:29:37 +0200669#define stac92xx_aloopback_info snd_ctl_boolean_mono_info
670
671static int stac92xx_aloopback_get(struct snd_kcontrol *kcontrol,
672 struct snd_ctl_elem_value *ucontrol)
673{
674 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
Matthew Ranostaye1f0d662007-12-13 17:47:21 +0100675 unsigned int idx = snd_ctl_get_ioffidx(kcontrol, &ucontrol->id);
Maxim Levitsky5f10c4a2007-09-03 15:29:37 +0200676 struct sigmatel_spec *spec = codec->spec;
677
Matthew Ranostaye1f0d662007-12-13 17:47:21 +0100678 ucontrol->value.integer.value[0] = !!(spec->aloopback &
679 (spec->aloopback_mask << idx));
Maxim Levitsky5f10c4a2007-09-03 15:29:37 +0200680 return 0;
681}
682
683static int stac92xx_aloopback_put(struct snd_kcontrol *kcontrol,
684 struct snd_ctl_elem_value *ucontrol)
685{
686 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
687 struct sigmatel_spec *spec = codec->spec;
Matthew Ranostaye1f0d662007-12-13 17:47:21 +0100688 unsigned int idx = snd_ctl_get_ioffidx(kcontrol, &ucontrol->id);
Maxim Levitsky5f10c4a2007-09-03 15:29:37 +0200689 unsigned int dac_mode;
Matthew Ranostaye1f0d662007-12-13 17:47:21 +0100690 unsigned int val, idx_val;
Maxim Levitsky5f10c4a2007-09-03 15:29:37 +0200691
Matthew Ranostaye1f0d662007-12-13 17:47:21 +0100692 idx_val = spec->aloopback_mask << idx;
693 if (ucontrol->value.integer.value[0])
694 val = spec->aloopback | idx_val;
695 else
696 val = spec->aloopback & ~idx_val;
Takashi Iwai68ea7b22007-11-15 15:54:38 +0100697 if (spec->aloopback == val)
Maxim Levitsky5f10c4a2007-09-03 15:29:37 +0200698 return 0;
699
Takashi Iwai68ea7b22007-11-15 15:54:38 +0100700 spec->aloopback = val;
Maxim Levitsky5f10c4a2007-09-03 15:29:37 +0200701
Matthew Ranostaye1f0d662007-12-13 17:47:21 +0100702 /* Only return the bits defined by the shift value of the
703 * first two bytes of the mask
704 */
Maxim Levitsky5f10c4a2007-09-03 15:29:37 +0200705 dac_mode = snd_hda_codec_read(codec, codec->afg, 0,
Matthew Ranostaye1f0d662007-12-13 17:47:21 +0100706 kcontrol->private_value & 0xFFFF, 0x0);
707 dac_mode >>= spec->aloopback_shift;
Maxim Levitsky5f10c4a2007-09-03 15:29:37 +0200708
Matthew Ranostaye1f0d662007-12-13 17:47:21 +0100709 if (spec->aloopback & idx_val) {
Maxim Levitsky5f10c4a2007-09-03 15:29:37 +0200710 snd_hda_power_up(codec);
Matthew Ranostaye1f0d662007-12-13 17:47:21 +0100711 dac_mode |= idx_val;
Maxim Levitsky5f10c4a2007-09-03 15:29:37 +0200712 } else {
713 snd_hda_power_down(codec);
Matthew Ranostaye1f0d662007-12-13 17:47:21 +0100714 dac_mode &= ~idx_val;
Maxim Levitsky5f10c4a2007-09-03 15:29:37 +0200715 }
716
717 snd_hda_codec_write_cache(codec, codec->afg, 0,
718 kcontrol->private_value >> 16, dac_mode);
719
720 return 1;
721}
722
Mattc7d4b2f2005-06-27 14:59:41 +0200723static struct hda_verb stac9200_core_init[] = {
Matt2f2f4252005-04-13 14:45:30 +0200724 /* set dac0mux for dac converter */
Mattc7d4b2f2005-06-27 14:59:41 +0200725 { 0x07, AC_VERB_SET_CONNECT_SEL, 0x00},
Matt2f2f4252005-04-13 14:45:30 +0200726 {}
727};
728
Takashi Iwai1194b5b2007-10-10 10:04:26 +0200729static struct hda_verb stac9200_eapd_init[] = {
730 /* set dac0mux for dac converter */
731 {0x07, AC_VERB_SET_CONNECT_SEL, 0x00},
732 {0x08, AC_VERB_SET_EAPD_BTLENABLE, 0x02},
733 {}
734};
735
Matthew Ranostaye1f0d662007-12-13 17:47:21 +0100736static struct hda_verb stac92hd73xx_6ch_core_init[] = {
737 /* set master volume and direct control */
738 { 0x1f, AC_VERB_SET_VOLUME_KNOB_CONTROL, 0xff},
739 /* setup audio connections */
740 { 0x0f, AC_VERB_SET_CONNECT_SEL, 0x00},
741 { 0x10, AC_VERB_SET_CONNECT_SEL, 0x01},
742 { 0x11, AC_VERB_SET_CONNECT_SEL, 0x02},
743 /* setup adcs to point to mixer */
744 { 0x20, AC_VERB_SET_CONNECT_SEL, 0x0b},
745 { 0x21, AC_VERB_SET_CONNECT_SEL, 0x0b},
Matthew Ranostaye1f0d662007-12-13 17:47:21 +0100746 { 0x0f, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT},
747 { 0x10, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT},
748 { 0x11, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT},
749 /* setup import muxs */
750 { 0x28, AC_VERB_SET_CONNECT_SEL, 0x01},
751 { 0x29, AC_VERB_SET_CONNECT_SEL, 0x01},
752 { 0x2a, AC_VERB_SET_CONNECT_SEL, 0x01},
753 { 0x2b, AC_VERB_SET_CONNECT_SEL, 0x00},
754 {}
755};
756
Matthew Ranostayd654a662008-03-14 08:46:51 +0100757static struct hda_verb dell_eq_core_init[] = {
758 /* set master volume to max value without distortion
759 * and direct control */
760 { 0x1f, AC_VERB_SET_VOLUME_KNOB_CONTROL, 0xec},
761 /* setup audio connections */
762 { 0x0d, AC_VERB_SET_CONNECT_SEL, 0x00},
Matthew Ranostayf7cf0a72008-09-13 10:36:58 -0400763 { 0x0a, AC_VERB_SET_CONNECT_SEL, 0x02},
764 { 0x0f, AC_VERB_SET_CONNECT_SEL, 0x01},
Matthew Ranostayd654a662008-03-14 08:46:51 +0100765 /* setup adcs to point to mixer */
766 { 0x20, AC_VERB_SET_CONNECT_SEL, 0x0b},
767 { 0x21, AC_VERB_SET_CONNECT_SEL, 0x0b},
768 /* setup import muxs */
769 { 0x28, AC_VERB_SET_CONNECT_SEL, 0x01},
770 { 0x29, AC_VERB_SET_CONNECT_SEL, 0x01},
771 { 0x2a, AC_VERB_SET_CONNECT_SEL, 0x01},
772 { 0x2b, AC_VERB_SET_CONNECT_SEL, 0x00},
773 {}
774};
775
Matthew Ranostay52fe0f92008-02-29 12:08:20 +0100776static struct hda_verb dell_m6_core_init[] = {
Matthew Ranostay6b3ab212008-11-03 08:12:43 -0500777 { 0x1f, AC_VERB_SET_VOLUME_KNOB_CONTROL, 0xff},
Matthew Ranostay52fe0f92008-02-29 12:08:20 +0100778 /* setup audio connections */
Matthew Ranostay7747ecc2008-03-10 11:30:04 +0100779 { 0x0d, AC_VERB_SET_CONNECT_SEL, 0x00},
780 { 0x0a, AC_VERB_SET_CONNECT_SEL, 0x01},
Matthew Ranostay52fe0f92008-02-29 12:08:20 +0100781 { 0x0f, AC_VERB_SET_CONNECT_SEL, 0x02},
782 /* setup adcs to point to mixer */
783 { 0x20, AC_VERB_SET_CONNECT_SEL, 0x0b},
784 { 0x21, AC_VERB_SET_CONNECT_SEL, 0x0b},
785 /* setup import muxs */
786 { 0x28, AC_VERB_SET_CONNECT_SEL, 0x01},
787 { 0x29, AC_VERB_SET_CONNECT_SEL, 0x01},
788 { 0x2a, AC_VERB_SET_CONNECT_SEL, 0x01},
789 { 0x2b, AC_VERB_SET_CONNECT_SEL, 0x00},
790 {}
791};
792
Matthew Ranostaye1f0d662007-12-13 17:47:21 +0100793static struct hda_verb stac92hd73xx_8ch_core_init[] = {
794 /* set master volume and direct control */
795 { 0x1f, AC_VERB_SET_VOLUME_KNOB_CONTROL, 0xff},
796 /* setup audio connections */
797 { 0x0f, AC_VERB_SET_CONNECT_SEL, 0x00},
798 { 0x10, AC_VERB_SET_CONNECT_SEL, 0x01},
799 { 0x11, AC_VERB_SET_CONNECT_SEL, 0x02},
800 /* connect hp ports to dac3 */
801 { 0x0a, AC_VERB_SET_CONNECT_SEL, 0x03},
802 { 0x0d, AC_VERB_SET_CONNECT_SEL, 0x03},
803 /* setup adcs to point to mixer */
804 { 0x20, AC_VERB_SET_CONNECT_SEL, 0x0b},
805 { 0x21, AC_VERB_SET_CONNECT_SEL, 0x0b},
Matthew Ranostaye1f0d662007-12-13 17:47:21 +0100806 { 0x0f, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT},
807 { 0x10, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT},
808 { 0x11, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT},
809 /* setup import muxs */
810 { 0x28, AC_VERB_SET_CONNECT_SEL, 0x01},
811 { 0x29, AC_VERB_SET_CONNECT_SEL, 0x01},
812 { 0x2a, AC_VERB_SET_CONNECT_SEL, 0x01},
813 { 0x2b, AC_VERB_SET_CONNECT_SEL, 0x03},
814 {}
815};
816
817static struct hda_verb stac92hd73xx_10ch_core_init[] = {
818 /* set master volume and direct control */
819 { 0x1f, AC_VERB_SET_VOLUME_KNOB_CONTROL, 0xff},
820 /* setup audio connections */
821 { 0x0f, AC_VERB_SET_CONNECT_SEL, 0x00 },
822 { 0x10, AC_VERB_SET_CONNECT_SEL, 0x01 },
823 { 0x11, AC_VERB_SET_CONNECT_SEL, 0x02 },
824 /* dac3 is connected to import3 mux */
825 { 0x18, AC_VERB_SET_AMP_GAIN_MUTE, 0xb07f},
826 /* connect hp ports to dac4 */
827 { 0x0a, AC_VERB_SET_CONNECT_SEL, 0x04},
828 { 0x0d, AC_VERB_SET_CONNECT_SEL, 0x04},
829 /* setup adcs to point to mixer */
830 { 0x20, AC_VERB_SET_CONNECT_SEL, 0x0b},
831 { 0x21, AC_VERB_SET_CONNECT_SEL, 0x0b},
Matthew Ranostaye1f0d662007-12-13 17:47:21 +0100832 { 0x0f, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT},
833 { 0x10, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT},
834 { 0x11, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT},
835 /* setup import muxs */
836 { 0x28, AC_VERB_SET_CONNECT_SEL, 0x01},
837 { 0x29, AC_VERB_SET_CONNECT_SEL, 0x01},
838 { 0x2a, AC_VERB_SET_CONNECT_SEL, 0x01},
839 { 0x2b, AC_VERB_SET_CONNECT_SEL, 0x03},
840 {}
841};
842
Matthew Ranostayd0513fc2008-07-27 10:30:30 +0200843static struct hda_verb stac92hd83xxx_core_init[] = {
844 /* start of config #1 */
845 { 0xe, AC_VERB_SET_CONNECT_SEL, 0x3},
846
847 /* start of config #2 */
848 { 0xa, AC_VERB_SET_CONNECT_SEL, 0x0},
849 { 0xb, AC_VERB_SET_CONNECT_SEL, 0x0},
850 { 0xd, AC_VERB_SET_CONNECT_SEL, 0x1},
851
852 /* power state controls amps */
853 { 0x01, AC_VERB_SET_EAPD, 1 << 2},
854};
855
Matthew Ranostaye035b842007-11-06 11:53:55 +0100856static struct hda_verb stac92hd71bxx_core_init[] = {
857 /* set master volume and direct control */
858 { 0x28, AC_VERB_SET_VOLUME_KNOB_CONTROL, 0xff},
859 /* connect headphone jack to dac1 */
860 { 0x0a, AC_VERB_SET_CONNECT_SEL, 0x01},
Matthew Ranostay541eee82007-12-14 12:08:04 +0100861 /* unmute right and left channels for nodes 0x0a, 0xd, 0x0f */
862 { 0x0a, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
863 { 0x0d, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
864 { 0x0f, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
Matthew Ranostay541eee82007-12-14 12:08:04 +0100865};
866
Matthew Ranostay4b33c762008-10-10 09:07:23 -0400867#define HD_DISABLE_PORTF 2
Matthew Ranostay541eee82007-12-14 12:08:04 +0100868static struct hda_verb stac92hd71bxx_analog_core_init[] = {
Matthew Ranostayaafc4412008-06-13 18:04:33 +0200869 /* start of config #1 */
870
871 /* connect port 0f to audio mixer */
872 { 0x0f, AC_VERB_SET_CONNECT_SEL, 0x2},
Matthew Ranostayaafc4412008-06-13 18:04:33 +0200873 /* unmute right and left channels for node 0x0f */
874 { 0x0f, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
875 /* start of config #2 */
876
Matthew Ranostay541eee82007-12-14 12:08:04 +0100877 /* set master volume and direct control */
878 { 0x28, AC_VERB_SET_VOLUME_KNOB_CONTROL, 0xff},
879 /* connect headphone jack to dac1 */
880 { 0x0a, AC_VERB_SET_CONNECT_SEL, 0x01},
Matthew Ranostayaafc4412008-06-13 18:04:33 +0200881 /* unmute right and left channels for nodes 0x0a, 0xd */
Matthew Ranostaye035b842007-11-06 11:53:55 +0100882 { 0x0a, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
883 { 0x0d, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)},
Matthew Ranostaye035b842007-11-06 11:53:55 +0100884 {}
885};
886
Tobin Davis8e21c342007-01-08 11:04:17 +0100887static struct hda_verb stac925x_core_init[] = {
888 /* set dac0mux for dac converter */
889 { 0x06, AC_VERB_SET_CONNECT_SEL, 0x00},
890 {}
891};
892
Mattc7d4b2f2005-06-27 14:59:41 +0200893static struct hda_verb stac922x_core_init[] = {
Matt2f2f4252005-04-13 14:45:30 +0200894 /* set master volume and direct control */
Mattc7d4b2f2005-06-27 14:59:41 +0200895 { 0x16, AC_VERB_SET_VOLUME_KNOB_CONTROL, 0xff},
Matt2f2f4252005-04-13 14:45:30 +0200896 {}
897};
898
Tobin Davis93ed1502006-09-01 21:03:12 +0200899static struct hda_verb d965_core_init[] = {
Takashi Iwai19039bd2006-06-28 15:52:16 +0200900 /* set master volume and direct control */
Tobin Davis93ed1502006-09-01 21:03:12 +0200901 { 0x24, AC_VERB_SET_VOLUME_KNOB_CONTROL, 0xff},
Takashi Iwai19039bd2006-06-28 15:52:16 +0200902 /* unmute node 0x1b */
903 { 0x1b, AC_VERB_SET_AMP_GAIN_MUTE, 0xb000},
904 /* select node 0x03 as DAC */
905 { 0x0b, AC_VERB_SET_CONNECT_SEL, 0x01},
906 {}
907};
908
Matt Porter3cc08dc2006-01-23 15:27:49 +0100909static struct hda_verb stac927x_core_init[] = {
910 /* set master volume and direct control */
911 { 0x24, AC_VERB_SET_VOLUME_KNOB_CONTROL, 0xff},
Matthew Ranostay1cd22242008-07-18 18:20:52 +0200912 /* enable analog pc beep path */
913 { 0x01, AC_VERB_SET_DIGI_CONVERT_2, 1 << 5},
Matt Porter3cc08dc2006-01-23 15:27:49 +0100914 {}
915};
916
Matt Porterf3302a52006-07-31 12:49:34 +0200917static struct hda_verb stac9205_core_init[] = {
918 /* set master volume and direct control */
919 { 0x24, AC_VERB_SET_VOLUME_KNOB_CONTROL, 0xff},
Matthew Ranostayd0513fc2008-07-27 10:30:30 +0200920 /* enable analog pc beep path */
921 { 0x01, AC_VERB_SET_DIGI_CONVERT_2, 1 << 5},
Matt Porterf3302a52006-07-31 12:49:34 +0200922 {}
923};
924
Matthew Ranostayb22b4822008-01-22 12:32:30 +0100925#define STAC_MONO_MUX \
926 { \
927 .iface = SNDRV_CTL_ELEM_IFACE_MIXER, \
928 .name = "Mono Mux", \
929 .count = 1, \
930 .info = stac92xx_mono_mux_enum_info, \
931 .get = stac92xx_mono_mux_enum_get, \
932 .put = stac92xx_mono_mux_enum_put, \
933 }
934
Matthew Ranostay89385032008-09-11 09:49:39 -0400935#define STAC_AMP_MUX \
936 { \
937 .iface = SNDRV_CTL_ELEM_IFACE_MIXER, \
938 .name = "Amp Selector Capture Switch", \
939 .count = 1, \
940 .info = stac92xx_amp_mux_enum_info, \
941 .get = stac92xx_amp_mux_enum_get, \
942 .put = stac92xx_amp_mux_enum_put, \
943 }
944
945#define STAC_AMP_VOL(xname, nid, chs, idx, dir) \
946 { \
947 .iface = SNDRV_CTL_ELEM_IFACE_MIXER, \
948 .name = xname, \
949 .index = 0, \
950 .access = SNDRV_CTL_ELEM_ACCESS_READWRITE | \
951 SNDRV_CTL_ELEM_ACCESS_TLV_READ | \
952 SNDRV_CTL_ELEM_ACCESS_TLV_CALLBACK, \
953 .info = stac92xx_amp_volume_info, \
954 .get = stac92xx_amp_volume_get, \
955 .put = stac92xx_amp_volume_put, \
956 .tlv = { .c = snd_hda_mixer_amp_tlv }, \
957 .private_value = HDA_COMPOSE_AMP_VAL(nid, chs, idx, dir) \
958 }
959
Maxim Levitsky9e05b7a2007-09-03 15:31:02 +0200960#define STAC_INPUT_SOURCE(cnt) \
Maxim Levitskyca7c5a82007-08-31 12:52:19 +0200961 { \
962 .iface = SNDRV_CTL_ELEM_IFACE_MIXER, \
963 .name = "Input Source", \
Maxim Levitsky9e05b7a2007-09-03 15:31:02 +0200964 .count = cnt, \
Maxim Levitskyca7c5a82007-08-31 12:52:19 +0200965 .info = stac92xx_mux_enum_info, \
966 .get = stac92xx_mux_enum_get, \
967 .put = stac92xx_mux_enum_put, \
968 }
969
Matthew Ranostaye1f0d662007-12-13 17:47:21 +0100970#define STAC_ANALOG_LOOPBACK(verb_read, verb_write, cnt) \
Maxim Levitsky5f10c4a2007-09-03 15:29:37 +0200971 { \
972 .iface = SNDRV_CTL_ELEM_IFACE_MIXER, \
973 .name = "Analog Loopback", \
Matthew Ranostaye1f0d662007-12-13 17:47:21 +0100974 .count = cnt, \
Maxim Levitsky5f10c4a2007-09-03 15:29:37 +0200975 .info = stac92xx_aloopback_info, \
976 .get = stac92xx_aloopback_get, \
977 .put = stac92xx_aloopback_put, \
978 .private_value = verb_read | (verb_write << 16), \
979 }
980
Takashi Iwaic8b6bf92005-11-17 14:57:47 +0100981static struct snd_kcontrol_new stac9200_mixer[] = {
Matt2f2f4252005-04-13 14:45:30 +0200982 HDA_CODEC_VOLUME("Master Playback Volume", 0xb, 0, HDA_OUTPUT),
983 HDA_CODEC_MUTE("Master Playback Switch", 0xb, 0, HDA_OUTPUT),
Maxim Levitsky9e05b7a2007-09-03 15:31:02 +0200984 STAC_INPUT_SOURCE(1),
Matt2f2f4252005-04-13 14:45:30 +0200985 HDA_CODEC_VOLUME("Capture Volume", 0x0a, 0, HDA_OUTPUT),
986 HDA_CODEC_MUTE("Capture Switch", 0x0a, 0, HDA_OUTPUT),
Matt2f2f4252005-04-13 14:45:30 +0200987 { } /* end */
988};
989
Matthew Ranostay2a9c7812008-09-13 16:45:39 -0400990#define DELL_M6_MIXER 6
Matthew Ranostaye1f0d662007-12-13 17:47:21 +0100991static struct snd_kcontrol_new stac92hd73xx_6ch_mixer[] = {
Matthew Ranostay2a9c7812008-09-13 16:45:39 -0400992 /* start of config #1 */
993 HDA_CODEC_VOLUME("Front Mic Mixer Capture Volume", 0x1d, 0, HDA_INPUT),
994 HDA_CODEC_MUTE("Front Mic Mixer Capture Switch", 0x1d, 0, HDA_INPUT),
995
996 HDA_CODEC_VOLUME("Line In Mixer Capture Volume", 0x1d, 0x2, HDA_INPUT),
997 HDA_CODEC_MUTE("Line In Mixer Capture Switch", 0x1d, 0x2, HDA_INPUT),
998
999 HDA_CODEC_VOLUME("CD Mixer Capture Volume", 0x1d, 0x4, HDA_INPUT),
1000 HDA_CODEC_MUTE("CD Mixer Capture Switch", 0x1d, 0x4, HDA_INPUT),
1001
1002 /* start of config #2 */
1003 HDA_CODEC_VOLUME("Mic Mixer Capture Volume", 0x1d, 0x1, HDA_INPUT),
1004 HDA_CODEC_MUTE("Mic Mixer Capture Switch", 0x1d, 0x1, HDA_INPUT),
1005
1006 HDA_CODEC_VOLUME("DAC Mixer Capture Volume", 0x1d, 0x3, HDA_INPUT),
1007 HDA_CODEC_MUTE("DAC Mixer Capture Switch", 0x1d, 0x3, HDA_INPUT),
1008
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01001009 STAC_ANALOG_LOOPBACK(0xFA0, 0x7A1, 3),
1010
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01001011 HDA_CODEC_VOLUME_IDX("Capture Volume", 0x0, 0x20, 0x0, HDA_OUTPUT),
1012 HDA_CODEC_MUTE_IDX("Capture Switch", 0x0, 0x20, 0x0, HDA_OUTPUT),
1013
1014 HDA_CODEC_VOLUME_IDX("Capture Volume", 0x1, 0x21, 0x0, HDA_OUTPUT),
1015 HDA_CODEC_MUTE_IDX("Capture Switch", 0x1, 0x21, 0x0, HDA_OUTPUT),
1016
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01001017 { } /* end */
1018};
1019
1020static struct snd_kcontrol_new stac92hd73xx_8ch_mixer[] = {
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01001021 STAC_ANALOG_LOOPBACK(0xFA0, 0x7A1, 4),
1022
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01001023 HDA_CODEC_VOLUME_IDX("Capture Volume", 0x0, 0x20, 0x0, HDA_OUTPUT),
1024 HDA_CODEC_MUTE_IDX("Capture Switch", 0x0, 0x20, 0x0, HDA_OUTPUT),
1025
1026 HDA_CODEC_VOLUME_IDX("Capture Volume", 0x1, 0x21, 0x0, HDA_OUTPUT),
1027 HDA_CODEC_MUTE_IDX("Capture Switch", 0x1, 0x21, 0x0, HDA_OUTPUT),
1028
1029 HDA_CODEC_VOLUME("Front Mic Mixer Capture Volume", 0x1d, 0, HDA_INPUT),
1030 HDA_CODEC_MUTE("Front Mic Mixer Capture Switch", 0x1d, 0, HDA_INPUT),
1031
1032 HDA_CODEC_VOLUME("Mic Mixer Capture Volume", 0x1d, 0x1, HDA_INPUT),
1033 HDA_CODEC_MUTE("Mic Mixer Capture Switch", 0x1d, 0x1, HDA_INPUT),
1034
1035 HDA_CODEC_VOLUME("Line In Mixer Capture Volume", 0x1d, 0x2, HDA_INPUT),
1036 HDA_CODEC_MUTE("Line In Mixer Capture Switch", 0x1d, 0x2, HDA_INPUT),
1037
1038 HDA_CODEC_VOLUME("DAC Mixer Capture Volume", 0x1d, 0x3, HDA_INPUT),
1039 HDA_CODEC_MUTE("DAC Mixer Capture Switch", 0x1d, 0x3, HDA_INPUT),
1040
1041 HDA_CODEC_VOLUME("CD Mixer Capture Volume", 0x1d, 0x4, HDA_INPUT),
1042 HDA_CODEC_MUTE("CD Mixer Capture Switch", 0x1d, 0x4, HDA_INPUT),
1043 { } /* end */
1044};
1045
1046static struct snd_kcontrol_new stac92hd73xx_10ch_mixer[] = {
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01001047 STAC_ANALOG_LOOPBACK(0xFA0, 0x7A1, 5),
1048
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01001049 HDA_CODEC_VOLUME_IDX("Capture Volume", 0x0, 0x20, 0x0, HDA_OUTPUT),
1050 HDA_CODEC_MUTE_IDX("Capture Switch", 0x0, 0x20, 0x0, HDA_OUTPUT),
1051
1052 HDA_CODEC_VOLUME_IDX("Capture Volume", 0x1, 0x21, 0x0, HDA_OUTPUT),
1053 HDA_CODEC_MUTE_IDX("Capture Switch", 0x1, 0x21, 0x0, HDA_OUTPUT),
1054
1055 HDA_CODEC_VOLUME("Front Mic Mixer Capture Volume", 0x1d, 0, HDA_INPUT),
1056 HDA_CODEC_MUTE("Front Mic Mixer Capture Switch", 0x1d, 0, HDA_INPUT),
1057
1058 HDA_CODEC_VOLUME("Mic Mixer Capture Volume", 0x1d, 0x1, HDA_INPUT),
1059 HDA_CODEC_MUTE("Mic Mixer Capture Switch", 0x1d, 0x1, HDA_INPUT),
1060
1061 HDA_CODEC_VOLUME("Line In Mixer Capture Volume", 0x1d, 0x2, HDA_INPUT),
1062 HDA_CODEC_MUTE("Line In Mixer Capture Switch", 0x1d, 0x2, HDA_INPUT),
1063
1064 HDA_CODEC_VOLUME("DAC Mixer Capture Volume", 0x1d, 0x3, HDA_INPUT),
1065 HDA_CODEC_MUTE("DAC Mixer Capture Switch", 0x1d, 0x3, HDA_INPUT),
1066
1067 HDA_CODEC_VOLUME("CD Mixer Capture Volume", 0x1d, 0x4, HDA_INPUT),
1068 HDA_CODEC_MUTE("CD Mixer Capture Switch", 0x1d, 0x4, HDA_INPUT),
1069 { } /* end */
1070};
1071
Matthew Ranostayd0513fc2008-07-27 10:30:30 +02001072
1073static struct snd_kcontrol_new stac92hd83xxx_mixer[] = {
1074 HDA_CODEC_VOLUME_IDX("Capture Volume", 0x0, 0x17, 0x0, HDA_OUTPUT),
1075 HDA_CODEC_MUTE_IDX("Capture Switch", 0x0, 0x17, 0x0, HDA_OUTPUT),
1076
1077 HDA_CODEC_VOLUME_IDX("Capture Volume", 0x1, 0x18, 0x0, HDA_OUTPUT),
1078 HDA_CODEC_MUTE_IDX("Capture Switch", 0x1, 0x18, 0x0, HDA_OUTPUT),
1079
1080 HDA_CODEC_VOLUME("DAC0 Capture Volume", 0x1b, 0, HDA_INPUT),
1081 HDA_CODEC_MUTE("DAC0 Capture Switch", 0x1b, 0, HDA_INPUT),
1082
1083 HDA_CODEC_VOLUME("DAC1 Capture Volume", 0x1b, 0x1, HDA_INPUT),
1084 HDA_CODEC_MUTE("DAC1 Capture Switch", 0x1b, 0x1, HDA_INPUT),
1085
1086 HDA_CODEC_VOLUME("Front Mic Capture Volume", 0x1b, 0x2, HDA_INPUT),
1087 HDA_CODEC_MUTE("Front Mic Capture Switch", 0x1b, 0x2, HDA_INPUT),
1088
1089 HDA_CODEC_VOLUME("Line In Capture Volume", 0x1b, 0x3, HDA_INPUT),
1090 HDA_CODEC_MUTE("Line In Capture Switch", 0x1b, 0x3, HDA_INPUT),
1091
1092 /*
1093 HDA_CODEC_VOLUME("Mic Capture Volume", 0x1b, 0x4, HDA_INPUT),
1094 HDA_CODEC_MUTE("Mic Capture Switch", 0x1b 0x4, HDA_INPUT),
1095 */
1096 { } /* end */
1097};
1098
Matthew Ranostay541eee82007-12-14 12:08:04 +01001099static struct snd_kcontrol_new stac92hd71bxx_analog_mixer[] = {
Matthew Ranostaye035b842007-11-06 11:53:55 +01001100 STAC_INPUT_SOURCE(2),
Matthew Ranostay4b33c762008-10-10 09:07:23 -04001101 STAC_ANALOG_LOOPBACK(0xFA0, 0x7A0, 2),
Matthew Ranostaye035b842007-11-06 11:53:55 +01001102
Matthew Ranostay9b359472007-11-07 13:03:12 +01001103 HDA_CODEC_VOLUME_IDX("Capture Volume", 0x0, 0x1c, 0x0, HDA_OUTPUT),
1104 HDA_CODEC_MUTE_IDX("Capture Switch", 0x0, 0x1c, 0x0, HDA_OUTPUT),
Matthew Ranostay9b359472007-11-07 13:03:12 +01001105
1106 HDA_CODEC_VOLUME_IDX("Capture Volume", 0x1, 0x1d, 0x0, HDA_OUTPUT),
1107 HDA_CODEC_MUTE_IDX("Capture Switch", 0x1, 0x1d, 0x0, HDA_OUTPUT),
Matthew Ranostay1cd22242008-07-18 18:20:52 +02001108 /* analog pc-beep replaced with digital beep support */
1109 /*
Matthew Ranostayf7c5dda2008-07-10 17:49:11 +02001110 HDA_CODEC_VOLUME("PC Beep Volume", 0x17, 0x2, HDA_INPUT),
1111 HDA_CODEC_MUTE("PC Beep Switch", 0x17, 0x2, HDA_INPUT),
Matthew Ranostay1cd22242008-07-18 18:20:52 +02001112 */
Matthew Ranostayf7c5dda2008-07-10 17:49:11 +02001113
Matthew Ranostay687cb982008-10-11 13:52:43 -04001114 HDA_CODEC_MUTE("Import0 Mux Capture Switch", 0x17, 0x0, HDA_INPUT),
1115 HDA_CODEC_VOLUME("Import0 Mux Capture Volume", 0x17, 0x0, HDA_INPUT),
Matthew Ranostay4b33c762008-10-10 09:07:23 -04001116
Matthew Ranostay687cb982008-10-11 13:52:43 -04001117 HDA_CODEC_MUTE("Import1 Mux Capture Switch", 0x17, 0x1, HDA_INPUT),
1118 HDA_CODEC_VOLUME("Import1 Mux Capture Volume", 0x17, 0x1, HDA_INPUT),
Matthew Ranostay4b33c762008-10-10 09:07:23 -04001119
1120 HDA_CODEC_MUTE("DAC0 Capture Switch", 0x17, 0x3, HDA_INPUT),
1121 HDA_CODEC_VOLUME("DAC0 Capture Volume", 0x17, 0x3, HDA_INPUT),
1122
1123 HDA_CODEC_MUTE("DAC1 Capture Switch", 0x17, 0x4, HDA_INPUT),
1124 HDA_CODEC_VOLUME("DAC1 Capture Volume", 0x17, 0x4, HDA_INPUT),
Matthew Ranostaye035b842007-11-06 11:53:55 +01001125 { } /* end */
1126};
1127
Matthew Ranostay541eee82007-12-14 12:08:04 +01001128static struct snd_kcontrol_new stac92hd71bxx_mixer[] = {
Matthew Ranostay541eee82007-12-14 12:08:04 +01001129 STAC_INPUT_SOURCE(2),
1130 STAC_ANALOG_LOOPBACK(0xFA0, 0x7A0, 2),
1131
Matthew Ranostay541eee82007-12-14 12:08:04 +01001132 HDA_CODEC_VOLUME_IDX("Capture Volume", 0x0, 0x1c, 0x0, HDA_OUTPUT),
1133 HDA_CODEC_MUTE_IDX("Capture Switch", 0x0, 0x1c, 0x0, HDA_OUTPUT),
Matthew Ranostay541eee82007-12-14 12:08:04 +01001134
1135 HDA_CODEC_VOLUME_IDX("Capture Volume", 0x1, 0x1d, 0x0, HDA_OUTPUT),
1136 HDA_CODEC_MUTE_IDX("Capture Switch", 0x1, 0x1d, 0x0, HDA_OUTPUT),
Matthew Ranostay541eee82007-12-14 12:08:04 +01001137 { } /* end */
1138};
1139
Tobin Davis8e21c342007-01-08 11:04:17 +01001140static struct snd_kcontrol_new stac925x_mixer[] = {
Maxim Levitsky9e05b7a2007-09-03 15:31:02 +02001141 STAC_INPUT_SOURCE(1),
Tobin Davis8e21c342007-01-08 11:04:17 +01001142 HDA_CODEC_VOLUME("Capture Volume", 0x09, 0, HDA_OUTPUT),
Mauro Carvalho Chehab587755f2008-05-25 18:20:06 +02001143 HDA_CODEC_MUTE("Capture Switch", 0x14, 0, HDA_OUTPUT),
Tobin Davis8e21c342007-01-08 11:04:17 +01001144 { } /* end */
1145};
1146
Takashi Iwaid1d985f2006-11-23 19:27:12 +01001147static struct snd_kcontrol_new stac9205_mixer[] = {
Maxim Levitsky9e05b7a2007-09-03 15:31:02 +02001148 STAC_INPUT_SOURCE(2),
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01001149 STAC_ANALOG_LOOPBACK(0xFE0, 0x7E0, 1),
Maxim Levitsky9e05b7a2007-09-03 15:31:02 +02001150
1151 HDA_CODEC_VOLUME_IDX("Capture Volume", 0x0, 0x1b, 0x0, HDA_INPUT),
1152 HDA_CODEC_MUTE_IDX("Capture Switch", 0x0, 0x1d, 0x0, HDA_OUTPUT),
Maxim Levitsky9e05b7a2007-09-03 15:31:02 +02001153
1154 HDA_CODEC_VOLUME_IDX("Capture Volume", 0x1, 0x1c, 0x0, HDA_INPUT),
1155 HDA_CODEC_MUTE_IDX("Capture Switch", 0x1, 0x1e, 0x0, HDA_OUTPUT),
Maxim Levitsky9e05b7a2007-09-03 15:31:02 +02001156 { } /* end */
1157};
1158
1159/* This needs to be generated dynamically based on sequence */
1160static struct snd_kcontrol_new stac922x_mixer[] = {
1161 STAC_INPUT_SOURCE(2),
Maxim Levitsky9e05b7a2007-09-03 15:31:02 +02001162 HDA_CODEC_VOLUME_IDX("Capture Volume", 0x0, 0x17, 0x0, HDA_INPUT),
1163 HDA_CODEC_MUTE_IDX("Capture Switch", 0x0, 0x17, 0x0, HDA_INPUT),
Maxim Levitsky9e05b7a2007-09-03 15:31:02 +02001164
1165 HDA_CODEC_VOLUME_IDX("Capture Volume", 0x1, 0x18, 0x0, HDA_INPUT),
1166 HDA_CODEC_MUTE_IDX("Capture Switch", 0x1, 0x18, 0x0, HDA_INPUT),
Maxim Levitsky9e05b7a2007-09-03 15:31:02 +02001167 { } /* end */
1168};
1169
1170
1171static struct snd_kcontrol_new stac927x_mixer[] = {
1172 STAC_INPUT_SOURCE(3),
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01001173 STAC_ANALOG_LOOPBACK(0xFEB, 0x7EB, 1),
Maxim Levitsky9e05b7a2007-09-03 15:31:02 +02001174
1175 HDA_CODEC_VOLUME_IDX("Capture Volume", 0x0, 0x18, 0x0, HDA_INPUT),
1176 HDA_CODEC_MUTE_IDX("Capture Switch", 0x0, 0x1b, 0x0, HDA_OUTPUT),
Maxim Levitsky9e05b7a2007-09-03 15:31:02 +02001177
1178 HDA_CODEC_VOLUME_IDX("Capture Volume", 0x1, 0x19, 0x0, HDA_INPUT),
1179 HDA_CODEC_MUTE_IDX("Capture Switch", 0x1, 0x1c, 0x0, HDA_OUTPUT),
Maxim Levitsky9e05b7a2007-09-03 15:31:02 +02001180
1181 HDA_CODEC_VOLUME_IDX("Capture Volume", 0x2, 0x1A, 0x0, HDA_INPUT),
1182 HDA_CODEC_MUTE_IDX("Capture Switch", 0x2, 0x1d, 0x0, HDA_OUTPUT),
Matt Porterf3302a52006-07-31 12:49:34 +02001183 { } /* end */
1184};
1185
Takashi Iwai1697055e2007-12-18 18:05:52 +01001186static struct snd_kcontrol_new stac_dmux_mixer = {
1187 .iface = SNDRV_CTL_ELEM_IFACE_MIXER,
1188 .name = "Digital Input Source",
1189 /* count set later */
1190 .info = stac92xx_dmux_enum_info,
1191 .get = stac92xx_dmux_enum_get,
1192 .put = stac92xx_dmux_enum_put,
1193};
1194
Matthew Ranostayd9737752008-09-07 12:03:41 +02001195static struct snd_kcontrol_new stac_smux_mixer = {
1196 .iface = SNDRV_CTL_ELEM_IFACE_MIXER,
Matthew Ranostaye3487972008-09-08 11:36:59 -04001197 .name = "IEC958 Playback Source",
Matthew Ranostayd9737752008-09-07 12:03:41 +02001198 /* count set later */
1199 .info = stac92xx_smux_enum_info,
1200 .get = stac92xx_smux_enum_get,
1201 .put = stac92xx_smux_enum_put,
1202};
1203
Takashi Iwai2134ea42008-01-10 16:53:55 +01001204static const char *slave_vols[] = {
1205 "Front Playback Volume",
1206 "Surround Playback Volume",
1207 "Center Playback Volume",
1208 "LFE Playback Volume",
1209 "Side Playback Volume",
1210 "Headphone Playback Volume",
1211 "Headphone Playback Volume",
1212 "Speaker Playback Volume",
1213 "External Speaker Playback Volume",
1214 "Speaker2 Playback Volume",
1215 NULL
1216};
1217
1218static const char *slave_sws[] = {
1219 "Front Playback Switch",
1220 "Surround Playback Switch",
1221 "Center Playback Switch",
1222 "LFE Playback Switch",
1223 "Side Playback Switch",
1224 "Headphone Playback Switch",
1225 "Headphone Playback Switch",
1226 "Speaker Playback Switch",
1227 "External Speaker Playback Switch",
1228 "Speaker2 Playback Switch",
Takashi Iwaiedb54a52008-01-29 12:47:02 +01001229 "IEC958 Playback Switch",
Takashi Iwai2134ea42008-01-10 16:53:55 +01001230 NULL
1231};
1232
Matt2f2f4252005-04-13 14:45:30 +02001233static int stac92xx_build_controls(struct hda_codec *codec)
1234{
1235 struct sigmatel_spec *spec = codec->spec;
1236 int err;
Mattc7d4b2f2005-06-27 14:59:41 +02001237 int i;
Matt2f2f4252005-04-13 14:45:30 +02001238
1239 err = snd_hda_add_new_ctls(codec, spec->mixer);
1240 if (err < 0)
1241 return err;
Mattc7d4b2f2005-06-27 14:59:41 +02001242
1243 for (i = 0; i < spec->num_mixers; i++) {
1244 err = snd_hda_add_new_ctls(codec, spec->mixers[i]);
1245 if (err < 0)
1246 return err;
1247 }
Takashi Iwai1697055e2007-12-18 18:05:52 +01001248 if (spec->num_dmuxes > 0) {
1249 stac_dmux_mixer.count = spec->num_dmuxes;
1250 err = snd_ctl_add(codec->bus->card,
1251 snd_ctl_new1(&stac_dmux_mixer, codec));
1252 if (err < 0)
1253 return err;
1254 }
Matthew Ranostayd9737752008-09-07 12:03:41 +02001255 if (spec->num_smuxes > 0) {
Matthew Ranostay00ef50c2008-09-27 18:13:47 -04001256 int wcaps = get_wcaps(codec, spec->multiout.dig_out_nid);
1257 struct hda_input_mux *smux = &spec->private_smux;
1258 /* check for mute support on SPDIF out */
1259 if (wcaps & AC_WCAP_OUT_AMP) {
1260 smux->items[smux->num_items].label = "Off";
1261 smux->items[smux->num_items].index = 0;
1262 smux->num_items++;
1263 spec->spdif_mute = 1;
1264 }
Matthew Ranostayd9737752008-09-07 12:03:41 +02001265 stac_smux_mixer.count = spec->num_smuxes;
1266 err = snd_ctl_add(codec->bus->card,
1267 snd_ctl_new1(&stac_smux_mixer, codec));
1268 if (err < 0)
1269 return err;
1270 }
Mattc7d4b2f2005-06-27 14:59:41 +02001271
Mattdabbed62005-06-14 10:19:34 +02001272 if (spec->multiout.dig_out_nid) {
1273 err = snd_hda_create_spdif_out_ctls(codec, spec->multiout.dig_out_nid);
1274 if (err < 0)
1275 return err;
Takashi Iwai9a081602008-02-12 18:37:26 +01001276 err = snd_hda_create_spdif_share_sw(codec,
1277 &spec->multiout);
1278 if (err < 0)
1279 return err;
1280 spec->multiout.share_spdif = 1;
Mattdabbed62005-06-14 10:19:34 +02001281 }
Harvey Harrisonda74ae32008-10-21 20:28:04 -07001282 if (spec->dig_in_nid && !(spec->gpio_dir & 0x01)) {
Mattdabbed62005-06-14 10:19:34 +02001283 err = snd_hda_create_spdif_in_ctls(codec, spec->dig_in_nid);
1284 if (err < 0)
1285 return err;
1286 }
Takashi Iwai2134ea42008-01-10 16:53:55 +01001287
1288 /* if we have no master control, let's create it */
1289 if (!snd_hda_find_mixer_ctl(codec, "Master Playback Volume")) {
Takashi Iwai1c82ed12008-02-18 13:05:50 +01001290 unsigned int vmaster_tlv[4];
Takashi Iwai2134ea42008-01-10 16:53:55 +01001291 snd_hda_set_vmaster_tlv(codec, spec->multiout.dac_nids[0],
Takashi Iwai1c82ed12008-02-18 13:05:50 +01001292 HDA_OUTPUT, vmaster_tlv);
Takashi Iwai2134ea42008-01-10 16:53:55 +01001293 err = snd_hda_add_vmaster(codec, "Master Playback Volume",
Takashi Iwai1c82ed12008-02-18 13:05:50 +01001294 vmaster_tlv, slave_vols);
Takashi Iwai2134ea42008-01-10 16:53:55 +01001295 if (err < 0)
1296 return err;
1297 }
1298 if (!snd_hda_find_mixer_ctl(codec, "Master Playback Switch")) {
1299 err = snd_hda_add_vmaster(codec, "Master Playback Switch",
1300 NULL, slave_sws);
1301 if (err < 0)
1302 return err;
1303 }
1304
Mattdabbed62005-06-14 10:19:34 +02001305 return 0;
Matt2f2f4252005-04-13 14:45:30 +02001306}
1307
Matt Porter403d1942005-11-29 15:00:51 +01001308static unsigned int ref9200_pin_configs[8] = {
Mattdabbed62005-06-14 10:19:34 +02001309 0x01c47010, 0x01447010, 0x0221401f, 0x01114010,
Matt2f2f4252005-04-13 14:45:30 +02001310 0x02a19020, 0x01a19021, 0x90100140, 0x01813122,
1311};
1312
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001313/*
1314 STAC 9200 pin configs for
1315 102801A8
1316 102801DE
1317 102801E8
1318*/
1319static unsigned int dell9200_d21_pin_configs[8] = {
Takashi Iwaiaf6c0162007-09-05 23:46:03 +02001320 0x400001f0, 0x400001f1, 0x02214030, 0x01014010,
1321 0x02a19020, 0x01a19021, 0x90100140, 0x01813122,
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001322};
1323
1324/*
1325 STAC 9200 pin configs for
1326 102801C0
1327 102801C1
1328*/
1329static unsigned int dell9200_d22_pin_configs[8] = {
Takashi Iwaiaf6c0162007-09-05 23:46:03 +02001330 0x400001f0, 0x400001f1, 0x0221401f, 0x01014010,
1331 0x01813020, 0x02a19021, 0x90100140, 0x400001f2,
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001332};
1333
1334/*
1335 STAC 9200 pin configs for
1336 102801C4 (Dell Dimension E310)
1337 102801C5
1338 102801C7
1339 102801D9
1340 102801DA
1341 102801E3
1342*/
1343static unsigned int dell9200_d23_pin_configs[8] = {
Takashi Iwaiaf6c0162007-09-05 23:46:03 +02001344 0x400001f0, 0x400001f1, 0x0221401f, 0x01014010,
1345 0x01813020, 0x01a19021, 0x90100140, 0x400001f2,
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001346};
1347
1348
1349/*
1350 STAC 9200-32 pin configs for
1351 102801B5 (Dell Inspiron 630m)
1352 102801D8 (Dell Inspiron 640m)
1353*/
1354static unsigned int dell9200_m21_pin_configs[8] = {
Takashi Iwaiaf6c0162007-09-05 23:46:03 +02001355 0x40c003fa, 0x03441340, 0x0321121f, 0x90170310,
1356 0x408003fb, 0x03a11020, 0x401003fc, 0x403003fd,
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001357};
1358
1359/*
1360 STAC 9200-32 pin configs for
1361 102801C2 (Dell Latitude D620)
1362 102801C8
1363 102801CC (Dell Latitude D820)
1364 102801D4
1365 102801D6
1366*/
1367static unsigned int dell9200_m22_pin_configs[8] = {
Takashi Iwaiaf6c0162007-09-05 23:46:03 +02001368 0x40c003fa, 0x0144131f, 0x0321121f, 0x90170310,
1369 0x90a70321, 0x03a11020, 0x401003fb, 0x40f000fc,
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001370};
1371
1372/*
1373 STAC 9200-32 pin configs for
1374 102801CE (Dell XPS M1710)
1375 102801CF (Dell Precision M90)
1376*/
1377static unsigned int dell9200_m23_pin_configs[8] = {
1378 0x40c003fa, 0x01441340, 0x0421421f, 0x90170310,
1379 0x408003fb, 0x04a1102e, 0x90170311, 0x403003fc,
1380};
1381
1382/*
1383 STAC 9200-32 pin configs for
1384 102801C9
1385 102801CA
1386 102801CB (Dell Latitude 120L)
1387 102801D3
1388*/
1389static unsigned int dell9200_m24_pin_configs[8] = {
Takashi Iwaiaf6c0162007-09-05 23:46:03 +02001390 0x40c003fa, 0x404003fb, 0x0321121f, 0x90170310,
1391 0x408003fc, 0x03a11020, 0x401003fd, 0x403003fe,
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001392};
1393
1394/*
1395 STAC 9200-32 pin configs for
1396 102801BD (Dell Inspiron E1505n)
1397 102801EE
1398 102801EF
1399*/
1400static unsigned int dell9200_m25_pin_configs[8] = {
Takashi Iwaiaf6c0162007-09-05 23:46:03 +02001401 0x40c003fa, 0x01441340, 0x0421121f, 0x90170310,
1402 0x408003fb, 0x04a11020, 0x401003fc, 0x403003fd,
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001403};
1404
1405/*
1406 STAC 9200-32 pin configs for
1407 102801F5 (Dell Inspiron 1501)
1408 102801F6
1409*/
1410static unsigned int dell9200_m26_pin_configs[8] = {
Takashi Iwaiaf6c0162007-09-05 23:46:03 +02001411 0x40c003fa, 0x404003fb, 0x0421121f, 0x90170310,
1412 0x408003fc, 0x04a11020, 0x401003fd, 0x403003fe,
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001413};
1414
1415/*
1416 STAC 9200-32
1417 102801CD (Dell Inspiron E1705/9400)
1418*/
1419static unsigned int dell9200_m27_pin_configs[8] = {
Takashi Iwaiaf6c0162007-09-05 23:46:03 +02001420 0x40c003fa, 0x01441340, 0x0421121f, 0x90170310,
1421 0x90170310, 0x04a11020, 0x90170310, 0x40f003fc,
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001422};
1423
Tobin Davisbf277782008-02-03 20:31:47 +01001424static unsigned int oqo9200_pin_configs[8] = {
1425 0x40c000f0, 0x404000f1, 0x0221121f, 0x02211210,
1426 0x90170111, 0x90a70120, 0x400000f2, 0x400000f3,
1427};
1428
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001429
Takashi Iwaif5fcc132006-11-24 17:07:44 +01001430static unsigned int *stac9200_brd_tbl[STAC_9200_MODELS] = {
1431 [STAC_REF] = ref9200_pin_configs,
Tobin Davisbf277782008-02-03 20:31:47 +01001432 [STAC_9200_OQO] = oqo9200_pin_configs,
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001433 [STAC_9200_DELL_D21] = dell9200_d21_pin_configs,
1434 [STAC_9200_DELL_D22] = dell9200_d22_pin_configs,
1435 [STAC_9200_DELL_D23] = dell9200_d23_pin_configs,
1436 [STAC_9200_DELL_M21] = dell9200_m21_pin_configs,
1437 [STAC_9200_DELL_M22] = dell9200_m22_pin_configs,
1438 [STAC_9200_DELL_M23] = dell9200_m23_pin_configs,
1439 [STAC_9200_DELL_M24] = dell9200_m24_pin_configs,
1440 [STAC_9200_DELL_M25] = dell9200_m25_pin_configs,
1441 [STAC_9200_DELL_M26] = dell9200_m26_pin_configs,
1442 [STAC_9200_DELL_M27] = dell9200_m27_pin_configs,
Takashi Iwai117f2572008-03-18 09:53:23 +01001443 [STAC_9200_PANASONIC] = ref9200_pin_configs,
Matt Porter403d1942005-11-29 15:00:51 +01001444};
1445
Takashi Iwaif5fcc132006-11-24 17:07:44 +01001446static const char *stac9200_models[STAC_9200_MODELS] = {
1447 [STAC_REF] = "ref",
Tobin Davisbf277782008-02-03 20:31:47 +01001448 [STAC_9200_OQO] = "oqo",
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001449 [STAC_9200_DELL_D21] = "dell-d21",
1450 [STAC_9200_DELL_D22] = "dell-d22",
1451 [STAC_9200_DELL_D23] = "dell-d23",
1452 [STAC_9200_DELL_M21] = "dell-m21",
1453 [STAC_9200_DELL_M22] = "dell-m22",
1454 [STAC_9200_DELL_M23] = "dell-m23",
1455 [STAC_9200_DELL_M24] = "dell-m24",
1456 [STAC_9200_DELL_M25] = "dell-m25",
1457 [STAC_9200_DELL_M26] = "dell-m26",
1458 [STAC_9200_DELL_M27] = "dell-m27",
Takashi Iwai1194b5b2007-10-10 10:04:26 +02001459 [STAC_9200_GATEWAY] = "gateway",
Takashi Iwai117f2572008-03-18 09:53:23 +01001460 [STAC_9200_PANASONIC] = "panasonic",
Takashi Iwaif5fcc132006-11-24 17:07:44 +01001461};
1462
1463static struct snd_pci_quirk stac9200_cfg_tbl[] = {
1464 /* SigmaTel reference board */
1465 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x2668,
1466 "DFI LanParty", STAC_REF),
Matt Portere7377072006-11-06 11:20:38 +01001467 /* Dell laptops have BIOS problem */
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001468 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01a8,
1469 "unknown Dell", STAC_9200_DELL_D21),
Takashi Iwaif5fcc132006-11-24 17:07:44 +01001470 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01b5,
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001471 "Dell Inspiron 630m", STAC_9200_DELL_M21),
1472 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01bd,
1473 "Dell Inspiron E1505n", STAC_9200_DELL_M25),
1474 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01c0,
1475 "unknown Dell", STAC_9200_DELL_D22),
1476 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01c1,
1477 "unknown Dell", STAC_9200_DELL_D22),
Takashi Iwaif5fcc132006-11-24 17:07:44 +01001478 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01c2,
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001479 "Dell Latitude D620", STAC_9200_DELL_M22),
1480 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01c5,
1481 "unknown Dell", STAC_9200_DELL_D23),
1482 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01c7,
1483 "unknown Dell", STAC_9200_DELL_D23),
1484 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01c8,
1485 "unknown Dell", STAC_9200_DELL_M22),
1486 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01c9,
1487 "unknown Dell", STAC_9200_DELL_M24),
1488 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01ca,
1489 "unknown Dell", STAC_9200_DELL_M24),
Takashi Iwaif5fcc132006-11-24 17:07:44 +01001490 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01cb,
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001491 "Dell Latitude 120L", STAC_9200_DELL_M24),
Cory T. Tusar877b8662007-01-30 17:30:55 +01001492 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01cc,
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001493 "Dell Latitude D820", STAC_9200_DELL_M22),
Mikael Nilsson46f02ca2007-02-13 12:46:16 +01001494 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01cd,
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001495 "Dell Inspiron E1705/9400", STAC_9200_DELL_M27),
Mikael Nilsson46f02ca2007-02-13 12:46:16 +01001496 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01ce,
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001497 "Dell XPS M1710", STAC_9200_DELL_M23),
Takashi Iwaif0f96742007-02-14 00:59:17 +01001498 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01cf,
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001499 "Dell Precision M90", STAC_9200_DELL_M23),
1500 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01d3,
1501 "unknown Dell", STAC_9200_DELL_M22),
1502 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01d4,
1503 "unknown Dell", STAC_9200_DELL_M22),
Daniel T Chen8286c532007-05-15 11:46:23 +02001504 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01d6,
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001505 "unknown Dell", STAC_9200_DELL_M22),
Tobin Davis49c605d2007-05-17 09:38:24 +02001506 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01d8,
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001507 "Dell Inspiron 640m", STAC_9200_DELL_M21),
1508 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01d9,
1509 "unknown Dell", STAC_9200_DELL_D23),
1510 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01da,
1511 "unknown Dell", STAC_9200_DELL_D23),
1512 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01de,
1513 "unknown Dell", STAC_9200_DELL_D21),
1514 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01e3,
1515 "unknown Dell", STAC_9200_DELL_D23),
1516 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01e8,
1517 "unknown Dell", STAC_9200_DELL_D21),
1518 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01ee,
1519 "unknown Dell", STAC_9200_DELL_M25),
1520 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01ef,
1521 "unknown Dell", STAC_9200_DELL_M25),
Tobin Davis49c605d2007-05-17 09:38:24 +02001522 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01f5,
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001523 "Dell Inspiron 1501", STAC_9200_DELL_M26),
1524 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01f6,
1525 "unknown Dell", STAC_9200_DELL_M26),
Tobin Davis49c605d2007-05-17 09:38:24 +02001526 /* Panasonic */
Takashi Iwai117f2572008-03-18 09:53:23 +01001527 SND_PCI_QUIRK(0x10f7, 0x8338, "Panasonic CF-74", STAC_9200_PANASONIC),
Takashi Iwai1194b5b2007-10-10 10:04:26 +02001528 /* Gateway machines needs EAPD to be set on resume */
1529 SND_PCI_QUIRK(0x107b, 0x0205, "Gateway S-7110M", STAC_9200_GATEWAY),
1530 SND_PCI_QUIRK(0x107b, 0x0317, "Gateway MT3423, MX341*",
1531 STAC_9200_GATEWAY),
1532 SND_PCI_QUIRK(0x107b, 0x0318, "Gateway ML3019, MT3707",
1533 STAC_9200_GATEWAY),
Tobin Davisbf277782008-02-03 20:31:47 +01001534 /* OQO Mobile */
1535 SND_PCI_QUIRK(0x1106, 0x3288, "OQO Model 2", STAC_9200_OQO),
Matt Porter403d1942005-11-29 15:00:51 +01001536 {} /* terminator */
1537};
1538
Tobin Davis8e21c342007-01-08 11:04:17 +01001539static unsigned int ref925x_pin_configs[8] = {
1540 0x40c003f0, 0x424503f2, 0x01813022, 0x02a19021,
Matthew Ranostay09a99952008-01-24 11:49:21 +01001541 0x90a70320, 0x02214210, 0x01019020, 0x9033032e,
Tobin Davis8e21c342007-01-08 11:04:17 +01001542};
1543
1544static unsigned int stac925x_MA6_pin_configs[8] = {
1545 0x40c003f0, 0x424503f2, 0x01813022, 0x02a19021,
1546 0x90a70320, 0x90100211, 0x400003f1, 0x9033032e,
1547};
1548
Tobin Davis2c11f952007-05-17 09:36:34 +02001549static unsigned int stac925x_PA6_pin_configs[8] = {
1550 0x40c003f0, 0x424503f2, 0x01813022, 0x02a19021,
1551 0x50a103f0, 0x90100211, 0x400003f1, 0x9033032e,
1552};
1553
Tobin Davis8e21c342007-01-08 11:04:17 +01001554static unsigned int stac925xM2_2_pin_configs[8] = {
Steve Longerbeam7353e142007-05-29 14:36:17 +02001555 0x40c003f3, 0x424503f2, 0x04180011, 0x02a19020,
1556 0x50a103f0, 0x90100212, 0x400003f1, 0x9033032e,
Tobin Davis8e21c342007-01-08 11:04:17 +01001557};
1558
1559static unsigned int *stac925x_brd_tbl[STAC_925x_MODELS] = {
1560 [STAC_REF] = ref925x_pin_configs,
1561 [STAC_M2_2] = stac925xM2_2_pin_configs,
1562 [STAC_MA6] = stac925x_MA6_pin_configs,
Tobin Davis2c11f952007-05-17 09:36:34 +02001563 [STAC_PA6] = stac925x_PA6_pin_configs,
Tobin Davis8e21c342007-01-08 11:04:17 +01001564};
1565
1566static const char *stac925x_models[STAC_925x_MODELS] = {
1567 [STAC_REF] = "ref",
1568 [STAC_M2_2] = "m2-2",
1569 [STAC_MA6] = "m6",
Tobin Davis2c11f952007-05-17 09:36:34 +02001570 [STAC_PA6] = "pa6",
Tobin Davis8e21c342007-01-08 11:04:17 +01001571};
1572
1573static struct snd_pci_quirk stac925x_cfg_tbl[] = {
1574 /* SigmaTel reference board */
1575 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x2668, "DFI LanParty", STAC_REF),
Tobin Davis2c11f952007-05-17 09:36:34 +02001576 SND_PCI_QUIRK(0x8384, 0x7632, "Stac9202 Reference Board", STAC_REF),
Tobin Davis8e21c342007-01-08 11:04:17 +01001577 SND_PCI_QUIRK(0x107b, 0x0316, "Gateway M255", STAC_REF),
1578 SND_PCI_QUIRK(0x107b, 0x0366, "Gateway MP6954", STAC_REF),
1579 SND_PCI_QUIRK(0x107b, 0x0461, "Gateway NX560XL", STAC_MA6),
Tobin Davis2c11f952007-05-17 09:36:34 +02001580 SND_PCI_QUIRK(0x107b, 0x0681, "Gateway NX860", STAC_PA6),
Tobin Davis8e21c342007-01-08 11:04:17 +01001581 SND_PCI_QUIRK(0x1002, 0x437b, "Gateway MX6453", STAC_M2_2),
1582 {} /* terminator */
1583};
1584
Matthew Ranostaya7662642008-02-21 07:51:14 +01001585static unsigned int ref92hd73xx_pin_configs[13] = {
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01001586 0x02214030, 0x02a19040, 0x01a19020, 0x02214030,
1587 0x0181302e, 0x01014010, 0x01014020, 0x01014030,
1588 0x02319040, 0x90a000f0, 0x90a000f0, 0x01452050,
Matthew Ranostaya7662642008-02-21 07:51:14 +01001589 0x01452050,
1590};
1591
1592static unsigned int dell_m6_pin_configs[13] = {
1593 0x0321101f, 0x4f00000f, 0x4f0000f0, 0x90170110,
Matthew Ranostay7c2ba972008-04-16 13:13:59 +02001594 0x03a11020, 0x0321101f, 0x4f0000f0, 0x4f0000f0,
Matthew Ranostaya7662642008-02-21 07:51:14 +01001595 0x4f0000f0, 0x90a60160, 0x4f0000f0, 0x4f0000f0,
1596 0x4f0000f0,
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01001597};
1598
1599static unsigned int *stac92hd73xx_brd_tbl[STAC_92HD73XX_MODELS] = {
Matthew Ranostaya7662642008-02-21 07:51:14 +01001600 [STAC_92HD73XX_REF] = ref92hd73xx_pin_configs,
1601 [STAC_DELL_M6] = dell_m6_pin_configs,
Matthew Ranostay6b3ab212008-11-03 08:12:43 -05001602 [STAC_DELL_EQ] = dell_m6_pin_configs,
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01001603};
1604
1605static const char *stac92hd73xx_models[STAC_92HD73XX_MODELS] = {
1606 [STAC_92HD73XX_REF] = "ref",
Matthew Ranostaya7662642008-02-21 07:51:14 +01001607 [STAC_DELL_M6] = "dell-m6",
Matthew Ranostay6b3ab212008-11-03 08:12:43 -05001608 [STAC_DELL_EQ] = "dell-eq",
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01001609};
1610
1611static struct snd_pci_quirk stac92hd73xx_cfg_tbl[] = {
1612 /* SigmaTel reference board */
1613 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x2668,
Matthew Ranostaya7662642008-02-21 07:51:14 +01001614 "DFI LanParty", STAC_92HD73XX_REF),
1615 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0254,
1616 "unknown Dell", STAC_DELL_M6),
1617 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0255,
1618 "unknown Dell", STAC_DELL_M6),
1619 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0256,
1620 "unknown Dell", STAC_DELL_M6),
1621 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0257,
1622 "unknown Dell", STAC_DELL_M6),
1623 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x025e,
1624 "unknown Dell", STAC_DELL_M6),
1625 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x025f,
1626 "unknown Dell", STAC_DELL_M6),
1627 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0271,
1628 "unknown Dell", STAC_DELL_M6),
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01001629 {} /* terminator */
1630};
1631
Matthew Ranostayd0513fc2008-07-27 10:30:30 +02001632static unsigned int ref92hd83xxx_pin_configs[14] = {
1633 0x02214030, 0x02211010, 0x02a19020, 0x02170130,
1634 0x01014050, 0x01819040, 0x01014020, 0x90a3014e,
1635 0x40f000f0, 0x40f000f0, 0x40f000f0, 0x40f000f0,
1636 0x01451160, 0x98560170,
1637};
1638
1639static unsigned int *stac92hd83xxx_brd_tbl[STAC_92HD83XXX_MODELS] = {
1640 [STAC_92HD83XXX_REF] = ref92hd83xxx_pin_configs,
1641};
1642
1643static const char *stac92hd83xxx_models[STAC_92HD83XXX_MODELS] = {
1644 [STAC_92HD83XXX_REF] = "ref",
1645};
1646
1647static struct snd_pci_quirk stac92hd83xxx_cfg_tbl[] = {
1648 /* SigmaTel reference board */
1649 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x2668,
1650 "DFI LanParty", STAC_92HD71BXX_REF),
1651};
1652
Matthew Ranostay0ffa9802008-09-08 11:20:05 -04001653static unsigned int ref92hd71bxx_pin_configs[11] = {
Matthew Ranostaye035b842007-11-06 11:53:55 +01001654 0x02214030, 0x02a19040, 0x01a19020, 0x01014010,
Matthew Ranostay4b33c762008-10-10 09:07:23 -04001655 0x0181302e, 0x01014010, 0x01019020, 0x90a000f0,
Matthew Ranostay0ffa9802008-09-08 11:20:05 -04001656 0x90a000f0, 0x01452050, 0x01452050,
Matthew Ranostaye035b842007-11-06 11:53:55 +01001657};
1658
Matthew Ranostay0ffa9802008-09-08 11:20:05 -04001659static unsigned int dell_m4_1_pin_configs[11] = {
Matthew Ranostaya7662642008-02-21 07:51:14 +01001660 0x0421101f, 0x04a11221, 0x40f000f0, 0x90170110,
Matthew Ranostay07bcb312008-03-20 12:10:57 +01001661 0x23a1902e, 0x23014250, 0x40f000f0, 0x90a000f0,
Matthew Ranostay0ffa9802008-09-08 11:20:05 -04001662 0x40f000f0, 0x4f0000f0, 0x4f0000f0,
Matthew Ranostaya7662642008-02-21 07:51:14 +01001663};
1664
Matthew Ranostay0ffa9802008-09-08 11:20:05 -04001665static unsigned int dell_m4_2_pin_configs[11] = {
Matthew Ranostaya7662642008-02-21 07:51:14 +01001666 0x0421101f, 0x04a11221, 0x90a70330, 0x90170110,
1667 0x23a1902e, 0x23014250, 0x40f000f0, 0x40f000f0,
Matthew Ranostay0ffa9802008-09-08 11:20:05 -04001668 0x40f000f0, 0x044413b0, 0x044413b0,
Matthew Ranostaya7662642008-02-21 07:51:14 +01001669};
1670
Matthew Ranostaye035b842007-11-06 11:53:55 +01001671static unsigned int *stac92hd71bxx_brd_tbl[STAC_92HD71BXX_MODELS] = {
1672 [STAC_92HD71BXX_REF] = ref92hd71bxx_pin_configs,
Matthew Ranostaya7662642008-02-21 07:51:14 +01001673 [STAC_DELL_M4_1] = dell_m4_1_pin_configs,
1674 [STAC_DELL_M4_2] = dell_m4_2_pin_configs,
Matthew Ranostay6a14f582008-09-12 12:02:30 -04001675 [STAC_HP_M4] = NULL,
Matthew Ranostaye035b842007-11-06 11:53:55 +01001676};
1677
1678static const char *stac92hd71bxx_models[STAC_92HD71BXX_MODELS] = {
1679 [STAC_92HD71BXX_REF] = "ref",
Matthew Ranostaya7662642008-02-21 07:51:14 +01001680 [STAC_DELL_M4_1] = "dell-m4-1",
1681 [STAC_DELL_M4_2] = "dell-m4-2",
Matthew Ranostay6a14f582008-09-12 12:02:30 -04001682 [STAC_HP_M4] = "hp-m4",
Matthew Ranostaye035b842007-11-06 11:53:55 +01001683};
1684
1685static struct snd_pci_quirk stac92hd71bxx_cfg_tbl[] = {
1686 /* SigmaTel reference board */
1687 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x2668,
1688 "DFI LanParty", STAC_92HD71BXX_REF),
Matthew Ranostay9a9e2352008-09-26 10:37:03 -04001689 SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x361a,
1690 "unknown HP", STAC_HP_M4),
Matthew Ranostaya7662642008-02-21 07:51:14 +01001691 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0233,
1692 "unknown Dell", STAC_DELL_M4_1),
1693 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0234,
1694 "unknown Dell", STAC_DELL_M4_1),
1695 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0250,
1696 "unknown Dell", STAC_DELL_M4_1),
1697 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x024f,
1698 "unknown Dell", STAC_DELL_M4_1),
1699 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x024d,
1700 "unknown Dell", STAC_DELL_M4_1),
1701 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0251,
1702 "unknown Dell", STAC_DELL_M4_1),
1703 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0277,
1704 "unknown Dell", STAC_DELL_M4_1),
1705 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0263,
1706 "unknown Dell", STAC_DELL_M4_2),
1707 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0265,
1708 "unknown Dell", STAC_DELL_M4_2),
1709 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0262,
1710 "unknown Dell", STAC_DELL_M4_2),
1711 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0264,
1712 "unknown Dell", STAC_DELL_M4_2),
Matthew Ranostaye035b842007-11-06 11:53:55 +01001713 {} /* terminator */
1714};
1715
Matt Porter403d1942005-11-29 15:00:51 +01001716static unsigned int ref922x_pin_configs[10] = {
1717 0x01014010, 0x01016011, 0x01012012, 0x0221401f,
1718 0x01813122, 0x01011014, 0x01441030, 0x01c41030,
Matt2f2f4252005-04-13 14:45:30 +02001719 0x40000100, 0x40000100,
1720};
1721
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001722/*
1723 STAC 922X pin configs for
1724 102801A7
1725 102801AB
1726 102801A9
1727 102801D1
1728 102801D2
1729*/
1730static unsigned int dell_922x_d81_pin_configs[10] = {
1731 0x02214030, 0x01a19021, 0x01111012, 0x01114010,
1732 0x02a19020, 0x01117011, 0x400001f0, 0x400001f1,
1733 0x01813122, 0x400001f2,
1734};
1735
1736/*
1737 STAC 922X pin configs for
1738 102801AC
1739 102801D0
1740*/
1741static unsigned int dell_922x_d82_pin_configs[10] = {
1742 0x02214030, 0x01a19021, 0x01111012, 0x01114010,
1743 0x02a19020, 0x01117011, 0x01451140, 0x400001f0,
1744 0x01813122, 0x400001f1,
1745};
1746
1747/*
1748 STAC 922X pin configs for
1749 102801BF
1750*/
1751static unsigned int dell_922x_m81_pin_configs[10] = {
1752 0x0321101f, 0x01112024, 0x01111222, 0x91174220,
1753 0x03a11050, 0x01116221, 0x90a70330, 0x01452340,
1754 0x40C003f1, 0x405003f0,
1755};
1756
1757/*
1758 STAC 9221 A1 pin configs for
1759 102801D7 (Dell XPS M1210)
1760*/
1761static unsigned int dell_922x_m82_pin_configs[10] = {
Jiang Zhe7f9310c2007-11-12 12:43:37 +01001762 0x02211211, 0x408103ff, 0x02a1123e, 0x90100310,
1763 0x408003f1, 0x0221121f, 0x03451340, 0x40c003f2,
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001764 0x508003f3, 0x405003f4,
1765};
1766
Matt Porter403d1942005-11-29 15:00:51 +01001767static unsigned int d945gtp3_pin_configs[10] = {
Matt Porter869264c2006-01-25 19:20:50 +01001768 0x0221401f, 0x01a19022, 0x01813021, 0x01014010,
Matt Porter403d1942005-11-29 15:00:51 +01001769 0x40000100, 0x40000100, 0x40000100, 0x40000100,
1770 0x02a19120, 0x40000100,
1771};
1772
1773static unsigned int d945gtp5_pin_configs[10] = {
Matt Porter869264c2006-01-25 19:20:50 +01001774 0x0221401f, 0x01011012, 0x01813024, 0x01014010,
1775 0x01a19021, 0x01016011, 0x01452130, 0x40000100,
Matt Porter403d1942005-11-29 15:00:51 +01001776 0x02a19320, 0x40000100,
1777};
1778
Ivan N. Zlatev5d5d3bc2007-05-29 16:03:00 +02001779static unsigned int intel_mac_v1_pin_configs[10] = {
1780 0x0121e21f, 0x400000ff, 0x9017e110, 0x400000fd,
1781 0x400000fe, 0x0181e020, 0x1145e030, 0x11c5e240,
Takashi Iwai3fc24d82007-02-16 13:27:18 +01001782 0x400000fc, 0x400000fb,
1783};
1784
Ivan N. Zlatev5d5d3bc2007-05-29 16:03:00 +02001785static unsigned int intel_mac_v2_pin_configs[10] = {
1786 0x0121e21f, 0x90a7012e, 0x9017e110, 0x400000fd,
1787 0x400000fe, 0x0181e020, 0x1145e230, 0x500000fa,
Sylvain FORETf16928f2007-04-27 14:22:36 +02001788 0x400000fc, 0x400000fb,
1789};
1790
Ivan N. Zlatev5d5d3bc2007-05-29 16:03:00 +02001791static unsigned int intel_mac_v3_pin_configs[10] = {
1792 0x0121e21f, 0x90a7012e, 0x9017e110, 0x400000fd,
1793 0x400000fe, 0x0181e020, 0x1145e230, 0x11c5e240,
1794 0x400000fc, 0x400000fb,
1795};
1796
1797static unsigned int intel_mac_v4_pin_configs[10] = {
1798 0x0321e21f, 0x03a1e02e, 0x9017e110, 0x9017e11f,
1799 0x400000fe, 0x0381e020, 0x1345e230, 0x13c5e240,
1800 0x400000fc, 0x400000fb,
1801};
1802
1803static unsigned int intel_mac_v5_pin_configs[10] = {
1804 0x0321e21f, 0x03a1e02e, 0x9017e110, 0x9017e11f,
1805 0x400000fe, 0x0381e020, 0x1345e230, 0x13c5e240,
1806 0x400000fc, 0x400000fb,
Takashi Iwai0dae0f82007-05-21 12:41:29 +02001807};
1808
Mauro Carvalho Chehab8c650082008-08-04 10:39:59 -03001809static unsigned int ecs202_pin_configs[10] = {
1810 0x0221401f, 0x02a19020, 0x01a19020, 0x01114010,
1811 0x408000f0, 0x01813022, 0x074510a0, 0x40c400f1,
1812 0x9037012e, 0x40e000f2,
1813};
Takashi Iwai76c08822007-06-19 12:17:42 +02001814
Takashi Iwai19039bd2006-06-28 15:52:16 +02001815static unsigned int *stac922x_brd_tbl[STAC_922X_MODELS] = {
Takashi Iwaif5fcc132006-11-24 17:07:44 +01001816 [STAC_D945_REF] = ref922x_pin_configs,
Takashi Iwai19039bd2006-06-28 15:52:16 +02001817 [STAC_D945GTP3] = d945gtp3_pin_configs,
1818 [STAC_D945GTP5] = d945gtp5_pin_configs,
Ivan N. Zlatev5d5d3bc2007-05-29 16:03:00 +02001819 [STAC_INTEL_MAC_V1] = intel_mac_v1_pin_configs,
1820 [STAC_INTEL_MAC_V2] = intel_mac_v2_pin_configs,
1821 [STAC_INTEL_MAC_V3] = intel_mac_v3_pin_configs,
1822 [STAC_INTEL_MAC_V4] = intel_mac_v4_pin_configs,
1823 [STAC_INTEL_MAC_V5] = intel_mac_v5_pin_configs,
Nicolas Boichat536319a2008-07-21 22:18:01 +08001824 [STAC_INTEL_MAC_AUTO] = intel_mac_v3_pin_configs,
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001825 /* for backward compatibility */
Ivan N. Zlatev5d5d3bc2007-05-29 16:03:00 +02001826 [STAC_MACMINI] = intel_mac_v3_pin_configs,
1827 [STAC_MACBOOK] = intel_mac_v5_pin_configs,
1828 [STAC_MACBOOK_PRO_V1] = intel_mac_v3_pin_configs,
1829 [STAC_MACBOOK_PRO_V2] = intel_mac_v3_pin_configs,
1830 [STAC_IMAC_INTEL] = intel_mac_v2_pin_configs,
1831 [STAC_IMAC_INTEL_20] = intel_mac_v3_pin_configs,
Mauro Carvalho Chehab8c650082008-08-04 10:39:59 -03001832 [STAC_ECS_202] = ecs202_pin_configs,
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001833 [STAC_922X_DELL_D81] = dell_922x_d81_pin_configs,
1834 [STAC_922X_DELL_D82] = dell_922x_d82_pin_configs,
1835 [STAC_922X_DELL_M81] = dell_922x_m81_pin_configs,
1836 [STAC_922X_DELL_M82] = dell_922x_m82_pin_configs,
Matt Porter403d1942005-11-29 15:00:51 +01001837};
1838
Takashi Iwaif5fcc132006-11-24 17:07:44 +01001839static const char *stac922x_models[STAC_922X_MODELS] = {
1840 [STAC_D945_REF] = "ref",
1841 [STAC_D945GTP5] = "5stack",
1842 [STAC_D945GTP3] = "3stack",
Ivan N. Zlatev5d5d3bc2007-05-29 16:03:00 +02001843 [STAC_INTEL_MAC_V1] = "intel-mac-v1",
1844 [STAC_INTEL_MAC_V2] = "intel-mac-v2",
1845 [STAC_INTEL_MAC_V3] = "intel-mac-v3",
1846 [STAC_INTEL_MAC_V4] = "intel-mac-v4",
1847 [STAC_INTEL_MAC_V5] = "intel-mac-v5",
Nicolas Boichat536319a2008-07-21 22:18:01 +08001848 [STAC_INTEL_MAC_AUTO] = "intel-mac-auto",
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001849 /* for backward compatibility */
Takashi Iwaif5fcc132006-11-24 17:07:44 +01001850 [STAC_MACMINI] = "macmini",
Takashi Iwai3fc24d82007-02-16 13:27:18 +01001851 [STAC_MACBOOK] = "macbook",
Nicolas Boichat6f0778d2007-03-15 12:38:15 +01001852 [STAC_MACBOOK_PRO_V1] = "macbook-pro-v1",
1853 [STAC_MACBOOK_PRO_V2] = "macbook-pro",
Sylvain FORETf16928f2007-04-27 14:22:36 +02001854 [STAC_IMAC_INTEL] = "imac-intel",
Takashi Iwai0dae0f82007-05-21 12:41:29 +02001855 [STAC_IMAC_INTEL_20] = "imac-intel-20",
Mauro Carvalho Chehab8c650082008-08-04 10:39:59 -03001856 [STAC_ECS_202] = "ecs202",
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001857 [STAC_922X_DELL_D81] = "dell-d81",
1858 [STAC_922X_DELL_D82] = "dell-d82",
1859 [STAC_922X_DELL_M81] = "dell-m81",
1860 [STAC_922X_DELL_M82] = "dell-m82",
Takashi Iwaif5fcc132006-11-24 17:07:44 +01001861};
1862
1863static struct snd_pci_quirk stac922x_cfg_tbl[] = {
1864 /* SigmaTel reference board */
1865 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x2668,
1866 "DFI LanParty", STAC_D945_REF),
1867 /* Intel 945G based systems */
1868 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x0101,
1869 "Intel D945G", STAC_D945GTP3),
1870 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x0202,
1871 "Intel D945G", STAC_D945GTP3),
1872 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x0606,
1873 "Intel D945G", STAC_D945GTP3),
1874 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x0601,
1875 "Intel D945G", STAC_D945GTP3),
1876 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x0111,
1877 "Intel D945G", STAC_D945GTP3),
1878 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x1115,
1879 "Intel D945G", STAC_D945GTP3),
1880 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x1116,
1881 "Intel D945G", STAC_D945GTP3),
1882 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x1117,
1883 "Intel D945G", STAC_D945GTP3),
1884 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x1118,
1885 "Intel D945G", STAC_D945GTP3),
1886 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x1119,
1887 "Intel D945G", STAC_D945GTP3),
1888 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x8826,
1889 "Intel D945G", STAC_D945GTP3),
1890 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x5049,
1891 "Intel D945G", STAC_D945GTP3),
1892 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x5055,
1893 "Intel D945G", STAC_D945GTP3),
1894 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x5048,
1895 "Intel D945G", STAC_D945GTP3),
1896 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x0110,
1897 "Intel D945G", STAC_D945GTP3),
1898 /* Intel D945G 5-stack systems */
1899 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x0404,
1900 "Intel D945G", STAC_D945GTP5),
1901 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x0303,
1902 "Intel D945G", STAC_D945GTP5),
1903 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x0013,
1904 "Intel D945G", STAC_D945GTP5),
1905 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x0417,
1906 "Intel D945G", STAC_D945GTP5),
1907 /* Intel 945P based systems */
1908 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x0b0b,
1909 "Intel D945P", STAC_D945GTP3),
1910 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x0112,
1911 "Intel D945P", STAC_D945GTP3),
1912 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x0d0d,
1913 "Intel D945P", STAC_D945GTP3),
1914 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x0909,
1915 "Intel D945P", STAC_D945GTP3),
1916 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x0505,
1917 "Intel D945P", STAC_D945GTP3),
1918 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x0707,
1919 "Intel D945P", STAC_D945GTP5),
1920 /* other systems */
Nicolas Boichat536319a2008-07-21 22:18:01 +08001921 /* Apple Intel Mac (Mac Mini, MacBook, MacBook Pro...) */
Takashi Iwaif5fcc132006-11-24 17:07:44 +01001922 SND_PCI_QUIRK(0x8384, 0x7680,
Nicolas Boichat536319a2008-07-21 22:18:01 +08001923 "Mac", STAC_INTEL_MAC_AUTO),
Takashi Iwaidfe495d2007-08-23 19:04:28 +02001924 /* Dell systems */
1925 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01a7,
1926 "unknown Dell", STAC_922X_DELL_D81),
1927 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01a9,
1928 "unknown Dell", STAC_922X_DELL_D81),
1929 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01ab,
1930 "unknown Dell", STAC_922X_DELL_D81),
1931 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01ac,
1932 "unknown Dell", STAC_922X_DELL_D82),
1933 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01bf,
1934 "unknown Dell", STAC_922X_DELL_M81),
1935 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01d0,
1936 "unknown Dell", STAC_922X_DELL_D82),
1937 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01d1,
1938 "unknown Dell", STAC_922X_DELL_D81),
1939 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01d2,
1940 "unknown Dell", STAC_922X_DELL_D81),
1941 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01d7,
1942 "Dell XPS M1210", STAC_922X_DELL_M82),
Mauro Carvalho Chehab8c650082008-08-04 10:39:59 -03001943 /* ECS/PC Chips boards */
1944 SND_PCI_QUIRK(0x1019, 0x2144,
1945 "ECS/PC chips", STAC_ECS_202),
1946 SND_PCI_QUIRK(0x1019, 0x2608,
1947 "ECS/PC chips", STAC_ECS_202),
1948 SND_PCI_QUIRK(0x1019, 0x2633,
1949 "ECS/PC chips P17G/1333", STAC_ECS_202),
1950 SND_PCI_QUIRK(0x1019, 0x2811,
1951 "ECS/PC chips", STAC_ECS_202),
1952 SND_PCI_QUIRK(0x1019, 0x2812,
1953 "ECS/PC chips", STAC_ECS_202),
1954 SND_PCI_QUIRK(0x1019, 0x2813,
1955 "ECS/PC chips", STAC_ECS_202),
1956 SND_PCI_QUIRK(0x1019, 0x2814,
1957 "ECS/PC chips", STAC_ECS_202),
1958 SND_PCI_QUIRK(0x1019, 0x2815,
1959 "ECS/PC chips", STAC_ECS_202),
1960 SND_PCI_QUIRK(0x1019, 0x2816,
1961 "ECS/PC chips", STAC_ECS_202),
1962 SND_PCI_QUIRK(0x1019, 0x2817,
1963 "ECS/PC chips", STAC_ECS_202),
1964 SND_PCI_QUIRK(0x1019, 0x2818,
1965 "ECS/PC chips", STAC_ECS_202),
1966 SND_PCI_QUIRK(0x1019, 0x2819,
1967 "ECS/PC chips", STAC_ECS_202),
1968 SND_PCI_QUIRK(0x1019, 0x2820,
1969 "ECS/PC chips", STAC_ECS_202),
Matt Porter403d1942005-11-29 15:00:51 +01001970 {} /* terminator */
1971};
1972
Matt Porter3cc08dc2006-01-23 15:27:49 +01001973static unsigned int ref927x_pin_configs[14] = {
Tobin Davis93ed1502006-09-01 21:03:12 +02001974 0x02214020, 0x02a19080, 0x0181304e, 0x01014010,
1975 0x01a19040, 0x01011012, 0x01016011, 0x0101201f,
1976 0x183301f0, 0x18a001f0, 0x18a001f0, 0x01442070,
1977 0x01c42190, 0x40000100,
Matt Porter3cc08dc2006-01-23 15:27:49 +01001978};
1979
Tobin Davis93ed1502006-09-01 21:03:12 +02001980static unsigned int d965_3st_pin_configs[14] = {
Tobin Davis81d3dbd2006-08-22 19:44:45 +02001981 0x0221401f, 0x02a19120, 0x40000100, 0x01014011,
1982 0x01a19021, 0x01813024, 0x40000100, 0x40000100,
1983 0x40000100, 0x40000100, 0x40000100, 0x40000100,
1984 0x40000100, 0x40000100
1985};
1986
Tobin Davis93ed1502006-09-01 21:03:12 +02001987static unsigned int d965_5st_pin_configs[14] = {
1988 0x02214020, 0x02a19080, 0x0181304e, 0x01014010,
1989 0x01a19040, 0x01011012, 0x01016011, 0x40000100,
1990 0x40000100, 0x40000100, 0x40000100, 0x01442070,
1991 0x40000100, 0x40000100
1992};
1993
Tobin Davis4ff076e2007-08-07 11:48:12 +02001994static unsigned int dell_3st_pin_configs[14] = {
1995 0x02211230, 0x02a11220, 0x01a19040, 0x01114210,
1996 0x01111212, 0x01116211, 0x01813050, 0x01112214,
Matthew Ranostay8e9068b2007-12-17 11:58:13 +01001997 0x403003fa, 0x90a60040, 0x90a60040, 0x404003fb,
Tobin Davis4ff076e2007-08-07 11:48:12 +02001998 0x40c003fc, 0x40000100
1999};
2000
Tobin Davis93ed1502006-09-01 21:03:12 +02002001static unsigned int *stac927x_brd_tbl[STAC_927X_MODELS] = {
Matthew Ranostay8e9068b2007-12-17 11:58:13 +01002002 [STAC_D965_REF] = ref927x_pin_configs,
2003 [STAC_D965_3ST] = d965_3st_pin_configs,
2004 [STAC_D965_5ST] = d965_5st_pin_configs,
2005 [STAC_DELL_3ST] = dell_3st_pin_configs,
2006 [STAC_DELL_BIOS] = NULL,
Matt Porter3cc08dc2006-01-23 15:27:49 +01002007};
2008
Takashi Iwaif5fcc132006-11-24 17:07:44 +01002009static const char *stac927x_models[STAC_927X_MODELS] = {
Matthew Ranostay8e9068b2007-12-17 11:58:13 +01002010 [STAC_D965_REF] = "ref",
2011 [STAC_D965_3ST] = "3stack",
2012 [STAC_D965_5ST] = "5stack",
2013 [STAC_DELL_3ST] = "dell-3stack",
2014 [STAC_DELL_BIOS] = "dell-bios",
Takashi Iwaif5fcc132006-11-24 17:07:44 +01002015};
2016
2017static struct snd_pci_quirk stac927x_cfg_tbl[] = {
2018 /* SigmaTel reference board */
2019 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x2668,
2020 "DFI LanParty", STAC_D965_REF),
Tobin Davis81d3dbd2006-08-22 19:44:45 +02002021 /* Intel 946 based systems */
Takashi Iwaif5fcc132006-11-24 17:07:44 +01002022 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x3d01, "Intel D946", STAC_D965_3ST),
2023 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0xa301, "Intel D946", STAC_D965_3ST),
Tobin Davis93ed1502006-09-01 21:03:12 +02002024 /* 965 based 3 stack systems */
Takashi Iwaif5fcc132006-11-24 17:07:44 +01002025 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x2116, "Intel D965", STAC_D965_3ST),
2026 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x2115, "Intel D965", STAC_D965_3ST),
2027 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x2114, "Intel D965", STAC_D965_3ST),
2028 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x2113, "Intel D965", STAC_D965_3ST),
2029 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x2112, "Intel D965", STAC_D965_3ST),
2030 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x2111, "Intel D965", STAC_D965_3ST),
2031 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x2110, "Intel D965", STAC_D965_3ST),
2032 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x2009, "Intel D965", STAC_D965_3ST),
2033 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x2008, "Intel D965", STAC_D965_3ST),
2034 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x2007, "Intel D965", STAC_D965_3ST),
2035 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x2006, "Intel D965", STAC_D965_3ST),
2036 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x2005, "Intel D965", STAC_D965_3ST),
2037 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x2004, "Intel D965", STAC_D965_3ST),
2038 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x2003, "Intel D965", STAC_D965_3ST),
2039 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x2002, "Intel D965", STAC_D965_3ST),
2040 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x2001, "Intel D965", STAC_D965_3ST),
Tobin Davis4ff076e2007-08-07 11:48:12 +02002041 /* Dell 3 stack systems */
Matthew Ranostay8e9068b2007-12-17 11:58:13 +01002042 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01f7, "Dell XPS M1730", STAC_DELL_3ST),
Takashi Iwaidfe495d2007-08-23 19:04:28 +02002043 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01dd, "Dell Dimension E520", STAC_DELL_3ST),
Tobin Davis4ff076e2007-08-07 11:48:12 +02002044 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01ed, "Dell ", STAC_DELL_3ST),
2045 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01f4, "Dell ", STAC_DELL_3ST),
Matthew Ranostay8e9068b2007-12-17 11:58:13 +01002046 /* Dell 3 stack systems with verb table in BIOS */
Matthew Ranostay2f32d902008-01-10 13:06:26 +01002047 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01f3, "Dell Inspiron 1420", STAC_DELL_BIOS),
2048 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0227, "Dell Vostro 1400 ", STAC_DELL_BIOS),
Matthew Ranostay8e9068b2007-12-17 11:58:13 +01002049 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x022e, "Dell ", STAC_DELL_BIOS),
Takashi Iwai24918b62008-09-30 12:58:54 +02002050 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x022f, "Dell Inspiron 1525", STAC_DELL_3ST),
Matthew Ranostay8e9068b2007-12-17 11:58:13 +01002051 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0242, "Dell ", STAC_DELL_BIOS),
2052 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0243, "Dell ", STAC_DELL_BIOS),
2053 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x02ff, "Dell ", STAC_DELL_BIOS),
2054 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0209, "Dell XPS 1330", STAC_DELL_BIOS),
Tobin Davis93ed1502006-09-01 21:03:12 +02002055 /* 965 based 5 stack systems */
Takashi Iwaif5fcc132006-11-24 17:07:44 +01002056 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x2301, "Intel D965", STAC_D965_5ST),
2057 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x2302, "Intel D965", STAC_D965_5ST),
2058 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x2303, "Intel D965", STAC_D965_5ST),
2059 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x2304, "Intel D965", STAC_D965_5ST),
2060 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x2305, "Intel D965", STAC_D965_5ST),
2061 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x2501, "Intel D965", STAC_D965_5ST),
2062 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x2502, "Intel D965", STAC_D965_5ST),
2063 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x2503, "Intel D965", STAC_D965_5ST),
2064 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x2504, "Intel D965", STAC_D965_5ST),
Matt Porter3cc08dc2006-01-23 15:27:49 +01002065 {} /* terminator */
2066};
2067
Matt Porterf3302a52006-07-31 12:49:34 +02002068static unsigned int ref9205_pin_configs[12] = {
2069 0x40000100, 0x40000100, 0x01016011, 0x01014010,
Matthew Ranostay09a99952008-01-24 11:49:21 +01002070 0x01813122, 0x01a19021, 0x01019020, 0x40000100,
Matt Porter8b657272006-10-26 17:12:59 +02002071 0x90a000f0, 0x90a000f0, 0x01441030, 0x01c41030
Matt Porterf3302a52006-07-31 12:49:34 +02002072};
2073
Takashi Iwaidfe495d2007-08-23 19:04:28 +02002074/*
2075 STAC 9205 pin configs for
2076 102801F1
2077 102801F2
2078 102801FC
2079 102801FD
2080 10280204
2081 1028021F
Matthew Ranostay3fa2ef72008-01-11 11:39:06 +01002082 10280228 (Dell Vostro 1500)
Takashi Iwaidfe495d2007-08-23 19:04:28 +02002083*/
2084static unsigned int dell_9205_m42_pin_configs[12] = {
2085 0x0321101F, 0x03A11020, 0x400003FA, 0x90170310,
2086 0x400003FB, 0x400003FC, 0x400003FD, 0x40F000F9,
2087 0x90A60330, 0x400003FF, 0x0144131F, 0x40C003FE,
2088};
2089
2090/*
2091 STAC 9205 pin configs for
2092 102801F9
2093 102801FA
2094 102801FE
2095 102801FF (Dell Precision M4300)
2096 10280206
2097 10280200
2098 10280201
2099*/
2100static unsigned int dell_9205_m43_pin_configs[12] = {
Tobin Davisae0a8ed2007-08-13 15:50:29 +02002101 0x0321101f, 0x03a11020, 0x90a70330, 0x90170310,
2102 0x400000fe, 0x400000ff, 0x400000fd, 0x40f000f9,
2103 0x400000fa, 0x400000fc, 0x0144131f, 0x40c003f8,
2104};
2105
Takashi Iwaidfe495d2007-08-23 19:04:28 +02002106static unsigned int dell_9205_m44_pin_configs[12] = {
Tobin Davisae0a8ed2007-08-13 15:50:29 +02002107 0x0421101f, 0x04a11020, 0x400003fa, 0x90170310,
2108 0x400003fb, 0x400003fc, 0x400003fd, 0x400003f9,
2109 0x90a60330, 0x400003ff, 0x01441340, 0x40c003fe,
2110};
2111
Takashi Iwaif5fcc132006-11-24 17:07:44 +01002112static unsigned int *stac9205_brd_tbl[STAC_9205_MODELS] = {
Tobin Davisae0a8ed2007-08-13 15:50:29 +02002113 [STAC_9205_REF] = ref9205_pin_configs,
Takashi Iwaidfe495d2007-08-23 19:04:28 +02002114 [STAC_9205_DELL_M42] = dell_9205_m42_pin_configs,
2115 [STAC_9205_DELL_M43] = dell_9205_m43_pin_configs,
2116 [STAC_9205_DELL_M44] = dell_9205_m44_pin_configs,
Matt Porterf3302a52006-07-31 12:49:34 +02002117};
2118
Takashi Iwaif5fcc132006-11-24 17:07:44 +01002119static const char *stac9205_models[STAC_9205_MODELS] = {
2120 [STAC_9205_REF] = "ref",
Takashi Iwaidfe495d2007-08-23 19:04:28 +02002121 [STAC_9205_DELL_M42] = "dell-m42",
Tobin Davisae0a8ed2007-08-13 15:50:29 +02002122 [STAC_9205_DELL_M43] = "dell-m43",
2123 [STAC_9205_DELL_M44] = "dell-m44",
Takashi Iwaif5fcc132006-11-24 17:07:44 +01002124};
2125
2126static struct snd_pci_quirk stac9205_cfg_tbl[] = {
2127 /* SigmaTel reference board */
2128 SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x2668,
2129 "DFI LanParty", STAC_9205_REF),
Takashi Iwaidfe495d2007-08-23 19:04:28 +02002130 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01f1,
2131 "unknown Dell", STAC_9205_DELL_M42),
2132 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01f2,
2133 "unknown Dell", STAC_9205_DELL_M42),
Tobin Davisae0a8ed2007-08-13 15:50:29 +02002134 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01f8,
Matthew Ranostayb44ef2f2007-09-18 00:52:38 +02002135 "Dell Precision", STAC_9205_DELL_M43),
Tobin Davisae0a8ed2007-08-13 15:50:29 +02002136 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01f9,
2137 "Dell Precision", STAC_9205_DELL_M43),
2138 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01fa,
2139 "Dell Precision", STAC_9205_DELL_M43),
Takashi Iwaidfe495d2007-08-23 19:04:28 +02002140 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01fc,
2141 "unknown Dell", STAC_9205_DELL_M42),
2142 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01fd,
2143 "unknown Dell", STAC_9205_DELL_M42),
Tobin Davisae0a8ed2007-08-13 15:50:29 +02002144 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01fe,
2145 "Dell Precision", STAC_9205_DELL_M43),
2146 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01ff,
Takashi Iwaidfe495d2007-08-23 19:04:28 +02002147 "Dell Precision M4300", STAC_9205_DELL_M43),
Takashi Iwaidfe495d2007-08-23 19:04:28 +02002148 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0204,
2149 "unknown Dell", STAC_9205_DELL_M42),
Takashi Iwai45499152008-06-12 16:27:24 +02002150 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0206,
2151 "Dell Precision", STAC_9205_DELL_M43),
2152 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x021b,
2153 "Dell Precision", STAC_9205_DELL_M43),
2154 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x021c,
2155 "Dell Precision", STAC_9205_DELL_M43),
Tobin Davisae0a8ed2007-08-13 15:50:29 +02002156 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x021f,
2157 "Dell Inspiron", STAC_9205_DELL_M44),
Matthew Ranostay3fa2ef72008-01-11 11:39:06 +01002158 SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0228,
2159 "Dell Vostro 1500", STAC_9205_DELL_M42),
Matt Porterf3302a52006-07-31 12:49:34 +02002160 {} /* terminator */
2161};
2162
Richard Fish11b44bb2006-08-23 18:31:34 +02002163static int stac92xx_save_bios_config_regs(struct hda_codec *codec)
2164{
2165 int i;
2166 struct sigmatel_spec *spec = codec->spec;
2167
2168 if (! spec->bios_pin_configs) {
2169 spec->bios_pin_configs = kcalloc(spec->num_pins,
2170 sizeof(*spec->bios_pin_configs), GFP_KERNEL);
2171 if (! spec->bios_pin_configs)
2172 return -ENOMEM;
2173 }
2174
2175 for (i = 0; i < spec->num_pins; i++) {
2176 hda_nid_t nid = spec->pin_nids[i];
2177 unsigned int pin_cfg;
2178
2179 pin_cfg = snd_hda_codec_read(codec, nid, 0,
2180 AC_VERB_GET_CONFIG_DEFAULT, 0x00);
2181 snd_printdd(KERN_INFO "hda_codec: pin nid %2.2x bios pin config %8.8x\n",
2182 nid, pin_cfg);
2183 spec->bios_pin_configs[i] = pin_cfg;
2184 }
2185
2186 return 0;
2187}
2188
Matthew Ranostay87d48362007-07-17 11:52:24 +02002189static void stac92xx_set_config_reg(struct hda_codec *codec,
2190 hda_nid_t pin_nid, unsigned int pin_config)
2191{
2192 int i;
2193 snd_hda_codec_write(codec, pin_nid, 0,
2194 AC_VERB_SET_CONFIG_DEFAULT_BYTES_0,
2195 pin_config & 0x000000ff);
2196 snd_hda_codec_write(codec, pin_nid, 0,
2197 AC_VERB_SET_CONFIG_DEFAULT_BYTES_1,
2198 (pin_config & 0x0000ff00) >> 8);
2199 snd_hda_codec_write(codec, pin_nid, 0,
2200 AC_VERB_SET_CONFIG_DEFAULT_BYTES_2,
2201 (pin_config & 0x00ff0000) >> 16);
2202 snd_hda_codec_write(codec, pin_nid, 0,
2203 AC_VERB_SET_CONFIG_DEFAULT_BYTES_3,
2204 pin_config >> 24);
2205 i = snd_hda_codec_read(codec, pin_nid, 0,
2206 AC_VERB_GET_CONFIG_DEFAULT,
2207 0x00);
2208 snd_printdd(KERN_INFO "hda_codec: pin nid %2.2x pin config %8.8x\n",
2209 pin_nid, i);
2210}
2211
Matt2f2f4252005-04-13 14:45:30 +02002212static void stac92xx_set_config_regs(struct hda_codec *codec)
2213{
2214 int i;
2215 struct sigmatel_spec *spec = codec->spec;
Matt2f2f4252005-04-13 14:45:30 +02002216
Matthew Ranostay87d48362007-07-17 11:52:24 +02002217 if (!spec->pin_configs)
2218 return;
Richard Fish11b44bb2006-08-23 18:31:34 +02002219
Matthew Ranostay87d48362007-07-17 11:52:24 +02002220 for (i = 0; i < spec->num_pins; i++)
2221 stac92xx_set_config_reg(codec, spec->pin_nids[i],
2222 spec->pin_configs[i]);
Matt2f2f4252005-04-13 14:45:30 +02002223}
Matt2f2f4252005-04-13 14:45:30 +02002224
Matt2f2f4252005-04-13 14:45:30 +02002225/*
2226 * Analog playback callbacks
2227 */
2228static int stac92xx_playback_pcm_open(struct hda_pcm_stream *hinfo,
2229 struct hda_codec *codec,
Takashi Iwaic8b6bf92005-11-17 14:57:47 +01002230 struct snd_pcm_substream *substream)
Matt2f2f4252005-04-13 14:45:30 +02002231{
2232 struct sigmatel_spec *spec = codec->spec;
Matthew Ranostay8daaaa92008-08-15 07:45:52 +02002233 if (spec->stream_delay)
2234 msleep(spec->stream_delay);
Takashi Iwai9a081602008-02-12 18:37:26 +01002235 return snd_hda_multi_out_analog_open(codec, &spec->multiout, substream,
2236 hinfo);
Matt2f2f4252005-04-13 14:45:30 +02002237}
2238
2239static int stac92xx_playback_pcm_prepare(struct hda_pcm_stream *hinfo,
2240 struct hda_codec *codec,
2241 unsigned int stream_tag,
2242 unsigned int format,
Takashi Iwaic8b6bf92005-11-17 14:57:47 +01002243 struct snd_pcm_substream *substream)
Matt2f2f4252005-04-13 14:45:30 +02002244{
2245 struct sigmatel_spec *spec = codec->spec;
Matt Porter403d1942005-11-29 15:00:51 +01002246 return snd_hda_multi_out_analog_prepare(codec, &spec->multiout, stream_tag, format, substream);
Matt2f2f4252005-04-13 14:45:30 +02002247}
2248
2249static int stac92xx_playback_pcm_cleanup(struct hda_pcm_stream *hinfo,
2250 struct hda_codec *codec,
Takashi Iwaic8b6bf92005-11-17 14:57:47 +01002251 struct snd_pcm_substream *substream)
Matt2f2f4252005-04-13 14:45:30 +02002252{
2253 struct sigmatel_spec *spec = codec->spec;
2254 return snd_hda_multi_out_analog_cleanup(codec, &spec->multiout);
2255}
2256
2257/*
Mattdabbed62005-06-14 10:19:34 +02002258 * Digital playback callbacks
2259 */
2260static int stac92xx_dig_playback_pcm_open(struct hda_pcm_stream *hinfo,
2261 struct hda_codec *codec,
Takashi Iwaic8b6bf92005-11-17 14:57:47 +01002262 struct snd_pcm_substream *substream)
Mattdabbed62005-06-14 10:19:34 +02002263{
2264 struct sigmatel_spec *spec = codec->spec;
2265 return snd_hda_multi_out_dig_open(codec, &spec->multiout);
2266}
2267
2268static int stac92xx_dig_playback_pcm_close(struct hda_pcm_stream *hinfo,
2269 struct hda_codec *codec,
Takashi Iwaic8b6bf92005-11-17 14:57:47 +01002270 struct snd_pcm_substream *substream)
Mattdabbed62005-06-14 10:19:34 +02002271{
2272 struct sigmatel_spec *spec = codec->spec;
2273 return snd_hda_multi_out_dig_close(codec, &spec->multiout);
2274}
2275
Takashi Iwai6b97eb42007-04-05 14:51:48 +02002276static int stac92xx_dig_playback_pcm_prepare(struct hda_pcm_stream *hinfo,
2277 struct hda_codec *codec,
2278 unsigned int stream_tag,
2279 unsigned int format,
2280 struct snd_pcm_substream *substream)
2281{
2282 struct sigmatel_spec *spec = codec->spec;
2283 return snd_hda_multi_out_dig_prepare(codec, &spec->multiout,
2284 stream_tag, format, substream);
2285}
2286
Mattdabbed62005-06-14 10:19:34 +02002287
2288/*
Matt2f2f4252005-04-13 14:45:30 +02002289 * Analog capture callbacks
2290 */
2291static int stac92xx_capture_pcm_prepare(struct hda_pcm_stream *hinfo,
2292 struct hda_codec *codec,
2293 unsigned int stream_tag,
2294 unsigned int format,
Takashi Iwaic8b6bf92005-11-17 14:57:47 +01002295 struct snd_pcm_substream *substream)
Matt2f2f4252005-04-13 14:45:30 +02002296{
2297 struct sigmatel_spec *spec = codec->spec;
Matthew Ranostay8daaaa92008-08-15 07:45:52 +02002298 hda_nid_t nid = spec->adc_nids[substream->number];
Matt2f2f4252005-04-13 14:45:30 +02002299
Matthew Ranostay8daaaa92008-08-15 07:45:52 +02002300 if (spec->powerdown_adcs) {
2301 msleep(40);
2302 snd_hda_codec_write_cache(codec, nid, 0,
2303 AC_VERB_SET_POWER_STATE, AC_PWRST_D0);
2304 }
2305 snd_hda_codec_setup_stream(codec, nid, stream_tag, 0, format);
Matt2f2f4252005-04-13 14:45:30 +02002306 return 0;
2307}
2308
2309static int stac92xx_capture_pcm_cleanup(struct hda_pcm_stream *hinfo,
2310 struct hda_codec *codec,
Takashi Iwaic8b6bf92005-11-17 14:57:47 +01002311 struct snd_pcm_substream *substream)
Matt2f2f4252005-04-13 14:45:30 +02002312{
2313 struct sigmatel_spec *spec = codec->spec;
Matthew Ranostay8daaaa92008-08-15 07:45:52 +02002314 hda_nid_t nid = spec->adc_nids[substream->number];
Matt2f2f4252005-04-13 14:45:30 +02002315
Matthew Ranostay8daaaa92008-08-15 07:45:52 +02002316 snd_hda_codec_cleanup_stream(codec, nid);
2317 if (spec->powerdown_adcs)
2318 snd_hda_codec_write_cache(codec, nid, 0,
2319 AC_VERB_SET_POWER_STATE, AC_PWRST_D3);
Matt2f2f4252005-04-13 14:45:30 +02002320 return 0;
2321}
2322
Mattdabbed62005-06-14 10:19:34 +02002323static struct hda_pcm_stream stac92xx_pcm_digital_playback = {
2324 .substreams = 1,
2325 .channels_min = 2,
2326 .channels_max = 2,
2327 /* NID is set in stac92xx_build_pcms */
2328 .ops = {
2329 .open = stac92xx_dig_playback_pcm_open,
Takashi Iwai6b97eb42007-04-05 14:51:48 +02002330 .close = stac92xx_dig_playback_pcm_close,
2331 .prepare = stac92xx_dig_playback_pcm_prepare
Mattdabbed62005-06-14 10:19:34 +02002332 },
2333};
2334
2335static struct hda_pcm_stream stac92xx_pcm_digital_capture = {
2336 .substreams = 1,
2337 .channels_min = 2,
2338 .channels_max = 2,
2339 /* NID is set in stac92xx_build_pcms */
2340};
2341
Matt2f2f4252005-04-13 14:45:30 +02002342static struct hda_pcm_stream stac92xx_pcm_analog_playback = {
2343 .substreams = 1,
2344 .channels_min = 2,
Mattc7d4b2f2005-06-27 14:59:41 +02002345 .channels_max = 8,
Matt2f2f4252005-04-13 14:45:30 +02002346 .nid = 0x02, /* NID to query formats and rates */
2347 .ops = {
2348 .open = stac92xx_playback_pcm_open,
2349 .prepare = stac92xx_playback_pcm_prepare,
2350 .cleanup = stac92xx_playback_pcm_cleanup
2351 },
2352};
2353
Matt Porter3cc08dc2006-01-23 15:27:49 +01002354static struct hda_pcm_stream stac92xx_pcm_analog_alt_playback = {
2355 .substreams = 1,
2356 .channels_min = 2,
2357 .channels_max = 2,
2358 .nid = 0x06, /* NID to query formats and rates */
2359 .ops = {
2360 .open = stac92xx_playback_pcm_open,
2361 .prepare = stac92xx_playback_pcm_prepare,
2362 .cleanup = stac92xx_playback_pcm_cleanup
2363 },
2364};
2365
Matt2f2f4252005-04-13 14:45:30 +02002366static struct hda_pcm_stream stac92xx_pcm_analog_capture = {
Matt2f2f4252005-04-13 14:45:30 +02002367 .channels_min = 2,
2368 .channels_max = 2,
Maxim Levitsky9e05b7a2007-09-03 15:31:02 +02002369 /* NID + .substreams is set in stac92xx_build_pcms */
Matt2f2f4252005-04-13 14:45:30 +02002370 .ops = {
2371 .prepare = stac92xx_capture_pcm_prepare,
2372 .cleanup = stac92xx_capture_pcm_cleanup
2373 },
2374};
2375
2376static int stac92xx_build_pcms(struct hda_codec *codec)
2377{
2378 struct sigmatel_spec *spec = codec->spec;
2379 struct hda_pcm *info = spec->pcm_rec;
2380
2381 codec->num_pcms = 1;
2382 codec->pcm_info = info;
2383
Mattc7d4b2f2005-06-27 14:59:41 +02002384 info->name = "STAC92xx Analog";
Matt2f2f4252005-04-13 14:45:30 +02002385 info->stream[SNDRV_PCM_STREAM_PLAYBACK] = stac92xx_pcm_analog_playback;
Matt2f2f4252005-04-13 14:45:30 +02002386 info->stream[SNDRV_PCM_STREAM_CAPTURE] = stac92xx_pcm_analog_capture;
Matt Porter3cc08dc2006-01-23 15:27:49 +01002387 info->stream[SNDRV_PCM_STREAM_CAPTURE].nid = spec->adc_nids[0];
Maxim Levitsky9e05b7a2007-09-03 15:31:02 +02002388 info->stream[SNDRV_PCM_STREAM_CAPTURE].substreams = spec->num_adcs;
Matt Porter3cc08dc2006-01-23 15:27:49 +01002389
2390 if (spec->alt_switch) {
2391 codec->num_pcms++;
2392 info++;
2393 info->name = "STAC92xx Analog Alt";
2394 info->stream[SNDRV_PCM_STREAM_PLAYBACK] = stac92xx_pcm_analog_alt_playback;
2395 }
Matt2f2f4252005-04-13 14:45:30 +02002396
Mattdabbed62005-06-14 10:19:34 +02002397 if (spec->multiout.dig_out_nid || spec->dig_in_nid) {
2398 codec->num_pcms++;
2399 info++;
2400 info->name = "STAC92xx Digital";
Takashi Iwai7ba72ba2008-02-06 14:03:20 +01002401 info->pcm_type = HDA_PCM_TYPE_SPDIF;
Mattdabbed62005-06-14 10:19:34 +02002402 if (spec->multiout.dig_out_nid) {
2403 info->stream[SNDRV_PCM_STREAM_PLAYBACK] = stac92xx_pcm_digital_playback;
2404 info->stream[SNDRV_PCM_STREAM_PLAYBACK].nid = spec->multiout.dig_out_nid;
2405 }
2406 if (spec->dig_in_nid) {
2407 info->stream[SNDRV_PCM_STREAM_CAPTURE] = stac92xx_pcm_digital_capture;
2408 info->stream[SNDRV_PCM_STREAM_CAPTURE].nid = spec->dig_in_nid;
2409 }
2410 }
2411
Matt2f2f4252005-04-13 14:45:30 +02002412 return 0;
2413}
2414
Takashi Iwaic960a032006-03-23 17:06:28 +01002415static unsigned int stac92xx_get_vref(struct hda_codec *codec, hda_nid_t nid)
2416{
2417 unsigned int pincap = snd_hda_param_read(codec, nid,
2418 AC_PAR_PIN_CAP);
2419 pincap = (pincap & AC_PINCAP_VREF) >> AC_PINCAP_VREF_SHIFT;
2420 if (pincap & AC_PINCAP_VREF_100)
2421 return AC_PINCTL_VREF_100;
2422 if (pincap & AC_PINCAP_VREF_80)
2423 return AC_PINCTL_VREF_80;
2424 if (pincap & AC_PINCAP_VREF_50)
2425 return AC_PINCTL_VREF_50;
2426 if (pincap & AC_PINCAP_VREF_GRD)
2427 return AC_PINCTL_VREF_GRD;
2428 return 0;
2429}
2430
Matt Porter403d1942005-11-29 15:00:51 +01002431static void stac92xx_auto_set_pinctl(struct hda_codec *codec, hda_nid_t nid, int pin_type)
2432
2433{
Takashi Iwai82beb8f2007-08-10 17:09:26 +02002434 snd_hda_codec_write_cache(codec, nid, 0,
2435 AC_VERB_SET_PIN_WIDGET_CONTROL, pin_type);
Matt Porter403d1942005-11-29 15:00:51 +01002436}
2437
Matthew Ranostay7c2ba972008-04-16 13:13:59 +02002438#define stac92xx_hp_switch_info snd_ctl_boolean_mono_info
2439
2440static int stac92xx_hp_switch_get(struct snd_kcontrol *kcontrol,
2441 struct snd_ctl_elem_value *ucontrol)
2442{
2443 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
2444 struct sigmatel_spec *spec = codec->spec;
2445
Takashi Iwaid7a89432008-11-12 09:48:04 +01002446 ucontrol->value.integer.value[0] = !!spec->hp_switch;
Matthew Ranostay7c2ba972008-04-16 13:13:59 +02002447 return 0;
2448}
2449
2450static int stac92xx_hp_switch_put(struct snd_kcontrol *kcontrol,
2451 struct snd_ctl_elem_value *ucontrol)
2452{
2453 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
2454 struct sigmatel_spec *spec = codec->spec;
Takashi Iwaid7a89432008-11-12 09:48:04 +01002455 int nid = kcontrol->private_value;
2456
2457 spec->hp_switch = ucontrol->value.integer.value[0] ? nid : 0;
Matthew Ranostay7c2ba972008-04-16 13:13:59 +02002458
2459 /* check to be sure that the ports are upto date with
2460 * switch changes
2461 */
2462 codec->patch_ops.unsol_event(codec, STAC_HP_EVENT << 26);
2463
2464 return 1;
2465}
2466
Takashi Iwaia5ce8892007-07-23 15:42:26 +02002467#define stac92xx_io_switch_info snd_ctl_boolean_mono_info
Matt Porter403d1942005-11-29 15:00:51 +01002468
2469static int stac92xx_io_switch_get(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol)
2470{
2471 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
2472 struct sigmatel_spec *spec = codec->spec;
2473 int io_idx = kcontrol-> private_value & 0xff;
2474
2475 ucontrol->value.integer.value[0] = spec->io_switch[io_idx];
2476 return 0;
2477}
2478
2479static int stac92xx_io_switch_put(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol)
2480{
2481 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
2482 struct sigmatel_spec *spec = codec->spec;
2483 hda_nid_t nid = kcontrol->private_value >> 8;
2484 int io_idx = kcontrol-> private_value & 0xff;
Takashi Iwai68ea7b22007-11-15 15:54:38 +01002485 unsigned short val = !!ucontrol->value.integer.value[0];
Matt Porter403d1942005-11-29 15:00:51 +01002486
2487 spec->io_switch[io_idx] = val;
2488
2489 if (val)
2490 stac92xx_auto_set_pinctl(codec, nid, AC_PINCTL_OUT_EN);
Takashi Iwaic960a032006-03-23 17:06:28 +01002491 else {
2492 unsigned int pinctl = AC_PINCTL_IN_EN;
2493 if (io_idx) /* set VREF for mic */
2494 pinctl |= stac92xx_get_vref(codec, nid);
2495 stac92xx_auto_set_pinctl(codec, nid, pinctl);
2496 }
Jiang Zhe40c1d302007-11-12 13:05:16 +01002497
2498 /* check the auto-mute again: we need to mute/unmute the speaker
2499 * appropriately according to the pin direction
2500 */
2501 if (spec->hp_detect)
2502 codec->patch_ops.unsol_event(codec, STAC_HP_EVENT << 26);
2503
Matt Porter403d1942005-11-29 15:00:51 +01002504 return 1;
2505}
2506
Maxim Levitsky0fb87bb2007-09-03 15:29:04 +02002507#define stac92xx_clfe_switch_info snd_ctl_boolean_mono_info
2508
2509static int stac92xx_clfe_switch_get(struct snd_kcontrol *kcontrol,
2510 struct snd_ctl_elem_value *ucontrol)
2511{
2512 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
2513 struct sigmatel_spec *spec = codec->spec;
2514
2515 ucontrol->value.integer.value[0] = spec->clfe_swap;
2516 return 0;
2517}
2518
2519static int stac92xx_clfe_switch_put(struct snd_kcontrol *kcontrol,
2520 struct snd_ctl_elem_value *ucontrol)
2521{
2522 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
2523 struct sigmatel_spec *spec = codec->spec;
2524 hda_nid_t nid = kcontrol->private_value & 0xff;
Takashi Iwai68ea7b22007-11-15 15:54:38 +01002525 unsigned int val = !!ucontrol->value.integer.value[0];
Maxim Levitsky0fb87bb2007-09-03 15:29:04 +02002526
Takashi Iwai68ea7b22007-11-15 15:54:38 +01002527 if (spec->clfe_swap == val)
Maxim Levitsky0fb87bb2007-09-03 15:29:04 +02002528 return 0;
2529
Takashi Iwai68ea7b22007-11-15 15:54:38 +01002530 spec->clfe_swap = val;
Maxim Levitsky0fb87bb2007-09-03 15:29:04 +02002531
2532 snd_hda_codec_write_cache(codec, nid, 0, AC_VERB_SET_EAPD_BTLENABLE,
2533 spec->clfe_swap ? 0x4 : 0x0);
2534
2535 return 1;
2536}
2537
Matthew Ranostay7c2ba972008-04-16 13:13:59 +02002538#define STAC_CODEC_HP_SWITCH(xname) \
2539 { .iface = SNDRV_CTL_ELEM_IFACE_MIXER, \
2540 .name = xname, \
2541 .index = 0, \
2542 .info = stac92xx_hp_switch_info, \
2543 .get = stac92xx_hp_switch_get, \
2544 .put = stac92xx_hp_switch_put, \
2545 }
2546
Matt Porter403d1942005-11-29 15:00:51 +01002547#define STAC_CODEC_IO_SWITCH(xname, xpval) \
2548 { .iface = SNDRV_CTL_ELEM_IFACE_MIXER, \
2549 .name = xname, \
2550 .index = 0, \
2551 .info = stac92xx_io_switch_info, \
2552 .get = stac92xx_io_switch_get, \
2553 .put = stac92xx_io_switch_put, \
2554 .private_value = xpval, \
2555 }
2556
Maxim Levitsky0fb87bb2007-09-03 15:29:04 +02002557#define STAC_CODEC_CLFE_SWITCH(xname, xpval) \
2558 { .iface = SNDRV_CTL_ELEM_IFACE_MIXER, \
2559 .name = xname, \
2560 .index = 0, \
2561 .info = stac92xx_clfe_switch_info, \
2562 .get = stac92xx_clfe_switch_get, \
2563 .put = stac92xx_clfe_switch_put, \
2564 .private_value = xpval, \
2565 }
Matt Porter403d1942005-11-29 15:00:51 +01002566
Mattc7d4b2f2005-06-27 14:59:41 +02002567enum {
2568 STAC_CTL_WIDGET_VOL,
2569 STAC_CTL_WIDGET_MUTE,
Matthew Ranostay09a99952008-01-24 11:49:21 +01002570 STAC_CTL_WIDGET_MONO_MUX,
Matthew Ranostay89385032008-09-11 09:49:39 -04002571 STAC_CTL_WIDGET_AMP_MUX,
2572 STAC_CTL_WIDGET_AMP_VOL,
Matthew Ranostay7c2ba972008-04-16 13:13:59 +02002573 STAC_CTL_WIDGET_HP_SWITCH,
Matt Porter403d1942005-11-29 15:00:51 +01002574 STAC_CTL_WIDGET_IO_SWITCH,
Maxim Levitsky0fb87bb2007-09-03 15:29:04 +02002575 STAC_CTL_WIDGET_CLFE_SWITCH
Mattc7d4b2f2005-06-27 14:59:41 +02002576};
2577
Takashi Iwaic8b6bf92005-11-17 14:57:47 +01002578static struct snd_kcontrol_new stac92xx_control_templates[] = {
Mattc7d4b2f2005-06-27 14:59:41 +02002579 HDA_CODEC_VOLUME(NULL, 0, 0, 0),
2580 HDA_CODEC_MUTE(NULL, 0, 0, 0),
Matthew Ranostay09a99952008-01-24 11:49:21 +01002581 STAC_MONO_MUX,
Matthew Ranostay89385032008-09-11 09:49:39 -04002582 STAC_AMP_MUX,
2583 STAC_AMP_VOL(NULL, 0, 0, 0, 0),
Matthew Ranostay7c2ba972008-04-16 13:13:59 +02002584 STAC_CODEC_HP_SWITCH(NULL),
Matt Porter403d1942005-11-29 15:00:51 +01002585 STAC_CODEC_IO_SWITCH(NULL, 0),
Maxim Levitsky0fb87bb2007-09-03 15:29:04 +02002586 STAC_CODEC_CLFE_SWITCH(NULL, 0),
Mattc7d4b2f2005-06-27 14:59:41 +02002587};
2588
2589/* add dynamic controls */
Matthew Ranostay4682eee2008-08-15 07:43:24 +02002590static int stac92xx_add_control_idx(struct sigmatel_spec *spec, int type,
2591 int idx, const char *name, unsigned long val)
Mattc7d4b2f2005-06-27 14:59:41 +02002592{
Takashi Iwaic8b6bf92005-11-17 14:57:47 +01002593 struct snd_kcontrol_new *knew;
Mattc7d4b2f2005-06-27 14:59:41 +02002594
2595 if (spec->num_kctl_used >= spec->num_kctl_alloc) {
2596 int num = spec->num_kctl_alloc + NUM_CONTROL_ALLOC;
2597
2598 knew = kcalloc(num + 1, sizeof(*knew), GFP_KERNEL); /* array + terminator */
2599 if (! knew)
2600 return -ENOMEM;
2601 if (spec->kctl_alloc) {
2602 memcpy(knew, spec->kctl_alloc, sizeof(*knew) * spec->num_kctl_alloc);
2603 kfree(spec->kctl_alloc);
2604 }
2605 spec->kctl_alloc = knew;
2606 spec->num_kctl_alloc = num;
2607 }
2608
2609 knew = &spec->kctl_alloc[spec->num_kctl_used];
2610 *knew = stac92xx_control_templates[type];
Matthew Ranostay4682eee2008-08-15 07:43:24 +02002611 knew->index = idx;
Takashi Iwai82fe0c52005-06-30 10:54:33 +02002612 knew->name = kstrdup(name, GFP_KERNEL);
Mattc7d4b2f2005-06-27 14:59:41 +02002613 if (! knew->name)
2614 return -ENOMEM;
2615 knew->private_value = val;
2616 spec->num_kctl_used++;
2617 return 0;
2618}
2619
Matthew Ranostay4682eee2008-08-15 07:43:24 +02002620
2621/* add dynamic controls */
2622static int stac92xx_add_control(struct sigmatel_spec *spec, int type,
2623 const char *name, unsigned long val)
2624{
2625 return stac92xx_add_control_idx(spec, type, 0, name, val);
2626}
2627
Matt Porter403d1942005-11-29 15:00:51 +01002628/* flag inputs as additional dynamic lineouts */
2629static int stac92xx_add_dyn_out_pins(struct hda_codec *codec, struct auto_pin_cfg *cfg)
2630{
2631 struct sigmatel_spec *spec = codec->spec;
Steve Longerbeam7b043892007-05-03 20:50:03 +02002632 unsigned int wcaps, wtype;
2633 int i, num_dacs = 0;
2634
2635 /* use the wcaps cache to count all DACs available for line-outs */
2636 for (i = 0; i < codec->num_nodes; i++) {
2637 wcaps = codec->wcaps[i];
2638 wtype = (wcaps & AC_WCAP_TYPE) >> AC_WCAP_TYPE_SHIFT;
Matthew Ranostay8e9068b2007-12-17 11:58:13 +01002639
Steve Longerbeam7b043892007-05-03 20:50:03 +02002640 if (wtype == AC_WID_AUD_OUT && !(wcaps & AC_WCAP_DIGITAL))
2641 num_dacs++;
2642 }
Matt Porter403d1942005-11-29 15:00:51 +01002643
Steve Longerbeam7b043892007-05-03 20:50:03 +02002644 snd_printdd("%s: total dac count=%d\n", __func__, num_dacs);
2645
Matt Porter403d1942005-11-29 15:00:51 +01002646 switch (cfg->line_outs) {
2647 case 3:
2648 /* add line-in as side */
Steve Longerbeam7b043892007-05-03 20:50:03 +02002649 if (cfg->input_pins[AUTO_PIN_LINE] && num_dacs > 3) {
Takashi Iwaic480f792007-09-03 09:43:38 +02002650 cfg->line_out_pins[cfg->line_outs] =
2651 cfg->input_pins[AUTO_PIN_LINE];
Matt Porter403d1942005-11-29 15:00:51 +01002652 spec->line_switch = 1;
2653 cfg->line_outs++;
2654 }
2655 break;
2656 case 2:
2657 /* add line-in as clfe and mic as side */
Steve Longerbeam7b043892007-05-03 20:50:03 +02002658 if (cfg->input_pins[AUTO_PIN_LINE] && num_dacs > 2) {
Takashi Iwaic480f792007-09-03 09:43:38 +02002659 cfg->line_out_pins[cfg->line_outs] =
2660 cfg->input_pins[AUTO_PIN_LINE];
Matt Porter403d1942005-11-29 15:00:51 +01002661 spec->line_switch = 1;
2662 cfg->line_outs++;
2663 }
Steve Longerbeam7b043892007-05-03 20:50:03 +02002664 if (cfg->input_pins[AUTO_PIN_MIC] && num_dacs > 3) {
Takashi Iwaic480f792007-09-03 09:43:38 +02002665 cfg->line_out_pins[cfg->line_outs] =
2666 cfg->input_pins[AUTO_PIN_MIC];
Matt Porter403d1942005-11-29 15:00:51 +01002667 spec->mic_switch = 1;
2668 cfg->line_outs++;
2669 }
2670 break;
2671 case 1:
2672 /* add line-in as surr and mic as clfe */
Steve Longerbeam7b043892007-05-03 20:50:03 +02002673 if (cfg->input_pins[AUTO_PIN_LINE] && num_dacs > 1) {
Takashi Iwaic480f792007-09-03 09:43:38 +02002674 cfg->line_out_pins[cfg->line_outs] =
2675 cfg->input_pins[AUTO_PIN_LINE];
Matt Porter403d1942005-11-29 15:00:51 +01002676 spec->line_switch = 1;
2677 cfg->line_outs++;
2678 }
Steve Longerbeam7b043892007-05-03 20:50:03 +02002679 if (cfg->input_pins[AUTO_PIN_MIC] && num_dacs > 2) {
Takashi Iwaic480f792007-09-03 09:43:38 +02002680 cfg->line_out_pins[cfg->line_outs] =
2681 cfg->input_pins[AUTO_PIN_MIC];
Matt Porter403d1942005-11-29 15:00:51 +01002682 spec->mic_switch = 1;
2683 cfg->line_outs++;
2684 }
2685 break;
2686 }
2687
2688 return 0;
2689}
2690
Steve Longerbeam7b043892007-05-03 20:50:03 +02002691
2692static int is_in_dac_nids(struct sigmatel_spec *spec, hda_nid_t nid)
2693{
2694 int i;
2695
2696 for (i = 0; i < spec->multiout.num_dacs; i++) {
2697 if (spec->multiout.dac_nids[i] == nid)
2698 return 1;
2699 }
2700
2701 return 0;
2702}
2703
Matt Porter3cc08dc2006-01-23 15:27:49 +01002704/*
Steve Longerbeam7b043892007-05-03 20:50:03 +02002705 * Fill in the dac_nids table from the parsed pin configuration
2706 * This function only works when every pin in line_out_pins[]
2707 * contains atleast one DAC in its connection list. Some 92xx
2708 * codecs are not connected directly to a DAC, such as the 9200
2709 * and 9202/925x. For those, dac_nids[] must be hard-coded.
Matt Porter3cc08dc2006-01-23 15:27:49 +01002710 */
Takashi Iwai19039bd2006-06-28 15:52:16 +02002711static int stac92xx_auto_fill_dac_nids(struct hda_codec *codec,
Takashi Iwaidf802952007-07-02 19:18:00 +02002712 struct auto_pin_cfg *cfg)
Mattc7d4b2f2005-06-27 14:59:41 +02002713{
2714 struct sigmatel_spec *spec = codec->spec;
Steve Longerbeam7b043892007-05-03 20:50:03 +02002715 int i, j, conn_len = 0;
2716 hda_nid_t nid, conn[HDA_MAX_CONNECTIONS];
2717 unsigned int wcaps, wtype;
2718
Mattc7d4b2f2005-06-27 14:59:41 +02002719 for (i = 0; i < cfg->line_outs; i++) {
2720 nid = cfg->line_out_pins[i];
Steve Longerbeam7b043892007-05-03 20:50:03 +02002721 conn_len = snd_hda_get_connections(codec, nid, conn,
2722 HDA_MAX_CONNECTIONS);
2723 for (j = 0; j < conn_len; j++) {
2724 wcaps = snd_hda_param_read(codec, conn[j],
2725 AC_PAR_AUDIO_WIDGET_CAP);
2726 wtype = (wcaps & AC_WCAP_TYPE) >> AC_WCAP_TYPE_SHIFT;
Steve Longerbeam7b043892007-05-03 20:50:03 +02002727 if (wtype != AC_WID_AUD_OUT ||
2728 (wcaps & AC_WCAP_DIGITAL))
2729 continue;
2730 /* conn[j] is a DAC routed to this line-out */
2731 if (!is_in_dac_nids(spec, conn[j]))
2732 break;
2733 }
2734
2735 if (j == conn_len) {
Takashi Iwaidf802952007-07-02 19:18:00 +02002736 if (spec->multiout.num_dacs > 0) {
2737 /* we have already working output pins,
2738 * so let's drop the broken ones again
2739 */
2740 cfg->line_outs = spec->multiout.num_dacs;
2741 break;
2742 }
Steve Longerbeam7b043892007-05-03 20:50:03 +02002743 /* error out, no available DAC found */
2744 snd_printk(KERN_ERR
2745 "%s: No available DAC for pin 0x%x\n",
2746 __func__, nid);
2747 return -ENODEV;
2748 }
2749
2750 spec->multiout.dac_nids[i] = conn[j];
2751 spec->multiout.num_dacs++;
2752 if (conn_len > 1) {
2753 /* select this DAC in the pin's input mux */
Takashi Iwai82beb8f2007-08-10 17:09:26 +02002754 snd_hda_codec_write_cache(codec, nid, 0,
2755 AC_VERB_SET_CONNECT_SEL, j);
Steve Longerbeam7b043892007-05-03 20:50:03 +02002756
2757 }
Mattc7d4b2f2005-06-27 14:59:41 +02002758 }
2759
Steve Longerbeam7b043892007-05-03 20:50:03 +02002760 snd_printd("dac_nids=%d (0x%x/0x%x/0x%x/0x%x/0x%x)\n",
2761 spec->multiout.num_dacs,
2762 spec->multiout.dac_nids[0],
2763 spec->multiout.dac_nids[1],
2764 spec->multiout.dac_nids[2],
2765 spec->multiout.dac_nids[3],
2766 spec->multiout.dac_nids[4]);
Mattc7d4b2f2005-06-27 14:59:41 +02002767 return 0;
2768}
2769
Takashi Iwaieb06ed82006-09-20 17:10:27 +02002770/* create volume control/switch for the given prefx type */
2771static int create_controls(struct sigmatel_spec *spec, const char *pfx, hda_nid_t nid, int chs)
2772{
2773 char name[32];
2774 int err;
2775
2776 sprintf(name, "%s Playback Volume", pfx);
2777 err = stac92xx_add_control(spec, STAC_CTL_WIDGET_VOL, name,
2778 HDA_COMPOSE_AMP_VAL(nid, chs, 0, HDA_OUTPUT));
2779 if (err < 0)
2780 return err;
2781 sprintf(name, "%s Playback Switch", pfx);
2782 err = stac92xx_add_control(spec, STAC_CTL_WIDGET_MUTE, name,
2783 HDA_COMPOSE_AMP_VAL(nid, chs, 0, HDA_OUTPUT));
2784 if (err < 0)
2785 return err;
2786 return 0;
2787}
2788
Matthew Ranostayae0afd82008-02-22 17:55:05 +01002789static int add_spec_dacs(struct sigmatel_spec *spec, hda_nid_t nid)
2790{
2791 if (!spec->multiout.hp_nid)
2792 spec->multiout.hp_nid = nid;
2793 else if (spec->multiout.num_dacs > 4) {
2794 printk(KERN_WARNING "stac92xx: No space for DAC 0x%x\n", nid);
2795 return 1;
2796 } else {
2797 spec->multiout.dac_nids[spec->multiout.num_dacs] = nid;
2798 spec->multiout.num_dacs++;
2799 }
2800 return 0;
2801}
2802
2803static int check_in_dac_nids(struct sigmatel_spec *spec, hda_nid_t nid)
2804{
2805 if (is_in_dac_nids(spec, nid))
2806 return 1;
2807 if (spec->multiout.hp_nid == nid)
2808 return 1;
2809 return 0;
2810}
2811
Mattc7d4b2f2005-06-27 14:59:41 +02002812/* add playback controls from the parsed DAC table */
Maxim Levitsky0fb87bb2007-09-03 15:29:04 +02002813static int stac92xx_auto_create_multi_out_ctls(struct hda_codec *codec,
Takashi Iwai19039bd2006-06-28 15:52:16 +02002814 const struct auto_pin_cfg *cfg)
Mattc7d4b2f2005-06-27 14:59:41 +02002815{
Takashi Iwai19039bd2006-06-28 15:52:16 +02002816 static const char *chname[4] = {
2817 "Front", "Surround", NULL /*CLFE*/, "Side"
2818 };
Matthew Ranostayd21995e2008-10-13 13:22:45 -04002819 hda_nid_t nid = 0;
Mattc7d4b2f2005-06-27 14:59:41 +02002820 int i, err;
2821
Maxim Levitsky0fb87bb2007-09-03 15:29:04 +02002822 struct sigmatel_spec *spec = codec->spec;
Matthew Ranostayb5895dc2008-01-25 15:24:50 +01002823 unsigned int wid_caps, pincap;
Maxim Levitsky0fb87bb2007-09-03 15:29:04 +02002824
2825
Takashi Iwai40ac8c42008-02-29 14:16:17 +01002826 for (i = 0; i < cfg->line_outs && i < spec->multiout.num_dacs; i++) {
Matt Porter403d1942005-11-29 15:00:51 +01002827 if (!spec->multiout.dac_nids[i])
Mattc7d4b2f2005-06-27 14:59:41 +02002828 continue;
2829
2830 nid = spec->multiout.dac_nids[i];
2831
2832 if (i == 2) {
2833 /* Center/LFE */
Takashi Iwaieb06ed82006-09-20 17:10:27 +02002834 err = create_controls(spec, "Center", nid, 1);
2835 if (err < 0)
Mattc7d4b2f2005-06-27 14:59:41 +02002836 return err;
Takashi Iwaieb06ed82006-09-20 17:10:27 +02002837 err = create_controls(spec, "LFE", nid, 2);
2838 if (err < 0)
Mattc7d4b2f2005-06-27 14:59:41 +02002839 return err;
Maxim Levitsky0fb87bb2007-09-03 15:29:04 +02002840
2841 wid_caps = get_wcaps(codec, nid);
2842
2843 if (wid_caps & AC_WCAP_LR_SWAP) {
2844 err = stac92xx_add_control(spec,
2845 STAC_CTL_WIDGET_CLFE_SWITCH,
2846 "Swap Center/LFE Playback Switch", nid);
2847
2848 if (err < 0)
2849 return err;
2850 }
2851
Mattc7d4b2f2005-06-27 14:59:41 +02002852 } else {
Takashi Iwaieb06ed82006-09-20 17:10:27 +02002853 err = create_controls(spec, chname[i], nid, 3);
2854 if (err < 0)
Mattc7d4b2f2005-06-27 14:59:41 +02002855 return err;
2856 }
2857 }
2858
Matthew Ranostayfedb7562008-09-23 21:46:30 -04002859 if ((spec->multiout.num_dacs - cfg->line_outs) > 0 &&
2860 cfg->hp_outs && !spec->multiout.hp_nid)
2861 spec->multiout.hp_nid = nid;
2862
Matthew Ranostay7c2ba972008-04-16 13:13:59 +02002863 if (cfg->hp_outs > 1) {
2864 err = stac92xx_add_control(spec,
2865 STAC_CTL_WIDGET_HP_SWITCH,
Takashi Iwaid7a89432008-11-12 09:48:04 +01002866 "Headphone as Line Out Switch",
2867 cfg->hp_pins[cfg->hp_outs - 1]);
Matthew Ranostay7c2ba972008-04-16 13:13:59 +02002868 if (err < 0)
2869 return err;
2870 }
2871
Matthew Ranostayb5895dc2008-01-25 15:24:50 +01002872 if (spec->line_switch) {
2873 nid = cfg->input_pins[AUTO_PIN_LINE];
2874 pincap = snd_hda_param_read(codec, nid,
2875 AC_PAR_PIN_CAP);
2876 if (pincap & AC_PINCAP_OUT) {
2877 err = stac92xx_add_control(spec,
2878 STAC_CTL_WIDGET_IO_SWITCH,
2879 "Line In as Output Switch", nid << 8);
2880 if (err < 0)
2881 return err;
2882 }
2883 }
Matt Porter403d1942005-11-29 15:00:51 +01002884
Matthew Ranostayb5895dc2008-01-25 15:24:50 +01002885 if (spec->mic_switch) {
Matthew Ranostaycace16f2008-01-30 14:58:38 +01002886 unsigned int def_conf;
Matthew Ranostayae0afd82008-02-22 17:55:05 +01002887 unsigned int mic_pin = AUTO_PIN_MIC;
2888again:
2889 nid = cfg->input_pins[mic_pin];
Matthew Ranostaycace16f2008-01-30 14:58:38 +01002890 def_conf = snd_hda_codec_read(codec, nid, 0,
2891 AC_VERB_GET_CONFIG_DEFAULT, 0);
Matthew Ranostaycace16f2008-01-30 14:58:38 +01002892 /* some laptops have an internal analog microphone
2893 * which can't be used as a output */
2894 if (get_defcfg_connect(def_conf) != AC_JACK_PORT_FIXED) {
2895 pincap = snd_hda_param_read(codec, nid,
2896 AC_PAR_PIN_CAP);
2897 if (pincap & AC_PINCAP_OUT) {
2898 err = stac92xx_add_control(spec,
2899 STAC_CTL_WIDGET_IO_SWITCH,
2900 "Mic as Output Switch", (nid << 8) | 1);
Matthew Ranostayae0afd82008-02-22 17:55:05 +01002901 nid = snd_hda_codec_read(codec, nid, 0,
2902 AC_VERB_GET_CONNECT_LIST, 0) & 0xff;
2903 if (!check_in_dac_nids(spec, nid))
2904 add_spec_dacs(spec, nid);
Matthew Ranostaycace16f2008-01-30 14:58:38 +01002905 if (err < 0)
2906 return err;
2907 }
Matthew Ranostayae0afd82008-02-22 17:55:05 +01002908 } else if (mic_pin == AUTO_PIN_MIC) {
2909 mic_pin = AUTO_PIN_FRONT_MIC;
2910 goto again;
Matthew Ranostayb5895dc2008-01-25 15:24:50 +01002911 }
2912 }
Matt Porter403d1942005-11-29 15:00:51 +01002913
Mattc7d4b2f2005-06-27 14:59:41 +02002914 return 0;
2915}
2916
Takashi Iwaieb06ed82006-09-20 17:10:27 +02002917/* add playback controls for Speaker and HP outputs */
2918static int stac92xx_auto_create_hp_ctls(struct hda_codec *codec,
2919 struct auto_pin_cfg *cfg)
Mattc7d4b2f2005-06-27 14:59:41 +02002920{
2921 struct sigmatel_spec *spec = codec->spec;
Mattc7d4b2f2005-06-27 14:59:41 +02002922 hda_nid_t nid;
Takashi Iwaieb06ed82006-09-20 17:10:27 +02002923 int i, old_num_dacs, err;
Mattc7d4b2f2005-06-27 14:59:41 +02002924
Takashi Iwaieb06ed82006-09-20 17:10:27 +02002925 old_num_dacs = spec->multiout.num_dacs;
2926 for (i = 0; i < cfg->hp_outs; i++) {
2927 unsigned int wid_caps = get_wcaps(codec, cfg->hp_pins[i]);
2928 if (wid_caps & AC_WCAP_UNSOL_CAP)
2929 spec->hp_detect = 1;
2930 nid = snd_hda_codec_read(codec, cfg->hp_pins[i], 0,
2931 AC_VERB_GET_CONNECT_LIST, 0) & 0xff;
2932 if (check_in_dac_nids(spec, nid))
2933 nid = 0;
2934 if (! nid)
Mattc7d4b2f2005-06-27 14:59:41 +02002935 continue;
Takashi Iwaieb06ed82006-09-20 17:10:27 +02002936 add_spec_dacs(spec, nid);
2937 }
2938 for (i = 0; i < cfg->speaker_outs; i++) {
Steve Longerbeam7b043892007-05-03 20:50:03 +02002939 nid = snd_hda_codec_read(codec, cfg->speaker_pins[i], 0,
Takashi Iwaieb06ed82006-09-20 17:10:27 +02002940 AC_VERB_GET_CONNECT_LIST, 0) & 0xff;
2941 if (check_in_dac_nids(spec, nid))
2942 nid = 0;
Takashi Iwaieb06ed82006-09-20 17:10:27 +02002943 if (! nid)
2944 continue;
2945 add_spec_dacs(spec, nid);
Mattc7d4b2f2005-06-27 14:59:41 +02002946 }
Matthew Ranostay1b290a52007-07-12 15:17:34 +02002947 for (i = 0; i < cfg->line_outs; i++) {
2948 nid = snd_hda_codec_read(codec, cfg->line_out_pins[i], 0,
2949 AC_VERB_GET_CONNECT_LIST, 0) & 0xff;
2950 if (check_in_dac_nids(spec, nid))
2951 nid = 0;
2952 if (! nid)
2953 continue;
2954 add_spec_dacs(spec, nid);
2955 }
Takashi Iwaieb06ed82006-09-20 17:10:27 +02002956 for (i = old_num_dacs; i < spec->multiout.num_dacs; i++) {
2957 static const char *pfxs[] = {
2958 "Speaker", "External Speaker", "Speaker2",
2959 };
2960 err = create_controls(spec, pfxs[i - old_num_dacs],
2961 spec->multiout.dac_nids[i], 3);
2962 if (err < 0)
2963 return err;
2964 }
2965 if (spec->multiout.hp_nid) {
Takashi Iwai2626a262008-03-14 09:18:32 +01002966 err = create_controls(spec, "Headphone",
2967 spec->multiout.hp_nid, 3);
Takashi Iwaieb06ed82006-09-20 17:10:27 +02002968 if (err < 0)
2969 return err;
2970 }
Mattc7d4b2f2005-06-27 14:59:41 +02002971
2972 return 0;
2973}
2974
Matthew Ranostayb22b4822008-01-22 12:32:30 +01002975/* labels for mono mux outputs */
Matthew Ranostayd0513fc2008-07-27 10:30:30 +02002976static const char *stac92xx_mono_labels[4] = {
2977 "DAC0", "DAC1", "Mixer", "DAC2"
Matthew Ranostayb22b4822008-01-22 12:32:30 +01002978};
2979
2980/* create mono mux for mono out on capable codecs */
2981static int stac92xx_auto_create_mono_output_ctls(struct hda_codec *codec)
2982{
2983 struct sigmatel_spec *spec = codec->spec;
2984 struct hda_input_mux *mono_mux = &spec->private_mono_mux;
2985 int i, num_cons;
2986 hda_nid_t con_lst[ARRAY_SIZE(stac92xx_mono_labels)];
2987
2988 num_cons = snd_hda_get_connections(codec,
2989 spec->mono_nid,
2990 con_lst,
2991 HDA_MAX_NUM_INPUTS);
2992 if (!num_cons || num_cons > ARRAY_SIZE(stac92xx_mono_labels))
2993 return -EINVAL;
2994
2995 for (i = 0; i < num_cons; i++) {
2996 mono_mux->items[mono_mux->num_items].label =
2997 stac92xx_mono_labels[i];
2998 mono_mux->items[mono_mux->num_items].index = i;
2999 mono_mux->num_items++;
3000 }
Matthew Ranostay09a99952008-01-24 11:49:21 +01003001
3002 return stac92xx_add_control(spec, STAC_CTL_WIDGET_MONO_MUX,
3003 "Mono Mux", spec->mono_nid);
Matthew Ranostayb22b4822008-01-22 12:32:30 +01003004}
3005
Matthew Ranostay89385032008-09-11 09:49:39 -04003006/* labels for amp mux outputs */
3007static const char *stac92xx_amp_labels[3] = {
Matthew Ranostay4b33c762008-10-10 09:07:23 -04003008 "Front Microphone", "Microphone", "Line In",
Matthew Ranostay89385032008-09-11 09:49:39 -04003009};
3010
3011/* create amp out controls mux on capable codecs */
3012static int stac92xx_auto_create_amp_output_ctls(struct hda_codec *codec)
3013{
3014 struct sigmatel_spec *spec = codec->spec;
3015 struct hda_input_mux *amp_mux = &spec->private_amp_mux;
3016 int i, err;
3017
Matthew Ranostay2a9c7812008-09-13 16:45:39 -04003018 for (i = 0; i < spec->num_amps; i++) {
Matthew Ranostay89385032008-09-11 09:49:39 -04003019 amp_mux->items[amp_mux->num_items].label =
3020 stac92xx_amp_labels[i];
3021 amp_mux->items[amp_mux->num_items].index = i;
3022 amp_mux->num_items++;
3023 }
3024
Matthew Ranostay2a9c7812008-09-13 16:45:39 -04003025 if (spec->num_amps > 1) {
3026 err = stac92xx_add_control(spec, STAC_CTL_WIDGET_AMP_MUX,
3027 "Amp Selector Capture Switch", 0);
3028 if (err < 0)
3029 return err;
3030 }
Matthew Ranostay89385032008-09-11 09:49:39 -04003031 return stac92xx_add_control(spec, STAC_CTL_WIDGET_AMP_VOL,
3032 "Amp Capture Volume",
3033 HDA_COMPOSE_AMP_VAL(spec->amp_nids[0], 3, 0, HDA_INPUT));
3034}
3035
3036
Matthew Ranostay1cd22242008-07-18 18:20:52 +02003037/* create PC beep volume controls */
3038static int stac92xx_auto_create_beep_ctls(struct hda_codec *codec,
3039 hda_nid_t nid)
3040{
3041 struct sigmatel_spec *spec = codec->spec;
3042 u32 caps = query_amp_caps(codec, nid, HDA_OUTPUT);
3043 int err;
3044
3045 /* check for mute support for the the amp */
3046 if ((caps & AC_AMPCAP_MUTE) >> AC_AMPCAP_MUTE_SHIFT) {
3047 err = stac92xx_add_control(spec, STAC_CTL_WIDGET_MUTE,
3048 "PC Beep Playback Switch",
3049 HDA_COMPOSE_AMP_VAL(nid, 1, 0, HDA_OUTPUT));
3050 if (err < 0)
3051 return err;
3052 }
3053
3054 /* check to see if there is volume support for the amp */
3055 if ((caps & AC_AMPCAP_NUM_STEPS) >> AC_AMPCAP_NUM_STEPS_SHIFT) {
3056 err = stac92xx_add_control(spec, STAC_CTL_WIDGET_VOL,
3057 "PC Beep Playback Volume",
3058 HDA_COMPOSE_AMP_VAL(nid, 1, 0, HDA_OUTPUT));
3059 if (err < 0)
3060 return err;
3061 }
3062 return 0;
3063}
3064
Matthew Ranostay4682eee2008-08-15 07:43:24 +02003065static int stac92xx_auto_create_mux_input_ctls(struct hda_codec *codec)
3066{
3067 struct sigmatel_spec *spec = codec->spec;
3068 int wcaps, nid, i, err = 0;
3069
3070 for (i = 0; i < spec->num_muxes; i++) {
3071 nid = spec->mux_nids[i];
3072 wcaps = get_wcaps(codec, nid);
3073
3074 if (wcaps & AC_WCAP_OUT_AMP) {
3075 err = stac92xx_add_control_idx(spec,
3076 STAC_CTL_WIDGET_VOL, i, "Mux Capture Volume",
3077 HDA_COMPOSE_AMP_VAL(nid, 3, 0, HDA_OUTPUT));
3078 if (err < 0)
3079 return err;
3080 }
3081 }
3082 return 0;
3083};
3084
Matthew Ranostayd9737752008-09-07 12:03:41 +02003085static const char *stac92xx_spdif_labels[3] = {
Matthew Ranostay65973632008-09-16 10:39:37 -04003086 "Digital Playback", "Analog Mux 1", "Analog Mux 2",
Matthew Ranostayd9737752008-09-07 12:03:41 +02003087};
3088
3089static int stac92xx_auto_create_spdif_mux_ctls(struct hda_codec *codec)
3090{
3091 struct sigmatel_spec *spec = codec->spec;
3092 struct hda_input_mux *spdif_mux = &spec->private_smux;
Matthew Ranostay65973632008-09-16 10:39:37 -04003093 const char **labels = spec->spdif_labels;
Matthew Ranostayd9737752008-09-07 12:03:41 +02003094 int i, num_cons;
Matthew Ranostay65973632008-09-16 10:39:37 -04003095 hda_nid_t con_lst[HDA_MAX_NUM_INPUTS];
Matthew Ranostayd9737752008-09-07 12:03:41 +02003096
3097 num_cons = snd_hda_get_connections(codec,
3098 spec->smux_nids[0],
3099 con_lst,
3100 HDA_MAX_NUM_INPUTS);
Matthew Ranostay65973632008-09-16 10:39:37 -04003101 if (!num_cons)
Matthew Ranostayd9737752008-09-07 12:03:41 +02003102 return -EINVAL;
3103
Matthew Ranostay65973632008-09-16 10:39:37 -04003104 if (!labels)
3105 labels = stac92xx_spdif_labels;
3106
Matthew Ranostayd9737752008-09-07 12:03:41 +02003107 for (i = 0; i < num_cons; i++) {
Matthew Ranostay65973632008-09-16 10:39:37 -04003108 spdif_mux->items[spdif_mux->num_items].label = labels[i];
Matthew Ranostayd9737752008-09-07 12:03:41 +02003109 spdif_mux->items[spdif_mux->num_items].index = i;
3110 spdif_mux->num_items++;
3111 }
3112
3113 return 0;
3114}
3115
Matt Porter8b657272006-10-26 17:12:59 +02003116/* labels for dmic mux inputs */
Adrian Bunkddc2cec2006-11-20 12:03:44 +01003117static const char *stac92xx_dmic_labels[5] = {
Matt Porter8b657272006-10-26 17:12:59 +02003118 "Analog Inputs", "Digital Mic 1", "Digital Mic 2",
3119 "Digital Mic 3", "Digital Mic 4"
3120};
3121
3122/* create playback/capture controls for input pins on dmic capable codecs */
3123static int stac92xx_auto_create_dmic_input_ctls(struct hda_codec *codec,
3124 const struct auto_pin_cfg *cfg)
3125{
3126 struct sigmatel_spec *spec = codec->spec;
3127 struct hda_input_mux *dimux = &spec->private_dimux;
3128 hda_nid_t con_lst[HDA_MAX_NUM_INPUTS];
Matthew Ranostay0678acc2008-01-08 12:10:50 +01003129 int err, i, j;
3130 char name[32];
Matt Porter8b657272006-10-26 17:12:59 +02003131
3132 dimux->items[dimux->num_items].label = stac92xx_dmic_labels[0];
3133 dimux->items[dimux->num_items].index = 0;
3134 dimux->num_items++;
3135
3136 for (i = 0; i < spec->num_dmics; i++) {
Matthew Ranostay0678acc2008-01-08 12:10:50 +01003137 hda_nid_t nid;
Matt Porter8b657272006-10-26 17:12:59 +02003138 int index;
3139 int num_cons;
Matthew Ranostay0678acc2008-01-08 12:10:50 +01003140 unsigned int wcaps;
Matt Porter8b657272006-10-26 17:12:59 +02003141 unsigned int def_conf;
3142
3143 def_conf = snd_hda_codec_read(codec,
3144 spec->dmic_nids[i],
3145 0,
3146 AC_VERB_GET_CONFIG_DEFAULT,
3147 0);
3148 if (get_defcfg_connect(def_conf) == AC_JACK_PORT_NONE)
3149 continue;
3150
Matthew Ranostay0678acc2008-01-08 12:10:50 +01003151 nid = spec->dmic_nids[i];
Matt Porter8b657272006-10-26 17:12:59 +02003152 num_cons = snd_hda_get_connections(codec,
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01003153 spec->dmux_nids[0],
Matt Porter8b657272006-10-26 17:12:59 +02003154 con_lst,
3155 HDA_MAX_NUM_INPUTS);
3156 for (j = 0; j < num_cons; j++)
Matthew Ranostay0678acc2008-01-08 12:10:50 +01003157 if (con_lst[j] == nid) {
Matt Porter8b657272006-10-26 17:12:59 +02003158 index = j;
3159 goto found;
3160 }
3161 continue;
3162found:
Matthew Ranostayd0513fc2008-07-27 10:30:30 +02003163 wcaps = get_wcaps(codec, nid) &
3164 (AC_WCAP_OUT_AMP | AC_WCAP_IN_AMP);
Matthew Ranostay0678acc2008-01-08 12:10:50 +01003165
Matthew Ranostayd0513fc2008-07-27 10:30:30 +02003166 if (wcaps) {
Matthew Ranostay0678acc2008-01-08 12:10:50 +01003167 sprintf(name, "%s Capture Volume",
3168 stac92xx_dmic_labels[dimux->num_items]);
3169
3170 err = stac92xx_add_control(spec,
3171 STAC_CTL_WIDGET_VOL,
3172 name,
Matthew Ranostayd0513fc2008-07-27 10:30:30 +02003173 HDA_COMPOSE_AMP_VAL(nid, 3, 0,
3174 (wcaps & AC_WCAP_OUT_AMP) ?
3175 HDA_OUTPUT : HDA_INPUT));
Matthew Ranostay0678acc2008-01-08 12:10:50 +01003176 if (err < 0)
3177 return err;
3178 }
3179
Matt Porter8b657272006-10-26 17:12:59 +02003180 dimux->items[dimux->num_items].label =
3181 stac92xx_dmic_labels[dimux->num_items];
3182 dimux->items[dimux->num_items].index = index;
3183 dimux->num_items++;
3184 }
3185
3186 return 0;
3187}
3188
Mattc7d4b2f2005-06-27 14:59:41 +02003189/* create playback/capture controls for input pins */
3190static int stac92xx_auto_create_analog_input_ctls(struct hda_codec *codec, const struct auto_pin_cfg *cfg)
3191{
3192 struct sigmatel_spec *spec = codec->spec;
Mattc7d4b2f2005-06-27 14:59:41 +02003193 struct hda_input_mux *imux = &spec->private_imux;
3194 hda_nid_t con_lst[HDA_MAX_NUM_INPUTS];
3195 int i, j, k;
3196
3197 for (i = 0; i < AUTO_PIN_LAST; i++) {
Takashi Iwai314634b2006-09-21 11:56:18 +02003198 int index;
Mattc7d4b2f2005-06-27 14:59:41 +02003199
Takashi Iwai314634b2006-09-21 11:56:18 +02003200 if (!cfg->input_pins[i])
3201 continue;
3202 index = -1;
3203 for (j = 0; j < spec->num_muxes; j++) {
3204 int num_cons;
3205 num_cons = snd_hda_get_connections(codec,
3206 spec->mux_nids[j],
3207 con_lst,
3208 HDA_MAX_NUM_INPUTS);
3209 for (k = 0; k < num_cons; k++)
3210 if (con_lst[k] == cfg->input_pins[i]) {
3211 index = k;
3212 goto found;
3213 }
Mattc7d4b2f2005-06-27 14:59:41 +02003214 }
Takashi Iwai314634b2006-09-21 11:56:18 +02003215 continue;
3216 found:
3217 imux->items[imux->num_items].label = auto_pin_cfg_labels[i];
3218 imux->items[imux->num_items].index = index;
3219 imux->num_items++;
Mattc7d4b2f2005-06-27 14:59:41 +02003220 }
3221
Steve Longerbeam7b043892007-05-03 20:50:03 +02003222 if (imux->num_items) {
Sam Revitch62fe78e2006-05-10 15:09:17 +02003223 /*
3224 * Set the current input for the muxes.
3225 * The STAC9221 has two input muxes with identical source
3226 * NID lists. Hopefully this won't get confused.
3227 */
3228 for (i = 0; i < spec->num_muxes; i++) {
Takashi Iwai82beb8f2007-08-10 17:09:26 +02003229 snd_hda_codec_write_cache(codec, spec->mux_nids[i], 0,
3230 AC_VERB_SET_CONNECT_SEL,
3231 imux->items[0].index);
Sam Revitch62fe78e2006-05-10 15:09:17 +02003232 }
3233 }
3234
Mattc7d4b2f2005-06-27 14:59:41 +02003235 return 0;
3236}
3237
Mattc7d4b2f2005-06-27 14:59:41 +02003238static void stac92xx_auto_init_multi_out(struct hda_codec *codec)
3239{
3240 struct sigmatel_spec *spec = codec->spec;
3241 int i;
3242
3243 for (i = 0; i < spec->autocfg.line_outs; i++) {
3244 hda_nid_t nid = spec->autocfg.line_out_pins[i];
3245 stac92xx_auto_set_pinctl(codec, nid, AC_PINCTL_OUT_EN);
3246 }
3247}
3248
3249static void stac92xx_auto_init_hp_out(struct hda_codec *codec)
3250{
3251 struct sigmatel_spec *spec = codec->spec;
Takashi Iwaieb06ed82006-09-20 17:10:27 +02003252 int i;
Mattc7d4b2f2005-06-27 14:59:41 +02003253
Takashi Iwaieb06ed82006-09-20 17:10:27 +02003254 for (i = 0; i < spec->autocfg.hp_outs; i++) {
3255 hda_nid_t pin;
3256 pin = spec->autocfg.hp_pins[i];
3257 if (pin) /* connect to front */
3258 stac92xx_auto_set_pinctl(codec, pin, AC_PINCTL_OUT_EN | AC_PINCTL_HP_EN);
3259 }
3260 for (i = 0; i < spec->autocfg.speaker_outs; i++) {
3261 hda_nid_t pin;
3262 pin = spec->autocfg.speaker_pins[i];
3263 if (pin) /* connect to front */
3264 stac92xx_auto_set_pinctl(codec, pin, AC_PINCTL_OUT_EN);
3265 }
Mattc7d4b2f2005-06-27 14:59:41 +02003266}
3267
Matt Porter3cc08dc2006-01-23 15:27:49 +01003268static 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 +02003269{
3270 struct sigmatel_spec *spec = codec->spec;
3271 int err;
Jiang Zhebcecd9b2007-11-12 12:57:03 +01003272 int hp_speaker_swap = 0;
Mattc7d4b2f2005-06-27 14:59:41 +02003273
Matt Porter8b657272006-10-26 17:12:59 +02003274 if ((err = snd_hda_parse_pin_def_config(codec,
3275 &spec->autocfg,
3276 spec->dmic_nids)) < 0)
Mattc7d4b2f2005-06-27 14:59:41 +02003277 return err;
Takashi Iwai82bc9552006-03-21 11:24:42 +01003278 if (! spec->autocfg.line_outs)
Matt Porter869264c2006-01-25 19:20:50 +01003279 return 0; /* can't find valid pin config */
Takashi Iwai19039bd2006-06-28 15:52:16 +02003280
Jiang Zhebcecd9b2007-11-12 12:57:03 +01003281 /* If we have no real line-out pin and multiple hp-outs, HPs should
3282 * be set up as multi-channel outputs.
3283 */
3284 if (spec->autocfg.line_out_type == AUTO_PIN_SPEAKER_OUT &&
3285 spec->autocfg.hp_outs > 1) {
3286 /* Copy hp_outs to line_outs, backup line_outs in
3287 * speaker_outs so that the following routines can handle
3288 * HP pins as primary outputs.
3289 */
3290 memcpy(spec->autocfg.speaker_pins, spec->autocfg.line_out_pins,
3291 sizeof(spec->autocfg.line_out_pins));
3292 spec->autocfg.speaker_outs = spec->autocfg.line_outs;
3293 memcpy(spec->autocfg.line_out_pins, spec->autocfg.hp_pins,
3294 sizeof(spec->autocfg.hp_pins));
3295 spec->autocfg.line_outs = spec->autocfg.hp_outs;
3296 hp_speaker_swap = 1;
3297 }
Matthew Ranostay09a99952008-01-24 11:49:21 +01003298 if (spec->autocfg.mono_out_pin) {
Matthew Ranostayd0513fc2008-07-27 10:30:30 +02003299 int dir = get_wcaps(codec, spec->autocfg.mono_out_pin) &
3300 (AC_WCAP_OUT_AMP | AC_WCAP_IN_AMP);
Matthew Ranostay09a99952008-01-24 11:49:21 +01003301 u32 caps = query_amp_caps(codec,
3302 spec->autocfg.mono_out_pin, dir);
3303 hda_nid_t conn_list[1];
3304
3305 /* get the mixer node and then the mono mux if it exists */
3306 if (snd_hda_get_connections(codec,
3307 spec->autocfg.mono_out_pin, conn_list, 1) &&
3308 snd_hda_get_connections(codec, conn_list[0],
3309 conn_list, 1)) {
3310
3311 int wcaps = get_wcaps(codec, conn_list[0]);
3312 int wid_type = (wcaps & AC_WCAP_TYPE)
3313 >> AC_WCAP_TYPE_SHIFT;
3314 /* LR swap check, some stac925x have a mux that
3315 * changes the DACs output path instead of the
3316 * mono-mux path.
3317 */
3318 if (wid_type == AC_WID_AUD_SEL &&
3319 !(wcaps & AC_WCAP_LR_SWAP))
3320 spec->mono_nid = conn_list[0];
3321 }
Matthew Ranostayd0513fc2008-07-27 10:30:30 +02003322 if (dir) {
3323 hda_nid_t nid = spec->autocfg.mono_out_pin;
3324
3325 /* most mono outs have a least a mute/unmute switch */
3326 dir = (dir & AC_WCAP_OUT_AMP) ? HDA_OUTPUT : HDA_INPUT;
3327 err = stac92xx_add_control(spec, STAC_CTL_WIDGET_MUTE,
3328 "Mono Playback Switch",
3329 HDA_COMPOSE_AMP_VAL(nid, 1, 0, dir));
Matthew Ranostay09a99952008-01-24 11:49:21 +01003330 if (err < 0)
3331 return err;
Matthew Ranostayd0513fc2008-07-27 10:30:30 +02003332 /* check for volume support for the amp */
3333 if ((caps & AC_AMPCAP_NUM_STEPS)
3334 >> AC_AMPCAP_NUM_STEPS_SHIFT) {
3335 err = stac92xx_add_control(spec,
3336 STAC_CTL_WIDGET_VOL,
3337 "Mono Playback Volume",
3338 HDA_COMPOSE_AMP_VAL(nid, 1, 0, dir));
3339 if (err < 0)
3340 return err;
3341 }
Matthew Ranostay09a99952008-01-24 11:49:21 +01003342 }
3343
3344 stac92xx_auto_set_pinctl(codec, spec->autocfg.mono_out_pin,
3345 AC_PINCTL_OUT_EN);
3346 }
Jiang Zhebcecd9b2007-11-12 12:57:03 +01003347
Matt Porter403d1942005-11-29 15:00:51 +01003348 if ((err = stac92xx_add_dyn_out_pins(codec, &spec->autocfg)) < 0)
3349 return err;
Takashi Iwai19039bd2006-06-28 15:52:16 +02003350 if (spec->multiout.num_dacs == 0)
3351 if ((err = stac92xx_auto_fill_dac_nids(codec, &spec->autocfg)) < 0)
3352 return err;
Mattc7d4b2f2005-06-27 14:59:41 +02003353
Maxim Levitsky0fb87bb2007-09-03 15:29:04 +02003354 err = stac92xx_auto_create_multi_out_ctls(codec, &spec->autocfg);
3355
3356 if (err < 0)
3357 return err;
3358
Matthew Ranostay1cd22242008-07-18 18:20:52 +02003359 /* setup analog beep controls */
3360 if (spec->anabeep_nid > 0) {
3361 err = stac92xx_auto_create_beep_ctls(codec,
3362 spec->anabeep_nid);
3363 if (err < 0)
3364 return err;
3365 }
3366
3367 /* setup digital beep controls and input device */
3368#ifdef CONFIG_SND_HDA_INPUT_BEEP
3369 if (spec->digbeep_nid > 0) {
3370 hda_nid_t nid = spec->digbeep_nid;
3371
3372 err = stac92xx_auto_create_beep_ctls(codec, nid);
3373 if (err < 0)
3374 return err;
3375 err = snd_hda_attach_beep_device(codec, nid);
3376 if (err < 0)
3377 return err;
3378 }
3379#endif
3380
Jiang Zhebcecd9b2007-11-12 12:57:03 +01003381 if (hp_speaker_swap == 1) {
3382 /* Restore the hp_outs and line_outs */
3383 memcpy(spec->autocfg.hp_pins, spec->autocfg.line_out_pins,
3384 sizeof(spec->autocfg.line_out_pins));
3385 spec->autocfg.hp_outs = spec->autocfg.line_outs;
3386 memcpy(spec->autocfg.line_out_pins, spec->autocfg.speaker_pins,
3387 sizeof(spec->autocfg.speaker_pins));
3388 spec->autocfg.line_outs = spec->autocfg.speaker_outs;
3389 memset(spec->autocfg.speaker_pins, 0,
3390 sizeof(spec->autocfg.speaker_pins));
3391 spec->autocfg.speaker_outs = 0;
3392 }
3393
Maxim Levitsky0fb87bb2007-09-03 15:29:04 +02003394 err = stac92xx_auto_create_hp_ctls(codec, &spec->autocfg);
3395
3396 if (err < 0)
3397 return err;
3398
3399 err = stac92xx_auto_create_analog_input_ctls(codec, &spec->autocfg);
3400
3401 if (err < 0)
Mattc7d4b2f2005-06-27 14:59:41 +02003402 return err;
3403
Matthew Ranostayb22b4822008-01-22 12:32:30 +01003404 if (spec->mono_nid > 0) {
3405 err = stac92xx_auto_create_mono_output_ctls(codec);
3406 if (err < 0)
3407 return err;
3408 }
Matthew Ranostay2a9c7812008-09-13 16:45:39 -04003409 if (spec->num_amps > 0) {
Matthew Ranostay89385032008-09-11 09:49:39 -04003410 err = stac92xx_auto_create_amp_output_ctls(codec);
3411 if (err < 0)
3412 return err;
3413 }
Matthew Ranostay2a9c7812008-09-13 16:45:39 -04003414 if (spec->num_dmics > 0 && !spec->dinput_mux)
Matt Porter8b657272006-10-26 17:12:59 +02003415 if ((err = stac92xx_auto_create_dmic_input_ctls(codec,
3416 &spec->autocfg)) < 0)
3417 return err;
Matthew Ranostay4682eee2008-08-15 07:43:24 +02003418 if (spec->num_muxes > 0) {
3419 err = stac92xx_auto_create_mux_input_ctls(codec);
3420 if (err < 0)
3421 return err;
3422 }
Matthew Ranostayd9737752008-09-07 12:03:41 +02003423 if (spec->num_smuxes > 0) {
3424 err = stac92xx_auto_create_spdif_mux_ctls(codec);
3425 if (err < 0)
3426 return err;
3427 }
Matt Porter8b657272006-10-26 17:12:59 +02003428
Mattc7d4b2f2005-06-27 14:59:41 +02003429 spec->multiout.max_channels = spec->multiout.num_dacs * 2;
Matt Porter403d1942005-11-29 15:00:51 +01003430 if (spec->multiout.max_channels > 2)
Mattc7d4b2f2005-06-27 14:59:41 +02003431 spec->surr_switch = 1;
Mattc7d4b2f2005-06-27 14:59:41 +02003432
Takashi Iwai82bc9552006-03-21 11:24:42 +01003433 if (spec->autocfg.dig_out_pin)
Matt Porter3cc08dc2006-01-23 15:27:49 +01003434 spec->multiout.dig_out_nid = dig_out;
Matthew Ranostayd0513fc2008-07-27 10:30:30 +02003435 if (dig_in && spec->autocfg.dig_in_pin)
Matt Porter3cc08dc2006-01-23 15:27:49 +01003436 spec->dig_in_nid = dig_in;
Mattc7d4b2f2005-06-27 14:59:41 +02003437
3438 if (spec->kctl_alloc)
3439 spec->mixers[spec->num_mixers++] = spec->kctl_alloc;
3440
3441 spec->input_mux = &spec->private_imux;
Matthew Ranostay2a9c7812008-09-13 16:45:39 -04003442 spec->dinput_mux = &spec->private_dimux;
Matthew Ranostayd9737752008-09-07 12:03:41 +02003443 spec->sinput_mux = &spec->private_smux;
Matthew Ranostayb22b4822008-01-22 12:32:30 +01003444 spec->mono_mux = &spec->private_mono_mux;
Matthew Ranostay89385032008-09-11 09:49:39 -04003445 spec->amp_mux = &spec->private_amp_mux;
Mattc7d4b2f2005-06-27 14:59:41 +02003446 return 1;
3447}
3448
Takashi Iwai82bc9552006-03-21 11:24:42 +01003449/* add playback controls for HP output */
3450static int stac9200_auto_create_hp_ctls(struct hda_codec *codec,
3451 struct auto_pin_cfg *cfg)
3452{
3453 struct sigmatel_spec *spec = codec->spec;
Takashi Iwaieb06ed82006-09-20 17:10:27 +02003454 hda_nid_t pin = cfg->hp_pins[0];
Takashi Iwai82bc9552006-03-21 11:24:42 +01003455 unsigned int wid_caps;
3456
3457 if (! pin)
3458 return 0;
3459
3460 wid_caps = get_wcaps(codec, pin);
Takashi Iwai505cb342006-03-27 12:51:52 +02003461 if (wid_caps & AC_WCAP_UNSOL_CAP)
Takashi Iwai82bc9552006-03-21 11:24:42 +01003462 spec->hp_detect = 1;
Takashi Iwai82bc9552006-03-21 11:24:42 +01003463
3464 return 0;
3465}
3466
Richard Fish160ea0d2006-09-06 13:58:25 +02003467/* add playback controls for LFE output */
3468static int stac9200_auto_create_lfe_ctls(struct hda_codec *codec,
3469 struct auto_pin_cfg *cfg)
3470{
3471 struct sigmatel_spec *spec = codec->spec;
3472 int err;
3473 hda_nid_t lfe_pin = 0x0;
3474 int i;
3475
3476 /*
3477 * search speaker outs and line outs for a mono speaker pin
3478 * with an amp. If one is found, add LFE controls
3479 * for it.
3480 */
3481 for (i = 0; i < spec->autocfg.speaker_outs && lfe_pin == 0x0; i++) {
3482 hda_nid_t pin = spec->autocfg.speaker_pins[i];
Takashi Iwai64ed0df2008-02-29 11:57:53 +01003483 unsigned int wcaps = get_wcaps(codec, pin);
Richard Fish160ea0d2006-09-06 13:58:25 +02003484 wcaps &= (AC_WCAP_STEREO | AC_WCAP_OUT_AMP);
3485 if (wcaps == AC_WCAP_OUT_AMP)
3486 /* found a mono speaker with an amp, must be lfe */
3487 lfe_pin = pin;
3488 }
3489
3490 /* if speaker_outs is 0, then speakers may be in line_outs */
3491 if (lfe_pin == 0 && spec->autocfg.speaker_outs == 0) {
3492 for (i = 0; i < spec->autocfg.line_outs && lfe_pin == 0x0; i++) {
3493 hda_nid_t pin = spec->autocfg.line_out_pins[i];
Takashi Iwai64ed0df2008-02-29 11:57:53 +01003494 unsigned int defcfg;
Harvey Harrison8b551782008-02-29 11:56:48 +01003495 defcfg = snd_hda_codec_read(codec, pin, 0,
Richard Fish160ea0d2006-09-06 13:58:25 +02003496 AC_VERB_GET_CONFIG_DEFAULT,
3497 0x00);
Harvey Harrison8b551782008-02-29 11:56:48 +01003498 if (get_defcfg_device(defcfg) == AC_JACK_SPEAKER) {
Takashi Iwai64ed0df2008-02-29 11:57:53 +01003499 unsigned int wcaps = get_wcaps(codec, pin);
Richard Fish160ea0d2006-09-06 13:58:25 +02003500 wcaps &= (AC_WCAP_STEREO | AC_WCAP_OUT_AMP);
3501 if (wcaps == AC_WCAP_OUT_AMP)
3502 /* found a mono speaker with an amp,
3503 must be lfe */
3504 lfe_pin = pin;
3505 }
3506 }
3507 }
3508
3509 if (lfe_pin) {
Takashi Iwaieb06ed82006-09-20 17:10:27 +02003510 err = create_controls(spec, "LFE", lfe_pin, 1);
Richard Fish160ea0d2006-09-06 13:58:25 +02003511 if (err < 0)
3512 return err;
3513 }
3514
3515 return 0;
3516}
3517
Mattc7d4b2f2005-06-27 14:59:41 +02003518static int stac9200_parse_auto_config(struct hda_codec *codec)
3519{
3520 struct sigmatel_spec *spec = codec->spec;
3521 int err;
3522
Kailang Yangdf694da2005-12-05 19:42:22 +01003523 if ((err = snd_hda_parse_pin_def_config(codec, &spec->autocfg, NULL)) < 0)
Mattc7d4b2f2005-06-27 14:59:41 +02003524 return err;
3525
3526 if ((err = stac92xx_auto_create_analog_input_ctls(codec, &spec->autocfg)) < 0)
3527 return err;
3528
Takashi Iwai82bc9552006-03-21 11:24:42 +01003529 if ((err = stac9200_auto_create_hp_ctls(codec, &spec->autocfg)) < 0)
3530 return err;
3531
Richard Fish160ea0d2006-09-06 13:58:25 +02003532 if ((err = stac9200_auto_create_lfe_ctls(codec, &spec->autocfg)) < 0)
3533 return err;
3534
Takashi Iwai355a0ec2008-11-11 16:46:19 +01003535 if (spec->num_muxes > 0) {
3536 err = stac92xx_auto_create_mux_input_ctls(codec);
3537 if (err < 0)
3538 return err;
3539 }
3540
Takashi Iwai82bc9552006-03-21 11:24:42 +01003541 if (spec->autocfg.dig_out_pin)
Mattc7d4b2f2005-06-27 14:59:41 +02003542 spec->multiout.dig_out_nid = 0x05;
Takashi Iwai82bc9552006-03-21 11:24:42 +01003543 if (spec->autocfg.dig_in_pin)
Mattc7d4b2f2005-06-27 14:59:41 +02003544 spec->dig_in_nid = 0x04;
Mattc7d4b2f2005-06-27 14:59:41 +02003545
3546 if (spec->kctl_alloc)
3547 spec->mixers[spec->num_mixers++] = spec->kctl_alloc;
3548
3549 spec->input_mux = &spec->private_imux;
Matt Porter8b657272006-10-26 17:12:59 +02003550 spec->dinput_mux = &spec->private_dimux;
Mattc7d4b2f2005-06-27 14:59:41 +02003551
3552 return 1;
3553}
3554
Sam Revitch62fe78e2006-05-10 15:09:17 +02003555/*
3556 * Early 2006 Intel Macintoshes with STAC9220X5 codecs seem to have a
3557 * funky external mute control using GPIO pins.
3558 */
3559
Takashi Iwai76e1ddf2008-01-15 11:39:08 +01003560static void stac_gpio_set(struct hda_codec *codec, unsigned int mask,
Matthew Ranostay4fe51952008-01-29 15:28:44 +01003561 unsigned int dir_mask, unsigned int data)
Sam Revitch62fe78e2006-05-10 15:09:17 +02003562{
3563 unsigned int gpiostate, gpiomask, gpiodir;
3564
3565 gpiostate = snd_hda_codec_read(codec, codec->afg, 0,
3566 AC_VERB_GET_GPIO_DATA, 0);
Matthew Ranostay4fe51952008-01-29 15:28:44 +01003567 gpiostate = (gpiostate & ~dir_mask) | (data & dir_mask);
Sam Revitch62fe78e2006-05-10 15:09:17 +02003568
3569 gpiomask = snd_hda_codec_read(codec, codec->afg, 0,
3570 AC_VERB_GET_GPIO_MASK, 0);
Takashi Iwai76e1ddf2008-01-15 11:39:08 +01003571 gpiomask |= mask;
Sam Revitch62fe78e2006-05-10 15:09:17 +02003572
3573 gpiodir = snd_hda_codec_read(codec, codec->afg, 0,
3574 AC_VERB_GET_GPIO_DIRECTION, 0);
Matthew Ranostay4fe51952008-01-29 15:28:44 +01003575 gpiodir |= dir_mask;
Sam Revitch62fe78e2006-05-10 15:09:17 +02003576
Takashi Iwai76e1ddf2008-01-15 11:39:08 +01003577 /* Configure GPIOx as CMOS */
Sam Revitch62fe78e2006-05-10 15:09:17 +02003578 snd_hda_codec_write(codec, codec->afg, 0, 0x7e7, 0);
3579
3580 snd_hda_codec_write(codec, codec->afg, 0,
3581 AC_VERB_SET_GPIO_MASK, gpiomask);
Takashi Iwai76e1ddf2008-01-15 11:39:08 +01003582 snd_hda_codec_read(codec, codec->afg, 0,
3583 AC_VERB_SET_GPIO_DIRECTION, gpiodir); /* sync */
Sam Revitch62fe78e2006-05-10 15:09:17 +02003584
3585 msleep(1);
3586
Takashi Iwai76e1ddf2008-01-15 11:39:08 +01003587 snd_hda_codec_read(codec, codec->afg, 0,
3588 AC_VERB_SET_GPIO_DATA, gpiostate); /* sync */
Sam Revitch62fe78e2006-05-10 15:09:17 +02003589}
3590
Takashi Iwai314634b2006-09-21 11:56:18 +02003591static void enable_pin_detect(struct hda_codec *codec, hda_nid_t nid,
3592 unsigned int event)
3593{
3594 if (get_wcaps(codec, nid) & AC_WCAP_UNSOL_CAP)
Takashi Iwaidc81bed2007-09-03 09:36:36 +02003595 snd_hda_codec_write_cache(codec, nid, 0,
3596 AC_VERB_SET_UNSOLICITED_ENABLE,
3597 (AC_USRSP_EN | event));
Takashi Iwai314634b2006-09-21 11:56:18 +02003598}
3599
Matthew Ranostaya64135a2008-01-10 16:55:06 +01003600static int is_nid_hp_pin(struct auto_pin_cfg *cfg, hda_nid_t nid)
3601{
3602 int i;
3603 for (i = 0; i < cfg->hp_outs; i++)
3604 if (cfg->hp_pins[i] == nid)
3605 return 1; /* nid is a HP-Out */
3606
3607 return 0; /* nid is not a HP-Out */
3608};
3609
Matthew Ranostayb76c8502008-02-06 14:49:44 +01003610static void stac92xx_power_down(struct hda_codec *codec)
3611{
3612 struct sigmatel_spec *spec = codec->spec;
3613
3614 /* power down inactive DACs */
3615 hda_nid_t *dac;
3616 for (dac = spec->dac_list; *dac; dac++)
Matthew Ranostay44510892008-02-21 07:49:31 +01003617 if (!is_in_dac_nids(spec, *dac) &&
3618 spec->multiout.hp_nid != *dac)
Matthew Ranostayb76c8502008-02-06 14:49:44 +01003619 snd_hda_codec_write_cache(codec, *dac, 0,
3620 AC_VERB_SET_POWER_STATE, AC_PWRST_D3);
3621}
3622
Mattc7d4b2f2005-06-27 14:59:41 +02003623static int stac92xx_init(struct hda_codec *codec)
3624{
3625 struct sigmatel_spec *spec = codec->spec;
Takashi Iwai82bc9552006-03-21 11:24:42 +01003626 struct auto_pin_cfg *cfg = &spec->autocfg;
3627 int i;
Mattc7d4b2f2005-06-27 14:59:41 +02003628
Mattc7d4b2f2005-06-27 14:59:41 +02003629 snd_hda_sequence_write(codec, spec->init);
3630
Matthew Ranostay8daaaa92008-08-15 07:45:52 +02003631 /* power down adcs initially */
3632 if (spec->powerdown_adcs)
3633 for (i = 0; i < spec->num_adcs; i++)
3634 snd_hda_codec_write_cache(codec,
3635 spec->adc_nids[i], 0,
3636 AC_VERB_SET_POWER_STATE, AC_PWRST_D3);
Takashi Iwai82bc9552006-03-21 11:24:42 +01003637 /* set up pins */
3638 if (spec->hp_detect) {
Takashi Iwai505cb342006-03-27 12:51:52 +02003639 /* Enable unsolicited responses on the HP widget */
Takashi Iwaieb06ed82006-09-20 17:10:27 +02003640 for (i = 0; i < cfg->hp_outs; i++)
Takashi Iwai314634b2006-09-21 11:56:18 +02003641 enable_pin_detect(codec, cfg->hp_pins[i],
3642 STAC_HP_EVENT);
Takashi Iwai0a07acaf2007-03-13 10:40:23 +01003643 /* force to enable the first line-out; the others are set up
3644 * in unsol_event
3645 */
3646 stac92xx_auto_set_pinctl(codec, spec->autocfg.line_out_pins[0],
3647 AC_PINCTL_OUT_EN);
Takashi Iwaieb995a82006-09-21 14:28:21 +02003648 stac92xx_auto_init_hp_out(codec);
Takashi Iwai82bc9552006-03-21 11:24:42 +01003649 /* fake event to set up pins */
3650 codec->patch_ops.unsol_event(codec, STAC_HP_EVENT << 26);
3651 } else {
3652 stac92xx_auto_init_multi_out(codec);
3653 stac92xx_auto_init_hp_out(codec);
3654 }
3655 for (i = 0; i < AUTO_PIN_LAST; i++) {
Takashi Iwaic960a032006-03-23 17:06:28 +01003656 hda_nid_t nid = cfg->input_pins[i];
3657 if (nid) {
Takashi Iwai4f1e6bc2008-11-11 16:47:24 +01003658 unsigned int pinctl;
3659 if (i == AUTO_PIN_MIC || i == AUTO_PIN_FRONT_MIC) {
3660 /* for mic pins, force to initialize */
3661 pinctl = stac92xx_get_vref(codec, nid);
3662 } else {
3663 pinctl = snd_hda_codec_read(codec, nid, 0,
3664 AC_VERB_GET_PIN_WIDGET_CONTROL, 0);
3665 /* if PINCTL already set then skip */
3666 if (pinctl & AC_PINCTL_IN_EN)
3667 continue;
3668 }
3669 pinctl |= AC_PINCTL_IN_EN;
Takashi Iwaic960a032006-03-23 17:06:28 +01003670 stac92xx_auto_set_pinctl(codec, nid, pinctl);
3671 }
Takashi Iwai82bc9552006-03-21 11:24:42 +01003672 }
Matthew Ranostaya64135a2008-01-10 16:55:06 +01003673 for (i = 0; i < spec->num_dmics; i++)
3674 stac92xx_auto_set_pinctl(codec, spec->dmic_nids[i],
3675 AC_PINCTL_IN_EN);
3676 for (i = 0; i < spec->num_pwrs; i++) {
3677 int event = is_nid_hp_pin(cfg, spec->pwr_nids[i])
3678 ? STAC_HP_EVENT : STAC_PWR_EVENT;
3679 int pinctl = snd_hda_codec_read(codec, spec->pwr_nids[i],
3680 0, AC_VERB_GET_PIN_WIDGET_CONTROL, 0);
Matthew Ranostaybce6c2b2008-02-29 12:07:43 +01003681 int def_conf = snd_hda_codec_read(codec, spec->pwr_nids[i],
3682 0, AC_VERB_GET_CONFIG_DEFAULT, 0);
Matthew Ranostayaafc4412008-06-13 18:04:33 +02003683 def_conf = get_defcfg_connect(def_conf);
Matthew Ranostaya64135a2008-01-10 16:55:06 +01003684 /* outputs are only ports capable of power management
3685 * any attempts on powering down a input port cause the
3686 * referenced VREF to act quirky.
3687 */
3688 if (pinctl & AC_PINCTL_IN_EN)
3689 continue;
Matthew Ranostayaafc4412008-06-13 18:04:33 +02003690 /* skip any ports that don't have jacks since presence
3691 * detection is useless */
3692 if (def_conf && def_conf != AC_JACK_PORT_FIXED)
Matthew Ranostaybce6c2b2008-02-29 12:07:43 +01003693 continue;
Matthew Ranostaya64135a2008-01-10 16:55:06 +01003694 enable_pin_detect(codec, spec->pwr_nids[i], event | i);
3695 codec->patch_ops.unsol_event(codec, (event | i) << 26);
3696 }
Matthew Ranostayb76c8502008-02-06 14:49:44 +01003697 if (spec->dac_list)
3698 stac92xx_power_down(codec);
Takashi Iwai82bc9552006-03-21 11:24:42 +01003699 if (cfg->dig_out_pin)
3700 stac92xx_auto_set_pinctl(codec, cfg->dig_out_pin,
3701 AC_PINCTL_OUT_EN);
3702 if (cfg->dig_in_pin)
3703 stac92xx_auto_set_pinctl(codec, cfg->dig_in_pin,
3704 AC_PINCTL_IN_EN);
3705
Matthew Ranostay4fe51952008-01-29 15:28:44 +01003706 stac_gpio_set(codec, spec->gpio_mask,
3707 spec->gpio_dir, spec->gpio_data);
Sam Revitch62fe78e2006-05-10 15:09:17 +02003708
Mattc7d4b2f2005-06-27 14:59:41 +02003709 return 0;
3710}
3711
Matt2f2f4252005-04-13 14:45:30 +02003712static void stac92xx_free(struct hda_codec *codec)
3713{
Mattc7d4b2f2005-06-27 14:59:41 +02003714 struct sigmatel_spec *spec = codec->spec;
3715 int i;
3716
3717 if (! spec)
3718 return;
3719
3720 if (spec->kctl_alloc) {
3721 for (i = 0; i < spec->num_kctl_used; i++)
3722 kfree(spec->kctl_alloc[i].name);
3723 kfree(spec->kctl_alloc);
3724 }
3725
Richard Fish11b44bb2006-08-23 18:31:34 +02003726 if (spec->bios_pin_configs)
3727 kfree(spec->bios_pin_configs);
3728
Mattc7d4b2f2005-06-27 14:59:41 +02003729 kfree(spec);
Matthew Ranostay1cd22242008-07-18 18:20:52 +02003730 snd_hda_detach_beep_device(codec);
Matt2f2f4252005-04-13 14:45:30 +02003731}
3732
Matt4e550962005-07-04 17:51:39 +02003733static void stac92xx_set_pinctl(struct hda_codec *codec, hda_nid_t nid,
3734 unsigned int flag)
3735{
3736 unsigned int pin_ctl = snd_hda_codec_read(codec, nid,
3737 0, AC_VERB_GET_PIN_WIDGET_CONTROL, 0x00);
Steve Longerbeam7b043892007-05-03 20:50:03 +02003738
Takashi Iwaif9acba42007-05-29 18:01:06 +02003739 if (pin_ctl & AC_PINCTL_IN_EN) {
3740 /*
3741 * we need to check the current set-up direction of
3742 * shared input pins since they can be switched via
3743 * "xxx as Output" mixer switch
3744 */
3745 struct sigmatel_spec *spec = codec->spec;
3746 struct auto_pin_cfg *cfg = &spec->autocfg;
3747 if ((nid == cfg->input_pins[AUTO_PIN_LINE] &&
3748 spec->line_switch) ||
3749 (nid == cfg->input_pins[AUTO_PIN_MIC] &&
3750 spec->mic_switch))
3751 return;
3752 }
3753
Steve Longerbeam7b043892007-05-03 20:50:03 +02003754 /* if setting pin direction bits, clear the current
3755 direction bits first */
3756 if (flag & (AC_PINCTL_IN_EN | AC_PINCTL_OUT_EN))
3757 pin_ctl &= ~(AC_PINCTL_IN_EN | AC_PINCTL_OUT_EN);
3758
Takashi Iwai82beb8f2007-08-10 17:09:26 +02003759 snd_hda_codec_write_cache(codec, nid, 0,
Matt4e550962005-07-04 17:51:39 +02003760 AC_VERB_SET_PIN_WIDGET_CONTROL,
3761 pin_ctl | flag);
3762}
3763
3764static void stac92xx_reset_pinctl(struct hda_codec *codec, hda_nid_t nid,
3765 unsigned int flag)
3766{
3767 unsigned int pin_ctl = snd_hda_codec_read(codec, nid,
3768 0, AC_VERB_GET_PIN_WIDGET_CONTROL, 0x00);
Takashi Iwai82beb8f2007-08-10 17:09:26 +02003769 snd_hda_codec_write_cache(codec, nid, 0,
Matt4e550962005-07-04 17:51:39 +02003770 AC_VERB_SET_PIN_WIDGET_CONTROL,
3771 pin_ctl & ~flag);
3772}
3773
Jiang Zhe40c1d302007-11-12 13:05:16 +01003774static int get_hp_pin_presence(struct hda_codec *codec, hda_nid_t nid)
Takashi Iwai314634b2006-09-21 11:56:18 +02003775{
3776 if (!nid)
3777 return 0;
3778 if (snd_hda_codec_read(codec, nid, 0, AC_VERB_GET_PIN_SENSE, 0x00)
Jiang Zhe40c1d302007-11-12 13:05:16 +01003779 & (1 << 31)) {
3780 unsigned int pinctl;
3781 pinctl = snd_hda_codec_read(codec, nid, 0,
3782 AC_VERB_GET_PIN_WIDGET_CONTROL, 0);
3783 if (pinctl & AC_PINCTL_IN_EN)
3784 return 0; /* mic- or line-input */
3785 else
3786 return 1; /* HP-output */
3787 }
Takashi Iwai314634b2006-09-21 11:56:18 +02003788 return 0;
3789}
3790
Takashi Iwaid7a89432008-11-12 09:48:04 +01003791/* return non-zero if the hp-pin of the given array index isn't
3792 * a jack-detection target
3793 */
3794static int no_hp_sensing(struct sigmatel_spec *spec, int i)
3795{
3796 struct auto_pin_cfg *cfg = &spec->autocfg;
3797
3798 /* ignore sensing of shared line and mic jacks */
3799 if (spec->line_switch &&
3800 cfg->hp_pins[i] == cfg->input_pins[AUTO_PIN_LINE])
3801 return 1;
3802 if (spec->mic_switch &&
3803 cfg->hp_pins[i] == cfg->input_pins[AUTO_PIN_MIC])
3804 return 1;
3805 /* ignore if the pin is set as line-out */
3806 if (cfg->hp_pins[i] == spec->hp_switch)
3807 return 1;
3808 return 0;
3809}
3810
Takashi Iwai314634b2006-09-21 11:56:18 +02003811static void stac92xx_hp_detect(struct hda_codec *codec, unsigned int res)
Matt4e550962005-07-04 17:51:39 +02003812{
3813 struct sigmatel_spec *spec = codec->spec;
3814 struct auto_pin_cfg *cfg = &spec->autocfg;
3815 int i, presence;
3816
Takashi Iwaieb06ed82006-09-20 17:10:27 +02003817 presence = 0;
Matthew Ranostay4fe51952008-01-29 15:28:44 +01003818 if (spec->gpio_mute)
3819 presence = !(snd_hda_codec_read(codec, codec->afg, 0,
3820 AC_VERB_GET_GPIO_DATA, 0) & spec->gpio_mute);
3821
Takashi Iwaieb06ed82006-09-20 17:10:27 +02003822 for (i = 0; i < cfg->hp_outs; i++) {
Takashi Iwai314634b2006-09-21 11:56:18 +02003823 if (presence)
3824 break;
Takashi Iwaid7a89432008-11-12 09:48:04 +01003825 if (no_hp_sensing(spec, i))
3826 continue;
Matthew Ranostay4fe51952008-01-29 15:28:44 +01003827 presence = get_hp_pin_presence(codec, cfg->hp_pins[i]);
Takashi Iwaieb06ed82006-09-20 17:10:27 +02003828 }
Matt4e550962005-07-04 17:51:39 +02003829
3830 if (presence) {
Takashi Iwaid7a89432008-11-12 09:48:04 +01003831 /* disable lineouts */
Matthew Ranostay7c2ba972008-04-16 13:13:59 +02003832 if (spec->hp_switch)
Takashi Iwaid7a89432008-11-12 09:48:04 +01003833 stac92xx_reset_pinctl(codec, spec->hp_switch,
3834 AC_PINCTL_OUT_EN);
Matt4e550962005-07-04 17:51:39 +02003835 for (i = 0; i < cfg->line_outs; i++)
3836 stac92xx_reset_pinctl(codec, cfg->line_out_pins[i],
3837 AC_PINCTL_OUT_EN);
Takashi Iwaieb06ed82006-09-20 17:10:27 +02003838 for (i = 0; i < cfg->speaker_outs; i++)
3839 stac92xx_reset_pinctl(codec, cfg->speaker_pins[i],
3840 AC_PINCTL_OUT_EN);
Matthew Ranostay0fc9dec2008-04-14 13:32:54 +02003841 if (spec->eapd_mask)
3842 stac_gpio_set(codec, spec->gpio_mask,
3843 spec->gpio_dir, spec->gpio_data &
3844 ~spec->eapd_mask);
Matt4e550962005-07-04 17:51:39 +02003845 } else {
Takashi Iwaid7a89432008-11-12 09:48:04 +01003846 /* enable lineouts */
Matthew Ranostay7c2ba972008-04-16 13:13:59 +02003847 if (spec->hp_switch)
Takashi Iwaid7a89432008-11-12 09:48:04 +01003848 stac92xx_set_pinctl(codec, spec->hp_switch,
3849 AC_PINCTL_OUT_EN);
Matt4e550962005-07-04 17:51:39 +02003850 for (i = 0; i < cfg->line_outs; i++)
3851 stac92xx_set_pinctl(codec, cfg->line_out_pins[i],
3852 AC_PINCTL_OUT_EN);
Takashi Iwaieb06ed82006-09-20 17:10:27 +02003853 for (i = 0; i < cfg->speaker_outs; i++)
3854 stac92xx_set_pinctl(codec, cfg->speaker_pins[i],
3855 AC_PINCTL_OUT_EN);
Matthew Ranostay0fc9dec2008-04-14 13:32:54 +02003856 if (spec->eapd_mask)
3857 stac_gpio_set(codec, spec->gpio_mask,
3858 spec->gpio_dir, spec->gpio_data |
3859 spec->eapd_mask);
Matt4e550962005-07-04 17:51:39 +02003860 }
Takashi Iwaid7a89432008-11-12 09:48:04 +01003861 /* toggle hp outs */
3862 for (i = 0; i < cfg->hp_outs; i++) {
3863 unsigned int val = AC_PINCTL_OUT_EN | AC_PINCTL_HP_EN;
3864 if (no_hp_sensing(spec, i))
3865 continue;
3866 if (presence)
3867 stac92xx_set_pinctl(codec, cfg->hp_pins[i], val);
3868 else
3869 stac92xx_reset_pinctl(codec, cfg->hp_pins[i], val);
3870 }
Matt4e550962005-07-04 17:51:39 +02003871}
3872
Matthew Ranostaya64135a2008-01-10 16:55:06 +01003873static void stac92xx_pin_sense(struct hda_codec *codec, int idx)
3874{
3875 struct sigmatel_spec *spec = codec->spec;
3876 hda_nid_t nid = spec->pwr_nids[idx];
3877 int presence, val;
3878 val = snd_hda_codec_read(codec, codec->afg, 0, 0x0fec, 0x0)
3879 & 0x000000ff;
3880 presence = get_hp_pin_presence(codec, nid);
Matthew Ranostayd0513fc2008-07-27 10:30:30 +02003881
3882 /* several codecs have two power down bits */
3883 if (spec->pwr_mapping)
3884 idx = spec->pwr_mapping[idx];
3885 else
3886 idx = 1 << idx;
Matthew Ranostaya64135a2008-01-10 16:55:06 +01003887
3888 if (presence)
3889 val &= ~idx;
3890 else
3891 val |= idx;
3892
3893 /* power down unused output ports */
3894 snd_hda_codec_write(codec, codec->afg, 0, 0x7ec, val);
3895};
3896
Takashi Iwai314634b2006-09-21 11:56:18 +02003897static void stac92xx_unsol_event(struct hda_codec *codec, unsigned int res)
3898{
Matthew Ranostaya64135a2008-01-10 16:55:06 +01003899 struct sigmatel_spec *spec = codec->spec;
3900 int idx = res >> 26 & 0x0f;
3901
Matthew Ranostay72474be2008-10-09 09:32:17 -04003902 switch ((res >> 26) & 0x70) {
Takashi Iwai314634b2006-09-21 11:56:18 +02003903 case STAC_HP_EVENT:
3904 stac92xx_hp_detect(codec, res);
Matthew Ranostaya64135a2008-01-10 16:55:06 +01003905 /* fallthru */
3906 case STAC_PWR_EVENT:
3907 if (spec->num_pwrs > 0)
3908 stac92xx_pin_sense(codec, idx);
Matthew Ranostay72474be2008-10-09 09:32:17 -04003909 break;
3910 case STAC_VREF_EVENT: {
3911 int data = snd_hda_codec_read(codec, codec->afg, 0,
3912 AC_VERB_GET_GPIO_DATA, 0);
3913 /* toggle VREF state based on GPIOx status */
3914 snd_hda_codec_write(codec, codec->afg, 0, 0x7e0,
3915 !!(data & (1 << idx)));
3916 break;
3917 }
Takashi Iwai314634b2006-09-21 11:56:18 +02003918 }
3919}
3920
Takashi Iwaicb53c622007-08-10 17:21:45 +02003921#ifdef SND_HDA_NEEDS_RESUME
Mattff6fdc32005-06-27 15:06:52 +02003922static int stac92xx_resume(struct hda_codec *codec)
3923{
Takashi Iwaidc81bed2007-09-03 09:36:36 +02003924 struct sigmatel_spec *spec = codec->spec;
3925
Richard Fish11b44bb2006-08-23 18:31:34 +02003926 stac92xx_set_config_regs(codec);
Takashi Iwaidc81bed2007-09-03 09:36:36 +02003927 snd_hda_sequence_write(codec, spec->init);
Matthew Ranostay4fe51952008-01-29 15:28:44 +01003928 stac_gpio_set(codec, spec->gpio_mask,
3929 spec->gpio_dir, spec->gpio_data);
Takashi Iwai82beb8f2007-08-10 17:09:26 +02003930 snd_hda_codec_resume_amp(codec);
3931 snd_hda_codec_resume_cache(codec);
Matthew Ranostayb76c8502008-02-06 14:49:44 +01003932 /* power down inactive DACs */
3933 if (spec->dac_list)
3934 stac92xx_power_down(codec);
Takashi Iwaidc81bed2007-09-03 09:36:36 +02003935 /* invoke unsolicited event to reset the HP state */
3936 if (spec->hp_detect)
3937 codec->patch_ops.unsol_event(codec, STAC_HP_EVENT << 26);
Mattff6fdc32005-06-27 15:06:52 +02003938 return 0;
3939}
3940#endif
3941
Matt2f2f4252005-04-13 14:45:30 +02003942static struct hda_codec_ops stac92xx_patch_ops = {
3943 .build_controls = stac92xx_build_controls,
3944 .build_pcms = stac92xx_build_pcms,
3945 .init = stac92xx_init,
3946 .free = stac92xx_free,
Matt4e550962005-07-04 17:51:39 +02003947 .unsol_event = stac92xx_unsol_event,
Takashi Iwaicb53c622007-08-10 17:21:45 +02003948#ifdef SND_HDA_NEEDS_RESUME
Mattff6fdc32005-06-27 15:06:52 +02003949 .resume = stac92xx_resume,
3950#endif
Matt2f2f4252005-04-13 14:45:30 +02003951};
3952
3953static int patch_stac9200(struct hda_codec *codec)
3954{
3955 struct sigmatel_spec *spec;
Mattc7d4b2f2005-06-27 14:59:41 +02003956 int err;
Matt2f2f4252005-04-13 14:45:30 +02003957
Takashi Iwaie560d8d2005-09-09 14:21:46 +02003958 spec = kzalloc(sizeof(*spec), GFP_KERNEL);
Matt2f2f4252005-04-13 14:45:30 +02003959 if (spec == NULL)
3960 return -ENOMEM;
3961
3962 codec->spec = spec;
Takashi Iwaia4eed132007-07-06 18:17:04 +02003963 spec->num_pins = ARRAY_SIZE(stac9200_pin_nids);
Richard Fish11b44bb2006-08-23 18:31:34 +02003964 spec->pin_nids = stac9200_pin_nids;
Takashi Iwaif5fcc132006-11-24 17:07:44 +01003965 spec->board_config = snd_hda_check_board_config(codec, STAC_9200_MODELS,
3966 stac9200_models,
3967 stac9200_cfg_tbl);
Richard Fish11b44bb2006-08-23 18:31:34 +02003968 if (spec->board_config < 0) {
3969 snd_printdd(KERN_INFO "hda_codec: Unknown model for STAC9200, using BIOS defaults\n");
3970 err = stac92xx_save_bios_config_regs(codec);
3971 if (err < 0) {
3972 stac92xx_free(codec);
3973 return err;
3974 }
3975 spec->pin_configs = spec->bios_pin_configs;
3976 } else {
Matt Porter403d1942005-11-29 15:00:51 +01003977 spec->pin_configs = stac9200_brd_tbl[spec->board_config];
3978 stac92xx_set_config_regs(codec);
3979 }
Matt2f2f4252005-04-13 14:45:30 +02003980
3981 spec->multiout.max_channels = 2;
3982 spec->multiout.num_dacs = 1;
3983 spec->multiout.dac_nids = stac9200_dac_nids;
3984 spec->adc_nids = stac9200_adc_nids;
3985 spec->mux_nids = stac9200_mux_nids;
Mattdabbed62005-06-14 10:19:34 +02003986 spec->num_muxes = 1;
Matt Porter8b657272006-10-26 17:12:59 +02003987 spec->num_dmics = 0;
Maxim Levitsky9e05b7a2007-09-03 15:31:02 +02003988 spec->num_adcs = 1;
Matthew Ranostaya64135a2008-01-10 16:55:06 +01003989 spec->num_pwrs = 0;
Mattc7d4b2f2005-06-27 14:59:41 +02003990
Tobin Davisbf277782008-02-03 20:31:47 +01003991 if (spec->board_config == STAC_9200_GATEWAY ||
3992 spec->board_config == STAC_9200_OQO)
Takashi Iwai1194b5b2007-10-10 10:04:26 +02003993 spec->init = stac9200_eapd_init;
3994 else
3995 spec->init = stac9200_core_init;
Matt2f2f4252005-04-13 14:45:30 +02003996 spec->mixer = stac9200_mixer;
Mattc7d4b2f2005-06-27 14:59:41 +02003997
Takashi Iwai117f2572008-03-18 09:53:23 +01003998 if (spec->board_config == STAC_9200_PANASONIC) {
3999 spec->gpio_mask = spec->gpio_dir = 0x09;
4000 spec->gpio_data = 0x00;
4001 }
4002
Mattc7d4b2f2005-06-27 14:59:41 +02004003 err = stac9200_parse_auto_config(codec);
4004 if (err < 0) {
4005 stac92xx_free(codec);
4006 return err;
4007 }
Matt2f2f4252005-04-13 14:45:30 +02004008
4009 codec->patch_ops = stac92xx_patch_ops;
4010
4011 return 0;
4012}
4013
Tobin Davis8e21c342007-01-08 11:04:17 +01004014static int patch_stac925x(struct hda_codec *codec)
4015{
4016 struct sigmatel_spec *spec;
4017 int err;
4018
4019 spec = kzalloc(sizeof(*spec), GFP_KERNEL);
4020 if (spec == NULL)
4021 return -ENOMEM;
4022
4023 codec->spec = spec;
Takashi Iwaia4eed132007-07-06 18:17:04 +02004024 spec->num_pins = ARRAY_SIZE(stac925x_pin_nids);
Tobin Davis8e21c342007-01-08 11:04:17 +01004025 spec->pin_nids = stac925x_pin_nids;
4026 spec->board_config = snd_hda_check_board_config(codec, STAC_925x_MODELS,
4027 stac925x_models,
4028 stac925x_cfg_tbl);
Takashi Iwai9e507ab2007-02-08 17:50:10 +01004029 again:
Tobin Davis8e21c342007-01-08 11:04:17 +01004030 if (spec->board_config < 0) {
Tobin Davis2c11f952007-05-17 09:36:34 +02004031 snd_printdd(KERN_INFO "hda_codec: Unknown model for STAC925x,"
4032 "using BIOS defaults\n");
Tobin Davis8e21c342007-01-08 11:04:17 +01004033 err = stac92xx_save_bios_config_regs(codec);
4034 if (err < 0) {
4035 stac92xx_free(codec);
4036 return err;
4037 }
4038 spec->pin_configs = spec->bios_pin_configs;
4039 } else if (stac925x_brd_tbl[spec->board_config] != NULL){
4040 spec->pin_configs = stac925x_brd_tbl[spec->board_config];
4041 stac92xx_set_config_regs(codec);
4042 }
4043
4044 spec->multiout.max_channels = 2;
4045 spec->multiout.num_dacs = 1;
4046 spec->multiout.dac_nids = stac925x_dac_nids;
4047 spec->adc_nids = stac925x_adc_nids;
4048 spec->mux_nids = stac925x_mux_nids;
4049 spec->num_muxes = 1;
Maxim Levitsky9e05b7a2007-09-03 15:31:02 +02004050 spec->num_adcs = 1;
Matthew Ranostaya64135a2008-01-10 16:55:06 +01004051 spec->num_pwrs = 0;
Tobin Davis2c11f952007-05-17 09:36:34 +02004052 switch (codec->vendor_id) {
4053 case 0x83847632: /* STAC9202 */
4054 case 0x83847633: /* STAC9202D */
4055 case 0x83847636: /* STAC9251 */
4056 case 0x83847637: /* STAC9251D */
Takashi Iwaif6e98522007-10-16 14:27:04 +02004057 spec->num_dmics = STAC925X_NUM_DMICS;
Tobin Davis2c11f952007-05-17 09:36:34 +02004058 spec->dmic_nids = stac925x_dmic_nids;
Takashi Iwai1697055e2007-12-18 18:05:52 +01004059 spec->num_dmuxes = ARRAY_SIZE(stac925x_dmux_nids);
4060 spec->dmux_nids = stac925x_dmux_nids;
Tobin Davis2c11f952007-05-17 09:36:34 +02004061 break;
4062 default:
4063 spec->num_dmics = 0;
4064 break;
4065 }
Tobin Davis8e21c342007-01-08 11:04:17 +01004066
4067 spec->init = stac925x_core_init;
4068 spec->mixer = stac925x_mixer;
4069
4070 err = stac92xx_parse_auto_config(codec, 0x8, 0x7);
Takashi Iwai9e507ab2007-02-08 17:50:10 +01004071 if (!err) {
4072 if (spec->board_config < 0) {
4073 printk(KERN_WARNING "hda_codec: No auto-config is "
4074 "available, default to model=ref\n");
4075 spec->board_config = STAC_925x_REF;
4076 goto again;
4077 }
4078 err = -EINVAL;
4079 }
Tobin Davis8e21c342007-01-08 11:04:17 +01004080 if (err < 0) {
4081 stac92xx_free(codec);
4082 return err;
4083 }
4084
4085 codec->patch_ops = stac92xx_patch_ops;
4086
4087 return 0;
4088}
4089
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01004090static struct hda_input_mux stac92hd73xx_dmux = {
4091 .num_items = 4,
4092 .items = {
4093 { "Analog Inputs", 0x0b },
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01004094 { "Digital Mic 1", 0x09 },
4095 { "Digital Mic 2", 0x0a },
Matthew Ranostay2a9c7812008-09-13 16:45:39 -04004096 { "CD", 0x08 },
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01004097 }
4098};
4099
4100static int patch_stac92hd73xx(struct hda_codec *codec)
4101{
4102 struct sigmatel_spec *spec;
4103 hda_nid_t conn[STAC92HD73_DAC_COUNT + 2];
4104 int err = 0;
4105
4106 spec = kzalloc(sizeof(*spec), GFP_KERNEL);
4107 if (spec == NULL)
4108 return -ENOMEM;
4109
4110 codec->spec = spec;
Matthew Ranostaye99d32b2008-09-09 10:46:38 +02004111 codec->slave_dig_outs = stac92hd73xx_slave_dig_outs;
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01004112 spec->num_pins = ARRAY_SIZE(stac92hd73xx_pin_nids);
4113 spec->pin_nids = stac92hd73xx_pin_nids;
4114 spec->board_config = snd_hda_check_board_config(codec,
4115 STAC_92HD73XX_MODELS,
4116 stac92hd73xx_models,
4117 stac92hd73xx_cfg_tbl);
4118again:
4119 if (spec->board_config < 0) {
4120 snd_printdd(KERN_INFO "hda_codec: Unknown model for"
4121 " STAC92HD73XX, using BIOS defaults\n");
4122 err = stac92xx_save_bios_config_regs(codec);
4123 if (err < 0) {
4124 stac92xx_free(codec);
4125 return err;
4126 }
4127 spec->pin_configs = spec->bios_pin_configs;
4128 } else {
4129 spec->pin_configs = stac92hd73xx_brd_tbl[spec->board_config];
4130 stac92xx_set_config_regs(codec);
4131 }
4132
4133 spec->multiout.num_dacs = snd_hda_get_connections(codec, 0x0a,
4134 conn, STAC92HD73_DAC_COUNT + 2) - 1;
4135
4136 if (spec->multiout.num_dacs < 0) {
4137 printk(KERN_WARNING "hda_codec: Could not determine "
4138 "number of channels defaulting to DAC count\n");
4139 spec->multiout.num_dacs = STAC92HD73_DAC_COUNT;
4140 }
4141
4142 switch (spec->multiout.num_dacs) {
4143 case 0x3: /* 6 Channel */
4144 spec->mixer = stac92hd73xx_6ch_mixer;
4145 spec->init = stac92hd73xx_6ch_core_init;
4146 break;
4147 case 0x4: /* 8 Channel */
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01004148 spec->mixer = stac92hd73xx_8ch_mixer;
4149 spec->init = stac92hd73xx_8ch_core_init;
4150 break;
4151 case 0x5: /* 10 Channel */
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01004152 spec->mixer = stac92hd73xx_10ch_mixer;
4153 spec->init = stac92hd73xx_10ch_core_init;
4154 };
4155
4156 spec->multiout.dac_nids = stac92hd73xx_dac_nids;
4157 spec->aloopback_mask = 0x01;
4158 spec->aloopback_shift = 8;
4159
Matthew Ranostay1cd22242008-07-18 18:20:52 +02004160 spec->digbeep_nid = 0x1c;
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01004161 spec->mux_nids = stac92hd73xx_mux_nids;
4162 spec->adc_nids = stac92hd73xx_adc_nids;
4163 spec->dmic_nids = stac92hd73xx_dmic_nids;
4164 spec->dmux_nids = stac92hd73xx_dmux_nids;
Matthew Ranostayd9737752008-09-07 12:03:41 +02004165 spec->smux_nids = stac92hd73xx_smux_nids;
Matthew Ranostay89385032008-09-11 09:49:39 -04004166 spec->amp_nids = stac92hd73xx_amp_nids;
Matthew Ranostay2a9c7812008-09-13 16:45:39 -04004167 spec->num_amps = ARRAY_SIZE(stac92hd73xx_amp_nids);
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01004168
4169 spec->num_muxes = ARRAY_SIZE(stac92hd73xx_mux_nids);
4170 spec->num_adcs = ARRAY_SIZE(stac92hd73xx_adc_nids);
Takashi Iwai1697055e2007-12-18 18:05:52 +01004171 spec->num_dmuxes = ARRAY_SIZE(stac92hd73xx_dmux_nids);
Matthew Ranostay2a9c7812008-09-13 16:45:39 -04004172 memcpy(&spec->private_dimux, &stac92hd73xx_dmux,
4173 sizeof(stac92hd73xx_dmux));
4174
Matthew Ranostaya7662642008-02-21 07:51:14 +01004175 switch (spec->board_config) {
Matthew Ranostay6b3ab212008-11-03 08:12:43 -05004176 case STAC_DELL_EQ:
Matthew Ranostayd654a662008-03-14 08:46:51 +01004177 spec->init = dell_eq_core_init;
Matthew Ranostay6b3ab212008-11-03 08:12:43 -05004178 /* fallthru */
4179 case STAC_DELL_M6:
Matthew Ranostay2a9c7812008-09-13 16:45:39 -04004180 spec->num_smuxes = 0;
Matthew Ranostay2a9c7812008-09-13 16:45:39 -04004181 spec->mixer = &stac92hd73xx_6ch_mixer[DELL_M6_MIXER];
4182 spec->amp_nids = &stac92hd73xx_amp_nids[DELL_M6_AMP];
4183 spec->num_amps = 1;
Matthew Ranostay6b3ab212008-11-03 08:12:43 -05004184
4185 if (!spec->init)
4186 spec->init = dell_m6_core_init;
Matthew Ranostaya7662642008-02-21 07:51:14 +01004187 switch (codec->subsystem_id) {
4188 case 0x1028025e: /* Analog Mics */
4189 case 0x1028025f:
4190 stac92xx_set_config_reg(codec, 0x0b, 0x90A70170);
4191 spec->num_dmics = 0;
Matthew Ranostay2a9c7812008-09-13 16:45:39 -04004192 spec->private_dimux.num_items = 1;
Matthew Ranostaya7662642008-02-21 07:51:14 +01004193 break;
Matthew Ranostayd654a662008-03-14 08:46:51 +01004194 case 0x10280271: /* Digital Mics */
Matthew Ranostaya7662642008-02-21 07:51:14 +01004195 case 0x10280272:
Matthew Ranostayd654a662008-03-14 08:46:51 +01004196 case 0x10280254:
4197 case 0x10280255:
Matthew Ranostaya7662642008-02-21 07:51:14 +01004198 stac92xx_set_config_reg(codec, 0x13, 0x90A60160);
4199 spec->num_dmics = 1;
Matthew Ranostay2a9c7812008-09-13 16:45:39 -04004200 spec->private_dimux.num_items = 2;
Matthew Ranostaya7662642008-02-21 07:51:14 +01004201 break;
4202 case 0x10280256: /* Both */
4203 case 0x10280057:
4204 stac92xx_set_config_reg(codec, 0x0b, 0x90A70170);
4205 stac92xx_set_config_reg(codec, 0x13, 0x90A60160);
4206 spec->num_dmics = 1;
Matthew Ranostay2a9c7812008-09-13 16:45:39 -04004207 spec->private_dimux.num_items = 2;
Matthew Ranostaya7662642008-02-21 07:51:14 +01004208 break;
4209 }
4210 break;
4211 default:
4212 spec->num_dmics = STAC92HD73XX_NUM_DMICS;
Matthew Ranostay2a9c7812008-09-13 16:45:39 -04004213 spec->num_smuxes = ARRAY_SIZE(stac92hd73xx_smux_nids);
Matthew Ranostaya7662642008-02-21 07:51:14 +01004214 }
Matthew Ranostayb2c4f4d2008-09-26 10:06:40 -04004215 if (spec->board_config > STAC_92HD73XX_REF) {
4216 /* GPIO0 High = Enable EAPD */
4217 spec->eapd_mask = spec->gpio_mask = spec->gpio_dir = 0x1;
4218 spec->gpio_data = 0x01;
4219 }
Matthew Ranostay2a9c7812008-09-13 16:45:39 -04004220 spec->dinput_mux = &spec->private_dimux;
Matthew Ranostaya7662642008-02-21 07:51:14 +01004221
Matthew Ranostaya64135a2008-01-10 16:55:06 +01004222 spec->num_pwrs = ARRAY_SIZE(stac92hd73xx_pwr_nids);
4223 spec->pwr_nids = stac92hd73xx_pwr_nids;
4224
Matthew Ranostayd9737752008-09-07 12:03:41 +02004225 err = stac92xx_parse_auto_config(codec, 0x25, 0x27);
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01004226
4227 if (!err) {
4228 if (spec->board_config < 0) {
4229 printk(KERN_WARNING "hda_codec: No auto-config is "
4230 "available, default to model=ref\n");
4231 spec->board_config = STAC_92HD73XX_REF;
4232 goto again;
4233 }
4234 err = -EINVAL;
4235 }
4236
4237 if (err < 0) {
4238 stac92xx_free(codec);
4239 return err;
4240 }
4241
4242 codec->patch_ops = stac92xx_patch_ops;
4243
4244 return 0;
4245}
4246
Matthew Ranostayd0513fc2008-07-27 10:30:30 +02004247static struct hda_input_mux stac92hd83xxx_dmux = {
4248 .num_items = 3,
4249 .items = {
4250 { "Analog Inputs", 0x03 },
4251 { "Digital Mic 1", 0x04 },
4252 { "Digital Mic 2", 0x05 },
4253 }
4254};
4255
4256static int patch_stac92hd83xxx(struct hda_codec *codec)
4257{
4258 struct sigmatel_spec *spec;
4259 int err;
4260
4261 spec = kzalloc(sizeof(*spec), GFP_KERNEL);
4262 if (spec == NULL)
4263 return -ENOMEM;
4264
4265 codec->spec = spec;
Matthew Ranostay0ffa9802008-09-08 11:20:05 -04004266 codec->slave_dig_outs = stac92hd83xxx_slave_dig_outs;
Matthew Ranostayd0513fc2008-07-27 10:30:30 +02004267 spec->mono_nid = 0x19;
4268 spec->digbeep_nid = 0x21;
4269 spec->dmic_nids = stac92hd83xxx_dmic_nids;
4270 spec->dmux_nids = stac92hd83xxx_dmux_nids;
4271 spec->adc_nids = stac92hd83xxx_adc_nids;
4272 spec->pwr_nids = stac92hd83xxx_pwr_nids;
4273 spec->pwr_mapping = stac92hd83xxx_pwr_mapping;
4274 spec->num_pwrs = ARRAY_SIZE(stac92hd83xxx_pwr_nids);
4275 spec->multiout.dac_nids = stac92hd83xxx_dac_nids;
4276
4277 spec->init = stac92hd83xxx_core_init;
4278 switch (codec->vendor_id) {
4279 case 0x111d7605:
4280 spec->multiout.num_dacs = STAC92HD81_DAC_COUNT;
4281 break;
4282 default:
4283 spec->num_pwrs--;
4284 spec->init++; /* switch to config #2 */
4285 spec->multiout.num_dacs = STAC92HD83_DAC_COUNT;
4286 }
4287
4288 spec->mixer = stac92hd83xxx_mixer;
4289 spec->num_pins = ARRAY_SIZE(stac92hd83xxx_pin_nids);
4290 spec->num_dmuxes = ARRAY_SIZE(stac92hd83xxx_dmux_nids);
4291 spec->num_adcs = ARRAY_SIZE(stac92hd83xxx_adc_nids);
4292 spec->num_dmics = STAC92HD83XXX_NUM_DMICS;
4293 spec->dinput_mux = &stac92hd83xxx_dmux;
4294 spec->pin_nids = stac92hd83xxx_pin_nids;
4295 spec->board_config = snd_hda_check_board_config(codec,
4296 STAC_92HD83XXX_MODELS,
4297 stac92hd83xxx_models,
4298 stac92hd83xxx_cfg_tbl);
4299again:
4300 if (spec->board_config < 0) {
4301 snd_printdd(KERN_INFO "hda_codec: Unknown model for"
4302 " STAC92HD83XXX, using BIOS defaults\n");
4303 err = stac92xx_save_bios_config_regs(codec);
4304 if (err < 0) {
4305 stac92xx_free(codec);
4306 return err;
4307 }
4308 spec->pin_configs = spec->bios_pin_configs;
4309 } else {
4310 spec->pin_configs = stac92hd83xxx_brd_tbl[spec->board_config];
4311 stac92xx_set_config_regs(codec);
4312 }
4313
4314 err = stac92xx_parse_auto_config(codec, 0x1d, 0);
4315 if (!err) {
4316 if (spec->board_config < 0) {
4317 printk(KERN_WARNING "hda_codec: No auto-config is "
4318 "available, default to model=ref\n");
4319 spec->board_config = STAC_92HD83XXX_REF;
4320 goto again;
4321 }
4322 err = -EINVAL;
4323 }
4324
4325 if (err < 0) {
4326 stac92xx_free(codec);
4327 return err;
4328 }
4329
4330 codec->patch_ops = stac92xx_patch_ops;
4331
4332 return 0;
4333}
4334
Matthew Ranostay8daaaa92008-08-15 07:45:52 +02004335#ifdef SND_HDA_NEEDS_RESUME
4336static void stac92hd71xx_set_power_state(struct hda_codec *codec, int pwr)
4337{
4338 struct sigmatel_spec *spec = codec->spec;
4339 int i;
4340 snd_hda_codec_write_cache(codec, codec->afg, 0,
4341 AC_VERB_SET_POWER_STATE, pwr);
4342
4343 msleep(1);
4344 for (i = 0; i < spec->num_adcs; i++) {
4345 snd_hda_codec_write_cache(codec,
4346 spec->adc_nids[i], 0,
4347 AC_VERB_SET_POWER_STATE, pwr);
4348 }
4349};
4350
4351static int stac92hd71xx_resume(struct hda_codec *codec)
4352{
4353 stac92hd71xx_set_power_state(codec, AC_PWRST_D0);
4354 return stac92xx_resume(codec);
4355}
4356
4357static int stac92hd71xx_suspend(struct hda_codec *codec, pm_message_t state)
4358{
4359 stac92hd71xx_set_power_state(codec, AC_PWRST_D3);
4360 return 0;
4361};
4362
4363#endif
4364
4365static struct hda_codec_ops stac92hd71bxx_patch_ops = {
4366 .build_controls = stac92xx_build_controls,
4367 .build_pcms = stac92xx_build_pcms,
4368 .init = stac92xx_init,
4369 .free = stac92xx_free,
4370 .unsol_event = stac92xx_unsol_event,
4371#ifdef SND_HDA_NEEDS_RESUME
4372 .resume = stac92hd71xx_resume,
4373 .suspend = stac92hd71xx_suspend,
4374#endif
4375};
Matthew Ranostayd0513fc2008-07-27 10:30:30 +02004376
Matthew Ranostay4b33c762008-10-10 09:07:23 -04004377static struct hda_input_mux stac92hd71bxx_dmux = {
4378 .num_items = 4,
4379 .items = {
4380 { "Analog Inputs", 0x00 },
4381 { "Mixer", 0x01 },
4382 { "Digital Mic 1", 0x02 },
4383 { "Digital Mic 2", 0x03 },
4384 }
4385};
4386
Matthew Ranostaye035b842007-11-06 11:53:55 +01004387static int patch_stac92hd71bxx(struct hda_codec *codec)
4388{
4389 struct sigmatel_spec *spec;
4390 int err = 0;
4391
4392 spec = kzalloc(sizeof(*spec), GFP_KERNEL);
4393 if (spec == NULL)
4394 return -ENOMEM;
4395
4396 codec->spec = spec;
Matthew Ranostay8daaaa92008-08-15 07:45:52 +02004397 codec->patch_ops = stac92xx_patch_ops;
Matthew Ranostaye035b842007-11-06 11:53:55 +01004398 spec->num_pins = ARRAY_SIZE(stac92hd71bxx_pin_nids);
Matthew Ranostayaafc4412008-06-13 18:04:33 +02004399 spec->num_pwrs = ARRAY_SIZE(stac92hd71bxx_pwr_nids);
Matthew Ranostaye035b842007-11-06 11:53:55 +01004400 spec->pin_nids = stac92hd71bxx_pin_nids;
Matthew Ranostay4b33c762008-10-10 09:07:23 -04004401 memcpy(&spec->private_dimux, &stac92hd71bxx_dmux,
4402 sizeof(stac92hd71bxx_dmux));
Matthew Ranostaye035b842007-11-06 11:53:55 +01004403 spec->board_config = snd_hda_check_board_config(codec,
4404 STAC_92HD71BXX_MODELS,
4405 stac92hd71bxx_models,
4406 stac92hd71bxx_cfg_tbl);
4407again:
4408 if (spec->board_config < 0) {
4409 snd_printdd(KERN_INFO "hda_codec: Unknown model for"
4410 " STAC92HD71BXX, using BIOS defaults\n");
4411 err = stac92xx_save_bios_config_regs(codec);
4412 if (err < 0) {
4413 stac92xx_free(codec);
4414 return err;
4415 }
4416 spec->pin_configs = spec->bios_pin_configs;
4417 } else {
4418 spec->pin_configs = stac92hd71bxx_brd_tbl[spec->board_config];
4419 stac92xx_set_config_regs(codec);
4420 }
4421
Matthew Ranostay541eee82007-12-14 12:08:04 +01004422 switch (codec->vendor_id) {
4423 case 0x111d76b6: /* 4 Port without Analog Mixer */
4424 case 0x111d76b7:
4425 case 0x111d76b4: /* 6 Port without Analog Mixer */
4426 case 0x111d76b5:
4427 spec->mixer = stac92hd71bxx_mixer;
4428 spec->init = stac92hd71bxx_core_init;
Matthew Ranostay0ffa9802008-09-08 11:20:05 -04004429 codec->slave_dig_outs = stac92hd71bxx_slave_dig_outs;
Matthew Ranostay541eee82007-12-14 12:08:04 +01004430 break;
Matthew Ranostayaafc4412008-06-13 18:04:33 +02004431 case 0x111d7608: /* 5 Port with Analog Mixer */
Matthew Ranostay72474be2008-10-09 09:32:17 -04004432 switch (codec->subsystem_id) {
4433 case 0x103c361a:
4434 /* Enable VREF power saving on GPIO1 detect */
4435 snd_hda_codec_write(codec, codec->afg, 0,
4436 AC_VERB_SET_GPIO_UNSOLICITED_RSP_MASK, 0x02);
4437 snd_hda_codec_write_cache(codec, codec->afg, 0,
4438 AC_VERB_SET_UNSOLICITED_ENABLE,
4439 (AC_USRSP_EN | STAC_VREF_EVENT | 0x01));
4440 spec->gpio_mask |= 0x02;
4441 break;
4442 }
Matthew Ranostay8daaaa92008-08-15 07:45:52 +02004443 if ((codec->revision_id & 0xf) == 0 ||
4444 (codec->revision_id & 0xf) == 1) {
4445#ifdef SND_HDA_NEEDS_RESUME
4446 codec->patch_ops = stac92hd71bxx_patch_ops;
4447#endif
4448 spec->stream_delay = 40; /* 40 milliseconds */
4449 }
4450
Matthew Ranostayaafc4412008-06-13 18:04:33 +02004451 /* no output amps */
4452 spec->num_pwrs = 0;
4453 spec->mixer = stac92hd71bxx_analog_mixer;
Matthew Ranostay4b33c762008-10-10 09:07:23 -04004454 spec->dinput_mux = &spec->private_dimux;
Matthew Ranostayaafc4412008-06-13 18:04:33 +02004455
4456 /* disable VSW */
4457 spec->init = &stac92hd71bxx_analog_core_init[HD_DISABLE_PORTF];
4458 stac92xx_set_config_reg(codec, 0xf, 0x40f000f0);
4459 break;
4460 case 0x111d7603: /* 6 Port with Analog Mixer */
Matthew Ranostay8daaaa92008-08-15 07:45:52 +02004461 if ((codec->revision_id & 0xf) == 1) {
4462#ifdef SND_HDA_NEEDS_RESUME
4463 codec->patch_ops = stac92hd71bxx_patch_ops;
4464#endif
4465 spec->stream_delay = 40; /* 40 milliseconds */
4466 }
4467
Matthew Ranostayaafc4412008-06-13 18:04:33 +02004468 /* no output amps */
4469 spec->num_pwrs = 0;
4470 /* fallthru */
Matthew Ranostay541eee82007-12-14 12:08:04 +01004471 default:
Matthew Ranostay4b33c762008-10-10 09:07:23 -04004472 spec->dinput_mux = &spec->private_dimux;
Matthew Ranostay541eee82007-12-14 12:08:04 +01004473 spec->mixer = stac92hd71bxx_analog_mixer;
4474 spec->init = stac92hd71bxx_analog_core_init;
Matthew Ranostay0ffa9802008-09-08 11:20:05 -04004475 codec->slave_dig_outs = stac92hd71bxx_slave_dig_outs;
Matthew Ranostay541eee82007-12-14 12:08:04 +01004476 }
4477
Matthew Ranostay4b33c762008-10-10 09:07:23 -04004478 spec->aloopback_mask = 0x50;
Matthew Ranostay541eee82007-12-14 12:08:04 +01004479 spec->aloopback_shift = 0;
4480
Matthew Ranostayb2c4f4d2008-09-26 10:06:40 -04004481 if (spec->board_config > STAC_92HD71BXX_REF) {
4482 /* GPIO0 = EAPD */
4483 spec->gpio_mask = 0x01;
4484 spec->gpio_dir = 0x01;
4485 spec->gpio_data = 0x01;
4486 }
Matthew Ranostaye035b842007-11-06 11:53:55 +01004487
Matthew Ranostay8daaaa92008-08-15 07:45:52 +02004488 spec->powerdown_adcs = 1;
Matthew Ranostay1cd22242008-07-18 18:20:52 +02004489 spec->digbeep_nid = 0x26;
Matthew Ranostaye035b842007-11-06 11:53:55 +01004490 spec->mux_nids = stac92hd71bxx_mux_nids;
4491 spec->adc_nids = stac92hd71bxx_adc_nids;
4492 spec->dmic_nids = stac92hd71bxx_dmic_nids;
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01004493 spec->dmux_nids = stac92hd71bxx_dmux_nids;
Matthew Ranostayd9737752008-09-07 12:03:41 +02004494 spec->smux_nids = stac92hd71bxx_smux_nids;
Matthew Ranostayaafc4412008-06-13 18:04:33 +02004495 spec->pwr_nids = stac92hd71bxx_pwr_nids;
Matthew Ranostaye035b842007-11-06 11:53:55 +01004496
4497 spec->num_muxes = ARRAY_SIZE(stac92hd71bxx_mux_nids);
4498 spec->num_adcs = ARRAY_SIZE(stac92hd71bxx_adc_nids);
Matthew Ranostaye035b842007-11-06 11:53:55 +01004499
Matthew Ranostay6a14f582008-09-12 12:02:30 -04004500 switch (spec->board_config) {
4501 case STAC_HP_M4:
4502 spec->num_dmics = 0;
Matthew Ranostayb9aea712008-10-09 08:37:28 -04004503 spec->num_smuxes = 0;
Matthew Ranostay6a14f582008-09-12 12:02:30 -04004504 spec->num_dmuxes = 0;
4505
4506 /* enable internal microphone */
Matthew Ranostayb9aea712008-10-09 08:37:28 -04004507 stac92xx_set_config_reg(codec, 0x0e, 0x01813040);
4508 stac92xx_auto_set_pinctl(codec, 0x0e,
4509 AC_PINCTL_IN_EN | AC_PINCTL_VREF_80);
Matthew Ranostay6a14f582008-09-12 12:02:30 -04004510 break;
4511 default:
4512 spec->num_dmics = STAC92HD71BXX_NUM_DMICS;
4513 spec->num_smuxes = ARRAY_SIZE(stac92hd71bxx_smux_nids);
4514 spec->num_dmuxes = ARRAY_SIZE(stac92hd71bxx_dmux_nids);
4515 };
4516
Takashi Iwaiaea7bb02008-02-25 18:26:41 +01004517 spec->multiout.num_dacs = 1;
Matthew Ranostaye035b842007-11-06 11:53:55 +01004518 spec->multiout.hp_nid = 0x11;
4519 spec->multiout.dac_nids = stac92hd71bxx_dac_nids;
Matthew Ranostay4b33c762008-10-10 09:07:23 -04004520 if (spec->dinput_mux)
4521 spec->private_dimux.num_items +=
4522 spec->num_dmics -
4523 (ARRAY_SIZE(stac92hd71bxx_dmic_nids) - 1);
Matthew Ranostaye035b842007-11-06 11:53:55 +01004524
4525 err = stac92xx_parse_auto_config(codec, 0x21, 0x23);
4526 if (!err) {
4527 if (spec->board_config < 0) {
4528 printk(KERN_WARNING "hda_codec: No auto-config is "
4529 "available, default to model=ref\n");
4530 spec->board_config = STAC_92HD71BXX_REF;
4531 goto again;
4532 }
4533 err = -EINVAL;
4534 }
4535
4536 if (err < 0) {
4537 stac92xx_free(codec);
4538 return err;
4539 }
4540
Matthew Ranostaye035b842007-11-06 11:53:55 +01004541 return 0;
4542};
4543
Matt2f2f4252005-04-13 14:45:30 +02004544static int patch_stac922x(struct hda_codec *codec)
4545{
4546 struct sigmatel_spec *spec;
Mattc7d4b2f2005-06-27 14:59:41 +02004547 int err;
Matt2f2f4252005-04-13 14:45:30 +02004548
Takashi Iwaie560d8d2005-09-09 14:21:46 +02004549 spec = kzalloc(sizeof(*spec), GFP_KERNEL);
Matt2f2f4252005-04-13 14:45:30 +02004550 if (spec == NULL)
4551 return -ENOMEM;
4552
4553 codec->spec = spec;
Takashi Iwaia4eed132007-07-06 18:17:04 +02004554 spec->num_pins = ARRAY_SIZE(stac922x_pin_nids);
Richard Fish11b44bb2006-08-23 18:31:34 +02004555 spec->pin_nids = stac922x_pin_nids;
Takashi Iwaif5fcc132006-11-24 17:07:44 +01004556 spec->board_config = snd_hda_check_board_config(codec, STAC_922X_MODELS,
4557 stac922x_models,
4558 stac922x_cfg_tbl);
Nicolas Boichat536319a2008-07-21 22:18:01 +08004559 if (spec->board_config == STAC_INTEL_MAC_AUTO) {
Matthew Ranostay4fe51952008-01-29 15:28:44 +01004560 spec->gpio_mask = spec->gpio_dir = 0x03;
4561 spec->gpio_data = 0x03;
Takashi Iwai3fc24d82007-02-16 13:27:18 +01004562 /* Intel Macs have all same PCI SSID, so we need to check
4563 * codec SSID to distinguish the exact models
4564 */
Nicolas Boichat6f0778d2007-03-15 12:38:15 +01004565 printk(KERN_INFO "hda_codec: STAC922x, Apple subsys_id=%x\n", codec->subsystem_id);
Takashi Iwai3fc24d82007-02-16 13:27:18 +01004566 switch (codec->subsystem_id) {
Ivan N. Zlatev5d5d3bc2007-05-29 16:03:00 +02004567
4568 case 0x106b0800:
4569 spec->board_config = STAC_INTEL_MAC_V1;
Abhijit Bhopatkarc45e20e2007-04-17 11:57:16 +02004570 break;
Ivan N. Zlatev5d5d3bc2007-05-29 16:03:00 +02004571 case 0x106b0600:
4572 case 0x106b0700:
4573 spec->board_config = STAC_INTEL_MAC_V2;
Nicolas Boichat6f0778d2007-03-15 12:38:15 +01004574 break;
Ivan N. Zlatev5d5d3bc2007-05-29 16:03:00 +02004575 case 0x106b0e00:
4576 case 0x106b0f00:
4577 case 0x106b1600:
4578 case 0x106b1700:
4579 case 0x106b0200:
4580 case 0x106b1e00:
4581 spec->board_config = STAC_INTEL_MAC_V3;
Takashi Iwai3fc24d82007-02-16 13:27:18 +01004582 break;
Ivan N. Zlatev5d5d3bc2007-05-29 16:03:00 +02004583 case 0x106b1a00:
4584 case 0x00000100:
4585 spec->board_config = STAC_INTEL_MAC_V4;
Sylvain FORETf16928f2007-04-27 14:22:36 +02004586 break;
Ivan N. Zlatev5d5d3bc2007-05-29 16:03:00 +02004587 case 0x106b0a00:
4588 case 0x106b2200:
4589 spec->board_config = STAC_INTEL_MAC_V5;
Takashi Iwai0dae0f82007-05-21 12:41:29 +02004590 break;
Nicolas Boichat536319a2008-07-21 22:18:01 +08004591 default:
4592 spec->board_config = STAC_INTEL_MAC_V3;
4593 break;
Takashi Iwai3fc24d82007-02-16 13:27:18 +01004594 }
4595 }
4596
Takashi Iwai9e507ab2007-02-08 17:50:10 +01004597 again:
Richard Fish11b44bb2006-08-23 18:31:34 +02004598 if (spec->board_config < 0) {
4599 snd_printdd(KERN_INFO "hda_codec: Unknown model for STAC922x, "
4600 "using BIOS defaults\n");
4601 err = stac92xx_save_bios_config_regs(codec);
4602 if (err < 0) {
4603 stac92xx_free(codec);
4604 return err;
4605 }
4606 spec->pin_configs = spec->bios_pin_configs;
4607 } else if (stac922x_brd_tbl[spec->board_config] != NULL) {
Matt Porter403d1942005-11-29 15:00:51 +01004608 spec->pin_configs = stac922x_brd_tbl[spec->board_config];
4609 stac92xx_set_config_regs(codec);
4610 }
Matt2f2f4252005-04-13 14:45:30 +02004611
Matt2f2f4252005-04-13 14:45:30 +02004612 spec->adc_nids = stac922x_adc_nids;
4613 spec->mux_nids = stac922x_mux_nids;
Takashi Iwai25494132007-03-12 12:36:16 +01004614 spec->num_muxes = ARRAY_SIZE(stac922x_mux_nids);
Maxim Levitsky9e05b7a2007-09-03 15:31:02 +02004615 spec->num_adcs = ARRAY_SIZE(stac922x_adc_nids);
Matt Porter8b657272006-10-26 17:12:59 +02004616 spec->num_dmics = 0;
Matthew Ranostaya64135a2008-01-10 16:55:06 +01004617 spec->num_pwrs = 0;
Mattc7d4b2f2005-06-27 14:59:41 +02004618
4619 spec->init = stac922x_core_init;
Matt2f2f4252005-04-13 14:45:30 +02004620 spec->mixer = stac922x_mixer;
Mattc7d4b2f2005-06-27 14:59:41 +02004621
4622 spec->multiout.dac_nids = spec->dac_nids;
Takashi Iwai19039bd2006-06-28 15:52:16 +02004623
Matt Porter3cc08dc2006-01-23 15:27:49 +01004624 err = stac92xx_parse_auto_config(codec, 0x08, 0x09);
Takashi Iwai9e507ab2007-02-08 17:50:10 +01004625 if (!err) {
4626 if (spec->board_config < 0) {
4627 printk(KERN_WARNING "hda_codec: No auto-config is "
4628 "available, default to model=ref\n");
4629 spec->board_config = STAC_D945_REF;
4630 goto again;
4631 }
4632 err = -EINVAL;
4633 }
Matt Porter3cc08dc2006-01-23 15:27:49 +01004634 if (err < 0) {
4635 stac92xx_free(codec);
4636 return err;
4637 }
4638
4639 codec->patch_ops = stac92xx_patch_ops;
4640
Takashi Iwai807a46362007-05-29 19:01:37 +02004641 /* Fix Mux capture level; max to 2 */
4642 snd_hda_override_amp_caps(codec, 0x12, HDA_OUTPUT,
4643 (0 << AC_AMPCAP_OFFSET_SHIFT) |
4644 (2 << AC_AMPCAP_NUM_STEPS_SHIFT) |
4645 (0x27 << AC_AMPCAP_STEP_SIZE_SHIFT) |
4646 (0 << AC_AMPCAP_MUTE_SHIFT));
4647
Matt Porter3cc08dc2006-01-23 15:27:49 +01004648 return 0;
4649}
4650
4651static int patch_stac927x(struct hda_codec *codec)
4652{
4653 struct sigmatel_spec *spec;
4654 int err;
4655
4656 spec = kzalloc(sizeof(*spec), GFP_KERNEL);
4657 if (spec == NULL)
4658 return -ENOMEM;
4659
4660 codec->spec = spec;
Takashi Iwaia4eed132007-07-06 18:17:04 +02004661 spec->num_pins = ARRAY_SIZE(stac927x_pin_nids);
Richard Fish11b44bb2006-08-23 18:31:34 +02004662 spec->pin_nids = stac927x_pin_nids;
Takashi Iwaif5fcc132006-11-24 17:07:44 +01004663 spec->board_config = snd_hda_check_board_config(codec, STAC_927X_MODELS,
4664 stac927x_models,
4665 stac927x_cfg_tbl);
Takashi Iwai9e507ab2007-02-08 17:50:10 +01004666 again:
Matthew Ranostay8e9068b2007-12-17 11:58:13 +01004667 if (spec->board_config < 0 || !stac927x_brd_tbl[spec->board_config]) {
4668 if (spec->board_config < 0)
4669 snd_printdd(KERN_INFO "hda_codec: Unknown model for"
4670 "STAC927x, using BIOS defaults\n");
Richard Fish11b44bb2006-08-23 18:31:34 +02004671 err = stac92xx_save_bios_config_regs(codec);
4672 if (err < 0) {
4673 stac92xx_free(codec);
4674 return err;
4675 }
4676 spec->pin_configs = spec->bios_pin_configs;
Matthew Ranostay8e9068b2007-12-17 11:58:13 +01004677 } else {
Matt Porter3cc08dc2006-01-23 15:27:49 +01004678 spec->pin_configs = stac927x_brd_tbl[spec->board_config];
4679 stac92xx_set_config_regs(codec);
4680 }
4681
Matthew Ranostay1cd22242008-07-18 18:20:52 +02004682 spec->digbeep_nid = 0x23;
Matthew Ranostay8e9068b2007-12-17 11:58:13 +01004683 spec->adc_nids = stac927x_adc_nids;
4684 spec->num_adcs = ARRAY_SIZE(stac927x_adc_nids);
4685 spec->mux_nids = stac927x_mux_nids;
4686 spec->num_muxes = ARRAY_SIZE(stac927x_mux_nids);
Matthew Ranostayd9737752008-09-07 12:03:41 +02004687 spec->smux_nids = stac927x_smux_nids;
4688 spec->num_smuxes = ARRAY_SIZE(stac927x_smux_nids);
Matthew Ranostay65973632008-09-16 10:39:37 -04004689 spec->spdif_labels = stac927x_spdif_labels;
Matthew Ranostayb76c8502008-02-06 14:49:44 +01004690 spec->dac_list = stac927x_dac_nids;
Matthew Ranostay8e9068b2007-12-17 11:58:13 +01004691 spec->multiout.dac_nids = spec->dac_nids;
4692
Tobin Davis81d3dbd2006-08-22 19:44:45 +02004693 switch (spec->board_config) {
Tobin Davis93ed1502006-09-01 21:03:12 +02004694 case STAC_D965_3ST:
Matthew Ranostay8e9068b2007-12-17 11:58:13 +01004695 case STAC_D965_5ST:
4696 /* GPIO0 High = Enable EAPD */
Matthew Ranostay0fc9dec2008-04-14 13:32:54 +02004697 spec->eapd_mask = spec->gpio_mask = spec->gpio_dir = 0x01;
Matthew Ranostay4fe51952008-01-29 15:28:44 +01004698 spec->gpio_data = 0x01;
Matthew Ranostay8e9068b2007-12-17 11:58:13 +01004699 spec->num_dmics = 0;
4700
Tobin Davis93ed1502006-09-01 21:03:12 +02004701 spec->init = d965_core_init;
Maxim Levitsky9e05b7a2007-09-03 15:31:02 +02004702 spec->mixer = stac927x_mixer;
Tobin Davis81d3dbd2006-08-22 19:44:45 +02004703 break;
Matthew Ranostay8e9068b2007-12-17 11:58:13 +01004704 case STAC_DELL_BIOS:
Matthew Ranostay780c8be2008-04-14 13:32:27 +02004705 switch (codec->subsystem_id) {
4706 case 0x10280209:
4707 case 0x1028022e:
4708 /* correct the device field to SPDIF out */
4709 stac92xx_set_config_reg(codec, 0x21, 0x01442070);
4710 break;
4711 };
Matthew Ranostay03d7ca12008-02-21 07:51:46 +01004712 /* configure the analog microphone on some laptops */
4713 stac92xx_set_config_reg(codec, 0x0c, 0x90a79130);
Matthew Ranostay2f32d902008-01-10 13:06:26 +01004714 /* correct the front output jack as a hp out */
Matthew Ranostay7989fba2008-02-21 07:50:12 +01004715 stac92xx_set_config_reg(codec, 0x0f, 0x0227011f);
Matthew Ranostayc481fca2008-01-07 12:18:28 +01004716 /* correct the front input jack as a mic */
4717 stac92xx_set_config_reg(codec, 0x0e, 0x02a79130);
4718 /* fallthru */
Matthew Ranostay8e9068b2007-12-17 11:58:13 +01004719 case STAC_DELL_3ST:
4720 /* GPIO2 High = Enable EAPD */
Matthew Ranostay0fc9dec2008-04-14 13:32:54 +02004721 spec->eapd_mask = spec->gpio_mask = spec->gpio_dir = 0x04;
Matthew Ranostay4fe51952008-01-29 15:28:44 +01004722 spec->gpio_data = 0x04;
Matthew Ranostay8e9068b2007-12-17 11:58:13 +01004723 spec->dmic_nids = stac927x_dmic_nids;
4724 spec->num_dmics = STAC927X_NUM_DMICS;
4725
Tobin Davis93ed1502006-09-01 21:03:12 +02004726 spec->init = d965_core_init;
Maxim Levitsky9e05b7a2007-09-03 15:31:02 +02004727 spec->mixer = stac927x_mixer;
Matthew Ranostay8e9068b2007-12-17 11:58:13 +01004728 spec->dmux_nids = stac927x_dmux_nids;
Takashi Iwai1697055e2007-12-18 18:05:52 +01004729 spec->num_dmuxes = ARRAY_SIZE(stac927x_dmux_nids);
Tobin Davis81d3dbd2006-08-22 19:44:45 +02004730 break;
4731 default:
Matthew Ranostayb2c4f4d2008-09-26 10:06:40 -04004732 if (spec->board_config > STAC_D965_REF) {
4733 /* GPIO0 High = Enable EAPD */
4734 spec->eapd_mask = spec->gpio_mask = 0x01;
4735 spec->gpio_dir = spec->gpio_data = 0x01;
4736 }
Matthew Ranostay8e9068b2007-12-17 11:58:13 +01004737 spec->num_dmics = 0;
4738
Tobin Davis81d3dbd2006-08-22 19:44:45 +02004739 spec->init = stac927x_core_init;
4740 spec->mixer = stac927x_mixer;
4741 }
Matt Porter3cc08dc2006-01-23 15:27:49 +01004742
Matthew Ranostaya64135a2008-01-10 16:55:06 +01004743 spec->num_pwrs = 0;
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01004744 spec->aloopback_mask = 0x40;
4745 spec->aloopback_shift = 0;
Matthew Ranostay8e9068b2007-12-17 11:58:13 +01004746
Matt Porter3cc08dc2006-01-23 15:27:49 +01004747 err = stac92xx_parse_auto_config(codec, 0x1e, 0x20);
Takashi Iwai9e507ab2007-02-08 17:50:10 +01004748 if (!err) {
4749 if (spec->board_config < 0) {
4750 printk(KERN_WARNING "hda_codec: No auto-config is "
4751 "available, default to model=ref\n");
4752 spec->board_config = STAC_D965_REF;
4753 goto again;
4754 }
4755 err = -EINVAL;
4756 }
Mattc7d4b2f2005-06-27 14:59:41 +02004757 if (err < 0) {
4758 stac92xx_free(codec);
4759 return err;
4760 }
Matt2f2f4252005-04-13 14:45:30 +02004761
4762 codec->patch_ops = stac92xx_patch_ops;
4763
Takashi Iwai52987652008-01-16 16:09:47 +01004764 /*
4765 * !!FIXME!!
4766 * The STAC927x seem to require fairly long delays for certain
4767 * command sequences. With too short delays (even if the answer
4768 * is set to RIRB properly), it results in the silence output
4769 * on some hardwares like Dell.
4770 *
4771 * The below flag enables the longer delay (see get_response
4772 * in hda_intel.c).
4773 */
4774 codec->bus->needs_damn_long_delay = 1;
4775
Matt2f2f4252005-04-13 14:45:30 +02004776 return 0;
4777}
4778
Matt Porterf3302a52006-07-31 12:49:34 +02004779static int patch_stac9205(struct hda_codec *codec)
4780{
4781 struct sigmatel_spec *spec;
Takashi Iwai82599802007-07-31 15:56:24 +02004782 int err;
Matt Porterf3302a52006-07-31 12:49:34 +02004783
4784 spec = kzalloc(sizeof(*spec), GFP_KERNEL);
4785 if (spec == NULL)
4786 return -ENOMEM;
4787
4788 codec->spec = spec;
Takashi Iwaia4eed132007-07-06 18:17:04 +02004789 spec->num_pins = ARRAY_SIZE(stac9205_pin_nids);
Richard Fish11b44bb2006-08-23 18:31:34 +02004790 spec->pin_nids = stac9205_pin_nids;
Takashi Iwaif5fcc132006-11-24 17:07:44 +01004791 spec->board_config = snd_hda_check_board_config(codec, STAC_9205_MODELS,
4792 stac9205_models,
4793 stac9205_cfg_tbl);
Takashi Iwai9e507ab2007-02-08 17:50:10 +01004794 again:
Richard Fish11b44bb2006-08-23 18:31:34 +02004795 if (spec->board_config < 0) {
4796 snd_printdd(KERN_INFO "hda_codec: Unknown model for STAC9205, using BIOS defaults\n");
4797 err = stac92xx_save_bios_config_regs(codec);
4798 if (err < 0) {
4799 stac92xx_free(codec);
4800 return err;
4801 }
4802 spec->pin_configs = spec->bios_pin_configs;
4803 } else {
Matt Porterf3302a52006-07-31 12:49:34 +02004804 spec->pin_configs = stac9205_brd_tbl[spec->board_config];
4805 stac92xx_set_config_regs(codec);
4806 }
4807
Matthew Ranostay1cd22242008-07-18 18:20:52 +02004808 spec->digbeep_nid = 0x23;
Matt Porterf3302a52006-07-31 12:49:34 +02004809 spec->adc_nids = stac9205_adc_nids;
Maxim Levitsky9e05b7a2007-09-03 15:31:02 +02004810 spec->num_adcs = ARRAY_SIZE(stac9205_adc_nids);
Matt Porterf3302a52006-07-31 12:49:34 +02004811 spec->mux_nids = stac9205_mux_nids;
Takashi Iwai25494132007-03-12 12:36:16 +01004812 spec->num_muxes = ARRAY_SIZE(stac9205_mux_nids);
Matthew Ranostayd9737752008-09-07 12:03:41 +02004813 spec->smux_nids = stac9205_smux_nids;
4814 spec->num_smuxes = ARRAY_SIZE(stac9205_smux_nids);
Matt Porter8b657272006-10-26 17:12:59 +02004815 spec->dmic_nids = stac9205_dmic_nids;
Takashi Iwaif6e98522007-10-16 14:27:04 +02004816 spec->num_dmics = STAC9205_NUM_DMICS;
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01004817 spec->dmux_nids = stac9205_dmux_nids;
Takashi Iwai1697055e2007-12-18 18:05:52 +01004818 spec->num_dmuxes = ARRAY_SIZE(stac9205_dmux_nids);
Matthew Ranostaya64135a2008-01-10 16:55:06 +01004819 spec->num_pwrs = 0;
Matt Porterf3302a52006-07-31 12:49:34 +02004820
4821 spec->init = stac9205_core_init;
4822 spec->mixer = stac9205_mixer;
4823
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01004824 spec->aloopback_mask = 0x40;
4825 spec->aloopback_shift = 0;
Matt Porterf3302a52006-07-31 12:49:34 +02004826 spec->multiout.dac_nids = spec->dac_nids;
Matthew Ranostay87d48362007-07-17 11:52:24 +02004827
Tobin Davisae0a8ed2007-08-13 15:50:29 +02004828 switch (spec->board_config){
Tobin Davisae0a8ed2007-08-13 15:50:29 +02004829 case STAC_9205_DELL_M43:
Matthew Ranostay87d48362007-07-17 11:52:24 +02004830 /* Enable SPDIF in/out */
4831 stac92xx_set_config_reg(codec, 0x1f, 0x01441030);
4832 stac92xx_set_config_reg(codec, 0x20, 0x1c410030);
Matt Porter33382402006-12-18 13:17:28 +01004833
Matthew Ranostay4fe51952008-01-29 15:28:44 +01004834 /* Enable unsol response for GPIO4/Dock HP connection */
4835 snd_hda_codec_write(codec, codec->afg, 0,
4836 AC_VERB_SET_GPIO_UNSOLICITED_RSP_MASK, 0x10);
4837 snd_hda_codec_write_cache(codec, codec->afg, 0,
4838 AC_VERB_SET_UNSOLICITED_ENABLE,
4839 (AC_USRSP_EN | STAC_HP_EVENT));
4840
4841 spec->gpio_dir = 0x0b;
Matthew Ranostay0fc9dec2008-04-14 13:32:54 +02004842 spec->eapd_mask = 0x01;
Matthew Ranostay4fe51952008-01-29 15:28:44 +01004843 spec->gpio_mask = 0x1b;
4844 spec->gpio_mute = 0x10;
Matthew Ranostaye2e7d622008-01-24 15:32:15 +01004845 /* GPIO0 High = EAPD, GPIO1 Low = Headphone Mute,
Matthew Ranostay4fe51952008-01-29 15:28:44 +01004846 * GPIO3 Low = DRM
Matthew Ranostay87d48362007-07-17 11:52:24 +02004847 */
Matthew Ranostay4fe51952008-01-29 15:28:44 +01004848 spec->gpio_data = 0x01;
Tobin Davisae0a8ed2007-08-13 15:50:29 +02004849 break;
Matthew Ranostayb2c4f4d2008-09-26 10:06:40 -04004850 case STAC_9205_REF:
4851 /* SPDIF-In enabled */
4852 break;
Tobin Davisae0a8ed2007-08-13 15:50:29 +02004853 default:
4854 /* GPIO0 High = EAPD */
Matthew Ranostay0fc9dec2008-04-14 13:32:54 +02004855 spec->eapd_mask = spec->gpio_mask = spec->gpio_dir = 0x1;
Matthew Ranostay4fe51952008-01-29 15:28:44 +01004856 spec->gpio_data = 0x01;
Tobin Davisae0a8ed2007-08-13 15:50:29 +02004857 break;
4858 }
Matthew Ranostay87d48362007-07-17 11:52:24 +02004859
Matt Porterf3302a52006-07-31 12:49:34 +02004860 err = stac92xx_parse_auto_config(codec, 0x1f, 0x20);
Takashi Iwai9e507ab2007-02-08 17:50:10 +01004861 if (!err) {
4862 if (spec->board_config < 0) {
4863 printk(KERN_WARNING "hda_codec: No auto-config is "
4864 "available, default to model=ref\n");
4865 spec->board_config = STAC_9205_REF;
4866 goto again;
4867 }
4868 err = -EINVAL;
4869 }
Matt Porterf3302a52006-07-31 12:49:34 +02004870 if (err < 0) {
4871 stac92xx_free(codec);
4872 return err;
4873 }
4874
4875 codec->patch_ops = stac92xx_patch_ops;
4876
4877 return 0;
4878}
4879
Matt2f2f4252005-04-13 14:45:30 +02004880/*
Guillaume Munch6d859062006-08-22 17:15:47 +02004881 * STAC9872 hack
Takashi Iwaidb064e52006-03-16 16:04:58 +01004882 */
4883
Guillaume Munch99ccc562006-08-16 19:35:12 +02004884/* static config for Sony VAIO FE550G and Sony VAIO AR */
Takashi Iwaidb064e52006-03-16 16:04:58 +01004885static hda_nid_t vaio_dacs[] = { 0x2 };
4886#define VAIO_HP_DAC 0x5
4887static hda_nid_t vaio_adcs[] = { 0x8 /*,0x6*/ };
4888static hda_nid_t vaio_mux_nids[] = { 0x15 };
4889
4890static struct hda_input_mux vaio_mux = {
Takashi Iwaia3a2f422007-10-11 11:21:21 +02004891 .num_items = 3,
Takashi Iwaidb064e52006-03-16 16:04:58 +01004892 .items = {
Takashi Iwaid7737812006-04-25 13:05:43 +02004893 /* { "HP", 0x0 }, */
Takashi Iwai1624cb92007-07-05 13:10:51 +02004894 { "Mic Jack", 0x1 },
4895 { "Internal Mic", 0x2 },
Takashi Iwaidb064e52006-03-16 16:04:58 +01004896 { "PCM", 0x3 },
4897 }
4898};
4899
4900static struct hda_verb vaio_init[] = {
4901 {0x0a, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_HP }, /* HP <- 0x2 */
Takashi Iwai72e7b0d2007-08-16 17:33:55 +02004902 {0x0a, AC_VERB_SET_UNSOLICITED_ENABLE, AC_USRSP_EN | STAC_HP_EVENT},
Takashi Iwaidb064e52006-03-16 16:04:58 +01004903 {0x0f, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT }, /* Speaker <- 0x5 */
4904 {0x0d, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_VREF80 }, /* Mic? (<- 0x2) */
4905 {0x0e, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_IN }, /* CD */
4906 {0x14, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_VREF80 }, /* Mic? */
Takashi Iwai1624cb92007-07-05 13:10:51 +02004907 {0x15, AC_VERB_SET_CONNECT_SEL, 0x1}, /* mic-sel: 0a,0d,14,02 */
Takashi Iwaidb064e52006-03-16 16:04:58 +01004908 {0x02, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_MUTE}, /* HP */
4909 {0x05, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_MUTE}, /* Speaker */
4910 {0x09, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(0)}, /* capture sw/vol -> 0x8 */
4911 {0x07, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)}, /* CD-in -> 0x6 */
4912 {0x15, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE}, /* Mic-in -> 0x9 */
4913 {}
4914};
4915
Guillaume Munch6d859062006-08-22 17:15:47 +02004916static struct hda_verb vaio_ar_init[] = {
4917 {0x0a, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_HP }, /* HP <- 0x2 */
4918 {0x0f, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT }, /* Speaker <- 0x5 */
4919 {0x0d, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_VREF80 }, /* Mic? (<- 0x2) */
4920 {0x0e, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_IN }, /* CD */
4921/* {0x11, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_OUT },*/ /* Optical Out */
4922 {0x14, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_VREF80 }, /* Mic? */
Takashi Iwai1624cb92007-07-05 13:10:51 +02004923 {0x15, AC_VERB_SET_CONNECT_SEL, 0x1}, /* mic-sel: 0a,0d,14,02 */
Guillaume Munch6d859062006-08-22 17:15:47 +02004924 {0x02, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_MUTE}, /* HP */
4925 {0x05, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_MUTE}, /* Speaker */
4926/* {0x10, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_MUTE},*/ /* Optical Out */
4927 {0x09, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(0)}, /* capture sw/vol -> 0x8 */
4928 {0x07, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)}, /* CD-in -> 0x6 */
4929 {0x15, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE}, /* Mic-in -> 0x9 */
4930 {}
4931};
4932
Takashi Iwaidb064e52006-03-16 16:04:58 +01004933/* bind volumes of both NID 0x02 and 0x05 */
Takashi Iwaicca3b372007-08-10 17:12:15 +02004934static struct hda_bind_ctls vaio_bind_master_vol = {
4935 .ops = &snd_hda_bind_vol,
4936 .values = {
4937 HDA_COMPOSE_AMP_VAL(0x02, 3, 0, HDA_OUTPUT),
4938 HDA_COMPOSE_AMP_VAL(0x05, 3, 0, HDA_OUTPUT),
4939 0
4940 },
4941};
Takashi Iwaidb064e52006-03-16 16:04:58 +01004942
4943/* bind volumes of both NID 0x02 and 0x05 */
Takashi Iwaicca3b372007-08-10 17:12:15 +02004944static struct hda_bind_ctls vaio_bind_master_sw = {
4945 .ops = &snd_hda_bind_sw,
4946 .values = {
4947 HDA_COMPOSE_AMP_VAL(0x02, 3, 0, HDA_OUTPUT),
4948 HDA_COMPOSE_AMP_VAL(0x05, 3, 0, HDA_OUTPUT),
4949 0,
4950 },
4951};
Takashi Iwaidb064e52006-03-16 16:04:58 +01004952
4953static struct snd_kcontrol_new vaio_mixer[] = {
Takashi Iwaicca3b372007-08-10 17:12:15 +02004954 HDA_BIND_VOL("Master Playback Volume", &vaio_bind_master_vol),
4955 HDA_BIND_SW("Master Playback Switch", &vaio_bind_master_sw),
Takashi Iwaidb064e52006-03-16 16:04:58 +01004956 /* HDA_CODEC_VOLUME("CD Capture Volume", 0x07, 0, HDA_INPUT), */
4957 HDA_CODEC_VOLUME("Capture Volume", 0x09, 0, HDA_INPUT),
4958 HDA_CODEC_MUTE("Capture Switch", 0x09, 0, HDA_INPUT),
4959 {
4960 .iface = SNDRV_CTL_ELEM_IFACE_MIXER,
4961 .name = "Capture Source",
4962 .count = 1,
4963 .info = stac92xx_mux_enum_info,
4964 .get = stac92xx_mux_enum_get,
4965 .put = stac92xx_mux_enum_put,
4966 },
4967 {}
4968};
4969
Guillaume Munch6d859062006-08-22 17:15:47 +02004970static struct snd_kcontrol_new vaio_ar_mixer[] = {
Takashi Iwaicca3b372007-08-10 17:12:15 +02004971 HDA_BIND_VOL("Master Playback Volume", &vaio_bind_master_vol),
4972 HDA_BIND_SW("Master Playback Switch", &vaio_bind_master_sw),
Guillaume Munch6d859062006-08-22 17:15:47 +02004973 /* HDA_CODEC_VOLUME("CD Capture Volume", 0x07, 0, HDA_INPUT), */
4974 HDA_CODEC_VOLUME("Capture Volume", 0x09, 0, HDA_INPUT),
4975 HDA_CODEC_MUTE("Capture Switch", 0x09, 0, HDA_INPUT),
4976 /*HDA_CODEC_MUTE("Optical Out Switch", 0x10, 0, HDA_OUTPUT),
4977 HDA_CODEC_VOLUME("Optical Out Volume", 0x10, 0, HDA_OUTPUT),*/
4978 {
4979 .iface = SNDRV_CTL_ELEM_IFACE_MIXER,
4980 .name = "Capture Source",
4981 .count = 1,
4982 .info = stac92xx_mux_enum_info,
4983 .get = stac92xx_mux_enum_get,
4984 .put = stac92xx_mux_enum_put,
4985 },
4986 {}
4987};
4988
4989static struct hda_codec_ops stac9872_patch_ops = {
Takashi Iwaidb064e52006-03-16 16:04:58 +01004990 .build_controls = stac92xx_build_controls,
4991 .build_pcms = stac92xx_build_pcms,
4992 .init = stac92xx_init,
4993 .free = stac92xx_free,
Takashi Iwaicb53c622007-08-10 17:21:45 +02004994#ifdef SND_HDA_NEEDS_RESUME
Takashi Iwaidb064e52006-03-16 16:04:58 +01004995 .resume = stac92xx_resume,
4996#endif
4997};
4998
Takashi Iwai72e7b0d2007-08-16 17:33:55 +02004999static int stac9872_vaio_init(struct hda_codec *codec)
5000{
5001 int err;
5002
5003 err = stac92xx_init(codec);
5004 if (err < 0)
5005 return err;
5006 if (codec->patch_ops.unsol_event)
5007 codec->patch_ops.unsol_event(codec, STAC_HP_EVENT << 26);
5008 return 0;
5009}
5010
5011static void stac9872_vaio_hp_detect(struct hda_codec *codec, unsigned int res)
5012{
Jiang Zhe40c1d302007-11-12 13:05:16 +01005013 if (get_hp_pin_presence(codec, 0x0a)) {
Takashi Iwai72e7b0d2007-08-16 17:33:55 +02005014 stac92xx_reset_pinctl(codec, 0x0f, AC_PINCTL_OUT_EN);
5015 stac92xx_set_pinctl(codec, 0x0a, AC_PINCTL_OUT_EN);
5016 } else {
5017 stac92xx_reset_pinctl(codec, 0x0a, AC_PINCTL_OUT_EN);
5018 stac92xx_set_pinctl(codec, 0x0f, AC_PINCTL_OUT_EN);
5019 }
5020}
5021
5022static void stac9872_vaio_unsol_event(struct hda_codec *codec, unsigned int res)
5023{
5024 switch (res >> 26) {
5025 case STAC_HP_EVENT:
5026 stac9872_vaio_hp_detect(codec, res);
5027 break;
5028 }
5029}
5030
5031static struct hda_codec_ops stac9872_vaio_patch_ops = {
5032 .build_controls = stac92xx_build_controls,
5033 .build_pcms = stac92xx_build_pcms,
5034 .init = stac9872_vaio_init,
5035 .free = stac92xx_free,
5036 .unsol_event = stac9872_vaio_unsol_event,
5037#ifdef CONFIG_PM
5038 .resume = stac92xx_resume,
5039#endif
5040};
5041
Guillaume Munch6d859062006-08-22 17:15:47 +02005042enum { /* FE and SZ series. id=0x83847661 and subsys=0x104D0700 or 104D1000. */
5043 CXD9872RD_VAIO,
5044 /* Unknown. id=0x83847662 and subsys=0x104D1200 or 104D1000. */
5045 STAC9872AK_VAIO,
5046 /* Unknown. id=0x83847661 and subsys=0x104D1200. */
5047 STAC9872K_VAIO,
5048 /* AR Series. id=0x83847664 and subsys=104D1300 */
Takashi Iwaif5fcc132006-11-24 17:07:44 +01005049 CXD9872AKD_VAIO,
5050 STAC_9872_MODELS,
5051};
Takashi Iwaidb064e52006-03-16 16:04:58 +01005052
Takashi Iwaif5fcc132006-11-24 17:07:44 +01005053static const char *stac9872_models[STAC_9872_MODELS] = {
5054 [CXD9872RD_VAIO] = "vaio",
5055 [CXD9872AKD_VAIO] = "vaio-ar",
5056};
5057
5058static struct snd_pci_quirk stac9872_cfg_tbl[] = {
5059 SND_PCI_QUIRK(0x104d, 0x81e6, "Sony VAIO F/S", CXD9872RD_VAIO),
5060 SND_PCI_QUIRK(0x104d, 0x81ef, "Sony VAIO F/S", CXD9872RD_VAIO),
5061 SND_PCI_QUIRK(0x104d, 0x81fd, "Sony VAIO AR", CXD9872AKD_VAIO),
Tobin Davis68e22542007-03-12 11:36:39 +01005062 SND_PCI_QUIRK(0x104d, 0x8205, "Sony VAIO AR", CXD9872AKD_VAIO),
Takashi Iwaidb064e52006-03-16 16:04:58 +01005063 {}
5064};
5065
Guillaume Munch6d859062006-08-22 17:15:47 +02005066static int patch_stac9872(struct hda_codec *codec)
Takashi Iwaidb064e52006-03-16 16:04:58 +01005067{
5068 struct sigmatel_spec *spec;
5069 int board_config;
5070
Takashi Iwaif5fcc132006-11-24 17:07:44 +01005071 board_config = snd_hda_check_board_config(codec, STAC_9872_MODELS,
5072 stac9872_models,
5073 stac9872_cfg_tbl);
Takashi Iwaidb064e52006-03-16 16:04:58 +01005074 if (board_config < 0)
5075 /* unknown config, let generic-parser do its job... */
5076 return snd_hda_parse_generic_codec(codec);
5077
5078 spec = kzalloc(sizeof(*spec), GFP_KERNEL);
5079 if (spec == NULL)
5080 return -ENOMEM;
5081
5082 codec->spec = spec;
5083 switch (board_config) {
Guillaume Munch6d859062006-08-22 17:15:47 +02005084 case CXD9872RD_VAIO:
5085 case STAC9872AK_VAIO:
5086 case STAC9872K_VAIO:
Takashi Iwaidb064e52006-03-16 16:04:58 +01005087 spec->mixer = vaio_mixer;
5088 spec->init = vaio_init;
5089 spec->multiout.max_channels = 2;
5090 spec->multiout.num_dacs = ARRAY_SIZE(vaio_dacs);
5091 spec->multiout.dac_nids = vaio_dacs;
5092 spec->multiout.hp_nid = VAIO_HP_DAC;
5093 spec->num_adcs = ARRAY_SIZE(vaio_adcs);
5094 spec->adc_nids = vaio_adcs;
Matthew Ranostaya64135a2008-01-10 16:55:06 +01005095 spec->num_pwrs = 0;
Takashi Iwaidb064e52006-03-16 16:04:58 +01005096 spec->input_mux = &vaio_mux;
5097 spec->mux_nids = vaio_mux_nids;
Takashi Iwai72e7b0d2007-08-16 17:33:55 +02005098 codec->patch_ops = stac9872_vaio_patch_ops;
Takashi Iwaidb064e52006-03-16 16:04:58 +01005099 break;
Guillaume Munch6d859062006-08-22 17:15:47 +02005100
5101 case CXD9872AKD_VAIO:
5102 spec->mixer = vaio_ar_mixer;
5103 spec->init = vaio_ar_init;
5104 spec->multiout.max_channels = 2;
5105 spec->multiout.num_dacs = ARRAY_SIZE(vaio_dacs);
5106 spec->multiout.dac_nids = vaio_dacs;
5107 spec->multiout.hp_nid = VAIO_HP_DAC;
5108 spec->num_adcs = ARRAY_SIZE(vaio_adcs);
Matthew Ranostaya64135a2008-01-10 16:55:06 +01005109 spec->num_pwrs = 0;
Guillaume Munch6d859062006-08-22 17:15:47 +02005110 spec->adc_nids = vaio_adcs;
5111 spec->input_mux = &vaio_mux;
5112 spec->mux_nids = vaio_mux_nids;
Takashi Iwai72e7b0d2007-08-16 17:33:55 +02005113 codec->patch_ops = stac9872_patch_ops;
Guillaume Munch6d859062006-08-22 17:15:47 +02005114 break;
Takashi Iwaidb064e52006-03-16 16:04:58 +01005115 }
5116
Takashi Iwaidb064e52006-03-16 16:04:58 +01005117 return 0;
5118}
5119
5120
5121/*
Matt2f2f4252005-04-13 14:45:30 +02005122 * patch entries
5123 */
5124struct hda_codec_preset snd_hda_preset_sigmatel[] = {
5125 { .id = 0x83847690, .name = "STAC9200", .patch = patch_stac9200 },
5126 { .id = 0x83847882, .name = "STAC9220 A1", .patch = patch_stac922x },
5127 { .id = 0x83847680, .name = "STAC9221 A1", .patch = patch_stac922x },
5128 { .id = 0x83847880, .name = "STAC9220 A2", .patch = patch_stac922x },
5129 { .id = 0x83847681, .name = "STAC9220D/9223D A2", .patch = patch_stac922x },
5130 { .id = 0x83847682, .name = "STAC9221 A2", .patch = patch_stac922x },
5131 { .id = 0x83847683, .name = "STAC9221D A2", .patch = patch_stac922x },
Matt Porter22a27c72006-07-06 18:49:10 +02005132 { .id = 0x83847618, .name = "STAC9227", .patch = patch_stac927x },
5133 { .id = 0x83847619, .name = "STAC9227", .patch = patch_stac927x },
5134 { .id = 0x83847616, .name = "STAC9228", .patch = patch_stac927x },
5135 { .id = 0x83847617, .name = "STAC9228", .patch = patch_stac927x },
5136 { .id = 0x83847614, .name = "STAC9229", .patch = patch_stac927x },
5137 { .id = 0x83847615, .name = "STAC9229", .patch = patch_stac927x },
Matt Porter3cc08dc2006-01-23 15:27:49 +01005138 { .id = 0x83847620, .name = "STAC9274", .patch = patch_stac927x },
5139 { .id = 0x83847621, .name = "STAC9274D", .patch = patch_stac927x },
5140 { .id = 0x83847622, .name = "STAC9273X", .patch = patch_stac927x },
5141 { .id = 0x83847623, .name = "STAC9273D", .patch = patch_stac927x },
5142 { .id = 0x83847624, .name = "STAC9272X", .patch = patch_stac927x },
5143 { .id = 0x83847625, .name = "STAC9272D", .patch = patch_stac927x },
5144 { .id = 0x83847626, .name = "STAC9271X", .patch = patch_stac927x },
5145 { .id = 0x83847627, .name = "STAC9271D", .patch = patch_stac927x },
5146 { .id = 0x83847628, .name = "STAC9274X5NH", .patch = patch_stac927x },
5147 { .id = 0x83847629, .name = "STAC9274D5NH", .patch = patch_stac927x },
Tobin Davis8e21c342007-01-08 11:04:17 +01005148 { .id = 0x83847632, .name = "STAC9202", .patch = patch_stac925x },
5149 { .id = 0x83847633, .name = "STAC9202D", .patch = patch_stac925x },
5150 { .id = 0x83847634, .name = "STAC9250", .patch = patch_stac925x },
5151 { .id = 0x83847635, .name = "STAC9250D", .patch = patch_stac925x },
5152 { .id = 0x83847636, .name = "STAC9251", .patch = patch_stac925x },
5153 { .id = 0x83847637, .name = "STAC9250D", .patch = patch_stac925x },
Takashi Iwai7bd3c0f2008-05-02 12:28:02 +02005154 { .id = 0x83847645, .name = "92HD206X", .patch = patch_stac927x },
5155 { .id = 0x83847646, .name = "92HD206D", .patch = patch_stac927x },
Guillaume Munch6d859062006-08-22 17:15:47 +02005156 /* The following does not take into account .id=0x83847661 when subsys =
5157 * 104D0C00 which is STAC9225s. Because of this, some SZ Notebooks are
5158 * currently not fully supported.
5159 */
5160 { .id = 0x83847661, .name = "CXD9872RD/K", .patch = patch_stac9872 },
5161 { .id = 0x83847662, .name = "STAC9872AK", .patch = patch_stac9872 },
5162 { .id = 0x83847664, .name = "CXD9872AKD", .patch = patch_stac9872 },
Matt Porterf3302a52006-07-31 12:49:34 +02005163 { .id = 0x838476a0, .name = "STAC9205", .patch = patch_stac9205 },
5164 { .id = 0x838476a1, .name = "STAC9205D", .patch = patch_stac9205 },
5165 { .id = 0x838476a2, .name = "STAC9204", .patch = patch_stac9205 },
5166 { .id = 0x838476a3, .name = "STAC9204D", .patch = patch_stac9205 },
5167 { .id = 0x838476a4, .name = "STAC9255", .patch = patch_stac9205 },
5168 { .id = 0x838476a5, .name = "STAC9255D", .patch = patch_stac9205 },
5169 { .id = 0x838476a6, .name = "STAC9254", .patch = patch_stac9205 },
5170 { .id = 0x838476a7, .name = "STAC9254D", .patch = patch_stac9205 },
Matthew Ranostayaafc4412008-06-13 18:04:33 +02005171 { .id = 0x111d7603, .name = "92HD75B3X5", .patch = patch_stac92hd71bxx},
Matthew Ranostayd0513fc2008-07-27 10:30:30 +02005172 { .id = 0x111d7604, .name = "92HD83C1X5", .patch = patch_stac92hd83xxx},
5173 { .id = 0x111d7605, .name = "92HD81B1X5", .patch = patch_stac92hd83xxx},
Matthew Ranostayaafc4412008-06-13 18:04:33 +02005174 { .id = 0x111d7608, .name = "92HD75B2X5", .patch = patch_stac92hd71bxx},
Matthew Ranostay541eee82007-12-14 12:08:04 +01005175 { .id = 0x111d7674, .name = "92HD73D1X5", .patch = patch_stac92hd73xx },
5176 { .id = 0x111d7675, .name = "92HD73C1X5", .patch = patch_stac92hd73xx },
Matthew Ranostaye1f0d662007-12-13 17:47:21 +01005177 { .id = 0x111d7676, .name = "92HD73E1X5", .patch = patch_stac92hd73xx },
Matthew Ranostay541eee82007-12-14 12:08:04 +01005178 { .id = 0x111d76b0, .name = "92HD71B8X", .patch = patch_stac92hd71bxx },
5179 { .id = 0x111d76b1, .name = "92HD71B8X", .patch = patch_stac92hd71bxx },
5180 { .id = 0x111d76b2, .name = "92HD71B7X", .patch = patch_stac92hd71bxx },
5181 { .id = 0x111d76b3, .name = "92HD71B7X", .patch = patch_stac92hd71bxx },
5182 { .id = 0x111d76b4, .name = "92HD71B6X", .patch = patch_stac92hd71bxx },
5183 { .id = 0x111d76b5, .name = "92HD71B6X", .patch = patch_stac92hd71bxx },
5184 { .id = 0x111d76b6, .name = "92HD71B5X", .patch = patch_stac92hd71bxx },
5185 { .id = 0x111d76b7, .name = "92HD71B5X", .patch = patch_stac92hd71bxx },
Matt2f2f4252005-04-13 14:45:30 +02005186 {} /* terminator */
5187};