Skip to content

Commit 96e1f18

Browse files
Dimitris Papastamosbroonie
authored andcommitted
ASoC: arizona: Fix typo - Swap value in 48k_rates[] and 44k1_rates[]
Signed-off-by: Dimitris Papastamos <dp@opensource.wolfsonmicro.com> Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com> Cc: stable@vger.kernel.org
1 parent fe81ad1 commit 96e1f18

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sound/soc/codecs/arizona.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,7 @@ EXPORT_SYMBOL_GPL(arizona_out_ev);
268268
static unsigned int arizona_sysclk_48k_rates[] = {
269269
6144000,
270270
12288000,
271-
22579200,
271+
24576000,
272272
49152000,
273273
73728000,
274274
98304000,
@@ -278,7 +278,7 @@ static unsigned int arizona_sysclk_48k_rates[] = {
278278
static unsigned int arizona_sysclk_44k1_rates[] = {
279279
5644800,
280280
11289600,
281-
24576000,
281+
22579200,
282282
45158400,
283283
67737600,
284284
90316800,

0 commit comments

Comments
 (0)