diff options
| author | Cameron Grant <cg@FreeBSD.org> | 2001-07-01 18:53:24 +0000 |
|---|---|---|
| committer | Cameron Grant <cg@FreeBSD.org> | 2001-07-01 18:53:24 +0000 |
| commit | 4712b1eba1ec481a19c00ede37ce7172a9b12f17 (patch) | |
| tree | b063805e6e87d3c8c9df067954b48ade0ba5e52b /sys/dev | |
| parent | 0df908ab74ae4d45e652537b6fb59c91561c5892 (diff) | |
Notes
Diffstat (limited to 'sys/dev')
| -rw-r--r-- | sys/dev/sound/pcm/mixer.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/sound/pcm/mixer.c b/sys/dev/sound/pcm/mixer.c index 75812ea1df77..1fe610f26a44 100644 --- a/sys/dev/sound/pcm/mixer.c +++ b/sys/dev/sound/pcm/mixer.c @@ -64,6 +64,7 @@ static u_int16_t snd_mixerdefaults[SOUND_MIXER_NRDEVICES] = { [SOUND_MIXER_VIDEO] = 75, [SOUND_MIXER_RECLEV] = 0, [SOUND_MIXER_OGAIN] = 50, + [SOUND_MIXER_MONITOR] = 75, }; static char* snd_mixernames[SOUND_MIXER_NRDEVICES] = SOUND_DEVICE_NAMES; |
