V4L/DVB (4206): Cx88-blackbird: always set encoder height based on tvnorm->id
authorMichael Krufky <mkrufky@linuxtv.org>
Fri, 23 Jun 2006 00:47:07 +0000 (21:47 -0300)
committerMauro Carvalho Chehab <mchehab@infradead.org>
Sun, 25 Jun 2006 05:05:24 +0000 (02:05 -0300)
commit45f87a21735804760dd7db0e2e3c609c332b15e3
treed5902f45a9c7e06d0ee086cb7a001daf3f7e4e49
parent153962364dc6fa4a24571885fbe76506d8968610
V4L/DVB (4206): Cx88-blackbird: always set encoder height based on tvnorm->id

Removed the switch..case block in blackbird_probe for setting encoder height
based on video standard. All blackbird devices can rely on tvnorm->id to
retrieve this information from the cx2388x video decoder - tuner_formats
should not be used to determine the encoding video standard.

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