kernel/sound/hda/hdmi_chmap.c
.. .. @@ -1,3 +1,4 @@ 1 +// SPDX-License-Identifier: GPL-2.0-only1 2 /* 2 3 * HDMI Channel map support helpers 3 4 */ .. .. @@ -58,7 +59,7 @@ 58 59 /* 59 60 * ELD SA bits in the CEA Speaker Allocation data block 60 61 */ 61 -static int eld_speaker_allocation_bits[] = {62 +static const int eld_speaker_allocation_bits[] = {62 63 [0] = FL | FR, 63 64 [1] = LFE, 64 65 [2] = FC,