Commit 04c7accd authored by 薛德章's avatar 薛德章

Set default input and output volume to 100%

parent 3560f6dc
......@@ -93,9 +93,9 @@
#define SET_TREBLE 8
#define SET_MICBIAS 9
#define DEFAULT_OUTPUT_VOLUME 50
#define DEFAULT_INPUT_VOLUME 20 /* 0 ==> mute line in */
#define DEFAULT_INPUT_IGAIN 20
#define DEFAULT_OUTPUT_VOLUME 100
#define DEFAULT_INPUT_VOLUME 100 /* 0 ==> mute line in */
#define DEFAULT_INPUT_IGAIN 100
#define DEFAULT_INPUT_OGAIN 100
#define OUTPUT_VOLUME_MIN LHV_MIN
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment