http://bugs.winehq.org/show_bug.cgi?id=13019 --- Comment #32 from Raymond <superquad.vortex2(a)gmail.com> 2010-12-26 21:12:49 CST --- I guess the problem is in CS since some users also report the mic problem when using windows The other point is that snd-emu10k1 must use "front","rear" device for playback to front or rear jacks by changing the internal routing and application cannot use "front" device for capture This is the reason why wineoss does not work when wine are using ALSA's OSS emulation some version of PA server still use "front" device for both playback and capture since wine cannot use the old convention "default:x" to use the sound card x 's default device (i.e. "default" device in /usr/share/alsa/cards/EMU10k1.conf " when your linux distribution override the "default" device" by "pulse" add the following enty in your .asoundrc pcm.wine { type asym playback.pcm "front:0" capture.pcm "plughw:0,0" } http://wiki.winehq.org/UsefulRegistryKeys AutoScanCards="N" DeviceCount="1" DevicePCM1="wine" DeviceCTL1="hw:0" UseDirectHW="N" -- 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.