]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - sound/soc/codecs/wm8962.c
ENGR00273838-9 ASoC: WM8962: Remove 64KHz sample rate support
[karo-tx-linux.git] / sound / soc / codecs / wm8962.c
index ca2fda9d72be57ca614b1c5ce877eb24dc54f05d..f8e707c924c70afbfde6d089671893348b1d8834 100644 (file)
@@ -2947,7 +2947,8 @@ static int wm8962_mute(struct snd_soc_dai *dai, int mute)
                                   WM8962_DAC_MUTE, val);
 }
 
-#define WM8962_RATES SNDRV_PCM_RATE_8000_96000
+#define WM8962_RATES (SNDRV_PCM_RATE_8000_48000 |\
+                       SNDRV_PCM_RATE_88200 | SNDRV_PCM_RATE_96000)
 
 #define WM8962_FORMATS (SNDRV_PCM_FMTBIT_S16_LE | SNDRV_PCM_FMTBIT_S20_3LE |\
                        SNDRV_PCM_FMTBIT_S24_LE | SNDRV_PCM_FMTBIT_S32_LE)