22 Dec
2021
22 Dec
'21
8:20 p.m.
On Wed, 15 Dec 2021 20:16:46 +0100, Werner Sembach wrote:
The Clevo NJ51CU comes either with the ALC293 or the ALC256 codec, but uses the 0x8686 subproduct id in both cases. The ALC256 codec needs a different quirk for the headset microphone working and and edditional quirk for sound working after suspend and resume.
When waking up from s3 suspend the Coef 0x10 is set to 0x0220 instead of 0x0020 on the ALC256 codec. Setting the value manually makes the sound work again. This patch does this automatically.
Signed-off-by: Werner Sembach wse@tuxedocomputers.com Fixes: b5acfe152abaa ("ALSA: hda/realtek: Add some Clove SSID in the ALC293(ALC1220)") Cc: stable@vger.kernel.org
Thanks, applied now with a minor coding style fix.
Takashi