• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 /* Generated by ./xlat/gen.sh from ./xlat/v4l2_tuner_rxsubchanses.in; do not edit. */
2 
3 #include "gcc_compat.h"
4 #include "static_assert.h"
5 
6 
7 #ifndef XLAT_MACROS_ONLY
8 
9 # ifdef IN_MPERS
10 
11 extern const struct xlat v4l2_tuner_rxsubchanses[];
12 
13 # else
14 
15 #  if !(defined HAVE_M32_MPERS || defined HAVE_MX32_MPERS)
16 static
17 #  endif
18 const struct xlat v4l2_tuner_rxsubchanses[] = {
19 #if defined(V4L2_TUNER_SUB_MONO) || (defined(HAVE_DECL_V4L2_TUNER_SUB_MONO) && HAVE_DECL_V4L2_TUNER_SUB_MONO)
20   XLAT(V4L2_TUNER_SUB_MONO),
21 #endif
22 #if defined(V4L2_TUNER_SUB_STEREO) || (defined(HAVE_DECL_V4L2_TUNER_SUB_STEREO) && HAVE_DECL_V4L2_TUNER_SUB_STEREO)
23   XLAT(V4L2_TUNER_SUB_STEREO),
24 #endif
25 #if defined(V4L2_TUNER_SUB_LANG2) || (defined(HAVE_DECL_V4L2_TUNER_SUB_LANG2) && HAVE_DECL_V4L2_TUNER_SUB_LANG2)
26   XLAT(V4L2_TUNER_SUB_LANG2),
27 #endif
28 #if defined(V4L2_TUNER_SUB_SAP) || (defined(HAVE_DECL_V4L2_TUNER_SUB_SAP) && HAVE_DECL_V4L2_TUNER_SUB_SAP)
29   XLAT(V4L2_TUNER_SUB_SAP),
30 #endif
31 #if defined(V4L2_TUNER_SUB_LANG1) || (defined(HAVE_DECL_V4L2_TUNER_SUB_LANG1) && HAVE_DECL_V4L2_TUNER_SUB_LANG1)
32   XLAT(V4L2_TUNER_SUB_LANG1),
33 #endif
34 #if defined(V4L2_TUNER_SUB_RDS) || (defined(HAVE_DECL_V4L2_TUNER_SUB_RDS) && HAVE_DECL_V4L2_TUNER_SUB_RDS)
35   XLAT(V4L2_TUNER_SUB_RDS),
36 #endif
37  XLAT_END
38 };
39 
40 # endif /* !IN_MPERS */
41 
42 #endif /* !XLAT_MACROS_ONLY */
43