aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sound/pci/emu10k1/emu10k1_main.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/sound/pci/emu10k1/emu10k1_main.c b/sound/pci/emu10k1/emu10k1_main.c
index a7c296a36a17..5115f1104dfb 100644
--- a/sound/pci/emu10k1/emu10k1_main.c
+++ b/sound/pci/emu10k1/emu10k1_main.c
@@ -860,6 +860,11 @@ static int snd_emu10k1_emu1010_init(struct snd_emu10k1 *emu)
860 } 860 }
861 snd_printk(KERN_INFO "emu1010: firmware file = %s, size = 0x%zx\n", 861 snd_printk(KERN_INFO "emu1010: firmware file = %s, size = 0x%zx\n",
862 filename, emu->firmware->size); 862 filename, emu->firmware->size);
863 err = snd_emu1010_load_firmware(emu);
864 if (err != 0) {
865 snd_printk(KERN_INFO "emu1010: Loading Firmware file %s failed\n", filename);
866 return err;
867 }
863 } 868 }
864 869
865 /* ID, should read & 0x7f = 0x55 when FPGA programmed. */ 870 /* ID, should read & 0x7f = 0x55 when FPGA programmed. */