diff options
Diffstat (limited to 'sound/sound_core.c')
-rw-r--r-- | sound/sound_core.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sound/sound_core.c b/sound/sound_core.c index 5580aced8730..6ce277860fd7 100644 --- a/sound/sound_core.c +++ b/sound/sound_core.c | |||
@@ -384,6 +384,9 @@ int register_sound_special_device(const struct file_operations *fops, int unit, | |||
384 | case 4: | 384 | case 4: |
385 | name = "audio"; | 385 | name = "audio"; |
386 | break; | 386 | break; |
387 | case 5: | ||
388 | name = "dspW"; | ||
389 | break; | ||
387 | case 8: | 390 | case 8: |
388 | name = "sequencer2"; | 391 | name = "sequencer2"; |
389 | if (unit >= SOUND_STEP) | 392 | if (unit >= SOUND_STEP) |