|
@@ -29,16 +29,22 @@
|
|
|
#include <media/v4l2-subdev.h>
|
|
|
#include "dvb_frontend.h"
|
|
|
|
|
|
+/**
|
|
|
+ * struct rtl2832_sdr_platform_data - Platform data for the rtl2832_sdr driver
|
|
|
+ * @clk: Clock frequency (4000000, 16000000, 25000000, 28800000).
|
|
|
+ * @tuner: Used tuner model.
|
|
|
+ * @i2c_client: rtl2832 demod driver I2C client.
|
|
|
+ * @bulk_read: rtl2832 driver private I/O interface.
|
|
|
+ * @bulk_write: rtl2832 driver private I/O interface.
|
|
|
+ * @update_bits: rtl2832 driver private I/O interface.
|
|
|
+ * @dvb_frontend: rtl2832 DVB frontend.
|
|
|
+ * @v4l2_subdev: Tuner v4l2 controls.
|
|
|
+ * @dvb_usb_device: DVB USB interface for USB streaming.
|
|
|
+ */
|
|
|
+
|
|
|
struct rtl2832_sdr_platform_data {
|
|
|
- /*
|
|
|
- * Clock frequency.
|
|
|
- * Hz
|
|
|
- * 4000000, 16000000, 25000000, 28800000
|
|
|
- */
|
|
|
u32 clk;
|
|
|
-
|
|
|
/*
|
|
|
- * Tuner.
|
|
|
* XXX: This list must be kept sync with dvb_usb_rtl28xxu USB IF driver.
|
|
|
*/
|
|
|
#define RTL2832_SDR_TUNER_TUA9001 0x24
|