Changeset 777 for GPL/trunk/lib32
- Timestamp:
- Apr 21, 2025, 7:17:25 PM (6 months ago)
- Location:
- GPL/trunk
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
GPL/trunk
- Property svn:mergeinfo changed
/GPL/branches/uniaud32-exp merged: 766-767,770-771,773-774
- Property svn:mergeinfo changed
-
GPL/trunk/lib32/regcache.c
r772 r777 24 24 static const struct regcache_ops *cache_types[] = { 25 25 ®cache_rbtree_ops, 26 #if ndef TARGET_OS2 // Not (yet?) supported26 #if 0 // not (yet?) supported on OS/2 27 27 ®cache_maple_ops, 28 28 #endif -
GPL/trunk/lib32/regmap.c
r772 r777 20 20 #include <linux/log2.h> 21 21 //#include <linux/hwspinlock.h> 22 #include < asm/unaligned.h>22 #include <linux/unaligned.h> 23 23 #include <linux/module.h> 24 24 #include <linux/workqueue.h> -
GPL/trunk/lib32/sound.c
r679 r777 1018 1018 periodsize = maxperiodsize; 1019 1019 periodbytes = samples_to_bytes(periodsize); 1020 dprintf((" Per oid size error IOCTL HW Parms"));1020 dprintf((" Period size error IOCTL HW Parms")); 1021 1021 fTryAgain = TRUE; 1022 1022 goto tryagain;
Note:
See TracChangeset
for help on using the changeset viewer.