All of lore.kernel.org
 help / color / mirror / Atom feed
From: Thomas Charbonnel <thomas@undata.org>
To: Takashi Iwai <tiwai@suse.de>
Cc: alsa-devel@lists.sourceforge.net
Subject: Re: hdsp update
Date: Mon, 24 Nov 2003 19:37:37 +0100	[thread overview]
Message-ID: <3FC24FF1.2070405@undata.org> (raw)
In-Reply-To: <s5hsmkd1vho.wl@alsa2.suse.de>

[-- Attachment #1: Type: text/plain, Size: 496 bytes --]

Takashi Iwai wrote :
>>
>>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

[-- Attachment #2: hdsploader.patch --]
[-- Type: text/plain, Size: 647 bytes --]

--- 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);    

  reply	other threads:[~2003-11-24 18:37 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-11-23 17:21 hdsp update Thomas Charbonnel
2003-11-24 11:40 ` Takashi Iwai
2003-11-24 14:52   ` Takashi Iwai
2003-11-24 17:48     ` Thomas Charbonnel
2003-11-24 18:17       ` Takashi Iwai
2003-11-24 18:37         ` Thomas Charbonnel [this message]
2003-11-25 11:56           ` Takashi Iwai
  -- strict thread matches above, loose matches on Subject: below --
2003-11-06 12:37 hdsp9632 mixer fix + gcc 2.9x compile fix Thomas Charbonnel
2003-11-07 11:18 ` hdsp update Benouille
2003-11-07 12:55   ` Thomas Charbonnel

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=3FC24FF1.2070405@undata.org \
    --to=thomas@undata.org \
    --cc=alsa-devel@lists.sourceforge.net \
    --cc=tiwai@suse.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.