diff options
-rw-r--r-- | sound/pci/ice1712/ice1712.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/pci/ice1712/ice1712.c b/sound/pci/ice1712/ice1712.c index b88eeba2f5d1..32f8415558a5 100644 --- a/sound/pci/ice1712/ice1712.c +++ b/sound/pci/ice1712/ice1712.c | |||
@@ -2402,7 +2402,7 @@ static int __devinit snd_ice1712_chip_init(struct snd_ice1712 *ice) | |||
2402 | if (ice->eeprom.subvendor == ICE1712_SUBDEVICE_DMX6FIRE && !ice->dxr_enable) { | 2402 | if (ice->eeprom.subvendor == ICE1712_SUBDEVICE_DMX6FIRE && !ice->dxr_enable) { |
2403 | /* Limit active ADCs and DACs to 6; */ | 2403 | /* Limit active ADCs and DACs to 6; */ |
2404 | /* Note: DXR extension not supported */ | 2404 | /* Note: DXR extension not supported */ |
2405 | pci_write_config_byte(ice->pci, 0x60, 0x0a); | 2405 | pci_write_config_byte(ice->pci, 0x60, 0x2a); |
2406 | } else { | 2406 | } else { |
2407 | pci_write_config_byte(ice->pci, 0x60, ice->eeprom.data[ICE_EEP1_CODEC]); | 2407 | pci_write_config_byte(ice->pci, 0x60, ice->eeprom.data[ICE_EEP1_CODEC]); |
2408 | } | 2408 | } |