diff options
author | Hans de Goede <hdegoede@redhat.com> | 2012-07-12 21:55:48 +0200 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2012-07-31 01:23:14 +0200 |
commit | f140612d025f2b6a00651e7c2a9cc26b61dca119 (patch) | |
tree | c9a6f3d446420c5c699b606e5d5fba5c8be93b1d /drivers/media/radio/si470x/radio-si470x.h | |
parent | [media] radio-si470x: Fix band selection (diff) | |
download | linux-f140612d025f2b6a00651e7c2a9cc26b61dca119.tar.xz linux-f140612d025f2b6a00651e7c2a9cc26b61dca119.zip |
[media] radio-si470x: Add support for the new band APIs
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/radio/si470x/radio-si470x.h')
-rw-r--r-- | drivers/media/radio/si470x/radio-si470x.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/media/radio/si470x/radio-si470x.h b/drivers/media/radio/si470x/radio-si470x.h index b3586e1ec2c4..2f089b4252df 100644 --- a/drivers/media/radio/si470x/radio-si470x.h +++ b/drivers/media/radio/si470x/radio-si470x.h @@ -147,6 +147,7 @@ struct si470x_device { struct v4l2_device v4l2_dev; struct video_device videodev; struct v4l2_ctrl_handler hdl; + int band; /* Silabs internal registers (0..15) */ unsigned short registers[RADIO_REGISTER_NUM]; |