projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
78f2d58
)
ASoC: tlv320aic32x4: Allow 192000 Sample Rate
author
Annaliese McDermond
<nh6z@nh6z.net>
Fri, 22 Mar 2019 00:58:54 +0000
(17:58 -0700)
committer
Mark Brown
<broonie@kernel.org>
Mon, 25 Mar 2019 15:55:22 +0000
(15:55 +0000)
The clocking and processing blocks are now properly set up to
support 192000 sample rates. Allow drivers to ask for that.
Signed-off-by: Annaliese McDermond <nh6z@nh6z.net>
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/codecs/tlv320aic32x4.c
patch
|
blob
|
history
diff --git
a/sound/soc/codecs/tlv320aic32x4.c
b/sound/soc/codecs/tlv320aic32x4.c
index a5457d3de1b179b30a970597e1f07782284a3319..75443efeda69e0294fdf505c1fc212a78be1bdb5 100644
(file)
--- a/
sound/soc/codecs/tlv320aic32x4.c
+++ b/
sound/soc/codecs/tlv320aic32x4.c
@@
-857,7
+857,7
@@
static int aic32x4_set_bias_level(struct snd_soc_component *component,
return 0;
}
-#define AIC32X4_RATES SNDRV_PCM_RATE_8000_
96
000
+#define AIC32X4_RATES SNDRV_PCM_RATE_8000_
192
000
#define AIC32X4_FORMATS (SNDRV_PCM_FMTBIT_S16_LE | SNDRV_PCM_FMTBIT_S20_3LE \
| SNDRV_PCM_FMTBIT_S24_3LE | SNDRV_PCM_FMTBIT_S32_LE)