Module: wine
Branch: master
Commit: 3006b9335cd3696486305b532e9a6d0a7b1fc45a
URL: http://source.winehq.org/git/wine.git/?a=commit;h=3006b9335cd3696486305b532…
Author: Maarten Lankhorst <m.b.lankhorst(a)gmail.com>
Date: Wed May 2 20:09:49 2007 +0200
winealsa: Improve sound mixer detection.
The previous mixer code depended on the existence of 1 'Master', and 1
'Capture' control. According to some feedback in wine-devel this is not
always the case, the new code will try the following order for loading:
Destination waveout: Master, Headphone PCM
Destination wavein: Capture
---
dlls/winealsa.drv/mixer.c | 237 +++++++++++++++++++++++++++------------------
1 files changed, 142 insertions(+), 95 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=3006b9335cd3696486305…