I updated hdspmixer and hdspconf to fix all these problems : http://www.undata.org/~thomas/
applied to cvs. thanks!
I just checked cvs to send you a clean patch instead, but the latest changes were not in there yet. Sorry for the extra workload this gives you.
no problem at all. (blame to sourceforge :)
ciao,
Takashi
Thanks !
While we're at we should shut up the warnings in hdsploader too. Trivial diff attached.
Thomas
--- hdsploader.c.cvs 2003-11-03 20:09:55.000000000 +0100 +++ hdsploader.c 2003-11-24 19:25:50.000000000 +0100 @@ -31,14 +31,13 @@ void upload_firmware(int card) { - int err, i; + int err; snd_hwdep_t *hw; snd_hwdep_info_t *info; char card_name[6]; hdsp_version_t version; hdsp_firmware_t firmware; - hdsp_config_info_t config_info; snd_hwdep_info_alloca(&info); snprintf(card_name, 6, "hw:%i", card); @@ -97,7 +96,6 @@ snd_ctl_card_info_t *info; snd_pcm_info_t *pcminfo; - int cards = 0; snd_ctl_card_info_alloca(&info); snd_pcm_info_alloca(&pcminfo);