22 Feb
2013
22 Feb
'13
4:42 p.m.
At Fri, 22 Feb 2013 11:25:27 +0000, Mihail Zenkov wrote:
This patch fix regression in emu1010 firmware loading after http://git.alsa-project.org/?p=alsa-kprivate.git;a=commitdiff;h=b209c4dfcd96...
I just revert small part of this commit. Tested on emu1212m pci.
Signed-off-by: Mihail Zenkov mihail.zenkov@gmail.com
Thanks, applied.
Takashi
--- linux-3.8/sound/pci/emu10k1/emu10k1_main.c +++ linux-3.8-1/sound/pci/emu10k1/emu10k1_main.c @@ -860,6 +860,11 @@ } snd_printk(KERN_INFO "emu1010: firmware file = %s, size = 0x%zx\n", filename, emu->firmware->size);
err = snd_emu1010_load_firmware(emu);
if (err != 0) {
snd_printk(KERN_INFO "emu1010: Loading Firmware file %s failed\n",
filename);
return err;
}
}
/* ID, should read & 0x7f = 0x55 when FPGA programmed. */