Module: wine Branch: master Commit: 483e3be2e662616e79deade581d4ecb22333daf2 URL: http://source.winehq.org/git/wine.git/?a=commit;h=483e3be2e662616e79deade581...
Author: Maarten Lankhorst maarten@codeweavers.com Date: Fri Dec 14 07:44:41 2007 +0100
winealsa: Add 'Front Mic' as alias for microphone.
---
dlls/winealsa.drv/mixer.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/dlls/winealsa.drv/mixer.c b/dlls/winealsa.drv/mixer.c index 90b539e..5065518 100644 --- a/dlls/winealsa.drv/mixer.c +++ b/dlls/winealsa.drv/mixer.c @@ -210,6 +210,7 @@ static const struct mixerlinetype { { "Line", MIXERLINE_COMPONENTTYPE_SRC_LINE, }, { "Phone", MIXERLINE_COMPONENTTYPE_SRC_TELEPHONE, }, { "Digital", MIXERLINE_COMPONENTTYPE_SRC_MICROPHONE, }, + { "Front Mic", MIXERLINE_COMPONENTTYPE_SRC_MICROPHONE, }, };
/* Map name to MIXERLINE_COMPONENTTYPE_XXX */