Merge tag 'kvm-s390-next-5.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git...
[linux-2.6-microblaze.git] / sound / usb / stream.c
index 11785f9..afd5aa5 100644 (file)
@@ -239,7 +239,7 @@ static int add_chmap(struct snd_pcm *pcm, int stream,
 static struct snd_pcm_chmap_elem *convert_chmap(int channels, unsigned int bits,
                                                int protocol)
 {
-       static unsigned int uac1_maps[] = {
+       static const unsigned int uac1_maps[] = {
                SNDRV_CHMAP_FL,         /* left front */
                SNDRV_CHMAP_FR,         /* right front */
                SNDRV_CHMAP_FC,         /* center front */
@@ -254,7 +254,7 @@ static struct snd_pcm_chmap_elem *convert_chmap(int channels, unsigned int bits,
                SNDRV_CHMAP_TC,         /* top */
                0 /* terminator */
        };
-       static unsigned int uac2_maps[] = {
+       static const unsigned int uac2_maps[] = {
                SNDRV_CHMAP_FL,         /* front left */
                SNDRV_CHMAP_FR,         /* front right */
                SNDRV_CHMAP_FC,         /* front center */