diff options
| author | Mark Brown <broonie@kernel.org> | 2018-02-14 16:18:47 +0000 |
|---|---|---|
| committer | Mark Brown <broonie@kernel.org> | 2018-02-14 16:18:47 +0000 |
| commit | 0a4b30d8ff580cfd059d217a6724c5c7412b7f86 (patch) | |
| tree | 930c69850e308dccabc02b12f8b4115c0c1921ee /include | |
| parent | 4510112217116d97df02121d3e1442858efb4897 (diff) | |
| parent | 3b5b899ca67db07a4c4825911072221f99e157e2 (diff) | |
Merge branch 'topic/hda-sync-power' of https://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound into asoc-intel
Diffstat (limited to 'include')
| -rw-r--r-- | include/sound/hdaudio.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/sound/hdaudio.h b/include/sound/hdaudio.h index 68169e3749de..4c93ff5301bd 100644 --- a/include/sound/hdaudio.h +++ b/include/sound/hdaudio.h @@ -146,6 +146,8 @@ int snd_hdac_codec_write(struct hdac_device *hdac, hda_nid_t nid, int flags, unsigned int verb, unsigned int parm); bool snd_hdac_check_power_state(struct hdac_device *hdac, hda_nid_t nid, unsigned int target_state); +unsigned int snd_hdac_sync_power_state(struct hdac_device *hdac, + hda_nid_t nid, unsigned int target_state); /** * snd_hdac_read_parm - read a codec parameter * @codec: the codec object |
