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