From 70a2e5eaee9aeddd06979abce27129012e73d30b Mon Sep 17 00:00:00 2001 From: j1nx Date: Sat, 4 Sep 2021 18:44:37 +0200 Subject: [PATCH] Increase the tas5806 hardware volume back up. --- buildroot-external/rootfs-overlay/usr/bin/tas5806-init | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildroot-external/rootfs-overlay/usr/bin/tas5806-init b/buildroot-external/rootfs-overlay/usr/bin/tas5806-init index 1b6fd4de..a73c7916 100755 --- a/buildroot-external/rootfs-overlay/usr/bin/tas5806-init +++ b/buildroot-external/rootfs-overlay/usr/bin/tas5806-init @@ -181,7 +181,7 @@ class tasTest: return x * p1 + x0 - def setVolume(self, vol=0.5): + def setVolume(self, vol=1.0): # vol takes a float from 0.0 - 1.0 # default vol 0.5 = 50% hw_vol = self.calc_log_y(vol * 100.0)