@@ -2158,12 +2158,12 @@ def headphone_output(self, enabled: bool) -> None:
21582158 self .right_dac_mute = False
21592159 self .left_dac_path = DAC_PATH_NORMAL
21602160 self .right_dac_path = DAC_PATH_NORMAL
2161- self .headphone_left_gain = 0
2162- self .headphone_right_gain = 0
2161+ self .headphone_left_gain = 6
2162+ self .headphone_right_gain = 6
21632163 self ._page1 ._configure_headphone_driver (
21642164 left_powered = True , right_powered = True , common = HP_COMMON_1_65V
21652165 )
2166- self .headphone_volume = - 30 .1
2166+ self .headphone_volume = - 20 .1
21672167 # NOTE: If you use DAC_ROUTE_HP here instead of DAC_ROUTE_MIXER,
21682168 # the DAC output will bypass the headphone analog volume
21692169 # attenuation stage and go straight into the headphone amp. That
@@ -2213,12 +2213,12 @@ def speaker_output(self, enabled: bool) -> None:
22132213 self .right_dac_mute = False
22142214 self .left_dac_path = DAC_PATH_NORMAL
22152215 self .right_dac_path = DAC_PATH_NORMAL
2216- self .speaker_gain = 6 # safest speaker amp gain option: 6 dB
2216+ self .speaker_gain = 12
22172217 self ._page1 ._set_speaker_enabled (True )
22182218 self ._page1 ._configure_analog_inputs (
22192219 left_dac = DAC_ROUTE_MIXER , right_dac = DAC_ROUTE_MIXER
22202220 )
2221- self .speaker_volume = - 20.1
2221+ self .speaker_volume = - 10
22222222 self .speaker_mute = False
22232223 else :
22242224 self ._page1 ._set_speaker_enabled (False )
0 commit comments