Ignore:
Timestamp:
Mar 24, 2008, 2:43:42 AM (17 years ago)
Author:
Paul Smedley
Message:

Update source to ALSA 1.0.16 level

File:
1 edited

Legend:

Unmodified
Added
Removed
  • GPL/branches/uniaud-2.0/lib32/soundoss.h

    r127 r305  
    6363    int                 idxRecCaps[OSS32_MIX_RECSRC_MAX];
    6464    int                 rectype;
    65     snd_ctl_card_info_t info;   //mixer information
    66     snd_ctl_elem_list_t list;   //element list
    67     snd_ctl_elem_id_t  *pids;   //array of mixer elements
     65    struct snd_ctl_card_info info;      //mixer information
     66    struct snd_ctl_elem_list list;      //element list
     67    struct snd_ctl_elem_id  *pids;   //array of mixer elements
    6868    mixcontrol          controls[OSS_MIXER_NRDEVICES]; //array of standard mixer controls
    6969} mixerhandle;
Note: See TracChangeset for help on using the changeset viewer.