From 5a55bcc93f549b3db2df8029f040487352ab9759 Mon Sep 17 00:00:00 2001 From: "darron@kewl.org" Date: Thu, 30 Oct 2008 07:53:07 +0000 Subject: tda9887/cx88: secam-bgh From: Frederic CAND Adds secam bgh support Signed-off-by: Frederic CAND --- linux/drivers/media/video/cx88/cx88-core.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'linux/drivers/media/video/cx88/cx88-core.c') diff --git a/linux/drivers/media/video/cx88/cx88-core.c b/linux/drivers/media/video/cx88/cx88-core.c index b2f6dc5c3..c9de13b56 100644 --- a/linux/drivers/media/video/cx88/cx88-core.c +++ b/linux/drivers/media/video/cx88/cx88-core.c @@ -869,6 +869,9 @@ static int set_tvaudio(struct cx88_core *core) } else if (V4L2_STD_SECAM_L & norm) { core->tvaudio = WW_L; + } else if ((V4L2_STD_SECAM_B | V4L2_STD_SECAM_G | V4L2_STD_SECAM_H) & norm) { + core->tvaudio = WW_BG; + } else if (V4L2_STD_SECAM_DK & norm) { core->tvaudio = WW_DK; -- cgit v1.2.3