blob: 1b7df0c4e57cb2e160a9b81b2dec0ea0c52a08ba [file] [log] [blame]
Thomas Gleixner1a59d1b82019-05-27 08:55:05 +02001// SPDX-License-Identifier: GPL-2.0-or-later
Linus Torvalds1da177e2005-04-16 15:20:36 -07002/*
3 * ALSA modem driver for Intel ICH (i8x0) chipsets
4 *
Jaroslav Kyselac1017a42007-10-15 09:50:19 +02005 * Copyright (c) 2000 Jaroslav Kysela <perex@perex.cz>
Linus Torvalds1da177e2005-04-16 15:20:36 -07006 *
Sasha Khapyorskyf01cc522005-10-10 11:45:31 +02007 * This is modified (by Sasha Khapyorsky <sashak@alsa-project.org>) version
Linus Torvalds1da177e2005-04-16 15:20:36 -07008 * of ALSA ICH sound driver intel8x0.c .
Linus Torvalds1da177e2005-04-16 15:20:36 -07009 */
10
Takashi Iwai6cbbfe12015-01-28 16:49:33 +010011#include <linux/io.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -070012#include <linux/delay.h>
13#include <linux/interrupt.h>
14#include <linux/init.h>
15#include <linux/pci.h>
16#include <linux/slab.h>
Paul Gortmaker65a77212011-07-15 13:13:37 -040017#include <linux/module.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -070018#include <sound/core.h>
19#include <sound/pcm.h>
20#include <sound/ac97_codec.h>
21#include <sound/info.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -070022#include <sound/initval.h>
23
Jaroslav Kyselac1017a42007-10-15 09:50:19 +020024MODULE_AUTHOR("Jaroslav Kysela <perex@perex.cz>");
Takashi Iwai6b75a9d2005-11-17 15:04:53 +010025MODULE_DESCRIPTION("Intel 82801AA,82901AB,i810,i820,i830,i840,i845,MX440; "
26 "SiS 7013; NVidia MCP/2/2S/3 modems");
Linus Torvalds1da177e2005-04-16 15:20:36 -070027MODULE_LICENSE("GPL");
28MODULE_SUPPORTED_DEVICE("{{Intel,82801AA-ICH},"
29 "{Intel,82901AB-ICH0},"
30 "{Intel,82801BA-ICH2},"
31 "{Intel,82801CA-ICH3},"
32 "{Intel,82801DB-ICH4},"
33 "{Intel,ICH5},"
34 "{Intel,ICH6},"
35 "{Intel,ICH7},"
36 "{Intel,MX440},"
37 "{SiS,7013},"
38 "{NVidia,NForce Modem},"
39 "{NVidia,NForce2 Modem},"
40 "{NVidia,NForce2s Modem},"
41 "{NVidia,NForce3 Modem},"
42 "{AMD,AMD768}}");
43
Clemens Ladischb7fe4622005-10-04 08:46:51 +020044static int index = -2; /* Exclude the first card */
45static char *id = SNDRV_DEFAULT_STR1; /* ID for this card */
Takashi Iwai6581f4e2006-05-17 17:14:51 +020046static int ac97_clock;
Linus Torvalds1da177e2005-04-16 15:20:36 -070047
Clemens Ladischb7fe4622005-10-04 08:46:51 +020048module_param(index, int, 0444);
Linus Torvalds1da177e2005-04-16 15:20:36 -070049MODULE_PARM_DESC(index, "Index value for Intel i8x0 modemcard.");
Clemens Ladischb7fe4622005-10-04 08:46:51 +020050module_param(id, charp, 0444);
Linus Torvalds1da177e2005-04-16 15:20:36 -070051MODULE_PARM_DESC(id, "ID string for Intel i8x0 modemcard.");
Clemens Ladischb7fe4622005-10-04 08:46:51 +020052module_param(ac97_clock, int, 0444);
Linus Torvalds1da177e2005-04-16 15:20:36 -070053MODULE_PARM_DESC(ac97_clock, "AC'97 codec clock (0 = auto-detect).");
54
Takashi Iwai2b3e5842005-10-06 13:47:23 +020055/* just for backward compatibility */
Rusty Russella67ff6a2011-12-15 13:49:36 +103056static bool enable;
Takashi Iwai698444f2005-10-20 16:53:49 +020057module_param(enable, bool, 0444);
Takashi Iwai2b3e5842005-10-06 13:47:23 +020058
Linus Torvalds1da177e2005-04-16 15:20:36 -070059/*
60 * Direct registers
61 */
Linus Torvalds1da177e2005-04-16 15:20:36 -070062enum { DEVICE_INTEL, DEVICE_SIS, DEVICE_ALI, DEVICE_NFORCE };
63
64#define ICHREG(x) ICH_REG_##x
65
66#define DEFINE_REGSET(name,base) \
67enum { \
68 ICH_REG_##name##_BDBAR = base + 0x0, /* dword - buffer descriptor list base address */ \
69 ICH_REG_##name##_CIV = base + 0x04, /* byte - current index value */ \
70 ICH_REG_##name##_LVI = base + 0x05, /* byte - last valid index */ \
71 ICH_REG_##name##_SR = base + 0x06, /* byte - status register */ \
72 ICH_REG_##name##_PICB = base + 0x08, /* word - position in current buffer */ \
73 ICH_REG_##name##_PIV = base + 0x0a, /* byte - prefetched index value */ \
74 ICH_REG_##name##_CR = base + 0x0b, /* byte - control register */ \
75};
76
77/* busmaster blocks */
78DEFINE_REGSET(OFF, 0); /* offset */
79
80/* values for each busmaster block */
81
82/* LVI */
83#define ICH_REG_LVI_MASK 0x1f
84
85/* SR */
86#define ICH_FIFOE 0x10 /* FIFO error */
87#define ICH_BCIS 0x08 /* buffer completion interrupt status */
88#define ICH_LVBCI 0x04 /* last valid buffer completion interrupt */
89#define ICH_CELV 0x02 /* current equals last valid */
90#define ICH_DCH 0x01 /* DMA controller halted */
91
92/* PIV */
93#define ICH_REG_PIV_MASK 0x1f /* mask */
94
95/* CR */
96#define ICH_IOCE 0x10 /* interrupt on completion enable */
97#define ICH_FEIE 0x08 /* fifo error interrupt enable */
98#define ICH_LVBIE 0x04 /* last valid buffer interrupt enable */
99#define ICH_RESETREGS 0x02 /* reset busmaster registers */
100#define ICH_STARTBM 0x01 /* start busmaster operation */
101
102
103/* global block */
104#define ICH_REG_GLOB_CNT 0x3c /* dword - global control */
105#define ICH_TRIE 0x00000040 /* tertiary resume interrupt enable */
106#define ICH_SRIE 0x00000020 /* secondary resume interrupt enable */
107#define ICH_PRIE 0x00000010 /* primary resume interrupt enable */
108#define ICH_ACLINK 0x00000008 /* AClink shut off */
109#define ICH_AC97WARM 0x00000004 /* AC'97 warm reset */
110#define ICH_AC97COLD 0x00000002 /* AC'97 cold reset */
111#define ICH_GIE 0x00000001 /* GPI interrupt enable */
112#define ICH_REG_GLOB_STA 0x40 /* dword - global status */
113#define ICH_TRI 0x20000000 /* ICH4: tertiary (AC_SDIN2) resume interrupt */
114#define ICH_TCR 0x10000000 /* ICH4: tertiary (AC_SDIN2) codec ready */
115#define ICH_BCS 0x08000000 /* ICH4: bit clock stopped */
116#define ICH_SPINT 0x04000000 /* ICH4: S/PDIF interrupt */
117#define ICH_P2INT 0x02000000 /* ICH4: PCM2-In interrupt */
118#define ICH_M2INT 0x01000000 /* ICH4: Mic2-In interrupt */
119#define ICH_SAMPLE_CAP 0x00c00000 /* ICH4: sample capability bits (RO) */
120#define ICH_MULTICHAN_CAP 0x00300000 /* ICH4: multi-channel capability bits (RO) */
121#define ICH_MD3 0x00020000 /* modem power down semaphore */
122#define ICH_AD3 0x00010000 /* audio power down semaphore */
123#define ICH_RCS 0x00008000 /* read completion status */
124#define ICH_BIT3 0x00004000 /* bit 3 slot 12 */
125#define ICH_BIT2 0x00002000 /* bit 2 slot 12 */
126#define ICH_BIT1 0x00001000 /* bit 1 slot 12 */
127#define ICH_SRI 0x00000800 /* secondary (AC_SDIN1) resume interrupt */
128#define ICH_PRI 0x00000400 /* primary (AC_SDIN0) resume interrupt */
129#define ICH_SCR 0x00000200 /* secondary (AC_SDIN1) codec ready */
130#define ICH_PCR 0x00000100 /* primary (AC_SDIN0) codec ready */
131#define ICH_MCINT 0x00000080 /* MIC capture interrupt */
132#define ICH_POINT 0x00000040 /* playback interrupt */
133#define ICH_PIINT 0x00000020 /* capture interrupt */
134#define ICH_NVSPINT 0x00000010 /* nforce spdif interrupt */
135#define ICH_MOINT 0x00000004 /* modem playback interrupt */
136#define ICH_MIINT 0x00000002 /* modem capture interrupt */
137#define ICH_GSCI 0x00000001 /* GPI status change interrupt */
138#define ICH_REG_ACC_SEMA 0x44 /* byte - codec write semaphore */
139#define ICH_CAS 0x01 /* codec access semaphore */
140
141#define ICH_MAX_FRAGS 32 /* max hw frags */
142
143
144/*
145 *
146 */
147
148enum { ICHD_MDMIN, ICHD_MDMOUT, ICHD_MDMLAST = ICHD_MDMOUT };
149enum { ALID_MDMIN, ALID_MDMOUT, ALID_MDMLAST = ALID_MDMOUT };
150
Takashi Iwai6b75a9d2005-11-17 15:04:53 +0100151#define get_ichdev(substream) (substream->runtime->private_data)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700152
Takashi Iwai6b75a9d2005-11-17 15:04:53 +0100153struct ichdev {
Linus Torvalds1da177e2005-04-16 15:20:36 -0700154 unsigned int ichd; /* ich device number */
155 unsigned long reg_offset; /* offset to bmaddr */
Takashi Iwai7752a7d2018-07-25 23:24:08 +0200156 __le32 *bdbar; /* CPU address (32bit) */
Linus Torvalds1da177e2005-04-16 15:20:36 -0700157 unsigned int bdbar_addr; /* PCI bus address (32bit) */
Takashi Iwai6b75a9d2005-11-17 15:04:53 +0100158 struct snd_pcm_substream *substream;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700159 unsigned int physbuf; /* physical address (32bit) */
160 unsigned int size;
161 unsigned int fragsize;
162 unsigned int fragsize1;
163 unsigned int position;
164 int frags;
165 int lvi;
166 int lvi_frag;
167 int civ;
168 int ack;
169 int ack_reload;
170 unsigned int ack_bit;
171 unsigned int roff_sr;
172 unsigned int roff_picb;
173 unsigned int int_sta_mask; /* interrupt status mask */
174 unsigned int ali_slot; /* ALI DMA slot */
Takashi Iwai6b75a9d2005-11-17 15:04:53 +0100175 struct snd_ac97 *ac97;
176};
Linus Torvalds1da177e2005-04-16 15:20:36 -0700177
Takashi Iwai6b75a9d2005-11-17 15:04:53 +0100178struct intel8x0m {
Linus Torvalds1da177e2005-04-16 15:20:36 -0700179 unsigned int device_type;
180
181 int irq;
182
Takashi Iwai3388c372006-10-06 17:06:39 +0200183 void __iomem *addr;
184 void __iomem *bmaddr;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700185
186 struct pci_dev *pci;
Takashi Iwai6b75a9d2005-11-17 15:04:53 +0100187 struct snd_card *card;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700188
189 int pcm_devs;
Takashi Iwai6b75a9d2005-11-17 15:04:53 +0100190 struct snd_pcm *pcm[2];
191 struct ichdev ichd[2];
Linus Torvalds1da177e2005-04-16 15:20:36 -0700192
193 unsigned int in_ac97_init: 1;
194
Takashi Iwai6b75a9d2005-11-17 15:04:53 +0100195 struct snd_ac97_bus *ac97_bus;
196 struct snd_ac97 *ac97;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700197
198 spinlock_t reg_lock;
199
200 struct snd_dma_buffer bdbars;
201 u32 bdbars_count;
202 u32 int_sta_reg; /* interrupt status register */
203 u32 int_sta_mask; /* interrupt status mask */
204 unsigned int pcm_pos_shift;
205};
206
Benoit Taine9baa3c32014-08-08 15:56:03 +0200207static const struct pci_device_id snd_intel8x0m_ids[] = {
Joe Perches28d27aa2009-06-24 22:13:35 -0700208 { PCI_VDEVICE(INTEL, 0x2416), DEVICE_INTEL }, /* 82801AA */
209 { PCI_VDEVICE(INTEL, 0x2426), DEVICE_INTEL }, /* 82901AB */
210 { PCI_VDEVICE(INTEL, 0x2446), DEVICE_INTEL }, /* 82801BA */
211 { PCI_VDEVICE(INTEL, 0x2486), DEVICE_INTEL }, /* ICH3 */
212 { PCI_VDEVICE(INTEL, 0x24c6), DEVICE_INTEL }, /* ICH4 */
213 { PCI_VDEVICE(INTEL, 0x24d6), DEVICE_INTEL }, /* ICH5 */
214 { PCI_VDEVICE(INTEL, 0x266d), DEVICE_INTEL }, /* ICH6 */
215 { PCI_VDEVICE(INTEL, 0x27dd), DEVICE_INTEL }, /* ICH7 */
216 { PCI_VDEVICE(INTEL, 0x7196), DEVICE_INTEL }, /* 440MX */
217 { PCI_VDEVICE(AMD, 0x7446), DEVICE_INTEL }, /* AMD768 */
218 { PCI_VDEVICE(SI, 0x7013), DEVICE_SIS }, /* SI7013 */
219 { PCI_VDEVICE(NVIDIA, 0x01c1), DEVICE_NFORCE }, /* NFORCE */
220 { PCI_VDEVICE(NVIDIA, 0x0069), DEVICE_NFORCE }, /* NFORCE2 */
221 { PCI_VDEVICE(NVIDIA, 0x0089), DEVICE_NFORCE }, /* NFORCE2s */
222 { PCI_VDEVICE(NVIDIA, 0x00d9), DEVICE_NFORCE }, /* NFORCE3 */
Dmitry Eremin-Solenikovdf1fe132011-05-19 18:48:27 +0400223 { PCI_VDEVICE(AMD, 0x746e), DEVICE_INTEL }, /* AMD8111 */
Linus Torvalds1da177e2005-04-16 15:20:36 -0700224#if 0
Joe Perches28d27aa2009-06-24 22:13:35 -0700225 { PCI_VDEVICE(AL, 0x5455), DEVICE_ALI }, /* Ali5455 */
Linus Torvalds1da177e2005-04-16 15:20:36 -0700226#endif
227 { 0, }
228};
Linus Torvalds1da177e2005-04-16 15:20:36 -0700229
230MODULE_DEVICE_TABLE(pci, snd_intel8x0m_ids);
231
Linus Torvalds1da177e2005-04-16 15:20:36 -0700232/*
233 * Lowlevel I/O - busmaster
234 */
235
Takashi Iwai3388c372006-10-06 17:06:39 +0200236static inline u8 igetbyte(struct intel8x0m *chip, u32 offset)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700237{
Takashi Iwai3388c372006-10-06 17:06:39 +0200238 return ioread8(chip->bmaddr + offset);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700239}
240
Takashi Iwai3388c372006-10-06 17:06:39 +0200241static inline u16 igetword(struct intel8x0m *chip, u32 offset)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700242{
Takashi Iwai3388c372006-10-06 17:06:39 +0200243 return ioread16(chip->bmaddr + offset);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700244}
245
Takashi Iwai3388c372006-10-06 17:06:39 +0200246static inline u32 igetdword(struct intel8x0m *chip, u32 offset)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700247{
Takashi Iwai3388c372006-10-06 17:06:39 +0200248 return ioread32(chip->bmaddr + offset);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700249}
250
Takashi Iwai3388c372006-10-06 17:06:39 +0200251static inline void iputbyte(struct intel8x0m *chip, u32 offset, u8 val)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700252{
Takashi Iwai3388c372006-10-06 17:06:39 +0200253 iowrite8(val, chip->bmaddr + offset);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700254}
255
Takashi Iwai3388c372006-10-06 17:06:39 +0200256static inline void iputword(struct intel8x0m *chip, u32 offset, u16 val)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700257{
Takashi Iwai3388c372006-10-06 17:06:39 +0200258 iowrite16(val, chip->bmaddr + offset);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700259}
260
Takashi Iwai3388c372006-10-06 17:06:39 +0200261static inline void iputdword(struct intel8x0m *chip, u32 offset, u32 val)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700262{
Takashi Iwai3388c372006-10-06 17:06:39 +0200263 iowrite32(val, chip->bmaddr + offset);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700264}
265
266/*
267 * Lowlevel I/O - AC'97 registers
268 */
269
Takashi Iwai3388c372006-10-06 17:06:39 +0200270static inline u16 iagetword(struct intel8x0m *chip, u32 offset)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700271{
Takashi Iwai3388c372006-10-06 17:06:39 +0200272 return ioread16(chip->addr + offset);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700273}
274
Takashi Iwai3388c372006-10-06 17:06:39 +0200275static inline void iaputword(struct intel8x0m *chip, u32 offset, u16 val)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700276{
Takashi Iwai3388c372006-10-06 17:06:39 +0200277 iowrite16(val, chip->addr + offset);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700278}
279
280/*
281 * Basic I/O
282 */
283
284/*
285 * access to AC97 codec via normal i/o (for ICH and SIS7013)
286 */
287
288/* return the GLOB_STA bit for the corresponding codec */
Takashi Iwai6b75a9d2005-11-17 15:04:53 +0100289static unsigned int get_ich_codec_bit(struct intel8x0m *chip, unsigned int codec)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700290{
Takashi Iwaif729f882020-01-05 15:47:23 +0100291 static const unsigned int codec_bit[3] = {
Linus Torvalds1da177e2005-04-16 15:20:36 -0700292 ICH_PCR, ICH_SCR, ICH_TCR
293 };
Takashi Iwaida3cec32008-08-08 17:12:14 +0200294 if (snd_BUG_ON(codec >= 3))
295 return ICH_PCR;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700296 return codec_bit[codec];
297}
298
Takashi Iwai6b75a9d2005-11-17 15:04:53 +0100299static int snd_intel8x0m_codec_semaphore(struct intel8x0m *chip, unsigned int codec)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700300{
301 int time;
302
303 if (codec > 1)
304 return -EIO;
305 codec = get_ich_codec_bit(chip, codec);
306
307 /* codec ready ? */
308 if ((igetdword(chip, ICHREG(GLOB_STA)) & codec) == 0)
309 return -EIO;
310
311 /* Anyone holding a semaphore for 1 msec should be shot... */
312 time = 100;
313 do {
314 if (!(igetbyte(chip, ICHREG(ACC_SEMA)) & ICH_CAS))
315 return 0;
316 udelay(10);
317 } while (time--);
318
Lucas De Marchi25985ed2011-03-30 22:57:33 -0300319 /* access to some forbidden (non existent) ac97 registers will not
Linus Torvalds1da177e2005-04-16 15:20:36 -0700320 * reset the semaphore. So even if you don't get the semaphore, still
321 * continue the access. We don't need the semaphore anyway. */
Takashi Iwai813bdba2014-02-25 14:40:45 +0100322 dev_err(chip->card->dev,
323 "codec_semaphore: semaphore is not ready [0x%x][0x%x]\n",
Linus Torvalds1da177e2005-04-16 15:20:36 -0700324 igetbyte(chip, ICHREG(ACC_SEMA)), igetdword(chip, ICHREG(GLOB_STA)));
325 iagetword(chip, 0); /* clear semaphore flag */
326 /* I don't care about the semaphore */
327 return -EBUSY;
328}
329
Paul Bollea6e85092011-03-11 11:37:55 +0100330static void snd_intel8x0m_codec_write(struct snd_ac97 *ac97,
331 unsigned short reg,
332 unsigned short val)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700333{
Takashi Iwai6b75a9d2005-11-17 15:04:53 +0100334 struct intel8x0m *chip = ac97->private_data;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700335
336 if (snd_intel8x0m_codec_semaphore(chip, ac97->num) < 0) {
337 if (! chip->in_ac97_init)
Takashi Iwai813bdba2014-02-25 14:40:45 +0100338 dev_err(chip->card->dev,
339 "codec_write %d: semaphore is not ready for register 0x%x\n",
340 ac97->num, reg);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700341 }
342 iaputword(chip, reg + ac97->num * 0x80, val);
343}
344
Paul Bollea6e85092011-03-11 11:37:55 +0100345static unsigned short snd_intel8x0m_codec_read(struct snd_ac97 *ac97,
346 unsigned short reg)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700347{
Takashi Iwai6b75a9d2005-11-17 15:04:53 +0100348 struct intel8x0m *chip = ac97->private_data;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700349 unsigned short res;
350 unsigned int tmp;
351
352 if (snd_intel8x0m_codec_semaphore(chip, ac97->num) < 0) {
353 if (! chip->in_ac97_init)
Takashi Iwai813bdba2014-02-25 14:40:45 +0100354 dev_err(chip->card->dev,
355 "codec_read %d: semaphore is not ready for register 0x%x\n",
356 ac97->num, reg);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700357 res = 0xffff;
358 } else {
359 res = iagetword(chip, reg + ac97->num * 0x80);
360 if ((tmp = igetdword(chip, ICHREG(GLOB_STA))) & ICH_RCS) {
361 /* reset RCS and preserve other R/WC bits */
Takashi Iwai6b75a9d2005-11-17 15:04:53 +0100362 iputdword(chip, ICHREG(GLOB_STA),
363 tmp & ~(ICH_SRI|ICH_PRI|ICH_TRI|ICH_GSCI));
Linus Torvalds1da177e2005-04-16 15:20:36 -0700364 if (! chip->in_ac97_init)
Takashi Iwai813bdba2014-02-25 14:40:45 +0100365 dev_err(chip->card->dev,
366 "codec_read %d: read timeout for register 0x%x\n",
367 ac97->num, reg);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700368 res = 0xffff;
369 }
370 }
Sasha Khapyorsky2c56c472005-04-07 20:21:21 +0200371 if (reg == AC97_GPIO_STATUS)
372 iagetword(chip, 0); /* clear semaphore */
Linus Torvalds1da177e2005-04-16 15:20:36 -0700373 return res;
374}
375
376
377/*
378 * DMA I/O
379 */
Paul Bollea6e85092011-03-11 11:37:55 +0100380static void snd_intel8x0m_setup_periods(struct intel8x0m *chip, struct ichdev *ichdev)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700381{
382 int idx;
Takashi Iwai7752a7d2018-07-25 23:24:08 +0200383 __le32 *bdbar = ichdev->bdbar;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700384 unsigned long port = ichdev->reg_offset;
385
386 iputdword(chip, port + ICH_REG_OFF_BDBAR, ichdev->bdbar_addr);
387 if (ichdev->size == ichdev->fragsize) {
388 ichdev->ack_reload = ichdev->ack = 2;
389 ichdev->fragsize1 = ichdev->fragsize >> 1;
390 for (idx = 0; idx < (ICH_REG_LVI_MASK + 1) * 2; idx += 4) {
391 bdbar[idx + 0] = cpu_to_le32(ichdev->physbuf);
392 bdbar[idx + 1] = cpu_to_le32(0x80000000 | /* interrupt on completion */
393 ichdev->fragsize1 >> chip->pcm_pos_shift);
394 bdbar[idx + 2] = cpu_to_le32(ichdev->physbuf + (ichdev->size >> 1));
395 bdbar[idx + 3] = cpu_to_le32(0x80000000 | /* interrupt on completion */
396 ichdev->fragsize1 >> chip->pcm_pos_shift);
397 }
398 ichdev->frags = 2;
399 } else {
400 ichdev->ack_reload = ichdev->ack = 1;
401 ichdev->fragsize1 = ichdev->fragsize;
402 for (idx = 0; idx < (ICH_REG_LVI_MASK + 1) * 2; idx += 2) {
403 bdbar[idx + 0] = cpu_to_le32(ichdev->physbuf + (((idx >> 1) * ichdev->fragsize) % ichdev->size));
404 bdbar[idx + 1] = cpu_to_le32(0x80000000 | /* interrupt on completion */
405 ichdev->fragsize >> chip->pcm_pos_shift);
Takashi Iwai14ab0862009-02-05 16:09:57 +0100406 /*
Takashi Iwai813bdba2014-02-25 14:40:45 +0100407 dev_dbg(chip->card->dev, "bdbar[%i] = 0x%x [0x%x]\n",
Takashi Iwai14ab0862009-02-05 16:09:57 +0100408 idx + 0, bdbar[idx + 0], bdbar[idx + 1]);
409 */
Linus Torvalds1da177e2005-04-16 15:20:36 -0700410 }
411 ichdev->frags = ichdev->size / ichdev->fragsize;
412 }
413 iputbyte(chip, port + ICH_REG_OFF_LVI, ichdev->lvi = ICH_REG_LVI_MASK);
414 ichdev->civ = 0;
415 iputbyte(chip, port + ICH_REG_OFF_CIV, 0);
416 ichdev->lvi_frag = ICH_REG_LVI_MASK % ichdev->frags;
417 ichdev->position = 0;
418#if 0
Takashi Iwai813bdba2014-02-25 14:40:45 +0100419 dev_dbg(chip->card->dev,
420 "lvi_frag = %i, frags = %i, period_size = 0x%x, period_size1 = 0x%x\n",
Takashi Iwai14ab0862009-02-05 16:09:57 +0100421 ichdev->lvi_frag, ichdev->frags, ichdev->fragsize,
422 ichdev->fragsize1);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700423#endif
424 /* clear interrupts */
425 iputbyte(chip, port + ichdev->roff_sr, ICH_FIFOE | ICH_BCIS | ICH_LVBCI);
426}
427
428/*
429 * Interrupt handler
430 */
431
Paul Bollea6e85092011-03-11 11:37:55 +0100432static inline void snd_intel8x0m_update(struct intel8x0m *chip, struct ichdev *ichdev)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700433{
434 unsigned long port = ichdev->reg_offset;
435 int civ, i, step;
436 int ack = 0;
437
438 civ = igetbyte(chip, port + ICH_REG_OFF_CIV);
439 if (civ == ichdev->civ) {
440 // snd_printd("civ same %d\n", civ);
441 step = 1;
442 ichdev->civ++;
443 ichdev->civ &= ICH_REG_LVI_MASK;
444 } else {
445 step = civ - ichdev->civ;
446 if (step < 0)
447 step += ICH_REG_LVI_MASK + 1;
448 // if (step != 1)
449 // snd_printd("step = %d, %d -> %d\n", step, ichdev->civ, civ);
450 ichdev->civ = civ;
451 }
452
453 ichdev->position += step * ichdev->fragsize1;
454 ichdev->position %= ichdev->size;
455 ichdev->lvi += step;
456 ichdev->lvi &= ICH_REG_LVI_MASK;
457 iputbyte(chip, port + ICH_REG_OFF_LVI, ichdev->lvi);
458 for (i = 0; i < step; i++) {
459 ichdev->lvi_frag++;
460 ichdev->lvi_frag %= ichdev->frags;
Takashi Iwai6b75a9d2005-11-17 15:04:53 +0100461 ichdev->bdbar[ichdev->lvi * 2] = cpu_to_le32(ichdev->physbuf +
462 ichdev->lvi_frag *
463 ichdev->fragsize1);
464#if 0
Takashi Iwai813bdba2014-02-25 14:40:45 +0100465 dev_dbg(chip->card->dev,
466 "new: bdbar[%i] = 0x%x [0x%x], prefetch = %i, all = 0x%x, 0x%x\n",
Takashi Iwai6b75a9d2005-11-17 15:04:53 +0100467 ichdev->lvi * 2, ichdev->bdbar[ichdev->lvi * 2],
468 ichdev->bdbar[ichdev->lvi * 2 + 1], inb(ICH_REG_OFF_PIV + port),
469 inl(port + 4), inb(port + ICH_REG_OFF_CR));
470#endif
Linus Torvalds1da177e2005-04-16 15:20:36 -0700471 if (--ichdev->ack == 0) {
472 ichdev->ack = ichdev->ack_reload;
473 ack = 1;
474 }
475 }
476 if (ack && ichdev->substream) {
477 spin_unlock(&chip->reg_lock);
478 snd_pcm_period_elapsed(ichdev->substream);
479 spin_lock(&chip->reg_lock);
480 }
481 iputbyte(chip, port + ichdev->roff_sr, ICH_FIFOE | ICH_BCIS | ICH_LVBCI);
482}
483
Paul Bollea6e85092011-03-11 11:37:55 +0100484static irqreturn_t snd_intel8x0m_interrupt(int irq, void *dev_id)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700485{
Takashi Iwai6b75a9d2005-11-17 15:04:53 +0100486 struct intel8x0m *chip = dev_id;
487 struct ichdev *ichdev;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700488 unsigned int status;
489 unsigned int i;
490
491 spin_lock(&chip->reg_lock);
492 status = igetdword(chip, chip->int_sta_reg);
493 if (status == 0xffffffff) { /* we are not yet resumed */
494 spin_unlock(&chip->reg_lock);
495 return IRQ_NONE;
496 }
497 if ((status & chip->int_sta_mask) == 0) {
498 if (status)
499 iputdword(chip, chip->int_sta_reg, status);
500 spin_unlock(&chip->reg_lock);
501 return IRQ_NONE;
502 }
503
504 for (i = 0; i < chip->bdbars_count; i++) {
505 ichdev = &chip->ichd[i];
506 if (status & ichdev->int_sta_mask)
Paul Bollea6e85092011-03-11 11:37:55 +0100507 snd_intel8x0m_update(chip, ichdev);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700508 }
509
510 /* ack them */
511 iputdword(chip, chip->int_sta_reg, status & chip->int_sta_mask);
512 spin_unlock(&chip->reg_lock);
513
514 return IRQ_HANDLED;
515}
516
517/*
518 * PCM part
519 */
520
Paul Bollea6e85092011-03-11 11:37:55 +0100521static int snd_intel8x0m_pcm_trigger(struct snd_pcm_substream *substream, int cmd)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700522{
Takashi Iwai6b75a9d2005-11-17 15:04:53 +0100523 struct intel8x0m *chip = snd_pcm_substream_chip(substream);
524 struct ichdev *ichdev = get_ichdev(substream);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700525 unsigned char val = 0;
526 unsigned long port = ichdev->reg_offset;
527
528 switch (cmd) {
529 case SNDRV_PCM_TRIGGER_START:
530 case SNDRV_PCM_TRIGGER_RESUME:
531 val = ICH_IOCE | ICH_STARTBM;
532 break;
533 case SNDRV_PCM_TRIGGER_STOP:
534 case SNDRV_PCM_TRIGGER_SUSPEND:
535 val = 0;
536 break;
537 case SNDRV_PCM_TRIGGER_PAUSE_PUSH:
538 val = ICH_IOCE;
539 break;
540 case SNDRV_PCM_TRIGGER_PAUSE_RELEASE:
541 val = ICH_IOCE | ICH_STARTBM;
542 break;
543 default:
544 return -EINVAL;
545 }
546 iputbyte(chip, port + ICH_REG_OFF_CR, val);
547 if (cmd == SNDRV_PCM_TRIGGER_STOP) {
548 /* wait until DMA stopped */
549 while (!(igetbyte(chip, port + ichdev->roff_sr) & ICH_DCH)) ;
550 /* reset whole DMA things */
551 iputbyte(chip, port + ICH_REG_OFF_CR, ICH_RESETREGS);
552 }
553 return 0;
554}
555
Paul Bollea6e85092011-03-11 11:37:55 +0100556static snd_pcm_uframes_t snd_intel8x0m_pcm_pointer(struct snd_pcm_substream *substream)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700557{
Takashi Iwai6b75a9d2005-11-17 15:04:53 +0100558 struct intel8x0m *chip = snd_pcm_substream_chip(substream);
559 struct ichdev *ichdev = get_ichdev(substream);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700560 size_t ptr1, ptr;
561
562 ptr1 = igetword(chip, ichdev->reg_offset + ichdev->roff_picb) << chip->pcm_pos_shift;
563 if (ptr1 != 0)
564 ptr = ichdev->fragsize1 - ptr1;
565 else
566 ptr = 0;
567 ptr += ichdev->position;
568 if (ptr >= ichdev->size)
569 return 0;
570 return bytes_to_frames(substream->runtime, ptr);
571}
572
Takashi Iwai6b75a9d2005-11-17 15:04:53 +0100573static int snd_intel8x0m_pcm_prepare(struct snd_pcm_substream *substream)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700574{
Takashi Iwai6b75a9d2005-11-17 15:04:53 +0100575 struct intel8x0m *chip = snd_pcm_substream_chip(substream);
576 struct snd_pcm_runtime *runtime = substream->runtime;
577 struct ichdev *ichdev = get_ichdev(substream);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700578
579 ichdev->physbuf = runtime->dma_addr;
580 ichdev->size = snd_pcm_lib_buffer_bytes(substream);
581 ichdev->fragsize = snd_pcm_lib_period_bytes(substream);
582 snd_ac97_write(ichdev->ac97, AC97_LINE1_RATE, runtime->rate);
583 snd_ac97_write(ichdev->ac97, AC97_LINE1_LEVEL, 0);
Paul Bollea6e85092011-03-11 11:37:55 +0100584 snd_intel8x0m_setup_periods(chip, ichdev);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700585 return 0;
586}
587
Bhumika Goyaldee49892017-08-12 21:01:28 +0530588static const struct snd_pcm_hardware snd_intel8x0m_stream =
Linus Torvalds1da177e2005-04-16 15:20:36 -0700589{
590 .info = (SNDRV_PCM_INFO_MMAP | SNDRV_PCM_INFO_INTERLEAVED |
591 SNDRV_PCM_INFO_BLOCK_TRANSFER |
592 SNDRV_PCM_INFO_MMAP_VALID |
593 SNDRV_PCM_INFO_PAUSE |
594 SNDRV_PCM_INFO_RESUME),
595 .formats = SNDRV_PCM_FMTBIT_S16_LE,
596 .rates = SNDRV_PCM_RATE_8000 | SNDRV_PCM_RATE_16000 | SNDRV_PCM_RATE_KNOT,
597 .rate_min = 8000,
598 .rate_max = 16000,
599 .channels_min = 1,
600 .channels_max = 1,
601 .buffer_bytes_max = 64 * 1024,
602 .period_bytes_min = 32,
603 .period_bytes_max = 64 * 1024,
604 .periods_min = 1,
605 .periods_max = 1024,
606 .fifo_size = 0,
607};
608
609
Takashi Iwai6b75a9d2005-11-17 15:04:53 +0100610static int snd_intel8x0m_pcm_open(struct snd_pcm_substream *substream, struct ichdev *ichdev)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700611{
Takashi Iwai0f470ce2017-06-07 14:21:31 +0200612 static const unsigned int rates[] = { 8000, 9600, 12000, 16000 };
613 static const struct snd_pcm_hw_constraint_list hw_constraints_rates = {
Linus Torvalds1da177e2005-04-16 15:20:36 -0700614 .count = ARRAY_SIZE(rates),
615 .list = rates,
616 .mask = 0,
617 };
Takashi Iwai6b75a9d2005-11-17 15:04:53 +0100618 struct snd_pcm_runtime *runtime = substream->runtime;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700619 int err;
620
621 ichdev->substream = substream;
622 runtime->hw = snd_intel8x0m_stream;
Takashi Iwai6b75a9d2005-11-17 15:04:53 +0100623 err = snd_pcm_hw_constraint_list(runtime, 0, SNDRV_PCM_HW_PARAM_RATE,
624 &hw_constraints_rates);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700625 if ( err < 0 )
626 return err;
627 runtime->private_data = ichdev;
628 return 0;
629}
630
Takashi Iwai6b75a9d2005-11-17 15:04:53 +0100631static int snd_intel8x0m_playback_open(struct snd_pcm_substream *substream)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700632{
Takashi Iwai6b75a9d2005-11-17 15:04:53 +0100633 struct intel8x0m *chip = snd_pcm_substream_chip(substream);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700634
635 return snd_intel8x0m_pcm_open(substream, &chip->ichd[ICHD_MDMOUT]);
636}
637
Takashi Iwai6b75a9d2005-11-17 15:04:53 +0100638static int snd_intel8x0m_playback_close(struct snd_pcm_substream *substream)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700639{
Takashi Iwai6b75a9d2005-11-17 15:04:53 +0100640 struct intel8x0m *chip = snd_pcm_substream_chip(substream);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700641
642 chip->ichd[ICHD_MDMOUT].substream = NULL;
643 return 0;
644}
645
Takashi Iwai6b75a9d2005-11-17 15:04:53 +0100646static int snd_intel8x0m_capture_open(struct snd_pcm_substream *substream)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700647{
Takashi Iwai6b75a9d2005-11-17 15:04:53 +0100648 struct intel8x0m *chip = snd_pcm_substream_chip(substream);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700649
650 return snd_intel8x0m_pcm_open(substream, &chip->ichd[ICHD_MDMIN]);
651}
652
Takashi Iwai6b75a9d2005-11-17 15:04:53 +0100653static int snd_intel8x0m_capture_close(struct snd_pcm_substream *substream)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700654{
Takashi Iwai6b75a9d2005-11-17 15:04:53 +0100655 struct intel8x0m *chip = snd_pcm_substream_chip(substream);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700656
657 chip->ichd[ICHD_MDMIN].substream = NULL;
658 return 0;
659}
660
661
Arvind Yadavc06aab32017-08-10 17:17:36 +0530662static const struct snd_pcm_ops snd_intel8x0m_playback_ops = {
Linus Torvalds1da177e2005-04-16 15:20:36 -0700663 .open = snd_intel8x0m_playback_open,
664 .close = snd_intel8x0m_playback_close,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700665 .prepare = snd_intel8x0m_pcm_prepare,
Paul Bollea6e85092011-03-11 11:37:55 +0100666 .trigger = snd_intel8x0m_pcm_trigger,
667 .pointer = snd_intel8x0m_pcm_pointer,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700668};
669
Arvind Yadavc06aab32017-08-10 17:17:36 +0530670static const struct snd_pcm_ops snd_intel8x0m_capture_ops = {
Linus Torvalds1da177e2005-04-16 15:20:36 -0700671 .open = snd_intel8x0m_capture_open,
672 .close = snd_intel8x0m_capture_close,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700673 .prepare = snd_intel8x0m_pcm_prepare,
Paul Bollea6e85092011-03-11 11:37:55 +0100674 .trigger = snd_intel8x0m_pcm_trigger,
675 .pointer = snd_intel8x0m_pcm_pointer,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700676};
677
678
679struct ich_pcm_table {
680 char *suffix;
Arvind Yadavc06aab32017-08-10 17:17:36 +0530681 const struct snd_pcm_ops *playback_ops;
682 const struct snd_pcm_ops *capture_ops;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700683 size_t prealloc_size;
684 size_t prealloc_max_size;
685 int ac97_idx;
686};
687
Bill Pembertone23e7a12012-12-06 12:35:10 -0500688static int snd_intel8x0m_pcm1(struct intel8x0m *chip, int device,
Takashi Iwaif729f882020-01-05 15:47:23 +0100689 const struct ich_pcm_table *rec)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700690{
Takashi Iwai6b75a9d2005-11-17 15:04:53 +0100691 struct snd_pcm *pcm;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700692 int err;
693 char name[32];
694
695 if (rec->suffix)
696 sprintf(name, "Intel ICH - %s", rec->suffix);
697 else
698 strcpy(name, "Intel ICH");
699 err = snd_pcm_new(chip->card, name, device,
700 rec->playback_ops ? 1 : 0,
701 rec->capture_ops ? 1 : 0, &pcm);
702 if (err < 0)
703 return err;
704
705 if (rec->playback_ops)
706 snd_pcm_set_ops(pcm, SNDRV_PCM_STREAM_PLAYBACK, rec->playback_ops);
707 if (rec->capture_ops)
708 snd_pcm_set_ops(pcm, SNDRV_PCM_STREAM_CAPTURE, rec->capture_ops);
709
710 pcm->private_data = chip;
711 pcm->info_flags = 0;
Sasha Khapyorsky6632d192005-09-29 11:48:17 +0200712 pcm->dev_class = SNDRV_PCM_CLASS_MODEM;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700713 if (rec->suffix)
714 sprintf(pcm->name, "%s - %s", chip->card->shortname, rec->suffix);
715 else
716 strcpy(pcm->name, chip->card->shortname);
717 chip->pcm[device] = pcm;
718
Takashi Iwai28d52aa2019-12-09 10:49:15 +0100719 snd_pcm_set_managed_buffer_all(pcm, SNDRV_DMA_TYPE_DEV,
720 &chip->pci->dev,
721 rec->prealloc_size,
722 rec->prealloc_max_size);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700723
724 return 0;
725}
726
Takashi Iwaif729f882020-01-05 15:47:23 +0100727static const struct ich_pcm_table intel_pcms[] = {
Linus Torvalds1da177e2005-04-16 15:20:36 -0700728 {
729 .suffix = "Modem",
730 .playback_ops = &snd_intel8x0m_playback_ops,
731 .capture_ops = &snd_intel8x0m_capture_ops,
732 .prealloc_size = 32 * 1024,
733 .prealloc_max_size = 64 * 1024,
734 },
735};
736
Bill Pembertone23e7a12012-12-06 12:35:10 -0500737static int snd_intel8x0m_pcm(struct intel8x0m *chip)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700738{
739 int i, tblsize, device, err;
Takashi Iwaif729f882020-01-05 15:47:23 +0100740 const struct ich_pcm_table *tbl, *rec;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700741
742#if 1
743 tbl = intel_pcms;
744 tblsize = 1;
745#else
746 switch (chip->device_type) {
747 case DEVICE_NFORCE:
748 tbl = nforce_pcms;
749 tblsize = ARRAY_SIZE(nforce_pcms);
750 break;
751 case DEVICE_ALI:
752 tbl = ali_pcms;
753 tblsize = ARRAY_SIZE(ali_pcms);
754 break;
755 default:
756 tbl = intel_pcms;
757 tblsize = 2;
758 break;
759 }
760#endif
761 device = 0;
762 for (i = 0; i < tblsize; i++) {
763 rec = tbl + i;
764 if (i > 0 && rec->ac97_idx) {
765 /* activate PCM only when associated AC'97 codec */
766 if (! chip->ichd[rec->ac97_idx].ac97)
767 continue;
768 }
Paul Bollea6e85092011-03-11 11:37:55 +0100769 err = snd_intel8x0m_pcm1(chip, device, rec);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700770 if (err < 0)
771 return err;
772 device++;
773 }
774
775 chip->pcm_devs = device;
776 return 0;
777}
778
779
780/*
781 * Mixer part
782 */
783
Paul Bollea6e85092011-03-11 11:37:55 +0100784static void snd_intel8x0m_mixer_free_ac97_bus(struct snd_ac97_bus *bus)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700785{
Takashi Iwai6b75a9d2005-11-17 15:04:53 +0100786 struct intel8x0m *chip = bus->private_data;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700787 chip->ac97_bus = NULL;
788}
789
Paul Bollea6e85092011-03-11 11:37:55 +0100790static void snd_intel8x0m_mixer_free_ac97(struct snd_ac97 *ac97)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700791{
Takashi Iwai6b75a9d2005-11-17 15:04:53 +0100792 struct intel8x0m *chip = ac97->private_data;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700793 chip->ac97 = NULL;
794}
795
796
Bill Pembertone23e7a12012-12-06 12:35:10 -0500797static int snd_intel8x0m_mixer(struct intel8x0m *chip, int ac97_clock)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700798{
Takashi Iwai6b75a9d2005-11-17 15:04:53 +0100799 struct snd_ac97_bus *pbus;
800 struct snd_ac97_template ac97;
801 struct snd_ac97 *x97;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700802 int err;
803 unsigned int glob_sta = 0;
Takashi Iwai51055da2020-01-03 09:16:43 +0100804 static const struct snd_ac97_bus_ops ops = {
Paul Bollea6e85092011-03-11 11:37:55 +0100805 .write = snd_intel8x0m_codec_write,
806 .read = snd_intel8x0m_codec_read,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700807 };
808
809 chip->in_ac97_init = 1;
810
811 memset(&ac97, 0, sizeof(ac97));
812 ac97.private_data = chip;
Paul Bollea6e85092011-03-11 11:37:55 +0100813 ac97.private_free = snd_intel8x0m_mixer_free_ac97;
Takashi Iwaif1a63a32006-10-24 18:25:29 +0200814 ac97.scaps = AC97_SCAP_SKIP_AUDIO | AC97_SCAP_POWER_SAVE;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700815
816 glob_sta = igetdword(chip, ICHREG(GLOB_STA));
817
818 if ((err = snd_ac97_bus(chip->card, 0, &ops, chip, &pbus)) < 0)
819 goto __err;
Paul Bollea6e85092011-03-11 11:37:55 +0100820 pbus->private_free = snd_intel8x0m_mixer_free_ac97_bus;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700821 if (ac97_clock >= 8000 && ac97_clock <= 48000)
822 pbus->clock = ac97_clock;
823 chip->ac97_bus = pbus;
824
825 ac97.pci = chip->pci;
826 ac97.num = glob_sta & ICH_SCR ? 1 : 0;
827 if ((err = snd_ac97_mixer(pbus, &ac97, &x97)) < 0) {
Takashi Iwai813bdba2014-02-25 14:40:45 +0100828 dev_err(chip->card->dev,
829 "Unable to initialize codec #%d\n", ac97.num);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700830 if (ac97.num == 0)
831 goto __err;
832 return err;
833 }
834 chip->ac97 = x97;
835 if(ac97_is_modem(x97) && !chip->ichd[ICHD_MDMIN].ac97) {
836 chip->ichd[ICHD_MDMIN].ac97 = x97;
837 chip->ichd[ICHD_MDMOUT].ac97 = x97;
838 }
Linus Torvalds1da177e2005-04-16 15:20:36 -0700839
840 chip->in_ac97_init = 0;
841 return 0;
842
843 __err:
844 /* clear the cold-reset bit for the next chance */
845 if (chip->device_type != DEVICE_ALI)
Takashi Iwai6b75a9d2005-11-17 15:04:53 +0100846 iputdword(chip, ICHREG(GLOB_CNT),
847 igetdword(chip, ICHREG(GLOB_CNT)) & ~ICH_AC97COLD);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700848 return err;
849}
850
851
852/*
853 *
854 */
855
Takashi Iwai6b75a9d2005-11-17 15:04:53 +0100856static int snd_intel8x0m_ich_chip_init(struct intel8x0m *chip, int probing)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700857{
858 unsigned long end_time;
859 unsigned int cnt, status, nstatus;
860
861 /* put logic to right state */
862 /* first clear status bits */
863 status = ICH_RCS | ICH_MIINT | ICH_MOINT;
864 cnt = igetdword(chip, ICHREG(GLOB_STA));
865 iputdword(chip, ICHREG(GLOB_STA), cnt & status);
866
867 /* ACLink on, 2 channels */
868 cnt = igetdword(chip, ICHREG(GLOB_CNT));
869 cnt &= ~(ICH_ACLINK);
870 /* finish cold or do warm reset */
871 cnt |= (cnt & ICH_AC97COLD) == 0 ? ICH_AC97COLD : ICH_AC97WARM;
872 iputdword(chip, ICHREG(GLOB_CNT), cnt);
Paul Bolle5cd2ad82011-03-11 11:24:52 +0100873 usleep_range(500, 1000); /* give warm reset some time */
874 end_time = jiffies + HZ / 4;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700875 do {
876 if ((igetdword(chip, ICHREG(GLOB_CNT)) & ICH_AC97WARM) == 0)
877 goto __ok;
Takashi Iwai954bea32005-11-17 10:37:40 +0100878 schedule_timeout_uninterruptible(1);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700879 } while (time_after_eq(end_time, jiffies));
Takashi Iwai813bdba2014-02-25 14:40:45 +0100880 dev_err(chip->card->dev, "AC'97 warm reset still in progress? [0x%x]\n",
Takashi Iwai6b75a9d2005-11-17 15:04:53 +0100881 igetdword(chip, ICHREG(GLOB_CNT)));
Linus Torvalds1da177e2005-04-16 15:20:36 -0700882 return -EIO;
883
884 __ok:
885 if (probing) {
886 /* wait for any codec ready status.
887 * Once it becomes ready it should remain ready
888 * as long as we do not disable the ac97 link.
889 */
890 end_time = jiffies + HZ;
891 do {
Takashi Iwai6b75a9d2005-11-17 15:04:53 +0100892 status = igetdword(chip, ICHREG(GLOB_STA)) &
893 (ICH_PCR | ICH_SCR | ICH_TCR);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700894 if (status)
895 break;
Takashi Iwai954bea32005-11-17 10:37:40 +0100896 schedule_timeout_uninterruptible(1);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700897 } while (time_after_eq(end_time, jiffies));
898 if (! status) {
899 /* no codec is found */
Takashi Iwai813bdba2014-02-25 14:40:45 +0100900 dev_err(chip->card->dev,
901 "codec_ready: codec is not ready [0x%x]\n",
Takashi Iwai6b75a9d2005-11-17 15:04:53 +0100902 igetdword(chip, ICHREG(GLOB_STA)));
Linus Torvalds1da177e2005-04-16 15:20:36 -0700903 return -EIO;
904 }
905
906 /* up to two codecs (modem cannot be tertiary with ICH4) */
907 nstatus = ICH_PCR | ICH_SCR;
908
909 /* wait for other codecs ready status. */
910 end_time = jiffies + HZ / 4;
911 while (status != nstatus && time_after_eq(end_time, jiffies)) {
Takashi Iwai954bea32005-11-17 10:37:40 +0100912 schedule_timeout_uninterruptible(1);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700913 status |= igetdword(chip, ICHREG(GLOB_STA)) & nstatus;
914 }
915
916 } else {
917 /* resume phase */
918 status = 0;
919 if (chip->ac97)
920 status |= get_ich_codec_bit(chip, chip->ac97->num);
921 /* wait until all the probed codecs are ready */
922 end_time = jiffies + HZ;
923 do {
Takashi Iwai6b75a9d2005-11-17 15:04:53 +0100924 nstatus = igetdword(chip, ICHREG(GLOB_STA)) &
925 (ICH_PCR | ICH_SCR | ICH_TCR);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700926 if (status == nstatus)
927 break;
Takashi Iwai954bea32005-11-17 10:37:40 +0100928 schedule_timeout_uninterruptible(1);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700929 } while (time_after_eq(end_time, jiffies));
930 }
931
932 if (chip->device_type == DEVICE_SIS) {
933 /* unmute the output on SIS7012 */
934 iputword(chip, 0x4c, igetword(chip, 0x4c) | 1);
935 }
936
937 return 0;
938}
939
Paul Bollea6e85092011-03-11 11:37:55 +0100940static int snd_intel8x0m_chip_init(struct intel8x0m *chip, int probing)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700941{
942 unsigned int i;
943 int err;
944
945 if ((err = snd_intel8x0m_ich_chip_init(chip, probing)) < 0)
946 return err;
947 iagetword(chip, 0); /* clear semaphore flag */
948
949 /* disable interrupts */
950 for (i = 0; i < chip->bdbars_count; i++)
951 iputbyte(chip, ICH_REG_OFF_CR + chip->ichd[i].reg_offset, 0x00);
952 /* reset channels */
953 for (i = 0; i < chip->bdbars_count; i++)
954 iputbyte(chip, ICH_REG_OFF_CR + chip->ichd[i].reg_offset, ICH_RESETREGS);
955 /* initialize Buffer Descriptor Lists */
956 for (i = 0; i < chip->bdbars_count; i++)
957 iputdword(chip, ICH_REG_OFF_BDBAR + chip->ichd[i].reg_offset, chip->ichd[i].bdbar_addr);
958 return 0;
959}
960
Paul Bollea6e85092011-03-11 11:37:55 +0100961static int snd_intel8x0m_free(struct intel8x0m *chip)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700962{
963 unsigned int i;
964
965 if (chip->irq < 0)
966 goto __hw_end;
967 /* disable interrupts */
968 for (i = 0; i < chip->bdbars_count; i++)
969 iputbyte(chip, ICH_REG_OFF_CR + chip->ichd[i].reg_offset, 0x00);
970 /* reset channels */
971 for (i = 0; i < chip->bdbars_count; i++)
972 iputbyte(chip, ICH_REG_OFF_CR + chip->ichd[i].reg_offset, ICH_RESETREGS);
Takashi Iwaiebf029d2008-04-22 17:28:11 +0200973 __hw_end:
Jeff Garzikf000fd82008-04-22 13:50:34 +0200974 if (chip->irq >= 0)
Takashi Iwaiebf029d2008-04-22 17:28:11 +0200975 free_irq(chip->irq, chip);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700976 if (chip->bdbars.area)
977 snd_dma_free_pages(&chip->bdbars);
Takashi Iwai3388c372006-10-06 17:06:39 +0200978 if (chip->addr)
979 pci_iounmap(chip->pci, chip->addr);
980 if (chip->bmaddr)
981 pci_iounmap(chip->pci, chip->bmaddr);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700982 pci_release_regions(chip->pci);
983 pci_disable_device(chip->pci);
984 kfree(chip);
985 return 0;
986}
987
Takashi Iwaic7561cd2012-08-14 18:12:04 +0200988#ifdef CONFIG_PM_SLEEP
Linus Torvalds1da177e2005-04-16 15:20:36 -0700989/*
990 * power management
991 */
Takashi Iwai68cb2b52012-07-02 15:20:37 +0200992static int intel8x0m_suspend(struct device *dev)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700993{
Takashi Iwai68cb2b52012-07-02 15:20:37 +0200994 struct snd_card *card = dev_get_drvdata(dev);
Takashi Iwai5809c6c42005-11-17 16:10:01 +0100995 struct intel8x0m *chip = card->private_data;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700996
Takashi Iwai5809c6c42005-11-17 16:10:01 +0100997 snd_power_change_state(card, SNDRV_CTL_POWER_D3hot);
Takashi Iwai5809c6c42005-11-17 16:10:01 +0100998 snd_ac97_suspend(chip->ac97);
Takashi Iwai30b35392006-10-11 18:52:53 +0200999 if (chip->irq >= 0) {
Takashi Iwaif0063c42006-09-22 15:30:42 +02001000 free_irq(chip->irq, chip);
Takashi Iwai30b35392006-10-11 18:52:53 +02001001 chip->irq = -1;
Takashi Iwaibe1391c2019-12-10 07:34:23 +01001002 card->sync_irq = -1;
Takashi Iwai30b35392006-10-11 18:52:53 +02001003 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07001004 return 0;
1005}
1006
Takashi Iwai68cb2b52012-07-02 15:20:37 +02001007static int intel8x0m_resume(struct device *dev)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001008{
Takashi Iwai68cb2b52012-07-02 15:20:37 +02001009 struct pci_dev *pci = to_pci_dev(dev);
1010 struct snd_card *card = dev_get_drvdata(dev);
Takashi Iwai5809c6c42005-11-17 16:10:01 +01001011 struct intel8x0m *chip = card->private_data;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001012
Paul Bollea6e85092011-03-11 11:37:55 +01001013 if (request_irq(pci->irq, snd_intel8x0m_interrupt,
Takashi Iwai934c2b62011-06-10 16:36:37 +02001014 IRQF_SHARED, KBUILD_MODNAME, chip)) {
Takashi Iwai813bdba2014-02-25 14:40:45 +01001015 dev_err(dev, "unable to grab IRQ %d, disabling device\n",
1016 pci->irq);
Takashi Iwai30b35392006-10-11 18:52:53 +02001017 snd_card_disconnect(card);
1018 return -EIO;
1019 }
Takashi Iwaif0063c42006-09-22 15:30:42 +02001020 chip->irq = pci->irq;
Takashi Iwaibe1391c2019-12-10 07:34:23 +01001021 card->sync_irq = chip->irq;
Paul Bollea6e85092011-03-11 11:37:55 +01001022 snd_intel8x0m_chip_init(chip, 0);
Takashi Iwai5809c6c42005-11-17 16:10:01 +01001023 snd_ac97_resume(chip->ac97);
1024
1025 snd_power_change_state(card, SNDRV_CTL_POWER_D0);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001026 return 0;
1027}
Takashi Iwai68cb2b52012-07-02 15:20:37 +02001028
1029static SIMPLE_DEV_PM_OPS(intel8x0m_pm, intel8x0m_suspend, intel8x0m_resume);
1030#define INTEL8X0M_PM_OPS &intel8x0m_pm
1031#else
1032#define INTEL8X0M_PM_OPS NULL
Takashi Iwaic7561cd2012-08-14 18:12:04 +02001033#endif /* CONFIG_PM_SLEEP */
Linus Torvalds1da177e2005-04-16 15:20:36 -07001034
Takashi Iwai6b75a9d2005-11-17 15:04:53 +01001035static void snd_intel8x0m_proc_read(struct snd_info_entry * entry,
1036 struct snd_info_buffer *buffer)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001037{
Takashi Iwai6b75a9d2005-11-17 15:04:53 +01001038 struct intel8x0m *chip = entry->private_data;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001039 unsigned int tmp;
1040
1041 snd_iprintf(buffer, "Intel8x0m\n\n");
1042 if (chip->device_type == DEVICE_ALI)
1043 return;
1044 tmp = igetdword(chip, ICHREG(GLOB_STA));
Takashi Iwai6b75a9d2005-11-17 15:04:53 +01001045 snd_iprintf(buffer, "Global control : 0x%08x\n",
1046 igetdword(chip, ICHREG(GLOB_CNT)));
Linus Torvalds1da177e2005-04-16 15:20:36 -07001047 snd_iprintf(buffer, "Global status : 0x%08x\n", tmp);
1048 snd_iprintf(buffer, "AC'97 codecs ready :%s%s%s%s\n",
1049 tmp & ICH_PCR ? " primary" : "",
1050 tmp & ICH_SCR ? " secondary" : "",
1051 tmp & ICH_TCR ? " tertiary" : "",
1052 (tmp & (ICH_PCR | ICH_SCR | ICH_TCR)) == 0 ? " none" : "");
1053}
1054
Bill Pembertone23e7a12012-12-06 12:35:10 -05001055static void snd_intel8x0m_proc_init(struct intel8x0m *chip)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001056{
Takashi Iwai47f27692019-02-04 16:01:39 +01001057 snd_card_ro_proc_new(chip->card, "intel8x0m", chip,
1058 snd_intel8x0m_proc_read);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001059}
1060
Paul Bollea6e85092011-03-11 11:37:55 +01001061static int snd_intel8x0m_dev_free(struct snd_device *device)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001062{
Takashi Iwai6b75a9d2005-11-17 15:04:53 +01001063 struct intel8x0m *chip = device->device_data;
Paul Bollea6e85092011-03-11 11:37:55 +01001064 return snd_intel8x0m_free(chip);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001065}
1066
1067struct ich_reg_info {
1068 unsigned int int_sta_mask;
1069 unsigned int offset;
1070};
1071
Bill Pembertone23e7a12012-12-06 12:35:10 -05001072static int snd_intel8x0m_create(struct snd_card *card,
1073 struct pci_dev *pci,
1074 unsigned long device_type,
1075 struct intel8x0m **r_intel8x0m)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001076{
Takashi Iwai6b75a9d2005-11-17 15:04:53 +01001077 struct intel8x0m *chip;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001078 int err;
1079 unsigned int i;
1080 unsigned int int_sta_masks;
Takashi Iwai6b75a9d2005-11-17 15:04:53 +01001081 struct ichdev *ichdev;
Takashi Iwaiefb0ad22020-01-03 09:16:25 +01001082 static const struct snd_device_ops ops = {
Paul Bollea6e85092011-03-11 11:37:55 +01001083 .dev_free = snd_intel8x0m_dev_free,
Linus Torvalds1da177e2005-04-16 15:20:36 -07001084 };
Takashi Iwaif729f882020-01-05 15:47:23 +01001085 static const struct ich_reg_info intel_regs[2] = {
Linus Torvalds1da177e2005-04-16 15:20:36 -07001086 { ICH_MIINT, 0 },
1087 { ICH_MOINT, 0x10 },
1088 };
Takashi Iwaif729f882020-01-05 15:47:23 +01001089 const struct ich_reg_info *tbl;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001090
Paul Bolle966a7f02011-03-11 11:41:06 +01001091 *r_intel8x0m = NULL;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001092
1093 if ((err = pci_enable_device(pci)) < 0)
1094 return err;
1095
Takashi Iwaie560d8d2005-09-09 14:21:46 +02001096 chip = kzalloc(sizeof(*chip), GFP_KERNEL);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001097 if (chip == NULL) {
1098 pci_disable_device(pci);
1099 return -ENOMEM;
1100 }
1101 spin_lock_init(&chip->reg_lock);
1102 chip->device_type = device_type;
1103 chip->card = card;
1104 chip->pci = pci;
1105 chip->irq = -1;
1106
1107 if ((err = pci_request_regions(pci, card->shortname)) < 0) {
1108 kfree(chip);
1109 pci_disable_device(pci);
1110 return err;
1111 }
1112
1113 if (device_type == DEVICE_ALI) {
1114 /* ALI5455 has no ac97 region */
Takashi Iwai3388c372006-10-06 17:06:39 +02001115 chip->bmaddr = pci_iomap(pci, 0, 0);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001116 goto port_inited;
1117 }
1118
Takashi Iwai3388c372006-10-06 17:06:39 +02001119 if (pci_resource_flags(pci, 2) & IORESOURCE_MEM) /* ICH4 and Nforce */
1120 chip->addr = pci_iomap(pci, 2, 0);
1121 else
1122 chip->addr = pci_iomap(pci, 0, 0);
1123 if (!chip->addr) {
Takashi Iwai813bdba2014-02-25 14:40:45 +01001124 dev_err(card->dev, "AC'97 space ioremap problem\n");
Paul Bollea6e85092011-03-11 11:37:55 +01001125 snd_intel8x0m_free(chip);
Takashi Iwai3388c372006-10-06 17:06:39 +02001126 return -EIO;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001127 }
Takashi Iwai3388c372006-10-06 17:06:39 +02001128 if (pci_resource_flags(pci, 3) & IORESOURCE_MEM) /* ICH4 */
1129 chip->bmaddr = pci_iomap(pci, 3, 0);
1130 else
1131 chip->bmaddr = pci_iomap(pci, 1, 0);
1132 if (!chip->bmaddr) {
Takashi Iwai813bdba2014-02-25 14:40:45 +01001133 dev_err(card->dev, "Controller space ioremap problem\n");
Paul Bollea6e85092011-03-11 11:37:55 +01001134 snd_intel8x0m_free(chip);
Takashi Iwai3388c372006-10-06 17:06:39 +02001135 return -EIO;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001136 }
1137
1138 port_inited:
Linus Torvalds1da177e2005-04-16 15:20:36 -07001139 /* initialize offsets */
1140 chip->bdbars_count = 2;
1141 tbl = intel_regs;
1142
1143 for (i = 0; i < chip->bdbars_count; i++) {
1144 ichdev = &chip->ichd[i];
1145 ichdev->ichd = i;
1146 ichdev->reg_offset = tbl[i].offset;
1147 ichdev->int_sta_mask = tbl[i].int_sta_mask;
1148 if (device_type == DEVICE_SIS) {
1149 /* SiS 7013 swaps the registers */
1150 ichdev->roff_sr = ICH_REG_OFF_PICB;
1151 ichdev->roff_picb = ICH_REG_OFF_SR;
1152 } else {
1153 ichdev->roff_sr = ICH_REG_OFF_SR;
1154 ichdev->roff_picb = ICH_REG_OFF_PICB;
1155 }
1156 if (device_type == DEVICE_ALI)
1157 ichdev->ali_slot = (ichdev->reg_offset - 0x40) / 0x10;
1158 }
1159 /* SIS7013 handles the pcm data in bytes, others are in words */
1160 chip->pcm_pos_shift = (device_type == DEVICE_SIS) ? 0 : 1;
1161
1162 /* allocate buffer descriptor lists */
1163 /* the start of each lists must be aligned to 8 bytes */
Takashi Iwai6974f8a2019-11-05 16:18:55 +01001164 if (snd_dma_alloc_pages(SNDRV_DMA_TYPE_DEV, &pci->dev,
Linus Torvalds1da177e2005-04-16 15:20:36 -07001165 chip->bdbars_count * sizeof(u32) * ICH_MAX_FRAGS * 2,
1166 &chip->bdbars) < 0) {
Paul Bollea6e85092011-03-11 11:37:55 +01001167 snd_intel8x0m_free(chip);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001168 return -ENOMEM;
1169 }
1170 /* tables must be aligned to 8 bytes here, but the kernel pages
1171 are much bigger, so we don't care (on i386) */
1172 int_sta_masks = 0;
1173 for (i = 0; i < chip->bdbars_count; i++) {
1174 ichdev = &chip->ichd[i];
Takashi Iwai7752a7d2018-07-25 23:24:08 +02001175 ichdev->bdbar = ((__le32 *)chip->bdbars.area) + (i * ICH_MAX_FRAGS * 2);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001176 ichdev->bdbar_addr = chip->bdbars.addr + (i * sizeof(u32) * ICH_MAX_FRAGS * 2);
1177 int_sta_masks |= ichdev->int_sta_mask;
1178 }
1179 chip->int_sta_reg = ICH_REG_GLOB_STA;
1180 chip->int_sta_mask = int_sta_masks;
1181
Takashi Iwai7064f372018-08-28 16:39:10 +02001182 pci_set_master(pci);
1183
Paul Bollea6e85092011-03-11 11:37:55 +01001184 if ((err = snd_intel8x0m_chip_init(chip, 1)) < 0) {
1185 snd_intel8x0m_free(chip);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001186 return err;
1187 }
1188
Takashi Iwai7064f372018-08-28 16:39:10 +02001189 if (request_irq(pci->irq, snd_intel8x0m_interrupt, IRQF_SHARED,
1190 KBUILD_MODNAME, chip)) {
1191 dev_err(card->dev, "unable to grab IRQ %d\n", pci->irq);
1192 snd_intel8x0m_free(chip);
1193 return -EBUSY;
1194 }
1195 chip->irq = pci->irq;
Takashi Iwaibe1391c2019-12-10 07:34:23 +01001196 card->sync_irq = chip->irq;
Takashi Iwai7064f372018-08-28 16:39:10 +02001197
Linus Torvalds1da177e2005-04-16 15:20:36 -07001198 if ((err = snd_device_new(card, SNDRV_DEV_LOWLEVEL, chip, &ops)) < 0) {
Paul Bollea6e85092011-03-11 11:37:55 +01001199 snd_intel8x0m_free(chip);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001200 return err;
1201 }
1202
Paul Bolle966a7f02011-03-11 11:41:06 +01001203 *r_intel8x0m = chip;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001204 return 0;
1205}
1206
1207static struct shortname_table {
1208 unsigned int id;
1209 const char *s;
Bill Pembertone23e7a12012-12-06 12:35:10 -05001210} shortnames[] = {
Takashi Iwai8cdfd252005-09-07 14:08:11 +02001211 { PCI_DEVICE_ID_INTEL_82801AA_6, "Intel 82801AA-ICH" },
1212 { PCI_DEVICE_ID_INTEL_82801AB_6, "Intel 82901AB-ICH0" },
Linus Torvalds1da177e2005-04-16 15:20:36 -07001213 { PCI_DEVICE_ID_INTEL_82801BA_6, "Intel 82801BA-ICH2" },
1214 { PCI_DEVICE_ID_INTEL_440MX_6, "Intel 440MX" },
Takashi Iwai8cdfd252005-09-07 14:08:11 +02001215 { PCI_DEVICE_ID_INTEL_82801CA_6, "Intel 82801CA-ICH3" },
1216 { PCI_DEVICE_ID_INTEL_82801DB_6, "Intel 82801DB-ICH4" },
1217 { PCI_DEVICE_ID_INTEL_82801EB_6, "Intel ICH5" },
1218 { PCI_DEVICE_ID_INTEL_ICH6_17, "Intel ICH6" },
1219 { PCI_DEVICE_ID_INTEL_ICH7_19, "Intel ICH7" },
Linus Torvalds1da177e2005-04-16 15:20:36 -07001220 { 0x7446, "AMD AMD768" },
1221 { PCI_DEVICE_ID_SI_7013, "SiS SI7013" },
Takashi Iwai8cdfd252005-09-07 14:08:11 +02001222 { PCI_DEVICE_ID_NVIDIA_MCP1_MODEM, "NVidia nForce" },
Linus Torvalds1da177e2005-04-16 15:20:36 -07001223 { PCI_DEVICE_ID_NVIDIA_MCP2_MODEM, "NVidia nForce2" },
1224 { PCI_DEVICE_ID_NVIDIA_MCP2S_MODEM, "NVidia nForce2s" },
1225 { PCI_DEVICE_ID_NVIDIA_MCP3_MODEM, "NVidia nForce3" },
Dmitry Eremin-Solenikovdf1fe132011-05-19 18:48:27 +04001226 { 0x746e, "AMD AMD8111" },
Linus Torvalds1da177e2005-04-16 15:20:36 -07001227#if 0
1228 { 0x5455, "ALi M5455" },
Linus Torvalds1da177e2005-04-16 15:20:36 -07001229#endif
1230 { 0 },
1231};
1232
Bill Pembertone23e7a12012-12-06 12:35:10 -05001233static int snd_intel8x0m_probe(struct pci_dev *pci,
1234 const struct pci_device_id *pci_id)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001235{
Takashi Iwai6b75a9d2005-11-17 15:04:53 +01001236 struct snd_card *card;
1237 struct intel8x0m *chip;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001238 int err;
1239 struct shortname_table *name;
1240
Takashi Iwai60c57722014-01-29 14:20:19 +01001241 err = snd_card_new(&pci->dev, index, id, THIS_MODULE, 0, &card);
Takashi Iwaie58de7b2008-12-28 16:44:30 +01001242 if (err < 0)
1243 return err;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001244
1245 strcpy(card->driver, "ICH-MODEM");
1246 strcpy(card->shortname, "Intel ICH");
1247 for (name = shortnames; name->id; name++) {
1248 if (pci->device == name->id) {
1249 strcpy(card->shortname, name->s);
1250 break;
1251 }
1252 }
1253 strcat(card->shortname," Modem");
1254
1255 if ((err = snd_intel8x0m_create(card, pci, pci_id->driver_data, &chip)) < 0) {
1256 snd_card_free(card);
1257 return err;
1258 }
Takashi Iwai5809c6c42005-11-17 16:10:01 +01001259 card->private_data = chip;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001260
Paul Bollea6e85092011-03-11 11:37:55 +01001261 if ((err = snd_intel8x0m_mixer(chip, ac97_clock)) < 0) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07001262 snd_card_free(card);
1263 return err;
1264 }
Paul Bollea6e85092011-03-11 11:37:55 +01001265 if ((err = snd_intel8x0m_pcm(chip)) < 0) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07001266 snd_card_free(card);
1267 return err;
1268 }
1269
1270 snd_intel8x0m_proc_init(chip);
1271
Takashi Iwai3388c372006-10-06 17:06:39 +02001272 sprintf(card->longname, "%s at irq %i",
1273 card->shortname, chip->irq);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001274
1275 if ((err = snd_card_register(card)) < 0) {
1276 snd_card_free(card);
1277 return err;
1278 }
1279 pci_set_drvdata(pci, card);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001280 return 0;
1281}
1282
Bill Pembertone23e7a12012-12-06 12:35:10 -05001283static void snd_intel8x0m_remove(struct pci_dev *pci)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001284{
1285 snd_card_free(pci_get_drvdata(pci));
Linus Torvalds1da177e2005-04-16 15:20:36 -07001286}
1287
Takashi Iwaie9f66d92012-04-24 12:25:00 +02001288static struct pci_driver intel8x0m_driver = {
Takashi Iwai3733e422011-06-10 16:20:20 +02001289 .name = KBUILD_MODNAME,
Linus Torvalds1da177e2005-04-16 15:20:36 -07001290 .id_table = snd_intel8x0m_ids,
1291 .probe = snd_intel8x0m_probe,
Bill Pembertone23e7a12012-12-06 12:35:10 -05001292 .remove = snd_intel8x0m_remove,
Takashi Iwai68cb2b52012-07-02 15:20:37 +02001293 .driver = {
1294 .pm = INTEL8X0M_PM_OPS,
1295 },
Linus Torvalds1da177e2005-04-16 15:20:36 -07001296};
1297
Takashi Iwaie9f66d92012-04-24 12:25:00 +02001298module_pci_driver(intel8x0m_driver);