summaryrefslogtreecommitdiff
path: root/sound/pci/hda/hda_codec.h
diff options
context:
space:
mode:
authorTakashi Iwai <tiwai@suse.de>2010-05-20 11:59:52 +0200
committerTakashi Iwai <tiwai@suse.de>2010-05-20 11:59:52 +0200
commit19008bdacb9f7841166ebafe0aef361ee582ffbf (patch)
tree8fddf106217c83fae4bf84e90f8b5cdf90d12068 /sound/pci/hda/hda_codec.h
parent9ce3db4e7949a394bad0de91883b5e786c17607a (diff)
parentfbc256692eac29e04cf87e45736d7ff149180a52 (diff)
downloadlwn-19008bdacb9f7841166ebafe0aef361ee582ffbf.tar.gz
lwn-19008bdacb9f7841166ebafe0aef361ee582ffbf.zip
Merge branch 'topic/hda' into for-linus
Diffstat (limited to 'sound/pci/hda/hda_codec.h')
-rw-r--r--sound/pci/hda/hda_codec.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/sound/pci/hda/hda_codec.h b/sound/pci/hda/hda_codec.h
index b75da47571e6..49e939e7e5cd 100644
--- a/sound/pci/hda/hda_codec.h
+++ b/sound/pci/hda/hda_codec.h
@@ -885,9 +885,12 @@ int snd_hda_codec_write_cache(struct hda_codec *codec, hda_nid_t nid,
int direct, unsigned int verb, unsigned int parm);
void snd_hda_sequence_write_cache(struct hda_codec *codec,
const struct hda_verb *seq);
+int snd_hda_codec_update_cache(struct hda_codec *codec, hda_nid_t nid,
+ int direct, unsigned int verb, unsigned int parm);
void snd_hda_codec_resume_cache(struct hda_codec *codec);
#else
#define snd_hda_codec_write_cache snd_hda_codec_write
+#define snd_hda_codec_update_cache snd_hda_codec_write
#define snd_hda_sequence_write_cache snd_hda_sequence_write
#endif