Change default microphone level from 0 to 25.
Discussed with: Horse Ma <Shichun.Ma@dell.com> MFC after: 1 week Sponsored by: Mellanox Technologies
This commit is contained in:
parent
c2bc9ff72a
commit
9211468fc2
@ -83,7 +83,7 @@ static u_int16_t snd_mixerdefaults[SOUND_MIXER_NRDEVICES] = {
|
||||
[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,
|
||||
|
Loading…
Reference in New Issue
Block a user