OPE support on Tegra210 and later
authorMark Brown <broonie@kernel.org>
Tue, 7 Jun 2022 10:52:10 +0000 (11:52 +0100)
committerMark Brown <broonie@kernel.org>
Tue, 7 Jun 2022 10:52:10 +0000 (11:52 +0100)
commited05d691b921bff37e2397f7a41507b858950020
tree36fbb680de8e501e072b8c8b659d819587501b1e
parent9f2d5e1e5d64bd595fb724814eb58b8f5c0c97e9
parent7ee0910d03168535ffeea2f4ce924eebb3b24863
OPE support on Tegra210 and later

Merge series from Sameer Pujar <spujar@nvidia.com>:

This series adds support for Output Prcoessing Module (OPE) module on
Tegra210 and later generations of SoCs. OPE is a client of AHUB and
it has sub blocks of PEQ (Parametric Equalizer) and MBDRC (Multi Band
Dynamic Range Compressor) for data processing.

An ASoC component is registered for OPE, which includes PEQ and MBDRC
functions as well. This can be plugged in audio path using ALSA mixer
controls. The series adds necessary binding documentaion, driver and
DT binding patches to enable OPE module on Jetson platforms.