diff options
| author | Jaroslav Kysela <perex@suse.cz> | 2003-09-25 18:43:54 +0200 |
|---|---|---|
| committer | Jaroslav Kysela <perex@suse.cz> | 2003-09-25 18:43:54 +0200 |
| commit | 92d4d9fc0a8f1d89f530b04760089a5e5b59c26d (patch) | |
| tree | 51a3ed650ead7dce5745958bd082c965e702fddc | |
| parent | c9c0907847d9501d030fa991c29ff8f0252b6b80 (diff) | |
ALSA CVS update
D:2003/09/01 10:20:56
C:ICE1712 driver
A:Takashi Iwai <tiwai@suse.de>
F:pci/ice1712/aureon.c:1.2->1.3
L:fixed the SPDIF bit on aureon boards.
L:spdif out should work now.
| -rw-r--r-- | sound/pci/ice1712/aureon.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sound/pci/ice1712/aureon.c b/sound/pci/ice1712/aureon.c index c5ab6c0662b7..ac470690be93 100644 --- a/sound/pci/ice1712/aureon.c +++ b/sound/pci/ice1712/aureon.c @@ -457,7 +457,7 @@ static unsigned char aureon51_eeprom[] __devinitdata = { 0x12, /* SYSCONF: clock 512, mpu401, spdif-in/ADC, 3DACs */ 0x80, /* ACLINK: I2S */ 0xf8, /* I2S: vol, 96k, 24bit, 192k */ - 0xc2, /* SPDIF: out-en, out-int, spdif-in */ + 0xc3, /* SPDIF: out-en, out-int, spdif-in */ 0xff, /* GPIO_DIR */ 0xff, /* GPIO_DIR1 */ 0xbf, /* GPIO_DIR2 */ @@ -473,7 +473,7 @@ static unsigned char aureon71_eeprom[] __devinitdata = { 0x13, /* SYSCONF: clock 512, mpu401, spdif-in/ADC, 4DACs */ 0x80, /* ACLINK: I2S */ 0xf8, /* I2S: vol, 96k, 24bit, 192k */ - 0xc2, /* SPDIF: out-en, out-int, spdif-in */ + 0xc3, /* SPDIF: out-en, out-int, spdif-in */ 0xff, /* GPIO_DIR */ 0xff, /* GPIO_DIR1 */ 0xbf, /* GPIO_DIR2 */ |
