[Bug 20680] winecfg: no Wave Out Devices under ALSA Drivers (M-Audio Delta)

wine-bugs at winehq.org wine-bugs at winehq.org
Mon May 31 04:39:38 CDT 2010


http://bugs.winehq.org/show_bug.cgi?id=20680


Raymond <superquad.vortex2 at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |superquad.vortex2 at gmail.com




--- Comment #3 from Raymond <superquad.vortex2 at gmail.com>  2010-05-31 04:39:37 ---
in dlls/winealsa.drv/waveinit.c

ALSA_TestDeviceForWine() require the driver must support 2 channels


    /* set the count of channels */
    retcode = snd_pcm_hw_params_set_channels(pcm, hwparams, 2);
    if (retcode < 0)
    {
        reason = "Could not set channels";
        goto exit;
    }


did you see the error messages "Could not set channels" ?

-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.



More information about the wine-bugs mailing list