* [PATCH 1/2] ASoC: spear: Remove nonexistant EVM options
@ 2013-06-17 8:07 Mark Brown
2013-06-17 8:07 ` [PATCH 2/2] ASoC: spear: Normalise module names Mark Brown
2013-06-18 4:18 ` [PATCH 1/2] ASoC: spear: Remove nonexistant EVM options Rajeev kumar
0 siblings, 2 replies; 4+ messages in thread
From: Mark Brown @ 2013-06-17 8:07 UTC (permalink / raw)
To: Rajeev Kumar, Liam Girdwood; +Cc: alsa-devel, Mark Brown
The source wasn't added.
Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: Mark Brown <broonie@linaro.org>
---
sound/soc/spear/Kconfig | 21 ---------------------
sound/soc/spear/Makefile | 3 ---
2 files changed, 24 deletions(-)
diff --git a/sound/soc/spear/Kconfig b/sound/soc/spear/Kconfig
index e3851d6..3567d73 100644
--- a/sound/soc/spear/Kconfig
+++ b/sound/soc/spear/Kconfig
@@ -1,24 +1,3 @@
-config SND_SPEAR_EVM
- tristate "SoC Audio support for SPEAr EVM"
- select SND_DESIGNWARE_I2S
- select SND_SOC_STA529
- select SND_SPEAR_SOC
- help
- Say Y if you want to add support for SoC audio on SPEAr
- platform
-
-config SND_SPEAR1340_EVM
- tristate "SoC Audio support for SPEAr1340 EVM"
- select SND_DESIGNWARE_I2S
- select SND_SOC_STA529
- select SND_SPEAR_SPDIF_OUT
- select SND_SPEAR_SPDIF_IN
- select SND_SOC_SPDIF
- select SND_SPEAR_SOC
- help
- Say Y if you want to add support for SoC audio on SPEAr1340
- platform
-
config SND_SPEAR_SOC
tristate
select SND_SOC_DMAENGINE_PCM
diff --git a/sound/soc/spear/Makefile b/sound/soc/spear/Makefile
index b365126..9f47bb4 100644
--- a/sound/soc/spear/Makefile
+++ b/sound/soc/spear/Makefile
@@ -2,6 +2,3 @@
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
-
-# SPEAR Machine Support
-obj-$(CONFIG_SND_SPEAR_EVM) += spear_evb.o
--
1.7.10.4
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [PATCH 2/2] ASoC: spear: Normalise module names
2013-06-17 8:07 [PATCH 1/2] ASoC: spear: Remove nonexistant EVM options Mark Brown
@ 2013-06-17 8:07 ` Mark Brown
2013-06-18 3:59 ` Rajeev kumar
2013-06-18 4:18 ` [PATCH 1/2] ASoC: spear: Remove nonexistant EVM options Rajeev kumar
1 sibling, 1 reply; 4+ messages in thread
From: Mark Brown @ 2013-06-17 8:07 UTC (permalink / raw)
To: Rajeev Kumar, Liam Girdwood; +Cc: alsa-devel, Mark Brown
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
--
1.7.10.4
^ permalink raw reply related [flat|nested] 4+ messages in thread
* Re: [PATCH 2/2] ASoC: spear: Normalise module names
2013-06-17 8:07 ` [PATCH 2/2] ASoC: spear: Normalise module names Mark Brown
@ 2013-06-18 3:59 ` Rajeev kumar
0 siblings, 0 replies; 4+ messages in thread
From: Rajeev kumar @ 2013-06-18 3:59 UTC (permalink / raw)
To: Mark Brown; +Cc: alsa-devel@alsa-project.org, Liam Girdwood
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>
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH 1/2] ASoC: spear: Remove nonexistant EVM options
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 4:18 ` Rajeev kumar
1 sibling, 0 replies; 4+ messages in thread
From: Rajeev kumar @ 2013-06-18 4:18 UTC (permalink / raw)
To: Mark Brown; +Cc: alsa-devel@alsa-project.org, Liam Girdwood
On 6/17/2013 1:37 PM, Mark Brown wrote:
> The source wasn't added.
>
> Stephen Rothwell<sfr@canb.auug.org.au>
> Signed-off-by: Mark Brown<broonie@linaro.org>
> ---
> sound/soc/spear/Kconfig | 21 ---------------------
> sound/soc/spear/Makefile | 3 ---
> 2 files changed, 24 deletions(-)
>
> diff --git a/sound/soc/spear/Kconfig b/sound/soc/spear/Kconfig
> index e3851d6..3567d73 100644
> --- a/sound/soc/spear/Kconfig
> +++ b/sound/soc/spear/Kconfig
> @@ -1,24 +1,3 @@
> -config SND_SPEAR_EVM
> - tristate "SoC Audio support for SPEAr EVM"
> - select SND_DESIGNWARE_I2S
> - select SND_SOC_STA529
> - select SND_SPEAR_SOC
> - help
> - Say Y if you want to add support for SoC audio on SPEAr
> - platform
> -
> -config SND_SPEAR1340_EVM
> - tristate "SoC Audio support for SPEAr1340 EVM"
> - select SND_DESIGNWARE_I2S
> - select SND_SOC_STA529
> - select SND_SPEAR_SPDIF_OUT
> - select SND_SPEAR_SPDIF_IN
> - select SND_SOC_SPDIF
> - select SND_SPEAR_SOC
> - help
> - Say Y if you want to add support for SoC audio on SPEAr1340
> - platform
> -
> config SND_SPEAR_SOC
> tristate
> select SND_SOC_DMAENGINE_PCM
> diff --git a/sound/soc/spear/Makefile b/sound/soc/spear/Makefile
> index b365126..9f47bb4 100644
> --- a/sound/soc/spear/Makefile
> +++ b/sound/soc/spear/Makefile
> @@ -2,6 +2,3 @@
> 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
> -
> -# SPEAR Machine Support
> -obj-$(CONFIG_SND_SPEAR_EVM) += spear_evb.o
Acked-by: Rajeev Kumar <rajeev-dlh.kumar@st.com>
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2013-06-18 4:19 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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
2013-06-18 4:18 ` [PATCH 1/2] ASoC: spear: Remove nonexistant EVM options Rajeev kumar
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).