Enable long press to answer incoming call, fix TZSP-5507.
authorJie Yang <yang.jie@intel.com>
Sat, 27 Apr 2013 07:45:32 +0000 (15:45 +0800)
committerJie Yang <yang.jie@intel.com>
Sat, 27 Apr 2013 07:45:32 +0000 (15:45 +0800)
commit651820cab51cce9865d9443448063b0b37d0b9d2
tree5f383776bd4a1814675170c3481a55553792bc8f
parentad3286b4af6ab3fc7c86e1464bf35093b4c45190
Enable long press to answer incoming call, fix TZSP-5507.

call mfld_jack_status_set to set "earkey_online" node:
1. SND_JACK_BTN_0 means long press detected, will set the node to non-zero((SND_JACK_HEADSET | SND_JACK_BTN_0) here);
2. SND_JACK_BTN_1 means long press released(either short press or long press to release), will set the node to zero, and enable another long press later.
sound/soc/mid-x86/mfld_machine.c