ASoC: tlv320adc3xxx: Add IIR filter configuration
authorRicard Wanderlof <ricardw@axis.com>
Thu, 10 Feb 2022 17:07:36 +0000 (18:07 +0100)
committerMark Brown <broonie@kernel.org>
Thu, 10 Feb 2022 19:48:57 +0000 (19:48 +0000)
commit9193bc0558d1812343039b510797b669f054efc5
tree7138d793d1692876c2011115f6bf266000bee3b0
parent54f5bae0b75843c0ee6a3948e6b81698bfe69800
ASoC: tlv320adc3xxx: Add IIR filter configuration

The TLV320ADC3001/3101 have an internal DSP, which can either be
used in various preset configurations (called "Processing Blocks"
in the data sheet), or as a freely programmable (using the
"PurePath Studio" graphical programming tool from TI) but rather
small DSP ("miniDSP").

Using the default configuration (PRB_R1) it's possible to set up
filtering using a first-order IIR, which can be useful for adding
a digital high pass filter to the signal chain, for instance.

This patch adds support for configuring the IIR filter coefficients.
The filter itself is always enabled; the default coefficients
implement a pass-through function.

Signed-off-by: Ricard Wanderlof <ricardw@axis.com>
Link: https://lore.kernel.org/r/alpine.DEB.2.21.2202101805360.7068@lnxricardw1.se.axis.com
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/codecs/tlv320adc3xxx.c