summaryrefslogtreecommitdiff
path: root/linux/drivers/media/dvb/dvb-usb
diff options
context:
space:
mode:
authorTrent Piepho <xyzzy@speakeasy.org>2009-01-28 16:32:59 -0800
committerTrent Piepho <xyzzy@speakeasy.org>2009-01-28 16:32:59 -0800
commit8a03ebcf3ee0e413a978ac074dcc4064ed94b681 (patch)
tree84e67797ad777a28371548927226ddb464a50832 /linux/drivers/media/dvb/dvb-usb
parenta905506813537c4bad63dd73c94a04d6a71f777e (diff)
downloadmediapointer-dvb-s2-8a03ebcf3ee0e413a978ac074dcc4064ed94b681.tar.gz
mediapointer-dvb-s2-8a03ebcf3ee0e413a978ac074dcc4064ed94b681.tar.bz2
bttv: clean up mux code for IDS Eagle
From: Trent Piepho <xyzzy@speakeasy.org> This card apparently uses an external mux and the Bt878's mux should always be set to MUX2. The values for the external mux control bits were stored in the muxsel field. This meant that when changing inputs the driver would switch the Bt878's mux to whatever value the external mux was supposed to be set to, then eagle_muxsel() would switch it back to MUX2 and program the external mux. This creates an unnecessary switch of the Bt878's mux. So change muxsel to be 2 for each input. The external mux bits are just "input&3" so they don't really need to be stored anywhere. This also eliminates the last non-standard use of the muxsel data. Priority: normal Signed-off-by: Trent Piepho <xyzzy@speakeasy.org> CC: M G Berberich <berberic@fmi.uni-passau.de>
Diffstat (limited to 'linux/drivers/media/dvb/dvb-usb')
0 files changed, 0 insertions, 0 deletions