aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sound/soc/codecs/arizona.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/sound/soc/codecs/arizona.c b/sound/soc/codecs/arizona.c
index 5764960087b..c03b65af305 100644
--- a/sound/soc/codecs/arizona.c
+++ b/sound/soc/codecs/arizona.c
@@ -270,6 +270,9 @@ static unsigned int arizona_sysclk_48k_rates[] = {
270 12288000, 270 12288000,
271 22579200, 271 22579200,
272 49152000, 272 49152000,
273 73728000,
274 98304000,
275 147456000,
273}; 276};
274 277
275static unsigned int arizona_sysclk_44k1_rates[] = { 278static unsigned int arizona_sysclk_44k1_rates[] = {
@@ -277,6 +280,9 @@ static unsigned int arizona_sysclk_44k1_rates[] = {
277 11289600, 280 11289600,
278 24576000, 281 24576000,
279 45158400, 282 45158400,
283 67737600,
284 90316800,
285 135475200,
280}; 286};
281 287
282static int arizona_set_opclk(struct snd_soc_codec *codec, unsigned int clk, 288static int arizona_set_opclk(struct snd_soc_codec *codec, unsigned int clk,