* ASoC: Is there a missing entry in wm5100_bclk_rates_dat array?
@ 2011-09-22 10:40 Axel Lin
0 siblings, 0 replies; only message in thread
From: Axel Lin @ 2011-09-22 10:40 UTC (permalink / raw)
To: linux-kernel; +Cc: Liam Girdwood, Mark Brown, alsa-devel
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
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2011-09-22 10:40 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-09-22 10:40 ASoC: Is there a missing entry in wm5100_bclk_rates_dat array? Axel Lin
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.