All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ALSA: hda/realtek: Fix for quirk to enable speaker output on the Lenovo 13s Gen2.
@ 2021-10-10 22:54 Cameron Berkenpas
  2021-10-11  9:06 ` Takashi Iwai
  0 siblings, 1 reply; 4+ messages in thread
From: Cameron Berkenpas @ 2021-10-10 22:54 UTC (permalink / raw)
  To: alsa-devel; +Cc: tiwai, Cameron Berkenpas

The previous patch's HDA verb initialization for the Lenovo 13s sequence was
slightly off. This updated verb sequence has been tested and confirmed working.

Fixes: ad7cc2d41b7a ("ALSA: hda/realtek: Quirks to enable speaker output for Lenovo Legion 7i 15IMHG05, Yoga 7i 14ITL5/15ITL5, and 13s Gen2 laptops.")
BugLink: https://bugzilla.kernel.org/show_bug.cgi?id=208555
Cc: <stable@vger.kernel.org>
Cc: Takashi Iwai <tiwai@suse.de>
Signed-off-by: Cameron Berkenpas <cam@neo-zeon.de>
---
 sound/pci/hda/patch_realtek.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sound/pci/hda/patch_realtek.c b/sound/pci/hda/patch_realtek.c
index 4407f7da57c4..84d3e062a335 100644
--- a/sound/pci/hda/patch_realtek.c
+++ b/sound/pci/hda/patch_realtek.c
@@ -8344,7 +8344,7 @@ static const struct hda_fixup alc269_fixups[] = {
 		.v.verbs = (const struct hda_verb[]) {
 			{ 0x20, AC_VERB_SET_COEF_INDEX, 0x24 },
 			{ 0x20, AC_VERB_SET_PROC_COEF, 0x41 },
-			{ 0x20, AC_VERB_SET_PROC_COEF, 0xb020 },
+			{ 0x20, AC_VERB_SET_COEF_INDEX, 0x26 },
 			{ 0x20, AC_VERB_SET_PROC_COEF, 0x2 },
 			{ 0x20, AC_VERB_SET_PROC_COEF, 0x0 },
 			{ 0x20, AC_VERB_SET_PROC_COEF, 0x0 },
-- 
2.30.2


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [PATCH] ALSA: hda/realtek: Fix for quirk to enable speaker output on the Lenovo 13s Gen2.
  2021-10-10 22:54 [PATCH] ALSA: hda/realtek: Fix for quirk to enable speaker output on the Lenovo 13s Gen2 Cameron Berkenpas
@ 2021-10-11  9:06 ` Takashi Iwai
  0 siblings, 0 replies; 4+ messages in thread
From: Takashi Iwai @ 2021-10-11  9:06 UTC (permalink / raw)
  To: Cameron Berkenpas; +Cc: alsa-devel

On Mon, 11 Oct 2021 00:54:11 +0200,
Cameron Berkenpas wrote:
> 
> The previous patch's HDA verb initialization for the Lenovo 13s sequence was
> slightly off. This updated verb sequence has been tested and confirmed working.
> 
> Fixes: ad7cc2d41b7a ("ALSA: hda/realtek: Quirks to enable speaker output for Lenovo Legion 7i 15IMHG05, Yoga 7i 14ITL5/15ITL5, and 13s Gen2 laptops.")
> BugLink: https://bugzilla.kernel.org/show_bug.cgi?id=208555
> Cc: <stable@vger.kernel.org>
> Cc: Takashi Iwai <tiwai@suse.de>
> Signed-off-by: Cameron Berkenpas <cam@neo-zeon.de>

Thanks, applied now.


Takashi

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] ALSA: hda/realtek: Fix for quirk to enable speaker output on the Lenovo 13s Gen2.
  2021-10-10 18:02 Cameron Berkenpas
@ 2021-10-10 20:34 ` Takashi Iwai
  0 siblings, 0 replies; 4+ messages in thread
From: Takashi Iwai @ 2021-10-10 20:34 UTC (permalink / raw)
  To: Cameron Berkenpas; +Cc: alsa-devel

On Sun, 10 Oct 2021 20:02:30 +0200,
Cameron Berkenpas wrote:
> 
> The previous patch's HDA verb initialization for the Lenovo 13s sequence was
> slightly off. This updated verb sequence has been tested and confirmed working.

You forgot your Signed-off-by line.  Please resubmit with it.
Also, at the next submission, please add the BugLink tag to the
relevant bugzilla URL, as well as Fixes tag pointing to the commit to
be corrected, too.  And, put Cc to stable in the patch (not need to
actually send to stable but add a line Cc: <stable@vger.kernel.org> in
the patch description around your sign-off).

Last but not lease, please Cc to me at the next patch submission
(actually send to me).


thanks,

Takashi

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [PATCH] ALSA: hda/realtek: Fix for quirk to enable speaker output on the Lenovo 13s Gen2.
@ 2021-10-10 18:02 Cameron Berkenpas
  2021-10-10 20:34 ` Takashi Iwai
  0 siblings, 1 reply; 4+ messages in thread
From: Cameron Berkenpas @ 2021-10-10 18:02 UTC (permalink / raw)
  To: alsa-devel; +Cc: Cameron Berkenpas

The previous patch's HDA verb initialization for the Lenovo 13s sequence was
slightly off. This updated verb sequence has been tested and confirmed working.
---
 sound/pci/hda/patch_realtek.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sound/pci/hda/patch_realtek.c b/sound/pci/hda/patch_realtek.c
index 4407f7da57c4..84d3e062a335 100644
--- a/sound/pci/hda/patch_realtek.c
+++ b/sound/pci/hda/patch_realtek.c
@@ -8344,7 +8344,7 @@ static const struct hda_fixup alc269_fixups[] = {
 		.v.verbs = (const struct hda_verb[]) {
 			{ 0x20, AC_VERB_SET_COEF_INDEX, 0x24 },
 			{ 0x20, AC_VERB_SET_PROC_COEF, 0x41 },
-			{ 0x20, AC_VERB_SET_PROC_COEF, 0xb020 },
+			{ 0x20, AC_VERB_SET_COEF_INDEX, 0x26 },
 			{ 0x20, AC_VERB_SET_PROC_COEF, 0x2 },
 			{ 0x20, AC_VERB_SET_PROC_COEF, 0x0 },
 			{ 0x20, AC_VERB_SET_PROC_COEF, 0x0 },
-- 
2.30.2


^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2021-10-11  9:07 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-10-10 22:54 [PATCH] ALSA: hda/realtek: Fix for quirk to enable speaker output on the Lenovo 13s Gen2 Cameron Berkenpas
2021-10-11  9:06 ` Takashi Iwai
  -- strict thread matches above, loose matches on Subject: below --
2021-10-10 18:02 Cameron Berkenpas
2021-10-10 20:34 ` Takashi Iwai

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.