ixjuser.h
上传用户:sy_wanhua
上传日期:2013-07-25
资源大小:3048k
文件大小:22k
源码类别:

流媒体/Mpeg4/MP4

开发平台:

C/C++

  1. /*
  2.  *    ixjuser.h
  3.  *
  4.  *    User-space include file for the Internet PhoneJACK and
  5.  *    Internet LineJACK Telephony Cards.
  6.  *
  7.  *    (c) Copyright 1999 Quicknet Technologies, Inc.
  8.  *
  9.  *    This program is free software; you can redistribute it and/or
  10.  *    modify it under the terms of the GNU General Public License
  11.  *    as published by the Free Software Foundation; either version
  12.  *    2 of the License, or (at your option) any later version.
  13.  *
  14.  * Author:          Ed Okerson, <eokerson@quicknet.net>
  15.  *    
  16.  * Contributors:    Greg Herlein, <gherlein@quicknet.net>
  17.  *                  David W. Erhart, <derhart@quicknet.net>
  18.  *                  John Sellers, <jsellers@quicknet.net>
  19.  *                  Mike Preston, <mpreston@quicknet.net>
  20.  *
  21.  * More information about the hardware related to this driver can be found
  22.  * at our website:    http://www.quicknet.net
  23.  *
  24.  * Fixes:
  25.  *
  26.  * IN NO EVENT SHALL QUICKNET TECHNOLOGIES, INC. BE LIABLE TO ANY PARTY FOR
  27.  * DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES ARISING OUT
  28.  * OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN IF QUICKNET
  29.  * TECHNOLOGIES, INC.HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  30.  *
  31.  * QUICKNET TECHNOLOGIES, INC. SPECIFICALLY DISCLAIMS ANY WARRANTIES,
  32.  * INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY
  33.  * AND FITNESS FOR A PARTICULAR PURPOSE.  THE SOFTWARE PROVIDED HEREUNDER IS
  34.  * ON AN "AS IS" BASIS, AND QUICKNET TECHNOLOGIES, INC. HAS NO OBLIGATION 
  35.  * TO PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
  36.  *
  37.  */
  38. static char ixjuser_h_rcsid[] = "$Id: ixjuser.h,v 1.2 2000/01/10 21:31:25 ctam Exp $";
  39. // #include <linux/telephony.h>
  40. #include "telephony.h"
  41. /***************************************************************************
  42.   If you use the IXJCTL_TESTRAM command, the card must be power
  43.   cycled to reset the SRAM values before futher use.
  44. ***************************************************************************/
  45. #define IXJCTL_DSP_RESET  _IO  ('q', 0xC0)
  46. #define IXJCTL_RING         PHONE_RING
  47. #define IXJCTL_HOOKSTATE    PHONE_HOOKSTATE
  48. #define IXJCTL_MAXRINGS PHONE_MAXRINGS
  49. #define IXJCTL_RING_CADENCE PHONE_RING_CADENCE
  50. #define IXJCTL_RING_START PHONE_RING_START
  51. #define IXJCTL_RING_STOP PHONE_RING_STOP
  52. #define IXJCTL_CARDTYPE _IOR ('q', 0xC1, int)
  53. #define IXJCTL_SERIAL   _IOR ('q', 0xC2, int)
  54. #define IXJCTL_DSP_TYPE     _IOR ('q', 0xC3, int)
  55. #define IXJCTL_DSP_VERSION  _IOR ('q', 0xC4, int)
  56. #define IXJCTL_DSP_IDLE _IO  ('q', 0xC5)
  57. #define IXJCTL_TESTRAM _IO  ('q', 0xC6)
  58. /******************************************************************************
  59. *
  60. * This group of IOCTLs deal with the record settings of the DSP
  61. *
  62. * The IXJCTL_REC_DEPTH command sets the internal buffer depth of the DSP.
  63. * Setting a lower depth reduces latency, but increases the demand of the
  64. * application to service the driver without frame loss.  The DSP has 480
  65. * bytes of physical buffer memory for the record channel so the true
  66. * maximum limit is determined by how many frames will fit in the buffer.
  67. *
  68. * 1 uncompressed (480 byte) 16-bit linear frame.
  69. * 2 uncompressed (240 byte) 8-bit A-law/mu-law frames.
  70. * 15 TrueSpeech 8.5 frames.
  71. * 20 TrueSpeech 6.3,5.3,4.8 or 4.1 frames.
  72. *
  73. * The default in the driver is currently set to 2 frames.
  74. *
  75. * The IXJCTL_REC_VOLUME and IXJCTL_PLAY_VOLUME commands both use a Q8
  76. * number as a parameter, 0x100 scales the signal by 1.0, 0x200 scales the
  77. * signal by 2.0, 0x80 scales the signal by 0.5.  No protection is given
  78. * against over-scaling, if the multiplication factor times the input
  79. * signal exceeds 16 bits, overflow distortion will occur.  The default
  80. * setting is 0x100 (1.0).
  81. *
  82. * The IXJCTL_REC_LEVEL returns the average signal level (not r.m.s.) on
  83. * the most recently recorded frame as a 16 bit value.
  84. ******************************************************************************/
  85. #define IXJCTL_REC_CODEC                PHONE_REC_CODEC
  86. #define IXJCTL_REC_START                PHONE_REC_START
  87. #define IXJCTL_REC_STOP                 PHONE_REC_STOP
  88. #define IXJCTL_REC_DEPTH PHONE_REC_DEPTH
  89. #define IXJCTL_FRAME PHONE_FRAME
  90. #define IXJCTL_REC_VOLUME PHONE_REC_VOLUME
  91. #define IXJCTL_REC_LEVEL PHONE_REC_LEVEL
  92. typedef enum {
  93. f300_640 = 4, f300_500, f1100, f350, f400, f480, f440, f620, f20_50,
  94. f133_200, f300, f300_420, f330, f300_425, f330_440, f340, f350_400,
  95. f350_440, f350_450, f360, f380_420, f392, f400_425, f400_440, f400_450,
  96. f420, f425, f425_450, f425_475, f435, f440_450, f440_480, f445, f450,
  97. f452, f475, f480_620, f494, f500, f520, f523, f525, f540_660, f587,
  98. f590, f600, f660, f700, f740, f750, f750_1450, f770, f800, f816, f850,
  99. f857_1645, f900, f900_1300, f935_1215, f941_1477, f942, f950, f950_1400,
  100. f975, f1000, f1020, f1050, f1100_1750, f1140, f1200, f1209, f1330, f1336,
  101. lf1366, f1380, f1400, f1477, f1600, f1633_1638, f1800, f1860
  102. } IXJ_FILTER_FREQ;
  103. typedef struct {
  104. unsigned int filter;
  105. IXJ_FILTER_FREQ freq;
  106. char enable;
  107. } IXJ_FILTER;
  108. #define IXJCTL_SET_FILTER _IOW ('q', 0xC7, IXJ_FILTER *)
  109. #define IXJCTL_GET_FILTER_HIST _IOW ('q', 0xC8, int)
  110. /******************************************************************************
  111. *
  112. * This IOCTL allows you to reassign values in the tone index table.  The
  113. * tone table has 32 entries (0 - 31), but the driver only allows entries
  114. * 13 - 27 to be modified, entry 0 is reserved for silence and 1 - 12 are
  115. * the standard DTMF digits and 28 - 31 are the DTMF tones for A, B, C & D.
  116. * The positions used internally for Call Progress Tones are as follows:
  117. *    Dial Tone   - 25
  118. *    Ring Back   - 26
  119. *    Busy Signal - 27
  120. *
  121. * The freq values are calculated as:
  122. * freq = cos(2 * PI * frequency / 8000)
  123. *
  124. * The most commonly needed values are already calculated and listed in the
  125. * enum IXJ_TONE_FREQ.  Each tone index can have two frequencies with
  126. * different gains, if you are only using a single frequency set the unused
  127. * one to 0.
  128. *
  129. * The gain values range from 0 to 15 indicating +6dB to -24dB in 2dB
  130. * increments.
  131. *
  132. ******************************************************************************/
  133. typedef enum {
  134. hz20 = 0x7ffa,
  135. hz50 = 0x7fe5,
  136. hz133 = 0x7f4c,
  137. hz200 = 0x7e6b,
  138. hz261 = 0x7d50, /* .63 C1  */
  139. hz277 = 0x7cfa, /* .18 CS1 */
  140. hz293 = 0x7c9f, /* .66 D1  */
  141. hz300 = 0x7c75,
  142. hz311 = 0x7c32, /* .13 DS1 */
  143. hz329 = 0x7bbf, /* .63 E1  */
  144. hz330 = 0x7bb8,
  145. hz340 = 0x7b75,
  146. hz349 = 0x7b37, /* .23 F1  */
  147. hz350 = 0x7b30,
  148. hz360 = 0x7ae9,
  149. hz369 = 0x7aa8, /* .99 FS1 */
  150. hz380 = 0x7a56,
  151. hz392 = 0x79fa, /* .00 G1  */
  152. hz400 = 0x79bb,
  153. hz415 = 0x7941, /* .30 GS1 */
  154. hz420 = 0x7918,
  155. hz425 = 0x78ee,
  156. hz435 = 0x7899,
  157. hz440 = 0x786d, /* .00 A1  */
  158. hz445 = 0x7842,
  159. hz450 = 0x7815,
  160. hz452 = 0x7803,
  161. hz466 = 0x7784, /* .16 AS1 */
  162. hz475 = 0x7731,
  163. hz480 = 0x7701,
  164. hz493 = 0x7685, /* .88 B1  */
  165. hz494 = 0x767b,
  166. hz500 = 0x7640,
  167. hz520 = 0x7578,
  168. hz523 = 0x7559, /* .25 C2  */
  169. hz525 = 0x7544,
  170. hz540 = 0x74a7,
  171. hz554 = 0x7411, /* .37 CS2 */
  172. hz587 = 0x72a1, /* .33 D2  */
  173. hz590 = 0x727f,
  174. hz600 = 0x720b,
  175. hz620 = 0x711e,
  176. hz622 = 0x7106, /* .25 DS2 */
  177. hz659 = 0x6f3b, /* .26 E2  */
  178. hz660 = 0x6f2e,
  179. hz698 = 0x6d3d, /* .46 F2  */
  180. hz700 = 0x6d22,
  181. hz739 = 0x6b09, /* .99 FS2 */
  182. hz740 = 0x6afa,
  183. hz750 = 0x6a6c,
  184. hz770 = 0x694b,
  185. hz783 = 0x688b, /* .99 G2  */
  186. hz800 = 0x678d,
  187. hz816 = 0x6698,
  188. hz830 = 0x65bf, /* .61 GS2 */
  189. hz850 = 0x6484,
  190. hz857 = 0x6414,
  191. hz880 = 0x629f, /* .00 A2  */
  192. hz900 = 0x6154,
  193. hz932 = 0x5f35, /* .33 AS2 */
  194. hz935 = 0x5f01,
  195. hz941 = 0x5e9a,
  196. hz942 = 0x5e88,
  197. hz950 = 0x5dfd,
  198. hz975 = 0x5c44,
  199. hz1000 = 0x5a81,
  200. hz1020 = 0x5912,
  201. hz1050 = 0x56e2,
  202. hz1100 = 0x5320,
  203. hz1140 = 0x5007,
  204. hz1200 = 0x4b3b,
  205. hz1209 = 0x4a80,
  206. hz1215 = 0x4a02,
  207. hz1250 = 0x471c,
  208. hz1300 = 0x42e0,
  209. hz1330 = 0x4049,
  210. hz1336 = 0x3fc4,
  211. hz1366 = 0x3d22,
  212. hz1380 = 0x3be4,
  213. hz1400 = 0x3a1b,
  214. hz1450 = 0x3596,
  215. hz1477 = 0x331c,
  216. hz1500 = 0x30fb,
  217. hz1600 = 0x278d,
  218. hz1633 = 0x2462,
  219. hz1638 = 0x23e7,
  220. hz1645 = 0x233a,
  221. hz1750 = 0x18f8,
  222. hz1800 = 0x1405,
  223. hz1860 = 0xe0b,
  224. hz2100 = 0xf5f6,
  225. hz2450 = 0xd3b3
  226. } IXJ_FREQ;
  227. typedef enum {
  228. C1 = hz261,
  229. CS1 = hz277,
  230. D1 = hz293,
  231. DS1 = hz311,
  232. E1 = hz329,
  233. F1 = hz349,
  234. FS1 = hz369,
  235. G1 = hz392,
  236. GS1 = hz415,
  237. A1 = hz440,
  238. AS1 = hz466,
  239. B1 = hz493,
  240. C2 = hz523,
  241. CS2 = hz554,
  242. D2 = hz587,
  243. DS2 = hz622,
  244. E2 = hz659,
  245. F2 = hz698,
  246. FS2 = hz739,
  247. G2 = hz783,
  248. GS2 = hz830,
  249. A2 = hz880,
  250. AS2 = hz932,
  251. } IXJ_NOTE;
  252. typedef struct {
  253. int tone_index;
  254. int freq0;
  255. int gain0;
  256. int freq1;
  257. int gain1;
  258. } IXJ_TONE;
  259. #define IXJCTL_INIT_TONE _IOW ('q', 0xC9, IXJ_TONE *)
  260. /******************************************************************************
  261. *
  262. * The IXJCTL_TONE_CADENCE ioctl defines tone sequences used for various
  263. * Call Progress Tones (CPT).  This is accomplished by setting up an array of
  264. * IXJ_CADENCE_ELEMENT structures that sequentially define the states of
  265. * the tone sequence.  The tone_on_time and tone_off time are in
  266. * 250 microsecond intervals.  A pointer to this array is passed to the
  267. * driver as the ce element of an IXJ_CADENCE structure.  The elements_used
  268. * must be set to the number of IXJ_CADENCE_ELEMENTS in the array.  The
  269. * termination variable defines what to do at the end of a cadence, the
  270. * options are to play the cadence once and stop, to repeat the last
  271. * element of the cadence indefinatly, or to repeat the entire cadence
  272. * indefinatly.  The ce variable is a pointer to the array of IXJ_TONE
  273. * structures.  If the freq0 variable is non-zero, the tone table contents
  274. * for the tone_index are updated to the frequencies and gains defined.  It
  275. * should be noted that DTMF tones cannot be reassigned, so if DTMF tone
  276. * table indexs are used in a cadence the frequency and gain variables will
  277. * be ignored.
  278. *
  279. * If the array elements contain frequency parameters the driver will
  280. * initialize the needed tone table elements and begin playing the tone,
  281. * there is no preset limit on the number of elements in the cadence.  If
  282. * there is more than one frequency used in the cadence, sequential elements
  283. * of different frequencies MUST use different tone table indexes.  Only one
  284. * cadence can be played at a time.  It is possible to build complex
  285. * cadences with multiple frequencies using 2 tone table indexes by
  286. * alternating between them.
  287. *
  288. ******************************************************************************/
  289. typedef struct {
  290. int index;
  291. int tone_on_time;
  292. int tone_off_time;
  293. int freq0;
  294. int gain0;
  295. int freq1;
  296. int gain1;
  297. } IXJ_CADENCE_ELEMENT;
  298. typedef enum {
  299. PLAY_ONCE,
  300. REPEAT_LAST_ELEMENT,
  301. REPEAT_ALL
  302. } IXJ_CADENCE_TERM;
  303. typedef struct {
  304. int elements_used;
  305. IXJ_CADENCE_TERM termination;
  306. IXJ_CADENCE_ELEMENT *ce;
  307. } IXJ_CADENCE;
  308. #define IXJCTL_TONE_CADENCE _IOW ('q', 0xCA, IXJ_CADENCE *)
  309. /******************************************************************************
  310. *
  311. * This group of IOCTLs deal with the playback settings of the DSP
  312. *
  313. ******************************************************************************/
  314. #define IXJCTL_PLAY_CODEC               PHONE_PLAY_CODEC
  315. #define IXJCTL_PLAY_START               PHONE_PLAY_START
  316. #define IXJCTL_PLAY_STOP                PHONE_PLAY_STOP
  317. #define IXJCTL_PLAY_DEPTH PHONE_PLAY_DEPTH
  318. #define IXJCTL_PLAY_VOLUME PHONE_PLAY_VOLUME
  319. #define IXJCTL_PLAY_LEVEL PHONE_PLAY_LEVEL
  320. /******************************************************************************
  321. *
  322. * This group of IOCTLs deal with the Acoustic Echo Cancellation settings
  323. * of the DSP
  324. *
  325. * Issueing the IXJCTL_AEC_START command with a value of AEC_OFF has the
  326. * same effect as IXJCTL_AEC_STOP.  This is to simplify slider bar
  327. * controls.  IXJCTL_AEC_GET_LEVEL returns the current setting of the AEC.
  328. ******************************************************************************/
  329. #define IXJCTL_AEC_START _IOW ('q', 0xCB, int)
  330. #define IXJCTL_AEC_STOP _IO  ('q', 0xCC)
  331. #define IXJCTL_AEC_GET_LEVEL _IO  ('q', 0xCD)
  332. #define AEC_OFF   0
  333. #define AEC_LOW   1
  334. #define AEC_MED   2
  335. #define AEC_HIGH  3
  336. /******************************************************************************
  337. *
  338. * Call Progress Tones, DTMF, etc.
  339. * IXJCTL_DTMF_OOB determines if dtmf signaling is sent as Out-Of-Band
  340. * only.  If you pass a 1, dtmf is suppressed from the audio stream.
  341. * Tone on and off times are in 250 microsecond intervals so
  342. * ioctl(ixj1, IXJCTL_SET_TONE_ON_TIME, 360);
  343. * will set the tone on time of board ixj1 to 360 * 250us = 90ms
  344. * the default values of tone on and off times is 840 or 210ms
  345. ******************************************************************************/
  346. #define IXJCTL_DTMF_READY PHONE_DTMF_READY
  347. #define IXJCTL_GET_DTMF                 PHONE_GET_DTMF
  348. #define IXJCTL_GET_DTMF_ASCII           PHONE_GET_DTMF_ASCII
  349. #define IXJCTL_DTMF_OOB PHONE_DTMF_OOB
  350. #define IXJCTL_EXCEPTION PHONE_EXCEPTION
  351. #define IXJCTL_PLAY_TONE PHONE_PLAY_TONE
  352. #define IXJCTL_SET_TONE_ON_TIME PHONE_SET_TONE_ON_TIME
  353. #define IXJCTL_SET_TONE_OFF_TIME PHONE_SET_TONE_OFF_TIME
  354. #define IXJCTL_GET_TONE_ON_TIME PHONE_GET_TONE_ON_TIME
  355. #define IXJCTL_GET_TONE_OFF_TIME PHONE_GET_TONE_OFF_TIME
  356. #define IXJCTL_GET_TONE_STATE PHONE_GET_TONE_STATE
  357. #define IXJCTL_BUSY PHONE_BUSY
  358. #define IXJCTL_RINGBACK PHONE_RINGBACK
  359. #define IXJCTL_DIALTONE PHONE_DIALTONE
  360. #define IXJCTL_CPT_STOP PHONE_CPT_STOP
  361. /******************************************************************************
  362. * LineJack specific IOCTLs
  363. *
  364. * The lsb 4 bits of the LED argument represent the state of each of the 4
  365. * LED's on the LineJack
  366. ******************************************************************************/
  367. #define IXJCTL_SET_LED _IOW ('q', 0xCE, int)
  368. #define IXJCTL_MIXER _IOW ('q', 0xCF, int)
  369. /******************************************************************************
  370. * The master volume controls use attenuation with 32 levels from 0 to -62dB
  371. * with steps of 2dB each, the defines should be OR'ed together then sent
  372. * as the parameter to the mixer command to change the mixer settings.
  373. ******************************************************************************/
  374. #define MIXER_MASTER_L 0x0100
  375. #define MIXER_MASTER_R 0x0200
  376. #define ATT00DB 0x00
  377. #define ATT02DB 0x01
  378. #define ATT04DB 0x02
  379. #define ATT06DB 0x03
  380. #define ATT08DB 0x04
  381. #define ATT10DB 0x05
  382. #define ATT12DB 0x06
  383. #define ATT14DB 0x07
  384. #define ATT16DB 0x08
  385. #define ATT18DB 0x09
  386. #define ATT20DB 0x0A
  387. #define ATT22DB 0x0B
  388. #define ATT24DB 0x0C
  389. #define ATT26DB 0x0D
  390. #define ATT28DB 0x0E
  391. #define ATT30DB 0x0F
  392. #define ATT32DB 0x10
  393. #define ATT34DB 0x11
  394. #define ATT36DB 0x12
  395. #define ATT38DB 0x13
  396. #define ATT40DB 0x14
  397. #define ATT42DB 0x15
  398. #define ATT44DB 0x16
  399. #define ATT46DB 0x17
  400. #define ATT48DB 0x18
  401. #define ATT50DB 0x19
  402. #define ATT52DB 0x1A
  403. #define ATT54DB 0x1B
  404. #define ATT56DB 0x1C
  405. #define ATT58DB 0x1D
  406. #define ATT60DB 0x1E
  407. #define ATT62DB 0x1F
  408. #define MASTER_MUTE 0x80
  409. /******************************************************************************
  410. * The input volume controls use gain with 32 levels from +12dB to -50dB
  411. * with steps of 2dB each, the defines should be OR'ed together then sent
  412. * as the parameter to the mixer command to change the mixer settings.
  413. ******************************************************************************/
  414. #define MIXER_PORT_CD_L 0x0600
  415. #define MIXER_PORT_CD_R 0x0700
  416. #define MIXER_PORT_LINE_IN_L 0x0800
  417. #define MIXER_PORT_LINE_IN_R 0x0900
  418. #define MIXER_PORT_POTS_REC 0x0C00
  419. #define MIXER_PORT_MIC 0x0E00
  420. #define GAIN12DB 0x00
  421. #define GAIN10DB 0x01
  422. #define GAIN08DB 0x02
  423. #define GAIN06DB 0x03
  424. #define GAIN04DB 0x04
  425. #define GAIN02DB 0x05
  426. #define GAIN00DB 0x06
  427. #define GAIN_02DB 0x07
  428. #define GAIN_04DB 0x08
  429. #define GAIN_06DB 0x09
  430. #define GAIN_08DB 0x0A
  431. #define GAIN_10DB 0x0B
  432. #define GAIN_12DB 0x0C
  433. #define GAIN_14DB 0x0D
  434. #define GAIN_16DB 0x0E
  435. #define GAIN_18DB 0x0F
  436. #define GAIN_20DB 0x10
  437. #define GAIN_22DB 0x11
  438. #define GAIN_24DB 0x12
  439. #define GAIN_26DB 0x13
  440. #define GAIN_28DB 0x14
  441. #define GAIN_30DB 0x15
  442. #define GAIN_32DB 0x16
  443. #define GAIN_34DB 0x17
  444. #define GAIN_36DB 0x18
  445. #define GAIN_38DB 0x19
  446. #define GAIN_40DB 0x1A
  447. #define GAIN_42DB 0x1B
  448. #define GAIN_44DB 0x1C
  449. #define GAIN_46DB 0x1D
  450. #define GAIN_48DB 0x1E
  451. #define GAIN_50DB 0x1F
  452. #define INPUT_MUTE 0x80
  453. /******************************************************************************
  454. * The POTS volume control use attenuation with 8 levels from 0dB to -28dB
  455. * with steps of 4dB each, the defines should be OR'ed together then sent
  456. * as the parameter to the mixer command to change the mixer settings.
  457. ******************************************************************************/
  458. #define MIXER_PORT_POTS_PLAY 0x0F00
  459. #define POTS_ATT_00DB 0x00
  460. #define POTS_ATT_04DB 0x01
  461. #define POTS_ATT_08DB 0x02
  462. #define POTS_ATT_12DB 0x03
  463. #define POTS_ATT_16DB 0x04
  464. #define POTS_ATT_20DB 0x05
  465. #define POTS_ATT_24DB 0x06
  466. #define POTS_ATT_28DB 0x07
  467. #define POTS_MUTE 0x80
  468. /******************************************************************************
  469. * The DAA controls the interface to the PSTN port.  The driver loads the
  470. * US coefficients by default, so if you live in a different country you
  471. * need to load the set for your countries phone system.
  472. ******************************************************************************/
  473. #define IXJCTL_DAA_COEFF_SET _IOW ('q', 0xD0, int)
  474. #define DAA_US  1 //PITA 8kHz
  475. #define DAA_UK  2 //ISAR34 8kHz
  476. #define DAA_FRANCE  3 //
  477. #define DAA_GERMANY 4
  478. #define DAA_AUSTRALIA 5
  479. #define DAA_JAPAN 6
  480. /******************************************************************************
  481. * Use IXJCTL_PORT to set or query the port the card is set to.  If the
  482. * argument is set to PORT_QUERY, the return value of the ioctl will
  483. * indicate which port is currently in use, otherwise it will change the
  484. * port.
  485. ******************************************************************************/
  486. #define IXJCTL_PORT _IOW ('q', 0xD1, int)
  487. #define PORT_QUERY 0
  488. #define PORT_POTS 1
  489. #define PORT_PSTN 2
  490. #define PORT_SPEAKER 3
  491. #define PORT_HANDSET 4
  492. #define IXJCTL_PSTN_SET_STATE PHONE_PSTN_SET_STATE
  493. #define IXJCTL_PSTN_GET_STATE PHONE_PSTN_GET_STATE
  494. #define PSTN_ON_HOOK 0
  495. #define PSTN_RINGING 1
  496. #define PSTN_OFF_HOOK 2
  497. #define PSTN_PULSE_DIAL 3
  498. /******************************************************************************
  499. * The DAA Analog GAIN sets 2 parameters at one time, the receive gain (AGRR), 
  500. * and the transmit gain (AGX).  OR together the components and pass them
  501. * as the parameter to IXJCTL_DAA_AGAIN.  The default setting is both at 0dB.
  502. ******************************************************************************/
  503. #define IXJCTL_DAA_AGAIN _IOW ('q', 0xD2, int)
  504. #define AGRR00DB 0x00 // Analog gain in receive direction 0dB
  505. #define AGRR3_5DB 0x10 // Analog gain in receive direction 3.5dB
  506. #define AGRR06DB 0x30 // Analog gain in receive direction 6dB
  507. #define AGX00DB 0x00 // Analog gain in transmit direction 0dB
  508. #define AGX_6DB 0x04 // Analog gain in transmit direction -6dB
  509. #define AGX3_5DB 0x08 // Analog gain in transmit direction 3.5dB
  510. #define AGX_2_5B 0x0C // Analog gain in transmit direction -2.5dB
  511. #define IXJCTL_PSTN_LINETEST _IO  ('q', 0xD3)
  512. typedef struct {
  513. char month[3];
  514. char day[3];
  515. char hour[3];
  516. char min[3];
  517. int numlen;
  518. char number[11];
  519. int namelen;
  520. char name[80];
  521. } IXJ_CID;
  522. #define IXJCTL_CID _IOR ('q', 0xD4, IXJ_CID *)
  523. /******************************************************************************
  524. * The wink duration is tunable with this ioctl.  The default wink duration  
  525. * is 320ms.  You do not need to use this ioctl if you do not require a
  526. * different wink duration.
  527. ******************************************************************************/
  528. #define IXJCTL_WINK_DURATION PHONE_WINK_DURATION
  529. /******************************************************************************
  530. * This ioctl will connect the POTS port to the PSTN port on the LineJACK
  531. * In order for this to work properly the port selection should be set to
  532. * the PSTN port with IXJCTL_PORT prior to calling this ioctl.  This will
  533. * enable conference calls between PSTN callers and network callers.
  534. * Passing a 1 to this ioctl enables the POTS<->PSTN connection while
  535. * passing a 0 turns it back off.
  536. ******************************************************************************/
  537. #define IXJCTL_POTS_PSTN _IOW ('q', 0xD5, int)
  538. /******************************************************************************
  539. *
  540. * IOCTLs added by request.
  541. *
  542. * IXJCTL_HZ sets the value your Linux kernel uses for HZ as defined in
  543. *           /usr/include/asm/param.h, this determines the fundamental
  544. *           frequency of the clock ticks on your Linux system.  The kernel
  545. *           must be rebuilt if you change this value, also all modules you
  546. *           use (except this one) must be recompiled.  The default value
  547. *           is 100, and you only need to use this IOCTL if you use some
  548. *           other value.
  549. *
  550. *
  551. * IXJCTL_RATE sets the number of times per second that the driver polls
  552. *             the DSP.  This value cannot be larger than HZ.  By
  553. *             increasing both of these values, you may be able to reduce
  554. *             latency because the max hang time that can exist between the
  555. *             driver and the DSP will be reduced.
  556. *
  557. ******************************************************************************/
  558. #define IXJCTL_HZ                       _IOW ('q', 0xE0, int)
  559. #define IXJCTL_RATE                     _IOW ('q', 0xE1, int)
  560. #define IXJCTL_FRAMES_READ _IOR ('q', 0xE2, unsigned long)
  561. #define IXJCTL_FRAMES_WRITTEN _IOR ('q', 0xE3, unsigned long)
  562. #define IXJCTL_READ_WAIT _IOR ('q', 0xE4, unsigned long)
  563. #define IXJCTL_WRITE_WAIT _IOR ('q', 0xE5, unsigned long)
  564. #define IXJCTL_DRYBUFFER_READ _IOR ('q', 0xE6, unsigned long)
  565. #define IXJCTL_DRYBUFFER_CLEAR _IO  ('q', 0xE7)
  566. /******************************************************************************
  567. *
  568. * The intercom IOCTL's short the output from one card to the input of the
  569. * other and vice versa (actually done in the DSP read function).  It is only
  570. * necessary to execute the IOCTL on one card, but it is necessary to have
  571. * both devices open to be able to detect hook switch changes.  The record
  572. * codec and rate of each card must match the playback codec and rate of
  573. * the other card for this to work properly.
  574. *
  575. ******************************************************************************/
  576. #define IXJCTL_INTERCOM_START  _IOW ('q', 0xFD, int)
  577. #define IXJCTL_INTERCOM_STOP   _IOW ('q', 0xFE, int)