Quiet a warning, put a #if 0 around some (I believe) unused static structs.
This commit is contained in:
parent
5a312ef1f6
commit
5182d28347
@ -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)
|
||||||
|
@ -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)
|
||||||
|
@ -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)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user