Signed-off-by: Mike Isely <isely@pobox.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
+
struct routing_scheme {
const int *def;
unsigned int cnt;
}
+
/*
Stuff for Emacs to see, in order to encourage consistent editing style:
*** Local Variables: ***
+
/*
Stuff for Emacs to see, in order to encourage consistent editing style:
*** Local Variables: ***
#include "pvrusb2-cx2584x-v4l.h"
#include "pvrusb2-wm8775.h"
+
#define trace_i2c(...) pvr2_trace(PVR2_TRACE_I2C,__VA_ARGS__)
#define OP_INIT 0 /* MUST come first so it is run first */
}
+
/*
Stuff for Emacs to see, in order to encourage consistent editing style:
*** Local Variables: ***
#define trace_i2c(...) pvr2_trace(PVR2_TRACE_I2C,__VA_ARGS__)
+
/*
This module implements the foundation of a rather large architecture for
/* Empty for now */
}
+
/*
Stuff for Emacs to see, in order to encourage consistent editing style:
*** Local Variables: ***
#include <media/tuner.h>
#include <media/v4l2-common.h>
+
struct pvr2_tuner_handler {
struct pvr2_hdw *hdw;
struct pvr2_i2c_client *client;