diff options
author | Takashi Iwai <tiwai@suse.de> | 2018-09-17 18:59:21 +0200 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2018-09-17 18:59:21 +0200 |
commit | 196f4eeeb78f53e0a598db8f9408b6f8b270c355 (patch) | |
tree | e86b90621b6693954b5314e622a2980789b879e3 /include/sound/hdaudio.h | |
parent | c3b55e2ec9c76e7a0de2a0b1dc851fdc9440385b (diff) | |
parent | 75383f8d39d4c0fb96083dd460b7b139fbdac492 (diff) | |
download | linux-196f4eeeb78f53e0a598db8f9408b6f8b270c355.tar.gz linux-196f4eeeb78f53e0a598db8f9408b6f8b270c355.tar.bz2 linux-196f4eeeb78f53e0a598db8f9408b6f8b270c355.zip |
Merge tag 'asoc-v4.19-rc4' of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-linus
ASoC: Fixes for v4.19
This is the usual set of small fixes scatterd around various drivers,
plus one fix for DAPM and a UAPI build fix. There's not a huge amount
that stands out here relative to anything else.
Diffstat (limited to 'include/sound/hdaudio.h')
-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, |