ymfpci.h
上传用户:jlfgdled
上传日期:2013-04-10
资源大小:33168k
文件大小:10k
源码类别:

Linux/Unix编程

开发平台:

Unix_Linux

  1. #ifndef __YMFPCI_H
  2. #define __YMFPCI_H
  3. /*
  4.  *  Copyright (c) by Jaroslav Kysela <perex@suse.cz>
  5.  *  Definitions for Yahama YMF724/740/744/754 chips
  6.  *
  7.  *
  8.  *   This program is free software; you can redistribute it and/or modify
  9.  *   it under the terms of the GNU General Public License as published by
  10.  *   the Free Software Foundation; either version 2 of the License, or
  11.  *   (at your option) any later version.
  12.  *
  13.  *   This program is distributed in the hope that it will be useful,
  14.  *   but WITHOUT ANY WARRANTY; without even the implied warranty of
  15.  *   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  16.  *   GNU General Public License for more details.
  17.  *
  18.  *   You should have received a copy of the GNU General Public License
  19.  *   along with this program; if not, write to the Free Software
  20.  *   Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  21.  *
  22.  */
  23. #include <linux/config.h>
  24. /*
  25.  *  Direct registers
  26.  */
  27. /* #define YMFREG(codec, reg) (codec->port + YDSXGR_##reg) */
  28. #define YDSXGR_INTFLAG 0x0004
  29. #define YDSXGR_ACTIVITY 0x0006
  30. #define YDSXGR_GLOBALCTRL 0x0008
  31. #define YDSXGR_ZVCTRL 0x000A
  32. #define YDSXGR_TIMERCTRL 0x0010
  33. #define YDSXGR_TIMERCTRL_TEN  0x0001
  34. #define YDSXGR_TIMERCTRL_TIEN  0x0002
  35. #define YDSXGR_TIMERCOUNT 0x0012
  36. #define YDSXGR_SPDIFOUTCTRL 0x0018
  37. #define YDSXGR_SPDIFOUTSTATUS 0x001C
  38. #define YDSXGR_EEPROMCTRL 0x0020
  39. #define YDSXGR_SPDIFINCTRL 0x0034
  40. #define YDSXGR_SPDIFINSTATUS 0x0038
  41. #define YDSXGR_DSPPROGRAMDL 0x0048
  42. #define YDSXGR_DLCNTRL 0x004C
  43. #define YDSXGR_GPIOININTFLAG 0x0050
  44. #define YDSXGR_GPIOININTENABLE 0x0052
  45. #define YDSXGR_GPIOINSTATUS 0x0054
  46. #define YDSXGR_GPIOOUTCTRL 0x0056
  47. #define YDSXGR_GPIOFUNCENABLE 0x0058
  48. #define YDSXGR_GPIOTYPECONFIG 0x005A
  49. #define YDSXGR_AC97CMDDATA 0x0060
  50. #define YDSXGR_AC97CMDADR 0x0062
  51. #define YDSXGR_PRISTATUSDATA 0x0064
  52. #define YDSXGR_PRISTATUSADR 0x0066
  53. #define YDSXGR_SECSTATUSDATA 0x0068
  54. #define YDSXGR_SECSTATUSADR 0x006A
  55. #define YDSXGR_SECCONFIG 0x0070
  56. #define YDSXGR_LEGACYOUTVOL 0x0080
  57. #define YDSXGR_LEGACYOUTVOLL 0x0080
  58. #define YDSXGR_LEGACYOUTVOLR 0x0082
  59. #define YDSXGR_NATIVEDACOUTVOL 0x0084
  60. #define YDSXGR_NATIVEDACOUTVOLL 0x0084
  61. #define YDSXGR_NATIVEDACOUTVOLR 0x0086
  62. #define YDSXGR_SPDIFOUTVOL 0x0088
  63. #define YDSXGR_SPDIFOUTVOLL 0x0088
  64. #define YDSXGR_SPDIFOUTVOLR 0x008A
  65. #define YDSXGR_AC3OUTVOL 0x008C
  66. #define YDSXGR_AC3OUTVOLL 0x008C
  67. #define YDSXGR_AC3OUTVOLR 0x008E
  68. #define YDSXGR_PRIADCOUTVOL 0x0090
  69. #define YDSXGR_PRIADCOUTVOLL 0x0090
  70. #define YDSXGR_PRIADCOUTVOLR 0x0092
  71. #define YDSXGR_LEGACYLOOPVOL 0x0094
  72. #define YDSXGR_LEGACYLOOPVOLL 0x0094
  73. #define YDSXGR_LEGACYLOOPVOLR 0x0096
  74. #define YDSXGR_NATIVEDACLOOPVOL 0x0098
  75. #define YDSXGR_NATIVEDACLOOPVOLL 0x0098
  76. #define YDSXGR_NATIVEDACLOOPVOLR 0x009A
  77. #define YDSXGR_SPDIFLOOPVOL 0x009C
  78. #define YDSXGR_SPDIFLOOPVOLL 0x009E
  79. #define YDSXGR_SPDIFLOOPVOLR 0x009E
  80. #define YDSXGR_AC3LOOPVOL 0x00A0
  81. #define YDSXGR_AC3LOOPVOLL 0x00A0
  82. #define YDSXGR_AC3LOOPVOLR 0x00A2
  83. #define YDSXGR_PRIADCLOOPVOL 0x00A4
  84. #define YDSXGR_PRIADCLOOPVOLL 0x00A4
  85. #define YDSXGR_PRIADCLOOPVOLR 0x00A6
  86. #define YDSXGR_NATIVEADCINVOL 0x00A8
  87. #define YDSXGR_NATIVEADCINVOLL 0x00A8
  88. #define YDSXGR_NATIVEADCINVOLR 0x00AA
  89. #define YDSXGR_NATIVEDACINVOL 0x00AC
  90. #define YDSXGR_NATIVEDACINVOLL 0x00AC
  91. #define YDSXGR_NATIVEDACINVOLR 0x00AE
  92. #define YDSXGR_BUF441OUTVOL 0x00B0
  93. #define YDSXGR_BUF441OUTVOLL 0x00B0
  94. #define YDSXGR_BUF441OUTVOLR 0x00B2
  95. #define YDSXGR_BUF441LOOPVOL 0x00B4
  96. #define YDSXGR_BUF441LOOPVOLL 0x00B4
  97. #define YDSXGR_BUF441LOOPVOLR 0x00B6
  98. #define YDSXGR_SPDIFOUTVOL2 0x00B8
  99. #define YDSXGR_SPDIFOUTVOL2L 0x00B8
  100. #define YDSXGR_SPDIFOUTVOL2R 0x00BA
  101. #define YDSXGR_SPDIFLOOPVOL2 0x00BC
  102. #define YDSXGR_SPDIFLOOPVOL2L 0x00BC
  103. #define YDSXGR_SPDIFLOOPVOL2R 0x00BE
  104. #define YDSXGR_ADCSLOTSR 0x00C0
  105. #define YDSXGR_RECSLOTSR 0x00C4
  106. #define YDSXGR_ADCFORMAT 0x00C8
  107. #define YDSXGR_RECFORMAT 0x00CC
  108. #define YDSXGR_P44SLOTSR 0x00D0
  109. #define YDSXGR_STATUS 0x0100
  110. #define YDSXGR_CTRLSELECT 0x0104
  111. #define YDSXGR_MODE 0x0108
  112. #define YDSXGR_SAMPLECOUNT 0x010C
  113. #define YDSXGR_NUMOFSAMPLES 0x0110
  114. #define YDSXGR_CONFIG 0x0114
  115. #define YDSXGR_PLAYCTRLSIZE 0x0140
  116. #define YDSXGR_RECCTRLSIZE 0x0144
  117. #define YDSXGR_EFFCTRLSIZE 0x0148
  118. #define YDSXGR_WORKSIZE 0x014C
  119. #define YDSXGR_MAPOFREC 0x0150
  120. #define YDSXGR_MAPOFEFFECT 0x0154
  121. #define YDSXGR_PLAYCTRLBASE 0x0158
  122. #define YDSXGR_RECCTRLBASE 0x015C
  123. #define YDSXGR_EFFCTRLBASE 0x0160
  124. #define YDSXGR_WORKBASE 0x0164
  125. #define YDSXGR_DSPINSTRAM 0x1000
  126. #define YDSXGR_CTRLINSTRAM 0x4000
  127. #define YDSXG_AC97READCMD 0x8000
  128. #define YDSXG_AC97WRITECMD 0x0000
  129. #define PCIR_LEGCTRL 0x40
  130. #define PCIR_ELEGCTRL 0x42
  131. #define PCIR_DSXGCTRL 0x48
  132. #define PCIR_DSXPWRCTRL1 0x4a
  133. #define PCIR_DSXPWRCTRL2 0x4e
  134. #define PCIR_OPLADR 0x60
  135. #define PCIR_SBADR 0x62
  136. #define PCIR_MPUADR 0x64
  137. #define YDSXG_DSPLENGTH 0x0080
  138. #define YDSXG_CTRLLENGTH 0x3000
  139. #define YDSXG_DEFAULT_WORK_SIZE 0x0400
  140. #define YDSXG_PLAYBACK_VOICES 64
  141. #define YDSXG_CAPTURE_VOICES 2
  142. #define YDSXG_EFFECT_VOICES 5
  143. /* maxinum number of AC97 codecs connected, AC97 2.0 defined 4 */
  144. #define NR_AC97 2
  145. #define YMF_SAMPF 256 /* Samples per frame @48000 */
  146. /*
  147.  * The slot/voice control bank (2 of these per voice)
  148.  */
  149. typedef struct stru_ymfpci_playback_bank {
  150. u32 format;
  151. u32 loop_default;
  152. u32 base; /* 32-bit address */
  153. u32 loop_start; /* 32-bit offset */
  154. u32 loop_end; /* 32-bit offset */
  155. u32 loop_frac; /* 8-bit fraction - loop_start */
  156. u32 delta_end; /* pitch delta end */
  157. u32 lpfK_end;
  158. u32 eg_gain_end;
  159. u32 left_gain_end;
  160. u32 right_gain_end;
  161. u32 eff1_gain_end;
  162. u32 eff2_gain_end;
  163. u32 eff3_gain_end;
  164. u32 lpfQ;
  165. u32 status; /* P3: Always 0 for some reason. */
  166. u32 num_of_frames;
  167. u32 loop_count;
  168. u32 start; /* P3: J. reads this to know where chip is. */
  169. u32 start_frac;
  170. u32 delta;
  171. u32 lpfK;
  172. u32 eg_gain;
  173. u32 left_gain;
  174. u32 right_gain;
  175. u32 eff1_gain;
  176. u32 eff2_gain;
  177. u32 eff3_gain;
  178. u32 lpfD1;
  179. u32 lpfD2;
  180. } ymfpci_playback_bank_t;
  181. typedef struct stru_ymfpci_capture_bank {
  182. u32 base; /* 32-bit address (aligned at 4) */
  183. u32 loop_end; /* size in BYTES (aligned at 4) */
  184. u32 start; /* 32-bit offset */
  185. u32 num_of_loops; /* counter */
  186. } ymfpci_capture_bank_t;
  187. typedef struct stru_ymfpci_effect_bank {
  188. u32 base; /* 32-bit address */
  189. u32 loop_end; /* 32-bit offset */
  190. u32 start; /* 32-bit offset */
  191. u32 temp;
  192. } ymfpci_effect_bank_t;
  193. typedef struct ymf_voice ymfpci_voice_t;
  194. /*
  195.  * Throughout the code Yaroslav names YMF unit pointer "codec"
  196.  * even though it does not correspond to any codec. Must be historic.
  197.  * We replace it with "unit" over time.
  198.  * AC97 parts use "codec" to denote a codec, naturally.
  199.  */
  200. typedef struct ymf_unit ymfpci_t;
  201. typedef enum {
  202. YMFPCI_PCM,
  203. YMFPCI_SYNTH,
  204. YMFPCI_MIDI
  205. } ymfpci_voice_type_t;
  206. struct ymf_voice {
  207. // ymfpci_t *codec;
  208. int number;
  209. char use, pcm, synth, midi; // bool
  210. ymfpci_playback_bank_t *bank;
  211. struct ymf_pcm *ypcm;
  212. dma_addr_t bank_ba;
  213. };
  214. struct ymf_capture {
  215. // struct ymf_unit *unit;
  216. int use;
  217. ymfpci_capture_bank_t *bank;
  218. struct ymf_pcm *ypcm;
  219. };
  220. struct ymf_unit {
  221. u8 rev; /* PCI revision */
  222. void *reg_area_virt;
  223. void *dma_area_va;
  224. dma_addr_t dma_area_ba;
  225. unsigned int dma_area_size;
  226. dma_addr_t bank_base_capture;
  227. dma_addr_t bank_base_effect;
  228. dma_addr_t work_base;
  229. unsigned int work_size;
  230. u32 *ctrl_playback;
  231. dma_addr_t ctrl_playback_ba;
  232. ymfpci_playback_bank_t *bank_playback[YDSXG_PLAYBACK_VOICES][2];
  233. ymfpci_capture_bank_t *bank_capture[YDSXG_CAPTURE_VOICES][2];
  234. ymfpci_effect_bank_t *bank_effect[YDSXG_EFFECT_VOICES][2];
  235. int start_count;
  236. int suspended;
  237. u32 active_bank;
  238. struct ymf_voice voices[YDSXG_PLAYBACK_VOICES];
  239. struct ymf_capture capture[YDSXG_CAPTURE_VOICES];
  240. struct ac97_codec *ac97_codec[NR_AC97];
  241. u16 ac97_features;
  242. struct pci_dev *pci;
  243. #ifdef CONFIG_SOUND_YMFPCI_LEGACY
  244. /* legacy hardware resources */
  245. unsigned int iosynth, iomidi;
  246. struct address_info opl3_data, mpu_data;
  247. #endif
  248. spinlock_t reg_lock;
  249. spinlock_t voice_lock;
  250. /* soundcore stuff */
  251. int dev_audio;
  252. struct semaphore open_sem;
  253. struct list_head ymf_devs;
  254. struct list_head states; /* List of states for this unit */
  255. };
  256. struct ymf_dmabuf {
  257. dma_addr_t dma_addr;
  258. void *rawbuf;
  259. unsigned buforder;
  260. /* OSS buffer management stuff */
  261. unsigned numfrag;
  262. unsigned fragshift;
  263. /* our buffer acts like a circular ring */
  264. unsigned hwptr; /* where dma last started */
  265. unsigned swptr; /* where driver last clear/filled */
  266. int count; /* fill count */
  267. unsigned total_bytes; /* total bytes dmaed by hardware */
  268. wait_queue_head_t wait; /* put process on wait queue when no more space in buffer */
  269. /* redundant, but makes calculations easier */
  270. unsigned fragsize;
  271. unsigned dmasize; /* Total rawbuf[] size */
  272. /* OSS stuff */
  273. unsigned mapped:1;
  274. unsigned ready:1;
  275. unsigned ossfragshift;
  276. int ossmaxfrags;
  277. unsigned subdivision;
  278. };
  279. struct ymf_pcm_format {
  280. int format; /* OSS format */
  281. int rate; /* rate in Hz */
  282. int voices; /* number of voices */
  283. int shift; /* redundant, computed from the above */
  284. };
  285. typedef enum {
  286. PLAYBACK_VOICE,
  287. CAPTURE_REC,
  288. CAPTURE_AC97,
  289. EFFECT_DRY_LEFT,
  290. EFFECT_DRY_RIGHT,
  291. EFFECT_EFF1,
  292. EFFECT_EFF2,
  293. EFFECT_EFF3
  294. } ymfpci_pcm_type_t;
  295. /* This is variant record, but we hate unions. Little waste on pointers []. */
  296. struct ymf_pcm {
  297. ymfpci_pcm_type_t type;
  298. struct ymf_state *state;
  299. ymfpci_voice_t *voices[2];
  300. int capture_bank_number;
  301. struct ymf_dmabuf dmabuf;
  302. int running;
  303. int spdif;
  304. };
  305. /*
  306.  * "Software" or virtual channel, an instance of opened /dev/dsp.
  307.  * It may have two physical channels (pcms) for duplex operations.
  308.  */
  309. struct ymf_state {
  310. struct list_head chain;
  311. struct ymf_unit *unit; /* backpointer */
  312. struct ymf_pcm rpcm, wpcm;
  313. struct ymf_pcm_format format;
  314. };
  315. #endif /* __YMFPCI_H */