svn commit: r359356 - head/sys/dev/sound/pcm
Hans Petter Selasky
hselasky at FreeBSD.org
Fri Mar 27 10:28:24 UTC 2020
Author: hselasky
Date: Fri Mar 27 10:28:15 2020
New Revision: 359356
URL: https://svnweb.freebsd.org/changeset/base/359356
Log:
Change default microphone level from 0 to 25.
Discussed with: Horse Ma <Shichun.Ma at dell.com>
MFC after: 1 week
Sponsored by: Mellanox Technologies
Modified:
head/sys/dev/sound/pcm/mixer.c
Modified: head/sys/dev/sound/pcm/mixer.c
==============================================================================
--- head/sys/dev/sound/pcm/mixer.c Fri Mar 27 10:22:35 2020 (r359355)
+++ head/sys/dev/sound/pcm/mixer.c Fri Mar 27 10:28:15 2020 (r359356)
@@ -83,7 +83,7 @@ static u_int16_t snd_mixerdefaults[SOUND_MIXER_NRDEVIC
[SOUND_MIXER_PCM] = 75,
[SOUND_MIXER_SPEAKER] = 75,
[SOUND_MIXER_LINE] = 75,
- [SOUND_MIXER_MIC] = 0,
+ [SOUND_MIXER_MIC] = 25,
[SOUND_MIXER_CD] = 75,
[SOUND_MIXER_IGAIN] = 0,
[SOUND_MIXER_LINE1] = 75,
More information about the svn-src-all
mailing list