Home | History | Annotate | Download | only in xlat
      1 /* Generated by ./xlat/gen.sh from ./xlat/v4l2_tuner_audmodes.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_audmodes[];
     12 
     13 # else
     14 
     15 #  if !(defined HAVE_M32_MPERS || defined HAVE_MX32_MPERS)
     16 static
     17 #  endif
     18 const struct xlat v4l2_tuner_audmodes[] = {
     19 #if defined(V4L2_TUNER_MODE_MONO) || (defined(HAVE_DECL_V4L2_TUNER_MODE_MONO) && HAVE_DECL_V4L2_TUNER_MODE_MONO)
     20   XLAT(V4L2_TUNER_MODE_MONO),
     21 #endif
     22 #if defined(V4L2_TUNER_MODE_STEREO) || (defined(HAVE_DECL_V4L2_TUNER_MODE_STEREO) && HAVE_DECL_V4L2_TUNER_MODE_STEREO)
     23   XLAT(V4L2_TUNER_MODE_STEREO),
     24 #endif
     25 #if defined(V4L2_TUNER_MODE_LANG2) || (defined(HAVE_DECL_V4L2_TUNER_MODE_LANG2) && HAVE_DECL_V4L2_TUNER_MODE_LANG2)
     26   XLAT(V4L2_TUNER_MODE_LANG2),
     27 #endif
     28 #if defined(V4L2_TUNER_MODE_SAP) || (defined(HAVE_DECL_V4L2_TUNER_MODE_SAP) && HAVE_DECL_V4L2_TUNER_MODE_SAP)
     29   XLAT(V4L2_TUNER_MODE_SAP),
     30 #endif
     31 #if defined(V4L2_TUNER_MODE_LANG1) || (defined(HAVE_DECL_V4L2_TUNER_MODE_LANG1) && HAVE_DECL_V4L2_TUNER_MODE_LANG1)
     32   XLAT(V4L2_TUNER_MODE_LANG1),
     33 #endif
     34 #if defined(V4L2_TUNER_MODE_LANG1_LANG2) || (defined(HAVE_DECL_V4L2_TUNER_MODE_LANG1_LANG2) && HAVE_DECL_V4L2_TUNER_MODE_LANG1_LANG2)
     35   XLAT(V4L2_TUNER_MODE_LANG1_LANG2),
     36 #endif
     37  XLAT_END
     38 };
     39 
     40 # endif /* !IN_MPERS */
     41 
     42 #endif /* !XLAT_MACROS_ONLY */
     43