All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Urs Fässler" <urs.fassler@bytesatwork.ch>
To: perex@perex.cz, tiwai@suse.de
Cc: urs.fassler@bytesatwork.ch, alsa-devel@alsa-project.org,
	lgirdwood@gmail.com, jsarha@ti.com, linux-kernel@vger.kernel.org,
	peter.ujfalusi@ti.com, broonie@kernel.org, misael.lopez@ti.com
Subject: [PATCH 1/2] davinci-mcasp: use bclk_master flag to decide if the SOC is clock master
Date: Fri, 06 Feb 2015 10:22:07 +0100	[thread overview]
Message-ID: <54D487BF.2050602@bytesatwork.ch> (raw)
In-Reply-To: <1423212723-15307-1-git-send-email-urs.fassler@bytesatwork.ch>


[-- Attachment #1.1: Type: text/plain, Size: 786 bytes --]

Signed-off-by: Urs Fässler <urs.fassler@bytesatwork.ch>
---
 sound/soc/davinci/davinci-mcasp.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sound/soc/davinci/davinci-mcasp.c
b/sound/soc/davinci/davinci-mcasp.c
index 30b94d4..396cdec 100644
--- a/sound/soc/davinci/davinci-mcasp.c
+++ b/sound/soc/davinci/davinci-mcasp.c
@@ -541,7 +541,7 @@ static int davinci_mcasp_set_sysclk(struct
snd_soc_dai *dai, int clk_id,
 {
 	struct davinci_mcasp *mcasp = snd_soc_dai_get_drvdata(dai);
 -	if (dir == SND_SOC_CLOCK_OUT) {
+	if (mcasp->bclk_master) {
 		mcasp_set_bits(mcasp, DAVINCI_MCASP_AHCLKXCTL_REG, AHCLKXE);
 		mcasp_set_bits(mcasp, DAVINCI_MCASP_AHCLKRCTL_REG, AHCLKRE);
 		mcasp_set_bits(mcasp, DAVINCI_MCASP_PDIR_REG, AHCLKX);
-- 
2.1.4



[-- Attachment #1.2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 819 bytes --]

[-- Attachment #2: Type: text/plain, Size: 0 bytes --]



WARNING: multiple messages have this Message-ID (diff)
From: "Urs Fässler" <urs.fassler@bytesatwork.ch>
To: perex@perex.cz, tiwai@suse.de
Cc: urs.fassler@bytesatwork.ch, lgirdwood@gmail.com,
	broonie@kernel.org, peter.ujfalusi@ti.com, jsarha@ti.com,
	misael.lopez@ti.com, alsa-devel@alsa-project.org,
	linux-kernel@vger.kernel.org
Subject: [PATCH 1/2] davinci-mcasp: use bclk_master flag to decide if the SOC is clock master
Date: Fri, 06 Feb 2015 10:22:07 +0100	[thread overview]
Message-ID: <54D487BF.2050602@bytesatwork.ch> (raw)
In-Reply-To: <1423212723-15307-1-git-send-email-urs.fassler@bytesatwork.ch>

[-- Attachment #1: Type: text/plain, Size: 786 bytes --]

Signed-off-by: Urs Fässler <urs.fassler@bytesatwork.ch>
---
 sound/soc/davinci/davinci-mcasp.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sound/soc/davinci/davinci-mcasp.c
b/sound/soc/davinci/davinci-mcasp.c
index 30b94d4..396cdec 100644
--- a/sound/soc/davinci/davinci-mcasp.c
+++ b/sound/soc/davinci/davinci-mcasp.c
@@ -541,7 +541,7 @@ static int davinci_mcasp_set_sysclk(struct
snd_soc_dai *dai, int clk_id,
 {
 	struct davinci_mcasp *mcasp = snd_soc_dai_get_drvdata(dai);
 -	if (dir == SND_SOC_CLOCK_OUT) {
+	if (mcasp->bclk_master) {
 		mcasp_set_bits(mcasp, DAVINCI_MCASP_AHCLKXCTL_REG, AHCLKXE);
 		mcasp_set_bits(mcasp, DAVINCI_MCASP_AHCLKRCTL_REG, AHCLKRE);
 		mcasp_set_bits(mcasp, DAVINCI_MCASP_PDIR_REG, AHCLKX);
-- 
2.1.4



[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 819 bytes --]

       reply	other threads:[~2015-02-06  9:22 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <1423212723-15307-1-git-send-email-urs.fassler@bytesatwork.ch>
2015-02-06  9:22 ` Urs Fässler [this message]
2015-02-06  9:22   ` [PATCH 1/2] davinci-mcasp: use bclk_master flag to decide if the SOC is clock master Urs Fässler
2015-02-06  9:22 ` [PATCH 2/2] davinci-mcasp: add option to use AHCLKX pin as clock in Urs Fässler
2015-02-06  9:22   ` Urs Fässler
2015-02-06 11:49   ` Peter Ujfalusi
2015-02-06 11:49     ` Peter Ujfalusi

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=54D487BF.2050602@bytesatwork.ch \
    --to=urs.fassler@bytesatwork.ch \
    --cc=alsa-devel@alsa-project.org \
    --cc=broonie@kernel.org \
    --cc=jsarha@ti.com \
    --cc=lgirdwood@gmail.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=misael.lopez@ti.com \
    --cc=perex@perex.cz \
    --cc=peter.ujfalusi@ti.com \
    --cc=tiwai@suse.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.