diff options
author | Mark Brown <broonie@kernel.org> | 2018-09-18 10:30:14 -0700 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2018-09-18 10:30:14 -0700 |
commit | 90fbeb0cabf75e7ab04f4a13a237cd8ccb4544d9 (patch) | |
tree | f8d540943df9eaaba2001bcaa257624074d89441 /include/sound | |
parent | bf0fa00fd8410b377a3403adb58e32fc703e86e8 (diff) | |
parent | 3f24f37adbc9a1059420a9c8f857e3490a4bce5e (diff) |
Merge branch 'asoc-4.19' into asoc-4.20 for rt5682 deps.
Diffstat (limited to 'include/sound')
-rw-r--r-- | include/sound/hdaudio.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/sound/hdaudio.h b/include/sound/hdaudio.h index 6f1e1f3b3063..cd1773d0e08f 100644 --- a/include/sound/hdaudio.h +++ b/include/sound/hdaudio.h @@ -412,6 +412,7 @@ void snd_hdac_bus_init_cmd_io(struct hdac_bus *bus); void snd_hdac_bus_stop_cmd_io(struct hdac_bus *bus); void snd_hdac_bus_enter_link_reset(struct hdac_bus *bus); void snd_hdac_bus_exit_link_reset(struct hdac_bus *bus); +int snd_hdac_bus_reset_link(struct hdac_bus *bus, bool full_reset); void snd_hdac_bus_update_rirb(struct hdac_bus *bus); int snd_hdac_bus_handle_stream_irq(struct hdac_bus *bus, unsigned int status, |