via82xx_modem.c 34 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230
  1. /*
  2. * ALSA modem driver for VIA VT82xx (South Bridge)
  3. *
  4. * VT82C686A/B/C, VT8233A/C, VT8235
  5. *
  6. * Copyright (c) 2000 Jaroslav Kysela <perex@perex.cz>
  7. * Tjeerd.Mulder <Tjeerd.Mulder@fujitsu-siemens.com>
  8. * 2002 Takashi Iwai <tiwai@suse.de>
  9. *
  10. * This program is free software; you can redistribute it and/or modify
  11. * it under the terms of the GNU General Public License as published by
  12. * the Free Software Foundation; either version 2 of the License, or
  13. * (at your option) any later version.
  14. *
  15. * This program is distributed in the hope that it will be useful,
  16. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  17. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  18. * GNU General Public License for more details.
  19. *
  20. * You should have received a copy of the GNU General Public License
  21. * along with this program; if not, write to the Free Software
  22. * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
  23. *
  24. */
  25. /*
  26. * Changes:
  27. *
  28. * Sep. 2, 2004 Sasha Khapyorsky <sashak@alsa-project.org>
  29. * Modified from original audio driver 'via82xx.c' to support AC97
  30. * modems.
  31. */
  32. #include <linux/io.h>
  33. #include <linux/delay.h>
  34. #include <linux/interrupt.h>
  35. #include <linux/init.h>
  36. #include <linux/pci.h>
  37. #include <linux/slab.h>
  38. #include <linux/module.h>
  39. #include <sound/core.h>
  40. #include <sound/pcm.h>
  41. #include <sound/pcm_params.h>
  42. #include <sound/info.h>
  43. #include <sound/ac97_codec.h>
  44. #include <sound/initval.h>
  45. #if 0
  46. #define POINTER_DEBUG
  47. #endif
  48. MODULE_AUTHOR("Jaroslav Kysela <perex@perex.cz>");
  49. MODULE_DESCRIPTION("VIA VT82xx modem");
  50. MODULE_LICENSE("GPL");
  51. MODULE_SUPPORTED_DEVICE("{{VIA,VT82C686A/B/C modem,pci}}");
  52. static int index = -2; /* Exclude the first card */
  53. static char *id = SNDRV_DEFAULT_STR1; /* ID for this card */
  54. static int ac97_clock = 48000;
  55. module_param(index, int, 0444);
  56. MODULE_PARM_DESC(index, "Index value for VIA 82xx bridge.");
  57. module_param(id, charp, 0444);
  58. MODULE_PARM_DESC(id, "ID string for VIA 82xx bridge.");
  59. module_param(ac97_clock, int, 0444);
  60. MODULE_PARM_DESC(ac97_clock, "AC'97 codec clock (default 48000Hz).");
  61. /* just for backward compatibility */
  62. static bool enable;
  63. module_param(enable, bool, 0444);
  64. /*
  65. * Direct registers
  66. */
  67. #define VIAREG(via, x) ((via)->port + VIA_REG_##x)
  68. #define VIADEV_REG(viadev, x) ((viadev)->port + VIA_REG_##x)
  69. /* common offsets */
  70. #define VIA_REG_OFFSET_STATUS 0x00 /* byte - channel status */
  71. #define VIA_REG_STAT_ACTIVE 0x80 /* RO */
  72. #define VIA_REG_STAT_PAUSED 0x40 /* RO */
  73. #define VIA_REG_STAT_TRIGGER_QUEUED 0x08 /* RO */
  74. #define VIA_REG_STAT_STOPPED 0x04 /* RWC */
  75. #define VIA_REG_STAT_EOL 0x02 /* RWC */
  76. #define VIA_REG_STAT_FLAG 0x01 /* RWC */
  77. #define VIA_REG_OFFSET_CONTROL 0x01 /* byte - channel control */
  78. #define VIA_REG_CTRL_START 0x80 /* WO */
  79. #define VIA_REG_CTRL_TERMINATE 0x40 /* WO */
  80. #define VIA_REG_CTRL_AUTOSTART 0x20
  81. #define VIA_REG_CTRL_PAUSE 0x08 /* RW */
  82. #define VIA_REG_CTRL_INT_STOP 0x04
  83. #define VIA_REG_CTRL_INT_EOL 0x02
  84. #define VIA_REG_CTRL_INT_FLAG 0x01
  85. #define VIA_REG_CTRL_RESET 0x01 /* RW - probably reset? undocumented */
  86. #define VIA_REG_CTRL_INT (VIA_REG_CTRL_INT_FLAG | VIA_REG_CTRL_INT_EOL | VIA_REG_CTRL_AUTOSTART)
  87. #define VIA_REG_OFFSET_TYPE 0x02 /* byte - channel type (686 only) */
  88. #define VIA_REG_TYPE_AUTOSTART 0x80 /* RW - autostart at EOL */
  89. #define VIA_REG_TYPE_16BIT 0x20 /* RW */
  90. #define VIA_REG_TYPE_STEREO 0x10 /* RW */
  91. #define VIA_REG_TYPE_INT_LLINE 0x00
  92. #define VIA_REG_TYPE_INT_LSAMPLE 0x04
  93. #define VIA_REG_TYPE_INT_LESSONE 0x08
  94. #define VIA_REG_TYPE_INT_MASK 0x0c
  95. #define VIA_REG_TYPE_INT_EOL 0x02
  96. #define VIA_REG_TYPE_INT_FLAG 0x01
  97. #define VIA_REG_OFFSET_TABLE_PTR 0x04 /* dword - channel table pointer */
  98. #define VIA_REG_OFFSET_CURR_PTR 0x04 /* dword - channel current pointer */
  99. #define VIA_REG_OFFSET_STOP_IDX 0x08 /* dword - stop index, channel type, sample rate */
  100. #define VIA_REG_OFFSET_CURR_COUNT 0x0c /* dword - channel current count (24 bit) */
  101. #define VIA_REG_OFFSET_CURR_INDEX 0x0f /* byte - channel current index (for via8233 only) */
  102. #define DEFINE_VIA_REGSET(name,val) \
  103. enum {\
  104. VIA_REG_##name##_STATUS = (val),\
  105. VIA_REG_##name##_CONTROL = (val) + 0x01,\
  106. VIA_REG_##name##_TYPE = (val) + 0x02,\
  107. VIA_REG_##name##_TABLE_PTR = (val) + 0x04,\
  108. VIA_REG_##name##_CURR_PTR = (val) + 0x04,\
  109. VIA_REG_##name##_STOP_IDX = (val) + 0x08,\
  110. VIA_REG_##name##_CURR_COUNT = (val) + 0x0c,\
  111. }
  112. /* modem block */
  113. DEFINE_VIA_REGSET(MO, 0x40);
  114. DEFINE_VIA_REGSET(MI, 0x50);
  115. /* AC'97 */
  116. #define VIA_REG_AC97 0x80 /* dword */
  117. #define VIA_REG_AC97_CODEC_ID_MASK (3<<30)
  118. #define VIA_REG_AC97_CODEC_ID_SHIFT 30
  119. #define VIA_REG_AC97_CODEC_ID_PRIMARY 0x00
  120. #define VIA_REG_AC97_CODEC_ID_SECONDARY 0x01
  121. #define VIA_REG_AC97_SECONDARY_VALID (1<<27)
  122. #define VIA_REG_AC97_PRIMARY_VALID (1<<25)
  123. #define VIA_REG_AC97_BUSY (1<<24)
  124. #define VIA_REG_AC97_READ (1<<23)
  125. #define VIA_REG_AC97_CMD_SHIFT 16
  126. #define VIA_REG_AC97_CMD_MASK 0x7e
  127. #define VIA_REG_AC97_DATA_SHIFT 0
  128. #define VIA_REG_AC97_DATA_MASK 0xffff
  129. #define VIA_REG_SGD_SHADOW 0x84 /* dword */
  130. #define VIA_REG_SGD_STAT_PB_FLAG (1<<0)
  131. #define VIA_REG_SGD_STAT_CP_FLAG (1<<1)
  132. #define VIA_REG_SGD_STAT_FM_FLAG (1<<2)
  133. #define VIA_REG_SGD_STAT_PB_EOL (1<<4)
  134. #define VIA_REG_SGD_STAT_CP_EOL (1<<5)
  135. #define VIA_REG_SGD_STAT_FM_EOL (1<<6)
  136. #define VIA_REG_SGD_STAT_PB_STOP (1<<8)
  137. #define VIA_REG_SGD_STAT_CP_STOP (1<<9)
  138. #define VIA_REG_SGD_STAT_FM_STOP (1<<10)
  139. #define VIA_REG_SGD_STAT_PB_ACTIVE (1<<12)
  140. #define VIA_REG_SGD_STAT_CP_ACTIVE (1<<13)
  141. #define VIA_REG_SGD_STAT_FM_ACTIVE (1<<14)
  142. #define VIA_REG_SGD_STAT_MR_FLAG (1<<16)
  143. #define VIA_REG_SGD_STAT_MW_FLAG (1<<17)
  144. #define VIA_REG_SGD_STAT_MR_EOL (1<<20)
  145. #define VIA_REG_SGD_STAT_MW_EOL (1<<21)
  146. #define VIA_REG_SGD_STAT_MR_STOP (1<<24)
  147. #define VIA_REG_SGD_STAT_MW_STOP (1<<25)
  148. #define VIA_REG_SGD_STAT_MR_ACTIVE (1<<28)
  149. #define VIA_REG_SGD_STAT_MW_ACTIVE (1<<29)
  150. #define VIA_REG_GPI_STATUS 0x88
  151. #define VIA_REG_GPI_INTR 0x8c
  152. #define VIA_TBL_BIT_FLAG 0x40000000
  153. #define VIA_TBL_BIT_EOL 0x80000000
  154. /* pci space */
  155. #define VIA_ACLINK_STAT 0x40
  156. #define VIA_ACLINK_C11_READY 0x20
  157. #define VIA_ACLINK_C10_READY 0x10
  158. #define VIA_ACLINK_C01_READY 0x04 /* secondary codec ready */
  159. #define VIA_ACLINK_LOWPOWER 0x02 /* low-power state */
  160. #define VIA_ACLINK_C00_READY 0x01 /* primary codec ready */
  161. #define VIA_ACLINK_CTRL 0x41
  162. #define VIA_ACLINK_CTRL_ENABLE 0x80 /* 0: disable, 1: enable */
  163. #define VIA_ACLINK_CTRL_RESET 0x40 /* 0: assert, 1: de-assert */
  164. #define VIA_ACLINK_CTRL_SYNC 0x20 /* 0: release SYNC, 1: force SYNC hi */
  165. #define VIA_ACLINK_CTRL_SDO 0x10 /* 0: release SDO, 1: force SDO hi */
  166. #define VIA_ACLINK_CTRL_VRA 0x08 /* 0: disable VRA, 1: enable VRA */
  167. #define VIA_ACLINK_CTRL_PCM 0x04 /* 0: disable PCM, 1: enable PCM */
  168. #define VIA_ACLINK_CTRL_FM 0x02 /* via686 only */
  169. #define VIA_ACLINK_CTRL_SB 0x01 /* via686 only */
  170. #define VIA_ACLINK_CTRL_INIT (VIA_ACLINK_CTRL_ENABLE|\
  171. VIA_ACLINK_CTRL_RESET|\
  172. VIA_ACLINK_CTRL_PCM)
  173. #define VIA_FUNC_ENABLE 0x42
  174. #define VIA_FUNC_MIDI_PNP 0x80 /* FIXME: it's 0x40 in the datasheet! */
  175. #define VIA_FUNC_MIDI_IRQMASK 0x40 /* FIXME: not documented! */
  176. #define VIA_FUNC_RX2C_WRITE 0x20
  177. #define VIA_FUNC_SB_FIFO_EMPTY 0x10
  178. #define VIA_FUNC_ENABLE_GAME 0x08
  179. #define VIA_FUNC_ENABLE_FM 0x04
  180. #define VIA_FUNC_ENABLE_MIDI 0x02
  181. #define VIA_FUNC_ENABLE_SB 0x01
  182. #define VIA_PNP_CONTROL 0x43
  183. #define VIA_MC97_CTRL 0x44
  184. #define VIA_MC97_CTRL_ENABLE 0x80
  185. #define VIA_MC97_CTRL_SECONDARY 0x40
  186. #define VIA_MC97_CTRL_INIT (VIA_MC97_CTRL_ENABLE|\
  187. VIA_MC97_CTRL_SECONDARY)
  188. /*
  189. * pcm stream
  190. */
  191. struct snd_via_sg_table {
  192. unsigned int offset;
  193. unsigned int size;
  194. } ;
  195. #define VIA_TABLE_SIZE 255
  196. struct viadev {
  197. unsigned int reg_offset;
  198. unsigned long port;
  199. int direction; /* playback = 0, capture = 1 */
  200. struct snd_pcm_substream *substream;
  201. int running;
  202. unsigned int tbl_entries; /* # descriptors */
  203. struct snd_dma_buffer table;
  204. struct snd_via_sg_table *idx_table;
  205. /* for recovery from the unexpected pointer */
  206. unsigned int lastpos;
  207. unsigned int bufsize;
  208. unsigned int bufsize2;
  209. };
  210. enum { TYPE_CARD_VIA82XX_MODEM = 1 };
  211. #define VIA_MAX_MODEM_DEVS 2
  212. struct via82xx_modem {
  213. int irq;
  214. unsigned long port;
  215. unsigned int intr_mask; /* SGD_SHADOW mask to check interrupts */
  216. struct pci_dev *pci;
  217. struct snd_card *card;
  218. unsigned int num_devs;
  219. unsigned int playback_devno, capture_devno;
  220. struct viadev devs[VIA_MAX_MODEM_DEVS];
  221. struct snd_pcm *pcms[2];
  222. struct snd_ac97_bus *ac97_bus;
  223. struct snd_ac97 *ac97;
  224. unsigned int ac97_clock;
  225. unsigned int ac97_secondary; /* secondary AC'97 codec is present */
  226. spinlock_t reg_lock;
  227. struct snd_info_entry *proc_entry;
  228. };
  229. static const struct pci_device_id snd_via82xx_modem_ids[] = {
  230. { PCI_VDEVICE(VIA, 0x3068), TYPE_CARD_VIA82XX_MODEM, },
  231. { 0, }
  232. };
  233. MODULE_DEVICE_TABLE(pci, snd_via82xx_modem_ids);
  234. /*
  235. */
  236. /*
  237. * allocate and initialize the descriptor buffers
  238. * periods = number of periods
  239. * fragsize = period size in bytes
  240. */
  241. static int build_via_table(struct viadev *dev, struct snd_pcm_substream *substream,
  242. struct pci_dev *pci,
  243. unsigned int periods, unsigned int fragsize)
  244. {
  245. unsigned int i, idx, ofs, rest;
  246. struct via82xx_modem *chip = snd_pcm_substream_chip(substream);
  247. if (dev->table.area == NULL) {
  248. /* the start of each lists must be aligned to 8 bytes,
  249. * but the kernel pages are much bigger, so we don't care
  250. */
  251. if (snd_dma_alloc_pages(SNDRV_DMA_TYPE_DEV, snd_dma_pci_data(chip->pci),
  252. PAGE_ALIGN(VIA_TABLE_SIZE * 2 * 8),
  253. &dev->table) < 0)
  254. return -ENOMEM;
  255. }
  256. if (! dev->idx_table) {
  257. dev->idx_table = kmalloc(sizeof(*dev->idx_table) * VIA_TABLE_SIZE, GFP_KERNEL);
  258. if (! dev->idx_table)
  259. return -ENOMEM;
  260. }
  261. /* fill the entries */
  262. idx = 0;
  263. ofs = 0;
  264. for (i = 0; i < periods; i++) {
  265. rest = fragsize;
  266. /* fill descriptors for a period.
  267. * a period can be split to several descriptors if it's
  268. * over page boundary.
  269. */
  270. do {
  271. unsigned int r;
  272. unsigned int flag;
  273. unsigned int addr;
  274. if (idx >= VIA_TABLE_SIZE) {
  275. dev_err(&pci->dev, "too much table size!\n");
  276. return -EINVAL;
  277. }
  278. addr = snd_pcm_sgbuf_get_addr(substream, ofs);
  279. ((u32 *)dev->table.area)[idx << 1] = cpu_to_le32(addr);
  280. r = PAGE_SIZE - (ofs % PAGE_SIZE);
  281. if (rest < r)
  282. r = rest;
  283. rest -= r;
  284. if (! rest) {
  285. if (i == periods - 1)
  286. flag = VIA_TBL_BIT_EOL; /* buffer boundary */
  287. else
  288. flag = VIA_TBL_BIT_FLAG; /* period boundary */
  289. } else
  290. flag = 0; /* period continues to the next */
  291. /*
  292. dev_dbg(&pci->dev,
  293. "tbl %d: at %d size %d (rest %d)\n",
  294. idx, ofs, r, rest);
  295. */
  296. ((u32 *)dev->table.area)[(idx<<1) + 1] = cpu_to_le32(r | flag);
  297. dev->idx_table[idx].offset = ofs;
  298. dev->idx_table[idx].size = r;
  299. ofs += r;
  300. idx++;
  301. } while (rest > 0);
  302. }
  303. dev->tbl_entries = idx;
  304. dev->bufsize = periods * fragsize;
  305. dev->bufsize2 = dev->bufsize / 2;
  306. return 0;
  307. }
  308. static int clean_via_table(struct viadev *dev, struct snd_pcm_substream *substream,
  309. struct pci_dev *pci)
  310. {
  311. if (dev->table.area) {
  312. snd_dma_free_pages(&dev->table);
  313. dev->table.area = NULL;
  314. }
  315. kfree(dev->idx_table);
  316. dev->idx_table = NULL;
  317. return 0;
  318. }
  319. /*
  320. * Basic I/O
  321. */
  322. static inline unsigned int snd_via82xx_codec_xread(struct via82xx_modem *chip)
  323. {
  324. return inl(VIAREG(chip, AC97));
  325. }
  326. static inline void snd_via82xx_codec_xwrite(struct via82xx_modem *chip, unsigned int val)
  327. {
  328. outl(val, VIAREG(chip, AC97));
  329. }
  330. static int snd_via82xx_codec_ready(struct via82xx_modem *chip, int secondary)
  331. {
  332. unsigned int timeout = 1000; /* 1ms */
  333. unsigned int val;
  334. while (timeout-- > 0) {
  335. udelay(1);
  336. if (!((val = snd_via82xx_codec_xread(chip)) & VIA_REG_AC97_BUSY))
  337. return val & 0xffff;
  338. }
  339. dev_err(chip->card->dev, "codec_ready: codec %i is not ready [0x%x]\n",
  340. secondary, snd_via82xx_codec_xread(chip));
  341. return -EIO;
  342. }
  343. static int snd_via82xx_codec_valid(struct via82xx_modem *chip, int secondary)
  344. {
  345. unsigned int timeout = 1000; /* 1ms */
  346. unsigned int val, val1;
  347. unsigned int stat = !secondary ? VIA_REG_AC97_PRIMARY_VALID :
  348. VIA_REG_AC97_SECONDARY_VALID;
  349. while (timeout-- > 0) {
  350. val = snd_via82xx_codec_xread(chip);
  351. val1 = val & (VIA_REG_AC97_BUSY | stat);
  352. if (val1 == stat)
  353. return val & 0xffff;
  354. udelay(1);
  355. }
  356. return -EIO;
  357. }
  358. static void snd_via82xx_codec_wait(struct snd_ac97 *ac97)
  359. {
  360. struct via82xx_modem *chip = ac97->private_data;
  361. int err;
  362. err = snd_via82xx_codec_ready(chip, ac97->num);
  363. /* here we need to wait fairly for long time.. */
  364. msleep(500);
  365. }
  366. static void snd_via82xx_codec_write(struct snd_ac97 *ac97,
  367. unsigned short reg,
  368. unsigned short val)
  369. {
  370. struct via82xx_modem *chip = ac97->private_data;
  371. unsigned int xval;
  372. if(reg == AC97_GPIO_STATUS) {
  373. outl(val, VIAREG(chip, GPI_STATUS));
  374. return;
  375. }
  376. xval = !ac97->num ? VIA_REG_AC97_CODEC_ID_PRIMARY : VIA_REG_AC97_CODEC_ID_SECONDARY;
  377. xval <<= VIA_REG_AC97_CODEC_ID_SHIFT;
  378. xval |= reg << VIA_REG_AC97_CMD_SHIFT;
  379. xval |= val << VIA_REG_AC97_DATA_SHIFT;
  380. snd_via82xx_codec_xwrite(chip, xval);
  381. snd_via82xx_codec_ready(chip, ac97->num);
  382. }
  383. static unsigned short snd_via82xx_codec_read(struct snd_ac97 *ac97, unsigned short reg)
  384. {
  385. struct via82xx_modem *chip = ac97->private_data;
  386. unsigned int xval, val = 0xffff;
  387. int again = 0;
  388. xval = ac97->num << VIA_REG_AC97_CODEC_ID_SHIFT;
  389. xval |= ac97->num ? VIA_REG_AC97_SECONDARY_VALID : VIA_REG_AC97_PRIMARY_VALID;
  390. xval |= VIA_REG_AC97_READ;
  391. xval |= (reg & 0x7f) << VIA_REG_AC97_CMD_SHIFT;
  392. while (1) {
  393. if (again++ > 3) {
  394. dev_err(chip->card->dev,
  395. "codec_read: codec %i is not valid [0x%x]\n",
  396. ac97->num, snd_via82xx_codec_xread(chip));
  397. return 0xffff;
  398. }
  399. snd_via82xx_codec_xwrite(chip, xval);
  400. udelay (20);
  401. if (snd_via82xx_codec_valid(chip, ac97->num) >= 0) {
  402. udelay(25);
  403. val = snd_via82xx_codec_xread(chip);
  404. break;
  405. }
  406. }
  407. return val & 0xffff;
  408. }
  409. static void snd_via82xx_channel_reset(struct via82xx_modem *chip, struct viadev *viadev)
  410. {
  411. outb(VIA_REG_CTRL_PAUSE | VIA_REG_CTRL_TERMINATE | VIA_REG_CTRL_RESET,
  412. VIADEV_REG(viadev, OFFSET_CONTROL));
  413. inb(VIADEV_REG(viadev, OFFSET_CONTROL));
  414. udelay(50);
  415. /* disable interrupts */
  416. outb(0x00, VIADEV_REG(viadev, OFFSET_CONTROL));
  417. /* clear interrupts */
  418. outb(0x03, VIADEV_REG(viadev, OFFSET_STATUS));
  419. outb(0x00, VIADEV_REG(viadev, OFFSET_TYPE)); /* for via686 */
  420. // outl(0, VIADEV_REG(viadev, OFFSET_CURR_PTR));
  421. viadev->lastpos = 0;
  422. }
  423. /*
  424. * Interrupt handler
  425. */
  426. static irqreturn_t snd_via82xx_interrupt(int irq, void *dev_id)
  427. {
  428. struct via82xx_modem *chip = dev_id;
  429. unsigned int status;
  430. unsigned int i;
  431. status = inl(VIAREG(chip, SGD_SHADOW));
  432. if (! (status & chip->intr_mask)) {
  433. return IRQ_NONE;
  434. }
  435. // _skip_sgd:
  436. /* check status for each stream */
  437. spin_lock(&chip->reg_lock);
  438. for (i = 0; i < chip->num_devs; i++) {
  439. struct viadev *viadev = &chip->devs[i];
  440. unsigned char c_status = inb(VIADEV_REG(viadev, OFFSET_STATUS));
  441. c_status &= (VIA_REG_STAT_EOL|VIA_REG_STAT_FLAG|VIA_REG_STAT_STOPPED);
  442. if (! c_status)
  443. continue;
  444. if (viadev->substream && viadev->running) {
  445. spin_unlock(&chip->reg_lock);
  446. snd_pcm_period_elapsed(viadev->substream);
  447. spin_lock(&chip->reg_lock);
  448. }
  449. outb(c_status, VIADEV_REG(viadev, OFFSET_STATUS)); /* ack */
  450. }
  451. spin_unlock(&chip->reg_lock);
  452. return IRQ_HANDLED;
  453. }
  454. /*
  455. * PCM callbacks
  456. */
  457. /*
  458. * trigger callback
  459. */
  460. static int snd_via82xx_pcm_trigger(struct snd_pcm_substream *substream, int cmd)
  461. {
  462. struct via82xx_modem *chip = snd_pcm_substream_chip(substream);
  463. struct viadev *viadev = substream->runtime->private_data;
  464. unsigned char val = 0;
  465. switch (cmd) {
  466. case SNDRV_PCM_TRIGGER_START:
  467. case SNDRV_PCM_TRIGGER_SUSPEND:
  468. val |= VIA_REG_CTRL_START;
  469. viadev->running = 1;
  470. break;
  471. case SNDRV_PCM_TRIGGER_STOP:
  472. val = VIA_REG_CTRL_TERMINATE;
  473. viadev->running = 0;
  474. break;
  475. case SNDRV_PCM_TRIGGER_PAUSE_PUSH:
  476. val |= VIA_REG_CTRL_PAUSE;
  477. viadev->running = 0;
  478. break;
  479. case SNDRV_PCM_TRIGGER_PAUSE_RELEASE:
  480. viadev->running = 1;
  481. break;
  482. default:
  483. return -EINVAL;
  484. }
  485. outb(val, VIADEV_REG(viadev, OFFSET_CONTROL));
  486. if (cmd == SNDRV_PCM_TRIGGER_STOP)
  487. snd_via82xx_channel_reset(chip, viadev);
  488. return 0;
  489. }
  490. /*
  491. * pointer callbacks
  492. */
  493. /*
  494. * calculate the linear position at the given sg-buffer index and the rest count
  495. */
  496. #define check_invalid_pos(viadev,pos) \
  497. ((pos) < viadev->lastpos && ((pos) >= viadev->bufsize2 ||\
  498. viadev->lastpos < viadev->bufsize2))
  499. static inline unsigned int calc_linear_pos(struct via82xx_modem *chip,
  500. struct viadev *viadev,
  501. unsigned int idx,
  502. unsigned int count)
  503. {
  504. unsigned int size, res;
  505. size = viadev->idx_table[idx].size;
  506. res = viadev->idx_table[idx].offset + size - count;
  507. /* check the validity of the calculated position */
  508. if (size < count) {
  509. dev_err(chip->card->dev,
  510. "invalid via82xx_cur_ptr (size = %d, count = %d)\n",
  511. (int)size, (int)count);
  512. res = viadev->lastpos;
  513. } else if (check_invalid_pos(viadev, res)) {
  514. #ifdef POINTER_DEBUG
  515. dev_dbg(chip->card->dev,
  516. "fail: idx = %i/%i, lastpos = 0x%x, bufsize2 = 0x%x, offsize = 0x%x, size = 0x%x, count = 0x%x\n",
  517. idx, viadev->tbl_entries, viadev->lastpos,
  518. viadev->bufsize2, viadev->idx_table[idx].offset,
  519. viadev->idx_table[idx].size, count);
  520. #endif
  521. if (count && size < count) {
  522. dev_dbg(chip->card->dev,
  523. "invalid via82xx_cur_ptr, using last valid pointer\n");
  524. res = viadev->lastpos;
  525. } else {
  526. if (! count)
  527. /* bogus count 0 on the DMA boundary? */
  528. res = viadev->idx_table[idx].offset;
  529. else
  530. /* count register returns full size
  531. * when end of buffer is reached
  532. */
  533. res = viadev->idx_table[idx].offset + size;
  534. if (check_invalid_pos(viadev, res)) {
  535. dev_dbg(chip->card->dev,
  536. "invalid via82xx_cur_ptr (2), using last valid pointer\n");
  537. res = viadev->lastpos;
  538. }
  539. }
  540. }
  541. viadev->lastpos = res; /* remember the last position */
  542. if (res >= viadev->bufsize)
  543. res -= viadev->bufsize;
  544. return res;
  545. }
  546. /*
  547. * get the current pointer on via686
  548. */
  549. static snd_pcm_uframes_t snd_via686_pcm_pointer(struct snd_pcm_substream *substream)
  550. {
  551. struct via82xx_modem *chip = snd_pcm_substream_chip(substream);
  552. struct viadev *viadev = substream->runtime->private_data;
  553. unsigned int idx, ptr, count, res;
  554. if (snd_BUG_ON(!viadev->tbl_entries))
  555. return 0;
  556. if (!(inb(VIADEV_REG(viadev, OFFSET_STATUS)) & VIA_REG_STAT_ACTIVE))
  557. return 0;
  558. spin_lock(&chip->reg_lock);
  559. count = inl(VIADEV_REG(viadev, OFFSET_CURR_COUNT)) & 0xffffff;
  560. /* The via686a does not have the current index register,
  561. * so we need to calculate the index from CURR_PTR.
  562. */
  563. ptr = inl(VIADEV_REG(viadev, OFFSET_CURR_PTR));
  564. if (ptr <= (unsigned int)viadev->table.addr)
  565. idx = 0;
  566. else /* CURR_PTR holds the address + 8 */
  567. idx = ((ptr - (unsigned int)viadev->table.addr) / 8 - 1) %
  568. viadev->tbl_entries;
  569. res = calc_linear_pos(chip, viadev, idx, count);
  570. spin_unlock(&chip->reg_lock);
  571. return bytes_to_frames(substream->runtime, res);
  572. }
  573. /*
  574. * hw_params callback:
  575. * allocate the buffer and build up the buffer description table
  576. */
  577. static int snd_via82xx_hw_params(struct snd_pcm_substream *substream,
  578. struct snd_pcm_hw_params *hw_params)
  579. {
  580. struct via82xx_modem *chip = snd_pcm_substream_chip(substream);
  581. struct viadev *viadev = substream->runtime->private_data;
  582. int err;
  583. err = snd_pcm_lib_malloc_pages(substream, params_buffer_bytes(hw_params));
  584. if (err < 0)
  585. return err;
  586. err = build_via_table(viadev, substream, chip->pci,
  587. params_periods(hw_params),
  588. params_period_bytes(hw_params));
  589. if (err < 0)
  590. return err;
  591. snd_ac97_write(chip->ac97, AC97_LINE1_RATE, params_rate(hw_params));
  592. snd_ac97_write(chip->ac97, AC97_LINE1_LEVEL, 0);
  593. return 0;
  594. }
  595. /*
  596. * hw_free callback:
  597. * clean up the buffer description table and release the buffer
  598. */
  599. static int snd_via82xx_hw_free(struct snd_pcm_substream *substream)
  600. {
  601. struct via82xx_modem *chip = snd_pcm_substream_chip(substream);
  602. struct viadev *viadev = substream->runtime->private_data;
  603. clean_via_table(viadev, substream, chip->pci);
  604. snd_pcm_lib_free_pages(substream);
  605. return 0;
  606. }
  607. /*
  608. * set up the table pointer
  609. */
  610. static void snd_via82xx_set_table_ptr(struct via82xx_modem *chip, struct viadev *viadev)
  611. {
  612. snd_via82xx_codec_ready(chip, chip->ac97_secondary);
  613. outl((u32)viadev->table.addr, VIADEV_REG(viadev, OFFSET_TABLE_PTR));
  614. udelay(20);
  615. snd_via82xx_codec_ready(chip, chip->ac97_secondary);
  616. }
  617. /*
  618. * prepare callback for playback and capture
  619. */
  620. static int snd_via82xx_pcm_prepare(struct snd_pcm_substream *substream)
  621. {
  622. struct via82xx_modem *chip = snd_pcm_substream_chip(substream);
  623. struct viadev *viadev = substream->runtime->private_data;
  624. snd_via82xx_channel_reset(chip, viadev);
  625. /* this must be set after channel_reset */
  626. snd_via82xx_set_table_ptr(chip, viadev);
  627. outb(VIA_REG_TYPE_AUTOSTART|VIA_REG_TYPE_INT_EOL|VIA_REG_TYPE_INT_FLAG,
  628. VIADEV_REG(viadev, OFFSET_TYPE));
  629. return 0;
  630. }
  631. /*
  632. * pcm hardware definition, identical for both playback and capture
  633. */
  634. static struct snd_pcm_hardware snd_via82xx_hw =
  635. {
  636. .info = (SNDRV_PCM_INFO_MMAP | SNDRV_PCM_INFO_INTERLEAVED |
  637. SNDRV_PCM_INFO_BLOCK_TRANSFER |
  638. SNDRV_PCM_INFO_MMAP_VALID |
  639. /* SNDRV_PCM_INFO_RESUME | */
  640. SNDRV_PCM_INFO_PAUSE),
  641. .formats = SNDRV_PCM_FMTBIT_U8 | SNDRV_PCM_FMTBIT_S16_LE,
  642. .rates = SNDRV_PCM_RATE_8000 | SNDRV_PCM_RATE_16000 | SNDRV_PCM_RATE_KNOT,
  643. .rate_min = 8000,
  644. .rate_max = 16000,
  645. .channels_min = 1,
  646. .channels_max = 1,
  647. .buffer_bytes_max = 128 * 1024,
  648. .period_bytes_min = 32,
  649. .period_bytes_max = 128 * 1024,
  650. .periods_min = 2,
  651. .periods_max = VIA_TABLE_SIZE / 2,
  652. .fifo_size = 0,
  653. };
  654. /*
  655. * open callback skeleton
  656. */
  657. static int snd_via82xx_modem_pcm_open(struct via82xx_modem *chip, struct viadev *viadev,
  658. struct snd_pcm_substream *substream)
  659. {
  660. struct snd_pcm_runtime *runtime = substream->runtime;
  661. int err;
  662. static unsigned int rates[] = { 8000, 9600, 12000, 16000 };
  663. static struct snd_pcm_hw_constraint_list hw_constraints_rates = {
  664. .count = ARRAY_SIZE(rates),
  665. .list = rates,
  666. .mask = 0,
  667. };
  668. runtime->hw = snd_via82xx_hw;
  669. if ((err = snd_pcm_hw_constraint_list(runtime, 0, SNDRV_PCM_HW_PARAM_RATE,
  670. &hw_constraints_rates)) < 0)
  671. return err;
  672. /* we may remove following constaint when we modify table entries
  673. in interrupt */
  674. if ((err = snd_pcm_hw_constraint_integer(runtime, SNDRV_PCM_HW_PARAM_PERIODS)) < 0)
  675. return err;
  676. runtime->private_data = viadev;
  677. viadev->substream = substream;
  678. return 0;
  679. }
  680. /*
  681. * open callback for playback
  682. */
  683. static int snd_via82xx_playback_open(struct snd_pcm_substream *substream)
  684. {
  685. struct via82xx_modem *chip = snd_pcm_substream_chip(substream);
  686. struct viadev *viadev = &chip->devs[chip->playback_devno + substream->number];
  687. return snd_via82xx_modem_pcm_open(chip, viadev, substream);
  688. }
  689. /*
  690. * open callback for capture
  691. */
  692. static int snd_via82xx_capture_open(struct snd_pcm_substream *substream)
  693. {
  694. struct via82xx_modem *chip = snd_pcm_substream_chip(substream);
  695. struct viadev *viadev = &chip->devs[chip->capture_devno + substream->pcm->device];
  696. return snd_via82xx_modem_pcm_open(chip, viadev, substream);
  697. }
  698. /*
  699. * close callback
  700. */
  701. static int snd_via82xx_pcm_close(struct snd_pcm_substream *substream)
  702. {
  703. struct viadev *viadev = substream->runtime->private_data;
  704. viadev->substream = NULL;
  705. return 0;
  706. }
  707. /* via686 playback callbacks */
  708. static struct snd_pcm_ops snd_via686_playback_ops = {
  709. .open = snd_via82xx_playback_open,
  710. .close = snd_via82xx_pcm_close,
  711. .ioctl = snd_pcm_lib_ioctl,
  712. .hw_params = snd_via82xx_hw_params,
  713. .hw_free = snd_via82xx_hw_free,
  714. .prepare = snd_via82xx_pcm_prepare,
  715. .trigger = snd_via82xx_pcm_trigger,
  716. .pointer = snd_via686_pcm_pointer,
  717. .page = snd_pcm_sgbuf_ops_page,
  718. };
  719. /* via686 capture callbacks */
  720. static struct snd_pcm_ops snd_via686_capture_ops = {
  721. .open = snd_via82xx_capture_open,
  722. .close = snd_via82xx_pcm_close,
  723. .ioctl = snd_pcm_lib_ioctl,
  724. .hw_params = snd_via82xx_hw_params,
  725. .hw_free = snd_via82xx_hw_free,
  726. .prepare = snd_via82xx_pcm_prepare,
  727. .trigger = snd_via82xx_pcm_trigger,
  728. .pointer = snd_via686_pcm_pointer,
  729. .page = snd_pcm_sgbuf_ops_page,
  730. };
  731. static void init_viadev(struct via82xx_modem *chip, int idx, unsigned int reg_offset,
  732. int direction)
  733. {
  734. chip->devs[idx].reg_offset = reg_offset;
  735. chip->devs[idx].direction = direction;
  736. chip->devs[idx].port = chip->port + reg_offset;
  737. }
  738. /*
  739. * create a pcm instance for via686a/b
  740. */
  741. static int snd_via686_pcm_new(struct via82xx_modem *chip)
  742. {
  743. struct snd_pcm *pcm;
  744. int err;
  745. chip->playback_devno = 0;
  746. chip->capture_devno = 1;
  747. chip->num_devs = 2;
  748. chip->intr_mask = 0x330000; /* FLAGS | EOL for MR, MW */
  749. err = snd_pcm_new(chip->card, chip->card->shortname, 0, 1, 1, &pcm);
  750. if (err < 0)
  751. return err;
  752. snd_pcm_set_ops(pcm, SNDRV_PCM_STREAM_PLAYBACK, &snd_via686_playback_ops);
  753. snd_pcm_set_ops(pcm, SNDRV_PCM_STREAM_CAPTURE, &snd_via686_capture_ops);
  754. pcm->dev_class = SNDRV_PCM_CLASS_MODEM;
  755. pcm->private_data = chip;
  756. strcpy(pcm->name, chip->card->shortname);
  757. chip->pcms[0] = pcm;
  758. init_viadev(chip, 0, VIA_REG_MO_STATUS, 0);
  759. init_viadev(chip, 1, VIA_REG_MI_STATUS, 1);
  760. if ((err = snd_pcm_lib_preallocate_pages_for_all(pcm, SNDRV_DMA_TYPE_DEV_SG,
  761. snd_dma_pci_data(chip->pci),
  762. 64*1024, 128*1024)) < 0)
  763. return err;
  764. return 0;
  765. }
  766. /*
  767. * Mixer part
  768. */
  769. static void snd_via82xx_mixer_free_ac97_bus(struct snd_ac97_bus *bus)
  770. {
  771. struct via82xx_modem *chip = bus->private_data;
  772. chip->ac97_bus = NULL;
  773. }
  774. static void snd_via82xx_mixer_free_ac97(struct snd_ac97 *ac97)
  775. {
  776. struct via82xx_modem *chip = ac97->private_data;
  777. chip->ac97 = NULL;
  778. }
  779. static int snd_via82xx_mixer_new(struct via82xx_modem *chip)
  780. {
  781. struct snd_ac97_template ac97;
  782. int err;
  783. static struct snd_ac97_bus_ops ops = {
  784. .write = snd_via82xx_codec_write,
  785. .read = snd_via82xx_codec_read,
  786. .wait = snd_via82xx_codec_wait,
  787. };
  788. if ((err = snd_ac97_bus(chip->card, 0, &ops, chip, &chip->ac97_bus)) < 0)
  789. return err;
  790. chip->ac97_bus->private_free = snd_via82xx_mixer_free_ac97_bus;
  791. chip->ac97_bus->clock = chip->ac97_clock;
  792. memset(&ac97, 0, sizeof(ac97));
  793. ac97.private_data = chip;
  794. ac97.private_free = snd_via82xx_mixer_free_ac97;
  795. ac97.pci = chip->pci;
  796. ac97.scaps = AC97_SCAP_SKIP_AUDIO | AC97_SCAP_POWER_SAVE;
  797. ac97.num = chip->ac97_secondary;
  798. if ((err = snd_ac97_mixer(chip->ac97_bus, &ac97, &chip->ac97)) < 0)
  799. return err;
  800. return 0;
  801. }
  802. /*
  803. * proc interface
  804. */
  805. static void snd_via82xx_proc_read(struct snd_info_entry *entry, struct snd_info_buffer *buffer)
  806. {
  807. struct via82xx_modem *chip = entry->private_data;
  808. int i;
  809. snd_iprintf(buffer, "%s\n\n", chip->card->longname);
  810. for (i = 0; i < 0xa0; i += 4) {
  811. snd_iprintf(buffer, "%02x: %08x\n", i, inl(chip->port + i));
  812. }
  813. }
  814. static void snd_via82xx_proc_init(struct via82xx_modem *chip)
  815. {
  816. struct snd_info_entry *entry;
  817. if (! snd_card_proc_new(chip->card, "via82xx", &entry))
  818. snd_info_set_text_ops(entry, chip, snd_via82xx_proc_read);
  819. }
  820. /*
  821. *
  822. */
  823. static int snd_via82xx_chip_init(struct via82xx_modem *chip)
  824. {
  825. unsigned int val;
  826. unsigned long end_time;
  827. unsigned char pval;
  828. pci_read_config_byte(chip->pci, VIA_MC97_CTRL, &pval);
  829. if((pval & VIA_MC97_CTRL_INIT) != VIA_MC97_CTRL_INIT) {
  830. pci_write_config_byte(chip->pci, 0x44, pval|VIA_MC97_CTRL_INIT);
  831. udelay(100);
  832. }
  833. pci_read_config_byte(chip->pci, VIA_ACLINK_STAT, &pval);
  834. if (! (pval & VIA_ACLINK_C00_READY)) { /* codec not ready? */
  835. /* deassert ACLink reset, force SYNC */
  836. pci_write_config_byte(chip->pci, VIA_ACLINK_CTRL,
  837. VIA_ACLINK_CTRL_ENABLE |
  838. VIA_ACLINK_CTRL_RESET |
  839. VIA_ACLINK_CTRL_SYNC);
  840. udelay(100);
  841. #if 1 /* FIXME: should we do full reset here for all chip models? */
  842. pci_write_config_byte(chip->pci, VIA_ACLINK_CTRL, 0x00);
  843. udelay(100);
  844. #else
  845. /* deassert ACLink reset, force SYNC (warm AC'97 reset) */
  846. pci_write_config_byte(chip->pci, VIA_ACLINK_CTRL,
  847. VIA_ACLINK_CTRL_RESET|VIA_ACLINK_CTRL_SYNC);
  848. udelay(2);
  849. #endif
  850. /* ACLink on, deassert ACLink reset, VSR, SGD data out */
  851. pci_write_config_byte(chip->pci, VIA_ACLINK_CTRL, VIA_ACLINK_CTRL_INIT);
  852. udelay(100);
  853. }
  854. pci_read_config_byte(chip->pci, VIA_ACLINK_CTRL, &pval);
  855. if ((pval & VIA_ACLINK_CTRL_INIT) != VIA_ACLINK_CTRL_INIT) {
  856. /* ACLink on, deassert ACLink reset, VSR, SGD data out */
  857. pci_write_config_byte(chip->pci, VIA_ACLINK_CTRL, VIA_ACLINK_CTRL_INIT);
  858. udelay(100);
  859. }
  860. /* wait until codec ready */
  861. end_time = jiffies + msecs_to_jiffies(750);
  862. do {
  863. pci_read_config_byte(chip->pci, VIA_ACLINK_STAT, &pval);
  864. if (pval & VIA_ACLINK_C00_READY) /* primary codec ready */
  865. break;
  866. schedule_timeout_uninterruptible(1);
  867. } while (time_before(jiffies, end_time));
  868. if ((val = snd_via82xx_codec_xread(chip)) & VIA_REG_AC97_BUSY)
  869. dev_err(chip->card->dev,
  870. "AC'97 codec is not ready [0x%x]\n", val);
  871. snd_via82xx_codec_xwrite(chip, VIA_REG_AC97_READ |
  872. VIA_REG_AC97_SECONDARY_VALID |
  873. (VIA_REG_AC97_CODEC_ID_SECONDARY << VIA_REG_AC97_CODEC_ID_SHIFT));
  874. end_time = jiffies + msecs_to_jiffies(750);
  875. snd_via82xx_codec_xwrite(chip, VIA_REG_AC97_READ |
  876. VIA_REG_AC97_SECONDARY_VALID |
  877. (VIA_REG_AC97_CODEC_ID_SECONDARY << VIA_REG_AC97_CODEC_ID_SHIFT));
  878. do {
  879. if ((val = snd_via82xx_codec_xread(chip)) & VIA_REG_AC97_SECONDARY_VALID) {
  880. chip->ac97_secondary = 1;
  881. goto __ac97_ok2;
  882. }
  883. schedule_timeout_uninterruptible(1);
  884. } while (time_before(jiffies, end_time));
  885. /* This is ok, the most of motherboards have only one codec */
  886. __ac97_ok2:
  887. /* route FM trap to IRQ, disable FM trap */
  888. // pci_write_config_byte(chip->pci, VIA_FM_NMI_CTRL, 0);
  889. /* disable all GPI interrupts */
  890. outl(0, VIAREG(chip, GPI_INTR));
  891. return 0;
  892. }
  893. #ifdef CONFIG_PM_SLEEP
  894. /*
  895. * power management
  896. */
  897. static int snd_via82xx_suspend(struct device *dev)
  898. {
  899. struct snd_card *card = dev_get_drvdata(dev);
  900. struct via82xx_modem *chip = card->private_data;
  901. int i;
  902. snd_power_change_state(card, SNDRV_CTL_POWER_D3hot);
  903. for (i = 0; i < 2; i++)
  904. snd_pcm_suspend_all(chip->pcms[i]);
  905. for (i = 0; i < chip->num_devs; i++)
  906. snd_via82xx_channel_reset(chip, &chip->devs[i]);
  907. synchronize_irq(chip->irq);
  908. snd_ac97_suspend(chip->ac97);
  909. return 0;
  910. }
  911. static int snd_via82xx_resume(struct device *dev)
  912. {
  913. struct snd_card *card = dev_get_drvdata(dev);
  914. struct via82xx_modem *chip = card->private_data;
  915. int i;
  916. snd_via82xx_chip_init(chip);
  917. snd_ac97_resume(chip->ac97);
  918. for (i = 0; i < chip->num_devs; i++)
  919. snd_via82xx_channel_reset(chip, &chip->devs[i]);
  920. snd_power_change_state(card, SNDRV_CTL_POWER_D0);
  921. return 0;
  922. }
  923. static SIMPLE_DEV_PM_OPS(snd_via82xx_pm, snd_via82xx_suspend, snd_via82xx_resume);
  924. #define SND_VIA82XX_PM_OPS &snd_via82xx_pm
  925. #else
  926. #define SND_VIA82XX_PM_OPS NULL
  927. #endif /* CONFIG_PM_SLEEP */
  928. static int snd_via82xx_free(struct via82xx_modem *chip)
  929. {
  930. unsigned int i;
  931. if (chip->irq < 0)
  932. goto __end_hw;
  933. /* disable interrupts */
  934. for (i = 0; i < chip->num_devs; i++)
  935. snd_via82xx_channel_reset(chip, &chip->devs[i]);
  936. __end_hw:
  937. if (chip->irq >= 0)
  938. free_irq(chip->irq, chip);
  939. pci_release_regions(chip->pci);
  940. pci_disable_device(chip->pci);
  941. kfree(chip);
  942. return 0;
  943. }
  944. static int snd_via82xx_dev_free(struct snd_device *device)
  945. {
  946. struct via82xx_modem *chip = device->device_data;
  947. return snd_via82xx_free(chip);
  948. }
  949. static int snd_via82xx_create(struct snd_card *card,
  950. struct pci_dev *pci,
  951. int chip_type,
  952. int revision,
  953. unsigned int ac97_clock,
  954. struct via82xx_modem **r_via)
  955. {
  956. struct via82xx_modem *chip;
  957. int err;
  958. static struct snd_device_ops ops = {
  959. .dev_free = snd_via82xx_dev_free,
  960. };
  961. if ((err = pci_enable_device(pci)) < 0)
  962. return err;
  963. if ((chip = kzalloc(sizeof(*chip), GFP_KERNEL)) == NULL) {
  964. pci_disable_device(pci);
  965. return -ENOMEM;
  966. }
  967. spin_lock_init(&chip->reg_lock);
  968. chip->card = card;
  969. chip->pci = pci;
  970. chip->irq = -1;
  971. if ((err = pci_request_regions(pci, card->driver)) < 0) {
  972. kfree(chip);
  973. pci_disable_device(pci);
  974. return err;
  975. }
  976. chip->port = pci_resource_start(pci, 0);
  977. if (request_irq(pci->irq, snd_via82xx_interrupt, IRQF_SHARED,
  978. KBUILD_MODNAME, chip)) {
  979. dev_err(card->dev, "unable to grab IRQ %d\n", pci->irq);
  980. snd_via82xx_free(chip);
  981. return -EBUSY;
  982. }
  983. chip->irq = pci->irq;
  984. if (ac97_clock >= 8000 && ac97_clock <= 48000)
  985. chip->ac97_clock = ac97_clock;
  986. synchronize_irq(chip->irq);
  987. if ((err = snd_via82xx_chip_init(chip)) < 0) {
  988. snd_via82xx_free(chip);
  989. return err;
  990. }
  991. if ((err = snd_device_new(card, SNDRV_DEV_LOWLEVEL, chip, &ops)) < 0) {
  992. snd_via82xx_free(chip);
  993. return err;
  994. }
  995. /* The 8233 ac97 controller does not implement the master bit
  996. * in the pci command register. IMHO this is a violation of the PCI spec.
  997. * We call pci_set_master here because it does not hurt. */
  998. pci_set_master(pci);
  999. *r_via = chip;
  1000. return 0;
  1001. }
  1002. static int snd_via82xx_probe(struct pci_dev *pci,
  1003. const struct pci_device_id *pci_id)
  1004. {
  1005. struct snd_card *card;
  1006. struct via82xx_modem *chip;
  1007. int chip_type = 0, card_type;
  1008. unsigned int i;
  1009. int err;
  1010. err = snd_card_new(&pci->dev, index, id, THIS_MODULE, 0, &card);
  1011. if (err < 0)
  1012. return err;
  1013. card_type = pci_id->driver_data;
  1014. switch (card_type) {
  1015. case TYPE_CARD_VIA82XX_MODEM:
  1016. strcpy(card->driver, "VIA82XX-MODEM");
  1017. sprintf(card->shortname, "VIA 82XX modem");
  1018. break;
  1019. default:
  1020. dev_err(card->dev, "invalid card type %d\n", card_type);
  1021. err = -EINVAL;
  1022. goto __error;
  1023. }
  1024. if ((err = snd_via82xx_create(card, pci, chip_type, pci->revision,
  1025. ac97_clock, &chip)) < 0)
  1026. goto __error;
  1027. card->private_data = chip;
  1028. if ((err = snd_via82xx_mixer_new(chip)) < 0)
  1029. goto __error;
  1030. if ((err = snd_via686_pcm_new(chip)) < 0 )
  1031. goto __error;
  1032. /* disable interrupts */
  1033. for (i = 0; i < chip->num_devs; i++)
  1034. snd_via82xx_channel_reset(chip, &chip->devs[i]);
  1035. sprintf(card->longname, "%s at 0x%lx, irq %d",
  1036. card->shortname, chip->port, chip->irq);
  1037. snd_via82xx_proc_init(chip);
  1038. if ((err = snd_card_register(card)) < 0) {
  1039. snd_card_free(card);
  1040. return err;
  1041. }
  1042. pci_set_drvdata(pci, card);
  1043. return 0;
  1044. __error:
  1045. snd_card_free(card);
  1046. return err;
  1047. }
  1048. static void snd_via82xx_remove(struct pci_dev *pci)
  1049. {
  1050. snd_card_free(pci_get_drvdata(pci));
  1051. }
  1052. static struct pci_driver via82xx_modem_driver = {
  1053. .name = KBUILD_MODNAME,
  1054. .id_table = snd_via82xx_modem_ids,
  1055. .probe = snd_via82xx_probe,
  1056. .remove = snd_via82xx_remove,
  1057. .driver = {
  1058. .pm = SND_VIA82XX_PM_OPS,
  1059. },
  1060. };
  1061. module_pci_driver(via82xx_modem_driver);