lkml.org 
[lkml]   [1999]   [Oct]   [23]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
From
Date
SubjectPatch(?): linux-2.3.23/drivers/sound/maestro.c did not compile

I had to make the following one line change to
linux-2.3.23/drivers/sound/maestro.c. I think the patch is correct,
but, because I have never been able to get this or any other version
of the maestro driver to play on the notebook computer that I have
access to that has this hardware, I cannot really report that this
works. So, I am sending this to you, Alan (it's your driver), and
cc'ing linux-kernel in case anybody else wants sees a problem with
the patch. If it looks OK to you, you can either send it off to
Linus or tell me to, whatever is more convenient for you.

Adam J. Richter __ ______________ 4880 Stevens Creek Blvd, Suite 104
adam@yggdrasil.com \ / San Jose, California 95129-1034
+1 408 261-6630 | g g d r a s i l United States of America
fax +1 408 261-6631 "Free Software For The Rest Of Us."

diff -u -r linux-2.3.23/drivers/sound/maestro.c linux/drivers/sound/maestro.c
--- linux-2.3.23/drivers/sound/maestro.c Mon Oct 18 11:26:31 1999
+++ linux/drivers/sound/maestro.c Sat Oct 16 19:23:21 1999
@@ -2979,7 +2979,7 @@
init_waitqueue_head(&s->dma_adc.wait);
init_waitqueue_head(&s->dma_dac.wait);
init_waitqueue_head(&s->open_wait);
- spin_lock_init(&ess->lock);
+ spin_lock_init(&s->lock);
init_MUTEX(&s->open_sem);
s->magic = ESS_STATE_MAGIC;


-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/

\
 
 \ /
  Last update: 2005-03-22 13:54    [W:0.231 / U:0.104 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site