All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ASoC: wm8995: Fix setting sysclk for WM8995_SYSCLK_MCLK2 case
@ 2015-06-16 11:39 Axel Lin
  2015-06-17 16:02 ` Charles Keepax
  2015-06-17 16:45 ` Mark Brown
  0 siblings, 2 replies; 3+ messages in thread
From: Axel Lin @ 2015-06-16 11:39 UTC (permalink / raw)
  To: Mark Brown
  Cc: Dimitris Papastamos, Charles Keepax, patches, Liam Girdwood, alsa-devel

Fix trivial typo.

Signed-off-by: Axel Lin <axel.lin@ingics.com>
---
Hi Charles and Dimitris,
This looks like a typo. Can you confirm?
Thanks,
Axel.

 sound/soc/codecs/wm8995.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sound/soc/codecs/wm8995.c b/sound/soc/codecs/wm8995.c
index 687c4dd..505b65f 100644
--- a/sound/soc/codecs/wm8995.c
+++ b/sound/soc/codecs/wm8995.c
@@ -1930,7 +1930,7 @@ static int wm8995_set_dai_sysclk(struct snd_soc_dai *dai,
 			dai->id + 1, freq);
 		break;
 	case WM8995_SYSCLK_MCLK2:
-		wm8995->sysclk[dai->id] = WM8995_SYSCLK_MCLK1;
+		wm8995->sysclk[dai->id] = WM8995_SYSCLK_MCLK2;
 		wm8995->mclk[1] = freq;
 		dev_dbg(dai->dev, "AIF%d using MCLK2 at %uHz\n",
 			dai->id + 1, freq);
-- 
2.1.0

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] ASoC: wm8995: Fix setting sysclk for WM8995_SYSCLK_MCLK2 case
  2015-06-16 11:39 [PATCH] ASoC: wm8995: Fix setting sysclk for WM8995_SYSCLK_MCLK2 case Axel Lin
@ 2015-06-17 16:02 ` Charles Keepax
  2015-06-17 16:45 ` Mark Brown
  1 sibling, 0 replies; 3+ messages in thread
From: Charles Keepax @ 2015-06-17 16:02 UTC (permalink / raw)
  To: Axel Lin
  Cc: Dimitris Papastamos, alsa-devel, Mark Brown, Liam Girdwood, patches

On Tue, Jun 16, 2015 at 07:39:09PM +0800, Axel Lin wrote:
> Fix trivial typo.
> 
> Signed-off-by: Axel Lin <axel.lin@ingics.com>
> ---

Sorry about the slow reply, all looks good to me:

Acked-by: Charles Keepax <ckeepax@opensource.wolfsonmicro.com>

Thanks,
Charles

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] ASoC: wm8995: Fix setting sysclk for WM8995_SYSCLK_MCLK2 case
  2015-06-16 11:39 [PATCH] ASoC: wm8995: Fix setting sysclk for WM8995_SYSCLK_MCLK2 case Axel Lin
  2015-06-17 16:02 ` Charles Keepax
@ 2015-06-17 16:45 ` Mark Brown
  1 sibling, 0 replies; 3+ messages in thread
From: Mark Brown @ 2015-06-17 16:45 UTC (permalink / raw)
  To: Axel Lin; +Cc: Charles Keepax, patches, Liam Girdwood, alsa-devel


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

On Tue, Jun 16, 2015 at 07:39:09PM +0800, Axel Lin wrote:
> Fix trivial typo.

Applied, thanks.

[-- Attachment #1.2: Digital signature --]
[-- Type: application/pgp-signature, Size: 473 bytes --]

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



^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2015-06-17 16:45 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-06-16 11:39 [PATCH] ASoC: wm8995: Fix setting sysclk for WM8995_SYSCLK_MCLK2 case Axel Lin
2015-06-17 16:02 ` Charles Keepax
2015-06-17 16:45 ` Mark Brown

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.