summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorAndy Walls2009-01-03 18:21:30 +0100
committerMauro Carvalho Chehab2009-03-30 17:42:25 +0200
commit31230c5f6f3a3e549f16857b7af45f5e08ca6f30 (patch)
treef85d51e5b8be166301a9c5f72962b6819f8d8c5b /include
parentV4L/DVB (10276): cx18, cx2341x, ivtv: Add AC-3 audio encoding control to cx18 (diff)
downloadkernel-qcow2-linux-31230c5f6f3a3e549f16857b7af45f5e08ca6f30.tar.gz
kernel-qcow2-linux-31230c5f6f3a3e549f16857b7af45f5e08ca6f30.tar.xz
kernel-qcow2-linux-31230c5f6f3a3e549f16857b7af45f5e08ca6f30.zip
V4L/DVB (10277): cx18, cx2341x: Fix bugs in cx18 AC3 control and comply with V4L2 spec
Fix bugs in the cx18 AC3 control implementation that would have affected ivtv and other drivers via the cx2341x module. Bring AC3 controls behavior into comliance with V4L2 specification. Thanks to Hans Verkuil for reviewing the previous patch and pointing out the problems. Reported-by: Hans Verkuil <hverkuil@xs4all.nl> Signed-off-by: Andy Walls <awalls@radix.net> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'include')
-rw-r--r--include/media/cx2341x.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/media/cx2341x.h b/include/media/cx2341x.h
index 2601bc71c51d..9ebe8558b9b6 100644
--- a/include/media/cx2341x.h
+++ b/include/media/cx2341x.h
@@ -29,7 +29,6 @@ enum cx2341x_cap {
CX2341X_CAP_HAS_SLICED_VBI = 1 << 0,
CX2341X_CAP_HAS_TS = 1 << 1,
CX2341X_CAP_HAS_AC3 = 1 << 2,
- CX2341X_CAP_HAS_LPCM = 1 << 3,
};
struct cx2341x_mpeg_params {