summaryrefslogtreecommitdiff
path: root/sound/hda/local.h
diff options
context:
space:
mode:
Diffstat (limited to 'sound/hda/local.h')
-rw-r--r--sound/hda/local.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/sound/hda/local.h b/sound/hda/local.h
index a077d1f656f6..d692f417ddc0 100644
--- a/sound/hda/local.h
+++ b/sound/hda/local.h
@@ -16,4 +16,8 @@ static inline int get_wcaps_type(unsigned int wcaps)
return (wcaps & AC_WCAP_TYPE) >> AC_WCAP_TYPE_SHIFT;
}
+extern const struct attribute_group *hdac_dev_attr_groups[];
+int hda_widget_sysfs_init(struct hdac_device *codec);
+void hda_widget_sysfs_exit(struct hdac_device *codec);
+
#endif /* __HDAC_LOCAL_H */