mirror of
https://github.com/tuxbox-neutrino/libstb-hal.git
synced 2025-08-26 15:02:58 +02:00
revert volume calculation to original implementation
This commit is contained in:
@@ -101,11 +101,7 @@ int map_volume(const int volume)
|
||||
if (vol > 100)
|
||||
vol = 100;
|
||||
|
||||
#ifdef MARTII
|
||||
vol = 62 - vol * 62 / 100;
|
||||
#else
|
||||
vol = 63 - vol * 63 / 100;
|
||||
#endif
|
||||
return vol;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user