[PATCH] ASoC: samsung: Fix build error with dma function rename

2013-08-22 Thread Tushar Behera
commit 85ff3c29d720 (ASoC: samsung: Rename DMA platform registration functions) renames the DMA registration functions. Fix the places where it was left out. Signed-off-by: Tushar Behera tushar.beh...@linaro.org --- sound/soc/samsung/pcm.c |4 ++-- sound/soc/samsung/s3c2412-i2s.c |

Re: [PATCH] ASoC: samsung: Fix build error with dma function rename

2013-08-22 Thread Mark Brown
On Thu, Aug 22, 2013 at 06:15:02PM +0530, Tushar Behera wrote: commit 85ff3c29d720 (ASoC: samsung: Rename DMA platform registration functions) renames the DMA registration functions. Fix the places where it was left out. Applied, thanks. signature.asc Description: Digital signature

RE: [PATCH] ASoC: Samsung: Fix build error

2012-08-10 Thread Kukjin Kim
Sachin Kamat wrote: Fixes the following build error: In file included from arch/arm/mach-exynos/include/mach/dma.h:24:0, from arch/arm/plat-samsung/include/plat/dma-ops.h:17, from arch/arm/plat-samsung/include/plat/dma.h:128, from

Re: [PATCH] ASoC: Samsung: Fix build error

2012-08-10 Thread Sachin Kamat
Hi Kukjin, On 10 August 2012 11:33, Kukjin Kim kgene@samsung.com wrote: Sachin Kamat wrote: Fixes the following build error: In file included from arch/arm/mach-exynos/include/mach/dma.h:24:0, from arch/arm/plat-samsung/include/plat/dma-ops.h:17, from

Re: [PATCH] ASoC: Samsung: Fix build error

2012-08-10 Thread Mark Brown
On Wed, Aug 08, 2012 at 11:34:43AM +0530, Sachin Kamat wrote: Fixes the following build error: In file included from arch/arm/mach-exynos/include/mach/dma.h:24:0, from arch/arm/plat-samsung/include/plat/dma-ops.h:17, Applied, thanks. -- To unsubscribe from this list: send the

RE: [PATCH] ASoC: Samsung: Fix build error

2012-08-09 Thread Kukjin Kim
@@ #include crypto/ctr.h #include plat/cpu.h -#include plat/dma.h +#include mach/dma.h #define _SBF(s, v) ((v) (s)) #define _BIT(b) _SBF(b, 1) --- Hmm...I need to sort this out... Mark, I think, Sachin's [PATCH] ASoC: Samsung: Fix build error

Re: [PATCH] ASoC: Samsung: Fix build error

2012-08-08 Thread Mark Brown
On Wed, Aug 08, 2012 at 11:34:43AM +0530, Sachin Kamat wrote: Fixes the following build error: In file included from arch/arm/mach-exynos/include/mach/dma.h:24:0, from arch/arm/plat-samsung/include/plat/dma-ops.h:17, from

Re: [PATCH] ASoC: Samsung: Fix build error

2012-08-08 Thread Sachin Kamat
Hi Mark, On 8 August 2012 16:39, Mark Brown broo...@opensource.wolfsonmicro.com wrote: On Wed, Aug 08, 2012 at 11:34:43AM +0530, Sachin Kamat wrote: Fixes the following build error: In file included from arch/arm/mach-exynos/include/mach/dma.h:24:0, from

RE: [PATCH] ASoC: Samsung: Fix build error

2012-08-08 Thread Kukjin Kim
Sachin Kamat wrote: Hi Mark, On 8 August 2012 16:39, Mark Brown broo...@opensource.wolfsonmicro.com wrote: On Wed, Aug 08, 2012 at 11:34:43AM +0530, Sachin Kamat wrote: Fixes the following build error: In file included from arch/arm/mach-exynos/include/mach/dma.h:24:0,

Re: [PATCH] ASoC: Samsung: Fix build error

2012-08-08 Thread Sachin Kamat
On 8 August 2012 17:08, Kukjin Kim kgene@samsung.com wrote: Sachin Kamat wrote: Hi Mark, On 8 August 2012 16:39, Mark Brown broo...@opensource.wolfsonmicro.com wrote: On Wed, Aug 08, 2012 at 11:34:43AM +0530, Sachin Kamat wrote: Fixes the following build error: In file included

RE: [PATCH] ASoC: Samsung: Fix build error

2012-08-08 Thread Kukjin Kim
Sachin Kamat wrote: On 8 August 2012 17:08, Kukjin Kim kgene@samsung.com wrote: Sachin Kamat wrote: Hi Mark, On 8 August 2012 16:39, Mark Brown broo...@opensource.wolfsonmicro.com wrote: On Wed, Aug 08, 2012 at 11:34:43AM +0530, Sachin Kamat wrote: Fixes the following

RE: [PATCH] ASoC: Samsung: Fix build error

2012-08-08 Thread Kukjin Kim
Kukjin Kim wrote: Sachin Kamat wrote: On 8 August 2012 17:08, Kukjin Kim kgene@samsung.com wrote: Sachin Kamat wrote: Hi Mark, On 8 August 2012 16:39, Mark Brown broo...@opensource.wolfsonmicro.com wrote: On Wed, Aug 08, 2012 at 11:34:43AM +0530, Sachin Kamat

[PATCH] ASoC: SAMSUNG: Fix build error

2011-11-22 Thread Boojin Kim
This patch adds linux/modules.h to fix following build errors. sound/soc/codecs/wm8994.c: In function 'wm8994_readable': sound/soc/codecs/wm8994.c:58: warning: unused variable 'wm8994' sound/soc/samsung/smdk_wm8994.c:176: error: expected declaration specifiers or '...' before string constant

Re: [PATCH] ASoC: SAMSUNG: Fix build error

2011-11-22 Thread Mark Brown
On Tue, Nov 22, 2011 at 11:03:22AM +0900, Boojin Kim wrote: This patch adds linux/modules.h to fix following build errors. Applied, thanks. -- To unsubscribe from this list: send the line unsubscribe linux-samsung-soc in the body of a message to majord...@vger.kernel.org More majordomo info at