public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Axel Lin <axel.lin@gmail.com>
To: linux-kernel@vger.kernel.org
Cc: Liam Girdwood <lrg@ti.com>,
	Mark Brown <broonie@opensource.wolfsonmicro.com>,
	alsa-devel@alsa-project.org
Subject: ASoC: Is there a missing entry in wm5100_bclk_rates_dat array?
Date: Thu, 22 Sep 2011 18:40:17 +0800	[thread overview]
Message-ID: <1316688017.2355.1.camel@phoenix> (raw)

Hi Mark,
I just found the size of wm5100_bclk_rates_dat array is 19,
but there are only 18 entries initialized in current code.
I'm not sure if there is a missing entry in wm5100_bclk_rates_dat array
or not. Could you help to check it again?

#define WM5100_NUM_BCLK_RATES 19

static int wm5100_bclk_rates_dat[WM5100_NUM_BCLK_RATES] = {
        32000,
        48000,
        64000,
        96000,
        128000,
        192000,
        384000,
        512000,
        768000,
        1024000,
        1536000,
        2048000,
        3072000,
        4096000,
        6144000,
        8192000,
        12288000,
        24576000,
};

Thanks,
Axel



                 reply	other threads:[~2011-09-22 10:40 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=1316688017.2355.1.camel@phoenix \
    --to=axel.lin@gmail.com \
    --cc=alsa-devel@alsa-project.org \
    --cc=broonie@opensource.wolfsonmicro.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=lrg@ti.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