]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - sound/pci/als300.c
Merge tag 'rproc-v4.9' of git://github.com/andersson/remoteproc
[karo-tx-linux.git] / sound / pci / als300.c
index add3176398d3269781172d9a600193554f851258..ab75601d7c2c4504d7a3737801d357ad758d15fc 100644 (file)
@@ -563,7 +563,7 @@ static snd_pcm_uframes_t snd_als300_pointer(struct snd_pcm_substream *substream)
        return bytes_to_frames(substream->runtime, current_ptr);
 }
 
-static struct snd_pcm_ops snd_als300_playback_ops = {
+static const struct snd_pcm_ops snd_als300_playback_ops = {
        .open =         snd_als300_playback_open,
        .close =        snd_als300_playback_close,
        .ioctl =        snd_pcm_lib_ioctl,
@@ -574,7 +574,7 @@ static struct snd_pcm_ops snd_als300_playback_ops = {
        .pointer =      snd_als300_pointer,
 };
 
-static struct snd_pcm_ops snd_als300_capture_ops = {
+static const struct snd_pcm_ops snd_als300_capture_ops = {
        .open =         snd_als300_capture_open,
        .close =        snd_als300_capture_close,
        .ioctl =        snd_pcm_lib_ioctl,