Quiet a warning, put a #if 0 around some (I believe) unused static structs.

This commit is contained in:
peter 1999-05-09 13:21:06 +00:00
parent 5a312ef1f6
commit 5182d28347
3 changed files with 6 additions and 0 deletions

View File

@ -355,6 +355,7 @@ static u_short levels[SOUND_MIXER_NRDEVICES] =
0x4b4b}; /* Output gain */ 0x4b4b}; /* Output gain */
#endif /* SM_GAMES */ #endif /* SM_GAMES */
#if 0
static u_char sb16_recmasks_L[SOUND_MIXER_NRDEVICES] = static u_char sb16_recmasks_L[SOUND_MIXER_NRDEVICES] =
{ {
0x00, /* SOUND_MIXER_VOLUME */ 0x00, /* SOUND_MIXER_VOLUME */
@ -390,6 +391,7 @@ static u_char sb16_recmasks_R[SOUND_MIXER_NRDEVICES] =
0x00, /* SOUND_MIXER_IGAIN */ 0x00, /* SOUND_MIXER_IGAIN */
0x00 /* SOUND_MIXER_OGAIN */ 0x00 /* SOUND_MIXER_OGAIN */
}; };
#endif
/* /*
* Recording sources (SB Pro) * Recording sources (SB Pro)

View File

@ -355,6 +355,7 @@ static u_short levels[SOUND_MIXER_NRDEVICES] =
0x4b4b}; /* Output gain */ 0x4b4b}; /* Output gain */
#endif /* SM_GAMES */ #endif /* SM_GAMES */
#if 0
static u_char sb16_recmasks_L[SOUND_MIXER_NRDEVICES] = static u_char sb16_recmasks_L[SOUND_MIXER_NRDEVICES] =
{ {
0x00, /* SOUND_MIXER_VOLUME */ 0x00, /* SOUND_MIXER_VOLUME */
@ -390,6 +391,7 @@ static u_char sb16_recmasks_R[SOUND_MIXER_NRDEVICES] =
0x00, /* SOUND_MIXER_IGAIN */ 0x00, /* SOUND_MIXER_IGAIN */
0x00 /* SOUND_MIXER_OGAIN */ 0x00 /* SOUND_MIXER_OGAIN */
}; };
#endif
/* /*
* Recording sources (SB Pro) * Recording sources (SB Pro)

View File

@ -355,6 +355,7 @@ static u_short levels[SOUND_MIXER_NRDEVICES] =
0x4b4b}; /* Output gain */ 0x4b4b}; /* Output gain */
#endif /* SM_GAMES */ #endif /* SM_GAMES */
#if 0
static u_char sb16_recmasks_L[SOUND_MIXER_NRDEVICES] = static u_char sb16_recmasks_L[SOUND_MIXER_NRDEVICES] =
{ {
0x00, /* SOUND_MIXER_VOLUME */ 0x00, /* SOUND_MIXER_VOLUME */
@ -390,6 +391,7 @@ static u_char sb16_recmasks_R[SOUND_MIXER_NRDEVICES] =
0x00, /* SOUND_MIXER_IGAIN */ 0x00, /* SOUND_MIXER_IGAIN */
0x00 /* SOUND_MIXER_OGAIN */ 0x00 /* SOUND_MIXER_OGAIN */
}; };
#endif
/* /*
* Recording sources (SB Pro) * Recording sources (SB Pro)