all the modules have the same vermagic (unsurprising since they're the result from the same "make" run), so I'll just post one (with most of the aliases removed, I don't think they're relevant):
Code:
luca@lspro:~$ /sbin/modinfo linux-2.6.12_lsp.1.7.8/sound/usb/snd-usb-audio.ko
filename: linux-2.6.12_lsp.1.7.8/sound/usb/snd-usb-audio.ko
license: GPL
description: USB Audio
author: Takashi Iwai <tiwai@suse.de>
alias: usb:v*p*d*dc*dsc*dp*ic01isc01ip*
alias: usb:v*p*d*dc*dsc*dp*ic01isc03ip*
alias: usb:v1235p4661d*dc*dsc*dp*icFFisc*ip*
...
...
alias: usb:v0499p1001d*dc*dsc*dp*ic*isc*ip*
alias: usb:v0499p1000d*dc*dsc*dp*ic*isc*ip*
depends: snd-usb-lib,snd-pcm,snd
vermagic: 2.6.12.6-arm1 ARMv5 gcc-3.4
parm: index:Index value for the USB audio adapter. (array of int)
parm: id:ID string for the USB audio adapter. (array of charp)
parm: enable:Enable USB audio adapter. (array of bool)
parm: vid:Vendor ID for the USB audio device. (array of int)
parm: pid:Product ID for the USB audio device. (array of int)
parm: nrpacks:Max. number of packets per URB. (int)
parm: async_unlink:Use async unlink mode. (bool)
anyway, the only module that seem to have a debug parameter is snd-seq-oss.ko (I suppose it's oss emulation of a sequencer) and it wasn't loaded at the time of the oops.
Oh, and in case you're interested the "sound device" is
this one, I have it already working under Linux x86, now I want to connect it to the lspro (since it's always on).
I had to write a usermode driver to control the phone functions (using freepascal and libusb, I plan to publish it soon), but the sound part is a standard sound device supported by default by the snd-usb-audio module.