From mboxrd@z Thu Jan 1 00:00:00 1970 From: Takashi Iwai Subject: Re: [PATCH 3/3] ALSA: jack: add switch event for unsupported jack types Date: Mon, 27 May 2019 09:43:27 +0200 Message-ID: References: <1558730450-16580-1-git-send-email-bgoswami@codeaurora.org> Mime-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1558730450-16580-1-git-send-email-bgoswami@codeaurora.org> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: alsa-devel-bounces@alsa-project.org Sender: "Alsa-devel" To: bgoswami@codeaurora.org Cc: alsa-devel@alsa-project.org, plai@codeaurora.org, Dmitry Torokhov , Gopikrishnaiah Anandan , broonie@kernel.org, srinivas.kandagatla@linaro.org, linux-input@vger.kernel.org List-Id: linux-input@vger.kernel.org On Fri, 24 May 2019 22:40:50 +0200, wrote: > > From: Banajit Goswami > > Add a jack switch event to report unsupported plug type. > This event can be used to report a headset or an extension > cable with GND/MIC swap etc., which may not be supported by > the device. > > Signed-off-by: Gopikrishnaiah Anandan > Signed-off-by: Banajit Goswami Adding input people to Cc to get the whole picture. > --- > sound/core/jack.c | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/sound/core/jack.c b/sound/core/jack.c > index 36b047b..4c21e48 100644 > --- a/sound/core/jack.c > +++ b/sound/core/jack.c > @@ -40,6 +40,7 @@ struct snd_jack_kctl { > SW_JACK_PHYSICAL_INSERT, > SW_VIDEOOUT_INSERT, > SW_LINEIN_INSERT, > + SW_UNSUPPORT_INSERT, > }; > #endif /* CONFIG_SND_JACK_INPUT_DEV */ > > -- > The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum, > a Linux Foundation Collaborative Project > >