From: Mark Brown Date: Wed, 26 Sep 2012 16:50:02 +0000 (+0100) Subject: ASoC: arizona: Add more clock rates X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=aeaeee1a1f054610299e614749d2c5a31cec3c8d;p=linux-beck.git ASoC: arizona: Add more clock rates Some devices support additional clock rates. Signed-off-by: Mark Brown --- diff --git a/sound/soc/codecs/arizona.c b/sound/soc/codecs/arizona.c index 5764960087bc..c03b65af3059 100644 --- a/sound/soc/codecs/arizona.c +++ b/sound/soc/codecs/arizona.c @@ -270,6 +270,9 @@ static unsigned int arizona_sysclk_48k_rates[] = { 12288000, 22579200, 49152000, + 73728000, + 98304000, + 147456000, }; static unsigned int arizona_sysclk_44k1_rates[] = { @@ -277,6 +280,9 @@ static unsigned int arizona_sysclk_44k1_rates[] = { 11289600, 24576000, 45158400, + 67737600, + 90316800, + 135475200, }; static int arizona_set_opclk(struct snd_soc_codec *codec, unsigned int clk,