From: Mark Brown Date: Tue, 16 Sep 2025 21:42:21 +0000 (+0100) Subject: Add PM4125 audio codec driver X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=c99642913d4c4ab9e8ac73d0241e7b5e3e14fd05;p=users%2Fhch%2Fmisc.git Add PM4125 audio codec driver Merge series from Alexey Klimov : PMICs like PM4125 have in-built audio codec IC. The series here adds support for this codec driver: DT bindings and codec driver itself that consists mainly of two parts: soundwire devices and codec part itself. This audio codec can be found on platforms like QCM2290 and on Qualcomm QRB2210 RB1 board. We are working on this together with Srini (srinivas.kandagatla@oss.qualcomm.com or srini@kernel.org). This driver also has a bit limited support for concurrent playback, since line out path is connected to left input channel. --- c99642913d4c4ab9e8ac73d0241e7b5e3e14fd05