Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 65786
b: refs/heads/master
c: ffb7394
h: refs/heads/master
v: v3
  • Loading branch information
Trent Piepho authored and Mauro Carvalho Chehab committed Oct 10, 2007
1 parent 86e0f83 commit 8b0dd44
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 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: 05b2723387cb4086535e935ee07cca19086308fc
refs/heads/master: ffb7394d51cf6f60a3753a5cc40613fc9d5c5c96
3 changes: 0 additions & 3 deletions trunk/drivers/media/video/cx88/cx88-alsa.c
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,6 @@ typedef struct cx88_audio_dev snd_cx88_card_t;
static int index[SNDRV_CARDS] = SNDRV_DEFAULT_IDX; /* Index 0-MAX */
static char *id[SNDRV_CARDS] = SNDRV_DEFAULT_STR; /* ID for this card */
static int enable[SNDRV_CARDS] = {1, [1 ... (SNDRV_CARDS - 1)] = 1};
static struct snd_card *snd_cx88_cards[SNDRV_CARDS];

module_param_array(enable, bool, NULL, 0444);
MODULE_PARM_DESC(enable, "Enable cx88x soundcard. default enabled.");
Expand Down Expand Up @@ -759,8 +758,6 @@ static int __devinit cx88_audio_initdev(struct pci_dev *pci,
snd_card_free(card);
return (err);
}
snd_cx88_cards[devno] = card;

pci_set_drvdata(pci,card);

devno++;
Expand Down

0 comments on commit 8b0dd44

Please sign in to comment.