diff options
author | Hans de Goede <hdegoede@redhat.com> | 2012-07-12 16:55:48 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2012-07-30 20:23:14 -0300 |
commit | f140612d025f2b6a00651e7c2a9cc26b61dca119 (patch) | |
tree | c9a6f3d446420c5c699b606e5d5fba5c8be93b1d /drivers/media/radio/si470x/radio-si470x-usb.c | |
parent | 8d8c1b375cd5b239607037a859661e98cd0dac00 (diff) | |
download | linux-f140612d025f2b6a00651e7c2a9cc26b61dca119.tar.gz linux-f140612d025f2b6a00651e7c2a9cc26b61dca119.tar.bz2 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-usb.c')
-rw-r--r-- | drivers/media/radio/si470x/radio-si470x-usb.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/media/radio/si470x/radio-si470x-usb.c b/drivers/media/radio/si470x/radio-si470x-usb.c index 0204cf445387..146be4263ea1 100644 --- a/drivers/media/radio/si470x/radio-si470x-usb.c +++ b/drivers/media/radio/si470x/radio-si470x-usb.c @@ -597,6 +597,7 @@ static int si470x_usb_driver_probe(struct usb_interface *intf, } radio->usbdev = interface_to_usbdev(intf); radio->intf = intf; + radio->band = 1; /* Default to 76 - 108 MHz */ mutex_init(&radio->lock); init_completion(&radio->completion); |