added missing label

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@28780 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Jérôme Duval 2008-12-05 20:05:51 +00:00
parent 1b8d812005
commit 49cdd09be6
1 changed files with 2 additions and 0 deletions

View File

@ -314,6 +314,8 @@ hda_find_multi_custom_string(hda_widget& widget)
return "CD";
case PIN_DEV_HEAD_PHONE_OUT:
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);
return NULL;