revised outputs naming
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@28721 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -292,15 +292,15 @@ hda_find_multi_custom_string(hda_widget& widget)
|
|||||||
case PIN_DEV_MIC_IN:
|
case PIN_DEV_MIC_IN:
|
||||||
switch (CONF_DEFAULT_COLOR(widget.d.pin.config)) {
|
switch (CONF_DEFAULT_COLOR(widget.d.pin.config)) {
|
||||||
case 1:
|
case 1:
|
||||||
return "Analog Rear";
|
return "Rear";
|
||||||
case 2:
|
case 2:
|
||||||
return "Analog Side";
|
return "Side";
|
||||||
case 3:
|
case 3:
|
||||||
return "Line In";
|
return "Line In";
|
||||||
case 4:
|
case 4:
|
||||||
return "Analog Front";
|
return "Front";
|
||||||
case 6:
|
case 6:
|
||||||
return "Digital SPDIF";
|
return "Center/Sub";
|
||||||
case 9:
|
case 9:
|
||||||
return "Mic in";
|
return "Mic in";
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user