winealsa.drv: Remove test for mmap in waveinit.

No longer needed since winealsa has fallbacks now for both.
This commit is contained in:
Maarten Lankhorst 2009-10-05 09:27:27 +02:00 committed by Alexandre Julliard
parent e2faa98c66
commit 059017f914
1 changed files with 1 additions and 3 deletions

View File

@ -304,9 +304,7 @@ static int ALSA_ComputeCaps(snd_ctl_t *ctl, snd_pcm_t *pcm,
** Can we do WAVECAPS_PITCH, WAVECAPS_SYNC, or WAVECAPS_PLAYBACKRATE? */
*supports |= WAVECAPS_SAMPLEACCURATE;
/* FIXME: NONITERLEAVED and COMPLEX are not supported right now */
if ( snd_pcm_access_mask_test( acmask, SND_PCM_ACCESS_MMAP_INTERLEAVED ) )
*supports |= WAVECAPS_DIRECTSOUND;
*supports |= WAVECAPS_DIRECTSOUND;
/* check for volume control support */
if (ctl) {