At Thu, 05 Jun 2008 16:34:25 +1200, Eliot Blennerhassett wrote:
Hi Takashi,
this patchset updates ALSA to our current 3.10.00 release. Matching firmware is here, please use it to update alsa-firmware http://audioscience.com/internet/download/firmware/dspbins31000.zip
Thanks, updated both alsa-driver and alsa-firmware repos.
One thing I haven't figured out how to get git to include a patch for deletion of a file? Anyway, current repo hpimod.c is replaced with hpioctl.c (you could consider this a rename then update)
Just use git-mv, and git-format-patch would give you a right patch. (And since I didn't notice this beforehand, I had to re-commit the tree to handle it...)
I have restructured code a bit so that asihpi.c is the "master" module file, that calls utility functions in hpioctl.c for setting up HPI, and handling hpi ioctl via hwdep.
This looks good! Let's continue to reshape a bit for merging to the upstream.
thanks,
Takashi