diff options
Diffstat (limited to 'sound/pci/ali5451/ali5451.c')
-rw-r--r-- | sound/pci/ali5451/ali5451.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/pci/ali5451/ali5451.c b/sound/pci/ali5451/ali5451.c index cb59f994c68f..41543a4933e7 100644 --- a/sound/pci/ali5451/ali5451.c +++ b/sound/pci/ali5451/ali5451.c | |||
@@ -2218,7 +2218,7 @@ static int __devinit snd_ali_create(struct snd_card *card, | |||
2218 | codec->card = card; | 2218 | codec->card = card; |
2219 | codec->pci = pci; | 2219 | codec->pci = pci; |
2220 | codec->irq = -1; | 2220 | codec->irq = -1; |
2221 | pci_read_config_byte(pci, PCI_REVISION_ID, &codec->revision); | 2221 | codec->revision = pci->revision; |
2222 | codec->spdif_support = spdif_support; | 2222 | codec->spdif_support = spdif_support; |
2223 | 2223 | ||
2224 | if (pcm_streams < 1) | 2224 | if (pcm_streams < 1) |