added missing label
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@28780 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -314,6 +314,8 @@ hda_find_multi_custom_string(hda_widget& widget)
|
|||||||
return "CD";
|
return "CD";
|
||||||
case PIN_DEV_HEAD_PHONE_OUT:
|
case PIN_DEV_HEAD_PHONE_OUT:
|
||||||
return "Headphones";
|
return "Headphones";
|
||||||
|
case PIN_DEV_SPEAKER:
|
||||||
|
return "Speaker";
|
||||||
}
|
}
|
||||||
TRACE("couldn't find a string for widget %ld in hda_find_multi_custom_string()\n", widget.node_id);
|
TRACE("couldn't find a string for widget %ld in hda_find_multi_custom_string()\n", widget.node_id);
|
||||||
return NULL;
|
return NULL;
|
||||||
|
|||||||
Reference in New Issue
Block a user