summaryrefslogtreecommitdiff
path: root/include/sound/hdaudio.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/sound/hdaudio.h')
-rw-r--r--include/sound/hdaudio.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/sound/hdaudio.h b/include/sound/hdaudio.h
index 3abdd3f..47e20b7 100644
--- a/include/sound/hdaudio.h
+++ b/include/sound/hdaudio.h
@@ -72,6 +72,10 @@ struct hdac_device {
/* sysfs */
struct hdac_widget_tree *widgets;
+
+ /* regmap */
+ struct regmap *regmap;
+ bool lazy_cache:1; /* don't wake up for writes */
};
/* device/driver type used for matching */