diff options
Diffstat (limited to 'drivers/media/tuners/fc0012.h')
-rw-r--r-- | drivers/media/tuners/fc0012.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/drivers/media/tuners/fc0012.h b/drivers/media/tuners/fc0012.h index 891d66d5af3b..83a98e732502 100644 --- a/drivers/media/tuners/fc0012.h +++ b/drivers/media/tuners/fc0012.h @@ -41,6 +41,11 @@ struct fc0012_config { * RF loop-through */ bool loop_through; + + /* + * clock output + */ + bool clock_out; }; #if defined(CONFIG_MEDIA_TUNER_FC0012) || \ |