[media] rtl2830: implement PID filter
Implement PID filter. Signed-off-by: Antti Palosaari <crope@iki.fi> Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
This commit is contained in:

committed by
Mauro Carvalho Chehab

parent
6dcfe3cc2e
commit
df70ddad81
@@ -49,6 +49,8 @@ struct rtl2830_platform_data {
|
||||
*/
|
||||
struct dvb_frontend* (*get_dvb_frontend)(struct i2c_client *);
|
||||
struct i2c_adapter* (*get_i2c_adapter)(struct i2c_client *);
|
||||
int (*pid_filter)(struct dvb_frontend *, u8, u16, int);
|
||||
int (*pid_filter_ctrl)(struct dvb_frontend *, int);
|
||||
};
|
||||
|
||||
#endif /* RTL2830_H */
|
||||
|
Reference in New Issue
Block a user