From: Park Ju Hyung <qkrwngud825@gmail.com>
To: tiwai@suse.com, alsa-devel@alsa-project.org
Cc: Park Ju Hyung <qkrwngud825@gmail.com>, stable@vger.kernel.org
Subject: [PATCH 1/2] ALSA: hda - Turn CX8200 into D3 as well upon reboot
Date: Sat, 28 Jul 2018 03:16:21 +0900 [thread overview]
Message-ID: <20180727181621.7188-1-qkrwngud825@gmail.com> (raw)
As an equivalent codec with CX20724,
CX8200 is also subject to the reboot bug.
Late 2017 and 2018 LG Gram and some HP Spectre laptops are known victims
to this issue, causing extremely loud noises upon reboot.
Now that we know that this bug is subject to multiple codecs,
fix the comment as well.
Signed-off-by: Park Ju Hyung <qkrwngud825@gmail.com>
Cc: <stable@vger.kernel.org>
---
sound/pci/hda/patch_conexant.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/sound/pci/hda/patch_conexant.c b/sound/pci/hda/patch_conexant.c
index f641c20095f7..909a880f5e01 100644
--- a/sound/pci/hda/patch_conexant.c
+++ b/sound/pci/hda/patch_conexant.c
@@ -211,6 +211,7 @@ static void cx_auto_reboot_notify(struct hda_codec *codec)
struct conexant_spec *spec = codec->spec;
switch (codec->core.vendor_id) {
+ case 0x14f12008: /* CX8200 */
case 0x14f150f2: /* CX20722 */
case 0x14f150f4: /* CX20724 */
break;
@@ -218,7 +219,7 @@ static void cx_auto_reboot_notify(struct hda_codec *codec)
return;
}
- /* Turn the CX20722 codec into D3 to avoid spurious noises
+ /* Turn the problematic codec into D3 to avoid spurious noises
from the internal speaker during (and after) reboot */
cx_auto_turn_eapd(codec, spec->num_eapds, spec->eapds, false);
--
2.18.0
next reply other threads:[~2018-07-27 19:39 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-07-27 18:16 Park Ju Hyung [this message]
2018-07-28 16:58 ` [PATCH 1/2] ALSA: hda - Turn CX8200 into D3 as well upon reboot Takashi Iwai
[not found] ` <CAD14+f30SuF=MJsXWcLg3RFrJOO32wdvDKPnb2mNfnqtGWqhDw@mail.gmail.com>
[not found] ` <s5hzhy6mdxn.wl-tiwai@suse.de>
[not found] ` <CAD14+f1VoGpOUHT6Jn_D_Svsg6MZ6e1X1gDTNoYX9_CbaVQg6w@mail.gmail.com>
[not found] ` <s5hwotamdo7.wl-tiwai@suse.de>
[not found] ` <CAD14+f3qrhVNT0hq77fE7ADhXbzSLm1R5r_mv6rLyuhJHPXs=w@mail.gmail.com>
[not found] ` <s5hy3d4itgj.wl-tiwai@suse.de>
2018-08-18 14:29 ` Ju Hyung Park
2018-08-18 14:38 ` Greg KH
[not found] ` <CAD14+f1K=s5bk0SQJ3s4rhg=jGhdpp_MR9XyZ-T7=jmthzot4Q@mail.gmail.com>
2018-08-18 16:56 ` Fwd: " Ju Hyung Park
2018-08-19 6:09 ` Greg KH
[not found] ` <CAD14+f0QASSwkTuMEKrEAg217HM--HdcrPF7UDHF6RuPoAo89g@mail.gmail.com>
2018-08-18 16:56 ` Ju Hyung Park
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20180727181621.7188-1-qkrwngud825@gmail.com \
--to=qkrwngud825@gmail.com \
--cc=alsa-devel@alsa-project.org \
--cc=stable@vger.kernel.org \
--cc=tiwai@suse.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox