From: Rhyland Klein <rklein@nvidia.com>
To: Mark Brown <broonie@opensource.wolfsonmicro.com>
Cc: "alsa-devel@alsa-project.org" <alsa-devel@alsa-project.org>,
Liam Girdwood <lrg@ti.com>
Subject: Re: [PATCH] ASoC: max98095: Fix build failure
Date: Mon, 02 Apr 2012 11:06:17 -0700 [thread overview]
Message-ID: <1333389977.24034.15.camel@rklein-linux> (raw)
In-Reply-To: <1333375391-17049-1-git-send-email-broonie@opensource.wolfsonmicro.com>
On Mon, 2012-04-02 at 07:03 -0700, Mark Brown wrote:
> sound/soc/codecs/max98095.c: In function 'max98095_jack_detect_enable':
> sound/soc/codecs/max98095.c:2229:14: error: 'struct max98095_priv' has no member named 'jack_detect_delay'
> sound/soc/codecs/max98095.c:2230:18: error: 'struct max98095_priv' has no member named 'jack_detect_delay'
>
> Reported-by: Stephen Rothwell <sfr@canb.auug.org.au>
> Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
> ---
> sound/soc/codecs/max98095.c | 4 ++--
> 1 files changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/sound/soc/codecs/max98095.c b/sound/soc/codecs/max98095.c
> index 0752840..35179e2 100644
> --- a/sound/soc/codecs/max98095.c
> +++ b/sound/soc/codecs/max98095.c
> @@ -2226,8 +2226,8 @@ int max98095_jack_detect_enable(struct snd_soc_codec *codec)
> if (max98095->pdata->jack_detect_pin5en)
> detect_enable |= M98095_PIN5EN;
>
> - if (max98095->jack_detect_delay)
> - slew = max98095->jack_detect_delay;
> + if (max98095->pdata->jack_detect_delay)
> + slew = max98095->pdata->jack_detect_delay;
>
> ret = snd_soc_write(codec, M98095_08E_JACK_DC_SLEW, slew);
> if (ret < 0) {
Acked-by Rhyland Klein <rklein@nvidia.com>
-----------------------------------------------------------------------------------
This email message is for the sole use of the intended recipient(s) and may contain
confidential information. Any unauthorized review, use, disclosure or distribution
is prohibited. If you are not the intended recipient, please contact the sender by
reply email and destroy all copies of the original message.
-----------------------------------------------------------------------------------
prev parent reply other threads:[~2012-04-02 18:06 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-04-02 14:03 [PATCH] ASoC: max98095: Fix build failure Mark Brown
2012-04-02 18:06 ` Rhyland Klein [this message]
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=1333389977.24034.15.camel@rklein-linux \
--to=rklein@nvidia.com \
--cc=alsa-devel@alsa-project.org \
--cc=broonie@opensource.wolfsonmicro.com \
--cc=lrg@ti.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).