root/drivers/sound/finetune.h

/* [previous][next][first][last][top][bottom][index][help] */
   1 #ifdef SEQUENCER_C
   2 /*
   3  * Copyright by Hannu Savolainen 1993-1996
   4  *
   5  * Redistribution and use in source and binary forms, with or without
   6  * modification, are permitted provided that the following conditions are
   7  * met: 1. Redistributions of source code must retain the above copyright
   8  * notice, this list of conditions and the following disclaimer. 2.
   9  * Redistributions in binary form must reproduce the above copyright notice,
  10  * this list of conditions and the following disclaimer in the documentation
  11  * and/or other materials provided with the distribution.
  12  *
  13  * THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND ANY
  14  * EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
  15  * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
  16  * DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE FOR
  17  * ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
  18  * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
  19  * SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
  20  * CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
  21  * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
  22  * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  23  * SUCH DAMAGE.
  24  */
  25 
  26 
  27   unsigned short finetune_table[128] =
  28         {
  29 /*   0 */  9439,  9447,  9456,  9464,  9473,  9481,  9490,  9499, 
  30 /*   8 */  9507,  9516,  9524,  9533,  9542,  9550,  9559,  9567, 
  31 /*  16 */  9576,  9585,  9593,  9602,  9611,  9619,  9628,  9637, 
  32 /*  24 */  9645,  9654,  9663,  9672,  9680,  9689,  9698,  9707, 
  33 /*  32 */  9715,  9724,  9733,  9742,  9750,  9759,  9768,  9777, 
  34 /*  40 */  9786,  9795,  9803,  9812,  9821,  9830,  9839,  9848, 
  35 /*  48 */  9857,  9866,  9874,  9883,  9892,  9901,  9910,  9919, 
  36 /*  56 */  9928,  9937,  9946,  9955,  9964,  9973,  9982,  9991, 
  37 /*  64 */ 10000, 10009, 10018, 10027, 10036, 10045, 10054, 10063, 
  38 /*  72 */ 10072, 10082, 10091, 10100, 10109, 10118, 10127, 10136, 
  39 /*  80 */ 10145, 10155, 10164, 10173, 10182, 10191, 10201, 10210, 
  40 /*  88 */ 10219, 10228, 10237, 10247, 10256, 10265, 10274, 10284, 
  41 /*  96 */ 10293, 10302, 10312, 10321, 10330, 10340, 10349, 10358, 
  42 /* 104 */ 10368, 10377, 10386, 10396, 10405, 10415, 10424, 10433, 
  43 /* 112 */ 10443, 10452, 10462, 10471, 10481, 10490, 10499, 10509, 
  44 /* 120 */ 10518, 10528, 10537, 10547, 10556, 10566, 10576, 10585
  45         };
  46 #else
  47   extern unsigned short finetune_table[128];
  48 #endif

/* [previous][next][first][last][top][bottom][index][help] */