lkml.org 
[lkml]   [2003]   [Jan]   [17]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
Subject[BUG/PATCH] OSS/sb_mixer.c is broken on 2.5.59
Hi,

I know OSS is not all that supported, but it has been mostly working for
the past 2.5 revisions. However, 2.5.59 broke it. Here is the fix, it
allows sound/oss/sb_mixer.c to comple again -- I havent booted it yet,
but its trivial enough to spot it from a mile away :)

Regards,


Nuno
--- linux-2.5.59/sound/oss/sb_mixer.c.orig Fri Jan 17 15:40:41 2003
+++ linux-2.5.59/sound/oss/sb_mixer.c Fri Jan 17 15:40:55 2003
@@ -45,7 +45,7 @@
SOUND_MASK_TREBLE|SOUND_MASK_SPEAKER )

#define SB16_RECORDING_DEVICES (SOUND_MASK_SYNTH | \
- SOUND_MASK_LINE | \ SOUND_MASK_MIC | \
+ SOUND_MASK_LINE | SOUND_MASK_MIC | \
SOUND_MASK_CD)

#define SB16_OUTFILTER_DEVICES (SOUND_MASK_LINE | SOUND_MASK_MIC | \
@@ -55,7 +55,7 @@
SOUND_MASK_SPEAKER | \
SOUND_MASK_LINE | SOUND_MASK_MIC | \
SOUND_MASK_CD | SOUND_MASK_IGAIN | \
- SOUND_MASK_OGAIN | \ SOUND_MASK_VOLUME | \
+ SOUND_MASK_OGAIN | SOUND_MASK_VOLUME | \
SOUND_MASK_BASS | SOUND_MASK_TREBLE | \
SOUND_MASK_IMIX)
\
 
 \ /
  Last update: 2005-03-22 13:32    [W:0.079 / U:0.120 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site