diff options
author | Takashi Iwai <tiwai@suse.de> | 2021-08-13 10:12:30 +0200 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2021-08-14 08:39:38 +0200 |
commit | 327b34f2a97d72c41d4854d61336c9ae6ffe4a44 (patch) | |
tree | ee822f5ff287ae6456cda0e2d118c66f29cafda1 /sound/pci/hda/patch_analog.c | |
parent | b98444ed597dc42be620bcac241c93da50933e69 (diff) | |
download | linux-327b34f2a97d72c41d4854d61336c9ae6ffe4a44.tar.gz linux-327b34f2a97d72c41d4854d61336c9ae6ffe4a44.tar.bz2 linux-327b34f2a97d72c41d4854d61336c9ae6ffe4a44.zip |
ALSA: hda: Nuke unused reboot_notify callback
As reboot_notify callback is no longer used by the codec core, let's
get rid of the unused code. Conexant codec needs a slight code change
as it used to call the reboot_notify at the codec removal, too.
BugLink: https://bugzilla.kernel.org/show_bug.cgi?id=214045
Link: https://lore.kernel.org/r/20210813081230.4268-4-tiwai@suse.de
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/pci/hda/patch_analog.c')
-rw-r--r-- | sound/pci/hda/patch_analog.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sound/pci/hda/patch_analog.c b/sound/pci/hda/patch_analog.c index 2132b2acec4d..a356e1662929 100644 --- a/sound/pci/hda/patch_analog.c +++ b/sound/pci/hda/patch_analog.c @@ -168,7 +168,6 @@ static const struct hda_codec_ops ad198x_auto_patch_ops = { .check_power_status = snd_hda_gen_check_power_status, .suspend = ad198x_suspend, #endif - .reboot_notify = ad198x_shutup, }; |