diff options
author | Heather Lomond <hlomond@opensource.wolfsonmicro.com> | 2012-09-05 05:02:10 -0400 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2012-09-06 06:58:44 +0800 |
commit | 4758be37c01c658dec5c0ad08d456fa031493de4 (patch) | |
tree | f1ff856076a0b5295bdfcfe39729dc25d6747172 | |
parent | fd4fb262b31ecb06bf93defb036e72b33ddf0200 (diff) | |
download | op-kernel-dev-4758be37c01c658dec5c0ad08d456fa031493de4.zip op-kernel-dev-4758be37c01c658dec5c0ad08d456fa031493de4.tar.gz |
ASoC: arizona: Fix typo in 44.1kHz rates
Signed-off-by: Heather Lomond <hlomond@opensource.wolfsonmicro.com>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
-rw-r--r-- | sound/soc/codecs/arizona.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/codecs/arizona.c b/sound/soc/codecs/arizona.c index 5c9caca..1cf7a32 100644 --- a/sound/soc/codecs/arizona.c +++ b/sound/soc/codecs/arizona.c @@ -426,7 +426,7 @@ static const int arizona_44k1_bclk_rates[] = { 940800, 1411200, 1881600, - 2882400, + 2822400, 3763200, 5644800, 7526400, |