Hi!
Here are two patches that I've received from Martin. The first only adds comments to the driver to document the various register settings. Might be useful for other developers.
The second patch adds TCO support on AES(32) cards. I took the liberty to polish Martin's work to reflect the kernel coding style. It still contains plenty of long-line warnings from checkpatch.pl, but I could live with this.
There are also a few (five?) whitespace fixes and a typo fix which are technically not related to TCO support. I could manually separate them into two commits, but maybe it's acceptable as it is?
Cheers
Adrian Knoth (1): ALSA: hdspm - Add TCO support for RME AES(32)
Martin Dausel (1): ALSA: hdspm - Added some comments and control register documentation
sound/pci/rme9652/hdspm.c | 438 +++++++++++++++++++++++++++++++++------------- 1 file changed, 317 insertions(+), 121 deletions(-)