alsa-devel.alsa-project.org archive mirror
 help / color / mirror / Atom feed
From: Seungwhan Youn <claude.youn@gmail.com>
To: Jassi Brar <jassisinghbrar@gmail.com>
Cc: alsa-devel@alsa-project.org,
	Mark Brown <broonie@opensource.wolfsonmicro.com>,
	Liam Girdwood <lrg@slimlogic.co.uk>,
	Seungwhan Youn <sw.youn@samsung.com>
Subject: Re: [PATCH 0/7] WM8580 updates
Date: Sun, 15 Aug 2010 18:21:08 +0900	[thread overview]
Message-ID: <AANLkTikh_WFPc-M6pFaC-n91aCzQPvH9YaTnwjwOg6ap@mail.gmail.com> (raw)
In-Reply-To: <AANLkTinjBpbdJNVyszADoLzkYA_r7jmbaHJC8gNLVGCH@mail.gmail.com>

On Sat, Aug 14, 2010 at 1:09 PM, Jassi Brar <jassisinghbrar@gmail.com> wrote:
> On Sat, Aug 14, 2010 at 4:33 AM, Mark Brown
> <broonie@opensource.wolfsonmicro.com> wrote:
>> This batch of patches should get the sample ratio selection for the
>> WM8580 based on the configured sysclk correct, and also fixes a few
>> random other things.
>>
>> The configuration of the ADC clocking (which is slaved to the DAC
>> clocking) is still not ideal - userspace has to configure playback at
>> the sample rate to be used prior to starting a record - but this needs
>> some more thought at the framework level since this is essentially the
>> same problem we have when multiple DAIs run over one physical interface
>> using TDM.  Ideally we'd solve the more general problem.
>>
>> Mark Brown (7):
>>      ASoC: Add a bit of resource unwinding in the S3C IISv4 driver
>>      ASoC: Convert WM8580 hw_params to use snd_soc_update_bits()
>>      ASoC: Remove unused rate selection bitmasks from WM8580
>>      ASoC: Automatically calculate clock ratio for WM8580
>>      ASoC: Implement BCLK rate selection for WM8580
>>      ASoC: Fix inverted WM8580 capture mute control
>>      ASoC: Automatically manage WM8580 DAC OSR
>
> Much needed changes. Thanks a lot.
> Happily, I am too occupied with other matters as well these days. I hope
> Claude(Seungwhan Youn) tests and give status on the patches.
>

Hi,

First of all, I'm really happy to test this patch-set. Thanks Mark. :-)

Anyway, I tested this patch-set about WM8580 updates with SMDK6410
board. Unfortunately, I faced with some problem in capture.

Briefly report of test is :-
 o Playback test with various frequency ; all works fine.
    8000 Hz sampling freq.
    11025 Hz sampling freq.
    16000 Hz sampling freq.
    22050 Hz sampling freq.
    44100 Hz sampling freq.
    48000 Hz sampling freq.
    88200 Hz sampling freq.
 o Capture test ; it doesn't work, even after capture, playback also
doesn't work.

I commented more details at corresponding patch.


Thanks,
Claude
_______________________________________________
Alsa-devel mailing list
Alsa-devel@alsa-project.org
http://mailman.alsa-project.org/mailman/listinfo/alsa-devel

  reply	other threads:[~2010-08-15  9:21 UTC|newest]

Thread overview: 30+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-08-13 19:33 [PATCH 0/7] WM8580 updates Mark Brown
2010-08-13 19:35 ` [PATCH 1/7] ASoC: Add a bit of resource unwinding in the S3C IISv4 driver Mark Brown
2010-08-13 19:35 ` [PATCH 2/7] ASoC: Convert WM8580 hw_params to use snd_soc_update_bits() Mark Brown
2010-08-13 19:35 ` [PATCH 3/7] ASoC: Remove unused rate selection bitmasks from WM8580 Mark Brown
2010-08-13 19:35 ` [PATCH 4/7] ASoC: Automatically calculate clock ratio for WM8580 Mark Brown
2010-08-15  9:00   ` Seungwhan Youn
2010-08-15 11:09     ` Mark Brown
2010-08-16  4:36       ` Jassi Brar
2010-08-16 10:20         ` Mark Brown
2010-08-16 12:51           ` Jassi Brar
2010-08-16 15:19             ` Mark Brown
2010-08-16 23:14               ` Jassi Brar
2010-08-17  9:46                 ` Mark Brown
2010-08-31  6:46                   ` Jassi Brar
2010-08-31 10:42                     ` Mark Brown
2010-08-16  4:16   ` Seungwhan Youn
2010-08-16 12:21     ` Mark Brown
2010-08-16 12:47       ` Jassi Brar
2010-08-13 19:35 ` [PATCH 5/7] ASoC: Implement BCLK rate selection " Mark Brown
2010-08-13 19:35 ` [PATCH 6/7] ASoC: Fix inverted WM8580 capture mute control Mark Brown
2010-08-15  4:50   ` Seungwhan Youn
2010-08-15  6:20     ` Seungwhan Youn
2010-08-13 19:35 ` [PATCH 7/7] ASoC: Automatically manage WM8580 DAC OSR Mark Brown
2010-08-14  4:09 ` [PATCH 0/7] WM8580 updates Jassi Brar
2010-08-15  9:21   ` Seungwhan Youn [this message]
2010-08-15 11:10     ` Mark Brown
2010-08-16  9:44       ` Seungwhan Youn
2010-08-16 14:49         ` Mark Brown
2010-08-19 11:37           ` Seungwhan Youn
2010-08-14 10:45 ` Liam Girdwood

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=AANLkTikh_WFPc-M6pFaC-n91aCzQPvH9YaTnwjwOg6ap@mail.gmail.com \
    --to=claude.youn@gmail.com \
    --cc=alsa-devel@alsa-project.org \
    --cc=broonie@opensource.wolfsonmicro.com \
    --cc=jassisinghbrar@gmail.com \
    --cc=lrg@slimlogic.co.uk \
    --cc=sw.youn@samsung.com \
    /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 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).