Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 3dce7164 authored by Sudheer Papothi's avatar Sudheer Papothi Committed by Hridya Valsaraju
Browse files

ANDROID: GKI: ALSA: jack: update jack types



Change updates the jack types that will be supported
by the platforms.

Test: build
Bug: 151372815
Change-Id: I948c6ffe4cc2cadd710242637c625006715ff7cc
Signed-off-by: default avatarBanajit Goswami <bgoswami@codeaurora.org>
Signed-off-by: default avatarSudheer Papothi <spapothi@codeaurora.org>
Signed-off-by: default avatarMeng Wang <mwang@codeaurora.org>
(cherry picked from commit e7fcc54d)
Signed-off-by: default avatarHridya Valsaraju <hridya@google.com>
parent 02f88aaa
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -58,6 +58,9 @@ enum snd_jack_types {
	SND_JACK_VIDEOOUT	= 0x0010,
	SND_JACK_AVOUT		= SND_JACK_LINEOUT | SND_JACK_VIDEOOUT,
	SND_JACK_LINEIN		= 0x0020,
	SND_JACK_OC_HPHL        = 0x0040,
	SND_JACK_OC_HPHR        = 0x0080,
	SND_JACK_UNSUPPORTED    = 0x0100,

	/* Kept separate from switches to facilitate implementation */
	SND_JACK_BTN_0		= 0x4000,