At Mon, 28 Feb 2011 15:14:46 +0100, Adrian Knoth wrote:
Hi!
Here are four more patches to hdspm. Most importantly, they add the missing PCI firmware revision for AES32. Without it, loading hdspm would crash on machines with these cards. To prevent such a crash upon unknown firmware revisions, I've created a second patch adding a default case to the firmware switch-case statement.
Also worth mentioning: midi port initialization is now no longer hardcoded, thus fixing a bootup problem on MADIface.
All patches have been runtime tested on MADIface, AES32, AES (PCIe) and RayDAT.
Thanks. Applied now (with a slight coding-style fix).
Takashi
Cheers
Adrian Knoth (4): ALSA: hdspm - AES32: Use define instead of hardcoded channel count ALSA: hdspm - Add updated firmware revision for AES32 ALSA: hdspm - Abort on unknown firmware revision ALSA: hdspm - Fix midi port initialization
sound/pci/rme9652/hdspm.c | 24 ++++++++++++++++++------ 1 files changed, 18 insertions(+), 6 deletions(-)
-- 1.7.4.1