diff options
author | Mauro Carvalho Chehab <mchehab@osg.samsung.com> | 2016-02-05 10:37:18 -0200 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@osg.samsung.com> | 2016-02-10 07:23:43 -0200 |
commit | 8bf77f9e7013e46ca08151189357532f027c47e8 (patch) | |
tree | 6eb195592bf0bb575532097e05689de2804ab114 /sound | |
parent | 568b2febeeb139879efe93756aa58e2e42559f90 (diff) | |
download | blackbird-obmc-linux-8bf77f9e7013e46ca08151189357532f027c47e8.tar.gz blackbird-obmc-linux-8bf77f9e7013e46ca08151189357532f027c47e8.zip |
[media] saa7134: Get rid of struct saa7134_input.tv field
The saa7134_input.tv field was used to indicate if an input had
a RF signal for TV input. This is not needed anymore, as the input
type can be checked directly by the driver.
Also, due to a past bug when setting the TV standard at the
demod, all inputs should have this field set, with is wrong.
This reduces the size of the saa7134_boards by about 8KB,
on i386 (and probably twice on 64 bits), with is a nice
colateral effect:
text data bss dec hex filename
241047 136831 66356 444234 6c74a drivers/media/pci/saa7134/saa7134.o.old
240851 128895 66292 436038 6a746 drivers/media/pci/saa7134/saa7134.o
Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
Diffstat (limited to 'sound')
0 files changed, 0 insertions, 0 deletions