X-Git-Url: http://git.samba.org/samba.git/?p=sfrench%2Fcifs-2.6.git;a=blobdiff_plain;f=sound%2Fisa%2Fmsnd%2Fmsnd.c;fp=sound%2Fisa%2Fmsnd%2Fmsnd.c;h=569897f64fda260c6244b4817c9f31ee974e849c;hp=ae9562cffbf947d99a388360e223d87ee23b9560;hb=aec5465485144e7b68da765f18d46bde4576c009;hpb=b6c0b7156167b8a0f82576adaaa9d7287296bbfc diff --git a/sound/isa/msnd/msnd.c b/sound/isa/msnd/msnd.c index ae9562cffbf9..569897f64fda 100644 --- a/sound/isa/msnd/msnd.c +++ b/sound/isa/msnd/msnd.c @@ -437,7 +437,7 @@ static void snd_msnd_capture_reset_queue(struct snd_msnd *chip, } } -static struct snd_pcm_hardware snd_msnd_playback = { +static const struct snd_pcm_hardware snd_msnd_playback = { .info = SNDRV_PCM_INFO_MMAP | SNDRV_PCM_INFO_INTERLEAVED | SNDRV_PCM_INFO_MMAP_VALID | @@ -456,7 +456,7 @@ static struct snd_pcm_hardware snd_msnd_playback = { .fifo_size = 0, }; -static struct snd_pcm_hardware snd_msnd_capture = { +static const struct snd_pcm_hardware snd_msnd_capture = { .info = SNDRV_PCM_INFO_MMAP | SNDRV_PCM_INFO_INTERLEAVED | SNDRV_PCM_INFO_MMAP_VALID |