File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -1728,13 +1728,13 @@ def mono_mix(self, value: bool) -> None:
1728
1728
1729
1729
## Headphones
1730
1730
1731
- left_headphone : bool = WOBit (_REG_PWR_MGMT_2 , 5 )
1731
+ left_headphone : bool = WOBit (_REG_PWR_MGMT_2 , 6 )
1732
1732
"""Whether or not the left channel of the headphone amplifier is powered on.
1733
1733
1734
1734
:default: `False`
1735
1735
"""
1736
1736
1737
- right_headphone : bool = WOBit (_REG_PWR_MGMT_2 , 6 )
1737
+ right_headphone : bool = WOBit (_REG_PWR_MGMT_2 , 5 )
1738
1738
"""Whether or not the right channel of the headphone amplifier is powered on.
1739
1739
1740
1740
:default: `False`
@@ -2063,7 +2063,7 @@ def speaker_ac_gain(self, value: float) -> None:
2063
2063
:default: `False`
2064
2064
"""
2065
2065
2066
- pll_prescale_div2 : bool = WOBit (_REG_PWR_MGMT_2 , 4 )
2066
+ pll_prescale_div2 : bool = WOBit (_REG_PLL_N , 4 )
2067
2067
"""Divide MCLK by 2 before input to PLL.
2068
2068
2069
2069
:default: `False`
You can’t perform that action at this time.
0 commit comments