Revert "ALSA: jack: Add support to report second microphone"
This reverts commit c559fb7c52
.
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:
parent
8ab00f90b8
commit
4c66b1d8c3
@ -47,9 +47,6 @@ enum snd_jack_types {
|
|||||||
SND_JACK_OC_HPHL = 0x0040,
|
SND_JACK_OC_HPHL = 0x0040,
|
||||||
SND_JACK_OC_HPHR = 0x0080,
|
SND_JACK_OC_HPHR = 0x0080,
|
||||||
SND_JACK_UNSUPPORTED = 0x0100,
|
SND_JACK_UNSUPPORTED = 0x0100,
|
||||||
SND_JACK_MICROPHONE2 = 0x0200,
|
|
||||||
SND_JACK_ANC_HEADPHONE = SND_JACK_HEADPHONE | SND_JACK_MICROPHONE |
|
|
||||||
SND_JACK_MICROPHONE2,
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/* Kept separate from switches to facilitate implementation */
|
/* Kept separate from switches to facilitate implementation */
|
||||||
|
@ -887,12 +887,7 @@
|
|||||||
#define SW_PEN_INSERTED 0x0f /* set = pen inserted */
|
#define SW_PEN_INSERTED 0x0f /* set = pen inserted */
|
||||||
#define SW_HPHL_OVERCURRENT 0x10 /* set = over current on left hph */
|
#define SW_HPHL_OVERCURRENT 0x10 /* set = over current on left hph */
|
||||||
#define SW_HPHR_OVERCURRENT 0x11 /* set = over current on right hph */
|
#define SW_HPHR_OVERCURRENT 0x11 /* set = over current on right hph */
|
||||||
#ifdef CONFIG_AUDIO_QGKI
|
#define SW_UNSUPPORT_INSERT 0x12 /* set = unsupported device inserted */
|
||||||
#define SW_MICROPHONE2_INSERT 0x12 /* set = inserted */
|
|
||||||
#define SW_UNSUPPORT_INSERT 0x13 /* set = unsupported device inserted */
|
|
||||||
#else
|
|
||||||
#define SW_UNSUPPORT_INSERT 0x12 /* set = unsupported device inserted */
|
|
||||||
#endif
|
|
||||||
#define SW_MAX 0x20
|
#define SW_MAX 0x20
|
||||||
#define SW_CNT (SW_MAX+1)
|
#define SW_CNT (SW_MAX+1)
|
||||||
|
|
||||||
|
@ -29,9 +29,6 @@ static const int jack_switch_types[] = {
|
|||||||
SW_HPHL_OVERCURRENT,
|
SW_HPHL_OVERCURRENT,
|
||||||
SW_HPHR_OVERCURRENT,
|
SW_HPHR_OVERCURRENT,
|
||||||
SW_UNSUPPORT_INSERT,
|
SW_UNSUPPORT_INSERT,
|
||||||
#ifdef CONFIG_AUDIO_QGKI
|
|
||||||
SW_MICROPHONE2_INSERT,
|
|
||||||
#endif
|
|
||||||
};
|
};
|
||||||
#endif /* CONFIG_SND_JACK_INPUT_DEV */
|
#endif /* CONFIG_SND_JACK_INPUT_DEV */
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user