Changeset 777 for GPL/trunk/lib32


Ignore:
Timestamp:
Apr 21, 2025, 7:17:25 PM (6 months ago)
Author:
David Azarewicz
Message:

Merge from uniaud32-exp branch

Location:
GPL/trunk
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • GPL/trunk

  • GPL/trunk/lib32/regcache.c

    r772 r777  
    2424static const struct regcache_ops *cache_types[] = {
    2525        &regcache_rbtree_ops,
    26 #ifndef TARGET_OS2 // Not (yet?) supported
     26#if 0 // not (yet?) supported on OS/2
    2727        &regcache_maple_ops,
    2828#endif
  • GPL/trunk/lib32/regmap.c

    r772 r777  
    2020#include <linux/log2.h>
    2121//#include <linux/hwspinlock.h>
    22 #include <asm/unaligned.h>
     22#include <linux/unaligned.h>
    2323#include <linux/module.h>
    2424#include <linux/workqueue.h>
  • GPL/trunk/lib32/sound.c

    r679 r777  
    10181018                                periodsize      = maxperiodsize;
    10191019                                periodbytes = samples_to_bytes(periodsize);
    1020                                 dprintf((" Peroid size error IOCTL HW Parms"));
     1020                                dprintf((" Period size error IOCTL HW Parms"));
    10211021                                fTryAgain = TRUE;
    10221022                                goto tryagain;
Note: See TracChangeset for help on using the changeset viewer.