ANDROID: ALSA: jack: Update supported jack switch types
Change adds support for jack switch types supported by platform. This change also squashes the below changes- include: increase allowed SW INPUT device ID from 15 to 32 Increase the Input device SW ID from 15 to 32. This is needed to accommodate more input devices. Bug: 142489397 Change-Id: If77f8b37b4db72ada2b5d8a3095265eef90ab62b Signed-off-by: Gopikrishnaiah Anandan <agopik@codeaurora.org> Signed-off-by: Banajit Goswami <bgoswami@codeaurora.org> Signed-off-by: Sudheer Papothi <spapothi@codeaurora.org> Signed-off-by: Meng Wang <mwang@codeaurora.org>
This commit is contained in:

committed by
Todd Kjos

parent
51a518ad90
commit
3cf5c71422
@@ -318,7 +318,7 @@ struct pcmcia_device_id {
|
||||
#define INPUT_DEVICE_ID_LED_MAX 0x0f
|
||||
#define INPUT_DEVICE_ID_SND_MAX 0x07
|
||||
#define INPUT_DEVICE_ID_FF_MAX 0x7f
|
||||
#define INPUT_DEVICE_ID_SW_MAX 0x0f
|
||||
#define INPUT_DEVICE_ID_SW_MAX 0x20
|
||||
#define INPUT_DEVICE_ID_PROP_MAX 0x1f
|
||||
|
||||
#define INPUT_DEVICE_ID_MATCH_BUS 1
|
||||
|
Reference in New Issue
Block a user