Changeset 44544 for titan/titan/global.h


Ignore:
Timestamp:
01/17/20 03:36:32 (3 years ago)
Author:
obi
Message:

test

File:
1 edited

Legend:

Unmodified
Added
Removed
  • titan/titan/global.h

    r44543 r44544  
    51475147                                value = value - (status.volautochangevalue * value / 100);
    51485148                }
    5149                 value = 63 - value * 63 / 100;
     5149                if(checkchipset("_3798MV200") == 0)
     5150                        value = 63 - value * 63 / 100;
    51505151                debug(100, "set %s to %d", voldev, value);
    51515152                ret = 0;
     
    51605161                                ret = 0;
    51615162
    5162                         if(checkchipset("_3798MV200") == 1)
     5163                        if(checkchipset("3798MV200") == 1)
    51635164                        {
    51645165                                if(ret == 0)
    51655166                                        status.volume = value;
     5167
    51665168                                if(ret == 0 && status.mute != 2) addconfigint("vol", tmpvol);
    51675169                                return ret;
Note: See TracChangeset for help on using the changeset viewer.