|
@@ -1851,7 +1851,7 @@ static int snd_pcm_oss_get_formats(struct snd_pcm_oss_file *pcm_oss_file)
|
|
format_mask = hw_param_mask_c(params, SNDRV_PCM_HW_PARAM_FORMAT);
|
|
format_mask = hw_param_mask_c(params, SNDRV_PCM_HW_PARAM_FORMAT);
|
|
for (fmt = 0; fmt < 32; ++fmt) {
|
|
for (fmt = 0; fmt < 32; ++fmt) {
|
|
if (snd_mask_test(format_mask, fmt)) {
|
|
if (snd_mask_test(format_mask, fmt)) {
|
|
- int f = snd_pcm_oss_format_to(fmt);
|
|
|
|
|
|
+ int f = snd_pcm_oss_format_to((__force snd_pcm_format_t)fmt);
|
|
if (f >= 0)
|
|
if (f >= 0)
|
|
formats |= f;
|
|
formats |= f;
|
|
}
|
|
}
|