V4L/DVB (3803): Various correctness fixes to tuning.
authorYeasah Pell <yeasah@schwide.net>
Thu, 13 Apr 2006 20:24:13 +0000 (17:24 -0300)
committerMauro Carvalho Chehab <mchehab@infradead.org>
Fri, 12 May 2006 22:55:07 +0000 (19:55 -0300)
commit0e4558ab4a89a127e0de36746552da9353e35f10
tree19fe0a9c2c9d9d4f5ed5f4e7b08ddfbf1b466010
parentdce1dfc2a5736bfc82df5d3fd6396022c7bbbbd8
V4L/DVB (3803): Various correctness fixes to tuning.

*) Sets an additional tuner parameter (demodulator sample gain) that
wasn't being set before.
*) Removes the low symbol rate tuner parameter tweaks in the previous
patch -- it appears those tweaks are not necessary with the demodulator
sample gain set correctly.
*) Cleanup and document the demodulator register initialization sequence.
*) Change set_fec routine to disable FEC auto scan when a specific code
rate is selected.
*) Remove error message when reported FEC is invalid (which happens
sometimes when the card has no signal)

Signed-off-by: Yeasah Pell <yeasah at schwide.net>
Signed-off-by: Andrew de Quincey <adq_dvb@lidskialf.net>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
drivers/media/dvb/frontends/cx24123.c