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