All of lore.kernel.org
 help / color / mirror / Atom feed
* [igt-dev] [PATCH i-g-t] lib/igt: fix igt_audio include
@ 2019-05-28 13:47 Simon Ser
  2019-05-28 13:52 ` C, Ramalingam
  2019-05-28 14:32 ` [igt-dev] ✗ Fi.CI.BAT: failure for " Patchwork
  0 siblings, 2 replies; 3+ messages in thread
From: Simon Ser @ 2019-05-28 13:47 UTC (permalink / raw)
  To: igt-dev; +Cc: martin.peres

igt_audio includes a libasound header. We should guard it behind
HAVE_CHAMELIUM.

Signed-off-by: Simon Ser <simon.ser@intel.com>
---
 lib/igt.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/igt.h b/lib/igt.h
index 82cdd57a4deb..a6c4e44d2172 100644
--- a/lib/igt.h
+++ b/lib/igt.h
@@ -35,13 +35,13 @@
 #include "igt_dummyload.h"
 #include "igt_fb.h"
 #include "igt_frame.h"
-#include "igt_audio.h"
 #include "igt_gt.h"
 #include "igt_kms.h"
 #include "igt_pm.h"
 #include "igt_stats.h"
 #ifdef HAVE_CHAMELIUM
 #include "igt_alsa.h"
+#include "igt_audio.h"
 #include "igt_chamelium.h"
 #include "igt_chamelium_stream.h"
 #endif
--
2.21.0

_______________________________________________
igt-dev mailing list
igt-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/igt-dev

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [igt-dev] [PATCH i-g-t] lib/igt: fix igt_audio include
  2019-05-28 13:47 [igt-dev] [PATCH i-g-t] lib/igt: fix igt_audio include Simon Ser
@ 2019-05-28 13:52 ` C, Ramalingam
  2019-05-28 14:32 ` [igt-dev] ✗ Fi.CI.BAT: failure for " Patchwork
  1 sibling, 0 replies; 3+ messages in thread
From: C, Ramalingam @ 2019-05-28 13:52 UTC (permalink / raw)
  To: Ser, Simon, igt-dev; +Cc: Peres, Martin

> -----Original Message-----
> From: Ser, Simon
> Sent: Tuesday, May 28, 2019 7:17 PM
> To: igt-dev@lists.freedesktop.org
> Cc: Hiler, Arkadiusz <arkadiusz.hiler@intel.com>; Peres, Martin
> <martin.peres@intel.com>; C, Ramalingam <ramalingam.c@intel.com>
> Subject: [PATCH i-g-t] lib/igt: fix igt_audio include
> 
> igt_audio includes a libasound header. We should guard it behind
> HAVE_CHAMELIUM.
> 
> Signed-off-by: Simon Ser <simon.ser@intel.com>
Reviewed-by: Ramalingam C <ramalingam.c@intel.com>

-Ram.
> ---
>  lib/igt.h | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/lib/igt.h b/lib/igt.h
> index 82cdd57a4deb..a6c4e44d2172 100644
> --- a/lib/igt.h
> +++ b/lib/igt.h
> @@ -35,13 +35,13 @@
>  #include "igt_dummyload.h"
>  #include "igt_fb.h"
>  #include "igt_frame.h"
> -#include "igt_audio.h"
>  #include "igt_gt.h"
>  #include "igt_kms.h"
>  #include "igt_pm.h"
>  #include "igt_stats.h"
>  #ifdef HAVE_CHAMELIUM
>  #include "igt_alsa.h"
> +#include "igt_audio.h"
>  #include "igt_chamelium.h"
>  #include "igt_chamelium_stream.h"
>  #endif
> --
> 2.21.0

_______________________________________________
igt-dev mailing list
igt-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/igt-dev

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [igt-dev] ✗ Fi.CI.BAT: failure for lib/igt: fix igt_audio include
  2019-05-28 13:47 [igt-dev] [PATCH i-g-t] lib/igt: fix igt_audio include Simon Ser
  2019-05-28 13:52 ` C, Ramalingam
@ 2019-05-28 14:32 ` Patchwork
  1 sibling, 0 replies; 3+ messages in thread
From: Patchwork @ 2019-05-28 14:32 UTC (permalink / raw)
  To: Simon Ser; +Cc: igt-dev

== Series Details ==

Series: lib/igt: fix igt_audio include
URL   : https://patchwork.freedesktop.org/series/61245/
State : failure

== Summary ==

Series 61245 revision 1 was fully merged or fully failed: no git log

_______________________________________________
igt-dev mailing list
igt-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/igt-dev

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2019-05-28 14:32 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-05-28 13:47 [igt-dev] [PATCH i-g-t] lib/igt: fix igt_audio include Simon Ser
2019-05-28 13:52 ` C, Ramalingam
2019-05-28 14:32 ` [igt-dev] ✗ Fi.CI.BAT: failure for " Patchwork

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.