alsa-devel.alsa-project.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/5] ASoC: Fix smdk64xx-wm8580 problems
@ 2010-08-06  0:13 Seungwhan Youn
  2010-08-06  0:18 ` [PATCH 1/5] ASoC: wm8580: Add to support ADC clock source setting Seungwhan Youn
                   ` (4 more replies)
  0 siblings, 5 replies; 19+ messages in thread
From: Seungwhan Youn @ 2010-08-06  0:13 UTC (permalink / raw)
  To: alsa-devel; +Cc: Seungwhan Youn, Mark Brown, Seungwhan Youn, Liam Girdwood

Hi,

This patch serise fix some problems in smdk64xx board when it use
I2S with wm8580.

 o ADC source clock setting is set to use MCLK, It makes that
   wm8580 cannot make BCLK and LRCLK for playback and capture.
 o When application set some sampling freq. - 8kHz, 11.025kHz,
   audio doesn't work correctly with broken sound. Because
   wm8580 always set BCLK_RATE and LRCLK_RATE as a default value
   , BCLK_RATE - 256fs and LRCLK_RATE - 64 BCLKs per LRCLK. So,
   BCLK_RATE and LRCLK_RATE setting on wm8580 is not match to
   make these sampling freq. on wm8580 master mode.

So, to solve these problems, this patch apply followings:

 o Support ADC source clock setting on wm8580.
 o Enable to select BCLK_RATE and LRCLK_RATE value on wm8580.
 o Fix smdk-wm8580 machine code to support new features of wm8580.


The following patch series contains:

[PATCH 1/5] ASoC: wm8580: Add to support ADC clock source setting
[PATCH 2/5] ASoC: S3C64XX: Add ADC source clock setting
[PATCH 3/5] ASoC: wm8580: Fix Master Mode BCLK rates names
[PATCH 4/5] ASoC: wm8580: Add to support Master Mode Rates
[PATCH 5/5] ASoC: S3C64XX: Fix to support BCLK, LRCLK rates setting

Thanks,

Claude

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

end of thread, other threads:[~2010-08-08  1:15 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-08-06  0:13 [PATCH 0/5] ASoC: Fix smdk64xx-wm8580 problems Seungwhan Youn
2010-08-06  0:18 ` [PATCH 1/5] ASoC: wm8580: Add to support ADC clock source setting Seungwhan Youn
2010-08-06  4:27   ` Jassi Brar
2010-08-06 10:19     ` Mark Brown
2010-08-08  1:15       ` Jassi Brar
2010-08-06  0:21 ` [PATCH 2/5] ASoC: S3C64XX: Add ADC source clock setting Seungwhan Youn
2010-08-06 10:26   ` Mark Brown
2010-08-06 16:28     ` Seungwhan Youn
2010-08-06 16:49       ` Mark Brown
2010-08-06 17:00         ` Seungwhan Youn
2010-08-06  0:26 ` [PATCH 3/5] ASoC: wm8580: Fix Master Mode BCLK rates names Seungwhan Youn
2010-08-06  0:32 ` [PATCH 4/5] ASoC: wm8580: Add to support Master Mode Rates Seungwhan Youn
2010-08-06  4:32   ` Jassi Brar
2010-08-06  5:54     ` Seungwhan Youn
2010-08-06  0:36 ` [PATCH 5/5] ASoC: S3C64XX: Fix to support BCLK, LRCLK rates setting Seungwhan Youn
2010-08-06  4:25   ` Jassi Brar
2010-08-06  6:02     ` Seungwhan Youn
2010-08-06 11:17       ` Mark Brown
2010-08-06 16:26         ` Seungwhan Youn

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).