Github messages for voidlinux
 help / color / mirror / Atom feed
From: Oreo639 <Oreo639@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] linux5.15: Add speaker fixup for some Yoga 15ITL5 devices
Date: Tue, 28 Dec 2021 21:39:04 +0100	[thread overview]
Message-ID: <20211228203904.4zY4N2VA7p5PsTmvFQBe7eZLrkT-fp6ssQBQW1vG9C4@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-34650@inbox.vuxu.org>

[-- Attachment #1: Type: text/plain, Size: 1533 bytes --]

There is an updated pull request by Oreo639 against master on the void-packages repository

https://github.com/Oreo639/void-packages 7isound
https://github.com/void-linux/void-packages/pull/34650

linux5.15: Add speaker fixup for some Yoga 15ITL5 devices
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

This issue was fixed for some devices in:
https://bugzilla.kernel.org/show_bug.cgi?id=208555

~~However, the subsystem_id for my machine is not in the list, so this just adds it temporarily until it can hopefully be resolved upstream.~~
The patch has since been merged upstream.

<!--
#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration)
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!-- 
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


A patch file from https://github.com/void-linux/void-packages/pull/34650.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-7isound-34650.patch --]
[-- Type: text/x-diff, Size: 2317 bytes --]

From 275e032556c2c274697bffb5029cbfdf9260c490 Mon Sep 17 00:00:00 2001
From: oreo639 <31916379+Oreo639@users.noreply.github.com>
Date: Sat, 25 Dec 2021 18:58:26 -0800
Subject: [PATCH] linux5.15: Add speaker fixup for some Yoga 15ITL5 devices

[ci skip]
---
 .../patches/fix-lenovo7i-sound.patch          | 33 +++++++++++++++++++
 1 file changed, 33 insertions(+)
 create mode 100644 srcpkgs/linux5.15/patches/fix-lenovo7i-sound.patch

diff --git a/srcpkgs/linux5.15/patches/fix-lenovo7i-sound.patch b/srcpkgs/linux5.15/patches/fix-lenovo7i-sound.patch
new file mode 100644
index 000000000000..88660ce47177
--- /dev/null
+++ b/srcpkgs/linux5.15/patches/fix-lenovo7i-sound.patch
@@ -0,0 +1,33 @@
+From 6dc86976220cc904e87ee58e4be19dd90d6a36d5 Mon Sep 17 00:00:00 2001
+From: Arie Geiger <arsgeiger@gmail.com>
+Date: Thu, 23 Dec 2021 15:28:57 -0800
+Subject: ALSA: hda/realtek: Add speaker fixup for some Yoga 15ITL5 devices
+
+This patch adds another possible subsystem ID for the ALC287 used by
+the Lenovo Yoga 15ITL5.
+It uses the same initalization as the others.
+This patch has been tested and works for my device.
+
+Signed-off-by: Arie Geiger <arsgeiger@gmail.com>
+Cc: <stable@vger.kernel.org>
+Link: https://lore.kernel.org/r/20211223232857.30741-1-arsgeiger@gmail.com
+Signed-off-by: Takashi Iwai <tiwai@suse.de>
+---
+ sound/pci/hda/patch_realtek.c | 1 +
+ 1 file changed, 1 insertion(+)
+
+diff --git a/sound/pci/hda/patch_realtek.c b/sound/pci/hda/patch_realtek.c
+index 28255e752c4a1..08c0529c23105 100644
+--- a/sound/pci/hda/patch_realtek.c
++++ b/sound/pci/hda/patch_realtek.c
+@@ -8927,6 +8927,7 @@ static const struct snd_pci_quirk alc269_fixup_tbl[] = {
+ 	SND_PCI_QUIRK(0x17aa, 0x3813, "Legion 7i 15IMHG05", ALC287_FIXUP_LEGION_15IMHG05_SPEAKERS),
+ 	SND_PCI_QUIRK(0x17aa, 0x3852, "Lenovo Yoga 7 14ITL5", ALC287_FIXUP_YOGA7_14ITL_SPEAKERS),
+ 	SND_PCI_QUIRK(0x17aa, 0x3853, "Lenovo Yoga 7 15ITL5", ALC287_FIXUP_YOGA7_14ITL_SPEAKERS),
++	SND_PCI_QUIRK(0x17aa, 0x384a, "Lenovo Yoga 7 15ITL5", ALC287_FIXUP_YOGA7_14ITL_SPEAKERS),
+ 	SND_PCI_QUIRK(0x17aa, 0x3819, "Lenovo 13s Gen2 ITL", ALC287_FIXUP_13S_GEN2_SPEAKERS),
+ 	SND_PCI_QUIRK(0x17aa, 0x3902, "Lenovo E50-80", ALC269_FIXUP_DMIC_THINKPAD_ACPI),
+ 	SND_PCI_QUIRK(0x17aa, 0x3977, "IdeaPad S210", ALC283_FIXUP_INT_MIC),
+-- 
+cgit 1.2.3-1.el7
+

  parent reply	other threads:[~2021-12-28 20:39 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-12-21 20:55 [PR PATCH] linux5.15: Fix sound on certian Lenovo 7i devices Oreo639
2021-12-21 20:56 ` [PR PATCH] [Updated] " Oreo639
2021-12-21 22:05 ` [PR PATCH] [Closed]: " Oreo639
2021-12-23  4:03 ` [PR PATCH] [Updated] " Oreo639
2021-12-23  4:04 ` Oreo639
2021-12-26  2:40 ` [PR REVIEW] " ericonr
2021-12-26  2:59 ` [PR PATCH] [Updated] " Oreo639
2021-12-26  3:00 ` [PR REVIEW] " Oreo639
2021-12-28  6:21 ` [PR REVIEW] linux5.15: Add speaker fixup for some Yoga 15ITL5 devices ericonr
2021-12-28  7:51 ` Oreo639
2021-12-28 20:39 ` Oreo639 [this message]
2021-12-28 20:40 ` Oreo639
2021-12-28 20:54 ` [PR PATCH] [Merged]: " leahneukirchen

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=20211228203904.4zY4N2VA7p5PsTmvFQBe7eZLrkT-fp6ssQBQW1vG9C4@z \
    --to=oreo639@users.noreply.github.com \
    --cc=ml@inbox.vuxu.org \
    /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;
as well as URLs for NNTP newsgroup(s).