blob: dd2b3d92071f698f41a75d2d7b7877eb6b357c00 [file] [log] [blame]
Takashi Iwaie5f14242009-07-01 18:11:44 +02001/*
2 * HD audio interface patch for Cirrus Logic CS420x chip
3 *
4 * Copyright (c) 2009 Takashi Iwai <tiwai@suse.de>
5 *
6 * This driver is free software; you can redistribute it and/or modify
7 * it under the terms of the GNU General Public License as published by
8 * the Free Software Foundation; either version 2 of the License, or
9 * (at your option) any later version.
10 *
11 * This driver is distributed in the hope that it will be useful,
12 * but WITHOUT ANY WARRANTY; without even the implied warranty of
13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14 * GNU General Public License for more details.
15 *
16 * You should have received a copy of the GNU General Public License
17 * along with this program; if not, write to the Free Software
18 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
19 */
20
21#include <linux/init.h>
Takashi Iwaie5f14242009-07-01 18:11:44 +020022#include <linux/slab.h>
Paul Gortmakerda155d52011-07-15 12:38:28 -040023#include <linux/module.h>
Takashi Iwaie5f14242009-07-01 18:11:44 +020024#include <sound/core.h>
Takashi Iwai1077a022012-12-19 16:39:18 +010025#include <sound/tlv.h>
Takashi Iwaie5f14242009-07-01 18:11:44 +020026#include "hda_codec.h"
27#include "hda_local.h"
Takashi Iwai128bc4b2012-05-07 17:42:31 +020028#include "hda_auto_parser.h"
Takashi Iwai1835a0f2011-10-27 22:12:46 +020029#include "hda_jack.h"
Takashi Iwai1077a022012-12-19 16:39:18 +010030#include "hda_generic.h"
Takashi Iwaie5f14242009-07-01 18:11:44 +020031
32/*
33 */
34
35struct cs_spec {
Takashi Iwai1077a022012-12-19 16:39:18 +010036 struct hda_gen_spec gen;
Takashi Iwaie5f14242009-07-01 18:11:44 +020037
Takashi Iwaied208252009-07-07 09:04:26 +020038 unsigned int gpio_mask;
39 unsigned int gpio_dir;
40 unsigned int gpio_data;
Takashi Iwai6dfeb7032011-11-22 20:00:31 +010041 unsigned int gpio_eapd_hp; /* EAPD GPIO bit for headphones */
42 unsigned int gpio_eapd_speaker; /* EAPD GPIO bit for speakers */
Takashi Iwaied208252009-07-07 09:04:26 +020043
Tim Howe56487c22011-07-22 16:41:00 -050044 /* CS421x */
45 unsigned int spdif_detect:1;
Takashi Iwai1077a022012-12-19 16:39:18 +010046 unsigned int spdif_present:1;
Tim Howe56487c22011-07-22 16:41:00 -050047 unsigned int sense_b:1;
48 hda_nid_t vendor_nid;
Takashi Iwai0c52db82013-11-08 13:03:57 +010049
50 /* for MBP SPDIF control */
51 int (*spdif_sw_put)(struct snd_kcontrol *kcontrol,
52 struct snd_ctl_elem_value *ucontrol);
Takashi Iwaie5f14242009-07-01 18:11:44 +020053};
54
Tim Howe56487c22011-07-22 16:41:00 -050055/* available models with CS420x */
Takashi Iwaia6bae202009-07-06 15:15:22 +020056enum {
Vince Weaver4e7d7c62010-09-22 17:31:37 -040057 CS420X_MBP53,
Takashi Iwaia6bae202009-07-06 15:15:22 +020058 CS420X_MBP55,
Rafael Avila de Espindola1a5ba2e2009-12-22 07:59:37 +010059 CS420X_IMAC27,
Takashi Iwaib35aabd2012-08-24 19:09:45 +020060 CS420X_GPIO_13,
61 CS420X_GPIO_23,
Takashi Iwaief596a52012-09-11 16:53:08 +020062 CS420X_MBP101,
Takashi Iwaiffe4d12b2012-11-23 08:34:13 +010063 CS420X_MBP81,
Takashi Iwai6ab982e2013-06-17 10:19:49 +020064 CS420X_MBA42,
Takashi Iwaia6bae202009-07-06 15:15:22 +020065 CS420X_AUTO,
Takashi Iwai03efce72012-09-13 09:56:57 +020066 /* aliases */
67 CS420X_IMAC27_122 = CS420X_GPIO_23,
68 CS420X_APPLE = CS420X_GPIO_13,
Takashi Iwaia6bae202009-07-06 15:15:22 +020069};
70
Tim Howe56487c22011-07-22 16:41:00 -050071/* CS421x boards */
72enum {
73 CS421X_CDB4210,
Takashi Iwaib35aabd2012-08-24 19:09:45 +020074 CS421X_SENSE_B,
Dylan Reid4af16102013-04-04 15:35:31 -070075 CS421X_STUMPY,
Tim Howe56487c22011-07-22 16:41:00 -050076};
77
Takashi Iwai40c20fa2009-07-06 13:00:57 +020078/* Vendor-specific processing widget */
79#define CS420X_VENDOR_NID 0x11
80#define CS_DIG_OUT1_PIN_NID 0x10
81#define CS_DIG_OUT2_PIN_NID 0x15
Daniel J Blueman16337e02012-11-04 13:19:03 +080082#define CS_DMIC1_PIN_NID 0x0e
83#define CS_DMIC2_PIN_NID 0x12
Takashi Iwai40c20fa2009-07-06 13:00:57 +020084
85/* coef indices */
86#define IDX_SPDIF_STAT 0x0000
87#define IDX_SPDIF_CTL 0x0001
88#define IDX_ADC_CFG 0x0002
89/* SZC bitmask, 4 modes below:
90 * 0 = immediate,
91 * 1 = digital immediate, analog zero-cross
92 * 2 = digtail & analog soft-ramp
93 * 3 = digital soft-ramp, analog zero-cross
94 */
95#define CS_COEF_ADC_SZC_MASK (3 << 0)
96#define CS_COEF_ADC_MIC_SZC_MODE (3 << 0) /* SZC setup for mic */
97#define CS_COEF_ADC_LI_SZC_MODE (3 << 0) /* SZC setup for line-in */
98/* PGA mode: 0 = differential, 1 = signle-ended */
99#define CS_COEF_ADC_MIC_PGA_MODE (1 << 5) /* PGA setup for mic */
100#define CS_COEF_ADC_LI_PGA_MODE (1 << 6) /* PGA setup for line-in */
101#define IDX_DAC_CFG 0x0003
102/* SZC bitmask, 4 modes below:
103 * 0 = Immediate
104 * 1 = zero-cross
105 * 2 = soft-ramp
106 * 3 = soft-ramp on zero-cross
107 */
108#define CS_COEF_DAC_HP_SZC_MODE (3 << 0) /* nid 0x02 */
109#define CS_COEF_DAC_LO_SZC_MODE (3 << 2) /* nid 0x03 */
110#define CS_COEF_DAC_SPK_SZC_MODE (3 << 4) /* nid 0x04 */
111
112#define IDX_BEEP_CFG 0x0004
113/* 0x0008 - test reg key */
114/* 0x0009 - 0x0014 -> 12 test regs */
115/* 0x0015 - visibility reg */
116
Ben Whittenb5bf0a92013-09-27 10:13:51 +0200117/* Cirrus Logic CS4208 */
118#define CS4208_VENDOR_NID 0x24
119
Tim Howe56487c22011-07-22 16:41:00 -0500120/*
121 * Cirrus Logic CS4210
122 *
123 * 1 DAC => HP(sense) / Speakers,
124 * 1 ADC <= LineIn(sense) / MicIn / DMicIn,
125 * 1 SPDIF OUT => SPDIF Trasmitter(sense)
126*/
127#define CS4210_DAC_NID 0x02
128#define CS4210_ADC_NID 0x03
David Henningsson5660ffd2012-01-02 12:40:17 +0100129#define CS4210_VENDOR_NID 0x0B
Tim Howe56487c22011-07-22 16:41:00 -0500130#define CS421X_DMIC_PIN_NID 0x09 /* Port E */
131#define CS421X_SPDIF_PIN_NID 0x0A /* Port H */
132
133#define CS421X_IDX_DEV_CFG 0x01
134#define CS421X_IDX_ADC_CFG 0x02
135#define CS421X_IDX_DAC_CFG 0x03
136#define CS421X_IDX_SPK_CTL 0x04
137
David Henningsson5660ffd2012-01-02 12:40:17 +0100138/* Cirrus Logic CS4213 is like CS4210 but does not have SPDIF input/output */
139#define CS4213_VENDOR_NID 0x09
140
141
Takashi Iwai277a57c2009-07-08 12:42:08 +0200142static inline int cs_vendor_coef_get(struct hda_codec *codec, unsigned int idx)
Takashi Iwai40c20fa2009-07-06 13:00:57 +0200143{
Tim Howe56487c22011-07-22 16:41:00 -0500144 struct cs_spec *spec = codec->spec;
145 snd_hda_codec_write(codec, spec->vendor_nid, 0,
Takashi Iwai40c20fa2009-07-06 13:00:57 +0200146 AC_VERB_SET_COEF_INDEX, idx);
Tim Howe56487c22011-07-22 16:41:00 -0500147 return snd_hda_codec_read(codec, spec->vendor_nid, 0,
Takashi Iwai40c20fa2009-07-06 13:00:57 +0200148 AC_VERB_GET_PROC_COEF, 0);
149}
150
Takashi Iwai277a57c2009-07-08 12:42:08 +0200151static inline void cs_vendor_coef_set(struct hda_codec *codec, unsigned int idx,
152 unsigned int coef)
Takashi Iwai40c20fa2009-07-06 13:00:57 +0200153{
Tim Howe56487c22011-07-22 16:41:00 -0500154 struct cs_spec *spec = codec->spec;
155 snd_hda_codec_write(codec, spec->vendor_nid, 0,
Takashi Iwai40c20fa2009-07-06 13:00:57 +0200156 AC_VERB_SET_COEF_INDEX, idx);
Tim Howe56487c22011-07-22 16:41:00 -0500157 snd_hda_codec_write(codec, spec->vendor_nid, 0,
Takashi Iwai40c20fa2009-07-06 13:00:57 +0200158 AC_VERB_SET_PROC_COEF, coef);
159}
160
Takashi Iwai21a4dc42009-07-06 12:55:46 +0200161/*
162 * auto-mute and auto-mic switching
Tim Howe56487c22011-07-22 16:41:00 -0500163 * CS421x auto-output redirecting
164 * HP/SPK/SPDIF
Takashi Iwai21a4dc42009-07-06 12:55:46 +0200165 */
166
Takashi Iwai1077a022012-12-19 16:39:18 +0100167static void cs_automute(struct hda_codec *codec)
Takashi Iwaie5f14242009-07-01 18:11:44 +0200168{
169 struct cs_spec *spec = codec->spec;
Takashi Iwaie5f14242009-07-01 18:11:44 +0200170
Takashi Iwai1077a022012-12-19 16:39:18 +0100171 /* mute HPs if spdif jack (SENSE_B) is present */
172 spec->gen.master_mute = !!(spec->spdif_present && spec->sense_b);
Tim Howe56487c22011-07-22 16:41:00 -0500173
Takashi Iwai1077a022012-12-19 16:39:18 +0100174 snd_hda_gen_update_outputs(codec);
Tim Howe56487c22011-07-22 16:41:00 -0500175
Takashi Iwaibe8cf442013-09-09 13:57:57 +0200176 if (spec->gpio_eapd_hp || spec->gpio_eapd_speaker) {
Takashi Iwai039eb752013-03-18 16:55:49 +0100177 spec->gpio_data = spec->gen.hp_jack_present ?
Takashi Iwai6dfeb7032011-11-22 20:00:31 +0100178 spec->gpio_eapd_hp : spec->gpio_eapd_speaker;
Stelian Pop3a385162009-07-30 14:44:27 +0200179 snd_hda_codec_write(codec, 0x01, 0,
Takashi Iwai039eb752013-03-18 16:55:49 +0100180 AC_VERB_SET_GPIO_DATA, spec->gpio_data);
Stelian Pop3a385162009-07-30 14:44:27 +0200181 }
Takashi Iwaie5f14242009-07-01 18:11:44 +0200182}
183
Takashi Iwai1077a022012-12-19 16:39:18 +0100184static bool is_active_pin(struct hda_codec *codec, hda_nid_t nid)
Takashi Iwaie5f14242009-07-01 18:11:44 +0200185{
Takashi Iwai1077a022012-12-19 16:39:18 +0100186 unsigned int val;
187 val = snd_hda_codec_get_pincfg(codec, nid);
188 return (get_defcfg_connect(val) != AC_JACK_PORT_NONE);
Takashi Iwaie5f14242009-07-01 18:11:44 +0200189}
190
Takashi Iwai1077a022012-12-19 16:39:18 +0100191static void init_input_coef(struct hda_codec *codec)
Takashi Iwaie5f14242009-07-01 18:11:44 +0200192{
193 struct cs_spec *spec = codec->spec;
Takashi Iwai40c20fa2009-07-06 13:00:57 +0200194 unsigned int coef;
Takashi Iwaie5f14242009-07-01 18:11:44 +0200195
David Henningsson5660ffd2012-01-02 12:40:17 +0100196 /* CS420x has multiple ADC, CS421x has single ADC */
197 if (spec->vendor_nid == CS420X_VENDOR_NID) {
Daniel J Blueman16337e02012-11-04 13:19:03 +0800198 coef = cs_vendor_coef_get(codec, IDX_BEEP_CFG);
Tim Howe56487c22011-07-22 16:41:00 -0500199 if (is_active_pin(codec, CS_DMIC2_PIN_NID))
Daniel J Blueman16337e02012-11-04 13:19:03 +0800200 coef |= 1 << 4; /* DMIC2 2 chan on, GPIO1 off */
Tim Howe56487c22011-07-22 16:41:00 -0500201 if (is_active_pin(codec, CS_DMIC1_PIN_NID))
Daniel J Blueman16337e02012-11-04 13:19:03 +0800202 coef |= 1 << 3; /* DMIC1 2 chan on, GPIO0 off
Tim Howe56487c22011-07-22 16:41:00 -0500203 * No effect if SPDIF_OUT2 is
204 * selected in IDX_SPDIF_CTL.
205 */
Daniel J Blueman16337e02012-11-04 13:19:03 +0800206
207 cs_vendor_coef_set(codec, IDX_BEEP_CFG, coef);
Tim Howe56487c22011-07-22 16:41:00 -0500208 }
Takashi Iwai40c20fa2009-07-06 13:00:57 +0200209}
210
Takashi Iwaic42d4782011-05-02 11:36:09 +0200211static const struct hda_verb cs_coef_init_verbs[] = {
Takashi Iwai40c20fa2009-07-06 13:00:57 +0200212 {0x11, AC_VERB_SET_PROC_STATE, 1},
213 {0x11, AC_VERB_SET_COEF_INDEX, IDX_DAC_CFG},
214 {0x11, AC_VERB_SET_PROC_COEF,
215 (0x002a /* DAC1/2/3 SZCMode Soft Ramp */
216 | 0x0040 /* Mute DACs on FIFO error */
217 | 0x1000 /* Enable DACs High Pass Filter */
218 | 0x0400 /* Disable Coefficient Auto increment */
219 )},
Takashi Iwai829e87e2012-11-23 08:25:25 +0100220 /* ADC1/2 - Digital and Analog Soft Ramp */
221 {0x11, AC_VERB_SET_COEF_INDEX, IDX_ADC_CFG},
222 {0x11, AC_VERB_SET_PROC_COEF, 0x000a},
Takashi Iwai40c20fa2009-07-06 13:00:57 +0200223 /* Beep */
Alexander Stein5a83b4b2012-11-01 13:42:37 +0100224 {0x11, AC_VERB_SET_COEF_INDEX, IDX_BEEP_CFG},
Takashi Iwai40c20fa2009-07-06 13:00:57 +0200225 {0x11, AC_VERB_SET_PROC_COEF, 0x0007}, /* Enable Beep thru DAC1/2/3 */
226
227 {} /* terminator */
228};
229
Ben Whittenb5bf0a92013-09-27 10:13:51 +0200230static const struct hda_verb cs4208_coef_init_verbs[] = {
231 {0x01, AC_VERB_SET_POWER_STATE, 0x00}, /* AFG: D0 */
232 {0x24, AC_VERB_SET_PROC_STATE, 0x01}, /* VPW: processing on */
233 {0x24, AC_VERB_SET_COEF_INDEX, 0x0033},
234 {0x24, AC_VERB_SET_PROC_COEF, 0x0001}, /* A1 ICS */
235 {0x24, AC_VERB_SET_COEF_INDEX, 0x0034},
236 {0x24, AC_VERB_SET_PROC_COEF, 0x1C01}, /* A1 Enable, A Thresh = 300mV */
237 {} /* terminator */
238};
239
Brian Austina769cbc2010-09-07 14:36:22 -0500240/* Errata: CS4207 rev C0/C1/C2 Silicon
241 *
242 * http://www.cirrus.com/en/pubs/errata/ER880C3.pdf
243 *
244 * 6. At high temperature (TA > +85°C), the digital supply current (IVD)
245 * may be excessive (up to an additional 200 μA), which is most easily
246 * observed while the part is being held in reset (RESET# active low).
247 *
248 * Root Cause: At initial powerup of the device, the logic that drives
249 * the clock and write enable to the S/PDIF SRC RAMs is not properly
250 * initialized.
251 * Certain random patterns will cause a steady leakage current in those
252 * RAM cells. The issue will resolve once the SRCs are used (turned on).
253 *
254 * Workaround: The following verb sequence briefly turns on the S/PDIF SRC
255 * blocks, which will alleviate the issue.
256 */
257
Takashi Iwaic42d4782011-05-02 11:36:09 +0200258static const struct hda_verb cs_errata_init_verbs[] = {
Brian Austina769cbc2010-09-07 14:36:22 -0500259 {0x01, AC_VERB_SET_POWER_STATE, 0x00}, /* AFG: D0 */
260 {0x11, AC_VERB_SET_PROC_STATE, 0x01}, /* VPW: processing on */
261
262 {0x11, AC_VERB_SET_COEF_INDEX, 0x0008},
263 {0x11, AC_VERB_SET_PROC_COEF, 0x9999},
264 {0x11, AC_VERB_SET_COEF_INDEX, 0x0017},
265 {0x11, AC_VERB_SET_PROC_COEF, 0xa412},
266 {0x11, AC_VERB_SET_COEF_INDEX, 0x0001},
267 {0x11, AC_VERB_SET_PROC_COEF, 0x0009},
268
269 {0x07, AC_VERB_SET_POWER_STATE, 0x00}, /* S/PDIF Rx: D0 */
270 {0x08, AC_VERB_SET_POWER_STATE, 0x00}, /* S/PDIF Tx: D0 */
271
272 {0x11, AC_VERB_SET_COEF_INDEX, 0x0017},
273 {0x11, AC_VERB_SET_PROC_COEF, 0x2412},
274 {0x11, AC_VERB_SET_COEF_INDEX, 0x0008},
275 {0x11, AC_VERB_SET_PROC_COEF, 0x0000},
276 {0x11, AC_VERB_SET_COEF_INDEX, 0x0001},
277 {0x11, AC_VERB_SET_PROC_COEF, 0x0008},
278 {0x11, AC_VERB_SET_PROC_STATE, 0x00},
279
Takashi Iwai38c07642011-03-03 14:54:19 +0100280#if 0 /* Don't to set to D3 as we are in power-up sequence */
Brian Austina769cbc2010-09-07 14:36:22 -0500281 {0x07, AC_VERB_SET_POWER_STATE, 0x03}, /* S/PDIF Rx: D3 */
282 {0x08, AC_VERB_SET_POWER_STATE, 0x03}, /* S/PDIF Tx: D3 */
283 /*{0x01, AC_VERB_SET_POWER_STATE, 0x03},*/ /* AFG: D3 This is already handled */
Takashi Iwai38c07642011-03-03 14:54:19 +0100284#endif
Brian Austina769cbc2010-09-07 14:36:22 -0500285
286 {} /* terminator */
287};
288
Takashi Iwai40c20fa2009-07-06 13:00:57 +0200289/* SPDIF setup */
Takashi Iwai1077a022012-12-19 16:39:18 +0100290static void init_digital_coef(struct hda_codec *codec)
Takashi Iwai40c20fa2009-07-06 13:00:57 +0200291{
292 unsigned int coef;
293
294 coef = 0x0002; /* SRC_MUTE soft-mute on SPDIF (if no lock) */
295 coef |= 0x0008; /* Replace with mute on error */
296 if (is_active_pin(codec, CS_DIG_OUT2_PIN_NID))
297 coef |= 0x4000; /* RX to TX1 or TX2 Loopthru / SPDIF2
298 * SPDIF_OUT2 is shared with GPIO1 and
299 * DMIC_SDA2.
300 */
301 cs_vendor_coef_set(codec, IDX_SPDIF_CTL, coef);
Takashi Iwaie5f14242009-07-01 18:11:44 +0200302}
303
304static int cs_init(struct hda_codec *codec)
305{
306 struct cs_spec *spec = codec->spec;
307
Takashi Iwaibe8cf442013-09-09 13:57:57 +0200308 if (spec->vendor_nid == CS420X_VENDOR_NID) {
309 /* init_verb sequence for C0/C1/C2 errata*/
310 snd_hda_sequence_write(codec, cs_errata_init_verbs);
311 snd_hda_sequence_write(codec, cs_coef_init_verbs);
Ben Whittenb5bf0a92013-09-27 10:13:51 +0200312 } else if (spec->vendor_nid == CS4208_VENDOR_NID) {
313 snd_hda_sequence_write(codec, cs4208_coef_init_verbs);
Takashi Iwaibe8cf442013-09-09 13:57:57 +0200314 }
Takashi Iwaied208252009-07-07 09:04:26 +0200315
Takashi Iwai1077a022012-12-19 16:39:18 +0100316 snd_hda_gen_init(codec);
Takashi Iwai98415ea2012-11-23 08:26:58 +0100317
Takashi Iwaied208252009-07-07 09:04:26 +0200318 if (spec->gpio_mask) {
319 snd_hda_codec_write(codec, 0x01, 0, AC_VERB_SET_GPIO_MASK,
320 spec->gpio_mask);
321 snd_hda_codec_write(codec, 0x01, 0, AC_VERB_SET_GPIO_DIRECTION,
322 spec->gpio_dir);
323 snd_hda_codec_write(codec, 0x01, 0, AC_VERB_SET_GPIO_DATA,
324 spec->gpio_data);
325 }
326
Takashi Iwaibe8cf442013-09-09 13:57:57 +0200327 if (spec->vendor_nid == CS420X_VENDOR_NID) {
328 init_input_coef(codec);
329 init_digital_coef(codec);
330 }
Takashi Iwai01a61e12011-10-28 00:03:22 +0200331
Takashi Iwaie5f14242009-07-01 18:11:44 +0200332 return 0;
333}
334
Takashi Iwai0c52db82013-11-08 13:03:57 +0100335static int cs_build_controls(struct hda_codec *codec)
336{
337 int err;
338
339 err = snd_hda_gen_build_controls(codec);
340 if (err < 0)
341 return err;
342 snd_hda_apply_fixup(codec, HDA_FIXUP_ACT_BUILD);
343 return 0;
344}
345
Takashi Iwai1077a022012-12-19 16:39:18 +0100346#define cs_free snd_hda_gen_free
Takashi Iwaie5f14242009-07-01 18:11:44 +0200347
Takashi Iwaic42d4782011-05-02 11:36:09 +0200348static const struct hda_codec_ops cs_patch_ops = {
Takashi Iwai0c52db82013-11-08 13:03:57 +0100349 .build_controls = cs_build_controls,
Takashi Iwai1077a022012-12-19 16:39:18 +0100350 .build_pcms = snd_hda_gen_build_pcms,
Takashi Iwaie5f14242009-07-01 18:11:44 +0200351 .init = cs_init,
352 .free = cs_free,
David Henningsson5c2e4e02012-10-08 15:44:15 +0200353 .unsol_event = snd_hda_jack_unsol_event,
Takashi Iwaie5f14242009-07-01 18:11:44 +0200354};
355
356static int cs_parse_auto_config(struct hda_codec *codec)
357{
358 struct cs_spec *spec = codec->spec;
359 int err;
360
Takashi Iwai1077a022012-12-19 16:39:18 +0100361 err = snd_hda_parse_pin_defcfg(codec, &spec->gen.autocfg, NULL, 0);
Takashi Iwaie5f14242009-07-01 18:11:44 +0200362 if (err < 0)
363 return err;
Takashi Iwaied208252009-07-07 09:04:26 +0200364
Takashi Iwai1077a022012-12-19 16:39:18 +0100365 err = snd_hda_gen_parse_auto_config(codec, &spec->gen.autocfg);
Takashi Iwaied208252009-07-07 09:04:26 +0200366 if (err < 0)
367 return err;
Takashi Iwai1077a022012-12-19 16:39:18 +0100368
Takashi Iwaie5f14242009-07-01 18:11:44 +0200369 return 0;
370}
371
Takashi Iwaib35aabd2012-08-24 19:09:45 +0200372static const struct hda_model_fixup cs420x_models[] = {
373 { .id = CS420X_MBP53, .name = "mbp53" },
374 { .id = CS420X_MBP55, .name = "mbp55" },
375 { .id = CS420X_IMAC27, .name = "imac27" },
376 { .id = CS420X_IMAC27_122, .name = "imac27_122" },
377 { .id = CS420X_APPLE, .name = "apple" },
Takashi Iwaief596a52012-09-11 16:53:08 +0200378 { .id = CS420X_MBP101, .name = "mbp101" },
Takashi Iwaiffe4d12b2012-11-23 08:34:13 +0100379 { .id = CS420X_MBP81, .name = "mbp81" },
Takashi Iwai6ab982e2013-06-17 10:19:49 +0200380 { .id = CS420X_MBA42, .name = "mba42" },
Takashi Iwaib35aabd2012-08-24 19:09:45 +0200381 {}
Takashi Iwaia6bae202009-07-06 15:15:22 +0200382};
383
Takashi Iwaib35aabd2012-08-24 19:09:45 +0200384static const struct snd_pci_quirk cs420x_fixup_tbl[] = {
Vince Weaver4e7d7c62010-09-22 17:31:37 -0400385 SND_PCI_QUIRK(0x10de, 0x0ac0, "MacBookPro 5,3", CS420X_MBP53),
Edgar (gimli) Hucek87232dd2010-11-03 08:14:10 +0100386 SND_PCI_QUIRK(0x10de, 0x0d94, "MacBookAir 3,1(2)", CS420X_MBP55),
Takashi Iwaia6bae202009-07-06 15:15:22 +0200387 SND_PCI_QUIRK(0x10de, 0xcb79, "MacBookPro 5,5", CS420X_MBP55),
Takashi Iwaif46119b2010-10-11 14:46:35 +0200388 SND_PCI_QUIRK(0x10de, 0xcb89, "MacBookPro 7,1", CS420X_MBP55),
Takashi Iwai6dfeb7032011-11-22 20:00:31 +0100389 /* this conflicts with too many other models */
390 /*SND_PCI_QUIRK(0x8086, 0x7270, "IMac 27 Inch", CS420X_IMAC27),*/
Takashi Iwai6dfeb7032011-11-22 20:00:31 +0100391
Takashi Iwaib35aabd2012-08-24 19:09:45 +0200392 /* codec SSID */
Takashi Iwaiffe4d12b2012-11-23 08:34:13 +0100393 SND_PCI_QUIRK(0x106b, 0x1c00, "MacBookPro 8,1", CS420X_MBP81),
Jérémy Lal7e5bea12012-01-09 17:19:45 +0100394 SND_PCI_QUIRK(0x106b, 0x2000, "iMac 12,2", CS420X_IMAC27_122),
Takashi Iwaief596a52012-09-11 16:53:08 +0200395 SND_PCI_QUIRK(0x106b, 0x2800, "MacBookPro 10,1", CS420X_MBP101),
Takashi Iwai2ddee912015-03-12 20:47:15 +0100396 SND_PCI_QUIRK(0x106b, 0x5600, "MacBookAir 5,2", CS420X_MBP81),
Takashi Iwai6ab982e2013-06-17 10:19:49 +0200397 SND_PCI_QUIRK(0x106b, 0x5b00, "MacBookAir 4,2", CS420X_MBA42),
Takashi Iwai6dfeb7032011-11-22 20:00:31 +0100398 SND_PCI_QUIRK_VENDOR(0x106b, "Apple", CS420X_APPLE),
Takashi Iwaia6bae202009-07-06 15:15:22 +0200399 {} /* terminator */
400};
401
Takashi Iwaib35aabd2012-08-24 19:09:45 +0200402static const struct hda_pintbl mbp53_pincfgs[] = {
Vince Weaver4e7d7c62010-09-22 17:31:37 -0400403 { 0x09, 0x012b4050 },
404 { 0x0a, 0x90100141 },
405 { 0x0b, 0x90100140 },
406 { 0x0c, 0x018b3020 },
407 { 0x0d, 0x90a00110 },
408 { 0x0e, 0x400000f0 },
409 { 0x0f, 0x01cbe030 },
410 { 0x10, 0x014be060 },
411 { 0x12, 0x400000f0 },
412 { 0x15, 0x400000f0 },
413 {} /* terminator */
414};
415
Takashi Iwaib35aabd2012-08-24 19:09:45 +0200416static const struct hda_pintbl mbp55_pincfgs[] = {
Takashi Iwaia6bae202009-07-06 15:15:22 +0200417 { 0x09, 0x012b4030 },
418 { 0x0a, 0x90100121 },
419 { 0x0b, 0x90100120 },
420 { 0x0c, 0x400000f0 },
421 { 0x0d, 0x90a00110 },
422 { 0x0e, 0x400000f0 },
423 { 0x0f, 0x400000f0 },
424 { 0x10, 0x014be040 },
425 { 0x12, 0x400000f0 },
426 { 0x15, 0x400000f0 },
427 {} /* terminator */
428};
429
Takashi Iwaib35aabd2012-08-24 19:09:45 +0200430static const struct hda_pintbl imac27_pincfgs[] = {
Rafael Avila de Espindola1a5ba2e2009-12-22 07:59:37 +0100431 { 0x09, 0x012b4050 },
432 { 0x0a, 0x90100140 },
433 { 0x0b, 0x90100142 },
434 { 0x0c, 0x018b3020 },
435 { 0x0d, 0x90a00110 },
436 { 0x0e, 0x400000f0 },
437 { 0x0f, 0x01cbe030 },
438 { 0x10, 0x014be060 },
439 { 0x12, 0x01ab9070 },
440 { 0x15, 0x400000f0 },
441 {} /* terminator */
442};
443
Takashi Iwaief596a52012-09-11 16:53:08 +0200444static const struct hda_pintbl mbp101_pincfgs[] = {
445 { 0x0d, 0x40ab90f0 },
446 { 0x0e, 0x90a600f0 },
447 { 0x12, 0x50a600f0 },
448 {} /* terminator */
449};
450
Takashi Iwai6ab982e2013-06-17 10:19:49 +0200451static const struct hda_pintbl mba42_pincfgs[] = {
452 { 0x09, 0x012b4030 }, /* HP */
453 { 0x0a, 0x400000f0 },
454 { 0x0b, 0x90100120 }, /* speaker */
455 { 0x0c, 0x400000f0 },
456 { 0x0d, 0x90a00110 }, /* mic */
457 { 0x0e, 0x400000f0 },
458 { 0x0f, 0x400000f0 },
459 { 0x10, 0x400000f0 },
460 { 0x12, 0x400000f0 },
461 { 0x15, 0x400000f0 },
462 {} /* terminator */
463};
464
Ben Whittenb5bf0a92013-09-27 10:13:51 +0200465static const struct hda_pintbl mba6_pincfgs[] = {
466 { 0x10, 0x032120f0 }, /* HP */
467 { 0x11, 0x500000f0 },
468 { 0x12, 0x90100010 }, /* Speaker */
469 { 0x13, 0x500000f0 },
470 { 0x14, 0x500000f0 },
471 { 0x15, 0x770000f0 },
472 { 0x16, 0x770000f0 },
473 { 0x17, 0x430000f0 },
474 { 0x18, 0x43ab9030 }, /* Mic */
475 { 0x19, 0x770000f0 },
476 { 0x1a, 0x770000f0 },
477 { 0x1b, 0x770000f0 },
478 { 0x1c, 0x90a00090 },
479 { 0x1d, 0x500000f0 },
480 { 0x1e, 0x500000f0 },
481 { 0x1f, 0x500000f0 },
482 { 0x20, 0x500000f0 },
483 { 0x21, 0x430000f0 },
484 { 0x22, 0x430000f0 },
485 {} /* terminator */
486};
487
Takashi Iwaib35aabd2012-08-24 19:09:45 +0200488static void cs420x_fixup_gpio_13(struct hda_codec *codec,
489 const struct hda_fixup *fix, int action)
Takashi Iwaia6bae202009-07-06 15:15:22 +0200490{
Takashi Iwaib35aabd2012-08-24 19:09:45 +0200491 if (action == HDA_FIXUP_ACT_PRE_PROBE) {
492 struct cs_spec *spec = codec->spec;
493 spec->gpio_eapd_hp = 2; /* GPIO1 = headphones */
494 spec->gpio_eapd_speaker = 8; /* GPIO3 = speakers */
495 spec->gpio_mask = spec->gpio_dir =
496 spec->gpio_eapd_hp | spec->gpio_eapd_speaker;
497 }
Takashi Iwaia6bae202009-07-06 15:15:22 +0200498}
499
Takashi Iwaib35aabd2012-08-24 19:09:45 +0200500static void cs420x_fixup_gpio_23(struct hda_codec *codec,
501 const struct hda_fixup *fix, int action)
502{
503 if (action == HDA_FIXUP_ACT_PRE_PROBE) {
504 struct cs_spec *spec = codec->spec;
505 spec->gpio_eapd_hp = 4; /* GPIO2 = headphones */
506 spec->gpio_eapd_speaker = 8; /* GPIO3 = speakers */
507 spec->gpio_mask = spec->gpio_dir =
508 spec->gpio_eapd_hp | spec->gpio_eapd_speaker;
509 }
510}
511
512static const struct hda_fixup cs420x_fixups[] = {
513 [CS420X_MBP53] = {
514 .type = HDA_FIXUP_PINS,
515 .v.pins = mbp53_pincfgs,
516 .chained = true,
517 .chain_id = CS420X_APPLE,
518 },
519 [CS420X_MBP55] = {
520 .type = HDA_FIXUP_PINS,
521 .v.pins = mbp55_pincfgs,
522 .chained = true,
523 .chain_id = CS420X_GPIO_13,
524 },
525 [CS420X_IMAC27] = {
526 .type = HDA_FIXUP_PINS,
527 .v.pins = imac27_pincfgs,
528 .chained = true,
529 .chain_id = CS420X_GPIO_13,
530 },
531 [CS420X_GPIO_13] = {
532 .type = HDA_FIXUP_FUNC,
533 .v.func = cs420x_fixup_gpio_13,
534 },
535 [CS420X_GPIO_23] = {
536 .type = HDA_FIXUP_FUNC,
537 .v.func = cs420x_fixup_gpio_23,
538 },
Takashi Iwaief596a52012-09-11 16:53:08 +0200539 [CS420X_MBP101] = {
540 .type = HDA_FIXUP_PINS,
541 .v.pins = mbp101_pincfgs,
542 .chained = true,
Takashi Iwaief596a52012-09-11 16:53:08 +0200543 .chain_id = CS420X_GPIO_13,
544 },
Takashi Iwaiffe4d12b2012-11-23 08:34:13 +0100545 [CS420X_MBP81] = {
546 .type = HDA_FIXUP_VERBS,
547 .v.verbs = (const struct hda_verb[]) {
548 /* internal mic ADC2: right only, single ended */
549 {0x11, AC_VERB_SET_COEF_INDEX, IDX_ADC_CFG},
550 {0x11, AC_VERB_SET_PROC_COEF, 0x102a},
551 {}
552 },
553 .chained = true,
554 .chain_id = CS420X_GPIO_13,
555 },
Takashi Iwai6ab982e2013-06-17 10:19:49 +0200556 [CS420X_MBA42] = {
557 .type = HDA_FIXUP_PINS,
558 .v.pins = mba42_pincfgs,
559 .chained = true,
560 .chain_id = CS420X_GPIO_13,
561 },
Takashi Iwaib35aabd2012-08-24 19:09:45 +0200562};
563
Takashi Iwai1077a022012-12-19 16:39:18 +0100564static struct cs_spec *cs_alloc_spec(struct hda_codec *codec, int vendor_nid)
565{
566 struct cs_spec *spec;
567
568 spec = kzalloc(sizeof(*spec), GFP_KERNEL);
569 if (!spec)
570 return NULL;
571 codec->spec = spec;
572 spec->vendor_nid = vendor_nid;
573 snd_hda_gen_spec_init(&spec->gen);
574
575 return spec;
576}
577
Takashi Iwaie5f14242009-07-01 18:11:44 +0200578static int patch_cs420x(struct hda_codec *codec)
579{
580 struct cs_spec *spec;
581 int err;
582
Takashi Iwai1077a022012-12-19 16:39:18 +0100583 spec = cs_alloc_spec(codec, CS420X_VENDOR_NID);
Takashi Iwaie5f14242009-07-01 18:11:44 +0200584 if (!spec)
585 return -ENOMEM;
Tim Howe56487c22011-07-22 16:41:00 -0500586
Takashi Iwai6d3073e2013-03-15 14:23:32 +0100587 spec->gen.automute_hook = cs_automute;
Takashi Iwaibad994f2015-03-12 20:28:04 +0100588 codec->single_adc_amp = 1;
Takashi Iwai6d3073e2013-03-15 14:23:32 +0100589
Takashi Iwaib35aabd2012-08-24 19:09:45 +0200590 snd_hda_pick_fixup(codec, cs420x_models, cs420x_fixup_tbl,
591 cs420x_fixups);
592 snd_hda_apply_fixup(codec, HDA_FIXUP_ACT_PRE_PROBE);
Takashi Iwaie5f14242009-07-01 18:11:44 +0200593
Takashi Iwaied208252009-07-07 09:04:26 +0200594 err = cs_parse_auto_config(codec);
Takashi Iwai21a4dc42009-07-06 12:55:46 +0200595 if (err < 0)
596 goto error;
597
Takashi Iwaie5f14242009-07-01 18:11:44 +0200598 codec->patch_ops = cs_patch_ops;
599
Takashi Iwaib35aabd2012-08-24 19:09:45 +0200600 snd_hda_apply_fixup(codec, HDA_FIXUP_ACT_PROBE);
601
Takashi Iwaie5f14242009-07-01 18:11:44 +0200602 return 0;
603
604 error:
Takashi Iwaic5e0b6d2012-10-10 08:50:35 +0200605 cs_free(codec);
Takashi Iwaie5f14242009-07-01 18:11:44 +0200606 return err;
607}
608
Tim Howe56487c22011-07-22 16:41:00 -0500609/*
Takashi Iwaibe8cf442013-09-09 13:57:57 +0200610 * CS4208 support:
Ben Whittenb5bf0a92013-09-27 10:13:51 +0200611 * Its layout is no longer compatible with CS4206/CS4207
Takashi Iwaibe8cf442013-09-09 13:57:57 +0200612 */
613enum {
Takashi Iwai885845d2013-11-08 12:50:31 +0100614 CS4208_MAC_AUTO,
Ben Whittenb5bf0a92013-09-27 10:13:51 +0200615 CS4208_MBA6,
Takashi Iwai0c52db82013-11-08 13:03:57 +0100616 CS4208_MBP11,
Takashi Iwaibe8cf442013-09-09 13:57:57 +0200617 CS4208_GPIO0,
618};
619
620static const struct hda_model_fixup cs4208_models[] = {
621 { .id = CS4208_GPIO0, .name = "gpio0" },
Ben Whittenb5bf0a92013-09-27 10:13:51 +0200622 { .id = CS4208_MBA6, .name = "mba6" },
Takashi Iwai0c52db82013-11-08 13:03:57 +0100623 { .id = CS4208_MBP11, .name = "mbp11" },
Takashi Iwaibe8cf442013-09-09 13:57:57 +0200624 {}
625};
626
627static const struct snd_pci_quirk cs4208_fixup_tbl[] = {
Takashi Iwai885845d2013-11-08 12:50:31 +0100628 SND_PCI_QUIRK_VENDOR(0x106b, "Apple", CS4208_MAC_AUTO),
629 {} /* terminator */
630};
631
632/* codec SSID matching */
633static const struct snd_pci_quirk cs4208_mac_fixup_tbl[] = {
Takashi Iwai0c52db82013-11-08 13:03:57 +0100634 SND_PCI_QUIRK(0x106b, 0x5e00, "MacBookPro 11,2", CS4208_MBP11),
Ben Whittenb5bf0a92013-09-27 10:13:51 +0200635 SND_PCI_QUIRK(0x106b, 0x7100, "MacBookAir 6,1", CS4208_MBA6),
636 SND_PCI_QUIRK(0x106b, 0x7200, "MacBookAir 6,2", CS4208_MBA6),
Takashi Iwaibe8cf442013-09-09 13:57:57 +0200637 {} /* terminator */
638};
639
640static void cs4208_fixup_gpio0(struct hda_codec *codec,
641 const struct hda_fixup *fix, int action)
642{
643 if (action == HDA_FIXUP_ACT_PRE_PROBE) {
644 struct cs_spec *spec = codec->spec;
645 spec->gpio_eapd_hp = 0;
646 spec->gpio_eapd_speaker = 1;
647 spec->gpio_mask = spec->gpio_dir =
648 spec->gpio_eapd_hp | spec->gpio_eapd_speaker;
649 }
650}
651
Takashi Iwai885845d2013-11-08 12:50:31 +0100652static const struct hda_fixup cs4208_fixups[];
653
654/* remap the fixup from codec SSID and apply it */
655static void cs4208_fixup_mac(struct hda_codec *codec,
656 const struct hda_fixup *fix, int action)
657{
658 if (action != HDA_FIXUP_ACT_PRE_PROBE)
659 return;
David Henningssonf5662e12014-07-22 14:09:34 +0200660
661 codec->fixup_id = HDA_FIXUP_ID_NOT_SET;
Takashi Iwai885845d2013-11-08 12:50:31 +0100662 snd_hda_pick_fixup(codec, NULL, cs4208_mac_fixup_tbl, cs4208_fixups);
David Henningssonf5662e12014-07-22 14:09:34 +0200663 if (codec->fixup_id == HDA_FIXUP_ID_NOT_SET)
Takashi Iwai885845d2013-11-08 12:50:31 +0100664 codec->fixup_id = CS4208_GPIO0; /* default fixup */
665 snd_hda_apply_fixup(codec, action);
666}
667
Takashi Iwai0c52db82013-11-08 13:03:57 +0100668static int cs4208_spdif_sw_put(struct snd_kcontrol *kcontrol,
669 struct snd_ctl_elem_value *ucontrol)
670{
671 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
672 struct cs_spec *spec = codec->spec;
673 hda_nid_t pin = spec->gen.autocfg.dig_out_pins[0];
674 int pinctl = ucontrol->value.integer.value[0] ? PIN_OUT : 0;
675
676 snd_hda_set_pin_ctl_cache(codec, pin, pinctl);
677 return spec->spdif_sw_put(kcontrol, ucontrol);
678}
679
680/* hook the SPDIF switch */
681static void cs4208_fixup_spdif_switch(struct hda_codec *codec,
682 const struct hda_fixup *fix, int action)
683{
684 if (action == HDA_FIXUP_ACT_BUILD) {
685 struct cs_spec *spec = codec->spec;
686 struct snd_kcontrol *kctl;
687
688 if (!spec->gen.autocfg.dig_out_pins[0])
689 return;
690 kctl = snd_hda_find_mixer_ctl(codec, "IEC958 Playback Switch");
691 if (!kctl)
692 return;
693 spec->spdif_sw_put = kctl->put;
694 kctl->put = cs4208_spdif_sw_put;
695 }
696}
697
Takashi Iwaibe8cf442013-09-09 13:57:57 +0200698static const struct hda_fixup cs4208_fixups[] = {
Ben Whittenb5bf0a92013-09-27 10:13:51 +0200699 [CS4208_MBA6] = {
700 .type = HDA_FIXUP_PINS,
701 .v.pins = mba6_pincfgs,
702 .chained = true,
703 .chain_id = CS4208_GPIO0,
704 },
Takashi Iwai0c52db82013-11-08 13:03:57 +0100705 [CS4208_MBP11] = {
706 .type = HDA_FIXUP_FUNC,
707 .v.func = cs4208_fixup_spdif_switch,
708 .chained = true,
709 .chain_id = CS4208_GPIO0,
710 },
Takashi Iwaibe8cf442013-09-09 13:57:57 +0200711 [CS4208_GPIO0] = {
712 .type = HDA_FIXUP_FUNC,
713 .v.func = cs4208_fixup_gpio0,
714 },
Takashi Iwai885845d2013-11-08 12:50:31 +0100715 [CS4208_MAC_AUTO] = {
716 .type = HDA_FIXUP_FUNC,
717 .v.func = cs4208_fixup_mac,
718 },
Takashi Iwaibe8cf442013-09-09 13:57:57 +0200719};
720
Ben Whittenb5bf0a92013-09-27 10:13:51 +0200721/* correct the 0dB offset of input pins */
722static void cs4208_fix_amp_caps(struct hda_codec *codec, hda_nid_t adc)
723{
724 unsigned int caps;
725
726 caps = query_amp_caps(codec, adc, HDA_INPUT);
727 caps &= ~(AC_AMPCAP_OFFSET);
728 caps |= 0x02;
729 snd_hda_override_amp_caps(codec, adc, HDA_INPUT, caps);
730}
731
Takashi Iwaibe8cf442013-09-09 13:57:57 +0200732static int patch_cs4208(struct hda_codec *codec)
733{
734 struct cs_spec *spec;
735 int err;
736
Ben Whittenb5bf0a92013-09-27 10:13:51 +0200737 spec = cs_alloc_spec(codec, CS4208_VENDOR_NID);
Takashi Iwaibe8cf442013-09-09 13:57:57 +0200738 if (!spec)
739 return -ENOMEM;
740
741 spec->gen.automute_hook = cs_automute;
Takashi Iwaia1114a82013-11-04 16:32:01 +0100742 /* exclude NID 0x10 (HP) from output volumes due to different steps */
743 spec->gen.out_vol_mask = 1ULL << 0x10;
Takashi Iwaibe8cf442013-09-09 13:57:57 +0200744
745 snd_hda_pick_fixup(codec, cs4208_models, cs4208_fixup_tbl,
746 cs4208_fixups);
747 snd_hda_apply_fixup(codec, HDA_FIXUP_ACT_PRE_PROBE);
748
Ben Whittenb5bf0a92013-09-27 10:13:51 +0200749 snd_hda_override_wcaps(codec, 0x18,
750 get_wcaps(codec, 0x18) | AC_WCAP_STEREO);
751 cs4208_fix_amp_caps(codec, 0x18);
752 cs4208_fix_amp_caps(codec, 0x1b);
753 cs4208_fix_amp_caps(codec, 0x1c);
754
Takashi Iwaibe8cf442013-09-09 13:57:57 +0200755 err = cs_parse_auto_config(codec);
756 if (err < 0)
757 goto error;
758
759 codec->patch_ops = cs_patch_ops;
760
761 snd_hda_apply_fixup(codec, HDA_FIXUP_ACT_PROBE);
762
763 return 0;
764
765 error:
766 cs_free(codec);
767 return err;
768}
769
770/*
Tim Howe56487c22011-07-22 16:41:00 -0500771 * Cirrus Logic CS4210
772 *
773 * 1 DAC => HP(sense) / Speakers,
774 * 1 ADC <= LineIn(sense) / MicIn / DMicIn,
775 * 1 SPDIF OUT => SPDIF Trasmitter(sense)
776*/
777
778/* CS4210 board names */
Takashi Iwaib35aabd2012-08-24 19:09:45 +0200779static const struct hda_model_fixup cs421x_models[] = {
780 { .id = CS421X_CDB4210, .name = "cdb4210" },
Dylan Reid4af16102013-04-04 15:35:31 -0700781 { .id = CS421X_STUMPY, .name = "stumpy" },
Takashi Iwaib35aabd2012-08-24 19:09:45 +0200782 {}
Tim Howe56487c22011-07-22 16:41:00 -0500783};
784
Takashi Iwaib35aabd2012-08-24 19:09:45 +0200785static const struct snd_pci_quirk cs421x_fixup_tbl[] = {
Tim Howe56487c22011-07-22 16:41:00 -0500786 /* Test Intel board + CDB2410 */
787 SND_PCI_QUIRK(0x8086, 0x5001, "DP45SG/CDB4210", CS421X_CDB4210),
788 {} /* terminator */
789};
790
791/* CS4210 board pinconfigs */
792/* Default CS4210 (CDB4210)*/
Takashi Iwaib35aabd2012-08-24 19:09:45 +0200793static const struct hda_pintbl cdb4210_pincfgs[] = {
Tim Howe56487c22011-07-22 16:41:00 -0500794 { 0x05, 0x0321401f },
795 { 0x06, 0x90170010 },
796 { 0x07, 0x03813031 },
797 { 0x08, 0xb7a70037 },
798 { 0x09, 0xb7a6003e },
799 { 0x0a, 0x034510f0 },
800 {} /* terminator */
801};
802
Dylan Reid4af16102013-04-04 15:35:31 -0700803/* Stumpy ChromeBox */
804static const struct hda_pintbl stumpy_pincfgs[] = {
805 { 0x05, 0x022120f0 },
806 { 0x06, 0x901700f0 },
807 { 0x07, 0x02a120f0 },
808 { 0x08, 0x77a70037 },
809 { 0x09, 0x77a6003e },
810 { 0x0a, 0x434510f0 },
811 {} /* terminator */
812};
813
Takashi Iwaib35aabd2012-08-24 19:09:45 +0200814/* Setup GPIO/SENSE for each board (if used) */
815static void cs421x_fixup_sense_b(struct hda_codec *codec,
816 const struct hda_fixup *fix, int action)
817{
818 struct cs_spec *spec = codec->spec;
819 if (action == HDA_FIXUP_ACT_PRE_PROBE)
820 spec->sense_b = 1;
821}
822
823static const struct hda_fixup cs421x_fixups[] = {
824 [CS421X_CDB4210] = {
825 .type = HDA_FIXUP_PINS,
826 .v.pins = cdb4210_pincfgs,
827 .chained = true,
828 .chain_id = CS421X_SENSE_B,
829 },
830 [CS421X_SENSE_B] = {
831 .type = HDA_FIXUP_FUNC,
832 .v.func = cs421x_fixup_sense_b,
Dylan Reid4af16102013-04-04 15:35:31 -0700833 },
834 [CS421X_STUMPY] = {
835 .type = HDA_FIXUP_PINS,
836 .v.pins = stumpy_pincfgs,
837 },
Tim Howe56487c22011-07-22 16:41:00 -0500838};
839
840static const struct hda_verb cs421x_coef_init_verbs[] = {
841 {0x0B, AC_VERB_SET_PROC_STATE, 1},
842 {0x0B, AC_VERB_SET_COEF_INDEX, CS421X_IDX_DEV_CFG},
843 /*
844 Disable Coefficient Index Auto-Increment(DAI)=1,
845 PDREF=0
846 */
847 {0x0B, AC_VERB_SET_PROC_COEF, 0x0001 },
848
849 {0x0B, AC_VERB_SET_COEF_INDEX, CS421X_IDX_ADC_CFG},
850 /* ADC SZCMode = Digital Soft Ramp */
851 {0x0B, AC_VERB_SET_PROC_COEF, 0x0002 },
852
853 {0x0B, AC_VERB_SET_COEF_INDEX, CS421X_IDX_DAC_CFG},
854 {0x0B, AC_VERB_SET_PROC_COEF,
855 (0x0002 /* DAC SZCMode = Digital Soft Ramp */
856 | 0x0004 /* Mute DAC on FIFO error */
857 | 0x0008 /* Enable DAC High Pass Filter */
858 )},
859 {} /* terminator */
860};
861
862/* Errata: CS4210 rev A1 Silicon
863 *
864 * http://www.cirrus.com/en/pubs/errata/
865 *
866 * Description:
867 * 1. Performance degredation is present in the ADC.
868 * 2. Speaker output is not completely muted upon HP detect.
869 * 3. Noise is present when clipping occurs on the amplified
870 * speaker outputs.
871 *
872 * Workaround:
873 * The following verb sequence written to the registers during
874 * initialization will correct the issues listed above.
875 */
876
877static const struct hda_verb cs421x_coef_init_verbs_A1_silicon_fixes[] = {
878 {0x0B, AC_VERB_SET_PROC_STATE, 0x01}, /* VPW: processing on */
879
880 {0x0B, AC_VERB_SET_COEF_INDEX, 0x0006},
881 {0x0B, AC_VERB_SET_PROC_COEF, 0x9999}, /* Test mode: on */
882
883 {0x0B, AC_VERB_SET_COEF_INDEX, 0x000A},
884 {0x0B, AC_VERB_SET_PROC_COEF, 0x14CB}, /* Chop double */
885
886 {0x0B, AC_VERB_SET_COEF_INDEX, 0x0011},
887 {0x0B, AC_VERB_SET_PROC_COEF, 0xA2D0}, /* Increase ADC current */
888
889 {0x0B, AC_VERB_SET_COEF_INDEX, 0x001A},
890 {0x0B, AC_VERB_SET_PROC_COEF, 0x02A9}, /* Mute speaker */
891
892 {0x0B, AC_VERB_SET_COEF_INDEX, 0x001B},
893 {0x0B, AC_VERB_SET_PROC_COEF, 0X1006}, /* Remove noise */
894
895 {} /* terminator */
896};
897
898/* Speaker Amp Gain is controlled by the vendor widget's coef 4 */
899static const DECLARE_TLV_DB_SCALE(cs421x_speaker_boost_db_scale, 900, 300, 0);
900
901static int cs421x_boost_vol_info(struct snd_kcontrol *kcontrol,
902 struct snd_ctl_elem_info *uinfo)
903{
904 uinfo->type = SNDRV_CTL_ELEM_TYPE_INTEGER;
905 uinfo->count = 1;
906 uinfo->value.integer.min = 0;
907 uinfo->value.integer.max = 3;
908 return 0;
909}
910
911static int cs421x_boost_vol_get(struct snd_kcontrol *kcontrol,
912 struct snd_ctl_elem_value *ucontrol)
913{
914 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
915
916 ucontrol->value.integer.value[0] =
917 cs_vendor_coef_get(codec, CS421X_IDX_SPK_CTL) & 0x0003;
918 return 0;
919}
920
921static int cs421x_boost_vol_put(struct snd_kcontrol *kcontrol,
922 struct snd_ctl_elem_value *ucontrol)
923{
924 struct hda_codec *codec = snd_kcontrol_chip(kcontrol);
925
926 unsigned int vol = ucontrol->value.integer.value[0];
927 unsigned int coef =
928 cs_vendor_coef_get(codec, CS421X_IDX_SPK_CTL);
929 unsigned int original_coef = coef;
930
931 coef &= ~0x0003;
932 coef |= (vol & 0x0003);
933 if (original_coef == coef)
934 return 0;
935 else {
936 cs_vendor_coef_set(codec, CS421X_IDX_SPK_CTL, coef);
937 return 1;
938 }
939}
940
Takashi Iwai1077a022012-12-19 16:39:18 +0100941static const struct snd_kcontrol_new cs421x_speaker_boost_ctl = {
Tim Howe56487c22011-07-22 16:41:00 -0500942
943 .iface = SNDRV_CTL_ELEM_IFACE_MIXER,
944 .access = (SNDRV_CTL_ELEM_ACCESS_READWRITE |
945 SNDRV_CTL_ELEM_ACCESS_TLV_READ),
946 .name = "Speaker Boost Playback Volume",
947 .info = cs421x_boost_vol_info,
948 .get = cs421x_boost_vol_get,
949 .put = cs421x_boost_vol_put,
950 .tlv = { .p = cs421x_speaker_boost_db_scale },
951};
952
David Henningsson5660ffd2012-01-02 12:40:17 +0100953static void cs4210_pinmux_init(struct hda_codec *codec)
Tim Howe56487c22011-07-22 16:41:00 -0500954{
955 struct cs_spec *spec = codec->spec;
956 unsigned int def_conf, coef;
957
958 /* GPIO, DMIC_SCL, DMIC_SDA and SENSE_B are multiplexed */
959 coef = cs_vendor_coef_get(codec, CS421X_IDX_DEV_CFG);
960
961 if (spec->gpio_mask)
962 coef |= 0x0008; /* B1,B2 are GPIOs */
963 else
964 coef &= ~0x0008;
965
966 if (spec->sense_b)
967 coef |= 0x0010; /* B2 is SENSE_B, not inverted */
968 else
969 coef &= ~0x0010;
970
971 cs_vendor_coef_set(codec, CS421X_IDX_DEV_CFG, coef);
972
973 if ((spec->gpio_mask || spec->sense_b) &&
974 is_active_pin(codec, CS421X_DMIC_PIN_NID)) {
975
976 /*
977 GPIO or SENSE_B forced - disconnect the DMIC pin.
978 */
979 def_conf = snd_hda_codec_get_pincfg(codec, CS421X_DMIC_PIN_NID);
980 def_conf &= ~AC_DEFCFG_PORT_CONN;
981 def_conf |= (AC_JACK_PORT_NONE << AC_DEFCFG_PORT_CONN_SHIFT);
982 snd_hda_codec_set_pincfg(codec, CS421X_DMIC_PIN_NID, def_conf);
983 }
984}
985
Takashi Iwai1077a022012-12-19 16:39:18 +0100986static void cs4210_spdif_automute(struct hda_codec *codec,
Takashi Iwai1a4f69d2014-09-11 15:22:46 +0200987 struct hda_jack_callback *tbl)
Tim Howe56487c22011-07-22 16:41:00 -0500988{
989 struct cs_spec *spec = codec->spec;
Takashi Iwai1077a022012-12-19 16:39:18 +0100990 bool spdif_present = false;
991 hda_nid_t spdif_pin = spec->gen.autocfg.dig_out_pins[0];
Tim Howe56487c22011-07-22 16:41:00 -0500992
Takashi Iwai1077a022012-12-19 16:39:18 +0100993 /* detect on spdif is specific to CS4210 */
994 if (!spec->spdif_detect ||
995 spec->vendor_nid != CS4210_VENDOR_NID)
996 return;
997
998 spdif_present = snd_hda_jack_detect(codec, spdif_pin);
999 if (spdif_present == spec->spdif_present)
1000 return;
1001
1002 spec->spdif_present = spdif_present;
1003 /* SPDIF TX on/off */
1004 if (spdif_present)
1005 snd_hda_set_pin_ctl(codec, spdif_pin,
1006 spdif_present ? PIN_OUT : 0);
1007
1008 cs_automute(codec);
1009}
1010
1011static void parse_cs421x_digital(struct hda_codec *codec)
1012{
1013 struct cs_spec *spec = codec->spec;
1014 struct auto_pin_cfg *cfg = &spec->gen.autocfg;
1015 int i;
Tim Howe56487c22011-07-22 16:41:00 -05001016
1017 for (i = 0; i < cfg->dig_outs; i++) {
1018 hda_nid_t nid = cfg->dig_out_pins[i];
Tim Howe56487c22011-07-22 16:41:00 -05001019 if (get_wcaps(codec, nid) & AC_WCAP_UNSOL_CAP) {
Tim Howe56487c22011-07-22 16:41:00 -05001020 spec->spdif_detect = 1;
Takashi Iwai1077a022012-12-19 16:39:18 +01001021 snd_hda_jack_detect_enable_callback(codec, nid,
Takashi Iwai1077a022012-12-19 16:39:18 +01001022 cs4210_spdif_automute);
Tim Howe56487c22011-07-22 16:41:00 -05001023 }
1024 }
1025}
1026
1027static int cs421x_init(struct hda_codec *codec)
1028{
1029 struct cs_spec *spec = codec->spec;
1030
David Henningsson5660ffd2012-01-02 12:40:17 +01001031 if (spec->vendor_nid == CS4210_VENDOR_NID) {
1032 snd_hda_sequence_write(codec, cs421x_coef_init_verbs);
1033 snd_hda_sequence_write(codec, cs421x_coef_init_verbs_A1_silicon_fixes);
1034 cs4210_pinmux_init(codec);
1035 }
Tim Howe56487c22011-07-22 16:41:00 -05001036
Takashi Iwai1077a022012-12-19 16:39:18 +01001037 snd_hda_gen_init(codec);
1038
Tim Howe56487c22011-07-22 16:41:00 -05001039 if (spec->gpio_mask) {
1040 snd_hda_codec_write(codec, 0x01, 0, AC_VERB_SET_GPIO_MASK,
1041 spec->gpio_mask);
1042 snd_hda_codec_write(codec, 0x01, 0, AC_VERB_SET_GPIO_DIRECTION,
1043 spec->gpio_dir);
1044 snd_hda_codec_write(codec, 0x01, 0, AC_VERB_SET_GPIO_DATA,
1045 spec->gpio_data);
1046 }
1047
Takashi Iwai1077a022012-12-19 16:39:18 +01001048 init_input_coef(codec);
1049
1050 cs4210_spdif_automute(codec, NULL);
Tim Howe56487c22011-07-22 16:41:00 -05001051
1052 return 0;
1053}
1054
Tim Howe56487c22011-07-22 16:41:00 -05001055static int cs421x_build_controls(struct hda_codec *codec)
1056{
Takashi Iwai01a61e12011-10-28 00:03:22 +02001057 struct cs_spec *spec = codec->spec;
Tim Howe56487c22011-07-22 16:41:00 -05001058 int err;
1059
Takashi Iwai1077a022012-12-19 16:39:18 +01001060 err = snd_hda_gen_build_controls(codec);
Takashi Iwai01a61e12011-10-28 00:03:22 +02001061 if (err < 0)
1062 return err;
1063
Takashi Iwai1077a022012-12-19 16:39:18 +01001064 if (spec->gen.autocfg.speaker_outs &&
1065 spec->vendor_nid == CS4210_VENDOR_NID) {
1066 err = snd_hda_ctl_add(codec, 0,
1067 snd_ctl_new1(&cs421x_speaker_boost_ctl, codec));
1068 if (err < 0)
1069 return err;
1070 }
Takashi Iwai01a61e12011-10-28 00:03:22 +02001071 return 0;
Tim Howe56487c22011-07-22 16:41:00 -05001072}
1073
Takashi Iwai1077a022012-12-19 16:39:18 +01001074static void fix_volume_caps(struct hda_codec *codec, hda_nid_t dac)
Tim Howe56487c22011-07-22 16:41:00 -05001075{
Takashi Iwai1077a022012-12-19 16:39:18 +01001076 unsigned int caps;
Tim Howe56487c22011-07-22 16:41:00 -05001077
Takashi Iwai1077a022012-12-19 16:39:18 +01001078 /* set the upper-limit for mixer amp to 0dB */
1079 caps = query_amp_caps(codec, dac, HDA_OUTPUT);
1080 caps &= ~(0x7f << AC_AMPCAP_NUM_STEPS_SHIFT);
1081 caps |= ((caps >> AC_AMPCAP_OFFSET_SHIFT) & 0x7f)
1082 << AC_AMPCAP_NUM_STEPS_SHIFT;
1083 snd_hda_override_amp_caps(codec, dac, HDA_OUTPUT, caps);
Tim Howe56487c22011-07-22 16:41:00 -05001084}
1085
1086static int cs421x_parse_auto_config(struct hda_codec *codec)
1087{
1088 struct cs_spec *spec = codec->spec;
Takashi Iwai1077a022012-12-19 16:39:18 +01001089 hda_nid_t dac = CS4210_DAC_NID;
Tim Howe56487c22011-07-22 16:41:00 -05001090 int err;
1091
Takashi Iwai1077a022012-12-19 16:39:18 +01001092 fix_volume_caps(codec, dac);
1093
1094 err = snd_hda_parse_pin_defcfg(codec, &spec->gen.autocfg, NULL, 0);
Tim Howe56487c22011-07-22 16:41:00 -05001095 if (err < 0)
1096 return err;
Takashi Iwai1077a022012-12-19 16:39:18 +01001097
1098 err = snd_hda_gen_parse_auto_config(codec, &spec->gen.autocfg);
Tim Howe56487c22011-07-22 16:41:00 -05001099 if (err < 0)
1100 return err;
Takashi Iwai1077a022012-12-19 16:39:18 +01001101
1102 parse_cs421x_digital(codec);
Tim Howe56487c22011-07-22 16:41:00 -05001103 return 0;
1104}
1105
1106#ifdef CONFIG_PM
1107/*
1108 Manage PDREF, when transitioning to D3hot
1109 (DAC,ADC) -> D3, PDREF=1, AFG->D3
1110*/
Takashi Iwai68cb2b52012-07-02 15:20:37 +02001111static int cs421x_suspend(struct hda_codec *codec)
Tim Howe56487c22011-07-22 16:41:00 -05001112{
David Henningsson5660ffd2012-01-02 12:40:17 +01001113 struct cs_spec *spec = codec->spec;
Tim Howe56487c22011-07-22 16:41:00 -05001114 unsigned int coef;
1115
1116 snd_hda_shutup_pins(codec);
1117
1118 snd_hda_codec_write(codec, CS4210_DAC_NID, 0,
1119 AC_VERB_SET_POWER_STATE, AC_PWRST_D3);
1120 snd_hda_codec_write(codec, CS4210_ADC_NID, 0,
1121 AC_VERB_SET_POWER_STATE, AC_PWRST_D3);
1122
David Henningsson5660ffd2012-01-02 12:40:17 +01001123 if (spec->vendor_nid == CS4210_VENDOR_NID) {
1124 coef = cs_vendor_coef_get(codec, CS421X_IDX_DEV_CFG);
1125 coef |= 0x0004; /* PDREF */
1126 cs_vendor_coef_set(codec, CS421X_IDX_DEV_CFG, coef);
1127 }
Tim Howe56487c22011-07-22 16:41:00 -05001128
1129 return 0;
1130}
1131#endif
1132
Daniel J Blueman00e17f72012-11-04 13:19:04 +08001133static const struct hda_codec_ops cs421x_patch_ops = {
Tim Howe56487c22011-07-22 16:41:00 -05001134 .build_controls = cs421x_build_controls,
Takashi Iwai1077a022012-12-19 16:39:18 +01001135 .build_pcms = snd_hda_gen_build_pcms,
Tim Howe56487c22011-07-22 16:41:00 -05001136 .init = cs421x_init,
1137 .free = cs_free,
David Henningsson5c2e4e02012-10-08 15:44:15 +02001138 .unsol_event = snd_hda_jack_unsol_event,
Tim Howe56487c22011-07-22 16:41:00 -05001139#ifdef CONFIG_PM
1140 .suspend = cs421x_suspend,
1141#endif
1142};
1143
David Henningsson5660ffd2012-01-02 12:40:17 +01001144static int patch_cs4210(struct hda_codec *codec)
Tim Howe56487c22011-07-22 16:41:00 -05001145{
1146 struct cs_spec *spec;
1147 int err;
1148
Takashi Iwai1077a022012-12-19 16:39:18 +01001149 spec = cs_alloc_spec(codec, CS4210_VENDOR_NID);
Tim Howe56487c22011-07-22 16:41:00 -05001150 if (!spec)
1151 return -ENOMEM;
Tim Howe56487c22011-07-22 16:41:00 -05001152
Takashi Iwai6d3073e2013-03-15 14:23:32 +01001153 spec->gen.automute_hook = cs_automute;
1154
Takashi Iwaib35aabd2012-08-24 19:09:45 +02001155 snd_hda_pick_fixup(codec, cs421x_models, cs421x_fixup_tbl,
1156 cs421x_fixups);
1157 snd_hda_apply_fixup(codec, HDA_FIXUP_ACT_PRE_PROBE);
Tim Howe56487c22011-07-22 16:41:00 -05001158
1159 /*
1160 Update the GPIO/DMIC/SENSE_B pinmux before the configuration
1161 is auto-parsed. If GPIO or SENSE_B is forced, DMIC input
1162 is disabled.
1163 */
David Henningsson5660ffd2012-01-02 12:40:17 +01001164 cs4210_pinmux_init(codec);
Tim Howe56487c22011-07-22 16:41:00 -05001165
1166 err = cs421x_parse_auto_config(codec);
1167 if (err < 0)
1168 goto error;
1169
David Henningsson5660ffd2012-01-02 12:40:17 +01001170 codec->patch_ops = cs421x_patch_ops;
Tim Howe56487c22011-07-22 16:41:00 -05001171
Takashi Iwaib35aabd2012-08-24 19:09:45 +02001172 snd_hda_apply_fixup(codec, HDA_FIXUP_ACT_PROBE);
1173
Tim Howe56487c22011-07-22 16:41:00 -05001174 return 0;
1175
1176 error:
Takashi Iwaic5e0b6d2012-10-10 08:50:35 +02001177 cs_free(codec);
Tim Howe56487c22011-07-22 16:41:00 -05001178 return err;
1179}
1180
David Henningsson5660ffd2012-01-02 12:40:17 +01001181static int patch_cs4213(struct hda_codec *codec)
1182{
1183 struct cs_spec *spec;
1184 int err;
1185
Takashi Iwai1077a022012-12-19 16:39:18 +01001186 spec = cs_alloc_spec(codec, CS4213_VENDOR_NID);
David Henningsson5660ffd2012-01-02 12:40:17 +01001187 if (!spec)
1188 return -ENOMEM;
David Henningsson5660ffd2012-01-02 12:40:17 +01001189
1190 err = cs421x_parse_auto_config(codec);
1191 if (err < 0)
1192 goto error;
1193
1194 codec->patch_ops = cs421x_patch_ops;
1195 return 0;
1196
1197 error:
Takashi Iwaic5e0b6d2012-10-10 08:50:35 +02001198 cs_free(codec);
David Henningsson5660ffd2012-01-02 12:40:17 +01001199 return err;
1200}
1201
Takashi Iwaie5f14242009-07-01 18:11:44 +02001202
1203/*
1204 * patch entries
1205 */
Takashi Iwaic42d4782011-05-02 11:36:09 +02001206static const struct hda_codec_preset snd_hda_preset_cirrus[] = {
Takashi Iwaie5f14242009-07-01 18:11:44 +02001207 { .id = 0x10134206, .name = "CS4206", .patch = patch_cs420x },
1208 { .id = 0x10134207, .name = "CS4207", .patch = patch_cs420x },
Takashi Iwaibe8cf442013-09-09 13:57:57 +02001209 { .id = 0x10134208, .name = "CS4208", .patch = patch_cs4208 },
David Henningsson5660ffd2012-01-02 12:40:17 +01001210 { .id = 0x10134210, .name = "CS4210", .patch = patch_cs4210 },
1211 { .id = 0x10134213, .name = "CS4213", .patch = patch_cs4213 },
Takashi Iwaie5f14242009-07-01 18:11:44 +02001212 {} /* terminator */
1213};
1214
1215MODULE_ALIAS("snd-hda-codec-id:10134206");
1216MODULE_ALIAS("snd-hda-codec-id:10134207");
Takashi Iwaibe8cf442013-09-09 13:57:57 +02001217MODULE_ALIAS("snd-hda-codec-id:10134208");
Tim Howe56487c22011-07-22 16:41:00 -05001218MODULE_ALIAS("snd-hda-codec-id:10134210");
David Henningsson5660ffd2012-01-02 12:40:17 +01001219MODULE_ALIAS("snd-hda-codec-id:10134213");
Takashi Iwaie5f14242009-07-01 18:11:44 +02001220
1221MODULE_LICENSE("GPL");
1222MODULE_DESCRIPTION("Cirrus Logic HD-audio codec");
1223
1224static struct hda_codec_preset_list cirrus_list = {
1225 .preset = snd_hda_preset_cirrus,
1226 .owner = THIS_MODULE,
1227};
1228
1229static int __init patch_cirrus_init(void)
1230{
1231 return snd_hda_add_codec_preset(&cirrus_list);
1232}
1233
1234static void __exit patch_cirrus_exit(void)
1235{
1236 snd_hda_delete_codec_preset(&cirrus_list);
1237}
1238
1239module_init(patch_cirrus_init)
1240module_exit(patch_cirrus_exit)