|
@@ -695,7 +695,7 @@ static int em28xx_cvol_new(struct snd_card *card, struct em28xx *dev,
|
|
/*
|
|
/*
|
|
* register/unregister code and data
|
|
* register/unregister code and data
|
|
*/
|
|
*/
|
|
-static struct snd_pcm_ops snd_em28xx_pcm_capture = {
|
|
|
|
|
|
+static const struct snd_pcm_ops snd_em28xx_pcm_capture = {
|
|
.open = snd_em28xx_capture_open,
|
|
.open = snd_em28xx_capture_open,
|
|
.close = snd_em28xx_pcm_close,
|
|
.close = snd_em28xx_pcm_close,
|
|
.ioctl = snd_pcm_lib_ioctl,
|
|
.ioctl = snd_pcm_lib_ioctl,
|