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

This commit is contained in:
Peter Wemm 1999-05-09 13:21:06 +00:00
parent 0a346dab99
commit 8baa9b47b6
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 */
#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)

View File

@ -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)

View File

@ -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)