diff options
author | Kailang Yang <kailang@realtek.com> | 2019-01-09 16:23:37 +0800 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2019-01-16 22:07:10 +0100 |
commit | cd5a27c87820dd613518243c6422d1ea59b4759c (patch) | |
tree | 19e14fc6375866fd4b45218f2b873de815d359f4 /sound/pci | |
parent | 711fd1f564c3e8bdc4e344055abe06f2f6c6b8f7 (diff) | |
download | linux-stable-cd5a27c87820dd613518243c6422d1ea59b4759c.tar.gz linux-stable-cd5a27c87820dd613518243c6422d1ea59b4759c.tar.bz2 linux-stable-cd5a27c87820dd613518243c6422d1ea59b4759c.zip |
ALSA: hda/realtek - Add unplug function into unplug state of Headset Mode for ALC225
commit 4d4b0c52bde470c379f5d168d5c139ad866cb808 upstream.
Forgot to add unplug function to unplug state of headset mode
for ALC225.
Signed-off-by: Kailang Yang <kailang@realtek.com>
Cc: <stable@vger.kernel.org>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'sound/pci')
-rw-r--r-- | sound/pci/hda/patch_realtek.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/pci/hda/patch_realtek.c b/sound/pci/hda/patch_realtek.c index 6f146f13851c..fb8a242d724c 100644 --- a/sound/pci/hda/patch_realtek.c +++ b/sound/pci/hda/patch_realtek.c @@ -4005,6 +4005,7 @@ static void alc_headset_mode_unplugged(struct hda_codec *codec) case 0x10ec0225: case 0x10ec0295: case 0x10ec0299: + alc_process_coef_fw(codec, alc225_pre_hsmode); alc_process_coef_fw(codec, coef0225); break; case 0x10ec0867: |