diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/media/cx25840.h | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/include/media/cx25840.h b/include/media/cx25840.h index 1bba39e3d406..46d1a141208e 100644 --- a/include/media/cx25840.h +++ b/include/media/cx25840.h | |||
@@ -172,4 +172,16 @@ enum cx23885_io_pad { | |||
172 | CX23885_PAD_IRQ_N, | 172 | CX23885_PAD_IRQ_N, |
173 | CX23885_PAD_GPIO16, | 173 | CX23885_PAD_GPIO16, |
174 | }; | 174 | }; |
175 | |||
176 | /* pvr150_workaround activates a workaround for a hardware bug that is | ||
177 | present in Hauppauge PVR-150 (and possibly PVR-500) cards that have | ||
178 | certain NTSC tuners (tveeprom tuner model numbers 85, 99 and 112). The | ||
179 | audio autodetect fails on some channels for these models and the workaround | ||
180 | is to select the audio standard explicitly. Many thanks to Hauppauge for | ||
181 | providing this information. | ||
182 | This platform data only needs to be supplied by the ivtv driver. */ | ||
183 | struct cx25840_platform_data { | ||
184 | int pvr150_workaround; | ||
185 | }; | ||
186 | |||
175 | #endif | 187 | #endif |