diff --git a/[refs] b/[refs] index 4038d41e0044..93912076fcfa 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 779ae5a08368c423f0c3b6075a518356eacd41f6 +refs/heads/master: 2abb80176cd80ad8e939ead9c785ac17dc9890a4 diff --git a/trunk/sound/sound_core.c b/trunk/sound/sound_core.c index c6e81fb928e9..fb9255cca214 100644 --- a/trunk/sound/sound_core.c +++ b/trunk/sound/sound_core.c @@ -361,7 +361,7 @@ int register_sound_special_device(const struct file_operations *fops, int unit, struct device *dev) { const int chain = unit % SOUND_STEP; - int max_unit = 128 + chain; + int max_unit = 256; const char *name; char _name[16];