From patchwork Mon Sep 7 08:58:49 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: David Henningsson X-Patchwork-Id: 7133311 Return-Path: X-Original-To: patchwork-alsa-devel@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork1.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.29.136]) by patchwork1.web.kernel.org (Postfix) with ESMTP id 0B82D9F314 for ; Mon, 7 Sep 2015 08:59:10 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 0E85E206DC for ; Mon, 7 Sep 2015 08:59:09 +0000 (UTC) Received: from alsa0.perex.cz (alsa0.perex.cz [77.48.224.243]) by mail.kernel.org (Postfix) with ESMTP id DE868206D4 for ; Mon, 7 Sep 2015 08:59:07 +0000 (UTC) Received: by alsa0.perex.cz (Postfix, from userid 1000) id 22B31261AA3; Mon, 7 Sep 2015 10:59:06 +0200 (CEST) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.kernel.org X-Spam-Level: X-Spam-Status: No, score=-2.6 required=5.0 tests=BAYES_00, RCVD_IN_DNSWL_LOW, UNPARSEABLE_RELAY autolearn=unavailable version=3.3.1 Received: from alsa0.perex.cz (localhost [IPv6:::1]) by alsa0.perex.cz (Postfix) with ESMTP id 2021E26163C; Mon, 7 Sep 2015 10:59:03 +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 DF33326168C; Mon, 7 Sep 2015 10:59:02 +0200 (CEST) Received: from youngberry.canonical.com (youngberry.canonical.com [91.189.89.112]) by alsa0.perex.cz (Postfix) with ESMTP id E08BC26062B for ; Mon, 7 Sep 2015 10:58:55 +0200 (CEST) Received: from 1.general.diwic.uk.vpn ([10.172.196.28] helo=localhost.localdomain) by youngberry.canonical.com with esmtpsa (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.76) (envelope-from ) id 1ZYsGM-0000ct-Ua; Mon, 07 Sep 2015 08:58:55 +0000 From: David Henningsson To: tiwai@suse.de Date: Mon, 7 Sep 2015 10:58:49 +0200 Message-Id: <1441616330-6635-1-git-send-email-david.henningsson@canonical.com> X-Mailer: git-send-email 1.9.1 Cc: alsa-devel@alsa-project.org, David Henningsson Subject: [alsa-devel] [PATCH 1/2] hda-emu: Fix hda_i915 build failure 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 This allows building hda-emu even after recent i915 -> hda patches. Signed-off-by: David Henningsson --- include/drm/i915_component.h | 1 + include/sound/hda_i915.h | 1 + 2 files changed, 2 insertions(+) create mode 100644 include/sound/hda_i915.h diff --git a/include/drm/i915_component.h b/include/drm/i915_component.h index e69de29..545c915 100644 --- a/include/drm/i915_component.h +++ b/include/drm/i915_component.h @@ -0,0 +1 @@ +#include "../../dist/include/drm/i915_component.h" diff --git a/include/sound/hda_i915.h b/include/sound/hda_i915.h new file mode 100644 index 0000000..1579430 --- /dev/null +++ b/include/sound/hda_i915.h @@ -0,0 +1 @@ +#include "../../dist/include/sound/hda_i915.h"