aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/dvb/frontends/drxk.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/media/dvb/frontends/drxk.h')
-rw-r--r--drivers/media/dvb/frontends/drxk.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/drivers/media/dvb/frontends/drxk.h b/drivers/media/dvb/frontends/drxk.h
index 6b0fd2c5dcd6..ca921c77f71f 100644
--- a/drivers/media/dvb/frontends/drxk.h
+++ b/drivers/media/dvb/frontends/drxk.h
@@ -17,6 +17,7 @@
17 * @antenna_gpio: GPIO bit used to control the antenna 17 * @antenna_gpio: GPIO bit used to control the antenna
18 * @antenna_dvbt: GPIO bit for changing antenna to DVB-C. A value of 1 18 * @antenna_dvbt: GPIO bit for changing antenna to DVB-C. A value of 1
19 * means that 1=DVBC, 0 = DVBT. Zero means the opposite. 19 * means that 1=DVBC, 0 = DVBT. Zero means the opposite.
20 * @mpeg_out_clk_strength: DRXK Mpeg output clock drive strength.
20 * @microcode_name: Name of the firmware file with the microcode 21 * @microcode_name: Name of the firmware file with the microcode
21 * 22 *
22 * On the *_gpio vars, bit 0 is UIO-1, bit 1 is UIO-2 and bit 2 is 23 * On the *_gpio vars, bit 0 is UIO-1, bit 1 is UIO-2 and bit 2 is
@@ -32,7 +33,8 @@ struct drxk_config {
32 bool antenna_dvbt; 33 bool antenna_dvbt;
33 u16 antenna_gpio; 34 u16 antenna_gpio;
34 35
35 int chunk_size; 36 u8 mpeg_out_clk_strength;
37 int chunk_size;
36 38
37 const char *microcode_name; 39 const char *microcode_name;
38}; 40};