mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH 1/2] ALSA: hda: add dock and led support for HP EliteBook 830 G5
@ 2018-06-11  9:40 Dennis Wassenberg
  2018-06-11 13:20 ` Takashi Iwai
  0 siblings, 1 reply; 4+ messages in thread
From: Dennis Wassenberg @ 2018-06-11  9:40 UTC (permalink / raw)
  To: Jaroslav Kysela, Takashi Iwai, Hui Wang, Florin Tudorache,
	Jerónimo Borque, Kai-Heng Feng
  Cc: alsa-devel, linux-kernel

This patch adds missing initialisation for HP 2013 UltraSlim Dock
Line-In/Out PINs and activates keyboard mute/micmute leds
for HP EliteBook 830 G5
---
 sound/pci/hda/patch_conexant.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/sound/pci/hda/patch_conexant.c b/sound/pci/hda/patch_conexant.c
index 5b4dbcec6de8..bca71f35b34f 100644
--- a/sound/pci/hda/patch_conexant.c
+++ b/sound/pci/hda/patch_conexant.c
@@ -959,6 +959,7 @@ static const struct snd_pci_quirk cxt5066_fixups[] = {
 	SND_PCI_QUIRK(0x103c, 0x8079, "HP EliteBook 840 G3", CXT_FIXUP_HP_DOCK),
 	SND_PCI_QUIRK(0x103c, 0x807C, "HP EliteBook 820 G3", CXT_FIXUP_HP_DOCK),
 	SND_PCI_QUIRK(0x103c, 0x80FD, "HP ProBook 640 G2", CXT_FIXUP_HP_DOCK),
+	SND_PCI_QUIRK(0x103c, 0x83b3, "HP EliteBook 830 G5", CXT_FIXUP_HP_DOCK),
 	SND_PCI_QUIRK(0x103c, 0x8174, "HP Spectre x360", CXT_FIXUP_HP_SPECTRE),
 	SND_PCI_QUIRK(0x103c, 0x8115, "HP Z1 Gen3", CXT_FIXUP_HP_GATE_MIC),
 	SND_PCI_QUIRK(0x103c, 0x814f, "HP ZBook 15u G3", CXT_FIXUP_MUTE_LED_GPIO),
-- 
2.17.1

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

* Re: [PATCH 1/2] ALSA: hda: add dock and led support for HP EliteBook 830 G5
  2018-06-11  9:40 [PATCH 1/2] ALSA: hda: add dock and led support for HP EliteBook 830 G5 Dennis Wassenberg
@ 2018-06-11 13:20 ` Takashi Iwai
  2018-06-12  5:10   ` [PATCH v2 " Dennis Wassenberg
  0 siblings, 1 reply; 4+ messages in thread
From: Takashi Iwai @ 2018-06-11 13:20 UTC (permalink / raw)
  To: Dennis Wassenberg
  Cc: "Jerónimo Borque",
	Hui Wang, Kai-Heng Feng, Florin Tudorache, Jaroslav Kysela,
	alsa-devel, linux-kernel

On Mon, 11 Jun 2018 11:40:00 +0200,
Dennis Wassenberg wrote:
> 
> This patch adds missing initialisation for HP 2013 UltraSlim Dock
> Line-In/Out PINs and activates keyboard mute/micmute leds
> for HP EliteBook 830 G5

Missing the sign-off.
Could you resubmit them with the proper signed-off-by lines?


thanks,

Takashi

> ---
>  sound/pci/hda/patch_conexant.c | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/sound/pci/hda/patch_conexant.c b/sound/pci/hda/patch_conexant.c
> index 5b4dbcec6de8..bca71f35b34f 100644
> --- a/sound/pci/hda/patch_conexant.c
> +++ b/sound/pci/hda/patch_conexant.c
> @@ -959,6 +959,7 @@ static const struct snd_pci_quirk cxt5066_fixups[] = {
>  	SND_PCI_QUIRK(0x103c, 0x8079, "HP EliteBook 840 G3", CXT_FIXUP_HP_DOCK),
>  	SND_PCI_QUIRK(0x103c, 0x807C, "HP EliteBook 820 G3", CXT_FIXUP_HP_DOCK),
>  	SND_PCI_QUIRK(0x103c, 0x80FD, "HP ProBook 640 G2", CXT_FIXUP_HP_DOCK),
> +	SND_PCI_QUIRK(0x103c, 0x83b3, "HP EliteBook 830 G5", CXT_FIXUP_HP_DOCK),
>  	SND_PCI_QUIRK(0x103c, 0x8174, "HP Spectre x360", CXT_FIXUP_HP_SPECTRE),
>  	SND_PCI_QUIRK(0x103c, 0x8115, "HP Z1 Gen3", CXT_FIXUP_HP_GATE_MIC),
>  	SND_PCI_QUIRK(0x103c, 0x814f, "HP ZBook 15u G3", CXT_FIXUP_MUTE_LED_GPIO),
> -- 
> 2.17.1
> 

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

* [PATCH v2 1/2] ALSA: hda: add dock and led support for HP EliteBook 830 G5
  2018-06-11 13:20 ` Takashi Iwai
