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