RE: [alsa-devel] [PATCH V1 1/3] ASoC: fsl: Kconfig: remove dependence of SND_IMX_SOC for SND_SOC_IMX_PCM_DMA

2014-08-19 Thread shengjiu.w...@freescale.com
Hi Xiubo Li Lars-Peter has point out the root cause. It is caused by the SND_SOC_FSL_ASOC_CARD, which will select SND_SOC_IMX_PCM_DMA. Thank you very much anyway. Best regards Wang shengjiu -Original Message- From: Xiubo Li-B47053 Sent: Tuesday, August 19, 2014 5:00 PM To:

RE: [alsa-devel] [PATCH V1 1/3] ASoC: fsl: Kconfig: remove dependence of SND_IMX_SOC for SND_SOC_IMX_PCM_DMA

2014-08-19 Thread shengjiu.w...@freescale.com
will not be selected. So remove the dependence of SND_IMX_SOC for SND_SOC_IMX_PCM_DMA. Reported-by: kbuild test robot fengguang...@intel.com Signed-off-by: Shengjiu Wang shengjiu.w...@freescale.com Those if conditions where just added[1] by Arnd to avoid other build

RE: [PATCH V2 2/3] ARM: clk-imx6q: Add missing lvds and anaclk clock to the clock tree

2014-08-06 Thread shengjiu.w...@freescale.com
Hi Stash, Shawn Do we have such API for exclusive clock? Or Do you have example for these exclusive clocks? Best regards Wang shengjiu -Original Message- From: Lucas Stach [mailto:l.st...@pengutronix.de] Sent: Wednesday, August 06, 2014 10:42 PM To: Wang Shengjiu-B02247 Cc: Guo

RE: [PATCH V2 3/3] ARM: imx6q: Add the clock route from external OSC to ESAI clock

2014-08-06 Thread shengjiu.w...@freescale.com
Ok, thanks. -Original Message- From: Shawn Guo [mailto:shawn@freescale.com] Sent: Thursday, August 07, 2014 11:12 AM To: Wang Shengjiu-B02247 Cc: ker...@pengutronix.de; li...@arm.linux.org.uk; robh...@kernel.org; pawel.m...@arm.com; mark.rutl...@arm.com;

RE: [PATCH V2 3/3] ARM: imx6q: Add the clock route from external OSC to ESAI clock

2014-08-06 Thread shengjiu.w...@freescale.com
24576000 Signed-off-by: Nicolin Chen guangyu.c...@freescale.com Signed-off-by: Shengjiu Wang shengjiu.w...@freescale.com --- arch/arm/mach-imx/clk-imx6q.c |5 + arch/arm/mach-imx/mach-imx6q.c | 28 2 files changed, 33 insertions(+) diff --git

RE: [PATCH V2 2/3] ARM: clk-imx6q: Add missing lvds and anaclk clock to the clock tree

2014-08-06 Thread shengjiu.w...@freescale.com
, such as pll4_audio and pll5_video. pll4_audio and pll5_video can have multiple source, not only osc, so add them. Signed-off-by: Nicolin Chen guangyu.c...@freescale.com Signed-off-by: Shengjiu Wang shengjiu.w...@freescale.com --- arch/arm/mach-imx/clk-imx6q.c | 12 ++-- include/dt

RE: [alsa-devel] [PATCH] ASoC: cs42xx8: Add SND_SOC_DAIFMT_DSP_A support

2014-07-14 Thread shengjiu.w...@freescale.com
Hi all Sorry, add more maintainers. Best regards Wang shengjiu -Original Message- From: alsa-devel-boun...@alsa-project.org [mailto:alsa-devel-boun...@alsa-project.org] On Behalf Of Shengjiu Wang Sent: Monday, July 14, 2014 6:40 PM To: broo...@linaro.org Cc:

RE: [alsa-devel] [PATCH] ASoC: cs42xx8: Add SND_SOC_DAIFMT_DSP_A support

2014-07-14 Thread shengjiu.w...@freescale.com
-project.org Subject: [alsa-devel] [PATCH] ASoC: cs42xx8: Add SND_SOC_DAIFMT_DSP_A support According to the spec, the definition of TDM and ONELINE_24 for CS42XX8_INTF_DAC and CS42XX8_INTF_ADC is wrong. correct them and enable SND_SOC_DAIFMT_DSP_A support. Signed-off-by: Shengjiu Wang shengjiu.w