mirror of
https://github.com/hardkernel/linux.git
synced 2026-03-24 19:40:21 +09:00
max98090: don't advertise 24bit. Patch by OverSun
Change-Id: I70724f68b01df86ae404dc66e6e52a6e2557d0fd
This commit is contained in:
2
Makefile
2
Makefile
@@ -1,7 +1,7 @@
|
||||
VERSION = 3
|
||||
PATCHLEVEL = 8
|
||||
SUBLEVEL = 13
|
||||
EXTRAVERSION = .28
|
||||
EXTRAVERSION = .29
|
||||
NAME = Remoralised Urchins Update
|
||||
|
||||
# *DOCUMENTATION*
|
||||
|
||||
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user