From: Vinod Koul <vinod.koul@intel.com>
To: "Subhransu S. Prusty" <subhransu.s.prusty@intel.com>
Cc: tiwai@suse.de, patches.audio@intel.com,
alsa-devel@alsa-project.org, broonie@kernel.org,
lgirdwood@gmail.com
Subject: Re: [PATCH v2 2/2] ASoC: Intel: Skylake: Fix typo for token d0i3 caps
Date: Mon, 8 May 2017 10:32:09 +0530 [thread overview]
Message-ID: <20170508050209.GP6263@localhost> (raw)
In-Reply-To: <1493887151-508-2-git-send-email-subhransu.s.prusty@intel.com>
On Thu, May 04, 2017 at 02:09:11PM +0530, Subhransu S. Prusty wrote:
> Signed-off-by: Subhransu S. Prusty <subhransu.s.prusty@intel.com>
Acked-by: Vinod Koul <vinod.koul@intel.com>
> ---
> v1->v2
> - Fixed as suggested by Takashi Sakamoto
>
> include/uapi/sound/snd_sst_tokens.h | 5 +++--
> sound/soc/intel/skylake/skl-topology.c | 2 +-
> 2 files changed, 4 insertions(+), 3 deletions(-)
>
> diff --git a/include/uapi/sound/snd_sst_tokens.h b/include/uapi/sound/snd_sst_tokens.h
> index 93392bedcc58..89b82f6256ad 100644
> --- a/include/uapi/sound/snd_sst_tokens.h
> +++ b/include/uapi/sound/snd_sst_tokens.h
> @@ -213,8 +213,9 @@ enum SKL_TKNS {
> SKL_TKN_U32_LIB_COUNT,
> SKL_TKN_STR_LIB_NAME,
> SKL_TKN_U32_PMODE,
> - SKL_TKL_U32_D0I3_CAPS,
> - SKL_TKN_MAX = SKL_TKL_U32_D0I3_CAPS,
> + SKL_TKL_U32_D0I3_CAPS, /* Typo added at v4.10 */
> + SKL_TKN_U32_D0I3_CAPS = SKL_TKL_U32_D0I3_CAPS,
> + SKL_TKN_MAX = SKL_TKN_U32_D0I3_CAPS,
> };
>
> #endif
> diff --git a/sound/soc/intel/skylake/skl-topology.c b/sound/soc/intel/skylake/skl-topology.c
> index 3a99712e44a8..b28199a5348c 100644
> --- a/sound/soc/intel/skylake/skl-topology.c
> +++ b/sound/soc/intel/skylake/skl-topology.c
> @@ -1995,7 +1995,7 @@ static int skl_tplg_get_token(struct device *dev,
> mconfig->converter = tkn_elem->value;
> break;
>
> - case SKL_TKL_U32_D0I3_CAPS:
> + case SKL_TKN_U32_D0I3_CAPS:
> mconfig->d0i3_caps = tkn_elem->value;
> break;
>
> --
> 1.9.1
>
--
~Vinod
next prev parent reply other threads:[~2017-05-08 5:00 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-05-04 8:39 [PATCH v2 1/2] ASoC: Intel: Skylake: Move i915 registration to worker thread Subhransu S. Prusty
2017-05-04 8:39 ` [PATCH v2 2/2] ASoC: Intel: Skylake: Fix typo for token d0i3 caps Subhransu S. Prusty
2017-05-08 5:02 ` Vinod Koul [this message]
2017-05-15 8:03 ` Applied "ASoC: Intel: Skylake: Fix typo for token d0i3 caps" to the asoc tree Mark Brown
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=20170508050209.GP6263@localhost \
--to=vinod.koul@intel.com \
--cc=alsa-devel@alsa-project.org \
--cc=broonie@kernel.org \
--cc=lgirdwood@gmail.com \
--cc=patches.audio@intel.com \
--cc=subhransu.s.prusty@intel.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 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).