Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 356994
b: refs/heads/master
c: 5b7d8de
h: refs/heads/master
v: v3
  • Loading branch information
Michael Krufky authored and Mauro Carvalho Chehab committed Dec 17, 2012
1 parent 3138038 commit cfef9bf
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 6 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 8a4e786660f512b029b56d94d1b8f0201e67aab3
refs/heads/master: 5b7d8de7d2328f7b25fe4645eafee7e48f9b7df3
16 changes: 11 additions & 5 deletions trunk/drivers/media/usb/au0828/au0828-cards.c
Original file line number Diff line number Diff line change
Expand Up @@ -185,14 +185,11 @@ static void hauppauge_eeprom(struct au0828_dev *dev, u8 *eeprom_data)
__func__, tv.model);
}

void au0828_card_analog_fe_setup(struct au0828_dev *dev);

void au0828_card_setup(struct au0828_dev *dev)
{
static u8 eeprom[256];
#ifdef CONFIG_VIDEO_AU0828_V4L2
struct tuner_setup tun_setup;
struct v4l2_subdev *sd;
unsigned int mode_mask = T_ANALOG_TV;
#endif

dprintk(1, "%s()\n", __func__);

Expand All @@ -213,7 +210,16 @@ void au0828_card_setup(struct au0828_dev *dev)
break;
}

au0828_card_analog_fe_setup(dev);
}

void au0828_card_analog_fe_setup(struct au0828_dev *dev)
{
#ifdef CONFIG_VIDEO_AU0828_V4L2
struct tuner_setup tun_setup;
struct v4l2_subdev *sd;
unsigned int mode_mask = T_ANALOG_TV;

if (AUVI_INPUT(0).type != AU0828_VMUX_UNDEFINED) {
/* Load the analog demodulator driver (note this would need to
be abstracted out if we ever need to support a different
Expand Down

0 comments on commit cfef9bf

Please sign in to comment.