Commit 1377ea92 authored by Jaroslav Kysela's avatar Jaroslav Kysela

ALSA CVS update

ICE1712 driver
Removed MPU401 detection from Aureon and Prodigy boards.

The bogus mpu401 may cause hang-up on some apps.
Now the detection bit in EEPROM image is removed.
Signed-off-by: default avatarTakashi Iwai <tiwai@suse.de>
parent fe69b572
...@@ -866,7 +866,7 @@ static int __devinit aureon_init(ice1712_t *ice) ...@@ -866,7 +866,7 @@ static int __devinit aureon_init(ice1712_t *ice)
*/ */
static unsigned char aureon51_eeprom[] __devinitdata = { static unsigned char aureon51_eeprom[] __devinitdata = {
0x2a, /* SYSCONF: clock 512, mpu401, spdif-in/ADC, 3DACs */ 0x0a, /* SYSCONF: clock 512, spdif-in/ADC, 3DACs */
0x80, /* ACLINK: I2S */ 0x80, /* ACLINK: I2S */
0xf8, /* I2S: vol, 96k, 24bit, 192k */ 0xf8, /* I2S: vol, 96k, 24bit, 192k */
0xc3, /* SPDIF: out-en, out-int, spdif-in */ 0xc3, /* SPDIF: out-en, out-int, spdif-in */
...@@ -882,7 +882,7 @@ static unsigned char aureon51_eeprom[] __devinitdata = { ...@@ -882,7 +882,7 @@ static unsigned char aureon51_eeprom[] __devinitdata = {
}; };
static unsigned char aureon71_eeprom[] __devinitdata = { static unsigned char aureon71_eeprom[] __devinitdata = {
0x2b, /* SYSCONF: clock 512, mpu401, spdif-in/ADC, 4DACs */ 0x0b, /* SYSCONF: clock 512, spdif-in/ADC, 4DACs */
0x80, /* ACLINK: I2S */ 0x80, /* ACLINK: I2S */
0xf8, /* I2S: vol, 96k, 24bit, 192k */ 0xf8, /* I2S: vol, 96k, 24bit, 192k */
0xc3, /* SPDIF: out-en, out-int, spdif-in */ 0xc3, /* SPDIF: out-en, out-int, spdif-in */
...@@ -898,7 +898,7 @@ static unsigned char aureon71_eeprom[] __devinitdata = { ...@@ -898,7 +898,7 @@ static unsigned char aureon71_eeprom[] __devinitdata = {
}; };
static unsigned char prodigy71_eeprom[] __devinitdata = { static unsigned char prodigy71_eeprom[] __devinitdata = {
0x2b, /* SYSCONF: clock 512, mpu401, spdif-in/ADC, 4DACs */ 0x0b, /* SYSCONF: clock 512, spdif-in/ADC, 4DACs */
0x80, /* ACLINK: I2S */ 0x80, /* ACLINK: I2S */
0xf8, /* I2S: vol, 96k, 24bit, 192k */ 0xf8, /* I2S: vol, 96k, 24bit, 192k */
0xc3, /* SPDIF: out-en, out-int, spdif-in */ 0xc3, /* SPDIF: out-en, out-int, spdif-in */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment