[media] cx231xx: Make the DIF configuration based on the tuner not the board id
authorDevin Heitmueller <dheitmueller@hauppauge.com>
Thu, 19 Aug 2010 13:55:05 +0000 (10:55 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Thu, 21 Oct 2010 03:17:33 +0000 (01:17 -0200)
commit8aed3f479bd25c8ba452c00585c8c261747f9143
tree1e262d5dc643f30bcc3fb730eb8947b4a6ac4cff
parentb522591a4580b54430873784e1b956646d7970d9
[media] cx231xx: Make the DIF configuration based on the tuner not the board id

The current code was deciding whether a DIF was present based on the board
profile.  However, this is just another thing for someone to get wrong when
adding new boards.  Make the decision based on the tuner instead, so that a
developer adding new boards only needs to specify which tuner the device has.

Of course, the first time somebody adds a board with a tuner other than xc5000
or tda18271, he/she will need to add another line for that tuner.  But we
provide a friendly message in dmesg to let them know that.

Signed-off-by: Devin Heitmueller <dheitmueller@hauppauge.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
drivers/media/video/cx231xx/cx231xx-avcore.c