2013-04-26 12:38:31

by Belisko Marek

[permalink] [raw]
Subject: [PATCH] ASoC: McASP: Add pins output direction for rx clocks when configured in CBS_CFS format.

When McASP is bit clock and frame clock master enable pin output for rx clocks.

Signed-off-by: Marek Belisko <[email protected]>
---
sound/soc/davinci/davinci-mcasp.c | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/sound/soc/davinci/davinci-mcasp.c b/sound/soc/davinci/davinci-mcasp.c
index d54e0d9..2953c55 100644
--- a/sound/soc/davinci/davinci-mcasp.c
+++ b/sound/soc/davinci/davinci-mcasp.c
@@ -505,7 +505,10 @@ static int davinci_mcasp_set_dai_fmt(struct snd_soc_dai *cpu_dai,
mcasp_set_bits(base + DAVINCI_MCASP_ACLKRCTL_REG, ACLKRE);
mcasp_set_bits(base + DAVINCI_MCASP_RXFMCTL_REG, AFSRE);

- mcasp_set_bits(base + DAVINCI_MCASP_PDIR_REG, ACLKX | AFSX);
+ mcasp_set_bits(base + DAVINCI_MCASP_PDIR_REG,
+ ACLKX | ACLKR);
+ mcasp_set_bits(base + DAVINCI_MCASP_PDIR_REG,
+ AFSX | AFSR);
break;
case SND_SOC_DAIFMT_CBM_CFS:
/* codec is clock master and frame slave */
--
1.7.9.5


2013-04-30 18:45:08

by Mark Brown

[permalink] [raw]
Subject: Re: [PATCH] ASoC: McASP: Add pins output direction for rx clocks when configured in CBS_CFS format.

On Fri, Apr 26, 2013 at 02:38:11PM +0200, Marek Belisko wrote:
> When McASP is bit clock and frame clock master enable pin output for rx clocks.

Applied, thanks.


Attachments:
(No filename) (163.00 B)
signature.asc (836.00 B)
Digital signature
Download all attachments