diff options
author | Dan Willemsen <dwillemsen@nvidia.com> | 2013-01-30 23:14:37 -0800 |
---|---|---|
committer | Dan Willemsen <dwillemsen@nvidia.com> | 2013-09-14 12:45:25 -0700 |
commit | b7f5d3f561acf12b799c5cb39696b52586a8e0d9 (patch) | |
tree | 446f5173af580d7d4e4e9c2b73ce0a55a60d6904 /sound | |
parent | 2f44e7524ede3885d818d4a036c8fedeb4a8bcf1 (diff) |
fixup hda_intel platform driver
Signed-off-by: Dan Willemsen <dwillemsen@nvidia.com>
Diffstat (limited to 'sound')
-rw-r--r-- | sound/pci/hda/hda_intel.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/pci/hda/hda_intel.c b/sound/pci/hda/hda_intel.c index c5fc59f31484..a45efd3b18f1 100644 --- a/sound/pci/hda/hda_intel.c +++ b/sound/pci/hda/hda_intel.c @@ -4422,7 +4422,7 @@ MODULE_DEVICE_TABLE(platform, azx_platform_ids); /* platform_driver definition */ static struct platform_driver hda_platform_driver = { .driver = { - .name = "hda-platform" + .name = "hda-platform", .pm = AZX_PM_OPS, }, .probe = azx_probe_platform, |