Changeset 305 for GPL/branches/uniaud-2.0/lib32/soundoss.h
- Timestamp:
- Mar 24, 2008, 2:43:42 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
GPL/branches/uniaud-2.0/lib32/soundoss.h
r127 r305 63 63 int idxRecCaps[OSS32_MIX_RECSRC_MAX]; 64 64 int rectype; 65 s nd_ctl_card_info_tinfo; //mixer information66 s nd_ctl_elem_list_t list; //element list67 s nd_ctl_elem_id_t*pids; //array of mixer elements65 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 68 68 mixcontrol controls[OSS_MIXER_NRDEVICES]; //array of standard mixer controls 69 69 } mixerhandle;
Note:
See TracChangeset
for help on using the changeset viewer.