ALSA: pci: Constify snd_pcm_hardware definitions
[sfrench/cifs-2.6.git] / sound / pci / echoaudio / darla24.c
index 6dd7bfd643dad8ddf3795c246852d58f173808e7..ae816e78f5991fd115d0a605d99d58ca8acdf277 100644 (file)
@@ -61,7 +61,7 @@ static const struct pci_device_id snd_echo_ids[] = {
        {0,}
 };
 
-static struct snd_pcm_hardware pcm_hardware_skel = {
+static const struct snd_pcm_hardware pcm_hardware_skel = {
        .info = SNDRV_PCM_INFO_MMAP |
                SNDRV_PCM_INFO_INTERLEAVED |
                SNDRV_PCM_INFO_BLOCK_TRANSFER |