@ 2018-06-12  5:10   ` Dennis Wassenberg
  2018-06-12  6:46     ` Takashi Iwai
  0 siblings, 1 reply; 4+ messages in thread
From: Dennis Wassenberg @ 2018-06-12  5:10 UTC (permalink / raw)
  To: Takashi Iwai, Jerónimo Borque, Hui Wang, Kai-Heng Feng,
	Florin Tudorache, Jaroslav Kysela
  Cc: alsa-devel, linux-kernel

This patch adds missing initialisation for HP 2013 UltraSlim Dock
Line-In/Out PINs and activates keyboard mute/micmute leds
for HP EliteBook 830 G5

Signed-off-by: Dennis Wassenberg <dennis.wassenberg@secunet.com>
---
 sound/pci/hda/patch_conexant.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/sound/pci/hda/patch_conexant.c b/sound/pci/hda/patch_conexant.c
index 5b4dbcec6de8..bca71f35b34f 100644
--- a/sound/pci/hda/patch_conexant.c
+++ b/sound/pci/hda/patch_conexant.c
@@ -958,6 +958,7 @@ static const struct snd_pci_quirk cxt5066_fixups[] = {
 	SND_PCI_QUIRK(0x103c, 0x8079, "HP EliteBook 840 G3", CXT_FIXUP_HP_DOCK),
 	SND_PCI_QUIRK(0x103c, 0x807C, "HP EliteBook 820 G3", CXT_FIXUP_HP_DOCK),
 	SND_PCI_QUIRK(0x103c, 0x80FD, "HP ProBook 640 G2", CXT_FIXUP_HP_DOCK),
+	SND_PCI_QUIRK(0x103c, 0x83b3, "HP EliteBook 830 G5", CXT_FIXUP_HP_DOCK),
 	SND_PCI_QUIRK(0x103c, 0x8174, "HP Spectre x360", CXT_FIXUP_HP_SPECTRE),
 	SND_PCI_QUIRK(0x103c, 0x8115, "HP Z1 Gen3", CXT_FIXUP_HP_GATE_MIC),
 	SND_PCI_QUIRK(0x103c, 0x814f, "HP ZBook 15u G3", CXT_FIXUP_MUTE_LED_GPIO),
-- 
2.17.1


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

* Re: [PATCH v2 1/2] ALSA: hda: add dock and led support for HP EliteBook 830 G5
  2018-06-12  5:10   ` [PATCH v2 " Dennis Wassenberg
@ 2018-06-12  6:46     ` Takashi Iwai
  0 siblings, 0 replies; 4+ messages in thread
From: Takashi Iwai @ 2018-06-12  6:46 UTC (permalink / raw)
  To: Dennis Wassenberg
  Cc: Jer3nimo Borque, Hui Wang, Kai-Heng Feng, Florin Tudorache,
	Jaroslav Kysela, alsa-devel, linux-kernel

On Tue, 12 Jun 2018 07:10:59 +0200,
Dennis Wassenberg wrote:
> 
> This patch adds missing initialisation for HP 2013 UltraSlim Dock
> Line-In/Out PINs and activates keyboard mute/micmute leds
> for HP EliteBook 830 G5
> 
> Signed-off-by: Dennis Wassenberg <dennis.wassenberg@secunet.com>

Applied, thanks.


Takashi

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

end of thread, other threads:[~2018-06-12  6:46 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-06-11  9:40 [PATCH 1/2] ALSA: hda: add dock and led support for HP EliteBook 830 G5 Dennis Wassenberg
2018-06-11 13:20 ` Takashi Iwai
2018-06-12  5:10   ` [PATCH v2 " Dennis Wassenberg
2018-06-12  6:46     ` Takashi Iwai

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®