Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 60867
b: refs/heads/master
c: 2e32725
h: refs/heads/master
i:
  60865: ddfbc13
  60863: d562a4f
v: v3
  • Loading branch information
Muli Ben-Yehuda authored and Linus Torvalds committed Jul 17, 2007
1 parent d5b6816 commit 9c78baf
Show file tree
Hide file tree
Showing 2 changed files with 6 additions 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: 3b20b9b4e985fcc48b4eea401cb289a856422c93
refs/heads/master: 2e32725c6ae8fa5345d9d095742e175ff4badd3b
8 changes: 5 additions & 3 deletions trunk/sound/oss/trident.c
Original file line number Diff line number Diff line change
Expand Up @@ -4454,9 +4454,9 @@ trident_probe(struct pci_dev *pci_dev, const struct pci_device_id *pci_id)

/* Add H/W Volume Control By Matt Wu Jul. 06, 2001 */
card->hwvolctl = 0;
pci_dev_m1533 = pci_find_device(PCI_VENDOR_ID_AL,
PCI_DEVICE_ID_AL_M1533,
pci_dev_m1533);
pci_dev_m1533 = pci_get_device(PCI_VENDOR_ID_AL,
PCI_DEVICE_ID_AL_M1533,
pci_dev_m1533);
rc = -ENODEV;
if (pci_dev_m1533 == NULL)
goto out_proc_fs;
Expand All @@ -4470,6 +4470,8 @@ trident_probe(struct pci_dev *pci_dev, const struct pci_device_id *pci_id)
bits &= 0xbf; /*clear bit 6 */
pci_write_config_byte(pci_dev_m1533, 0x7b, bits);
}
pci_dev_put(pci_dev_m1533);

} else if (card->pci_id == PCI_DEVICE_ID_INTERG_5050) {
card->alloc_pcm_channel = cyber_alloc_pcm_channel;
card->alloc_rec_pcm_channel = cyber_alloc_pcm_channel;
Expand Down

0 comments on commit 9c78baf

Please sign in to comment.