aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/usb/em28xx/em28xx.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/media/usb/em28xx/em28xx.h')
-rw-r--r--drivers/media/usb/em28xx/em28xx.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/media/usb/em28xx/em28xx.h b/drivers/media/usb/em28xx/em28xx.h
index 998be42c0f70..1ea809587c93 100644
--- a/drivers/media/usb/em28xx/em28xx.h
+++ b/drivers/media/usb/em28xx/em28xx.h
@@ -527,6 +527,8 @@ struct em28xx_v4l2 {
527 int users; /* user count for exclusive use */ 527 int users; /* user count for exclusive use */
528 int streaming_users; /* number of actively streaming users */ 528 int streaming_users; /* number of actively streaming users */
529 529
530 u32 frequency; /* selected tuner frequency */
531
530 struct em28xx_fmt *format; 532 struct em28xx_fmt *format;
531 v4l2_std_id norm; /* selected tv norm */ 533 v4l2_std_id norm; /* selected tv norm */
532 534
@@ -645,7 +647,6 @@ struct em28xx {
645 struct rt_mutex i2c_bus_lock; 647 struct rt_mutex i2c_bus_lock;
646 648
647 /* video for linux */ 649 /* video for linux */
648 int ctl_freq; /* selected frequency */
649 unsigned int ctl_input; /* selected input */ 650 unsigned int ctl_input; /* selected input */
650 unsigned int ctl_ainput;/* selected audio input */ 651 unsigned int ctl_ainput;/* selected audio input */
651 unsigned int ctl_aoutput;/* selected audio output */ 652 unsigned int ctl_aoutput;/* selected audio output */