winealsa: Add 'Front Mic' as alias for microphone.

oldstable
Maarten Lankhorst 2007-12-14 07:44:41 +01:00 committed by Alexandre Julliard
parent 497c2949c7
commit 483e3be2e6
1 changed files with 1 additions and 0 deletions

View File

@ -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 */