mirror of
https://github.com/reactos/wine.git
synced 2024-11-29 06:30:37 +00:00
winealsa: Add 'Front Mic' as alias for microphone.
This commit is contained in:
parent
497c2949c7
commit
483e3be2e6
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user