OSS msnd: fix array overflows

Fix array overflows in the OSS msnd driver spotted by the Coverity checker.

Signed-off-by: Adrian Bunk <bunk@kernel.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>

authored by Adrian Bunk and committed by Linus Torvalds ea8e1652 bbde25b1

+2 -2
+2 -2
sound/oss/msnd.h
··· 233 spinlock_t lock; 234 int nresets; 235 unsigned long recsrc; 236 - int left_levels[16]; 237 - int right_levels[16]; 238 int mixer_mod_count; 239 int calibrate_signal; 240 int play_sample_size, play_sample_rate, play_channels;
··· 233 spinlock_t lock; 234 int nresets; 235 unsigned long recsrc; 236 + int left_levels[32]; 237 + int right_levels[32]; 238 int mixer_mod_count; 239 int calibrate_signal; 240 int play_sample_size, play_sample_rate, play_channels;