Home
last modified time | relevance | path

Searched refs:enable_all_pins (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/sound/pci/hda/
H A Dpatch_hdmi.c50 static bool enable_all_pins; variable
51 module_param(enable_all_pins, bool, 0444);
52 MODULE_PARM_DESC(enable_all_pins, "Forcibly enable all pins");
2020 if (enable_all_pins) in hdmi_parse_codec()