http://bugs.winehq.org/show_bug.cgi?id=10942
Summary: Alsa uses plughw:0,0 instead of default Product: Wine Version: CVS/GIT Platform: PC-x86-64 OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: wine-directx-dsound AssignedTo: wine-bugs@winehq.org ReportedBy: kelfe@gmx.de
Created an attachment (id=9872) --> (http://bugs.winehq.org/attachment.cgi?id=9872) use "default" as the default card name instead of "default:0"
When starting wine I get messages like:
ALSA lib conf.c:3949:(snd_config_expand) Unknown parameters 0 ALSA lib pcm.c:2144:(snd_pcm_open_noupdate) Unknown PCM default:0 ALSA lib conf.c:3949:(snd_config_expand) Unknown parameters 0 ALSA lib pcm.c:2144:(snd_pcm_open_noupdate) Unknown PCM default:0
this is caused by wine trying to use default:0 as sound device which doesn't seem to be allowed according to http://www.alsa-project.org/alsa-doc/alsa-lib/pcm.html
Using plughw:0,0 also causes problems when people are using an dmix plugin to allow sharing the input and output. As the dmix plugin uses the output in an exclusive way. So it's eighter wine audio or dmix/alsa audio.
When using "default" instead of "default:0" the messages disappear and wine uses the default path as defined in ~/.asoundrc
http://bugs.winehq.org/show_bug.cgi?id=10942
--- Comment #1 from Vitaliy Margolen vitaliy@kievinfo.com 2007-12-29 10:14:13 --- Please send all patches to wine-patches@winehq.org not here.
http://bugs.winehq.org/show_bug.cgi?id=10942
Philip Nilsson leffeman@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |leffeman@gmail.com
--- Comment #2 from Philip Nilsson leffeman@gmail.com 2008-02-13 06:25:46 --- Yeah, ``default:0'' doesn't make any sense since ``default'' is an alias for the primary device on the primary card (or whatever you override it with in some asoundrc).
http://bugs.winehq.org/show_bug.cgi?id=10942
Scott Ritchie scott@open-vote.org changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |scott@open-vote.org Status|UNCONFIRMED |NEW Ever Confirmed|0 |1
--- Comment #3 from Scott Ritchie scott@open-vote.org 2008-03-04 03:27:50 --- I did some searching and couldn't find it, so I sent the patch in to wine-patches for you.
http://bugs.winehq.org/show_bug.cgi?id=10942
Scott Ritchie scott@open-vote.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED
--- Comment #4 from Scott Ritchie scott@open-vote.org 2008-03-05 15:50:11 --- Seems to be fixed in latest GIT. Thanks!
http://www.winehq.org/pipermail/wine-cvs/2008-March/041001.html
http://bugs.winehq.org/show_bug.cgi?id=10942
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #5 from Alexandre Julliard julliard@winehq.org 2008-03-07 11:28:32 --- Closing bugs fixed in 0.9.57.
http://bugs.winehq.org/show_bug.cgi?id=10942
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Version|CVS/GIT |unspecified