ALSA: aoa: More constifications
[sfrench/cifs-2.6.git] / sound / aoa / codecs / tas-basstreble.h
index 770935af66af4d92f9edda22f365e14ffabc659a..14dc4e9eea731cc93417e19b90ec73df1c1bd503 100644 (file)
@@ -13,7 +13,7 @@
 #define TAS3004_TREBLE_ZERO    36
 #define TAS3004_BASS_ZERO      36
 
-static u8 tas3004_treble_table[] = {
+static const u8 tas3004_treble_table[] = {
        150, /* -18 dB */
        149,
        148,
@@ -99,7 +99,7 @@ static inline u8 tas3004_treble(int idx)
  * I have also ignored completely differences of
  * +/- 1
  */
-static s8 tas3004_bass_diff_to_treble[] = {
+static const s8 tas3004_bass_diff_to_treble[] = {
        2, /* 7 dB, offset 50 */
        2,
        2,