Commit 483e3be2 authored by Maarten Lankhorst's avatar Maarten Lankhorst Committed by Alexandre Julliard

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

parent 497c2949
...@@ -210,6 +210,7 @@ static const struct mixerlinetype { ...@@ -210,6 +210,7 @@ static const struct mixerlinetype {
{ "Line", MIXERLINE_COMPONENTTYPE_SRC_LINE, }, { "Line", MIXERLINE_COMPONENTTYPE_SRC_LINE, },
{ "Phone", MIXERLINE_COMPONENTTYPE_SRC_TELEPHONE, }, { "Phone", MIXERLINE_COMPONENTTYPE_SRC_TELEPHONE, },
{ "Digital", MIXERLINE_COMPONENTTYPE_SRC_MICROPHONE, }, { "Digital", MIXERLINE_COMPONENTTYPE_SRC_MICROPHONE, },
{ "Front Mic", MIXERLINE_COMPONENTTYPE_SRC_MICROPHONE, },
}; };
/* Map name to MIXERLINE_COMPONENTTYPE_XXX */ /* Map name to MIXERLINE_COMPONENTTYPE_XXX */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment