Hi, This patch introduces the framer codec support. The patch was previously sent as part of a full feature series and was previously reviewed in that context: "Add support for QMC HDLC, framer infrastructure and PEF2256 framer" [1] In order to ease the merge, the full feature series has been split and needed parts were merged in v6.8-rc1: - "Prepare the PowerQUICC QMC and TSA for the HDLC QMC driver" [2] - "Add support for framer infrastructure and PEF2256 framer" [3] The part related to QMC HDLC was sent upstream recently and is under review [4]. This patch is the last one of the full feature series that was not merged nor re-sent recently. Best regards, Hervé [1]: https://lore.kernel.org/linux-kernel/20231115144007.478111-1-herve.codina@xxxxxxxxxxx/ [2]: https://lore.kernel.org/linux-kernel/20231205152116.122512-1-herve.codina@xxxxxxxxxxx/ [3]: https://lore.kernel.org/linux-kernel/20231128132534.258459-1-herve.codina@xxxxxxxxxxx/ [4]: https://lore.kernel.org/linux-kernel/20240123164912.249540-1-herve.codina@xxxxxxxxxxx/ Patch extracted: - Patch 1 : full feature series patch 26 Herve Codina (1): ASoC: codecs: Add support for the framer codec sound/soc/codecs/Kconfig | 15 ++ sound/soc/codecs/Makefile | 2 + sound/soc/codecs/framer-codec.c | 413 ++++++++++++++++++++++++++++++++ 3 files changed, 430 insertions(+) create mode 100644 sound/soc/codecs/framer-codec.c -- 2.43.0