diff options
author | Linus Torvalds <torvalds@ppc970.osdl.org> | 2005-04-16 18:20:36 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@ppc970.osdl.org> | 2005-04-16 18:20:36 -0400 |
commit | 1da177e4c3f41524e886b7f1b8a0c1fc7321cac2 (patch) | |
tree | 0bba044c4ce775e45a88a51686b5d9f90697ea9d /sound/isa/gus/gus_tables.h |
Linux-2.6.12-rc2v2.6.12-rc2
Initial git repository build. I'm not bothering with the full history,
even though we have it. We can create a separate "historical" git
archive of that later if we want to, and in the meantime it's about
3.2GB when imported into git - space that would just make the early
git days unnecessarily complicated, when we don't have a lot of good
infrastructure for it.
Let it rip!
Diffstat (limited to 'sound/isa/gus/gus_tables.h')
-rw-r--r-- | sound/isa/gus/gus_tables.h | 86 |
1 files changed, 86 insertions, 0 deletions
diff --git a/sound/isa/gus/gus_tables.h b/sound/isa/gus/gus_tables.h new file mode 100644 index 000000000000..ed8e9d85ad31 --- /dev/null +++ b/sound/isa/gus/gus_tables.h | |||
@@ -0,0 +1,86 @@ | |||
1 | /* | ||
2 | * Copyright (c) by Jaroslav Kysela <perex@suse.cz> | ||
3 | * | ||
4 | * | ||
5 | * This program is free software; you can redistribute it and/or modify | ||
6 | * it under the terms of the GNU General Public License as published by | ||
7 | * the Free Software Foundation; either version 2 of the License, or | ||
8 | * (at your option) any later version. | ||
9 | * | ||
10 | * This program is distributed in the hope that it will be useful, | ||
11 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
12 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
13 | * GNU General Public License for more details. | ||
14 | * | ||
15 | * You should have received a copy of the GNU General Public License | ||
16 | * along with this program; if not, write to the Free Software | ||
17 | * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA | ||
18 | * | ||
19 | */ | ||
20 | |||
21 | #define SNDRV_GF1_SCALE_TABLE_SIZE 128 | ||
22 | #define SNDRV_GF1_ATTEN_TABLE_SIZE 128 | ||
23 | |||
24 | #ifdef __GUS_TABLES_ALLOC__ | ||
25 | |||
26 | unsigned int snd_gf1_scale_table[SNDRV_GF1_SCALE_TABLE_SIZE] = | ||
27 | { | ||
28 | 8372, 8870, 9397, 9956, 10548, 11175, | ||
29 | 11840, 12544, 13290, 14080, 14917, 15804, | ||
30 | 16744, 17740, 18795, 19912, 21096, 22351, | ||
31 | 23680, 25088, 26580, 28160, 29834, 31609, | ||
32 | 33488, 35479, 37589, 39824, 42192, 44701, | ||
33 | 47359, 50175, 53159, 56320, 59669, 63217, | ||
34 | 66976, 70959, 75178, 79649, 84385, 89402, | ||
35 | 94719, 100351, 106318, 112640, 119338, 126434, | ||
36 | 133952, 141918, 150356, 159297, 168769, 178805, | ||
37 | 189437, 200702, 212636, 225280, 238676, 252868, | ||
38 | 267905, 283835, 300713, 318594, 337539, 357610, | ||
39 | 378874, 401403, 425272, 450560, 477352, 505737, | ||
40 | 535809, 567670, 601425, 637188, 675077, 715219, | ||
41 | 757749, 802807, 850544, 901120, 954703, 1011473, | ||
42 | 1071618, 1135340, 1202851, 1274376, 1350154, 1430439, | ||
43 | 1515497, 1605613, 1701088, 1802240, 1909407, 2022946, | ||
44 | 2143237, 2270680, 2405702, 2548752, 2700309, 2860878, | ||
45 | 3030994, 3211227, 3402176, 3604480, 3818814, 4045892, | ||
46 | 4286473, 4541360, 4811404, 5097505, 5400618, 5721755, | ||
47 | 6061989, 6422453, 6804352, 7208960, 7637627, 8091784, | ||
48 | 8572947, 9082720, 9622807, 10195009, 10801236, 11443511, | ||
49 | 12123977, 12844906 | ||
50 | }; | ||
51 | |||
52 | unsigned short snd_gf1_atten_table[SNDRV_GF1_ATTEN_TABLE_SIZE] = { | ||
53 | 4095 /* 0 */,1789 /* 1 */,1533 /* 2 */,1383 /* 3 */,1277 /* 4 */, | ||
54 | 1195 /* 5 */,1127 /* 6 */,1070 /* 7 */,1021 /* 8 */,978 /* 9 */, | ||
55 | 939 /* 10 */,903 /* 11 */,871 /* 12 */,842 /* 13 */,814 /* 14 */, | ||
56 | 789 /* 15 */,765 /* 16 */,743 /* 17 */,722 /* 18 */,702 /* 19 */, | ||
57 | 683 /* 20 */,665 /* 21 */,647 /* 22 */,631 /* 23 */,615 /* 24 */, | ||
58 | 600 /* 25 */,586 /* 26 */,572 /* 27 */,558 /* 28 */,545 /* 29 */, | ||
59 | 533 /* 30 */,521 /* 31 */,509 /* 32 */,498 /* 33 */,487 /* 34 */, | ||
60 | 476 /* 35 */,466 /* 36 */,455 /* 37 */,446 /* 38 */,436 /* 39 */, | ||
61 | 427 /* 40 */,418 /* 41 */,409 /* 42 */,400 /* 43 */,391 /* 44 */, | ||
62 | 383 /* 45 */,375 /* 46 */,367 /* 47 */,359 /* 48 */,352 /* 49 */, | ||
63 | 344 /* 50 */,337 /* 51 */,330 /* 52 */,323 /* 53 */,316 /* 54 */, | ||
64 | 309 /* 55 */,302 /* 56 */,296 /* 57 */,289 /* 58 */,283 /* 59 */, | ||
65 | 277 /* 60 */,271 /* 61 */,265 /* 62 */,259 /* 63 */,253 /* 64 */, | ||
66 | 247 /* 65 */,242 /* 66 */,236 /* 67 */,231 /* 68 */,225 /* 69 */, | ||
67 | 220 /* 70 */,215 /* 71 */,210 /* 72 */,205 /* 73 */,199 /* 74 */, | ||
68 | 195 /* 75 */,190 /* 76 */,185 /* 77 */,180 /* 78 */,175 /* 79 */, | ||
69 | 171 /* 80 */,166 /* 81 */,162 /* 82 */,157 /* 83 */,153 /* 84 */, | ||
70 | 148 /* 85 */,144 /* 86 */,140 /* 87 */,135 /* 88 */,131 /* 89 */, | ||
71 | 127 /* 90 */,123 /* 91 */,119 /* 92 */,115 /* 93 */,111 /* 94 */, | ||
72 | 107 /* 95 */,103 /* 96 */,100 /* 97 */,96 /* 98 */,92 /* 99 */, | ||
73 | 88 /* 100 */,85 /* 101 */,81 /* 102 */,77 /* 103 */,74 /* 104 */, | ||
74 | 70 /* 105 */,67 /* 106 */,63 /* 107 */,60 /* 108 */,56 /* 109 */, | ||
75 | 53 /* 110 */,50 /* 111 */,46 /* 112 */,43 /* 113 */,40 /* 114 */, | ||
76 | 37 /* 115 */,33 /* 116 */,30 /* 117 */,27 /* 118 */,24 /* 119 */, | ||
77 | 21 /* 120 */,18 /* 121 */,15 /* 122 */,12 /* 123 */,9 /* 124 */, | ||
78 | 6 /* 125 */,3 /* 126 */,0 /* 127 */, | ||
79 | }; | ||
80 | |||
81 | #else | ||
82 | |||
83 | extern unsigned int snd_gf1_scale_table[SNDRV_GF1_SCALE_TABLE_SIZE]; | ||
84 | extern unsigned short snd_gf1_atten_table[SNDRV_GF1_ATTEN_TABLE_SIZE]; | ||
85 | |||
86 | #endif | ||