OSDN Git Service

[media] cx231xx: enable the analog tuner at buffer setup
authorMauro Carvalho Chehab <mchehab@osg.samsung.com>
Wed, 18 Feb 2015 15:22:27 +0000 (12:22 -0300)
committerMauro Carvalho Chehab <mchehab@osg.samsung.com>
Thu, 26 Feb 2015 11:45:25 +0000 (08:45 -0300)
commit3d263114c4b75d06253f0ed8059164dbc70c9f0c
tree6f859fd9932aeb075fae1b655c1ed8a5265be325
parent7e2b41e9127e4e4ceeb2d4e86405846974cc4cec
[media] cx231xx: enable the analog tuner at buffer setup

buf_prepare callback is called for every queued buffer. This is
an overkill. Call it at buf_setup, as this should be enough.

Acked-by: Hans Verkuil <hans.verkuil@cisco.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
drivers/media/usb/cx231xx/cx231xx-video.c