diff options
Diffstat (limited to 'drivers/media/video/pvrusb2/pvrusb2-devattr.h')
-rw-r--r-- | drivers/media/video/pvrusb2/pvrusb2-devattr.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/media/video/pvrusb2/pvrusb2-devattr.h b/drivers/media/video/pvrusb2/pvrusb2-devattr.h index 38913519a818..c2e2b06fe2e0 100644 --- a/drivers/media/video/pvrusb2/pvrusb2-devattr.h +++ b/drivers/media/video/pvrusb2/pvrusb2-devattr.h | |||
@@ -106,6 +106,13 @@ struct pvr2_device_desc { | |||
106 | /* If set, we don't bother trying to load cx23416 firmware. */ | 106 | /* If set, we don't bother trying to load cx23416 firmware. */ |
107 | int flag_skip_cx23416_firmware:1; | 107 | int flag_skip_cx23416_firmware:1; |
108 | 108 | ||
109 | /* If set, the encoder must be healthy in order for digital mode to | ||
110 | work (otherwise we assume that digital streaming will work even | ||
111 | if we fail to locate firmware for the encoder). If the device | ||
112 | doesn't support digital streaming then this flag has no | ||
113 | effect. */ | ||
114 | int flag_digital_requires_cx23416:1; | ||
115 | |||
109 | /* Device has a hauppauge eeprom which we can interrogate. */ | 116 | /* Device has a hauppauge eeprom which we can interrogate. */ |
110 | int flag_has_hauppauge_rom:1; | 117 | int flag_has_hauppauge_rom:1; |
111 | 118 | ||