|
@@ -706,7 +706,7 @@ exit:
|
|
|
return err;
|
|
|
}
|
|
|
|
|
|
-static struct snd_pcm_ops snd_es1688_playback_ops = {
|
|
|
+static const struct snd_pcm_ops snd_es1688_playback_ops = {
|
|
|
.open = snd_es1688_playback_open,
|
|
|
.close = snd_es1688_playback_close,
|
|
|
.ioctl = snd_es1688_ioctl,
|
|
@@ -717,7 +717,7 @@ static struct snd_pcm_ops snd_es1688_playback_ops = {
|
|
|
.pointer = snd_es1688_playback_pointer,
|
|
|
};
|
|
|
|
|
|
-static struct snd_pcm_ops snd_es1688_capture_ops = {
|
|
|
+static const struct snd_pcm_ops snd_es1688_capture_ops = {
|
|
|
.open = snd_es1688_capture_open,
|
|
|
.close = snd_es1688_capture_close,
|
|
|
.ioctl = snd_es1688_ioctl,
|