blob: 0870f5f3ed1ceef940709036744bb47d0f2a6712 [file] [log] [blame]
Linus Torvalds1da177e2005-04-16 15:20:36 -07001/*
2 *
Takashi Iwaid01ce992007-07-27 16:52:19 +02003 * hda_intel.c - Implementation of primary alsa driver code base
4 * for Intel HD Audio.
Linus Torvalds1da177e2005-04-16 15:20:36 -07005 *
6 * Copyright(c) 2004 Intel Corporation. All rights reserved.
7 *
8 * Copyright (c) 2004 Takashi Iwai <tiwai@suse.de>
9 * PeiSen Hou <pshou@realtek.com.tw>
10 *
11 * This program is free software; you can redistribute it and/or modify it
12 * under the terms of the GNU General Public License as published by the Free
13 * Software Foundation; either version 2 of the License, or (at your option)
14 * any later version.
15 *
16 * This program is distributed in the hope that it will be useful, but WITHOUT
17 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
18 * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
19 * more details.
20 *
21 * You should have received a copy of the GNU General Public License along with
22 * this program; if not, write to the Free Software Foundation, Inc., 59
23 * Temple Place - Suite 330, Boston, MA 02111-1307, USA.
24 *
25 * CONTACTS:
26 *
27 * Matt Jared matt.jared@intel.com
28 * Andy Kopp andy.kopp@intel.com
29 * Dan Kogan dan.d.kogan@intel.com
30 *
31 * CHANGES:
32 *
33 * 2004.12.01 Major rewrite by tiwai, merged the work of pshou
34 *
35 */
36
Linus Torvalds1da177e2005-04-16 15:20:36 -070037#include <linux/delay.h>
38#include <linux/interrupt.h>
Randy Dunlap362775e2005-11-07 14:43:23 +010039#include <linux/kernel.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -070040#include <linux/module.h>
Andrew Morton24982c52008-03-04 10:08:58 +010041#include <linux/dma-mapping.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -070042#include <linux/moduleparam.h>
43#include <linux/init.h>
44#include <linux/slab.h>
45#include <linux/pci.h>
Ingo Molnar62932df2006-01-16 16:34:20 +010046#include <linux/mutex.h>
Takashi Iwai0cbf0092008-10-29 16:18:25 +010047#include <linux/reboot.h>
Takashi Iwai27fe48d92011-09-28 17:16:09 +020048#include <linux/io.h>
Mengdong Linb8dfc4622012-08-23 17:32:30 +080049#include <linux/pm_runtime.h>
Pierre-Louis Bossart5d890f52012-10-22 16:42:16 -050050#include <linux/clocksource.h>
51#include <linux/time.h>
Takashi Iwaif4c482a2012-12-04 15:09:23 +010052#include <linux/completion.h>
Pierre-Louis Bossart5d890f52012-10-22 16:42:16 -050053
Takashi Iwai27fe48d92011-09-28 17:16:09 +020054#ifdef CONFIG_X86
55/* for snoop control */
56#include <asm/pgtable.h>
57#include <asm/cacheflush.h>
58#endif
Linus Torvalds1da177e2005-04-16 15:20:36 -070059#include <sound/core.h>
60#include <sound/initval.h>
Takashi Iwai91219472012-04-26 12:13:25 +020061#include <linux/vgaarb.h>
Takashi Iwaia82d51e2012-04-26 12:23:42 +020062#include <linux/vga_switcheroo.h>
Takashi Iwai4918cda2012-08-09 12:33:28 +020063#include <linux/firmware.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -070064#include "hda_codec.h"
Wang Xingchao99a20082013-05-30 22:07:10 +080065#include "hda_i915.h"
Linus Torvalds1da177e2005-04-16 15:20:36 -070066
67
Takashi Iwai5aba4f82008-01-07 15:16:37 +010068static int index[SNDRV_CARDS] = SNDRV_DEFAULT_IDX;
69static char *id[SNDRV_CARDS] = SNDRV_DEFAULT_STR;
Rusty Russella67ff6a2011-12-15 13:49:36 +103070static bool enable[SNDRV_CARDS] = SNDRV_DEFAULT_ENABLE_PNP;
Takashi Iwai5aba4f82008-01-07 15:16:37 +010071static char *model[SNDRV_CARDS];
Takashi Iwai1dac6692012-09-13 14:59:47 +020072static int position_fix[SNDRV_CARDS] = {[0 ... (SNDRV_CARDS-1)] = -1};
Takashi Iwai5c0d7bc2008-06-10 17:53:35 +020073static int bdl_pos_adj[SNDRV_CARDS] = {[0 ... (SNDRV_CARDS-1)] = -1};
Takashi Iwai5aba4f82008-01-07 15:16:37 +010074static int probe_mask[SNDRV_CARDS] = {[0 ... (SNDRV_CARDS-1)] = -1};
Takashi Iwaid4d9cd032008-12-19 15:19:11 +010075static int probe_only[SNDRV_CARDS];
David Henningsson26a6cb62012-10-09 15:04:21 +020076static int jackpoll_ms[SNDRV_CARDS];
Rusty Russella67ff6a2011-12-15 13:49:36 +103077static bool single_cmd;
Takashi Iwai716238552009-09-28 13:14:04 +020078static int enable_msi = -1;
Takashi Iwai4ea6fbc2009-06-17 09:52:54 +020079#ifdef CONFIG_SND_HDA_PATCH_LOADER
80static char *patch[SNDRV_CARDS];
81#endif
Jaroslav Kysela2dca0bb2009-11-13 18:41:52 +010082#ifdef CONFIG_SND_HDA_INPUT_BEEP
Takashi Iwai0920c9b2012-07-03 16:58:48 +020083static bool beep_mode[SNDRV_CARDS] = {[0 ... (SNDRV_CARDS-1)] =
Jaroslav Kysela2dca0bb2009-11-13 18:41:52 +010084 CONFIG_SND_HDA_INPUT_BEEP_MODE};
85#endif
Linus Torvalds1da177e2005-04-16 15:20:36 -070086
Takashi Iwai5aba4f82008-01-07 15:16:37 +010087module_param_array(index, int, NULL, 0444);
Linus Torvalds1da177e2005-04-16 15:20:36 -070088MODULE_PARM_DESC(index, "Index value for Intel HD audio interface.");
Takashi Iwai5aba4f82008-01-07 15:16:37 +010089module_param_array(id, charp, NULL, 0444);
Linus Torvalds1da177e2005-04-16 15:20:36 -070090MODULE_PARM_DESC(id, "ID string for Intel HD audio interface.");
Takashi Iwai5aba4f82008-01-07 15:16:37 +010091module_param_array(enable, bool, NULL, 0444);
92MODULE_PARM_DESC(enable, "Enable Intel HD audio interface.");
93module_param_array(model, charp, NULL, 0444);
Linus Torvalds1da177e2005-04-16 15:20:36 -070094MODULE_PARM_DESC(model, "Use the given board model.");
Takashi Iwai5aba4f82008-01-07 15:16:37 +010095module_param_array(position_fix, int, NULL, 0444);
David Henningsson4cb36312010-09-30 10:12:50 +020096MODULE_PARM_DESC(position_fix, "DMA pointer read method."
Takashi Iwai1dac6692012-09-13 14:59:47 +020097 "(-1 = system default, 0 = auto, 1 = LPIB, 2 = POSBUF, 3 = VIACOMBO, 4 = COMBO).");
Takashi Iwai555e2192008-06-10 17:53:34 +020098module_param_array(bdl_pos_adj, int, NULL, 0644);
99MODULE_PARM_DESC(bdl_pos_adj, "BDL position adjustment offset.");
Takashi Iwai5aba4f82008-01-07 15:16:37 +0100100module_param_array(probe_mask, int, NULL, 0444);
Takashi Iwai606ad752005-11-24 16:03:40 +0100101MODULE_PARM_DESC(probe_mask, "Bitmask to probe codecs (default = -1).");
Jaroslav Kysela079e6832010-03-26 11:16:59 +0100102module_param_array(probe_only, int, NULL, 0444);
Takashi Iwaid4d9cd032008-12-19 15:19:11 +0100103MODULE_PARM_DESC(probe_only, "Only probing and no codec initialization.");
David Henningsson26a6cb62012-10-09 15:04:21 +0200104module_param_array(jackpoll_ms, int, NULL, 0444);
105MODULE_PARM_DESC(jackpoll_ms, "Ms between polling for jack events (default = 0, using unsol events only)");
Takashi Iwai27346162006-01-12 18:28:44 +0100106module_param(single_cmd, bool, 0444);
Takashi Iwaid01ce992007-07-27 16:52:19 +0200107MODULE_PARM_DESC(single_cmd, "Use single command to communicate with codecs "
108 "(for debugging only).");
Takashi Iwaiac9ef6c2012-01-20 12:08:44 +0100109module_param(enable_msi, bint, 0444);
Takashi Iwai134a11f2006-11-10 12:08:37 +0100110MODULE_PARM_DESC(enable_msi, "Enable Message Signaled Interrupt (MSI)");
Takashi Iwai4ea6fbc2009-06-17 09:52:54 +0200111#ifdef CONFIG_SND_HDA_PATCH_LOADER
112module_param_array(patch, charp, NULL, 0444);
113MODULE_PARM_DESC(patch, "Patch file for Intel HD audio interface.");
114#endif
Jaroslav Kysela2dca0bb2009-11-13 18:41:52 +0100115#ifdef CONFIG_SND_HDA_INPUT_BEEP
Takashi Iwai0920c9b2012-07-03 16:58:48 +0200116module_param_array(beep_mode, bool, NULL, 0444);
Jaroslav Kysela2dca0bb2009-11-13 18:41:52 +0100117MODULE_PARM_DESC(beep_mode, "Select HDA Beep registration mode "
Takashi Iwai0920c9b2012-07-03 16:58:48 +0200118 "(0=off, 1=on) (default=1).");
Jaroslav Kysela2dca0bb2009-11-13 18:41:52 +0100119#endif
Takashi Iwai606ad752005-11-24 16:03:40 +0100120
Takashi Iwai83012a72012-08-24 18:38:08 +0200121#ifdef CONFIG_PM
Takashi Iwai65fcd412012-08-14 17:13:32 +0200122static int param_set_xint(const char *val, const struct kernel_param *kp);
123static struct kernel_param_ops param_ops_xint = {
124 .set = param_set_xint,
125 .get = param_get_int,
126};
127#define param_check_xint param_check_int
128
Takashi Iwaifee2fba2008-11-27 12:43:28 +0100129static int power_save = CONFIG_SND_HDA_POWER_SAVE_DEFAULT;
Takashi Iwai65fcd412012-08-14 17:13:32 +0200130module_param(power_save, xint, 0644);
Takashi Iwaifee2fba2008-11-27 12:43:28 +0100131MODULE_PARM_DESC(power_save, "Automatic power-saving timeout "
132 "(in second, 0 = disable).");
Linus Torvalds1da177e2005-04-16 15:20:36 -0700133
Takashi Iwaidee1b662007-08-13 16:10:30 +0200134/* reset the HD-audio controller in power save mode.
135 * this may give more power-saving, but will take longer time to
136 * wake up.
137 */
Takashi Iwai8fc24422013-04-04 15:35:24 +0200138static bool power_save_controller = 1;
139module_param(power_save_controller, bool, 0644);
Takashi Iwaidee1b662007-08-13 16:10:30 +0200140MODULE_PARM_DESC(power_save_controller, "Reset controller in power save mode.");
Takashi Iwai83012a72012-08-24 18:38:08 +0200141#endif /* CONFIG_PM */
Takashi Iwaidee1b662007-08-13 16:10:30 +0200142
Takashi Iwai7bfe0592012-01-23 17:53:39 +0100143static int align_buffer_size = -1;
144module_param(align_buffer_size, bint, 0644);
Pierre-Louis Bossart2ae66c22011-08-04 10:12:56 -0500145MODULE_PARM_DESC(align_buffer_size,
146 "Force buffer and period sizes to be multiple of 128 bytes.");
147
Takashi Iwai27fe48d92011-09-28 17:16:09 +0200148#ifdef CONFIG_X86
149static bool hda_snoop = true;
150module_param_named(snoop, hda_snoop, bool, 0444);
151MODULE_PARM_DESC(snoop, "Enable/disable snooping");
152#define azx_snoop(chip) (chip)->snoop
153#else
154#define hda_snoop true
155#define azx_snoop(chip) true
156#endif
157
158
Linus Torvalds1da177e2005-04-16 15:20:36 -0700159MODULE_LICENSE("GPL");
160MODULE_SUPPORTED_DEVICE("{{Intel, ICH6},"
161 "{Intel, ICH6M},"
Jason Gaston2f1b3812005-05-01 08:58:50 -0700162 "{Intel, ICH7},"
Frederick Lif5d40b32005-05-12 14:55:20 +0200163 "{Intel, ESB2},"
Jason Gastond2981392006-01-10 11:07:37 +0100164 "{Intel, ICH8},"
Jason Gastonf9cc8a82006-11-22 11:53:52 +0100165 "{Intel, ICH9},"
Jason Gastonc34f5a02008-01-29 12:38:49 +0100166 "{Intel, ICH10},"
Seth Heasleyb29c2362008-08-08 15:56:39 -0700167 "{Intel, PCH},"
Seth Heasleyd2f2fcd2010-01-12 17:03:35 -0800168 "{Intel, CPT},"
Seth Heasleyd2edeb72011-04-20 10:59:57 -0700169 "{Intel, PPT},"
Seth Heasley8bc039a2012-01-23 16:24:31 -0800170 "{Intel, LPT},"
James Ralston144dad92012-08-09 09:38:59 -0700171 "{Intel, LPT_LP},"
James Ralston4eeca492013-11-04 09:27:45 -0800172 "{Intel, WPT_LP},"
Wang Xingchaoe926f2c2012-06-13 10:23:51 +0800173 "{Intel, HPT},"
Seth Heasleycea310e2010-09-10 16:29:56 -0700174 "{Intel, PBG},"
Tobin Davis4979bca2008-01-30 08:13:55 +0100175 "{Intel, SCH},"
Takashi Iwaifc20a562005-05-12 15:00:41 +0200176 "{ATI, SB450},"
Felix Kuehling89be83f2006-03-31 12:33:59 +0200177 "{ATI, SB600},"
Felix Kuehling778b6e12006-05-17 11:22:21 +0200178 "{ATI, RS600},"
Felix Kuehling5b15c952006-10-16 12:49:47 +0200179 "{ATI, RS690},"
Wolke Liue6db1112007-04-27 12:20:57 +0200180 "{ATI, RS780},"
181 "{ATI, R600},"
Herton Ronaldo Krzesinski2797f722007-11-05 18:21:56 +0100182 "{ATI, RV630},"
183 "{ATI, RV610},"
Wolke Liu27da1832007-11-16 11:06:30 +0100184 "{ATI, RV670},"
185 "{ATI, RV635},"
186 "{ATI, RV620},"
187 "{ATI, RV770},"
Takashi Iwaifc20a562005-05-12 15:00:41 +0200188 "{VIA, VT8251},"
Takashi Iwai47672312005-08-12 16:44:04 +0200189 "{VIA, VT8237A},"
Takashi Iwai07e4ca52005-08-24 14:14:57 +0200190 "{SiS, SIS966},"
191 "{ULI, M5461}}");
Linus Torvalds1da177e2005-04-16 15:20:36 -0700192MODULE_DESCRIPTION("Intel HDA driver");
193
Takashi Iwai4abc1cc2009-05-19 12:16:46 +0200194#ifdef CONFIG_SND_VERBOSE_PRINTK
195#define SFX /* nop */
196#else
Daniel J Blueman445a51b2012-12-05 23:04:21 +0800197#define SFX "hda-intel "
Takashi Iwai4abc1cc2009-05-19 12:16:46 +0200198#endif
Takashi Iwaicb53c622007-08-10 17:21:45 +0200199
Takashi Iwaia82d51e2012-04-26 12:23:42 +0200200#if defined(CONFIG_PM) && defined(CONFIG_VGA_SWITCHEROO)
Takashi Iwaif8f1bec2014-02-06 18:14:03 +0100201#if IS_ENABLED(CONFIG_SND_HDA_CODEC_HDMI)
Takashi Iwaia82d51e2012-04-26 12:23:42 +0200202#define SUPPORT_VGA_SWITCHEROO
203#endif
204#endif
205
206
Takashi Iwaicb53c622007-08-10 17:21:45 +0200207/*
Linus Torvalds1da177e2005-04-16 15:20:36 -0700208 * registers
209 */
210#define ICH6_REG_GCAP 0x00
Takashi Iwaib21fadb2009-05-28 12:26:15 +0200211#define ICH6_GCAP_64OK (1 << 0) /* 64bit address support */
212#define ICH6_GCAP_NSDO (3 << 1) /* # of serial data out signals */
213#define ICH6_GCAP_BSS (31 << 3) /* # of bidirectional streams */
214#define ICH6_GCAP_ISS (15 << 8) /* # of input streams */
215#define ICH6_GCAP_OSS (15 << 12) /* # of output streams */
Linus Torvalds1da177e2005-04-16 15:20:36 -0700216#define ICH6_REG_VMIN 0x02
217#define ICH6_REG_VMAJ 0x03
218#define ICH6_REG_OUTPAY 0x04
219#define ICH6_REG_INPAY 0x06
220#define ICH6_REG_GCTL 0x08
Takashi Iwai8a933ec2009-05-31 09:28:12 +0200221#define ICH6_GCTL_RESET (1 << 0) /* controller reset */
Takashi Iwaib21fadb2009-05-28 12:26:15 +0200222#define ICH6_GCTL_FCNTRL (1 << 1) /* flush control */
223#define ICH6_GCTL_UNSOL (1 << 8) /* accept unsol. response enable */
Linus Torvalds1da177e2005-04-16 15:20:36 -0700224#define ICH6_REG_WAKEEN 0x0c
225#define ICH6_REG_STATESTS 0x0e
226#define ICH6_REG_GSTS 0x10
Takashi Iwaib21fadb2009-05-28 12:26:15 +0200227#define ICH6_GSTS_FSTS (1 << 1) /* flush status */
Linus Torvalds1da177e2005-04-16 15:20:36 -0700228#define ICH6_REG_INTCTL 0x20
229#define ICH6_REG_INTSTS 0x24
Jaroslav Kyselae5463722010-05-11 10:21:46 +0200230#define ICH6_REG_WALLCLK 0x30 /* 24Mhz source */
Takashi Iwai8b0bd222011-06-10 14:56:26 +0200231#define ICH6_REG_OLD_SSYNC 0x34 /* SSYNC for old ICH */
232#define ICH6_REG_SSYNC 0x38
Linus Torvalds1da177e2005-04-16 15:20:36 -0700233#define ICH6_REG_CORBLBASE 0x40
234#define ICH6_REG_CORBUBASE 0x44
235#define ICH6_REG_CORBWP 0x48
Takashi Iwaib21fadb2009-05-28 12:26:15 +0200236#define ICH6_REG_CORBRP 0x4a
237#define ICH6_CORBRP_RST (1 << 15) /* read pointer reset */
Linus Torvalds1da177e2005-04-16 15:20:36 -0700238#define ICH6_REG_CORBCTL 0x4c
Takashi Iwaib21fadb2009-05-28 12:26:15 +0200239#define ICH6_CORBCTL_RUN (1 << 1) /* enable DMA */
240#define ICH6_CORBCTL_CMEIE (1 << 0) /* enable memory error irq */
Linus Torvalds1da177e2005-04-16 15:20:36 -0700241#define ICH6_REG_CORBSTS 0x4d
Takashi Iwaib21fadb2009-05-28 12:26:15 +0200242#define ICH6_CORBSTS_CMEI (1 << 0) /* memory error indication */
Linus Torvalds1da177e2005-04-16 15:20:36 -0700243#define ICH6_REG_CORBSIZE 0x4e
244
245#define ICH6_REG_RIRBLBASE 0x50
246#define ICH6_REG_RIRBUBASE 0x54
247#define ICH6_REG_RIRBWP 0x58
Takashi Iwaib21fadb2009-05-28 12:26:15 +0200248#define ICH6_RIRBWP_RST (1 << 15) /* write pointer reset */
Linus Torvalds1da177e2005-04-16 15:20:36 -0700249#define ICH6_REG_RINTCNT 0x5a
250#define ICH6_REG_RIRBCTL 0x5c
Takashi Iwaib21fadb2009-05-28 12:26:15 +0200251#define ICH6_RBCTL_IRQ_EN (1 << 0) /* enable IRQ */
252#define ICH6_RBCTL_DMA_EN (1 << 1) /* enable DMA */
253#define ICH6_RBCTL_OVERRUN_EN (1 << 2) /* enable overrun irq */
Linus Torvalds1da177e2005-04-16 15:20:36 -0700254#define ICH6_REG_RIRBSTS 0x5d
Takashi Iwaib21fadb2009-05-28 12:26:15 +0200255#define ICH6_RBSTS_IRQ (1 << 0) /* response irq */
256#define ICH6_RBSTS_OVERRUN (1 << 2) /* overrun irq */
Linus Torvalds1da177e2005-04-16 15:20:36 -0700257#define ICH6_REG_RIRBSIZE 0x5e
258
259#define ICH6_REG_IC 0x60
260#define ICH6_REG_IR 0x64
261#define ICH6_REG_IRS 0x68
262#define ICH6_IRS_VALID (1<<1)
263#define ICH6_IRS_BUSY (1<<0)
264
265#define ICH6_REG_DPLBASE 0x70
266#define ICH6_REG_DPUBASE 0x74
267#define ICH6_DPLBASE_ENABLE 0x1 /* Enable position buffer */
268
269/* SD offset: SDI0=0x80, SDI1=0xa0, ... SDO3=0x160 */
270enum { SDI0, SDI1, SDI2, SDI3, SDO0, SDO1, SDO2, SDO3 };
271
272/* stream register offsets from stream base */
273#define ICH6_REG_SD_CTL 0x00
274#define ICH6_REG_SD_STS 0x03
275#define ICH6_REG_SD_LPIB 0x04
276#define ICH6_REG_SD_CBL 0x08
277#define ICH6_REG_SD_LVI 0x0c
278#define ICH6_REG_SD_FIFOW 0x0e
279#define ICH6_REG_SD_FIFOSIZE 0x10
280#define ICH6_REG_SD_FORMAT 0x12
281#define ICH6_REG_SD_BDLPL 0x18
282#define ICH6_REG_SD_BDLPU 0x1c
283
284/* PCI space */
285#define ICH6_PCIREG_TCSEL 0x44
286
287/*
288 * other constants
289 */
290
291/* max number of SDs */
Takashi Iwai07e4ca52005-08-24 14:14:57 +0200292/* ICH, ATI and VIA have 4 playback and 4 capture */
Takashi Iwai07e4ca52005-08-24 14:14:57 +0200293#define ICH6_NUM_CAPTURE 4
Takashi Iwai07e4ca52005-08-24 14:14:57 +0200294#define ICH6_NUM_PLAYBACK 4
295
296/* ULI has 6 playback and 5 capture */
Takashi Iwai07e4ca52005-08-24 14:14:57 +0200297#define ULI_NUM_CAPTURE 5
Takashi Iwai07e4ca52005-08-24 14:14:57 +0200298#define ULI_NUM_PLAYBACK 6
299
Takashi Iwai7546abf2013-12-09 10:18:09 +0100300/* ATI HDMI may have up to 8 playbacks and 0 capture */
Felix Kuehling778b6e12006-05-17 11:22:21 +0200301#define ATIHDMI_NUM_CAPTURE 0
Takashi Iwai7546abf2013-12-09 10:18:09 +0100302#define ATIHDMI_NUM_PLAYBACK 8
Felix Kuehling778b6e12006-05-17 11:22:21 +0200303
Kailang Yangf2690022008-05-27 11:44:55 +0200304/* TERA has 4 playback and 3 capture */
305#define TERA_NUM_CAPTURE 3
306#define TERA_NUM_PLAYBACK 4
307
Takashi Iwai07e4ca52005-08-24 14:14:57 +0200308/* this number is statically defined for simplicity */
309#define MAX_AZX_DEV 16
310
Linus Torvalds1da177e2005-04-16 15:20:36 -0700311/* max number of fragments - we may use more if allocating more pages for BDL */
Takashi Iwai4ce107b2008-02-06 14:50:19 +0100312#define BDL_SIZE 4096
313#define AZX_MAX_BDL_ENTRIES (BDL_SIZE / 16)
314#define AZX_MAX_FRAG 32
Linus Torvalds1da177e2005-04-16 15:20:36 -0700315/* max buffer size - no h/w limit, you can increase as you like */
316#define AZX_MAX_BUF_SIZE (1024*1024*1024)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700317
318/* RIRB int mask: overrun[2], response[0] */
319#define RIRB_INT_RESPONSE 0x01
320#define RIRB_INT_OVERRUN 0x04
321#define RIRB_INT_MASK 0x05
322
Takashi Iwai2f5983f2008-09-03 16:00:44 +0200323/* STATESTS int mask: S3,SD2,SD1,SD0 */
Wei Ni7445dfc2010-03-03 15:05:53 +0800324#define AZX_MAX_CODECS 8
325#define AZX_DEFAULT_CODECS 4
Wu Fengguangdeadff12009-08-01 18:45:16 +0800326#define STATESTS_INT_MASK ((1 << AZX_MAX_CODECS) - 1)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700327
328/* SD_CTL bits */
329#define SD_CTL_STREAM_RESET 0x01 /* stream reset bit */
330#define SD_CTL_DMA_START 0x02 /* stream DMA start bit */
Takashi Iwai850f0e52008-03-18 17:11:05 +0100331#define SD_CTL_STRIPE (3 << 16) /* stripe control */
332#define SD_CTL_TRAFFIC_PRIO (1 << 18) /* traffic priority */
333#define SD_CTL_DIR (1 << 19) /* bi-directional stream */
Linus Torvalds1da177e2005-04-16 15:20:36 -0700334#define SD_CTL_STREAM_TAG_MASK (0xf << 20)
335#define SD_CTL_STREAM_TAG_SHIFT 20
336
337/* SD_CTL and SD_STS */
338#define SD_INT_DESC_ERR 0x10 /* descriptor error interrupt */
339#define SD_INT_FIFO_ERR 0x08 /* FIFO error interrupt */
340#define SD_INT_COMPLETE 0x04 /* completion interrupt */
Takashi Iwaid01ce992007-07-27 16:52:19 +0200341#define SD_INT_MASK (SD_INT_DESC_ERR|SD_INT_FIFO_ERR|\
342 SD_INT_COMPLETE)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700343
344/* SD_STS */
345#define SD_STS_FIFO_READY 0x20 /* FIFO ready */
346
347/* INTCTL and INTSTS */
Takashi Iwaid01ce992007-07-27 16:52:19 +0200348#define ICH6_INT_ALL_STREAM 0xff /* all stream interrupts */
349#define ICH6_INT_CTRL_EN 0x40000000 /* controller interrupt enable bit */
350#define ICH6_INT_GLOBAL_EN 0x80000000 /* global interrupt enable bit */
Linus Torvalds1da177e2005-04-16 15:20:36 -0700351
Linus Torvalds1da177e2005-04-16 15:20:36 -0700352/* below are so far hardcoded - should read registers in future */
353#define ICH6_MAX_CORB_ENTRIES 256
354#define ICH6_MAX_RIRB_ENTRIES 256
355
Takashi Iwaic74db862005-05-12 14:26:27 +0200356/* position fix mode */
357enum {
Takashi Iwai0be3b5d2005-09-05 17:11:40 +0200358 POS_FIX_AUTO,
Takashi Iwaid2e1c972008-06-10 17:53:34 +0200359 POS_FIX_LPIB,
Takashi Iwai0be3b5d2005-09-05 17:11:40 +0200360 POS_FIX_POSBUF,
David Henningsson4cb36312010-09-30 10:12:50 +0200361 POS_FIX_VIACOMBO,
Takashi Iwaia6f2fd52012-02-28 11:58:40 +0100362 POS_FIX_COMBO,
Takashi Iwaic74db862005-05-12 14:26:27 +0200363};
Linus Torvalds1da177e2005-04-16 15:20:36 -0700364
Frederick Lif5d40b32005-05-12 14:55:20 +0200365/* Defines for ATI HD Audio support in SB450 south bridge */
Frederick Lif5d40b32005-05-12 14:55:20 +0200366#define ATI_SB450_HDAUDIO_MISC_CNTR2_ADDR 0x42
367#define ATI_SB450_HDAUDIO_ENABLE_SNOOP 0x02
368
Vinod Gda3fca22005-09-13 18:49:12 +0200369/* Defines for Nvidia HDA support */
370#define NVIDIA_HDA_TRANSREG_ADDR 0x4e
371#define NVIDIA_HDA_ENABLE_COHBITS 0x0f
Peer Chen320dcc32008-08-20 16:43:24 -0700372#define NVIDIA_HDA_ISTRM_COH 0x4d
373#define NVIDIA_HDA_OSTRM_COH 0x4c
374#define NVIDIA_HDA_ENABLE_COHBIT 0x01
Frederick Lif5d40b32005-05-12 14:55:20 +0200375
Takashi Iwai90a5ad52008-02-22 18:36:22 +0100376/* Defines for Intel SCH HDA snoop control */
377#define INTEL_SCH_HDA_DEVC 0x78
378#define INTEL_SCH_HDA_DEVC_NOSNOOP (0x1<<11)
379
Joseph Chan0e153472008-08-26 14:38:03 +0200380/* Define IN stream 0 FIFO size offset in VIA controller */
381#define VIA_IN_STREAM0_FIFO_SIZE_OFFSET 0x90
382/* Define VIA HD Audio Device ID*/
383#define VIA_HDAC_DEVICE_ID 0x3288
384
Yang, Libinc4da29c2008-11-13 11:07:07 +0100385/* HD Audio class code */
386#define PCI_CLASS_MULTIMEDIA_HD_AUDIO 0x0403
Takashi Iwai90a5ad52008-02-22 18:36:22 +0100387
Linus Torvalds1da177e2005-04-16 15:20:36 -0700388/*
Linus Torvalds1da177e2005-04-16 15:20:36 -0700389 */
390
Takashi Iwaia98f90f2005-11-17 14:59:02 +0100391struct azx_dev {
Takashi Iwai4ce107b2008-02-06 14:50:19 +0100392 struct snd_dma_buffer bdl; /* BDL buffer */
Takashi Iwaid01ce992007-07-27 16:52:19 +0200393 u32 *posbuf; /* position buffer pointer */
Linus Torvalds1da177e2005-04-16 15:20:36 -0700394
Takashi Iwaid01ce992007-07-27 16:52:19 +0200395 unsigned int bufsize; /* size of the play buffer in bytes */
Takashi Iwai9ad593f2008-05-16 12:34:47 +0200396 unsigned int period_bytes; /* size of the period in bytes */
Takashi Iwaid01ce992007-07-27 16:52:19 +0200397 unsigned int frags; /* number for period in the play buffer */
398 unsigned int fifo_size; /* FIFO size */
Jaroslav Kyselae5463722010-05-11 10:21:46 +0200399 unsigned long start_wallclk; /* start + minimum wallclk */
400 unsigned long period_wallclk; /* wallclk for period */
Linus Torvalds1da177e2005-04-16 15:20:36 -0700401
Takashi Iwaid01ce992007-07-27 16:52:19 +0200402 void __iomem *sd_addr; /* stream descriptor pointer */
Linus Torvalds1da177e2005-04-16 15:20:36 -0700403
Takashi Iwaid01ce992007-07-27 16:52:19 +0200404 u32 sd_int_sta_mask; /* stream int status mask */
Linus Torvalds1da177e2005-04-16 15:20:36 -0700405
406 /* pcm support */
Takashi Iwaid01ce992007-07-27 16:52:19 +0200407 struct snd_pcm_substream *substream; /* assigned substream,
408 * set in PCM open
409 */
410 unsigned int format_val; /* format value to be set in the
411 * controller and the codec
412 */
Linus Torvalds1da177e2005-04-16 15:20:36 -0700413 unsigned char stream_tag; /* assigned stream */
414 unsigned char index; /* stream index */
Takashi Iwaid5cf9912011-10-06 10:07:58 +0200415 int assigned_key; /* last device# key assigned to */
Linus Torvalds1da177e2005-04-16 15:20:36 -0700416
Pavel Machek927fc862006-08-31 17:03:43 +0200417 unsigned int opened :1;
418 unsigned int running :1;
Takashi Iwai675f25d2008-06-10 17:53:20 +0200419 unsigned int irq_pending :1;
Takashi Iwaieb49faa2013-03-15 09:19:11 +0100420 unsigned int prepared:1;
421 unsigned int locked:1;
Joseph Chan0e153472008-08-26 14:38:03 +0200422 /*
423 * For VIA:
424 * A flag to ensure DMA position is 0
425 * when link position is not greater than FIFO size
426 */
427 unsigned int insufficient :1;
Takashi Iwai27fe48d92011-09-28 17:16:09 +0200428 unsigned int wc_marked:1;
Takashi Iwai915bf292012-09-11 15:19:10 +0200429 unsigned int no_period_wakeup:1;
Pierre-Louis Bossart5d890f52012-10-22 16:42:16 -0500430
431 struct timecounter azx_tc;
432 struct cyclecounter azx_cc;
Takashi Iwaieb49faa2013-03-15 09:19:11 +0100433
Takashi Iwaie8648e52013-12-06 17:15:01 +0100434 int delay_negative_threshold;
435
Takashi Iwaieb49faa2013-03-15 09:19:11 +0100436#ifdef CONFIG_SND_HDA_DSP_LOADER
437 struct mutex dsp_mutex;
438#endif
Linus Torvalds1da177e2005-04-16 15:20:36 -0700439};
440
Takashi Iwaieb49faa2013-03-15 09:19:11 +0100441/* DSP lock helpers */
442#ifdef CONFIG_SND_HDA_DSP_LOADER
443#define dsp_lock_init(dev) mutex_init(&(dev)->dsp_mutex)
444#define dsp_lock(dev) mutex_lock(&(dev)->dsp_mutex)
445#define dsp_unlock(dev) mutex_unlock(&(dev)->dsp_mutex)
446#define dsp_is_locked(dev) ((dev)->locked)
447#else
448#define dsp_lock_init(dev) do {} while (0)
449#define dsp_lock(dev) do {} while (0)
450#define dsp_unlock(dev) do {} while (0)
451#define dsp_is_locked(dev) 0
452#endif
453
Linus Torvalds1da177e2005-04-16 15:20:36 -0700454/* CORB/RIRB */
Takashi Iwaia98f90f2005-11-17 14:59:02 +0100455struct azx_rb {
Linus Torvalds1da177e2005-04-16 15:20:36 -0700456 u32 *buf; /* CORB/RIRB buffer
457 * Each CORB entry is 4byte, RIRB is 8byte
458 */
459 dma_addr_t addr; /* physical address of CORB/RIRB buffer */
460 /* for RIRB */
461 unsigned short rp, wp; /* read/write pointers */
Wu Fengguangdeadff12009-08-01 18:45:16 +0800462 int cmds[AZX_MAX_CODECS]; /* number of pending requests */
463 u32 res[AZX_MAX_CODECS]; /* last read value */
Linus Torvalds1da177e2005-04-16 15:20:36 -0700464};
465
Takashi Iwai01b65bf2011-11-24 14:31:46 +0100466struct azx_pcm {
467 struct azx *chip;
468 struct snd_pcm *pcm;
469 struct hda_codec *codec;
470 struct hda_pcm_stream *hinfo[2];
471 struct list_head list;
472};
473
Takashi Iwaia98f90f2005-11-17 14:59:02 +0100474struct azx {
475 struct snd_card *card;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700476 struct pci_dev *pci;
Takashi Iwai555e2192008-06-10 17:53:34 +0200477 int dev_index;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700478
Takashi Iwai07e4ca52005-08-24 14:14:57 +0200479 /* chip type specific */
480 int driver_type;
Takashi Iwai9477c582011-05-25 09:11:37 +0200481 unsigned int driver_caps;
Takashi Iwai07e4ca52005-08-24 14:14:57 +0200482 int playback_streams;
483 int playback_index_offset;
484 int capture_streams;
485 int capture_index_offset;
486 int num_streams;
487
Linus Torvalds1da177e2005-04-16 15:20:36 -0700488 /* pci resources */
489 unsigned long addr;
490 void __iomem *remap_addr;
491 int irq;
492
493 /* locks */
494 spinlock_t reg_lock;
Ingo Molnar62932df2006-01-16 16:34:20 +0100495 struct mutex open_mutex;
Takashi Iwaif4c482a2012-12-04 15:09:23 +0100496 struct completion probe_wait;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700497
Takashi Iwai07e4ca52005-08-24 14:14:57 +0200498 /* streams (x num_streams) */
Takashi Iwaia98f90f2005-11-17 14:59:02 +0100499 struct azx_dev *azx_dev;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700500
501 /* PCM */
Takashi Iwai01b65bf2011-11-24 14:31:46 +0100502 struct list_head pcm_list; /* azx_pcm list */
Linus Torvalds1da177e2005-04-16 15:20:36 -0700503
504 /* HD codec */
505 unsigned short codec_mask;
Takashi Iwaif1eaaee2009-02-13 08:16:55 +0100506 int codec_probe_mask; /* copied from probe_mask option */
Linus Torvalds1da177e2005-04-16 15:20:36 -0700507 struct hda_bus *bus;
Jaroslav Kysela2dca0bb2009-11-13 18:41:52 +0100508 unsigned int beep_mode;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700509
510 /* CORB/RIRB */
Takashi Iwaia98f90f2005-11-17 14:59:02 +0100511 struct azx_rb corb;
512 struct azx_rb rirb;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700513
Takashi Iwai4ce107b2008-02-06 14:50:19 +0100514 /* CORB/RIRB and position buffers */
Linus Torvalds1da177e2005-04-16 15:20:36 -0700515 struct snd_dma_buffer rb;
516 struct snd_dma_buffer posbuf;
Takashi Iwaic74db862005-05-12 14:26:27 +0200517
Takashi Iwai4918cda2012-08-09 12:33:28 +0200518#ifdef CONFIG_SND_HDA_PATCH_LOADER
519 const struct firmware *fw;
520#endif
521
Takashi Iwaic74db862005-05-12 14:26:27 +0200522 /* flags */
Shahin Ghazinouribeaffc32010-05-11 08:19:55 +0200523 int position_fix[2]; /* for both playback/capture streams */
Maxim Levitsky1eb6dc72010-02-04 22:21:47 +0200524 int poll_count;
Takashi Iwaicb53c622007-08-10 17:21:45 +0200525 unsigned int running :1;
Pavel Machek927fc862006-08-31 17:03:43 +0200526 unsigned int initialized :1;
527 unsigned int single_cmd :1;
528 unsigned int polling_mode :1;
Takashi Iwai68e7fff2006-10-23 13:40:59 +0200529 unsigned int msi :1;
Takashi Iwaia6a950a2008-06-10 17:53:35 +0200530 unsigned int irq_pending_warned :1;
Takashi Iwai6ce4a3b2008-11-06 17:11:10 +0100531 unsigned int probing :1; /* codec probing phase */
Takashi Iwai27fe48d92011-09-28 17:16:09 +0200532 unsigned int snoop:1;
Takashi Iwai52409aa2012-01-23 17:10:24 +0100533 unsigned int align_buffer_size:1;
Takashi Iwaia82d51e2012-04-26 12:23:42 +0200534 unsigned int region_requested:1;
535
536 /* VGA-switcheroo setup */
537 unsigned int use_vga_switcheroo:1;
Takashi Iwai128960a2012-10-12 17:28:18 +0200538 unsigned int vga_switcheroo_registered:1;
Takashi Iwaia82d51e2012-04-26 12:23:42 +0200539 unsigned int init_failed:1; /* delayed init failed */
540 unsigned int disabled:1; /* disabled by VGA-switcher */
Takashi Iwai43bbb6c2007-07-06 20:22:05 +0200541
542 /* for debugging */
Wu Fengguangfeb27342009-08-01 19:17:14 +0800543 unsigned int last_cmd[AZX_MAX_CODECS];
Takashi Iwai9ad593f2008-05-16 12:34:47 +0200544
545 /* for pending irqs */
546 struct work_struct irq_pending_work;
Takashi Iwai0cbf0092008-10-29 16:18:25 +0100547
Wang Xingchao99a20082013-05-30 22:07:10 +0800548 struct work_struct probe_work;
Wang Xingchao99a20082013-05-30 22:07:10 +0800549
Takashi Iwai0cbf0092008-10-29 16:18:25 +0100550 /* reboot notifier (for mysterious hangup problem at power-down) */
551 struct notifier_block reboot_notifier;
Takashi Iwai65fcd412012-08-14 17:13:32 +0200552
553 /* card list (for power_save trigger) */
554 struct list_head list;
Takashi Iwaieb49faa2013-03-15 09:19:11 +0100555
556#ifdef CONFIG_SND_HDA_DSP_LOADER
557 struct azx_dev saved_azx_dev;
558#endif
Dave Airlie246efa42013-07-29 15:19:29 +1000559
560 /* secondary power domain for hdmi audio under vga device */
561 struct dev_pm_domain hdmi_pm_domain;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700562};
563
Takashi Iwai1a8506d2012-10-16 15:10:08 +0200564#define CREATE_TRACE_POINTS
565#include "hda_intel_trace.h"
566
Takashi Iwai07e4ca52005-08-24 14:14:57 +0200567/* driver types */
568enum {
569 AZX_DRIVER_ICH,
Seth Heasley32679f92010-02-22 17:31:09 -0800570 AZX_DRIVER_PCH,
Tobin Davis4979bca2008-01-30 08:13:55 +0100571 AZX_DRIVER_SCH,
Takashi Iwaifab12852013-11-05 17:54:05 +0100572 AZX_DRIVER_HDMI,
Takashi Iwai07e4ca52005-08-24 14:14:57 +0200573 AZX_DRIVER_ATI,
Felix Kuehling778b6e12006-05-17 11:22:21 +0200574 AZX_DRIVER_ATIHDMI,
Andiry Xu1815b342011-12-14 16:10:27 +0800575 AZX_DRIVER_ATIHDMI_NS,
Takashi Iwai07e4ca52005-08-24 14:14:57 +0200576 AZX_DRIVER_VIA,
577 AZX_DRIVER_SIS,
578 AZX_DRIVER_ULI,
Vinod Gda3fca22005-09-13 18:49:12 +0200579 AZX_DRIVER_NVIDIA,
Kailang Yangf2690022008-05-27 11:44:55 +0200580 AZX_DRIVER_TERA,
Takashi Iwai14d34f12010-10-21 09:03:25 +0200581 AZX_DRIVER_CTX,
Takashi Iwai5ae763b2012-05-08 10:34:08 +0200582 AZX_DRIVER_CTHDA,
Yang, Libinc4da29c2008-11-13 11:07:07 +0100583 AZX_DRIVER_GENERIC,
Takashi Iwai2f5983f2008-09-03 16:00:44 +0200584 AZX_NUM_DRIVERS, /* keep this as last entry */
Takashi Iwai07e4ca52005-08-24 14:14:57 +0200585};
586
Takashi Iwai9477c582011-05-25 09:11:37 +0200587/* driver quirks (capabilities) */
588/* bits 0-7 are used for indicating driver type */
589#define AZX_DCAPS_NO_TCSEL (1 << 8) /* No Intel TCSEL bit */
590#define AZX_DCAPS_NO_MSI (1 << 9) /* No MSI support */
591#define AZX_DCAPS_ATI_SNOOP (1 << 10) /* ATI snoop enable */
592#define AZX_DCAPS_NVIDIA_SNOOP (1 << 11) /* Nvidia snoop enable */
593#define AZX_DCAPS_SCH_SNOOP (1 << 12) /* SCH/PCH snoop enable */
594#define AZX_DCAPS_RIRB_DELAY (1 << 13) /* Long delay in read loop */
595#define AZX_DCAPS_RIRB_PRE_DELAY (1 << 14) /* Put a delay before read */
596#define AZX_DCAPS_CTX_WORKAROUND (1 << 15) /* X-Fi workaround */
597#define AZX_DCAPS_POSFIX_LPIB (1 << 16) /* Use LPIB as default */
598#define AZX_DCAPS_POSFIX_VIA (1 << 17) /* Use VIACOMBO as default */
599#define AZX_DCAPS_NO_64BIT (1 << 18) /* No 64bit address */
600#define AZX_DCAPS_SYNC_WRITE (1 << 19) /* sync each cmd write */
Takashi Iwai8b0bd222011-06-10 14:56:26 +0200601#define AZX_DCAPS_OLD_SSYNC (1 << 20) /* Old SSYNC reg for ICH */
Pierre-Louis Bossart2ae66c22011-08-04 10:12:56 -0500602#define AZX_DCAPS_BUFSIZE (1 << 21) /* no buffer size alignment */
Takashi Iwai7bfe0592012-01-23 17:53:39 +0100603#define AZX_DCAPS_ALIGN_BUFSIZE (1 << 22) /* buffer size alignment */
Takashi Iwai5ae763b2012-05-08 10:34:08 +0200604#define AZX_DCAPS_4K_BDLE_BOUNDARY (1 << 23) /* BDLE in 4k boundary */
Pierre-Louis Bossart90accc52012-09-21 18:39:06 -0500605#define AZX_DCAPS_COUNT_LPIB_DELAY (1 << 25) /* Take LPIB as delay */
Takashi Iwai2ea3c6a2012-11-19 20:03:37 +0100606#define AZX_DCAPS_PM_RUNTIME (1 << 26) /* runtime PM support */
Wang Xingchao99a20082013-05-30 22:07:10 +0800607#define AZX_DCAPS_I915_POWERWELL (1 << 27) /* HSW i915 power well support */
Takashi Iwai2ea3c6a2012-11-19 20:03:37 +0100608
609/* quirks for Intel PCH */
Takashi Iwaid7dab4d2013-01-08 13:51:30 +0100610#define AZX_DCAPS_INTEL_PCH_NOPM \
Takashi Iwai2ea3c6a2012-11-19 20:03:37 +0100611 (AZX_DCAPS_SCH_SNOOP | AZX_DCAPS_BUFSIZE | \
Takashi Iwaid7dab4d2013-01-08 13:51:30 +0100612 AZX_DCAPS_COUNT_LPIB_DELAY)
613
614#define AZX_DCAPS_INTEL_PCH \
615 (AZX_DCAPS_INTEL_PCH_NOPM | AZX_DCAPS_PM_RUNTIME)
Takashi Iwai9477c582011-05-25 09:11:37 +0200616
Takashi Iwai33499a12013-11-05 17:34:46 +0100617#define AZX_DCAPS_INTEL_HASWELL \
618 (AZX_DCAPS_SCH_SNOOP | AZX_DCAPS_ALIGN_BUFSIZE | \
619 AZX_DCAPS_COUNT_LPIB_DELAY | AZX_DCAPS_PM_RUNTIME | \
620 AZX_DCAPS_I915_POWERWELL)
621
Takashi Iwai9477c582011-05-25 09:11:37 +0200622/* quirks for ATI SB / AMD Hudson */
623#define AZX_DCAPS_PRESET_ATI_SB \
624 (AZX_DCAPS_ATI_SNOOP | AZX_DCAPS_NO_TCSEL | \
625 AZX_DCAPS_SYNC_WRITE | AZX_DCAPS_POSFIX_LPIB)
626
627/* quirks for ATI/AMD HDMI */
628#define AZX_DCAPS_PRESET_ATI_HDMI \
629 (AZX_DCAPS_NO_TCSEL | AZX_DCAPS_SYNC_WRITE | AZX_DCAPS_POSFIX_LPIB)
630
631/* quirks for Nvidia */
632#define AZX_DCAPS_PRESET_NVIDIA \
Takashi Iwai7bfe0592012-01-23 17:53:39 +0100633 (AZX_DCAPS_NVIDIA_SNOOP | AZX_DCAPS_RIRB_DELAY | AZX_DCAPS_NO_MSI |\
Mike Travis49d9e772013-05-01 14:04:08 -0500634 AZX_DCAPS_ALIGN_BUFSIZE | AZX_DCAPS_NO_64BIT)
Takashi Iwai9477c582011-05-25 09:11:37 +0200635
Takashi Iwai5ae763b2012-05-08 10:34:08 +0200636#define AZX_DCAPS_PRESET_CTHDA \
637 (AZX_DCAPS_NO_MSI | AZX_DCAPS_POSFIX_LPIB | AZX_DCAPS_4K_BDLE_BOUNDARY)
638
Takashi Iwaia82d51e2012-04-26 12:23:42 +0200639/*
640 * VGA-switcher support
641 */
642#ifdef SUPPORT_VGA_SWITCHEROO
Takashi Iwai5cb543d2012-08-09 13:49:23 +0200643#define use_vga_switcheroo(chip) ((chip)->use_vga_switcheroo)
644#else
645#define use_vga_switcheroo(chip) 0
646#endif
647
Takashi Iwai48c8b0e2012-12-07 07:40:35 +0100648static char *driver_short_names[] = {
Takashi Iwai07e4ca52005-08-24 14:14:57 +0200649 [AZX_DRIVER_ICH] = "HDA Intel",
Seth Heasley32679f92010-02-22 17:31:09 -0800650 [AZX_DRIVER_PCH] = "HDA Intel PCH",
Tobin Davis4979bca2008-01-30 08:13:55 +0100651 [AZX_DRIVER_SCH] = "HDA Intel MID",
Takashi Iwaifab12852013-11-05 17:54:05 +0100652 [AZX_DRIVER_HDMI] = "HDA Intel HDMI",
Takashi Iwai07e4ca52005-08-24 14:14:57 +0200653 [AZX_DRIVER_ATI] = "HDA ATI SB",
Felix Kuehling778b6e12006-05-17 11:22:21 +0200654 [AZX_DRIVER_ATIHDMI] = "HDA ATI HDMI",
Andiry Xu1815b342011-12-14 16:10:27 +0800655 [AZX_DRIVER_ATIHDMI_NS] = "HDA ATI HDMI",
Takashi Iwai07e4ca52005-08-24 14:14:57 +0200656 [AZX_DRIVER_VIA] = "HDA VIA VT82xx",
657 [AZX_DRIVER_SIS] = "HDA SIS966",
Vinod Gda3fca22005-09-13 18:49:12 +0200658 [AZX_DRIVER_ULI] = "HDA ULI M5461",
659 [AZX_DRIVER_NVIDIA] = "HDA NVidia",
Kailang Yangf2690022008-05-27 11:44:55 +0200660 [AZX_DRIVER_TERA] = "HDA Teradici",
Takashi Iwai14d34f12010-10-21 09:03:25 +0200661 [AZX_DRIVER_CTX] = "HDA Creative",
Takashi Iwai5ae763b2012-05-08 10:34:08 +0200662 [AZX_DRIVER_CTHDA] = "HDA Creative",
Yang, Libinc4da29c2008-11-13 11:07:07 +0100663 [AZX_DRIVER_GENERIC] = "HD-Audio Generic",
Takashi Iwai07e4ca52005-08-24 14:14:57 +0200664};
665
Linus Torvalds1da177e2005-04-16 15:20:36 -0700666/*
667 * macros for easy use
668 */
669#define azx_writel(chip,reg,value) \
670 writel(value, (chip)->remap_addr + ICH6_REG_##reg)
671#define azx_readl(chip,reg) \
672 readl((chip)->remap_addr + ICH6_REG_##reg)
673#define azx_writew(chip,reg,value) \
674 writew(value, (chip)->remap_addr + ICH6_REG_##reg)
675#define azx_readw(chip,reg) \
676 readw((chip)->remap_addr + ICH6_REG_##reg)
677#define azx_writeb(chip,reg,value) \
678 writeb(value, (chip)->remap_addr + ICH6_REG_##reg)
679#define azx_readb(chip,reg) \
680 readb((chip)->remap_addr + ICH6_REG_##reg)
681
682#define azx_sd_writel(dev,reg,value) \
683 writel(value, (dev)->sd_addr + ICH6_REG_##reg)
684#define azx_sd_readl(dev,reg) \
685 readl((dev)->sd_addr + ICH6_REG_##reg)
686#define azx_sd_writew(dev,reg,value) \
687 writew(value, (dev)->sd_addr + ICH6_REG_##reg)
688#define azx_sd_readw(dev,reg) \
689 readw((dev)->sd_addr + ICH6_REG_##reg)
690#define azx_sd_writeb(dev,reg,value) \
691 writeb(value, (dev)->sd_addr + ICH6_REG_##reg)
692#define azx_sd_readb(dev,reg) \
693 readb((dev)->sd_addr + ICH6_REG_##reg)
694
695/* for pcm support */
Takashi Iwaia98f90f2005-11-17 14:59:02 +0100696#define get_azx_dev(substream) (substream->runtime->private_data)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700697
Takashi Iwai27fe48d92011-09-28 17:16:09 +0200698#ifdef CONFIG_X86
Takashi Iwai9ddf1ae2013-01-29 18:07:22 +0100699static void __mark_pages_wc(struct azx *chip, struct snd_dma_buffer *dmab, bool on)
Takashi Iwai27fe48d92011-09-28 17:16:09 +0200700{
Takashi Iwai9ddf1ae2013-01-29 18:07:22 +0100701 int pages;
702
Takashi Iwai27fe48d92011-09-28 17:16:09 +0200703 if (azx_snoop(chip))
704 return;
Takashi Iwai9ddf1ae2013-01-29 18:07:22 +0100705 if (!dmab || !dmab->area || !dmab->bytes)
706 return;
707
708#ifdef CONFIG_SND_DMA_SGBUF
709 if (dmab->dev.type == SNDRV_DMA_TYPE_DEV_SG) {
710 struct snd_sg_buf *sgbuf = dmab->private_data;
Takashi Iwai27fe48d92011-09-28 17:16:09 +0200711 if (on)
Takashi Iwai9ddf1ae2013-01-29 18:07:22 +0100712 set_pages_array_wc(sgbuf->page_table, sgbuf->pages);
Takashi Iwai27fe48d92011-09-28 17:16:09 +0200713 else
Takashi Iwai9ddf1ae2013-01-29 18:07:22 +0100714 set_pages_array_wb(sgbuf->page_table, sgbuf->pages);
715 return;
Takashi Iwai27fe48d92011-09-28 17:16:09 +0200716 }
Takashi Iwai9ddf1ae2013-01-29 18:07:22 +0100717#endif
718
719 pages = (dmab->bytes + PAGE_SIZE - 1) >> PAGE_SHIFT;
720 if (on)
721 set_memory_wc((unsigned long)dmab->area, pages);
722 else
723 set_memory_wb((unsigned long)dmab->area, pages);
Takashi Iwai27fe48d92011-09-28 17:16:09 +0200724}
725
726static inline void mark_pages_wc(struct azx *chip, struct snd_dma_buffer *buf,
727 bool on)
728{
Takashi Iwai9ddf1ae2013-01-29 18:07:22 +0100729 __mark_pages_wc(chip, buf, on);
Takashi Iwai27fe48d92011-09-28 17:16:09 +0200730}
731static inline void mark_runtime_wc(struct azx *chip, struct azx_dev *azx_dev,
Takashi Iwai9ddf1ae2013-01-29 18:07:22 +0100732 struct snd_pcm_substream *substream, bool on)
Takashi Iwai27fe48d92011-09-28 17:16:09 +0200733{
734 if (azx_dev->wc_marked != on) {
Takashi Iwai9ddf1ae2013-01-29 18:07:22 +0100735 __mark_pages_wc(chip, snd_pcm_get_dma_buf(substream), on);
Takashi Iwai27fe48d92011-09-28 17:16:09 +0200736 azx_dev->wc_marked = on;
737 }
738}
739#else
740/* NOP for other archs */
741static inline void mark_pages_wc(struct azx *chip, struct snd_dma_buffer *buf,
742 bool on)
743{
744}
745static inline void mark_runtime_wc(struct azx *chip, struct azx_dev *azx_dev,
Takashi Iwai9ddf1ae2013-01-29 18:07:22 +0100746 struct snd_pcm_substream *substream, bool on)
Takashi Iwai27fe48d92011-09-28 17:16:09 +0200747{
748}
749#endif
750
Takashi Iwai68e7fff2006-10-23 13:40:59 +0200751static int azx_acquire_irq(struct azx *chip, int do_disconnect);
Maxim Levitsky1eb6dc72010-02-04 22:21:47 +0200752static int azx_send_cmd(struct hda_bus *bus, unsigned int val);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700753/*
754 * Interface for HD codec
755 */
756
Linus Torvalds1da177e2005-04-16 15:20:36 -0700757/*
758 * CORB / RIRB interface
759 */
Takashi Iwaia98f90f2005-11-17 14:59:02 +0100760static int azx_alloc_cmd_io(struct azx *chip)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700761{
762 int err;
763
764 /* single page (at least 4096 bytes) must suffice for both ringbuffes */
Takashi Iwaid01ce992007-07-27 16:52:19 +0200765 err = snd_dma_alloc_pages(SNDRV_DMA_TYPE_DEV,
766 snd_dma_pci_data(chip->pci),
Linus Torvalds1da177e2005-04-16 15:20:36 -0700767 PAGE_SIZE, &chip->rb);
768 if (err < 0) {
Daniel J Blueman445a51b2012-12-05 23:04:21 +0800769 snd_printk(KERN_ERR SFX "%s: cannot allocate CORB/RIRB\n", pci_name(chip->pci));
Linus Torvalds1da177e2005-04-16 15:20:36 -0700770 return err;
771 }
Takashi Iwai27fe48d92011-09-28 17:16:09 +0200772 mark_pages_wc(chip, &chip->rb, true);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700773 return 0;
774}
775
Takashi Iwaia98f90f2005-11-17 14:59:02 +0100776static void azx_init_cmd_io(struct azx *chip)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700777{
Wu Fengguangcdb1fbf2009-08-01 18:47:41 +0800778 spin_lock_irq(&chip->reg_lock);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700779 /* CORB set up */
780 chip->corb.addr = chip->rb.addr;
781 chip->corb.buf = (u32 *)chip->rb.area;
782 azx_writel(chip, CORBLBASE, (u32)chip->corb.addr);
Takashi Iwai766979e2008-06-13 20:53:56 +0200783 azx_writel(chip, CORBUBASE, upper_32_bits(chip->corb.addr));
Linus Torvalds1da177e2005-04-16 15:20:36 -0700784
Takashi Iwai07e4ca52005-08-24 14:14:57 +0200785 /* set the corb size to 256 entries (ULI requires explicitly) */
786 azx_writeb(chip, CORBSIZE, 0x02);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700787 /* set the corb write pointer to 0 */
788 azx_writew(chip, CORBWP, 0);
789 /* reset the corb hw read pointer */
Takashi Iwaib21fadb2009-05-28 12:26:15 +0200790 azx_writew(chip, CORBRP, ICH6_CORBRP_RST);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700791 /* enable corb dma */
Takashi Iwaib21fadb2009-05-28 12:26:15 +0200792 azx_writeb(chip, CORBCTL, ICH6_CORBCTL_RUN);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700793
794 /* RIRB set up */
795 chip->rirb.addr = chip->rb.addr + 2048;
796 chip->rirb.buf = (u32 *)(chip->rb.area + 2048);
Wu Fengguangdeadff12009-08-01 18:45:16 +0800797 chip->rirb.wp = chip->rirb.rp = 0;
798 memset(chip->rirb.cmds, 0, sizeof(chip->rirb.cmds));
Linus Torvalds1da177e2005-04-16 15:20:36 -0700799 azx_writel(chip, RIRBLBASE, (u32)chip->rirb.addr);
Takashi Iwai766979e2008-06-13 20:53:56 +0200800 azx_writel(chip, RIRBUBASE, upper_32_bits(chip->rirb.addr));
Linus Torvalds1da177e2005-04-16 15:20:36 -0700801
Takashi Iwai07e4ca52005-08-24 14:14:57 +0200802 /* set the rirb size to 256 entries (ULI requires explicitly) */
803 azx_writeb(chip, RIRBSIZE, 0x02);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700804 /* reset the rirb hw write pointer */
Takashi Iwaib21fadb2009-05-28 12:26:15 +0200805 azx_writew(chip, RIRBWP, ICH6_RIRBWP_RST);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700806 /* set N=1, get RIRB response interrupt for new entry */
Takashi Iwai9477c582011-05-25 09:11:37 +0200807 if (chip->driver_caps & AZX_DCAPS_CTX_WORKAROUND)
Takashi Iwai14d34f12010-10-21 09:03:25 +0200808 azx_writew(chip, RINTCNT, 0xc0);
809 else
810 azx_writew(chip, RINTCNT, 1);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700811 /* enable rirb dma and response irq */
Linus Torvalds1da177e2005-04-16 15:20:36 -0700812 azx_writeb(chip, RIRBCTL, ICH6_RBCTL_DMA_EN | ICH6_RBCTL_IRQ_EN);
Wu Fengguangcdb1fbf2009-08-01 18:47:41 +0800813 spin_unlock_irq(&chip->reg_lock);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700814}
815
Takashi Iwaia98f90f2005-11-17 14:59:02 +0100816static void azx_free_cmd_io(struct azx *chip)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700817{
Wu Fengguangcdb1fbf2009-08-01 18:47:41 +0800818 spin_lock_irq(&chip->reg_lock);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700819 /* disable ringbuffer DMAs */
820 azx_writeb(chip, RIRBCTL, 0);
821 azx_writeb(chip, CORBCTL, 0);
Wu Fengguangcdb1fbf2009-08-01 18:47:41 +0800822 spin_unlock_irq(&chip->reg_lock);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700823}
824
Wu Fengguangdeadff12009-08-01 18:45:16 +0800825static unsigned int azx_command_addr(u32 cmd)
826{
827 unsigned int addr = cmd >> 28;
828
829 if (addr >= AZX_MAX_CODECS) {
830 snd_BUG();
831 addr = 0;
832 }
833
834 return addr;
835}
836
Linus Torvalds1da177e2005-04-16 15:20:36 -0700837/* send a command */
Takashi Iwai33fa35e2008-11-06 16:50:40 +0100838static int azx_corb_send_cmd(struct hda_bus *bus, u32 val)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700839{
Takashi Iwai33fa35e2008-11-06 16:50:40 +0100840 struct azx *chip = bus->private_data;
Wu Fengguangdeadff12009-08-01 18:45:16 +0800841 unsigned int addr = azx_command_addr(val);
Takashi Iwai3bcce5c2012-12-20 11:17:17 +0100842 unsigned int wp, rp;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700843
Wu Fengguangc32649f2009-08-01 18:48:12 +0800844 spin_lock_irq(&chip->reg_lock);
845
Linus Torvalds1da177e2005-04-16 15:20:36 -0700846 /* add command to corb */
Takashi Iwaicc5ede32012-12-12 11:10:49 +0100847 wp = azx_readw(chip, CORBWP);
848 if (wp == 0xffff) {
849 /* something wrong, controller likely turned to D3 */
850 spin_unlock_irq(&chip->reg_lock);
Takashi Iwai3bcce5c2012-12-20 11:17:17 +0100851 return -EIO;
Takashi Iwaicc5ede32012-12-12 11:10:49 +0100852 }
Linus Torvalds1da177e2005-04-16 15:20:36 -0700853 wp++;
854 wp %= ICH6_MAX_CORB_ENTRIES;
855
Takashi Iwai3bcce5c2012-12-20 11:17:17 +0100856 rp = azx_readw(chip, CORBRP);
857 if (wp == rp) {
858 /* oops, it's full */
859 spin_unlock_irq(&chip->reg_lock);
860 return -EAGAIN;
861 }
862
Wu Fengguangdeadff12009-08-01 18:45:16 +0800863 chip->rirb.cmds[addr]++;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700864 chip->corb.buf[wp] = cpu_to_le32(val);
865 azx_writel(chip, CORBWP, wp);
Wu Fengguangc32649f2009-08-01 18:48:12 +0800866
Linus Torvalds1da177e2005-04-16 15:20:36 -0700867 spin_unlock_irq(&chip->reg_lock);
868
869 return 0;
870}
871
872#define ICH6_RIRB_EX_UNSOL_EV (1<<4)
873
874/* retrieve RIRB entry - called from interrupt handler */
Takashi Iwaia98f90f2005-11-17 14:59:02 +0100875static void azx_update_rirb(struct azx *chip)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700876{
877 unsigned int rp, wp;
Wu Fengguangdeadff12009-08-01 18:45:16 +0800878 unsigned int addr;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700879 u32 res, res_ex;
880
Takashi Iwaicc5ede32012-12-12 11:10:49 +0100881 wp = azx_readw(chip, RIRBWP);
882 if (wp == 0xffff) {
883 /* something wrong, controller likely turned to D3 */
884 return;
885 }
886
Linus Torvalds1da177e2005-04-16 15:20:36 -0700887 if (wp == chip->rirb.wp)
888 return;
889 chip->rirb.wp = wp;
Wu Fengguangdeadff12009-08-01 18:45:16 +0800890
Linus Torvalds1da177e2005-04-16 15:20:36 -0700891 while (chip->rirb.rp != wp) {
892 chip->rirb.rp++;
893 chip->rirb.rp %= ICH6_MAX_RIRB_ENTRIES;
894
895 rp = chip->rirb.rp << 1; /* an RIRB entry is 8-bytes */
896 res_ex = le32_to_cpu(chip->rirb.buf[rp + 1]);
897 res = le32_to_cpu(chip->rirb.buf[rp]);
David Henningsson3d692452014-01-29 13:12:31 +0100898 addr = res_ex & 0xf;
899 if ((addr >= AZX_MAX_CODECS) || !(chip->codec_mask & (1 << addr))) {
900 snd_printk(KERN_ERR SFX "%s: spurious response %#x:%#x, rp = %d, wp = %d",
901 pci_name(chip->pci),
902 res, res_ex,
903 chip->rirb.rp, wp);
904 snd_BUG();
905 }
906 else if (res_ex & ICH6_RIRB_EX_UNSOL_EV)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700907 snd_hda_queue_unsol_event(chip->bus, res, res_ex);
Wu Fengguangdeadff12009-08-01 18:45:16 +0800908 else if (chip->rirb.cmds[addr]) {
909 chip->rirb.res[addr] = res;
Takashi Iwai2add9b92008-03-18 09:47:06 +0100910 smp_wmb();
Wu Fengguangdeadff12009-08-01 18:45:16 +0800911 chip->rirb.cmds[addr]--;
Joe Perches3b70a672013-11-07 11:55:15 -0800912 } else if (printk_ratelimit()) {
913 snd_printk(KERN_ERR SFX "%s: spurious response %#x:%#x, last cmd=%#08x\n",
Takashi Iwai9e3d3522012-10-17 08:39:37 +0200914 pci_name(chip->pci),
Wu Fengguange310bb02009-08-01 19:18:45 +0800915 res, res_ex,
916 chip->last_cmd[addr]);
Joe Perches3b70a672013-11-07 11:55:15 -0800917 }
Linus Torvalds1da177e2005-04-16 15:20:36 -0700918 }
919}
920
921/* receive a response */
Wu Fengguangdeadff12009-08-01 18:45:16 +0800922static unsigned int azx_rirb_get_response(struct hda_bus *bus,
923 unsigned int addr)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700924{
Takashi Iwai33fa35e2008-11-06 16:50:40 +0100925 struct azx *chip = bus->private_data;
Takashi Iwai5c79b1f2006-09-21 13:34:13 +0200926 unsigned long timeout;
David Henningsson32cf4022012-05-04 11:05:55 +0200927 unsigned long loopcounter;
Maxim Levitsky1eb6dc72010-02-04 22:21:47 +0200928 int do_poll = 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700929
Takashi Iwai5c79b1f2006-09-21 13:34:13 +0200930 again:
931 timeout = jiffies + msecs_to_jiffies(1000);
David Henningsson32cf4022012-05-04 11:05:55 +0200932
933 for (loopcounter = 0;; loopcounter++) {
Maxim Levitsky1eb6dc72010-02-04 22:21:47 +0200934 if (chip->polling_mode || do_poll) {
Takashi Iwaie96224a2006-08-21 17:57:44 +0200935 spin_lock_irq(&chip->reg_lock);
936 azx_update_rirb(chip);
937 spin_unlock_irq(&chip->reg_lock);
938 }
Wu Fengguangdeadff12009-08-01 18:45:16 +0800939 if (!chip->rirb.cmds[addr]) {
Takashi Iwai2add9b92008-03-18 09:47:06 +0100940 smp_rmb();
Takashi Iwaib6132912009-03-24 07:36:09 +0100941 bus->rirb_error = 0;
Maxim Levitsky1eb6dc72010-02-04 22:21:47 +0200942
943 if (!do_poll)
944 chip->poll_count = 0;
Wu Fengguangdeadff12009-08-01 18:45:16 +0800945 return chip->rirb.res[addr]; /* the last value */
Takashi Iwai2add9b92008-03-18 09:47:06 +0100946 }
Takashi Iwai28a0d9d2008-01-18 15:32:32 +0100947 if (time_after(jiffies, timeout))
948 break;
David Henningsson32cf4022012-05-04 11:05:55 +0200949 if (bus->needs_damn_long_delay || loopcounter > 3000)
Takashi Iwai52987652008-01-16 16:09:47 +0100950 msleep(2); /* temporary workaround */
951 else {
952 udelay(10);
953 cond_resched();
954 }
Takashi Iwai28a0d9d2008-01-18 15:32:32 +0100955 }
Takashi Iwai5c79b1f2006-09-21 13:34:13 +0200956
Takashi Iwai63e51fd2013-06-06 14:20:19 +0200957 if (!bus->no_response_fallback)
958 return -1;
959
Maxim Levitsky1eb6dc72010-02-04 22:21:47 +0200960 if (!chip->polling_mode && chip->poll_count < 2) {
Daniel J Blueman445a51b2012-12-05 23:04:21 +0800961 snd_printdd(SFX "%s: azx_get_response timeout, "
Maxim Levitsky1eb6dc72010-02-04 22:21:47 +0200962 "polling the codec once: last cmd=0x%08x\n",
Daniel J Blueman445a51b2012-12-05 23:04:21 +0800963 pci_name(chip->pci), chip->last_cmd[addr]);
Maxim Levitsky1eb6dc72010-02-04 22:21:47 +0200964 do_poll = 1;
965 chip->poll_count++;
966 goto again;
967 }
968
969
Takashi Iwai23c4a882009-10-30 13:21:49 +0100970 if (!chip->polling_mode) {
Daniel J Blueman445a51b2012-12-05 23:04:21 +0800971 snd_printk(KERN_WARNING SFX "%s: azx_get_response timeout, "
Takashi Iwai23c4a882009-10-30 13:21:49 +0100972 "switching to polling mode: last cmd=0x%08x\n",
Daniel J Blueman445a51b2012-12-05 23:04:21 +0800973 pci_name(chip->pci), chip->last_cmd[addr]);
Takashi Iwai23c4a882009-10-30 13:21:49 +0100974 chip->polling_mode = 1;
975 goto again;
976 }
977
Takashi Iwai68e7fff2006-10-23 13:40:59 +0200978 if (chip->msi) {
Daniel J Blueman445a51b2012-12-05 23:04:21 +0800979 snd_printk(KERN_WARNING SFX "%s: No response from codec, "
Wu Fengguangfeb27342009-08-01 19:17:14 +0800980 "disabling MSI: last cmd=0x%08x\n",
Daniel J Blueman445a51b2012-12-05 23:04:21 +0800981 pci_name(chip->pci), chip->last_cmd[addr]);
Takashi Iwai68e7fff2006-10-23 13:40:59 +0200982 free_irq(chip->irq, chip);
983 chip->irq = -1;
984 pci_disable_msi(chip->pci);
985 chip->msi = 0;
Takashi Iwaib6132912009-03-24 07:36:09 +0100986 if (azx_acquire_irq(chip, 1) < 0) {
987 bus->rirb_error = 1;
Takashi Iwai68e7fff2006-10-23 13:40:59 +0200988 return -1;
Takashi Iwaib6132912009-03-24 07:36:09 +0100989 }
Takashi Iwai68e7fff2006-10-23 13:40:59 +0200990 goto again;
991 }
992
Takashi Iwai6ce4a3b2008-11-06 17:11:10 +0100993 if (chip->probing) {
994 /* If this critical timeout happens during the codec probing
995 * phase, this is likely an access to a non-existing codec
996 * slot. Better to return an error and reset the system.
997 */
998 return -1;
999 }
1000
Takashi Iwai8dd78332009-06-02 01:16:07 +02001001 /* a fatal communication error; need either to reset or to fallback
1002 * to the single_cmd mode
1003 */
Takashi Iwaib6132912009-03-24 07:36:09 +01001004 bus->rirb_error = 1;
Takashi Iwaib20f3b82009-06-02 01:20:22 +02001005 if (bus->allow_bus_reset && !bus->response_reset && !bus->in_reset) {
Takashi Iwai8dd78332009-06-02 01:16:07 +02001006 bus->response_reset = 1;
1007 return -1; /* give a chance to retry */
1008 }
1009
1010 snd_printk(KERN_ERR "hda_intel: azx_get_response timeout, "
1011 "switching to single_cmd mode: last cmd=0x%08x\n",
Wu Fengguangfeb27342009-08-01 19:17:14 +08001012 chip->last_cmd[addr]);
Takashi Iwai8dd78332009-06-02 01:16:07 +02001013 chip->single_cmd = 1;
1014 bus->response_reset = 0;
Takashi Iwai1a696972009-11-07 09:49:04 +01001015 /* release CORB/RIRB */
Takashi Iwai4fcd3922009-05-25 18:34:52 +02001016 azx_free_cmd_io(chip);
Takashi Iwai1a696972009-11-07 09:49:04 +01001017 /* disable unsolicited responses */
1018 azx_writel(chip, GCTL, azx_readl(chip, GCTL) & ~ICH6_GCTL_UNSOL);
Takashi Iwai5c79b1f2006-09-21 13:34:13 +02001019 return -1;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001020}
1021
Linus Torvalds1da177e2005-04-16 15:20:36 -07001022/*
1023 * Use the single immediate command instead of CORB/RIRB for simplicity
1024 *
1025 * Note: according to Intel, this is not preferred use. The command was
1026 * intended for the BIOS only, and may get confused with unsolicited
1027 * responses. So, we shouldn't use it for normal operation from the
1028 * driver.
1029 * I left the codes, however, for debugging/testing purposes.
1030 */
1031
Takashi Iwaib05a7d42009-05-28 11:59:12 +02001032/* receive a response */
Wu Fengguangdeadff12009-08-01 18:45:16 +08001033static int azx_single_wait_for_response(struct azx *chip, unsigned int addr)
Takashi Iwaib05a7d42009-05-28 11:59:12 +02001034{
1035 int timeout = 50;
1036
1037 while (timeout--) {
1038 /* check IRV busy bit */
1039 if (azx_readw(chip, IRS) & ICH6_IRS_VALID) {
1040 /* reuse rirb.res as the response return value */
Wu Fengguangdeadff12009-08-01 18:45:16 +08001041 chip->rirb.res[addr] = azx_readl(chip, IR);
Takashi Iwaib05a7d42009-05-28 11:59:12 +02001042 return 0;
1043 }
1044 udelay(1);
1045 }
1046 if (printk_ratelimit())
Daniel J Blueman445a51b2012-12-05 23:04:21 +08001047 snd_printd(SFX "%s: get_response timeout: IRS=0x%x\n",
1048 pci_name(chip->pci), azx_readw(chip, IRS));
Wu Fengguangdeadff12009-08-01 18:45:16 +08001049 chip->rirb.res[addr] = -1;
Takashi Iwaib05a7d42009-05-28 11:59:12 +02001050 return -EIO;
1051}
1052
Linus Torvalds1da177e2005-04-16 15:20:36 -07001053/* send a command */
Takashi Iwai33fa35e2008-11-06 16:50:40 +01001054static int azx_single_send_cmd(struct hda_bus *bus, u32 val)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001055{
Takashi Iwai33fa35e2008-11-06 16:50:40 +01001056 struct azx *chip = bus->private_data;
Wu Fengguangdeadff12009-08-01 18:45:16 +08001057 unsigned int addr = azx_command_addr(val);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001058 int timeout = 50;
1059
Takashi Iwai8dd78332009-06-02 01:16:07 +02001060 bus->rirb_error = 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001061 while (timeout--) {
1062 /* check ICB busy bit */
Takashi Iwaid01ce992007-07-27 16:52:19 +02001063 if (!((azx_readw(chip, IRS) & ICH6_IRS_BUSY))) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07001064 /* Clear IRV valid bit */
Takashi Iwaid01ce992007-07-27 16:52:19 +02001065 azx_writew(chip, IRS, azx_readw(chip, IRS) |
1066 ICH6_IRS_VALID);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001067 azx_writel(chip, IC, val);
Takashi Iwaid01ce992007-07-27 16:52:19 +02001068 azx_writew(chip, IRS, azx_readw(chip, IRS) |
1069 ICH6_IRS_BUSY);
Wu Fengguangdeadff12009-08-01 18:45:16 +08001070 return azx_single_wait_for_response(chip, addr);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001071 }
1072 udelay(1);
1073 }
Marc Boucher1cfd52b2008-01-22 15:29:26 +01001074 if (printk_ratelimit())
Daniel J Blueman445a51b2012-12-05 23:04:21 +08001075 snd_printd(SFX "%s: send_cmd timeout: IRS=0x%x, val=0x%x\n",
1076 pci_name(chip->pci), azx_readw(chip, IRS), val);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001077 return -EIO;
1078}
1079
1080/* receive a response */
Wu Fengguangdeadff12009-08-01 18:45:16 +08001081static unsigned int azx_single_get_response(struct hda_bus *bus,
1082 unsigned int addr)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001083{
Takashi Iwai33fa35e2008-11-06 16:50:40 +01001084 struct azx *chip = bus->private_data;
Wu Fengguangdeadff12009-08-01 18:45:16 +08001085 return chip->rirb.res[addr];
Linus Torvalds1da177e2005-04-16 15:20:36 -07001086}
1087
Takashi Iwai111d3af2006-02-16 18:17:58 +01001088/*
1089 * The below are the main callbacks from hda_codec.
1090 *
1091 * They are just the skeleton to call sub-callbacks according to the
1092 * current setting of chip->single_cmd.
1093 */
1094
1095/* send a command */
Takashi Iwai33fa35e2008-11-06 16:50:40 +01001096static int azx_send_cmd(struct hda_bus *bus, unsigned int val)
Takashi Iwai111d3af2006-02-16 18:17:58 +01001097{
Takashi Iwai33fa35e2008-11-06 16:50:40 +01001098 struct azx *chip = bus->private_data;
Takashi Iwai43bbb6c2007-07-06 20:22:05 +02001099
Takashi Iwaia82d51e2012-04-26 12:23:42 +02001100 if (chip->disabled)
1101 return 0;
Wu Fengguangfeb27342009-08-01 19:17:14 +08001102 chip->last_cmd[azx_command_addr(val)] = val;
Takashi Iwai111d3af2006-02-16 18:17:58 +01001103 if (chip->single_cmd)
Takashi Iwai33fa35e2008-11-06 16:50:40 +01001104 return azx_single_send_cmd(bus, val);
Takashi Iwai111d3af2006-02-16 18:17:58 +01001105 else
Takashi Iwai33fa35e2008-11-06 16:50:40 +01001106 return azx_corb_send_cmd(bus, val);
Takashi Iwai111d3af2006-02-16 18:17:58 +01001107}
1108
1109/* get a response */
Wu Fengguangdeadff12009-08-01 18:45:16 +08001110static unsigned int azx_get_response(struct hda_bus *bus,
1111 unsigned int addr)
Takashi Iwai111d3af2006-02-16 18:17:58 +01001112{
Takashi Iwai33fa35e2008-11-06 16:50:40 +01001113 struct azx *chip = bus->private_data;
Takashi Iwaia82d51e2012-04-26 12:23:42 +02001114 if (chip->disabled)
1115 return 0;
Takashi Iwai111d3af2006-02-16 18:17:58 +01001116 if (chip->single_cmd)
Wu Fengguangdeadff12009-08-01 18:45:16 +08001117 return azx_single_get_response(bus, addr);
Takashi Iwai111d3af2006-02-16 18:17:58 +01001118 else
Wu Fengguangdeadff12009-08-01 18:45:16 +08001119 return azx_rirb_get_response(bus, addr);
Takashi Iwai111d3af2006-02-16 18:17:58 +01001120}
1121
Takashi Iwai83012a72012-08-24 18:38:08 +02001122#ifdef CONFIG_PM
Takashi Iwai68467f52012-08-28 09:14:29 -07001123static void azx_power_notify(struct hda_bus *bus, bool power_up);
Takashi Iwaicb53c622007-08-10 17:21:45 +02001124#endif
Takashi Iwai111d3af2006-02-16 18:17:58 +01001125
Takashi Iwai1d1a4562012-09-20 20:29:13 -07001126#ifdef CONFIG_SND_HDA_DSP_LOADER
1127static int azx_load_dsp_prepare(struct hda_bus *bus, unsigned int format,
1128 unsigned int byte_size,
1129 struct snd_dma_buffer *bufp);
1130static void azx_load_dsp_trigger(struct hda_bus *bus, bool start);
1131static void azx_load_dsp_cleanup(struct hda_bus *bus,
1132 struct snd_dma_buffer *dmab);
1133#endif
1134
Mengdong Lin3af3f352013-06-24 10:18:54 -04001135/* enter link reset */
Mengdong Lin7295b262013-06-25 05:58:49 -04001136static void azx_enter_link_reset(struct azx *chip)
Mengdong Lin3af3f352013-06-24 10:18:54 -04001137{
1138 unsigned long timeout;
1139
1140 /* reset controller */
1141 azx_writel(chip, GCTL, azx_readl(chip, GCTL) & ~ICH6_GCTL_RESET);
1142
1143 timeout = jiffies + msecs_to_jiffies(100);
1144 while ((azx_readb(chip, GCTL) & ICH6_GCTL_RESET) &&
1145 time_before(jiffies, timeout))
1146 usleep_range(500, 1000);
1147}
1148
Mengdong Lin7295b262013-06-25 05:58:49 -04001149/* exit link reset */
1150static void azx_exit_link_reset(struct azx *chip)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001151{
Mengdong Linfa348da2012-12-12 09:16:15 -05001152 unsigned long timeout;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001153
Mengdong Lin7295b262013-06-25 05:58:49 -04001154 azx_writeb(chip, GCTL, azx_readb(chip, GCTL) | ICH6_GCTL_RESET);
1155
1156 timeout = jiffies + msecs_to_jiffies(100);
1157 while (!azx_readb(chip, GCTL) &&
1158 time_before(jiffies, timeout))
1159 usleep_range(500, 1000);
1160}
1161
1162/* reset codec link */
1163static int azx_reset(struct azx *chip, int full_reset)
1164{
Jaroslav Kyselacd508fe2010-03-26 10:28:46 +01001165 if (!full_reset)
1166 goto __skip;
1167
Danny Tholene8a7f132007-09-11 21:41:56 +02001168 /* clear STATESTS */
Wang Xingchaoda7db6a2013-07-22 03:19:18 -04001169 azx_writew(chip, STATESTS, STATESTS_INT_MASK);
Danny Tholene8a7f132007-09-11 21:41:56 +02001170
Linus Torvalds1da177e2005-04-16 15:20:36 -07001171 /* reset controller */
Mengdong Lin7295b262013-06-25 05:58:49 -04001172 azx_enter_link_reset(chip);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001173
1174 /* delay for >= 100us for codec PLL to settle per spec
1175 * Rev 0.9 section 5.5.1
1176 */
Mengdong Linfa348da2012-12-12 09:16:15 -05001177 usleep_range(500, 1000);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001178
1179 /* Bring controller out of reset */
Mengdong Lin7295b262013-06-25 05:58:49 -04001180 azx_exit_link_reset(chip);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001181
Pavel Machek927fc862006-08-31 17:03:43 +02001182 /* Brent Chartrand said to wait >= 540us for codecs to initialize */
Mengdong Linfa348da2012-12-12 09:16:15 -05001183 usleep_range(1000, 1200);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001184
Jaroslav Kyselacd508fe2010-03-26 10:28:46 +01001185 __skip:
Linus Torvalds1da177e2005-04-16 15:20:36 -07001186 /* check to see if controller is ready */
Pavel Machek927fc862006-08-31 17:03:43 +02001187 if (!azx_readb(chip, GCTL)) {
Daniel J Blueman445a51b2012-12-05 23:04:21 +08001188 snd_printd(SFX "%s: azx_reset: controller not ready!\n", pci_name(chip->pci));
Linus Torvalds1da177e2005-04-16 15:20:36 -07001189 return -EBUSY;
1190 }
1191
Matt41e2fce2005-07-04 17:49:55 +02001192 /* Accept unsolicited responses */
Takashi Iwai1a696972009-11-07 09:49:04 +01001193 if (!chip->single_cmd)
1194 azx_writel(chip, GCTL, azx_readl(chip, GCTL) |
1195 ICH6_GCTL_UNSOL);
Matt41e2fce2005-07-04 17:49:55 +02001196
Linus Torvalds1da177e2005-04-16 15:20:36 -07001197 /* detect codecs */
Pavel Machek927fc862006-08-31 17:03:43 +02001198 if (!chip->codec_mask) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07001199 chip->codec_mask = azx_readw(chip, STATESTS);
Daniel J Blueman445a51b2012-12-05 23:04:21 +08001200 snd_printdd(SFX "%s: codec_mask = 0x%x\n", pci_name(chip->pci), chip->codec_mask);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001201 }
1202
1203 return 0;
1204}
1205
1206
1207/*
1208 * Lowlevel interface
1209 */
1210
1211/* enable interrupts */
Takashi Iwaia98f90f2005-11-17 14:59:02 +01001212static void azx_int_enable(struct azx *chip)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001213{
1214 /* enable controller CIE and GIE */
1215 azx_writel(chip, INTCTL, azx_readl(chip, INTCTL) |
1216 ICH6_INT_CTRL_EN | ICH6_INT_GLOBAL_EN);
1217}
1218
1219/* disable interrupts */
Takashi Iwaia98f90f2005-11-17 14:59:02 +01001220static void azx_int_disable(struct azx *chip)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001221{
1222 int i;
1223
1224 /* disable interrupts in stream descriptor */
Takashi Iwai07e4ca52005-08-24 14:14:57 +02001225 for (i = 0; i < chip->num_streams; i++) {
Takashi Iwaia98f90f2005-11-17 14:59:02 +01001226 struct azx_dev *azx_dev = &chip->azx_dev[i];
Linus Torvalds1da177e2005-04-16 15:20:36 -07001227 azx_sd_writeb(azx_dev, SD_CTL,
1228 azx_sd_readb(azx_dev, SD_CTL) & ~SD_INT_MASK);
1229 }
1230
1231 /* disable SIE for all streams */
1232 azx_writeb(chip, INTCTL, 0);
1233
1234 /* disable controller CIE and GIE */
1235 azx_writel(chip, INTCTL, azx_readl(chip, INTCTL) &
1236 ~(ICH6_INT_CTRL_EN | ICH6_INT_GLOBAL_EN));
1237}
1238
1239/* clear interrupts */
Takashi Iwaia98f90f2005-11-17 14:59:02 +01001240static void azx_int_clear(struct azx *chip)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001241{
1242 int i;
1243
1244 /* clear stream status */
Takashi Iwai07e4ca52005-08-24 14:14:57 +02001245 for (i = 0; i < chip->num_streams; i++) {
Takashi Iwaia98f90f2005-11-17 14:59:02 +01001246 struct azx_dev *azx_dev = &chip->azx_dev[i];
Linus Torvalds1da177e2005-04-16 15:20:36 -07001247 azx_sd_writeb(azx_dev, SD_STS, SD_INT_MASK);
1248 }
1249
1250 /* clear STATESTS */
Wang Xingchaoda7db6a2013-07-22 03:19:18 -04001251 azx_writew(chip, STATESTS, STATESTS_INT_MASK);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001252
1253 /* clear rirb status */
1254 azx_writeb(chip, RIRBSTS, RIRB_INT_MASK);
1255
1256 /* clear int status */
1257 azx_writel(chip, INTSTS, ICH6_INT_CTRL_EN | ICH6_INT_ALL_STREAM);
1258}
1259
1260/* start a stream */
Takashi Iwaia98f90f2005-11-17 14:59:02 +01001261static void azx_stream_start(struct azx *chip, struct azx_dev *azx_dev)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001262{
Joseph Chan0e153472008-08-26 14:38:03 +02001263 /*
1264 * Before stream start, initialize parameter
1265 */
1266 azx_dev->insufficient = 1;
1267
Linus Torvalds1da177e2005-04-16 15:20:36 -07001268 /* enable SIE */
Wei Niccc5df02010-01-26 15:59:33 +08001269 azx_writel(chip, INTCTL,
1270 azx_readl(chip, INTCTL) | (1 << azx_dev->index));
Linus Torvalds1da177e2005-04-16 15:20:36 -07001271 /* set DMA start and interrupt mask */
1272 azx_sd_writeb(azx_dev, SD_CTL, azx_sd_readb(azx_dev, SD_CTL) |
1273 SD_CTL_DMA_START | SD_INT_MASK);
1274}
1275
Takashi Iwai1dddab42009-03-18 15:15:37 +01001276/* stop DMA */
1277static void azx_stream_clear(struct azx *chip, struct azx_dev *azx_dev)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001278{
Linus Torvalds1da177e2005-04-16 15:20:36 -07001279 azx_sd_writeb(azx_dev, SD_CTL, azx_sd_readb(azx_dev, SD_CTL) &
1280 ~(SD_CTL_DMA_START | SD_INT_MASK));
1281 azx_sd_writeb(azx_dev, SD_STS, SD_INT_MASK); /* to be sure */
Takashi Iwai1dddab42009-03-18 15:15:37 +01001282}
1283
1284/* stop a stream */
1285static void azx_stream_stop(struct azx *chip, struct azx_dev *azx_dev)
1286{
1287 azx_stream_clear(chip, azx_dev);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001288 /* disable SIE */
Wei Niccc5df02010-01-26 15:59:33 +08001289 azx_writel(chip, INTCTL,
1290 azx_readl(chip, INTCTL) & ~(1 << azx_dev->index));
Linus Torvalds1da177e2005-04-16 15:20:36 -07001291}
1292
1293
1294/*
Takashi Iwaicb53c622007-08-10 17:21:45 +02001295 * reset and start the controller registers
Linus Torvalds1da177e2005-04-16 15:20:36 -07001296 */
Jaroslav Kyselacd508fe2010-03-26 10:28:46 +01001297static void azx_init_chip(struct azx *chip, int full_reset)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001298{
Takashi Iwaicb53c622007-08-10 17:21:45 +02001299 if (chip->initialized)
1300 return;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001301
1302 /* reset controller */
Jaroslav Kyselacd508fe2010-03-26 10:28:46 +01001303 azx_reset(chip, full_reset);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001304
1305 /* initialize interrupts */
1306 azx_int_clear(chip);
1307 azx_int_enable(chip);
1308
1309 /* initialize the codec command I/O */
Takashi Iwai1a696972009-11-07 09:49:04 +01001310 if (!chip->single_cmd)
1311 azx_init_cmd_io(chip);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001312
Takashi Iwai0be3b5d2005-09-05 17:11:40 +02001313 /* program the position buffer */
1314 azx_writel(chip, DPLBASE, (u32)chip->posbuf.addr);
Takashi Iwai766979e2008-06-13 20:53:56 +02001315 azx_writel(chip, DPUBASE, upper_32_bits(chip->posbuf.addr));
Frederick Lif5d40b32005-05-12 14:55:20 +02001316
Takashi Iwaicb53c622007-08-10 17:21:45 +02001317 chip->initialized = 1;
1318}
1319
1320/*
1321 * initialize the PCI registers
1322 */
1323/* update bits in a PCI register byte */
1324static void update_pci_byte(struct pci_dev *pci, unsigned int reg,
1325 unsigned char mask, unsigned char val)
1326{
1327 unsigned char data;
1328
1329 pci_read_config_byte(pci, reg, &data);
1330 data &= ~mask;
1331 data |= (val & mask);
1332 pci_write_config_byte(pci, reg, data);
1333}
1334
1335static void azx_init_pci(struct azx *chip)
1336{
1337 /* Clear bits 0-2 of PCI register TCSEL (at offset 0x44)
1338 * TCSEL == Traffic Class Select Register, which sets PCI express QOS
1339 * Ensuring these bits are 0 clears playback static on some HD Audio
Adam Lackorzynskia09e89f2011-03-10 17:41:56 +01001340 * codecs.
1341 * The PCI register TCSEL is defined in the Intel manuals.
Takashi Iwaicb53c622007-08-10 17:21:45 +02001342 */
Linus Torvalds46f2cc82011-05-27 19:45:28 -07001343 if (!(chip->driver_caps & AZX_DCAPS_NO_TCSEL)) {
Daniel J Blueman445a51b2012-12-05 23:04:21 +08001344 snd_printdd(SFX "%s: Clearing TCSEL\n", pci_name(chip->pci));
Adam Lackorzynskia09e89f2011-03-10 17:41:56 +01001345 update_pci_byte(chip->pci, ICH6_PCIREG_TCSEL, 0x07, 0);
Takashi Iwai9477c582011-05-25 09:11:37 +02001346 }
Takashi Iwaicb53c622007-08-10 17:21:45 +02001347
Takashi Iwai9477c582011-05-25 09:11:37 +02001348 /* For ATI SB450/600/700/800/900 and AMD Hudson azalia HD audio,
1349 * we need to enable snoop.
1350 */
1351 if (chip->driver_caps & AZX_DCAPS_ATI_SNOOP) {
Daniel J Blueman445a51b2012-12-05 23:04:21 +08001352 snd_printdd(SFX "%s: Setting ATI snoop: %d\n", pci_name(chip->pci), azx_snoop(chip));
Takashi Iwaicb53c622007-08-10 17:21:45 +02001353 update_pci_byte(chip->pci,
Takashi Iwai27fe48d92011-09-28 17:16:09 +02001354 ATI_SB450_HDAUDIO_MISC_CNTR2_ADDR, 0x07,
1355 azx_snoop(chip) ? ATI_SB450_HDAUDIO_ENABLE_SNOOP : 0);
Takashi Iwai9477c582011-05-25 09:11:37 +02001356 }
1357
1358 /* For NVIDIA HDA, enable snoop */
1359 if (chip->driver_caps & AZX_DCAPS_NVIDIA_SNOOP) {
Daniel J Blueman445a51b2012-12-05 23:04:21 +08001360 snd_printdd(SFX "%s: Setting Nvidia snoop: %d\n", pci_name(chip->pci), azx_snoop(chip));
Takashi Iwaicb53c622007-08-10 17:21:45 +02001361 update_pci_byte(chip->pci,
1362 NVIDIA_HDA_TRANSREG_ADDR,
1363 0x0f, NVIDIA_HDA_ENABLE_COHBITS);
Peer Chen320dcc32008-08-20 16:43:24 -07001364 update_pci_byte(chip->pci,
1365 NVIDIA_HDA_ISTRM_COH,
1366 0x01, NVIDIA_HDA_ENABLE_COHBIT);
1367 update_pci_byte(chip->pci,
1368 NVIDIA_HDA_OSTRM_COH,
1369 0x01, NVIDIA_HDA_ENABLE_COHBIT);
Takashi Iwai9477c582011-05-25 09:11:37 +02001370 }
1371
1372 /* Enable SCH/PCH snoop if needed */
1373 if (chip->driver_caps & AZX_DCAPS_SCH_SNOOP) {
Takashi Iwai27fe48d92011-09-28 17:16:09 +02001374 unsigned short snoop;
Takashi Iwai90a5ad52008-02-22 18:36:22 +01001375 pci_read_config_word(chip->pci, INTEL_SCH_HDA_DEVC, &snoop);
Takashi Iwai27fe48d92011-09-28 17:16:09 +02001376 if ((!azx_snoop(chip) && !(snoop & INTEL_SCH_HDA_DEVC_NOSNOOP)) ||
1377 (azx_snoop(chip) && (snoop & INTEL_SCH_HDA_DEVC_NOSNOOP))) {
1378 snoop &= ~INTEL_SCH_HDA_DEVC_NOSNOOP;
1379 if (!azx_snoop(chip))
1380 snoop |= INTEL_SCH_HDA_DEVC_NOSNOOP;
1381 pci_write_config_word(chip->pci, INTEL_SCH_HDA_DEVC, snoop);
Takashi Iwai90a5ad52008-02-22 18:36:22 +01001382 pci_read_config_word(chip->pci,
1383 INTEL_SCH_HDA_DEVC, &snoop);
Takashi Iwai90a5ad52008-02-22 18:36:22 +01001384 }
Daniel J Blueman445a51b2012-12-05 23:04:21 +08001385 snd_printdd(SFX "%s: SCH snoop: %s\n",
1386 pci_name(chip->pci), (snoop & INTEL_SCH_HDA_DEVC_NOSNOOP)
Takashi Iwai27fe48d92011-09-28 17:16:09 +02001387 ? "Disabled" : "Enabled");
Vinod Gda3fca22005-09-13 18:49:12 +02001388 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07001389}
1390
1391
Takashi Iwai9ad593f2008-05-16 12:34:47 +02001392static int azx_position_ok(struct azx *chip, struct azx_dev *azx_dev);
1393
Linus Torvalds1da177e2005-04-16 15:20:36 -07001394/*
1395 * interrupt handler
1396 */
David Howells7d12e782006-10-05 14:55:46 +01001397static irqreturn_t azx_interrupt(int irq, void *dev_id)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001398{
Takashi Iwaia98f90f2005-11-17 14:59:02 +01001399 struct azx *chip = dev_id;
1400 struct azx_dev *azx_dev;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001401 u32 status;
Clemens Ladisch9ef04062010-05-25 09:03:40 +02001402 u8 sd_status;
Jaroslav Kyselafa00e042009-04-10 12:20:45 +02001403 int i, ok;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001404
Mengdong Linb8dfc4622012-08-23 17:32:30 +08001405#ifdef CONFIG_PM_RUNTIME
Dave Airlie246efa42013-07-29 15:19:29 +10001406 if (chip->driver_caps & AZX_DCAPS_PM_RUNTIME)
1407 if (chip->pci->dev.power.runtime_status != RPM_ACTIVE)
1408 return IRQ_NONE;
Mengdong Linb8dfc4622012-08-23 17:32:30 +08001409#endif
1410
Linus Torvalds1da177e2005-04-16 15:20:36 -07001411 spin_lock(&chip->reg_lock);
1412
Dan Carpenter60911062012-05-18 10:36:11 +03001413 if (chip->disabled) {
1414 spin_unlock(&chip->reg_lock);
Takashi Iwaia82d51e2012-04-26 12:23:42 +02001415 return IRQ_NONE;
Dan Carpenter60911062012-05-18 10:36:11 +03001416 }
Takashi Iwaia82d51e2012-04-26 12:23:42 +02001417
Linus Torvalds1da177e2005-04-16 15:20:36 -07001418 status = azx_readl(chip, INTSTS);
Dave Airlie246efa42013-07-29 15:19:29 +10001419 if (status == 0 || status == 0xffffffff) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07001420 spin_unlock(&chip->reg_lock);
1421 return IRQ_NONE;
1422 }
1423
Takashi Iwai07e4ca52005-08-24 14:14:57 +02001424 for (i = 0; i < chip->num_streams; i++) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07001425 azx_dev = &chip->azx_dev[i];
1426 if (status & azx_dev->sd_int_sta_mask) {
Clemens Ladisch9ef04062010-05-25 09:03:40 +02001427 sd_status = azx_sd_readb(azx_dev, SD_STS);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001428 azx_sd_writeb(azx_dev, SD_STS, SD_INT_MASK);
Clemens Ladisch9ef04062010-05-25 09:03:40 +02001429 if (!azx_dev->substream || !azx_dev->running ||
1430 !(sd_status & SD_INT_COMPLETE))
Takashi Iwai9ad593f2008-05-16 12:34:47 +02001431 continue;
1432 /* check whether this IRQ is really acceptable */
Jaroslav Kyselafa00e042009-04-10 12:20:45 +02001433 ok = azx_position_ok(chip, azx_dev);
1434 if (ok == 1) {
Takashi Iwai9ad593f2008-05-16 12:34:47 +02001435 azx_dev->irq_pending = 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001436 spin_unlock(&chip->reg_lock);
1437 snd_pcm_period_elapsed(azx_dev->substream);
1438 spin_lock(&chip->reg_lock);
Jaroslav Kyselafa00e042009-04-10 12:20:45 +02001439 } else if (ok == 0 && chip->bus && chip->bus->workq) {
Takashi Iwai9ad593f2008-05-16 12:34:47 +02001440 /* bogus IRQ, process it later */
1441 azx_dev->irq_pending = 1;
Takashi Iwai6acaed32009-01-12 10:09:24 +01001442 queue_work(chip->bus->workq,
1443 &chip->irq_pending_work);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001444 }
1445 }
1446 }
1447
1448 /* clear rirb int */
1449 status = azx_readb(chip, RIRBSTS);
1450 if (status & RIRB_INT_MASK) {
Takashi Iwai14d34f12010-10-21 09:03:25 +02001451 if (status & RIRB_INT_RESPONSE) {
Takashi Iwai9477c582011-05-25 09:11:37 +02001452 if (chip->driver_caps & AZX_DCAPS_RIRB_PRE_DELAY)
Takashi Iwai14d34f12010-10-21 09:03:25 +02001453 udelay(80);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001454 azx_update_rirb(chip);
Takashi Iwai14d34f12010-10-21 09:03:25 +02001455 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07001456 azx_writeb(chip, RIRBSTS, RIRB_INT_MASK);
1457 }
1458
1459#if 0
1460 /* clear state status int */
Wang Xingchaoda7db6a2013-07-22 03:19:18 -04001461 if (azx_readw(chip, STATESTS) & 0x04)
1462 azx_writew(chip, STATESTS, 0x04);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001463#endif
1464 spin_unlock(&chip->reg_lock);
1465
1466 return IRQ_HANDLED;
1467}
1468
1469
1470/*
Takashi Iwai675f25d2008-06-10 17:53:20 +02001471 * set up a BDL entry
1472 */
Takashi Iwai5ae763b2012-05-08 10:34:08 +02001473static int setup_bdle(struct azx *chip,
Takashi Iwai1d1a4562012-09-20 20:29:13 -07001474 struct snd_dma_buffer *dmab,
Takashi Iwai675f25d2008-06-10 17:53:20 +02001475 struct azx_dev *azx_dev, u32 **bdlp,
1476 int ofs, int size, int with_ioc)
1477{
Takashi Iwai675f25d2008-06-10 17:53:20 +02001478 u32 *bdl = *bdlp;
1479
1480 while (size > 0) {
1481 dma_addr_t addr;
1482 int chunk;
1483
1484 if (azx_dev->frags >= AZX_MAX_BDL_ENTRIES)
1485 return -EINVAL;
1486
Takashi Iwai1d1a4562012-09-20 20:29:13 -07001487 addr = snd_sgbuf_get_addr(dmab, ofs);
Takashi Iwai675f25d2008-06-10 17:53:20 +02001488 /* program the address field of the BDL entry */
1489 bdl[0] = cpu_to_le32((u32)addr);
Takashi Iwai766979e2008-06-13 20:53:56 +02001490 bdl[1] = cpu_to_le32(upper_32_bits(addr));
Takashi Iwai675f25d2008-06-10 17:53:20 +02001491 /* program the size field of the BDL entry */
Takashi Iwai1d1a4562012-09-20 20:29:13 -07001492 chunk = snd_sgbuf_get_chunk_size(dmab, ofs, size);
Takashi Iwai5ae763b2012-05-08 10:34:08 +02001493 /* one BDLE cannot cross 4K boundary on CTHDA chips */
1494 if (chip->driver_caps & AZX_DCAPS_4K_BDLE_BOUNDARY) {
1495 u32 remain = 0x1000 - (ofs & 0xfff);
1496 if (chunk > remain)
1497 chunk = remain;
1498 }
Takashi Iwai675f25d2008-06-10 17:53:20 +02001499 bdl[2] = cpu_to_le32(chunk);
1500 /* program the IOC to enable interrupt
1501 * only when the whole fragment is processed
1502 */
1503 size -= chunk;
1504 bdl[3] = (size || !with_ioc) ? 0 : cpu_to_le32(0x01);
1505 bdl += 4;
1506 azx_dev->frags++;
1507 ofs += chunk;
1508 }
1509 *bdlp = bdl;
1510 return ofs;
1511}
1512
1513/*
Linus Torvalds1da177e2005-04-16 15:20:36 -07001514 * set up BDL entries
1515 */
Takashi Iwai555e2192008-06-10 17:53:34 +02001516static int azx_setup_periods(struct azx *chip,
1517 struct snd_pcm_substream *substream,
Takashi Iwai4ce107b2008-02-06 14:50:19 +01001518 struct azx_dev *azx_dev)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001519{
Takashi Iwai4ce107b2008-02-06 14:50:19 +01001520 u32 *bdl;
1521 int i, ofs, periods, period_bytes;
Takashi Iwai555e2192008-06-10 17:53:34 +02001522 int pos_adj;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001523
1524 /* reset BDL address */
1525 azx_sd_writel(azx_dev, SD_BDLPL, 0);
1526 azx_sd_writel(azx_dev, SD_BDLPU, 0);
1527
Takashi Iwai97b71c92009-03-18 15:09:13 +01001528 period_bytes = azx_dev->period_bytes;
Takashi Iwai4ce107b2008-02-06 14:50:19 +01001529 periods = azx_dev->bufsize / period_bytes;
1530
Linus Torvalds1da177e2005-04-16 15:20:36 -07001531 /* program the initial BDL entries */
Takashi Iwai4ce107b2008-02-06 14:50:19 +01001532 bdl = (u32 *)azx_dev->bdl.area;
1533 ofs = 0;
1534 azx_dev->frags = 0;
Takashi Iwai555e2192008-06-10 17:53:34 +02001535 pos_adj = bdl_pos_adj[chip->dev_index];
Takashi Iwai915bf292012-09-11 15:19:10 +02001536 if (!azx_dev->no_period_wakeup && pos_adj > 0) {
Takashi Iwai675f25d2008-06-10 17:53:20 +02001537 struct snd_pcm_runtime *runtime = substream->runtime;
Takashi Iwaie785d3d2008-07-15 16:28:43 +02001538 int pos_align = pos_adj;
Takashi Iwai555e2192008-06-10 17:53:34 +02001539 pos_adj = (pos_adj * runtime->rate + 47999) / 48000;
Takashi Iwai675f25d2008-06-10 17:53:20 +02001540 if (!pos_adj)
Takashi Iwaie785d3d2008-07-15 16:28:43 +02001541 pos_adj = pos_align;
1542 else
1543 pos_adj = ((pos_adj + pos_align - 1) / pos_align) *
1544 pos_align;
Takashi Iwai675f25d2008-06-10 17:53:20 +02001545 pos_adj = frames_to_bytes(runtime, pos_adj);
1546 if (pos_adj >= period_bytes) {
Daniel J Blueman445a51b2012-12-05 23:04:21 +08001547 snd_printk(KERN_WARNING SFX "%s: Too big adjustment %d\n",
1548 pci_name(chip->pci), bdl_pos_adj[chip->dev_index]);
Takashi Iwai675f25d2008-06-10 17:53:20 +02001549 pos_adj = 0;
1550 } else {
Takashi Iwai1d1a4562012-09-20 20:29:13 -07001551 ofs = setup_bdle(chip, snd_pcm_get_dma_buf(substream),
1552 azx_dev,
Takashi Iwai915bf292012-09-11 15:19:10 +02001553 &bdl, ofs, pos_adj, true);
Takashi Iwai675f25d2008-06-10 17:53:20 +02001554 if (ofs < 0)
1555 goto error;
Takashi Iwai4ce107b2008-02-06 14:50:19 +01001556 }
Takashi Iwai555e2192008-06-10 17:53:34 +02001557 } else
1558 pos_adj = 0;
Takashi Iwai675f25d2008-06-10 17:53:20 +02001559 for (i = 0; i < periods; i++) {
1560 if (i == periods - 1 && pos_adj)
Takashi Iwai1d1a4562012-09-20 20:29:13 -07001561 ofs = setup_bdle(chip, snd_pcm_get_dma_buf(substream),
1562 azx_dev, &bdl, ofs,
Takashi Iwai675f25d2008-06-10 17:53:20 +02001563 period_bytes - pos_adj, 0);
1564 else
Takashi Iwai1d1a4562012-09-20 20:29:13 -07001565 ofs = setup_bdle(chip, snd_pcm_get_dma_buf(substream),
1566 azx_dev, &bdl, ofs,
Clemens Ladisch7bb8fb72010-11-15 10:49:47 +01001567 period_bytes,
Takashi Iwai915bf292012-09-11 15:19:10 +02001568 !azx_dev->no_period_wakeup);
Takashi Iwai675f25d2008-06-10 17:53:20 +02001569 if (ofs < 0)
1570 goto error;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001571 }
Takashi Iwai4ce107b2008-02-06 14:50:19 +01001572 return 0;
Takashi Iwai675f25d2008-06-10 17:53:20 +02001573
1574 error:
Daniel J Blueman445a51b2012-12-05 23:04:21 +08001575 snd_printk(KERN_ERR SFX "%s: Too many BDL entries: buffer=%d, period=%d\n",
1576 pci_name(chip->pci), azx_dev->bufsize, period_bytes);
Takashi Iwai675f25d2008-06-10 17:53:20 +02001577 return -EINVAL;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001578}
1579
Takashi Iwai1dddab42009-03-18 15:15:37 +01001580/* reset stream */
1581static void azx_stream_reset(struct azx *chip, struct azx_dev *azx_dev)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001582{
1583 unsigned char val;
1584 int timeout;
1585
Takashi Iwai1dddab42009-03-18 15:15:37 +01001586 azx_stream_clear(chip, azx_dev);
1587
Takashi Iwaid01ce992007-07-27 16:52:19 +02001588 azx_sd_writeb(azx_dev, SD_CTL, azx_sd_readb(azx_dev, SD_CTL) |
1589 SD_CTL_STREAM_RESET);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001590 udelay(3);
1591 timeout = 300;
1592 while (!((val = azx_sd_readb(azx_dev, SD_CTL)) & SD_CTL_STREAM_RESET) &&
1593 --timeout)
1594 ;
1595 val &= ~SD_CTL_STREAM_RESET;
1596 azx_sd_writeb(azx_dev, SD_CTL, val);
1597 udelay(3);
1598
1599 timeout = 300;
1600 /* waiting for hardware to report that the stream is out of reset */
1601 while (((val = azx_sd_readb(azx_dev, SD_CTL)) & SD_CTL_STREAM_RESET) &&
1602 --timeout)
1603 ;
Jaroslav Kyselafa00e042009-04-10 12:20:45 +02001604
1605 /* reset first position - may not be synced with hw at this time */
1606 *azx_dev->posbuf = 0;
Takashi Iwai1dddab42009-03-18 15:15:37 +01001607}
Linus Torvalds1da177e2005-04-16 15:20:36 -07001608
Takashi Iwai1dddab42009-03-18 15:15:37 +01001609/*
1610 * set up the SD for streaming
1611 */
1612static int azx_setup_controller(struct azx *chip, struct azx_dev *azx_dev)
1613{
Takashi Iwai27fe48d92011-09-28 17:16:09 +02001614 unsigned int val;
Takashi Iwai1dddab42009-03-18 15:15:37 +01001615 /* make sure the run bit is zero for SD */
1616 azx_stream_clear(chip, azx_dev);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001617 /* program the stream_tag */
Takashi Iwai27fe48d92011-09-28 17:16:09 +02001618 val = azx_sd_readl(azx_dev, SD_CTL);
1619 val = (val & ~SD_CTL_STREAM_TAG_MASK) |
1620 (azx_dev->stream_tag << SD_CTL_STREAM_TAG_SHIFT);
1621 if (!azx_snoop(chip))
1622 val |= SD_CTL_TRAFFIC_PRIO;
1623 azx_sd_writel(azx_dev, SD_CTL, val);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001624
1625 /* program the length of samples in cyclic buffer */
1626 azx_sd_writel(azx_dev, SD_CBL, azx_dev->bufsize);
1627
1628 /* program the stream format */
1629 /* this value needs to be the same as the one programmed */
1630 azx_sd_writew(azx_dev, SD_FORMAT, azx_dev->format_val);
1631
1632 /* program the stream LVI (last valid index) of the BDL */
1633 azx_sd_writew(azx_dev, SD_LVI, azx_dev->frags - 1);
1634
1635 /* program the BDL address */
1636 /* lower BDL address */
Takashi Iwai4ce107b2008-02-06 14:50:19 +01001637 azx_sd_writel(azx_dev, SD_BDLPL, (u32)azx_dev->bdl.addr);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001638 /* upper BDL address */
Takashi Iwai766979e2008-06-13 20:53:56 +02001639 azx_sd_writel(azx_dev, SD_BDLPU, upper_32_bits(azx_dev->bdl.addr));
Linus Torvalds1da177e2005-04-16 15:20:36 -07001640
Takashi Iwai0be3b5d2005-09-05 17:11:40 +02001641 /* enable the position buffer */
David Henningsson4cb36312010-09-30 10:12:50 +02001642 if (chip->position_fix[0] != POS_FIX_LPIB ||
1643 chip->position_fix[1] != POS_FIX_LPIB) {
Takashi Iwaiee9d6b92008-03-14 15:52:20 +01001644 if (!(azx_readl(chip, DPLBASE) & ICH6_DPLBASE_ENABLE))
1645 azx_writel(chip, DPLBASE,
1646 (u32)chip->posbuf.addr | ICH6_DPLBASE_ENABLE);
1647 }
Takashi Iwaic74db862005-05-12 14:26:27 +02001648
Linus Torvalds1da177e2005-04-16 15:20:36 -07001649 /* set the interrupt enable bits in the descriptor control register */
Takashi Iwaid01ce992007-07-27 16:52:19 +02001650 azx_sd_writel(azx_dev, SD_CTL,
1651 azx_sd_readl(azx_dev, SD_CTL) | SD_INT_MASK);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001652
1653 return 0;
1654}
1655
Takashi Iwai6ce4a3b2008-11-06 17:11:10 +01001656/*
1657 * Probe the given codec address
1658 */
1659static int probe_codec(struct azx *chip, int addr)
1660{
1661 unsigned int cmd = (addr << 28) | (AC_NODE_ROOT << 20) |
1662 (AC_VERB_PARAMETERS << 8) | AC_PAR_VENDOR_ID;
1663 unsigned int res;
1664
Wu Fengguanga678cde2009-08-01 18:46:46 +08001665 mutex_lock(&chip->bus->cmd_mutex);
Takashi Iwai6ce4a3b2008-11-06 17:11:10 +01001666 chip->probing = 1;
1667 azx_send_cmd(chip->bus, cmd);
Wu Fengguangdeadff12009-08-01 18:45:16 +08001668 res = azx_get_response(chip->bus, addr);
Takashi Iwai6ce4a3b2008-11-06 17:11:10 +01001669 chip->probing = 0;
Wu Fengguanga678cde2009-08-01 18:46:46 +08001670 mutex_unlock(&chip->bus->cmd_mutex);
Takashi Iwai6ce4a3b2008-11-06 17:11:10 +01001671 if (res == -1)
1672 return -EIO;
Daniel J Blueman445a51b2012-12-05 23:04:21 +08001673 snd_printdd(SFX "%s: codec #%d probed OK\n", pci_name(chip->pci), addr);
Takashi Iwai6ce4a3b2008-11-06 17:11:10 +01001674 return 0;
1675}
1676
Takashi Iwai33fa35e2008-11-06 16:50:40 +01001677static int azx_attach_pcm_stream(struct hda_bus *bus, struct hda_codec *codec,
1678 struct hda_pcm *cpcm);
Takashi Iwai6ce4a3b2008-11-06 17:11:10 +01001679static void azx_stop_chip(struct azx *chip);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001680
Takashi Iwai8dd78332009-06-02 01:16:07 +02001681static void azx_bus_reset(struct hda_bus *bus)
1682{
1683 struct azx *chip = bus->private_data;
Takashi Iwai8dd78332009-06-02 01:16:07 +02001684
1685 bus->in_reset = 1;
1686 azx_stop_chip(chip);
Jaroslav Kyselacd508fe2010-03-26 10:28:46 +01001687 azx_init_chip(chip, 1);
Alexander Beregalov65f75982009-06-04 13:46:16 +04001688#ifdef CONFIG_PM
Takashi Iwai8dd78332009-06-02 01:16:07 +02001689 if (chip->initialized) {
Takashi Iwai01b65bf2011-11-24 14:31:46 +01001690 struct azx_pcm *p;
1691 list_for_each_entry(p, &chip->pcm_list, list)
1692 snd_pcm_suspend_all(p->pcm);
Takashi Iwai8dd78332009-06-02 01:16:07 +02001693 snd_hda_suspend(chip->bus);
1694 snd_hda_resume(chip->bus);
1695 }
Alexander Beregalov65f75982009-06-04 13:46:16 +04001696#endif
Takashi Iwai8dd78332009-06-02 01:16:07 +02001697 bus->in_reset = 0;
1698}
1699
David Henningsson26a6cb62012-10-09 15:04:21 +02001700static int get_jackpoll_interval(struct azx *chip)
1701{
1702 int i = jackpoll_ms[chip->dev_index];
1703 unsigned int j;
1704 if (i == 0)
1705 return 0;
1706 if (i < 50 || i > 60000)
1707 j = 0;
1708 else
1709 j = msecs_to_jiffies(i);
1710 if (j == 0)
1711 snd_printk(KERN_WARNING SFX
1712 "jackpoll_ms value out of range: %d\n", i);
1713 return j;
1714}
1715
Linus Torvalds1da177e2005-04-16 15:20:36 -07001716/*
1717 * Codec initialization
1718 */
1719
Takashi Iwai2f5983f2008-09-03 16:00:44 +02001720/* number of codec slots for each chipset: 0 = default slots (i.e. 4) */
Takashi Iwai48c8b0e2012-12-07 07:40:35 +01001721static unsigned int azx_max_codecs[AZX_NUM_DRIVERS] = {
Wei Ni7445dfc2010-03-03 15:05:53 +08001722 [AZX_DRIVER_NVIDIA] = 8,
Kailang Yangf2690022008-05-27 11:44:55 +02001723 [AZX_DRIVER_TERA] = 1,
Takashi Iwaia9995a32007-03-12 21:30:46 +01001724};
1725
Takashi Iwai48c8b0e2012-12-07 07:40:35 +01001726static int azx_codec_create(struct azx *chip, const char *model)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001727{
1728 struct hda_bus_template bus_temp;
Takashi Iwai34c25352008-10-28 11:38:58 +01001729 int c, codecs, err;
1730 int max_slots;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001731
1732 memset(&bus_temp, 0, sizeof(bus_temp));
1733 bus_temp.private_data = chip;
1734 bus_temp.modelname = model;
1735 bus_temp.pci = chip->pci;
Takashi Iwai111d3af2006-02-16 18:17:58 +01001736 bus_temp.ops.command = azx_send_cmd;
1737 bus_temp.ops.get_response = azx_get_response;
Takashi Iwai176d5332008-07-30 15:01:44 +02001738 bus_temp.ops.attach_pcm = azx_attach_pcm_stream;
Takashi Iwai8dd78332009-06-02 01:16:07 +02001739 bus_temp.ops.bus_reset = azx_bus_reset;
Takashi Iwai83012a72012-08-24 18:38:08 +02001740#ifdef CONFIG_PM
Takashi Iwai11cd41b2008-11-28 07:22:18 +01001741 bus_temp.power_save = &power_save;
Takashi Iwaicb53c622007-08-10 17:21:45 +02001742 bus_temp.ops.pm_notify = azx_power_notify;
1743#endif
Takashi Iwai1d1a4562012-09-20 20:29:13 -07001744#ifdef CONFIG_SND_HDA_DSP_LOADER
1745 bus_temp.ops.load_dsp_prepare = azx_load_dsp_prepare;
1746 bus_temp.ops.load_dsp_trigger = azx_load_dsp_trigger;
1747 bus_temp.ops.load_dsp_cleanup = azx_load_dsp_cleanup;
1748#endif
Linus Torvalds1da177e2005-04-16 15:20:36 -07001749
Takashi Iwaid01ce992007-07-27 16:52:19 +02001750 err = snd_hda_bus_new(chip->card, &bus_temp, &chip->bus);
1751 if (err < 0)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001752 return err;
1753
Takashi Iwai9477c582011-05-25 09:11:37 +02001754 if (chip->driver_caps & AZX_DCAPS_RIRB_DELAY) {
Daniel J Blueman445a51b2012-12-05 23:04:21 +08001755 snd_printd(SFX "%s: Enable delay in RIRB handling\n", pci_name(chip->pci));
Wei Nidc9c8e22008-09-26 13:55:56 +08001756 chip->bus->needs_damn_long_delay = 1;
Takashi Iwai9477c582011-05-25 09:11:37 +02001757 }
Wei Nidc9c8e22008-09-26 13:55:56 +08001758
Takashi Iwai34c25352008-10-28 11:38:58 +01001759 codecs = 0;
Takashi Iwai2f5983f2008-09-03 16:00:44 +02001760 max_slots = azx_max_codecs[chip->driver_type];
1761 if (!max_slots)
Wei Ni7445dfc2010-03-03 15:05:53 +08001762 max_slots = AZX_DEFAULT_CODECS;
Takashi Iwai6ce4a3b2008-11-06 17:11:10 +01001763
1764 /* First try to probe all given codec slots */
1765 for (c = 0; c < max_slots; c++) {
Takashi Iwaif1eaaee2009-02-13 08:16:55 +01001766 if ((chip->codec_mask & (1 << c)) & chip->codec_probe_mask) {
Takashi Iwai6ce4a3b2008-11-06 17:11:10 +01001767 if (probe_codec(chip, c) < 0) {
1768 /* Some BIOSen give you wrong codec addresses
1769 * that don't exist
1770 */
Takashi Iwai4abc1cc2009-05-19 12:16:46 +02001771 snd_printk(KERN_WARNING SFX
Daniel J Blueman445a51b2012-12-05 23:04:21 +08001772 "%s: Codec #%d probe error; "
1773 "disabling it...\n", pci_name(chip->pci), c);
Takashi Iwai6ce4a3b2008-11-06 17:11:10 +01001774 chip->codec_mask &= ~(1 << c);
1775 /* More badly, accessing to a non-existing
1776 * codec often screws up the controller chip,
Paul Menzel24481582010-02-08 20:37:26 +01001777 * and disturbs the further communications.
Takashi Iwai6ce4a3b2008-11-06 17:11:10 +01001778 * Thus if an error occurs during probing,
1779 * better to reset the controller chip to
1780 * get back to the sanity state.
1781 */
1782 azx_stop_chip(chip);
Jaroslav Kyselacd508fe2010-03-26 10:28:46 +01001783 azx_init_chip(chip, 1);
Takashi Iwai6ce4a3b2008-11-06 17:11:10 +01001784 }
1785 }
1786 }
1787
Takashi Iwaid507cd62011-04-26 15:25:02 +02001788 /* AMD chipsets often cause the communication stalls upon certain
1789 * sequence like the pin-detection. It seems that forcing the synced
1790 * access works around the stall. Grrr...
1791 */
Takashi Iwai9477c582011-05-25 09:11:37 +02001792 if (chip->driver_caps & AZX_DCAPS_SYNC_WRITE) {
Daniel J Blueman445a51b2012-12-05 23:04:21 +08001793 snd_printd(SFX "%s: Enable sync_write for stable communication\n",
1794 pci_name(chip->pci));
Takashi Iwaid507cd62011-04-26 15:25:02 +02001795 chip->bus->sync_write = 1;
1796 chip->bus->allow_bus_reset = 1;
1797 }
1798
Takashi Iwai6ce4a3b2008-11-06 17:11:10 +01001799 /* Then create codec instances */
Takashi Iwai34c25352008-10-28 11:38:58 +01001800 for (c = 0; c < max_slots; c++) {
Takashi Iwaif1eaaee2009-02-13 08:16:55 +01001801 if ((chip->codec_mask & (1 << c)) & chip->codec_probe_mask) {
Takashi Iwaibccad142007-04-24 12:23:53 +02001802 struct hda_codec *codec;
Takashi Iwaia1e21c92009-06-17 09:33:52 +02001803 err = snd_hda_codec_new(chip->bus, c, &codec);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001804 if (err < 0)
1805 continue;
David Henningsson26a6cb62012-10-09 15:04:21 +02001806 codec->jackpoll_interval = get_jackpoll_interval(chip);
Jaroslav Kysela2dca0bb2009-11-13 18:41:52 +01001807 codec->beep_mode = chip->beep_mode;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001808 codecs++;
Takashi Iwai19a982b2007-03-21 15:14:35 +01001809 }
1810 }
1811 if (!codecs) {
Daniel J Blueman445a51b2012-12-05 23:04:21 +08001812 snd_printk(KERN_ERR SFX "%s: no codecs initialized\n", pci_name(chip->pci));
Linus Torvalds1da177e2005-04-16 15:20:36 -07001813 return -ENXIO;
1814 }
Takashi Iwaia1e21c92009-06-17 09:33:52 +02001815 return 0;
1816}
Linus Torvalds1da177e2005-04-16 15:20:36 -07001817
Takashi Iwaia1e21c92009-06-17 09:33:52 +02001818/* configure each codec instance */
Bill Pembertone23e7a12012-12-06 12:35:10 -05001819static int azx_codec_configure(struct azx *chip)
Takashi Iwaia1e21c92009-06-17 09:33:52 +02001820{
1821 struct hda_codec *codec;
1822 list_for_each_entry(codec, &chip->bus->codec_list, list) {
1823 snd_hda_codec_configure(codec);
1824 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07001825 return 0;
1826}
1827
1828
1829/*
1830 * PCM support
1831 */
1832
1833/* assign a stream for the PCM */
Wu Fengguangef18bed2009-12-25 13:14:27 +08001834static inline struct azx_dev *
1835azx_assign_device(struct azx *chip, struct snd_pcm_substream *substream)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001836{
Takashi Iwai07e4ca52005-08-24 14:14:57 +02001837 int dev, i, nums;
Wu Fengguangef18bed2009-12-25 13:14:27 +08001838 struct azx_dev *res = NULL;
Takashi Iwaid5cf9912011-10-06 10:07:58 +02001839 /* make a non-zero unique key for the substream */
1840 int key = (substream->pcm->device << 16) | (substream->number << 2) |
1841 (substream->stream + 1);
Wu Fengguangef18bed2009-12-25 13:14:27 +08001842
1843 if (substream->stream == SNDRV_PCM_STREAM_PLAYBACK) {
Takashi Iwai07e4ca52005-08-24 14:14:57 +02001844 dev = chip->playback_index_offset;
1845 nums = chip->playback_streams;
1846 } else {
1847 dev = chip->capture_index_offset;
1848 nums = chip->capture_streams;
1849 }
Takashi Iwaieb49faa2013-03-15 09:19:11 +01001850 for (i = 0; i < nums; i++, dev++) {
1851 struct azx_dev *azx_dev = &chip->azx_dev[dev];
1852 dsp_lock(azx_dev);
1853 if (!azx_dev->opened && !dsp_is_locked(azx_dev)) {
1854 res = azx_dev;
1855 if (res->assigned_key == key) {
1856 res->opened = 1;
1857 res->assigned_key = key;
1858 dsp_unlock(azx_dev);
1859 return azx_dev;
1860 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07001861 }
Takashi Iwaieb49faa2013-03-15 09:19:11 +01001862 dsp_unlock(azx_dev);
1863 }
Wu Fengguangef18bed2009-12-25 13:14:27 +08001864 if (res) {
Takashi Iwaieb49faa2013-03-15 09:19:11 +01001865 dsp_lock(res);
Wu Fengguangef18bed2009-12-25 13:14:27 +08001866 res->opened = 1;
Takashi Iwaid5cf9912011-10-06 10:07:58 +02001867 res->assigned_key = key;
Takashi Iwaieb49faa2013-03-15 09:19:11 +01001868 dsp_unlock(res);
Wu Fengguangef18bed2009-12-25 13:14:27 +08001869 }
1870 return res;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001871}
1872
1873/* release the assigned stream */
Takashi Iwaia98f90f2005-11-17 14:59:02 +01001874static inline void azx_release_device(struct azx_dev *azx_dev)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001875{
1876 azx_dev->opened = 0;
1877}
1878
Pierre-Louis Bossart5d890f52012-10-22 16:42:16 -05001879static cycle_t azx_cc_read(const struct cyclecounter *cc)
1880{
1881 struct azx_dev *azx_dev = container_of(cc, struct azx_dev, azx_cc);
1882 struct snd_pcm_substream *substream = azx_dev->substream;
1883 struct azx_pcm *apcm = snd_pcm_substream_chip(substream);
1884 struct azx *chip = apcm->chip;
1885
1886 return azx_readl(chip, WALLCLK);
1887}
1888
1889static void azx_timecounter_init(struct snd_pcm_substream *substream,
1890 bool force, cycle_t last)
1891{
1892 struct azx_dev *azx_dev = get_azx_dev(substream);
1893 struct timecounter *tc = &azx_dev->azx_tc;
1894 struct cyclecounter *cc = &azx_dev->azx_cc;
1895 u64 nsec;
1896
1897 cc->read = azx_cc_read;
1898 cc->mask = CLOCKSOURCE_MASK(32);
1899
1900 /*
1901 * Converting from 24 MHz to ns means applying a 125/3 factor.
1902 * To avoid any saturation issues in intermediate operations,
1903 * the 125 factor is applied first. The division is applied
1904 * last after reading the timecounter value.
1905 * Applying the 1/3 factor as part of the multiplication
1906 * requires at least 20 bits for a decent precision, however
1907 * overflows occur after about 4 hours or less, not a option.
1908 */
1909
1910 cc->mult = 125; /* saturation after 195 years */
1911 cc->shift = 0;
1912
1913 nsec = 0; /* audio time is elapsed time since trigger */
1914 timecounter_init(tc, cc, nsec);
1915 if (force)
1916 /*
1917 * force timecounter to use predefined value,
1918 * used for synchronized starts
1919 */
1920 tc->cycle_last = last;
1921}
1922
Dylan Reidae03bbb2013-04-15 11:57:05 -07001923static u64 azx_adjust_codec_delay(struct snd_pcm_substream *substream,
Dylan Reid78daea22013-04-08 18:20:30 -07001924 u64 nsec)
1925{
1926 struct azx_pcm *apcm = snd_pcm_substream_chip(substream);
1927 struct hda_pcm_stream *hinfo = apcm->hinfo[substream->stream];
1928 u64 codec_frames, codec_nsecs;
1929
1930 if (!hinfo->ops.get_delay)
1931 return nsec;
1932
1933 codec_frames = hinfo->ops.get_delay(hinfo, apcm->codec, substream);
1934 codec_nsecs = div_u64(codec_frames * 1000000000LL,
1935 substream->runtime->rate);
1936
Dylan Reidae03bbb2013-04-15 11:57:05 -07001937 if (substream->stream == SNDRV_PCM_STREAM_CAPTURE)
1938 return nsec + codec_nsecs;
1939
Dylan Reid78daea22013-04-08 18:20:30 -07001940 return (nsec > codec_nsecs) ? nsec - codec_nsecs : 0;
1941}
1942
Pierre-Louis Bossart5d890f52012-10-22 16:42:16 -05001943static int azx_get_wallclock_tstamp(struct snd_pcm_substream *substream,
1944 struct timespec *ts)
1945{
1946 struct azx_dev *azx_dev = get_azx_dev(substream);
1947 u64 nsec;
1948
1949 nsec = timecounter_read(&azx_dev->azx_tc);
1950 nsec = div_u64(nsec, 3); /* can be optimized */
Dylan Reidae03bbb2013-04-15 11:57:05 -07001951 nsec = azx_adjust_codec_delay(substream, nsec);
Pierre-Louis Bossart5d890f52012-10-22 16:42:16 -05001952
1953 *ts = ns_to_timespec(nsec);
1954
1955 return 0;
1956}
1957
Takashi Iwaia98f90f2005-11-17 14:59:02 +01001958static struct snd_pcm_hardware azx_pcm_hw = {
Takashi Iwaid01ce992007-07-27 16:52:19 +02001959 .info = (SNDRV_PCM_INFO_MMAP |
1960 SNDRV_PCM_INFO_INTERLEAVED |
Linus Torvalds1da177e2005-04-16 15:20:36 -07001961 SNDRV_PCM_INFO_BLOCK_TRANSFER |
1962 SNDRV_PCM_INFO_MMAP_VALID |
Pavel Machek927fc862006-08-31 17:03:43 +02001963 /* No full-resume yet implemented */
1964 /* SNDRV_PCM_INFO_RESUME |*/
Takashi Iwai850f0e52008-03-18 17:11:05 +01001965 SNDRV_PCM_INFO_PAUSE |
Clemens Ladisch7bb8fb72010-11-15 10:49:47 +01001966 SNDRV_PCM_INFO_SYNC_START |
Pierre-Louis Bossart5d890f52012-10-22 16:42:16 -05001967 SNDRV_PCM_INFO_HAS_WALL_CLOCK |
Clemens Ladisch7bb8fb72010-11-15 10:49:47 +01001968 SNDRV_PCM_INFO_NO_PERIOD_WAKEUP),
Linus Torvalds1da177e2005-04-16 15:20:36 -07001969 .formats = SNDRV_PCM_FMTBIT_S16_LE,
1970 .rates = SNDRV_PCM_RATE_48000,
1971 .rate_min = 48000,
1972 .rate_max = 48000,
1973 .channels_min = 2,
1974 .channels_max = 2,
1975 .buffer_bytes_max = AZX_MAX_BUF_SIZE,
1976 .period_bytes_min = 128,
1977 .period_bytes_max = AZX_MAX_BUF_SIZE / 2,
1978 .periods_min = 2,
1979 .periods_max = AZX_MAX_FRAG,
1980 .fifo_size = 0,
1981};
1982
Takashi Iwaia98f90f2005-11-17 14:59:02 +01001983static int azx_pcm_open(struct snd_pcm_substream *substream)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001984{
1985 struct azx_pcm *apcm = snd_pcm_substream_chip(substream);
1986 struct hda_pcm_stream *hinfo = apcm->hinfo[substream->stream];
Takashi Iwaia98f90f2005-11-17 14:59:02 +01001987 struct azx *chip = apcm->chip;
1988 struct azx_dev *azx_dev;
1989 struct snd_pcm_runtime *runtime = substream->runtime;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001990 unsigned long flags;
1991 int err;
Pierre-Louis Bossart2ae66c22011-08-04 10:12:56 -05001992 int buff_step;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001993
Ingo Molnar62932df2006-01-16 16:34:20 +01001994 mutex_lock(&chip->open_mutex);
Wu Fengguangef18bed2009-12-25 13:14:27 +08001995 azx_dev = azx_assign_device(chip, substream);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001996 if (azx_dev == NULL) {
Ingo Molnar62932df2006-01-16 16:34:20 +01001997 mutex_unlock(&chip->open_mutex);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001998 return -EBUSY;
1999 }
2000 runtime->hw = azx_pcm_hw;
2001 runtime->hw.channels_min = hinfo->channels_min;
2002 runtime->hw.channels_max = hinfo->channels_max;
2003 runtime->hw.formats = hinfo->formats;
2004 runtime->hw.rates = hinfo->rates;
2005 snd_pcm_limit_hw_rates(runtime);
2006 snd_pcm_hw_constraint_integer(runtime, SNDRV_PCM_HW_PARAM_PERIODS);
Pierre-Louis Bossart5d890f52012-10-22 16:42:16 -05002007
2008 /* avoid wrap-around with wall-clock */
2009 snd_pcm_hw_constraint_minmax(runtime, SNDRV_PCM_HW_PARAM_BUFFER_TIME,
2010 20,
2011 178000000);
2012
Takashi Iwai52409aa2012-01-23 17:10:24 +01002013 if (chip->align_buffer_size)
Pierre-Louis Bossart2ae66c22011-08-04 10:12:56 -05002014 /* constrain buffer sizes to be multiple of 128
2015 bytes. This is more efficient in terms of memory
2016 access but isn't required by the HDA spec and
2017 prevents users from specifying exact period/buffer
2018 sizes. For example for 44.1kHz, a period size set
2019 to 20ms will be rounded to 19.59ms. */
2020 buff_step = 128;
2021 else
2022 /* Don't enforce steps on buffer sizes, still need to
2023 be multiple of 4 bytes (HDA spec). Tested on Intel
2024 HDA controllers, may not work on all devices where
2025 option needs to be disabled */
2026 buff_step = 4;
2027
Joachim Deguara5f1545b2007-03-16 15:01:36 +01002028 snd_pcm_hw_constraint_step(runtime, 0, SNDRV_PCM_HW_PARAM_BUFFER_BYTES,
Pierre-Louis Bossart2ae66c22011-08-04 10:12:56 -05002029 buff_step);
Joachim Deguara5f1545b2007-03-16 15:01:36 +01002030 snd_pcm_hw_constraint_step(runtime, 0, SNDRV_PCM_HW_PARAM_PERIOD_BYTES,
Pierre-Louis Bossart2ae66c22011-08-04 10:12:56 -05002031 buff_step);
Dylan Reidb4a91cf2012-06-15 19:36:23 -07002032 snd_hda_power_up_d3wait(apcm->codec);
Takashi Iwaid01ce992007-07-27 16:52:19 +02002033 err = hinfo->ops.open(hinfo, apcm->codec, substream);
2034 if (err < 0) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07002035 azx_release_device(azx_dev);
Takashi Iwaicb53c622007-08-10 17:21:45 +02002036 snd_hda_power_down(apcm->codec);
Ingo Molnar62932df2006-01-16 16:34:20 +01002037 mutex_unlock(&chip->open_mutex);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002038 return err;
2039 }
Takashi Iwai70d321e2009-07-03 23:06:45 +02002040 snd_pcm_limit_hw_rates(runtime);
Takashi Iwaiaba66532009-07-05 11:44:46 +02002041 /* sanity check */
2042 if (snd_BUG_ON(!runtime->hw.channels_min) ||
2043 snd_BUG_ON(!runtime->hw.channels_max) ||
2044 snd_BUG_ON(!runtime->hw.formats) ||
2045 snd_BUG_ON(!runtime->hw.rates)) {
2046 azx_release_device(azx_dev);
2047 hinfo->ops.close(hinfo, apcm->codec, substream);
2048 snd_hda_power_down(apcm->codec);
2049 mutex_unlock(&chip->open_mutex);
2050 return -EINVAL;
2051 }
Pierre-Louis Bossart5d890f52012-10-22 16:42:16 -05002052
2053 /* disable WALLCLOCK timestamps for capture streams
2054 until we figure out how to handle digital inputs */
2055 if (substream->stream == SNDRV_PCM_STREAM_CAPTURE)
2056 runtime->hw.info &= ~SNDRV_PCM_INFO_HAS_WALL_CLOCK;
2057
Linus Torvalds1da177e2005-04-16 15:20:36 -07002058 spin_lock_irqsave(&chip->reg_lock, flags);
2059 azx_dev->substream = substream;
2060 azx_dev->running = 0;
2061 spin_unlock_irqrestore(&chip->reg_lock, flags);
2062
2063 runtime->private_data = azx_dev;
Takashi Iwai850f0e52008-03-18 17:11:05 +01002064 snd_pcm_set_sync(substream);
Ingo Molnar62932df2006-01-16 16:34:20 +01002065 mutex_unlock(&chip->open_mutex);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002066 return 0;
2067}
2068
Takashi Iwaia98f90f2005-11-17 14:59:02 +01002069static int azx_pcm_close(struct snd_pcm_substream *substream)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002070{
2071 struct azx_pcm *apcm = snd_pcm_substream_chip(substream);
2072 struct hda_pcm_stream *hinfo = apcm->hinfo[substream->stream];
Takashi Iwaia98f90f2005-11-17 14:59:02 +01002073 struct azx *chip = apcm->chip;
2074 struct azx_dev *azx_dev = get_azx_dev(substream);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002075 unsigned long flags;
2076
Ingo Molnar62932df2006-01-16 16:34:20 +01002077 mutex_lock(&chip->open_mutex);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002078 spin_lock_irqsave(&chip->reg_lock, flags);
2079 azx_dev->substream = NULL;
2080 azx_dev->running = 0;
2081 spin_unlock_irqrestore(&chip->reg_lock, flags);
2082 azx_release_device(azx_dev);
2083 hinfo->ops.close(hinfo, apcm->codec, substream);
Takashi Iwaicb53c622007-08-10 17:21:45 +02002084 snd_hda_power_down(apcm->codec);
Ingo Molnar62932df2006-01-16 16:34:20 +01002085 mutex_unlock(&chip->open_mutex);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002086 return 0;
2087}
2088
Takashi Iwaid01ce992007-07-27 16:52:19 +02002089static int azx_pcm_hw_params(struct snd_pcm_substream *substream,
2090 struct snd_pcm_hw_params *hw_params)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002091{
Takashi Iwai27fe48d92011-09-28 17:16:09 +02002092 struct azx_pcm *apcm = snd_pcm_substream_chip(substream);
2093 struct azx *chip = apcm->chip;
Takashi Iwai97b71c92009-03-18 15:09:13 +01002094 struct azx_dev *azx_dev = get_azx_dev(substream);
Takashi Iwai27fe48d92011-09-28 17:16:09 +02002095 int ret;
Takashi Iwai97b71c92009-03-18 15:09:13 +01002096
Takashi Iwaieb49faa2013-03-15 09:19:11 +01002097 dsp_lock(azx_dev);
2098 if (dsp_is_locked(azx_dev)) {
2099 ret = -EBUSY;
2100 goto unlock;
2101 }
2102
Takashi Iwai9ddf1ae2013-01-29 18:07:22 +01002103 mark_runtime_wc(chip, azx_dev, substream, false);
Takashi Iwai97b71c92009-03-18 15:09:13 +01002104 azx_dev->bufsize = 0;
2105 azx_dev->period_bytes = 0;
2106 azx_dev->format_val = 0;
Takashi Iwai27fe48d92011-09-28 17:16:09 +02002107 ret = snd_pcm_lib_malloc_pages(substream,
Takashi Iwaid01ce992007-07-27 16:52:19 +02002108 params_buffer_bytes(hw_params));
Takashi Iwai27fe48d92011-09-28 17:16:09 +02002109 if (ret < 0)
Takashi Iwaieb49faa2013-03-15 09:19:11 +01002110 goto unlock;
Takashi Iwai9ddf1ae2013-01-29 18:07:22 +01002111 mark_runtime_wc(chip, azx_dev, substream, true);
Takashi Iwaieb49faa2013-03-15 09:19:11 +01002112 unlock:
2113 dsp_unlock(azx_dev);
Takashi Iwai27fe48d92011-09-28 17:16:09 +02002114 return ret;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002115}
2116
Takashi Iwaia98f90f2005-11-17 14:59:02 +01002117static int azx_pcm_hw_free(struct snd_pcm_substream *substream)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002118{
2119 struct azx_pcm *apcm = snd_pcm_substream_chip(substream);
Takashi Iwaia98f90f2005-11-17 14:59:02 +01002120 struct azx_dev *azx_dev = get_azx_dev(substream);
Takashi Iwai27fe48d92011-09-28 17:16:09 +02002121 struct azx *chip = apcm->chip;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002122 struct hda_pcm_stream *hinfo = apcm->hinfo[substream->stream];
2123
2124 /* reset BDL address */
Takashi Iwaieb49faa2013-03-15 09:19:11 +01002125 dsp_lock(azx_dev);
2126 if (!dsp_is_locked(azx_dev)) {
2127 azx_sd_writel(azx_dev, SD_BDLPL, 0);
2128 azx_sd_writel(azx_dev, SD_BDLPU, 0);
2129 azx_sd_writel(azx_dev, SD_CTL, 0);
2130 azx_dev->bufsize = 0;
2131 azx_dev->period_bytes = 0;
2132 azx_dev->format_val = 0;
2133 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07002134
Takashi Iwaieb541332010-08-06 13:48:11 +02002135 snd_hda_codec_cleanup(apcm->codec, hinfo, substream);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002136
Takashi Iwai9ddf1ae2013-01-29 18:07:22 +01002137 mark_runtime_wc(chip, azx_dev, substream, false);
Takashi Iwaieb49faa2013-03-15 09:19:11 +01002138 azx_dev->prepared = 0;
2139 dsp_unlock(azx_dev);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002140 return snd_pcm_lib_free_pages(substream);
2141}
2142
Takashi Iwaia98f90f2005-11-17 14:59:02 +01002143static int azx_pcm_prepare(struct snd_pcm_substream *substream)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002144{
2145 struct azx_pcm *apcm = snd_pcm_substream_chip(substream);
Takashi Iwaia98f90f2005-11-17 14:59:02 +01002146 struct azx *chip = apcm->chip;
2147 struct azx_dev *azx_dev = get_azx_dev(substream);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002148 struct hda_pcm_stream *hinfo = apcm->hinfo[substream->stream];
Takashi Iwaia98f90f2005-11-17 14:59:02 +01002149 struct snd_pcm_runtime *runtime = substream->runtime;
Takashi Iwai62b7e5e2010-10-22 17:15:47 +02002150 unsigned int bufsize, period_bytes, format_val, stream_tag;
Takashi Iwai97b71c92009-03-18 15:09:13 +01002151 int err;
Stephen Warren7c9359762011-06-01 11:14:17 -06002152 struct hda_spdif_out *spdif =
2153 snd_hda_spdif_out_of_nid(apcm->codec, hinfo->nid);
2154 unsigned short ctls = spdif ? spdif->ctls : 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002155
Takashi Iwaieb49faa2013-03-15 09:19:11 +01002156 dsp_lock(azx_dev);
2157 if (dsp_is_locked(azx_dev)) {
2158 err = -EBUSY;
2159 goto unlock;
2160 }
2161
Jaroslav Kyselafa00e042009-04-10 12:20:45 +02002162 azx_stream_reset(chip, azx_dev);
Takashi Iwai97b71c92009-03-18 15:09:13 +01002163 format_val = snd_hda_calc_stream_format(runtime->rate,
2164 runtime->channels,
2165 runtime->format,
Anssi Hannula32c168c2010-08-03 13:28:57 +03002166 hinfo->maxbps,
Stephen Warren7c9359762011-06-01 11:14:17 -06002167 ctls);
Takashi Iwai97b71c92009-03-18 15:09:13 +01002168 if (!format_val) {
Takashi Iwaid01ce992007-07-27 16:52:19 +02002169 snd_printk(KERN_ERR SFX
Daniel J Blueman445a51b2012-12-05 23:04:21 +08002170 "%s: invalid format_val, rate=%d, ch=%d, format=%d\n",
2171 pci_name(chip->pci), runtime->rate, runtime->channels, runtime->format);
Takashi Iwaieb49faa2013-03-15 09:19:11 +01002172 err = -EINVAL;
2173 goto unlock;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002174 }
2175
Takashi Iwai97b71c92009-03-18 15:09:13 +01002176 bufsize = snd_pcm_lib_buffer_bytes(substream);
2177 period_bytes = snd_pcm_lib_period_bytes(substream);
2178
Daniel J Blueman445a51b2012-12-05 23:04:21 +08002179 snd_printdd(SFX "%s: azx_pcm_prepare: bufsize=0x%x, format=0x%x\n",
2180 pci_name(chip->pci), bufsize, format_val);
Takashi Iwai97b71c92009-03-18 15:09:13 +01002181
2182 if (bufsize != azx_dev->bufsize ||
2183 period_bytes != azx_dev->period_bytes ||
Takashi Iwai915bf292012-09-11 15:19:10 +02002184 format_val != azx_dev->format_val ||
2185 runtime->no_period_wakeup != azx_dev->no_period_wakeup) {
Takashi Iwai97b71c92009-03-18 15:09:13 +01002186 azx_dev->bufsize = bufsize;
2187 azx_dev->period_bytes = period_bytes;
2188 azx_dev->format_val = format_val;
Takashi Iwai915bf292012-09-11 15:19:10 +02002189 azx_dev->no_period_wakeup = runtime->no_period_wakeup;
Takashi Iwai97b71c92009-03-18 15:09:13 +01002190 err = azx_setup_periods(chip, substream, azx_dev);
2191 if (err < 0)
Takashi Iwaieb49faa2013-03-15 09:19:11 +01002192 goto unlock;
Takashi Iwai97b71c92009-03-18 15:09:13 +01002193 }
2194
Takashi Iwaie8648e52013-12-06 17:15:01 +01002195 /* when LPIB delay correction gives a small negative value,
2196 * we ignore it; currently set the threshold statically to
2197 * 64 frames
2198 */
2199 if (runtime->period_size > 64)
2200 azx_dev->delay_negative_threshold = -frames_to_bytes(runtime, 64);
2201 else
2202 azx_dev->delay_negative_threshold = 0;
2203
Jaroslav Kyselae5463722010-05-11 10:21:46 +02002204 /* wallclk has 24Mhz clock source */
2205 azx_dev->period_wallclk = (((runtime->period_size * 24000) /
2206 runtime->rate) * 1000);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002207 azx_setup_controller(chip, azx_dev);
2208 if (substream->stream == SNDRV_PCM_STREAM_PLAYBACK)
2209 azx_dev->fifo_size = azx_sd_readw(azx_dev, SD_FIFOSIZE) + 1;
2210 else
2211 azx_dev->fifo_size = 0;
2212
Takashi Iwai62b7e5e2010-10-22 17:15:47 +02002213 stream_tag = azx_dev->stream_tag;
2214 /* CA-IBG chips need the playback stream starting from 1 */
Takashi Iwai9477c582011-05-25 09:11:37 +02002215 if ((chip->driver_caps & AZX_DCAPS_CTX_WORKAROUND) &&
Takashi Iwai62b7e5e2010-10-22 17:15:47 +02002216 stream_tag > chip->capture_streams)
2217 stream_tag -= chip->capture_streams;
Takashi Iwaieb49faa2013-03-15 09:19:11 +01002218 err = snd_hda_codec_prepare(apcm->codec, hinfo, stream_tag,
Takashi Iwaieb541332010-08-06 13:48:11 +02002219 azx_dev->format_val, substream);
Takashi Iwaieb49faa2013-03-15 09:19:11 +01002220
2221 unlock:
2222 if (!err)
2223 azx_dev->prepared = 1;
2224 dsp_unlock(azx_dev);
2225 return err;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002226}
2227
Takashi Iwaia98f90f2005-11-17 14:59:02 +01002228static int azx_pcm_trigger(struct snd_pcm_substream *substream, int cmd)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002229{
2230 struct azx_pcm *apcm = snd_pcm_substream_chip(substream);
Takashi Iwaia98f90f2005-11-17 14:59:02 +01002231 struct azx *chip = apcm->chip;
Takashi Iwai850f0e52008-03-18 17:11:05 +01002232 struct azx_dev *azx_dev;
2233 struct snd_pcm_substream *s;
Jaroslav Kyselafa00e042009-04-10 12:20:45 +02002234 int rstart = 0, start, nsync = 0, sbits = 0;
Takashi Iwai850f0e52008-03-18 17:11:05 +01002235 int nwait, timeout;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002236
Takashi Iwai1a8506d2012-10-16 15:10:08 +02002237 azx_dev = get_azx_dev(substream);
2238 trace_azx_pcm_trigger(chip, azx_dev, cmd);
2239
Takashi Iwaieb49faa2013-03-15 09:19:11 +01002240 if (dsp_is_locked(azx_dev) || !azx_dev->prepared)
2241 return -EPIPE;
2242
Linus Torvalds1da177e2005-04-16 15:20:36 -07002243 switch (cmd) {
Jaroslav Kyselafa00e042009-04-10 12:20:45 +02002244 case SNDRV_PCM_TRIGGER_START:
2245 rstart = 1;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002246 case SNDRV_PCM_TRIGGER_PAUSE_RELEASE:
2247 case SNDRV_PCM_TRIGGER_RESUME:
Takashi Iwai850f0e52008-03-18 17:11:05 +01002248 start = 1;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002249 break;
2250 case SNDRV_PCM_TRIGGER_PAUSE_PUSH:
Jaroslav Kysela47123192005-08-15 20:53:07 +02002251 case SNDRV_PCM_TRIGGER_SUSPEND:
Linus Torvalds1da177e2005-04-16 15:20:36 -07002252 case SNDRV_PCM_TRIGGER_STOP:
Takashi Iwai850f0e52008-03-18 17:11:05 +01002253 start = 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002254 break;
2255 default:
Takashi Iwai850f0e52008-03-18 17:11:05 +01002256 return -EINVAL;
2257 }
2258
2259 snd_pcm_group_for_each_entry(s, substream) {
2260 if (s->pcm->card != substream->pcm->card)
2261 continue;
2262 azx_dev = get_azx_dev(s);
2263 sbits |= 1 << azx_dev->index;
2264 nsync++;
2265 snd_pcm_trigger_done(s, substream);
2266 }
2267
2268 spin_lock(&chip->reg_lock);
Pierre-Louis Bossart172d3b22012-09-21 18:39:05 -05002269
2270 /* first, set SYNC bits of corresponding streams */
2271 if (chip->driver_caps & AZX_DCAPS_OLD_SSYNC)
2272 azx_writel(chip, OLD_SSYNC,
2273 azx_readl(chip, OLD_SSYNC) | sbits);
2274 else
2275 azx_writel(chip, SSYNC, azx_readl(chip, SSYNC) | sbits);
2276
Takashi Iwai850f0e52008-03-18 17:11:05 +01002277 snd_pcm_group_for_each_entry(s, substream) {
2278 if (s->pcm->card != substream->pcm->card)
2279 continue;
2280 azx_dev = get_azx_dev(s);
Jaroslav Kyselae5463722010-05-11 10:21:46 +02002281 if (start) {
2282 azx_dev->start_wallclk = azx_readl(chip, WALLCLK);
2283 if (!rstart)
2284 azx_dev->start_wallclk -=
2285 azx_dev->period_wallclk;
Takashi Iwai850f0e52008-03-18 17:11:05 +01002286 azx_stream_start(chip, azx_dev);
Jaroslav Kyselae5463722010-05-11 10:21:46 +02002287 } else {
Takashi Iwai850f0e52008-03-18 17:11:05 +01002288 azx_stream_stop(chip, azx_dev);
Jaroslav Kyselae5463722010-05-11 10:21:46 +02002289 }
Takashi Iwai850f0e52008-03-18 17:11:05 +01002290 azx_dev->running = start;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002291 }
2292 spin_unlock(&chip->reg_lock);
Takashi Iwai850f0e52008-03-18 17:11:05 +01002293 if (start) {
Takashi Iwai850f0e52008-03-18 17:11:05 +01002294 /* wait until all FIFOs get ready */
2295 for (timeout = 5000; timeout; timeout--) {
2296 nwait = 0;
2297 snd_pcm_group_for_each_entry(s, substream) {
2298 if (s->pcm->card != substream->pcm->card)
2299 continue;
2300 azx_dev = get_azx_dev(s);
2301 if (!(azx_sd_readb(azx_dev, SD_STS) &
2302 SD_STS_FIFO_READY))
2303 nwait++;
2304 }
2305 if (!nwait)
2306 break;
2307 cpu_relax();
2308 }
2309 } else {
2310 /* wait until all RUN bits are cleared */
2311 for (timeout = 5000; timeout; timeout--) {
2312 nwait = 0;
2313 snd_pcm_group_for_each_entry(s, substream) {
2314 if (s->pcm->card != substream->pcm->card)
2315 continue;
2316 azx_dev = get_azx_dev(s);
2317 if (azx_sd_readb(azx_dev, SD_CTL) &
2318 SD_CTL_DMA_START)
2319 nwait++;
2320 }
2321 if (!nwait)
2322 break;
2323 cpu_relax();
2324 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07002325 }
Pierre-Louis Bossart172d3b22012-09-21 18:39:05 -05002326 spin_lock(&chip->reg_lock);
2327 /* reset SYNC bits */
2328 if (chip->driver_caps & AZX_DCAPS_OLD_SSYNC)
2329 azx_writel(chip, OLD_SSYNC,
2330 azx_readl(chip, OLD_SSYNC) & ~sbits);
2331 else
2332 azx_writel(chip, SSYNC, azx_readl(chip, SSYNC) & ~sbits);
Pierre-Louis Bossart5d890f52012-10-22 16:42:16 -05002333 if (start) {
2334 azx_timecounter_init(substream, 0, 0);
2335 if (nsync > 1) {
2336 cycle_t cycle_last;
2337
2338 /* same start cycle for master and group */
2339 azx_dev = get_azx_dev(substream);
2340 cycle_last = azx_dev->azx_tc.cycle_last;
2341
2342 snd_pcm_group_for_each_entry(s, substream) {
2343 if (s->pcm->card != substream->pcm->card)
2344 continue;
2345 azx_timecounter_init(s, 1, cycle_last);
2346 }
2347 }
2348 }
Pierre-Louis Bossart172d3b22012-09-21 18:39:05 -05002349 spin_unlock(&chip->reg_lock);
Takashi Iwai850f0e52008-03-18 17:11:05 +01002350 return 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002351}
2352
Joseph Chan0e153472008-08-26 14:38:03 +02002353/* get the current DMA position with correction on VIA chips */
2354static unsigned int azx_via_get_position(struct azx *chip,
2355 struct azx_dev *azx_dev)
2356{
2357 unsigned int link_pos, mini_pos, bound_pos;
2358 unsigned int mod_link_pos, mod_dma_pos, mod_mini_pos;
2359 unsigned int fifo_size;
2360
2361 link_pos = azx_sd_readl(azx_dev, SD_LPIB);
Takashi Iwaib4a655e2011-06-07 12:26:56 +02002362 if (azx_dev->substream->stream == SNDRV_PCM_STREAM_PLAYBACK) {
Joseph Chan0e153472008-08-26 14:38:03 +02002363 /* Playback, no problem using link position */
2364 return link_pos;
2365 }
2366
2367 /* Capture */
2368 /* For new chipset,
2369 * use mod to get the DMA position just like old chipset
2370 */
2371 mod_dma_pos = le32_to_cpu(*azx_dev->posbuf);
2372 mod_dma_pos %= azx_dev->period_bytes;
2373
2374 /* azx_dev->fifo_size can't get FIFO size of in stream.
2375 * Get from base address + offset.
2376 */
2377 fifo_size = readw(chip->remap_addr + VIA_IN_STREAM0_FIFO_SIZE_OFFSET);
2378
2379 if (azx_dev->insufficient) {
2380 /* Link position never gather than FIFO size */
2381 if (link_pos <= fifo_size)
2382 return 0;
2383
2384 azx_dev->insufficient = 0;
2385 }
2386
2387 if (link_pos <= fifo_size)
2388 mini_pos = azx_dev->bufsize + link_pos - fifo_size;
2389 else
2390 mini_pos = link_pos - fifo_size;
2391
2392 /* Find nearest previous boudary */
2393 mod_mini_pos = mini_pos % azx_dev->period_bytes;
2394 mod_link_pos = link_pos % azx_dev->period_bytes;
2395 if (mod_link_pos >= fifo_size)
2396 bound_pos = link_pos - mod_link_pos;
2397 else if (mod_dma_pos >= mod_mini_pos)
2398 bound_pos = mini_pos - mod_mini_pos;
2399 else {
2400 bound_pos = mini_pos - mod_mini_pos + azx_dev->period_bytes;
2401 if (bound_pos >= azx_dev->bufsize)
2402 bound_pos = 0;
2403 }
2404
2405 /* Calculate real DMA position we want */
2406 return bound_pos + mod_dma_pos;
2407}
2408
Takashi Iwai9ad593f2008-05-16 12:34:47 +02002409static unsigned int azx_get_position(struct azx *chip,
Takashi Iwai798cb7e2011-09-30 08:52:26 +02002410 struct azx_dev *azx_dev,
2411 bool with_check)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002412{
Takashi Iwai21229612013-04-05 07:27:45 +02002413 struct snd_pcm_substream *substream = azx_dev->substream;
2414 struct azx_pcm *apcm = snd_pcm_substream_chip(substream);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002415 unsigned int pos;
Takashi Iwai21229612013-04-05 07:27:45 +02002416 int stream = substream->stream;
2417 struct hda_pcm_stream *hinfo = apcm->hinfo[stream];
Takashi Iwai1a8506d2012-10-16 15:10:08 +02002418 int delay = 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002419
David Henningsson4cb36312010-09-30 10:12:50 +02002420 switch (chip->position_fix[stream]) {
2421 case POS_FIX_LPIB:
2422 /* read LPIB */
2423 pos = azx_sd_readl(azx_dev, SD_LPIB);
2424 break;
2425 case POS_FIX_VIACOMBO:
Joseph Chan0e153472008-08-26 14:38:03 +02002426 pos = azx_via_get_position(chip, azx_dev);
David Henningsson4cb36312010-09-30 10:12:50 +02002427 break;
2428 default:
2429 /* use the position buffer */
2430 pos = le32_to_cpu(*azx_dev->posbuf);
Takashi Iwai798cb7e2011-09-30 08:52:26 +02002431 if (with_check && chip->position_fix[stream] == POS_FIX_AUTO) {
Takashi Iwaia8103642011-06-07 12:23:23 +02002432 if (!pos || pos == (u32)-1) {
2433 printk(KERN_WARNING
2434 "hda-intel: Invalid position buffer, "
2435 "using LPIB read method instead.\n");
2436 chip->position_fix[stream] = POS_FIX_LPIB;
2437 pos = azx_sd_readl(azx_dev, SD_LPIB);
2438 } else
2439 chip->position_fix[stream] = POS_FIX_POSBUF;
2440 }
2441 break;
Takashi Iwaic74db862005-05-12 14:26:27 +02002442 }
David Henningsson4cb36312010-09-30 10:12:50 +02002443
Linus Torvalds1da177e2005-04-16 15:20:36 -07002444 if (pos >= azx_dev->bufsize)
2445 pos = 0;
Pierre-Louis Bossart90accc52012-09-21 18:39:06 -05002446
2447 /* calculate runtime delay from LPIB */
Takashi Iwai21229612013-04-05 07:27:45 +02002448 if (substream->runtime &&
Pierre-Louis Bossart90accc52012-09-21 18:39:06 -05002449 chip->position_fix[stream] == POS_FIX_POSBUF &&
2450 (chip->driver_caps & AZX_DCAPS_COUNT_LPIB_DELAY)) {
2451 unsigned int lpib_pos = azx_sd_readl(azx_dev, SD_LPIB);
Pierre-Louis Bossart90accc52012-09-21 18:39:06 -05002452 if (stream == SNDRV_PCM_STREAM_PLAYBACK)
2453 delay = pos - lpib_pos;
2454 else
2455 delay = lpib_pos - pos;
Takashi Iwaie8648e52013-12-06 17:15:01 +01002456 if (delay < 0) {
2457 if (delay >= azx_dev->delay_negative_threshold)
2458 delay = 0;
2459 else
2460 delay += azx_dev->bufsize;
2461 }
Pierre-Louis Bossart90accc52012-09-21 18:39:06 -05002462 if (delay >= azx_dev->period_bytes) {
Takashi Iwai1f046612012-10-16 16:52:26 +02002463 snd_printk(KERN_WARNING SFX
Daniel J Blueman445a51b2012-12-05 23:04:21 +08002464 "%s: Unstable LPIB (%d >= %d); "
Takashi Iwai1f046612012-10-16 16:52:26 +02002465 "disabling LPIB delay counting\n",
Daniel J Blueman445a51b2012-12-05 23:04:21 +08002466 pci_name(chip->pci), delay, azx_dev->period_bytes);
Takashi Iwai1f046612012-10-16 16:52:26 +02002467 delay = 0;
2468 chip->driver_caps &= ~AZX_DCAPS_COUNT_LPIB_DELAY;
Pierre-Louis Bossart90accc52012-09-21 18:39:06 -05002469 }
Takashi Iwai21229612013-04-05 07:27:45 +02002470 delay = bytes_to_frames(substream->runtime, delay);
Pierre-Louis Bossart90accc52012-09-21 18:39:06 -05002471 }
Takashi Iwai21229612013-04-05 07:27:45 +02002472
2473 if (substream->runtime) {
2474 if (hinfo->ops.get_delay)
2475 delay += hinfo->ops.get_delay(hinfo, apcm->codec,
2476 substream);
2477 substream->runtime->delay = delay;
2478 }
2479
Takashi Iwai1a8506d2012-10-16 15:10:08 +02002480 trace_azx_get_position(chip, azx_dev, pos, delay);
Takashi Iwai9ad593f2008-05-16 12:34:47 +02002481 return pos;
2482}
2483
2484static snd_pcm_uframes_t azx_pcm_pointer(struct snd_pcm_substream *substream)
2485{
2486 struct azx_pcm *apcm = snd_pcm_substream_chip(substream);
2487 struct azx *chip = apcm->chip;
2488 struct azx_dev *azx_dev = get_azx_dev(substream);
2489 return bytes_to_frames(substream->runtime,
Takashi Iwai798cb7e2011-09-30 08:52:26 +02002490 azx_get_position(chip, azx_dev, false));
Takashi Iwai9ad593f2008-05-16 12:34:47 +02002491}
2492
2493/*
2494 * Check whether the current DMA position is acceptable for updating
2495 * periods. Returns non-zero if it's OK.
2496 *
2497 * Many HD-audio controllers appear pretty inaccurate about
2498 * the update-IRQ timing. The IRQ is issued before actually the
2499 * data is processed. So, we need to process it afterwords in a
2500 * workqueue.
2501 */
2502static int azx_position_ok(struct azx *chip, struct azx_dev *azx_dev)
2503{
Jaroslav Kyselae5463722010-05-11 10:21:46 +02002504 u32 wallclk;
Takashi Iwai9ad593f2008-05-16 12:34:47 +02002505 unsigned int pos;
2506
Jaroslav Kyselaf48f6062010-05-11 12:10:47 +02002507 wallclk = azx_readl(chip, WALLCLK) - azx_dev->start_wallclk;
2508 if (wallclk < (azx_dev->period_wallclk * 2) / 3)
Jaroslav Kyselafa00e042009-04-10 12:20:45 +02002509 return -1; /* bogus (too early) interrupt */
Jaroslav Kyselafa00e042009-04-10 12:20:45 +02002510
Takashi Iwai798cb7e2011-09-30 08:52:26 +02002511 pos = azx_get_position(chip, azx_dev, true);
Takashi Iwai9ad593f2008-05-16 12:34:47 +02002512
Takashi Iwaid6d8bf52010-02-12 18:17:06 +01002513 if (WARN_ONCE(!azx_dev->period_bytes,
2514 "hda-intel: zero azx_dev->period_bytes"))
Jaroslav Kyselaf48f6062010-05-11 12:10:47 +02002515 return -1; /* this shouldn't happen! */
Jaroslav Kyselaedb39932010-06-02 13:29:17 +02002516 if (wallclk < (azx_dev->period_wallclk * 5) / 4 &&
Jaroslav Kyselaf48f6062010-05-11 12:10:47 +02002517 pos % azx_dev->period_bytes > azx_dev->period_bytes / 2)
2518 /* NG - it's below the first next period boundary */
2519 return bdl_pos_adj[chip->dev_index] ? 0 : -1;
Jaroslav Kyselaedb39932010-06-02 13:29:17 +02002520 azx_dev->start_wallclk += wallclk;
Takashi Iwai9ad593f2008-05-16 12:34:47 +02002521 return 1; /* OK, it's fine */
2522}
2523
2524/*
2525 * The work for pending PCM period updates.
2526 */
2527static void azx_irq_pending_work(struct work_struct *work)
2528{
2529 struct azx *chip = container_of(work, struct azx, irq_pending_work);
Jaroslav Kyselae5463722010-05-11 10:21:46 +02002530 int i, pending, ok;
Takashi Iwai9ad593f2008-05-16 12:34:47 +02002531
Takashi Iwaia6a950a2008-06-10 17:53:35 +02002532 if (!chip->irq_pending_warned) {
2533 printk(KERN_WARNING
2534 "hda-intel: IRQ timing workaround is activated "
2535 "for card #%d. Suggest a bigger bdl_pos_adj.\n",
2536 chip->card->number);
2537 chip->irq_pending_warned = 1;
2538 }
2539
Takashi Iwai9ad593f2008-05-16 12:34:47 +02002540 for (;;) {
2541 pending = 0;
2542 spin_lock_irq(&chip->reg_lock);
2543 for (i = 0; i < chip->num_streams; i++) {
2544 struct azx_dev *azx_dev = &chip->azx_dev[i];
2545 if (!azx_dev->irq_pending ||
2546 !azx_dev->substream ||
2547 !azx_dev->running)
2548 continue;
Jaroslav Kyselae5463722010-05-11 10:21:46 +02002549 ok = azx_position_ok(chip, azx_dev);
2550 if (ok > 0) {
Takashi Iwai9ad593f2008-05-16 12:34:47 +02002551 azx_dev->irq_pending = 0;
2552 spin_unlock(&chip->reg_lock);
2553 snd_pcm_period_elapsed(azx_dev->substream);
2554 spin_lock(&chip->reg_lock);
Jaroslav Kyselae5463722010-05-11 10:21:46 +02002555 } else if (ok < 0) {
2556 pending = 0; /* too early */
Takashi Iwai9ad593f2008-05-16 12:34:47 +02002557 } else
2558 pending++;
2559 }
2560 spin_unlock_irq(&chip->reg_lock);
2561 if (!pending)
2562 return;
Takashi Iwai08af4952010-08-03 14:39:04 +02002563 msleep(1);
Takashi Iwai9ad593f2008-05-16 12:34:47 +02002564 }
2565}
2566
2567/* clear irq_pending flags and assure no on-going workq */
2568static void azx_clear_irq_pending(struct azx *chip)
2569{
2570 int i;
2571
2572 spin_lock_irq(&chip->reg_lock);
2573 for (i = 0; i < chip->num_streams; i++)
2574 chip->azx_dev[i].irq_pending = 0;
2575 spin_unlock_irq(&chip->reg_lock);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002576}
2577
Takashi Iwai27fe48d92011-09-28 17:16:09 +02002578#ifdef CONFIG_X86
2579static int azx_pcm_mmap(struct snd_pcm_substream *substream,
2580 struct vm_area_struct *area)
2581{
2582 struct azx_pcm *apcm = snd_pcm_substream_chip(substream);
2583 struct azx *chip = apcm->chip;
2584 if (!azx_snoop(chip))
2585 area->vm_page_prot = pgprot_writecombine(area->vm_page_prot);
2586 return snd_pcm_lib_default_mmap(substream, area);
2587}
2588#else
2589#define azx_pcm_mmap NULL
2590#endif
2591
Takashi Iwaia98f90f2005-11-17 14:59:02 +01002592static struct snd_pcm_ops azx_pcm_ops = {
Linus Torvalds1da177e2005-04-16 15:20:36 -07002593 .open = azx_pcm_open,
2594 .close = azx_pcm_close,
2595 .ioctl = snd_pcm_lib_ioctl,
2596 .hw_params = azx_pcm_hw_params,
2597 .hw_free = azx_pcm_hw_free,
2598 .prepare = azx_pcm_prepare,
2599 .trigger = azx_pcm_trigger,
2600 .pointer = azx_pcm_pointer,
Pierre-Louis Bossart5d890f52012-10-22 16:42:16 -05002601 .wall_clock = azx_get_wallclock_tstamp,
Takashi Iwai27fe48d92011-09-28 17:16:09 +02002602 .mmap = azx_pcm_mmap,
Takashi Iwai4ce107b2008-02-06 14:50:19 +01002603 .page = snd_pcm_sgbuf_ops_page,
Linus Torvalds1da177e2005-04-16 15:20:36 -07002604};
2605
Takashi Iwaia98f90f2005-11-17 14:59:02 +01002606static void azx_pcm_free(struct snd_pcm *pcm)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002607{
Takashi Iwai176d5332008-07-30 15:01:44 +02002608 struct azx_pcm *apcm = pcm->private_data;
2609 if (apcm) {
Takashi Iwai01b65bf2011-11-24 14:31:46 +01002610 list_del(&apcm->list);
Takashi Iwai176d5332008-07-30 15:01:44 +02002611 kfree(apcm);
2612 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07002613}
2614
Takashi Iwaiacfa6342011-07-12 17:27:46 +02002615#define MAX_PREALLOC_SIZE (32 * 1024 * 1024)
2616
Takashi Iwai176d5332008-07-30 15:01:44 +02002617static int
Takashi Iwai33fa35e2008-11-06 16:50:40 +01002618azx_attach_pcm_stream(struct hda_bus *bus, struct hda_codec *codec,
2619 struct hda_pcm *cpcm)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002620{
Takashi Iwai33fa35e2008-11-06 16:50:40 +01002621 struct azx *chip = bus->private_data;
Takashi Iwaia98f90f2005-11-17 14:59:02 +01002622 struct snd_pcm *pcm;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002623 struct azx_pcm *apcm;
Takashi Iwai176d5332008-07-30 15:01:44 +02002624 int pcm_dev = cpcm->device;
Takashi Iwaiacfa6342011-07-12 17:27:46 +02002625 unsigned int size;
Takashi Iwai176d5332008-07-30 15:01:44 +02002626 int s, err;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002627
Takashi Iwai01b65bf2011-11-24 14:31:46 +01002628 list_for_each_entry(apcm, &chip->pcm_list, list) {
2629 if (apcm->pcm->device == pcm_dev) {
Daniel J Blueman445a51b2012-12-05 23:04:21 +08002630 snd_printk(KERN_ERR SFX "%s: PCM %d already exists\n",
2631 pci_name(chip->pci), pcm_dev);
Takashi Iwai01b65bf2011-11-24 14:31:46 +01002632 return -EBUSY;
2633 }
Takashi Iwai176d5332008-07-30 15:01:44 +02002634 }
2635 err = snd_pcm_new(chip->card, cpcm->name, pcm_dev,
2636 cpcm->stream[SNDRV_PCM_STREAM_PLAYBACK].substreams,
2637 cpcm->stream[SNDRV_PCM_STREAM_CAPTURE].substreams,
Linus Torvalds1da177e2005-04-16 15:20:36 -07002638 &pcm);
2639 if (err < 0)
2640 return err;
Takashi Iwai18cb7102009-04-16 10:22:24 +02002641 strlcpy(pcm->name, cpcm->name, sizeof(pcm->name));
Takashi Iwai176d5332008-07-30 15:01:44 +02002642 apcm = kzalloc(sizeof(*apcm), GFP_KERNEL);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002643 if (apcm == NULL)
2644 return -ENOMEM;
2645 apcm->chip = chip;
Takashi Iwai01b65bf2011-11-24 14:31:46 +01002646 apcm->pcm = pcm;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002647 apcm->codec = codec;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002648 pcm->private_data = apcm;
2649 pcm->private_free = azx_pcm_free;
Takashi Iwai176d5332008-07-30 15:01:44 +02002650 if (cpcm->pcm_type == HDA_PCM_TYPE_MODEM)
2651 pcm->dev_class = SNDRV_PCM_CLASS_MODEM;
Takashi Iwai01b65bf2011-11-24 14:31:46 +01002652 list_add_tail(&apcm->list, &chip->pcm_list);
Takashi Iwai176d5332008-07-30 15:01:44 +02002653 cpcm->pcm = pcm;
2654 for (s = 0; s < 2; s++) {
2655 apcm->hinfo[s] = &cpcm->stream[s];
2656 if (cpcm->stream[s].substreams)
2657 snd_pcm_set_ops(pcm, s, &azx_pcm_ops);
2658 }
2659 /* buffer pre-allocation */
Takashi Iwaiacfa6342011-07-12 17:27:46 +02002660 size = CONFIG_SND_HDA_PREALLOC_SIZE * 1024;
2661 if (size > MAX_PREALLOC_SIZE)
2662 size = MAX_PREALLOC_SIZE;
Takashi Iwai4ce107b2008-02-06 14:50:19 +01002663 snd_pcm_lib_preallocate_pages_for_all(pcm, SNDRV_DMA_TYPE_DEV_SG,
Linus Torvalds1da177e2005-04-16 15:20:36 -07002664 snd_dma_pci_data(chip->pci),
Takashi Iwaiacfa6342011-07-12 17:27:46 +02002665 size, MAX_PREALLOC_SIZE);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002666 return 0;
2667}
2668
2669/*
2670 * mixer creation - all stuff is implemented in hda module
2671 */
Bill Pembertone23e7a12012-12-06 12:35:10 -05002672static int azx_mixer_create(struct azx *chip)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002673{
2674 return snd_hda_build_controls(chip->bus);
2675}
2676
2677
2678/*
2679 * initialize SD streams
2680 */
Bill Pembertone23e7a12012-12-06 12:35:10 -05002681static int azx_init_stream(struct azx *chip)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002682{
2683 int i;
2684
2685 /* initialize each stream (aka device)
Takashi Iwaid01ce992007-07-27 16:52:19 +02002686 * assign the starting bdl address to each stream (device)
2687 * and initialize
Linus Torvalds1da177e2005-04-16 15:20:36 -07002688 */
Takashi Iwai07e4ca52005-08-24 14:14:57 +02002689 for (i = 0; i < chip->num_streams; i++) {
Takashi Iwaia98f90f2005-11-17 14:59:02 +01002690 struct azx_dev *azx_dev = &chip->azx_dev[i];
Takashi Iwai929861c2006-08-31 16:55:40 +02002691 azx_dev->posbuf = (u32 __iomem *)(chip->posbuf.area + i * 8);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002692 /* offset: SDI0=0x80, SDI1=0xa0, ... SDO3=0x160 */
2693 azx_dev->sd_addr = chip->remap_addr + (0x20 * i + 0x80);
2694 /* int mask: SDI0=0x01, SDI1=0x02, ... SDO3=0x80 */
2695 azx_dev->sd_int_sta_mask = 1 << i;
2696 /* stream tag: must be non-zero and unique */
2697 azx_dev->index = i;
2698 azx_dev->stream_tag = i + 1;
2699 }
2700
2701 return 0;
2702}
2703
Takashi Iwai68e7fff2006-10-23 13:40:59 +02002704static int azx_acquire_irq(struct azx *chip, int do_disconnect)
2705{
Takashi Iwai437a5a42006-11-21 12:14:23 +01002706 if (request_irq(chip->pci->irq, azx_interrupt,
2707 chip->msi ? 0 : IRQF_SHARED,
Takashi Iwai934c2b62011-06-10 16:36:37 +02002708 KBUILD_MODNAME, chip)) {
Takashi Iwai68e7fff2006-10-23 13:40:59 +02002709 printk(KERN_ERR "hda-intel: unable to grab IRQ %d, "
2710 "disabling device\n", chip->pci->irq);
2711 if (do_disconnect)
2712 snd_card_disconnect(chip->card);
2713 return -1;
2714 }
2715 chip->irq = chip->pci->irq;
Takashi Iwai69e13412006-11-21 12:10:55 +01002716 pci_intx(chip->pci, !chip->msi);
Takashi Iwai68e7fff2006-10-23 13:40:59 +02002717 return 0;
2718}
2719
Linus Torvalds1da177e2005-04-16 15:20:36 -07002720
Takashi Iwaicb53c622007-08-10 17:21:45 +02002721static void azx_stop_chip(struct azx *chip)
2722{
Takashi Iwai95e99fd2007-08-13 15:29:04 +02002723 if (!chip->initialized)
Takashi Iwaicb53c622007-08-10 17:21:45 +02002724 return;
2725
2726 /* disable interrupts */
2727 azx_int_disable(chip);
2728 azx_int_clear(chip);
2729
2730 /* disable CORB/RIRB */
2731 azx_free_cmd_io(chip);
2732
2733 /* disable position buffer */
2734 azx_writel(chip, DPLBASE, 0);
2735 azx_writel(chip, DPUBASE, 0);
2736
2737 chip->initialized = 0;
2738}
2739
Takashi Iwai1d1a4562012-09-20 20:29:13 -07002740#ifdef CONFIG_SND_HDA_DSP_LOADER
2741/*
2742 * DSP loading code (e.g. for CA0132)
2743 */
2744
2745/* use the first stream for loading DSP */
2746static struct azx_dev *
2747azx_get_dsp_loader_dev(struct azx *chip)
2748{
2749 return &chip->azx_dev[chip->playback_index_offset];
2750}
2751
2752static int azx_load_dsp_prepare(struct hda_bus *bus, unsigned int format,
2753 unsigned int byte_size,
2754 struct snd_dma_buffer *bufp)
2755{
2756 u32 *bdl;
2757 struct azx *chip = bus->private_data;
2758 struct azx_dev *azx_dev;
2759 int err;
2760
Takashi Iwaieb49faa2013-03-15 09:19:11 +01002761 azx_dev = azx_get_dsp_loader_dev(chip);
2762
2763 dsp_lock(azx_dev);
2764 spin_lock_irq(&chip->reg_lock);
2765 if (azx_dev->running || azx_dev->locked) {
2766 spin_unlock_irq(&chip->reg_lock);
2767 err = -EBUSY;
2768 goto unlock;
2769 }
2770 azx_dev->prepared = 0;
2771 chip->saved_azx_dev = *azx_dev;
2772 azx_dev->locked = 1;
2773 spin_unlock_irq(&chip->reg_lock);
Takashi Iwai1d1a4562012-09-20 20:29:13 -07002774
2775 err = snd_dma_alloc_pages(SNDRV_DMA_TYPE_DEV_SG,
2776 snd_dma_pci_data(chip->pci),
2777 byte_size, bufp);
2778 if (err < 0)
Takashi Iwaieb49faa2013-03-15 09:19:11 +01002779 goto err_alloc;
Takashi Iwai1d1a4562012-09-20 20:29:13 -07002780
Takashi Iwaib3667bd2013-02-10 11:58:40 +01002781 mark_pages_wc(chip, bufp, true);
Takashi Iwai1d1a4562012-09-20 20:29:13 -07002782 azx_dev->bufsize = byte_size;
2783 azx_dev->period_bytes = byte_size;
2784 azx_dev->format_val = format;
2785
2786 azx_stream_reset(chip, azx_dev);
2787
2788 /* reset BDL address */
2789 azx_sd_writel(azx_dev, SD_BDLPL, 0);
2790 azx_sd_writel(azx_dev, SD_BDLPU, 0);
2791
2792 azx_dev->frags = 0;
2793 bdl = (u32 *)azx_dev->bdl.area;
2794 err = setup_bdle(chip, bufp, azx_dev, &bdl, 0, byte_size, 0);
2795 if (err < 0)
2796 goto error;
2797
2798 azx_setup_controller(chip, azx_dev);
Takashi Iwaieb49faa2013-03-15 09:19:11 +01002799 dsp_unlock(azx_dev);
Takashi Iwai1d1a4562012-09-20 20:29:13 -07002800 return azx_dev->stream_tag;
2801
2802 error:
Takashi Iwaib3667bd2013-02-10 11:58:40 +01002803 mark_pages_wc(chip, bufp, false);
2804 snd_dma_free_pages(bufp);
Takashi Iwaieb49faa2013-03-15 09:19:11 +01002805 err_alloc:
2806 spin_lock_irq(&chip->reg_lock);
2807 if (azx_dev->opened)
2808 *azx_dev = chip->saved_azx_dev;
2809 azx_dev->locked = 0;
2810 spin_unlock_irq(&chip->reg_lock);
2811 unlock:
2812 dsp_unlock(azx_dev);
Takashi Iwai1d1a4562012-09-20 20:29:13 -07002813 return err;
2814}
2815
2816static void azx_load_dsp_trigger(struct hda_bus *bus, bool start)
2817{
2818 struct azx *chip = bus->private_data;
2819 struct azx_dev *azx_dev = azx_get_dsp_loader_dev(chip);
2820
2821 if (start)
2822 azx_stream_start(chip, azx_dev);
2823 else
2824 azx_stream_stop(chip, azx_dev);
2825 azx_dev->running = start;
2826}
2827
2828static void azx_load_dsp_cleanup(struct hda_bus *bus,
2829 struct snd_dma_buffer *dmab)
2830{
2831 struct azx *chip = bus->private_data;
2832 struct azx_dev *azx_dev = azx_get_dsp_loader_dev(chip);
2833
Takashi Iwaieb49faa2013-03-15 09:19:11 +01002834 if (!dmab->area || !azx_dev->locked)
Takashi Iwaib3667bd2013-02-10 11:58:40 +01002835 return;
2836
Takashi Iwaieb49faa2013-03-15 09:19:11 +01002837 dsp_lock(azx_dev);
Takashi Iwai1d1a4562012-09-20 20:29:13 -07002838 /* reset BDL address */
2839 azx_sd_writel(azx_dev, SD_BDLPL, 0);
2840 azx_sd_writel(azx_dev, SD_BDLPU, 0);
2841 azx_sd_writel(azx_dev, SD_CTL, 0);
2842 azx_dev->bufsize = 0;
2843 azx_dev->period_bytes = 0;
2844 azx_dev->format_val = 0;
2845
Takashi Iwaib3667bd2013-02-10 11:58:40 +01002846 mark_pages_wc(chip, dmab, false);
Takashi Iwai1d1a4562012-09-20 20:29:13 -07002847 snd_dma_free_pages(dmab);
Takashi Iwaib3667bd2013-02-10 11:58:40 +01002848 dmab->area = NULL;
Takashi Iwai1d1a4562012-09-20 20:29:13 -07002849
Takashi Iwaieb49faa2013-03-15 09:19:11 +01002850 spin_lock_irq(&chip->reg_lock);
2851 if (azx_dev->opened)
2852 *azx_dev = chip->saved_azx_dev;
2853 azx_dev->locked = 0;
2854 spin_unlock_irq(&chip->reg_lock);
2855 dsp_unlock(azx_dev);
Takashi Iwai1d1a4562012-09-20 20:29:13 -07002856}
2857#endif /* CONFIG_SND_HDA_DSP_LOADER */
2858
Takashi Iwai83012a72012-08-24 18:38:08 +02002859#ifdef CONFIG_PM
Takashi Iwaicb53c622007-08-10 17:21:45 +02002860/* power-up/down the controller */
Takashi Iwai68467f52012-08-28 09:14:29 -07002861static void azx_power_notify(struct hda_bus *bus, bool power_up)
Takashi Iwaicb53c622007-08-10 17:21:45 +02002862{
Takashi Iwai33fa35e2008-11-06 16:50:40 +01002863 struct azx *chip = bus->private_data;
Takashi Iwaicb53c622007-08-10 17:21:45 +02002864
Takashi Iwai2ea3c6a2012-11-19 20:03:37 +01002865 if (!(chip->driver_caps & AZX_DCAPS_PM_RUNTIME))
2866 return;
2867
Takashi Iwai68467f52012-08-28 09:14:29 -07002868 if (power_up)
Mengdong Linb8dfc4622012-08-23 17:32:30 +08002869 pm_runtime_get_sync(&chip->pci->dev);
2870 else
2871 pm_runtime_put_sync(&chip->pci->dev);
Takashi Iwaicb53c622007-08-10 17:21:45 +02002872}
Takashi Iwai65fcd412012-08-14 17:13:32 +02002873
2874static DEFINE_MUTEX(card_list_lock);
2875static LIST_HEAD(card_list);
2876
2877static void azx_add_card_list(struct azx *chip)
2878{
2879 mutex_lock(&card_list_lock);
2880 list_add(&chip->list, &card_list);
2881 mutex_unlock(&card_list_lock);
2882}
2883
2884static void azx_del_card_list(struct azx *chip)
2885{
2886 mutex_lock(&card_list_lock);
2887 list_del_init(&chip->list);
2888 mutex_unlock(&card_list_lock);
2889}
2890
2891/* trigger power-save check at writing parameter */
2892static int param_set_xint(const char *val, const struct kernel_param *kp)
2893{
2894 struct azx *chip;
2895 struct hda_codec *c;
2896 int prev = power_save;
2897 int ret = param_set_int(val, kp);
2898
2899 if (ret || prev == power_save)
2900 return ret;
2901
2902 mutex_lock(&card_list_lock);
2903 list_for_each_entry(chip, &card_list, list) {
2904 if (!chip->bus || chip->disabled)
2905 continue;
2906 list_for_each_entry(c, &chip->bus->codec_list, list)
2907 snd_hda_power_sync(c);
2908 }
2909 mutex_unlock(&card_list_lock);
2910 return 0;
2911}
2912#else
2913#define azx_add_card_list(chip) /* NOP */
2914#define azx_del_card_list(chip) /* NOP */
Takashi Iwai83012a72012-08-24 18:38:08 +02002915#endif /* CONFIG_PM */
Takashi Iwai5c0b9be2008-12-11 11:47:17 +01002916
Takashi Iwai7ccbde52012-08-14 18:10:09 +02002917#if defined(CONFIG_PM_SLEEP) || defined(SUPPORT_VGA_SWITCHEROO)
Takashi Iwai5c0b9be2008-12-11 11:47:17 +01002918/*
2919 * power management
2920 */
Takashi Iwai68cb2b52012-07-02 15:20:37 +02002921static int azx_suspend(struct device *dev)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002922{
Takashi Iwai68cb2b52012-07-02 15:20:37 +02002923 struct pci_dev *pci = to_pci_dev(dev);
2924 struct snd_card *card = dev_get_drvdata(dev);
Takashi Iwai421a1252005-11-17 16:11:09 +01002925 struct azx *chip = card->private_data;
Takashi Iwai01b65bf2011-11-24 14:31:46 +01002926 struct azx_pcm *p;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002927
Takashi Iwaic5c21522012-12-04 17:01:25 +01002928 if (chip->disabled)
2929 return 0;
2930
Takashi Iwai421a1252005-11-17 16:11:09 +01002931 snd_power_change_state(card, SNDRV_CTL_POWER_D3hot);
Takashi Iwai9ad593f2008-05-16 12:34:47 +02002932 azx_clear_irq_pending(chip);
Takashi Iwai01b65bf2011-11-24 14:31:46 +01002933 list_for_each_entry(p, &chip->pcm_list, list)
2934 snd_pcm_suspend_all(p->pcm);
Takashi Iwai0b7a2e92007-08-14 15:18:26 +02002935 if (chip->initialized)
Takashi Iwai8dd78332009-06-02 01:16:07 +02002936 snd_hda_suspend(chip->bus);
Takashi Iwaicb53c622007-08-10 17:21:45 +02002937 azx_stop_chip(chip);
Mengdong Lin7295b262013-06-25 05:58:49 -04002938 azx_enter_link_reset(chip);
Takashi Iwai30b35392006-10-11 18:52:53 +02002939 if (chip->irq >= 0) {
Takashi Iwai43001c92006-09-08 12:30:03 +02002940 free_irq(chip->irq, chip);
Takashi Iwai30b35392006-10-11 18:52:53 +02002941 chip->irq = -1;
2942 }
Takashi Iwai68e7fff2006-10-23 13:40:59 +02002943 if (chip->msi)
Takashi Iwai43001c92006-09-08 12:30:03 +02002944 pci_disable_msi(chip->pci);
Takashi Iwai421a1252005-11-17 16:11:09 +01002945 pci_disable_device(pci);
2946 pci_save_state(pci);
Takashi Iwai68cb2b52012-07-02 15:20:37 +02002947 pci_set_power_state(pci, PCI_D3hot);
Wang Xingchao99a20082013-05-30 22:07:10 +08002948 if (chip->driver_caps & AZX_DCAPS_I915_POWERWELL)
2949 hda_display_power(false);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002950 return 0;
2951}
2952
Takashi Iwai68cb2b52012-07-02 15:20:37 +02002953static int azx_resume(struct device *dev)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002954{
Takashi Iwai68cb2b52012-07-02 15:20:37 +02002955 struct pci_dev *pci = to_pci_dev(dev);
2956 struct snd_card *card = dev_get_drvdata(dev);
Takashi Iwai421a1252005-11-17 16:11:09 +01002957 struct azx *chip = card->private_data;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002958
Takashi Iwaic5c21522012-12-04 17:01:25 +01002959 if (chip->disabled)
2960 return 0;
2961
Wang Xingchao99a20082013-05-30 22:07:10 +08002962 if (chip->driver_caps & AZX_DCAPS_I915_POWERWELL)
2963 hda_display_power(true);
Takashi Iwaid14a7e02009-02-16 10:13:03 +01002964 pci_set_power_state(pci, PCI_D0);
2965 pci_restore_state(pci);
Takashi Iwai30b35392006-10-11 18:52:53 +02002966 if (pci_enable_device(pci) < 0) {
2967 printk(KERN_ERR "hda-intel: pci_enable_device failed, "
2968 "disabling device\n");
2969 snd_card_disconnect(card);
2970 return -EIO;
2971 }
2972 pci_set_master(pci);
Takashi Iwai68e7fff2006-10-23 13:40:59 +02002973 if (chip->msi)
2974 if (pci_enable_msi(pci) < 0)
2975 chip->msi = 0;
2976 if (azx_acquire_irq(chip, 1) < 0)
Takashi Iwai30b35392006-10-11 18:52:53 +02002977 return -EIO;
Takashi Iwaicb53c622007-08-10 17:21:45 +02002978 azx_init_pci(chip);
Maxim Levitskyd804ad92007-09-03 15:28:04 +02002979
Takashi Iwai7f308302012-05-08 16:52:23 +02002980 azx_init_chip(chip, 1);
Maxim Levitskyd804ad92007-09-03 15:28:04 +02002981
Linus Torvalds1da177e2005-04-16 15:20:36 -07002982 snd_hda_resume(chip->bus);
Takashi Iwai421a1252005-11-17 16:11:09 +01002983 snd_power_change_state(card, SNDRV_CTL_POWER_D0);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002984 return 0;
2985}
Mengdong Linb8dfc4622012-08-23 17:32:30 +08002986#endif /* CONFIG_PM_SLEEP || SUPPORT_VGA_SWITCHEROO */
2987
2988#ifdef CONFIG_PM_RUNTIME
2989static int azx_runtime_suspend(struct device *dev)
2990{
2991 struct snd_card *card = dev_get_drvdata(dev);
2992 struct azx *chip = card->private_data;
2993
Dave Airlie246efa42013-07-29 15:19:29 +10002994 if (chip->disabled)
2995 return 0;
2996
2997 if (!(chip->driver_caps & AZX_DCAPS_PM_RUNTIME))
2998 return 0;
2999
Wang Xingchao7d4f6062013-07-25 23:34:46 -04003000 /* enable controller wake up event */
3001 azx_writew(chip, WAKEEN, azx_readw(chip, WAKEEN) |
3002 STATESTS_INT_MASK);
3003
Mengdong Linb8dfc4622012-08-23 17:32:30 +08003004 azx_stop_chip(chip);
Takashi Iwai873ce8a2013-11-26 11:58:40 +01003005 azx_enter_link_reset(chip);
Mengdong Linb8dfc4622012-08-23 17:32:30 +08003006 azx_clear_irq_pending(chip);
Wang Xingchao99a20082013-05-30 22:07:10 +08003007 if (chip->driver_caps & AZX_DCAPS_I915_POWERWELL)
3008 hda_display_power(false);
Mengdong Linb8dfc4622012-08-23 17:32:30 +08003009 return 0;
3010}
3011
3012static int azx_runtime_resume(struct device *dev)
3013{
3014 struct snd_card *card = dev_get_drvdata(dev);
3015 struct azx *chip = card->private_data;
Wang Xingchao7d4f6062013-07-25 23:34:46 -04003016 struct hda_bus *bus;
3017 struct hda_codec *codec;
3018 int status;
Mengdong Linb8dfc4622012-08-23 17:32:30 +08003019
Dave Airlie246efa42013-07-29 15:19:29 +10003020 if (chip->disabled)
3021 return 0;
3022
3023 if (!(chip->driver_caps & AZX_DCAPS_PM_RUNTIME))
3024 return 0;
3025
Wang Xingchao99a20082013-05-30 22:07:10 +08003026 if (chip->driver_caps & AZX_DCAPS_I915_POWERWELL)
3027 hda_display_power(true);
Wang Xingchao7d4f6062013-07-25 23:34:46 -04003028
3029 /* Read STATESTS before controller reset */
3030 status = azx_readw(chip, STATESTS);
3031
Mengdong Linb8dfc4622012-08-23 17:32:30 +08003032 azx_init_pci(chip);
3033 azx_init_chip(chip, 1);
Wang Xingchao7d4f6062013-07-25 23:34:46 -04003034
3035 bus = chip->bus;
3036 if (status && bus) {
3037 list_for_each_entry(codec, &bus->codec_list, list)
3038 if (status & (1 << codec->addr))
3039 queue_delayed_work(codec->bus->workq,
3040 &codec->jackpoll_work, codec->jackpoll_interval);
3041 }
3042
3043 /* disable controller Wake Up event*/
3044 azx_writew(chip, WAKEEN, azx_readw(chip, WAKEEN) &
3045 ~STATESTS_INT_MASK);
3046
Mengdong Linb8dfc4622012-08-23 17:32:30 +08003047 return 0;
3048}
Takashi Iwai6eb827d2012-12-12 11:50:12 +01003049
3050static int azx_runtime_idle(struct device *dev)
3051{
3052 struct snd_card *card = dev_get_drvdata(dev);
3053 struct azx *chip = card->private_data;
3054
Dave Airlie246efa42013-07-29 15:19:29 +10003055 if (chip->disabled)
3056 return 0;
3057
Takashi Iwai6eb827d2012-12-12 11:50:12 +01003058 if (!power_save_controller ||
3059 !(chip->driver_caps & AZX_DCAPS_PM_RUNTIME))
3060 return -EBUSY;
3061
3062 return 0;
3063}
3064
Mengdong Linb8dfc4622012-08-23 17:32:30 +08003065#endif /* CONFIG_PM_RUNTIME */
3066
3067#ifdef CONFIG_PM
3068static const struct dev_pm_ops azx_pm = {
3069 SET_SYSTEM_SLEEP_PM_OPS(azx_suspend, azx_resume)
Takashi Iwai6eb827d2012-12-12 11:50:12 +01003070 SET_RUNTIME_PM_OPS(azx_runtime_suspend, azx_runtime_resume, azx_runtime_idle)
Mengdong Linb8dfc4622012-08-23 17:32:30 +08003071};
3072
Takashi Iwai68cb2b52012-07-02 15:20:37 +02003073#define AZX_PM_OPS &azx_pm
3074#else
Takashi Iwai68cb2b52012-07-02 15:20:37 +02003075#define AZX_PM_OPS NULL
Mengdong Linb8dfc4622012-08-23 17:32:30 +08003076#endif /* CONFIG_PM */
Linus Torvalds1da177e2005-04-16 15:20:36 -07003077
3078
3079/*
Takashi Iwai0cbf0092008-10-29 16:18:25 +01003080 * reboot notifier for hang-up problem at power-down
3081 */
3082static int azx_halt(struct notifier_block *nb, unsigned long event, void *buf)
3083{
3084 struct azx *chip = container_of(nb, struct azx, reboot_notifier);
Takashi Iwaifb8d1a32009-11-10 16:02:29 +01003085 snd_hda_bus_reboot_notify(chip->bus);
Takashi Iwai0cbf0092008-10-29 16:18:25 +01003086 azx_stop_chip(chip);
3087 return NOTIFY_OK;
3088}
3089
3090static void azx_notifier_register(struct azx *chip)
3091{
3092 chip->reboot_notifier.notifier_call = azx_halt;
3093 register_reboot_notifier(&chip->reboot_notifier);
3094}
3095
3096static void azx_notifier_unregister(struct azx *chip)
3097{
3098 if (chip->reboot_notifier.notifier_call)
3099 unregister_reboot_notifier(&chip->reboot_notifier);
3100}
3101
Takashi Iwai48c8b0e2012-12-07 07:40:35 +01003102static int azx_probe_continue(struct azx *chip);
Takashi Iwaia82d51e2012-04-26 12:23:42 +02003103
Steven Newbury8393ec4a2012-06-08 13:06:29 +02003104#ifdef SUPPORT_VGA_SWITCHEROO
Bill Pembertone23e7a12012-12-06 12:35:10 -05003105static struct pci_dev *get_bound_vga(struct pci_dev *pci);
Takashi Iwaia82d51e2012-04-26 12:23:42 +02003106
Takashi Iwaia82d51e2012-04-26 12:23:42 +02003107static void azx_vs_set_state(struct pci_dev *pci,
3108 enum vga_switcheroo_state state)
3109{
3110 struct snd_card *card = pci_get_drvdata(pci);
3111 struct azx *chip = card->private_data;
3112 bool disabled;
3113
Takashi Iwaif4c482a2012-12-04 15:09:23 +01003114 wait_for_completion(&chip->probe_wait);
Takashi Iwaia82d51e2012-04-26 12:23:42 +02003115 if (chip->init_failed)
3116 return;
3117
3118 disabled = (state == VGA_SWITCHEROO_OFF);
3119 if (chip->disabled == disabled)
3120 return;
3121
3122 if (!chip->bus) {
3123 chip->disabled = disabled;
3124 if (!disabled) {
3125 snd_printk(KERN_INFO SFX
3126 "%s: Start delayed initialization\n",
3127 pci_name(chip->pci));
Takashi Iwai5c906802013-05-30 22:07:09 +08003128 if (azx_probe_continue(chip) < 0) {
Takashi Iwaia82d51e2012-04-26 12:23:42 +02003129 snd_printk(KERN_ERR SFX
3130 "%s: initialization error\n",
3131 pci_name(chip->pci));
3132 chip->init_failed = true;
3133 }
3134 }
3135 } else {
3136 snd_printk(KERN_INFO SFX
Daniel J Blueman445a51b2012-12-05 23:04:21 +08003137 "%s: %s via VGA-switcheroo\n", pci_name(chip->pci),
3138 disabled ? "Disabling" : "Enabling");
Takashi Iwaia82d51e2012-04-26 12:23:42 +02003139 if (disabled) {
Dave Airlie246efa42013-07-29 15:19:29 +10003140 pm_runtime_put_sync_suspend(&pci->dev);
Takashi Iwai68cb2b52012-07-02 15:20:37 +02003141 azx_suspend(&pci->dev);
Dave Airlie246efa42013-07-29 15:19:29 +10003142 /* when we get suspended by vga switcheroo we end up in D3cold,
3143 * however we have no ACPI handle, so pci/acpi can't put us there,
3144 * put ourselves there */
3145 pci->current_state = PCI_D3cold;
Takashi Iwaia82d51e2012-04-26 12:23:42 +02003146 chip->disabled = true;
Takashi Iwai128960a2012-10-12 17:28:18 +02003147 if (snd_hda_lock_devices(chip->bus))
Daniel J Blueman445a51b2012-12-05 23:04:21 +08003148 snd_printk(KERN_WARNING SFX "%s: Cannot lock devices!\n",
3149 pci_name(chip->pci));
Takashi Iwaia82d51e2012-04-26 12:23:42 +02003150 } else {
3151 snd_hda_unlock_devices(chip->bus);
Dave Airlie246efa42013-07-29 15:19:29 +10003152 pm_runtime_get_noresume(&pci->dev);
Takashi Iwaia82d51e2012-04-26 12:23:42 +02003153 chip->disabled = false;
Takashi Iwai68cb2b52012-07-02 15:20:37 +02003154 azx_resume(&pci->dev);
Takashi Iwaia82d51e2012-04-26 12:23:42 +02003155 }
3156 }
3157}
3158
3159static bool azx_vs_can_switch(struct pci_dev *pci)
3160{
3161 struct snd_card *card = pci_get_drvdata(pci);
3162 struct azx *chip = card->private_data;
3163
Takashi Iwaif4c482a2012-12-04 15:09:23 +01003164 wait_for_completion(&chip->probe_wait);
Takashi Iwaia82d51e2012-04-26 12:23:42 +02003165 if (chip->init_failed)
3166 return false;
3167 if (chip->disabled || !chip->bus)
3168 return true;
3169 if (snd_hda_lock_devices(chip->bus))
3170 return false;
3171 snd_hda_unlock_devices(chip->bus);
3172 return true;
3173}
3174
Bill Pembertone23e7a12012-12-06 12:35:10 -05003175static void init_vga_switcheroo(struct azx *chip)
Takashi Iwaia82d51e2012-04-26 12:23:42 +02003176{
3177 struct pci_dev *p = get_bound_vga(chip->pci);
3178 if (p) {
3179 snd_printk(KERN_INFO SFX
3180 "%s: Handle VGA-switcheroo audio client\n",
3181 pci_name(chip->pci));
3182 chip->use_vga_switcheroo = 1;
3183 pci_dev_put(p);
3184 }
3185}
3186
3187static const struct vga_switcheroo_client_ops azx_vs_ops = {
3188 .set_gpu_state = azx_vs_set_state,
3189 .can_switch = azx_vs_can_switch,
3190};
3191
Bill Pembertone23e7a12012-12-06 12:35:10 -05003192static int register_vga_switcheroo(struct azx *chip)
Takashi Iwaia82d51e2012-04-26 12:23:42 +02003193{
Takashi Iwai128960a2012-10-12 17:28:18 +02003194 int err;
3195
Takashi Iwaia82d51e2012-04-26 12:23:42 +02003196 if (!chip->use_vga_switcheroo)
3197 return 0;
3198 /* FIXME: currently only handling DIS controller
3199 * is there any machine with two switchable HDMI audio controllers?
3200 */
Takashi Iwai128960a2012-10-12 17:28:18 +02003201 err = vga_switcheroo_register_audio_client(chip->pci, &azx_vs_ops,
Takashi Iwaia82d51e2012-04-26 12:23:42 +02003202 VGA_SWITCHEROO_DIS,
3203 chip->bus != NULL);
Takashi Iwai128960a2012-10-12 17:28:18 +02003204 if (err < 0)
3205 return err;
3206 chip->vga_switcheroo_registered = 1;
Dave Airlie246efa42013-07-29 15:19:29 +10003207
3208 /* register as an optimus hdmi audio power domain */
3209 vga_switcheroo_init_domain_pm_optimus_hdmi_audio(&chip->pci->dev, &chip->hdmi_pm_domain);
Takashi Iwai128960a2012-10-12 17:28:18 +02003210 return 0;
Takashi Iwaia82d51e2012-04-26 12:23:42 +02003211}
3212#else
3213#define init_vga_switcheroo(chip) /* NOP */
3214#define register_vga_switcheroo(chip) 0
Steven Newbury8393ec4a2012-06-08 13:06:29 +02003215#define check_hdmi_disabled(pci) false
Takashi Iwaia82d51e2012-04-26 12:23:42 +02003216#endif /* SUPPORT_VGA_SWITCHER */
3217
Takashi Iwai0cbf0092008-10-29 16:18:25 +01003218/*
Linus Torvalds1da177e2005-04-16 15:20:36 -07003219 * destructor
3220 */
Takashi Iwaia98f90f2005-11-17 14:59:02 +01003221static int azx_free(struct azx *chip)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003222{
Wang Xingchaoc67e2222013-05-30 22:07:08 +08003223 struct pci_dev *pci = chip->pci;
Takashi Iwai4ce107b2008-02-06 14:50:19 +01003224 int i;
3225
Wang Xingchaoc67e2222013-05-30 22:07:08 +08003226 if ((chip->driver_caps & AZX_DCAPS_PM_RUNTIME)
3227 && chip->running)
3228 pm_runtime_get_noresume(&pci->dev);
3229
Takashi Iwai65fcd412012-08-14 17:13:32 +02003230 azx_del_card_list(chip);
3231
Takashi Iwai0cbf0092008-10-29 16:18:25 +01003232 azx_notifier_unregister(chip);
3233
Takashi Iwaif4c482a2012-12-04 15:09:23 +01003234 chip->init_failed = 1; /* to be sure */
Daniel J Blueman44728e92012-12-18 23:59:33 +08003235 complete_all(&chip->probe_wait);
Takashi Iwaif4c482a2012-12-04 15:09:23 +01003236
Takashi Iwaia82d51e2012-04-26 12:23:42 +02003237 if (use_vga_switcheroo(chip)) {
3238 if (chip->disabled && chip->bus)
3239 snd_hda_unlock_devices(chip->bus);
Takashi Iwai128960a2012-10-12 17:28:18 +02003240 if (chip->vga_switcheroo_registered)
3241 vga_switcheroo_unregister_client(chip->pci);
Takashi Iwaia82d51e2012-04-26 12:23:42 +02003242 }
3243
Takashi Iwaice43fba2005-05-30 20:33:44 +02003244 if (chip->initialized) {
Takashi Iwai9ad593f2008-05-16 12:34:47 +02003245 azx_clear_irq_pending(chip);
Takashi Iwai07e4ca52005-08-24 14:14:57 +02003246 for (i = 0; i < chip->num_streams; i++)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003247 azx_stream_stop(chip, &chip->azx_dev[i]);
Takashi Iwaicb53c622007-08-10 17:21:45 +02003248 azx_stop_chip(chip);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003249 }
3250
Jeff Garzikf000fd82008-04-22 13:50:34 +02003251 if (chip->irq >= 0)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003252 free_irq(chip->irq, (void*)chip);
Takashi Iwai68e7fff2006-10-23 13:40:59 +02003253 if (chip->msi)
Takashi Iwai30b35392006-10-11 18:52:53 +02003254 pci_disable_msi(chip->pci);
Takashi Iwaif079c252006-06-01 11:42:14 +02003255 if (chip->remap_addr)
3256 iounmap(chip->remap_addr);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003257
Takashi Iwai4ce107b2008-02-06 14:50:19 +01003258 if (chip->azx_dev) {
3259 for (i = 0; i < chip->num_streams; i++)
Takashi Iwai27fe48d92011-09-28 17:16:09 +02003260 if (chip->azx_dev[i].bdl.area) {
3261 mark_pages_wc(chip, &chip->azx_dev[i].bdl, false);
Takashi Iwai4ce107b2008-02-06 14:50:19 +01003262 snd_dma_free_pages(&chip->azx_dev[i].bdl);
Takashi Iwai27fe48d92011-09-28 17:16:09 +02003263 }
Takashi Iwai4ce107b2008-02-06 14:50:19 +01003264 }
Takashi Iwai27fe48d92011-09-28 17:16:09 +02003265 if (chip->rb.area) {
3266 mark_pages_wc(chip, &chip->rb, false);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003267 snd_dma_free_pages(&chip->rb);
Takashi Iwai27fe48d92011-09-28 17:16:09 +02003268 }
3269 if (chip->posbuf.area) {
3270 mark_pages_wc(chip, &chip->posbuf, false);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003271 snd_dma_free_pages(&chip->posbuf);
Takashi Iwai27fe48d92011-09-28 17:16:09 +02003272 }
Takashi Iwaia82d51e2012-04-26 12:23:42 +02003273 if (chip->region_requested)
3274 pci_release_regions(chip->pci);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003275 pci_disable_device(chip->pci);
Takashi Iwai07e4ca52005-08-24 14:14:57 +02003276 kfree(chip->azx_dev);
Takashi Iwai4918cda2012-08-09 12:33:28 +02003277#ifdef CONFIG_SND_HDA_PATCH_LOADER
3278 if (chip->fw)
3279 release_firmware(chip->fw);
3280#endif
Wang Xingchao99a20082013-05-30 22:07:10 +08003281 if (chip->driver_caps & AZX_DCAPS_I915_POWERWELL) {
3282 hda_display_power(false);
3283 hda_i915_exit();
3284 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07003285 kfree(chip);
3286
3287 return 0;
3288}
3289
Takashi Iwaia98f90f2005-11-17 14:59:02 +01003290static int azx_dev_free(struct snd_device *device)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003291{
3292 return azx_free(device->device_data);
3293}
3294
Steven Newbury8393ec4a2012-06-08 13:06:29 +02003295#ifdef SUPPORT_VGA_SWITCHEROO
Linus Torvalds1da177e2005-04-16 15:20:36 -07003296/*
Takashi Iwai91219472012-04-26 12:13:25 +02003297 * Check of disabled HDMI controller by vga-switcheroo
3298 */
Bill Pembertone23e7a12012-12-06 12:35:10 -05003299static struct pci_dev *get_bound_vga(struct pci_dev *pci)
Takashi Iwai91219472012-04-26 12:13:25 +02003300{
3301 struct pci_dev *p;
3302
3303 /* check only discrete GPU */
3304 switch (pci->vendor) {
3305 case PCI_VENDOR_ID_ATI:
3306 case PCI_VENDOR_ID_AMD:
3307 case PCI_VENDOR_ID_NVIDIA:
3308 if (pci->devfn == 1) {
3309 p = pci_get_domain_bus_and_slot(pci_domain_nr(pci->bus),
3310 pci->bus->number, 0);
3311 if (p) {
3312 if ((p->class >> 8) == PCI_CLASS_DISPLAY_VGA)
3313 return p;
3314 pci_dev_put(p);
3315 }
3316 }
3317 break;
3318 }
3319 return NULL;
3320}
3321
Bill Pembertone23e7a12012-12-06 12:35:10 -05003322static bool check_hdmi_disabled(struct pci_dev *pci)
Takashi Iwai91219472012-04-26 12:13:25 +02003323{
3324 bool vga_inactive = false;
3325 struct pci_dev *p = get_bound_vga(pci);
3326
3327 if (p) {
Takashi Iwai12b78a72012-06-07 12:15:16 +02003328 if (vga_switcheroo_get_client_state(p) == VGA_SWITCHEROO_OFF)
Takashi Iwai91219472012-04-26 12:13:25 +02003329 vga_inactive = true;
3330 pci_dev_put(p);
3331 }
3332 return vga_inactive;
3333}
Steven Newbury8393ec4a2012-06-08 13:06:29 +02003334#endif /* SUPPORT_VGA_SWITCHEROO */
Takashi Iwai91219472012-04-26 12:13:25 +02003335
3336/*
Takashi Iwai3372a152007-02-01 15:46:50 +01003337 * white/black-listing for position_fix
3338 */
Bill Pembertone23e7a12012-12-06 12:35:10 -05003339static struct snd_pci_quirk position_fix_list[] = {
Takashi Iwaid2e1c972008-06-10 17:53:34 +02003340 SND_PCI_QUIRK(0x1028, 0x01cc, "Dell D820", POS_FIX_LPIB),
3341 SND_PCI_QUIRK(0x1028, 0x01de, "Dell Precision 390", POS_FIX_LPIB),
Takashi Iwai2f703e72009-12-01 14:17:37 +01003342 SND_PCI_QUIRK(0x103c, 0x306d, "HP dv3", POS_FIX_LPIB),
Takashi Iwaid2e1c972008-06-10 17:53:34 +02003343 SND_PCI_QUIRK(0x1043, 0x813d, "ASUS P5AD2", POS_FIX_LPIB),
Daniel T Chendd37f8e2010-05-30 01:17:03 -04003344 SND_PCI_QUIRK(0x1043, 0x81b3, "ASUS", POS_FIX_LPIB),
Daniel T Chen9f75c1b2010-05-30 13:08:41 -04003345 SND_PCI_QUIRK(0x1043, 0x81e7, "ASUS M2V", POS_FIX_LPIB),
Daniel T Chene96d3122010-05-27 18:32:18 -04003346 SND_PCI_QUIRK(0x104d, 0x9069, "Sony VPCS11V9E", POS_FIX_LPIB),
David Henningssonb01de4f2012-01-12 16:31:14 +01003347 SND_PCI_QUIRK(0x10de, 0xcb89, "Macbook Pro 7,1", POS_FIX_LPIB),
Daniel T Chen61bb42c2010-05-29 11:04:11 -04003348 SND_PCI_QUIRK(0x1297, 0x3166, "Shuttle", POS_FIX_LPIB),
Daniel T Chen9ec8dda2010-03-28 02:34:40 -04003349 SND_PCI_QUIRK(0x1458, 0xa022, "ga-ma770-ud3", POS_FIX_LPIB),
Takashi Iwai45d4ebf2009-11-30 11:58:30 +01003350 SND_PCI_QUIRK(0x1462, 0x1002, "MSI Wind U115", POS_FIX_LPIB),
Takashi Iwai8815cd02010-04-15 09:02:41 +02003351 SND_PCI_QUIRK(0x1565, 0x8218, "Biostar Microtech", POS_FIX_LPIB),
Daniel T Chenb90c0762010-05-30 19:31:41 -04003352 SND_PCI_QUIRK(0x1849, 0x0888, "775Dual-VSTA", POS_FIX_LPIB),
Daniel T Chen0e0280d2010-04-21 19:55:43 -04003353 SND_PCI_QUIRK(0x8086, 0x2503, "DG965OT AAD63733-203", POS_FIX_LPIB),
Takashi Iwai3372a152007-02-01 15:46:50 +01003354 {}
3355};
3356
Bill Pembertone23e7a12012-12-06 12:35:10 -05003357static int check_position_fix(struct azx *chip, int fix)
Takashi Iwai3372a152007-02-01 15:46:50 +01003358{
3359 const struct snd_pci_quirk *q;
3360
Takashi Iwaic673ba12009-03-17 07:49:14 +01003361 switch (fix) {
Takashi Iwai1dac6692012-09-13 14:59:47 +02003362 case POS_FIX_AUTO:
Takashi Iwaic673ba12009-03-17 07:49:14 +01003363 case POS_FIX_LPIB:
3364 case POS_FIX_POSBUF:
David Henningsson4cb36312010-09-30 10:12:50 +02003365 case POS_FIX_VIACOMBO:
Takashi Iwaia6f2fd52012-02-28 11:58:40 +01003366 case POS_FIX_COMBO:
Takashi Iwaic673ba12009-03-17 07:49:14 +01003367 return fix;
3368 }
3369
Takashi Iwaic673ba12009-03-17 07:49:14 +01003370 q = snd_pci_quirk_lookup(chip->pci, position_fix_list);
3371 if (q) {
3372 printk(KERN_INFO
3373 "hda_intel: position_fix set to %d "
3374 "for device %04x:%04x\n",
3375 q->value, q->subvendor, q->subdevice);
3376 return q->value;
Takashi Iwai3372a152007-02-01 15:46:50 +01003377 }
David Henningssonbdd9ef22010-10-04 12:02:14 +02003378
3379 /* Check VIA/ATI HD Audio Controller exist */
Takashi Iwai9477c582011-05-25 09:11:37 +02003380 if (chip->driver_caps & AZX_DCAPS_POSFIX_VIA) {
Daniel J Blueman445a51b2012-12-05 23:04:21 +08003381 snd_printd(SFX "%s: Using VIACOMBO position fix\n", pci_name(chip->pci));
David Henningssonbdd9ef22010-10-04 12:02:14 +02003382 return POS_FIX_VIACOMBO;
3383 }
Takashi Iwai9477c582011-05-25 09:11:37 +02003384 if (chip->driver_caps & AZX_DCAPS_POSFIX_LPIB) {
Daniel J Blueman445a51b2012-12-05 23:04:21 +08003385 snd_printd(SFX "%s: Using LPIB position fix\n", pci_name(chip->pci));
Takashi Iwai9477c582011-05-25 09:11:37 +02003386 return POS_FIX_LPIB;
3387 }
Takashi Iwaic673ba12009-03-17 07:49:14 +01003388 return POS_FIX_AUTO;
Takashi Iwai3372a152007-02-01 15:46:50 +01003389}
3390
3391/*
Takashi Iwai669ba272007-08-17 09:17:36 +02003392 * black-lists for probe_mask
3393 */
Bill Pembertone23e7a12012-12-06 12:35:10 -05003394static struct snd_pci_quirk probe_mask_list[] = {
Takashi Iwai669ba272007-08-17 09:17:36 +02003395 /* Thinkpad often breaks the controller communication when accessing
3396 * to the non-working (or non-existing) modem codec slot.
3397 */
3398 SND_PCI_QUIRK(0x1014, 0x05b7, "Thinkpad Z60", 0x01),
3399 SND_PCI_QUIRK(0x17aa, 0x2010, "Thinkpad X/T/R60", 0x01),
3400 SND_PCI_QUIRK(0x17aa, 0x20ac, "Thinkpad X/T/R61", 0x01),
Takashi Iwai0edb9452008-11-07 14:53:09 +01003401 /* broken BIOS */
3402 SND_PCI_QUIRK(0x1028, 0x20ac, "Dell Studio Desktop", 0x01),
Takashi Iwaief1681d2008-11-24 17:29:28 +01003403 /* including bogus ALC268 in slot#2 that conflicts with ALC888 */
3404 SND_PCI_QUIRK(0x17c0, 0x4085, "Medion MD96630", 0x01),
Takashi Iwai20db7cb2009-02-13 08:18:48 +01003405 /* forced codec slots */
Ozan Çağlayan93574842009-05-23 15:00:04 +03003406 SND_PCI_QUIRK(0x1043, 0x1262, "ASUS W5Fm", 0x103),
Takashi Iwai20db7cb2009-02-13 08:18:48 +01003407 SND_PCI_QUIRK(0x1046, 0x1262, "ASUS W5F", 0x103),
Jaroslav Kyselaf3af9052012-04-26 17:52:35 +02003408 /* WinFast VP200 H (Teradici) user reported broken communication */
3409 SND_PCI_QUIRK(0x3a21, 0x040d, "WinFast VP200 H", 0x101),
Takashi Iwai669ba272007-08-17 09:17:36 +02003410 {}
3411};
3412
Takashi Iwaif1eaaee2009-02-13 08:16:55 +01003413#define AZX_FORCE_CODEC_MASK 0x100
3414
Bill Pembertone23e7a12012-12-06 12:35:10 -05003415static void check_probe_mask(struct azx *chip, int dev)
Takashi Iwai669ba272007-08-17 09:17:36 +02003416{
3417 const struct snd_pci_quirk *q;
3418
Takashi Iwaif1eaaee2009-02-13 08:16:55 +01003419 chip->codec_probe_mask = probe_mask[dev];
3420 if (chip->codec_probe_mask == -1) {
Takashi Iwai669ba272007-08-17 09:17:36 +02003421 q = snd_pci_quirk_lookup(chip->pci, probe_mask_list);
3422 if (q) {
3423 printk(KERN_INFO
3424 "hda_intel: probe_mask set to 0x%x "
3425 "for device %04x:%04x\n",
3426 q->value, q->subvendor, q->subdevice);
Takashi Iwaif1eaaee2009-02-13 08:16:55 +01003427 chip->codec_probe_mask = q->value;
Takashi Iwai669ba272007-08-17 09:17:36 +02003428 }
3429 }
Takashi Iwaif1eaaee2009-02-13 08:16:55 +01003430
3431 /* check forced option */
3432 if (chip->codec_probe_mask != -1 &&
3433 (chip->codec_probe_mask & AZX_FORCE_CODEC_MASK)) {
3434 chip->codec_mask = chip->codec_probe_mask & 0xff;
3435 printk(KERN_INFO "hda_intel: codec_mask forced to 0x%x\n",
3436 chip->codec_mask);
3437 }
Takashi Iwai669ba272007-08-17 09:17:36 +02003438}
3439
Takashi Iwai4d8e22e2009-08-11 14:21:26 +02003440/*
Takashi Iwai716238552009-09-28 13:14:04 +02003441 * white/black-list for enable_msi
Takashi Iwai4d8e22e2009-08-11 14:21:26 +02003442 */
Bill Pembertone23e7a12012-12-06 12:35:10 -05003443static struct snd_pci_quirk msi_black_list[] = {
David Henningsson693e0cb2013-12-12 09:52:03 +01003444 SND_PCI_QUIRK(0x103c, 0x2191, "HP", 0), /* AMD Hudson */
3445 SND_PCI_QUIRK(0x103c, 0x2192, "HP", 0), /* AMD Hudson */
3446 SND_PCI_QUIRK(0x103c, 0x21f7, "HP", 0), /* AMD Hudson */
3447 SND_PCI_QUIRK(0x103c, 0x21fa, "HP", 0), /* AMD Hudson */
Takashi Iwai9dc83982009-12-22 08:15:01 +01003448 SND_PCI_QUIRK(0x1043, 0x81f2, "ASUS", 0), /* Athlon64 X2 + nvidia */
Takashi Iwai0a27fcf2010-02-15 17:05:28 +01003449 SND_PCI_QUIRK(0x1043, 0x81f6, "ASUS", 0), /* nvidia */
Ralf Gerbigecd21622010-03-09 18:25:47 +01003450 SND_PCI_QUIRK(0x1043, 0x822d, "ASUS", 0), /* Athlon64 X2 + nvidia MCP55 */
Takashi Iwai83f72152013-09-09 10:20:48 +02003451 SND_PCI_QUIRK(0x1179, 0xfb44, "Toshiba Satellite C870", 0), /* AMD Hudson */
Michele Ballabio4193d132010-03-06 21:06:46 +01003452 SND_PCI_QUIRK(0x1849, 0x0888, "ASRock", 0), /* Athlon64 X2 + nvidia */
Takashi Iwai38155952010-04-04 12:14:03 +02003453 SND_PCI_QUIRK(0xa0a0, 0x0575, "Aopen MZ915-M", 0), /* ICH6 */
Takashi Iwai4d8e22e2009-08-11 14:21:26 +02003454 {}
3455};
3456
Bill Pembertone23e7a12012-12-06 12:35:10 -05003457static void check_msi(struct azx *chip)
Takashi Iwai4d8e22e2009-08-11 14:21:26 +02003458{
3459 const struct snd_pci_quirk *q;
3460
Takashi Iwai716238552009-09-28 13:14:04 +02003461 if (enable_msi >= 0) {
3462 chip->msi = !!enable_msi;
Takashi Iwai4d8e22e2009-08-11 14:21:26 +02003463 return;
Takashi Iwai716238552009-09-28 13:14:04 +02003464 }
3465 chip->msi = 1; /* enable MSI as default */
3466 q = snd_pci_quirk_lookup(chip->pci, msi_black_list);
Takashi Iwai4d8e22e2009-08-11 14:21:26 +02003467 if (q) {
3468 printk(KERN_INFO
3469 "hda_intel: msi for device %04x:%04x set to %d\n",
3470 q->subvendor, q->subdevice, q->value);
3471 chip->msi = q->value;
Takashi Iwai80c43ed2010-03-15 15:51:53 +01003472 return;
3473 }
3474
3475 /* NVidia chipsets seem to cause troubles with MSI */
Takashi Iwai9477c582011-05-25 09:11:37 +02003476 if (chip->driver_caps & AZX_DCAPS_NO_MSI) {
3477 printk(KERN_INFO "hda_intel: Disabling MSI\n");
Takashi Iwai80c43ed2010-03-15 15:51:53 +01003478 chip->msi = 0;
Takashi Iwai4d8e22e2009-08-11 14:21:26 +02003479 }
3480}
3481
Takashi Iwaia1585d72011-12-14 09:27:04 +01003482/* check the snoop mode availability */
Bill Pembertone23e7a12012-12-06 12:35:10 -05003483static void azx_check_snoop_available(struct azx *chip)
Takashi Iwaia1585d72011-12-14 09:27:04 +01003484{
3485 bool snoop = chip->snoop;
3486
3487 switch (chip->driver_type) {
3488 case AZX_DRIVER_VIA:
3489 /* force to non-snoop mode for a new VIA controller
3490 * when BIOS is set
3491 */
3492 if (snoop) {
3493 u8 val;
3494 pci_read_config_byte(chip->pci, 0x42, &val);
3495 if (!(val & 0x80) && chip->pci->revision == 0x30)
3496 snoop = false;
3497 }
3498 break;
3499 case AZX_DRIVER_ATIHDMI_NS:
3500 /* new ATI HDMI requires non-snoop */
3501 snoop = false;
3502 break;
Takashi Iwaic1279f82013-02-07 17:36:22 +01003503 case AZX_DRIVER_CTHDA:
3504 snoop = false;
3505 break;
Takashi Iwaia1585d72011-12-14 09:27:04 +01003506 }
3507
3508 if (snoop != chip->snoop) {
Daniel J Blueman445a51b2012-12-05 23:04:21 +08003509 snd_printk(KERN_INFO SFX "%s: Force to %s mode\n",
3510 pci_name(chip->pci), snoop ? "snoop" : "non-snoop");
Takashi Iwaia1585d72011-12-14 09:27:04 +01003511 chip->snoop = snoop;
3512 }
3513}
Takashi Iwai669ba272007-08-17 09:17:36 +02003514
Wang Xingchao99a20082013-05-30 22:07:10 +08003515static void azx_probe_work(struct work_struct *work)
3516{
3517 azx_probe_continue(container_of(work, struct azx, probe_work));
3518}
Wang Xingchao99a20082013-05-30 22:07:10 +08003519
Takashi Iwai669ba272007-08-17 09:17:36 +02003520/*
Linus Torvalds1da177e2005-04-16 15:20:36 -07003521 * constructor
3522 */
Bill Pembertone23e7a12012-12-06 12:35:10 -05003523static int azx_create(struct snd_card *card, struct pci_dev *pci,
3524 int dev, unsigned int driver_caps,
3525 struct azx **rchip)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003526{
Takashi Iwaia98f90f2005-11-17 14:59:02 +01003527 static struct snd_device_ops ops = {
Linus Torvalds1da177e2005-04-16 15:20:36 -07003528 .dev_free = azx_dev_free,
3529 };
Takashi Iwaia82d51e2012-04-26 12:23:42 +02003530 struct azx *chip;
3531 int err;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003532
3533 *rchip = NULL;
Tobin Davisbcd72002008-01-15 11:23:55 +01003534
Pavel Machek927fc862006-08-31 17:03:43 +02003535 err = pci_enable_device(pci);
3536 if (err < 0)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003537 return err;
3538
Takashi Iwaie560d8d2005-09-09 14:21:46 +02003539 chip = kzalloc(sizeof(*chip), GFP_KERNEL);
Pavel Machek927fc862006-08-31 17:03:43 +02003540 if (!chip) {
Daniel J Blueman445a51b2012-12-05 23:04:21 +08003541 snd_printk(KERN_ERR SFX "%s: Cannot allocate chip\n", pci_name(pci));
Linus Torvalds1da177e2005-04-16 15:20:36 -07003542 pci_disable_device(pci);
3543 return -ENOMEM;
3544 }
3545
3546 spin_lock_init(&chip->reg_lock);
Ingo Molnar62932df2006-01-16 16:34:20 +01003547 mutex_init(&chip->open_mutex);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003548 chip->card = card;
3549 chip->pci = pci;
3550 chip->irq = -1;
Takashi Iwai9477c582011-05-25 09:11:37 +02003551 chip->driver_caps = driver_caps;
3552 chip->driver_type = driver_caps & 0xff;
Takashi Iwai4d8e22e2009-08-11 14:21:26 +02003553 check_msi(chip);
Takashi Iwai555e2192008-06-10 17:53:34 +02003554 chip->dev_index = dev;
Takashi Iwai9ad593f2008-05-16 12:34:47 +02003555 INIT_WORK(&chip->irq_pending_work, azx_irq_pending_work);
Takashi Iwai01b65bf2011-11-24 14:31:46 +01003556 INIT_LIST_HEAD(&chip->pcm_list);
Takashi Iwai65fcd412012-08-14 17:13:32 +02003557 INIT_LIST_HEAD(&chip->list);
Takashi Iwaia82d51e2012-04-26 12:23:42 +02003558 init_vga_switcheroo(chip);
Takashi Iwaif4c482a2012-12-04 15:09:23 +01003559 init_completion(&chip->probe_wait);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003560
Shahin Ghazinouribeaffc32010-05-11 08:19:55 +02003561 chip->position_fix[0] = chip->position_fix[1] =
3562 check_position_fix(chip, position_fix[dev]);
Takashi Iwaia6f2fd52012-02-28 11:58:40 +01003563 /* combo mode uses LPIB for playback */
3564 if (chip->position_fix[0] == POS_FIX_COMBO) {
3565 chip->position_fix[0] = POS_FIX_LPIB;
3566 chip->position_fix[1] = POS_FIX_AUTO;
3567 }
3568
Takashi Iwai5aba4f82008-01-07 15:16:37 +01003569 check_probe_mask(chip, dev);
Takashi Iwai3372a152007-02-01 15:46:50 +01003570
Takashi Iwai27346162006-01-12 18:28:44 +01003571 chip->single_cmd = single_cmd;
Takashi Iwai27fe48d92011-09-28 17:16:09 +02003572 chip->snoop = hda_snoop;
Takashi Iwaia1585d72011-12-14 09:27:04 +01003573 azx_check_snoop_available(chip);
Takashi Iwaic74db862005-05-12 14:26:27 +02003574
Takashi Iwai5c0d7bc2008-06-10 17:53:35 +02003575 if (bdl_pos_adj[dev] < 0) {
3576 switch (chip->driver_type) {
Takashi Iwai0c6341a2008-06-13 20:50:27 +02003577 case AZX_DRIVER_ICH:
Seth Heasley32679f92010-02-22 17:31:09 -08003578 case AZX_DRIVER_PCH:
Takashi Iwai0c6341a2008-06-13 20:50:27 +02003579 bdl_pos_adj[dev] = 1;
Takashi Iwai5c0d7bc2008-06-10 17:53:35 +02003580 break;
3581 default:
Takashi Iwai0c6341a2008-06-13 20:50:27 +02003582 bdl_pos_adj[dev] = 32;
Takashi Iwai5c0d7bc2008-06-10 17:53:35 +02003583 break;
3584 }
3585 }
3586
Takashi Iwaia82d51e2012-04-26 12:23:42 +02003587 err = snd_device_new(card, SNDRV_DEV_LOWLEVEL, chip, &ops);
3588 if (err < 0) {
Daniel J Blueman445a51b2012-12-05 23:04:21 +08003589 snd_printk(KERN_ERR SFX "%s: Error creating device [card]!\n",
3590 pci_name(chip->pci));
Takashi Iwaia82d51e2012-04-26 12:23:42 +02003591 azx_free(chip);
3592 return err;
3593 }
3594
Wang Xingchao99a20082013-05-30 22:07:10 +08003595 /* continue probing in work context as may trigger request module */
3596 INIT_WORK(&chip->probe_work, azx_probe_work);
Wang Xingchao99a20082013-05-30 22:07:10 +08003597
Takashi Iwaia82d51e2012-04-26 12:23:42 +02003598 *rchip = chip;
Wang Xingchao99a20082013-05-30 22:07:10 +08003599
Takashi Iwaia82d51e2012-04-26 12:23:42 +02003600 return 0;
3601}
3602
Takashi Iwai48c8b0e2012-12-07 07:40:35 +01003603static int azx_first_init(struct azx *chip)
Takashi Iwaia82d51e2012-04-26 12:23:42 +02003604{
3605 int dev = chip->dev_index;
3606 struct pci_dev *pci = chip->pci;
3607 struct snd_card *card = chip->card;
3608 int i, err;
3609 unsigned short gcap;
3610
Takashi Iwai07e4ca52005-08-24 14:14:57 +02003611#if BITS_PER_LONG != 64
3612 /* Fix up base address on ULI M5461 */
3613 if (chip->driver_type == AZX_DRIVER_ULI) {
3614 u16 tmp3;
3615 pci_read_config_word(pci, 0x40, &tmp3);
3616 pci_write_config_word(pci, 0x40, tmp3 | 0x10);
3617 pci_write_config_dword(pci, PCI_BASE_ADDRESS_1, 0);
3618 }
3619#endif
3620
Pavel Machek927fc862006-08-31 17:03:43 +02003621 err = pci_request_regions(pci, "ICH HD audio");
Takashi Iwaia82d51e2012-04-26 12:23:42 +02003622 if (err < 0)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003623 return err;
Takashi Iwaia82d51e2012-04-26 12:23:42 +02003624 chip->region_requested = 1;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003625
Pavel Machek927fc862006-08-31 17:03:43 +02003626 chip->addr = pci_resource_start(pci, 0);
Arjan van de Ven2f5ad542008-09-28 16:20:09 -07003627 chip->remap_addr = pci_ioremap_bar(pci, 0);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003628 if (chip->remap_addr == NULL) {
Daniel J Blueman445a51b2012-12-05 23:04:21 +08003629 snd_printk(KERN_ERR SFX "%s: ioremap error\n", pci_name(chip->pci));
Takashi Iwaia82d51e2012-04-26 12:23:42 +02003630 return -ENXIO;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003631 }
3632
Takashi Iwai68e7fff2006-10-23 13:40:59 +02003633 if (chip->msi)
3634 if (pci_enable_msi(pci) < 0)
3635 chip->msi = 0;
Stephen Hemminger7376d012006-08-21 19:17:46 +02003636
Takashi Iwaia82d51e2012-04-26 12:23:42 +02003637 if (azx_acquire_irq(chip, 0) < 0)
3638 return -EBUSY;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003639
3640 pci_set_master(pci);
3641 synchronize_irq(chip->irq);
3642
Tobin Davisbcd72002008-01-15 11:23:55 +01003643 gcap = azx_readw(chip, GCAP);
Daniel J Blueman445a51b2012-12-05 23:04:21 +08003644 snd_printdd(SFX "%s: chipset global capabilities = 0x%x\n", pci_name(chip->pci), gcap);
Tobin Davisbcd72002008-01-15 11:23:55 +01003645
Andiry Brienzadc4c2e62009-07-08 13:55:31 +08003646 /* disable SB600 64bit support for safety */
Takashi Iwai9477c582011-05-25 09:11:37 +02003647 if (chip->pci->vendor == PCI_VENDOR_ID_ATI) {
Andiry Brienzadc4c2e62009-07-08 13:55:31 +08003648 struct pci_dev *p_smbus;
3649 p_smbus = pci_get_device(PCI_VENDOR_ID_ATI,
3650 PCI_DEVICE_ID_ATI_SBX00_SMBUS,
3651 NULL);
3652 if (p_smbus) {
3653 if (p_smbus->revision < 0x30)
3654 gcap &= ~ICH6_GCAP_64OK;
3655 pci_dev_put(p_smbus);
3656 }
3657 }
Takashi Iwai09240cf2009-03-17 07:47:18 +01003658
Takashi Iwai9477c582011-05-25 09:11:37 +02003659 /* disable 64bit DMA address on some devices */
3660 if (chip->driver_caps & AZX_DCAPS_NO_64BIT) {
Daniel J Blueman445a51b2012-12-05 23:04:21 +08003661 snd_printd(SFX "%s: Disabling 64bit DMA\n", pci_name(chip->pci));
Jaroslav Kysela396087e2009-12-09 10:44:47 +01003662 gcap &= ~ICH6_GCAP_64OK;
Takashi Iwai9477c582011-05-25 09:11:37 +02003663 }
Jaroslav Kysela396087e2009-12-09 10:44:47 +01003664
Pierre-Louis Bossart2ae66c22011-08-04 10:12:56 -05003665 /* disable buffer size rounding to 128-byte multiples if supported */
Takashi Iwai7bfe0592012-01-23 17:53:39 +01003666 if (align_buffer_size >= 0)
3667 chip->align_buffer_size = !!align_buffer_size;
3668 else {
3669 if (chip->driver_caps & AZX_DCAPS_BUFSIZE)
3670 chip->align_buffer_size = 0;
3671 else if (chip->driver_caps & AZX_DCAPS_ALIGN_BUFSIZE)
3672 chip->align_buffer_size = 1;
3673 else
3674 chip->align_buffer_size = 1;
3675 }
Pierre-Louis Bossart2ae66c22011-08-04 10:12:56 -05003676
Takashi Iwaicf7aaca2008-02-06 15:05:57 +01003677 /* allow 64bit DMA address if supported by H/W */
Takashi Iwaib21fadb2009-05-28 12:26:15 +02003678 if ((gcap & ICH6_GCAP_64OK) && !pci_set_dma_mask(pci, DMA_BIT_MASK(64)))
Yang Hongyange9304382009-04-13 14:40:14 -07003679 pci_set_consistent_dma_mask(pci, DMA_BIT_MASK(64));
Takashi Iwai09240cf2009-03-17 07:47:18 +01003680 else {
Yang Hongyange9304382009-04-13 14:40:14 -07003681 pci_set_dma_mask(pci, DMA_BIT_MASK(32));
3682 pci_set_consistent_dma_mask(pci, DMA_BIT_MASK(32));
Takashi Iwai09240cf2009-03-17 07:47:18 +01003683 }
Takashi Iwaicf7aaca2008-02-06 15:05:57 +01003684
Takashi Iwai8b6ed8e2008-02-19 11:36:35 +01003685 /* read number of streams from GCAP register instead of using
3686 * hardcoded value
3687 */
3688 chip->capture_streams = (gcap >> 8) & 0x0f;
3689 chip->playback_streams = (gcap >> 12) & 0x0f;
3690 if (!chip->playback_streams && !chip->capture_streams) {
Tobin Davisbcd72002008-01-15 11:23:55 +01003691 /* gcap didn't give any info, switching to old method */
3692
3693 switch (chip->driver_type) {
3694 case AZX_DRIVER_ULI:
3695 chip->playback_streams = ULI_NUM_PLAYBACK;
3696 chip->capture_streams = ULI_NUM_CAPTURE;
Tobin Davisbcd72002008-01-15 11:23:55 +01003697 break;
3698 case AZX_DRIVER_ATIHDMI:
Andiry Xu1815b342011-12-14 16:10:27 +08003699 case AZX_DRIVER_ATIHDMI_NS:
Tobin Davisbcd72002008-01-15 11:23:55 +01003700 chip->playback_streams = ATIHDMI_NUM_PLAYBACK;
3701 chip->capture_streams = ATIHDMI_NUM_CAPTURE;
Tobin Davisbcd72002008-01-15 11:23:55 +01003702 break;
Yang, Libinc4da29c2008-11-13 11:07:07 +01003703 case AZX_DRIVER_GENERIC:
Tobin Davisbcd72002008-01-15 11:23:55 +01003704 default:
3705 chip->playback_streams = ICH6_NUM_PLAYBACK;
3706 chip->capture_streams = ICH6_NUM_CAPTURE;
Tobin Davisbcd72002008-01-15 11:23:55 +01003707 break;
3708 }
Takashi Iwai07e4ca52005-08-24 14:14:57 +02003709 }
Takashi Iwai8b6ed8e2008-02-19 11:36:35 +01003710 chip->capture_index_offset = 0;
3711 chip->playback_index_offset = chip->capture_streams;
Takashi Iwai07e4ca52005-08-24 14:14:57 +02003712 chip->num_streams = chip->playback_streams + chip->capture_streams;
Takashi Iwaid01ce992007-07-27 16:52:19 +02003713 chip->azx_dev = kcalloc(chip->num_streams, sizeof(*chip->azx_dev),
3714 GFP_KERNEL);
Pavel Machek927fc862006-08-31 17:03:43 +02003715 if (!chip->azx_dev) {
Daniel J Blueman445a51b2012-12-05 23:04:21 +08003716 snd_printk(KERN_ERR SFX "%s: cannot malloc azx_dev\n", pci_name(chip->pci));
Takashi Iwaia82d51e2012-04-26 12:23:42 +02003717 return -ENOMEM;
Takashi Iwai07e4ca52005-08-24 14:14:57 +02003718 }
3719
Takashi Iwai4ce107b2008-02-06 14:50:19 +01003720 for (i = 0; i < chip->num_streams; i++) {
Takashi Iwaieb49faa2013-03-15 09:19:11 +01003721 dsp_lock_init(&chip->azx_dev[i]);
Takashi Iwai4ce107b2008-02-06 14:50:19 +01003722 /* allocate memory for the BDL for each stream */
3723 err = snd_dma_alloc_pages(SNDRV_DMA_TYPE_DEV,
3724 snd_dma_pci_data(chip->pci),
3725 BDL_SIZE, &chip->azx_dev[i].bdl);
3726 if (err < 0) {
Daniel J Blueman445a51b2012-12-05 23:04:21 +08003727 snd_printk(KERN_ERR SFX "%s: cannot allocate BDL\n", pci_name(chip->pci));
Takashi Iwaia82d51e2012-04-26 12:23:42 +02003728 return -ENOMEM;
Takashi Iwai4ce107b2008-02-06 14:50:19 +01003729 }
Takashi Iwai27fe48d92011-09-28 17:16:09 +02003730 mark_pages_wc(chip, &chip->azx_dev[i].bdl, true);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003731 }
Takashi Iwai0be3b5d2005-09-05 17:11:40 +02003732 /* allocate memory for the position buffer */
Takashi Iwaid01ce992007-07-27 16:52:19 +02003733 err = snd_dma_alloc_pages(SNDRV_DMA_TYPE_DEV,
3734 snd_dma_pci_data(chip->pci),
3735 chip->num_streams * 8, &chip->posbuf);
3736 if (err < 0) {
Daniel J Blueman445a51b2012-12-05 23:04:21 +08003737 snd_printk(KERN_ERR SFX "%s: cannot allocate posbuf\n", pci_name(chip->pci));
Takashi Iwaia82d51e2012-04-26 12:23:42 +02003738 return -ENOMEM;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003739 }
Takashi Iwai27fe48d92011-09-28 17:16:09 +02003740 mark_pages_wc(chip, &chip->posbuf, true);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003741 /* allocate CORB/RIRB */
Takashi Iwai81740862009-05-26 15:22:00 +02003742 err = azx_alloc_cmd_io(chip);
3743 if (err < 0)
Takashi Iwaia82d51e2012-04-26 12:23:42 +02003744 return err;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003745
3746 /* initialize streams */
3747 azx_init_stream(chip);
3748
3749 /* initialize chip */
Takashi Iwaicb53c622007-08-10 17:21:45 +02003750 azx_init_pci(chip);
Jaroslav Kysela10e77dd2010-03-26 11:04:38 +01003751 azx_init_chip(chip, (probe_only[dev] & 2) == 0);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003752
3753 /* codec detection */
Pavel Machek927fc862006-08-31 17:03:43 +02003754 if (!chip->codec_mask) {
Daniel J Blueman445a51b2012-12-05 23:04:21 +08003755 snd_printk(KERN_ERR SFX "%s: no codecs found!\n", pci_name(chip->pci));
Takashi Iwaia82d51e2012-04-26 12:23:42 +02003756 return -ENODEV;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003757 }
3758
Takashi Iwai07e4ca52005-08-24 14:14:57 +02003759 strcpy(card->driver, "HDA-Intel");
Takashi Iwai18cb7102009-04-16 10:22:24 +02003760 strlcpy(card->shortname, driver_short_names[chip->driver_type],
3761 sizeof(card->shortname));
3762 snprintf(card->longname, sizeof(card->longname),
3763 "%s at 0x%lx irq %i",
3764 card->shortname, chip->addr, chip->irq);
Takashi Iwai07e4ca52005-08-24 14:14:57 +02003765
Linus Torvalds1da177e2005-04-16 15:20:36 -07003766 return 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003767}
3768
Takashi Iwaicb53c622007-08-10 17:21:45 +02003769static void power_down_all_codecs(struct azx *chip)
3770{
Takashi Iwai83012a72012-08-24 18:38:08 +02003771#ifdef CONFIG_PM
Takashi Iwaicb53c622007-08-10 17:21:45 +02003772 /* The codecs were powered up in snd_hda_codec_new().
3773 * Now all initialization done, so turn them down if possible
3774 */
3775 struct hda_codec *codec;
3776 list_for_each_entry(codec, &chip->bus->codec_list, list) {
3777 snd_hda_power_down(codec);
3778 }
3779#endif
3780}
3781
Takashi Iwai97c6a3d2012-08-09 17:40:46 +02003782#ifdef CONFIG_SND_HDA_PATCH_LOADER
Takashi Iwai5cb543d2012-08-09 13:49:23 +02003783/* callback from request_firmware_nowait() */
3784static void azx_firmware_cb(const struct firmware *fw, void *context)
3785{
3786 struct snd_card *card = context;
3787 struct azx *chip = card->private_data;
3788 struct pci_dev *pci = chip->pci;
3789
3790 if (!fw) {
Daniel J Blueman445a51b2012-12-05 23:04:21 +08003791 snd_printk(KERN_ERR SFX "%s: Cannot load firmware, aborting\n",
3792 pci_name(chip->pci));
Takashi Iwai5cb543d2012-08-09 13:49:23 +02003793 goto error;
3794 }
3795
3796 chip->fw = fw;
3797 if (!chip->disabled) {
3798 /* continue probing */
3799 if (azx_probe_continue(chip))
3800 goto error;
3801 }
3802 return; /* OK */
3803
3804 error:
3805 snd_card_free(card);
3806 pci_set_drvdata(pci, NULL);
3807}
Takashi Iwai97c6a3d2012-08-09 17:40:46 +02003808#endif
Takashi Iwai5cb543d2012-08-09 13:49:23 +02003809
Bill Pembertone23e7a12012-12-06 12:35:10 -05003810static int azx_probe(struct pci_dev *pci,
3811 const struct pci_device_id *pci_id)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003812{
Takashi Iwai5aba4f82008-01-07 15:16:37 +01003813 static int dev;
Takashi Iwaia98f90f2005-11-17 14:59:02 +01003814 struct snd_card *card;
3815 struct azx *chip;
Takashi Iwaiaad730d2013-12-02 13:33:57 +01003816 bool schedule_probe;
Pavel Machek927fc862006-08-31 17:03:43 +02003817 int err;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003818
Takashi Iwai5aba4f82008-01-07 15:16:37 +01003819 if (dev >= SNDRV_CARDS)
3820 return -ENODEV;
3821 if (!enable[dev]) {
3822 dev++;
3823 return -ENOENT;
3824 }
3825
Takashi Iwai60c57722014-01-29 14:20:19 +01003826 err = snd_card_new(&pci->dev, index[dev], id[dev], THIS_MODULE,
3827 0, &card);
Takashi Iwaie58de7b2008-12-28 16:44:30 +01003828 if (err < 0) {
Daniel J Blueman445a51b2012-12-05 23:04:21 +08003829 snd_printk(KERN_ERR "hda-intel: Error creating card!\n");
Takashi Iwaie58de7b2008-12-28 16:44:30 +01003830 return err;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003831 }
3832
Takashi Iwai5aba4f82008-01-07 15:16:37 +01003833 err = azx_create(card, pci, dev, pci_id->driver_data, &chip);
Wu Fengguang41dda0f2008-11-20 09:24:52 +08003834 if (err < 0)
3835 goto out_free;
Takashi Iwai421a1252005-11-17 16:11:09 +01003836 card->private_data = chip;
Takashi Iwaif4c482a2012-12-04 15:09:23 +01003837
3838 pci_set_drvdata(pci, card);
3839
3840 err = register_vga_switcheroo(chip);
3841 if (err < 0) {
3842 snd_printk(KERN_ERR SFX
Daniel J Blueman445a51b2012-12-05 23:04:21 +08003843 "%s: Error registering VGA-switcheroo client\n", pci_name(pci));
Takashi Iwaif4c482a2012-12-04 15:09:23 +01003844 goto out_free;
3845 }
3846
3847 if (check_hdmi_disabled(pci)) {
Daniel J Blueman445a51b2012-12-05 23:04:21 +08003848 snd_printk(KERN_INFO SFX "%s: VGA controller is disabled\n",
Takashi Iwaif4c482a2012-12-04 15:09:23 +01003849 pci_name(pci));
Daniel J Blueman445a51b2012-12-05 23:04:21 +08003850 snd_printk(KERN_INFO SFX "%s: Delaying initialization\n", pci_name(pci));
Takashi Iwaif4c482a2012-12-04 15:09:23 +01003851 chip->disabled = true;
3852 }
3853
Takashi Iwaiaad730d2013-12-02 13:33:57 +01003854 schedule_probe = !chip->disabled;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003855
Takashi Iwai4918cda2012-08-09 12:33:28 +02003856#ifdef CONFIG_SND_HDA_PATCH_LOADER
3857 if (patch[dev] && *patch[dev]) {
Daniel J Blueman445a51b2012-12-05 23:04:21 +08003858 snd_printk(KERN_ERR SFX "%s: Applying patch firmware '%s'\n",
3859 pci_name(pci), patch[dev]);
Takashi Iwai5cb543d2012-08-09 13:49:23 +02003860 err = request_firmware_nowait(THIS_MODULE, true, patch[dev],
3861 &pci->dev, GFP_KERNEL, card,
3862 azx_firmware_cb);
Takashi Iwai4918cda2012-08-09 12:33:28 +02003863 if (err < 0)
3864 goto out_free;
Takashi Iwaiaad730d2013-12-02 13:33:57 +01003865 schedule_probe = false; /* continued in azx_firmware_cb() */
Takashi Iwai4918cda2012-08-09 12:33:28 +02003866 }
3867#endif /* CONFIG_SND_HDA_PATCH_LOADER */
3868
Takashi Iwaiaad730d2013-12-02 13:33:57 +01003869#ifndef CONFIG_SND_HDA_I915
3870 if (chip->driver_caps & AZX_DCAPS_I915_POWERWELL)
Wang Xingchao99a20082013-05-30 22:07:10 +08003871 snd_printk(KERN_ERR SFX "Haswell must build in CONFIG_SND_HDA_I915\n");
3872#endif
Wang Xingchao99a20082013-05-30 22:07:10 +08003873
Takashi Iwaiaad730d2013-12-02 13:33:57 +01003874 if (schedule_probe)
3875 schedule_work(&chip->probe_work);
Takashi Iwaia82d51e2012-04-26 12:23:42 +02003876
Takashi Iwaia82d51e2012-04-26 12:23:42 +02003877 dev++;
Takashi Iwai88d071f2013-12-02 11:12:28 +01003878 if (chip->disabled)
3879 complete_all(&chip->probe_wait);
Takashi Iwaia82d51e2012-04-26 12:23:42 +02003880 return 0;
3881
3882out_free:
3883 snd_card_free(card);
3884 return err;
3885}
3886
Takashi Iwai48c8b0e2012-12-07 07:40:35 +01003887static int azx_probe_continue(struct azx *chip)
Takashi Iwaia82d51e2012-04-26 12:23:42 +02003888{
Wang Xingchaoc67e2222013-05-30 22:07:08 +08003889 struct pci_dev *pci = chip->pci;
Takashi Iwaia82d51e2012-04-26 12:23:42 +02003890 int dev = chip->dev_index;
3891 int err;
3892
Wang Xingchao99a20082013-05-30 22:07:10 +08003893 /* Request power well for Haswell HDA controller and codec */
3894 if (chip->driver_caps & AZX_DCAPS_I915_POWERWELL) {
David Henningssonc841ad22013-08-19 13:32:30 +02003895#ifdef CONFIG_SND_HDA_I915
Wang Xingchao99a20082013-05-30 22:07:10 +08003896 err = hda_i915_init();
3897 if (err < 0) {
3898 snd_printk(KERN_ERR SFX "Error request power-well from i915\n");
3899 goto out_free;
3900 }
David Henningssonc841ad22013-08-19 13:32:30 +02003901#endif
Wang Xingchao99a20082013-05-30 22:07:10 +08003902 hda_display_power(true);
3903 }
3904
Takashi Iwai5c906802013-05-30 22:07:09 +08003905 err = azx_first_init(chip);
3906 if (err < 0)
3907 goto out_free;
3908
Jaroslav Kysela2dca0bb2009-11-13 18:41:52 +01003909#ifdef CONFIG_SND_HDA_INPUT_BEEP
3910 chip->beep_mode = beep_mode[dev];
3911#endif
3912
Linus Torvalds1da177e2005-04-16 15:20:36 -07003913 /* create codec instances */
Takashi Iwaia1e21c92009-06-17 09:33:52 +02003914 err = azx_codec_create(chip, model[dev]);
Wu Fengguang41dda0f2008-11-20 09:24:52 +08003915 if (err < 0)
3916 goto out_free;
Takashi Iwai4ea6fbc2009-06-17 09:52:54 +02003917#ifdef CONFIG_SND_HDA_PATCH_LOADER
Takashi Iwai4918cda2012-08-09 12:33:28 +02003918 if (chip->fw) {
3919 err = snd_hda_load_patch(chip->bus, chip->fw->size,
3920 chip->fw->data);
Takashi Iwai4ea6fbc2009-06-17 09:52:54 +02003921 if (err < 0)
3922 goto out_free;
Takashi Iwaie39ae852012-11-22 16:18:13 +01003923#ifndef CONFIG_PM
Takashi Iwai4918cda2012-08-09 12:33:28 +02003924 release_firmware(chip->fw); /* no longer needed */
3925 chip->fw = NULL;
Takashi Iwaie39ae852012-11-22 16:18:13 +01003926#endif
Takashi Iwai4ea6fbc2009-06-17 09:52:54 +02003927 }
3928#endif
Jaroslav Kysela10e77dd2010-03-26 11:04:38 +01003929 if ((probe_only[dev] & 1) == 0) {
Takashi Iwaia1e21c92009-06-17 09:33:52 +02003930 err = azx_codec_configure(chip);
3931 if (err < 0)
3932 goto out_free;
3933 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07003934
3935 /* create PCM streams */
Takashi Iwai176d5332008-07-30 15:01:44 +02003936 err = snd_hda_build_pcms(chip->bus);
Wu Fengguang41dda0f2008-11-20 09:24:52 +08003937 if (err < 0)
3938 goto out_free;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003939
3940 /* create mixer controls */
Takashi Iwaid01ce992007-07-27 16:52:19 +02003941 err = azx_mixer_create(chip);
Wu Fengguang41dda0f2008-11-20 09:24:52 +08003942 if (err < 0)
3943 goto out_free;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003944
Takashi Iwaia82d51e2012-04-26 12:23:42 +02003945 err = snd_card_register(chip->card);
Wu Fengguang41dda0f2008-11-20 09:24:52 +08003946 if (err < 0)
3947 goto out_free;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003948
Takashi Iwaicb53c622007-08-10 17:21:45 +02003949 chip->running = 1;
3950 power_down_all_codecs(chip);
Takashi Iwai0cbf0092008-10-29 16:18:25 +01003951 azx_notifier_register(chip);
Takashi Iwai65fcd412012-08-14 17:13:32 +02003952 azx_add_card_list(chip);
Dave Airlie246efa42013-07-29 15:19:29 +10003953 if ((chip->driver_caps & AZX_DCAPS_PM_RUNTIME) || chip->use_vga_switcheroo)
Wang Xingchaoc67e2222013-05-30 22:07:08 +08003954 pm_runtime_put_noidle(&pci->dev);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003955
Wu Fengguang41dda0f2008-11-20 09:24:52 +08003956out_free:
Takashi Iwai88d071f2013-12-02 11:12:28 +01003957 if (err < 0)
3958 chip->init_failed = 1;
3959 complete_all(&chip->probe_wait);
Wu Fengguang41dda0f2008-11-20 09:24:52 +08003960 return err;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003961}
3962
Bill Pembertone23e7a12012-12-06 12:35:10 -05003963static void azx_remove(struct pci_dev *pci)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003964{
Takashi Iwai91219472012-04-26 12:13:25 +02003965 struct snd_card *card = pci_get_drvdata(pci);
Mengdong Linb8dfc4622012-08-23 17:32:30 +08003966
Takashi Iwai91219472012-04-26 12:13:25 +02003967 if (card)
3968 snd_card_free(card);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003969}
3970
3971/* PCI IDs */
Alexey Dobriyancebe41d2010-02-06 00:21:03 +02003972static DEFINE_PCI_DEVICE_TABLE(azx_ids) = {
Seth Heasleyd2f2fcd2010-01-12 17:03:35 -08003973 /* CPT */
Takashi Iwai9477c582011-05-25 09:11:37 +02003974 { PCI_DEVICE(0x8086, 0x1c20),
Takashi Iwaid7dab4d2013-01-08 13:51:30 +01003975 .driver_data = AZX_DRIVER_PCH | AZX_DCAPS_INTEL_PCH_NOPM },
Seth Heasleycea310e2010-09-10 16:29:56 -07003976 /* PBG */
Takashi Iwai9477c582011-05-25 09:11:37 +02003977 { PCI_DEVICE(0x8086, 0x1d20),
Takashi Iwaid7dab4d2013-01-08 13:51:30 +01003978 .driver_data = AZX_DRIVER_PCH | AZX_DCAPS_INTEL_PCH_NOPM },
Seth Heasleyd2edeb72011-04-20 10:59:57 -07003979 /* Panther Point */
Takashi Iwai9477c582011-05-25 09:11:37 +02003980 { PCI_DEVICE(0x8086, 0x1e20),
Takashi Iwaib1920c22013-11-22 12:43:25 +01003981 .driver_data = AZX_DRIVER_PCH | AZX_DCAPS_INTEL_PCH },
Seth Heasley8bc039a2012-01-23 16:24:31 -08003982 /* Lynx Point */
3983 { PCI_DEVICE(0x8086, 0x8c20),
Takashi Iwai2ea3c6a2012-11-19 20:03:37 +01003984 .driver_data = AZX_DRIVER_PCH | AZX_DCAPS_INTEL_PCH },
James Ralston884b0882013-02-08 17:29:40 -08003985 /* Wellsburg */
3986 { PCI_DEVICE(0x8086, 0x8d20),
3987 .driver_data = AZX_DRIVER_PCH | AZX_DCAPS_INTEL_PCH },
3988 { PCI_DEVICE(0x8086, 0x8d21),
3989 .driver_data = AZX_DRIVER_PCH | AZX_DCAPS_INTEL_PCH },
James Ralston144dad92012-08-09 09:38:59 -07003990 /* Lynx Point-LP */
3991 { PCI_DEVICE(0x8086, 0x9c20),
Takashi Iwai2ea3c6a2012-11-19 20:03:37 +01003992 .driver_data = AZX_DRIVER_PCH | AZX_DCAPS_INTEL_PCH },
James Ralston144dad92012-08-09 09:38:59 -07003993 /* Lynx Point-LP */
3994 { PCI_DEVICE(0x8086, 0x9c21),
Takashi Iwai2ea3c6a2012-11-19 20:03:37 +01003995 .driver_data = AZX_DRIVER_PCH | AZX_DCAPS_INTEL_PCH },
James Ralston4eeca492013-11-04 09:27:45 -08003996 /* Wildcat Point-LP */
3997 { PCI_DEVICE(0x8086, 0x9ca0),
3998 .driver_data = AZX_DRIVER_PCH | AZX_DCAPS_INTEL_PCH },
Wang Xingchaoe926f2c2012-06-13 10:23:51 +08003999 /* Haswell */
Wang Xingchao4a7c5162013-02-01 22:42:19 +08004000 { PCI_DEVICE(0x8086, 0x0a0c),
Takashi Iwaifab12852013-11-05 17:54:05 +01004001 .driver_data = AZX_DRIVER_HDMI | AZX_DCAPS_INTEL_HASWELL },
Wang Xingchaoe926f2c2012-06-13 10:23:51 +08004002 { PCI_DEVICE(0x8086, 0x0c0c),
Takashi Iwaifab12852013-11-05 17:54:05 +01004003 .driver_data = AZX_DRIVER_HDMI | AZX_DCAPS_INTEL_HASWELL },
Wang Xingchaod279fae2012-09-17 13:10:23 +08004004 { PCI_DEVICE(0x8086, 0x0d0c),
Takashi Iwaifab12852013-11-05 17:54:05 +01004005 .driver_data = AZX_DRIVER_HDMI | AZX_DCAPS_INTEL_HASWELL },
Mengdong Lin862d7612014-01-08 15:55:14 -05004006 /* Broadwell */
4007 { PCI_DEVICE(0x8086, 0x160c),
4008 .driver_data = AZX_DRIVER_HDMI | AZX_DCAPS_INTEL_HASWELL },
Pierre-Louis Bossart99df18b2012-09-21 18:39:07 -05004009 /* 5 Series/3400 */
4010 { PCI_DEVICE(0x8086, 0x3b56),
Takashi Iwai2c1350f2013-02-14 09:44:55 +01004011 .driver_data = AZX_DRIVER_SCH | AZX_DCAPS_INTEL_PCH_NOPM },
Takashi Iwaif748abc2013-01-29 10:12:23 +01004012 /* Poulsbo */
Takashi Iwai9477c582011-05-25 09:11:37 +02004013 { PCI_DEVICE(0x8086, 0x811b),
Takashi Iwaif748abc2013-01-29 10:12:23 +01004014 .driver_data = AZX_DRIVER_SCH | AZX_DCAPS_INTEL_PCH_NOPM },
4015 /* Oaktrail */
Li Peng09904b92011-12-28 15:17:26 +00004016 { PCI_DEVICE(0x8086, 0x080a),
Takashi Iwaif748abc2013-01-29 10:12:23 +01004017 .driver_data = AZX_DRIVER_SCH | AZX_DCAPS_INTEL_PCH_NOPM },
Chew, Chiau Eee44007e2013-05-16 15:36:12 +08004018 /* BayTrail */
4019 { PCI_DEVICE(0x8086, 0x0f04),
4020 .driver_data = AZX_DRIVER_PCH | AZX_DCAPS_INTEL_PCH_NOPM },
David Henningsson645e9032011-12-14 15:52:30 +08004021 /* ICH */
Takashi Iwai8b0bd222011-06-10 14:56:26 +02004022 { PCI_DEVICE(0x8086, 0x2668),
Pierre-Louis Bossart2ae66c22011-08-04 10:12:56 -05004023 .driver_data = AZX_DRIVER_ICH | AZX_DCAPS_OLD_SSYNC |
4024 AZX_DCAPS_BUFSIZE }, /* ICH6 */
Takashi Iwai8b0bd222011-06-10 14:56:26 +02004025 { PCI_DEVICE(0x8086, 0x27d8),
Pierre-Louis Bossart2ae66c22011-08-04 10:12:56 -05004026 .driver_data = AZX_DRIVER_ICH | AZX_DCAPS_OLD_SSYNC |
4027 AZX_DCAPS_BUFSIZE }, /* ICH7 */
Takashi Iwai8b0bd222011-06-10 14:56:26 +02004028 { PCI_DEVICE(0x8086, 0x269a),
Pierre-Louis Bossart2ae66c22011-08-04 10:12:56 -05004029 .driver_data = AZX_DRIVER_ICH | AZX_DCAPS_OLD_SSYNC |
4030 AZX_DCAPS_BUFSIZE }, /* ESB2 */
Takashi Iwai8b0bd222011-06-10 14:56:26 +02004031 { PCI_DEVICE(0x8086, 0x284b),
Pierre-Louis Bossart2ae66c22011-08-04 10:12:56 -05004032 .driver_data = AZX_DRIVER_ICH | AZX_DCAPS_OLD_SSYNC |
4033 AZX_DCAPS_BUFSIZE }, /* ICH8 */
Takashi Iwai8b0bd222011-06-10 14:56:26 +02004034 { PCI_DEVICE(0x8086, 0x293e),
Pierre-Louis Bossart2ae66c22011-08-04 10:12:56 -05004035 .driver_data = AZX_DRIVER_ICH | AZX_DCAPS_OLD_SSYNC |
4036 AZX_DCAPS_BUFSIZE }, /* ICH9 */
Takashi Iwai8b0bd222011-06-10 14:56:26 +02004037 { PCI_DEVICE(0x8086, 0x293f),
Pierre-Louis Bossart2ae66c22011-08-04 10:12:56 -05004038 .driver_data = AZX_DRIVER_ICH | AZX_DCAPS_OLD_SSYNC |
4039 AZX_DCAPS_BUFSIZE }, /* ICH9 */
Takashi Iwai8b0bd222011-06-10 14:56:26 +02004040 { PCI_DEVICE(0x8086, 0x3a3e),
Pierre-Louis Bossart2ae66c22011-08-04 10:12:56 -05004041 .driver_data = AZX_DRIVER_ICH | AZX_DCAPS_OLD_SSYNC |
4042 AZX_DCAPS_BUFSIZE }, /* ICH10 */
Takashi Iwai8b0bd222011-06-10 14:56:26 +02004043 { PCI_DEVICE(0x8086, 0x3a6e),
Pierre-Louis Bossart2ae66c22011-08-04 10:12:56 -05004044 .driver_data = AZX_DRIVER_ICH | AZX_DCAPS_OLD_SSYNC |
4045 AZX_DCAPS_BUFSIZE }, /* ICH10 */
Takashi Iwaib6864532010-09-15 10:17:26 +02004046 /* Generic Intel */
4047 { PCI_DEVICE(PCI_VENDOR_ID_INTEL, PCI_ANY_ID),
4048 .class = PCI_CLASS_MULTIMEDIA_HD_AUDIO << 8,
4049 .class_mask = 0xffffff,
Pierre-Louis Bossart2ae66c22011-08-04 10:12:56 -05004050 .driver_data = AZX_DRIVER_ICH | AZX_DCAPS_BUFSIZE },
Takashi Iwai9477c582011-05-25 09:11:37 +02004051 /* ATI SB 450/600/700/800/900 */
4052 { PCI_DEVICE(0x1002, 0x437b),
4053 .driver_data = AZX_DRIVER_ATI | AZX_DCAPS_PRESET_ATI_SB },
4054 { PCI_DEVICE(0x1002, 0x4383),
4055 .driver_data = AZX_DRIVER_ATI | AZX_DCAPS_PRESET_ATI_SB },
4056 /* AMD Hudson */
4057 { PCI_DEVICE(0x1022, 0x780d),
4058 .driver_data = AZX_DRIVER_GENERIC | AZX_DCAPS_PRESET_ATI_SB },
Takashi Iwai87218e92008-02-21 08:13:11 +01004059 /* ATI HDMI */
Takashi Iwai9477c582011-05-25 09:11:37 +02004060 { PCI_DEVICE(0x1002, 0x793b),
4061 .driver_data = AZX_DRIVER_ATIHDMI | AZX_DCAPS_PRESET_ATI_HDMI },
4062 { PCI_DEVICE(0x1002, 0x7919),
4063 .driver_data = AZX_DRIVER_ATIHDMI | AZX_DCAPS_PRESET_ATI_HDMI },
4064 { PCI_DEVICE(0x1002, 0x960f),
4065 .driver_data = AZX_DRIVER_ATIHDMI | AZX_DCAPS_PRESET_ATI_HDMI },
4066 { PCI_DEVICE(0x1002, 0x970f),
4067 .driver_data = AZX_DRIVER_ATIHDMI | AZX_DCAPS_PRESET_ATI_HDMI },
4068 { PCI_DEVICE(0x1002, 0xaa00),
4069 .driver_data = AZX_DRIVER_ATIHDMI | AZX_DCAPS_PRESET_ATI_HDMI },
4070 { PCI_DEVICE(0x1002, 0xaa08),
4071 .driver_data = AZX_DRIVER_ATIHDMI | AZX_DCAPS_PRESET_ATI_HDMI },
4072 { PCI_DEVICE(0x1002, 0xaa10),
4073 .driver_data = AZX_DRIVER_ATIHDMI | AZX_DCAPS_PRESET_ATI_HDMI },
4074 { PCI_DEVICE(0x1002, 0xaa18),
4075 .driver_data = AZX_DRIVER_ATIHDMI | AZX_DCAPS_PRESET_ATI_HDMI },
4076 { PCI_DEVICE(0x1002, 0xaa20),
4077 .driver_data = AZX_DRIVER_ATIHDMI | AZX_DCAPS_PRESET_ATI_HDMI },
4078 { PCI_DEVICE(0x1002, 0xaa28),
4079 .driver_data = AZX_DRIVER_ATIHDMI | AZX_DCAPS_PRESET_ATI_HDMI },
4080 { PCI_DEVICE(0x1002, 0xaa30),
4081 .driver_data = AZX_DRIVER_ATIHDMI | AZX_DCAPS_PRESET_ATI_HDMI },
4082 { PCI_DEVICE(0x1002, 0xaa38),
4083 .driver_data = AZX_DRIVER_ATIHDMI | AZX_DCAPS_PRESET_ATI_HDMI },
4084 { PCI_DEVICE(0x1002, 0xaa40),
4085 .driver_data = AZX_DRIVER_ATIHDMI | AZX_DCAPS_PRESET_ATI_HDMI },
4086 { PCI_DEVICE(0x1002, 0xaa48),
4087 .driver_data = AZX_DRIVER_ATIHDMI | AZX_DCAPS_PRESET_ATI_HDMI },
Clemens Ladischbbaa0d62013-11-05 09:27:10 +01004088 { PCI_DEVICE(0x1002, 0xaa50),
4089 .driver_data = AZX_DRIVER_ATIHDMI | AZX_DCAPS_PRESET_ATI_HDMI },
4090 { PCI_DEVICE(0x1002, 0xaa58),
4091 .driver_data = AZX_DRIVER_ATIHDMI | AZX_DCAPS_PRESET_ATI_HDMI },
4092 { PCI_DEVICE(0x1002, 0xaa60),
4093 .driver_data = AZX_DRIVER_ATIHDMI | AZX_DCAPS_PRESET_ATI_HDMI },
4094 { PCI_DEVICE(0x1002, 0xaa68),
4095 .driver_data = AZX_DRIVER_ATIHDMI | AZX_DCAPS_PRESET_ATI_HDMI },
4096 { PCI_DEVICE(0x1002, 0xaa80),
4097 .driver_data = AZX_DRIVER_ATIHDMI | AZX_DCAPS_PRESET_ATI_HDMI },
4098 { PCI_DEVICE(0x1002, 0xaa88),
4099 .driver_data = AZX_DRIVER_ATIHDMI | AZX_DCAPS_PRESET_ATI_HDMI },
4100 { PCI_DEVICE(0x1002, 0xaa90),
4101 .driver_data = AZX_DRIVER_ATIHDMI | AZX_DCAPS_PRESET_ATI_HDMI },
4102 { PCI_DEVICE(0x1002, 0xaa98),
4103 .driver_data = AZX_DRIVER_ATIHDMI | AZX_DCAPS_PRESET_ATI_HDMI },
Andiry Xu1815b342011-12-14 16:10:27 +08004104 { PCI_DEVICE(0x1002, 0x9902),
4105 .driver_data = AZX_DRIVER_ATIHDMI_NS | AZX_DCAPS_PRESET_ATI_HDMI },
4106 { PCI_DEVICE(0x1002, 0xaaa0),
4107 .driver_data = AZX_DRIVER_ATIHDMI_NS | AZX_DCAPS_PRESET_ATI_HDMI },
4108 { PCI_DEVICE(0x1002, 0xaaa8),
4109 .driver_data = AZX_DRIVER_ATIHDMI_NS | AZX_DCAPS_PRESET_ATI_HDMI },
4110 { PCI_DEVICE(0x1002, 0xaab0),
4111 .driver_data = AZX_DRIVER_ATIHDMI_NS | AZX_DCAPS_PRESET_ATI_HDMI },
Takashi Iwai87218e92008-02-21 08:13:11 +01004112 /* VIA VT8251/VT8237A */
Takashi Iwai9477c582011-05-25 09:11:37 +02004113 { PCI_DEVICE(0x1106, 0x3288),
4114 .driver_data = AZX_DRIVER_VIA | AZX_DCAPS_POSFIX_VIA },
Annie Liu754fdff2012-06-08 19:18:39 +08004115 /* VIA GFX VT7122/VX900 */
4116 { PCI_DEVICE(0x1106, 0x9170), .driver_data = AZX_DRIVER_GENERIC },
4117 /* VIA GFX VT6122/VX11 */
4118 { PCI_DEVICE(0x1106, 0x9140), .driver_data = AZX_DRIVER_GENERIC },
Takashi Iwai87218e92008-02-21 08:13:11 +01004119 /* SIS966 */
4120 { PCI_DEVICE(0x1039, 0x7502), .driver_data = AZX_DRIVER_SIS },
4121 /* ULI M5461 */
4122 { PCI_DEVICE(0x10b9, 0x5461), .driver_data = AZX_DRIVER_ULI },
4123 /* NVIDIA MCP */
Takashi Iwai0c2fd1bf42009-12-18 16:41:39 +01004124 { PCI_DEVICE(PCI_VENDOR_ID_NVIDIA, PCI_ANY_ID),
4125 .class = PCI_CLASS_MULTIMEDIA_HD_AUDIO << 8,
4126 .class_mask = 0xffffff,
Takashi Iwai9477c582011-05-25 09:11:37 +02004127 .driver_data = AZX_DRIVER_NVIDIA | AZX_DCAPS_PRESET_NVIDIA },
Kailang Yangf2690022008-05-27 11:44:55 +02004128 /* Teradici */
Takashi Iwai9477c582011-05-25 09:11:37 +02004129 { PCI_DEVICE(0x6549, 0x1200),
4130 .driver_data = AZX_DRIVER_TERA | AZX_DCAPS_NO_64BIT },
Lars R. Damerowf0b3da92012-11-02 13:10:39 -07004131 { PCI_DEVICE(0x6549, 0x2200),
4132 .driver_data = AZX_DRIVER_TERA | AZX_DCAPS_NO_64BIT },
Takashi Iwai4e01f542009-04-16 08:53:34 +02004133 /* Creative X-Fi (CA0110-IBG) */
Takashi Iwaif2a8eca2012-06-11 15:51:54 +02004134 /* CTHDA chips */
4135 { PCI_DEVICE(0x1102, 0x0010),
4136 .driver_data = AZX_DRIVER_CTHDA | AZX_DCAPS_PRESET_CTHDA },
4137 { PCI_DEVICE(0x1102, 0x0012),
4138 .driver_data = AZX_DRIVER_CTHDA | AZX_DCAPS_PRESET_CTHDA },
Takashi Iwai8eeaa2f2014-02-10 09:48:47 +01004139#if !IS_ENABLED(CONFIG_SND_CTXFI)
Takashi Iwai313f6e22009-05-18 12:40:52 +02004140 /* the following entry conflicts with snd-ctxfi driver,
4141 * as ctxfi driver mutates from HD-audio to native mode with
4142 * a special command sequence.
4143 */
Takashi Iwai4e01f542009-04-16 08:53:34 +02004144 { PCI_DEVICE(PCI_VENDOR_ID_CREATIVE, PCI_ANY_ID),
4145 .class = PCI_CLASS_MULTIMEDIA_HD_AUDIO << 8,
4146 .class_mask = 0xffffff,
Takashi Iwai9477c582011-05-25 09:11:37 +02004147 .driver_data = AZX_DRIVER_CTX | AZX_DCAPS_CTX_WORKAROUND |
Takashi Iwai69f9ba92011-11-06 13:49:13 +01004148 AZX_DCAPS_RIRB_PRE_DELAY | AZX_DCAPS_POSFIX_LPIB },
Takashi Iwai313f6e22009-05-18 12:40:52 +02004149#else
4150 /* this entry seems still valid -- i.e. without emu20kx chip */
Takashi Iwai9477c582011-05-25 09:11:37 +02004151 { PCI_DEVICE(0x1102, 0x0009),
4152 .driver_data = AZX_DRIVER_CTX | AZX_DCAPS_CTX_WORKAROUND |
Takashi Iwai69f9ba92011-11-06 13:49:13 +01004153 AZX_DCAPS_RIRB_PRE_DELAY | AZX_DCAPS_POSFIX_LPIB },
Takashi Iwai313f6e22009-05-18 12:40:52 +02004154#endif
Otavio Salvadore35d4b12010-09-26 23:35:06 -03004155 /* Vortex86MX */
4156 { PCI_DEVICE(0x17f3, 0x3010), .driver_data = AZX_DRIVER_GENERIC },
Bankim Bhavsar0f0714c52011-01-17 15:23:21 +01004157 /* VMware HDAudio */
4158 { PCI_DEVICE(0x15ad, 0x1977), .driver_data = AZX_DRIVER_GENERIC },
Andiry Brienza9176b672009-07-17 11:32:32 +08004159 /* AMD/ATI Generic, PCI class code and Vendor ID for HD Audio */
Yang, Libinc4da29c2008-11-13 11:07:07 +01004160 { PCI_DEVICE(PCI_VENDOR_ID_ATI, PCI_ANY_ID),
4161 .class = PCI_CLASS_MULTIMEDIA_HD_AUDIO << 8,
4162 .class_mask = 0xffffff,
Takashi Iwai9477c582011-05-25 09:11:37 +02004163 .driver_data = AZX_DRIVER_GENERIC | AZX_DCAPS_PRESET_ATI_HDMI },
Andiry Brienza9176b672009-07-17 11:32:32 +08004164 { PCI_DEVICE(PCI_VENDOR_ID_AMD, PCI_ANY_ID),
4165 .class = PCI_CLASS_MULTIMEDIA_HD_AUDIO << 8,
4166 .class_mask = 0xffffff,
Takashi Iwai9477c582011-05-25 09:11:37 +02004167 .driver_data = AZX_DRIVER_GENERIC | AZX_DCAPS_PRESET_ATI_HDMI },
Linus Torvalds1da177e2005-04-16 15:20:36 -07004168 { 0, }
4169};
4170MODULE_DEVICE_TABLE(pci, azx_ids);
4171
4172/* pci_driver definition */
Takashi Iwaie9f66d92012-04-24 12:25:00 +02004173static struct pci_driver azx_driver = {
Takashi Iwai3733e422011-06-10 16:20:20 +02004174 .name = KBUILD_MODNAME,
Linus Torvalds1da177e2005-04-16 15:20:36 -07004175 .id_table = azx_ids,
4176 .probe = azx_probe,
Bill Pembertone23e7a12012-12-06 12:35:10 -05004177 .remove = azx_remove,
Takashi Iwai68cb2b52012-07-02 15:20:37 +02004178 .driver = {
4179 .pm = AZX_PM_OPS,
4180 },
Linus Torvalds1da177e2005-04-16 15:20:36 -07004181};
4182
Takashi Iwaie9f66d92012-04-24 12:25:00 +02004183module_pci_driver(azx_driver);