]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
ALSA: hda/realtek - Move to ACT_INIT state
authorKailang Yang <kailang@realtek.com>
Wed, 3 Apr 2019 07:31:49 +0000 (15:31 +0800)
committerTakashi Iwai <tiwai@suse.de>
Wed, 3 Apr 2019 09:51:39 +0000 (11:51 +0200)
commit8983eb602af511fc5822f5ff4a82074c68816fd9
treecf2611c475b044741f4a91a193ef552fac67cdfa
parentb5bdbb6ccd1117896bf4fba6bff75336ca423e8c
ALSA: hda/realtek - Move to ACT_INIT state

It will be lose Mic JD state when Chrome OS boot and headset was plugged.
Just Implement of reset combo jack JD verb for ACT_PRE_PROBE state.
Intel test result was also failed.
It test passed until changed the initial state to ACT_INIT.
Mic JD will show every time.
This patch also changed the model name as 'alc-chrome-book' for
application of Chrome OS.

Fixes: 10f5b1b85ed1 ("ALSA: hda/realtek - Fixed Headset Mic JD not stable")
Signed-off-by: Kailang Yang <kailang@realtek.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/pci/hda/patch_realtek.c