We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ebaa3bf commit aca89f1Copy full SHA for aca89f1
sound/pci/hda/hda_acpi.c
@@ -296,7 +296,7 @@ static const struct dev_pm_ops hda_acpi_pm = {
296
SYSTEM_SLEEP_PM_OPS(hda_acpi_suspend, hda_acpi_resume)
297
};
298
299
-struct hda_data nvidia_hda_data = {
+static const struct hda_data nvidia_hda_data = {
300
.short_name = "NVIDIA",
301
.long_name = "NVIDIA HDA Controller",
302
.flags = AZX_DCAPS_CORBRP_SELF_CLEAR,
0 commit comments