aboutsummaryrefslogtreecommitdiffstats
path: root/include/sound
diff options
context:
space:
mode:
Diffstat (limited to 'include/sound')
-rw-r--r--include/sound/hdaudio.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/sound/hdaudio.h b/include/sound/hdaudio.h
index 65ea6429f3a7..ce7d8d1f59c6 100644
--- a/include/sound/hdaudio.h
+++ b/include/sound/hdaudio.h
@@ -76,6 +76,7 @@ struct hdac_device {
76 /* regmap */ 76 /* regmap */
77 struct regmap *regmap; 77 struct regmap *regmap;
78 bool lazy_cache:1; /* don't wake up for writes */ 78 bool lazy_cache:1; /* don't wake up for writes */
79 bool caps_overwriting:1; /* caps overwrite being in process */
79}; 80};
80 81
81/* device/driver type used for matching */ 82/* device/driver type used for matching */
@@ -109,6 +110,8 @@ int _snd_hdac_read_parm(struct hdac_device *codec, hda_nid_t nid, int parm,
109 unsigned int *res); 110 unsigned int *res);
110int snd_hdac_read_parm_uncached(struct hdac_device *codec, hda_nid_t nid, 111int snd_hdac_read_parm_uncached(struct hdac_device *codec, hda_nid_t nid,
111 int parm); 112 int parm);
113int snd_hdac_override_parm(struct hdac_device *codec, hda_nid_t nid,
114 unsigned int parm, unsigned int val);
112int snd_hdac_get_connections(struct hdac_device *codec, hda_nid_t nid, 115int snd_hdac_get_connections(struct hdac_device *codec, hda_nid_t nid,
113 hda_nid_t *conn_list, int max_conns); 116 hda_nid_t *conn_list, int max_conns);
114int snd_hdac_get_sub_nodes(struct hdac_device *codec, hda_nid_t nid, 117int snd_hdac_get_sub_nodes(struct hdac_device *codec, hda_nid_t nid,