Merge tag 'mac80211-for-davem-2016-01-26' of git://git.kernel.org/pub/scm/linux/kerne...
[linux-2.6-microblaze.git] / sound / soc / rockchip / rockchip_rt5645.c
index 68c62e4..440a802 100644 (file)
@@ -79,11 +79,17 @@ static int rk_aif1_hw_params(struct snd_pcm_substream *substream,
        switch (params_rate(params)) {
        case 8000:
        case 16000:
+       case 24000:
+       case 32000:
        case 48000:
+       case 64000:
        case 96000:
                mclk = 12288000;
                break;
+       case 11025:
+       case 22050:
        case 44100:
+       case 88200:
                mclk = 11289600;
                break;
        default: