[PlanetCCRMA] HDSP 9652 patch

Mark Knecht markknecht@attbi.com
Sun Dec 8 08:42:01 2002


Fernando,
   Paul Davis was kind enough to point me to the Alsa-Devel archives
where I found this information. Apparently the (rev 64) part I'm seeing
in alsaconf is what needs to be patched into the hdsp driver.

   I'm willing to try and do this, but I've never patched driver code,
much less much of anything else. (!! time to learn I suppose!!)

   I'm wondering if I could just build the hdsp driver _only_ and then
copy it to the right location by hand, until you can get this into an
alsa update for testing. I don't want to break my rpm dependencies...

   Any comments on how to best proceed warmly welcomed. This looks like
the answer to me.

Thanks,
Mark



<SNIP>

 can the person who fixed their hdsp driver to work with the new 9652
 please post a patch (c/o diff -u) here? i would like to get the fix
 into CVS ...
 
 --p
 


      From: Justin Cormack <justin@st...>
      Re: hdsp/new 9652  
      2002-12-03 11:36

 On Tue, 2002-12-03 at 19:00, Paul Davis wrote:
 > can the person who fixed their hdsp driver to work with the new 9652
 > please post a patch (c/o diff -u) here? i would like to get the fix
 > into CVS ...
 > 
 
 there wasnt much, assuming that Takashi's patch is in cvs, which I
think
 it is.
 
 Any news on mixer support? There seem to be Windows and Mac drivers
with
 mixer suuport now.
 
 It was only:
 
 --- hdsp.c-orig 2002-12-03 19:28:40.000000000 +0000
 +++ hdsp.c      2002-12-03 19:28:06.000000000 +0000
 @@ -2966,6 +2966,7 @@
 
         switch (rev & 0xff) {
         case 0xa:
 +       case 0x64:
                 /* hdsp_initialize_firmware() will reset this */
                 hdsp->card_name = "RME Hammerfall DSP";
                 break;