Skip to content

Commit

Permalink
V4L/DVB (13081): saa7134: use the #define for the xc5000 radio_input …
Browse files Browse the repository at this point in the history
…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>
  • Loading branch information
Devin Heitmueller authored and Mauro Carvalho Chehab committed Dec 5, 2009
1 parent 2930992 commit 2a0d056
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/media/video/saa7134/saa7134-dvb.c
Original file line number Diff line number Diff line change
Expand Up @@ -875,7 +875,7 @@ static struct zl10353_config behold_h6_config = {
static struct xc5000_config behold_x7_tunerconfig = {
.i2c_address = 0xc2>>1,
.if_khz = 4560,
.radio_input = 1,
.radio_input = XC5000_RADIO_FM1,
};

static struct zl10353_config behold_x7_config = {
Expand Down

0 comments on commit 2a0d056

Please sign in to comment.