]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
ALSA: hda/alc269: Drop superfluous GPIO write at resume
authorTakashi Iwai <tiwai@suse.de>
Thu, 9 Apr 2026 14:37:29 +0000 (16:37 +0200)
committerTakashi Iwai <tiwai@suse.de>
Thu, 9 Apr 2026 14:39:10 +0000 (16:39 +0200)
commit01f218d439acd5e129d214ea57e760ee2e34e869
treebcb106aabf96128faf00ca07a67143ac1a4156b6
parent4f84e6caf38b05991b3b2afc0ddf4e48c2752d1d
ALSA: hda/alc269: Drop superfluous GPIO write at resume

alc269_resume() has an extra code to write GPIO data, but this is
basically already done in the standard alc_init(), hence it's
superfluous.  Let's drop the code.

Since all external callers of alc_write_gpio_data() are gone after
this, fold the only usage of alc_write_gpio_data() into the caller and
drop the export as well.

Link: https://patch.msgid.link/20260409143735.1412134-1-tiwai@suse.de
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/hda/codecs/realtek/alc269.c
sound/hda/codecs/realtek/realtek.c
sound/hda/codecs/realtek/realtek.h