From patchwork Mon Jun 24 00:15:26 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Hui Wang X-Patchwork-Id: 1120940 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=none (mailfrom) smtp.mailfrom=lists.ubuntu.com (client-ip=91.189.94.19; helo=huckleberry.canonical.com; envelope-from=kernel-team-bounces@lists.ubuntu.com; receiver=) Authentication-Results: ozlabs.org; dmarc=fail (p=none dis=none) header.from=canonical.com Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 45X8w13cdgz9sBr; Mon, 24 Jun 2019 10:15:59 +1000 (AEST) Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com) by huckleberry.canonical.com with esmtp (Exim 4.86_2) (envelope-from ) id 1hfCeE-0005wH-GQ; Mon, 24 Jun 2019 00:15:50 +0000 Received: from youngberry.canonical.com ([91.189.89.112]) by huckleberry.canonical.com with esmtps (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:128) (Exim 4.86_2) (envelope-from ) id 1hfCeB-0005w5-VV for kernel-team@lists.ubuntu.com; Mon, 24 Jun 2019 00:15:47 +0000 Received: from [125.34.49.159] (helo=localhost.localdomain) by youngberry.canonical.com with esmtpsa (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.76) (envelope-from ) id 1hfCeA-0005zU-Rb for kernel-team@lists.ubuntu.com; Mon, 24 Jun 2019 00:15:47 +0000 From: Hui Wang To: kernel-team@lists.ubuntu.com Subject: [SRU][oem-b-osp1][PULL] sof driver update: update the sof driver to intel pv-update Date: Mon, 24 Jun 2019 08:15:26 +0800 Message-Id: <20190624001526.7816-1-hui.wang@canonical.com> X-Mailer: git-send-email 2.17.1 X-BeenThere: kernel-team@lists.ubuntu.com X-Mailman-Version: 2.1.20 Precedence: list List-Id: Kernel team discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: kernel-team-bounces@lists.ubuntu.com Sender: "kernel-team" BugLink: https://bugs.launchpad.net/bugs/1826181 Last week, Intel provided 10 new patches for sof driver, they called it to be pv-update release, these patches can improve runtime PM capability for sof driver. And that is needed for our OEM project. [Impact] Our OEM project need to enable a couple of laptops which connect the dmic directly to the PCH, there is no driver for this design in the linux kernel, so we need to integrate Intel's sof driver. [Fix] Intel provided a sof driver tree based on v5.0, it is for oem-d kernel [Test Case] Intel tested the audio functions, the testing result is good. I also made a simple test, speaker, headphone, dmic and headset-mic worked. [Regression Risk] Low. So far both Intel side and I have not found any regression introduced by this patchset, and to lower the risk, we only integrate the driver to oem-d kernel, and after the image is ready, the oem project will perform the full-range test. The following changes since commit 9e255c68239d25f02eae7aee6479d34ac547db45: UBUNTU: Ubuntu-oem-osp1-5.0.0-1011.12 (2019-06-20 09:56:34 +0300) are available in the Git repository at: https://github.com/jason77-wang/oem.git pv-update for you to fetch changes up to 5d049c4616e91272916b4fe9a341cae3d7089122: ASoC: codec: hdac_hdmi: fix pin connections at cvt enable (2019-06-24 08:02:50 +0800) ---------------------------------------------------------------- Bard Liao (2): Revert "ASoC: SOF: Intel: hda: switch to use legacy IRQ mode" ASoC: SOF: dont wake dsp up in kcontrol IO Kai Vehmanen (5): ASoC: SOF: Intel: fix warning for unused variable in non-HDA builds ASoC: hdac_hdmi: report codec link up/down status to bus ASoC: SOF: add runtime idle callback ASoC: SOF: Intel: implement runtime idle for CNL/APL ASoC: codec: hdac_hdmi: fix pin connections at cvt enable Rander Wang (2): ASoC: SOF: Intel: hda: reduce ifdef usage for hda ASoC: SOF: Intel: hda: Enable jack detection in sof hda driver Ranjani Sridharan (1): ASoC: SOF: Intel: hda: modify stream interrupt handler sound/soc/codecs/hdac_hdmi.c | 33 ++++++++++++++++++++ sound/soc/sof/control.c | 270 +++++++++++++++++++++++-------------------------------------------------------------------------------------------------------------------------------------------- sound/soc/sof/intel/apl.c | 1 + sound/soc/sof/intel/cnl.c | 1 + sound/soc/sof/intel/hda-codec.c | 45 ++++++++++++++++++++++++++-- sound/soc/sof/intel/hda-dsp.c | 64 ++++++++++++++++++++++++++++----------- sound/soc/sof/intel/hda-stream.c | 79 +++++++++++++++++++++++++++++++----------------- sound/soc/sof/intel/hda.c | 31 ++++++++++++------- sound/soc/sof/intel/hda.h | 5 ++++ sound/soc/sof/ops.h | 8 +++++ sound/soc/sof/pm.c | 8 +++++ sound/soc/sof/sof-acpi-dev.c | 2 +- sound/soc/sof/sof-pci-dev.c | 2 +- sound/soc/sof/sof-priv.h | 2 ++ sound/soc/sof/topology.c | 48 +++++++++++++++++++++++++++++ 15 files changed, 307 insertions(+), 292 deletions(-)