|
@@ -1545,19 +1545,19 @@ static const int lrclk_rates[] = {
|
|
|
};
|
|
};
|
|
|
|
|
|
|
|
static const int user_pclk_rates[] = {
|
|
static const int user_pclk_rates[] = {
|
|
|
- 13000000, 13000000
|
|
|
|
|
|
|
+ 13000000, 13000000, 19200000, 19200000,
|
|
|
};
|
|
};
|
|
|
|
|
|
|
|
static const int user_lrclk_rates[] = {
|
|
static const int user_lrclk_rates[] = {
|
|
|
- 44100, 48000
|
|
|
|
|
|
|
+ 44100, 48000, 44100, 48000,
|
|
|
};
|
|
};
|
|
|
|
|
|
|
|
static const unsigned long long ni_value[] = {
|
|
static const unsigned long long ni_value[] = {
|
|
|
- 3528, 768
|
|
|
|
|
|
|
+ 3528, 768, 441, 8
|
|
|
};
|
|
};
|
|
|
|
|
|
|
|
static const unsigned long long mi_value[] = {
|
|
static const unsigned long long mi_value[] = {
|
|
|
- 8125, 1625
|
|
|
|
|
|
|
+ 8125, 1625, 1500, 25
|
|
|
};
|
|
};
|
|
|
|
|
|
|
|
static void max98090_configure_bclk(struct snd_soc_codec *codec)
|
|
static void max98090_configure_bclk(struct snd_soc_codec *codec)
|