Home | History | Annotate | Download | only in xlat
      1 /* Generated by ./xlat/gen.sh from ./xlat/v4l2_tuner_audmodes.in; do not edit. */
      2 
      3 #ifdef IN_MPERS
      4 
      5 extern const struct xlat v4l2_tuner_audmodes[];
      6 
      7 #else
      8 
      9 # if !(defined HAVE_M32_MPERS || defined HAVE_MX32_MPERS)
     10 static
     11 # endif
     12 const struct xlat v4l2_tuner_audmodes[] = {
     13 #if defined(V4L2_TUNER_MODE_MONO) || (defined(HAVE_DECL_V4L2_TUNER_MODE_MONO) && HAVE_DECL_V4L2_TUNER_MODE_MONO)
     14   XLAT(V4L2_TUNER_MODE_MONO),
     15 #endif
     16 #if defined(V4L2_TUNER_MODE_STEREO) || (defined(HAVE_DECL_V4L2_TUNER_MODE_STEREO) && HAVE_DECL_V4L2_TUNER_MODE_STEREO)
     17   XLAT(V4L2_TUNER_MODE_STEREO),
     18 #endif
     19 #if defined(V4L2_TUNER_MODE_LANG2) || (defined(HAVE_DECL_V4L2_TUNER_MODE_LANG2) && HAVE_DECL_V4L2_TUNER_MODE_LANG2)
     20   XLAT(V4L2_TUNER_MODE_LANG2),
     21 #endif
     22 #if defined(V4L2_TUNER_MODE_SAP) || (defined(HAVE_DECL_V4L2_TUNER_MODE_SAP) && HAVE_DECL_V4L2_TUNER_MODE_SAP)
     23   XLAT(V4L2_TUNER_MODE_SAP),
     24 #endif
     25 #if defined(V4L2_TUNER_MODE_LANG1) || (defined(HAVE_DECL_V4L2_TUNER_MODE_LANG1) && HAVE_DECL_V4L2_TUNER_MODE_LANG1)
     26   XLAT(V4L2_TUNER_MODE_LANG1),
     27 #endif
     28 #if defined(V4L2_TUNER_MODE_LANG1_LANG2) || (defined(HAVE_DECL_V4L2_TUNER_MODE_LANG1_LANG2) && HAVE_DECL_V4L2_TUNER_MODE_LANG1_LANG2)
     29   XLAT(V4L2_TUNER_MODE_LANG1_LANG2),
     30 #endif
     31  XLAT_END
     32 };
     33 
     34 #endif /* !IN_MPERS */
     35