Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 25245
b: refs/heads/master
c: 6285ae1
h: refs/heads/master
i:
  25243: 1c4231b
v: v3
  • Loading branch information
Alan Horstmann authored and Jaroslav Kysela committed Mar 31, 2006
1 parent f794ef2 commit 1f778c6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: c04d092bde6a5dce632dec595f3974a35ed2cc2a
refs/heads/master: 6285ae1df13d55454d3de48504cb97e0cde4ecfa
2 changes: 1 addition & 1 deletion trunk/sound/pci/ice1712/ice1712.c
Original file line number Diff line number Diff line change
Expand Up @@ -2402,7 +2402,7 @@ static int __devinit snd_ice1712_chip_init(struct snd_ice1712 *ice)
if (ice->eeprom.subvendor == ICE1712_SUBDEVICE_DMX6FIRE && !ice->dxr_enable) {
/* Limit active ADCs and DACs to 6; */
/* Note: DXR extension not supported */
pci_write_config_byte(ice->pci, 0x60, 0x0a);
pci_write_config_byte(ice->pci, 0x60, 0x2a);
} else {
pci_write_config_byte(ice->pci, 0x60, ice->eeprom.data[ICE_EEP1_CODEC]);
}
Expand Down

0 comments on commit 1f778c6

Please sign in to comment.