/[packages]/updates/7/kernel/current/SOURCES/alsa-hda-realtek-set-eapd-control-to-default-for-alc222.patch
ViewVC logotype

Contents of /updates/7/kernel/current/SOURCES/alsa-hda-realtek-set-eapd-control-to-default-for-alc222.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1477830 - (show annotations) (download)
Mon Jan 13 19:51:01 2020 UTC (4 years, 3 months ago) by tmb
File size: 937 byte(s)
- update to 5.4.11
- add current -stable queue


1 From 9194a1ebbc56d7006835e2b4cacad301201fb832 Mon Sep 17 00:00:00 2001
2 From: Kailang Yang <kailang@realtek.com>
3 Date: Tue, 7 Jan 2020 17:22:19 +0800
4 Subject: ALSA: hda/realtek - Set EAPD control to default for ALC222
5
6 From: Kailang Yang <kailang@realtek.com>
7
8 commit 9194a1ebbc56d7006835e2b4cacad301201fb832 upstream.
9
10 Set EAPD control to verb control.
11
12 Signed-off-by: Kailang Yang <kailang@realtek.com>
13 Cc: <stable@vger.kernel.org>
14 Signed-off-by: Takashi Iwai <tiwai@suse.de>
15 Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
16
17 ---
18 sound/pci/hda/patch_realtek.c | 1 +
19 1 file changed, 1 insertion(+)
20
21 --- a/sound/pci/hda/patch_realtek.c
22 +++ b/sound/pci/hda/patch_realtek.c
23 @@ -412,6 +412,7 @@ static void alc_fill_eapd_coef(struct hd
24 case 0x10ec0672:
25 alc_update_coef_idx(codec, 0xd, 0, 1<<14); /* EAPD Ctrl */
26 break;
27 + case 0x10ec0222:
28 case 0x10ec0623:
29 alc_update_coef_idx(codec, 0x19, 1<<13, 0);
30 break;

  ViewVC Help
Powered by ViewVC 1.1.30