lkml.org 
[lkml]   [1999]   [Oct]   [28]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
SubjectPatch for soundcard.c
Hi,

as of 2.3.24 there is a "break"-statement missing in drivers/sound/soundcard.c
It causes on Ooops on accessing /dev/sndstat. A patch is attached:


--- linux/drivers/sound/soundcard.c Sat Oct 2 16:49:30 1999
+++ linux.new/drivers/sound/soundcard.c Thu Oct 28 15:16:04 1999
@@ -390,6 +390,7 @@
switch (dev & 0x0f) {
case SND_DEV_STATUS:
ret = sndstat_file_read(file, buf, count, ppos);
+ break;

#ifdef CONFIG_AUDIO
case SND_DEV_DSP:
Thomas
--
Thomas Leineweber

-
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.022 / U:0.348 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site