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
This commit is contained in:
committed by
Mark Brown
parent
fe81ad1c2d
commit
96e1f18fbb
@@ -268,7 +268,7 @@ EXPORT_SYMBOL_GPL(arizona_out_ev);
|
|||||||
static unsigned int arizona_sysclk_48k_rates[] = {
|
static unsigned int arizona_sysclk_48k_rates[] = {
|
||||||
6144000,
|
6144000,
|
||||||
12288000,
|
12288000,
|
||||||
22579200,
|
24576000,
|
||||||
49152000,
|
49152000,
|
||||||
73728000,
|
73728000,
|
||||||
98304000,
|
98304000,
|
||||||
@@ -278,7 +278,7 @@ static unsigned int arizona_sysclk_48k_rates[] = {
|
|||||||
static unsigned int arizona_sysclk_44k1_rates[] = {
|
static unsigned int arizona_sysclk_44k1_rates[] = {
|
||||||
5644800,
|
5644800,
|
||||||
11289600,
|
11289600,
|
||||||
24576000,
|
22579200,
|
||||||
45158400,
|
45158400,
|
||||||
67737600,
|
67737600,
|
||||||
90316800,
|
90316800,
|
||||||
|
Reference in New Issue
Block a user