From patchwork Sat Dec 1 00:54:35 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Pierre-Louis Bossart X-Patchwork-Id: 10707507 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id BBE5916B1 for ; Sat, 1 Dec 2018 00:55:05 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id A7EFA2F975 for ; Sat, 1 Dec 2018 00:55:05 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 9627B2FA02; Sat, 1 Dec 2018 00:55:05 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-2.9 required=2.0 tests=BAYES_00,MAILING_LIST_MULTI, RCVD_IN_DNSWL_NONE autolearn=ham version=3.3.1 Received: from alsa0.perex.cz (alsa0.perex.cz [77.48.224.243]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id DF0522F975 for ; Sat, 1 Dec 2018 00:55:04 +0000 (UTC) Received: from alsa0.perex.cz (localhost [127.0.0.1]) by alsa0.perex.cz (Postfix) with ESMTP id E0B4D267BA2; Sat, 1 Dec 2018 01:55:02 +0100 (CET) X-Original-To: alsa-devel@alsa-project.org Delivered-To: alsa-devel@alsa-project.org Received: by alsa0.perex.cz (Postfix, from userid 1000) id 1AFB6267B9E; Sat, 1 Dec 2018 01:55:00 +0100 (CET) Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by alsa0.perex.cz (Postfix) with ESMTP id 07C7F267B9E for ; Sat, 1 Dec 2018 01:54:56 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by orsmga103.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 30 Nov 2018 16:54:54 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.56,300,1539673200"; d="scan'208";a="109852113" Received: from hmakkapx-mobl1.gar.corp.intel.com (HELO pbossart-mobl3.intel.com) ([10.254.188.130]) by FMSMGA003.fm.intel.com with ESMTP; 30 Nov 2018 16:54:53 -0800 From: Pierre-Louis Bossart To: alsa-devel@alsa-project.org Date: Fri, 30 Nov 2018 18:54:35 -0600 Message-Id: <20181201005437.5198-1-pierre-louis.bossart@linux.intel.com> X-Mailer: git-send-email 2.17.1 Cc: tiwai@suse.de, broonie@kernel.org, Pierre-Louis Bossart Subject: [alsa-devel] [PATCH 0/2] SOF dependencies X-BeenThere: alsa-devel@alsa-project.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Alsa-devel mailing list for ALSA developers - http://www.alsa-project.org" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: alsa-devel-bounces@alsa-project.org Sender: alsa-devel-bounces@alsa-project.org X-Virus-Scanned: ClamAV using ClamSMTP Two minor patches that are needed to build the rest of the SOF patches which I will post next week after the last round of internal reviews. Submitting them first. Keyon Jie (1): ALSA: HDA: export process_unsol_events() Pierre-Louis Bossart (1): ASoC: Intel: common: add ACPI matching tables for ICL include/sound/hdaudio.h | 1 + include/sound/soc-acpi-intel-match.h | 1 + sound/hda/hdac_bus.c | 7 ++-- sound/soc/intel/common/Makefile | 2 +- .../intel/common/soc-acpi-intel-icl-match.c | 32 +++++++++++++++++++ 5 files changed, 38 insertions(+), 5 deletions(-) create mode 100644 sound/soc/intel/common/soc-acpi-intel-icl-match.c