Changeset 44541 for titan/titan/global.h
- Timestamp:
- 01/17/20 02:46:18 (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
titan/titan/global.h
r44540 r44541 5133 5133 int setvol(int value) 5134 5134 { 5135 printf("setvol1: value=%d\n", value);5136 5137 5135 char* voldev; 5138 5136 int ret = 0, tmpvol = value; … … 5162 5160 ret = 0; 5163 5161 5164 printf("setvol2: value=%d\n", value);5165 5166 5162 if(checkchipset("3798MV200") == 1) 5163 { 5164 if(ret == 0) 5165 status.volume = value; 5167 5166 return ret; 5168 5167 } 5169 5168 #ifdef MIPSEL 5170 5169 struct dvbdev *audionode = NULL;
Note: See TracChangeset
for help on using the changeset viewer.