From: Simon Ho <simon.ho.cnxt@gmail.com>
To: Takashi Iwai <tiwai@suse.de>
Cc: pierre-louis.bossart@linux.intel.com,
alsa-devel@alsa-project.org, Simon Ho <simon.ho@conexant.com>,
lgirdwood@gmail.com, broonie@kernel.org
Subject: Re: [PATCH v2 2/2] ASoC: add support for Conexant CX2072X CODEC
Date: Wed, 12 Apr 2017 18:31:37 +0800 [thread overview]
Message-ID: <20170412103137.GB11582@GMAIL.COM> (raw)
In-Reply-To: <s5h1ssy2hv6.wl-tiwai@suse.de>
On Wed, Apr 12, 2017 at 09:41:01AM +0200, Takashi Iwai wrote:
> On Wed, 12 Apr 2017 07:45:20 +0200,
> Takashi Iwai wrote:
> >
> > On Tue, 11 Apr 2017 15:31:37 +0200,
> > Takashi Iwai wrote:
> > >
> > > On Wed, 05 Apr 2017 11:07:14 +0200,
> > > <simon.ho.cnxt@gmail.com> wrote:
> > > >
> > > > --- /dev/null
> > > > +++ b/sound/soc/codecs/cx2072x.c
> > > > +/**
> > > > + * cx2072x_enable_detect - Enable CX2072X jack detection
> > > > + * @codec : pointer variable to codec having information related to codec
> > > > + *
> > > > + */
> > > > +int cx2072x_enable_detect(struct snd_soc_codec *codec)
> > > > +{
> > > .....
> > > > +}
> > > > +EXPORT_SYMBOL_GPL(cx2072x_enable_detect);
> > > > +
> > > > +/*
> > > > + * cx2072x_get_jack_state: Return current jack state.
> > > > + * @codec : pointer variable to codec having information related to codec
> > > > + *
> > > > + */
> > > > +int cx2072x_get_jack_state(struct snd_soc_codec *codec)
> > > > +{
> > > ....
> > > > +}
> > > > +EXPORT_SYMBOL_GPL(cx2072x_get_jack_state);
> > > > --- /dev/null
> > > > +++ b/sound/soc/codecs/cx2072x.h
> > > ....
> > > > +enum cx2072x_jack_types {
> > > > + CX_JACK_NONE = 0x0000,
> > > > + CX_JACK_HEADPHONE = 0x0001,
> > > > + CX_JACK_APPLE_HEADSET = 0x0002,
> > > > + CX_JACK_NOKIE_HEADSET = 0x0003,
> > > > +};
> > > > +
> > > > +int cx2072x_hs_jack_report(struct snd_soc_codec *codec);
> > >
> > > This function is nowhere defined. And the new jack functions
> > > cx2072x_enable_detect() and cx2072x_get_jack_state() are not declared
> > > here, either.
> >
> > Also, some DAPM entries are missing / wrong, obviously.
>
> ... and yet another missing ones, the powers for some pins aren't
> hooked.
>
>
> Takashi
>
You are right, thanks for caching that.
Simon
> --- a/sound/soc/codecs/cx2072x.c
> +++ b/sound/soc/codecs/cx2072x.c
> @@ -1737,6 +1737,10 @@ static const struct snd_soc_dapm_route cx2072x_intercon[] = {
> {"Out AIF", NULL, "I2S ADC2R"},
> {"Out AIF", NULL, "AFG Power"},
> {"AEC REF", NULL, "Out AIF"},
> + {"PortB In En", NULL, "PortB Power"},
> + {"PortC In En", NULL, "PortC Power"},
> + {"PortD In En", NULL, "PortD Power"},
> + {"PortE In En", NULL, "PortE Power"},
> };
>
> static void cx2072x_sw_reset(struct cx2072x_priv *cx2072x)
next prev parent reply other threads:[~2017-04-12 10:31 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-04-05 9:07 [PATCH v2 0/2] ASoC: add support for CX2072X CODEC simon.ho.cnxt
2017-04-05 9:07 ` [PATCH v2 1/2] ASoC: cx2072x: Add DT bingings documentation " simon.ho.cnxt
2017-04-05 9:07 ` [PATCH v2 2/2] ASoC: add support for Conexant " simon.ho.cnxt
2017-04-11 13:31 ` Takashi Iwai
2017-04-12 5:45 ` Takashi Iwai
2017-04-12 7:41 ` Takashi Iwai
2017-04-12 7:50 ` Takashi Iwai
2017-04-12 10:20 ` Simon Ho
2017-04-12 10:31 ` Simon Ho [this message]
2017-04-12 10:29 ` Simon Ho
2017-10-13 12:37 ` [PATCH v2 0/2] ASoC: add support for " Steven Pitts
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=20170412103137.GB11582@GMAIL.COM \
--to=simon.ho.cnxt@gmail.com \
--cc=alsa-devel@alsa-project.org \
--cc=broonie@kernel.org \
--cc=lgirdwood@gmail.com \
--cc=pierre-louis.bossart@linux.intel.com \
--cc=simon.ho@conexant.com \
--cc=tiwai@suse.de \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.