From: Naveen M <naveen.m@intel.com>
To: Benson Leung <bleung@google.com>
Cc: alsa-devel@alsa-project.org, vinod.koul@intel.com,
harshapriya.n@intel.com, broonie@kernel.org, bleung@chromium.org,
pierre-louis.bossart@intel.com
Subject: Re: [PATCH 2/5] ASoC: Intel: Headset button support in broxton machine driver
Date: Fri, 6 Apr 2018 06:45:58 +0530 [thread overview]
Message-ID: <20180406011548.GA4189@intel.com> (raw)
In-Reply-To: <20180406003033.GA234162@decatoncale.mtv.corp.google.com>
On Thu, Apr 05, 2018 at 05:30:33PM -0700, Benson Leung wrote:
> Hi Naveen,
>
> On Wed, Apr 04, 2018 at 10:16:56AM +0530, Naveen Manohar wrote:
> > Patch adds headset button support for broxton machine driver
> > (bxt_da7219_max98357a).
> >
> > Signed-off-by: Naveen Manohar <naveen.m@intel.com>
> > ---
> > sound/soc/intel/boards/bxt_da7219_max98357a.c | 9 ++++++++-
> > 1 file changed, 8 insertions(+), 1 deletion(-)
> >
> > diff --git a/sound/soc/intel/boards/bxt_da7219_max98357a.c b/sound/soc/intel/boards/bxt_da7219_max98357a.c
> > index ce021a3..1c1e70c 100644
> > --- a/sound/soc/intel/boards/bxt_da7219_max98357a.c
> > +++ b/sound/soc/intel/boards/bxt_da7219_max98357a.c
> > @@ -16,6 +16,7 @@
> > * GNU General Public License for more details.
> > */
> >
> > +#include <linux/input.h>
> > #include <linux/module.h>
> > #include <linux/platform_device.h>
> > #include <sound/core.h>
> > @@ -168,6 +169,7 @@ static int broxton_ssp_fixup(struct snd_soc_pcm_runtime *rtd,
> > static int broxton_da7219_codec_init(struct snd_soc_pcm_runtime *rtd)
> > {
> > int ret;
> > + struct snd_soc_jack *jack;
> > struct snd_soc_dai *codec_dai = rtd->codec_dai;
> > struct snd_soc_component *component = rtd->codec_dai->component;
> >
> > @@ -192,7 +194,12 @@ static int broxton_da7219_codec_init(struct snd_soc_pcm_runtime *rtd)
> > return ret;
> > }
> >
> > - da7219_aad_jack_det(component, &broxton_headset);
> > + jack = &broxton_headset;
> > + snd_jack_set_key(jack->jack, SND_JACK_BTN_0, KEY_MEDIA);
>
> I recently made a set of changes that replaced KEY_MEDIA usage for BTN_0
> with KEY_PLAYPAUSE. See https://lkml.org/lkml/2017/11/22/586
>
> Since this patch may be destined for Chrome OS, you should definitely use
> KEY_PLAYPAUSE, as the Chrome OS user space doesn't respond to KEY_MEDIA but does
> respond to KEY_PLAYPAUSE.
>
> Thanks,
> Benson
>
Thanks for the review and update. Shall correct this in V2.
Also there are other machines which still use KEY_MEDIA - kbl_da7219_max98357a.c, cht_bsw_nau8824.c
Shall correct these too.
> --
> Benson Leung
> Staff Software Engineer
> Chrome OS Kernel
> Google Inc.
> bleung@google.com
> Chromium OS Project
> bleung@chromium.org
--
next prev parent reply other threads:[~2018-04-06 1:16 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-04-04 4:46 [PATCH 0/5] ASoC: Intel: geminilake: Adds da7219+max98537 machine driver support Naveen Manohar
2018-04-04 4:46 ` [PATCH 1/5] ASoC: Intel: broxton: reduce machine name for bxt_da7219_max98357a Naveen Manohar
2018-06-19 15:24 ` Applied "ASoC: Intel: broxton: reduce machine name for bxt_da7219_max98357a" to the asoc tree Mark Brown
2018-04-04 4:46 ` [PATCH 2/5] ASoC: Intel: Headset button support in broxton machine driver Naveen Manohar
2018-04-06 0:30 ` Benson Leung
2018-04-06 1:15 ` Naveen M [this message]
2018-04-06 7:28 ` David Woodhouse
2018-04-12 15:24 ` Mark Brown
2018-04-04 4:46 ` [PATCH 3/5] ASoC: Intel: Add Geminilake Dialog Maxim machine driver support Naveen Manohar
2018-04-04 15:18 ` Pierre-Louis Bossart
2018-04-04 4:46 ` [PATCH 4/5] ASoC: Intel: glk: Add DAI links for Multi-Playback Naveen Manohar
2018-04-04 4:46 ` [PATCH 5/5] ASoC: Intel: Add Geminilake Dialog+Maxim machine driver entry Naveen Manohar
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20180406011548.GA4189@intel.com \
--to=naveen.m@intel.com \
--cc=alsa-devel@alsa-project.org \
--cc=bleung@chromium.org \
--cc=bleung@google.com \
--cc=broonie@kernel.org \
--cc=harshapriya.n@intel.com \
--cc=pierre-louis.bossart@intel.com \
--cc=vinod.koul@intel.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).