summaryrefslogtreecommitdiffstats
path: root/sound/pci/hda/hda_generic.h
diff options
context:
space:
mode:
authorLinus Torvalds2019-08-16 17:49:45 +0200
committerLinus Torvalds2019-08-16 17:49:45 +0200
commitcfa0bb2aef998a64d5ad2c065be8511ad98d5d79 (patch)
treec74e653b1d405b05ad9ae261ad798af88d685baa /sound/pci/hda/hda_generic.h
parentMerge tag 'drm-fixes-2019-08-16' of git://anongit.freedesktop.org/drm/drm (diff)
parentALSA: usb-audio: Fix a stack buffer overflow bug in check_input_term (diff)
downloadkernel-qcow2-linux-cfa0bb2aef998a64d5ad2c065be8511ad98d5d79.tar.gz
kernel-qcow2-linux-cfa0bb2aef998a64d5ad2c065be8511ad98d5d79.tar.xz
kernel-qcow2-linux-cfa0bb2aef998a64d5ad2c065be8511ad98d5d79.zip
Merge tag 'sound-5.3-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound
Pull sound fixes from Takashi Iwai: "All small fixes targeted for stable: - Two fixes for USB-audio with malformed descriptor, spotted by fuzzers - Two fixes Conexant HD-audio codec wrt power management - Quirks for HD-audio AMD platform and HP laptop - HD-audio memory leak fix" * tag 'sound-5.3-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound: ALSA: usb-audio: Fix a stack buffer overflow bug in check_input_term ALSA: usb-audio: Fix an OOB bug in parse_audio_mixer_unit ALSA: hda - Add a generic reboot_notify ALSA: hda - Let all conexant codec enter D3 when rebooting ALSA: hda/realtek - Add quirk for HP Envy x360 ALSA: hda - Fix a memory leak bug ALSA: hda - Apply workaround for another AMD chip 1022:1487
Diffstat (limited to 'sound/pci/hda/hda_generic.h')
-rw-r--r--sound/pci/hda/hda_generic.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/pci/hda/hda_generic.h b/sound/pci/hda/hda_generic.h
index 35a670a71c42..5f199dcb0d18 100644
--- a/sound/pci/hda/hda_generic.h
+++ b/sound/pci/hda/hda_generic.h
@@ -332,6 +332,7 @@ int snd_hda_gen_parse_auto_config(struct hda_codec *codec,
struct auto_pin_cfg *cfg);
int snd_hda_gen_build_controls(struct hda_codec *codec);
int snd_hda_gen_build_pcms(struct hda_codec *codec);
+void snd_hda_gen_reboot_notify(struct hda_codec *codec);
/* standard jack event callbacks */
void snd_hda_gen_hp_automute(struct hda_codec *codec,