Skip to content

Commit

Permalink
ASoC: arizona: Fix typo - Swap value in 48k_rates[] and 44k1_rates[]
Browse files Browse the repository at this point in the history
Signed-off-by: Dimitris Papastamos <[email protected]>
Signed-off-by: Mark Brown <[email protected]>
Cc: [email protected]
  • Loading branch information
Dimitris Papastamos authored and broonie committed Nov 16, 2012
1 parent fe81ad1 commit 96e1f18
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sound/soc/codecs/arizona.c
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@ EXPORT_SYMBOL_GPL(arizona_out_ev);
static unsigned int arizona_sysclk_48k_rates[] = {
6144000,
12288000,
22579200,
24576000,
49152000,
73728000,
98304000,
Expand All @@ -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,
Expand Down

0 comments on commit 96e1f18

Please sign in to comment.