forked from ~ljy/RK356X_SDK_RELEASE

hc
2023-12-11 1f93a7dfd1f8d5ff7a5c53246c7534fe2332d6f4
kernel/sound/hda/hdmi_chmap.c
....@@ -1,3 +1,4 @@
1
+// SPDX-License-Identifier: GPL-2.0-only
12 /*
23 * HDMI Channel map support helpers
34 */
....@@ -58,7 +59,7 @@
5859 /*
5960 * ELD SA bits in the CEA Speaker Allocation data block
6061 */
61
-static int eld_speaker_allocation_bits[] = {
62
+static const int eld_speaker_allocation_bits[] = {
6263 [0] = FL | FR,
6364 [1] = LFE,
6465 [2] = FC,