[media] cx88: notch filter control fixes
authoristvan_v@mailbox.hu <istvan_v@mailbox.hu>
Sun, 31 Jul 2011 09:53:29 +0000 (06:53 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Sat, 27 Aug 2011 14:21:16 +0000 (11:21 -0300)
commit84b271488dcd2499e9d2c7cfa2abacfd4c5cd744
tree5f41aff73d837894bf88222390cc0d2b656a4ed1
parent2b50763a0b082e1fc40cca2a9b8936abf6e2437e
[media] cx88: notch filter control fixes

This patch reduces the number of available choices for the notch filter type control
so that the standard-specific filter types cannot be selected. It is now limited to
being either 0 (4xFsc, the default) or 1 (square pixel optimized).
The patch also removes the initialization of this control from cx88_reset(), since
that is already done by init_controls(), which is called by cx8800_initdev().

Signed-off-by: Istvan Varga <istvan_v@mailbox.hu>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
drivers/media/video/cx88/cx88-core.c
drivers/media/video/cx88/cx88-video.c