ALSA: pci: Constify snd_device_ops definitions
[linux-2.6-block.git] / sound / pci / bt87x.c
index 2e16604c31cec4b78f44ab447c850251f49c63c6..ece3f8971145d7aa033e6054dcc97f588759a12a 100644 (file)
@@ -705,7 +705,7 @@ static int snd_bt87x_create(struct snd_card *card,
 {
        struct snd_bt87x *chip;
        int err;
-       static struct snd_device_ops ops = {
+       static const struct snd_device_ops ops = {
                .dev_free = snd_bt87x_dev_free
        };