Ignore:
Timestamp:
Feb 15, 2021, 9:44:30 AM (4 years ago)
Author:
Paul Smedley
Message:

More code cleanups from AlexT from #os2russian

File:
1 edited

Legend:

Unmodified
Added
Removed
  • GPL/branches/uniaud32-next/lib32/ioctl.c

    r644 r675  
    2121#include "soundoss.h"
    2222
     23#include <u32ioctl.h>
     24
    2325POSS32_DEVCAPS pcmcaps[8] = {0,0,0,0,0,0,0,0};
    2426extern int pcm_device;
     
    3436int card_id_changed = 0;
    3537int unlock_all = 0;
    36 int GetUniaudPcmCaps(ULONG deviceid, void *caps);
    37 void FillCaps(ULONG deviceid);
    3838int pcm_instances(int card_id);
    3939
     
    180180}
    181181
     182/*
    182183int GetPcmForChannels(ULONG deviceid, int type, int channels)
    183184{
     
    220221        return sel_pcm;
    221222}
     223*/
    222224
    223225int GetMaxChannels(ULONG deviceid, int type)
     
    262264 returns pcm caps
    263265 */
    264 int GetUniaudPcmCaps1(ULONG deviceid, void *caps)
     266static int GetUniaudPcmCaps1(ULONG deviceid, void *caps)
    265267{
    266268        POSS32_DEVCAPS pcaps = (POSS32_DEVCAPS)caps;
Note: See TracChangeset for help on using the changeset viewer.