atiixp.c 46 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535153615371538153915401541154215431544154515461547154815491550155115521553155415551556155715581559156015611562156315641565156615671568156915701571157215731574157515761577157815791580158115821583158415851586158715881589159015911592159315941595159615971598159916001601160216031604160516061607160816091610161116121613161416151616161716181619162016211622162316241625162616271628162916301631163216331634163516361637163816391640164116421643164416451646164716481649165016511652165316541655165616571658165916601661166216631664166516661667166816691670167116721673167416751676167716781679168016811682168316841685168616871688168916901691169216931694169516961697169816991700170117021703170417051706170717081709171017111712171317141715171617171718171917201721172217231724172517261727172817291730173117321733
  1. /*
  2. * ALSA driver for ATI IXP 150/200/250/300 AC97 controllers
  3. *
  4. * Copyright (c) 2004 Takashi Iwai <tiwai@suse.de>
  5. *
  6. * This program is free software; you can redistribute it and/or modify
  7. * it under the terms of the GNU General Public License as published by
  8. * the Free Software Foundation; either version 2 of the License, or
  9. * (at your option) any later version.
  10. *
  11. * This program is distributed in the hope that it will be useful,
  12. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  13. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  14. * GNU General Public License for more details.
  15. *
  16. * You should have received a copy of the GNU General Public License
  17. * along with this program; if not, write to the Free Software
  18. * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
  19. *
  20. */
  21. #include <sound/driver.h>
  22. #include <asm/io.h>
  23. #include <linux/delay.h>
  24. #include <linux/interrupt.h>
  25. #include <linux/init.h>
  26. #include <linux/pci.h>
  27. #include <linux/slab.h>
  28. #include <linux/moduleparam.h>
  29. #include <linux/mutex.h>
  30. #include <sound/core.h>
  31. #include <sound/pcm.h>
  32. #include <sound/pcm_params.h>
  33. #include <sound/info.h>
  34. #include <sound/ac97_codec.h>
  35. #include <sound/initval.h>
  36. MODULE_AUTHOR("Takashi Iwai <tiwai@suse.de>");
  37. MODULE_DESCRIPTION("ATI IXP AC97 controller");
  38. MODULE_LICENSE("GPL");
  39. MODULE_SUPPORTED_DEVICE("{{ATI,IXP150/200/250/300/400}}");
  40. static int index = SNDRV_DEFAULT_IDX1; /* Index 0-MAX */
  41. static char *id = SNDRV_DEFAULT_STR1; /* ID for this card */
  42. static int ac97_clock = 48000;
  43. static char *ac97_quirk;
  44. static int spdif_aclink = 1;
  45. static int ac97_codec = -1;
  46. module_param(index, int, 0444);
  47. MODULE_PARM_DESC(index, "Index value for ATI IXP controller.");
  48. module_param(id, charp, 0444);
  49. MODULE_PARM_DESC(id, "ID string for ATI IXP controller.");
  50. module_param(ac97_clock, int, 0444);
  51. MODULE_PARM_DESC(ac97_clock, "AC'97 codec clock (default 48000Hz).");
  52. module_param(ac97_quirk, charp, 0444);
  53. MODULE_PARM_DESC(ac97_quirk, "AC'97 workaround for strange hardware.");
  54. module_param(ac97_codec, int, 0444);
  55. MODULE_PARM_DESC(ac97_codec, "Specify codec instead of probing.");
  56. module_param(spdif_aclink, bool, 0444);
  57. MODULE_PARM_DESC(spdif_aclink, "S/PDIF over AC-link.");
  58. /* just for backward compatibility */
  59. static int enable;
  60. module_param(enable, bool, 0444);
  61. /*
  62. */
  63. #define ATI_REG_ISR 0x00 /* interrupt source */
  64. #define ATI_REG_ISR_IN_XRUN (1U<<0)
  65. #define ATI_REG_ISR_IN_STATUS (1U<<1)
  66. #define ATI_REG_ISR_OUT_XRUN (1U<<2)
  67. #define ATI_REG_ISR_OUT_STATUS (1U<<3)
  68. #define ATI_REG_ISR_SPDF_XRUN (1U<<4)
  69. #define ATI_REG_ISR_SPDF_STATUS (1U<<5)
  70. #define ATI_REG_ISR_PHYS_INTR (1U<<8)
  71. #define ATI_REG_ISR_PHYS_MISMATCH (1U<<9)
  72. #define ATI_REG_ISR_CODEC0_NOT_READY (1U<<10)
  73. #define ATI_REG_ISR_CODEC1_NOT_READY (1U<<11)
  74. #define ATI_REG_ISR_CODEC2_NOT_READY (1U<<12)
  75. #define ATI_REG_ISR_NEW_FRAME (1U<<13)
  76. #define ATI_REG_IER 0x04 /* interrupt enable */
  77. #define ATI_REG_IER_IN_XRUN_EN (1U<<0)
  78. #define ATI_REG_IER_IO_STATUS_EN (1U<<1)
  79. #define ATI_REG_IER_OUT_XRUN_EN (1U<<2)
  80. #define ATI_REG_IER_OUT_XRUN_COND (1U<<3)
  81. #define ATI_REG_IER_SPDF_XRUN_EN (1U<<4)
  82. #define ATI_REG_IER_SPDF_STATUS_EN (1U<<5)
  83. #define ATI_REG_IER_PHYS_INTR_EN (1U<<8)
  84. #define ATI_REG_IER_PHYS_MISMATCH_EN (1U<<9)
  85. #define ATI_REG_IER_CODEC0_INTR_EN (1U<<10)
  86. #define ATI_REG_IER_CODEC1_INTR_EN (1U<<11)
  87. #define ATI_REG_IER_CODEC2_INTR_EN (1U<<12)
  88. #define ATI_REG_IER_NEW_FRAME_EN (1U<<13) /* (RO */
  89. #define ATI_REG_IER_SET_BUS_BUSY (1U<<14) /* (WO) audio is running */
  90. #define ATI_REG_CMD 0x08 /* command */
  91. #define ATI_REG_CMD_POWERDOWN (1U<<0)
  92. #define ATI_REG_CMD_RECEIVE_EN (1U<<1)
  93. #define ATI_REG_CMD_SEND_EN (1U<<2)
  94. #define ATI_REG_CMD_STATUS_MEM (1U<<3)
  95. #define ATI_REG_CMD_SPDF_OUT_EN (1U<<4)
  96. #define ATI_REG_CMD_SPDF_STATUS_MEM (1U<<5)
  97. #define ATI_REG_CMD_SPDF_THRESHOLD (3U<<6)
  98. #define ATI_REG_CMD_SPDF_THRESHOLD_SHIFT 6
  99. #define ATI_REG_CMD_IN_DMA_EN (1U<<8)
  100. #define ATI_REG_CMD_OUT_DMA_EN (1U<<9)
  101. #define ATI_REG_CMD_SPDF_DMA_EN (1U<<10)
  102. #define ATI_REG_CMD_SPDF_OUT_STOPPED (1U<<11)
  103. #define ATI_REG_CMD_SPDF_CONFIG_MASK (7U<<12)
  104. #define ATI_REG_CMD_SPDF_CONFIG_34 (1U<<12)
  105. #define ATI_REG_CMD_SPDF_CONFIG_78 (2U<<12)
  106. #define ATI_REG_CMD_SPDF_CONFIG_69 (3U<<12)
  107. #define ATI_REG_CMD_SPDF_CONFIG_01 (4U<<12)
  108. #define ATI_REG_CMD_INTERLEAVE_SPDF (1U<<16)
  109. #define ATI_REG_CMD_AUDIO_PRESENT (1U<<20)
  110. #define ATI_REG_CMD_INTERLEAVE_IN (1U<<21)
  111. #define ATI_REG_CMD_INTERLEAVE_OUT (1U<<22)
  112. #define ATI_REG_CMD_LOOPBACK_EN (1U<<23)
  113. #define ATI_REG_CMD_PACKED_DIS (1U<<24)
  114. #define ATI_REG_CMD_BURST_EN (1U<<25)
  115. #define ATI_REG_CMD_PANIC_EN (1U<<26)
  116. #define ATI_REG_CMD_MODEM_PRESENT (1U<<27)
  117. #define ATI_REG_CMD_ACLINK_ACTIVE (1U<<28)
  118. #define ATI_REG_CMD_AC_SOFT_RESET (1U<<29)
  119. #define ATI_REG_CMD_AC_SYNC (1U<<30)
  120. #define ATI_REG_CMD_AC_RESET (1U<<31)
  121. #define ATI_REG_PHYS_OUT_ADDR 0x0c
  122. #define ATI_REG_PHYS_OUT_CODEC_MASK (3U<<0)
  123. #define ATI_REG_PHYS_OUT_RW (1U<<2)
  124. #define ATI_REG_PHYS_OUT_ADDR_EN (1U<<8)
  125. #define ATI_REG_PHYS_OUT_ADDR_SHIFT 9
  126. #define ATI_REG_PHYS_OUT_DATA_SHIFT 16
  127. #define ATI_REG_PHYS_IN_ADDR 0x10
  128. #define ATI_REG_PHYS_IN_READ_FLAG (1U<<8)
  129. #define ATI_REG_PHYS_IN_ADDR_SHIFT 9
  130. #define ATI_REG_PHYS_IN_DATA_SHIFT 16
  131. #define ATI_REG_SLOTREQ 0x14
  132. #define ATI_REG_COUNTER 0x18
  133. #define ATI_REG_COUNTER_SLOT (3U<<0) /* slot # */
  134. #define ATI_REG_COUNTER_BITCLOCK (31U<<8)
  135. #define ATI_REG_IN_FIFO_THRESHOLD 0x1c
  136. #define ATI_REG_IN_DMA_LINKPTR 0x20
  137. #define ATI_REG_IN_DMA_DT_START 0x24 /* RO */
  138. #define ATI_REG_IN_DMA_DT_NEXT 0x28 /* RO */
  139. #define ATI_REG_IN_DMA_DT_CUR 0x2c /* RO */
  140. #define ATI_REG_IN_DMA_DT_SIZE 0x30
  141. #define ATI_REG_OUT_DMA_SLOT 0x34
  142. #define ATI_REG_OUT_DMA_SLOT_BIT(x) (1U << ((x) - 3))
  143. #define ATI_REG_OUT_DMA_SLOT_MASK 0x1ff
  144. #define ATI_REG_OUT_DMA_THRESHOLD_MASK 0xf800
  145. #define ATI_REG_OUT_DMA_THRESHOLD_SHIFT 11
  146. #define ATI_REG_OUT_DMA_LINKPTR 0x38
  147. #define ATI_REG_OUT_DMA_DT_START 0x3c /* RO */
  148. #define ATI_REG_OUT_DMA_DT_NEXT 0x40 /* RO */
  149. #define ATI_REG_OUT_DMA_DT_CUR 0x44 /* RO */
  150. #define ATI_REG_OUT_DMA_DT_SIZE 0x48
  151. #define ATI_REG_SPDF_CMD 0x4c
  152. #define ATI_REG_SPDF_CMD_LFSR (1U<<4)
  153. #define ATI_REG_SPDF_CMD_SINGLE_CH (1U<<5)
  154. #define ATI_REG_SPDF_CMD_LFSR_ACC (0xff<<8) /* RO */
  155. #define ATI_REG_SPDF_DMA_LINKPTR 0x50
  156. #define ATI_REG_SPDF_DMA_DT_START 0x54 /* RO */
  157. #define ATI_REG_SPDF_DMA_DT_NEXT 0x58 /* RO */
  158. #define ATI_REG_SPDF_DMA_DT_CUR 0x5c /* RO */
  159. #define ATI_REG_SPDF_DMA_DT_SIZE 0x60
  160. #define ATI_REG_MODEM_MIRROR 0x7c
  161. #define ATI_REG_AUDIO_MIRROR 0x80
  162. #define ATI_REG_6CH_REORDER 0x84 /* reorder slots for 6ch */
  163. #define ATI_REG_6CH_REORDER_EN (1U<<0) /* 3,4,7,8,6,9 -> 3,4,6,9,7,8 */
  164. #define ATI_REG_FIFO_FLUSH 0x88
  165. #define ATI_REG_FIFO_OUT_FLUSH (1U<<0)
  166. #define ATI_REG_FIFO_IN_FLUSH (1U<<1)
  167. /* LINKPTR */
  168. #define ATI_REG_LINKPTR_EN (1U<<0)
  169. /* [INT|OUT|SPDIF]_DMA_DT_SIZE */
  170. #define ATI_REG_DMA_DT_SIZE (0xffffU<<0)
  171. #define ATI_REG_DMA_FIFO_USED (0x1fU<<16)
  172. #define ATI_REG_DMA_FIFO_FREE (0x1fU<<21)
  173. #define ATI_REG_DMA_STATE (7U<<26)
  174. #define ATI_MAX_DESCRIPTORS 256 /* max number of descriptor packets */
  175. struct atiixp;
  176. /*
  177. * DMA packate descriptor
  178. */
  179. struct atiixp_dma_desc {
  180. u32 addr; /* DMA buffer address */
  181. u16 status; /* status bits */
  182. u16 size; /* size of the packet in dwords */
  183. u32 next; /* address of the next packet descriptor */
  184. };
  185. /*
  186. * stream enum
  187. */
  188. enum { ATI_DMA_PLAYBACK, ATI_DMA_CAPTURE, ATI_DMA_SPDIF, NUM_ATI_DMAS }; /* DMAs */
  189. enum { ATI_PCM_OUT, ATI_PCM_IN, ATI_PCM_SPDIF, NUM_ATI_PCMS }; /* AC97 pcm slots */
  190. enum { ATI_PCMDEV_ANALOG, ATI_PCMDEV_DIGITAL, NUM_ATI_PCMDEVS }; /* pcm devices */
  191. #define NUM_ATI_CODECS 3
  192. /*
  193. * constants and callbacks for each DMA type
  194. */
  195. struct atiixp_dma_ops {
  196. int type; /* ATI_DMA_XXX */
  197. unsigned int llp_offset; /* LINKPTR offset */
  198. unsigned int dt_cur; /* DT_CUR offset */
  199. /* called from open callback */
  200. void (*enable_dma)(struct atiixp *chip, int on);
  201. /* called from trigger (START/STOP) */
  202. void (*enable_transfer)(struct atiixp *chip, int on);
  203. /* called from trigger (STOP only) */
  204. void (*flush_dma)(struct atiixp *chip);
  205. };
  206. /*
  207. * DMA stream
  208. */
  209. struct atiixp_dma {
  210. const struct atiixp_dma_ops *ops;
  211. struct snd_dma_buffer desc_buf;
  212. struct snd_pcm_substream *substream; /* assigned PCM substream */
  213. unsigned int buf_addr, buf_bytes; /* DMA buffer address, bytes */
  214. unsigned int period_bytes, periods;
  215. int opened;
  216. int running;
  217. int suspended;
  218. int pcm_open_flag;
  219. int ac97_pcm_type; /* index # of ac97_pcm to access, -1 = not used */
  220. unsigned int saved_curptr;
  221. };
  222. /*
  223. * ATI IXP chip
  224. */
  225. struct atiixp {
  226. struct snd_card *card;
  227. struct pci_dev *pci;
  228. unsigned long addr;
  229. void __iomem *remap_addr;
  230. int irq;
  231. struct snd_ac97_bus *ac97_bus;
  232. struct snd_ac97 *ac97[NUM_ATI_CODECS];
  233. spinlock_t reg_lock;
  234. struct atiixp_dma dmas[NUM_ATI_DMAS];
  235. struct ac97_pcm *pcms[NUM_ATI_PCMS];
  236. struct snd_pcm *pcmdevs[NUM_ATI_PCMDEVS];
  237. int max_channels; /* max. channels for PCM out */
  238. unsigned int codec_not_ready_bits; /* for codec detection */
  239. int spdif_over_aclink; /* passed from the module option */
  240. struct mutex open_mutex; /* playback open mutex */
  241. };
  242. /*
  243. */
  244. static struct pci_device_id snd_atiixp_ids[] = {
  245. { 0x1002, 0x4341, PCI_ANY_ID, PCI_ANY_ID, 0, 0, 0 }, /* SB200 */
  246. { 0x1002, 0x4361, PCI_ANY_ID, PCI_ANY_ID, 0, 0, 0 }, /* SB300 */
  247. { 0x1002, 0x4370, PCI_ANY_ID, PCI_ANY_ID, 0, 0, 0 }, /* SB400 */
  248. { 0, }
  249. };
  250. MODULE_DEVICE_TABLE(pci, snd_atiixp_ids);
  251. struct atiixp_quirk {
  252. unsigned short subvendor;
  253. unsigned short subdevice;
  254. const char *name;
  255. int ac97_codec;
  256. };
  257. static struct atiixp_quirk atiixp_quirks[] __devinitdata = {
  258. {
  259. .subvendor = 0x15bd,
  260. .subdevice = 0x3100,
  261. .name = "DFI RS482",
  262. .ac97_codec = 0,
  263. },
  264. { .subvendor = 0 } /* terminator */
  265. };
  266. /*
  267. * lowlevel functions
  268. */
  269. /*
  270. * update the bits of the given register.
  271. * return 1 if the bits changed.
  272. */
  273. static int snd_atiixp_update_bits(struct atiixp *chip, unsigned int reg,
  274. unsigned int mask, unsigned int value)
  275. {
  276. void __iomem *addr = chip->remap_addr + reg;
  277. unsigned int data, old_data;
  278. old_data = data = readl(addr);
  279. data &= ~mask;
  280. data |= value;
  281. if (old_data == data)
  282. return 0;
  283. writel(data, addr);
  284. return 1;
  285. }
  286. /*
  287. * macros for easy use
  288. */
  289. #define atiixp_write(chip,reg,value) \
  290. writel(value, chip->remap_addr + ATI_REG_##reg)
  291. #define atiixp_read(chip,reg) \
  292. readl(chip->remap_addr + ATI_REG_##reg)
  293. #define atiixp_update(chip,reg,mask,val) \
  294. snd_atiixp_update_bits(chip, ATI_REG_##reg, mask, val)
  295. /*
  296. * handling DMA packets
  297. *
  298. * we allocate a linear buffer for the DMA, and split it to each packet.
  299. * in a future version, a scatter-gather buffer should be implemented.
  300. */
  301. #define ATI_DESC_LIST_SIZE \
  302. PAGE_ALIGN(ATI_MAX_DESCRIPTORS * sizeof(struct atiixp_dma_desc))
  303. /*
  304. * build packets ring for the given buffer size.
  305. *
  306. * IXP handles the buffer descriptors, which are connected as a linked
  307. * list. although we can change the list dynamically, in this version,
  308. * a static RING of buffer descriptors is used.
  309. *
  310. * the ring is built in this function, and is set up to the hardware.
  311. */
  312. static int atiixp_build_dma_packets(struct atiixp *chip, struct atiixp_dma *dma,
  313. struct snd_pcm_substream *substream,
  314. unsigned int periods,
  315. unsigned int period_bytes)
  316. {
  317. unsigned int i;
  318. u32 addr, desc_addr;
  319. unsigned long flags;
  320. if (periods > ATI_MAX_DESCRIPTORS)
  321. return -ENOMEM;
  322. if (dma->desc_buf.area == NULL) {
  323. if (snd_dma_alloc_pages(SNDRV_DMA_TYPE_DEV,
  324. snd_dma_pci_data(chip->pci),
  325. ATI_DESC_LIST_SIZE,
  326. &dma->desc_buf) < 0)
  327. return -ENOMEM;
  328. dma->period_bytes = dma->periods = 0; /* clear */
  329. }
  330. if (dma->periods == periods && dma->period_bytes == period_bytes)
  331. return 0;
  332. /* reset DMA before changing the descriptor table */
  333. spin_lock_irqsave(&chip->reg_lock, flags);
  334. writel(0, chip->remap_addr + dma->ops->llp_offset);
  335. dma->ops->enable_dma(chip, 0);
  336. dma->ops->enable_dma(chip, 1);
  337. spin_unlock_irqrestore(&chip->reg_lock, flags);
  338. /* fill the entries */
  339. addr = (u32)substream->runtime->dma_addr;
  340. desc_addr = (u32)dma->desc_buf.addr;
  341. for (i = 0; i < periods; i++) {
  342. struct atiixp_dma_desc *desc;
  343. desc = &((struct atiixp_dma_desc *)dma->desc_buf.area)[i];
  344. desc->addr = cpu_to_le32(addr);
  345. desc->status = 0;
  346. desc->size = period_bytes >> 2; /* in dwords */
  347. desc_addr += sizeof(struct atiixp_dma_desc);
  348. if (i == periods - 1)
  349. desc->next = cpu_to_le32((u32)dma->desc_buf.addr);
  350. else
  351. desc->next = cpu_to_le32(desc_addr);
  352. addr += period_bytes;
  353. }
  354. writel((u32)dma->desc_buf.addr | ATI_REG_LINKPTR_EN,
  355. chip->remap_addr + dma->ops->llp_offset);
  356. dma->period_bytes = period_bytes;
  357. dma->periods = periods;
  358. return 0;
  359. }
  360. /*
  361. * remove the ring buffer and release it if assigned
  362. */
  363. static void atiixp_clear_dma_packets(struct atiixp *chip, struct atiixp_dma *dma,
  364. struct snd_pcm_substream *substream)
  365. {
  366. if (dma->desc_buf.area) {
  367. writel(0, chip->remap_addr + dma->ops->llp_offset);
  368. snd_dma_free_pages(&dma->desc_buf);
  369. dma->desc_buf.area = NULL;
  370. }
  371. }
  372. /*
  373. * AC97 interface
  374. */
  375. static int snd_atiixp_acquire_codec(struct atiixp *chip)
  376. {
  377. int timeout = 1000;
  378. while (atiixp_read(chip, PHYS_OUT_ADDR) & ATI_REG_PHYS_OUT_ADDR_EN) {
  379. if (! timeout--) {
  380. snd_printk(KERN_WARNING "atiixp: codec acquire timeout\n");
  381. return -EBUSY;
  382. }
  383. udelay(1);
  384. }
  385. return 0;
  386. }
  387. static unsigned short snd_atiixp_codec_read(struct atiixp *chip, unsigned short codec, unsigned short reg)
  388. {
  389. unsigned int data;
  390. int timeout;
  391. if (snd_atiixp_acquire_codec(chip) < 0)
  392. return 0xffff;
  393. data = (reg << ATI_REG_PHYS_OUT_ADDR_SHIFT) |
  394. ATI_REG_PHYS_OUT_ADDR_EN |
  395. ATI_REG_PHYS_OUT_RW |
  396. codec;
  397. atiixp_write(chip, PHYS_OUT_ADDR, data);
  398. if (snd_atiixp_acquire_codec(chip) < 0)
  399. return 0xffff;
  400. timeout = 1000;
  401. do {
  402. data = atiixp_read(chip, PHYS_IN_ADDR);
  403. if (data & ATI_REG_PHYS_IN_READ_FLAG)
  404. return data >> ATI_REG_PHYS_IN_DATA_SHIFT;
  405. udelay(1);
  406. } while (--timeout);
  407. /* time out may happen during reset */
  408. if (reg < 0x7c)
  409. snd_printk(KERN_WARNING "atiixp: codec read timeout (reg %x)\n", reg);
  410. return 0xffff;
  411. }
  412. static void snd_atiixp_codec_write(struct atiixp *chip, unsigned short codec,
  413. unsigned short reg, unsigned short val)
  414. {
  415. unsigned int data;
  416. if (snd_atiixp_acquire_codec(chip) < 0)
  417. return;
  418. data = ((unsigned int)val << ATI_REG_PHYS_OUT_DATA_SHIFT) |
  419. ((unsigned int)reg << ATI_REG_PHYS_OUT_ADDR_SHIFT) |
  420. ATI_REG_PHYS_OUT_ADDR_EN | codec;
  421. atiixp_write(chip, PHYS_OUT_ADDR, data);
  422. }
  423. static unsigned short snd_atiixp_ac97_read(struct snd_ac97 *ac97,
  424. unsigned short reg)
  425. {
  426. struct atiixp *chip = ac97->private_data;
  427. return snd_atiixp_codec_read(chip, ac97->num, reg);
  428. }
  429. static void snd_atiixp_ac97_write(struct snd_ac97 *ac97, unsigned short reg,
  430. unsigned short val)
  431. {
  432. struct atiixp *chip = ac97->private_data;
  433. snd_atiixp_codec_write(chip, ac97->num, reg, val);
  434. }
  435. /*
  436. * reset AC link
  437. */
  438. static int snd_atiixp_aclink_reset(struct atiixp *chip)
  439. {
  440. int timeout;
  441. /* reset powerdoewn */
  442. if (atiixp_update(chip, CMD, ATI_REG_CMD_POWERDOWN, 0))
  443. udelay(10);
  444. /* perform a software reset */
  445. atiixp_update(chip, CMD, ATI_REG_CMD_AC_SOFT_RESET, ATI_REG_CMD_AC_SOFT_RESET);
  446. atiixp_read(chip, CMD);
  447. udelay(10);
  448. atiixp_update(chip, CMD, ATI_REG_CMD_AC_SOFT_RESET, 0);
  449. timeout = 10;
  450. while (! (atiixp_read(chip, CMD) & ATI_REG_CMD_ACLINK_ACTIVE)) {
  451. /* do a hard reset */
  452. atiixp_update(chip, CMD, ATI_REG_CMD_AC_SYNC|ATI_REG_CMD_AC_RESET,
  453. ATI_REG_CMD_AC_SYNC);
  454. atiixp_read(chip, CMD);
  455. mdelay(1);
  456. atiixp_update(chip, CMD, ATI_REG_CMD_AC_RESET, ATI_REG_CMD_AC_RESET);
  457. if (--timeout) {
  458. snd_printk(KERN_ERR "atiixp: codec reset timeout\n");
  459. break;
  460. }
  461. }
  462. /* deassert RESET and assert SYNC to make sure */
  463. atiixp_update(chip, CMD, ATI_REG_CMD_AC_SYNC|ATI_REG_CMD_AC_RESET,
  464. ATI_REG_CMD_AC_SYNC|ATI_REG_CMD_AC_RESET);
  465. return 0;
  466. }
  467. #ifdef CONFIG_PM
  468. static int snd_atiixp_aclink_down(struct atiixp *chip)
  469. {
  470. // if (atiixp_read(chip, MODEM_MIRROR) & 0x1) /* modem running, too? */
  471. // return -EBUSY;
  472. atiixp_update(chip, CMD,
  473. ATI_REG_CMD_POWERDOWN | ATI_REG_CMD_AC_RESET,
  474. ATI_REG_CMD_POWERDOWN);
  475. return 0;
  476. }
  477. #endif
  478. /*
  479. * auto-detection of codecs
  480. *
  481. * the IXP chip can generate interrupts for the non-existing codecs.
  482. * NEW_FRAME interrupt is used to make sure that the interrupt is generated
  483. * even if all three codecs are connected.
  484. */
  485. #define ALL_CODEC_NOT_READY \
  486. (ATI_REG_ISR_CODEC0_NOT_READY |\
  487. ATI_REG_ISR_CODEC1_NOT_READY |\
  488. ATI_REG_ISR_CODEC2_NOT_READY)
  489. #define CODEC_CHECK_BITS (ALL_CODEC_NOT_READY|ATI_REG_ISR_NEW_FRAME)
  490. static int ac97_probing_bugs(struct pci_dev *pci)
  491. {
  492. int i = 0;
  493. while (atiixp_quirks[i].subvendor) {
  494. if (pci->subsystem_vendor == atiixp_quirks[i].subvendor &&
  495. pci->subsystem_device == atiixp_quirks[i].subdevice) {
  496. printk(KERN_INFO "Atiixp quirk for %s. "
  497. "Forcing codec %d\n", atiixp_quirks[i].name,
  498. atiixp_quirks[i].ac97_codec);
  499. return atiixp_quirks[i].ac97_codec;
  500. }
  501. i++;
  502. }
  503. /* this hardware doesn't need workarounds. Probe for codec */
  504. return -1;
  505. }
  506. static int snd_atiixp_codec_detect(struct atiixp *chip)
  507. {
  508. int timeout;
  509. chip->codec_not_ready_bits = 0;
  510. if (ac97_codec == -1)
  511. ac97_codec = ac97_probing_bugs(chip->pci);
  512. if (ac97_codec >= 0) {
  513. chip->codec_not_ready_bits |=
  514. CODEC_CHECK_BITS ^ (1 << (ac97_codec + 10));
  515. return 0;
  516. }
  517. atiixp_write(chip, IER, CODEC_CHECK_BITS);
  518. /* wait for the interrupts */
  519. timeout = 50;
  520. while (timeout-- > 0) {
  521. mdelay(1);
  522. if (chip->codec_not_ready_bits)
  523. break;
  524. }
  525. atiixp_write(chip, IER, 0); /* disable irqs */
  526. if ((chip->codec_not_ready_bits & ALL_CODEC_NOT_READY) == ALL_CODEC_NOT_READY) {
  527. snd_printk(KERN_ERR "atiixp: no codec detected!\n");
  528. return -ENXIO;
  529. }
  530. return 0;
  531. }
  532. /*
  533. * enable DMA and irqs
  534. */
  535. static int snd_atiixp_chip_start(struct atiixp *chip)
  536. {
  537. unsigned int reg;
  538. /* set up spdif, enable burst mode */
  539. reg = atiixp_read(chip, CMD);
  540. reg |= 0x02 << ATI_REG_CMD_SPDF_THRESHOLD_SHIFT;
  541. reg |= ATI_REG_CMD_BURST_EN;
  542. atiixp_write(chip, CMD, reg);
  543. reg = atiixp_read(chip, SPDF_CMD);
  544. reg &= ~(ATI_REG_SPDF_CMD_LFSR|ATI_REG_SPDF_CMD_SINGLE_CH);
  545. atiixp_write(chip, SPDF_CMD, reg);
  546. /* clear all interrupt source */
  547. atiixp_write(chip, ISR, 0xffffffff);
  548. /* enable irqs */
  549. atiixp_write(chip, IER,
  550. ATI_REG_IER_IO_STATUS_EN |
  551. ATI_REG_IER_IN_XRUN_EN |
  552. ATI_REG_IER_OUT_XRUN_EN |
  553. ATI_REG_IER_SPDF_XRUN_EN |
  554. ATI_REG_IER_SPDF_STATUS_EN);
  555. return 0;
  556. }
  557. /*
  558. * disable DMA and IRQs
  559. */
  560. static int snd_atiixp_chip_stop(struct atiixp *chip)
  561. {
  562. /* clear interrupt source */
  563. atiixp_write(chip, ISR, atiixp_read(chip, ISR));
  564. /* disable irqs */
  565. atiixp_write(chip, IER, 0);
  566. return 0;
  567. }
  568. /*
  569. * PCM section
  570. */
  571. /*
  572. * pointer callback simplly reads XXX_DMA_DT_CUR register as the current
  573. * position. when SG-buffer is implemented, the offset must be calculated
  574. * correctly...
  575. */
  576. static snd_pcm_uframes_t snd_atiixp_pcm_pointer(struct snd_pcm_substream *substream)
  577. {
  578. struct atiixp *chip = snd_pcm_substream_chip(substream);
  579. struct snd_pcm_runtime *runtime = substream->runtime;
  580. struct atiixp_dma *dma = runtime->private_data;
  581. unsigned int curptr;
  582. int timeout = 1000;
  583. while (timeout--) {
  584. curptr = readl(chip->remap_addr + dma->ops->dt_cur);
  585. if (curptr < dma->buf_addr)
  586. continue;
  587. curptr -= dma->buf_addr;
  588. if (curptr >= dma->buf_bytes)
  589. continue;
  590. return bytes_to_frames(runtime, curptr);
  591. }
  592. snd_printd("atiixp: invalid DMA pointer read 0x%x (buf=%x)\n",
  593. readl(chip->remap_addr + dma->ops->dt_cur), dma->buf_addr);
  594. return 0;
  595. }
  596. /*
  597. * XRUN detected, and stop the PCM substream
  598. */
  599. static void snd_atiixp_xrun_dma(struct atiixp *chip, struct atiixp_dma *dma)
  600. {
  601. if (! dma->substream || ! dma->running)
  602. return;
  603. snd_printdd("atiixp: XRUN detected (DMA %d)\n", dma->ops->type);
  604. snd_pcm_stop(dma->substream, SNDRV_PCM_STATE_XRUN);
  605. }
  606. /*
  607. * the period ack. update the substream.
  608. */
  609. static void snd_atiixp_update_dma(struct atiixp *chip, struct atiixp_dma *dma)
  610. {
  611. if (! dma->substream || ! dma->running)
  612. return;
  613. snd_pcm_period_elapsed(dma->substream);
  614. }
  615. /* set BUS_BUSY interrupt bit if any DMA is running */
  616. /* call with spinlock held */
  617. static void snd_atiixp_check_bus_busy(struct atiixp *chip)
  618. {
  619. unsigned int bus_busy;
  620. if (atiixp_read(chip, CMD) & (ATI_REG_CMD_SEND_EN |
  621. ATI_REG_CMD_RECEIVE_EN |
  622. ATI_REG_CMD_SPDF_OUT_EN))
  623. bus_busy = ATI_REG_IER_SET_BUS_BUSY;
  624. else
  625. bus_busy = 0;
  626. atiixp_update(chip, IER, ATI_REG_IER_SET_BUS_BUSY, bus_busy);
  627. }
  628. /* common trigger callback
  629. * calling the lowlevel callbacks in it
  630. */
  631. static int snd_atiixp_pcm_trigger(struct snd_pcm_substream *substream, int cmd)
  632. {
  633. struct atiixp *chip = snd_pcm_substream_chip(substream);
  634. struct atiixp_dma *dma = substream->runtime->private_data;
  635. int err = 0;
  636. snd_assert(dma->ops->enable_transfer && dma->ops->flush_dma, return -EINVAL);
  637. spin_lock(&chip->reg_lock);
  638. switch (cmd) {
  639. case SNDRV_PCM_TRIGGER_START:
  640. case SNDRV_PCM_TRIGGER_PAUSE_RELEASE:
  641. case SNDRV_PCM_TRIGGER_RESUME:
  642. dma->ops->enable_transfer(chip, 1);
  643. dma->running = 1;
  644. dma->suspended = 0;
  645. break;
  646. case SNDRV_PCM_TRIGGER_STOP:
  647. case SNDRV_PCM_TRIGGER_PAUSE_PUSH:
  648. case SNDRV_PCM_TRIGGER_SUSPEND:
  649. dma->ops->enable_transfer(chip, 0);
  650. dma->running = 0;
  651. dma->suspended = cmd == SNDRV_PCM_TRIGGER_SUSPEND;
  652. break;
  653. default:
  654. err = -EINVAL;
  655. break;
  656. }
  657. if (! err) {
  658. snd_atiixp_check_bus_busy(chip);
  659. if (cmd == SNDRV_PCM_TRIGGER_STOP) {
  660. dma->ops->flush_dma(chip);
  661. snd_atiixp_check_bus_busy(chip);
  662. }
  663. }
  664. spin_unlock(&chip->reg_lock);
  665. return err;
  666. }
  667. /*
  668. * lowlevel callbacks for each DMA type
  669. *
  670. * every callback is supposed to be called in chip->reg_lock spinlock
  671. */
  672. /* flush FIFO of analog OUT DMA */
  673. static void atiixp_out_flush_dma(struct atiixp *chip)
  674. {
  675. atiixp_write(chip, FIFO_FLUSH, ATI_REG_FIFO_OUT_FLUSH);
  676. }
  677. /* enable/disable analog OUT DMA */
  678. static void atiixp_out_enable_dma(struct atiixp *chip, int on)
  679. {
  680. unsigned int data;
  681. data = atiixp_read(chip, CMD);
  682. if (on) {
  683. if (data & ATI_REG_CMD_OUT_DMA_EN)
  684. return;
  685. atiixp_out_flush_dma(chip);
  686. data |= ATI_REG_CMD_OUT_DMA_EN;
  687. } else
  688. data &= ~ATI_REG_CMD_OUT_DMA_EN;
  689. atiixp_write(chip, CMD, data);
  690. }
  691. /* start/stop transfer over OUT DMA */
  692. static void atiixp_out_enable_transfer(struct atiixp *chip, int on)
  693. {
  694. atiixp_update(chip, CMD, ATI_REG_CMD_SEND_EN,
  695. on ? ATI_REG_CMD_SEND_EN : 0);
  696. }
  697. /* enable/disable analog IN DMA */
  698. static void atiixp_in_enable_dma(struct atiixp *chip, int on)
  699. {
  700. atiixp_update(chip, CMD, ATI_REG_CMD_IN_DMA_EN,
  701. on ? ATI_REG_CMD_IN_DMA_EN : 0);
  702. }
  703. /* start/stop analog IN DMA */
  704. static void atiixp_in_enable_transfer(struct atiixp *chip, int on)
  705. {
  706. if (on) {
  707. unsigned int data = atiixp_read(chip, CMD);
  708. if (! (data & ATI_REG_CMD_RECEIVE_EN)) {
  709. data |= ATI_REG_CMD_RECEIVE_EN;
  710. #if 0 /* FIXME: this causes the endless loop */
  711. /* wait until slot 3/4 are finished */
  712. while ((atiixp_read(chip, COUNTER) &
  713. ATI_REG_COUNTER_SLOT) != 5)
  714. ;
  715. #endif
  716. atiixp_write(chip, CMD, data);
  717. }
  718. } else
  719. atiixp_update(chip, CMD, ATI_REG_CMD_RECEIVE_EN, 0);
  720. }
  721. /* flush FIFO of analog IN DMA */
  722. static void atiixp_in_flush_dma(struct atiixp *chip)
  723. {
  724. atiixp_write(chip, FIFO_FLUSH, ATI_REG_FIFO_IN_FLUSH);
  725. }
  726. /* enable/disable SPDIF OUT DMA */
  727. static void atiixp_spdif_enable_dma(struct atiixp *chip, int on)
  728. {
  729. atiixp_update(chip, CMD, ATI_REG_CMD_SPDF_DMA_EN,
  730. on ? ATI_REG_CMD_SPDF_DMA_EN : 0);
  731. }
  732. /* start/stop SPDIF OUT DMA */
  733. static void atiixp_spdif_enable_transfer(struct atiixp *chip, int on)
  734. {
  735. unsigned int data;
  736. data = atiixp_read(chip, CMD);
  737. if (on)
  738. data |= ATI_REG_CMD_SPDF_OUT_EN;
  739. else
  740. data &= ~ATI_REG_CMD_SPDF_OUT_EN;
  741. atiixp_write(chip, CMD, data);
  742. }
  743. /* flush FIFO of SPDIF OUT DMA */
  744. static void atiixp_spdif_flush_dma(struct atiixp *chip)
  745. {
  746. int timeout;
  747. /* DMA off, transfer on */
  748. atiixp_spdif_enable_dma(chip, 0);
  749. atiixp_spdif_enable_transfer(chip, 1);
  750. timeout = 100;
  751. do {
  752. if (! (atiixp_read(chip, SPDF_DMA_DT_SIZE) & ATI_REG_DMA_FIFO_USED))
  753. break;
  754. udelay(1);
  755. } while (timeout-- > 0);
  756. atiixp_spdif_enable_transfer(chip, 0);
  757. }
  758. /* set up slots and formats for SPDIF OUT */
  759. static int snd_atiixp_spdif_prepare(struct snd_pcm_substream *substream)
  760. {
  761. struct atiixp *chip = snd_pcm_substream_chip(substream);
  762. spin_lock_irq(&chip->reg_lock);
  763. if (chip->spdif_over_aclink) {
  764. unsigned int data;
  765. /* enable slots 10/11 */
  766. atiixp_update(chip, CMD, ATI_REG_CMD_SPDF_CONFIG_MASK,
  767. ATI_REG_CMD_SPDF_CONFIG_01);
  768. data = atiixp_read(chip, OUT_DMA_SLOT) & ~ATI_REG_OUT_DMA_SLOT_MASK;
  769. data |= ATI_REG_OUT_DMA_SLOT_BIT(10) |
  770. ATI_REG_OUT_DMA_SLOT_BIT(11);
  771. data |= 0x04 << ATI_REG_OUT_DMA_THRESHOLD_SHIFT;
  772. atiixp_write(chip, OUT_DMA_SLOT, data);
  773. atiixp_update(chip, CMD, ATI_REG_CMD_INTERLEAVE_OUT,
  774. substream->runtime->format == SNDRV_PCM_FORMAT_S16_LE ?
  775. ATI_REG_CMD_INTERLEAVE_OUT : 0);
  776. } else {
  777. atiixp_update(chip, CMD, ATI_REG_CMD_SPDF_CONFIG_MASK, 0);
  778. atiixp_update(chip, CMD, ATI_REG_CMD_INTERLEAVE_SPDF, 0);
  779. }
  780. spin_unlock_irq(&chip->reg_lock);
  781. return 0;
  782. }
  783. /* set up slots and formats for analog OUT */
  784. static int snd_atiixp_playback_prepare(struct snd_pcm_substream *substream)
  785. {
  786. struct atiixp *chip = snd_pcm_substream_chip(substream);
  787. unsigned int data;
  788. spin_lock_irq(&chip->reg_lock);
  789. data = atiixp_read(chip, OUT_DMA_SLOT) & ~ATI_REG_OUT_DMA_SLOT_MASK;
  790. switch (substream->runtime->channels) {
  791. case 8:
  792. data |= ATI_REG_OUT_DMA_SLOT_BIT(10) |
  793. ATI_REG_OUT_DMA_SLOT_BIT(11);
  794. /* fallthru */
  795. case 6:
  796. data |= ATI_REG_OUT_DMA_SLOT_BIT(7) |
  797. ATI_REG_OUT_DMA_SLOT_BIT(8);
  798. /* fallthru */
  799. case 4:
  800. data |= ATI_REG_OUT_DMA_SLOT_BIT(6) |
  801. ATI_REG_OUT_DMA_SLOT_BIT(9);
  802. /* fallthru */
  803. default:
  804. data |= ATI_REG_OUT_DMA_SLOT_BIT(3) |
  805. ATI_REG_OUT_DMA_SLOT_BIT(4);
  806. break;
  807. }
  808. /* set output threshold */
  809. data |= 0x04 << ATI_REG_OUT_DMA_THRESHOLD_SHIFT;
  810. atiixp_write(chip, OUT_DMA_SLOT, data);
  811. atiixp_update(chip, CMD, ATI_REG_CMD_INTERLEAVE_OUT,
  812. substream->runtime->format == SNDRV_PCM_FORMAT_S16_LE ?
  813. ATI_REG_CMD_INTERLEAVE_OUT : 0);
  814. /*
  815. * enable 6 channel re-ordering bit if needed
  816. */
  817. atiixp_update(chip, 6CH_REORDER, ATI_REG_6CH_REORDER_EN,
  818. substream->runtime->channels >= 6 ? ATI_REG_6CH_REORDER_EN: 0);
  819. spin_unlock_irq(&chip->reg_lock);
  820. return 0;
  821. }
  822. /* set up slots and formats for analog IN */
  823. static int snd_atiixp_capture_prepare(struct snd_pcm_substream *substream)
  824. {
  825. struct atiixp *chip = snd_pcm_substream_chip(substream);
  826. spin_lock_irq(&chip->reg_lock);
  827. atiixp_update(chip, CMD, ATI_REG_CMD_INTERLEAVE_IN,
  828. substream->runtime->format == SNDRV_PCM_FORMAT_S16_LE ?
  829. ATI_REG_CMD_INTERLEAVE_IN : 0);
  830. spin_unlock_irq(&chip->reg_lock);
  831. return 0;
  832. }
  833. /*
  834. * hw_params - allocate the buffer and set up buffer descriptors
  835. */
  836. static int snd_atiixp_pcm_hw_params(struct snd_pcm_substream *substream,
  837. struct snd_pcm_hw_params *hw_params)
  838. {
  839. struct atiixp *chip = snd_pcm_substream_chip(substream);
  840. struct atiixp_dma *dma = substream->runtime->private_data;
  841. int err;
  842. err = snd_pcm_lib_malloc_pages(substream, params_buffer_bytes(hw_params));
  843. if (err < 0)
  844. return err;
  845. dma->buf_addr = substream->runtime->dma_addr;
  846. dma->buf_bytes = params_buffer_bytes(hw_params);
  847. err = atiixp_build_dma_packets(chip, dma, substream,
  848. params_periods(hw_params),
  849. params_period_bytes(hw_params));
  850. if (err < 0)
  851. return err;
  852. if (dma->ac97_pcm_type >= 0) {
  853. struct ac97_pcm *pcm = chip->pcms[dma->ac97_pcm_type];
  854. /* PCM is bound to AC97 codec(s)
  855. * set up the AC97 codecs
  856. */
  857. if (dma->pcm_open_flag) {
  858. snd_ac97_pcm_close(pcm);
  859. dma->pcm_open_flag = 0;
  860. }
  861. err = snd_ac97_pcm_open(pcm, params_rate(hw_params),
  862. params_channels(hw_params),
  863. pcm->r[0].slots);
  864. if (err >= 0)
  865. dma->pcm_open_flag = 1;
  866. }
  867. return err;
  868. }
  869. static int snd_atiixp_pcm_hw_free(struct snd_pcm_substream *substream)
  870. {
  871. struct atiixp *chip = snd_pcm_substream_chip(substream);
  872. struct atiixp_dma *dma = substream->runtime->private_data;
  873. if (dma->pcm_open_flag) {
  874. struct ac97_pcm *pcm = chip->pcms[dma->ac97_pcm_type];
  875. snd_ac97_pcm_close(pcm);
  876. dma->pcm_open_flag = 0;
  877. }
  878. atiixp_clear_dma_packets(chip, dma, substream);
  879. snd_pcm_lib_free_pages(substream);
  880. return 0;
  881. }
  882. /*
  883. * pcm hardware definition, identical for all DMA types
  884. */
  885. static struct snd_pcm_hardware snd_atiixp_pcm_hw =
  886. {
  887. .info = (SNDRV_PCM_INFO_MMAP | SNDRV_PCM_INFO_INTERLEAVED |
  888. SNDRV_PCM_INFO_BLOCK_TRANSFER |
  889. SNDRV_PCM_INFO_PAUSE |
  890. SNDRV_PCM_INFO_RESUME |
  891. SNDRV_PCM_INFO_MMAP_VALID),
  892. .formats = SNDRV_PCM_FMTBIT_S16_LE | SNDRV_PCM_FMTBIT_S32_LE,
  893. .rates = SNDRV_PCM_RATE_48000,
  894. .rate_min = 48000,
  895. .rate_max = 48000,
  896. .channels_min = 2,
  897. .channels_max = 2,
  898. .buffer_bytes_max = 256 * 1024,
  899. .period_bytes_min = 32,
  900. .period_bytes_max = 128 * 1024,
  901. .periods_min = 2,
  902. .periods_max = ATI_MAX_DESCRIPTORS,
  903. };
  904. static int snd_atiixp_pcm_open(struct snd_pcm_substream *substream,
  905. struct atiixp_dma *dma, int pcm_type)
  906. {
  907. struct atiixp *chip = snd_pcm_substream_chip(substream);
  908. struct snd_pcm_runtime *runtime = substream->runtime;
  909. int err;
  910. snd_assert(dma->ops && dma->ops->enable_dma, return -EINVAL);
  911. if (dma->opened)
  912. return -EBUSY;
  913. dma->substream = substream;
  914. runtime->hw = snd_atiixp_pcm_hw;
  915. dma->ac97_pcm_type = pcm_type;
  916. if (pcm_type >= 0) {
  917. runtime->hw.rates = chip->pcms[pcm_type]->rates;
  918. snd_pcm_limit_hw_rates(runtime);
  919. } else {
  920. /* direct SPDIF */
  921. runtime->hw.formats = SNDRV_PCM_FMTBIT_IEC958_SUBFRAME_LE;
  922. }
  923. if ((err = snd_pcm_hw_constraint_integer(runtime, SNDRV_PCM_HW_PARAM_PERIODS)) < 0)
  924. return err;
  925. runtime->private_data = dma;
  926. /* enable DMA bits */
  927. spin_lock_irq(&chip->reg_lock);
  928. dma->ops->enable_dma(chip, 1);
  929. spin_unlock_irq(&chip->reg_lock);
  930. dma->opened = 1;
  931. return 0;
  932. }
  933. static int snd_atiixp_pcm_close(struct snd_pcm_substream *substream,
  934. struct atiixp_dma *dma)
  935. {
  936. struct atiixp *chip = snd_pcm_substream_chip(substream);
  937. /* disable DMA bits */
  938. snd_assert(dma->ops && dma->ops->enable_dma, return -EINVAL);
  939. spin_lock_irq(&chip->reg_lock);
  940. dma->ops->enable_dma(chip, 0);
  941. spin_unlock_irq(&chip->reg_lock);
  942. dma->substream = NULL;
  943. dma->opened = 0;
  944. return 0;
  945. }
  946. /*
  947. */
  948. static int snd_atiixp_playback_open(struct snd_pcm_substream *substream)
  949. {
  950. struct atiixp *chip = snd_pcm_substream_chip(substream);
  951. int err;
  952. mutex_lock(&chip->open_mutex);
  953. err = snd_atiixp_pcm_open(substream, &chip->dmas[ATI_DMA_PLAYBACK], 0);
  954. mutex_unlock(&chip->open_mutex);
  955. if (err < 0)
  956. return err;
  957. substream->runtime->hw.channels_max = chip->max_channels;
  958. if (chip->max_channels > 2)
  959. /* channels must be even */
  960. snd_pcm_hw_constraint_step(substream->runtime, 0,
  961. SNDRV_PCM_HW_PARAM_CHANNELS, 2);
  962. return 0;
  963. }
  964. static int snd_atiixp_playback_close(struct snd_pcm_substream *substream)
  965. {
  966. struct atiixp *chip = snd_pcm_substream_chip(substream);
  967. int err;
  968. mutex_lock(&chip->open_mutex);
  969. err = snd_atiixp_pcm_close(substream, &chip->dmas[ATI_DMA_PLAYBACK]);
  970. mutex_unlock(&chip->open_mutex);
  971. return err;
  972. }
  973. static int snd_atiixp_capture_open(struct snd_pcm_substream *substream)
  974. {
  975. struct atiixp *chip = snd_pcm_substream_chip(substream);
  976. return snd_atiixp_pcm_open(substream, &chip->dmas[ATI_DMA_CAPTURE], 1);
  977. }
  978. static int snd_atiixp_capture_close(struct snd_pcm_substream *substream)
  979. {
  980. struct atiixp *chip = snd_pcm_substream_chip(substream);
  981. return snd_atiixp_pcm_close(substream, &chip->dmas[ATI_DMA_CAPTURE]);
  982. }
  983. static int snd_atiixp_spdif_open(struct snd_pcm_substream *substream)
  984. {
  985. struct atiixp *chip = snd_pcm_substream_chip(substream);
  986. int err;
  987. mutex_lock(&chip->open_mutex);
  988. if (chip->spdif_over_aclink) /* share DMA_PLAYBACK */
  989. err = snd_atiixp_pcm_open(substream, &chip->dmas[ATI_DMA_PLAYBACK], 2);
  990. else
  991. err = snd_atiixp_pcm_open(substream, &chip->dmas[ATI_DMA_SPDIF], -1);
  992. mutex_unlock(&chip->open_mutex);
  993. return err;
  994. }
  995. static int snd_atiixp_spdif_close(struct snd_pcm_substream *substream)
  996. {
  997. struct atiixp *chip = snd_pcm_substream_chip(substream);
  998. int err;
  999. mutex_lock(&chip->open_mutex);
  1000. if (chip->spdif_over_aclink)
  1001. err = snd_atiixp_pcm_close(substream, &chip->dmas[ATI_DMA_PLAYBACK]);
  1002. else
  1003. err = snd_atiixp_pcm_close(substream, &chip->dmas[ATI_DMA_SPDIF]);
  1004. mutex_unlock(&chip->open_mutex);
  1005. return err;
  1006. }
  1007. /* AC97 playback */
  1008. static struct snd_pcm_ops snd_atiixp_playback_ops = {
  1009. .open = snd_atiixp_playback_open,
  1010. .close = snd_atiixp_playback_close,
  1011. .ioctl = snd_pcm_lib_ioctl,
  1012. .hw_params = snd_atiixp_pcm_hw_params,
  1013. .hw_free = snd_atiixp_pcm_hw_free,
  1014. .prepare = snd_atiixp_playback_prepare,
  1015. .trigger = snd_atiixp_pcm_trigger,
  1016. .pointer = snd_atiixp_pcm_pointer,
  1017. };
  1018. /* AC97 capture */
  1019. static struct snd_pcm_ops snd_atiixp_capture_ops = {
  1020. .open = snd_atiixp_capture_open,
  1021. .close = snd_atiixp_capture_close,
  1022. .ioctl = snd_pcm_lib_ioctl,
  1023. .hw_params = snd_atiixp_pcm_hw_params,
  1024. .hw_free = snd_atiixp_pcm_hw_free,
  1025. .prepare = snd_atiixp_capture_prepare,
  1026. .trigger = snd_atiixp_pcm_trigger,
  1027. .pointer = snd_atiixp_pcm_pointer,
  1028. };
  1029. /* SPDIF playback */
  1030. static struct snd_pcm_ops snd_atiixp_spdif_ops = {
  1031. .open = snd_atiixp_spdif_open,
  1032. .close = snd_atiixp_spdif_close,
  1033. .ioctl = snd_pcm_lib_ioctl,
  1034. .hw_params = snd_atiixp_pcm_hw_params,
  1035. .hw_free = snd_atiixp_pcm_hw_free,
  1036. .prepare = snd_atiixp_spdif_prepare,
  1037. .trigger = snd_atiixp_pcm_trigger,
  1038. .pointer = snd_atiixp_pcm_pointer,
  1039. };
  1040. static struct ac97_pcm atiixp_pcm_defs[] __devinitdata = {
  1041. /* front PCM */
  1042. {
  1043. .exclusive = 1,
  1044. .r = { {
  1045. .slots = (1 << AC97_SLOT_PCM_LEFT) |
  1046. (1 << AC97_SLOT_PCM_RIGHT) |
  1047. (1 << AC97_SLOT_PCM_CENTER) |
  1048. (1 << AC97_SLOT_PCM_SLEFT) |
  1049. (1 << AC97_SLOT_PCM_SRIGHT) |
  1050. (1 << AC97_SLOT_LFE)
  1051. }
  1052. }
  1053. },
  1054. /* PCM IN #1 */
  1055. {
  1056. .stream = 1,
  1057. .exclusive = 1,
  1058. .r = { {
  1059. .slots = (1 << AC97_SLOT_PCM_LEFT) |
  1060. (1 << AC97_SLOT_PCM_RIGHT)
  1061. }
  1062. }
  1063. },
  1064. /* S/PDIF OUT (optional) */
  1065. {
  1066. .exclusive = 1,
  1067. .spdif = 1,
  1068. .r = { {
  1069. .slots = (1 << AC97_SLOT_SPDIF_LEFT2) |
  1070. (1 << AC97_SLOT_SPDIF_RIGHT2)
  1071. }
  1072. }
  1073. },
  1074. };
  1075. static struct atiixp_dma_ops snd_atiixp_playback_dma_ops = {
  1076. .type = ATI_DMA_PLAYBACK,
  1077. .llp_offset = ATI_REG_OUT_DMA_LINKPTR,
  1078. .dt_cur = ATI_REG_OUT_DMA_DT_CUR,
  1079. .enable_dma = atiixp_out_enable_dma,
  1080. .enable_transfer = atiixp_out_enable_transfer,
  1081. .flush_dma = atiixp_out_flush_dma,
  1082. };
  1083. static struct atiixp_dma_ops snd_atiixp_capture_dma_ops = {
  1084. .type = ATI_DMA_CAPTURE,
  1085. .llp_offset = ATI_REG_IN_DMA_LINKPTR,
  1086. .dt_cur = ATI_REG_IN_DMA_DT_CUR,
  1087. .enable_dma = atiixp_in_enable_dma,
  1088. .enable_transfer = atiixp_in_enable_transfer,
  1089. .flush_dma = atiixp_in_flush_dma,
  1090. };
  1091. static struct atiixp_dma_ops snd_atiixp_spdif_dma_ops = {
  1092. .type = ATI_DMA_SPDIF,
  1093. .llp_offset = ATI_REG_SPDF_DMA_LINKPTR,
  1094. .dt_cur = ATI_REG_SPDF_DMA_DT_CUR,
  1095. .enable_dma = atiixp_spdif_enable_dma,
  1096. .enable_transfer = atiixp_spdif_enable_transfer,
  1097. .flush_dma = atiixp_spdif_flush_dma,
  1098. };
  1099. static int __devinit snd_atiixp_pcm_new(struct atiixp *chip)
  1100. {
  1101. struct snd_pcm *pcm;
  1102. struct snd_ac97_bus *pbus = chip->ac97_bus;
  1103. int err, i, num_pcms;
  1104. /* initialize constants */
  1105. chip->dmas[ATI_DMA_PLAYBACK].ops = &snd_atiixp_playback_dma_ops;
  1106. chip->dmas[ATI_DMA_CAPTURE].ops = &snd_atiixp_capture_dma_ops;
  1107. if (! chip->spdif_over_aclink)
  1108. chip->dmas[ATI_DMA_SPDIF].ops = &snd_atiixp_spdif_dma_ops;
  1109. /* assign AC97 pcm */
  1110. if (chip->spdif_over_aclink)
  1111. num_pcms = 3;
  1112. else
  1113. num_pcms = 2;
  1114. err = snd_ac97_pcm_assign(pbus, num_pcms, atiixp_pcm_defs);
  1115. if (err < 0)
  1116. return err;
  1117. for (i = 0; i < num_pcms; i++)
  1118. chip->pcms[i] = &pbus->pcms[i];
  1119. chip->max_channels = 2;
  1120. if (pbus->pcms[ATI_PCM_OUT].r[0].slots & (1 << AC97_SLOT_PCM_SLEFT)) {
  1121. if (pbus->pcms[ATI_PCM_OUT].r[0].slots & (1 << AC97_SLOT_LFE))
  1122. chip->max_channels = 6;
  1123. else
  1124. chip->max_channels = 4;
  1125. }
  1126. /* PCM #0: analog I/O */
  1127. err = snd_pcm_new(chip->card, "ATI IXP AC97",
  1128. ATI_PCMDEV_ANALOG, 1, 1, &pcm);
  1129. if (err < 0)
  1130. return err;
  1131. snd_pcm_set_ops(pcm, SNDRV_PCM_STREAM_PLAYBACK, &snd_atiixp_playback_ops);
  1132. snd_pcm_set_ops(pcm, SNDRV_PCM_STREAM_CAPTURE, &snd_atiixp_capture_ops);
  1133. pcm->private_data = chip;
  1134. strcpy(pcm->name, "ATI IXP AC97");
  1135. chip->pcmdevs[ATI_PCMDEV_ANALOG] = pcm;
  1136. snd_pcm_lib_preallocate_pages_for_all(pcm, SNDRV_DMA_TYPE_DEV,
  1137. snd_dma_pci_data(chip->pci),
  1138. 64*1024, 128*1024);
  1139. /* no SPDIF support on codec? */
  1140. if (chip->pcms[ATI_PCM_SPDIF] && ! chip->pcms[ATI_PCM_SPDIF]->rates)
  1141. return 0;
  1142. /* FIXME: non-48k sample rate doesn't work on my test machine with AD1888 */
  1143. if (chip->pcms[ATI_PCM_SPDIF])
  1144. chip->pcms[ATI_PCM_SPDIF]->rates = SNDRV_PCM_RATE_48000;
  1145. /* PCM #1: spdif playback */
  1146. err = snd_pcm_new(chip->card, "ATI IXP IEC958",
  1147. ATI_PCMDEV_DIGITAL, 1, 0, &pcm);
  1148. if (err < 0)
  1149. return err;
  1150. snd_pcm_set_ops(pcm, SNDRV_PCM_STREAM_PLAYBACK, &snd_atiixp_spdif_ops);
  1151. pcm->private_data = chip;
  1152. if (chip->spdif_over_aclink)
  1153. strcpy(pcm->name, "ATI IXP IEC958 (AC97)");
  1154. else
  1155. strcpy(pcm->name, "ATI IXP IEC958 (Direct)");
  1156. chip->pcmdevs[ATI_PCMDEV_DIGITAL] = pcm;
  1157. snd_pcm_lib_preallocate_pages_for_all(pcm, SNDRV_DMA_TYPE_DEV,
  1158. snd_dma_pci_data(chip->pci),
  1159. 64*1024, 128*1024);
  1160. /* pre-select AC97 SPDIF slots 10/11 */
  1161. for (i = 0; i < NUM_ATI_CODECS; i++) {
  1162. if (chip->ac97[i])
  1163. snd_ac97_update_bits(chip->ac97[i],
  1164. AC97_EXTENDED_STATUS,
  1165. 0x03 << 4, 0x03 << 4);
  1166. }
  1167. return 0;
  1168. }
  1169. /*
  1170. * interrupt handler
  1171. */
  1172. static irqreturn_t snd_atiixp_interrupt(int irq, void *dev_id)
  1173. {
  1174. struct atiixp *chip = dev_id;
  1175. unsigned int status;
  1176. status = atiixp_read(chip, ISR);
  1177. if (! status)
  1178. return IRQ_NONE;
  1179. /* process audio DMA */
  1180. if (status & ATI_REG_ISR_OUT_XRUN)
  1181. snd_atiixp_xrun_dma(chip, &chip->dmas[ATI_DMA_PLAYBACK]);
  1182. else if (status & ATI_REG_ISR_OUT_STATUS)
  1183. snd_atiixp_update_dma(chip, &chip->dmas[ATI_DMA_PLAYBACK]);
  1184. if (status & ATI_REG_ISR_IN_XRUN)
  1185. snd_atiixp_xrun_dma(chip, &chip->dmas[ATI_DMA_CAPTURE]);
  1186. else if (status & ATI_REG_ISR_IN_STATUS)
  1187. snd_atiixp_update_dma(chip, &chip->dmas[ATI_DMA_CAPTURE]);
  1188. if (! chip->spdif_over_aclink) {
  1189. if (status & ATI_REG_ISR_SPDF_XRUN)
  1190. snd_atiixp_xrun_dma(chip, &chip->dmas[ATI_DMA_SPDIF]);
  1191. else if (status & ATI_REG_ISR_SPDF_STATUS)
  1192. snd_atiixp_update_dma(chip, &chip->dmas[ATI_DMA_SPDIF]);
  1193. }
  1194. /* for codec detection */
  1195. if (status & CODEC_CHECK_BITS) {
  1196. unsigned int detected;
  1197. detected = status & CODEC_CHECK_BITS;
  1198. spin_lock(&chip->reg_lock);
  1199. chip->codec_not_ready_bits |= detected;
  1200. atiixp_update(chip, IER, detected, 0); /* disable the detected irqs */
  1201. spin_unlock(&chip->reg_lock);
  1202. }
  1203. /* ack */
  1204. atiixp_write(chip, ISR, status);
  1205. return IRQ_HANDLED;
  1206. }
  1207. /*
  1208. * ac97 mixer section
  1209. */
  1210. static struct ac97_quirk ac97_quirks[] __devinitdata = {
  1211. {
  1212. .subvendor = 0x103c,
  1213. .subdevice = 0x006b,
  1214. .name = "HP Pavilion ZV5030US",
  1215. .type = AC97_TUNE_MUTE_LED
  1216. },
  1217. {
  1218. .subvendor = 0x103c,
  1219. .subdevice = 0x308b,
  1220. .name = "HP nx6125",
  1221. .type = AC97_TUNE_MUTE_LED
  1222. },
  1223. { } /* terminator */
  1224. };
  1225. static int __devinit snd_atiixp_mixer_new(struct atiixp *chip, int clock,
  1226. const char *quirk_override)
  1227. {
  1228. struct snd_ac97_bus *pbus;
  1229. struct snd_ac97_template ac97;
  1230. int i, err;
  1231. int codec_count;
  1232. static struct snd_ac97_bus_ops ops = {
  1233. .write = snd_atiixp_ac97_write,
  1234. .read = snd_atiixp_ac97_read,
  1235. };
  1236. static unsigned int codec_skip[NUM_ATI_CODECS] = {
  1237. ATI_REG_ISR_CODEC0_NOT_READY,
  1238. ATI_REG_ISR_CODEC1_NOT_READY,
  1239. ATI_REG_ISR_CODEC2_NOT_READY,
  1240. };
  1241. if (snd_atiixp_codec_detect(chip) < 0)
  1242. return -ENXIO;
  1243. if ((err = snd_ac97_bus(chip->card, 0, &ops, chip, &pbus)) < 0)
  1244. return err;
  1245. pbus->clock = clock;
  1246. chip->ac97_bus = pbus;
  1247. codec_count = 0;
  1248. for (i = 0; i < NUM_ATI_CODECS; i++) {
  1249. if (chip->codec_not_ready_bits & codec_skip[i])
  1250. continue;
  1251. memset(&ac97, 0, sizeof(ac97));
  1252. ac97.private_data = chip;
  1253. ac97.pci = chip->pci;
  1254. ac97.num = i;
  1255. ac97.scaps = AC97_SCAP_SKIP_MODEM | AC97_SCAP_POWER_SAVE;
  1256. if (! chip->spdif_over_aclink)
  1257. ac97.scaps |= AC97_SCAP_NO_SPDIF;
  1258. if ((err = snd_ac97_mixer(pbus, &ac97, &chip->ac97[i])) < 0) {
  1259. chip->ac97[i] = NULL; /* to be sure */
  1260. snd_printdd("atiixp: codec %d not available for audio\n", i);
  1261. continue;
  1262. }
  1263. codec_count++;
  1264. }
  1265. if (! codec_count) {
  1266. snd_printk(KERN_ERR "atiixp: no codec available\n");
  1267. return -ENODEV;
  1268. }
  1269. snd_ac97_tune_hardware(chip->ac97[0], ac97_quirks, quirk_override);
  1270. return 0;
  1271. }
  1272. #ifdef CONFIG_PM
  1273. /*
  1274. * power management
  1275. */
  1276. static int snd_atiixp_suspend(struct pci_dev *pci, pm_message_t state)
  1277. {
  1278. struct snd_card *card = pci_get_drvdata(pci);
  1279. struct atiixp *chip = card->private_data;
  1280. int i;
  1281. snd_power_change_state(card, SNDRV_CTL_POWER_D3hot);
  1282. for (i = 0; i < NUM_ATI_PCMDEVS; i++)
  1283. if (chip->pcmdevs[i]) {
  1284. struct atiixp_dma *dma = &chip->dmas[i];
  1285. if (dma->substream && dma->running)
  1286. dma->saved_curptr = readl(chip->remap_addr +
  1287. dma->ops->dt_cur);
  1288. snd_pcm_suspend_all(chip->pcmdevs[i]);
  1289. }
  1290. for (i = 0; i < NUM_ATI_CODECS; i++)
  1291. snd_ac97_suspend(chip->ac97[i]);
  1292. snd_atiixp_aclink_down(chip);
  1293. snd_atiixp_chip_stop(chip);
  1294. pci_disable_device(pci);
  1295. pci_save_state(pci);
  1296. pci_set_power_state(pci, pci_choose_state(pci, state));
  1297. return 0;
  1298. }
  1299. static int snd_atiixp_resume(struct pci_dev *pci)
  1300. {
  1301. struct snd_card *card = pci_get_drvdata(pci);
  1302. struct atiixp *chip = card->private_data;
  1303. int i;
  1304. pci_set_power_state(pci, PCI_D0);
  1305. pci_restore_state(pci);
  1306. if (pci_enable_device(pci) < 0) {
  1307. printk(KERN_ERR "atiixp: pci_enable_device failed, "
  1308. "disabling device\n");
  1309. snd_card_disconnect(card);
  1310. return -EIO;
  1311. }
  1312. pci_set_master(pci);
  1313. snd_atiixp_aclink_reset(chip);
  1314. snd_atiixp_chip_start(chip);
  1315. for (i = 0; i < NUM_ATI_CODECS; i++)
  1316. snd_ac97_resume(chip->ac97[i]);
  1317. for (i = 0; i < NUM_ATI_PCMDEVS; i++)
  1318. if (chip->pcmdevs[i]) {
  1319. struct atiixp_dma *dma = &chip->dmas[i];
  1320. if (dma->substream && dma->suspended) {
  1321. dma->ops->enable_dma(chip, 1);
  1322. dma->substream->ops->prepare(dma->substream);
  1323. writel((u32)dma->desc_buf.addr | ATI_REG_LINKPTR_EN,
  1324. chip->remap_addr + dma->ops->llp_offset);
  1325. writel(dma->saved_curptr, chip->remap_addr +
  1326. dma->ops->dt_cur);
  1327. }
  1328. }
  1329. snd_power_change_state(card, SNDRV_CTL_POWER_D0);
  1330. return 0;
  1331. }
  1332. #endif /* CONFIG_PM */
  1333. #ifdef CONFIG_PROC_FS
  1334. /*
  1335. * proc interface for register dump
  1336. */
  1337. static void snd_atiixp_proc_read(struct snd_info_entry *entry,
  1338. struct snd_info_buffer *buffer)
  1339. {
  1340. struct atiixp *chip = entry->private_data;
  1341. int i;
  1342. for (i = 0; i < 256; i += 4)
  1343. snd_iprintf(buffer, "%02x: %08x\n", i, readl(chip->remap_addr + i));
  1344. }
  1345. static void __devinit snd_atiixp_proc_init(struct atiixp *chip)
  1346. {
  1347. struct snd_info_entry *entry;
  1348. if (! snd_card_proc_new(chip->card, "atiixp", &entry))
  1349. snd_info_set_text_ops(entry, chip, snd_atiixp_proc_read);
  1350. }
  1351. #else /* !CONFIG_PROC_FS */
  1352. #define snd_atiixp_proc_init(chip)
  1353. #endif
  1354. /*
  1355. * destructor
  1356. */
  1357. static int snd_atiixp_free(struct atiixp *chip)
  1358. {
  1359. if (chip->irq < 0)
  1360. goto __hw_end;
  1361. snd_atiixp_chip_stop(chip);
  1362. synchronize_irq(chip->irq);
  1363. __hw_end:
  1364. if (chip->irq >= 0)
  1365. free_irq(chip->irq, chip);
  1366. if (chip->remap_addr)
  1367. iounmap(chip->remap_addr);
  1368. pci_release_regions(chip->pci);
  1369. pci_disable_device(chip->pci);
  1370. kfree(chip);
  1371. return 0;
  1372. }
  1373. static int snd_atiixp_dev_free(struct snd_device *device)
  1374. {
  1375. struct atiixp *chip = device->device_data;
  1376. return snd_atiixp_free(chip);
  1377. }
  1378. /*
  1379. * constructor for chip instance
  1380. */
  1381. static int __devinit snd_atiixp_create(struct snd_card *card,
  1382. struct pci_dev *pci,
  1383. struct atiixp **r_chip)
  1384. {
  1385. static struct snd_device_ops ops = {
  1386. .dev_free = snd_atiixp_dev_free,
  1387. };
  1388. struct atiixp *chip;
  1389. int err;
  1390. if ((err = pci_enable_device(pci)) < 0)
  1391. return err;
  1392. chip = kzalloc(sizeof(*chip), GFP_KERNEL);
  1393. if (chip == NULL) {
  1394. pci_disable_device(pci);
  1395. return -ENOMEM;
  1396. }
  1397. spin_lock_init(&chip->reg_lock);
  1398. mutex_init(&chip->open_mutex);
  1399. chip->card = card;
  1400. chip->pci = pci;
  1401. chip->irq = -1;
  1402. if ((err = pci_request_regions(pci, "ATI IXP AC97")) < 0) {
  1403. pci_disable_device(pci);
  1404. kfree(chip);
  1405. return err;
  1406. }
  1407. chip->addr = pci_resource_start(pci, 0);
  1408. chip->remap_addr = ioremap_nocache(chip->addr, pci_resource_len(pci, 0));
  1409. if (chip->remap_addr == NULL) {
  1410. snd_printk(KERN_ERR "AC'97 space ioremap problem\n");
  1411. snd_atiixp_free(chip);
  1412. return -EIO;
  1413. }
  1414. if (request_irq(pci->irq, snd_atiixp_interrupt, IRQF_SHARED,
  1415. card->shortname, chip)) {
  1416. snd_printk(KERN_ERR "unable to grab IRQ %d\n", pci->irq);
  1417. snd_atiixp_free(chip);
  1418. return -EBUSY;
  1419. }
  1420. chip->irq = pci->irq;
  1421. pci_set_master(pci);
  1422. synchronize_irq(chip->irq);
  1423. if ((err = snd_device_new(card, SNDRV_DEV_LOWLEVEL, chip, &ops)) < 0) {
  1424. snd_atiixp_free(chip);
  1425. return err;
  1426. }
  1427. snd_card_set_dev(card, &pci->dev);
  1428. *r_chip = chip;
  1429. return 0;
  1430. }
  1431. static int __devinit snd_atiixp_probe(struct pci_dev *pci,
  1432. const struct pci_device_id *pci_id)
  1433. {
  1434. struct snd_card *card;
  1435. struct atiixp *chip;
  1436. unsigned char revision;
  1437. int err;
  1438. card = snd_card_new(index, id, THIS_MODULE, 0);
  1439. if (card == NULL)
  1440. return -ENOMEM;
  1441. pci_read_config_byte(pci, PCI_REVISION_ID, &revision);
  1442. strcpy(card->driver, spdif_aclink ? "ATIIXP" : "ATIIXP-SPDMA");
  1443. strcpy(card->shortname, "ATI IXP");
  1444. if ((err = snd_atiixp_create(card, pci, &chip)) < 0)
  1445. goto __error;
  1446. card->private_data = chip;
  1447. if ((err = snd_atiixp_aclink_reset(chip)) < 0)
  1448. goto __error;
  1449. chip->spdif_over_aclink = spdif_aclink;
  1450. if ((err = snd_atiixp_mixer_new(chip, ac97_clock, ac97_quirk)) < 0)
  1451. goto __error;
  1452. if ((err = snd_atiixp_pcm_new(chip)) < 0)
  1453. goto __error;
  1454. snd_atiixp_proc_init(chip);
  1455. snd_atiixp_chip_start(chip);
  1456. snprintf(card->longname, sizeof(card->longname),
  1457. "%s rev %x with %s at %#lx, irq %i", card->shortname, revision,
  1458. chip->ac97[0] ? snd_ac97_get_short_name(chip->ac97[0]) : "?",
  1459. chip->addr, chip->irq);
  1460. if ((err = snd_card_register(card)) < 0)
  1461. goto __error;
  1462. pci_set_drvdata(pci, card);
  1463. return 0;
  1464. __error:
  1465. snd_card_free(card);
  1466. return err;
  1467. }
  1468. static void __devexit snd_atiixp_remove(struct pci_dev *pci)
  1469. {
  1470. snd_card_free(pci_get_drvdata(pci));
  1471. pci_set_drvdata(pci, NULL);
  1472. }
  1473. static struct pci_driver driver = {
  1474. .name = "ATI IXP AC97 controller",
  1475. .id_table = snd_atiixp_ids,
  1476. .probe = snd_atiixp_probe,
  1477. .remove = __devexit_p(snd_atiixp_remove),
  1478. #ifdef CONFIG_PM
  1479. .suspend = snd_atiixp_suspend,
  1480. .resume = snd_atiixp_resume,
  1481. #endif
  1482. };
  1483. static int __init alsa_card_atiixp_init(void)
  1484. {
  1485. return pci_register_driver(&driver);
  1486. }
  1487. static void __exit alsa_card_atiixp_exit(void)
  1488. {
  1489. pci_unregister_driver(&driver);
  1490. }
  1491. module_init(alsa_card_atiixp_init)
  1492. module_exit(alsa_card_atiixp_exit)