]> www.infradead.org Git - users/jedix/linux-maple.git/commit
Support Tegra I2S client format conversion
authorMark Brown <broonie@kernel.org>
Wed, 29 May 2024 13:59:36 +0000 (14:59 +0100)
committerMark Brown <broonie@kernel.org>
Wed, 29 May 2024 13:59:36 +0000 (14:59 +0100)
commitd8b3a77bead11711a66d54554e20e8c7d549cd08
tree94d9695e420e1b2e2c7465e5c08ef298d429aed5
parente46e55b8142c2b02972e4a73753fa330a4541315
parent2502f8dd8c30edbca9253d5999294f58211039b1
Support Tegra I2S client format conversion

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

The AHUB HW modules are interconnected with CIF which are capable of
supporting Channel and Sample bit format conversion. Due to this, the
I2S Client can have different Channel and Sample bit from the hw_params()
and this config is passed from CIF port of I2S DT node which can help to
perform this conversion.

- First change to split simple_fixup_sample_fmt to support returning
  sample format value
- Second patch to support Tegra I2S client channel and sample format
  programming based on CIF port from DT node.