[PATCH V3] ARM: EXYNOS: Add clocks for EXYNOS I2S and PCM I/F

2013-02-08 Thread Sangsu Park
Audio Subsystem has own clocks for I2S0 and PCM0 in all EXYNOS series. This patch add clocks for I2S0 and PCM0 I/F. Signed-off-by: Sangsu Park --- arch/arm/mach-exynos/Makefile |1 + arch/arm/mach-exynos/clock-audss.c | 68 2 files changed, 69

RE: [RESEND][PATCH] ARM: EXYNOS: Add clocks for EXYNOS I2S and PCM I/F

2013-02-08 Thread Sangsu Park
On Fri, Feb 8, 2013 at 13:23 PM, Padma Venkat wrote: > On Wed, Feb 6, 2013 at 10:51 AM, Sangsu Park wrote: > > +void __init exynos_register_audss_clocks(void) > > +{ > > + clk_audss_base = ioremap(EXYNOS_PA_AUDSS, SZ_4K); > > + if (clk_audss_base == NULL) {

[PATCH V2] ARM: EXYNOS: Add clocks for EXYNOS I2S and PCM I/F

2013-02-05 Thread Sangsu Park
Audio Subsystem has own clocks for I2S0 and PCM0 in all EXYNOS series. This patch add clocks for I2S0 and PCM0 I/F. Signed-off-by: Sangsu Park --- arch/arm/mach-exynos/Makefile |1 + arch/arm/mach-exynos/clock-audss.c | 64 2 files changed, 65

RE: [RESEND][PATCH] ARM: EXYNOS: Add clocks for EXYNOS I2S and PCM I/F

2013-02-05 Thread Sangsu Park
On 6 February 2013 11:00, Sachin Kamat wrote: > On 6 February 2013 10:51, Sangsu Park wrote: > > Audio Subsystem has own clocks for I2S0 and PCM0 in all EXYNOS series. > > This patch add clocks for I2S0 and PCM0 I/F. > > > > Signed-off-by: Sangsu Park > > --- &

[RESEND][PATCH] ARM: EXYNOS: Add clocks for EXYNOS I2S and PCM I/F

2013-02-05 Thread Sangsu Park
Audio Subsystem has own clocks for I2S0 and PCM0 in all EXYNOS series. This patch add clocks for I2S0 and PCM0 I/F. Signed-off-by: Sangsu Park --- arch/arm/mach-exynos/Makefile |1 + arch/arm/mach-exynos/clock-audss.c | 64 2 files changed, 65

[PATCH] ARM: EXYNOS: Add clocks for EXYNOS I2S and PCM I/F

2013-01-24 Thread Sangsu Park
Audio Subsystem has own clocks for I2S0 and PCM0 in all EXYNOS series. This patch add clocks for I2S0 and PCM0 I/F. Signed-off-by: Sangsu Park --- arch/arm/mach-exynos/Makefile |1 + arch/arm/mach-exynos/clock-audss.c | 64 2 files changed, 65

RE: [PATCH] ARM: EXYNOS: Remove wrong I2S0 clock from peril clock

2013-01-15 Thread Sangsu Park
On 1/15/2013 12:32 PM, Tushar Behera wrote: > On 09/28/2012 04:09 PM, Sangsu Park wrote: > > Remove I2S0 clock from peril since peril doesn't have I2S0 clock for EXYNOS4. > > Audio Subsystem block has I2S0 clk. > > > > Signed-off-by: sangsu > > --- >

RE: [PATCH] ARM: EXYNOS: Remove wrong I2S0 clock from peril clock

2012-10-07 Thread Sangsu Park
ping On 5 October 2012 4:37 PM, Sangsu Park < sangsu4u.p...@samsung.com> wrote: > Remove I2S0 clk from peril since peril clock doesn't have I2S0 clk for EXYNOS4. > Audio Subsystem block has I2S0 clk. > > Signed-off-by: Sangsu Park > --- > arch/arm/mach-exynos/cloc

[PATCH] ARM: EXYNOS: Remove wrong I2S0 clock from peril clock

2012-10-05 Thread Sangsu Park
Remove I2S0 clk from peril since peril clock doesn't have I2S0 clk for EXYNOS4. Audio Subsystem block has I2S0 clk. Signed-off-by: Sangsu Park --- arch/arm/mach-exynos/clock-exynos4.c |5 - 1 file changed, 5 deletions(-) diff --git a/arch/arm/mach-exynos/clock-exynos4.c b/arch/arm

[PATCH] ARM: EXYNOS: Remove wrong I2S0 clock from peril clock

2012-09-28 Thread Sangsu Park
Remove I2S0 clock from peril since peril doesn't have I2S0 clock for EXYNOS4. Audio Subsystem block has I2S0 clk. Signed-off-by: sangsu --- arch/arm/mach-exynos/clock-exynos4.c |5 - 1 file changed, 5 deletions(-) diff --git a/arch/arm/mach-exynos/clock-exynos4.c b/arch/arm/mach-exynos/

RE: [PATCH v2] ASoC: Samsung: Update Kconfig for Exynos5250 and Exynos4412

2012-09-28 Thread Sangsu Park
On Thu, Sep 27, 2012 at 07:30 PM, Padmavathi Venna wrote: > diff --git a/sound/soc/samsung/Kconfig b/sound/soc/samsung/Kconfig > index fe3995c..430783b 100644 > --- a/sound/soc/samsung/Kconfig > +++ b/sound/soc/samsung/Kconfig > @@ -1,6 +1,6 @@ > config SND_SOC_SAMSUNG > tristate "ASoC sup

RE: [PATCH] ASoC: SAMSUNG: Add SND_SOC_DAIFMT_CONT option for snd_soc_set_fmt()

2012-09-06 Thread Sangsu Park
On Thurs, Sep 06, 2012 at 9:22 AM +0900, Mark Brown wrote: > On Mon, Sep 03, 2012 at 11:10:03AM +0900, Sangsu Park wrote: > > On Sun, Aug 31, 2012 at 2:43 AM +0900, Mark Brown wrote: > > > On Wed, Aug 29, 2012 at 08:06:32PM +0900, Sangsu Park wrote: > > > > Please c

RE: [PATCH] ASoC: SAMSUNG: Add SND_SOC_DAIFMT_CONT option for snd_soc_set_fmt()

2012-09-02 Thread Sangsu Park
On Sun, Aug 31, 2012 at 2:43 AM +0900, Mark Brown wrote: > On Wed, Aug 29, 2012 at 08:06:32PM +0900, Sangsu Park wrote: > > Please check your mailer configuration, it looks like it's reformatting > all the text with much longer line widths. I've changed line width confi

RE: [PATCH] ASoC: SAMSUNG: Add SND_SOC_DAIFMT_CONT option for snd_soc_set_fmt()

2012-08-29 Thread Sangsu Park
On Sun, Aug 26, 2012 at 05:45:54PM +0900, Mark Brown wrote: > On Sun, Aug 26, 2012 at 05:45:54PM +0900, ڻwrote: > > SND_SOC_DAIFMT_CONT option is now needed because of below commit: > > > > ASoC: Allow DAI formats to be specified in the dai_link > > Clearly it's not a direct consequence of th

[RESUBMIT PATCH] ASoC: SAMSUNG: Change Kconfig to support all SAMSUNG ASoC

2012-08-28 Thread Sangsu Park
All SAMSUNG ASoC needs SND_SOC_SAMSUNG configuration. This patch change Kconfig to support all SAMSUNG ASoC. Signed-off-by: Sangsu Park --- sound/soc/samsung/Kconfig |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/sound/soc/samsung/Kconfig b/sound/soc/samsung/Kconfig