From patchwork Thu Jul 27 02:54:00 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Kevin Cheng X-Patchwork-Id: 9866237 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork.web.codeaurora.org (Postfix) with ESMTP id 9B92860382 for ; Thu, 27 Jul 2017 03:04:26 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 8F04328779 for ; Thu, 27 Jul 2017 03:04:26 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 8362028780; Thu, 27 Jul 2017 03:04:26 +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=-1.9 required=2.0 tests=BAYES_00, 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 0540728779 for ; Thu, 27 Jul 2017 03:04:25 +0000 (UTC) Received: from alsa0.perex.cz (localhost [127.0.0.1]) by alsa0.perex.cz (Postfix) with ESMTP id BB6372675A2; Thu, 27 Jul 2017 04:53:21 +0200 (CEST) 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 188DA267587; Thu, 27 Jul 2017 04:53:18 +0200 (CEST) Received: from mga06.intel.com (mga06.intel.com [134.134.136.31]) by alsa0.perex.cz (Postfix) with ESMTP id 15EAC266AF9 for ; Thu, 27 Jul 2017 04:53:15 +0200 (CEST) Received: from orsmga005.jf.intel.com ([10.7.209.41]) by orsmga104.jf.intel.com with ESMTP; 26 Jul 2017 19:53:15 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.40,417,1496127600"; d="scan'208";a="129963135" Received: from kevinche-bm6875-bm6675-bp6375.itwn.intel.com ([10.5.232.32]) by orsmga005.jf.intel.com with ESMTP; 26 Jul 2017 19:53:14 -0700 From: Kevin Cheng To: alsa-devel@alsa-project.org, vinod.koul@intel.com Date: Thu, 27 Jul 2017 10:54:00 +0800 Message-Id: <20170727025400.6426-3-kevin.cheng@intel.com> X-Mailer: git-send-email 2.12.2 In-Reply-To: <20170727025400.6426-1-kevin.cheng@intel.com> References: <20170727025400.6426-1-kevin.cheng@intel.com> Cc: kevin.cheng@intel.com Subject: [alsa-devel] [PATCH v2 2/2] ASoC: Intel: Add Kabylake RT5663 machine driver entry 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 Adds Kabylake rt5663 machine driver entry into machine table Signed-off-by: Kevin Cheng --- sound/soc/intel/skylake/skl.c | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/sound/soc/intel/skylake/skl.c b/sound/soc/intel/skylake/skl.c index 334917ee41cf..01a2dd6518a4 100644 --- a/sound/soc/intel/skylake/skl.c +++ b/sound/soc/intel/skylake/skl.c @@ -981,6 +981,11 @@ static struct sst_acpi_mach sst_kbl_devdata[] = { .quirk_data = &kbl_poppy_codecs, .pdata = &skl_dmic_data }, + { + .id = "10EC5663", + .drv_name = "kbl_rt5663", + .fw_filename = "intel/dsp_fw_kbl.bin", + }, {} };