Changeset 44544 for titan/titan/global.h
- Timestamp:
- 01/17/20 03:36:32 (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
titan/titan/global.h
r44543 r44544 5147 5147 value = value - (status.volautochangevalue * value / 100); 5148 5148 } 5149 value = 63 - value * 63 / 100; 5149 if(checkchipset("_3798MV200") == 0) 5150 value = 63 - value * 63 / 100; 5150 5151 debug(100, "set %s to %d", voldev, value); 5151 5152 ret = 0; … … 5160 5161 ret = 0; 5161 5162 5162 if(checkchipset(" _3798MV200") == 1)5163 if(checkchipset("3798MV200") == 1) 5163 5164 { 5164 5165 if(ret == 0) 5165 5166 status.volume = value; 5167 5166 5168 if(ret == 0 && status.mute != 2) addconfigint("vol", tmpvol); 5167 5169 return ret;
Note: See TracChangeset
for help on using the changeset viewer.