Lines Matching defs:caps
413 WAVEOUTCAPS caps;
417 if (waveOutGetDevCaps((UINT_PTR) u->hwo, &caps, sizeof(caps)) != MMSYSERR_NOERROR)
419 if (!(caps.dwSupport & WAVECAPS_VOLUME))
426 if (caps.dwSupport & WAVECAPS_LRVOLUME)
442 WAVEOUTCAPS caps;
445 if (waveOutGetDevCaps((UINT_PTR) u->hwo, &caps, sizeof(caps)) != MMSYSERR_NOERROR)
447 if (!(caps.dwSupport & WAVECAPS_VOLUME))
450 if (s->real_volume.channels == 2 && caps.dwSupport & WAVECAPS_LRVOLUME) {