All of lore.kernel.org
 help / color / mirror / Atom feed
From: Rajeev kumar <rajeev-dlh.kumar@st.com>
To: Mark Brown <broonie@linaro.org>
Cc: "alsa-devel@alsa-project.org" <alsa-devel@alsa-project.org>,
	Liam Girdwood <lgirdwood@gmail.com>
Subject: Re: [PATCH 2/2] ASoC: spear: Normalise module names
Date: Tue, 18 Jun 2013 09:29:13 +0530	[thread overview]
Message-ID: <51BFDB11.6080408@st.com> (raw)
In-Reply-To: <1371456427-31648-2-git-send-email-broonie@linaro.org>

On 6/17/2013 1:37 PM, Mark Brown wrote:
> Signed-off-by: Mark Brown<broonie@linaro.org>
> ---
>   sound/soc/spear/Makefile |   10 +++++++---
>   1 file changed, 7 insertions(+), 3 deletions(-)
>
> diff --git a/sound/soc/spear/Makefile b/sound/soc/spear/Makefile
> index 9f47bb4..7c5c175 100644
> --- a/sound/soc/spear/Makefile
> +++ b/sound/soc/spear/Makefile
> @@ -1,4 +1,8 @@
>   # SPEAR Platform Support
> -obj-$(CONFIG_SND_SPEAR_SOC) += spear_pcm.o
> -obj-$(CONFIG_SND_SPEAR_SPDIF_IN) += spdif_in.o
> -obj-$(CONFIG_SND_SPEAR_SPDIF_OUT) += spdif_out.o
> +snd-soc-spear-pcm-objs := spear_pcm.o
> +snd-soc-spear-spdif-in-objs := spear_spdif_in.o
> +snd-soc-spear-spdif-out-objs := spear_spdif_out.o
> +
> +obj-$(CONFIG_SND_SPEAR_SOC) += snd-soc-spear-pcm.o
> +obj-$(CONFIG_SND_SPEAR_SPDIF_IN) += snd-soc-spdif-in.o
> +obj-$(CONFIG_SND_SPEAR_SPDIF_OUT) += snd-soc-spdif-out.o


Acked-by: Rajeev Kumar <rajeev-dlh.kumar@st.com>

  reply	other threads:[~2013-06-18  3:59 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-06-17  8:07 [PATCH 1/2] ASoC: spear: Remove nonexistant EVM options Mark Brown
2013-06-17  8:07 ` [PATCH 2/2] ASoC: spear: Normalise module names Mark Brown
2013-06-18  3:59   ` Rajeev kumar [this message]
2013-06-18  4:18 ` [PATCH 1/2] ASoC: spear: Remove nonexistant EVM options Rajeev kumar

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=51BFDB11.6080408@st.com \
    --to=rajeev-dlh.kumar@st.com \
    --cc=alsa-devel@alsa-project.org \
    --cc=broonie@linaro.org \
    --cc=lgirdwood@gmail.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 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.