ASoC: Is there a missing entry in wm5100_bclk_rates_dat array?

From: Axel Lin
Date: Thu Sep 22 2011 - 06:40:32 EST


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


--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/