V4L/DVB (11934): Change order for FM tune
authorDmitri Belimov <d.belimov@gmail.com>
Mon, 25 May 2009 01:22:41 +0000 (22:22 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Tue, 16 Jun 2009 22:07:25 +0000 (19:07 -0300)
commit436ae1381e68b5067da0cab78ffdfa948fb863b8
tree0f3e16d679e709cce6a4b51284a32ada744a9bca
parent5ddc9b100fc96e8f3c6d435cecd9d09e5b9673f9
V4L/DVB (11934): Change order for FM tune

Change order data of buffer in FM simple_tune function. It is usefull for:

1. Set data of tuner with CP bit UP. 0xCE for MK5 or 0xC6 for MK3
2. When call simple_fm_tune, read this byte from config and overwrite
this byte in function simple_radio_bandswitch for set CP bit to OFF.

Of course it can be usefull for other tuner for overwrite default
settings of FM.

Signed-off-by: Beholder Intl. Ltd. Dmitry Belimov <d.belimov@gmail.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
drivers/media/common/tuners/tuner-simple.c