From: Pshou <pshou@realtek.com>
To: Takashi Iwai <tiwai@suse.de>
Cc: "alsa-devel@alsa-project.org" <alsa-devel@alsa-project.org>,
Kailang <kailang@realtek.com>, "tiwai@suse.com" <tiwai@suse.com>
Subject: 回覆: 回覆: CLEVO uses the model name and SSID list of Realtek audio CODEC ALC1220
Date: Tue, 19 May 2020 06:39:45 +0000 [thread overview]
Message-ID: <82505b43d61f4a5bbf6fffdca5fc0fbb@realtek.com> (raw)
In-Reply-To: <s5hsgfxib2i.wl-tiwai@suse.de>
[-- Attachment #1: Type: text/plain, Size: 2290 bytes --]
Hi Takash:
Is it okay to change this way?
PeiSen Hou <pshou@realtek.com>
diff --git a/sound/pci/hda/patch_realtek.c b/sound/pci/hda/patch_realtek.c
Best regards
pshou
-----原始郵件-----
寄件者: Takashi Iwai <tiwai@suse.de>
寄件日期: 2020年5月18日 22:15
收件者: Pshou <pshou@realtek.com>
副本: alsa-devel@alsa-project.org; tiwai@suse.com; Kailang <kailang@realtek.com>
主旨: Re: 回覆: CLEVO uses the model name and SSID list of Realtek audio CODEC ALC1220
On Mon, 18 May 2020 11:13:48 +0200,
Pshou wrote:
>
> Hi Takash:
>
> I have added the "Signed-off-by" line.
> Can you see if you can?
>
> Signed-off-by: Pshou <pshou@realtek.com>
We need a real full name here to Signed-off-by line. It's a legal requirement. Could you fill it and resend?
thanks,
Takashi
> diff --git a/sound/pci/hda/patch_realtek.c
> b/sound/pci/hda/patch_realtek.c
>
> Best regards
> Pshou
>
> -----原始郵件-----
> 寄件者: Takashi Iwai <tiwai@suse.de>
> 寄件日期: 2020年5月15日 17:45
> 收件者: Pshou <pshou@realtek.com>
> 副本: tiwai@suse.com; Kailang <kailang@realtek.com>
> 主旨: Re: CLEVO uses the model name and SSID list of Realtek audio CODEC
> ALC1220
>
> On Fri, 15 May 2020 11:24:45 +0200,
> Pshou wrote:
> >
> > Hi Takashi:
> >
> > Can you help me add some source code to patch_realtek.c?
> >
> > Add some CLEVO SSID in the alc1220.
> >
> > SND_PCI_QUIRK(0x1558, 0x67d1, "Clevo PB71[ER][CDF]",
> > ALC1220_FIXUP_CLEVO_PB51ED_PINS),
> >
> > + SND_PCI_QUIRK(0x1558, 0x50d3, "Clevo PC50[ER][CDF]",
> > ALC1220_FIXUP_CLEVO_PB51ED_PINS),
> >
> > + SND_PCI_QUIRK(0x1558, 0x70d1, "Clevo PC70[ER][CDF]",
> > ALC1220_FIXUP_CLEVO_PB51ED_PINS),
> >
> > + SND_PCI_QUIRK(0x1558, 0x7714, "Clevo X170",
> > ALC1220_FIXUP_CLEVO_PB51ED_PINS),
> >
> > SND_PCI_QUIRK_VENDOR(0x1558, "Clevo laptop",
> > ALC882_FIXUP_EAPD),
>
> Sure, could you give your Signed-off-by line, so that I can rearrange, submit to alsa-devel and merge to upstream?
>
>
> thanks,
>
> Takashi
>
> ------Please consider the environment before printing this e-mail.
> [2 0001-Add-several-Clevo-SSID-in-the-ALC1220.patch
> <application/octet-stream (base64)>]
>
[-- Attachment #2: 0001-Add-several-Clevo-SSID-in-the-ALC1220.patch --]
[-- Type: application/octet-stream, Size: 1016 bytes --]
PeiSen Hou <pshou@realtek.com>
diff --git a/sound/pci/hda/patch_realtek.c b/sound/pci/hda/patch_realtek.c
index 2f988f8..c37e4fc 100644
--- a/sound/pci/hda/patch_realtek.c
+++ b/sound/pci/hda/patch_realtek.c
@@ -2474,6 +2474,9 @@ static const struct snd_pci_quirk alc882_fixup_tbl[] = {
SND_PCI_QUIRK(0x1558, 0x97e1, "Clevo P970[ER][CDFN]", ALC1220_FIXUP_CLEVO_P950),
SND_PCI_QUIRK(0x1558, 0x65d1, "Clevo PB51[ER][CDF]", ALC1220_FIXUP_CLEVO_PB51ED_PINS),
SND_PCI_QUIRK(0x1558, 0x67d1, "Clevo PB71[ER][CDF]", ALC1220_FIXUP_CLEVO_PB51ED_PINS),
+ SND_PCI_QUIRK(0x1558, 0x50d3, "Clevo PC50[ER][CDF]", ALC1220_FIXUP_CLEVO_PB51ED_PINS),
+ SND_PCI_QUIRK(0x1558, 0x70d1, "Clevo PC70[ER][CDF]", ALC1220_FIXUP_CLEVO_PB51ED_PINS),
+ SND_PCI_QUIRK(0x1558, 0x7714, "Clevo X170", ALC1220_FIXUP_CLEVO_PB51ED_PINS),
SND_PCI_QUIRK_VENDOR(0x1558, "Clevo laptop", ALC882_FIXUP_EAPD),
SND_PCI_QUIRK(0x161f, 0x2054, "Medion laptop", ALC883_FIXUP_EAPD),
SND_PCI_QUIRK(0x17aa, 0x3a0d, "Lenovo Y530", ALC882_FIXUP_LENOVO_Y530),
next prev parent reply other threads:[~2020-05-19 6:41 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <63d2069dd6394e0195739bd9dd3de5d0@realtek.com>
[not found] ` <s5hsgg1mszs.wl-tiwai@suse.de>
[not found] ` <dd45ef275b494538a4d4748480698c78@realtek.com>
2020-05-18 14:15 ` 回覆: CLEVO uses the model name and SSID list of Realtek audio CODEC ALC1220 Takashi Iwai
2020-05-19 6:39 ` Pshou [this message]
2020-05-19 6:50 ` 回覆: " Takashi Iwai
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=82505b43d61f4a5bbf6fffdca5fc0fbb@realtek.com \
--to=pshou@realtek.com \
--cc=alsa-devel@alsa-project.org \
--cc=kailang@realtek.com \
--cc=tiwai@suse.com \
--cc=tiwai@suse.de \
/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.