V4L/DVB (3277): Use default tuner_params if desired_type not available
commit8f1a58d0fccacb5d61aed8a63c3920c8acc155e7
authorMichael Krufky <mkrufky@linuxtv.org>
Tue, 7 Feb 2006 08:25:39 +0000 (7 06:25 -0200)
committerMauro Carvalho Chehab <mchehab@infradead.org>
Tue, 7 Feb 2006 08:25:39 +0000 (7 06:25 -0200)
treed229a08c9f0f90db266ec09c62d8282b9fb0158e
parent4d17d0834a2e6a5cba096ea09592a4a096183300
V4L/DVB (3277): Use default tuner_params if desired_type not available

If a given tuner definition contains more than one tuner_params array members,
it will try to select the appropriate tuner_params based on the video standard
in use. If there is no tuner_params defined for the current video standard, it
will select the default, tuner_params[0]

Signed-off-by: Michael Krufky <mkrufky@linuxtv.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
drivers/media/video/tuner-simple.c