Disable audio codec wait-for-zero-crossing volume change mode.

This may explain (now unreproduceable) issue where UI volume changes weren't always changing the gain on the audio codec.
This commit is contained in:
Jared Boone 2015-12-14 12:26:41 -08:00
parent 4ce27f51d4
commit fa3eaf0820

View File

@ -374,7 +374,7 @@ public:
write(LeftHeadphoneOut { write(LeftHeadphoneOut {
.lhpvol = static_cast<reg_t>(n), .lhpvol = static_cast<reg_t>(n),
.lzcen = 1, .lzcen = 0,
.lrhpboth = 1, .lrhpboth = 1,
.reserved0 = 0, .reserved0 = 0,
}); });