Commit f75600dd authored by Maarten Lankhorst's avatar Maarten Lankhorst Committed by Alexandre Julliard

winealsa: Add control 'Digital' as alias for microphone.

parent 6e87f374
......@@ -209,6 +209,7 @@ static const struct mixerlinetype {
{ "CD", MIXERLINE_COMPONENTTYPE_SRC_COMPACTDISC, },
{ "Line", MIXERLINE_COMPONENTTYPE_SRC_LINE, },
{ "Phone", MIXERLINE_COMPONENTTYPE_SRC_TELEPHONE, },
{ "Digital", MIXERLINE_COMPONENTTYPE_SRC_MICROPHONE, },
};
/* 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