http://bugs.winehq.org/show_bug.cgi?id=22476 Raymond <superquad.vortex2(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |superquad.vortex2(a)gmail.com --- Comment #8 from Raymond <superquad.vortex2(a)gmail.com> 2010-05-17 03:19:38 --- (In reply to comment #6)
Hello,
mmdevapi is using openal for sound configuration, and wine explicitly disables OSS on linux, unless it is set as default driver. If you want to enable it for mmdevapi, add this to your ~/.alsoftrc:
drivers=oss
This should make your sound work again.
./wine dlls/mmdevapi/tests/mmdevapi_test.exe.so capture capture.c:186: Returned periods: 20.00000 ms 3.00000 ms capture.c:196: Tag: fffe capture.c:197: bits: 32 capture.c:198: chan: 2 capture.c:199: rate: 44100 capture.c:200: align: 8 capture.c:201: extra: 22 capture.c:206: Res: 32 capture.c:207: Mask: 3 capture.c:208: Alg: FLOAT AL lib: oss.c:354: Unknown format: 0x10011 fixme:mmdevapi:AC_OpenCaptureAL Could not open device OSS Capture with buf size 22050: 0xa004 capture.c:253: Test failed: Valid Initialize returns 8889000a capture.c:257: Tests skipped: Cannot initialize 8889000a, remainder of tests is useless capture: 36 tests executed (0 marked as todo, 1 failure), 1 skipped. -- 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.