diff options
-rw-r--r-- | sys/dev/pcm/isa/sb.h | 2 | ||||
-rw-r--r-- | sys/dev/sound/isa/sb.h | 2 | ||||
-rw-r--r-- | sys/i386/isa/snd/sbcard.h | 2 |
3 files changed, 6 insertions, 0 deletions
diff --git a/sys/dev/pcm/isa/sb.h b/sys/dev/pcm/isa/sb.h index 4817199..b05b365 100644 --- a/sys/dev/pcm/isa/sb.h +++ b/sys/dev/pcm/isa/sb.h @@ -355,6 +355,7 @@ static u_short levels[SOUND_MIXER_NRDEVICES] = 0x4b4b}; /* Output gain */ #endif /* SM_GAMES */ +#if 0 static u_char sb16_recmasks_L[SOUND_MIXER_NRDEVICES] = { 0x00, /* SOUND_MIXER_VOLUME */ @@ -390,6 +391,7 @@ static u_char sb16_recmasks_R[SOUND_MIXER_NRDEVICES] = 0x00, /* SOUND_MIXER_IGAIN */ 0x00 /* SOUND_MIXER_OGAIN */ }; +#endif /* * Recording sources (SB Pro) diff --git a/sys/dev/sound/isa/sb.h b/sys/dev/sound/isa/sb.h index 4817199..b05b365 100644 --- a/sys/dev/sound/isa/sb.h +++ b/sys/dev/sound/isa/sb.h @@ -355,6 +355,7 @@ static u_short levels[SOUND_MIXER_NRDEVICES] = 0x4b4b}; /* Output gain */ #endif /* SM_GAMES */ +#if 0 static u_char sb16_recmasks_L[SOUND_MIXER_NRDEVICES] = { 0x00, /* SOUND_MIXER_VOLUME */ @@ -390,6 +391,7 @@ static u_char sb16_recmasks_R[SOUND_MIXER_NRDEVICES] = 0x00, /* SOUND_MIXER_IGAIN */ 0x00 /* SOUND_MIXER_OGAIN */ }; +#endif /* * Recording sources (SB Pro) diff --git a/sys/i386/isa/snd/sbcard.h b/sys/i386/isa/snd/sbcard.h index 4817199..b05b365 100644 --- a/sys/i386/isa/snd/sbcard.h +++ b/sys/i386/isa/snd/sbcard.h @@ -355,6 +355,7 @@ static u_short levels[SOUND_MIXER_NRDEVICES] = 0x4b4b}; /* Output gain */ #endif /* SM_GAMES */ +#if 0 static u_char sb16_recmasks_L[SOUND_MIXER_NRDEVICES] = { 0x00, /* SOUND_MIXER_VOLUME */ @@ -390,6 +391,7 @@ static u_char sb16_recmasks_R[SOUND_MIXER_NRDEVICES] = 0x00, /* SOUND_MIXER_IGAIN */ 0x00 /* SOUND_MIXER_OGAIN */ }; +#endif /* * Recording sources (SB Pro) |