diff options
Diffstat (limited to 'sound/core/oss/pcm_plugin.c')
-rw-r--r-- | sound/core/oss/pcm_plugin.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sound/core/oss/pcm_plugin.c b/sound/core/oss/pcm_plugin.c index 727ac44d39f4..cadc93792868 100644 --- a/sound/core/oss/pcm_plugin.c +++ b/sound/core/oss/pcm_plugin.c | |||
@@ -266,7 +266,8 @@ snd_pcm_sframes_t snd_pcm_plug_slave_size(struct snd_pcm_substream *plug, snd_pc | |||
266 | return frames; | 266 | return frames; |
267 | } | 267 | } |
268 | 268 | ||
269 | static int snd_pcm_plug_formats(struct snd_mask *mask, snd_pcm_format_t format) | 269 | static int snd_pcm_plug_formats(const struct snd_mask *mask, |
270 | snd_pcm_format_t format) | ||
270 | { | 271 | { |
271 | struct snd_mask formats = *mask; | 272 | struct snd_mask formats = *mask; |
272 | u64 linfmts = (SNDRV_PCM_FMTBIT_U8 | SNDRV_PCM_FMTBIT_S8 | | 273 | u64 linfmts = (SNDRV_PCM_FMTBIT_U8 | SNDRV_PCM_FMTBIT_S8 | |
@@ -309,7 +310,7 @@ static snd_pcm_format_t preferred_formats[] = { | |||
309 | }; | 310 | }; |
310 | 311 | ||
311 | snd_pcm_format_t snd_pcm_plug_slave_format(snd_pcm_format_t format, | 312 | snd_pcm_format_t snd_pcm_plug_slave_format(snd_pcm_format_t format, |
312 | struct snd_mask *format_mask) | 313 | const struct snd_mask *format_mask) |
313 | { | 314 | { |
314 | int i; | 315 | int i; |
315 | 316 | ||