Revert "ALSA: jack: Add support to report second microphone"

This reverts commit 98a387cdfe.
This change is not needed anymore as ANC is not supported.

Change-Id: I522971a59945a84a71d243120d2b43ac67f2ae7f
Signed-off-by: Meng Wang <mengw@codeaurora.org>
This commit is contained in:
Meng Wang
2020-04-23 08:39:56 +08:00
committed by Tommy Webb
parent eda293580e
commit 93ce0b2655
3 changed files with 1 additions and 6 deletions

View File

@@ -800,8 +800,7 @@
#define SW_MACHINE_COVER 0x10 /* set = cover closed */
#define SW_HPHL_OVERCURRENT 0x11 /* set = over current on left hph */
#define SW_HPHR_OVERCURRENT 0x12 /* set = over current on right hph */
#define SW_MICROPHONE2_INSERT 0x13 /* set = inserted */
#define SW_UNSUPPORT_INSERT 0x14 /* set = unsupported device inserted */
#define SW_UNSUPPORT_INSERT 0x13 /* set = unsupported device inserted */
#define SW_MAX 0x20
#define SW_CNT (SW_MAX+1)