[PATCH] ASoC: Intel: kbl_da7219_max98927: fix the audio jack button remapping

2018-12-09 Thread Zhuohao Lee
>From the da7219 spec, the button A, B, C and D are remapped to 0, 1, 2 and 3 respectively where button A is KEY_PLAYPAUSE, B is KEY_VOLUMEUP, C is KEY_VOLUMEDOWN and D is KEY_VOICECOMMAND. Signed-off-by: Zhuohao Lee Signed-off-by: Max Chang --- sound/soc/intel/boards/kbl_da7219_max9892

[PATCH v1] ASoC: Intel: kbl_da7219_max98927: fix the audio jack button remapping

2018-12-07 Thread Zhuohao Lee
>From the da7219 spec, the button A, B, C and D are remapped to 0, 1, 2 and 3 respectively where button A is KEY_PLAYPAUSE, B is KEY_VOLUMEUP, C is KEY_VOLUMEDOWN and D is KEY_VOICECOMMAND Change-Id: I67f929f226883bd289cb7beb0a7b23f40e7121e2 Signed-off-by: Zhuohao Lee Signed-off-by: Max Ch