From: Mark Brown <broonie@opensource.wolfsonmicro.com>
To: jassi brar <jassisinghbrar@gmail.com>
Cc: alsa-devel@alsa-project.org, ben@trinity.fluff.org,
Jassi <jassi.brar@samsung.com>
Subject: Re: [PATCH] S3C64XX I2S: Added machine driver for WM8580
Date: Thu, 17 Sep 2009 15:12:28 +0100 [thread overview]
Message-ID: <20090917141228.GA24563@rakim.wolfsonmicro.main> (raw)
In-Reply-To: <1b68c6790909170636w6a5dc85cq8cae33daf64ca814@mail.gmail.com>
On Thu, Sep 17, 2009 at 10:36:10PM +0900, jassi brar wrote:
> On Thu, Sep 17, 2009 at 10:11 PM, Mark Brown
> > Your comment says that only the output frequencies in table 52 are
> > supported. Could you please provide more specific references to where
> > this is done in the driver? I think you're confusing the fact that the
> > example table lists most of the common audio frequencies with what the
> > driver supports here.
> Let me be precise.
> With this machine driver and the WM8580 CODEC driver from origin/for-2.6.32
> if we do any of the following:-
> snd_soc_dai_set_pll(codec_dai, WM8580_PLLA, 12000000, 8000*256);
> snd_soc_dai_set_pll(codec_dai, WM8580_PLLA, 12000000, 11025*256);
> snd_soc_dai_set_pll(codec_dai, WM8580_PLLA, 12000000, 64000*256);
> we get the error: "wm8580: Unable to scale output frequency"
Right, this is nothing to do with the list of example configurations and
everything to do with the fact that those options are just not supported
by the hardware. For example, 256fs for 8kHz is only 2.048MHz and even
the largest postscale divider of 24 can't get anywhere near that from
90MHz which is the minimum Fvco for the PLL.
> I apologize if my inappropriate selection of expression bothered you.
> In future, please feel free to suggest modification of any comment in the
> code. Regards.
Part of the issue here is that my review is in part based on the
comments. If the code (including comments) seems obviously incorrect
from reading then that's an issue in itself.
next prev parent reply other threads:[~2009-09-17 14:12 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-09-17 4:54 [PATCH] S3C64XX I2S: Added machine driver for WM8580 jassi brar
2009-09-17 11:02 ` Mark Brown
2009-09-17 11:35 ` jassi brar
2009-09-17 12:03 ` Mark Brown
2009-09-17 12:26 ` jassi brar
2009-09-17 13:11 ` Mark Brown
2009-09-17 13:36 ` jassi brar
2009-09-17 14:12 ` Mark Brown [this message]
-- strict thread matches above, loose matches on Subject: below --
2009-09-16 10:02 Jassi
2009-09-16 20:00 ` Mark Brown
2009-09-17 0:02 ` jassi brar
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=20090917141228.GA24563@rakim.wolfsonmicro.main \
--to=broonie@opensource.wolfsonmicro.com \
--cc=alsa-devel@alsa-project.org \
--cc=ben@trinity.fluff.org \
--cc=jassi.brar@samsung.com \
--cc=jassisinghbrar@gmail.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 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.