diff options
author | Andy Walls <awalls@radix.net> | 2009-01-03 14:21:30 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2009-03-30 12:42:25 -0300 |
commit | 31230c5f6f3a3e549f16857b7af45f5e08ca6f30 (patch) | |
tree | f85d51e5b8be166301a9c5f72962b6819f8d8c5b /include | |
parent | 0d82fe801d7c6d8cb8987e66b570f6decde9e235 (diff) | |
download | linux-31230c5f6f3a3e549f16857b7af45f5e08ca6f30.tar.gz linux-31230c5f6f3a3e549f16857b7af45f5e08ca6f30.tar.bz2 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.h | 1 |
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 { |