From: Mark Brown Date: Sat, 19 Jul 2008 04:40:25 +0000 (-0400) Subject: Input: add microphone insert switch definition X-Git-Tag: v2.6.27-rc1~958^2~2 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=5ec461d083066441c1a280aa9e13d3bb5c3e008a;p=karo-tx-linux.git Input: add microphone insert switch definition Add a new switch type to the input API for reporting microphone insertion. This will be used by the ALSA jack reporting API. Signed-off-by: Mark Brown Signed-off-by: Dmitry Torokhov --- diff --git a/include/linux/input.h b/include/linux/input.h index 3e86b61d2e4c..1be28cbbc57b 100644 --- a/include/linux/input.h +++ b/include/linux/input.h @@ -642,6 +642,7 @@ struct input_absinfo { #define SW_RFKILL_ALL 0x03 /* rfkill master switch, type "any" set = radio enabled */ #define SW_RADIO SW_RFKILL_ALL /* deprecated */ +#define SW_MICROPHONE_INSERT 0x04 /* set = inserted */ #define SW_MAX 0x0f #define SW_CNT (SW_MAX+1)