Commit 96e1f18f authored by Dimitris Papastamos's avatar Dimitris Papastamos Committed by Mark Brown

ASoC: arizona: Fix typo - Swap value in 48k_rates[] and 44k1_rates[]

Signed-off-by: default avatarDimitris Papastamos <dp@opensource.wolfsonmicro.com>
Signed-off-by: default avatarMark Brown <broonie@opensource.wolfsonmicro.com>
Cc: stable@vger.kernel.org
parent fe81ad1c
......@@ -268,7 +268,7 @@ EXPORT_SYMBOL_GPL(arizona_out_ev);
static unsigned int arizona_sysclk_48k_rates[] = {
6144000,
12288000,
22579200,
24576000,
49152000,
73728000,
98304000,
......@@ -278,7 +278,7 @@ static unsigned int arizona_sysclk_48k_rates[] = {
static unsigned int arizona_sysclk_44k1_rates[] = {
5644800,
11289600,
24576000,
22579200,
45158400,
67737600,
90316800,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment