]> asedeno.scripts.mit.edu Git - linux.git/blobdiff - sound/pci/fm801.c
ALSA: fm801: More constification
[linux.git] / sound / pci / fm801.c
index 40dfad74f8e1dbc92de895bd06fea7ba25feaed2..181ebafa550a215801cf5374def35ef6693f429e 100644 (file)
@@ -1360,7 +1360,7 @@ static void snd_card_fm801_remove(struct pci_dev *pci)
 }
 
 #ifdef CONFIG_PM_SLEEP
-static unsigned char saved_regs[] = {
+static const unsigned char saved_regs[] = {
        FM801_PCM_VOL, FM801_I2S_VOL, FM801_FM_VOL, FM801_REC_SRC,
        FM801_PLY_CTRL, FM801_PLY_COUNT, FM801_PLY_BUF1, FM801_PLY_BUF2,
        FM801_CAP_CTRL, FM801_CAP_COUNT, FM801_CAP_BUF1, FM801_CAP_BUF2,