From 5d092152c955a90c1fb820692a522e801e94e767 Mon Sep 17 00:00:00 2001 From: Sudheer Papothi Date: Tue, 23 Feb 2016 09:08:21 +0530 Subject: ALSA: jack: Add support to report second microphone ALSA jack framework currently supports reporting only one single microphone. Add support to report presence of second microphone to userspace. Signed-off-by: Phani Kumar Uppalapati Signed-off-by: Banajit Goswami Signed-off-by: Sudheer Papothi --- include/uapi/linux/input-event-codes.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/uapi/linux/input-event-codes.h') diff --git a/include/uapi/linux/input-event-codes.h b/include/uapi/linux/input-event-codes.h index b97184a4175e..88956276c8ab 100644 --- a/include/uapi/linux/input-event-codes.h +++ b/include/uapi/linux/input-event-codes.h @@ -751,6 +751,7 @@ #define SW_MUTE_DEVICE 0x0e /* set = device disabled */ #define SW_HPHL_OVERCURRENT 0x0f /* set = over current on left hph */ #define SW_HPHR_OVERCURRENT 0x10 /* set = over current on right hph */ +#define SW_MICROPHONE2_INSERT 0x11 /* set = inserted */ #define SW_UNSUPPORT_INSERT 0x12 /* set = unsupported device inserted */ #define SW_MAX 0x20 #define SW_CNT (SW_MAX+1) -- cgit v1.2.3