All of lore.kernel.org
 help / color / mirror / Atom feed
* RME hdsp
@ 2002-06-30  6:07 Orm Finnendahl
  0 siblings, 0 replies; 6+ messages in thread
From: Orm Finnendahl @ 2002-06-30  6:07 UTC (permalink / raw)
  To: alsa-devel

Hi all,

has anybody a working setup with a RME Hammerfall hdsp system with
sound playback working? Mine is broken for about a week now and I'd
like to try to track down the problem.

--
Orm 


-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf

^ permalink raw reply	[flat|nested] 6+ messages in thread

* RME HDSP
@ 2003-07-28 17:01 Daniel Sheltraw
  2003-07-28 18:10 ` Paul Davis
  0 siblings, 1 reply; 6+ messages in thread
From: Daniel Sheltraw @ 2003-07-28 17:01 UTC (permalink / raw)
  To: alsa-devel

Hello ALSA

Can someone tell me what the differences are between PCI busmastering
for the RME HDSP and the RME digi 9652 cards. Does RME use a third
party vendor for the bus master controller? If so do you know who?

Thanks,
Daniel


-------------------------------------------------------
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa00100003ave/direct;at.aspnet_072303_01/01

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: RME HDSP
  2003-07-28 17:01 Daniel Sheltraw
@ 2003-07-28 18:10 ` Paul Davis
  0 siblings, 0 replies; 6+ messages in thread
From: Paul Davis @ 2003-07-28 18:10 UTC (permalink / raw)
  To: Daniel Sheltraw; +Cc: alsa-devel

>Can someone tell me what the differences are between PCI busmastering
>for the RME HDSP and the RME digi 9652 cards. Does RME use a third
>party vendor for the bus master controller? If so do you know who?

no idea. you'd have to know which chips to look for on the
boards. AFAIK, there are no differences between the two systems
implementation of PCI busmastering, but its not something i've ever
considered asking about.


-------------------------------------------------------
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa00100003ave/direct;at.aspnet_072303_01/01

^ permalink raw reply	[flat|nested] 6+ messages in thread

* RME HDSP
@ 2006-06-20 10:18 Remy Bruno
  2006-06-20 16:16 ` Lee Revell
  0 siblings, 1 reply; 6+ messages in thread
From: Remy Bruno @ 2006-06-20 10:18 UTC (permalink / raw)
  To: alsa-devel

Hello,

I noticed that the driver hdsp.c now uses by default the "precise_ptr" mode of
the RME HDSP cards. However, at least with the last release of the RME HDSP
9652, this makes the sound scratchy (probably sound repeatedly interrupted by
short silence). It took me some time to find that this precise_ptr was the
cause of the trouble (sound is OK if I switch this off). So maybe it would be
advisable to switch back to no precise_ptr by default, letting the user the
possibility to activate it using the card controls. I imagine other people have
or will have the same problem as I have.

As I got no reply from my last message, I would just like to report again the
bug I found in hdsp.c:
there is a bug in the begining of function snd_hdsp_proc_read() of file
alsa-kernel/pci/rme9652/hdsp.c: a pair of "{}" is missing after the first "if"

if (hdsp_check_for_iobox (hdsp))
        {
                snd_iprintf(buffer, "No I/O box connected.\nPlease connect one and upload firmware.\n");
                return;
        }

The consequence was that the "return" statement was done systematically and so
the file "hdsp" always seemed to be empty.

Regards,

Remy BRUNO

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: RME HDSP
  2006-06-20 10:18 RME HDSP Remy Bruno
@ 2006-06-20 16:16 ` Lee Revell
  2006-06-20 16:18   ` Takashi Iwai
  0 siblings, 1 reply; 6+ messages in thread
From: Lee Revell @ 2006-06-20 16:16 UTC (permalink / raw)
  To: Remy Bruno; +Cc: alsa-devel

On Tue, 2006-06-20 at 12:18 +0200, Remy Bruno wrote:
> As I got no reply from my last message, I would just like to report
> again the
> bug I found in hdsp.c:
> there is a bug in the begining of function snd_hdsp_proc_read() of
> file
> alsa-kernel/pci/rme9652/hdsp.c: a pair of "{}" is missing after the
> first "if"
> 
> if (hdsp_check_for_iobox (hdsp))
>         {
>                 snd_iprintf(buffer, "No I/O box connected.\nPlease
> connect one and upload firmware.\n");
>                 return;
>         } 

Because you did not post it in the form of a patch.

Lee

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: RME HDSP
  2006-06-20 16:16 ` Lee Revell
@ 2006-06-20 16:18   ` Takashi Iwai
  0 siblings, 0 replies; 6+ messages in thread
From: Takashi Iwai @ 2006-06-20 16:18 UTC (permalink / raw)
  To: Lee Revell; +Cc: alsa-devel

At Tue, 20 Jun 2006 12:16:14 -0400,
Lee Revell wrote:
> 
> On Tue, 2006-06-20 at 12:18 +0200, Remy Bruno wrote:
> > As I got no reply from my last message, I would just like to report
> > again the
> > bug I found in hdsp.c:
> > there is a bug in the begining of function snd_hdsp_proc_read() of
> > file
> > alsa-kernel/pci/rme9652/hdsp.c: a pair of "{}" is missing after the
> > first "if"
> > 
> > if (hdsp_check_for_iobox (hdsp))
> >         {
> >                 snd_iprintf(buffer, "No I/O box connected.\nPlease
> > connect one and upload firmware.\n");
> >                 return;
> >         } 
> 
> Because you did not post it in the form of a patch.

This is bug was already fixed on HG repo...


Takashi

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2006-06-20 16:18 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-06-20 10:18 RME HDSP Remy Bruno
2006-06-20 16:16 ` Lee Revell
2006-06-20 16:18   ` Takashi Iwai
  -- strict thread matches above, loose matches on Subject: below --
2003-07-28 17:01 Daniel Sheltraw
2003-07-28 18:10 ` Paul Davis
2002-06-30  6:07 RME hdsp Orm Finnendahl

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.