ALSA: sh: make snd_pcm_hardware const
[sfrench/cifs-2.6.git] / sound / sh / aica.c
index ab4802df62e15013d72324c2731fb5b4acc08ae1..822608da2e210fc11e44eccedd90b54a39cf74a0 100644 (file)
@@ -211,7 +211,7 @@ static void aica_chn_halt(void)
 }
 
 /* ALSA code below */
-static struct snd_pcm_hardware snd_pcm_aica_playback_hw = {
+static const struct snd_pcm_hardware snd_pcm_aica_playback_hw = {
        .info = (SNDRV_PCM_INFO_NONINTERLEAVED),
        .formats =
            (SNDRV_PCM_FMTBIT_S8 | SNDRV_PCM_FMTBIT_S16_LE |