diff options
| author | Takashi Iwai <tiwai@suse.de> | 2010-05-20 11:59:52 +0200 |
|---|---|---|
| committer | Takashi Iwai <tiwai@suse.de> | 2010-05-20 11:59:52 +0200 |
| commit | 19008bdacb9f7841166ebafe0aef361ee582ffbf (patch) | |
| tree | 8fddf106217c83fae4bf84e90f8b5cdf90d12068 /sound/pci/hda/hda_codec.h | |
| parent | 9ce3db4e7949a394bad0de91883b5e786c17607a (diff) | |
| parent | fbc256692eac29e04cf87e45736d7ff149180a52 (diff) | |
| download | lwn-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.h | 3 |
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 |
