From: Takashi Iwai <tiwai@suse.de>
To: acheronfail <callum.osmotherly@gmail.com>
Cc: alsa-devel@alsa-project.org
Subject: Re: [PATCH] ALSA: hda/realtek: Enable 4-speaker output Dell Precision 5560 laptop
Date: Wed, 14 Sep 2022 09:31:15 +0200 [thread overview]
Message-ID: <87o7vie7jw.wl-tiwai@suse.de> (raw)
In-Reply-To: <YyF3feC4rwY+IvB8@wolf>
On Wed, 14 Sep 2022 08:41:01 +0200,
acheronfail wrote:
>
> This is my first patch, so let me know if I need to do anything
> differently. :)
>
> The Dell Precision 5570 uses the same 4-speakers-on-ALC289 just like the
> previous Precision 5560. I replicated that patch onto this one, and can
> confirm that the audio is much better (the woofers are now working);
> I've tested it on my Dell Precision 5570.
The code change looks OK, but please put your Signed-off-by tag to the
patch. This is a legal requirement; it has to be with a real name and
a mail address.
Also, a comment like a greeting in the above can be placed below the
line "---" (between that and diffstat lines). It will be truncated
when applying the patch, so you can put only the text that should be
included in the git commit log in the patch description.
Last but not least, it's better to add maintainers to Cc. In this
case, put me.
Could you fix it and resubmit a v2 patch?
thanks,
Takashi
>
> ---
> 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 799f6bf266dd..b0ad4856b877 100644
> --- a/sound/pci/hda/patch_realtek.c
> +++ b/sound/pci/hda/patch_realtek.c
> @@ -9130,6 +9130,7 @@ static const struct snd_pci_quirk alc269_fixup_tbl[] = {
> SND_PCI_QUIRK(0x1028, 0x0a9d, "Dell Latitude 5430", ALC269_FIXUP_DELL4_MIC_NO_PRESENCE),
> SND_PCI_QUIRK(0x1028, 0x0a9e, "Dell Latitude 5430", ALC269_FIXUP_DELL4_MIC_NO_PRESENCE),
> SND_PCI_QUIRK(0x1028, 0x0b19, "Dell XPS 15 9520", ALC289_FIXUP_DUAL_SPK),
> + SND_PCI_QUIRK(0x1028, 0x0b1a, "Dell Precision 5570", ALC289_FIXUP_DUAL_SPK),
> SND_PCI_QUIRK(0x1028, 0x164a, "Dell", ALC293_FIXUP_DELL1_MIC_NO_PRESENCE),
> SND_PCI_QUIRK(0x1028, 0x164b, "Dell", ALC293_FIXUP_DELL1_MIC_NO_PRESENCE),
> SND_PCI_QUIRK(0x103c, 0x1586, "HP", ALC269_FIXUP_HP_MUTE_LED_MIC2),
> --
> 2.37.3
>
prev parent reply other threads:[~2022-09-14 7:32 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-09-14 6:41 [PATCH] ALSA: hda/realtek: Enable 4-speaker output Dell Precision 5560 laptop acheronfail
2022-09-14 7:31 ` Takashi Iwai [this message]
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=87o7vie7jw.wl-tiwai@suse.de \
--to=tiwai@suse.de \
--cc=alsa-devel@alsa-project.org \
--cc=callum.osmotherly@gmail.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 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.