All of lore.kernel.org
 help / color / mirror / Atom feed
* Bug in hdsp.c
@ 2006-06-09 16:49 Remy Bruno
  0 siblings, 0 replies; only message in thread
From: Remy Bruno @ 2006-06-09 16:49 UTC (permalink / raw)
  To: alsa-devel

Hi,

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 the "return" statement to be done systematically and so the
file "hdsp" always seemed to be empty.

Regards,

Remy BRUNO

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2006-06-09 16:49 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-06-09 16:49 Bug in hdsp.c Remy Bruno

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.