diff options
Diffstat (limited to 'sound/hda/local.h')
-rw-r--r-- | sound/hda/local.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sound/hda/local.h b/sound/hda/local.h index 7258fa8ce268..877631e39373 100644 --- a/sound/hda/local.h +++ b/sound/hda/local.h @@ -29,6 +29,8 @@ static inline unsigned int get_wcaps_channels(u32 wcaps) extern const struct attribute_group *hdac_dev_attr_groups[]; int hda_widget_sysfs_init(struct hdac_device *codec); +int hda_widget_sysfs_reinit(struct hdac_device *codec, hda_nid_t start_nid, + int num_nodes); void hda_widget_sysfs_exit(struct hdac_device *codec); #endif /* __HDAC_LOCAL_H */ |