Changeset 742
- Timestamp:
- Sep 18, 2022, 10:37:38 AM (3 years ago)
- Location:
- contrib/API
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
contrib/API/include/unidef.h
r578 r742 146 146 }; 147 147 148 #if 0 148 149 struct timespec { 149 150 long tv_sec; /* seconds */ 150 151 long tv_usec; /* and microseconds */ 151 152 }; 153 #endif 152 154 153 155 typedef struct sndrv_ctl_elem_value { -
contrib/API/tools/unimix.c
r578 r742 148 148 printf(" longname: %s\n",cInfo->longname); 149 149 printf(" mixer: %s\n",cInfo->mixername); 150 printf(" componen ets: %s\n",cInfo->components);150 printf(" components: %s\n",cInfo->components); 151 151 return 0; 152 152 }
Note:
See TracChangeset
for help on using the changeset viewer.