ALSA: bt87x: Constify snd_bt87x_boards
[linux-2.6-block.git] / sound / pci / bt87x.c
index ece3f8971145d7aa033e6054dcc97f588759a12a..8c48864c844accdc68e69d64eaa0ee780414a631 100644 (file)
@@ -150,7 +150,7 @@ struct snd_bt87x_board {
        unsigned no_digital:1;  /* No digital input */
 };
 
-static struct snd_bt87x_board snd_bt87x_boards[] = {
+static const struct snd_bt87x_board snd_bt87x_boards[] = {
        [SND_BT87X_BOARD_UNKNOWN] = {
                .dig_rate = 32000, /* just a guess */
        },