Merge tag 'spi-for-linus' of git://git.secretlab.ca/git/linux-2.6
[pandora-kernel.git] / sound / sound_core.c
index c6e81fb..fb9255c 100644 (file)
@@ -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];