no amp config

This commit is contained in:
Comma Device 2024-02-26 20:39:41 -08:00
parent 3c4e82f14a
commit 14ea615ae4
1 changed files with 1 additions and 0 deletions

View File

@ -97,6 +97,7 @@ CONFIGS = {
AmpConfig("Right DAC input mixer: DAI2 right", 0b1, 0x22, 0, 0b00000001),
AmpConfig("Volume adjustment smoothing disabled", 0b1, 0x49, 6, 0b01000000),
],
"mici": [],
}
class Amplifier: