]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
ALSA: hda/alc662: Simplify the quirk for CSL Unity BF24B
authorTakashi Iwai <tiwai@suse.de>
Thu, 9 Apr 2026 09:38:17 +0000 (11:38 +0200)
committerTakashi Iwai <tiwai@suse.de>
Thu, 9 Apr 2026 10:05:54 +0000 (12:05 +0200)
commitef27d8ce0a3b55744b86e1866c62dc7537749180
treec5e4f65880732f5f873bd8ec34d0d88a41caa4ff
parentd19ecd85a245a2052a502f72bee83982f535c2e6
ALSA: hda/alc662: Simplify the quirk for CSL Unity BF24B

The previous implementation of the quirk for CSL Unity BF24B in commit
de65275fc94e ("ALSA: hda/realtek: Add quirk for CSL Unity BF24B")
introduced the unnecessary GPIO caching which leads to a superfluous
write at each init/resume.

Use the new helper to write GPIO bits directly for optimization.

Signed-off-by: Takashi Iwai <tiwai@suse.de>
Link: https://patch.msgid.link/20260409093826.1317626-5-tiwai@suse.de
sound/hda/codecs/realtek/alc662.c