diff options
-rw-r--r-- | sound/sound_core.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/sound_core.c b/sound/sound_core.c index c6e81fb928e9..fb9255cca214 100644 --- a/sound/sound_core.c +++ b/sound/sound_core.c | |||
@@ -361,7 +361,7 @@ int register_sound_special_device(const struct file_operations *fops, int unit, | |||
361 | struct device *dev) | 361 | struct device *dev) |
362 | { | 362 | { |
363 | const int chain = unit % SOUND_STEP; | 363 | const int chain = unit % SOUND_STEP; |
364 | int max_unit = 128 + chain; | 364 | int max_unit = 256; |
365 | const char *name; | 365 | const char *name; |
366 | char _name[16]; | 366 | char _name[16]; |
367 | 367 | ||