for (i = 0; i < pin_count; i++)
if (should_check_pin(&pin_configs[i])) {
gchar *desc =
get_config_description(actual_pin_config(&pin_configs[i]));
unsigned long present = codec_rw(pin_configs[i].nid,
AC_VERB_GET_PIN_SENSE, 0);
- printf("Pin 0x%.2x (%s): present = %s\n",
pin_configs[i].nid, desc, present & 0x80000000 ? "Yes" : "No");
+ printf("Pin 0x%.2x (%s): present = %s %x\n",
pin_configs[i].nid, desc, present & 0x80000000 ? "Yes" : "No", present);
g_free(desc);
}
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1540372
Title:
[Intel DP35DP, SigmaTel STAC9271D, Green Speaker, Rear] Underruns,
dropouts or crackling sound
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/1540372/+subscriptions
--
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs