diff options
Diffstat (limited to 'sound/pci/cmipci.c')
-rw-r--r-- | sound/pci/cmipci.c | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/sound/pci/cmipci.c b/sound/pci/cmipci.c index fdc4615ea0e7..9149d00d1ad5 100644 --- a/sound/pci/cmipci.c +++ b/sound/pci/cmipci.c | |||
@@ -3012,6 +3012,13 @@ static int __devinit snd_cmipci_create(struct snd_card *card, struct pci_dev *pc | |||
3012 | snd_cmipci_write(cm, CM_REG_LEGACY_CTRL, val); | 3012 | snd_cmipci_write(cm, CM_REG_LEGACY_CTRL, val); |
3013 | /* enable UART */ | 3013 | /* enable UART */ |
3014 | snd_cmipci_set_bit(cm, CM_REG_FUNCTRL1, CM_UART_EN); | 3014 | snd_cmipci_set_bit(cm, CM_REG_FUNCTRL1, CM_UART_EN); |
3015 | if (inb(iomidi + 1) == 0xff) { | ||
3016 | snd_printk(KERN_ERR "cannot enable MPU-401 port" | ||
3017 | " at %#lx\n", iomidi); | ||
3018 | snd_cmipci_clear_bit(cm, CM_REG_FUNCTRL1, | ||
3019 | CM_UART_EN); | ||
3020 | iomidi = 0; | ||
3021 | } | ||
3015 | } | 3022 | } |
3016 | } | 3023 | } |
3017 | 3024 | ||