]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
ALSA: hda/conexant: fix Z60MR100 startup pop issue
authorbo liu <bo.liu@senarytech.com>
Fri, 29 Nov 2024 01:44:41 +0000 (09:44 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 2 Jan 2025 09:34:17 +0000 (10:34 +0100)
commit4287eb3951ca1f419da16a81de9e9e37fc0fa6b7
tree744592816b723e05cd66119f1b3c5fce61c292e5
parentf0a3b2d9692d64351545b5ec659798aadd9c2d64
ALSA: hda/conexant: fix Z60MR100 startup pop issue

[ Upstream commit 947c4012f8f03a8bb946beb6e5294d5e32817d67 ]

When Z60MR100 startup, speaker will output a pop. To fix this issue,
we mute codec by init verbs in bios when system startup, and set GPIO
to low to unmute codec in codec driver when it loaded .

[ white space fixes and compile warning fix by tiwai ]

Signed-off-by: bo liu <bo.liu@senarytech.com>
Link: https://patch.msgid.link/20241129014441.437205-1-bo.liu@senarytech.com
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Signed-off-by: Sasha Levin <sashal@kernel.org>
sound/pci/hda/patch_conexant.c