From patchwork Mon Dec 9 08:45:02 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Hui Wang X-Patchwork-Id: 1206023 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=none (no SPF record) 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 47WcHH38SCz9sP6; Mon, 9 Dec 2019 19:46:19 +1100 (AEDT) Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com) by huckleberry.canonical.com with esmtp (Exim 4.86_2) (envelope-from ) id 1ieEgF-0006y2-DH; Mon, 09 Dec 2019 08:46:11 +0000 Received: from youngberry.canonical.com ([91.189.89.112]) by huckleberry.canonical.com with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.86_2) (envelope-from ) id 1ieEg9-0006sW-02 for kernel-team@lists.ubuntu.com; Mon, 09 Dec 2019 08:46:04 +0000 Received: from 61-220-137-34.hinet-ip.hinet.net ([61.220.137.34] helo=localhost.localdomain) by youngberry.canonical.com with esmtpsa (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.86_2) (envelope-from ) id 1ieEg8-0006NM-4L for kernel-team@lists.ubuntu.com; Mon, 09 Dec 2019 08:46:04 +0000 From: Hui Wang To: kernel-team@lists.ubuntu.com Subject: [SRU][OEM-OSP1][PATCH 7/7] UBUNTU: [config]: SND_SOC_SOF_HDA_COMMON_HDMI_CODEC=y Date: Mon, 9 Dec 2019 16:45:02 +0800 Message-Id: <20191209084524.5499-8-hui.wang@canonical.com> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20191209084524.5499-1-hui.wang@canonical.com> References: <20191209084524.5499-1-hui.wang@canonical.com> 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/1855666 Signed-off-by: Hui Wang --- debian.oem-osp1/config/annotations | 2 ++ debian.oem-osp1/config/config.common.ubuntu | 1 + 2 files changed, 3 insertions(+) diff --git a/debian.oem-osp1/config/annotations b/debian.oem-osp1/config/annotations index afe87bb747da..f1a45643e502 100644 --- a/debian.oem-osp1/config/annotations +++ b/debian.oem-osp1/config/annotations @@ -7455,6 +7455,8 @@ CONFIG_SND_SIMPLE_CARD policy<{'amd64': 'm', 'arm64': ' CONFIG_SND_SIMPLE_SCU_CARD policy<{'arm64': 'm', 'armhf': 'm', 'ppc64el': 'm'}> CONFIG_SND_AUDIO_GRAPH_CARD policy<{'arm64': 'm', 'armhf': 'm', 'ppc64el': 'm'}> CONFIG_SND_AUDIO_GRAPH_SCU_CARD policy<{'arm64': 'm', 'armhf': 'm', 'ppc64el': 'm'}> +CONFIG_SND_SOC_SOF_HDA_COMMON_HDMI_CODEC mark note +CONFIG_SND_SOC_SOF_HDA_COMMON_HDMI_CODEC policy<{'amd64': 'y', 'i386': 'y'}> # CONFIG_SND_SOC note diff --git a/debian.oem-osp1/config/config.common.ubuntu b/debian.oem-osp1/config/config.common.ubuntu index 9c13d099fe31..18edb714030c 100644 --- a/debian.oem-osp1/config/config.common.ubuntu +++ b/debian.oem-osp1/config/config.common.ubuntu @@ -6902,6 +6902,7 @@ CONFIG_SND_SOC_SOF_HASWELL_SUPPORT=y CONFIG_SND_SOC_SOF_HDA=m CONFIG_SND_SOC_SOF_HDA_AUDIO_CODEC=y CONFIG_SND_SOC_SOF_HDA_COMMON=m +CONFIG_SND_SOC_SOF_HDA_COMMON_HDMI_CODEC=y CONFIG_SND_SOC_SOF_HDA_LINK=y CONFIG_SND_SOC_SOF_HDA_LINK_BASELINE=m CONFIG_SND_SOC_SOF_ICELAKE=m