On Thu, 2003-12-18 at 14:52, Martin Langer wrote:
> On Thu, Dec 18, 2003 at 12:01:24PM -0800, Fernando Pablo Lopez-Lezcano wrote:
> > > > I confirm this fact:
> > > > with kernel 2.4.23 and alsa 1.0rc2, the module snd-rme9652 can't be loaded
> > > > althought the "old"  rme digi 9652 is perfectly working with alsa 0.9.6
> > >
> > > I have found after a lot of printk that if I comment lines 1645 to 1648
> > > of rme9652.c, the driver could be load and I can play music with jMax ;)
> > > 
> > > Here are the part to comment:
> > > if (rme9652->ss_channels == RME9652_NCHANNELS)
> > >   if ((err = snd_ctl_add(card, kctl = snd_ctl_new1(&snd_rme9652_adat3_check, 
> > > rme9652))) < 0)
> > >      return err;
> > 
> > Did you by any chance printk what is the value of ss_channels? So that
> > the error can be corrected?
> > 
> 
> I don't have that hardware and I'm not absolutely sure here
> - but it looks like a bug for me.
> 
> martin
> 
> 
> --- rme9652.c.ORIGINAL        Thu Dec 18 23:43:36 2003
> +++ rme9652.c Thu Dec 18 23:45:12 2003
> @@ -1618,7 +1618,6 @@
>  RME9652_SPDIF_RATE("IEC958 Sample Rate", 0),
>  RME9652_ADAT_SYNC("ADAT1 Sync Check", 0, 0),
>  RME9652_ADAT_SYNC("ADAT2 Sync Check", 0, 1),
> -RME9652_ADAT_SYNC("ADAT3 Sync Check", 0, 2),
>  RME9652_TC_VALID("Timecode Valid", 0),
>  RME9652_PASSTHRU("Passthru", 0)
>  };
> 

Hi,
   I have a Hammerfall Light (the 9636, not the 9652) and the rme9652
driver is loading fine for me. I am getting sound, but only after a
small struggle. 

   For some reason it appears that the numbering of the audio ports has
changed. I am very sure that the order used to be ADAT1 on inputs 1-8 in
Jack, ADAT2 on inputs 9-16, and I suppose spdif was on 17-18 although
I've never used it.

   I haven't used Linux audio on this box since I upgraded to
Alsa-1.0.0rc2 last weekend. It's dual boot and the machine has been in
GigaStudio and Reaktor since then. Anyway, tonight I find the ADAT2 is
coming in on Jack ports 11-18 instead of 9-16.

   Has someone intentionally renumbered where audio should be?

Mark



-------------------------------------------------------
This SF.net email is sponsored by: IBM Linux Tutorials.
Become an expert in LINUX or just sharpen your skills.  Sign up for IBM's
Free Linux Tutorials.  Learn everything from the bash shell to sys admin.
Click now! http://ads.osdn.com/?ad_id=1278&alloc_id=3371&op=click
_______________________________________________
Alsa-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-devel

Reply via email to