forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-10-22 8ac6c7a54ed1b98d142dce24b11c6de6a1e239a5
kernel/sound/aoa/codecs/tas-basstreble.h
....@@ -13,7 +13,7 @@
1313 #define TAS3004_TREBLE_ZERO 36
1414 #define TAS3004_BASS_ZERO 36
1515
16
-static u8 tas3004_treble_table[] = {
16
+static const u8 tas3004_treble_table[] = {
1717 150, /* -18 dB */
1818 149,
1919 148,
....@@ -99,7 +99,7 @@
9999 * I have also ignored completely differences of
100100 * +/- 1
101101 */
102
-static s8 tas3004_bass_diff_to_treble[] = {
102
+static const s8 tas3004_bass_diff_to_treble[] = {
103103 2, /* 7 dB, offset 50 */
104104 2,
105105 2,