max98090: don't advertise 24bit. Patch by OverSun

Change-Id: I70724f68b01df86ae404dc66e6e52a6e2557d0fd
This commit is contained in:
Mauro Ribeiro
2015-01-10 15:17:12 -02:00
parent 1c77f9c541
commit cfcfce733c
2 changed files with 2 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
VERSION = 3
PATCHLEVEL = 8
SUBLEVEL = 13
EXTRAVERSION = .28
EXTRAVERSION = .29
NAME = Remoralised Urchins Update
# *DOCUMENTATION*

View File

@@ -2142,7 +2142,7 @@ int max98090_mic_detect(struct snd_soc_codec *codec,
EXPORT_SYMBOL_GPL(max98090_mic_detect);
#define MAX98090_RATES SNDRV_PCM_RATE_8000_96000
#define MAX98090_FORMATS (SNDRV_PCM_FMTBIT_S16_LE | SNDRV_PCM_FMTBIT_S24_LE)
#define MAX98090_FORMATS (SNDRV_PCM_FMTBIT_S16_LE)
static struct snd_soc_dai_ops max98090_dai_ops = {
.set_sysclk = max98090_dai_set_sysclk,