Re: [Alsa-devel] RME HDSP9652

2002-11-29 Thread Justin Cormack
On Wed, 2002-11-27 at 17:21, Justin Cormack wrote: > > > I have just got a couple of the new RME Hammerfall HDSP9652 cards, and > find that they are not supported by the snd-hdsp driver yet. The card is > basically the same hardware as the other hdsp cards but with the io > integrated on the card

Re: [Alsa-devel] RME HDSP9652

2002-11-29 Thread Paul Davis
>I have just got a couple of the new RME Hammerfall HDSP9652 cards, and >find that they are not supported by the snd-hdsp driver yet. The card is >basically the same hardware as the other hdsp cards but with the io >integrated on the card. > >I would guess that it will need a different firmware and

Re: [Alsa-devel] RME HDSP9652

2002-11-29 Thread Justin Cormack
On Thu, 2002-11-28 at 13:42, Paul Davis wrote: > >I have just got a couple of the new RME Hammerfall HDSP9652 cards, and > >find that they are not supported by the snd-hdsp driver yet. The card is > >basically the same hardware as the other hdsp cards but with the io > >integrated on the card. > >

Re: [Alsa-devel] RME HDSP9652

2002-11-29 Thread Martin Langer
On Thu, Nov 28, 2002 at 02:39:41PM +, Justin Cormack wrote: > On Thu, 2002-11-28 at 13:42, Paul Davis wrote: > > >I have just got a couple of the new RME Hammerfall HDSP9652 cards, and > > >find that they are not supported by the snd-hdsp driver yet. The card is > > >basically the same hardware

Re: [Alsa-devel] RME HDSP9652

2002-11-29 Thread Takashi Iwai
At 28 Nov 2002 14:39:41 +, Justin Cormack wrote: > > On Thu, 2002-11-28 at 13:42, Paul Davis wrote: > > >I have just got a couple of the new RME Hammerfall HDSP9652 cards, and > > >find that they are not supported by the snd-hdsp driver yet. The card is > > >basically the same hardware as the

Re: [Alsa-devel] RME HDSP9652

2002-11-29 Thread Justin Cormack
On Thu, 2002-11-28 at 15:40, Takashi Iwai wrote: > > > all i need is the PCI ID from you. i've already spoken to RME about > > > the card, and the claim is that it will with the existing h-dsp > > > driver. the only thing that won't work are the RMS meters. the > > > existing driver, however, does

Re: [Alsa-devel] RME HDSP9652

2002-11-29 Thread Justin Cormack
On Thu, 2002-11-28 at 16:22, Justin Cormack wrote: > Thanks, this fixes the segfault, and adding the rev 0x64 in > snd_hdsp_create makes it work... It recognises the IO box as a digiface > which I think is ok (3x adat + midi + 2 * spdif). Playback works, and > the mixer is recognised - will test i

Re: [Alsa-devel] RME HDSP9652

2002-11-29 Thread Paul Davis
>> Its the same PCI ID, but insmod segfaults... > >does the attched patch cure the segfault? >but it doesn't mean that your card will be supported by it :) takashi - thanks for this patch. i didn't understand that snd_hdsp_free() could be called when no hardware was detected. now i do :) --p --