All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Clevo P950ER ALC1220 Fixup
@ 2018-05-07 15:28 Jeremy Soller
  2018-05-13 16:56 ` Takashi Iwai
  0 siblings, 1 reply; 3+ messages in thread
From: Jeremy Soller @ 2018-05-07 15:28 UTC (permalink / raw)
  To: alsa-devel

This adds support for the P950ER, which has the same required fixup as the P950HR, but has a different PCI ID.

Signed-off-by: Jeremy Soller <jeremy@system76.com>
---
 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 2dd34dd77447..01a6643fc7d4 100644
--- a/sound/pci/hda/patch_realtek.c
+++ b/sound/pci/hda/patch_realtek.c
@@ -2363,6 +2363,7 @@ static const struct snd_pci_quirk alc882_fixup_tbl[] = {
        SND_PCI_QUIRK_VENDOR(0x1462, "MSI", ALC882_FIXUP_GPIO3),
        SND_PCI_QUIRK(0x147b, 0x107a, "Abit AW9D-MAX", ALC882_FIXUP_ABIT_AW9D_MAX),
        SND_PCI_QUIRK(0x1558, 0x9501, "Clevo P950HR", ALC1220_FIXUP_CLEVO_P950),
+       SND_PCI_QUIRK(0x1558, 0x95e2, "Clevo P950ER", ALC1220_FIXUP_CLEVO_P950),
        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),

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

* Re: [PATCH] Clevo P950ER ALC1220 Fixup
  2018-05-07 15:28 [PATCH] Clevo P950ER ALC1220 Fixup Jeremy Soller
@ 2018-05-13 16:56 ` Takashi Iwai
  2018-05-14 14:58   ` Jeremy Soller
  0 siblings, 1 reply; 3+ messages in thread
From: Takashi Iwai @ 2018-05-13 16:56 UTC (permalink / raw)
  To: Jeremy Soller; +Cc: alsa-devel

On Mon, 07 May 2018 17:28:45 +0200,
Jeremy Soller wrote:
> 
> This adds support for the P950ER, which has the same required fixup as the P950HR, but has a different PCI ID.
> 
> Signed-off-by: Jeremy Soller <jeremy@system76.com>

Applied, thanks.


Takashi

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

* Re: [PATCH] Clevo P950ER ALC1220 Fixup
  2018-05-13 16:56 ` Takashi Iwai
@ 2018-05-14 14:58   ` Jeremy Soller
  0 siblings, 0 replies; 3+ messages in thread
From: Jeremy Soller @ 2018-05-14 14:58 UTC (permalink / raw)
  To: Takashi Iwai; +Cc: alsa-devel

Thanks very much!

-- 
  Jeremy Soller
  jeremy@system76.com

On Sun, May 13, 2018, at 10:56 AM, Takashi Iwai wrote:
> On Mon, 07 May 2018 17:28:45 +0200,
> Jeremy Soller wrote:
> > 
> > This adds support for the P950ER, which has the same required fixup as the P950HR, but has a different PCI ID.
> > 
> > Signed-off-by: Jeremy Soller <jeremy@system76.com>
> 
> Applied, thanks.
> 
> 
> Takashi

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

end of thread, other threads:[~2018-05-14 14:58 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-05-07 15:28 [PATCH] Clevo P950ER ALC1220 Fixup Jeremy Soller
2018-05-13 16:56 ` Takashi Iwai
2018-05-14 14:58   ` Jeremy Soller

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.