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

This commit is contained in:
Maarten Lankhorst 2007-12-12 23:47:21 +01:00 committed by Alexandre Julliard
parent 6e87f3741b
commit f75600dd1d
1 changed files with 1 additions and 0 deletions

View File

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