diff options
-rw-r--r-- | sys/dev/pcm/mixer.c | 1 | ||||
-rw-r--r-- | sys/dev/sound/pcm/mixer.c | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/sys/dev/pcm/mixer.c b/sys/dev/pcm/mixer.c index 9017e6c..9f9e8d3 100644 --- a/sys/dev/pcm/mixer.c +++ b/sys/dev/pcm/mixer.c @@ -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 diff --git a/sys/dev/sound/pcm/mixer.c b/sys/dev/sound/pcm/mixer.c index 9017e6c..9f9e8d3 100644 --- a/sys/dev/sound/pcm/mixer.c +++ b/sys/dev/sound/pcm/mixer.c @@ -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 |