On Fri, Jul 10, 2020 at 07:34:59PM +0200, Sylwester Nawrocki wrote: > From: Simon Shields <simon@xxxxxxxxxxxxx> > > This patch adds support for voice and BT calls, along with standard > audio output via the speaker, earpiece, headphone jack, HDMI, and > any accessories compatible with Midas boards. This patch also supports > headphone/headset detection and headsets with inline buttons. > > Signed-off-by: Simon Shields <simon@xxxxxxxxxxxxx> > [m.szyprowski: adaptation to v5.1+ kernels (DAI links initialization)] > Signed-off-by: Marek Szyprowski <m.szyprowski@xxxxxxxxxxx> > [s.nawrocki: removal of the clk API calls for CODEC MCLK, the jack data > structure moved to struct midas_priv, coding style and typo fixes, > conversion to new cpu/codec/dai-node binding] > Signed-off-by: Sylwester Nawrocki <s.nawrocki@xxxxxxxxxxx> > --- > sound/soc/samsung/Kconfig | 8 + > sound/soc/samsung/Makefile | 2 + > sound/soc/samsung/midas_wm1811.c | 543 +++++++++++++++++++++++++++++++++++++++ > 3 files changed, 553 insertions(+) > create mode 100644 sound/soc/samsung/midas_wm1811.c Acked-by: Krzysztof Kozlowski <krzk@xxxxxxxxxx> Best regards, Krzysztof