summaryrefslogtreecommitdiffstats
path: root/drivers/staging/tm6000/tm6000.h
diff options
context:
space:
mode:
authorDmitri Belimov2011-03-18 01:08:55 +0100
committerMauro Carvalho Chehab2011-03-22 21:20:14 +0100
commit2aefbc1acb5370b0753d16c9d6e65e01fe586c75 (patch)
tree418679b6cf415d846e845eab259460d7b840a505 /drivers/staging/tm6000/tm6000.h
parent[media] lirc: remove staging lirc_it87 and lirc_ite8709 drivers (diff)
downloadkernel-qcow2-linux-2aefbc1acb5370b0753d16c9d6e65e01fe586c75.tar.gz
kernel-qcow2-linux-2aefbc1acb5370b0753d16c9d6e65e01fe586c75.tar.xz
kernel-qcow2-linux-2aefbc1acb5370b0753d16c9d6e65e01fe586c75.zip
[media] tm6000: fix s-video input
Add compatibility for composite and s-video inputs. Some TV cards hasn't it. Fix S-Video input, the s-video cable has only video signals no audio. Call the function of audio configure kill chroma in signal. only b/w video. Known bugs: - after s-video the audio for radio didn't work, TV crashed hardly - after composite TV crashed hardly too. P.S. After this patch I'll want to rework the procedure of configure video. Now it has a lot of junk and dubles. With my best regards, Dmitry. Signed-off-by: Beholder Intl. Ltd. Dmitry Belimov <d.belimov@gmail.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/staging/tm6000/tm6000.h')
-rw-r--r--drivers/staging/tm6000/tm6000.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/staging/tm6000/tm6000.h b/drivers/staging/tm6000/tm6000.h
index ccd120fe1340..99ae50e82b28 100644
--- a/drivers/staging/tm6000/tm6000.h
+++ b/drivers/staging/tm6000/tm6000.h
@@ -129,6 +129,8 @@ struct tm6000_capabilities {
unsigned int has_zl10353:1;
unsigned int has_eeprom:1;
unsigned int has_remote:1;
+ unsigned int has_input_comp:1;
+ unsigned int has_input_svid:1;
};
struct tm6000_dvb {