[alsa-devel] [PATCH 1/2] hda-emu: Fix hda_i915 build failure
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
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"
Signed-off-by: David Henningsson david.henningsson@canonical.com --- .gitignore | 2 ++ 1 file changed, 2 insertions(+)
diff --git a/.gitignore b/.gitignore index a487bd5..763df25 100644 --- a/.gitignore +++ b/.gitignore @@ -26,3 +26,5 @@ ltmain.sh missing kernel/misc_wrapper.c kernel/init_hooks.h +dist +compile
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
participants (2)
-
David Henningsson
-
Takashi Iwai