All of lore.kernel.org
 help / color / mirror / Atom feed
* patch for bug 1806
@ 2006-02-24 23:49 Doug McLain
  2006-02-28 11:53 ` Takashi Iwai
  0 siblings, 1 reply; 2+ messages in thread
From: Doug McLain @ 2006-02-24 23:49 UTC (permalink / raw)
  To: Jaroslav Kysela, Alsa-devel

[-- Attachment #1: Type: text/plain, Size: 448 bytes --]

Jaroslav,

I posted this patch to bug 1806 a while back, and have been awaiting a 
reply or commit.  It currently reports the Locked/No Signal text 
backwards in envy24control, since i was using an older version of 
envy24control when I wrote the original code.  The Locked/No Signal test 
was recently reversed in envy24control cvs, so the test in my code needs 
to be reversed as well.  Here is the patch, once again.

Doug
--
http://nostar.net/

[-- Attachment #2: 1010lt_wordclock_status_correction.diff --]
[-- Type: text/x-patch, Size: 664 bytes --]

? 1010lt_wordclock_status_correction.diff
Index: pci/ice1712/delta.c
===================================================================
RCS file: /cvsroot/alsa/alsa-kernel/pci/ice1712/delta.c,v
retrieving revision 1.25
diff -u -r1.25 delta.c
--- pci/ice1712/delta.c	10 Feb 2006 08:42:17 -0000	1.25
+++ pci/ice1712/delta.c	10 Feb 2006 21:30:27 -0000
@@ -412,7 +412,7 @@
 	if (snd_i2c_sendbytes(ice->cs8427, &reg, 1) != 1)
 		snd_printk(KERN_ERR "unable to send register 0x%x byte to CS8427\n", reg);
 	snd_i2c_readbytes(ice->cs8427, &reg, 1);
-	ucontrol->value.integer.value[0] = (reg ? 0 : 1);
+	ucontrol->value.integer.value[0] = (reg ? 1 : 0);
 	return 0;
 }
 

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

* Re: patch for bug 1806
  2006-02-24 23:49 patch for bug 1806 Doug McLain
@ 2006-02-28 11:53 ` Takashi Iwai
  0 siblings, 0 replies; 2+ messages in thread
From: Takashi Iwai @ 2006-02-28 11:53 UTC (permalink / raw)
  To: Doug McLain; +Cc: Jaroslav Kysela, Alsa-devel

At Fri, 24 Feb 2006 18:49:40 -0500,
Doug McLain wrote:
> 
> I posted this patch to bug 1806 a while back, and have been awaiting a 
> reply or commit.  It currently reports the Locked/No Signal text 
> backwards in envy24control, since i was using an older version of 
> envy24control when I wrote the original code.  The Locked/No Signal test 
> was recently reversed in envy24control cvs, so the test in my code needs 
> to be reversed as well.  Here is the patch, once again.

Thanks for the patch.  I applied it to CVS now.


Takashi


-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642

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

end of thread, other threads:[~2006-02-28 11:53 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-02-24 23:49 patch for bug 1806 Doug McLain
2006-02-28 11:53 ` Takashi Iwai

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.