diff mbox

[v2] ALSA: hda - Add mute led support for HP EliteBook 840 G3

Message ID DB6PR0801MB2037E991967B48A6F25D7FE89BEB0@DB6PR0801MB2037.eurprd08.prod.outlook.com (mailing list archive)
State New, archived
Headers show

Commit Message

Florin Tudorache May 5, 2017, 7:40 p.m. UTC
Signed-off-by: Florin Tudorache <florin_tudorache@live.com>
---
 sound/pci/hda/patch_conexant.c | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

Comments

Takashi Iwai May 8, 2017, 8:56 a.m. UTC | #1
On Fri, 05 May 2017 21:40:06 +0200,
Florin Tudorache wrote:
> 
> Signed-off-by: Florin Tudorache <florin_tudorache@live.com>

Applied, thanks.


Takashi

> ---
>  sound/pci/hda/patch_conexant.c | 4 +++-
>  1 file changed, 3 insertions(+), 1 deletion(-)
> 
> diff --git a/sound/pci/hda/patch_conexant.c b/sound/pci/hda/patch_conexant.c
> index e825373..63bc894 100644
> --- a/sound/pci/hda/patch_conexant.c
> +++ b/sound/pci/hda/patch_conexant.c
> @@ -860,7 +860,9 @@ static const struct hda_fixup cxt_fixups[] = {
>  			{ 0x16, 0x21011020 }, /* line-out */
>  			{ 0x18, 0x2181103f }, /* line-in */
>  			{ }
> -		}
> +		},
> +		.chained = true,
> +		.chain_id = CXT_FIXUP_MUTE_LED_GPIO,
>  	},
>  	[CXT_FIXUP_HP_SPECTRE] = {
>  		.type = HDA_FIXUP_PINS,
> -- 
> 2.7.4
> 
>
diff mbox

Patch

diff --git a/sound/pci/hda/patch_conexant.c b/sound/pci/hda/patch_conexant.c
index e825373..63bc894 100644
--- a/sound/pci/hda/patch_conexant.c
+++ b/sound/pci/hda/patch_conexant.c
@@ -860,7 +860,9 @@  static const struct hda_fixup cxt_fixups[] = {
 			{ 0x16, 0x21011020 }, /* line-out */
 			{ 0x18, 0x2181103f }, /* line-in */
 			{ }
-		}
+		},
+		.chained = true,
+		.chain_id = CXT_FIXUP_MUTE_LED_GPIO,
 	},
 	[CXT_FIXUP_HP_SPECTRE] = {
 		.type = HDA_FIXUP_PINS,