mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-libstb-hal.git
synced 2025-08-26 23:12:44 +02:00
libspark: work around driver bug
Origin commit data
------------------
Branch: master
Commit: 932fba6516
Author: martii <m4rtii@gmx.de>
Date: 2012-12-16 (Sun, 16 Dec 2012)
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -102,7 +102,7 @@ int map_volume(const int volume)
|
|||||||
vol = 100;
|
vol = 100;
|
||||||
|
|
||||||
#ifdef MARTII
|
#ifdef MARTII
|
||||||
vol = 64 - vol * 64 / 100;
|
vol = 62 - vol * 62 / 100;
|
||||||
#else
|
#else
|
||||||
vol = 63 - vol * 63 / 100;
|
vol = 63 - vol * 63 / 100;
|
||||||
#endif
|
#endif
|
||||||
|
Reference in New Issue
Block a user