V4L/DVB (9333): cx88: Not all boards that requires cx88-mpeg has frontends
authorMauro Carvalho Chehab <mchehab@infradead.org>
Tue, 21 Oct 2008 13:43:10 +0000 (10:43 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Tue, 21 Oct 2008 16:31:59 +0000 (14:31 -0200)
commit3007703db804b7e6e9f5e3cca9e3a661e0ff3eb2
tree8bf44c4c64dbd02da721b9d2bf7d10df8b911c76
parent9212a572dd5ecc69f9b9985ba3e92c6f2504f0fc
V4L/DVB (9333): cx88: Not all boards that requires cx88-mpeg has frontends

The multifrontend changes on cx88 assumed that all boards that use cx88-mpeg
supports DVB. This is not true. There also a few analog-only boards based on
Blackboard design that also uses cx88-mpeg. For those boards, there's no need
to allocate dvb frontends.

This patch fixes videobuf allocation for those devices.

Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
drivers/media/video/cx88/cx88-cards.c
drivers/media/video/cx88/cx88-mpeg.c