diff mbox

[1/2] hda-emu: Fix hda_i915 build failure

Message ID 1441616330-6635-1-git-send-email-david.henningsson@canonical.com (mailing list archive)
State New, archived
Headers show

Commit Message

David Henningsson Sept. 7, 2015, 8:58 a.m. UTC
This allows building hda-emu even after recent i915 -> hda patches.

Signed-off-by: David Henningsson <david.henningsson@canonical.com>
---
 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

Comments

Takashi Iwai Sept. 7, 2015, 9:31 a.m. UTC | #1
On Mon, 07 Sep 2015 10:58:49 +0200,
David Henningsson wrote:
> 
> This allows building hda-emu even after recent i915 -> hda patches.
> 
> Signed-off-by: David Henningsson <david.henningsson@canonical.com>

Applied both patches.  Thanks.


Takashi

> ---
>  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"
> -- 
> 1.9.1
>
diff mbox

Patch

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"