set default ogain to 50 since some sb cards produce no sound at 0
This commit is contained in:
parent
15cc94620c
commit
0513a1a1cb
@ -40,6 +40,7 @@ static u_int16_t snd_mixerdefaults[SOUND_MIXER_NRDEVICES] = {
|
||||
[SOUND_MIXER_LINE1] = 75,
|
||||
[SOUND_MIXER_VIDEO] = 75,
|
||||
[SOUND_MIXER_RECLEV] = 0,
|
||||
[SOUND_MIXER_OGAIN] = 50,
|
||||
};
|
||||
|
||||
int
|
||||
|
@ -40,6 +40,7 @@ static u_int16_t snd_mixerdefaults[SOUND_MIXER_NRDEVICES] = {
|
||||
[SOUND_MIXER_LINE1] = 75,
|
||||
[SOUND_MIXER_VIDEO] = 75,
|
||||
[SOUND_MIXER_RECLEV] = 0,
|
||||
[SOUND_MIXER_OGAIN] = 50,
|
||||
};
|
||||
|
||||
int
|
||||
|
Loading…
Reference in New Issue
Block a user