/etc/gom/mixer.default is in gom 0.30.2-8.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 | # This is a hand-edited default mixer settings file.
# It should work for almost all mixers, as it uses only some
# very common channels.
# Muting all channels first
-M
# Setting "traditional internal" sources (synth,pcm,cd) to 100
-csynth -k1 -l100
-cpcm -k1 -l100
-ccd -k1 -l100
# Setting bass and treble to 50
-cbass -k1 -l50 -ctreble -k1 -l50
# Setting main volume to 75
-cvol -k1 -l75
# Current setting is now vol.
|