diff options
Diffstat (limited to 'sound/pci')
-rw-r--r-- | sound/pci/rme9652/hdspm.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sound/pci/rme9652/hdspm.c b/sound/pci/rme9652/hdspm.c index 20c54f7531a9..78f6ab5dbdd8 100644 --- a/sound/pci/rme9652/hdspm.c +++ b/sound/pci/rme9652/hdspm.c | |||
@@ -6399,6 +6399,10 @@ static int __devinit snd_hdspm_create(struct snd_card *card, | |||
6399 | hdspm->card_name = "RME AES32"; | 6399 | hdspm->card_name = "RME AES32"; |
6400 | hdspm->midiPorts = 2; | 6400 | hdspm->midiPorts = 2; |
6401 | break; | 6401 | break; |
6402 | default: | ||
6403 | snd_printk(KERN_ERR "HDSPM: unknown firmware revision %x\n", | ||
6404 | hdspm->firmware_rev); | ||
6405 | return -ENODEV; | ||
6402 | } | 6406 | } |
6403 | 6407 | ||
6404 | err = pci_enable_device(pci); | 6408 | err = pci_enable_device(pci); |