Changeset 598 for GPL/trunk/lib32/soundmixer.c
- Timestamp:
- Apr 3, 2017, 4:51:56 PM (8 years ago)
- Location:
- GPL/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
GPL/trunk
-
Property svn:mergeinfo
set to
/GPL/branches/uniaud32-2.1.x merged eligible
-
Property svn:mergeinfo
set to
-
GPL/trunk/lib32/soundmixer.c
r528 r598 346 346 { 347 347 mixerhandle *pHandle = (mixerhandle *)streamid; 348 int ret;348 //int ret; 349 349 350 350 if(pHandle == NULL || pHandle->magic != MAGIC_MIXER_ALSA32) { … … 364 364 struct snd_ctl_elem_value *pElem = NULL; 365 365 struct snd_ctl_elem_info *pElemInfo; 366 int ret, idx, lVol, rVol = 0, idxMute, cnt; 366 int ret, idx, lVol, rVol = 0, idxMute; 367 //int cnt; 367 368 368 369 //dprintf(("OSS32_MixSetVolume line=%d\n", line)); … … 718 719 { 719 720 mixerhandle *pHandle = (mixerhandle *)streamid; 720 int ret;721 //int ret; 721 722 722 723 if(pHandle == NULL || pHandle->magic != MAGIC_MIXER_ALSA32) { … … 813 814 { 814 815 mixerhandle *pHandle = NULL; 815 int ret, i, j; 816 int ret; 817 //int i, j; 816 818 817 819 if(alsa_fops == NULL) … … 870 872 { 871 873 mixerhandle *pHandle = NULL; 872 int ret, i, j; 874 int ret; 875 //int i, j; 873 876 874 877 if(alsa_fops == NULL) {
Note:
See TracChangeset
for help on using the changeset viewer.