If we find a microphone output port, it is probably something else
than a microphone. Therefore label it "Bluetooth output" instead of
"Microphone".
Same goes for Headphones and Speakers, but in the other direction.
Signed-off-by: David Henningsson <david.henningsson@canonical.com>
case PA_BT_FORM_FACTOR_MICROPHONE:
name_prefix = "microphone";
- input_description = output_description = _("Microphone");
+ input_description = _("Microphone");
break;
case PA_BT_FORM_FACTOR_SPEAKER:
name_prefix = "speaker";
- input_description = output_description = _("Speaker");
+ output_description = _("Speaker");
break;
case PA_BT_FORM_FACTOR_HEADPHONE:
name_prefix = "headphone";
- input_description = output_description = _("Headphone");
+ output_description = _("Headphone");
break;
case PA_BT_FORM_FACTOR_PORTABLE: