aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/video/saa7134/saa7134-dvb.c
diff options
context:
space:
mode:
authorDevin Heitmueller <dheitmueller@kernellabs.com>2009-09-30 22:04:39 -0400
committerMauro Carvalho Chehab <mchehab@redhat.com>2009-12-05 15:40:15 -0500
commit2a0d056015222d534e32e7556de1a684ad9e61f5 (patch)
treefeb5250b076dc0e7de22521dec21c7d39e88d295 /drivers/media/video/saa7134/saa7134-dvb.c
parent2930992c40ad9c665e2e6e2b8870d3f56428a83d (diff)
V4L/DVB (13081): saa7134: use the #define for the xc5000 radio_input field
Dmitri's patch for the Behold X7 didn't use the #define I had setup for XC5000_RADIO_FM1, so cut over to using that instead of "1". Signed-off-by: Devin Heitmueller <dheitmueller@kernellabs.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/video/saa7134/saa7134-dvb.c')
-rw-r--r--drivers/media/video/saa7134/saa7134-dvb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/video/saa7134/saa7134-dvb.c b/drivers/media/video/saa7134/saa7134-dvb.c
index 204e2bc9fe7..058b56bf671 100644
--- a/drivers/media/video/saa7134/saa7134-dvb.c
+++ b/drivers/media/video/saa7134/saa7134-dvb.c
@@ -875,7 +875,7 @@ static struct zl10353_config behold_h6_config = {
875static struct xc5000_config behold_x7_tunerconfig = { 875static struct xc5000_config behold_x7_tunerconfig = {
876 .i2c_address = 0xc2>>1, 876 .i2c_address = 0xc2>>1,
877 .if_khz = 4560, 877 .if_khz = 4560,
878 .radio_input = 1, 878 .radio_input = XC5000_RADIO_FM1,
879}; 879};
880 880
881static struct zl10353_config behold_x7_config = { 881static struct zl10353_config behold_x7_config = {