diff options
| -rw-r--r-- | sound/soc/samsung/jive_wm8750.c | 2 | ||||
| -rw-r--r-- | sound/soc/samsung/s3c24xx_simtec.c | 2 | ||||
| -rw-r--r-- | sound/soc/samsung/s3c24xx_uda134x.c | 2 | ||||
| -rw-r--r-- | sound/soc/samsung/smdk_spdif.c | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/sound/soc/samsung/jive_wm8750.c b/sound/soc/samsung/jive_wm8750.c index 7fcb51faa2a0..529b10dc532b 100644 --- a/sound/soc/samsung/jive_wm8750.c +++ b/sound/soc/samsung/jive_wm8750.c | |||
| @@ -79,7 +79,7 @@ static int jive_hw_params(struct snd_pcm_substream *substream, | |||
| 79 | return 0; | 79 | return 0; |
| 80 | } | 80 | } |
| 81 | 81 | ||
| 82 | static struct snd_soc_ops jive_ops = { | 82 | static const struct snd_soc_ops jive_ops = { |
| 83 | .hw_params = jive_hw_params, | 83 | .hw_params = jive_hw_params, |
| 84 | }; | 84 | }; |
| 85 | 85 | ||
diff --git a/sound/soc/samsung/s3c24xx_simtec.c b/sound/soc/samsung/s3c24xx_simtec.c index dcc008d1e1ab..6de63f3e37d5 100644 --- a/sound/soc/samsung/s3c24xx_simtec.c +++ b/sound/soc/samsung/s3c24xx_simtec.c | |||
| @@ -211,7 +211,7 @@ static int simtec_call_startup(struct s3c24xx_audio_simtec_pdata *pd) | |||
| 211 | return 0; | 211 | return 0; |
| 212 | } | 212 | } |
| 213 | 213 | ||
| 214 | static struct snd_soc_ops simtec_snd_ops = { | 214 | static const struct snd_soc_ops simtec_snd_ops = { |
| 215 | .hw_params = simtec_hw_params, | 215 | .hw_params = simtec_hw_params, |
| 216 | }; | 216 | }; |
| 217 | 217 | ||
diff --git a/sound/soc/samsung/s3c24xx_uda134x.c b/sound/soc/samsung/s3c24xx_uda134x.c index 55538e333cc8..c65c89d4aaa6 100644 --- a/sound/soc/samsung/s3c24xx_uda134x.c +++ b/sound/soc/samsung/s3c24xx_uda134x.c | |||
| @@ -199,7 +199,7 @@ static int s3c24xx_uda134x_hw_params(struct snd_pcm_substream *substream, | |||
| 199 | return 0; | 199 | return 0; |
| 200 | } | 200 | } |
| 201 | 201 | ||
| 202 | static struct snd_soc_ops s3c24xx_uda134x_ops = { | 202 | static const struct snd_soc_ops s3c24xx_uda134x_ops = { |
| 203 | .startup = s3c24xx_uda134x_startup, | 203 | .startup = s3c24xx_uda134x_startup, |
| 204 | .shutdown = s3c24xx_uda134x_shutdown, | 204 | .shutdown = s3c24xx_uda134x_shutdown, |
| 205 | .hw_params = s3c24xx_uda134x_hw_params, | 205 | .hw_params = s3c24xx_uda134x_hw_params, |
diff --git a/sound/soc/samsung/smdk_spdif.c b/sound/soc/samsung/smdk_spdif.c index a2f2363fe1c2..7fc7cc6d1530 100644 --- a/sound/soc/samsung/smdk_spdif.c +++ b/sound/soc/samsung/smdk_spdif.c | |||
| @@ -144,7 +144,7 @@ static int smdk_hw_params(struct snd_pcm_substream *substream, | |||
| 144 | return ret; | 144 | return ret; |
| 145 | } | 145 | } |
| 146 | 146 | ||
| 147 | static struct snd_soc_ops smdk_spdif_ops = { | 147 | static const struct snd_soc_ops smdk_spdif_ops = { |
| 148 | .hw_params = smdk_hw_params, | 148 | .hw_params = smdk_hw_params, |
| 149 | }; | 149 | }; |
| 150 | 150 | ||
