diff mbox series

[Bionic,1/2] UBUNTU: SAUCE: ALSA: hda/realtek - Add support headset mode for DELL WYSE

Message ID 1517237223-16717-2-git-send-email-jesse.sung@canonical.com
State New
Headers show
Series Updates for Realtek ALC225 | expand

Commit Message

Wen-chien Jesse Sung Jan. 29, 2018, 2:47 p.m. UTC
BugLink: https://launchpad.net/bugs/1723913

This is an update for commit ce30ef771146fbc79b893ce936bd24cb3b33b70e.

(backported from a patch by Kailang Yang <kailang@realtek.com>)
Signed-off-by: Wen-chien Jesse Sung <jesse.sung@canonical.com>
---
 sound/pci/hda/patch_realtek.c | 1 +
 1 file changed, 1 insertion(+)

Comments

Seth Forshee Jan. 31, 2018, 10:35 a.m. UTC | #1
On Mon, Jan 29, 2018 at 10:47:02PM +0800, Wen-chien Jesse Sung wrote:
> BugLink: https://launchpad.net/bugs/1723913
> 
> This is an update for commit ce30ef771146fbc79b893ce936bd24cb3b33b70e.
> 
> (backported from a patch by Kailang Yang <kailang@realtek.com>)

If this is a backport (albeit a backport of a trivial patch), seems like
Kailang Yang should be the author and not you. And we would want
Kailang's sign-off as well.

> Signed-off-by: Wen-chien Jesse Sung <jesse.sung@canonical.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 ab8b154..be4ca3b 100644
> --- a/sound/pci/hda/patch_realtek.c
> +++ b/sound/pci/hda/patch_realtek.c
> @@ -6065,6 +6065,7 @@ static const struct hda_fixup alc269_fixups[] = {
>  			{ 0x16, 0x0101102f }, /* Rear Headset HP */
>  			{ 0x19, 0x02a1913c }, /* use as Front headset mic, without its own jack detect */
>  			{ 0x1a, 0x01a19030 }, /* Rear Headset MIC */
> +			{ 0x1b, 0x02011020 },
>  			{ }
>  		},
>  		.chained = true,
> -- 
> 2.7.4
>
diff mbox series

Patch

diff --git a/sound/pci/hda/patch_realtek.c b/sound/pci/hda/patch_realtek.c
index ab8b154..be4ca3b 100644
--- a/sound/pci/hda/patch_realtek.c
+++ b/sound/pci/hda/patch_realtek.c
@@ -6065,6 +6065,7 @@  static const struct hda_fixup alc269_fixups[] = {
 			{ 0x16, 0x0101102f }, /* Rear Headset HP */
 			{ 0x19, 0x02a1913c }, /* use as Front headset mic, without its own jack detect */
 			{ 0x1a, 0x01a19030 }, /* Rear Headset MIC */
+			{ 0x1b, 0x02011020 },
 			{ }
 		},
 		.chained = true,