Matt | 2f2f425 | 2005-04-13 14:45:30 +0200 | [diff] [blame] | 1 | /* |
| 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 Porter | 403d194 | 2005-11-29 15:00:51 +0100 | [diff] [blame] | 7 | * Matt Porter <mporter@embeddedalley.com> |
Matt | 2f2f425 | 2005-04-13 14:45:30 +0200 | [diff] [blame] | 8 | * |
| 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 | |
Matt | 2f2f425 | 2005-04-13 14:45:30 +0200 | [diff] [blame] | 27 | #include <linux/init.h> |
| 28 | #include <linux/delay.h> |
| 29 | #include <linux/slab.h> |
| 30 | #include <linux/pci.h> |
Vitaliy Kulikov | 5bdaaad | 2009-11-04 07:57:45 +0100 | [diff] [blame] | 31 | #include <linux/dmi.h> |
Paul Gortmaker | da155d5 | 2011-07-15 12:38:28 -0400 | [diff] [blame] | 32 | #include <linux/module.h> |
Matt | 2f2f425 | 2005-04-13 14:45:30 +0200 | [diff] [blame] | 33 | #include <sound/core.h> |
Matt | c7d4b2f | 2005-06-27 14:59:41 +0200 | [diff] [blame] | 34 | #include <sound/asoundef.h> |
Matthew Ranostay | 45a6ac1 | 2008-10-15 14:45:38 -0400 | [diff] [blame] | 35 | #include <sound/jack.h> |
Clemens Ladisch | a74ccea | 2010-10-22 15:52:34 +0200 | [diff] [blame] | 36 | #include <sound/tlv.h> |
Matt | 2f2f425 | 2005-04-13 14:45:30 +0200 | [diff] [blame] | 37 | #include "hda_codec.h" |
| 38 | #include "hda_local.h" |
Takashi Iwai | 128bc4b | 2012-05-07 17:42:31 +0200 | [diff] [blame] | 39 | #include "hda_auto_parser.h" |
Matthew Ranostay | 1cd2224 | 2008-07-18 18:20:52 +0200 | [diff] [blame] | 40 | #include "hda_beep.h" |
Takashi Iwai | 1835a0f | 2011-10-27 22:12:46 +0200 | [diff] [blame] | 41 | #include "hda_jack.h" |
Takashi Iwai | 36c9db7 | 2013-01-17 17:07:59 +0100 | [diff] [blame] | 42 | #include "hda_generic.h" |
Matt | 2f2f425 | 2005-04-13 14:45:30 +0200 | [diff] [blame] | 43 | |
Takashi Iwai | c6e4c66 | 2008-11-25 11:58:19 +0100 | [diff] [blame] | 44 | enum { |
Takashi Iwai | 36c9db7 | 2013-01-17 17:07:59 +0100 | [diff] [blame] | 45 | STAC_VREF_EVENT = 8, |
Takashi Iwai | c6e4c66 | 2008-11-25 11:58:19 +0100 | [diff] [blame] | 46 | STAC_PWR_EVENT, |
Takashi Iwai | c6e4c66 | 2008-11-25 11:58:19 +0100 | [diff] [blame] | 47 | }; |
Matt | 4e55096 | 2005-07-04 17:51:39 +0200 | [diff] [blame] | 48 | |
Takashi Iwai | f5fcc13 | 2006-11-24 17:07:44 +0100 | [diff] [blame] | 49 | enum { |
| 50 | STAC_REF, |
Tobin Davis | bf27778 | 2008-02-03 20:31:47 +0100 | [diff] [blame] | 51 | STAC_9200_OQO, |
Takashi Iwai | dfe495d | 2007-08-23 19:04:28 +0200 | [diff] [blame] | 52 | STAC_9200_DELL_D21, |
| 53 | STAC_9200_DELL_D22, |
| 54 | STAC_9200_DELL_D23, |
| 55 | STAC_9200_DELL_M21, |
| 56 | STAC_9200_DELL_M22, |
| 57 | STAC_9200_DELL_M23, |
| 58 | STAC_9200_DELL_M24, |
| 59 | STAC_9200_DELL_M25, |
| 60 | STAC_9200_DELL_M26, |
| 61 | STAC_9200_DELL_M27, |
Mauro Carvalho Chehab | 58eec42 | 2008-08-11 10:18:39 +0200 | [diff] [blame] | 62 | STAC_9200_M4, |
| 63 | STAC_9200_M4_2, |
Takashi Iwai | 117f257 | 2008-03-18 09:53:23 +0100 | [diff] [blame] | 64 | STAC_9200_PANASONIC, |
Takashi Iwai | d39a3ae | 2013-01-14 14:06:26 +0100 | [diff] [blame] | 65 | STAC_9200_EAPD_INIT, |
Takashi Iwai | f5fcc13 | 2006-11-24 17:07:44 +0100 | [diff] [blame] | 66 | STAC_9200_MODELS |
| 67 | }; |
| 68 | |
| 69 | enum { |
| 70 | STAC_9205_REF, |
Takashi Iwai | dfe495d | 2007-08-23 19:04:28 +0200 | [diff] [blame] | 71 | STAC_9205_DELL_M42, |
Tobin Davis | ae0a8ed | 2007-08-13 15:50:29 +0200 | [diff] [blame] | 72 | STAC_9205_DELL_M43, |
| 73 | STAC_9205_DELL_M44, |
Takashi Iwai | d9a4268 | 2009-01-22 17:40:18 +0100 | [diff] [blame] | 74 | STAC_9205_EAPD, |
Takashi Iwai | f5fcc13 | 2006-11-24 17:07:44 +0100 | [diff] [blame] | 75 | STAC_9205_MODELS |
| 76 | }; |
| 77 | |
| 78 | enum { |
Takashi Iwai | 9e43f0d | 2008-12-17 14:51:01 +0100 | [diff] [blame] | 79 | STAC_92HD73XX_NO_JD, /* no jack-detection */ |
Matthew Ranostay | e1f0d66 | 2007-12-13 17:47:21 +0100 | [diff] [blame] | 80 | STAC_92HD73XX_REF, |
Wu Fengguang | ae70944 | 2009-08-19 17:05:11 +0800 | [diff] [blame] | 81 | STAC_92HD73XX_INTEL, |
Takashi Iwai | 661cd8f | 2008-11-25 15:18:29 +0100 | [diff] [blame] | 82 | STAC_DELL_M6_AMIC, |
| 83 | STAC_DELL_M6_DMIC, |
| 84 | STAC_DELL_M6_BOTH, |
Matthew Ranostay | 6b3ab21 | 2008-11-03 08:12:43 -0500 | [diff] [blame] | 85 | STAC_DELL_EQ, |
Takashi Iwai | 842ae63 | 2009-09-02 07:43:08 +0200 | [diff] [blame] | 86 | STAC_ALIENWARE_M17X, |
Matthew Ranostay | e1f0d66 | 2007-12-13 17:47:21 +0100 | [diff] [blame] | 87 | STAC_92HD73XX_MODELS |
| 88 | }; |
| 89 | |
| 90 | enum { |
Matthew Ranostay | d0513fc | 2008-07-27 10:30:30 +0200 | [diff] [blame] | 91 | STAC_92HD83XXX_REF, |
Matthew Ranostay | 32ed3f4 | 2009-01-22 20:53:29 -0500 | [diff] [blame] | 92 | STAC_92HD83XXX_PWR_REF, |
Matthew Ranostay | 8bb0ac5 | 2009-02-12 16:50:01 -0500 | [diff] [blame] | 93 | STAC_DELL_S14, |
Julian Wollrath | f7f9bdf | 2011-11-09 10:02:40 +0100 | [diff] [blame] | 94 | STAC_DELL_VOSTRO_3500, |
Vitaliy Kulikov | 0c27c18 | 2011-07-22 17:50:37 -0500 | [diff] [blame] | 95 | STAC_92HD83XXX_HP_cNB11_INTQUAD, |
Steven Eastland | 4831559 | 2010-08-06 15:07:35 -0600 | [diff] [blame] | 96 | STAC_HP_DV7_4000, |
Vitaliy Kulikov | 5556e14 | 2012-02-27 16:47:37 -0600 | [diff] [blame] | 97 | STAC_HP_ZEPHYR, |
Takashi Iwai | a3e1997 | 2012-07-26 08:17:20 +0200 | [diff] [blame] | 98 | STAC_92HD83XXX_HP_LED, |
Takashi Iwai | ff8a1e2 | 2012-07-31 10:16:59 +0200 | [diff] [blame] | 99 | STAC_92HD83XXX_HP_INV_LED, |
Takashi Iwai | 62cbde1 | 2012-09-14 11:58:54 +0200 | [diff] [blame] | 100 | STAC_92HD83XXX_HP_MIC_LED, |
David Henningsson | 8d032a8 | 2012-10-09 12:48:40 +0200 | [diff] [blame] | 101 | STAC_92HD83XXX_HEADSET_JACK, |
Takashi Iwai | 372f8c7 | 2013-01-14 18:06:34 +0100 | [diff] [blame] | 102 | STAC_92HD83XXX_HP, |
Matthew Ranostay | d0513fc | 2008-07-27 10:30:30 +0200 | [diff] [blame] | 103 | STAC_92HD83XXX_MODELS |
| 104 | }; |
| 105 | |
| 106 | enum { |
Matthew Ranostay | e035b84 | 2007-11-06 11:53:55 +0100 | [diff] [blame] | 107 | STAC_92HD71BXX_REF, |
Matthew Ranostay | a766264 | 2008-02-21 07:51:14 +0100 | [diff] [blame] | 108 | STAC_DELL_M4_1, |
| 109 | STAC_DELL_M4_2, |
Matthew Ranostay | 3a7abfd | 2008-11-20 21:21:43 -0500 | [diff] [blame] | 110 | STAC_DELL_M4_3, |
Matthew Ranostay | 6a14f58 | 2008-09-12 12:02:30 -0400 | [diff] [blame] | 111 | STAC_HP_M4, |
Takashi Iwai | 2a6ce6e | 2010-05-12 10:16:20 +0200 | [diff] [blame] | 112 | STAC_HP_DV4, |
Takashi Iwai | 1b0652e | 2009-01-14 08:27:35 +0100 | [diff] [blame] | 113 | STAC_HP_DV5, |
Christoph Plattner | ae6241f | 2009-03-08 23:19:05 +0100 | [diff] [blame] | 114 | STAC_HP_HDX, |
Takashi Iwai | 0f6fcb7 | 2013-01-14 17:05:25 +0100 | [diff] [blame] | 115 | STAC_92HD71BXX_HP, |
| 116 | STAC_92HD71BXX_NO_DMIC, |
| 117 | STAC_92HD71BXX_NO_SMUX, |
Matthew Ranostay | e035b84 | 2007-11-06 11:53:55 +0100 | [diff] [blame] | 118 | STAC_92HD71BXX_MODELS |
| 119 | }; |
| 120 | |
| 121 | enum { |
Tobin Davis | 8e21c34 | 2007-01-08 11:04:17 +0100 | [diff] [blame] | 122 | STAC_925x_REF, |
Mauro Carvalho Chehab | 9cb36c2 | 2008-08-11 10:18:39 +0200 | [diff] [blame] | 123 | STAC_M1, |
| 124 | STAC_M1_2, |
| 125 | STAC_M2, |
Tobin Davis | 8e21c34 | 2007-01-08 11:04:17 +0100 | [diff] [blame] | 126 | STAC_M2_2, |
Mauro Carvalho Chehab | 9cb36c2 | 2008-08-11 10:18:39 +0200 | [diff] [blame] | 127 | STAC_M3, |
| 128 | STAC_M5, |
| 129 | STAC_M6, |
Tobin Davis | 8e21c34 | 2007-01-08 11:04:17 +0100 | [diff] [blame] | 130 | STAC_925x_MODELS |
| 131 | }; |
| 132 | |
| 133 | enum { |
Takashi Iwai | f5fcc13 | 2006-11-24 17:07:44 +0100 | [diff] [blame] | 134 | STAC_D945_REF, |
| 135 | STAC_D945GTP3, |
| 136 | STAC_D945GTP5, |
Ivan N. Zlatev | 5d5d3bc | 2007-05-29 16:03:00 +0200 | [diff] [blame] | 137 | STAC_INTEL_MAC_V1, |
| 138 | STAC_INTEL_MAC_V2, |
| 139 | STAC_INTEL_MAC_V3, |
| 140 | STAC_INTEL_MAC_V4, |
| 141 | STAC_INTEL_MAC_V5, |
Takashi Iwai | 0a42784 | 2013-01-14 15:20:13 +0100 | [diff] [blame] | 142 | STAC_INTEL_MAC_AUTO, |
Mauro Carvalho Chehab | 8c65008 | 2008-08-04 10:39:59 -0300 | [diff] [blame] | 143 | STAC_ECS_202, |
Takashi Iwai | dfe495d | 2007-08-23 19:04:28 +0200 | [diff] [blame] | 144 | STAC_922X_DELL_D81, |
| 145 | STAC_922X_DELL_D82, |
| 146 | STAC_922X_DELL_M81, |
| 147 | STAC_922X_DELL_M82, |
Takashi Iwai | 0a42784 | 2013-01-14 15:20:13 +0100 | [diff] [blame] | 148 | STAC_922X_INTEL_MAC_GPIO, |
Takashi Iwai | f5fcc13 | 2006-11-24 17:07:44 +0100 | [diff] [blame] | 149 | STAC_922X_MODELS |
| 150 | }; |
| 151 | |
| 152 | enum { |
Takashi Iwai | e28d832 | 2008-12-17 13:48:29 +0100 | [diff] [blame] | 153 | STAC_D965_REF_NO_JD, /* no jack-detection */ |
Takashi Iwai | f5fcc13 | 2006-11-24 17:07:44 +0100 | [diff] [blame] | 154 | STAC_D965_REF, |
| 155 | STAC_D965_3ST, |
| 156 | STAC_D965_5ST, |
Takashi Iwai | 679d92e | 2009-05-24 19:00:08 +0200 | [diff] [blame] | 157 | STAC_D965_5ST_NO_FP, |
Takashi Iwai | 29ac836 | 2013-01-14 16:03:38 +0100 | [diff] [blame] | 158 | STAC_D965_VERBS, |
Tobin Davis | 4ff076e | 2007-08-07 11:48:12 +0200 | [diff] [blame] | 159 | STAC_DELL_3ST, |
Matthew Ranostay | 8e9068b | 2007-12-17 11:58:13 +0100 | [diff] [blame] | 160 | STAC_DELL_BIOS, |
Takashi Iwai | 29ac836 | 2013-01-14 16:03:38 +0100 | [diff] [blame] | 161 | STAC_DELL_BIOS_SPDIF, |
| 162 | STAC_927X_DELL_DMIC, |
Takashi Iwai | 5493053 | 2009-10-11 17:38:29 +0200 | [diff] [blame] | 163 | STAC_927X_VOLKNOB, |
Takashi Iwai | f5fcc13 | 2006-11-24 17:07:44 +0100 | [diff] [blame] | 164 | STAC_927X_MODELS |
| 165 | }; |
Matt Porter | 403d194 | 2005-11-29 15:00:51 +0100 | [diff] [blame] | 166 | |
Takashi Iwai | 307282c | 2009-03-12 18:17:58 +0100 | [diff] [blame] | 167 | enum { |
Takashi Iwai | 307282c | 2009-03-12 18:17:58 +0100 | [diff] [blame] | 168 | STAC_9872_VAIO, |
| 169 | STAC_9872_MODELS |
| 170 | }; |
| 171 | |
Matt | 2f2f425 | 2005-04-13 14:45:30 +0200 | [diff] [blame] | 172 | struct sigmatel_spec { |
Takashi Iwai | 36c9db7 | 2013-01-17 17:07:59 +0100 | [diff] [blame] | 173 | struct hda_gen_spec gen; |
Matt | c7d4b2f | 2005-06-27 14:59:41 +0200 | [diff] [blame] | 174 | |
Matthew Ranostay | c0cea0d | 2008-11-16 11:42:34 -0500 | [diff] [blame] | 175 | unsigned int eapd_switch: 1; |
Daniel J Blueman | 1b0e372 | 2010-08-03 11:09:13 +0100 | [diff] [blame] | 176 | unsigned int linear_tone_beep:1; |
David Henningsson | 8d032a8 | 2012-10-09 12:48:40 +0200 | [diff] [blame] | 177 | unsigned int headset_jack:1; /* 4-pin headset jack (hp + mono mic) */ |
Takashi Iwai | 29ac836 | 2013-01-14 16:03:38 +0100 | [diff] [blame] | 178 | unsigned int volknob_init:1; /* special volume-knob initialization */ |
Takashi Iwai | 36c9db7 | 2013-01-17 17:07:59 +0100 | [diff] [blame] | 179 | unsigned int powerdown_adcs:1; |
Matt | c7d4b2f | 2005-06-27 14:59:41 +0200 | [diff] [blame] | 180 | |
Matthew Ranostay | 4fe5195c | 2008-01-29 15:28:44 +0100 | [diff] [blame] | 181 | /* gpio lines */ |
Matthew Ranostay | 0fc9dec | 2008-04-14 13:32:54 +0200 | [diff] [blame] | 182 | unsigned int eapd_mask; |
Matthew Ranostay | 4fe5195c | 2008-01-29 15:28:44 +0100 | [diff] [blame] | 183 | unsigned int gpio_mask; |
| 184 | unsigned int gpio_dir; |
| 185 | unsigned int gpio_data; |
| 186 | unsigned int gpio_mute; |
Takashi Iwai | 86d190e | 2009-05-26 15:18:58 +0200 | [diff] [blame] | 187 | unsigned int gpio_led; |
Vitaliy Kulikov | c357aab | 2009-12-11 07:51:54 +0100 | [diff] [blame] | 188 | unsigned int gpio_led_polarity; |
Takashi Iwai | f1a7374 | 2011-12-04 13:44:06 +0100 | [diff] [blame] | 189 | unsigned int vref_mute_led_nid; /* pin NID for mute-LED vref control */ |
Vitaliy Kulikov | 45eebda | 2011-07-26 16:56:20 -0500 | [diff] [blame] | 190 | unsigned int vref_led; |
Takashi Iwai | 372f8c7 | 2013-01-14 18:06:34 +0100 | [diff] [blame] | 191 | int default_polarity; |
Matthew Ranostay | 4fe5195c | 2008-01-29 15:28:44 +0100 | [diff] [blame] | 192 | |
Takashi Iwai | 62cbde1 | 2012-09-14 11:58:54 +0200 | [diff] [blame] | 193 | unsigned int mic_mute_led_gpio; /* capture mute LED GPIO */ |
| 194 | bool mic_mute_led_on; /* current mic mute state */ |
| 195 | |
Matthew Ranostay | 8daaaa9 | 2008-08-15 07:45:52 +0200 | [diff] [blame] | 196 | /* stream */ |
| 197 | unsigned int stream_delay; |
| 198 | |
Matthew Ranostay | 4fe5195c | 2008-01-29 15:28:44 +0100 | [diff] [blame] | 199 | /* analog loopback */ |
Takashi Iwai | 2b63536 | 2011-05-02 12:33:43 +0200 | [diff] [blame] | 200 | const struct snd_kcontrol_new *aloopback_ctl; |
Takashi Iwai | 36c9db7 | 2013-01-17 17:07:59 +0100 | [diff] [blame] | 201 | unsigned int aloopback; |
Matthew Ranostay | e1f0d66 | 2007-12-13 17:47:21 +0100 | [diff] [blame] | 202 | unsigned char aloopback_mask; |
| 203 | unsigned char aloopback_shift; |
Takashi Iwai | 8259980 | 2007-07-31 15:56:24 +0200 | [diff] [blame] | 204 | |
Matthew Ranostay | a64135a | 2008-01-10 16:55:06 +0100 | [diff] [blame] | 205 | /* power management */ |
Takashi Iwai | c882246 | 2012-05-15 09:11:36 +0200 | [diff] [blame] | 206 | unsigned int power_map_bits; |
Matthew Ranostay | a64135a | 2008-01-10 16:55:06 +0100 | [diff] [blame] | 207 | unsigned int num_pwrs; |
Takashi Iwai | 2b63536 | 2011-05-02 12:33:43 +0200 | [diff] [blame] | 208 | const hda_nid_t *pwr_nids; |
Takashi Iwai | 36c9db7 | 2013-01-17 17:07:59 +0100 | [diff] [blame] | 209 | unsigned int active_adcs; |
Matthew Ranostay | a64135a | 2008-01-10 16:55:06 +0100 | [diff] [blame] | 210 | |
Takashi Iwai | 36c9db7 | 2013-01-17 17:07:59 +0100 | [diff] [blame] | 211 | /* beep widgets */ |
Matthew Ranostay | 1cd2224 | 2008-07-18 18:20:52 +0200 | [diff] [blame] | 212 | hda_nid_t anabeep_nid; |
| 213 | hda_nid_t digbeep_nid; |
Matt | 2f2f425 | 2005-04-13 14:45:30 +0200 | [diff] [blame] | 214 | }; |
| 215 | |
Takashi Iwai | c882246 | 2012-05-15 09:11:36 +0200 | [diff] [blame] | 216 | #define AC_VERB_IDT_SET_POWER_MAP 0x7ec |
| 217 | #define AC_VERB_IDT_GET_POWER_MAP 0xfec |
| 218 | |
Takashi Iwai | 2b63536 | 2011-05-02 12:33:43 +0200 | [diff] [blame] | 219 | static const hda_nid_t stac92hd73xx_pwr_nids[8] = { |
Matthew Ranostay | a64135a | 2008-01-10 16:55:06 +0100 | [diff] [blame] | 220 | 0x0a, 0x0b, 0x0c, 0xd, 0x0e, |
| 221 | 0x0f, 0x10, 0x11 |
| 222 | }; |
| 223 | |
Charles Chin | afef2cf | 2011-11-11 08:05:28 +0100 | [diff] [blame] | 224 | static const hda_nid_t stac92hd83xxx_pwr_nids[7] = { |
| 225 | 0x0a, 0x0b, 0x0c, 0xd, 0x0e, |
| 226 | 0x0f, 0x10 |
Matthew Ranostay | d0513fc | 2008-07-27 10:30:30 +0200 | [diff] [blame] | 227 | }; |
| 228 | |
Takashi Iwai | 2b63536 | 2011-05-02 12:33:43 +0200 | [diff] [blame] | 229 | static const hda_nid_t stac92hd71bxx_pwr_nids[3] = { |
Matthew Ranostay | a64135a | 2008-01-10 16:55:06 +0100 | [diff] [blame] | 230 | 0x0a, 0x0d, 0x0f |
| 231 | }; |
| 232 | |
Matthew Ranostay | e035b84 | 2007-11-06 11:53:55 +0100 | [diff] [blame] | 233 | |
Takashi Iwai | 36c9db7 | 2013-01-17 17:07:59 +0100 | [diff] [blame] | 234 | /* |
| 235 | * PCM hooks |
| 236 | */ |
| 237 | static void stac_playback_pcm_hook(struct hda_pcm_stream *hinfo, |
| 238 | struct hda_codec *codec, |
| 239 | struct snd_pcm_substream *substream, |
| 240 | int action) |
Matt Porter | 8b65727 | 2006-10-26 17:12:59 +0200 | [diff] [blame] | 241 | { |
Matt Porter | 8b65727 | 2006-10-26 17:12:59 +0200 | [diff] [blame] | 242 | struct sigmatel_spec *spec = codec->spec; |
Takashi Iwai | 36c9db7 | 2013-01-17 17:07:59 +0100 | [diff] [blame] | 243 | if (action == HDA_GEN_PCM_ACT_OPEN && spec->stream_delay) |
| 244 | msleep(spec->stream_delay); |
Matt Porter | 8b65727 | 2006-10-26 17:12:59 +0200 | [diff] [blame] | 245 | } |
| 246 | |
Takashi Iwai | 36c9db7 | 2013-01-17 17:07:59 +0100 | [diff] [blame] | 247 | static void stac_capture_pcm_hook(struct hda_pcm_stream *hinfo, |
| 248 | struct hda_codec *codec, |
| 249 | struct snd_pcm_substream *substream, |
| 250 | int action) |
Matt Porter | 8b65727 | 2006-10-26 17:12:59 +0200 | [diff] [blame] | 251 | { |
Matt Porter | 8b65727 | 2006-10-26 17:12:59 +0200 | [diff] [blame] | 252 | struct sigmatel_spec *spec = codec->spec; |
Takashi Iwai | 36c9db7 | 2013-01-17 17:07:59 +0100 | [diff] [blame] | 253 | int i, idx = 0; |
Matt Porter | 8b65727 | 2006-10-26 17:12:59 +0200 | [diff] [blame] | 254 | |
Takashi Iwai | 36c9db7 | 2013-01-17 17:07:59 +0100 | [diff] [blame] | 255 | if (!spec->powerdown_adcs) |
| 256 | return; |
Matt Porter | 8b65727 | 2006-10-26 17:12:59 +0200 | [diff] [blame] | 257 | |
Takashi Iwai | 36c9db7 | 2013-01-17 17:07:59 +0100 | [diff] [blame] | 258 | for (i = 0; i < spec->gen.num_all_adcs; i++) { |
| 259 | if (spec->gen.all_adcs[i] == hinfo->nid) { |
| 260 | idx = i; |
| 261 | break; |
| 262 | } |
Matthew Ranostay | 00ef50c | 2008-09-27 18:13:47 -0400 | [diff] [blame] | 263 | } |
Takashi Iwai | 36c9db7 | 2013-01-17 17:07:59 +0100 | [diff] [blame] | 264 | |
| 265 | switch (action) { |
| 266 | case HDA_GEN_PCM_ACT_OPEN: |
| 267 | msleep(40); |
| 268 | snd_hda_codec_write(codec, hinfo->nid, 0, |
| 269 | AC_VERB_SET_POWER_STATE, AC_PWRST_D0); |
| 270 | spec->active_adcs |= (1 << idx); |
| 271 | break; |
| 272 | case HDA_GEN_PCM_ACT_CLOSE: |
| 273 | snd_hda_codec_write(codec, hinfo->nid, 0, |
| 274 | AC_VERB_SET_POWER_STATE, AC_PWRST_D3); |
| 275 | spec->active_adcs &= ~(1 << idx); |
| 276 | break; |
| 277 | } |
| 278 | } |
| 279 | |
| 280 | /* |
| 281 | * Early 2006 Intel Macintoshes with STAC9220X5 codecs seem to have a |
| 282 | * funky external mute control using GPIO pins. |
| 283 | */ |
| 284 | |
| 285 | static void stac_gpio_set(struct hda_codec *codec, unsigned int mask, |
| 286 | unsigned int dir_mask, unsigned int data) |
| 287 | { |
| 288 | unsigned int gpiostate, gpiomask, gpiodir; |
| 289 | |
| 290 | snd_printdd("%s msk %x dir %x gpio %x\n", __func__, mask, dir_mask, data); |
| 291 | |
| 292 | gpiostate = snd_hda_codec_read(codec, codec->afg, 0, |
| 293 | AC_VERB_GET_GPIO_DATA, 0); |
| 294 | gpiostate = (gpiostate & ~dir_mask) | (data & dir_mask); |
| 295 | |
| 296 | gpiomask = snd_hda_codec_read(codec, codec->afg, 0, |
| 297 | AC_VERB_GET_GPIO_MASK, 0); |
| 298 | gpiomask |= mask; |
| 299 | |
| 300 | gpiodir = snd_hda_codec_read(codec, codec->afg, 0, |
| 301 | AC_VERB_GET_GPIO_DIRECTION, 0); |
| 302 | gpiodir |= dir_mask; |
| 303 | |
| 304 | /* Configure GPIOx as CMOS */ |
| 305 | snd_hda_codec_write(codec, codec->afg, 0, 0x7e7, 0); |
| 306 | |
| 307 | snd_hda_codec_write(codec, codec->afg, 0, |
| 308 | AC_VERB_SET_GPIO_MASK, gpiomask); |
| 309 | snd_hda_codec_read(codec, codec->afg, 0, |
| 310 | AC_VERB_SET_GPIO_DIRECTION, gpiodir); /* sync */ |
| 311 | |
| 312 | msleep(1); |
| 313 | |
| 314 | snd_hda_codec_read(codec, codec->afg, 0, |
| 315 | AC_VERB_SET_GPIO_DATA, gpiostate); /* sync */ |
| 316 | } |
| 317 | |
| 318 | /* hook for controlling mic-mute LED GPIO */ |
| 319 | static void stac_capture_led_hook(struct hda_codec *codec, bool enable) |
| 320 | { |
| 321 | struct sigmatel_spec *spec = codec->spec; |
| 322 | bool mute = !enable; |
| 323 | |
| 324 | if (spec->mic_mute_led_on != mute) { |
| 325 | spec->mic_mute_led_on = mute; |
| 326 | if (mute) |
| 327 | spec->gpio_data |= spec->mic_mute_led_gpio; |
| 328 | else |
| 329 | spec->gpio_data &= ~spec->mic_mute_led_gpio; |
| 330 | stac_gpio_set(codec, spec->gpio_mask, |
| 331 | spec->gpio_dir, spec->gpio_data); |
| 332 | } |
Matthew Ranostay | d973775 | 2008-09-07 12:03:41 +0200 | [diff] [blame] | 333 | } |
| 334 | |
Vitaliy Kulikov | 45eebda | 2011-07-26 16:56:20 -0500 | [diff] [blame] | 335 | static int stac_vrefout_set(struct hda_codec *codec, |
| 336 | hda_nid_t nid, unsigned int new_vref) |
| 337 | { |
| 338 | int error, pinctl; |
| 339 | |
| 340 | snd_printdd("%s, nid %x ctl %x\n", __func__, nid, new_vref); |
| 341 | pinctl = snd_hda_codec_read(codec, nid, 0, |
| 342 | AC_VERB_GET_PIN_WIDGET_CONTROL, 0); |
| 343 | |
| 344 | if (pinctl < 0) |
| 345 | return pinctl; |
| 346 | |
| 347 | pinctl &= 0xff; |
| 348 | pinctl &= ~AC_PINCTL_VREFEN; |
| 349 | pinctl |= (new_vref & AC_PINCTL_VREFEN); |
| 350 | |
Takashi Iwai | cdd03ce | 2012-04-20 12:34:50 +0200 | [diff] [blame] | 351 | error = snd_hda_set_pin_ctl_cache(codec, nid, pinctl); |
Vitaliy Kulikov | 45eebda | 2011-07-26 16:56:20 -0500 | [diff] [blame] | 352 | if (error < 0) |
| 353 | return error; |
| 354 | |
| 355 | return 1; |
| 356 | } |
| 357 | |
Takashi Iwai | 36c9db7 | 2013-01-17 17:07:59 +0100 | [diff] [blame] | 358 | /* update mute-LED accoring to the master switch */ |
| 359 | static void stac_update_led_status(struct hda_codec *codec, int enabled) |
Nickolas Lloyd | 2fc9989 | 2009-05-15 15:33:30 +0200 | [diff] [blame] | 360 | { |
Matt | 2f2f425 | 2005-04-13 14:45:30 +0200 | [diff] [blame] | 361 | struct sigmatel_spec *spec = codec->spec; |
Takashi Iwai | 36c9db7 | 2013-01-17 17:07:59 +0100 | [diff] [blame] | 362 | int muted = !enabled; |
Matt | 2f2f425 | 2005-04-13 14:45:30 +0200 | [diff] [blame] | 363 | |
Takashi Iwai | 36c9db7 | 2013-01-17 17:07:59 +0100 | [diff] [blame] | 364 | if (!spec->gpio_led) |
| 365 | return; |
Matt | 2f2f425 | 2005-04-13 14:45:30 +0200 | [diff] [blame] | 366 | |
Takashi Iwai | 36c9db7 | 2013-01-17 17:07:59 +0100 | [diff] [blame] | 367 | /* LED state is inverted on these systems */ |
| 368 | if (spec->gpio_led_polarity) |
| 369 | muted = !muted; |
Matt | 2f2f425 | 2005-04-13 14:45:30 +0200 | [diff] [blame] | 370 | |
Takashi Iwai | 36c9db7 | 2013-01-17 17:07:59 +0100 | [diff] [blame] | 371 | if (!spec->vref_mute_led_nid) { |
| 372 | if (muted) |
| 373 | spec->gpio_data |= spec->gpio_led; |
| 374 | else |
| 375 | spec->gpio_data &= ~spec->gpio_led; |
| 376 | stac_gpio_set(codec, spec->gpio_mask, |
| 377 | spec->gpio_dir, spec->gpio_data); |
Takashi Iwai | 5207e10 | 2009-07-30 13:09:08 +0200 | [diff] [blame] | 378 | } else { |
Takashi Iwai | 36c9db7 | 2013-01-17 17:07:59 +0100 | [diff] [blame] | 379 | spec->vref_led = muted ? AC_PINCTL_VREF_50 : AC_PINCTL_VREF_GRD; |
| 380 | stac_vrefout_set(codec, spec->vref_mute_led_nid, |
| 381 | spec->vref_led); |
Takashi Iwai | 5207e10 | 2009-07-30 13:09:08 +0200 | [diff] [blame] | 382 | } |
Matt | 2f2f425 | 2005-04-13 14:45:30 +0200 | [diff] [blame] | 383 | } |
| 384 | |
Takashi Iwai | 36c9db7 | 2013-01-17 17:07:59 +0100 | [diff] [blame] | 385 | /* vmaster hook to update mute LED */ |
| 386 | static void stac_vmaster_hook(void *private_data, int val) |
Matthew Ranostay | b22b482 | 2008-01-22 12:32:30 +0100 | [diff] [blame] | 387 | { |
Takashi Iwai | 36c9db7 | 2013-01-17 17:07:59 +0100 | [diff] [blame] | 388 | stac_update_led_status(private_data, val); |
Matthew Ranostay | b22b482 | 2008-01-22 12:32:30 +0100 | [diff] [blame] | 389 | } |
| 390 | |
Takashi Iwai | 36c9db7 | 2013-01-17 17:07:59 +0100 | [diff] [blame] | 391 | /* automute hook to handle GPIO mute and EAPD updates */ |
| 392 | static void stac_update_outputs(struct hda_codec *codec) |
Matthew Ranostay | b22b482 | 2008-01-22 12:32:30 +0100 | [diff] [blame] | 393 | { |
Matthew Ranostay | b22b482 | 2008-01-22 12:32:30 +0100 | [diff] [blame] | 394 | struct sigmatel_spec *spec = codec->spec; |
| 395 | |
Takashi Iwai | 36c9db7 | 2013-01-17 17:07:59 +0100 | [diff] [blame] | 396 | if (spec->gpio_mute) |
| 397 | spec->gen.master_mute = |
| 398 | !(snd_hda_codec_read(codec, codec->afg, 0, |
| 399 | AC_VERB_GET_GPIO_DATA, 0) & spec->gpio_mute); |
| 400 | |
| 401 | snd_hda_gen_update_outputs(codec); |
| 402 | |
| 403 | if (spec->eapd_mask && spec->eapd_switch) { |
| 404 | unsigned int val = spec->gpio_data; |
| 405 | if (spec->gen.speaker_muted) |
| 406 | val &= ~spec->eapd_mask; |
| 407 | else |
| 408 | val |= spec->eapd_mask; |
| 409 | if (spec->gpio_data != val) |
| 410 | stac_gpio_set(codec, spec->gpio_mask, spec->gpio_dir, |
| 411 | val); |
| 412 | } |
Matthew Ranostay | b22b482 | 2008-01-22 12:32:30 +0100 | [diff] [blame] | 413 | } |
| 414 | |
Takashi Iwai | 36c9db7 | 2013-01-17 17:07:59 +0100 | [diff] [blame] | 415 | static void stac_toggle_power_map(struct hda_codec *codec, hda_nid_t nid, |
| 416 | bool enable, bool do_write) |
Matthew Ranostay | b22b482 | 2008-01-22 12:32:30 +0100 | [diff] [blame] | 417 | { |
Matthew Ranostay | b22b482 | 2008-01-22 12:32:30 +0100 | [diff] [blame] | 418 | struct sigmatel_spec *spec = codec->spec; |
Takashi Iwai | 36c9db7 | 2013-01-17 17:07:59 +0100 | [diff] [blame] | 419 | unsigned int idx, val; |
Matthew Ranostay | b22b482 | 2008-01-22 12:32:30 +0100 | [diff] [blame] | 420 | |
Takashi Iwai | 36c9db7 | 2013-01-17 17:07:59 +0100 | [diff] [blame] | 421 | for (idx = 0; idx < spec->num_pwrs; idx++) { |
| 422 | if (spec->pwr_nids[idx] == nid) |
| 423 | break; |
| 424 | } |
| 425 | if (idx >= spec->num_pwrs) |
| 426 | return; |
| 427 | |
| 428 | idx = 1 << idx; |
| 429 | |
| 430 | val = spec->power_map_bits; |
| 431 | if (enable) |
| 432 | val &= ~idx; |
| 433 | else |
| 434 | val |= idx; |
| 435 | |
| 436 | /* power down unused output ports */ |
| 437 | if (val != spec->power_map_bits) { |
| 438 | spec->power_map_bits = val; |
| 439 | if (do_write) |
| 440 | snd_hda_codec_write(codec, codec->afg, 0, |
| 441 | AC_VERB_IDT_SET_POWER_MAP, val); |
| 442 | } |
Matthew Ranostay | b22b482 | 2008-01-22 12:32:30 +0100 | [diff] [blame] | 443 | } |
| 444 | |
Takashi Iwai | 36c9db7 | 2013-01-17 17:07:59 +0100 | [diff] [blame] | 445 | /* update power bit per jack plug/unplug */ |
| 446 | static void jack_update_power(struct hda_codec *codec, |
| 447 | struct hda_jack_tbl *jack) |
| 448 | { |
| 449 | struct sigmatel_spec *spec = codec->spec; |
| 450 | int i; |
Maxim Levitsky | 5f10c4a | 2007-09-03 15:29:37 +0200 | [diff] [blame] | 451 | |
Takashi Iwai | 36c9db7 | 2013-01-17 17:07:59 +0100 | [diff] [blame] | 452 | if (!spec->num_pwrs) |
| 453 | return; |
| 454 | |
| 455 | if (jack && jack->nid) { |
| 456 | stac_toggle_power_map(codec, jack->nid, |
| 457 | snd_hda_jack_detect(codec, jack->nid), |
| 458 | true); |
| 459 | return; |
| 460 | } |
| 461 | |
| 462 | /* update all jacks */ |
| 463 | for (i = 0; i < spec->num_pwrs; i++) { |
| 464 | hda_nid_t nid = spec->pwr_nids[i]; |
| 465 | jack = snd_hda_jack_tbl_get(codec, nid); |
| 466 | if (!jack || !jack->action) |
| 467 | continue; |
| 468 | if (jack->action == STAC_PWR_EVENT || |
| 469 | jack->action <= HDA_GEN_LAST_EVENT) |
| 470 | stac_toggle_power_map(codec, nid, |
| 471 | snd_hda_jack_detect(codec, nid), |
| 472 | false); |
| 473 | } |
| 474 | |
| 475 | snd_hda_codec_write(codec, codec->afg, 0, AC_VERB_IDT_SET_POWER_MAP, |
| 476 | spec->power_map_bits); |
| 477 | } |
| 478 | |
| 479 | static void stac_hp_automute(struct hda_codec *codec, |
| 480 | struct hda_jack_tbl *jack) |
| 481 | { |
| 482 | snd_hda_gen_hp_automute(codec, jack); |
| 483 | jack_update_power(codec, jack); |
| 484 | } |
| 485 | |
| 486 | static void stac_line_automute(struct hda_codec *codec, |
| 487 | struct hda_jack_tbl *jack) |
| 488 | { |
| 489 | snd_hda_gen_line_automute(codec, jack); |
| 490 | jack_update_power(codec, jack); |
| 491 | } |
| 492 | |
| 493 | static void stac_vref_event(struct hda_codec *codec, struct hda_jack_tbl *event) |
| 494 | { |
| 495 | unsigned int data; |
| 496 | |
| 497 | data = snd_hda_codec_read(codec, codec->afg, 0, |
| 498 | AC_VERB_GET_GPIO_DATA, 0); |
| 499 | /* toggle VREF state based on GPIOx status */ |
| 500 | snd_hda_codec_write(codec, codec->afg, 0, 0x7e0, |
| 501 | !!(data & (1 << event->private_data))); |
| 502 | } |
| 503 | |
| 504 | /* initialize the power map and enable the power event to jacks that |
| 505 | * haven't been assigned to automute |
| 506 | */ |
| 507 | static void stac_init_power_map(struct hda_codec *codec) |
| 508 | { |
| 509 | struct sigmatel_spec *spec = codec->spec; |
| 510 | int i; |
| 511 | |
| 512 | for (i = 0; i < spec->num_pwrs; i++) { |
| 513 | hda_nid_t nid = spec->pwr_nids[i]; |
| 514 | unsigned int def_conf = snd_hda_codec_get_pincfg(codec, nid); |
| 515 | def_conf = get_defcfg_connect(def_conf); |
| 516 | if (snd_hda_jack_tbl_get(codec, nid)) |
| 517 | continue; |
| 518 | if (def_conf == AC_JACK_PORT_COMPLEX && |
| 519 | !(spec->vref_mute_led_nid == nid || |
| 520 | is_jack_detectable(codec, nid))) { |
| 521 | snd_hda_jack_detect_enable_callback(codec, nid, |
| 522 | STAC_PWR_EVENT, |
| 523 | jack_update_power); |
| 524 | } else { |
| 525 | if (def_conf == AC_JACK_PORT_NONE) |
| 526 | stac_toggle_power_map(codec, nid, false, false); |
| 527 | else |
| 528 | stac_toggle_power_map(codec, nid, true, false); |
| 529 | } |
| 530 | } |
| 531 | } |
| 532 | |
| 533 | /* |
| 534 | */ |
| 535 | |
| 536 | static inline bool get_int_hint(struct hda_codec *codec, const char *key, |
| 537 | int *valp) |
| 538 | { |
| 539 | return !snd_hda_get_int_hint(codec, key, valp); |
| 540 | } |
| 541 | |
| 542 | /* override some hints from the hwdep entry */ |
| 543 | static void stac_store_hints(struct hda_codec *codec) |
| 544 | { |
| 545 | struct sigmatel_spec *spec = codec->spec; |
| 546 | int val; |
| 547 | |
| 548 | if (get_int_hint(codec, "gpio_mask", &spec->gpio_mask)) { |
| 549 | spec->eapd_mask = spec->gpio_dir = spec->gpio_data = |
| 550 | spec->gpio_mask; |
| 551 | } |
| 552 | if (get_int_hint(codec, "gpio_dir", &spec->gpio_dir)) |
| 553 | spec->gpio_mask &= spec->gpio_mask; |
| 554 | if (get_int_hint(codec, "gpio_data", &spec->gpio_data)) |
| 555 | spec->gpio_dir &= spec->gpio_mask; |
| 556 | if (get_int_hint(codec, "eapd_mask", &spec->eapd_mask)) |
| 557 | spec->eapd_mask &= spec->gpio_mask; |
| 558 | if (get_int_hint(codec, "gpio_mute", &spec->gpio_mute)) |
| 559 | spec->gpio_mute &= spec->gpio_mask; |
| 560 | val = snd_hda_get_bool_hint(codec, "eapd_switch"); |
| 561 | if (val >= 0) |
| 562 | spec->eapd_switch = val; |
| 563 | } |
| 564 | |
| 565 | /* |
| 566 | * loopback controls |
| 567 | */ |
| 568 | |
| 569 | #define stac_aloopback_info snd_ctl_boolean_mono_info |
| 570 | |
| 571 | static int stac_aloopback_get(struct snd_kcontrol *kcontrol, |
| 572 | struct snd_ctl_elem_value *ucontrol) |
Maxim Levitsky | 5f10c4a | 2007-09-03 15:29:37 +0200 | [diff] [blame] | 573 | { |
| 574 | struct hda_codec *codec = snd_kcontrol_chip(kcontrol); |
Matthew Ranostay | e1f0d66 | 2007-12-13 17:47:21 +0100 | [diff] [blame] | 575 | unsigned int idx = snd_ctl_get_ioffidx(kcontrol, &ucontrol->id); |
Maxim Levitsky | 5f10c4a | 2007-09-03 15:29:37 +0200 | [diff] [blame] | 576 | struct sigmatel_spec *spec = codec->spec; |
| 577 | |
Matthew Ranostay | e1f0d66 | 2007-12-13 17:47:21 +0100 | [diff] [blame] | 578 | ucontrol->value.integer.value[0] = !!(spec->aloopback & |
| 579 | (spec->aloopback_mask << idx)); |
Maxim Levitsky | 5f10c4a | 2007-09-03 15:29:37 +0200 | [diff] [blame] | 580 | return 0; |
| 581 | } |
| 582 | |
Takashi Iwai | 36c9db7 | 2013-01-17 17:07:59 +0100 | [diff] [blame] | 583 | static int stac_aloopback_put(struct snd_kcontrol *kcontrol, |
| 584 | struct snd_ctl_elem_value *ucontrol) |
Maxim Levitsky | 5f10c4a | 2007-09-03 15:29:37 +0200 | [diff] [blame] | 585 | { |
| 586 | struct hda_codec *codec = snd_kcontrol_chip(kcontrol); |
| 587 | struct sigmatel_spec *spec = codec->spec; |
Matthew Ranostay | e1f0d66 | 2007-12-13 17:47:21 +0100 | [diff] [blame] | 588 | unsigned int idx = snd_ctl_get_ioffidx(kcontrol, &ucontrol->id); |
Maxim Levitsky | 5f10c4a | 2007-09-03 15:29:37 +0200 | [diff] [blame] | 589 | unsigned int dac_mode; |
Matthew Ranostay | e1f0d66 | 2007-12-13 17:47:21 +0100 | [diff] [blame] | 590 | unsigned int val, idx_val; |
Maxim Levitsky | 5f10c4a | 2007-09-03 15:29:37 +0200 | [diff] [blame] | 591 | |
Matthew Ranostay | e1f0d66 | 2007-12-13 17:47:21 +0100 | [diff] [blame] | 592 | idx_val = spec->aloopback_mask << idx; |
| 593 | if (ucontrol->value.integer.value[0]) |
| 594 | val = spec->aloopback | idx_val; |
| 595 | else |
| 596 | val = spec->aloopback & ~idx_val; |
Takashi Iwai | 68ea7b2 | 2007-11-15 15:54:38 +0100 | [diff] [blame] | 597 | if (spec->aloopback == val) |
Maxim Levitsky | 5f10c4a | 2007-09-03 15:29:37 +0200 | [diff] [blame] | 598 | return 0; |
| 599 | |
Takashi Iwai | 68ea7b2 | 2007-11-15 15:54:38 +0100 | [diff] [blame] | 600 | spec->aloopback = val; |
Maxim Levitsky | 5f10c4a | 2007-09-03 15:29:37 +0200 | [diff] [blame] | 601 | |
Matthew Ranostay | e1f0d66 | 2007-12-13 17:47:21 +0100 | [diff] [blame] | 602 | /* Only return the bits defined by the shift value of the |
| 603 | * first two bytes of the mask |
| 604 | */ |
Maxim Levitsky | 5f10c4a | 2007-09-03 15:29:37 +0200 | [diff] [blame] | 605 | dac_mode = snd_hda_codec_read(codec, codec->afg, 0, |
Matthew Ranostay | e1f0d66 | 2007-12-13 17:47:21 +0100 | [diff] [blame] | 606 | kcontrol->private_value & 0xFFFF, 0x0); |
| 607 | dac_mode >>= spec->aloopback_shift; |
Maxim Levitsky | 5f10c4a | 2007-09-03 15:29:37 +0200 | [diff] [blame] | 608 | |
Matthew Ranostay | e1f0d66 | 2007-12-13 17:47:21 +0100 | [diff] [blame] | 609 | if (spec->aloopback & idx_val) { |
Maxim Levitsky | 5f10c4a | 2007-09-03 15:29:37 +0200 | [diff] [blame] | 610 | snd_hda_power_up(codec); |
Matthew Ranostay | e1f0d66 | 2007-12-13 17:47:21 +0100 | [diff] [blame] | 611 | dac_mode |= idx_val; |
Maxim Levitsky | 5f10c4a | 2007-09-03 15:29:37 +0200 | [diff] [blame] | 612 | } else { |
| 613 | snd_hda_power_down(codec); |
Matthew Ranostay | e1f0d66 | 2007-12-13 17:47:21 +0100 | [diff] [blame] | 614 | dac_mode &= ~idx_val; |
Maxim Levitsky | 5f10c4a | 2007-09-03 15:29:37 +0200 | [diff] [blame] | 615 | } |
| 616 | |
| 617 | snd_hda_codec_write_cache(codec, codec->afg, 0, |
| 618 | kcontrol->private_value >> 16, dac_mode); |
| 619 | |
| 620 | return 1; |
| 621 | } |
| 622 | |
Takashi Iwai | 36c9db7 | 2013-01-17 17:07:59 +0100 | [diff] [blame] | 623 | #define STAC_ANALOG_LOOPBACK(verb_read, verb_write, cnt) \ |
| 624 | { \ |
| 625 | .iface = SNDRV_CTL_ELEM_IFACE_MIXER, \ |
| 626 | .name = "Analog Loopback", \ |
| 627 | .count = cnt, \ |
| 628 | .info = stac_aloopback_info, \ |
| 629 | .get = stac_aloopback_get, \ |
| 630 | .put = stac_aloopback_put, \ |
| 631 | .private_value = verb_read | (verb_write << 16), \ |
| 632 | } |
| 633 | |
| 634 | /* |
| 635 | * Mute LED handling on HP laptops |
| 636 | */ |
| 637 | |
| 638 | /* check whether it's a HP laptop with a docking port */ |
| 639 | static bool hp_bnb2011_with_dock(struct hda_codec *codec) |
| 640 | { |
| 641 | if (codec->vendor_id != 0x111d7605 && |
| 642 | codec->vendor_id != 0x111d76d1) |
| 643 | return false; |
| 644 | |
| 645 | switch (codec->subsystem_id) { |
| 646 | case 0x103c1618: |
| 647 | case 0x103c1619: |
| 648 | case 0x103c161a: |
| 649 | case 0x103c161b: |
| 650 | case 0x103c161c: |
| 651 | case 0x103c161d: |
| 652 | case 0x103c161e: |
| 653 | case 0x103c161f: |
| 654 | |
| 655 | case 0x103c162a: |
| 656 | case 0x103c162b: |
| 657 | |
| 658 | case 0x103c1630: |
| 659 | case 0x103c1631: |
| 660 | |
| 661 | case 0x103c1633: |
| 662 | case 0x103c1634: |
| 663 | case 0x103c1635: |
| 664 | |
| 665 | case 0x103c3587: |
| 666 | case 0x103c3588: |
| 667 | case 0x103c3589: |
| 668 | case 0x103c358a: |
| 669 | |
| 670 | case 0x103c3667: |
| 671 | case 0x103c3668: |
| 672 | case 0x103c3669: |
| 673 | |
| 674 | return true; |
| 675 | } |
| 676 | return false; |
| 677 | } |
| 678 | |
| 679 | static bool hp_blike_system(u32 subsystem_id) |
| 680 | { |
| 681 | switch (subsystem_id) { |
| 682 | case 0x103c1520: |
| 683 | case 0x103c1521: |
| 684 | case 0x103c1523: |
| 685 | case 0x103c1524: |
| 686 | case 0x103c1525: |
| 687 | case 0x103c1722: |
| 688 | case 0x103c1723: |
| 689 | case 0x103c1724: |
| 690 | case 0x103c1725: |
| 691 | case 0x103c1726: |
| 692 | case 0x103c1727: |
| 693 | case 0x103c1728: |
| 694 | case 0x103c1729: |
| 695 | case 0x103c172a: |
| 696 | case 0x103c172b: |
| 697 | case 0x103c307e: |
| 698 | case 0x103c307f: |
| 699 | case 0x103c3080: |
| 700 | case 0x103c3081: |
| 701 | case 0x103c7007: |
| 702 | case 0x103c7008: |
| 703 | return true; |
| 704 | } |
| 705 | return false; |
| 706 | } |
| 707 | |
| 708 | static void set_hp_led_gpio(struct hda_codec *codec) |
| 709 | { |
| 710 | struct sigmatel_spec *spec = codec->spec; |
| 711 | unsigned int gpio; |
| 712 | |
| 713 | if (spec->gpio_led) |
| 714 | return; |
| 715 | |
| 716 | gpio = snd_hda_param_read(codec, codec->afg, AC_PAR_GPIO_CAP); |
| 717 | gpio &= AC_GPIO_IO_COUNT; |
| 718 | if (gpio > 3) |
| 719 | spec->gpio_led = 0x08; /* GPIO 3 */ |
| 720 | else |
| 721 | spec->gpio_led = 0x01; /* GPIO 0 */ |
| 722 | } |
| 723 | |
| 724 | /* |
| 725 | * This method searches for the mute LED GPIO configuration |
| 726 | * provided as OEM string in SMBIOS. The format of that string |
| 727 | * is HP_Mute_LED_P_G or HP_Mute_LED_P |
| 728 | * where P can be 0 or 1 and defines mute LED GPIO control state (low/high) |
| 729 | * that corresponds to the NOT muted state of the master volume |
| 730 | * and G is the index of the GPIO to use as the mute LED control (0..9) |
| 731 | * If _G portion is missing it is assigned based on the codec ID |
| 732 | * |
| 733 | * So, HP B-series like systems may have HP_Mute_LED_0 (current models) |
| 734 | * or HP_Mute_LED_0_3 (future models) OEM SMBIOS strings |
| 735 | * |
| 736 | * |
| 737 | * The dv-series laptops don't seem to have the HP_Mute_LED* strings in |
| 738 | * SMBIOS - at least the ones I have seen do not have them - which include |
| 739 | * my own system (HP Pavilion dv6-1110ax) and my cousin's |
| 740 | * HP Pavilion dv9500t CTO. |
| 741 | * Need more information on whether it is true across the entire series. |
| 742 | * -- kunal |
| 743 | */ |
| 744 | static int find_mute_led_cfg(struct hda_codec *codec, int default_polarity) |
| 745 | { |
| 746 | struct sigmatel_spec *spec = codec->spec; |
| 747 | const struct dmi_device *dev = NULL; |
| 748 | |
| 749 | if (get_int_hint(codec, "gpio_led", &spec->gpio_led)) { |
| 750 | get_int_hint(codec, "gpio_led_polarity", |
| 751 | &spec->gpio_led_polarity); |
| 752 | return 1; |
| 753 | } |
| 754 | |
| 755 | while ((dev = dmi_find_device(DMI_DEV_TYPE_OEM_STRING, NULL, dev))) { |
| 756 | if (sscanf(dev->name, "HP_Mute_LED_%d_%x", |
| 757 | &spec->gpio_led_polarity, |
| 758 | &spec->gpio_led) == 2) { |
| 759 | unsigned int max_gpio; |
| 760 | max_gpio = snd_hda_param_read(codec, codec->afg, |
| 761 | AC_PAR_GPIO_CAP); |
| 762 | max_gpio &= AC_GPIO_IO_COUNT; |
| 763 | if (spec->gpio_led < max_gpio) |
| 764 | spec->gpio_led = 1 << spec->gpio_led; |
| 765 | else |
| 766 | spec->vref_mute_led_nid = spec->gpio_led; |
| 767 | return 1; |
| 768 | } |
| 769 | if (sscanf(dev->name, "HP_Mute_LED_%d", |
| 770 | &spec->gpio_led_polarity) == 1) { |
| 771 | set_hp_led_gpio(codec); |
| 772 | return 1; |
| 773 | } |
| 774 | /* BIOS bug: unfilled OEM string */ |
| 775 | if (strstr(dev->name, "HP_Mute_LED_P_G")) { |
| 776 | set_hp_led_gpio(codec); |
| 777 | if (default_polarity >= 0) |
| 778 | spec->gpio_led_polarity = default_polarity; |
| 779 | else |
| 780 | spec->gpio_led_polarity = 1; |
| 781 | return 1; |
| 782 | } |
| 783 | } |
| 784 | |
| 785 | /* |
| 786 | * Fallback case - if we don't find the DMI strings, |
| 787 | * we statically set the GPIO - if not a B-series system |
| 788 | * and default polarity is provided |
| 789 | */ |
| 790 | if (!hp_blike_system(codec->subsystem_id) && |
| 791 | (default_polarity == 0 || default_polarity == 1)) { |
| 792 | set_hp_led_gpio(codec); |
| 793 | spec->gpio_led_polarity = default_polarity; |
| 794 | return 1; |
| 795 | } |
| 796 | return 0; |
| 797 | } |
| 798 | |
| 799 | /* |
| 800 | * PC beep controls |
| 801 | */ |
| 802 | |
| 803 | /* create PC beep volume controls */ |
| 804 | static int stac_auto_create_beep_ctls(struct hda_codec *codec, |
| 805 | hda_nid_t nid) |
| 806 | { |
| 807 | struct sigmatel_spec *spec = codec->spec; |
| 808 | u32 caps = query_amp_caps(codec, nid, HDA_OUTPUT); |
| 809 | struct snd_kcontrol_new *knew; |
| 810 | static struct snd_kcontrol_new abeep_mute_ctl = |
| 811 | HDA_CODEC_MUTE(NULL, 0, 0, 0); |
| 812 | static struct snd_kcontrol_new dbeep_mute_ctl = |
| 813 | HDA_CODEC_MUTE_BEEP(NULL, 0, 0, 0); |
| 814 | static struct snd_kcontrol_new beep_vol_ctl = |
| 815 | HDA_CODEC_VOLUME(NULL, 0, 0, 0); |
| 816 | |
| 817 | /* check for mute support for the the amp */ |
| 818 | if ((caps & AC_AMPCAP_MUTE) >> AC_AMPCAP_MUTE_SHIFT) { |
| 819 | const struct snd_kcontrol_new *temp; |
| 820 | if (spec->anabeep_nid == nid) |
| 821 | temp = &abeep_mute_ctl; |
| 822 | else |
| 823 | temp = &dbeep_mute_ctl; |
| 824 | knew = snd_hda_gen_add_kctl(&spec->gen, |
| 825 | "Beep Playback Switch", temp); |
| 826 | if (!knew) |
| 827 | return -ENOMEM; |
| 828 | knew->private_value = |
| 829 | HDA_COMPOSE_AMP_VAL(nid, 1, 0, HDA_OUTPUT); |
| 830 | } |
| 831 | |
| 832 | /* check to see if there is volume support for the amp */ |
| 833 | if ((caps & AC_AMPCAP_NUM_STEPS) >> AC_AMPCAP_NUM_STEPS_SHIFT) { |
| 834 | knew = snd_hda_gen_add_kctl(&spec->gen, |
| 835 | "Beep Playback Volume", |
| 836 | &beep_vol_ctl); |
| 837 | if (!knew) |
| 838 | return -ENOMEM; |
| 839 | knew->private_value = |
| 840 | HDA_COMPOSE_AMP_VAL(nid, 1, 0, HDA_OUTPUT); |
| 841 | } |
| 842 | return 0; |
| 843 | } |
| 844 | |
| 845 | #ifdef CONFIG_SND_HDA_INPUT_BEEP |
| 846 | #define stac_dig_beep_switch_info snd_ctl_boolean_mono_info |
| 847 | |
| 848 | static int stac_dig_beep_switch_get(struct snd_kcontrol *kcontrol, |
| 849 | struct snd_ctl_elem_value *ucontrol) |
| 850 | { |
| 851 | struct hda_codec *codec = snd_kcontrol_chip(kcontrol); |
| 852 | ucontrol->value.integer.value[0] = codec->beep->enabled; |
| 853 | return 0; |
| 854 | } |
| 855 | |
| 856 | static int stac_dig_beep_switch_put(struct snd_kcontrol *kcontrol, |
| 857 | struct snd_ctl_elem_value *ucontrol) |
| 858 | { |
| 859 | struct hda_codec *codec = snd_kcontrol_chip(kcontrol); |
| 860 | return snd_hda_enable_beep_device(codec, ucontrol->value.integer.value[0]); |
| 861 | } |
| 862 | |
| 863 | static const struct snd_kcontrol_new stac_dig_beep_ctrl = { |
| 864 | .iface = SNDRV_CTL_ELEM_IFACE_MIXER, |
| 865 | .name = "Beep Playback Switch", |
| 866 | .info = stac_dig_beep_switch_info, |
| 867 | .get = stac_dig_beep_switch_get, |
| 868 | .put = stac_dig_beep_switch_put, |
| 869 | }; |
| 870 | |
| 871 | static int stac_beep_switch_ctl(struct hda_codec *codec) |
| 872 | { |
| 873 | struct sigmatel_spec *spec = codec->spec; |
| 874 | |
| 875 | if (!snd_hda_gen_add_kctl(&spec->gen, NULL, &stac_dig_beep_ctrl)) |
| 876 | return -ENOMEM; |
| 877 | return 0; |
| 878 | } |
| 879 | #endif |
| 880 | |
| 881 | /* |
| 882 | */ |
| 883 | |
Takashi Iwai | 2b63536 | 2011-05-02 12:33:43 +0200 | [diff] [blame] | 884 | static const struct hda_verb stac9200_core_init[] = { |
Matt | 2f2f425 | 2005-04-13 14:45:30 +0200 | [diff] [blame] | 885 | /* set dac0mux for dac converter */ |
Matt | c7d4b2f | 2005-06-27 14:59:41 +0200 | [diff] [blame] | 886 | { 0x07, AC_VERB_SET_CONNECT_SEL, 0x00}, |
Matt | 2f2f425 | 2005-04-13 14:45:30 +0200 | [diff] [blame] | 887 | {} |
| 888 | }; |
| 889 | |
Takashi Iwai | 2b63536 | 2011-05-02 12:33:43 +0200 | [diff] [blame] | 890 | static const struct hda_verb stac9200_eapd_init[] = { |
Takashi Iwai | 1194b5b | 2007-10-10 10:04:26 +0200 | [diff] [blame] | 891 | /* set dac0mux for dac converter */ |
| 892 | {0x07, AC_VERB_SET_CONNECT_SEL, 0x00}, |
| 893 | {0x08, AC_VERB_SET_EAPD_BTLENABLE, 0x02}, |
| 894 | {} |
| 895 | }; |
| 896 | |
Takashi Iwai | 2b63536 | 2011-05-02 12:33:43 +0200 | [diff] [blame] | 897 | static const struct hda_verb dell_eq_core_init[] = { |
Matthew Ranostay | d654a66 | 2008-03-14 08:46:51 +0100 | [diff] [blame] | 898 | /* set master volume to max value without distortion |
| 899 | * and direct control */ |
| 900 | { 0x1f, AC_VERB_SET_VOLUME_KNOB_CONTROL, 0xec}, |
Matthew Ranostay | d654a66 | 2008-03-14 08:46:51 +0100 | [diff] [blame] | 901 | {} |
| 902 | }; |
| 903 | |
Takashi Iwai | 2b63536 | 2011-05-02 12:33:43 +0200 | [diff] [blame] | 904 | static const struct hda_verb stac92hd73xx_core_init[] = { |
Matthew Ranostay | e1f0d66 | 2007-12-13 17:47:21 +0100 | [diff] [blame] | 905 | /* set master volume and direct control */ |
| 906 | { 0x1f, AC_VERB_SET_VOLUME_KNOB_CONTROL, 0xff}, |
Matthew Ranostay | e1f0d66 | 2007-12-13 17:47:21 +0100 | [diff] [blame] | 907 | {} |
| 908 | }; |
| 909 | |
Takashi Iwai | 2b63536 | 2011-05-02 12:33:43 +0200 | [diff] [blame] | 910 | static const struct hda_verb stac92hd83xxx_core_init[] = { |
Matthew Ranostay | d0513fc | 2008-07-27 10:30:30 +0200 | [diff] [blame] | 911 | /* power state controls amps */ |
| 912 | { 0x01, AC_VERB_SET_EAPD, 1 << 2}, |
Herton Ronaldo Krzesinski | 574f3c4 | 2008-12-23 16:53:00 -0200 | [diff] [blame] | 913 | {} |
Matthew Ranostay | d0513fc | 2008-07-27 10:30:30 +0200 | [diff] [blame] | 914 | }; |
| 915 | |
Vitaliy Kulikov | 5556e14 | 2012-02-27 16:47:37 -0600 | [diff] [blame] | 916 | static const struct hda_verb stac92hd83xxx_hp_zephyr_init[] = { |
| 917 | { 0x22, 0x785, 0x43 }, |
| 918 | { 0x22, 0x782, 0xe0 }, |
| 919 | { 0x22, 0x795, 0x00 }, |
| 920 | {} |
| 921 | }; |
| 922 | |
Takashi Iwai | 2b63536 | 2011-05-02 12:33:43 +0200 | [diff] [blame] | 923 | static const struct hda_verb stac92hd71bxx_core_init[] = { |
Matthew Ranostay | e035b84 | 2007-11-06 11:53:55 +0100 | [diff] [blame] | 924 | /* set master volume and direct control */ |
| 925 | { 0x28, AC_VERB_SET_VOLUME_KNOB_CONTROL, 0xff}, |
Herton Ronaldo Krzesinski | 574f3c4 | 2008-12-23 16:53:00 -0200 | [diff] [blame] | 926 | {} |
Matthew Ranostay | 541eee8 | 2007-12-14 12:08:04 +0100 | [diff] [blame] | 927 | }; |
| 928 | |
Takashi Iwai | 2b63536 | 2011-05-02 12:33:43 +0200 | [diff] [blame] | 929 | static const struct hda_verb stac92hd71bxx_unmute_core_init[] = { |
Matthew Ranostay | ca8d33f | 2009-01-26 09:33:52 -0500 | [diff] [blame] | 930 | /* unmute right and left channels for nodes 0x0f, 0xa, 0x0d */ |
| 931 | { 0x0f, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)}, |
Matthew Ranostay | e035b84 | 2007-11-06 11:53:55 +0100 | [diff] [blame] | 932 | { 0x0a, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)}, |
| 933 | { 0x0d, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)}, |
Matthew Ranostay | e035b84 | 2007-11-06 11:53:55 +0100 | [diff] [blame] | 934 | {} |
| 935 | }; |
| 936 | |
Takashi Iwai | 2b63536 | 2011-05-02 12:33:43 +0200 | [diff] [blame] | 937 | static const struct hda_verb stac925x_core_init[] = { |
Tobin Davis | 8e21c34 | 2007-01-08 11:04:17 +0100 | [diff] [blame] | 938 | /* set dac0mux for dac converter */ |
| 939 | { 0x06, AC_VERB_SET_CONNECT_SEL, 0x00}, |
Takashi Iwai | c9280d6 | 2009-01-15 17:31:00 +0100 | [diff] [blame] | 940 | /* mute the master volume */ |
| 941 | { 0x0e, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_MUTE }, |
Tobin Davis | 8e21c34 | 2007-01-08 11:04:17 +0100 | [diff] [blame] | 942 | {} |
| 943 | }; |
| 944 | |
Takashi Iwai | 2b63536 | 2011-05-02 12:33:43 +0200 | [diff] [blame] | 945 | static const struct hda_verb stac922x_core_init[] = { |
Takashi Iwai | 36c9db7 | 2013-01-17 17:07:59 +0100 | [diff] [blame] | 946 | /* set master volume and direct control */ |
Matt | c7d4b2f | 2005-06-27 14:59:41 +0200 | [diff] [blame] | 947 | { 0x16, AC_VERB_SET_VOLUME_KNOB_CONTROL, 0xff}, |
Matt | 2f2f425 | 2005-04-13 14:45:30 +0200 | [diff] [blame] | 948 | {} |
| 949 | }; |
| 950 | |
Takashi Iwai | 2b63536 | 2011-05-02 12:33:43 +0200 | [diff] [blame] | 951 | static const struct hda_verb d965_core_init[] = { |
Takashi Iwai | 19039bd | 2006-06-28 15:52:16 +0200 | [diff] [blame] | 952 | /* unmute node 0x1b */ |
| 953 | { 0x1b, AC_VERB_SET_AMP_GAIN_MUTE, 0xb000}, |
Takashi Iwai | 36c9db7 | 2013-01-17 17:07:59 +0100 | [diff] [blame] | 954 | /* select node 0x03 as DAC */ |
Takashi Iwai | 19039bd | 2006-06-28 15:52:16 +0200 | [diff] [blame] | 955 | { 0x0b, AC_VERB_SET_CONNECT_SEL, 0x01}, |
| 956 | {} |
| 957 | }; |
| 958 | |
Takashi Iwai | 2b63536 | 2011-05-02 12:33:43 +0200 | [diff] [blame] | 959 | static const struct hda_verb dell_3st_core_init[] = { |
Takashi Iwai | ccca7cd | 2009-10-13 15:32:21 +0200 | [diff] [blame] | 960 | /* don't set delta bit */ |
| 961 | {0x24, AC_VERB_SET_VOLUME_KNOB_CONTROL, 0x7f}, |
| 962 | /* unmute node 0x1b */ |
| 963 | {0x1b, AC_VERB_SET_AMP_GAIN_MUTE, 0xb000}, |
| 964 | /* select node 0x03 as DAC */ |
| 965 | {0x0b, AC_VERB_SET_CONNECT_SEL, 0x01}, |
| 966 | {} |
| 967 | }; |
| 968 | |
Takashi Iwai | 2b63536 | 2011-05-02 12:33:43 +0200 | [diff] [blame] | 969 | static const struct hda_verb stac927x_core_init[] = { |
Takashi Iwai | 36c9db7 | 2013-01-17 17:07:59 +0100 | [diff] [blame] | 970 | /* set master volume and direct control */ |
Matt Porter | 3cc08dc | 2006-01-23 15:27:49 +0100 | [diff] [blame] | 971 | { 0x24, AC_VERB_SET_VOLUME_KNOB_CONTROL, 0xff}, |
Matthew Ranostay | 1cd2224 | 2008-07-18 18:20:52 +0200 | [diff] [blame] | 972 | /* enable analog pc beep path */ |
| 973 | { 0x01, AC_VERB_SET_DIGI_CONVERT_2, 1 << 5}, |
Matt Porter | 3cc08dc | 2006-01-23 15:27:49 +0100 | [diff] [blame] | 974 | {} |
| 975 | }; |
| 976 | |
Takashi Iwai | 2b63536 | 2011-05-02 12:33:43 +0200 | [diff] [blame] | 977 | static const struct hda_verb stac927x_volknob_core_init[] = { |
Takashi Iwai | 5493053 | 2009-10-11 17:38:29 +0200 | [diff] [blame] | 978 | /* don't set delta bit */ |
| 979 | {0x24, AC_VERB_SET_VOLUME_KNOB_CONTROL, 0x7f}, |
| 980 | /* enable analog pc beep path */ |
| 981 | {0x01, AC_VERB_SET_DIGI_CONVERT_2, 1 << 5}, |
| 982 | {} |
| 983 | }; |
| 984 | |
Takashi Iwai | 2b63536 | 2011-05-02 12:33:43 +0200 | [diff] [blame] | 985 | static const struct hda_verb stac9205_core_init[] = { |
Takashi Iwai | 36c9db7 | 2013-01-17 17:07:59 +0100 | [diff] [blame] | 986 | /* set master volume and direct control */ |
Matt Porter | f3302a5 | 2006-07-31 12:49:34 +0200 | [diff] [blame] | 987 | { 0x24, AC_VERB_SET_VOLUME_KNOB_CONTROL, 0xff}, |
Matthew Ranostay | d0513fc | 2008-07-27 10:30:30 +0200 | [diff] [blame] | 988 | /* enable analog pc beep path */ |
| 989 | { 0x01, AC_VERB_SET_DIGI_CONVERT_2, 1 << 5}, |
Matt Porter | f3302a5 | 2006-07-31 12:49:34 +0200 | [diff] [blame] | 990 | {} |
| 991 | }; |
| 992 | |
Takashi Iwai | 36c9db7 | 2013-01-17 17:07:59 +0100 | [diff] [blame] | 993 | static const struct snd_kcontrol_new stac92hd73xx_6ch_loopback = |
| 994 | STAC_ANALOG_LOOPBACK(0xFA0, 0x7A1, 3); |
Matthew Ranostay | b22b482 | 2008-01-22 12:32:30 +0100 | [diff] [blame] | 995 | |
Takashi Iwai | 36c9db7 | 2013-01-17 17:07:59 +0100 | [diff] [blame] | 996 | static const struct snd_kcontrol_new stac92hd73xx_8ch_loopback = |
| 997 | STAC_ANALOG_LOOPBACK(0xFA0, 0x7A1, 4); |
Maxim Levitsky | 5f10c4a | 2007-09-03 15:29:37 +0200 | [diff] [blame] | 998 | |
Takashi Iwai | 36c9db7 | 2013-01-17 17:07:59 +0100 | [diff] [blame] | 999 | static const struct snd_kcontrol_new stac92hd73xx_10ch_loopback = |
| 1000 | STAC_ANALOG_LOOPBACK(0xFA0, 0x7A1, 5); |
Nickolas Lloyd | 2fc9989 | 2009-05-15 15:33:30 +0200 | [diff] [blame] | 1001 | |
Takashi Iwai | 36c9db7 | 2013-01-17 17:07:59 +0100 | [diff] [blame] | 1002 | static const struct snd_kcontrol_new stac92hd71bxx_loopback = |
| 1003 | STAC_ANALOG_LOOPBACK(0xFA0, 0x7A0, 2); |
Matt | 2f2f425 | 2005-04-13 14:45:30 +0200 | [diff] [blame] | 1004 | |
Takashi Iwai | 36c9db7 | 2013-01-17 17:07:59 +0100 | [diff] [blame] | 1005 | static const struct snd_kcontrol_new stac9205_loopback = |
| 1006 | STAC_ANALOG_LOOPBACK(0xFE0, 0x7E0, 1); |
Matthew Ranostay | e1f0d66 | 2007-12-13 17:47:21 +0100 | [diff] [blame] | 1007 | |
Takashi Iwai | 36c9db7 | 2013-01-17 17:07:59 +0100 | [diff] [blame] | 1008 | static const struct snd_kcontrol_new stac927x_loopback = |
| 1009 | STAC_ANALOG_LOOPBACK(0xFEB, 0x7EB, 1); |
Matt | 2f2f425 | 2005-04-13 14:45:30 +0200 | [diff] [blame] | 1010 | |
Takashi Iwai | d39a3ae | 2013-01-14 14:06:26 +0100 | [diff] [blame] | 1011 | static const struct hda_pintbl ref9200_pin_configs[] = { |
| 1012 | { 0x08, 0x01c47010 }, |
| 1013 | { 0x09, 0x01447010 }, |
| 1014 | { 0x0d, 0x0221401f }, |
| 1015 | { 0x0e, 0x01114010 }, |
| 1016 | { 0x0f, 0x02a19020 }, |
| 1017 | { 0x10, 0x01a19021 }, |
| 1018 | { 0x11, 0x90100140 }, |
| 1019 | { 0x12, 0x01813122 }, |
| 1020 | {} |
Matt | 2f2f425 | 2005-04-13 14:45:30 +0200 | [diff] [blame] | 1021 | }; |
| 1022 | |
Takashi Iwai | d39a3ae | 2013-01-14 14:06:26 +0100 | [diff] [blame] | 1023 | static const struct hda_pintbl gateway9200_m4_pin_configs[] = { |
| 1024 | { 0x08, 0x400000fe }, |
| 1025 | { 0x09, 0x404500f4 }, |
| 1026 | { 0x0d, 0x400100f0 }, |
| 1027 | { 0x0e, 0x90110010 }, |
| 1028 | { 0x0f, 0x400100f1 }, |
| 1029 | { 0x10, 0x02a1902e }, |
| 1030 | { 0x11, 0x500000f2 }, |
| 1031 | { 0x12, 0x500000f3 }, |
| 1032 | {} |
Mauro Carvalho Chehab | 58eec42 | 2008-08-11 10:18:39 +0200 | [diff] [blame] | 1033 | }; |
Takashi Iwai | d39a3ae | 2013-01-14 14:06:26 +0100 | [diff] [blame] | 1034 | |
| 1035 | static const struct hda_pintbl gateway9200_m4_2_pin_configs[] = { |
| 1036 | { 0x08, 0x400000fe }, |
| 1037 | { 0x09, 0x404500f4 }, |
| 1038 | { 0x0d, 0x400100f0 }, |
| 1039 | { 0x0e, 0x90110010 }, |
| 1040 | { 0x0f, 0x400100f1 }, |
| 1041 | { 0x10, 0x02a1902e }, |
| 1042 | { 0x11, 0x500000f2 }, |
| 1043 | { 0x12, 0x500000f3 }, |
| 1044 | {} |
Mauro Carvalho Chehab | 58eec42 | 2008-08-11 10:18:39 +0200 | [diff] [blame] | 1045 | }; |
| 1046 | |
| 1047 | /* |
Takashi Iwai | dfe495d | 2007-08-23 19:04:28 +0200 | [diff] [blame] | 1048 | STAC 9200 pin configs for |
| 1049 | 102801A8 |
| 1050 | 102801DE |
| 1051 | 102801E8 |
| 1052 | */ |
Takashi Iwai | d39a3ae | 2013-01-14 14:06:26 +0100 | [diff] [blame] | 1053 | static const struct hda_pintbl dell9200_d21_pin_configs[] = { |
| 1054 | { 0x08, 0x400001f0 }, |
| 1055 | { 0x09, 0x400001f1 }, |
| 1056 | { 0x0d, 0x02214030 }, |
| 1057 | { 0x0e, 0x01014010 }, |
| 1058 | { 0x0f, 0x02a19020 }, |
| 1059 | { 0x10, 0x01a19021 }, |
| 1060 | { 0x11, 0x90100140 }, |
| 1061 | { 0x12, 0x01813122 }, |
| 1062 | {} |
Takashi Iwai | dfe495d | 2007-08-23 19:04:28 +0200 | [diff] [blame] | 1063 | }; |
| 1064 | |
Takashi Iwai | 36c9db7 | 2013-01-17 17:07:59 +0100 | [diff] [blame] | 1065 | /* |
Takashi Iwai | dfe495d | 2007-08-23 19:04:28 +0200 | [diff] [blame] | 1066 | STAC 9200 pin configs for |
| 1067 | 102801C0 |
| 1068 | 102801C1 |
| 1069 | */ |
Takashi Iwai | d39a3ae | 2013-01-14 14:06:26 +0100 | [diff] [blame] | 1070 | static const struct hda_pintbl dell9200_d22_pin_configs[] = { |
| 1071 | { 0x08, 0x400001f0 }, |
| 1072 | { 0x09, 0x400001f1 }, |
| 1073 | { 0x0d, 0x0221401f }, |
| 1074 | { 0x0e, 0x01014010 }, |
| 1075 | { 0x0f, 0x01813020 }, |
| 1076 | { 0x10, 0x02a19021 }, |
| 1077 | { 0x11, 0x90100140 }, |
| 1078 | { 0x12, 0x400001f2 }, |
| 1079 | {} |
Takashi Iwai | dfe495d | 2007-08-23 19:04:28 +0200 | [diff] [blame] | 1080 | }; |
| 1081 | |
Takashi Iwai | 36c9db7 | 2013-01-17 17:07:59 +0100 | [diff] [blame] | 1082 | /* |
Takashi Iwai | dfe495d | 2007-08-23 19:04:28 +0200 | [diff] [blame] | 1083 | STAC 9200 pin configs for |
| 1084 | 102801C4 (Dell Dimension E310) |
| 1085 | 102801C5 |
| 1086 | 102801C7 |
| 1087 | 102801D9 |
| 1088 | 102801DA |
| 1089 | 102801E3 |
| 1090 | */ |
Takashi Iwai | d39a3ae | 2013-01-14 14:06:26 +0100 | [diff] [blame] | 1091 | static const struct hda_pintbl dell9200_d23_pin_configs[] = { |
| 1092 | { 0x08, 0x400001f0 }, |
| 1093 | { 0x09, 0x400001f1 }, |
| 1094 | { 0x0d, 0x0221401f }, |
| 1095 | { 0x0e, 0x01014010 }, |
| 1096 | { 0x0f, 0x01813020 }, |
| 1097 | { 0x10, 0x01a19021 }, |
| 1098 | { 0x11, 0x90100140 }, |
| 1099 | { 0x12, 0x400001f2 }, |
| 1100 | {} |
Takashi Iwai | dfe495d | 2007-08-23 19:04:28 +0200 | [diff] [blame] | 1101 | }; |
| 1102 | |
| 1103 | |
| 1104 | /* |
| 1105 | STAC 9200-32 pin configs for |
| 1106 | 102801B5 (Dell Inspiron 630m) |
| 1107 | 102801D8 (Dell Inspiron 640m) |
| 1108 | */ |
Takashi Iwai | d39a3ae | 2013-01-14 14:06:26 +0100 | [diff] [blame] | 1109 | static const struct hda_pintbl dell9200_m21_pin_configs[] = { |
| 1110 | { 0x08, 0x40c003fa }, |
| 1111 | { 0x09, 0x03441340 }, |
| 1112 | { 0x0d, 0x0321121f }, |
| 1113 | { 0x0e, 0x90170310 }, |
| 1114 | { 0x0f, 0x408003fb }, |
| 1115 | { 0x10, 0x03a11020 }, |
| 1116 | { 0x11, 0x401003fc }, |
| 1117 | { 0x12, 0x403003fd }, |
| 1118 | {} |
Takashi Iwai | dfe495d | 2007-08-23 19:04:28 +0200 | [diff] [blame] | 1119 | }; |
| 1120 | |
| 1121 | /* |
| 1122 | STAC 9200-32 pin configs for |
| 1123 | 102801C2 (Dell Latitude D620) |
| 1124 | 102801C8 |
| 1125 | 102801CC (Dell Latitude D820) |
| 1126 | 102801D4 |
| 1127 | 102801D6 |
| 1128 | */ |
Takashi Iwai | d39a3ae | 2013-01-14 14:06:26 +0100 | [diff] [blame] | 1129 | static const struct hda_pintbl dell9200_m22_pin_configs[] = { |
| 1130 | { 0x08, 0x40c003fa }, |
| 1131 | { 0x09, 0x0144131f }, |
| 1132 | { 0x0d, 0x0321121f }, |
| 1133 | { 0x0e, 0x90170310 }, |
| 1134 | { 0x0f, 0x90a70321 }, |
| 1135 | { 0x10, 0x03a11020 }, |
| 1136 | { 0x11, 0x401003fb }, |
| 1137 | { 0x12, 0x40f000fc }, |
| 1138 | {} |
Takashi Iwai | dfe495d | 2007-08-23 19:04:28 +0200 | [diff] [blame] | 1139 | }; |
| 1140 | |
| 1141 | /* |
| 1142 | STAC 9200-32 pin configs for |
| 1143 | 102801CE (Dell XPS M1710) |
| 1144 | 102801CF (Dell Precision M90) |
| 1145 | */ |
Takashi Iwai | d39a3ae | 2013-01-14 14:06:26 +0100 | [diff] [blame] | 1146 | static const struct hda_pintbl dell9200_m23_pin_configs[] = { |
| 1147 | { 0x08, 0x40c003fa }, |
| 1148 | { 0x09, 0x01441340 }, |
| 1149 | { 0x0d, 0x0421421f }, |
| 1150 | { 0x0e, 0x90170310 }, |
| 1151 | { 0x0f, 0x408003fb }, |
| 1152 | { 0x10, 0x04a1102e }, |
| 1153 | { 0x11, 0x90170311 }, |
| 1154 | { 0x12, 0x403003fc }, |
| 1155 | {} |
Takashi Iwai | dfe495d | 2007-08-23 19:04:28 +0200 | [diff] [blame] | 1156 | }; |
| 1157 | |
| 1158 | /* |
| 1159 | STAC 9200-32 pin configs for |
| 1160 | 102801C9 |
| 1161 | 102801CA |
| 1162 | 102801CB (Dell Latitude 120L) |
| 1163 | 102801D3 |
| 1164 | */ |
Takashi Iwai | d39a3ae | 2013-01-14 14:06:26 +0100 | [diff] [blame] | 1165 | static const struct hda_pintbl dell9200_m24_pin_configs[] = { |
| 1166 | { 0x08, 0x40c003fa }, |
| 1167 | { 0x09, 0x404003fb }, |
| 1168 | { 0x0d, 0x0321121f }, |
| 1169 | { 0x0e, 0x90170310 }, |
| 1170 | { 0x0f, 0x408003fc }, |
| 1171 | { 0x10, 0x03a11020 }, |
| 1172 | { 0x11, 0x401003fd }, |
| 1173 | { 0x12, 0x403003fe }, |
| 1174 | {} |
Takashi Iwai | dfe495d | 2007-08-23 19:04:28 +0200 | [diff] [blame] | 1175 | }; |
| 1176 | |
| 1177 | /* |
| 1178 | STAC 9200-32 pin configs for |
| 1179 | 102801BD (Dell Inspiron E1505n) |
| 1180 | 102801EE |
| 1181 | 102801EF |
| 1182 | */ |
Takashi Iwai | d39a3ae | 2013-01-14 14:06:26 +0100 | [diff] [blame] | 1183 | static const struct hda_pintbl dell9200_m25_pin_configs[] = { |
| 1184 | { 0x08, 0x40c003fa }, |
| 1185 | { 0x09, 0x01441340 }, |
| 1186 | { 0x0d, 0x0421121f }, |
| 1187 | { 0x0e, 0x90170310 }, |
| 1188 | { 0x0f, 0x408003fb }, |
| 1189 | { 0x10, 0x04a11020 }, |
| 1190 | { 0x11, 0x401003fc }, |
| 1191 | { 0x12, 0x403003fd }, |
| 1192 | {} |
Takashi Iwai | dfe495d | 2007-08-23 19:04:28 +0200 | [diff] [blame] | 1193 | }; |
| 1194 | |
| 1195 | /* |
| 1196 | STAC 9200-32 pin configs for |
| 1197 | 102801F5 (Dell Inspiron 1501) |
| 1198 | 102801F6 |
| 1199 | */ |
Takashi Iwai | d39a3ae | 2013-01-14 14:06:26 +0100 | [diff] [blame] | 1200 | static const struct hda_pintbl dell9200_m26_pin_configs[] = { |
| 1201 | { 0x08, 0x40c003fa }, |
| 1202 | { 0x09, 0x404003fb }, |
| 1203 | { 0x0d, 0x0421121f }, |
| 1204 | { 0x0e, 0x90170310 }, |
| 1205 | { 0x0f, 0x408003fc }, |
| 1206 | { 0x10, 0x04a11020 }, |
| 1207 | { 0x11, 0x401003fd }, |
| 1208 | { 0x12, 0x403003fe }, |
| 1209 | {} |
Takashi Iwai | dfe495d | 2007-08-23 19:04:28 +0200 | [diff] [blame] | 1210 | }; |
| 1211 | |
| 1212 | /* |
| 1213 | STAC 9200-32 |
| 1214 | 102801CD (Dell Inspiron E1705/9400) |
| 1215 | */ |
Takashi Iwai | d39a3ae | 2013-01-14 14:06:26 +0100 | [diff] [blame] | 1216 | static const struct hda_pintbl dell9200_m27_pin_configs[] = { |
| 1217 | { 0x08, 0x40c003fa }, |
| 1218 | { 0x09, 0x01441340 }, |
| 1219 | { 0x0d, 0x0421121f }, |
| 1220 | { 0x0e, 0x90170310 }, |
| 1221 | { 0x0f, 0x90170310 }, |
| 1222 | { 0x10, 0x04a11020 }, |
| 1223 | { 0x11, 0x90170310 }, |
| 1224 | { 0x12, 0x40f003fc }, |
| 1225 | {} |
Takashi Iwai | dfe495d | 2007-08-23 19:04:28 +0200 | [diff] [blame] | 1226 | }; |
| 1227 | |
Takashi Iwai | d39a3ae | 2013-01-14 14:06:26 +0100 | [diff] [blame] | 1228 | static const struct hda_pintbl oqo9200_pin_configs[] = { |
| 1229 | { 0x08, 0x40c000f0 }, |
| 1230 | { 0x09, 0x404000f1 }, |
| 1231 | { 0x0d, 0x0221121f }, |
| 1232 | { 0x0e, 0x02211210 }, |
| 1233 | { 0x0f, 0x90170111 }, |
| 1234 | { 0x10, 0x90a70120 }, |
| 1235 | { 0x11, 0x400000f2 }, |
| 1236 | { 0x12, 0x400000f3 }, |
| 1237 | {} |
Tobin Davis | bf27778 | 2008-02-03 20:31:47 +0100 | [diff] [blame] | 1238 | }; |
| 1239 | |
Takashi Iwai | dfe495d | 2007-08-23 19:04:28 +0200 | [diff] [blame] | 1240 | |
Takashi Iwai | d39a3ae | 2013-01-14 14:06:26 +0100 | [diff] [blame] | 1241 | static void stac9200_fixup_panasonic(struct hda_codec *codec, |
| 1242 | const struct hda_fixup *fix, int action) |
| 1243 | { |
| 1244 | struct sigmatel_spec *spec = codec->spec; |
| 1245 | |
Takashi Iwai | 36c9db7 | 2013-01-17 17:07:59 +0100 | [diff] [blame] | 1246 | if (action == HDA_FIXUP_ACT_PRE_PROBE) { |
Takashi Iwai | d39a3ae | 2013-01-14 14:06:26 +0100 | [diff] [blame] | 1247 | spec->gpio_mask = spec->gpio_dir = 0x09; |
| 1248 | spec->gpio_data = 0x00; |
Takashi Iwai | d39a3ae | 2013-01-14 14:06:26 +0100 | [diff] [blame] | 1249 | /* CF-74 has no headphone detection, and the driver should *NOT* |
| 1250 | * do detection and HP/speaker toggle because the hardware does it. |
| 1251 | */ |
Takashi Iwai | 36c9db7 | 2013-01-17 17:07:59 +0100 | [diff] [blame] | 1252 | spec->gen.suppress_auto_mute = 1; |
Takashi Iwai | d39a3ae | 2013-01-14 14:06:26 +0100 | [diff] [blame] | 1253 | } |
| 1254 | } |
| 1255 | |
| 1256 | |
| 1257 | static const struct hda_fixup stac9200_fixups[] = { |
| 1258 | [STAC_REF] = { |
| 1259 | .type = HDA_FIXUP_PINS, |
| 1260 | .v.pins = ref9200_pin_configs, |
| 1261 | }, |
| 1262 | [STAC_9200_OQO] = { |
| 1263 | .type = HDA_FIXUP_PINS, |
| 1264 | .v.pins = oqo9200_pin_configs, |
| 1265 | .chained = true, |
| 1266 | .chain_id = STAC_9200_EAPD_INIT, |
| 1267 | }, |
| 1268 | [STAC_9200_DELL_D21] = { |
| 1269 | .type = HDA_FIXUP_PINS, |
| 1270 | .v.pins = dell9200_d21_pin_configs, |
| 1271 | }, |
| 1272 | [STAC_9200_DELL_D22] = { |
| 1273 | .type = HDA_FIXUP_PINS, |
| 1274 | .v.pins = dell9200_d22_pin_configs, |
| 1275 | }, |
| 1276 | [STAC_9200_DELL_D23] = { |
| 1277 | .type = HDA_FIXUP_PINS, |
| 1278 | .v.pins = dell9200_d23_pin_configs, |
| 1279 | }, |
| 1280 | [STAC_9200_DELL_M21] = { |
| 1281 | .type = HDA_FIXUP_PINS, |
| 1282 | .v.pins = dell9200_m21_pin_configs, |
| 1283 | }, |
| 1284 | [STAC_9200_DELL_M22] = { |
| 1285 | .type = HDA_FIXUP_PINS, |
| 1286 | .v.pins = dell9200_m22_pin_configs, |
| 1287 | }, |
| 1288 | [STAC_9200_DELL_M23] = { |
| 1289 | .type = HDA_FIXUP_PINS, |
| 1290 | .v.pins = dell9200_m23_pin_configs, |
| 1291 | }, |
| 1292 | [STAC_9200_DELL_M24] = { |
| 1293 | .type = HDA_FIXUP_PINS, |
| 1294 | .v.pins = dell9200_m24_pin_configs, |
| 1295 | }, |
| 1296 | [STAC_9200_DELL_M25] = { |
| 1297 | .type = HDA_FIXUP_PINS, |
| 1298 | .v.pins = dell9200_m25_pin_configs, |
| 1299 | }, |
| 1300 | [STAC_9200_DELL_M26] = { |
| 1301 | .type = HDA_FIXUP_PINS, |
| 1302 | .v.pins = dell9200_m26_pin_configs, |
| 1303 | }, |
| 1304 | [STAC_9200_DELL_M27] = { |
| 1305 | .type = HDA_FIXUP_PINS, |
| 1306 | .v.pins = dell9200_m27_pin_configs, |
| 1307 | }, |
| 1308 | [STAC_9200_M4] = { |
| 1309 | .type = HDA_FIXUP_PINS, |
| 1310 | .v.pins = gateway9200_m4_pin_configs, |
| 1311 | .chained = true, |
| 1312 | .chain_id = STAC_9200_EAPD_INIT, |
| 1313 | }, |
| 1314 | [STAC_9200_M4_2] = { |
| 1315 | .type = HDA_FIXUP_PINS, |
| 1316 | .v.pins = gateway9200_m4_2_pin_configs, |
| 1317 | .chained = true, |
| 1318 | .chain_id = STAC_9200_EAPD_INIT, |
| 1319 | }, |
| 1320 | [STAC_9200_PANASONIC] = { |
| 1321 | .type = HDA_FIXUP_FUNC, |
| 1322 | .v.func = stac9200_fixup_panasonic, |
| 1323 | }, |
| 1324 | [STAC_9200_EAPD_INIT] = { |
| 1325 | .type = HDA_FIXUP_VERBS, |
| 1326 | .v.verbs = (const struct hda_verb[]) { |
| 1327 | {0x08, AC_VERB_SET_EAPD_BTLENABLE, 0x02}, |
| 1328 | {} |
| 1329 | }, |
| 1330 | }, |
Matt Porter | 403d194 | 2005-11-29 15:00:51 +0100 | [diff] [blame] | 1331 | }; |
| 1332 | |
Takashi Iwai | d39a3ae | 2013-01-14 14:06:26 +0100 | [diff] [blame] | 1333 | static const struct hda_model_fixup stac9200_models[] = { |
| 1334 | { .id = STAC_REF, .name = "ref" }, |
| 1335 | { .id = STAC_9200_OQO, .name = "oqo" }, |
| 1336 | { .id = STAC_9200_DELL_D21, .name = "dell-d21" }, |
| 1337 | { .id = STAC_9200_DELL_D22, .name = "dell-d22" }, |
| 1338 | { .id = STAC_9200_DELL_D23, .name = "dell-d23" }, |
| 1339 | { .id = STAC_9200_DELL_M21, .name = "dell-m21" }, |
| 1340 | { .id = STAC_9200_DELL_M22, .name = "dell-m22" }, |
| 1341 | { .id = STAC_9200_DELL_M23, .name = "dell-m23" }, |
| 1342 | { .id = STAC_9200_DELL_M24, .name = "dell-m24" }, |
| 1343 | { .id = STAC_9200_DELL_M25, .name = "dell-m25" }, |
| 1344 | { .id = STAC_9200_DELL_M26, .name = "dell-m26" }, |
| 1345 | { .id = STAC_9200_DELL_M27, .name = "dell-m27" }, |
| 1346 | { .id = STAC_9200_M4, .name = "gateway-m4" }, |
| 1347 | { .id = STAC_9200_M4_2, .name = "gateway-m4-2" }, |
| 1348 | { .id = STAC_9200_PANASONIC, .name = "panasonic" }, |
| 1349 | {} |
Takashi Iwai | f5fcc13 | 2006-11-24 17:07:44 +0100 | [diff] [blame] | 1350 | }; |
| 1351 | |
Takashi Iwai | d39a3ae | 2013-01-14 14:06:26 +0100 | [diff] [blame] | 1352 | static const struct snd_pci_quirk stac9200_fixup_tbl[] = { |
Takashi Iwai | f5fcc13 | 2006-11-24 17:07:44 +0100 | [diff] [blame] | 1353 | /* SigmaTel reference board */ |
| 1354 | SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x2668, |
| 1355 | "DFI LanParty", STAC_REF), |
Matthew Ranostay | 577aa2c | 2009-01-22 22:55:44 -0500 | [diff] [blame] | 1356 | SND_PCI_QUIRK(PCI_VENDOR_ID_DFI, 0x3101, |
| 1357 | "DFI LanParty", STAC_REF), |
Matt Porter | e737707 | 2006-11-06 11:20:38 +0100 | [diff] [blame] | 1358 | /* Dell laptops have BIOS problem */ |
Takashi Iwai | dfe495d | 2007-08-23 19:04:28 +0200 | [diff] [blame] | 1359 | SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01a8, |
| 1360 | "unknown Dell", STAC_9200_DELL_D21), |
Takashi Iwai | f5fcc13 | 2006-11-24 17:07:44 +0100 | [diff] [blame] | 1361 | SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01b5, |
Takashi Iwai | dfe495d | 2007-08-23 19:04:28 +0200 | [diff] [blame] | 1362 | "Dell Inspiron 630m", STAC_9200_DELL_M21), |
| 1363 | SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01bd, |
| 1364 | "Dell Inspiron E1505n", STAC_9200_DELL_M25), |
| 1365 | SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01c0, |
| 1366 | "unknown Dell", STAC_9200_DELL_D22), |
| 1367 | SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01c1, |
| 1368 | "unknown Dell", STAC_9200_DELL_D22), |
Takashi Iwai | f5fcc13 | 2006-11-24 17:07:44 +0100 | [diff] [blame] | 1369 | SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01c2, |
Takashi Iwai | dfe495d | 2007-08-23 19:04:28 +0200 | [diff] [blame] | 1370 | "Dell Latitude D620", STAC_9200_DELL_M22), |
| 1371 | SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01c5, |
| 1372 | "unknown Dell", STAC_9200_DELL_D23), |
| 1373 | SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01c7, |
| 1374 | "unknown Dell", STAC_9200_DELL_D23), |
| 1375 | SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01c8, |
| 1376 | "unknown Dell", STAC_9200_DELL_M22), |
| 1377 | SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01c9, |
| 1378 | "unknown Dell", STAC_9200_DELL_M24), |
| 1379 | SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01ca, |
| 1380 | "unknown Dell", STAC_9200_DELL_M24), |
Takashi Iwai | f5fcc13 | 2006-11-24 17:07:44 +0100 | [diff] [blame] | 1381 | SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01cb, |
Takashi Iwai | dfe495d | 2007-08-23 19:04:28 +0200 | [diff] [blame] | 1382 | "Dell Latitude 120L", STAC_9200_DELL_M24), |
Cory T. Tusar | 877b866 | 2007-01-30 17:30:55 +0100 | [diff] [blame] | 1383 | SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01cc, |
Takashi Iwai | dfe495d | 2007-08-23 19:04:28 +0200 | [diff] [blame] | 1384 | "Dell Latitude D820", STAC_9200_DELL_M22), |
Mikael Nilsson | 46f02ca | 2007-02-13 12:46:16 +0100 | [diff] [blame] | 1385 | SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01cd, |
Takashi Iwai | dfe495d | 2007-08-23 19:04:28 +0200 | [diff] [blame] | 1386 | "Dell Inspiron E1705/9400", STAC_9200_DELL_M27), |
Mikael Nilsson | 46f02ca | 2007-02-13 12:46:16 +0100 | [diff] [blame] | 1387 | SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01ce, |
Takashi Iwai | dfe495d | 2007-08-23 19:04:28 +0200 | [diff] [blame] | 1388 | "Dell XPS M1710", STAC_9200_DELL_M23), |
Takashi Iwai | f0f9674 | 2007-02-14 00:59:17 +0100 | [diff] [blame] | 1389 | SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01cf, |
Takashi Iwai | dfe495d | 2007-08-23 19:04:28 +0200 | [diff] [blame] | 1390 | "Dell Precision M90", STAC_9200_DELL_M23), |
| 1391 | SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01d3, |
| 1392 | "unknown Dell", STAC_9200_DELL_M22), |
| 1393 | SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01d4, |
| 1394 | "unknown Dell", STAC_9200_DELL_M22), |
Daniel T Chen | 8286c53 | 2007-05-15 11:46:23 +0200 | [diff] [blame] | 1395 | SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01d6, |
Takashi Iwai | dfe495d | 2007-08-23 19:04:28 +0200 | [diff] [blame] | 1396 | "unknown Dell", STAC_9200_DELL_M22), |
Tobin Davis | 49c605d | 2007-05-17 09:38:24 +0200 | [diff] [blame] | 1397 | SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01d8, |
Takashi Iwai | dfe495d | 2007-08-23 19:04:28 +0200 | [diff] [blame] | 1398 | "Dell Inspiron 640m", STAC_9200_DELL_M21), |
| 1399 | SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01d9, |
| 1400 | "unknown Dell", STAC_9200_DELL_D23), |
| 1401 | SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01da, |
| 1402 | "unknown Dell", STAC_9200_DELL_D23), |
| 1403 | SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01de, |
| 1404 | "unknown Dell", STAC_9200_DELL_D21), |
| 1405 | SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01e3, |
| 1406 | "unknown Dell", STAC_9200_DELL_D23), |
| 1407 | SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01e8, |
| 1408 | "unknown Dell", STAC_9200_DELL_D21), |
| 1409 | SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01ee, |
| 1410 | "unknown Dell", STAC_9200_DELL_M25), |
| 1411 | SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01ef, |
| 1412 | "unknown Dell", STAC_9200_DELL_M25), |
Tobin Davis | 49c605d | 2007-05-17 09:38:24 +0200 | [diff] [blame] | 1413 | SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01f5, |
Takashi Iwai | dfe495d | 2007-08-23 19:04:28 +0200 | [diff] [blame] | 1414 | "Dell Inspiron 1501", STAC_9200_DELL_M26), |
| 1415 | SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01f6, |
| 1416 | "unknown Dell", STAC_9200_DELL_M26), |
Tobin Davis | 49c605d | 2007-05-17 09:38:24 +0200 | [diff] [blame] | 1417 | /* Panasonic */ |
Takashi Iwai | 117f257 | 2008-03-18 09:53:23 +0100 | [diff] [blame] | 1418 | SND_PCI_QUIRK(0x10f7, 0x8338, "Panasonic CF-74", STAC_9200_PANASONIC), |
Takashi Iwai | 1194b5b | 2007-10-10 10:04:26 +0200 | [diff] [blame] | 1419 | /* Gateway machines needs EAPD to be set on resume */ |
Mauro Carvalho Chehab | 58eec42 | 2008-08-11 10:18:39 +0200 | [diff] [blame] | 1420 | SND_PCI_QUIRK(0x107b, 0x0205, "Gateway S-7110M", STAC_9200_M4), |
| 1421 | SND_PCI_QUIRK(0x107b, 0x0317, "Gateway MT3423, MX341*", STAC_9200_M4_2), |
| 1422 | SND_PCI_QUIRK(0x107b, 0x0318, "Gateway ML3019, MT3707", STAC_9200_M4_2), |
Tobin Davis | bf27778 | 2008-02-03 20:31:47 +0100 | [diff] [blame] | 1423 | /* OQO Mobile */ |
| 1424 | SND_PCI_QUIRK(0x1106, 0x3288, "OQO Model 2", STAC_9200_OQO), |
Matt Porter | 403d194 | 2005-11-29 15:00:51 +0100 | [diff] [blame] | 1425 | {} /* terminator */ |
| 1426 | }; |
| 1427 | |
Takashi Iwai | d2077d4 | 2013-01-14 14:20:16 +0100 | [diff] [blame] | 1428 | static const struct hda_pintbl ref925x_pin_configs[] = { |
| 1429 | { 0x07, 0x40c003f0 }, |
| 1430 | { 0x08, 0x424503f2 }, |
| 1431 | { 0x0a, 0x01813022 }, |
| 1432 | { 0x0b, 0x02a19021 }, |
| 1433 | { 0x0c, 0x90a70320 }, |
| 1434 | { 0x0d, 0x02214210 }, |
| 1435 | { 0x10, 0x01019020 }, |
| 1436 | { 0x11, 0x9033032e }, |
| 1437 | {} |
Tobin Davis | 8e21c34 | 2007-01-08 11:04:17 +0100 | [diff] [blame] | 1438 | }; |
| 1439 | |
Takashi Iwai | d2077d4 | 2013-01-14 14:20:16 +0100 | [diff] [blame] | 1440 | static const struct hda_pintbl stac925xM1_pin_configs[] = { |
| 1441 | { 0x07, 0x40c003f4 }, |
| 1442 | { 0x08, 0x424503f2 }, |
| 1443 | { 0x0a, 0x400000f3 }, |
| 1444 | { 0x0b, 0x02a19020 }, |
| 1445 | { 0x0c, 0x40a000f0 }, |
| 1446 | { 0x0d, 0x90100210 }, |
| 1447 | { 0x10, 0x400003f1 }, |
| 1448 | { 0x11, 0x9033032e }, |
| 1449 | {} |
Tobin Davis | 8e21c34 | 2007-01-08 11:04:17 +0100 | [diff] [blame] | 1450 | }; |
| 1451 | |
Takashi Iwai | d2077d4 | 2013-01-14 14:20:16 +0100 | [diff] [blame] | 1452 | static const struct hda_pintbl stac925xM1_2_pin_configs[] = { |
| 1453 | { 0x07, 0x40c003f4 }, |
| 1454 | { 0x08, 0x424503f2 }, |
| 1455 | { 0x0a, 0x400000f3 }, |
| 1456 | { 0x0b, 0x02a19020 }, |
| 1457 | { 0x0c, 0x40a000f0 }, |
| 1458 | { 0x0d, 0x90100210 }, |
| 1459 | { 0x10, 0x400003f1 }, |
| 1460 | { 0x11, 0x9033032e }, |
| 1461 | {} |
Mauro Carvalho Chehab | 9cb36c2 | 2008-08-11 10:18:39 +0200 | [diff] [blame] | 1462 | }; |
Mauro Carvalho Chehab | 58eec42 | 2008-08-11 10:18:39 +0200 | [diff] [blame] | 1463 | |
Takashi Iwai | d2077d4 | 2013-01-14 14:20:16 +0100 | [diff] [blame] | 1464 | static const struct hda_pintbl stac925xM2_pin_configs[] = { |
| 1465 | { 0x07, 0x40c003f4 }, |
| 1466 | { 0x08, 0x424503f2 }, |
| 1467 | { 0x0a, 0x400000f3 }, |
| 1468 | { 0x0b, 0x02a19020 }, |
| 1469 | { 0x0c, 0x40a000f0 }, |
| 1470 | { 0x0d, 0x90100210 }, |
| 1471 | { 0x10, 0x400003f1 }, |
| 1472 | { 0x11, 0x9033032e }, |
| 1473 | {} |
Tobin Davis | 2c11f95 | 2007-05-17 09:36:34 +0200 | [diff] [blame] | 1474 | }; |
| 1475 | |
Takashi Iwai | d2077d4 | 2013-01-14 14:20:16 +0100 | [diff] [blame] | 1476 | static const struct hda_pintbl stac925xM2_2_pin_configs[] = { |
| 1477 | { 0x07, 0x40c003f4 }, |
| 1478 | { 0x08, 0x424503f2 }, |
| 1479 | { 0x0a, 0x400000f3 }, |
| 1480 | { 0x0b, 0x02a19020 }, |
| 1481 | { 0x0c, 0x40a000f0 }, |
| 1482 | { 0x0d, 0x90100210 }, |
| 1483 | { 0x10, 0x400003f1 }, |
| 1484 | { 0x11, 0x9033032e }, |
| 1485 | {} |
Mauro Carvalho Chehab | 58eec42 | 2008-08-11 10:18:39 +0200 | [diff] [blame] | 1486 | }; |
| 1487 | |
Takashi Iwai | d2077d4 | 2013-01-14 14:20:16 +0100 | [diff] [blame] | 1488 | static const struct hda_pintbl stac925xM3_pin_configs[] = { |
| 1489 | { 0x07, 0x40c003f4 }, |
| 1490 | { 0x08, 0x424503f2 }, |
| 1491 | { 0x0a, 0x400000f3 }, |
| 1492 | { 0x0b, 0x02a19020 }, |
| 1493 | { 0x0c, 0x40a000f0 }, |
| 1494 | { 0x0d, 0x90100210 }, |
| 1495 | { 0x10, 0x400003f1 }, |
| 1496 | { 0x11, 0x503303f3 }, |
| 1497 | {} |
Mauro Carvalho Chehab | 9cb36c2 | 2008-08-11 10:18:39 +0200 | [diff] [blame] | 1498 | }; |
Mauro Carvalho Chehab | 58eec42 | 2008-08-11 10:18:39 +0200 | [diff] [blame] | 1499 | |
Takashi Iwai | d2077d4 | 2013-01-14 14:20:16 +0100 | [diff] [blame] | 1500 | static const struct hda_pintbl stac925xM5_pin_configs[] = { |
| 1501 | { 0x07, 0x40c003f4 }, |
| 1502 | { 0x08, 0x424503f2 }, |
| 1503 | { 0x0a, 0x400000f3 }, |
| 1504 | { 0x0b, 0x02a19020 }, |
| 1505 | { 0x0c, 0x40a000f0 }, |
| 1506 | { 0x0d, 0x90100210 }, |
| 1507 | { 0x10, 0x400003f1 }, |
| 1508 | { 0x11, 0x9033032e }, |
| 1509 | {} |
Mauro Carvalho Chehab | 9cb36c2 | 2008-08-11 10:18:39 +0200 | [diff] [blame] | 1510 | }; |
| 1511 | |
Takashi Iwai | d2077d4 | 2013-01-14 14:20:16 +0100 | [diff] [blame] | 1512 | static const struct hda_pintbl stac925xM6_pin_configs[] = { |
| 1513 | { 0x07, 0x40c003f4 }, |
| 1514 | { 0x08, 0x424503f2 }, |
| 1515 | { 0x0a, 0x400000f3 }, |
| 1516 | { 0x0b, 0x02a19020 }, |
| 1517 | { 0x0c, 0x40a000f0 }, |
| 1518 | { 0x0d, 0x90100210 }, |
| 1519 | { 0x10, 0x400003f1 }, |
| 1520 | { 0x11, 0x90330320 }, |
| 1521 | {} |
Tobin Davis | 8e21c34 | 2007-01-08 11:04:17 +0100 | [diff] [blame] | 1522 | }; |
| 1523 | |
Takashi Iwai | d2077d4 | 2013-01-14 14:20:16 +0100 | [diff] [blame] | 1524 | static const struct hda_fixup stac925x_fixups[] = { |
| 1525 | [STAC_REF] = { |
| 1526 | .type = HDA_FIXUP_PINS, |
| 1527 | .v.pins = ref925x_pin_configs, |
| 1528 | }, |
| 1529 | [STAC_M1] = { |
| 1530 | .type = HDA_FIXUP_PINS, |
| 1531 | .v.pins = stac925xM1_pin_configs, |
| 1532 | }, |
| 1533 | [STAC_M1_2] = { |
| 1534 | .type = HDA_FIXUP_PINS, |
| 1535 | .v.pins = stac925xM1_2_pin_configs, |
| 1536 | }, |
| 1537 | [STAC_M2] = { |
| 1538 | .type = HDA_FIXUP_PINS, |
| 1539 | .v.pins = stac925xM2_pin_configs, |
| 1540 | }, |
| 1541 | [STAC_M2_2] = { |
| 1542 | .type = HDA_FIXUP_PINS, |
| 1543 | .v.pins = stac925xM2_2_pin_configs, |
| 1544 | }, |
| 1545 | [STAC_M3] = { |
| 1546 | .type = HDA_FIXUP_PINS, |
| 1547 | .v.pins = stac925xM3_pin_configs, |
| 1548 | }, |
| 1549 | [STAC_M5] = { |
| 1550 | .type = HDA_FIXUP_PINS, |
| 1551 | .v.pins = stac925xM5_pin_configs, |
| 1552 | }, |
| 1553 | [STAC_M6] = { |
| 1554 | .type = HDA_FIXUP_PINS, |
| 1555 | .v.pins = stac925xM6_pin_configs, |
| 1556 | }, |
Tobin Davis | 8e21c34 | 2007-01-08 11:04:17 +0100 | [diff] [blame] | 1557 | }; |
| 1558 | |
Takashi Iwai | d2077d4 | 2013-01-14 14:20:16 +0100 | [diff] [blame] | 1559 | static const struct hda_model_fixup stac925x_models[] = { |
| 1560 | { .id = STAC_REF, .name = "ref" }, |
| 1561 | { .id = STAC_M1, .name = "m1" }, |
| 1562 | { .id = STAC_M1_2, .name = "m1-2" }, |
| 1563 | { .id = STAC_M2, .name = "m2" }, |
| 1564 | { .id = STAC_M2_2, .name = "m2-2" }, |
| 1565 | { .id = STAC_M3, .name = "m3" }, |
| 1566 | { .id = STAC_M5, .name = "m5" }, |
| 1567 | { .id = STAC_M6, .name = "m6" }, |
| 1568 | {} |
Tobin Davis | 8e21c34 | 2007-01-08 11:04:17 +0100 | [diff] [blame] | 1569 | }; |
| 1570 | |
Takashi Iwai | d2077d4 | 2013-01-14 14:20:16 +0100 | [diff] [blame] | 1571 | static const struct snd_pci_quirk stac925x_fixup_tbl[] = { |
| 1572 | /* SigmaTel reference board */ |
| 1573 | SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x2668, "DFI LanParty", STAC_REF), |
| 1574 | SND_PCI_QUIRK(PCI_VENDOR_ID_DFI, 0x3101, "DFI LanParty", STAC_REF), |
| 1575 | SND_PCI_QUIRK(0x8384, 0x7632, "Stac9202 Reference Board", STAC_REF), |
| 1576 | |
| 1577 | /* Default table for unknown ID */ |
| 1578 | SND_PCI_QUIRK(0x1002, 0x437b, "Gateway mobile", STAC_M2_2), |
| 1579 | |
| 1580 | /* gateway machines are checked via codec ssid */ |
Mauro Carvalho Chehab | 58eec42 | 2008-08-11 10:18:39 +0200 | [diff] [blame] | 1581 | SND_PCI_QUIRK(0x107b, 0x0316, "Gateway M255", STAC_M2), |
| 1582 | SND_PCI_QUIRK(0x107b, 0x0366, "Gateway MP6954", STAC_M5), |
| 1583 | SND_PCI_QUIRK(0x107b, 0x0461, "Gateway NX560XL", STAC_M1), |
| 1584 | SND_PCI_QUIRK(0x107b, 0x0681, "Gateway NX860", STAC_M2), |
Mauro Carvalho Chehab | 9cb36c2 | 2008-08-11 10:18:39 +0200 | [diff] [blame] | 1585 | SND_PCI_QUIRK(0x107b, 0x0367, "Gateway MX6453", STAC_M1_2), |
Mauro Carvalho Chehab | 9cb36c2 | 2008-08-11 10:18:39 +0200 | [diff] [blame] | 1586 | /* Not sure about the brand name for those */ |
| 1587 | SND_PCI_QUIRK(0x107b, 0x0281, "Gateway mobile", STAC_M1), |
| 1588 | SND_PCI_QUIRK(0x107b, 0x0507, "Gateway mobile", STAC_M3), |
| 1589 | SND_PCI_QUIRK(0x107b, 0x0281, "Gateway mobile", STAC_M6), |
| 1590 | SND_PCI_QUIRK(0x107b, 0x0685, "Gateway mobile", STAC_M2_2), |
Mauro Carvalho Chehab | 9cb36c2 | 2008-08-11 10:18:39 +0200 | [diff] [blame] | 1591 | {} /* terminator */ |
Tobin Davis | 8e21c34 | 2007-01-08 11:04:17 +0100 | [diff] [blame] | 1592 | }; |
| 1593 | |
Takashi Iwai | 55e3014 | 2013-01-14 17:30:04 +0100 | [diff] [blame] | 1594 | static const struct hda_pintbl ref92hd73xx_pin_configs[] = { |
| 1595 | { 0x0a, 0x02214030 }, |
| 1596 | { 0x0b, 0x02a19040 }, |
| 1597 | { 0x0c, 0x01a19020 }, |
| 1598 | { 0x0d, 0x02214030 }, |
| 1599 | { 0x0e, 0x0181302e }, |
| 1600 | { 0x0f, 0x01014010 }, |
| 1601 | { 0x10, 0x01014020 }, |
| 1602 | { 0x11, 0x01014030 }, |
| 1603 | { 0x12, 0x02319040 }, |
| 1604 | { 0x13, 0x90a000f0 }, |
| 1605 | { 0x14, 0x90a000f0 }, |
| 1606 | { 0x22, 0x01452050 }, |
| 1607 | { 0x23, 0x01452050 }, |
| 1608 | {} |
Matthew Ranostay | a766264 | 2008-02-21 07:51:14 +0100 | [diff] [blame] | 1609 | }; |
| 1610 | |
Takashi Iwai | 55e3014 | 2013-01-14 17:30:04 +0100 | [diff] [blame] | 1611 | static const struct hda_pintbl dell_m6_pin_configs[] = { |
| 1612 | { 0x0a, 0x0321101f }, |
| 1613 | { 0x0b, 0x4f00000f }, |
| 1614 | { 0x0c, 0x4f0000f0 }, |
| 1615 | { 0x0d, 0x90170110 }, |
| 1616 | { 0x0e, 0x03a11020 }, |
| 1617 | { 0x0f, 0x0321101f }, |
| 1618 | { 0x10, 0x4f0000f0 }, |
| 1619 | { 0x11, 0x4f0000f0 }, |
| 1620 | { 0x12, 0x4f0000f0 }, |
| 1621 | { 0x13, 0x90a60160 }, |
| 1622 | { 0x14, 0x4f0000f0 }, |
| 1623 | { 0x22, 0x4f0000f0 }, |
| 1624 | { 0x23, 0x4f0000f0 }, |
| 1625 | {} |
Matthew Ranostay | e1f0d66 | 2007-12-13 17:47:21 +0100 | [diff] [blame] | 1626 | }; |
| 1627 | |
Takashi Iwai | 55e3014 | 2013-01-14 17:30:04 +0100 | [diff] [blame] | 1628 | static const struct hda_pintbl alienware_m17x_pin_configs[] = { |
| 1629 | { 0x0a, 0x0321101f }, |
| 1630 | { 0x0b, 0x0321101f }, |
| 1631 | { 0x0c, 0x03a11020 }, |
| 1632 | { 0x0d, 0x03014020 }, |
| 1633 | { 0x0e, 0x90170110 }, |
| 1634 | { 0x0f, 0x4f0000f0 }, |
| 1635 | { 0x10, 0x4f0000f0 }, |
| 1636 | { 0x11, 0x4f0000f0 }, |
| 1637 | { 0x12, 0x4f0000f0 }, |
| 1638 | { 0x13, 0x90a60160 }, |
| 1639 | { 0x14, 0x4f0000f0 }, |
| 1640 | { 0x22, 0x4f0000f0 }, |
| 1641 | { 0x23, 0x904601b0 }, |
| 1642 | {} |
Takashi Iwai | 842ae63 | 2009-09-02 07:43:08 +0200 | [diff] [blame] | 1643 | }; |
| 1644 | |
Takashi Iwai | 55e3014 | 2013-01-14 17:30:04 +0100 | [diff] [blame] | 1645 | static const struct hda_pintbl intel_dg45id_pin_configs[] = { |
| 1646 | { 0x0a, 0x02214230 }, |
| 1647 | { 0x0b, 0x02A19240 }, |
| 1648 | { 0x0c, 0x01013214 }, |
| 1649 | { 0x0d, 0x01014210 }, |
| 1650 | { 0x0e, 0x01A19250 }, |
| 1651 | { 0x0f, 0x01011212 }, |
| 1652 | { 0x10, 0x01016211 }, |
| 1653 | {} |
Alexey Fisher | 52dc438 | 2009-12-12 11:16:41 +0200 | [diff] [blame] | 1654 | }; |
| 1655 | |
Takashi Iwai | 55e3014 | 2013-01-14 17:30:04 +0100 | [diff] [blame] | 1656 | static void stac92hd73xx_fixup_ref(struct hda_codec *codec, |
| 1657 | const struct hda_fixup *fix, int action) |
| 1658 | { |
| 1659 | struct sigmatel_spec *spec = codec->spec; |
| 1660 | |
| 1661 | if (action != HDA_FIXUP_ACT_PRE_PROBE) |
| 1662 | return; |
| 1663 | |
| 1664 | snd_hda_apply_pincfgs(codec, ref92hd73xx_pin_configs); |
| 1665 | spec->gpio_mask = spec->gpio_dir = spec->gpio_data = 0; |
| 1666 | } |
| 1667 | |
| 1668 | static void stac92hd73xx_fixup_dell(struct hda_codec *codec) |
| 1669 | { |
| 1670 | struct sigmatel_spec *spec = codec->spec; |
| 1671 | |
| 1672 | snd_hda_apply_pincfgs(codec, dell_m6_pin_configs); |
Takashi Iwai | 55e3014 | 2013-01-14 17:30:04 +0100 | [diff] [blame] | 1673 | spec->eapd_switch = 0; |
| 1674 | } |
| 1675 | |
| 1676 | static void stac92hd73xx_fixup_dell_eq(struct hda_codec *codec, |
| 1677 | const struct hda_fixup *fix, int action) |
| 1678 | { |
| 1679 | struct sigmatel_spec *spec = codec->spec; |
| 1680 | |
| 1681 | if (action != HDA_FIXUP_ACT_PRE_PROBE) |
| 1682 | return; |
| 1683 | |
| 1684 | stac92hd73xx_fixup_dell(codec); |
| 1685 | snd_hda_add_verbs(codec, dell_eq_core_init); |
| 1686 | spec->volknob_init = 1; |
| 1687 | } |
| 1688 | |
| 1689 | /* Analog Mics */ |
| 1690 | static void stac92hd73xx_fixup_dell_m6_amic(struct hda_codec *codec, |
| 1691 | const struct hda_fixup *fix, int action) |
| 1692 | { |
Takashi Iwai | 55e3014 | 2013-01-14 17:30:04 +0100 | [diff] [blame] | 1693 | if (action != HDA_FIXUP_ACT_PRE_PROBE) |
| 1694 | return; |
| 1695 | |
| 1696 | stac92hd73xx_fixup_dell(codec); |
| 1697 | snd_hda_codec_set_pincfg(codec, 0x0b, 0x90A70170); |
Takashi Iwai | 55e3014 | 2013-01-14 17:30:04 +0100 | [diff] [blame] | 1698 | } |
| 1699 | |
| 1700 | /* Digital Mics */ |
| 1701 | static void stac92hd73xx_fixup_dell_m6_dmic(struct hda_codec *codec, |
| 1702 | const struct hda_fixup *fix, int action) |
| 1703 | { |
Takashi Iwai | 55e3014 | 2013-01-14 17:30:04 +0100 | [diff] [blame] | 1704 | if (action != HDA_FIXUP_ACT_PRE_PROBE) |
| 1705 | return; |
| 1706 | |
| 1707 | stac92hd73xx_fixup_dell(codec); |
| 1708 | snd_hda_codec_set_pincfg(codec, 0x13, 0x90A60160); |
Takashi Iwai | 55e3014 | 2013-01-14 17:30:04 +0100 | [diff] [blame] | 1709 | } |
| 1710 | |
| 1711 | /* Both */ |
| 1712 | static void stac92hd73xx_fixup_dell_m6_both(struct hda_codec *codec, |
| 1713 | const struct hda_fixup *fix, int action) |
| 1714 | { |
Takashi Iwai | 55e3014 | 2013-01-14 17:30:04 +0100 | [diff] [blame] | 1715 | if (action != HDA_FIXUP_ACT_PRE_PROBE) |
| 1716 | return; |
| 1717 | |
| 1718 | stac92hd73xx_fixup_dell(codec); |
| 1719 | snd_hda_codec_set_pincfg(codec, 0x0b, 0x90A70170); |
| 1720 | snd_hda_codec_set_pincfg(codec, 0x13, 0x90A60160); |
Takashi Iwai | 55e3014 | 2013-01-14 17:30:04 +0100 | [diff] [blame] | 1721 | } |
| 1722 | |
| 1723 | static void stac92hd73xx_fixup_alienware_m17x(struct hda_codec *codec, |
| 1724 | const struct hda_fixup *fix, int action) |
| 1725 | { |
| 1726 | struct sigmatel_spec *spec = codec->spec; |
| 1727 | |
| 1728 | if (action != HDA_FIXUP_ACT_PRE_PROBE) |
| 1729 | return; |
| 1730 | |
| 1731 | snd_hda_apply_pincfgs(codec, alienware_m17x_pin_configs); |
Takashi Iwai | 55e3014 | 2013-01-14 17:30:04 +0100 | [diff] [blame] | 1732 | spec->eapd_switch = 0; |
| 1733 | } |
| 1734 | |
| 1735 | static void stac92hd73xx_fixup_no_jd(struct hda_codec *codec, |
| 1736 | const struct hda_fixup *fix, int action) |
| 1737 | { |
Takashi Iwai | 36c9db7 | 2013-01-17 17:07:59 +0100 | [diff] [blame] | 1738 | if (action == HDA_FIXUP_ACT_PRE_PROBE) |
| 1739 | codec->no_jack_detect = 1; |
Takashi Iwai | 55e3014 | 2013-01-14 17:30:04 +0100 | [diff] [blame] | 1740 | } |
| 1741 | |
| 1742 | static const struct hda_fixup stac92hd73xx_fixups[] = { |
| 1743 | [STAC_92HD73XX_REF] = { |
| 1744 | .type = HDA_FIXUP_FUNC, |
| 1745 | .v.func = stac92hd73xx_fixup_ref, |
| 1746 | }, |
| 1747 | [STAC_DELL_M6_AMIC] = { |
| 1748 | .type = HDA_FIXUP_FUNC, |
| 1749 | .v.func = stac92hd73xx_fixup_dell_m6_amic, |
| 1750 | }, |
| 1751 | [STAC_DELL_M6_DMIC] = { |
| 1752 | .type = HDA_FIXUP_FUNC, |
| 1753 | .v.func = stac92hd73xx_fixup_dell_m6_dmic, |
| 1754 | }, |
| 1755 | [STAC_DELL_M6_BOTH] = { |
| 1756 | .type = HDA_FIXUP_FUNC, |
| 1757 | .v.func = stac92hd73xx_fixup_dell_m6_both, |
| 1758 | }, |
| 1759 | [STAC_DELL_EQ] = { |
| 1760 | .type = HDA_FIXUP_FUNC, |
| 1761 | .v.func = stac92hd73xx_fixup_dell_eq, |
| 1762 | }, |
| 1763 | [STAC_ALIENWARE_M17X] = { |
| 1764 | .type = HDA_FIXUP_FUNC, |
| 1765 | .v.func = stac92hd73xx_fixup_alienware_m17x, |
| 1766 | }, |
| 1767 | [STAC_92HD73XX_INTEL] = { |
| 1768 | .type = HDA_FIXUP_PINS, |
| 1769 | .v.pins = intel_dg45id_pin_configs, |
| 1770 | }, |
| 1771 | [STAC_92HD73XX_NO_JD] = { |
| 1772 | .type = HDA_FIXUP_FUNC, |
| 1773 | .v.func = stac92hd73xx_fixup_no_jd, |
| 1774 | } |
Matthew Ranostay | e1f0d66 | 2007-12-13 17:47:21 +0100 | [diff] [blame] | 1775 | }; |
| 1776 | |
Takashi Iwai | 55e3014 | 2013-01-14 17:30:04 +0100 | [diff] [blame] | 1777 | static const struct hda_model_fixup stac92hd73xx_models[] = { |
| 1778 | { .id = STAC_92HD73XX_NO_JD, .name = "no-jd" }, |
| 1779 | { .id = STAC_92HD73XX_REF, .name = "ref" }, |
| 1780 | { .id = STAC_92HD73XX_INTEL, .name = "intel" }, |
| 1781 | { .id = STAC_DELL_M6_AMIC, .name = "dell-m6-amic" }, |
| 1782 | { .id = STAC_DELL_M6_DMIC, .name = "dell-m6-dmic" }, |
| 1783 | { .id = STAC_DELL_M6_BOTH, .name = "dell-m6" }, |
| 1784 | { .id = STAC_DELL_EQ, .name = "dell-eq" }, |
| 1785 | { .id = STAC_ALIENWARE_M17X, .name = "alienware" }, |
| 1786 | {} |
Matthew Ranostay | e1f0d66 | 2007-12-13 17:47:21 +0100 | [diff] [blame] | 1787 | }; |
| 1788 | |
Takashi Iwai | 55e3014 | 2013-01-14 17:30:04 +0100 | [diff] [blame] | 1789 | static const struct snd_pci_quirk stac92hd73xx_fixup_tbl[] = { |
Matthew Ranostay | e1f0d66 | 2007-12-13 17:47:21 +0100 | [diff] [blame] | 1790 | /* SigmaTel reference board */ |
| 1791 | SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x2668, |
Matthew Ranostay | a766264 | 2008-02-21 07:51:14 +0100 | [diff] [blame] | 1792 | "DFI LanParty", STAC_92HD73XX_REF), |
Matthew Ranostay | 577aa2c | 2009-01-22 22:55:44 -0500 | [diff] [blame] | 1793 | SND_PCI_QUIRK(PCI_VENDOR_ID_DFI, 0x3101, |
| 1794 | "DFI LanParty", STAC_92HD73XX_REF), |
Wu Fengguang | ae70944 | 2009-08-19 17:05:11 +0800 | [diff] [blame] | 1795 | SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x5002, |
| 1796 | "Intel DG45ID", STAC_92HD73XX_INTEL), |
| 1797 | SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x5003, |
| 1798 | "Intel DG45FC", STAC_92HD73XX_INTEL), |
Matthew Ranostay | a766264 | 2008-02-21 07:51:14 +0100 | [diff] [blame] | 1799 | SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0254, |
Takashi Iwai | 661cd8f | 2008-11-25 15:18:29 +0100 | [diff] [blame] | 1800 | "Dell Studio 1535", STAC_DELL_M6_DMIC), |
Matthew Ranostay | a766264 | 2008-02-21 07:51:14 +0100 | [diff] [blame] | 1801 | SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0255, |
Takashi Iwai | 661cd8f | 2008-11-25 15:18:29 +0100 | [diff] [blame] | 1802 | "unknown Dell", STAC_DELL_M6_DMIC), |
Matthew Ranostay | a766264 | 2008-02-21 07:51:14 +0100 | [diff] [blame] | 1803 | SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0256, |
Takashi Iwai | 661cd8f | 2008-11-25 15:18:29 +0100 | [diff] [blame] | 1804 | "unknown Dell", STAC_DELL_M6_BOTH), |
Matthew Ranostay | a766264 | 2008-02-21 07:51:14 +0100 | [diff] [blame] | 1805 | SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0257, |
Takashi Iwai | 661cd8f | 2008-11-25 15:18:29 +0100 | [diff] [blame] | 1806 | "unknown Dell", STAC_DELL_M6_BOTH), |
Matthew Ranostay | a766264 | 2008-02-21 07:51:14 +0100 | [diff] [blame] | 1807 | SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x025e, |
Takashi Iwai | 661cd8f | 2008-11-25 15:18:29 +0100 | [diff] [blame] | 1808 | "unknown Dell", STAC_DELL_M6_AMIC), |
Matthew Ranostay | a766264 | 2008-02-21 07:51:14 +0100 | [diff] [blame] | 1809 | SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x025f, |
Takashi Iwai | 661cd8f | 2008-11-25 15:18:29 +0100 | [diff] [blame] | 1810 | "unknown Dell", STAC_DELL_M6_AMIC), |
Matthew Ranostay | a766264 | 2008-02-21 07:51:14 +0100 | [diff] [blame] | 1811 | SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0271, |
Takashi Iwai | 661cd8f | 2008-11-25 15:18:29 +0100 | [diff] [blame] | 1812 | "unknown Dell", STAC_DELL_M6_DMIC), |
| 1813 | SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0272, |
| 1814 | "unknown Dell", STAC_DELL_M6_DMIC), |
Takashi Iwai | b0fc5e0 | 2008-11-21 08:37:03 +0100 | [diff] [blame] | 1815 | SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x029f, |
Takashi Iwai | 661cd8f | 2008-11-25 15:18:29 +0100 | [diff] [blame] | 1816 | "Dell Studio 1537", STAC_DELL_M6_DMIC), |
Joerg Schirottke | fa620e9 | 2008-12-19 08:13:49 +0100 | [diff] [blame] | 1817 | SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x02a0, |
| 1818 | "Dell Studio 17", STAC_DELL_M6_DMIC), |
Takashi Iwai | 626f5ce | 2009-07-28 00:54:39 +0200 | [diff] [blame] | 1819 | SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x02be, |
| 1820 | "Dell Studio 1555", STAC_DELL_M6_DMIC), |
Daniel J Blueman | 8ef5837 | 2009-11-14 18:20:04 +0000 | [diff] [blame] | 1821 | SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x02bd, |
| 1822 | "Dell Studio 1557", STAC_DELL_M6_DMIC), |
Daniel T Chen | aac78da | 2010-04-21 20:41:52 -0400 | [diff] [blame] | 1823 | SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x02fe, |
David Henningsson | ffe535e | 2012-01-16 10:52:20 +0100 | [diff] [blame] | 1824 | "Dell Studio XPS 1645", STAC_DELL_M6_DMIC), |
Daniel T Chen | 5c1bccf | 2010-04-22 17:54:45 -0400 | [diff] [blame] | 1825 | SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0413, |
David Henningsson | e033ebf | 2011-05-16 12:09:29 +0200 | [diff] [blame] | 1826 | "Dell Studio 1558", STAC_DELL_M6_DMIC), |
Takashi Iwai | 55e3014 | 2013-01-14 17:30:04 +0100 | [diff] [blame] | 1827 | /* codec SSID matching */ |
Takashi Iwai | 842ae63 | 2009-09-02 07:43:08 +0200 | [diff] [blame] | 1828 | SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x02a1, |
| 1829 | "Alienware M17x", STAC_ALIENWARE_M17X), |
Daniel T Chen | 0defe09 | 2010-12-01 19:16:07 -0500 | [diff] [blame] | 1830 | SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x043a, |
| 1831 | "Alienware M17x", STAC_ALIENWARE_M17X), |
Takashi Iwai | dbd1b54 | 2011-11-19 11:41:30 +0100 | [diff] [blame] | 1832 | SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0490, |
Albert Pool | b9ecc4e | 2012-01-19 22:08:50 +0100 | [diff] [blame] | 1833 | "Alienware M17x R3", STAC_DELL_EQ), |
Takashi Iwai | 842ae63 | 2009-09-02 07:43:08 +0200 | [diff] [blame] | 1834 | {} /* terminator */ |
| 1835 | }; |
| 1836 | |
Takashi Iwai | 372f8c7 | 2013-01-14 18:06:34 +0100 | [diff] [blame] | 1837 | static const struct hda_pintbl ref92hd83xxx_pin_configs[] = { |
| 1838 | { 0x0a, 0x02214030 }, |
| 1839 | { 0x0b, 0x02211010 }, |
| 1840 | { 0x0c, 0x02a19020 }, |
| 1841 | { 0x0d, 0x02170130 }, |
| 1842 | { 0x0e, 0x01014050 }, |
| 1843 | { 0x0f, 0x01819040 }, |
| 1844 | { 0x10, 0x01014020 }, |
| 1845 | { 0x11, 0x90a3014e }, |
| 1846 | { 0x1f, 0x01451160 }, |
| 1847 | { 0x20, 0x98560170 }, |
| 1848 | {} |
Matthew Ranostay | d0513fc | 2008-07-27 10:30:30 +0200 | [diff] [blame] | 1849 | }; |
| 1850 | |
Takashi Iwai | 372f8c7 | 2013-01-14 18:06:34 +0100 | [diff] [blame] | 1851 | static const struct hda_pintbl dell_s14_pin_configs[] = { |
| 1852 | { 0x0a, 0x0221403f }, |
| 1853 | { 0x0b, 0x0221101f }, |
| 1854 | { 0x0c, 0x02a19020 }, |
| 1855 | { 0x0d, 0x90170110 }, |
| 1856 | { 0x0e, 0x40f000f0 }, |
| 1857 | { 0x0f, 0x40f000f0 }, |
| 1858 | { 0x10, 0x40f000f0 }, |
| 1859 | { 0x11, 0x90a60160 }, |
| 1860 | { 0x1f, 0x40f000f0 }, |
| 1861 | { 0x20, 0x40f000f0 }, |
| 1862 | {} |
Matthew Ranostay | 8bb0ac5 | 2009-02-12 16:50:01 -0500 | [diff] [blame] | 1863 | }; |
| 1864 | |
Takashi Iwai | 372f8c7 | 2013-01-14 18:06:34 +0100 | [diff] [blame] | 1865 | static const struct hda_pintbl dell_vostro_3500_pin_configs[] = { |
| 1866 | { 0x0a, 0x02a11020 }, |
| 1867 | { 0x0b, 0x0221101f }, |
| 1868 | { 0x0c, 0x400000f0 }, |
| 1869 | { 0x0d, 0x90170110 }, |
| 1870 | { 0x0e, 0x400000f1 }, |
| 1871 | { 0x0f, 0x400000f2 }, |
| 1872 | { 0x10, 0x400000f3 }, |
| 1873 | { 0x11, 0x90a60160 }, |
| 1874 | { 0x1f, 0x400000f4 }, |
| 1875 | { 0x20, 0x400000f5 }, |
| 1876 | {} |
Julian Wollrath | f7f9bdf | 2011-11-09 10:02:40 +0100 | [diff] [blame] | 1877 | }; |
| 1878 | |
Takashi Iwai | 372f8c7 | 2013-01-14 18:06:34 +0100 | [diff] [blame] | 1879 | static const struct hda_pintbl hp_dv7_4000_pin_configs[] = { |
| 1880 | { 0x0a, 0x03a12050 }, |
| 1881 | { 0x0b, 0x0321201f }, |
| 1882 | { 0x0c, 0x40f000f0 }, |
| 1883 | { 0x0d, 0x90170110 }, |
| 1884 | { 0x0e, 0x40f000f0 }, |
| 1885 | { 0x0f, 0x40f000f0 }, |
| 1886 | { 0x10, 0x90170110 }, |
| 1887 | { 0x11, 0xd5a30140 }, |
| 1888 | { 0x1f, 0x40f000f0 }, |
| 1889 | { 0x20, 0x40f000f0 }, |
| 1890 | {} |
Steven Eastland | 4831559 | 2010-08-06 15:07:35 -0600 | [diff] [blame] | 1891 | }; |
| 1892 | |
Takashi Iwai | 372f8c7 | 2013-01-14 18:06:34 +0100 | [diff] [blame] | 1893 | static const struct hda_pintbl hp_zephyr_pin_configs[] = { |
| 1894 | { 0x0a, 0x01813050 }, |
| 1895 | { 0x0b, 0x0421201f }, |
| 1896 | { 0x0c, 0x04a1205e }, |
| 1897 | { 0x0d, 0x96130310 }, |
| 1898 | { 0x0e, 0x96130310 }, |
| 1899 | { 0x0f, 0x0101401f }, |
| 1900 | { 0x10, 0x1111611f }, |
| 1901 | { 0x11, 0xd5a30130 }, |
| 1902 | {} |
Vitaliy Kulikov | 5556e14 | 2012-02-27 16:47:37 -0600 | [diff] [blame] | 1903 | }; |
| 1904 | |
Takashi Iwai | 372f8c7 | 2013-01-14 18:06:34 +0100 | [diff] [blame] | 1905 | static const struct hda_pintbl hp_cNB11_intquad_pin_configs[] = { |
| 1906 | { 0x0a, 0x40f000f0 }, |
| 1907 | { 0x0b, 0x0221101f }, |
| 1908 | { 0x0c, 0x02a11020 }, |
| 1909 | { 0x0d, 0x92170110 }, |
| 1910 | { 0x0e, 0x40f000f0 }, |
| 1911 | { 0x0f, 0x92170110 }, |
| 1912 | { 0x10, 0x40f000f0 }, |
| 1913 | { 0x11, 0xd5a30130 }, |
| 1914 | { 0x1f, 0x40f000f0 }, |
| 1915 | { 0x20, 0x40f000f0 }, |
| 1916 | {} |
Vitaliy Kulikov | 0c27c18 | 2011-07-22 17:50:37 -0500 | [diff] [blame] | 1917 | }; |
| 1918 | |
Takashi Iwai | 372f8c7 | 2013-01-14 18:06:34 +0100 | [diff] [blame] | 1919 | static void stac92hd83xxx_fixup_hp(struct hda_codec *codec, |
| 1920 | const struct hda_fixup *fix, int action) |
| 1921 | { |
| 1922 | struct sigmatel_spec *spec = codec->spec; |
| 1923 | |
| 1924 | if (action != HDA_FIXUP_ACT_PRE_PROBE) |
| 1925 | return; |
| 1926 | |
| 1927 | if (hp_bnb2011_with_dock(codec)) { |
| 1928 | snd_hda_codec_set_pincfg(codec, 0xa, 0x2101201f); |
| 1929 | snd_hda_codec_set_pincfg(codec, 0xf, 0x2181205e); |
| 1930 | } |
| 1931 | |
| 1932 | if (find_mute_led_cfg(codec, spec->default_polarity)) |
| 1933 | snd_printd("mute LED gpio %d polarity %d\n", |
| 1934 | spec->gpio_led, |
| 1935 | spec->gpio_led_polarity); |
| 1936 | } |
| 1937 | |
| 1938 | static void stac92hd83xxx_fixup_hp_zephyr(struct hda_codec *codec, |
| 1939 | const struct hda_fixup *fix, int action) |
| 1940 | { |
| 1941 | if (action != HDA_FIXUP_ACT_PRE_PROBE) |
| 1942 | return; |
| 1943 | |
| 1944 | snd_hda_apply_pincfgs(codec, hp_zephyr_pin_configs); |
| 1945 | snd_hda_add_verbs(codec, stac92hd83xxx_hp_zephyr_init); |
| 1946 | } |
| 1947 | |
| 1948 | static void stac92hd83xxx_fixup_hp_led(struct hda_codec *codec, |
| 1949 | const struct hda_fixup *fix, int action) |
| 1950 | { |
| 1951 | struct sigmatel_spec *spec = codec->spec; |
| 1952 | |
| 1953 | if (action == HDA_FIXUP_ACT_PRE_PROBE) |
| 1954 | spec->default_polarity = 0; |
| 1955 | } |
| 1956 | |
| 1957 | static void stac92hd83xxx_fixup_hp_inv_led(struct hda_codec *codec, |
| 1958 | const struct hda_fixup *fix, int action) |
| 1959 | { |
| 1960 | struct sigmatel_spec *spec = codec->spec; |
| 1961 | |
| 1962 | if (action == HDA_FIXUP_ACT_PRE_PROBE) |
| 1963 | spec->default_polarity = 1; |
| 1964 | } |
| 1965 | |
| 1966 | static void stac92hd83xxx_fixup_hp_mic_led(struct hda_codec *codec, |
| 1967 | const struct hda_fixup *fix, int action) |
| 1968 | { |
| 1969 | struct sigmatel_spec *spec = codec->spec; |
| 1970 | |
| 1971 | if (action == HDA_FIXUP_ACT_PRE_PROBE) |
| 1972 | spec->mic_mute_led_gpio = 0x08; /* GPIO3 */ |
| 1973 | } |
| 1974 | |
| 1975 | static void stac92hd83xxx_fixup_headset_jack(struct hda_codec *codec, |
| 1976 | const struct hda_fixup *fix, int action) |
| 1977 | { |
| 1978 | struct sigmatel_spec *spec = codec->spec; |
| 1979 | |
| 1980 | if (action == HDA_FIXUP_ACT_PRE_PROBE) |
| 1981 | spec->headset_jack = 1; |
| 1982 | } |
| 1983 | |
| 1984 | static const struct hda_fixup stac92hd83xxx_fixups[] = { |
| 1985 | [STAC_92HD83XXX_REF] = { |
| 1986 | .type = HDA_FIXUP_PINS, |
| 1987 | .v.pins = ref92hd83xxx_pin_configs, |
| 1988 | }, |
| 1989 | [STAC_92HD83XXX_PWR_REF] = { |
| 1990 | .type = HDA_FIXUP_PINS, |
| 1991 | .v.pins = ref92hd83xxx_pin_configs, |
| 1992 | }, |
| 1993 | [STAC_DELL_S14] = { |
| 1994 | .type = HDA_FIXUP_PINS, |
| 1995 | .v.pins = dell_s14_pin_configs, |
| 1996 | }, |
| 1997 | [STAC_DELL_VOSTRO_3500] = { |
| 1998 | .type = HDA_FIXUP_PINS, |
| 1999 | .v.pins = dell_vostro_3500_pin_configs, |
| 2000 | }, |
| 2001 | [STAC_92HD83XXX_HP_cNB11_INTQUAD] = { |
| 2002 | .type = HDA_FIXUP_PINS, |
| 2003 | .v.pins = hp_cNB11_intquad_pin_configs, |
| 2004 | .chained = true, |
| 2005 | .chain_id = STAC_92HD83XXX_HP, |
| 2006 | }, |
| 2007 | [STAC_92HD83XXX_HP] = { |
| 2008 | .type = HDA_FIXUP_FUNC, |
| 2009 | .v.func = stac92hd83xxx_fixup_hp, |
| 2010 | }, |
| 2011 | [STAC_HP_DV7_4000] = { |
| 2012 | .type = HDA_FIXUP_PINS, |
| 2013 | .v.pins = hp_dv7_4000_pin_configs, |
| 2014 | .chained = true, |
| 2015 | .chain_id = STAC_92HD83XXX_HP, |
| 2016 | }, |
| 2017 | [STAC_HP_ZEPHYR] = { |
| 2018 | .type = HDA_FIXUP_FUNC, |
| 2019 | .v.func = stac92hd83xxx_fixup_hp_zephyr, |
| 2020 | .chained = true, |
| 2021 | .chain_id = STAC_92HD83XXX_HP, |
| 2022 | }, |
| 2023 | [STAC_92HD83XXX_HP_LED] = { |
| 2024 | .type = HDA_FIXUP_FUNC, |
| 2025 | .v.func = stac92hd83xxx_fixup_hp_led, |
| 2026 | .chained = true, |
| 2027 | .chain_id = STAC_92HD83XXX_HP, |
| 2028 | }, |
| 2029 | [STAC_92HD83XXX_HP_INV_LED] = { |
| 2030 | .type = HDA_FIXUP_FUNC, |
| 2031 | .v.func = stac92hd83xxx_fixup_hp_inv_led, |
| 2032 | .chained = true, |
| 2033 | .chain_id = STAC_92HD83XXX_HP, |
| 2034 | }, |
| 2035 | [STAC_92HD83XXX_HP_MIC_LED] = { |
| 2036 | .type = HDA_FIXUP_FUNC, |
| 2037 | .v.func = stac92hd83xxx_fixup_hp_mic_led, |
| 2038 | .chained = true, |
| 2039 | .chain_id = STAC_92HD83XXX_HP, |
| 2040 | }, |
| 2041 | [STAC_92HD83XXX_HEADSET_JACK] = { |
| 2042 | .type = HDA_FIXUP_FUNC, |
| 2043 | .v.func = stac92hd83xxx_fixup_headset_jack, |
| 2044 | }, |
Matthew Ranostay | d0513fc | 2008-07-27 10:30:30 +0200 | [diff] [blame] | 2045 | }; |
| 2046 | |
Takashi Iwai | 372f8c7 | 2013-01-14 18:06:34 +0100 | [diff] [blame] | 2047 | static const struct hda_model_fixup stac92hd83xxx_models[] = { |
| 2048 | { .id = STAC_92HD83XXX_REF, .name = "ref" }, |
| 2049 | { .id = STAC_92HD83XXX_PWR_REF, .name = "mic-ref" }, |
| 2050 | { .id = STAC_DELL_S14, .name = "dell-s14" }, |
| 2051 | { .id = STAC_DELL_VOSTRO_3500, .name = "dell-vostro-3500" }, |
| 2052 | { .id = STAC_92HD83XXX_HP_cNB11_INTQUAD, .name = "hp_cNB11_intquad" }, |
| 2053 | { .id = STAC_HP_DV7_4000, .name = "hp-dv7-4000" }, |
| 2054 | { .id = STAC_HP_ZEPHYR, .name = "hp-zephyr" }, |
| 2055 | { .id = STAC_92HD83XXX_HP_LED, .name = "hp-led" }, |
| 2056 | { .id = STAC_92HD83XXX_HP_INV_LED, .name = "hp-inv-led" }, |
| 2057 | { .id = STAC_92HD83XXX_HP_MIC_LED, .name = "hp-mic-led" }, |
| 2058 | { .id = STAC_92HD83XXX_HEADSET_JACK, .name = "headset-jack" }, |
| 2059 | {} |
Matthew Ranostay | d0513fc | 2008-07-27 10:30:30 +0200 | [diff] [blame] | 2060 | }; |
| 2061 | |
Takashi Iwai | 372f8c7 | 2013-01-14 18:06:34 +0100 | [diff] [blame] | 2062 | static const struct snd_pci_quirk stac92hd83xxx_fixup_tbl[] = { |
Matthew Ranostay | d0513fc | 2008-07-27 10:30:30 +0200 | [diff] [blame] | 2063 | /* SigmaTel reference board */ |
| 2064 | SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x2668, |
Takashi Iwai | f9d088b | 2009-01-13 11:54:49 +0100 | [diff] [blame] | 2065 | "DFI LanParty", STAC_92HD83XXX_REF), |
Matthew Ranostay | 577aa2c | 2009-01-22 22:55:44 -0500 | [diff] [blame] | 2066 | SND_PCI_QUIRK(PCI_VENDOR_ID_DFI, 0x3101, |
| 2067 | "DFI LanParty", STAC_92HD83XXX_REF), |
Matthew Ranostay | 8bb0ac5 | 2009-02-12 16:50:01 -0500 | [diff] [blame] | 2068 | SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x02ba, |
| 2069 | "unknown Dell", STAC_DELL_S14), |
David Henningsson | 8d032a8 | 2012-10-09 12:48:40 +0200 | [diff] [blame] | 2070 | SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0532, |
| 2071 | "Dell Latitude E6230", STAC_92HD83XXX_HEADSET_JACK), |
| 2072 | SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0533, |
| 2073 | "Dell Latitude E6330", STAC_92HD83XXX_HEADSET_JACK), |
| 2074 | SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0534, |
| 2075 | "Dell Latitude E6430", STAC_92HD83XXX_HEADSET_JACK), |
| 2076 | SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0535, |
| 2077 | "Dell Latitude E6530", STAC_92HD83XXX_HEADSET_JACK), |
| 2078 | SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x053c, |
| 2079 | "Dell Latitude E5430", STAC_92HD83XXX_HEADSET_JACK), |
| 2080 | SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x053d, |
| 2081 | "Dell Latitude E5530", STAC_92HD83XXX_HEADSET_JACK), |
| 2082 | SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0549, |
| 2083 | "Dell Latitude E5430", STAC_92HD83XXX_HEADSET_JACK), |
| 2084 | SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x057d, |
| 2085 | "Dell Latitude E6430s", STAC_92HD83XXX_HEADSET_JACK), |
| 2086 | SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0584, |
| 2087 | "Dell Latitude E6430U", STAC_92HD83XXX_HEADSET_JACK), |
Julian Wollrath | f7f9bdf | 2011-11-09 10:02:40 +0100 | [diff] [blame] | 2088 | SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x1028, |
| 2089 | "Dell Vostro 3500", STAC_DELL_VOSTRO_3500), |
Vitaliy Kulikov | 0c27c18 | 2011-07-22 17:50:37 -0500 | [diff] [blame] | 2090 | SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x1656, |
| 2091 | "HP", STAC_92HD83XXX_HP_cNB11_INTQUAD), |
| 2092 | SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x1657, |
| 2093 | "HP", STAC_92HD83XXX_HP_cNB11_INTQUAD), |
| 2094 | SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x1658, |
| 2095 | "HP", STAC_92HD83XXX_HP_cNB11_INTQUAD), |
| 2096 | SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x1659, |
Takashi Iwai | 8ae5865 | 2012-12-13 14:33:42 +0100 | [diff] [blame] | 2097 | "HP Pavilion dv7", STAC_HP_DV7_4000), |
Vitaliy Kulikov | 0c27c18 | 2011-07-22 17:50:37 -0500 | [diff] [blame] | 2098 | SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x165A, |
| 2099 | "HP", STAC_92HD83XXX_HP_cNB11_INTQUAD), |
| 2100 | SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x165B, |
| 2101 | "HP", STAC_92HD83XXX_HP_cNB11_INTQUAD), |
Takashi Iwai | 62cbde1 | 2012-09-14 11:58:54 +0200 | [diff] [blame] | 2102 | SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x18df, |
| 2103 | "HP Folio", STAC_92HD83XXX_HP_MIC_LED), |
Vitaliy Kulikov | 0c27c18 | 2011-07-22 17:50:37 -0500 | [diff] [blame] | 2104 | SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x3388, |
| 2105 | "HP", STAC_92HD83XXX_HP_cNB11_INTQUAD), |
| 2106 | SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x3389, |
| 2107 | "HP", STAC_92HD83XXX_HP_cNB11_INTQUAD), |
| 2108 | SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x355B, |
| 2109 | "HP", STAC_92HD83XXX_HP_cNB11_INTQUAD), |
| 2110 | SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x355C, |
| 2111 | "HP", STAC_92HD83XXX_HP_cNB11_INTQUAD), |
| 2112 | SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x355D, |
| 2113 | "HP", STAC_92HD83XXX_HP_cNB11_INTQUAD), |
| 2114 | SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x355E, |
| 2115 | "HP", STAC_92HD83XXX_HP_cNB11_INTQUAD), |
| 2116 | SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x355F, |
| 2117 | "HP", STAC_92HD83XXX_HP_cNB11_INTQUAD), |
| 2118 | SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x3560, |
| 2119 | "HP", STAC_92HD83XXX_HP_cNB11_INTQUAD), |
| 2120 | SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x358B, |
| 2121 | "HP", STAC_92HD83XXX_HP_cNB11_INTQUAD), |
| 2122 | SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x358C, |
| 2123 | "HP", STAC_92HD83XXX_HP_cNB11_INTQUAD), |
| 2124 | SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x358D, |
| 2125 | "HP", STAC_92HD83XXX_HP_cNB11_INTQUAD), |
| 2126 | SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x3591, |
| 2127 | "HP", STAC_92HD83XXX_HP_cNB11_INTQUAD), |
| 2128 | SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x3592, |
| 2129 | "HP", STAC_92HD83XXX_HP_cNB11_INTQUAD), |
| 2130 | SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x3593, |
| 2131 | "HP", STAC_92HD83XXX_HP_cNB11_INTQUAD), |
Vitaliy Kulikov | 5556e14 | 2012-02-27 16:47:37 -0600 | [diff] [blame] | 2132 | SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x3561, |
| 2133 | "HP", STAC_HP_ZEPHYR), |
Takashi Iwai | a3e1997 | 2012-07-26 08:17:20 +0200 | [diff] [blame] | 2134 | SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x3660, |
| 2135 | "HP Mini", STAC_92HD83XXX_HP_LED), |
Gustavo Maciel Dias Vieira | 5afc13a | 2012-10-26 12:51:53 -0200 | [diff] [blame] | 2136 | SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x144E, |
| 2137 | "HP Pavilion dv5", STAC_92HD83XXX_HP_INV_LED), |
Takashi Iwai | 8c698fe | 2013-01-15 11:20:50 +0100 | [diff] [blame] | 2138 | SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x148a, |
| 2139 | "HP Mini", STAC_92HD83XXX_HP_LED), |
Takashi Iwai | 372f8c7 | 2013-01-14 18:06:34 +0100 | [diff] [blame] | 2140 | SND_PCI_QUIRK_VENDOR(PCI_VENDOR_ID_HP, "HP", STAC_92HD83XXX_HP), |
Herton Ronaldo Krzesinski | 574f3c4 | 2008-12-23 16:53:00 -0200 | [diff] [blame] | 2141 | {} /* terminator */ |
Matthew Ranostay | d0513fc | 2008-07-27 10:30:30 +0200 | [diff] [blame] | 2142 | }; |
| 2143 | |
Takashi Iwai | 36c9db7 | 2013-01-17 17:07:59 +0100 | [diff] [blame] | 2144 | /* HP dv7 bass switch - GPIO5 */ |
| 2145 | #define stac_hp_bass_gpio_info snd_ctl_boolean_mono_info |
| 2146 | static int stac_hp_bass_gpio_get(struct snd_kcontrol *kcontrol, |
| 2147 | struct snd_ctl_elem_value *ucontrol) |
| 2148 | { |
| 2149 | struct hda_codec *codec = snd_kcontrol_chip(kcontrol); |
| 2150 | struct sigmatel_spec *spec = codec->spec; |
| 2151 | ucontrol->value.integer.value[0] = !!(spec->gpio_data & 0x20); |
| 2152 | return 0; |
| 2153 | } |
| 2154 | |
| 2155 | static int stac_hp_bass_gpio_put(struct snd_kcontrol *kcontrol, |
| 2156 | struct snd_ctl_elem_value *ucontrol) |
| 2157 | { |
| 2158 | struct hda_codec *codec = snd_kcontrol_chip(kcontrol); |
| 2159 | struct sigmatel_spec *spec = codec->spec; |
| 2160 | unsigned int gpio_data; |
| 2161 | |
| 2162 | gpio_data = (spec->gpio_data & ~0x20) | |
| 2163 | (ucontrol->value.integer.value[0] ? 0x20 : 0); |
| 2164 | if (gpio_data == spec->gpio_data) |
| 2165 | return 0; |
| 2166 | spec->gpio_data = gpio_data; |
| 2167 | stac_gpio_set(codec, spec->gpio_mask, spec->gpio_dir, spec->gpio_data); |
| 2168 | return 1; |
| 2169 | } |
| 2170 | |
| 2171 | static const struct snd_kcontrol_new stac_hp_bass_sw_ctrl = { |
| 2172 | .iface = SNDRV_CTL_ELEM_IFACE_MIXER, |
| 2173 | .info = stac_hp_bass_gpio_info, |
| 2174 | .get = stac_hp_bass_gpio_get, |
| 2175 | .put = stac_hp_bass_gpio_put, |
| 2176 | }; |
| 2177 | |
| 2178 | static int stac_add_hp_bass_switch(struct hda_codec *codec) |
| 2179 | { |
| 2180 | struct sigmatel_spec *spec = codec->spec; |
| 2181 | |
| 2182 | if (!snd_hda_gen_add_kctl(&spec->gen, "Bass Speaker Playback Switch", |
| 2183 | &stac_hp_bass_sw_ctrl)) |
| 2184 | return -ENOMEM; |
| 2185 | |
| 2186 | spec->gpio_mask |= 0x20; |
| 2187 | spec->gpio_dir |= 0x20; |
| 2188 | spec->gpio_data |= 0x20; |
| 2189 | return 0; |
| 2190 | } |
| 2191 | |
Takashi Iwai | 0f6fcb7 | 2013-01-14 17:05:25 +0100 | [diff] [blame] | 2192 | static const struct hda_pintbl ref92hd71bxx_pin_configs[] = { |
| 2193 | { 0x0a, 0x02214030 }, |
| 2194 | { 0x0b, 0x02a19040 }, |
| 2195 | { 0x0c, 0x01a19020 }, |
| 2196 | { 0x0d, 0x01014010 }, |
| 2197 | { 0x0e, 0x0181302e }, |
| 2198 | { 0x0f, 0x01014010 }, |
| 2199 | { 0x14, 0x01019020 }, |
| 2200 | { 0x18, 0x90a000f0 }, |
| 2201 | { 0x19, 0x90a000f0 }, |
| 2202 | { 0x1e, 0x01452050 }, |
| 2203 | { 0x1f, 0x01452050 }, |
| 2204 | {} |
Matthew Ranostay | e035b84 | 2007-11-06 11:53:55 +0100 | [diff] [blame] | 2205 | }; |
| 2206 | |
Takashi Iwai | 0f6fcb7 | 2013-01-14 17:05:25 +0100 | [diff] [blame] | 2207 | static const struct hda_pintbl dell_m4_1_pin_configs[] = { |
| 2208 | { 0x0a, 0x0421101f }, |
| 2209 | { 0x0b, 0x04a11221 }, |
| 2210 | { 0x0c, 0x40f000f0 }, |
| 2211 | { 0x0d, 0x90170110 }, |
| 2212 | { 0x0e, 0x23a1902e }, |
| 2213 | { 0x0f, 0x23014250 }, |
| 2214 | { 0x14, 0x40f000f0 }, |
| 2215 | { 0x18, 0x90a000f0 }, |
| 2216 | { 0x19, 0x40f000f0 }, |
| 2217 | { 0x1e, 0x4f0000f0 }, |
| 2218 | { 0x1f, 0x4f0000f0 }, |
| 2219 | {} |
Matthew Ranostay | a766264 | 2008-02-21 07:51:14 +0100 | [diff] [blame] | 2220 | }; |
| 2221 | |
Takashi Iwai | 0f6fcb7 | 2013-01-14 17:05:25 +0100 | [diff] [blame] | 2222 | static const struct hda_pintbl dell_m4_2_pin_configs[] = { |
| 2223 | { 0x0a, 0x0421101f }, |
| 2224 | { 0x0b, 0x04a11221 }, |
| 2225 | { 0x0c, 0x90a70330 }, |
| 2226 | { 0x0d, 0x90170110 }, |
| 2227 | { 0x0e, 0x23a1902e }, |
| 2228 | { 0x0f, 0x23014250 }, |
| 2229 | { 0x14, 0x40f000f0 }, |
| 2230 | { 0x18, 0x40f000f0 }, |
| 2231 | { 0x19, 0x40f000f0 }, |
| 2232 | { 0x1e, 0x044413b0 }, |
| 2233 | { 0x1f, 0x044413b0 }, |
| 2234 | {} |
Matthew Ranostay | a766264 | 2008-02-21 07:51:14 +0100 | [diff] [blame] | 2235 | }; |
| 2236 | |
Takashi Iwai | 0f6fcb7 | 2013-01-14 17:05:25 +0100 | [diff] [blame] | 2237 | static const struct hda_pintbl dell_m4_3_pin_configs[] = { |
| 2238 | { 0x0a, 0x0421101f }, |
| 2239 | { 0x0b, 0x04a11221 }, |
| 2240 | { 0x0c, 0x90a70330 }, |
| 2241 | { 0x0d, 0x90170110 }, |
| 2242 | { 0x0e, 0x40f000f0 }, |
| 2243 | { 0x0f, 0x40f000f0 }, |
| 2244 | { 0x14, 0x40f000f0 }, |
| 2245 | { 0x18, 0x90a000f0 }, |
| 2246 | { 0x19, 0x40f000f0 }, |
| 2247 | { 0x1e, 0x044413b0 }, |
| 2248 | { 0x1f, 0x044413b0 }, |
| 2249 | {} |
Matthew Ranostay | 3a7abfd | 2008-11-20 21:21:43 -0500 | [diff] [blame] | 2250 | }; |
| 2251 | |
Takashi Iwai | 0f6fcb7 | 2013-01-14 17:05:25 +0100 | [diff] [blame] | 2252 | static void stac92hd71bxx_fixup_ref(struct hda_codec *codec, |
| 2253 | const struct hda_fixup *fix, int action) |
| 2254 | { |
| 2255 | struct sigmatel_spec *spec = codec->spec; |
| 2256 | |
| 2257 | if (action != HDA_FIXUP_ACT_PRE_PROBE) |
| 2258 | return; |
| 2259 | |
| 2260 | snd_hda_apply_pincfgs(codec, ref92hd71bxx_pin_configs); |
| 2261 | spec->gpio_mask = spec->gpio_dir = spec->gpio_data = 0; |
| 2262 | } |
| 2263 | |
Takashi Iwai | 0f6fcb7 | 2013-01-14 17:05:25 +0100 | [diff] [blame] | 2264 | static void stac92hd71bxx_fixup_hp_m4(struct hda_codec *codec, |
| 2265 | const struct hda_fixup *fix, int action) |
| 2266 | { |
| 2267 | struct sigmatel_spec *spec = codec->spec; |
Takashi Iwai | 36c9db7 | 2013-01-17 17:07:59 +0100 | [diff] [blame] | 2268 | struct hda_jack_tbl *jack; |
Takashi Iwai | 0f6fcb7 | 2013-01-14 17:05:25 +0100 | [diff] [blame] | 2269 | |
| 2270 | if (action != HDA_FIXUP_ACT_PRE_PROBE) |
| 2271 | return; |
| 2272 | |
| 2273 | /* Enable VREF power saving on GPIO1 detect */ |
Takashi Iwai | 0f6fcb7 | 2013-01-14 17:05:25 +0100 | [diff] [blame] | 2274 | snd_hda_codec_write_cache(codec, codec->afg, 0, |
| 2275 | AC_VERB_SET_GPIO_UNSOLICITED_RSP_MASK, 0x02); |
Takashi Iwai | 36c9db7 | 2013-01-17 17:07:59 +0100 | [diff] [blame] | 2276 | snd_hda_jack_detect_enable_callback(codec, codec->afg, |
| 2277 | STAC_VREF_EVENT, |
| 2278 | stac_vref_event); |
| 2279 | jack = snd_hda_jack_tbl_get(codec, codec->afg); |
| 2280 | if (jack) |
| 2281 | jack->private_data = 0x02; |
| 2282 | |
Takashi Iwai | 0f6fcb7 | 2013-01-14 17:05:25 +0100 | [diff] [blame] | 2283 | spec->gpio_mask |= 0x02; |
| 2284 | |
| 2285 | /* enable internal microphone */ |
| 2286 | snd_hda_codec_set_pincfg(codec, 0x0e, 0x01813040); |
Takashi Iwai | 0f6fcb7 | 2013-01-14 17:05:25 +0100 | [diff] [blame] | 2287 | } |
| 2288 | |
| 2289 | static void stac92hd71bxx_fixup_hp_dv4(struct hda_codec *codec, |
| 2290 | const struct hda_fixup *fix, int action) |
| 2291 | { |
| 2292 | struct sigmatel_spec *spec = codec->spec; |
| 2293 | |
| 2294 | if (action != HDA_FIXUP_ACT_PRE_PROBE) |
| 2295 | return; |
| 2296 | spec->gpio_led = 0x01; |
| 2297 | } |
| 2298 | |
| 2299 | static void stac92hd71bxx_fixup_hp_dv5(struct hda_codec *codec, |
| 2300 | const struct hda_fixup *fix, int action) |
| 2301 | { |
Takashi Iwai | 0f6fcb7 | 2013-01-14 17:05:25 +0100 | [diff] [blame] | 2302 | unsigned int cap; |
| 2303 | |
| 2304 | switch (action) { |
| 2305 | case HDA_FIXUP_ACT_PRE_PROBE: |
| 2306 | snd_hda_codec_set_pincfg(codec, 0x0d, 0x90170010); |
Takashi Iwai | f6655d5 | 2013-01-17 08:49:01 +0100 | [diff] [blame] | 2307 | break; |
| 2308 | |
| 2309 | case HDA_FIXUP_ACT_PROBE: |
Takashi Iwai | 0f6fcb7 | 2013-01-14 17:05:25 +0100 | [diff] [blame] | 2310 | /* enable bass on HP dv7 */ |
| 2311 | cap = snd_hda_param_read(codec, 0x1, AC_PAR_GPIO_CAP); |
| 2312 | cap &= AC_GPIO_IO_COUNT; |
| 2313 | if (cap >= 6) |
| 2314 | stac_add_hp_bass_switch(codec); |
| 2315 | break; |
| 2316 | } |
| 2317 | } |
| 2318 | |
| 2319 | static void stac92hd71bxx_fixup_hp_hdx(struct hda_codec *codec, |
| 2320 | const struct hda_fixup *fix, int action) |
| 2321 | { |
| 2322 | struct sigmatel_spec *spec = codec->spec; |
| 2323 | |
| 2324 | if (action != HDA_FIXUP_ACT_PRE_PROBE) |
| 2325 | return; |
| 2326 | spec->gpio_led = 0x08; |
Takashi Iwai | 0f6fcb7 | 2013-01-14 17:05:25 +0100 | [diff] [blame] | 2327 | } |
| 2328 | |
| 2329 | |
| 2330 | static void stac92hd71bxx_fixup_hp(struct hda_codec *codec, |
| 2331 | const struct hda_fixup *fix, int action) |
| 2332 | { |
| 2333 | struct sigmatel_spec *spec = codec->spec; |
| 2334 | |
| 2335 | if (action != HDA_FIXUP_ACT_PRE_PROBE) |
| 2336 | return; |
| 2337 | |
| 2338 | if (hp_blike_system(codec->subsystem_id)) { |
| 2339 | unsigned int pin_cfg = snd_hda_codec_get_pincfg(codec, 0x0f); |
| 2340 | if (get_defcfg_device(pin_cfg) == AC_JACK_LINE_OUT || |
| 2341 | get_defcfg_device(pin_cfg) == AC_JACK_SPEAKER || |
| 2342 | get_defcfg_device(pin_cfg) == AC_JACK_HP_OUT) { |
| 2343 | /* It was changed in the BIOS to just satisfy MS DTM. |
| 2344 | * Lets turn it back into slaved HP |
| 2345 | */ |
| 2346 | pin_cfg = (pin_cfg & (~AC_DEFCFG_DEVICE)) |
| 2347 | | (AC_JACK_HP_OUT << |
| 2348 | AC_DEFCFG_DEVICE_SHIFT); |
| 2349 | pin_cfg = (pin_cfg & (~(AC_DEFCFG_DEF_ASSOC |
| 2350 | | AC_DEFCFG_SEQUENCE))) |
| 2351 | | 0x1f; |
| 2352 | snd_hda_codec_set_pincfg(codec, 0x0f, pin_cfg); |
| 2353 | } |
| 2354 | } |
| 2355 | |
Takashi Iwai | 36c9db7 | 2013-01-17 17:07:59 +0100 | [diff] [blame] | 2356 | if (find_mute_led_cfg(codec, 1)) |
Takashi Iwai | 0f6fcb7 | 2013-01-14 17:05:25 +0100 | [diff] [blame] | 2357 | snd_printd("mute LED gpio %d polarity %d\n", |
| 2358 | spec->gpio_led, |
| 2359 | spec->gpio_led_polarity); |
| 2360 | |
| 2361 | } |
| 2362 | |
| 2363 | static const struct hda_fixup stac92hd71bxx_fixups[] = { |
| 2364 | [STAC_92HD71BXX_REF] = { |
| 2365 | .type = HDA_FIXUP_FUNC, |
| 2366 | .v.func = stac92hd71bxx_fixup_ref, |
| 2367 | }, |
| 2368 | [STAC_DELL_M4_1] = { |
| 2369 | .type = HDA_FIXUP_PINS, |
| 2370 | .v.pins = dell_m4_1_pin_configs, |
Takashi Iwai | 0f6fcb7 | 2013-01-14 17:05:25 +0100 | [diff] [blame] | 2371 | }, |
| 2372 | [STAC_DELL_M4_2] = { |
| 2373 | .type = HDA_FIXUP_PINS, |
| 2374 | .v.pins = dell_m4_2_pin_configs, |
Takashi Iwai | 0f6fcb7 | 2013-01-14 17:05:25 +0100 | [diff] [blame] | 2375 | }, |
| 2376 | [STAC_DELL_M4_3] = { |
| 2377 | .type = HDA_FIXUP_PINS, |
| 2378 | .v.pins = dell_m4_3_pin_configs, |
Takashi Iwai | 0f6fcb7 | 2013-01-14 17:05:25 +0100 | [diff] [blame] | 2379 | }, |
| 2380 | [STAC_HP_M4] = { |
| 2381 | .type = HDA_FIXUP_FUNC, |
| 2382 | .v.func = stac92hd71bxx_fixup_hp_m4, |
| 2383 | .chained = true, |
| 2384 | .chain_id = STAC_92HD71BXX_HP, |
| 2385 | }, |
| 2386 | [STAC_HP_DV4] = { |
| 2387 | .type = HDA_FIXUP_FUNC, |
| 2388 | .v.func = stac92hd71bxx_fixup_hp_dv4, |
| 2389 | .chained = true, |
| 2390 | .chain_id = STAC_HP_DV5, |
| 2391 | }, |
| 2392 | [STAC_HP_DV5] = { |
| 2393 | .type = HDA_FIXUP_FUNC, |
| 2394 | .v.func = stac92hd71bxx_fixup_hp_dv5, |
| 2395 | .chained = true, |
| 2396 | .chain_id = STAC_92HD71BXX_HP, |
| 2397 | }, |
| 2398 | [STAC_HP_HDX] = { |
| 2399 | .type = HDA_FIXUP_FUNC, |
| 2400 | .v.func = stac92hd71bxx_fixup_hp_hdx, |
| 2401 | .chained = true, |
| 2402 | .chain_id = STAC_92HD71BXX_HP, |
| 2403 | }, |
Takashi Iwai | 0f6fcb7 | 2013-01-14 17:05:25 +0100 | [diff] [blame] | 2404 | [STAC_92HD71BXX_HP] = { |
| 2405 | .type = HDA_FIXUP_FUNC, |
| 2406 | .v.func = stac92hd71bxx_fixup_hp, |
| 2407 | }, |
Matthew Ranostay | e035b84 | 2007-11-06 11:53:55 +0100 | [diff] [blame] | 2408 | }; |
| 2409 | |
Takashi Iwai | 0f6fcb7 | 2013-01-14 17:05:25 +0100 | [diff] [blame] | 2410 | static const struct hda_model_fixup stac92hd71bxx_models[] = { |
| 2411 | { .id = STAC_92HD71BXX_REF, .name = "ref" }, |
| 2412 | { .id = STAC_DELL_M4_1, .name = "dell-m4-1" }, |
| 2413 | { .id = STAC_DELL_M4_2, .name = "dell-m4-2" }, |
| 2414 | { .id = STAC_DELL_M4_3, .name = "dell-m4-3" }, |
| 2415 | { .id = STAC_HP_M4, .name = "hp-m4" }, |
| 2416 | { .id = STAC_HP_DV4, .name = "hp-dv4" }, |
| 2417 | { .id = STAC_HP_DV5, .name = "hp-dv5" }, |
| 2418 | { .id = STAC_HP_HDX, .name = "hp-hdx" }, |
Takashi Iwai | 36c9db7 | 2013-01-17 17:07:59 +0100 | [diff] [blame] | 2419 | { .id = STAC_HP_DV4, .name = "hp-dv4-1222nr" }, |
Takashi Iwai | 0f6fcb7 | 2013-01-14 17:05:25 +0100 | [diff] [blame] | 2420 | {} |
Matthew Ranostay | e035b84 | 2007-11-06 11:53:55 +0100 | [diff] [blame] | 2421 | }; |
| 2422 | |
Takashi Iwai | 0f6fcb7 | 2013-01-14 17:05:25 +0100 | [diff] [blame] | 2423 | static const struct snd_pci_quirk stac92hd71bxx_fixup_tbl[] = { |
Matthew Ranostay | e035b84 | 2007-11-06 11:53:55 +0100 | [diff] [blame] | 2424 | /* SigmaTel reference board */ |
| 2425 | SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x2668, |
| 2426 | "DFI LanParty", STAC_92HD71BXX_REF), |
Matthew Ranostay | 577aa2c | 2009-01-22 22:55:44 -0500 | [diff] [blame] | 2427 | SND_PCI_QUIRK(PCI_VENDOR_ID_DFI, 0x3101, |
| 2428 | "DFI LanParty", STAC_92HD71BXX_REF), |
Vitaliy Kulikov | 5bdaaad | 2009-11-04 07:57:45 +0100 | [diff] [blame] | 2429 | SND_PCI_QUIRK_MASK(PCI_VENDOR_ID_HP, 0xfff0, 0x1720, |
| 2430 | "HP", STAC_HP_DV5), |
Takashi Iwai | 58d8395 | 2009-03-13 17:04:34 +0100 | [diff] [blame] | 2431 | SND_PCI_QUIRK_MASK(PCI_VENDOR_ID_HP, 0xfff0, 0x3080, |
| 2432 | "HP", STAC_HP_DV5), |
Takashi Iwai | 2ae466f | 2009-02-16 14:16:36 +0100 | [diff] [blame] | 2433 | SND_PCI_QUIRK_MASK(PCI_VENDOR_ID_HP, 0xfff0, 0x30f0, |
Takashi Iwai | 2a6ce6e | 2010-05-12 10:16:20 +0200 | [diff] [blame] | 2434 | "HP dv4-7", STAC_HP_DV4), |
Takashi Iwai | 2ae466f | 2009-02-16 14:16:36 +0100 | [diff] [blame] | 2435 | SND_PCI_QUIRK_MASK(PCI_VENDOR_ID_HP, 0xfff0, 0x3600, |
| 2436 | "HP dv4-7", STAC_HP_DV5), |
Takashi Iwai | 6fce61a | 2009-03-10 07:48:57 +0100 | [diff] [blame] | 2437 | SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x3610, |
| 2438 | "HP HDX", STAC_HP_HDX), /* HDX18 */ |
Matthew Ranostay | 9a9e235 | 2008-09-26 10:37:03 -0400 | [diff] [blame] | 2439 | SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x361a, |
Takashi Iwai | 2ae466f | 2009-02-16 14:16:36 +0100 | [diff] [blame] | 2440 | "HP mini 1000", STAC_HP_M4), |
Christoph Plattner | ae6241f | 2009-03-08 23:19:05 +0100 | [diff] [blame] | 2441 | SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x361b, |
Takashi Iwai | 6fce61a | 2009-03-10 07:48:57 +0100 | [diff] [blame] | 2442 | "HP HDX", STAC_HP_HDX), /* HDX16 */ |
Takashi Iwai | 6e34c03 | 2009-09-14 15:42:18 +0200 | [diff] [blame] | 2443 | SND_PCI_QUIRK_MASK(PCI_VENDOR_ID_HP, 0xfff0, 0x3620, |
| 2444 | "HP dv6", STAC_HP_DV5), |
Kunal Gangakhedkar | e3d2530 | 2010-03-20 23:08:01 +0530 | [diff] [blame] | 2445 | SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x3061, |
| 2446 | "HP dv6", STAC_HP_DV5), /* HP dv6-1110ax */ |
Luke Yelavich | 9b2167d | 2010-10-06 15:45:46 +1100 | [diff] [blame] | 2447 | SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x363e, |
| 2448 | "HP DV6", STAC_HP_DV5), |
Takashi Iwai | 1972d02 | 2009-08-06 08:44:43 +0200 | [diff] [blame] | 2449 | SND_PCI_QUIRK_MASK(PCI_VENDOR_ID_HP, 0xfff0, 0x7010, |
| 2450 | "HP", STAC_HP_DV5), |
Takashi Iwai | 0f6fcb7 | 2013-01-14 17:05:25 +0100 | [diff] [blame] | 2451 | SND_PCI_QUIRK_VENDOR(PCI_VENDOR_ID_HP, "HP", STAC_92HD71BXX_HP), |
Matthew Ranostay | a766264 | 2008-02-21 07:51:14 +0100 | [diff] [blame] | 2452 | SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0233, |
| 2453 | "unknown Dell", STAC_DELL_M4_1), |
| 2454 | SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0234, |
| 2455 | "unknown Dell", STAC_DELL_M4_1), |
| 2456 | SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0250, |
| 2457 | "unknown Dell", STAC_DELL_M4_1), |
| 2458 | SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x024f, |
| 2459 | "unknown Dell", STAC_DELL_M4_1), |
| 2460 | SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x024d, |
| 2461 | "unknown Dell", STAC_DELL_M4_1), |
| 2462 | SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0251, |
| 2463 | "unknown Dell", STAC_DELL_M4_1), |
| 2464 | SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0277, |
| 2465 | "unknown Dell", STAC_DELL_M4_1), |
| 2466 | SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0263, |
| 2467 | "unknown Dell", STAC_DELL_M4_2), |
| 2468 | SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0265, |
| 2469 | "unknown Dell", STAC_DELL_M4_2), |
| 2470 | SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0262, |
| 2471 | "unknown Dell", STAC_DELL_M4_2), |
| 2472 | SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0264, |
| 2473 | "unknown Dell", STAC_DELL_M4_2), |
Matthew Ranostay | 3a7abfd | 2008-11-20 21:21:43 -0500 | [diff] [blame] | 2474 | SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x02aa, |
| 2475 | "unknown Dell", STAC_DELL_M4_3), |
Matthew Ranostay | e035b84 | 2007-11-06 11:53:55 +0100 | [diff] [blame] | 2476 | {} /* terminator */ |
| 2477 | }; |
| 2478 | |
Takashi Iwai | 0a42784 | 2013-01-14 15:20:13 +0100 | [diff] [blame] | 2479 | static const struct hda_pintbl ref922x_pin_configs[] = { |
| 2480 | { 0x0a, 0x01014010 }, |
| 2481 | { 0x0b, 0x01016011 }, |
| 2482 | { 0x0c, 0x01012012 }, |
| 2483 | { 0x0d, 0x0221401f }, |
| 2484 | { 0x0e, 0x01813122 }, |
| 2485 | { 0x0f, 0x01011014 }, |
| 2486 | { 0x10, 0x01441030 }, |
| 2487 | { 0x11, 0x01c41030 }, |
| 2488 | { 0x15, 0x40000100 }, |
| 2489 | { 0x1b, 0x40000100 }, |
| 2490 | {} |
Matt | 2f2f425 | 2005-04-13 14:45:30 +0200 | [diff] [blame] | 2491 | }; |
| 2492 | |
Takashi Iwai | dfe495d | 2007-08-23 19:04:28 +0200 | [diff] [blame] | 2493 | /* |
| 2494 | STAC 922X pin configs for |
| 2495 | 102801A7 |
| 2496 | 102801AB |
| 2497 | 102801A9 |
| 2498 | 102801D1 |
| 2499 | 102801D2 |
| 2500 | */ |
Takashi Iwai | 0a42784 | 2013-01-14 15:20:13 +0100 | [diff] [blame] | 2501 | static const struct hda_pintbl dell_922x_d81_pin_configs[] = { |
| 2502 | { 0x0a, 0x02214030 }, |
| 2503 | { 0x0b, 0x01a19021 }, |
| 2504 | { 0x0c, 0x01111012 }, |
| 2505 | { 0x0d, 0x01114010 }, |
| 2506 | { 0x0e, 0x02a19020 }, |
| 2507 | { 0x0f, 0x01117011 }, |
| 2508 | { 0x10, 0x400001f0 }, |
| 2509 | { 0x11, 0x400001f1 }, |
| 2510 | { 0x15, 0x01813122 }, |
| 2511 | { 0x1b, 0x400001f2 }, |
| 2512 | {} |
Takashi Iwai | dfe495d | 2007-08-23 19:04:28 +0200 | [diff] [blame] | 2513 | }; |
| 2514 | |
| 2515 | /* |
| 2516 | STAC 922X pin configs for |
| 2517 | 102801AC |
| 2518 | 102801D0 |
| 2519 | */ |
Takashi Iwai | 0a42784 | 2013-01-14 15:20:13 +0100 | [diff] [blame] | 2520 | static const struct hda_pintbl dell_922x_d82_pin_configs[] = { |
| 2521 | { 0x0a, 0x02214030 }, |
| 2522 | { 0x0b, 0x01a19021 }, |
| 2523 | { 0x0c, 0x01111012 }, |
| 2524 | { 0x0d, 0x01114010 }, |
| 2525 | { 0x0e, 0x02a19020 }, |
| 2526 | { 0x0f, 0x01117011 }, |
| 2527 | { 0x10, 0x01451140 }, |
| 2528 | { 0x11, 0x400001f0 }, |
| 2529 | { 0x15, 0x01813122 }, |
| 2530 | { 0x1b, 0x400001f1 }, |
| 2531 | {} |
Takashi Iwai | dfe495d | 2007-08-23 19:04:28 +0200 | [diff] [blame] | 2532 | }; |
| 2533 | |
| 2534 | /* |
| 2535 | STAC 922X pin configs for |
| 2536 | 102801BF |
| 2537 | */ |
Takashi Iwai | 0a42784 | 2013-01-14 15:20:13 +0100 | [diff] [blame] | 2538 | static const struct hda_pintbl dell_922x_m81_pin_configs[] = { |
| 2539 | { 0x0a, 0x0321101f }, |
| 2540 | { 0x0b, 0x01112024 }, |
| 2541 | { 0x0c, 0x01111222 }, |
| 2542 | { 0x0d, 0x91174220 }, |
| 2543 | { 0x0e, 0x03a11050 }, |
| 2544 | { 0x0f, 0x01116221 }, |
| 2545 | { 0x10, 0x90a70330 }, |
| 2546 | { 0x11, 0x01452340 }, |
| 2547 | { 0x15, 0x40C003f1 }, |
| 2548 | { 0x1b, 0x405003f0 }, |
| 2549 | {} |
Takashi Iwai | dfe495d | 2007-08-23 19:04:28 +0200 | [diff] [blame] | 2550 | }; |
| 2551 | |
| 2552 | /* |
| 2553 | STAC 9221 A1 pin configs for |
| 2554 | 102801D7 (Dell XPS M1210) |
| 2555 | */ |
Takashi Iwai | 0a42784 | 2013-01-14 15:20:13 +0100 | [diff] [blame] | 2556 | static const struct hda_pintbl dell_922x_m82_pin_configs[] = { |
| 2557 | { 0x0a, 0x02211211 }, |
| 2558 | { 0x0b, 0x408103ff }, |
| 2559 | { 0x0c, 0x02a1123e }, |
| 2560 | { 0x0d, 0x90100310 }, |
| 2561 | { 0x0e, 0x408003f1 }, |
| 2562 | { 0x0f, 0x0221121f }, |
| 2563 | { 0x10, 0x03451340 }, |
| 2564 | { 0x11, 0x40c003f2 }, |
| 2565 | { 0x15, 0x508003f3 }, |
| 2566 | { 0x1b, 0x405003f4 }, |
| 2567 | {} |
Takashi Iwai | dfe495d | 2007-08-23 19:04:28 +0200 | [diff] [blame] | 2568 | }; |
| 2569 | |
Takashi Iwai | 0a42784 | 2013-01-14 15:20:13 +0100 | [diff] [blame] | 2570 | static const struct hda_pintbl d945gtp3_pin_configs[] = { |
| 2571 | { 0x0a, 0x0221401f }, |
| 2572 | { 0x0b, 0x01a19022 }, |
| 2573 | { 0x0c, 0x01813021 }, |
| 2574 | { 0x0d, 0x01014010 }, |
| 2575 | { 0x0e, 0x40000100 }, |
| 2576 | { 0x0f, 0x40000100 }, |
| 2577 | { 0x10, 0x40000100 }, |
| 2578 | { 0x11, 0x40000100 }, |
| 2579 | { 0x15, 0x02a19120 }, |
| 2580 | { 0x1b, 0x40000100 }, |
| 2581 | {} |
Matt Porter | 403d194 | 2005-11-29 15:00:51 +0100 | [diff] [blame] | 2582 | }; |
| 2583 | |
Takashi Iwai | 0a42784 | 2013-01-14 15:20:13 +0100 | [diff] [blame] | 2584 | static const struct hda_pintbl d945gtp5_pin_configs[] = { |
| 2585 | { 0x0a, 0x0221401f }, |
| 2586 | { 0x0b, 0x01011012 }, |
| 2587 | { 0x0c, 0x01813024 }, |
| 2588 | { 0x0d, 0x01014010 }, |
| 2589 | { 0x0e, 0x01a19021 }, |
| 2590 | { 0x0f, 0x01016011 }, |
| 2591 | { 0x10, 0x01452130 }, |
| 2592 | { 0x11, 0x40000100 }, |
| 2593 | { 0x15, 0x02a19320 }, |
| 2594 | { 0x1b, 0x40000100 }, |
| 2595 | {} |
Matt Porter | 403d194 | 2005-11-29 15:00:51 +0100 | [diff] [blame] | 2596 | }; |
| 2597 | |
Takashi Iwai | 0a42784 | 2013-01-14 15:20:13 +0100 | [diff] [blame] | 2598 | static const struct hda_pintbl intel_mac_v1_pin_configs[] = { |
| 2599 | { 0x0a, 0x0121e21f }, |
| 2600 | { 0x0b, 0x400000ff }, |
| 2601 | { 0x0c, 0x9017e110 }, |
| 2602 | { 0x0d, 0x400000fd }, |
| 2603 | { 0x0e, 0x400000fe }, |
| 2604 | { 0x0f, 0x0181e020 }, |
| 2605 | { 0x10, 0x1145e030 }, |
| 2606 | { 0x11, 0x11c5e240 }, |
| 2607 | { 0x15, 0x400000fc }, |
| 2608 | { 0x1b, 0x400000fb }, |
| 2609 | {} |
Takashi Iwai | 3fc24d8 | 2007-02-16 13:27:18 +0100 | [diff] [blame] | 2610 | }; |
| 2611 | |
Takashi Iwai | 0a42784 | 2013-01-14 15:20:13 +0100 | [diff] [blame] | 2612 | static const struct hda_pintbl intel_mac_v2_pin_configs[] = { |
| 2613 | { 0x0a, 0x0121e21f }, |
| 2614 | { 0x0b, 0x90a7012e }, |
| 2615 | { 0x0c, 0x9017e110 }, |
| 2616 | { 0x0d, 0x400000fd }, |
| 2617 | { 0x0e, 0x400000fe }, |
| 2618 | { 0x0f, 0x0181e020 }, |
| 2619 | { 0x10, 0x1145e230 }, |
| 2620 | { 0x11, 0x500000fa }, |
| 2621 | { 0x15, 0x400000fc }, |
| 2622 | { 0x1b, 0x400000fb }, |
| 2623 | {} |
Sylvain FORET | f16928f | 2007-04-27 14:22:36 +0200 | [diff] [blame] | 2624 | }; |
| 2625 | |
Takashi Iwai | 0a42784 | 2013-01-14 15:20:13 +0100 | [diff] [blame] | 2626 | static const struct hda_pintbl intel_mac_v3_pin_configs[] = { |
| 2627 | { 0x0a, 0x0121e21f }, |
| 2628 | { 0x0b, 0x90a7012e }, |
| 2629 | { 0x0c, 0x9017e110 }, |
| 2630 | { 0x0d, 0x400000fd }, |
| 2631 | { 0x0e, 0x400000fe }, |
| 2632 | { 0x0f, 0x0181e020 }, |
| 2633 | { 0x10, 0x1145e230 }, |
| 2634 | { 0x11, 0x11c5e240 }, |
| 2635 | { 0x15, 0x400000fc }, |
| 2636 | { 0x1b, 0x400000fb }, |
| 2637 | {} |
Ivan N. Zlatev | 5d5d3bc | 2007-05-29 16:03:00 +0200 | [diff] [blame] | 2638 | }; |
| 2639 | |
Takashi Iwai | 0a42784 | 2013-01-14 15:20:13 +0100 | [diff] [blame] | 2640 | static const struct hda_pintbl intel_mac_v4_pin_configs[] = { |
| 2641 | { 0x0a, 0x0321e21f }, |
| 2642 | { 0x0b, 0x03a1e02e }, |
| 2643 | { 0x0c, 0x9017e110 }, |
| 2644 | { 0x0d, 0x9017e11f }, |
| 2645 | { 0x0e, 0x400000fe }, |
| 2646 | { 0x0f, 0x0381e020 }, |
| 2647 | { 0x10, 0x1345e230 }, |
| 2648 | { 0x11, 0x13c5e240 }, |
| 2649 | { 0x15, 0x400000fc }, |
| 2650 | { 0x1b, 0x400000fb }, |
| 2651 | {} |
Ivan N. Zlatev | 5d5d3bc | 2007-05-29 16:03:00 +0200 | [diff] [blame] | 2652 | }; |
| 2653 | |
Takashi Iwai | 0a42784 | 2013-01-14 15:20:13 +0100 | [diff] [blame] | 2654 | static const struct hda_pintbl intel_mac_v5_pin_configs[] = { |
| 2655 | { 0x0a, 0x0321e21f }, |
| 2656 | { 0x0b, 0x03a1e02e }, |
| 2657 | { 0x0c, 0x9017e110 }, |
| 2658 | { 0x0d, 0x9017e11f }, |
| 2659 | { 0x0e, 0x400000fe }, |
| 2660 | { 0x0f, 0x0381e020 }, |
| 2661 | { 0x10, 0x1345e230 }, |
| 2662 | { 0x11, 0x13c5e240 }, |
| 2663 | { 0x15, 0x400000fc }, |
| 2664 | { 0x1b, 0x400000fb }, |
| 2665 | {} |
Takashi Iwai | 0dae0f8 | 2007-05-21 12:41:29 +0200 | [diff] [blame] | 2666 | }; |
| 2667 | |
Takashi Iwai | 0a42784 | 2013-01-14 15:20:13 +0100 | [diff] [blame] | 2668 | static const struct hda_pintbl ecs202_pin_configs[] = { |
| 2669 | { 0x0a, 0x0221401f }, |
| 2670 | { 0x0b, 0x02a19020 }, |
| 2671 | { 0x0c, 0x01a19020 }, |
| 2672 | { 0x0d, 0x01114010 }, |
| 2673 | { 0x0e, 0x408000f0 }, |
| 2674 | { 0x0f, 0x01813022 }, |
| 2675 | { 0x10, 0x074510a0 }, |
| 2676 | { 0x11, 0x40c400f1 }, |
| 2677 | { 0x15, 0x9037012e }, |
| 2678 | { 0x1b, 0x40e000f2 }, |
| 2679 | {} |
Mauro Carvalho Chehab | 8c65008 | 2008-08-04 10:39:59 -0300 | [diff] [blame] | 2680 | }; |
Takashi Iwai | 76c0882 | 2007-06-19 12:17:42 +0200 | [diff] [blame] | 2681 | |
Takashi Iwai | 0a42784 | 2013-01-14 15:20:13 +0100 | [diff] [blame] | 2682 | /* codec SSIDs for Intel Mac sharing the same PCI SSID 8384:7680 */ |
| 2683 | static const struct snd_pci_quirk stac922x_intel_mac_fixup_tbl[] = { |
| 2684 | SND_PCI_QUIRK(0x106b, 0x0800, "Mac", STAC_INTEL_MAC_V1), |
| 2685 | SND_PCI_QUIRK(0x106b, 0x0600, "Mac", STAC_INTEL_MAC_V2), |
| 2686 | SND_PCI_QUIRK(0x106b, 0x0700, "Mac", STAC_INTEL_MAC_V2), |
| 2687 | SND_PCI_QUIRK(0x106b, 0x0e00, "Mac", STAC_INTEL_MAC_V3), |
| 2688 | SND_PCI_QUIRK(0x106b, 0x0f00, "Mac", STAC_INTEL_MAC_V3), |
| 2689 | SND_PCI_QUIRK(0x106b, 0x1600, "Mac", STAC_INTEL_MAC_V3), |
| 2690 | SND_PCI_QUIRK(0x106b, 0x1700, "Mac", STAC_INTEL_MAC_V3), |
| 2691 | SND_PCI_QUIRK(0x106b, 0x0200, "Mac", STAC_INTEL_MAC_V3), |
| 2692 | SND_PCI_QUIRK(0x106b, 0x1e00, "Mac", STAC_INTEL_MAC_V3), |
| 2693 | SND_PCI_QUIRK(0x106b, 0x1a00, "Mac", STAC_INTEL_MAC_V4), |
| 2694 | SND_PCI_QUIRK(0x106b, 0x0a00, "Mac", STAC_INTEL_MAC_V5), |
| 2695 | SND_PCI_QUIRK(0x106b, 0x2200, "Mac", STAC_INTEL_MAC_V5), |
| 2696 | {} |
| 2697 | }; |
| 2698 | |
| 2699 | static const struct hda_fixup stac922x_fixups[]; |
| 2700 | |
| 2701 | /* remap the fixup from codec SSID and apply it */ |
| 2702 | static void stac922x_fixup_intel_mac_auto(struct hda_codec *codec, |
| 2703 | const struct hda_fixup *fix, |
| 2704 | int action) |
| 2705 | { |
| 2706 | if (action != HDA_FIXUP_ACT_PRE_PROBE) |
| 2707 | return; |
| 2708 | snd_hda_pick_fixup(codec, NULL, stac922x_intel_mac_fixup_tbl, |
| 2709 | stac922x_fixups); |
| 2710 | if (codec->fixup_id != STAC_INTEL_MAC_AUTO) |
| 2711 | snd_hda_apply_fixup(codec, action); |
| 2712 | } |
| 2713 | |
| 2714 | static void stac922x_fixup_intel_mac_gpio(struct hda_codec *codec, |
| 2715 | const struct hda_fixup *fix, |
| 2716 | int action) |
| 2717 | { |
| 2718 | struct sigmatel_spec *spec = codec->spec; |
| 2719 | |
| 2720 | if (action == HDA_FIXUP_ACT_PRE_PROBE) { |
| 2721 | spec->gpio_mask = spec->gpio_dir = 0x03; |
| 2722 | spec->gpio_data = 0x03; |
| 2723 | } |
| 2724 | } |
| 2725 | |
| 2726 | static const struct hda_fixup stac922x_fixups[] = { |
| 2727 | [STAC_D945_REF] = { |
| 2728 | .type = HDA_FIXUP_PINS, |
| 2729 | .v.pins = ref922x_pin_configs, |
| 2730 | }, |
| 2731 | [STAC_D945GTP3] = { |
| 2732 | .type = HDA_FIXUP_PINS, |
| 2733 | .v.pins = d945gtp3_pin_configs, |
| 2734 | }, |
| 2735 | [STAC_D945GTP5] = { |
| 2736 | .type = HDA_FIXUP_PINS, |
| 2737 | .v.pins = d945gtp5_pin_configs, |
| 2738 | }, |
| 2739 | [STAC_INTEL_MAC_AUTO] = { |
| 2740 | .type = HDA_FIXUP_FUNC, |
| 2741 | .v.func = stac922x_fixup_intel_mac_auto, |
| 2742 | }, |
| 2743 | [STAC_INTEL_MAC_V1] = { |
| 2744 | .type = HDA_FIXUP_PINS, |
| 2745 | .v.pins = intel_mac_v1_pin_configs, |
| 2746 | .chained = true, |
| 2747 | .chain_id = STAC_922X_INTEL_MAC_GPIO, |
| 2748 | }, |
| 2749 | [STAC_INTEL_MAC_V2] = { |
| 2750 | .type = HDA_FIXUP_PINS, |
| 2751 | .v.pins = intel_mac_v2_pin_configs, |
| 2752 | .chained = true, |
| 2753 | .chain_id = STAC_922X_INTEL_MAC_GPIO, |
| 2754 | }, |
| 2755 | [STAC_INTEL_MAC_V3] = { |
| 2756 | .type = HDA_FIXUP_PINS, |
| 2757 | .v.pins = intel_mac_v3_pin_configs, |
| 2758 | .chained = true, |
| 2759 | .chain_id = STAC_922X_INTEL_MAC_GPIO, |
| 2760 | }, |
| 2761 | [STAC_INTEL_MAC_V4] = { |
| 2762 | .type = HDA_FIXUP_PINS, |
| 2763 | .v.pins = intel_mac_v4_pin_configs, |
| 2764 | .chained = true, |
| 2765 | .chain_id = STAC_922X_INTEL_MAC_GPIO, |
| 2766 | }, |
| 2767 | [STAC_INTEL_MAC_V5] = { |
| 2768 | .type = HDA_FIXUP_PINS, |
| 2769 | .v.pins = intel_mac_v5_pin_configs, |
| 2770 | .chained = true, |
| 2771 | .chain_id = STAC_922X_INTEL_MAC_GPIO, |
| 2772 | }, |
| 2773 | [STAC_922X_INTEL_MAC_GPIO] = { |
| 2774 | .type = HDA_FIXUP_FUNC, |
| 2775 | .v.func = stac922x_fixup_intel_mac_gpio, |
| 2776 | }, |
| 2777 | [STAC_ECS_202] = { |
| 2778 | .type = HDA_FIXUP_PINS, |
| 2779 | .v.pins = ecs202_pin_configs, |
| 2780 | }, |
| 2781 | [STAC_922X_DELL_D81] = { |
| 2782 | .type = HDA_FIXUP_PINS, |
| 2783 | .v.pins = dell_922x_d81_pin_configs, |
| 2784 | }, |
| 2785 | [STAC_922X_DELL_D82] = { |
| 2786 | .type = HDA_FIXUP_PINS, |
| 2787 | .v.pins = dell_922x_d82_pin_configs, |
| 2788 | }, |
| 2789 | [STAC_922X_DELL_M81] = { |
| 2790 | .type = HDA_FIXUP_PINS, |
| 2791 | .v.pins = dell_922x_m81_pin_configs, |
| 2792 | }, |
| 2793 | [STAC_922X_DELL_M82] = { |
| 2794 | .type = HDA_FIXUP_PINS, |
| 2795 | .v.pins = dell_922x_m82_pin_configs, |
| 2796 | }, |
| 2797 | }; |
| 2798 | |
| 2799 | static const struct hda_model_fixup stac922x_models[] = { |
| 2800 | { .id = STAC_D945_REF, .name = "ref" }, |
| 2801 | { .id = STAC_D945GTP5, .name = "5stack" }, |
| 2802 | { .id = STAC_D945GTP3, .name = "3stack" }, |
| 2803 | { .id = STAC_INTEL_MAC_V1, .name = "intel-mac-v1" }, |
| 2804 | { .id = STAC_INTEL_MAC_V2, .name = "intel-mac-v2" }, |
| 2805 | { .id = STAC_INTEL_MAC_V3, .name = "intel-mac-v3" }, |
| 2806 | { .id = STAC_INTEL_MAC_V4, .name = "intel-mac-v4" }, |
| 2807 | { .id = STAC_INTEL_MAC_V5, .name = "intel-mac-v5" }, |
| 2808 | { .id = STAC_INTEL_MAC_AUTO, .name = "intel-mac-auto" }, |
| 2809 | { .id = STAC_ECS_202, .name = "ecs202" }, |
| 2810 | { .id = STAC_922X_DELL_D81, .name = "dell-d81" }, |
| 2811 | { .id = STAC_922X_DELL_D82, .name = "dell-d82" }, |
| 2812 | { .id = STAC_922X_DELL_M81, .name = "dell-m81" }, |
| 2813 | { .id = STAC_922X_DELL_M82, .name = "dell-m82" }, |
Takashi Iwai | dfe495d | 2007-08-23 19:04:28 +0200 | [diff] [blame] | 2814 | /* for backward compatibility */ |
Takashi Iwai | 0a42784 | 2013-01-14 15:20:13 +0100 | [diff] [blame] | 2815 | { .id = STAC_INTEL_MAC_V3, .name = "macmini" }, |
| 2816 | { .id = STAC_INTEL_MAC_V5, .name = "macbook" }, |
| 2817 | { .id = STAC_INTEL_MAC_V3, .name = "macbook-pro-v1" }, |
| 2818 | { .id = STAC_INTEL_MAC_V3, .name = "macbook-pro" }, |
| 2819 | { .id = STAC_INTEL_MAC_V2, .name = "imac-intel" }, |
| 2820 | { .id = STAC_INTEL_MAC_V3, .name = "imac-intel-20" }, |
| 2821 | {} |
Matt Porter | 403d194 | 2005-11-29 15:00:51 +0100 | [diff] [blame] | 2822 | }; |
| 2823 | |
Takashi Iwai | 0a42784 | 2013-01-14 15:20:13 +0100 | [diff] [blame] | 2824 | static const struct snd_pci_quirk stac922x_fixup_tbl[] = { |
Takashi Iwai | f5fcc13 | 2006-11-24 17:07:44 +0100 | [diff] [blame] | 2825 | /* SigmaTel reference board */ |
| 2826 | SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x2668, |
| 2827 | "DFI LanParty", STAC_D945_REF), |
Matthew Ranostay | 577aa2c | 2009-01-22 22:55:44 -0500 | [diff] [blame] | 2828 | SND_PCI_QUIRK(PCI_VENDOR_ID_DFI, 0x3101, |
| 2829 | "DFI LanParty", STAC_D945_REF), |
Takashi Iwai | f5fcc13 | 2006-11-24 17:07:44 +0100 | [diff] [blame] | 2830 | /* Intel 945G based systems */ |
| 2831 | SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x0101, |
| 2832 | "Intel D945G", STAC_D945GTP3), |
| 2833 | SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x0202, |
| 2834 | "Intel D945G", STAC_D945GTP3), |
| 2835 | SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x0606, |
| 2836 | "Intel D945G", STAC_D945GTP3), |
| 2837 | SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x0601, |
| 2838 | "Intel D945G", STAC_D945GTP3), |
| 2839 | SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x0111, |
| 2840 | "Intel D945G", STAC_D945GTP3), |
| 2841 | SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x1115, |
| 2842 | "Intel D945G", STAC_D945GTP3), |
| 2843 | SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x1116, |
| 2844 | "Intel D945G", STAC_D945GTP3), |
| 2845 | SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x1117, |
| 2846 | "Intel D945G", STAC_D945GTP3), |
| 2847 | SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x1118, |
| 2848 | "Intel D945G", STAC_D945GTP3), |
| 2849 | SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x1119, |
| 2850 | "Intel D945G", STAC_D945GTP3), |
| 2851 | SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x8826, |
| 2852 | "Intel D945G", STAC_D945GTP3), |
| 2853 | SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x5049, |
| 2854 | "Intel D945G", STAC_D945GTP3), |
| 2855 | SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x5055, |
| 2856 | "Intel D945G", STAC_D945GTP3), |
| 2857 | SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x5048, |
| 2858 | "Intel D945G", STAC_D945GTP3), |
| 2859 | SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x0110, |
| 2860 | "Intel D945G", STAC_D945GTP3), |
| 2861 | /* Intel D945G 5-stack systems */ |
| 2862 | SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x0404, |
| 2863 | "Intel D945G", STAC_D945GTP5), |
| 2864 | SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x0303, |
| 2865 | "Intel D945G", STAC_D945GTP5), |
| 2866 | SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x0013, |
| 2867 | "Intel D945G", STAC_D945GTP5), |
| 2868 | SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x0417, |
| 2869 | "Intel D945G", STAC_D945GTP5), |
| 2870 | /* Intel 945P based systems */ |
| 2871 | SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x0b0b, |
| 2872 | "Intel D945P", STAC_D945GTP3), |
| 2873 | SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x0112, |
| 2874 | "Intel D945P", STAC_D945GTP3), |
| 2875 | SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x0d0d, |
| 2876 | "Intel D945P", STAC_D945GTP3), |
| 2877 | SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x0909, |
| 2878 | "Intel D945P", STAC_D945GTP3), |
| 2879 | SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x0505, |
| 2880 | "Intel D945P", STAC_D945GTP3), |
| 2881 | SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x0707, |
| 2882 | "Intel D945P", STAC_D945GTP5), |
Takashi Iwai | 8056d47 | 2009-01-23 09:09:43 +0100 | [diff] [blame] | 2883 | /* other intel */ |
| 2884 | SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x0204, |
| 2885 | "Intel D945", STAC_D945_REF), |
Takashi Iwai | f5fcc13 | 2006-11-24 17:07:44 +0100 | [diff] [blame] | 2886 | /* other systems */ |
Takashi Iwai | 0a42784 | 2013-01-14 15:20:13 +0100 | [diff] [blame] | 2887 | |
Nicolas Boichat | 536319a | 2008-07-21 22:18:01 +0800 | [diff] [blame] | 2888 | /* Apple Intel Mac (Mac Mini, MacBook, MacBook Pro...) */ |
Takashi Iwai | 0a42784 | 2013-01-14 15:20:13 +0100 | [diff] [blame] | 2889 | SND_PCI_QUIRK(0x8384, 0x7680, "Mac", STAC_INTEL_MAC_AUTO), |
| 2890 | |
Takashi Iwai | dfe495d | 2007-08-23 19:04:28 +0200 | [diff] [blame] | 2891 | /* Dell systems */ |
| 2892 | SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01a7, |
| 2893 | "unknown Dell", STAC_922X_DELL_D81), |
| 2894 | SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01a9, |
| 2895 | "unknown Dell", STAC_922X_DELL_D81), |
| 2896 | SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01ab, |
| 2897 | "unknown Dell", STAC_922X_DELL_D81), |
| 2898 | SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01ac, |
| 2899 | "unknown Dell", STAC_922X_DELL_D82), |
| 2900 | SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01bf, |
| 2901 | "unknown Dell", STAC_922X_DELL_M81), |
| 2902 | SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01d0, |
| 2903 | "unknown Dell", STAC_922X_DELL_D82), |
| 2904 | SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01d1, |
| 2905 | "unknown Dell", STAC_922X_DELL_D81), |
| 2906 | SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01d2, |
| 2907 | "unknown Dell", STAC_922X_DELL_D81), |
| 2908 | SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01d7, |
| 2909 | "Dell XPS M1210", STAC_922X_DELL_M82), |
Mauro Carvalho Chehab | 8c65008 | 2008-08-04 10:39:59 -0300 | [diff] [blame] | 2910 | /* ECS/PC Chips boards */ |
Takashi Iwai | dea0a50 | 2009-02-09 17:14:52 +0100 | [diff] [blame] | 2911 | SND_PCI_QUIRK_MASK(0x1019, 0xf000, 0x2000, |
Herton Ronaldo Krzesinski | 8663ae5 | 2009-02-08 19:50:34 -0200 | [diff] [blame] | 2912 | "ECS/PC chips", STAC_ECS_202), |
Matt Porter | 403d194 | 2005-11-29 15:00:51 +0100 | [diff] [blame] | 2913 | {} /* terminator */ |
| 2914 | }; |
| 2915 | |
Takashi Iwai | 29ac836 | 2013-01-14 16:03:38 +0100 | [diff] [blame] | 2916 | static const struct hda_pintbl ref927x_pin_configs[] = { |
| 2917 | { 0x0a, 0x02214020 }, |
| 2918 | { 0x0b, 0x02a19080 }, |
| 2919 | { 0x0c, 0x0181304e }, |
| 2920 | { 0x0d, 0x01014010 }, |
| 2921 | { 0x0e, 0x01a19040 }, |
| 2922 | { 0x0f, 0x01011012 }, |
| 2923 | { 0x10, 0x01016011 }, |
| 2924 | { 0x11, 0x0101201f }, |
| 2925 | { 0x12, 0x183301f0 }, |
| 2926 | { 0x13, 0x18a001f0 }, |
| 2927 | { 0x14, 0x18a001f0 }, |
| 2928 | { 0x21, 0x01442070 }, |
| 2929 | { 0x22, 0x01c42190 }, |
| 2930 | { 0x23, 0x40000100 }, |
| 2931 | {} |
Matt Porter | 3cc08dc | 2006-01-23 15:27:49 +0100 | [diff] [blame] | 2932 | }; |
| 2933 | |
Takashi Iwai | 29ac836 | 2013-01-14 16:03:38 +0100 | [diff] [blame] | 2934 | static const struct hda_pintbl d965_3st_pin_configs[] = { |
| 2935 | { 0x0a, 0x0221401f }, |
| 2936 | { 0x0b, 0x02a19120 }, |
| 2937 | { 0x0c, 0x40000100 }, |
| 2938 | { 0x0d, 0x01014011 }, |
| 2939 | { 0x0e, 0x01a19021 }, |
| 2940 | { 0x0f, 0x01813024 }, |
| 2941 | { 0x10, 0x40000100 }, |
| 2942 | { 0x11, 0x40000100 }, |
| 2943 | { 0x12, 0x40000100 }, |
| 2944 | { 0x13, 0x40000100 }, |
| 2945 | { 0x14, 0x40000100 }, |
| 2946 | { 0x21, 0x40000100 }, |
| 2947 | { 0x22, 0x40000100 }, |
| 2948 | { 0x23, 0x40000100 }, |
| 2949 | {} |
Tobin Davis | 81d3dbd | 2006-08-22 19:44:45 +0200 | [diff] [blame] | 2950 | }; |
| 2951 | |
Takashi Iwai | 29ac836 | 2013-01-14 16:03:38 +0100 | [diff] [blame] | 2952 | static const struct hda_pintbl d965_5st_pin_configs[] = { |
| 2953 | { 0x0a, 0x02214020 }, |
| 2954 | { 0x0b, 0x02a19080 }, |
| 2955 | { 0x0c, 0x0181304e }, |
| 2956 | { 0x0d, 0x01014010 }, |
| 2957 | { 0x0e, 0x01a19040 }, |
| 2958 | { 0x0f, 0x01011012 }, |
| 2959 | { 0x10, 0x01016011 }, |
| 2960 | { 0x11, 0x40000100 }, |
| 2961 | { 0x12, 0x40000100 }, |
| 2962 | { 0x13, 0x40000100 }, |
| 2963 | { 0x14, 0x40000100 }, |
| 2964 | { 0x21, 0x01442070 }, |
| 2965 | { 0x22, 0x40000100 }, |
| 2966 | { 0x23, 0x40000100 }, |
| 2967 | {} |
Tobin Davis | 93ed150 | 2006-09-01 21:03:12 +0200 | [diff] [blame] | 2968 | }; |
| 2969 | |
Takashi Iwai | 29ac836 | 2013-01-14 16:03:38 +0100 | [diff] [blame] | 2970 | static const struct hda_pintbl d965_5st_no_fp_pin_configs[] = { |
| 2971 | { 0x0a, 0x40000100 }, |
| 2972 | { 0x0b, 0x40000100 }, |
| 2973 | { 0x0c, 0x0181304e }, |
| 2974 | { 0x0d, 0x01014010 }, |
| 2975 | { 0x0e, 0x01a19040 }, |
| 2976 | { 0x0f, 0x01011012 }, |
| 2977 | { 0x10, 0x01016011 }, |
| 2978 | { 0x11, 0x40000100 }, |
| 2979 | { 0x12, 0x40000100 }, |
| 2980 | { 0x13, 0x40000100 }, |
| 2981 | { 0x14, 0x40000100 }, |
| 2982 | { 0x21, 0x01442070 }, |
| 2983 | { 0x22, 0x40000100 }, |
| 2984 | { 0x23, 0x40000100 }, |
| 2985 | {} |
Takashi Iwai | 679d92e | 2009-05-24 19:00:08 +0200 | [diff] [blame] | 2986 | }; |
| 2987 | |
Takashi Iwai | 29ac836 | 2013-01-14 16:03:38 +0100 | [diff] [blame] | 2988 | static const struct hda_pintbl dell_3st_pin_configs[] = { |
| 2989 | { 0x0a, 0x02211230 }, |
| 2990 | { 0x0b, 0x02a11220 }, |
| 2991 | { 0x0c, 0x01a19040 }, |
| 2992 | { 0x0d, 0x01114210 }, |
| 2993 | { 0x0e, 0x01111212 }, |
| 2994 | { 0x0f, 0x01116211 }, |
| 2995 | { 0x10, 0x01813050 }, |
| 2996 | { 0x11, 0x01112214 }, |
| 2997 | { 0x12, 0x403003fa }, |
| 2998 | { 0x13, 0x90a60040 }, |
| 2999 | { 0x14, 0x90a60040 }, |
| 3000 | { 0x21, 0x404003fb }, |
| 3001 | { 0x22, 0x40c003fc }, |
| 3002 | { 0x23, 0x40000100 }, |
| 3003 | {} |
Tobin Davis | 4ff076e | 2007-08-07 11:48:12 +0200 | [diff] [blame] | 3004 | }; |
| 3005 | |
Takashi Iwai | 29ac836 | 2013-01-14 16:03:38 +0100 | [diff] [blame] | 3006 | static void stac927x_fixup_ref_no_jd(struct hda_codec *codec, |
| 3007 | const struct hda_fixup *fix, int action) |
| 3008 | { |
Takashi Iwai | 29ac836 | 2013-01-14 16:03:38 +0100 | [diff] [blame] | 3009 | /* no jack detecion for ref-no-jd model */ |
Takashi Iwai | 36c9db7 | 2013-01-17 17:07:59 +0100 | [diff] [blame] | 3010 | if (action == HDA_FIXUP_ACT_PRE_PROBE) |
| 3011 | codec->no_jack_detect = 1; |
Takashi Iwai | 29ac836 | 2013-01-14 16:03:38 +0100 | [diff] [blame] | 3012 | } |
| 3013 | |
| 3014 | static void stac927x_fixup_ref(struct hda_codec *codec, |
| 3015 | const struct hda_fixup *fix, int action) |
| 3016 | { |
| 3017 | struct sigmatel_spec *spec = codec->spec; |
| 3018 | |
| 3019 | if (action == HDA_FIXUP_ACT_PRE_PROBE) { |
| 3020 | snd_hda_apply_pincfgs(codec, ref927x_pin_configs); |
| 3021 | spec->eapd_mask = spec->gpio_mask = 0; |
| 3022 | spec->gpio_dir = spec->gpio_data = 0; |
| 3023 | } |
| 3024 | } |
| 3025 | |
| 3026 | static void stac927x_fixup_dell_dmic(struct hda_codec *codec, |
| 3027 | const struct hda_fixup *fix, int action) |
| 3028 | { |
| 3029 | struct sigmatel_spec *spec = codec->spec; |
| 3030 | |
| 3031 | if (action != HDA_FIXUP_ACT_PRE_PROBE) |
| 3032 | return; |
| 3033 | |
| 3034 | if (codec->subsystem_id != 0x1028022f) { |
| 3035 | /* GPIO2 High = Enable EAPD */ |
| 3036 | spec->eapd_mask = spec->gpio_mask = 0x04; |
| 3037 | spec->gpio_dir = spec->gpio_data = 0x04; |
| 3038 | } |
Takashi Iwai | 29ac836 | 2013-01-14 16:03:38 +0100 | [diff] [blame] | 3039 | |
| 3040 | snd_hda_add_verbs(codec, dell_3st_core_init); |
| 3041 | spec->volknob_init = 1; |
Takashi Iwai | 29ac836 | 2013-01-14 16:03:38 +0100 | [diff] [blame] | 3042 | } |
| 3043 | |
| 3044 | static void stac927x_fixup_volknob(struct hda_codec *codec, |
| 3045 | const struct hda_fixup *fix, int action) |
| 3046 | { |
| 3047 | struct sigmatel_spec *spec = codec->spec; |
| 3048 | |
| 3049 | if (action == HDA_FIXUP_ACT_PRE_PROBE) { |
| 3050 | snd_hda_add_verbs(codec, stac927x_volknob_core_init); |
| 3051 | spec->volknob_init = 1; |
| 3052 | } |
| 3053 | } |
| 3054 | |
| 3055 | static const struct hda_fixup stac927x_fixups[] = { |
| 3056 | [STAC_D965_REF_NO_JD] = { |
| 3057 | .type = HDA_FIXUP_FUNC, |
| 3058 | .v.func = stac927x_fixup_ref_no_jd, |
| 3059 | .chained = true, |
| 3060 | .chain_id = STAC_D965_REF, |
| 3061 | }, |
| 3062 | [STAC_D965_REF] = { |
| 3063 | .type = HDA_FIXUP_FUNC, |
| 3064 | .v.func = stac927x_fixup_ref, |
| 3065 | }, |
| 3066 | [STAC_D965_3ST] = { |
| 3067 | .type = HDA_FIXUP_PINS, |
| 3068 | .v.pins = d965_3st_pin_configs, |
| 3069 | .chained = true, |
| 3070 | .chain_id = STAC_D965_VERBS, |
| 3071 | }, |
| 3072 | [STAC_D965_5ST] = { |
| 3073 | .type = HDA_FIXUP_PINS, |
| 3074 | .v.pins = d965_5st_pin_configs, |
| 3075 | .chained = true, |
| 3076 | .chain_id = STAC_D965_VERBS, |
| 3077 | }, |
| 3078 | [STAC_D965_VERBS] = { |
| 3079 | .type = HDA_FIXUP_VERBS, |
| 3080 | .v.verbs = d965_core_init, |
| 3081 | }, |
| 3082 | [STAC_D965_5ST_NO_FP] = { |
| 3083 | .type = HDA_FIXUP_PINS, |
| 3084 | .v.pins = d965_5st_no_fp_pin_configs, |
| 3085 | }, |
| 3086 | [STAC_DELL_3ST] = { |
| 3087 | .type = HDA_FIXUP_PINS, |
| 3088 | .v.pins = dell_3st_pin_configs, |
| 3089 | .chained = true, |
| 3090 | .chain_id = STAC_927X_DELL_DMIC, |
| 3091 | }, |
| 3092 | [STAC_DELL_BIOS] = { |
| 3093 | .type = HDA_FIXUP_PINS, |
| 3094 | .v.pins = (const struct hda_pintbl[]) { |
| 3095 | /* configure the analog microphone on some laptops */ |
| 3096 | { 0x0c, 0x90a79130 }, |
| 3097 | /* correct the front output jack as a hp out */ |
| 3098 | { 0x0f, 0x0227011f }, |
| 3099 | /* correct the front input jack as a mic */ |
| 3100 | { 0x0e, 0x02a79130 }, |
| 3101 | {} |
| 3102 | }, |
| 3103 | .chained = true, |
| 3104 | .chain_id = STAC_927X_DELL_DMIC, |
| 3105 | }, |
| 3106 | [STAC_DELL_BIOS_SPDIF] = { |
| 3107 | .type = HDA_FIXUP_PINS, |
| 3108 | .v.pins = (const struct hda_pintbl[]) { |
| 3109 | /* correct the device field to SPDIF out */ |
| 3110 | { 0x21, 0x01442070 }, |
| 3111 | {} |
| 3112 | }, |
| 3113 | .chained = true, |
| 3114 | .chain_id = STAC_DELL_BIOS, |
| 3115 | }, |
| 3116 | [STAC_927X_DELL_DMIC] = { |
| 3117 | .type = HDA_FIXUP_FUNC, |
| 3118 | .v.func = stac927x_fixup_dell_dmic, |
| 3119 | }, |
| 3120 | [STAC_927X_VOLKNOB] = { |
| 3121 | .type = HDA_FIXUP_FUNC, |
| 3122 | .v.func = stac927x_fixup_volknob, |
| 3123 | }, |
Matt Porter | 3cc08dc | 2006-01-23 15:27:49 +0100 | [diff] [blame] | 3124 | }; |
| 3125 | |
Takashi Iwai | 29ac836 | 2013-01-14 16:03:38 +0100 | [diff] [blame] | 3126 | static const struct hda_model_fixup stac927x_models[] = { |
| 3127 | { .id = STAC_D965_REF_NO_JD, .name = "ref-no-jd" }, |
| 3128 | { .id = STAC_D965_REF, .name = "ref" }, |
| 3129 | { .id = STAC_D965_3ST, .name = "3stack" }, |
| 3130 | { .id = STAC_D965_5ST, .name = "5stack" }, |
| 3131 | { .id = STAC_D965_5ST_NO_FP, .name = "5stack-no-fp" }, |
| 3132 | { .id = STAC_DELL_3ST, .name = "dell-3stack" }, |
| 3133 | { .id = STAC_DELL_BIOS, .name = "dell-bios" }, |
| 3134 | { .id = STAC_927X_VOLKNOB, .name = "volknob" }, |
| 3135 | {} |
Takashi Iwai | f5fcc13 | 2006-11-24 17:07:44 +0100 | [diff] [blame] | 3136 | }; |
| 3137 | |
Takashi Iwai | 29ac836 | 2013-01-14 16:03:38 +0100 | [diff] [blame] | 3138 | static const struct snd_pci_quirk stac927x_fixup_tbl[] = { |
Takashi Iwai | f5fcc13 | 2006-11-24 17:07:44 +0100 | [diff] [blame] | 3139 | /* SigmaTel reference board */ |
| 3140 | SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x2668, |
| 3141 | "DFI LanParty", STAC_D965_REF), |
Matthew Ranostay | 577aa2c | 2009-01-22 22:55:44 -0500 | [diff] [blame] | 3142 | SND_PCI_QUIRK(PCI_VENDOR_ID_DFI, 0x3101, |
| 3143 | "DFI LanParty", STAC_D965_REF), |
Tobin Davis | 81d3dbd | 2006-08-22 19:44:45 +0200 | [diff] [blame] | 3144 | /* Intel 946 based systems */ |
Takashi Iwai | f5fcc13 | 2006-11-24 17:07:44 +0100 | [diff] [blame] | 3145 | SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x3d01, "Intel D946", STAC_D965_3ST), |
| 3146 | SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0xa301, "Intel D946", STAC_D965_3ST), |
Tobin Davis | 93ed150 | 2006-09-01 21:03:12 +0200 | [diff] [blame] | 3147 | /* 965 based 3 stack systems */ |
Takashi Iwai | dea0a50 | 2009-02-09 17:14:52 +0100 | [diff] [blame] | 3148 | SND_PCI_QUIRK_MASK(PCI_VENDOR_ID_INTEL, 0xff00, 0x2100, |
| 3149 | "Intel D965", STAC_D965_3ST), |
| 3150 | SND_PCI_QUIRK_MASK(PCI_VENDOR_ID_INTEL, 0xff00, 0x2000, |
| 3151 | "Intel D965", STAC_D965_3ST), |
Tobin Davis | 4ff076e | 2007-08-07 11:48:12 +0200 | [diff] [blame] | 3152 | /* Dell 3 stack systems */ |
Takashi Iwai | dfe495d | 2007-08-23 19:04:28 +0200 | [diff] [blame] | 3153 | SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01dd, "Dell Dimension E520", STAC_DELL_3ST), |
Tobin Davis | 4ff076e | 2007-08-07 11:48:12 +0200 | [diff] [blame] | 3154 | SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01ed, "Dell ", STAC_DELL_3ST), |
| 3155 | SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01f4, "Dell ", STAC_DELL_3ST), |
Matthew Ranostay | 8e9068b | 2007-12-17 11:58:13 +0100 | [diff] [blame] | 3156 | /* Dell 3 stack systems with verb table in BIOS */ |
Matthew Ranostay | 2f32d90 | 2008-01-10 13:06:26 +0100 | [diff] [blame] | 3157 | SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01f3, "Dell Inspiron 1420", STAC_DELL_BIOS), |
Daniel T Chen | 66668b6 | 2010-05-23 20:47:45 -0400 | [diff] [blame] | 3158 | SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01f7, "Dell XPS M1730", STAC_DELL_BIOS), |
Matthew Ranostay | 2f32d90 | 2008-01-10 13:06:26 +0100 | [diff] [blame] | 3159 | SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0227, "Dell Vostro 1400 ", STAC_DELL_BIOS), |
Takashi Iwai | 29ac836 | 2013-01-14 16:03:38 +0100 | [diff] [blame] | 3160 | SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x022e, "Dell ", STAC_DELL_BIOS_SPDIF), |
Chengu Wang | 84d3dc2 | 2009-07-30 19:43:55 +0800 | [diff] [blame] | 3161 | SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x022f, "Dell Inspiron 1525", STAC_DELL_BIOS), |
Matthew Ranostay | 8e9068b | 2007-12-17 11:58:13 +0100 | [diff] [blame] | 3162 | SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0242, "Dell ", STAC_DELL_BIOS), |
| 3163 | SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0243, "Dell ", STAC_DELL_BIOS), |
| 3164 | SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x02ff, "Dell ", STAC_DELL_BIOS), |
Takashi Iwai | 29ac836 | 2013-01-14 16:03:38 +0100 | [diff] [blame] | 3165 | SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0209, "Dell XPS 1330", STAC_DELL_BIOS_SPDIF), |
Tobin Davis | 93ed150 | 2006-09-01 21:03:12 +0200 | [diff] [blame] | 3166 | /* 965 based 5 stack systems */ |
Takashi Iwai | dea0a50 | 2009-02-09 17:14:52 +0100 | [diff] [blame] | 3167 | SND_PCI_QUIRK_MASK(PCI_VENDOR_ID_INTEL, 0xff00, 0x2300, |
| 3168 | "Intel D965", STAC_D965_5ST), |
| 3169 | SND_PCI_QUIRK_MASK(PCI_VENDOR_ID_INTEL, 0xff00, 0x2500, |
| 3170 | "Intel D965", STAC_D965_5ST), |
Takashi Iwai | 5493053 | 2009-10-11 17:38:29 +0200 | [diff] [blame] | 3171 | /* volume-knob fixes */ |
| 3172 | SND_PCI_QUIRK_VENDOR(0x10cf, "FSC", STAC_927X_VOLKNOB), |
Matt Porter | 3cc08dc | 2006-01-23 15:27:49 +0100 | [diff] [blame] | 3173 | {} /* terminator */ |
| 3174 | }; |
| 3175 | |
Takashi Iwai | fe6322c | 2013-01-14 14:46:51 +0100 | [diff] [blame] | 3176 | static const struct hda_pintbl ref9205_pin_configs[] = { |
| 3177 | { 0x0a, 0x40000100 }, |
| 3178 | { 0x0b, 0x40000100 }, |
| 3179 | { 0x0c, 0x01016011 }, |
| 3180 | { 0x0d, 0x01014010 }, |
| 3181 | { 0x0e, 0x01813122 }, |
| 3182 | { 0x0f, 0x01a19021 }, |
| 3183 | { 0x14, 0x01019020 }, |
| 3184 | { 0x16, 0x40000100 }, |
| 3185 | { 0x17, 0x90a000f0 }, |
| 3186 | { 0x18, 0x90a000f0 }, |
| 3187 | { 0x21, 0x01441030 }, |
| 3188 | { 0x22, 0x01c41030 }, |
| 3189 | {} |
Matt Porter | f3302a5 | 2006-07-31 12:49:34 +0200 | [diff] [blame] | 3190 | }; |
| 3191 | |
Takashi Iwai | dfe495d | 2007-08-23 19:04:28 +0200 | [diff] [blame] | 3192 | /* |
| 3193 | STAC 9205 pin configs for |
| 3194 | 102801F1 |
| 3195 | 102801F2 |
| 3196 | 102801FC |
| 3197 | 102801FD |
| 3198 | 10280204 |
| 3199 | 1028021F |
Matthew Ranostay | 3fa2ef7 | 2008-01-11 11:39:06 +0100 | [diff] [blame] | 3200 | 10280228 (Dell Vostro 1500) |
Anisse Astier | 95e70e8 | 2009-12-23 17:28:45 +0100 | [diff] [blame] | 3201 | 10280229 (Dell Vostro 1700) |
Takashi Iwai | dfe495d | 2007-08-23 19:04:28 +0200 | [diff] [blame] | 3202 | */ |
Takashi Iwai | fe6322c | 2013-01-14 14:46:51 +0100 | [diff] [blame] | 3203 | static const struct hda_pintbl dell_9205_m42_pin_configs[] = { |
| 3204 | { 0x0a, 0x0321101F }, |
| 3205 | { 0x0b, 0x03A11020 }, |
| 3206 | { 0x0c, 0x400003FA }, |
| 3207 | { 0x0d, 0x90170310 }, |
| 3208 | { 0x0e, 0x400003FB }, |
| 3209 | { 0x0f, 0x400003FC }, |
| 3210 | { 0x14, 0x400003FD }, |
| 3211 | { 0x16, 0x40F000F9 }, |
| 3212 | { 0x17, 0x90A60330 }, |
| 3213 | { 0x18, 0x400003FF }, |
| 3214 | { 0x21, 0x0144131F }, |
| 3215 | { 0x22, 0x40C003FE }, |
| 3216 | {} |
Takashi Iwai | dfe495d | 2007-08-23 19:04:28 +0200 | [diff] [blame] | 3217 | }; |
| 3218 | |
| 3219 | /* |
| 3220 | STAC 9205 pin configs for |
| 3221 | 102801F9 |
| 3222 | 102801FA |
| 3223 | 102801FE |
| 3224 | 102801FF (Dell Precision M4300) |
| 3225 | 10280206 |
| 3226 | 10280200 |
| 3227 | 10280201 |
| 3228 | */ |
Takashi Iwai | fe6322c | 2013-01-14 14:46:51 +0100 | [diff] [blame] | 3229 | static const struct hda_pintbl dell_9205_m43_pin_configs[] = { |
| 3230 | { 0x0a, 0x0321101f }, |
| 3231 | { 0x0b, 0x03a11020 }, |
| 3232 | { 0x0c, 0x90a70330 }, |
| 3233 | { 0x0d, 0x90170310 }, |
| 3234 | { 0x0e, 0x400000fe }, |
| 3235 | { 0x0f, 0x400000ff }, |
| 3236 | { 0x14, 0x400000fd }, |
| 3237 | { 0x16, 0x40f000f9 }, |
| 3238 | { 0x17, 0x400000fa }, |
| 3239 | { 0x18, 0x400000fc }, |
| 3240 | { 0x21, 0x0144131f }, |
| 3241 | { 0x22, 0x40c003f8 }, |
| 3242 | /* Enable SPDIF in/out */ |
| 3243 | { 0x1f, 0x01441030 }, |
| 3244 | { 0x20, 0x1c410030 }, |
| 3245 | {} |
Tobin Davis | ae0a8ed | 2007-08-13 15:50:29 +0200 | [diff] [blame] | 3246 | }; |
| 3247 | |
Takashi Iwai | fe6322c | 2013-01-14 14:46:51 +0100 | [diff] [blame] | 3248 | static const struct hda_pintbl dell_9205_m44_pin_configs[] = { |
| 3249 | { 0x0a, 0x0421101f }, |
| 3250 | { 0x0b, 0x04a11020 }, |
| 3251 | { 0x0c, 0x400003fa }, |
| 3252 | { 0x0d, 0x90170310 }, |
| 3253 | { 0x0e, 0x400003fb }, |
| 3254 | { 0x0f, 0x400003fc }, |
| 3255 | { 0x14, 0x400003fd }, |
| 3256 | { 0x16, 0x400003f9 }, |
| 3257 | { 0x17, 0x90a60330 }, |
| 3258 | { 0x18, 0x400003ff }, |
| 3259 | { 0x21, 0x01441340 }, |
| 3260 | { 0x22, 0x40c003fe }, |
| 3261 | {} |
Tobin Davis | ae0a8ed | 2007-08-13 15:50:29 +0200 | [diff] [blame] | 3262 | }; |
| 3263 | |
Takashi Iwai | fe6322c | 2013-01-14 14:46:51 +0100 | [diff] [blame] | 3264 | static void stac9205_fixup_ref(struct hda_codec *codec, |
| 3265 | const struct hda_fixup *fix, int action) |
| 3266 | { |
| 3267 | struct sigmatel_spec *spec = codec->spec; |
| 3268 | |
| 3269 | if (action == HDA_FIXUP_ACT_PRE_PROBE) { |
| 3270 | snd_hda_apply_pincfgs(codec, ref9205_pin_configs); |
| 3271 | /* SPDIF-In enabled */ |
| 3272 | spec->eapd_mask = spec->gpio_mask = spec->gpio_dir = 0; |
| 3273 | } |
| 3274 | } |
| 3275 | |
Takashi Iwai | fe6322c | 2013-01-14 14:46:51 +0100 | [diff] [blame] | 3276 | static void stac9205_fixup_dell_m43(struct hda_codec *codec, |
| 3277 | const struct hda_fixup *fix, int action) |
| 3278 | { |
| 3279 | struct sigmatel_spec *spec = codec->spec; |
Takashi Iwai | 36c9db7 | 2013-01-17 17:07:59 +0100 | [diff] [blame] | 3280 | struct hda_jack_tbl *jack; |
Takashi Iwai | fe6322c | 2013-01-14 14:46:51 +0100 | [diff] [blame] | 3281 | |
| 3282 | if (action == HDA_FIXUP_ACT_PRE_PROBE) { |
| 3283 | snd_hda_apply_pincfgs(codec, dell_9205_m43_pin_configs); |
| 3284 | |
| 3285 | /* Enable unsol response for GPIO4/Dock HP connection */ |
Takashi Iwai | fe6322c | 2013-01-14 14:46:51 +0100 | [diff] [blame] | 3286 | snd_hda_codec_write_cache(codec, codec->afg, 0, |
| 3287 | AC_VERB_SET_GPIO_UNSOLICITED_RSP_MASK, 0x10); |
Takashi Iwai | 36c9db7 | 2013-01-17 17:07:59 +0100 | [diff] [blame] | 3288 | snd_hda_jack_detect_enable_callback(codec, codec->afg, |
| 3289 | STAC_VREF_EVENT, |
| 3290 | stac_vref_event); |
| 3291 | jack = snd_hda_jack_tbl_get(codec, codec->afg); |
| 3292 | if (jack) |
| 3293 | jack->private_data = 0x01; |
Takashi Iwai | fe6322c | 2013-01-14 14:46:51 +0100 | [diff] [blame] | 3294 | |
| 3295 | spec->gpio_dir = 0x0b; |
| 3296 | spec->eapd_mask = 0x01; |
| 3297 | spec->gpio_mask = 0x1b; |
| 3298 | spec->gpio_mute = 0x10; |
| 3299 | /* GPIO0 High = EAPD, GPIO1 Low = Headphone Mute, |
| 3300 | * GPIO3 Low = DRM |
| 3301 | */ |
| 3302 | spec->gpio_data = 0x01; |
| 3303 | } |
| 3304 | } |
| 3305 | |
| 3306 | static void stac9205_fixup_eapd(struct hda_codec *codec, |
| 3307 | const struct hda_fixup *fix, int action) |
| 3308 | { |
| 3309 | struct sigmatel_spec *spec = codec->spec; |
| 3310 | |
| 3311 | if (action == HDA_FIXUP_ACT_PRE_PROBE) |
| 3312 | spec->eapd_switch = 0; |
| 3313 | } |
| 3314 | |
| 3315 | static const struct hda_fixup stac9205_fixups[] = { |
| 3316 | [STAC_9205_REF] = { |
| 3317 | .type = HDA_FIXUP_FUNC, |
| 3318 | .v.func = stac9205_fixup_ref, |
| 3319 | }, |
| 3320 | [STAC_9205_DELL_M42] = { |
| 3321 | .type = HDA_FIXUP_PINS, |
| 3322 | .v.pins = dell_9205_m42_pin_configs, |
| 3323 | }, |
| 3324 | [STAC_9205_DELL_M43] = { |
| 3325 | .type = HDA_FIXUP_FUNC, |
| 3326 | .v.func = stac9205_fixup_dell_m43, |
| 3327 | }, |
| 3328 | [STAC_9205_DELL_M44] = { |
| 3329 | .type = HDA_FIXUP_PINS, |
| 3330 | .v.pins = dell_9205_m44_pin_configs, |
| 3331 | }, |
| 3332 | [STAC_9205_EAPD] = { |
| 3333 | .type = HDA_FIXUP_FUNC, |
| 3334 | .v.func = stac9205_fixup_eapd, |
| 3335 | }, |
| 3336 | {} |
Matt Porter | f3302a5 | 2006-07-31 12:49:34 +0200 | [diff] [blame] | 3337 | }; |
| 3338 | |
Takashi Iwai | fe6322c | 2013-01-14 14:46:51 +0100 | [diff] [blame] | 3339 | static const struct hda_model_fixup stac9205_models[] = { |
| 3340 | { .id = STAC_9205_REF, .name = "ref" }, |
| 3341 | { .id = STAC_9205_DELL_M42, .name = "dell-m42" }, |
| 3342 | { .id = STAC_9205_DELL_M43, .name = "dell-m43" }, |
| 3343 | { .id = STAC_9205_DELL_M44, .name = "dell-m44" }, |
| 3344 | { .id = STAC_9205_EAPD, .name = "eapd" }, |
| 3345 | {} |
Takashi Iwai | f5fcc13 | 2006-11-24 17:07:44 +0100 | [diff] [blame] | 3346 | }; |
| 3347 | |
Takashi Iwai | fe6322c | 2013-01-14 14:46:51 +0100 | [diff] [blame] | 3348 | static const struct snd_pci_quirk stac9205_fixup_tbl[] = { |
Takashi Iwai | f5fcc13 | 2006-11-24 17:07:44 +0100 | [diff] [blame] | 3349 | /* SigmaTel reference board */ |
| 3350 | SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x2668, |
| 3351 | "DFI LanParty", STAC_9205_REF), |
Herton Ronaldo Krzesinski | 02358fc | 2009-07-04 01:44:59 -0300 | [diff] [blame] | 3352 | SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0xfb30, |
| 3353 | "SigmaTel", STAC_9205_REF), |
Matthew Ranostay | 577aa2c | 2009-01-22 22:55:44 -0500 | [diff] [blame] | 3354 | SND_PCI_QUIRK(PCI_VENDOR_ID_DFI, 0x3101, |
| 3355 | "DFI LanParty", STAC_9205_REF), |
Takashi Iwai | d9a4268 | 2009-01-22 17:40:18 +0100 | [diff] [blame] | 3356 | /* Dell */ |
Takashi Iwai | dfe495d | 2007-08-23 19:04:28 +0200 | [diff] [blame] | 3357 | SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01f1, |
| 3358 | "unknown Dell", STAC_9205_DELL_M42), |
| 3359 | SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01f2, |
| 3360 | "unknown Dell", STAC_9205_DELL_M42), |
Tobin Davis | ae0a8ed | 2007-08-13 15:50:29 +0200 | [diff] [blame] | 3361 | SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01f8, |
Matthew Ranostay | b44ef2f | 2007-09-18 00:52:38 +0200 | [diff] [blame] | 3362 | "Dell Precision", STAC_9205_DELL_M43), |
Tobin Davis | ae0a8ed | 2007-08-13 15:50:29 +0200 | [diff] [blame] | 3363 | SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01f9, |
| 3364 | "Dell Precision", STAC_9205_DELL_M43), |
| 3365 | SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01fa, |
| 3366 | "Dell Precision", STAC_9205_DELL_M43), |
Takashi Iwai | dfe495d | 2007-08-23 19:04:28 +0200 | [diff] [blame] | 3367 | SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01fc, |
| 3368 | "unknown Dell", STAC_9205_DELL_M42), |
| 3369 | SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01fd, |
| 3370 | "unknown Dell", STAC_9205_DELL_M42), |
Tobin Davis | ae0a8ed | 2007-08-13 15:50:29 +0200 | [diff] [blame] | 3371 | SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01fe, |
| 3372 | "Dell Precision", STAC_9205_DELL_M43), |
| 3373 | SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01ff, |
Takashi Iwai | dfe495d | 2007-08-23 19:04:28 +0200 | [diff] [blame] | 3374 | "Dell Precision M4300", STAC_9205_DELL_M43), |
Takashi Iwai | dfe495d | 2007-08-23 19:04:28 +0200 | [diff] [blame] | 3375 | SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0204, |
| 3376 | "unknown Dell", STAC_9205_DELL_M42), |
Takashi Iwai | 4549915 | 2008-06-12 16:27:24 +0200 | [diff] [blame] | 3377 | SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0206, |
| 3378 | "Dell Precision", STAC_9205_DELL_M43), |
| 3379 | SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x021b, |
| 3380 | "Dell Precision", STAC_9205_DELL_M43), |
| 3381 | SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x021c, |
| 3382 | "Dell Precision", STAC_9205_DELL_M43), |
Tobin Davis | ae0a8ed | 2007-08-13 15:50:29 +0200 | [diff] [blame] | 3383 | SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x021f, |
| 3384 | "Dell Inspiron", STAC_9205_DELL_M44), |
Matthew Ranostay | 3fa2ef7 | 2008-01-11 11:39:06 +0100 | [diff] [blame] | 3385 | SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0228, |
| 3386 | "Dell Vostro 1500", STAC_9205_DELL_M42), |
Anisse Astier | 95e70e8 | 2009-12-23 17:28:45 +0100 | [diff] [blame] | 3387 | SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0229, |
| 3388 | "Dell Vostro 1700", STAC_9205_DELL_M42), |
Takashi Iwai | d9a4268 | 2009-01-22 17:40:18 +0100 | [diff] [blame] | 3389 | /* Gateway */ |
Hao Song | 42b95f0 | 2009-07-20 15:01:16 +0800 | [diff] [blame] | 3390 | SND_PCI_QUIRK(0x107b, 0x0560, "Gateway T6834c", STAC_9205_EAPD), |
Takashi Iwai | d9a4268 | 2009-01-22 17:40:18 +0100 | [diff] [blame] | 3391 | SND_PCI_QUIRK(0x107b, 0x0565, "Gateway T1616", STAC_9205_EAPD), |
Matt Porter | f3302a5 | 2006-07-31 12:49:34 +0200 | [diff] [blame] | 3392 | {} /* terminator */ |
| 3393 | }; |
| 3394 | |
Takashi Iwai | 36c9db7 | 2013-01-17 17:07:59 +0100 | [diff] [blame] | 3395 | static int stac_parse_auto_config(struct hda_codec *codec) |
Matt | c7d4b2f | 2005-06-27 14:59:41 +0200 | [diff] [blame] | 3396 | { |
| 3397 | struct sigmatel_spec *spec = codec->spec; |
Takashi Iwai | dc04d1b | 2009-03-06 10:00:05 +0100 | [diff] [blame] | 3398 | int err; |
Matt | c7d4b2f | 2005-06-27 14:59:41 +0200 | [diff] [blame] | 3399 | |
Takashi Iwai | 36c9db7 | 2013-01-17 17:07:59 +0100 | [diff] [blame] | 3400 | err = snd_hda_parse_pin_defcfg(codec, &spec->gen.autocfg, NULL, 0); |
Takashi Iwai | dc04d1b | 2009-03-06 10:00:05 +0100 | [diff] [blame] | 3401 | if (err < 0) |
| 3402 | return err; |
| 3403 | |
Takashi Iwai | 36c9db7 | 2013-01-17 17:07:59 +0100 | [diff] [blame] | 3404 | /* add hooks */ |
| 3405 | spec->gen.pcm_playback_hook = stac_playback_pcm_hook; |
| 3406 | spec->gen.pcm_capture_hook = stac_capture_pcm_hook; |
| 3407 | |
| 3408 | spec->gen.automute_hook = stac_update_outputs; |
| 3409 | spec->gen.hp_automute_hook = stac_hp_automute; |
| 3410 | spec->gen.line_automute_hook = stac_line_automute; |
| 3411 | |
| 3412 | err = snd_hda_gen_parse_auto_config(codec, &spec->gen.autocfg); |
Takashi Iwai | dc04d1b | 2009-03-06 10:00:05 +0100 | [diff] [blame] | 3413 | if (err < 0) |
| 3414 | return err; |
| 3415 | |
Takashi Iwai | 36c9db7 | 2013-01-17 17:07:59 +0100 | [diff] [blame] | 3416 | /* minimum value is actually mute */ |
| 3417 | spec->gen.vmaster_tlv[3] |= TLV_DB_SCALE_MUTE; |
Matt | c7d4b2f | 2005-06-27 14:59:41 +0200 | [diff] [blame] | 3418 | |
Matthew Ranostay | 1cd2224 | 2008-07-18 18:20:52 +0200 | [diff] [blame] | 3419 | /* setup analog beep controls */ |
| 3420 | if (spec->anabeep_nid > 0) { |
Takashi Iwai | 36c9db7 | 2013-01-17 17:07:59 +0100 | [diff] [blame] | 3421 | err = stac_auto_create_beep_ctls(codec, |
| 3422 | spec->anabeep_nid); |
Matthew Ranostay | 1cd2224 | 2008-07-18 18:20:52 +0200 | [diff] [blame] | 3423 | if (err < 0) |
| 3424 | return err; |
| 3425 | } |
| 3426 | |
| 3427 | /* setup digital beep controls and input device */ |
| 3428 | #ifdef CONFIG_SND_HDA_INPUT_BEEP |
| 3429 | if (spec->digbeep_nid > 0) { |
| 3430 | hda_nid_t nid = spec->digbeep_nid; |
Takashi Iwai | 4d4e9bb | 2008-11-12 16:45:04 +0100 | [diff] [blame] | 3431 | unsigned int caps; |
Matthew Ranostay | 1cd2224 | 2008-07-18 18:20:52 +0200 | [diff] [blame] | 3432 | |
Takashi Iwai | 36c9db7 | 2013-01-17 17:07:59 +0100 | [diff] [blame] | 3433 | err = stac_auto_create_beep_ctls(codec, nid); |
Matthew Ranostay | 1cd2224 | 2008-07-18 18:20:52 +0200 | [diff] [blame] | 3434 | if (err < 0) |
| 3435 | return err; |
| 3436 | err = snd_hda_attach_beep_device(codec, nid); |
| 3437 | if (err < 0) |
| 3438 | return err; |
Takashi Iwai | d8d881d | 2009-12-22 07:52:49 +0100 | [diff] [blame] | 3439 | if (codec->beep) { |
| 3440 | /* IDT/STAC codecs have linear beep tone parameter */ |
Daniel J Blueman | 1b0e372 | 2010-08-03 11:09:13 +0100 | [diff] [blame] | 3441 | codec->beep->linear_tone = spec->linear_tone_beep; |
Takashi Iwai | d8d881d | 2009-12-22 07:52:49 +0100 | [diff] [blame] | 3442 | /* if no beep switch is available, make its own one */ |
| 3443 | caps = query_amp_caps(codec, nid, HDA_OUTPUT); |
| 3444 | if (!(caps & AC_AMPCAP_MUTE)) { |
Takashi Iwai | 36c9db7 | 2013-01-17 17:07:59 +0100 | [diff] [blame] | 3445 | err = stac_beep_switch_ctl(codec); |
Takashi Iwai | d8d881d | 2009-12-22 07:52:49 +0100 | [diff] [blame] | 3446 | if (err < 0) |
| 3447 | return err; |
| 3448 | } |
Takashi Iwai | 4d4e9bb | 2008-11-12 16:45:04 +0100 | [diff] [blame] | 3449 | } |
Matthew Ranostay | 1cd2224 | 2008-07-18 18:20:52 +0200 | [diff] [blame] | 3450 | } |
| 3451 | #endif |
| 3452 | |
Takashi Iwai | 36c9db7 | 2013-01-17 17:07:59 +0100 | [diff] [blame] | 3453 | if (spec->gpio_led) |
| 3454 | spec->gen.vmaster_mute.hook = stac_vmaster_hook; |
Maxim Levitsky | 0fb87bb | 2007-09-03 15:29:04 +0200 | [diff] [blame] | 3455 | |
Takashi Iwai | 36c9db7 | 2013-01-17 17:07:59 +0100 | [diff] [blame] | 3456 | if (spec->aloopback_ctl && |
| 3457 | snd_hda_get_bool_hint(codec, "loopback") == 1) { |
| 3458 | if (!snd_hda_gen_add_kctl(&spec->gen, NULL, spec->aloopback_ctl)) |
| 3459 | return -ENOMEM; |
Takashi Iwai | dc04d1b | 2009-03-06 10:00:05 +0100 | [diff] [blame] | 3460 | } |
Maxim Levitsky | 0fb87bb | 2007-09-03 15:29:04 +0200 | [diff] [blame] | 3461 | |
Takashi Iwai | 36c9db7 | 2013-01-17 17:07:59 +0100 | [diff] [blame] | 3462 | stac_init_power_map(codec); |
Takashi Iwai | 82bc955 | 2006-03-21 11:24:42 +0100 | [diff] [blame] | 3463 | |
| 3464 | return 0; |
| 3465 | } |
| 3466 | |
Takashi Iwai | 36c9db7 | 2013-01-17 17:07:59 +0100 | [diff] [blame] | 3467 | |
| 3468 | static int stac_init(struct hda_codec *codec) |
Richard Fish | 160ea0d | 2006-09-06 13:58:25 +0200 | [diff] [blame] | 3469 | { |
| 3470 | struct sigmatel_spec *spec = codec->spec; |
Takashi Iwai | f73d358 | 2008-11-25 08:21:51 +0100 | [diff] [blame] | 3471 | unsigned int gpio; |
Takashi Iwai | e4973e1 | 2008-11-18 09:32:42 +0100 | [diff] [blame] | 3472 | int i; |
Matt | c7d4b2f | 2005-06-27 14:59:41 +0200 | [diff] [blame] | 3473 | |
Takashi Iwai | 6565e4f | 2009-03-02 14:38:35 +0100 | [diff] [blame] | 3474 | /* override some hints */ |
| 3475 | stac_store_hints(codec); |
| 3476 | |
Takashi Iwai | f73d358 | 2008-11-25 08:21:51 +0100 | [diff] [blame] | 3477 | /* set up GPIO */ |
| 3478 | gpio = spec->gpio_data; |
| 3479 | /* turn on EAPD statically when spec->eapd_switch isn't set. |
| 3480 | * otherwise, unsol event will turn it on/off dynamically |
| 3481 | */ |
| 3482 | if (!spec->eapd_switch) |
| 3483 | gpio |= spec->eapd_mask; |
| 3484 | stac_gpio_set(codec, spec->gpio_mask, spec->gpio_dir, gpio); |
| 3485 | |
Takashi Iwai | 36c9db7 | 2013-01-17 17:07:59 +0100 | [diff] [blame] | 3486 | snd_hda_gen_init(codec); |
Takashi Iwai | c882246 | 2012-05-15 09:11:36 +0200 | [diff] [blame] | 3487 | |
| 3488 | /* sync the power-map */ |
| 3489 | if (spec->num_pwrs) |
| 3490 | snd_hda_codec_write(codec, codec->afg, 0, |
| 3491 | AC_VERB_IDT_SET_POWER_MAP, |
| 3492 | spec->power_map_bits); |
Takashi Iwai | 36c9db7 | 2013-01-17 17:07:59 +0100 | [diff] [blame] | 3493 | |
| 3494 | /* power down inactive ADCs */ |
| 3495 | if (spec->powerdown_adcs) { |
| 3496 | for (i = 0; i < spec->gen.num_all_adcs; i++) { |
| 3497 | if (spec->active_adcs & (1 << i)) |
| 3498 | continue; |
| 3499 | snd_hda_codec_write(codec, spec->gen.all_adcs[i], 0, |
| 3500 | AC_VERB_SET_POWER_STATE, |
| 3501 | AC_PWRST_D3); |
| 3502 | } |
| 3503 | } |
| 3504 | |
| 3505 | /* power down unused DACs */ |
| 3506 | for (i = 0; i < spec->gen.num_all_dacs; i++) { |
| 3507 | if (!snd_hda_get_nid_path(codec, spec->gen.all_dacs[i], 0)) |
| 3508 | snd_hda_codec_write(codec, spec->gen.all_dacs[i], 0, |
| 3509 | AC_VERB_SET_POWER_STATE, |
| 3510 | AC_PWRST_D3); |
| 3511 | } |
| 3512 | |
Matt | c7d4b2f | 2005-06-27 14:59:41 +0200 | [diff] [blame] | 3513 | return 0; |
| 3514 | } |
| 3515 | |
Takashi Iwai | 36c9db7 | 2013-01-17 17:07:59 +0100 | [diff] [blame] | 3516 | static void stac_shutup(struct hda_codec *codec) |
Takashi Iwai | 603c401 | 2008-07-30 15:01:44 +0200 | [diff] [blame] | 3517 | { |
| 3518 | struct sigmatel_spec *spec = codec->spec; |
| 3519 | |
Takashi Iwai | 36c9db7 | 2013-01-17 17:07:59 +0100 | [diff] [blame] | 3520 | snd_hda_shutup_pins(codec); |
Takashi Iwai | 167eae5 | 2009-11-06 15:47:50 +0100 | [diff] [blame] | 3521 | |
| 3522 | if (spec->eapd_mask) |
| 3523 | stac_gpio_set(codec, spec->gpio_mask, |
| 3524 | spec->gpio_dir, spec->gpio_data & |
| 3525 | ~spec->eapd_mask); |
| 3526 | } |
| 3527 | |
Takashi Iwai | 36c9db7 | 2013-01-17 17:07:59 +0100 | [diff] [blame] | 3528 | static void stac_free(struct hda_codec *codec) |
Matt | 2f2f425 | 2005-04-13 14:45:30 +0200 | [diff] [blame] | 3529 | { |
Matt | c7d4b2f | 2005-06-27 14:59:41 +0200 | [diff] [blame] | 3530 | struct sigmatel_spec *spec = codec->spec; |
Matt | c7d4b2f | 2005-06-27 14:59:41 +0200 | [diff] [blame] | 3531 | |
Takashi Iwai | 36c9db7 | 2013-01-17 17:07:59 +0100 | [diff] [blame] | 3532 | if (!spec) |
Matt | c7d4b2f | 2005-06-27 14:59:41 +0200 | [diff] [blame] | 3533 | return; |
| 3534 | |
Takashi Iwai | 36c9db7 | 2013-01-17 17:07:59 +0100 | [diff] [blame] | 3535 | snd_hda_gen_spec_free(&spec->gen); |
Matt | c7d4b2f | 2005-06-27 14:59:41 +0200 | [diff] [blame] | 3536 | kfree(spec); |
Matthew Ranostay | 1cd2224 | 2008-07-18 18:20:52 +0200 | [diff] [blame] | 3537 | snd_hda_detach_beep_device(codec); |
Matt | 2f2f425 | 2005-04-13 14:45:30 +0200 | [diff] [blame] | 3538 | } |
| 3539 | |
Takashi Iwai | 2d34e1b | 2008-11-28 14:35:16 +0100 | [diff] [blame] | 3540 | #ifdef CONFIG_PROC_FS |
| 3541 | static void stac92hd_proc_hook(struct snd_info_buffer *buffer, |
| 3542 | struct hda_codec *codec, hda_nid_t nid) |
| 3543 | { |
| 3544 | if (nid == codec->afg) |
| 3545 | snd_iprintf(buffer, "Power-Map: 0x%02x\n", |
Takashi Iwai | c882246 | 2012-05-15 09:11:36 +0200 | [diff] [blame] | 3546 | snd_hda_codec_read(codec, nid, 0, |
| 3547 | AC_VERB_IDT_GET_POWER_MAP, 0)); |
Takashi Iwai | 2d34e1b | 2008-11-28 14:35:16 +0100 | [diff] [blame] | 3548 | } |
| 3549 | |
| 3550 | static void analog_loop_proc_hook(struct snd_info_buffer *buffer, |
| 3551 | struct hda_codec *codec, |
| 3552 | unsigned int verb) |
| 3553 | { |
| 3554 | snd_iprintf(buffer, "Analog Loopback: 0x%02x\n", |
| 3555 | snd_hda_codec_read(codec, codec->afg, 0, verb, 0)); |
| 3556 | } |
| 3557 | |
| 3558 | /* stac92hd71bxx, stac92hd73xx */ |
| 3559 | static void stac92hd7x_proc_hook(struct snd_info_buffer *buffer, |
| 3560 | struct hda_codec *codec, hda_nid_t nid) |
| 3561 | { |
| 3562 | stac92hd_proc_hook(buffer, codec, nid); |
| 3563 | if (nid == codec->afg) |
| 3564 | analog_loop_proc_hook(buffer, codec, 0xfa0); |
| 3565 | } |
| 3566 | |
| 3567 | static void stac9205_proc_hook(struct snd_info_buffer *buffer, |
| 3568 | struct hda_codec *codec, hda_nid_t nid) |
| 3569 | { |
| 3570 | if (nid == codec->afg) |
| 3571 | analog_loop_proc_hook(buffer, codec, 0xfe0); |
| 3572 | } |
| 3573 | |
| 3574 | static void stac927x_proc_hook(struct snd_info_buffer *buffer, |
| 3575 | struct hda_codec *codec, hda_nid_t nid) |
| 3576 | { |
| 3577 | if (nid == codec->afg) |
| 3578 | analog_loop_proc_hook(buffer, codec, 0xfeb); |
| 3579 | } |
| 3580 | #else |
| 3581 | #define stac92hd_proc_hook NULL |
| 3582 | #define stac92hd7x_proc_hook NULL |
| 3583 | #define stac9205_proc_hook NULL |
| 3584 | #define stac927x_proc_hook NULL |
| 3585 | #endif |
| 3586 | |
Takashi Iwai | 2a43952 | 2011-07-26 09:52:50 +0200 | [diff] [blame] | 3587 | #ifdef CONFIG_PM |
Takashi Iwai | 36c9db7 | 2013-01-17 17:07:59 +0100 | [diff] [blame] | 3588 | static int stac_resume(struct hda_codec *codec) |
Matt | ff6fdc3 | 2005-06-27 15:06:52 +0200 | [diff] [blame] | 3589 | { |
Takashi Iwai | 36c9db7 | 2013-01-17 17:07:59 +0100 | [diff] [blame] | 3590 | codec->patch_ops.init(codec); |
Takashi Iwai | 82beb8f | 2007-08-10 17:09:26 +0200 | [diff] [blame] | 3591 | snd_hda_codec_resume_amp(codec); |
| 3592 | snd_hda_codec_resume_cache(codec); |
Matt | ff6fdc3 | 2005-06-27 15:06:52 +0200 | [diff] [blame] | 3593 | return 0; |
| 3594 | } |
Matthew Ranostay | c6798d2 | 2008-11-18 20:54:17 -0500 | [diff] [blame] | 3595 | |
Takashi Iwai | 36c9db7 | 2013-01-17 17:07:59 +0100 | [diff] [blame] | 3596 | static int stac_suspend(struct hda_codec *codec) |
Vitaliy Kulikov | 45eebda | 2011-07-26 16:56:20 -0500 | [diff] [blame] | 3597 | { |
Takashi Iwai | 36c9db7 | 2013-01-17 17:07:59 +0100 | [diff] [blame] | 3598 | stac_shutup(codec); |
Vitaliy Kulikov | 45eebda | 2011-07-26 16:56:20 -0500 | [diff] [blame] | 3599 | return 0; |
| 3600 | } |
| 3601 | |
Takashi Iwai | 36c9db7 | 2013-01-17 17:07:59 +0100 | [diff] [blame] | 3602 | static void stac_set_power_state(struct hda_codec *codec, hda_nid_t fg, |
| 3603 | unsigned int power_state) |
Vitaliy Kulikov | 45eebda | 2011-07-26 16:56:20 -0500 | [diff] [blame] | 3604 | { |
| 3605 | unsigned int afg_power_state = power_state; |
| 3606 | struct sigmatel_spec *spec = codec->spec; |
| 3607 | |
| 3608 | if (power_state == AC_PWRST_D3) { |
Takashi Iwai | f1a7374 | 2011-12-04 13:44:06 +0100 | [diff] [blame] | 3609 | if (spec->vref_mute_led_nid) { |
Vitaliy Kulikov | 45eebda | 2011-07-26 16:56:20 -0500 | [diff] [blame] | 3610 | /* with vref-out pin used for mute led control |
| 3611 | * codec AFG is prevented from D3 state |
| 3612 | */ |
| 3613 | afg_power_state = AC_PWRST_D1; |
| 3614 | } |
| 3615 | /* this delay seems necessary to avoid click noise at power-down */ |
| 3616 | msleep(100); |
| 3617 | } |
| 3618 | snd_hda_codec_read(codec, fg, 0, AC_VERB_SET_POWER_STATE, |
| 3619 | afg_power_state); |
| 3620 | snd_hda_codec_set_power_to_all(codec, fg, power_state, true); |
| 3621 | } |
Takashi Iwai | 350eba43 | 2012-03-16 16:09:03 +0100 | [diff] [blame] | 3622 | #else |
Takashi Iwai | 36c9db7 | 2013-01-17 17:07:59 +0100 | [diff] [blame] | 3623 | #define stac_suspend NULL |
| 3624 | #define stac_resume NULL |
| 3625 | #define stac_set_power_state NULL |
Takashi Iwai | 2faa3bf | 2012-03-12 12:30:22 +0100 | [diff] [blame] | 3626 | #endif /* CONFIG_PM */ |
Vitaliy Kulikov | 45eebda | 2011-07-26 16:56:20 -0500 | [diff] [blame] | 3627 | |
Takashi Iwai | 36c9db7 | 2013-01-17 17:07:59 +0100 | [diff] [blame] | 3628 | static const struct hda_codec_ops stac_patch_ops = { |
| 3629 | .build_controls = snd_hda_gen_build_controls, |
| 3630 | .build_pcms = snd_hda_gen_build_pcms, |
| 3631 | .init = stac_init, |
| 3632 | .free = stac_free, |
David Henningsson | 29adc4b | 2012-09-25 11:31:00 +0200 | [diff] [blame] | 3633 | .unsol_event = snd_hda_jack_unsol_event, |
Takashi Iwai | 2a43952 | 2011-07-26 09:52:50 +0200 | [diff] [blame] | 3634 | #ifdef CONFIG_PM |
Takashi Iwai | 36c9db7 | 2013-01-17 17:07:59 +0100 | [diff] [blame] | 3635 | .suspend = stac_suspend, |
| 3636 | .resume = stac_resume, |
Matt | ff6fdc3 | 2005-06-27 15:06:52 +0200 | [diff] [blame] | 3637 | #endif |
Takashi Iwai | 36c9db7 | 2013-01-17 17:07:59 +0100 | [diff] [blame] | 3638 | .reboot_notify = stac_shutup, |
Matt | 2f2f425 | 2005-04-13 14:45:30 +0200 | [diff] [blame] | 3639 | }; |
| 3640 | |
Takashi Iwai | 36c9db7 | 2013-01-17 17:07:59 +0100 | [diff] [blame] | 3641 | static int alloc_stac_spec(struct hda_codec *codec) |
Takashi Iwai | 361dab3 | 2012-05-09 14:35:27 +0200 | [diff] [blame] | 3642 | { |
| 3643 | struct sigmatel_spec *spec; |
| 3644 | |
| 3645 | spec = kzalloc(sizeof(*spec), GFP_KERNEL); |
| 3646 | if (!spec) |
| 3647 | return -ENOMEM; |
Takashi Iwai | 36c9db7 | 2013-01-17 17:07:59 +0100 | [diff] [blame] | 3648 | snd_hda_gen_spec_init(&spec->gen); |
Takashi Iwai | 361dab3 | 2012-05-09 14:35:27 +0200 | [diff] [blame] | 3649 | codec->spec = spec; |
| 3650 | codec->no_trigger_sense = 1; /* seems common with STAC/IDT codecs */ |
Takashi Iwai | 361dab3 | 2012-05-09 14:35:27 +0200 | [diff] [blame] | 3651 | return 0; |
| 3652 | } |
| 3653 | |
Matt | 2f2f425 | 2005-04-13 14:45:30 +0200 | [diff] [blame] | 3654 | static int patch_stac9200(struct hda_codec *codec) |
| 3655 | { |
| 3656 | struct sigmatel_spec *spec; |
Matt | c7d4b2f | 2005-06-27 14:59:41 +0200 | [diff] [blame] | 3657 | int err; |
Matt | 2f2f425 | 2005-04-13 14:45:30 +0200 | [diff] [blame] | 3658 | |
Takashi Iwai | 36c9db7 | 2013-01-17 17:07:59 +0100 | [diff] [blame] | 3659 | err = alloc_stac_spec(codec); |
Takashi Iwai | 361dab3 | 2012-05-09 14:35:27 +0200 | [diff] [blame] | 3660 | if (err < 0) |
| 3661 | return err; |
Matt | 2f2f425 | 2005-04-13 14:45:30 +0200 | [diff] [blame] | 3662 | |
Takashi Iwai | 361dab3 | 2012-05-09 14:35:27 +0200 | [diff] [blame] | 3663 | spec = codec->spec; |
Daniel J Blueman | 1b0e372 | 2010-08-03 11:09:13 +0100 | [diff] [blame] | 3664 | spec->linear_tone_beep = 1; |
Takashi Iwai | 36c9db7 | 2013-01-17 17:07:59 +0100 | [diff] [blame] | 3665 | spec->gen.own_eapd_ctl = 1; |
| 3666 | |
| 3667 | codec->patch_ops = stac_patch_ops; |
| 3668 | |
| 3669 | snd_hda_add_verbs(codec, stac9200_eapd_init); |
Takashi Iwai | d39a3ae | 2013-01-14 14:06:26 +0100 | [diff] [blame] | 3670 | |
| 3671 | snd_hda_pick_fixup(codec, stac9200_models, stac9200_fixup_tbl, |
| 3672 | stac9200_fixups); |
Takashi Iwai | d39a3ae | 2013-01-14 14:06:26 +0100 | [diff] [blame] | 3673 | snd_hda_apply_fixup(codec, HDA_FIXUP_ACT_PRE_PROBE); |
Takashi Iwai | 117f257 | 2008-03-18 09:53:23 +0100 | [diff] [blame] | 3674 | |
Takashi Iwai | 36c9db7 | 2013-01-17 17:07:59 +0100 | [diff] [blame] | 3675 | err = stac_parse_auto_config(codec); |
Matt | c7d4b2f | 2005-06-27 14:59:41 +0200 | [diff] [blame] | 3676 | if (err < 0) { |
Takashi Iwai | 36c9db7 | 2013-01-17 17:07:59 +0100 | [diff] [blame] | 3677 | stac_free(codec); |
Matt | c7d4b2f | 2005-06-27 14:59:41 +0200 | [diff] [blame] | 3678 | return err; |
| 3679 | } |
Matt | 2f2f425 | 2005-04-13 14:45:30 +0200 | [diff] [blame] | 3680 | |
Takashi Iwai | d39a3ae | 2013-01-14 14:06:26 +0100 | [diff] [blame] | 3681 | snd_hda_apply_fixup(codec, HDA_FIXUP_ACT_PROBE); |
| 3682 | |
Matt | 2f2f425 | 2005-04-13 14:45:30 +0200 | [diff] [blame] | 3683 | return 0; |
| 3684 | } |
| 3685 | |
Tobin Davis | 8e21c34 | 2007-01-08 11:04:17 +0100 | [diff] [blame] | 3686 | static int patch_stac925x(struct hda_codec *codec) |
| 3687 | { |
| 3688 | struct sigmatel_spec *spec; |
| 3689 | int err; |
| 3690 | |
Takashi Iwai | 36c9db7 | 2013-01-17 17:07:59 +0100 | [diff] [blame] | 3691 | err = alloc_stac_spec(codec); |
Takashi Iwai | 361dab3 | 2012-05-09 14:35:27 +0200 | [diff] [blame] | 3692 | if (err < 0) |
| 3693 | return err; |
Tobin Davis | 8e21c34 | 2007-01-08 11:04:17 +0100 | [diff] [blame] | 3694 | |
Takashi Iwai | 361dab3 | 2012-05-09 14:35:27 +0200 | [diff] [blame] | 3695 | spec = codec->spec; |
Daniel J Blueman | 1b0e372 | 2010-08-03 11:09:13 +0100 | [diff] [blame] | 3696 | spec->linear_tone_beep = 1; |
Takashi Iwai | 36c9db7 | 2013-01-17 17:07:59 +0100 | [diff] [blame] | 3697 | spec->gen.own_eapd_ctl = 1; |
| 3698 | |
| 3699 | codec->patch_ops = stac_patch_ops; |
| 3700 | |
| 3701 | snd_hda_add_verbs(codec, stac925x_core_init); |
Mauro Carvalho Chehab | 9cb36c2 | 2008-08-11 10:18:39 +0200 | [diff] [blame] | 3702 | |
Takashi Iwai | d2077d4 | 2013-01-14 14:20:16 +0100 | [diff] [blame] | 3703 | snd_hda_pick_fixup(codec, stac925x_models, stac925x_fixup_tbl, |
| 3704 | stac925x_fixups); |
Takashi Iwai | d2077d4 | 2013-01-14 14:20:16 +0100 | [diff] [blame] | 3705 | snd_hda_apply_fixup(codec, HDA_FIXUP_ACT_PRE_PROBE); |
| 3706 | |
Takashi Iwai | 36c9db7 | 2013-01-17 17:07:59 +0100 | [diff] [blame] | 3707 | err = stac_parse_auto_config(codec); |
Tobin Davis | 8e21c34 | 2007-01-08 11:04:17 +0100 | [diff] [blame] | 3708 | if (err < 0) { |
Takashi Iwai | 36c9db7 | 2013-01-17 17:07:59 +0100 | [diff] [blame] | 3709 | stac_free(codec); |
Tobin Davis | 8e21c34 | 2007-01-08 11:04:17 +0100 | [diff] [blame] | 3710 | return err; |
| 3711 | } |
| 3712 | |
Takashi Iwai | d2077d4 | 2013-01-14 14:20:16 +0100 | [diff] [blame] | 3713 | snd_hda_apply_fixup(codec, HDA_FIXUP_ACT_PROBE); |
| 3714 | |
Tobin Davis | 8e21c34 | 2007-01-08 11:04:17 +0100 | [diff] [blame] | 3715 | return 0; |
| 3716 | } |
| 3717 | |
Matthew Ranostay | e1f0d66 | 2007-12-13 17:47:21 +0100 | [diff] [blame] | 3718 | static int patch_stac92hd73xx(struct hda_codec *codec) |
| 3719 | { |
| 3720 | struct sigmatel_spec *spec; |
Takashi Iwai | 361dab3 | 2012-05-09 14:35:27 +0200 | [diff] [blame] | 3721 | int err; |
Takashi Iwai | c21ca4a | 2008-12-19 09:26:08 +0100 | [diff] [blame] | 3722 | int num_dacs; |
Matthew Ranostay | e1f0d66 | 2007-12-13 17:47:21 +0100 | [diff] [blame] | 3723 | |
Takashi Iwai | 36c9db7 | 2013-01-17 17:07:59 +0100 | [diff] [blame] | 3724 | err = alloc_stac_spec(codec); |
Takashi Iwai | 361dab3 | 2012-05-09 14:35:27 +0200 | [diff] [blame] | 3725 | if (err < 0) |
| 3726 | return err; |
Matthew Ranostay | e1f0d66 | 2007-12-13 17:47:21 +0100 | [diff] [blame] | 3727 | |
Takashi Iwai | 361dab3 | 2012-05-09 14:35:27 +0200 | [diff] [blame] | 3728 | spec = codec->spec; |
Daniel J Blueman | 1b0e372 | 2010-08-03 11:09:13 +0100 | [diff] [blame] | 3729 | spec->linear_tone_beep = 0; |
Takashi Iwai | 55e3014 | 2013-01-14 17:30:04 +0100 | [diff] [blame] | 3730 | |
Takashi Iwai | 36c9db7 | 2013-01-17 17:07:59 +0100 | [diff] [blame] | 3731 | num_dacs = snd_hda_get_num_conns(codec, 0x0a) - 1; |
Takashi Iwai | c21ca4a | 2008-12-19 09:26:08 +0100 | [diff] [blame] | 3732 | if (num_dacs < 3 || num_dacs > 5) { |
Matthew Ranostay | e1f0d66 | 2007-12-13 17:47:21 +0100 | [diff] [blame] | 3733 | printk(KERN_WARNING "hda_codec: Could not determine " |
| 3734 | "number of channels defaulting to DAC count\n"); |
Takashi Iwai | 36c9db7 | 2013-01-17 17:07:59 +0100 | [diff] [blame] | 3735 | num_dacs = 5; |
Matthew Ranostay | e1f0d66 | 2007-12-13 17:47:21 +0100 | [diff] [blame] | 3736 | } |
Takashi Iwai | 55e3014 | 2013-01-14 17:30:04 +0100 | [diff] [blame] | 3737 | |
Takashi Iwai | c21ca4a | 2008-12-19 09:26:08 +0100 | [diff] [blame] | 3738 | switch (num_dacs) { |
Matthew Ranostay | e1f0d66 | 2007-12-13 17:47:21 +0100 | [diff] [blame] | 3739 | case 0x3: /* 6 Channel */ |
Takashi Iwai | 36c9db7 | 2013-01-17 17:07:59 +0100 | [diff] [blame] | 3740 | spec->aloopback_ctl = &stac92hd73xx_6ch_loopback; |
Matthew Ranostay | e1f0d66 | 2007-12-13 17:47:21 +0100 | [diff] [blame] | 3741 | break; |
| 3742 | case 0x4: /* 8 Channel */ |
Takashi Iwai | 36c9db7 | 2013-01-17 17:07:59 +0100 | [diff] [blame] | 3743 | spec->aloopback_ctl = &stac92hd73xx_8ch_loopback; |
Matthew Ranostay | e1f0d66 | 2007-12-13 17:47:21 +0100 | [diff] [blame] | 3744 | break; |
| 3745 | case 0x5: /* 10 Channel */ |
Takashi Iwai | 36c9db7 | 2013-01-17 17:07:59 +0100 | [diff] [blame] | 3746 | spec->aloopback_ctl = &stac92hd73xx_10ch_loopback; |
Takashi Iwai | d78d7a9 | 2009-03-02 14:26:25 +0100 | [diff] [blame] | 3747 | break; |
Takashi Iwai | c21ca4a | 2008-12-19 09:26:08 +0100 | [diff] [blame] | 3748 | } |
Matthew Ranostay | e1f0d66 | 2007-12-13 17:47:21 +0100 | [diff] [blame] | 3749 | |
Matthew Ranostay | e1f0d66 | 2007-12-13 17:47:21 +0100 | [diff] [blame] | 3750 | spec->aloopback_mask = 0x01; |
| 3751 | spec->aloopback_shift = 8; |
| 3752 | |
Matthew Ranostay | 1cd2224 | 2008-07-18 18:20:52 +0200 | [diff] [blame] | 3753 | spec->digbeep_nid = 0x1c; |
Takashi Iwai | 6479c63 | 2009-07-28 18:20:25 +0200 | [diff] [blame] | 3754 | |
Takashi Iwai | 55e3014 | 2013-01-14 17:30:04 +0100 | [diff] [blame] | 3755 | /* GPIO0 High = Enable EAPD */ |
| 3756 | spec->eapd_mask = spec->gpio_mask = spec->gpio_dir = 0x1; |
| 3757 | spec->gpio_data = 0x01; |
Matthew Ranostay | 6b3ab21 | 2008-11-03 08:12:43 -0500 | [diff] [blame] | 3758 | |
Takashi Iwai | 55e3014 | 2013-01-14 17:30:04 +0100 | [diff] [blame] | 3759 | spec->eapd_switch = 1; |
Matthew Ranostay | a766264 | 2008-02-21 07:51:14 +0100 | [diff] [blame] | 3760 | |
Matthew Ranostay | a64135a | 2008-01-10 16:55:06 +0100 | [diff] [blame] | 3761 | spec->num_pwrs = ARRAY_SIZE(stac92hd73xx_pwr_nids); |
| 3762 | spec->pwr_nids = stac92hd73xx_pwr_nids; |
| 3763 | |
Takashi Iwai | 36c9db7 | 2013-01-17 17:07:59 +0100 | [diff] [blame] | 3764 | spec->gen.own_eapd_ctl = 1; |
| 3765 | |
| 3766 | codec->patch_ops = stac_patch_ops; |
| 3767 | |
| 3768 | snd_hda_pick_fixup(codec, stac92hd73xx_models, stac92hd73xx_fixup_tbl, |
| 3769 | stac92hd73xx_fixups); |
Takashi Iwai | 55e3014 | 2013-01-14 17:30:04 +0100 | [diff] [blame] | 3770 | snd_hda_apply_fixup(codec, HDA_FIXUP_ACT_PRE_PROBE); |
| 3771 | |
| 3772 | if (!spec->volknob_init) |
| 3773 | snd_hda_add_verbs(codec, stac92hd73xx_core_init); |
| 3774 | |
Takashi Iwai | 36c9db7 | 2013-01-17 17:07:59 +0100 | [diff] [blame] | 3775 | err = stac_parse_auto_config(codec); |
Matthew Ranostay | e1f0d66 | 2007-12-13 17:47:21 +0100 | [diff] [blame] | 3776 | if (err < 0) { |
Takashi Iwai | 36c9db7 | 2013-01-17 17:07:59 +0100 | [diff] [blame] | 3777 | stac_free(codec); |
Matthew Ranostay | e1f0d66 | 2007-12-13 17:47:21 +0100 | [diff] [blame] | 3778 | return err; |
| 3779 | } |
| 3780 | |
Takashi Iwai | 2d34e1b | 2008-11-28 14:35:16 +0100 | [diff] [blame] | 3781 | codec->proc_widget_hook = stac92hd7x_proc_hook; |
| 3782 | |
Takashi Iwai | 55e3014 | 2013-01-14 17:30:04 +0100 | [diff] [blame] | 3783 | snd_hda_apply_fixup(codec, HDA_FIXUP_ACT_PROBE); |
| 3784 | |
Matthew Ranostay | e1f0d66 | 2007-12-13 17:47:21 +0100 | [diff] [blame] | 3785 | return 0; |
| 3786 | } |
| 3787 | |
Takashi Iwai | 372f8c7 | 2013-01-14 18:06:34 +0100 | [diff] [blame] | 3788 | static void stac_setup_gpio(struct hda_codec *codec) |
Matthew Ranostay | d0513fc | 2008-07-27 10:30:30 +0200 | [diff] [blame] | 3789 | { |
Takashi Iwai | 372f8c7 | 2013-01-14 18:06:34 +0100 | [diff] [blame] | 3790 | struct sigmatel_spec *spec = codec->spec; |
Vitaliy Kulikov | e108c7b | 2010-01-28 19:21:07 +0100 | [diff] [blame] | 3791 | |
Takashi Iwai | b4e8187 | 2009-11-18 17:20:24 +0100 | [diff] [blame] | 3792 | if (spec->gpio_led) { |
Takashi Iwai | f1a7374 | 2011-12-04 13:44:06 +0100 | [diff] [blame] | 3793 | if (!spec->vref_mute_led_nid) { |
Vitaliy Kulikov | 45eebda | 2011-07-26 16:56:20 -0500 | [diff] [blame] | 3794 | spec->gpio_mask |= spec->gpio_led; |
| 3795 | spec->gpio_dir |= spec->gpio_led; |
| 3796 | spec->gpio_data |= spec->gpio_led; |
| 3797 | } else { |
| 3798 | codec->patch_ops.set_power_state = |
Takashi Iwai | 36c9db7 | 2013-01-17 17:07:59 +0100 | [diff] [blame] | 3799 | stac_set_power_state; |
Vitaliy Kulikov | 45eebda | 2011-07-26 16:56:20 -0500 | [diff] [blame] | 3800 | } |
Takashi Iwai | b4e8187 | 2009-11-18 17:20:24 +0100 | [diff] [blame] | 3801 | } |
Takashi Iwai | b4e8187 | 2009-11-18 17:20:24 +0100 | [diff] [blame] | 3802 | |
Takashi Iwai | 62cbde1 | 2012-09-14 11:58:54 +0200 | [diff] [blame] | 3803 | if (spec->mic_mute_led_gpio) { |
| 3804 | spec->gpio_mask |= spec->mic_mute_led_gpio; |
| 3805 | spec->gpio_dir |= spec->mic_mute_led_gpio; |
| 3806 | spec->mic_mute_led_on = true; |
| 3807 | spec->gpio_data |= spec->mic_mute_led_gpio; |
Takashi Iwai | 36c9db7 | 2013-01-17 17:07:59 +0100 | [diff] [blame] | 3808 | |
| 3809 | spec->gen.capture_switch_hook = stac_capture_led_hook; |
Takashi Iwai | 62cbde1 | 2012-09-14 11:58:54 +0200 | [diff] [blame] | 3810 | } |
Takashi Iwai | 372f8c7 | 2013-01-14 18:06:34 +0100 | [diff] [blame] | 3811 | } |
| 3812 | |
| 3813 | static int patch_stac92hd83xxx(struct hda_codec *codec) |
| 3814 | { |
| 3815 | struct sigmatel_spec *spec; |
| 3816 | int err; |
| 3817 | |
Takashi Iwai | 36c9db7 | 2013-01-17 17:07:59 +0100 | [diff] [blame] | 3818 | err = alloc_stac_spec(codec); |
Takashi Iwai | 372f8c7 | 2013-01-14 18:06:34 +0100 | [diff] [blame] | 3819 | if (err < 0) |
| 3820 | return err; |
| 3821 | |
| 3822 | codec->epss = 0; /* longer delay needed for D3 */ |
Takashi Iwai | 372f8c7 | 2013-01-14 18:06:34 +0100 | [diff] [blame] | 3823 | |
| 3824 | spec = codec->spec; |
| 3825 | spec->linear_tone_beep = 0; |
Takashi Iwai | 36c9db7 | 2013-01-17 17:07:59 +0100 | [diff] [blame] | 3826 | spec->gen.own_eapd_ctl = 1; |
| 3827 | |
Takashi Iwai | 372f8c7 | 2013-01-14 18:06:34 +0100 | [diff] [blame] | 3828 | spec->digbeep_nid = 0x21; |
| 3829 | spec->pwr_nids = stac92hd83xxx_pwr_nids; |
| 3830 | spec->num_pwrs = ARRAY_SIZE(stac92hd83xxx_pwr_nids); |
Takashi Iwai | 36c9db7 | 2013-01-17 17:07:59 +0100 | [diff] [blame] | 3831 | spec->default_polarity = -1; /* no default cfg */ |
| 3832 | |
| 3833 | codec->patch_ops = stac_patch_ops; |
| 3834 | |
| 3835 | snd_hda_add_verbs(codec, stac92hd83xxx_core_init); |
Takashi Iwai | 372f8c7 | 2013-01-14 18:06:34 +0100 | [diff] [blame] | 3836 | |
| 3837 | snd_hda_pick_fixup(codec, stac92hd83xxx_models, stac92hd83xxx_fixup_tbl, |
| 3838 | stac92hd83xxx_fixups); |
Takashi Iwai | 372f8c7 | 2013-01-14 18:06:34 +0100 | [diff] [blame] | 3839 | snd_hda_apply_fixup(codec, HDA_FIXUP_ACT_PRE_PROBE); |
| 3840 | |
| 3841 | stac_setup_gpio(codec); |
Takashi Iwai | 62cbde1 | 2012-09-14 11:58:54 +0200 | [diff] [blame] | 3842 | |
Takashi Iwai | 36c9db7 | 2013-01-17 17:07:59 +0100 | [diff] [blame] | 3843 | err = stac_parse_auto_config(codec); |
Matthew Ranostay | d0513fc | 2008-07-27 10:30:30 +0200 | [diff] [blame] | 3844 | if (err < 0) { |
Takashi Iwai | 36c9db7 | 2013-01-17 17:07:59 +0100 | [diff] [blame] | 3845 | stac_free(codec); |
Matthew Ranostay | d0513fc | 2008-07-27 10:30:30 +0200 | [diff] [blame] | 3846 | return err; |
| 3847 | } |
| 3848 | |
Takashi Iwai | 2d34e1b | 2008-11-28 14:35:16 +0100 | [diff] [blame] | 3849 | codec->proc_widget_hook = stac92hd_proc_hook; |
| 3850 | |
Takashi Iwai | 372f8c7 | 2013-01-14 18:06:34 +0100 | [diff] [blame] | 3851 | snd_hda_apply_fixup(codec, HDA_FIXUP_ACT_PROBE); |
| 3852 | |
Matthew Ranostay | d0513fc | 2008-07-27 10:30:30 +0200 | [diff] [blame] | 3853 | return 0; |
| 3854 | } |
| 3855 | |
Matthew Ranostay | e035b84 | 2007-11-06 11:53:55 +0100 | [diff] [blame] | 3856 | static int patch_stac92hd71bxx(struct hda_codec *codec) |
| 3857 | { |
| 3858 | struct sigmatel_spec *spec; |
Takashi Iwai | 2b63536 | 2011-05-02 12:33:43 +0200 | [diff] [blame] | 3859 | const struct hda_verb *unmute_init = stac92hd71bxx_unmute_core_init; |
Takashi Iwai | 361dab3 | 2012-05-09 14:35:27 +0200 | [diff] [blame] | 3860 | int err; |
Matthew Ranostay | e035b84 | 2007-11-06 11:53:55 +0100 | [diff] [blame] | 3861 | |
Takashi Iwai | 36c9db7 | 2013-01-17 17:07:59 +0100 | [diff] [blame] | 3862 | err = alloc_stac_spec(codec); |
Takashi Iwai | 361dab3 | 2012-05-09 14:35:27 +0200 | [diff] [blame] | 3863 | if (err < 0) |
| 3864 | return err; |
Matthew Ranostay | e035b84 | 2007-11-06 11:53:55 +0100 | [diff] [blame] | 3865 | |
Takashi Iwai | 361dab3 | 2012-05-09 14:35:27 +0200 | [diff] [blame] | 3866 | spec = codec->spec; |
Daniel J Blueman | 1b0e372 | 2010-08-03 11:09:13 +0100 | [diff] [blame] | 3867 | spec->linear_tone_beep = 0; |
Takashi Iwai | 36c9db7 | 2013-01-17 17:07:59 +0100 | [diff] [blame] | 3868 | spec->gen.own_eapd_ctl = 1; |
Matthew Ranostay | e035b84 | 2007-11-06 11:53:55 +0100 | [diff] [blame] | 3869 | |
Takashi Iwai | 36c9db7 | 2013-01-17 17:07:59 +0100 | [diff] [blame] | 3870 | codec->patch_ops = stac_patch_ops; |
Takashi Iwai | 0f6fcb7 | 2013-01-14 17:05:25 +0100 | [diff] [blame] | 3871 | |
| 3872 | /* GPIO0 = EAPD */ |
| 3873 | spec->gpio_mask = 0x01; |
| 3874 | spec->gpio_dir = 0x01; |
| 3875 | spec->gpio_data = 0x01; |
Takashi Iwai | 41c3b64 | 2008-11-18 10:45:15 +0100 | [diff] [blame] | 3876 | |
Matthew Ranostay | 541eee8 | 2007-12-14 12:08:04 +0100 | [diff] [blame] | 3877 | switch (codec->vendor_id) { |
| 3878 | case 0x111d76b6: /* 4 Port without Analog Mixer */ |
| 3879 | case 0x111d76b7: |
Herton Ronaldo Krzesinski | 23c7b52 | 2009-02-08 19:51:28 -0200 | [diff] [blame] | 3880 | unmute_init++; |
Matthew Ranostay | 541eee8 | 2007-12-14 12:08:04 +0100 | [diff] [blame] | 3881 | break; |
Matthew Ranostay | aafc441 | 2008-06-13 18:04:33 +0200 | [diff] [blame] | 3882 | case 0x111d7608: /* 5 Port with Analog Mixer */ |
Matthew Ranostay | 8daaaa9 | 2008-08-15 07:45:52 +0200 | [diff] [blame] | 3883 | if ((codec->revision_id & 0xf) == 0 || |
Takashi Iwai | 8c2f767 | 2008-12-01 11:54:35 +0100 | [diff] [blame] | 3884 | (codec->revision_id & 0xf) == 1) |
Matthew Ranostay | 8daaaa9 | 2008-08-15 07:45:52 +0200 | [diff] [blame] | 3885 | spec->stream_delay = 40; /* 40 milliseconds */ |
Matthew Ranostay | 8daaaa9 | 2008-08-15 07:45:52 +0200 | [diff] [blame] | 3886 | |
Matthew Ranostay | aafc441 | 2008-06-13 18:04:33 +0200 | [diff] [blame] | 3887 | /* disable VSW */ |
Matthew Ranostay | ca8d33f | 2009-01-26 09:33:52 -0500 | [diff] [blame] | 3888 | unmute_init++; |
Takashi Iwai | 330ee99 | 2009-02-20 14:33:36 +0100 | [diff] [blame] | 3889 | snd_hda_codec_set_pincfg(codec, 0x0f, 0x40f000f0); |
| 3890 | snd_hda_codec_set_pincfg(codec, 0x19, 0x40f000f3); |
Matthew Ranostay | aafc441 | 2008-06-13 18:04:33 +0200 | [diff] [blame] | 3891 | break; |
| 3892 | case 0x111d7603: /* 6 Port with Analog Mixer */ |
Takashi Iwai | 8c2f767 | 2008-12-01 11:54:35 +0100 | [diff] [blame] | 3893 | if ((codec->revision_id & 0xf) == 1) |
Matthew Ranostay | 8daaaa9 | 2008-08-15 07:45:52 +0200 | [diff] [blame] | 3894 | spec->stream_delay = 40; /* 40 milliseconds */ |
Matthew Ranostay | 8daaaa9 | 2008-08-15 07:45:52 +0200 | [diff] [blame] | 3895 | |
Takashi Iwai | 5207e10 | 2009-07-30 13:09:08 +0200 | [diff] [blame] | 3896 | break; |
Matthew Ranostay | 541eee8 | 2007-12-14 12:08:04 +0100 | [diff] [blame] | 3897 | } |
| 3898 | |
David Henningsson | 5e68fb3 | 2012-08-16 14:11:09 +0200 | [diff] [blame] | 3899 | if (get_wcaps_type(get_wcaps(codec, 0x28)) == AC_WID_VOL_KNB) |
Takashi Iwai | 0f6fcb7 | 2013-01-14 17:05:25 +0100 | [diff] [blame] | 3900 | snd_hda_add_verbs(codec, stac92hd71bxx_core_init); |
David Henningsson | 5e68fb3 | 2012-08-16 14:11:09 +0200 | [diff] [blame] | 3901 | |
Matthew Ranostay | ca8d33f | 2009-01-26 09:33:52 -0500 | [diff] [blame] | 3902 | if (get_wcaps(codec, 0xa) & AC_WCAP_IN_AMP) |
| 3903 | snd_hda_sequence_write_cache(codec, unmute_init); |
| 3904 | |
Takashi Iwai | 36c9db7 | 2013-01-17 17:07:59 +0100 | [diff] [blame] | 3905 | spec->aloopback_ctl = &stac92hd71bxx_loopback; |
Matthew Ranostay | 4b33c76 | 2008-10-10 09:07:23 -0400 | [diff] [blame] | 3906 | spec->aloopback_mask = 0x50; |
Matthew Ranostay | 541eee8 | 2007-12-14 12:08:04 +0100 | [diff] [blame] | 3907 | spec->aloopback_shift = 0; |
| 3908 | |
Matthew Ranostay | 8daaaa9 | 2008-08-15 07:45:52 +0200 | [diff] [blame] | 3909 | spec->powerdown_adcs = 1; |
Matthew Ranostay | 1cd2224 | 2008-07-18 18:20:52 +0200 | [diff] [blame] | 3910 | spec->digbeep_nid = 0x26; |
Takashi Iwai | 36c9db7 | 2013-01-17 17:07:59 +0100 | [diff] [blame] | 3911 | spec->num_pwrs = ARRAY_SIZE(stac92hd71bxx_pwr_nids); |
Matthew Ranostay | aafc441 | 2008-06-13 18:04:33 +0200 | [diff] [blame] | 3912 | spec->pwr_nids = stac92hd71bxx_pwr_nids; |
Matthew Ranostay | e035b84 | 2007-11-06 11:53:55 +0100 | [diff] [blame] | 3913 | |
Takashi Iwai | 36c9db7 | 2013-01-17 17:07:59 +0100 | [diff] [blame] | 3914 | snd_hda_pick_fixup(codec, stac92hd71bxx_models, stac92hd71bxx_fixup_tbl, |
| 3915 | stac92hd71bxx_fixups); |
Takashi Iwai | 0f6fcb7 | 2013-01-14 17:05:25 +0100 | [diff] [blame] | 3916 | snd_hda_apply_fixup(codec, HDA_FIXUP_ACT_PRE_PROBE); |
Vitaliy Kulikov | 5bdaaad | 2009-11-04 07:57:45 +0100 | [diff] [blame] | 3917 | |
Takashi Iwai | 372f8c7 | 2013-01-14 18:06:34 +0100 | [diff] [blame] | 3918 | stac_setup_gpio(codec); |
Matthew Ranostay | 6a14f58 | 2008-09-12 12:02:30 -0400 | [diff] [blame] | 3919 | |
Takashi Iwai | 36c9db7 | 2013-01-17 17:07:59 +0100 | [diff] [blame] | 3920 | err = stac_parse_auto_config(codec); |
Matthew Ranostay | e035b84 | 2007-11-06 11:53:55 +0100 | [diff] [blame] | 3921 | if (err < 0) { |
Takashi Iwai | 36c9db7 | 2013-01-17 17:07:59 +0100 | [diff] [blame] | 3922 | stac_free(codec); |
Matthew Ranostay | e035b84 | 2007-11-06 11:53:55 +0100 | [diff] [blame] | 3923 | return err; |
| 3924 | } |
| 3925 | |
Takashi Iwai | 2d34e1b | 2008-11-28 14:35:16 +0100 | [diff] [blame] | 3926 | codec->proc_widget_hook = stac92hd7x_proc_hook; |
| 3927 | |
Takashi Iwai | 0f6fcb7 | 2013-01-14 17:05:25 +0100 | [diff] [blame] | 3928 | snd_hda_apply_fixup(codec, HDA_FIXUP_ACT_PROBE); |
| 3929 | |
Matthew Ranostay | e035b84 | 2007-11-06 11:53:55 +0100 | [diff] [blame] | 3930 | return 0; |
Takashi Iwai | 86d190e | 2009-05-26 15:18:58 +0200 | [diff] [blame] | 3931 | } |
Matthew Ranostay | e035b84 | 2007-11-06 11:53:55 +0100 | [diff] [blame] | 3932 | |
Matt | 2f2f425 | 2005-04-13 14:45:30 +0200 | [diff] [blame] | 3933 | static int patch_stac922x(struct hda_codec *codec) |
| 3934 | { |
| 3935 | struct sigmatel_spec *spec; |
Matt | c7d4b2f | 2005-06-27 14:59:41 +0200 | [diff] [blame] | 3936 | int err; |
Matt | 2f2f425 | 2005-04-13 14:45:30 +0200 | [diff] [blame] | 3937 | |
Takashi Iwai | 36c9db7 | 2013-01-17 17:07:59 +0100 | [diff] [blame] | 3938 | err = alloc_stac_spec(codec); |
Takashi Iwai | 361dab3 | 2012-05-09 14:35:27 +0200 | [diff] [blame] | 3939 | if (err < 0) |
| 3940 | return err; |
Matt | 2f2f425 | 2005-04-13 14:45:30 +0200 | [diff] [blame] | 3941 | |
Takashi Iwai | 361dab3 | 2012-05-09 14:35:27 +0200 | [diff] [blame] | 3942 | spec = codec->spec; |
Daniel J Blueman | 1b0e372 | 2010-08-03 11:09:13 +0100 | [diff] [blame] | 3943 | spec->linear_tone_beep = 1; |
Takashi Iwai | 36c9db7 | 2013-01-17 17:07:59 +0100 | [diff] [blame] | 3944 | spec->gen.own_eapd_ctl = 1; |
Ivan N. Zlatev | 5d5d3bc | 2007-05-29 16:03:00 +0200 | [diff] [blame] | 3945 | |
Takashi Iwai | 36c9db7 | 2013-01-17 17:07:59 +0100 | [diff] [blame] | 3946 | codec->patch_ops = stac_patch_ops; |
Matt | 2f2f425 | 2005-04-13 14:45:30 +0200 | [diff] [blame] | 3947 | |
Takashi Iwai | 0a42784 | 2013-01-14 15:20:13 +0100 | [diff] [blame] | 3948 | snd_hda_add_verbs(codec, stac922x_core_init); |
| 3949 | |
Takashi Iwai | 807a4636 | 2007-05-29 19:01:37 +0200 | [diff] [blame] | 3950 | /* Fix Mux capture level; max to 2 */ |
| 3951 | snd_hda_override_amp_caps(codec, 0x12, HDA_OUTPUT, |
| 3952 | (0 << AC_AMPCAP_OFFSET_SHIFT) | |
| 3953 | (2 << AC_AMPCAP_NUM_STEPS_SHIFT) | |
| 3954 | (0x27 << AC_AMPCAP_STEP_SIZE_SHIFT) | |
| 3955 | (0 << AC_AMPCAP_MUTE_SHIFT)); |
| 3956 | |
Takashi Iwai | 36c9db7 | 2013-01-17 17:07:59 +0100 | [diff] [blame] | 3957 | snd_hda_pick_fixup(codec, stac922x_models, stac922x_fixup_tbl, |
| 3958 | stac922x_fixups); |
| 3959 | snd_hda_apply_fixup(codec, HDA_FIXUP_ACT_PRE_PROBE); |
| 3960 | |
| 3961 | err = stac_parse_auto_config(codec); |
| 3962 | if (err < 0) { |
| 3963 | stac_free(codec); |
| 3964 | return err; |
| 3965 | } |
| 3966 | |
Takashi Iwai | 0a42784 | 2013-01-14 15:20:13 +0100 | [diff] [blame] | 3967 | snd_hda_apply_fixup(codec, HDA_FIXUP_ACT_PROBE); |
| 3968 | |
Matt Porter | 3cc08dc | 2006-01-23 15:27:49 +0100 | [diff] [blame] | 3969 | return 0; |
| 3970 | } |
| 3971 | |
| 3972 | static int patch_stac927x(struct hda_codec *codec) |
| 3973 | { |
| 3974 | struct sigmatel_spec *spec; |
| 3975 | int err; |
| 3976 | |
Takashi Iwai | 36c9db7 | 2013-01-17 17:07:59 +0100 | [diff] [blame] | 3977 | err = alloc_stac_spec(codec); |
Takashi Iwai | 361dab3 | 2012-05-09 14:35:27 +0200 | [diff] [blame] | 3978 | if (err < 0) |
| 3979 | return err; |
Matt Porter | 3cc08dc | 2006-01-23 15:27:49 +0100 | [diff] [blame] | 3980 | |
Takashi Iwai | 361dab3 | 2012-05-09 14:35:27 +0200 | [diff] [blame] | 3981 | spec = codec->spec; |
Daniel J Blueman | 1b0e372 | 2010-08-03 11:09:13 +0100 | [diff] [blame] | 3982 | spec->linear_tone_beep = 1; |
Takashi Iwai | 36c9db7 | 2013-01-17 17:07:59 +0100 | [diff] [blame] | 3983 | spec->gen.own_eapd_ctl = 1; |
Matt Porter | 3cc08dc | 2006-01-23 15:27:49 +0100 | [diff] [blame] | 3984 | |
Matthew Ranostay | 1cd2224 | 2008-07-18 18:20:52 +0200 | [diff] [blame] | 3985 | spec->digbeep_nid = 0x23; |
Matthew Ranostay | 8e9068b | 2007-12-17 11:58:13 +0100 | [diff] [blame] | 3986 | |
Takashi Iwai | 29ac836 | 2013-01-14 16:03:38 +0100 | [diff] [blame] | 3987 | /* GPIO0 High = Enable EAPD */ |
| 3988 | spec->eapd_mask = spec->gpio_mask = 0x01; |
| 3989 | spec->gpio_dir = spec->gpio_data = 0x01; |
Takashi Iwai | af6ee30 | 2009-09-14 15:03:12 +0200 | [diff] [blame] | 3990 | |
Takashi Iwai | 36c9db7 | 2013-01-17 17:07:59 +0100 | [diff] [blame] | 3991 | spec->aloopback_ctl = &stac927x_loopback; |
Matthew Ranostay | e1f0d66 | 2007-12-13 17:47:21 +0100 | [diff] [blame] | 3992 | spec->aloopback_mask = 0x40; |
| 3993 | spec->aloopback_shift = 0; |
Matthew Ranostay | c0cea0d | 2008-11-16 11:42:34 -0500 | [diff] [blame] | 3994 | spec->eapd_switch = 1; |
Matthew Ranostay | 8e9068b | 2007-12-17 11:58:13 +0100 | [diff] [blame] | 3995 | |
Takashi Iwai | 36c9db7 | 2013-01-17 17:07:59 +0100 | [diff] [blame] | 3996 | codec->patch_ops = stac_patch_ops; |
| 3997 | |
| 3998 | snd_hda_pick_fixup(codec, stac927x_models, stac927x_fixup_tbl, |
| 3999 | stac927x_fixups); |
Takashi Iwai | f6655d5 | 2013-01-17 08:49:01 +0100 | [diff] [blame] | 4000 | snd_hda_apply_fixup(codec, HDA_FIXUP_ACT_PRE_PROBE); |
| 4001 | |
Takashi Iwai | 29ac836 | 2013-01-14 16:03:38 +0100 | [diff] [blame] | 4002 | if (!spec->volknob_init) |
| 4003 | snd_hda_add_verbs(codec, stac927x_core_init); |
| 4004 | |
Takashi Iwai | 36c9db7 | 2013-01-17 17:07:59 +0100 | [diff] [blame] | 4005 | err = stac_parse_auto_config(codec); |
Matt | c7d4b2f | 2005-06-27 14:59:41 +0200 | [diff] [blame] | 4006 | if (err < 0) { |
Takashi Iwai | 36c9db7 | 2013-01-17 17:07:59 +0100 | [diff] [blame] | 4007 | stac_free(codec); |
Matt | c7d4b2f | 2005-06-27 14:59:41 +0200 | [diff] [blame] | 4008 | return err; |
| 4009 | } |
Matt | 2f2f425 | 2005-04-13 14:45:30 +0200 | [diff] [blame] | 4010 | |
Takashi Iwai | 2d34e1b | 2008-11-28 14:35:16 +0100 | [diff] [blame] | 4011 | codec->proc_widget_hook = stac927x_proc_hook; |
| 4012 | |
Takashi Iwai | 5298765 | 2008-01-16 16:09:47 +0100 | [diff] [blame] | 4013 | /* |
| 4014 | * !!FIXME!! |
| 4015 | * The STAC927x seem to require fairly long delays for certain |
| 4016 | * command sequences. With too short delays (even if the answer |
| 4017 | * is set to RIRB properly), it results in the silence output |
| 4018 | * on some hardwares like Dell. |
| 4019 | * |
| 4020 | * The below flag enables the longer delay (see get_response |
| 4021 | * in hda_intel.c). |
| 4022 | */ |
| 4023 | codec->bus->needs_damn_long_delay = 1; |
| 4024 | |
Takashi Iwai | 29ac836 | 2013-01-14 16:03:38 +0100 | [diff] [blame] | 4025 | snd_hda_apply_fixup(codec, HDA_FIXUP_ACT_PROBE); |
Takashi Iwai | e28d832 | 2008-12-17 13:48:29 +0100 | [diff] [blame] | 4026 | |
Matt | 2f2f425 | 2005-04-13 14:45:30 +0200 | [diff] [blame] | 4027 | return 0; |
| 4028 | } |
| 4029 | |
Matt Porter | f3302a5 | 2006-07-31 12:49:34 +0200 | [diff] [blame] | 4030 | static int patch_stac9205(struct hda_codec *codec) |
| 4031 | { |
| 4032 | struct sigmatel_spec *spec; |
Takashi Iwai | 8259980 | 2007-07-31 15:56:24 +0200 | [diff] [blame] | 4033 | int err; |
Matt Porter | f3302a5 | 2006-07-31 12:49:34 +0200 | [diff] [blame] | 4034 | |
Takashi Iwai | 36c9db7 | 2013-01-17 17:07:59 +0100 | [diff] [blame] | 4035 | err = alloc_stac_spec(codec); |
Takashi Iwai | 361dab3 | 2012-05-09 14:35:27 +0200 | [diff] [blame] | 4036 | if (err < 0) |
| 4037 | return err; |
Matt Porter | f3302a5 | 2006-07-31 12:49:34 +0200 | [diff] [blame] | 4038 | |
Takashi Iwai | 361dab3 | 2012-05-09 14:35:27 +0200 | [diff] [blame] | 4039 | spec = codec->spec; |
Daniel J Blueman | 1b0e372 | 2010-08-03 11:09:13 +0100 | [diff] [blame] | 4040 | spec->linear_tone_beep = 1; |
Takashi Iwai | 36c9db7 | 2013-01-17 17:07:59 +0100 | [diff] [blame] | 4041 | spec->gen.own_eapd_ctl = 1; |
Matt Porter | f3302a5 | 2006-07-31 12:49:34 +0200 | [diff] [blame] | 4042 | |
Matthew Ranostay | 1cd2224 | 2008-07-18 18:20:52 +0200 | [diff] [blame] | 4043 | spec->digbeep_nid = 0x23; |
Matt Porter | f3302a5 | 2006-07-31 12:49:34 +0200 | [diff] [blame] | 4044 | |
Takashi Iwai | fe6322c | 2013-01-14 14:46:51 +0100 | [diff] [blame] | 4045 | snd_hda_add_verbs(codec, stac9205_core_init); |
Takashi Iwai | 36c9db7 | 2013-01-17 17:07:59 +0100 | [diff] [blame] | 4046 | spec->aloopback_ctl = &stac9205_loopback; |
Takashi Iwai | 6479c63 | 2009-07-28 18:20:25 +0200 | [diff] [blame] | 4047 | |
Matthew Ranostay | e1f0d66 | 2007-12-13 17:47:21 +0100 | [diff] [blame] | 4048 | spec->aloopback_mask = 0x40; |
| 4049 | spec->aloopback_shift = 0; |
Matthew Ranostay | 87d4836 | 2007-07-17 11:52:24 +0200 | [diff] [blame] | 4050 | |
Takashi Iwai | fe6322c | 2013-01-14 14:46:51 +0100 | [diff] [blame] | 4051 | /* GPIO0 High = EAPD */ |
| 4052 | spec->eapd_mask = spec->gpio_mask = spec->gpio_dir = 0x1; |
| 4053 | spec->gpio_data = 0x01; |
Matt Porter | 3338240 | 2006-12-18 13:17:28 +0100 | [diff] [blame] | 4054 | |
Takashi Iwai | fe6322c | 2013-01-14 14:46:51 +0100 | [diff] [blame] | 4055 | /* Turn on/off EAPD per HP plugging */ |
| 4056 | spec->eapd_switch = 1; |
Matthew Ranostay | 4fe5195c | 2008-01-29 15:28:44 +0100 | [diff] [blame] | 4057 | |
Takashi Iwai | 36c9db7 | 2013-01-17 17:07:59 +0100 | [diff] [blame] | 4058 | codec->patch_ops = stac_patch_ops; |
| 4059 | |
| 4060 | snd_hda_pick_fixup(codec, stac9205_models, stac9205_fixup_tbl, |
| 4061 | stac9205_fixups); |
Takashi Iwai | fe6322c | 2013-01-14 14:46:51 +0100 | [diff] [blame] | 4062 | snd_hda_apply_fixup(codec, HDA_FIXUP_ACT_PRE_PROBE); |
Matthew Ranostay | 87d4836 | 2007-07-17 11:52:24 +0200 | [diff] [blame] | 4063 | |
Takashi Iwai | 36c9db7 | 2013-01-17 17:07:59 +0100 | [diff] [blame] | 4064 | err = stac_parse_auto_config(codec); |
Matt Porter | f3302a5 | 2006-07-31 12:49:34 +0200 | [diff] [blame] | 4065 | if (err < 0) { |
Takashi Iwai | 36c9db7 | 2013-01-17 17:07:59 +0100 | [diff] [blame] | 4066 | stac_free(codec); |
Matt Porter | f3302a5 | 2006-07-31 12:49:34 +0200 | [diff] [blame] | 4067 | return err; |
| 4068 | } |
| 4069 | |
Takashi Iwai | 2d34e1b | 2008-11-28 14:35:16 +0100 | [diff] [blame] | 4070 | codec->proc_widget_hook = stac9205_proc_hook; |
| 4071 | |
Takashi Iwai | fe6322c | 2013-01-14 14:46:51 +0100 | [diff] [blame] | 4072 | snd_hda_apply_fixup(codec, HDA_FIXUP_ACT_PROBE); |
| 4073 | |
Matt Porter | f3302a5 | 2006-07-31 12:49:34 +0200 | [diff] [blame] | 4074 | return 0; |
| 4075 | } |
| 4076 | |
Matt | 2f2f425 | 2005-04-13 14:45:30 +0200 | [diff] [blame] | 4077 | /* |
Guillaume Munch | 6d85906 | 2006-08-22 17:15:47 +0200 | [diff] [blame] | 4078 | * STAC9872 hack |
Takashi Iwai | db064e5 | 2006-03-16 16:04:58 +0100 | [diff] [blame] | 4079 | */ |
| 4080 | |
Takashi Iwai | 2b63536 | 2011-05-02 12:33:43 +0200 | [diff] [blame] | 4081 | static const struct hda_verb stac9872_core_init[] = { |
Takashi Iwai | 1624cb9 | 2007-07-05 13:10:51 +0200 | [diff] [blame] | 4082 | {0x15, AC_VERB_SET_CONNECT_SEL, 0x1}, /* mic-sel: 0a,0d,14,02 */ |
Takashi Iwai | db064e5 | 2006-03-16 16:04:58 +0100 | [diff] [blame] | 4083 | {0x15, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE}, /* Mic-in -> 0x9 */ |
| 4084 | {} |
| 4085 | }; |
| 4086 | |
Takashi Iwai | fc268c1 | 2013-01-14 14:29:36 +0100 | [diff] [blame] | 4087 | static const struct hda_pintbl stac9872_vaio_pin_configs[] = { |
| 4088 | { 0x0a, 0x03211020 }, |
| 4089 | { 0x0b, 0x411111f0 }, |
| 4090 | { 0x0c, 0x411111f0 }, |
| 4091 | { 0x0d, 0x03a15030 }, |
| 4092 | { 0x0e, 0x411111f0 }, |
| 4093 | { 0x0f, 0x90170110 }, |
| 4094 | { 0x11, 0x411111f0 }, |
| 4095 | { 0x13, 0x411111f0 }, |
| 4096 | { 0x14, 0x90a7013e }, |
| 4097 | {} |
Takashi Iwai | 307282c | 2009-03-12 18:17:58 +0100 | [diff] [blame] | 4098 | }; |
| 4099 | |
Takashi Iwai | fc268c1 | 2013-01-14 14:29:36 +0100 | [diff] [blame] | 4100 | static const struct hda_model_fixup stac9872_models[] = { |
| 4101 | { .id = STAC_9872_VAIO, .name = "vaio" }, |
| 4102 | {} |
Takashi Iwai | 307282c | 2009-03-12 18:17:58 +0100 | [diff] [blame] | 4103 | }; |
| 4104 | |
Takashi Iwai | fc268c1 | 2013-01-14 14:29:36 +0100 | [diff] [blame] | 4105 | static const struct hda_fixup stac9872_fixups[] = { |
| 4106 | [STAC_9872_VAIO] = { |
| 4107 | .type = HDA_FIXUP_PINS, |
| 4108 | .v.pins = stac9872_vaio_pin_configs, |
| 4109 | }, |
Takashi Iwai | 307282c | 2009-03-12 18:17:58 +0100 | [diff] [blame] | 4110 | }; |
| 4111 | |
Takashi Iwai | fc268c1 | 2013-01-14 14:29:36 +0100 | [diff] [blame] | 4112 | static const struct snd_pci_quirk stac9872_fixup_tbl[] = { |
Takashi Iwai | b04add9 | 2009-07-20 08:01:36 +0200 | [diff] [blame] | 4113 | SND_PCI_QUIRK_MASK(0x104d, 0xfff0, 0x81e0, |
| 4114 | "Sony VAIO F/S", STAC_9872_VAIO), |
Takashi Iwai | 307282c | 2009-03-12 18:17:58 +0100 | [diff] [blame] | 4115 | {} /* terminator */ |
| 4116 | }; |
| 4117 | |
Guillaume Munch | 6d85906 | 2006-08-22 17:15:47 +0200 | [diff] [blame] | 4118 | static int patch_stac9872(struct hda_codec *codec) |
Takashi Iwai | db064e5 | 2006-03-16 16:04:58 +0100 | [diff] [blame] | 4119 | { |
| 4120 | struct sigmatel_spec *spec; |
Takashi Iwai | 1e137f9 | 2009-01-21 07:41:22 +0100 | [diff] [blame] | 4121 | int err; |
Takashi Iwai | db064e5 | 2006-03-16 16:04:58 +0100 | [diff] [blame] | 4122 | |
Takashi Iwai | 36c9db7 | 2013-01-17 17:07:59 +0100 | [diff] [blame] | 4123 | err = alloc_stac_spec(codec); |
Takashi Iwai | 361dab3 | 2012-05-09 14:35:27 +0200 | [diff] [blame] | 4124 | if (err < 0) |
| 4125 | return err; |
| 4126 | |
| 4127 | spec = codec->spec; |
Daniel J Blueman | 1b0e372 | 2010-08-03 11:09:13 +0100 | [diff] [blame] | 4128 | spec->linear_tone_beep = 1; |
Takashi Iwai | 36c9db7 | 2013-01-17 17:07:59 +0100 | [diff] [blame] | 4129 | spec->gen.own_eapd_ctl = 1; |
| 4130 | |
| 4131 | codec->patch_ops = stac_patch_ops; |
| 4132 | |
| 4133 | snd_hda_add_verbs(codec, stac9872_core_init); |
Takashi Iwai | caa10b6 | 2009-01-20 17:19:01 +0100 | [diff] [blame] | 4134 | |
Takashi Iwai | fc268c1 | 2013-01-14 14:29:36 +0100 | [diff] [blame] | 4135 | snd_hda_pick_fixup(codec, stac9872_models, stac9872_fixup_tbl, |
| 4136 | stac9872_fixups); |
Takashi Iwai | fc268c1 | 2013-01-14 14:29:36 +0100 | [diff] [blame] | 4137 | snd_hda_apply_fixup(codec, HDA_FIXUP_ACT_PRE_PROBE); |
Takashi Iwai | caa10b6 | 2009-01-20 17:19:01 +0100 | [diff] [blame] | 4138 | |
Takashi Iwai | 36c9db7 | 2013-01-17 17:07:59 +0100 | [diff] [blame] | 4139 | err = stac_parse_auto_config(codec); |
Takashi Iwai | 1e137f9 | 2009-01-21 07:41:22 +0100 | [diff] [blame] | 4140 | if (err < 0) { |
Takashi Iwai | 36c9db7 | 2013-01-17 17:07:59 +0100 | [diff] [blame] | 4141 | stac_free(codec); |
Takashi Iwai | 1e137f9 | 2009-01-21 07:41:22 +0100 | [diff] [blame] | 4142 | return -EINVAL; |
Takashi Iwai | caa10b6 | 2009-01-20 17:19:01 +0100 | [diff] [blame] | 4143 | } |
Takashi Iwai | fc268c1 | 2013-01-14 14:29:36 +0100 | [diff] [blame] | 4144 | |
| 4145 | snd_hda_apply_fixup(codec, HDA_FIXUP_ACT_PROBE); |
| 4146 | |
Takashi Iwai | db064e5 | 2006-03-16 16:04:58 +0100 | [diff] [blame] | 4147 | return 0; |
| 4148 | } |
| 4149 | |
| 4150 | |
| 4151 | /* |
Matt | 2f2f425 | 2005-04-13 14:45:30 +0200 | [diff] [blame] | 4152 | * patch entries |
| 4153 | */ |
Takashi Iwai | 2b63536 | 2011-05-02 12:33:43 +0200 | [diff] [blame] | 4154 | static const struct hda_codec_preset snd_hda_preset_sigmatel[] = { |
Matt | 2f2f425 | 2005-04-13 14:45:30 +0200 | [diff] [blame] | 4155 | { .id = 0x83847690, .name = "STAC9200", .patch = patch_stac9200 }, |
| 4156 | { .id = 0x83847882, .name = "STAC9220 A1", .patch = patch_stac922x }, |
| 4157 | { .id = 0x83847680, .name = "STAC9221 A1", .patch = patch_stac922x }, |
| 4158 | { .id = 0x83847880, .name = "STAC9220 A2", .patch = patch_stac922x }, |
| 4159 | { .id = 0x83847681, .name = "STAC9220D/9223D A2", .patch = patch_stac922x }, |
| 4160 | { .id = 0x83847682, .name = "STAC9221 A2", .patch = patch_stac922x }, |
| 4161 | { .id = 0x83847683, .name = "STAC9221D A2", .patch = patch_stac922x }, |
Matt Porter | 22a27c7 | 2006-07-06 18:49:10 +0200 | [diff] [blame] | 4162 | { .id = 0x83847618, .name = "STAC9227", .patch = patch_stac927x }, |
| 4163 | { .id = 0x83847619, .name = "STAC9227", .patch = patch_stac927x }, |
| 4164 | { .id = 0x83847616, .name = "STAC9228", .patch = patch_stac927x }, |
| 4165 | { .id = 0x83847617, .name = "STAC9228", .patch = patch_stac927x }, |
| 4166 | { .id = 0x83847614, .name = "STAC9229", .patch = patch_stac927x }, |
| 4167 | { .id = 0x83847615, .name = "STAC9229", .patch = patch_stac927x }, |
Matt Porter | 3cc08dc | 2006-01-23 15:27:49 +0100 | [diff] [blame] | 4168 | { .id = 0x83847620, .name = "STAC9274", .patch = patch_stac927x }, |
| 4169 | { .id = 0x83847621, .name = "STAC9274D", .patch = patch_stac927x }, |
| 4170 | { .id = 0x83847622, .name = "STAC9273X", .patch = patch_stac927x }, |
| 4171 | { .id = 0x83847623, .name = "STAC9273D", .patch = patch_stac927x }, |
| 4172 | { .id = 0x83847624, .name = "STAC9272X", .patch = patch_stac927x }, |
| 4173 | { .id = 0x83847625, .name = "STAC9272D", .patch = patch_stac927x }, |
| 4174 | { .id = 0x83847626, .name = "STAC9271X", .patch = patch_stac927x }, |
| 4175 | { .id = 0x83847627, .name = "STAC9271D", .patch = patch_stac927x }, |
| 4176 | { .id = 0x83847628, .name = "STAC9274X5NH", .patch = patch_stac927x }, |
| 4177 | { .id = 0x83847629, .name = "STAC9274D5NH", .patch = patch_stac927x }, |
Tobin Davis | 8e21c34 | 2007-01-08 11:04:17 +0100 | [diff] [blame] | 4178 | { .id = 0x83847632, .name = "STAC9202", .patch = patch_stac925x }, |
| 4179 | { .id = 0x83847633, .name = "STAC9202D", .patch = patch_stac925x }, |
| 4180 | { .id = 0x83847634, .name = "STAC9250", .patch = patch_stac925x }, |
| 4181 | { .id = 0x83847635, .name = "STAC9250D", .patch = patch_stac925x }, |
| 4182 | { .id = 0x83847636, .name = "STAC9251", .patch = patch_stac925x }, |
| 4183 | { .id = 0x83847637, .name = "STAC9250D", .patch = patch_stac925x }, |
Takashi Iwai | 7bd3c0f | 2008-05-02 12:28:02 +0200 | [diff] [blame] | 4184 | { .id = 0x83847645, .name = "92HD206X", .patch = patch_stac927x }, |
| 4185 | { .id = 0x83847646, .name = "92HD206D", .patch = patch_stac927x }, |
Guillaume Munch | 6d85906 | 2006-08-22 17:15:47 +0200 | [diff] [blame] | 4186 | /* The following does not take into account .id=0x83847661 when subsys = |
| 4187 | * 104D0C00 which is STAC9225s. Because of this, some SZ Notebooks are |
| 4188 | * currently not fully supported. |
| 4189 | */ |
| 4190 | { .id = 0x83847661, .name = "CXD9872RD/K", .patch = patch_stac9872 }, |
| 4191 | { .id = 0x83847662, .name = "STAC9872AK", .patch = patch_stac9872 }, |
| 4192 | { .id = 0x83847664, .name = "CXD9872AKD", .patch = patch_stac9872 }, |
Simos Xenitellis | a5c0f88 | 2009-06-10 16:33:31 +0100 | [diff] [blame] | 4193 | { .id = 0x83847698, .name = "STAC9205", .patch = patch_stac9205 }, |
Matt Porter | f3302a5 | 2006-07-31 12:49:34 +0200 | [diff] [blame] | 4194 | { .id = 0x838476a0, .name = "STAC9205", .patch = patch_stac9205 }, |
| 4195 | { .id = 0x838476a1, .name = "STAC9205D", .patch = patch_stac9205 }, |
| 4196 | { .id = 0x838476a2, .name = "STAC9204", .patch = patch_stac9205 }, |
| 4197 | { .id = 0x838476a3, .name = "STAC9204D", .patch = patch_stac9205 }, |
| 4198 | { .id = 0x838476a4, .name = "STAC9255", .patch = patch_stac9205 }, |
| 4199 | { .id = 0x838476a5, .name = "STAC9255D", .patch = patch_stac9205 }, |
| 4200 | { .id = 0x838476a6, .name = "STAC9254", .patch = patch_stac9205 }, |
| 4201 | { .id = 0x838476a7, .name = "STAC9254D", .patch = patch_stac9205 }, |
Matthew Ranostay | aafc441 | 2008-06-13 18:04:33 +0200 | [diff] [blame] | 4202 | { .id = 0x111d7603, .name = "92HD75B3X5", .patch = patch_stac92hd71bxx}, |
Matthew Ranostay | d0513fc | 2008-07-27 10:30:30 +0200 | [diff] [blame] | 4203 | { .id = 0x111d7604, .name = "92HD83C1X5", .patch = patch_stac92hd83xxx}, |
Vitaliy Kulikov | a9694fa | 2010-02-04 08:58:23 +0100 | [diff] [blame] | 4204 | { .id = 0x111d76d4, .name = "92HD83C1C5", .patch = patch_stac92hd83xxx}, |
Matthew Ranostay | d0513fc | 2008-07-27 10:30:30 +0200 | [diff] [blame] | 4205 | { .id = 0x111d7605, .name = "92HD81B1X5", .patch = patch_stac92hd83xxx}, |
Matthew Ranostay | ff2e733 | 2009-04-01 14:49:48 -0400 | [diff] [blame] | 4206 | { .id = 0x111d76d5, .name = "92HD81B1C5", .patch = patch_stac92hd83xxx}, |
Charles Chin | 8a345a0 | 2010-08-10 11:43:25 +0200 | [diff] [blame] | 4207 | { .id = 0x111d76d1, .name = "92HD87B1/3", .patch = patch_stac92hd83xxx}, |
| 4208 | { .id = 0x111d76d9, .name = "92HD87B2/4", .patch = patch_stac92hd83xxx}, |
Charles Chin | 3670600 | 2010-01-29 12:05:51 +0100 | [diff] [blame] | 4209 | { .id = 0x111d7666, .name = "92HD88B3", .patch = patch_stac92hd83xxx}, |
| 4210 | { .id = 0x111d7667, .name = "92HD88B1", .patch = patch_stac92hd83xxx}, |
| 4211 | { .id = 0x111d7668, .name = "92HD88B2", .patch = patch_stac92hd83xxx}, |
| 4212 | { .id = 0x111d7669, .name = "92HD88B4", .patch = patch_stac92hd83xxx}, |
Matthew Ranostay | aafc441 | 2008-06-13 18:04:33 +0200 | [diff] [blame] | 4213 | { .id = 0x111d7608, .name = "92HD75B2X5", .patch = patch_stac92hd71bxx}, |
Matthew Ranostay | 541eee8 | 2007-12-14 12:08:04 +0100 | [diff] [blame] | 4214 | { .id = 0x111d7674, .name = "92HD73D1X5", .patch = patch_stac92hd73xx }, |
| 4215 | { .id = 0x111d7675, .name = "92HD73C1X5", .patch = patch_stac92hd73xx }, |
Matthew Ranostay | e1f0d66 | 2007-12-13 17:47:21 +0100 | [diff] [blame] | 4216 | { .id = 0x111d7676, .name = "92HD73E1X5", .patch = patch_stac92hd73xx }, |
Matthew Ranostay | 541eee8 | 2007-12-14 12:08:04 +0100 | [diff] [blame] | 4217 | { .id = 0x111d76b0, .name = "92HD71B8X", .patch = patch_stac92hd71bxx }, |
| 4218 | { .id = 0x111d76b1, .name = "92HD71B8X", .patch = patch_stac92hd71bxx }, |
| 4219 | { .id = 0x111d76b2, .name = "92HD71B7X", .patch = patch_stac92hd71bxx }, |
| 4220 | { .id = 0x111d76b3, .name = "92HD71B7X", .patch = patch_stac92hd71bxx }, |
| 4221 | { .id = 0x111d76b4, .name = "92HD71B6X", .patch = patch_stac92hd71bxx }, |
| 4222 | { .id = 0x111d76b5, .name = "92HD71B6X", .patch = patch_stac92hd71bxx }, |
| 4223 | { .id = 0x111d76b6, .name = "92HD71B5X", .patch = patch_stac92hd71bxx }, |
| 4224 | { .id = 0x111d76b7, .name = "92HD71B5X", .patch = patch_stac92hd71bxx }, |
Charles Chin | 4d8ec5f | 2010-08-19 08:06:16 +0200 | [diff] [blame] | 4225 | { .id = 0x111d76c0, .name = "92HD89C3", .patch = patch_stac92hd73xx }, |
| 4226 | { .id = 0x111d76c1, .name = "92HD89C2", .patch = patch_stac92hd73xx }, |
| 4227 | { .id = 0x111d76c2, .name = "92HD89C1", .patch = patch_stac92hd73xx }, |
| 4228 | { .id = 0x111d76c3, .name = "92HD89B3", .patch = patch_stac92hd73xx }, |
| 4229 | { .id = 0x111d76c4, .name = "92HD89B2", .patch = patch_stac92hd73xx }, |
| 4230 | { .id = 0x111d76c5, .name = "92HD89B1", .patch = patch_stac92hd73xx }, |
| 4231 | { .id = 0x111d76c6, .name = "92HD89E3", .patch = patch_stac92hd73xx }, |
| 4232 | { .id = 0x111d76c7, .name = "92HD89E2", .patch = patch_stac92hd73xx }, |
| 4233 | { .id = 0x111d76c8, .name = "92HD89E1", .patch = patch_stac92hd73xx }, |
| 4234 | { .id = 0x111d76c9, .name = "92HD89D3", .patch = patch_stac92hd73xx }, |
| 4235 | { .id = 0x111d76ca, .name = "92HD89D2", .patch = patch_stac92hd73xx }, |
| 4236 | { .id = 0x111d76cb, .name = "92HD89D1", .patch = patch_stac92hd73xx }, |
| 4237 | { .id = 0x111d76cc, .name = "92HD89F3", .patch = patch_stac92hd73xx }, |
| 4238 | { .id = 0x111d76cd, .name = "92HD89F2", .patch = patch_stac92hd73xx }, |
| 4239 | { .id = 0x111d76ce, .name = "92HD89F1", .patch = patch_stac92hd73xx }, |
David Henningsson | 46724c2 | 2011-09-20 09:02:22 +0200 | [diff] [blame] | 4240 | { .id = 0x111d76df, .name = "92HD93BXX", .patch = patch_stac92hd83xxx}, |
Vitaliy Kulikov | ab5a6eb | 2010-09-08 09:00:17 +0200 | [diff] [blame] | 4241 | { .id = 0x111d76e0, .name = "92HD91BXX", .patch = patch_stac92hd83xxx}, |
Vitaliy Kulikov | 4dfb8a4 | 2011-02-22 17:32:19 -0600 | [diff] [blame] | 4242 | { .id = 0x111d76e3, .name = "92HD98BXX", .patch = patch_stac92hd83xxx}, |
| 4243 | { .id = 0x111d76e5, .name = "92HD99BXX", .patch = patch_stac92hd83xxx}, |
Vitaliy Kulikov | ab5a6eb | 2010-09-08 09:00:17 +0200 | [diff] [blame] | 4244 | { .id = 0x111d76e7, .name = "92HD90BXX", .patch = patch_stac92hd83xxx}, |
Charles Chin | ad5d875 | 2011-11-02 07:56:58 +0100 | [diff] [blame] | 4245 | { .id = 0x111d76e8, .name = "92HD66B1X5", .patch = patch_stac92hd83xxx}, |
| 4246 | { .id = 0x111d76e9, .name = "92HD66B2X5", .patch = patch_stac92hd83xxx}, |
| 4247 | { .id = 0x111d76ea, .name = "92HD66B3X5", .patch = patch_stac92hd83xxx}, |
| 4248 | { .id = 0x111d76eb, .name = "92HD66C1X5", .patch = patch_stac92hd83xxx}, |
| 4249 | { .id = 0x111d76ec, .name = "92HD66C2X5", .patch = patch_stac92hd83xxx}, |
| 4250 | { .id = 0x111d76ed, .name = "92HD66C3X5", .patch = patch_stac92hd83xxx}, |
| 4251 | { .id = 0x111d76ee, .name = "92HD66B1X3", .patch = patch_stac92hd83xxx}, |
| 4252 | { .id = 0x111d76ef, .name = "92HD66B2X3", .patch = patch_stac92hd83xxx}, |
| 4253 | { .id = 0x111d76f0, .name = "92HD66B3X3", .patch = patch_stac92hd83xxx}, |
| 4254 | { .id = 0x111d76f1, .name = "92HD66C1X3", .patch = patch_stac92hd83xxx}, |
| 4255 | { .id = 0x111d76f2, .name = "92HD66C2X3", .patch = patch_stac92hd83xxx}, |
| 4256 | { .id = 0x111d76f3, .name = "92HD66C3/65", .patch = patch_stac92hd83xxx}, |
Matt | 2f2f425 | 2005-04-13 14:45:30 +0200 | [diff] [blame] | 4257 | {} /* terminator */ |
| 4258 | }; |
Takashi Iwai | 1289e9e | 2008-11-27 15:47:11 +0100 | [diff] [blame] | 4259 | |
| 4260 | MODULE_ALIAS("snd-hda-codec-id:8384*"); |
| 4261 | MODULE_ALIAS("snd-hda-codec-id:111d*"); |
| 4262 | |
| 4263 | MODULE_LICENSE("GPL"); |
| 4264 | MODULE_DESCRIPTION("IDT/Sigmatel HD-audio codec"); |
| 4265 | |
| 4266 | static struct hda_codec_preset_list sigmatel_list = { |
| 4267 | .preset = snd_hda_preset_sigmatel, |
| 4268 | .owner = THIS_MODULE, |
| 4269 | }; |
| 4270 | |
| 4271 | static int __init patch_sigmatel_init(void) |
| 4272 | { |
| 4273 | return snd_hda_add_codec_preset(&sigmatel_list); |
| 4274 | } |
| 4275 | |
| 4276 | static void __exit patch_sigmatel_exit(void) |
| 4277 | { |
| 4278 | snd_hda_delete_codec_preset(&sigmatel_list); |
| 4279 | } |
| 4280 | |
| 4281 | module_init(patch_sigmatel_init) |
| 4282 | module_exit(patch_sigmatel_exit) |