[alsa-devel] [PATCH 1/2] hda-emu: Fix hda_i915 build failure
Takashi Iwai
tiwai at suse.de
Mon Sep 7 11:31:36 CEST 2015
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 at 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
>
More information about the Alsa-devel
mailing list