diff options
| -rw-r--r-- | sound/soc/codecs/max98090.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sound/soc/codecs/max98090.c b/sound/soc/codecs/max98090.c index c88bf821b86f..4ee1f88760c4 100644 --- a/sound/soc/codecs/max98090.c +++ b/sound/soc/codecs/max98090.c | |||
| @@ -1545,19 +1545,19 @@ static const int lrclk_rates[] = { | |||
| 1545 | }; | 1545 | }; |
| 1546 | 1546 | ||
| 1547 | static const int user_pclk_rates[] = { | 1547 | static const int user_pclk_rates[] = { |
| 1548 | 13000000, 13000000 | 1548 | 13000000, 13000000, 19200000, 19200000, |
| 1549 | }; | 1549 | }; |
| 1550 | 1550 | ||
| 1551 | static const int user_lrclk_rates[] = { | 1551 | static const int user_lrclk_rates[] = { |
| 1552 | 44100, 48000 | 1552 | 44100, 48000, 44100, 48000, |
| 1553 | }; | 1553 | }; |
| 1554 | 1554 | ||
| 1555 | static const unsigned long long ni_value[] = { | 1555 | static const unsigned long long ni_value[] = { |
| 1556 | 3528, 768 | 1556 | 3528, 768, 441, 8 |
| 1557 | }; | 1557 | }; |
| 1558 | 1558 | ||
| 1559 | static const unsigned long long mi_value[] = { | 1559 | static const unsigned long long mi_value[] = { |
| 1560 | 8125, 1625 | 1560 | 8125, 1625, 1500, 25 |
| 1561 | }; | 1561 | }; |
| 1562 | 1562 | ||
| 1563 | static void max98090_configure_bclk(struct snd_soc_codec *codec) | 1563 | static void max98090_configure_bclk(struct snd_soc_codec *codec) |
