winealsa: Add control 'Digital' as alias for microphone.
This commit is contained in:
parent
6e87f3741b
commit
f75600dd1d
|
@ -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 */
|
||||
|
|
Loading…
Reference in New Issue