mirror of
https://github.com/tuxbox-neutrino/libstb-hal.git
synced 2025-08-26 23:13:16 +02:00
libspark: work around driver bug
This commit is contained in:
@@ -102,7 +102,7 @@ int map_volume(const int volume)
|
||||
vol = 100;
|
||||
|
||||
#ifdef MARTII
|
||||
vol = 64 - vol * 64 / 100;
|
||||
vol = 62 - vol * 62 / 100;
|
||||
#else
|
||||
vol = 63 - vol * 63 / 100;
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user