diff options
author | Mark Brown <broonie@kernel.org> | 2018-09-18 19:30:14 +0200 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2018-09-18 19:30:14 +0200 |
commit | 90fbeb0cabf75e7ab04f4a13a237cd8ccb4544d9 (patch) | |
tree | f8d540943df9eaaba2001bcaa257624074d89441 /include/sound | |
parent | ASoC: rt5682: Improve HP performance (diff) | |
parent | ASoC: rt5682: Remove HP volume control (diff) | |
download | linux-90fbeb0cabf75e7ab04f4a13a237cd8ccb4544d9.tar.xz linux-90fbeb0cabf75e7ab04f4a13a237cd8ccb4544d9.zip |
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, |