Matt | 2f2f425 | 2005-04-13 14:45:30 +0200 | [diff] [blame] | 1 | /* |
| 2 | * Universal Interface for Intel High Definition Audio Codec |
| 3 | * |
| 4 | * HD audio interface patch for SigmaTel STAC92xx |
| 5 | * |
| 6 | * Copyright (c) 2005 Embedded Alley Solutions, Inc. |
Matt Porter | 403d194 | 2005-11-29 15:00:51 +0100 | [diff] [blame] | 7 | * Matt Porter <mporter@embeddedalley.com> |
Matt | 2f2f425 | 2005-04-13 14:45:30 +0200 | [diff] [blame] | 8 | * |
| 9 | * Based on patch_cmedia.c and patch_realtek.c |
| 10 | * Copyright (c) 2004 Takashi Iwai <tiwai@suse.de> |
| 11 | * |
| 12 | * This driver is free software; you can redistribute it and/or modify |
| 13 | * it under the terms of the GNU General Public License as published by |
| 14 | * the Free Software Foundation; either version 2 of the License, or |
| 15 | * (at your option) any later version. |
| 16 | * |
| 17 | * This driver is distributed in the hope that it will be useful, |
| 18 | * but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 19 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| 20 | * GNU General Public License for more details. |
| 21 | * |
| 22 | * You should have received a copy of the GNU General Public License |
| 23 | * along with this program; if not, write to the Free Software |
| 24 | * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA |
| 25 | */ |
| 26 | |
Matt | 2f2f425 | 2005-04-13 14:45:30 +0200 | [diff] [blame] | 27 | #include <linux/init.h> |
| 28 | #include <linux/delay.h> |
| 29 | #include <linux/slab.h> |
| 30 | #include <linux/pci.h> |
Vitaliy Kulikov | 5bdaaad | 2009-11-04 07:57:45 +0100 | [diff] [blame] | 31 | #include <linux/dmi.h> |
Paul Gortmaker | da155d5 | 2011-07-15 12:38:28 -0400 | [diff] [blame] | 32 | #include <linux/module.h> |
Matt | 2f2f425 | 2005-04-13 14:45:30 +0200 | [diff] [blame] | 33 | #include <sound/core.h> |
Matt | c7d4b2f | 2005-06-27 14:59:41 +0200 | [diff] [blame] | 34 | #include <sound/asoundef.h> |
Matthew Ranostay | 45a6ac1 | 2008-10-15 14:45:38 -0400 | [diff] [blame] | 35 | #include <sound/jack.h> |
Clemens Ladisch | a74ccea | 2010-10-22 15:52:34 +0200 | [diff] [blame] | 36 | #include <sound/tlv.h> |
Matt | 2f2f425 | 2005-04-13 14:45:30 +0200 | [diff] [blame] | 37 | #include "hda_codec.h" |
| 38 | #include "hda_local.h" |
Takashi Iwai | 128bc4b | 2012-05-07 17:42:31 +0200 | [diff] [blame] | 39 | #include "hda_auto_parser.h" |
Matthew Ranostay | 1cd2224 | 2008-07-18 18:20:52 +0200 | [diff] [blame] | 40 | #include "hda_beep.h" |
Takashi Iwai | 1835a0f | 2011-10-27 22:12:46 +0200 | [diff] [blame] | 41 | #include "hda_jack.h" |
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 { |
| 44 | STAC_VREF_EVENT = 1, |
| 45 | STAC_INSERT_EVENT, |
| 46 | STAC_PWR_EVENT, |
| 47 | STAC_HP_EVENT, |
Takashi Iwai | fefd67f | 2009-07-30 18:03:05 +0200 | [diff] [blame] | 48 | STAC_LO_EVENT, |
Takashi Iwai | 3d21d3f | 2009-07-29 14:32:56 +0200 | [diff] [blame] | 49 | STAC_MIC_EVENT, |
Takashi Iwai | c6e4c66 | 2008-11-25 11:58:19 +0100 | [diff] [blame] | 50 | }; |
Matt | 4e55096 | 2005-07-04 17:51:39 +0200 | [diff] [blame] | 51 | |
Takashi Iwai | f5fcc13 | 2006-11-24 17:07:44 +0100 | [diff] [blame] | 52 | enum { |
Takashi Iwai | 1607b8e | 2009-02-26 16:50:43 +0100 | [diff] [blame] | 53 | STAC_AUTO, |
Takashi Iwai | f5fcc13 | 2006-11-24 17:07:44 +0100 | [diff] [blame] | 54 | STAC_REF, |
Tobin Davis | bf27778 | 2008-02-03 20:31:47 +0100 | [diff] [blame] | 55 | STAC_9200_OQO, |
Takashi Iwai | dfe495d | 2007-08-23 19:04:28 +0200 | [diff] [blame] | 56 | STAC_9200_DELL_D21, |
| 57 | STAC_9200_DELL_D22, |
| 58 | STAC_9200_DELL_D23, |
| 59 | STAC_9200_DELL_M21, |
| 60 | STAC_9200_DELL_M22, |
| 61 | STAC_9200_DELL_M23, |
| 62 | STAC_9200_DELL_M24, |
| 63 | STAC_9200_DELL_M25, |
| 64 | STAC_9200_DELL_M26, |
| 65 | STAC_9200_DELL_M27, |
Mauro Carvalho Chehab | 58eec42 | 2008-08-11 10:18:39 +0200 | [diff] [blame] | 66 | STAC_9200_M4, |
| 67 | STAC_9200_M4_2, |
Takashi Iwai | 117f257 | 2008-03-18 09:53:23 +0100 | [diff] [blame] | 68 | STAC_9200_PANASONIC, |
Takashi Iwai | f5fcc13 | 2006-11-24 17:07:44 +0100 | [diff] [blame] | 69 | STAC_9200_MODELS |
| 70 | }; |
| 71 | |
| 72 | enum { |
Takashi Iwai | 1607b8e | 2009-02-26 16:50:43 +0100 | [diff] [blame] | 73 | STAC_9205_AUTO, |
Takashi Iwai | f5fcc13 | 2006-11-24 17:07:44 +0100 | [diff] [blame] | 74 | STAC_9205_REF, |
Takashi Iwai | dfe495d | 2007-08-23 19:04:28 +0200 | [diff] [blame] | 75 | STAC_9205_DELL_M42, |
Tobin Davis | ae0a8ed | 2007-08-13 15:50:29 +0200 | [diff] [blame] | 76 | STAC_9205_DELL_M43, |
| 77 | STAC_9205_DELL_M44, |
Takashi Iwai | d9a4268 | 2009-01-22 17:40:18 +0100 | [diff] [blame] | 78 | STAC_9205_EAPD, |
Takashi Iwai | f5fcc13 | 2006-11-24 17:07:44 +0100 | [diff] [blame] | 79 | STAC_9205_MODELS |
| 80 | }; |
| 81 | |
| 82 | enum { |
Takashi Iwai | 1607b8e | 2009-02-26 16:50:43 +0100 | [diff] [blame] | 83 | STAC_92HD73XX_AUTO, |
Takashi Iwai | 9e43f0d | 2008-12-17 14:51:01 +0100 | [diff] [blame] | 84 | STAC_92HD73XX_NO_JD, /* no jack-detection */ |
Matthew Ranostay | e1f0d66 | 2007-12-13 17:47:21 +0100 | [diff] [blame] | 85 | STAC_92HD73XX_REF, |
Wu Fengguang | ae70944 | 2009-08-19 17:05:11 +0800 | [diff] [blame] | 86 | STAC_92HD73XX_INTEL, |
Takashi Iwai | 661cd8f | 2008-11-25 15:18:29 +0100 | [diff] [blame] | 87 | STAC_DELL_M6_AMIC, |
| 88 | STAC_DELL_M6_DMIC, |
| 89 | STAC_DELL_M6_BOTH, |
Matthew Ranostay | 6b3ab21 | 2008-11-03 08:12:43 -0500 | [diff] [blame] | 90 | STAC_DELL_EQ, |
Takashi Iwai | 842ae63 | 2009-09-02 07:43:08 +0200 | [diff] [blame] | 91 | STAC_ALIENWARE_M17X, |
Matthew Ranostay | e1f0d66 | 2007-12-13 17:47:21 +0100 | [diff] [blame] | 92 | STAC_92HD73XX_MODELS |
| 93 | }; |
| 94 | |
| 95 | enum { |
Takashi Iwai | 1607b8e | 2009-02-26 16:50:43 +0100 | [diff] [blame] | 96 | STAC_92HD83XXX_AUTO, |
Matthew Ranostay | d0513fc | 2008-07-27 10:30:30 +0200 | [diff] [blame] | 97 | STAC_92HD83XXX_REF, |
Matthew Ranostay | 32ed3f4 | 2009-01-22 20:53:29 -0500 | [diff] [blame] | 98 | STAC_92HD83XXX_PWR_REF, |
Matthew Ranostay | 8bb0ac5 | 2009-02-12 16:50:01 -0500 | [diff] [blame] | 99 | STAC_DELL_S14, |
Julian Wollrath | f7f9bdf | 2011-11-09 10:02:40 +0100 | [diff] [blame] | 100 | STAC_DELL_VOSTRO_3500, |
Vitaliy Kulikov | 0c27c18 | 2011-07-22 17:50:37 -0500 | [diff] [blame] | 101 | STAC_92HD83XXX_HP_cNB11_INTQUAD, |
Steven Eastland | 4831559 | 2010-08-06 15:07:35 -0600 | [diff] [blame] | 102 | STAC_HP_DV7_4000, |
Vitaliy Kulikov | 5556e14 | 2012-02-27 16:47:37 -0600 | [diff] [blame] | 103 | STAC_HP_ZEPHYR, |
Takashi Iwai | a3e1997 | 2012-07-26 08:17:20 +0200 | [diff] [blame] | 104 | STAC_92HD83XXX_HP_LED, |
Takashi Iwai | ff8a1e2 | 2012-07-31 10:16:59 +0200 | [diff] [blame] | 105 | STAC_92HD83XXX_HP_INV_LED, |
Takashi Iwai | 62cbde1 | 2012-09-14 11:58:54 +0200 | [diff] [blame] | 106 | STAC_92HD83XXX_HP_MIC_LED, |
David Henningsson | 8d032a8 | 2012-10-09 12:48:40 +0200 | [diff] [blame] | 107 | STAC_92HD83XXX_HEADSET_JACK, |
Matthew Ranostay | d0513fc | 2008-07-27 10:30:30 +0200 | [diff] [blame] | 108 | STAC_92HD83XXX_MODELS |
| 109 | }; |
| 110 | |
| 111 | enum { |
Takashi Iwai | 1607b8e | 2009-02-26 16:50:43 +0100 | [diff] [blame] | 112 | STAC_92HD71BXX_AUTO, |
Matthew Ranostay | e035b84 | 2007-11-06 11:53:55 +0100 | [diff] [blame] | 113 | STAC_92HD71BXX_REF, |
Matthew Ranostay | a766264 | 2008-02-21 07:51:14 +0100 | [diff] [blame] | 114 | STAC_DELL_M4_1, |
| 115 | STAC_DELL_M4_2, |
Matthew Ranostay | 3a7abfd | 2008-11-20 21:21:43 -0500 | [diff] [blame] | 116 | STAC_DELL_M4_3, |
Matthew Ranostay | 6a14f58 | 2008-09-12 12:02:30 -0400 | [diff] [blame] | 117 | STAC_HP_M4, |
Takashi Iwai | 2a6ce6e | 2010-05-12 10:16:20 +0200 | [diff] [blame] | 118 | STAC_HP_DV4, |
Takashi Iwai | 1b0652e | 2009-01-14 08:27:35 +0100 | [diff] [blame] | 119 | STAC_HP_DV5, |
Christoph Plattner | ae6241f | 2009-03-08 23:19:05 +0100 | [diff] [blame] | 120 | STAC_HP_HDX, |
James Gardiner | 514bf54 | 2009-05-03 04:00:44 -0400 | [diff] [blame] | 121 | STAC_HP_DV4_1222NR, |
Matthew Ranostay | e035b84 | 2007-11-06 11:53:55 +0100 | [diff] [blame] | 122 | STAC_92HD71BXX_MODELS |
| 123 | }; |
| 124 | |
| 125 | enum { |
Takashi Iwai | 1607b8e | 2009-02-26 16:50:43 +0100 | [diff] [blame] | 126 | STAC_925x_AUTO, |
Tobin Davis | 8e21c34 | 2007-01-08 11:04:17 +0100 | [diff] [blame] | 127 | STAC_925x_REF, |
Mauro Carvalho Chehab | 9cb36c2 | 2008-08-11 10:18:39 +0200 | [diff] [blame] | 128 | STAC_M1, |
| 129 | STAC_M1_2, |
| 130 | STAC_M2, |
Tobin Davis | 8e21c34 | 2007-01-08 11:04:17 +0100 | [diff] [blame] | 131 | STAC_M2_2, |
Mauro Carvalho Chehab | 9cb36c2 | 2008-08-11 10:18:39 +0200 | [diff] [blame] | 132 | STAC_M3, |
| 133 | STAC_M5, |
| 134 | STAC_M6, |
Tobin Davis | 8e21c34 | 2007-01-08 11:04:17 +0100 | [diff] [blame] | 135 | STAC_925x_MODELS |
| 136 | }; |
| 137 | |
| 138 | enum { |
Takashi Iwai | 1607b8e | 2009-02-26 16:50:43 +0100 | [diff] [blame] | 139 | STAC_922X_AUTO, |
Takashi Iwai | f5fcc13 | 2006-11-24 17:07:44 +0100 | [diff] [blame] | 140 | STAC_D945_REF, |
| 141 | STAC_D945GTP3, |
| 142 | STAC_D945GTP5, |
Ivan N. Zlatev | 5d5d3bc | 2007-05-29 16:03:00 +0200 | [diff] [blame] | 143 | STAC_INTEL_MAC_V1, |
| 144 | STAC_INTEL_MAC_V2, |
| 145 | STAC_INTEL_MAC_V3, |
| 146 | STAC_INTEL_MAC_V4, |
| 147 | STAC_INTEL_MAC_V5, |
Nicolas Boichat | 536319a | 2008-07-21 22:18:01 +0800 | [diff] [blame] | 148 | STAC_INTEL_MAC_AUTO, /* This model is selected if no module parameter |
| 149 | * is given, one of the above models will be |
| 150 | * chosen according to the subsystem id. */ |
Takashi Iwai | dfe495d | 2007-08-23 19:04:28 +0200 | [diff] [blame] | 151 | /* for backward compatibility */ |
Takashi Iwai | f5fcc13 | 2006-11-24 17:07:44 +0100 | [diff] [blame] | 152 | STAC_MACMINI, |
Takashi Iwai | 3fc24d8 | 2007-02-16 13:27:18 +0100 | [diff] [blame] | 153 | STAC_MACBOOK, |
Nicolas Boichat | 6f0778d | 2007-03-15 12:38:15 +0100 | [diff] [blame] | 154 | STAC_MACBOOK_PRO_V1, |
| 155 | STAC_MACBOOK_PRO_V2, |
Sylvain FORET | f16928f | 2007-04-27 14:22:36 +0200 | [diff] [blame] | 156 | STAC_IMAC_INTEL, |
Takashi Iwai | 0dae0f8 | 2007-05-21 12:41:29 +0200 | [diff] [blame] | 157 | STAC_IMAC_INTEL_20, |
Mauro Carvalho Chehab | 8c65008 | 2008-08-04 10:39:59 -0300 | [diff] [blame] | 158 | STAC_ECS_202, |
Takashi Iwai | dfe495d | 2007-08-23 19:04:28 +0200 | [diff] [blame] | 159 | STAC_922X_DELL_D81, |
| 160 | STAC_922X_DELL_D82, |
| 161 | STAC_922X_DELL_M81, |
| 162 | STAC_922X_DELL_M82, |
Takashi Iwai | f5fcc13 | 2006-11-24 17:07:44 +0100 | [diff] [blame] | 163 | STAC_922X_MODELS |
| 164 | }; |
| 165 | |
| 166 | enum { |
Takashi Iwai | 1607b8e | 2009-02-26 16:50:43 +0100 | [diff] [blame] | 167 | STAC_927X_AUTO, |
Takashi Iwai | e28d832 | 2008-12-17 13:48:29 +0100 | [diff] [blame] | 168 | STAC_D965_REF_NO_JD, /* no jack-detection */ |
Takashi Iwai | f5fcc13 | 2006-11-24 17:07:44 +0100 | [diff] [blame] | 169 | STAC_D965_REF, |
| 170 | STAC_D965_3ST, |
| 171 | STAC_D965_5ST, |
Takashi Iwai | 679d92e | 2009-05-24 19:00:08 +0200 | [diff] [blame] | 172 | STAC_D965_5ST_NO_FP, |
Tobin Davis | 4ff076e | 2007-08-07 11:48:12 +0200 | [diff] [blame] | 173 | STAC_DELL_3ST, |
Matthew Ranostay | 8e9068b | 2007-12-17 11:58:13 +0100 | [diff] [blame] | 174 | STAC_DELL_BIOS, |
Takashi Iwai | 5493053 | 2009-10-11 17:38:29 +0200 | [diff] [blame] | 175 | STAC_927X_VOLKNOB, |
Takashi Iwai | f5fcc13 | 2006-11-24 17:07:44 +0100 | [diff] [blame] | 176 | STAC_927X_MODELS |
| 177 | }; |
Matt Porter | 403d194 | 2005-11-29 15:00:51 +0100 | [diff] [blame] | 178 | |
Takashi Iwai | 307282c | 2009-03-12 18:17:58 +0100 | [diff] [blame] | 179 | enum { |
| 180 | STAC_9872_AUTO, |
| 181 | STAC_9872_VAIO, |
| 182 | STAC_9872_MODELS |
| 183 | }; |
| 184 | |
Takashi Iwai | 3d21d3f | 2009-07-29 14:32:56 +0200 | [diff] [blame] | 185 | struct sigmatel_mic_route { |
| 186 | hda_nid_t pin; |
Takashi Iwai | 02d3332 | 2009-10-01 16:38:11 +0200 | [diff] [blame] | 187 | signed char mux_idx; |
| 188 | signed char dmux_idx; |
Takashi Iwai | 3d21d3f | 2009-07-29 14:32:56 +0200 | [diff] [blame] | 189 | }; |
| 190 | |
Vitaliy Kulikov | 699d899 | 2011-03-10 13:43:35 -0600 | [diff] [blame] | 191 | #define MAX_PINS_NUM 16 |
| 192 | #define MAX_ADCS_NUM 4 |
| 193 | #define MAX_DMICS_NUM 4 |
| 194 | |
Matt | 2f2f425 | 2005-04-13 14:45:30 +0200 | [diff] [blame] | 195 | struct sigmatel_spec { |
Takashi Iwai | c8b6bf9 | 2005-11-17 14:57:47 +0100 | [diff] [blame] | 196 | struct snd_kcontrol_new *mixers[4]; |
Matt | c7d4b2f | 2005-06-27 14:59:41 +0200 | [diff] [blame] | 197 | unsigned int num_mixers; |
| 198 | |
Matt Porter | 403d194 | 2005-11-29 15:00:51 +0100 | [diff] [blame] | 199 | int board_config; |
Matthew Ranostay | c0cea0d | 2008-11-16 11:42:34 -0500 | [diff] [blame] | 200 | unsigned int eapd_switch: 1; |
Matt | c7d4b2f | 2005-06-27 14:59:41 +0200 | [diff] [blame] | 201 | unsigned int surr_switch: 1; |
Matt Porter | 3cc08dc | 2006-01-23 15:27:49 +0100 | [diff] [blame] | 202 | unsigned int alt_switch: 1; |
Takashi Iwai | 82bc955 | 2006-03-21 11:24:42 +0100 | [diff] [blame] | 203 | unsigned int hp_detect: 1; |
Matthew Ranostay | 00ef50c | 2008-09-27 18:13:47 -0400 | [diff] [blame] | 204 | unsigned int spdif_mute: 1; |
Takashi Iwai | 7c7767e | 2009-01-20 15:28:38 +0100 | [diff] [blame] | 205 | unsigned int check_volume_offset:1; |
Takashi Iwai | 3d21d3f | 2009-07-29 14:32:56 +0200 | [diff] [blame] | 206 | unsigned int auto_mic:1; |
Daniel J Blueman | 1b0e372 | 2010-08-03 11:09:13 +0100 | [diff] [blame] | 207 | unsigned int linear_tone_beep:1; |
David Henningsson | 8d032a8 | 2012-10-09 12:48:40 +0200 | [diff] [blame] | 208 | unsigned int headset_jack:1; /* 4-pin headset jack (hp + mono mic) */ |
Matt | c7d4b2f | 2005-06-27 14:59:41 +0200 | [diff] [blame] | 209 | |
Matthew Ranostay | 4fe5195c | 2008-01-29 15:28:44 +0100 | [diff] [blame] | 210 | /* gpio lines */ |
Matthew Ranostay | 0fc9dec | 2008-04-14 13:32:54 +0200 | [diff] [blame] | 211 | unsigned int eapd_mask; |
Matthew Ranostay | 4fe5195c | 2008-01-29 15:28:44 +0100 | [diff] [blame] | 212 | unsigned int gpio_mask; |
| 213 | unsigned int gpio_dir; |
| 214 | unsigned int gpio_data; |
| 215 | unsigned int gpio_mute; |
Takashi Iwai | 86d190e | 2009-05-26 15:18:58 +0200 | [diff] [blame] | 216 | unsigned int gpio_led; |
Vitaliy Kulikov | c357aab | 2009-12-11 07:51:54 +0100 | [diff] [blame] | 217 | unsigned int gpio_led_polarity; |
Takashi Iwai | f1a7374 | 2011-12-04 13:44:06 +0100 | [diff] [blame] | 218 | 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] | 219 | unsigned int vref_led; |
Matthew Ranostay | 4fe5195c | 2008-01-29 15:28:44 +0100 | [diff] [blame] | 220 | |
Takashi Iwai | 62cbde1 | 2012-09-14 11:58:54 +0200 | [diff] [blame] | 221 | unsigned int mic_mute_led_gpio; /* capture mute LED GPIO */ |
| 222 | bool mic_mute_led_on; /* current mic mute state */ |
| 223 | |
Matthew Ranostay | 8daaaa9 | 2008-08-15 07:45:52 +0200 | [diff] [blame] | 224 | /* stream */ |
| 225 | unsigned int stream_delay; |
| 226 | |
Matthew Ranostay | 4fe5195c | 2008-01-29 15:28:44 +0100 | [diff] [blame] | 227 | /* analog loopback */ |
Takashi Iwai | 2b63536 | 2011-05-02 12:33:43 +0200 | [diff] [blame] | 228 | const struct snd_kcontrol_new *aloopback_ctl; |
Matthew Ranostay | e1f0d66 | 2007-12-13 17:47:21 +0100 | [diff] [blame] | 229 | unsigned char aloopback_mask; |
| 230 | unsigned char aloopback_shift; |
Takashi Iwai | 8259980 | 2007-07-31 15:56:24 +0200 | [diff] [blame] | 231 | |
Matthew Ranostay | a64135a | 2008-01-10 16:55:06 +0100 | [diff] [blame] | 232 | /* power management */ |
Takashi Iwai | c882246 | 2012-05-15 09:11:36 +0200 | [diff] [blame] | 233 | unsigned int power_map_bits; |
Matthew Ranostay | a64135a | 2008-01-10 16:55:06 +0100 | [diff] [blame] | 234 | unsigned int num_pwrs; |
Takashi Iwai | 2b63536 | 2011-05-02 12:33:43 +0200 | [diff] [blame] | 235 | const hda_nid_t *pwr_nids; |
| 236 | const hda_nid_t *dac_list; |
Matthew Ranostay | a64135a | 2008-01-10 16:55:06 +0100 | [diff] [blame] | 237 | |
Matt | 2f2f425 | 2005-04-13 14:45:30 +0200 | [diff] [blame] | 238 | /* playback */ |
Matthew Ranostay | b22b482 | 2008-01-22 12:32:30 +0100 | [diff] [blame] | 239 | struct hda_input_mux *mono_mux; |
| 240 | unsigned int cur_mmux; |
Matt | 2f2f425 | 2005-04-13 14:45:30 +0200 | [diff] [blame] | 241 | struct hda_multi_out multiout; |
Matt Porter | 3cc08dc | 2006-01-23 15:27:49 +0100 | [diff] [blame] | 242 | hda_nid_t dac_nids[5]; |
Takashi Iwai | c21ca4a | 2008-12-19 09:26:08 +0100 | [diff] [blame] | 243 | hda_nid_t hp_dacs[5]; |
| 244 | hda_nid_t speaker_dacs[5]; |
Matt | 2f2f425 | 2005-04-13 14:45:30 +0200 | [diff] [blame] | 245 | |
Takashi Iwai | 7c7767e | 2009-01-20 15:28:38 +0100 | [diff] [blame] | 246 | int volume_offset; |
| 247 | |
Matt | 2f2f425 | 2005-04-13 14:45:30 +0200 | [diff] [blame] | 248 | /* capture */ |
Takashi Iwai | 2b63536 | 2011-05-02 12:33:43 +0200 | [diff] [blame] | 249 | const hda_nid_t *adc_nids; |
Matt | 2f2f425 | 2005-04-13 14:45:30 +0200 | [diff] [blame] | 250 | unsigned int num_adcs; |
Takashi Iwai | 2b63536 | 2011-05-02 12:33:43 +0200 | [diff] [blame] | 251 | const hda_nid_t *mux_nids; |
Matt | dabbed6 | 2005-06-14 10:19:34 +0200 | [diff] [blame] | 252 | unsigned int num_muxes; |
Takashi Iwai | 2b63536 | 2011-05-02 12:33:43 +0200 | [diff] [blame] | 253 | const hda_nid_t *dmic_nids; |
Matt Porter | 8b65727 | 2006-10-26 17:12:59 +0200 | [diff] [blame] | 254 | unsigned int num_dmics; |
Takashi Iwai | 2b63536 | 2011-05-02 12:33:43 +0200 | [diff] [blame] | 255 | const hda_nid_t *dmux_nids; |
Takashi Iwai | 1697055e | 2007-12-18 18:05:52 +0100 | [diff] [blame] | 256 | unsigned int num_dmuxes; |
Takashi Iwai | 2b63536 | 2011-05-02 12:33:43 +0200 | [diff] [blame] | 257 | const hda_nid_t *smux_nids; |
Matthew Ranostay | d973775 | 2008-09-07 12:03:41 +0200 | [diff] [blame] | 258 | unsigned int num_smuxes; |
Takashi Iwai | 5207e10 | 2009-07-30 13:09:08 +0200 | [diff] [blame] | 259 | unsigned int num_analog_muxes; |
Takashi Iwai | 6479c63 | 2009-07-28 18:20:25 +0200 | [diff] [blame] | 260 | |
Takashi Iwai | 2b63536 | 2011-05-02 12:33:43 +0200 | [diff] [blame] | 261 | const unsigned long *capvols; /* amp-volume attr: HDA_COMPOSE_AMP_VAL() */ |
| 262 | const unsigned long *capsws; /* amp-mute attr: HDA_COMPOSE_AMP_VAL() */ |
Takashi Iwai | 6479c63 | 2009-07-28 18:20:25 +0200 | [diff] [blame] | 263 | unsigned int num_caps; /* number of capture volume/switch elements */ |
| 264 | |
Takashi Iwai | 3d21d3f | 2009-07-29 14:32:56 +0200 | [diff] [blame] | 265 | struct sigmatel_mic_route ext_mic; |
| 266 | struct sigmatel_mic_route int_mic; |
Charles Chin | 9907790 | 2010-09-17 10:22:32 +0200 | [diff] [blame] | 267 | struct sigmatel_mic_route dock_mic; |
Takashi Iwai | 3d21d3f | 2009-07-29 14:32:56 +0200 | [diff] [blame] | 268 | |
Takashi Iwai | ea73496 | 2011-01-17 11:29:34 +0100 | [diff] [blame] | 269 | const char * const *spdif_labels; |
Matthew Ranostay | d973775 | 2008-09-07 12:03:41 +0200 | [diff] [blame] | 270 | |
Matt | dabbed6 | 2005-06-14 10:19:34 +0200 | [diff] [blame] | 271 | hda_nid_t dig_in_nid; |
Matthew Ranostay | b22b482 | 2008-01-22 12:32:30 +0100 | [diff] [blame] | 272 | hda_nid_t mono_nid; |
Matthew Ranostay | 1cd2224 | 2008-07-18 18:20:52 +0200 | [diff] [blame] | 273 | hda_nid_t anabeep_nid; |
| 274 | hda_nid_t digbeep_nid; |
Matt | 2f2f425 | 2005-04-13 14:45:30 +0200 | [diff] [blame] | 275 | |
Matt | 2f2f425 | 2005-04-13 14:45:30 +0200 | [diff] [blame] | 276 | /* pin widgets */ |
Takashi Iwai | 2b63536 | 2011-05-02 12:33:43 +0200 | [diff] [blame] | 277 | const hda_nid_t *pin_nids; |
Matt | 2f2f425 | 2005-04-13 14:45:30 +0200 | [diff] [blame] | 278 | unsigned int num_pins; |
Matt | 2f2f425 | 2005-04-13 14:45:30 +0200 | [diff] [blame] | 279 | |
| 280 | /* codec specific stuff */ |
Takashi Iwai | 2b63536 | 2011-05-02 12:33:43 +0200 | [diff] [blame] | 281 | const struct hda_verb *init; |
| 282 | const struct snd_kcontrol_new *mixer; |
Matt | 2f2f425 | 2005-04-13 14:45:30 +0200 | [diff] [blame] | 283 | |
| 284 | /* capture source */ |
Matt Porter | 8b65727 | 2006-10-26 17:12:59 +0200 | [diff] [blame] | 285 | struct hda_input_mux *dinput_mux; |
Matthew Ranostay | e1f0d66 | 2007-12-13 17:47:21 +0100 | [diff] [blame] | 286 | unsigned int cur_dmux[2]; |
Matt | c7d4b2f | 2005-06-27 14:59:41 +0200 | [diff] [blame] | 287 | struct hda_input_mux *input_mux; |
Matt Porter | 3cc08dc | 2006-01-23 15:27:49 +0100 | [diff] [blame] | 288 | unsigned int cur_mux[3]; |
Matthew Ranostay | d973775 | 2008-09-07 12:03:41 +0200 | [diff] [blame] | 289 | struct hda_input_mux *sinput_mux; |
| 290 | unsigned int cur_smux[2]; |
Matthew Ranostay | 2a9c781 | 2008-09-13 16:45:39 -0400 | [diff] [blame] | 291 | unsigned int cur_amux; |
| 292 | hda_nid_t *amp_nids; |
Matthew Ranostay | 8daaaa9 | 2008-08-15 07:45:52 +0200 | [diff] [blame] | 293 | unsigned int powerdown_adcs; |
Matt | 2f2f425 | 2005-04-13 14:45:30 +0200 | [diff] [blame] | 294 | |
Matt Porter | 403d194 | 2005-11-29 15:00:51 +0100 | [diff] [blame] | 295 | /* i/o switches */ |
| 296 | unsigned int io_switch[2]; |
Maxim Levitsky | 0fb87bb | 2007-09-03 15:29:04 +0200 | [diff] [blame] | 297 | unsigned int clfe_swap; |
Takashi Iwai | c21ca4a | 2008-12-19 09:26:08 +0100 | [diff] [blame] | 298 | hda_nid_t line_switch; /* shared line-in for input and output */ |
| 299 | hda_nid_t mic_switch; /* shared mic-in for input and output */ |
| 300 | hda_nid_t hp_switch; /* NID of HP as line-out */ |
Maxim Levitsky | 5f10c4a | 2007-09-03 15:29:37 +0200 | [diff] [blame] | 301 | unsigned int aloopback; |
Matt | 2f2f425 | 2005-04-13 14:45:30 +0200 | [diff] [blame] | 302 | |
Matt | c7d4b2f | 2005-06-27 14:59:41 +0200 | [diff] [blame] | 303 | struct hda_pcm pcm_rec[2]; /* PCM information */ |
| 304 | |
| 305 | /* dynamic controls and input_mux */ |
| 306 | struct auto_pin_cfg autocfg; |
Takashi Iwai | 603c401 | 2008-07-30 15:01:44 +0200 | [diff] [blame] | 307 | struct snd_array kctls; |
Matt Porter | 8b65727 | 2006-10-26 17:12:59 +0200 | [diff] [blame] | 308 | struct hda_input_mux private_dimux; |
Matt | c7d4b2f | 2005-06-27 14:59:41 +0200 | [diff] [blame] | 309 | struct hda_input_mux private_imux; |
Matthew Ranostay | d973775 | 2008-09-07 12:03:41 +0200 | [diff] [blame] | 310 | struct hda_input_mux private_smux; |
Matthew Ranostay | b22b482 | 2008-01-22 12:32:30 +0100 | [diff] [blame] | 311 | struct hda_input_mux private_mono_mux; |
Vitaliy Kulikov | 699d899 | 2011-03-10 13:43:35 -0600 | [diff] [blame] | 312 | |
| 313 | /* auto spec */ |
| 314 | unsigned auto_pin_cnt; |
| 315 | hda_nid_t auto_pin_nids[MAX_PINS_NUM]; |
| 316 | unsigned auto_adc_cnt; |
| 317 | hda_nid_t auto_adc_nids[MAX_ADCS_NUM]; |
| 318 | hda_nid_t auto_mux_nids[MAX_ADCS_NUM]; |
| 319 | hda_nid_t auto_dmux_nids[MAX_ADCS_NUM]; |
| 320 | unsigned long auto_capvols[MAX_ADCS_NUM]; |
| 321 | unsigned auto_dmic_cnt; |
| 322 | hda_nid_t auto_dmic_nids[MAX_DMICS_NUM]; |
Takashi Iwai | 2faa3bf | 2012-03-12 12:30:22 +0100 | [diff] [blame] | 323 | |
Takashi Iwai | d2f344b | 2012-03-12 16:59:58 +0100 | [diff] [blame] | 324 | struct hda_vmaster_mute_hook vmaster_mute; |
Matt | 2f2f425 | 2005-04-13 14:45:30 +0200 | [diff] [blame] | 325 | }; |
| 326 | |
Takashi Iwai | c882246 | 2012-05-15 09:11:36 +0200 | [diff] [blame] | 327 | #define AC_VERB_IDT_SET_POWER_MAP 0x7ec |
| 328 | #define AC_VERB_IDT_GET_POWER_MAP 0xfec |
| 329 | |
Takashi Iwai | 2b63536 | 2011-05-02 12:33:43 +0200 | [diff] [blame] | 330 | static const hda_nid_t stac9200_adc_nids[1] = { |
Matt | 2f2f425 | 2005-04-13 14:45:30 +0200 | [diff] [blame] | 331 | 0x03, |
| 332 | }; |
| 333 | |
Takashi Iwai | 2b63536 | 2011-05-02 12:33:43 +0200 | [diff] [blame] | 334 | static const hda_nid_t stac9200_mux_nids[1] = { |
Matt | 2f2f425 | 2005-04-13 14:45:30 +0200 | [diff] [blame] | 335 | 0x0c, |
| 336 | }; |
| 337 | |
Takashi Iwai | 2b63536 | 2011-05-02 12:33:43 +0200 | [diff] [blame] | 338 | static const hda_nid_t stac9200_dac_nids[1] = { |
Matt | 2f2f425 | 2005-04-13 14:45:30 +0200 | [diff] [blame] | 339 | 0x02, |
| 340 | }; |
| 341 | |
Takashi Iwai | 2b63536 | 2011-05-02 12:33:43 +0200 | [diff] [blame] | 342 | static const hda_nid_t stac92hd73xx_pwr_nids[8] = { |
Matthew Ranostay | a64135a | 2008-01-10 16:55:06 +0100 | [diff] [blame] | 343 | 0x0a, 0x0b, 0x0c, 0xd, 0x0e, |
| 344 | 0x0f, 0x10, 0x11 |
| 345 | }; |
| 346 | |
Takashi Iwai | 2b63536 | 2011-05-02 12:33:43 +0200 | [diff] [blame] | 347 | static const hda_nid_t stac92hd73xx_slave_dig_outs[2] = { |
Matthew Ranostay | 0ffa980 | 2008-09-08 11:20:05 -0400 | [diff] [blame] | 348 | 0x26, 0, |
| 349 | }; |
| 350 | |
Takashi Iwai | 2b63536 | 2011-05-02 12:33:43 +0200 | [diff] [blame] | 351 | static const hda_nid_t stac92hd73xx_adc_nids[2] = { |
Matthew Ranostay | e1f0d66 | 2007-12-13 17:47:21 +0100 | [diff] [blame] | 352 | 0x1a, 0x1b |
| 353 | }; |
| 354 | |
| 355 | #define STAC92HD73XX_NUM_DMICS 2 |
Takashi Iwai | 2b63536 | 2011-05-02 12:33:43 +0200 | [diff] [blame] | 356 | static const hda_nid_t stac92hd73xx_dmic_nids[STAC92HD73XX_NUM_DMICS + 1] = { |
Matthew Ranostay | e1f0d66 | 2007-12-13 17:47:21 +0100 | [diff] [blame] | 357 | 0x13, 0x14, 0 |
| 358 | }; |
| 359 | |
| 360 | #define STAC92HD73_DAC_COUNT 5 |
Matthew Ranostay | e1f0d66 | 2007-12-13 17:47:21 +0100 | [diff] [blame] | 361 | |
Takashi Iwai | 2b63536 | 2011-05-02 12:33:43 +0200 | [diff] [blame] | 362 | static const hda_nid_t stac92hd73xx_mux_nids[2] = { |
Takashi Iwai | e2aec17 | 2009-09-02 01:00:05 +0200 | [diff] [blame] | 363 | 0x20, 0x21, |
Matthew Ranostay | e1f0d66 | 2007-12-13 17:47:21 +0100 | [diff] [blame] | 364 | }; |
| 365 | |
Takashi Iwai | 2b63536 | 2011-05-02 12:33:43 +0200 | [diff] [blame] | 366 | static const hda_nid_t stac92hd73xx_dmux_nids[2] = { |
Matthew Ranostay | e1f0d66 | 2007-12-13 17:47:21 +0100 | [diff] [blame] | 367 | 0x20, 0x21, |
| 368 | }; |
| 369 | |
Takashi Iwai | 2b63536 | 2011-05-02 12:33:43 +0200 | [diff] [blame] | 370 | static const hda_nid_t stac92hd73xx_smux_nids[2] = { |
Matthew Ranostay | d973775 | 2008-09-07 12:03:41 +0200 | [diff] [blame] | 371 | 0x22, 0x23, |
| 372 | }; |
| 373 | |
Takashi Iwai | 6479c63 | 2009-07-28 18:20:25 +0200 | [diff] [blame] | 374 | #define STAC92HD73XX_NUM_CAPS 2 |
Takashi Iwai | 2b63536 | 2011-05-02 12:33:43 +0200 | [diff] [blame] | 375 | static const unsigned long stac92hd73xx_capvols[] = { |
Takashi Iwai | 6479c63 | 2009-07-28 18:20:25 +0200 | [diff] [blame] | 376 | HDA_COMPOSE_AMP_VAL(0x20, 3, 0, HDA_OUTPUT), |
| 377 | HDA_COMPOSE_AMP_VAL(0x21, 3, 0, HDA_OUTPUT), |
| 378 | }; |
| 379 | #define stac92hd73xx_capsws stac92hd73xx_capvols |
| 380 | |
Matthew Ranostay | d0513fc | 2008-07-27 10:30:30 +0200 | [diff] [blame] | 381 | #define STAC92HD83_DAC_COUNT 3 |
Matthew Ranostay | d0513fc | 2008-07-27 10:30:30 +0200 | [diff] [blame] | 382 | |
Charles Chin | afef2cf | 2011-11-11 08:05:28 +0100 | [diff] [blame] | 383 | static const hda_nid_t stac92hd83xxx_pwr_nids[7] = { |
| 384 | 0x0a, 0x0b, 0x0c, 0xd, 0x0e, |
| 385 | 0x0f, 0x10 |
Matthew Ranostay | d0513fc | 2008-07-27 10:30:30 +0200 | [diff] [blame] | 386 | }; |
| 387 | |
Takashi Iwai | 2b63536 | 2011-05-02 12:33:43 +0200 | [diff] [blame] | 388 | static const hda_nid_t stac92hd83xxx_slave_dig_outs[2] = { |
Matthew Ranostay | 0ffa980 | 2008-09-08 11:20:05 -0400 | [diff] [blame] | 389 | 0x1e, 0, |
| 390 | }; |
| 391 | |
Takashi Iwai | 2b63536 | 2011-05-02 12:33:43 +0200 | [diff] [blame] | 392 | static const hda_nid_t stac92hd83xxx_dmic_nids[] = { |
Vitaliy Kulikov | 699d899 | 2011-03-10 13:43:35 -0600 | [diff] [blame] | 393 | 0x11, 0x20, |
Vitaliy Kulikov | ab5a6eb | 2010-09-08 09:00:17 +0200 | [diff] [blame] | 394 | }; |
| 395 | |
Takashi Iwai | 2b63536 | 2011-05-02 12:33:43 +0200 | [diff] [blame] | 396 | static const hda_nid_t stac92hd71bxx_pwr_nids[3] = { |
Matthew Ranostay | a64135a | 2008-01-10 16:55:06 +0100 | [diff] [blame] | 397 | 0x0a, 0x0d, 0x0f |
| 398 | }; |
| 399 | |
Takashi Iwai | 2b63536 | 2011-05-02 12:33:43 +0200 | [diff] [blame] | 400 | static const hda_nid_t stac92hd71bxx_adc_nids[2] = { |
Matthew Ranostay | e035b84 | 2007-11-06 11:53:55 +0100 | [diff] [blame] | 401 | 0x12, 0x13, |
| 402 | }; |
| 403 | |
Takashi Iwai | 2b63536 | 2011-05-02 12:33:43 +0200 | [diff] [blame] | 404 | static const hda_nid_t stac92hd71bxx_mux_nids[2] = { |
Matthew Ranostay | e035b84 | 2007-11-06 11:53:55 +0100 | [diff] [blame] | 405 | 0x1a, 0x1b |
| 406 | }; |
| 407 | |
Takashi Iwai | 2b63536 | 2011-05-02 12:33:43 +0200 | [diff] [blame] | 408 | static const hda_nid_t stac92hd71bxx_dmux_nids[2] = { |
Matthew Ranostay | 4b33c76 | 2008-10-10 09:07:23 -0400 | [diff] [blame] | 409 | 0x1c, 0x1d, |
Matthew Ranostay | e1f0d66 | 2007-12-13 17:47:21 +0100 | [diff] [blame] | 410 | }; |
| 411 | |
Takashi Iwai | 2b63536 | 2011-05-02 12:33:43 +0200 | [diff] [blame] | 412 | static const hda_nid_t stac92hd71bxx_smux_nids[2] = { |
Matthew Ranostay | d973775 | 2008-09-07 12:03:41 +0200 | [diff] [blame] | 413 | 0x24, 0x25, |
| 414 | }; |
| 415 | |
Matthew Ranostay | e035b84 | 2007-11-06 11:53:55 +0100 | [diff] [blame] | 416 | #define STAC92HD71BXX_NUM_DMICS 2 |
Takashi Iwai | 2b63536 | 2011-05-02 12:33:43 +0200 | [diff] [blame] | 417 | static const hda_nid_t stac92hd71bxx_dmic_nids[STAC92HD71BXX_NUM_DMICS + 1] = { |
Matthew Ranostay | e035b84 | 2007-11-06 11:53:55 +0100 | [diff] [blame] | 418 | 0x18, 0x19, 0 |
| 419 | }; |
| 420 | |
Takashi Iwai | 2b63536 | 2011-05-02 12:33:43 +0200 | [diff] [blame] | 421 | static const hda_nid_t stac92hd71bxx_dmic_5port_nids[STAC92HD71BXX_NUM_DMICS] = { |
| 422 | 0x18, 0 |
| 423 | }; |
| 424 | |
| 425 | static const hda_nid_t stac92hd71bxx_slave_dig_outs[2] = { |
Matthew Ranostay | 0ffa980 | 2008-09-08 11:20:05 -0400 | [diff] [blame] | 426 | 0x22, 0 |
| 427 | }; |
| 428 | |
Takashi Iwai | 6479c63 | 2009-07-28 18:20:25 +0200 | [diff] [blame] | 429 | #define STAC92HD71BXX_NUM_CAPS 2 |
Takashi Iwai | 2b63536 | 2011-05-02 12:33:43 +0200 | [diff] [blame] | 430 | static const unsigned long stac92hd71bxx_capvols[] = { |
Takashi Iwai | 6479c63 | 2009-07-28 18:20:25 +0200 | [diff] [blame] | 431 | HDA_COMPOSE_AMP_VAL(0x1c, 3, 0, HDA_OUTPUT), |
| 432 | HDA_COMPOSE_AMP_VAL(0x1d, 3, 0, HDA_OUTPUT), |
| 433 | }; |
| 434 | #define stac92hd71bxx_capsws stac92hd71bxx_capvols |
| 435 | |
Takashi Iwai | 2b63536 | 2011-05-02 12:33:43 +0200 | [diff] [blame] | 436 | static const hda_nid_t stac925x_adc_nids[1] = { |
Tobin Davis | 8e21c34 | 2007-01-08 11:04:17 +0100 | [diff] [blame] | 437 | 0x03, |
| 438 | }; |
| 439 | |
Takashi Iwai | 2b63536 | 2011-05-02 12:33:43 +0200 | [diff] [blame] | 440 | static const hda_nid_t stac925x_mux_nids[1] = { |
Tobin Davis | 8e21c34 | 2007-01-08 11:04:17 +0100 | [diff] [blame] | 441 | 0x0f, |
| 442 | }; |
| 443 | |
Takashi Iwai | 2b63536 | 2011-05-02 12:33:43 +0200 | [diff] [blame] | 444 | static const hda_nid_t stac925x_dac_nids[1] = { |
Tobin Davis | 8e21c34 | 2007-01-08 11:04:17 +0100 | [diff] [blame] | 445 | 0x02, |
| 446 | }; |
| 447 | |
Takashi Iwai | f6e9852 | 2007-10-16 14:27:04 +0200 | [diff] [blame] | 448 | #define STAC925X_NUM_DMICS 1 |
Takashi Iwai | 2b63536 | 2011-05-02 12:33:43 +0200 | [diff] [blame] | 449 | static const hda_nid_t stac925x_dmic_nids[STAC925X_NUM_DMICS + 1] = { |
Takashi Iwai | f6e9852 | 2007-10-16 14:27:04 +0200 | [diff] [blame] | 450 | 0x15, 0 |
Tobin Davis | 2c11f95 | 2007-05-17 09:36:34 +0200 | [diff] [blame] | 451 | }; |
| 452 | |
Takashi Iwai | 2b63536 | 2011-05-02 12:33:43 +0200 | [diff] [blame] | 453 | static const hda_nid_t stac925x_dmux_nids[1] = { |
Takashi Iwai | 1697055e | 2007-12-18 18:05:52 +0100 | [diff] [blame] | 454 | 0x14, |
| 455 | }; |
| 456 | |
Takashi Iwai | 2b63536 | 2011-05-02 12:33:43 +0200 | [diff] [blame] | 457 | static const unsigned long stac925x_capvols[] = { |
Takashi Iwai | 6479c63 | 2009-07-28 18:20:25 +0200 | [diff] [blame] | 458 | HDA_COMPOSE_AMP_VAL(0x09, 3, 0, HDA_OUTPUT), |
| 459 | }; |
Takashi Iwai | 2b63536 | 2011-05-02 12:33:43 +0200 | [diff] [blame] | 460 | static const unsigned long stac925x_capsws[] = { |
Takashi Iwai | 6479c63 | 2009-07-28 18:20:25 +0200 | [diff] [blame] | 461 | HDA_COMPOSE_AMP_VAL(0x14, 3, 0, HDA_OUTPUT), |
| 462 | }; |
| 463 | |
Takashi Iwai | 2b63536 | 2011-05-02 12:33:43 +0200 | [diff] [blame] | 464 | static const hda_nid_t stac922x_adc_nids[2] = { |
Matt | 2f2f425 | 2005-04-13 14:45:30 +0200 | [diff] [blame] | 465 | 0x06, 0x07, |
| 466 | }; |
| 467 | |
Takashi Iwai | 2b63536 | 2011-05-02 12:33:43 +0200 | [diff] [blame] | 468 | static const hda_nid_t stac922x_mux_nids[2] = { |
Matt | 2f2f425 | 2005-04-13 14:45:30 +0200 | [diff] [blame] | 469 | 0x12, 0x13, |
| 470 | }; |
| 471 | |
Takashi Iwai | 6479c63 | 2009-07-28 18:20:25 +0200 | [diff] [blame] | 472 | #define STAC922X_NUM_CAPS 2 |
Takashi Iwai | 2b63536 | 2011-05-02 12:33:43 +0200 | [diff] [blame] | 473 | static const unsigned long stac922x_capvols[] = { |
Takashi Iwai | 6479c63 | 2009-07-28 18:20:25 +0200 | [diff] [blame] | 474 | HDA_COMPOSE_AMP_VAL(0x17, 3, 0, HDA_INPUT), |
| 475 | HDA_COMPOSE_AMP_VAL(0x18, 3, 0, HDA_INPUT), |
| 476 | }; |
| 477 | #define stac922x_capsws stac922x_capvols |
| 478 | |
Takashi Iwai | 2b63536 | 2011-05-02 12:33:43 +0200 | [diff] [blame] | 479 | static const hda_nid_t stac927x_slave_dig_outs[2] = { |
Matthew Ranostay | 45c1d85 | 2009-02-04 17:49:41 -0500 | [diff] [blame] | 480 | 0x1f, 0, |
| 481 | }; |
| 482 | |
Takashi Iwai | 2b63536 | 2011-05-02 12:33:43 +0200 | [diff] [blame] | 483 | static const hda_nid_t stac927x_adc_nids[3] = { |
Matt Porter | 3cc08dc | 2006-01-23 15:27:49 +0100 | [diff] [blame] | 484 | 0x07, 0x08, 0x09 |
| 485 | }; |
| 486 | |
Takashi Iwai | 2b63536 | 2011-05-02 12:33:43 +0200 | [diff] [blame] | 487 | static const hda_nid_t stac927x_mux_nids[3] = { |
Matt Porter | 3cc08dc | 2006-01-23 15:27:49 +0100 | [diff] [blame] | 488 | 0x15, 0x16, 0x17 |
| 489 | }; |
| 490 | |
Takashi Iwai | 2b63536 | 2011-05-02 12:33:43 +0200 | [diff] [blame] | 491 | static const hda_nid_t stac927x_smux_nids[1] = { |
Matthew Ranostay | d973775 | 2008-09-07 12:03:41 +0200 | [diff] [blame] | 492 | 0x21, |
| 493 | }; |
| 494 | |
Takashi Iwai | 2b63536 | 2011-05-02 12:33:43 +0200 | [diff] [blame] | 495 | static const hda_nid_t stac927x_dac_nids[6] = { |
Matthew Ranostay | b76c850 | 2008-02-06 14:49:44 +0100 | [diff] [blame] | 496 | 0x02, 0x03, 0x04, 0x05, 0x06, 0 |
| 497 | }; |
| 498 | |
Takashi Iwai | 2b63536 | 2011-05-02 12:33:43 +0200 | [diff] [blame] | 499 | static const hda_nid_t stac927x_dmux_nids[1] = { |
Matthew Ranostay | e1f0d66 | 2007-12-13 17:47:21 +0100 | [diff] [blame] | 500 | 0x1b, |
| 501 | }; |
| 502 | |
Matthew Ranostay | 7f16859 | 2007-10-18 17:38:17 +0200 | [diff] [blame] | 503 | #define STAC927X_NUM_DMICS 2 |
Takashi Iwai | 2b63536 | 2011-05-02 12:33:43 +0200 | [diff] [blame] | 504 | static const hda_nid_t stac927x_dmic_nids[STAC927X_NUM_DMICS + 1] = { |
Matthew Ranostay | 7f16859 | 2007-10-18 17:38:17 +0200 | [diff] [blame] | 505 | 0x13, 0x14, 0 |
| 506 | }; |
| 507 | |
Takashi Iwai | 6479c63 | 2009-07-28 18:20:25 +0200 | [diff] [blame] | 508 | #define STAC927X_NUM_CAPS 3 |
Takashi Iwai | 2b63536 | 2011-05-02 12:33:43 +0200 | [diff] [blame] | 509 | static const unsigned long stac927x_capvols[] = { |
Takashi Iwai | 6479c63 | 2009-07-28 18:20:25 +0200 | [diff] [blame] | 510 | HDA_COMPOSE_AMP_VAL(0x18, 3, 0, HDA_INPUT), |
| 511 | HDA_COMPOSE_AMP_VAL(0x19, 3, 0, HDA_INPUT), |
| 512 | HDA_COMPOSE_AMP_VAL(0x1a, 3, 0, HDA_INPUT), |
| 513 | }; |
Takashi Iwai | 2b63536 | 2011-05-02 12:33:43 +0200 | [diff] [blame] | 514 | static const unsigned long stac927x_capsws[] = { |
Takashi Iwai | 6479c63 | 2009-07-28 18:20:25 +0200 | [diff] [blame] | 515 | HDA_COMPOSE_AMP_VAL(0x1b, 3, 0, HDA_OUTPUT), |
| 516 | HDA_COMPOSE_AMP_VAL(0x1c, 3, 0, HDA_OUTPUT), |
| 517 | HDA_COMPOSE_AMP_VAL(0x1d, 3, 0, HDA_OUTPUT), |
| 518 | }; |
| 519 | |
Takashi Iwai | ea73496 | 2011-01-17 11:29:34 +0100 | [diff] [blame] | 520 | static const char * const stac927x_spdif_labels[5] = { |
Matthew Ranostay | 6597363 | 2008-09-16 10:39:37 -0400 | [diff] [blame] | 521 | "Digital Playback", "ADAT", "Analog Mux 1", |
| 522 | "Analog Mux 2", "Analog Mux 3" |
| 523 | }; |
| 524 | |
Takashi Iwai | 2b63536 | 2011-05-02 12:33:43 +0200 | [diff] [blame] | 525 | static const hda_nid_t stac9205_adc_nids[2] = { |
Matt Porter | f3302a5 | 2006-07-31 12:49:34 +0200 | [diff] [blame] | 526 | 0x12, 0x13 |
| 527 | }; |
| 528 | |
Takashi Iwai | 2b63536 | 2011-05-02 12:33:43 +0200 | [diff] [blame] | 529 | static const hda_nid_t stac9205_mux_nids[2] = { |
Matt Porter | f3302a5 | 2006-07-31 12:49:34 +0200 | [diff] [blame] | 530 | 0x19, 0x1a |
| 531 | }; |
| 532 | |
Takashi Iwai | 2b63536 | 2011-05-02 12:33:43 +0200 | [diff] [blame] | 533 | static const hda_nid_t stac9205_dmux_nids[1] = { |
Takashi Iwai | 1697055e | 2007-12-18 18:05:52 +0100 | [diff] [blame] | 534 | 0x1d, |
Matthew Ranostay | e1f0d66 | 2007-12-13 17:47:21 +0100 | [diff] [blame] | 535 | }; |
| 536 | |
Takashi Iwai | 2b63536 | 2011-05-02 12:33:43 +0200 | [diff] [blame] | 537 | static const hda_nid_t stac9205_smux_nids[1] = { |
Matthew Ranostay | d973775 | 2008-09-07 12:03:41 +0200 | [diff] [blame] | 538 | 0x21, |
| 539 | }; |
| 540 | |
Takashi Iwai | f6e9852 | 2007-10-16 14:27:04 +0200 | [diff] [blame] | 541 | #define STAC9205_NUM_DMICS 2 |
Takashi Iwai | 2b63536 | 2011-05-02 12:33:43 +0200 | [diff] [blame] | 542 | static const hda_nid_t stac9205_dmic_nids[STAC9205_NUM_DMICS + 1] = { |
Takashi Iwai | f6e9852 | 2007-10-16 14:27:04 +0200 | [diff] [blame] | 543 | 0x17, 0x18, 0 |
Matt Porter | 8b65727 | 2006-10-26 17:12:59 +0200 | [diff] [blame] | 544 | }; |
| 545 | |
Takashi Iwai | 6479c63 | 2009-07-28 18:20:25 +0200 | [diff] [blame] | 546 | #define STAC9205_NUM_CAPS 2 |
Takashi Iwai | 2b63536 | 2011-05-02 12:33:43 +0200 | [diff] [blame] | 547 | static const unsigned long stac9205_capvols[] = { |
Takashi Iwai | 6479c63 | 2009-07-28 18:20:25 +0200 | [diff] [blame] | 548 | HDA_COMPOSE_AMP_VAL(0x1b, 3, 0, HDA_INPUT), |
| 549 | HDA_COMPOSE_AMP_VAL(0x1c, 3, 0, HDA_INPUT), |
| 550 | }; |
Takashi Iwai | 2b63536 | 2011-05-02 12:33:43 +0200 | [diff] [blame] | 551 | static const unsigned long stac9205_capsws[] = { |
Takashi Iwai | 6479c63 | 2009-07-28 18:20:25 +0200 | [diff] [blame] | 552 | HDA_COMPOSE_AMP_VAL(0x1d, 3, 0, HDA_OUTPUT), |
| 553 | HDA_COMPOSE_AMP_VAL(0x1e, 3, 0, HDA_OUTPUT), |
| 554 | }; |
| 555 | |
Takashi Iwai | 2b63536 | 2011-05-02 12:33:43 +0200 | [diff] [blame] | 556 | static const hda_nid_t stac9200_pin_nids[8] = { |
Tobin Davis | 93ed150 | 2006-09-01 21:03:12 +0200 | [diff] [blame] | 557 | 0x08, 0x09, 0x0d, 0x0e, |
| 558 | 0x0f, 0x10, 0x11, 0x12, |
Matt | 2f2f425 | 2005-04-13 14:45:30 +0200 | [diff] [blame] | 559 | }; |
| 560 | |
Takashi Iwai | 2b63536 | 2011-05-02 12:33:43 +0200 | [diff] [blame] | 561 | static const hda_nid_t stac925x_pin_nids[8] = { |
Tobin Davis | 8e21c34 | 2007-01-08 11:04:17 +0100 | [diff] [blame] | 562 | 0x07, 0x08, 0x0a, 0x0b, |
| 563 | 0x0c, 0x0d, 0x10, 0x11, |
| 564 | }; |
| 565 | |
Takashi Iwai | 2b63536 | 2011-05-02 12:33:43 +0200 | [diff] [blame] | 566 | static const hda_nid_t stac922x_pin_nids[10] = { |
Matt | 2f2f425 | 2005-04-13 14:45:30 +0200 | [diff] [blame] | 567 | 0x0a, 0x0b, 0x0c, 0x0d, 0x0e, |
| 568 | 0x0f, 0x10, 0x11, 0x15, 0x1b, |
| 569 | }; |
| 570 | |
Takashi Iwai | 2b63536 | 2011-05-02 12:33:43 +0200 | [diff] [blame] | 571 | static const hda_nid_t stac92hd73xx_pin_nids[13] = { |
Matthew Ranostay | e1f0d66 | 2007-12-13 17:47:21 +0100 | [diff] [blame] | 572 | 0x0a, 0x0b, 0x0c, 0x0d, 0x0e, |
| 573 | 0x0f, 0x10, 0x11, 0x12, 0x13, |
Matthew Ranostay | d973775 | 2008-09-07 12:03:41 +0200 | [diff] [blame] | 574 | 0x14, 0x22, 0x23 |
Matthew Ranostay | e1f0d66 | 2007-12-13 17:47:21 +0100 | [diff] [blame] | 575 | }; |
| 576 | |
Herton Ronaldo Krzesinski | 616f89e | 2009-02-04 11:23:19 -0500 | [diff] [blame] | 577 | #define STAC92HD71BXX_NUM_PINS 13 |
Takashi Iwai | 2b63536 | 2011-05-02 12:33:43 +0200 | [diff] [blame] | 578 | static const hda_nid_t stac92hd71bxx_pin_nids_4port[STAC92HD71BXX_NUM_PINS] = { |
Herton Ronaldo Krzesinski | 616f89e | 2009-02-04 11:23:19 -0500 | [diff] [blame] | 579 | 0x0a, 0x0b, 0x0c, 0x0d, 0x00, |
| 580 | 0x00, 0x14, 0x18, 0x19, 0x1e, |
| 581 | 0x1f, 0x20, 0x27 |
| 582 | }; |
Takashi Iwai | 2b63536 | 2011-05-02 12:33:43 +0200 | [diff] [blame] | 583 | static const hda_nid_t stac92hd71bxx_pin_nids_6port[STAC92HD71BXX_NUM_PINS] = { |
Matthew Ranostay | e035b84 | 2007-11-06 11:53:55 +0100 | [diff] [blame] | 584 | 0x0a, 0x0b, 0x0c, 0x0d, 0x0e, |
| 585 | 0x0f, 0x14, 0x18, 0x19, 0x1e, |
Herton Ronaldo Krzesinski | 616f89e | 2009-02-04 11:23:19 -0500 | [diff] [blame] | 586 | 0x1f, 0x20, 0x27 |
Matthew Ranostay | e035b84 | 2007-11-06 11:53:55 +0100 | [diff] [blame] | 587 | }; |
| 588 | |
Takashi Iwai | 2b63536 | 2011-05-02 12:33:43 +0200 | [diff] [blame] | 589 | static const hda_nid_t stac927x_pin_nids[14] = { |
Matt Porter | 3cc08dc | 2006-01-23 15:27:49 +0100 | [diff] [blame] | 590 | 0x0a, 0x0b, 0x0c, 0x0d, 0x0e, |
| 591 | 0x0f, 0x10, 0x11, 0x12, 0x13, |
| 592 | 0x14, 0x21, 0x22, 0x23, |
| 593 | }; |
| 594 | |
Takashi Iwai | 2b63536 | 2011-05-02 12:33:43 +0200 | [diff] [blame] | 595 | static const hda_nid_t stac9205_pin_nids[12] = { |
Matt Porter | f3302a5 | 2006-07-31 12:49:34 +0200 | [diff] [blame] | 596 | 0x0a, 0x0b, 0x0c, 0x0d, 0x0e, |
| 597 | 0x0f, 0x14, 0x16, 0x17, 0x18, |
| 598 | 0x21, 0x22, |
Matt Porter | f3302a5 | 2006-07-31 12:49:34 +0200 | [diff] [blame] | 599 | }; |
| 600 | |
Matt Porter | 8b65727 | 2006-10-26 17:12:59 +0200 | [diff] [blame] | 601 | static int stac92xx_dmux_enum_info(struct snd_kcontrol *kcontrol, |
| 602 | struct snd_ctl_elem_info *uinfo) |
| 603 | { |
| 604 | struct hda_codec *codec = snd_kcontrol_chip(kcontrol); |
| 605 | struct sigmatel_spec *spec = codec->spec; |
| 606 | return snd_hda_input_mux_info(spec->dinput_mux, uinfo); |
| 607 | } |
| 608 | |
| 609 | static int stac92xx_dmux_enum_get(struct snd_kcontrol *kcontrol, |
| 610 | struct snd_ctl_elem_value *ucontrol) |
| 611 | { |
| 612 | struct hda_codec *codec = snd_kcontrol_chip(kcontrol); |
| 613 | struct sigmatel_spec *spec = codec->spec; |
Matthew Ranostay | e1f0d66 | 2007-12-13 17:47:21 +0100 | [diff] [blame] | 614 | unsigned int dmux_idx = snd_ctl_get_ioffidx(kcontrol, &ucontrol->id); |
Matt Porter | 8b65727 | 2006-10-26 17:12:59 +0200 | [diff] [blame] | 615 | |
Matthew Ranostay | e1f0d66 | 2007-12-13 17:47:21 +0100 | [diff] [blame] | 616 | ucontrol->value.enumerated.item[0] = spec->cur_dmux[dmux_idx]; |
Matt Porter | 8b65727 | 2006-10-26 17:12:59 +0200 | [diff] [blame] | 617 | return 0; |
| 618 | } |
| 619 | |
| 620 | static int stac92xx_dmux_enum_put(struct snd_kcontrol *kcontrol, |
| 621 | struct snd_ctl_elem_value *ucontrol) |
| 622 | { |
| 623 | struct hda_codec *codec = snd_kcontrol_chip(kcontrol); |
| 624 | struct sigmatel_spec *spec = codec->spec; |
Matthew Ranostay | e1f0d66 | 2007-12-13 17:47:21 +0100 | [diff] [blame] | 625 | unsigned int dmux_idx = snd_ctl_get_ioffidx(kcontrol, &ucontrol->id); |
Matt Porter | 8b65727 | 2006-10-26 17:12:59 +0200 | [diff] [blame] | 626 | |
| 627 | return snd_hda_input_mux_put(codec, spec->dinput_mux, ucontrol, |
Matthew Ranostay | e1f0d66 | 2007-12-13 17:47:21 +0100 | [diff] [blame] | 628 | spec->dmux_nids[dmux_idx], &spec->cur_dmux[dmux_idx]); |
Matt Porter | 8b65727 | 2006-10-26 17:12:59 +0200 | [diff] [blame] | 629 | } |
| 630 | |
Matthew Ranostay | d973775 | 2008-09-07 12:03:41 +0200 | [diff] [blame] | 631 | static int stac92xx_smux_enum_info(struct snd_kcontrol *kcontrol, |
| 632 | struct snd_ctl_elem_info *uinfo) |
| 633 | { |
| 634 | struct hda_codec *codec = snd_kcontrol_chip(kcontrol); |
| 635 | struct sigmatel_spec *spec = codec->spec; |
| 636 | return snd_hda_input_mux_info(spec->sinput_mux, uinfo); |
| 637 | } |
| 638 | |
| 639 | static int stac92xx_smux_enum_get(struct snd_kcontrol *kcontrol, |
| 640 | struct snd_ctl_elem_value *ucontrol) |
| 641 | { |
| 642 | struct hda_codec *codec = snd_kcontrol_chip(kcontrol); |
| 643 | struct sigmatel_spec *spec = codec->spec; |
| 644 | unsigned int smux_idx = snd_ctl_get_ioffidx(kcontrol, &ucontrol->id); |
| 645 | |
| 646 | ucontrol->value.enumerated.item[0] = spec->cur_smux[smux_idx]; |
| 647 | return 0; |
| 648 | } |
| 649 | |
| 650 | static int stac92xx_smux_enum_put(struct snd_kcontrol *kcontrol, |
| 651 | struct snd_ctl_elem_value *ucontrol) |
| 652 | { |
| 653 | struct hda_codec *codec = snd_kcontrol_chip(kcontrol); |
| 654 | struct sigmatel_spec *spec = codec->spec; |
Matthew Ranostay | 00ef50c | 2008-09-27 18:13:47 -0400 | [diff] [blame] | 655 | struct hda_input_mux *smux = &spec->private_smux; |
Matthew Ranostay | d973775 | 2008-09-07 12:03:41 +0200 | [diff] [blame] | 656 | unsigned int smux_idx = snd_ctl_get_ioffidx(kcontrol, &ucontrol->id); |
Matthew Ranostay | 00ef50c | 2008-09-27 18:13:47 -0400 | [diff] [blame] | 657 | int err, val; |
| 658 | hda_nid_t nid; |
Matthew Ranostay | d973775 | 2008-09-07 12:03:41 +0200 | [diff] [blame] | 659 | |
Matthew Ranostay | 00ef50c | 2008-09-27 18:13:47 -0400 | [diff] [blame] | 660 | err = snd_hda_input_mux_put(codec, spec->sinput_mux, ucontrol, |
Matthew Ranostay | d973775 | 2008-09-07 12:03:41 +0200 | [diff] [blame] | 661 | spec->smux_nids[smux_idx], &spec->cur_smux[smux_idx]); |
Matthew Ranostay | 00ef50c | 2008-09-27 18:13:47 -0400 | [diff] [blame] | 662 | if (err < 0) |
| 663 | return err; |
| 664 | |
| 665 | if (spec->spdif_mute) { |
| 666 | if (smux_idx == 0) |
| 667 | nid = spec->multiout.dig_out_nid; |
| 668 | else |
| 669 | nid = codec->slave_dig_outs[smux_idx - 1]; |
| 670 | if (spec->cur_smux[smux_idx] == smux->num_items - 1) |
Takashi Iwai | c9b46f9 | 2008-12-01 11:42:09 +0100 | [diff] [blame] | 671 | val = HDA_AMP_MUTE; |
Matthew Ranostay | 00ef50c | 2008-09-27 18:13:47 -0400 | [diff] [blame] | 672 | else |
Takashi Iwai | c9b46f9 | 2008-12-01 11:42:09 +0100 | [diff] [blame] | 673 | val = 0; |
Matthew Ranostay | 00ef50c | 2008-09-27 18:13:47 -0400 | [diff] [blame] | 674 | /* un/mute SPDIF out */ |
Takashi Iwai | c9b46f9 | 2008-12-01 11:42:09 +0100 | [diff] [blame] | 675 | snd_hda_codec_amp_stereo(codec, nid, HDA_OUTPUT, 0, |
| 676 | HDA_AMP_MUTE, val); |
Matthew Ranostay | 00ef50c | 2008-09-27 18:13:47 -0400 | [diff] [blame] | 677 | } |
| 678 | return 0; |
Matthew Ranostay | d973775 | 2008-09-07 12:03:41 +0200 | [diff] [blame] | 679 | } |
| 680 | |
Vitaliy Kulikov | 45eebda | 2011-07-26 16:56:20 -0500 | [diff] [blame] | 681 | static int stac_vrefout_set(struct hda_codec *codec, |
| 682 | hda_nid_t nid, unsigned int new_vref) |
| 683 | { |
| 684 | int error, pinctl; |
| 685 | |
| 686 | snd_printdd("%s, nid %x ctl %x\n", __func__, nid, new_vref); |
| 687 | pinctl = snd_hda_codec_read(codec, nid, 0, |
| 688 | AC_VERB_GET_PIN_WIDGET_CONTROL, 0); |
| 689 | |
| 690 | if (pinctl < 0) |
| 691 | return pinctl; |
| 692 | |
| 693 | pinctl &= 0xff; |
| 694 | pinctl &= ~AC_PINCTL_VREFEN; |
| 695 | pinctl |= (new_vref & AC_PINCTL_VREFEN); |
| 696 | |
Takashi Iwai | cdd03ce | 2012-04-20 12:34:50 +0200 | [diff] [blame] | 697 | error = snd_hda_set_pin_ctl_cache(codec, nid, pinctl); |
Vitaliy Kulikov | 45eebda | 2011-07-26 16:56:20 -0500 | [diff] [blame] | 698 | if (error < 0) |
| 699 | return error; |
| 700 | |
| 701 | return 1; |
| 702 | } |
| 703 | |
Nickolas Lloyd | 2fc9989 | 2009-05-15 15:33:30 +0200 | [diff] [blame] | 704 | static unsigned int stac92xx_vref_set(struct hda_codec *codec, |
| 705 | hda_nid_t nid, unsigned int new_vref) |
| 706 | { |
Takashi Iwai | b862151 | 2009-06-22 08:00:10 +0200 | [diff] [blame] | 707 | int error; |
Nickolas Lloyd | 2fc9989 | 2009-05-15 15:33:30 +0200 | [diff] [blame] | 708 | unsigned int pincfg; |
| 709 | pincfg = snd_hda_codec_read(codec, nid, 0, |
| 710 | AC_VERB_GET_PIN_WIDGET_CONTROL, 0); |
| 711 | |
| 712 | pincfg &= 0xff; |
| 713 | pincfg &= ~(AC_PINCTL_VREFEN | AC_PINCTL_IN_EN | AC_PINCTL_OUT_EN); |
| 714 | pincfg |= new_vref; |
| 715 | |
| 716 | if (new_vref == AC_PINCTL_VREF_HIZ) |
| 717 | pincfg |= AC_PINCTL_OUT_EN; |
| 718 | else |
| 719 | pincfg |= AC_PINCTL_IN_EN; |
| 720 | |
Takashi Iwai | cdd03ce | 2012-04-20 12:34:50 +0200 | [diff] [blame] | 721 | error = snd_hda_set_pin_ctl_cache(codec, nid, pincfg); |
Nickolas Lloyd | 2fc9989 | 2009-05-15 15:33:30 +0200 | [diff] [blame] | 722 | if (error < 0) |
| 723 | return error; |
| 724 | else |
| 725 | return 1; |
| 726 | } |
| 727 | |
| 728 | static unsigned int stac92xx_vref_get(struct hda_codec *codec, hda_nid_t nid) |
| 729 | { |
| 730 | unsigned int vref; |
| 731 | vref = snd_hda_codec_read(codec, nid, 0, |
| 732 | AC_VERB_GET_PIN_WIDGET_CONTROL, 0); |
| 733 | vref &= AC_PINCTL_VREFEN; |
| 734 | return vref; |
| 735 | } |
| 736 | |
Takashi Iwai | c8b6bf9 | 2005-11-17 14:57:47 +0100 | [diff] [blame] | 737 | static int stac92xx_mux_enum_info(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_info *uinfo) |
Matt | 2f2f425 | 2005-04-13 14:45:30 +0200 | [diff] [blame] | 738 | { |
| 739 | struct hda_codec *codec = snd_kcontrol_chip(kcontrol); |
| 740 | struct sigmatel_spec *spec = codec->spec; |
Matt | c7d4b2f | 2005-06-27 14:59:41 +0200 | [diff] [blame] | 741 | return snd_hda_input_mux_info(spec->input_mux, uinfo); |
Matt | 2f2f425 | 2005-04-13 14:45:30 +0200 | [diff] [blame] | 742 | } |
| 743 | |
Takashi Iwai | c8b6bf9 | 2005-11-17 14:57:47 +0100 | [diff] [blame] | 744 | static int stac92xx_mux_enum_get(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) |
Matt | 2f2f425 | 2005-04-13 14:45:30 +0200 | [diff] [blame] | 745 | { |
| 746 | struct hda_codec *codec = snd_kcontrol_chip(kcontrol); |
| 747 | struct sigmatel_spec *spec = codec->spec; |
| 748 | unsigned int adc_idx = snd_ctl_get_ioffidx(kcontrol, &ucontrol->id); |
| 749 | |
| 750 | ucontrol->value.enumerated.item[0] = spec->cur_mux[adc_idx]; |
| 751 | return 0; |
| 752 | } |
| 753 | |
Takashi Iwai | c8b6bf9 | 2005-11-17 14:57:47 +0100 | [diff] [blame] | 754 | static int stac92xx_mux_enum_put(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) |
Matt | 2f2f425 | 2005-04-13 14:45:30 +0200 | [diff] [blame] | 755 | { |
| 756 | struct hda_codec *codec = snd_kcontrol_chip(kcontrol); |
| 757 | struct sigmatel_spec *spec = codec->spec; |
| 758 | unsigned int adc_idx = snd_ctl_get_ioffidx(kcontrol, &ucontrol->id); |
Takashi Iwai | 5207e10 | 2009-07-30 13:09:08 +0200 | [diff] [blame] | 759 | const struct hda_input_mux *imux = spec->input_mux; |
Vitaliy Kulikov | 094a424 | 2011-03-09 19:47:43 -0600 | [diff] [blame] | 760 | unsigned int idx, prev_idx, didx; |
Matt | 2f2f425 | 2005-04-13 14:45:30 +0200 | [diff] [blame] | 761 | |
Takashi Iwai | 5207e10 | 2009-07-30 13:09:08 +0200 | [diff] [blame] | 762 | idx = ucontrol->value.enumerated.item[0]; |
| 763 | if (idx >= imux->num_items) |
| 764 | idx = imux->num_items - 1; |
| 765 | prev_idx = spec->cur_mux[adc_idx]; |
| 766 | if (prev_idx == idx) |
| 767 | return 0; |
| 768 | if (idx < spec->num_analog_muxes) { |
| 769 | snd_hda_codec_write_cache(codec, spec->mux_nids[adc_idx], 0, |
| 770 | AC_VERB_SET_CONNECT_SEL, |
| 771 | imux->items[idx].index); |
Vitaliy Kulikov | 094a424 | 2011-03-09 19:47:43 -0600 | [diff] [blame] | 772 | if (prev_idx >= spec->num_analog_muxes && |
| 773 | spec->mux_nids[adc_idx] != spec->dmux_nids[adc_idx]) { |
Takashi Iwai | 5207e10 | 2009-07-30 13:09:08 +0200 | [diff] [blame] | 774 | imux = spec->dinput_mux; |
| 775 | /* 0 = analog */ |
| 776 | snd_hda_codec_write_cache(codec, |
| 777 | spec->dmux_nids[adc_idx], 0, |
| 778 | AC_VERB_SET_CONNECT_SEL, |
| 779 | imux->items[0].index); |
| 780 | } |
| 781 | } else { |
| 782 | imux = spec->dinput_mux; |
Vitaliy Kulikov | 094a424 | 2011-03-09 19:47:43 -0600 | [diff] [blame] | 783 | /* first dimux item is hardcoded to select analog imux, |
| 784 | * so lets skip it |
| 785 | */ |
| 786 | didx = idx - spec->num_analog_muxes + 1; |
Takashi Iwai | 5207e10 | 2009-07-30 13:09:08 +0200 | [diff] [blame] | 787 | snd_hda_codec_write_cache(codec, spec->dmux_nids[adc_idx], 0, |
| 788 | AC_VERB_SET_CONNECT_SEL, |
Vitaliy Kulikov | 094a424 | 2011-03-09 19:47:43 -0600 | [diff] [blame] | 789 | imux->items[didx].index); |
Takashi Iwai | 5207e10 | 2009-07-30 13:09:08 +0200 | [diff] [blame] | 790 | } |
| 791 | spec->cur_mux[adc_idx] = idx; |
| 792 | return 1; |
Matt | 2f2f425 | 2005-04-13 14:45:30 +0200 | [diff] [blame] | 793 | } |
| 794 | |
Matthew Ranostay | b22b482 | 2008-01-22 12:32:30 +0100 | [diff] [blame] | 795 | static int stac92xx_mono_mux_enum_info(struct snd_kcontrol *kcontrol, |
| 796 | struct snd_ctl_elem_info *uinfo) |
| 797 | { |
| 798 | struct hda_codec *codec = snd_kcontrol_chip(kcontrol); |
| 799 | struct sigmatel_spec *spec = codec->spec; |
| 800 | return snd_hda_input_mux_info(spec->mono_mux, uinfo); |
| 801 | } |
| 802 | |
| 803 | static int stac92xx_mono_mux_enum_get(struct snd_kcontrol *kcontrol, |
| 804 | struct snd_ctl_elem_value *ucontrol) |
| 805 | { |
| 806 | struct hda_codec *codec = snd_kcontrol_chip(kcontrol); |
| 807 | struct sigmatel_spec *spec = codec->spec; |
| 808 | |
| 809 | ucontrol->value.enumerated.item[0] = spec->cur_mmux; |
| 810 | return 0; |
| 811 | } |
| 812 | |
| 813 | static int stac92xx_mono_mux_enum_put(struct snd_kcontrol *kcontrol, |
| 814 | struct snd_ctl_elem_value *ucontrol) |
| 815 | { |
| 816 | struct hda_codec *codec = snd_kcontrol_chip(kcontrol); |
| 817 | struct sigmatel_spec *spec = codec->spec; |
| 818 | |
| 819 | return snd_hda_input_mux_put(codec, spec->mono_mux, ucontrol, |
| 820 | spec->mono_nid, &spec->cur_mmux); |
| 821 | } |
| 822 | |
Maxim Levitsky | 5f10c4a | 2007-09-03 15:29:37 +0200 | [diff] [blame] | 823 | #define stac92xx_aloopback_info snd_ctl_boolean_mono_info |
| 824 | |
| 825 | static int stac92xx_aloopback_get(struct snd_kcontrol *kcontrol, |
| 826 | struct snd_ctl_elem_value *ucontrol) |
| 827 | { |
| 828 | struct hda_codec *codec = snd_kcontrol_chip(kcontrol); |
Matthew Ranostay | e1f0d66 | 2007-12-13 17:47:21 +0100 | [diff] [blame] | 829 | unsigned int idx = snd_ctl_get_ioffidx(kcontrol, &ucontrol->id); |
Maxim Levitsky | 5f10c4a | 2007-09-03 15:29:37 +0200 | [diff] [blame] | 830 | struct sigmatel_spec *spec = codec->spec; |
| 831 | |
Matthew Ranostay | e1f0d66 | 2007-12-13 17:47:21 +0100 | [diff] [blame] | 832 | ucontrol->value.integer.value[0] = !!(spec->aloopback & |
| 833 | (spec->aloopback_mask << idx)); |
Maxim Levitsky | 5f10c4a | 2007-09-03 15:29:37 +0200 | [diff] [blame] | 834 | return 0; |
| 835 | } |
| 836 | |
| 837 | static int stac92xx_aloopback_put(struct snd_kcontrol *kcontrol, |
| 838 | struct snd_ctl_elem_value *ucontrol) |
| 839 | { |
| 840 | struct hda_codec *codec = snd_kcontrol_chip(kcontrol); |
| 841 | struct sigmatel_spec *spec = codec->spec; |
Matthew Ranostay | e1f0d66 | 2007-12-13 17:47:21 +0100 | [diff] [blame] | 842 | unsigned int idx = snd_ctl_get_ioffidx(kcontrol, &ucontrol->id); |
Maxim Levitsky | 5f10c4a | 2007-09-03 15:29:37 +0200 | [diff] [blame] | 843 | unsigned int dac_mode; |
Matthew Ranostay | e1f0d66 | 2007-12-13 17:47:21 +0100 | [diff] [blame] | 844 | unsigned int val, idx_val; |
Maxim Levitsky | 5f10c4a | 2007-09-03 15:29:37 +0200 | [diff] [blame] | 845 | |
Matthew Ranostay | e1f0d66 | 2007-12-13 17:47:21 +0100 | [diff] [blame] | 846 | idx_val = spec->aloopback_mask << idx; |
| 847 | if (ucontrol->value.integer.value[0]) |
| 848 | val = spec->aloopback | idx_val; |
| 849 | else |
| 850 | val = spec->aloopback & ~idx_val; |
Takashi Iwai | 68ea7b2 | 2007-11-15 15:54:38 +0100 | [diff] [blame] | 851 | if (spec->aloopback == val) |
Maxim Levitsky | 5f10c4a | 2007-09-03 15:29:37 +0200 | [diff] [blame] | 852 | return 0; |
| 853 | |
Takashi Iwai | 68ea7b2 | 2007-11-15 15:54:38 +0100 | [diff] [blame] | 854 | spec->aloopback = val; |
Maxim Levitsky | 5f10c4a | 2007-09-03 15:29:37 +0200 | [diff] [blame] | 855 | |
Matthew Ranostay | e1f0d66 | 2007-12-13 17:47:21 +0100 | [diff] [blame] | 856 | /* Only return the bits defined by the shift value of the |
| 857 | * first two bytes of the mask |
| 858 | */ |
Maxim Levitsky | 5f10c4a | 2007-09-03 15:29:37 +0200 | [diff] [blame] | 859 | dac_mode = snd_hda_codec_read(codec, codec->afg, 0, |
Matthew Ranostay | e1f0d66 | 2007-12-13 17:47:21 +0100 | [diff] [blame] | 860 | kcontrol->private_value & 0xFFFF, 0x0); |
| 861 | dac_mode >>= spec->aloopback_shift; |
Maxim Levitsky | 5f10c4a | 2007-09-03 15:29:37 +0200 | [diff] [blame] | 862 | |
Matthew Ranostay | e1f0d66 | 2007-12-13 17:47:21 +0100 | [diff] [blame] | 863 | if (spec->aloopback & idx_val) { |
Maxim Levitsky | 5f10c4a | 2007-09-03 15:29:37 +0200 | [diff] [blame] | 864 | snd_hda_power_up(codec); |
Matthew Ranostay | e1f0d66 | 2007-12-13 17:47:21 +0100 | [diff] [blame] | 865 | dac_mode |= idx_val; |
Maxim Levitsky | 5f10c4a | 2007-09-03 15:29:37 +0200 | [diff] [blame] | 866 | } else { |
| 867 | snd_hda_power_down(codec); |
Matthew Ranostay | e1f0d66 | 2007-12-13 17:47:21 +0100 | [diff] [blame] | 868 | dac_mode &= ~idx_val; |
Maxim Levitsky | 5f10c4a | 2007-09-03 15:29:37 +0200 | [diff] [blame] | 869 | } |
| 870 | |
| 871 | snd_hda_codec_write_cache(codec, codec->afg, 0, |
| 872 | kcontrol->private_value >> 16, dac_mode); |
| 873 | |
| 874 | return 1; |
| 875 | } |
| 876 | |
Takashi Iwai | 2b63536 | 2011-05-02 12:33:43 +0200 | [diff] [blame] | 877 | static const struct hda_verb stac9200_core_init[] = { |
Matt | 2f2f425 | 2005-04-13 14:45:30 +0200 | [diff] [blame] | 878 | /* set dac0mux for dac converter */ |
Matt | c7d4b2f | 2005-06-27 14:59:41 +0200 | [diff] [blame] | 879 | { 0x07, AC_VERB_SET_CONNECT_SEL, 0x00}, |
Matt | 2f2f425 | 2005-04-13 14:45:30 +0200 | [diff] [blame] | 880 | {} |
| 881 | }; |
| 882 | |
Takashi Iwai | 2b63536 | 2011-05-02 12:33:43 +0200 | [diff] [blame] | 883 | static const struct hda_verb stac9200_eapd_init[] = { |
Takashi Iwai | 1194b5b | 2007-10-10 10:04:26 +0200 | [diff] [blame] | 884 | /* set dac0mux for dac converter */ |
| 885 | {0x07, AC_VERB_SET_CONNECT_SEL, 0x00}, |
| 886 | {0x08, AC_VERB_SET_EAPD_BTLENABLE, 0x02}, |
| 887 | {} |
| 888 | }; |
| 889 | |
Takashi Iwai | 2b63536 | 2011-05-02 12:33:43 +0200 | [diff] [blame] | 890 | static const struct hda_verb dell_eq_core_init[] = { |
Matthew Ranostay | d654a66 | 2008-03-14 08:46:51 +0100 | [diff] [blame] | 891 | /* set master volume to max value without distortion |
| 892 | * and direct control */ |
| 893 | { 0x1f, AC_VERB_SET_VOLUME_KNOB_CONTROL, 0xec}, |
Matthew Ranostay | d654a66 | 2008-03-14 08:46:51 +0100 | [diff] [blame] | 894 | {} |
| 895 | }; |
| 896 | |
Takashi Iwai | 2b63536 | 2011-05-02 12:33:43 +0200 | [diff] [blame] | 897 | static const struct hda_verb stac92hd73xx_core_init[] = { |
Matthew Ranostay | e1f0d66 | 2007-12-13 17:47:21 +0100 | [diff] [blame] | 898 | /* set master volume and direct control */ |
| 899 | { 0x1f, AC_VERB_SET_VOLUME_KNOB_CONTROL, 0xff}, |
Matthew Ranostay | e1f0d66 | 2007-12-13 17:47:21 +0100 | [diff] [blame] | 900 | {} |
| 901 | }; |
| 902 | |
Takashi Iwai | 2b63536 | 2011-05-02 12:33:43 +0200 | [diff] [blame] | 903 | static const struct hda_verb stac92hd83xxx_core_init[] = { |
Matthew Ranostay | d0513fc | 2008-07-27 10:30:30 +0200 | [diff] [blame] | 904 | /* power state controls amps */ |
| 905 | { 0x01, AC_VERB_SET_EAPD, 1 << 2}, |
Herton Ronaldo Krzesinski | 574f3c4 | 2008-12-23 16:53:00 -0200 | [diff] [blame] | 906 | {} |
Matthew Ranostay | d0513fc | 2008-07-27 10:30:30 +0200 | [diff] [blame] | 907 | }; |
| 908 | |
Vitaliy Kulikov | 5556e14 | 2012-02-27 16:47:37 -0600 | [diff] [blame] | 909 | static const struct hda_verb stac92hd83xxx_hp_zephyr_init[] = { |
| 910 | { 0x22, 0x785, 0x43 }, |
| 911 | { 0x22, 0x782, 0xe0 }, |
| 912 | { 0x22, 0x795, 0x00 }, |
| 913 | {} |
| 914 | }; |
| 915 | |
Takashi Iwai | 2b63536 | 2011-05-02 12:33:43 +0200 | [diff] [blame] | 916 | static const struct hda_verb stac92hd71bxx_core_init[] = { |
Matthew Ranostay | e035b84 | 2007-11-06 11:53:55 +0100 | [diff] [blame] | 917 | /* set master volume and direct control */ |
| 918 | { 0x28, AC_VERB_SET_VOLUME_KNOB_CONTROL, 0xff}, |
Herton Ronaldo Krzesinski | 574f3c4 | 2008-12-23 16:53:00 -0200 | [diff] [blame] | 919 | {} |
Matthew Ranostay | 541eee8 | 2007-12-14 12:08:04 +0100 | [diff] [blame] | 920 | }; |
| 921 | |
Takashi Iwai | 2b63536 | 2011-05-02 12:33:43 +0200 | [diff] [blame] | 922 | static const struct hda_verb stac92hd71bxx_unmute_core_init[] = { |
Matthew Ranostay | ca8d33f | 2009-01-26 09:33:52 -0500 | [diff] [blame] | 923 | /* unmute right and left channels for nodes 0x0f, 0xa, 0x0d */ |
| 924 | { 0x0f, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)}, |
Matthew Ranostay | e035b84 | 2007-11-06 11:53:55 +0100 | [diff] [blame] | 925 | { 0x0a, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)}, |
| 926 | { 0x0d, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(0)}, |
Matthew Ranostay | e035b84 | 2007-11-06 11:53:55 +0100 | [diff] [blame] | 927 | {} |
| 928 | }; |
| 929 | |
Takashi Iwai | 2b63536 | 2011-05-02 12:33:43 +0200 | [diff] [blame] | 930 | static const struct hda_verb stac925x_core_init[] = { |
Tobin Davis | 8e21c34 | 2007-01-08 11:04:17 +0100 | [diff] [blame] | 931 | /* set dac0mux for dac converter */ |
| 932 | { 0x06, AC_VERB_SET_CONNECT_SEL, 0x00}, |
Takashi Iwai | c9280d6 | 2009-01-15 17:31:00 +0100 | [diff] [blame] | 933 | /* mute the master volume */ |
| 934 | { 0x0e, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_MUTE }, |
Tobin Davis | 8e21c34 | 2007-01-08 11:04:17 +0100 | [diff] [blame] | 935 | {} |
| 936 | }; |
| 937 | |
Takashi Iwai | 2b63536 | 2011-05-02 12:33:43 +0200 | [diff] [blame] | 938 | static const struct hda_verb stac922x_core_init[] = { |
Matt | 2f2f425 | 2005-04-13 14:45:30 +0200 | [diff] [blame] | 939 | /* set master volume and direct control */ |
Matt | c7d4b2f | 2005-06-27 14:59:41 +0200 | [diff] [blame] | 940 | { 0x16, AC_VERB_SET_VOLUME_KNOB_CONTROL, 0xff}, |
Matt | 2f2f425 | 2005-04-13 14:45:30 +0200 | [diff] [blame] | 941 | {} |
| 942 | }; |
| 943 | |
Takashi Iwai | 2b63536 | 2011-05-02 12:33:43 +0200 | [diff] [blame] | 944 | static const struct hda_verb d965_core_init[] = { |
Takashi Iwai | 19039bd | 2006-06-28 15:52:16 +0200 | [diff] [blame] | 945 | /* set master volume and direct control */ |
Tobin Davis | 93ed150 | 2006-09-01 21:03:12 +0200 | [diff] [blame] | 946 | { 0x24, AC_VERB_SET_VOLUME_KNOB_CONTROL, 0xff}, |
Takashi Iwai | 19039bd | 2006-06-28 15:52:16 +0200 | [diff] [blame] | 947 | /* unmute node 0x1b */ |
| 948 | { 0x1b, AC_VERB_SET_AMP_GAIN_MUTE, 0xb000}, |
| 949 | /* select node 0x03 as DAC */ |
| 950 | { 0x0b, AC_VERB_SET_CONNECT_SEL, 0x01}, |
| 951 | {} |
| 952 | }; |
| 953 | |
Takashi Iwai | 2b63536 | 2011-05-02 12:33:43 +0200 | [diff] [blame] | 954 | static const struct hda_verb dell_3st_core_init[] = { |
Takashi Iwai | ccca7cd | 2009-10-13 15:32:21 +0200 | [diff] [blame] | 955 | /* don't set delta bit */ |
| 956 | {0x24, AC_VERB_SET_VOLUME_KNOB_CONTROL, 0x7f}, |
| 957 | /* unmute node 0x1b */ |
| 958 | {0x1b, AC_VERB_SET_AMP_GAIN_MUTE, 0xb000}, |
| 959 | /* select node 0x03 as DAC */ |
| 960 | {0x0b, AC_VERB_SET_CONNECT_SEL, 0x01}, |
| 961 | {} |
| 962 | }; |
| 963 | |
Takashi Iwai | 2b63536 | 2011-05-02 12:33:43 +0200 | [diff] [blame] | 964 | static const struct hda_verb stac927x_core_init[] = { |
Matt Porter | 3cc08dc | 2006-01-23 15:27:49 +0100 | [diff] [blame] | 965 | /* set master volume and direct control */ |
| 966 | { 0x24, AC_VERB_SET_VOLUME_KNOB_CONTROL, 0xff}, |
Matthew Ranostay | 1cd2224 | 2008-07-18 18:20:52 +0200 | [diff] [blame] | 967 | /* enable analog pc beep path */ |
| 968 | { 0x01, AC_VERB_SET_DIGI_CONVERT_2, 1 << 5}, |
Matt Porter | 3cc08dc | 2006-01-23 15:27:49 +0100 | [diff] [blame] | 969 | {} |
| 970 | }; |
| 971 | |
Takashi Iwai | 2b63536 | 2011-05-02 12:33:43 +0200 | [diff] [blame] | 972 | static const struct hda_verb stac927x_volknob_core_init[] = { |
Takashi Iwai | 5493053 | 2009-10-11 17:38:29 +0200 | [diff] [blame] | 973 | /* don't set delta bit */ |
| 974 | {0x24, AC_VERB_SET_VOLUME_KNOB_CONTROL, 0x7f}, |
| 975 | /* enable analog pc beep path */ |
| 976 | {0x01, AC_VERB_SET_DIGI_CONVERT_2, 1 << 5}, |
| 977 | {} |
| 978 | }; |
| 979 | |
Takashi Iwai | 2b63536 | 2011-05-02 12:33:43 +0200 | [diff] [blame] | 980 | static const struct hda_verb stac9205_core_init[] = { |
Matt Porter | f3302a5 | 2006-07-31 12:49:34 +0200 | [diff] [blame] | 981 | /* set master volume and direct control */ |
| 982 | { 0x24, AC_VERB_SET_VOLUME_KNOB_CONTROL, 0xff}, |
Matthew Ranostay | d0513fc | 2008-07-27 10:30:30 +0200 | [diff] [blame] | 983 | /* enable analog pc beep path */ |
| 984 | { 0x01, AC_VERB_SET_DIGI_CONVERT_2, 1 << 5}, |
Matt Porter | f3302a5 | 2006-07-31 12:49:34 +0200 | [diff] [blame] | 985 | {} |
| 986 | }; |
| 987 | |
Matthew Ranostay | b22b482 | 2008-01-22 12:32:30 +0100 | [diff] [blame] | 988 | #define STAC_MONO_MUX \ |
| 989 | { \ |
| 990 | .iface = SNDRV_CTL_ELEM_IFACE_MIXER, \ |
| 991 | .name = "Mono Mux", \ |
| 992 | .count = 1, \ |
| 993 | .info = stac92xx_mono_mux_enum_info, \ |
| 994 | .get = stac92xx_mono_mux_enum_get, \ |
| 995 | .put = stac92xx_mono_mux_enum_put, \ |
| 996 | } |
| 997 | |
Matthew Ranostay | e1f0d66 | 2007-12-13 17:47:21 +0100 | [diff] [blame] | 998 | #define STAC_ANALOG_LOOPBACK(verb_read, verb_write, cnt) \ |
Maxim Levitsky | 5f10c4a | 2007-09-03 15:29:37 +0200 | [diff] [blame] | 999 | { \ |
| 1000 | .iface = SNDRV_CTL_ELEM_IFACE_MIXER, \ |
| 1001 | .name = "Analog Loopback", \ |
Matthew Ranostay | e1f0d66 | 2007-12-13 17:47:21 +0100 | [diff] [blame] | 1002 | .count = cnt, \ |
Maxim Levitsky | 5f10c4a | 2007-09-03 15:29:37 +0200 | [diff] [blame] | 1003 | .info = stac92xx_aloopback_info, \ |
| 1004 | .get = stac92xx_aloopback_get, \ |
| 1005 | .put = stac92xx_aloopback_put, \ |
| 1006 | .private_value = verb_read | (verb_write << 16), \ |
| 1007 | } |
| 1008 | |
Nickolas Lloyd | 2fc9989 | 2009-05-15 15:33:30 +0200 | [diff] [blame] | 1009 | #define DC_BIAS(xname, idx, nid) \ |
| 1010 | { \ |
| 1011 | .iface = SNDRV_CTL_ELEM_IFACE_MIXER, \ |
| 1012 | .name = xname, \ |
| 1013 | .index = idx, \ |
| 1014 | .info = stac92xx_dc_bias_info, \ |
| 1015 | .get = stac92xx_dc_bias_get, \ |
| 1016 | .put = stac92xx_dc_bias_put, \ |
| 1017 | .private_value = nid, \ |
| 1018 | } |
| 1019 | |
Takashi Iwai | 2b63536 | 2011-05-02 12:33:43 +0200 | [diff] [blame] | 1020 | static const struct snd_kcontrol_new stac9200_mixer[] = { |
Takashi Iwai | 2faa3bf | 2012-03-12 12:30:22 +0100 | [diff] [blame] | 1021 | HDA_CODEC_VOLUME_MIN_MUTE("PCM Playback Volume", 0xb, 0, HDA_OUTPUT), |
| 1022 | HDA_CODEC_MUTE("PCM Playback Switch", 0xb, 0, HDA_OUTPUT), |
Matt | 2f2f425 | 2005-04-13 14:45:30 +0200 | [diff] [blame] | 1023 | HDA_CODEC_VOLUME("Capture Volume", 0x0a, 0, HDA_OUTPUT), |
| 1024 | HDA_CODEC_MUTE("Capture Switch", 0x0a, 0, HDA_OUTPUT), |
Matt | 2f2f425 | 2005-04-13 14:45:30 +0200 | [diff] [blame] | 1025 | { } /* end */ |
| 1026 | }; |
| 1027 | |
Takashi Iwai | 2b63536 | 2011-05-02 12:33:43 +0200 | [diff] [blame] | 1028 | static const struct snd_kcontrol_new stac92hd73xx_6ch_loopback[] = { |
Takashi Iwai | d78d7a9 | 2009-03-02 14:26:25 +0100 | [diff] [blame] | 1029 | STAC_ANALOG_LOOPBACK(0xFA0, 0x7A1, 3), |
| 1030 | {} |
| 1031 | }; |
Matthew Ranostay | e1f0d66 | 2007-12-13 17:47:21 +0100 | [diff] [blame] | 1032 | |
Takashi Iwai | 2b63536 | 2011-05-02 12:33:43 +0200 | [diff] [blame] | 1033 | static const struct snd_kcontrol_new stac92hd73xx_8ch_loopback[] = { |
Takashi Iwai | d78d7a9 | 2009-03-02 14:26:25 +0100 | [diff] [blame] | 1034 | STAC_ANALOG_LOOPBACK(0xFA0, 0x7A1, 4), |
| 1035 | {} |
| 1036 | }; |
| 1037 | |
Takashi Iwai | 2b63536 | 2011-05-02 12:33:43 +0200 | [diff] [blame] | 1038 | static const struct snd_kcontrol_new stac92hd73xx_10ch_loopback[] = { |
Takashi Iwai | d78d7a9 | 2009-03-02 14:26:25 +0100 | [diff] [blame] | 1039 | STAC_ANALOG_LOOPBACK(0xFA0, 0x7A1, 5), |
| 1040 | {} |
| 1041 | }; |
| 1042 | |
Matthew Ranostay | d0513fc | 2008-07-27 10:30:30 +0200 | [diff] [blame] | 1043 | |
Takashi Iwai | 2b63536 | 2011-05-02 12:33:43 +0200 | [diff] [blame] | 1044 | static const struct snd_kcontrol_new stac92hd71bxx_loopback[] = { |
Takashi Iwai | d78d7a9 | 2009-03-02 14:26:25 +0100 | [diff] [blame] | 1045 | STAC_ANALOG_LOOPBACK(0xFA0, 0x7A0, 2) |
| 1046 | }; |
Matthew Ranostay | 541eee8 | 2007-12-14 12:08:04 +0100 | [diff] [blame] | 1047 | |
Takashi Iwai | 2b63536 | 2011-05-02 12:33:43 +0200 | [diff] [blame] | 1048 | static const struct snd_kcontrol_new stac925x_mixer[] = { |
Takashi Iwai | 2faa3bf | 2012-03-12 12:30:22 +0100 | [diff] [blame] | 1049 | HDA_CODEC_VOLUME_MIN_MUTE("PCM Playback Volume", 0xe, 0, HDA_OUTPUT), |
| 1050 | HDA_CODEC_MUTE("PCM Playback Switch", 0x0e, 0, HDA_OUTPUT), |
Maxim Levitsky | 9e05b7a | 2007-09-03 15:31:02 +0200 | [diff] [blame] | 1051 | { } /* end */ |
| 1052 | }; |
| 1053 | |
Takashi Iwai | 2b63536 | 2011-05-02 12:33:43 +0200 | [diff] [blame] | 1054 | static const struct snd_kcontrol_new stac9205_loopback[] = { |
Takashi Iwai | d78d7a9 | 2009-03-02 14:26:25 +0100 | [diff] [blame] | 1055 | STAC_ANALOG_LOOPBACK(0xFE0, 0x7E0, 1), |
| 1056 | {} |
| 1057 | }; |
| 1058 | |
Takashi Iwai | 2b63536 | 2011-05-02 12:33:43 +0200 | [diff] [blame] | 1059 | static const struct snd_kcontrol_new stac927x_loopback[] = { |
Takashi Iwai | d78d7a9 | 2009-03-02 14:26:25 +0100 | [diff] [blame] | 1060 | STAC_ANALOG_LOOPBACK(0xFEB, 0x7EB, 1), |
| 1061 | {} |
| 1062 | }; |
| 1063 | |
Takashi Iwai | 1697055e | 2007-12-18 18:05:52 +0100 | [diff] [blame] | 1064 | static struct snd_kcontrol_new stac_dmux_mixer = { |
| 1065 | .iface = SNDRV_CTL_ELEM_IFACE_MIXER, |
| 1066 | .name = "Digital Input Source", |
| 1067 | /* count set later */ |
| 1068 | .info = stac92xx_dmux_enum_info, |
| 1069 | .get = stac92xx_dmux_enum_get, |
| 1070 | .put = stac92xx_dmux_enum_put, |
| 1071 | }; |
| 1072 | |
Matthew Ranostay | d973775 | 2008-09-07 12:03:41 +0200 | [diff] [blame] | 1073 | static struct snd_kcontrol_new stac_smux_mixer = { |
| 1074 | .iface = SNDRV_CTL_ELEM_IFACE_MIXER, |
Matthew Ranostay | e348797 | 2008-09-08 11:36:59 -0400 | [diff] [blame] | 1075 | .name = "IEC958 Playback Source", |
Matthew Ranostay | d973775 | 2008-09-07 12:03:41 +0200 | [diff] [blame] | 1076 | /* count set later */ |
| 1077 | .info = stac92xx_smux_enum_info, |
| 1078 | .get = stac92xx_smux_enum_get, |
| 1079 | .put = stac92xx_smux_enum_put, |
| 1080 | }; |
| 1081 | |
Takashi Iwai | 9322ca5 | 2012-02-03 14:28:01 +0100 | [diff] [blame] | 1082 | static const char * const slave_pfxs[] = { |
| 1083 | "Front", "Surround", "Center", "LFE", "Side", |
Takashi Iwai | f37bc7a | 2012-11-08 15:59:23 +0100 | [diff] [blame] | 1084 | "Headphone", "Speaker", "Bass Speaker", "IEC958", "PCM", |
Takashi Iwai | 2134ea4 | 2008-01-10 16:53:55 +0100 | [diff] [blame] | 1085 | NULL |
| 1086 | }; |
| 1087 | |
Takashi Iwai | 2faa3bf | 2012-03-12 12:30:22 +0100 | [diff] [blame] | 1088 | static void stac92xx_update_led_status(struct hda_codec *codec, int enabled); |
| 1089 | |
| 1090 | static void stac92xx_vmaster_hook(void *private_data, int val) |
| 1091 | { |
| 1092 | stac92xx_update_led_status(private_data, val); |
| 1093 | } |
| 1094 | |
Takashi Iwai | 603c401 | 2008-07-30 15:01:44 +0200 | [diff] [blame] | 1095 | static void stac92xx_free_kctls(struct hda_codec *codec); |
| 1096 | |
Matt | 2f2f425 | 2005-04-13 14:45:30 +0200 | [diff] [blame] | 1097 | static int stac92xx_build_controls(struct hda_codec *codec) |
| 1098 | { |
| 1099 | struct sigmatel_spec *spec = codec->spec; |
Takashi Iwai | 2faa3bf | 2012-03-12 12:30:22 +0100 | [diff] [blame] | 1100 | unsigned int vmaster_tlv[4]; |
Matt | 2f2f425 | 2005-04-13 14:45:30 +0200 | [diff] [blame] | 1101 | int err; |
Matt | c7d4b2f | 2005-06-27 14:59:41 +0200 | [diff] [blame] | 1102 | int i; |
Matt | 2f2f425 | 2005-04-13 14:45:30 +0200 | [diff] [blame] | 1103 | |
Takashi Iwai | 6479c63 | 2009-07-28 18:20:25 +0200 | [diff] [blame] | 1104 | if (spec->mixer) { |
| 1105 | err = snd_hda_add_new_ctls(codec, spec->mixer); |
| 1106 | if (err < 0) |
| 1107 | return err; |
| 1108 | } |
Matt | c7d4b2f | 2005-06-27 14:59:41 +0200 | [diff] [blame] | 1109 | |
| 1110 | for (i = 0; i < spec->num_mixers; i++) { |
| 1111 | err = snd_hda_add_new_ctls(codec, spec->mixers[i]); |
| 1112 | if (err < 0) |
| 1113 | return err; |
| 1114 | } |
Takashi Iwai | 5207e10 | 2009-07-30 13:09:08 +0200 | [diff] [blame] | 1115 | if (!spec->auto_mic && spec->num_dmuxes > 0 && |
| 1116 | snd_hda_get_bool_hint(codec, "separate_dmux") == 1) { |
Takashi Iwai | 1697055e | 2007-12-18 18:05:52 +0100 | [diff] [blame] | 1117 | stac_dmux_mixer.count = spec->num_dmuxes; |
Jaroslav Kysela | 3911a4c | 2009-11-11 13:43:01 +0100 | [diff] [blame] | 1118 | err = snd_hda_ctl_add(codec, 0, |
Takashi Iwai | 1697055e | 2007-12-18 18:05:52 +0100 | [diff] [blame] | 1119 | snd_ctl_new1(&stac_dmux_mixer, codec)); |
| 1120 | if (err < 0) |
| 1121 | return err; |
| 1122 | } |
Matthew Ranostay | d973775 | 2008-09-07 12:03:41 +0200 | [diff] [blame] | 1123 | if (spec->num_smuxes > 0) { |
Matthew Ranostay | 00ef50c | 2008-09-27 18:13:47 -0400 | [diff] [blame] | 1124 | int wcaps = get_wcaps(codec, spec->multiout.dig_out_nid); |
| 1125 | struct hda_input_mux *smux = &spec->private_smux; |
| 1126 | /* check for mute support on SPDIF out */ |
| 1127 | if (wcaps & AC_WCAP_OUT_AMP) { |
Takashi Iwai | 10a20af | 2010-09-09 16:28:02 +0200 | [diff] [blame] | 1128 | snd_hda_add_imux_item(smux, "Off", 0, NULL); |
Matthew Ranostay | 00ef50c | 2008-09-27 18:13:47 -0400 | [diff] [blame] | 1129 | spec->spdif_mute = 1; |
| 1130 | } |
Matthew Ranostay | d973775 | 2008-09-07 12:03:41 +0200 | [diff] [blame] | 1131 | stac_smux_mixer.count = spec->num_smuxes; |
Jaroslav Kysela | 3911a4c | 2009-11-11 13:43:01 +0100 | [diff] [blame] | 1132 | err = snd_hda_ctl_add(codec, 0, |
Matthew Ranostay | d973775 | 2008-09-07 12:03:41 +0200 | [diff] [blame] | 1133 | snd_ctl_new1(&stac_smux_mixer, codec)); |
| 1134 | if (err < 0) |
| 1135 | return err; |
| 1136 | } |
Matt | c7d4b2f | 2005-06-27 14:59:41 +0200 | [diff] [blame] | 1137 | |
Matt | dabbed6 | 2005-06-14 10:19:34 +0200 | [diff] [blame] | 1138 | if (spec->multiout.dig_out_nid) { |
Takashi Iwai | dcda580 | 2012-10-12 17:24:51 +0200 | [diff] [blame] | 1139 | err = snd_hda_create_dig_out_ctls(codec, |
| 1140 | spec->multiout.dig_out_nid, |
| 1141 | spec->multiout.dig_out_nid, |
| 1142 | spec->autocfg.dig_out_type[0]); |
Matt | dabbed6 | 2005-06-14 10:19:34 +0200 | [diff] [blame] | 1143 | if (err < 0) |
| 1144 | return err; |
Takashi Iwai | 9a08160 | 2008-02-12 18:37:26 +0100 | [diff] [blame] | 1145 | err = snd_hda_create_spdif_share_sw(codec, |
| 1146 | &spec->multiout); |
| 1147 | if (err < 0) |
| 1148 | return err; |
| 1149 | spec->multiout.share_spdif = 1; |
Matt | dabbed6 | 2005-06-14 10:19:34 +0200 | [diff] [blame] | 1150 | } |
Harvey Harrison | da74ae3 | 2008-10-21 20:28:04 -0700 | [diff] [blame] | 1151 | if (spec->dig_in_nid && !(spec->gpio_dir & 0x01)) { |
Matt | dabbed6 | 2005-06-14 10:19:34 +0200 | [diff] [blame] | 1152 | err = snd_hda_create_spdif_in_ctls(codec, spec->dig_in_nid); |
| 1153 | if (err < 0) |
| 1154 | return err; |
| 1155 | } |
Takashi Iwai | 2134ea4 | 2008-01-10 16:53:55 +0100 | [diff] [blame] | 1156 | |
| 1157 | /* if we have no master control, let's create it */ |
Takashi Iwai | 2faa3bf | 2012-03-12 12:30:22 +0100 | [diff] [blame] | 1158 | snd_hda_set_vmaster_tlv(codec, spec->multiout.dac_nids[0], |
| 1159 | HDA_OUTPUT, vmaster_tlv); |
| 1160 | /* correct volume offset */ |
| 1161 | vmaster_tlv[2] += vmaster_tlv[3] * spec->volume_offset; |
| 1162 | /* minimum value is actually mute */ |
| 1163 | vmaster_tlv[3] |= TLV_DB_SCALE_MUTE; |
| 1164 | err = snd_hda_add_vmaster(codec, "Master Playback Volume", |
| 1165 | vmaster_tlv, slave_pfxs, |
| 1166 | "Playback Volume"); |
| 1167 | if (err < 0) |
| 1168 | return err; |
| 1169 | |
| 1170 | err = __snd_hda_add_vmaster(codec, "Master Playback Switch", |
| 1171 | NULL, slave_pfxs, |
| 1172 | "Playback Switch", true, |
Takashi Iwai | d2f344b | 2012-03-12 16:59:58 +0100 | [diff] [blame] | 1173 | &spec->vmaster_mute.sw_kctl); |
Takashi Iwai | 2faa3bf | 2012-03-12 12:30:22 +0100 | [diff] [blame] | 1174 | if (err < 0) |
| 1175 | return err; |
| 1176 | |
| 1177 | if (spec->gpio_led) { |
Takashi Iwai | d2f344b | 2012-03-12 16:59:58 +0100 | [diff] [blame] | 1178 | spec->vmaster_mute.hook = stac92xx_vmaster_hook; |
Takashi Iwai | f29735c | 2012-03-13 07:55:10 +0100 | [diff] [blame] | 1179 | err = snd_hda_add_vmaster_hook(codec, &spec->vmaster_mute, true); |
Takashi Iwai | d2f344b | 2012-03-12 16:59:58 +0100 | [diff] [blame] | 1180 | if (err < 0) |
| 1181 | return err; |
Takashi Iwai | 2134ea4 | 2008-01-10 16:53:55 +0100 | [diff] [blame] | 1182 | } |
| 1183 | |
Takashi Iwai | d78d7a9 | 2009-03-02 14:26:25 +0100 | [diff] [blame] | 1184 | if (spec->aloopback_ctl && |
| 1185 | snd_hda_get_bool_hint(codec, "loopback") == 1) { |
| 1186 | err = snd_hda_add_new_ctls(codec, spec->aloopback_ctl); |
| 1187 | if (err < 0) |
| 1188 | return err; |
| 1189 | } |
| 1190 | |
Takashi Iwai | 603c401 | 2008-07-30 15:01:44 +0200 | [diff] [blame] | 1191 | stac92xx_free_kctls(codec); /* no longer needed */ |
Takashi Iwai | e4973e1 | 2008-11-18 09:32:42 +0100 | [diff] [blame] | 1192 | |
Takashi Iwai | 01a61e1 | 2011-10-28 00:03:22 +0200 | [diff] [blame] | 1193 | err = snd_hda_jack_add_kctls(codec, &spec->autocfg); |
| 1194 | if (err < 0) |
| 1195 | return err; |
Takashi Iwai | e4973e1 | 2008-11-18 09:32:42 +0100 | [diff] [blame] | 1196 | |
Matt | dabbed6 | 2005-06-14 10:19:34 +0200 | [diff] [blame] | 1197 | return 0; |
Matt | 2f2f425 | 2005-04-13 14:45:30 +0200 | [diff] [blame] | 1198 | } |
| 1199 | |
Takashi Iwai | 2b63536 | 2011-05-02 12:33:43 +0200 | [diff] [blame] | 1200 | static const unsigned int ref9200_pin_configs[8] = { |
Matt | dabbed6 | 2005-06-14 10:19:34 +0200 | [diff] [blame] | 1201 | 0x01c47010, 0x01447010, 0x0221401f, 0x01114010, |
Matt | 2f2f425 | 2005-04-13 14:45:30 +0200 | [diff] [blame] | 1202 | 0x02a19020, 0x01a19021, 0x90100140, 0x01813122, |
| 1203 | }; |
| 1204 | |
Takashi Iwai | 2b63536 | 2011-05-02 12:33:43 +0200 | [diff] [blame] | 1205 | static const unsigned int gateway9200_m4_pin_configs[8] = { |
Mauro Carvalho Chehab | 58eec42 | 2008-08-11 10:18:39 +0200 | [diff] [blame] | 1206 | 0x400000fe, 0x404500f4, 0x400100f0, 0x90110010, |
| 1207 | 0x400100f1, 0x02a1902e, 0x500000f2, 0x500000f3, |
| 1208 | }; |
Takashi Iwai | 2b63536 | 2011-05-02 12:33:43 +0200 | [diff] [blame] | 1209 | static const unsigned int gateway9200_m4_2_pin_configs[8] = { |
Mauro Carvalho Chehab | 58eec42 | 2008-08-11 10:18:39 +0200 | [diff] [blame] | 1210 | 0x400000fe, 0x404500f4, 0x400100f0, 0x90110010, |
| 1211 | 0x400100f1, 0x02a1902e, 0x500000f2, 0x500000f3, |
| 1212 | }; |
| 1213 | |
| 1214 | /* |
Takashi Iwai | dfe495d | 2007-08-23 19:04:28 +0200 | [diff] [blame] | 1215 | STAC 9200 pin configs for |
| 1216 | 102801A8 |
| 1217 | 102801DE |
| 1218 | 102801E8 |
| 1219 | */ |
Takashi Iwai | 2b63536 | 2011-05-02 12:33:43 +0200 | [diff] [blame] | 1220 | static const unsigned int dell9200_d21_pin_configs[8] = { |
Takashi Iwai | af6c016 | 2007-09-05 23:46:03 +0200 | [diff] [blame] | 1221 | 0x400001f0, 0x400001f1, 0x02214030, 0x01014010, |
| 1222 | 0x02a19020, 0x01a19021, 0x90100140, 0x01813122, |
Takashi Iwai | dfe495d | 2007-08-23 19:04:28 +0200 | [diff] [blame] | 1223 | }; |
| 1224 | |
| 1225 | /* |
| 1226 | STAC 9200 pin configs for |
| 1227 | 102801C0 |
| 1228 | 102801C1 |
| 1229 | */ |
Takashi Iwai | 2b63536 | 2011-05-02 12:33:43 +0200 | [diff] [blame] | 1230 | static const unsigned int dell9200_d22_pin_configs[8] = { |
Takashi Iwai | af6c016 | 2007-09-05 23:46:03 +0200 | [diff] [blame] | 1231 | 0x400001f0, 0x400001f1, 0x0221401f, 0x01014010, |
| 1232 | 0x01813020, 0x02a19021, 0x90100140, 0x400001f2, |
Takashi Iwai | dfe495d | 2007-08-23 19:04:28 +0200 | [diff] [blame] | 1233 | }; |
| 1234 | |
| 1235 | /* |
| 1236 | STAC 9200 pin configs for |
| 1237 | 102801C4 (Dell Dimension E310) |
| 1238 | 102801C5 |
| 1239 | 102801C7 |
| 1240 | 102801D9 |
| 1241 | 102801DA |
| 1242 | 102801E3 |
| 1243 | */ |
Takashi Iwai | 2b63536 | 2011-05-02 12:33:43 +0200 | [diff] [blame] | 1244 | static const unsigned int dell9200_d23_pin_configs[8] = { |
Takashi Iwai | af6c016 | 2007-09-05 23:46:03 +0200 | [diff] [blame] | 1245 | 0x400001f0, 0x400001f1, 0x0221401f, 0x01014010, |
| 1246 | 0x01813020, 0x01a19021, 0x90100140, 0x400001f2, |
Takashi Iwai | dfe495d | 2007-08-23 19:04:28 +0200 | [diff] [blame] | 1247 | }; |
| 1248 | |
| 1249 | |
| 1250 | /* |
| 1251 | STAC 9200-32 pin configs for |
| 1252 | 102801B5 (Dell Inspiron 630m) |
| 1253 | 102801D8 (Dell Inspiron 640m) |
| 1254 | */ |
Takashi Iwai | 2b63536 | 2011-05-02 12:33:43 +0200 | [diff] [blame] | 1255 | static const unsigned int dell9200_m21_pin_configs[8] = { |
Takashi Iwai | af6c016 | 2007-09-05 23:46:03 +0200 | [diff] [blame] | 1256 | 0x40c003fa, 0x03441340, 0x0321121f, 0x90170310, |
| 1257 | 0x408003fb, 0x03a11020, 0x401003fc, 0x403003fd, |
Takashi Iwai | dfe495d | 2007-08-23 19:04:28 +0200 | [diff] [blame] | 1258 | }; |
| 1259 | |
| 1260 | /* |
| 1261 | STAC 9200-32 pin configs for |
| 1262 | 102801C2 (Dell Latitude D620) |
| 1263 | 102801C8 |
| 1264 | 102801CC (Dell Latitude D820) |
| 1265 | 102801D4 |
| 1266 | 102801D6 |
| 1267 | */ |
Takashi Iwai | 2b63536 | 2011-05-02 12:33:43 +0200 | [diff] [blame] | 1268 | static const unsigned int dell9200_m22_pin_configs[8] = { |
Takashi Iwai | af6c016 | 2007-09-05 23:46:03 +0200 | [diff] [blame] | 1269 | 0x40c003fa, 0x0144131f, 0x0321121f, 0x90170310, |
| 1270 | 0x90a70321, 0x03a11020, 0x401003fb, 0x40f000fc, |
Takashi Iwai | dfe495d | 2007-08-23 19:04:28 +0200 | [diff] [blame] | 1271 | }; |
| 1272 | |
| 1273 | /* |
| 1274 | STAC 9200-32 pin configs for |
| 1275 | 102801CE (Dell XPS M1710) |
| 1276 | 102801CF (Dell Precision M90) |
| 1277 | */ |
Takashi Iwai | 2b63536 | 2011-05-02 12:33:43 +0200 | [diff] [blame] | 1278 | static const unsigned int dell9200_m23_pin_configs[8] = { |
Takashi Iwai | dfe495d | 2007-08-23 19:04:28 +0200 | [diff] [blame] | 1279 | 0x40c003fa, 0x01441340, 0x0421421f, 0x90170310, |
| 1280 | 0x408003fb, 0x04a1102e, 0x90170311, 0x403003fc, |
| 1281 | }; |
| 1282 | |
| 1283 | /* |
| 1284 | STAC 9200-32 pin configs for |
| 1285 | 102801C9 |
| 1286 | 102801CA |
| 1287 | 102801CB (Dell Latitude 120L) |
| 1288 | 102801D3 |
| 1289 | */ |
Takashi Iwai | 2b63536 | 2011-05-02 12:33:43 +0200 | [diff] [blame] | 1290 | static const unsigned int dell9200_m24_pin_configs[8] = { |
Takashi Iwai | af6c016 | 2007-09-05 23:46:03 +0200 | [diff] [blame] | 1291 | 0x40c003fa, 0x404003fb, 0x0321121f, 0x90170310, |
| 1292 | 0x408003fc, 0x03a11020, 0x401003fd, 0x403003fe, |
Takashi Iwai | dfe495d | 2007-08-23 19:04:28 +0200 | [diff] [blame] | 1293 | }; |
| 1294 | |
| 1295 | /* |
| 1296 | STAC 9200-32 pin configs for |
| 1297 | 102801BD (Dell Inspiron E1505n) |
| 1298 | 102801EE |
| 1299 | 102801EF |
| 1300 | */ |
Takashi Iwai | 2b63536 | 2011-05-02 12:33:43 +0200 | [diff] [blame] | 1301 | static const unsigned int dell9200_m25_pin_configs[8] = { |
Takashi Iwai | af6c016 | 2007-09-05 23:46:03 +0200 | [diff] [blame] | 1302 | 0x40c003fa, 0x01441340, 0x0421121f, 0x90170310, |
| 1303 | 0x408003fb, 0x04a11020, 0x401003fc, 0x403003fd, |
Takashi Iwai | dfe495d | 2007-08-23 19:04:28 +0200 | [diff] [blame] | 1304 | }; |
| 1305 | |
| 1306 | /* |
| 1307 | STAC 9200-32 pin configs for |
| 1308 | 102801F5 (Dell Inspiron 1501) |
| 1309 | 102801F6 |
| 1310 | */ |
Takashi Iwai | 2b63536 | 2011-05-02 12:33:43 +0200 | [diff] [blame] | 1311 | static const unsigned int dell9200_m26_pin_configs[8] = { |
Takashi Iwai | af6c016 | 2007-09-05 23:46:03 +0200 | [diff] [blame] | 1312 | 0x40c003fa, 0x404003fb, 0x0421121f, 0x90170310, |
| 1313 | 0x408003fc, 0x04a11020, 0x401003fd, 0x403003fe, |
Takashi Iwai | dfe495d | 2007-08-23 19:04:28 +0200 | [diff] [blame] | 1314 | }; |
| 1315 | |
| 1316 | /* |
| 1317 | STAC 9200-32 |
| 1318 | 102801CD (Dell Inspiron E1705/9400) |
| 1319 | */ |
Takashi Iwai | 2b63536 | 2011-05-02 12:33:43 +0200 | [diff] [blame] | 1320 | static const unsigned int dell9200_m27_pin_configs[8] = { |
Takashi Iwai | af6c016 | 2007-09-05 23:46:03 +0200 | [diff] [blame] | 1321 | 0x40c003fa, 0x01441340, 0x0421121f, 0x90170310, |
| 1322 | 0x90170310, 0x04a11020, 0x90170310, 0x40f003fc, |
Takashi Iwai | dfe495d | 2007-08-23 19:04:28 +0200 | [diff] [blame] | 1323 | }; |
| 1324 | |
Takashi Iwai | 2b63536 | 2011-05-02 12:33:43 +0200 | [diff] [blame] | 1325 | static const unsigned int oqo9200_pin_configs[8] = { |
Tobin Davis | bf27778 | 2008-02-03 20:31:47 +0100 | [diff] [blame] | 1326 | 0x40c000f0, 0x404000f1, 0x0221121f, 0x02211210, |
| 1327 | 0x90170111, 0x90a70120, 0x400000f2, 0x400000f3, |
| 1328 | }; |
| 1329 | |
Takashi Iwai | dfe495d | 2007-08-23 19:04:28 +0200 | [diff] [blame] | 1330 | |
Takashi Iwai | 2b63536 | 2011-05-02 12:33:43 +0200 | [diff] [blame] | 1331 | static const unsigned int *stac9200_brd_tbl[STAC_9200_MODELS] = { |
Takashi Iwai | f5fcc13 | 2006-11-24 17:07:44 +0100 | [diff] [blame] | 1332 | [STAC_REF] = ref9200_pin_configs, |
Tobin Davis | bf27778 | 2008-02-03 20:31:47 +0100 | [diff] [blame] | 1333 | [STAC_9200_OQO] = oqo9200_pin_configs, |
Takashi Iwai | dfe495d | 2007-08-23 19:04:28 +0200 | [diff] [blame] | 1334 | [STAC_9200_DELL_D21] = dell9200_d21_pin_configs, |
| 1335 | [STAC_9200_DELL_D22] = dell9200_d22_pin_configs, |
| 1336 | [STAC_9200_DELL_D23] = dell9200_d23_pin_configs, |
| 1337 | [STAC_9200_DELL_M21] = dell9200_m21_pin_configs, |
| 1338 | [STAC_9200_DELL_M22] = dell9200_m22_pin_configs, |
| 1339 | [STAC_9200_DELL_M23] = dell9200_m23_pin_configs, |
| 1340 | [STAC_9200_DELL_M24] = dell9200_m24_pin_configs, |
| 1341 | [STAC_9200_DELL_M25] = dell9200_m25_pin_configs, |
| 1342 | [STAC_9200_DELL_M26] = dell9200_m26_pin_configs, |
| 1343 | [STAC_9200_DELL_M27] = dell9200_m27_pin_configs, |
Mauro Carvalho Chehab | 58eec42 | 2008-08-11 10:18:39 +0200 | [diff] [blame] | 1344 | [STAC_9200_M4] = gateway9200_m4_pin_configs, |
| 1345 | [STAC_9200_M4_2] = gateway9200_m4_2_pin_configs, |
Takashi Iwai | 117f257 | 2008-03-18 09:53:23 +0100 | [diff] [blame] | 1346 | [STAC_9200_PANASONIC] = ref9200_pin_configs, |
Matt Porter | 403d194 | 2005-11-29 15:00:51 +0100 | [diff] [blame] | 1347 | }; |
| 1348 | |
Takashi Iwai | ea73496 | 2011-01-17 11:29:34 +0100 | [diff] [blame] | 1349 | static const char * const stac9200_models[STAC_9200_MODELS] = { |
Takashi Iwai | 1607b8e | 2009-02-26 16:50:43 +0100 | [diff] [blame] | 1350 | [STAC_AUTO] = "auto", |
Takashi Iwai | f5fcc13 | 2006-11-24 17:07:44 +0100 | [diff] [blame] | 1351 | [STAC_REF] = "ref", |
Tobin Davis | bf27778 | 2008-02-03 20:31:47 +0100 | [diff] [blame] | 1352 | [STAC_9200_OQO] = "oqo", |
Takashi Iwai | dfe495d | 2007-08-23 19:04:28 +0200 | [diff] [blame] | 1353 | [STAC_9200_DELL_D21] = "dell-d21", |
| 1354 | [STAC_9200_DELL_D22] = "dell-d22", |
| 1355 | [STAC_9200_DELL_D23] = "dell-d23", |
| 1356 | [STAC_9200_DELL_M21] = "dell-m21", |
| 1357 | [STAC_9200_DELL_M22] = "dell-m22", |
| 1358 | [STAC_9200_DELL_M23] = "dell-m23", |
| 1359 | [STAC_9200_DELL_M24] = "dell-m24", |
| 1360 | [STAC_9200_DELL_M25] = "dell-m25", |
| 1361 | [STAC_9200_DELL_M26] = "dell-m26", |
| 1362 | [STAC_9200_DELL_M27] = "dell-m27", |
Mauro Carvalho Chehab | 58eec42 | 2008-08-11 10:18:39 +0200 | [diff] [blame] | 1363 | [STAC_9200_M4] = "gateway-m4", |
| 1364 | [STAC_9200_M4_2] = "gateway-m4-2", |
Takashi Iwai | 117f257 | 2008-03-18 09:53:23 +0100 | [diff] [blame] | 1365 | [STAC_9200_PANASONIC] = "panasonic", |
Takashi Iwai | f5fcc13 | 2006-11-24 17:07:44 +0100 | [diff] [blame] | 1366 | }; |
| 1367 | |
Takashi Iwai | 2b63536 | 2011-05-02 12:33:43 +0200 | [diff] [blame] | 1368 | static const struct snd_pci_quirk stac9200_cfg_tbl[] = { |
Takashi Iwai | f5fcc13 | 2006-11-24 17:07:44 +0100 | [diff] [blame] | 1369 | /* SigmaTel reference board */ |
| 1370 | SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x2668, |
| 1371 | "DFI LanParty", STAC_REF), |
Matthew Ranostay | 577aa2c | 2009-01-22 22:55:44 -0500 | [diff] [blame] | 1372 | SND_PCI_QUIRK(PCI_VENDOR_ID_DFI, 0x3101, |
| 1373 | "DFI LanParty", STAC_REF), |
Matt Porter | e737707 | 2006-11-06 11:20:38 +0100 | [diff] [blame] | 1374 | /* Dell laptops have BIOS problem */ |
Takashi Iwai | dfe495d | 2007-08-23 19:04:28 +0200 | [diff] [blame] | 1375 | SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01a8, |
| 1376 | "unknown Dell", STAC_9200_DELL_D21), |
Takashi Iwai | f5fcc13 | 2006-11-24 17:07:44 +0100 | [diff] [blame] | 1377 | SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01b5, |
Takashi Iwai | dfe495d | 2007-08-23 19:04:28 +0200 | [diff] [blame] | 1378 | "Dell Inspiron 630m", STAC_9200_DELL_M21), |
| 1379 | SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01bd, |
| 1380 | "Dell Inspiron E1505n", STAC_9200_DELL_M25), |
| 1381 | SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01c0, |
| 1382 | "unknown Dell", STAC_9200_DELL_D22), |
| 1383 | SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01c1, |
| 1384 | "unknown Dell", STAC_9200_DELL_D22), |
Takashi Iwai | f5fcc13 | 2006-11-24 17:07:44 +0100 | [diff] [blame] | 1385 | SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01c2, |
Takashi Iwai | dfe495d | 2007-08-23 19:04:28 +0200 | [diff] [blame] | 1386 | "Dell Latitude D620", STAC_9200_DELL_M22), |
| 1387 | SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01c5, |
| 1388 | "unknown Dell", STAC_9200_DELL_D23), |
| 1389 | SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01c7, |
| 1390 | "unknown Dell", STAC_9200_DELL_D23), |
| 1391 | SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01c8, |
| 1392 | "unknown Dell", STAC_9200_DELL_M22), |
| 1393 | SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01c9, |
| 1394 | "unknown Dell", STAC_9200_DELL_M24), |
| 1395 | SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01ca, |
| 1396 | "unknown Dell", STAC_9200_DELL_M24), |
Takashi Iwai | f5fcc13 | 2006-11-24 17:07:44 +0100 | [diff] [blame] | 1397 | SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01cb, |
Takashi Iwai | dfe495d | 2007-08-23 19:04:28 +0200 | [diff] [blame] | 1398 | "Dell Latitude 120L", STAC_9200_DELL_M24), |
Cory T. Tusar | 877b866 | 2007-01-30 17:30:55 +0100 | [diff] [blame] | 1399 | SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01cc, |
Takashi Iwai | dfe495d | 2007-08-23 19:04:28 +0200 | [diff] [blame] | 1400 | "Dell Latitude D820", STAC_9200_DELL_M22), |
Mikael Nilsson | 46f02ca | 2007-02-13 12:46:16 +0100 | [diff] [blame] | 1401 | SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01cd, |
Takashi Iwai | dfe495d | 2007-08-23 19:04:28 +0200 | [diff] [blame] | 1402 | "Dell Inspiron E1705/9400", STAC_9200_DELL_M27), |
Mikael Nilsson | 46f02ca | 2007-02-13 12:46:16 +0100 | [diff] [blame] | 1403 | SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01ce, |
Takashi Iwai | dfe495d | 2007-08-23 19:04:28 +0200 | [diff] [blame] | 1404 | "Dell XPS M1710", STAC_9200_DELL_M23), |
Takashi Iwai | f0f9674 | 2007-02-14 00:59:17 +0100 | [diff] [blame] | 1405 | SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01cf, |
Takashi Iwai | dfe495d | 2007-08-23 19:04:28 +0200 | [diff] [blame] | 1406 | "Dell Precision M90", STAC_9200_DELL_M23), |
| 1407 | SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01d3, |
| 1408 | "unknown Dell", STAC_9200_DELL_M22), |
| 1409 | SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01d4, |
| 1410 | "unknown Dell", STAC_9200_DELL_M22), |
Daniel T Chen | 8286c53 | 2007-05-15 11:46:23 +0200 | [diff] [blame] | 1411 | SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01d6, |
Takashi Iwai | dfe495d | 2007-08-23 19:04:28 +0200 | [diff] [blame] | 1412 | "unknown Dell", STAC_9200_DELL_M22), |
Tobin Davis | 49c605d | 2007-05-17 09:38:24 +0200 | [diff] [blame] | 1413 | SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01d8, |
Takashi Iwai | dfe495d | 2007-08-23 19:04:28 +0200 | [diff] [blame] | 1414 | "Dell Inspiron 640m", STAC_9200_DELL_M21), |
| 1415 | SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01d9, |
| 1416 | "unknown Dell", STAC_9200_DELL_D23), |
| 1417 | SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01da, |
| 1418 | "unknown Dell", STAC_9200_DELL_D23), |
| 1419 | SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01de, |
| 1420 | "unknown Dell", STAC_9200_DELL_D21), |
| 1421 | SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01e3, |
| 1422 | "unknown Dell", STAC_9200_DELL_D23), |
| 1423 | SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01e8, |
| 1424 | "unknown Dell", STAC_9200_DELL_D21), |
| 1425 | SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01ee, |
| 1426 | "unknown Dell", STAC_9200_DELL_M25), |
| 1427 | SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01ef, |
| 1428 | "unknown Dell", STAC_9200_DELL_M25), |
Tobin Davis | 49c605d | 2007-05-17 09:38:24 +0200 | [diff] [blame] | 1429 | SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01f5, |
Takashi Iwai | dfe495d | 2007-08-23 19:04:28 +0200 | [diff] [blame] | 1430 | "Dell Inspiron 1501", STAC_9200_DELL_M26), |
| 1431 | SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01f6, |
| 1432 | "unknown Dell", STAC_9200_DELL_M26), |
Tobin Davis | 49c605d | 2007-05-17 09:38:24 +0200 | [diff] [blame] | 1433 | /* Panasonic */ |
Takashi Iwai | 117f257 | 2008-03-18 09:53:23 +0100 | [diff] [blame] | 1434 | SND_PCI_QUIRK(0x10f7, 0x8338, "Panasonic CF-74", STAC_9200_PANASONIC), |
Takashi Iwai | 1194b5b | 2007-10-10 10:04:26 +0200 | [diff] [blame] | 1435 | /* Gateway machines needs EAPD to be set on resume */ |
Mauro Carvalho Chehab | 58eec42 | 2008-08-11 10:18:39 +0200 | [diff] [blame] | 1436 | SND_PCI_QUIRK(0x107b, 0x0205, "Gateway S-7110M", STAC_9200_M4), |
| 1437 | SND_PCI_QUIRK(0x107b, 0x0317, "Gateway MT3423, MX341*", STAC_9200_M4_2), |
| 1438 | SND_PCI_QUIRK(0x107b, 0x0318, "Gateway ML3019, MT3707", STAC_9200_M4_2), |
Tobin Davis | bf27778 | 2008-02-03 20:31:47 +0100 | [diff] [blame] | 1439 | /* OQO Mobile */ |
| 1440 | SND_PCI_QUIRK(0x1106, 0x3288, "OQO Model 2", STAC_9200_OQO), |
Matt Porter | 403d194 | 2005-11-29 15:00:51 +0100 | [diff] [blame] | 1441 | {} /* terminator */ |
| 1442 | }; |
| 1443 | |
Takashi Iwai | 2b63536 | 2011-05-02 12:33:43 +0200 | [diff] [blame] | 1444 | static const unsigned int ref925x_pin_configs[8] = { |
Tobin Davis | 8e21c34 | 2007-01-08 11:04:17 +0100 | [diff] [blame] | 1445 | 0x40c003f0, 0x424503f2, 0x01813022, 0x02a19021, |
Matthew Ranostay | 09a9995 | 2008-01-24 11:49:21 +0100 | [diff] [blame] | 1446 | 0x90a70320, 0x02214210, 0x01019020, 0x9033032e, |
Tobin Davis | 8e21c34 | 2007-01-08 11:04:17 +0100 | [diff] [blame] | 1447 | }; |
| 1448 | |
Takashi Iwai | 2b63536 | 2011-05-02 12:33:43 +0200 | [diff] [blame] | 1449 | static const unsigned int stac925xM1_pin_configs[8] = { |
Mauro Carvalho Chehab | 9cb36c2 | 2008-08-11 10:18:39 +0200 | [diff] [blame] | 1450 | 0x40c003f4, 0x424503f2, 0x400000f3, 0x02a19020, |
| 1451 | 0x40a000f0, 0x90100210, 0x400003f1, 0x9033032e, |
Tobin Davis | 8e21c34 | 2007-01-08 11:04:17 +0100 | [diff] [blame] | 1452 | }; |
| 1453 | |
Takashi Iwai | 2b63536 | 2011-05-02 12:33:43 +0200 | [diff] [blame] | 1454 | static const unsigned int stac925xM1_2_pin_configs[8] = { |
Mauro Carvalho Chehab | 9cb36c2 | 2008-08-11 10:18:39 +0200 | [diff] [blame] | 1455 | 0x40c003f4, 0x424503f2, 0x400000f3, 0x02a19020, |
| 1456 | 0x40a000f0, 0x90100210, 0x400003f1, 0x9033032e, |
| 1457 | }; |
Mauro Carvalho Chehab | 58eec42 | 2008-08-11 10:18:39 +0200 | [diff] [blame] | 1458 | |
Takashi Iwai | 2b63536 | 2011-05-02 12:33:43 +0200 | [diff] [blame] | 1459 | static const unsigned int stac925xM2_pin_configs[8] = { |
Mauro Carvalho Chehab | 9cb36c2 | 2008-08-11 10:18:39 +0200 | [diff] [blame] | 1460 | 0x40c003f4, 0x424503f2, 0x400000f3, 0x02a19020, |
| 1461 | 0x40a000f0, 0x90100210, 0x400003f1, 0x9033032e, |
Tobin Davis | 2c11f95 | 2007-05-17 09:36:34 +0200 | [diff] [blame] | 1462 | }; |
| 1463 | |
Takashi Iwai | 2b63536 | 2011-05-02 12:33:43 +0200 | [diff] [blame] | 1464 | static const unsigned int stac925xM2_2_pin_configs[8] = { |
Mauro Carvalho Chehab | 58eec42 | 2008-08-11 10:18:39 +0200 | [diff] [blame] | 1465 | 0x40c003f4, 0x424503f2, 0x400000f3, 0x02a19020, |
| 1466 | 0x40a000f0, 0x90100210, 0x400003f1, 0x9033032e, |
| 1467 | }; |
| 1468 | |
Takashi Iwai | 2b63536 | 2011-05-02 12:33:43 +0200 | [diff] [blame] | 1469 | static const unsigned int stac925xM3_pin_configs[8] = { |
Mauro Carvalho Chehab | 9cb36c2 | 2008-08-11 10:18:39 +0200 | [diff] [blame] | 1470 | 0x40c003f4, 0x424503f2, 0x400000f3, 0x02a19020, |
| 1471 | 0x40a000f0, 0x90100210, 0x400003f1, 0x503303f3, |
| 1472 | }; |
Mauro Carvalho Chehab | 58eec42 | 2008-08-11 10:18:39 +0200 | [diff] [blame] | 1473 | |
Takashi Iwai | 2b63536 | 2011-05-02 12:33:43 +0200 | [diff] [blame] | 1474 | static const unsigned int stac925xM5_pin_configs[8] = { |
Mauro Carvalho Chehab | 9cb36c2 | 2008-08-11 10:18:39 +0200 | [diff] [blame] | 1475 | 0x40c003f4, 0x424503f2, 0x400000f3, 0x02a19020, |
| 1476 | 0x40a000f0, 0x90100210, 0x400003f1, 0x9033032e, |
| 1477 | }; |
| 1478 | |
Takashi Iwai | 2b63536 | 2011-05-02 12:33:43 +0200 | [diff] [blame] | 1479 | static const unsigned int stac925xM6_pin_configs[8] = { |
Mauro Carvalho Chehab | 9cb36c2 | 2008-08-11 10:18:39 +0200 | [diff] [blame] | 1480 | 0x40c003f4, 0x424503f2, 0x400000f3, 0x02a19020, |
| 1481 | 0x40a000f0, 0x90100210, 0x400003f1, 0x90330320, |
Tobin Davis | 8e21c34 | 2007-01-08 11:04:17 +0100 | [diff] [blame] | 1482 | }; |
| 1483 | |
Takashi Iwai | 2b63536 | 2011-05-02 12:33:43 +0200 | [diff] [blame] | 1484 | static const unsigned int *stac925x_brd_tbl[STAC_925x_MODELS] = { |
Tobin Davis | 8e21c34 | 2007-01-08 11:04:17 +0100 | [diff] [blame] | 1485 | [STAC_REF] = ref925x_pin_configs, |
Mauro Carvalho Chehab | 9cb36c2 | 2008-08-11 10:18:39 +0200 | [diff] [blame] | 1486 | [STAC_M1] = stac925xM1_pin_configs, |
| 1487 | [STAC_M1_2] = stac925xM1_2_pin_configs, |
| 1488 | [STAC_M2] = stac925xM2_pin_configs, |
Tobin Davis | 8e21c34 | 2007-01-08 11:04:17 +0100 | [diff] [blame] | 1489 | [STAC_M2_2] = stac925xM2_2_pin_configs, |
Mauro Carvalho Chehab | 9cb36c2 | 2008-08-11 10:18:39 +0200 | [diff] [blame] | 1490 | [STAC_M3] = stac925xM3_pin_configs, |
| 1491 | [STAC_M5] = stac925xM5_pin_configs, |
| 1492 | [STAC_M6] = stac925xM6_pin_configs, |
Tobin Davis | 8e21c34 | 2007-01-08 11:04:17 +0100 | [diff] [blame] | 1493 | }; |
| 1494 | |
Takashi Iwai | ea73496 | 2011-01-17 11:29:34 +0100 | [diff] [blame] | 1495 | static const char * const stac925x_models[STAC_925x_MODELS] = { |
Takashi Iwai | 1607b8e | 2009-02-26 16:50:43 +0100 | [diff] [blame] | 1496 | [STAC_925x_AUTO] = "auto", |
Tobin Davis | 8e21c34 | 2007-01-08 11:04:17 +0100 | [diff] [blame] | 1497 | [STAC_REF] = "ref", |
Mauro Carvalho Chehab | 9cb36c2 | 2008-08-11 10:18:39 +0200 | [diff] [blame] | 1498 | [STAC_M1] = "m1", |
| 1499 | [STAC_M1_2] = "m1-2", |
| 1500 | [STAC_M2] = "m2", |
Tobin Davis | 8e21c34 | 2007-01-08 11:04:17 +0100 | [diff] [blame] | 1501 | [STAC_M2_2] = "m2-2", |
Mauro Carvalho Chehab | 9cb36c2 | 2008-08-11 10:18:39 +0200 | [diff] [blame] | 1502 | [STAC_M3] = "m3", |
| 1503 | [STAC_M5] = "m5", |
| 1504 | [STAC_M6] = "m6", |
Tobin Davis | 8e21c34 | 2007-01-08 11:04:17 +0100 | [diff] [blame] | 1505 | }; |
| 1506 | |
Takashi Iwai | 2b63536 | 2011-05-02 12:33:43 +0200 | [diff] [blame] | 1507 | static const struct snd_pci_quirk stac925x_codec_id_cfg_tbl[] = { |
Mauro Carvalho Chehab | 58eec42 | 2008-08-11 10:18:39 +0200 | [diff] [blame] | 1508 | SND_PCI_QUIRK(0x107b, 0x0316, "Gateway M255", STAC_M2), |
| 1509 | SND_PCI_QUIRK(0x107b, 0x0366, "Gateway MP6954", STAC_M5), |
| 1510 | SND_PCI_QUIRK(0x107b, 0x0461, "Gateway NX560XL", STAC_M1), |
| 1511 | SND_PCI_QUIRK(0x107b, 0x0681, "Gateway NX860", STAC_M2), |
Mauro Carvalho Chehab | 9cb36c2 | 2008-08-11 10:18:39 +0200 | [diff] [blame] | 1512 | SND_PCI_QUIRK(0x107b, 0x0367, "Gateway MX6453", STAC_M1_2), |
Mauro Carvalho Chehab | 9cb36c2 | 2008-08-11 10:18:39 +0200 | [diff] [blame] | 1513 | /* Not sure about the brand name for those */ |
| 1514 | SND_PCI_QUIRK(0x107b, 0x0281, "Gateway mobile", STAC_M1), |
| 1515 | SND_PCI_QUIRK(0x107b, 0x0507, "Gateway mobile", STAC_M3), |
| 1516 | SND_PCI_QUIRK(0x107b, 0x0281, "Gateway mobile", STAC_M6), |
| 1517 | SND_PCI_QUIRK(0x107b, 0x0685, "Gateway mobile", STAC_M2_2), |
Mauro Carvalho Chehab | 9cb36c2 | 2008-08-11 10:18:39 +0200 | [diff] [blame] | 1518 | {} /* terminator */ |
Tobin Davis | 8e21c34 | 2007-01-08 11:04:17 +0100 | [diff] [blame] | 1519 | }; |
| 1520 | |
Takashi Iwai | 2b63536 | 2011-05-02 12:33:43 +0200 | [diff] [blame] | 1521 | static const struct snd_pci_quirk stac925x_cfg_tbl[] = { |
Tobin Davis | 8e21c34 | 2007-01-08 11:04:17 +0100 | [diff] [blame] | 1522 | /* SigmaTel reference board */ |
| 1523 | SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x2668, "DFI LanParty", STAC_REF), |
Matthew Ranostay | 577aa2c | 2009-01-22 22:55:44 -0500 | [diff] [blame] | 1524 | SND_PCI_QUIRK(PCI_VENDOR_ID_DFI, 0x3101, "DFI LanParty", STAC_REF), |
Tobin Davis | 2c11f95 | 2007-05-17 09:36:34 +0200 | [diff] [blame] | 1525 | SND_PCI_QUIRK(0x8384, 0x7632, "Stac9202 Reference Board", STAC_REF), |
Mauro Carvalho Chehab | 9cb36c2 | 2008-08-11 10:18:39 +0200 | [diff] [blame] | 1526 | |
| 1527 | /* Default table for unknown ID */ |
| 1528 | SND_PCI_QUIRK(0x1002, 0x437b, "Gateway mobile", STAC_M2_2), |
| 1529 | |
Tobin Davis | 8e21c34 | 2007-01-08 11:04:17 +0100 | [diff] [blame] | 1530 | {} /* terminator */ |
| 1531 | }; |
| 1532 | |
Takashi Iwai | 2b63536 | 2011-05-02 12:33:43 +0200 | [diff] [blame] | 1533 | static const unsigned int ref92hd73xx_pin_configs[13] = { |
Matthew Ranostay | e1f0d66 | 2007-12-13 17:47:21 +0100 | [diff] [blame] | 1534 | 0x02214030, 0x02a19040, 0x01a19020, 0x02214030, |
| 1535 | 0x0181302e, 0x01014010, 0x01014020, 0x01014030, |
| 1536 | 0x02319040, 0x90a000f0, 0x90a000f0, 0x01452050, |
Matthew Ranostay | a766264 | 2008-02-21 07:51:14 +0100 | [diff] [blame] | 1537 | 0x01452050, |
| 1538 | }; |
| 1539 | |
Takashi Iwai | 2b63536 | 2011-05-02 12:33:43 +0200 | [diff] [blame] | 1540 | static const unsigned int dell_m6_pin_configs[13] = { |
Matthew Ranostay | a766264 | 2008-02-21 07:51:14 +0100 | [diff] [blame] | 1541 | 0x0321101f, 0x4f00000f, 0x4f0000f0, 0x90170110, |
Matthew Ranostay | 7c2ba97 | 2008-04-16 13:13:59 +0200 | [diff] [blame] | 1542 | 0x03a11020, 0x0321101f, 0x4f0000f0, 0x4f0000f0, |
Matthew Ranostay | a766264 | 2008-02-21 07:51:14 +0100 | [diff] [blame] | 1543 | 0x4f0000f0, 0x90a60160, 0x4f0000f0, 0x4f0000f0, |
| 1544 | 0x4f0000f0, |
Matthew Ranostay | e1f0d66 | 2007-12-13 17:47:21 +0100 | [diff] [blame] | 1545 | }; |
| 1546 | |
Takashi Iwai | 2b63536 | 2011-05-02 12:33:43 +0200 | [diff] [blame] | 1547 | static const unsigned int alienware_m17x_pin_configs[13] = { |
Takashi Iwai | 842ae63 | 2009-09-02 07:43:08 +0200 | [diff] [blame] | 1548 | 0x0321101f, 0x0321101f, 0x03a11020, 0x03014020, |
| 1549 | 0x90170110, 0x4f0000f0, 0x4f0000f0, 0x4f0000f0, |
| 1550 | 0x4f0000f0, 0x90a60160, 0x4f0000f0, 0x4f0000f0, |
| 1551 | 0x904601b0, |
| 1552 | }; |
| 1553 | |
Takashi Iwai | 2b63536 | 2011-05-02 12:33:43 +0200 | [diff] [blame] | 1554 | static const unsigned int intel_dg45id_pin_configs[13] = { |
Alexey Fisher | 52dc438 | 2009-12-12 11:16:41 +0200 | [diff] [blame] | 1555 | 0x02214230, 0x02A19240, 0x01013214, 0x01014210, |
Wu Fengguang | 4d26f44 | 2010-05-07 08:47:54 +0800 | [diff] [blame] | 1556 | 0x01A19250, 0x01011212, 0x01016211 |
Alexey Fisher | 52dc438 | 2009-12-12 11:16:41 +0200 | [diff] [blame] | 1557 | }; |
| 1558 | |
Takashi Iwai | 2b63536 | 2011-05-02 12:33:43 +0200 | [diff] [blame] | 1559 | static const unsigned int *stac92hd73xx_brd_tbl[STAC_92HD73XX_MODELS] = { |
Matthew Ranostay | a766264 | 2008-02-21 07:51:14 +0100 | [diff] [blame] | 1560 | [STAC_92HD73XX_REF] = ref92hd73xx_pin_configs, |
Takashi Iwai | 661cd8f | 2008-11-25 15:18:29 +0100 | [diff] [blame] | 1561 | [STAC_DELL_M6_AMIC] = dell_m6_pin_configs, |
| 1562 | [STAC_DELL_M6_DMIC] = dell_m6_pin_configs, |
| 1563 | [STAC_DELL_M6_BOTH] = dell_m6_pin_configs, |
Matthew Ranostay | 6b3ab21 | 2008-11-03 08:12:43 -0500 | [diff] [blame] | 1564 | [STAC_DELL_EQ] = dell_m6_pin_configs, |
Takashi Iwai | 842ae63 | 2009-09-02 07:43:08 +0200 | [diff] [blame] | 1565 | [STAC_ALIENWARE_M17X] = alienware_m17x_pin_configs, |
Alexey Fisher | 52dc438 | 2009-12-12 11:16:41 +0200 | [diff] [blame] | 1566 | [STAC_92HD73XX_INTEL] = intel_dg45id_pin_configs, |
Matthew Ranostay | e1f0d66 | 2007-12-13 17:47:21 +0100 | [diff] [blame] | 1567 | }; |
| 1568 | |
Takashi Iwai | ea73496 | 2011-01-17 11:29:34 +0100 | [diff] [blame] | 1569 | static const char * const stac92hd73xx_models[STAC_92HD73XX_MODELS] = { |
Takashi Iwai | 1607b8e | 2009-02-26 16:50:43 +0100 | [diff] [blame] | 1570 | [STAC_92HD73XX_AUTO] = "auto", |
Takashi Iwai | 9e43f0d | 2008-12-17 14:51:01 +0100 | [diff] [blame] | 1571 | [STAC_92HD73XX_NO_JD] = "no-jd", |
Matthew Ranostay | e1f0d66 | 2007-12-13 17:47:21 +0100 | [diff] [blame] | 1572 | [STAC_92HD73XX_REF] = "ref", |
Wu Fengguang | ae70944 | 2009-08-19 17:05:11 +0800 | [diff] [blame] | 1573 | [STAC_92HD73XX_INTEL] = "intel", |
Takashi Iwai | 661cd8f | 2008-11-25 15:18:29 +0100 | [diff] [blame] | 1574 | [STAC_DELL_M6_AMIC] = "dell-m6-amic", |
| 1575 | [STAC_DELL_M6_DMIC] = "dell-m6-dmic", |
| 1576 | [STAC_DELL_M6_BOTH] = "dell-m6", |
Matthew Ranostay | 6b3ab21 | 2008-11-03 08:12:43 -0500 | [diff] [blame] | 1577 | [STAC_DELL_EQ] = "dell-eq", |
Takashi Iwai | 842ae63 | 2009-09-02 07:43:08 +0200 | [diff] [blame] | 1578 | [STAC_ALIENWARE_M17X] = "alienware", |
Matthew Ranostay | e1f0d66 | 2007-12-13 17:47:21 +0100 | [diff] [blame] | 1579 | }; |
| 1580 | |
Takashi Iwai | 2b63536 | 2011-05-02 12:33:43 +0200 | [diff] [blame] | 1581 | static const struct snd_pci_quirk stac92hd73xx_cfg_tbl[] = { |
Matthew Ranostay | e1f0d66 | 2007-12-13 17:47:21 +0100 | [diff] [blame] | 1582 | /* SigmaTel reference board */ |
| 1583 | SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x2668, |
Matthew Ranostay | a766264 | 2008-02-21 07:51:14 +0100 | [diff] [blame] | 1584 | "DFI LanParty", STAC_92HD73XX_REF), |
Matthew Ranostay | 577aa2c | 2009-01-22 22:55:44 -0500 | [diff] [blame] | 1585 | SND_PCI_QUIRK(PCI_VENDOR_ID_DFI, 0x3101, |
| 1586 | "DFI LanParty", STAC_92HD73XX_REF), |
Wu Fengguang | ae70944 | 2009-08-19 17:05:11 +0800 | [diff] [blame] | 1587 | SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x5002, |
| 1588 | "Intel DG45ID", STAC_92HD73XX_INTEL), |
| 1589 | SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x5003, |
| 1590 | "Intel DG45FC", STAC_92HD73XX_INTEL), |
Matthew Ranostay | a766264 | 2008-02-21 07:51:14 +0100 | [diff] [blame] | 1591 | SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0254, |
Takashi Iwai | 661cd8f | 2008-11-25 15:18:29 +0100 | [diff] [blame] | 1592 | "Dell Studio 1535", STAC_DELL_M6_DMIC), |
Matthew Ranostay | a766264 | 2008-02-21 07:51:14 +0100 | [diff] [blame] | 1593 | SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0255, |
Takashi Iwai | 661cd8f | 2008-11-25 15:18:29 +0100 | [diff] [blame] | 1594 | "unknown Dell", STAC_DELL_M6_DMIC), |
Matthew Ranostay | a766264 | 2008-02-21 07:51:14 +0100 | [diff] [blame] | 1595 | SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0256, |
Takashi Iwai | 661cd8f | 2008-11-25 15:18:29 +0100 | [diff] [blame] | 1596 | "unknown Dell", STAC_DELL_M6_BOTH), |
Matthew Ranostay | a766264 | 2008-02-21 07:51:14 +0100 | [diff] [blame] | 1597 | SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0257, |
Takashi Iwai | 661cd8f | 2008-11-25 15:18:29 +0100 | [diff] [blame] | 1598 | "unknown Dell", STAC_DELL_M6_BOTH), |
Matthew Ranostay | a766264 | 2008-02-21 07:51:14 +0100 | [diff] [blame] | 1599 | SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x025e, |
Takashi Iwai | 661cd8f | 2008-11-25 15:18:29 +0100 | [diff] [blame] | 1600 | "unknown Dell", STAC_DELL_M6_AMIC), |
Matthew Ranostay | a766264 | 2008-02-21 07:51:14 +0100 | [diff] [blame] | 1601 | SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x025f, |
Takashi Iwai | 661cd8f | 2008-11-25 15:18:29 +0100 | [diff] [blame] | 1602 | "unknown Dell", STAC_DELL_M6_AMIC), |
Matthew Ranostay | a766264 | 2008-02-21 07:51:14 +0100 | [diff] [blame] | 1603 | SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0271, |
Takashi Iwai | 661cd8f | 2008-11-25 15:18:29 +0100 | [diff] [blame] | 1604 | "unknown Dell", STAC_DELL_M6_DMIC), |
| 1605 | SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0272, |
| 1606 | "unknown Dell", STAC_DELL_M6_DMIC), |
Takashi Iwai | b0fc5e0 | 2008-11-21 08:37:03 +0100 | [diff] [blame] | 1607 | SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x029f, |
Takashi Iwai | 661cd8f | 2008-11-25 15:18:29 +0100 | [diff] [blame] | 1608 | "Dell Studio 1537", STAC_DELL_M6_DMIC), |
Joerg Schirottke | fa620e9 | 2008-12-19 08:13:49 +0100 | [diff] [blame] | 1609 | SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x02a0, |
| 1610 | "Dell Studio 17", STAC_DELL_M6_DMIC), |
Takashi Iwai | 626f5ce | 2009-07-28 00:54:39 +0200 | [diff] [blame] | 1611 | SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x02be, |
| 1612 | "Dell Studio 1555", STAC_DELL_M6_DMIC), |
Daniel J Blueman | 8ef5837 | 2009-11-14 18:20:04 +0000 | [diff] [blame] | 1613 | SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x02bd, |
| 1614 | "Dell Studio 1557", STAC_DELL_M6_DMIC), |
Daniel T Chen | aac78da | 2010-04-21 20:41:52 -0400 | [diff] [blame] | 1615 | SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x02fe, |
David Henningsson | ffe535e | 2012-01-16 10:52:20 +0100 | [diff] [blame] | 1616 | "Dell Studio XPS 1645", STAC_DELL_M6_DMIC), |
Daniel T Chen | 5c1bccf | 2010-04-22 17:54:45 -0400 | [diff] [blame] | 1617 | SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0413, |
David Henningsson | e033ebf | 2011-05-16 12:09:29 +0200 | [diff] [blame] | 1618 | "Dell Studio 1558", STAC_DELL_M6_DMIC), |
Matthew Ranostay | e1f0d66 | 2007-12-13 17:47:21 +0100 | [diff] [blame] | 1619 | {} /* terminator */ |
| 1620 | }; |
| 1621 | |
Takashi Iwai | 2b63536 | 2011-05-02 12:33:43 +0200 | [diff] [blame] | 1622 | static const struct snd_pci_quirk stac92hd73xx_codec_id_cfg_tbl[] = { |
Takashi Iwai | 842ae63 | 2009-09-02 07:43:08 +0200 | [diff] [blame] | 1623 | SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x02a1, |
| 1624 | "Alienware M17x", STAC_ALIENWARE_M17X), |
Daniel T Chen | 0defe09 | 2010-12-01 19:16:07 -0500 | [diff] [blame] | 1625 | SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x043a, |
| 1626 | "Alienware M17x", STAC_ALIENWARE_M17X), |
Takashi Iwai | dbd1b54 | 2011-11-19 11:41:30 +0100 | [diff] [blame] | 1627 | SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0490, |
Albert Pool | b9ecc4e | 2012-01-19 22:08:50 +0100 | [diff] [blame] | 1628 | "Alienware M17x R3", STAC_DELL_EQ), |
Takashi Iwai | 842ae63 | 2009-09-02 07:43:08 +0200 | [diff] [blame] | 1629 | {} /* terminator */ |
| 1630 | }; |
| 1631 | |
Takashi Iwai | 2b63536 | 2011-05-02 12:33:43 +0200 | [diff] [blame] | 1632 | static const unsigned int ref92hd83xxx_pin_configs[10] = { |
Matthew Ranostay | d0513fc | 2008-07-27 10:30:30 +0200 | [diff] [blame] | 1633 | 0x02214030, 0x02211010, 0x02a19020, 0x02170130, |
| 1634 | 0x01014050, 0x01819040, 0x01014020, 0x90a3014e, |
Matthew Ranostay | d0513fc | 2008-07-27 10:30:30 +0200 | [diff] [blame] | 1635 | 0x01451160, 0x98560170, |
| 1636 | }; |
| 1637 | |
Takashi Iwai | 2b63536 | 2011-05-02 12:33:43 +0200 | [diff] [blame] | 1638 | static const unsigned int dell_s14_pin_configs[10] = { |
Takashi Iwai | 69b5655 | 2009-09-15 12:37:42 +0200 | [diff] [blame] | 1639 | 0x0221403f, 0x0221101f, 0x02a19020, 0x90170110, |
| 1640 | 0x40f000f0, 0x40f000f0, 0x40f000f0, 0x90a60160, |
Matthew Ranostay | 8bb0ac5 | 2009-02-12 16:50:01 -0500 | [diff] [blame] | 1641 | 0x40f000f0, 0x40f000f0, |
| 1642 | }; |
| 1643 | |
Julian Wollrath | f7f9bdf | 2011-11-09 10:02:40 +0100 | [diff] [blame] | 1644 | static const unsigned int dell_vostro_3500_pin_configs[10] = { |
| 1645 | 0x02a11020, 0x0221101f, 0x400000f0, 0x90170110, |
| 1646 | 0x400000f1, 0x400000f2, 0x400000f3, 0x90a60160, |
| 1647 | 0x400000f4, 0x400000f5, |
| 1648 | }; |
| 1649 | |
Takashi Iwai | 2b63536 | 2011-05-02 12:33:43 +0200 | [diff] [blame] | 1650 | static const unsigned int hp_dv7_4000_pin_configs[10] = { |
Steven Eastland | 4831559 | 2010-08-06 15:07:35 -0600 | [diff] [blame] | 1651 | 0x03a12050, 0x0321201f, 0x40f000f0, 0x90170110, |
| 1652 | 0x40f000f0, 0x40f000f0, 0x90170110, 0xd5a30140, |
| 1653 | 0x40f000f0, 0x40f000f0, |
| 1654 | }; |
| 1655 | |
Vitaliy Kulikov | 5556e14 | 2012-02-27 16:47:37 -0600 | [diff] [blame] | 1656 | static const unsigned int hp_zephyr_pin_configs[10] = { |
| 1657 | 0x01813050, 0x0421201f, 0x04a1205e, 0x96130310, |
| 1658 | 0x96130310, 0x0101401f, 0x1111611f, 0xd5a30130, |
| 1659 | 0, 0, |
| 1660 | }; |
| 1661 | |
Vitaliy Kulikov | 0c27c18 | 2011-07-22 17:50:37 -0500 | [diff] [blame] | 1662 | static const unsigned int hp_cNB11_intquad_pin_configs[10] = { |
| 1663 | 0x40f000f0, 0x0221101f, 0x02a11020, 0x92170110, |
| 1664 | 0x40f000f0, 0x92170110, 0x40f000f0, 0xd5a30130, |
| 1665 | 0x40f000f0, 0x40f000f0, |
| 1666 | }; |
| 1667 | |
Takashi Iwai | 2b63536 | 2011-05-02 12:33:43 +0200 | [diff] [blame] | 1668 | static const unsigned int *stac92hd83xxx_brd_tbl[STAC_92HD83XXX_MODELS] = { |
Matthew Ranostay | d0513fc | 2008-07-27 10:30:30 +0200 | [diff] [blame] | 1669 | [STAC_92HD83XXX_REF] = ref92hd83xxx_pin_configs, |
Matthew Ranostay | 32ed3f4 | 2009-01-22 20:53:29 -0500 | [diff] [blame] | 1670 | [STAC_92HD83XXX_PWR_REF] = ref92hd83xxx_pin_configs, |
Matthew Ranostay | 8bb0ac5 | 2009-02-12 16:50:01 -0500 | [diff] [blame] | 1671 | [STAC_DELL_S14] = dell_s14_pin_configs, |
Julian Wollrath | f7f9bdf | 2011-11-09 10:02:40 +0100 | [diff] [blame] | 1672 | [STAC_DELL_VOSTRO_3500] = dell_vostro_3500_pin_configs, |
Vitaliy Kulikov | 0c27c18 | 2011-07-22 17:50:37 -0500 | [diff] [blame] | 1673 | [STAC_92HD83XXX_HP_cNB11_INTQUAD] = hp_cNB11_intquad_pin_configs, |
Steven Eastland | 4831559 | 2010-08-06 15:07:35 -0600 | [diff] [blame] | 1674 | [STAC_HP_DV7_4000] = hp_dv7_4000_pin_configs, |
Vitaliy Kulikov | 5556e14 | 2012-02-27 16:47:37 -0600 | [diff] [blame] | 1675 | [STAC_HP_ZEPHYR] = hp_zephyr_pin_configs, |
Matthew Ranostay | d0513fc | 2008-07-27 10:30:30 +0200 | [diff] [blame] | 1676 | }; |
| 1677 | |
Takashi Iwai | ea73496 | 2011-01-17 11:29:34 +0100 | [diff] [blame] | 1678 | static const char * const stac92hd83xxx_models[STAC_92HD83XXX_MODELS] = { |
Takashi Iwai | 1607b8e | 2009-02-26 16:50:43 +0100 | [diff] [blame] | 1679 | [STAC_92HD83XXX_AUTO] = "auto", |
Matthew Ranostay | d0513fc | 2008-07-27 10:30:30 +0200 | [diff] [blame] | 1680 | [STAC_92HD83XXX_REF] = "ref", |
Matthew Ranostay | 32ed3f4 | 2009-01-22 20:53:29 -0500 | [diff] [blame] | 1681 | [STAC_92HD83XXX_PWR_REF] = "mic-ref", |
Matthew Ranostay | 8bb0ac5 | 2009-02-12 16:50:01 -0500 | [diff] [blame] | 1682 | [STAC_DELL_S14] = "dell-s14", |
Julian Wollrath | f7f9bdf | 2011-11-09 10:02:40 +0100 | [diff] [blame] | 1683 | [STAC_DELL_VOSTRO_3500] = "dell-vostro-3500", |
Vitaliy Kulikov | 0c27c18 | 2011-07-22 17:50:37 -0500 | [diff] [blame] | 1684 | [STAC_92HD83XXX_HP_cNB11_INTQUAD] = "hp_cNB11_intquad", |
Steven Eastland | 4831559 | 2010-08-06 15:07:35 -0600 | [diff] [blame] | 1685 | [STAC_HP_DV7_4000] = "hp-dv7-4000", |
Vitaliy Kulikov | 5556e14 | 2012-02-27 16:47:37 -0600 | [diff] [blame] | 1686 | [STAC_HP_ZEPHYR] = "hp-zephyr", |
Takashi Iwai | a3e1997 | 2012-07-26 08:17:20 +0200 | [diff] [blame] | 1687 | [STAC_92HD83XXX_HP_LED] = "hp-led", |
Takashi Iwai | ff8a1e2 | 2012-07-31 10:16:59 +0200 | [diff] [blame] | 1688 | [STAC_92HD83XXX_HP_INV_LED] = "hp-inv-led", |
Takashi Iwai | 62cbde1 | 2012-09-14 11:58:54 +0200 | [diff] [blame] | 1689 | [STAC_92HD83XXX_HP_MIC_LED] = "hp-mic-led", |
David Henningsson | 8d032a8 | 2012-10-09 12:48:40 +0200 | [diff] [blame] | 1690 | [STAC_92HD83XXX_HEADSET_JACK] = "headset-jack", |
Matthew Ranostay | d0513fc | 2008-07-27 10:30:30 +0200 | [diff] [blame] | 1691 | }; |
| 1692 | |
Takashi Iwai | 2b63536 | 2011-05-02 12:33:43 +0200 | [diff] [blame] | 1693 | static const struct snd_pci_quirk stac92hd83xxx_cfg_tbl[] = { |
Matthew Ranostay | d0513fc | 2008-07-27 10:30:30 +0200 | [diff] [blame] | 1694 | /* SigmaTel reference board */ |
| 1695 | SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x2668, |
Takashi Iwai | f9d088b | 2009-01-13 11:54:49 +0100 | [diff] [blame] | 1696 | "DFI LanParty", STAC_92HD83XXX_REF), |
Matthew Ranostay | 577aa2c | 2009-01-22 22:55:44 -0500 | [diff] [blame] | 1697 | SND_PCI_QUIRK(PCI_VENDOR_ID_DFI, 0x3101, |
| 1698 | "DFI LanParty", STAC_92HD83XXX_REF), |
Matthew Ranostay | 8bb0ac5 | 2009-02-12 16:50:01 -0500 | [diff] [blame] | 1699 | SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x02ba, |
| 1700 | "unknown Dell", STAC_DELL_S14), |
David Henningsson | 8d032a8 | 2012-10-09 12:48:40 +0200 | [diff] [blame] | 1701 | SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0532, |
| 1702 | "Dell Latitude E6230", STAC_92HD83XXX_HEADSET_JACK), |
| 1703 | SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0533, |
| 1704 | "Dell Latitude E6330", STAC_92HD83XXX_HEADSET_JACK), |
| 1705 | SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0534, |
| 1706 | "Dell Latitude E6430", STAC_92HD83XXX_HEADSET_JACK), |
| 1707 | SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0535, |
| 1708 | "Dell Latitude E6530", STAC_92HD83XXX_HEADSET_JACK), |
| 1709 | SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x053c, |
| 1710 | "Dell Latitude E5430", STAC_92HD83XXX_HEADSET_JACK), |
| 1711 | SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x053d, |
| 1712 | "Dell Latitude E5530", STAC_92HD83XXX_HEADSET_JACK), |
| 1713 | SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0549, |
| 1714 | "Dell Latitude E5430", STAC_92HD83XXX_HEADSET_JACK), |
| 1715 | SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x057d, |
| 1716 | "Dell Latitude E6430s", STAC_92HD83XXX_HEADSET_JACK), |
| 1717 | SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0584, |
| 1718 | "Dell Latitude E6430U", STAC_92HD83XXX_HEADSET_JACK), |
Julian Wollrath | f7f9bdf | 2011-11-09 10:02:40 +0100 | [diff] [blame] | 1719 | SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x1028, |
| 1720 | "Dell Vostro 3500", STAC_DELL_VOSTRO_3500), |
Vitaliy Kulikov | 0c27c18 | 2011-07-22 17:50:37 -0500 | [diff] [blame] | 1721 | SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x1656, |
| 1722 | "HP", STAC_92HD83XXX_HP_cNB11_INTQUAD), |
| 1723 | SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x1657, |
| 1724 | "HP", STAC_92HD83XXX_HP_cNB11_INTQUAD), |
| 1725 | SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x1658, |
| 1726 | "HP", STAC_92HD83XXX_HP_cNB11_INTQUAD), |
| 1727 | SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x1659, |
Takashi Iwai | 8ae5865 | 2012-12-13 14:33:42 +0100 | [diff] [blame] | 1728 | "HP Pavilion dv7", STAC_HP_DV7_4000), |
Vitaliy Kulikov | 0c27c18 | 2011-07-22 17:50:37 -0500 | [diff] [blame] | 1729 | SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x165A, |
| 1730 | "HP", STAC_92HD83XXX_HP_cNB11_INTQUAD), |
| 1731 | SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x165B, |
| 1732 | "HP", STAC_92HD83XXX_HP_cNB11_INTQUAD), |
Takashi Iwai | 62cbde1 | 2012-09-14 11:58:54 +0200 | [diff] [blame] | 1733 | SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x18df, |
| 1734 | "HP Folio", STAC_92HD83XXX_HP_MIC_LED), |
Vitaliy Kulikov | 0c27c18 | 2011-07-22 17:50:37 -0500 | [diff] [blame] | 1735 | SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x3388, |
| 1736 | "HP", STAC_92HD83XXX_HP_cNB11_INTQUAD), |
| 1737 | SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x3389, |
| 1738 | "HP", STAC_92HD83XXX_HP_cNB11_INTQUAD), |
| 1739 | SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x355B, |
| 1740 | "HP", STAC_92HD83XXX_HP_cNB11_INTQUAD), |
| 1741 | SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x355C, |
| 1742 | "HP", STAC_92HD83XXX_HP_cNB11_INTQUAD), |
| 1743 | SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x355D, |
| 1744 | "HP", STAC_92HD83XXX_HP_cNB11_INTQUAD), |
| 1745 | SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x355E, |
| 1746 | "HP", STAC_92HD83XXX_HP_cNB11_INTQUAD), |
| 1747 | SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x355F, |
| 1748 | "HP", STAC_92HD83XXX_HP_cNB11_INTQUAD), |
| 1749 | SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x3560, |
| 1750 | "HP", STAC_92HD83XXX_HP_cNB11_INTQUAD), |
| 1751 | SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x358B, |
| 1752 | "HP", STAC_92HD83XXX_HP_cNB11_INTQUAD), |
| 1753 | SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x358C, |
| 1754 | "HP", STAC_92HD83XXX_HP_cNB11_INTQUAD), |
| 1755 | SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x358D, |
| 1756 | "HP", STAC_92HD83XXX_HP_cNB11_INTQUAD), |
| 1757 | SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x3591, |
| 1758 | "HP", STAC_92HD83XXX_HP_cNB11_INTQUAD), |
| 1759 | SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x3592, |
| 1760 | "HP", STAC_92HD83XXX_HP_cNB11_INTQUAD), |
| 1761 | SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x3593, |
| 1762 | "HP", STAC_92HD83XXX_HP_cNB11_INTQUAD), |
Vitaliy Kulikov | 5556e14 | 2012-02-27 16:47:37 -0600 | [diff] [blame] | 1763 | SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x3561, |
| 1764 | "HP", STAC_HP_ZEPHYR), |
Takashi Iwai | a3e1997 | 2012-07-26 08:17:20 +0200 | [diff] [blame] | 1765 | SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x3660, |
| 1766 | "HP Mini", STAC_92HD83XXX_HP_LED), |
Gustavo Maciel Dias Vieira | 5afc13a | 2012-10-26 12:51:53 -0200 | [diff] [blame] | 1767 | SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x144E, |
| 1768 | "HP Pavilion dv5", STAC_92HD83XXX_HP_INV_LED), |
Vitaliy Kulikov | 5556e14 | 2012-02-27 16:47:37 -0600 | [diff] [blame] | 1769 | {} /* terminator */ |
| 1770 | }; |
| 1771 | |
| 1772 | static const struct snd_pci_quirk stac92hd83xxx_codec_id_cfg_tbl[] = { |
| 1773 | SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x3561, |
| 1774 | "HP", STAC_HP_ZEPHYR), |
Herton Ronaldo Krzesinski | 574f3c4 | 2008-12-23 16:53:00 -0200 | [diff] [blame] | 1775 | {} /* terminator */ |
Matthew Ranostay | d0513fc | 2008-07-27 10:30:30 +0200 | [diff] [blame] | 1776 | }; |
| 1777 | |
Takashi Iwai | 2b63536 | 2011-05-02 12:33:43 +0200 | [diff] [blame] | 1778 | static const unsigned int ref92hd71bxx_pin_configs[STAC92HD71BXX_NUM_PINS] = { |
Matthew Ranostay | e035b84 | 2007-11-06 11:53:55 +0100 | [diff] [blame] | 1779 | 0x02214030, 0x02a19040, 0x01a19020, 0x01014010, |
Matthew Ranostay | 4b33c76 | 2008-10-10 09:07:23 -0400 | [diff] [blame] | 1780 | 0x0181302e, 0x01014010, 0x01019020, 0x90a000f0, |
Herton Ronaldo Krzesinski | 616f89e | 2009-02-04 11:23:19 -0500 | [diff] [blame] | 1781 | 0x90a000f0, 0x01452050, 0x01452050, 0x00000000, |
| 1782 | 0x00000000 |
Matthew Ranostay | e035b84 | 2007-11-06 11:53:55 +0100 | [diff] [blame] | 1783 | }; |
| 1784 | |
Takashi Iwai | 2b63536 | 2011-05-02 12:33:43 +0200 | [diff] [blame] | 1785 | static const unsigned int dell_m4_1_pin_configs[STAC92HD71BXX_NUM_PINS] = { |
Matthew Ranostay | a766264 | 2008-02-21 07:51:14 +0100 | [diff] [blame] | 1786 | 0x0421101f, 0x04a11221, 0x40f000f0, 0x90170110, |
Matthew Ranostay | 07bcb31 | 2008-03-20 12:10:57 +0100 | [diff] [blame] | 1787 | 0x23a1902e, 0x23014250, 0x40f000f0, 0x90a000f0, |
Herton Ronaldo Krzesinski | 616f89e | 2009-02-04 11:23:19 -0500 | [diff] [blame] | 1788 | 0x40f000f0, 0x4f0000f0, 0x4f0000f0, 0x00000000, |
| 1789 | 0x00000000 |
Matthew Ranostay | a766264 | 2008-02-21 07:51:14 +0100 | [diff] [blame] | 1790 | }; |
| 1791 | |
Takashi Iwai | 2b63536 | 2011-05-02 12:33:43 +0200 | [diff] [blame] | 1792 | static const unsigned int dell_m4_2_pin_configs[STAC92HD71BXX_NUM_PINS] = { |
Matthew Ranostay | a766264 | 2008-02-21 07:51:14 +0100 | [diff] [blame] | 1793 | 0x0421101f, 0x04a11221, 0x90a70330, 0x90170110, |
| 1794 | 0x23a1902e, 0x23014250, 0x40f000f0, 0x40f000f0, |
Herton Ronaldo Krzesinski | 616f89e | 2009-02-04 11:23:19 -0500 | [diff] [blame] | 1795 | 0x40f000f0, 0x044413b0, 0x044413b0, 0x00000000, |
| 1796 | 0x00000000 |
Matthew Ranostay | a766264 | 2008-02-21 07:51:14 +0100 | [diff] [blame] | 1797 | }; |
| 1798 | |
Takashi Iwai | 2b63536 | 2011-05-02 12:33:43 +0200 | [diff] [blame] | 1799 | static const unsigned int dell_m4_3_pin_configs[STAC92HD71BXX_NUM_PINS] = { |
Matthew Ranostay | 3a7abfd | 2008-11-20 21:21:43 -0500 | [diff] [blame] | 1800 | 0x0421101f, 0x04a11221, 0x90a70330, 0x90170110, |
| 1801 | 0x40f000f0, 0x40f000f0, 0x40f000f0, 0x90a000f0, |
Herton Ronaldo Krzesinski | 616f89e | 2009-02-04 11:23:19 -0500 | [diff] [blame] | 1802 | 0x40f000f0, 0x044413b0, 0x044413b0, 0x00000000, |
| 1803 | 0x00000000 |
Matthew Ranostay | 3a7abfd | 2008-11-20 21:21:43 -0500 | [diff] [blame] | 1804 | }; |
| 1805 | |
Takashi Iwai | 2b63536 | 2011-05-02 12:33:43 +0200 | [diff] [blame] | 1806 | static const unsigned int *stac92hd71bxx_brd_tbl[STAC_92HD71BXX_MODELS] = { |
Matthew Ranostay | e035b84 | 2007-11-06 11:53:55 +0100 | [diff] [blame] | 1807 | [STAC_92HD71BXX_REF] = ref92hd71bxx_pin_configs, |
Matthew Ranostay | a766264 | 2008-02-21 07:51:14 +0100 | [diff] [blame] | 1808 | [STAC_DELL_M4_1] = dell_m4_1_pin_configs, |
| 1809 | [STAC_DELL_M4_2] = dell_m4_2_pin_configs, |
Matthew Ranostay | 3a7abfd | 2008-11-20 21:21:43 -0500 | [diff] [blame] | 1810 | [STAC_DELL_M4_3] = dell_m4_3_pin_configs, |
Matthew Ranostay | 6a14f58 | 2008-09-12 12:02:30 -0400 | [diff] [blame] | 1811 | [STAC_HP_M4] = NULL, |
Takashi Iwai | 2a6ce6e | 2010-05-12 10:16:20 +0200 | [diff] [blame] | 1812 | [STAC_HP_DV4] = NULL, |
Takashi Iwai | 1b0652e | 2009-01-14 08:27:35 +0100 | [diff] [blame] | 1813 | [STAC_HP_DV5] = NULL, |
Christoph Plattner | ae6241f | 2009-03-08 23:19:05 +0100 | [diff] [blame] | 1814 | [STAC_HP_HDX] = NULL, |
James Gardiner | 514bf54 | 2009-05-03 04:00:44 -0400 | [diff] [blame] | 1815 | [STAC_HP_DV4_1222NR] = NULL, |
Matthew Ranostay | e035b84 | 2007-11-06 11:53:55 +0100 | [diff] [blame] | 1816 | }; |
| 1817 | |
Takashi Iwai | ea73496 | 2011-01-17 11:29:34 +0100 | [diff] [blame] | 1818 | static const char * const stac92hd71bxx_models[STAC_92HD71BXX_MODELS] = { |
Takashi Iwai | 1607b8e | 2009-02-26 16:50:43 +0100 | [diff] [blame] | 1819 | [STAC_92HD71BXX_AUTO] = "auto", |
Matthew Ranostay | e035b84 | 2007-11-06 11:53:55 +0100 | [diff] [blame] | 1820 | [STAC_92HD71BXX_REF] = "ref", |
Matthew Ranostay | a766264 | 2008-02-21 07:51:14 +0100 | [diff] [blame] | 1821 | [STAC_DELL_M4_1] = "dell-m4-1", |
| 1822 | [STAC_DELL_M4_2] = "dell-m4-2", |
Matthew Ranostay | 3a7abfd | 2008-11-20 21:21:43 -0500 | [diff] [blame] | 1823 | [STAC_DELL_M4_3] = "dell-m4-3", |
Matthew Ranostay | 6a14f58 | 2008-09-12 12:02:30 -0400 | [diff] [blame] | 1824 | [STAC_HP_M4] = "hp-m4", |
Takashi Iwai | 2a6ce6e | 2010-05-12 10:16:20 +0200 | [diff] [blame] | 1825 | [STAC_HP_DV4] = "hp-dv4", |
Takashi Iwai | 1b0652e | 2009-01-14 08:27:35 +0100 | [diff] [blame] | 1826 | [STAC_HP_DV5] = "hp-dv5", |
Christoph Plattner | ae6241f | 2009-03-08 23:19:05 +0100 | [diff] [blame] | 1827 | [STAC_HP_HDX] = "hp-hdx", |
James Gardiner | 514bf54 | 2009-05-03 04:00:44 -0400 | [diff] [blame] | 1828 | [STAC_HP_DV4_1222NR] = "hp-dv4-1222nr", |
Matthew Ranostay | e035b84 | 2007-11-06 11:53:55 +0100 | [diff] [blame] | 1829 | }; |
| 1830 | |
Takashi Iwai | 2b63536 | 2011-05-02 12:33:43 +0200 | [diff] [blame] | 1831 | static const struct snd_pci_quirk stac92hd71bxx_cfg_tbl[] = { |
Matthew Ranostay | e035b84 | 2007-11-06 11:53:55 +0100 | [diff] [blame] | 1832 | /* SigmaTel reference board */ |
| 1833 | SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x2668, |
| 1834 | "DFI LanParty", STAC_92HD71BXX_REF), |
Matthew Ranostay | 577aa2c | 2009-01-22 22:55:44 -0500 | [diff] [blame] | 1835 | SND_PCI_QUIRK(PCI_VENDOR_ID_DFI, 0x3101, |
| 1836 | "DFI LanParty", STAC_92HD71BXX_REF), |
James Gardiner | 514bf54 | 2009-05-03 04:00:44 -0400 | [diff] [blame] | 1837 | SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x30fb, |
| 1838 | "HP dv4-1222nr", STAC_HP_DV4_1222NR), |
Vitaliy Kulikov | 5bdaaad | 2009-11-04 07:57:45 +0100 | [diff] [blame] | 1839 | SND_PCI_QUIRK_MASK(PCI_VENDOR_ID_HP, 0xfff0, 0x1720, |
| 1840 | "HP", STAC_HP_DV5), |
Takashi Iwai | 58d8395 | 2009-03-13 17:04:34 +0100 | [diff] [blame] | 1841 | SND_PCI_QUIRK_MASK(PCI_VENDOR_ID_HP, 0xfff0, 0x3080, |
| 1842 | "HP", STAC_HP_DV5), |
Takashi Iwai | 2ae466f | 2009-02-16 14:16:36 +0100 | [diff] [blame] | 1843 | SND_PCI_QUIRK_MASK(PCI_VENDOR_ID_HP, 0xfff0, 0x30f0, |
Takashi Iwai | 2a6ce6e | 2010-05-12 10:16:20 +0200 | [diff] [blame] | 1844 | "HP dv4-7", STAC_HP_DV4), |
Takashi Iwai | 2ae466f | 2009-02-16 14:16:36 +0100 | [diff] [blame] | 1845 | SND_PCI_QUIRK_MASK(PCI_VENDOR_ID_HP, 0xfff0, 0x3600, |
| 1846 | "HP dv4-7", STAC_HP_DV5), |
Takashi Iwai | 6fce61a | 2009-03-10 07:48:57 +0100 | [diff] [blame] | 1847 | SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x3610, |
| 1848 | "HP HDX", STAC_HP_HDX), /* HDX18 */ |
Matthew Ranostay | 9a9e235 | 2008-09-26 10:37:03 -0400 | [diff] [blame] | 1849 | SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x361a, |
Takashi Iwai | 2ae466f | 2009-02-16 14:16:36 +0100 | [diff] [blame] | 1850 | "HP mini 1000", STAC_HP_M4), |
Christoph Plattner | ae6241f | 2009-03-08 23:19:05 +0100 | [diff] [blame] | 1851 | SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x361b, |
Takashi Iwai | 6fce61a | 2009-03-10 07:48:57 +0100 | [diff] [blame] | 1852 | "HP HDX", STAC_HP_HDX), /* HDX16 */ |
Takashi Iwai | 6e34c03 | 2009-09-14 15:42:18 +0200 | [diff] [blame] | 1853 | SND_PCI_QUIRK_MASK(PCI_VENDOR_ID_HP, 0xfff0, 0x3620, |
| 1854 | "HP dv6", STAC_HP_DV5), |
Kunal Gangakhedkar | e3d2530 | 2010-03-20 23:08:01 +0530 | [diff] [blame] | 1855 | SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x3061, |
| 1856 | "HP dv6", STAC_HP_DV5), /* HP dv6-1110ax */ |
Luke Yelavich | 9b2167d | 2010-10-06 15:45:46 +1100 | [diff] [blame] | 1857 | SND_PCI_QUIRK(PCI_VENDOR_ID_HP, 0x363e, |
| 1858 | "HP DV6", STAC_HP_DV5), |
Takashi Iwai | 1972d02 | 2009-08-06 08:44:43 +0200 | [diff] [blame] | 1859 | SND_PCI_QUIRK_MASK(PCI_VENDOR_ID_HP, 0xfff0, 0x7010, |
| 1860 | "HP", STAC_HP_DV5), |
Matthew Ranostay | a766264 | 2008-02-21 07:51:14 +0100 | [diff] [blame] | 1861 | SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0233, |
| 1862 | "unknown Dell", STAC_DELL_M4_1), |
| 1863 | SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0234, |
| 1864 | "unknown Dell", STAC_DELL_M4_1), |
| 1865 | SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0250, |
| 1866 | "unknown Dell", STAC_DELL_M4_1), |
| 1867 | SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x024f, |
| 1868 | "unknown Dell", STAC_DELL_M4_1), |
| 1869 | SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x024d, |
| 1870 | "unknown Dell", STAC_DELL_M4_1), |
| 1871 | SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0251, |
| 1872 | "unknown Dell", STAC_DELL_M4_1), |
| 1873 | SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0277, |
| 1874 | "unknown Dell", STAC_DELL_M4_1), |
| 1875 | SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0263, |
| 1876 | "unknown Dell", STAC_DELL_M4_2), |
| 1877 | SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0265, |
| 1878 | "unknown Dell", STAC_DELL_M4_2), |
| 1879 | SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0262, |
| 1880 | "unknown Dell", STAC_DELL_M4_2), |
| 1881 | SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0264, |
| 1882 | "unknown Dell", STAC_DELL_M4_2), |
Matthew Ranostay | 3a7abfd | 2008-11-20 21:21:43 -0500 | [diff] [blame] | 1883 | SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x02aa, |
| 1884 | "unknown Dell", STAC_DELL_M4_3), |
Matthew Ranostay | e035b84 | 2007-11-06 11:53:55 +0100 | [diff] [blame] | 1885 | {} /* terminator */ |
| 1886 | }; |
| 1887 | |
Takashi Iwai | 2b63536 | 2011-05-02 12:33:43 +0200 | [diff] [blame] | 1888 | static const unsigned int ref922x_pin_configs[10] = { |
Matt Porter | 403d194 | 2005-11-29 15:00:51 +0100 | [diff] [blame] | 1889 | 0x01014010, 0x01016011, 0x01012012, 0x0221401f, |
| 1890 | 0x01813122, 0x01011014, 0x01441030, 0x01c41030, |
Matt | 2f2f425 | 2005-04-13 14:45:30 +0200 | [diff] [blame] | 1891 | 0x40000100, 0x40000100, |
| 1892 | }; |
| 1893 | |
Takashi Iwai | dfe495d | 2007-08-23 19:04:28 +0200 | [diff] [blame] | 1894 | /* |
| 1895 | STAC 922X pin configs for |
| 1896 | 102801A7 |
| 1897 | 102801AB |
| 1898 | 102801A9 |
| 1899 | 102801D1 |
| 1900 | 102801D2 |
| 1901 | */ |
Takashi Iwai | 2b63536 | 2011-05-02 12:33:43 +0200 | [diff] [blame] | 1902 | static const unsigned int dell_922x_d81_pin_configs[10] = { |
Takashi Iwai | dfe495d | 2007-08-23 19:04:28 +0200 | [diff] [blame] | 1903 | 0x02214030, 0x01a19021, 0x01111012, 0x01114010, |
| 1904 | 0x02a19020, 0x01117011, 0x400001f0, 0x400001f1, |
| 1905 | 0x01813122, 0x400001f2, |
| 1906 | }; |
| 1907 | |
| 1908 | /* |
| 1909 | STAC 922X pin configs for |
| 1910 | 102801AC |
| 1911 | 102801D0 |
| 1912 | */ |
Takashi Iwai | 2b63536 | 2011-05-02 12:33:43 +0200 | [diff] [blame] | 1913 | static const unsigned int dell_922x_d82_pin_configs[10] = { |
Takashi Iwai | dfe495d | 2007-08-23 19:04:28 +0200 | [diff] [blame] | 1914 | 0x02214030, 0x01a19021, 0x01111012, 0x01114010, |
| 1915 | 0x02a19020, 0x01117011, 0x01451140, 0x400001f0, |
| 1916 | 0x01813122, 0x400001f1, |
| 1917 | }; |
| 1918 | |
| 1919 | /* |
| 1920 | STAC 922X pin configs for |
| 1921 | 102801BF |
| 1922 | */ |
Takashi Iwai | 2b63536 | 2011-05-02 12:33:43 +0200 | [diff] [blame] | 1923 | static const unsigned int dell_922x_m81_pin_configs[10] = { |
Takashi Iwai | dfe495d | 2007-08-23 19:04:28 +0200 | [diff] [blame] | 1924 | 0x0321101f, 0x01112024, 0x01111222, 0x91174220, |
| 1925 | 0x03a11050, 0x01116221, 0x90a70330, 0x01452340, |
| 1926 | 0x40C003f1, 0x405003f0, |
| 1927 | }; |
| 1928 | |
| 1929 | /* |
| 1930 | STAC 9221 A1 pin configs for |
| 1931 | 102801D7 (Dell XPS M1210) |
| 1932 | */ |
Takashi Iwai | 2b63536 | 2011-05-02 12:33:43 +0200 | [diff] [blame] | 1933 | static const unsigned int dell_922x_m82_pin_configs[10] = { |
Jiang Zhe | 7f9310c | 2007-11-12 12:43:37 +0100 | [diff] [blame] | 1934 | 0x02211211, 0x408103ff, 0x02a1123e, 0x90100310, |
| 1935 | 0x408003f1, 0x0221121f, 0x03451340, 0x40c003f2, |
Takashi Iwai | dfe495d | 2007-08-23 19:04:28 +0200 | [diff] [blame] | 1936 | 0x508003f3, 0x405003f4, |
| 1937 | }; |
| 1938 | |
Takashi Iwai | 2b63536 | 2011-05-02 12:33:43 +0200 | [diff] [blame] | 1939 | static const unsigned int d945gtp3_pin_configs[10] = { |
Matt Porter | 869264c | 2006-01-25 19:20:50 +0100 | [diff] [blame] | 1940 | 0x0221401f, 0x01a19022, 0x01813021, 0x01014010, |
Matt Porter | 403d194 | 2005-11-29 15:00:51 +0100 | [diff] [blame] | 1941 | 0x40000100, 0x40000100, 0x40000100, 0x40000100, |
| 1942 | 0x02a19120, 0x40000100, |
| 1943 | }; |
| 1944 | |
Takashi Iwai | 2b63536 | 2011-05-02 12:33:43 +0200 | [diff] [blame] | 1945 | static const unsigned int d945gtp5_pin_configs[10] = { |
Matt Porter | 869264c | 2006-01-25 19:20:50 +0100 | [diff] [blame] | 1946 | 0x0221401f, 0x01011012, 0x01813024, 0x01014010, |
| 1947 | 0x01a19021, 0x01016011, 0x01452130, 0x40000100, |
Matt Porter | 403d194 | 2005-11-29 15:00:51 +0100 | [diff] [blame] | 1948 | 0x02a19320, 0x40000100, |
| 1949 | }; |
| 1950 | |
Takashi Iwai | 2b63536 | 2011-05-02 12:33:43 +0200 | [diff] [blame] | 1951 | static const unsigned int intel_mac_v1_pin_configs[10] = { |
Ivan N. Zlatev | 5d5d3bc | 2007-05-29 16:03:00 +0200 | [diff] [blame] | 1952 | 0x0121e21f, 0x400000ff, 0x9017e110, 0x400000fd, |
| 1953 | 0x400000fe, 0x0181e020, 0x1145e030, 0x11c5e240, |
Takashi Iwai | 3fc24d8 | 2007-02-16 13:27:18 +0100 | [diff] [blame] | 1954 | 0x400000fc, 0x400000fb, |
| 1955 | }; |
| 1956 | |
Takashi Iwai | 2b63536 | 2011-05-02 12:33:43 +0200 | [diff] [blame] | 1957 | static const unsigned int intel_mac_v2_pin_configs[10] = { |
Ivan N. Zlatev | 5d5d3bc | 2007-05-29 16:03:00 +0200 | [diff] [blame] | 1958 | 0x0121e21f, 0x90a7012e, 0x9017e110, 0x400000fd, |
| 1959 | 0x400000fe, 0x0181e020, 0x1145e230, 0x500000fa, |
Sylvain FORET | f16928f | 2007-04-27 14:22:36 +0200 | [diff] [blame] | 1960 | 0x400000fc, 0x400000fb, |
| 1961 | }; |
| 1962 | |
Takashi Iwai | 2b63536 | 2011-05-02 12:33:43 +0200 | [diff] [blame] | 1963 | static const unsigned int intel_mac_v3_pin_configs[10] = { |
Ivan N. Zlatev | 5d5d3bc | 2007-05-29 16:03:00 +0200 | [diff] [blame] | 1964 | 0x0121e21f, 0x90a7012e, 0x9017e110, 0x400000fd, |
| 1965 | 0x400000fe, 0x0181e020, 0x1145e230, 0x11c5e240, |
| 1966 | 0x400000fc, 0x400000fb, |
| 1967 | }; |
| 1968 | |
Takashi Iwai | 2b63536 | 2011-05-02 12:33:43 +0200 | [diff] [blame] | 1969 | static const unsigned int intel_mac_v4_pin_configs[10] = { |
Ivan N. Zlatev | 5d5d3bc | 2007-05-29 16:03:00 +0200 | [diff] [blame] | 1970 | 0x0321e21f, 0x03a1e02e, 0x9017e110, 0x9017e11f, |
| 1971 | 0x400000fe, 0x0381e020, 0x1345e230, 0x13c5e240, |
| 1972 | 0x400000fc, 0x400000fb, |
| 1973 | }; |
| 1974 | |
Takashi Iwai | 2b63536 | 2011-05-02 12:33:43 +0200 | [diff] [blame] | 1975 | static const unsigned int intel_mac_v5_pin_configs[10] = { |
Ivan N. Zlatev | 5d5d3bc | 2007-05-29 16:03:00 +0200 | [diff] [blame] | 1976 | 0x0321e21f, 0x03a1e02e, 0x9017e110, 0x9017e11f, |
| 1977 | 0x400000fe, 0x0381e020, 0x1345e230, 0x13c5e240, |
| 1978 | 0x400000fc, 0x400000fb, |
Takashi Iwai | 0dae0f8 | 2007-05-21 12:41:29 +0200 | [diff] [blame] | 1979 | }; |
| 1980 | |
Takashi Iwai | 2b63536 | 2011-05-02 12:33:43 +0200 | [diff] [blame] | 1981 | static const unsigned int ecs202_pin_configs[10] = { |
Mauro Carvalho Chehab | 8c65008 | 2008-08-04 10:39:59 -0300 | [diff] [blame] | 1982 | 0x0221401f, 0x02a19020, 0x01a19020, 0x01114010, |
| 1983 | 0x408000f0, 0x01813022, 0x074510a0, 0x40c400f1, |
| 1984 | 0x9037012e, 0x40e000f2, |
| 1985 | }; |
Takashi Iwai | 76c0882 | 2007-06-19 12:17:42 +0200 | [diff] [blame] | 1986 | |
Takashi Iwai | 2b63536 | 2011-05-02 12:33:43 +0200 | [diff] [blame] | 1987 | static const unsigned int *stac922x_brd_tbl[STAC_922X_MODELS] = { |
Takashi Iwai | f5fcc13 | 2006-11-24 17:07:44 +0100 | [diff] [blame] | 1988 | [STAC_D945_REF] = ref922x_pin_configs, |
Takashi Iwai | 19039bd | 2006-06-28 15:52:16 +0200 | [diff] [blame] | 1989 | [STAC_D945GTP3] = d945gtp3_pin_configs, |
| 1990 | [STAC_D945GTP5] = d945gtp5_pin_configs, |
Ivan N. Zlatev | 5d5d3bc | 2007-05-29 16:03:00 +0200 | [diff] [blame] | 1991 | [STAC_INTEL_MAC_V1] = intel_mac_v1_pin_configs, |
| 1992 | [STAC_INTEL_MAC_V2] = intel_mac_v2_pin_configs, |
| 1993 | [STAC_INTEL_MAC_V3] = intel_mac_v3_pin_configs, |
| 1994 | [STAC_INTEL_MAC_V4] = intel_mac_v4_pin_configs, |
| 1995 | [STAC_INTEL_MAC_V5] = intel_mac_v5_pin_configs, |
Nicolas Boichat | 536319a | 2008-07-21 22:18:01 +0800 | [diff] [blame] | 1996 | [STAC_INTEL_MAC_AUTO] = intel_mac_v3_pin_configs, |
Takashi Iwai | dfe495d | 2007-08-23 19:04:28 +0200 | [diff] [blame] | 1997 | /* for backward compatibility */ |
Ivan N. Zlatev | 5d5d3bc | 2007-05-29 16:03:00 +0200 | [diff] [blame] | 1998 | [STAC_MACMINI] = intel_mac_v3_pin_configs, |
| 1999 | [STAC_MACBOOK] = intel_mac_v5_pin_configs, |
| 2000 | [STAC_MACBOOK_PRO_V1] = intel_mac_v3_pin_configs, |
| 2001 | [STAC_MACBOOK_PRO_V2] = intel_mac_v3_pin_configs, |
| 2002 | [STAC_IMAC_INTEL] = intel_mac_v2_pin_configs, |
| 2003 | [STAC_IMAC_INTEL_20] = intel_mac_v3_pin_configs, |
Mauro Carvalho Chehab | 8c65008 | 2008-08-04 10:39:59 -0300 | [diff] [blame] | 2004 | [STAC_ECS_202] = ecs202_pin_configs, |
Takashi Iwai | dfe495d | 2007-08-23 19:04:28 +0200 | [diff] [blame] | 2005 | [STAC_922X_DELL_D81] = dell_922x_d81_pin_configs, |
| 2006 | [STAC_922X_DELL_D82] = dell_922x_d82_pin_configs, |
| 2007 | [STAC_922X_DELL_M81] = dell_922x_m81_pin_configs, |
| 2008 | [STAC_922X_DELL_M82] = dell_922x_m82_pin_configs, |
Matt Porter | 403d194 | 2005-11-29 15:00:51 +0100 | [diff] [blame] | 2009 | }; |
| 2010 | |
Takashi Iwai | ea73496 | 2011-01-17 11:29:34 +0100 | [diff] [blame] | 2011 | static const char * const stac922x_models[STAC_922X_MODELS] = { |
Takashi Iwai | 1607b8e | 2009-02-26 16:50:43 +0100 | [diff] [blame] | 2012 | [STAC_922X_AUTO] = "auto", |
Takashi Iwai | f5fcc13 | 2006-11-24 17:07:44 +0100 | [diff] [blame] | 2013 | [STAC_D945_REF] = "ref", |
| 2014 | [STAC_D945GTP5] = "5stack", |
| 2015 | [STAC_D945GTP3] = "3stack", |
Ivan N. Zlatev | 5d5d3bc | 2007-05-29 16:03:00 +0200 | [diff] [blame] | 2016 | [STAC_INTEL_MAC_V1] = "intel-mac-v1", |
| 2017 | [STAC_INTEL_MAC_V2] = "intel-mac-v2", |
| 2018 | [STAC_INTEL_MAC_V3] = "intel-mac-v3", |
| 2019 | [STAC_INTEL_MAC_V4] = "intel-mac-v4", |
| 2020 | [STAC_INTEL_MAC_V5] = "intel-mac-v5", |
Nicolas Boichat | 536319a | 2008-07-21 22:18:01 +0800 | [diff] [blame] | 2021 | [STAC_INTEL_MAC_AUTO] = "intel-mac-auto", |
Takashi Iwai | dfe495d | 2007-08-23 19:04:28 +0200 | [diff] [blame] | 2022 | /* for backward compatibility */ |
Takashi Iwai | f5fcc13 | 2006-11-24 17:07:44 +0100 | [diff] [blame] | 2023 | [STAC_MACMINI] = "macmini", |
Takashi Iwai | 3fc24d8 | 2007-02-16 13:27:18 +0100 | [diff] [blame] | 2024 | [STAC_MACBOOK] = "macbook", |
Nicolas Boichat | 6f0778d | 2007-03-15 12:38:15 +0100 | [diff] [blame] | 2025 | [STAC_MACBOOK_PRO_V1] = "macbook-pro-v1", |
| 2026 | [STAC_MACBOOK_PRO_V2] = "macbook-pro", |
Sylvain FORET | f16928f | 2007-04-27 14:22:36 +0200 | [diff] [blame] | 2027 | [STAC_IMAC_INTEL] = "imac-intel", |
Takashi Iwai | 0dae0f8 | 2007-05-21 12:41:29 +0200 | [diff] [blame] | 2028 | [STAC_IMAC_INTEL_20] = "imac-intel-20", |
Mauro Carvalho Chehab | 8c65008 | 2008-08-04 10:39:59 -0300 | [diff] [blame] | 2029 | [STAC_ECS_202] = "ecs202", |
Takashi Iwai | dfe495d | 2007-08-23 19:04:28 +0200 | [diff] [blame] | 2030 | [STAC_922X_DELL_D81] = "dell-d81", |
| 2031 | [STAC_922X_DELL_D82] = "dell-d82", |
| 2032 | [STAC_922X_DELL_M81] = "dell-m81", |
| 2033 | [STAC_922X_DELL_M82] = "dell-m82", |
Takashi Iwai | f5fcc13 | 2006-11-24 17:07:44 +0100 | [diff] [blame] | 2034 | }; |
| 2035 | |
Takashi Iwai | 2b63536 | 2011-05-02 12:33:43 +0200 | [diff] [blame] | 2036 | static const struct snd_pci_quirk stac922x_cfg_tbl[] = { |
Takashi Iwai | f5fcc13 | 2006-11-24 17:07:44 +0100 | [diff] [blame] | 2037 | /* SigmaTel reference board */ |
| 2038 | SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x2668, |
| 2039 | "DFI LanParty", STAC_D945_REF), |
Matthew Ranostay | 577aa2c | 2009-01-22 22:55:44 -0500 | [diff] [blame] | 2040 | SND_PCI_QUIRK(PCI_VENDOR_ID_DFI, 0x3101, |
| 2041 | "DFI LanParty", STAC_D945_REF), |
Takashi Iwai | f5fcc13 | 2006-11-24 17:07:44 +0100 | [diff] [blame] | 2042 | /* Intel 945G based systems */ |
| 2043 | SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x0101, |
| 2044 | "Intel D945G", STAC_D945GTP3), |
| 2045 | SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x0202, |
| 2046 | "Intel D945G", STAC_D945GTP3), |
| 2047 | SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x0606, |
| 2048 | "Intel D945G", STAC_D945GTP3), |
| 2049 | SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x0601, |
| 2050 | "Intel D945G", STAC_D945GTP3), |
| 2051 | SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x0111, |
| 2052 | "Intel D945G", STAC_D945GTP3), |
| 2053 | SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x1115, |
| 2054 | "Intel D945G", STAC_D945GTP3), |
| 2055 | SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x1116, |
| 2056 | "Intel D945G", STAC_D945GTP3), |
| 2057 | SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x1117, |
| 2058 | "Intel D945G", STAC_D945GTP3), |
| 2059 | SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x1118, |
| 2060 | "Intel D945G", STAC_D945GTP3), |
| 2061 | SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x1119, |
| 2062 | "Intel D945G", STAC_D945GTP3), |
| 2063 | SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x8826, |
| 2064 | "Intel D945G", STAC_D945GTP3), |
| 2065 | SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x5049, |
| 2066 | "Intel D945G", STAC_D945GTP3), |
| 2067 | SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x5055, |
| 2068 | "Intel D945G", STAC_D945GTP3), |
| 2069 | SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x5048, |
| 2070 | "Intel D945G", STAC_D945GTP3), |
| 2071 | SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x0110, |
| 2072 | "Intel D945G", STAC_D945GTP3), |
| 2073 | /* Intel D945G 5-stack systems */ |
| 2074 | SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x0404, |
| 2075 | "Intel D945G", STAC_D945GTP5), |
| 2076 | SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x0303, |
| 2077 | "Intel D945G", STAC_D945GTP5), |
| 2078 | SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x0013, |
| 2079 | "Intel D945G", STAC_D945GTP5), |
| 2080 | SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x0417, |
| 2081 | "Intel D945G", STAC_D945GTP5), |
| 2082 | /* Intel 945P based systems */ |
| 2083 | SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x0b0b, |
| 2084 | "Intel D945P", STAC_D945GTP3), |
| 2085 | SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x0112, |
| 2086 | "Intel D945P", STAC_D945GTP3), |
| 2087 | SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x0d0d, |
| 2088 | "Intel D945P", STAC_D945GTP3), |
| 2089 | SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x0909, |
| 2090 | "Intel D945P", STAC_D945GTP3), |
| 2091 | SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x0505, |
| 2092 | "Intel D945P", STAC_D945GTP3), |
| 2093 | SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x0707, |
| 2094 | "Intel D945P", STAC_D945GTP5), |
Takashi Iwai | 8056d47 | 2009-01-23 09:09:43 +0100 | [diff] [blame] | 2095 | /* other intel */ |
| 2096 | SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x0204, |
| 2097 | "Intel D945", STAC_D945_REF), |
Takashi Iwai | f5fcc13 | 2006-11-24 17:07:44 +0100 | [diff] [blame] | 2098 | /* other systems */ |
Nicolas Boichat | 536319a | 2008-07-21 22:18:01 +0800 | [diff] [blame] | 2099 | /* Apple Intel Mac (Mac Mini, MacBook, MacBook Pro...) */ |
Takashi Iwai | f5fcc13 | 2006-11-24 17:07:44 +0100 | [diff] [blame] | 2100 | SND_PCI_QUIRK(0x8384, 0x7680, |
Nicolas Boichat | 536319a | 2008-07-21 22:18:01 +0800 | [diff] [blame] | 2101 | "Mac", STAC_INTEL_MAC_AUTO), |
Takashi Iwai | dfe495d | 2007-08-23 19:04:28 +0200 | [diff] [blame] | 2102 | /* Dell systems */ |
| 2103 | SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01a7, |
| 2104 | "unknown Dell", STAC_922X_DELL_D81), |
| 2105 | SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01a9, |
| 2106 | "unknown Dell", STAC_922X_DELL_D81), |
| 2107 | SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01ab, |
| 2108 | "unknown Dell", STAC_922X_DELL_D81), |
| 2109 | SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01ac, |
| 2110 | "unknown Dell", STAC_922X_DELL_D82), |
| 2111 | SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01bf, |
| 2112 | "unknown Dell", STAC_922X_DELL_M81), |
| 2113 | SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01d0, |
| 2114 | "unknown Dell", STAC_922X_DELL_D82), |
| 2115 | SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01d1, |
| 2116 | "unknown Dell", STAC_922X_DELL_D81), |
| 2117 | SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01d2, |
| 2118 | "unknown Dell", STAC_922X_DELL_D81), |
| 2119 | SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01d7, |
| 2120 | "Dell XPS M1210", STAC_922X_DELL_M82), |
Mauro Carvalho Chehab | 8c65008 | 2008-08-04 10:39:59 -0300 | [diff] [blame] | 2121 | /* ECS/PC Chips boards */ |
Takashi Iwai | dea0a50 | 2009-02-09 17:14:52 +0100 | [diff] [blame] | 2122 | SND_PCI_QUIRK_MASK(0x1019, 0xf000, 0x2000, |
Herton Ronaldo Krzesinski | 8663ae5 | 2009-02-08 19:50:34 -0200 | [diff] [blame] | 2123 | "ECS/PC chips", STAC_ECS_202), |
Matt Porter | 403d194 | 2005-11-29 15:00:51 +0100 | [diff] [blame] | 2124 | {} /* terminator */ |
| 2125 | }; |
| 2126 | |
Takashi Iwai | 2b63536 | 2011-05-02 12:33:43 +0200 | [diff] [blame] | 2127 | static const unsigned int ref927x_pin_configs[14] = { |
Tobin Davis | 93ed150 | 2006-09-01 21:03:12 +0200 | [diff] [blame] | 2128 | 0x02214020, 0x02a19080, 0x0181304e, 0x01014010, |
| 2129 | 0x01a19040, 0x01011012, 0x01016011, 0x0101201f, |
| 2130 | 0x183301f0, 0x18a001f0, 0x18a001f0, 0x01442070, |
| 2131 | 0x01c42190, 0x40000100, |
Matt Porter | 3cc08dc | 2006-01-23 15:27:49 +0100 | [diff] [blame] | 2132 | }; |
| 2133 | |
Takashi Iwai | 2b63536 | 2011-05-02 12:33:43 +0200 | [diff] [blame] | 2134 | static const unsigned int d965_3st_pin_configs[14] = { |
Tobin Davis | 81d3dbd | 2006-08-22 19:44:45 +0200 | [diff] [blame] | 2135 | 0x0221401f, 0x02a19120, 0x40000100, 0x01014011, |
| 2136 | 0x01a19021, 0x01813024, 0x40000100, 0x40000100, |
| 2137 | 0x40000100, 0x40000100, 0x40000100, 0x40000100, |
| 2138 | 0x40000100, 0x40000100 |
| 2139 | }; |
| 2140 | |
Takashi Iwai | 2b63536 | 2011-05-02 12:33:43 +0200 | [diff] [blame] | 2141 | static const unsigned int d965_5st_pin_configs[14] = { |
Tobin Davis | 93ed150 | 2006-09-01 21:03:12 +0200 | [diff] [blame] | 2142 | 0x02214020, 0x02a19080, 0x0181304e, 0x01014010, |
| 2143 | 0x01a19040, 0x01011012, 0x01016011, 0x40000100, |
| 2144 | 0x40000100, 0x40000100, 0x40000100, 0x01442070, |
| 2145 | 0x40000100, 0x40000100 |
| 2146 | }; |
| 2147 | |
Takashi Iwai | 2b63536 | 2011-05-02 12:33:43 +0200 | [diff] [blame] | 2148 | static const unsigned int d965_5st_no_fp_pin_configs[14] = { |
Takashi Iwai | 679d92e | 2009-05-24 19:00:08 +0200 | [diff] [blame] | 2149 | 0x40000100, 0x40000100, 0x0181304e, 0x01014010, |
| 2150 | 0x01a19040, 0x01011012, 0x01016011, 0x40000100, |
| 2151 | 0x40000100, 0x40000100, 0x40000100, 0x01442070, |
| 2152 | 0x40000100, 0x40000100 |
| 2153 | }; |
| 2154 | |
Takashi Iwai | 2b63536 | 2011-05-02 12:33:43 +0200 | [diff] [blame] | 2155 | static const unsigned int dell_3st_pin_configs[14] = { |
Tobin Davis | 4ff076e | 2007-08-07 11:48:12 +0200 | [diff] [blame] | 2156 | 0x02211230, 0x02a11220, 0x01a19040, 0x01114210, |
| 2157 | 0x01111212, 0x01116211, 0x01813050, 0x01112214, |
Matthew Ranostay | 8e9068b | 2007-12-17 11:58:13 +0100 | [diff] [blame] | 2158 | 0x403003fa, 0x90a60040, 0x90a60040, 0x404003fb, |
Tobin Davis | 4ff076e | 2007-08-07 11:48:12 +0200 | [diff] [blame] | 2159 | 0x40c003fc, 0x40000100 |
| 2160 | }; |
| 2161 | |
Takashi Iwai | 2b63536 | 2011-05-02 12:33:43 +0200 | [diff] [blame] | 2162 | static const unsigned int *stac927x_brd_tbl[STAC_927X_MODELS] = { |
Takashi Iwai | e28d832 | 2008-12-17 13:48:29 +0100 | [diff] [blame] | 2163 | [STAC_D965_REF_NO_JD] = ref927x_pin_configs, |
Matthew Ranostay | 8e9068b | 2007-12-17 11:58:13 +0100 | [diff] [blame] | 2164 | [STAC_D965_REF] = ref927x_pin_configs, |
| 2165 | [STAC_D965_3ST] = d965_3st_pin_configs, |
| 2166 | [STAC_D965_5ST] = d965_5st_pin_configs, |
Takashi Iwai | 679d92e | 2009-05-24 19:00:08 +0200 | [diff] [blame] | 2167 | [STAC_D965_5ST_NO_FP] = d965_5st_no_fp_pin_configs, |
Matthew Ranostay | 8e9068b | 2007-12-17 11:58:13 +0100 | [diff] [blame] | 2168 | [STAC_DELL_3ST] = dell_3st_pin_configs, |
| 2169 | [STAC_DELL_BIOS] = NULL, |
Takashi Iwai | 5493053 | 2009-10-11 17:38:29 +0200 | [diff] [blame] | 2170 | [STAC_927X_VOLKNOB] = NULL, |
Matt Porter | 3cc08dc | 2006-01-23 15:27:49 +0100 | [diff] [blame] | 2171 | }; |
| 2172 | |
Takashi Iwai | ea73496 | 2011-01-17 11:29:34 +0100 | [diff] [blame] | 2173 | static const char * const stac927x_models[STAC_927X_MODELS] = { |
Takashi Iwai | 1607b8e | 2009-02-26 16:50:43 +0100 | [diff] [blame] | 2174 | [STAC_927X_AUTO] = "auto", |
Takashi Iwai | e28d832 | 2008-12-17 13:48:29 +0100 | [diff] [blame] | 2175 | [STAC_D965_REF_NO_JD] = "ref-no-jd", |
Matthew Ranostay | 8e9068b | 2007-12-17 11:58:13 +0100 | [diff] [blame] | 2176 | [STAC_D965_REF] = "ref", |
| 2177 | [STAC_D965_3ST] = "3stack", |
| 2178 | [STAC_D965_5ST] = "5stack", |
Takashi Iwai | 679d92e | 2009-05-24 19:00:08 +0200 | [diff] [blame] | 2179 | [STAC_D965_5ST_NO_FP] = "5stack-no-fp", |
Matthew Ranostay | 8e9068b | 2007-12-17 11:58:13 +0100 | [diff] [blame] | 2180 | [STAC_DELL_3ST] = "dell-3stack", |
| 2181 | [STAC_DELL_BIOS] = "dell-bios", |
Takashi Iwai | 5493053 | 2009-10-11 17:38:29 +0200 | [diff] [blame] | 2182 | [STAC_927X_VOLKNOB] = "volknob", |
Takashi Iwai | f5fcc13 | 2006-11-24 17:07:44 +0100 | [diff] [blame] | 2183 | }; |
| 2184 | |
Takashi Iwai | 2b63536 | 2011-05-02 12:33:43 +0200 | [diff] [blame] | 2185 | static const struct snd_pci_quirk stac927x_cfg_tbl[] = { |
Takashi Iwai | f5fcc13 | 2006-11-24 17:07:44 +0100 | [diff] [blame] | 2186 | /* SigmaTel reference board */ |
| 2187 | SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x2668, |
| 2188 | "DFI LanParty", STAC_D965_REF), |
Matthew Ranostay | 577aa2c | 2009-01-22 22:55:44 -0500 | [diff] [blame] | 2189 | SND_PCI_QUIRK(PCI_VENDOR_ID_DFI, 0x3101, |
| 2190 | "DFI LanParty", STAC_D965_REF), |
Tobin Davis | 81d3dbd | 2006-08-22 19:44:45 +0200 | [diff] [blame] | 2191 | /* Intel 946 based systems */ |
Takashi Iwai | f5fcc13 | 2006-11-24 17:07:44 +0100 | [diff] [blame] | 2192 | SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x3d01, "Intel D946", STAC_D965_3ST), |
| 2193 | 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] | 2194 | /* 965 based 3 stack systems */ |
Takashi Iwai | dea0a50 | 2009-02-09 17:14:52 +0100 | [diff] [blame] | 2195 | SND_PCI_QUIRK_MASK(PCI_VENDOR_ID_INTEL, 0xff00, 0x2100, |
| 2196 | "Intel D965", STAC_D965_3ST), |
| 2197 | SND_PCI_QUIRK_MASK(PCI_VENDOR_ID_INTEL, 0xff00, 0x2000, |
| 2198 | "Intel D965", STAC_D965_3ST), |
Tobin Davis | 4ff076e | 2007-08-07 11:48:12 +0200 | [diff] [blame] | 2199 | /* Dell 3 stack systems */ |
Takashi Iwai | dfe495d | 2007-08-23 19:04:28 +0200 | [diff] [blame] | 2200 | 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] | 2201 | SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01ed, "Dell ", STAC_DELL_3ST), |
| 2202 | SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01f4, "Dell ", STAC_DELL_3ST), |
Matthew Ranostay | 8e9068b | 2007-12-17 11:58:13 +0100 | [diff] [blame] | 2203 | /* Dell 3 stack systems with verb table in BIOS */ |
Matthew Ranostay | 2f32d90 | 2008-01-10 13:06:26 +0100 | [diff] [blame] | 2204 | 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] | 2205 | 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] | 2206 | SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0227, "Dell Vostro 1400 ", STAC_DELL_BIOS), |
Matthew Ranostay | 8e9068b | 2007-12-17 11:58:13 +0100 | [diff] [blame] | 2207 | SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x022e, "Dell ", STAC_DELL_BIOS), |
Chengu Wang | 84d3dc2 | 2009-07-30 19:43:55 +0800 | [diff] [blame] | 2208 | 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] | 2209 | SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0242, "Dell ", STAC_DELL_BIOS), |
| 2210 | SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0243, "Dell ", STAC_DELL_BIOS), |
| 2211 | SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x02ff, "Dell ", STAC_DELL_BIOS), |
| 2212 | SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0209, "Dell XPS 1330", STAC_DELL_BIOS), |
Tobin Davis | 93ed150 | 2006-09-01 21:03:12 +0200 | [diff] [blame] | 2213 | /* 965 based 5 stack systems */ |
Takashi Iwai | dea0a50 | 2009-02-09 17:14:52 +0100 | [diff] [blame] | 2214 | SND_PCI_QUIRK_MASK(PCI_VENDOR_ID_INTEL, 0xff00, 0x2300, |
| 2215 | "Intel D965", STAC_D965_5ST), |
| 2216 | SND_PCI_QUIRK_MASK(PCI_VENDOR_ID_INTEL, 0xff00, 0x2500, |
| 2217 | "Intel D965", STAC_D965_5ST), |
Takashi Iwai | 5493053 | 2009-10-11 17:38:29 +0200 | [diff] [blame] | 2218 | /* volume-knob fixes */ |
| 2219 | SND_PCI_QUIRK_VENDOR(0x10cf, "FSC", STAC_927X_VOLKNOB), |
Matt Porter | 3cc08dc | 2006-01-23 15:27:49 +0100 | [diff] [blame] | 2220 | {} /* terminator */ |
| 2221 | }; |
| 2222 | |
Takashi Iwai | 2b63536 | 2011-05-02 12:33:43 +0200 | [diff] [blame] | 2223 | static const unsigned int ref9205_pin_configs[12] = { |
Matt Porter | f3302a5 | 2006-07-31 12:49:34 +0200 | [diff] [blame] | 2224 | 0x40000100, 0x40000100, 0x01016011, 0x01014010, |
Matthew Ranostay | 09a9995 | 2008-01-24 11:49:21 +0100 | [diff] [blame] | 2225 | 0x01813122, 0x01a19021, 0x01019020, 0x40000100, |
Matt Porter | 8b65727 | 2006-10-26 17:12:59 +0200 | [diff] [blame] | 2226 | 0x90a000f0, 0x90a000f0, 0x01441030, 0x01c41030 |
Matt Porter | f3302a5 | 2006-07-31 12:49:34 +0200 | [diff] [blame] | 2227 | }; |
| 2228 | |
Takashi Iwai | dfe495d | 2007-08-23 19:04:28 +0200 | [diff] [blame] | 2229 | /* |
| 2230 | STAC 9205 pin configs for |
| 2231 | 102801F1 |
| 2232 | 102801F2 |
| 2233 | 102801FC |
| 2234 | 102801FD |
| 2235 | 10280204 |
| 2236 | 1028021F |
Matthew Ranostay | 3fa2ef7 | 2008-01-11 11:39:06 +0100 | [diff] [blame] | 2237 | 10280228 (Dell Vostro 1500) |
Anisse Astier | 95e70e8 | 2009-12-23 17:28:45 +0100 | [diff] [blame] | 2238 | 10280229 (Dell Vostro 1700) |
Takashi Iwai | dfe495d | 2007-08-23 19:04:28 +0200 | [diff] [blame] | 2239 | */ |
Takashi Iwai | 2b63536 | 2011-05-02 12:33:43 +0200 | [diff] [blame] | 2240 | static const unsigned int dell_9205_m42_pin_configs[12] = { |
Takashi Iwai | dfe495d | 2007-08-23 19:04:28 +0200 | [diff] [blame] | 2241 | 0x0321101F, 0x03A11020, 0x400003FA, 0x90170310, |
| 2242 | 0x400003FB, 0x400003FC, 0x400003FD, 0x40F000F9, |
| 2243 | 0x90A60330, 0x400003FF, 0x0144131F, 0x40C003FE, |
| 2244 | }; |
| 2245 | |
| 2246 | /* |
| 2247 | STAC 9205 pin configs for |
| 2248 | 102801F9 |
| 2249 | 102801FA |
| 2250 | 102801FE |
| 2251 | 102801FF (Dell Precision M4300) |
| 2252 | 10280206 |
| 2253 | 10280200 |
| 2254 | 10280201 |
| 2255 | */ |
Takashi Iwai | 2b63536 | 2011-05-02 12:33:43 +0200 | [diff] [blame] | 2256 | static const unsigned int dell_9205_m43_pin_configs[12] = { |
Tobin Davis | ae0a8ed | 2007-08-13 15:50:29 +0200 | [diff] [blame] | 2257 | 0x0321101f, 0x03a11020, 0x90a70330, 0x90170310, |
| 2258 | 0x400000fe, 0x400000ff, 0x400000fd, 0x40f000f9, |
| 2259 | 0x400000fa, 0x400000fc, 0x0144131f, 0x40c003f8, |
| 2260 | }; |
| 2261 | |
Takashi Iwai | 2b63536 | 2011-05-02 12:33:43 +0200 | [diff] [blame] | 2262 | static const unsigned int dell_9205_m44_pin_configs[12] = { |
Tobin Davis | ae0a8ed | 2007-08-13 15:50:29 +0200 | [diff] [blame] | 2263 | 0x0421101f, 0x04a11020, 0x400003fa, 0x90170310, |
| 2264 | 0x400003fb, 0x400003fc, 0x400003fd, 0x400003f9, |
| 2265 | 0x90a60330, 0x400003ff, 0x01441340, 0x40c003fe, |
| 2266 | }; |
| 2267 | |
Takashi Iwai | 2b63536 | 2011-05-02 12:33:43 +0200 | [diff] [blame] | 2268 | static const unsigned int *stac9205_brd_tbl[STAC_9205_MODELS] = { |
Tobin Davis | ae0a8ed | 2007-08-13 15:50:29 +0200 | [diff] [blame] | 2269 | [STAC_9205_REF] = ref9205_pin_configs, |
Takashi Iwai | dfe495d | 2007-08-23 19:04:28 +0200 | [diff] [blame] | 2270 | [STAC_9205_DELL_M42] = dell_9205_m42_pin_configs, |
| 2271 | [STAC_9205_DELL_M43] = dell_9205_m43_pin_configs, |
| 2272 | [STAC_9205_DELL_M44] = dell_9205_m44_pin_configs, |
Takashi Iwai | d9a4268 | 2009-01-22 17:40:18 +0100 | [diff] [blame] | 2273 | [STAC_9205_EAPD] = NULL, |
Matt Porter | f3302a5 | 2006-07-31 12:49:34 +0200 | [diff] [blame] | 2274 | }; |
| 2275 | |
Takashi Iwai | ea73496 | 2011-01-17 11:29:34 +0100 | [diff] [blame] | 2276 | static const char * const stac9205_models[STAC_9205_MODELS] = { |
Takashi Iwai | 1607b8e | 2009-02-26 16:50:43 +0100 | [diff] [blame] | 2277 | [STAC_9205_AUTO] = "auto", |
Takashi Iwai | f5fcc13 | 2006-11-24 17:07:44 +0100 | [diff] [blame] | 2278 | [STAC_9205_REF] = "ref", |
Takashi Iwai | dfe495d | 2007-08-23 19:04:28 +0200 | [diff] [blame] | 2279 | [STAC_9205_DELL_M42] = "dell-m42", |
Tobin Davis | ae0a8ed | 2007-08-13 15:50:29 +0200 | [diff] [blame] | 2280 | [STAC_9205_DELL_M43] = "dell-m43", |
| 2281 | [STAC_9205_DELL_M44] = "dell-m44", |
Takashi Iwai | d9a4268 | 2009-01-22 17:40:18 +0100 | [diff] [blame] | 2282 | [STAC_9205_EAPD] = "eapd", |
Takashi Iwai | f5fcc13 | 2006-11-24 17:07:44 +0100 | [diff] [blame] | 2283 | }; |
| 2284 | |
Takashi Iwai | 2b63536 | 2011-05-02 12:33:43 +0200 | [diff] [blame] | 2285 | static const struct snd_pci_quirk stac9205_cfg_tbl[] = { |
Takashi Iwai | f5fcc13 | 2006-11-24 17:07:44 +0100 | [diff] [blame] | 2286 | /* SigmaTel reference board */ |
| 2287 | SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0x2668, |
| 2288 | "DFI LanParty", STAC_9205_REF), |
Herton Ronaldo Krzesinski | 02358fc | 2009-07-04 01:44:59 -0300 | [diff] [blame] | 2289 | SND_PCI_QUIRK(PCI_VENDOR_ID_INTEL, 0xfb30, |
| 2290 | "SigmaTel", STAC_9205_REF), |
Matthew Ranostay | 577aa2c | 2009-01-22 22:55:44 -0500 | [diff] [blame] | 2291 | SND_PCI_QUIRK(PCI_VENDOR_ID_DFI, 0x3101, |
| 2292 | "DFI LanParty", STAC_9205_REF), |
Takashi Iwai | d9a4268 | 2009-01-22 17:40:18 +0100 | [diff] [blame] | 2293 | /* Dell */ |
Takashi Iwai | dfe495d | 2007-08-23 19:04:28 +0200 | [diff] [blame] | 2294 | SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01f1, |
| 2295 | "unknown Dell", STAC_9205_DELL_M42), |
| 2296 | SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01f2, |
| 2297 | "unknown Dell", STAC_9205_DELL_M42), |
Tobin Davis | ae0a8ed | 2007-08-13 15:50:29 +0200 | [diff] [blame] | 2298 | SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01f8, |
Matthew Ranostay | b44ef2f | 2007-09-18 00:52:38 +0200 | [diff] [blame] | 2299 | "Dell Precision", STAC_9205_DELL_M43), |
Tobin Davis | ae0a8ed | 2007-08-13 15:50:29 +0200 | [diff] [blame] | 2300 | SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01f9, |
| 2301 | "Dell Precision", STAC_9205_DELL_M43), |
| 2302 | SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01fa, |
| 2303 | "Dell Precision", STAC_9205_DELL_M43), |
Takashi Iwai | dfe495d | 2007-08-23 19:04:28 +0200 | [diff] [blame] | 2304 | SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01fc, |
| 2305 | "unknown Dell", STAC_9205_DELL_M42), |
| 2306 | SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01fd, |
| 2307 | "unknown Dell", STAC_9205_DELL_M42), |
Tobin Davis | ae0a8ed | 2007-08-13 15:50:29 +0200 | [diff] [blame] | 2308 | SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01fe, |
| 2309 | "Dell Precision", STAC_9205_DELL_M43), |
| 2310 | SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01ff, |
Takashi Iwai | dfe495d | 2007-08-23 19:04:28 +0200 | [diff] [blame] | 2311 | "Dell Precision M4300", STAC_9205_DELL_M43), |
Takashi Iwai | dfe495d | 2007-08-23 19:04:28 +0200 | [diff] [blame] | 2312 | SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0204, |
| 2313 | "unknown Dell", STAC_9205_DELL_M42), |
Takashi Iwai | 4549915 | 2008-06-12 16:27:24 +0200 | [diff] [blame] | 2314 | SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0206, |
| 2315 | "Dell Precision", STAC_9205_DELL_M43), |
| 2316 | SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x021b, |
| 2317 | "Dell Precision", STAC_9205_DELL_M43), |
| 2318 | SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x021c, |
| 2319 | "Dell Precision", STAC_9205_DELL_M43), |
Tobin Davis | ae0a8ed | 2007-08-13 15:50:29 +0200 | [diff] [blame] | 2320 | SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x021f, |
| 2321 | "Dell Inspiron", STAC_9205_DELL_M44), |
Matthew Ranostay | 3fa2ef7 | 2008-01-11 11:39:06 +0100 | [diff] [blame] | 2322 | SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0228, |
| 2323 | "Dell Vostro 1500", STAC_9205_DELL_M42), |
Anisse Astier | 95e70e8 | 2009-12-23 17:28:45 +0100 | [diff] [blame] | 2324 | SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0229, |
| 2325 | "Dell Vostro 1700", STAC_9205_DELL_M42), |
Takashi Iwai | d9a4268 | 2009-01-22 17:40:18 +0100 | [diff] [blame] | 2326 | /* Gateway */ |
Hao Song | 42b95f0 | 2009-07-20 15:01:16 +0800 | [diff] [blame] | 2327 | SND_PCI_QUIRK(0x107b, 0x0560, "Gateway T6834c", STAC_9205_EAPD), |
Takashi Iwai | d9a4268 | 2009-01-22 17:40:18 +0100 | [diff] [blame] | 2328 | SND_PCI_QUIRK(0x107b, 0x0565, "Gateway T1616", STAC_9205_EAPD), |
Matt Porter | f3302a5 | 2006-07-31 12:49:34 +0200 | [diff] [blame] | 2329 | {} /* terminator */ |
| 2330 | }; |
| 2331 | |
Takashi Iwai | 330ee99 | 2009-02-20 14:33:36 +0100 | [diff] [blame] | 2332 | static void stac92xx_set_config_regs(struct hda_codec *codec, |
Takashi Iwai | 2b63536 | 2011-05-02 12:33:43 +0200 | [diff] [blame] | 2333 | const unsigned int *pincfgs) |
Matt | 2f2f425 | 2005-04-13 14:45:30 +0200 | [diff] [blame] | 2334 | { |
| 2335 | int i; |
| 2336 | struct sigmatel_spec *spec = codec->spec; |
Matt | 2f2f425 | 2005-04-13 14:45:30 +0200 | [diff] [blame] | 2337 | |
Takashi Iwai | 330ee99 | 2009-02-20 14:33:36 +0100 | [diff] [blame] | 2338 | if (!pincfgs) |
| 2339 | return; |
Richard Fish | 11b44bb | 2006-08-23 18:31:34 +0200 | [diff] [blame] | 2340 | |
Matthew Ranostay | 87d4836 | 2007-07-17 11:52:24 +0200 | [diff] [blame] | 2341 | for (i = 0; i < spec->num_pins; i++) |
Takashi Iwai | 330ee99 | 2009-02-20 14:33:36 +0100 | [diff] [blame] | 2342 | if (spec->pin_nids[i] && pincfgs[i]) |
| 2343 | snd_hda_codec_set_pincfg(codec, spec->pin_nids[i], |
| 2344 | pincfgs[i]); |
Takashi Iwai | af9f341a | 2008-11-18 10:38:56 +0100 | [diff] [blame] | 2345 | } |
| 2346 | |
Matt | 2f2f425 | 2005-04-13 14:45:30 +0200 | [diff] [blame] | 2347 | /* |
| 2348 | * Analog playback callbacks |
| 2349 | */ |
| 2350 | static int stac92xx_playback_pcm_open(struct hda_pcm_stream *hinfo, |
| 2351 | struct hda_codec *codec, |
Takashi Iwai | c8b6bf9 | 2005-11-17 14:57:47 +0100 | [diff] [blame] | 2352 | struct snd_pcm_substream *substream) |
Matt | 2f2f425 | 2005-04-13 14:45:30 +0200 | [diff] [blame] | 2353 | { |
| 2354 | struct sigmatel_spec *spec = codec->spec; |
Matthew Ranostay | 8daaaa9 | 2008-08-15 07:45:52 +0200 | [diff] [blame] | 2355 | if (spec->stream_delay) |
| 2356 | msleep(spec->stream_delay); |
Takashi Iwai | 9a08160 | 2008-02-12 18:37:26 +0100 | [diff] [blame] | 2357 | return snd_hda_multi_out_analog_open(codec, &spec->multiout, substream, |
| 2358 | hinfo); |
Matt | 2f2f425 | 2005-04-13 14:45:30 +0200 | [diff] [blame] | 2359 | } |
| 2360 | |
| 2361 | static int stac92xx_playback_pcm_prepare(struct hda_pcm_stream *hinfo, |
| 2362 | struct hda_codec *codec, |
| 2363 | unsigned int stream_tag, |
| 2364 | unsigned int format, |
Takashi Iwai | c8b6bf9 | 2005-11-17 14:57:47 +0100 | [diff] [blame] | 2365 | struct snd_pcm_substream *substream) |
Matt | 2f2f425 | 2005-04-13 14:45:30 +0200 | [diff] [blame] | 2366 | { |
| 2367 | struct sigmatel_spec *spec = codec->spec; |
Matt Porter | 403d194 | 2005-11-29 15:00:51 +0100 | [diff] [blame] | 2368 | return snd_hda_multi_out_analog_prepare(codec, &spec->multiout, stream_tag, format, substream); |
Matt | 2f2f425 | 2005-04-13 14:45:30 +0200 | [diff] [blame] | 2369 | } |
| 2370 | |
| 2371 | static int stac92xx_playback_pcm_cleanup(struct hda_pcm_stream *hinfo, |
| 2372 | struct hda_codec *codec, |
Takashi Iwai | c8b6bf9 | 2005-11-17 14:57:47 +0100 | [diff] [blame] | 2373 | struct snd_pcm_substream *substream) |
Matt | 2f2f425 | 2005-04-13 14:45:30 +0200 | [diff] [blame] | 2374 | { |
| 2375 | struct sigmatel_spec *spec = codec->spec; |
| 2376 | return snd_hda_multi_out_analog_cleanup(codec, &spec->multiout); |
| 2377 | } |
| 2378 | |
| 2379 | /* |
Matt | dabbed6 | 2005-06-14 10:19:34 +0200 | [diff] [blame] | 2380 | * Digital playback callbacks |
| 2381 | */ |
| 2382 | static int stac92xx_dig_playback_pcm_open(struct hda_pcm_stream *hinfo, |
| 2383 | struct hda_codec *codec, |
Takashi Iwai | c8b6bf9 | 2005-11-17 14:57:47 +0100 | [diff] [blame] | 2384 | struct snd_pcm_substream *substream) |
Matt | dabbed6 | 2005-06-14 10:19:34 +0200 | [diff] [blame] | 2385 | { |
| 2386 | struct sigmatel_spec *spec = codec->spec; |
| 2387 | return snd_hda_multi_out_dig_open(codec, &spec->multiout); |
| 2388 | } |
| 2389 | |
| 2390 | static int stac92xx_dig_playback_pcm_close(struct hda_pcm_stream *hinfo, |
| 2391 | struct hda_codec *codec, |
Takashi Iwai | c8b6bf9 | 2005-11-17 14:57:47 +0100 | [diff] [blame] | 2392 | struct snd_pcm_substream *substream) |
Matt | dabbed6 | 2005-06-14 10:19:34 +0200 | [diff] [blame] | 2393 | { |
| 2394 | struct sigmatel_spec *spec = codec->spec; |
| 2395 | return snd_hda_multi_out_dig_close(codec, &spec->multiout); |
| 2396 | } |
| 2397 | |
Takashi Iwai | 6b97eb4 | 2007-04-05 14:51:48 +0200 | [diff] [blame] | 2398 | static int stac92xx_dig_playback_pcm_prepare(struct hda_pcm_stream *hinfo, |
| 2399 | struct hda_codec *codec, |
| 2400 | unsigned int stream_tag, |
| 2401 | unsigned int format, |
| 2402 | struct snd_pcm_substream *substream) |
| 2403 | { |
| 2404 | struct sigmatel_spec *spec = codec->spec; |
| 2405 | return snd_hda_multi_out_dig_prepare(codec, &spec->multiout, |
| 2406 | stream_tag, format, substream); |
| 2407 | } |
| 2408 | |
Takashi Iwai | 9411e21 | 2009-02-13 11:32:28 +0100 | [diff] [blame] | 2409 | static int stac92xx_dig_playback_pcm_cleanup(struct hda_pcm_stream *hinfo, |
| 2410 | struct hda_codec *codec, |
| 2411 | struct snd_pcm_substream *substream) |
| 2412 | { |
| 2413 | struct sigmatel_spec *spec = codec->spec; |
| 2414 | return snd_hda_multi_out_dig_cleanup(codec, &spec->multiout); |
| 2415 | } |
| 2416 | |
Matt | dabbed6 | 2005-06-14 10:19:34 +0200 | [diff] [blame] | 2417 | |
| 2418 | /* |
Matt | 2f2f425 | 2005-04-13 14:45:30 +0200 | [diff] [blame] | 2419 | * Analog capture callbacks |
| 2420 | */ |
| 2421 | static int stac92xx_capture_pcm_prepare(struct hda_pcm_stream *hinfo, |
| 2422 | struct hda_codec *codec, |
| 2423 | unsigned int stream_tag, |
| 2424 | unsigned int format, |
Takashi Iwai | c8b6bf9 | 2005-11-17 14:57:47 +0100 | [diff] [blame] | 2425 | struct snd_pcm_substream *substream) |
Matt | 2f2f425 | 2005-04-13 14:45:30 +0200 | [diff] [blame] | 2426 | { |
| 2427 | struct sigmatel_spec *spec = codec->spec; |
Matthew Ranostay | 8daaaa9 | 2008-08-15 07:45:52 +0200 | [diff] [blame] | 2428 | hda_nid_t nid = spec->adc_nids[substream->number]; |
Matt | 2f2f425 | 2005-04-13 14:45:30 +0200 | [diff] [blame] | 2429 | |
Matthew Ranostay | 8daaaa9 | 2008-08-15 07:45:52 +0200 | [diff] [blame] | 2430 | if (spec->powerdown_adcs) { |
| 2431 | msleep(40); |
Takashi Iwai | 8c2f767 | 2008-12-01 11:54:35 +0100 | [diff] [blame] | 2432 | snd_hda_codec_write(codec, nid, 0, |
Matthew Ranostay | 8daaaa9 | 2008-08-15 07:45:52 +0200 | [diff] [blame] | 2433 | AC_VERB_SET_POWER_STATE, AC_PWRST_D0); |
| 2434 | } |
| 2435 | snd_hda_codec_setup_stream(codec, nid, stream_tag, 0, format); |
Matt | 2f2f425 | 2005-04-13 14:45:30 +0200 | [diff] [blame] | 2436 | return 0; |
| 2437 | } |
| 2438 | |
| 2439 | static int stac92xx_capture_pcm_cleanup(struct hda_pcm_stream *hinfo, |
| 2440 | struct hda_codec *codec, |
Takashi Iwai | c8b6bf9 | 2005-11-17 14:57:47 +0100 | [diff] [blame] | 2441 | struct snd_pcm_substream *substream) |
Matt | 2f2f425 | 2005-04-13 14:45:30 +0200 | [diff] [blame] | 2442 | { |
| 2443 | struct sigmatel_spec *spec = codec->spec; |
Matthew Ranostay | 8daaaa9 | 2008-08-15 07:45:52 +0200 | [diff] [blame] | 2444 | hda_nid_t nid = spec->adc_nids[substream->number]; |
Matt | 2f2f425 | 2005-04-13 14:45:30 +0200 | [diff] [blame] | 2445 | |
Matthew Ranostay | 8daaaa9 | 2008-08-15 07:45:52 +0200 | [diff] [blame] | 2446 | snd_hda_codec_cleanup_stream(codec, nid); |
| 2447 | if (spec->powerdown_adcs) |
Takashi Iwai | 8c2f767 | 2008-12-01 11:54:35 +0100 | [diff] [blame] | 2448 | snd_hda_codec_write(codec, nid, 0, |
Matthew Ranostay | 8daaaa9 | 2008-08-15 07:45:52 +0200 | [diff] [blame] | 2449 | AC_VERB_SET_POWER_STATE, AC_PWRST_D3); |
Matt | 2f2f425 | 2005-04-13 14:45:30 +0200 | [diff] [blame] | 2450 | return 0; |
| 2451 | } |
| 2452 | |
Takashi Iwai | 2b63536 | 2011-05-02 12:33:43 +0200 | [diff] [blame] | 2453 | static const struct hda_pcm_stream stac92xx_pcm_digital_playback = { |
Matt | dabbed6 | 2005-06-14 10:19:34 +0200 | [diff] [blame] | 2454 | .substreams = 1, |
| 2455 | .channels_min = 2, |
| 2456 | .channels_max = 2, |
| 2457 | /* NID is set in stac92xx_build_pcms */ |
| 2458 | .ops = { |
| 2459 | .open = stac92xx_dig_playback_pcm_open, |
Takashi Iwai | 6b97eb4 | 2007-04-05 14:51:48 +0200 | [diff] [blame] | 2460 | .close = stac92xx_dig_playback_pcm_close, |
Takashi Iwai | 9411e21 | 2009-02-13 11:32:28 +0100 | [diff] [blame] | 2461 | .prepare = stac92xx_dig_playback_pcm_prepare, |
| 2462 | .cleanup = stac92xx_dig_playback_pcm_cleanup |
Matt | dabbed6 | 2005-06-14 10:19:34 +0200 | [diff] [blame] | 2463 | }, |
| 2464 | }; |
| 2465 | |
Takashi Iwai | 2b63536 | 2011-05-02 12:33:43 +0200 | [diff] [blame] | 2466 | static const struct hda_pcm_stream stac92xx_pcm_digital_capture = { |
Matt | dabbed6 | 2005-06-14 10:19:34 +0200 | [diff] [blame] | 2467 | .substreams = 1, |
| 2468 | .channels_min = 2, |
| 2469 | .channels_max = 2, |
| 2470 | /* NID is set in stac92xx_build_pcms */ |
| 2471 | }; |
| 2472 | |
Takashi Iwai | 2b63536 | 2011-05-02 12:33:43 +0200 | [diff] [blame] | 2473 | static const struct hda_pcm_stream stac92xx_pcm_analog_playback = { |
Matt | 2f2f425 | 2005-04-13 14:45:30 +0200 | [diff] [blame] | 2474 | .substreams = 1, |
| 2475 | .channels_min = 2, |
Matt | c7d4b2f | 2005-06-27 14:59:41 +0200 | [diff] [blame] | 2476 | .channels_max = 8, |
Matt | 2f2f425 | 2005-04-13 14:45:30 +0200 | [diff] [blame] | 2477 | .nid = 0x02, /* NID to query formats and rates */ |
| 2478 | .ops = { |
| 2479 | .open = stac92xx_playback_pcm_open, |
| 2480 | .prepare = stac92xx_playback_pcm_prepare, |
| 2481 | .cleanup = stac92xx_playback_pcm_cleanup |
| 2482 | }, |
| 2483 | }; |
| 2484 | |
Takashi Iwai | 2b63536 | 2011-05-02 12:33:43 +0200 | [diff] [blame] | 2485 | static const struct hda_pcm_stream stac92xx_pcm_analog_alt_playback = { |
Matt Porter | 3cc08dc | 2006-01-23 15:27:49 +0100 | [diff] [blame] | 2486 | .substreams = 1, |
| 2487 | .channels_min = 2, |
| 2488 | .channels_max = 2, |
| 2489 | .nid = 0x06, /* NID to query formats and rates */ |
| 2490 | .ops = { |
| 2491 | .open = stac92xx_playback_pcm_open, |
| 2492 | .prepare = stac92xx_playback_pcm_prepare, |
| 2493 | .cleanup = stac92xx_playback_pcm_cleanup |
| 2494 | }, |
| 2495 | }; |
| 2496 | |
Takashi Iwai | 2b63536 | 2011-05-02 12:33:43 +0200 | [diff] [blame] | 2497 | static const struct hda_pcm_stream stac92xx_pcm_analog_capture = { |
Matt | 2f2f425 | 2005-04-13 14:45:30 +0200 | [diff] [blame] | 2498 | .channels_min = 2, |
| 2499 | .channels_max = 2, |
Maxim Levitsky | 9e05b7a | 2007-09-03 15:31:02 +0200 | [diff] [blame] | 2500 | /* NID + .substreams is set in stac92xx_build_pcms */ |
Matt | 2f2f425 | 2005-04-13 14:45:30 +0200 | [diff] [blame] | 2501 | .ops = { |
| 2502 | .prepare = stac92xx_capture_pcm_prepare, |
| 2503 | .cleanup = stac92xx_capture_pcm_cleanup |
| 2504 | }, |
| 2505 | }; |
| 2506 | |
| 2507 | static int stac92xx_build_pcms(struct hda_codec *codec) |
| 2508 | { |
| 2509 | struct sigmatel_spec *spec = codec->spec; |
| 2510 | struct hda_pcm *info = spec->pcm_rec; |
| 2511 | |
| 2512 | codec->num_pcms = 1; |
| 2513 | codec->pcm_info = info; |
| 2514 | |
Matt | c7d4b2f | 2005-06-27 14:59:41 +0200 | [diff] [blame] | 2515 | info->name = "STAC92xx Analog"; |
Matt | 2f2f425 | 2005-04-13 14:45:30 +0200 | [diff] [blame] | 2516 | info->stream[SNDRV_PCM_STREAM_PLAYBACK] = stac92xx_pcm_analog_playback; |
Takashi Iwai | 00a602d | 2009-01-23 11:55:42 +0100 | [diff] [blame] | 2517 | info->stream[SNDRV_PCM_STREAM_PLAYBACK].nid = |
| 2518 | spec->multiout.dac_nids[0]; |
Takashi Iwai | ee81abb | 2012-11-08 17:12:10 +0100 | [diff] [blame] | 2519 | if (spec->autocfg.line_out_type == AUTO_PIN_SPEAKER_OUT && |
| 2520 | spec->autocfg.line_outs == 2) |
| 2521 | info->stream[SNDRV_PCM_STREAM_PLAYBACK].chmap = |
| 2522 | snd_pcm_2_1_chmaps; |
| 2523 | |
Matt | 2f2f425 | 2005-04-13 14:45:30 +0200 | [diff] [blame] | 2524 | info->stream[SNDRV_PCM_STREAM_CAPTURE] = stac92xx_pcm_analog_capture; |
Matt Porter | 3cc08dc | 2006-01-23 15:27:49 +0100 | [diff] [blame] | 2525 | info->stream[SNDRV_PCM_STREAM_CAPTURE].nid = spec->adc_nids[0]; |
Maxim Levitsky | 9e05b7a | 2007-09-03 15:31:02 +0200 | [diff] [blame] | 2526 | info->stream[SNDRV_PCM_STREAM_CAPTURE].substreams = spec->num_adcs; |
Matt Porter | 3cc08dc | 2006-01-23 15:27:49 +0100 | [diff] [blame] | 2527 | |
| 2528 | if (spec->alt_switch) { |
| 2529 | codec->num_pcms++; |
| 2530 | info++; |
| 2531 | info->name = "STAC92xx Analog Alt"; |
| 2532 | info->stream[SNDRV_PCM_STREAM_PLAYBACK] = stac92xx_pcm_analog_alt_playback; |
| 2533 | } |
Matt | 2f2f425 | 2005-04-13 14:45:30 +0200 | [diff] [blame] | 2534 | |
Matt | dabbed6 | 2005-06-14 10:19:34 +0200 | [diff] [blame] | 2535 | if (spec->multiout.dig_out_nid || spec->dig_in_nid) { |
| 2536 | codec->num_pcms++; |
| 2537 | info++; |
| 2538 | info->name = "STAC92xx Digital"; |
Takashi Iwai | 0852d7a | 2009-02-11 11:35:15 +0100 | [diff] [blame] | 2539 | info->pcm_type = spec->autocfg.dig_out_type[0]; |
Matt | dabbed6 | 2005-06-14 10:19:34 +0200 | [diff] [blame] | 2540 | if (spec->multiout.dig_out_nid) { |
| 2541 | info->stream[SNDRV_PCM_STREAM_PLAYBACK] = stac92xx_pcm_digital_playback; |
| 2542 | info->stream[SNDRV_PCM_STREAM_PLAYBACK].nid = spec->multiout.dig_out_nid; |
| 2543 | } |
| 2544 | if (spec->dig_in_nid) { |
| 2545 | info->stream[SNDRV_PCM_STREAM_CAPTURE] = stac92xx_pcm_digital_capture; |
| 2546 | info->stream[SNDRV_PCM_STREAM_CAPTURE].nid = spec->dig_in_nid; |
| 2547 | } |
| 2548 | } |
| 2549 | |
Matt | 2f2f425 | 2005-04-13 14:45:30 +0200 | [diff] [blame] | 2550 | return 0; |
| 2551 | } |
| 2552 | |
Matt Porter | 403d194 | 2005-11-29 15:00:51 +0100 | [diff] [blame] | 2553 | static void stac92xx_auto_set_pinctl(struct hda_codec *codec, hda_nid_t nid, int pin_type) |
| 2554 | |
| 2555 | { |
Takashi Iwai | cdd03ce | 2012-04-20 12:34:50 +0200 | [diff] [blame] | 2556 | snd_hda_set_pin_ctl_cache(codec, nid, pin_type); |
Matt Porter | 403d194 | 2005-11-29 15:00:51 +0100 | [diff] [blame] | 2557 | } |
| 2558 | |
Matthew Ranostay | 7c2ba97 | 2008-04-16 13:13:59 +0200 | [diff] [blame] | 2559 | #define stac92xx_hp_switch_info snd_ctl_boolean_mono_info |
| 2560 | |
| 2561 | static int stac92xx_hp_switch_get(struct snd_kcontrol *kcontrol, |
| 2562 | struct snd_ctl_elem_value *ucontrol) |
| 2563 | { |
| 2564 | struct hda_codec *codec = snd_kcontrol_chip(kcontrol); |
| 2565 | struct sigmatel_spec *spec = codec->spec; |
| 2566 | |
Takashi Iwai | d7a8943 | 2008-11-12 09:48:04 +0100 | [diff] [blame] | 2567 | ucontrol->value.integer.value[0] = !!spec->hp_switch; |
Matthew Ranostay | 7c2ba97 | 2008-04-16 13:13:59 +0200 | [diff] [blame] | 2568 | return 0; |
| 2569 | } |
| 2570 | |
Takashi Iwai | 62558ce | 2009-07-29 14:23:09 +0200 | [diff] [blame] | 2571 | static void stac_issue_unsol_event(struct hda_codec *codec, hda_nid_t nid); |
Takashi Iwai | c6e4c66 | 2008-11-25 11:58:19 +0100 | [diff] [blame] | 2572 | |
Matthew Ranostay | 7c2ba97 | 2008-04-16 13:13:59 +0200 | [diff] [blame] | 2573 | static int stac92xx_hp_switch_put(struct snd_kcontrol *kcontrol, |
| 2574 | struct snd_ctl_elem_value *ucontrol) |
| 2575 | { |
| 2576 | struct hda_codec *codec = snd_kcontrol_chip(kcontrol); |
| 2577 | struct sigmatel_spec *spec = codec->spec; |
Takashi Iwai | d7a8943 | 2008-11-12 09:48:04 +0100 | [diff] [blame] | 2578 | int nid = kcontrol->private_value; |
| 2579 | |
| 2580 | spec->hp_switch = ucontrol->value.integer.value[0] ? nid : 0; |
Matthew Ranostay | 7c2ba97 | 2008-04-16 13:13:59 +0200 | [diff] [blame] | 2581 | |
Lucas De Marchi | 25985ed | 2011-03-30 22:57:33 -0300 | [diff] [blame] | 2582 | /* check to be sure that the ports are up to date with |
Matthew Ranostay | 7c2ba97 | 2008-04-16 13:13:59 +0200 | [diff] [blame] | 2583 | * switch changes |
| 2584 | */ |
Takashi Iwai | 62558ce | 2009-07-29 14:23:09 +0200 | [diff] [blame] | 2585 | stac_issue_unsol_event(codec, nid); |
Matthew Ranostay | 7c2ba97 | 2008-04-16 13:13:59 +0200 | [diff] [blame] | 2586 | |
| 2587 | return 1; |
| 2588 | } |
| 2589 | |
Nickolas Lloyd | 7c922de | 2009-06-01 11:12:29 +0200 | [diff] [blame] | 2590 | static int stac92xx_dc_bias_info(struct snd_kcontrol *kcontrol, |
| 2591 | struct snd_ctl_elem_info *uinfo) |
| 2592 | { |
| 2593 | int i; |
Takashi Iwai | 2b63536 | 2011-05-02 12:33:43 +0200 | [diff] [blame] | 2594 | static const char * const texts[] = { |
Nickolas Lloyd | 7c922de | 2009-06-01 11:12:29 +0200 | [diff] [blame] | 2595 | "Mic In", "Line In", "Line Out" |
| 2596 | }; |
| 2597 | |
| 2598 | struct hda_codec *codec = snd_kcontrol_chip(kcontrol); |
| 2599 | struct sigmatel_spec *spec = codec->spec; |
| 2600 | hda_nid_t nid = kcontrol->private_value; |
| 2601 | |
| 2602 | if (nid == spec->mic_switch || nid == spec->line_switch) |
| 2603 | i = 3; |
| 2604 | else |
| 2605 | i = 2; |
| 2606 | |
| 2607 | uinfo->type = SNDRV_CTL_ELEM_TYPE_ENUMERATED; |
| 2608 | uinfo->value.enumerated.items = i; |
| 2609 | uinfo->count = 1; |
| 2610 | if (uinfo->value.enumerated.item >= i) |
| 2611 | uinfo->value.enumerated.item = i-1; |
| 2612 | strcpy(uinfo->value.enumerated.name, |
| 2613 | texts[uinfo->value.enumerated.item]); |
| 2614 | |
| 2615 | return 0; |
| 2616 | } |
| 2617 | |
| 2618 | static int stac92xx_dc_bias_get(struct snd_kcontrol *kcontrol, |
| 2619 | struct snd_ctl_elem_value *ucontrol) |
| 2620 | { |
| 2621 | struct hda_codec *codec = snd_kcontrol_chip(kcontrol); |
| 2622 | hda_nid_t nid = kcontrol->private_value; |
| 2623 | unsigned int vref = stac92xx_vref_get(codec, nid); |
| 2624 | |
Takashi Iwai | 4740860 | 2012-04-20 13:06:53 +0200 | [diff] [blame] | 2625 | if (vref == snd_hda_get_default_vref(codec, nid)) |
Nickolas Lloyd | 7c922de | 2009-06-01 11:12:29 +0200 | [diff] [blame] | 2626 | ucontrol->value.enumerated.item[0] = 0; |
| 2627 | else if (vref == AC_PINCTL_VREF_GRD) |
| 2628 | ucontrol->value.enumerated.item[0] = 1; |
| 2629 | else if (vref == AC_PINCTL_VREF_HIZ) |
| 2630 | ucontrol->value.enumerated.item[0] = 2; |
| 2631 | |
| 2632 | return 0; |
| 2633 | } |
| 2634 | |
| 2635 | static int stac92xx_dc_bias_put(struct snd_kcontrol *kcontrol, |
| 2636 | struct snd_ctl_elem_value *ucontrol) |
| 2637 | { |
| 2638 | struct hda_codec *codec = snd_kcontrol_chip(kcontrol); |
| 2639 | unsigned int new_vref = 0; |
Takashi Iwai | b862151 | 2009-06-22 08:00:10 +0200 | [diff] [blame] | 2640 | int error; |
Nickolas Lloyd | 7c922de | 2009-06-01 11:12:29 +0200 | [diff] [blame] | 2641 | hda_nid_t nid = kcontrol->private_value; |
| 2642 | |
| 2643 | if (ucontrol->value.enumerated.item[0] == 0) |
Takashi Iwai | 4740860 | 2012-04-20 13:06:53 +0200 | [diff] [blame] | 2644 | new_vref = snd_hda_get_default_vref(codec, nid); |
Nickolas Lloyd | 7c922de | 2009-06-01 11:12:29 +0200 | [diff] [blame] | 2645 | else if (ucontrol->value.enumerated.item[0] == 1) |
| 2646 | new_vref = AC_PINCTL_VREF_GRD; |
| 2647 | else if (ucontrol->value.enumerated.item[0] == 2) |
| 2648 | new_vref = AC_PINCTL_VREF_HIZ; |
| 2649 | else |
| 2650 | return 0; |
| 2651 | |
| 2652 | if (new_vref != stac92xx_vref_get(codec, nid)) { |
| 2653 | error = stac92xx_vref_set(codec, nid, new_vref); |
| 2654 | return error; |
| 2655 | } |
| 2656 | |
| 2657 | return 0; |
| 2658 | } |
| 2659 | |
| 2660 | static int stac92xx_io_switch_info(struct snd_kcontrol *kcontrol, |
| 2661 | struct snd_ctl_elem_info *uinfo) |
| 2662 | { |
Takashi Iwai | 2b63536 | 2011-05-02 12:33:43 +0200 | [diff] [blame] | 2663 | char *texts[2]; |
Nickolas Lloyd | 7c922de | 2009-06-01 11:12:29 +0200 | [diff] [blame] | 2664 | struct hda_codec *codec = snd_kcontrol_chip(kcontrol); |
| 2665 | struct sigmatel_spec *spec = codec->spec; |
| 2666 | |
| 2667 | if (kcontrol->private_value == spec->line_switch) |
| 2668 | texts[0] = "Line In"; |
| 2669 | else |
| 2670 | texts[0] = "Mic In"; |
| 2671 | texts[1] = "Line Out"; |
| 2672 | uinfo->type = SNDRV_CTL_ELEM_TYPE_ENUMERATED; |
| 2673 | uinfo->value.enumerated.items = 2; |
| 2674 | uinfo->count = 1; |
| 2675 | |
| 2676 | if (uinfo->value.enumerated.item >= 2) |
| 2677 | uinfo->value.enumerated.item = 1; |
| 2678 | strcpy(uinfo->value.enumerated.name, |
| 2679 | texts[uinfo->value.enumerated.item]); |
| 2680 | |
| 2681 | return 0; |
| 2682 | } |
Matt Porter | 403d194 | 2005-11-29 15:00:51 +0100 | [diff] [blame] | 2683 | |
| 2684 | static int stac92xx_io_switch_get(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) |
| 2685 | { |
| 2686 | struct hda_codec *codec = snd_kcontrol_chip(kcontrol); |
| 2687 | struct sigmatel_spec *spec = codec->spec; |
Nickolas Lloyd | 7c922de | 2009-06-01 11:12:29 +0200 | [diff] [blame] | 2688 | hda_nid_t nid = kcontrol->private_value; |
| 2689 | int io_idx = (nid == spec->mic_switch) ? 1 : 0; |
Matt Porter | 403d194 | 2005-11-29 15:00:51 +0100 | [diff] [blame] | 2690 | |
Nickolas Lloyd | 7c922de | 2009-06-01 11:12:29 +0200 | [diff] [blame] | 2691 | ucontrol->value.enumerated.item[0] = spec->io_switch[io_idx]; |
Matt Porter | 403d194 | 2005-11-29 15:00:51 +0100 | [diff] [blame] | 2692 | return 0; |
| 2693 | } |
| 2694 | |
| 2695 | static int stac92xx_io_switch_put(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) |
| 2696 | { |
| 2697 | struct hda_codec *codec = snd_kcontrol_chip(kcontrol); |
| 2698 | struct sigmatel_spec *spec = codec->spec; |
Nickolas Lloyd | 7c922de | 2009-06-01 11:12:29 +0200 | [diff] [blame] | 2699 | hda_nid_t nid = kcontrol->private_value; |
| 2700 | int io_idx = (nid == spec->mic_switch) ? 1 : 0; |
| 2701 | unsigned short val = !!ucontrol->value.enumerated.item[0]; |
Matt Porter | 403d194 | 2005-11-29 15:00:51 +0100 | [diff] [blame] | 2702 | |
| 2703 | spec->io_switch[io_idx] = val; |
| 2704 | |
| 2705 | if (val) |
| 2706 | stac92xx_auto_set_pinctl(codec, nid, AC_PINCTL_OUT_EN); |
Takashi Iwai | c960a03 | 2006-03-23 17:06:28 +0100 | [diff] [blame] | 2707 | else { |
| 2708 | unsigned int pinctl = AC_PINCTL_IN_EN; |
| 2709 | if (io_idx) /* set VREF for mic */ |
Takashi Iwai | 4740860 | 2012-04-20 13:06:53 +0200 | [diff] [blame] | 2710 | pinctl |= snd_hda_get_default_vref(codec, nid); |
Takashi Iwai | c960a03 | 2006-03-23 17:06:28 +0100 | [diff] [blame] | 2711 | stac92xx_auto_set_pinctl(codec, nid, pinctl); |
| 2712 | } |
Jiang Zhe | 40c1d30 | 2007-11-12 13:05:16 +0100 | [diff] [blame] | 2713 | |
| 2714 | /* check the auto-mute again: we need to mute/unmute the speaker |
| 2715 | * appropriately according to the pin direction |
| 2716 | */ |
| 2717 | if (spec->hp_detect) |
Takashi Iwai | 62558ce | 2009-07-29 14:23:09 +0200 | [diff] [blame] | 2718 | stac_issue_unsol_event(codec, nid); |
Jiang Zhe | 40c1d30 | 2007-11-12 13:05:16 +0100 | [diff] [blame] | 2719 | |
Matt Porter | 403d194 | 2005-11-29 15:00:51 +0100 | [diff] [blame] | 2720 | return 1; |
| 2721 | } |
| 2722 | |
Maxim Levitsky | 0fb87bb | 2007-09-03 15:29:04 +0200 | [diff] [blame] | 2723 | #define stac92xx_clfe_switch_info snd_ctl_boolean_mono_info |
| 2724 | |
| 2725 | static int stac92xx_clfe_switch_get(struct snd_kcontrol *kcontrol, |
| 2726 | struct snd_ctl_elem_value *ucontrol) |
| 2727 | { |
| 2728 | struct hda_codec *codec = snd_kcontrol_chip(kcontrol); |
| 2729 | struct sigmatel_spec *spec = codec->spec; |
| 2730 | |
| 2731 | ucontrol->value.integer.value[0] = spec->clfe_swap; |
| 2732 | return 0; |
| 2733 | } |
| 2734 | |
| 2735 | static int stac92xx_clfe_switch_put(struct snd_kcontrol *kcontrol, |
| 2736 | struct snd_ctl_elem_value *ucontrol) |
| 2737 | { |
| 2738 | struct hda_codec *codec = snd_kcontrol_chip(kcontrol); |
| 2739 | struct sigmatel_spec *spec = codec->spec; |
| 2740 | hda_nid_t nid = kcontrol->private_value & 0xff; |
Takashi Iwai | 68ea7b2 | 2007-11-15 15:54:38 +0100 | [diff] [blame] | 2741 | unsigned int val = !!ucontrol->value.integer.value[0]; |
Maxim Levitsky | 0fb87bb | 2007-09-03 15:29:04 +0200 | [diff] [blame] | 2742 | |
Takashi Iwai | 68ea7b2 | 2007-11-15 15:54:38 +0100 | [diff] [blame] | 2743 | if (spec->clfe_swap == val) |
Maxim Levitsky | 0fb87bb | 2007-09-03 15:29:04 +0200 | [diff] [blame] | 2744 | return 0; |
| 2745 | |
Takashi Iwai | 68ea7b2 | 2007-11-15 15:54:38 +0100 | [diff] [blame] | 2746 | spec->clfe_swap = val; |
Maxim Levitsky | 0fb87bb | 2007-09-03 15:29:04 +0200 | [diff] [blame] | 2747 | |
| 2748 | snd_hda_codec_write_cache(codec, nid, 0, AC_VERB_SET_EAPD_BTLENABLE, |
| 2749 | spec->clfe_swap ? 0x4 : 0x0); |
| 2750 | |
| 2751 | return 1; |
| 2752 | } |
| 2753 | |
Matthew Ranostay | 7c2ba97 | 2008-04-16 13:13:59 +0200 | [diff] [blame] | 2754 | #define STAC_CODEC_HP_SWITCH(xname) \ |
| 2755 | { .iface = SNDRV_CTL_ELEM_IFACE_MIXER, \ |
| 2756 | .name = xname, \ |
| 2757 | .index = 0, \ |
| 2758 | .info = stac92xx_hp_switch_info, \ |
| 2759 | .get = stac92xx_hp_switch_get, \ |
| 2760 | .put = stac92xx_hp_switch_put, \ |
| 2761 | } |
| 2762 | |
Matt Porter | 403d194 | 2005-11-29 15:00:51 +0100 | [diff] [blame] | 2763 | #define STAC_CODEC_IO_SWITCH(xname, xpval) \ |
| 2764 | { .iface = SNDRV_CTL_ELEM_IFACE_MIXER, \ |
| 2765 | .name = xname, \ |
| 2766 | .index = 0, \ |
| 2767 | .info = stac92xx_io_switch_info, \ |
| 2768 | .get = stac92xx_io_switch_get, \ |
| 2769 | .put = stac92xx_io_switch_put, \ |
| 2770 | .private_value = xpval, \ |
| 2771 | } |
| 2772 | |
Maxim Levitsky | 0fb87bb | 2007-09-03 15:29:04 +0200 | [diff] [blame] | 2773 | #define STAC_CODEC_CLFE_SWITCH(xname, xpval) \ |
| 2774 | { .iface = SNDRV_CTL_ELEM_IFACE_MIXER, \ |
| 2775 | .name = xname, \ |
| 2776 | .index = 0, \ |
| 2777 | .info = stac92xx_clfe_switch_info, \ |
| 2778 | .get = stac92xx_clfe_switch_get, \ |
| 2779 | .put = stac92xx_clfe_switch_put, \ |
| 2780 | .private_value = xpval, \ |
| 2781 | } |
Matt Porter | 403d194 | 2005-11-29 15:00:51 +0100 | [diff] [blame] | 2782 | |
Matt | c7d4b2f | 2005-06-27 14:59:41 +0200 | [diff] [blame] | 2783 | enum { |
| 2784 | STAC_CTL_WIDGET_VOL, |
| 2785 | STAC_CTL_WIDGET_MUTE, |
Jaroslav Kysela | 123c07a | 2009-10-21 14:48:23 +0200 | [diff] [blame] | 2786 | STAC_CTL_WIDGET_MUTE_BEEP, |
Matthew Ranostay | 09a9995 | 2008-01-24 11:49:21 +0100 | [diff] [blame] | 2787 | STAC_CTL_WIDGET_MONO_MUX, |
Matthew Ranostay | 7c2ba97 | 2008-04-16 13:13:59 +0200 | [diff] [blame] | 2788 | STAC_CTL_WIDGET_HP_SWITCH, |
Matt Porter | 403d194 | 2005-11-29 15:00:51 +0100 | [diff] [blame] | 2789 | STAC_CTL_WIDGET_IO_SWITCH, |
Nickolas Lloyd | 2fc9989 | 2009-05-15 15:33:30 +0200 | [diff] [blame] | 2790 | STAC_CTL_WIDGET_CLFE_SWITCH, |
| 2791 | STAC_CTL_WIDGET_DC_BIAS |
Matt | c7d4b2f | 2005-06-27 14:59:41 +0200 | [diff] [blame] | 2792 | }; |
| 2793 | |
Takashi Iwai | 2b63536 | 2011-05-02 12:33:43 +0200 | [diff] [blame] | 2794 | static const struct snd_kcontrol_new stac92xx_control_templates[] = { |
Matt | c7d4b2f | 2005-06-27 14:59:41 +0200 | [diff] [blame] | 2795 | HDA_CODEC_VOLUME(NULL, 0, 0, 0), |
| 2796 | HDA_CODEC_MUTE(NULL, 0, 0, 0), |
Jaroslav Kysela | 123c07a | 2009-10-21 14:48:23 +0200 | [diff] [blame] | 2797 | HDA_CODEC_MUTE_BEEP(NULL, 0, 0, 0), |
Matthew Ranostay | 09a9995 | 2008-01-24 11:49:21 +0100 | [diff] [blame] | 2798 | STAC_MONO_MUX, |
Matthew Ranostay | 7c2ba97 | 2008-04-16 13:13:59 +0200 | [diff] [blame] | 2799 | STAC_CODEC_HP_SWITCH(NULL), |
Matt Porter | 403d194 | 2005-11-29 15:00:51 +0100 | [diff] [blame] | 2800 | STAC_CODEC_IO_SWITCH(NULL, 0), |
Maxim Levitsky | 0fb87bb | 2007-09-03 15:29:04 +0200 | [diff] [blame] | 2801 | STAC_CODEC_CLFE_SWITCH(NULL, 0), |
Nickolas Lloyd | 2fc9989 | 2009-05-15 15:33:30 +0200 | [diff] [blame] | 2802 | DC_BIAS(NULL, 0, 0), |
Matt | c7d4b2f | 2005-06-27 14:59:41 +0200 | [diff] [blame] | 2803 | }; |
| 2804 | |
| 2805 | /* add dynamic controls */ |
Takashi Iwai | e3c7596 | 2009-01-23 11:57:22 +0100 | [diff] [blame] | 2806 | static struct snd_kcontrol_new * |
| 2807 | stac_control_new(struct sigmatel_spec *spec, |
Takashi Iwai | 2b63536 | 2011-05-02 12:33:43 +0200 | [diff] [blame] | 2808 | const struct snd_kcontrol_new *ktemp, |
Jaroslav Kysela | 4d02d1b | 2009-11-12 10:15:48 +0100 | [diff] [blame] | 2809 | const char *name, |
Jaroslav Kysela | 5e26dfd | 2009-12-10 13:57:01 +0100 | [diff] [blame] | 2810 | unsigned int subdev) |
Matt | c7d4b2f | 2005-06-27 14:59:41 +0200 | [diff] [blame] | 2811 | { |
Takashi Iwai | c8b6bf9 | 2005-11-17 14:57:47 +0100 | [diff] [blame] | 2812 | struct snd_kcontrol_new *knew; |
Matt | c7d4b2f | 2005-06-27 14:59:41 +0200 | [diff] [blame] | 2813 | |
Takashi Iwai | 603c401 | 2008-07-30 15:01:44 +0200 | [diff] [blame] | 2814 | knew = snd_array_new(&spec->kctls); |
| 2815 | if (!knew) |
Takashi Iwai | e3c7596 | 2009-01-23 11:57:22 +0100 | [diff] [blame] | 2816 | return NULL; |
Takashi Iwai | 4d4e9bb | 2008-11-12 16:45:04 +0100 | [diff] [blame] | 2817 | *knew = *ktemp; |
Takashi Iwai | 82fe0c5 | 2005-06-30 10:54:33 +0200 | [diff] [blame] | 2818 | knew->name = kstrdup(name, GFP_KERNEL); |
Takashi Iwai | e3c7596 | 2009-01-23 11:57:22 +0100 | [diff] [blame] | 2819 | if (!knew->name) { |
| 2820 | /* roolback */ |
| 2821 | memset(knew, 0, sizeof(*knew)); |
| 2822 | spec->kctls.alloced--; |
| 2823 | return NULL; |
| 2824 | } |
Jaroslav Kysela | 5e26dfd | 2009-12-10 13:57:01 +0100 | [diff] [blame] | 2825 | knew->subdevice = subdev; |
Takashi Iwai | e3c7596 | 2009-01-23 11:57:22 +0100 | [diff] [blame] | 2826 | return knew; |
| 2827 | } |
| 2828 | |
Takashi Iwai | 62cbde1 | 2012-09-14 11:58:54 +0200 | [diff] [blame] | 2829 | static struct snd_kcontrol_new * |
| 2830 | add_control_temp(struct sigmatel_spec *spec, |
| 2831 | const struct snd_kcontrol_new *ktemp, |
| 2832 | int idx, const char *name, |
| 2833 | unsigned long val) |
| 2834 | { |
| 2835 | struct snd_kcontrol_new *knew = stac_control_new(spec, ktemp, name, |
| 2836 | HDA_SUBDEV_AMP_FLAG); |
| 2837 | if (!knew) |
| 2838 | return NULL; |
| 2839 | knew->index = idx; |
| 2840 | knew->private_value = val; |
| 2841 | return knew; |
| 2842 | } |
| 2843 | |
Takashi Iwai | e3c7596 | 2009-01-23 11:57:22 +0100 | [diff] [blame] | 2844 | static int stac92xx_add_control_temp(struct sigmatel_spec *spec, |
Takashi Iwai | 2b63536 | 2011-05-02 12:33:43 +0200 | [diff] [blame] | 2845 | const struct snd_kcontrol_new *ktemp, |
Takashi Iwai | e3c7596 | 2009-01-23 11:57:22 +0100 | [diff] [blame] | 2846 | int idx, const char *name, |
| 2847 | unsigned long val) |
| 2848 | { |
Takashi Iwai | 62cbde1 | 2012-09-14 11:58:54 +0200 | [diff] [blame] | 2849 | return add_control_temp(spec, ktemp, idx, name, val) ? 0 : -ENOMEM; |
Matt | c7d4b2f | 2005-06-27 14:59:41 +0200 | [diff] [blame] | 2850 | } |
| 2851 | |
Takashi Iwai | 4d4e9bb | 2008-11-12 16:45:04 +0100 | [diff] [blame] | 2852 | static inline int stac92xx_add_control_idx(struct sigmatel_spec *spec, |
| 2853 | int type, int idx, const char *name, |
| 2854 | unsigned long val) |
| 2855 | { |
| 2856 | return stac92xx_add_control_temp(spec, |
| 2857 | &stac92xx_control_templates[type], |
| 2858 | idx, name, val); |
| 2859 | } |
| 2860 | |
Matthew Ranostay | 4682eee | 2008-08-15 07:43:24 +0200 | [diff] [blame] | 2861 | |
| 2862 | /* add dynamic controls */ |
Takashi Iwai | 4d4e9bb | 2008-11-12 16:45:04 +0100 | [diff] [blame] | 2863 | static inline int stac92xx_add_control(struct sigmatel_spec *spec, int type, |
| 2864 | const char *name, unsigned long val) |
Matthew Ranostay | 4682eee | 2008-08-15 07:43:24 +0200 | [diff] [blame] | 2865 | { |
| 2866 | return stac92xx_add_control_idx(spec, type, 0, name, val); |
| 2867 | } |
| 2868 | |
Takashi Iwai | 2b63536 | 2011-05-02 12:33:43 +0200 | [diff] [blame] | 2869 | static const struct snd_kcontrol_new stac_input_src_temp = { |
Takashi Iwai | e3c7596 | 2009-01-23 11:57:22 +0100 | [diff] [blame] | 2870 | .iface = SNDRV_CTL_ELEM_IFACE_MIXER, |
| 2871 | .name = "Input Source", |
| 2872 | .info = stac92xx_mux_enum_info, |
| 2873 | .get = stac92xx_mux_enum_get, |
| 2874 | .put = stac92xx_mux_enum_put, |
| 2875 | }; |
| 2876 | |
Nickolas Lloyd | 7c922de | 2009-06-01 11:12:29 +0200 | [diff] [blame] | 2877 | static inline int stac92xx_add_jack_mode_control(struct hda_codec *codec, |
| 2878 | hda_nid_t nid, int idx) |
| 2879 | { |
| 2880 | int def_conf = snd_hda_codec_get_pincfg(codec, nid); |
| 2881 | int control = 0; |
| 2882 | struct sigmatel_spec *spec = codec->spec; |
| 2883 | char name[22]; |
| 2884 | |
Takashi Iwai | 99ae28b | 2010-09-17 14:42:34 +0200 | [diff] [blame] | 2885 | if (snd_hda_get_input_pin_attr(def_conf) != INPUT_PIN_ATTR_INT) { |
David Henningsson | 8d032a8 | 2012-10-09 12:48:40 +0200 | [diff] [blame] | 2886 | if (spec->headset_jack && snd_hda_get_input_pin_attr(def_conf) |
| 2887 | != INPUT_PIN_ATTR_DOCK) |
| 2888 | return 0; |
Takashi Iwai | 4740860 | 2012-04-20 13:06:53 +0200 | [diff] [blame] | 2889 | if (snd_hda_get_default_vref(codec, nid) == AC_PINCTL_VREF_GRD |
Nickolas Lloyd | 7c922de | 2009-06-01 11:12:29 +0200 | [diff] [blame] | 2890 | && nid == spec->line_switch) |
| 2891 | control = STAC_CTL_WIDGET_IO_SWITCH; |
| 2892 | else if (snd_hda_query_pin_caps(codec, nid) |
| 2893 | & (AC_PINCAP_VREF_GRD << AC_PINCAP_VREF_SHIFT)) |
| 2894 | control = STAC_CTL_WIDGET_DC_BIAS; |
| 2895 | else if (nid == spec->mic_switch) |
| 2896 | control = STAC_CTL_WIDGET_IO_SWITCH; |
| 2897 | } |
| 2898 | |
| 2899 | if (control) { |
Takashi Iwai | 201e06f | 2011-11-16 15:33:26 +0100 | [diff] [blame] | 2900 | snd_hda_get_pin_label(codec, nid, &spec->autocfg, |
| 2901 | name, sizeof(name), NULL); |
Nickolas Lloyd | 7c922de | 2009-06-01 11:12:29 +0200 | [diff] [blame] | 2902 | return stac92xx_add_control(codec->spec, control, |
| 2903 | strcat(name, " Jack Mode"), nid); |
| 2904 | } |
| 2905 | |
| 2906 | return 0; |
| 2907 | } |
| 2908 | |
Takashi Iwai | e3c7596 | 2009-01-23 11:57:22 +0100 | [diff] [blame] | 2909 | static int stac92xx_add_input_source(struct sigmatel_spec *spec) |
| 2910 | { |
| 2911 | struct snd_kcontrol_new *knew; |
| 2912 | struct hda_input_mux *imux = &spec->private_imux; |
| 2913 | |
Takashi Iwai | 3d21d3f | 2009-07-29 14:32:56 +0200 | [diff] [blame] | 2914 | if (spec->auto_mic) |
| 2915 | return 0; /* no need for input source */ |
Takashi Iwai | e3c7596 | 2009-01-23 11:57:22 +0100 | [diff] [blame] | 2916 | if (!spec->num_adcs || imux->num_items <= 1) |
| 2917 | return 0; /* no need for input source control */ |
| 2918 | knew = stac_control_new(spec, &stac_input_src_temp, |
Jaroslav Kysela | 4d02d1b | 2009-11-12 10:15:48 +0100 | [diff] [blame] | 2919 | stac_input_src_temp.name, 0); |
Takashi Iwai | e3c7596 | 2009-01-23 11:57:22 +0100 | [diff] [blame] | 2920 | if (!knew) |
| 2921 | return -ENOMEM; |
| 2922 | knew->count = spec->num_adcs; |
| 2923 | return 0; |
| 2924 | } |
| 2925 | |
Takashi Iwai | c21ca4a | 2008-12-19 09:26:08 +0100 | [diff] [blame] | 2926 | /* check whether the line-input can be used as line-out */ |
| 2927 | static hda_nid_t check_line_out_switch(struct hda_codec *codec) |
Matt Porter | 403d194 | 2005-11-29 15:00:51 +0100 | [diff] [blame] | 2928 | { |
| 2929 | struct sigmatel_spec *spec = codec->spec; |
Takashi Iwai | c21ca4a | 2008-12-19 09:26:08 +0100 | [diff] [blame] | 2930 | struct auto_pin_cfg *cfg = &spec->autocfg; |
| 2931 | hda_nid_t nid; |
| 2932 | unsigned int pincap; |
Takashi Iwai | eea7dc9 | 2010-08-30 13:06:15 +0200 | [diff] [blame] | 2933 | int i; |
Matthew Ranostay | 8e9068b | 2007-12-17 11:58:13 +0100 | [diff] [blame] | 2934 | |
Takashi Iwai | c21ca4a | 2008-12-19 09:26:08 +0100 | [diff] [blame] | 2935 | if (cfg->line_out_type != AUTO_PIN_LINE_OUT) |
| 2936 | return 0; |
Takashi Iwai | eea7dc9 | 2010-08-30 13:06:15 +0200 | [diff] [blame] | 2937 | for (i = 0; i < cfg->num_inputs; i++) { |
Takashi Iwai | 86e2959 | 2010-09-09 14:50:17 +0200 | [diff] [blame] | 2938 | if (cfg->inputs[i].type == AUTO_PIN_LINE_IN) { |
Takashi Iwai | eea7dc9 | 2010-08-30 13:06:15 +0200 | [diff] [blame] | 2939 | nid = cfg->inputs[i].pin; |
Takashi Iwai | 1327a32 | 2009-03-23 13:07:47 +0100 | [diff] [blame] | 2940 | pincap = snd_hda_query_pin_caps(codec, nid); |
Takashi Iwai | c21ca4a | 2008-12-19 09:26:08 +0100 | [diff] [blame] | 2941 | if (pincap & AC_PINCAP_OUT) |
| 2942 | return nid; |
| 2943 | } |
Takashi Iwai | eea7dc9 | 2010-08-30 13:06:15 +0200 | [diff] [blame] | 2944 | } |
Matt Porter | 403d194 | 2005-11-29 15:00:51 +0100 | [diff] [blame] | 2945 | return 0; |
| 2946 | } |
| 2947 | |
Takashi Iwai | eea7dc9 | 2010-08-30 13:06:15 +0200 | [diff] [blame] | 2948 | static hda_nid_t get_unassigned_dac(struct hda_codec *codec, hda_nid_t nid); |
| 2949 | |
Takashi Iwai | c21ca4a | 2008-12-19 09:26:08 +0100 | [diff] [blame] | 2950 | /* check whether the mic-input can be used as line-out */ |
Takashi Iwai | eea7dc9 | 2010-08-30 13:06:15 +0200 | [diff] [blame] | 2951 | static hda_nid_t check_mic_out_switch(struct hda_codec *codec, hda_nid_t *dac) |
Takashi Iwai | c21ca4a | 2008-12-19 09:26:08 +0100 | [diff] [blame] | 2952 | { |
| 2953 | struct sigmatel_spec *spec = codec->spec; |
| 2954 | struct auto_pin_cfg *cfg = &spec->autocfg; |
| 2955 | unsigned int def_conf, pincap; |
Takashi Iwai | 86e2959 | 2010-09-09 14:50:17 +0200 | [diff] [blame] | 2956 | int i; |
Takashi Iwai | c21ca4a | 2008-12-19 09:26:08 +0100 | [diff] [blame] | 2957 | |
Takashi Iwai | eea7dc9 | 2010-08-30 13:06:15 +0200 | [diff] [blame] | 2958 | *dac = 0; |
Takashi Iwai | c21ca4a | 2008-12-19 09:26:08 +0100 | [diff] [blame] | 2959 | if (cfg->line_out_type != AUTO_PIN_LINE_OUT) |
| 2960 | return 0; |
Takashi Iwai | eea7dc9 | 2010-08-30 13:06:15 +0200 | [diff] [blame] | 2961 | for (i = 0; i < cfg->num_inputs; i++) { |
| 2962 | hda_nid_t nid = cfg->inputs[i].pin; |
Takashi Iwai | 86e2959 | 2010-09-09 14:50:17 +0200 | [diff] [blame] | 2963 | if (cfg->inputs[i].type != AUTO_PIN_MIC) |
Takashi Iwai | eea7dc9 | 2010-08-30 13:06:15 +0200 | [diff] [blame] | 2964 | continue; |
Takashi Iwai | c21ca4a | 2008-12-19 09:26:08 +0100 | [diff] [blame] | 2965 | def_conf = snd_hda_codec_get_pincfg(codec, nid); |
| 2966 | /* some laptops have an internal analog microphone |
| 2967 | * which can't be used as a output */ |
Takashi Iwai | 99ae28b | 2010-09-17 14:42:34 +0200 | [diff] [blame] | 2968 | if (snd_hda_get_input_pin_attr(def_conf) != INPUT_PIN_ATTR_INT) { |
Takashi Iwai | c21ca4a | 2008-12-19 09:26:08 +0100 | [diff] [blame] | 2969 | pincap = snd_hda_query_pin_caps(codec, nid); |
Takashi Iwai | eea7dc9 | 2010-08-30 13:06:15 +0200 | [diff] [blame] | 2970 | if (pincap & AC_PINCAP_OUT) { |
| 2971 | *dac = get_unassigned_dac(codec, nid); |
| 2972 | if (*dac) |
| 2973 | return nid; |
| 2974 | } |
Takashi Iwai | c21ca4a | 2008-12-19 09:26:08 +0100 | [diff] [blame] | 2975 | } |
Takashi Iwai | c21ca4a | 2008-12-19 09:26:08 +0100 | [diff] [blame] | 2976 | } |
| 2977 | return 0; |
| 2978 | } |
Steve Longerbeam | 7b04389 | 2007-05-03 20:50:03 +0200 | [diff] [blame] | 2979 | |
| 2980 | static int is_in_dac_nids(struct sigmatel_spec *spec, hda_nid_t nid) |
| 2981 | { |
| 2982 | int i; |
| 2983 | |
| 2984 | for (i = 0; i < spec->multiout.num_dacs; i++) { |
| 2985 | if (spec->multiout.dac_nids[i] == nid) |
| 2986 | return 1; |
| 2987 | } |
| 2988 | |
| 2989 | return 0; |
| 2990 | } |
| 2991 | |
Takashi Iwai | c21ca4a | 2008-12-19 09:26:08 +0100 | [diff] [blame] | 2992 | static int check_all_dac_nids(struct sigmatel_spec *spec, hda_nid_t nid) |
| 2993 | { |
| 2994 | int i; |
| 2995 | if (is_in_dac_nids(spec, nid)) |
| 2996 | return 1; |
| 2997 | for (i = 0; i < spec->autocfg.hp_outs; i++) |
| 2998 | if (spec->hp_dacs[i] == nid) |
| 2999 | return 1; |
| 3000 | for (i = 0; i < spec->autocfg.speaker_outs; i++) |
| 3001 | if (spec->speaker_dacs[i] == nid) |
| 3002 | return 1; |
| 3003 | return 0; |
| 3004 | } |
| 3005 | |
| 3006 | static hda_nid_t get_unassigned_dac(struct hda_codec *codec, hda_nid_t nid) |
| 3007 | { |
| 3008 | struct sigmatel_spec *spec = codec->spec; |
David Henningsson | 48718ea | 2011-10-05 09:49:05 +0200 | [diff] [blame] | 3009 | struct auto_pin_cfg *cfg = &spec->autocfg; |
Takashi Iwai | c21ca4a | 2008-12-19 09:26:08 +0100 | [diff] [blame] | 3010 | int j, conn_len; |
David Henningsson | 48718ea | 2011-10-05 09:49:05 +0200 | [diff] [blame] | 3011 | hda_nid_t conn[HDA_MAX_CONNECTIONS], fallback_dac; |
Takashi Iwai | c21ca4a | 2008-12-19 09:26:08 +0100 | [diff] [blame] | 3012 | unsigned int wcaps, wtype; |
| 3013 | |
| 3014 | conn_len = snd_hda_get_connections(codec, nid, conn, |
| 3015 | HDA_MAX_CONNECTIONS); |
Charles Chin | 3670600 | 2010-01-29 12:05:51 +0100 | [diff] [blame] | 3016 | /* 92HD88: trace back up the link of nids to find the DAC */ |
| 3017 | while (conn_len == 1 && (get_wcaps_type(get_wcaps(codec, conn[0])) |
| 3018 | != AC_WID_AUD_OUT)) { |
| 3019 | nid = conn[0]; |
| 3020 | conn_len = snd_hda_get_connections(codec, nid, conn, |
| 3021 | HDA_MAX_CONNECTIONS); |
| 3022 | } |
Takashi Iwai | c21ca4a | 2008-12-19 09:26:08 +0100 | [diff] [blame] | 3023 | for (j = 0; j < conn_len; j++) { |
Takashi Iwai | 14bafe3 | 2009-03-23 16:35:39 +0100 | [diff] [blame] | 3024 | wcaps = get_wcaps(codec, conn[j]); |
Takashi Iwai | a22d543 | 2009-07-27 12:54:26 +0200 | [diff] [blame] | 3025 | wtype = get_wcaps_type(wcaps); |
Takashi Iwai | c21ca4a | 2008-12-19 09:26:08 +0100 | [diff] [blame] | 3026 | /* we check only analog outputs */ |
| 3027 | if (wtype != AC_WID_AUD_OUT || (wcaps & AC_WCAP_DIGITAL)) |
| 3028 | continue; |
| 3029 | /* if this route has a free DAC, assign it */ |
| 3030 | if (!check_all_dac_nids(spec, conn[j])) { |
| 3031 | if (conn_len > 1) { |
| 3032 | /* select this DAC in the pin's input mux */ |
| 3033 | snd_hda_codec_write_cache(codec, nid, 0, |
| 3034 | AC_VERB_SET_CONNECT_SEL, j); |
| 3035 | } |
| 3036 | return conn[j]; |
| 3037 | } |
| 3038 | } |
David Henningsson | 48718ea | 2011-10-05 09:49:05 +0200 | [diff] [blame] | 3039 | |
| 3040 | /* if all DACs are already assigned, connect to the primary DAC, |
| 3041 | unless we're assigning a secondary headphone */ |
| 3042 | fallback_dac = spec->multiout.dac_nids[0]; |
| 3043 | if (spec->multiout.hp_nid) { |
| 3044 | for (j = 0; j < cfg->hp_outs; j++) |
| 3045 | if (cfg->hp_pins[j] == nid) { |
| 3046 | fallback_dac = spec->multiout.hp_nid; |
| 3047 | break; |
| 3048 | } |
| 3049 | } |
| 3050 | |
Takashi Iwai | ee58a7c | 2009-03-06 12:00:24 +0100 | [diff] [blame] | 3051 | if (conn_len > 1) { |
| 3052 | for (j = 0; j < conn_len; j++) { |
David Henningsson | 48718ea | 2011-10-05 09:49:05 +0200 | [diff] [blame] | 3053 | if (conn[j] == fallback_dac) { |
Takashi Iwai | ee58a7c | 2009-03-06 12:00:24 +0100 | [diff] [blame] | 3054 | snd_hda_codec_write_cache(codec, nid, 0, |
| 3055 | AC_VERB_SET_CONNECT_SEL, j); |
| 3056 | break; |
| 3057 | } |
| 3058 | } |
| 3059 | } |
Takashi Iwai | c21ca4a | 2008-12-19 09:26:08 +0100 | [diff] [blame] | 3060 | return 0; |
| 3061 | } |
| 3062 | |
| 3063 | static int add_spec_dacs(struct sigmatel_spec *spec, hda_nid_t nid); |
| 3064 | static int add_spec_extra_dacs(struct sigmatel_spec *spec, hda_nid_t nid); |
| 3065 | |
Matt Porter | 3cc08dc | 2006-01-23 15:27:49 +0100 | [diff] [blame] | 3066 | /* |
Steve Longerbeam | 7b04389 | 2007-05-03 20:50:03 +0200 | [diff] [blame] | 3067 | * Fill in the dac_nids table from the parsed pin configuration |
| 3068 | * This function only works when every pin in line_out_pins[] |
| 3069 | * contains atleast one DAC in its connection list. Some 92xx |
| 3070 | * codecs are not connected directly to a DAC, such as the 9200 |
| 3071 | * and 9202/925x. For those, dac_nids[] must be hard-coded. |
Matt Porter | 3cc08dc | 2006-01-23 15:27:49 +0100 | [diff] [blame] | 3072 | */ |
Takashi Iwai | c21ca4a | 2008-12-19 09:26:08 +0100 | [diff] [blame] | 3073 | static int stac92xx_auto_fill_dac_nids(struct hda_codec *codec) |
Matt | c7d4b2f | 2005-06-27 14:59:41 +0200 | [diff] [blame] | 3074 | { |
| 3075 | struct sigmatel_spec *spec = codec->spec; |
Takashi Iwai | c21ca4a | 2008-12-19 09:26:08 +0100 | [diff] [blame] | 3076 | struct auto_pin_cfg *cfg = &spec->autocfg; |
| 3077 | int i; |
| 3078 | hda_nid_t nid, dac; |
Steve Longerbeam | 7b04389 | 2007-05-03 20:50:03 +0200 | [diff] [blame] | 3079 | |
Matt | c7d4b2f | 2005-06-27 14:59:41 +0200 | [diff] [blame] | 3080 | for (i = 0; i < cfg->line_outs; i++) { |
| 3081 | nid = cfg->line_out_pins[i]; |
Takashi Iwai | c21ca4a | 2008-12-19 09:26:08 +0100 | [diff] [blame] | 3082 | dac = get_unassigned_dac(codec, nid); |
| 3083 | if (!dac) { |
Takashi Iwai | df80295 | 2007-07-02 19:18:00 +0200 | [diff] [blame] | 3084 | if (spec->multiout.num_dacs > 0) { |
| 3085 | /* we have already working output pins, |
| 3086 | * so let's drop the broken ones again |
| 3087 | */ |
| 3088 | cfg->line_outs = spec->multiout.num_dacs; |
| 3089 | break; |
| 3090 | } |
Steve Longerbeam | 7b04389 | 2007-05-03 20:50:03 +0200 | [diff] [blame] | 3091 | /* error out, no available DAC found */ |
| 3092 | snd_printk(KERN_ERR |
| 3093 | "%s: No available DAC for pin 0x%x\n", |
| 3094 | __func__, nid); |
| 3095 | return -ENODEV; |
| 3096 | } |
Takashi Iwai | c21ca4a | 2008-12-19 09:26:08 +0100 | [diff] [blame] | 3097 | add_spec_dacs(spec, dac); |
| 3098 | } |
Steve Longerbeam | 7b04389 | 2007-05-03 20:50:03 +0200 | [diff] [blame] | 3099 | |
Takashi Iwai | 139e071 | 2009-03-06 12:10:41 +0100 | [diff] [blame] | 3100 | for (i = 0; i < cfg->hp_outs; i++) { |
| 3101 | nid = cfg->hp_pins[i]; |
| 3102 | dac = get_unassigned_dac(codec, nid); |
| 3103 | if (dac) { |
| 3104 | if (!spec->multiout.hp_nid) |
| 3105 | spec->multiout.hp_nid = dac; |
| 3106 | else |
| 3107 | add_spec_extra_dacs(spec, dac); |
| 3108 | } |
| 3109 | spec->hp_dacs[i] = dac; |
| 3110 | } |
| 3111 | |
| 3112 | for (i = 0; i < cfg->speaker_outs; i++) { |
| 3113 | nid = cfg->speaker_pins[i]; |
| 3114 | dac = get_unassigned_dac(codec, nid); |
| 3115 | if (dac) |
| 3116 | add_spec_extra_dacs(spec, dac); |
| 3117 | spec->speaker_dacs[i] = dac; |
| 3118 | } |
| 3119 | |
Takashi Iwai | c21ca4a | 2008-12-19 09:26:08 +0100 | [diff] [blame] | 3120 | /* add line-in as output */ |
| 3121 | nid = check_line_out_switch(codec); |
| 3122 | if (nid) { |
| 3123 | dac = get_unassigned_dac(codec, nid); |
| 3124 | if (dac) { |
| 3125 | snd_printdd("STAC: Add line-in 0x%x as output %d\n", |
| 3126 | nid, cfg->line_outs); |
| 3127 | cfg->line_out_pins[cfg->line_outs] = nid; |
| 3128 | cfg->line_outs++; |
| 3129 | spec->line_switch = nid; |
| 3130 | add_spec_dacs(spec, dac); |
| 3131 | } |
| 3132 | } |
| 3133 | /* add mic as output */ |
Takashi Iwai | eea7dc9 | 2010-08-30 13:06:15 +0200 | [diff] [blame] | 3134 | nid = check_mic_out_switch(codec, &dac); |
| 3135 | if (nid && dac) { |
| 3136 | snd_printdd("STAC: Add mic-in 0x%x as output %d\n", |
| 3137 | nid, cfg->line_outs); |
| 3138 | cfg->line_out_pins[cfg->line_outs] = nid; |
| 3139 | cfg->line_outs++; |
| 3140 | spec->mic_switch = nid; |
| 3141 | add_spec_dacs(spec, dac); |
Matt | c7d4b2f | 2005-06-27 14:59:41 +0200 | [diff] [blame] | 3142 | } |
| 3143 | |
Takashi Iwai | c21ca4a | 2008-12-19 09:26:08 +0100 | [diff] [blame] | 3144 | snd_printd("stac92xx: dac_nids=%d (0x%x/0x%x/0x%x/0x%x/0x%x)\n", |
Steve Longerbeam | 7b04389 | 2007-05-03 20:50:03 +0200 | [diff] [blame] | 3145 | spec->multiout.num_dacs, |
| 3146 | spec->multiout.dac_nids[0], |
| 3147 | spec->multiout.dac_nids[1], |
| 3148 | spec->multiout.dac_nids[2], |
| 3149 | spec->multiout.dac_nids[3], |
| 3150 | spec->multiout.dac_nids[4]); |
Takashi Iwai | c21ca4a | 2008-12-19 09:26:08 +0100 | [diff] [blame] | 3151 | |
Matt | c7d4b2f | 2005-06-27 14:59:41 +0200 | [diff] [blame] | 3152 | return 0; |
| 3153 | } |
| 3154 | |
Takashi Iwai | eb06ed8 | 2006-09-20 17:10:27 +0200 | [diff] [blame] | 3155 | /* create volume control/switch for the given prefx type */ |
Takashi Iwai | 668b965 | 2009-03-06 10:13:24 +0100 | [diff] [blame] | 3156 | static int create_controls_idx(struct hda_codec *codec, const char *pfx, |
| 3157 | int idx, hda_nid_t nid, int chs) |
Takashi Iwai | eb06ed8 | 2006-09-20 17:10:27 +0200 | [diff] [blame] | 3158 | { |
Takashi Iwai | 7c7767e | 2009-01-20 15:28:38 +0100 | [diff] [blame] | 3159 | struct sigmatel_spec *spec = codec->spec; |
Takashi Iwai | eb06ed8 | 2006-09-20 17:10:27 +0200 | [diff] [blame] | 3160 | char name[32]; |
| 3161 | int err; |
| 3162 | |
Takashi Iwai | 7c7767e | 2009-01-20 15:28:38 +0100 | [diff] [blame] | 3163 | if (!spec->check_volume_offset) { |
| 3164 | unsigned int caps, step, nums, db_scale; |
| 3165 | caps = query_amp_caps(codec, nid, HDA_OUTPUT); |
| 3166 | step = (caps & AC_AMPCAP_STEP_SIZE) >> |
| 3167 | AC_AMPCAP_STEP_SIZE_SHIFT; |
| 3168 | step = (step + 1) * 25; /* in .01dB unit */ |
| 3169 | nums = (caps & AC_AMPCAP_NUM_STEPS) >> |
| 3170 | AC_AMPCAP_NUM_STEPS_SHIFT; |
| 3171 | db_scale = nums * step; |
| 3172 | /* if dB scale is over -64dB, and finer enough, |
| 3173 | * let's reduce it to half |
| 3174 | */ |
| 3175 | if (db_scale > 6400 && nums >= 0x1f) |
| 3176 | spec->volume_offset = nums / 2; |
| 3177 | spec->check_volume_offset = 1; |
| 3178 | } |
| 3179 | |
Takashi Iwai | eb06ed8 | 2006-09-20 17:10:27 +0200 | [diff] [blame] | 3180 | sprintf(name, "%s Playback Volume", pfx); |
Takashi Iwai | 668b965 | 2009-03-06 10:13:24 +0100 | [diff] [blame] | 3181 | err = stac92xx_add_control_idx(spec, STAC_CTL_WIDGET_VOL, idx, name, |
Takashi Iwai | 7c7767e | 2009-01-20 15:28:38 +0100 | [diff] [blame] | 3182 | HDA_COMPOSE_AMP_VAL_OFS(nid, chs, 0, HDA_OUTPUT, |
| 3183 | spec->volume_offset)); |
Takashi Iwai | eb06ed8 | 2006-09-20 17:10:27 +0200 | [diff] [blame] | 3184 | if (err < 0) |
| 3185 | return err; |
| 3186 | sprintf(name, "%s Playback Switch", pfx); |
Takashi Iwai | 668b965 | 2009-03-06 10:13:24 +0100 | [diff] [blame] | 3187 | err = stac92xx_add_control_idx(spec, STAC_CTL_WIDGET_MUTE, idx, name, |
Takashi Iwai | eb06ed8 | 2006-09-20 17:10:27 +0200 | [diff] [blame] | 3188 | HDA_COMPOSE_AMP_VAL(nid, chs, 0, HDA_OUTPUT)); |
| 3189 | if (err < 0) |
| 3190 | return err; |
| 3191 | return 0; |
| 3192 | } |
| 3193 | |
Takashi Iwai | 668b965 | 2009-03-06 10:13:24 +0100 | [diff] [blame] | 3194 | #define create_controls(codec, pfx, nid, chs) \ |
| 3195 | create_controls_idx(codec, pfx, 0, nid, chs) |
| 3196 | |
Matthew Ranostay | ae0afd8 | 2008-02-22 17:55:05 +0100 | [diff] [blame] | 3197 | static int add_spec_dacs(struct sigmatel_spec *spec, hda_nid_t nid) |
| 3198 | { |
Takashi Iwai | c21ca4a | 2008-12-19 09:26:08 +0100 | [diff] [blame] | 3199 | if (spec->multiout.num_dacs > 4) { |
Matthew Ranostay | ae0afd8 | 2008-02-22 17:55:05 +0100 | [diff] [blame] | 3200 | printk(KERN_WARNING "stac92xx: No space for DAC 0x%x\n", nid); |
| 3201 | return 1; |
| 3202 | } else { |
Takashi Iwai | dda1441 | 2011-05-02 11:29:30 +0200 | [diff] [blame] | 3203 | snd_BUG_ON(spec->multiout.dac_nids != spec->dac_nids); |
| 3204 | spec->dac_nids[spec->multiout.num_dacs] = nid; |
Matthew Ranostay | ae0afd8 | 2008-02-22 17:55:05 +0100 | [diff] [blame] | 3205 | spec->multiout.num_dacs++; |
| 3206 | } |
| 3207 | return 0; |
| 3208 | } |
| 3209 | |
Takashi Iwai | c21ca4a | 2008-12-19 09:26:08 +0100 | [diff] [blame] | 3210 | static int add_spec_extra_dacs(struct sigmatel_spec *spec, hda_nid_t nid) |
Matthew Ranostay | ae0afd8 | 2008-02-22 17:55:05 +0100 | [diff] [blame] | 3211 | { |
Takashi Iwai | c21ca4a | 2008-12-19 09:26:08 +0100 | [diff] [blame] | 3212 | int i; |
| 3213 | for (i = 0; i < ARRAY_SIZE(spec->multiout.extra_out_nid); i++) { |
| 3214 | if (!spec->multiout.extra_out_nid[i]) { |
| 3215 | spec->multiout.extra_out_nid[i] = nid; |
| 3216 | return 0; |
| 3217 | } |
| 3218 | } |
| 3219 | printk(KERN_WARNING "stac92xx: No space for extra DAC 0x%x\n", nid); |
| 3220 | return 1; |
Matthew Ranostay | ae0afd8 | 2008-02-22 17:55:05 +0100 | [diff] [blame] | 3221 | } |
| 3222 | |
Takashi Iwai | dc04d1b | 2009-03-06 10:00:05 +0100 | [diff] [blame] | 3223 | /* Create output controls |
| 3224 | * The mixer elements are named depending on the given type (AUTO_PIN_XXX_OUT) |
| 3225 | */ |
| 3226 | static int create_multi_out_ctls(struct hda_codec *codec, int num_outs, |
| 3227 | const hda_nid_t *pins, |
| 3228 | const hda_nid_t *dac_nids, |
| 3229 | int type) |
Matt | c7d4b2f | 2005-06-27 14:59:41 +0200 | [diff] [blame] | 3230 | { |
Takashi Iwai | 7662453 | 2008-12-19 10:09:47 +0100 | [diff] [blame] | 3231 | struct sigmatel_spec *spec = codec->spec; |
Takashi Iwai | ea73496 | 2011-01-17 11:29:34 +0100 | [diff] [blame] | 3232 | static const char * const chname[4] = { |
Takashi Iwai | 19039bd | 2006-06-28 15:52:16 +0200 | [diff] [blame] | 3233 | "Front", "Surround", NULL /*CLFE*/, "Side" |
| 3234 | }; |
Takashi Iwai | dc04d1b | 2009-03-06 10:00:05 +0100 | [diff] [blame] | 3235 | hda_nid_t nid; |
Takashi Iwai | 9158923 | 2008-12-19 15:59:40 +0100 | [diff] [blame] | 3236 | int i, err; |
| 3237 | unsigned int wid_caps; |
Maxim Levitsky | 0fb87bb | 2007-09-03 15:29:04 +0200 | [diff] [blame] | 3238 | |
Takashi Iwai | dc04d1b | 2009-03-06 10:00:05 +0100 | [diff] [blame] | 3239 | for (i = 0; i < num_outs && i < ARRAY_SIZE(chname); i++) { |
Takashi Iwai | ffd0e56 | 2009-04-16 12:20:24 +0200 | [diff] [blame] | 3240 | if (type == AUTO_PIN_HP_OUT && !spec->hp_detect) { |
Takashi Iwai | e35d9d6 | 2011-05-17 11:28:16 +0200 | [diff] [blame] | 3241 | if (is_jack_detectable(codec, pins[i])) |
Takashi Iwai | ffd0e56 | 2009-04-16 12:20:24 +0200 | [diff] [blame] | 3242 | spec->hp_detect = 1; |
| 3243 | } |
Takashi Iwai | dc04d1b | 2009-03-06 10:00:05 +0100 | [diff] [blame] | 3244 | nid = dac_nids[i]; |
| 3245 | if (!nid) |
| 3246 | continue; |
| 3247 | if (type != AUTO_PIN_HP_OUT && i == 2) { |
Matt | c7d4b2f | 2005-06-27 14:59:41 +0200 | [diff] [blame] | 3248 | /* Center/LFE */ |
Takashi Iwai | 7c7767e | 2009-01-20 15:28:38 +0100 | [diff] [blame] | 3249 | err = create_controls(codec, "Center", nid, 1); |
Takashi Iwai | eb06ed8 | 2006-09-20 17:10:27 +0200 | [diff] [blame] | 3250 | if (err < 0) |
Matt | c7d4b2f | 2005-06-27 14:59:41 +0200 | [diff] [blame] | 3251 | return err; |
Takashi Iwai | 7c7767e | 2009-01-20 15:28:38 +0100 | [diff] [blame] | 3252 | err = create_controls(codec, "LFE", nid, 2); |
Takashi Iwai | eb06ed8 | 2006-09-20 17:10:27 +0200 | [diff] [blame] | 3253 | if (err < 0) |
Matt | c7d4b2f | 2005-06-27 14:59:41 +0200 | [diff] [blame] | 3254 | return err; |
Maxim Levitsky | 0fb87bb | 2007-09-03 15:29:04 +0200 | [diff] [blame] | 3255 | |
| 3256 | wid_caps = get_wcaps(codec, nid); |
| 3257 | |
| 3258 | if (wid_caps & AC_WCAP_LR_SWAP) { |
| 3259 | err = stac92xx_add_control(spec, |
| 3260 | STAC_CTL_WIDGET_CLFE_SWITCH, |
| 3261 | "Swap Center/LFE Playback Switch", nid); |
| 3262 | |
| 3263 | if (err < 0) |
| 3264 | return err; |
| 3265 | } |
| 3266 | |
Matt | c7d4b2f | 2005-06-27 14:59:41 +0200 | [diff] [blame] | 3267 | } else { |
Takashi Iwai | dc04d1b | 2009-03-06 10:00:05 +0100 | [diff] [blame] | 3268 | const char *name; |
Takashi Iwai | 668b965 | 2009-03-06 10:13:24 +0100 | [diff] [blame] | 3269 | int idx; |
Takashi Iwai | dc04d1b | 2009-03-06 10:00:05 +0100 | [diff] [blame] | 3270 | switch (type) { |
| 3271 | case AUTO_PIN_HP_OUT: |
Takashi Iwai | 668b965 | 2009-03-06 10:13:24 +0100 | [diff] [blame] | 3272 | name = "Headphone"; |
| 3273 | idx = i; |
Takashi Iwai | dc04d1b | 2009-03-06 10:00:05 +0100 | [diff] [blame] | 3274 | break; |
| 3275 | case AUTO_PIN_SPEAKER_OUT: |
Takashi Iwai | f37bc7a | 2012-11-08 15:59:23 +0100 | [diff] [blame] | 3276 | if (num_outs <= 2) { |
| 3277 | name = i ? "Bass Speaker" : "Speaker"; |
| 3278 | idx = 0; |
David Henningsson | 298efee | 2012-09-06 11:17:58 +0200 | [diff] [blame] | 3279 | break; |
| 3280 | } |
| 3281 | /* Fall through in case of multi speaker outs */ |
Takashi Iwai | dc04d1b | 2009-03-06 10:00:05 +0100 | [diff] [blame] | 3282 | default: |
| 3283 | name = chname[i]; |
Takashi Iwai | 668b965 | 2009-03-06 10:13:24 +0100 | [diff] [blame] | 3284 | idx = 0; |
Takashi Iwai | dc04d1b | 2009-03-06 10:00:05 +0100 | [diff] [blame] | 3285 | break; |
Takashi Iwai | 7662453 | 2008-12-19 10:09:47 +0100 | [diff] [blame] | 3286 | } |
Takashi Iwai | 668b965 | 2009-03-06 10:13:24 +0100 | [diff] [blame] | 3287 | err = create_controls_idx(codec, name, idx, nid, 3); |
Takashi Iwai | eb06ed8 | 2006-09-20 17:10:27 +0200 | [diff] [blame] | 3288 | if (err < 0) |
Matt | c7d4b2f | 2005-06-27 14:59:41 +0200 | [diff] [blame] | 3289 | return err; |
| 3290 | } |
| 3291 | } |
Takashi Iwai | dc04d1b | 2009-03-06 10:00:05 +0100 | [diff] [blame] | 3292 | return 0; |
| 3293 | } |
| 3294 | |
Takashi Iwai | 62cbde1 | 2012-09-14 11:58:54 +0200 | [diff] [blame] | 3295 | static void stac_gpio_set(struct hda_codec *codec, unsigned int mask, |
| 3296 | unsigned int dir_mask, unsigned int data); |
| 3297 | |
| 3298 | /* hook for controlling mic-mute LED GPIO */ |
| 3299 | static int stac92xx_capture_sw_put_led(struct snd_kcontrol *kcontrol, |
| 3300 | struct snd_ctl_elem_value *ucontrol) |
| 3301 | { |
| 3302 | struct hda_codec *codec = snd_kcontrol_chip(kcontrol); |
| 3303 | struct sigmatel_spec *spec = codec->spec; |
| 3304 | int err; |
| 3305 | bool mute; |
| 3306 | |
| 3307 | err = snd_hda_mixer_amp_switch_put(kcontrol, ucontrol); |
| 3308 | if (err <= 0) |
| 3309 | return err; |
| 3310 | mute = !(ucontrol->value.integer.value[0] && |
| 3311 | ucontrol->value.integer.value[1]); |
| 3312 | if (spec->mic_mute_led_on != mute) { |
| 3313 | spec->mic_mute_led_on = mute; |
| 3314 | if (mute) |
| 3315 | spec->gpio_data |= spec->mic_mute_led_gpio; |
| 3316 | else |
| 3317 | spec->gpio_data &= ~spec->mic_mute_led_gpio; |
| 3318 | stac_gpio_set(codec, spec->gpio_mask, |
| 3319 | spec->gpio_dir, spec->gpio_data); |
| 3320 | } |
| 3321 | return err; |
| 3322 | } |
| 3323 | |
Takashi Iwai | 6479c63 | 2009-07-28 18:20:25 +0200 | [diff] [blame] | 3324 | static int stac92xx_add_capvol_ctls(struct hda_codec *codec, unsigned long vol, |
| 3325 | unsigned long sw, int idx) |
| 3326 | { |
Takashi Iwai | 62cbde1 | 2012-09-14 11:58:54 +0200 | [diff] [blame] | 3327 | struct sigmatel_spec *spec = codec->spec; |
| 3328 | struct snd_kcontrol_new *knew; |
Takashi Iwai | 6479c63 | 2009-07-28 18:20:25 +0200 | [diff] [blame] | 3329 | int err; |
Takashi Iwai | 62cbde1 | 2012-09-14 11:58:54 +0200 | [diff] [blame] | 3330 | |
Takashi Iwai | 6479c63 | 2009-07-28 18:20:25 +0200 | [diff] [blame] | 3331 | err = stac92xx_add_control_idx(codec->spec, STAC_CTL_WIDGET_VOL, idx, |
Takashi Iwai | bf677bd | 2009-07-30 09:24:29 +0200 | [diff] [blame] | 3332 | "Capture Volume", vol); |
Takashi Iwai | 6479c63 | 2009-07-28 18:20:25 +0200 | [diff] [blame] | 3333 | if (err < 0) |
| 3334 | return err; |
Takashi Iwai | 62cbde1 | 2012-09-14 11:58:54 +0200 | [diff] [blame] | 3335 | |
| 3336 | knew = add_control_temp(spec, |
| 3337 | &stac92xx_control_templates[STAC_CTL_WIDGET_MUTE], |
| 3338 | idx, "Capture Switch", sw); |
| 3339 | if (!knew) |
| 3340 | return -ENOMEM; |
| 3341 | /* add a LED hook for some HP laptops */ |
| 3342 | if (spec->mic_mute_led_gpio) |
| 3343 | knew->put = stac92xx_capture_sw_put_led; |
| 3344 | |
Takashi Iwai | 6479c63 | 2009-07-28 18:20:25 +0200 | [diff] [blame] | 3345 | return 0; |
| 3346 | } |
| 3347 | |
Takashi Iwai | dc04d1b | 2009-03-06 10:00:05 +0100 | [diff] [blame] | 3348 | /* add playback controls from the parsed DAC table */ |
| 3349 | static int stac92xx_auto_create_multi_out_ctls(struct hda_codec *codec, |
| 3350 | const struct auto_pin_cfg *cfg) |
| 3351 | { |
| 3352 | struct sigmatel_spec *spec = codec->spec; |
Nickolas Lloyd | 7c922de | 2009-06-01 11:12:29 +0200 | [diff] [blame] | 3353 | hda_nid_t nid; |
Takashi Iwai | dc04d1b | 2009-03-06 10:00:05 +0100 | [diff] [blame] | 3354 | int err; |
Nickolas Lloyd | 7c922de | 2009-06-01 11:12:29 +0200 | [diff] [blame] | 3355 | int idx; |
Takashi Iwai | dc04d1b | 2009-03-06 10:00:05 +0100 | [diff] [blame] | 3356 | |
| 3357 | err = create_multi_out_ctls(codec, cfg->line_outs, cfg->line_out_pins, |
| 3358 | spec->multiout.dac_nids, |
| 3359 | cfg->line_out_type); |
| 3360 | if (err < 0) |
| 3361 | return err; |
Matt | c7d4b2f | 2005-06-27 14:59:41 +0200 | [diff] [blame] | 3362 | |
Takashi Iwai | a9cb5c9 | 2008-11-24 07:51:11 +0100 | [diff] [blame] | 3363 | if (cfg->hp_outs > 1 && cfg->line_out_type == AUTO_PIN_LINE_OUT) { |
Matthew Ranostay | 7c2ba97 | 2008-04-16 13:13:59 +0200 | [diff] [blame] | 3364 | err = stac92xx_add_control(spec, |
| 3365 | STAC_CTL_WIDGET_HP_SWITCH, |
Takashi Iwai | d7a8943 | 2008-11-12 09:48:04 +0100 | [diff] [blame] | 3366 | "Headphone as Line Out Switch", |
| 3367 | cfg->hp_pins[cfg->hp_outs - 1]); |
Matthew Ranostay | 7c2ba97 | 2008-04-16 13:13:59 +0200 | [diff] [blame] | 3368 | if (err < 0) |
| 3369 | return err; |
| 3370 | } |
| 3371 | |
Takashi Iwai | eea7dc9 | 2010-08-30 13:06:15 +0200 | [diff] [blame] | 3372 | for (idx = 0; idx < cfg->num_inputs; idx++) { |
Takashi Iwai | 86e2959 | 2010-09-09 14:50:17 +0200 | [diff] [blame] | 3373 | if (cfg->inputs[idx].type > AUTO_PIN_LINE_IN) |
Takashi Iwai | eea7dc9 | 2010-08-30 13:06:15 +0200 | [diff] [blame] | 3374 | break; |
| 3375 | nid = cfg->inputs[idx].pin; |
| 3376 | err = stac92xx_add_jack_mode_control(codec, nid, idx); |
| 3377 | if (err < 0) |
| 3378 | return err; |
Matthew Ranostay | b5895dc | 2008-01-25 15:24:50 +0100 | [diff] [blame] | 3379 | } |
Matt Porter | 403d194 | 2005-11-29 15:00:51 +0100 | [diff] [blame] | 3380 | |
Matt | c7d4b2f | 2005-06-27 14:59:41 +0200 | [diff] [blame] | 3381 | return 0; |
| 3382 | } |
| 3383 | |
Takashi Iwai | eb06ed8 | 2006-09-20 17:10:27 +0200 | [diff] [blame] | 3384 | /* add playback controls for Speaker and HP outputs */ |
| 3385 | static int stac92xx_auto_create_hp_ctls(struct hda_codec *codec, |
| 3386 | struct auto_pin_cfg *cfg) |
Matt | c7d4b2f | 2005-06-27 14:59:41 +0200 | [diff] [blame] | 3387 | { |
| 3388 | struct sigmatel_spec *spec = codec->spec; |
Takashi Iwai | dc04d1b | 2009-03-06 10:00:05 +0100 | [diff] [blame] | 3389 | int err; |
Matt | c7d4b2f | 2005-06-27 14:59:41 +0200 | [diff] [blame] | 3390 | |
Takashi Iwai | dc04d1b | 2009-03-06 10:00:05 +0100 | [diff] [blame] | 3391 | err = create_multi_out_ctls(codec, cfg->hp_outs, cfg->hp_pins, |
| 3392 | spec->hp_dacs, AUTO_PIN_HP_OUT); |
| 3393 | if (err < 0) |
| 3394 | return err; |
| 3395 | |
| 3396 | err = create_multi_out_ctls(codec, cfg->speaker_outs, cfg->speaker_pins, |
| 3397 | spec->speaker_dacs, AUTO_PIN_SPEAKER_OUT); |
| 3398 | if (err < 0) |
| 3399 | return err; |
| 3400 | |
Matt | c7d4b2f | 2005-06-27 14:59:41 +0200 | [diff] [blame] | 3401 | return 0; |
| 3402 | } |
| 3403 | |
Matthew Ranostay | b22b482 | 2008-01-22 12:32:30 +0100 | [diff] [blame] | 3404 | /* labels for mono mux outputs */ |
Takashi Iwai | ea73496 | 2011-01-17 11:29:34 +0100 | [diff] [blame] | 3405 | static const char * const stac92xx_mono_labels[4] = { |
Matthew Ranostay | d0513fc | 2008-07-27 10:30:30 +0200 | [diff] [blame] | 3406 | "DAC0", "DAC1", "Mixer", "DAC2" |
Matthew Ranostay | b22b482 | 2008-01-22 12:32:30 +0100 | [diff] [blame] | 3407 | }; |
| 3408 | |
| 3409 | /* create mono mux for mono out on capable codecs */ |
| 3410 | static int stac92xx_auto_create_mono_output_ctls(struct hda_codec *codec) |
| 3411 | { |
| 3412 | struct sigmatel_spec *spec = codec->spec; |
| 3413 | struct hda_input_mux *mono_mux = &spec->private_mono_mux; |
| 3414 | int i, num_cons; |
| 3415 | hda_nid_t con_lst[ARRAY_SIZE(stac92xx_mono_labels)]; |
| 3416 | |
| 3417 | num_cons = snd_hda_get_connections(codec, |
| 3418 | spec->mono_nid, |
| 3419 | con_lst, |
| 3420 | HDA_MAX_NUM_INPUTS); |
Jaroslav Kysela | 16a433d | 2009-07-22 16:20:40 +0200 | [diff] [blame] | 3421 | if (num_cons <= 0 || num_cons > ARRAY_SIZE(stac92xx_mono_labels)) |
Matthew Ranostay | b22b482 | 2008-01-22 12:32:30 +0100 | [diff] [blame] | 3422 | return -EINVAL; |
| 3423 | |
Takashi Iwai | 10a20af | 2010-09-09 16:28:02 +0200 | [diff] [blame] | 3424 | for (i = 0; i < num_cons; i++) |
| 3425 | snd_hda_add_imux_item(mono_mux, stac92xx_mono_labels[i], i, |
| 3426 | NULL); |
Matthew Ranostay | 09a9995 | 2008-01-24 11:49:21 +0100 | [diff] [blame] | 3427 | |
| 3428 | return stac92xx_add_control(spec, STAC_CTL_WIDGET_MONO_MUX, |
| 3429 | "Mono Mux", spec->mono_nid); |
Matthew Ranostay | b22b482 | 2008-01-22 12:32:30 +0100 | [diff] [blame] | 3430 | } |
| 3431 | |
Matthew Ranostay | 1cd2224 | 2008-07-18 18:20:52 +0200 | [diff] [blame] | 3432 | /* create PC beep volume controls */ |
| 3433 | static int stac92xx_auto_create_beep_ctls(struct hda_codec *codec, |
| 3434 | hda_nid_t nid) |
| 3435 | { |
| 3436 | struct sigmatel_spec *spec = codec->spec; |
| 3437 | u32 caps = query_amp_caps(codec, nid, HDA_OUTPUT); |
Jaroslav Kysela | 123c07a | 2009-10-21 14:48:23 +0200 | [diff] [blame] | 3438 | int err, type = STAC_CTL_WIDGET_MUTE_BEEP; |
| 3439 | |
| 3440 | if (spec->anabeep_nid == nid) |
| 3441 | type = STAC_CTL_WIDGET_MUTE; |
Matthew Ranostay | 1cd2224 | 2008-07-18 18:20:52 +0200 | [diff] [blame] | 3442 | |
| 3443 | /* check for mute support for the the amp */ |
| 3444 | if ((caps & AC_AMPCAP_MUTE) >> AC_AMPCAP_MUTE_SHIFT) { |
Jaroslav Kysela | 123c07a | 2009-10-21 14:48:23 +0200 | [diff] [blame] | 3445 | err = stac92xx_add_control(spec, type, |
Jaroslav Kysela | d355c82a | 2009-11-03 15:47:25 +0100 | [diff] [blame] | 3446 | "Beep Playback Switch", |
Matthew Ranostay | 1cd2224 | 2008-07-18 18:20:52 +0200 | [diff] [blame] | 3447 | HDA_COMPOSE_AMP_VAL(nid, 1, 0, HDA_OUTPUT)); |
| 3448 | if (err < 0) |
| 3449 | return err; |
| 3450 | } |
| 3451 | |
| 3452 | /* check to see if there is volume support for the amp */ |
| 3453 | if ((caps & AC_AMPCAP_NUM_STEPS) >> AC_AMPCAP_NUM_STEPS_SHIFT) { |
| 3454 | err = stac92xx_add_control(spec, STAC_CTL_WIDGET_VOL, |
Jaroslav Kysela | d355c82a | 2009-11-03 15:47:25 +0100 | [diff] [blame] | 3455 | "Beep Playback Volume", |
Matthew Ranostay | 1cd2224 | 2008-07-18 18:20:52 +0200 | [diff] [blame] | 3456 | HDA_COMPOSE_AMP_VAL(nid, 1, 0, HDA_OUTPUT)); |
| 3457 | if (err < 0) |
| 3458 | return err; |
| 3459 | } |
| 3460 | return 0; |
| 3461 | } |
| 3462 | |
Takashi Iwai | 4d4e9bb | 2008-11-12 16:45:04 +0100 | [diff] [blame] | 3463 | #ifdef CONFIG_SND_HDA_INPUT_BEEP |
| 3464 | #define stac92xx_dig_beep_switch_info snd_ctl_boolean_mono_info |
| 3465 | |
| 3466 | static int stac92xx_dig_beep_switch_get(struct snd_kcontrol *kcontrol, |
| 3467 | struct snd_ctl_elem_value *ucontrol) |
| 3468 | { |
| 3469 | struct hda_codec *codec = snd_kcontrol_chip(kcontrol); |
| 3470 | ucontrol->value.integer.value[0] = codec->beep->enabled; |
| 3471 | return 0; |
| 3472 | } |
| 3473 | |
| 3474 | static int stac92xx_dig_beep_switch_put(struct snd_kcontrol *kcontrol, |
| 3475 | struct snd_ctl_elem_value *ucontrol) |
| 3476 | { |
| 3477 | struct hda_codec *codec = snd_kcontrol_chip(kcontrol); |
Jaroslav Kysela | 123c07a | 2009-10-21 14:48:23 +0200 | [diff] [blame] | 3478 | return snd_hda_enable_beep_device(codec, ucontrol->value.integer.value[0]); |
Takashi Iwai | 4d4e9bb | 2008-11-12 16:45:04 +0100 | [diff] [blame] | 3479 | } |
| 3480 | |
Takashi Iwai | 2b63536 | 2011-05-02 12:33:43 +0200 | [diff] [blame] | 3481 | static const struct snd_kcontrol_new stac92xx_dig_beep_ctrl = { |
Takashi Iwai | 4d4e9bb | 2008-11-12 16:45:04 +0100 | [diff] [blame] | 3482 | .iface = SNDRV_CTL_ELEM_IFACE_MIXER, |
| 3483 | .info = stac92xx_dig_beep_switch_info, |
| 3484 | .get = stac92xx_dig_beep_switch_get, |
| 3485 | .put = stac92xx_dig_beep_switch_put, |
| 3486 | }; |
| 3487 | |
| 3488 | static int stac92xx_beep_switch_ctl(struct hda_codec *codec) |
| 3489 | { |
| 3490 | return stac92xx_add_control_temp(codec->spec, &stac92xx_dig_beep_ctrl, |
Jaroslav Kysela | d355c82a | 2009-11-03 15:47:25 +0100 | [diff] [blame] | 3491 | 0, "Beep Playback Switch", 0); |
Takashi Iwai | 4d4e9bb | 2008-11-12 16:45:04 +0100 | [diff] [blame] | 3492 | } |
| 3493 | #endif |
| 3494 | |
Matthew Ranostay | 4682eee | 2008-08-15 07:43:24 +0200 | [diff] [blame] | 3495 | static int stac92xx_auto_create_mux_input_ctls(struct hda_codec *codec) |
| 3496 | { |
| 3497 | struct sigmatel_spec *spec = codec->spec; |
Takashi Iwai | 667067d | 2009-08-13 18:14:42 +0200 | [diff] [blame] | 3498 | int i, j, err = 0; |
Matthew Ranostay | 4682eee | 2008-08-15 07:43:24 +0200 | [diff] [blame] | 3499 | |
| 3500 | for (i = 0; i < spec->num_muxes; i++) { |
Takashi Iwai | 667067d | 2009-08-13 18:14:42 +0200 | [diff] [blame] | 3501 | hda_nid_t nid; |
| 3502 | unsigned int wcaps; |
| 3503 | unsigned long val; |
| 3504 | |
Matthew Ranostay | 4682eee | 2008-08-15 07:43:24 +0200 | [diff] [blame] | 3505 | nid = spec->mux_nids[i]; |
| 3506 | wcaps = get_wcaps(codec, nid); |
Takashi Iwai | 667067d | 2009-08-13 18:14:42 +0200 | [diff] [blame] | 3507 | if (!(wcaps & AC_WCAP_OUT_AMP)) |
| 3508 | continue; |
Matthew Ranostay | 4682eee | 2008-08-15 07:43:24 +0200 | [diff] [blame] | 3509 | |
Takashi Iwai | 667067d | 2009-08-13 18:14:42 +0200 | [diff] [blame] | 3510 | /* check whether already the same control was created as |
| 3511 | * normal Capture Volume. |
| 3512 | */ |
| 3513 | val = HDA_COMPOSE_AMP_VAL(nid, 3, 0, HDA_OUTPUT); |
| 3514 | for (j = 0; j < spec->num_caps; j++) { |
| 3515 | if (spec->capvols[j] == val) |
| 3516 | break; |
Matthew Ranostay | 4682eee | 2008-08-15 07:43:24 +0200 | [diff] [blame] | 3517 | } |
Takashi Iwai | 667067d | 2009-08-13 18:14:42 +0200 | [diff] [blame] | 3518 | if (j < spec->num_caps) |
| 3519 | continue; |
| 3520 | |
| 3521 | err = stac92xx_add_control_idx(spec, STAC_CTL_WIDGET_VOL, i, |
| 3522 | "Mux Capture Volume", val); |
| 3523 | if (err < 0) |
| 3524 | return err; |
Matthew Ranostay | 4682eee | 2008-08-15 07:43:24 +0200 | [diff] [blame] | 3525 | } |
| 3526 | return 0; |
| 3527 | }; |
| 3528 | |
Takashi Iwai | ea73496 | 2011-01-17 11:29:34 +0100 | [diff] [blame] | 3529 | static const char * const stac92xx_spdif_labels[3] = { |
Matthew Ranostay | 6597363 | 2008-09-16 10:39:37 -0400 | [diff] [blame] | 3530 | "Digital Playback", "Analog Mux 1", "Analog Mux 2", |
Matthew Ranostay | d973775 | 2008-09-07 12:03:41 +0200 | [diff] [blame] | 3531 | }; |
| 3532 | |
| 3533 | static int stac92xx_auto_create_spdif_mux_ctls(struct hda_codec *codec) |
| 3534 | { |
| 3535 | struct sigmatel_spec *spec = codec->spec; |
| 3536 | struct hda_input_mux *spdif_mux = &spec->private_smux; |
Takashi Iwai | ea73496 | 2011-01-17 11:29:34 +0100 | [diff] [blame] | 3537 | const char * const *labels = spec->spdif_labels; |
Matthew Ranostay | d973775 | 2008-09-07 12:03:41 +0200 | [diff] [blame] | 3538 | int i, num_cons; |
Matthew Ranostay | 6597363 | 2008-09-16 10:39:37 -0400 | [diff] [blame] | 3539 | hda_nid_t con_lst[HDA_MAX_NUM_INPUTS]; |
Matthew Ranostay | d973775 | 2008-09-07 12:03:41 +0200 | [diff] [blame] | 3540 | |
| 3541 | num_cons = snd_hda_get_connections(codec, |
| 3542 | spec->smux_nids[0], |
| 3543 | con_lst, |
| 3544 | HDA_MAX_NUM_INPUTS); |
Jaroslav Kysela | 16a433d | 2009-07-22 16:20:40 +0200 | [diff] [blame] | 3545 | if (num_cons <= 0) |
Matthew Ranostay | d973775 | 2008-09-07 12:03:41 +0200 | [diff] [blame] | 3546 | return -EINVAL; |
| 3547 | |
Matthew Ranostay | 6597363 | 2008-09-16 10:39:37 -0400 | [diff] [blame] | 3548 | if (!labels) |
| 3549 | labels = stac92xx_spdif_labels; |
| 3550 | |
Takashi Iwai | 10a20af | 2010-09-09 16:28:02 +0200 | [diff] [blame] | 3551 | for (i = 0; i < num_cons; i++) |
| 3552 | snd_hda_add_imux_item(spdif_mux, labels[i], i, NULL); |
Matthew Ranostay | d973775 | 2008-09-07 12:03:41 +0200 | [diff] [blame] | 3553 | |
| 3554 | return 0; |
| 3555 | } |
| 3556 | |
Matt Porter | 8b65727 | 2006-10-26 17:12:59 +0200 | [diff] [blame] | 3557 | /* labels for dmic mux inputs */ |
Takashi Iwai | ea73496 | 2011-01-17 11:29:34 +0100 | [diff] [blame] | 3558 | static const char * const stac92xx_dmic_labels[5] = { |
Matt Porter | 8b65727 | 2006-10-26 17:12:59 +0200 | [diff] [blame] | 3559 | "Analog Inputs", "Digital Mic 1", "Digital Mic 2", |
| 3560 | "Digital Mic 3", "Digital Mic 4" |
| 3561 | }; |
| 3562 | |
Vitaliy Kulikov | 699d899 | 2011-03-10 13:43:35 -0600 | [diff] [blame] | 3563 | static hda_nid_t get_connected_node(struct hda_codec *codec, hda_nid_t mux, |
| 3564 | int idx) |
| 3565 | { |
| 3566 | hda_nid_t conn[HDA_MAX_NUM_INPUTS]; |
| 3567 | int nums; |
| 3568 | nums = snd_hda_get_connections(codec, mux, conn, ARRAY_SIZE(conn)); |
| 3569 | if (idx >= 0 && idx < nums) |
| 3570 | return conn[idx]; |
| 3571 | return 0; |
| 3572 | } |
| 3573 | |
Takashi Iwai | 8d087c7 | 2011-06-28 12:45:47 +0200 | [diff] [blame] | 3574 | /* look for NID recursively */ |
| 3575 | #define get_connection_index(codec, mux, nid) \ |
| 3576 | snd_hda_get_conn_index(codec, mux, nid, 1) |
Takashi Iwai | 3d21d3f | 2009-07-29 14:32:56 +0200 | [diff] [blame] | 3577 | |
Takashi Iwai | 667067d | 2009-08-13 18:14:42 +0200 | [diff] [blame] | 3578 | /* create a volume assigned to the given pin (only if supported) */ |
Takashi Iwai | 96f845d | 2009-08-29 00:49:36 +0200 | [diff] [blame] | 3579 | /* return 1 if the volume control is created */ |
Takashi Iwai | 667067d | 2009-08-13 18:14:42 +0200 | [diff] [blame] | 3580 | static int create_elem_capture_vol(struct hda_codec *codec, hda_nid_t nid, |
Takashi Iwai | eea7dc9 | 2010-08-30 13:06:15 +0200 | [diff] [blame] | 3581 | const char *label, int idx, int direction) |
Takashi Iwai | 667067d | 2009-08-13 18:14:42 +0200 | [diff] [blame] | 3582 | { |
| 3583 | unsigned int caps, nums; |
| 3584 | char name[32]; |
Takashi Iwai | 96f845d | 2009-08-29 00:49:36 +0200 | [diff] [blame] | 3585 | int err; |
Takashi Iwai | 667067d | 2009-08-13 18:14:42 +0200 | [diff] [blame] | 3586 | |
Takashi Iwai | 96f845d | 2009-08-29 00:49:36 +0200 | [diff] [blame] | 3587 | if (direction == HDA_OUTPUT) |
| 3588 | caps = AC_WCAP_OUT_AMP; |
| 3589 | else |
| 3590 | caps = AC_WCAP_IN_AMP; |
| 3591 | if (!(get_wcaps(codec, nid) & caps)) |
Takashi Iwai | 667067d | 2009-08-13 18:14:42 +0200 | [diff] [blame] | 3592 | return 0; |
Takashi Iwai | 96f845d | 2009-08-29 00:49:36 +0200 | [diff] [blame] | 3593 | caps = query_amp_caps(codec, nid, direction); |
Takashi Iwai | 667067d | 2009-08-13 18:14:42 +0200 | [diff] [blame] | 3594 | nums = (caps & AC_AMPCAP_NUM_STEPS) >> AC_AMPCAP_NUM_STEPS_SHIFT; |
| 3595 | if (!nums) |
| 3596 | return 0; |
| 3597 | snprintf(name, sizeof(name), "%s Capture Volume", label); |
Takashi Iwai | eea7dc9 | 2010-08-30 13:06:15 +0200 | [diff] [blame] | 3598 | err = stac92xx_add_control_idx(codec->spec, STAC_CTL_WIDGET_VOL, idx, name, |
| 3599 | HDA_COMPOSE_AMP_VAL(nid, 3, 0, direction)); |
Takashi Iwai | 96f845d | 2009-08-29 00:49:36 +0200 | [diff] [blame] | 3600 | if (err < 0) |
| 3601 | return err; |
| 3602 | return 1; |
Takashi Iwai | 667067d | 2009-08-13 18:14:42 +0200 | [diff] [blame] | 3603 | } |
| 3604 | |
Matt Porter | 8b65727 | 2006-10-26 17:12:59 +0200 | [diff] [blame] | 3605 | /* create playback/capture controls for input pins on dmic capable codecs */ |
| 3606 | static int stac92xx_auto_create_dmic_input_ctls(struct hda_codec *codec, |
| 3607 | const struct auto_pin_cfg *cfg) |
| 3608 | { |
| 3609 | struct sigmatel_spec *spec = codec->spec; |
Takashi Iwai | 5207e10 | 2009-07-30 13:09:08 +0200 | [diff] [blame] | 3610 | struct hda_input_mux *imux = &spec->private_imux; |
Matt Porter | 8b65727 | 2006-10-26 17:12:59 +0200 | [diff] [blame] | 3611 | struct hda_input_mux *dimux = &spec->private_dimux; |
Vitaliy Kulikov | 263d032 | 2010-09-08 08:56:03 +0200 | [diff] [blame] | 3612 | int err, i; |
Takashi Iwai | 5207e10 | 2009-07-30 13:09:08 +0200 | [diff] [blame] | 3613 | unsigned int def_conf; |
Matt Porter | 8b65727 | 2006-10-26 17:12:59 +0200 | [diff] [blame] | 3614 | |
Takashi Iwai | 10a20af | 2010-09-09 16:28:02 +0200 | [diff] [blame] | 3615 | snd_hda_add_imux_item(dimux, stac92xx_dmic_labels[0], 0, NULL); |
Takashi Iwai | 5207e10 | 2009-07-30 13:09:08 +0200 | [diff] [blame] | 3616 | |
Matt Porter | 8b65727 | 2006-10-26 17:12:59 +0200 | [diff] [blame] | 3617 | for (i = 0; i < spec->num_dmics; i++) { |
Matthew Ranostay | 0678acc | 2008-01-08 12:10:50 +0100 | [diff] [blame] | 3618 | hda_nid_t nid; |
Takashi Iwai | 10a20af | 2010-09-09 16:28:02 +0200 | [diff] [blame] | 3619 | int index, type_idx; |
Takashi Iwai | 201e06f | 2011-11-16 15:33:26 +0100 | [diff] [blame] | 3620 | char label[32]; |
Matt Porter | 8b65727 | 2006-10-26 17:12:59 +0200 | [diff] [blame] | 3621 | |
Takashi Iwai | 667067d | 2009-08-13 18:14:42 +0200 | [diff] [blame] | 3622 | nid = spec->dmic_nids[i]; |
| 3623 | if (get_wcaps_type(get_wcaps(codec, nid)) != AC_WID_PIN) |
| 3624 | continue; |
| 3625 | def_conf = snd_hda_codec_get_pincfg(codec, nid); |
Matt Porter | 8b65727 | 2006-10-26 17:12:59 +0200 | [diff] [blame] | 3626 | if (get_defcfg_connect(def_conf) == AC_JACK_PORT_NONE) |
| 3627 | continue; |
| 3628 | |
Takashi Iwai | 3d21d3f | 2009-07-29 14:32:56 +0200 | [diff] [blame] | 3629 | index = get_connection_index(codec, spec->dmux_nids[0], nid); |
| 3630 | if (index < 0) |
| 3631 | continue; |
| 3632 | |
Takashi Iwai | 201e06f | 2011-11-16 15:33:26 +0100 | [diff] [blame] | 3633 | snd_hda_get_pin_label(codec, nid, &spec->autocfg, |
| 3634 | label, sizeof(label), NULL); |
Takashi Iwai | 10a20af | 2010-09-09 16:28:02 +0200 | [diff] [blame] | 3635 | snd_hda_add_imux_item(dimux, label, index, &type_idx); |
Takashi Iwai | 2d7ec12 | 2010-12-23 10:16:05 +0100 | [diff] [blame] | 3636 | if (snd_hda_get_bool_hint(codec, "separate_dmux") != 1) |
| 3637 | snd_hda_add_imux_item(imux, label, index, &type_idx); |
Takashi Iwai | 5207e10 | 2009-07-30 13:09:08 +0200 | [diff] [blame] | 3638 | |
Takashi Iwai | 10a20af | 2010-09-09 16:28:02 +0200 | [diff] [blame] | 3639 | err = create_elem_capture_vol(codec, nid, label, type_idx, |
| 3640 | HDA_INPUT); |
Takashi Iwai | 667067d | 2009-08-13 18:14:42 +0200 | [diff] [blame] | 3641 | if (err < 0) |
| 3642 | return err; |
Takashi Iwai | 96f845d | 2009-08-29 00:49:36 +0200 | [diff] [blame] | 3643 | if (!err) { |
| 3644 | err = create_elem_capture_vol(codec, nid, label, |
Takashi Iwai | 10a20af | 2010-09-09 16:28:02 +0200 | [diff] [blame] | 3645 | type_idx, HDA_OUTPUT); |
Takashi Iwai | 96f845d | 2009-08-29 00:49:36 +0200 | [diff] [blame] | 3646 | if (err < 0) |
| 3647 | return err; |
Vitaliy Kulikov | 699d899 | 2011-03-10 13:43:35 -0600 | [diff] [blame] | 3648 | if (!err) { |
| 3649 | nid = get_connected_node(codec, |
| 3650 | spec->dmux_nids[0], index); |
| 3651 | if (nid) |
| 3652 | err = create_elem_capture_vol(codec, |
| 3653 | nid, label, |
| 3654 | type_idx, HDA_INPUT); |
| 3655 | if (err < 0) |
| 3656 | return err; |
| 3657 | } |
Takashi Iwai | 96f845d | 2009-08-29 00:49:36 +0200 | [diff] [blame] | 3658 | } |
Matt Porter | 8b65727 | 2006-10-26 17:12:59 +0200 | [diff] [blame] | 3659 | } |
| 3660 | |
| 3661 | return 0; |
| 3662 | } |
| 3663 | |
Takashi Iwai | 3d21d3f | 2009-07-29 14:32:56 +0200 | [diff] [blame] | 3664 | static int check_mic_pin(struct hda_codec *codec, hda_nid_t nid, |
Charles Chin | 9907790 | 2010-09-17 10:22:32 +0200 | [diff] [blame] | 3665 | hda_nid_t *fixed, hda_nid_t *ext, hda_nid_t *dock) |
Takashi Iwai | 3d21d3f | 2009-07-29 14:32:56 +0200 | [diff] [blame] | 3666 | { |
| 3667 | unsigned int cfg; |
Takashi Iwai | 1f83ac5 | 2011-05-17 12:29:09 +0200 | [diff] [blame] | 3668 | unsigned int type; |
Takashi Iwai | 3d21d3f | 2009-07-29 14:32:56 +0200 | [diff] [blame] | 3669 | |
| 3670 | if (!nid) |
| 3671 | return 0; |
| 3672 | cfg = snd_hda_codec_get_pincfg(codec, nid); |
Takashi Iwai | 1f83ac5 | 2011-05-17 12:29:09 +0200 | [diff] [blame] | 3673 | type = get_defcfg_device(cfg); |
Takashi Iwai | 99ae28b | 2010-09-17 14:42:34 +0200 | [diff] [blame] | 3674 | switch (snd_hda_get_input_pin_attr(cfg)) { |
| 3675 | case INPUT_PIN_ATTR_INT: |
Takashi Iwai | 3d21d3f | 2009-07-29 14:32:56 +0200 | [diff] [blame] | 3676 | if (*fixed) |
| 3677 | return 1; /* already occupied */ |
Takashi Iwai | 1f83ac5 | 2011-05-17 12:29:09 +0200 | [diff] [blame] | 3678 | if (type != AC_JACK_MIC_IN) |
| 3679 | return 1; /* invalid type */ |
Takashi Iwai | 3d21d3f | 2009-07-29 14:32:56 +0200 | [diff] [blame] | 3680 | *fixed = nid; |
| 3681 | break; |
Takashi Iwai | 99ae28b | 2010-09-17 14:42:34 +0200 | [diff] [blame] | 3682 | case INPUT_PIN_ATTR_UNUSED: |
| 3683 | break; |
| 3684 | case INPUT_PIN_ATTR_DOCK: |
| 3685 | if (*dock) |
| 3686 | return 1; /* already occupied */ |
Takashi Iwai | 1f83ac5 | 2011-05-17 12:29:09 +0200 | [diff] [blame] | 3687 | if (type != AC_JACK_MIC_IN && type != AC_JACK_LINE_IN) |
| 3688 | return 1; /* invalid type */ |
Takashi Iwai | 99ae28b | 2010-09-17 14:42:34 +0200 | [diff] [blame] | 3689 | *dock = nid; |
| 3690 | break; |
| 3691 | default: |
Takashi Iwai | 3d21d3f | 2009-07-29 14:32:56 +0200 | [diff] [blame] | 3692 | if (*ext) |
| 3693 | return 1; /* already occupied */ |
Takashi Iwai | 1f83ac5 | 2011-05-17 12:29:09 +0200 | [diff] [blame] | 3694 | if (type != AC_JACK_MIC_IN) |
| 3695 | return 1; /* invalid type */ |
Takashi Iwai | 3d21d3f | 2009-07-29 14:32:56 +0200 | [diff] [blame] | 3696 | *ext = nid; |
| 3697 | break; |
| 3698 | } |
| 3699 | return 0; |
| 3700 | } |
| 3701 | |
| 3702 | static int set_mic_route(struct hda_codec *codec, |
| 3703 | struct sigmatel_mic_route *mic, |
| 3704 | hda_nid_t pin) |
| 3705 | { |
| 3706 | struct sigmatel_spec *spec = codec->spec; |
| 3707 | struct auto_pin_cfg *cfg = &spec->autocfg; |
| 3708 | int i; |
| 3709 | |
| 3710 | mic->pin = pin; |
Charles Chin | 9907790 | 2010-09-17 10:22:32 +0200 | [diff] [blame] | 3711 | if (pin == 0) |
| 3712 | return 0; |
Takashi Iwai | eea7dc9 | 2010-08-30 13:06:15 +0200 | [diff] [blame] | 3713 | for (i = 0; i < cfg->num_inputs; i++) { |
| 3714 | if (pin == cfg->inputs[i].pin) |
Takashi Iwai | 3d21d3f | 2009-07-29 14:32:56 +0200 | [diff] [blame] | 3715 | break; |
Takashi Iwai | eea7dc9 | 2010-08-30 13:06:15 +0200 | [diff] [blame] | 3716 | } |
Takashi Iwai | 86e2959 | 2010-09-09 14:50:17 +0200 | [diff] [blame] | 3717 | if (i < cfg->num_inputs && cfg->inputs[i].type == AUTO_PIN_MIC) { |
Takashi Iwai | 3d21d3f | 2009-07-29 14:32:56 +0200 | [diff] [blame] | 3718 | /* analog pin */ |
Takashi Iwai | 3d21d3f | 2009-07-29 14:32:56 +0200 | [diff] [blame] | 3719 | i = get_connection_index(codec, spec->mux_nids[0], pin); |
| 3720 | if (i < 0) |
| 3721 | return -1; |
| 3722 | mic->mux_idx = i; |
Takashi Iwai | 02d3332 | 2009-10-01 16:38:11 +0200 | [diff] [blame] | 3723 | mic->dmux_idx = -1; |
| 3724 | if (spec->dmux_nids) |
| 3725 | mic->dmux_idx = get_connection_index(codec, |
| 3726 | spec->dmux_nids[0], |
| 3727 | spec->mux_nids[0]); |
Takashi Iwai | da2a2aa | 2009-08-10 07:44:09 +0200 | [diff] [blame] | 3728 | } else if (spec->dmux_nids) { |
Takashi Iwai | 3d21d3f | 2009-07-29 14:32:56 +0200 | [diff] [blame] | 3729 | /* digital pin */ |
Takashi Iwai | 3d21d3f | 2009-07-29 14:32:56 +0200 | [diff] [blame] | 3730 | i = get_connection_index(codec, spec->dmux_nids[0], pin); |
| 3731 | if (i < 0) |
| 3732 | return -1; |
| 3733 | mic->dmux_idx = i; |
Takashi Iwai | 02d3332 | 2009-10-01 16:38:11 +0200 | [diff] [blame] | 3734 | mic->mux_idx = -1; |
| 3735 | if (spec->mux_nids) |
| 3736 | mic->mux_idx = get_connection_index(codec, |
| 3737 | spec->mux_nids[0], |
| 3738 | spec->dmux_nids[0]); |
Takashi Iwai | 3d21d3f | 2009-07-29 14:32:56 +0200 | [diff] [blame] | 3739 | } |
| 3740 | return 0; |
| 3741 | } |
| 3742 | |
| 3743 | /* return non-zero if the device is for automatic mic switch */ |
| 3744 | static int stac_check_auto_mic(struct hda_codec *codec) |
| 3745 | { |
| 3746 | struct sigmatel_spec *spec = codec->spec; |
| 3747 | struct auto_pin_cfg *cfg = &spec->autocfg; |
Charles Chin | 9907790 | 2010-09-17 10:22:32 +0200 | [diff] [blame] | 3748 | hda_nid_t fixed, ext, dock; |
Takashi Iwai | 3d21d3f | 2009-07-29 14:32:56 +0200 | [diff] [blame] | 3749 | int i; |
| 3750 | |
Charles Chin | 9907790 | 2010-09-17 10:22:32 +0200 | [diff] [blame] | 3751 | fixed = ext = dock = 0; |
Takashi Iwai | eea7dc9 | 2010-08-30 13:06:15 +0200 | [diff] [blame] | 3752 | for (i = 0; i < cfg->num_inputs; i++) |
Charles Chin | 9907790 | 2010-09-17 10:22:32 +0200 | [diff] [blame] | 3753 | if (check_mic_pin(codec, cfg->inputs[i].pin, |
| 3754 | &fixed, &ext, &dock)) |
Takashi Iwai | 3d21d3f | 2009-07-29 14:32:56 +0200 | [diff] [blame] | 3755 | return 0; |
| 3756 | for (i = 0; i < spec->num_dmics; i++) |
Charles Chin | 9907790 | 2010-09-17 10:22:32 +0200 | [diff] [blame] | 3757 | if (check_mic_pin(codec, spec->dmic_nids[i], |
| 3758 | &fixed, &ext, &dock)) |
Takashi Iwai | 3d21d3f | 2009-07-29 14:32:56 +0200 | [diff] [blame] | 3759 | return 0; |
Takashi Iwai | 80c6785 | 2011-01-13 08:08:08 +0100 | [diff] [blame] | 3760 | if (!fixed || (!ext && !dock)) |
Charles Chin | 9907790 | 2010-09-17 10:22:32 +0200 | [diff] [blame] | 3761 | return 0; /* no input to switch */ |
Takashi Iwai | e35d9d6 | 2011-05-17 11:28:16 +0200 | [diff] [blame] | 3762 | if (!is_jack_detectable(codec, ext)) |
Takashi Iwai | 3d21d3f | 2009-07-29 14:32:56 +0200 | [diff] [blame] | 3763 | return 0; /* no unsol support */ |
| 3764 | if (set_mic_route(codec, &spec->ext_mic, ext) || |
Charles Chin | 9907790 | 2010-09-17 10:22:32 +0200 | [diff] [blame] | 3765 | set_mic_route(codec, &spec->int_mic, fixed) || |
| 3766 | set_mic_route(codec, &spec->dock_mic, dock)) |
Takashi Iwai | 3d21d3f | 2009-07-29 14:32:56 +0200 | [diff] [blame] | 3767 | return 0; /* something is wrong */ |
| 3768 | return 1; |
| 3769 | } |
| 3770 | |
Matt | c7d4b2f | 2005-06-27 14:59:41 +0200 | [diff] [blame] | 3771 | /* create playback/capture controls for input pins */ |
| 3772 | static int stac92xx_auto_create_analog_input_ctls(struct hda_codec *codec, const struct auto_pin_cfg *cfg) |
| 3773 | { |
| 3774 | struct sigmatel_spec *spec = codec->spec; |
Matt | c7d4b2f | 2005-06-27 14:59:41 +0200 | [diff] [blame] | 3775 | struct hda_input_mux *imux = &spec->private_imux; |
Takashi Iwai | 667067d | 2009-08-13 18:14:42 +0200 | [diff] [blame] | 3776 | int i, j; |
Vitaliy Kulikov | 263d032 | 2010-09-08 08:56:03 +0200 | [diff] [blame] | 3777 | const char *label; |
Matt | c7d4b2f | 2005-06-27 14:59:41 +0200 | [diff] [blame] | 3778 | |
Takashi Iwai | eea7dc9 | 2010-08-30 13:06:15 +0200 | [diff] [blame] | 3779 | for (i = 0; i < cfg->num_inputs; i++) { |
| 3780 | hda_nid_t nid = cfg->inputs[i].pin; |
Takashi Iwai | 10a20af | 2010-09-09 16:28:02 +0200 | [diff] [blame] | 3781 | int index, err, type_idx; |
Matt | c7d4b2f | 2005-06-27 14:59:41 +0200 | [diff] [blame] | 3782 | |
Takashi Iwai | 314634b | 2006-09-21 11:56:18 +0200 | [diff] [blame] | 3783 | index = -1; |
| 3784 | for (j = 0; j < spec->num_muxes; j++) { |
Takashi Iwai | 667067d | 2009-08-13 18:14:42 +0200 | [diff] [blame] | 3785 | index = get_connection_index(codec, spec->mux_nids[j], |
| 3786 | nid); |
| 3787 | if (index >= 0) |
| 3788 | break; |
Matt | c7d4b2f | 2005-06-27 14:59:41 +0200 | [diff] [blame] | 3789 | } |
Takashi Iwai | 667067d | 2009-08-13 18:14:42 +0200 | [diff] [blame] | 3790 | if (index < 0) |
| 3791 | continue; |
| 3792 | |
Takashi Iwai | 10a20af | 2010-09-09 16:28:02 +0200 | [diff] [blame] | 3793 | label = hda_get_autocfg_input_label(codec, cfg, i); |
| 3794 | snd_hda_add_imux_item(imux, label, index, &type_idx); |
Vitaliy Kulikov | 263d032 | 2010-09-08 08:56:03 +0200 | [diff] [blame] | 3795 | |
Takashi Iwai | 667067d | 2009-08-13 18:14:42 +0200 | [diff] [blame] | 3796 | err = create_elem_capture_vol(codec, nid, |
Vitaliy Kulikov | 263d032 | 2010-09-08 08:56:03 +0200 | [diff] [blame] | 3797 | label, type_idx, |
Takashi Iwai | 96f845d | 2009-08-29 00:49:36 +0200 | [diff] [blame] | 3798 | HDA_INPUT); |
Takashi Iwai | 667067d | 2009-08-13 18:14:42 +0200 | [diff] [blame] | 3799 | if (err < 0) |
| 3800 | return err; |
Matt | c7d4b2f | 2005-06-27 14:59:41 +0200 | [diff] [blame] | 3801 | } |
Takashi Iwai | 5207e10 | 2009-07-30 13:09:08 +0200 | [diff] [blame] | 3802 | spec->num_analog_muxes = imux->num_items; |
Matt | c7d4b2f | 2005-06-27 14:59:41 +0200 | [diff] [blame] | 3803 | |
Steve Longerbeam | 7b04389 | 2007-05-03 20:50:03 +0200 | [diff] [blame] | 3804 | if (imux->num_items) { |
Sam Revitch | 62fe78e | 2006-05-10 15:09:17 +0200 | [diff] [blame] | 3805 | /* |
| 3806 | * Set the current input for the muxes. |
| 3807 | * The STAC9221 has two input muxes with identical source |
| 3808 | * NID lists. Hopefully this won't get confused. |
| 3809 | */ |
| 3810 | for (i = 0; i < spec->num_muxes; i++) { |
Takashi Iwai | 82beb8f | 2007-08-10 17:09:26 +0200 | [diff] [blame] | 3811 | snd_hda_codec_write_cache(codec, spec->mux_nids[i], 0, |
| 3812 | AC_VERB_SET_CONNECT_SEL, |
| 3813 | imux->items[0].index); |
Sam Revitch | 62fe78e | 2006-05-10 15:09:17 +0200 | [diff] [blame] | 3814 | } |
| 3815 | } |
| 3816 | |
Matt | c7d4b2f | 2005-06-27 14:59:41 +0200 | [diff] [blame] | 3817 | return 0; |
| 3818 | } |
| 3819 | |
Matt | c7d4b2f | 2005-06-27 14:59:41 +0200 | [diff] [blame] | 3820 | static void stac92xx_auto_init_multi_out(struct hda_codec *codec) |
| 3821 | { |
| 3822 | struct sigmatel_spec *spec = codec->spec; |
| 3823 | int i; |
| 3824 | |
| 3825 | for (i = 0; i < spec->autocfg.line_outs; i++) { |
| 3826 | hda_nid_t nid = spec->autocfg.line_out_pins[i]; |
| 3827 | stac92xx_auto_set_pinctl(codec, nid, AC_PINCTL_OUT_EN); |
| 3828 | } |
| 3829 | } |
| 3830 | |
| 3831 | static void stac92xx_auto_init_hp_out(struct hda_codec *codec) |
| 3832 | { |
| 3833 | struct sigmatel_spec *spec = codec->spec; |
Takashi Iwai | eb06ed8 | 2006-09-20 17:10:27 +0200 | [diff] [blame] | 3834 | int i; |
Matt | c7d4b2f | 2005-06-27 14:59:41 +0200 | [diff] [blame] | 3835 | |
Takashi Iwai | eb06ed8 | 2006-09-20 17:10:27 +0200 | [diff] [blame] | 3836 | for (i = 0; i < spec->autocfg.hp_outs; i++) { |
| 3837 | hda_nid_t pin; |
| 3838 | pin = spec->autocfg.hp_pins[i]; |
| 3839 | if (pin) /* connect to front */ |
| 3840 | stac92xx_auto_set_pinctl(codec, pin, AC_PINCTL_OUT_EN | AC_PINCTL_HP_EN); |
| 3841 | } |
| 3842 | for (i = 0; i < spec->autocfg.speaker_outs; i++) { |
| 3843 | hda_nid_t pin; |
| 3844 | pin = spec->autocfg.speaker_pins[i]; |
| 3845 | if (pin) /* connect to front */ |
| 3846 | stac92xx_auto_set_pinctl(codec, pin, AC_PINCTL_OUT_EN); |
| 3847 | } |
Matt | c7d4b2f | 2005-06-27 14:59:41 +0200 | [diff] [blame] | 3848 | } |
| 3849 | |
Takashi Iwai | 8af3aeb | 2009-11-18 14:23:37 +0100 | [diff] [blame] | 3850 | static int is_dual_headphones(struct hda_codec *codec) |
| 3851 | { |
| 3852 | struct sigmatel_spec *spec = codec->spec; |
| 3853 | int i, valid_hps; |
| 3854 | |
| 3855 | if (spec->autocfg.line_out_type != AUTO_PIN_SPEAKER_OUT || |
| 3856 | spec->autocfg.hp_outs <= 1) |
| 3857 | return 0; |
| 3858 | valid_hps = 0; |
| 3859 | for (i = 0; i < spec->autocfg.hp_outs; i++) { |
| 3860 | hda_nid_t nid = spec->autocfg.hp_pins[i]; |
| 3861 | unsigned int cfg = snd_hda_codec_get_pincfg(codec, nid); |
| 3862 | if (get_defcfg_location(cfg) & AC_JACK_LOC_SEPARATE) |
| 3863 | continue; |
| 3864 | valid_hps++; |
| 3865 | } |
| 3866 | return (valid_hps > 1); |
| 3867 | } |
| 3868 | |
| 3869 | |
Charles Chin | 9009b0e | 2011-11-03 10:27:27 +0100 | [diff] [blame] | 3870 | static int stac92xx_parse_auto_config(struct hda_codec *codec) |
Matt | c7d4b2f | 2005-06-27 14:59:41 +0200 | [diff] [blame] | 3871 | { |
| 3872 | struct sigmatel_spec *spec = codec->spec; |
Charles Chin | 9009b0e | 2011-11-03 10:27:27 +0100 | [diff] [blame] | 3873 | hda_nid_t dig_out = 0, dig_in = 0; |
Takashi Iwai | dc04d1b | 2009-03-06 10:00:05 +0100 | [diff] [blame] | 3874 | int hp_swap = 0; |
Takashi Iwai | 6479c63 | 2009-07-28 18:20:25 +0200 | [diff] [blame] | 3875 | int i, err; |
Matt | c7d4b2f | 2005-06-27 14:59:41 +0200 | [diff] [blame] | 3876 | |
Matt Porter | 8b65727 | 2006-10-26 17:12:59 +0200 | [diff] [blame] | 3877 | if ((err = snd_hda_parse_pin_def_config(codec, |
| 3878 | &spec->autocfg, |
| 3879 | spec->dmic_nids)) < 0) |
Matt | c7d4b2f | 2005-06-27 14:59:41 +0200 | [diff] [blame] | 3880 | return err; |
Takashi Iwai | 82bc955 | 2006-03-21 11:24:42 +0100 | [diff] [blame] | 3881 | if (! spec->autocfg.line_outs) |
Matt Porter | 869264c | 2006-01-25 19:20:50 +0100 | [diff] [blame] | 3882 | return 0; /* can't find valid pin config */ |
Takashi Iwai | 19039bd | 2006-06-28 15:52:16 +0200 | [diff] [blame] | 3883 | |
Jiang Zhe | bcecd9b | 2007-11-12 12:57:03 +0100 | [diff] [blame] | 3884 | /* If we have no real line-out pin and multiple hp-outs, HPs should |
| 3885 | * be set up as multi-channel outputs. |
| 3886 | */ |
Takashi Iwai | 8af3aeb | 2009-11-18 14:23:37 +0100 | [diff] [blame] | 3887 | if (is_dual_headphones(codec)) { |
Jiang Zhe | bcecd9b | 2007-11-12 12:57:03 +0100 | [diff] [blame] | 3888 | /* Copy hp_outs to line_outs, backup line_outs in |
| 3889 | * speaker_outs so that the following routines can handle |
| 3890 | * HP pins as primary outputs. |
| 3891 | */ |
Takashi Iwai | c21ca4a | 2008-12-19 09:26:08 +0100 | [diff] [blame] | 3892 | snd_printdd("stac92xx: Enabling multi-HPs workaround\n"); |
Jiang Zhe | bcecd9b | 2007-11-12 12:57:03 +0100 | [diff] [blame] | 3893 | memcpy(spec->autocfg.speaker_pins, spec->autocfg.line_out_pins, |
| 3894 | sizeof(spec->autocfg.line_out_pins)); |
| 3895 | spec->autocfg.speaker_outs = spec->autocfg.line_outs; |
| 3896 | memcpy(spec->autocfg.line_out_pins, spec->autocfg.hp_pins, |
| 3897 | sizeof(spec->autocfg.hp_pins)); |
| 3898 | spec->autocfg.line_outs = spec->autocfg.hp_outs; |
Takashi Iwai | c21ca4a | 2008-12-19 09:26:08 +0100 | [diff] [blame] | 3899 | spec->autocfg.line_out_type = AUTO_PIN_HP_OUT; |
| 3900 | spec->autocfg.hp_outs = 0; |
Takashi Iwai | dc04d1b | 2009-03-06 10:00:05 +0100 | [diff] [blame] | 3901 | hp_swap = 1; |
Jiang Zhe | bcecd9b | 2007-11-12 12:57:03 +0100 | [diff] [blame] | 3902 | } |
Matthew Ranostay | 09a9995 | 2008-01-24 11:49:21 +0100 | [diff] [blame] | 3903 | if (spec->autocfg.mono_out_pin) { |
Matthew Ranostay | d0513fc | 2008-07-27 10:30:30 +0200 | [diff] [blame] | 3904 | int dir = get_wcaps(codec, spec->autocfg.mono_out_pin) & |
| 3905 | (AC_WCAP_OUT_AMP | AC_WCAP_IN_AMP); |
Matthew Ranostay | 09a9995 | 2008-01-24 11:49:21 +0100 | [diff] [blame] | 3906 | u32 caps = query_amp_caps(codec, |
| 3907 | spec->autocfg.mono_out_pin, dir); |
| 3908 | hda_nid_t conn_list[1]; |
| 3909 | |
| 3910 | /* get the mixer node and then the mono mux if it exists */ |
| 3911 | if (snd_hda_get_connections(codec, |
| 3912 | spec->autocfg.mono_out_pin, conn_list, 1) && |
| 3913 | snd_hda_get_connections(codec, conn_list[0], |
Jaroslav Kysela | 16a433d | 2009-07-22 16:20:40 +0200 | [diff] [blame] | 3914 | conn_list, 1) > 0) { |
Matthew Ranostay | 09a9995 | 2008-01-24 11:49:21 +0100 | [diff] [blame] | 3915 | |
| 3916 | int wcaps = get_wcaps(codec, conn_list[0]); |
Takashi Iwai | a22d543 | 2009-07-27 12:54:26 +0200 | [diff] [blame] | 3917 | int wid_type = get_wcaps_type(wcaps); |
Matthew Ranostay | 09a9995 | 2008-01-24 11:49:21 +0100 | [diff] [blame] | 3918 | /* LR swap check, some stac925x have a mux that |
| 3919 | * changes the DACs output path instead of the |
| 3920 | * mono-mux path. |
| 3921 | */ |
| 3922 | if (wid_type == AC_WID_AUD_SEL && |
| 3923 | !(wcaps & AC_WCAP_LR_SWAP)) |
| 3924 | spec->mono_nid = conn_list[0]; |
| 3925 | } |
Matthew Ranostay | d0513fc | 2008-07-27 10:30:30 +0200 | [diff] [blame] | 3926 | if (dir) { |
| 3927 | hda_nid_t nid = spec->autocfg.mono_out_pin; |
| 3928 | |
| 3929 | /* most mono outs have a least a mute/unmute switch */ |
| 3930 | dir = (dir & AC_WCAP_OUT_AMP) ? HDA_OUTPUT : HDA_INPUT; |
| 3931 | err = stac92xx_add_control(spec, STAC_CTL_WIDGET_MUTE, |
| 3932 | "Mono Playback Switch", |
| 3933 | HDA_COMPOSE_AMP_VAL(nid, 1, 0, dir)); |
Matthew Ranostay | 09a9995 | 2008-01-24 11:49:21 +0100 | [diff] [blame] | 3934 | if (err < 0) |
| 3935 | return err; |
Matthew Ranostay | d0513fc | 2008-07-27 10:30:30 +0200 | [diff] [blame] | 3936 | /* check for volume support for the amp */ |
| 3937 | if ((caps & AC_AMPCAP_NUM_STEPS) |
| 3938 | >> AC_AMPCAP_NUM_STEPS_SHIFT) { |
| 3939 | err = stac92xx_add_control(spec, |
| 3940 | STAC_CTL_WIDGET_VOL, |
| 3941 | "Mono Playback Volume", |
| 3942 | HDA_COMPOSE_AMP_VAL(nid, 1, 0, dir)); |
| 3943 | if (err < 0) |
| 3944 | return err; |
| 3945 | } |
Matthew Ranostay | 09a9995 | 2008-01-24 11:49:21 +0100 | [diff] [blame] | 3946 | } |
| 3947 | |
| 3948 | stac92xx_auto_set_pinctl(codec, spec->autocfg.mono_out_pin, |
| 3949 | AC_PINCTL_OUT_EN); |
| 3950 | } |
Jiang Zhe | bcecd9b | 2007-11-12 12:57:03 +0100 | [diff] [blame] | 3951 | |
Takashi Iwai | c21ca4a | 2008-12-19 09:26:08 +0100 | [diff] [blame] | 3952 | if (!spec->multiout.num_dacs) { |
| 3953 | err = stac92xx_auto_fill_dac_nids(codec); |
| 3954 | if (err < 0) |
Takashi Iwai | 19039bd | 2006-06-28 15:52:16 +0200 | [diff] [blame] | 3955 | return err; |
Takashi Iwai | c9280d6 | 2009-01-15 17:31:00 +0100 | [diff] [blame] | 3956 | err = stac92xx_auto_create_multi_out_ctls(codec, |
| 3957 | &spec->autocfg); |
| 3958 | if (err < 0) |
| 3959 | return err; |
Takashi Iwai | c21ca4a | 2008-12-19 09:26:08 +0100 | [diff] [blame] | 3960 | } |
Matt | c7d4b2f | 2005-06-27 14:59:41 +0200 | [diff] [blame] | 3961 | |
Matthew Ranostay | 1cd2224 | 2008-07-18 18:20:52 +0200 | [diff] [blame] | 3962 | /* setup analog beep controls */ |
| 3963 | if (spec->anabeep_nid > 0) { |
| 3964 | err = stac92xx_auto_create_beep_ctls(codec, |
| 3965 | spec->anabeep_nid); |
| 3966 | if (err < 0) |
| 3967 | return err; |
| 3968 | } |
| 3969 | |
| 3970 | /* setup digital beep controls and input device */ |
| 3971 | #ifdef CONFIG_SND_HDA_INPUT_BEEP |
| 3972 | if (spec->digbeep_nid > 0) { |
| 3973 | hda_nid_t nid = spec->digbeep_nid; |
Takashi Iwai | 4d4e9bb | 2008-11-12 16:45:04 +0100 | [diff] [blame] | 3974 | unsigned int caps; |
Matthew Ranostay | 1cd2224 | 2008-07-18 18:20:52 +0200 | [diff] [blame] | 3975 | |
| 3976 | err = stac92xx_auto_create_beep_ctls(codec, nid); |
| 3977 | if (err < 0) |
| 3978 | return err; |
| 3979 | err = snd_hda_attach_beep_device(codec, nid); |
| 3980 | if (err < 0) |
| 3981 | return err; |
Takashi Iwai | d8d881d | 2009-12-22 07:52:49 +0100 | [diff] [blame] | 3982 | if (codec->beep) { |
| 3983 | /* IDT/STAC codecs have linear beep tone parameter */ |
Daniel J Blueman | 1b0e372 | 2010-08-03 11:09:13 +0100 | [diff] [blame] | 3984 | codec->beep->linear_tone = spec->linear_tone_beep; |
Takashi Iwai | d8d881d | 2009-12-22 07:52:49 +0100 | [diff] [blame] | 3985 | /* if no beep switch is available, make its own one */ |
| 3986 | caps = query_amp_caps(codec, nid, HDA_OUTPUT); |
| 3987 | if (!(caps & AC_AMPCAP_MUTE)) { |
| 3988 | err = stac92xx_beep_switch_ctl(codec); |
| 3989 | if (err < 0) |
| 3990 | return err; |
| 3991 | } |
Takashi Iwai | 4d4e9bb | 2008-11-12 16:45:04 +0100 | [diff] [blame] | 3992 | } |
Matthew Ranostay | 1cd2224 | 2008-07-18 18:20:52 +0200 | [diff] [blame] | 3993 | } |
| 3994 | #endif |
| 3995 | |
Maxim Levitsky | 0fb87bb | 2007-09-03 15:29:04 +0200 | [diff] [blame] | 3996 | err = stac92xx_auto_create_hp_ctls(codec, &spec->autocfg); |
Maxim Levitsky | 0fb87bb | 2007-09-03 15:29:04 +0200 | [diff] [blame] | 3997 | if (err < 0) |
| 3998 | return err; |
| 3999 | |
Takashi Iwai | dc04d1b | 2009-03-06 10:00:05 +0100 | [diff] [blame] | 4000 | /* All output parsing done, now restore the swapped hp pins */ |
| 4001 | if (hp_swap) { |
| 4002 | memcpy(spec->autocfg.hp_pins, spec->autocfg.line_out_pins, |
| 4003 | sizeof(spec->autocfg.hp_pins)); |
| 4004 | spec->autocfg.hp_outs = spec->autocfg.line_outs; |
| 4005 | spec->autocfg.line_out_type = AUTO_PIN_HP_OUT; |
| 4006 | spec->autocfg.line_outs = 0; |
| 4007 | } |
Maxim Levitsky | 0fb87bb | 2007-09-03 15:29:04 +0200 | [diff] [blame] | 4008 | |
Takashi Iwai | 3d21d3f | 2009-07-29 14:32:56 +0200 | [diff] [blame] | 4009 | if (stac_check_auto_mic(codec)) { |
| 4010 | spec->auto_mic = 1; |
| 4011 | /* only one capture for auto-mic */ |
| 4012 | spec->num_adcs = 1; |
| 4013 | spec->num_caps = 1; |
| 4014 | spec->num_muxes = 1; |
| 4015 | } |
| 4016 | |
Takashi Iwai | 6479c63 | 2009-07-28 18:20:25 +0200 | [diff] [blame] | 4017 | for (i = 0; i < spec->num_caps; i++) { |
| 4018 | err = stac92xx_add_capvol_ctls(codec, spec->capvols[i], |
| 4019 | spec->capsws[i], i); |
| 4020 | if (err < 0) |
| 4021 | return err; |
| 4022 | } |
| 4023 | |
Takashi Iwai | dc04d1b | 2009-03-06 10:00:05 +0100 | [diff] [blame] | 4024 | err = stac92xx_auto_create_analog_input_ctls(codec, &spec->autocfg); |
Maxim Levitsky | 0fb87bb | 2007-09-03 15:29:04 +0200 | [diff] [blame] | 4025 | if (err < 0) |
Matt | c7d4b2f | 2005-06-27 14:59:41 +0200 | [diff] [blame] | 4026 | return err; |
| 4027 | |
Matthew Ranostay | b22b482 | 2008-01-22 12:32:30 +0100 | [diff] [blame] | 4028 | if (spec->mono_nid > 0) { |
| 4029 | err = stac92xx_auto_create_mono_output_ctls(codec); |
| 4030 | if (err < 0) |
| 4031 | return err; |
| 4032 | } |
Matthew Ranostay | 2a9c781 | 2008-09-13 16:45:39 -0400 | [diff] [blame] | 4033 | if (spec->num_dmics > 0 && !spec->dinput_mux) |
Matt Porter | 8b65727 | 2006-10-26 17:12:59 +0200 | [diff] [blame] | 4034 | if ((err = stac92xx_auto_create_dmic_input_ctls(codec, |
| 4035 | &spec->autocfg)) < 0) |
| 4036 | return err; |
Matthew Ranostay | 4682eee | 2008-08-15 07:43:24 +0200 | [diff] [blame] | 4037 | if (spec->num_muxes > 0) { |
| 4038 | err = stac92xx_auto_create_mux_input_ctls(codec); |
| 4039 | if (err < 0) |
| 4040 | return err; |
| 4041 | } |
Matthew Ranostay | d973775 | 2008-09-07 12:03:41 +0200 | [diff] [blame] | 4042 | if (spec->num_smuxes > 0) { |
| 4043 | err = stac92xx_auto_create_spdif_mux_ctls(codec); |
| 4044 | if (err < 0) |
| 4045 | return err; |
| 4046 | } |
Matt Porter | 8b65727 | 2006-10-26 17:12:59 +0200 | [diff] [blame] | 4047 | |
Takashi Iwai | e3c7596 | 2009-01-23 11:57:22 +0100 | [diff] [blame] | 4048 | err = stac92xx_add_input_source(spec); |
| 4049 | if (err < 0) |
| 4050 | return err; |
| 4051 | |
Matt | c7d4b2f | 2005-06-27 14:59:41 +0200 | [diff] [blame] | 4052 | spec->multiout.max_channels = spec->multiout.num_dacs * 2; |
Matt Porter | 403d194 | 2005-11-29 15:00:51 +0100 | [diff] [blame] | 4053 | if (spec->multiout.max_channels > 2) |
Matt | c7d4b2f | 2005-06-27 14:59:41 +0200 | [diff] [blame] | 4054 | spec->surr_switch = 1; |
Matt | c7d4b2f | 2005-06-27 14:59:41 +0200 | [diff] [blame] | 4055 | |
Charles Chin | 9009b0e | 2011-11-03 10:27:27 +0100 | [diff] [blame] | 4056 | /* find digital out and in converters */ |
| 4057 | for (i = codec->start_nid; i < codec->start_nid + codec->num_nodes; i++) { |
| 4058 | unsigned int wid_caps = get_wcaps(codec, i); |
| 4059 | if (wid_caps & AC_WCAP_DIGITAL) { |
| 4060 | switch (get_wcaps_type(wid_caps)) { |
| 4061 | case AC_WID_AUD_OUT: |
| 4062 | if (!dig_out) |
| 4063 | dig_out = i; |
| 4064 | break; |
| 4065 | case AC_WID_AUD_IN: |
| 4066 | if (!dig_in) |
| 4067 | dig_in = i; |
| 4068 | break; |
| 4069 | } |
| 4070 | } |
| 4071 | } |
Takashi Iwai | 0852d7a | 2009-02-11 11:35:15 +0100 | [diff] [blame] | 4072 | if (spec->autocfg.dig_outs) |
Matt Porter | 3cc08dc | 2006-01-23 15:27:49 +0100 | [diff] [blame] | 4073 | spec->multiout.dig_out_nid = dig_out; |
Matthew Ranostay | d0513fc | 2008-07-27 10:30:30 +0200 | [diff] [blame] | 4074 | if (dig_in && spec->autocfg.dig_in_pin) |
Matt Porter | 3cc08dc | 2006-01-23 15:27:49 +0100 | [diff] [blame] | 4075 | spec->dig_in_nid = dig_in; |
Matt | c7d4b2f | 2005-06-27 14:59:41 +0200 | [diff] [blame] | 4076 | |
Takashi Iwai | 603c401 | 2008-07-30 15:01:44 +0200 | [diff] [blame] | 4077 | if (spec->kctls.list) |
| 4078 | spec->mixers[spec->num_mixers++] = spec->kctls.list; |
Matt | c7d4b2f | 2005-06-27 14:59:41 +0200 | [diff] [blame] | 4079 | |
| 4080 | spec->input_mux = &spec->private_imux; |
Matthew Ranostay | f8ccbf6 | 2008-12-20 17:36:28 -0500 | [diff] [blame] | 4081 | if (!spec->dinput_mux) |
| 4082 | spec->dinput_mux = &spec->private_dimux; |
Matthew Ranostay | d973775 | 2008-09-07 12:03:41 +0200 | [diff] [blame] | 4083 | spec->sinput_mux = &spec->private_smux; |
Matthew Ranostay | b22b482 | 2008-01-22 12:32:30 +0100 | [diff] [blame] | 4084 | spec->mono_mux = &spec->private_mono_mux; |
Matt | c7d4b2f | 2005-06-27 14:59:41 +0200 | [diff] [blame] | 4085 | return 1; |
| 4086 | } |
| 4087 | |
Takashi Iwai | 82bc955 | 2006-03-21 11:24:42 +0100 | [diff] [blame] | 4088 | /* add playback controls for HP output */ |
| 4089 | static int stac9200_auto_create_hp_ctls(struct hda_codec *codec, |
| 4090 | struct auto_pin_cfg *cfg) |
| 4091 | { |
| 4092 | struct sigmatel_spec *spec = codec->spec; |
Takashi Iwai | eb06ed8 | 2006-09-20 17:10:27 +0200 | [diff] [blame] | 4093 | hda_nid_t pin = cfg->hp_pins[0]; |
Takashi Iwai | 82bc955 | 2006-03-21 11:24:42 +0100 | [diff] [blame] | 4094 | |
| 4095 | if (! pin) |
| 4096 | return 0; |
| 4097 | |
Takashi Iwai | e35d9d6 | 2011-05-17 11:28:16 +0200 | [diff] [blame] | 4098 | if (is_jack_detectable(codec, pin)) |
Takashi Iwai | 82bc955 | 2006-03-21 11:24:42 +0100 | [diff] [blame] | 4099 | spec->hp_detect = 1; |
Takashi Iwai | 82bc955 | 2006-03-21 11:24:42 +0100 | [diff] [blame] | 4100 | |
| 4101 | return 0; |
| 4102 | } |
| 4103 | |
Richard Fish | 160ea0d | 2006-09-06 13:58:25 +0200 | [diff] [blame] | 4104 | /* add playback controls for LFE output */ |
| 4105 | static int stac9200_auto_create_lfe_ctls(struct hda_codec *codec, |
| 4106 | struct auto_pin_cfg *cfg) |
| 4107 | { |
| 4108 | struct sigmatel_spec *spec = codec->spec; |
| 4109 | int err; |
| 4110 | hda_nid_t lfe_pin = 0x0; |
| 4111 | int i; |
| 4112 | |
| 4113 | /* |
| 4114 | * search speaker outs and line outs for a mono speaker pin |
| 4115 | * with an amp. If one is found, add LFE controls |
| 4116 | * for it. |
| 4117 | */ |
| 4118 | for (i = 0; i < spec->autocfg.speaker_outs && lfe_pin == 0x0; i++) { |
| 4119 | hda_nid_t pin = spec->autocfg.speaker_pins[i]; |
Takashi Iwai | 64ed0df | 2008-02-29 11:57:53 +0100 | [diff] [blame] | 4120 | unsigned int wcaps = get_wcaps(codec, pin); |
Richard Fish | 160ea0d | 2006-09-06 13:58:25 +0200 | [diff] [blame] | 4121 | wcaps &= (AC_WCAP_STEREO | AC_WCAP_OUT_AMP); |
| 4122 | if (wcaps == AC_WCAP_OUT_AMP) |
| 4123 | /* found a mono speaker with an amp, must be lfe */ |
| 4124 | lfe_pin = pin; |
| 4125 | } |
| 4126 | |
| 4127 | /* if speaker_outs is 0, then speakers may be in line_outs */ |
| 4128 | if (lfe_pin == 0 && spec->autocfg.speaker_outs == 0) { |
| 4129 | for (i = 0; i < spec->autocfg.line_outs && lfe_pin == 0x0; i++) { |
| 4130 | hda_nid_t pin = spec->autocfg.line_out_pins[i]; |
Takashi Iwai | 64ed0df | 2008-02-29 11:57:53 +0100 | [diff] [blame] | 4131 | unsigned int defcfg; |
Takashi Iwai | 330ee99 | 2009-02-20 14:33:36 +0100 | [diff] [blame] | 4132 | defcfg = snd_hda_codec_get_pincfg(codec, pin); |
Harvey Harrison | 8b55178 | 2008-02-29 11:56:48 +0100 | [diff] [blame] | 4133 | if (get_defcfg_device(defcfg) == AC_JACK_SPEAKER) { |
Takashi Iwai | 64ed0df | 2008-02-29 11:57:53 +0100 | [diff] [blame] | 4134 | unsigned int wcaps = get_wcaps(codec, pin); |
Richard Fish | 160ea0d | 2006-09-06 13:58:25 +0200 | [diff] [blame] | 4135 | wcaps &= (AC_WCAP_STEREO | AC_WCAP_OUT_AMP); |
| 4136 | if (wcaps == AC_WCAP_OUT_AMP) |
| 4137 | /* found a mono speaker with an amp, |
| 4138 | must be lfe */ |
| 4139 | lfe_pin = pin; |
| 4140 | } |
| 4141 | } |
| 4142 | } |
| 4143 | |
| 4144 | if (lfe_pin) { |
Takashi Iwai | 7c7767e | 2009-01-20 15:28:38 +0100 | [diff] [blame] | 4145 | err = create_controls(codec, "LFE", lfe_pin, 1); |
Richard Fish | 160ea0d | 2006-09-06 13:58:25 +0200 | [diff] [blame] | 4146 | if (err < 0) |
| 4147 | return err; |
| 4148 | } |
| 4149 | |
| 4150 | return 0; |
| 4151 | } |
| 4152 | |
Matt | c7d4b2f | 2005-06-27 14:59:41 +0200 | [diff] [blame] | 4153 | static int stac9200_parse_auto_config(struct hda_codec *codec) |
| 4154 | { |
| 4155 | struct sigmatel_spec *spec = codec->spec; |
| 4156 | int err; |
| 4157 | |
Kailang Yang | df694da | 2005-12-05 19:42:22 +0100 | [diff] [blame] | 4158 | if ((err = snd_hda_parse_pin_def_config(codec, &spec->autocfg, NULL)) < 0) |
Matt | c7d4b2f | 2005-06-27 14:59:41 +0200 | [diff] [blame] | 4159 | return err; |
| 4160 | |
| 4161 | if ((err = stac92xx_auto_create_analog_input_ctls(codec, &spec->autocfg)) < 0) |
| 4162 | return err; |
| 4163 | |
Takashi Iwai | 82bc955 | 2006-03-21 11:24:42 +0100 | [diff] [blame] | 4164 | if ((err = stac9200_auto_create_hp_ctls(codec, &spec->autocfg)) < 0) |
| 4165 | return err; |
| 4166 | |
Richard Fish | 160ea0d | 2006-09-06 13:58:25 +0200 | [diff] [blame] | 4167 | if ((err = stac9200_auto_create_lfe_ctls(codec, &spec->autocfg)) < 0) |
| 4168 | return err; |
| 4169 | |
Takashi Iwai | 355a0ec | 2008-11-11 16:46:19 +0100 | [diff] [blame] | 4170 | if (spec->num_muxes > 0) { |
| 4171 | err = stac92xx_auto_create_mux_input_ctls(codec); |
| 4172 | if (err < 0) |
| 4173 | return err; |
| 4174 | } |
| 4175 | |
Takashi Iwai | e3c7596 | 2009-01-23 11:57:22 +0100 | [diff] [blame] | 4176 | err = stac92xx_add_input_source(spec); |
| 4177 | if (err < 0) |
| 4178 | return err; |
| 4179 | |
Takashi Iwai | 0852d7a | 2009-02-11 11:35:15 +0100 | [diff] [blame] | 4180 | if (spec->autocfg.dig_outs) |
Matt | c7d4b2f | 2005-06-27 14:59:41 +0200 | [diff] [blame] | 4181 | spec->multiout.dig_out_nid = 0x05; |
Takashi Iwai | 82bc955 | 2006-03-21 11:24:42 +0100 | [diff] [blame] | 4182 | if (spec->autocfg.dig_in_pin) |
Matt | c7d4b2f | 2005-06-27 14:59:41 +0200 | [diff] [blame] | 4183 | spec->dig_in_nid = 0x04; |
Matt | c7d4b2f | 2005-06-27 14:59:41 +0200 | [diff] [blame] | 4184 | |
Takashi Iwai | 603c401 | 2008-07-30 15:01:44 +0200 | [diff] [blame] | 4185 | if (spec->kctls.list) |
| 4186 | spec->mixers[spec->num_mixers++] = spec->kctls.list; |
Matt | c7d4b2f | 2005-06-27 14:59:41 +0200 | [diff] [blame] | 4187 | |
| 4188 | spec->input_mux = &spec->private_imux; |
Matt Porter | 8b65727 | 2006-10-26 17:12:59 +0200 | [diff] [blame] | 4189 | spec->dinput_mux = &spec->private_dimux; |
Matt | c7d4b2f | 2005-06-27 14:59:41 +0200 | [diff] [blame] | 4190 | |
| 4191 | return 1; |
| 4192 | } |
| 4193 | |
Sam Revitch | 62fe78e | 2006-05-10 15:09:17 +0200 | [diff] [blame] | 4194 | /* |
| 4195 | * Early 2006 Intel Macintoshes with STAC9220X5 codecs seem to have a |
| 4196 | * funky external mute control using GPIO pins. |
| 4197 | */ |
| 4198 | |
Takashi Iwai | 76e1ddf | 2008-01-15 11:39:08 +0100 | [diff] [blame] | 4199 | static void stac_gpio_set(struct hda_codec *codec, unsigned int mask, |
Matthew Ranostay | 4fe5195c | 2008-01-29 15:28:44 +0100 | [diff] [blame] | 4200 | unsigned int dir_mask, unsigned int data) |
Sam Revitch | 62fe78e | 2006-05-10 15:09:17 +0200 | [diff] [blame] | 4201 | { |
| 4202 | unsigned int gpiostate, gpiomask, gpiodir; |
| 4203 | |
Vitaliy Kulikov | 45eebda | 2011-07-26 16:56:20 -0500 | [diff] [blame] | 4204 | snd_printdd("%s msk %x dir %x gpio %x\n", __func__, mask, dir_mask, data); |
| 4205 | |
Sam Revitch | 62fe78e | 2006-05-10 15:09:17 +0200 | [diff] [blame] | 4206 | gpiostate = snd_hda_codec_read(codec, codec->afg, 0, |
| 4207 | AC_VERB_GET_GPIO_DATA, 0); |
Matthew Ranostay | 4fe5195c | 2008-01-29 15:28:44 +0100 | [diff] [blame] | 4208 | gpiostate = (gpiostate & ~dir_mask) | (data & dir_mask); |
Sam Revitch | 62fe78e | 2006-05-10 15:09:17 +0200 | [diff] [blame] | 4209 | |
| 4210 | gpiomask = snd_hda_codec_read(codec, codec->afg, 0, |
| 4211 | AC_VERB_GET_GPIO_MASK, 0); |
Takashi Iwai | 76e1ddf | 2008-01-15 11:39:08 +0100 | [diff] [blame] | 4212 | gpiomask |= mask; |
Sam Revitch | 62fe78e | 2006-05-10 15:09:17 +0200 | [diff] [blame] | 4213 | |
| 4214 | gpiodir = snd_hda_codec_read(codec, codec->afg, 0, |
| 4215 | AC_VERB_GET_GPIO_DIRECTION, 0); |
Matthew Ranostay | 4fe5195c | 2008-01-29 15:28:44 +0100 | [diff] [blame] | 4216 | gpiodir |= dir_mask; |
Sam Revitch | 62fe78e | 2006-05-10 15:09:17 +0200 | [diff] [blame] | 4217 | |
Takashi Iwai | 76e1ddf | 2008-01-15 11:39:08 +0100 | [diff] [blame] | 4218 | /* Configure GPIOx as CMOS */ |
Sam Revitch | 62fe78e | 2006-05-10 15:09:17 +0200 | [diff] [blame] | 4219 | snd_hda_codec_write(codec, codec->afg, 0, 0x7e7, 0); |
| 4220 | |
| 4221 | snd_hda_codec_write(codec, codec->afg, 0, |
| 4222 | AC_VERB_SET_GPIO_MASK, gpiomask); |
Takashi Iwai | 76e1ddf | 2008-01-15 11:39:08 +0100 | [diff] [blame] | 4223 | snd_hda_codec_read(codec, codec->afg, 0, |
| 4224 | AC_VERB_SET_GPIO_DIRECTION, gpiodir); /* sync */ |
Sam Revitch | 62fe78e | 2006-05-10 15:09:17 +0200 | [diff] [blame] | 4225 | |
| 4226 | msleep(1); |
| 4227 | |
Takashi Iwai | 76e1ddf | 2008-01-15 11:39:08 +0100 | [diff] [blame] | 4228 | snd_hda_codec_read(codec, codec->afg, 0, |
| 4229 | AC_VERB_SET_GPIO_DATA, gpiostate); /* sync */ |
Sam Revitch | 62fe78e | 2006-05-10 15:09:17 +0200 | [diff] [blame] | 4230 | } |
| 4231 | |
Takashi Iwai | 3a93897 | 2011-10-28 01:16:55 +0200 | [diff] [blame] | 4232 | static int stac_add_event(struct hda_codec *codec, hda_nid_t nid, |
Takashi Iwai | c6e4c66 | 2008-11-25 11:58:19 +0100 | [diff] [blame] | 4233 | unsigned char type, int data) |
Matthew Ranostay | 74aeaab | 2008-10-25 01:06:04 -0400 | [diff] [blame] | 4234 | { |
Takashi Iwai | 3a93897 | 2011-10-28 01:16:55 +0200 | [diff] [blame] | 4235 | struct hda_jack_tbl *event; |
Matthew Ranostay | 74aeaab | 2008-10-25 01:06:04 -0400 | [diff] [blame] | 4236 | |
Takashi Iwai | 3a93897 | 2011-10-28 01:16:55 +0200 | [diff] [blame] | 4237 | event = snd_hda_jack_tbl_new(codec, nid); |
Matthew Ranostay | 74aeaab | 2008-10-25 01:06:04 -0400 | [diff] [blame] | 4238 | if (!event) |
| 4239 | return -ENOMEM; |
Takashi Iwai | 3a93897 | 2011-10-28 01:16:55 +0200 | [diff] [blame] | 4240 | event->action = type; |
| 4241 | event->private_data = data; |
Matthew Ranostay | 74aeaab | 2008-10-25 01:06:04 -0400 | [diff] [blame] | 4242 | |
Takashi Iwai | 3a93897 | 2011-10-28 01:16:55 +0200 | [diff] [blame] | 4243 | return 0; |
Matthew Ranostay | 74aeaab | 2008-10-25 01:06:04 -0400 | [diff] [blame] | 4244 | } |
| 4245 | |
David Henningsson | 29adc4b | 2012-09-25 11:31:00 +0200 | [diff] [blame] | 4246 | static void handle_unsol_event(struct hda_codec *codec, |
| 4247 | struct hda_jack_tbl *event); |
| 4248 | |
Takashi Iwai | 62558ce | 2009-07-29 14:23:09 +0200 | [diff] [blame] | 4249 | /* check if given nid is a valid pin and no other events are assigned |
| 4250 | * to it. If OK, assign the event, set the unsol flag, and returns 1. |
| 4251 | * Otherwise, returns zero. |
| 4252 | */ |
| 4253 | static int enable_pin_detect(struct hda_codec *codec, hda_nid_t nid, |
| 4254 | unsigned int type) |
Takashi Iwai | 314634b | 2006-09-21 11:56:18 +0200 | [diff] [blame] | 4255 | { |
Takashi Iwai | 3a93897 | 2011-10-28 01:16:55 +0200 | [diff] [blame] | 4256 | struct hda_jack_tbl *event; |
Takashi Iwai | c6e4c66 | 2008-11-25 11:58:19 +0100 | [diff] [blame] | 4257 | |
Takashi Iwai | e35d9d6 | 2011-05-17 11:28:16 +0200 | [diff] [blame] | 4258 | if (!is_jack_detectable(codec, nid)) |
Takashi Iwai | 62558ce | 2009-07-29 14:23:09 +0200 | [diff] [blame] | 4259 | return 0; |
Takashi Iwai | 3a93897 | 2011-10-28 01:16:55 +0200 | [diff] [blame] | 4260 | event = snd_hda_jack_tbl_new(codec, nid); |
| 4261 | if (!event) |
| 4262 | return -ENOMEM; |
| 4263 | if (event->action && event->action != type) |
| 4264 | return 0; |
| 4265 | event->action = type; |
David Henningsson | 29adc4b | 2012-09-25 11:31:00 +0200 | [diff] [blame] | 4266 | event->callback = handle_unsol_event; |
Takashi Iwai | 3a93897 | 2011-10-28 01:16:55 +0200 | [diff] [blame] | 4267 | snd_hda_jack_detect_enable(codec, nid, 0); |
Takashi Iwai | 62558ce | 2009-07-29 14:23:09 +0200 | [diff] [blame] | 4268 | return 1; |
Takashi Iwai | 314634b | 2006-09-21 11:56:18 +0200 | [diff] [blame] | 4269 | } |
| 4270 | |
Takashi Iwai | b4ead01 | 2012-01-23 18:23:36 +0100 | [diff] [blame] | 4271 | static int is_nid_out_jack_pin(struct auto_pin_cfg *cfg, hda_nid_t nid) |
Matthew Ranostay | a64135a | 2008-01-10 16:55:06 +0100 | [diff] [blame] | 4272 | { |
| 4273 | int i; |
| 4274 | for (i = 0; i < cfg->hp_outs; i++) |
| 4275 | if (cfg->hp_pins[i] == nid) |
| 4276 | return 1; /* nid is a HP-Out */ |
Takashi Iwai | b4ead01 | 2012-01-23 18:23:36 +0100 | [diff] [blame] | 4277 | for (i = 0; i < cfg->line_outs; i++) |
| 4278 | if (cfg->line_out_pins[i] == nid) |
| 4279 | return 1; /* nid is a line-Out */ |
Matthew Ranostay | a64135a | 2008-01-10 16:55:06 +0100 | [diff] [blame] | 4280 | return 0; /* nid is not a HP-Out */ |
| 4281 | }; |
| 4282 | |
Matthew Ranostay | b76c850 | 2008-02-06 14:49:44 +0100 | [diff] [blame] | 4283 | static void stac92xx_power_down(struct hda_codec *codec) |
| 4284 | { |
| 4285 | struct sigmatel_spec *spec = codec->spec; |
| 4286 | |
| 4287 | /* power down inactive DACs */ |
Takashi Iwai | 2b63536 | 2011-05-02 12:33:43 +0200 | [diff] [blame] | 4288 | const hda_nid_t *dac; |
Matthew Ranostay | b76c850 | 2008-02-06 14:49:44 +0100 | [diff] [blame] | 4289 | for (dac = spec->dac_list; *dac; dac++) |
Takashi Iwai | c21ca4a | 2008-12-19 09:26:08 +0100 | [diff] [blame] | 4290 | if (!check_all_dac_nids(spec, *dac)) |
Takashi Iwai | 8c2f767 | 2008-12-01 11:54:35 +0100 | [diff] [blame] | 4291 | snd_hda_codec_write(codec, *dac, 0, |
Matthew Ranostay | b76c850 | 2008-02-06 14:49:44 +0100 | [diff] [blame] | 4292 | AC_VERB_SET_POWER_STATE, AC_PWRST_D3); |
| 4293 | } |
| 4294 | |
Takashi Iwai | f73d358 | 2008-11-25 08:21:51 +0100 | [diff] [blame] | 4295 | static void stac_toggle_power_map(struct hda_codec *codec, hda_nid_t nid, |
| 4296 | int enable); |
| 4297 | |
Takashi Iwai | bc75972 | 2013-01-11 17:40:31 +0100 | [diff] [blame] | 4298 | static inline bool get_int_hint(struct hda_codec *codec, const char *key, |
| 4299 | int *valp) |
Takashi Iwai | 014c41f | 2009-12-27 13:53:24 +0100 | [diff] [blame] | 4300 | { |
Takashi Iwai | bc75972 | 2013-01-11 17:40:31 +0100 | [diff] [blame] | 4301 | return !snd_hda_get_int_hint(codec, key, valp); |
Takashi Iwai | 014c41f | 2009-12-27 13:53:24 +0100 | [diff] [blame] | 4302 | } |
| 4303 | |
Takashi Iwai | 6565e4f | 2009-03-02 14:38:35 +0100 | [diff] [blame] | 4304 | /* override some hints from the hwdep entry */ |
| 4305 | static void stac_store_hints(struct hda_codec *codec) |
| 4306 | { |
| 4307 | struct sigmatel_spec *spec = codec->spec; |
Takashi Iwai | 6565e4f | 2009-03-02 14:38:35 +0100 | [diff] [blame] | 4308 | int val; |
| 4309 | |
| 4310 | val = snd_hda_get_bool_hint(codec, "hp_detect"); |
| 4311 | if (val >= 0) |
| 4312 | spec->hp_detect = val; |
Takashi Iwai | 014c41f | 2009-12-27 13:53:24 +0100 | [diff] [blame] | 4313 | if (get_int_hint(codec, "gpio_mask", &spec->gpio_mask)) { |
Takashi Iwai | 6565e4f | 2009-03-02 14:38:35 +0100 | [diff] [blame] | 4314 | spec->eapd_mask = spec->gpio_dir = spec->gpio_data = |
| 4315 | spec->gpio_mask; |
| 4316 | } |
Takashi Iwai | 014c41f | 2009-12-27 13:53:24 +0100 | [diff] [blame] | 4317 | if (get_int_hint(codec, "gpio_dir", &spec->gpio_dir)) |
| 4318 | spec->gpio_mask &= spec->gpio_mask; |
| 4319 | if (get_int_hint(codec, "gpio_data", &spec->gpio_data)) |
| 4320 | spec->gpio_dir &= spec->gpio_mask; |
| 4321 | if (get_int_hint(codec, "eapd_mask", &spec->eapd_mask)) |
| 4322 | spec->eapd_mask &= spec->gpio_mask; |
| 4323 | if (get_int_hint(codec, "gpio_mute", &spec->gpio_mute)) |
| 4324 | spec->gpio_mute &= spec->gpio_mask; |
Takashi Iwai | 6565e4f | 2009-03-02 14:38:35 +0100 | [diff] [blame] | 4325 | val = snd_hda_get_bool_hint(codec, "eapd_switch"); |
| 4326 | if (val >= 0) |
| 4327 | spec->eapd_switch = val; |
| 4328 | } |
| 4329 | |
Takashi Iwai | f2cbba7 | 2012-01-11 12:34:11 +0100 | [diff] [blame] | 4330 | static void stac_issue_unsol_events(struct hda_codec *codec, int num_pins, |
| 4331 | const hda_nid_t *pins) |
| 4332 | { |
| 4333 | while (num_pins--) |
| 4334 | stac_issue_unsol_event(codec, *pins++); |
| 4335 | } |
| 4336 | |
| 4337 | /* fake event to set up pins */ |
| 4338 | static void stac_fake_hp_events(struct hda_codec *codec) |
| 4339 | { |
| 4340 | struct sigmatel_spec *spec = codec->spec; |
| 4341 | |
| 4342 | if (spec->autocfg.hp_outs) |
| 4343 | stac_issue_unsol_events(codec, spec->autocfg.hp_outs, |
| 4344 | spec->autocfg.hp_pins); |
| 4345 | if (spec->autocfg.line_outs && |
| 4346 | spec->autocfg.line_out_pins[0] != spec->autocfg.hp_pins[0]) |
| 4347 | stac_issue_unsol_events(codec, spec->autocfg.line_outs, |
| 4348 | spec->autocfg.line_out_pins); |
| 4349 | } |
| 4350 | |
Matt | c7d4b2f | 2005-06-27 14:59:41 +0200 | [diff] [blame] | 4351 | static int stac92xx_init(struct hda_codec *codec) |
| 4352 | { |
| 4353 | struct sigmatel_spec *spec = codec->spec; |
Takashi Iwai | 82bc955 | 2006-03-21 11:24:42 +0100 | [diff] [blame] | 4354 | struct auto_pin_cfg *cfg = &spec->autocfg; |
Takashi Iwai | f73d358 | 2008-11-25 08:21:51 +0100 | [diff] [blame] | 4355 | unsigned int gpio; |
Takashi Iwai | e4973e1 | 2008-11-18 09:32:42 +0100 | [diff] [blame] | 4356 | int i; |
Matt | c7d4b2f | 2005-06-27 14:59:41 +0200 | [diff] [blame] | 4357 | |
David Henningsson | 5e68fb3 | 2012-08-16 14:11:09 +0200 | [diff] [blame] | 4358 | if (spec->init) |
| 4359 | snd_hda_sequence_write(codec, spec->init); |
Matt | c7d4b2f | 2005-06-27 14:59:41 +0200 | [diff] [blame] | 4360 | |
Matthew Ranostay | 8daaaa9 | 2008-08-15 07:45:52 +0200 | [diff] [blame] | 4361 | /* power down adcs initially */ |
| 4362 | if (spec->powerdown_adcs) |
| 4363 | for (i = 0; i < spec->num_adcs; i++) |
Takashi Iwai | 8c2f767 | 2008-12-01 11:54:35 +0100 | [diff] [blame] | 4364 | snd_hda_codec_write(codec, |
Matthew Ranostay | 8daaaa9 | 2008-08-15 07:45:52 +0200 | [diff] [blame] | 4365 | spec->adc_nids[i], 0, |
| 4366 | AC_VERB_SET_POWER_STATE, AC_PWRST_D3); |
Takashi Iwai | f73d358 | 2008-11-25 08:21:51 +0100 | [diff] [blame] | 4367 | |
Takashi Iwai | 6565e4f | 2009-03-02 14:38:35 +0100 | [diff] [blame] | 4368 | /* override some hints */ |
| 4369 | stac_store_hints(codec); |
| 4370 | |
Takashi Iwai | f73d358 | 2008-11-25 08:21:51 +0100 | [diff] [blame] | 4371 | /* set up GPIO */ |
| 4372 | gpio = spec->gpio_data; |
| 4373 | /* turn on EAPD statically when spec->eapd_switch isn't set. |
| 4374 | * otherwise, unsol event will turn it on/off dynamically |
| 4375 | */ |
| 4376 | if (!spec->eapd_switch) |
| 4377 | gpio |= spec->eapd_mask; |
| 4378 | stac_gpio_set(codec, spec->gpio_mask, spec->gpio_dir, gpio); |
| 4379 | |
Takashi Iwai | 82bc955 | 2006-03-21 11:24:42 +0100 | [diff] [blame] | 4380 | /* set up pins */ |
| 4381 | if (spec->hp_detect) { |
Takashi Iwai | 505cb34 | 2006-03-27 12:51:52 +0200 | [diff] [blame] | 4382 | /* Enable unsolicited responses on the HP widget */ |
Matthew Ranostay | 74aeaab | 2008-10-25 01:06:04 -0400 | [diff] [blame] | 4383 | for (i = 0; i < cfg->hp_outs; i++) { |
Matthew Ranostay | 74aeaab | 2008-10-25 01:06:04 -0400 | [diff] [blame] | 4384 | hda_nid_t nid = cfg->hp_pins[i]; |
Takashi Iwai | c6e4c66 | 2008-11-25 11:58:19 +0100 | [diff] [blame] | 4385 | enable_pin_detect(codec, nid, STAC_HP_EVENT); |
Matthew Ranostay | 74aeaab | 2008-10-25 01:06:04 -0400 | [diff] [blame] | 4386 | } |
Takashi Iwai | 1c4bdf9 | 2009-08-13 08:23:24 +0200 | [diff] [blame] | 4387 | if (cfg->line_out_type == AUTO_PIN_LINE_OUT && |
| 4388 | cfg->speaker_outs > 0) { |
Takashi Iwai | fefd67f | 2009-07-30 18:03:05 +0200 | [diff] [blame] | 4389 | /* enable pin-detect for line-outs as well */ |
Takashi Iwai | 15cfa2b | 2009-08-03 14:23:33 +0200 | [diff] [blame] | 4390 | for (i = 0; i < cfg->line_outs; i++) { |
| 4391 | hda_nid_t nid = cfg->line_out_pins[i]; |
Takashi Iwai | fefd67f | 2009-07-30 18:03:05 +0200 | [diff] [blame] | 4392 | enable_pin_detect(codec, nid, STAC_LO_EVENT); |
| 4393 | } |
| 4394 | } |
| 4395 | |
Takashi Iwai | 0a07acaf | 2007-03-13 10:40:23 +0100 | [diff] [blame] | 4396 | /* force to enable the first line-out; the others are set up |
| 4397 | * in unsol_event |
| 4398 | */ |
| 4399 | stac92xx_auto_set_pinctl(codec, spec->autocfg.line_out_pins[0], |
Matthew Ranostay | 74aeaab | 2008-10-25 01:06:04 -0400 | [diff] [blame] | 4400 | AC_PINCTL_OUT_EN); |
Takashi Iwai | 82bc955 | 2006-03-21 11:24:42 +0100 | [diff] [blame] | 4401 | /* fake event to set up pins */ |
Takashi Iwai | f2cbba7 | 2012-01-11 12:34:11 +0100 | [diff] [blame] | 4402 | stac_fake_hp_events(codec); |
Takashi Iwai | 82bc955 | 2006-03-21 11:24:42 +0100 | [diff] [blame] | 4403 | } else { |
| 4404 | stac92xx_auto_init_multi_out(codec); |
| 4405 | stac92xx_auto_init_hp_out(codec); |
Takashi Iwai | 12dde4c | 2008-12-05 13:09:27 +0100 | [diff] [blame] | 4406 | for (i = 0; i < cfg->hp_outs; i++) |
| 4407 | stac_toggle_power_map(codec, cfg->hp_pins[i], 1); |
Takashi Iwai | 82bc955 | 2006-03-21 11:24:42 +0100 | [diff] [blame] | 4408 | } |
Takashi Iwai | 3d21d3f | 2009-07-29 14:32:56 +0200 | [diff] [blame] | 4409 | if (spec->auto_mic) { |
Takashi Iwai | 15b4f29 | 2009-07-29 16:32:55 +0200 | [diff] [blame] | 4410 | /* initialize connection to analog input */ |
Takashi Iwai | da2a2aa | 2009-08-10 07:44:09 +0200 | [diff] [blame] | 4411 | if (spec->dmux_nids) |
| 4412 | snd_hda_codec_write_cache(codec, spec->dmux_nids[0], 0, |
Takashi Iwai | 15b4f29 | 2009-07-29 16:32:55 +0200 | [diff] [blame] | 4413 | AC_VERB_SET_CONNECT_SEL, 0); |
Takashi Iwai | 3d21d3f | 2009-07-29 14:32:56 +0200 | [diff] [blame] | 4414 | if (enable_pin_detect(codec, spec->ext_mic.pin, STAC_MIC_EVENT)) |
| 4415 | stac_issue_unsol_event(codec, spec->ext_mic.pin); |
Charles Chin | 9907790 | 2010-09-17 10:22:32 +0200 | [diff] [blame] | 4416 | if (enable_pin_detect(codec, spec->dock_mic.pin, |
| 4417 | STAC_MIC_EVENT)) |
| 4418 | stac_issue_unsol_event(codec, spec->dock_mic.pin); |
Takashi Iwai | 3d21d3f | 2009-07-29 14:32:56 +0200 | [diff] [blame] | 4419 | } |
Takashi Iwai | eea7dc9 | 2010-08-30 13:06:15 +0200 | [diff] [blame] | 4420 | for (i = 0; i < cfg->num_inputs; i++) { |
| 4421 | hda_nid_t nid = cfg->inputs[i].pin; |
| 4422 | int type = cfg->inputs[i].type; |
| 4423 | unsigned int pinctl, conf; |
Takashi Iwai | 86e2959 | 2010-09-09 14:50:17 +0200 | [diff] [blame] | 4424 | if (type == AUTO_PIN_MIC) { |
Takashi Iwai | eea7dc9 | 2010-08-30 13:06:15 +0200 | [diff] [blame] | 4425 | /* for mic pins, force to initialize */ |
Takashi Iwai | 4740860 | 2012-04-20 13:06:53 +0200 | [diff] [blame] | 4426 | pinctl = snd_hda_get_default_vref(codec, nid); |
Takashi Iwai | eea7dc9 | 2010-08-30 13:06:15 +0200 | [diff] [blame] | 4427 | pinctl |= AC_PINCTL_IN_EN; |
| 4428 | stac92xx_auto_set_pinctl(codec, nid, pinctl); |
| 4429 | } else { |
| 4430 | pinctl = snd_hda_codec_read(codec, nid, 0, |
| 4431 | AC_VERB_GET_PIN_WIDGET_CONTROL, 0); |
| 4432 | /* if PINCTL already set then skip */ |
| 4433 | /* Also, if both INPUT and OUTPUT are set, |
| 4434 | * it must be a BIOS bug; need to override, too |
| 4435 | */ |
| 4436 | if (!(pinctl & AC_PINCTL_IN_EN) || |
| 4437 | (pinctl & AC_PINCTL_OUT_EN)) { |
| 4438 | pinctl &= ~AC_PINCTL_OUT_EN; |
Takashi Iwai | 12dde4c | 2008-12-05 13:09:27 +0100 | [diff] [blame] | 4439 | pinctl |= AC_PINCTL_IN_EN; |
| 4440 | stac92xx_auto_set_pinctl(codec, nid, pinctl); |
Takashi Iwai | 4f1e6bc | 2008-11-11 16:47:24 +0100 | [diff] [blame] | 4441 | } |
Takashi Iwai | eea7dc9 | 2010-08-30 13:06:15 +0200 | [diff] [blame] | 4442 | } |
| 4443 | conf = snd_hda_codec_get_pincfg(codec, nid); |
| 4444 | if (get_defcfg_connect(conf) != AC_JACK_PORT_FIXED) { |
| 4445 | if (enable_pin_detect(codec, nid, STAC_INSERT_EVENT)) |
| 4446 | stac_issue_unsol_event(codec, nid); |
Takashi Iwai | c960a03 | 2006-03-23 17:06:28 +0100 | [diff] [blame] | 4447 | } |
Takashi Iwai | 82bc955 | 2006-03-21 11:24:42 +0100 | [diff] [blame] | 4448 | } |
Matthew Ranostay | a64135a | 2008-01-10 16:55:06 +0100 | [diff] [blame] | 4449 | for (i = 0; i < spec->num_dmics; i++) |
| 4450 | stac92xx_auto_set_pinctl(codec, spec->dmic_nids[i], |
| 4451 | AC_PINCTL_IN_EN); |
Takashi Iwai | 0852d7a | 2009-02-11 11:35:15 +0100 | [diff] [blame] | 4452 | if (cfg->dig_out_pins[0]) |
| 4453 | stac92xx_auto_set_pinctl(codec, cfg->dig_out_pins[0], |
Takashi Iwai | 82bc955 | 2006-03-21 11:24:42 +0100 | [diff] [blame] | 4454 | AC_PINCTL_OUT_EN); |
| 4455 | if (cfg->dig_in_pin) |
| 4456 | stac92xx_auto_set_pinctl(codec, cfg->dig_in_pin, |
| 4457 | AC_PINCTL_IN_EN); |
Takashi Iwai | f73d358 | 2008-11-25 08:21:51 +0100 | [diff] [blame] | 4458 | for (i = 0; i < spec->num_pwrs; i++) { |
| 4459 | hda_nid_t nid = spec->pwr_nids[i]; |
Takashi Iwai | 6e1c39c | 2012-06-26 17:35:10 +0200 | [diff] [blame] | 4460 | unsigned int pinctl, def_conf; |
Takashi Iwai | 82bc955 | 2006-03-21 11:24:42 +0100 | [diff] [blame] | 4461 | |
Takashi Iwai | bfc89de | 2012-05-15 09:02:26 +0200 | [diff] [blame] | 4462 | def_conf = snd_hda_codec_get_pincfg(codec, nid); |
| 4463 | def_conf = get_defcfg_connect(def_conf); |
| 4464 | if (def_conf == AC_JACK_PORT_NONE) { |
| 4465 | /* power off unused ports */ |
| 4466 | stac_toggle_power_map(codec, nid, 0); |
| 4467 | continue; |
| 4468 | } |
Takashi Iwai | 6e1c39c | 2012-06-26 17:35:10 +0200 | [diff] [blame] | 4469 | if (def_conf == AC_JACK_PORT_FIXED) { |
| 4470 | /* no need for jack detection for fixed pins */ |
| 4471 | stac_toggle_power_map(codec, nid, 1); |
| 4472 | continue; |
| 4473 | } |
Takashi Iwai | eb63212 | 2008-12-19 16:39:48 +0100 | [diff] [blame] | 4474 | /* power on when no jack detection is available */ |
Takashi Iwai | 542c9a0 | 2011-11-29 13:01:30 +0100 | [diff] [blame] | 4475 | /* or when the VREF is used for controlling LED */ |
| 4476 | if (!spec->hp_detect || |
Takashi Iwai | bfc89de | 2012-05-15 09:02:26 +0200 | [diff] [blame] | 4477 | spec->vref_mute_led_nid == nid || |
| 4478 | !is_jack_detectable(codec, nid)) { |
Takashi Iwai | eb63212 | 2008-12-19 16:39:48 +0100 | [diff] [blame] | 4479 | stac_toggle_power_map(codec, nid, 1); |
| 4480 | continue; |
| 4481 | } |
| 4482 | |
Takashi Iwai | b4ead01 | 2012-01-23 18:23:36 +0100 | [diff] [blame] | 4483 | if (is_nid_out_jack_pin(cfg, nid)) |
Takashi Iwai | f73d358 | 2008-11-25 08:21:51 +0100 | [diff] [blame] | 4484 | continue; /* already has an unsol event */ |
Sam Revitch | 62fe78e | 2006-05-10 15:09:17 +0200 | [diff] [blame] | 4485 | |
Takashi Iwai | f73d358 | 2008-11-25 08:21:51 +0100 | [diff] [blame] | 4486 | pinctl = snd_hda_codec_read(codec, nid, 0, |
| 4487 | AC_VERB_GET_PIN_WIDGET_CONTROL, 0); |
| 4488 | /* outputs are only ports capable of power management |
| 4489 | * any attempts on powering down a input port cause the |
| 4490 | * referenced VREF to act quirky. |
| 4491 | */ |
Takashi Iwai | eb63212 | 2008-12-19 16:39:48 +0100 | [diff] [blame] | 4492 | if (pinctl & AC_PINCTL_IN_EN) { |
| 4493 | stac_toggle_power_map(codec, nid, 1); |
Takashi Iwai | f73d358 | 2008-11-25 08:21:51 +0100 | [diff] [blame] | 4494 | continue; |
Takashi Iwai | eb63212 | 2008-12-19 16:39:48 +0100 | [diff] [blame] | 4495 | } |
Charles Chin | afef2cf | 2011-11-11 08:05:28 +0100 | [diff] [blame] | 4496 | if (enable_pin_detect(codec, nid, STAC_PWR_EVENT)) { |
Takashi Iwai | 62558ce | 2009-07-29 14:23:09 +0200 | [diff] [blame] | 4497 | stac_issue_unsol_event(codec, nid); |
Charles Chin | afef2cf | 2011-11-11 08:05:28 +0100 | [diff] [blame] | 4498 | continue; |
| 4499 | } |
| 4500 | /* none of the above, turn the port OFF */ |
| 4501 | stac_toggle_power_map(codec, nid, 0); |
Takashi Iwai | f73d358 | 2008-11-25 08:21:51 +0100 | [diff] [blame] | 4502 | } |
Takashi Iwai | c21bd02 | 2010-02-08 15:16:08 +0100 | [diff] [blame] | 4503 | |
Takashi Iwai | c21bd02 | 2010-02-08 15:16:08 +0100 | [diff] [blame] | 4504 | /* sync mute LED */ |
Takashi Iwai | 1f43f6c | 2012-07-31 10:40:05 +0200 | [diff] [blame] | 4505 | if (spec->gpio_led) { |
| 4506 | if (spec->vmaster_mute.hook) |
| 4507 | snd_hda_sync_vmaster_hook(&spec->vmaster_mute); |
| 4508 | else /* the very first init call doesn't have vmaster yet */ |
| 4509 | stac92xx_update_led_status(codec, false); |
| 4510 | } |
Takashi Iwai | c882246 | 2012-05-15 09:11:36 +0200 | [diff] [blame] | 4511 | |
| 4512 | /* sync the power-map */ |
| 4513 | if (spec->num_pwrs) |
| 4514 | snd_hda_codec_write(codec, codec->afg, 0, |
| 4515 | AC_VERB_IDT_SET_POWER_MAP, |
| 4516 | spec->power_map_bits); |
Takashi Iwai | f73d358 | 2008-11-25 08:21:51 +0100 | [diff] [blame] | 4517 | if (spec->dac_list) |
| 4518 | stac92xx_power_down(codec); |
Matt | c7d4b2f | 2005-06-27 14:59:41 +0200 | [diff] [blame] | 4519 | return 0; |
| 4520 | } |
| 4521 | |
Takashi Iwai | 603c401 | 2008-07-30 15:01:44 +0200 | [diff] [blame] | 4522 | static void stac92xx_free_kctls(struct hda_codec *codec) |
| 4523 | { |
| 4524 | struct sigmatel_spec *spec = codec->spec; |
| 4525 | |
| 4526 | if (spec->kctls.list) { |
| 4527 | struct snd_kcontrol_new *kctl = spec->kctls.list; |
| 4528 | int i; |
| 4529 | for (i = 0; i < spec->kctls.used; i++) |
| 4530 | kfree(kctl[i].name); |
| 4531 | } |
| 4532 | snd_array_free(&spec->kctls); |
| 4533 | } |
| 4534 | |
Vitaliy Kulikov | 45eebda | 2011-07-26 16:56:20 -0500 | [diff] [blame] | 4535 | static void stac92xx_shutup_pins(struct hda_codec *codec) |
| 4536 | { |
| 4537 | unsigned int i, def_conf; |
| 4538 | |
| 4539 | if (codec->bus->shutdown) |
| 4540 | return; |
| 4541 | for (i = 0; i < codec->init_pins.used; i++) { |
| 4542 | struct hda_pincfg *pin = snd_array_elem(&codec->init_pins, i); |
| 4543 | def_conf = snd_hda_codec_get_pincfg(codec, pin->nid); |
| 4544 | if (get_defcfg_connect(def_conf) != AC_JACK_PORT_NONE) |
Takashi Iwai | cdd03ce | 2012-04-20 12:34:50 +0200 | [diff] [blame] | 4545 | snd_hda_set_pin_ctl(codec, pin->nid, 0); |
Vitaliy Kulikov | 45eebda | 2011-07-26 16:56:20 -0500 | [diff] [blame] | 4546 | } |
| 4547 | } |
| 4548 | |
Takashi Iwai | 167eae5 | 2009-11-06 15:47:50 +0100 | [diff] [blame] | 4549 | static void stac92xx_shutup(struct hda_codec *codec) |
| 4550 | { |
| 4551 | struct sigmatel_spec *spec = codec->spec; |
Takashi Iwai | 167eae5 | 2009-11-06 15:47:50 +0100 | [diff] [blame] | 4552 | |
Vitaliy Kulikov | 45eebda | 2011-07-26 16:56:20 -0500 | [diff] [blame] | 4553 | stac92xx_shutup_pins(codec); |
Takashi Iwai | 167eae5 | 2009-11-06 15:47:50 +0100 | [diff] [blame] | 4554 | |
| 4555 | if (spec->eapd_mask) |
| 4556 | stac_gpio_set(codec, spec->gpio_mask, |
| 4557 | spec->gpio_dir, spec->gpio_data & |
| 4558 | ~spec->eapd_mask); |
| 4559 | } |
| 4560 | |
Matt | 2f2f425 | 2005-04-13 14:45:30 +0200 | [diff] [blame] | 4561 | static void stac92xx_free(struct hda_codec *codec) |
| 4562 | { |
Matt | c7d4b2f | 2005-06-27 14:59:41 +0200 | [diff] [blame] | 4563 | struct sigmatel_spec *spec = codec->spec; |
Matt | c7d4b2f | 2005-06-27 14:59:41 +0200 | [diff] [blame] | 4564 | |
| 4565 | if (! spec) |
| 4566 | return; |
| 4567 | |
Matt | c7d4b2f | 2005-06-27 14:59:41 +0200 | [diff] [blame] | 4568 | kfree(spec); |
Matthew Ranostay | 1cd2224 | 2008-07-18 18:20:52 +0200 | [diff] [blame] | 4569 | snd_hda_detach_beep_device(codec); |
Matt | 2f2f425 | 2005-04-13 14:45:30 +0200 | [diff] [blame] | 4570 | } |
| 4571 | |
Matt | 4e55096 | 2005-07-04 17:51:39 +0200 | [diff] [blame] | 4572 | static void stac92xx_set_pinctl(struct hda_codec *codec, hda_nid_t nid, |
| 4573 | unsigned int flag) |
| 4574 | { |
Takashi Iwai | 8ce8419 | 2009-01-22 16:59:20 +0100 | [diff] [blame] | 4575 | unsigned int old_ctl, pin_ctl; |
| 4576 | |
| 4577 | pin_ctl = snd_hda_codec_read(codec, nid, |
Matt | 4e55096 | 2005-07-04 17:51:39 +0200 | [diff] [blame] | 4578 | 0, AC_VERB_GET_PIN_WIDGET_CONTROL, 0x00); |
Steve Longerbeam | 7b04389 | 2007-05-03 20:50:03 +0200 | [diff] [blame] | 4579 | |
Takashi Iwai | f9acba4 | 2007-05-29 18:01:06 +0200 | [diff] [blame] | 4580 | if (pin_ctl & AC_PINCTL_IN_EN) { |
| 4581 | /* |
| 4582 | * we need to check the current set-up direction of |
| 4583 | * shared input pins since they can be switched via |
| 4584 | * "xxx as Output" mixer switch |
| 4585 | */ |
| 4586 | struct sigmatel_spec *spec = codec->spec; |
Takashi Iwai | c21ca4a | 2008-12-19 09:26:08 +0100 | [diff] [blame] | 4587 | if (nid == spec->line_switch || nid == spec->mic_switch) |
Takashi Iwai | f9acba4 | 2007-05-29 18:01:06 +0200 | [diff] [blame] | 4588 | return; |
| 4589 | } |
| 4590 | |
Takashi Iwai | 8ce8419 | 2009-01-22 16:59:20 +0100 | [diff] [blame] | 4591 | old_ctl = pin_ctl; |
Steve Longerbeam | 7b04389 | 2007-05-03 20:50:03 +0200 | [diff] [blame] | 4592 | /* if setting pin direction bits, clear the current |
| 4593 | direction bits first */ |
| 4594 | if (flag & (AC_PINCTL_IN_EN | AC_PINCTL_OUT_EN)) |
| 4595 | pin_ctl &= ~(AC_PINCTL_IN_EN | AC_PINCTL_OUT_EN); |
| 4596 | |
Takashi Iwai | 8ce8419 | 2009-01-22 16:59:20 +0100 | [diff] [blame] | 4597 | pin_ctl |= flag; |
| 4598 | if (old_ctl != pin_ctl) |
Takashi Iwai | cdd03ce | 2012-04-20 12:34:50 +0200 | [diff] [blame] | 4599 | snd_hda_set_pin_ctl_cache(codec, nid, pin_ctl); |
Matt | 4e55096 | 2005-07-04 17:51:39 +0200 | [diff] [blame] | 4600 | } |
| 4601 | |
| 4602 | static void stac92xx_reset_pinctl(struct hda_codec *codec, hda_nid_t nid, |
| 4603 | unsigned int flag) |
| 4604 | { |
| 4605 | unsigned int pin_ctl = snd_hda_codec_read(codec, nid, |
| 4606 | 0, AC_VERB_GET_PIN_WIDGET_CONTROL, 0x00); |
Takashi Iwai | 8ce8419 | 2009-01-22 16:59:20 +0100 | [diff] [blame] | 4607 | if (pin_ctl & flag) |
Takashi Iwai | cdd03ce | 2012-04-20 12:34:50 +0200 | [diff] [blame] | 4608 | snd_hda_set_pin_ctl_cache(codec, nid, pin_ctl & ~flag); |
Matt | 4e55096 | 2005-07-04 17:51:39 +0200 | [diff] [blame] | 4609 | } |
| 4610 | |
Takashi Iwai | d56757a | 2009-11-18 08:00:14 +0100 | [diff] [blame] | 4611 | static inline int get_pin_presence(struct hda_codec *codec, hda_nid_t nid) |
Takashi Iwai | 314634b | 2006-09-21 11:56:18 +0200 | [diff] [blame] | 4612 | { |
| 4613 | if (!nid) |
| 4614 | return 0; |
Takashi Iwai | a252c81 | 2009-12-25 22:56:20 +0100 | [diff] [blame] | 4615 | return snd_hda_jack_detect(codec, nid); |
Takashi Iwai | 314634b | 2006-09-21 11:56:18 +0200 | [diff] [blame] | 4616 | } |
| 4617 | |
Takashi Iwai | fefd67f | 2009-07-30 18:03:05 +0200 | [diff] [blame] | 4618 | static void stac92xx_line_out_detect(struct hda_codec *codec, |
| 4619 | int presence) |
| 4620 | { |
| 4621 | struct sigmatel_spec *spec = codec->spec; |
| 4622 | struct auto_pin_cfg *cfg = &spec->autocfg; |
| 4623 | int i; |
| 4624 | |
David Henningsson | 042b92c | 2012-08-22 16:10:43 +0200 | [diff] [blame] | 4625 | if (cfg->speaker_outs == 0) |
| 4626 | return; |
| 4627 | |
Takashi Iwai | fefd67f | 2009-07-30 18:03:05 +0200 | [diff] [blame] | 4628 | for (i = 0; i < cfg->line_outs; i++) { |
| 4629 | if (presence) |
| 4630 | break; |
| 4631 | presence = get_pin_presence(codec, cfg->line_out_pins[i]); |
| 4632 | if (presence) { |
| 4633 | unsigned int pinctl; |
| 4634 | pinctl = snd_hda_codec_read(codec, |
| 4635 | cfg->line_out_pins[i], 0, |
| 4636 | AC_VERB_GET_PIN_WIDGET_CONTROL, 0); |
| 4637 | if (pinctl & AC_PINCTL_IN_EN) |
| 4638 | presence = 0; /* mic- or line-input */ |
| 4639 | } |
| 4640 | } |
| 4641 | |
| 4642 | if (presence) { |
| 4643 | /* disable speakers */ |
| 4644 | for (i = 0; i < cfg->speaker_outs; i++) |
| 4645 | stac92xx_reset_pinctl(codec, cfg->speaker_pins[i], |
| 4646 | AC_PINCTL_OUT_EN); |
| 4647 | if (spec->eapd_mask && spec->eapd_switch) |
| 4648 | stac_gpio_set(codec, spec->gpio_mask, |
| 4649 | spec->gpio_dir, spec->gpio_data & |
| 4650 | ~spec->eapd_mask); |
| 4651 | } else { |
| 4652 | /* enable speakers */ |
| 4653 | for (i = 0; i < cfg->speaker_outs; i++) |
| 4654 | stac92xx_set_pinctl(codec, cfg->speaker_pins[i], |
| 4655 | AC_PINCTL_OUT_EN); |
| 4656 | if (spec->eapd_mask && spec->eapd_switch) |
| 4657 | stac_gpio_set(codec, spec->gpio_mask, |
| 4658 | spec->gpio_dir, spec->gpio_data | |
| 4659 | spec->eapd_mask); |
| 4660 | } |
| 4661 | } |
| 4662 | |
Takashi Iwai | d7a8943 | 2008-11-12 09:48:04 +0100 | [diff] [blame] | 4663 | /* return non-zero if the hp-pin of the given array index isn't |
| 4664 | * a jack-detection target |
| 4665 | */ |
| 4666 | static int no_hp_sensing(struct sigmatel_spec *spec, int i) |
| 4667 | { |
| 4668 | struct auto_pin_cfg *cfg = &spec->autocfg; |
| 4669 | |
| 4670 | /* ignore sensing of shared line and mic jacks */ |
Takashi Iwai | c21ca4a | 2008-12-19 09:26:08 +0100 | [diff] [blame] | 4671 | if (cfg->hp_pins[i] == spec->line_switch) |
Takashi Iwai | d7a8943 | 2008-11-12 09:48:04 +0100 | [diff] [blame] | 4672 | return 1; |
Takashi Iwai | c21ca4a | 2008-12-19 09:26:08 +0100 | [diff] [blame] | 4673 | if (cfg->hp_pins[i] == spec->mic_switch) |
Takashi Iwai | d7a8943 | 2008-11-12 09:48:04 +0100 | [diff] [blame] | 4674 | return 1; |
| 4675 | /* ignore if the pin is set as line-out */ |
| 4676 | if (cfg->hp_pins[i] == spec->hp_switch) |
| 4677 | return 1; |
| 4678 | return 0; |
| 4679 | } |
| 4680 | |
Takashi Iwai | c6e4c66 | 2008-11-25 11:58:19 +0100 | [diff] [blame] | 4681 | static void stac92xx_hp_detect(struct hda_codec *codec) |
Matt | 4e55096 | 2005-07-04 17:51:39 +0200 | [diff] [blame] | 4682 | { |
| 4683 | struct sigmatel_spec *spec = codec->spec; |
| 4684 | struct auto_pin_cfg *cfg = &spec->autocfg; |
| 4685 | int i, presence; |
| 4686 | |
Takashi Iwai | eb06ed8 | 2006-09-20 17:10:27 +0200 | [diff] [blame] | 4687 | presence = 0; |
Matthew Ranostay | 4fe5195c | 2008-01-29 15:28:44 +0100 | [diff] [blame] | 4688 | if (spec->gpio_mute) |
| 4689 | presence = !(snd_hda_codec_read(codec, codec->afg, 0, |
| 4690 | AC_VERB_GET_GPIO_DATA, 0) & spec->gpio_mute); |
| 4691 | |
Takashi Iwai | eb06ed8 | 2006-09-20 17:10:27 +0200 | [diff] [blame] | 4692 | for (i = 0; i < cfg->hp_outs; i++) { |
Takashi Iwai | 314634b | 2006-09-21 11:56:18 +0200 | [diff] [blame] | 4693 | if (presence) |
| 4694 | break; |
Takashi Iwai | d7a8943 | 2008-11-12 09:48:04 +0100 | [diff] [blame] | 4695 | if (no_hp_sensing(spec, i)) |
| 4696 | continue; |
Takashi Iwai | e6e3ea2 | 2008-12-05 12:54:56 +0100 | [diff] [blame] | 4697 | presence = get_pin_presence(codec, cfg->hp_pins[i]); |
| 4698 | if (presence) { |
| 4699 | unsigned int pinctl; |
| 4700 | pinctl = snd_hda_codec_read(codec, cfg->hp_pins[i], 0, |
| 4701 | AC_VERB_GET_PIN_WIDGET_CONTROL, 0); |
| 4702 | if (pinctl & AC_PINCTL_IN_EN) |
| 4703 | presence = 0; /* mic- or line-input */ |
| 4704 | } |
Takashi Iwai | eb06ed8 | 2006-09-20 17:10:27 +0200 | [diff] [blame] | 4705 | } |
Matt | 4e55096 | 2005-07-04 17:51:39 +0200 | [diff] [blame] | 4706 | |
| 4707 | if (presence) { |
Takashi Iwai | d7a8943 | 2008-11-12 09:48:04 +0100 | [diff] [blame] | 4708 | /* disable lineouts */ |
Matthew Ranostay | 7c2ba97 | 2008-04-16 13:13:59 +0200 | [diff] [blame] | 4709 | if (spec->hp_switch) |
Takashi Iwai | d7a8943 | 2008-11-12 09:48:04 +0100 | [diff] [blame] | 4710 | stac92xx_reset_pinctl(codec, spec->hp_switch, |
| 4711 | AC_PINCTL_OUT_EN); |
Matt | 4e55096 | 2005-07-04 17:51:39 +0200 | [diff] [blame] | 4712 | for (i = 0; i < cfg->line_outs; i++) |
| 4713 | stac92xx_reset_pinctl(codec, cfg->line_out_pins[i], |
| 4714 | AC_PINCTL_OUT_EN); |
Matt | 4e55096 | 2005-07-04 17:51:39 +0200 | [diff] [blame] | 4715 | } else { |
Takashi Iwai | d7a8943 | 2008-11-12 09:48:04 +0100 | [diff] [blame] | 4716 | /* enable lineouts */ |
Matthew Ranostay | 7c2ba97 | 2008-04-16 13:13:59 +0200 | [diff] [blame] | 4717 | if (spec->hp_switch) |
Takashi Iwai | d7a8943 | 2008-11-12 09:48:04 +0100 | [diff] [blame] | 4718 | stac92xx_set_pinctl(codec, spec->hp_switch, |
| 4719 | AC_PINCTL_OUT_EN); |
Matt | 4e55096 | 2005-07-04 17:51:39 +0200 | [diff] [blame] | 4720 | for (i = 0; i < cfg->line_outs; i++) |
| 4721 | stac92xx_set_pinctl(codec, cfg->line_out_pins[i], |
| 4722 | AC_PINCTL_OUT_EN); |
Matt | 4e55096 | 2005-07-04 17:51:39 +0200 | [diff] [blame] | 4723 | } |
Takashi Iwai | fefd67f | 2009-07-30 18:03:05 +0200 | [diff] [blame] | 4724 | stac92xx_line_out_detect(codec, presence); |
Takashi Iwai | d7a8943 | 2008-11-12 09:48:04 +0100 | [diff] [blame] | 4725 | /* toggle hp outs */ |
| 4726 | for (i = 0; i < cfg->hp_outs; i++) { |
| 4727 | unsigned int val = AC_PINCTL_OUT_EN | AC_PINCTL_HP_EN; |
| 4728 | if (no_hp_sensing(spec, i)) |
| 4729 | continue; |
Takashi Iwai | 7bff172 | 2012-02-29 09:41:17 +0100 | [diff] [blame] | 4730 | if (1 /*presence*/) |
Takashi Iwai | d7a8943 | 2008-11-12 09:48:04 +0100 | [diff] [blame] | 4731 | stac92xx_set_pinctl(codec, cfg->hp_pins[i], val); |
Takashi Iwai | 8317e0b | 2009-01-14 07:56:51 +0100 | [diff] [blame] | 4732 | #if 0 /* FIXME */ |
| 4733 | /* Resetting the pinctl like below may lead to (a sort of) regressions |
| 4734 | * on some devices since they use the HP pin actually for line/speaker |
| 4735 | * outs although the default pin config shows a different pin (that is |
| 4736 | * wrong and useless). |
| 4737 | * |
| 4738 | * So, it's basically a problem of default pin configs, likely a BIOS issue. |
| 4739 | * But, disabling the code below just works around it, and I'm too tired of |
| 4740 | * bug reports with such devices... |
| 4741 | */ |
Takashi Iwai | d7a8943 | 2008-11-12 09:48:04 +0100 | [diff] [blame] | 4742 | else |
| 4743 | stac92xx_reset_pinctl(codec, cfg->hp_pins[i], val); |
Takashi Iwai | 8317e0b | 2009-01-14 07:56:51 +0100 | [diff] [blame] | 4744 | #endif /* FIXME */ |
Takashi Iwai | d7a8943 | 2008-11-12 09:48:04 +0100 | [diff] [blame] | 4745 | } |
Matt | 4e55096 | 2005-07-04 17:51:39 +0200 | [diff] [blame] | 4746 | } |
| 4747 | |
Takashi Iwai | f73d358 | 2008-11-25 08:21:51 +0100 | [diff] [blame] | 4748 | static void stac_toggle_power_map(struct hda_codec *codec, hda_nid_t nid, |
| 4749 | int enable) |
Matthew Ranostay | a64135a | 2008-01-10 16:55:06 +0100 | [diff] [blame] | 4750 | { |
| 4751 | struct sigmatel_spec *spec = codec->spec; |
Takashi Iwai | f73d358 | 2008-11-25 08:21:51 +0100 | [diff] [blame] | 4752 | unsigned int idx, val; |
| 4753 | |
| 4754 | for (idx = 0; idx < spec->num_pwrs; idx++) { |
| 4755 | if (spec->pwr_nids[idx] == nid) |
| 4756 | break; |
| 4757 | } |
| 4758 | if (idx >= spec->num_pwrs) |
| 4759 | return; |
Matthew Ranostay | d0513fc | 2008-07-27 10:30:30 +0200 | [diff] [blame] | 4760 | |
Charles Chin | afef2cf | 2011-11-11 08:05:28 +0100 | [diff] [blame] | 4761 | idx = 1 << idx; |
Matthew Ranostay | a64135a | 2008-01-10 16:55:06 +0100 | [diff] [blame] | 4762 | |
Takashi Iwai | c882246 | 2012-05-15 09:11:36 +0200 | [diff] [blame] | 4763 | val = spec->power_map_bits; |
Takashi Iwai | f73d358 | 2008-11-25 08:21:51 +0100 | [diff] [blame] | 4764 | if (enable) |
Matthew Ranostay | a64135a | 2008-01-10 16:55:06 +0100 | [diff] [blame] | 4765 | val &= ~idx; |
| 4766 | else |
| 4767 | val |= idx; |
| 4768 | |
| 4769 | /* power down unused output ports */ |
Takashi Iwai | c882246 | 2012-05-15 09:11:36 +0200 | [diff] [blame] | 4770 | if (val != spec->power_map_bits) { |
| 4771 | spec->power_map_bits = val; |
| 4772 | snd_hda_codec_write(codec, codec->afg, 0, |
| 4773 | AC_VERB_IDT_SET_POWER_MAP, val); |
| 4774 | } |
Matthew Ranostay | 74aeaab | 2008-10-25 01:06:04 -0400 | [diff] [blame] | 4775 | } |
| 4776 | |
Takashi Iwai | f73d358 | 2008-11-25 08:21:51 +0100 | [diff] [blame] | 4777 | static void stac92xx_pin_sense(struct hda_codec *codec, hda_nid_t nid) |
| 4778 | { |
Takashi Iwai | e6e3ea2 | 2008-12-05 12:54:56 +0100 | [diff] [blame] | 4779 | stac_toggle_power_map(codec, nid, get_pin_presence(codec, nid)); |
Takashi Iwai | f73d358 | 2008-11-25 08:21:51 +0100 | [diff] [blame] | 4780 | } |
Matthew Ranostay | a64135a | 2008-01-10 16:55:06 +0100 | [diff] [blame] | 4781 | |
Vitaliy Kulikov | ab5a6eb | 2010-09-08 09:00:17 +0200 | [diff] [blame] | 4782 | /* get the pin connection (fixed, none, etc) */ |
| 4783 | static unsigned int stac_get_defcfg_connect(struct hda_codec *codec, int idx) |
| 4784 | { |
| 4785 | struct sigmatel_spec *spec = codec->spec; |
| 4786 | unsigned int cfg; |
| 4787 | |
| 4788 | cfg = snd_hda_codec_get_pincfg(codec, spec->pin_nids[idx]); |
| 4789 | return get_defcfg_connect(cfg); |
| 4790 | } |
| 4791 | |
| 4792 | static int stac92xx_connected_ports(struct hda_codec *codec, |
Takashi Iwai | 2b63536 | 2011-05-02 12:33:43 +0200 | [diff] [blame] | 4793 | const hda_nid_t *nids, int num_nids) |
Vitaliy Kulikov | ab5a6eb | 2010-09-08 09:00:17 +0200 | [diff] [blame] | 4794 | { |
| 4795 | struct sigmatel_spec *spec = codec->spec; |
| 4796 | int idx, num; |
| 4797 | unsigned int def_conf; |
| 4798 | |
| 4799 | for (num = 0; num < num_nids; num++) { |
| 4800 | for (idx = 0; idx < spec->num_pins; idx++) |
| 4801 | if (spec->pin_nids[idx] == nids[num]) |
| 4802 | break; |
| 4803 | if (idx >= spec->num_pins) |
| 4804 | break; |
| 4805 | def_conf = stac_get_defcfg_connect(codec, idx); |
| 4806 | if (def_conf == AC_JACK_PORT_NONE) |
| 4807 | break; |
| 4808 | } |
| 4809 | return num; |
| 4810 | } |
| 4811 | |
Takashi Iwai | 3d21d3f | 2009-07-29 14:32:56 +0200 | [diff] [blame] | 4812 | static void stac92xx_mic_detect(struct hda_codec *codec) |
| 4813 | { |
| 4814 | struct sigmatel_spec *spec = codec->spec; |
| 4815 | struct sigmatel_mic_route *mic; |
| 4816 | |
| 4817 | if (get_pin_presence(codec, spec->ext_mic.pin)) |
| 4818 | mic = &spec->ext_mic; |
Charles Chin | 9907790 | 2010-09-17 10:22:32 +0200 | [diff] [blame] | 4819 | else if (get_pin_presence(codec, spec->dock_mic.pin)) |
| 4820 | mic = &spec->dock_mic; |
Takashi Iwai | 3d21d3f | 2009-07-29 14:32:56 +0200 | [diff] [blame] | 4821 | else |
| 4822 | mic = &spec->int_mic; |
Takashi Iwai | 02d3332 | 2009-10-01 16:38:11 +0200 | [diff] [blame] | 4823 | if (mic->dmux_idx >= 0) |
Takashi Iwai | 3d21d3f | 2009-07-29 14:32:56 +0200 | [diff] [blame] | 4824 | snd_hda_codec_write_cache(codec, spec->dmux_nids[0], 0, |
| 4825 | AC_VERB_SET_CONNECT_SEL, |
| 4826 | mic->dmux_idx); |
Takashi Iwai | 02d3332 | 2009-10-01 16:38:11 +0200 | [diff] [blame] | 4827 | if (mic->mux_idx >= 0) |
Takashi Iwai | 3d21d3f | 2009-07-29 14:32:56 +0200 | [diff] [blame] | 4828 | snd_hda_codec_write_cache(codec, spec->mux_nids[0], 0, |
| 4829 | AC_VERB_SET_CONNECT_SEL, |
| 4830 | mic->mux_idx); |
| 4831 | } |
| 4832 | |
Takashi Iwai | 1835a0f | 2011-10-27 22:12:46 +0200 | [diff] [blame] | 4833 | static void handle_unsol_event(struct hda_codec *codec, |
Takashi Iwai | 3a93897 | 2011-10-28 01:16:55 +0200 | [diff] [blame] | 4834 | struct hda_jack_tbl *event) |
Takashi Iwai | 314634b | 2006-09-21 11:56:18 +0200 | [diff] [blame] | 4835 | { |
Matthew Ranostay | a64135a | 2008-01-10 16:55:06 +0100 | [diff] [blame] | 4836 | struct sigmatel_spec *spec = codec->spec; |
Takashi Iwai | 1835a0f | 2011-10-27 22:12:46 +0200 | [diff] [blame] | 4837 | int data; |
Matthew Ranostay | a64135a | 2008-01-10 16:55:06 +0100 | [diff] [blame] | 4838 | |
Takashi Iwai | 3a93897 | 2011-10-28 01:16:55 +0200 | [diff] [blame] | 4839 | switch (event->action) { |
Takashi Iwai | 314634b | 2006-09-21 11:56:18 +0200 | [diff] [blame] | 4840 | case STAC_HP_EVENT: |
Takashi Iwai | fefd67f | 2009-07-30 18:03:05 +0200 | [diff] [blame] | 4841 | case STAC_LO_EVENT: |
Takashi Iwai | 16ffe32 | 2009-08-04 13:40:54 +0200 | [diff] [blame] | 4842 | stac92xx_hp_detect(codec); |
Takashi Iwai | fefd67f | 2009-07-30 18:03:05 +0200 | [diff] [blame] | 4843 | break; |
Takashi Iwai | 3d21d3f | 2009-07-29 14:32:56 +0200 | [diff] [blame] | 4844 | case STAC_MIC_EVENT: |
| 4845 | stac92xx_mic_detect(codec); |
| 4846 | break; |
| 4847 | } |
| 4848 | |
Takashi Iwai | 3a93897 | 2011-10-28 01:16:55 +0200 | [diff] [blame] | 4849 | switch (event->action) { |
Takashi Iwai | 3d21d3f | 2009-07-29 14:32:56 +0200 | [diff] [blame] | 4850 | case STAC_HP_EVENT: |
Takashi Iwai | fefd67f | 2009-07-30 18:03:05 +0200 | [diff] [blame] | 4851 | case STAC_LO_EVENT: |
Takashi Iwai | 3d21d3f | 2009-07-29 14:32:56 +0200 | [diff] [blame] | 4852 | case STAC_MIC_EVENT: |
Matthew Ranostay | 74aeaab | 2008-10-25 01:06:04 -0400 | [diff] [blame] | 4853 | case STAC_INSERT_EVENT: |
Matthew Ranostay | a64135a | 2008-01-10 16:55:06 +0100 | [diff] [blame] | 4854 | case STAC_PWR_EVENT: |
Takashi Iwai | c6e4c66 | 2008-11-25 11:58:19 +0100 | [diff] [blame] | 4855 | if (spec->num_pwrs > 0) |
| 4856 | stac92xx_pin_sense(codec, event->nid); |
Matthew Ranostay | fd60cc8 | 2009-04-06 09:30:46 -0400 | [diff] [blame] | 4857 | |
| 4858 | switch (codec->subsystem_id) { |
| 4859 | case 0x103c308f: |
| 4860 | if (event->nid == 0xb) { |
| 4861 | int pin = AC_PINCTL_IN_EN; |
| 4862 | |
| 4863 | if (get_pin_presence(codec, 0xa) |
| 4864 | && get_pin_presence(codec, 0xb)) |
| 4865 | pin |= AC_PINCTL_VREF_80; |
| 4866 | if (!get_pin_presence(codec, 0xb)) |
| 4867 | pin |= AC_PINCTL_VREF_80; |
| 4868 | |
| 4869 | /* toggle VREF state based on mic + hp pin |
| 4870 | * status |
| 4871 | */ |
| 4872 | stac92xx_auto_set_pinctl(codec, 0x0a, pin); |
| 4873 | } |
| 4874 | } |
Matthew Ranostay | 72474be | 2008-10-09 09:32:17 -0400 | [diff] [blame] | 4875 | break; |
Takashi Iwai | c6e4c66 | 2008-11-25 11:58:19 +0100 | [diff] [blame] | 4876 | case STAC_VREF_EVENT: |
| 4877 | data = snd_hda_codec_read(codec, codec->afg, 0, |
| 4878 | AC_VERB_GET_GPIO_DATA, 0); |
Matthew Ranostay | 72474be | 2008-10-09 09:32:17 -0400 | [diff] [blame] | 4879 | /* toggle VREF state based on GPIOx status */ |
| 4880 | snd_hda_codec_write(codec, codec->afg, 0, 0x7e0, |
Takashi Iwai | 3a93897 | 2011-10-28 01:16:55 +0200 | [diff] [blame] | 4881 | !!(data & (1 << event->private_data))); |
Matthew Ranostay | 72474be | 2008-10-09 09:32:17 -0400 | [diff] [blame] | 4882 | break; |
Takashi Iwai | 314634b | 2006-09-21 11:56:18 +0200 | [diff] [blame] | 4883 | } |
| 4884 | } |
| 4885 | |
Takashi Iwai | 1835a0f | 2011-10-27 22:12:46 +0200 | [diff] [blame] | 4886 | static void stac_issue_unsol_event(struct hda_codec *codec, hda_nid_t nid) |
| 4887 | { |
Takashi Iwai | 3a93897 | 2011-10-28 01:16:55 +0200 | [diff] [blame] | 4888 | struct hda_jack_tbl *event = snd_hda_jack_tbl_get(codec, nid); |
Takashi Iwai | 1835a0f | 2011-10-27 22:12:46 +0200 | [diff] [blame] | 4889 | if (!event) |
| 4890 | return; |
| 4891 | handle_unsol_event(codec, event); |
| 4892 | } |
| 4893 | |
Kunal Gangakhedkar | d38cce7 | 2010-01-15 21:01:47 +0530 | [diff] [blame] | 4894 | static int hp_blike_system(u32 subsystem_id); |
| 4895 | |
| 4896 | static void set_hp_led_gpio(struct hda_codec *codec) |
| 4897 | { |
| 4898 | struct sigmatel_spec *spec = codec->spec; |
Takashi Iwai | 07f8044 | 2010-02-08 15:06:13 +0100 | [diff] [blame] | 4899 | unsigned int gpio; |
| 4900 | |
Takashi Iwai | 26ebe0a | 2010-05-11 08:36:29 +0200 | [diff] [blame] | 4901 | if (spec->gpio_led) |
| 4902 | return; |
| 4903 | |
Takashi Iwai | 07f8044 | 2010-02-08 15:06:13 +0100 | [diff] [blame] | 4904 | gpio = snd_hda_param_read(codec, codec->afg, AC_PAR_GPIO_CAP); |
| 4905 | gpio &= AC_GPIO_IO_COUNT; |
| 4906 | if (gpio > 3) |
| 4907 | spec->gpio_led = 0x08; /* GPIO 3 */ |
| 4908 | else |
| 4909 | spec->gpio_led = 0x01; /* GPIO 0 */ |
Kunal Gangakhedkar | d38cce7 | 2010-01-15 21:01:47 +0530 | [diff] [blame] | 4910 | } |
| 4911 | |
Vitaliy Kulikov | c357aab | 2009-12-11 07:51:54 +0100 | [diff] [blame] | 4912 | /* |
| 4913 | * This method searches for the mute LED GPIO configuration |
| 4914 | * provided as OEM string in SMBIOS. The format of that string |
| 4915 | * is HP_Mute_LED_P_G or HP_Mute_LED_P |
| 4916 | * where P can be 0 or 1 and defines mute LED GPIO control state (low/high) |
| 4917 | * that corresponds to the NOT muted state of the master volume |
| 4918 | * and G is the index of the GPIO to use as the mute LED control (0..9) |
| 4919 | * If _G portion is missing it is assigned based on the codec ID |
| 4920 | * |
| 4921 | * So, HP B-series like systems may have HP_Mute_LED_0 (current models) |
| 4922 | * or HP_Mute_LED_0_3 (future models) OEM SMBIOS strings |
Kunal Gangakhedkar | d38cce7 | 2010-01-15 21:01:47 +0530 | [diff] [blame] | 4923 | * |
| 4924 | * |
| 4925 | * The dv-series laptops don't seem to have the HP_Mute_LED* strings in |
| 4926 | * SMBIOS - at least the ones I have seen do not have them - which include |
| 4927 | * my own system (HP Pavilion dv6-1110ax) and my cousin's |
| 4928 | * HP Pavilion dv9500t CTO. |
| 4929 | * Need more information on whether it is true across the entire series. |
| 4930 | * -- kunal |
Vitaliy Kulikov | c357aab | 2009-12-11 07:51:54 +0100 | [diff] [blame] | 4931 | */ |
Vitaliy Kulikov | 6a557c9 | 2011-12-12 17:35:13 -0600 | [diff] [blame] | 4932 | static int find_mute_led_cfg(struct hda_codec *codec, int default_polarity) |
Vitaliy Kulikov | c357aab | 2009-12-11 07:51:54 +0100 | [diff] [blame] | 4933 | { |
| 4934 | struct sigmatel_spec *spec = codec->spec; |
| 4935 | const struct dmi_device *dev = NULL; |
| 4936 | |
Takashi Iwai | 7560931 | 2012-05-14 16:52:00 +0200 | [diff] [blame] | 4937 | if (get_int_hint(codec, "gpio_led", &spec->gpio_led)) { |
| 4938 | get_int_hint(codec, "gpio_led_polarity", |
| 4939 | &spec->gpio_led_polarity); |
| 4940 | return 1; |
| 4941 | } |
Vitaliy Kulikov | c357aab | 2009-12-11 07:51:54 +0100 | [diff] [blame] | 4942 | if ((codec->subsystem_id >> 16) == PCI_VENDOR_ID_HP) { |
| 4943 | while ((dev = dmi_find_device(DMI_DEV_TYPE_OEM_STRING, |
| 4944 | NULL, dev))) { |
Vitaliy Kulikov | 45eebda | 2011-07-26 16:56:20 -0500 | [diff] [blame] | 4945 | if (sscanf(dev->name, "HP_Mute_LED_%d_%x", |
Kunal Gangakhedkar | d38cce7 | 2010-01-15 21:01:47 +0530 | [diff] [blame] | 4946 | &spec->gpio_led_polarity, |
| 4947 | &spec->gpio_led) == 2) { |
Takashi Iwai | f1a7374 | 2011-12-04 13:44:06 +0100 | [diff] [blame] | 4948 | unsigned int max_gpio; |
| 4949 | max_gpio = snd_hda_param_read(codec, codec->afg, |
| 4950 | AC_PAR_GPIO_CAP); |
| 4951 | max_gpio &= AC_GPIO_IO_COUNT; |
| 4952 | if (spec->gpio_led < max_gpio) |
Vitaliy Kulikov | 45eebda | 2011-07-26 16:56:20 -0500 | [diff] [blame] | 4953 | spec->gpio_led = 1 << spec->gpio_led; |
Takashi Iwai | f1a7374 | 2011-12-04 13:44:06 +0100 | [diff] [blame] | 4954 | else |
| 4955 | spec->vref_mute_led_nid = spec->gpio_led; |
Vitaliy Kulikov | c357aab | 2009-12-11 07:51:54 +0100 | [diff] [blame] | 4956 | return 1; |
| 4957 | } |
| 4958 | if (sscanf(dev->name, "HP_Mute_LED_%d", |
Kunal Gangakhedkar | d38cce7 | 2010-01-15 21:01:47 +0530 | [diff] [blame] | 4959 | &spec->gpio_led_polarity) == 1) { |
| 4960 | set_hp_led_gpio(codec); |
| 4961 | return 1; |
Vitaliy Kulikov | c357aab | 2009-12-11 07:51:54 +0100 | [diff] [blame] | 4962 | } |
Gustavo Maciel Dias Vieira | e2ef36c | 2011-12-13 11:47:22 -0200 | [diff] [blame] | 4963 | /* BIOS bug: unfilled OEM string */ |
| 4964 | if (strstr(dev->name, "HP_Mute_LED_P_G")) { |
| 4965 | set_hp_led_gpio(codec); |
Gustavo Maciel Dias Vieira | a6a600d | 2012-01-24 13:27:56 -0200 | [diff] [blame] | 4966 | switch (codec->subsystem_id) { |
| 4967 | case 0x103c148a: |
| 4968 | spec->gpio_led_polarity = 0; |
| 4969 | break; |
| 4970 | default: |
| 4971 | spec->gpio_led_polarity = 1; |
| 4972 | break; |
| 4973 | } |
Gustavo Maciel Dias Vieira | e2ef36c | 2011-12-13 11:47:22 -0200 | [diff] [blame] | 4974 | return 1; |
| 4975 | } |
Vitaliy Kulikov | c357aab | 2009-12-11 07:51:54 +0100 | [diff] [blame] | 4976 | } |
Kunal Gangakhedkar | d38cce7 | 2010-01-15 21:01:47 +0530 | [diff] [blame] | 4977 | |
| 4978 | /* |
| 4979 | * Fallback case - if we don't find the DMI strings, |
Vitaliy Kulikov | 6a557c9 | 2011-12-12 17:35:13 -0600 | [diff] [blame] | 4980 | * we statically set the GPIO - if not a B-series system |
| 4981 | * and default polarity is provided |
Kunal Gangakhedkar | d38cce7 | 2010-01-15 21:01:47 +0530 | [diff] [blame] | 4982 | */ |
Vitaliy Kulikov | 6a557c9 | 2011-12-12 17:35:13 -0600 | [diff] [blame] | 4983 | if (!hp_blike_system(codec->subsystem_id) && |
| 4984 | (default_polarity == 0 || default_polarity == 1)) { |
Kunal Gangakhedkar | d38cce7 | 2010-01-15 21:01:47 +0530 | [diff] [blame] | 4985 | set_hp_led_gpio(codec); |
Takashi Iwai | dce17d4 | 2010-02-09 09:25:26 +0100 | [diff] [blame] | 4986 | spec->gpio_led_polarity = default_polarity; |
Kunal Gangakhedkar | d38cce7 | 2010-01-15 21:01:47 +0530 | [diff] [blame] | 4987 | return 1; |
| 4988 | } |
Vitaliy Kulikov | c357aab | 2009-12-11 07:51:54 +0100 | [diff] [blame] | 4989 | } |
| 4990 | return 0; |
| 4991 | } |
| 4992 | |
| 4993 | static int hp_blike_system(u32 subsystem_id) |
Randy Dunlap | 78987bd | 2009-11-05 09:22:30 -0800 | [diff] [blame] | 4994 | { |
| 4995 | switch (subsystem_id) { |
Vitaliy Kulikov | c357aab | 2009-12-11 07:51:54 +0100 | [diff] [blame] | 4996 | case 0x103c1520: |
| 4997 | case 0x103c1521: |
| 4998 | case 0x103c1523: |
| 4999 | case 0x103c1524: |
| 5000 | case 0x103c1525: |
Randy Dunlap | 78987bd | 2009-11-05 09:22:30 -0800 | [diff] [blame] | 5001 | case 0x103c1722: |
| 5002 | case 0x103c1723: |
| 5003 | case 0x103c1724: |
| 5004 | case 0x103c1725: |
| 5005 | case 0x103c1726: |
| 5006 | case 0x103c1727: |
| 5007 | case 0x103c1728: |
| 5008 | case 0x103c1729: |
Vitaliy Kulikov | c357aab | 2009-12-11 07:51:54 +0100 | [diff] [blame] | 5009 | case 0x103c172a: |
| 5010 | case 0x103c172b: |
| 5011 | case 0x103c307e: |
| 5012 | case 0x103c307f: |
| 5013 | case 0x103c3080: |
| 5014 | case 0x103c3081: |
| 5015 | case 0x103c7007: |
| 5016 | case 0x103c7008: |
Randy Dunlap | 78987bd | 2009-11-05 09:22:30 -0800 | [diff] [blame] | 5017 | return 1; |
| 5018 | } |
| 5019 | return 0; |
| 5020 | } |
| 5021 | |
Takashi Iwai | 2d34e1b | 2008-11-28 14:35:16 +0100 | [diff] [blame] | 5022 | #ifdef CONFIG_PROC_FS |
| 5023 | static void stac92hd_proc_hook(struct snd_info_buffer *buffer, |
| 5024 | struct hda_codec *codec, hda_nid_t nid) |
| 5025 | { |
| 5026 | if (nid == codec->afg) |
| 5027 | snd_iprintf(buffer, "Power-Map: 0x%02x\n", |
Takashi Iwai | c882246 | 2012-05-15 09:11:36 +0200 | [diff] [blame] | 5028 | snd_hda_codec_read(codec, nid, 0, |
| 5029 | AC_VERB_IDT_GET_POWER_MAP, 0)); |
Takashi Iwai | 2d34e1b | 2008-11-28 14:35:16 +0100 | [diff] [blame] | 5030 | } |
| 5031 | |
| 5032 | static void analog_loop_proc_hook(struct snd_info_buffer *buffer, |
| 5033 | struct hda_codec *codec, |
| 5034 | unsigned int verb) |
| 5035 | { |
| 5036 | snd_iprintf(buffer, "Analog Loopback: 0x%02x\n", |
| 5037 | snd_hda_codec_read(codec, codec->afg, 0, verb, 0)); |
| 5038 | } |
| 5039 | |
| 5040 | /* stac92hd71bxx, stac92hd73xx */ |
| 5041 | static void stac92hd7x_proc_hook(struct snd_info_buffer *buffer, |
| 5042 | struct hda_codec *codec, hda_nid_t nid) |
| 5043 | { |
| 5044 | stac92hd_proc_hook(buffer, codec, nid); |
| 5045 | if (nid == codec->afg) |
| 5046 | analog_loop_proc_hook(buffer, codec, 0xfa0); |
| 5047 | } |
| 5048 | |
| 5049 | static void stac9205_proc_hook(struct snd_info_buffer *buffer, |
| 5050 | struct hda_codec *codec, hda_nid_t nid) |
| 5051 | { |
| 5052 | if (nid == codec->afg) |
| 5053 | analog_loop_proc_hook(buffer, codec, 0xfe0); |
| 5054 | } |
| 5055 | |
| 5056 | static void stac927x_proc_hook(struct snd_info_buffer *buffer, |
| 5057 | struct hda_codec *codec, hda_nid_t nid) |
| 5058 | { |
| 5059 | if (nid == codec->afg) |
| 5060 | analog_loop_proc_hook(buffer, codec, 0xfeb); |
| 5061 | } |
| 5062 | #else |
| 5063 | #define stac92hd_proc_hook NULL |
| 5064 | #define stac92hd7x_proc_hook NULL |
| 5065 | #define stac9205_proc_hook NULL |
| 5066 | #define stac927x_proc_hook NULL |
| 5067 | #endif |
| 5068 | |
Takashi Iwai | 2a43952 | 2011-07-26 09:52:50 +0200 | [diff] [blame] | 5069 | #ifdef CONFIG_PM |
Matt | ff6fdc3 | 2005-06-27 15:06:52 +0200 | [diff] [blame] | 5070 | static int stac92xx_resume(struct hda_codec *codec) |
| 5071 | { |
Takashi Iwai | 2c88587 | 2008-11-18 09:36:55 +0100 | [diff] [blame] | 5072 | stac92xx_init(codec); |
Takashi Iwai | 82beb8f | 2007-08-10 17:09:26 +0200 | [diff] [blame] | 5073 | snd_hda_codec_resume_amp(codec); |
| 5074 | snd_hda_codec_resume_cache(codec); |
Takashi Iwai | 2c88587 | 2008-11-18 09:36:55 +0100 | [diff] [blame] | 5075 | /* fake event to set up pins again to override cached values */ |
Takashi Iwai | f2cbba7 | 2012-01-11 12:34:11 +0100 | [diff] [blame] | 5076 | stac_fake_hp_events(codec); |
Matt | ff6fdc3 | 2005-06-27 15:06:52 +0200 | [diff] [blame] | 5077 | return 0; |
| 5078 | } |
Matthew Ranostay | c6798d2 | 2008-11-18 20:54:17 -0500 | [diff] [blame] | 5079 | |
Takashi Iwai | 68cb2b5 | 2012-07-02 15:20:37 +0200 | [diff] [blame] | 5080 | static int stac92xx_suspend(struct hda_codec *codec) |
Vitaliy Kulikov | 45eebda | 2011-07-26 16:56:20 -0500 | [diff] [blame] | 5081 | { |
| 5082 | stac92xx_shutup(codec); |
| 5083 | return 0; |
| 5084 | } |
| 5085 | |
Vitaliy Kulikov | 45eebda | 2011-07-26 16:56:20 -0500 | [diff] [blame] | 5086 | static void stac92xx_set_power_state(struct hda_codec *codec, hda_nid_t fg, |
| 5087 | unsigned int power_state) |
| 5088 | { |
| 5089 | unsigned int afg_power_state = power_state; |
| 5090 | struct sigmatel_spec *spec = codec->spec; |
| 5091 | |
| 5092 | if (power_state == AC_PWRST_D3) { |
Takashi Iwai | f1a7374 | 2011-12-04 13:44:06 +0100 | [diff] [blame] | 5093 | if (spec->vref_mute_led_nid) { |
Vitaliy Kulikov | 45eebda | 2011-07-26 16:56:20 -0500 | [diff] [blame] | 5094 | /* with vref-out pin used for mute led control |
| 5095 | * codec AFG is prevented from D3 state |
| 5096 | */ |
| 5097 | afg_power_state = AC_PWRST_D1; |
| 5098 | } |
| 5099 | /* this delay seems necessary to avoid click noise at power-down */ |
| 5100 | msleep(100); |
| 5101 | } |
| 5102 | snd_hda_codec_read(codec, fg, 0, AC_VERB_SET_POWER_STATE, |
| 5103 | afg_power_state); |
| 5104 | snd_hda_codec_set_power_to_all(codec, fg, power_state, true); |
| 5105 | } |
Takashi Iwai | 350eba43 | 2012-03-16 16:09:03 +0100 | [diff] [blame] | 5106 | #else |
| 5107 | #define stac92xx_suspend NULL |
| 5108 | #define stac92xx_resume NULL |
Takashi Iwai | 350eba43 | 2012-03-16 16:09:03 +0100 | [diff] [blame] | 5109 | #define stac92xx_set_power_state NULL |
Takashi Iwai | 2faa3bf | 2012-03-12 12:30:22 +0100 | [diff] [blame] | 5110 | #endif /* CONFIG_PM */ |
Vitaliy Kulikov | 45eebda | 2011-07-26 16:56:20 -0500 | [diff] [blame] | 5111 | |
Takashi Iwai | 2faa3bf | 2012-03-12 12:30:22 +0100 | [diff] [blame] | 5112 | /* update mute-LED accoring to the master switch */ |
| 5113 | static void stac92xx_update_led_status(struct hda_codec *codec, int enabled) |
Christoph Plattner | ae6241f | 2009-03-08 23:19:05 +0100 | [diff] [blame] | 5114 | { |
| 5115 | struct sigmatel_spec *spec = codec->spec; |
Takashi Iwai | 2faa3bf | 2012-03-12 12:30:22 +0100 | [diff] [blame] | 5116 | int muted = !enabled; |
Takashi Iwai | 6fce61a | 2009-03-10 07:48:57 +0100 | [diff] [blame] | 5117 | |
Vitaliy Kulikov | 45eebda | 2011-07-26 16:56:20 -0500 | [diff] [blame] | 5118 | if (!spec->gpio_led) |
Takashi Iwai | 2faa3bf | 2012-03-12 12:30:22 +0100 | [diff] [blame] | 5119 | return; |
Vitaliy Kulikov | 45eebda | 2011-07-26 16:56:20 -0500 | [diff] [blame] | 5120 | |
Takashi Iwai | 2faa3bf | 2012-03-12 12:30:22 +0100 | [diff] [blame] | 5121 | /* LED state is inverted on these systems */ |
| 5122 | if (spec->gpio_led_polarity) |
| 5123 | muted = !muted; |
| 5124 | |
Takashi Iwai | f1a7374 | 2011-12-04 13:44:06 +0100 | [diff] [blame] | 5125 | if (!spec->vref_mute_led_nid) { |
Vitaliy Kulikov | 45eebda | 2011-07-26 16:56:20 -0500 | [diff] [blame] | 5126 | if (muted) |
Takashi Iwai | 3e84319 | 2012-04-19 12:04:03 +0200 | [diff] [blame] | 5127 | spec->gpio_data |= spec->gpio_led; |
Vitaliy Kulikov | 45eebda | 2011-07-26 16:56:20 -0500 | [diff] [blame] | 5128 | else |
Takashi Iwai | 3e84319 | 2012-04-19 12:04:03 +0200 | [diff] [blame] | 5129 | spec->gpio_data &= ~spec->gpio_led; |
Vitaliy Kulikov | 45eebda | 2011-07-26 16:56:20 -0500 | [diff] [blame] | 5130 | stac_gpio_set(codec, spec->gpio_mask, |
| 5131 | spec->gpio_dir, spec->gpio_data); |
| 5132 | } else { |
Takashi Iwai | 2faa3bf | 2012-03-12 12:30:22 +0100 | [diff] [blame] | 5133 | spec->vref_led = muted ? AC_PINCTL_VREF_50 : AC_PINCTL_VREF_GRD; |
Takashi Iwai | f1a7374 | 2011-12-04 13:44:06 +0100 | [diff] [blame] | 5134 | stac_vrefout_set(codec, spec->vref_mute_led_nid, |
| 5135 | spec->vref_led); |
Christoph Plattner | ae6241f | 2009-03-08 23:19:05 +0100 | [diff] [blame] | 5136 | } |
Takashi Iwai | b4e8187 | 2009-11-18 17:20:24 +0100 | [diff] [blame] | 5137 | } |
Vitaliy Kulikov | 7df1ce1 | 2011-07-25 17:52:57 -0500 | [diff] [blame] | 5138 | |
Takashi Iwai | 2b63536 | 2011-05-02 12:33:43 +0200 | [diff] [blame] | 5139 | static const struct hda_codec_ops stac92xx_patch_ops = { |
Matt | 2f2f425 | 2005-04-13 14:45:30 +0200 | [diff] [blame] | 5140 | .build_controls = stac92xx_build_controls, |
| 5141 | .build_pcms = stac92xx_build_pcms, |
| 5142 | .init = stac92xx_init, |
| 5143 | .free = stac92xx_free, |
David Henningsson | 29adc4b | 2012-09-25 11:31:00 +0200 | [diff] [blame] | 5144 | .unsol_event = snd_hda_jack_unsol_event, |
Takashi Iwai | 2a43952 | 2011-07-26 09:52:50 +0200 | [diff] [blame] | 5145 | #ifdef CONFIG_PM |
Matthew Ranostay | c6798d2 | 2008-11-18 20:54:17 -0500 | [diff] [blame] | 5146 | .suspend = stac92xx_suspend, |
Matt | ff6fdc3 | 2005-06-27 15:06:52 +0200 | [diff] [blame] | 5147 | .resume = stac92xx_resume, |
| 5148 | #endif |
Takashi Iwai | fb8d1a3 | 2009-11-10 16:02:29 +0100 | [diff] [blame] | 5149 | .reboot_notify = stac92xx_shutup, |
Matt | 2f2f425 | 2005-04-13 14:45:30 +0200 | [diff] [blame] | 5150 | }; |
| 5151 | |
Takashi Iwai | 361dab3 | 2012-05-09 14:35:27 +0200 | [diff] [blame] | 5152 | static int alloc_stac_spec(struct hda_codec *codec, int num_pins, |
| 5153 | const hda_nid_t *pin_nids) |
| 5154 | { |
| 5155 | struct sigmatel_spec *spec; |
| 5156 | |
| 5157 | spec = kzalloc(sizeof(*spec), GFP_KERNEL); |
| 5158 | if (!spec) |
| 5159 | return -ENOMEM; |
| 5160 | codec->spec = spec; |
| 5161 | codec->no_trigger_sense = 1; /* seems common with STAC/IDT codecs */ |
| 5162 | spec->num_pins = num_pins; |
| 5163 | spec->pin_nids = pin_nids; |
| 5164 | snd_array_init(&spec->kctls, sizeof(struct snd_kcontrol_new), 32); |
| 5165 | return 0; |
| 5166 | } |
| 5167 | |
Matt | 2f2f425 | 2005-04-13 14:45:30 +0200 | [diff] [blame] | 5168 | static int patch_stac9200(struct hda_codec *codec) |
| 5169 | { |
| 5170 | struct sigmatel_spec *spec; |
Matt | c7d4b2f | 2005-06-27 14:59:41 +0200 | [diff] [blame] | 5171 | int err; |
Matt | 2f2f425 | 2005-04-13 14:45:30 +0200 | [diff] [blame] | 5172 | |
Takashi Iwai | 361dab3 | 2012-05-09 14:35:27 +0200 | [diff] [blame] | 5173 | err = alloc_stac_spec(codec, ARRAY_SIZE(stac9200_pin_nids), |
| 5174 | stac9200_pin_nids); |
| 5175 | if (err < 0) |
| 5176 | return err; |
Matt | 2f2f425 | 2005-04-13 14:45:30 +0200 | [diff] [blame] | 5177 | |
Takashi Iwai | 361dab3 | 2012-05-09 14:35:27 +0200 | [diff] [blame] | 5178 | spec = codec->spec; |
Daniel J Blueman | 1b0e372 | 2010-08-03 11:09:13 +0100 | [diff] [blame] | 5179 | spec->linear_tone_beep = 1; |
Takashi Iwai | f5fcc13 | 2006-11-24 17:07:44 +0100 | [diff] [blame] | 5180 | spec->board_config = snd_hda_check_board_config(codec, STAC_9200_MODELS, |
| 5181 | stac9200_models, |
| 5182 | stac9200_cfg_tbl); |
Takashi Iwai | 330ee99 | 2009-02-20 14:33:36 +0100 | [diff] [blame] | 5183 | if (spec->board_config < 0) |
Takashi Iwai | 9a11f1a | 2009-07-28 16:01:20 +0200 | [diff] [blame] | 5184 | snd_printdd(KERN_INFO "hda_codec: %s: BIOS auto-probing.\n", |
| 5185 | codec->chip_name); |
Takashi Iwai | 330ee99 | 2009-02-20 14:33:36 +0100 | [diff] [blame] | 5186 | else |
| 5187 | stac92xx_set_config_regs(codec, |
Takashi Iwai | af9f341a | 2008-11-18 10:38:56 +0100 | [diff] [blame] | 5188 | stac9200_brd_tbl[spec->board_config]); |
Matt | 2f2f425 | 2005-04-13 14:45:30 +0200 | [diff] [blame] | 5189 | |
| 5190 | spec->multiout.max_channels = 2; |
| 5191 | spec->multiout.num_dacs = 1; |
| 5192 | spec->multiout.dac_nids = stac9200_dac_nids; |
| 5193 | spec->adc_nids = stac9200_adc_nids; |
| 5194 | spec->mux_nids = stac9200_mux_nids; |
Matt | dabbed6 | 2005-06-14 10:19:34 +0200 | [diff] [blame] | 5195 | spec->num_muxes = 1; |
Matt Porter | 8b65727 | 2006-10-26 17:12:59 +0200 | [diff] [blame] | 5196 | spec->num_dmics = 0; |
Maxim Levitsky | 9e05b7a | 2007-09-03 15:31:02 +0200 | [diff] [blame] | 5197 | spec->num_adcs = 1; |
Matthew Ranostay | a64135a | 2008-01-10 16:55:06 +0100 | [diff] [blame] | 5198 | spec->num_pwrs = 0; |
Matt | c7d4b2f | 2005-06-27 14:59:41 +0200 | [diff] [blame] | 5199 | |
Mauro Carvalho Chehab | 58eec42 | 2008-08-11 10:18:39 +0200 | [diff] [blame] | 5200 | if (spec->board_config == STAC_9200_M4 || |
| 5201 | spec->board_config == STAC_9200_M4_2 || |
Tobin Davis | bf27778 | 2008-02-03 20:31:47 +0100 | [diff] [blame] | 5202 | spec->board_config == STAC_9200_OQO) |
Takashi Iwai | 1194b5b | 2007-10-10 10:04:26 +0200 | [diff] [blame] | 5203 | spec->init = stac9200_eapd_init; |
| 5204 | else |
| 5205 | spec->init = stac9200_core_init; |
Matt | 2f2f425 | 2005-04-13 14:45:30 +0200 | [diff] [blame] | 5206 | spec->mixer = stac9200_mixer; |
Matt | c7d4b2f | 2005-06-27 14:59:41 +0200 | [diff] [blame] | 5207 | |
Takashi Iwai | 117f257 | 2008-03-18 09:53:23 +0100 | [diff] [blame] | 5208 | if (spec->board_config == STAC_9200_PANASONIC) { |
| 5209 | spec->gpio_mask = spec->gpio_dir = 0x09; |
| 5210 | spec->gpio_data = 0x00; |
| 5211 | } |
| 5212 | |
Matt | c7d4b2f | 2005-06-27 14:59:41 +0200 | [diff] [blame] | 5213 | err = stac9200_parse_auto_config(codec); |
| 5214 | if (err < 0) { |
| 5215 | stac92xx_free(codec); |
| 5216 | return err; |
| 5217 | } |
Matt | 2f2f425 | 2005-04-13 14:45:30 +0200 | [diff] [blame] | 5218 | |
Takashi Iwai | 2acc9dc | 2009-01-09 16:57:14 +0100 | [diff] [blame] | 5219 | /* CF-74 has no headphone detection, and the driver should *NOT* |
| 5220 | * do detection and HP/speaker toggle because the hardware does it. |
| 5221 | */ |
| 5222 | if (spec->board_config == STAC_9200_PANASONIC) |
| 5223 | spec->hp_detect = 0; |
| 5224 | |
Matt | 2f2f425 | 2005-04-13 14:45:30 +0200 | [diff] [blame] | 5225 | codec->patch_ops = stac92xx_patch_ops; |
| 5226 | |
| 5227 | return 0; |
| 5228 | } |
| 5229 | |
Tobin Davis | 8e21c34 | 2007-01-08 11:04:17 +0100 | [diff] [blame] | 5230 | static int patch_stac925x(struct hda_codec *codec) |
| 5231 | { |
| 5232 | struct sigmatel_spec *spec; |
| 5233 | int err; |
| 5234 | |
Takashi Iwai | 361dab3 | 2012-05-09 14:35:27 +0200 | [diff] [blame] | 5235 | err = alloc_stac_spec(codec, ARRAY_SIZE(stac925x_pin_nids), |
| 5236 | stac925x_pin_nids); |
| 5237 | if (err < 0) |
| 5238 | return err; |
Tobin Davis | 8e21c34 | 2007-01-08 11:04:17 +0100 | [diff] [blame] | 5239 | |
Takashi Iwai | 361dab3 | 2012-05-09 14:35:27 +0200 | [diff] [blame] | 5240 | spec = codec->spec; |
Daniel J Blueman | 1b0e372 | 2010-08-03 11:09:13 +0100 | [diff] [blame] | 5241 | spec->linear_tone_beep = 1; |
Mauro Carvalho Chehab | 9cb36c2 | 2008-08-11 10:18:39 +0200 | [diff] [blame] | 5242 | |
| 5243 | /* Check first for codec ID */ |
| 5244 | spec->board_config = snd_hda_check_board_codec_sid_config(codec, |
| 5245 | STAC_925x_MODELS, |
| 5246 | stac925x_models, |
| 5247 | stac925x_codec_id_cfg_tbl); |
| 5248 | |
| 5249 | /* Now checks for PCI ID, if codec ID is not found */ |
| 5250 | if (spec->board_config < 0) |
| 5251 | spec->board_config = snd_hda_check_board_config(codec, |
| 5252 | STAC_925x_MODELS, |
Tobin Davis | 8e21c34 | 2007-01-08 11:04:17 +0100 | [diff] [blame] | 5253 | stac925x_models, |
| 5254 | stac925x_cfg_tbl); |
Takashi Iwai | 9e507ab | 2007-02-08 17:50:10 +0100 | [diff] [blame] | 5255 | again: |
Takashi Iwai | 330ee99 | 2009-02-20 14:33:36 +0100 | [diff] [blame] | 5256 | if (spec->board_config < 0) |
Takashi Iwai | 9a11f1a | 2009-07-28 16:01:20 +0200 | [diff] [blame] | 5257 | snd_printdd(KERN_INFO "hda_codec: %s: BIOS auto-probing.\n", |
| 5258 | codec->chip_name); |
Takashi Iwai | 330ee99 | 2009-02-20 14:33:36 +0100 | [diff] [blame] | 5259 | else |
| 5260 | stac92xx_set_config_regs(codec, |
Takashi Iwai | af9f341a | 2008-11-18 10:38:56 +0100 | [diff] [blame] | 5261 | stac925x_brd_tbl[spec->board_config]); |
Tobin Davis | 8e21c34 | 2007-01-08 11:04:17 +0100 | [diff] [blame] | 5262 | |
| 5263 | spec->multiout.max_channels = 2; |
| 5264 | spec->multiout.num_dacs = 1; |
| 5265 | spec->multiout.dac_nids = stac925x_dac_nids; |
| 5266 | spec->adc_nids = stac925x_adc_nids; |
| 5267 | spec->mux_nids = stac925x_mux_nids; |
| 5268 | spec->num_muxes = 1; |
Maxim Levitsky | 9e05b7a | 2007-09-03 15:31:02 +0200 | [diff] [blame] | 5269 | spec->num_adcs = 1; |
Matthew Ranostay | a64135a | 2008-01-10 16:55:06 +0100 | [diff] [blame] | 5270 | spec->num_pwrs = 0; |
Tobin Davis | 2c11f95 | 2007-05-17 09:36:34 +0200 | [diff] [blame] | 5271 | switch (codec->vendor_id) { |
| 5272 | case 0x83847632: /* STAC9202 */ |
| 5273 | case 0x83847633: /* STAC9202D */ |
| 5274 | case 0x83847636: /* STAC9251 */ |
| 5275 | case 0x83847637: /* STAC9251D */ |
Takashi Iwai | f6e9852 | 2007-10-16 14:27:04 +0200 | [diff] [blame] | 5276 | spec->num_dmics = STAC925X_NUM_DMICS; |
Tobin Davis | 2c11f95 | 2007-05-17 09:36:34 +0200 | [diff] [blame] | 5277 | spec->dmic_nids = stac925x_dmic_nids; |
Takashi Iwai | 1697055e | 2007-12-18 18:05:52 +0100 | [diff] [blame] | 5278 | spec->num_dmuxes = ARRAY_SIZE(stac925x_dmux_nids); |
| 5279 | spec->dmux_nids = stac925x_dmux_nids; |
Tobin Davis | 2c11f95 | 2007-05-17 09:36:34 +0200 | [diff] [blame] | 5280 | break; |
| 5281 | default: |
| 5282 | spec->num_dmics = 0; |
| 5283 | break; |
| 5284 | } |
Tobin Davis | 8e21c34 | 2007-01-08 11:04:17 +0100 | [diff] [blame] | 5285 | |
| 5286 | spec->init = stac925x_core_init; |
| 5287 | spec->mixer = stac925x_mixer; |
Takashi Iwai | 6479c63 | 2009-07-28 18:20:25 +0200 | [diff] [blame] | 5288 | spec->num_caps = 1; |
| 5289 | spec->capvols = stac925x_capvols; |
| 5290 | spec->capsws = stac925x_capsws; |
Tobin Davis | 8e21c34 | 2007-01-08 11:04:17 +0100 | [diff] [blame] | 5291 | |
Charles Chin | 9009b0e | 2011-11-03 10:27:27 +0100 | [diff] [blame] | 5292 | err = stac92xx_parse_auto_config(codec); |
Takashi Iwai | 9e507ab | 2007-02-08 17:50:10 +0100 | [diff] [blame] | 5293 | if (!err) { |
| 5294 | if (spec->board_config < 0) { |
| 5295 | printk(KERN_WARNING "hda_codec: No auto-config is " |
| 5296 | "available, default to model=ref\n"); |
| 5297 | spec->board_config = STAC_925x_REF; |
| 5298 | goto again; |
| 5299 | } |
| 5300 | err = -EINVAL; |
| 5301 | } |
Tobin Davis | 8e21c34 | 2007-01-08 11:04:17 +0100 | [diff] [blame] | 5302 | if (err < 0) { |
| 5303 | stac92xx_free(codec); |
| 5304 | return err; |
| 5305 | } |
| 5306 | |
| 5307 | codec->patch_ops = stac92xx_patch_ops; |
| 5308 | |
| 5309 | return 0; |
| 5310 | } |
| 5311 | |
Matthew Ranostay | e1f0d66 | 2007-12-13 17:47:21 +0100 | [diff] [blame] | 5312 | static int patch_stac92hd73xx(struct hda_codec *codec) |
| 5313 | { |
| 5314 | struct sigmatel_spec *spec; |
| 5315 | hda_nid_t conn[STAC92HD73_DAC_COUNT + 2]; |
Takashi Iwai | 361dab3 | 2012-05-09 14:35:27 +0200 | [diff] [blame] | 5316 | int err; |
Takashi Iwai | c21ca4a | 2008-12-19 09:26:08 +0100 | [diff] [blame] | 5317 | int num_dacs; |
Matthew Ranostay | e1f0d66 | 2007-12-13 17:47:21 +0100 | [diff] [blame] | 5318 | |
Takashi Iwai | 361dab3 | 2012-05-09 14:35:27 +0200 | [diff] [blame] | 5319 | err = alloc_stac_spec(codec, ARRAY_SIZE(stac92hd73xx_pin_nids), |
| 5320 | stac92hd73xx_pin_nids); |
| 5321 | if (err < 0) |
| 5322 | return err; |
Matthew Ranostay | e1f0d66 | 2007-12-13 17:47:21 +0100 | [diff] [blame] | 5323 | |
Takashi Iwai | 361dab3 | 2012-05-09 14:35:27 +0200 | [diff] [blame] | 5324 | spec = codec->spec; |
Daniel J Blueman | 1b0e372 | 2010-08-03 11:09:13 +0100 | [diff] [blame] | 5325 | spec->linear_tone_beep = 0; |
Matthew Ranostay | e99d32b | 2008-09-09 10:46:38 +0200 | [diff] [blame] | 5326 | codec->slave_dig_outs = stac92hd73xx_slave_dig_outs; |
Matthew Ranostay | e1f0d66 | 2007-12-13 17:47:21 +0100 | [diff] [blame] | 5327 | spec->board_config = snd_hda_check_board_config(codec, |
| 5328 | STAC_92HD73XX_MODELS, |
| 5329 | stac92hd73xx_models, |
| 5330 | stac92hd73xx_cfg_tbl); |
Takashi Iwai | 842ae63 | 2009-09-02 07:43:08 +0200 | [diff] [blame] | 5331 | /* check codec subsystem id if not found */ |
| 5332 | if (spec->board_config < 0) |
| 5333 | spec->board_config = |
| 5334 | snd_hda_check_board_codec_sid_config(codec, |
| 5335 | STAC_92HD73XX_MODELS, stac92hd73xx_models, |
| 5336 | stac92hd73xx_codec_id_cfg_tbl); |
Matthew Ranostay | e1f0d66 | 2007-12-13 17:47:21 +0100 | [diff] [blame] | 5337 | again: |
Takashi Iwai | 330ee99 | 2009-02-20 14:33:36 +0100 | [diff] [blame] | 5338 | if (spec->board_config < 0) |
Takashi Iwai | 9a11f1a | 2009-07-28 16:01:20 +0200 | [diff] [blame] | 5339 | snd_printdd(KERN_INFO "hda_codec: %s: BIOS auto-probing.\n", |
| 5340 | codec->chip_name); |
Takashi Iwai | 330ee99 | 2009-02-20 14:33:36 +0100 | [diff] [blame] | 5341 | else |
| 5342 | stac92xx_set_config_regs(codec, |
Takashi Iwai | af9f341a | 2008-11-18 10:38:56 +0100 | [diff] [blame] | 5343 | stac92hd73xx_brd_tbl[spec->board_config]); |
Matthew Ranostay | e1f0d66 | 2007-12-13 17:47:21 +0100 | [diff] [blame] | 5344 | |
Takashi Iwai | c21ca4a | 2008-12-19 09:26:08 +0100 | [diff] [blame] | 5345 | num_dacs = snd_hda_get_connections(codec, 0x0a, |
Matthew Ranostay | e1f0d66 | 2007-12-13 17:47:21 +0100 | [diff] [blame] | 5346 | conn, STAC92HD73_DAC_COUNT + 2) - 1; |
| 5347 | |
Takashi Iwai | c21ca4a | 2008-12-19 09:26:08 +0100 | [diff] [blame] | 5348 | if (num_dacs < 3 || num_dacs > 5) { |
Matthew Ranostay | e1f0d66 | 2007-12-13 17:47:21 +0100 | [diff] [blame] | 5349 | printk(KERN_WARNING "hda_codec: Could not determine " |
| 5350 | "number of channels defaulting to DAC count\n"); |
Takashi Iwai | c21ca4a | 2008-12-19 09:26:08 +0100 | [diff] [blame] | 5351 | num_dacs = STAC92HD73_DAC_COUNT; |
Matthew Ranostay | e1f0d66 | 2007-12-13 17:47:21 +0100 | [diff] [blame] | 5352 | } |
Takashi Iwai | e2aec17 | 2009-09-02 01:00:05 +0200 | [diff] [blame] | 5353 | spec->init = stac92hd73xx_core_init; |
Takashi Iwai | c21ca4a | 2008-12-19 09:26:08 +0100 | [diff] [blame] | 5354 | switch (num_dacs) { |
Matthew Ranostay | e1f0d66 | 2007-12-13 17:47:21 +0100 | [diff] [blame] | 5355 | case 0x3: /* 6 Channel */ |
Takashi Iwai | d78d7a9 | 2009-03-02 14:26:25 +0100 | [diff] [blame] | 5356 | spec->aloopback_ctl = stac92hd73xx_6ch_loopback; |
Matthew Ranostay | e1f0d66 | 2007-12-13 17:47:21 +0100 | [diff] [blame] | 5357 | break; |
| 5358 | case 0x4: /* 8 Channel */ |
Takashi Iwai | d78d7a9 | 2009-03-02 14:26:25 +0100 | [diff] [blame] | 5359 | spec->aloopback_ctl = stac92hd73xx_8ch_loopback; |
Matthew Ranostay | e1f0d66 | 2007-12-13 17:47:21 +0100 | [diff] [blame] | 5360 | break; |
| 5361 | case 0x5: /* 10 Channel */ |
Takashi Iwai | d78d7a9 | 2009-03-02 14:26:25 +0100 | [diff] [blame] | 5362 | spec->aloopback_ctl = stac92hd73xx_10ch_loopback; |
| 5363 | break; |
Takashi Iwai | c21ca4a | 2008-12-19 09:26:08 +0100 | [diff] [blame] | 5364 | } |
| 5365 | spec->multiout.dac_nids = spec->dac_nids; |
Matthew Ranostay | e1f0d66 | 2007-12-13 17:47:21 +0100 | [diff] [blame] | 5366 | |
Matthew Ranostay | e1f0d66 | 2007-12-13 17:47:21 +0100 | [diff] [blame] | 5367 | spec->aloopback_mask = 0x01; |
| 5368 | spec->aloopback_shift = 8; |
| 5369 | |
Matthew Ranostay | 1cd2224 | 2008-07-18 18:20:52 +0200 | [diff] [blame] | 5370 | spec->digbeep_nid = 0x1c; |
Matthew Ranostay | e1f0d66 | 2007-12-13 17:47:21 +0100 | [diff] [blame] | 5371 | spec->mux_nids = stac92hd73xx_mux_nids; |
| 5372 | spec->adc_nids = stac92hd73xx_adc_nids; |
| 5373 | spec->dmic_nids = stac92hd73xx_dmic_nids; |
| 5374 | spec->dmux_nids = stac92hd73xx_dmux_nids; |
Matthew Ranostay | d973775 | 2008-09-07 12:03:41 +0200 | [diff] [blame] | 5375 | spec->smux_nids = stac92hd73xx_smux_nids; |
Matthew Ranostay | e1f0d66 | 2007-12-13 17:47:21 +0100 | [diff] [blame] | 5376 | |
| 5377 | spec->num_muxes = ARRAY_SIZE(stac92hd73xx_mux_nids); |
| 5378 | spec->num_adcs = ARRAY_SIZE(stac92hd73xx_adc_nids); |
Takashi Iwai | 1697055e | 2007-12-18 18:05:52 +0100 | [diff] [blame] | 5379 | spec->num_dmuxes = ARRAY_SIZE(stac92hd73xx_dmux_nids); |
Matthew Ranostay | 2a9c781 | 2008-09-13 16:45:39 -0400 | [diff] [blame] | 5380 | |
Takashi Iwai | 6479c63 | 2009-07-28 18:20:25 +0200 | [diff] [blame] | 5381 | spec->num_caps = STAC92HD73XX_NUM_CAPS; |
| 5382 | spec->capvols = stac92hd73xx_capvols; |
| 5383 | spec->capsws = stac92hd73xx_capsws; |
| 5384 | |
Matthew Ranostay | a766264 | 2008-02-21 07:51:14 +0100 | [diff] [blame] | 5385 | switch (spec->board_config) { |
Matthew Ranostay | 6b3ab21 | 2008-11-03 08:12:43 -0500 | [diff] [blame] | 5386 | case STAC_DELL_EQ: |
Matthew Ranostay | d654a66 | 2008-03-14 08:46:51 +0100 | [diff] [blame] | 5387 | spec->init = dell_eq_core_init; |
Matthew Ranostay | 6b3ab21 | 2008-11-03 08:12:43 -0500 | [diff] [blame] | 5388 | /* fallthru */ |
Takashi Iwai | 661cd8f | 2008-11-25 15:18:29 +0100 | [diff] [blame] | 5389 | case STAC_DELL_M6_AMIC: |
| 5390 | case STAC_DELL_M6_DMIC: |
| 5391 | case STAC_DELL_M6_BOTH: |
Matthew Ranostay | 2a9c781 | 2008-09-13 16:45:39 -0400 | [diff] [blame] | 5392 | spec->num_smuxes = 0; |
Matthew Ranostay | c0cea0d | 2008-11-16 11:42:34 -0500 | [diff] [blame] | 5393 | spec->eapd_switch = 0; |
Matthew Ranostay | 6b3ab21 | 2008-11-03 08:12:43 -0500 | [diff] [blame] | 5394 | |
Takashi Iwai | 661cd8f | 2008-11-25 15:18:29 +0100 | [diff] [blame] | 5395 | switch (spec->board_config) { |
| 5396 | case STAC_DELL_M6_AMIC: /* Analog Mics */ |
Takashi Iwai | 330ee99 | 2009-02-20 14:33:36 +0100 | [diff] [blame] | 5397 | snd_hda_codec_set_pincfg(codec, 0x0b, 0x90A70170); |
Matthew Ranostay | a766264 | 2008-02-21 07:51:14 +0100 | [diff] [blame] | 5398 | spec->num_dmics = 0; |
| 5399 | break; |
Takashi Iwai | 661cd8f | 2008-11-25 15:18:29 +0100 | [diff] [blame] | 5400 | case STAC_DELL_M6_DMIC: /* Digital Mics */ |
Takashi Iwai | 330ee99 | 2009-02-20 14:33:36 +0100 | [diff] [blame] | 5401 | snd_hda_codec_set_pincfg(codec, 0x13, 0x90A60160); |
Matthew Ranostay | a766264 | 2008-02-21 07:51:14 +0100 | [diff] [blame] | 5402 | spec->num_dmics = 1; |
| 5403 | break; |
Takashi Iwai | 661cd8f | 2008-11-25 15:18:29 +0100 | [diff] [blame] | 5404 | case STAC_DELL_M6_BOTH: /* Both */ |
Takashi Iwai | 330ee99 | 2009-02-20 14:33:36 +0100 | [diff] [blame] | 5405 | snd_hda_codec_set_pincfg(codec, 0x0b, 0x90A70170); |
| 5406 | snd_hda_codec_set_pincfg(codec, 0x13, 0x90A60160); |
Matthew Ranostay | a766264 | 2008-02-21 07:51:14 +0100 | [diff] [blame] | 5407 | spec->num_dmics = 1; |
| 5408 | break; |
| 5409 | } |
| 5410 | break; |
Takashi Iwai | 842ae63 | 2009-09-02 07:43:08 +0200 | [diff] [blame] | 5411 | case STAC_ALIENWARE_M17X: |
| 5412 | spec->num_dmics = STAC92HD73XX_NUM_DMICS; |
| 5413 | spec->num_smuxes = ARRAY_SIZE(stac92hd73xx_smux_nids); |
| 5414 | spec->eapd_switch = 0; |
| 5415 | break; |
Matthew Ranostay | a766264 | 2008-02-21 07:51:14 +0100 | [diff] [blame] | 5416 | default: |
| 5417 | spec->num_dmics = STAC92HD73XX_NUM_DMICS; |
Matthew Ranostay | 2a9c781 | 2008-09-13 16:45:39 -0400 | [diff] [blame] | 5418 | spec->num_smuxes = ARRAY_SIZE(stac92hd73xx_smux_nids); |
Matthew Ranostay | c0cea0d | 2008-11-16 11:42:34 -0500 | [diff] [blame] | 5419 | spec->eapd_switch = 1; |
Takashi Iwai | 5207e10 | 2009-07-30 13:09:08 +0200 | [diff] [blame] | 5420 | break; |
Matthew Ranostay | a766264 | 2008-02-21 07:51:14 +0100 | [diff] [blame] | 5421 | } |
Takashi Iwai | af6ee30 | 2009-09-14 15:03:12 +0200 | [diff] [blame] | 5422 | if (spec->board_config != STAC_92HD73XX_REF) { |
Matthew Ranostay | b2c4f4d | 2008-09-26 10:06:40 -0400 | [diff] [blame] | 5423 | /* GPIO0 High = Enable EAPD */ |
| 5424 | spec->eapd_mask = spec->gpio_mask = spec->gpio_dir = 0x1; |
| 5425 | spec->gpio_data = 0x01; |
| 5426 | } |
Matthew Ranostay | a766264 | 2008-02-21 07:51:14 +0100 | [diff] [blame] | 5427 | |
Matthew Ranostay | a64135a | 2008-01-10 16:55:06 +0100 | [diff] [blame] | 5428 | spec->num_pwrs = ARRAY_SIZE(stac92hd73xx_pwr_nids); |
| 5429 | spec->pwr_nids = stac92hd73xx_pwr_nids; |
| 5430 | |
Charles Chin | 9009b0e | 2011-11-03 10:27:27 +0100 | [diff] [blame] | 5431 | err = stac92xx_parse_auto_config(codec); |
Matthew Ranostay | e1f0d66 | 2007-12-13 17:47:21 +0100 | [diff] [blame] | 5432 | |
| 5433 | if (!err) { |
| 5434 | if (spec->board_config < 0) { |
| 5435 | printk(KERN_WARNING "hda_codec: No auto-config is " |
| 5436 | "available, default to model=ref\n"); |
| 5437 | spec->board_config = STAC_92HD73XX_REF; |
| 5438 | goto again; |
| 5439 | } |
| 5440 | err = -EINVAL; |
| 5441 | } |
| 5442 | |
| 5443 | if (err < 0) { |
| 5444 | stac92xx_free(codec); |
| 5445 | return err; |
| 5446 | } |
| 5447 | |
Takashi Iwai | 9e43f0d | 2008-12-17 14:51:01 +0100 | [diff] [blame] | 5448 | if (spec->board_config == STAC_92HD73XX_NO_JD) |
| 5449 | spec->hp_detect = 0; |
| 5450 | |
Matthew Ranostay | e1f0d66 | 2007-12-13 17:47:21 +0100 | [diff] [blame] | 5451 | codec->patch_ops = stac92xx_patch_ops; |
| 5452 | |
Takashi Iwai | 2d34e1b | 2008-11-28 14:35:16 +0100 | [diff] [blame] | 5453 | codec->proc_widget_hook = stac92hd7x_proc_hook; |
| 5454 | |
Matthew Ranostay | e1f0d66 | 2007-12-13 17:47:21 +0100 | [diff] [blame] | 5455 | return 0; |
| 5456 | } |
| 5457 | |
Vitaliy Kulikov | cbbf50b | 2011-01-14 17:21:13 -0600 | [diff] [blame] | 5458 | static int hp_bnb2011_with_dock(struct hda_codec *codec) |
Vitaliy Kulikov | 335e3b8 | 2010-10-22 18:38:31 -0500 | [diff] [blame] | 5459 | { |
| 5460 | if (codec->vendor_id != 0x111d7605 && |
| 5461 | codec->vendor_id != 0x111d76d1) |
| 5462 | return 0; |
| 5463 | |
| 5464 | switch (codec->subsystem_id) { |
| 5465 | case 0x103c1618: |
| 5466 | case 0x103c1619: |
| 5467 | case 0x103c161a: |
| 5468 | case 0x103c161b: |
| 5469 | case 0x103c161c: |
| 5470 | case 0x103c161d: |
| 5471 | case 0x103c161e: |
| 5472 | case 0x103c161f: |
Vitaliy Kulikov | 335e3b8 | 2010-10-22 18:38:31 -0500 | [diff] [blame] | 5473 | |
| 5474 | case 0x103c162a: |
| 5475 | case 0x103c162b: |
| 5476 | |
| 5477 | case 0x103c1630: |
| 5478 | case 0x103c1631: |
| 5479 | |
| 5480 | case 0x103c1633: |
Vitaliy Kulikov | cbbf50b | 2011-01-14 17:21:13 -0600 | [diff] [blame] | 5481 | case 0x103c1634: |
Vitaliy Kulikov | 335e3b8 | 2010-10-22 18:38:31 -0500 | [diff] [blame] | 5482 | case 0x103c1635: |
| 5483 | |
Vitaliy Kulikov | 335e3b8 | 2010-10-22 18:38:31 -0500 | [diff] [blame] | 5484 | case 0x103c3587: |
| 5485 | case 0x103c3588: |
| 5486 | case 0x103c3589: |
| 5487 | case 0x103c358a: |
| 5488 | |
| 5489 | case 0x103c3667: |
| 5490 | case 0x103c3668: |
Vitaliy Kulikov | cbbf50b | 2011-01-14 17:21:13 -0600 | [diff] [blame] | 5491 | case 0x103c3669: |
| 5492 | |
| 5493 | return 1; |
Vitaliy Kulikov | 335e3b8 | 2010-10-22 18:38:31 -0500 | [diff] [blame] | 5494 | } |
| 5495 | return 0; |
| 5496 | } |
| 5497 | |
Vitaliy Kulikov | 699d899 | 2011-03-10 13:43:35 -0600 | [diff] [blame] | 5498 | static void stac92hd8x_add_pin(struct hda_codec *codec, hda_nid_t nid) |
| 5499 | { |
| 5500 | struct sigmatel_spec *spec = codec->spec; |
| 5501 | unsigned int def_conf = snd_hda_codec_get_pincfg(codec, nid); |
| 5502 | int i; |
| 5503 | |
| 5504 | spec->auto_pin_nids[spec->auto_pin_cnt] = nid; |
| 5505 | spec->auto_pin_cnt++; |
| 5506 | |
| 5507 | if (get_defcfg_device(def_conf) == AC_JACK_MIC_IN && |
| 5508 | get_defcfg_connect(def_conf) != AC_JACK_PORT_NONE) { |
| 5509 | for (i = 0; i < ARRAY_SIZE(stac92hd83xxx_dmic_nids); i++) { |
| 5510 | if (nid == stac92hd83xxx_dmic_nids[i]) { |
| 5511 | spec->auto_dmic_nids[spec->auto_dmic_cnt] = nid; |
| 5512 | spec->auto_dmic_cnt++; |
| 5513 | } |
| 5514 | } |
| 5515 | } |
| 5516 | } |
| 5517 | |
| 5518 | static void stac92hd8x_add_adc(struct hda_codec *codec, hda_nid_t nid) |
| 5519 | { |
| 5520 | struct sigmatel_spec *spec = codec->spec; |
| 5521 | |
| 5522 | spec->auto_adc_nids[spec->auto_adc_cnt] = nid; |
| 5523 | spec->auto_adc_cnt++; |
| 5524 | } |
| 5525 | |
| 5526 | static void stac92hd8x_add_mux(struct hda_codec *codec, hda_nid_t nid) |
| 5527 | { |
| 5528 | int i, j; |
| 5529 | struct sigmatel_spec *spec = codec->spec; |
| 5530 | |
| 5531 | for (i = 0; i < spec->auto_adc_cnt; i++) { |
| 5532 | if (get_connection_index(codec, |
| 5533 | spec->auto_adc_nids[i], nid) >= 0) { |
| 5534 | /* mux and volume for adc_nids[i] */ |
| 5535 | if (!spec->auto_mux_nids[i]) { |
| 5536 | spec->auto_mux_nids[i] = nid; |
| 5537 | /* 92hd codecs capture volume is in mux */ |
| 5538 | spec->auto_capvols[i] = HDA_COMPOSE_AMP_VAL(nid, |
| 5539 | 3, 0, HDA_OUTPUT); |
| 5540 | } |
| 5541 | for (j = 0; j < spec->auto_dmic_cnt; j++) { |
| 5542 | if (get_connection_index(codec, nid, |
| 5543 | spec->auto_dmic_nids[j]) >= 0) { |
| 5544 | /* dmux for adc_nids[i] */ |
| 5545 | if (!spec->auto_dmux_nids[i]) |
| 5546 | spec->auto_dmux_nids[i] = nid; |
| 5547 | break; |
| 5548 | } |
| 5549 | } |
| 5550 | break; |
| 5551 | } |
| 5552 | } |
| 5553 | } |
| 5554 | |
| 5555 | static void stac92hd8x_fill_auto_spec(struct hda_codec *codec) |
| 5556 | { |
| 5557 | hda_nid_t nid, end_nid; |
| 5558 | unsigned int wid_caps, wid_type; |
| 5559 | struct sigmatel_spec *spec = codec->spec; |
| 5560 | |
| 5561 | end_nid = codec->start_nid + codec->num_nodes; |
| 5562 | |
| 5563 | for (nid = codec->start_nid; nid < end_nid; nid++) { |
| 5564 | wid_caps = get_wcaps(codec, nid); |
| 5565 | wid_type = get_wcaps_type(wid_caps); |
| 5566 | |
| 5567 | if (wid_type == AC_WID_PIN) |
| 5568 | stac92hd8x_add_pin(codec, nid); |
| 5569 | |
| 5570 | if (wid_type == AC_WID_AUD_IN && !(wid_caps & AC_WCAP_DIGITAL)) |
| 5571 | stac92hd8x_add_adc(codec, nid); |
| 5572 | } |
| 5573 | |
| 5574 | for (nid = codec->start_nid; nid < end_nid; nid++) { |
| 5575 | wid_caps = get_wcaps(codec, nid); |
| 5576 | wid_type = get_wcaps_type(wid_caps); |
| 5577 | |
| 5578 | if (wid_type == AC_WID_AUD_SEL) |
| 5579 | stac92hd8x_add_mux(codec, nid); |
| 5580 | } |
| 5581 | |
| 5582 | spec->pin_nids = spec->auto_pin_nids; |
| 5583 | spec->num_pins = spec->auto_pin_cnt; |
| 5584 | spec->adc_nids = spec->auto_adc_nids; |
| 5585 | spec->num_adcs = spec->auto_adc_cnt; |
| 5586 | spec->capvols = spec->auto_capvols; |
| 5587 | spec->capsws = spec->auto_capvols; |
| 5588 | spec->num_caps = spec->auto_adc_cnt; |
| 5589 | spec->mux_nids = spec->auto_mux_nids; |
| 5590 | spec->num_muxes = spec->auto_adc_cnt; |
| 5591 | spec->dmux_nids = spec->auto_dmux_nids; |
| 5592 | spec->num_dmuxes = spec->auto_adc_cnt; |
| 5593 | spec->dmic_nids = spec->auto_dmic_nids; |
| 5594 | spec->num_dmics = spec->auto_dmic_cnt; |
| 5595 | } |
| 5596 | |
Matthew Ranostay | d0513fc | 2008-07-27 10:30:30 +0200 | [diff] [blame] | 5597 | static int patch_stac92hd83xxx(struct hda_codec *codec) |
| 5598 | { |
| 5599 | struct sigmatel_spec *spec; |
Takashi Iwai | a3e1997 | 2012-07-26 08:17:20 +0200 | [diff] [blame] | 5600 | int default_polarity = -1; /* no default cfg */ |
Matthew Ranostay | d0513fc | 2008-07-27 10:30:30 +0200 | [diff] [blame] | 5601 | int err; |
| 5602 | |
Takashi Iwai | 361dab3 | 2012-05-09 14:35:27 +0200 | [diff] [blame] | 5603 | err = alloc_stac_spec(codec, 0, NULL); /* pins filled later */ |
| 5604 | if (err < 0) |
| 5605 | return err; |
Matthew Ranostay | d0513fc | 2008-07-27 10:30:30 +0200 | [diff] [blame] | 5606 | |
Vitaliy Kulikov | cbbf50b | 2011-01-14 17:21:13 -0600 | [diff] [blame] | 5607 | if (hp_bnb2011_with_dock(codec)) { |
| 5608 | snd_hda_codec_set_pincfg(codec, 0xa, 0x2101201f); |
| 5609 | snd_hda_codec_set_pincfg(codec, 0xf, 0x2181205e); |
| 5610 | } |
| 5611 | |
Takashi Iwai | c36b5b0 | 2012-08-28 09:20:13 -0700 | [diff] [blame] | 5612 | codec->epss = 0; /* longer delay needed for D3 */ |
Vitaliy Kulikov | 699d899 | 2011-03-10 13:43:35 -0600 | [diff] [blame] | 5613 | stac92hd8x_fill_auto_spec(codec); |
| 5614 | |
Takashi Iwai | 361dab3 | 2012-05-09 14:35:27 +0200 | [diff] [blame] | 5615 | spec = codec->spec; |
Takashi Iwai | 1db7ccdb | 2010-12-03 15:19:14 +0100 | [diff] [blame] | 5616 | spec->linear_tone_beep = 0; |
Matthew Ranostay | 0ffa980 | 2008-09-08 11:20:05 -0400 | [diff] [blame] | 5617 | codec->slave_dig_outs = stac92hd83xxx_slave_dig_outs; |
Matthew Ranostay | d0513fc | 2008-07-27 10:30:30 +0200 | [diff] [blame] | 5618 | spec->digbeep_nid = 0x21; |
Matthew Ranostay | d0513fc | 2008-07-27 10:30:30 +0200 | [diff] [blame] | 5619 | spec->pwr_nids = stac92hd83xxx_pwr_nids; |
Matthew Ranostay | d0513fc | 2008-07-27 10:30:30 +0200 | [diff] [blame] | 5620 | spec->num_pwrs = ARRAY_SIZE(stac92hd83xxx_pwr_nids); |
Takashi Iwai | c21ca4a | 2008-12-19 09:26:08 +0100 | [diff] [blame] | 5621 | spec->multiout.dac_nids = spec->dac_nids; |
Matthew Ranostay | d0513fc | 2008-07-27 10:30:30 +0200 | [diff] [blame] | 5622 | spec->init = stac92hd83xxx_core_init; |
Takashi Iwai | 6479c63 | 2009-07-28 18:20:25 +0200 | [diff] [blame] | 5623 | |
Matthew Ranostay | d0513fc | 2008-07-27 10:30:30 +0200 | [diff] [blame] | 5624 | spec->board_config = snd_hda_check_board_config(codec, |
| 5625 | STAC_92HD83XXX_MODELS, |
| 5626 | stac92hd83xxx_models, |
| 5627 | stac92hd83xxx_cfg_tbl); |
Vitaliy Kulikov | 5556e14 | 2012-02-27 16:47:37 -0600 | [diff] [blame] | 5628 | /* check codec subsystem id if not found */ |
| 5629 | if (spec->board_config < 0) |
| 5630 | spec->board_config = |
| 5631 | snd_hda_check_board_codec_sid_config(codec, |
| 5632 | STAC_92HD83XXX_MODELS, stac92hd83xxx_models, |
| 5633 | stac92hd83xxx_codec_id_cfg_tbl); |
Matthew Ranostay | d0513fc | 2008-07-27 10:30:30 +0200 | [diff] [blame] | 5634 | again: |
Takashi Iwai | 330ee99 | 2009-02-20 14:33:36 +0100 | [diff] [blame] | 5635 | if (spec->board_config < 0) |
Takashi Iwai | 9a11f1a | 2009-07-28 16:01:20 +0200 | [diff] [blame] | 5636 | snd_printdd(KERN_INFO "hda_codec: %s: BIOS auto-probing.\n", |
| 5637 | codec->chip_name); |
Takashi Iwai | 330ee99 | 2009-02-20 14:33:36 +0100 | [diff] [blame] | 5638 | else |
| 5639 | stac92xx_set_config_regs(codec, |
Takashi Iwai | af9f341a | 2008-11-18 10:38:56 +0100 | [diff] [blame] | 5640 | stac92hd83xxx_brd_tbl[spec->board_config]); |
Matthew Ranostay | d0513fc | 2008-07-27 10:30:30 +0200 | [diff] [blame] | 5641 | |
Takashi Iwai | b4e8187 | 2009-11-18 17:20:24 +0100 | [diff] [blame] | 5642 | codec->patch_ops = stac92xx_patch_ops; |
| 5643 | |
Vitaliy Kulikov | 5556e14 | 2012-02-27 16:47:37 -0600 | [diff] [blame] | 5644 | switch (spec->board_config) { |
| 5645 | case STAC_HP_ZEPHYR: |
| 5646 | spec->init = stac92hd83xxx_hp_zephyr_init; |
| 5647 | break; |
Takashi Iwai | a3e1997 | 2012-07-26 08:17:20 +0200 | [diff] [blame] | 5648 | case STAC_92HD83XXX_HP_LED: |
Takashi Iwai | ff8a1e2 | 2012-07-31 10:16:59 +0200 | [diff] [blame] | 5649 | default_polarity = 0; |
| 5650 | break; |
| 5651 | case STAC_92HD83XXX_HP_INV_LED: |
Takashi Iwai | a3e1997 | 2012-07-26 08:17:20 +0200 | [diff] [blame] | 5652 | default_polarity = 1; |
| 5653 | break; |
Takashi Iwai | 62cbde1 | 2012-09-14 11:58:54 +0200 | [diff] [blame] | 5654 | case STAC_92HD83XXX_HP_MIC_LED: |
| 5655 | spec->mic_mute_led_gpio = 0x08; /* GPIO3 */ |
| 5656 | break; |
David Henningsson | 8d032a8 | 2012-10-09 12:48:40 +0200 | [diff] [blame] | 5657 | case STAC_92HD83XXX_HEADSET_JACK: |
| 5658 | spec->headset_jack = 1; |
| 5659 | break; |
Vitaliy Kulikov | 5556e14 | 2012-02-27 16:47:37 -0600 | [diff] [blame] | 5660 | } |
| 5661 | |
Takashi Iwai | a3e1997 | 2012-07-26 08:17:20 +0200 | [diff] [blame] | 5662 | if (find_mute_led_cfg(codec, default_polarity)) |
Vitaliy Kulikov | e108c7b | 2010-01-28 19:21:07 +0100 | [diff] [blame] | 5663 | snd_printd("mute LED gpio %d polarity %d\n", |
| 5664 | spec->gpio_led, |
| 5665 | spec->gpio_led_polarity); |
| 5666 | |
Takashi Iwai | b4e8187 | 2009-11-18 17:20:24 +0100 | [diff] [blame] | 5667 | if (spec->gpio_led) { |
Takashi Iwai | f1a7374 | 2011-12-04 13:44:06 +0100 | [diff] [blame] | 5668 | if (!spec->vref_mute_led_nid) { |
Vitaliy Kulikov | 45eebda | 2011-07-26 16:56:20 -0500 | [diff] [blame] | 5669 | spec->gpio_mask |= spec->gpio_led; |
| 5670 | spec->gpio_dir |= spec->gpio_led; |
| 5671 | spec->gpio_data |= spec->gpio_led; |
| 5672 | } else { |
| 5673 | codec->patch_ops.set_power_state = |
| 5674 | stac92xx_set_power_state; |
Vitaliy Kulikov | 45eebda | 2011-07-26 16:56:20 -0500 | [diff] [blame] | 5675 | } |
Takashi Iwai | b4e8187 | 2009-11-18 17:20:24 +0100 | [diff] [blame] | 5676 | } |
Takashi Iwai | b4e8187 | 2009-11-18 17:20:24 +0100 | [diff] [blame] | 5677 | |
Takashi Iwai | 62cbde1 | 2012-09-14 11:58:54 +0200 | [diff] [blame] | 5678 | if (spec->mic_mute_led_gpio) { |
| 5679 | spec->gpio_mask |= spec->mic_mute_led_gpio; |
| 5680 | spec->gpio_dir |= spec->mic_mute_led_gpio; |
| 5681 | spec->mic_mute_led_on = true; |
| 5682 | spec->gpio_data |= spec->mic_mute_led_gpio; |
| 5683 | } |
| 5684 | |
Charles Chin | 9009b0e | 2011-11-03 10:27:27 +0100 | [diff] [blame] | 5685 | err = stac92xx_parse_auto_config(codec); |
Matthew Ranostay | d0513fc | 2008-07-27 10:30:30 +0200 | [diff] [blame] | 5686 | if (!err) { |
| 5687 | if (spec->board_config < 0) { |
| 5688 | printk(KERN_WARNING "hda_codec: No auto-config is " |
| 5689 | "available, default to model=ref\n"); |
| 5690 | spec->board_config = STAC_92HD83XXX_REF; |
| 5691 | goto again; |
| 5692 | } |
| 5693 | err = -EINVAL; |
| 5694 | } |
| 5695 | |
| 5696 | if (err < 0) { |
| 5697 | stac92xx_free(codec); |
| 5698 | return err; |
| 5699 | } |
| 5700 | |
Takashi Iwai | 2d34e1b | 2008-11-28 14:35:16 +0100 | [diff] [blame] | 5701 | codec->proc_widget_hook = stac92hd_proc_hook; |
| 5702 | |
Matthew Ranostay | d0513fc | 2008-07-27 10:30:30 +0200 | [diff] [blame] | 5703 | return 0; |
| 5704 | } |
| 5705 | |
Herton Ronaldo Krzesinski | 6df703a | 2009-02-04 11:34:22 -0500 | [diff] [blame] | 5706 | static int stac92hd71bxx_connected_smuxes(struct hda_codec *codec, |
| 5707 | hda_nid_t dig0pin) |
| 5708 | { |
| 5709 | struct sigmatel_spec *spec = codec->spec; |
| 5710 | int idx; |
| 5711 | |
| 5712 | for (idx = 0; idx < spec->num_pins; idx++) |
| 5713 | if (spec->pin_nids[idx] == dig0pin) |
| 5714 | break; |
| 5715 | if ((idx + 2) >= spec->num_pins) |
| 5716 | return 0; |
| 5717 | |
| 5718 | /* dig1pin case */ |
Takashi Iwai | 330ee99 | 2009-02-20 14:33:36 +0100 | [diff] [blame] | 5719 | if (stac_get_defcfg_connect(codec, idx + 1) != AC_JACK_PORT_NONE) |
Herton Ronaldo Krzesinski | 6df703a | 2009-02-04 11:34:22 -0500 | [diff] [blame] | 5720 | return 2; |
| 5721 | |
| 5722 | /* dig0pin + dig2pin case */ |
Takashi Iwai | 330ee99 | 2009-02-20 14:33:36 +0100 | [diff] [blame] | 5723 | if (stac_get_defcfg_connect(codec, idx + 2) != AC_JACK_PORT_NONE) |
Herton Ronaldo Krzesinski | 6df703a | 2009-02-04 11:34:22 -0500 | [diff] [blame] | 5724 | return 2; |
Takashi Iwai | 330ee99 | 2009-02-20 14:33:36 +0100 | [diff] [blame] | 5725 | if (stac_get_defcfg_connect(codec, idx) != AC_JACK_PORT_NONE) |
Herton Ronaldo Krzesinski | 6df703a | 2009-02-04 11:34:22 -0500 | [diff] [blame] | 5726 | return 1; |
| 5727 | else |
| 5728 | return 0; |
| 5729 | } |
| 5730 | |
Takashi Iwai | 75d1aeb | 2009-12-22 11:56:32 +0100 | [diff] [blame] | 5731 | /* HP dv7 bass switch - GPIO5 */ |
| 5732 | #define stac_hp_bass_gpio_info snd_ctl_boolean_mono_info |
| 5733 | static int stac_hp_bass_gpio_get(struct snd_kcontrol *kcontrol, |
| 5734 | struct snd_ctl_elem_value *ucontrol) |
| 5735 | { |
| 5736 | struct hda_codec *codec = snd_kcontrol_chip(kcontrol); |
| 5737 | struct sigmatel_spec *spec = codec->spec; |
| 5738 | ucontrol->value.integer.value[0] = !!(spec->gpio_data & 0x20); |
| 5739 | return 0; |
| 5740 | } |
| 5741 | |
| 5742 | static int stac_hp_bass_gpio_put(struct snd_kcontrol *kcontrol, |
| 5743 | struct snd_ctl_elem_value *ucontrol) |
| 5744 | { |
| 5745 | struct hda_codec *codec = snd_kcontrol_chip(kcontrol); |
| 5746 | struct sigmatel_spec *spec = codec->spec; |
| 5747 | unsigned int gpio_data; |
| 5748 | |
| 5749 | gpio_data = (spec->gpio_data & ~0x20) | |
| 5750 | (ucontrol->value.integer.value[0] ? 0x20 : 0); |
| 5751 | if (gpio_data == spec->gpio_data) |
| 5752 | return 0; |
| 5753 | spec->gpio_data = gpio_data; |
| 5754 | stac_gpio_set(codec, spec->gpio_mask, spec->gpio_dir, spec->gpio_data); |
| 5755 | return 1; |
| 5756 | } |
| 5757 | |
Takashi Iwai | 2b63536 | 2011-05-02 12:33:43 +0200 | [diff] [blame] | 5758 | static const struct snd_kcontrol_new stac_hp_bass_sw_ctrl = { |
Takashi Iwai | 75d1aeb | 2009-12-22 11:56:32 +0100 | [diff] [blame] | 5759 | .iface = SNDRV_CTL_ELEM_IFACE_MIXER, |
| 5760 | .info = stac_hp_bass_gpio_info, |
| 5761 | .get = stac_hp_bass_gpio_get, |
| 5762 | .put = stac_hp_bass_gpio_put, |
| 5763 | }; |
| 5764 | |
| 5765 | static int stac_add_hp_bass_switch(struct hda_codec *codec) |
| 5766 | { |
| 5767 | struct sigmatel_spec *spec = codec->spec; |
| 5768 | |
| 5769 | if (!stac_control_new(spec, &stac_hp_bass_sw_ctrl, |
| 5770 | "Bass Speaker Playback Switch", 0)) |
| 5771 | return -ENOMEM; |
| 5772 | |
| 5773 | spec->gpio_mask |= 0x20; |
| 5774 | spec->gpio_dir |= 0x20; |
| 5775 | spec->gpio_data |= 0x20; |
| 5776 | return 0; |
| 5777 | } |
| 5778 | |
Matthew Ranostay | e035b84 | 2007-11-06 11:53:55 +0100 | [diff] [blame] | 5779 | static int patch_stac92hd71bxx(struct hda_codec *codec) |
| 5780 | { |
| 5781 | struct sigmatel_spec *spec; |
Takashi Iwai | 2b63536 | 2011-05-02 12:33:43 +0200 | [diff] [blame] | 5782 | const struct hda_verb *unmute_init = stac92hd71bxx_unmute_core_init; |
Vitaliy Kulikov | 5bdaaad | 2009-11-04 07:57:45 +0100 | [diff] [blame] | 5783 | unsigned int pin_cfg; |
Takashi Iwai | 361dab3 | 2012-05-09 14:35:27 +0200 | [diff] [blame] | 5784 | int err; |
Matthew Ranostay | e035b84 | 2007-11-06 11:53:55 +0100 | [diff] [blame] | 5785 | |
Takashi Iwai | 361dab3 | 2012-05-09 14:35:27 +0200 | [diff] [blame] | 5786 | err = alloc_stac_spec(codec, STAC92HD71BXX_NUM_PINS, |
| 5787 | stac92hd71bxx_pin_nids_4port); |
| 5788 | if (err < 0) |
| 5789 | return err; |
Matthew Ranostay | e035b84 | 2007-11-06 11:53:55 +0100 | [diff] [blame] | 5790 | |
Takashi Iwai | 361dab3 | 2012-05-09 14:35:27 +0200 | [diff] [blame] | 5791 | spec = codec->spec; |
Daniel J Blueman | 1b0e372 | 2010-08-03 11:09:13 +0100 | [diff] [blame] | 5792 | spec->linear_tone_beep = 0; |
Matthew Ranostay | 8daaaa9 | 2008-08-15 07:45:52 +0200 | [diff] [blame] | 5793 | codec->patch_ops = stac92xx_patch_ops; |
Herton Ronaldo Krzesinski | 616f89e | 2009-02-04 11:23:19 -0500 | [diff] [blame] | 5794 | switch (codec->vendor_id) { |
| 5795 | case 0x111d76b6: |
| 5796 | case 0x111d76b7: |
Herton Ronaldo Krzesinski | 616f89e | 2009-02-04 11:23:19 -0500 | [diff] [blame] | 5797 | break; |
| 5798 | case 0x111d7603: |
| 5799 | case 0x111d7608: |
| 5800 | /* On 92HD75Bx 0x27 isn't a pin nid */ |
| 5801 | spec->num_pins--; |
| 5802 | /* fallthrough */ |
| 5803 | default: |
| 5804 | spec->pin_nids = stac92hd71bxx_pin_nids_6port; |
| 5805 | } |
Matthew Ranostay | aafc441 | 2008-06-13 18:04:33 +0200 | [diff] [blame] | 5806 | spec->num_pwrs = ARRAY_SIZE(stac92hd71bxx_pwr_nids); |
Matthew Ranostay | e035b84 | 2007-11-06 11:53:55 +0100 | [diff] [blame] | 5807 | spec->board_config = snd_hda_check_board_config(codec, |
| 5808 | STAC_92HD71BXX_MODELS, |
| 5809 | stac92hd71bxx_models, |
| 5810 | stac92hd71bxx_cfg_tbl); |
| 5811 | again: |
Takashi Iwai | 330ee99 | 2009-02-20 14:33:36 +0100 | [diff] [blame] | 5812 | if (spec->board_config < 0) |
Takashi Iwai | 9a11f1a | 2009-07-28 16:01:20 +0200 | [diff] [blame] | 5813 | snd_printdd(KERN_INFO "hda_codec: %s: BIOS auto-probing.\n", |
| 5814 | codec->chip_name); |
Takashi Iwai | 330ee99 | 2009-02-20 14:33:36 +0100 | [diff] [blame] | 5815 | else |
| 5816 | stac92xx_set_config_regs(codec, |
Takashi Iwai | af9f341a | 2008-11-18 10:38:56 +0100 | [diff] [blame] | 5817 | stac92hd71bxx_brd_tbl[spec->board_config]); |
Matthew Ranostay | e035b84 | 2007-11-06 11:53:55 +0100 | [diff] [blame] | 5818 | |
Takashi Iwai | fc64b26 | 2009-09-14 15:33:01 +0200 | [diff] [blame] | 5819 | if (spec->board_config != STAC_92HD71BXX_REF) { |
Takashi Iwai | 41c3b64 | 2008-11-18 10:45:15 +0100 | [diff] [blame] | 5820 | /* GPIO0 = EAPD */ |
| 5821 | spec->gpio_mask = 0x01; |
| 5822 | spec->gpio_dir = 0x01; |
| 5823 | spec->gpio_data = 0x01; |
| 5824 | } |
| 5825 | |
Herton Ronaldo Krzesinski | 6df703a | 2009-02-04 11:34:22 -0500 | [diff] [blame] | 5826 | spec->dmic_nids = stac92hd71bxx_dmic_nids; |
| 5827 | spec->dmux_nids = stac92hd71bxx_dmux_nids; |
| 5828 | |
Takashi Iwai | 6479c63 | 2009-07-28 18:20:25 +0200 | [diff] [blame] | 5829 | spec->num_caps = STAC92HD71BXX_NUM_CAPS; |
| 5830 | spec->capvols = stac92hd71bxx_capvols; |
| 5831 | spec->capsws = stac92hd71bxx_capsws; |
| 5832 | |
Matthew Ranostay | 541eee8 | 2007-12-14 12:08:04 +0100 | [diff] [blame] | 5833 | switch (codec->vendor_id) { |
| 5834 | case 0x111d76b6: /* 4 Port without Analog Mixer */ |
| 5835 | case 0x111d76b7: |
Herton Ronaldo Krzesinski | 23c7b52 | 2009-02-08 19:51:28 -0200 | [diff] [blame] | 5836 | unmute_init++; |
| 5837 | /* fallthru */ |
Matthew Ranostay | 541eee8 | 2007-12-14 12:08:04 +0100 | [diff] [blame] | 5838 | case 0x111d76b4: /* 6 Port without Analog Mixer */ |
| 5839 | case 0x111d76b5: |
Matthew Ranostay | 0ffa980 | 2008-09-08 11:20:05 -0400 | [diff] [blame] | 5840 | codec->slave_dig_outs = stac92hd71bxx_slave_dig_outs; |
Vitaliy Kulikov | ab5a6eb | 2010-09-08 09:00:17 +0200 | [diff] [blame] | 5841 | spec->num_dmics = stac92xx_connected_ports(codec, |
Herton Ronaldo Krzesinski | 6df703a | 2009-02-04 11:34:22 -0500 | [diff] [blame] | 5842 | stac92hd71bxx_dmic_nids, |
| 5843 | STAC92HD71BXX_NUM_DMICS); |
Matthew Ranostay | 541eee8 | 2007-12-14 12:08:04 +0100 | [diff] [blame] | 5844 | break; |
Matthew Ranostay | aafc441 | 2008-06-13 18:04:33 +0200 | [diff] [blame] | 5845 | case 0x111d7608: /* 5 Port with Analog Mixer */ |
Takashi Iwai | 8e5f262 | 2008-11-15 19:28:54 +0100 | [diff] [blame] | 5846 | switch (spec->board_config) { |
| 5847 | case STAC_HP_M4: |
Matthew Ranostay | 72474be | 2008-10-09 09:32:17 -0400 | [diff] [blame] | 5848 | /* Enable VREF power saving on GPIO1 detect */ |
Takashi Iwai | 3a93897 | 2011-10-28 01:16:55 +0200 | [diff] [blame] | 5849 | err = stac_add_event(codec, codec->afg, |
Takashi Iwai | c6e4c66 | 2008-11-25 11:58:19 +0100 | [diff] [blame] | 5850 | STAC_VREF_EVENT, 0x02); |
| 5851 | if (err < 0) |
| 5852 | return err; |
Takashi Iwai | c5d08bb | 2008-11-18 10:55:36 +0100 | [diff] [blame] | 5853 | snd_hda_codec_write_cache(codec, codec->afg, 0, |
Matthew Ranostay | 72474be | 2008-10-09 09:32:17 -0400 | [diff] [blame] | 5854 | AC_VERB_SET_GPIO_UNSOLICITED_RSP_MASK, 0x02); |
Takashi Iwai | 3a93897 | 2011-10-28 01:16:55 +0200 | [diff] [blame] | 5855 | snd_hda_jack_detect_enable(codec, codec->afg, 0); |
Matthew Ranostay | 72474be | 2008-10-09 09:32:17 -0400 | [diff] [blame] | 5856 | spec->gpio_mask |= 0x02; |
| 5857 | break; |
| 5858 | } |
Matthew Ranostay | 8daaaa9 | 2008-08-15 07:45:52 +0200 | [diff] [blame] | 5859 | if ((codec->revision_id & 0xf) == 0 || |
Takashi Iwai | 8c2f767 | 2008-12-01 11:54:35 +0100 | [diff] [blame] | 5860 | (codec->revision_id & 0xf) == 1) |
Matthew Ranostay | 8daaaa9 | 2008-08-15 07:45:52 +0200 | [diff] [blame] | 5861 | spec->stream_delay = 40; /* 40 milliseconds */ |
Matthew Ranostay | 8daaaa9 | 2008-08-15 07:45:52 +0200 | [diff] [blame] | 5862 | |
Matthew Ranostay | aafc441 | 2008-06-13 18:04:33 +0200 | [diff] [blame] | 5863 | /* disable VSW */ |
Matthew Ranostay | ca8d33f | 2009-01-26 09:33:52 -0500 | [diff] [blame] | 5864 | unmute_init++; |
Takashi Iwai | 330ee99 | 2009-02-20 14:33:36 +0100 | [diff] [blame] | 5865 | snd_hda_codec_set_pincfg(codec, 0x0f, 0x40f000f0); |
| 5866 | snd_hda_codec_set_pincfg(codec, 0x19, 0x40f000f3); |
Takashi Iwai | 2b63536 | 2011-05-02 12:33:43 +0200 | [diff] [blame] | 5867 | spec->dmic_nids = stac92hd71bxx_dmic_5port_nids; |
Vitaliy Kulikov | ab5a6eb | 2010-09-08 09:00:17 +0200 | [diff] [blame] | 5868 | spec->num_dmics = stac92xx_connected_ports(codec, |
Takashi Iwai | 2b63536 | 2011-05-02 12:33:43 +0200 | [diff] [blame] | 5869 | stac92hd71bxx_dmic_5port_nids, |
Herton Ronaldo Krzesinski | 6df703a | 2009-02-04 11:34:22 -0500 | [diff] [blame] | 5870 | STAC92HD71BXX_NUM_DMICS - 1); |
Matthew Ranostay | aafc441 | 2008-06-13 18:04:33 +0200 | [diff] [blame] | 5871 | break; |
| 5872 | case 0x111d7603: /* 6 Port with Analog Mixer */ |
Takashi Iwai | 8c2f767 | 2008-12-01 11:54:35 +0100 | [diff] [blame] | 5873 | if ((codec->revision_id & 0xf) == 1) |
Matthew Ranostay | 8daaaa9 | 2008-08-15 07:45:52 +0200 | [diff] [blame] | 5874 | spec->stream_delay = 40; /* 40 milliseconds */ |
Matthew Ranostay | 8daaaa9 | 2008-08-15 07:45:52 +0200 | [diff] [blame] | 5875 | |
Matthew Ranostay | aafc441 | 2008-06-13 18:04:33 +0200 | [diff] [blame] | 5876 | /* fallthru */ |
Matthew Ranostay | 541eee8 | 2007-12-14 12:08:04 +0100 | [diff] [blame] | 5877 | default: |
Matthew Ranostay | 0ffa980 | 2008-09-08 11:20:05 -0400 | [diff] [blame] | 5878 | codec->slave_dig_outs = stac92hd71bxx_slave_dig_outs; |
Vitaliy Kulikov | ab5a6eb | 2010-09-08 09:00:17 +0200 | [diff] [blame] | 5879 | spec->num_dmics = stac92xx_connected_ports(codec, |
Herton Ronaldo Krzesinski | 6df703a | 2009-02-04 11:34:22 -0500 | [diff] [blame] | 5880 | stac92hd71bxx_dmic_nids, |
| 5881 | STAC92HD71BXX_NUM_DMICS); |
Takashi Iwai | 5207e10 | 2009-07-30 13:09:08 +0200 | [diff] [blame] | 5882 | break; |
Matthew Ranostay | 541eee8 | 2007-12-14 12:08:04 +0100 | [diff] [blame] | 5883 | } |
| 5884 | |
David Henningsson | 5e68fb3 | 2012-08-16 14:11:09 +0200 | [diff] [blame] | 5885 | if (get_wcaps_type(get_wcaps(codec, 0x28)) == AC_WID_VOL_KNB) |
| 5886 | spec->init = stac92hd71bxx_core_init; |
| 5887 | |
Matthew Ranostay | ca8d33f | 2009-01-26 09:33:52 -0500 | [diff] [blame] | 5888 | if (get_wcaps(codec, 0xa) & AC_WCAP_IN_AMP) |
| 5889 | snd_hda_sequence_write_cache(codec, unmute_init); |
| 5890 | |
Takashi Iwai | d78d7a9 | 2009-03-02 14:26:25 +0100 | [diff] [blame] | 5891 | spec->aloopback_ctl = stac92hd71bxx_loopback; |
Matthew Ranostay | 4b33c76 | 2008-10-10 09:07:23 -0400 | [diff] [blame] | 5892 | spec->aloopback_mask = 0x50; |
Matthew Ranostay | 541eee8 | 2007-12-14 12:08:04 +0100 | [diff] [blame] | 5893 | spec->aloopback_shift = 0; |
| 5894 | |
Matthew Ranostay | 8daaaa9 | 2008-08-15 07:45:52 +0200 | [diff] [blame] | 5895 | spec->powerdown_adcs = 1; |
Matthew Ranostay | 1cd2224 | 2008-07-18 18:20:52 +0200 | [diff] [blame] | 5896 | spec->digbeep_nid = 0x26; |
Matthew Ranostay | e035b84 | 2007-11-06 11:53:55 +0100 | [diff] [blame] | 5897 | spec->mux_nids = stac92hd71bxx_mux_nids; |
| 5898 | spec->adc_nids = stac92hd71bxx_adc_nids; |
Matthew Ranostay | d973775 | 2008-09-07 12:03:41 +0200 | [diff] [blame] | 5899 | spec->smux_nids = stac92hd71bxx_smux_nids; |
Matthew Ranostay | aafc441 | 2008-06-13 18:04:33 +0200 | [diff] [blame] | 5900 | spec->pwr_nids = stac92hd71bxx_pwr_nids; |
Matthew Ranostay | e035b84 | 2007-11-06 11:53:55 +0100 | [diff] [blame] | 5901 | |
| 5902 | spec->num_muxes = ARRAY_SIZE(stac92hd71bxx_mux_nids); |
| 5903 | spec->num_adcs = ARRAY_SIZE(stac92hd71bxx_adc_nids); |
Takashi Iwai | 5207e10 | 2009-07-30 13:09:08 +0200 | [diff] [blame] | 5904 | spec->num_dmuxes = ARRAY_SIZE(stac92hd71bxx_dmux_nids); |
Herton Ronaldo Krzesinski | 6df703a | 2009-02-04 11:34:22 -0500 | [diff] [blame] | 5905 | spec->num_smuxes = stac92hd71bxx_connected_smuxes(codec, 0x1e); |
Matthew Ranostay | e035b84 | 2007-11-06 11:53:55 +0100 | [diff] [blame] | 5906 | |
Kunal Gangakhedkar | d38cce7 | 2010-01-15 21:01:47 +0530 | [diff] [blame] | 5907 | snd_printdd("Found board config: %d\n", spec->board_config); |
| 5908 | |
Matthew Ranostay | 6a14f58 | 2008-09-12 12:02:30 -0400 | [diff] [blame] | 5909 | switch (spec->board_config) { |
| 5910 | case STAC_HP_M4: |
Matthew Ranostay | 6a14f58 | 2008-09-12 12:02:30 -0400 | [diff] [blame] | 5911 | /* enable internal microphone */ |
Takashi Iwai | 330ee99 | 2009-02-20 14:33:36 +0100 | [diff] [blame] | 5912 | snd_hda_codec_set_pincfg(codec, 0x0e, 0x01813040); |
Matthew Ranostay | b9aea71 | 2008-10-09 08:37:28 -0400 | [diff] [blame] | 5913 | stac92xx_auto_set_pinctl(codec, 0x0e, |
| 5914 | AC_PINCTL_IN_EN | AC_PINCTL_VREF_80); |
Matthew Ranostay | 3a7abfd | 2008-11-20 21:21:43 -0500 | [diff] [blame] | 5915 | /* fallthru */ |
| 5916 | case STAC_DELL_M4_2: |
| 5917 | spec->num_dmics = 0; |
| 5918 | spec->num_smuxes = 0; |
| 5919 | spec->num_dmuxes = 0; |
| 5920 | break; |
| 5921 | case STAC_DELL_M4_1: |
| 5922 | case STAC_DELL_M4_3: |
| 5923 | spec->num_dmics = 1; |
| 5924 | spec->num_smuxes = 0; |
Takashi Iwai | ea18aa4 | 2009-02-27 17:36:33 +0100 | [diff] [blame] | 5925 | spec->num_dmuxes = 1; |
Matthew Ranostay | 6a14f58 | 2008-09-12 12:02:30 -0400 | [diff] [blame] | 5926 | break; |
James Gardiner | 514bf54 | 2009-05-03 04:00:44 -0400 | [diff] [blame] | 5927 | case STAC_HP_DV4_1222NR: |
| 5928 | spec->num_dmics = 1; |
| 5929 | /* I don't know if it needs 1 or 2 smuxes - will wait for |
| 5930 | * bug reports to fix if needed |
| 5931 | */ |
| 5932 | spec->num_smuxes = 1; |
| 5933 | spec->num_dmuxes = 1; |
James Gardiner | 514bf54 | 2009-05-03 04:00:44 -0400 | [diff] [blame] | 5934 | /* fallthrough */ |
Takashi Iwai | 2a6ce6e | 2010-05-12 10:16:20 +0200 | [diff] [blame] | 5935 | case STAC_HP_DV4: |
| 5936 | spec->gpio_led = 0x01; |
| 5937 | /* fallthrough */ |
Herton Ronaldo Krzesinski | e2ea57a | 2009-02-16 10:23:00 +0100 | [diff] [blame] | 5938 | case STAC_HP_DV5: |
Takashi Iwai | 330ee99 | 2009-02-20 14:33:36 +0100 | [diff] [blame] | 5939 | snd_hda_codec_set_pincfg(codec, 0x0d, 0x90170010); |
Herton Ronaldo Krzesinski | e2ea57a | 2009-02-16 10:23:00 +0100 | [diff] [blame] | 5940 | stac92xx_auto_set_pinctl(codec, 0x0d, AC_PINCTL_OUT_EN); |
Takashi Iwai | 6e34c03 | 2009-09-14 15:42:18 +0200 | [diff] [blame] | 5941 | /* HP dv6 gives the headphone pin as a line-out. Thus we |
| 5942 | * need to set hp_detect flag here to force to enable HP |
| 5943 | * detection. |
| 5944 | */ |
| 5945 | spec->hp_detect = 1; |
Herton Ronaldo Krzesinski | e2ea57a | 2009-02-16 10:23:00 +0100 | [diff] [blame] | 5946 | break; |
Christoph Plattner | ae6241f | 2009-03-08 23:19:05 +0100 | [diff] [blame] | 5947 | case STAC_HP_HDX: |
| 5948 | spec->num_dmics = 1; |
| 5949 | spec->num_dmuxes = 1; |
| 5950 | spec->num_smuxes = 1; |
Takashi Iwai | 26ebe0a | 2010-05-11 08:36:29 +0200 | [diff] [blame] | 5951 | spec->gpio_led = 0x08; |
Takashi Iwai | 86d190e | 2009-05-26 15:18:58 +0200 | [diff] [blame] | 5952 | break; |
| 5953 | } |
Christoph Plattner | 443e26d | 2009-03-10 00:05:56 +0100 | [diff] [blame] | 5954 | |
Vitaliy Kulikov | c357aab | 2009-12-11 07:51:54 +0100 | [diff] [blame] | 5955 | if (hp_blike_system(codec->subsystem_id)) { |
Vitaliy Kulikov | 5bdaaad | 2009-11-04 07:57:45 +0100 | [diff] [blame] | 5956 | pin_cfg = snd_hda_codec_get_pincfg(codec, 0x0f); |
| 5957 | if (get_defcfg_device(pin_cfg) == AC_JACK_LINE_OUT || |
| 5958 | get_defcfg_device(pin_cfg) == AC_JACK_SPEAKER || |
| 5959 | get_defcfg_device(pin_cfg) == AC_JACK_HP_OUT) { |
| 5960 | /* It was changed in the BIOS to just satisfy MS DTM. |
| 5961 | * Lets turn it back into slaved HP |
| 5962 | */ |
| 5963 | pin_cfg = (pin_cfg & (~AC_DEFCFG_DEVICE)) |
| 5964 | | (AC_JACK_HP_OUT << |
| 5965 | AC_DEFCFG_DEVICE_SHIFT); |
| 5966 | pin_cfg = (pin_cfg & (~(AC_DEFCFG_DEF_ASSOC |
| 5967 | | AC_DEFCFG_SEQUENCE))) |
| 5968 | | 0x1f; |
| 5969 | snd_hda_codec_set_pincfg(codec, 0x0f, pin_cfg); |
| 5970 | } |
| 5971 | } |
| 5972 | |
Vitaliy Kulikov | 6a557c9 | 2011-12-12 17:35:13 -0600 | [diff] [blame] | 5973 | if (find_mute_led_cfg(codec, 1)) |
Vitaliy Kulikov | c357aab | 2009-12-11 07:51:54 +0100 | [diff] [blame] | 5974 | snd_printd("mute LED gpio %d polarity %d\n", |
| 5975 | spec->gpio_led, |
| 5976 | spec->gpio_led_polarity); |
Vitaliy Kulikov | 5bdaaad | 2009-11-04 07:57:45 +0100 | [diff] [blame] | 5977 | |
Takashi Iwai | 86d190e | 2009-05-26 15:18:58 +0200 | [diff] [blame] | 5978 | if (spec->gpio_led) { |
Takashi Iwai | f1a7374 | 2011-12-04 13:44:06 +0100 | [diff] [blame] | 5979 | if (!spec->vref_mute_led_nid) { |
Vitaliy Kulikov | 45eebda | 2011-07-26 16:56:20 -0500 | [diff] [blame] | 5980 | spec->gpio_mask |= spec->gpio_led; |
| 5981 | spec->gpio_dir |= spec->gpio_led; |
| 5982 | spec->gpio_data |= spec->gpio_led; |
| 5983 | } else { |
| 5984 | codec->patch_ops.set_power_state = |
| 5985 | stac92xx_set_power_state; |
Vitaliy Kulikov | 45eebda | 2011-07-26 16:56:20 -0500 | [diff] [blame] | 5986 | } |
Takashi Iwai | 86d190e | 2009-05-26 15:18:58 +0200 | [diff] [blame] | 5987 | } |
Matthew Ranostay | 6a14f58 | 2008-09-12 12:02:30 -0400 | [diff] [blame] | 5988 | |
Takashi Iwai | c21ca4a | 2008-12-19 09:26:08 +0100 | [diff] [blame] | 5989 | spec->multiout.dac_nids = spec->dac_nids; |
Matthew Ranostay | e035b84 | 2007-11-06 11:53:55 +0100 | [diff] [blame] | 5990 | |
Charles Chin | 9009b0e | 2011-11-03 10:27:27 +0100 | [diff] [blame] | 5991 | err = stac92xx_parse_auto_config(codec); |
Matthew Ranostay | e035b84 | 2007-11-06 11:53:55 +0100 | [diff] [blame] | 5992 | if (!err) { |
| 5993 | if (spec->board_config < 0) { |
| 5994 | printk(KERN_WARNING "hda_codec: No auto-config is " |
| 5995 | "available, default to model=ref\n"); |
| 5996 | spec->board_config = STAC_92HD71BXX_REF; |
| 5997 | goto again; |
| 5998 | } |
| 5999 | err = -EINVAL; |
| 6000 | } |
| 6001 | |
| 6002 | if (err < 0) { |
| 6003 | stac92xx_free(codec); |
| 6004 | return err; |
| 6005 | } |
| 6006 | |
Takashi Iwai | 75d1aeb | 2009-12-22 11:56:32 +0100 | [diff] [blame] | 6007 | /* enable bass on HP dv7 */ |
Takashi Iwai | 2a6ce6e | 2010-05-12 10:16:20 +0200 | [diff] [blame] | 6008 | if (spec->board_config == STAC_HP_DV4 || |
| 6009 | spec->board_config == STAC_HP_DV5) { |
Takashi Iwai | 75d1aeb | 2009-12-22 11:56:32 +0100 | [diff] [blame] | 6010 | unsigned int cap; |
| 6011 | cap = snd_hda_param_read(codec, 0x1, AC_PAR_GPIO_CAP); |
| 6012 | cap &= AC_GPIO_IO_COUNT; |
| 6013 | if (cap >= 6) |
| 6014 | stac_add_hp_bass_switch(codec); |
| 6015 | } |
| 6016 | |
Takashi Iwai | 2d34e1b | 2008-11-28 14:35:16 +0100 | [diff] [blame] | 6017 | codec->proc_widget_hook = stac92hd7x_proc_hook; |
| 6018 | |
Matthew Ranostay | e035b84 | 2007-11-06 11:53:55 +0100 | [diff] [blame] | 6019 | return 0; |
Takashi Iwai | 86d190e | 2009-05-26 15:18:58 +0200 | [diff] [blame] | 6020 | } |
Matthew Ranostay | e035b84 | 2007-11-06 11:53:55 +0100 | [diff] [blame] | 6021 | |
Matt | 2f2f425 | 2005-04-13 14:45:30 +0200 | [diff] [blame] | 6022 | static int patch_stac922x(struct hda_codec *codec) |
| 6023 | { |
| 6024 | struct sigmatel_spec *spec; |
Matt | c7d4b2f | 2005-06-27 14:59:41 +0200 | [diff] [blame] | 6025 | int err; |
Matt | 2f2f425 | 2005-04-13 14:45:30 +0200 | [diff] [blame] | 6026 | |
Takashi Iwai | 361dab3 | 2012-05-09 14:35:27 +0200 | [diff] [blame] | 6027 | err = alloc_stac_spec(codec, ARRAY_SIZE(stac922x_pin_nids), |
| 6028 | stac922x_pin_nids); |
| 6029 | if (err < 0) |
| 6030 | return err; |
Matt | 2f2f425 | 2005-04-13 14:45:30 +0200 | [diff] [blame] | 6031 | |
Takashi Iwai | 361dab3 | 2012-05-09 14:35:27 +0200 | [diff] [blame] | 6032 | spec = codec->spec; |
Daniel J Blueman | 1b0e372 | 2010-08-03 11:09:13 +0100 | [diff] [blame] | 6033 | spec->linear_tone_beep = 1; |
Takashi Iwai | f5fcc13 | 2006-11-24 17:07:44 +0100 | [diff] [blame] | 6034 | spec->board_config = snd_hda_check_board_config(codec, STAC_922X_MODELS, |
| 6035 | stac922x_models, |
| 6036 | stac922x_cfg_tbl); |
Nicolas Boichat | 536319a | 2008-07-21 22:18:01 +0800 | [diff] [blame] | 6037 | if (spec->board_config == STAC_INTEL_MAC_AUTO) { |
Matthew Ranostay | 4fe5195c | 2008-01-29 15:28:44 +0100 | [diff] [blame] | 6038 | spec->gpio_mask = spec->gpio_dir = 0x03; |
| 6039 | spec->gpio_data = 0x03; |
Takashi Iwai | 3fc24d8 | 2007-02-16 13:27:18 +0100 | [diff] [blame] | 6040 | /* Intel Macs have all same PCI SSID, so we need to check |
| 6041 | * codec SSID to distinguish the exact models |
| 6042 | */ |
Nicolas Boichat | 6f0778d | 2007-03-15 12:38:15 +0100 | [diff] [blame] | 6043 | printk(KERN_INFO "hda_codec: STAC922x, Apple subsys_id=%x\n", codec->subsystem_id); |
Takashi Iwai | 3fc24d8 | 2007-02-16 13:27:18 +0100 | [diff] [blame] | 6044 | switch (codec->subsystem_id) { |
Ivan N. Zlatev | 5d5d3bc | 2007-05-29 16:03:00 +0200 | [diff] [blame] | 6045 | |
| 6046 | case 0x106b0800: |
| 6047 | spec->board_config = STAC_INTEL_MAC_V1; |
Abhijit Bhopatkar | c45e20e | 2007-04-17 11:57:16 +0200 | [diff] [blame] | 6048 | break; |
Ivan N. Zlatev | 5d5d3bc | 2007-05-29 16:03:00 +0200 | [diff] [blame] | 6049 | case 0x106b0600: |
| 6050 | case 0x106b0700: |
| 6051 | spec->board_config = STAC_INTEL_MAC_V2; |
Nicolas Boichat | 6f0778d | 2007-03-15 12:38:15 +0100 | [diff] [blame] | 6052 | break; |
Ivan N. Zlatev | 5d5d3bc | 2007-05-29 16:03:00 +0200 | [diff] [blame] | 6053 | case 0x106b0e00: |
| 6054 | case 0x106b0f00: |
| 6055 | case 0x106b1600: |
| 6056 | case 0x106b1700: |
| 6057 | case 0x106b0200: |
| 6058 | case 0x106b1e00: |
| 6059 | spec->board_config = STAC_INTEL_MAC_V3; |
Takashi Iwai | 3fc24d8 | 2007-02-16 13:27:18 +0100 | [diff] [blame] | 6060 | break; |
Ivan N. Zlatev | 5d5d3bc | 2007-05-29 16:03:00 +0200 | [diff] [blame] | 6061 | case 0x106b1a00: |
| 6062 | case 0x00000100: |
| 6063 | spec->board_config = STAC_INTEL_MAC_V4; |
Sylvain FORET | f16928f | 2007-04-27 14:22:36 +0200 | [diff] [blame] | 6064 | break; |
Ivan N. Zlatev | 5d5d3bc | 2007-05-29 16:03:00 +0200 | [diff] [blame] | 6065 | case 0x106b0a00: |
| 6066 | case 0x106b2200: |
| 6067 | spec->board_config = STAC_INTEL_MAC_V5; |
Takashi Iwai | 0dae0f8 | 2007-05-21 12:41:29 +0200 | [diff] [blame] | 6068 | break; |
Nicolas Boichat | 536319a | 2008-07-21 22:18:01 +0800 | [diff] [blame] | 6069 | default: |
| 6070 | spec->board_config = STAC_INTEL_MAC_V3; |
| 6071 | break; |
Takashi Iwai | 3fc24d8 | 2007-02-16 13:27:18 +0100 | [diff] [blame] | 6072 | } |
| 6073 | } |
| 6074 | |
Takashi Iwai | 9e507ab | 2007-02-08 17:50:10 +0100 | [diff] [blame] | 6075 | again: |
Takashi Iwai | 330ee99 | 2009-02-20 14:33:36 +0100 | [diff] [blame] | 6076 | if (spec->board_config < 0) |
Takashi Iwai | 9a11f1a | 2009-07-28 16:01:20 +0200 | [diff] [blame] | 6077 | snd_printdd(KERN_INFO "hda_codec: %s: BIOS auto-probing.\n", |
| 6078 | codec->chip_name); |
Takashi Iwai | 330ee99 | 2009-02-20 14:33:36 +0100 | [diff] [blame] | 6079 | else |
| 6080 | stac92xx_set_config_regs(codec, |
Takashi Iwai | af9f341a | 2008-11-18 10:38:56 +0100 | [diff] [blame] | 6081 | stac922x_brd_tbl[spec->board_config]); |
Matt | 2f2f425 | 2005-04-13 14:45:30 +0200 | [diff] [blame] | 6082 | |
Matt | 2f2f425 | 2005-04-13 14:45:30 +0200 | [diff] [blame] | 6083 | spec->adc_nids = stac922x_adc_nids; |
| 6084 | spec->mux_nids = stac922x_mux_nids; |
Takashi Iwai | 2549413 | 2007-03-12 12:36:16 +0100 | [diff] [blame] | 6085 | spec->num_muxes = ARRAY_SIZE(stac922x_mux_nids); |
Maxim Levitsky | 9e05b7a | 2007-09-03 15:31:02 +0200 | [diff] [blame] | 6086 | spec->num_adcs = ARRAY_SIZE(stac922x_adc_nids); |
Matt Porter | 8b65727 | 2006-10-26 17:12:59 +0200 | [diff] [blame] | 6087 | spec->num_dmics = 0; |
Matthew Ranostay | a64135a | 2008-01-10 16:55:06 +0100 | [diff] [blame] | 6088 | spec->num_pwrs = 0; |
Matt | c7d4b2f | 2005-06-27 14:59:41 +0200 | [diff] [blame] | 6089 | |
| 6090 | spec->init = stac922x_core_init; |
Takashi Iwai | 6479c63 | 2009-07-28 18:20:25 +0200 | [diff] [blame] | 6091 | |
| 6092 | spec->num_caps = STAC922X_NUM_CAPS; |
| 6093 | spec->capvols = stac922x_capvols; |
| 6094 | spec->capsws = stac922x_capsws; |
Matt | c7d4b2f | 2005-06-27 14:59:41 +0200 | [diff] [blame] | 6095 | |
| 6096 | spec->multiout.dac_nids = spec->dac_nids; |
Takashi Iwai | 19039bd | 2006-06-28 15:52:16 +0200 | [diff] [blame] | 6097 | |
Charles Chin | 9009b0e | 2011-11-03 10:27:27 +0100 | [diff] [blame] | 6098 | err = stac92xx_parse_auto_config(codec); |
Takashi Iwai | 9e507ab | 2007-02-08 17:50:10 +0100 | [diff] [blame] | 6099 | if (!err) { |
| 6100 | if (spec->board_config < 0) { |
| 6101 | printk(KERN_WARNING "hda_codec: No auto-config is " |
| 6102 | "available, default to model=ref\n"); |
| 6103 | spec->board_config = STAC_D945_REF; |
| 6104 | goto again; |
| 6105 | } |
| 6106 | err = -EINVAL; |
| 6107 | } |
Matt Porter | 3cc08dc | 2006-01-23 15:27:49 +0100 | [diff] [blame] | 6108 | if (err < 0) { |
| 6109 | stac92xx_free(codec); |
| 6110 | return err; |
| 6111 | } |
| 6112 | |
| 6113 | codec->patch_ops = stac92xx_patch_ops; |
| 6114 | |
Takashi Iwai | 807a4636 | 2007-05-29 19:01:37 +0200 | [diff] [blame] | 6115 | /* Fix Mux capture level; max to 2 */ |
| 6116 | snd_hda_override_amp_caps(codec, 0x12, HDA_OUTPUT, |
| 6117 | (0 << AC_AMPCAP_OFFSET_SHIFT) | |
| 6118 | (2 << AC_AMPCAP_NUM_STEPS_SHIFT) | |
| 6119 | (0x27 << AC_AMPCAP_STEP_SIZE_SHIFT) | |
| 6120 | (0 << AC_AMPCAP_MUTE_SHIFT)); |
| 6121 | |
Matt Porter | 3cc08dc | 2006-01-23 15:27:49 +0100 | [diff] [blame] | 6122 | return 0; |
| 6123 | } |
| 6124 | |
| 6125 | static int patch_stac927x(struct hda_codec *codec) |
| 6126 | { |
| 6127 | struct sigmatel_spec *spec; |
| 6128 | int err; |
| 6129 | |
Takashi Iwai | 361dab3 | 2012-05-09 14:35:27 +0200 | [diff] [blame] | 6130 | err = alloc_stac_spec(codec, ARRAY_SIZE(stac927x_pin_nids), |
| 6131 | stac927x_pin_nids); |
| 6132 | if (err < 0) |
| 6133 | return err; |
Matt Porter | 3cc08dc | 2006-01-23 15:27:49 +0100 | [diff] [blame] | 6134 | |
Takashi Iwai | 361dab3 | 2012-05-09 14:35:27 +0200 | [diff] [blame] | 6135 | spec = codec->spec; |
Daniel J Blueman | 1b0e372 | 2010-08-03 11:09:13 +0100 | [diff] [blame] | 6136 | spec->linear_tone_beep = 1; |
Matthew Ranostay | 45c1d85 | 2009-02-04 17:49:41 -0500 | [diff] [blame] | 6137 | codec->slave_dig_outs = stac927x_slave_dig_outs; |
Takashi Iwai | f5fcc13 | 2006-11-24 17:07:44 +0100 | [diff] [blame] | 6138 | spec->board_config = snd_hda_check_board_config(codec, STAC_927X_MODELS, |
| 6139 | stac927x_models, |
| 6140 | stac927x_cfg_tbl); |
Takashi Iwai | 9e507ab | 2007-02-08 17:50:10 +0100 | [diff] [blame] | 6141 | again: |
Takashi Iwai | 330ee99 | 2009-02-20 14:33:36 +0100 | [diff] [blame] | 6142 | if (spec->board_config < 0) |
Takashi Iwai | 9a11f1a | 2009-07-28 16:01:20 +0200 | [diff] [blame] | 6143 | snd_printdd(KERN_INFO "hda_codec: %s: BIOS auto-probing.\n", |
| 6144 | codec->chip_name); |
Takashi Iwai | 330ee99 | 2009-02-20 14:33:36 +0100 | [diff] [blame] | 6145 | else |
| 6146 | stac92xx_set_config_regs(codec, |
Takashi Iwai | af9f341a | 2008-11-18 10:38:56 +0100 | [diff] [blame] | 6147 | stac927x_brd_tbl[spec->board_config]); |
Matt Porter | 3cc08dc | 2006-01-23 15:27:49 +0100 | [diff] [blame] | 6148 | |
Matthew Ranostay | 1cd2224 | 2008-07-18 18:20:52 +0200 | [diff] [blame] | 6149 | spec->digbeep_nid = 0x23; |
Matthew Ranostay | 8e9068b | 2007-12-17 11:58:13 +0100 | [diff] [blame] | 6150 | spec->adc_nids = stac927x_adc_nids; |
| 6151 | spec->num_adcs = ARRAY_SIZE(stac927x_adc_nids); |
| 6152 | spec->mux_nids = stac927x_mux_nids; |
| 6153 | spec->num_muxes = ARRAY_SIZE(stac927x_mux_nids); |
Matthew Ranostay | d973775 | 2008-09-07 12:03:41 +0200 | [diff] [blame] | 6154 | spec->smux_nids = stac927x_smux_nids; |
| 6155 | spec->num_smuxes = ARRAY_SIZE(stac927x_smux_nids); |
Matthew Ranostay | 6597363 | 2008-09-16 10:39:37 -0400 | [diff] [blame] | 6156 | spec->spdif_labels = stac927x_spdif_labels; |
Matthew Ranostay | b76c850 | 2008-02-06 14:49:44 +0100 | [diff] [blame] | 6157 | spec->dac_list = stac927x_dac_nids; |
Matthew Ranostay | 8e9068b | 2007-12-17 11:58:13 +0100 | [diff] [blame] | 6158 | spec->multiout.dac_nids = spec->dac_nids; |
| 6159 | |
Takashi Iwai | af6ee30 | 2009-09-14 15:03:12 +0200 | [diff] [blame] | 6160 | if (spec->board_config != STAC_D965_REF) { |
| 6161 | /* GPIO0 High = Enable EAPD */ |
| 6162 | spec->eapd_mask = spec->gpio_mask = 0x01; |
| 6163 | spec->gpio_dir = spec->gpio_data = 0x01; |
| 6164 | } |
| 6165 | |
Tobin Davis | 81d3dbd | 2006-08-22 19:44:45 +0200 | [diff] [blame] | 6166 | switch (spec->board_config) { |
Tobin Davis | 93ed150 | 2006-09-01 21:03:12 +0200 | [diff] [blame] | 6167 | case STAC_D965_3ST: |
Matthew Ranostay | 8e9068b | 2007-12-17 11:58:13 +0100 | [diff] [blame] | 6168 | case STAC_D965_5ST: |
| 6169 | /* GPIO0 High = Enable EAPD */ |
Matthew Ranostay | 8e9068b | 2007-12-17 11:58:13 +0100 | [diff] [blame] | 6170 | spec->num_dmics = 0; |
Tobin Davis | 93ed150 | 2006-09-01 21:03:12 +0200 | [diff] [blame] | 6171 | spec->init = d965_core_init; |
Tobin Davis | 81d3dbd | 2006-08-22 19:44:45 +0200 | [diff] [blame] | 6172 | break; |
Matthew Ranostay | 8e9068b | 2007-12-17 11:58:13 +0100 | [diff] [blame] | 6173 | case STAC_DELL_BIOS: |
Matthew Ranostay | 780c8be | 2008-04-14 13:32:27 +0200 | [diff] [blame] | 6174 | switch (codec->subsystem_id) { |
| 6175 | case 0x10280209: |
| 6176 | case 0x1028022e: |
| 6177 | /* correct the device field to SPDIF out */ |
Takashi Iwai | 330ee99 | 2009-02-20 14:33:36 +0100 | [diff] [blame] | 6178 | snd_hda_codec_set_pincfg(codec, 0x21, 0x01442070); |
Matthew Ranostay | 780c8be | 2008-04-14 13:32:27 +0200 | [diff] [blame] | 6179 | break; |
Takashi Iwai | 86d190e | 2009-05-26 15:18:58 +0200 | [diff] [blame] | 6180 | } |
Matthew Ranostay | 03d7ca1 | 2008-02-21 07:51:46 +0100 | [diff] [blame] | 6181 | /* configure the analog microphone on some laptops */ |
Takashi Iwai | 330ee99 | 2009-02-20 14:33:36 +0100 | [diff] [blame] | 6182 | snd_hda_codec_set_pincfg(codec, 0x0c, 0x90a79130); |
Matthew Ranostay | 2f32d90 | 2008-01-10 13:06:26 +0100 | [diff] [blame] | 6183 | /* correct the front output jack as a hp out */ |
Takashi Iwai | 330ee99 | 2009-02-20 14:33:36 +0100 | [diff] [blame] | 6184 | snd_hda_codec_set_pincfg(codec, 0x0f, 0x0227011f); |
Matthew Ranostay | c481fca | 2008-01-07 12:18:28 +0100 | [diff] [blame] | 6185 | /* correct the front input jack as a mic */ |
Takashi Iwai | 330ee99 | 2009-02-20 14:33:36 +0100 | [diff] [blame] | 6186 | snd_hda_codec_set_pincfg(codec, 0x0e, 0x02a79130); |
Matthew Ranostay | c481fca | 2008-01-07 12:18:28 +0100 | [diff] [blame] | 6187 | /* fallthru */ |
Matthew Ranostay | 8e9068b | 2007-12-17 11:58:13 +0100 | [diff] [blame] | 6188 | case STAC_DELL_3ST: |
Takashi Iwai | af6ee30 | 2009-09-14 15:03:12 +0200 | [diff] [blame] | 6189 | if (codec->subsystem_id != 0x1028022f) { |
| 6190 | /* GPIO2 High = Enable EAPD */ |
| 6191 | spec->eapd_mask = spec->gpio_mask = 0x04; |
| 6192 | spec->gpio_dir = spec->gpio_data = 0x04; |
| 6193 | } |
Matthew Ranostay | 8e9068b | 2007-12-17 11:58:13 +0100 | [diff] [blame] | 6194 | spec->dmic_nids = stac927x_dmic_nids; |
| 6195 | spec->num_dmics = STAC927X_NUM_DMICS; |
| 6196 | |
Takashi Iwai | ccca7cd | 2009-10-13 15:32:21 +0200 | [diff] [blame] | 6197 | spec->init = dell_3st_core_init; |
Matthew Ranostay | 8e9068b | 2007-12-17 11:58:13 +0100 | [diff] [blame] | 6198 | spec->dmux_nids = stac927x_dmux_nids; |
Takashi Iwai | 1697055e | 2007-12-18 18:05:52 +0100 | [diff] [blame] | 6199 | spec->num_dmuxes = ARRAY_SIZE(stac927x_dmux_nids); |
Tobin Davis | 81d3dbd | 2006-08-22 19:44:45 +0200 | [diff] [blame] | 6200 | break; |
Takashi Iwai | 5493053 | 2009-10-11 17:38:29 +0200 | [diff] [blame] | 6201 | case STAC_927X_VOLKNOB: |
| 6202 | spec->num_dmics = 0; |
| 6203 | spec->init = stac927x_volknob_core_init; |
| 6204 | break; |
Tobin Davis | 81d3dbd | 2006-08-22 19:44:45 +0200 | [diff] [blame] | 6205 | default: |
Matthew Ranostay | 8e9068b | 2007-12-17 11:58:13 +0100 | [diff] [blame] | 6206 | spec->num_dmics = 0; |
Tobin Davis | 81d3dbd | 2006-08-22 19:44:45 +0200 | [diff] [blame] | 6207 | spec->init = stac927x_core_init; |
Takashi Iwai | af6ee30 | 2009-09-14 15:03:12 +0200 | [diff] [blame] | 6208 | break; |
Tobin Davis | 81d3dbd | 2006-08-22 19:44:45 +0200 | [diff] [blame] | 6209 | } |
Matt Porter | 3cc08dc | 2006-01-23 15:27:49 +0100 | [diff] [blame] | 6210 | |
Takashi Iwai | 6479c63 | 2009-07-28 18:20:25 +0200 | [diff] [blame] | 6211 | spec->num_caps = STAC927X_NUM_CAPS; |
| 6212 | spec->capvols = stac927x_capvols; |
| 6213 | spec->capsws = stac927x_capsws; |
| 6214 | |
Matthew Ranostay | a64135a | 2008-01-10 16:55:06 +0100 | [diff] [blame] | 6215 | spec->num_pwrs = 0; |
Takashi Iwai | d78d7a9 | 2009-03-02 14:26:25 +0100 | [diff] [blame] | 6216 | spec->aloopback_ctl = stac927x_loopback; |
Matthew Ranostay | e1f0d66 | 2007-12-13 17:47:21 +0100 | [diff] [blame] | 6217 | spec->aloopback_mask = 0x40; |
| 6218 | spec->aloopback_shift = 0; |
Matthew Ranostay | c0cea0d | 2008-11-16 11:42:34 -0500 | [diff] [blame] | 6219 | spec->eapd_switch = 1; |
Matthew Ranostay | 8e9068b | 2007-12-17 11:58:13 +0100 | [diff] [blame] | 6220 | |
Charles Chin | 9009b0e | 2011-11-03 10:27:27 +0100 | [diff] [blame] | 6221 | err = stac92xx_parse_auto_config(codec); |
Takashi Iwai | 9e507ab | 2007-02-08 17:50:10 +0100 | [diff] [blame] | 6222 | if (!err) { |
| 6223 | if (spec->board_config < 0) { |
| 6224 | printk(KERN_WARNING "hda_codec: No auto-config is " |
| 6225 | "available, default to model=ref\n"); |
| 6226 | spec->board_config = STAC_D965_REF; |
| 6227 | goto again; |
| 6228 | } |
| 6229 | err = -EINVAL; |
| 6230 | } |
Matt | c7d4b2f | 2005-06-27 14:59:41 +0200 | [diff] [blame] | 6231 | if (err < 0) { |
| 6232 | stac92xx_free(codec); |
| 6233 | return err; |
| 6234 | } |
Matt | 2f2f425 | 2005-04-13 14:45:30 +0200 | [diff] [blame] | 6235 | |
| 6236 | codec->patch_ops = stac92xx_patch_ops; |
| 6237 | |
Takashi Iwai | 2d34e1b | 2008-11-28 14:35:16 +0100 | [diff] [blame] | 6238 | codec->proc_widget_hook = stac927x_proc_hook; |
| 6239 | |
Takashi Iwai | 5298765 | 2008-01-16 16:09:47 +0100 | [diff] [blame] | 6240 | /* |
| 6241 | * !!FIXME!! |
| 6242 | * The STAC927x seem to require fairly long delays for certain |
| 6243 | * command sequences. With too short delays (even if the answer |
| 6244 | * is set to RIRB properly), it results in the silence output |
| 6245 | * on some hardwares like Dell. |
| 6246 | * |
| 6247 | * The below flag enables the longer delay (see get_response |
| 6248 | * in hda_intel.c). |
| 6249 | */ |
| 6250 | codec->bus->needs_damn_long_delay = 1; |
| 6251 | |
Takashi Iwai | e28d832 | 2008-12-17 13:48:29 +0100 | [diff] [blame] | 6252 | /* no jack detecion for ref-no-jd model */ |
| 6253 | if (spec->board_config == STAC_D965_REF_NO_JD) |
| 6254 | spec->hp_detect = 0; |
| 6255 | |
Matt | 2f2f425 | 2005-04-13 14:45:30 +0200 | [diff] [blame] | 6256 | return 0; |
| 6257 | } |
| 6258 | |
Matt Porter | f3302a5 | 2006-07-31 12:49:34 +0200 | [diff] [blame] | 6259 | static int patch_stac9205(struct hda_codec *codec) |
| 6260 | { |
| 6261 | struct sigmatel_spec *spec; |
Takashi Iwai | 8259980 | 2007-07-31 15:56:24 +0200 | [diff] [blame] | 6262 | int err; |
Matt Porter | f3302a5 | 2006-07-31 12:49:34 +0200 | [diff] [blame] | 6263 | |
Takashi Iwai | 361dab3 | 2012-05-09 14:35:27 +0200 | [diff] [blame] | 6264 | err = alloc_stac_spec(codec, ARRAY_SIZE(stac9205_pin_nids), |
| 6265 | stac9205_pin_nids); |
| 6266 | if (err < 0) |
| 6267 | return err; |
Matt Porter | f3302a5 | 2006-07-31 12:49:34 +0200 | [diff] [blame] | 6268 | |
Takashi Iwai | 361dab3 | 2012-05-09 14:35:27 +0200 | [diff] [blame] | 6269 | spec = codec->spec; |
Daniel J Blueman | 1b0e372 | 2010-08-03 11:09:13 +0100 | [diff] [blame] | 6270 | spec->linear_tone_beep = 1; |
Takashi Iwai | f5fcc13 | 2006-11-24 17:07:44 +0100 | [diff] [blame] | 6271 | spec->board_config = snd_hda_check_board_config(codec, STAC_9205_MODELS, |
| 6272 | stac9205_models, |
| 6273 | stac9205_cfg_tbl); |
Takashi Iwai | 9e507ab | 2007-02-08 17:50:10 +0100 | [diff] [blame] | 6274 | again: |
Takashi Iwai | 330ee99 | 2009-02-20 14:33:36 +0100 | [diff] [blame] | 6275 | if (spec->board_config < 0) |
Takashi Iwai | 9a11f1a | 2009-07-28 16:01:20 +0200 | [diff] [blame] | 6276 | snd_printdd(KERN_INFO "hda_codec: %s: BIOS auto-probing.\n", |
| 6277 | codec->chip_name); |
Takashi Iwai | 330ee99 | 2009-02-20 14:33:36 +0100 | [diff] [blame] | 6278 | else |
| 6279 | stac92xx_set_config_regs(codec, |
Takashi Iwai | af9f341a | 2008-11-18 10:38:56 +0100 | [diff] [blame] | 6280 | stac9205_brd_tbl[spec->board_config]); |
Matt Porter | f3302a5 | 2006-07-31 12:49:34 +0200 | [diff] [blame] | 6281 | |
Matthew Ranostay | 1cd2224 | 2008-07-18 18:20:52 +0200 | [diff] [blame] | 6282 | spec->digbeep_nid = 0x23; |
Matt Porter | f3302a5 | 2006-07-31 12:49:34 +0200 | [diff] [blame] | 6283 | spec->adc_nids = stac9205_adc_nids; |
Maxim Levitsky | 9e05b7a | 2007-09-03 15:31:02 +0200 | [diff] [blame] | 6284 | spec->num_adcs = ARRAY_SIZE(stac9205_adc_nids); |
Matt Porter | f3302a5 | 2006-07-31 12:49:34 +0200 | [diff] [blame] | 6285 | spec->mux_nids = stac9205_mux_nids; |
Takashi Iwai | 2549413 | 2007-03-12 12:36:16 +0100 | [diff] [blame] | 6286 | spec->num_muxes = ARRAY_SIZE(stac9205_mux_nids); |
Matthew Ranostay | d973775 | 2008-09-07 12:03:41 +0200 | [diff] [blame] | 6287 | spec->smux_nids = stac9205_smux_nids; |
| 6288 | spec->num_smuxes = ARRAY_SIZE(stac9205_smux_nids); |
Matt Porter | 8b65727 | 2006-10-26 17:12:59 +0200 | [diff] [blame] | 6289 | spec->dmic_nids = stac9205_dmic_nids; |
Takashi Iwai | f6e9852 | 2007-10-16 14:27:04 +0200 | [diff] [blame] | 6290 | spec->num_dmics = STAC9205_NUM_DMICS; |
Matthew Ranostay | e1f0d66 | 2007-12-13 17:47:21 +0100 | [diff] [blame] | 6291 | spec->dmux_nids = stac9205_dmux_nids; |
Takashi Iwai | 1697055e | 2007-12-18 18:05:52 +0100 | [diff] [blame] | 6292 | spec->num_dmuxes = ARRAY_SIZE(stac9205_dmux_nids); |
Matthew Ranostay | a64135a | 2008-01-10 16:55:06 +0100 | [diff] [blame] | 6293 | spec->num_pwrs = 0; |
Matt Porter | f3302a5 | 2006-07-31 12:49:34 +0200 | [diff] [blame] | 6294 | |
| 6295 | spec->init = stac9205_core_init; |
Takashi Iwai | d78d7a9 | 2009-03-02 14:26:25 +0100 | [diff] [blame] | 6296 | spec->aloopback_ctl = stac9205_loopback; |
Matt Porter | f3302a5 | 2006-07-31 12:49:34 +0200 | [diff] [blame] | 6297 | |
Takashi Iwai | 6479c63 | 2009-07-28 18:20:25 +0200 | [diff] [blame] | 6298 | spec->num_caps = STAC9205_NUM_CAPS; |
| 6299 | spec->capvols = stac9205_capvols; |
| 6300 | spec->capsws = stac9205_capsws; |
| 6301 | |
Matthew Ranostay | e1f0d66 | 2007-12-13 17:47:21 +0100 | [diff] [blame] | 6302 | spec->aloopback_mask = 0x40; |
| 6303 | spec->aloopback_shift = 0; |
Takashi Iwai | d9a4268 | 2009-01-22 17:40:18 +0100 | [diff] [blame] | 6304 | /* Turn on/off EAPD per HP plugging */ |
| 6305 | if (spec->board_config != STAC_9205_EAPD) |
| 6306 | spec->eapd_switch = 1; |
Matt Porter | f3302a5 | 2006-07-31 12:49:34 +0200 | [diff] [blame] | 6307 | spec->multiout.dac_nids = spec->dac_nids; |
Matthew Ranostay | 87d4836 | 2007-07-17 11:52:24 +0200 | [diff] [blame] | 6308 | |
Tobin Davis | ae0a8ed | 2007-08-13 15:50:29 +0200 | [diff] [blame] | 6309 | switch (spec->board_config){ |
Tobin Davis | ae0a8ed | 2007-08-13 15:50:29 +0200 | [diff] [blame] | 6310 | case STAC_9205_DELL_M43: |
Matthew Ranostay | 87d4836 | 2007-07-17 11:52:24 +0200 | [diff] [blame] | 6311 | /* Enable SPDIF in/out */ |
Takashi Iwai | 330ee99 | 2009-02-20 14:33:36 +0100 | [diff] [blame] | 6312 | snd_hda_codec_set_pincfg(codec, 0x1f, 0x01441030); |
| 6313 | snd_hda_codec_set_pincfg(codec, 0x20, 0x1c410030); |
Matt Porter | 3338240 | 2006-12-18 13:17:28 +0100 | [diff] [blame] | 6314 | |
Matthew Ranostay | 4fe5195c | 2008-01-29 15:28:44 +0100 | [diff] [blame] | 6315 | /* Enable unsol response for GPIO4/Dock HP connection */ |
Takashi Iwai | 3a93897 | 2011-10-28 01:16:55 +0200 | [diff] [blame] | 6316 | err = stac_add_event(codec, codec->afg, STAC_VREF_EVENT, 0x01); |
Takashi Iwai | c6e4c66 | 2008-11-25 11:58:19 +0100 | [diff] [blame] | 6317 | if (err < 0) |
| 6318 | return err; |
Takashi Iwai | c5d08bb | 2008-11-18 10:55:36 +0100 | [diff] [blame] | 6319 | snd_hda_codec_write_cache(codec, codec->afg, 0, |
Matthew Ranostay | 4fe5195c | 2008-01-29 15:28:44 +0100 | [diff] [blame] | 6320 | AC_VERB_SET_GPIO_UNSOLICITED_RSP_MASK, 0x10); |
Takashi Iwai | 3a93897 | 2011-10-28 01:16:55 +0200 | [diff] [blame] | 6321 | snd_hda_jack_detect_enable(codec, codec->afg, 0); |
Matthew Ranostay | 4fe5195c | 2008-01-29 15:28:44 +0100 | [diff] [blame] | 6322 | |
| 6323 | spec->gpio_dir = 0x0b; |
Matthew Ranostay | 0fc9dec | 2008-04-14 13:32:54 +0200 | [diff] [blame] | 6324 | spec->eapd_mask = 0x01; |
Matthew Ranostay | 4fe5195c | 2008-01-29 15:28:44 +0100 | [diff] [blame] | 6325 | spec->gpio_mask = 0x1b; |
| 6326 | spec->gpio_mute = 0x10; |
Matthew Ranostay | e2e7d62 | 2008-01-24 15:32:15 +0100 | [diff] [blame] | 6327 | /* GPIO0 High = EAPD, GPIO1 Low = Headphone Mute, |
Matthew Ranostay | 4fe5195c | 2008-01-29 15:28:44 +0100 | [diff] [blame] | 6328 | * GPIO3 Low = DRM |
Matthew Ranostay | 87d4836 | 2007-07-17 11:52:24 +0200 | [diff] [blame] | 6329 | */ |
Matthew Ranostay | 4fe5195c | 2008-01-29 15:28:44 +0100 | [diff] [blame] | 6330 | spec->gpio_data = 0x01; |
Tobin Davis | ae0a8ed | 2007-08-13 15:50:29 +0200 | [diff] [blame] | 6331 | break; |
Matthew Ranostay | b2c4f4d | 2008-09-26 10:06:40 -0400 | [diff] [blame] | 6332 | case STAC_9205_REF: |
| 6333 | /* SPDIF-In enabled */ |
| 6334 | break; |
Tobin Davis | ae0a8ed | 2007-08-13 15:50:29 +0200 | [diff] [blame] | 6335 | default: |
| 6336 | /* GPIO0 High = EAPD */ |
Matthew Ranostay | 0fc9dec | 2008-04-14 13:32:54 +0200 | [diff] [blame] | 6337 | spec->eapd_mask = spec->gpio_mask = spec->gpio_dir = 0x1; |
Matthew Ranostay | 4fe5195c | 2008-01-29 15:28:44 +0100 | [diff] [blame] | 6338 | spec->gpio_data = 0x01; |
Tobin Davis | ae0a8ed | 2007-08-13 15:50:29 +0200 | [diff] [blame] | 6339 | break; |
| 6340 | } |
Matthew Ranostay | 87d4836 | 2007-07-17 11:52:24 +0200 | [diff] [blame] | 6341 | |
Charles Chin | 9009b0e | 2011-11-03 10:27:27 +0100 | [diff] [blame] | 6342 | err = stac92xx_parse_auto_config(codec); |
Takashi Iwai | 9e507ab | 2007-02-08 17:50:10 +0100 | [diff] [blame] | 6343 | if (!err) { |
| 6344 | if (spec->board_config < 0) { |
| 6345 | printk(KERN_WARNING "hda_codec: No auto-config is " |
| 6346 | "available, default to model=ref\n"); |
| 6347 | spec->board_config = STAC_9205_REF; |
| 6348 | goto again; |
| 6349 | } |
| 6350 | err = -EINVAL; |
| 6351 | } |
Matt Porter | f3302a5 | 2006-07-31 12:49:34 +0200 | [diff] [blame] | 6352 | if (err < 0) { |
| 6353 | stac92xx_free(codec); |
| 6354 | return err; |
| 6355 | } |
| 6356 | |
| 6357 | codec->patch_ops = stac92xx_patch_ops; |
| 6358 | |
Takashi Iwai | 2d34e1b | 2008-11-28 14:35:16 +0100 | [diff] [blame] | 6359 | codec->proc_widget_hook = stac9205_proc_hook; |
| 6360 | |
Matt Porter | f3302a5 | 2006-07-31 12:49:34 +0200 | [diff] [blame] | 6361 | return 0; |
| 6362 | } |
| 6363 | |
Matt | 2f2f425 | 2005-04-13 14:45:30 +0200 | [diff] [blame] | 6364 | /* |
Guillaume Munch | 6d85906 | 2006-08-22 17:15:47 +0200 | [diff] [blame] | 6365 | * STAC9872 hack |
Takashi Iwai | db064e5 | 2006-03-16 16:04:58 +0100 | [diff] [blame] | 6366 | */ |
| 6367 | |
Takashi Iwai | 2b63536 | 2011-05-02 12:33:43 +0200 | [diff] [blame] | 6368 | static const struct hda_verb stac9872_core_init[] = { |
Takashi Iwai | 1624cb9 | 2007-07-05 13:10:51 +0200 | [diff] [blame] | 6369 | {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] | 6370 | {0x15, AC_VERB_SET_AMP_GAIN_MUTE, AMP_OUT_UNMUTE}, /* Mic-in -> 0x9 */ |
| 6371 | {} |
| 6372 | }; |
| 6373 | |
Takashi Iwai | 2b63536 | 2011-05-02 12:33:43 +0200 | [diff] [blame] | 6374 | static const hda_nid_t stac9872_pin_nids[] = { |
Takashi Iwai | caa10b6 | 2009-01-20 17:19:01 +0100 | [diff] [blame] | 6375 | 0x0a, 0x0b, 0x0c, 0x0d, 0x0e, 0x0f, |
| 6376 | 0x11, 0x13, 0x14, |
| 6377 | }; |
| 6378 | |
Takashi Iwai | 2b63536 | 2011-05-02 12:33:43 +0200 | [diff] [blame] | 6379 | static const hda_nid_t stac9872_adc_nids[] = { |
Takashi Iwai | caa10b6 | 2009-01-20 17:19:01 +0100 | [diff] [blame] | 6380 | 0x8 /*,0x6*/ |
| 6381 | }; |
| 6382 | |
Takashi Iwai | 2b63536 | 2011-05-02 12:33:43 +0200 | [diff] [blame] | 6383 | static const hda_nid_t stac9872_mux_nids[] = { |
Takashi Iwai | caa10b6 | 2009-01-20 17:19:01 +0100 | [diff] [blame] | 6384 | 0x15 |
| 6385 | }; |
| 6386 | |
Takashi Iwai | 2b63536 | 2011-05-02 12:33:43 +0200 | [diff] [blame] | 6387 | static const unsigned long stac9872_capvols[] = { |
Takashi Iwai | 6479c63 | 2009-07-28 18:20:25 +0200 | [diff] [blame] | 6388 | HDA_COMPOSE_AMP_VAL(0x09, 3, 0, HDA_INPUT), |
| 6389 | }; |
| 6390 | #define stac9872_capsws stac9872_capvols |
| 6391 | |
Takashi Iwai | 2b63536 | 2011-05-02 12:33:43 +0200 | [diff] [blame] | 6392 | static const unsigned int stac9872_vaio_pin_configs[9] = { |
Takashi Iwai | 307282c | 2009-03-12 18:17:58 +0100 | [diff] [blame] | 6393 | 0x03211020, 0x411111f0, 0x411111f0, 0x03a15030, |
| 6394 | 0x411111f0, 0x90170110, 0x411111f0, 0x411111f0, |
| 6395 | 0x90a7013e |
| 6396 | }; |
| 6397 | |
Takashi Iwai | ea73496 | 2011-01-17 11:29:34 +0100 | [diff] [blame] | 6398 | static const char * const stac9872_models[STAC_9872_MODELS] = { |
Takashi Iwai | 307282c | 2009-03-12 18:17:58 +0100 | [diff] [blame] | 6399 | [STAC_9872_AUTO] = "auto", |
| 6400 | [STAC_9872_VAIO] = "vaio", |
| 6401 | }; |
| 6402 | |
Takashi Iwai | 2b63536 | 2011-05-02 12:33:43 +0200 | [diff] [blame] | 6403 | static const unsigned int *stac9872_brd_tbl[STAC_9872_MODELS] = { |
Takashi Iwai | 307282c | 2009-03-12 18:17:58 +0100 | [diff] [blame] | 6404 | [STAC_9872_VAIO] = stac9872_vaio_pin_configs, |
| 6405 | }; |
| 6406 | |
Takashi Iwai | 2b63536 | 2011-05-02 12:33:43 +0200 | [diff] [blame] | 6407 | static const struct snd_pci_quirk stac9872_cfg_tbl[] = { |
Takashi Iwai | b04add9 | 2009-07-20 08:01:36 +0200 | [diff] [blame] | 6408 | SND_PCI_QUIRK_MASK(0x104d, 0xfff0, 0x81e0, |
| 6409 | "Sony VAIO F/S", STAC_9872_VAIO), |
Takashi Iwai | 307282c | 2009-03-12 18:17:58 +0100 | [diff] [blame] | 6410 | {} /* terminator */ |
| 6411 | }; |
| 6412 | |
Guillaume Munch | 6d85906 | 2006-08-22 17:15:47 +0200 | [diff] [blame] | 6413 | static int patch_stac9872(struct hda_codec *codec) |
Takashi Iwai | db064e5 | 2006-03-16 16:04:58 +0100 | [diff] [blame] | 6414 | { |
| 6415 | struct sigmatel_spec *spec; |
Takashi Iwai | 1e137f9 | 2009-01-21 07:41:22 +0100 | [diff] [blame] | 6416 | int err; |
Takashi Iwai | db064e5 | 2006-03-16 16:04:58 +0100 | [diff] [blame] | 6417 | |
Takashi Iwai | 361dab3 | 2012-05-09 14:35:27 +0200 | [diff] [blame] | 6418 | err = alloc_stac_spec(codec, ARRAY_SIZE(stac9872_pin_nids), |
| 6419 | stac9872_pin_nids); |
| 6420 | if (err < 0) |
| 6421 | return err; |
| 6422 | |
| 6423 | spec = codec->spec; |
Daniel J Blueman | 1b0e372 | 2010-08-03 11:09:13 +0100 | [diff] [blame] | 6424 | spec->linear_tone_beep = 1; |
Takashi Iwai | caa10b6 | 2009-01-20 17:19:01 +0100 | [diff] [blame] | 6425 | |
| 6426 | spec->board_config = snd_hda_check_board_config(codec, STAC_9872_MODELS, |
| 6427 | stac9872_models, |
| 6428 | stac9872_cfg_tbl); |
Takashi Iwai | 307282c | 2009-03-12 18:17:58 +0100 | [diff] [blame] | 6429 | if (spec->board_config < 0) |
Takashi Iwai | 9a11f1a | 2009-07-28 16:01:20 +0200 | [diff] [blame] | 6430 | snd_printdd(KERN_INFO "hda_codec: %s: BIOS auto-probing.\n", |
| 6431 | codec->chip_name); |
Takashi Iwai | 307282c | 2009-03-12 18:17:58 +0100 | [diff] [blame] | 6432 | else |
| 6433 | stac92xx_set_config_regs(codec, |
| 6434 | stac9872_brd_tbl[spec->board_config]); |
Takashi Iwai | caa10b6 | 2009-01-20 17:19:01 +0100 | [diff] [blame] | 6435 | |
Takashi Iwai | 1e137f9 | 2009-01-21 07:41:22 +0100 | [diff] [blame] | 6436 | spec->multiout.dac_nids = spec->dac_nids; |
| 6437 | spec->num_adcs = ARRAY_SIZE(stac9872_adc_nids); |
| 6438 | spec->adc_nids = stac9872_adc_nids; |
| 6439 | spec->num_muxes = ARRAY_SIZE(stac9872_mux_nids); |
| 6440 | spec->mux_nids = stac9872_mux_nids; |
Takashi Iwai | 1e137f9 | 2009-01-21 07:41:22 +0100 | [diff] [blame] | 6441 | spec->init = stac9872_core_init; |
Takashi Iwai | 6479c63 | 2009-07-28 18:20:25 +0200 | [diff] [blame] | 6442 | spec->num_caps = 1; |
| 6443 | spec->capvols = stac9872_capvols; |
| 6444 | spec->capsws = stac9872_capsws; |
Takashi Iwai | caa10b6 | 2009-01-20 17:19:01 +0100 | [diff] [blame] | 6445 | |
Charles Chin | 9009b0e | 2011-11-03 10:27:27 +0100 | [diff] [blame] | 6446 | err = stac92xx_parse_auto_config(codec); |
Takashi Iwai | 1e137f9 | 2009-01-21 07:41:22 +0100 | [diff] [blame] | 6447 | if (err < 0) { |
| 6448 | stac92xx_free(codec); |
| 6449 | return -EINVAL; |
Takashi Iwai | caa10b6 | 2009-01-20 17:19:01 +0100 | [diff] [blame] | 6450 | } |
Takashi Iwai | 1e137f9 | 2009-01-21 07:41:22 +0100 | [diff] [blame] | 6451 | spec->input_mux = &spec->private_imux; |
| 6452 | codec->patch_ops = stac92xx_patch_ops; |
Takashi Iwai | db064e5 | 2006-03-16 16:04:58 +0100 | [diff] [blame] | 6453 | return 0; |
| 6454 | } |
| 6455 | |
| 6456 | |
| 6457 | /* |
Matt | 2f2f425 | 2005-04-13 14:45:30 +0200 | [diff] [blame] | 6458 | * patch entries |
| 6459 | */ |
Takashi Iwai | 2b63536 | 2011-05-02 12:33:43 +0200 | [diff] [blame] | 6460 | static const struct hda_codec_preset snd_hda_preset_sigmatel[] = { |
Matt | 2f2f425 | 2005-04-13 14:45:30 +0200 | [diff] [blame] | 6461 | { .id = 0x83847690, .name = "STAC9200", .patch = patch_stac9200 }, |
| 6462 | { .id = 0x83847882, .name = "STAC9220 A1", .patch = patch_stac922x }, |
| 6463 | { .id = 0x83847680, .name = "STAC9221 A1", .patch = patch_stac922x }, |
| 6464 | { .id = 0x83847880, .name = "STAC9220 A2", .patch = patch_stac922x }, |
| 6465 | { .id = 0x83847681, .name = "STAC9220D/9223D A2", .patch = patch_stac922x }, |
| 6466 | { .id = 0x83847682, .name = "STAC9221 A2", .patch = patch_stac922x }, |
| 6467 | { .id = 0x83847683, .name = "STAC9221D A2", .patch = patch_stac922x }, |
Matt Porter | 22a27c7 | 2006-07-06 18:49:10 +0200 | [diff] [blame] | 6468 | { .id = 0x83847618, .name = "STAC9227", .patch = patch_stac927x }, |
| 6469 | { .id = 0x83847619, .name = "STAC9227", .patch = patch_stac927x }, |
| 6470 | { .id = 0x83847616, .name = "STAC9228", .patch = patch_stac927x }, |
| 6471 | { .id = 0x83847617, .name = "STAC9228", .patch = patch_stac927x }, |
| 6472 | { .id = 0x83847614, .name = "STAC9229", .patch = patch_stac927x }, |
| 6473 | { .id = 0x83847615, .name = "STAC9229", .patch = patch_stac927x }, |
Matt Porter | 3cc08dc | 2006-01-23 15:27:49 +0100 | [diff] [blame] | 6474 | { .id = 0x83847620, .name = "STAC9274", .patch = patch_stac927x }, |
| 6475 | { .id = 0x83847621, .name = "STAC9274D", .patch = patch_stac927x }, |
| 6476 | { .id = 0x83847622, .name = "STAC9273X", .patch = patch_stac927x }, |
| 6477 | { .id = 0x83847623, .name = "STAC9273D", .patch = patch_stac927x }, |
| 6478 | { .id = 0x83847624, .name = "STAC9272X", .patch = patch_stac927x }, |
| 6479 | { .id = 0x83847625, .name = "STAC9272D", .patch = patch_stac927x }, |
| 6480 | { .id = 0x83847626, .name = "STAC9271X", .patch = patch_stac927x }, |
| 6481 | { .id = 0x83847627, .name = "STAC9271D", .patch = patch_stac927x }, |
| 6482 | { .id = 0x83847628, .name = "STAC9274X5NH", .patch = patch_stac927x }, |
| 6483 | { .id = 0x83847629, .name = "STAC9274D5NH", .patch = patch_stac927x }, |
Tobin Davis | 8e21c34 | 2007-01-08 11:04:17 +0100 | [diff] [blame] | 6484 | { .id = 0x83847632, .name = "STAC9202", .patch = patch_stac925x }, |
| 6485 | { .id = 0x83847633, .name = "STAC9202D", .patch = patch_stac925x }, |
| 6486 | { .id = 0x83847634, .name = "STAC9250", .patch = patch_stac925x }, |
| 6487 | { .id = 0x83847635, .name = "STAC9250D", .patch = patch_stac925x }, |
| 6488 | { .id = 0x83847636, .name = "STAC9251", .patch = patch_stac925x }, |
| 6489 | { .id = 0x83847637, .name = "STAC9250D", .patch = patch_stac925x }, |
Takashi Iwai | 7bd3c0f | 2008-05-02 12:28:02 +0200 | [diff] [blame] | 6490 | { .id = 0x83847645, .name = "92HD206X", .patch = patch_stac927x }, |
| 6491 | { .id = 0x83847646, .name = "92HD206D", .patch = patch_stac927x }, |
Guillaume Munch | 6d85906 | 2006-08-22 17:15:47 +0200 | [diff] [blame] | 6492 | /* The following does not take into account .id=0x83847661 when subsys = |
| 6493 | * 104D0C00 which is STAC9225s. Because of this, some SZ Notebooks are |
| 6494 | * currently not fully supported. |
| 6495 | */ |
| 6496 | { .id = 0x83847661, .name = "CXD9872RD/K", .patch = patch_stac9872 }, |
| 6497 | { .id = 0x83847662, .name = "STAC9872AK", .patch = patch_stac9872 }, |
| 6498 | { .id = 0x83847664, .name = "CXD9872AKD", .patch = patch_stac9872 }, |
Simos Xenitellis | a5c0f88 | 2009-06-10 16:33:31 +0100 | [diff] [blame] | 6499 | { .id = 0x83847698, .name = "STAC9205", .patch = patch_stac9205 }, |
Matt Porter | f3302a5 | 2006-07-31 12:49:34 +0200 | [diff] [blame] | 6500 | { .id = 0x838476a0, .name = "STAC9205", .patch = patch_stac9205 }, |
| 6501 | { .id = 0x838476a1, .name = "STAC9205D", .patch = patch_stac9205 }, |
| 6502 | { .id = 0x838476a2, .name = "STAC9204", .patch = patch_stac9205 }, |
| 6503 | { .id = 0x838476a3, .name = "STAC9204D", .patch = patch_stac9205 }, |
| 6504 | { .id = 0x838476a4, .name = "STAC9255", .patch = patch_stac9205 }, |
| 6505 | { .id = 0x838476a5, .name = "STAC9255D", .patch = patch_stac9205 }, |
| 6506 | { .id = 0x838476a6, .name = "STAC9254", .patch = patch_stac9205 }, |
| 6507 | { .id = 0x838476a7, .name = "STAC9254D", .patch = patch_stac9205 }, |
Matthew Ranostay | aafc441 | 2008-06-13 18:04:33 +0200 | [diff] [blame] | 6508 | { .id = 0x111d7603, .name = "92HD75B3X5", .patch = patch_stac92hd71bxx}, |
Matthew Ranostay | d0513fc | 2008-07-27 10:30:30 +0200 | [diff] [blame] | 6509 | { .id = 0x111d7604, .name = "92HD83C1X5", .patch = patch_stac92hd83xxx}, |
Vitaliy Kulikov | a9694fa | 2010-02-04 08:58:23 +0100 | [diff] [blame] | 6510 | { .id = 0x111d76d4, .name = "92HD83C1C5", .patch = patch_stac92hd83xxx}, |
Matthew Ranostay | d0513fc | 2008-07-27 10:30:30 +0200 | [diff] [blame] | 6511 | { .id = 0x111d7605, .name = "92HD81B1X5", .patch = patch_stac92hd83xxx}, |
Matthew Ranostay | ff2e733 | 2009-04-01 14:49:48 -0400 | [diff] [blame] | 6512 | { .id = 0x111d76d5, .name = "92HD81B1C5", .patch = patch_stac92hd83xxx}, |
Charles Chin | 8a345a0 | 2010-08-10 11:43:25 +0200 | [diff] [blame] | 6513 | { .id = 0x111d76d1, .name = "92HD87B1/3", .patch = patch_stac92hd83xxx}, |
| 6514 | { .id = 0x111d76d9, .name = "92HD87B2/4", .patch = patch_stac92hd83xxx}, |
Charles Chin | 3670600 | 2010-01-29 12:05:51 +0100 | [diff] [blame] | 6515 | { .id = 0x111d7666, .name = "92HD88B3", .patch = patch_stac92hd83xxx}, |
| 6516 | { .id = 0x111d7667, .name = "92HD88B1", .patch = patch_stac92hd83xxx}, |
| 6517 | { .id = 0x111d7668, .name = "92HD88B2", .patch = patch_stac92hd83xxx}, |
| 6518 | { .id = 0x111d7669, .name = "92HD88B4", .patch = patch_stac92hd83xxx}, |
Matthew Ranostay | aafc441 | 2008-06-13 18:04:33 +0200 | [diff] [blame] | 6519 | { .id = 0x111d7608, .name = "92HD75B2X5", .patch = patch_stac92hd71bxx}, |
Matthew Ranostay | 541eee8 | 2007-12-14 12:08:04 +0100 | [diff] [blame] | 6520 | { .id = 0x111d7674, .name = "92HD73D1X5", .patch = patch_stac92hd73xx }, |
| 6521 | { .id = 0x111d7675, .name = "92HD73C1X5", .patch = patch_stac92hd73xx }, |
Matthew Ranostay | e1f0d66 | 2007-12-13 17:47:21 +0100 | [diff] [blame] | 6522 | { .id = 0x111d7676, .name = "92HD73E1X5", .patch = patch_stac92hd73xx }, |
Matthew Ranostay | 541eee8 | 2007-12-14 12:08:04 +0100 | [diff] [blame] | 6523 | { .id = 0x111d76b0, .name = "92HD71B8X", .patch = patch_stac92hd71bxx }, |
| 6524 | { .id = 0x111d76b1, .name = "92HD71B8X", .patch = patch_stac92hd71bxx }, |
| 6525 | { .id = 0x111d76b2, .name = "92HD71B7X", .patch = patch_stac92hd71bxx }, |
| 6526 | { .id = 0x111d76b3, .name = "92HD71B7X", .patch = patch_stac92hd71bxx }, |
| 6527 | { .id = 0x111d76b4, .name = "92HD71B6X", .patch = patch_stac92hd71bxx }, |
| 6528 | { .id = 0x111d76b5, .name = "92HD71B6X", .patch = patch_stac92hd71bxx }, |
| 6529 | { .id = 0x111d76b6, .name = "92HD71B5X", .patch = patch_stac92hd71bxx }, |
| 6530 | { .id = 0x111d76b7, .name = "92HD71B5X", .patch = patch_stac92hd71bxx }, |
Charles Chin | 4d8ec5f | 2010-08-19 08:06:16 +0200 | [diff] [blame] | 6531 | { .id = 0x111d76c0, .name = "92HD89C3", .patch = patch_stac92hd73xx }, |
| 6532 | { .id = 0x111d76c1, .name = "92HD89C2", .patch = patch_stac92hd73xx }, |
| 6533 | { .id = 0x111d76c2, .name = "92HD89C1", .patch = patch_stac92hd73xx }, |
| 6534 | { .id = 0x111d76c3, .name = "92HD89B3", .patch = patch_stac92hd73xx }, |
| 6535 | { .id = 0x111d76c4, .name = "92HD89B2", .patch = patch_stac92hd73xx }, |
| 6536 | { .id = 0x111d76c5, .name = "92HD89B1", .patch = patch_stac92hd73xx }, |
| 6537 | { .id = 0x111d76c6, .name = "92HD89E3", .patch = patch_stac92hd73xx }, |
| 6538 | { .id = 0x111d76c7, .name = "92HD89E2", .patch = patch_stac92hd73xx }, |
| 6539 | { .id = 0x111d76c8, .name = "92HD89E1", .patch = patch_stac92hd73xx }, |
| 6540 | { .id = 0x111d76c9, .name = "92HD89D3", .patch = patch_stac92hd73xx }, |
| 6541 | { .id = 0x111d76ca, .name = "92HD89D2", .patch = patch_stac92hd73xx }, |
| 6542 | { .id = 0x111d76cb, .name = "92HD89D1", .patch = patch_stac92hd73xx }, |
| 6543 | { .id = 0x111d76cc, .name = "92HD89F3", .patch = patch_stac92hd73xx }, |
| 6544 | { .id = 0x111d76cd, .name = "92HD89F2", .patch = patch_stac92hd73xx }, |
| 6545 | { .id = 0x111d76ce, .name = "92HD89F1", .patch = patch_stac92hd73xx }, |
David Henningsson | 46724c2 | 2011-09-20 09:02:22 +0200 | [diff] [blame] | 6546 | { .id = 0x111d76df, .name = "92HD93BXX", .patch = patch_stac92hd83xxx}, |
Vitaliy Kulikov | ab5a6eb | 2010-09-08 09:00:17 +0200 | [diff] [blame] | 6547 | { .id = 0x111d76e0, .name = "92HD91BXX", .patch = patch_stac92hd83xxx}, |
Vitaliy Kulikov | 4dfb8a4 | 2011-02-22 17:32:19 -0600 | [diff] [blame] | 6548 | { .id = 0x111d76e3, .name = "92HD98BXX", .patch = patch_stac92hd83xxx}, |
| 6549 | { .id = 0x111d76e5, .name = "92HD99BXX", .patch = patch_stac92hd83xxx}, |
Vitaliy Kulikov | ab5a6eb | 2010-09-08 09:00:17 +0200 | [diff] [blame] | 6550 | { .id = 0x111d76e7, .name = "92HD90BXX", .patch = patch_stac92hd83xxx}, |
Charles Chin | ad5d875 | 2011-11-02 07:56:58 +0100 | [diff] [blame] | 6551 | { .id = 0x111d76e8, .name = "92HD66B1X5", .patch = patch_stac92hd83xxx}, |
| 6552 | { .id = 0x111d76e9, .name = "92HD66B2X5", .patch = patch_stac92hd83xxx}, |
| 6553 | { .id = 0x111d76ea, .name = "92HD66B3X5", .patch = patch_stac92hd83xxx}, |
| 6554 | { .id = 0x111d76eb, .name = "92HD66C1X5", .patch = patch_stac92hd83xxx}, |
| 6555 | { .id = 0x111d76ec, .name = "92HD66C2X5", .patch = patch_stac92hd83xxx}, |
| 6556 | { .id = 0x111d76ed, .name = "92HD66C3X5", .patch = patch_stac92hd83xxx}, |
| 6557 | { .id = 0x111d76ee, .name = "92HD66B1X3", .patch = patch_stac92hd83xxx}, |
| 6558 | { .id = 0x111d76ef, .name = "92HD66B2X3", .patch = patch_stac92hd83xxx}, |
| 6559 | { .id = 0x111d76f0, .name = "92HD66B3X3", .patch = patch_stac92hd83xxx}, |
| 6560 | { .id = 0x111d76f1, .name = "92HD66C1X3", .patch = patch_stac92hd83xxx}, |
| 6561 | { .id = 0x111d76f2, .name = "92HD66C2X3", .patch = patch_stac92hd83xxx}, |
| 6562 | { .id = 0x111d76f3, .name = "92HD66C3/65", .patch = patch_stac92hd83xxx}, |
Matt | 2f2f425 | 2005-04-13 14:45:30 +0200 | [diff] [blame] | 6563 | {} /* terminator */ |
| 6564 | }; |
Takashi Iwai | 1289e9e | 2008-11-27 15:47:11 +0100 | [diff] [blame] | 6565 | |
| 6566 | MODULE_ALIAS("snd-hda-codec-id:8384*"); |
| 6567 | MODULE_ALIAS("snd-hda-codec-id:111d*"); |
| 6568 | |
| 6569 | MODULE_LICENSE("GPL"); |
| 6570 | MODULE_DESCRIPTION("IDT/Sigmatel HD-audio codec"); |
| 6571 | |
| 6572 | static struct hda_codec_preset_list sigmatel_list = { |
| 6573 | .preset = snd_hda_preset_sigmatel, |
| 6574 | .owner = THIS_MODULE, |
| 6575 | }; |
| 6576 | |
| 6577 | static int __init patch_sigmatel_init(void) |
| 6578 | { |
| 6579 | return snd_hda_add_codec_preset(&sigmatel_list); |
| 6580 | } |
| 6581 | |
| 6582 | static void __exit patch_sigmatel_exit(void) |
| 6583 | { |
| 6584 | snd_hda_delete_codec_preset(&sigmatel_list); |
| 6585 | } |
| 6586 | |
| 6587 | module_init(patch_sigmatel_init) |
| 6588 | module_exit(patch_sigmatel_exit) |