summaryrefslogtreecommitdiffstats
path: root/drivers/media/radio/si470x/radio-si470x.h
diff options
context:
space:
mode:
authorJoonyoung Shim <jy0922.shim@samsung.com>2009-12-10 20:50:34 +0100
committerMauro Carvalho Chehab <mchehab@redhat.com>2009-12-16 03:18:35 +0100
commitfe2137dd4e6e4b2f5e758765d5305e8dbb0d931c (patch)
tree6008e6d32d40b6e3eccee0d13d86f316237b97dd /drivers/media/radio/si470x/radio-si470x.h
parentV4L/DVB (13599): radio-si470x: move some file operations to common file (diff)
downloadlinux-fe2137dd4e6e4b2f5e758765d5305e8dbb0d931c.tar.xz
linux-fe2137dd4e6e4b2f5e758765d5305e8dbb0d931c.zip
V4L/DVB (13600): radio-si470x: support RDS on si470x i2c driver
This patch is to support RDS on si470x i2c driver. The routine of RDS operation is almost same with thing of usb driver, but this uses RDS interrupt. Signed-off-by: Joonyoung Shim <jy0922.shim@samsung.com> Acked-by: Tobias Lorenz <tobias.lorenz@gmx.net> Signed-off-by: Douglas Schilling Landgraf <dougsland@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.h1
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 f646f79d2f7a..29e05cf53474 100644
--- a/drivers/media/radio/si470x/radio-si470x.h
+++ b/drivers/media/radio/si470x/radio-si470x.h
@@ -181,6 +181,7 @@ struct si470x_device {
#if defined(CONFIG_I2C_SI470X) || defined(CONFIG_I2C_SI470X_MODULE)
struct i2c_client *client;
+ struct work_struct radio_work;
#endif
};