From 1f778c64e4224bfe97f61fe05ac90338d37e085d Mon Sep 17 00:00:00 2001 From: Alan Horstmann Date: Fri, 24 Mar 2006 18:40:09 +0100 Subject: [PATCH] --- yaml --- r: 25245 b: refs/heads/master c: 6285ae1df13d55454d3de48504cb97e0cde4ecfa h: refs/heads/master i: 25243: 1c4231bca000d0c0881163ad606cbf6b8b864749 v: v3 --- [refs] | 2 +- trunk/sound/pci/ice1712/ice1712.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 6081f7509e31..b2899f762b02 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: c04d092bde6a5dce632dec595f3974a35ed2cc2a +refs/heads/master: 6285ae1df13d55454d3de48504cb97e0cde4ecfa diff --git a/trunk/sound/pci/ice1712/ice1712.c b/trunk/sound/pci/ice1712/ice1712.c index b88eeba2f5d1..32f8415558a5 100644 --- a/trunk/sound/pci/ice1712/ice1712.c +++ b/trunk/sound/pci/ice1712/ice1712.c @@ -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]); }