hc
2024-05-10 9999e48639b3cecb08ffb37358bcba3b48161b29
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,