Skip to content

Commit

Permalink
[media] cx25840: Add a flag to enable the CX23888 DIF to be enabled o…
Browse files Browse the repository at this point in the history
…r not

The CX23888 (HVR1850 and other new cards) contain a DIF which is responsible
for demodulating the audio and video. It's built directly into the CX23888
PCIe bridge. It needs to be enabled and disabled on a per-card and per-input
basis. We pass this flag from the cx23885 core driver to the sub-device
when we need the cx25840 driver to enable/disable with the DIF correctly.

Signed-off-by: Steven Toth <stoth@kernellabs.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
  • Loading branch information
Steven Toth authored and Mauro Carvalho Chehab committed Jan 5, 2012
1 parent 6225f18 commit adddf86
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/media/cx25840.h
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ enum cx25840_video_input {
CX25840_NONE1_CH3 = 0x800000c0,
CX25840_SVIDEO_ON = 0x80000100,
CX25840_COMPONENT_ON = 0x80000200,
CX25840_DIF_ON = 0x80000400,
};

enum cx25840_audio_input {
Expand Down

0 comments on commit adddf86

Please sign in to comment.