linux/sound/isa/gus/gus_tables.h

/* SPDX-License-Identifier: GPL-2.0-or-later */
/*
 *  Copyright (c) by Jaroslav Kysela <[email protected]>
 */

#define SNDRV_GF1_SCALE_TABLE_SIZE
#define SNDRV_GF1_ATTEN_TABLE_SIZE

#ifdef __GUS_TABLES_ALLOC__

#if 0

unsigned int snd_gf1_scale_table[SNDRV_GF1_SCALE_TABLE_SIZE] =
{
      8372,      8870,      9397,      9956,     10548,     11175,
     11840,     12544,     13290,     14080,     14917,     15804,
     16744,     17740,     18795,     19912,     21096,     22351,
     23680,     25088,     26580,     28160,     29834,     31609,
     33488,     35479,     37589,     39824,     42192,     44701,
     47359,     50175,     53159,     56320,     59669,     63217,
     66976,     70959,     75178,     79649,     84385,     89402,
     94719,    100351,    106318,    112640,    119338,    126434,
    133952,    141918,    150356,    159297,    168769,    178805,
    189437,    200702,    212636,    225280,    238676,    252868,
    267905,    283835,    300713,    318594,    337539,    357610,
    378874,    401403,    425272,    450560,    477352,    505737,
    535809,    567670,    601425,    637188,    675077,    715219,
    757749,    802807,    850544,    901120,    954703,   1011473,
   1071618,   1135340,   1202851,   1274376,   1350154,   1430439,
   1515497,   1605613,   1701088,   1802240,   1909407,   2022946,
   2143237,   2270680,   2405702,   2548752,   2700309,   2860878,
   3030994,   3211227,   3402176,   3604480,   3818814,   4045892,
   4286473,   4541360,   4811404,   5097505,   5400618,   5721755,
   6061989,   6422453,   6804352,   7208960,   7637627,   8091784,
   8572947,   9082720,   9622807,  10195009,  10801236,  11443511,
  12123977,  12844906
};

#endif  /*  0  */

unsigned short snd_gf1_atten_table[SNDRV_GF1_ATTEN_TABLE_SIZE] =;

#else

extern unsigned int snd_gf1_scale_table[SNDRV_GF1_SCALE_TABLE_SIZE];
extern unsigned short snd_gf1_atten_table[SNDRV_GF1_ATTEN_TABLE_SIZE];

#endif