aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sound/pci/ice1712/wtm.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sound/pci/ice1712/wtm.c b/sound/pci/ice1712/wtm.c
index 6e1026e0e56b..59483b4d6dd0 100644
--- a/sound/pci/ice1712/wtm.c
+++ b/sound/pci/ice1712/wtm.c
@@ -485,7 +485,8 @@ static int wtm_init(struct snd_ice1712 *ice)
485 485
486 486
487static unsigned char wtm_eeprom[] = { 487static unsigned char wtm_eeprom[] = {
488 [ICE_EEP2_SYSCONF] = 0x47, /*SYSCONF: clock 192KHz, 4ADC, 8DAC */ 488 [ICE_EEP2_SYSCONF] = 0x67, /*SYSCONF: clock 192KHz, mpu401,
489 4ADC, 8DAC */
489 [ICE_EEP2_ACLINK] = 0x80, /* ACLINK : I2S */ 490 [ICE_EEP2_ACLINK] = 0x80, /* ACLINK : I2S */
490 [ICE_EEP2_I2S] = 0xf8, /* I2S: vol; 96k, 24bit, 192k */ 491 [ICE_EEP2_I2S] = 0xf8, /* I2S: vol; 96k, 24bit, 192k */
491 [ICE_EEP2_SPDIF] = 0xc1, /*SPDIF: out-en, spidf ext out*/ 492 [ICE_EEP2_SPDIF] = 0xc1, /*SPDIF: out-en, spidf ext out*/