set default 'monitor' volume (ac97 headphones) to 75%
This commit is contained in:
parent
0df908ab74
commit
4712b1eba1
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user